.aboutInfo1{
	padding: 50px 0 90px;
	position: relative;
}
.aboutInfo1 .content{
	padding: 25px 41% 0 0;
	color: #333;
}
.aboutInfo1 .content .h4{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
}
.aboutInfo1 .content .p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	word-break: break-all;
	text-align: justify;
}
.aboutInfo1 .content .imgAbout1{
	position: absolute;
	right: 100px;
	top: 2%;
	z-index: -1;
	height: 96%;
}

.aboutInfo2{
	padding: 80px 0 130px;
	background: url(../images/icon/bgAbout1.png) no-repeat center center;
	background-size: cover;
	color: #fff;
}
.aboutInfo2 .versionList{
	margin-top: 50px;
}
.versionList .swiper-wrapper{
	display: flex;
	justify-content: space-between;
}
.aboutInfo2 .versionList .swiper-slide{
	width:calc(33.33% - 16px);
	height:initial;
	margin-right: 24px;
	padding-top: 100px;
}
.aboutInfo2 .versionList .swiper-slide:nth-child(3){
	margin-right: 0;
}
.aboutInfo2 .versionList .contentBox{
	border:1px solid rgba(255,255,255,0.3);
	border-top: none;
	text-align: center;
	position: relative;
	padding: 60px 15px 60px;
	height: 100%;
}
.aboutInfo2 .versionList .contentBox::before,
.aboutInfo2 .versionList .contentBox::after{
	content: '';
	display: block;
	width: calc(50% - 65px);
	height: 1px;
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
}
.aboutInfo2 .versionList .contentBox::before{
	left: 0;
}
.aboutInfo2 .versionList .contentBox::after{
	right: 0;
}
.aboutInfo2 .versionList .icon{
	display: block;
	width: 110px;
	height: 110px;
	position: absolute;
	left: 50%;
	top: -70px;
	margin-left: -55px;
}
.aboutInfo2 .versionList .swiper-slide:nth-child(1) .icon{
	background: url(../images/icon/iconAbout1.png) no-repeat;
}
.aboutInfo2 .versionList .swiper-slide:nth-child(2) .icon{
	background: url(../images/icon/iconAbout2.png) no-repeat;
}
.aboutInfo2 .versionList .swiper-slide:nth-child(3) .icon{
	background: url(../images/icon/iconAbout3.png) no-repeat;
}
.aboutInfo2 .versionList .h4{
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: normal;
}
.aboutInfo2 .versionList .p{
	font-size: 16px;
	line-height: 32px;
}
.aboutInfo2 .versionList .p .span{
	display: block;
}

.aboutInfo3{
	padding: 85px 0;
	background: url(../images/icon/bgAbout2.png) no-repeat center bottom;
	position: relative;
}
.aboutInfo3::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	left: 0;
	bottom: 135px;
}
.aboutInfo3 .mySwiper{
	padding: 40px 30px 0 ;
}
.mySwiper .swiper-slide {
	/* width: 20%; */
	height: auto;
	position: relative;
}
.mySwiper .slideContent {
	width: 100%;
	padding: 80px 20px 100px 180px;
}
.slideContent .line1 {
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	left: 0;
	bottom: 50px;
}
.slideContent .line2 {
	width: 1px;
	background: #e5e5e5;
	position: absolute;
	left: 100px;
	bottom: 50px;
	top: 100px;
}
.slideContent .point {
	width: 25px;
	height: 25px;
	background: url(../images/icon/iconPoint1.png) no-repeat;
	position: absolute;
	left: 88px;
	bottom: 38px;
}
.swiper-slide-active .slideContent .point {
	background: url(../images/icon/iconPoint2.png) no-repeat;
}
.slideContent .timeBottom{
	color: #bbb;
	font-weight: bold;
	position: absolute;
	left: 82px;
	bottom: 26px;
}
.swiper-slide-active .slideContent .timeBottom{
	color: #00d3dd;
	font-size: 16px;
	left: 82px;
	bottom: 15px;
}
.slideContent .time {
	width: 115px;
	height: 115px;
	line-height: 115px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #999;
	border-radius: 150px;
	background: #fff;
	box-shadow: 0 0 6px 1px rgba(200,200,200,0.2);
	position: absolute;
	left: 43px;
	top: 50px;
	z-index: 9;
	background: #fff;
	transition: top 0.5s ease-in;
}
.swiper-slide-active .slideContent .time {
	top: 10px;
	background: #00d3dd;
	color: #fff;
}
.swiper-slide-active .slideContent .line2 {
	background: #00d3dd;
}
.slideContent .info{
	min-height: 220px;
	position: relative;
}
.swiper-slide-active .slideContent .info{
	top: -30px;
}
.slideContent .info .p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 16px;
}
.slideContent .info .p::before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 12px;
	background: #00d3dd;
}
.aboutInfo3 .swiper-button-next,
.aboutInfo3 .swiper-button-prev{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #fff;
	box-shadow: 0 2px 5px 1px rgba(204,204,204,0.5);
	top: 62%;
}
.aboutInfo3 .swiper-button-next:after,
.aboutInfo3 .swiper-button-prev:after{
	font-size: 14px;
	color: #333;
}
.aboutInfo3 .swiper-button-next:hover,
.aboutInfo3 .swiper-button-prev:hover{
	background: #00d3de;
}
.aboutInfo3 .swiper-button-next:hover:after,
.aboutInfo3 .swiper-button-prev:hover:after{
	color: #fff;
}

