body{
	margin:auto 0;
	font-size:16px;
	color:#3C434C;
	font-family: "微软雅黑";
	background-image:url(../../images/bg.png);
	background-size:cover;
}
#water_logo{
	padding-top:2vh;
}
#water_logo,#water_nav{
	width:70%;
	margin:auto;
	height:auto;
}
#water_nav{
		width:85%;
		height:85%;
		padding:5%;
		overflow:hidden;
	}
.nav_ward,.dwnav_ward{
	//width: 40%;
	color:#FFF;
	border-radius:5px;
	margin-right:5%;
	transition: all 1s linear;
}
.nav_ward_ej{
	display: none;
	//font-size: 10px;
	font-size:14px;
	color:#059CFA;
	margin-top:10px;
}
.nav_ward_ej p{
	//text-align: center;
	color:#FFF;
	letter-spacing:2px;
	//transition: all 1s linear;
}
.nav_ward_ej p:hover{
	color:yellow;
}
.nav_ward:hover,.dwnav_ward:hover{
	cursor:pointer;
	color:yellow;
}
.nav_ward .cn,.nav_ward .en,.nav_ward .nav_ward_ej p/*,.dwnav_ward .cn,.dwnav_ward .en*/{
	width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.nav_ward .cn,.dwnav_ward .cn{
	letter-spacing:5px;
}
.nav_ward .en,.dwnav_ward .en{
	font-size:12px;
}
.nav_ward p,.dwnav_ward p{
	line-height:20px;
	display: block;
}
.pul_logo_mobile,#phonecd{
	position: absolute;
	top:20px;
	display: none;
}
.pul_logo_mobile{
	left: 10px;
}
#phonecd{
	top:10px;
	 right:10px;
	 width:50px;
	 height:50px;
	 cursor:pointer;
}
#phonecd div{
	height:7px;
	margin-top:8px;
	background: -webkit-linear-gradient(left, #6BB32A , #288235); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #6BB32A, #288235); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,  #6BB32A, #288235); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #6BB32A , #288235); /* 标准的语法（必须放在最后） */
	border:1px solid #FFF;
}

