/* 联系我们rem */
.mains{
	width: 100%;
	overflow:hidden;
	padding:0 1.5rem
}
.mains .center-box{
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin:90px 0;
}
.mains .center-box .left-box{
	width: 50%;
	height: 100%;
	padding: .44rem .78rem ;
}
.mains .center-box .left-box .t-title{
	width: 100%;
	font-size: .65rem;
	color: #ededed;
	line-height: .5rem;
}
.mains .center-box .left-box .can{
	font-size: .3rem;
	margin-bottom: .5rem;
}
.mains .center-box .left-box .call-phone{
	width: 100%;
	font-size: .14rem;
	color: #777;
}
.mains .center-box .left-box .phone-num{
	width: 100%;
	font-size: .4rem;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom:0.2rem;
}
.mains .center-box .left-box .nor-text{
	width: 100%;
	font-size:22px;
	color: #333;
	line-height: .4rem;
	padding-bottom:0.15rem;
}
.mains .center-box .left-box .qr-code{
	width: 1.16rem;
	height: 1.16rem;
	display: none;
	/*margin-top: .6rem;*/
}
.mains .center-box .left-box .qr-code img{
	width: 100%;
	height: 100%;
}
.mains .center-box .right-box{
	width: 50%;
	height: 100%;
}
.mains .center-box .right-box img{
	width: 100%;
	height: 100%;
}

.on-msg{
	width: 100%;
	height: 4.72rem;
	background-color: #f3f3f3;
	padding:0 1.5rem
}
.on-msg .center-box{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding:90px 0;
}
.on-msg .center-box .left-box .top-tite{
	width: 100%;
	height: .28rem;
	display: flex;
	align-items: flex-start;
	margin-bottom: .56rem;
	justify-content: flex-start;
}
.on-msg .center-box .left-box .top-tite .zh-title{
	font-size: .26rem;
	font-weight: bold;
	color: #333333;
	padding-left: .25rem;
	line-height: .25rem;
	border-left: solid 5px #0080d2;
	margin-right: .18rem;
}
.on-msg .center-box .left-box .top-tite .en-title{
	font-size: .18rem;
	color: #888888;
}
.on-msg .center-box .left-box{
	width: 50%;
	height: 100%;
	padding-right: .2rem;
}
.on-msg .center-box .right-box{
	padding-top: .84rem;
	width: 50%;
	height: 100%;
	padding-left: .2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
}
.on-msg .center-box .right-box input{
	width: 3.8rem;
	height: .6rem;
	border: solid 1px #e4e4e4;
	margin-bottom: .26rem;
	text-indent: 15px;
	font-size: .15rem;
}
.on-msg .center-box .right-box button{
	width: 2.2rem;
	font-size: .15rem;
	height: .6rem;
	border: none;
	background-color: #0080d2;
	color: #ffffff;
	margin-bottom: .26rem;
	font-size: .16rem;
}
.on-msg .center-box .left-box .texs{
	width: 100%;
	height: 2.33rem;
	resize: none;
	border: solid 1px #e4e4e4;
	padding: 15px;
	font-size: .15rem;
	line-height: .28rem;
}