.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main .top {
	padding-top: 85px;
	padding-bottom: 45px;
}

.main .top .l h4.title {
	font-size: 48px;
	color: #009381;
	font-weight: 500;
	line-height: 126px;
}

.main .top .r h4.en_title {
	font-family: arial;
	font-size: 68px;
	font-weight: 500;
	opacity: 0.15;
	color: #7f7f7f;
	line-height: 126px;
}

.main #map {
	width: 100%;
	height: 360px;
}

.main .contacts .l {
	width: 585px;
}

.main .contacts .l h5 {
	font-size: 30px;
	color: #009381;
	font-weight: 500;
	line-height: 76px;
	padding-top: 44px;
}

.main .contacts .l p {
	font-size: 16px;
	color: #898989;
	line-height: 30px;
}

.main .contacts .l ul {
	box-sizing: border-box;
	padding-right: 85px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 43px;
}

.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: #f16d03;
}

.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% - 585px);
	padding-top: 65px;
}

@media screen and (max-width: 550px ) {
	
	.main {
		box-sizing: border-box;
		padding: 0 10px;
		padding-bottom: 70px;
	}
	
	.main .top {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	.main .top .l,
	.main .top .r {
		width: 100%;
		float: none;
	}
	
	.main .top .l h4.title {
		font-size: 26px;
		line-height: 56px;
	}
	
	.main .top .l p {
		font-size: 14px;
		line-height: 26px;
	}
	
	.main .top .r h4.en_title {
		font-size: 26px;
		line-height: 56px;
	}
	
	.main .bottom>.l {
		display: none;
	}
	
	.main .bottom .r {
		float: none;
		width: 100%;
	}
	
	.main #map {
		height: 250px;
	}
	
	.main .contacts .l {
		float: none;
		width: 100%;
	}
	
	.main .contacts .l h5 {
		font-size: 18px;
		line-height: 56px;
		padding-top: 0px;
	}
	
	.main .contacts .l p {
		font-size: 14px;
	}
	
	.main .contacts .l ul {
		padding-right: 0px;
		width: 100%;
	}
	
	.main .contacts .r {
		width: 100%;
		float: none;
		padding-top: 20px;
	}
	
}