.Abanner {
	width: 100%;
	height: 807px;
	background: url(../img/about/1.png) 50% no-repeat;
	background-size: cover;
}

.container {
	position: relative;
	height: 1027px;
}
 @font-face {
    font-family: arimo;
    src: url("../font/Arimo-Medium.ttf");
  }
.abtext,
.setAB {
	font-family: arimo;
	font-size: 140px;
	font-weight: 700;
	color: rgba(255, 255, 255, .2);
}

.setAB {
	color: #162B4C;
}

.Abanner .mainMiddleBox {
	padding-top: 80px;
}

.setTitle {
	font-weight: 700;
	font-size: 28px;
	color: #fff;
}

.marginBot {
	margin-bottom: 15px;
}

.dlText {
	width: 80%;
	color: #fff;
	line-height: 28px;
	font-size: 16px;
	font-family: arimo;
	margin-bottom: 30px;
}

.webHttp {
	color: #60A4FF;
	font-family: arimo;
	margin-bottom: 50px;
	cursor: pointer;
}
.webHttp a{
	color: #60A4FF;
}
.cardBox {
	width: 100%;
	height: 220px;
	background: #0347AD;
	position: relative;
}

.cardBox .cardNR {
	height: 220px;
	background: url(../img/about/5.png) no-repeat;
	background-position: 0% 50%;
	background-size: contain;
	width: 1400px;
	margin: auto;
	position: relative;
}

.firstCard {
	width: 390px;
	height: 374px;
	background: url(../img/about/2.png) no-repeat;
	background-size: cover;
}

.secondCard {
	width: 390px;
	height: 374px;
	background: url(../img/about/3.png) no-repeat;
	background-size: cover;
	margin: 0 12px;
}

.thridCard {
	width: 390px;
	height: 374px;
	background: url(../img/about/4.png) no-repeat;
	background-size: cover;
}

.cardContainer {
	position: absolute;
	left: 106px;
	top: -275px;
	display: flex;
}

.mainMiddleBox {
	position: relative;
}

.bannerTextBox {
	position: absolute;
	left: 0;
	top: 180px;
}

.cardContainer .card {
	padding: 20px;
	color: #fff;
	font-family: arimo;
}

.cardContainer .card p {
	line-height: 23px;
}

.cardTitle {
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 18px;
}

.cardText {
	font-size: 15px;
}

.secondCard p {
	color: #000;
}

.ccpitBox {
	width: 100%;
	padding-bottom: 80px;
	background: #0D1F3A;
}

.nrBox {
	padding-left: 18%;
	padding-top: 80px;
	position: relative;
	overflow: hidden;
}

.btText {
	position: absolute;
	top: 180px;
	width: 100%;
}

.btText p {
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	width: 879px;
}

.line {
	width: 85%;
	height: 2px;
	background-color: #919AA6;
	position: absolute;
	right: 0;
	bottom: 10px;
}

@media (max-width:1725px) {
	.line {
		width: 83%;
	}
}

@media (max-width:1525px) {
	.line {
		width: 81%;
	}
}

@media (max-width:1335px) {
	.line {
		width: 78%;
	}
}

.ccpitNR {
	margin-top: 80px;
}

.leftList {
	width: 55%;
	padding-right: 20px;
	flex-shrink: 0;
}

.leftList p {
	color: #fff;
}

.setSubTitle {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
}

.oneTK {
	line-height: 25px;
	position: relative;
	padding-left: 25px;
}

.oneTK::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 9px;
}

.imgBox {
	width: 90px;
	margin-right: 30px;
	flex-shrink: 0;
}

.setBorder {
	padding-bottom: 15px;
}

.leftList li:not(:last-child) .setBorder {
	border-bottom: 1px solid #193255;
	margin-bottom: 15px;
}

.rightBOX {
	height: 582px;
	width: calc(100% - 864px);
	position: relative;
	min-width: 420px;
}

