*{
	margin: 0;
	padding: 0;
}

/*header*/
#header{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}

.wp{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.logo{
	width: 40%;
	height: auto;
	overflow: hidden;
	float: left;
}

.logo h2{
	font-size: 25px;
	display: inline-block;
	float: left;
	padding-left: 20px;
	padding-top: 35px;
}

.logo img{
	width: 10%;
	padding-top: 30px;	
	display: inline-block;
	float: left;
}

.tell{
	width: 20%;
	height: auto;
	overflow: hidden;
	float: right;
	background-image: url("../images/toptel.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin-top: 30px;
}

.tell span{
	display: block;
	font-size: 14px;
	color: #666;
}

.tell p{
	font-size: 18px;
	color: #65aa66;
}

/*header end*/
/*nav*/
.nav{
	width: 100%;
	height: auto;
	background-color: #5ac75c;
	float: left;
}

.nav li{
	width: 12.5%;
	height: auto;
	float: left;
	list-style: none;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}

.nav li:hover{
	background-color: #48a24b!important;
}

.nav li a{
	text-decoration: none;
	color: #fff;
	width: 100%;
	display: inline-block;
}

.nav .on{
	background-color: #48a24b!important;
}

.sidebar{
	width: 168px;
	height: auto;
	overflow: hidden;
	position: absolute;
	display: none;
	background-color: #666;
	z-index: 999;

}

.sidebar dd{
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 50px;
	font-size: 14px!important;
}

.sidebar dd:hover{
	background-color: #b8b8b8;
}

.sidebar dd a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
}

.nv{
	width: 168px;
	height: auto;
	overflow: hidden;
	display: none;
	background-color: #b8b8b8;
	z-index: 999;
}

.nv dd{
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 50px;
	font-size: 14px!important;
}

.nv dd a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
}

/*nav end*/
/*banner*/
#banner{
	width: 100%;
	height: 40%;
	background-image: url("../images/500415494_banner.jpg");
	background-position: top center;
	background-size: cover;
	margin-top: 50px;
}

/*banner end*/
/*container*/
#container{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: #f5f5f5;
}

.container-left{
	width: 67%;
	height: auto;
	overflow: hidden;
	float: left;
}

.container-left li{
	list-style: none;
	width: 16%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
}

.container-left .long{
	width: 28%!important;
}

.container-left li a{
	text-decoration: none;
	color: #000;
}

.container-left .on a{
	color: #269729;
}

.wscl-nav{
	margin-left: 13px;
	height: auto;
	overflow: hidden;
	position: absolute;
	display: none;
	background-color: #666;
	z-index: 999;
}

.wscl-nav dd{
	color: #fff;
	line-height: 35px;
	text-align: center;
	padding: 5px 10px;
	font-size: 14px!important;
}

.wscl-nav a{
	color: #fff!important;
}

/*container end*/
/* 翻页样式 */
.page_box{
    width: 100%;
    height: 120px;
    text-align: right;
}
.page_box .page_con{
    display: inline-block;
    width: auto;
    margin: auto;
    padding-top: 35px;
    text-align: center;
}
.page_box .page_con .pre-list{
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #5ac75c;
    border: 1px solid #eee;
    margin-right: 5px;
    background-color: #fff;
    cursor: pointer;
}
.page_box .page_con .pre-list a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #5ac75c;
}
.page_box .page_con > a{
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666;
    border: 1px solid #eee;
    margin-right: 5px;
    background-color: #fff;
}
.page_box .page_con > a.active{
    color: #fff!important;
    background-color: #5ac75c;
    border: 1px solid #5ac75c;
}
.page_box .page_con .next-list{
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #5ac75c;
    border: 1px solid #eee;
    margin-right: 5px;
    background-color: #fff;
    cursor: pointer;
}   

.page_box .page_con .next-list a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #5ac75c;
}
/*main*/
#main{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 0;
}

#main a{
	text-decoration: none;
	color: #000;
}

#main li{
	list-style: none;
	width: 100%;
	height:auto;
	overflow: hidden;
	margin: 2% 0;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	transition: .8s;
}

#main li:hover{
	box-shadow: 0 5px 34px rgba(0,0,0,.1);

}

#main li:hover img{
	transform: scale(1.1);  
	transition: 1.2s transform;
}

.li-left{
	width: 30%;
	height: auto;
	overflow: hidden;
	float: left;
}

.li-left img{
	width: 90%;
	padding: 5%;
}

.li-right{
	width: 64%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 2%;
}

.li-right h3{
	font-size: 18px;
	margin-bottom: 20px;
}

.li-right span{
	display: block;
	color: #f52b2b;
	margin-bottom: 20px;
	font-size: 14px;
}

.li-right p{
	font-size: 16px;
	line-height: 25px;
}

/*main end*/
/*foorter*/
#foorter{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #363636;
	padding: 40px 0;
}

.foorter-left{
	width: 60%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0 5%;
}

.foorter-left p{
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}

.foorter-right{
	width: 15%;
	height: auto;
	overflow: hidden;
	float: right;
}

.right-top{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.right-top img{
	display: block;
	margin: 0 auto;
}

.right-bottom{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #ccc;
	line-height: 25px;
	text-align: center;
	margin-top: 10px;
}

/*foorter end*/
/*foorter1*/
#foorter1{
	width: 23%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
}

.foorter1-left{
	width: 9%;
	height: auto;
	overflow: hidden;
	float: left;
}

.foorter1-left i{
	width: 20px;
	height: 20px;
	margin-right: 15px;
	display: inline-block;
	background-image: url("../images/ga.png");
	background-repeat: no-repeat;
	margin-top: 5px;
}

.foorter1-right{
	font-size: 14px;
	line-height: 30px;
	float: left;
}