@charset "UTF-8";
/* ========== 首页 start ========== */
/* ————— indexBanner start ————— */
.indexBannerBox{position: relative;overflow: hidden;height: 100%;}
.indexBanner{height: 100%;position: absolute;width: 100%;top: 0;left: 0;overflow: hidden;}
.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;}
@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);}}
.indexBannerPage .bannerDown {
	display: block;
	width: 3.75rem;
	height: 3.75rem;
	background: url(../images/icon/down.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 9.375rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	cursor: pointer;
	 animation: floatUpDown 2s infinite;
}
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.indexBannerPage .swiper-pagination {
	width: auto;
	bottom: 11.25rem;
	left: auto;
	right: 14.0208%;
	color: #fff;
}
.indexBannerPage .swiper-pagination .swiper-pagination-current {
	font-size: 1.125rem;
	font-weight: bold;
}
.indexBannerPage .swiper-pagination .swiper-pagination-total {
	font-size: .875rem;
}
.bannerPaeg div {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .3s;
	position: absolute;
	bottom: 10.625rem;
	z-index: 20;
}
.bannerPaeg .prev {
	right: 19.2708%;
}
.bannerPaeg .prev:hover{
	background-color: #fff;
}
.bannerPaeg .next {
	right: 9.375%;
}
.bannerPaeg .next:hover{
	background-color: #fff;	
}
.bannerPaeg span {
    display: block;
    width: 100%;
    height: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 2rem;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 2rem;
    /* 必须添加 background-color 才能让 mask 区域可见 */
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}
.bannerPaeg .prev span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='currentColor' d='M671 809c-5 0-10-2-15-6L369 510c-8-8-8-21 0-29L656 188c8-8 21-8 29 0 8 8 8 21 0 29L412 496l274 279c8 8 8 21 0 29-4 4-9 5-14 5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='currentColor' d='M671 809c-5 0-10-2-15-6L369 510c-8-8-8-21 0-29L656 188c8-8 21-8 29 0 8 8 8 21 0 29L412 496l274 279c8 8 8 21 0 29-4 4-9 5-14 5z'/%3E%3C/svg%3E");
}
.bannerPaeg .prev:hover span {
    background-color: #fff;
}
.bannerPaeg .prev:hover {
	background-color: var(--themeColor);
}
.bannerPaeg .next span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M383.291616 808.954249c-5.175883 0-10.353812-1.950422-14.338566-5.862521-8.064676-7.919367-8.182356-20.877493-0.26299-28.942169l273.602402-278.620695L368.69006 216.907145c-7.919367-8.064676-7.801686-21.022803 0.26299-28.942169 8.065699-7.918343 21.022803-7.80271 28.942169 0.26299l287.685141 292.960285c7.818059 7.961322 7.818059 20.717857 0 28.67918L397.895219 802.826692C393.887952 806.907637 388.591319 808.954249 383.291616 808.954249z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M383.291616 808.954249c-5.175883 0-10.353812-1.950422-14.338566-5.862521-8.064676-7.919367-8.182356-20.877493-0.26299-28.942169l273.602402-278.620695L368.69006 216.907145c-7.919367-8.064676-7.801686-21.022803 0.26299-28.942169 8.065699-7.918343 21.022803-7.80271 28.942169 0.26299l287.685141 292.960285c7.818059 7.961322 7.818059 20.717857 0 28.67918L397.895219 802.826692C393.887952 806.907637 388.591319 808.954249 383.291616 808.954249z'/%3E%3C/svg%3E");
}
.bannerPaeg.next:hover span {
    background-color: #fff;
}
.bannerPaeg .next:hover {
	background-color: var(--themeColor);
}
.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 */
.inTitle {
	position: relative;
	padding-top: 1.5625rem;
}
.inTitle .titleNg {
	font-size: 3.25rem;
	color: var(--themeColor);
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
}
.inTitle .tltleCn span {
	display: inline-block;
	font-size: 2rem;
	line-height: 3rem;
	color: #333333;
	position: relative;
	z-index: 1;
	padding-left: 2.5rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 2rem;
}
.indexMore a {
	display: flex;
	width: 11.875rem;
	box-sizing: border-box;
	height: 3.125rem;
	line-height: 3.125rem;
	align-items: center;
	font-size: 1.125rem;
	color: #fff;
	background-color: var(--themeColor);
	border-radius: 0 1.65rem 0 1.65rem;
	column-gap: 1.875rem;
	padding: 0 1.875rem;
}
.indexMore a em {
	width: .5rem;
	height: .5rem;
	border-radius: 100%;
	background-color: #fff;
	position: relative;
}
.indexMore a em::before {
	content: '';
	position: absolute;
	top: -.25rem;
	left: -.25rem;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	animation: pulse 2s infinite;
}
.indexFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
/* 公共部分 end */

