/* 大盒子 */
.contactbox{
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
	margin-top: 0.9rem;
}

/* 大图 */
.contactbox .contacttop{
    width: 100%;
    height: 6.23rem;
    font-size: 0;
	overflow: hidden;
}
.contactbox .contacttop img{
    width: 100%;
    height: 6.23rem;
    font-size: 0;
}

/* 中心 */
.contactbox .contentbox{
    width: 19.2rem;
    height: 12.7rem;
    background: rgba(232,243,255,0.7800);
	padding-top: 0.42rem;
}
.contactbox .contentbox .content{
	width: 15.6rem;
	height: 5.23rem;
	background: #FFFFFF;
	/* opacity: 0.53; */
	margin-left: 1.81rem;
	position: relative;
}

/* 左侧盒子 */
.contactbox .contentbox .content .left{
	width: 12.33rem;
	height: 5.21rem;
	/* background: linear-gradient(to top right, #E0EBFE,#FAFBFF, #F8F9FF); */
	background: linear-gradient(35deg, #C2DCFE 0%, #FFFFFF 50%, rgba(255,255,255,0) 100%);
}
.contactbox .contentbox .content .left>h1{
	font-size: 0.6rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	/* color: #333333; */
	letter-spacing: 1px;
	padding: 0.59rem 0 0.49rem 0.4rem;
}
.contactbox .contentbox .content .left h1 span{
	color: #004DA5;
}
.contactbox .contentbox .content .left .tit{
	font-size: 0.36rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	/* color: #333333; */
	padding: 0 0 0.17rem 0.4rem;
}
.contactbox .contentbox .content .left .xhx{
	width: 8.77rem;
	height: 0.01rem;
	background: #FFFFFF;
	margin-left: 0.4rem;
}
.contactbox .contentbox .content .left .xhx span{
	display: inline-block;
	width: 0.96rem;
	height: 0.01rem;
	background: #004DA5;
}
.contactbox .contentbox .content .left .boxbom{
	margin: 0.39rem 0 0 0.4rem;
}
.contactbox .contentbox .content .left .boxbom .left1,.right1{
	float: left;
}

.contactbox .contentbox .content .left .boxbom .left1 p{
	width: 4.78rem;
	height: 0.64rem;
	font-size: 0.18rem;
	font-family: MicrosoftYaHei;
	color: #666666;
	line-height: 0.32rem;
	margin-bottom: 0.11rem;
}
.contactbox .contentbox .content .left .boxbom .right1{
	
}
.contactbox .contentbox .content .left .boxbom .right1 p{
	height: 0.64rem;
	font-size: 0.18rem;
	font-family: MicrosoftYaHei;
	color: #666666;
	line-height: 0.32rem;
	margin-bottom: 0.11rem;
}
/* 右侧盒子 */
.contactbox .contentbox .content .right{
	position: absolute;
	top: 0.61rem;
	right: 0.4rem;
	width: 6rem;
	height: 3.57rem;
	background: linear-gradient(134deg, #C2DCFE 0%, #FFFFFF 50%, rgba(255,255,255,0) 100%);
}
.contactbox .contentbox .content .right .left2{
	float: left;
	width: 0.7rem;
	height: 0.56rem;
	margin: 0.79rem 0.21rem 2.22rem 0.41rem;
}
.contactbox .contentbox .content .right .left2 img{
	width: 0.7rem;
	height: 0.56rem;
}

.contactbox .contentbox .content .right .right2{
	float: left;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.contactbox .contentbox .content .right .right2 p{
	width: 0.34rem;
	height: 0.06rem;
	background: #004DA5;
	margin-top: 0.63rem;
}
.contactbox .contentbox .content .right .right2 h3{
	width: 1.51rem;
	height: 0.62rem;
	font-size: 0.24rem;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	/* color: #333333; */
	line-height: 0.31rem;
	letter-spacing: 1px;
	margin-top: 0.1rem;
}
.contactbox .contentbox .content .right .right2 h2{
	height: 0.47rem;
	font-size: 0.36rem;
	opacity: 0.53;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #004DA5;
	line-height: 0.47rem;
	margin-top: 0.11rem;
	margin-bottom: 0.23rem;
}
.contactbox .contentbox .content .right .right2 span{
	width: 1.01rem;
	height: 1.01rem;
	background: #D8D8D8;
	display: block;
}
