@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: #000;
	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;
}
i,em{
	font-style: normal;
}

.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{
	position: relative;
	z-index: 99999;
}
.head .head_top{
	background: #1d953e;
	line-height: 35px;
	color: #fff;
}
.head .head_top a{
	padding: 0 15px;
	color: #fff;
}
.head .head_top a:nth-child(3) {
	padding-right: 0px;
}

.head .head_body{
	padding: 10px 0;
}
.head .tel{
	padding: 10px 0 10px 60px;
	background: url(../images/tel.png) no-repeat center left;
}
.head .tel p{
	font-size: 16px;
	line-height: 31px;
	color: #454545;
}
.head .tel b{
	font-size: 25px;
	font-family: Arial;
	color: #1d953e;
}

.head .head_nav{
	width: 100%;
	position: absolute;
	z-index: 999999;
}
.head .head_nav ul li{
	float: left;
	width: 132px;
	text-align: center;
	line-height: 40px;
	margin-left: 20px;
}
.head .head_nav ul li:nth-child(1){
	margin-left: 0;
}
.head .head_nav ul li .one{
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	background: #1d953e;
}
.head .head_nav ul li:hover .one{
	background: #1d953e url(../images/navbg.png) no-repeat center;
}
.head .head_nav .two{
	display: none;
}
.head .head_nav ul li:hover .two{
	display: block;
}
.head .head_nav .two li{
	margin-left: 0;
	line-height: 30px;
	border-top: 1px solid #fff;
}
.head .head_nav .two li a{
	font-size: 15px;
	color: #fff;
	background: rgba(29,149,62,0.5);
	display: block;
}
.head .head_nav .two li:hover a{
	background: #1d953e;
}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:600px;
	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: #1d953e;
}

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

.title{
	margin-bottom: 20px;
	text-align: center;
}
.title b{
	color: #454545;
	font-size: 30px;
	 display:inline-block;
}
.title p{
	font-size: 20px;
	font-family: Arial;
	line-height: 50px;
	background: url(../images/titlebg.png) no-repeat center;
	text-align: center;
	color: #fff;
}

/*product start*/
.product{
	margin: 50px 0;
	background: #fff;
}

.product .list{
	width: 876px;
}
.product .list ul li{
	float: left;
	box-shadow: 0 0 10px #aaa;
	line-height: 40px;
	margin-bottom: 15px;
	margin-right: 40px;
	width: 250px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 0 20px;
	background: url(../images/listbg.png) no-repeat center left;
}
.product .list ul li a{
	font-size: 16px;
	color: #454545;
}
.product .list ul li:hover{
	background: #1d953e url(../images/listbg1.png) no-repeat center left;
}
.product .list ul li:hover a{
	color: #fff;
}
.product .list ul .more{
	border-radius: 0;
	background: #1d953e;
}
.product .list ul .more a{
	color: #fff;
}
.product .list ul .more:hover{
	background: #1d953e;
}

.product .cp{
	border: 5px solid #eaeaea;
	width: 270px;
	background: #eaeaea;
}
.product .cp .img{
	width: 270px;
	height: 203px;
	overflow: hidden;
}
.product .cp img{
	width: 270px;
	height: 203px; 
	display: block;
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;
}
.product .cp img:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
.product .cp p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	color: #454545;
}
.product .cp a{
	display: block;
	line-height: 30px;
	color: #fff;
	background: #1d953e;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
}
.product .cp:hover{
	background: #1d953e;
	border: 5px solid #1d953e;
}
.product .cp:hover p{
	color: #fff;
}
.product .cp:hover a{
	background: #fff;
	color: #1d953e;
}

