.banner{
	margin-top: 64px;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .bannertxt{
	position: absolute;
	width: 700px;
	height: 198px;
	top: 50%;
	left: 50%;
	margin-top: -99px;
	margin-left: -350px;
	font-size: 24px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	padding: 10px 40px;
	box-sizing: border-box;
}
@media only screen and (min-width: 320px) and (max-width: 420px) {
	.banner .bannertxt{
		width: 300px;
		height: 80px;
		margin-top: -40px;
		margin-left: -150px;
		line-height: 16px;
		font-size: 14px;
	}
}
@media only screen and (min-width: 420px) and (max-width: 720px) {
	.banner .bannertxt{
		width: 460px;
		height: 180px;
		margin-top: -90px;
		margin-left: -230px;
		line-height: 40px;
		font-size: 24px;
	}
}
.company,.team,.service,.contactUs{
	width: 100%;
	max-width: 1920px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.company{
	background: url(../img/companybg.png) no-repeat;
	background-size: 100% 100%;
}
.company .companycontent{
	width: 100%;
	max-width: 1170px;
	box-sizing: border-box;
	padding: 60px 140px;
	text-align: center;
	margin: 0 auto;
}
.companycontent .text p:nth-child(1){
	margin-bottom: 12px;
}
.infoItem .titleCh{
	font-weight: 800;
	line-height: 46px;
	font-size: 32px;
}
.infoItem .titleEn{
	box-sizing: border-box;
	margin: 16px auto 36px;
}
.infoItem .titleEn span,.infoItem .titleEn p{
	display: inline-block;
}
.infoItem .titleEn p{
	line-height: 20px;
	color: #279af5;
	padding: 0 8px;
}
.infoItem .titleEn span{
	width: 46px;
	height: 1px;
	vertical-align: middle;
	background: #000;
}
@media only screen and (min-width: 320px) and (max-width: 720px) {
	.company .companycontent{
		padding: 32px 12px;
	}
	.company .companycontent .titleEn{
		margin: 12px 0;
	}
}
.team{
	padding: 36px 0;
	background: url(../img/photobg.png) no-repeat;
	background-size: 100% 100%;
}
.photo{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	height: auto;
	overflow: hidden;
}
.photo img{
	width: 32%;
	float: left;
}
.photo img:nth-child(2){
	margin: 0 2%;
}
.photo img:nth-child(4){
	position: relative;
	left: 17%;
}
.photo img:nth-child(5){
	position: relative;
	right: 17%;
	float: right;
}
.service{
	padding:52px 0;
}
.service .servicecontent{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.service .servicecontent .serviceInfo{
	box-sizing: border-box;
	padding: 0 32px;
}
.service .servicecontent .serviceInfo img{
	width: 100%;
}
.contactUs{
	max-width: 100%;
	padding: 36px 0;
	background: #f9f9f9;
}
.contactUs .container .contactItem{
	height: auto;
	background: white;
	box-sizing: border-box;
	min-height: 290px;
	padding: 0 22px;
}
.contactUs .container .contactItem img{
	width: 56px;
	margin-top: -28px;
	margin-bottom: 12px;
}
.contactUs .container .contactItem p{
	line-height: 24px;
}
.contactUs .container .contactItem .tc a,.contactUs .container .contactItem .tc{
	color: #ffd378;
	text-decoration: none;
}
.contactUs .container .contactItem .m16{
	margin-bottom: 16px;
}
.contactUs .container .contactItem:nth-child(2){
	background: #f9f9f9;
	padding: 0;
}
.contactUs .container .contactItem .contactAdd{
	margin: 0 25%;
	min-height: 290px;
	background: white;
	position: relative;
	box-sizing: border-box;
	padding: 0 22px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.contactUs .container .contactItem:nth-child(2){
		background: #fff;
	}
	.contactUs .container .contactItem:nth-child(3){
		min-height: 180px;
	}
	.contactUs .container .contactItem .contactAdd{
		margin: 0;
	}
	.contactUs{
		padding-bottom: 0;
	}
	.contactUs .container .contactItem{
		padding-bottom: 28px;
	}
}
