.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
	padding-top: 75px;
}

.main h5.cn {
	font-family: 'pingfang';
	font-size: 56px;
	color: #3c3c3c;
	font-weight: 500;
	text-align: center;
	line-height: 86px;
	letter-spacing: 2px;
}

.main h5.en {
	font-family: arial;
	font-size: 24px;
	color: #3c3c3c;
	font-weight: 500;
	text-align: center;
	line-height: 54px;
	letter-spacing: 2px;
	opacity: 0.7;
}

.main .contacts .l {
	width: 570px;
	padding-top: 35px;
}

.main .contacts .l h5 {
	font-size: 24px;
	color: #333333;
	font-weight: 500;
	line-height: 76px;
	padding-top: 44px;
}

.main .contacts .l p {
	font-size: 16px;
	color: #535353;
	line-height: 30px;
}

.main .contacts .l p span {
	color: #898989 !important;
}

.main .contacts .l ul {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 30px;
}

.main .contacts .l ul li i {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: center center;
}

.main .contacts .l ul li:nth-of-type(1) i {
	background-image: url(../images/c_qq.png);
}

.main .contacts .l ul li:nth-of-type(2) i {
	background-image: url(../images/c_weixin.png);
}

.main .contacts .l ul li:nth-of-type(3) i {
	background-image: url(../images/c_weibo.png);
}

.main .contacts .l ul li:hover i {
	background-color: #1eb6a9;
}

.main .contacts .l ul li:nth-of-type(1):hover i {
	background-image: url(../images/c_qq1.png);
}

.main .contacts .l ul li:nth-of-type(2):hover i {
	background-image: url(../images/c_weixin1.png);
}

.main .contacts .l ul li:nth-of-type(3):hover i {
	background-image: url(../images/c_weibo1.png);
}

.main .contacts .l ul li p {
	font-size: 18px;
	color: #282828;
	line-height: 50px;
	text-align: center;
}

.main .contacts .r {
	width: calc(100% - 580px);
	padding-top: 100px;
}

.main .contacts .r #map {
	width: 100%;
	height: 385px;
}

@media screen and (max-width: 550px ) {
	
	.main {
		padding-top: 0px;
		padding-bottom: 70px;
	}
	
	.main h5.cn {
		font-size: 28px;
		line-height: 56px;
	}
	
	.main h5.en {
		font-size: 18px;
		line-height: 34px;
	}
	
	.main .contacts .l,
	.main .contacts .r {
		width: 100%;
	}
	
	.main .contacts .l {
		box-sizing: border-box;
		padding: 0 10px;
		padding-top: 20px;
	}
	
	.main .contacts .l h5 {
		padding-top: 0px;
		font-size: 18px;
		line-height: 34px;
	}
	
	.main .contacts .l p {
		font-size: 14px;
	}
	
	.main .contacts .r {
		padding-top: 0px;
	}
	
}