.wrapper{width: 100%;height: 100%;}
.fl{float: left;}
.fr{float: right;}
.none{display: none;}
.inline{display: inline-block;}
.minWidth{width: 1200px;margin: 0 auto;height: 100%;}
.w100{width: 100%;}
.clear{clear: both;}
.relative{position: relative;}
.button{width: 260px;height: 50px;line-height: 50px;cursor: pointer;text-align: center;border-radius: 100px;}
.bold{font-weight: bold;}
body{overflow-x: hidden;}
.btnhover{
	transition: background-color .6s;
}
.btnhover:hover{
	background-color: rgba(29,181,88,1)!important;
	border-color: transparent;
	color: #FFFFFF;
}
.selectNone{
	-webkit-user-select: none;
}
.wqLogo{
	width: 169px;
	line-height: 60px;
	cursor: pointer;
}
.wqLogo img{
	vertical-align: middle;
}
.wqLogo,.navlist{
	float: left;
	height: 100%;
}
.boxshadow{
	box-shadow: 0 5px 11px rgba(0,0,0,.3);
}
.main{
	padding-top: 58px;
}
.nav{
	background-color: #ffffff;
	height: 60px;
	width: 100%;
	font-size: 16px;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0 2px 6px rgba(0,0,0,.11);
}
.navlist{margin-left: 110.1px;}
.navlist ul{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	color: #4C4C4C;
}
.navlist>ul>li{
	display: inline-block;
	margin-right: 128px;
	cursor: pointer;

}
.san{
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 55px;
	z-index: 99;
	opacity: 0;
	height: 0;
	transition: opacity .5s,height .3s;
}
.navlist .subnav{
	position: absolute;
	top: 60px;
	width: 102px;
	height: 0px;
	left: 50%;
	z-index: 999;
	margin-left: -51px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	overflow: hidden;

	transition: opacity .5s,height .3s;
}
.navlist .subnav li{
	background-color: rgba(18,177,108,.8);
	transition: background-color .7s; 
}
.navlist .subnav li:hover{
	background-color: rgba(18,177,108,1);
}
.footer{
	height: 186px;
	text-align: center;
}
.footer ul{
	display: inline-block;
	margin: 0 auto;
	height: 114px;
	margin-top: 51px;
}
.footer ul :first-child{
	border-left: 0;
}
.footer ul li{
	display: inline-block;
	width: 225px;
	text-align: center;
	border-left: 1px solid #D3D5DC;
}
.footer .foot_border{position: absolute;bottom: 75px;left: 0;}
.footer .beian{
	position: absolute;
	top: 114px;
	bottom: 0;
	left: 0;
	right: 0;
	color: #222328;
	padding: 25px;
	overflow: hidden;
}
.alertModal{
	width: 350px;
	height: 190px;
	background: url(../img/alert.png);
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -175px;
	margin-top: -95px;
	z-index: 1000;
		display: none;
}
.alertMes{
	position: absolute;
	top: 115px;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;

}
/*.slogan5*/
.slogan5{
	height: 568px;
}
.slogan5 .form{
	width: 750px;
	height: auto;
	margin: 0 auto;
	padding-top: 130px;
}
.sg5_tit{
	position: absolute;
	left: 50%;
	top: 64px;
	margin-left: -453px;
}
.slogan5 .form_row{
	margin-bottom: 30px;
}
.slogan5 .form_row :first-child{
	margin-left: 0;
}
.slogan5 .form_col{
	width: 360px;
	display: inline-block;
	margin-left:20px;
}
.slogan5 p{color: #A8ACB9;margin-bottom: 5px;text-indent: 20px;font-size: 14px;}
.slogan5 input{
	width: 100%;
	height: 42px;
	line-height: 42px;
	border-radius: 100px;
	outline: 0;
	border: 0;
	background-color: #EFF0F4;
	text-indent: 20px;
	font-size: 14px;
}
.errorInput{
	border: 1px solid red!important;
	background-color: #FFFFFF!important;
}
.select_fake div{font-size: 14px;width: 100%;height: 100%;}
.slogan5 .select_ul{
	position: absolute;
	left: 0;
	font-size: 14px;
	background-color: #FFFFFF;
	width: 100%;
	display: none;
	z-index: 90;

}
.slogan5 .select_ul li{
		padding-left: 20px;
}
.slogan5 .select_ul li:hover{
	background-color: #EBF6F6;
}
.select_fake{
	width: 100%;
	height: 42px;
	line-height: 42px;
	background-color: #EFF0F4;
	border-radius: 100px;
	outline: 0;
	border: 0;
	padding-left: 20px;	
	cursor: pointer;
}
.slogan5 textarea{
	width: 100%;
	height: 75px;
	background-color: #EFF0F4;
	border-radius: 10px;
	outline: 0;
	border: 0;
	padding: 10px 20px;
	resize:none;
	font-size: 14px;
}
.slogan5 .submit_btn{
	background-color: #1DB558;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	bottom:30px;
	color: #FFFFFF;
}
/*.slogan5*/
