@charset "UTF-8";

/* ========== 主体框架 start ========== */
.section {
	overflow: hidden;
	background: #FFFFFF;
}

.columnBox {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}

.animHide {
	opacity: 0;
}

.showIn {
	opacity: 1 !important;
}

.sectionCon {
	position: relative;
	padding-top: 80px;
	box-sizing: border-box;
	height: 100%;
	z-index: 3;
}

/*头部开始*/
.top {
	position: fixed;
	width: 100%;
	left: 0;
	height: 80px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.08);
	z-index: 999;
	min-width: 1280px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background: #FFFFFF;
}

.topC {
	position: relative;
	width: 1560px;
	margin: 0 auto;
}

.topLogo {
	padding: 10px 0;
}

.topLogo img {
	display: block;
	height: 60px;
}

.quanj{width: 35px;height: 40px;background: url(../images/quanjing.png)no-repeat center /100%;margin-left: 10px;margin-top: 20px;}

.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: 32px;
	text-align: center;
	overflow: hidden;
	color: #E5E5E5;
	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;
	background: #fff;
	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;
	margin-left: 10px;
}

.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: #159344 url(../images/serach_h.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
	}
}

/*头部结束*/

/*menu开始*/

.menuDl {
	position: relative;
}

.menuDl:after {
	display: block;
	content: "";
	clear: both;
}

.menuDl dd {
	display: inline;
	float: left;
	position: relative;
	z-index: 3;
	margin: 0 4px;
}

.menuDl dd span a {
	display: block;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	color: #333;
	font-size: 16px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 0 26px;
}

.menuDl dd.hover span a {
	color: #159344;
	font-weight: bold;
}

.subMenuDiv {
	display: none;
	width: 100%;
	position: absolute;
	/*left: 0px;*/
	top: 81px;
	/*opacity: 0;*/
	z-index: 1;
}

.menuDl dd.hover .subMenuDiv {
	z-index: 3;
}

.menuDl dt {
	height: 2px;
	position: absolute;
	left: 0px;
	bottom: -1px;
	z-index: 2;
	background: #159344;
}

