﻿
/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.top {
	background: url(../image/topBg.png) center top no-repeat;
	background-size: 100%;
	height: 102px;
	position: fixed;
	width: 100%;
	z-index: 999;
	min-width: 1440px;
	top: 0;
}

/* logo start */
.logo {
	background: url(../image/topLogoBg.png) center center no-repeat;
	background-size: 100%;
	width: 444px;
	height: 138px;
	margin-left: -94px;
}

.logo img {
    width: 187px;
    display: block;
    margin-left: 102px;
    margin-top: 20px;
}

/* 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 */

.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 {
	margin: 0 40px;
	margin-top: 25px;
	width: 40px;
	height: 40px;
	background: url(../image/ss.png) no-repeat center right;
	cursor: pointer;
	border-radius: 40px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.topSearch:hover {
	background: url(../image/ss.png) no-repeat center center;
	box-shadow: 0 0px 7px rgba(0,0,0,0.1);
}
.quanjing {
	margin-right: 50px;
	margin-top: 36px;
	display: block;
}
.topPhone {
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	font-family: 'HM';
	margin-right: -190px;
	background: var(--themeColors);
	border-radius: 40px;
	padding: 0 20px;
	margin-top: 30px;
}
.topPhone i {
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url(../image/topPhoneIcon.png) center center no-repeat;
	background-size: 100%;
	margin-right: 10px;
	vertical-align: middle;
}

.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: 60px;
	text-align: center;
	font-family: 'pf';
	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: var(--themeColors) 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 */

.menuDl {
	margin-right: 26px;
	position: relative;
}
.menuDl::before {
	position: absolute;
	display: block;
	content: '';
	right: -26px;
	top: 50%;
	margin-top: -7.5px;
	width: 1px;
	height: 15px;
	background: #f7c588;
}


.menuDl dd {
	float: left;
	display: inline;
	position: relative;
}

.menuDl dd .yj {
	position: relative;
	z-index: 9;
	padding: 0 32px;
	transition: all .5s;
	-webkit-transition: all .5s;
	background: transparent;
	background-position: center center;
}

.menuDl dd .yj a {
	display: block;
	line-height: 90px;
	text-align: center;
	color: var(--themeColors);
	font-size: 16px;
	font-weight: bold;
	transition: 0.4s;
}

.menuDl dd.hover .yj a,
.menuDl dd .yj a:hover {
	color: #fff;
}
.menuDl dd.hover .yj {
	background: url(../image/topMenuBg.png) center center no-repeat;
	background-size: 100% 35px;
}

.menuDl dd:nth-child(4) .ej::before {
	position: absolute;
	display: block;
	content: '';
	background: #fff;
	top: -16px;
    right: 0;
    width: 100%;
    height: 20px;
}
.menuDl dd .ej {
	position: absolute;
	top: 100%;
	left: -23px;
	right: -23px;
	background: rgba(255,255,255);
	display: none;
	padding: 0px 0 10px;
	z-index: 3;
	border-radius: 0 0 12px 12px;
	box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 5%);
}
.menuDl dd.aaa5 .ej {top: 90% !important;}

.menuDl dd .ej li {
	font-size: 14px;
	text-align: center;
	position: relative;
}

.menuDl dd .ej li span a {
	padding: 12px 0;
	line-height: 25px;
	display: block;
	font-size: 14px;
	color: #333;
	margin-bottom: 1px;
}

.menuDl dd .ej li:hover span a {
	color: #fff;
	background: var(--themeColors);
}

.menuDl dd .ej li.hover span a {
	color: #fff;
	background: var(--themeColors);
}

.menuDl dd .sj {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.42);
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.menuDl dd .sj a {
	display: block;
	padding: 12px 0;
	line-height: 25px;
	color: #fff;
}

