@charset "UTF-8";
/* ========== 首页 start ========== */
/* ————— indexBanner start ————— */
.indexBannerBox{position: relative;overflow: hidden;width: 100%;height: 100vh;}
.indexBannerBox::before{content: '';display: block;width: 100%;height: 36.4583%;position: absolute;left: 0;bottom: 0;background: url(../images/indexBannerBg.png) bottom center no-repeat;background-size: 100%,100%;z-index: 2;}
.indexBanner{height: 100%;position: absolute;width: 100%;top: 0;left: 0;}
.bannerSwiper{height: 100%;width: 100%;}
.bannerSwiper .swiper-slide{text-align: center;font-size: 18px;background: #fff;overflow:hidden;position: relative;}	
.bannerSwiper .swiper-slide::after{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;background: url(../images/indexBannerBg2.png) left center no-repeat;background-size: 100% 100%;z-index: 2;}
.bannerSwiper .slide-inner {position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-size: cover;background-position: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;color:#fff;}
.indexBanner .slideText{color: #ffffff;top: 28.125%;left: 15%;position: absolute;z-index: 3;text-align: left;}
.indexBanner .slideText .span{font-size: 75px;text-shadow: 0 0 51px rgba(0, 57, 127, 0.29);font-style: italic;font-weight: bold;}
.indexBanner .slideText div{line-height: 74px;box-sizing: border-box;width: fit-content;padding: 0 176px 0 66px;background: url(../images/sbx.png) center no-repeat;background-size: 100% 100%;font-size: 30px;margin-top: 46px;font-family: 'AlibabaPuHuiTi_3_55_Regular';}
.indexBanner .swiper-pagination{bottom: 63px;z-index: 3;}
.indexBanner .swiper-pagination-bullet{width: 8px;height: 8px;background-color: #fff;opacity: 1;position: relative;margin: 0 11px !important;}
/* 分页器当前激活的样式 - 外圈逐渐画出360度 */
.indexBanner .swiper-pagination-bullet-active {
    background-color: #fff;
}

.indexBanner .swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top-color: #fff;
    animation: drawCircle 5.5s linear forwards; /* 延长到3.5秒 */
}

@keyframes drawCircle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        border-top-color: #fff;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    25% {
        border-right-color: #fff;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        border-bottom-color: #fff;
        border-left-color: transparent;
    }
    75% {
        border-left-color: #fff;
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
        border-color: #fff;
    }
}
/* ————— indexBanner end ————— */
.sideBar {
	position: fixed;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s linear;
}
.sideBar.active {
	z-index: 90;
	opacity: 1;
}
.sideBar .con {
	margin-bottom: 10px;
	box-shadow: 0 0 16px rgb(0,60,102,0.12);
	border-radius: 40px 40px 24px 24px;
	display: block;
}
.sideBar .con.hide {
	display: none;
}
.sideBar .tu {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: url(../images/logoTu.png) center no-repeat,#fff;
	background-size: auto 35px;
	margin-bottom: -40px;
	position: relative;
	z-index: 2;
}
.sideBar dl {
	padding: 54px 0 50px;
	background-color: #004ca9;
	position: relative;
	z-index: 1;
	border-radius: 0 0 24px 24px;
}
.sideBar dl dd {
	border-bottom: 1px dotted rgb(255, 255, 255,0.3);
}
.sideBar dl dd:last-child {
	border-bottom: none;
}
.sideBar dl dd a {
	display: block;
	padding: 14px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.sideBar dl dd:first-child a {
	padding-top: 0;
}
.sideBar dl dd:last-child a {
	padding-bottom: 30px;
}
.sideBar dl dd a .icon {
	width: 28px;
	height: 29px;
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.sideBar dl dd a .text {
	margin-top: 12px;
}
.sideBar .goTop {
	width: 80px;
	height: 83px;
	background: url(../images/goTopBg.png) center no-repeat;
	background-size: 100% 100%;
	margin-top: -83px;
	position: relative;
	z-index: 2;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 32px;
	box-sizing: border-box;
	cursor: pointer;
}
.sideBar .goTop .icon {
	background: url(../images/goTop.png) center no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 18px;
	margin: 0 auto;
}
.putAway {
	width: 80px;
	height: 54px;
	border-radius: 24px;
	background-color: #5fc61a;
	cursor: pointer;
	background-image: url(../images/shouqi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	transition: all 0.3s linear;
}
.putAway.hide {
	transform: rotate(180deg);
}
.indexTitleW .name {
	margin-top: 34px;
	color: #4e5969;
	font-size: 20px;
}
.indexTitle {
	display: flex;
	column-gap: 10px;
	font-size: 48px;
	color: var(--themeColor);
	line-height: normal;
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.indexTitle2 {
	font-size: 48px;
}
.indexTitle .ys {
	padding-top: 24px;
}
.indexTitle .ys div {
	width: 8px;
	height: 8px;
	background-color: var(--themeColor);
}
.indexTitle .ys div:nth-child(2) {
	background-color: #77de32;
}
.indexTitle3 .ys div {
	background-color: #77de32;
}
.indexTitle3 .ys div:nth-child(2) {
	background-color: var(--themeColor);
}
.indexMore {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #004ca9;
    box-sizing: border-box;
    font-size: 18px;
    color: var(--themeColor) !important;
    transition: all 0.3s ease;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
}
.indexMore:hover {
    animation: shakeY 0.6s ease forwards;
}

@keyframes shakeY {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    75% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0);
    }
}
/* ========== column1 start ========== */
.column1 {
	padding: 124px 0 114px;
	background: url(../images/column1Bg.jpg) center no-repeat;
	background-size: 100% 100%;
}
.column1 .con {
	margin-top: 60px;
	display: flex;
	column-gap: 120px;
	align-items: flex-end;
}
.column1 .column1L {
	flex: 1;
}
.column1 .column1L .title {
	font-size: 33px;
	color: var(--themeColor);
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.column1 .column1L .title span {
	margin-right: 30px;
}
.column1 .column1L .title span:nth-child(2) {
	color: #5fc61a;
}
.column1 .column1L .info {
	font-size: 18px;
	line-height: 36px;
	color: #4e5969;
	margin-top: 50px;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.column1 .pic {
	width: 48.6111%;
}
.column1 .indexMore {
	margin-top: 48px;
}
.column1Dl {
	display: flex;
	justify-content: space-between;
	margin-top: 105px;
}
.column1Dl dd {
	width: fit-content;
}
.column1Dl dd .num {
	font-size: 18px;
	color: var(--themeColor);
	font-weight: bold;
	text-align: center;
}
.column1Dl dd .num .year {
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.column1Dl dd .num .numbers {
	display: inline-block;
	position: relative;
	margin-right: 28px;
}
.column1Dl dd .num .numbers .number {
	font-size: 51px;
	font-family: 'AlibabaPuHuiTi_3_85_Bold';
	display: inline-block;
}
.column1Dl dd .num .numbers div {
	position: absolute;
	top: -6px;
	right: -18px;
	font-size: 18px;
	font-weight: bold;
	font-family: unset;
}
.column1Dl dd .type {
	text-align: center;
	font-size: 20px;
	color: #808a96;
	line-height: 40px;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
/* ========== column1 end ========== */
/* ========== column2 start ========== */
.column2 {
	padding: 100px 0 87px;
	background: url(../images/column2Bg.jpg) top center no-repeat;
	background-size: 100% 100%;
}
.column2T {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
}
.column2T .indexTitleW {
	width: fit-content;
}
.column2T dl {
	display: flex;
	align-items: center;
	column-gap: 30px;
}
.column2T dl dd {
	overflow: hidden;
	transition: all 0.3s ease;
}
.column2T dl dd.hover {
	border-radius: 0 15px 0 15px;
}
.column2T dl dd a {
	display: block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid var(--themeColor);
	font-size: 18px;
	color: var(--themeColor);
	transition: all 0.3s ease;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.column2T dl dd.hover a {
	background-color: #004ca9;
	border-color: #004ca9;
	color: #fff;
}
.column2SwiperBox {
	margin-top: 72px;
	background: url(../images/column2SwiperBoxBg.png) center bottom no-repeat;
	background-size: auto 187px;
	position: relative;
}
.column2SwiperCon {
	padding-bottom: 87px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.3s linear;
}
.column2SwiperCon.hover {
	opacity: 1;
	position: relative;
}
.column2SwiperCon .swiperName {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 27px;
	font-size: 30px;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
	color: #4d5a6b;
}
.column2Swiper {
	position: relative;
}
.column2Swiper .swiper-wrapper {
	align-items: center;
}
.column2Swiper a {
	display: block;
	margin: 0 25px;
}
.column2Swiper .text {
	padding: 0 45px 0 50px;
	position: absolute;
	bottom: 42px;
	left: 0;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	box-sizing: border-box;
	display: none;
}
.column2Swiper .swiper-slide-active .text {
	display: flex;
}
.column2Swiper .text .title {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	flex: 1;
}
.column2Swiper .text .ckgd {
	width: fit-content;
	display: flex;
	align-items: center;
	column-gap: 16px;
	font-size: 18px;
	/* color: #f8fafc; */
	color: var(--themeColor);
}
.column2Swiper .text .ckgd .icon {
	width: 66px;
	height: 40px;
	border-radius: 20px;
	background: url(../images/go.png) center no-repeat,var(--themeColor);
	background-size: auto 15px;
}
.column2SwiperBtn {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgb(255, 255, 255,0.6);
	border: 1px solid #1a4b8d;
	box-sizing: border-box;
	position: absolute;
	background-size: auto 26px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	transition: all 0.3s linear;
	cursor: pointer;
}
.column2SwiperBtn:hover {
	background-color: #0f4b83;
	border-color: #0f4b83;
}
.column2SwiperBtn.prev {
	left: 23.4375%;
	background-image: url(../images/left.png);
}
.column2SwiperBtn.prev:hover {
	background-image: url(../images/lefth.png);
}
.column2SwiperBtn.next {
	right: 23.4375%;
	background-image: url(../images/right.png);
}
.column2SwiperBtn.next:hover {
	background-image: url(../images/righth.png);
}
/* ========== column2 end ========== */
/* ========== column3 start ========== */
.column3 {
	position: relative;
}
.column3 .indexTitleW {
	position: absolute;
	top: 13.3333%;
	left: 12.5%;
	z-index: 1;
}
.column3 .con {
	display: flex;
}
.column3 a {
	display: block;
	width: 50%;
	position: relative;
}
.column3 a .pic::before {
	padding-top: 100%;
}
.column3 .text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	top: 38.75%;
}
.column3 .text .textC {
	font-size: 36px;
	color: #fff;
	text-align: center;
	margin-top: 26px;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
}
.column3 .iconBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px dashed #fff;
	box-sizing: border-box;
	margin: 0 auto;
}
.column3 .iconBox .icon {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	border: 1px dashed #fff;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 50px;
	transition: all 0.3s linear;
}
.column3 a:hover .iconBox .icon {
	background-color: #003d77;
	border: 1px solid #003d77;
}
.column3 .indexMore {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	bottom: 15.625%;
	z-index: 1;
	color: #fff !important;
	border-color: #fff;
	display: none;
}
.column3 .indexMore:hover {
	transform: translateX(-50%) !important;
}
.column3 a:hover .indexMore {
	display: block;
}
/* ========== column3 end ========== */
/* ========== column4 start ========== */
.column4 {
	padding: 126px 0 68px;
}
.column4 .indexMore {
	background-color: #004ca9;
	color: #fff !important;
}
.column4SwiperBox {
	margin-top: 33px;
	padding-left: 12.5%;
}
.column4Swiper {
	padding: 27px 27px 48px;
	overflow-x: hidden;
	overflow-y: visible;
	width: 100%;
	margin-left: -27px;
	position: relative;
}
.imgList2Dd a {
	position: relative;
	display: block;
	margin-right: 30px;
	padding: 30px 30px 40px;
	border: 2px solid #eeeff4;
	box-sizing: border-box;
	transition: all 0.3s linear;
}
.imgList2Dd:hover a {
	box-shadow: 0 0 27px rgb(0,76,169,0.08);
	border-color: #004ca9;
}
.imgList2Dd a .pic::before {
	padding-top: 61.5385%;
}
.imgList2Dd a .title {
	font-size: 20px;
	line-height: 36px;
	height: 72px;
	color: #333;
	margin-top: 16px;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.imgList2Dd a .time {
	font-size: 18px;
	color: #9ea5af;
	padding-top: 16px;
	transition: all 0.3s linear;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.imgList2Dd:hover a .time {
	color: var(--themeColor);
}
.imgList2Dd a .line {
	width: 100%;
	height: 1px;
	background-color: #d6dee9;
	transition: all 0.3s linear;
	margin-top: 30px;
}
.imgList2Dd:hover a .line {
	background-color: #1c4088;
}
.imgList2Dd a .xq {
	font-size: 18px;
	color: var(--themeColor);
	margin-top: 22px;
	text-align: end;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.imgList2Dd a .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../images/jt.png) left center no-repeat,#1c4088;
	background-size: auto 23px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.3s linear;
}
.imgList2Dd:hover a .icon {
	opacity: 1;
}
.column4Swiper .swiper-pagination-progressbar {
	left: 27px;
	top: unset;
	bottom: 0;
	width: calc(100% - 27px);
	box-sizing: border-box;
	height: 2px;
	background: #efefef;
}
.column4Swiper .swiper-pagination-progressbar span {
	background: #004ca9;
}
.column4SwiperBtn {
	margin-top: 24px;
	display: flex;
	column-gap: 30px;
	justify-content: flex-end;
}
.column4SwiperBtn div {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid var(--themeColor);
	box-sizing: border-box;
	cursor: pointer;
	background-size: auto 20px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s linear;
}
.column4SwiperBtn div:hover {
	background-color: var(--themeColor);
	border-color: var(--themeColor);
}
.column4SwiperBtn .left {
	background-image: url(../images/left.png);
}
.column4SwiperBtn .left:hover {
	background-image: url(../images/lefth.png);
}
.column4SwiperBtn .right {
	background-image: url(../images/right.png);
}
.column4SwiperBtn .right:hover {
	background-image: url(../images/righth.png);
}
/* ========== column4 end ========== */


/* ========== column5 start ========== */
.column5 {
	padding: 136px 0 130px;
	background: url(../images/column5Bg.jpg) center no-repeat;
	background-size: 100% 100%;
}
.column5SwiperBox {
	padding-left: 12.5%;
	margin-top: 33px;
}
.column5Swiper {
	overflow: hidden;
	padding: 27px 0 64px;
	position: relative;
}
.column5Swiper .swiper-slide {
	height: auto;
}
.column5Swiper .con {
	width: calc(100% - 20px);
	margin-right: 20px;
	padding: 56px 48px 60px;
	background-color: #fff;
	box-shadow: 0 0 27px rgb(0,76,169,0.08);
	box-sizing: border-box;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.column5Swiper .con .text {
	font-size: 18px;
	line-height: 36px;
	color: #4e5969;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.column5Swiper .conC {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: .9333rem;
	margin-top: 56px;
}
.column5Swiper .conC .year {
	font-size: 36px;
	font-weight: bold;
	font-family: 'AlibabaPuHuiTi_3_85_Bold';
	color: var(--themeColor);
}
.column5Swiper .conC .year span {
	font-size: 18px;
	font-weight: unset;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
	color: #333;
	margin-left: 12px;
}
.column5Swiper .conC .icon {
	width: 50px;
	height: 4px;
	background: url(../images/column5Icon.png) center no-repeat;
	background-size: 100% 100%;
	margin-bottom: 12px;
}
.column5Swiper .swiper-pagination {
	left: 0;
	top: unset;
	bottom: 0;
	height: 2px;
	background: #fff;
}
.column5Swiper .swiper-pagination span {
	background: #004ca9;
}
/* ========== column5 end ========== */


/* ========== 首页 end ========== */






/* 产品与解决方案 start */
.product1 {
	padding: 120px 0 137px;
}
.product .indexTitle span {
	font-size: 48px;
}
.product1 .indexMore {
	width: 240px;
}
.product1 .con {
	display: flex;
	column-gap: 168px;
	margin-top: 74px;
}
.product1 .con dl {
	flex: 1;
}
.product1 .con dl dd {
	margin-top: 30px;
	border-bottom: 1px solid #c9cdd4;
	transition: all 0.3s linear;
}
.product1 .con dl dd:last-child {
	border-bottom: none;
}
.product1 .con dl dd:hover,.product1 .con dl dd.hover {
	border-color: #004ca9;
}
.product1 .con dl dd:first-child {
	margin-top: 0;
}
.product1 .con dl a {
	display: flex;
	padding: 18px 0 26px;
	align-items: center;
	column-gap: 20px;
	justify-content: space-between;
}
.product1 .con dl a .name {
	color: #c9cdd4;
	font-size: 24px;
	transition: all 0.3s linear;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
	flex: 1;
}
.product1 .con dl dd:hover a .name,.product1 .con dl dd.hover a .name {
	color: #1d2129;
}
.product1 .con dl a .icon {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	background-color: #eeeff4;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/righth.png);
	background-size: auto 16px;
	transition: all 0.3s linear;
}
.product1 .con dl dd:hover a .icon,.product1 .con dl dd.hover a .icon {
	background-color: #004ca9;
}
.product1 .picCon {
	width: 66.6667%;
	position: relative;
}
.product1 .picCon .picBox {
	width: 100%;
	position: absolute;
	z-index: -1;
	opacity: 0;
	left: 0;
	top: 0;
	transition: all 0.3s linear;
}
.product1 .picCon .picBox.hover {
	position: relative;
	z-index: 1;
	opacity: 1;
}
.product1 .picCon .picBox .pic::before {
	padding-top: 54.1667%;
}
.product2 {
	padding: 120px 0 100px;
	background: url(../images/product2Bg.jpg) center top no-repeat;
	background-size: 100% auto;
	position: relative;
}
.product2 .wrap {
	position: relative;
	z-index: 2;
}
.product2::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/product2Bg.png) left bottom -9.6354vw no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
.product2 .indexTitle span {
	color: #fff;
}
.product2 .indexTitle .ys div {
	background-color: #fff;
}
.product2 .indexTitle .ys div:nth-child(2) {
	background-color: rgb(255, 255, 255,0.6);
}
.product2 .indexTitleW .name {
	color: #fff;
	font-family: 'AlibabaPuHuiTi_3_35_Thin';
}
.product2 .column2T .indexMore {
	border-color: #fff;
	color: #fff !important;
	width: 240px;
}
.product2Swiper {
	margin-top: 90px;
	margin-right: -60px;
}
.product2Swiper a {
	display: block;
	margin-right: 60px;
}
.product2Swiper .pic::before {
	padding-top: 60.3448%;
}
.product2Swiper .swiper-slide-active img {
	transform: scale(1.13);
	transform-origin: center top;
}
.product2SwiperName {
	margin-top: 60px;
	text-align: center;
	font-size: 20px;
	color: #0a4286;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
}
.product2Btn {
	margin-top: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 48px;
}
.product2Btn div {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid var(--themeColor);
	box-sizing: border-box;
	cursor: pointer;
	background-size: auto 20px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s linear;
}
.product2Btn div:hover {
	background-color: var(--themeColor);
	border-color: var(--themeColor);
}
.product2Btn .prev {
	background-image: url(../images/left.png);
}
.product2Btn .prev:hover {
	background-image: url(../images/lefth.png);
}
.product2Btn .next {
	background-image: url(../images/right.png);
}
.product2Btn .next:hover {
	background-image: url(../images/righth.png);
}
/* 产品与解决方案 end */

/* 产品中心 start */
.imgText {
	padding: 100px 0 50px;
}
.imgText dl {
	margin-top: 24px;
}
.imgText dl dd {
	border-bottom: 1px solid #eeeff4;
}
.imgText dl dd:last-child {
	border-bottom: none;
}
.imgText dl a {
	display: block;
	padding: 50px 0;
	transition: all 0.3s linear;
}
.imgText dd:hover a {
	background-color: #f6fbff;
}
.imgText dl .con {
	display: flex;
	column-gap: 42px;
}
.imgText dl .con .pic {
	width: 33.3333%;
}
.imgText dl .text {
	flex: 1;
	padding-top: 24px;
}
.imgText dl .title {
	padding-left: 40px;
	font-size: 30px;
	color: var(--themeColor);
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
	background: url(../images/imgTextDdBg.png) left center no-repeat;
	background-size: auto 4px;
}
.imgText dl .textC {
	font-size: 20px;
	color: #4e5969;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
	line-height: 36px;
	height: 108px;
	margin-top: 28px;
}
.indexMoreBox {
	display: flex;
	justify-content: flex-end;
}
.imgText dd:hover .indexMore {
	background-color: #004193;
	color: #fff !important;
}
/* 产品中心 end */

/* 产品详情 start */
.productView {
	padding: 0 0 90px;
	background: url(../images/productViewBg.png) center top no-repeat,#fbfbfd;
	background-size: 100% auto;
}
.productView1 {
	padding: 112px 0 50px;
}
.productView .indexTitle {
	justify-content: center;
}
.productView1 .con {
	display: flex;
	column-gap: 130px;
	align-items: center;
}
.productView1Swiper {
	width: 45.8333%;
	overflow: hidden;
	position: relative;
	height: fit-content;
}
.productView1Swiper .swiper-pagination {
	bottom: 24px;
}
.productView1Swiper .swiper-pagination-bullet {
	background: #fff;
	margin: 0 10px !important;
	opacity: 1 ;
}
.productView1Swiper .swiper-pagination-bullet-active {
	background: #0f4b83;
}
.productView1Swiper .pic::before {
	padding-top: 56.2121%;
}
.productView1 .con .text {
	padding-top: 16px;
	flex: 1;
}
.productView1 .con .text .title {
	font-size: 42px;
	color: #004ca9;
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.productView1 .con .text .textC {
	font-size: 20px;
	color: #4e5969;
	line-height: 32px;
	margin-top: 36px;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.productView1 .con .text a {
	display: block;
	width: 195px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	background-color: #004ca9;
	text-align: center;
	margin-top: 48px;
}
.productView1 .con .text a:hover {
	animation: shakeY 0.6s ease forwards;
}
.productView2 {
	padding: 72px 60px 66px;
	background-color: #fff;
	box-shadow: 0 0 40px rgb(38,38,38,0.04);
}
.productView2 .title {
	font-size: 33px;
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
	color: #004ca9;
}
.productView2_1 dl dd {
	display: flex;
	column-gap: 60px;
	padding: 30px 0;
	border-bottom: 2px solid #eaeaea;
}
.productView2_1 dl dd:last-child {
	border: none;
}
.productView2_1 dl .con {
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 22px;
	color: #4e5969;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
	position: relative;
}
.productView2_1 dl .con::before,.productView2_1 dl .con::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: #004ca9;
	border-radius: 50%;
}
.productView2_1 dl .con::after {
	left: 6px;
	background-color: #77de32;
}
.productView2_2 {
	padding: 42px 0 35px;
}
.productView2_2 .title {
	display: flex;
	align-items: center;
}
.productView2_2 .title span {
	display: block;
	width: fit-content;
}
.productView2Btn {
	column-gap: 30px;
	justify-content: flex-end;
	margin-top: 0;
	flex: 1;
}
.productView2Swiper {
	overflow: hidden;
	margin-top: 36px;
}
.productView2Swiper .swiper-slide {
	height: auto;
}
.productView2Swiper .con {
	margin-right: 20px;
	padding: 48px 30px 14px;
	background: url(../images/productView2SwiperBg.jpg) center no-repeat;
	background-size: 100% 100%;
	height: 100%;
	box-sizing: border-box;
}
.productView2Swiper .num {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 33px;
	color: #004ca9;
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.productView2Swiper .num div {
	width: 32px;
	height: 4px;
	background: url(../images/swiperIcon.png) center no-repeat;
	background-size: 100% 100%;
}
.productView2Swiper .text {
	font-size: 18px;
	line-height: 30px;
	min-height: 120px;
	margin-top: 33px;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
	color: #4e5969;
}
.productView2_3 {
	padding: 35px 0;
}
.productView2_3 .dl1 {
	margin-top: 52px;
	border: 1px solid #eaeaea;
}
.productView2_3 .dl1 dd {
	display: flex;
}
.productView2_3 .dl1 .left {
	width: 60.9722%;
}
.productView2_3 .dl1 .right {
	flex: 1;
}
.productView2_3 .dl1 dd div {
	height: 82px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #eaeaea;
	font-size: 18px;
	color: #4e5969;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.productView2_3 .dl1 dd:nth-child(1) div {
	border: none;
	background-color: #f5f5f5;
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.productView2_4 {
	padding-top: 35px;
}
.productView2_4 .text {
	font-size: 18px;
	color: #4e5969;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
	margin-top: 42px;
}
.productView2_3 .dl2 {
	border: 1px solid #eaeaea;
	margin-top: 52px;
	font-size: 18px;
	color: #4e5969;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.productView2_3 .dl2 dd {
	display: flex;
}
.productView2_3 .dl2 dd .left {
	width: 41.1667%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 84px;
	box-sizing: border-box;
}
.productView2_3 .dl2 dd .right {
	flex: 1;
	display: flex;
}
.productView2_3 .dl2 dd:nth-child(1) .left,.productView2_3 .dl2 dd:nth-child(1) .right {
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
	background-color: #f5f5f5;
}
.productView2_3 .dl2 dd:nth-child(1) .right {
	display: block;
}
.productView2_3 .dl2 dd .zhib {
	height: 42px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eaeaea;
}
.productView2_3 .dl2 dd .type {
	display: flex;
	background-color: #f6f8ff;
	border: 1px solid #eaeaea;
}
.productView2_3 .dl2 dd .type div {
	height: 40px;
	width: 33.3333%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #c9cdd4;
	box-sizing: border-box;
}
.productView2_3 .dl2 dd .type div:last-child {
	border: none;
}
.productView2_3 .dl2 .bs,.productView2_3 .dl2 .wg {
	height: 84px;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
}
.productView2_3 .dl2 .bs {
	border-top: none;
	justify-content: center;
	align-items: center;
}
.productView2_3 .dl2 .con {
	display: flex;
}
.productView2_3 .dl2 .con div {
	border: 1px solid #eaeaea;
	width: 33.3333%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: none;
	border-right-color: #c9cdd4;
}
.productView2_3 .dl2 .con div:first-child {
	border-left: 1px solid #eaeaea;
}
.productView2_3 .dl2 .con div:last-child {
	border-right: none;
}
.productView2_3 .dl2 .wg1 {
	border-top: none;
}
/* 产品详情 end */

/* 固化剂系列 start */
.imgText2 {
	padding: 100px 0 60px;
}
.imgText2 dl {
	margin-top: 60px;
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
	row-gap: 34px;
}
.imgText2 dl dd {
	width: calc(50% - 10px);
}
.imgText2 dl dd:first-child,.imgText2 dl dd:nth-child(2) {
	border-bottom: 1px solid #e7eaee;
}
.imgText2 .pic {
	box-sizing: border-box;
}
.imgText2 .pic::before {
	padding-top: 56.338%;
}
.imgText2 dd:hover .pic::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #0063c1;
}
.imgText2 .name {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.imgText2 .name span {
	padding-left: 36px;
	background: url(../images/imgText2Icon.png) left center no-repeat;
	background-size: auto 4px;
	font-size: 20px;
	color: #4e5969;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
	transition: all 0.3s linear;
}
.imgText2 dd:hover .name span {
	color: var(--themeColor);
}
/* 固化剂系列 end */

/* 固化剂详情 start */
.productDetails1 {
	padding: 114px 0 90px;
	background: url(../images/productDetails1Bg.jpg) center top no-repeat;
	background-size: 100% auto;
	position: relative;
	overflow: hidden;
}
.productDetails1 .pic {
	width: 29.7917%;
	margin: 0 auto;
	z-index: 2;
}
.productDetails1 .pic::before {
	padding-top: 98.2517%;
}
.productDetails1 .quan {
    border-radius: 50%;
    border: 1px solid #eaeef5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1;
    /* 关键：以圆心为缩放原点 */
    transform-origin: center center;
}

.productDetails1 .quan1 {
    width: 52.6042vw;
    height: 36.25vw;
    animation: pulse 3s ease-in-out infinite;
}

.productDetails1 .quan2 {
    width: 75.3125vw;
    height: 58.6458vw;
    animation: pulse 3s ease-in-out infinite 0.3s;
}

.productDetails1 .quan3 {
    width: 98.4375vw;
    height: 83.0208vw;
    animation: pulse 3s ease-in-out infinite 0.6s;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
    }
}
.productDetails1 .con {
	width: 100%;
	box-sizing: border-box;
	padding: 70px 60px 60px;
	background-color: rgb(255,255,255,0.71);
	box-shadow: 0 0 24px rgb(0,65,162,0.08);
	margin-top: -50px;
	position: relative;
	z-index: 3;
}
.productDetails1 .title {
	font-size: 33px;
	color: #004ca9;
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.productDetails1 .text {
	font-size: 20px;
	color: #4e5969;
	line-height: 36px;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.productDetails1_1 {
	padding: 0 0 21px;
}
.productDetails1_1 .text {
	margin-top: 34px;
}
.productDetails1_2 {
	padding: 21px 0 15px;
}
.productDetails1_2 dl {
	margin-top: 15px;
}
.productDetails1_2 dl dd {
	padding: 20px 0 20px 20px;
	font-size: 22px;
	color: #4e5969;
	line-height: 42px;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
	position: relative;
	border-bottom: 2px solid #eaeaea;
}
.productDetails1_2 dl dd:last-child {
	border-bottom: none;
}
.productDetails1_2 dl dd::before,.productDetails1_2 dl dd::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: #004ca9;
	border-radius: 50%;
}
.productDetails1_2 dl dd::after {
	left: 6px;
	background-color: #77de32;
}
.productDetails1_3 {
	padding: 15px 0 30px;
}
.productDetails1_3 dl {
	margin-top: 42px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.productDetails1_3 dl dd {
	width: calc(25% - 15px);
	box-sizing: border-box;
	padding: 48px 30px;
	background: url(../images/productView2SwiperBg.jpg) center no-repeat;
	background-size: 100% 100%;
}
.productDetails1_3 dl .num {
	font-size: 33px;
	color: #004ca9;
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.productDetails1_3 dl .num div {
	width: 32px;
	height: 4px;
	background: url(../images/swiperIcon.png) center no-repeat;
	background-size: 100% 100%;
}
.productDetails1_3 dl .info {
	font-size: 18px;
	line-height: 30px;
	color: #4e5969;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
	margin-top: 27px;
}
.productDetails1_4 {
	padding-top: 30px;
}
.productDetails1_4 .text {
	margin-top: 34px;
}
/* 固化剂详情 end */

/* 新闻咨询 start */
.imgList2 {
	display: flex;
	align-items: center;
	padding: 76px 0 48px;
	flex-wrap: wrap;
	gap: 48px
}
.imgList2 .imgList2Dd {
	width: calc(33.3333% - 32px);
}
.imgList2 .imgList2Dd a {
	margin-right: 0;
	border-width: 1px;
}
.imgList2 .imgList2Dd .time {
	font-size: 16px;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
}
/* 新闻咨询 end */

/* 动态 start */
.textList2 {
	padding: 90px 0 54px;
}
.textList2 dd {
	margin-top: 30px;
	border: 1px solid #c9cdd4;
	transition: all 0.3s linear;
}
.textList2 dd:first-child {
	margin-top: 0;
}
.textList2 dd:hover {
	border-color: #004ca9;
}
.textList2 a {
	display: flex;
	column-gap: 42px;
	align-items: center;
	padding: 40px 42px 40px 60px;
}
.textList2 a .time {
	padding: 3px 36px 3px 0;
	width: fit-content;
	text-align: end;
	font-size: 16px;
	color: #86909c;
	border-right: 1px dashed #c9cdd4;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
}
.textList2 a .time div:nth-child(2) {
	margin-top: 4px;
}
.textList2 a .title {
	flex: 1;
	font-size: 18px;
	color: #1d2129;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
	transition: all 0.3s linear;
}
.textList2 dd:hover a .title {
	color: #1c4088;
}
.textList2 a .go {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #eeeff4;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/go2.png);
	background-size: auto 20px;
	transition: all 0.3s linear;
}
.textList2 dd:hover a .go {
	background-color: #004ca9;
	background-image: url(../images/righth.png);
}
/* 动态 end */

/* 关于我们 start */
.aboutUs1 {
	padding: 128px 0 180px;
	position: relative;
}
.aboutUs1::before {
    content: '';
    display: block;
    width: 43.59375vw;
    height: 43.59375vw;
    position: absolute;
    right: 6.25%;
    top: 75px;
    background: url(../images/aboutUs1Bg.png) right top no-repeat;
    background-size: 100% 100%;
    animation: rotateBall 15s linear infinite; /* 添加旋转动画 */
}
@keyframes rotateBall {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.aboutUs1L {
	width: 41.6667%;
}
.aboutUs1L .title {
	font-size: 48px;
	color: var(--themeColor);
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.aboutUs1L .title .span2 {
	color: #5fc61a;
	margin-left: 30px;
}
.aboutUs1L .text {
	font-size: 18px;
	line-height: 36px;
	color: #1d2129;
	margin-top: 51px;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.aboutUs1L .column1Dl {
	margin-top: 136px;
}
.aboutUs2 {
	padding: 120px 0 160px;
	position: relative;
	background: #eff2f6;
	overflow: hidden;
}
.aboutUs2 .wrap {
	position: relative;
	z-index: 2;
}
.aboutUs2 .lineBox {
    width: 25.78125vw;
    height: 25.78125vw;
    border-radius: 50%;
    border: 1px solid rgba(197, 215, 236, 0.4);
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 20.8333%;
    transform: translateX(-50%);
}

.aboutUs2 .lineBox .box {
    width: 100%;
    height: 100%;
    position: relative;
}

.aboutUs2 .lineBox .box .quan {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    border: 1px solid rgba(197, 215, 236, 0.4);
    border-radius: 50%;
    box-sizing: border-box;
    transform-origin: center center;
    /* 一起扩散，一起重置 */
    animation: waveExpand 3s ease-out infinite;
}

.aboutUs2 .lineBox .box .quan::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.aboutUs2 .lineBox .box .quan1 {
    width: 160.8081%;
    animation-delay: 0s;
}

.aboutUs2 .lineBox .box .quan2 {
    width: 227.8788%;
    animation-delay: 0s;
}

.aboutUs2 .lineBox .box .quan3 {
    width: 331.3131%;
    animation-delay: 0s;
}

@keyframes waveExpand {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
    }
}
.aboutUs2Swiper1 {
	overflow: hidden;
	margin-top: 60px;
	margin-right: -90px;
	padding-bottom: 108px;
	position: relative;
}
.aboutUs2Swiper1 a {
	display: flex;
	column-gap: 72px;
	align-items: center;
}
.aboutUs2Swiper1 a .year {
	font-size: 48px;
	color: var(--themeColor);
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.aboutUs2Swiper1 a .text {
	flex: 1;
}
.aboutUs2Swiper1 a .textC {
	font-size: 18px;
	color: #1d2129;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
	line-height: 32px;
	margin-top: 50px;
}
.aboutUs2Swiper1 a .pic {
	width: 52.0833%;
}
.aboutUs2Swiper2 {
	overflow: hidden;
	position: relative;
	width: 83.3333%;
	margin: -108px auto 0;
}
.aboutUs2Swiper2::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #d9e3ef;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.aboutUs2Swiper2 .con {
	height: 108px;
	position: relative;
}
.aboutUs2Swiper2 .con .yuan {
	width: 16px;
	height: 16px;
	border: 1px solid var(--themeColor);
	background-color: #eff2f6;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	cursor: pointer;
}
.aboutUs2Swiper2 .con .yuan .yuanBox {
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
}
.aboutUs2Swiper2 .swiper-slide-thumb-active .con .yuan {
	background-color: var(--themeColor);
}
.aboutUs2Swiper2 .swiper-slide-thumb-active .con .yuan .yuanBox {
	display: block;
}
.aboutUs2Swiper2 .con .yuan .yuanBox::before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(13, 51, 128, 0.5);
}
.aboutUs2Swiper2 .con .yuan .yuanBox::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(13, 51, 128, 0.2);
    /* 动画：从 22px 放大到 36px，然后瞬间重置 */
    animation: pulseSize 1.5s ease-in-out infinite;
}

@keyframes pulseSize {
    0% {
        width: 22px;
        height: 22px;
    }
    50% {
        width: 36px;
        height: 36px;
    }
    100% {
        width: 22px;
        height: 22px;
    }
}
.aboutUs2Swiper2 .con .num {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	color: #4e5969;
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.aboutUs2Swiper2 .swiper-slide-thumb-active .con .num {
	color: var(--themeColor);
	font-size: 20px;
	font-weight: bold;
	font-family: 'AlibabaPuHuiTi_3_85_Bold';
}
.aboutUs2Swiper1Btn {
	position: absolute;
	bottom: 30px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #0a4286;
	box-sizing: border-box;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 22px;
}
.aboutUs2Swiper1Btn:hover {
	background-color: #0a4286;
}
.aboutUs2Swiper1Btn.prev{
	background-image: url(../images/left.png);
	left: 0;
}
.aboutUs2Swiper1Btn.prev:hover {
	background-image: url(../images/lefth.png);
}
.aboutUs2Swiper1Btn.next{
	background-image: url(../images/right.png);
	right: 90px;
}
.aboutUs2Swiper1Btn.next:hover {
	background-image: url(../images/righth.png);
}
.aboutUs3 {
	padding: 120px 0 190px;
	background: url(../images/aboutUs3Bg.png) center top 11.1979vw no-repeat;
	background-size: 100% auto;
}
.aboutUs3 .indexTitle .ys div {
	background-color: #77de32;
}
.aboutUs3 .indexTitle .ys div:nth-child(2) {
	background-color: var(--themeColor);
}
.aboutUs3Swiper1 {
	width: 87%;
	margin: 116px auto 0;
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 90px;
	position: relative;
}
.aboutUs3Swiper1 .swiper-wrapper {
	align-items: center;
}
.aboutUs3Swiper1 a {
	display: block;
	margin-right: 45px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.aboutUs3Swiper1 a img {
	width: 100%;
	transform: scale(0.7);
	transition: all .3s linear;
}
.aboutUs3Swiper1 .swiper-slide-active img {
	transform: scale(1);
}
.aboutUs3Swiper1Btn {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	column-gap: 45px;
}
.aboutUs3Swiper1Btn div {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid var(--themeColor);
	cursor: pointer;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 22px;
	transition: all .3s linear;
}
.aboutUs3Swiper1Btn .prev {
	background-image: url(../images/prev1.png);
}
.aboutUs3Swiper1Btn .prev:hover {
	background-image: url(../images/prev1h.png);
	background-color: var(--themeColor);
}
.aboutUs3Swiper1Btn .next {
	background-image: url(../images/next1.png);
}
.aboutUs3Swiper1Btn .next:hover {
	background-image: url(../images/next1h.png);
	background-color: var(--themeColor);
}
/* 关于我们 end */

/* 人才理念 start */
.talent {
	background: url(../images/talentBg.jpg) center bottom no-repeat;
	background-size: 100% auto;
}
.talent .indexTitle .ys div {
	background-color: #77de32;
}
.talent .indexTitle .ys div:nth-child(2) {
	background-color: var(--themeColor);
}
.talent1 {
	padding: 132px 0 65px;
}
.talent1 dl {
	display: flex;
	margin-top: 60px;
	column-gap: 48px;
}
.talent1 dl dd {
	width: calc(33.3333% - 32px);
	background-color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 0 32px rgb(0,65,162,0.08);
	transition: all .5s linear;
}
.talent1 dl dd:hover {
	border-color: var(--themeColor);
}
.talent1 dl dd a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 100px 36px 60px;
	position: relative;
	transition: all .5s linear;
}
.talent1 dl dd a:hover {
	padding: 70px 36px 60px;
}
.talent1 dl dd a .icon {
	width: 103px;
	height: 98px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 90px;
}
.talent1 dl dd a .title {
	font-size: 20px;
	color: var(--themeColor);
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
	text-align: center;
	padding-top: 90px;
	transition: all .5s linear;
}
.talent1 dl dd:hover a .title {
	padding-top: 36px;
}
.talent1 dl dd a .text {
    font-size: 18px;
    color: #86909c;
    line-height: 36px;
    text-align: center;
    padding-top: 36px;
    opacity: 0;
    visibility: hidden;
    height: auto;
	position: absolute;
	left: 0;
	bottom: 60px;
	transition: all .5s linear;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}

.talent1 dl dd a:hover .text {
    opacity: 1;
    visibility: visible;
	position: relative;
	bottom: 0;
}
.talent2 {
	padding: 65px 0 120px;
}
.talent2Swiper {
	width: 100%;
	margin-top: 48px;
	margin-right: -48px;
	position: relative;
}
.talent2Swiper .pic::before {
	padding-top: 62.963%;
}
.talent2Swiper a {
	display: block;
	margin-right: 48px;
}
.talent2SwiperBtn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #1a4b8d;
	background-color: rgb(255,255,255,0.6);
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	cursor: pointer;
	background-size: auto 26px;
	transition: all .3s linear;
}
.talent2SwiperL {
	left: -30px;
	background-image: url(../images/prev1.png);
}
.talent2SwiperL:hover {
	background-image: url(../images/prev1h.png);
	background-color: #1a4b8d;
}
.talent2SwiperR {
	right: -30px;
	background-image: url(../images/next1.png);
}
.talent2SwiperR:hover {
	background-image: url(../images/next1h.png);
	background-color: #1a4b8d;
}
.talent2 .title {
	font-size: 60px;
	color: var(--themeColor);
	text-align: center;
	margin-top: 120px;
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.talent2 .title span {
	margin-right: 30px;
}
.talent2 .title span:nth-child(2) {
	color: #5fc61a;
}
.talent2 .jrwm {
	display: block;
	width: 200px;
	height: 50px;
	background-color: #08447d;
	text-align: center;
	line-height: 50px;
	color: #feffff;
	font-size: 18px;
	margin: 60px auto 0;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.talent2 .jrwm:hover {
	animation: shakeY 0.6s ease forwards;
}
/* 人才理念 end */

/* 我要投递 start */
.recruitList {
	padding: 100px 0 0;
	position: relative;
}
.recruitListT {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.recruitListTL {
	display: flex;
	align-items: center;
	column-gap: 30px;
}
.aykj_cssSelect .aykj_selectBox {
	border: 1px solid #0063c1 !important;
}
.aykj_cssSelect .aykj_selectLt {
	height: 48px !important;
	line-height: 48px !important;
	padding: 0 128px 0 24px !important;
	font-size: 16px !important;
	color: #86909c !important;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.aykj_cssSelect .aykj_selectRt:before {
	border: none !important;
	background: url(../images/zk.png) center no-repeat;
	width: 12px;
	height: 6px;
	background-size: 100% 100%;
	right: 30px !important;
}
.aykj_cssSelect .sPressDown .aykj_selectRt:before {
	margin-top: -3px !important;
}
.aykj_cssSelect .aykj_selectRt {
	width: 72px !important;
}
.recruitListTL .shuRu {
	width: 408px;
	height: 50px;
	border: 1px solid #0063c1;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
	padding: 0 0 0 24px;
}
.recruitListTL .shuRu input {
	flex: 1;
	height: 100%;
	border: none;
	font-size: 16px;
	color: #86909c;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.recruitListTL .shuRu .icon {
	width: 74px;
	cursor: pointer;
	height: 100%;
	background: url(../images/sousuo.png) center no-repeat;
	background-size: auto 18px;
}
.recruitListT .cZ {
	width: 240px;
	height: 50px;
	background-color: #004ca9;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.recruitListT .cZ:hover {
	animation: shakeY 0.6s ease forwards;
}
.recruitList dl {
	margin-top: 48px;
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
}
.recruitList dl dd {
	width: calc(33.3333% - 32px);
	padding: 40px 33px 8px;
	box-sizing: border-box;
	border: 1px solid #d6dee9;
	background-color: #fff;
	cursor: pointer;
}
.recruitList dl dd:hover,.recruitList dl dd.hover {
	border-color: #0063c1;
	box-shadow: 0 0 24px rgb(0,65,162,0.08);
}
.recruitList dl dd .title {
	font-size: 20px;
	color: #1d2129;
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.recruitList dl dd .address {
	margin-top: 30px;
	padding-left: 33px;
	font-size: 20px;
	color: #4e5969;
	background: url(../images/address.png) left center no-repeat;
	background-size: auto 24px;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.recruitList dl dd .type {
	padding: 30px 0 30px 33px;
	font-size: 20px;
	color: #4e5969;
	background: url(../images/type.png) left center no-repeat;
	background-size: auto 22px;
	border-top: 1px solid #e9e9e9;
	margin-top: 50px;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.recruitList dl dd.con {
    width: 100%;
    padding: 36px 30px 40px;
    box-shadow: 0 0 24px rgb(0,65,162,0.08);
    border: none;
    cursor: auto;
    margin-top: -32px;
    margin-bottom: -8px;
    display: none; /* 初始隐藏 */
    overflow: hidden;
}
.recruitList dl dd.con .title {
	font-size: 22px;
	padding-bottom: 24px;
	border-bottom: 1px solid #86909c;
}
.recruitList dl dd.con .conC {
	padding: 30px 0 61px;
}
.recruitList dl dd.con .conC .gznr {
	font-size: 18px;
	color: #285597;
	font-weight: bold;
	padding-bottom: 21px;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.recruitList dl dd.con .conC .text {
	font-size: 18px;
	line-height: 36px;
	color: #4e5969;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.recruitList dl dd.con .ljtd {
	width: 241px;
	height: 51px;
	line-height: 51px;
	border: 1px solid #0063c1;
	font-size: 16px;
	color: #0063c1;
	text-align: center;
	cursor: pointer;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.recruitList dl dd.con .ljtd:hover {
	animation: shakeY 0.6s ease forwards;
}
.recruitList .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgb(78,89,105,0.2);
	z-index: -1;
	opacity: 0;
	transition: all .3s linear;
}
.recruitList .mask.active {
	z-index: 3;
	opacity: 1;
}
.recruitList .formBox {
	background-color: #fff;
	padding: 58px 80px 72px 88px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 18%;
	z-index: -1;
	opacity: 0;
	transition: all .3s linear;
}
.recruitList .formBox.active {
	z-index: 4;
	opacity: 1;
}
.recruitList .formBox .title {
	font-size: 30px;
	color: #285597;
	text-align: center;
	position: relative;
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.recruitList .formBox .title .gb {
	width: 40px;
	height: 40px;
	position: absolute;
	right: -36px;
	top: -10px;
	background: url(../images/gb.png) center no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.recruitList .formBox form {
	margin-top: 36px;
}
.recruitList .formBox form .inputBox {
	display: flex;
	align-items: center;
	column-gap: 72px;
	margin-top: 12px;
}
.recruitList .formBox form .inputBox:first-child {
	margin-top: 0;
}
.recruitList .formBox form .inputBox .name {
	padding: 18px 0 18px 24px;
	font-size: 18px;
	color: #666666;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 16px;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.recruitList .formBox form .inputBox .input input {
	border: none;
	width: 300px;
	height: 52px;
	border-radius: 4px;
	background-color: #f1f5fa;
	font-size: 18px;
	padding: 0 20px;
	box-sizing: border-box;
}
.recruitList .formBox form .inputBox .up {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #285597;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.recruitList .formBox form .inputBox .webuploader-pick {
	background: none;
	line-height: 50px;
}
.recruitList .formBox form .inputBox .customUpload {
	inset: 0 auto !important;
}
.recruitList .formBox form .inputBox2 {
	display: block;
}
.recruitList .formBox form .inputBox .up:hover {
	animation: shakeY 0.6s ease forwards;
}
.recruitList .formBox form .tDi {
	width: 240px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	border: 1px solid #285597;
	box-sizing: border-box;
	font-size: 16px;
	color: #285597;
	margin: 54px auto 0;
	cursor: pointer;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.recruitList .formBox form .tDi:hover {
	animation: shakeY 0.6s ease forwards;
}
/* 我要投递 end */

/* 联系我们 start*/
.contactUs1 {
	padding: 102px 0 30px;
	background: url(../images/contactUs1Bg.png) center top no-repeat;
	background-size: 100% auto;
}
.contactUs .indexTitle .ys div {
	background-color: #77de32;
}
.contactUs .indexTitle .ys div:nth-child(2) {
	background-color: var(--themeColor);
}
.contactUs1 dl {
	display: flex;
	margin-top: 102px;
}
.contactUs1 dl dd {
	flex: 1;
}
.contactUs1 .name {
	position: relative;
}
.contactUs1 dl .name {
	padding-left: 40px;
	font-size: 42px;
	color: #0f4b83;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
}
.contactUs1 dl .name::before {
	content: '';
	display: block;
	width: 5px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0f4b83;
}
.contactUs1 dl .type {
	font-size: 18px;
	color: #666;
	margin-top: 30px;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.contactUs1 dl .info {
	margin-top: 60px;
}
.contactUs1 .info .text {
	margin-top: 48px;
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.contactUs1 .info .text:nth-child(1) {
	margin-top: 0;
}
.contactUs1 .info .text .icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #f1f5fa;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 26px;
}
.contactUs1 .text .textC {
	font-size: 18px;
	color: #333;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
	flex: 1;
}
.contactUs1 .info .text .textC2 {
	font-size: 26px;
	font-family: 'AlibabaPuHuiTi_3_65_Medium';
}
.contactUs1 .dl2 {
	margin-top: 58px;
	padding-top: 70px;
	border-top: 1px solid #ebeef2;
}
.contactUs1 .dl2 .name {
	font-size: 30px;
}
.contactUs1 .dl2 .info {
	margin-top: 40px;
}
.contactUs1 .dl2 .info .text .textC {
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
	font-size: 20px;
}
.contactUs1 .dl2 .info .text {
	margin-top: 36px;
}
.contactUs1 .map {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin-top: 42px;
}
.contactUs1 .map .pic {
	display: none;
}
.contactUs1 .map .pic.hover {
	display: block;
}
.contactUs1 .map .pic::before {
	padding-top: 45.3571%;
}
.contactUs1 .map .mapBox {
	position: absolute;
	left: 48px;
	top: 80px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255,0.8);
	width: fit-content;
	padding: 42px 30px 60px;
	height: fit-content;
	max-width: 420px;
	box-sizing: border-box;
}
.contactUs1 .map .mapBox ul {
	display: flex;
	position: relative;
	column-gap: 60px;
	width: fit-content;
}
.contactUs1 .map .mapBox ul::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 1px;
	height: 30px;
	background-color: #6685b5;
}
.contactUs1 .map .mapBox ul li {
	width: 150px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 6px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	font-family: 'AlibabaPuHuiTi_3_45_Light';
}
.contactUs1 .map .mapBox ul li.hover {
	background-color: #0f4b83;
	color: #fff;
}
.contactUs1 .map .mapBox .con {
	margin-top: 50px;
}
.contactUs1 .map .mapBox .con .info {
	display: none;
}
.contactUs1 .map .mapBox .con .info.hover {
	display: block;
}
.contactUs1  .map .info .text {
	margin-top: 42px;
}
.contactUs1  .map .info .text .textC {
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
}
.contactUs1  .map .info .text .textC2 {
	font-size: 18px;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
}
.contactUs2 {
	padding: 30px 0 120px;
	background: url(../images/contactUs2Bg.jpg) center bottom no-repeat;
	background-size: 100% auto;
}
.contactUs2 form {
	margin-top: 40px;
}
.contactUs2 form .inputBox {
	display: flex;
	column-gap: 60px;
	margin-top: 12px;
}
.contactUs2 form .inputBox:first-child {
	margin-top: 0;
}
.contactUs2 form .inputBox .input {
	flex: 1;
}
.contactUs2 form .inputBox .input .name {
	padding: 18px 0 18px 20px;
	font-size: 18px;
	color: #666;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 16px;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
}
.contactUs2 form .inputBox .input input {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	border: none;
	height: 52px;
	font-size: 18px;
	border-radius: 4px;
	background-color: #f1f5fa;
}
.contactUs2 form .inputBox .input textarea {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	border: none;
	height: 130px;
	font-size: 18px;
	line-height: 36px;
	border-radius: 4px;
	background-color: #f1f5fa;
	resize: none; /* 禁止拉伸*/
}
.contactUs2 form .ly {
	width: 200px;
	height: 60px;
	background-color: #08447d;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #feffff;
	margin: 42px auto 0;
	cursor: pointer;
	font-family: 'AlibabaPuHuiTi_3_55_Regular';
}
.contactUs2 form .ly:hover {
	animation: shakeY 0.6s ease forwards;
}
/* 联系我们 end */