@charset "utf-8";
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	background: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color:#999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color:#999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color:#999;
}
.banner{
	width: 100%;
	height: 22.57rem;
	background: url(../../img/swhezuo/bannerBg.jpg) center top no-repeat;
	background-size: 100%;
}
.banner .banner_txt{
	color: #fff;
	line-height: 1.5;
	text-align: center;
	padding-top: 3.5555rem;
}
.banner .banner_txt .btit{
	font-size: 2.1333rem;
	text-shadow: 0px 3px 18px rgba(45, 74, 108, 0.17);
}
.banner .banner_txt .stit{
	margin-top: 1rem;
	font-size: 0.9244rem;
	text-shadow: 0px 0px 10px rgba(7, 29, 55, 0.6);
}


.floor .hd{
	color: #4a4a4a;
	font-size: 1.4222rem;
	line-height: 1.5;
	text-align: center;
	background: url(../../img/swhezuo/titlebg.png) center 0.64rem no-repeat;
	background-size: 9.3511rem 1.0311rem;
}
.floor .bd{
	padding: 0 7.6%;
}
.formFloor{
	padding-top: 1.8488rem;
}
.formFloor .bd{
	margin-top: 1.28rem;
}
.formFloor .bd .intro{
	color: #333;
	line-height: 1.7;
	font-size: 0.9244rem;
}
.formFloor .form-wrap{
	margin-top: 3.4488rem;
	padding: 2.0622rem 8.8%;
	border-radius: 0.3555rem;
	background: #f0f2f5;
}
.formFloor .form-item{
	position: relative;
	margin-bottom: 1rem;
}
.formFloor .form-item .txt{
	color: #333;
	font-size: 0.9244rem;
	width: 100%;
	height: 3.1288rem;
	padding: 0 22.9% 0 6.6%;
	border: 0;
	background: #fff;
	border-radius: 0.7111rem;
	box-shadow: 0 2px 0.8533rem rgba(45, 74, 108, 0.06);
}
.formFloor .form-item .txt1{
	padding-right: 6.6%;
}
.formFloor .form-item .txtarea{
	height: 10.7733rem;
	line-height: 1.5;
	padding: 0.8888rem 22.9% 0.8888rem 6.6%;
}
.formFloor .form-item .must{
	position: absolute;
	top: 0;
	right: 6.6%;
	color: #c2c2c2;
	font-size: 0.8533rem;
	line-height: 3.13rem;
}
.formFloor .subbox {
	padding-top: 0.5688rem;
}
.formFloor .subbox .subbtn {
	width: 100%;
	height: 3.1288rem;
	color: #fff;
	font-size: 1.0666rem;
	border-radius: 0.7111rem;
	background: #3e5878;
	box-shadow: 0 2px 0.8533rem rgba(45, 74, 108, 0.06);
}

.contactWay{
	padding-top: 2.3822rem;
}
.contactWay .bd{
	color: #333;
	line-height: 1.5;
	font-size: 0.9244rem;
}
.contactWay .address{
	padding: 1.6711rem 0 2.0266rem;
}
.contactWay .address p{
	position: relative;
	padding-left: 11%;
	margin-top: 0.64rem;
}
.contactWay .address p span{
	position: absolute;
	left: 0;
	top: 0;
}
.contactWay .address p a{
	color: #333;
}
.contactWay .webox{
	padding: 1.28rem 0 2.9511rem;
	border-top: 1px dashed #efefef;
}
.contactWay .webox .imgshow,
.contactWay .webox .wxdesc{
	float: left;
}
.contactWay .webox .imgshow{
	height: 7.1111rem;
	margin: 0 12.4% 0 2%;
}
.contactWay .webox .wxdesc{
	text-align: center;
	margin-top: 0.9244rem;
}
.contactWay .webox .title{
	font-size: 1.0666rem;
}
.contactWay .webox .wxnumber{
	margin: 0.1066rem 0 0.5688rem;
}
.contactWay .webox .copy{
	display: block;
	color: #fff;
	width: 9.7422rem;
	height: 2.1333rem;
	line-height: 2.1333rem;
	text-align: left;
	padding-left: 3.2355rem;
	border-radius: 0.7111rem;
	background: #1eaadc url(../../img/swhezuo/icon_copy.png) 1.7777rem 0.64rem no-repeat;
	background-size: 0.8888rem 0.8888rem;
}

.model{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
}
.formVerify{
	width: 88%;
	text-align: center;
	padding-top: 1.5644rem;
	padding-bottom: 2.8088rem;
	background: #fff;
	border-radius: 10px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-shadow: -3px 1.8px 27px 3px rgba(96, 96, 96, .12);
}
.formVerify h2{
	color: #333;
	font-size: 1.28rem;
	line-height: 1.2;
	font-weight: bold;
	padding-bottom: 1.0666rem;
}
.formVerify .closeVerBtn{
	position: absolute;
	top: 0.7111rem;
	right: 1rem;
	height: 0.8533rem;
}
.formVerify .dxtext{
	color: #666;
	font-size: 1.1377rem;
	padding: 0.5333rem 0 1rem;
}
.formVerify .dxtext span{
	color: #333;
	font-weight: bold;
	margin-left: 0.9rem;
}
.formVerify .verifyInfo{
	width: 80.3%;
	margin: 0 auto;
	text-align: left;
}
.formVerify .verifyInfo .itembox{
	clear: both;
	width: 100%;
	position: relative;
	margin-top: 1.125rem;
}
.formVerify .verifyInfo .ipt-txt{
	width: 60.7%;
	height: 2.8444rem;
	color: #333;
	font-size: 0.9244rem;
	padding: 0 5.2%;
	background: #f6f6f8;
	box-sizing: border-box;
	border-radius: 0.225rem;
	border: 1px solid #f0f0f0;
}
.formVerify .verifyInfo .yzimg,
.formVerify .verifyInfo .getyzm{
	position: absolute;
}
.formVerify .verifyInfo .yzimg{
	top: 0.47rem;
	right: 3%;
	width: 4.75rem;
    height: 1.9rem;
}
.formVerify .verifyInfo .getyzm{
	top: 0;
	right: 0;
	width: 35.4%;
	height: 2.8444rem;
	color: #3e5878;
	font-size: 0.9244rem;
	text-align: center;
	box-sizing: border-box;
	border-radius: 0.225rem;
	background: #fff;
    border: 1px solid #3e5878;
}
.formVerify .verifyInfo .getyzm-time{
	color: #666;
	background: #fff;
	border: 1px solid #e6e6e6;
}
.formVerify .verifyInfo .itembox-yzm .ipt-txt{
	width: 100%;
	padding-right: 40%;
}
.btntipbox{
	position: relative;
}
.btntipbox .subbtn{
	width: 100%;
	height: 2.8444rem;
	color: #fff;
	font-size: 1rem;
	border-radius: 0.4266rem;
	background: #3e5878;
	margin-top: 1.92rem;
	box-shadow: 0 2px 0.8533rem rgba(45, 74, 108, 0.06);
}
.btntipbox .errortip{
	position: absolute;
	left: 0;
	top: 0;
	color: #ff6040;
    font-size: 0.8533rem;
    line-height: 1.92rem;
}

.subMsg {
	background: none !important;
	box-shadow: none !important;
	border: 0 !important;
}
.subMsg .subMsg_con {
	height: 3.12rem;
	border-radius: 1.6rem;
	background: #000;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 1rem;
	line-height: 3.12rem;
	text-align: center;
	padding: 0 1.422rem;
}
.subMsg .layui-layer-content {
	padding: 0 !important;
}