*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}

.container{

	width: 1200px;

	margin:0 auto;

}

html{overflow-x:hidden;}

body{

	background: #f9f8f8;

	color: #3a3a3a;

	font-size: 14px;

	min-width: 1200px;

}

a{

	outline: none;

	color: #3a3a3a;

}

a:hover{

	color: #91b721;

}

.fl{

	float: left;

}

.fr{

	float: right;

}

.clear{

	clear: both;

}

/*

===================

分页

>>	pages_pre		上一页

>>	pages_next	下一页

>>	strong			激活状态

>>	a:hover			鼠标悬停状态

===================

*/

.pages {

	margin: 50px auto 20px auto;

	font-size: 14px;

	text-align: center;

}

.pages ul{display: inline-block;}

.pages a,

.pages strong{

	display:inline-block;

	line-height:28px;

	padding:0 10px;

	border:1px solid #d9d9d9;

	background-color:#ffffff; 

	text-decoration:none;

	color:#666;

	font-family:Simsun;

	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;

	margin-right:3px;

}

.pages .current{

	display:inline-block;

	line-height:28px;

	padding:0 10px;

	border:1px solid #d9d9d9;

	background-color:#ffffff; 

	text-decoration:none;

	font-family:Simsun;

	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;

	margin-right:3px;

	

	color:#fff;

	background-color:#91b721;

	border-color:#fff;

}

.pages a:hover{

	color:#fff !important;

	background-color:#91b721;

	border-color:#fff;

	text-decoration:none;

}

.pages strong{

	color:#fff;

	background-color:#24557d;

	border-color:#fff;

}

.pages span{

	padding:0 10px;

	line-height:23px;

}



/* index top */

.head{

	position: relative;

	height: 120px;

	background: #fff;

}

.logo{

	display: block;

	position: absolute;

	width: 100px;

	height: 120px;

	background: url(../images/logo.png) no-repeat center;

	left: 50%;

	margin-left: -50px;

	overflow: hidden;

	text-indent: -999em;

}

.nav li{

	float: left;

	text-align: center;

	width: 130px;

	margin-top: 40px;

}

.nav li p{

	font-size: 16px;

}

.nav li small{

	font-family: Arial;

	font-size: 13px;

	color: rgba(51,51,51,.55);

	margin-top: 5px;

	display: block;

}

.nav li:nth-child(5){

	margin-left: 160px;

}

.nav li a.hover p{

	color: #91b721;

}



.slideBox{width:100%; height:580px; overflow:hidden; position:relative;}

.slideBox .hd{ height:4px; overflow:hidden; position:absolute;bottom: 30px; z-index:1;text-align: center; width: 100%;}

.slideBox .hd ul{ overflow:hidden; zoom:1;display: inline-block;}