.pul_logo_mobile{
	z-index:99999;
	position:fixed;
}
.phoneFrame{
	width:100%;
	padding:5px;
	display: none;
	background: -webkit-linear-gradient(left, #6BB32A , #288235); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #6BB32A, #288235); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,  #6BB32A, #288235); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #6BB32A , #288235); /* 标准的语法（必须放在最后） */
}
.phoneFrame *{
	width: 100%;
}
#aboutus h2{
	color:#4dad52;
}
#aboutus h3{
	font-weight:400;
}
#aboutus h2,#aboutus h3{
	text-align: center;
}
.about{
	width: 80vw;
	height:350px;
	margin: auto;
	padding: 10px;
	padding-left:20px;
	padding-right:20px;
	border-radius:10px;
}
.about:hover{
	background-color:#ECECEC;
}
.left,.middle,.right{
	float: left;
	height:350px;
}
.left{
	width:23%;
	background: url(../../images/leftbg.png) no-repeat;
	background-size:200px 334px;
}
.middle{
	width:47%;
	padding: 10px;
}
.right{
	width:30%;
	position: relative;
}
.middle h4{
	font-weight: 500;
	height: 55%;
	color:#74787C;
	//padding-top:5%;
	font-size:15px;
}
.middle p{
	font-size:13px;
	//font-weight: 100;
	color:#999;
	height: 45%;
}
.right_top{
	width:250px;
	height:250px;
	cursor: pointer;
	border-radius:15px;
	position: absolute;
	top:15px;
	right: 15px;
	z-index: 99;
	border:1px solid #C6CED3;
}
.right_bottom{
	width:250px;
	height:250px;
	float: right;
	cursor: pointer;
	border-radius:15px;
	border:1px solid #C6CED3;
	transition: all 1s linear;
}
/*定位顶部导航开始*/
#dwTopnav{
	padding:10px;
	position: fixed;
	top:20px;
	z-index: 1000;
	width:90%;
	left:5%;
	right: 5%;
	background-color:#FFF;
    -webkit-box-shadow: 0px 0px 20px #ccc;
	-moz-box-shadow: 0px 0px 20px #ccc;
	-o-box-shadow: 0px 0px 20px #ccc;
	box-shadow: 0px 0px 20px #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	behavior: url(ie-css3.htc);/*兼容ie，加上这句*/
}
#dwTopnav .dwnav_ward{
	float: left;
	width:9.5%;
	color:#74787c;
	margin: 0;
	margin-top:1%;
}
#dwTopnav .dwnav_ward:hover{
	color:#4dad52;
}
#dwTopnav .dwnav_ward .en{
	display: none;
}
#dwTopnav .dwnav_ward .cn{
	margin: auto;
	font-weight:600;
	letter-spacing:2px;
}
.ejdh{
	padding-left:5px;
}
#dwTopnav .ejdh{
	color:#74787c;
	margin: auto;
	margin-top:10px;
}
#dwTopnav #search{
	background:url("../../images/search.png") no-repeat;
	background-size:20px 20px;
	text-align:center;
}
#dwTopnav .ejdh:hover/*,#dwTopnav #search:hover*/{
	color:#4dad52;
}
/*定位顶部导航结束*/
.slidelist li{
	white-space: nowrap;/*一行显示*/
	overflow: hidden;/*超出部分隐藏*/
	text-overflow: ellipsis;/*用...代替超出部分*/
}
.news .about{
	height:375px!important;
}
.technology .techbg{
	width: 100vw;
	background-image: url(../../images/technology.png);
	background-size: 100% 100%;
}
.techbg h2,.techbg h3{
	//color: #FFF!important;
	//text-shadow:#000 10px 10px 10px!important;
}
.tech_nav{
	width:80vw;
	margin: auto;
	border-radius:15px;
	background: -webkit-linear-gradient(left, #6BB32A , #288235); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #6BB32A, #288235); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,  #6BB32A, #288235); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #6BB32A , #288235); /* 标准的语法（必须放在最后） */
}
.tech_nav .tech_nav_small{
	width:20%;
	height:100%;
	float: left;
	color: #FFF;
	text-align: center;
	cursor:pointer;
	border-right: 1px solid #FFF;
}
#tns1{
background:url(../../images/1.png)  no-repeat;
}
#tns2{
background:url(../../images/2.png)  no-repeat;
}
#tns3{
background:url(../../images/3.png)  no-repeat;
}
#tns4{
background:url(../../images/4.png)  no-repeat;
}
#tns5{
background:url(../../images/5.png)  no-repeat;
}
#tns1,#tns2,#tns3,#tns4,#tns5{
	background-position:50% 20%;
}
#tns1:hover{
background: url(../../images/1_active.png) no-repeat;
}
#tns2:hover{
background: url(../../images/2_active.png) no-repeat;
}
#tns3:hover{
background: url(../../images/3_active.png) no-repeat;
}
#tns4:hover{
background: url(../../images/4_active.png) no-repeat;
}
#tns5:hover{
background: url(../../images/5_active.png) no-repeat;
}
#tns1:hover,#tns2:hover,#tns3:hover,#tns4:hover,#tns5:hover{
	color:#065d86;
	transition: all 0.5s linear;
	background-position:50% 20%;
}
.tech_nav .tech_nav_small p{
    text-align: center;
	}