.subMenu_ul {
	width: 1000px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.subMenuShadow {
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	left: 50%;
	top: 0px;
	z-index: 1;
	width: 50000px;
	margin-left: -25000px;
}

.subMenu_ul li {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 2;
	float: left;
	display: inline;
	margin: 0px 10px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.menuDl dd.hover .subMenu_ul li {
	opacity: 0;
	-webkit-animation: liMove 0.3s linear forwards;
	-o-animation: liMove 0.3s linear forwards;
	animation: liMove 0.3s linear forwards;
}

@keyframes liMove {
	0% {
		transform: translateY(-110%);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.menuDl dd.hide .subMenu_ul li {
	opacity: 1;
	-webkit-animation: liHIde 0.3s linear forwards;
	-o-animation: liHIde 0.3s linear forwards;
	animation: liHIde 0.3s linear forwards;
}

@keyframes liHIde {
	0% {
		transform: translateY(0px);
		opacity: 1;
	}

	100% {
		transform: translateY(110%);
		opacity: 0;
	}
}

.subMenu_ul li a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.subMenu_ul li a:hover {
	color: #159344;
}


.subMenu_ul li a span {
	position: relative;
}

.subMenu_ul li:hover a span {
	color: #159344;
}

.subMenu_ul li a span em {
	display: block;
	width: 2px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	background: #159344;
}

.listBg {
	width: 0px;
	height: 0px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}

.menuBg {
	display: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
}

.subMenuDiv.showMenu {
	-webkit-animation: showMenu 0.5s linear forwards;
	-o-animation: showMenu 0.5s linear forwards;
	animation: showMenu 0.5s linear forwards;
}

@keyframes showMenu {
	0% {
		opacity: 0.5
	}

	100% {
		opacity: 1
	}
}

.subMenuDiv.hideMenu {
	-webkit-animation: hideMenu 0.5s linear forwards;
	-o-animation: hideMenu 0.5s linear forwards;
	animation: hideMenu 0.5s linear forwards;
}

@keyframes hideMenu {
	0% {
		opacity: 0.2
	}

	100% {
		opacity: 0
	}
}

.topHide {
	position: relative;
	width: 100%;
	height: 80px;
}

.topSearch {
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin: -19px 0 0 -19px;
	width: 38px;
	height: 38px;
	top: 50%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	/* overflow: hidden; */
	border-radius: 100%;
}

/* .topSearch::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 50%;
	top: 50%;
	animation: circle1 4s infinite linear;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	z-index: 1;
}

.topSearch::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 50%;
	top: 50%;
	animation: circle1 4s infinite linear;
	animation-delay: 2s;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	z-index: 2;
} */

.topSearch a {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/serach.png) center center no-repeat;
}

@keyframes circle1 {
	0% {
		opacity: 0.5;
		transform: translate(-50%, -50%) scale(1);
		-webkit-transform: translate(-50%, -50%) scale(1);
	}

	20% {
		opacity: 0.55;
		transform: translate(-50%, -50%) scale(0.7);
		-webkit-transform: translate(-50%, -50%) scale(0.7);
	}

	40% {
		opacity: 0.6;
		transform: translate(-50%, -50%) scale(0.8);
		-webkit-transform: translate(-50%, -50%) scale(0.8);
	}

	60% {
		opacity: 0.65;
		transform: translate(-50%, -50%) scale(0.9);
		-webkit-transform: translate(-50%, -50%) scale(0.9);
	}

	80% {
		opacity: 0.7;
		transform: translate(-50%, -50%) scale(1);
		-webkit-transform: translate(-50%, -50%) scale(1);
	}

	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.6);
		-webkit-transform: translate(-50%, -50%) scale(0.6);
	}
}

.topBtn {
	display: block;
	width: 30px;
	height: 36px;
	background: url(../images/search.png) right center no-repeat;
	position: relative;
	z-index: 5;
}

.searchDiv {
	overflow: hidden;
	padding: 0 5px;
}

.topRc {
	position: relative;
	width: 65px;
	height: 80px;
}

.topRc::before {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 24px;
	left: 0;
	top: 50%;
	margin-top: -12px;
	background: #f5f5f5;
}

/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.sectionBanner {
	position: relative;
	height: 100%;
	width: 100%;
}

.col1BgBox {
	position: absolute !important;
	width: 105%;
	height: 105%;
	left: -2.5% !important;
	top: -2.5% !important;
}

.col1Bg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.col1BgBoxw {
	position: absolute !important;
	width: 101%;
	height: 101%;
	left: -0.5% !important;
	top: -0.5% !important;
}

.col1Bgw {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.indexBanner {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
}

.indexBanner .bd,
.indexBanner .slick-list,
.indexBanner .slick-track {
	position: relative;
	height: 100%;
}

.indexBanner .myslide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}

.indexBanner .myslide a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all 2s cubic-bezier(0.14, 0.32, 0.51, 0.65);
	-webkit-transition: all 2s cubic-bezier(0.14, 0.32, 0.51, 0.65);
	opacity: 0;
}