/* 第一栏 start */
.indexColumn1 {
	height: 100%;
	box-sizing: border-box;
}
.indexColumn1 .wrap {
	position: relative;
	height: 100%;
}
.indexColumn1 .inTitle {
	position: absolute;
	left: 0;
	top: 4.5rem;
	z-index: 1;
	width: 100%;
}
.indexC1Swiper {
	overflow: hidden;
	position:absolute;
	left: 0;
	height: 100%;
	bottom: 0;
	width: 100%;
}
.indexC1Swiper .con {
	display: flex;
	flex-direction: column;
	padding: 0 1.875rem 0;
	transition: .3s;
	height: 100%;
	justify-content: center;
	box-sizing: border-box;
}

.indexC1Swiper .con .text {
	order: 1;
	display: flex;
	flex-direction: column;
}
.indexC1Swiper .con .title {
	order: 1;
	font-size: 1.125rem;
	line-height: 2rem;
	color: #333333;
	height: 4rem;
}
.indexC1Swiper .con .textC {
	order: 2;
	font-size: 1rem;
	line-height: 1.875rem;
	height: 3.75rem;
	margin: .9375rem 0 1.25rem;
}
.indexC1Swiper .con .time {
	display: flex;
	align-items: center;
	order: 3;
	column-gap: 1.25rem;
}
.indexC1Swiper .con .time .day {
	font-size: 1.25rem;
	color: #e5001a;
}
.indexC1Swiper .con .time .year {
	font-size: 1rem;
	color: #999;
}
.indexC1Swiper .con .img {
	order: 2;
}
.indexC1Swiper .con .more {
	order: 4;
	margin-top: 3.125rem;
	display: none;
}
.indexC1Swiper .con .more span {
	display: flex;
	width: 11.875rem;
	box-sizing: border-box;
	height: 3.125rem;
	line-height: 3.125rem;
	align-items: center;
	font-size: 1.125rem;
	color: #fff;
	background-color: var(--themeColor);
	border-radius: 0 2rem 0 2rem;
	column-gap: 1.875rem;
	padding: 0 1.875rem;
}
.indexC1Swiper .con .more em {
	width: .5rem;
	height: .5rem;
	border-radius: 100%;
	background-color: #fff;
	position: relative;
}
.indexC1Swiper .con .more em::before {
	content: '';
	position: absolute;
	top: -.25rem;	
	left: -.25rem;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	animation: quanquan 1s linear infinite;
}
.indexC1Swiper .con .img {
	overflow: hidden;
	height: 13.375rem;
	border-radius: .625rem;
	margin: 1.875rem 0 ;
}
.indexC1Swiper .con:hover {
	background-color: rgba(142, 190, 200, .1);
}
.indexC1Swiper .con:hover .img {
	order: 1;
}
.indexC1Swiper .con:hover .text {
	order: 2;
}
.indexC1Swiper .con:hover .more {
	display: block;
}

