/* 锚点跳转 */
@media (min-width: 768px) {
	.anchorPoints {
		display: none;
		position: fixed;
		top: 250px;
		left: 100px;
		z-index: 999;
		border-left: 1px solid #E4E7EC;
	}

	.anchorPoints a {
		display: inline-block;
		padding-left: 25px;
		color: #8695B1;
	}

	.anchorPoints li {
		margin-bottom: 40px;
		position: relative;
		transform: translateY(-6px);
	}

	.anchorPoints li::before {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background: url(../images/anchorPoints.png)no-repeat center center;
		background-size: 14px 14px;
		position: absolute;
		left: -7px;
		top: 50%;
		transform: translateY(-50%);
	}

	.anchorPoints li:hover a {
		color: #1E95E8;
		font-weight: 500;
	}

	.anchorPoints li:hover::before {
		background: url(../images/anchorPoints2.png)no-repeat center center;
		background-size: 14px 14px;
	}
}

@media (max-width: 767px) {
	.anchorPoints {
		display: none;
		position: fixed;
		top: 55px;
		left: 0px;
		width: 100%;
		line-height: 45px;
		border-bottom: 1px solid #E4E7EC;
		background: #fff;
		z-index: 999;
		text-align: center;
		padding: 10px 4% 0px 4%;
	}

	.anchorPoints li {
		display: inline-block;
		text-align: center;
		margin: 0px 12px;
	}

	.anchorPoints a {
		color: #8695B1;
	}
}



/*  */
.aboutIntro {
	display: flex;
	justify-content: space-between;
}

.aboutIntro .aboutL {
	width: 755px;
}

.aboutIntro .aboutL h2 {
	margin-bottom: 22px;
	margin-top: 48px;
}

.aboutIntro .aboutR {
	width: 500px;
}

.aboutTxt p {
	margin-bottom: 22px;
	line-height: 32px;
}

.pbulicPageTitle {
	padding-bottom: 70px;
}


.countBg {
	background: url(../images/countBg.png)no-repeat;
	background-size: 100%;
	min-height: 214px;
}

.numCount ul {
	display: flex;
}

.aboutNumCount ul li {
	width: 20%;
	text-align: center;
	height: 214px;
}

.aboutNumCount ul li .item {
	margin-top: 50px;
}

.aboutNumCount ul li:first-child {
	width: 8%;
	margin-right: 3.4%;
}

.aboutNumCount ul li:last-child {
	width: 45%;
	background: #1E95E8;
	color: #fff;

}

.numCount .numU .numCX {
	font-weight: 600;
}

/* 发展历程 */
.develop {
	background: url(../images/developbg.png)no-repeat center center;
	background-size: 100% 100%;
	padding-bottom: 110px;
	position: relative;
}

.time {
	position: relative;
}

.developWrap ul {
    padding-left: 40px;
}

.developWrap ul li {
	min-width: 80px;
	width: 180px;
	cursor: pointer;
	/* text-align: center; */
}

.developWrap .swiper-wrapper {
	/* padding: 20px 0px; */
	/* margin: 0 60px; */
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: none;
}

.develpSwiper {
	padding: 80px 0px;
	overflow: hidden;
	margin: 0 80px;
}

.develpSwiper .devPrevBtn,
.develpSwiper .devNextvBtn {
	background: url(../images/devPrevPage.png)no-repeat;
	background-size: 100%;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
}

.develpSwiper .devPrevBtn {
	left: 10px;
}

.develpSwiper .devNextBtn {
	left: auto;
	right: 10px;
	background: url(../images/devNextPage.png)no-repeat;
	background-size: 100%;
	width: 42px;
	height: 42px;
}

.line-fx {
	display: block;
	width: 100%;
	height: 1px;
	background: #648ABA;
	/* position: absolute;
	left:0%;
	bottom:80px; */
	margin-bottom: -55px;
	position: relative;
}

.line-fx:before {
	content: '';
	width: 14px;
	height: 14px;
	border: 4px solid #648ABA;
	position: absolute;
	background: #fff;
	left: 0px;
	top: -7px;
	border-radius: 100%;
}

.line-fx:after {
	content: '';
	width: 14px;
	height: 14px;
	border: 4px solid #648ABA;
	position: absolute;
	right: 0px;
	background: #fff;
	top: -7px;
	border-radius: 100%;
}

.developWrap ul li h3 {
	position: relative;
}

.developWrap ul li .numb {
	position: relative;
}

.developWrap ul li .numb:after {
	content: '';
	position: absolute;
	bottom: -28px;
	width: 2px;
	left: 25px;
	background: #648ABA;
	height: 15px;
}

.develpSwiper .swiper-slide.active {
	color: #1E95E8;
	font-size: 28px;
}

.developWrap ul li.active .numb:after {
	background: #1E95E8;
}

.developBoxAll {
	padding: 30px 85px 0px;
	min-height: 350px;
}

.developBoxAll .developBox {
	display: none;
}

.timeCon {
	width: 100%;
	max-height: 600px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}

.timeCon li {
	width: 50%;
	padding-bottom: 70px;
	display: flex;
	position: relative;
}

.timeCon li:nth-child(odd) {
	align-self: flex-end;
	padding-left: 35px;
}

.timeCon li:nth-child(even) {
	align-self: flex-start;
	text-align: right;
	flex-direction: row-reverse;
	padding-right: 35px;
}

.timeCon li:nth-child(odd) h3 {
	margin-right: 10px;
	min-width: 60px;
}

.timeCon li:nth-child(even) h3 {
	margin-left: 10px;
	min-width: 60px;
}

.timeCon li:nth-child(odd)::before {
	content: "";
	position: absolute;
	left: -6px;
	top: 5px;
	width: 12px;
	height: 12px;
	background: url(../images/companyPoint.png)no-repeat center center;
	background-size: 100% 100%;
}

.timeCon li:nth-child(even)::before {
	content: "";
	position: absolute;
	right: -6px;
	top: 5px;
	width: 12px;
	height: 12px;
	background: url(../images/companyPoint.png)no-repeat center center;
	background-size: 100% 100%;
}

.timeCon li:nth-child(odd)::after {
	content: "";
	position: absolute;
	left: -1px;
	top: 8px;
	width: 1px;
	height: 96%;
	background: linear-gradient(180deg, #1E95E8 0%, rgba(30, 149, 232, 0) 100%);
	;
}

.timeCon li:nth-child(even)::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 8px;
	width: 1px;
	height: 96%;
	background: linear-gradient(180deg, #1E95E8 0%, rgba(30, 149, 232, 0) 100%);
	;
}

.developTip {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #8695B1;
}

.developTip img {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px auto 5px auto;
}

/* .developBox p {
	margin: 10px 0;
	padding-left: 18px;
	background: url(../images/companyPoint.png)no-repeat left top 8px;
	background-size: 12px 12px;
}

.developBox p:first-child {
	padding-left: 0px;
	background: none;
}

.developBox .s-sp {
	width: 20px;
	height: 20px;
	background: #BADDFF;
	border-radius: 100%;
	position: relative;
	display: inline-block;
}

.developBox .s-sp:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	width: 12px;
	height: 12px;
	background: #1E95E8;
	border-radius: 100%;
} */


.businessBg {
	background: #041c39;
	padding: 30px 20px;
	/* margin-top: 60px; */
	padding-bottom: 0;

}

.bus {
	margin-top: -180px;
}

.bus img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto;
}

.businessBg .pbulicPageTitle {
	position: relative;
	z-index: 2;
}

.businessBg .pbulicPageTitle h2 {
	color: #fff;
}

/* 技术实力 */
.technologyNumber h3 {
	color: #1E95E8;
	text-align: center;
}

.strengthNumCount ul {
	justify-content: center;
	margin-top: 70px;
	margin-bottom: 103px;
}

.strengthNumCount ul li {
	width: 30%;
	text-align: center;
}

/*  */
.strengthTab {
	display: flex;
	justify-content: center;
}

.strengthTab>li {
	width: 33.3%;
	height: 550px;
	position: relative;
	cursor: pointer;
}

.strengthBtmBox {
	width: 100%;
	height: 100%;
	padding: 36px 40px;
	overflow: hidden;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
}

.strengthTab .strengthList1 {
	background: url(../images/strengthTabbg1.png)no-repeat center center;
	background-size: 100% 100%;
}

.strengthTab .strengthList2 {
	background: url(../images/strengthTabbg2.png)no-repeat center center;
	background-size: 100% 100%;
}

.strengthTab .strengthList3 {
	background: url(../images/strengthTabbg3.png)no-repeat center center;
	background-size: 100% 100%;
}

.strengthOlList {
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
}

.strengthOlList li {
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 20px;
}

.strengthOlList li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.strengthTopBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #F7FAFE;
	text-align: center;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.strengthTab>li:nth-child(2) .strengthTopBox {
	background: #F2F6FC;
}

.strengthTab>li:hover .strengthTopBox {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.strengthTopBox img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0px auto 24px auto;
	box-shadow: 0px 0px 20px rgba(189, 206, 240, 0.16);
	border-radius: 50%;
}

.strengthTopBox h3 {
	color: #1E95E8;
}

/* .strength-list {
	margin: 15px;
}

.strength-list h3 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 20px;
	height: 67px;
	width: 100%;
	background: #1E95E8;
	color: #fff;
	text-align: center;
	margin-bottom: 1px;
}

.strengthBd {
	background: rgba(116, 188, 252, 0.05);
	border: 3px dashed #74BCFC;
	padding: 30px 20px;
	min-height: 520px;
}

.strengthBd div p {
	padding-left: 15px;
	padding-bottom: 20px;
	position: relative;
	border-left: 2px solid #1E95E8;
}

.strengthBd div p:before {
	position: absolute;
	left: -9px;
	top: 0px;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: url(../images/s-yuan.png)no-repeat;
	background-size: cover;
	z-index: 9;
}

.strengthBd div p:last-child {
	border-left: none;
} */





/*.strengthImg {*/
/*	margin-top: 60px;*/
/*}*/

/*.strengthImg ul {*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*}*/

/*.strengthImg ul li {*/
/*	width: 20%;*/
/*	cursor: pointer;*/
/*}*/

/*.strengthImg ul li .strent {*/
/*	border: 1px solid rgba(145, 167, 184, 0.4);*/
/*	margin: 10px;*/
/*	padding: 10px;*/
/*	position: relative;*/
/*	overflow: hidden;*/
/*}*/

/*.strengthImg ul li:hover .mask-p {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	background: rgba(30, 149, 232, 0.8);*/
/*}*/

/*.strengthImg ul li:hover .sou img {*/
/*	left: 50%;*/
/*}*/

/*.strengthImg li img {*/
/*	width: auto;*/
/*	height: auto;*/
/*	max-width: 100%;*/
/*	max-height: 100%;*/
/*}*/

/*.strengPage {*/
/*	padding: 60px 10px;*/
/*}*/

.honor {
	padding-bottom: 40px;
}

.honor li {
	cursor: pointer;
	margin-top: 60px;
}

.honor .swiper-slide {
	padding: 0px;
}

.honor li .strent {
	border: 1px solid rgba(145, 167, 184, 0.4);
	/* margin: 10px; */
	padding: 10px;
	position: relative;
	overflow: hidden;
}

.honor li:hover .mask-p {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(30, 149, 232, 0.8);
}

.honor li:hover .sou img {
	left: 50%;
}

.honor li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.sou img {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	left: -118%;
	margin-left: -9.5%;
	transition: all 0.3s;

}

.strengPage {
	padding: 60px 10px;
}

/* 大图 */
/* .bigImg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99999;
	display: none;
}

.bigImgBg {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bigImgCon {
	width: 90%;
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bigImgCon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
} */
.bigImgCon {
	width: 100%;
	height: 100%;
}




/* 荣誉资质 */
.honorTab {
	margin-top: 60px;
}

.honorTab ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
}

.honorTab li {
	width: 32%;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 60px;
	cursor: pointer;
}

.honorTab li:nth-child(3n) {
	margin-right: 0px;
}

.honorTab li>div:nth-child(1) {
	width: 100%;
	padding-top: 68.5%;
	position: relative;
}

.honorTab img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.honorTab li:hover img {
	transform: scale(1.15);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.honorItem {
	position: relative;
}

.honorTxtBox {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 82%;
	background: #0072f4d3;
	padding: 20px;
	color: #fff;
}

.honorTab .load-more__btn {
	display: inline-block;
	margin: 0px auto;
	width: 200px;
	text-align: center;
	line-height: 50px;
	background: #1E95E8;
	color: #fff;
	border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 50px;
}





/* 分页 */
.holder .jp-previous,
.holder .jp-next {
	font-size: 0px;
	vertical-align: middle;
}

.holder .jp-previous {
	background: url(../images/prevPage.png)no-repeat center center, #fff;
	background-size: 16px 16px;
}

.holder .jp-next {
	background: url(../images/nextPage.png)no-repeat center center, #fff;
	background-size: 16px 16px;
}

.holder .jp-previous:hover {
	background: url(../images/prevPageW.png)no-repeat center center, #1E95E8;
	background-size: 16px 16px;
}

.holder .jp-next:hover {
	background: url(../images/nextPageW.png)no-repeat center center, #1E95E8;
	background-size: 16px 16px;
}

.holder .jp-current {
	background: #1E95E8;
	color: #fff;
}

.holder a:hover {
	background: #1E95E8;
	color: #fff;
}




/* 移动端 */
@media (max-width: 767px) {
	.pbulicPageTitle {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.pbulicPageBanner p {
		display: none;
	}

	/* .publicTab li {
		text-align: center;
		width: 33.3%;
		line-height: 40px;
	}

	.publicTab .whiteBg {
		width: 100px;
		height: 40px;
	} */

	.aboutIntro,
	.numCount ul {
		flex-wrap: wrap;
	}

	.aboutIntro .aboutL,
	.aboutIntro .aboutR {
		width: 100%;
	}

	.aboutIntro .aboutL h2 {
		margin-bottom: 20px;
		margin-top: 30px;
	}



	.aboutNumCount ul li {
		width: 32%;
		text-align: center;
		height: auto;
	}

	.aboutNumCount ul li:first-child {
		width: 30%;
		margin-right: 0;
	}

	.aboutNumCount ul li:last-child {
		width: 55%;
		background: none;
		color: inherit;
	}

	.aboutNumCount ul li .item {
		margin-top: 20px;
	}

	.countBg {
		background: url(../images/countBg.png)no-repeat;
		background-size: cover;
		min-height: auto;
		padding-bottom: 25px;
	}

	.develpSwiper .devNextBtn,
	.develpSwiper .devPrevBtn {
		width: 32px;
		height: 32px;
	}

	.develpSwiper {
		margin: 0 40px;
	}

	.developBoxAll {
		padding: 0 4%;
		margin-top: -20px;
		min-height: unset;
	}

	.timeCon {
		max-height: 300px;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
	}

	.timeCon li {
		width: 100%;
		padding-bottom: 40px;
	}

	.timeCon li:nth-child(even) {
		align-self: unset;
		text-align: left;
		flex-direction: unset;
		padding-right: 0px;
		padding-left: 26px;
	}

	.timeCon li:nth-child(odd) {
		padding-left: 26px;
	}

	.timeCon li:nth-child(odd) h3 {
		margin-right: 10px;
		min-width: 45px;
	}

	.timeCon li:nth-child(even) h3 {
		margin-left: 0px;
		margin-right: 10px;
		min-width: 45px;
	}

	.timeCon li:nth-child(odd)::before {
		left: 0px;
		top: 3px;
	}

	.timeCon li:nth-child(even)::before {
		left: 0px;
		top: 3px;
		right: unset;
	}

	.timeCon li:nth-child(odd)::after {
		left: 5px;
	}

	.timeCon li:nth-child(even)::after {
		right: unset;
		left: 5px;
	}

	.developTip {
		bottom: 10px;
	}

	.develop {
		padding-bottom: 70px;
	}


	.bus {
		margin-top: -40px;
	}




	/* 技术实力 */
	.strengthNumCount ul {
		margin-bottom: 20px;
		margin-top: 30px;
	}

	.strengthTab {
		flex-wrap: wrap;
	}

	.strengthTab>li {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.strengthTab>li:last-child {
		margin-bottom: 0px;
	}

	.strengthTab .strengthList1,
	.strengthTab .strengthList2,
	.strengthTab .strengthList3 {
		background-size: cover;
	}

	.strengthTab {
		flex-direction: column;
	}

	.strength-list {
		margin: 15px 0;
	}

	.strengthBd {
		min-height: auto;
	}

	.strength-list h3 {
		height: auto;
	}

	.strengthImg {
		margin-top: 20px;
	}

	.strengthImg ul li {
		width: 50%;
	}

	.strengthNumCount ul li {
		width: 33%;
		text-align: center;
	}

	/* .publicTab .strengPan {
		left: 100px;
	} */



	/* 荣誉资质 */
	/* .publicTab {
		padding-top: 30px;
		margin-bottom: 20px;
	}

	.publicTab .honorPan {
		left: 200px;
	} */

	.honorTab {
		margin-top: 20px;
	}

	.honorTab ul li {
		width: 49%;
		margin-right: 0px;
		display: flex;
		flex-direction: column;
		margin-bottom: 35px;
	}

	.honorTab li:nth-child(2n) {
		margin-left: 2%;
	}

	.honorTxtBox {
		position: relative;
		left: unset;
		bottom: unset;
		width: 100%;
		flex-grow: 1;
	}

	/*
	.honorTxt p {
		line-height: 30px;
	}

	.bigImgCon img {
		width: auto;
		height: auto;
	} */


	/* .developBox p {
		background: url(../images/companyPoint.png)no-repeat left top 6px;
		background-size: 12px 12px;
	} */

}