@charset "UTF-8";

/* ========== 首页 start ========== */
/* ————— indexBanner start ————— */
.indexBannerBox {
	position: relative;
	overflow: hidden;
	height: 100%;
}


.indexBanner {
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.scrollBottom {
	padding-left: 35px;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	color: #fff;
	background: url("../images/scrollBg.png") no-repeat left center;
	font-family: 'Alibaba PuHuiTi 2.0 55';
	position: absolute;
	right: 120px;
	bottom: 50px;
	z-index: 2;
	cursor: pointer;
	animation: moveUp 3s linear infinite;
	-webkit-animation: moveUp 3s linear infinite;
}

@keyframes moveUp {
	0% {
		bottom: 50px;
	}

	25% {
		bottom: 55px;
	}

	50% {
		bottom: 50px;
	}

	75% {
		bottom: 45px;
	}

	100% {
		bottom: 50px;
	}
}

.bannerSwiper {
	height: 100%;
	width: 100%;
}

.bannerSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
}

.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;
}

.bannerSwiper .swiper-slide .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBannerArrow {
	position: absolute;
	width: 430px;
	height: 60px;
	left: 120px;
	bottom: 50px;
	z-index: 2;
}

.indexBannerArrowL {
	float: left;
	display: inline;
	margin-right: 5px;
}

.indexBannerPrev {
	float: left;
	display: inline;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.6);
	background: url("../images/indexBannerPrev.png") no-repeat center center;
	margin-right: 20px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.indexBannerPrev:hover {
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.3);
}

.indexBannerArrowL .num {
	overflow: hidden;
	line-height: 60px;
	height: 60px;
	font-size: 24px;
	color: #ffffff;
}

.indexBannerArrowR {
	float: right;
	display: inline;
	margin-left: 10px;
}

.indexBannerNext {
	float: right;
	display: inline;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.6);
	background: url("../images/indexBannerNext.png") no-repeat center center;
	margin-left: 20px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.indexBannerNext:hover {
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.3);
}

.indexBannerArrowR .count {
	overflow: hidden;
	line-height: 60px;
	height: 60px;
	font-size: 24px;
	color: #ffffff;
}

.indexBannerArrow .line {
	overflow: hidden;
	position: relative;
	padding-top: 29px;
}

.indexBannerArrow .line::before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
	left: 0;
}

