
.banner{
	height: auto;
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
}
.banner .tab_nav{
	width: 860px;
	height: 80px;
	background: #383838;
	z-index: 100;
	padding-left: 40px;
	margin: 0 auto;
}
.wrappernav {
	width: 100%;
	background: #383838;
	height: 80px;
}
html body .banner .fixed_tab_nav {
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.banner .tab_nav li{
	float: left;
	line-height: 80px;
}
.banner .tab_nav li a{
	display: inline-block;
	line-height: 37px;
	padding: 0 70px;
	color: #fff;
	position: relative;
}
.banner .tab_nav li.active a:after,.banner .tab_nav li:hover a:after{
	content: '';
	width: 90px;
	position: absolute;
	bottom: -22px;
	left: 58px;
	height: 2px;
	background: #fea119;
}
.about{
	height: 400px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 46px;
}
.bannerimg {
	background: url('../img/about/about_banner.jpg') 100% no-repeat;height: 450px;
	color: #fff;
	text-align: center;
	font-weight: 100;
	background-size: cover;
}
.bannerimg .tit {
	font-size: 30px;
    font-weight: 200;
    padding-top: 170px;
    padding-bottom: 26px;
}
.about-title{
	margin-top: 38px;
	font-size: 28px;
	color: #333;
	line-height: 60px;
	text-align: center;
}
.about-title h3{
	font-size: 29px;
	color: #000;
	font-weight:lighter;
	line-height: 50px;
}
.about-contain{
	width:1180px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 26px;
}
.about-contain h5{
	font-size: 18px;
	color: #333;
	line-height: 64px;
}
.about-contain p{
	font-size: 16px;
	color: #999;
	text-align: left;
	margin-bottom: 28px;
	line-height: 28px;
}
.office {
	height: 817px;
	margin: 0 auto;
	background-color: #f3f3f3;
	overflow: hidden;
	background-image:url(../img/about/office_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.office .img{
	width: 392px;
	height: 294px;
	float: left;
	margin-bottom: 12px;
	margin-right: 12px;
	position: relative;
}
.office .img:hover:after{
	content: attr(data-text);
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	line-height: 294px;
	font-size: 18px;
}
.office .img:nth-of-type(3n){
	margin-right: 0;
}

/*发展历程*/
.course{
	height: 560px;
}
.course .timebox{
	height: 400px;
	background:url(../img/about/time_bg.png)no-repeat;
	overflow: hidden;
}
.course .timebox .line{
	width: 1200px;
	border-top: 1px solid #fff;
	margin: 0 auto;
	margin-top: 190px;
	padding-left:30px;
}
.course .timebox .line .timepoint{
	width: 166px;
	height: 400px;
	border: 1px solod #fff;
	margin-top: -190px;
	float: left;
	position: relative;
}
.course .timebox .line .timepoint .point{
	position: absolute;
	top: 180px;
	left: 72px;
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #33303d;
}
.course .timebox .line .timepoint .point:after{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 6px;
	left: 6px;
	background: #fff;
}
.course .timebox .line .timepoint .time{
	position: absolute;
	color: #fff;
	top: 220px;
	left: 42px;
}
.course .timebox .line .timepoint  .pop{
	padding:17px 24px;
	width: 132px;
	height: 50px;
	border-radius:6px;
	background: #fff;
	position: absolute;
	top: 75px;
	left: -10px;
	text-align: center;
	font-size: 14px;
	color: #299bff;
	line-height: 26px;
	opacity: 0;
}
.course .timebox .line .timepoint.active .pop{
	opacity: 1;
}
.course .timebox .line .timepoint  .pop:after{
	content: '';
	position: absolute;
	border: 10px solid transparent;
	border-top: 10px solid  #fff;
	bottom: -16px;
	left: 82px;
}
.line .pop {
	animation-play-state: running;
}
.line.hoverline .pop {
	animation-play-state: paused;
}
.pop1 {
	animation: show1 12s infinite;
}
.pop2 {
	animation: show2 12s infinite;
}
.pop3 {
	animation: show3 12s infinite;
}
.pop4 {
	animation: show4 12s infinite;
}
.pop5 {
	animation: show5 12s infinite;
}
.pop6 {
	animation: show6 12s infinite;
}
.pop7 {
	animation: show7 12s infinite;
}
@keyframes show1{
	0% { opacity: 1 }
	9% { opacity: 1 }
	10% { opacity: 0 }
}
@keyframes show2{
	10% { opacity: 0 }
	14% { opacity: 1 }
	23% { opacity: 1 }
	24% { opacity: 0 }
}
@keyframes show3{
	24% { opacity: 0 }
	28% { opacity: 1 }
	37% { opacity: 1 }
	38% { opacity: 0 }
}
@keyframes show4{
	38% { opacity: 0 }
	42% { opacity: 1 }
	51% { opacity: 1 }
	52% { opacity: 0 }
}
@keyframes show5{
	52% { opacity: 0 }
	56% { opacity: 1 }
	65% { opacity: 1 }
	66% { opacity: 0 }
}
@keyframes show6{
	66% { opacity: 0 }
	70% { opacity: 1 }
	79% { opacity: 1 }
	80% { opacity: 0 }
}
@keyframes show7{
	80% { opacity: 0 }
	84% { opacity: 1 }
	93% { opacity: 1 }
	94% { opacity: 0 }
}
.certificate{
	height: 587px;
}
.certificate img{
	border: 6px solid #fed77c;
	margin: 0 20px;
}
.idea{
	height: 420px;
	background: #299bff;
}
.idea {
	text-align: center;
	color: #fff;
	line-height: 110px;
	padding-top: 30px;
	font-size: 26px;
}
.idea p{
	width: 1100px;
	margin: 0 auto;
	line-height: 46px;
	font-size: 16px;
}
.idea dl{
	float: left;
	font-size: 16px;
	width: 238px;
	text-align: center;
	line-height: 37px;
	margin-top: 36px;
}
/*服务理念*/
.myservice {
	height: 540px;
	width: 1128px;
	margin: 0 auto;
}
.myservice dl{
	width: 344px;
	height: 404px;
	border-radius: 4px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	float: left;
	margin-right: 47px;
}
.myservice dt{
	height: 220px;
	width: 100%;
	text-align: center;
	line-height: 220px;
	font-size: 24px;
	color: #fff;
}
.myservice dl:nth-of-type(1) dt{
	background:url(../img/about/service1.png) no-repeat;
}
.myservice dl:nth-of-type(2) dt{
	background:url(../img/about/service2.png) no-repeat;
}
.myservice dl:nth-of-type(3) dt{
	background:url(../img/about/service3.png) no-repeat;
}
.myservice dd{
	padding: 34px 13px 42px;
	font-size: 14px;
	color: #666;
	line-height: 35px;
}
.myservice dl:nth-of-type(3){
	margin-right: 0;
}
.join{
	height:610px;
	width: 1135px;
	margin: 0 auto;
}
.subtitle {
	line-height: 30px;
	text-align: center;
}
.surprise {
	justify-content: space-around;
	color: #fff;
	text-align: center;
	margin: 40px 0;
}
.surprise p {
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: linear-gradient(90deg,#29d4ff,#299bff);
	border-radius: 5px;
	font-size: 12px;
}
.joinitem {
	width: 343px;
	box-shadow: 0 2px 10px 4px rgba(0,0,0,0.02);
}
.joinitem h3 {
	text-align: center;
	line-height: 120px;
	color: #fff;
	border-radius: 5px 5px 0 0;
	background: url(../img/joinblue.png) no-repeat;
	font-weight: bold;
}
.joinitem.red h3 {
	background-image: url(../img/joinred.png);
}
.joinitem.green h3 {
	background-image: url(../img/joingreen.png);
}
.joinitem p {
	padding: 24px 40px;
	line-height: 26px;
	font-size: 14px;
	color: #666;
}
.join .joinbox{
	width: 294px;
	height: 487px;
	border-top: 13px solid #0f8fff;
	float: left;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-right: 40px;
	padding: 0 28px;
	background:url(../img/about/join_bg.png) no-repeat;
	overflow: hidden;
}
.join .joinbox:nth-of-type(3){
	margin-right: 0;
}
.join .joinbox h3{
	text-align: center;
	line-height: 68px;
	color: #0f8fff;
	font-size: 24px;
	margin-top: 130px;
}
.join .joinbox p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.act {
	height: 770px;
	width: 1162px;
	margin: 0 auto;
}
.act .actimg{
	padding: 5px;
}
.act img{
	width: 100%;
	height: 100%;
	float: left;
}
.act .actimg{
	position: relative;
}
.act .actimg:after{
	position: absolute;
	content: attr(data-text);
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	left: 5px;
	right: 5px;
	bottom: 5px;
	text-align: center;
}
.contact dl{
	width: 380px;
	text-align: center;
	float: left;
	margin-top: 50px;
}
.contact dl h3{
	line-height: 44px;
	font-size: 20px;
	color: #333;
	margin-top: 10px;
}
.contact dl p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
}
.contact .address{
	width: 100%;
	height: 506px;
	background:url(../img/about/address.png) no-repeat;
	position: relative;
	background-size: cover;
}
.contact .address .text{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	padding: 16px 0 7px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: rgba(0,0,0,0.5);
	padding-left: 400px;
}
.hastip{
	position: relative;
}
.hastip:after{
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #fea119;
	right: -30px;
	top: 20px;
	transform: rotate(45deg);
}
/**/
.events{
	text-align: center;
	height: 635px;
	width: 100%;
	background: url(../img/evenst-banner.png)no-repeat;
	background-size: cover;
	overflow: hidden;
}
.events .events-contain{
	margin-top: 66px;
}
.events ul li{
	width: 470px;
	height: 115px;
	margin:0 25px 55px 80px;
}
.events ul li .date{
	width: 58px;
	height: 115px;
}
.events ul li .date .month{
	height: 57px;
	text-align: center;
	line-height: 57px;
	background: #e4e4e4;
	color: #989898;
}
.events ul li .date .day{
	height: 57px;
	text-align: center;
	line-height: 57px;
	background: #fff;
	color: #989898;
	font-size: 26px;
	font-weight: bold;
}
.events ul li dl{
	text-align: left;
	width: 390px;
	font-size: 13px;
	color: #898888;
	margin-left: 20px;
}
.events ul li dl dt{
	margin-bottom: 15px;
}
.events ul li dl dt h3{
	font-size: 17px;
	color: #020202;
	line-height: 35px;
}
.events ul li dl dt h3 span{
	display:inline-block;
	width: 19px;
	height: 19px;
	background: #9d9d9d;
	color: #fff;
	text-align: center;
	line-height: 19px;
	margin-top: 8px;
}
.events ul li dl dt p{
	font-size: 13px;
}
.events ul li dl dd{
	line-height: 20px;
}
.title{
	margin-top: 30px;
	font-size: 14px;
	color: #c5c5c5;
	height:95px;
}
.title h3{
	font-size: 29px;
	color: #000;
	font-weight:lighter;
	line-height: 50px;
}
.contacts{
	height: 595px;
	width: 100%;
	overflow: hidden;
}
.contacts .title{
	text-align: center;
	border-bottom: 1px dashed #dfdfdf;
}
.contact-contain{
	margin-top: 40px;
}
.contacts .address {
	padding-right: 80px;
}
.contacts ul{
	font-size: 13px;
	line-height:24px;
	margin-top: 35px;
}
.contacts p{
	font-size: 13px;
	line-height:24px;
	margin-top: 35px;
}
.report{
	text-align: center;
}
.report-contain{
	height: 660px;
	text-align: left;
	border-bottom: 1px dashed #dfdfdf;
}
.report-left{
	margin: 50px 0;
	width: 813px;
	padding-right: 45px;
	font-size: 13px;
	line-height: 24px;
	float: left;
}
.report-case{
	height: 500px;

}
.report-case .case{
	position: relative;
}
.report-case .case a{
	position: absolute;
	right: 40px;
	bottom: 20px;
}
.report-contain h2{
	font-size: 16px;
	color: #00AEFF;
	line-height: 30px;
}
.report-left p{
	font-weight: bold;
}
.report-contain ul li{
	text-indent:25px;
}
.report-right{
	font-size: 13px;
	margin: 50px 0;
	float: left;
	width: 235px;
	height: 450px;
	background: url(../img/report-r.jpg) no-repeat;
	padding: 40px;
	line-height: 27px;
}
.report-right a{
	display: block;
	width: 230px;
	height: 47px;
	color: #fff;
	text-align: center;
	margin: 10px auto;
	line-height: 47px;
	font-size: 16px;
	border-radius: 5px;
}
.case{
	width: 309px;
	height: 300px;
	box-shadow:0px 0px 25px rgba(0,0,0,0.1);
	float: left;
	margin-right:25px;
	margin-top:75px;
	text-align: left;
	padding: 0 33px;
}
.case dl dt{
	font-size: 17px;
	line-height: 60px;
	border-bottom: 1px dashed #dfdfdf;
	color: #56bdf6;
}
.case dl dd{
	margin-top: 25px;
	font-size: 12px;
	line-height: 23px;
}
#allmap{
	width:750px;
	height:290px;
	float: left;
}
.BMap_bubble_content{
	font-size: 14px;
	margin-top: 15px;
}
