﻿.process-area .about-content {
	display: flex;
}

.about-statis {
	display: flex;
	justify-content: space-around;
	margin-top: 1.9531vw;
	margin-bottom: 5.2083vw;
}

.about-statis .col {
	text-align: center;
	position: relative;
}

.about-statis .col .value {
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 5.1974vw;
	line-height: normal;
	background-image: -webkit-linear-gradient(top, #0697d0, #2fe79d 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-statis .col .label {
	font-size: 1.25vw;
	font-weight: 500;
	color: #2fe79d;
	margin-left: 5px;
}

.about-statis .col .big-label {
	font-size: 0.29rem;
	font-weight: 500;
	color: #2fe79d;
	margin-left: 5px;
}

.about-statis .col .bottom {
	font-size: .9211vw;
	color: #333;
}

.about-statis .col .bottom .empty::before {
	content: '';
	font-size: 0.29rem;
}

.about-left {
	position: relative;
	max-width: 52%;
	width: 52%;
	opacity: 0;
	transform: translateX(-100px);
}

#aboutVideo {
	max-width: 100%;
	width: 100%;
	/* height: 2.6042vw !important; */
	border-radius: 6px;
}

.about-left .ic-about-play {
	width: 0.79rem;
	height: 0.79rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.about-right {
	flex: 1;
	opacity: 0;
	transform: translateX(100px);
}

.process-area .about-content .content {
	margin-left: 0.62rem;
	margin-top: 0.49rem;
	font-size: 0.14rem;
}

.process-area .about-content .content p {
	margin-bottom: 1.9531vw;
	text-align: justify;
}

.process-area .about-content .detail-btn {
	margin-left: 63px;
	margin-top: 89px;
	display: inline-block;
	background-size: 100% 100%;
	width: 1.15rem;
	height: 0.32rem;
	color: #333;
	font-size: 0.13rem;
	font-family: Source Han Sans CN;
	line-height: 0.32rem;
	padding: 0px 10px 0px 17px;
	text-align: left;
	border-radius: 5px;
	background-image: url(img/detail-btn.png);
	overflow: hidden;
	position: relative;
	transition: border-color 0.3s, color 0.3s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	z-index: 1;
	cursor: pointer;
}

.process-area .about-content .detail-btn:after {
	background: linear-gradient(to right, #0697d0, #2fe79d);
	content: "";
	height: 155px;
	left: -75px;
	opacity: .4;
	position: absolute;
	top: -50px;
	transform: rotate(35deg);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: -10;
}

.process-area .about-content .detail-btn:hover:after {
	left: 120%;
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.process-area .about-content .detail-btn a{
	color: inherit;
}
.process-area .about-content .detail-btn img {
	width: 0.25rem;
	height: 0.06rem;
}

.process-area .about-content .detail-btn:hover {
	color: #fff;
	background: linear-gradient(to right, #0697d0, #2fe79d);
	animation: btnRotate 0.7s ease-in-out both;
}
.process-area .about-content .detail-btn:hover a{
	color:#fff;
}

/* .process-area .about-content .detail-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url(img/ic-btn-bg.png);
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
} */


.process-area .about-content .detail-btn:hover .ic-arrow-black {
	display: none;
}
.process-area .about-content .detail-btn .ic-arrow-white {
	display: none;
}
.process-area .about-content .detail-btn:hover .ic-arrow-white {
	display: inline-block;
}

/* .process-area .about-content .detail-btn:hover::before {
	opacity: 1;
	background-image: url(img/ic-btn-bg.png);
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
} */
.subabout-area p{
	margin: 0px;
	line-height: 1.9079vw;
	margin-bottom: 1.5789vw;
}
.subabout-area .title{
	font-size: 2.6316vw;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin-top: 5.2632vw;
	margin-bottom: 3.6842vw;
}
.subabout-area .rows{
	display: flex;
	margin-bottom: 5.2632vw;
}
.subabout-area .rows .item-col{
	width: 50%;
}
.subabout-area .rows .item-col-left{
	position: relative;
}
.subabout-area .rows .item-col-left .ic-about-play {
	width: 5.1432vw;
	height: 5.1432vw;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.subabout-area .rows .item-col-left img{
	width: 100%;
	height: 27.6316vw;
}
.subabout-area .rows .item-col-right{
	padding-left: 4.1447vw;
	font-size: .9211vw;
	text-align: justify;
}
.business-area{
	/* margin-bottom: 5.2632vw; */
	background-size: 100% 100%;
}
.business-area ul{
	margin: 0px;
	padding:0px;
}
.business-area .business-block{
	/* background: linear-gradient(to right, #0697d0, #2fe79d); */
	height: 53.8158vw;
}
.business-area .business-block .title{
	font-size: 2.6316vw;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333;
	padding-top: 4.8026vw;
	margin-bottom: 3.6842vw;
	text-align: center;
	margin-top: 0px;
}
.business-area .business-block .block-rows{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.business-area .business-block .item-col{
	width: 15.6579vw;
	height: 36.5234vw;
}
.business-area .business-block .map{
	width: 47.1711vw;
	height: 39.7135vw;
	position: relative;
}
.map-content{
	font-size: 1.5625vw;
	color: #666;
	font-weight: bold;
	position: absolute;
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
	top:0px;
	width: 100%;
}
.map-content span{
	font-size: 2.2135vw;
}
.business-area .office{
	font-size: 1.237vw;
	position: absolute;
	color: #666;
}
.zhengz-office{
	top: 7.487vw;
    right: 24.0885vw;
}
.jnan-office{
	top: 7.487vw;
    right: 16.6016vw;
}
.tjing-office{
	top: 13.3464vw;
    right: -0.651vw;
}
.hfei-office{
	top: 16.9271vw;
    right: -0.651vw;
}
.shai-office{
	top: 20.1823vw;
    right: -0.651vw;
}
.hzhou-office{
	top: 24.4141vw;
    right: -0.651vw;
}
.whan-office{
	top: 27.6693vw;
    right: -0.651vw;
}
.csha-office{
	top: 30.9245vw;
    right: -0.651vw;
}
.szheng-office{
	top: 34.5052vw;
    right: 0.5vw;
}
.nning-office{
	top: 35vw;
    right: 25.7161vw;
}
.cqing-office{
	top: 29.9479vw;
    right: 33.5vw;
}
.cdou-office{
	top: 27.9948vw;
    right: 33.5vw;
}
.business-area .business-block .map img{
	width: 100%;
	height: 100%;
}
.business-area .business-block .block-col-right{
	background: linear-gradient(to right, #0589BB, #2ACF8D);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	transition: all 0.3s;
}
.business-area .business-block .block-col-right:hover{
	box-shadow: 0px 0px .651vw rgb(0 0 0 / 20%);
	transform: translate(0, -10px);
}
.business-area .business-block .block-col-left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.business-area .business-block .item-col-cell{
	text-align: center;
}
.business-area .business-block .item-col-cell .value{
	font-size: 1.5789vw;
	font-weight: 900;
}
.business-area .business-block .item-col-cell .label{
	font-size: .9211vw;
	font-weight: 400;
	text-align: center;
}
.business-area .business-block .inner-item{
	background: linear-gradient(to right, #0589BB, #2ACF8D);
	border-radius: 5px;
	padding: 1.5625vw;
	transition: all 0.3s;
}
.business-area .business-block .inner-item:hover{
	box-shadow: 0px 0px .651vw rgb(0 0 0 / 20%);
	transform: translate(0, -10px);
}
.business-area .business-block .inner-item .item-title{
	font-size: 1.1068vw;
	font-weight: bold;
	text-align: left;
	margin-bottom: 1.1068vw;
}
.business-area .business-block .inner-item .content{
	font-size: .9115vw;
	line-height:1.8421vw;
	text-align: justify;
}
.business-area .business-block .inner-item li{
	font-size: .9211vw;
	line-height: 2.9297vw;
	list-style-type: none;
}
.business-area .business-block .inner-item li:first-child::before{
	content:" ";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #098900;
	border:2px solid rgba(255,255,255,0.5);
	display: inline-block;
	margin-right: 5px;
}
.business-area .business-block .inner-item li:nth-child(2)::before{
	content:" ";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #36E0E0;
	border:2px solid rgba(255,255,255,0.5);
	display: inline-block;
	margin-right: 5px;
}
.business-area .business-block .inner-item li:nth-child(3)::before{
	content:" ";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #E1FFE4;
	border:2px solid rgba(255,255,255,0.5);
	display: inline-block;
	margin-right: 5px;
}
.business-area .business-block .inner-item li:nth-child(4)::before{
	content:" ";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #BAE801;
	border:2px solid rgba(255,255,255,0.5);
	display: inline-block;
	margin-right: 5px;
}
.about-banner {
	position: relative;
}
.about-banner img{
	width: 100%;
}
.about-banner .container {
	position: absolute;
	bottom: 3.2895vw;
	left: 0;
	right: 0;
	
}
.about-banner .title {
	font-size: 3.8158vw;
	font-weight: 800;
	color: #FFFFFF;
}

.about-banner .sub-title {
	font-size: 1.3816vw;
	font-weight: 900;
	color: #FFFFFF;
	font-family: HarmonyOS Sans;
	display: flex;
	align-items: center;
}

.about-banner .line {
	display: inline-block;
	margin-left: .9211vw;
	width: 4.6053vw;
	height: .1316vw;
	background-color: #FFFFFF;
}

.join-banner {
	position: relative;
}
.join-banner img{
	width: 100%;
}
.join-banner .container {
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	text-align: center;
}
.join-banner .title {
	font-size: 2.6316vw;
	font-weight: 500;
	color: #FFFFFF;
	padding-bottom: 10px;
    margin-bottom: 10px;
}
.join-banner .title span{
	border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 10px;
}
.join-banner .sub-title {
	font-size: 2.6316vw;
	font-weight: 500;
	color: #FFFFFF;
	font-family: HarmonyOS Sans;
}

.join-banner .line {
	display: inline-block;
	margin-left: .9211vw;
	width: 4.6053vw;
	height: .1316vw;
	background-color: #FFFFFF;
}

.message-detail-area{
	padding-bottom: 6.5789vw;
    background: #F9F9F9;
}
.message-detail-area p{
	line-height: 1.9079vw;
	margin-bottom: .3289vw;
	font-size: .9115vw;
	color: #666;
	text-align: justify;
	text-justify:distribute-all-lines;
}
.message-detail-area .title{
	font-size: 2.6316vw;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #383838;
	text-align: center;
	margin-bottom: 3.5526vw;
	margin-top: 5.1974vw;
}
.message-detail-area .content-block{
	display: flex;
	height: 35.9375vw;
}
.message-detail-area .content-block .col-right{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.message-detail-area .user-img{
	width: 26.5625vw;
	flex-shrink: 0;
}
.message-detail-area .user-img img{
	width: 100%;
}
.message-detail-area .block-col{ padding:0;
	padding-left: 4.0447vw;
	flex:1;
	line-height: 1.888vw;
	position: relative;
	font-size: .9115vw;
	column-count: 2;
    column-gap: 4.2318vw;
    column-fill: auto;
}
.message-detail-area .col-right .user-sign{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}
.message-detail-area .col-right .user-sign img{
	width: 8.8158vw;
	height: 5.6579vw;
}
.message-detail-area .col-right .user-sign .sign-label{
	font-size: .8553vw;
	color: #9E9E9F;
}
/* .join-area{
	margin-bottom: 5.2632vw;
} */
.join-area .container{
	margin-bottom: .6579vw;
}
.join-area .title{
	font-size: 2.6316vw;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin-bottom: 3.9474vw;
	margin-top: 5.2632vw;
}
.join-reason-list{
	display: flex;
	column-gap: 1.888vw;
	column-count: 4;
}
.join-reason-list .join-item{
	width: 25%;
}
.join-reason-list .join-item .item-block:hover{
	transform: translate(0, -0.651vw);
}
.join-reason-list .join-item .item-block{
	box-shadow: 0px 0px .651vw rgb(0 0 0 / 10%);
	height: 19.0104vw;
	padding:.651vw 1.9531vw 1.9531vw 1.9531vw;
	transition: all 0.3s;
}
.join-reason-list .join-item .item-block:hover{
	transform: translate(0, -10px);
}
.join-reason-list .join-item .item-title{
	text-align: center;
	font-size: 1.237vw;
	margin-bottom: 1.3021vw;
	color: #333;
	font-weight: bold;
}
.join-reason-list .join-item .img-top{
	height: 3.2552vw;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 1.237vw;
}
.join-reason-list .join-item .ic-join-1{
	width: 3.125vw;
	height: 2.3438vw;
}
.join-reason-list .join-item .ic-join-2{
	width: 2.9297vw;
	height: 3.1901vw;
}
.join-reason-list .join-item .ic-join-3{
	width: 2.6693vw;
	height: 2.474vw;
}
.join-reason-list .join-item .ic-join-4{
	width: 2.6693vw;
	height: 2.7344vw;
}
.join-reason-list .join-item .item-content{
	font-size: .9115vw;
	color: #666;
	font-weight: 400;
	line-height: 1.5789vw;
	text-align: justify;
}

.join-area .table-info{
	width: 100%;
	margin-bottom: 2.6316vw;
}
.join-area .table-info a{
	color: #969696;
}
.join-area tr{
	border-bottom: 1px solid RGBA(150, 150, 150, 0.5);
	cursor: pointer;
}
.join-area tr:hover td{
	background-image: -webkit-linear-gradient(left, #0697d0, #2fe79d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.join-area tr td img{
	width: 1.3021vw;
}
.join-area tr:hover .ic-arrow-right-3{
	display: none;
}
.join-area tr:hover .ic-arrow-right-5{
	display: inline-block!important;
}
.join-area tr:first-child{
	background: linear-gradient(to right, #0697d0, #2fe79d);
}
.join-area td{
	font-size: 1.1184vw;
	padding:.7vw 2.6316vw;
	color: #333;
}
.join-area th{
	padding:.7vw 2.6316vw;
	font-size: 1.237vw;
	color: #fff;

}
.join-area .fn-right-arrow-2{
	font-size: 1.0417vw;
}
.join-area tr td:last-child,.join-area tr th:last-child{
	text-align: right;
}
.recruit-detail-area ul{
	margin: 0px;
	padding: 0px;
}
.recruit-detail-area ul li{
	list-style-type: none;
}
.recruit-detail-area{
	padding-top: 6.5789vw;
	padding-bottom: 6.5789vw;
	background: #F9F9F9;
}
.recruit-detail-area p{
	line-height: normal;
	margin-bottom: 0px;
}
.recruit-detail-area .item-content p{
	line-height: inherit;font-size: 0.9211vw;
    color: #666;
    line-height: 1.8421vw;text-align: left;
}
.recruit-detail-area .detail-container .title {
	font-size: 2.6316vw;
	font-weight: bold;
	text-align: center;
	margin: 1.3158vw 0px;
	color: #333;
}
.recruit-detail-area .content-block{
	display: flex;
	flex-wrap: wrap;
}
.recruit-detail-area .block-col{
	width: 50%;
    padding: .6579vw;
}
.recruit-detail-area .block-col:nth-child(2n+1){
	padding-left: 0px;
}
.recruit-detail-area .block-col:nth-child(2n){
	padding-right: 0px;
}
.recruit-detail-area .block-item{
	width: 100%;
    padding: 1.9737vw 2.6316vw 1.9737vw 1.9737vw;
    background: #fff;
    min-height: 19.0132vw;
	height: 100%;
    box-shadow: 0px 0px .6579vw rgb(0 0 0 / 10%);
}
.recruit-detail-area .item-title{
	font-size: 1.25vw;
	color: #333;
	border-bottom: 1px solid #C7F0ED;
	padding-bottom: .7895vw;
	margin-bottom: .7895vw;
}
.recruit-detail-area .item-content{
	font-size:.9211vw;
	color: #666;
	line-height: 1.8421vw; text-align: left;
}
.back-list {
    margin: 2.9948vw 0px 1.9531vw 0px;
    text-align: right;
}
.back-list a {
    color: #333;
    font-size: .9115vw;
}
.detail-container .bottom-line{
	background: linear-gradient(to right, #0697d0, #2fe79d);
	width: 100%;
	height: .0651vw;
	margin-bottom: 1.9531vw;
}
.bottom-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bottom-list .content-label{
	color: #333;
	font-size: .9115vw;
}
.bottom-list .content-value{
	color: #666;
	font-size: .9115vw;
}
.honor-detail-area .title{
	font-size: 2.6316vw;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #383838;
	text-align: center;
	margin-bottom: 3.4868vw;
	margin-top: 5.2632vw;
}
.cert-detail-area .knowledge-block{
	height: 34.4401vw!important;
	position: relative;
	background-size: 100% 100%;
}
/* .cert-detail-area .knowledge-list img{
	width: 10.8073vw!important;
	height: 10.8073vw!important;
} */
.knowledge-area .knowledge-block{
	/* background: linear-gradient(to right, #0697d0, #2fe79d); */
	height: 31.9079vw;
	position: relative;
	background-size: 100% 100%;
}
.knowledge-block .bg-img{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 7.1711vw;
}
.knowledge-block .title{
	font-size: 2.6316vw;
	font-weight: 400;
	padding-top: 4vw;
	text-align: center;
	color: #333;
	margin-bottom: 2vw;
	margin-top: 0px;
}
.knowledge-list{
	display: flex;
	justify-content: space-around;
	color: #fff;
}
.knowledge-area .knowledge-list img{
	width: 10.612vw;
	height: 10.612vw;
}
.knowledge-list .item{
	text-align: center;
}
.knowledge-list .item img{
	transition: all 0.3s;
}
.knowledge-list .item:hover img{
	transform: rotateY(180deg);
}
.knowledge-list .item .value{
	font-size: 3.0921vw;
	font-family: HarmonyOS Sans;
	font-weight: 900;
	color: #333;
}
.knowledge-list .item .label{
	font-size: .9211vw;
	font-family: HarmonyOS Sans;
	font-weight: bold;
	color: #666;
}
.edu-area{
	margin-top: -8.5789vw;
}
.edu-area .title-container{
	margin-bottom: 0px;
}
.edu-area .edu-block{
	padding-bottom: 5.8594vw;
	background: linear-gradient(to right, #0697d0, #20BC9A);
	position: relative;
}
.edu-area .edu-block .bg-img{
	height: 6.9079vw;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.edu-area .wave-1{
	width: 100%;
	height: 7.1615vw;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate3d(4px, 0px, 0);
	animation: waveMove 5s ease-in-out 0.7s infinite forwards;
}
.edu-area .wave-2{
	width: 100%;
	height: 7.1615vw;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate3d(4px, 0px, 0);
	animation: waveMove 5s ease-in-out 1.5s infinite forwards;
}
.edu-area .edu-block .edu-title{
	font-size: 2.6316vw;
	padding-top: 4.8026vw;
	margin-bottom: 4.6053vw;
	text-align: center;
	color: #fff;
}
.edu-area .edu-block .edu-list{
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.edu-area .edu-block .edu-list .edu-item{
	background: url("img/edu-bg-2.png");
	background-size: 100% 100%;
	width: 26.0526vw;
	height: 11.8421vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.edu-area .edu-block .edu-list .edu-item .line{
	width: 40px;
	height: 3px;
	background: rgba(255,255,255,0.3);
	margin:.9868vw 0px;
}
.edu-area .edu-block .edu-list .edu-item .item-title{
	font-size: 1.25vw;
	font-family: Source Han Sans CN;
	font-weight: bold;
}
.edu-area .edu-block .edu-list .edu-item .desc{
	font-size: 1.1184vw;
}
.edu-area .edu-block .edu-list .edu-item .desc .yline{
	opacity: 0.5;
}
.team-area{
	padding-bottom: 5.2632vw;
}
.team-area .title{
	margin-top: 0px;
}
.team-area .gradual-bg{
	background: linear-gradient(to right, #0697d0, #2fe79d)!important;
}
.team-rows{
	display: flex;
}
.team-rows .team-col{
	width: 50%;
}
.team-rows .team-title{
	font-size: 1.25vw;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #666666;
	margin-bottom: 3.2895vw;
}
.team-col-right{
	padding-left: 1.5789vw;
}
.team-col-left .inner-col-left{
	margin-right: .3289vw;
	flex:1;
	border:2px dashed #00CD8C;
	border-radius: 5px;
}
.team-col-left .center{
	display: flex;
	justify-content: space-between;
	height: 20.8553vw;
}
.team-col-left .inner-col-right{
	margin-left: .3289vw;
	flex:1;
	border:2px dashed #00CD8C;
	border-radius: 5px;
}
.team-col-left .bottom{
	font-size: 1.25vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	padding:1.0447vw 1.6447vw;
	border:2px dashed #00CD8C;
	margin-top: .5263vw;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
}
.team-area .inner-title{
	font-size: 1.25vw;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	padding:.3921vw 2.5vw;
	transform: translate(50%,-50%);
	border-radius: .3289vw;
}
.team-area .percent-item{
	height: 2.6316vw;
	display: flex;
	align-items: center;
	margin-bottom: 1.3158vw;
}
.team-area .percent-item span{
	display: inline-block;
}
.team-area .percent-item .post-name{
	width: 6.5789vw;
	font-size: 1.25vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	border:1px solid #00CD8C;
	border-radius: 5px;
	height: 100%;
	line-height: 2.6316vw;
	text-align: center;
	flex-shrink: 0;
}
.team-area .percent-item .block{
	background: linear-gradient(to right, #0697d0, #2fe79d);
	height: 100%;
	border-radius: 5px;
}
.team-area .percent-list{
	padding: 1.0526vw;
}
.team-area .percent-list .percent{
	width: 100%;
	background: #EDEDED;
	padding:.1289vw;
	flex:1;
	font-size: 1.25vw;
}
.strength-rows{
	display: flex;
    justify-content: space-between;
    padding: 1.6037vw 1.9737vw;
	font-size: 1.25vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
}
.strength-rows.th{
	font-weight: bold;
	color: #fff!important;
}
.strength-rows:nth-child(odd){
	background: #F5FCF5;
}
.strength-rows:nth-child(even){
	background: #E4F2EC;
}
.history-area{
	background: RGBA(0, 157, 196, 0.1);
}
.history-area .line-outer{
	overflow: hidden;
	position:relative;
	height: 6.5789vw;
	padding: 13.1579vw .6579vw;
	transform: translateY(-50%);
}
.history-area .line{
	height: .1316vw;
	background: linear-gradient(to right, #0697d0, #2fe79d);
	width: 100%;
	margin-top: 13.1579vw;
	/* position: absolute; */
	/* left: 0; */
}
.history-area .line-outer .circle{
	background: #2fe79d;
	width: .6579vw;
	height: .6579vw;
	border-radius: 50%;
	position: relative;
	margin-right: 24.6711vw;
	display: inline-block;
	flex-shrink: 0;
}
.history-area .line-outer .circle::after{
	content: " ";
	width: 1.0526vw;
	height: 1.0526vw;
	border-radius: 50%;
	background: RGBA(47, 231, 157, 0.3);
	position: absolute;
	margin-left: -0.5263vw;
    margin-top: -0.5263vw;
    left: 50%;
    top: 50%;
}
.history-area .circle-area{
	/* width: 4500px; */
	position: relative;
	transform: translateY(-50%);
	display: flex;
}

.history-area .circle-area .label{
	position: absolute;
	transform: translateX(-50%);
	font-size: 1.1842vw;
}
.history-area .title{
	font-size: 2.6316vw;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	padding-top: 4.6053vw;
	margin-bottom: 4.6053vw;
}
.history-area .time-box{
	height: 9.8684vw;
	/* border-left: 1px solid; */
	/* border-right: 1px solid; */
	position: absolute;
	width: 50.6579vw;
	/* overflow: hidden; */
}
.history-area .time-box-top::before{
	content:"";
	position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    border: 1px solid;
    -o-border-image: linear-gradient(180deg,#079BCD,RGBA(47, 230, 157, 0.2)) 2 2;
    border-image: linear-gradient(180deg,#079BCD,RGBA(47, 230, 157, 0.2)) 2 2;

}
.history-area .time-box-bottom::before{
	content:"";
	position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    border: 1px solid;
    -o-border-image: linear-gradient(1turn,#079BCD,rgba(47, 230, 157, 0.2)) 2 2;
    border-image: linear-gradient(1turn,#079BCD,rgba(47, 230, 157, 0.2)) 2 2;

}
.history-area .time-box-top .line-circle{
	display: inline-block;
    width: .6579vw;
    height: .6579vw;
    background: linear-gradient(to right, #0697d0, #2fe79d);
    border-radius: 50%;
	position: absolute;
	top: 0px;
    z-index: 999;
    left:-0.2632vw;
}
.history-area .time-box-bottom .line-circle{
	display: inline-block;
    width: .6579vw;
    height: .6579vw;
    background: linear-gradient(to right, #0697d0, #2fe79d);
    border-radius: 50%;
	position: absolute;
	bottom: 0px;
    z-index: 999;
    left:-0.2632vw;
}
.history-area .time-title{
	font-size: 1.1842vw;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #666666;
	text-align: center;
}
.history-area .time-sub-title{
	font-size: .9211vw;
	font-family: Source Han Sans CN;
	font-weight: bold;
	text-align: center;
	background-image: -webkit-linear-gradient(top, #0697d0, #2fe79d 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.time-box ul{
	margin: 0px 0px 0px 1.9737vw;
	padding:0px;
	position: absolute;
}
.time-box li{
	width: 24.6711vw;
	font-size: .9868vw;
}
.time-box.time-box-top .time-inner-box{
	margin-top: 1.3158vw;
}
.time-box.time-box-top{
	/* margin-top: -0.6579vw; */
	transform: translateY(-100%);
}
.time-box.time-box-bottom{
	/* margin-top: 1.3158vw; */
}
.history-area .circle-area .label-top{
	transform: translate(-50%,-100%);
}
.history-area .circle-area .label-bottom{
	margin-top: .6579vw;
}
.time-inner-box{
	overflow: hidden;
	position: relative;
	height: 7.2368vw;
}
.time-box.time-box-bottom .time-inner-box{
	margin-top: 2.6316vw;
}
.time-box ul li::marker {
    color: #0697d0;
}
.recruit-area{
	padding-bottom: 6.5789vw;
}
@keyframes showLeft {
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}

@keyframes showRight {
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}

@keyframes hideLeft {
	to {
		opacity: 0;
		transform: translateX(-300px);
	}
}

@keyframes hideRight {
	to {
		opacity: 0;
		transform: translateX(300px);
	}
}
@keyframes waveMove {

	0%,
	to {
		opacity: 0.5;
		transform: scaleY(0.5)
	}

	50% {
		opacity: 1;
		transform: translate3d(.2632vw, 1.8579vw, 0)
	}
}