@media screen and (max-width:1800px) {
	.aboutInfo1 .content{
		padding-right:55%;
	}
}

@media screen and (max-width:1700px) {
	.aboutInfo1 .content{
		padding-right:60%;
	}
}
@media screen and (max-width:1600px) {
	.aboutInfo1 .content{
		padding-right:50%;
		position: relative;
	}
	.aboutInfo1 .content .imgAbout1{
		width: 50%;
    height: auto;
    right: 0;
	}
}

@media screen and (max-width:1280px) {
	.aboutInfo2 .versionList .p .span{
		display: inline;
	}
}

@media screen and (max-width:1024px) {
	.aboutInfo1 .content{
		padding: 20px 0 0;
	}
	.aboutInfo1 .content .imgAbout1{
		position: static;
		width: 80%;
		display: block;
		margin: 0 auto 20px;
	}
}

@media screen and (max-width:800px) {
	.aboutInfo1{
		padding: 30px 0;
	}
	.aboutInfo1 .content .h4{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.aboutInfo1 .content .p{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width:640px) {
	.aboutInfo2{
		padding: 30px 0;
	}
	.aboutInfo2 .versionList{
		display: block;
		margin-top: 20px;
	}
	.aboutInfo2 .versionList .swiper-slide{
		width: 100%;
		margin-right: 0;
	}
	.aboutInfo2 .versionList .swiper-slide:last-child{
		margin-bottom: 0;
	}
	.aboutInfo2 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.aboutInfo2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		background: #fff;
	}
	.aboutInfo2 .versionList .h4{
		font-size: 20px;
	}
	.aboutInfo2 .versionList .p {
		font-size: 14px;
		line-height: 26px;
	}
	.aboutInfo3{
		padding: 40px 0;
	}
	.aboutInfo3::before{
		bottom: 90px;
	}
	.mySwiper .slideContent{
		padding: 50px 0 70px 130px;
	}
	.slideContent .time{
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 14px;
	}
	.slideContent .line2{
		left: 72px;
    top: 60px;
	}
	.aboutInfo3 .mySwiper{
		padding: 40px 0 0 ;
	}
	.aboutInfo3 .swiper-button-next,
	.aboutInfo3 .swiper-button-prev{
    width: 36px;
    height: 36px;
		top: auto;
    bottom: 7px;
	}
	.slideContent .point{
		left: 60px;
	}
	.slideContent .info{
		min-height: 180px;
	}
	.slideContent .info .p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
	}
	.slideContent .info .p::before{
		top: 9px;
	}
	.swiper-slide-active .slideContent .timeBottom{
		left: 53px;
	}
}
