@charset "utf-8";
/*inde x_top*/
.index_top{
	width:100%;
	height: 60px;
	background: #F9F9F9;
}

.index_top_center{
	width:1200px;
	margin:0 auto;
}

.index_topfl{
	width:780px;
	line-height: 60px;
	font-size: 14px;
	color:#999;
	padding-left:25px;
	background: url(../img/home.png)no-repeat 0px center;
}

.index_ul{width:205px;}
.index_ul .index_li{
	width:50%;
	font-size: 14px;
	color:#666;
	line-height: 60px;
	text-align: center;
}

.index_ul .index_li:nth-child(1){background:url(../img/index_qq.png)no-repeat 0px 23px;}
.index_ul .index_li:nth-child(2){
	background:url(../img/index_wx.png)no-repeat 0px 23px;
	padding-left: 22px;
	position: relative;
}

.index_li img{
	width:80px;
	height: 80px;
	position: absolute;
	top:60px;
	left:22px;
	z-index: 99;
	display: none;
}

.index_ul .index_li:hover img{display: block;}

.index_ul .index_li  a{color:#666;}


/*index_logo*/
.index_logo{
	width:100%;
	height: 160px;
	padding:40px 0px;
}

.index_logoimg{
	width:260px;
	height: 
}

.index_logo_center{
	width:1200px;
	margin:0 auto;
}

.index_logotie{
	width:430px;
	height: 80px;
	background: url(../img/index_logotie.png)no-repeat 0px 0px;
	padding-left: 32px;
}

.index_logotie h1{
	font-size: 30px;
	color:#333;
}

.index_logotie h1 span{
	color:#00913A;
}

.index_logotie p{
	font-size: 18px;
	color:#666666;
	margin-top: 15px;
}

.index_logotel{
	width:215px;
	padding-top: 8px;
}

.index_logotel p{
	font-size: 16px;
	color:#666;
	text-align: center;
}
.index_logotel b{
	font-size: 36px;
	color:#00913A;
	letter-spacing:1px;
	font-family: "Times New Roman";
}
/*index_nav*/
.index_nav{
	width:100%;height: 70px;
	background: #333333;
}

.index_nav_center{width:1200px;margin:0 auto;}
.index_nav_center ul{width:100%;height: 70px;}
.index_nav_center ul li{
	width:11.1%;
	float: left;
	text-align: center;
	line-height: 70px;
	height: 70px;
}

.index_nav_center ul li a{
	color:#fff;
	font-size: 18px;
}

.index_nav_center ul .active{
	background: #00913A;
}

.index_nav_center ul li:hover{
	background: #00913A;
}




/* banner */
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}


/*soso*/
.soso{
	width:100%;
	height: 70px;
	border-bottom:1px solid #E6E6E6;
}

.soso_center{
	width:1200px;
	height: 70px;
	margin:0 auto;
}

.soso_fl{
	width:600px;
	font-size: 16px;
	color:#666;
	line-height: 70px;
}

.soso_fl b{
	color:#00913A;
}

