﻿@charset "utf-8";


.phone-nav{ right:10px;top:7px;position:absolute;width:35px;height:35px;display:none;background:url(../images/menu.png) no-repeat center;margin:0 0 0 5px;z-index:999}

.phone-subnav{width:100%;position:fixed;left:0;height:100%;top:0;background:rgba(255,255,255,.98);z-index:999999;margin:0 auto;display:none}
.phone-subnav .close{padding:20px 40px;display:block}
.phone-subnav .close img{max-height:40px}
.phone-subnav ul{height:90%;overflow-y:scroll;margin:25px 30px}
.phone-subnav ul li{position:relative;border-top:1px solid #dadada; overflow:hidden; text-align:left;}
.phone-subnav ul li i{position:absolute;right:10px;top:5px;text-align:center;line-height:30px;display:block;border-radius:100%;font-style:inherit;cursor:pointer}
.phone-subnav ul li i:after{content:"+";color:#666;font-size:24px;cursor:pointer;text-align:center}
.phone-subnav ul li .menu{color:#333;font-size:16px;line-height:40px;overflow:hidden;padding:0 40px 0 20px;display:block;cursor:pointer;text-align:left;position:relative;border-bottom:1px solid rgba(255,255,255,.05)}
.phone-subnav ul li .menu>a{display:block;color:#333}
.phone-subnav ul li .menu02>a{color:#1b8fe2}
.phone-subnav ul li .menu03{display:block;padding:10px 0}
.phone-subnav ul li .menu03 a{color:#888;font-size:13px;line-height:20px;padding-top:0}
.phone-subnav ul li div{display:none;padding-bottom:15px}
.phone-subnav ul li div a{color:#666;line-height:20px;padding:5px 10px 5px 20px;display:block;height:auto;font-weight:100;position:relative}
.phone-subnav ul li div em{display:block;font-style:inherit}
.phone-subnav ul li div em>a{color:#666;font-size:12px;display:block;padding:5px 5px 5px 48px;line-height:18px}
.phone-subnav ul .active i:after{content:"-"}
.phone-subnav .search2{border-radius:28px;-webkit-transition:all .5s;transition:all .5s;position:relative;padding:10px}
.phone-subnav .search2 input{border:1px #efeff0 solid;border-radius:28px;line-height:28px;height:30px;position:relative;width:100%;padding:0 40px 0 10px;font-size:14px;vertical-align:top;-webkit-transition:all .5s;transition:all .5s}
.phone-subnav .search2 input:focus{border-color:#000;}


.home_main{ position:relative;overflow: hidden;}
.pujie_homeone{color:#000;width: 100%; background:#fff;}
.pujie_homeone .logo{ display:block; margin:20px 0px; float:left;width: 22%;}
.pujie_homeone .head_youbian{ width:70%; float:right; margin-top:35px;}

.pujie_homeone .head_youbian .nav{width:90%;float:left;}
.head_yw{ float:right; font-size:16px;}
.head_yw a{color:#000;}

.nav li {
	text-align: center;
	float: left;
	width:  14.285714%;
	position: relative;
	padding: 0 10px; z-index:999;
}

.nav li>a {
	font-size: 16px;
	color: #000; padding-bottom:5px;
	line-height:inherit;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: all .5s
}

/*.nav li>a:after {
	content: '';
	display: block;
	width: 0;
	height: 5px;
	background: #00a480;
	transition: all .5s;
	position: absolute;
	bottom: 0;
	left: 0
}
*/
.nav li:hover>a:after,.nav li.active>a:after {
	width: 100%;
}
.nav li:hover>a,.nav li.active>a { color:#00a480; font-weight:bold;}

.nav li:hover .child {
	z-index: 1;
	display: block \9;
	visibility: visible;
	opacity: 1;
	padding-top: 0;
	padding-bottom: 10px
}

.nav li:hover .child a {
	height: 38px
}

.nav .child {
	font-size: 16px;
	position: absolute;
	width:117px;
	left: 50%;
	margin-left: -57px;
	z-index: -1;
	top:28px;
	display: none \9;
	visibility: hidden;
	opacity: 0;
	text-align: center
}

.nav .child .box {
	background: #fff \9;
	background: rgba(255,255,255,0.8);
	padding: 10px 0;
	position: relative;
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.15)
}

.nav .child a {
	padding: 0 5px;
	display: block;
	color: #333;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	line-height: 38px;
	height: 0;
	transition: .3s height cubic-bezier(0.73,0.32,0.34,1.5),0.5s background,0.5s padding-left
}

.nav .child a:hover {
	background-color: #00a480;
	background: rgba(0,164,128,0.5);
	color: #fff;
	padding-left: 15px;
}
/*banner*/

.banner {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9
}

.banner img {
	vertical-align: top;
	display: inline-block;
	max-width: 100%;
	max-height: 100%
}

.banner .pc {
	display: block
}

.banner .pc img {
	width: 100%
}

.banner .mobile {
	display: none
}

.banner .list {
	overflow: hidden;
	display: block
}

.banner li {
	float: left
}

.banner .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%
}

.banner .box .middleCenter {
	position: static
}

.banner .pc img {
	-webkit-transition: all 4s;
	transition: all 4s
}

.banner .text-01 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 33%;
	opacity: 0;
	-webkit-animation: moveX 1.5s;
	animation: moveX 1.5s;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 4s;
	transition: all 4s;
}
.banner .text-01 strong{ display:block; font-size:50px; color:#fff; margin-bottom:30px;}
.banner .text-01 i{ display:block;width:130px; height:2px; background:#fff; margin:0 auto;}
.banner .text-01 p{ color:#fff; font-size:18px; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;margin-top:30px;}
.banner .text-01 span{display:block; font-size:50px; color:#fff; text-indent:6.5em; font-weight:bold;}
.banner .text-02 strong{ margin-bottom:0px;}
.banner img {
	-webkit-transition: all 4s ease-out;
	transition: all 4s ease-out
}

.banner .slick-current .pc img,.banner .slick-active .pc img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.banner .slick-current .text-01,.banner .slick-active .text-01 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.banner .slick-current .text-02,.banner .slick-active .text-02 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.banner .slick-current .text-03,.banner .slick-active .text-03 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.banner .slick-dots {
	bottom: 20px;
	font-size: 0;
	z-index: 999;
	overflow: initial
}

.banner .slick-dots li {
	width: 27px;
	height: 27px;
	margin: 0 10px;
	overflow: hidden;
	float: none;
	border-radius: 50%
}

.banner .slick-dots li button {
	padding: 0;
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s
}

.banner .slick-dots li button:before {
	display: none
}

.banner .slick-dots .slick-active {
	-webkit-box-shadow: 0 0 0 10px rgba(0,164,128,0.2) inset;
	box-shadow: 0 0 0 10px rgba(0,164,128,0.2) inset
}

.banner .slick-dots .slick-active button {
	background: #00a480;
	width: 15px;
	height: 15px
}

.banner .slick-prev {
	left:14%; background:url(../images/left.png) no-repeat;width:109px; height:45px; z-index:888;
}
.banner .slick-next {
	right:15%;background:url(../images/right.png) no-repeat;width:109px; height:45px;z-index:888;
}
.banner .slick-next:before{content: '';}
.banner .slick-prev:before{content: '';}
.banner .slick-prev:hover {background:url(../images/left.png) no-repeat;}
.banner .slick-next:hover {background:url(../images/right.png) no-repeat;}
.banner .slick-next:focus{background:url(../images/right.png) no-repeat;}
.banner .slick-prev:focus{background:url(../images/left.png) no-repeat;}

/*首页关于我们*/
.pujie_hometwo{ background:#f2f2f2; background-size:cover; overflow:hidden; padding-top:89px; padding-bottom:60px;}
.hab_left{ float:left; width:51%;}
.hab_left img{ display:block;width:100%;}
.hab_right{ float:left;width:49%; padding:0px 5%;}
.hab_right h3{ margin-top:5%; font-size:30px; color:#000; margin-bottom:30px;}
.hab_right p{ font-size:14px; color:#5c5c5c; line-height:28px; margin-bottom:48px;}

.homeab_bot { overflow:hidden; clear:both; padding-top:50px;}
.homeab_bot li{ float:left;width:25%; text-align:center; border-right:1px solid #bfbfbf;font-size:14px; color:#000; }
.homeab_bot li:last-child{border-right:none;}
.homeab_bot li:nth-child(1){width:}
.homeab_bot li p{ }
.homeab_bot li .counter{ font-family:Arial, Helvetica, sans-serif; font-size:40px; font-weight:bold; color:#00a480;padding-right:8px; display:inline-block;} 
.btn_more a{display: inline-block; background: #00a480;    border: 1px #00a480 solid;    line-height:40px;    border-radius: 30px;    color: #fff;min-width: 150px;padding: 0 40px 0 15px;font-size: 14px;text-align: center; position: relative;    z-index: 1;    overflow: hidden;    vertical-align: middle;transition: min-width .5s;}
.btn_more a:before{    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px #00a480 solid;
    border-right: 1px #00a480 solid;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 25px;}
.btn_more a:after{content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 30px;
    background: #fff;
    vertical-align: middle;
    float: right;
    margin-left: 10px;
    position: absolute;
    z-index: 0;
    right:13px;
    top:8px;}	
	
.btn_more:hover a{
		background: #fff;
		color: #00a480;
		border:1px solid #00a480;
		min-width: 170px
	}

.btn_more:hover a:after{
		background: #00a480;
		
	}

.btn_more:hover a:before{
		border-color: #fff;background: #00a480;
	}

.btn_more:hover a {
		border: 1px solid #fff;
		background:#fff;
	}


.pujie_homethree{ padding:90px 0px 80px 0px; overflow:hidden;}
.pujie_homethree li{ cursor:pointer;max-height:345px; overflow:hidden;}
.pujie_homethree li .bj_one{ display:block; float:left;width:50%;overflow:hidden;}
.pujie_homethree li .bj_one img{ display:block;transition: all .5s;width:100%;}
.pujie_homethree li .bj_two{ float:left; padding:5%;width:50%;min-height:345px;}
.pujie_homethree li .bj_two p{ margin-bottom:35px;font-size:14px;line-height:28px;}
.pujie_homethree li:nth-child(1) .bj_two{ background:#00a480;}
.pujie_homethree li:nth-child(1) .btn_more a{ background:#fff; color:#00a480;} 
.pujie_homethree li:nth-child(1) .btn_more a:before{border-top: 1px #fff solid;border-right: 1px #fff solid;}
.pujie_homethree li:nth-child(1) .btn_more a:after{background:#00a480;}
.pujie_homethree li:nth-child(2) .bj_two{ float:left;background:#201984;min-height:345px;}
.pujie_homethree li:nth-child(2) .btn_more a{ background:#fff; color:#201984; border:1px solid #201984;} 
.pujie_homethree li:nth-child(2) .btn_more a:before{border-top: 1px #fff solid;border-right: 1px #fff solid; background:none;}
.pujie_homethree li:nth-child(2) .btn_more a:after{background:#201984;}
.pujie_homethree li:hover .btn_more a{min-width: 170px}
.pujie_homethree li:hover .bj_one img{transform: scale(1.1);}

.pujie_homethree li h4{ font-size:30px; font-weight:normal; color:#fff; margin-bottom:10px;}
.pujie_homethree li .bj_two{ font-size:14px; color:#fff;}
.pujie_homethree ul.pc{ display:block;}
.pujie_homethree ul.phone{ display:none;}

.pujie_homefour{ background:#e6e6e6; color:#000; font-size:14px; padding:36px 0px; overflow:hidden;}
.bot_left{ width:40%; float:left; line-height:26px;}
.bot_left p{ width:100%; overflow:hidden; }
.bot_left img{ display:block; float:left;}
.bot_left span{ display:block; float:left; margin-left:20px;}
.bot_right{ width:60%; float:right;overflow:hidden; padding-left:10%;}
.bot_right li{width:33.333%; overflow:hidden;line-height:26px; float:left;}
/*.bot_right img{ display:block; float:right;}
*/.bot_right span{ display:block; float:right; padding-left: 42px;min-width: 168px;text-align: left;}
.bot_right li:nth-child(1) span{ background:url(../images/home_img4.png) no-repeat left center; }
.bot_right li:nth-child(2) span{ background:url(../images/home_img6.png) no-repeat left center;}
.bot_right li.three span{ background:url(../images/home_img7.png) no-repeat left center;}
.bot_right li.four span{ background:url(../images/home_img5.png) no-repeat left center;}
.dibu_list >li{ overflow:hidden; margin-bottom:20px;}


.dibu_foot{ background:#595959; color:#e6e6e6; padding:30px 0px; font-size:12px; overflow:hidden;}
.dibu_foot .left{width:80%; float:left;}	
.dibu_foot .right{width:20%; float:right; text-align:right;}	
.dibu_foot .right a{color:#e6e6e6;}
.dibu_foot .right a:hover{color:#fff;}


/*产品目录*/
.inside-banner {
	text-align: center
}

.inside-banner img {
	vertical-align: middle;
	width: 100%
}

.inside-banner .text {
	position: absolute;
	width: 100%;
	left: 0;
	top: 65%;
	color: #fff;
	line-height: 50px;
	text-align: left
}

.inside-banner .text .container {
	max-width: 1400px
}

.inside-banner .title-01 {
	font-size: 34px; font-weight:bold;
}

.inside-banner .pc {
	position: relative
}

.inside-banner .mobile {
	display: none;
	position: relative
}

.inside-banner.inside-banner-02 .text {
	text-align: left
}



.pujie_nymain .zhu_con{ position:relative;top:-50px; z-index:666;}
.zhu_con .zhu_left{ width:80%; float:left; background:#fff; padding:40px;}
.nypro_list .wenzi strong{ display:block; font-size:22px; color:#fff; font-family:Arial, Helvetica, sans-serif; margin-bottom:7px;}
.nypro_list .wenzi .ziti{ font-size:35px; color:#fff; font-weight:bold; padding-top:15px;}
.nypro_list .btn_more a{min-width: 127px;line-height: 34px;}
.nypro_list .btn_more a:after{top: 5px;}

.nypro_list .left{ position:relative;width:27%;overflow:hidden; float:left;}
.nypro_list .left .wenzi{ position:absolute;top:37%;width:100%;text-align:center;}
.nypro_list .left:hover .btn_more a{background: #fff;color: #fff;border:1px solid #1d2b7f;min-width: 135px}
.nypro_list .left:hover .btn_more a:after{background: #fff;}
.nypro_list .left:hover .btn_more a:before{border-color: #fff;background: #fff;border-top: 1px #1d2b7f solid;
border-right: 1px #1d2b7f solid;}
.nypro_list .left:hover .btn_more a {border: 1px solid #1d2b7f;background:#1d2b7f;}
.nypro_list .left .img img{display:block;transition: all .5s;width:100%;}
.nypro_list .left:hover .img img{transform: scale(1.1);}
.nypro_list .right{ width:71%; margin-left:2%; overflow:hidden; float:right;}
.nypro_list .right li{ float:left;width:48.5%; margin-right:3%;position:relative;overflow:hidden; cursor:pointer; margin-bottom:3%;}
.nypro_list .right li:nth-child(2n){ margin-right:0px;}
.nypro_list .right li:nth-child(3){ margin-bottom:0px;}
.nypro_list .right li:nth-child(4){ margin-bottom:0px;}



.nypro_list .right li:nth-child(2) .wenzi strong,.nypro_list .right li:nth-child(2) .wenzi .ziti,.nypro_list .right li:nth-child(4) .wenzi strong,.nypro_list .right li:nth-child(4) .wenzi .ziti{ color:#fff;}
.nypro_list .right li:nth-child(3) .wenzi,.nypro_list .right li:nth-child(4) .wenzi{ text-align:right;}

.nypro_list .right li .wenzi{ position:absolute;top:0%;width:100%;text-align:right; padding-right:14px;}
.nypro_list .right li .wenzi strong,.nypro_list .right li .wenzi .ziti{ color:#000;}
.nypro_list .right li .img img{display:block;transition: all .5s;width:100%;}

.nypro_list .right li:hover .img img{transform: scale(1.1);}
.nypro_list .right li:hover .btn_more a{background: #fff;color: #fff;border:1px solid #1d2b7f;min-width:135px}
.nypro_list .right li:hover .btn_more a:after{background: #fff;}
.nypro_list .right li:hover .btn_more a:before{border-color: #fff;background: #fff;border-top: 1px #1d2b7f solid;
border-right: 1px #1d2b7f solid;}

.nypro_list .right li:hover .btn_more a {border: 1px solid #1d2b7f;background:#1d2b7f;}
.nypro_list .right li:nth-child(4) .wenzi { text-align:right;}


.zhu_right{ background:#00a480 url(../images/ditu.png) no-repeat left bottom; overflow:hidden;width:18%; float:right; padding:30px 20px 150px 20px;}
.zhu_right li a{ color:#f2f2f2; font-size:16px;padding:0px 18px;display:block;-webkit-transition: all .5s;	transition: all .5s;}
.zhu_right li p a{ display:block;border-top:1px solid #f2f2f2;padding:0px 45px;}
.zhu_right li{ border-bottom:1px solid #f2f2f2; line-height:37px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.zhu_right li a:hover{ color:#231b83;margin-left: 10px}



/*.nypro_list .right li .btn_more:hover a{
		background: #fff;
		color: #00a480;
		border:1px solid #00a480;
		min-width: 170px
	}

.nypro_list .right li .btn_more:hover a:after{
		background: #00a480;
		
	}

.nypro_list .right li .btn_more:hover a:before{
		border-color: #fff;background: #00a480;
	}

.nypro_list .right li .btn_more:hover a {
		border: 1px solid #1d2b7f;
		background:#1d2b7f;
	}*/





/*产品详细*/
.cpleibiao table{font-size:14px; color:#000; text-align:center; border:none;}
.cpleibiao th{ background:#00a480; color:#fff; font-size:14px; padding:15px 0px;border:none;}
.cpleibiao td{border:none; padding:13px 0px;}
.cpleibiao td img{ display:block; margin:3px auto 0px;max-width:30px;}
.cpleibiao tr:nth-child(odd){ background:#f2f2f2;}
.cpleibiao tr:hover{ background:#1d2b7f; color:#fff; cursor:pointer;}
.cpleibiao a{ color:#000;}
.cpleibiao a:hover{ color:#fff;}
.cpleibiao tr:hover a{ color:#fff;}

.xx_tit{ font-size:30px; color:#595959;}
.xx_tit .fr a{font-size:15px;color:#00a480;}
.xx_tit .fr a:hover{color:#201984;}
.proxx_con{ padding:20px; overflow:hidden;}
.cp_sousuo{ background:#f2f2f2; padding:17px 30px; margin-top:22px; margin-bottom:10px;line-height:38px;color:#262626; font-size:16px;}
.cp_sousuo button{ background:url(../images/sousuo.png) no-repeat;width:40px; height:40px; border:none;    cursor: pointer; float:right;}
.cp_sousuo input[type='text']{ color:#595959; font-size:14px; border:1px solid #ccc; border-radius:30px; line-height:38px; padding:0px 15px; margin:0px 3%;}

.page{text-align:center;overflow:hidden; margin-top:30px; }
.page a{display:inline-block;line-height:40px;padding:0 7px;height:40px;width:40px;margin:0 0 4px 2px;font-family:arial;font-size:14px;color:#595959;background:#e6e6e6;border-radius:50px;}


.page a:hover{color:#00a480; font-weight:bold;}
.page .page-num-current{ color:#fff;background:#00a480;}
.page .num1{background:url(../images/page1.png) no-repeat;padding:0;width:40px;vertical-align:middle; border-radius:50px;}
.page .num2{background:url(../images/page2.png) no-repeat;padding:0;width:40px;vertical-align:middle;border-radius:50px;}
.page .num3{background:url(../images/page3.png) no-repeat;padding:0;width:40px;vertical-align:middle;border-radius:50px;}

.page .num4{background:url(../images/page4h.png) no-repeat;padding:0;width:40px;vertical-align:middle;border-radius:50px;}
.page .num1:hover{background:url(../images/page1h.png) no-repeat;}
.page .num2:hover{background:url(../images/page2h.png) no-repeat;}
.page .num3:hover{background:url(../images/page3h.png) no-repeat;}
.page .num4:hover{background:url(../images/page4.png) no-repeat;}

/*持续发展*/
.nychixu_list{ padding:0px;}
.nychixu_list li{ overflow:hidden; max-height:328px;}
.nychixu_list li .img{ float:left;width:50%;}
.nychixu_list li .img img{ display:block; width:100%;}
.nychixu_list li .wenzi{ font-size:14px; color:#fff; float:left; background:#00a480;width:50%; padding:10% 26px 3% 26px; line-height:30px;min-height:347px; text-indent:2em;}
.nychixu_list li .wenzi strong{ font-size:17px;}
.nychixu_list li:nth-child(2) .wenzi{background:#231b83;} 

.nychixu_list .phone{ display:none;}

/*关于我们*/
.nyabout_list{color:#000; line-height:30px;font-size:14px;}
.abtop{ overflow:hidden;}
.abtop .img{float:left;width:49%;}
.abtop .img img{ display:block; width:100%;}
.abtop .wenzi{ width:51%; float:left; background:#f2f2f2; padding:6% 3% 4.4% 3%; overflow:hidden;text-indent:2em;}
.nyabout_list span{ font-size:17px; font-weight:bold;}
.gywenzi{ margin:30px 0px; overflow:hidden;text-indent:2em;}
.gywenzi img{ margin-top:30px;}
.abmiddle { overflow:hidden;padding-bottom:120px;}
.abmiddle .left{ width:50%; float:left;}
.abmiddle .left p{ text-indent:2em;}
.abmiddle .left img{ display:block; margin-bottom:20px;}
.abmiddle .right{ width:47%; float:right;text-indent:2em;}
.abmiddle .right img{ display:block; margin-top:20px;}
.abdisi{ background:url(../images/gy_img5.jpg) no-repeat center bottom; background-size:cover;clear:both; padding-top:50px; min-height:615px;}
.abdisi .wenzi{ background:#201984; margin:-100px 26px 0px 26px; color:#fff; padding:30px 30px 40px 30px;}
.abdisi .wenzi p{text-indent:2em;}
.abdiwu{ margin-top:50px; overflow:hidden;}
.abdiwu .wenzi{ background:#00a480; color:#fff; min-height:287px;}
.abdiwu img{ display:block;}

/*联系我们*/
.nylxwm_list .abtop .wenzi{ background:#201984; color:#fff; min-height:335px; font-size:14px; line-height:30px;}
.nylxwm_list .abtop .wenzi span{ font-size:18px; font-weight:bold;}
.lxwm_bot{ margin-top:40px; overflow:hidden;}
.lxwm_bot li h4{ font-size:18px; background:#201984; color:#fff; border-radius:30px; height:36px; line-height:34px;width:160px; text-align:center; margin-bottom:12px;}
.lxwm_bot li p{ color:#262626; font-size:16px; line-height:30px; margin-bottom:8px;}
.lxwm_bot li{ border-bottom:1px solid #f2f2f2; padding-bottom:20px; margin-bottom:20px; overflow:hidden;}
.lxwm_bot li:last-child{ padding-bottom:0px; margin-bottom:0px; border-bottom:none;}

/*质量管理*/
.zhi_top li{ max-height:341px; overflow:hidden;}
.zhi_top li .img{ float:left; width:50%;}
.zhi_top li .img img{ display:block;width:100%;}
.zhi_top li .wenzi{ float:left; width:50%; padding:5% 26px 1% 26px; overflow:hidden; min-height:341px; color:#fff; line-height:30px; font-size:16px;} 
.zhi_top li:nth-child(even) .wenzi{ background:#00a480;}  
.zhi_top li:nth-child(odd) .wenzi{ background:#201984;}  
.zhi_top li .wenzi h4{ font-size:24px; text-align:center; margin-bottom:11px;}
.zhi_top li .wenzi i{ display:block;width:90px; height:5px; background:#fff; margin:0 auto 20px;}
.zhi_top li .wenzi strong{ font-size:18px;}
.zhi_dier{ margin-top:30px;}
.zhi_dier img{ display:block;width:32%; float:left; margin-right:2%;}
.zhi_dier img:last-child{ margin-right:0px;}
.zhi_top li p{ font-size:14px; text-indent:2em;}
/*荣誉地位*/
.nyhonor_list{ overflow:hidden;}
.pro-min{ background:#00a480; height:50px; line-height:50px; padding:0px 64px; text-align:center;}
.pro-min .item{ font-size:15px; color:#808080; cursor:pointer; /*background:#00a480;*/ color:#fff; margin:0px 30px;}
.pro-min .slick-prev { left:93px;background: url(../images/honor_left.png) no-repeat center center;width:6px; height:9px;top:73px; }
.pro-min .slick-prev:before{content:"";}
.pro-min .slick-next { right:363px;background: url(../images/honor_right.png) no-repeat center center;width:6px; height:9px;top:73px;}
.pro-min .slick-next:before{content:"";}
.pro-min .slick-prev:hover{background: url(../images/honor_left.png) no-repeat center center;}
.pro-min .slick-next:hover{background: url(../images/honor_right.png) no-repeat center center;}
.pro-min .slick-prev:focus{background: url(../images/honor_left.png) no-repeat center center;}
.pro-min .slick-next:focus{background: url(../images/honor_right.png) no-repeat center center;}
.nyhonor_list .pro-min .slick-current .item{color:#fff; font-size:15px; background:#1b2d75;}



.pro-max { margin:36px 0px; overflow:hidden;}
.pro-max .item{ position:relative;}
.pro-max .item ul{ padding:0px 0%;}
.pro-max .item li{ overflow:hidden; margin-bottom:10px;}
.pro-max .item li img{ display:block; float:left;}
.pro-max .item li .youce div{ display:block; float:left;width:60%;padding-left:5%; padding-top:3%;}
.pro-max .youce strong{ display:block; font-size:14px; color:#000; font-weight:bold; margin-bottom:5px;}
.pro-max .youce p{ color:#808080; font-size:12px;}
.pro-max .item ul:before {content: '';display: block;width: 2px;height: 100%;position: absolute;top: 0;left:103px;background: #cccccc;}
.pro-max .item ul li {position: relative;padding-left: 128px;margin-bottom: 44px;overflow: hidden;}
.pro-max .item ul li:before{ z-index:6;content: '';display:block;width:16px;height:16px;position:absolute;top: 10px;left: 95px;background:url(../images/yuandian.png) no-repeat;border-radius: 50%;overflow: hidden;}
.pro-max .item ul li span {font-size:14px;color: #595959;position: absolute;top:7px;left: 0;width: 82px;text-align: right;}

.bianji{ background:#00a480; font-size:20px; color:#fff; text-align:center; line-height:80px;}
.nyhonor_list{ padding:40px; overflow:hidden; background:url(../images/honor_bj.jpg) no-repeat left bottom;}

.honor_jianju .zhu_left{ padding:0px;}

.rongyu{ font-size:14px; color:#262626; margin-top:50px; overflow:hidden;}
.rongyu li{ float:left; margin-right:1.25%; width:19%; text-align:center; margin-bottom:20px; overflow:hidden;}
.rongyu li:nth-child(5n){ margin-right:0px;}
.rongyu li p{ margin-top:5px; min-height:42px;}
.rongyu li:hover p{ color:#00a480;}
.rongyu li img{transition: all .5s; display:block; width:100%;}
.rongyu li:hover img{transform: scale(1.1);}



.pujie_hometwo{ position:relative; padding-bottom:150px;}
.globalMap{ background:url(../images/map_ditu.png) no-repeat right center; height:453px; position:relative; margin-right:0%; margin-top:3%;}
.pujie_hometwo .container{ position:absolute;top:80px;max-width:1400px; margin:0 auto; left:13%;}

.globalMap{ position:relative;}
.globalMap .area{position: absolute;width: 20px;height: 20px;visibility: visible;opacity: 1;}
.globalMap .wengehua{top:178px;right:795px;width: 100px;height: 100px;display:none;}
.globalMap .area {position: absolute;width: 20px;height: 20px;visibility: visible;opacity: 1;}
.globalMap .area .dot {z-index: 1;position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 5px;height: 5px; margin: auto;-webkit-border-radius: 50%;-webkit-background-clip: padding-box;
-moz-border-radius: 50%;-moz-background-clip: padding;border-radius: 50%;background-clip: padding-box;background-color: #00a480;}
.globalMap .area .circle {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0; margin: auto;
-webkit-border-radius: 50%;-webkit-background-clip: padding-box;-moz-border-radius: 50%;-moz-background-clip: padding; border-radius: 50%;background-clip: padding-box;background: transparent;}
.globalMap .area .circle:after {content: ''; display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;border-radius: 50%;border: 2px solid #00a480;
opacity: 0;-webkit-animation: ripple 4500ms ease-out 225ms infinite;animation: ripple 4500ms ease-out 225ms infinite;}
.globalMap .area .circle-shadow:after {-webkit-box-shadow: inset 0 0 5em rgba(235, 97, 0, 0.16);box-shadow: inset 0 0 5em rgba(235, 97, 0, 0.16);}
.globalMap .area .circle-10:after {-webkit-animation: ripple 4500ms ease-out 225ms infinite; animation: ripple 4500ms ease-out 225ms infinite;}
.globalMap .area .circle-40:after {-webkit-animation: ripple 4500ms ease-out 900ms infinite;animation: ripple 4500ms ease-out 900ms infinite;}
.globalMap .hangzhou {top:197px;right:176px;width: 20px;height: 20px;}
.globalMap .shanghai {top:200px;right:181px;width: 20px;height: 20px;}
.globalMap .guangzhou {top:218px;right:191px;width: 20px;height: 20px;}


@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


 .zhi_dier{ overflow:hidden; position:relative; padding-bottom:60px;}
.zhi_dier .swiper {
        width: 100%;
        height: 100%;
      }

.zhi_dier .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.zhi_dier .swiper-pagination-bullet {
        width: 35px;
        height: 35px;
        text-align: center;bottom:0px;
        line-height:33px;
        font-size: 17px; font-weight:bold;
        color: #595959;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
      }

.zhi_dier .swiper-pagination-bullet-active {
        color: #fff;
        background:#00a480;
      }



.nypro_list .phone{ display:none;}
.nypro_list .phone .right li:nth-child(3){ margin-bottom:3%;}
.nypro_list .phone .right li:nth-child(1) .wenzi{ text-align:right;}
.nypro_list .phone .right li:nth-child(4) .wenzi{ text-align:right;}
.nypro_list .phone .right li:nth-child(5) .wenzi{ text-align:right;}
.nypro_list .phone .right li:nth-child(1) .wenzi strong, .nypro_list .phone .right li:nth-child(1) .wenzi .ziti{ color:#fff;}
.nypro_list .phone .right li:nth-child(3) .wenzi strong, .nypro_list .phone .right li:nth-child(3) .wenzi .ziti{ color:#fff;}
.nypro_list .phone .right li:nth-child(4) .wenzi strong, .nypro_list .phone .right li:nth-child(4) .wenzi .ziti{ color:#000;}
.nypro_list .phone .right li:nth-child(5) .wenzi strong, .nypro_list .phone .right li:nth-child(5) .wenzi .ziti{ color:#fff;}

.juli{ padding:0px 1% 0px 3%;}

.zhi_dier .swiper-button-prev{ left:39%;top:90%; background:url(../images/page2.png) no-repeat;width:40px; height:40px; z-index:999;}
.zhi_dier .swiper-button-next{ right:39%;top:90%;background:url(../images/page3.png) no-repeat;width:40px; height:40px; z-index:999;}
.zhi_dier .swiper-button-prev:after{content: '';}
.zhi_dier .swiper-button-next:after{content: '';}

.banner .text-03{top:40%;}

.dibu_list div{ width:17%; float:left; line-height:26px;}
.dibu_list div p{padding-left: 42px;display: block;text-align: left;}
.dibu_list div.one{width:47%;}
.dibu_list div.four { float:right;max-width: 148px;}
.dibu_list div.four p{ text-align:right;}
.dibu_list div.one p{background:url(../images/home_img3.png) no-repeat left center;}
.dibu_list div.two p{ background:url(../images/home_img4.png) no-repeat left center; }
.dibu_list div.three p{ background:url(../images/home_img6.png) no-repeat left center;}
.dibu_list div.four p{ background:url(../images/home_img7.png) no-repeat left center;}
.dibu_list div.five p{ background:url(../images/home_img5.png) no-repeat left center;}
.dibu_list div.five { float:right;max-width: 148px;}
.dibu_list div.three{ padding-left:4%;}





@media screen and (max-width:1900px) {
	.pujie_hometwo .container{left:12%;}
}
@media screen and (max-width:1850px) {
	.pujie_hometwo .container{left:11%;}
}
@media screen and (max-width:1800px) {
	.pujie_hometwo .container{left:10%;}
}

@media screen and (max-width:1760px) {
	.pujie_hometwo .container{left:9%;}
}

@media screen and (max-width:1700px) {
	.pujie_hometwo .container{left:8%;}

}
@media screen and (max-width:1650px) {
	.pujie_hometwo .container{left:7%;}

}
@media screen and (max-width:1600px) {
	.pujie_homeone .container{ padding:0px 20px;}
	.banner {
		max-height: 758px;
		overflow: hidden
	}
.pujie_homethree li{max-height: 340px;}
.nychixu_list li{max-height:330px;}
.abtop{ max-height:268px;background:#f2f2f2;}
.abtop .wenzi {
    padding: 4% 1% 5% 3%;
}
.abdiwu .wenzi{padding: 6% 1% 5% 3%;}

.zhi_top li{ max-height:320px;}

.pro-max .item ul{ padding:0px;}
.pro-max .item ul:before{left: 103px;}
.nyhonor_list{ padding:20px;}
.pro-min .slick-prev{top:50px;left:50px;}
.pro-min .slick-next{top:50px;right:330px;}
.pujie_hometwo{ padding-bottom:50px;}
.pujie_hometwo .container{left:5.3%;top:50px;}
.zhi_dier .swiper-button-prev{ left:36%;}
.zhi_dier .swiper-button-next{ right:36%;}
.dibu_list div.three{ padding-left:3%;}
.dibu_list div.one{width: 40%;}

.dibu_list div{width:21%;}
.cp_sousuo input[type="text"]{ margin:0px 1%;}
}
@media screen and (max-width:1550px) {
.pujie_hometwo .container{left:3%;}
	
}
@media screen and (max-width:1480px) {
	.pujie_hometwo .container{left:2%;top:30px;}
}
@media screen and (max-width:1460px) {
	.pujie_hometwo .container{left:1.2%;}
}
@media screen and (max-width:1450px) {
	.pujie_hometwo .container{left:0.8%;}
}
@media screen and (max-width:1430px) {
	.pujie_hometwo .container{left:0.3%;}
}

@media screen and (max-width:1366px) {
	.banner {
		max-height: 647px
	}
.pujie_homethree li{max-height: 304px;}
.inside-banner .text{top: 54%;}
.inside-banner .title-01{font-size: 34px;}
.nychixu_list{ padding:0px;}
.pujie_hometwo{ padding-bottom:150px; }
.pujie_hometwo{ padding-bottom:30px;}

}
@media screen and (max-width:1280px) {
.banner {
		max-height: 607px
	}

	.banner .text-01 strong {font-size:35px; margin-bottom:20px;}
	.banner .text-02 strong { margin-bottom:0px;}
	.banner .text-01 span {font-size:35px;}
	.banner .text-01 p {margin-top:20px;}
	.hab_right{ padding-right:0px;}
.hab_right h3{margin-bottom: 10px;}
.hab_right p{ margin-bottom:20px;}
	.pujie_homethree li{max-height:272px;}
	.pujie_homethree li h4{ font-size:18px; font-weight:bold}
.pujie_homethree li .bj_two{ padding:3% 2% 0px 4%;}
.pujie_homethree li .bj_two p {
    margin-bottom: 15px;
}

/*.bot_left{width:100%;}
.bot_right{width:100%;float:none; padding-left:0px;}
.bot_right li{ float:left;width:25%;}
.bot_right span{ float:left;}
*/
.proxx_con{ padding:0px;}
.nychixu_list li{max-height:260px;}
.nychixu_list li .wenzi{padding: 6% 26px 3% 26px;min-height:350px;}
.nychixu_list li .wenzi strong{ font-size:16px;}
.nyabout_list{ line-height:26px;}
.abtop .img{width:100%;}
.abtop { max-height:inherit; background:none;}
.abtop .wenzi{width:100%; padding-bottom:3%;}
.gywenzi{margin: 20px 0px;}
.abmiddle{padding-bottom: 90px;}
.abdisi{padding-top: 40px;}
.abdiwu{margin-top: 20px;}
.abdiwu .wenzi{ min-height:inherit;}
.nylxwm_list .abtop .wenzi{ min-height:inherit;}

.zhi_top li{ max-height:270px;}
.zhi_top li .wenzi{ padding-top:2%;font-size:14px; line-height:25px;}
.zhi_top li .wenzi h4{font-size: 18px;margin-bottom: 7px;}
.zhi_top li .wenzi i{width: 70px;margin: 0 auto 15px;}
.zhi_top li .wenzi strong{font-size: 17px;}

.rongyu li{width:24%;}
.rongyu li:nth-child(5n){ margin-right:1.25%;}
.rongyu li:nth-child(4n){ margin-right:0px;}
.pro-min .slick-next{right:299px;}

.pujie_homeone .logo{max-width:240px;width:100%;}
.pujie_homeone .head_youbian{margin-top: 35px;}


}


@media screen and (max-width:1279px) {
.banner .text-01 {
		top: 38% !important;
		opacity: 1 !important
	}

	.banner .text-01 img {
		max-width: 600px
	}
	.cp_sousuo{ padding: 17px 13px;}
.pro-min .slick-next{right:278px;}

}
@media screen and (max-width:1024px) {
	.banner {
		max-height: initial;
		height: 800px
	}

	.banner .pc {
		display: none
	}

	.banner .mobile {
		display: block
	}

	.banner img {
		-webkit-transition: none;
		transition: none;
		max-width: 100%;
		max-height: 100%
	}

	.banner .text-01 {
		-webkit-transition: none;
		transition: none;
		-webkit-animation: none;
		animation: none;
		opacity: 1 !important;
		-webkit-transform: none !important;
		transform: none !important
	}
	.pujie_homeone .head_youbian .nav{ display:none;}
	.phone-nav{ display:block;right:82px;top: 15px;}
	.pujie_homeone .logo{margin-top: 15px; margin-bottom:10px;}
	.pujie_homeone .head_youbian{margin-top: 20px;width:34%;}
	.pujie_hometwo{ padding:26px 0px;}
	.hab_right h3{ font-size:18px; margin-top:8px; margin-bottom:4px;}
		.pujie_homethree li{max-height: 240px;}
.bot_right{padding-left:0px;}
.dibu_foot .left{width:100%; float:none;}	
.dibu_foot .right{width:100%; float:none; text-align:inherit; margin-top:10px;}	
.pujie_homefour{ padding-bottom:15px;}
.inside-banner .pc { display: none;}
.inside-banner .mobile {display: block;}
.inside-banner .title-01{ font-size:22px;}
.zhu_right{ display:none; float:none;}
.zhu_con .zhu_left{ width:100%; float:none; overflow:hidden;}
.nypro_list .right li .wenzi{ top:20px;}
.nypro_list .wenzi strong{ font-size:18px;}
.nypro_list .wenzi .ziti{ font-size:26px;}
.xx_tit{ font-size:20px;}
.nychixu_list .pc{ display:none;}
.nychixu_list .phone{ display:block;}
.lxwm_bot{ margin-top:20px;}
.lxwm_bot li h4{ font-size:17px;}
.lxwm_bot li p{ font-size:14px; margin-bottom:0px;}
.lxwm_bot li{ padding-bottom:10px; margin-bottom:20px;}
.bianji{font-size: 17px;line-height: 48px;}
.pro-min .slick-prev{top:31px;}
.pro-min .slick-next{top:31px;right:50px;}
.nyhonor_list{ padding:0px;}

	.cp_sousuo{ padding: 17px 24px;}

}
@media screen and (max-width:1023px) {
.banner {
		max-height: 800px;
		height: auto
	}

	.banner .text-01 {
		top: 50%
	}

	.banner .text-01 img {
		max-width: 80%
	}

	.banner .slick-dots {
		bottom: 20px
	}

	.banner .slick-dots li {
		width: 21px;
		height: 21px;
		margin: 0 5px
	}

	.banner .slick-dots li button {
		width: 8px;
		height: 8px;
		border-radius: 50%
	}
	.pujie_homethree ul.pc{ display:none;}
	.pujie_homethree ul.phone{ display:block;}
	.pujie_homethree{ padding:30px 0px;}
	.pujie_homethree li{ max-height:inherit;}	
	.pujie_homethree li .bj_one{width:100%; float:none;}
	.pujie_homethree li:nth-child(2) .bj_two{ min-height:inherit;}
	.pujie_homethree li .bj_two{ min-height:inherit;width:100%;padding: 3% 2% 3% 4%;}
	.dibu_list div.one{width:100%; margin-bottom:10px;}
	.dibu_list div{width:33.333%;}
	
	
}
@media screen and (max-width:992px) {
.hab_left {width:100%; float:none;}
.hab_right {width:100%; float:none; padding-left:0px;}
.homeab_bot{padding-top: 30px;}
.homeab_bot li .counter{ font-size:25px;}
.nychixu_list li{ max-height:inherit;}
.nychixu_list li .img{ width:100%;}
.nychixu_list li .wenzi{ width:100%; min-height:inherit; padding:3% 26px;}
.zhi_top li{ max-height:inherit; margin-bottom:20px;}
.zhi_top li .img{ width:100%;}
.zhi_top li .wenzi{width:100%; float:none; min-height:inherit; padding-bottom:3%;}
.globalMap{ display:none;}
.pujie_hometwo{ position:inherit;}
.pujie_hometwo .container{ position:inherit;top:0px;}
.inside-banner .title-01{ font-size:18px;}
.pujie_homeone .container{ padding:0px 10px;}
.zhi_dier .swiper-button-prev{ left:33%;top: 87%;}
.zhi_dier .swiper-button-next{ right:33%;top: 87%;}
.bot_right{padding-left:0px;width:100%; float:none;}
.bot_left{padding-left:0px;width:100%; float:none; margin-bottom:10px;}
.bot_left p{width:100%;}
.bot_left img{ width:26px;}
.bot_left span{ width:90%;}

}
@media screen and (max-width:767px) {
.bot_left span{width:85%;}
.nypro_list .left{ width:100%;float:none; margin-bottom:3%;}
.nypro_list .right{width:100%; float:none; margin-left:0px;}
.nypro_list .wenzi strong{ font-size:20px;}
/*.nypro_list .wenzi .ziti{ font-size:18px;}
*/.abmiddle .left{width:100%; margin-bottom:20px;}
.abmiddle .right{width:100%;}
.abmiddle .left img{ width:100%;}
.abmiddle .right img{ width:100%;}
.rongyu li{width:32%;}
.rongyu li:nth-child(5n){ margin-right:1.25%;}
.rongyu li:nth-child(4n){ margin-right:1.25%;}
.rongyu li:nth-child(3n){ margin-right:0px;}
.pujie_nymain .zhu_con{top: -36px;}
.zhu_con .zhu_left{ padding:20px 10px;}
.abdisi .wenzi{padding: 20px 15px;margin: -100px 10px 0px 10px;}
.nyhonor_list {
    padding: 0px;
}
/*.bot_right li{ float:left;width:50%;}
*/.nypro_list .phone{ display:block;}
.nypro_list .pc{ display:none;}
.pro-min .slick-prev{top:48px;}
.pro-min .slick-next{top:48px;right:50px;}

}
@media screen and (max-width:640px) {
.banner .text-01 strong{font-size: 22px;margin-bottom:10px;}
.banner .text-02 strong { margin-bottom:0px;}
.banner .text-01 span {font-size:22px;}
.banner .text-01 p{margin-top:10px;font-size:11px;}
.homeab_bot li {width:50%; margin-bottom:20px;}
.homeab_bot li:nth-child(even){ border-right:none;}
.pujie_homeone .head_youbian{    width: 22%;}
.phone-nav{right:70px;}
.nypro_list .right li{width:100%; margin-right:0px; margin-bottom:3%;}
.nypro_list .right li:nth-child(3){ margin-bottom:3%;}
.rongyu li{width:49%;}
.rongyu li:nth-child(5n){ margin-right:1.25%;}
.rongyu li:nth-child(4n){ margin-right:1.25%;}
.rongyu li:nth-child(3n){ margin-right:1.25%;}
.rongyu li:nth-child(2n){ margin-right:0px;}
.pro-max .item ul li{ margin-bottom:20px;}
.pro-max .item li .youce div{width:100%; padding-left:0px;}
.zhi_dier .swiper-button-prev{ left:30%;}
.zhi_dier .swiper-button-next{ right:30%;}
.dibu_list div{width:100%; margin-bottom:10px;}
.dibu_list div.three{ padding-left:0px;}
.dibu_list div.four{ float:left;}
.dibu_list div.five{ float:left;}
.pro-min .item{ margin:0px;}
}
@media screen and (max-width:540px) {
	.zhi_dier .swiper-button-prev{ left:25%;top: 83%;}
.zhi_dier .swiper-button-next{ right:25%;top: 83%;}

}
	

@media screen and (max-width:414px) {
	.banner {
		height: 323px
	}

}

@media screen and (max-width:375px) {
	.banner {
		height: 293px
	}
}

@media screen and (max-width:360px) {
	.banner {
		height: 281px
	}
}

@media screen and (max-width:359px) {
	.banner {
		max-height: 281px;
		height: auto
	}
}



.lzjj{padding-left:7%;}


/*首页关于我们*/
.xx_tit{ clear:both; overflow:hidden; text-align:left;}
.xx_tit p span{font-size:14px;color:#00a480 ; vertical-align:middle;font-weight:normal;padding-right:10px; display:inline-block;}
.z2 p{display:none;}
.z2 div{display:none !important;}
.z2 i{display:none !important;}
#z2 div{display:none !important;}

@media (max-width:767px){
	
	}


