/*banner部分-----------------------*/
#about-banner{
	width: 100%;
	height: 520px;
}
#about-banner .banner{
	width: 100%;
	height: 100%;
	background-image: url(../images/about/banenr.png);
	
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	background-size: cover;
}

/*banner结束---------------------------------------------*/

/*关于我们开始---------------------------------------------*/
#about{
	width: 100%;
	background-color:#fafafa ;
}
/*菜单*/
#about .about-menu{
	width: 100%;
	height: 140px;
	
	background-color: #FFFFFF;
}

#about .about-menu div{
	width: 1200px;
	height: 100%;
}

#about .about-menu p{
	margin-right: 76px;
	height: 138px;
	
	font-size: 30px;
	color: #333333;
	line-height: 138px;
}
#about .about-menu .about-menu-active{
	color: #E42826;
	border-bottom: 2px solid #E42826;
}
#about .about-menu p:hover{
	cursor: pointer;
	
	color: #E42826;
	border-bottom: 2px solid #E42826;
}
#about .about-menu p:last-child{
	margin: 0;
}


/*企业简介*/
#about .body-content{
	width: 1200px;
}
#about .body-content h2{
	font-size: 30px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
}
#about .body-content h2 p:last-child{
	font-size: 24px;
	color: #999999;
	line-height: 24px;
	
	margin-top: 12px;
}

/*内容*/
#about .company-profile{
	padding-top: 65px;
}
#about .company-profile .about-content{
	width: 100%;
	margin-top: 50px;
	padding-bottom: 80px;
}

#about .company-profile .about-content p{
	width: 100%;
	
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 48px;
	
	text-indent: 1em;
}
#about .company-profile .about-content img{
	margin: 50px 0;
	
	width: auto;
	height: auto;
	max-width: 100%;
	
	display: block;
}
/*公司简介结束---------------------*/

/*企业文化--------------------------*/
#about .company-culture{
	padding-bottom: 80px;
}
#about .company-culture .enterprise-mission{
	width: 100%;
	padding-top: 65px;
}

#about .company-culture .enterprise-mission ul{
	
}

#about .company-culture .enterprise-mission ul li{
	width: 360px;
	
	margin-right: 20px;
}
#about .company-culture .enterprise-mission ul li:last-child{
	margin: 0;
}
/**/
#about .company-culture .enterprise-mission ul li div{
	width: 100%;
	height: 400px;
	
	overflow: hidden;
	margin-bottom: 40px;
}
#about .company-culture .enterprise-mission ul li div img{
	width: 100%;
	height: auto;
	
	display: block;
}

#about .company-culture .enterprise-mission ul li p{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
	
	padding-bottom: 20px;
	
	position: relative;
}

#about .company-culture .enterprise-mission ul li p:after{
	content: " ";
	
	width: 120px;
	height: 2px;
	background: #E42826;
	border-radius: 1px;
	
	position: absolute;
	left: 0;
	bottom: 2px;
}

/*企业愿景*/
#about .company-culture .enterprise-vision{
	width: 100%;
	
	margin-top: 100px;
}
#about .company-culture .enterprise-vision div{
	height: 448px;
	width: 100%;
	
	background-image: url(../images/about/ev.png);
	background-size: 100% 100%;
}

#about .company-culture .enterprise-vision div p{
	font-size: 60px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 60px;
	
	text-align: center;
	width: 100%;
}

/*管理方针---*/

#about .company-culture .management-policy{
	width: 100%;
	
	margin-top: 100px;
}
#about .company-culture .management-policy ul{
	
}

#about .company-culture .management-policy ul li{
	width: 460px;
	height: 250px;
	
	margin-right: 20px;
	margin-bottom: 20px;
	
	background-image: url(../images/about/mp1.png);
	background-size: 100% 100%;
}
#about .company-culture .management-policy ul li:nth-child(2){
	background-image: url(../images/about/mp2.png);
	
	margin-right: 0;
}
#about .company-culture .management-policy ul li:nth-child(3){
	background-image: url(../images/about/mp3.png);
}
#about .company-culture .management-policy ul li:nth-child(4){
	background-image: url(../images/about/mp4.png);
	
	margin-right: 0;
}

