@charset "utf-8";
html,body{
	height:100%;
	padding:0px;
	margin:0px;
	min-width: 1200px;
	font:14px 微软雅黑;
	color:#444;
}
a{
	text-decoration: none;
	outline: none;
	color: #333;
	transition: 0.2s;
}
p{
	text-align: justify;
	text-justify:inter-ideograph;
	margin: 0;
}
li{list-style-type: none;
	vertical-align: top;
	margin: 0;
	padding:0;
}
ul{margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear{
	clear:both;
}
.w0{
	width: 100%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.head{
	width:100%;
	position: fixed;
	background: #fff;
	z-index: 99999999;
}

.head .head_top{
	height: 35px;
	background: #efefef;
	line-height: 35px;
	color: #454545;
}
.head .head_top a{
	padding: 0 4px;
}

.head .head_body{
	height: 85px;
}
.head .tel{
	padding: 5px 0 10px 85px;
	background: url(../images/tel.png) no-repeat center left;
}
.head .tel p{
	font-size: 16px;
	line-height: 32px;
	color: #767676;
}
.head .tel b{
	font-size: 28px;
	font-family: Arial;
	color: #65c42f;
	position: relative;
	top: 2px;
	font-weight: normal;
}

.head .head_nav{
	height: 45px;
	border-bottom: 5px solid #65c42f;
	border-top: 1px solid #ededed;
}
.head .head_nav > ul > li{
    width: 133px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
}
.head .head_nav > ul > li a{
	color: #000;
}
.head .head_nav > ul > li:hover {
	background: #3a9b78;
}
.head .head_nav > ul > li:hover a{
	color: #fff;
}
.head .head_nav .two{
	display: none;
	color: #fff;
	transition: .4s;
	cursor: pointer;
	background: #3a9b78;
	overflow: hidden;
	
}
.head .head_nav .two li{
	height: 45px;
	line-height: 45px; padding: 0px 5px;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.head .head_nav li:hover .two{
	display: block;
}
.head .head_nav li{
	transition: .4s;
}
.head .head_nav .two li:hover{
	background: #ef7f2d;
}
/*header end*/

/*banner start*/
.banner{
	padding-top: 171px;
}
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:550px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}

.flex-control-paging li a.flex-active,.flex-control-paging li.active a {
	background: #65c42f;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

/*product start*/
.product{
	margin: 50px 0 30px 0;
	height: 725px;
}
.product .title{
	background: url(../images/protit.png) no-repeat center;
	height: 100px;
}
.product .title b{
	font-weight: normal;
	font-size: 30px;
	color: #444;
	margin-left: 425px;
}
.product .title span{
	font-size: 30px;
	color: #65c42f;
	margin-left: 10px;
	font-family: Arial;
}
.product .title p{
	color: #888;
	font-size: 17px;
	text-align: center;
	margin-top: 35px;
}

.product .pro_body{
	margin-top: 40px;
}
.product .pro_body .pro_list{
	margin-bottom: 30px;
	text-align: center;
}
.product .pro_body .pro_list a{
	color: #454545;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 0 10px;
	font-size: 18px;
	box-shadow: 0 0 10px 0 #888;
}
.product .pro_body .pro_list a:nth-child(2){
	padding: 5px 25px;
}
.product .pro_body .pro_list a:nth-child(3){
	padding: 5px 24px;
}
.product .pro_body .pro_list a:nth-child(5){
	padding: 5px 31px;
}
.product .pro_body .pro_list a:hover{
	color: #fff;
	background: #65c42f;
}
.product .pro_body ul li{
	float: left;
	margin-left:45px;
	margin-bottom: 30px;
}
.product .pro_body ul li:nth-child(1){
	margin-left: 0;
}
.product .pro_body ul li:nth-child(5){
	margin-left: 0;
}
.product .pro_body ul li .img{
	padding: 2px;
	border:1px solid #dfdfdf;
}
.product .pro_body ul li p{
	width: 266px;
	height: 35px;
	background: #dfdfdf;
	line-height: 34px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product .pro_body ul li:hover .img{
	border:1px solid #65c42f;
}
.product .pro_body ul li:hover p{
	background: #65c42f;
	color:#fff;
}
/*product end*/

/*company start*/
.company{
	margin: 20px 0 50px 0;
	height: 550px;
	background: url(../images/combg.jpg) no-repeat center;
}
.company .title{
	height: 70px;
	background: url(../images/comtit1.png) no-repeat center;
	text-align: center;
	padding-top: 30px;
}
.company .title b{
	font-size: 30px;
	font-weight: normal;
	color: #333;
}
.company .title p{
	text-align: center;
	font-size: 18px;
	font-family: Arial;
	color: #fff;
}

.company .com_body{
	height: 320px;
	background: rgba(255,255,255,0.8);
	padding: 30px 40px;
	margin-top: 10px;
}
.company .com_body p{
	font-size: 14px;
	line-height: 30px;
	color: #444;
	text-indent: 2em;
}

.company .com_body ul{
	border: 1px dashed #65c42f;
	border-radius: 5px;
	height: 70px;
	margin-top: 35px;
	padding: 10px 10px 10px 80px;
	width: 1110px
}
.company .com_body ul li{
	float: left;
	min-width: 350px;
	font-size: 14px;
	line-height: 35px;
	color: #555;
	padding-right: 20px;
}
.company .com_body ul li img{
	width: 20px;
	height: 20px;
	margin-top: 7px;
}
/*company end*/

/*techology start*/
.techology{
	margin: 50px 0;
	height: 350px;
}

.techology .title{
	background: url(../images/techtit.png) no-repeat center;
	height: 100px;
}
.techology .title b{
	color: #444;
	font-size: 30px;
	font-weight: normal;
	margin-left: 405px;
}
.techology .title span{
	color: #65c42f;
	font-size: 30px;
	font-family: Arial;
	margin-left: 10px;
}
.techology .title p{
	text-align: center;
	margin-top: 24px;
	color: #888;
	font-size: 15px;
}

.techology .tech_body{
	height: 235px;
	margin-top: 10px;
}
.techology .slideBox{
	width: 1140px;
	overflow:hidden;
	zoom:1;
	padding:10px 0 10px 60px;
	position:absolute;
	z-index: 9999;
}
.techology .sPrev,.techology .sNext{
	position:absolute;
	left:5px;
	top:10px;
	display:block;
	width:46px;
	height:200px;
	background:url(../images/arrow-left.png) no-repeat center;
}
.techology .sNext{
	width:46px;
	height:200px;
	left:auto;
	right:5px;
	background:url(../images/arrow-right.png) no-repeat center;
}
.techology .sPrev:hover,.slideBox .sNext:hover{
	border-color:#f60;
}
.techology ul{
	overflow:hidden;
	zoom:1;
}
.techology ul li{
	margin:0 15px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	width: 238px;
	border: 1px solid #ededed;
}
.techology ul li .pro_name{
	width: 240px;
	height: 35px;
	background: #efefef;
	line-height: 35px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: center;
}
.techology ul li:hover{
	border: 1px solid #65c42f;
}
.techology ul li:hover .pro_name{
	background: #65c42f;
	color: #fff;
}
/*techology end*/

/*new start*/
.new{
	margin: 50px 0;
	height: 630px;
	background: url(../images/newbg.png) no-repeat center top
}
.new .title{
	padding-top: 30px;
	height: 140px;
	background: url(../images/newtit.png) no-repeat center;
	text-align: center;
}
.new .title b{
	color: #fff;
	font-size: 35px;
	line-height: 60px;
	font-weight: normal;
}
.new .title p{
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-top: 25px;
	margin-left: 80px;
}
.new .title a{
	font-size: 16px;
	color: #fff;
}
.new .title a:hover{
	border-bottom: 1px solid #fff;
}

.new .new_body{
	height: 420px;
	margin-top: 50px;
}
.new .new_body ul li{
	float: left;
	width: 245px;
	height: 150px;
	margin-right: 20px;
	background: #ededed;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 10px 10px #888;
}
.new .new_body ul li:hover{
	box-shadow: 0 10px 10px #3a9b78;
	background: #65c42f;
}
.new .new_body ul li:hover .tit .time b{
	color: #fff;
}
.new .new_body ul li:hover .tit .time p{
	color: #fff;
}
.new .new_body ul li:hover .tit .bt p{
	color: #fff;
}
.new .new_body ul li:hover .con p{
	color: #fff;
}
.new .new_body ul li:nth-child(4){
	margin-right: 0px;
}
.new .new_body ul li:nth-child(8){
	margin-right: 0px;
}

.new .new_body ul li .tit{
	height: 54px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
.new .new_body ul li .tit .time{
	border-right: 1px solid #fff;
	padding-right: 20px;
	margin-right: 15px;
	width: 55px;
}
.new .new_body ul li .tit .time b{
	color: #454545;
	font-size: 40px;
	line-height: 35px;
}
.new .new_body ul li .tit .time p{
	color: #454545;
	font-size: 10px;
}
.new .new_body ul li .tit .bt{
	width: 150px;
	padding-top: 5px;
}
.new .new_body ul li .tit .bt p{
	color: #454545;
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new .new_body ul li .con{
	height: 60px;
	padding-top: 20px;
}
.new .new_body ul li .con p{
	color: #888;
	font-size: 14px;
}
/*new end*/

/*footer start*/
.foot{
	height: 300px;
	background: #555;
	border-top: 5px solid #65c42f;
}
.foot .foot_body{
	height: 250px;
	padding-top: 30px;
	background: url(../images/footbg.png) no-repeat 170px 140px;
}
.foot .foot_body .wz{ width:1000px;}
.foot .foot_body ul li{
	float: left;
	min-width:80px;
	max-width:130px;
	padding-right: 10px;
	overflow: hidden;
}
.foot .foot_body ul li:nth-child(8){
	max-width:300px;padding: 0px;
}

.foot .foot_body ul li a{
	line-height:40px; height: 40px;
	font-size: 16px;
	color: #fff;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.foot .foot_body .two li{
	float: none;
	 max-width: 100% !important;
}
.foot .foot_body .two li a{
	 display: block;
	color: #ccc;
	font-size: 14px;
	line-height:25px; height:25px;
	 text-align: left;
	 white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.foot .foot_body .two li span{
	color: #ccc;
}
.foot .foot_body .two li a{
	line-height:25px;
}

.foot .foot_body .two li a:hover{
	color: #65c42f;
}

.foot .foot_body .ewm p{
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.foot .foot_bot{
	height: 40px; line-height: 40px;
	background: #65c42f;
}
.foot .foot_bot span{
	line-height: 40px;
	color: #fff;
}
.foot .foot_bot a{
	line-height: 40px;
	color: #fff;
}
/*footer end*/