.ccpitSwiper {
	height: 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/credit3.png);
	right: auto;
	left: 50px;

}

.swiper-button-next,
.swiper-button-prev {
	width: 27px;
	height: 27px;
	background-size: 15px 27px;
	bottom: -63px;
	top: auto;
	border: 1px solid #fff;
	background-size: 30% 60%;
	background-position: 55% 50%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/credit3.png);
	transform: rotate(180deg);
	left: 0px;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper-pagination-bullet {
	width: 43px;
	height: 5px;
	border-radius: 2px;
	background-color: #AAA8A8;
}

.swiper-pagination {
	width: 100%;
	bottom: -30px;
}

.swiper-pagination-bullet {
	margin-right: 10px;
}

.ccpitSwiper img {
	width: 100%;
	height: 100%;
}

.infoBox {
	width: 1200px;
	height: 199px;
	background: url(../img/about/12.png) no-repeat;
	background-size: cover;
	margin-top: 110px;
}

.infoBox p {
	color: #fff;
	padding: 50px 10px 0 200px;
	line-height: 25px;
}

.developBox {
	width: 100%;
	height: 710px;
	background: url(../img/about/14.png) no-repeat;
	background-size: 95% 65%;
	background-position: 0 90%;
}

.developBox {
	padding-top: 80px;
}

.topTitle {
	width: 60%;
}

.deBox p {
	font-weight: 700;
	font-size: 28px;
	color: #0040A6;
}

.deBox p:first-child {
	margin-bottom: 5px;
}

.moreBtn {
	width: 110px;
	border: 1px solid #0040A6;
	height: 45px;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	line-height: 23px;
	color: #0040A6;
	cursor: pointer;
}

.delopUl {
	display: flex;
	align-items: center;
	column-gap: 10px;
	height: 425px;
	overflow: hidden;
	margin-top: 40px;
}

.delopUl li {
	position: relative;
	width: 16%;
	height: 100%;
	animation: widthSmall 0.7s linear;
	cursor: pointer;
}

@keyframes widthSmall {
	0% {
		width: 52%;
	}

	100% {
		width: 16%
	}
}

@keyframes widthLarge {
	0% {
		width: 16%;
	}

	100% {
		width: 52%
	}
}

.firstLi {
	background: url(../img/about/t1.png) no-repeat;
	background-size: cover;
}

.secondLi {
	background: url(../img/about/t2.png) no-repeat;
	background-size: cover;
}

.delopUl li.active {
	width: 52%;
	animation: widthLarge 0.7s linear;
}

.thirdLi {
	background: url(../img/about/t3.png) no-repeat;
	background-size: cover;
}

.fourLi {
	background: url(../img/about/t4.png) no-repeat;
	background-size: cover;
}

.devTitle {
	position: absolute;
	left: 30px;
	bottom: 25px;
	color: #fff;
	font-size: 20px;
	z-index: 9;
}

.shadowDev {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #092144 10%, rgba(9, 33, 66, .9) 50%, rgba(9, 33, 66, .5));
	z-index: 8;
	display: none;
}

.delopUl li.active .shadowDev {
	display: block;
}

.devNR {
	position: absolute;
	left: 30px;
	top: 30px;
	color: #fff;
	z-index: 9;
	width: 65%;
	display: none;
	height: 316px;
	overflow: hidden;
}

.devNR p {
	text-indent: 30px;
	line-height: 25px;
}

.delopUl li.active .devNR {
	display: block;
}

.marginBot3 {
	margin-bottom: 30px;
}

.wyhSwiper .swiper-slide {
	width: 100%;
	height: 454px;
}

.wyhSwiper .swiper-button-next,
.wyhSwiper .swiper-button-prev {
	top: 50%;

}

.wyhSwiper .swiper-button-prev {
	left: 18%;
	right: auto;
}

.wyhSwiper .swiper-button-next {

	right: 18%;
	left: auto;
}