.indexBanner .myslide.slick-active a {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.indexBanner .textCon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.indexBanner .myslide1Con {
	position: absolute;
	right: 0;
	width: 539px;
	height: 418px;
	top: 50%;
	transform: translateY(-50%);
}

.indexBanner .myslideBg {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
}

.indexBanner .myslideBg img {
	display: block;
	width: 100%;
	height: 100%;
}

.indexBanner .textImg {
	position: absolute;
}

.indexBanner .textImg img {
	display: block;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 26px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indexBanner .slick-dots li {
	width: 56px;
	height: 4px;
	line-height: 9999px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	margin-right: 25px;
	cursor: pointer;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	border-radius: 2px;
	border: 1px solid #FFFFFF;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	background: rgba(255, 255, 255, 0.5);
	border: none;
}

.indexBanner .slick-dots li.slick-active {
	background: #fff;
}

.indexBanner .prev {
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	left: 3.5%;
	top: 50%;
	margin-top: -50px;
	background: rgba(21, 147, 68, 0.0) url(../images/indexBnanerp.png) center center no-repeat;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	cursor: pointer;
	border-radius: 100px;
	z-index: 5;
}

.indexBanner .next {
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	right: 3.5%;
	top: 50%;
	margin-top: -50px;
	background: rgba(21, 147, 68, 0.0) url(../images/indexBnanern.png) center center no-repeat;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	cursor: pointer;
	border-radius: 50px;
}

.indexBanner .prev:hover,
.indexBanner .next:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.arrowDown {
	position: absolute;
	left: 0;
	bottom: 6.2962%;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	text-align: center;
	z-index: 3;
}

.arrowDown i {
	display: inline-block;
	width: 34px;
	height: 35px;
	background: url(../images/navBottom.png) no-repeat center top;
	-webkit-animation: arrowDown 1s infinite linear;
	cursor: pointer;
}

@-webkit-keyframes arrowDown {
	0% {
		-webkit-transform: translate(0, 0);
	}

	25% {
		-webkit-transform: translate(0, 6px);
	}

	50% {
		-webkit-transform: translate(0, 0);
	}

	75% {
		-webkit-transform: translate(0, -6px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 底部中间start   */
.footer {
	background: url(../images/lhl/footerbg.jpg) no-repeat center / cover;
	padding: 60px 0 50px;
}

.footerM {
	margin-bottom: 40px;
}

.footerMM {
	overflow: hidden;
	float: left;
	display: inline;
}

.footerMenu {
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-right: 75px;
}

.footerMenu dd em {
	font-style: normal;
	display: block;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-bottom: 25px;
}

.footerMenu dd em a {
	font-size: 20px;
	color: #fff;
}

.footerMenu dd em a:hover {
	opacity: 0.8;
}

.footerMenu dd span {
	font-style: normal;
	display: block;
	line-height: 14px;
	overflow: hidden;
	margin-bottom: 20px;
}

.footerMenu dd span a {
	font-size: 14px;
	color: #666666;
}

.footerMenu dd span a:hover {
	color: #fff;
}

.footerMR {
	float: right;
	display: inline;
}

.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 113px;
	overflow: hidden;
	margin-left: 30px;
}

.footerEwm dd img {
	display: block;
	width: 110px;
	height: 110px;
	margin-bottom: 17px;
}

.footerEwm dd span {
	display: block;
	height: 14px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.footerCon .btn {
	width: 60px;
	height: 60px;
	background: url(../images/lhl/backbtn.png) no-repeat center / cover;
	position: relative;
	top: 0;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	margin-left: 50px;
	cursor: pointer;
}

.footerCon .btn:hover {
	top: -5px;
}

.footerCon .text {
	overflow: hidden;
	font-size: 0;
	padding-top: 10px;
}

.footerCon .text span {
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #c7c7c7;
	font-size: 18px;
	width: 40%;
}

.footerCon .text span em {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	vertical-align: middle;
	background: url(../images/lhl/footeremail.png) no-repeat center;
	position: relative;
	top: -2px;
}

.footerCon .text span.ddL em img {
	display: inline-block;
	vertical-align: middle;
	height: 23px;
}

.footerCon .text span.ddL em {
	background-image: url(../images/lhl/footertel.png);
}

.footerCon .text span.ddR em {
	background-image: url(../images/lhl/footerenow.png);
}

.footerCon .text span.ddL {
	text-align: left;
	padding-left: 0;
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	width: 20%;
}

/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	background: #212121;
}

.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: #666666;
	margin-right: 20px;
}

.friendCopyRight .conL a:hover {
	color: #fff;
}

.friendCopyRight .conR {
	float: right;
	display: inline;
}

.friendCopyRight .conR a {
	color: #666666;
}

.friendCopyRight .conR a:hover {
	color: #fff;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 29.16667%;
}

.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%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(6, 35, 79, 0.45);
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: relative;
	text-align: center;
}

.subBanner .textC .cnTitle {
	height: 78px;
	;
	font-size: 50px;
	color: #ffffff;
	line-height: 78px;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
}

.subBanner .textC .enTitle {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: rgb(255, 255, 255, 1);
	line-height: 30px;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	padding: 15px 0;
	height: 49px;
	background: #fff;
	box-shadow: 0 3px 5px #dcdcdc;
	border-bottom: 1px solid #E6E6E6;
}

.location {
	height: 49px;
	overflow: hidden;
	padding-left: 33px;
	position: relative;
}

.location a.home {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
	padding-left: 0;
	margin-right: 0;
}
.location span{
	height: 49px;
	line-height: 49px;
	font-size: 14px;
	color: #666;
}
.location a {
	display: inline;
	float: left;
	height: 49px;
	line-height: 49px;
	padding-left: 14px;
	margin-right: 0px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon8.png);
	color: #666;
	font-size: 14px;
}

.location a:hover {
	color: #159344
}

.location a.hover {
	color: #159344
}

.subNavBox {
	position: relative;
}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.subNav a {
	display: inline;
	float: left;
	line-height: 49px;
	height: 49px;
	color: #666666;
	font-size: 16px;
	margin-right: 40px;
}

.subNav a.hover {
	color: #159344;
	font-weight: bold;
}

.subNav a:hover {
	color: #159344
	font-weight: bold;
}

/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu {
	overflow: hidden;
}

.sjMenuDl {
	overflow: hidden;
	padding-bottom: 10px;
}

.sjMenuDl dd {
	float: left;
	display: inline;
	position: relative;
}

.sjMenuDl dd .con {
	position: relative;
}

.sjMenuDl dd .con::after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #159344;
	top: 0;
	left: 50%;
	margin-left: -10px;
	transition: .4s;
	-webkit-transition: .4s;
	opacity: 0;
	transition: .4s;
	-webkit-transition: .4s;
}