#case,#case_mb{
	width:100vw;
}
#case{
	position: absolute;
	z-index: 99;
}
#case_mb{
	position: relative;
	top:0;
	z-index: 999;
}
#case_mb h1,#case_mb p{
	background-color:#e5eae16e;
}
.case_left,.case_middle,.case_right,.case_left_mb,.case_middle_mb,.case_right_mb{
	height: 100%;
	width: 33.333vw;
	float: left;
	padding: 0;
}
.case_left_inner,.case_left_inner_mb{
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.case_middle_top,.case_middle_bottom,.case_right_top,.case_right_bottom,.case_middle_top_mb,.case_middle_bottom_mb,.case_right_top_mb,.case_right_bottom_mb{
	width: 100%;
	height: 50%;
	overflow: hidden;
}
.case_left_inner_mb,.case_middle_top_mb,.case_middle_bottom_mb,.case_right_top_mb,.case_right_bottom_mb{
   //background-color:#000;
   opacity:0.8;
   color:#FFF;
   text-shadow:5px 5px 10px #000;
   -webkit-transition:all 1s linear;
   -ms-transition:all 1s linear;
   -moz-transition:all 1s linear;
   -o-transition:all 1s linear;
   transition: all 1s linear;
}
.case_middle_top_mb{
	opacity:0.1;
	color:transparent;
	text-align: center;
}
.case_left_inner_mb:hover,.case_middle_top_mb:hover,.case_middle_bottom_mb:hover,.case_right_top_mb:hover,.case_right_bottom_mb:hover{
	background: -webkit-linear-gradient(left, #6BB32A , #288235); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #6BB32A, #288235); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,  #6BB32A, #288235); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #6BB32A , #288235); /* 标准的语法（必须放在最后） */	
    opacity:1;
    cursor:pointer;
    color:#FFF;
   
}
#case img,#case_mb img{
	width:100%;
	height: 100%;
	transition: all 1s;
}
/*#case img:hover,#case_mb img:hover{
	transform: scale(1.5);
}*/
.case_middle_top{
	background-color:#ECECEC;
}
.case_middle_top hr{
	float: left;
	border:1px solid #000;
}
#case_mb h1,#case_mb p{
	text-align: center;
}
.bottom{
	width: 100vw;
	border-top:10px solid #FFF;
	background-color: #ECECEC;
}
.bottom_inner{
	width: 80vw;
	margin:auto;
}
.bottom_inner_1,.bottom_inner_2,.bottom_inner_3,.bottom_inner_4,.bottom_inner_5{
	width:15vw;
	height: 100%;
	float: left;
	padding-left:5vw;
}
.bottom_inner{
	height:80%;
}
.bottom_inner h1{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.bottom_inner p{
	margin-top:10px;
}
.bottom_inner a:hover{
	color:#288235;
}
.bottom_inner_botom{
	width: 100%;
	height:20%;
	background: -webkit-linear-gradient(left, #6BB32A , #288235); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #6BB32A, #288235); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,  #6BB32A, #288235); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #6BB32A , #288235); /* 标准的语法（必须放在最后） */
    color:#FFF;
	padding-left:5px;
	padding-right:5px;
}
.bottom_inner_botom p{
	text-align: center;
}
#scroTop{
	width:50px;
	height:50px;
	opacity:0.8;
	text-align:center;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:9999;
	font-size:40px;
	color:#FFF;
	cursor:pointer;
	border-radius:10px;
	background: -webkit-linear-gradient(left, #6BB32A , #288235); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #6BB32A, #288235); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,  #6BB32A, #288235); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #6BB32A , #288235); /* 标准的语法（必须放在最后） */
}
@media screen/* and (max-width:1920px) */and (max-width:2560px){
.nav_ward,.dwnav_ward{
	padding-top: 14px;
	padding-bottom: 14px;
}
.nav_ward .cn,.dwnav_ward .cn{
	//font-size:21px;
	font-size:16px;
}
.nav_ward .en,.dwnav_ward .en{
	font-size:17px;
	line-height:30px;
}
.nav_ward_ej{
	//font-size:19px;
}
.nav_ward_ej p{
	line-height:20px;
}
#aboutus{
	height:570px;
	padding-top:90px;
}
#aboutus h2{
	font-size:38px;
}
#aboutus h3{
	font-size:28px;
}
.right{
	top:30px;
	right: 10px;
}
.middle h4{
	font-size:16px;
}
.middle p{
	font-size:14px;
}
#dwTopnav .dwnav_ward .cn{
	font-size:22px;
}
.technology{
	height:630px!important;
}
.technology .techbg{
	height:450px;
	padding-top:130px;
	margin-top:50px;
}
.tech_nav{
	height:200px;
	margin-top:-110px;
}
.tech_nav .tech_nav_small p{
	margin-top:130px;
	padding-top:20px;
	font-size:19px;
	}
