@charset "UTF-8";
/* ========== 主体框架 start ========== */
.indexScroll1Box {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
}

.indexScroll1Box.hide {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.indexScroll2Box {
	position: fixed;
	left: 0%;
	top: 100%;
	bottom: 0;
	right: 0;
	background: #fff;
	overflow: hidden;
	transition: all 0.7s ease-in-out 0s;
	-webkit-transition: all 0.7s ease-in-out 0s;
	z-index: 5;
	overflow-y: auto;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 100px;
}
.indexScroll2Box .header{
	position: fixed;
}
.indexScroll2Box.show {
	top: 0;
}
.indexScroll2Box .indexJyxw {
	padding: 130px 0 0;
}
.indexScroll2Box .headerTop {
	display: none;
}

.indexScroll2Box .header {
	transform: translateY(-200%);
	-webkit-transform: translateY(-200%);
}

.indexScroll2Box.show .header {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
/* ————— 头部 start ————— */
.indexTop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 666;
}

.top {
	position: relative;
	width: 100%;
	height: 100px;
	z-index: 11;
	opacity: 1;
	transition: .5s;
	padding-top: 4px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 666;
}

.indexTop .ze {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .5s;
	transform: scaleY(0);
	transform-origin: top;
}

.indexTop.on .ze {
	opacity: 1;
	z-index: 6;
	transform: scaleY(1);
	transform-origin: top;
}

.top::before {
	position: absolute;
	display: block;
	content: '';
	background: var(--themeColors);
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	z-index: 2;
}

.top.active,
.top.on,
.top.on1 {
	background: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 5%);
	top: -96px;
}

.top2 {
	top: -150px;
	height: 144px;
}
.top2.on {
	top: 0;
}

.top2 .con1 {
	background: var(--themeColors);
}
/* logo start */
.top2 .con1 .text {
	line-height: 44px;
	font-size: 14px;
	color: #fff;
}
.logo {
	width: 342px;
	position: relative;
	z-index: 6;
}

.logo img {
	width: 100%;
	margin-top: 26px;
}
.top2 .logo img {
	margin-top: 12px;
}

.logo img.imgLogo2,
.top.active .logo img.imgLogo1,
.top.on .logo img.imgLogo1,
.top.on1 .logo img.imgLogo1 {
	display: none;
}

.top.active .logo img.imgLogo2,
.top.on .logo img.imgLogo2,
.top.on1 .logo img.imgLogo2 {
	display: block;
}

/* logo end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
	width: 30px !important;
	height: 30px !important;
	right: -40px;
	top: -40px;
	background: url(../images/common/videoPopClose.png) no-repeat center center;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
	background: url(../images/common/videoPopClose.png) no-repeat center center;
}

.aykj-videoPop {
	border: 10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1) !important;
	border-radius: 5px !important;
	background-color: #000 !important;
}
/* 视频弹窗 end */
/* 搜索 start */
.topR {
	position: relative;
	z-index: 6;
}
.topRTop dd a {
	line-height: 44px;
	font-size: 14px;
	color: #ffffff;
	opacity: .4;
	padding: 0 15px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.top.active .topRTop dd a,
.top.on .topRTop dd a,
.top.on1 .topRTop dd a {
	opacity: 1;
	color: #fff;
}

.topRTop dd a:hover {
	opacity: 1;
}

.search {
	overflow: hidden;
	background: #f2f2f2;
}

.searchInput {
	width: 268px;
	z-index: 0;
	float: left;
	display: inline;
}

.searchInput input {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
}

.searchInput input input::-webkit-input-placeholder {
	color: #666666;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.searchBtn {
	float: left;
	display: inline;
	width: 38px;
	height: 40px;
	overflow: hidden;
	background: url(../images/common/search.png) no-repeat center center;
	position: relative;
}

.searchBtn:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: #d7d7d7;
}

.topSearch {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	border-radius: 40px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	color: #fff;
	opacity: .4;
	font-size: 18px;
}

.top.active .topSearch,
.top.on .topSearch, 
.top.on1 .topSearch{
	color: #fff;
}

.animHide {
	opacity: 0;
}

.model.show::before {
	animation: menu-animation .8s ease-out forwards;
	transform: scale(2) translateY(0);
}

.model.show {
	display: block;
}

.model {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.model span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 72px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 10;
}

.model::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .87);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9;
}

.searchPWBox {
	width: 600px;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -30px 0 0 -300px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	;
}

.searchPWBox input {
	display: block;
	float: left;
	width: 530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	background: #fff;
}

.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox a {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: #0082e9 url(../images/common/searchH.png) no-repeat center center;
	background-size: 19px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.searchPWBox a:hover {
	opacity: 0.9;
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/* 搜索 end */
/* ========== 搜索 start ========== */
.searchModalBox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	text-align: center;
	display: none;
}

.searchModalBox.show {
	display: block;
}

.searchModalBox::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .8);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	/* border-radius: 100%; */
	/* transform: scale(.04) translateY(9999px);
	-webkit-transform: scale(.04) translateY(9999px); */
	overflow: hidden;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}

