@charset "UTF-8";
/* ========== 主体框架 start ========== */
.layui-layer-shade{z-index: 1000 !important;}
.moreModalLayer{z-index: 1001 !important;}
.aykj-videoPop{z-index: 1001 !important;}
/* ————— 头部 start ————— */
.top {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	left: 0;
	z-index: 99;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	background: #FFF;
	box-shadow: 0 2px 4px rgba(53, 53, 53, 0.08);
	padding: 0 50px;
	box-sizing: border-box;-webkit-box-sizing: border-box;
}

.top.hover {
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
}

.topC {
	position: relative;
	margin: 0 auto;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.topBox .logo {
	position: fixed;
	top:18px;
	z-index: 102;
	left: 50px;
	transition: all 300ms linear;-webkit-transition: all 300ms linear;
}

.topBox .logo img {
	height: 40px;
}

.menuDl dd {
	display: inline;
	position: relative;
	float: left;
	margin: 0 25px;
}

.menuDl dd:last-child {
	margin-right: 68px;
}

.menuDl dd .yj {
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.menuDl dd .yj a {
	display: block;
	font-size: 20px;
	color: #222222;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	font-weight: bold;
}

.menuDl dd .yj::before {
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #029c2a;
	position: absolute;
	bottom: -0px;
	left: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.menuDl dd.hover .yj::before {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.menuDl dd:hover .yj::before {
	transform: scale(0);
	-webkit-transform: scale(0);
}

.menuDl dd.hover .yj a {
	color: #029c2a;
}
.menuDl dd:hover .yj a {
	color: #029c2a;
}
.menuDl dd .ej {
	position: absolute;
	left: 50%;
	top: 80px;
	width: 100%;
	min-width: 140px;
	opacity: 0;
	background: #fff;
	-webkit-transform: translateX(-50%);
	border-radius: 6px;
	box-shadow: 0 3px 29px -8px rgb(192 196 204 / 90%);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	visibility: hidden;
	padding: 5px 0;
	z-index: 101;
}

.menuDl dd .ej::before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
	transform: rotate(90deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -5px;
}

.menuDl dd .ej.hover {
	top: 68px;
	opacity: 1;
	z-index: 1;
	visibility: visible;
}

.menuDl dd .ej a {
	display: block;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #333;
	margin-bottom: 1px;
	font-size: 15px;
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.menuDl dd .ej a:hover {
	color: #029c2a;
	letter-spacing: 1px;
}

.menuDl dd .ej a:first-child {
	margin-bottom: 0;
	border-radius: 2px 2px 0 0;
}

.menuDl dd .ej a:last-child {
	margin-bottom: 0;
	border-radius: 0 0 2px 2px;
}
.opacity .top {
	background: none;
	box-shadow: none;
}
.opacity .logo{top: 25px;}
.opacity .menuBtn{top: 24px;}
.opacity .menuBtn{top: 24px;}
.opacity .top .menuDl dd{margin-top: 15px;} 
.opacity .top .menuDl dd .yj a {
	color: #edf4fd;
}

.opacity .top .menuDl dd.hover .yj::before {
	transform: scale(0);
	-webkit-transform: scale(0);
}

.menuBtn {
	cursor: pointer;
	z-index: 101;
	position: fixed;
	top: 20px;
	right: 50px;
}

.menuBtn .con {
	border-radius: 50%;
	background: #fff;
	
	width: 56px;
	height: 56px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	z-index: 2;
	text-align: center;
}
.menuBtn .con .lineCon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.menuBtn span {
	display: block;
	width: 20px;
	height: 2px;
	background: #029c2a;
	margin-bottom: 4px;
	transition: all .4s ease-in;
	-webkit-transition: all .4s linear;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.menuBtn span.line3 {
	width: 10px;
	margin-left: 10px;
	margin-bottom: 0;
}

.menuBtn.active span {
	height: 2px;
	width: 22px;
	border-radius: 1px;
}

.menuBtn.active span.line1 {
	transform: rotateZ(45deg)translate(4px, 4px);
}

.menuBtn.active span.line3 {
	display: none;
}

.menuBtn.active span.line2 {
	transform: rotateZ(-45deg)translate(0px, 0px);
}
.menuBtn .menubg {
	position: absolute;
	left: 50%;
	top: 65%;
	width: 250rem;
	padding-top: 250rem;
	margin-top: -125rem;
	margin-left: -125rem;
	background: rgba(2, 59, 8, 0.6);
	border-radius: 100%;
	transform: scale(0);
	-webkit-transform: scale(0);
	;
	transform-origin: center center;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1);
}

.menuBtn .menubg.active {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.menuBox {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/menuBg.jpg) no-repeat center / cover;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.menuBox.active {
	z-index: 101;
	opacity: 1;
	visibility: visible;
}

.menuBox .topC {
	position: relative;
	height: 100%;
}
.menuBtn.active + .logo{opacity: 0;visibility: hidden;}
.menuBox .menuBtn {
	position: absolute;
	top: 20px;
	right: 50px;
	z-index: 2;
}

.menuBox .menuLogo {
	position: absolute;
	top: 20px;
	left: 50px;
	z-index: 2;
}

.menuBox .menuLogo img {
	height: 45px;
}

.menuBox .menuBtn span {
	height: 2px;
	width: 22px;
}

.menuBox .menuBtn span.line1 {
	transform: rotateZ(45deg)translate(4px, 4px);
}

.menuBox .menuBtn span.line3 {
	display: none;
}

.menuBox .menuBtn span.line2 {
	transform: rotateZ(-45deg)translate(0px, 0px);
}
.menuContent{
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 13.5417%;
	height: 100%;
	min-width: 1024px;
}
.menuContent .table .tableCell{
	position: relative;
	z-index: 5;
}
.menuBoxDl {
	position: relative;
	overflow: hidden;
	display: flex;
}

.menuBoxDl dd {
	flex: 1;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}

.menuBoxddBg {
	height: 100%;
	background: rgba(5, 251, 69, 0.1);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	opacity: 0;
	z-index: 1;
}

.menuBoxDl dd ul {
	position: relative;
	z-index: 2;
}

.menuBoxDl dd ul li {
	padding: 9px 0;
	line-height: 20px;
}

.menuBoxDl dd ul li a {
	font-size: 16px;
	color: #FFF;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.menuBoxDl dd ul li.title {
	margin-bottom: 23px;
}

.menuBoxDl dd ul li.title a {
	font-size: 20px;
	color: #FFF !important;
	font-weight: bold;
}

.menuBoxDl dd ul li a:hover {
	letter-spacing: 1px;
}
/* 搜索start */
.topSearch {
	position: relative;
	top: 20px;
	width: 55px;
	cursor: pointer;
	height: 55px;
	transition: all 300ms linear;-webkit-transition: all 300ms linear;
	border-radius: 50%;
	background: url(../images/search1.png) no-repeat center;
	margin-right: 75px;
	z-index: 101;
}
.opacity .topSearch{background-image: url(../images/common/search.png);background-color: rgba(255,255,255,0.3);top: 24px;}
.searchBox {
	padding-left: 18px;
	width: 0;
	height: 46px;
	line-height: 46px;
	position: fixed;
	top: 90px;
	right: 100px;
	border-radius: 5px;
	z-index: 101;
	transition: all 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	background: #fff;
	box-shadow: 0 3px 29px -8px rgb(192 196 204 / 90%);
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.searchBox.show{opacity: 1;visibility: visible;width: 250px;}
.searchBox span {
	width: 46px;
	height: 46px;
	background: #029c2a url(../images/common/search.png) no-repeat center;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-radius: 0 5px 5px 0;
	display: inline;
	float: right;
}

.searchBox .inputBox {
	overflow: hidden;
	
	position: relative;
}

.searchBox input {
	border: none;
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #666;
	font-size: 16px;
	background: none;
}
.searchBox input::-webkit-input-placeholder {
	color: #666;
	font-size: 14px;
	text-align: left;
}
.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: 102;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: #029c2a url(../images/common/search.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 */
/* 侧边栏 begin */
.side-bar {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 20px;
	width: 50px;
	z-index: 100;
  }
  .side-bar__first {
	background: #ffffff;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 25px;
	padding: 16px 13px;
	font-size: 0;
  }
  .side-bar__first i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
  }
  .side-bar__first span {
	display: inline-block;
	height: 17px;
	font-size: 12px;
	font-weight: 400;
	color: #181818;
	line-height: 17px;
	margin-top: 2px;
  }
  .side-bar__returnTop{display: none;}
  .side-bar__returnTop.active{display: block;}
  .side-bar__returnTop i{background-image: url("../images/fanhuidingbu.png");}
  .side-bar__rexian i {
	background-image: url("../images/dianhua.png");
  }
  .side-bar__kefu i {
	background-image: url("../images/kefu.png");
  }
  .side-bar__weixin i {
	background-image: url("../images/weixin.png");
  }
  .side-bar__weixin,
  .side-bar__returnTop,
  .side-bar__kefu,
  .side-bar__rexian {
	cursor: pointer;
	position: relative;
  }
  .side-bar__returnTop:hover span,
  .side-bar__kefu:hover span,
  .side-bar__weixin:hover span,
  .side-bar__rexian:hover span {
	color: #007cff;
  }
  .side-bar__returnTop:hover i{background-image: url("../images/fanhuidingbuH.png");}
  .side-bar__rexian:hover i {
	background-image: url("../images/dianhuaH.png");
  }
  .side-bar__kefu:hover i{background-image: url("../images/kefuH.png");}
  .side-bar__weixin:hover i {
	background-image: url("../images/weixinH.png");
  }
  .side-bar__rexian,
  .side-bar__weixin,
  .side-bar__returnTop {
	margin-bottom: 12px;
  }
  .side-bar__layer {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 14px;
	right: 20px;
	padding-right: 16px;
	display: none;
  }
  .side-bar__weixin:hover .side-bar__layer,
  .side-bar__kefu:hover .side-bar__layer,
  .side-bar__rexian:hover .side-bar__layer {
	display: block;
  }
  .side-bar__layer-container {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.09);
	position: relative;
	padding: 15px 13px;
	animation-name: light;
	animation-duration: 0.4s;
	animation-timing-function: linear;
	animation-direction: alternate;
	margin-right: 15px;
  }
  @keyframes light {
	from {
	  opacity: 0.2;
	}
	to {
	  opacity: 1;
	}
  }
  .side-bar__layer-container::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 8px solid transparent;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: -8px;
  }
  .side-bar__layer-rexian {
	width: 165px;
	text-align: left;
  }
  .side-bar__layer-rexian dt {
	font-size: 24px;
	height: 33px;
	line-height: 33px;
	text-align: left;
  }
  .side-bar__layer-zixun {
	width: 189px;
	height: 41px;
  }
  .side-bar__layer-content dl {
	color: #181818;
  }
  .side-bar__layer-content dd,
  .side-bar__layer-content dd {
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }
  .side-bar__layer-content dt {
	color: #006fff;
  }
  .side-bar__layer-kefu ,.side-bar__layer-weixin{
	text-align: center;
  }
  .side-bar__layer-kefu img,.side-bar__layer-weixin img {
	vertical-align: bottom;
	width: 116px;
	height: 116px;
  }
  .side-bar__layer-kefu p,.side-bar__layer-weixin p {
	font-size: 12px;
	font-weight: 400;
	color: #181818;
	margin-top: 7px;
  }
  .side-bar__apply {
	background: #029c2a url("../images/gengduo.png") no-repeat center center / 20px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
  }
  .side-bar__apply:hover{transform: scale(1.15);-webkit-transform: scale(1.05);}
  /* 侧边栏 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
	height: 100%;
}

.indexBanner .bd {
	height: 100%;
	overflow: hidden;
}

.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-repeat: no-repeat;
	animation: kenburns-top linear;
}
.indexBanner .mySlide img{
	height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
	object-fit: cover;
}
.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}


.indexBanner .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	color: #ffffff;
	text-align: center;
	line-height: 10px;
	font-size: 0;
	font-weight: bold;
	background: #fff;
}

.indexBanner .slick-dots li.slick-active {
	font-size: 16px;
	width: 25px;
	background: #029c2a;
}
/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer {
	background: #fff;
	padding-top: 50px;
}

.footerUp {
	padding-bottom: 50px;
	position: relative;
}

.footerUp .left {
	
}

.footerUp .left .logo {
	text-align: right;
	margin-bottom:30px;
}

.footerUp .left .logo img {
	height:36px;
}
.footerUp .left .phone{
	font-size: 0;
	text-align: right;
} 
.footerUp .left .phone span{
	display: inline-block;
    background: url(../images/ftPhone.png) no-repeat center left;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #999;
}
.footerUp .left .dz {
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 30px;
	color: #999;
	text-align: right;
}
.ewmBox{
	text-align: right;
	font-size: 0;
}
.footerEwmDl{
	overflow: hidden;
	display: inline-block;
}
.footerEwmDl dd{
	float: left;
	display: inline;
	margin-left: 20px;
}
.footerEwmDl dd .con{
	display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #ededed;
    padding: 4px;
}
.footerEwmDl dd .con img {
	display: block;
    width: 100%;
}
.footerEwmDl dd .text{
    display: block;
    font-size: 14px;
    color: #999;
    text-align: center;
    padding-top: 5px;
}
.footerUp .center {
	overflow: hidden;
}

.ftNav {
	overflow: hidden;
}

.ftNav dd {
	display: inline;
	float: left;
	margin-right: 70px;
}
.ftNav dd:last-child{margin-right: 0;}
.ftNav dd .title {
	height: 22px;
	line-height: 22px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 18px;
}

.ftNav dd .title a {
	color: #333;
}

.ftNav dd ul li {
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}

.ftNav dd ul li a {
	color: #999;
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
}

.ftNav dd ul li a:hover {
	color: #029c2a;
}

.ftArchival {
	height: 60px;
	line-height: 60px;
	background-color: rgba(0, 0, 0, 0.05);
	font-size: 14px;
	color: #b2b2b2;
}

.ftArchival .wrap {
	overflow: hidden;
}

.ftArchival a {
	color: #b2b2b2;
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
}

.ftArchival a.beian {
	padding-left: 27px;
	background: url(../images/common/beian.png) no-repeat center left;
	margin-left: 10px;
}

.ftArchival a:hover {
	color: #029c2a;
}

.backTop {
	width: 40px;
	height: 40px;
	border-radius: 6px;
	background: #029c2a url(../images/backTop.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 20px;
}

.backTop::before {
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 6px;
	background: rgba(2, 156, 42, .5);
	position: absolute;
	animation: circle-opacity 2s infinite;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
}

@keyframes circle-opacity {
	from {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}

	to {
		opacity: 0;
		transform: translate(-50%, -50%) scale(2);
	}
}

/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 80px;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top:26%;
}
.subBanner a{ position:absolute; left: 0px; top: 0px; display: block; width: 100%; height: 100%; text-align: center; background-position: center center; background-repeat: no-repeat;background-size:cover;z-index:5;}
.subBannerText{ display: none;}
.subBannerText span{ display: block; height:65px; line-height: 65px; color: #ffffff; font-size: 36px; font-weight:bold;}
.subBannerText em{ display: block; height:48px; line-height: 48px; color: #ffffff; font-size: 24px; font-style: normal;}
.bannerLine {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/lineShadow.png) repeat;
    opacity: 0.1;
}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0 3px 5px rgba(220, 220, 220, 0.2);
}

.location {
	height: 80px;
	overflow: hidden;
	padding-left: 33px;
	position: relative;
}

.location a.home {
	background: none;
}

.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(../images/common/icon8.png);
	color: #999;
	font-size: 14px;
}

.location a:hover {
	color: #029c2a
}

.location a.hover {
	color: #029c2a
}

.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: #666666;
	font-size: 16px;
	margin-right: 50px;
	font-weight: bold;
}

.subNav a.hover {
	color: #029c2a
}

.subNav a:hover {
	color: #029c2a
}

/* ————— 当前位置 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: #029c2a;
	color: #FFF;
	border-color: #029c2a;
}

.sjMenu a.hover {
	background: #029c2a;
	color: #FFF;
	border-color: #029c2a;
}

/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#999999;border-radius:3px;background: #fff; margin: 0 3px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #1e5ab0;color: #fff;}
.page a.hover{background: #1e5ab0;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{width: 11px;height: 19px;background-position: center center;background-repeat: no-repeat;}
.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)}
.page a.lastPage div{background-image: url(../images/common/page/lastPage.png)}
.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.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.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)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.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: #029c2a; color: #FFF; border-color: #029c2a;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn1{background: #ddd; color: #8b8b8b; border-color: #ddd;}

.aykj-alert .layui-layer-btn .layui-layer-btn0{background: #029c2a; border-color: #029c2a;}
/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
#fullpage {
	transition: all 1s cubic-bezier(0.47, 0, 0, 0.6) !important;
	transition-delay: 0.3s !important;
}

.section {
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.animHide {
	opacity: 0;
}

.animShow {
	opacity: 1;
}

.animated {
	-webkit-animation-duration: 1.3s !important;
	animation-duration: 1.3s !important;
}
#fp-nav{display: none;}
#fp-nav.hover {
	opacity: 0;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	width: 10px !important;
	height: 10px !important;
	background: none !important;
	border: 1px solid #fff !important;
	margin: -6px 0 0 -6px !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	border-color: #029c2a !important;
	background: #029c2a !important;
}

#fp-nav ul li a:hover span {
	background: #029c2a !important;
	border-color: #029c2a !important;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	margin: 15px !important;
}

#fp-nav ul li a em {
	font-style: normal;
	color: #029c2a;
	font-size: 15px;
	position: absolute;
	top: -2px;
	left: -80px;
	opacity: 0;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	text-align: right;
}

#fp-nav ul li:last-child a em {
	left: -50px;
}

#fp-nav ul li a.active em,
#fp-nav ul li a:hover em {
	opacity: 1;
}

.downBtn {
	position: absolute;
	bottom: -2px;
	left: 9.375%;
	cursor: pointer;
	z-index: 3;
	width: 125px;
	height: 34px;
	background: url(../images/shubiaoBg.png)no-repeat center / cover;
}

.downBtn::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/shubiao.png) no-repeat center left 53px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.textCenter {
	text-align: center;
}

.indexTitle.wc .cnTitle {
	color: #fff;
}

.indexTitle.wc .enTitle a{
	color: rgba(255, 255, 255, 0.08);
}

.indexTitle .cnTitle {
	height: 56px;
	line-height: 56px;
	color: #222;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	padding-right: 50px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.indexTitle .cnTitle::before {
	display: block;
	content: '';
	width: 24px;
	height: 46px;
	background: url(../images/titleIcn.png) no-repeat center;
	position: absolute;
	top: 2px;
	right: 0;
}

.indexTitle .enTitle {
	line-height: 80px;
	color: rgba(0, 0, 0, 0.03);
	font-size: 90px;
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
}

.indexMore.textCenter {
	text-align: center;
}
.indexMore.c1Xq a{color: #fff;background: none;}
.indexMore.c1Xq a span{color: #fff;}
.indexMore.c1Xq a em{background-image: url(../images/indexMoreH.png);}

.indexMore.c3Xq a{color: #999;background: none;}
.indexMore.c3Xq a span{color: #999;}
.indexMore.c3Xq a em{background-image: url(../images/indexMore1.png);}
.indexMore a {
	width: 148px;
	height: 48px;
	border-radius: 25px;
	border: 1px solid #e6e6e6;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	transition: all 0.3s linear;
}

.indexMore a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	transition: transform .3s ease-out;
	z-index: 1;
	transform: scaleX(0);
	transform-origin: bottom right;
	background: #fff;
	border-radius: 25px;
}

.indexMore a:hover::before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.indexMore a span {
	z-index: 2;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.indexMore a em {
	width: 14px;
	height: 50px;
	background: url(../images/indexMore.png) no-repeat center;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	margin-top: -1px;
	z-index: 2;
	position: relative;
}

.indexMore a:hover {
	border-color: transparent;
	color: #029f2b;
}

.indexMore a:hover span {
	color: #029f2b;
}

.indexMore a:hover em {
	background-image: url(../images/indexMore.png);
}

/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.indexNewsSlick {
	position: relative;
	height: 500px;
	overflow: hidden;
}

.section2 .titleBox {
	overflow: hidden;
	margin-bottom: 50px;
}

.indexNewsSlick .bd {
	height: 100%;
}

.indexNewsSlick .slick-list {
	height: 100%;
}

.indexNewsSlick .slick-track {
	height: 100%;
	width: 100%;
}

.indexNewsSlick .slickCon {
	height: 100%;
	padding: 60px 40px 0 40px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s linear;
}
.indexNewsSlick .slickCon:hover{
    -webkit-box-shadow: 0 8px 35px rgba(0,0,0,0.2);
    box-shadow: 0 8px 35px rgba(0,0,0,0.2);
}

.indexNewsSlick .slickCon::before {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
	position: absolute;
	top: 0;
	right: 0;
}

.c3Btn {
	font-size: 0;
	margin-top: 50px;
}

.c3Btn .prev {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: url(../images/c3Prev.png) no-repeat center center;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
	margin-right: 20px;
}

.c3Btn .next {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: url(../images/c3Next.png) no-repeat center center;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
}

.c3Btn .prev:hover {
	background-image: url(../images/c3PrevH.png);
}

.c3Btn .next:hover {
	background-image: url(../images/c3NextH.png);
}

.col2Slick .title {
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 20px;
}

.col2Slick .title a {
	font-size: 18px;
	color: #333;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	font-weight: bold;
}

.col2Slick .info {
	font-size: 14px;
	color: #808080;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.col2Slick .time {
	font-size: 14px;
	color: #b2b2b2;
	margin-bottom: 20px;
	height: 20px;
	line-height: 20px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	font-weight: bold;
}

.col2Slick .pic {
	margin-bottom: 35px;
	transition: 500ms ease;
	-webkit-transition: 500ms ease;
	overflow: hidden;
}

.col2Slick .pic::before {
	padding-top: 56.1290%;
}

.col2Slick .indexMore {
	opacity: 0;
	transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
	visibility: hidden;
}
.column2C{overflow: hidden;border-radius: 15px;background-color: rgba(255, 255, 255, 0.95);height: 500px;}
.column2C .left{width: 25%;height: 100%;padding: 60px 40px 0 40px;position: relative;box-sizing: border-box;-webkit-box-sizing: border-box;transition: all 0.3s linear;}
.column2C .left .redian{width: 84px;height: 40px;background: url(../images/redian.png) no-repeat center / cover;position: absolute;top: 0;left: 0;padding-left: 20px;box-sizing: border-box;-webkit-box-sizing: border-box; font-size: 22px;color: #fff;font-weight: bold;line-height: 40px;}
.column2C .left::before {display: block;content: '';width: 1px;height: 100%;background-color: #e6e6e6;position: absolute;top: 0;right: 0;}
.indexNewsSlick .slickCon:hover .time,.column2C .left:hover .time {
	color: #029c2a;
}

.indexNewsSlick .slickCon:hover .title a,.column2C .left:hover .title a {
	color: #029c2a;
}

.indexNewsSlick .slickCon:hover .info,.column2C .left:hover .info {
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.indexNewsSlick .slickCon:hover .indexMore,.column2C .left:hover .indexMore {
	opacity: 1;
	visibility: visible;
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
}
.indexMore a.hover{border-color: transparent;color: #fff;background: url(../images/indexMoreBg.png) no-repeat center;}
.indexMore a.hover::before{background: rgba(255,255,255,0.1);}
.indexMore a.hover span{color: #fff;}
.indexMore a.hover em{background-image: url(../images/indexMoreH.png);transition: all 200ms ease-out;-webkit-transition: all 200ms ease-out;}
.indexMore a.hover:hover em{transform: translateX(5px);}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.bTab {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.bTab dd {
	width: 33.3333%;
	height: 100%;
	text-align: center;
	position: relative;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	display: inline;
	float: left;
}
.bTab dd a{display: block;width: 100%;height: 100%;}
.bTab dd .text {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.bTab dd .icn {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 50%;
	position: relative;
}
.bTab dd:nth-child(1) .icn{background-color: #61cceb;}
.bTab dd:nth-child(2) .icn{background-color: #d15c49;}
.bTab dd:nth-child(3) .icn{background-color: #76cd8d;}
.bTab dd:nth-child(4) .icn{background-color: #82aad2;}
.bTab dd .icn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.bTab dd .title {
	font-size: 32px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
}

.bTab dd .titlec {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
	margin-bottom: 50px;
}

.bTab dd .indexMore {
	transform: translateY(20px);
	opacity: 0;
	-webkit-transform: translateY(20px);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.bTab dd:hover {
	background: rgb(255, 255, 255, 0.2);
}

.bTab dd:hover .indexMore {
	transform: translateY(0);
	opacity: 1;
	-webkit-transform: translateY(0);
}

.bg1Swiper,
.bg1Swiper .swiper-wrapper,
.bg1Swiper .swiper-slide {
	height: 100% !important;
	width: 100% !important;
}

.bg1Swiper {
	position: absolute !important;
	top: 0;
	left: 0;
}

.bg1Swiper .swiper-wrapper {
	transform: translate(1px) !important;
	/*解决swiper第一个不改变*/
	margin-left: -1px;
	left: 0 !important;
}

.bg1Swiper .swiper-slide {
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	transform: scale(1.3);
	transition: 1.5s ease-in-out;
	position: absolute;
}

.bg1Swiper .swiper-slide-active {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 2;
	transform: scale(1);
}

/* ————— 第2通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */