html, body {
	position: relative;
	height: 100%
}

.tran-time {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}

.lf {
	float: left
}

.rt {
	float: right
}

#about .common-layout {
	/* overflow: hidden */
}

#about .about_first {
	height: 568px;
	background: url(about-about-bg.png) no-repeat center;
	background-size: 1920px 100%;
}

#about .process {
	margin: 193px 40px 0
}
 @media screen and (min-width: 2000px)  {
	#about .process {
		margin: 193px auto 0
	}
	.common-layout{
		max-width: 1440px;
	}
	#about .about_first {
		background: url(about-about-bg.png) no-repeat center;
		background-size: 100% 100%;
	}
}

#about .process h3 {
	font-size: 30px;
	padding-left: 35px;
	text-align: left;
	color: #1d438f
}

#about .process ul {
	padding-left: 35px;
	position: relative;
	height: 354px
}

#about .process ul .line {
	position: absolute;
	content: "";
	left: 0;
	top: 39px;
	width: 2px;
	height: 316px;
	background: #1d438f
}

#about .process ul li {
	padding-top: 20px;
	white-space: nowrap;
	padding-bottom: 5px;
	width: 126px;
	border-bottom: 1px solid #e1e5ec;
	font-size: 18px;
	text-align: left;
	color: #1d438f;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

#about .process ul li:after {
	top: 25px;
	left: -41px;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	z-index: 2;
	border: 1px solid #1d438f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#about .process ul li span {
	width: 16px;
	margin-left: 18px;
	display: inline-block;
	height: 16px;
	position: relative;
	top: 2px;
	background: url(about-arrow-default.png) no-repeat center
}

#about .process ul li:hover a, #about .process ul li.active a {
	color: #7eba1c
}
 #about .process ul li a{
	min-width: 71px;
	display: inline-block;
	color: #1d438f;
}

#about .process ul li:hover, #about .process ul li.active a {
	color: #7eba1c;

}

#about .process ul li:hover span, #about .process ul li.active span {
	background: url(about-arrow-active.png) no-repeat center
}

#about .process ul li:hover:after, #about .process ul li.active:after {
	border: 1px solid #7eba1c
}


#about .about_second {
	padding: 66px 0 0;
	box-sizing: border-box;
	background: url(about-about_bg2.png) no-repeat center;
	background-size: 100% 1006px
}

#about .third_second {
	box-sizing: border-box;
	padding: 46px 0 116px;
	background: url(structure-structure_bg1.png) no-repeat bottom;
	background-size: 100% 1006px
}

#about .third_second .structure-img {
	height: 1048px;
	padding: 66px 0 0;
	box-sizing: border-box;
	background: url(structure-structure_bg.png) no-repeat center;
	background-size: contain;
}

#about .third_wrap {
	
}

#about .team_second {
	box-sizing: border-box;
	background: url(structure-team_bg.png) no-repeat bottom;
	background-size: 100% 941px
}
#about .team_second .team-ul .container-img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	margin:80px auto 228px;
}

#about .team_second .team-ul ul {
	padding: 62px 0 176px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;

}

#about .team_second .team-ul li {
	position: relative;
	/* flex: 0 1 20%; */

}

#about .team_second .team-ul li:hover .pos-content {
	background: url(team/pos_active_bg.png) no-repeat bottom;
	background-size: 224px 113px;

}

#about .team_second .team-ul li p {
	width: 214px;
	height: 310px;
	background: #e1eff7;
	margin: 0 0 0 5px;

}

#about .team_second .team-ul li .pos-content {
	width: 224px;
	height: 113px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(team/pos_bg.png) no-repeat bottom;
	background-size: 224px 113px;
}

#about .team_second .team-ul li .pos-content span {
	text-align: right;
	font-size: 18px;

	margin-bottom: 2px;
	display: block;
	color: #fff;
	margin-right: 12px;
}

#about .team_second .team-ul li .pos-content .team-title {
	margin-top: 44px;
	display: block;
	font-weight: 600;
}

#about .team_second .team-ul li .pos-content .team-desc {
	font-size: 14px;
}

#about .about_second .title {
	overflow: hidden;
	padding-bottom: 16px;
	display: flex
}

#about .about_second .title p {
	margin-left: 30px;
	height: 2px;
	background: #7eba1c;
	flex: 1;
	margin-top: 27px
}

