﻿
/* ========== 主体框架 start ========== */
.indexScroll1Box {
	position: relative;
	width: 100%;
	height: auto;
	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: relative;
	left: 0%;
	top: 0;
	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: 0;
}
.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;	background: #fff;
}

.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 {
	height: auto;
}
.top2.on {
	top: 0;
}

.top2 .con1 {
	background: var(--themeColors);
}
/* logo start */
.top2 .con1 .text {
	line-height: 36px;
	font-size: 14px;
	color: #fff;
}


.top .con{display: flex;
    justify-content: space-between;
    align-items: center;}
.top .con .clear{display: none;}
.top .topR{width: 65%;}
.zqxx{text-align:right;font-size: 28px;letter-spacing: 5px;font-weight: 100;padding-right: 5px;}

.logo {
	width: 362px;
	position: relative;
	z-index: 6;
	margin: 15px 0;
}

.logo img {
	width: 100%;
	
}
.top2 .logo img {
		display: block;
}


.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(../image/videoPopClose.png) no-repeat center center;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
	background: url(../image/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: 36px;
	font-size: 14px;
	color: #ffffff;
	opacity:1;
	padding: 0 10px;
	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(../image/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: 36px;
	line-height: 36px;
	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(../image/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('../image/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 */
.topRB{background:#2062d1}
.menuDl {
	position: relative;
	z-index: 10;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	float: none!important;
	display: flex!important;
}
.top2 .menuDl {
	height: 96px;
}
.menuDl::after {
	display: block;
	content: "";
	clear: both;
}

.menuDl dd {
	float: left;
	font-size: 16px;
	width: auto !important;
	text-align: center;
	position: relative;
	line-height: 50px;
	flex: 0 0 calc(100% / 7);
	border-left: 1px solid rgba(255,255,255,0.1);
	box-sizing: border-box;
}
.menuDl dd:nth-child(1){border:none;}
.top2 .menuDl dd {line-height: 96px}

.menuDl dd a.shuidi {
	display: block;
	color: #fff;
	transition: .5s;
	height: 100%;
	font-size: 15px;
	position: relative;
	padding: 0 15px;
	font-weight: normal;
}

.menuDl dd a.shuidi::before {
	position: absolute;
	display: block;
	content: '';
	width: 80%;
	height: 3px;
	background: #e60314;
	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: 14px;
	text-align: center;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.menuDl dd .ej li a {
	padding: 8px 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;
	height: 240px!important;
}

.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: .5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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%;
	height: 260px!important;
	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;
	transition: all 1.5s ease;
	transform: scale(1.05);
	display: block;
	animation: banner 14s linear infinite;
	animation-play-state: paused;
}
.indexBanner .mySlide.slick-active .bg {
	animation-play-state: running;
}
.indexBanner .mySlide .txt{
	position:absolute;
	left: 50%!important;
	top: 53%!important;
	-webkit-transform: translate(-50%,-50%)!important;
	-ms-transform: translate(-50%,-50%)!important;
	transform: translate(-50%,-50%)!important;
	z-index: 2;
	text-align: left;
	color: #fff;
	width: 94%;
	max-width: 1200px;
}
.indexBanner .mySlide .txt .title{
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-size: 22px;
	font-weight:300;
}
.indexBanner .mySlide .txt .subtitle{
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-size: 15px;
	font-weight:300;
	letter-spacing: 5px;
	/* padding-left: 10px; */
	margin-top: 10px;
}
.indexBanner .mySlide.slick-active .txt .title{
	transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.indexBanner .mySlide.slick-active .txt .subtitle{
	transform: translateY(0px);
    -webkit-transform: translateY(0px);
	transition-delay: 0.5s;
    -webkit-transition-delay: .5s;
}




@keyframes banner {
	0% {transform: scale(1);}
	50% {transform: scale(1);}
	100% {transform: scale(1);}
}

.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(../image/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)!important;
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer {
	background: url(../image/FOOTERbG.jpg) no-repeat center center;
	background-size: cover;
}

.footerT {
	padding: 28px 0;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	position: relative;
}

.footerTL .logo {
	width: 392px;
	z-index: 1;
}

.footerTL .logo img {
	width: 100%;
	margin-top: 0;
}

.footerTR {
	padding-top: 14px;
}

.footerTR .imgText {
	padding-top: 14px;
	margin-right: 40px;
	max-width: 300px;
}

.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: 25px;
}

.footerCL {
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
}

.footerCL span {
	padding-right: 20px;
}

.footerCL a {
	color: #fff!important;
	transition: all .5s;
	padding-right: 20px;
	text-align: justify;
}

.footerCL a.a:hover {
	color: #fff;
}

.telBox {
	padding-top: 24px;
	margin-bottom: 14px;
	width: 900px;
}
.sydw{}
.sydw a{
    padding: 0;
}
.sydw img{float:left;}
.telBox .tel .title {
	line-height: 34px;
	font-size: 14px;
	color: #fff;
}

.telBox .tel .title .w20 {
	display: inline-block;
	width: 20px;
}

.telBox .tel .title span {
	font-size: 14px;
	font-family: 'arial';
	font-weight: normal;
}

.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(../image/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: 14px;
	color: #fff;
	padding-top: 12px;
	text-align: center;
}

/* 底部版权start   */
.friendCopyRight {
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	font-size: 12px;
	color: #fff;
	transition: all .5s;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.friendCopyRight .conL {
	float: left;
	display: inline;
	opacity: 0.8;
}

.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;
	opacity: 0.8;
}

.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(../image/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(../image/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(../image/home.png);
	padding-left: 0;
	margin-right: 0;
}
.newsLoc .location a.home {
	background-image: url(../image/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(../image/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(../image/firstPage.png)}
.page a.prevPage div{background-image:url(../image/prevPage.png)}
.page a.nextPage div{background-image:url(../image/nextPage.png);position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
.page a.lastPage div{background-image:url(../image/lastPage.png);position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
.page a.firstPage:hover div{background-image:url(../image/firstPageh.png)}
.page a.prevPage:hover div{background-image:url(../image/prevPageh.png)}
.page a.nextPage:hover div{background-image:url(../image/nextPageh.png)}
.page a.lastPage:hover div{background-image:url(../image/lastPageh.png)}
.page a.nextPage.disabled{background:#E2E2E2}
.page a.lastPage.disabled{background:#E2E2E2}
.page a.firstPage.disabled div{background-image:url(../image/firstPage.png);position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
.page a.prevPage.disabled div{background-image:url(../image/prevPage.png);position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
.page a.nextPage.disabled div{background-image:url(../image/nextPage.png)}
.page a.lastPage.disabled div{background-image:url(../image/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: 0;
	position: relative;
}



.indexTitle {
	position: relative;
	height: auto;
	z-index: 2;
	/* padding-right: 20px; */
	/* margin-right: 20px; */
}



.indexTitle.no::before {
	display: none;
}

.indexTitle .title {
	line-height: 42px;
	font-size: 14px;
	font-weight: normal;
	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: auto;
	padding-right: 40px;
}

.indxMore a {
	line-height: 42px;
	font-size: 14px;
	color: var(--themeColors);
	font-weight: bold;
	margin-left: 20px;
}

.indxMore a i {
	text-align: center;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid var(--themeColors);
	border-radius: 50%;
	margin-left: 10px;
	position: relative;
	font-size: 14px;
}

.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: #fff;
	background-size: cover;
	min-height: auto;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
}

.column1 .indexTitleBox {
	padding-right: 8px;
}

.column1Left {
	
}

.column1LeftMain {
	padding-top: 40px;
}

.column1LeftSlick {
	width: 55%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
}

.column1LeftSlick .pic::before {
	padding-top: 66.6667%;
}

.column1LeftSlick .slick-dots {
	position: absolute;
	bottom: 23px;
	right: 20px;
	z-index: 6;
}

.column1LeftSlick .slick-dots li {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	margin: 0px 2px;
	opacity: .5;
	transition: all .5s;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
}

.column1LeftSlick .slick-dots li.slick-active {
	width: 15px;
	border-radius: 10px;
	opacity: 1;
}

.column1LeftSlickTitle {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	padding-right: 150px;
	padding-left: 20px;
	box-sizing: border-box;
	z-index: 1;
	display: flex;
	align-items: center;
}

.column1LeftSlickTitle .title {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.column1LeftSlickTitle .textC {
	line-height: 32px;
	font-size: 16px;
	color: #fff;
}

/*  */
.column1LeftDl {
	padding-top: 0;
}

.column1LeftDl dd {
	margin-bottom: 30px;
}

.column1LeftDl dd .timeBox {
	width: 74px;
	text-align: center;
	padding: 2px 0;
	border-right: 1px solid #d1d1d1;
	margin-right: 15px;
	margin-top: 6px;
}

.column1LeftDl dd .timeBox .month {
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	font-family: 'pop';
	font-weight: bold;
	transition: all .5s;
}

.column1LeftDl dd .timeBox .year {
	line-height: 20px;
	font-size: 14px;
	color: #999999;
	font-family: 'pop';
}

.column1LeftDl dd .title {
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	transition: all .5s;
}

.column1LeftDl dd .textC {
	line-height: 24px;
	font-size: 14px;
	color: #999999;
}

.column1LeftDl dd:hover .title,
.column1LeftDl dd:hover .timeBox .month {
	color: var(--themeColors);
}

/*  */
.column1Right {
	width: 280px;
	margin-left: 40px;
}

.column1RightDl {
	padding-top: 40px;
}

.column1RightDl dd {
	margin-bottom: 10px;
}

.column1RightDl dd .con {
	display: block;
	height: 75px;
	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: 22px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.column1RightDl dd .con .textC {
	line-height: 20px;
	font-size: 14px;
	color: #ffffff;
	margin-top: 5px;
}

/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2 {
	padding-top: 50px;
	min-height: auto;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
	padding-bottom: 50px;
}

.column2Swiper {
	padding-top: 40px;
	overflow: hidden;
}

.column2Swiper .swiperCon {
	background: #f7f7f7;
	height: 200px;
	border-radius: 5px;
	padding: 0 20px;
	box-sizing: border-box;
	display: block;
	position: relative;
	overflow: hidden;
}

.column2Swiper .swiperCon::before {
	position: absolute;
	display: block;
	content: '';
	width: 180px;
	height: 8px;
	background: url(../image/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(../image/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: 20px;
	font-size: 14px;
	font-family: 'pop';
	color: var(--themeColors);
	padding-top: 30px;
}

.column2Swiper .swiperCon .title {
	line-height: 28px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
	-webkit-line-clamp: 2 !important;
}

.column2Title {
	width: 100%;
}

.column2Title .indexTitleBox {
	width:75%;
	margin-right: 0px;
}

.column2btn {
	padding-top: 0;
}

.column2btn .btn {
	float: left;
	width: 38px;
	height: 38px;
	border: 1px solid var(--themeColors);
	margin-left: 20px;
	border-radius: 50%;
	cursor: pointer;
	line-height: 38px;
	text-align: center;
	color: var(--themeColors);
	transition: all .5s;
	font-size: 14px;
}

.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(../image/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(https://www.zqswjgxx.cn/template/default/image/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: 20px;
	padding-top: 0;
}

.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: 50px;
	background: url(../image/zsjy.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 50px;
}

.column4C {
	height: auto;
	width: 94%;
	max-width: 1200px;
	margin-bottom: 120px;
	margin: 0 auto;
}


@media (min-width:1366px) and (max-width: 1400px){
	
	.column4C{
		padding-left: 5.6875%;
		}
	.telBox{width: initial;}
	
}



.column4CLeft {
	width: 66px;
	height: 620px;
	position: relative;
}

.column4CLeft::before {
	position: absolute;
	display: block;
	content: '';
	width: 18px;
	height: 320px;
	top: 248px;
	left: 0;
	background: url(../image/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(../image/column4CLeftBg2.png) no-repeat center center / 100%;
	border-radius: 5px;
}

.column4Center {
	width: 50%;
	height: 480px;
	background: #fff;
	border-radius: 20px 0 0 20px;
	box-sizing: border-box;
	padding: 30px 50px 30px;
	overflow: hidden;
}

.column4CenterTitle .title {
	line-height: 42px;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}

.column4CenterTitleBtn .btn {
	float: left;
	width: 38px;
	height: 38px;
	border: 1px solid var(--themeColors);
	margin-left: 20px;
	border-radius: 50%;
	cursor: pointer;
	line-height: 38px;
	text-align: center;
	color: var(--themeColors);
	transition: all .5s;
	font-size: 14px;
}

.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: 20px;
}

.column4CDl dt {
	margin-bottom: 20px;
}

.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: 14px;
	color: #333333;
	font-weight: bold;
	padding-top: 16px;
	margin-bottom: 28px;
}

.column4CDl dt .time {
	line-height: 18px;
	font-size: 16px;
	color: var(--themeColors);
	font-family: 'pop';
	font-weight: bold;
}

.column4CDl dd {
	margin-bottom: 18px;
}

.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: 16px;
	color: #666666;
	font-family: 'pop';
	font-weight: bold;
	transition: all .5s;
}

.column4CDl dd .timeBox .year {
	line-height: 20px;
	font-size: 14px;
	color: #999999;
	font-family: 'pop';
}

.column4CDl dd .title {
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	transition: all .5s;
}

.column4CDl dd .textC {
	line-height: 22px;
	font-size: 14px;
	color: #999999;
}

.column4CDl dd:hover .title,
.column4CDl dd:hover .timeBox .month {
	color: var(--themeColors);
}

/*  */
.column4CRight {
	background: url(../image/column4CRightBg.jpg) no-repeat center center;
	background-size: cover;
	height: 480px;
	padding: 0 20px;
	overflow: hidden;
	border-radius: 0 20px 20px 0;
}

.column4CRightDl {
	padding-top: 90px;
}

.column4CRightDl dd {
	width: 33.3333%;
	border-radius: 5px;
	min-height: 450px;
	padding-top: 80px;
	box-sizing: border-box;
	transition: all .5s;
}

.column4CRightDl dd:hover {
	padding-top: 74px;
	background: rgba(0, 0, 0, .1);
}

.column4CRightDl dd .icon {
	width: 100px;
	height: 100px;
	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: 20px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.3);
	top: 0;
	left: 10px;
}

.column4CRightDl dd .title {
	line-height: 40px;
	font-size: 15px;
	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;
}

.xywh{display:flex;justify-content: space-between;flex-wrap: wrap;}
.xywh li{flex:0 0 calc((100% / 6) - 20px)}
.xywh a{display:block}
.xywh .img{border-radius:50%;width: 120px;height: 120px;margin: 0 auto 20px;position: relative;background: #f5f5f5;}
.xywh .img img{width: 100%;height:100%;object-fit: cover;transition:all .5s ease;left: 50%!important;top: 50%!important;-webkit-transform: translate(-50%,-50%)!important;-ms-transform: translate(-50%,-50%)!important;transform: translate(-50%,-50%)!important;position: absolute;max-width: 50px;max-height: 50px;}
.xywh .title{font-size: 18px;text-align: center;color: #333;}
.xywh li:hover .img{background: url(../image/column4Swiper1Icn.png) no-repeat center center / 100%;}
.xywh li:hover .img img{filter: grayscale(1) brightness(10);}

.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 ========== */


@media only screen and (max-width: 1200px){
    .logo {	width: 260px;	position: relative;	z-index: 6;}
	.menuDl dd a.shuidi{font-size:15px;padding: 0 10px!important;}
	.menuDl dd{line-height:36px;}
	.topRTop dd a{padding:0 6px}
}

.MobileMain{position:-webkit-sticky;position:sticky;top:0;left:0;z-index:99;width:100%;background:#fff;display:none}
.HeaderMobile{-webkit-box-shadow:0px 01px 0px 1px #f5f5f5;box-shadow:0px 01px 0px 1px #f5f5f5}
.HeaderMobile .box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding: 10px;}
.HeaderMobile .box .logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.HeaderMobile .box .logo a{display:block}
.HeaderMobile .box .logo a img{height:40px;margin: 0;float: left;}
.HeaderMobile .box .button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.HeaderMobile .box .button .search p svg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.HeaderMobile .box .button .search .Close{display:none}
.HeaderMobile .box .button .search .active .Show{display:none}
.HeaderMobile .box .button .search .active .Close{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.HeaderMobile .box .button .word{font-size:14px;font-weight:bold}
.HeaderMobile .box .button .word a{color:#206231;text-decoration:none}
.HeaderMobile .box .button .word a svg{display:inline-block;vertical-align:sub;animation:CallUp 0.5s ease 0s infinite;-webkit-animation:CallUp 0.5s ease 0s infinite;-moz-animation:CallUp 0.5s ease 0s infinite;-o-animation:CallUp 0.5s ease 0s infinite}
.HeaderMobile .box .button .word a img{position:relative}
.HeaderMobile .box .button .call a{color:#000;font-size:16px}
.HeaderMobile .box .button .Lanuage{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;margin-left:50px}
.HeaderMobile .box .button .Lanuage p{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;border:1px solid #999;padding:7px 8px;border-radius:15px;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s}
.HeaderMobile .box .button .Lanuage p a{color:#999;font-size:14px;display:inline-block;line-height:16px;text-decoration:none;padding:0 7px;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s}
.HeaderMobile .box .button .Lanuage p a:not(:last-child){border-right:1px solid #999}
.HeaderMobile .box .button .Lanuage p a:hover{color:#206231}
.HeaderMobile .box .button .search{margin-right:.5rem;display:none}
.HeaderMobile .box .button .menu{margin-left:.5rem}
.HeaderMobile .box .button .menu .menu_btn p{position:relative}
.HeaderMobile .box .button .menu .menu_btn p span{display:block;width:30px;height:2px;background:#073190;margin:8px 0}
.HeaderMobile .box .button .menu .menu_btn p span:nth-child(1){-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s}
.HeaderMobile .box .button .menu .menu_btn p span:nth-child(2){opacity:0}
.HeaderMobile .box .button .menu .menu_btn p span:nth-child(3){-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s}
.HeaderMobile .box .button .menu .menu_btn p::before{content:'';position:absolute;top:0;width:100%;height:2px;background:#073190;top:50%;margin-top:-1px;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s}
.HeaderMobile .box .button .menu .menu_btn p::after{content:'';position:absolute;top:0;width:100%;height:2px;background:#073190;top:50%;margin-top:-1px;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s}
.HeaderMobile .box .button .menu .menu_btn.active p span{opacity:0}
.HeaderMobile .box .button .menu .menu_btn.active p::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.HeaderMobile .box .button .menu .menu_btn.active p::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.MobileNav{position:absolute;width:100%;height:-webkit-calc(100vh - 58px);height:calc(100vh - 58px);background:#fff;z-index:3;display:none}
.MobileNav .box{margin:0 5vw;padding:30px 0;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}
.MobileNav .box .box_scroll{overflow:scroll;height:100%;-ms-scroll-chaining:none;overscroll-behavior:contain}
.MobileNav .box .box_scroll::-webkit-scrollbar{display:none}
.MobileNav .box .item>p{border-bottom:1px solid rgba(0,0,0,0.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}
.MobileNav .box .active p{pointer-events:auto}
.MobileNav .box .item>p a{display:block;font-size:22px;line-height:76px;color:#000;text-decoration:none;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.MobileNav .box .item>p span{width:22px;height:76px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:2;right:0}
.MobileNav .box .item>p i{display:block;width:22px;height:1px;background:#999;position:relative}
.MobileNav .box .item>p i::after{position:absolute;top:0;left:0;content:'';width:100%;height:100%;background:#999;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s}
.MobileNav .box .item>p .active i::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.MobileNav .box .item ul{display:none;padding:16px 24px;list-style:none;border-bottom:1px solid rgba(255,255,255,0.2)}
.MobileNav .box .item:last-child p{}
.MobileNav .box .item ul li a{display:block;font-size:20px;color:#000;line-height:54px;opacity:0.8;text-decoration:none}
@media screen and (max-width:900px){
	.top{display:none}
	.lpk_phone{display:block}
	.MobileMain{display:block}
	.logo{margin:0;}
	.topRB{display:none}
}
@media screen and (max-width:768px){
	.MobileNav .box .item>p a{font-size:16px;line-height:50px}
	.MobileNav .box .item>p span{width:15px;height:50px}
	.MobileNav .box .item>p font{display:inline-block;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);position:relative;right:-2px}
	.MobileNav .box .item ul li a{font-size:14px;line-height:36px}
	.MobileNav .box .item ul{padding:16px 20px}
	
	.indexBanner,.indexBanner .mySlide{height: 140px!important;}
	.indexBanner .slick-dots{display: none!important;}
	.indexBanner .mySlide .txt .title{font-size:20px}
	.indexBanner .mySlide .txt .subtitle{font-size:14px}
	.indexScroll1Box{position:relative}
	.indexScroll1Box.hide{transform: translateY(-0%);-webkit-transform: translateY(-0%);}
	.indexScroll2Box{position:relative;padding: 0;}
	.column1{padding:20px 0}
	.column1RightDl{padding:0;}
	.column1RightDl dd .con{padding:0 20px}
	.column1RightDl dd .con .title{font-size: 15px;}
	.column2{padding: 20px 0;background-size: cover;/* display: none; */}
	.column2Title .indexTitleBox{width:100%;}
	.column2btn{display:none!important;}
	.column2Swiper{padding-top:20px;}
	.column4CRightDl{padding-top:20px;}
	.column4CRightDl dd{min-height:auto;padding: 0;}

	.footerTL .logo{width:260px;}
	.goTop{margin: 20px 0 0 auto;float: right!important;position: absolute;top: 0;right: 15px;}
	.footerCRwm{margin-left:0;padding: 0;}
	.footerCRwm .con .img{width:80px;height:80px;}
	.footerCL,.footerCR{width:100%;}
	.footerCL{margin-top:20px;float: left;line-height: 1.7;font-size: 14px;border-top: 1px solid rgba(255,255,255,0.1);padding-top: 15px;}
	.telBox{width:100%;}
	.friendCopyRight{line-height:24px;height:auto;padding:20px 0}
	.friendCopyRight .conR{float: left;margin-top:5px;}
	.footerCRwm .con{margin:0 10px 0 0}
	.footerCRwm .con .title{font-size:14px;}
	.telBox .tel .title .w20{width:5px;}
	.telBox .tel .title{font-size:14px;line-height:1.6;margin-bottom: 10px;}
	.h80{height:40px;}

	.xywh li{flex:0 0 calc((100% / 3) - 20px);margin: 0 10px 20px;}
	.xywh .img img{max-width: 30px;max-height: 30px;}
	.xywh .img{width:80px;height:80px;margin-bottom: 10px;background: rgba(255,255,255,0.85);}
	.xywh .title{font-size:15px;}
	.indexTitleBox{padding-top:0}
	.indxMore a i,.column4CRightDl dd .icn{display:none}
	.column4CRightDl dd:hover{padding:0}

	.column4CenterTitleBtn .btn{width:40px;height:40px;margin-left:20px;line-height:40px;}
	.column4CenterTitle .title{font-size: 15px;}
	.column4CDl dd .title{font-size: 14px;}
	.column4CDl dt .title{font-size: 14px;margin-bottom:15px}
	.column4CDl dt .time{font-size: 13px;}
	.column4CDl dt .pic{width:40%;margin-right: 20px;}
	.column1LeftDl dd .title{font-size: 14px;}
}