@charset 'utf-8';
.about-us-wrap{
	width: 1200px;
	margin: 0 auto;
}
.base-info-wrap{
	padding-top: 20px;
}
.base-info-wrap .info-left{
	float: left; 
	width: 50%;
	padding: 0 16px;
	line-height: 3;

}
.base-info-wrap .info-left p{
	text-indent: 2em;
}
.base-info-wrap .info-right{
	float: left;
	width: 50%;
	display: table-cell;
	text-align: center;
	vertical-align: center;
	padding: 0 16px;
}
.info-right>img{
	width: 100%
}
.contact-info .contact-left{
	float: left;
	width: 50%;
	height: 360px;
	background: #ccc;
}
#map-content{
	width: 100%;
	height: 100%;
}
.contact-info .contact-right{
	float: left;
	width: 50%;
	text-align: center;
	line-height: 3;
	padding-top: 20px;
}
.contact-info .contact-right .title,
.contact-info .contact-right .subtitle{
	line-height: 1.5;
}
.contact-info .contact-right .subtitle{
	margin-bottom: 20px;
}
.characteristic{
	height: 318px;
	background: #f0f0f0;
	margin-top: 38px;
}
.characteristic>ul{
	width: 1200px;
	margin: 0 auto;
	text-align: center
}
.characteristic>ul li{
	width: 25%;
	float: left;
	padding: 30px 36px 0;
}
.characteristic>ul li i{
	display: block;
	width: 120px;
	height: 120px;
	background-color: #25bce9;
	border-radius: 50%;
	margin: 0 auto 22px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 124px;
}
.characteristic-icon-a{
	background-image: url(../img/characteristic-1.png);
}
.characteristic-icon-b{
	background-image: url(../img/characteristic-2.png);
}
.characteristic-icon-c{
	background-image: url(../img/characteristic-3.png);
}
.characteristic-icon-d{
	background-image: url(../img/characteristic-4.png);
}
.characteristic>ul li .name{
	font-size: 18px;
	color: #333;
}
.characteristic>ul li .line{
	display: block;
	margin: 18px auto;
	height: 2px;
	width: 40px;
	background: #aeaeae;
}
/* 我们的团队样式 */
.our-team-wrap,
.corporate-environment,
.corporate-event{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	line-height: 1.5;
}
.our-team-wrap .subtitle,
.corporate-environment .subtitle,
.corporate-event .subtitle{
	margin-bottom: 24px;
}

.our-team-wrap li{
	width: calc(25% - 60px);
	margin: 0 30px;
	float: left;
	background: #f2f0f0;
	border: 1px solid #e2e2e2;
}
.our-team-wrap li .img-wrap{
	height: 300px;
	overflow: hidden;
}
.our-team-wrap li .img-wrap img{
	height: 100%;
}
.our-team-wrap li .name{
	line-height: 36px;
}
.corporate-event{
	margin-bottom: 38px;
}
/* 公司环境部分样式 */
.swiper-container{
	height: 284px;
}
.swiper-slide{
	overflow: hidden;
}
.swiper-container .swiper-wrapper>img{
	width: 100%;
}