.indexC1Swiper .con:hover .text .title {
	color: var(--themeColor);
}
.indexC1Swiper .con:hover .time .day {
	color: var(--themeColor);
}
.swiperPage div {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0  8px rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .3s;
	position: absolute;
	top: 9.375rem;
	z-index: 20;
}
.swiperPage .prev {
	right: 5.625rem;
}
.swiperPage .prev:hover{
	background-color: var(--themeColor);
}
.swiperPage .next {
	right: 0;
}
.swiperPage .next:hover{
	background-color: #fff;	
}
.swiperPage span {
    display: block;
    width: 100%;
    height: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 1.75rem;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 1.75rem;
    /* 必须添加 background-color 才能让 mask 区域可见 */
    background-color: var(--themeColor);
    transition: background-color 0.3s, border-color 0.3s;
}
.swiperPage .prev span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='currentColor' d='M671 809c-5 0-10-2-15-6L369 510c-8-8-8-21 0-29L656 188c8-8 21-8 29 0 8 8 8 21 0 29L412 496l274 279c8 8 8 21 0 29-4 4-9 5-14 5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='currentColor' d='M671 809c-5 0-10-2-15-6L369 510c-8-8-8-21 0-29L656 188c8-8 21-8 29 0 8 8 8 21 0 29L412 496l274 279c8 8 8 21 0 29-4 4-9 5-14 5z'/%3E%3C/svg%3E");
}
.swiperPage .prev:hover span {
    background-color: #fff;
}
.swiperPage .prev:hover {
	background-color: var(--themeColor);
}
.swiperPage .next span {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M383.291616 808.954249c-5.175883 0-10.353812-1.950422-14.338566-5.862521-8.064676-7.919367-8.182356-20.877493-0.26299-28.942169l273.602402-278.620695L368.69006 216.907145c-7.919367-8.064676-7.801686-21.022803 0.26299-28.942169 8.065699-7.918343 21.022803-7.80271 28.942169 0.26299l287.685141 292.960285c7.818059 7.961322 7.818059 20.717857 0 28.67918L397.895219 802.826692C393.887952 806.907637 388.591319 808.954249 383.291616 808.954249z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='black' d='M383.291616 808.954249c-5.175883 0-10.353812-1.950422-14.338566-5.862521-8.064676-7.919367-8.182356-20.877493-0.26299-28.942169l273.602402-278.620695L368.69006 216.907145c-7.919367-8.064676-7.801686-21.022803 0.26299-28.942169 8.065699-7.918343 21.022803-7.80271 28.942169 0.26299l287.685141 292.960285c7.818059 7.961322 7.818059 20.717857 0 28.67918L397.895219 802.826692C393.887952 806.907637 388.591319 808.954249 383.291616 808.954249z'/%3E%3C/svg%3E");
}
.swiperPage .next:hover span {
    background-color: #fff;
}
.swiperPage .next:hover {
	background-color: var(--themeColor);
}
/* 第一栏 end */
/* 第二栏 start */
.indexColumn2 {
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 6.25rem;
}
.indexColumn2 .inVidoMain {
	display: flex;
	column-gap: 15.38461%;
}
.indexColumn2 .inVidoMain .videoBox {
	width: 33.75rem;
	height: 39.375rem;
	box-sizing: border-box;
	border-radius: 0 5rem 0 5rem;
	background-color: #fff;
	box-shadow: 0 0 1rem rgba(0,0,0,.2);
}
.indexColumn2 .inVidoMain .video {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	right: 1.25rem;
	top: 1.25rem;
	border-radius: 0 5rem 0 5rem;
	cursor: pointer;
}
.indexColumn2 .inVidoMain .playVido {
	width: 3.75rem;
	height: 3.75rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../images/icon/playVido.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 20;
}
.indexColumn2 .inVidoMain .playVido::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse 2s infinite;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    z-index: 2;
}
.indexColumn2 .inVidoMain .playVido::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse 2s infinite;
    background: rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    animation-delay: 1s;
    z-index: 3;
}
/* 动画效果：光圈的渐变变化 */
@keyframes pulse {
	0% {
	  transform: scale(1);
	  opacity: .8;
	}
	50% {
	  transform: scale(1.85);
	  opacity: .55;
	}
	100% {
	  transform: scale(2.5);
	  opacity: .25;
	}
  }
  .inVidoMain .text {
	flex: 1;
  }
  .mapDl {
	margin: 5.625rem 0 4.375rem;
	display: flex;
	column-gap: 7.5rem;
  }
  .mapDl .con {
	text-align: center;
  }
  .mapDl .con .number {
	font-size: 2.5rem;
	color: #e5001a;
	font-weight: bold;
  }
  .mapDl .con .post {
	font-size: 1rem;
	line-height: 2.5rem;
	 color: #e5001a;
	 margin-left: 1.25rem;
  }
  .mapDl .con .client {
	margin-top: .5rem;
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #333;
  }
   .inVidoMain .title {
	font-size: 1.25rem;
	line-height: 1.875rem;
	color: #333;
	font-weight: bold;
   }
     .inVidoMain .textC {
	margin: 3.125rem 0 5rem;
	font-size: 1.125rem;
	line-height: 1.875rem;
	height: 5.625rem;
	color: #666;
   }