.pro_body ul li{
	width: 270px;
	border: 5px solid #eaeaea;
	background: #eaeaea;
	float: left;
	margin:10px 0 20px 26.6px;
}
.pro_body ul li:nth-child(4n+1) {
	margin-left: 0px;
}
.pro_body ul li .img{
	width: 270px;
	height: 203px;
	overflow: hidden;
}
.pro_body ul li img{
	width: 270px;
	height: 203px; 
	display: block;
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;
}
.pro_body ul li img:hover {
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
.pro_body ul li p{
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	color: #454545;
}
.pro_body ul li a{
	display: block;
	line-height: 30px;
	color: #fff;
	background: #1d953e;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
}
.pro_body ul li:hover{
	background: #1d953e;
	border: 5px solid #1d953e;
}
.pro_body ul li:hover p{
	color: #fff;
}
.pro_body ul li:hover a{
	background: #fff;
	color: #1d953e;
}
/*product end*/

/*company start*/
.scroll_bg{
	width: 100%;
	height: 100%;
	background-image: url(../images/scroll_bg.jpg);
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}

.company{
	padding: 30px 0;
	background: rgba(255,255,255,0.75);
}
.company .com_l{
	width: 750px;
}
.company .com_l b{
	display: block;
	font-size: 30px;
	color: #454545;
	opacity: 0.3;
	letter-spacing: 2px;
}
.company .com_l i{
	display: block;
	font-size: 18px;
	color: #1d953e;
	font-weight: bold;
	letter-spacing: 1px;
}
.company .com_l p{
	color: #454545;
	line-height: 30px;
	text-indent: 2em;
	font-size: 16px;
}
.company .com_l .more{
	display: block;
	width: 150px;
	border: 1px solid #1d953e;
	color: #1d953e;
	line-height: 35px;
	text-align: center;
	border-radius: 20px;
	font-size: 15px;
	margin-top: 10px;
}
.company .com_l .more:hover{
	background: #1d953e;
	color: #fff;
}

.company .com_r{
	width: 350px;
	border-left: 1px solid #aaa;
	padding-left: 50px;
}
.company .com_r ul li{
	margin: 15px 0;
}
.company .com_r ul li img{
	margin-right: 20px;
}
.company .com_r ul li p{
	color: #454545;
	line-height: 30px;
	text-indent: 0;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*company end*/

/*case start*/
.case{
	padding-top: 50px;
	background: #fff;
}

.case .list ul{
	width: 380px;
	margin: 0 auto;
}
.case .list ul li{
	float: left;
	width: 150px;
	line-height: 35px;
	background: #eaeaea;
	text-align: center;
	border-radius: 0 20px;
	margin: 0 20px 20px 20px;
}
.case .list ul li a{
	font-size: 16px;
	color: #454545;
}
.case .list ul li.on{
	background: #1d953e;
}
.case .list ul li.on a{
	color: #fff;
}

.case .strengthMain{
	overflow:hidden;
}
.strengthMain li{
	float:left;
	width:285px;
	height:215px;
	overflow:hidden;
	background:#000;
	position:relative;
	margin:15px 0px 15px 20px;
}
.strengthMain li:nth-child(4n+1) {
	margin:15px 0;
}
.strengthMain li img{
	width:285px;
	height:215px;
	transition:all .5s;
	opacity:1;
	filter:alpha(opacity=100);
}
.strengthMain li .font{
	width:285px;
	height:190px;
	top:0;
	left:0;
	position:absolute;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding-top:25px;
}
.strengthMain li .font h3{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:36px;
	position: relative;
	top: 155px;
	background: url(../images/imghoverbg2.png);
}
.strengthMain li:hover img{
	transform: scale(1.1, 1.1);
	opacity:0.4;
	filter:alpha(opacity=40);
}
.strengthMain li:hover .font h3{
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:160px;
	background: none;
	position: relative;
	top: 0;
	display: block;
}
.strengthMain li .font::before,.strengthMain li .font::after{
	position:absolute;
	content:'';
	opacity:0;
	transition:all 0.5s;
}
.strengthMain li .font::before{
	top:25px;
	right:15px;
	bottom:25px;
	left:15px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:scale(0,1);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
}
.strengthMain li .font::after{
	top:15px;
	right:25px;
	bottom:15px;
	left:25px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	transform:scale(1,0);
	transform-origin:100% 0;
}
.strengthMain li:hover .font::before,.strengthMain li:hover .font::after{
	opacity:1;
	transform:scale(1);
	transition: all 0.5s;
}

.case .more{
	width: 150px;
	border-radius: 20px;
	text-align: center;
	display: block;
	color: #1d953e;
	border: 1px solid #1d953e;
	font-size: 16px;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 10px;
}
.case .more:hover{
	background: #1d953e;
	color: #fff;
}
/*case end*/

/*adv start*/
.adv{
	background: url(../images/advbg.jpg) no-repeat center;
	height: 250px;
	overflow: hidden;
	margin: 50px 0;
}

.adv ul li{
	float: left;
	width: 100px;
	margin: 45px 70px;
	text-align: center;
}
.adv ul li img{
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}
.adv ul li .xt{
	height: 5px;
	width: 50px;
	margin: 0 auto;
	background: #1d953e;
	margin-bottom: 10px;
	border-radius: 10px;
}
.adv ul li p{
	text-align: center;
	color: #454545;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 30px;
}
/*adv end*/

/*new start*/
.new{
	padding-bottom: 50px;
	background: #fff;
}

.new .newl{
	width: 500px;
	background: #eaeaea;
}
.new .newl .nr{
	padding: 19px 20px;
}
.new .newl .nr b{
	font-size: 18px;
	font-weight: normal;
	color: #454545;
	line-height: 30px;
	display: block;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new .newl .nr span{
	display: block;
	font-size: 16px;
	color: #888;
	line-height: 30px;
}
.new .newl .nr .xt{
	height: 5px;
	width: 50px;
	border-radius: 10px;
	background: #1d953e;
	margin: 6.5px 0;
}
.new .newl .nr p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 120px;
}
.new .newl .nr a{
	line-height: 30px;
	font-size: 15px;
	color: #1d953e;
	border: 1px solid #1d953e;
	border-radius: 20px;
	width: 120px;
	text-align: center;
}
.new .newl .nr a:hover{
	background: #1d953e;
	color: #fff;
}

.new .newr{
	width: 650px;
}
.new .newr ul li{
	float: left;
	width: 648px;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #1d953e;
}
.new .newr ul li:nth-child(1){
	margin-top: 0;
}
.new .newr ul li .time{
	width: 80px;
	height: 80px;
	margin: 10px;
	text-align: center;
	background: #1d953e;
	color: #fff;
	position: relative;
	z-index: 99999;
}
.new .newr ul li .time b{
	font-size: 30px;
	display: block;
	margin-top: 10px;
}
.new .newr ul li .con{
	width: 510px;
	margin: 15px;
}
.new .newr ul li .con b{
	font-size: 16px;
	color: #454545;
	width: 510px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.new .newr ul li .con p{
	width: 510px;
	margin: 5px 0;
	color: #666;
	font-size: 14px;
	height: 38px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new .newr ul li:hover{
	background: #1d953e;
}
.new .newr ul li:hover .time{
	background: #fff;
}
.new .newr ul li:hover .time b{
	color: #1d953e;
}
.new .newr ul li:hover .time span{
	color: #1d953e
}
.new .newr ul li:hover .con b{
	color: #fff;
}
.new .newr ul li:hover .con p{
	color: #fff;
}
/*new end*/

/*footer start*/
.foot{
	background: #eaeaea;
}

.foot .foot_nav{
	border-bottom: 5px solid #1d953e;
	padding: 10px 0;
	margin-bottom: 20px;
}
.foot .foot_nav ul li{
	float: left;
	width: 149px;
	text-align: center;
	background: url(../images/yuan.png) no-repeat center left;
}
.foot .foot_nav ul li:nth-child(1){
	background: none;
}
.foot .foot_nav ul li a{
	font-size: 16px;
	color: #454545;
}
.foot .foot_nav ul li:hover a{
	color: #1d953e;
}

.foot .foot_body ul li{
	width: 399px;
	border-left: 1px dashed #aaa;
	text-align: center;
	float: left;
}
.foot .foot_body ul li:nth-child(1){
	border-left: none;
}
.foot .foot_body ul li img{
	margin-bottom: 10px;
}
.foot .foot_body ul li p{
	text-align: center;
	color: #454545;
	line-height: 30px;
	font-size: 16px;
}

.foot .foot_bot{
	background: #1d953e;
	line-height: 30px;
	margin-top: 20px;
}
.foot .foot_bot span{
	font-size: 15px;
	color: #fff;
}
.foot .foot_bot a{
	color: #fff;
}
/*footer end*/