.indexBannerArrow .line .lineBg {
	width: 0%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.indexBanner .slideText {
	line-height: 75px;
	font-size: 48px;
	color: #ffffff;
	top: 30%;
	left: 120px;
	position: absolute;
	font-family: 'Alibaba PuHuiTi 2.0 85';
	z-index: 2;
	text-align: left;
}

.indexBanner .swiper-pagination {
	bottom: 35px !important;
}

.indexBanner .swiper-pagination span {
	opacity: 1;
	position: relative;
	background-color: #ffffff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 10px !important;
}

.indexBanner .swiper-pagination span .circleLeft {
	width: 16px;
	height: 16px;
	opacity: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	left: -5px;
	top: -5px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

.indexBanner .swiper-pagination span .circRight {
	width: 16px;
	height: 16px;
	opacity: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	right: -5px;
	top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active .circRight {
	opacity: 1;
	/* animation: circleRightAn 3.5s linear; */
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active .circleLeft {
	opacity: 1;
	/* animation: circlelefttAn 3.5s linear; */
}
.indexBanner .progress {
        /* 描边填充颜色 */
        stroke: #fff;
        /* 描边设置宽度 */
        stroke-width: 2;
        /* 圆角 */
        stroke-linecap: round; 
        /* 周长（2πr） */
        stroke-dasharray: 50.264;
         /* 设置周长 */
        stroke-dashoffset: 50.264;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
    }

.indexBanner .swiper-pagination span svg{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
}
.indexBanner .swiper-pagination span.swiper-pagination-bullet-active svg{
	opacity: 1;
}
@keyframes quanquan {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	25% {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	50% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	75% {
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.commonMore {
	height: 60px;
	border: 2px solid #e5e5e5;
	width: 160px;
	box-sizing: border-box;
	border-radius: 60px;
	position: relative;
	overflow: hidden;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	text-align: center;
}

.commonMore:hover {
	border-color: #0075c2;
}

.commonMore::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0075c2;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.4, 1, 1);
	transform: scale3d(0.4, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.commonMore:hover::before {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.commonMore a {
	display: block;
	position: relative;
	line-height: 56px;
	z-index: 5;
	font-size: 16px;
	color: #333333;
	font-family: 'Alibaba PuHuiTi 2.0 55';
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

.commonMore:hover a {
	color: #fff;
}

.commonMore span {
	display: inline-block;
	padding-right: 29px;
	background: url(../images/indexMore.png) right center no-repeat;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.commonMore:hover span {
	background: url(../images/indexMoreH.png) right center no-repeat;
}

/* ————— indexBanner end ————— */
/* ========== 首页 start ========== */
/* <!-- ========== 首页 start ========== --> */
/* ————— 公共部分 start ————— */
.indexTitle .indexBtn {float: right;display: inline;margin-top: 60px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.indexTitle .indexBtn a {display: block;padding: 0 35px;line-height: 50px;height: 50px;border-radius: 0 25px 0 25px;background-color: var(--themeColor);font-size: 18px;color: #ffffff;}
.indexTitle .indexBtn:hover{transform: translateY(-10px);-webkit-transform: translateY(-10px);}
.indexTitle .indexBtn a span {padding-right: 45px;display: inline-block;background: url("../images/column3.png") no-repeat right center;}
.indexTitleC{overflow: hidden;}
.indexTitleC .enTitle{line-height: 55px;height: 55px;font-size: 52px;font-weight: bold;color: rgba(153, 153, 153, 0.2);}
.indexTitleC .cnTitle{line-height: 50px;height: 50px;position: relative;z-index: 2; top: -35px;font-size: 32px;color: #333333;padding-left: 43px;background: url(../images/column1.png) no-repeat left center;}
/* ————— 公共部分 end ————— */
/* <!--第1通栏start--> */
.indexColumn1 {background-position: center center;background-repeat: no-repeat;background-size: cover;height: 100%;}
.indexC1Box .indexTitle{margin-bottom: 50px;}
.column1Scroll{overflow: hidden;position: relative;float: left;width: 48.7179%;margin-right: 50px;}
.column1Scroll .bd{overflow: hidden;margin-right: -30px;}
.column1Scroll .bd .swiper-wrapper .swiper-slide{width: 100%;}
.column1Scroll .bd .swiper-wrapper .swiper-slide .con{display: block;margin-right: 30px;}
.column1Scroll .bd .swiper-wrapper .swiper-slide .con .pic::before{padding-top: 66.4473%;}
.column1ScrollC{position: absolute;left: 0;bottom: 0;line-height: 50px;height: 50px;background-color: rgba(0, 0, 0, 0.3);padding: 0 20px;width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;z-index: 2;}
.column1Dot{float: right;display: inline;width: unset !important;}
.column1Dot span{background-color: #ffffff;opacity: 1;}
.column1Dot span.swiper-pagination-bullet-active{background-color: var(--themeColor);}
.column1ScrollC .textC{overflow: hidden;}
.column1ScrollC .textC a{display: block;font-size: 18px;color: #ffffff;}

.indexC1List{overflow: hidden;}
.indexC1List dd{margin-bottom: 21px;}
.indexC1List dd:last-child{margin-bottom: 0;}
.indexC1List dd a{display: block;}
.indexC1List dd a .time{float: left;display: inline;padding: 12px;background-color: #ffffff;text-align: center;margin-right: 30px;	transition: all 0.3s;
	-webkit-transition: all 0.3s;}
.indexC1List dd:hover a .time{background-color: var(--themeColor);}
.indexC1List dd a .time .day{line-height: 35px;height: 35px;font-size: 30px;color: #787878;font-weight: bold;	transition: all 0.3s;
	-webkit-transition: all 0.3s;}
.indexC1List dd:hover a .time .day{color: #ffffff;}
.indexC1List dd a .time .year{line-height: 25px;height: 25px;font-size: 16px;color: #787878;}
.indexC1List dd:hover a .time .year{color: #ffffff;}
.indexC1List dd a .title{overflow: hidden;line-height: 84px;height: 84px;font-size: 18px;color: #333333;}
.indexC1List dd:hover a .title{color: var(--themeColor);}

/* <!--第1通栏end--> */


/* <!--第2通栏start-->  */
.indexColumn2{background-color: #ffffff;height: 100%;}
.indexC2BoxC{position: relative;}
.indexC2BoxC .title{font-size: 18px;color: #666666;line-height: 36px;height: 72px;width: 590px;position: absolute;top:8.5161%;left: 0;}
.indexC2List{margin-left: 126px; position: relative;height: 645px;}
.indexC2List dd{width: 184px;height: 184px;border-radius: 6px;}
.indexC2List dd a{display: block;width: 100%;height: 100%; box-shadow: 4px 6.928px 15px 0px #66666626;text-align: center;}
.indexC2List dd a .icon{width:60px;height: 60px; text-align: center;margin:0 auto 15px;}
.indexC2List dd a .icon img{max-height:60px;display: inline-block;transition: all 0.3s;-webkit-transition: all 0.3s;}
.indexC2List dd a .name{line-height: 25px;height: 25px;font-size: 18px;color: #333333;}
.indexC2List .dd2 .name, .indexC2List .dd5 .name, .indexC2List .dd7 .name, .indexC2List .dd11 .name, .indexC2List .dd13 .name, .indexC2List .dd10 .name, .indexC2List .dd14 .name{color: #fff;}
.indexC2List .dd1{position: absolute;top: 44.6548%;left: 0;}

.indexC2List .dd2{position: absolute;top: 29.0970%;left: 14.4968%; background-color: #0074b5;}
.indexC2List .dd3{position: absolute;top: 60.1345%;left: 14.4968%;}

.indexC2List .dd4{position: absolute;top: 21.9354%;left: 28.6418%;}
.indexC2List .dd5{position: absolute;top: 53.11384%;left: 28.6418%; background-color: #56c2f1;}

.indexC2List .dd6{position: absolute;top: 0;left: 43.2090%;}
.indexC2List .dd7{position: absolute;top: 30.5161%;left: 43.2090%; background-color: #edd5a0;}
.indexC2List .dd8{position: absolute;top: 61.8163%;left: 43.2090%;}

.indexC2List .dd9{position: absolute;top: 12.3870%;left: 58.1280%;}
.indexC2List .dd10{position: absolute;top: 43.2903%;left: 58.1280%;background-color: #56c2f1;}
.indexC2List .dd11{position: absolute;top:73.7419%;left: 58.1280%;background-color: #1fa9cb;}

.indexC2List .dd12{position: absolute;top: 22.6287%;left: 72.8360%;}
.indexC2List .dd13{position: absolute;top: 53.2432%;left: 72.8360%; background-color: #edd5a0;}

.indexC2List .dd14{position: absolute;top: 42.1630%;right: 0%;background-color: #0074b5;}
.indexC2List dd:hover a .icon img{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);}
/* <!--第2通栏end-->  */


/* <!--第3通栏start-->  */
.indexColumn3 {background-position: center center;background-repeat: no-repeat;background-size: cover;height: 100%;}
.indexC3Box .indexTitle .indexBtn {float: right;display: inline;margin-top: 60px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.indexC3Box .indexTitle .indexBtn a {display: block;padding: 0 35px;line-height: 50px;height: 50px;border-radius: 0 25px 0 25px;background-color:#ffffff;font-size: 18px;color:var(--themeColor);}
.indexC3Box .indexTitle .indexBtn:hover{transform: translateY(-10px);-webkit-transform: translateY(-10px);}
.indexC3Box .indexTitle .indexBtn a span {padding-right: 45px;display: inline-block;background: url("../images/indexC4.png") no-repeat right center;}
.indexC3Box .indexTitleC{overflow: hidden;}
.indexC3Box .indexTitleC .enTitle{line-height: 55px;height: 55px;font-size: 52px;font-weight: bold;color: rgb(255, 255, 255,0.2);}
.indexC3Box .indexTitleC .cnTitle{line-height: 50px;height: 50px;position: relative;z-index: 2; top: -35px;font-size: 32px;color: #ffffff;padding-left: 43px;background: url(../images/indexC3.png) no-repeat left center;}
.indexC3BoxC .indexC3Text{margin-bottom: 35px;}
.indexC3BoxC{width: 100%;text-align: center;}
.indexC3BoxC .little{font-size: 24px;color: #fff;line-height: 45px;height: 45px;}
.indexC3BoxC .little span{display: inline-block;position: relative;}
.indexC3BoxC .little span::before{content: "";width: 90px;height: 1px;background-color: #fff;position: absolute;top: 50%;left: -120px;}
.indexC3BoxC .little span::after{content: "";width: 90px;height: 1px;background-color: #fff;position: absolute;top: 50%;right: -120px;}
.indexC3BoxC .info{font-size: 18px;color: #e5f4ff;line-height: 35px;height: 70px;}

.indexC3TextC{padding: 0 70px;position: relative;}
.column3Scroll{overflow: hidden;}
.column3Scroll .bd{overflow: hidden;margin-right: -30px;}
.column3Scroll .bd .swiper-wrapper .swiper-slide{width: 20%;}
.column3Scroll .bd .swiper-wrapper .swiper-slide .con{display: block;margin-right: 30px;}
.column3Scroll .bd .swiper-wrapper .swiper-slide .con .pic{margin-bottom: 22px;border-radius: 12px;}
.column3Scroll .bd .swiper-wrapper .swiper-slide .con .pic::before{padding-top: 142.5%;}
.column3Scroll .bd .swiper-wrapper .swiper-slide .con .name{font-size: 24px;color: #fff;line-height: 40px;height: 40px;margin-bottom: 10px;}
.column3Scroll .bd .swiper-wrapper .swiper-slide .con .job{background-color: #f2f7fa;padding: 0 15px;line-height: 35px;height: 35px;border-radius: 7px;display: inline-block;margin-bottom: 10px;}
.column3Scroll .bd .swiper-wrapper .swiper-slide .con .job span{font-size: 18px;color: #027bd3;}
.column3Scroll .bd .swiper-wrapper .swiper-slide .con .text{font-size: 16px;color: #ffffff;line-height: 35px;height: 35px;}
.column3Scroll .bd .swiper-wrapper .swiper-slide .con .text span{color: #cceaff;}


.column3ScrollPrev{ display:block; width: 40px; height: 40px;border-radius: 50%; cursor: pointer; background: url(../images/indexC3Box2.png) no-repeat center center; position: absolute; left: 0; top: 24.5%;; z-index: 1;border: 1px solid #fff;transition: all 0.3s;-webkit-transition: all 0.3s;}
.column3ScrollPrev:hover{background-image: url(../images/indexC3Box3.png);background-color: #fff;}
.column3ScrollNext{ display:block; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; background:url(../images/indexC3Box1.png) no-repeat center center; position: absolute; right:0px; top: 24.5%;z-index: 1;border: 1px solid #fff;transition: all 0.3s;-webkit-transition: all 0.3s;}
.column3ScrollNext:hover{background-image: url(../images/indexC3Box4.png);background-color: #fff;}

/* <!--第3通栏end-->  */
/* <!--第4通栏start-->  */
.indexColumn4 {background-position: center center;background-repeat: no-repeat;background-size: cover;height: 100%;}
.indexC4Box .indexTitleC{margin-bottom: 100px;}
.indexC4Box .indexTitleC .enTitle{line-height: 55px;height: 55px;font-size: 52px;font-weight: bold;color: rgba(153, 153, 153, 0.2);}
.indexC4Box .indexTitleC .cnTitle{line-height: 50px;height: 50px;position: relative;z-index: 2; top: -35px;font-size: 32px;color: #333333;padding-left: 43px;background: url(../images/column1.png) no-repeat left center;}
.indexC4BoxC{overflow: hidden;}
.indexC4BoxC .indexC4List{width: 613px;height: 493px;margin-right: 100px;position: relative;float: left;}
.indexC4BoxC .indexC4List dd{background-position: center center;background-size: cover;background-repeat: no-repeat;}
.indexC4BoxC .indexC4List .dd1{width: 240px;height: 240px;border-radius: 14px;position: absolute;top: 0;left: 0; }
.indexC4BoxC .indexC4List .dd2{height: 116px;width: 240px;border-radius: 14px;position: absolute;top: 50.709%;left: 0;background-color: #56c2f1;background-size: auto;}
.indexC4BoxC .indexC4List .dd3{height: 116px;width: 240px;border-radius: 14px; position: absolute;top: 76.8762%;left: 0; }
.indexC4BoxC .indexC4List .dd4{height: 116px;width: 240px;border-radius: 20px 60px 20px 20px;position: absolute;top: 0;left: 40.783%;background-color: #56c2f1;background-size: auto;}
.indexC4BoxC .indexC4List .dd5{height: 363px;width: 363px;border-radius: 14px;position: absolute;top: 26.3691%;left: 40.783%; } 
.indexC4text{padding: 40px 0 0px;overflow: hidden; }
.indexC4text .title{line-height: 35px; height: 35px;font-weight: bold;color: #333333;font-size: 24px;margin-bottom: 45px;}
.indexC4textC{overflow: hidden;margin-bottom: 40px;}
.indexC4textC dd{float: left;margin-right: 60px;}
.indexC4textC dd .year{font-size: 40px;color: #56c2f1;line-height: 50px;height: 50px;display: inline-block;text-align: center;margin:0 15px 10px 0;}
.indexC4textC dd .text{font-size: 16px; color: #56c2f1;line-height: 20px;height: 20px;display: inline-block;}
.indexC4textC dd .info{font-size: 14px;color: #888888;line-height: 20px;height: 20px;text-align: center;}
.intro{font-size: 20px;font-weight: bold;color: #56c2f1;line-height: 35px;height: 35px;margin-bottom: 40px;}
.introC{font-size: 18px;color: #666666;line-height: 35px;height: 105px;}
/* <!--第4通栏end-->  */
/* <!-- ========== 首页 end ========== --> */