/* 第二栏 end */
/* 第三栏 start */
.indexColumn3 {
	height: 100%;
	box-sizing: border-box;
	padding: 6.125rem 0 0 ;
	position: relative;
	overflow: hidden;
}
.indexColumn3 .inTitle {
	position: relative;
	z-index: 2;
}
.inc3Tab {
	display: flex;
	flex-direction: column;
	row-gap: 1.875rem;
	width: 12.875rem;
	position: relative;
	z-index: 5;
	margin-top: 2rem;
}
.inc3Tab .con {
	height: 3.75rem;
	line-height: 3.75rem;
	border-radius: 3.75rem;
	border: 1px solid #fff;
	text-align: center;
	font-size: 1.25rem;
	color: #fff;
	width: 11.25rem;
	box-sizing: border-box;
	padding-left: 1.25rem;
	background-position: calc(100% - 8rem) center;
	background-repeat: no-repeat;
	background-size: 2rem;
	cursor: pointer;
}
.inc3Tab .con.hover {
	background-color: var(--themeColor);
}
.inc3TabBg {
	width: 100%;
	height: 100%;
	position: absolute !important;
	left: 0;
	top: 0;
}
.inc3TabBg .inc3TabBox {
	width: 100%;
	height: 100%;
	position: absolute !important;
	left: 0;
	top: 0;
}
.inc3TabBg .inc3TabBox::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
}
.inc3TabBg .wrap {
	position: relative;
	height: 100%;
}
.indexC3Swiper {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.indexC3Swiper .swiper-slide {
	opacity: 0;
}
.indexC3Swiper .swiper-slide-active {
	opacity: 1;
}
.indexC3Swiper .swiper-slide .con {
	width: 30rem;
	height: 30rem;
	position: absolute;
	top: 6.25rem;
	left: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 1.5rem;
	color: #fff;
	border-radius: 100%;
	z-index: 500;
	transform: translateX(-50%);
}
.indexC3Swiper  .con .icon {
	width: 3.75rem;
	height: 3.75rem;
	overflow: hidden;

	margin-bottom: 1.25rem;
}
.indexC3Swiper  .con .icon img {
	display: block;
	height: 100%;
	object-position: center;
	object-fit: contain;
}
.indexC3Swiper  .con .title {
	font-size: 1.375rem;
	line-height: 1.375rem;
	text-align: center;
}
.indexC3Swiper  .con .textC {
	margin: 1.875rem 0 2.5rem;
	font-size: 1.125rem;
	line-height: 1.875rem;
	height: 5.625rem;
}
.indexMore.indexMore1 a {
	background-color: transparent;
	border: 1px solid #fff;
}
.indexMore.indexMore1 a:hover {
	background-color: var(--themeColor);
}
.inc3Bottom .titleBottom {
	position: absolute;
	left: 50%;
	bottom: 8rem;
	transform: translateX(-50%);
	z-index: 5;
	text-align: center;
	color: #fff;
}
.inc3Bottom .titleCn {
	font-size: 1.875rem;
	line-height: 3.4375rem;
}
.inc3Bottom .titleNg {
	font-size: 1.5rem;
	line-height: 2.625rem;
	text-transform: uppercase;
}
.inc3Page div {
	position: absolute;
	bottom: 11rem;
	z-index: 200;
	cursor: pointer;
}
.inc3Page div span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1rem;
	color: #fff;
	background-repeat: no-repeat;
}
.inc3Page .prev {
	left: 0;
}
.inc3Page .prev span {
	padding-left: 5.625rem;
	background-image: url(../images/icon/xz.png);
	background-position: left center;
}
.inc3Page .next {
	right: 0;
}
.inc3Page .next span {
	padding-right: 5.625rem;
	background-image: url(../images/icon/xy.png);
	background-position: right center;
}
.inc3Bottom {
	position: relative;
}
.inc3Bottom::after {
	display: block;
	content: "";
	width: 30.3125rem;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 10.625rem;
	bottom: 12rem;
}
.inc3Bottom::before {
	display: block;
	content: "";
	width: 30.3125rem;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;	
	right: 10.625rem;
	bottom: 12rem;
}
.inc3TabBox .swiper-pagination {
	bottom: 16rem;
	color: #fff;
}
.inc3TabBox .swiper-pagination .swiper-pagination-current {
	font-size: 2.25rem;
}
.inc3TabBox .swiper-pagination .swiper-pagination-total {
	font-size: 1rem;
}