.sjMenuDl dd .con a:hover {
	color: #fff;
	font-weight: bold;
	background: #159344;
}

.sjMenuDl dd.hover .con a {
	color: #fff;
	font-weight: bold;
	background: #159344;
}

.sjMenuDl dd a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #333;
	background: #f9f9f9;
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
	z-index: 2;
}

.sjMenuDl dd:hover .con:after {
	top: 100%;
	opacity: 1;
}

.sjMenuDl dd.hover .con:after {
	top: 100%;
	opacity: 1;
}

/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 10px 15px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
	border: 1px solid #f0f0f0;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #159344;
	color: #fff;
	border-color: #159344;
}

.page a.hover {
	background: #159344;
	border-color: #159344;
	color: #fff;
}

.page.red a:hover {
	background: #bd0012;
	color: #fff;
	border-color: #bd0012;
}

.page.red a.hover {
	background: #bd0012;
	border-color: #bd0012;
	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: #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 ————— */
/* ————— 公共部分 end ————— */

/* ————— 第1通栏 start ————— */
.indexTitleBox {
	padding-left: 22px;
	padding-top: 17px;
	background: url(../images/titleBg.png) left 0px no-repeat;
}

.indexTitleBox .title {
	height: 62px;
	line-height: 62px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.indexTitleBox .titleEg {
	height: 52px;
	line-height: 52px;
	font-size: 30px;
	font-weight: bold;
	color: rgba(51, 51, 51, 0.1);
	text-transform: uppercase;
}

.column1Top {
	position: absolute;
	bottom: 220px;
	top: 80px;
	left: 0;
	background: #FFFFFF;
}

.column1Left {
	float: left;
	display: inline;
	width: 40.1042%;
	height: 100%;
	position: relative;
}

.column1TopC {
	height: 200px;
	padding-left: 20.8333%;
}

.column1TopC1 {
	position: absolute;
	width: 100%;
	height: 422px;
	left: 0;
	bottom: 0;
	background: url(../images/columnBg2.jpg) left center no-repeat;
	padding: 0 13% 0 20.8333%;
	box-sizing: border-box;
}

.column1Con {
	height: 120px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	margin-bottom: 60px;
}

.indexMorew {
	height: 70px;
	line-height: 70px;
}

.indexMorew a {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	padding-left: 86px;
	background: url(../images/indexMore.png) left center no-repeat;
	font-size: 14px;
	color: #159344;
	transition: .5s;
	-webkit-transition: .5s;
}

.indexMorew a:hover {
	padding-left: 92px;
	font-weight: bold;
}

.column1Right {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.column1Bottom {
	position: absolute;
	width: 100%;
	height: 220px;
	left: 0;
	bottom: 0;
	background: url(../images/column1Bg.png) center no-repeat;
}

.cloumn1Dl {
	overflow: hidden;
	margin: 0 -1px;
}

.cloumn1Dl dd {
	float: left;
	display: inline;
	width: 25%;
}

.cloumn1Dl dd .con {
	height: 220px;
	border-right: 1px solid #f5f5f5;
}

.cloumn1Dl dd .text {
	padding: 0 128px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #159344;
}

.cloumn1Dl dd .title {
	padding: 0 128px;
	text-align: center;
}

.cloumn1Dl dd .titleCon {
	display: inline-block;
}

.cloumn1Dl dd .nubTitle {
	float: left;
	display: inline;
	height: 62px;
	line-height: 62px;
	padding-left: 55px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 30px;
	color: #159344;
	font-weight: bold;
}

.cloumn1Dl dd i {
	float: left;
	display: inline;
	height: 62px;
	line-height: 62px;
	font-size: 30px;
	color: #159344;
	font-weight: bold;
	font-style: normal;
}

.cloumn1Dl dd em {
	float: left;
	display: inline;
	height: 32px;
	line-height: 32px;
	font-style: normal;
	padding: 0 5px;
	font-size: 24px;
	color: #159344;
	font-weight: bold;
}

/* ————— 第1通栏 end ————— */

/* ————— 第2通栏 start ————— */
.section3 .indexTitleBox {
	position: absolute;
	z-index: 5;
	top: 140px;
	left: 8.2292%;
}

.column2Table {
	position: absolute;
	width: 360px;
	bottom: 0%;
	right: 0;
	top: 80px;
}

.column2Dl {
	position: relative;
	height: 100%;
}

.column2Dl dd {
	width: 100%;
	height: 25%;
	cursor: pointer;
}

.column2Dl dd .con {
	position: relative;
	height: 100%;
}

.column2Dl dd .pic {
	position: relative;
	height: 100%;
}

.column2Dl dd .pic::before {
	padding-top: 0%;
}

.column2Dl dd .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0, 0.5);
	transition: .4s;
	-webkit-transition: .4s;
}

.column2Dl dd .column2Icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	transition: .4s;
	-webkit-transition: .4s;
}