#tns1,#tns2,#tns3,#tns4,#tns5,#tns1:hover,#tns2:hover,#tns3:hover,#tns4:hover,#tns5:hover{
	background-size:80px 80px;
}
#case,#case_mb{
	height: 900px;
	margin-top:150px;
}
.case_middle_top_mb,.case_middle_bottom_mb,.case_right_top_mb,.case_right_bottom_mb{
	padding-top:180px;
}
.case_left_inner_mb{
	padding-top:410px;
}
.case_middle_top{
	padding:30px;
}
.case_middle_top h1{
	font-size: 35px;
}
.case_middle_top h2{
	font-size: 26px;
}
.case_middle_top hr{
	width:48px;
}
.case_middle_top p{
	font-size: 18px;
}
#case_mb h1{
	font-size:35px;
}
#case_mb p{
	font-size:16px;
}
.bottom{
	height:500px;
	padding-top:100px;
}
.bottom_inner h1{
	//font-size:25px;
	font-size:18px;
}
.bottom_inner p{
	//font-size:18px;
	font-size:14px;
}
.bottom_inner_botom{
	//font-size:19px;
	font-size:12px;
}
#addre{
	width:470px;
}
.bottom_inner_botom{
	padding-top:30px;
}
}
@media screen and (max-width:1680px){
.nav_ward,.dwnav_ward{
	padding-top: 11px;
	padding-bottom: 11px;
}
.nav_ward .cn,.dwnav_ward .cn{
	//font-size:17px;
}
.nav_ward .en,.dwnav_ward .en{
	font-size:13px;
}
.nav_ward_ej{
	//font-size:15px;
}
#aboutus{
	height:500px;
	padding-top:80px;
}
#aboutus h2{
	font-size:36px;
}
#aboutus h3{
	font-size:26px;
}
#dwTopnav .dwnav_ward .cn{
	font-size:20px;
}
.technology{
	height:610px!important;
}
.technology .techbg{
	height:430px;
	padding-top:120px;
	margin-top:80px;
}
.tech_nav{
	height:180px;
	margin-top:-100px;
}
.tech_nav .tech_nav_small p{
	margin-top:110px;
	padding-top:18px;
	font-size:18px;
	}
#tns1,#tns2,#tns3,#tns4,#tns5,#tns1:hover,#tns2:hover,#tns3:hover,#tns4:hover,#tns5:hover{
	background-size:70px 70px;
}
#case,#case_mb{
	height:700px;
	margin-top:150px;
}
.case_middle_top_mb,.case_middle_bottom_mb,.case_right_top_mb,.case_right_bottom_mb{
	padding-top:140px;
}
.case_left_inner_mb{
	padding-top:310px;
}
.case_middle_top{
	padding:28px;
}
.case_middle_top h1{
	font-size: 33px;
}
.case_middle_top h2{
	font-size: 24px;
}
.case_middle_top hr{
	width:46px;
}
.case_middle_top p{
	font-size: 16px;
}
.case_middle_top .p_6,.case_middle_top .p_7{
	display: none;
}
#case_mb h1{
	font-size:33px;
}
#case_mb p{
	font-size:14px;
}
.bottom{
	height:500px;
	padding-top:90px;
}
.bottom_inner h1{
	//font-size:24px;
}
.bottom_inner p{
	//font-size:17px;
}
.bottom_inner_botom{
	//font-size:18px;
}
#addre{
	width:450px;
}
.bottom_inner_botom{
	padding-top:35px;
}
}
@media screen and (max-width:1600px){
.nav_ward,.dwnav_ward{
	padding-top: 8px;
	padding-bottom: 8px;
}
.nav_ward .cn,.dwnav_ward .cn{
	//font-size:16px;
}
.nav_ward .en,.dwnav_ward .en{
	font-size:12px;
}
.nav_ward_ej{
	//font-size:14px;
}
#aboutus{
	height:490px;
	padding-top:70px;
}
#aboutus h2{
	font-size:34px;
}
#aboutus h3{
	font-size:24px;
}
#dwTopnav .dwnav_ward .cn{
	font-size:19px;
}
.technology{
	height:590px!important;
}
.technology .techbg{
	height:410px;
	//padding-top:110px;
	margin-top:80px;
}
.tech_nav{
	height:160px;
	margin-top:-90px;
}
.tech_nav .tech_nav_small p{
	margin-top:95px;
	padding-top:16px;
	font-size:17px;
	}