.soso_fl a{margin:0px 0px;color:#666;}
.soso_center form{width:350px;border-left:1px solid #E6E6E6;float:right;height:70px;}
.soso_center form #q{
	width:278px;
	height: 68px;
	border:0px;
	float: left;
	font-size: 14px;
	color:#666;
	text-indent: 15px;
	outline:none;
}

.soso_center form .submit{
	width:70px;
	height:70px;
	background:url(../img/fdj.png)no-repeat 0px 0px;
	border:0px;
	float: right;
}

/*product*/
.product{width:100%;height: 1125px;}
.product_center{width:1200px;margin:0 auto;}
.product_center .title{
	width:100%;
	height:196px;
	text-align: center;
	padding-top: 64px;
	background: url(../img/zyhx.png)no-repeat center 92px;
}

.product_center .title b{
	font-size: 40px;
	color:#333;
}
.product_center .title  b span{color:#00913A;}
.product_center .title p{font-size: 18px;color:#666;margin-top:8px;}

.product_content{width:1200px;position: relative;}
.product_top{width:1200px;height:515px;}
.product_top_fl{width:260px;height:515px;}
.product_fltie{
	width:260px;
	height:100px;
	background: url(../img/product_fltie.png)no-repeat 0px 0px;
}

.product_fltie_ul{
	width:260px;
	height: 304px;
	border:1px solid #E3E3E3;
}

.product_fltie_ul .product_fltie_li{
	width:100%;
	height: 58px;
	border:1px dashed #E3E3E3;
	line-height: 58px;
	text-indent: 30px;
}

.product_fltie_ul .product_fltie_li .lia{color:#666;}
.product_fltie_ul .product_fltie_li .lia:hover{color:#00913A;}

.product_flphone{
	width:100%;
	height: 110px;
	background: #00913A;
	padding:25px 25px;
}

.product_flphone p{
	font-size: 16px;
	color:#fff;
	width:100%;
	height: 30px;
	background: url(../img/phone.png)no-repeat 0px 3px;
	text-indent: 35px;
	line-height: 35px;
}

.product_flphone b{
	font-size:32px;
	color:#fff;
	font-family: "Times New Roman";
}


.product_fr{width:940px;height: 514px;padding-left: 20px;position:absolute;top:0px;left: 260px;z-index: 99;display:none;}
.product_fr_son{
	width:100%;
	height: 514px;
	background: #FAFAFA;
	padding:32px 25px;
}

.product_fr_son img{width:448px;height: 448px;float:left;}
.product_fr_des{width:375px;height: 448px;float:left;margin-left: 40px;padding-top: 15px;}
.product_fr_des h1{font-size: 30px;color:#333;text-indent: 0px;font-weight:300;}
.product_fr_des .cptd{
	width:100%;
	font-size:16px;
	color:#00913A;
	text-indent: 0px;
	background: url(../img/lang_hx.png)no-repeat 75px 23px;
	line-height: 45px;
}

.product_fr_des .description{
	width:100%;
	height: 70px;
	line-height: 25px;
	font-size: 14px;
	color:#666666;
	text-indent: 0px;
	margin-top: 5px;
}

.list_ul{width:100%;height: 106px;margin-top: 20px;}
.list_ul li{width:106px;height: 106px;border:1px solid #CCCCCC;padding:2px;float: left;margin-right:32px;}
.list_ul li img{width:99px;height: 99px;}

.product_fr_des .more{width:156px;height: 46px;border:1px solid #CCCCCC;border-radius: 25px;text-align:center;line-height: 46px;font-size: 14px;color:#666;display: block;margin-top:35px;text-indent: 0px;}

/* 本例子css */
.picMarquee-left{ overflow:hidden; position:relative;margin-top: 30px;}
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../img/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }

.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:285px; height:285px; display:block;}
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .titles{ line-height:30px;margin-top: 10px;}
.picMarquee-left .bd ul li .titles a{font-size: 16px;color:#666;}


/*why*/
.why{width:100%;height: 880px;background:#F7F7F7;}
.why_center{width:1200px;margin:0 auto;}
.why_center .title{
	width:100%;
	height:196px;
	text-align: center;
	padding-top: 64px;
	background: url(../img/zyhx.png)no-repeat center 92px;
}

.why_center .title b{
	font-size: 40px;
	color:#333;
}
.why_center .title  b span{color:#00913A;}
.why_center .title p{font-size: 18px;color:#666;margin-top:8px;}

.why_content{width:1200px;height: 570px;background:url(../img/why.png)no-repeat center center;margin-top:20px;}
.why_content .why_ul{
	width:100%;height: 570px;
}

.why_content .why_ul li{
	width:50%;height: 295px;
}

.why_content .why_ul .why_li_fl:nth-child(1){
	background: url(../img/why01.png)no-repeat 0px 0px;
	text-align: left;
}
.why_content .why_ul .why_li_fr:nth-child(2){
	background: url(../img/why02.png)no-repeat right top;
	text-align: right;
}
.why_content .why_ul .why_li_fl:nth-child(3){
	background: url(../img/why03.png)no-repeat 0px 0px;
	text-align: left;
}
.why_content .why_ul .why_li_fr:nth-child(4){
	background: url(../img/why04.png)no-repeat right top;
	text-align: right;
}




.why_ul li{padding-top: 70px;}
.why_li_fl h1{
	font-size: 24px;
	color:#333;
	font-weight:600;
	height:65px;
	background: url(../img/four_line01.png)no-repeat 0px 50px;
}

.why_li_fr h1{
	font-size: 24px;
	color:#333;
	font-weight:600;
	height:65px;
	background: url(../img/four_line02.png)no-repeat right 50px;
}


.why_description{
	width:310px;
	height: 100px;
	border-bottom:2px solid #EAEAEA;
}

.why_ul li:nth-child(3) .why_description,.why_ul li:nth-child(4) .why_description{
	border:0px;
}
.why_description p{
	width:230px;
	font-size: 16px;
	color:#333;
	line-height: 30px;
	margin-top: 10px;
}

.index_lang{width:100%;height: 230px;background: url(../img/index_lang.png)no-repeat center center;}
.index_lang_center{
	width:1200px;height: 230px;
	margin:0 auto;
	padding:60px 0px;
}

.index_lang_fl{width:50%;float:left;}
.index_lang_fl h1{font-size: 36px;color:#fff;font-weight: 600;}

.index_lang_fl p{font-size: 16px;color:#DEEBE2;margin-top: 10px;line-height: 25px;padding-left: 20px;}
.index_lang_fr{width:460px;float:right;}

.index_lang_fr p{background: url(../img/index_tel.png)no-repeat 80px 12px;padding-left: 135px;}
.index_lang_fr p span{font-size: 14px;color:#fff;}
.index_lang_fr p b{font-size: 32px;color:#fff;}

.index_lang_fr ul{margin-top: 15px;}
.index_lang_fr ul li{float: left;font-size: 18px;font-weight: 600;color:#fff;background: url(../img/sjt.png)no-repeat 20px center;width:115px;padding-left: 20px;text-align: right;}

.slcj{width:100%;height:936px;background: url(../img/slcj.png)no-repeat 0px 0px;}
.slcj_center{width:1200px;height: 826px;margin:0 auto;}


.slcj_center .title{
	width:100%;
	height:196px;
	text-align: center;
	padding-top: 64px;
	background: url(../img/zyhx.png)no-repeat center 92px;
}

.slcj_center .title b{
	font-size: 40px;
	color:#333;
}
.slcj_center .title  b span{color:#00913A;}
.slcj_center .title p{font-size: 18px;color:#666;margin-top:8px;}

/*slcj*/
.slcj_content{width:1200px;height: 615px;background: red;position: relative;}
.slcj_content .date{width:100%;height: 143px;margin-top:416px;float: left;}
.date_m1{width:664px;height: 143px;margin-left: 270px;background:#fff;box-shadow:0px 0px 2px 2px #EDEDED;}

.date_m1 ul{width:100%;}
.date_m1 ul li:nth-child(1){background: url(../img/yfsl.png)no-repeat center 26px;}
.date_m1 ul li:nth-child(2){background: url(../img/lhdz.png)no-repeat center 26px;}
.date_m1 ul li:nth-child(3){background: url(../img/hbbz.png)no-repeat center 26px;}
.date_m1 ul li:nth-child(4){background: url(../img/cqhz.png)no-repeat center 26px;}

.date_m1 ul li{width:25%;height: 143px;float: left;text-align: center;padding-top: 80px;}
.date_m1 ul li .m1p{font-size: 20px;color:#333;}
.date_m1 ul li .m1span{font-size: 12px;color:#666;}

.slcj_nei{
	width:1200px;
	height:615px;
	position: absolute;
	top:0px;
	left:0px;
}

.slcj_nei_fl{
	width:600px;
	height: 615px;
	background: #fff;
	float: left;
}
.slcj_nei_fr{
   float: left;
}

.slcj_nei_fr img{
	float: left;
}
/*youshi*/
/*优势*/
.ys_bg{background: url(../img/slcj.png) no-repeat center 0;height: 936px;padding: 82px 0 0;overflow: hidden;}
.yous{
	height: 750px;
	width: 1200px;
margin: 0 auto;
position: relative;
}
.yous .cp_tit{color: #333;background: url(../img/zyhx.png) no-repeat center 30px;font-size: 40px;text-align: center;}
.yous .cp_tit span{color: #666;font-size: 18px;font-weight:300;margin-top: 5px;}
.ys_t{height: 143px;width: 672px;background: #fff;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);position: absolute;top:545px;left:264px;z-index: 10;}
.ys_t ul li{font-size: 20px;color: #333;float: left;width: 168px;height: 123px;padding: 20px 0 0;position: relative;text-align: center;}
.ys_t ul li:before{content: "";width: 1px;height: 37px;background: #efefef;position: absolute;top: 50px;left: 0;z-index: -1;}
.ys_t ul li p{width:46px; height:46px; position:relative;margin: 0 auto;}
.ys_t ul li b{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;margin: 0 auto;}
.ys_t ul li b img{
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition:1s;
}
.ys_t ul li b:hover img{
	transform:rotateY(180deg);
}
.ys_t ul li em{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;margin: 0 auto;}
.ys_t ul li b img,.ys_t ul li em img{ display: block;width: 46px;height: 46px;}
.ys_t ul li span{display: block;padding: 10px 0 0;line-height: 22px;}
.ys_t ul li i{display: block;font-size: 12px;text-transform: uppercase;color: rgba(51,51,51,0.4);text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;}
.ys_t ul li:first-child:before{background: none;}
.yous dl{position: relative;height: 617px;background: #fff;margin-top: 48px;}
.yous dl dt{width: 960px;height: 617px;line-height: 0;overflow: hidden;position: absolute;top: 0;left: 50%;}
.yous dl dt img{width: 960px;height: 617px;transition: all 0.6s;}
.yous dl dt img:hover{transform: scale(1.1);}
.yous dl dd{width: 500px;float: left;padding: 135px 0 0 55px;}
.yous dl dd h5{height: 90px;border-bottom: #d6d6d6 2px solid;width: 500px;display: inline-block;font-size: 30px;color: #333;}
.yous dl dd em{width: 46px;height: 46px;display: block;float: left;line-height: 0;margin: 6px 15px 0 0;}
.yous dl dd em img{width: 46px;height: 46px;}
.yous dl dd span{display: block;float: left;line-height: 32px;}
.yous dl dd i{display: block;font-size: 16px;font-family:Arial, Helvetica, sans-serif;text-transform: uppercase;}
.yous dl dd b{width: 60px;height: 50px;display: block;float: right;line-height: 50px;font-size: 48px;}
.yous dl dd b img{width: 60px;height: 50px;}
.yous dl dd p{font-size: 16px;color: #333;padding: 20px 0 0;line-height: 30px;}

.mores{width:120px;height: 40px;background: #00913A;border-radius: 20px;text-align: center;line-height: 40px;font-size: 16px;color:#fff;display: block;margin-top: 47px;}

.about{width:100%;height:750px;}
.about_uldata{width:1200px;}
.about_center{width:1200px;margin:0 auto;}
.about_center .title{
	width:100%;
	height:205px;
	text-align: center;
	padding-top: 64px;
	background: url(../img/zyhx.png)no-repeat center 92px;
}

.about_center .title b{
	font-size: 40px;
	color:#333;
}
.about_center .title  b span{color:#00913A;}
.about_center .title p{font-size: 18px;color:#666;margin-top:8px;}

.about_content{width:1200px;height:490px;}
.about_fl{width:550px;float: left;}
.about_fl img{width:550px;height:490px;}

.about_fr{width:650px;height:490px;padding:55px 65px;background:#F7F7F7;float: right;}
.about_fr h1{width:100%;height:65px;border-bottom:1px solid #DDDDDD;background: url(../img/about_ties.png)no-repeat center 0px;}
.about_desription{
	width:100%;
	height: 345px;
	font-size:16px;
	color:#666;
	padding-top:25px;
	line-height:30px;
	background: url(../img/about_botimg.png)no-repeat center 250px;)
}
.about_desription  a{color:#00913A;font-size: 16px;}

/*about_picture*/
.about_picture{width:100%;height: 345px;}
.about_picture_center{width:1200px;margin:0 auto;}
.about_uldata{width:1200px;height: 70px;}
.about_uldata .about_list{width:20%;height: 70px;background:url(../img/sjs.png)no-repeat 0px 0px;float: left;}
.about_uldata .about_list .ties{width:100%;height: 60px;font-size: 16px;color:#666;padding-left: 105px;line-height: 60px;position: relative;}
.about_uldata .about_list:hover{background:url(../img/sj.png)no-repeat 0px 0px;}
.about_uldata .about_list:hover .ties{color:#fff;}

.about_uldata .about_list:nth-child(1) p{background: url(../img/gchjs.png)no-repeat 70px center;}
.about_uldata .about_list:nth-child(2) p{background: url(../img/tdjs.png)no-repeat 70px center;}
.about_uldata .about_list:nth-child(3) p{background: url(../img/ryzz.png)no-repeat 70px center;}
.about_uldata .about_list:nth-child(4) p{background: url(../img/zhxx.png)no-repeat 70px center;}
.about_uldata .about_list:nth-child(5) p{background: url(../img/khjz.png)no-repeat 70px center;}

.about_uldata .about_list:nth-child(1):hover p{background: url(../img/gchjs.png)no-repeat 70px center;}
.about_uldata .about_list:nth-child(2):hover p{background: url(../img/tdjss.png)no-repeat 70px center;}
.about_uldata .about_list:nth-child(3):hover p{background: url(../img/ryzzs.png)no-repeat 70px center;}
.about_uldata .about_list:nth-child(4):hover p{background: url(../img/zhxxs.png)no-repeat 70px center;}
.about_uldata .about_list:nth-child(5):hover p{background: url(../img/khjzs.png)no-repeat 70px center;}

.about_uldata .active{background:url(../img/sj.png)no-repeat 0px 0px;}
.about_uldata .active .ties{color:#fff;}

.about_uldata li i{width:19px;height: 10px;background: url(../img/sj.png)no-repeat;position: absolute;top:0px;left: 0px;}
.about_imgaes{width:100%;height: 245px;margin-top:5px;}

/* 本例子css */
.picMarquee-lefts{ overflow:hidden; position:relative;margin-top: 30px;}
.picMarquee-lefts .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-lefts .hd .prev,.picMarquee-lefts .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../img/arrow.png") no-repeat;}
.picMarquee-lefts .hd .next{ background-position:0 -50px;  }
.picMarquee-lefts .hd .prevStop{ background-position:-60px 0; }
.picMarquee-lefts .hd .nextStop{ background-position:-60px -50px; }

.picMarquee-lefts .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-lefts .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-lefts .bd ul li .pic{ text-align:center; }
.picMarquee-lefts .bd ul li .pic img{ width:280px; height:205px; display:block;}
.picMarquee-lefts .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-lefts .bd ul li .title{ line-height:30px;margin-top: 10px;}
.picMarquee-lefts .bd ul li .title a{font-size: 16px;color:#666;}


.dingou{width:100%;height: 235px;background: url(../img/index_lainxi.png)no-repeat center center;margin-top: 25px;}
.dingou_center{width:1200px;margin:0 auto;padding:55px 0px;}
.dingou_center::after{content: "";display: block;clear:both;}
.dingou_fl{width:575px;float: left;}
.dingou_fl .dingou_tie{font-size:33px;color:#fff;font-weight:600;}
.dingou_fl span{font-size: 14px;color:#fff;}
.dingou_fl ul{width:100%;height: 55px;margin-top:20px;}
.dingou_fl ul li{width:45%;height:55px;padding-left: 65px;float: left;}
.dingou_fl ul li p{font-size: 14px;color:#fff;}
.dingou_fl ul li b{font-size: 24px;color:#fff;}

.dingou_fl ul .liphone{background:url(../img/liphone.png)no-repeat;}
.dingou_fl ul .liqq{background:url(../img/liqq.png)no-repeat;}

.dingou_fr{width:625px;float:right;}
.text1{width:205px;height:52px;border:1px solid #fff;background: none;margin-bottom: 20px;font-size: 16px;color:#fff !important;text-indent: 10px;outline:none;}
.texts{width:292px;height: 52px;border:1px solid #fff;background: none;margin-bottom: 20px;font-size: 16px;color:#fff !important;text-indent: 10px;outline:none;}
#dosubmit{width:110px;height: 51px;background: #fff;color:#00913A;font-size: 16px;text-align: center;line-height: 51px;border:1px solid #fff;float: right;}

/*case*/
.case{width:100%;height: 825px;background: #F7F7F7;}
.case_center{width:1200px;margin: 0 auto;}
.case_center .title{
	width:100%;
	height:205px;
	text-align: center;
	padding-top: 64px;
	background: url(../img/zyhx.png)no-repeat center 92px;
}

.case_center .title b{
	font-size: 40px;
	color:#333;
}
.case_center .title  b span{color:#00913A;}
.case_center .title p{font-size: 18px;color:#666;margin-top:8px;}

.case_content{
	width:1200px;
	margin:0 auto;
	position: relative;
}
.case_ulli{
	width:190px;
	height: 54px;
	float:left;
	margin-right: 12px;
	background:#E6E6E6;
}
.case_ulli span{
	font-size: 18px;
	color:#333333;
	width:190px;
	height: 54px;
	line-height: 54px;
	display: block;
	text-align: center;
}

.case_ulli:nth-child(6){margin-right: 0px;}

.case_ulcenter{
	width:1200px;
	height:470px;
	padding-top: 40px;
	display: none;
	position: absolute;
	top:54px;
	left:0px;
	z-index: 99;
}

.case_ulcenter ul{width:100%;}
.case_ulcenter ul li{
	width:380px;
	height: 429px;
	margin-right: 30px;
	float: left;
}
.case_ulcenter ul li:hover .case_li_tie a{
	background: #00913A;
	color:#fff;
}
.case_ulcenter ul li:nth-child(3n){
	margin-right:0px;
}

.case_li_tie{width:100%;height: 131px;background: #fff;}
.case_li_tie p{
	font-size: 18px;
	color:#666;
	text-align: center;
	line-height: 60px;
}
.case_li_tie a{
	display: block;
	width:150px;
	height: 38px;
	border:1px solid #DEDEDE;
	border-radius: 25px;
	font-size: 14px;
	color:#666;
	line-height: 38px;
	text-align: center;
	margin:0 auto;
}

/*hzkh*/
.hzkh{width:100%;height:350px;}
.hzkh_center{width:1200px;margin:0 auto;padding-bottom: 35px;}
.hzkh_center .title{
	width:100%;
	height:170px;
	text-align: center;
	padding-top: 64px;
	background: url(../img/zyhx.png)no-repeat center 92px;
}

.hzkh_center .title b{
	font-size: 40px;
	color:#333;
	font-weight: 300;
}
.hzkh_center .title  b span{color:#00913A;}
.hzkh_center .title p{font-size: 18px;color:#666;margin-top:8px;}
.hzkh_content{width:100%;height: 151px;}


.picMarquee-hzkf{ overflow:hidden; position:relative;margin-top: 30px;}
.picMarquee-hzkf .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-hzkf .hd .prev,.picMarquee-hzkf .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../img/arrow.png") no-repeat;}
.picMarquee-hzkf .hd .next{ background-position:0 -50px;  }
.picMarquee-hzkf .hd .prevStop{ background-position:-60px 0; }
.picMarquee-hzkf .hd .nextStop{ background-position:-60px -50px; }

.picMarquee-hzkf .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-hzkf .bd ul li{margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;border:1px solid #E6E6E6;}
.picMarquee-hzkf .bd ul li .pic{ text-align:center; }
.picMarquee-hzkf .bd ul li .pic img{ width:231px; height:151px; display:block;}
.picMarquee-hzkf .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-hzkf .bd ul li .title{ line-height:30px;margin-top: 10px;}
.picMarquee-hzkf .bd ul li .title a{font-size: 16px;color:#666;}

.jgsb{width:100%;height: 450px;padding-bottom: 25px;}
.jgsb_center{width:1200px;height:440px;margin:0 auto;}
.jgsb_center .title{
	width:100%;
	height:170px;
	text-align: center;
	padding-top: 64px;
	background: url(../img/zyhx.png)no-repeat center 92px;
}

.jgsb_center .title b{
	font-size: 40px;
	color:#333;
	font-weight: 300;
}
.jgsb_center .title  b span{color:#00913A;}
.jgsb_center .title p{font-size: 18px;color:#666;margin-top:8px;}

.picMarquee-jgsb{ overflow:hidden; position:relative;margin-top: 30px;}
.picMarquee-jgsb .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-jgsb .hd .prev,.picMarquee-jgsb .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../img/arrow.png") no-repeat;}
.picMarquee-jgsb .hd .next{ background-position:0 -50px;  }
.picMarquee-jgsb .hd .prevStop{ background-position:-60px 0; }
.picMarquee-jgsb .hd .nextStop{ background-position:-60px -50px; }

.picMarquee-jgsb .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-jgsb .bd ul li{margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;border:1px solid #E6E6E6;}
.picMarquee-jgsb .bd ul li .pic{ text-align:center; }
.picMarquee-jgsb .bd ul li .pic img{ width:276px; height:196px; display:block;}
.picMarquee-jgsb .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-jgsb .bd ul li .title{ line-height:30px;margin-top: 10px;}
.picMarquee-jgsb .bd ul li .title a{font-size: 16px;color:#666;}

/*news*/
.news{width:100%;height: 640px;background:#F7F7F7;padding-top:65px;}
.news_center{width:1200px;margin:0 auto;}
.news_fl{width:590px;margin:0 auto;float: left;}
.news_catname{width:590px;float: left;height: 45px;border-bottom:1px solid #D2D2D3;}
.news_ul{width:100%;height:45px;line-height: 45px;position: relative;}
.news_ul i{float: left;color:#333;margin:0px 7px;}
.news_li{width:75px;line-height: 45px;text-align: center;float: left;height: 45px;}
.news_li span{font-size: 18px;color:#333;}
.news_more{float: right;line-height: 45px;}
.news_more a{color:#666;font-size: 14px;}
.news_son{width:590px;height: 480px;padding-top: 33px;display: none;position: absolute;top:45px;left: 0px;z-index: 99;}
.news_picture{width:100%;height: 263px;border-bottom: 1px solid #C7C7C7;}
.news_picture img{width:100%;height: 155px;}
.news_picture h1{
	font-size: 18px;
	color:#333;
	font-weight:300;
	text-align: left;
	line-height: 30px;
    margin-top: 20px;
}
.news_picture h1 span{float: right;font-size: 14px;color:#999;}
.news_picture p{font-size: 16px;color:#666;text-align: left;line-height: 35px;}
.news_picture p a{color:#00913A;font-size: 14px;}

.news_list{width:100%;height: 175px;padding-top: 15px;}
.news_list .news_list_li{width:100%;height: 38px;line-height: 38px;text-align: left;}
.news_list .news_list_li a{font-size: 16px;color:#666666;}
.news_list .news_list_li a span{float: right;font-size: 14px;color:#999;}
.news_fr{width:510px;height:530px;float: right;}
.news_lis{width:75px;line-height: 45px;text-align: center;float: left;height: 45px;border-bottom: 2px solid #00913A}
.news_lis span{font-size: 18px;color:#333;}
.news_more{float: right;line-height: 45px;}
.news_more a{color:#666;font-size: 14px;}

.picMarquee-top{padding-top: 78px;}
.picMarquee-top .picList li{width:510px;height: 95px;margin-bottom: 45px;}
.picMarquee-top .picList li .qaimg{width:140px;height: 95px;float: left;}
.picMarquee-top .qsimg_fr{width:350px;float: right;}
.picMarquee-top .qsimg_fr .que{width:100%;height: 40px;font-size: 16px;color:#666;padding-left: 25px;background: url(../img/queat.png)no-repeat 0px 15px;line-height: 45px;}
.picMarquee-top .qsimg_fr .anster{width:100%;height: 54px;font-size: 14px;color:#999;line-height: 25px;padding-left: 25px;background: url(../img/anster.png)no-repeat 0px 5px;}


/*footer*/
.footer > * {box-sizing:border-box;}
.footer{width:100%;height:365px;background: #333333;padding-top:60px;}
.footer_center{width:1200px;margin:0 auto;height:320px;}

.footer_fl_p1{width:175px;float: left;}
.footer_fl_p1 h1{font-size: 18px;color:#fff;font-weight:300;}
.footer_fl_p1 hr{width:20px;border:1px solid #00913A;margin-top:20px;margin-bottom:15px;float: left;}

.footer_fl_p1 ul{width:100%;}
.footer_fl_p1 ul li{width:100%;height: 35px;font-size: 15px;line-height: 35px;text-align:left;}
.footer_fl_p1 ul li a{color:#ADADAD;}

.footer_fl_p2{width:400px;float:left;}
.footer_fl_p2 h1{font-size: 18px;color:#fff;font-weight:300;}
.footer_fl_p2 hr{width:20px;border:1px solid #00913A;margin-top:20px;margin-bottom:20px;float: left;}

.fot_phone{height: 65px;background: url(../img/footer_phone.png)no-repeat 0px 0px;padding-left:80px;}
.fot_phone p{font-size: 14px;color:#ADADAD;}
.fot_phone b{font-size: 36px;color:#00913A;font-family: "Impact";}
.footer_fl_p2 .padd{font-size: 16px;color:#CCCCCC;margin-top:19px;}

.footer_fr_p3{width:150px;float: right;}
.footer_fr_p3 h1{font-size: 18px;color:#fff;font-weight:300;}
.footer_fr_p3 hr{width:20px;border:1px solid #00913A;margin-top:20px;margin-bottom:20px;float: left;}
.footer_fr_p3 img{width:150px;height: 150px;}

.fot_bottom{width:100%;height: 125px;background: #272727;}
.fot_bottom_center{width:1200px;height:125px;margin:0 auto;padding:30px 0px;box-sizing:border-box;}
.fot_bottom_center p{width:100%;font-size: 14px;color:#ABABAB;height: 30px;line-height: 30px;}
.fot_bottom_center p span{font-size: 14px;color:#ABABAB;}
.fot_bottom_center p a{color:#ABABAB;}

