@charset "UTF-8";
* { margin:0; padding:0; } 
iframe{max-width: 100%;margin: 30px 0;}

body {
  color: #000;
  font-family: 'Noto Sans SC',"微软雅黑",sans-serif,Arial;
  font-size: 14px;
}
html,body{
	height: 100%;
}

img{border: none;vertical-align:middle;max-width: 100%;}
a{
  color: #212121;
  text-decoration: none;
  border: none;
  transition: 0.4s;
}
a:hover{ color: #666; }
ul, li{list-style:none}
a{text-decoration:none;-webkit-tap-highlight-color:rgba(255, 255, 255, 0);-webkit-user-select:none;-moz-user-focus:none;-moz-user-select:none;}
p{font-size: 14px;line-height: 22px; font-weight: 100;font-family: 'Noto Sans SC',"微软雅黑",Arial, ;}

h1{font-size: 26px;line-height: 45px;margin-bottom: 20px;}
h2{font-size: 22px;line-height: 42px;margin-bottom: 16px;}
h3{font-size: 20px;line-height: 36px;margin-bottom: 10px;}
h4{font-size: 18px;line-height: 20px;margin-bottom: 5px;}
h5{font-size: 16px;line-height: 24px;margin-bottom: 10px;}

.left{float:left;}
.right{float:right;}
.center{text-align:center;}

/*PC导航栏*/
.nav_menu3,.nav_menu3 ul,.nav_menu3 ul li,.nav_menu3 ul li a,.nav_menu3 #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:999999;
	}
.nav_menu3:after,.nav_menu3 > ul:after {
	content: ".";display: block;
	clear: both;visibility: hidden;
	line-height: 0;height: 0;
}
.nav_menu3 {
	width: auto;
	line-height: 1;
	float:left;
	padding:0;
}
.content_nav{
	width:1295px;
	height:70px;
	margin:0 auto;
}
#menu-line {
	position: absolute;
	top: 0;left: 0;height: 3px;
	background: #1d4e8f;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.nav_menu3 > ul > li {float: left;}