.menuDl dd .sj a:hover {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .sj a.hover {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .ej li:hover .sj {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.menuBox .menuIcon div{
	background: url(http://ysylxz.com/subsiteSrc/cnPc/images/topIcon.png) center 60px  no-repeat !important;
	position: relative;
}
/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;}
.indexBanner::before{content: '';display: block;padding-top: 38.5417%;}
.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 .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);}
.indexBanner .mySlide a{display: block;height: 100%;width: 100%;}
.indexBanner .slick-dots{position: absolute;bottom: 55px;left: 0;width: 100%;padding-left: 180px;}
.indexBanner .slick-dots li {
	display: inline-block;
	width: 44px;
	height: 44px;
	margin: 0 7px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
}
.indexBanner .slick-dots li .dot {
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 50%;
	margin: auto;
	margin-top: 10px;
}
.indexBanner .slick-dots li .num {
	opacity: 0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	position: absolute;
	inset: 0;
	top: -6px;
	margin: auto;
}
.indexBanner .slick-dots li.slick-active .num {opacity: 1;}
.indexBanner .slick-dots li.slick-active .dot,
.indexBanner .slick-dots li svg {
	display: none;
}
.indexBanner .slick-dots li svg .progress {
	stroke-dashoffset: 190;
	animation: progress-ring 5s linear;
	animation-play-state: paused;
}
.indexBanner .slick-dots li svg .progress1 {opacity: .5;}
.indexBanner .slick-dots li.slick-active svg {display: block;position: relative;top: -5px;}
.indexBanner .slick-dots li.slick-active svg .progress {animation-play-state: running;}

.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: 1200px;position: absolute;left: 29%; top:35%;transform: translate(-50%,-50%); font-size: 0;}
.indexBanner .img .imgItem img{overflow: hidden; display: inline-block; visibility: hidden;}
.indexBanner .img .imgItem img.show{visibility: visible;}
.indexBanner .mySlide.on .bg{transform: scale(1);}
.indexBanner .img .imgItem img:nth-child(1) {
	position: relative !important;
    top: 50px;
    left: 115px;
}
.indexBanner .img .imgItem img:nth-child(3) {
	position: relative !important;
    top: 30px;
}
.indexBanner .img .imgItem img:nth-child(4) {
	margin-left: -65px;
}
@keyframes progress-ring {
    0% {
      stroke-dashoffset: 190;
    }
    50% {
      stroke-dashoffset: 65;
    }
	100% {
		stroke-dashoffset: 65;
	}
  }
/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 底部中间start   */
.footer {
	position: relative;
}
.footerCenter {
	overflow: hidden;
	background: #ea5514;
	padding-top: 60px;
	padding-bottom: 38px;
}
.footerLeft {
	float: left;
}
.footerLeft .info {
	height: 54px;
	display: flex;
	align-items: center;
	margin-bottom: 36px;
}
.footerCenter .djqLink {
	margin-top: 32px;
	display: inline-block;
	padding: 0 40px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 45px;
	margin-left: 30px;
	text-align: center;
	transition: all .5s;
}
.footerCenter .djqLink:hover {
	background: rgba(255, 255, 255, 0.4);
}
.footerCenter .djqLink img {vertical-align: middle;}
.footerLeft .site {
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
.footerRight {
	float: right;
}
.footerRight .ewm {
	line-height: 34px;
	height: 34px;
	margin-top: 10px;
	font-size: 15px;
	color: #ffffff;
	overflow: hidden;
}
.footerRight .ewm .title {
	margin-right: 4px;
}
.footerRight .ewm .icon {
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, .1);
	border-radius: 32px;
	margin: 0 10px;
	text-align: center;
	cursor: pointer;
}
.footerRight .ewm .icon img {
	display: inline-block;
}

.footerRight .link {
	position: relative;
	width: 320px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, .20);
	transition: all .5s;
	-webkit-transition: all .5s;
	margin-top: 40px;
	z-index: 666;
}
.footerRight .linkTitle {
	height: 60px;
	font-size: 14px;
	color: #fff;
	position: relative;
	padding: 0 30px;
	box-sizing: border-box;
	line-height: 60px;
}
.footerRight .linkTitle::after {
	position: absolute;
	display: block;
	content: '';
	width: 14px;
	height: 8px;
	background: url(http://ysylxz.com/subsiteSrc/cnPc/images/xl.png) center center no-repeat;
	background-size: 100%;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}
.footerRight .link ul {
	width: 101%;
	box-sizing: border-box;
	position: absolute;
	top: -145px;
	left: -1px;
	text-align: center;
	line-height: 40px;
	border-top: none;
	display: none;
	background: url(http://ysylxz.com/subsiteSrc/cnPc/test/footerBg.jpg) center center no-repeat;
	background-size: cover;
	z-index: 6;
	background: #ef8c12;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 0 0 20px 20px;
}
.footerRight .link ul a {
	font-size: 15px;
	color: #fff;
}
.footerRight .link:hover {
	border-radius: 20px 20px 0 0;
}
.footerRight .link ul a:hover {
	color: #c9c9c9;
}
.footerewmBox {
	position: absolute;
	top:-62px;
	right: 12%;
}
.footerewmBox .item {
	width: 120px;
	height: 120px;
	margin-left: 10px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 5%);
	opacity: 0;
	transition: all .5s;
	position: absolute;
	right: 0;
}
.footerewmBox .item img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight{ height: 50px; line-height: 50px; overflow: hidden; font-size: 14px; color: rgba(255, 255, 255, .6);background: #e8652c;}
.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: rgba(255, 255, 255, .6); margin-right: 20px;}
.friendCopyRight .conL a:hover{ color: #fff;}
.friendCopyRight .conR{ float: right; display: inline;}
.friendCopyRight .conR a{color: rgba(255, 255, 255, .6); }
.friendCopyRight .conR a:hover{ color: #fff;}
/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBannerBox {position: relative;height: 590px;background: #fff;}
.subBanner{position: relative;overflow: hidden;width: 100%;z-index: 6;}
.subBanner:before{display: block;content: '';padding-top: 26.0416%;}

.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);z-index: 6;}
.subBanner .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 6;}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;text-align: left;}
.subBanner .textC .cnTitle {
	font-size: 48px;
	color: #ffffff;
	line-height: 58px;
	font-family: 'sjr';
	padding-top: 50px;
}
.subBanner .textC .enTitle {
	font-size: 26px;
	color: #ffffff;
	line-height: 34px;
	font-style: italic;
	font-weight: 300;
}
.subBanner1::before {
	display: none;
}
.subBanner1Box .subBannerBox {
	background: #ffffff;
}
.subBanner1 {
	-webkit-mask-image: url(../image/ze.png);
	mask-image: url(../image/ze.png);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-size: cover;
	mask-size: cover;
	height: 590px;
	position: relative;
}
.subBannerBox .img {
	width: 100%;
	height: 100%;
	background: url(../image/ze1.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: -16px;
	left: 0;
	z-index: 1;
}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 80px;background: #fff;box-shadow:0 3px 5px #dcdcdc;}
.location{height: 80px;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;}
.location a{display: inline;float: left;height: 80px;line-height: 80px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../image/icon8.png);color: #898989;font-size: 14px;}
.location a:hover{color:var(--themeColors)}
.location a.hover{color:var(--themeColors)}
.subNavBox{margin-right:-15px; position: relative;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline;float: left;line-height: 80px;height:80px;color: #8a8a8a;font-size: 14px;padding:0 14px;font-weight: bold;}
.subNav a.hover{color: var(--themeColors)}
.subNav a:hover{color: var(--themeColors)}
.menuIcon div {background: var(--themeColors) !important;}
/* ————— 当前位置 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;}
.sjMenu a:hover{ background: #1e5ab0; color: #FFF; border-color: #1e5ab0;}
.sjMenu a.hover{ background: #1e5ab0; color: #FFF; border-color: #1e5ab0;}
/* ————— 三级栏目 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: #666666;
	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;
}

.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.firstPage.disabled {
}

.page a.prevPage.disabled {
}

.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 ————— */
.indexTitle {
	font-size: 32px;
	margin-bottom: 40px;
	padding-left: 30px;
	position: relative;
}
.indexTitle::before {
	position: absolute;
	display: block;
	content: '';
	background: url(../image/indexTitleIcon1.png) center center no-repeat;
	background-size: 100%;
	width: 73px;
	height: 73px;
	top: 0;
	left: 0;
}
.indexTitleBox {
	overflow: hidden;
}
.indexTitle .text {float: left;}
.indexTitle .title {
	color: #ea5514;
	position: relative;
	line-height: 48px;
}
.indexTitle .title::before,
.indexTitle .title::after {
	position: absolute;
	display: block;
	content: '';
	width: 300px;
	height: 1px;
	background: rgba(230, 95, 36, .2);
	bottom: 0;
	left: 0;
}
.indexTitle .title::after {
	width: 120px;
	bottom: 3px;
}
.indexTitle .title1 {
	line-height: 28px;
	font-size: 18px;
	color: rgba(230, 95, 36, .5);
	text-transform: uppercase;
	font-family: 'clb';
}
.indexTitle .indexMore {
	display: block;
	float: right;
	width: 164px;
	border: 2px solid var(--themeColors);
	line-height: 54px;
	font-size: 16px;
	color: #333333;
	padding: 0 30px;
	box-sizing: border-box;
	border-radius: 54px;
	margin-top: 8px;
	transition: all .5s;
}
.indexTitle .indexMore img {
	vertical-align: middle;
	width: 16px;
	margin-left: 14px;
}
.indexTitle .indexMore:hover {
	transform: translateY(-8px);
}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1 {
	background: #fff;
	padding-top: 70px;
	padding-bottom: 66px;
}
.column1Dl {
	overflow: hidden;
	margin: 0 -15px;
}
.column1Dl dd {
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
.column1Dl .con {
	margin: 0 15px;
	border-radius: 8px;
	overflow: hidden;
}
.column1Dl .con .pic::before {padding-top: 42.5531%;}
.column1Dl .con .text {
	position: absolute;
	bottom: 15px;
	line-height: 46px;
	overflow: hidden;
	padding: 0 26px;
	box-sizing: border-box;
	width: 100%;
	z-index: 6;
}
.column1Dl .con .text .title {
	overflow: hidden;
}
.column1Dl .con .text .title .sp1 {
	line-height: 44px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	font-family: 'HM';
}
.column1Dl .con .text .title .sp2 {
	line-height: 44px;
	font-size: 16px;
	color: #ffffff;
	margin-left: 16px;
}
.column1Dl .con .text .more {
	display: block;
	float: right;
	width: 145px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 44px;
	line-height: 44px;
	padding: 0 24px;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	transform: scale(0);
	transition: all .5s;
}
.column1Dl .con .text .more img {
	all: unset;
	margin-left: 14px;
}
.column1Dl .con:hover .text .more {
	transform: scale(1);
}
.column1Dl .con .ze {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
	z-index: 1;
}
.bolang {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 120px;
	overflow: hidden;
	transition: all .5s;
	opacity: 0;
}
.column1Dl .con:hover .bolang {
	bottom: 0;
	opacity: 1;
}
.bolang .box {display: flex;}
.bolang img {
	position: absolute;top: 0;left: -4px;
	all: unset;
	max-width: unset;
    height: 100%;
    width: auto;
}
.column1Dl .con:hover .bolang img {transform: scale(1);}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2 {
	padding-top: 64px;
	padding-bottom: 116px;
	background: url(../image/col2Bg.jpg) center center no-repeat;
	background-size: cover;
}
.column2BoxCon {
	overflow: hidden;
}
.column2Right {
	float: left;
	width: 360px;
	margin-right: 18px;
}
.column2Right .pic {border-radius: 12px;overflow: hidden;}
.column2Right .pic::before {padding-top: 152.7778%;}
.column2 .column2Right .title {
	position: absolute;
	bottom: 18px;
	padding: 0 20px;
	box-sizing: border-box;
	z-index: 6;
}
.column2 .column2Right .title .sp1 {
	line-height: 44px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	font-family: 'HM';
}
.column2 .column2Right .title .sp2 {
	line-height: 44px;
	font-size: 16px;
	color: #ffffff;
	margin-left: 16px;
}
.column2Right .pic .ze {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
	z-index: 1;
}
.column2Left {
	overflow: hidden;
}
.column2LeftSwiper .swiperCon {
	padding: 66px 18px;
	padding-bottom: 84px;
	box-sizing: border-box;
	border-radius: 12px;
	transition: all .5s;
}
.column2LeftSwiper .swiperCon .pic {border-radius: 6px;overflow: hidden;margin-bottom: 34px;}
.column2LeftSwiper .swiperCon .title {
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}
.column2LeftSwiper .swiperCon .textC {
	line-height: 24px;
	height: 48px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 24px;
}
.column2LeftSwiper .swiperCon .numCon {
	line-height: 30px;
	font-size: 24px;
	color: #ea5514;
}
.column2LeftSwiper .swiperCon .numCon .time2 {
	font-size: 16px;
	color: #999999;
}
/*  */
.column2 .dotBtn {
    width: 100%;
    height: 26px;
    position: relative;
	margin-top: 60px;
}
.column2LeftSwiperDot {
    width: 91%;
    height: 1px;
    left: 9%;
    background: rgba(230, 95, 36, .2) !important;
    top: 50%;
    margin-top: -.5px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--themeColors) !important;
}
.column2 .numBox {
    color: var(--themeColors);
    font-size: 24px;
    line-height: 26px;
    padding-left: 39px;
}
.column2 .numBox .sp2 {
    font-size: 16px;
}
.column2LeftSwiperprev,
.column2LeftSwipernext {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: #fff url(../image/prev.png) center center no-repeat;
    background-size: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.column2LeftSwipernext {
    left: 83px;
    transform: rotate(180deg);
}

.column2LeftSwiper .swiperCon:hover {background: #fff;}
.column2LeftSwiper .swiperCon:hover .title {color: var(--themeColors);}
/* ————— 第2通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */
.layui-layer-hui {
	z-index: 212131 !important;
	position: relative;
}

/*公司荣誉 start*/
.aboutCol2 {
    height: 763px;
    background: url(../image/conpanyProC2Bg.jpg) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    padding-top: 68px;
}
.aboutCol2 .publicTitle {
    text-align: center;
}
.aboutCol2 .publicTitle .cntitle::before {
    left: 166px;
    right: 0;
    margin: auto;
}

.aboutC2Slick1Box {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
}

.aboutC2Slick1Box::before {
    display: block;
    content: '';
    width: 12.5%;
    height: 1px;
    background-color: #f6d7c1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.aboutC2Slick1Box::after {
    display: block;
    content: '';
    width: 12.5%;
    height: 1px;
    background-color: #f6d7c1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.aboutC2Slick1 {
    width: 75%;
    margin: 0 auto;
}

.aboutC2Slick1 .bd {
    overflow: hidden;
}

.aboutC2Slick1 .slick-list {
    overflow: visible;
}

.aboutC2Slick1 .myslide {
    position: relative;
    text-align: center;
}

.aboutC2Slick1 .myslide .slickCon {
    position: relative;
}

.aboutC2Slick1 .myslide .slickCon .yearBox {
    width: 50px;
    text-align: center;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
}

.aboutC2Slick1 .myslide .slickCon::before {
    display: block;
    content: '';
    width: 40%;
    height: 1px;
    background-color: #f6d7c1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.aboutC2Slick1 .myslide .slickCon::after {
    display: block;
    content: '';
    width: 40%;
    height: 1px;
    background-color: #f6d7c1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.aboutC2Slick1 .myslide.slick-current .slickCon::before {
    width: 29%;
}

.aboutC2Slick1 .myslide.slick-current .slickCon::after {
    width: 29%;
}

.aboutC2Slick1 .slick-current .slickCon .yearBox {
    width: 120px;
    border: 1px solid #fff;
    font-size: 30px;
}

.aboutC2Slick2Box {
    position: relative;
}

.prevYear {
    line-height: 40px;
    font-size: 120px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: transparent;
    z-index: 1;
}

.nextYear {
    line-height: 40px;
    font-size: 120px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: transparent;
    z-index: 1;
}

.aboutC2Slick2 {
    position: relative;
}

.aboutC2Slick2 .bd {
    overflow: hidden;
}

.aboutC2Slick2 .slick-list {
    overflow: visible;
}

.aboutC2Slick2 .myslide .slickCon {
    position: relative;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 390px;
}
.aboutC2Slick2 .myslide .slickCon .con {
	height: fit-content;
}

.aboutC2Slick2 .myslide .slickCon .title {
    height: 44px;
    line-height: 44px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 24px;
}

.aboutC2Slick2 .myslide .slickCon .info {
    line-height: 28px;
    font-size: 15px;
    color: #fff;
    overflow: auto;
}

.aboutCol2 .prev {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff url(../image/prev1.png) no-repeat center center;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    position: absolute;
    left: 120px;
    top: 50%;
    z-index: 100;
    display: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.aboutCol2 .next {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff url(../image/next.png) no-repeat center center;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    position: absolute;
    right: 120px;
    top: 50%;
    z-index: 100;
    display: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.aboutC2Slick1 .next,
.aboutC2Slick1 .prev {
    display: none !important;
}
/*公司荣誉 end*/