.contactus {
	width: 100%;
	height: auto;
	margin: 0.5rem 0px 0.92rem;
	display: flex;
}

.contactus .left {
	background: url(../image/index/bg1.png);
	background-size: 100% 100%;
	width: 50%;
	height: 9.67rem;
	padding-top: 0.92rem;
	padding-left: 1.61rem;
	box-sizing: border-box;
}

.contactus .left .title {
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0.3rem;
}

.contactus .left .line {
	width: 0.4rem;
	height: 0.06rem;
	background-color: #FFFFFF;
	margin-bottom: 0.5rem;
}

.contactus .left .addresstile {
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	opacity: 0.6;
	width: 2.56rem;
	padding-bottom: 0.1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	margin: 0.5rem 0px 0.2rem;
}

.contactus .left .add {
	color: rgba(255, 255, 255, 1);
	line-height: 0.24rem;
	font-size: 0.18rem;
	 margin-bottom: 0.16rem;
}

.contactus .right {
	box-sizing: border-box;
	flex: 1;
	padding: 0.9rem 1.61rem 0px 1.73rem;
	box-sizing: border-box;
	background: rgba(248, 248, 248, 1);
}

.contactus .right .title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 36px;
	color: rgba(51, 51, 51, 1);
}

.contactus .right .r_line {
	width: 0.4rem;
	height: 0.06rem;
	background: rgba(51, 51, 51, 1);
	margin-top: 0.15rem;
	margin-bottom: 0.5rem;
}

.contactus .right .inputtitle {
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	margin-top: 0.4rem;
}

.contactus .right .textarea {
	width:100% !important;
	height: 1.3rem;
	background-color: #F8F8F8;
	width: 100%;
	border-bottom: 1px solid rgba(112, 112, 112, 1);
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	padding-top: 0.2rem;
}

.contactus .right input {
	width: 3rem;
	border-bottom: 1px solid rgba(112, 112, 112, 1);
	height: 0.4rem;
	background-color: #F8F8F8;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.contactus .right .submit {
	text-align: center;
	width: 1.2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: rgba(51, 51, 51, 1);
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	margin-top: 1.06rem;
	cursor: pointer;
}

.team {
	padding: 0px 1.61rem;
	box-sizing: border-box;
	width: 100%;
	
	display: flex;
	justify-content: center;
}

.team .center {
	
	width: 100%;
}
.team .center img{
	width: 100%;
	height: auto;
}

.usewm{
	width: 0.46rem;
	height: 0.46rem;
	
	cursor: pointer;
}

.zxewm{
	width: 1.4rem;
	height: 1.4rem;
	/* margin-left: 0.2rem; */
	/* opacity: 0; */
}

.hoverewm{
	display: flex;
	align-items: center;
	margin-top: 0.6rem;
}

