.about_banner{
	height: 478px;
	background: url(../img/about/about_banner.jpg)no-repeat 50%;
}
#about_we{
	height: auto;display: table;
}
.about_we{
	width:1200px;
	padding-bottom: 111px;
	display: table;
}
.about_we>span{
	display: block;
	text-align: center;
	padding: 125px 0 86px 0;
}
.about_we .aw_l{
	width:577px;color:#333333;
}
.aw_l h3{
	padding-bottom: 14px;
	font-weight: bold;
}
.aw_l span{
	font-size: 14px;border-bottom:1px solid #ff7340;
	display: block;width: 128px;padding-bottom: 6px;
}
.aw_l p{
	font-size: 14px; line-height: 28px;
	height: 192px;border-bottom: 1px dashed #ccc;
	padding-top: 10px;margin-bottom: 75px;
}
.aw_l .awl-p2{
	border-bottom: 0 none;margin-bottom: 0;
}
#express{
	clear: both;
	height: 704px;
	background: url(../img/about/express.jpg) no-repeat top center;
	padding-top: 222px;box-sizing: border-box;
}
.express-t,.express-b{
	height: auto;display: table;width: 1200px;
}
.express dl{
	clear: both
}
.tittle dt{
	width: 106px;height:40px;color:#fff;
	line-height: 40px;text-align: center;
	font-size: 20px;
	background: #ff7341;
}
.tittle dd{
	font-size: 14px;color:#ff7341;
	border:1px solid #ff7341;
	width: 97px;height: 38px;
	text-align: center;line-height: 38px;
	margin-bottom: 24px;
}
.cont{
	line-height: 0;padding:15px 0;
}
.cont a{
	font-size: 14px;color:#fff;
}
.express-b{
	padding-top:62px;
}
.we_team{
	clear: both;
	padding: 96px 0;
}
.team_bag{
	background: url(../img/about/team.jpg) no-repeat top center;
	height: 902px;
}
.team_bag span{
	display: block;padding-top: 722px;
	padding-left: 135px;
}
.team_bag span h6{
	color:#333333;padding-bottom: 42px;
}
.team_bag span p{
	padding-bottom: 6px;
}
.join_tittle{
	text-align: center;padding-top: 126px;
	padding-bottom: 81px;
}
.join_bag{
	height: 876px;
	background: url(../img/about/join.jpg) no-repeat top center;
}
.prpcess .pps-b{
	background: url(../img/about/irregular.png) no-repeat;
	height: 224px;
	background-position:170px 98px;
	padding:48px 0 214px 0;
	font-size: 16px;font-weight: bold;
	position: relative;
}
.prpcess .pps-b p b{
	color:#ff7340;
}
.prpcess .pps-b p:nth-child(1){
	position: absolute;
	left:170px;top:53px;
}
.prpcess .pps-b p a{
	display: inline-block;
	padding: 16px 37px;
	border-right: 1px solid #ccc;
}
.prpcess .pps-b p .last{
	border-right: none;
}
.prpcess .pps-b p:nth-child(2){
	position: absolute;
	right: 14px;
	top: 211px;
}
.contact_us{
	height: 487px;
	background: url(../img/about/contact_us.jpg) no-repeat top center;
}
/*video*/
.video{
	display: inline-block;
	width: 478px;
	height: 272px;
	margin-left: 400px;
	margin-top: 108px;
	background: url(../img/about/VideoBg.jpg) no-repeat;
	position: relative;
}
.PalyBtn{
	display: block;
	position: absolute;
	margin:auto;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
}
/*video 弹窗*/
.TanChuang{
	position: fixed;
	z-index: 10000;
	width:100%;
	height:100%;
	top:0;
	left: 0;
	background: rgba(0,0,0,.6);
	display: none;
}
.centerCont{
	position:relative;
	background: #000;
	left: 50%;
	top:-50%;
	z-index: 999;
	transition: all .6s;
}
#play{
	position: absolute;
	margin:auto;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index: 1000;
	cursor: pointer;
}
.close_video{
	display: block;
	width:24px;
	height:24px;
	font-size: 16px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	line-height: 24px;
	color:#757575;
	position: absolute;
	top:24px;
	right: 24px;
	-webkit-transition: all .2s;
    transition: all .2s;
}
/*video 弹窗end*/