 /*关于我们页面标题通用样式 */
 .title{
	 box-sizing: border-box;
	 height: 168px;
	 padding: 44px 0;
 }
 .title h2,.title h3{
	 
	 text-align: center;
	 font-size: 24px;
	 line-height: 40px;
 }
 .title h2{
	 font-weight: normal;
	 color: #000000;
	 line-height: 40px;
 }
 .title h3{
	 color: #c2c2c2;
	 font-weight: 100;
 }
 /*banner图 */
.banner{
	height: 430px;
}
 .banner img{
	 position: absolute;
	 left: 50%;
	 margin-left: -960px;
 }
 /* 关于我们页面导航*/
.abs-wrap .abs-nav-wrap{
	box-sizing: border-box;
	width: 100%;
	height: 85px;
	padding-top: 23px;
	margin: 0 auto;
}
.abs-wrap .abs-nav{
	height: 62px;
	width: 724px;
	padding: 0 238px;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	margin: 0 auto;
}
.abs-nav-item{
	display: inline-block;
	box-sizing: border-box;
	width: 181px;
	height: 60px;
	float: left;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	position: relative;
}
.abs-nav-item:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 100%;
	width: 0;
	height: 2px;
	background: #004da0;
	transition: all .2s linear;
}
.abs-nav-item:hover:before{
	width: 100%;
	top: 100%;
	left: 0;
	transition-delay: .1s;	
}
.abs-nav-item:hover~.abs-nav-item:before{
	left: 0;
}
.act:before{
	width: 100%;
	left: 0;
}
 /*公司简介 */
 .company-abs{
	 padding-top: 44px;
 }
 .company-abs .company-abs-left{
	 width: 700px;
	 float: left;
 }
.company-abs .company-abs-left>.company-name{
	height: 68px;
	font-size: 24px;
	color: #494949;
	line-height: 66px;
	padding-bottom: 30px;
	position: relative;
}
.company-abs .company-abs-left>.company-name:after{
	content: "";
	width: 56px;
	height: 2px;
	background: #454545;
	position: absolute;
	left: 0;
	bottom: 30px;
}
.company-abs .company-abs-left .small-title{
	height: 36px;
	font-size: 14px;
	color: #6b6b6b;
	line-height: 36px;
	margin: 19px 0;
}
.company-abs .company-abs-left .small-title>span{
	font-size: 28px;
	color: #004da0;
	line-height: 36px;
}
.company-abs .company-abs-left .abs-content p{
	font-size: 14px;
	line-height: 24px;
	color: #6b6b6b;
	margin-bottom: 35px;
}
.company-abs .company-abs-right{
	float: right;
	margin-top: 12px;
}
/* #zizhi{
	width: 100%;
	height: 1px;
	visibility: hidden;
	float: left;
} */
 /*公司资质 */
 .company-qualifications .content-wrap{
	 width: 100%;
	 height: 718px;
	 background: url(../img/qualification-bg.png) no-repeat;
	 background-position:center center; 
 }
 .company-qualifications .content-wrap .content{
	 box-sizing: border-box;
	 width: 1132px;
	 height: 718px;
	 margin: 0 auto;
	 padding-top: 58px;
 }
 .company-qualifications .content-wrap .content ul{
	 width: 100%;
	 overflow: hidden;
	 margin-bottom: 26px;
 }
 .company-qualifications .content-wrap .content ul li{
	 float: left;
 }
 .company-qualifications .content-wrap .content ul li:last-child{
	 margin-right: 0;
 }
 .company-qualifications .content-wrap .content ul li>img{
	 display: block;
 }

 .company-qualifications .content-wrap .content .top li{
	 height: 289px;
	 line-height: 289px;
	 float: left;
	 margin-right: 23px;
 }
 .company-qualifications .content-wrap .content .bottom li{
	 height: 287px;
	 float: left;
	 margin-right: 34px;
 }
 /* 企业文化*/
 .culture-dot-wrap ul{
	 width: 776px;
	 height: 111px;
	 overflow: hidden;
	 margin: 0 auto;
 }
 .culture-dot-wrap ul li{
	 width: 112px;
	 height: 111px;
	 background: url(../img/circle.png);
	 text-align: center;
	 font-size: 28px;
	 font-weight: normal;
	 line-height: 111px;
	 color: #ffffff;
	 float: left;
	 margin: 0 41px;
 }
 .culture-describe{
	 width: 800px;
	 float: left;
	 overflow: hidden;
	 margin-top: 65px;
 }
 .culture-ship{
	 float: right;
	 margin-top: 35px;
 }
 .culture-describe p{
	 font-size: 14px;
	 color: #2f2f2f;
	 line-height: 30px;
 }
 .culture-describe .culture-summary{
	 line-height: 24px;
	 margin-bottom: 35px;
 }
 /* 联系我们*/
 .contact-us{
	 width: 100%;
	 height: 860px;
	 min-width: 1200px;
	 overflow: hidden;
	 position: relative;
	 margin-top: 100px;
 }
 .contact-top{
	 width: 100%;
	 height: 349px;
	 background: url(../img/contact.png) no-repeat;
	 background-position:center center; 
	 position: absolute;
	 top: 0;
 }
 .contact-top .title h2,.contact-top .title h3{
	 color: #ffffff;
 }
 .contact-mode{
	 box-sizing: border-box;
	 padding: 0 130px;
 }
 .contact-mode .contact-mode-left{
	 width: 680px;
	 float: left;
 }
 .contact-mode .contact-mode-left p{
	 width: 340px;
	 height: 45px;
	 font-size: 14px;
	 color: #ffffff;
	 line-height: 45px;
	 float: left;
 }
 .contact-mode .contact-mode-right{
	 width: 114px;
	 height: 114px;
	 float: right;
 }
 .contact-mode .contact-mode-right img{
	 width: 114px;
	 height: 114px;
 }
 .address{
	 width: 1200px;
	 height: 433px;
	 position: absolute;
	 top: 316px;
	 left: 50%;
	 margin-left: -600px;
 }
 .address .allmap{
	 width: 1200px;
	 height: 433px;
 }