#tns1,#tns2,#tns3,#tns4,#tns5,#tns1:hover,#tns2:hover,#tns3:hover,#tns4:hover,#tns5:hover{
	background-size:60px 60px;
}
#case,#case_mb{
	height:600px;
	margin-top:130px;
}
.case_middle_top_mb,.case_middle_bottom_mb,.case_right_top_mb,.case_right_bottom_mb{
	padding-top:110px;
}
.case_left_inner_mb{
	padding-top:260px;
}
.case_middle_top{
	padding:27px;
}
.case_middle_top h1{
	font-size: 32px;
}
.case_middle_top h2{
	font-size: 23px;
}
.case_middle_top hr{
	width:45px;
}
.case_middle_top p{
	font-size: 15px;
}
.case_middle_top .p_5,.case_middle_top .p_6,.case_middle_top .p_7{
	display: none;
}
#case_mb h1{
	font-size:32px;
}
#case_mb p{
	font-size:13px;
}
.bottom{
	height:530px;
	padding-top:80px;
}
.bottom_inner h1{
	//font-size:23px;
}
.bottom_inner p{
	//font-size:16px;
}
.bottom_inner_botom{
	//font-size:17px;
}
#addre{
	width:380px;
}
.bottom_inner_botom{
	padding-top:40px;
}
}
@media screen and (max-width:1440px){
.nav_ward,.dwnav_ward{
	padding-top: 6px;
	padding-bottom: 6px;
}
.nav_ward .cn,.dwnav_ward .cn{
	//font-size:15px;
}
.nav_ward .en,.dwnav_ward .en{
	font-size:11px;
}
.nav_ward_ej{
	//font-size:13px;
}
#aboutus{
	height:480px;
	padding-top:60px;
}
#aboutus h2{
	font-size:32px;
}
#aboutus h3{
	font-size:22px;
}
#dwTopnav .dwnav_ward .cn{
	font-size:18px;
}
.technology{
	height:570px!important;
}
.technology .techbg{
	height:390px;
	//padding-top:90px;
}
.tech_nav{
	height:140px;
	margin-top:-80px;
}
.tech_nav .tech_nav_small p{
	margin-top:75px;
	padding-top:16px;
	font-size:17px;
	}
#tns1,#tns2,#tns3,#tns4,#tns5,#tns1:hover,#tns2:hover,#tns3:hover,#tns4:hover,#tns5:hover{
	background-size:50px 50px;
}
#case,#case_mb{
	height:550px;
	margin-top:100px;
}
.case_middle_top_mb,.case_middle_bottom_mb,.case_right_top_mb,.case_right_bottom_mb{
	padding-top:100px;
}
.case_left_inner_mb{
	padding-top:230px;
}

.case_middle_top{
	padding:25px;
}
.case_middle_top h1{
	font-size: 30px;
}
.case_middle_top h2{
	font-size: 21px;
}
.case_middle_top hr{
	width:43px;
}
.case_middle_top p{
	font-size: 13px;
}
#case_mb h1{
	font-size:30px;
}
#case_mb p{
	font-size:12px;
}
.bottom{
	//height:470px;
	padding-top:90px;
}
.bottom_inner h1{
	//font-size:22px;
}
.bottom_inner p{
	//font-size:15px;
}
.bottom_inner_botom{
	//font-size:16px;
}
#addre{
	width:350px;
}
.bottom_inner_botom{
	padding-top:35px;
}
}
@media screen and (max-width:1366px){
.nav_ward,.dwnav_ward{
	padding-top:4.5px;
	padding-bottom:4.5px;
}
.nav_ward .cn,.dwnav_ward .cn{
	//font-size:13px;
}
.nav_ward .en,.dwnav_ward .en{
	font-size:9px;
	line-height:25px;
}
.nav_ward_ej{
	//font-size:11px;
}
#aboutus{
	height:470px;
	padding-top:50px;
}
#aboutus h2{
	font-size:30px;
}
#aboutus h3{
	font-size:20px;
}
.middle h4{
	font-size:15px;
}
.middle p{
	font-size:13px;
}
#dwTopnav .dwnav_ward .cn{
	font-size:16px;
}
.technology{
	height:550px!important;
}
.technology .techbg{
	height:370px;
	//padding-top:90px;
}
.tech_nav{
	height:120px;
	margin-top:-70px;
}
.tech_nav .tech_nav_small p{
	margin-top:60px;
	padding-top:14px;
	font-size:16px;
	}
#tns1,#tns2,#tns3,#tns4,#tns5,#tns1:hover,#tns2:hover,#tns3:hover,#tns4:hover,#tns5:hover{
	background-size:40px 40px;
}
#case,#case_mb{
	height:500px;
	margin-top:80px;
}
.case_middle_top_mb,.case_middle_bottom_mb,.case_right_top_mb,.case_right_bottom_mb{
	padding-top:90px;
}
.case_left_inner_mb{
	padding-top:220px;
}

.case_middle_top{
	padding:24px;
}
.case_middle_top h1{
	font-size: 29px;
}
.case_middle_top h2{
	font-size: 20px;
}
.case_middle_top hr{
	width:42px;
}
.case_middle_top p{
	font-size: 12px;
}
#case_mb h1{
	font-size:29px;
}
#case_mb p{
	font-size:12px;
}
.bottom{
	//height:540px;
	padding-top:80px;
}
.bottom_inner h1{
	//font-size:21px;
}
.bottom_inner p{
	//font-size:14px;
}
.bottom_inner hr{
	width:100px;
}
.bottom_inner_botom{
	//font-size:15px;
}
#addre{
	width:320px;
}
}
@media screen and (max-width:1200px){
.nav_ward,.dwnav_ward{
	padding-top:11px;
	padding-bottom:11px;
}
.nav_ward .cn,.dwnav_ward .cn{
	//font-size:15px;
}
.nav_ward .en,.dwnav_ward .en{
	display: none;
}
.nav_ward_ej{
//font-size:12px;
}
#aboutus{
	height:460px;
	padding-top:40px;
}
#aboutus h2{
	font-size:28px;
}
#aboutus h3{
	font-size:18px;
}
.right{
	display: none;
}
.left{
	width:30%;
}
.middle{
	width:70%;
}
.middle h4{
	font-size:16px;
}
.middle p{
	font-size:14px;
}
#dwTopnav .dwnav_ward{
	margin-top:0.8%;
}
.slidebox img,.slidetitle h2,.ag7-bannerslide .slidetitle{
	//width:400px!important;
}
.technology{
	height:530px!important;
}
.technology .techbg{
	height:350px;
	//padding-top:20px;
}
.tech_nav{
	height:100px;
	margin-top:-60px;
}
.tech_nav .tech_nav_small p{
	margin-top:45px;
	padding-top:12px;
	font-size:15px;
	}
#tns1,#tns2,#tns3,#tns4,#tns5,#tns1:hover,#tns2:hover,#tns3:hover,#tns4:hover,#tns5:hover{
	background-size:30px 30px;
}
#case,#case_mb{
	height:400px;
	margin-top:50px;
}
.case_middle_top_mb,.case_middle_bottom_mb,.case_right_top_mb,.case_right_bottom_mb{
	padding-top:70px;
}
.case_left_inner_mb{
	padding-top:170px;
}

.case_middle_top{
	padding:15px;
}
.case_middle_top h1{
	font-size: 25px;
}
.case_middle_top h2{
	font-size: 16px;
}
.case_middle_top hr{
	width:36px;
}
.case_middle_top p{
	font-size: 12px;
}
.case_middle_top .p_4,.case_middle_top .p_5,.case_middle_top .p_6,.case_middle_top .p_7{
	display: none;
}
#case_mb h1{
	font-size:25px;
}
#case_mb p{
	font-size:12px;
}
.bottom{
	height:600px;
	padding-top:90px;
}
.bottom_inner h1{
	//font-size:20px;
}
.bottom_inner p{
	//font-size:13px;
}
.bottom_inner_botom{
	//font-size:14px;
}
#addre{
	width:270px;
}
.bottom_inner_botom{
	padding-top:45px;
}
}
@media screen and (max-width:1000px){
.nav_ward,.dwnav_ward{
	padding-top:6px;
	padding-bottom:6px;
}
.nav_ward .cn,.dwnav_ward .cn{
	//font-size:14px;
}
.nav_ward .en,.dwnav_ward .en{
	display: none;
}
.nav_ward_ej{
//font-size:11px;
}
#aboutus{
	height:450px;
	padding-top:30px;
}
#aboutus h2{
	font-size:26px;
}
#aboutus h3{
	font-size:16px;
}
.left{
	width:35%;
}
.middle{
	padding-top:0;
	width:65%;
}
.middle h4{
	font-size:15px;
}
.middle p{
	font-size:12px;
}
.slidebox img,.slidetitle h2,.ag7-bannerslide .slidetitle{
	//width:350px!important;
}
.technology{
	height:510px!important;
}
.technology .techbg{
	height:330px;
}
.tech_nav{
	height:80px;
	margin-top:-50px;
}
.tech_nav .tech_nav_small p{
	margin-top:30px;
	padding-top:10px;
	font-size:14px;
	}
#tns1,#tns2,#tns3,#tns4,#tns5,#tns1:hover,#tns2:hover,#tns3:hover,#tns4:hover,#tns5:hover{
	background-size:20px 20px;
}
#case,#case_mb{
	height:350px;
	margin-top:30px;
}
.case_middle_top_mb,.case_middle_bottom_mb,.case_right_top_mb,.case_right_bottom_mb{
	padding-top:60px;
}
.case_left_inner_mb{
	padding-top:150px;
}
.case_middle_top{
	padding:12px;
}
.case_middle_top h1{
	font-size: 24px;
}
.case_middle_top h2{
	font-size: 15px;
}
.case_middle_top hr{
	width:32px;
}
.case_middle_top p{
	font-size: 12px;
}
.case_middle_top .p_3,.case_middle_top .p_4,.case_middle_top .p_5,.case_middle_top .p_6,.case_middle_top .p_7{
	display: none;
}
#case_mb h1{
	font-size:23px;
}
#case_mb p{
	font-size:12px;
}
.bottom{
	height:620px;
	padding-top:90px;
}
.bottom_inner h1{
	//font-size:19px;
}
.bottom_inner p{
	//font-size:12px;
}
.bottom_inner_botom{
	//font-size:13px;
}
#addre{
	width:220px;
}
.bottom_inner_botom{
	padding-top:45px;
}
}
@media screen and (max-width:800px){
.phone_nav{
	width: 100%;
	height:70px;
	position: fixed;
	top:0px;
	z-index:9999;
	background-color:#FFF;
	border-bottom:1px solid #CCC;
}
#index{
	margin-top:70px;
}
#phonecd{
	display: block;
}
#water_nav,#water,#waterContent{
	display: none;
}
#iview div.iview-directionNav {
	left:0;
	width:100%;
}
.pul_logo_mobile{
	display: block;
}
.left{
	display: none;
}
.middle{
	padding-top:0;
	width:100%;
}
.middle h4{
	font-size:17px;
}
.middle p{
	font-size:15px;
}
.slidebox,.slidetitle{
	display: none;
	float: left;
}
.slidelist{
	width: 100%!important;
	margin-bottom:-230px!important;
}
.slidelist ul{
	padding:0!important;
}
#aboutus{
	height:500px;
	padding-top:50px;
}
.middle h4 {
	padding-top:1%;
}
.abs{
	margin-bottom:50px;
}
.technology{
	margin-top:-80px!important;
	height:340px!important;
}
.technology .techbg{
	padding-top:30px;
	height:160px;
}
.tech_nav{
	width:95%;
	height:75px;
	margin-top:-35px;
}
.tech_nav .tech_nav_small p{
	padding-top:8px;
	font-size:11px;
	}