.slideBox .hd ul li{ float:left; margin: 0 7px; width: 60px; height:4px;background:#eee; cursor:pointer; }

.slideBox .hd ul li.on{ background:#91b721;}

.slideBox .bd{ position:relative; height:100%; z-index:0;}

.slideBox .bd ul{margin: 0 auto;}

.slideBox .bd li{ zoom:1; vertical-align:middle;width:100%; height: 580px;}



.tit{

	text-align: center;

}

.tit span{

	font-size: 23px;

	color: #b4b4b4;

	font-weight: 200;

}

.tit p{

	font-size: 28px;

	color: #4a4a4a;

	font-family: "宋体";

	font-weight: bold;

	position: relative;

	height: 45px;

}

.tit p::after{

	content: "";

	width: 50px;

	height: 1px;

	background: #cacaca;

	position: absolute;

	left: 50%;

	margin-left: -25px;

	bottom: 0;

}



.product{

	background: #f9f8f8;

	padding-top: 40px;

	text-align: center;

}

.promenu{

	display: inline-block;

	margin-top: 32px;

	height: 38px;

}

.promenu li{

	float: left;

	margin: 0 16px;

}

.promenu li a{

	display: block;

	padding: 0 15px;

	background: #e4e7e8;

	color: #545454;

	font-size: 16px;

	height: 38px;

	line-height: 38px;

	border-radius: 5px;

}

.promenu li a:hover{

	background: #91b721;

	color: #fff;

}

.plist{

	margin-top: 50px;

	margin-left: -20px;

}

.plist li{

	float: left;

	width: 285px;

	text-align: center;

	margin-left: 20px;

	margin-bottom: 15px;

}

.plist li img{

	width: 285px;

	height: 210px;

}

.plist li p{

	font-size: 16px;

	color: #3b3b3b;

	line-height: 55px;

}

.plist li a:hover p{

	color: #91b721;

}



.about{

	background: url(../images/abg.jpg) no-repeat top center;

	padding-top: 40px;

	margin-top: 15px;

}

.about .tit span{

	color: rgba(255,255,255,.8);

}

.about .tit p{

	color: #fff;

}

.about .box{

	background: #fff;

	padding: 40px 30px;

	margin-top: 30px;

	box-shadow: 0 5px 5px rgba(0,0,0,.1);

}

.abinfo{

	width: 600px;

	margin-top: 30px;

}

.abinfo span{

	display: block;

	font-size: 25px;

	color: #444444;

}

.abinfo small{

	font-size: 13px;

	font-family: Arial;

	color: rgba(68,68,68,.85);

	border-bottom: 1px solid #eee;

	display: block;

	margin-top: 2px;

	padding-bottom: 15px;

	margin-bottom: 25px;

}

.abinfo p{

	color: rgba(97,97,97,.95);

	font-size: 15px;

	line-height: 28px;

	text-indent: 2em;

}

.abinfo a.more{

	display: block;

	width: 140px;

	height: 40px;

	border: 1px solid #cbcbcb;

	background: url(../images/m.png) no-repeat center;

	margin-top: 40px;

}

.abinfo a.more:hover{

	border-color: #91b721;

}



.sb{

	margin-top: 40px;

}

.sb ul{

	display: -webkit-flex;

	display: -moz-flex;

	display: -ms-flex;

	display: -o-flex;

	display: flex;

	justify-content: space-between;

	margin-top: 35px;

}

.sb li{

	width: 280px;

	height: 420px;

	background: #fff;

	border-bottom: 4px solid #fff;

}

.sb li img{

	width: 280px;

	height: 270px;

}

.sb li span{

	display: block;

	margin: 0 15px;

	font-size: 16px;

	color: #4d5257;

	border-bottom: 1px solid #e9e9e9;

	line-height: 42px;

	margin-top: 10px;

}

.sb li p{

	color: #858585;

	line-height: 20px;

	margin: 0 15px;

	margin-top: 15px;

}

.sb li:hover{

	border-color: #91b721;

}



.news{

	margin-top: 45px;

}

.news .tit{

	margin-bottom: 47px;

}

.n1{

	width: 640px;

	margin-left: 20px;

}

.newimg{

	height: 110px;

	margin-bottom: 18px;

}

.newimg img{

	width: 177px;

	height: 110px;

}

.newimg .fr{

	width: 440px;

	margin-top: 10px;

}

.newimg .fr span{

	display: block;

	font-size: 16px;

	color: #2d2d2d;

}

.newimg .fr p{

	font-size: 13px;

	color: rgba(97,97,97,.8);

	line-height: 24px;

	margin-top: 12px;

}

.n1 ul li{

	line-height: 35px;

}

.n1 ul li a{

	color: #545454;

}

.n1 ul li a::before{

	content: "□";

	margin-right: 10px;

}

.n1 ul li a span{

	float: right;

	color: #9d9b9b;

}

.n1 ul li a:hover{

	color: #91b721;

}

.n2{

	width: 450px;

}

.n2 dl{

	border-bottom: 1px solid #e6e6e6;

	padding-bottom: 17px;

	margin-bottom: 24px;

}

.n2 dl:last-child{

	border: 0;

}

.n2 dt a{

	display: block;

	font-size: 15px;

	color: #404040;

	line-height: 18px;

	height: 24px;

}

.n2 dl:hover dt a{

	color: #91b721;

}

.n2 dt a::before{

	content: "";

	display: block;

	float: left;

	width: 25px;

	height: 24px;

	background: url(../images/w.png) 0 0 no-repeat;

	margin-right: 15px;

}

.n2 dd{

	color: #7b7a7a;

	line-height: 24px;

	margin-top: 15px;

}

.n2 dd::before{

	content: "";

	display: block;

	float: left;

	width: 25px;

	height: 24px;

	background: url(../images/w.png) 0 -30px no-repeat;

	margin-right: 15px;

}



.link{

	line-height: 26px;

}

.link p{

	background: url(../images/link.jpg) no-repeat left center;

	padding-left: 35px;

	font-size: 18px;

	color: #91b721;

	font-weight: bold;

}

.link a{

	color: rgba(68,68,68,.95);

	margin-left: 30px;

}



.footer{

	height: 285px;

	background: #42474b;

	margin-top: 20px;

	color: #fff;

}

.ft{

	font-size: 16px;

	position: relative;

	height: 30px;

	margin-bottom: 10px;

}

.ft::after{

	content: "";

	width: 34px;

	height: 2px;

	background: #727678;

	position: absolute;

	left: 0;

	bottom: 0;

}

.fnav{

	width: 200px;

	margin-top: 40px;

	margin-left: 70px;

}

.fnav li{

	width: 90px;

	float: left;

	line-height: 24px;

}

.fnav li a{

	color: rgba(255,255,255,.85);

	font-size: 13px;

}

.fcont{

	margin-top: 40px;

	margin-left: 20px;

}

.fcont p{

	color: rgba(255,255,255,.85);

	line-height: 24px;

}

.fcont .copy{

	font-size: 12px;

}

.fcont a{

	color: rgba(255,255,255,.85);

}

.ewm{

	margin-top: 45px;

}

.ewm li{

	float: left;

	text-align: center;

	margin: 0 15px;

}



.banner{

	height: 300px;

	background: url(../images/banner.jpg) no-repeat center;

}

.main{

	margin-bottom: 50px;

}

.pagetop{

	text-align: center;

	margin-top: 40px;

}

.pagetop p{

	font-size: 28px;

	color: #232323;

}

.pagetop span{

	display: block;

	color: #6f6f6f;

	font-size: 13px;

}

.content{

	line-height: 30px;

	margin-top: 20px;

}

.content img{

	max-width: 100%;

}

.content a{

	color:#06F;

}

.position{

	height: 50px;

	line-height: 50px;

	background: #fff;

}

.submenu li{

	float: left;

	margin: 0 20px;

}

.submenu li a{

	display: block;

}

.submenu li a.hover{

	color: #91b721;

}



.list{

	margin-top: 30px;

}

.list li{

	margin-bottom: 20px;

}

.list li a{

	display: block;

	background: #fff;

	height: 150px;

	padding: 20px;

	transition: all 0.3s;

}

.list li img{

	width: 240px;

	height: 150px;

}

.list li .fr{

	width: 900px;

	margin-top: 10px;

}

.list li .fr span{

	display: block;

	font-weight: bold;

	color: #91b721;

	font-size: 15px;

}

.list li .fr small{

	display: block;

	font-size: 14px;

	line-height: 40px;

	color: #939393;

	font-size: 13px;

}

.list li .fr p{

	font-size: 13px;

	line-height: 24px;

	color: #939393;

}

.list li a:hover{

	box-shadow: 2px 3px 8px 2px rgba(0,0,0,.2);

}



.photo ul{

	margin-left: -20px;

	margin-top: 30px;

}

.photo li{

	float: left;

	margin-left: 20px;

	margin-bottom: 20px;

}

.photo li a{

	display: block;

	width: 285px;

	background: #fff;

	text-align: center;

	transition: all 0.3s;

}

.photo li img{

	width: 285px;

	height: 210px;

}

.photo li p{

	line-height: 50px;

}

.photo li a:hover{

	box-shadow: 2px 3px 8px 2px rgba(0,0,0,.2);

}



.showtop{

	text-align: center;

	padding-top: 40px;

	border-bottom: 1px solid #ddd;

}

.showtop h1{

	font-size: 16px;

	font-weight: normal;

	font-size: 22px;

}

.showtop p{

	line-height: 50px;

}

.showtop span{

	color: #666;

	font-size: 12px;

	margin: 0 5px;

}

.showtop span a{

	margin: 0 5px;

}

.prepage{

	line-height: 30px;

	margin-top: 50px;

}



.hotcp {

    margin-top: 50px;

}

.hotcp ul {

    border-top: 1px dashed #ddd;

    padding-top: 20px;

}

.hotcp li {

    float: left;

    margin-left: 20px;

    text-align: center;

}

.hotcp li:first-child {

    margin: 0;

}

.hotcp li img {

    height: 160px;

    width: 223px;

}

.hotcp li p{

	line-height: 40px;

}

.hotcp li:hover img{

	opacity: 0.8;

}

.hotcp_top {

    background: #91b721;

    color: #fff;

    font-weight: bold;

    height: 40px;

    line-height: 40px;

    margin-bottom: 10px;

    text-align: center;

    width: 100px;

}



.hotnews {

    margin-bottom: 30px;

    margin-top: 20px;

}

.hotnews_top {

    border-bottom: 1px solid #ddd;

    color: #91b721;

    font-size: 14px;

    line-height: 30px;

    margin-bottom: 10px;

}

.hotnews ul{

	margin-left: -50px;

}

.hotnews li {

    border-bottom: 1px dotted #ddd;

    float: left;

    line-height: 36px;

    margin-left: 50px;

    width: 575px;

}

.hotnews li span {

    color: #999;

    float: right;

    font-size: 13px;

}



.hotlabel{

	margin-top: 30px;

}

.hotlabel p{

	color: #91b721;

}

.hotlabel a{

	display: block;

	float: left;

	margin-right: 10px;

	margin-top: 10px;

	padding: 0 10px;

	background: #91b721;

	line-height: 30px;

	color: #fff;

	font-size: 12px;

}