.searchModalBox.show::before {
	/* animation: menu-animation .3s ease-out forwards;
	transform: scale(2) translateY(0);
	-webkit-transform: scale(2) translateY(0); */
	opacity: 1;
	visibility: visible;
}

.searchModalBox::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.searchModalBody {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 9;
	overflow: hidden;
	border-radius: 5px;
}

.searchModalBody .input {
	display: block;
	float: left;
	width: 400px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	background: #fff;
}

.searchModalBody .input::-webkit-input-placeholder {
	color: #666666;
	font-size: 14px;
}

.searchModalBody .btn {
	float: left;
	display: block;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background-color: var(--themeColors);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: auto 20px;
	/* background-image: url('../images/search1.png');
	padding-left: 60px;
	padding-right: 30px; */
	padding: 0 30px;
	cursor: pointer;
	font-size: 18px;
}

.searchModalClose {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: var(--themeColors);
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 72px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 30px;
	background-image: url('../images/common/closeBai.svg');
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%);
		-webkit-transform: scale(.04) translateY(300%);
	}

	40% {
		transform: scale(.04) translateY(0);
		-webkit-transform: scale(.04) translateY(0);
		transition: ease-out;
		-webkit-transition: ease-out;
	}

	40% {
		transform: scale(.04) translateY(0);
		-webkit-transform: scale(.04) translateY(0);
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0);
		-webkit-transform: scale(.02) translateY(0);
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0);
		-webkit-transform: scale(.04) translateY(0);
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		-webkit-transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/* ========== 搜索 end ========== */
/* 导航 start */
.menuDl {
	position: relative;
	z-index: 10;
}
.top2 .menuDl {
	height: 96px;
}
.menuDl::after {
	display: block;
	content: "";
	clear: both;
}

.menuDl dd {
	float: left;
	font-size: 16px;
	text-align: center;
	position: relative;
	line-height: 46px;
}
.top2 .menuDl dd {line-height: 96px}

.menuDl dd a.shuidi {
	display: block;
	color: #ffffff;
	transition: .5s;
	height: 100%;
	font-size: 18px;
	position: relative;
	padding: 0 16px;
	font-weight: bold;
}

.menuDl dd a.shuidi::before {
	position: absolute;
	display: block;
	content: '';
	width: 80%;
	height: 3px;
	background: #f0a700;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	transform: scale(0);
	transition: all .5s;
}

.menuDl dd.hover a.shuidi::before,
.menuDl dd.active a.shuidi::before,
.menuDl dd:hover a.shuidi::before {
	transform: scale(1);
}

.menuDl a.shuidi.hover {
	color: #fff;
}

.top.on .menuDl dd:hover a.shuidi {
	color: var(--themeColors) !important;
}

.subTop .top {
	z-index: 666;
	background: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 5%);
}

.subTop .top .con {
	height: 0;
}

.top .imgLogo2 {
	display: none;
}

.menuIcon {
	display: none;
}

.top.active .menuDl dd a.shuidi,
.top.on .menuDl dd a.shuidi,
.top.on1 .menuDl dd a.shuidi {
	color: #333;
}

.menuDl dd .ej {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	z-index: 11;
	border-radius: 0 0 5px 5px;
	transition: all .3s linear;
	opacity: 0;
	box-shadow: 0 0 16px rgba(0, 0, 0, .05);
}

.menuDl dd .ej .xsj {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: -30px;
	border: 15px solid transparent;
	z-index: 999;
	border-bottom-color: #3b80e8;
}

.subTop .menuDl dd .ej {
	background-color: #fff;
}

.menuDl dd .ej li {
	font-size: 15px;
	text-align: center;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.menuDl dd .ej li a {
	padding: 14px 8px;
	line-height: 25px;
	display: block;
	color: #333;
}


.menuDl dd .ej.show {
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

.menuDl dd .ej li:hover {
	background: var(--themeColors);
}

.menuDl dd .ej li:hover a {
	color: #fff !important;
}

.menuDl dd .ej li:last-child {
	border-radius: 0 0 5px 5px;
}
/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
	z-index: 2;
}

.indexBanner::before {
	content: '';
	display: block;
	padding-top: 0%;
}

.indexBannerLoad {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1.3s;
	-webkit-transition: all 1.3s;
}

.indexBannerLoad svg {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	width: 100px;
	height: 100px;
	fill: #d71718;
}

.indexBannerLoad.hide {
	visibility: hidden;
	opacity: 0;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.indexBanner .bd {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.indexBanner .bd .bg::after {
	position: absolute;
	display: block;
	content: '';
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	opacity: 0.8;
	top: 0;
	left: 0;
	width: 100%;
	height: 186px;
	z-index: 1;
	transition: all .5s;
}


.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide .bg {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 1.5s 0s ease-in-out;
	transform: scale(1.15);
	display: block;
	animation: banner 14s linear infinite;
	animation-play-state: paused;
}
.indexBanner .mySlide.slick-active .bg {
	animation-play-state: running;
}

@keyframes banner {
	0% {transform: scale(1);}
	50% {transform: scale(1.1);}
	100% {transform: scale(1.2);}
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 34px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	z-index: 6;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 36px;
	height: 46px;
	margin: 0 20px;
	line-height: 46px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	color: #fff;
	transition: all .5s;
	background: transparent;
	padding: 0 10px;
}

.indexBanner .slick-dots li::before,
.indexBanner .slick-dots li::after {
	position: absolute;
	display: block;
	content: '';
	width: 40px;
	height: 1px;
	background: #fff;
	opacity: .5;
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
	border-radius: 1px;
	opacity: 0;
	transition: all .5s;
}

.indexBanner .slick-dots li::after {
	right: unset;
	left: 100%;
}

.indexBanner .slick-dots li.slick-active::before,
.indexBanner .slick-dots li.slick-active::after {
	opacity: 1;
}

.indexBanner .slick-dots li:first-child:before,
.indexBanner .slick-dots li:last-child::after {
	display: none;
}

.indexBanner .slick-dots li .icn {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 36px;
	height: 100%;
	background: url(../images/dot.png) no-repeat center top / 100%;
	animation: yuan 6s linear infinite;
	opacity: 0;
	transition: all .5s;
}
.indexBanner .slick-dots li.slick-active .icn {opacity: 1;}
@keyframes yuan {
	0% {transform: rotate(0);}
	100% {transform: rotate(360deg);}
	0% {transform: rotate(0);}
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	width: fit-content;
	position: absolute;
	right: 9%;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 0;
	z-index: 6;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.img6 {
	margin-left: 220px;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .mySlide.on .bg {
	transform: scale(1);
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer {
	background: url(../test/FOOTERbG.jpg) no-repeat center center;
	background-size: cover;
}

.footerT {
	padding: 28px 0;
	margin-bottom: 18px;
}

.footerTL .logo {
	width: 342px;
	z-index: 1;
}

.footerTL .logo img {
	width: 100%;
	margin-top: 0;
}

.footerTR {
	padding-top: 14px;
}

.footerTR .imgText {
	padding-top: 14px;
	margin-right: 40px;
}

.goTop {
	width: 53px;
	height: 53px;
	transform: rotate(-90deg);
	text-align: center;
	line-height: 53px;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	cursor: pointer;
	transition: all .5s;
}

.goTop:hover {
	box-shadow: 0 0 16px rgba(32, 98, 209, .1);
	transform: scale(.98) rotate(-90deg);
}

/*  */
.footerC {
	margin-bottom: 14px;
}

.footerCL {
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
}

.footerCL span {
	padding-right: 40px;
}

.footerCL a {
	color: #5377b4;
	transition: all .5s;
	padding-right: 40px;
	text-align: justify;
}

.footerCL a.a:hover {
	color: #fff;
}

.telBox {
	padding-top: 24px;
	margin-bottom: 14px;
	width: 700px;
}

.telBox .tel .title {
	line-height: 34px;
	font-size: 16px;
	color: #fff;
}

.telBox .tel .title .w20 {
	display: inline-block;
	width: 20px;
}

.telBox .tel .title span {
	font-size: 21px;
	font-family: '宋体';
	font-weight: bold;
}

.telBox .tg {
	width: 166px;
	height: 45px;
	line-height: 45px;
	margin-top: 18px;
	border-radius: 10px;
	background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(221, 237, 255) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(221, 237, 255) 100%);
	text-align: center;
	font-size: 15px;
	color: #396ec7;
	display: block;
}

.telBox .tg i {
	display: inline-block;
	font-size: 0;
	width: 27px;
	height: 23px;
	background: url(../images/tg.png) no-repeat center center / 100%;
	vertical-align: middle;
	margin-left: 14px;
}

/*  */
.footerCRwm {
	margin-left: 40px;
	padding-top: 26px;
}

.footerCRwm .con {
	margin: 0 10px;
}

.footerCRwm .con .img {
	width: 110px;
	height: 110px;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #fff;
}

.footerCRwm .con .img img {
	width: 100%;
	height: 100%;
}

.footerCRwm .con .title {
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	padding-top: 12px;
	text-align: center;
}

/* 底部版权start   */
.friendCopyRight {
	height: 96px;
	line-height: 96px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	transition: all .5s;
}

.friendCopyRight .conL {
	float: left;
	display: inline;
}

.friendCopyRight .conL span {
	margin-right: 20px;
}

.friendCopyRight .conL img {
	margin-right: 10px;
	vertical-align: middle;
}

.friendCopyRight .conL a {
	color: #fff;
	margin-right: 20px;
	transition: all .5s;
}

.friendCopyRight .conL a:hover {
	opacity: .5;
}

.friendCopyRight .conR {
	float: right;
	display: inline;
}

.friendCopyRight .conR a {
	color: #fff;
	transition: all .5s;
}

.friendCopyRight .conR a:hover {
	opacity: .5;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 36.4583%;
}

.subBanner::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../test/subBanner/ze.png) no-repeat center center / 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.subBanner img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
}

.subBanner.on img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.subBanner .text {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 2;
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: relative;
}

.subBanner .textC .cnTitle {
	font-size: 24px;
	color: #ffffff;
	line-height: 42px;
	font-weight: bold;
}

.subBanner .textC .enTitle {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	line-height: 70px;
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	height: 90px;
	background: #fff;
	position: relative;
}
.locationBox::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background: #e6e7ea;
	bottom: 0;
	left: 0;
}
.locationBox .bg {
	position: absolute;
	display: block;
	content: '';
	width: 236px;
	height: 90px;
	background: url(../images/common/logcBg.png) no-repeat center center / 100%;
	top: 0;
	left: 0;
}
.locationBox .bg::before {
	position: absolute;
	display: block;
	content: '';
	width: 120%;
	height: 3px;
	bottom: 0;
	left: 0;
	background: #ffc600;
	border-radius: 0 3px 3px 0;
	z-index: 3;
}


.location {
	height: 90px;
	overflow: hidden;
	padding-left: 33px;
	position: relative;
}

.location a.home {
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
	padding-left: 0;
	margin-right: 0;
}
.newsLoc .location a.home {
	background-image: url(../images/common/home11.png);
}

.location a {
	display: inline;
	float: left;
	height: 90px;
	line-height: 90px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon8.png);
	color: #8d94a2;
	font-size: 16px;
}

.location a:hover {
	color: #1e5ab0
}

.location a.hover {
	color: var(--themeColors);
}

.subNavBox {
	margin-right: -15px;
	position: relative;
	padding-left: 90px;
}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}
.subNav {position: relative;}
.subNav .progressBar {
	position: absolute;
	width: 0;
	height: 3px;
	bottom: 0;
	left: 0;
	background: #ffc600;
	border-radius: 0 3px 3px 0;
	z-index: 3;
	transition: all .5s;
}
.subNav a {
	display: inline;
	float: left;
	line-height: 90px;
	height: 90px;
	color: #8d94a2;
	font-size: 18px;
	padding: 0 21px;
	position: relative;
	transition: all .5s;
}
.subNav a::before {
	position: absolute;
	display: block;
	content: '';
	width: 84px;
	height: 3px;
	background: var(--themeColors);
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: scale(0);
	opacity: 0;
	transition: all .5s;
	z-index: 4;
}
.subNav a:hover::before,
.subNav a.hover::before {transform: scale(1);opacity: 1;}
.subNav a.hover,
.subNav a:hover {
	color: var(--themeColors);
	font-weight: bold;
}

/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;}
.sjMenu a{ display: inline-block; height: 30px; line-height: 30px; padding:0 30px; color: #333; border: 1px solid #fff; border-radius: 32px; font-size: 14px; margin: 0 5px; background: #FFF;transition: all .5s;-webkit-transition: all .5s;}
.sjMenu a:hover{ background: var(--themeColors); color: #FFF; border-color: var(--themeColors);}
.sjMenu a.hover{ background: var(--themeColors); color: #FFF; border-color: var(--themeColors);}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align:center;clear:both;font-size:14px}
.page a{position:relative;width:40px;height:40px;display:inline-block;overflow:hidden;color:#999999;background:#fff;margin:0 3px;border:1px solid #dedede;border-radius:50%;text-align:center;line-height:40px;font-size:14px}
.page span{display:inline-block;padding:6px 2px;position:relative;top:-15px}
.page a:hover{background:var(--themeColors);color:#fff}
.page a.hover{background:var(--themeColors);color:#fff}
.page input{display:inline-block;vertical-align:middle;height:22px;border:1px solid #e6e6e6;position:relative;top:-2px}
.page input.pageDetail{width:30px;height:30px;text-align:center;border-radius:3px;color:#999999;position:relative;top:-13px}
.page label{color:#999999;position:relative;top:-11px}
.page input.page_bnt{border:none;width:30px;height:25px;cursor:pointer;background:none;color:#999999;position:relative;top:-13px}
.page a div{display:inline-block;width:20px;height:20px;background-position:center center;background-repeat:no-repeat;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
.page a.firstPage div{background-image:url(../images/common/page/firstPage.png)}
.page a.prevPage div{background-image:url(../images/common/page/prevPage.png)}
.page a.nextPage div{background-image:url(../images/common/page/nextPage.png);position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
.page a.lastPage div{background-image:url(../images/common/page/lastPage.png);position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
.page a.firstPage:hover div{background-image:url(../images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image:url(../images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image:url(../images/common/page/nextPageh.png)}
.page a.lastPage:hover div{background-image:url(../images/common/page/lastPageh.png)}
.page a.nextPage.disabled{background:#E2E2E2}
.page a.lastPage.disabled{background:#E2E2E2}
.page a.firstPage.disabled div{background-image:url(../images/common/page/firstPage.png);position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
.page a.prevPage.disabled div{background-image:url(../images/common/page/prevPage.png);position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
.page a.nextPage.disabled div{background-image:url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image:url(../images/common/page/lastPage.png)}
/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn {
	text-align: center;
}

.aykj-recruitTc .layui-layer-btn a {
	height: 38px;
	line-height: 38px;
	padding: 0 40px;
	font-size: 14px;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn1 {
	background: #ddd;
	color: #8b8b8b;
	border-color: #ddd;
}

.aykj-alert .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	border-color: #1e5ab0;
}

/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.wrapPd {
	padding: 0 4.6875%;
}

.ov {
	overflow: hidden;
}

.indexTitleBox {
	padding-top: 26px;
	position: relative;
}

.indexTitleBox::before {
	position: absolute;
	display: block;
	content: '';
	width: 80px;
	height: 80px;
	background: url(../test/index/indexTitleLogo.png) no-repeat center center / 100%;
	top: 0;
	left: -26px;
}

.indexTitle {
	position: relative;
	height: 68px;
	z-index: 2;
	padding-right: 20px;
	margin-right: 20px;
}

.indexTitle::before {
	position: absolute;
	display: block;
	content: '';
	width: 2px;
	height: 50px;
	background: var(--themeColors);
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.indexTitle.no::before {
	display: none;
}

.indexTitle .title {
	line-height: 46px;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}

.indexTitle .title span:nth-child(1),
.indexTitle .title span:nth-child(2) {
	color: var(--themeColors);
}

.indexTitle .title1 {
	line-height: 22px;
	font-size: 16px;
	color: #dadfeb;
	font-family: 'SOU';
	text-transform: uppercase;
}

.indexTextC {
	line-height: 28px;
	font-size: 16px;
	color: #999999;
	height: 68px;
}

.indxMore a {
	line-height: 56px;
	font-size: 18px;
	color: var(--themeColors);
	font-weight: bold;
}

.indxMore a i {
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid var(--themeColors);
	border-radius: 50%;
	margin-left: 20px;
	position: relative;
}

.indxMore a i::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px dashed var(--themeColors);
	inset: 0;
	margin: auto;
	transform: scale(1.2);
	border-radius: 50%;
	left: -1px;
}

.indxMore:hover a i::after {
	animation: indexMore 5s linear infinite;
}

@keyframes indexMore {
	0% {
		transform: rotate(0) scale(1.2);
	}

	100% {
		transform: rotate(360deg) scale(1.2);
	}
}

/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1 {
	background: url(../test/index/column1Bg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 872px;
	box-sizing: border-box;
	padding-top: 100px;
}

.column1 .indexTitleBox {
	padding-right: 8px;
}

.column1Left {
	padding-left: 26px;
	margin-left: -26px;
}

.column1LeftMain {
	padding-top: 58px;
}

.column1LeftSlick {
	width: 750px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-right: 35px;
}

.column1LeftSlick .pic::before {
	padding-top: 66.6667%;
}

.column1LeftSlick .slick-dots {
	position: absolute;
	bottom: 42px;
	right: 25px;
	z-index: 6;
}

.column1LeftSlick .slick-dots li {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	margin: 0 6px;
	opacity: .5;
	transition: all .5s;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
}

.column1LeftSlick .slick-dots li.slick-active {
	width: 22px;
	border-radius: 10px;
	opacity: 1;
}

.column1LeftSlickTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 96px;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	padding-right: 170px;
	padding-left: 30px;
	box-sizing: border-box;
	z-index: 1;
}

.column1LeftSlickTitle .title {
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 14px;
}

.column1LeftSlickTitle .textC {
	line-height: 32px;
	font-size: 16px;
	color: #fff;
}

/*  */
.column1LeftDl {
	padding-top: 24px;
}

.column1LeftDl dd {
	margin-bottom: 34px;
}

.column1LeftDl dd .timeBox {
	width: 74px;
	text-align: center;
	padding: 2px 0;
	border-right: 1px solid #d1d1d1;
	margin-right: 20px;
	margin-top: 6px;
}

.column1LeftDl dd .timeBox .month {
	line-height: 20px;
	font-size: 18px;
	color: #666666;
	font-family: 'pop';
	font-weight: bold;
	transition: all .5s;
}

.column1LeftDl dd .timeBox .year {
	line-height: 20px;
	font-size: 16px;
	color: #999999;
	font-family: 'pop';
}

.column1LeftDl dd .title {
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	transition: all .5s;
}

.column1LeftDl dd .textC {
	line-height: 30px;
	font-size: 16px;
	color: #999999;
}

.column1LeftDl dd:hover .title,
.column1LeftDl dd:hover .timeBox .month {
	color: var(--themeColors);
}

/*  */
.column1Right {
	width: 380px;
	margin-left: 126px;
}

.column1RightDl {
	padding-top: 68px;
}

.column1RightDl dd {
	margin-bottom: 20px;
}

.column1RightDl dd .con {
	display: block;
	height: 108px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	transition: all .5s;
}

.column1RightDl dd .con:hover {
	transform: scale(1.02);
	box-shadow: 0 0 16px rgba(0, 0, 0, .05);
}

.column1RightDl dd .con .title {
	line-height: 28px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.column1RightDl dd .con .textC {
	line-height: 22px;
	font-size: 16px;
	color: #ffffff;
}

/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2 {
	padding-top: 74px;
	min-height: 602px;
	box-sizing: border-box;
	background: url(../test/index/column2Bg.jpg) no-repeat center center / 100%;
	overflow: hidden;
}

.column2Swiper {
	padding-top: 90px;
}

.column2Swiper .swiperCon {
	background: #fff;
	height: 214px;
	border-radius: 5px;
	padding: 0 30px;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.column2Swiper .swiperCon::before {
	position: absolute;
	display: block;
	content: '';
	width: 180px;
	height: 8px;
	background: url(../test/index/swiperConBorder.png) no-repeat center center / 100%;
	top: 0;
	left: 0;
	transition: all .5s;
}

.column2Swiper .swiperCon:hover::before {
	width: 200px;
}

.column2Swiper .swiperCon::after {
	position: absolute;
	display: block;
	content: '';
	width: 250px;
	height: 16px;
	background: url(../test/index/mh.png) no-repeat center center / 100%;
	bottom: 40px;
	right: 0;
	transition: all .5s;
}

.column2Swiper .swiperCon:hover::after {
	right: -50px;
}

.column2Swiper .swiperCon .time {
	line-height: 26px;
	font-size: 16px;
	font-family: 'pop';
	color: var(--themeColors);
	padding-top: 36px;
}

.column2Swiper .swiperCon .title {
	line-height: 28px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
}

.column2Title {
	width: 100%;
}

.column2Title .indexTitleBox {
	width: 860px;
	margin-right: 150px;
}

.column2btn {
	padding-top: 30px;
}

.column2btn .btn {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid var(--themeColors);
	margin-left: 50px;
	border-radius: 50%;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	color: var(--themeColors);
	transition: all .5s;
	font-size: 22px;
}

.column2btn .btn.column2btnPrev {
	margin-left: 0;
}

.column2btn .btn.column2btnPrev::before {
	display: inline-block;
	transform: rotate(180deg);
}

.column2btn .btn:hover {
	background: var(--themeColors);
	color: #fff;
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3 {
	padding-top: 140px;
	background: url(../test/index/column3Bg.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	min-height: 880px;
}

.column3Title {
	padding-top: 92px;
	margin-right: 164px;
}

.column3Title .title {
	writing-mode: vertical-rl;
	line-height: 80px;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 42px;
	padding-top: 24px;
	position: relative;
}

.column3Title .title::before {
	position: absolute;
	display: block;
	content: '';
	width: 80px;
	height: 80px;
	background: url(../test/index/indexTitleLogo.png) no-repeat center center / 100%;
	top: 0;
	left: 0;
}

.column3Title span:nth-child(1),
.column3Title span:nth-child(2) {
	color: var(--themeColors);
}

.column3Title .column3More a {
	writing-mode: vertical-rl;
	line-height: 80px;
	font-size: 18px;
	color: var(--themeColors);
	font-weight: bold;
}

.column3More a i {
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid var(--themeColors);
	border-radius: 50%;
	margin-left: 20px;
	position: relative;
	margin-bottom: 22px;
}

.column3More a i::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px dashed var(--themeColors);
	inset: 0;
	margin: auto;
	transform: scale(1.2);
	border-radius: 50%;
	left: 0px;
	top: -1px;
}

.column3More:hover a i::after {
	animation: indexMore 5s linear infinite;
}

@keyframes indexMore {
	0% {
		transform: rotate(0) scale(1.2);
	}

	100% {
		transform: rotate(360deg) scale(1.2);
	}
}

.column3DlBox {
	padding: 18px 0;
	box-sizing: border-box;
}

.column3Dl {
	margin-right: -46px;
}

.column3Dl dd {
	float: left;
	width: 25%;
}

.column3Dl dd .con {
	margin-right: 46px;
	background: #fff;
	min-height: 584px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 40px 18px;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	transition: all .5s;
	display: block;
}

.column3Dl dd .con .title {
	line-height: 40px;
	font-size: 22px;
	color: #ffffff;
	font-family: '宋体';
	writing-mode: vertical-rl;
}

.column3Dl dd .con .more {
	position: absolute;
	bottom: 52px;
	right: 22px;
	line-height: 32px;
	font-size: 18px;
	color: #ffffff;
	writing-mode: vertical-rl;
	opacity: 0;
	transition: all .5s;
}

.column3Dl dd .con .more i {
	display: inline-block;
	transform: rotate(90deg);
}

.column3Dl dd .con:hover .more {
	opacity: 1;
}

.column3Dl dd .con:hover {
	transform: scaleY(1.05);
}

/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4 .indexTitleBox {
	text-align: center;
	margin-bottom: 56px;
}

.column4 .indexTitleBox.center::before {
	left: -118px;
	right: 0;
	margin: auto;
}

.column4 .indexTitleBox .indexTitle {
	padding: 0;
	margin: 0;
}

.column4 .indexTitleBox .indexTitle::before {
	display: none;
}

.column4 {
	padding-top: 66px;
	background: url(../test/index/column4Bg.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.column4C {
	height: 620px;
	padding-left: 4.6875%;
	margin-bottom: 120px;
}

.column4CLeft {
	width: 66px;
	height: 620px;
	position: relative;
}

.column4CLeft::before {
	position: absolute;
	display: block;
	content: '';
	width: 18px;
	height: 320px;
	top: 248px;
	left: 0;
	background: url(../test/index/column4CLeftBg1.png) no-repeat center center / 100%;
	border-radius: 5px;
}

.column4CLeft::after {
	position: absolute;
	display: block;
	content: '';
	width: 18px;
	height: 320px;
	top: 20px;
	left: 30px;
	background: url(../test/index/column4CLeftBg2.png) no-repeat center center / 100%;
	border-radius: 5px;
}

.column4Center {
	width: 750px;
	height: 620px;
	background: #fff;
	border-radius: 20px 0 0 20px;
	box-sizing: border-box;
	padding: 50px;
}

.column4CenterTitle .title {
	line-height: 60px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.column4CenterTitleBtn .btn {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid var(--themeColors);
	margin-left: 50px;
	border-radius: 50%;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	color: var(--themeColors);
	transition: all .5s;
}

.column4CenterTitleBtn .btn.prev {
	margin-left: 0;
}

.column4CenterTitleBtn .btn.prev::before {
	display: inline-block;
	transform: rotate(180deg);
}

.column4CenterTitleBtn .btn:hover {
	background: var(--themeColors);
	color: #fff;
}

/*  */
.column4Swiper {
	overflow: hidden;
	width: 100%;
}

.column4Swiper .swiper-slide {
	background: #fff;
}

.column4CDl {
	padding-top: 40px;
}

.column4CDl dt {
	margin-bottom: 34px;
}

.column4CDl dt .pic {
	width: 200px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 30px;
}

.column4CDl dt .pic::before {
	padding-top: 67%;
}

.column4CDl dt .title {
	line-height: 26px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-top: 16px;
	margin-bottom: 28px;
}

.column4CDl dt .time {
	line-height: 18px;
	font-size: 18px;
	color: var(--themeColors);
	font-family: 'pop';
	font-weight: bold;
}

.column4CDl dd {
	margin-bottom: 34px;
}

.column4CDl dd .timeBox {
	width: 74px;
	text-align: center;
	padding: 2px 0;
	border-right: 1px solid #d1d1d1;
	margin-right: 20px;
	margin-top: 6px;
}

.column4CDl dd .timeBox .month {
	line-height: 20px;
	font-size: 18px;
	color: #666666;
	font-family: 'pop';
	font-weight: bold;
	transition: all .5s;
}

.column4CDl dd .timeBox .year {
	line-height: 20px;
	font-size: 16px;
	color: #999999;
	font-family: 'pop';
}

.column4CDl dd .title {
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	transition: all .5s;
}

.column4CDl dd .textC {
	line-height: 30px;
	font-size: 16px;
	color: #999999;
}

.column4CDl dd:hover .title,
.column4CDl dd:hover .timeBox .month {
	color: var(--themeColors);
}

/*  */
.column4CRight {
	background: url(../test/index/column4CRightBg.jpg) no-repeat center center;
	background-size: cover;
	height: 620px;
	padding: 0 4.6875%;
	padding-left: 40px;
}

.column4CRightDl {
	padding-top: 90px;
}

.column4CRightDl dd {
	width: 33.3333%;
	border-radius: 5px;
	min-height: 450px;
	padding-top: 114px;
	box-sizing: border-box;
	transition: all .5s;
}

.column4CRightDl dd:hover {
	padding-top: 74px;
	background: rgba(0, 0, 0, .1);
}

.column4CRightDl dd .icon {
	width: 132px;
	height: 132px;
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}

.column4CRightDl dd .icon .num {
	position: absolute;
	line-height: 36px;
	font-size: 26px;
	color: rgba(255, 255, 255, 0.3);
	top: 0;
	left: 10px;
}

.column4CRightDl dd .title {
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding-top: 14px;
	text-align: center;
}

.column4CRightDl dd .title1 {
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	opacity: .2;
	text-align: center;
	margin-bottom: 22px;
}

.column4CRightDl dd .icn {
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-left: 20px;
	position: relative;
	color: #fff;
	margin: auto;
	opacity: 0;
	transition: all .5s;
}

.column4CRightDl dd:hover .icn {
	opacity: 1;
}

.column4CRightDl dd .icn::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px dashed #fff;
	inset: 0;
	margin: auto;
	transform: scale(1.2);
	border-radius: 50%;
	left: -1px;
	animation: indexMore 5s linear infinite;
}

@keyframes indexMore {
	0% {
		transform: rotate(0) scale(1.2);
	}

	100% {
		transform: rotate(360deg) scale(1.2);
	}
}

/*  */
.column4B .indexTitle .title {
	color: #fff;
	text-align: left;
}

.column4B .indexTitle .title1 {
	color: #dadfeb;
}

.column4B .column2btn {
	padding-top: 0;
}

.column4B .indxMore {
	padding-top: 30px;
}

.column4B .indxMore a {
	color: #fff;
}

.column4B .indxMore a i,
.column4B .indxMore a i::after {
	border-color: #fff;
}

.column4B .column2Title {
	width: unset;
}

.column4B .column2btn .btn {
	border-color: #fff;
	color: #fff;
}

.column4B .column2btn .btn:hover {
	background: #fff;
	color: var(--themeColors);
}

.column4B .indexTitleBox::after {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 3px;
	top: -3px;
	left: -12px;
	background: #ee9640;
	transition: all .5s;
}

.column4B .indexTitleBox.on::after {
	width: 345px;
}

/*  */
.column4BSwiper {
	overflow: hidden;
	margin-bottom: 122px;
}

.column4BSwiperDl {
	background: #fff;
}

.column4BSwiperDl dd {
	width: 50%;
}

.column4BSwiperDl dd.dd1,
.column4BSwiperDl dd.dd2,
.column4BSwiperDl dd.dd5,
.column4BSwiperDl dd.dd6 {
	width: 25%;
}

.column4BSwiperDl dd .pic::before {
	padding-top: 50%;
}

.column4BSwiperDl dd .pic::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 282px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}

.column4BSwiperDl dd.dd1 .pic::before,
.column4BSwiperDl dd.dd2 .pic::before,
.column4BSwiperDl dd.dd5 .pic::before,
.column4BSwiperDl dd.dd6 .pic::before {
	padding-top: 100%;
}

.column4BSwiperDl dd .pic .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 30px;
	padding-bottom: 25px;
	z-index: 6;
}

.column4BSwiperDl dd .pic .text::before {
	position: absolute;
	display: block;
	content: '';
	width: 60px;
	height: 7px;
	background: #47d800;
	left: 30px;
	bottom: 0;
}

.column4BSwiperDl dd.dd3 .pic .text::before,
.column4BSwiperDl dd.dd4 .pic .text::before {
	background: #ee9640;
}

.column4BSwiperDl dd .pic .text .time {
	line-height: 20px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.4);
}

.column4BSwiperDl dd .pic .text .title {
	line-height: 25px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 22px;
}

.column4BSwiperDl dd .pic .text .title1 {
	line-height: 20px;
	font-size: 16px;
	color: #fff;
}

.column4Swiper1 {
	overflow: hidden;
	position: relative;
}

.column4Swiper1 .icn {
	width: 134px;
	height: 134px;
	background: #f7f9fb;
	border-radius: 50%;
	position: relative;
	margin: auto;
	margin-bottom: 26px;
}

.column4Swiper1 .icn::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../test/index/column4Swiper1Icn.png) no-repeat center center / 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all .5s;
}

.column4Swiper1 .swiper-slide:hover .icn::before {
	opacity: 1;
}

.column4Swiper1 .icn i {
	display: block;
	position: relative;
	z-index: 6;
	text-align: center;
	line-height: 134px;
	color: var(--themeColors);
	font-size: 50px;
	transition: all .5s;
}

.column4Swiper1 .swiper-slide:hover .icn i {
	color: #fff;
}

.column4Swiper1 .title {
	line-height: 32px;
	font-size: 22px;
	color: #333333;
	text-align: center;
}

.col4pagination {
	text-align: center;
	padding-top: 52px;
}

.col4pagination span {
	width: 38px;
	height: 6px;
	border-radius: 6px;
	background: #e2e2e2;
	opacity: 1;
	transition: all .5s;
}

.col4pagination span.swiper-pagination-bullet-active {
	background: var(--themeColors);
}
/* ————— 第4通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */