.about2 {
	width: 100%;
	overflow: hidden;
	padding: 130px 0 125px;
	/* background: url('/static/img/about2-2.png') repeat; */
}

.about2 .intr {
	width: 50%;
	padding-left: 8%;
}

.about2 .pic {
	width: 50%;
	padding: 0 10px 20px 30px;
}

.about2 .picbox {
	position: relative;
}

.about2 .picbox::after {
	content: '';
	display: block;
	background: #0C9898;
	position: absolute;
	left: 30px;
	top: 20px;
	width: 100%;
	height: 100%;
	z-index: 1;
}


.about2 .pic img {
	width: 100%;
	position: relative;
	z-index: 2;
}

.about2 .intr .Cit {
	margin-bottom: 30px;
}

.about2 .intr p {
	font-size: 16px;
	color: #666666;
	text-align: justify;
}

.about3 {
	background: #FCFCFC;
}

.about3 .left {
	width: 60%;
}


.about3 .left .col:nth-of-type(1) {
	width: 58%;
}

.about3 .left .col:nth-of-type(2),
.about3 .left .col:nth-of-type(3) {
	width: 40%;
}

.about3 .left .col:nth-of-type(1) .pic,
.about3 .left .col:nth-of-type(1) .pic img {
	height: 100%;
}

.about3 .left .pic {
	width: 100%;
}

.about3 .left .pic img {
	width: 100%;
}

.about3 .right {
	width: 40%;
	padding-left: 3%
}

.about3 .right>div {
	width: 100%;
	padding: 0 22% 0 8%;
}

.about3 .right .desc {
	font-size: 16px;
	color: #666666;
	margin-bottom: 40px;
}

.about3 .right ul li {
	padding: 36px 0;
	border-top: 1px solid #CFCFCF;
	display: flex;
}

.about3 .right ul li .pic {
	width: 60px;
	margin-right: 30px;
}

.about3 .right ul li h2 {
	font-size: 20px;
	font-weight: bold;
	color: #030303;
}

.about3 .right ul li p {
	font-size: 16px;
	color: #666666;
}

.about4 {
	padding: 140px 70px 160px;
}

.about4 .Cit p {
	font-size: 16px;
	color: #666666;
	max-width: 1100px;
	text-align: center;
	margin: 40px auto 0;
	line-height: 2;
}

.about4 .swiper-wrapper {
	padding: 77px 0;
}

.about4 .swiper-slide {
	height: auto;
	padding: 0 10px;
	transform: scale(1);
	transition: all ease .3s;
}

.about4 .swiper-slide-active {
	transform: scale(1.1);
}

.about4 .swiper-slide .slide-wrap {
	height: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	padding: 47px 43px;
	text-align: center;
}

.about4 .swiper-slide p {
	font-size: 16px;
	color: #030303;
	line-height: 1.6;
	position: relative;
}

.about4 .swiper-slide p::after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url('/static/img/yin.svg') no-repeat center/contain;
	position: absolute;
	left: 0;
	top: -25px;
	z-index: -1;
}

.about4 .swiper-slide .pic {
	margin: 5px 0;
}

.about4 .swiper-slide .pic,
.about4 .swiper-slide .pic img {
	max-width: 100%;
	width: 80px;
	border-radius: 50%;
	margin: 0 auto;
}

.about4 .swiper-slide h2 {
	font-size: 20px;
	color: #0C9898;
}

.about4 .swiper-slide h3 {
	font-size: 14px;
	color: #8A8A8A;
}

.about4 .swiper-pagination-bullet,
.about5 .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #DCDCDC;
	margin: 0 15px !important;
	opacity: 1 !important;
}

.about4 .swiper-pagination-bullet-active,
.about5 .swiper-pagination-bullet-active {
	background: #0C9898;
}

.about5 {
	background: #F7F8FA;
	padding: 124px 0 135px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about5-wrap {
	max-width: 1480px;
	margin: 0 auto;
}

.about5-wrap .Cit p {
	max-width: 1130px;
	font-size: 16px;
	color: #666666;
	margin: 20px auto 0;
	text-align: center;
	line-height: 2;
}

.about5-wrap .tabbar {
	padding: 50px 0 70px;
}

.about5-wrap .tabbar .bar {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	width: calc(100% / 6);
	text-align: center;
}

.about5-wrap .tabbar .bar {
	color: #0C9898;
	opacity: 0.5;
}

.about5-wrap .tabbar b {
	font-size: 100px;
	font-weight: bold;
	text-align: center;
	transition: all ease .3s;
	transform: translateY(0);
}

.about5-wrap .tabbar .bar.on {
	opacity: 1;
}

.about5-wrap .tabbar .bar:hover b {
	transform: translateY(-10%);
}

.about5-wrap .tabbar span {
	font-size: 16px;
}

.about5-wrap .swiper-wrapper {
	padding: 0 0 60px;
}

.about5-wrap .swiper-slide .pic {
	border: 6px solid #0C9898;
}

.about5-wrap .swiper-slide .pic,
.about5-wrap .swiper-slide .pic img {
	width: 100%;
}

.about6 {
	padding: 74px 0;
}

.about6 .content {
	position: relative;
	margin-top: 50px;
	padding: 30px 0;
}

.about6 .content::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 1px dashed #707070;
}

.about6 .ev {
	position: relative;
	margin: 50px 0 100px;
}

.about6 .ev:nth-of-type(even) {
	flex-direction: row-reverse;
}

.about6 .ev::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #262D3C;
	border-radius: 50%;
	z-index: 3;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all ease .3s;
}

.about6 .ev:hover::after {
	transform: translate(-50%, -50%) scale(2);
	background: #0C9898;
}

.about6 .ev .intr,
.about6 .ev .pic {
	width: 45%;
}

.about6 .ev .pic {
	display: flex;
	justify-content: flex-end;
}

.about6 .ev .pic img {
	max-width: 100%;
}

.about6 .ev:nth-of-type(even) .pic {
	justify-content: flex-start;
}

.about6 .ev .intr h2 {
	font-size: 18px;
	color: #8F8F8F;
	font-weight: 400;
	transition: all ease .3s;
}

.about6 .ev .intr h3 {
	font-size: 32px;
	color: #292C3B;
	font-weight: 400;
	transition: all ease .3s;
}

.about6 .ev:hover .intr h2 {
	color: #0C9898;
}

.about6 .ev:hover .intr h3 {
	color: #0C9898;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

@media screen and (max-width:1519px) {
	.about5-wrap {
		width: 90%;
	}
}

@media screen and (max-width:1366px) {
	.about4 .swiper-slide .slide-wrap {
		padding: 47px 33px;
	}

	.about4 {
		padding: 80px 5% 60px;
	}

	.about5 {
		padding: 90px 0 85px;
	}

	.about5-wrap .tabbar b {
		font-size: 80px;
	}

	.about4 .swiper-pagination-bullet,
	.about5 .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width:1250px) {

	.about2 .intr,
	.about2 .pic {
		width: 100%;
	}

	.about2 .intr {
		padding: 0 5%;
	}

	.about2 .pic {
		padding: 5%;
	}

	.about3 {
		flex-direction: column-reverse;
		padding: 80px 5%;
	}

	.about3 .left {
		width: 100%;
	}

	.about3 .right {
		width: 100%;
		padding-left: 0%;
	}

	.about3 .right>div {
		padding: 0;
	}

	.about6 .ev .intr h3 {
		font-size: 26px;
	}
}

@media screen and (max-width:991px) {
	.about2 {
		padding: 130px 0 80px;
	}

	.about4 .swiper-slide-active {
		transform: none;
	}
}

@media screen and (max-width:768px) {
	.about5-wrap .Cit p{
		text-align: left !important;
	}
	.about6 .ev {
		margin: 30px 0;
	}

	.about5-wrap .tabbar .bar {
		width: calc(100% / 3);
	}

	.about5-wrap .tabbar b {
		font-size: 40px;
	}

	.about5-wrap .tabbar span {
		font-size: 12px;
	}

	.about2 {
		padding: 80px 0;
		background: none;
	}

	.about6 .ev .intr h3 {
		font-size: 20px;
	}

	.about6 .ev .intr h2 {
		font-size: 16px;
	}
}

@media screen and (max-width:480px) {


	.about6 .ev .intr,
	.about6 .ev .pic {
		width: 95%;
	}

	.about6 .ev .pic {
		margin-bottom: 10px;
	}

	.about6 .ev {
		justify-content: flex-end;
	}

	.about6 .ev:nth-of-type(even) {
		flex-direction: row;
	}

	.about6 .ev .pic {
		justify-content: flex-start;
	}

	.about6 .content::after {
		left: 0;
	}

	.about6 .ev::after {
		left: 0;
	}
}