#tns1,#tns2,#tns3,#tns4,#tns5,#tns1:hover,#tns2:hover,#tns3:hover,#tns4:hover,#tns5:hover{
	background-size:15px 15px;
}
#case,#case_mb{
	height:300px;
	margin-top:50px;
}
.case_middle_top_mb,.case_middle_bottom_mb,.case_right_top_mb,.case_right_bottom_mb{
	padding-top:50px;
}
.case_left_inner_mb{
	padding-top:120px;
}
.case_middle_top{
	padding:10px;
}
.case_middle_top h1{
	font-size: 22px;
}
.case_middle_top h2{
	font-size: 13px;
}
.case_middle_top hr{
	width:30px;
}
.case_middle_top p{
	font-size: 12px;
}
.case_middle_top .p_3,.case_middle_top .p_4,.case_middle_top .p_5,.case_middle_top .p_6,.case_middle_top .p_7{
	display: none;
}
#case_mb h1{
	font-size:21px;
}
#case_mb p{
	font-size:12px;
}
.bottom{
	height:770px;
	padding-top:100px;
}
.bottom_inner h1{
	//font-size:18px;
}
.bottom_inner p{
	//font-size:12px;
}
.bottom_inner_botom{
	//font-size:12px;
}
#addre{
	width:180px;
}
.bottom_inner_botom{
	padding-top:60px;
}
}
@media screen and (max-width:700px){
.middle h4{
	font-size:16px;
}
.middle p{
	font-size:14px;
}
}
@media screen and (max-width:600px){
.middle h4{
	font-size:14px;
	height:auto;
	margin-bottom:50px;
}
.middle p{
	font-size:12px;
	height:auto;
}
}
@media screen and (max-width:500px){
#case,#case_mb{
	height:200px;
}
#case_mb h1 {
    font-size:12px;
}
.case_left_inner_mb {
    padding-top:90px;
}
.case_middle_top_mb, .case_middle_bottom_mb, .case_right_top_mb, .case_right_bottom_mb {
    padding-top:40px;
}
.case_middle_top p {
   display:none;
}
/*不要手机端可将此处以下注释*/
/*#case,#case_mb{
	height:200px;
	margin-top:80px;
	margin-bottom:70px;
}
.case_middle_top,.case_middle_bottom,.case_right_top,.case_right_bottom{
	width:80%;
	margin:auto;
	margin-top:20px;
}
.case_middle_top_mb,.case_middle_bottom_mb,.case_right_top_mb,.case_right_bottom_mb{
	padding-top:50px;
	width:80%;
	margin:auto;
	margin-top:20px;
}
.case_left_inner,.case_left_inner_mb{
	width:80%;
	margin:auto;
	margin-top:20px;
}
.case_left_inner_mb{
	padding-top:90px;
}
.case_middle_top{
	padding:10px;
}
.case_middle_top h1{
	font-size: 22px;
}
.case_middle_top h2{
	font-size: 13px;
}
.case_middle_top hr{
	width:30px;
}
.case_middle_top p{
	//font-size: 12px;
	display:none;
}
.case_middle_top .p_3,.case_middle_top .p_4,.case_middle_top .p_5,.case_middle_top .p_6,.case_middle_top .p_7{
	display: none;
}
#case_mb h1{
	font-size:21px;
}*/
/*不要手机端可将此处以上注释*/
#case_mb p{
	display:none;
	//font-size:12px;
}
/*不要手机端可将此处以下注释*/
/*#case,#case_mb{
height:1500px;
position: absolute;
}
#case_mb{
	position:relative;
}
.case_middle,.case_middle_mb{
	position: relative;
	top:-500px;
}
.case_left,.case_left_mb{
	position: relative;
	top:500px;
}
.case_left,.case_middle,.case_right,.case_left_mb,.case_middle_mb,.case_right_mb{
	float: none;
	width:100%;
	height: 500px!important;
}

.case_middle_top_mb,.case_middle_bottom_mb,.case_right_top_mb,.case_right_bottom_mb{
	padding-top:30px;
}
.case_left_inner_mb{
	padding-top:220px;
}
.case_middle_top{
	padding:24px;
}
.case_middle_top h1{
	font-size: 29px;
}
.case_middle_top h2{
	font-size: 20px;
}
.case_middle_top hr{
	width:42px;
}
.case_middle_top p{
	font-size: 12px;
}
.case_middle_top .p_3,.case_middle_top .p_4{
	display: block;
}
#case_mb h1{
	font-size:29px;
}
#case_mb p{
	font-size:12px;
}*/
/*不要手机端可将此处以上注释*/
/*.bottom{
	height:850px;
	padding-top:30px;
}

.bottom_inner h1{
	//font-size:25px;
}
.bottom_inner p{
	//font-size:19px;
}
.bottom_inner div{
	width: 50%;
	height:33.3%;
}
.bottom_inner_3,.bottom_inner_5{
	clear: left;
}
.bottom_inner{
	height: 90%;
}*/
.about{
	width:90vw;
}
.bottom{
	height:100px;
	padding-top:0;
}
.bottom_inner{
	display:none;
}
.bottom_inner_botom{
	//font-size:11px;
}
.bottom_inner_botom{
	height:100%;
	padding-top:20px;
}
}