.column2Dl dd .column2Text {
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	transition: .4s;
	-webkit-transition: .4s;
}

.column2Dl dd.hover .text {
	opacity: 0;
}

.column2Dl dd.hover .column2Icon {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	opacity: 0;
}

.column2Dl dd.hover .text {
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	opacity: 0;
}

.column2TabC {
	position: absolute;
	right: 360px;
	bottom: 0;
	left: 0%;
	top: 80px;
}

.column2TabC::before {
	display: block;
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/col2Bg1.jpg) left center no-repeat;
}

.column2TabC::after {
	display: block;
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../images/col2Bg2.jpg) left center no-repeat;
}

.column2TableList {
	position: absolute;
	width: 100%;
	bottom: 0;
	top: 0px;
	left: 0;
}

.column2TableL {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
}

.column2Banner {
	position: absolute;
	left: 14.3590%;
	right: 8.9744%;
	bottom: 30px;
	z-index: -1;
	opacity: 0;
	/* overflow: hidden; */
}

.column2Banner:after {
	display: block;
	content: "";
	padding-top: 100%;
}

.column2Banner .bd {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.column2TableList.active .column2Banner {
	z-index: 2;
	opacity: 1;
}

.column2Banner .pic::before {
	padding-top: 100%;
}

.column2Banner .pic img {
	object-fit: contain;
}

.column2Banner .column2BannerText {
	display: none;
}

.column2Banner .prev {
	position: absolute;
	width: 60px;
	height: 60px;
	border: 1px solid #159344;
	right: -5%;
	bottom: -10px;
	z-index: 3;
	border-radius: 60px;
	background: url(../images/column2Pev.png) center center no-repeat;
	transition: .4s;
	-webkit-transition: .4s;
	cursor: pointer;
}

.column2Banner .next {
	position: absolute;
	width: 60px;
	height: 60px;
	border: 1px solid #159344;
	right: -30%;
	bottom: -10px;
	z-index: 3;
	border-radius: 60px;
	background: url(../images/column2Net.png) center center no-repeat;
	transition: .4s;
	-webkit-transition: .4s;
	cursor: pointer;
}

.column2Banner .prev:hover {
	background-color: #159344;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	background: #159344 url(../images/column2Pev_h.png) center center no-repeat;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
}

.column2Banner .next:hover {
	background-color: #159344;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	background: #159344 url(../images/column2Net_h.png) center center no-repeat;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
}

.column2TableR {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 50%;
	right: 0;
	opacity: 0;
	z-index: -1;
	padding: 4.5% 0 0;
	box-sizing: border-box;
}

.column2TableList.active .column2TableR {
	opacity: 1;
	z-index: 1;
}

.column2TableR .column2TableRC {
	margin: 0 15.3846% 0 14.6154%;
}

.column2TableRC .column2rTitle {
	height: 58px;
	line-height: 58px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

.column2TableRC .column2rItro {
	height: 120px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	margin-bottom: 22px;
}

.column2rnature .title {
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #333;
	margin-bottom: 6px;
}

.column2rnature .text {
	line-height: 26px;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}

.column2TableR .indexMorew {
	margin: 0 15.3846% 0 14.6154%;
}

.column1Page {
	position: absolute;
	right: 60px;
	height: 80px;
	line-height: 80px;
	bottom: 50px;
}

.column1Page span {
	font-size: 72px;
	color: #afd0bc;
	font-style: italic;
	font-weight: bold;
}

.column1Page em {
	font-size: 36px;
	color: #afd0bc;
	padding: 0 3px;
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3Box {
	padding-top: 60px;
}

.column3Left {
	float: left;
	display: inline;
	width: 185px;
	margin-right: 88px;
}

.column3Table dd {
	height: 40px;
	line-height: 40px;
	margin-bottom: 40px;
}

.column3Table dd a {
	display: block;
	height: 40px;
	line-height: 40px;
	position: relative;
	font-size: 20px;
	color: #333;
}

.column3Table dd a::after {
	display: block;
	content: "";
	position: absolute;
	width: 60px;
	height: 4px;
	right: 0;
	top: 50%;
	margin-top: -2px;
	background: #159344;
	transition: .4s;
	-webkit-transition: .4s;
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	opacity: 0;
}

.column3Table dd.hover a {
	color: #159344;
	font-size: 24px;
}

.column3Table dd.hover a::after {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
}

.column3More {
	padding-top: 75%;
}

.column3Right {
	overflow: hidden;
	margin-left: 88px;
}

.column3List {
	overflow: hidden;
	margin: 0 -15px;
}

.column3List dd {
	float: left;
	display: inline;
	width: 33.333%;
}

.column3List dd .con {
	margin: 0 15px;
}

.column3List dd .pic::before {
	padding-top: 66.666%;
}

.column3List dd .text {
	padding-top: 47px;
}

.column3List dd .title {
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	margin-bottom: 6px;
}

.column3List dd .title a {
	font-size: 20px;
	color: #333;
	transition: .4s;
	-webkit-transition: .4s;
}

.column3List dd .textc {
	height: 68px;
	line-height: 34px;
	overflow: hidden;
	font-size: 16px;
	color: #666;
	margin-bottom: 38px;
}

.column3List dd .textBottom {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

.column3List dd .time {
	padding-right: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.column3List dd .more {
	width: 85px;
	height: 45px;
	position: relative;
	overflow: hidden;
}

.column3List dd .more::after {
	display: block;
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	border: 2px solid #159344;
	border-radius: 36px;
	right: -50px;
	top: 50%;
	margin-top: -18px;
	transition: .4s;
	-webkit-transition: .4s;
}

.column3List dd .more a {
	display: block;
	height: 45px;
	background: url(../images/indexMore1.png) right center no-repeat;
	transition: .4s;
	-webkit-transition: .4s;
	position: relative;
	z-index: 3;
}

.column3List dd .title:hover a {
	color: #159344;
}

.column3List dd:hover .time {
	color: #159344;
}

.column3List dd:hover .more:after {
	right: 0;
}

.column3List dd:hover .more a {
	background: url(../images/indexMore1h.png) 40px center no-repeat;
}

/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
/* ————— 第8通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */
