/*公共头部样式*/
.about-page .header-container,.about-page .banner-box{
    width: 100%;
    height: 0px;
}
.about-page .banner-text,.about-page .banner-point,.about-page .news-casting,.about-page  .banner-ul {
	display: none;
}
.about-page .module-banner-bg {
	height:564px;
	background: url(img/about-banner.jpg) no-repeat center center;
}
.about-page .banner-link {
	display: block;
	width: 100%;
	height: 514px;
}
.ab-comm-banner{
	position:relative;
	width: 100%;
	height: 100%;
}
.ab-comm-banner .banner-title{
	padding-top: 244px;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
}
/*导航栏*/
.about-nav-wrapper {
	height: 50px;
	background-color: rgba(0, 0, 0, 0.1);
}
.about-nav-list {
	height: 100%;
	line-height: 50px;
}
.about-nav-list a{
	width: 14.2%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	float:left;
}
.about-nav-list a:hover {
	background-color: #009fd9;
}
.about-nav-list a.current {
    background-color: #009fd9;
}

.pic-tit{
	position:relative;
	height:45px;
	margin-bottom:50px;
}
.pic-tit em{
	font-style: normal;
	color:#ff8800;
}
.pic-tit .s-font{
	font-size:12px;
	color:#999999;
	text-indent: 0;
}
.pic-tit h2,
.pic-tit em{
	font-size:28px;
}
.pic-tit p,
.pic-tit h2{
	text-align: center;
}
.pic-tit img{
	width:100%;
}
.v-line{
	position:absolute;
	top:13px;
	width:100%;
	z-index: 0;
	border-bottom:#e9e9e9 solid 1px;
}
.ab-tit{
	mix-width:142px;
	margin-left:-71px;
	position:absolute;
	top:-13px;
	*top:6px;
	left:50%;
	background:#FFF;
	border:#FFF solid 6px;
	z-index: 5;
}
.pic-tit em.f-normal{
	color:#000;
}