#about .company-culture .management-policy ul li p{
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 250px;
	
	width: 100%;
	text-align: center;
}


/*价值观--*/
#about .company-culture .sense-worth{
	width: 100%;
	
	margin-top: 80px;
}
#about .company-culture .sense-worth ul{
	
}

#about .company-culture .sense-worth ul li{
	width: 272px;
	
	margin-right: 10px;
}

#about .company-culture .sense-worth ul li:last-child{
	margin: 0;
}
/*图片*/
#about .company-culture .sense-worth ul li div{
	width: 100%;
	height: 360px;
	
	margin-bottom: 34px;
}

#about .company-culture .sense-worth ul li div img{
	width: 100%;
	height: 100%;
	
	display: block;
}
/*文字*/
#about .company-culture .sense-worth ul li p{
	width: 100%;
	
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
	
	text-align: center;
}
/*企业文化结束--------------------------*/

/*合伙人介绍--------------------------*/
#about .partner-intro{
	padding-bottom: 70px;
}
#about .partner-intro .partner-content{
	width: 100%;
	padding-top: 65px;
}

#about .partner-intro .partner-content ul{
	
}

#about .partner-intro .partner-content ul li{
	width: 380px;
	
	margin-right: 30px;
}

#about .partner-intro .partner-content ul li:last-child{
	margin: 0;
}
/*图片*/
#about .partner-intro .partner-content ul li div{
	width: 100%;
	height: 216px;
	
	margin-bottom: 28px;
}
#about .partner-intro .partner-content ul li div img{
	width: 100%;
	height: auto;
	
	display: block;
}

#about .partner-intro .partner-content ul li .partner-name{
	font-size: 18px;
	font-weight: 500;
	color: #19213D;
	line-height: 18px;
	
	text-align: center;
	
	margin-bottom: 16px;
}
#about .partner-intro .partner-content ul li .intro{
	width: 320px;
	font-size: 14px;
	font-weight: normal;
	color: #19213D;
	line-height: 24px;
	
	margin-left: 30px;
}
/*合伙人介绍结束--------------------------*/

/*企业荣誉-----------------------------*/
#about .honor-intro{
	padding-bottom: 70px;
}
#about .honor-intro .honor-content{
	width: 100%;
	padding-top: 65px;
}

#about .honor-intro .honor-content ul{
	
}

#about .honor-intro .honor-content ul li{
	width: 360px;
	
	margin-right: 30px;
}

#about .honor-intro .honor-content ul li:last-child{
	margin: 0;
}
/*图片*/
#about .honor-intro .honor-content ul li div{
	width: 100%;
	height: 270px;
	
	margin-bottom: 28px;
}
#about .honor-intro .honor-content ul li div img{
	width: 100%;
	height: auto;
	
	max-height: ;
	
	display: block;
}

#about .honor-intro .honor-content ul li .partner-name{
	font-size: 18px;
	font-weight: 500;
	color: #19213D;
	line-height: 24px;
	
	text-align: center;
	
	margin-bottom: 16px;
}
#about .honor-intro .honor-content ul li .intro{
	width: 320px;
	font-size: 14px;
	font-weight: normal;
	color: #19213D;
	line-height: 24px;
	
	margin-left: 30px;
}

/*发展历程----------------------------*/

#about .company-process{
	padding-bottom: 70px;
	width: 1300px;
}
#about .company-process .process-content{
	width: 100%;
	padding-top: 65px;
}

/**/
#about .company-process .process-content .history-content{
	position: relative;
	width: 100%;
	
	padding-top: 30px;
}
#about .company-process .process-content .history-content ul{
	height: auto;
	width: 100%;
	
	position: relative;
	z-index: 5;
}
#about .company-process .process-content .history-content ul li{
	width: 100%;
	
	background: transparent;
}

#about .company-process .process-content .history-content ul .history-li-top140{
	margin-top: -140px;
}
#about .company-process .process-content .history-content ul .history-li-top100{
	margin-top: -100px;
}
#about .company-process .process-content .history-content ul li .history-li-y{
	
}

/*内容*/
#about .company-process .process-content .history-content ul li .history-li-y .history-li-content{
	padding: 35px;
	
	width: 430px;
	background: #EFEFEF;
	opacity: 0.7;
	border-radius: 5px;
}
#about .company-process .process-content .history-content ul li .history-li-y .history-li-content .history-li-content-title{
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	
	margin-bottom: 20px;
}

#about .company-process .process-content .history-content ul li .history-li-y .history-li-content p{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
#about .company-process .process-content .history-content ul li .history-li-y .history-li-content img{
	width: 100%;
	height: auto;
	
	display: block;
	
	margin-top: 24px;
}

/*横线*/
#about .company-process .process-content .history-content ul li .history-li-y .history-li-hx{
	margin:0 16px;
	margin-top: 40px;
	
	width: 28px;
	height: 1px;
	background: #E60026;
}
#about .company-process .process-content .history-content ul li .history-li-y .history-li-hx-lang{
	width: 118px;
}
/*时间*/
#about .company-process .process-content .history-content ul li .history-li-y .history-li-data{
	padding:20px 0 ;
	
	height: 44px;
	background-color: #fafafa;
}
#about .company-process .process-content .history-content ul li .history-li-y .history-li-data p{
	width: 180px;
	height: 44px;
	background: #E60026;
	border-radius: 22px;
	
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	
	line-height: 44px;
	text-align: center;
}

/*空白的*/
#about .company-process .process-content .history-content ul li .history-li-k{
	background-color: transparent;
	width: 560px;
	height: 1px;
}
/*竖线*/
#about .company-process .process-content .history-content .history-sx{
	width: 1px;
	height: calc(100% - 150px);
	background: #E60026;
	
	position: absolute;
	z-index: 4;
	
	left: 50%;
	top: 75px;
}


/*企业架构开始-----------------------------*/
#about .company-structure{
	padding-bottom: 70px;
}
#about .company-structure .structure-content{
	width: 100%;
	padding-top: 65px;
}
#about .company-structure .structure-content .structure-top{
	/*padding-top: 65px;*/
}
/*董事长*/
#about .company-structure .structure-content .structure-top .structure-top-title{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
	
	text-align: center;
}
/**/
#about .company-structure .structure-content .structure-top .structure-top-content{
	margin-top: 25px;
	
	border-top: 1px solid #E4E4E4;
}
#about .company-structure .structure-content .structure-top .structure-top-content div{
	padding: 40px 30px;
}
#about .company-structure .structure-content .structure-top .structure-top-content .structure-top-left{
	border-right: 1px solid #E4E4E4;
}

#about .company-structure .structure-content .structure-top .structure-top-content div p{
	font-size: 18px;
	font-weight: 500;
	color: #999999;
	line-height: 30px;
}

/*竖线*/
#about .company-structure .structure-content .structure-top .structure-top-content .structure-top-sx{
	width: 1px;
	height: 120px;
	background: #333333;
	
	padding: 0;
	
	margin-top: 40px;
}

/**/
#about .company-structure .structure-content .structure-department{
	border-top: 1px solid #E4E4E4;
	width: 1200px;
}
#about .company-structure .structure-content .structure-department>ul{
	width: 1200px;
}
#about .company-structure .structure-content .structure-department>ul>li{
	width: 200px;
}
#about .company-structure .structure-content .structure-department>ul>li>p{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 80px;
	text-align: center;
	
	border-bottom: 1px solid #333333;
}

#about .company-structure .structure-content .structure-department>ul>li>ul{
	width: calc(100% - 20px);
	border-top: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	/*width: 100%;*/
	
	padding: 36px 0 20px 20px;
	
}
#about .company-structure .structure-content .structure-department>ul>li>ul>li{
	font-size: 18px;
	font-weight: 500;
	color: #999999;
	line-height: 30px;
	

}
