@charset "utf-8";
#ft{
	margin-top: 0;
}
#about{
	background: url(../images/about-bg.png) no-repeat center top;
	background-color: #f2f2f2;
	padding-top: 352px;
	padding-bottom: 52px;
}
#about-main{
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
}

.about-part{
	background: url(../images/about-part-bg.jpg) repeat-y center top;
	background-color: white;
	overflow: hidden;
	padding: 90px 0 120px;
}
.about-part-box{
	overflow: hidden;
	width: 1094px;
	margin: 0 auto;
}

.about-part-title{
	float: left;
	width: 37%;
}
.about-part-main{
	float: right;
	width: 63%;
}

.about-part-title i{
	display: block;
	font-style: normal;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	color: #010101;
	overflow: hidden;
}
.about-part-title i::before{
	content: "";
	display: inline-block;
	height: 4px;
	width: 23px;
	background: #010101;
	float: left;
	margin-top: 7px;
	margin-right: 8px;
}
.about-part-title h2{
	height: 70px;
	line-height: 70px;
	margin-top: 43px;
	font-size: 52px;
	font-weight: bold;
}
.about-part-title strong{
	display: block;
	line-height: 26px;
}

#about-part-1 .about-part-main{
	margin-top: 70px;
}
#about-part-1 .about-part-main p{
	line-height: 28px;
	font-size: 13px;
	color: #595959;
	margin-bottom: 28px;
	text-indent: 26px;
}





#about-banner{
	height: 664px;
	overflow: hidden;
	position: relative;
	z-index: -1;
}
#about-banner-mask{
	background: url(../images/about-logo.png) no-repeat center 220px ;
	background-color: rgba(0,0,0,.25);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#about-banner video{
	width: 1920px;
	height: 664px;
}


#about{
	background: none;
	padding-top: 0;
}

#about-main{
	margin-top: -100px;
	box-shadow: 0 15px 40px 0 rgba(0,0,0,.1);
}

#hd{
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.09)
}
#hd-nav a{
	color: white;
}

#hd-nav li:hover,#hd-nav li.active{
	background: rgba(255,255,255,.09);
}

#hd-search input{
	background: rgba(0,0,0,.2);
}

#docs::before{
	content: "";
	display: block;
	background-color: #f2f2f2;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

