.body-contact-us {
	padding-top: 60px;
	min-width: 1270px;
}

.swiper-contact-us {
	height: 0;
	position: relative;
	width: 100%;
	display: inline-block;
	padding-bottom: 15.625%;
	background: url("../images/swiper_bg.png")left top no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

.swiper-contact-us .swi-container {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffffff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 13%;
}

.swiper-contact-us .swi-container .title {
	width: 280px;
	height: 72px;
	display: inline-block;
	background: url("../images/swiper_title.png")left top no-repeat;
	background-size: 280px 72px;
	vertical-align: middle;
}

.swiper-contact-us .swi-container .desc {
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 2%;
}

/*region contact-list*/
.contact-list ul {
	text-align: center;
}

.contact-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 45px 15px;
	min-width: 100%;
}

.contact-list li:nth-child(even) {
	background-color: #FAFAFA;
}

.contact-list li .list-container {
	width: 1240px;
	margin: 0 auto;
}

.contact-list li .li-title {
	color: #000000;
	font-size: 34px;
	line-height: 100px;
	text-align: left;
	font-weight: bold;
	height: 84px;
}

.contact-list li.li-service .li-title {
	background: url("../images/t_service.png")left center no-repeat;
	background-size: 258px 84px;
}

.contact-list li.li-service .service-list {
	display: inline-block;
	width: 100%;
	padding: 68px 0;
}

.contact-list li.li-service .service-list a {
	width: 33.333%;
	float: left;
	text-align: center;
	padding-top: 90px;
	color: #666666;
	font-size: 18px;
}

.contact-list li.li-service .service-list a.email {
	background: url("../images/email.png")center top no-repeat;
	background-size: 75px 51px;
}

.contact-list li.li-service .service-list a.phone {
	background: url("../images/phone.png")center top no-repeat;
	background-size: 58px 58px;
}

.contact-list li.li-service .service-list a.qq {
	background: url("../images/qq_grey.png")center top no-repeat;
	background-size: 58px 65px;
}

.contact-list li.li-partnership .li-title {
	background: url("../images/t_partnership.png")left center no-repeat;
	background-size: 328px 84px;
}

.contact-list li.li-partnership .desc {
	text-align: left;
}

.contact-list li.li-partnership .desc p {
	color: #666666;
	font-size: 20px;
	padding: 12px 0;
}

.contact-list li.li-headquarters {
	text-align: left;
}

.contact-list li.li-headquarters .left {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 580px);
	padding-right: 190px;
}

.contact-list li.li-headquarters .left .desc p {
	color: #666666;
	font-size: 20px;
	padding: 12px 0;
}

.contact-list li.li-headquarters .li-title {
	background: url("../images/t_headquarters.png")left center no-repeat;
	background-size: 388px 84px;
}

.contact-list li.li-headquarters .right {
	display: inline-block;
	vertical-align: middle;
}

.contact-list li.li-headquarters .right .map-div {
	width: 576px;
	max-height: 220px;
	overflow: hidden;
}

.contact-list li.li-headquarters .right .map-div img {
	width: 100%;
	height: auto;
}

/*endregion*/