.nav_menu3.align-center > ul {font-size: 0;text-align: center;}
.nav_menu3.align-center > ul > li {display: inline-block;float: none;}
.nav_menu3.align-center ul ul {text-align: left;}
.nav_menu3.align-right > ul > li {float: right;}
.nav_menu3.align-right ul ul {text-align: right;}
.nav_menu3 > ul > li > a {font-size:18px;padding: 26px 32px 27px 32px;text-decoration: none;text-transform: uppercase;color: #eee;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;border-right:0px solid #1d4e8f;}
.nav_menu3 > ul > li:hover > a {color: #fff;background: #2b70cb;}
.nav_menu3 > ul > li.nav-has-sub > a {padding-right: 25px;}
.nav_menu3 > ul > li.nav-has-sub > a::after {position: absolute;top: 35px;right: 10px;width: 4px;height: 4px;border-bottom: 1px solid #1d4e8f;border-right: 1px solid #1d4e8f;content: "";-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: border-color 0.2s ease;-moz-transition: border-color 0.2s ease;-ms-transition: border-color 0.2s ease;-o-transition: border-color 0.2s ease;transition: border-color 0.2s ease;}
.nav_menu3 > ul > li.nav-has-sub:hover > a::after {border-color: #fff;}
.nav_menu3 ul ul {position: absolute;left: -9999px;}
.nav_menu3 > ul > li > ul {border-top: 0px solid #FFF;}
.nav_menu3 li:hover > ul {left: auto;}
.nav_menu3.align-right li:hover > ul {right: 0;}
.nav_menu3 ul ul ul {margin-left: 100%;top: 0;}
.nav_menu3.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.nav_menu3 ul ul li {height: 0;-webkit-transition: height .2s ease;-moz-transition: height .2s ease;-ms-transition: height .2s ease;-o-transition: height .2s ease;transition: height .2s ease;}
.nav_menu3 ul li:hover > ul > li {height: 52px;}
.nav_menu3 ul ul li a {font-size:16px;padding: 20px 20px;width: 140px;background: #1d4e8f;text-decoration: none;color: #eeeeee;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;border-top: 1px solid #1d4e8f;}
.nav_menu3 ul ul li:hover > a,.nav_menu3 ul ul li a:hover {color: #fff;background: #2b70cb;border-top: 1px solid #2b70cb;}
.nav_menu3 ul ul li.nav-has-sub > a::after {position: absolute;top: 25px;right: 10px;width: 4px;height: 4px;border-bottom: 1px solid #eee;border-right: 1px solid #eee;content: "";-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-transition: border-color 0.2s ease;-moz-transition: border-color 0.2s ease;-ms-transition: border-color 0.2s ease;-o-transition: border-color 0.2s ease;transition: border-color 0.2s ease;}
.nav_menu3.align-right ul ul li.nav-has-sub > a::after {right: auto;left: 10px;border-bottom: 0;border-right: 0;border-top: 1px solid #dddddd;border-left: 1px solid #dddddd;}
.nav_menu3 ul ul li.nav-has-sub:hover > a::after {border-color: #1d4e8f;}
@media screen and (max-width: 750px) {
	.nav_menu3{
		display:none;
	}
	.content_nav{
		display:none;
	}
}
@media screen and (max-width: 1300px) {
	.nav_menu3 > ul > li > a {font-size:17.5px;padding: 26px 30px 27px 30px;text-decoration: none;text-transform: uppercase;color: #eee;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;border-right:0px solid #1d4e8f;}
}
@media screen and (max-width: 1200px) {
	.nav_menu3 > ul > li > a {font-size:17px;padding: 26px 25px 27px 25px;text-decoration: none;text-transform: uppercase;color: #eee;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;border-right:0px solid #1d4e8f;}
}
@media screen and (max-width: 1120px) {
	.nav_menu3 > ul > li > a {font-size:17px;padding: 26px 20px 27px 20px;text-decoration: none;text-transform: uppercase;color: #eee;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;border-right:0px solid #1d4e8f;}
}
@media screen and (max-width: 1050px) {
	.nav_menu3 > ul > li > a {font-size:16.5px;padding: 26px 17px 27px 17px;text-decoration: none;text-transform: uppercase;color: #eee;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;border-right:0px solid #1d4e8f;}
}
@media screen and (max-width: 960px) {
	.nav_menu3 > ul > li > a {font-size:16px;padding: 26px 13px 27px 13px;text-decoration: none;text-transform: uppercase;color: #eee;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;border-right:0px solid #1d4e8f;}
}
@media screen and (max-width: 900px) {
	.nav_menu3 > ul > li > a {font-size:15.5px;padding: 26px 9px 27px 9px;text-decoration: none;text-transform: uppercase;color: #eee;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;border-right:0px solid #1d4e8f;}
}
@media screen and (max-width: 820px) {
	.nav_menu3 > ul > li > a {font-size:15px;padding: 26px 6px 27px 6px;text-decoration: none;text-transform: uppercase;color: #eee;-webkit-transition: color .2s ease;-moz-transition: color .2s ease;-ms-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;border-right:0px solid #1d4e8f;}
}

/*--------------------手机站导航开始------------------------------------------------------------*/
.navbtn{width:50px;float:left;position:relative;cursor:pointer;height:20px;margin:15px 10px 0 0;}
.navbtn div{cursor:pointer;display:block;color:#fff;background:url(https://static.gmzx.com/images/wanhe/icon-down.png) no-repeat right center;background-size:12px 12px;font-size:15px;}
.navbtn span{display:block;background:#fff;width:20px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.navbtn span:nth-of-type(1){top:0px}
.navbtn span:nth-of-type(2){top:8px}
.navbtn span:nth-of-type(3){top:16px}
.navbtn_se span:nth-of-type(1){top:8px;transform:rotate(45deg)}
.navbtn_se span:nth-of-type(2){width:0}
.navbtn_se span:nth-of-type(3){top:8px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:999;background:#1d4e8f;width:100%;height:calc(100% - 104px);font-size:16px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:70px;padding:25px 0 0;}

.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 17px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{color:#fff;margin-left:20px;position:relative;line-height:45px;}
.sjj_nav>ul >li:last-child{border-bottom:0px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#fff;width:80%;font-size:1.25em;}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff;}
.sjj_nav ul li ul li>ul{margin-left:10px}

.HeaderTop{
	width:100%;
	height:32px;
	padding:24px 0;
	background-color:#fff;
}
.HeaderTop1920{
	width:98%;
	height:32px;
	max-width:1240px;
	margin:0 auto;
}
@media screen and (max-width: 940px) {
	.HeaderTop1920{
		height:32px;
		max-width:1300px;
	}
}
.HeaderTop-logo{
	width:400px;
	height:32px;
	float:left;
}
.headTop-SS{
	width:255px;
	padding:0 30px 0 0;
	height:32px;
	float:right;
}

.headTop-lang{
	width:30px;
	height:20px;
	padding:0 0 0 20px;
	margin:15px 0 0;
	float:right;
	color:#1d4e8f;
	background:url(https://static.gmzx.com/images/wanhe/icon-right.png) no-repeat left center;
	background-size:16px 16px;
	font-size:20px;
	line-height:20px;
}
.headTop-lang a{
	color:#1d4e8f;
}
.headTop-lang a:hover{
	color:#1d4e8f;
}

.langM{
	width:20px;
	height:20px;
	padding:27px 20px 0 0;
	color:#fff;
	display:none;
	font-size:15px;
}
.langM a{color:#fff;}
.langM a:hover{color:#fff;}
@media screen and (max-width: 750px) {
	.langM{display:block;}
}

@media screen and (max-width: 940px) {
	.headTop-SS{
		padding:0 100px 0 0;
	}
}

@media screen and (max-width: 750px) {
	.HeaderTop{
		display:none;
	}
	.headTop-SS{
		padding:0 50px 0 0;
	}
}
.Header{
	width: 100%;
	height: 71px;
	padding:0;
	box-sizing: border-box;
	margin:0;
	background-color: #1d4e8f;
}
.logo{
	width: 60%;
	height: 51px;
	padding:19px 0px 0 0;
	text-align:center;
	float:left;
	display:none;
}
@media screen and (max-width: 750px) {
	.logo{display:block;}
	.Header{
		height: 71px;
	}
}

.headernav{
	width:20%;
	height:57px;
	padding:10px 0 0 10px;
	display:none;
}

@media screen and (max-width: 750px) {
	.headernav{
		display:block;
	}
}

.banneradimgs a{
	display:block;width:10%;height:40px;padding:300px 45% 300px 45%;
}



.idxAboutus{
	width:70%;
	max-width:1663px;
	height:auto;
	margin:0 auto;
	padding:65px 0;
}
@media screen and (max-width: 2000px) {
	.idxAboutus{
		max-width:1663px;
	}
}
@media screen and (max-width: 1920px) {
	.idxAboutus{
		max-width:960px;
	}
}
.idxAboutus_750{
	width:70%;
	max-width:750px;
	height:auto;
	margin:0 auto;
	padding:50px 0 20px;
	display:none;
}
@media screen and (max-width: 750px) {
	.idxAboutus{
		display:none;
	}
	.idxAboutus_750{
		display:block;
	}
}

.idxAboutusTxt{
	width:70%;
	max-width:1663px;
	height:140px;
	padding:20px 0 0;
	margin:0 auto;
}

@media screen and (max-width: 1920px) {
	.idxAboutusTxt{
		max-width:960px;
		height:120px;
		padding:10px 0 0;
	}
}

.idxAboutusTxt .Title{
	width:18%;
	height:120px;
	font-size:40px;
	padding:0 1% 0 0;
	text-align:right;
	font-weight:550;
	color:#435472;
	float:left;
}

.brandWord{
	width:55%;
	height:65px;
	padding:10px 0 0;
	color:#898989;
	text-align:right;
	float:left;
	font-size:26px;
	line-height:40px;
	background:url(https://static.gmzx.com/images/wanhe/blickline.jpg) no-repeat right bottom;
}
.btnlink{
	width:18%;
	height:80px;
	padding:12px 0 0;
	float:right;
	line-height:75px;
	text-align:right;
}
.btnlink a{
	width:160px;
	height:50px;
	text-align:center;
	display:block;
	color:#fff;
	background-color:#1d4e8f;
	font-size:20px;
	line-height:50px;
	border-radius: 8px;
	box-shadow: 3px 3px 8px #888888;
}
.btnlink a:hover{
	color:#7dbff1;
	background-color:#113c75;
	box-shadow: 6px 6px 10px #888888;
}
@media screen and (max-width: 1920px) {
	.brandWord{
		font-size:24px;
	}
}
@media screen and (max-width: 1700px) {
	.idxAboutusTxt .Title{
		width:18%;
		height:120px;
		font-size:40px;
		padding:0 1% 0 0;
	}
	.brandWord{
		width:55%;
		height:65px;
		font-size:25px;
		padding:10px 0 0;
		line-height:40px;
	}
}
@media screen and (max-width: 1410px) {
	.idxAboutusTxt .Title{
		width:17%;
		height:120px;
		font-size:33px;
		padding:0 0 0 0;
	}
	.brandWord{
		width:60%;
		height:65px;
		font-size:25px;
		padding:10px 0 0;
		line-height:40px;
	}
}
@media screen and (max-width: 1180px) {
	.idxAboutusTxt .Title{
		width:17%;
		height:120px;
		font-size:30px;
		padding:5px 0 0 0;
	}
	.brandWord{
		width:60%;
		height:55px;
		font-size:22px;
		padding:10px 0 0;
		line-height:40px;
	}
}
@media screen and (max-width: 1050px) {
	.idxAboutusTxt .Title{
		width:17%;
		height:120px;
		font-size:26px;
		padding:5px 0 0 0;
	}
	.brandWord{
		width:61%;
		height:45px;
		font-size:19px;
		padding:10px 0 0;
		line-height:40px;
	}
	.btnlink{
		width:19%;
		height:80px;
		line-height:75px;
	}
	.btnlink a{
		height:45px;
		font-size:18px;
		line-height:45px;
	}
}

.idxAboutusTxt_M{
	width:100%;
	height:220px;
	text-align:center;
	display:none;
}
.idxAboutusTxt_M .Title{
	width:100%;
	height:50px;
	font-size:34px;
	padding:0 0 0 0;
	text-align:center;
	font-weight:550;
	color:#435472;
}
.brandWord_M{
	width:100%;
	height:60px;
	padding:0;
	color:#898989;
	text-align:center;
	font-size:18px;
	line-height:40px;
}
.btnlink_M{
	width:100%;
	height:70px;
	padding:12px 0 0;
	text-align:center;
	float:right;
	line-height:65px;
}
.btnlink_M a{
	width:160px;
	height:45px;
	margin:0 auto;
	display:block;
	color:#fff;
	background-color:#1d4e8f;
	font-size:18px;
	line-height:45px;
	border-radius: 6px;
	box-shadow: 3px 3px 8px #888888;
}
.btnlink_M a:hover{
	color:#7dbff1;
	background-color:#113c75;
	box-shadow: 6px 6px 10px #888888;
}
@media screen and (max-width: 850px) {
	.idxAboutusTxt_M{
		width:100%;
		height:220px;
		text-align:center;
		display:block;
	}
	.idxAboutusTxt_M .Title{
		width:100%;
		height:50px;
		font-size:28px;
		padding:0 0 0 0;
		text-align:center;
		font-weight:550;
		color:#435472;
	}
	
	.idxAboutusTxt{
		display:none;
	}
}
@media screen and (max-width: 414px) {
	.brandWord_M{
		font-size:16px;
	}
}
@media screen and (max-width: 370px) {
	.brandWord_M{
		font-size:14px;
	}
}

.brandsuper{
	width:100%;
	height:500px;
	padding:55px 0 0;
	background:#fafafa url(https://static.gmzx.com/images/wanhe/brandsuperTop.jpg) repeat-x top;
}
.brandsuperC{
	width:70%;
	max-width:1665px;
	height:480px;
	margin:0 auto;
}
.brandsuperL{
	width: 31.7%;
	height: 190px;
	padding: 20px 0 0;
	margin: 0 0 20px 0;
	float: left;
	background-color: #fff;
	text-align: center;
	color: #435472;
	-webkit-box-shadow: #666 0px 0px 10px; 
	-moz-box-shadow: #666 0px 0px 10px; 
	box-shadow: #ccc 0px 0px 10px; 
	font-size:20px;
	line-height:25px;
}
.brandsuperL span{
	width:100%;
	height:30px;
	display:block;
	padding:10px 0 0;
	text-align:center;
	font-size:30px;
	font-weight:600;
	line-height:45px;
}
.brandsuperL img{
	height:50px;
}
.brandsuperL sup{
	font-size:14px;
}
.brandsuperL span sup{
	font-size:17px;
}
.brandsuperB{
	width:2%;
	height:180px;
	margin:0 0 20px 0;
	float:left;
}
.brandsuperD{
	width:3%;
	height:180px;
	margin:0 0 0 0;
	float:left;
	display:none;
}
@media screen and (max-width: 1920px) {
	.brandsuperC{
		max-width:960px;
		height:460px;
	}
}
@media screen and (max-width: 980px) {
	.brandsuper{
		height:435px;
	}
	.brandsuperC{
		height:400px;
	}
	.brandsuperL{
		height: 170px;
		padding: 20px 0 0;
		margin: 0 0 15px 0;
		font-size:18px;
		line-height:22px;
	}
	.brandsuperL span{
		height:25px;
		padding:5px 0 0;
		font-size:24px;
		line-height:40px;
	}
	.brandsuperL img{
		height:45px;
	}
	.brandsuperL sup{
		font-size:12px;
	}
	.brandsuperL span sup{
		font-size:13px;
	}
	.brandsuperB{
		width:2%;
		height:180px;
		margin:0 0 10px 0;
	}
	.brandsuperD{
		height:180px;
	}
}
@media screen and (max-width: 750px) {
	.brandsuper{
		height:630px;
	}
	.brandsuperC{
		width:70%;
		margin:0 auto;
	}
	.brandsuperB{
		display:none;
	}
	.brandsuperD{
		display:block;
	}
	.brandsuperL{
		width:48%;
		font-size:18px;
		line-height:25px;
		padding: 20px 0 0;
		margin:0 0 10px 0;
	}
	.brandsuperL span{
		font-size:22px;
	}
	.brandsuperL img{
		height:40px;
	}
	.brandsuperL sup{
		font-size:11px;
	}
}
@media screen and (max-width: 430px) {
	.brandsuper{
		padding:25px 0 0;
		height:560px;
	}
	.brandsuperC{
		width:84%;
		height:560px;
		margin:0 auto;
	}
	.brandsuperL{
		width:48%;
		height: 150px;
		font-size:14px;
		line-height:16px;
		padding: 20px 0 0;
	}
	.brandsuperL span{
		height:20px;
		padding:20px 0 0;
		font-size:18px;
		line-height:25px
	}
	.brandsuperL img{
		height:40px;
	}
	.brandsuperL sup{
		font-size:11px;
	}
}
@media screen and (max-width: 330px) {
	.brandsuper{
		height:560px;
	}
	.brandsuperC{
		width:86%;
		height:560px;
		margin:0 auto;
	}
	.brandsuperL{
		width:48%;
		height: 150px;
		font-size:13px;
		line-height:20px;
	}
	.brandsuperL span{
		height:20px;
		padding:10px 0 0;
		font-size:17px;
		line-height:20px
	}
	.brandsuperL span sup{
		font-size:11px;
	}
	.brandsuperL img{
		height:40px;
	}
	.brandsuperL sup{
		font-size:10px;
	}
}

.idxyusha{
	width:65%;
	height:549px;
	padding:400px 35% 0 0;
	background:#f4f5f5  url(https://static.gmzx.com/images/wanhe/idxyusha.jpg) no-repeat top right;
	background-size:2880px 949px;
	color:#fff;
	font-size:30px;
	line-height:60px;
	text-align:right;
}
.idxyusha span{
	font-size:38px;
}
.idxyusha a{
	font-size:20px;
	color:#fff;
}
.idxyusha a:hover{
	color:#ffd900;
}
@media screen and (max-width: 1920px) {
	.idxyusha{
		height:275px;
		background-size:1442px 475px;
		padding:200px 35% 0 0;
	}
}
@media screen and (max-width: 1400px) {
	.idxyusha{
		background-position:left;
	}
}
@media screen and (max-width: 750px) {
	.idxyusha{
		width:94%;
		height:260px;
		padding:550px 0 0 0;
		margin:0 auto;
		background:#fff url(https://static.gmzx.com/images/wanhe/idxyusha_750.jpg) no-repeat top;
		background-size:94% auto;
		text-align:center;
		color:#6a6a6a;
		line-height:50px;
	}
	.idxyusha a{
		color:#6a6a6a;
	}
}
@media screen and (max-width: 600px) {
	.idxyusha{
		padding:430px 0 0 0;
	}
}
@media screen and (max-width: 500px) {
	.idxyusha{
		padding:350px 0 0 0;
	}
}


.idxyushaFac{
	width:30%;
	height:599px;
	margin:10px auto;
	padding:350px 35% 0 35%;
	background:#d8dde0  url(https://static.gmzx.com/images/wanhe/idxyushafac.jpg) no-repeat bottom left;
	background-size:2880px 949px;
	color:#fff;
	font-size:30px;
	line-height:50px;
	text-align:left;
}
.idxyushaFac span{
	font-size:38px;
}
.idxyushaFac a{
	font-size:20px;
	color:#fff;
}
.idxyushaFac a:hover{
	color:#ffd900;
}
@media screen and (max-width: 1920px) {
	.idxyushaFac{
		height:305px;
		background-size:1306px 475px;
		padding:170px 35% 0 35%;;
	}
}
@media screen and (max-width: 1400px) {
	.idxyushaFac{
		background-position:right;
	}
}
@media screen and (max-width: 750px) {
	.idxyushaFac{
		width:94%;
		height:260px;
		padding:550px 0 0 0;
		margin:0 auto;
		background:#fff url(https://static.gmzx.com/images/wanhe/idxyushafac_750.jpg) no-repeat top;
		background-size:94% auto;
		text-align:center;
		color:#6a6a6a;
		line-height:50px;
	}
	.idxyushaFac a{
		color:#6a6a6a;
	}
}
@media screen and (max-width: 600px) {
	.idxyushaFac{
	padding:430px 0 0 0;
	}
}
@media screen and (max-width: 500px) {
	.idxyushaFac{
	padding:350px 0 0 0;
	}
}

.idxsnowsmooth{
	width:38%;
	height:704px;
	margin:0 auto;
	padding:420px 0 0 62%;
	background:#f1f2f4  url(https://static.gmzx.com/images/wanhe/idxsnowsmooth.jpg) no-repeat top center;
	background-size:3840px 1124px;
	color:#474747;
	font-size:30px;
	line-height:50px;
	text-align:left;
}
.idxsnowsmooth span{
	font-size:38px;
}
.idxsnowsmooth a{
	font-size:20px;
	color:#474747;
}
.idxsnowsmooth a:hover{
	color:#222222;
}
@media screen and (max-width: 1920px) {
	.idxsnowsmooth{
		height:330px;
		background-size:1920px 562px;
		padding:232px 0 0 62%;
	}
}
@media screen and (max-width: 750px) {
	.idxsnowsmooth{
		width:94%;
		height:260px;
		padding:550px 0 0 0;
		margin:0 auto;
		background:#fff url(https://static.gmzx.com/images/wanhe/idxsnowsmooth_750.jpg) no-repeat top;
		background-size:94% auto;
		text-align:center;
		color:#6a6a6a;
		line-height:50px;
	}
	.idxsnowsmooth a{
		color:#6a6a6a;
	}
}
@media screen and (max-width: 600px) {
	.idxsnowsmooth{
	padding:430px 0 0 0;
	}
}
@media screen and (max-width: 500px) {
	.idxsnowsmooth{
	padding:350px 0 0 0;
	}
}
@media screen and (max-width: 430px) {
	.idxyusha,.idxyushaFac,.idxsnowsmooth{
		width:98%;
		height:140px;
		padding:320px 0 0 0;
		font-size:20px;
		line-height:30px;
	}
	.idxyusha span{
		font-size:26px;
	}
	.idxyusha a{
		font-size:14px;
	}
	.idxyushaFac span{
		font-size:26px;
	}
	.idxyushaFac a{
		font-size:14px;
	}
	.idxsnowsmooth span{
		font-size:26px;
	}
	.idxsnowsmooth a{
		font-size:14px;
	}
}
@media screen and (max-width: 380px) {
	.idxyusha,.idxyushaFac,.idxsnowsmooth{
		padding:280px 0 0 0;
		height:120px;
	}
}
@media screen and (max-width: 330px) {
	.idxyusha,.idxyushaFac,.idxsnowsmooth{
		width:98%;
		height:110px;
		padding:235px 0 0 0;
		font-size:18px;
	}
	.idxyusha span{
		font-size:23px;
	}
	.idxyushaFac span{
		font-size:23px;
	}
	.idxsnowsmooth span{
		font-size:23px;
	}
}

.idxnews{
	width:368px;
	height:303px;
	margin:150px auto 0;
	padding:320px 0 0 940px;
	background:url(https://static.gmzx.com/images/wanhe/idxnews.jpg) no-repeat left;
	background-size:938px 623px;
	color:#474747;
	font-size:38px;
	line-height:50px;
	text-align:center;
	font-weight:bold;
}
.idxnews a{
	width:230px;
	height:45px;
	display:block;
	line-height:45px;
	color:#fff;
	font-size:28px;
	background-color:#1d4e8f;
	font-weight:normal;
	margin:30px auto 0;
}
.idxnews a:hover{
	color:#fff;
	background-color:#376aae;
}
@media screen and (max-width: 1920px) {
	.idxnews{
		width:240px;
		height:230px;
		margin:80px auto 30px;
		padding:100px 0 0 480px;
		background-size:470px 312px;
		font-size:38px;
	}
	.idxnews a{
		width:180px;
		height:40px;
		margin:20px auto 0;
		line-height:40px;
		color:#fff;
		font-size:20px;
	}
}
@media screen and (max-width: 750px) {
	.idxnews{
		width:94%;
		height:60px;
		margin:30px auto;
		background-size:98% auto;
		padding:0 0 502px 0;
		font-size:28px;
		background-position:center bottom;
	}
	.idxnews a{
		display:none;
	}
}
@media screen and (max-width: 630px) {
	.idxnews{
		margin:0 auto;
		padding:0 0 400px 0;
	}
}
@media screen and (max-width: 430px) {
	.idxnews{
		height:35px;
		margin:0 auto;
		padding:0 0 270px 0;
		font-size:28px;
		line-height:30px;
	}
}
@media screen and (max-width: 380px) {
	.idxnews{
		margin:0 auto;
		padding:0 0 235px 0;
	}
}
@media screen and (max-width: 320px) {
	.idxnews{
		margin:0 auto;
		padding:0 0 210px 0;
	}
}

.idxnewstitle{
	width:1208px;
	height:65px;
	margin:50px auto 30px;
	color:#474747;
	font-size:35px;
	line-height:65px;
}
@media screen and (max-width: 1920px) {
	.idxnewstitle{
		font-size:26px;
		width:720px;
		margin:20px auto 20px;
	}
}
@media screen and (max-width: 750px) {
	.idxnewstitle{
		width:98%;
		margin:10px auto 10px;
	}
}
@media screen and (max-width: 430px) {
	.idxnewstitle{
		width:90%;
		margin:10px auto 10px;
		font-size:22px;
	}
}

.idxmedianewsCont{
	width:90%;
	max-width:1168px;
	margin:0 auto 50px;
	height:400px;
}
.inc_ifr_idxnews{
	background-color:#fff;
	width:90%;
	height:400px;
	border:0;
	padding:0;
	margin:0 auto;
}
.inc_ifr_idxnews iframe{width:100%;}
@media screen and (max-width: 1920px) {
	.idxmedianewsCont{
		max-width:730px;
		height:200px;
		margin:0 auto 35px;
	}
	.inc_ifr_idxnews{
		height:200px;
	}
}
@media screen and (max-width: 414px) {
	.idxmedianewsCont{
		height:160px;
	}
	.inc_ifr_idxnews{
		height:160px;
	}
}

.wanheacad{
	width:100%;
	height:474px;
	padding:65px 0;
	background:url(https://static.gmzx.com/images/wanhe/wanheacad.jpg) no-repeat center;
}
.wanheacadCon{
	width:100%;
	max-width:1664px;
	height:474px;
	margin:0 auto;
}
.wanheacadConLogo{
	width:30%;
	height:400px;
	float:left;
	padding:38px 1% 38px 0;
	text-align:right;
}
.wanheacadConName{
	width:19%;
	height:300px;
	float:left;
	padding:88px 0;
	text-align:left;
	color:#fff;
	font-size:26px;
	line-height:30px;
	font-weight:550;
	letter-spacing:1px;
}
.wanheacadConName span{
	font-weight:normal;
	font-size:24px;
	letter-spacing:4px;
}
.wanheacadCases{
	width:40%;
	height:200px;
	padding:138px 0 138px 0;
	float:left;
	color:#fff;
	font-size:30px;
	line-height:36px;
	text-align:center;
	border-left: 1px solid #fff;
	position:relative;
}
.wanheacadQR{
	width:400px;
	height:400px;
	position:absolute;
	top:0px;
	left:400px;
	display:none;
}
.wanheacadQR img{
	width:99.5%;
	height:auto;
	border-radius:12px;
	border: 1px solid #ddd;
}
@media screen and (max-width: 1920px) {
	.wanheacadQR{
		width:200px;
		height:200px;
		top:0;
		left:200px;
	}
	.wanheacadQR img{
		border-radius:6px;
	}
}
@media screen and (max-width: 960px) {
	.wanheacadCases{
		width:48%;
		font-size:18px;
		line-height:40px;
	}
}
.wanheacadCases a{
	width:200px;
	height:60px;
	margin: 30px auto 0;
	display:block;
	line-height:60px;
	font-size:22px;
	border: 1px solid #fff;
	color:#fff;
	border-radius:12px;
}
.wanheacadCases a:hover{
	border: 1px solid #ffe893;
	color:#ffe893;
}
@media screen and (max-width: 1920px) {
	.wanheacad{
		width:100%;
		height:238px;
		padding:32px 0;
		background:url(https://static.gmzx.com/images/wanhe/wanheacad.jpg) no-repeat center;
		background-size:1920px 302px;
	}
	.wanheacadCon{
		height:238px;
	}
	.wanheacadConLogo{
		height:238px;
		padding:19px 1% 19px 0;
	}
	.wanheacadConLogo img{
		width:185px;
		height:200px;
	}
	.wanheacadConName{
		height:138px;
		padding:44px 0;
		font-size:20px;
		line-height:26px;
	}
	.wanheacadConName span{
		font-size:19px;
		letter-spacing:4px;
	}
	.wanheacadCases{
		height:120px;
		padding:59px 0 59px 0;
		font-size:22px;
		line-height:40px;
	}
	.wanheacadCases a{
		width:100px;
		height:30px;
		margin: 15px auto 0;
		line-height:30px;
		font-size:16px;
		border-radius:6px;
	}
}

.wanheacad_M{
	display:none;
}
.wanheacad_M_Top{
	width:100%;
	height:292px;
}
.wanheacad_M_logo{
	width:55%;
	height:292px;
	float:left;
	text-align:right;
}
.wanheacad_M_logo img{
	width:284px;
	height:auto;
}
.wanheacad_M_name{
	width:40%;
	height:250px;
	padding:42px 0 0;
	float:right;
	color:#fff;
	font-size:24px;
	font-weight:550;
	line-height:36px;
}
.wanheacad_M_name span{
	font-size:22px;
	font-weight:normal;
	letter-spacing:4px;
}
.wanheacad_M_Cases{
	width:100%;
	height:190px;
	padding:50px 0 0;
	text-align:center;
	font-size:26px;
	line-height:60px;
	color:#fff;
}
.wanheacad_M_Cases a{
	width:200px;
	height:50px;
	margin: 30px auto 0;
	display:block;
	line-height:50px;
	font-size:22px;
	border: 1px solid #fff;
	color:#fff;
	border-radius:12px;
}
.wanheacad_M_Cases a:hover{
	border: 1px solid #ffe893;
	color:#ffe893;
}
@media screen and (max-width: 750px) {
	.wanheacad{
		display:none;
	}
	.wanheacad_M{
		display:block;
		width:100%;
		height:540px;
		padding:135px 0;
		background:url(https://static.gmzx.com/images/wanhe/wanheacad_750.jpg) no-repeat center;
	}
}
@media screen and (max-width: 460px) {
	.wanheacad_M{
		height:300px;
		padding:73px 0;
		background:url(https://static.gmzx.com/images/wanhe/wanheacad_750.jpg) no-repeat center;
		background-size:414px 447px;
	}
	.wanheacad_M_Top{
		width:100%;
		height:158px;
	}
	.wanheacad_M_logo{
		height:158px;
	}
	.wanheacad_M_logo img{
		width:155px;
		height:auto;
	}
	.wanheacad_M_name{
		height:150px;
		padding:15px 0 0;
		font-size:17px;
		line-height:24px;
	}
	.wanheacad_M_name span{
		font-size:17px;
		letter-spacing:3px;
	}
	.wanheacad_M_Cases{
		width:100%;
		height:100px;
		padding:20px 0 0;
		font-size:18px;
		line-height:40px;
	}
	.wanheacad_M_Cases a{
		width:120px;
		height:35px;
		margin: 10px auto 0;
		line-height:35px;
		font-size:16px;
		border-radius:8px;
	}
}
@media screen and (max-width: 375px) {
	.wanheacad_M{
		height:300px;
		padding:73px 0;
		background:url(https://static.gmzx.com/images/wanhe/wanheacad_750.jpg) no-repeat center;
		background-size:414px 447px;
	}
	.wanheacad_M_Top{
		width:100%;
		height:158px;
	}
	.wanheacad_M_logo{
		height:158px;
	}
	.wanheacad_M_logo img{
		width:145px;
		height:auto;
	}
	.wanheacad_M_name{
		height:150px;
		padding:15px 0 0;
		font-size:16px;
		line-height:24px;
	}
	.wanheacad_M_name span{
		font-size:15px;
		letter-spacing:3px;
	}
	.wanheacad_M_Cases{
		width:100%;
		height:100px;
		padding:20px 0 0;
		font-size:16px;
		line-height:40px;
	}
	.wanheacad_M_Cases a{
		width:120px;
		height:35px;
		margin: 10px auto 0;
		line-height:35px;
		font-size:14px;
		border-radius:8px;
	}
}
@media screen and (max-width: 320px) {
	.wanheacad_M_Cases{
		width:100%;
		height:100px;
		padding:20px 0 0;
		font-size:15px;
		line-height:40px;
	}
	.wanheacad_M_Cases a{
		width:120px;
		height:30px;
		margin: 10px auto 0;
		line-height:30px;
		font-size:14px;
		border-radius:5px;
	}
}

.aboutusbill{
	width:100%;
	height:1663px;
	background:url(https://static.gmzx.com/images/wanhe/aboutusbill.jpg) no-repeat center;
	background-size:3840px 1663px;
}
.aboutusAdWords{
	width:1000px;
	height:520px;
	padding:550px 840px 0 0;
	margin:0 auto;
	color:#fff;
	font-size:40px;
	line-height:80px;
}
.aboutusTitle{
	width:100%;
	height:120px;
	font-size:60px;
	line-height:120px;
	font-weight:550;
	letter-spacing:8px;
}

@media screen and (max-width: 1920px) {
	.aboutusbill{
		width:100%;
		height:832px;
		background:url(https://static.gmzx.com/images/wanhe/aboutusbill.jpg) no-repeat center;
		background-size:1920px 832px;
	}
	.aboutusAdWords{
		width:500px;
		height:260px;
		padding:270px 390px 0 30px;
		margin:0 auto;
		color:#fff;
		font-size:22px;
		line-height:40px;
	}
	.aboutusTitle{
		height:60px;
		font-size:30px;
		line-height:60px;
		letter-spacing:4px;
	}
}
@media screen and (max-width: 950px) {
	.aboutusAdWords{
		padding:270px 330px 0 0;
	}
}
@media screen and (max-width: 750px) {
	.aboutusbill{
		width:100%;
		height:1132px;
		background:url(https://static.gmzx.com/images/wanhe/aboutusbill_750.jpg) no-repeat center;
		background-size:750px 1132px;
	}
	.aboutusAdWords{
		width:80%;
		height:300px;
		padding:650px 0 0 0;
		font-size:18px;
		line-height:35px;
	}
	.aboutusTitle{
		width:100%;
		height:50px;
		text-align:center;
		font-size:28px;
		line-height:50px;
	}
}
@media screen and (max-width: 414px) {
	.aboutusbill{
		width:100%;
		height:625px;
		background:url(https://static.gmzx.com/images/wanhe/aboutusbill_750.jpg) no-repeat center;
		background-size:414px 625px;
	}
	.aboutusAdWords{
		width:90%;
		height:300px;
		padding:300px 0 0 0;
		line-height:35px;
	}
	.aboutusTitle{
		width:100%;
		text-align:center;
		line-height:30px;
	}
}
@media screen and (max-width: 320px) {
	.aboutusbill{
		width:100%;
		height:483px;
		background:url(https://static.gmzx.com/images/wanhe/aboutusbill_750.jpg) no-repeat center;
		background-size:320px 483px;
	}
	.aboutusAdWords{
		width:90%;
		height:220px;
		padding:200px 0 0 0;
		line-height:28px;
	}
	.aboutusTitle{
		width:100%;
		text-align:center;
		line-height:30px;
	}
}

.wanhevideo{
	width:90%;
	max-width:1954px;
	height:1182px;
	background:#e0e0e0 url('https://static.gmzx.com/images/wanhe/wanhevideo.jpg') no-repeat center;
	background-size:1954px 1182px;
	margin:150px auto;
}
.rol img{
	 width:auto;
	 height:100%;
}
@media (max-width: 1920px) {
	.wanhevideo{
		max-width:977px;
		height:591px;
		background-size:977px 591px;
		margin:75px auto;
	}
}
@media (max-width: 1000px) {
	.wanhevideo{
		height:545px;
		background-size:900px 545px;
		margin:60px auto;
	}
}
@media (max-width: 750px) {
	.wanhevideo{
		height:408px;
		background-size:675px 408px;
		margin:50px auto;
	}
}
@media (max-width: 580px) {
	.wanhevideo{
		height:316px;
		background-size:522px 316px;
		margin:40px auto;
	}
}
@media (max-width: 580px) {
	.wanhevideo{
		height:316px;
		background-size:522px 316px;
		margin:40px auto;
	}
}
@media (max-width: 450px) {
	.wanhevideo{
		width:98%;
		height:288px;
		background-size:476px 288px;
		margin:30px auto;
	}
}

.zol {width: 100%;height: 27%;position: absolute;top: 37%;left: 0;}

.videos {display: none;position: fixed;left: 50%;top: 50%;width: 92%;z-index: 99999;transform: translate(-50%, -50%);
}

.vclose {position: absolute;right: 1.5%;top: 1.5%;border-radius: 100%;width: 25px !important;
     height: 25px !important;

}

.content-tow{
	width:100%;
	height:1184px;
	padding:100px 0;
	margin:100px auto 0;
}
.grayf4bg{
	background-color:#f4f4f4;
}
.content-towL{
	width:45%;
	height:1184px;
	margin:0 0 0 5%;
	float:left;
}
#aboutusimg1{
	background:url(https://static.gmzx.com/images/wanhe/aboutusimg1.jpg) no-repeat center top;
}
#aboutusimg2{
	background:url(https://static.gmzx.com/images/wanhe/aboutusimg2.jpg) no-repeat center top;
}
#aboutusimg3{
	background:url(https://static.gmzx.com/images/wanhe/aboutusimg3.jpg) no-repeat center top;
}
#aboutusimg1,#aboutusimg2,#aboutusimg3{
	background-size:1736px 1180px;
}
.content-towTxt{
	width:80%;
	height:auto;
	padding:320px 0 0;
	margin:0 0;
	font-size:30px;
	line-height:50px;
	color:#464646;
}
.content-towTxt span{
	font-size:45px;
	line-height:70px;
	font-weight:550;
}
.content-towTxt2{
	width:80%;
	height:auto;
	padding:220px 0 0;
	float:right;
	font-size:30px;
	line-height:50px;
	color:#464646;
}
.content-towTxt2 span{
	font-size:45px;
	line-height:70px;
	font-weight:550;
}
.content-towTxt3{
	width:80%;
	height:auto;
	padding:320px 0 0;
	margin:0;
	font-size:30px;
	line-height:50px;
	color:#464646;
}
.content-towTxt3 span{
	font-size:45px;
	line-height:70px;
	font-weight:550;
}
.aboutusimg_750{
	width:98%;
	margin:0 auto;
	display:none;
}
@media screen and (max-width: 1920px) {
	.content-towL{
		height:592px;
	}
	#aboutusimg1,#aboutusimg2,#aboutusimg3{
		background-size:868px 590px;
	}
	.content-tow{
		height:592px;
		padding:50px 0;
		margin:50px auto 0;
	}
	.content-towTxt{
		padding:160px 0 0;
		font-size:22px;
		line-height:35px;
	}
	.content-towTxt span{
		font-size:32px;
		line-height:50px;
	}
	.content-towTxt2{
		padding:110px 0 0;
		font-size:22px;
		line-height:35px;
	}
	.content-towTxt2 span{
		font-size:32px;
		line-height:50px;
	}
	.content-towTxt3{
		padding:140px 0 0;
		font-size:22px;
		line-height:35px;
	}
	.content-towTxt3 span{
		font-size:32px;
		line-height:50px;
	}
}
@media screen and (max-width: 1400px) {
	#aboutusimg1,#aboutusimg2,#aboutusimg3{
		background-size:618px 420px;
	}
	.content-towL{
		height:370px;
	}
	.content-tow{
		height:400px;
		padding:40px 0 0;
		margin:40px auto 0;
	}
	.content-towTxt{
		padding:90px 0;
		font-size:18px;
		line-height:32px;
	}
	.content-towTxt2{
		padding:45px 0;
		font-size:18px;
		line-height:32px;
	}
	.content-towTxt3{
		padding:60px 0;
		font-size:18px;
		line-height:32px;
	}
}
@media screen and (max-width: 1250px) {
	#aboutusimg1,#aboutusimg2,#aboutusimg3{
		background-size:515px 350px;
	}
	.content-towL{
		height:350px;
	}
	.content-tow{
		height:350px;
		padding:40px 0;
		margin:40px auto 0;
	}
	.content-towTxt{
		width:90%;
		padding:80px 0;
		font-size:17px;
		line-height:30px;
	}
	.content-towTxt span{
		font-size:28px;
		line-height:40px;
	}
	.content-towTxt2{
		width:90%;
		padding:45px 0;
		font-size:17px;
		line-height:30px;
	}
	.content-towTxt2 span{
		font-size:28px;
		line-height:40px;
	}
	.content-towTxt3{
		width:90%;
		padding:65px 0;
		font-size:17px;
		line-height:30px;
	}
	.content-towTxt3 span{
		font-size:28px;
		line-height:40px;
	}
}
@media screen and (max-width: 1050px) {
	#aboutusimg1,#aboutusimg2,#aboutusimg3{
		background-size:441px 300px;
	}
	.content-towL{
		height:300px;
	}
	.content-tow{
		height:300px;
		padding:30px 0;
		margin:30px auto 0;
	}
	.content-towTxt{
		width:96%;
		padding:40px 0 0;
		font-size:18px;
		line-height:28px;
	}
	.content-towTxt2{
		width:96%;
		padding:18px 0 0;
		font-size:17px;
		line-height:28px;
	}
	.content-towTxt3{
		width:96%;
		padding:20px 0 0;
		font-size:18px;
		line-height:28px;
	}
}
@media screen and (max-width: 850px) {
	.aboutuslong{
		font-size:17px;
		line-height:26px;
	}
}
#aboutusMiddle_750{
	display:none;
}
@media screen and (max-width: 750px) {
	#aboutusimg1,#aboutusimg2,#aboutusimg3{
		display:none;
	}
	.aboutusimg_750{
		display:block;
	}
	.aboutusimg{
		display:none;
	}
	.content-tow{
		height:auto;
		padding:30px 0;
		margin:20px auto 0;
	}
	.content-towL{
		height:auto;
		width:96%;
		float:none;
		margin:0 auto;
	}
	.content-towTxt,.content-towTxt2,.content-towTxt3{
		width:80%;
		float:none;
		margin:10px auto;
	}
	.content-towTxt span,,.content-towTxt2 span,.content-towTxt3 span{
		font-size:25px;
		line-height:60px;
	}
	
	.aboutuslong{
		font-size:17px;
		line-height:26px;
	}
	#aboutusMiddle{
		display:none;
	}
	#aboutusMiddle_750{
		display:block;
	}
}
@media screen and (max-width: 650px) {
	.content-tow{
		height:750px;
	}
}
@media screen and (max-width: 420px) {
	.content-tow{
		height:640px;
	}
	.content-towTxt,.content-towTxt2,.content-towTxt3{
		width:88%;
	}
}
@media screen and (max-width: 320px) {
	.content-tow{
		height:580px;
	}
	.aboutuslong{
		font-size:15px;
		line-height:24px;
	}
}
.aboutusBotBanner{
	width:100%;
	height:1380px;
	background:url(https://static.gmzx.com/images/wanhe/aboutusBotBanner.jpg) no-repeat center;
	background-size:3840px 1380px;
	color:#fff;
}
.aboutusBotBanner .title{
	width:100%;
	height:160px;
	padding:400px 0 0;
	font-size:60px;
	line-height:160px;
	font-weight:550;
	letter-spacing:8px;
	text-align:center;
}
.aboutusBotBanner .txt{
	width:1500px;
	height:600px;
	margin: 0 auto;
	font-size:40px;
	line-height:80px;
}
@media screen and (max-width: 1920px) {
	.aboutusBotBanner{
		width:100%;
		height:690px;
		background-size:1920px 690px;
		color:#fff;
	}
	.aboutusBotBanner .title{
		height:80px;
		padding:200px 0 0;
		font-size:40px;
		line-height:80px;
		letter-spacing:4px;
	}
	.aboutusBotBanner .txt{
		width:765px;
		height:300px;
		font-size:22px;
		line-height:35px;
	}
}
@media screen and (max-width: 950px) {
	
	.aboutusBotBanner .title{
		padding:180px 0 0;
	}
	.aboutusBotBanner .txt{
		width:600px;
		height:300px;
		font-size:21px;
		line-height:33px;
	}
}
@media screen and (max-width: 750px) {
	.aboutusBotBanner{
		height:995px;
		background:url(https://static.gmzx.com/images/wanhe/aboutusBotBanner_750.jpg) no-repeat center;
		background-size:750px 995px;
	}
	.aboutusBotBanner .title{
		padding:300px 0 0;
	}
	.aboutusBotBanner .txt{
		width:84%;
		height:300px;
		font-size:21px;
		line-height:40px;
	}
}
@media screen and (max-width: 550px) {
	.aboutusBotBanner{
		height:730px;
		background-size:550px 730px;
	}
	.aboutusBotBanner .title{
		font-size:35px;
		line-height:60px;
		padding:150px 0 0;
	}
	.aboutusBotBanner .txt{
		width:80%;
		height:300px;
		font-size:20px;
		line-height:35px;
	}
}
@media screen and (max-width: 420px) {
	.aboutusBotBanner{
		height:557px;
		background-size:420px 557px;
	}
	.aboutusBotBanner .title{
		height:50px;
		font-size:28px;
		line-height:50px;
		padding:110px 0 0;
	}
	.aboutusBotBanner .txt{
		width:84%;
		height:300px;
		font-size:17px;
		line-height:32px;
	}
}
@media screen and (max-width: 320px) {
	.aboutusBotBanner .txt{
		width:92%;
		font-size:16px;
		line-height:30px;
	}
}

.logolist{
	width:88%;
	max-width:2188px;
	height:auto;
	margin:220px auto;
}
.logolist img{
	width:100%;
	height:auto;
}
.logolistM{
	display:none;
}
.logolistM img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 1920px) {
	.logolist{
		max-width:1094px;
		margin:110px auto;
	}
}
@media screen and (max-width: 1024px) {
	.logolist{
		margin:60px auto;
	}
}
@media screen and (max-width: 750px) {
	.logolist{
		display:none;
	}
	.logolistM{
		display:block;
	}
}

.bannerLogo{
	width:100%;
	height:92px;
	padding:129px 0;
	background-color:#004e8b;
	text-align:center;
}
@media screen and (max-width: 1920px) {
	.bannerLogo{
		height:46px;
		padding:64px 0;
	}
	.bannerLogo img{
		width:auto;
		height:46px;
	}
}

.partnerbill{
	width:100%;
	height:1764px;
	background:url(https://static.gmzx.com/images/wanhe/partnerbill.jpg) no-repeat center;
	background-size:3840px 1764px;
}
.partnerbill_M{
	width:100%;
	height:1138px;
	background:url(https://static.gmzx.com/images/wanhe/partnerbill_750.jpg) no-repeat center top;
	background-size:750px 1138px;
	display:none;
}
.partnerContent_M{
	display:none;
	width:80%;
	height:auto;
	padding:60px 10%;
	color:#FFF;
	font-size:30px;
	line-height:70px;
	margin:0 auto;
	background-color:#1d467b;
}
.partnerContent{
	width:1200px;
	height:700px;
	padding:500px 0 0 15%;
	color:#fff;
	font-size:24px;
	line-height:45px;
}
.partnerTitle{
	width:100%;
	height:120px;
	text-align:center;
	font-size:60px;
	line-height:100px;
	font-weight:550;
}
.partnerContent a{
	width:200px;
	height:50px;
	border:1px solid #fff;
	display:block;
	text-align:center;
	font-size:24px;
	line-height:50px;
	color:#fff;
	border-radius:10px;
	margin:100px auto 0;
}
.partnerContent a:hover{
	color:#1f508d;
	border:1px solid #1f508d;
}
.partnerTitle_M{
	width:94%;
	height:200px;
	padding:880px 3px 0; 
	text-align:center;
	font-size:50px;
	line-height:80px;
	font-weight:550;
	color:#fff;
}
.partnerTitle_M img{
	width:75%;
	height:auto;
}
.partnerContent_M a{
	width:180px;
	height:40px;
	border:1px solid #fff;
	display:block;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:40px;
	border-radius:10px;
	margin:50px auto 0;
}
.partnerContent_M a:hover{
	color:#12b6cb;
	border:1px solid #12b6cb;
}
.partnerC{
	width:100%;
	height:300px;
	padding:100px 0 0;
	background-color:#12b6cb;
	color:#fff;
	text-align:center;
	font-size:24px;
	line-height:45px;
}
@media screen and (max-width: 1920px) {
	.partnerbill{
		height:882px;
		background-size:1920px 882px;
	}
	.partnerContent{
		width:600px;
		height:350px;
		padding:250px 0 0 15%;
		font-size:20px;
		line-height:34px;
	}
	.partnerTitle{
		height:80px;
		font-size:45px;
		line-height:70px;
	}
	.partnerTitle img{
		width:360px;
		height:auto;
	}
	.partnerC{
		height:185px;
		padding:80px 0 0;
		font-size:20px;
		line-height:36px;
	}
}
@media screen and (max-width: 750px) {
	.partnerbill{
		display:none;
	}
	.partnerbill_M{
		display:block;
	}
	.partnerContent_M{
		display:block;
	}
	.partnerC{
		height:225px;
		padding:80px 0 0;
		font-size:26px;
		line-height:50px;
	}
}

@media screen and (max-width: 550px) {
	.partnerbill_M{
		height:835px;
		background-size:550px 835px;
	}
	.partnerContent_M{
		width:86%;
		padding:40px 7%;
		font-size:20px;
		line-height:50px;
	}
	.partnerTitle_M{
		width:94%;
		height:180px;
		padding:580px 3px 0; 
		font-size:45px;
		line-height:70px;
	}
	.partnerC{
		height:225px;
		padding:80px 0 0;
		font-size:20px;
		line-height:50px;
	}
}

@media screen and (max-width: 420px) {
	.partnerbill_M{
		height:637px;
		background-size:420px 637px;
	}
	.partnerContent_M{
		width:84%;
		padding:45px 8% 25px;
		font-size:20px;
		line-height:40px;
		/*text-align: justify; */
	}
	.partnerTitle_M{
		width:94%;
		height:160px;
		padding:470px 3px 0; 
		font-size:38px;
		line-height:55px;
	}
	.partnerC{
		height:225px;
		padding:70px 0 0;
		font-size:19px;
		line-height:40px;
	}
}
@media screen and (max-width: 375px) {
	.partnerbill_M{
		height:569px;
		background-size:375px 569px;
	}
	.partnerContent_M{
		width:86%;
		padding:45px 7% 25px;
		font-size:18px;
		line-height:35px;
	}
	.partnerTitle_M{
		width:94%;
		height:220px;
		padding:400px 3px 0; 
		font-size:35px;
		line-height:45px;
	}
	.partnerC{
		height:180px;
		padding:60px 0 0;
		font-size:16px;
		line-height:35px;
	}
}
.newscenterbill{
	width:100%;
	height:440px;
	background:url(https://static.gmzx.com/images/wanhe/newscenterbill.jpg) no-repeat center;
	background-size:3840px 440px;
}
@media screen and (max-width: 750px) {
	.newscenterbill{
		height:192px;
		background-size:1676px 192px;
	}
}

.newscenterContent{
	width:90%;
	max-width:2100px;
	margin:0 auto;
}
.newscentertitle{
	width:100%;
	height:95px;
	border-bottom: 1px solid #dadada;
	margin:160px 0 40px;
}
.newscentertitle span{
	width:90%;
	height:70px;
	line-height:70px;
	font-size:50px;
	font-weight:550;
	color:#454545;
	border-left: 14px solid #1d4e8f;
}

@media screen and (max-width: 1920px) {
	.newscenterContent{
		width:90%;
		max-width:1024px;
		margin:0 auto;
	}
	.newscentertitle{
		height:50px;
		margin:100px 0 30px;
	}
	.newscentertitle span{
		height:50px;
		line-height:50px;
		font-size:32px;
		border-left: 7px solid #1d4e8f;
	}
}
@media screen and (max-width: 750px) {
	.newscenterContent{
		width:94%;
	}
	.newscentertitle{
		height:35px;
		margin:45px 0 20px;
	}
	.newscentertitle span{
		height:35px;
		line-height:35px;
		font-size:24px;
		border-left: 5px solid #1d4e8f;
	}
}
@media screen and (max-width: 420px) {
	.newscenterContent{
		width:98%;
	}
}

.newscenterlist{
	width:90%;
	max-width:2100px;
	height:390px;
	padding:70px 0 0;
	margin:0 auto;
	border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 1920px) {
	.newscenterlist{
		width:90%;
		max-width:1024px;
	}
	.newscenterlist{
		height:160px;
		padding:35px 0 35px;
	}
}
.newscenterimg{
	width:29%;
	min-width:600px;
	height:320px;
	margin:0 2% 0 1%;
	float:left;
	border:0px;
}
.newscenterimg img{
	width:100%;
	height:100%;
	border:0px;
}
.newscenterCont{
	width:60%;
	height:320px;
	float:left;
}
.newscenterTitle{
	width:100%;
	height:100px;
	line-height:100px;
	font-size:40px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.newscenterDesc{
	width:99%;
	height:230px;
	line-height:60px;
	font-size:24px;
	color:#666;
	margin:0 0 0 1%;
}
.newscenterDate{
	width:99%;
	height:40px;
	line-height:40px;
	font-size:20px;
	color:#666;
	margin:0 0 0 1%;
}
@media screen and (max-width: 1920px) {
	.newscenterCont{
		height:160px;
	}
	.newscenterimg{
		min-width:300px;
		height:160px;
	}
	.newscenterTitle{
		font-size:30px;
		height:50px;
		line-height:50px;
	}
	.newscenterDesc{
		height:90px;
		line-height:22px;
		font-size:20px;
	}
	.newscenterDate{
		height:20px;
		line-height:20px;
		font-size:15px;
	}
}
@media screen and (max-width: 930px) {
	.newscenterCont{
		width:62%;
	}
	.newscenterimg{
		margin:0 1% 0 0;
		min-width:200px;
	}
	.newscenterTitle{
		font-size:26px;
	}
	.newscenterDesc{
		font-size:18px;
	}
}
@media screen and (max-width: 750px) {
	.newscenterlist{
		width:94%;
		height:320px;
		padding:35px 0 0;
		margin:0 auto;
	}
	.newscenterimg{
		width:100%;
		height:160px;
		float:none;
		text-align:center;
		border:0;
	}
	.newscenterCont{
		width:100%;
	}
	.newscenterTitle{
		font-size:28px;
		height:50px;
		line-height:50px;
	}
	.newscenterDesc{
		height:90px;
		line-height:20px;
		font-size:20px;
	}
	.newscenterDate{
		height:20px;
		line-height:20px;
		font-size:14px;
	}
}
@media screen and (max-width: 420px) {
	.newscenterlist{
		width:98%;
		padding:25px 0 0;
	}
	.newscenterTitle{
		font-size:20px;
		height:45px;
		line-height:45px;
	}
	.newscenterDesc{
		height:90px;
		line-height:20px;
		font-size:15px;
	}
	.newscenterDate{
		height:20px;
		line-height:20px;
		font-size:13px;
	}
}
@media screen and (max-width: 320px) {
	.newscenterTitle{
		font-size:18px;
		height:45px;
		line-height:45px;
	}
}


.protitle{
	width:100%;
	height:100px;
	font-size:56px;
	line-height:100px;
	font-weight:550;
	margin:200px 0 0 0;
}
.proname{
	width:100%;
	height:100px;
	font-size:60px;
	line-height:100px;
	font-weight:350;
}
.prodesc{
	width:98%;
	height:auto;
	padding:60px 0 0;
	font-size:36px;
	line-height:80px;
	font-weight:350px;
}
.proyulambe{
	width:100%;
	max-width:2890px;
	height:1300px;
	margin:200px auto 0;
}
.proyulambeimg{
	width:60%;
	height:1300px;
	float:left;
	text-align:center;
}
.proyulambeimg img{
	width:100%;
	max-width:1260px;
	height:auto;
}
.proyulambedesc{
	width:40%;
	height:1300px;
	float:left;
}
@media screen and (max-width: 1920px) {
	.proyulambe{
		max-width:1495px;
		height:650px;
		margin:100px auto 0;
	}
	.proyulambeimg{
		height:650px;
	}
	.proyulambeimg img{
		max-width:630px;
	}
	.proyulambedesc{
		height:650px;
	}
	.protitle{
		height:50px;
		font-size:28px;
		line-height:50px;
		margin:100px 0 0 0;
	}
	.proname{
		height:50px;
		font-size:30px;
		line-height:50px;
	}
	.prodesc{
		padding:10px 0 0;
		font-size:18px;
		line-height:40px;
	}
}
@media screen and (max-width: 1010px) {
	.proyulambe{
		height:580px;
	}
	.proyulambeimg{
		height:580px;
	}
	.proyulambedesc{
		height:580px;
	}
	.protitle{
		height:50px;
		font-size:26px;
		line-height:50px;
		margin:100px 0 0 0;
	}
	.proname{
		height:50px;
		font-size:28px;
		line-height:50px;
	}
	.prodesc{
		padding:5px 0 0;
		font-size:16px;
		line-height:35px;
	}
}
@media screen and (max-width: 910px) {
	.proyulambe{
		height:500px;
	}
	.proyulambeimg{
		height:500px;
	}
	.proyulambedesc{
		height:500px;
	}
	.protitle{
		height:45px;
		font-size:24px;
		line-height:45px;
		margin:80px 0 0 0;
	}
	.proname{
		height:45px;
		font-size:26px;
		line-height:45px;
	}
	.prodesc{
		padding:0;
		font-size:14px;
		line-height:30px;
	}
}
@media screen and (max-width: 780px) {
	.proyulambe{
		height:500px;
		margin:60px auto 0;
	}
	.proyulambeimg{
		width:55%;
		height:500px;
	}
	.proyulambedesc{
		width:45%;
		height:500px;
	}
	.protitle{
		height:45px;
		font-size:24px;
		line-height:45px;
		margin:40px 0 0 0;
	}
	.proname{
		height:45px;
		font-size:26px;
		line-height:45px;
	}
	.prodesc{
		padding:0;
		font-size:14px;
		line-height:30px;
	}
}

@media screen and (max-width: 600px) {
	.proyulambe{
		width:100%;
		height:650px;
		margin:40px auto 0;
	}
	.proyulambeimg{
		width:80%;
		height:400px;
		margin:0 auto;
		float:none;
		text-align:center;
	}
	.proyulambeimg img{
		width:100%;
		height:auto;
	}
	.proyulambedesc{
		width:100%;
		height:350px;
		text-align:center;
		float:none;
	}
	.protitle{
		height:40px;
		font-size:23px;
		line-height:40px;
		margin:10px 0 0 0;
	}
	.proname{
		height:60px;
		font-size:24px;
		line-height:40px;
	}
	.prodesc{
		padding:0;
		font-size:14px;
		line-height:22px;
	}
}
@media screen and (max-width: 600px) {
	.proyulambe{
		width:100%;
		height:650px;
		margin:40px auto 0;
	}
	.proyulambeimg{
		width:80%;
		height:400px;
		margin:0 auto;
		float:none;
		text-align:center;
	}
	.proyulambeimg img{
		width:100%;
		height:auto;
	}
	.proyulambedesc{
		width:100%;
		height:350px;
		text-align:center;
		float:none;
	}
	.protitle{
		height:40px;
		font-size:23px;
		line-height:40px;
		margin:10px 0 0 0;
	}
	.proname{
		height:60px;
		font-size:24px;
		line-height:40px;
	}
	.prodesc{
		padding:0;
		font-size:14px;
		line-height:22px;
	}
}
@media screen and (max-width: 500px) {
	.proyulambe{
		height:600px;
	}
	.proyulambeimg{
		width:90%;
		height:360px;
	}
}
@media screen and (max-width: 430px) {
	.proyulambe{
		height:540px;
	}
	.proyulambeimg{
		width:94%;
		height:340px;
	}
	.prodesc{
		width:88%;
		margin:0 auto;
	}
}
@media screen and (max-width: 380px) {
	.proyulambe{
		height:530px;
	}
	.proyulambeimg{
		width:96%;
		height:320px;
	}
}
@media screen and (max-width: 330px) {
	.proyulambe{
		height:530px;
	}
	.proyulambeimg{
		width:98%;
		height:280px;
	}
	.proyulambedesc{
		height:350px;
	}
	.protitle{
		height:40px;
		font-size:20px;
		line-height:40px;
		margin:5px 0 0 0;
	}
	.proname{
		height:50px;
		font-size:22px;
		line-height:30px;
	}
	.prodesc{
		font-size:13px;
		line-height:22px;
	}
}


.proyulambebill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:#e7e7e7 url(https://static.gmzx.com/images/wanhe/proyulambebill.jpg) no-repeat center right;
	background-size:1530px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.proyulambebill{
		max-width:1445px;
		height:478px;
		background-size:765px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.proyulambebill{
		height:380px;
		background-size:608px 380px;
	}
}
@media screen and (max-width: 860px) {
	.proyulambebill{
		height:330px;
		background-size:528px 330px;
	}
}
@media screen and (max-width: 660px) {
	.proyulambebill{
		height:300px;
		background-size:480px 300px;
	}
}
@media screen and (max-width: 460px) {
	.proyulambebill{
		background-position:left;
	}
}
@media screen and (max-width: 430px) {
	.proyulambebill{
		height:269px;
		background-size:430px 269px;
	}
}
@media screen and (max-width: 380px) {
	.proyulambebill{
		height:237px;
		background-size:380px 237px;
	}
}

.proDescTitle{
	width:98%;
	max-width:2890px;
	height:200px;
	margin:200px auto 80px;
	line-height:200px;
	font-size:70px;
	font-weight:550;
	border-bottom: 1px solid #333;
}
.proDescTitle img{
	width:auto;
	height:192px;
}
@media screen and (max-width: 1920px) {
	.proDescTitle{
		max-width:1445px;
		height:125px;
		margin:80px auto 40px;
		line-height:130px;
		font-size:35px;
	}
	.proDescTitle img{
		height:112px;
	}
}
@media screen and (max-width: 1080px) {
	.proDescTitle{
		height:100px;
		margin:80px auto 30px;
		line-height:100px;
		font-size:30px;
	}
	.proDescTitle img{
		height:94px;
	}
}
@media screen and (max-width: 480px) {
	.proDescTitle{
		width:88%;
		height:64px;
		margin:30px auto 8px;
		line-height:60px;
		font-size:22px;
	}
	.proDescTitle img{
		height:60px;
	}
}


.proDescCont{
	width:98%;
	max-width:2890px;
	height:214px;
	padding:26px 0 0;
	margin:0 auto;
}
.proDescListL{
	width:49%;
	height:212px;
	border: 1px solid #333;
	float:left;
}
.proDescListR{
	width:49%;
	height:212px;
	border: 1px solid #333;
	float:right;
}
.proDescListImg{
	width:14%;
	height:212px;
	text-align:right;
	float:left;
}
.proDescListImg img{
	width:100%;
	max-width:150px;
	height:auto;
}
.proDescListTxt{
	width:83%;
	height:212px;
	font-size:60px;
	line-height:212px;
	color:#333;
	float:right;
}
@media screen and (max-width: 1920px) {
	.proDescCont{
		max-width:1445px;
		height:107px;
		padding:13px 0 0;
	}
	.proDescListL{
		height:106px;
	}
	.proDescListR{
		height:106px;
	}
	.proDescListImg{
		height:106px;
	}
	.proDescListImg img{
		max-width:75px;
	}
	.proDescListTxt{
		height:106px;
		font-size:20px;
		line-height:106px;
	}
}
@media screen and (max-width: 1340px) {
	.proDescListImg{
		width:13%;
	}
	.proDescListTxt{
		width:84%;
		font-size:19px;
	}
}
@media screen and (max-width: 1220px) {
	.proDescListTxt{
		width:85%;
		font-size:17px;
	}
}
@media screen and (max-width: 1080px) {
	.proDescCont{
		height:87px;
		padding:10px 0 0;
	}
	.proDescListL{
		height:85px;
	}
	.proDescListR{
		height:85px;
	}
	.proDescListImg{
		height:85px;
	}
	.proDescListImg img{
		width:auto;
		height:85px;
	}
	.proDescListTxt{
		height:85px;
		font-size:16px;
		line-height:85px;
	}
}
@media screen and (max-width: 980px) {
	.proDescCont{
		width:100%;
		height:257px;
		margin:0 auto;
	}
	.proDescListL{
		width:80%;
		height:106px;
		margin:26px auto 0;
		float:none;
	}
	.proDescListR{
		width:90%;
		height:106px;
		margin:26px auto 0;
		float:none;
	}
	.proDescListImg{
		width:14%;
		height:106px;
		text-align:right;
		float:left;
	}
	.proDescListImg img{
		width:75px;
		height:106px;
	}
	.proDescListTxt{
		width:83%;
		height:106px;
		font-size:20px;
		line-height:106px;
		float:right;
	}
}
@media screen and (max-width: 710px) {
	.proDescListImg img{
		width:65px;
		height:92px;
	}
	.proDescListTxt{
		font-size:16px;
	}
}
@media screen and (max-width: 580px) {
	.proDescCont{
		width:100%;
		height:200px;
	}
	.proDescListL{
		width:80%;
		height:85px;
		margin:18px auto 0;
	}
	.proDescListR{
		width:80%;
		height:85px;
		margin:18px auto 0;
	}
	.proDescListImg{
		height:85px;
	}
	.proDescListImg img{
		width:60px;
		height:85px;
	}
	.proDescListTxt{
		height:85px;
		font-size:14px;
		line-height:85px;
	}
}

.proDescListTxt span{ 
	display:none;
	width:100%;
}
@media screen and (max-width: 480px) {
	.proDescCont{
		width:100%;
		height:200px;
	}
	.proDescListL{
		width:86%;
		height:85px;
		margin:18px auto 0;
	}
	.proDescListR{
		width:86%;
		height:85px;
		margin:18px auto 0;
	}
	.proDescListImg{
		height:85px;
	}
	.proDescListImg img{
		width:60px;
		height:85px;
	}
	.proDescListTxt span{ 
		display:block;
		height:30px;
	}
	.proDescListTxt{
		height:55px;
		font-size:14px;
		line-height:20px;
	}
}
@media screen and (max-width: 430px) {
	.proDescCont{
		width:100%;
		height:150px;
	}
	.proDescListL{
		width:86%;
		height:65px;
		margin:12px auto 0;
	}
	.proDescListR{
		width:86%;
		height:65px;
		margin:12px auto 0;
	}
	.proDescListImg{
		height:65px;
	}
	.proDescListImg img{
		width:46px;
		height:65px;
	}
	.proDescListTxt span{ 
		height:23px;
	}
	.proDescListTxt{
		height:55px;
		font-size:13px;
		line-height:18px;
	}
	#proDescListTxt4 span{ 
		height:16px;
	}
}

.proDescContLong{
	width:98%;
	max-width:2890px;
	height:214px;
	margin:26px auto 0;
	border: 1px solid #333
}
.proDescListImgLong{
	width:7%;
	height:212px;
	text-align:right;
	float:left;
}
.proDescListImgLong img{
	width:100%;
	max-width:150px;
	height:auto;
}
.proDescListTxtLong{
	width:92%;
	height:212px;
	font-size:60px;
	line-height:212px;
	color:#333;
	float:right;
}
@media screen and (max-width: 1920px) {
	.proDescContLong{
		max-width:1445px;
		height:107px;
		margin:13px auto 0;
	}
	.proDescListImgLong{
		height:106px;
	}
	.proDescListImgLong img{
		max-width:75px;
	}
	.proDescListTxtLong{
		height:106px;
		font-size:20px;
		line-height:106px;
	}
}
@media screen and (max-width: 1080px) {
	.proDescContLong{
		height:87px;
		margin:10px auto 0;
	}
	.proDescListImgLong{
		height:85px;
	}
	.proDescListImgLong img{
		width:auto;
		height:85px;
	}
	.proDescListTxtLong{
		height:85px;
		font-size:16px;
		line-height:85px;
	}
}
@media screen and (max-width: 980px) {
	.proDescContLong{
		width:90%;
		height:106px;
		margin:37px auto;
	}
	.proDescListImgLong{
		width:14%;
		height:106px;
		text-align:right;
		float:left;
	}
	.proDescListImgLong img{
		width:75px;
		height:106px;
	}
	.proDescListTxtLong{
		width:85%;
		height:76px;
		font-size:20px;
		line-height:35px;
		padding:20px 0 0;
	}
}
@media screen and (max-width: 710px) {
	.proDescListImgLong img{
		width:65px;
		height:92px;
	}
	.proDescListTxtLong{
		font-size:16px;
	}
}
@media screen and (max-width: 580px) {
	.proDescContLong{
		width:88%;
		height:85px;
		margin:27px auto;
	}
	.proDescListImgLong{
		height:85px;
	}
	.proDescListImgLong img{
		width:60px;
		height:85px;
	}
	.proDescListTxtLong{
		font-size:14px;
		padding:22px 0 0;
		line-height:20px;
	}
}

.proDescListTxtLong span{ 
	display:none;
	width:100%;
}
@media screen and (max-width: 480px) {
	.proDescContLong{
		height:85px;
	}
	.proDescListImgLong{
		height:85px;
	}
	.proDescListImgLong img{
		width:60px;
		height:85px;
	}
	.proDescListTxtLong span{ 
		display:block;
		height:30px;
	}
	.proDescListTxtLong{
		height:25px;
		font-size:14px;
		line-height:20px;
	}
}
@media screen and (max-width: 430px) {
	.proDescContLong{
		width:86%;
		height:65px;
		padding:0;
	}
	.proDescListImgLong{
		height:55px;
	}
	.proDescListImgLong img{
		width:46px;
		height:65px;
		
	}
	.proDescListTxtLong{
		height:40px;
		font-size:13px;
		line-height:18px;
		padding:18px 0 0;
	}
}

.prosnowlambe{
	width:100%;
	max-width:2890px;
	height:1300px;
	margin:200px auto 0;
}
.prosnowlambeimg{
	width:60%;
	height:1300px;
	float:left;
	text-align:center;
}
.prosnowlambeimg img{
	width:100%;
	max-width:1260px;
	height:auto;
}
.prosnowlambedesc{
	width:40%;
	height:1300px;
	float:left;
}
@media screen and (max-width: 1920px) {
	.prosnowlambe{
		max-width:1495px;
		height:650px;
		margin:100px auto 0;
	}
	.prosnowlambeimg{
		height:650px;
	}
	.prosnowlambeimg img{
		max-width:630px;
	}
	.prosnowlambedesc{
		height:650px;
	}
}
@media screen and (max-width: 1010px) {
	.prosnowlambe{
		height:580px;
	}
	.prosnowlambeimg{
		height:580px;
	}
	.prosnowlambedesc{
		height:580px;
	}
}
@media screen and (max-width: 910px) {
	.prosnowlambe{
		height:500px;
	}
	.prosnowlambeimg{
		height:500px;
	}
	.prosnowlambedesc{
		height:500px;
	}
}
@media screen and (max-width: 780px) {
	.prosnowlambe{
		height:500px;
		margin:60px auto 0;
	}
	.prosnowlambeimg{
		width:55%;
		height:500px;
	}
	.prosnowlambedesc{
		width:45%;
		height:500px;
	}
}

@media screen and (max-width: 600px) {
	.prosnowlambe{
		width:100%;
		height:650px;
		margin:40px auto 0;
	}
	.prosnowlambeimg{
		width:80%;
		height:400px;
		margin:0 auto;
		float:none;
		text-align:center;
	}
	.prosnowlambeimg img{
		width:100%;
		height:auto;
	}
	.prosnowlambedesc{
		width:100%;
		height:350px;
		text-align:center;
		float:none;
	}
}
@media screen and (max-width: 600px) {
	.prosnowlambe{
		width:100%;
		height:650px;
		margin:40px auto 0;
	}
	.prosnowlambeimg{
		width:80%;
		height:400px;
		margin:0 auto;
		float:none;
		text-align:center;
	}
	.prosnowlambeimg img{
		width:100%;
		height:auto;
	}
	.prosnowlambedesc{
		width:100%;
		height:350px;
		text-align:center;
		float:none;
	}
}
@media screen and (max-width: 500px) {
	.prosnowlambe{
		height:600px;
	}
	.prosnowlambeimg{
		width:90%;
		height:360px;
	}
}
@media screen and (max-width: 430px) {
	.prosnowlambe{
		height:540px;
	}
	.prosnowlambeimg{
		width:94%;
		height:340px;
	}
}
@media screen and (max-width: 380px) {
	.prosnowlambe{
		height:530px;
	}
	.prosnowlambeimg{
		width:96%;
		height:320px;
	}
}
@media screen and (max-width: 330px) {
	.prosnowlambe{
		height:530px;
	}
	.prosnowlambeimg{
		width:98%;
		height:280px;
	}
	.prosnowlambedesc{
		height:350px;
	}
}

.prosnowlambebill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:url(https://static.gmzx.com/images/wanhe/prosnowlambebill.jpg) no-repeat center;
	background-size:2890px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.prosnowlambebill{
		max-width:1445px;
		height:478px;
		background-size:1445px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.prosnowlambebill{
		height:380px;
		background-size:1149px 380px;
	}
}
@media screen and (max-width: 860px) {
	.prosnowlambebill{
		height:330px;
		background-size:998px 330px;
	}
}
@media screen and (max-width: 660px) {
	.prosnowlambebill{
		height:300px;
		background-size:813px 269px;
	}
}
@media screen and (max-width: 430px) {
	.prosnowlambebill{
		height:269px;
		background-size:608px 200px;
	}
}
@media screen and (max-width: 380px) {
	.prosnowlambebill{
		height:237px;
		background-size:544px 180px;
	}
}

.prosnowparameterTOP{
	width:98%;
	max-width:2890px;
	height:1000px;
	margin:100px auto 0;
}
.prosnowParaListL{
	width:49%;
	height:1000px;
	float:left;
}
.prosnowParaListR{
	width:49%;
	height:1000px;
	float:right;
}
@media screen and (max-width: 1920px) {
	.prosnowparameterTOP{
		max-width:1445px;
		height:900px;
		margin:100px auto 0;
	}
	.prosnowParaListL{
		height:900px;
	}
	.prosnowParaListR{
		height:900px;
	}
}

@media screen and (max-width: 950px) {
	.prosnowparameterTOP{
		height:1750px;
		margin:30px auto 0;
	}
	.prosnowParaListL{
		width:88%;
		height:auto;
		float:none;
		margin:0 auto 30px;
	}
	.prosnowParaListR{
		width:88%;
		height:auto;
		float:none;
		margin:0 auto 0;
	}
}
@media screen and (max-width: 580px) {
	.prosnowparameterTOP{
		height:1350px;
		margin:30px auto 0;
	}
}
@media screen and (max-width: 410px) {
	.prosnowparameterTOP{
		height:1330px;
		margin:30px auto 0;
	}
}
.prosnowparameter_BOT{
	width:98%;
	max-width:2890px;
	height:1000px;
	margin:100px auto 0;
}
.prosnowParaListL_BOT{
	width:49%;
	height:1000px;
	float:left;
}
.prosnowParaListR_BOT{
	width:49%;
	height:1000px;
	float:right;
}
@media screen and (max-width: 1920px) {
	.prosnowparameter_BOT{
		max-width:1445px;
		height:1000px;
		margin:0 auto 0;
	}
	.prosnowParaListL_BOT{
		height:900px;
	}
	.prosnowParaListR_BOT{
		height:900px;
	}
}

@media screen and (max-width: 950px) {
	.prosnowparameter_BOT{
		height:1800px;
		margin:0 auto 0;
	}
	.prosnowParaListL_BOT{
		width:88%;
		height:auto;
		float:none;
		margin:0 auto 30px;
	}
	.prosnowParaListR_BOT{
		width:88%;
		height:auto;
		float:none;
		margin:0 auto 0;
	}
}
@media screen and (max-width: 580px) {
	.prosnowparameter_BOT{
		height:1400px;
		margin:30px auto 0;
	}
}
@media screen and (max-width: 410px) {
	.prosnowparameter_BOT{
		height:1380px;
		margin:30px auto 0;
	}
}

.procrystallambebill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:url(https://static.gmzx.com/images/wanhe/procrystallambebill.jpg) no-repeat center;
	background-size:2890px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.procrystallambebill{
		max-width:1445px;
		height:478px;
		background-size:1445px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.procrystallambebill{
		height:380px;
		background-size:1149px 380px;
	}
}
@media screen and (max-width: 860px) {
	.procrystallambebill{
		height:330px;
		background-size:998px 330px;
	}
}
@media screen and (max-width: 660px) {
	.procrystallambebill{
		height:300px;
		background-size:813px 269px;
	}
}
@media screen and (max-width: 430px) {
	.procrystallambebill{
		height:269px;
		background-size:608px 200px;
	}
}
@media screen and (max-width: 380px) {
	.procrystallambebill{
		height:237px;
		background-size:544px 180px;
	}
}

.probibobill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:url(https://static.gmzx.com/images/wanhe/probibobill.jpg) no-repeat center;
	background-size:2890px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.probibobill{
		max-width:1445px;
		height:478px;
		background-size:1445px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.probibobill{
		height:380px;
		background-size:1149px 380px;
	}
}
@media screen and (max-width: 860px) {
	.probibobill{
		height:330px;
		background-size:998px 330px;
	}
}
@media screen and (max-width: 660px) {
	.probibobill{
		height:300px;
		background-size:813px 269px;
	}
}
@media screen and (max-width: 430px) {
	.probibobill{
		height:269px;
		background-size:608px 200px;
	}
}
@media screen and (max-width: 380px) {
	.probibobill{
		height:237px;
		background-size:544px 180px;
	}
}

.biboDescTitle{
	width:98%;
	max-width:1668px;
	height:200px;
	margin:200px auto 80px;
	line-height:200px;
	font-size:70px;
	font-weight:550;
	border-bottom: 1px solid #333;
}
.biboDescTitle img{
	width:auto;
	height:192px;
}
@media screen and (max-width: 1920px) {
	.biboDescTitle{
		max-width:905px;
		height:130px;
		margin:80px auto 40px;
		line-height:135px;
		font-size:35px;
	}
	.biboDescTitle img{
		height:115px;
	}
}
@media screen and (max-width: 1080px) {
	.biboDescTitle{
		height:110px;
		margin:80px auto 30px;
		line-height:120px;
		font-size:30px;
	}
	.biboDescTitle img{
		height:94px;
	}
}
@media screen and (max-width: 480px) {
	.biboDescTitle{
		width:88%;
		height:70px;
		margin:30px auto 8px;
		line-height:75px;
		font-size:22px;
	}
	.biboDescTitle img{
		height:56px;
	}
}

.proparameterBibo{
	width:98%;
	max-width:1800px;
	height:1000px;
	margin:100px auto 0;
}
@media screen and (max-width: 1920px) {
	.proparameterBibo{
		max-width:900px;
		margin:30px auto 0;
	}
}

@media screen and (max-width: 580px) {
	.proparameterBibo{
		width:88%;
		height:750px;
		margin:30px auto 0;
	}
}
@media screen and (max-width: 410px) {
	.proparameterBibo{
		height:750px;
		margin:30px auto 0;
	}
}

.proyushanosebill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:url(https://static.gmzx.com/images/wanhe/proyushanosebill.jpg) no-repeat center;
	background-size:2890px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.proyushanosebill{
		max-width:1445px;
		height:478px;
		background-size:1445px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.proyushanosebill{
		height:380px;
		background-size:1149px 380px;
	}
}
@media screen and (max-width: 860px) {
	.proyushanosebill{
		height:330px;
		background-size:998px 330px;
	}
}
@media screen and (max-width: 660px) {
	.proyushanosebill{
		height:300px;
		background-size:813px 269px;
	}
}
@media screen and (max-width: 430px) {
	.proyushanosebill{
		height:269px;
		background-size:608px 200px;
	}
}
@media screen and (max-width: 380px) {
	.proyushanosebill{
		height:237px;
		background-size:544px 180px;
	}
}

.yushaDescTitle{
	width:98%;
	max-width:1890px;
	height:280px;
	margin:200px auto 80px;
	border-bottom: 1px solid #333;
}
.yushaDescTitle img{
	width:auto;
	height:280px;
}
@media screen and (max-width: 1920px) {
	.yushaDescTitle{
		max-width:945px;
		height:150px;
		margin:100px auto 40px;
		line-height:100px;
		font-size:35px;
	}
	.yushaDescTitle img{
		width:100%;
		max-width:945px;
		height:auto;
	}
}
@media screen and (max-width: 1080px) {
	.yushaDescTitle{
		height:140px;
	}
}
@media screen and (max-width: 880px) {
	.yushaDescTitle{
		height:130px;
	}
}
@media screen and (max-width: 880px) {
	.yushaDescTitle{
		height:125px;
	}
}
@media screen and (max-width: 720px) {
	.yushaDescTitle{
		height:110px;
	}
}
@media screen and (max-width: 580px) {
	.yushaDescTitle{
		height:100px;
	}
}
@media screen and (max-width: 430px) {
	.yushaDescTitle{
		width:88%;
		height:70px;
		margin:20px auto 10px;
	}
}

.sstitle{
	width:80%;
	max-width:1400px;
	height:35px;
	border-bottom: 1px solid #dadada;
	line-height:35px;
	font-size:28px;
	margin:8px auto 0;
}
@media screen and (max-width: 1920px) {
	.sstitle{
		max-width:700px;
		height:30px;
		line-height:30px;
		font-size:19px;
		margin:4px auto 0;
	}
}
@media screen and (max-width: 750px) {
	.sstitle{
		max-width:400px;
		height:24px;
		line-height:24px;
		font-size:15px;
		margin:4px auto 0;
	}
}
@media screen and (max-width: 380px) {
	.sstitle{
		width:88%;
		height:20px;
		line-height:20px;
		font-size:14px;
		margin:3px auto 0;
	}
}


table{
	border-collapse:collapse;
}
td{
	height:80px;
	line-height:80px;
	font-size:26px;
	text-align:center;
}
.tdhead{
	background-color:#dddddd;
	padding:16px 0;
}
.trgray{
	background-color:#f0f0f0;
}

.proparameter{
	width:98%;
	max-width:2890px;
	height:2400px;
	margin:200px auto 0;
}
.proParaListL{
	width:49%;
	height:2400px;
	float:left;
}
.proParaListR{
	width:49%;
	height:2400px;
	float:right;
}
@media screen and (max-width: 1920px) {
	.proparameter{
		max-width:1445px;
		height:1200px;
		margin:100px auto 0;
	}
	.proParaListL{
		height:1200px;
	}
	.proParaListR{
		height:1200px;
	}
	.tdhead{
		padding:8px 0;
	}
	td{
		height:40px;
		line-height:40px;
		font-size:16px;
	}
}
@media screen and (max-width: 950px) {
	.proparameter{
		height:2000px;
		margin:30px auto 0;
	}
	.proParaListL{
		width:88%;
		height:auto;
		float:none;
		margin:0 auto 30px;
	}
	.proParaListR{
		width:88%;
		height:auto;
		float:none;
		margin:0 auto 0;
	}
}
@media screen and (max-width: 580px) {
	.proparameter{
		height:1500px;
		margin:30px auto 0;
	}
	td{
		height:30px;
		line-height:30px;
		font-size:14px;
	}
}
@media screen and (max-width: 410px) {
	.proparameter{
		height:1500px;
		margin:30px auto 0;
	}
	.tdhead{
		padding:5px 0;
	}
	td{
		height:30px;
		line-height:16px;
		font-size:13px;
	}
}

.prolambebill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:url(https://static.gmzx.com/images/wanhe/prolambebill.jpg) no-repeat center;
	background-size:2890px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.prolambebill{
		max-width:1445px;
		height:478px;
		background-size:1445px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.prolambebill{
		height:380px;
		background-size:1149px 380px;
	}
}
@media screen and (max-width: 860px) {
	.prolambebill{
		height:330px;
		background-size:998px 330px;
	}
}
@media screen and (max-width: 660px) {
	.prolambebill{
		height:300px;
		background-size:813px 269px;
	}
}
@media screen and (max-width: 430px) {
	.prolambebill{
		height:269px;
		background-size:608px 200px;
	}
}
@media screen and (max-width: 380px) {
	.prolambebill{
		height:237px;
		background-size:544px 180px;
	}
}

.proruierbill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:url(https://static.gmzx.com/images/wanhe/proruierbill.jpg) no-repeat center;
	background-size:2890px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.proruierbill{
		max-width:1445px;
		height:478px;
		background-size:1445px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.proruierbill{
		height:380px;
		background-size:1149px 380px;
	}
}
@media screen and (max-width: 860px) {
	.proruierbill{
		height:330px;
		background-size:998px 330px;
	}
}
@media screen and (max-width: 660px) {
	.proruierbill{
		height:300px;
		background-size:813px 269px;
	}
}
@media screen and (max-width: 430px) {
	.proruierbill{
		height:269px;
		background-size:608px 200px;
	}
}
@media screen and (max-width: 380px) {
	.proruierbill{
		height:237px;
		background-size:544px 180px;
	}
}

.clearM{display:none;width:100%;height:1px;clear:both;}
@media screen and (max-width: 750px) {
	.clearM{display:block;}
}

.proyushachinimg{
	width:55%;
	height:1300px;
	float:left;
	text-align:right;
	padding:0 5% 0 0;
}
.proyushachinimg img{
	width:100%;
	max-width:1360px;
	height:auto;
}
.proyushachindesc{
	width:40%;
	height:1300px;
	float:left;
}
@media screen and (max-width: 1920px) {
	.proyushachinimg{
		height:650px;
	}
	.proyushachinimg img{
		max-width:630px;
	}
	.proyushachindesc{
		height:650px;
	}
}
@media screen and (max-width: 1010px) {
	.proyushachinimg{
		height:580px;
	}
	.proyushachindesc{
		height:580px;
	}
}
@media screen and (max-width: 910px) {
	.proyushachinimg{
		height:500px;
	}
	.proyushachindesc{
		height:500px;
	}
}
@media screen and (max-width: 780px) {
	.proyushachinimg{
		width:55%;
		height:500px;
	}
	.proyushachindesc{
		width:45%;
		height:500px;
	}
}
@media screen and (max-width: 600px) {
	.proyushachinimg{
		width:80%;
		height:400px;
		margin:0 auto;
		float:none;
		text-align:center;
	}
	.proyushachinimg img{
		width:100%;
		height:auto;
	}
	.proyushachindesc{
		width:100%;
		height:350px;
		text-align:center;
		float:none;
	}
}
@media screen and (max-width: 500px) {
	.proyushachinimg{
		width:90%;
		height:360px;
	}
}
@media screen and (max-width: 430px) {
	.proyushachinimg{
		width:94%;
		height:340px;
	}
}
@media screen and (max-width: 380px) {
	.proyushachinimg{
		width:96%;
		height:320px;
	}
}
@media screen and (max-width: 330px) {
	.proyushachinimg{
		width:98%;
		height:280px;
	}
	.proyushachindesc{
		height:350px;
	}
}

.proyushachinbill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:url(https://static.gmzx.com/images/wanhe/proyushachinbill.jpg) no-repeat center;
	background-size:2890px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.proyushachinbill{
		max-width:1445px;
		height:478px;
		background-size:1445px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.proyushachinbill{
		height:380px;
		background-size:1149px 380px;
	}
}
@media screen and (max-width: 860px) {
	.proyushachinbill{
		height:330px;
		background-size:998px 330px;
	}
}
@media screen and (max-width: 660px) {
	.proyushachinbill{
		height:300px;
		background-size:813px 269px;
	}
}
@media screen and (max-width: 430px) {
	.proyushachinbill{
		height:269px;
		background-size:608px 200px;
	}
}
@media screen and (max-width: 380px) {
	.proyushachinbill{
		height:237px;
		background-size:544px 180px;
	}
}

.proparameterChin{
	width:98%;
	max-width:1440px;
	height:500px;
	margin:100px auto 0;
}
@media screen and (max-width: 1920px) {
	.proparameterChin{
		max-width:800px;
		height:400px;
		margin:30px auto 0;
	}
}

@media screen and (max-width: 580px) {
	.proparameterChin{
		height:300px;
		margin:30px auto 0;
	}
}
@media screen and (max-width: 430px) {
	.proparameterChin{
		width:89%;
		height:300px;
		margin:30px auto 0;
	}
}

.prowenshanosebill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:url(https://static.gmzx.com/images/wanhe/prowenshanosebill.jpg) no-repeat center;
	background-size:2890px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.prowenshanosebill{
		max-width:1445px;
		height:478px;
		background-size:1445px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.prowenshanosebill{
		height:380px;
		background-size:1149px 380px;
	}
}
@media screen and (max-width: 860px) {
	.prowenshanosebill{
		height:330px;
		background-size:998px 330px;
	}
}
@media screen and (max-width: 660px) {
	.prowenshanosebill{
		height:300px;
		background-size:813px 269px;
	}
}
@media screen and (max-width: 430px) {
	.prowenshanosebill{
		height:269px;
		background-size:608px 200px;
	}
}
@media screen and (max-width: 380px) {
	.prowenshanosebill{
		height:237px;
		background-size:544px 180px;
	}
}

.prowenshafacialbill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:url(https://static.gmzx.com/images/wanhe/prowenshafacialbill.jpg) no-repeat center;
	background-size:2890px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.prowenshafacialbill{
		max-width:1445px;
		height:478px;
		background-size:1445px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.prowenshafacialbill{
		height:380px;
		background-size:1149px 380px;
	}
}
@media screen and (max-width: 860px) {
	.prowenshafacialbill{
		height:330px;
		background-size:998px 330px;
	}
}
@media screen and (max-width: 660px) {
	.prowenshafacialbill{
		height:300px;
		background-size:813px 269px;
	}
}
@media screen and (max-width: 430px) {
	.prowenshafacialbill{
		height:269px;
		background-size:608px 200px;
	}
}
@media screen and (max-width: 380px) {
	.prowenshafacialbill{
		height:237px;
		background-size:544px 180px;
	}
}

.wenshafacialDescTitle{
	width:98%;
	max-width:1890px;
	height:400px;
	margin:200px auto 80px;
	border-bottom: 1px solid #333;
}
.wenshafacialDescTitle img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 1920px) {
	.wenshafacialDescTitle{
		max-width:945px;
		height:200px;
		margin:50px auto 20px;
		line-height:100px;
		font-size:35px;
	}
	.wenshafacialDescTitle img{
		width:100%;
		max-width:945px;
		height:auto;
	}
}
@media screen and (max-width: 1080px) {
	.wenshafacialDescTitle{
		height:180px;
	}
}
@media screen and (max-width: 880px) {
	.wenshafacialDescTitle{
		height:150px;
	}
}
@media screen and (max-width: 720px) {
	.wenshafacialDescTitle{
		height:130px;
	}
}
@media screen and (max-width: 580px) {
	.wenshafacialDescTitle{
		height:120px;
		margin:30px auto 20px;
	}
}
@media screen and (max-width: 430px) {
	.wenshafacialDescTitle{
		width:88%;
		height:98px;
	}
}

.proparameterwenshafacial{
	width:98%;
	max-width:1440px;
	height:250px;
	margin:0 auto 0;
}
@media screen and (max-width: 1920px) {
	.proparameterwenshafacial{
		max-width:800px;
		margin:30px auto 0;
	}
}

@media screen and (max-width: 580px) {
	.proparameterwenshafacial{
		height:180px;
		margin:0 auto 0;
	}
}
@media screen and (max-width: 430px) {
	.proparameterwenshafacial{
		width:89%;
		height:120px;
		margin:0 auto 0;
	}
}

.proltbill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:url(https://static.gmzx.com/images/wanhe/proltbill.jpg) no-repeat center;
	background-size:2890px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.proltbill{
		max-width:1445px;
		height:478px;
		background-size:1445px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.proltbill{
		height:380px;
		background-size:1149px 380px;
	}
}
@media screen and (max-width: 860px) {
	.proltbill{
		height:330px;
		background-size:998px 330px;
	}
}
@media screen and (max-width: 660px) {
	.proltbill{
		height:300px;
		background-size:813px 269px;
	}
}
@media screen and (max-width: 430px) {
	.proltbill{
		height:269px;
		background-size:608px 200px;
	}
}
@media screen and (max-width: 380px) {
	.proltbill{
		height:237px;
		background-size:544px 180px;
	}
}

.prolttitle{
	width:88%;
	max-width:1910px;
	height:140px;
	margin:150px auto 40px;
	font-size:45px;
	line-height:140px;
	font-weight:500;
	border-bottom: 1px solid #666;
}
@media screen and (max-width: 1920px) {
	.prolttitle{
		max-width:950px;
		height:70px;
		margin:100px auto 20px;
		font-size:30px;
		line-height:70px;
	}
}
@media screen and (max-width: 580px) {
	.prolttitle{
		height:50px;
		margin:30px auto 10px;
		font-size:24px;
		line-height:50px;
	}
}

.proalarsupportspan{
	width:96%;
	max-width:1440px;
	margin:0 auto;
	font-size:22px;
	line-height:46px;
	color:#5d5d5d;
}
@media screen and (max-width: 1920px) {
	.proalarsupportspan{
		max-width:740px;
		font-size:18px;
		line-height:26px;
	}
}
@media screen and (max-width: 500px) {
	.proalarsupportspan{
		width:84%;
		font-size:14px;
		line-height:22px;
	}
}

.propara_M{display:none;}
@media screen and (max-width: 750px) {
	.propara_M{display:block;}
	.propara_PC{display:none;}
}
.proltpara{
	width:88%;
	max-width:1780px;
	height:auto;
	margin:100px auto 50px;
}
.proltpara img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 1920px) {
	.proltpara{
		width:88%;
		max-width:800px;
		height:auto;
		margin:70px auto 20px;
	}
}
@media screen and (max-width: 800px) {
	.proltpara{
		margin:30px auto 10px;
	}
}

.proexpanderbill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:url(https://static.gmzx.com/images/wanhe/proexpanderbill.jpg) no-repeat center;
	background-size:2890px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.proexpanderbill{
		max-width:1445px;
		height:478px;
		background-size:1445px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.proexpanderbill{
		height:380px;
		background-size:1149px 380px;
	}
}
@media screen and (max-width: 860px) {
	.proexpanderbill{
		height:330px;
		background-size:998px 330px;
	}
}
@media screen and (max-width: 660px) {
	.proexpanderbill{
		height:300px;
		background-size:813px 269px;
	}
}
@media screen and (max-width: 430px) {
	.proexpanderbill{
		height:269px;
		background-size:608px 200px;
	}
}
@media screen and (max-width: 380px) {
	.proexpanderbill{
		height:237px;
		background-size:544px 180px;
	}
}

.proalarsupportbill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:url(https://static.gmzx.com/images/wanhe/proalarsupportbill.jpg) no-repeat center;
	background-size:2890px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.proalarsupportbill{
		max-width:1445px;
		height:478px;
		background-size:1445px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.proalarsupportbill{
		height:380px;
		background-size:1149px 380px;
	}
}
@media screen and (max-width: 860px) {
	.proalarsupportbill{
		height:330px;
		background-size:998px 330px;
	}
}
@media screen and (max-width: 660px) {
	.proalarsupportbill{
		height:300px;
		background-size:813px 269px;
	}
}
@media screen and (max-width: 430px) {
	.proalarsupportbill{
		height:269px;
		background-size:608px 200px;
	}
}
@media screen and (max-width: 380px) {
	.proalarsupportbill{
		height:237px;
		background-size:544px 180px;
	}
}

.prosiliconsheetbill{
	width:100%;
	max-width:2890px;
	height:956px;
	background:url(https://static.gmzx.com/images/wanhe/prosiliconsheetbill.jpg) no-repeat center;
	background-size:2890px 956px;
	margin:0 auto;
}
@media screen and (max-width: 1920px) {
	.prosiliconsheetbill{
		max-width:1445px;
		height:478px;
		background-size:1445px 478px;
	}
}
@media screen and (max-width: 1020px) {
	.prosiliconsheetbill{
		height:380px;
		background-size:1149px 380px;
	}
}
@media screen and (max-width: 860px) {
	.prosiliconsheetbill{
		height:330px;
		background-size:998px 330px;
	}
}
@media screen and (max-width: 660px) {
	.prosiliconsheetbill{
		height:300px;
		background-size:813px 269px;
	}
}
@media screen and (max-width: 430px) {
	.prosiliconsheetbill{
		height:269px;
		background-size:608px 200px;
	}
}
@media screen and (max-width: 380px) {
	.prosiliconsheetbill{
		height:237px;
		background-size:544px 180px;
	}
}

.siliconsheetDesc{
	width:98%;
	max-width:2890px;
	height:560px;
	margin:200px auto 0;
	border-bottom: 1px solid #333;
}
.siliconsheetDescL{
	width:31%;
	height:560px;
	float:left;
	font-size:35px;
	color:#a6a6a6;
	line-height:60px;
	padding:0 1% 0 0;
}
.siliconsheetDescL span{
	font-size:60px;
	line-height:100px;
	color:#333;
}
.siliconsheetDescR{
	width:65%;
	height:560px;
	float:right;
}
.siliconsheetDescR img{
	width:100%;
	max-width:1618px;
	height:auto;
}

@media screen and (max-width: 1920px) {
	.siliconsheetDesc{
		max-width:1445px;
		height:280px;
		margin:100px auto 0;
	}
	.siliconsheetDescL{
		height:280px;
		font-size:18px;
		line-height:30px;
	}
	.siliconsheetDescL span{
		font-size:30px;
		line-height:50px;
	}
	.siliconsheetDescR{
		height:280px;
	}
	.siliconsheetDescR img{
		max-width:809px;
	}
}
@media screen and (max-width: 1010px) {
	.siliconsheetDesc{
		height:220px;
		margin:80px auto 0;
	}
	.siliconsheetDescL{
		height:220px;
		font-size:15px;
		line-height:23px;
	}
	.siliconsheetDescL span{
		font-size:23px;
		line-height:32px;
	}
	.siliconsheetDescR{
		height:220px;
	}
}
@media screen and (max-width: 780px) {
	.siliconsheetDesc{
		height:190px;
		margin:60px auto 0;
	}
	.siliconsheetDescL{
		height:190px;
		font-size:14px;
		line-height:21px;
	}
	.siliconsheetDescL span{
		font-size:20px;
		line-height:28px;
	}
	.siliconsheetDescR{
		height:190px;
	}
}
@media screen and (max-width: 580px) {
	.siliconsheetDesc{
		height:280px;
		margin:30px auto 0;
		border:0;
	}
	.siliconsheetDescL{
		width:94%;
		height:160px;
		font-size:15px;
		line-height:20px;
		text-align:center;
		float:none;
		margin:0 auto;
	}
	.siliconsheetDescL span{
		font-size:22px;
		line-height:30px;
	}
	.siliconsheetDescR{
		width:98%;
		height:110px;
		float:none;
		margin:0 auto;
	}
}

.contactusbill{
	width:100%;
	height:1000px;
	background:url(https://static.gmzx.com/images/wanhe/contactusbill.jpg) no-repeat center;
	background-size:3840px 1000px;
	color:#fff;
	font-size:30px;
	line-height:70px;
	text-align:center;
}
.contactusbill span{
	font-size:60px;
	line-height:160px;
}
.contactublank{
	width:100%;
	height:300px;
}

@media screen and (max-width: 1920px) {
	.contactusbill{
		height:500px;
		background-size:1920px 500px;
		font-size:16px;
		line-height:40px;
	}
	.contactusbill span{
		font-size:30px;
		line-height:80px;
	}
	.contactublank{
		height:150px;
	}
}
@media screen and (max-width: 460px) {
	.contactusbill{
		height:380px;
		background-size:1459px 380px;
		font-size:16px;
		line-height:40px;
	}
	.contactublank{
		height:100px;
	}
}

.baidumap{
	width:100%;
	max-width:2040px;
	height:688px;
	margin:0 auto 100px;
	-webkit-box-shadow: #d0d0d0 0px 0px 10px; 
	-moz-box-shadow: #d0d0d0 0px 0px 10px; 
	box-shadow: #d0d0d0 0px 0px 10px; 
	overflow:hidden;
}
.baidumap iframe{
	width:100%;height:100%;margin:0;padding:0;border:0;
}
.contactCont{
	width:100%;
	max-width:2040px;
	height:240px;
	margin:80px auto 0;
	padding:100px 0 0;
}
.contactShowL{
	width:42%;
	height:600px;
	font-size:30px;
	line-height:60px;
	color:#333;
	float:left;
}
.contactShowR{
	width:57%;
	height:600px;
	font-size:30px;
	line-height:60px;
	color:#333;
	float:left;
}
.contactBlank{
	width:1%;
	height:200px;
	float:left;
}
@media screen and (max-width: 1920px) {
	.baidumap{
		max-width:1240px;
		height:350px;
		margin:0 auto 100px;
		padding:0;
	}
	.contactCont{
		width:100%;
		max-width:1240px;
		height:120px;
		padding:120px 0 0;
		margin:40px auto 0;
	}
	.contactShowL{
		height:300px;
		font-size:18px;
		line-height:30px;
	}
	.contactShowL img{
		width:33px;
		height:auto;
	}
	.contactShowR{
		height:300px;
		font-size:18px;
		line-height:30px;
	}
	.contactShowR img{
		width:33px;
		height:auto;
	}
}
@media screen and (max-width: 960px) {
	.contactCont{
		width:98%;
		height:400px;
	}
	.contactShowL{
		width:80%;
		height:150px;
		font-size:16px;
		line-height:30px;
		float:none;
		margin:0 auto;
	}
	.contactShowL img{
		width:30px;
		height:auto;
	}
	.contactShowR{
		width:80%;
		height:300px;
		font-size:16px;
		line-height:30px;
		float:none;
		margin:0 auto;
	}
	.contactShowR img{
		width:30px;
		height:auto;
	}
}
.contactus_icon4_M{
		display:none;
	}
@media screen and (max-width: 440px) {
	.contactCont{
		height:330px;
		padding:50px 0 0;
	}
	.contactShowL{
		width:84%;
		height:120px;
		font-size:13px;
		line-height:22px;
	}
	.contactShowL img{
		width:28px;
		height:auto;
	}
	.contactShowR{
		width:84%;
		height:200px;
		font-size:13px;
		line-height:22px;
	}
	.contactShowR img{
		width:28px;
		height:auto;
	}
	.contactus_icon4{
		display:none;
	}
	.contactus_icon4_M{
		display:block;
	}
}
@media screen and (max-width: 370px) {
	.contactShowL{
		width:88%;
	}
	.contactShowR{
		width:88%;
	}
}
@media screen and (max-width: 330px) {
	.contactShowL{
		width:94%;
		font-size:12px;
	}
	.contactShowR{
		width:94%;
		font-size:12px;
	}
}

.hrbill{
	width:100%;
	height:1698px;
	background:url(https://static.gmzx.com/images/wanhe/hrbill.jpg) no-repeat center;
	background-size:3840px 1698px;
	color:#fff;
}
.hrbillEn{
	width:75%;
	height:260px;
	text-align:center;
	font-weight:750;
	font-size:220px;
	line-height:260px;
}
.hrbillCn{
	width:75%;
	height:160px;
	text-align:center;
	font-size:140px;
	line-height:160px;
}
.hrbillTxt{
	width:75%;
	height:160px;
	text-align:center;
	font-size:60px;
	line-height:160px;
}
.hrbillblank{
	width:100%;
	height:500px;
}

@media screen and (max-width: 1920px) {
	.hrbill{
		height:849px;
		background-size:1920px 849px;
	}
	.hrbillEn{
		height:130px;
		font-size:120px;
		line-height:130px;
	}
	.hrbillCn{
		height:80px;
		font-size:70px;
		line-height:80px;
	}
	.hrbillTxt{
		height:80px;
		font-size:30px;
		line-height:80px;
	}
	.hrbillblank{
		height:250px;
	}
}
@media screen and (max-width: 1020px) {
	.hrbill{
		height:720px;
		background-size:1628px 720px;
	}
	.hrbillEn{
		height:120px;
		font-size:105px;
		line-height:120px;
	}
	.hrbillCn{
		height:80px;
		font-size:60px;
		line-height:80px;
	}
	.hrbillTxt{
		height:70px;
		font-size:26px;
		line-height:70px;
	}
	.hrbillblank{
		height:200px;
	}
}
@media screen and (max-width: 680px) {
	.hrbill{
		height:540px;
		background-size:1221px 540px;
	}
	.hrbillEn{
		height:90px;
		font-size:70px;
		line-height:90px;
	}
	.hrbillCn{
		height:60px;
		font-size:40px;
		line-height:60px;
	}
	.hrbillTxt{
		height:40px;
		font-size:18px;
		line-height:40px;
	}
	.hrbillblank{
		height:150px;
	}
}
@media screen and (max-width: 580px) {
	.hrbill{
		height:875px;
		background:url(https://static.gmzx.com/images/wanhe/hrbill-750.jpg) no-repeat center;
		background-size:580px 875px;
	}
	.hrbillEn{
		width:100%;
		height:90px;
		font-size:70px;
		line-height:90px;
	}
	.hrbillCn{
		width:100%;
		height:60px;
		font-size:40px;
		line-height:60px;
	}
	.hrbillTxt{
		width:100%;
		height:40px;
		font-size:18px;
		line-height:40px;
	}
	.hrbillblank{
		height:450px;
	}
}
@media screen and (max-width: 430px) {
	.hrbill{
		height:649px;
		background-size:430px 649px;
	}
	.hrbillEn{
		height:80px;
		font-size:60px;
		line-height:80px;
	}
	.hrbillCn{
		height:50px;
		font-size:35px;
		line-height:50px;
	}
	.hrbillTxt{
		height:35px;
		font-size:16px;
		line-height:35px;
	}
	.hrbillblank{
		height:330px;
	}
}
@media screen and (max-width: 380px) {
	.hrbill{
		height:574px;
		background-size:380px 574px;
	}
	.hrbillEn{
		height:80px;
		font-size:50px;
		line-height:80px;
	}
	.hrbillCn{
		height:50px;
		font-size:30px;
		line-height:50px;
	}
	.hrbillTxt{
		height:35px;
		font-size:15px;
		line-height:35px;
	}
	.hrbillblank{
		height:280px;
	}
}

.hrfamily{
	height:1306px;
	background:url(https://static.gmzx.com/images/wanhe/family_bg.jpg) repeat-x center;
	background-size:2px 1306px;
	color:#fff;
	text-align:center;
}
.hrfamilyTop{
	width:100%;
	height:200px;
}
.hrfamilyEn{
	width:100%;
	height:300px;
	font-size:220px;
	line-height:300px;
	font-weight:750;
}
.hrfamilyCnTitle{
	width:100%;
	height:140px;
	font-size:70px;
	line-height:140px;
	font-weight:550;
}
.hrfamilyCn{
	width:100%;
	height:300px;
	font-size:48px;
	line-height:90px;
}

@media screen and (max-width: 1920px) {
	.hrfamily{
		height:653px;
		background-size:2px 653px;
	}
	.hrfamilyTop{
		height:100px;
	}
	.hrfamilyEn{
		height:150px;
		font-size:120px;
		line-height:150px;
	}
	.hrfamilyCnTitle{
		height:70px;
		font-size:35px;
		line-height:70px;
	}
	.hrfamilyCn{
		height:150px;
		font-size:24px;
		line-height:45px;
	}
}

@media screen and (max-width: 860px) {
	.hrfamily{
		height:550px;
		background-size:2px 550px;
	}
	.hrfamilyTop{
		height:95px;
	}
	.hrfamilyEn{
		height:110px;
		font-size:80px;
		line-height:110px;
	}
	.hrfamilyCnTitle{
		height:60px;
		font-size:40px;
		line-height:60px;
	}
	.hrfamilyCn{
		height:100px;
		font-size:24px;
		line-height:38px;
	}
}

@media screen and (max-width: 680px) {
	.hrfamily{
		height:500px;
		background-size:2px 500px;
	}
	.hrfamilyTop{
		height:80px;
	}
	.hrfamilyEn{
		height:100px;
		font-size:70px;
		line-height:100px;
	}
	.hrfamilyCnTitle{
		height:60px;
		font-size:32px;
		line-height:60px;
	}
	.hrfamilyCn{
		height:100px;
		font-size:20px;
		line-height:38px;
	}
}
@media screen and (max-width: 500px) {
	.hrfamily{
		height:480px;
		background-size:2px 480px;
	}
	.hrfamilyTop{
		height:100px;
	}
	.hrfamilyEn{
		height:80px;
		font-size:60px;
		line-height:80px;
	}
	.hrfamilyCnTitle{
		height:50px;
		font-size:28px;
		line-height:50px;
	}
	.hrfamilyCn{
		height:100px;
		font-size:17px;
		line-height:32px;
	}
}
@media screen and (max-width: 430px) {
	.hrfamily{
		height:450px;
		background-size:2px 450px;
	}
	.hrfamilyTop{
		height:90px;
	}
	.hrfamilyEn{
		height:70px;
		font-size:50px;
		line-height:70px;
	}
	.hrfamilyCnTitle{
		height:50px;
		font-size:25px;
		line-height:50px;
	}
	.hrfamilyCn{
		height:100px;
		font-size:15px;
		line-height:30px;
	}
}
@media screen and (max-width: 380px) {
	.hrfamily{
		height:420px;
		background-size:2px 420px;
	}
	.hrfamilyTop{
		height:80px;
	}
	.hrfamilyEn{
		height:60px;
		font-size:40px;
		line-height:60px;
	}
	.hrfamilyCnTitle{
		height:45px;
		font-size:22px;
		line-height:45px;
	}
	.hrfamilyCn{
		height:100px;
		font-size:14px;
		line-height:30px;
	}
}
@media screen and (max-width: 340px) {
	.hrfamily{
		height:400px;
		background-size:2px 400px;
	}
	.hrfamilyTop{
		height:80px;
	}
	.hrfamilyEn{
		height:50px;
		font-size:35px;
		line-height:50px;
	}
	.hrfamilyCnTitle{
		height:40px;
		font-size:22px;
		line-height:40px;
	}
	.hrfamilyCn{
		height:100px;
		font-size:13px;
		line-height:30px;
	}
}

.hrad{
	width:100%;
	height:auto;
	margin:200px auto 140px;
	text-align:center;
}
.hrad img{
	width:100%;
	max-width:2440px;
	height:auto;
}

@media screen and (max-width: 1920px) {
	.hrad{
		margin:100px auto 70px;
	}
	.hrad img{
		max-width:1220px;
	}
}
@media screen and (max-width: 860px) {
	.hrad{
		margin:60px auto 40px;
	}
}
@media screen and (max-width: 560px) {
	.hrad{
		margin:40px auto 30px;
	}
}
@media screen and (max-width: 430px) {
	.hrad{
		margin:30px auto 20px;
	}
}

.hrforeTitle{
	width:100%;
	height:140px;
	font-size:70px;
	line-height:140px;
	font-weight:bold;
	text-align:center;
}
.hrforeTxt{
	width:100%;
	height:700px;
	font-size:48px;
	line-height:90px;
	text-align:center;
}
.hrforeTxtM{
	display:none;
}
@media screen and (max-width: 1920px) {
	.hrforeTitle{
		height:70px;
		font-size:35px;
		line-height:70px;
	}
	.hrforeTxt{
		height:350px;
		font-size:24px;
		line-height:45px;
	}
}
@media screen and (max-width: 960px) {
	.hrforeTitle{
		height:100px;
		font-size:50px;
		line-height:100px;
	}
	.hrforeTxt{
		display:none;
	}
	.hrforeTxtM{
		width:100%;
		height:450px;
		font-size:26px;
		line-height:40px;
		text-align:center;
		display:block;
	}
}
@media screen and (max-width: 760px) {
	.hrforeTitle{
		height:90px;
		font-size:45px;
		line-height:90px;
	}
	.hrforeTxtM{
		height:380px;
		font-size:22px;
		line-height:33px;
	}
}
@media screen and (max-width: 560px) {
	.hrforeTitle{
		height:80px;
		font-size:40px;
		line-height:80px;
	}
	.hrforeTxtM{
		height:330px;
		font-size:19px;
		line-height:29px;
	}
}
@media screen and (max-width: 460px) {
	.hrforeTitle{
		height:70px;
		font-size:26px;
		line-height:70px;
	}
	.hrforeTxtM{
		height:290px;
		font-size:16px;
		line-height:24px;
	}
}
@media screen and (max-width: 370px) {
	.hrforeTitle{
		height:50px;
		font-size:26px;
		line-height:50px;
	}
	.hrforeTxtM{
		height:230px;
		font-size:14px;
		line-height:20px;
	}
}

.hrfuly{
	height:1133px;
	background:url(https://static.gmzx.com/images/wanhe/hrfuly.jpg) no-repeat center;
	background-size:3840px 1133px;
	color:#fff;
	text-align:center;
}
.hrfulyTitle{
	width:100%;
	height:140px;
	font-size:70px;
	line-height:140px;
	padding:260px 0 0;
	font-weight:bold;
}
.hrfulyTxt{
	width:100%;
	height:200px;
	font-size:48px;
	line-height:90px;
}
@media screen and (max-width: 1920px) {
	.hrfuly{
		height:566px;
		background-size:1920px 566px;
	}
	.hrfulyTitle{
		height:70px;
		font-size:35px;
		line-height:70px;
		padding:130px 0 0;
}
	.hrfulyTxt{
		height:100px;
		font-size:24px;
		line-height:45px;
	}
}
@media screen and (max-width: 780px) {
	.hrfuly{
		height:500px;
		background-size:1695px 500px;
	}
	.hrfulyTitle{
		height:70px;
		font-size:35px;
		line-height:70px;
		padding:120px 0 0;
}
	.hrfulyTxt{
		height:90px;
		font-size:24px;
		line-height:48px;
	}
}
@media screen and (max-width: 650px) {
	.hrfuly{
		height:440px;
		background-size:1490px 440px;
	}
	.hrfulyTitle{
		height:64px;
		font-size:32px;
		line-height:64px;
		padding:100px 0 0;
}
	.hrfulyTxt{
		height:85px;
		font-size:20px;
		line-height:42px;
	}
}
@media screen and (max-width: 530px) {
	.hrfuly{
		height:380px;
		background-size:1288px 380px;
	}
	.hrfulyTitle{
		height:56px;
		font-size:28px;
		line-height:56px;
		padding:90px 0 0;
}
	.hrfulyTxt{
		height:75px;
		font-size:16px;
		line-height:32px;
	}
}
@media screen and (max-width: 430px) {
	.hrfuly{
		height:380px;
		background-size:1288px 380px;
	}
	.hrfulyTitle{
		height:56px;
		font-size:26px;
		line-height:56px;
		padding:90px 0 0;
	}
	.hrfulyTxt{
		height:75px;
		font-size:14px;
		line-height:32px;
	}
}
@media screen and (max-width: 370px) {
	.hrfuly{
		height:380px;
		background-size:1288px 380px;
	}
	.hrfulyTitle{
		height:56px;
		font-size:26px;
		line-height:56px;
		padding:90px 0 0;
	}
	.hrfulyTxt{
		height:75px;
		font-size:12px;
		line-height:32px;
	}
}

.hrjob{
	width:100%;
	max-width:2442px;
	height:1466px;
	background:url(https://static.gmzx.com/images/wanhe/hrjob.jpg) no-repeat center;
	background-size:2442px 1466px;
	color:#fff;
	text-align:center;
	margin:140px auto 100px;
}
.hrjobTitle{
	width:100%;
	height:140px;
	font-size:75px;
	line-height:140px;
	padding:400px 0 0;
	font-weight:bold;
}
.hrjobTxt{
	width:100%;
	height:400px;
	font-size:48px;
	line-height:90px;
}
@media screen and (max-width: 1920px) {
	.hrjob{
		max-width:1221px;
		height:733px;
		background-size:1221px 733px;
		margin:70px auto 50px;
	}
	.hrjobTitle{
		height:70px;
		font-size:35px;
		line-height:70px;
		padding:200px 0 0;
	}
	.hrjobTxt{
		height:200px;
		font-size:24px;
		line-height:45px;
	}
}
@media screen and (max-width: 980px) {
	.hrjob{
		height:670px;
		background-size:1115px 670px;
		margin:50px auto 40px;
	}
	.hrjobTitle{
		height:85px;
		font-size:33px;
		line-height:85px;
		padding:170px 0 0;
	}
	.hrjobTxt{
		height:200px;
		font-size:24px;
		line-height:48px;
	}
}
@media screen and (max-width: 980px) {
	.hrjob{
		height:670px;
		background-size:1115px 670px;
		margin:50px auto 40px;
	}
	.hrjobTitle{
		height:85px;
		font-size:33px;
		line-height:85px;
		padding:170px 0 0;
	}
	.hrjobTxt{
		height:200px;
		font-size:22px;
		line-height:48px;
	}
}
.hrjobTxtM{display:none;}
@media screen and (max-width: 780px) {
	.hrjob{
		height:670px;
		background-size:1115px 670px;
		margin:50px auto 40px;
	}
	.hrjobTitle{
		height:85px;
		font-size:30px;
		line-height:85px;
		padding:150px 0 0;
	}
	.hrjobTxt{
		display:none;
	}
	.hrjobTxtM{
		width:100%;
		height:200px;
		font-size:21px;
		line-height:40px;
		display:block;
	}
}
@media screen and (max-width: 780px) {
	.hrjob{
		height:580px;
		background-size:965px 580px;
		margin:40px auto 30px;
	}
	.hrjobTitle{
		height:85px;
		font-size:30px;
		line-height:85px;
		padding:120px 0 0;
	}
	.hrjobTxtM{
		height:200px;
		font-size:17px;
		line-height:33px;
	}
}
@media screen and (max-width: 480px) {
	.hrjob{
		height:480px;
		background-size:799px 480px;
		margin:20px auto 20px;
	}
	.hrjobTitle{
		height:65px;
		font-size:27px;
		line-height:65px;
		padding:90px 0 0;
	}
	.hrjobTxtM{
		height:200px;
		font-size:15px;
		line-height:30px;
	}
}
@media screen and (max-width: 370px) {
	.hrjob{
		height:400px;
		background-size:666px 400px;
	}
	.hrjobTitle{
		height:60px;
		font-size:23px;
		line-height:60px;
		padding:70px 0 0;
	}
	.hrjobTxtM{
		height:200px;
		font-size:13px;
		line-height:26px;
	}
}

.hremail{
	width:100%;
	height:360px;
	background-color:#000;
	padding:40px 0 0;
	color:#fff;
}
.hremailTxt{
	width:98%;
	max-width:2400px;
	height:120px;
	font-size:56px;
	line-height:120px;
	margin:0 auto;
}
.hremailshow{
	width:98%;
	max-width:2400px;
	height:230px;
	margin:0 auto;
}
.hremaillist{
	width:48.5%;
	height:120px;
	border: 1px solid #fff;
	font-size:56px;
	line-height:120px;
	border-radius: 20px;
	float:left;
}
.hremaillist img{
	width:auto;
	height:100%;
}
.hremailblank{
	width:2.5%;
	height:100px;
	float:left;
}
@media screen and (max-width: 1920px) {
	.hremail{
		height:180px;
		padding:20px 0 0;
	}
	.hremailTxt{
		max-width:1200px;
		height:65px;
		font-size:28px;
		line-height:65px;
	}
	.hremailshow{
		max-width:1200px;
		height:115px;
	}
	.hremaillist{
		height:60px;
		font-size:28px;
		line-height:60px;
		border-radius: 10px;
	}
	.hremailblank{
		height:60px;
	}
}
@media screen and (max-width: 860px) {
	.hremail{
		height:300px;
		padding:20px 0 0;
	}
	.hremailTxt{
		max-width:1200px;
		height:65px;
		font-size:28px;
		line-height:65px;
		text-align:center;
	}
	.hremailshow{
		max-width:1200px;
		height:115px;
	}
	.hremaillist{
		width:90%;
		max-width:450px;
		height:60px;
		font-size:28px;
		line-height:60px;
		border-radius: 10px;
		float:none;
		margin:20px auto 0;
	}
	.hremailblank{
		display:none;
	}
}
@media screen and (max-width: 500px) {
	.hremail{
		height:250px;
		padding:15px 0 0;
	}
	.hremailTxt{
		height:55px;
		font-size:22px;
		line-height:55px;
	}
	.hremailshow{
		height:90px;
	}
	.hremaillist{
		width:94%;
		max-width:450px;
		height:50px;
		font-size:22px;
		line-height:50px;
		border-radius: 10px;
		margin:15px auto 0;
	}
}
@media screen and (max-width: 370px) {
	.hremail{
		height:230px;
	}
	.hremailTxt{
		height:50px;
		font-size:20px;
		line-height:50px;
	}
	.hremaillist{
		width:96%;
		height:45px;
		font-size:18px;
		line-height:45px;
		border-radius: 8px;
		margin:15px auto 0;
	}
}


.prodvalibill{
	width:100%;
	height:1930px;
	background:url(https://static.gmzx.com/images/wanhe/prodvalibill.jpg) no-repeat center;
	background-size:3840px 1930px;
}
.prodvaliTopRemark{
	width:100%;
	height:200px;
	font-size:40px;
	line-height:60px;
	padding:120px 0 0;
	color:#fff;
	text-align:center;
}
.prodvalibrM{display:none;}

.prodvaliForm{
	width:98%;
	max-width:1000px;
	height:1340px;
	border-radius: 20px;
	margin:0 auto;
	background-color:#fff;
	-webkit-box-shadow: #666 0px 0px 10px; 
	-moz-box-shadow: #666 0px 0px 10px; 
	box-shadow: #999 0px 0px 10px;
}

.prodvaliTitle{
	width:96%;
	max-width:680px;
	height:120px;
	font-size:60px;
	line-height:120px;
	padding:60px 0 0;
	color:#4a4a4a;
	font-weight:550;
	text-align:center;
	border-bottom: 1px solid #4a4a4a;
	margin:0 auto 60px;
}
.prodvaliInpCont{
	width:98%;
	max-width:600px;
	height:90px;
	margin:40px auto 0;
	border-radius: 10px;
	background-color:#f4f4f4;
	border: 1px solid #d8d8d8;
}
.prodvaliInpImg{
	width:15%;
	height:90px;
	text-align:center;
	border-right: 1px solid #d8d8d8;
	float:left;
}

.prodvaliInpImg img{
	width:auto;
	height:98%;
}
.prodvaliInpT{
	width:84%;
	height:90px;
	border:0;
	float:left;
}
.prodvaliInpT input[type=text]{
	width:97%;
	height: 70px;
	border: 0px;
	color: #333;
	font-size: 30px;
	padding: 1px 0 1px 2%;
	font-weight:350;
	line-height:60px;
	background-color:#f4f4f4;
}

.prodvaliInpT input[type=text]:focus{
	outline: none;
	border: 0;
}

.prodvaliHow{
	width:160px;
	height:80px;
	line-height:80px;
	font-size:30px;
	color:#4a4a4a;
	margin:20px auto 0;
	cursor:pointer;
}
.prodvaliHow img{width:auto;height:50%;margin:0 0 6px 0;}

.prodvaliSubmit{
	width:90%;
	max-width:400px;
	height:70px;
	margin:60px auto 80px;
}

.prodvaliSubmit input[type=submit]{
	width: 100%;
	height: 70px;
	font-size:32px;
	border: 0px;
	cursor: pointer;
	border-radius: 10px;
	color: #fff;
	line-height:70px;
	background:url(https://static.gmzx.com/images/wanhe/prodvaliSubmit_bg.png) repeat-x center;
}
.prodvaliSubmit input[type=submit]:hover{
	opacity: 0.8;
}
.prodvaliSubmit input[type=submit]:active{
	opacity: 0.6;
}
.prodvaliSubmit input[type=submit]:focus{
	outline: none;
}
.prodvaliOther{
	width:100%;
	height:100px;
	font-size:40px;
	line-height:100px;
	color:#4a4a4a;
	text-align:center;
}
.prodvaliOtherCont{
	width:100%;
	height:420px;
	padding:20px 0 0;
}
.prodvaliOtherList1{
	width:50%;
	height:380px;
	text-align:center;
	font-size:22px;
	color:#4a4a4a;
	float:left;
}
.prodvaliOtherList2{
	width:49.5%;
	height:380px;
	text-align:center;
	font-size:22px;
	color:#4a4a4a;
	float:left;
}
.rightborder{
	border-right: 2px solid #d4d4d4;
}
.prodvaliOtherList1 img{
	width:90%;
	height:auto;
}
.prodvaliOtherList1 span{
	width:100%;
	height:100px;
	font-size:36px;
	line-height:100px;
	color:#222;
	text-align:center;
	display:block;
}
.prodvaliOtherList2 img{
	width:90%;
	height:auto;
}
.prodvaliOtherList2 span{
	width:100%;
	height:100px;
	font-size:36px;
	line-height:100px;
	color:#222;
	text-align:center;
	display:block;
}

@media screen and (max-width: 1920px) {
	.prodvalibill{
		height:965px;
		background-size:1920px 965px;
	}
	.prodvaliTopRemark{
		height:100px;
		font-size:20px;
		line-height:30px;
		padding:60px 0 0;
	}
	.prodvaliForm{
		max-width:500px;
		height:670px;
		border-radius: 10px;
	}

	.prodvaliTitle{
		max-width:340px;
		height:60px;
		font-size:30px;
		line-height:60px;
		padding:30px 0 0;
		margin:0 auto 30px;
	}
	.prodvaliInpCont{
		max-width:300px;
		height:45px;
		margin:20px auto 0;
		border-radius: 5px;
	}
	.prodvaliInpImg{
		height:45px;
	}
	.prodvaliInpT{
		height:45px;
	}
	.prodvaliInpT input[type=text]{
		height: 26px;
		font-size: 16px;
		line-height:26px;
	}
	.prodvaliHow{
		width:160px;
		height:30px;
		line-height:30px;
		font-size:15px;
		margin:10px auto 0;
	}
	.prodvaliHow img{margin:0 0 3px 0;}

	.prodvaliSubmit{
		max-width:200px;
		height:40px;
		margin:0 auto 60px;
	}

	.prodvaliSubmit input[type=submit]{
		height: 40px;
		font-size:16px;
		border-radius: 5px;
		line-height:40px;
	}
	.prodvaliOther{
		height:50px;
		font-size:22px;
		line-height:50px;
	}
	.prodvaliOtherCont{
		height:210px;
		padding:10px 0 0;
	}
	.prodvaliOtherList1{
		height:190px;
		font-size:12px;
	}
	.prodvaliOtherList1 span{
		height:50px;
		font-size:18px;
		line-height:50px;
	}
	
	.prodvaliOtherList2{
		height:190px;
		font-size:12px;
	}
	.prodvaliOtherList2 span{
		height:50px;
		font-size:18px;
		line-height:50px;
	}
}

.HowgetCont{
	width:100%;
	height:900px;
	margin:0 auto;
	position:absolute;
	top:800px;
	left:0;
	display:none;
}
.Howget{
	width:1238px;
	height:898px;
	padding:0 25px 0 75px;
	font-size:26px;
	line-height:42px;
	background-color:#fff;
	border: 1px solid #758eb0;
	border-radius: 10px;
	margin:0 auto;
}
.Howgeticon{
	width:100%;
	height:90px;
	margin:20px auto;
	text-align:right;
	
}
.Howgeticon img{
	width:86px;
	height:86px;
}
.HowgetiTxt{
	width:96%;
	height:768px;
}

.HowgetiTxtM{
	width:80%;
	height:400px;
	padding:50px 10%;
	color:#fff;
	background-color:#133562;
	display:none;
}

.prodvaliHowM{
	width:100%;
	height:20px;
	line-height:20px;
	font-size:14px;
	margin:20px auto 0;
	display:none;
	text-align:center;
	}

@media screen and (max-width: 1920px) {
	.HowgetCont{
		height:450px;
		top:400px;
	}
	.Howget{
		width:619px;
		height:449px;
		padding:0 13px 0 38px;
		font-size:13px;
		line-height:21px;
		border-radius: 5px;
	}
	.Howgeticon{
		height:45px;
		margin:10px auto;	
	}
	.Howgeticon img{
		width:43px;
		height:43px;
	}
	.HowgetiTxt{
		height:384px;
	}
}
@media (max-width: 640px) {
	.prodvaliForm{
		width:90%;
		height:670px;
		border-radius: 8px;
	}
	.prodvaliTopRemark{
		height:100px;
		font-size:16px;
		line-height:25px;
		padding:40px 0 0;
	}
	.prodvalibrM,.HowgetiTxtM,.prodvaliHowM{display:block;}
	#prodvaliHow{display:none;}
	.prodvaliHow{display:none;}
	.prodvaliTitle{
		width:94%;
		height:60px;
		font-size:27px;
		line-height:60px;
		padding:20px 0 0;
		margin:0 auto 30px;
	}
	.prodvaliInpCont{
		width:90%;
		height:40px;
		margin:20px auto 0;
		border-radius: 5px;
	}
	.prodvaliInpImg{
		height:38px;
	}
	.prodvaliInpT{
		height:22px;
	}
	.prodvaliInpT input[type=text]{
		width:92%;
		height: 22px;
		font-size: 14px;
		line-height:14px;
	}
	.prodvaliHow{
		width:160px;
		height:30px;
		line-height:30px;
		font-size:15px;
		margin:10px auto 0;
	}
	.prodvaliHow img{margin:0 0 3px 0;}

	.prodvaliSubmit{
		max-width:200px;
		height:35px;
		margin:0 auto 40px;
	}

	.prodvaliSubmit input[type=submit]{
		height: 35px;
		font-size:16px;
		border-radius: 5px;
		line-height:35px;
	}
	.prodvaliOther{
		height:40px;
		font-size:22px;
		line-height:40px;
		padding:40px 0 0;
		margin:0 auto 20px;
	}
	.prodvaliOtherCont{
		height:210px;
		padding:10px 0 0;
	}
	.prodvaliOtherList1{
		height:190px;
		font-size:12px;
	}
	.prodvaliOtherList1 span{
		height:50px;
		font-size:18px;
		line-height:50px;
	}
	
	.prodvaliOtherList2{
		height:190px;
		font-size:12px;
	}
	.prodvaliOtherList2 span{
		height:50px;
		font-size:18px;
		line-height:50px;
	}
}

@media (max-width: 500px) {
	.prodvaliForm{
		width:90%;
		height:750px;
		border-radius: 8px;
	}
	.prodvaliHowM{
		width:100%;
	}
	.HowgetiTxtM{
		width:84%;
		height:430px;
		padding:45px 8%;
	}
	.prodvaliOther{
		height:30px;
		font-size:19px;
		line-height:30px;
		padding:20px 0 0;
		margin:0 auto 0;
	}
	.prodvaliOtherList1{
		width:300px;
		height:170px;
		font-size:13px;
		margin:0 auto;
		float:none;
	}
	.prodvaliOtherList1 img{
		width:230px;
	}
	.rightborder{border:0;}
	.prodvaliOtherList1 span{
		height:25px;
		font-size:16px;
		line-height:25px;
	}
	
	.prodvaliOtherList2{
		width:300px;
		height:170px;
		font-size:13px;
		margin:0 auto;
		float:none;
	}
	.prodvaliOtherList2 img{
		width:230px;
	}
	.prodvaliOtherList2 span{
		height:25px;
		font-size:16px;
		line-height:25px;
	}
}
@media (max-width: 400px) {
	.prodvaliTopRemark{
		height:90px;
		font-size:14px;
		line-height:23px;
		padding:35px 0 0;
	}
	.HowgetiTxtM{
		width:84%;
		height:460px;
		padding:45px 8%;
	}
}
@media (max-width: 350px) {
	.HowgetiTxtM{
		width:84%;
		height:520px;
		padding:45px 8%;
	}
}

.newsContent{
	width:90%;
	max-width:900px;
	min-height:2000px;
	font-size:22px;
	line-height:40px;
	color:#444;
	margin:0 auto;
	background-color:#fff;
	clear:both;
}
.newsContent img{
	max-width:100%;
	height:auto;
}

@media (max-width: 640px) {
	.newsContent{
		width:94%;
		font-size:17px;
	}
}
.valiresultTitle{
	width:92%;
	max-width:720px;
	height:75px;
	line-height:50px;
	margin:150px auto 0;
	color:#263948;
	text-align:right;
	font-size:30px;
	font-weight:bold;
}
.valiTitleLine{
	width:100%;
	max-width:720px;
	height:3px;
	margin:0 auto 0;
	background-color:#38bad4;
}
.valiTitleLineB{
	width:60%;
	height:3px;
	background-color:#334e7b;
}
.valiResultRemark{
	width:94%;
	max-width:720px;
	height:65px;
	line-height:65px;
	font-size:18px;
	font-weight:400;
	margin:25px auto 0;
}
.valiResultContent{
	width:94%;
	max-width:720px;
	height:330px;
	line-height:40px;
	font-size:18px;
	font-weight:300;
	margin:0 auto 150px;
}
.valiResultTxt{
	width:96%;
	max-width:720px;
	height:150px;
	margin:0 auto 0;
	font-size:18px;
}



.footnav{
	width:100%;
	height:240px;
	background-color:#1d4e8f;
	color:#fff;
}
.footshare{
	width:98%;
	max-width:1660px;
	height:80px;
	padding:93px 0;
	margin:0 auto;
	font-size:18px;
	position:relative;
}
.sharepop{
	width:250px;
	height:250px;
	z-index:999;
	position:absolute;
	background-color:#fff;
	border: 1px solid #666;
	-webkit-box-shadow: #666 0px 0px 10px; 
	-moz-box-shadow: #666 0px 0px 10px; 
	box-shadow: #ccc 0px 0px 10px;
	display:none;
	bottom:25px;
}
#sharepop1{
	left:80px;
}
#sharepop4{
	left:80px;
}
.sharepop img{
	width:250px;
	height:250px;
}
.footnavlist{
	width:98%;
	max-width:1660px;
	height:290px;
	margin:0 auto;
	color:#fff;
	font-size:20px;
	line-height:45px;
	display:none;
}
.footnavlist a{
	color:#fff;
}
.footnavlist a:hover{
	color:#ffe893;
}
.footnavlistS{
	width:15%;
	padding:0 1% 0 0;
	float:left;
}
.footnavlistS .title{
	font-size:22px;
	line-height:70px;
}
@media screen and (max-width: 1920px) {
	.footnav{
		height:120px;
	}
	.footshare{
		max-width:1240px;
		height:40px;
		padding:41px 0;
		font-size:16px;
	}
	.footshareicon{
		width:40px;
		height:40px;
		cursor: pointer;
	}
	.footnavlist{
		max-width:1240px;
		height:290px;
		font-size:16px;
		line-height:35px;
	}
	.footnavlistS .title{
		font-size:18px;
		line-height:45px;
	}
}
@media screen and (max-width: 750px) {
	.footnav{
		height:122px;
	}
	.footnavlist{
		display:none;
	}
}

#shareicon3,#shareicon5,#shareicon6{display:none;}

.copyright{
	width:100%;
	height:220px;
	color:#fff;
	background-color:#143e74;
}
.reliefwords{
	width:98%;
	max-width:1660px;
	height:50px;
	padding:15px 0;
	margin:0 auto;
	line-height:25px;
}

@media screen and (max-width: 1920px) {
	.copyright{
		height:140px;
	}
	.reliefwords{
		max-width:1240px;
	}
}
.footicp{
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#fff;
}
.footicp a{color:#fff;}
@media screen and (max-width: 750px) {
	.reliefwords{
		text-align:center;
	}
}
@media screen and (max-width: 420px) {
	.footnav{
		height:100px;
	}
	.footshare{
		height:30px;
	}
	.footshareicon{
		width:28px;
		height:28px;
	}
	.reliefwords{
		font-size:12px;
		line-height:15px;
	}
	.copyright{
		height:140px;
	}
}
.page{
    text-align: center;
	margin:15px 0 0;
}
.page a{
    display: inline-block;
    background: #fff;
    color: #888;
    padding: 15px;
    min-width: 15px;
    border: 1px solid #E2E2E2;

}
.page span{
    display: inline-block;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
}
.page span.current{
    display: inline-block;
    background: #b3b3b3;
    color: #fff;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #b3b3b3;
}
.page .pagination li{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.page .pagination li.active span{
    background: #b3b3b3;
    color: #fff;
    border: 1px solid #b3b3b3;

}

@media screen and (max-width: 820px) {
	#errormsg{
		left:25%;
	}
}
input::-webkit-input-placeholder{
    opacity:0.95;letter-spacing:1px;
 }
 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    opacity:0.95;letter-spacing:1px;
 }
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    opacity:0.95;letter-spacing:1px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    opacity:0.95;letter-spacing:1px;
}
input[type=text]{
	width:87%;
	height: 30px;
	border: 1px solid #999;
	border-radius: 5px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 1px 0 1px 3%;
	margin: 8px 0 0 2px;
}

input[type=text]:focus{
	outline: none;
	border: 1px solid #bbb;
}
input[type=password]{
	width:87%;
	height: 30px;
	border: 1px solid #666;
	border-radius: 5px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 1px 0 1px 3%;
	margin: 8px 0 0 2px;
}
input[type=password]:focus{
	outline: none;
	border: 1px solid #bbb;
}

select{
	width:90%;
	height: 40px;
	border: 1px solid #666;
	border-radius: 5px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 1px 0 1px 3%;
	margin: 8px 0 0 2px;
	background: #fff;
}

option{
	height: 40px;
	line-height: 40px;
}
select:focus{
	outline: none;
	border: 1px solid #ccc;
}

input[type=submit]{
	width: 85%;
	height: 38px;
	margin: 35px auto 0;
	background: #0077be;
	border: 1px solid #0077be;
	padding:0px 0 5px;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 15px;
	padding:0px 10px;
	line-height:38px;
}
input[type=submit]:hover{
	opacity: 0.8;
}
input[type=submit]:active{
	opacity: 0.6;
}
input[type=submit]:focus{
	outline: none;
}
input[type=file]{
	width:87%;
	height: 30px;
	border: 1px solid #999;
	border-radius: 5px;
	color: 333;
	font-family: 'Microsoft YaHei', sans-serif;
	font-weight: 300;
	font-size: 12px;
	padding: 1px 0 1px 3%;
	margin: 8px 0 0 2px;
	line-height:30px;
}

input[type=file]:focus{
	outline: none;
	border: 1px solid #bbb;
}

.content_pc{
	width:100%;
	height:1050px;
}
#ss{
	width:125px;
	height:32px;
	padding:0 8px 0 40px;
	border-color:#c6c6c6;
	background: #fafafb url(https://static.gmzx.com/images/wanhe/ss.png) no-repeat center left;
	background-size:29px 24px; 
	float:left;
}
#ss:hover{
	width:153px;
	height:32px;
	padding:0 10px 0 10px;
	border-color:#c0c0c0;
	background: #fafafb;
	float:left;
}
#sssubmit{
	width:65px;
	height:33px;
	line-height:30px;
	float:right;
	margin:8px 0 0 0;
}
