.about_us_bg{
	width:100%;
	height:15rem;/*750/50*/
	background:url(../images/about/about_bg.jpg) center no-repeat;
	background-size:cover;
}

/*公司简介*/
#companyPro,#qualification,#process{
	padding-top:0.8rem;/*40/50*/
	overflow:hidden;
}
.aboutBt{
	height:1.4rem;/*70/50*/
	line-height:1.4rem;
	overflow:hidden;
	border-bottom:1px solid #aaaaaa;
}
.aboutBt > li:nth-child(1){
	font-weight:bold;
	font-size:0.6rem;/*30/50*/
	color:#555555;
	float:left;
}
.aboutBt > li:nth-child(2){
	font-size:0.36rem;/*18/50*/
	color:#8f8f8f;
	float:left;
	margin-left:0.2rem;
}
.proCot{
	padding-top:1rem;
	overflow:hidden;
}
.proCot > li:nth-child(1){
	width:62.5%;/*750/1200*/
	overflow:hidden;
	float:left;
	padding-top:0.4rem;
}
.proCot > li:nth-child(1) > p{
	font-size:0.28rem;/*14/50*/
	color:#555555;
	overflow:hidden;
	text-align:justify;
	text-indent:0.56rem;
	line-height:2;
}
.proCot > li:nth-child(2){
	width:32.5%;/*390/1200*/
	height:4.4rem;/*220/50*/
	background:url(../images/about/pro_img.jpg) center no-repeat;
	background-size:cover;
	float:right;
}

/*公司资质*/
.qualCot{
	padding-top:1rem;
	padding-bottom:1.2rem;/*60/50*/
	overflow:hidden;
}
.qualCot > li{
	float:left;
	width:23.75%;/*285/1200*/
	margin:0 0.83%;/*10/1200*/
	overflow:hidden;
}
.qualCot > li > img{
	width:100%;
}

.honor{
	position:relative;
}
#honor{
	position:relative;
	width:100%;
	height:387px;
	overflow:hidden;
	margin:30px auto 50px;
}
#honor ul{
	position:absolute;
	width:100%;
	top:0;
	left:100%;
	height:100%;
	overflow: hidden;
}
#honor ul li{
	width: 285px;
	float: left;
	margin-left: 20px;
}
#honor ul li img{
	width: 100%;
}

.honor_btn{
	width:100%;
	height:60px;
	position:absolute;
	top:50%;
	margin-top:-30px;
	left:0;
	z-index:10;
	overflow:hidden;
	display:none;
}
.honor_btn .prev{
	width:36px;
	height:60px;
	float:left;
	cursor:pointer;
}
.honor_btn .next{
	width:36px;
	height:60px;
	float:right;
	cursor:pointer;
}





/*公司团队*/
#team{
	padding-top:0.8rem;/*40/50*/
	overflow:hidden;
	background-color:#181818;
}
.teamCot{
	padding:0.8rem;/*40/50*/
	overflow:hidden;
}
.teamAll{
	width:44.16%;/*530/1200*/
	height:11.6rem;/*580/50*/
	overflow:hidden;
	background:url(../images/about/teamAll.jpg) center no-repeat;
	background-size:cover;
	float:left;
}
.teamList{
	width:26.25%;/*315/1200*/
	margin-left:1.67%;/*20/1200*/
	float:left;
	overflow:hidden;
}
.teamList_info_1{
	width:100%;
	height:5.6rem;/*280/50*/
	background:url(../images/about/team1.jpg) center no-repeat;
	background-size:cover;
}
.teamList_info_2{
	width:100%;
	height:5.6rem;/*280/50*/
	background:url(../images/about/team2.jpg) center no-repeat;
	background-size:cover;
	margin-top:0.4rem;/*20/50*/
}
.teamList_info_3{
	width:100%;
	height:5.6rem;/*280/50*/
	background:url(../images/about/team3.jpg) center no-repeat;
	background-size:cover;
}
.teamList_info_4{
	width:100%;
	height:5.6rem;/*280/50*/
	background:url(../images/about/team4.jpg) center no-repeat;
	background-size:cover;
	margin-top:0.4rem;/*20/50*/
}
.listInfo{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.72);
	color:#979797;
	transition:all ease-in-out 0.4s;
	-moz-transition:all ease-in-out 0.4s;
	-ms-transition:all ease-in-out 0.4s;
	-o-transition:all ease-in-out 0.4s;
	-webkit-transition:all ease-in-out 0.4s;
}
.listInfo:hover{
	color:white;
	background-color:rgba(0,95,149,.61);
}
.listInfo:hover .listLine{
	background-color:white;
}
.listBt{
	font-weight:bold;
	height:1.6rem;/*80/50*/
	line-height:1.6rem;
	text-align:center;
	font-size:0.6rem;/*30/50*/
	padding-top:0.2rem;/*10/50*/
}
.listLine{
	width:16%;
	height:0.08rem;/*4/50*/
	background-color:#979797;
	margin:auto;
	transition:all ease-in-out 0.4s;
	-moz-transition:all ease-in-out 0.4s;
	-ms-transition:all ease-in-out 0.4s;
	-o-transition:all ease-in-out 0.4s;
	-webkit-transition:all ease-in-out 0.4s;
}
.listCot{
	width:92%;
	margin:auto;
	font-size:0.28rem;/*14/50*/
	padding-top:1rem;
	text-align:justify;
	line-height:1.6;
}

/*项目合作流程*/
.processCot{
	padding:1rem 0;
	overflow:hidden;
}
.processCot > li,.processCot > li > img{
	width:100%;
	overflow:hidden;
}

.box{
	position: relative;
	width:100%;
	height:706px;
	overflow: hidden;
	background: url(../images/honor/project_process.jpg) left top no-repeat;
	background-size:100% 100%;
	margin:20px auto 50px;
}
.box img{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
}