.progress-ring {
  position: absolute;
  top: 6.25rem;
  left: 50%;
  width: 32rem;
  height: 32rem;
  transform: translateX(-50%);
  z-index: 501;
  pointer-events: none;
}

.progress-ring circle {
  fill: none;
  stroke-width: 2;
  transform: rotate(-90deg); /* 从顶部开始绘制 */
  transform-origin: center;
}

.progress-bg {
  stroke: rgba(255, 255, 255, 0.5); /* 透明白色背景 */
  stroke-dasharray: 4 4; /* 虚线格式（4线段，4间隔） */
}

.progress {
  stroke: #fff;
  stroke-dasharray: 942; /* 周长：2πr = 2 * π * 150 */
  stroke-dashoffset: 942; /* 初始为 0% 进度 */
  stroke-linecap: round;
  transition: stroke-dashoffset 0.8s ease;
}

/* 第三栏 end*/
/* 首页end */

/* 党建首页 start */
/* 公共部分 start */
.djTitle {
	display: flex;
	justify-content: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../images/djtitle.png);
	align-items: center;
	padding-bottom: .625rem;
}
.djTitle .djLeft{
	color: #edb849;
	font-family: 'ywsjt';
	display: flex;
}
.djTitle .djLeft span {
	font-size: 5rem;
	line-height: 7.5rem;
}
.djTitle .djLeft em {
	font-size: 5rem;
	line-height: 5rem;
}
.djTitle .djRight {
	font-size: 3.125rem;
	color: #e52323;
}
.djMore {
	display: flex;
	justify-content: center;

}
.djMore a {
	height: 2.5rem;
	line-height: 2.5rem;
	border-radius: 2.5rem;
	font-size: 1rem;
	color: #fff;
	background-color: #c7222c;
	padding: 0 2.375rem 0 1.25rem;
	background-repeat: no-repeat;
	background-position: calc(100% - 1.25rem) center;
	background-size: .5rem;
	background-image: url(../images/icon/more4.png);
}
/* 公共部分 end */
/* 第一栏 start */
.djIndexC1 {
	padding: 5rem 0 0;
	background-color: #f9f7f1;
}
.djIndexC1Main {
	margin: 3.75rem 0 3.125rem;
	display: flex;
	column-gap: 3.125rem;
}
.djIndexC1Main .djindexC1Swiper {
	width: 51.875rem;
	position: relative;
	overflow: hidden;
}
.djindexC1Swiper .img {
	height: 35.3125rem;
	overflow: hidden;
	position: relative;
}
.djindexC1Swiper .img .tip {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4.75rem;
	line-height: 4.75rem;
	background-color: rgba(186, 38, 26,.8);
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0 1.875rem;
	box-sizing: border-box;
}
.djindexC1Swiper .img .tip span {
	width: 60%;
	display: block;
}
.djindexC1Swiper .swiper-pagination {
	width: auto;
	left: auto;
	right: 1.875rem;
	bottom: 1.875rem;
	z-index: 10;
}
.djindexC1Swiper .swiper-pagination .swiper-pagination-bullet {
	width: .625rem;
	height: .625rem;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
.djindexC1Swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}
.djIndexDl1 {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	height: 35.3125rem;
	row-gap: 1.875rem;
}
.djIndexDl1 dd {
	box-sizing: border-box;
	padding-left: .875rem;
	position: relative;
}
.djIndexDl1 dd::before{
	display: block;
	content: "";
	width: .875rem;
	height: 2.125rem;
	background-color: #c7222c;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.djIndexDl1 .con {
	display: block;
	background-color: #fff;
	padding: 1rem 1.875rem;
}
.djIndexDl1 .con .title {
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #333;
	height: 3.75rem;
	transition: .3s;
}
.djIndexDl1 .con:hover .title {
	color: #c7222c;
}
/* 第一栏 end */
/* 第二栏 start */
.djIndexC2 {
	padding: 8.125rem 0 0;
	background-color: #f9f7f1;
}
.djC2DlBg {
	margin: 4.375rem 0 0;
	padding: 3.375rem 6.25rem 3.125rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../test/images/djc2bg.png);
	min-height: 43.75rem;
	box-sizing: border-box;
}
.djC2Dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.25rem 0;
}
.djC2Dl dd {
	width: 50%;
	margin-bottom: 1.25rem;
}
.djC2Dl a {
	display: block;
	background-color: #fff;
	position: relative;
	padding: 1.5625rem 1.25rem;
	margin-right: 1.25rem;
	transition: .3s;
}
.djC2Dl a::before {
	display: block;
	content: "";
	width: .5rem;
	height: 1.125rem;
	background-color: #c7222c;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: .3s;
}
.djC2Dl a .title {
	font-size: 1.125rem;
	line-height: 1.125rem;
	height: 1.125rem;
	color: #333;
	margin-bottom: 1.25rem;
	transition: .3s;
}
.djC2Dl .time span {
	display: inline-block;
	height: 1.25rem;
	padding-left: 1.875rem;
	font-size: 1rem;
	color: #999;
	line-height: 1.25rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.2rem;
	background-image: url(../test/images/time.png);
}
.djC2Dl a:hover {
	background-color: #c7222c;
}
.djC2Dl a:hover::before {
	background-color: #fdcf31;	
}
.djC2Dl a:hover .title{
	color: #fff;
}
.djC2Dl a:hover .time span{
	color: #fff;
	background-image: url(../test/images/timeh.png);
}
/* 第二栏 end */
/* 第三栏 start */
.djIndexC3 {
	padding: 8.125rem 0 4.375rem;
	background-color: #f9f7f1;
}
.djC3SwiperBg {
	margin: 5rem 0 2rem;
	position: relative;
	padding: 0 4.375rem;
}
.pageBt.pageBt3 span {
	background-color: #c7222c;
}
.pageBt.pageBt3 .prev {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.pageBt.pageBt3 .prev:hover {
	background-color: #c7222c;
}
.pageBt.pageBt3 .next {
	left: auto;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.pageBt.pageBt3 .next:hover {
	background-color: #c7222c;
}
.djC3Swiper {
	overflow: hidden;
}
.djC3Swiper .con {
	display: block;
}
.djC3Swiper .con .img {
	overflow: hidden;
	border-radius: .5rem;
	height: 18.75rem;
}
.djC3Swiper .con .time {
	font-size: 1rem;
	height: 1rem;
	line-height: 1rem;
	color: #999;
	margin: 1.25rem 0;
}
.djC3Swiper .con .title {
	font-size: 1.125rem;
	line-height: 1.625rem;
	height: 3.25rem;
	color: #333;
	transition: .3;
}
.djC3Swiper .con:hover .title {
	color: #c7222c;
}
/* 党建首页 end*/

.webuploader-pick {
	background-color: transparent !important;
	height: 50px !important;
	line-height: 50px !important;
}