#about .about_second .title img {
	width: 28px;
	height: 28px;
	margin-top: 14px
}

#about .about_second .title h3 {
	font-size: 38px;
	font-weight: 600;
	text-align: left;
	color: #333;
	position: relative
}

#about .about_second .title h3 i {
	font-style: normal;
}

#about .about_second .title .absolute-span {
	content: "";
	left: 0;
	position: absolute;
	bottom: -14px;
	width: 70px;
	height: 8px;
	background: linear-gradient(90deg, #0a4e7e, #7fbb1c 99%);
	border-radius: 4px
}

#about .about_second .brief-wrap {
	margin-top: 57px;
	padding-bottom: 150px;
	overflow: hidden
}

#about .about_second .brief-wrap .lf {
	width: 609px
}

#about .about_second .brief-wrap .lf img {
	display: block;
	width: 192px;
	height: 83px;
	margin-bottom: 19px
}

#about .about_second .brief-wrap .lf p {
	font-size: 16px;
	text-align: justify;
	color: #666;
	line-height: 34px;
	margin-bottom: 13px;
	text-indent: 2em
}

#about .about_second .brief-wrap .lf p span {
	color: #1D438F;
}

#about .about_second .brief-wrap .rt {
	width: 683px;
	height: 609px
}

#about .dbdh {
	margin: 0 auto 0
}

#about .statistics-top {
	height: 248px;
	background: url(about-data_bg.png) no-repeat;
	background-size: 100% 100%
}

#about .statistics-top .box {
	display: flex;
	justify-content: center;
	align-items: center
}

#about .statistics-top .box .item {
	flex: 1;
	display: flex;
	cursor: default;
	flex-direction: column;
	justify-content: center;
	padding: 70px 80px 0;
	position: relative
}

#about .statistics-top .box .item:after {
	position: absolute;
	content: "";
	right: 0;
	width: 4px;
	height: 60px;
	opacity: .55;
	background: #fff
}

#about .statistics-top .box .item:last-child:after {
	background: rgba(0, 0, 0, 0)
}

#about .statistics-top .box .item .content {
	display: flex;
	margin: 0 auto
}

#about .statistics-top .box .item .content .num {
	transition: all .5s;
	top: 0;
	position: relative;
	font-family: num;
	font-size: 66px;
	color: #fff
}

#about .statistics-top .box .item .content .unit {
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	margin-left: 20px;
	display: flex;
	align-items: flex-end;
	position: relative;
	top: -45px
}

#about .statistics-top .box .item:hover .num {
	top: -15px
}

#about .statistics-top .box .item .name {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	text-align: center
}

#about .bqwc_copyright {
	padding: 0 0
}
.news-page #about .news_second {
	background: url(news-news-bg.png) no-repeat center bottom;
	background-size: 100% 568px
}

.news-page #about .about_first {
	background: url(news-new-banner.png) no-repeat center bottom;
	background-size: 1920px 568px
}
@media screen and (min-width: 2000px)  {
	.news-page #about .about_first {
		background: url(news-new-banner.png) no-repeat center bottom;
		background-size: 100% 568px
	}
	
}
.news-page #about .about_first .pos-process-bg {
	margin: 121px 0 0;
	padding: 73px 0 0;
	background: url(party-blur.png) no-repeat left top;
	background-size: 597px 457px
}

.news-page #about .about_first .pos-process-bg .process {
	margin: -20px 40px 0
}
.news-page.diff-about-page #about .about_first{
	background: url(about-about-bg.png) no-repeat center bottom;
}
.news-page.diff-about-page #about .about_first .pos-process-bg .process{
	margin: 0px 0 0;
}
@media screen and (max-width: 1446px) {
	#about .about_second .brief-wrap .lf {
		width: 670px
	}

	#about .about_second .brief-wrap .rt {
		width: 603px;
	}
}

@media screen and (max-width: 1400px) {
	#about .about_second .brief-wrap .lf {
		width: 670px
	}

	#about .about_second .brief-wrap .rt {
		width: 603px;
	}
}

@media screen and (max-width: 1366px) {
	#about .about_second .brief-wrap .lf {
		width: 590px
	}
}

@media screen and (max-width: 1310px) {
	#about .about_second .brief-wrap .lf {
		width: 600px
	}
}
