@charset "UTF-8";
/* ========== 主体框架 start ========== */
#fullpage {
	transition: all 500ms cubic-bezier(0.6, 0, 0, 0.6) !important;
}
/* ————— 头部 start ————— */
.subtopBox{height: 85px;}
.subTop.top{background-color: #fff;}
.subTop .menu dd .yj a{color:#333;}
.subTop .menu dt.icn{background-color:#208001;}
.subTop .topSearch {border: 1px solid #666;}
.subTop .topSearch input{color: #000;}
.subTop .topSearch a{background: url(../images/toSearch-hui.png) no-repeat right center;}

.top{background-color: transparent; height:85px; position: fixed; left: 0; top: 0; z-index: 200;width: 100%;transition: all 0.5s;-webkit-transition: all 0.5s;}
.top.show{top: -91px;}
/* logo start */
.logo{padding-top: 15px;float: left;display: inline;}
.logo img{height: 56px;}
/* logo end */
/* 导航列表start */
.top .bg{transition: all 0.5s; width: 100%;height: 0;background:rgba(0, 0, 0, .1);position: absolute;left: 0;top: 100%;z-index: -1;}
.menu{position: relative;}
.menu dd{float:left;display: inline; margin-right:57px;position: relative;z-index: 2;}
.menu dd .yj a{ display: block;line-height: 85px;height: 85px;font-size: 15px;color: #fff;text-align: center;position: relative;}
.menu dt.icn{height: 4px; background-color: #fff;position: absolute;left: 0;bottom: 0;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.menu dd .ej{position: absolute;top: 95%;white-space: nowrap;opacity: 0; visibility: hidden;overflow:hidden;height: 0;}
.menu dd .ej.open{height: 60px;}
.menu dd .ej li{display: inline-block; margin-right: 50px;}
.menu dd .ej li span a{line-height: 20px;display: block;font-size: 13px;color: #fff;padding-top: 10px;text-align: center;}
.menu dd .ej li:last-child { margin-right: 0;}

.menu dd.hover .ej {opacity: 1;visibility: visible;}
.menu dd .ej li span a:hover{color: #208001;}
/* 导航列表end */
/* 搜索 start */
.topC::after{clear: both;content: '';display: block;visibility: hidden;}
.topC .topR::after{clear: both;content: '';display: block;visibility: hidden;}

.topSearch{position: relative;width: 300px;border: 1px solid #fff;height: 50px;border-radius: 30px; line-height: 50px;}
.topSearch{line-height: 90px;position: relative;}
.topSearch input{background-color:transparent;border: 1px  solid rgba(255,255,255,.3);height: 50px;line-height: 50px;padding:0 30px;border-radius: 25px;width: 170px;color: #fff;font-size:14px;box-sizing: border-box;-webkit-box-sizing: border-box;overflow: hidden;position: absolute;left: 0;top: 0;border: none;}
/* .topSearch::before{display: block;content:'';background:url(../images/tosearch.png) no-repeat right center;width: 15px;height: 15px;position: absolute;right: 16px;top: 50%;transform: translateY(-50%);} */
.topSearch input::-webkit-input-placeholder{color:#fff;font-size:14px;}
.topSearch a{display: block;background: url(../images/tosearch.png) no-repeat right center;height: 15px;width: 15px;position: absolute;right: 15px;top: 50%;transform: translateY(-50%);}
.topC .indexBgImg{background:#fff;width:100%;position: absolute;left: 0;top: 100%;height:80px;}
.topSearch  .select{position: absolute;left: 57%;top: 0;width: 90px;height: 100%;}
.topSearch .aykj_cssSelect .aykj_selectLt{height: 50px;line-height: 50px;color: #fff;}
.subTop .topSearch .aykj_cssSelect .aykj_selectLt{color:#666;}
.topSearch .aykj_cssSelect .aykj_selectBox{border:none;}
.topSearchC{padding-top:17px;}
.topSearchC .aykj_beautify_input{position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: none;color: #666;display: block;}

.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:65px;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: #ed7000 url(../images/common/searchH.png) no-repeat center center;background-size: 19px 20px;color: #fff;font-size: 30px;text-align: center;line-height: 60px;}
.searchPWBox a:hover {opacity: 0.9;}
@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}
/* 搜索 end */
/* 导航 start */
/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;height: 100%;}
.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 a{display: block;height: 100%;width: 100%;}
.indexBanner .slick-dots{position: absolute;bottom: 10%;right: 10%;width: 100%;text-align: right;font-size: 0;}
.indexBanner .slick-dots li{display: inline-block;width: 42px;height: 42px;line-height: 42px;border-radius: 100%;margin: 0 10px;vertical-align: middle;cursor: pointer;position: relative;position: relative;transition: 1s all linear;font-weight: bold;font-size: 20px;color: #ffffff;z-index: 5;text-align: center;}
.indexBanner .slick-dots li::before{display: block;content: '';position: absolute;top: 50%;left: 50%;width: 16px;height: 16px;border-radius: 100%;overflow: hidden;margin-top: -8px;margin-left: -8px;background: #fff;transition: 1s all linear;}
.indexBanner ul li.slick-active::before{visibility: hidden;transform: scale(0);-webkit-transform: scale(0);}
.indexBanner ul li.slick-active::after{	content: '';width: 100%;height: 100%;border-radius: 50%;position: absolute;left: 0;top: 0;border-top: 2px solid #fff;-webkit-animation: spin 5s linear infinite;animation: spin 5s linear infinite;}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}


.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: 50%; top:50%;transform: translate(-50%,-50%); font-size: 0;}
.indexBanner .img img{overflow: hidden; display: inline-block;}
.indexBanner .img img.show{visibility: visible;}
.indexBanner .bd .mySlide .bg{height: 100%;width:100%;object-fit: cover;transition: all 1.5s 0s ease-in-out;transform: scale(1);-webkit-transform: scale(1);background-repeat: no-repeat;background-position: center center;background-size: cover}
.indexBanner .bd .mySlide.on .bg{transform: scale(1.15);-webkit-transform: scale(1.15);}

.cloudWave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/cloudWave1.png) left top no-repeat;
	background-size: contain;
	-webkit-animation: cloud 250s linear infinite;
	-moz-animation: cloud 250s linear infinite;
	-o-animation: cloud 250s linear infinite;
	animation: cloud 250s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.cloudWave.cloudWave2 {
	background: url(../images/cloudWave2.png) center center no-repeat;
	background-size: contain;
}

@keyframes cloud {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(1920px);
	}
}
/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 底部中间start   */
.footerM{ padding: 47px 0 0; background-color: #333;}
.footerC{overflow: hidden;}
.footerML{overflow: hidden; margin-right: 50px;}
.footerLogo{ margin-bottom: 60px;}
.footerLogo img{ display: block; height: 55px;}
.footerList{overflow: hidden;margin-bottom: 6px;font-size:15px;}
.footerList .label{height: 30px;line-height: 30px;font-weight: bold;float: left;display: inline;margin-right: 5px;}
.footerList .text{overflow: hidden;height: 30px;line-height: 30px;}
.footerList .item{overflow: hidden;background:url(../images/footerTb2.png) no-repeat left center;padding-left:50px;margin-bottom: 23px;font-weight: bold;font-size: 15px;color: #fff;}
.footerList .item.phone{background:url(../images/footerTb1.png) no-repeat left center ;}
.footerList .info{float: left;display: inline;margin-right: 20px;}

.footerMR{float: right; display: inline;width:39.4231%;overflow: hidden;}
.footerDl1 {overflow: hidden;margin-bottom: 52px;}
.footerDl1 dd{float: left;display: inline;border-right:1px solid rgba(255,255,255,.1);box-sizing: border-box;padding: 0 20px;-webkit-box-sizing: border-box;}
.footerDl1 dd a{font-size:15px;height: 25px;line-height: 25px;color: #fff;display: block;}
.footerDl2 {overflow: hidden;width:37.3984%;margin-right: -10px;float: right;display: inline;}
.footerDl2 .ddCon{margin-right: 10px;padding:5px;border:1px solid rgba(255,255,255,.3);border-radius: 3px;}
.footerDl2 dd{float: left;display: inline;width:50%;box-sizing: border-box;}
.footerDl2 dd .pic::before{padding-top: 100%;}
.footerDl1 dd:hover a{color:#208001;}
.footerDl1 dd:last-child{border-right:none;}
.footerDl2 dd .text{font-size:14px;color:#fff;height:30px;line-height: 30px;text-align: center;}
/* 底部中间end   */
/* 底部版权start   */
.copyright{background-color: #3b3b3b;line-height: 57px;overflow: hidden;font-size:14px;color:#ccc;}
.column5Right .copyright{background-color: transparent;font-size:14px;line-height: 40px;}
.column5Right .copyright span,.column5Right .copyright a{margin-right: 10px;color: #666;}
.column5Right .copyright a:hover{color:#208001;}
.column5Right .text a:hover{color:#208001;}
.column5Right .text{font-size:14px;color:#666;line-height: 40px;}
.footerM .copyright .text{overflow: hidden;text-align: right;}
.column5Right .copyright  a{color:#666;}
.copyright  a{margin-left:10px;color:#ccc;}
.copyright  a:hover{color:#208001;}
/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top:20.8333%;}
.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;}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;text-align: center;}
.subBanner .textC .cnTitle{font-size: 30px;color: #ffffff;line-height: 30px;font-weight: bold;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1); margin-bottom: 10px;}
.subBanner .textC .enTitle{font-size: 14px;color: rgb(255 255 255 / .78);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%;height: 60px;box-shadow:0 3px 5px #dcdcdc;background-color: #fff;position: relative;}
.locationBg{background:  url(../images/subBannerBg.png) no-repeat center bottom / cover;display: block;content: '';width: 100%;height: 90px;position: absolute;left: 0;bottom: 0;z-index: 0;}
.location{height: 60px;overflow: hidden;padding-left: 33px;position: relative;}
.location a.home{ position: absolute; left: 0; top: 0; width: 33px; height: 100%;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/home.png); padding-left: 0; margin-right: 0;}
.location a{display: inline;float: left;height: 60px;line-height: 60px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/icon8.png);color: #a3a3a3;font-size: 14px;}
.location a:hover{color:#208001}
.location a.hover{color:#208001}
.subNavBox{margin-right:-15px; position: relative;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline;float: left;line-height: 25px;height:60px;color: #666666;font-size: 14px;padding: 0 40px;text-align: center;background-repeat: no-repeat;background-position: left center;position: relative;}
.subNav a em{width: 35px;height: 35px;background-repeat: no-repeat;background-position: left center;position: absolute;left: 10px;top: 11%;display: inline-block;background-size: contain;animation: subNavUp 1.5s linear infinite;}
@keyframes subNavUp {
    0% { 
        transform: scale(1);
    }
    50% { 
        transform: scale(1.2);
    }
    100% {
        transform: translateY(1);
    }
}

.subNav a.hover{color: #208001}
.subNav a:hover{color: #208001}
.subNav1::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav1 a{display: inline;float: left;line-height: 65px;height:65px;color: #666666;font-size: 14px;margin:0 14px;}
.subNav1 a.hover{color: #fca702;border-bottom: 3px solid #fca702;}
.subNav1 a:hover{color: #fca702;border-bottom: 3px solid #fca702;}
/* ————— 当前位置 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: #208001; color: #FFF; border-color: #208001;}
.sjMenu a.hover{ background: #208001; color: #FFF; border-color: #208001;}
/* ————— 三级栏目 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: #208001;color: #fff;}
.page a.hover{background: #208001;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 ————— */
.indexTitle{margin-bottom: 88px;}
.indexTitle .cnTitle{font-size:28px;color:#333333;height: 42px;line-height: 42px;}
.indexTitle .enTitle{font-size:36px;color:rgba(51,51,51,.2);height: 45px;line-height: 45px;text-transform: uppercase;font-weight: bold;}

.moreBox{text-align: center;opacity:0;visibility: hidden;transition:all 500ms;}
.more{height: 45px;border:1px solid #228104;border-radius: 25px;display: inline-block;vertical-align: middle;padding:0 25px;}
.more a{height: 45px;color:#228104;font-size:15px;line-height: 45px;display: block;background:url(../images/moreTb-lv.png) no-repeat right center;padding-right: 35px;}

.indexScrll {position: absolute;left:10%;bottom:10%;animation: upDown 2s linear infinite; transition: all 800ms;-webkit-transition: all 800ms;cursor: pointer;z-index: 100;}
.indexScrll:after{display: block;content:'';visibility: hidden;overflow: hidden;}
.indexScrll i{overflow: hidden; font-size:16px;color: #fff;height: 30px;line-height: 30px;text-transform: uppercase;}
.indexScrll em{background:url(../images/shubiaoTb.png) no-repeat left center;width: 30px;height: 30px; float: left;display: inline; }
@keyframes upDown {
    0% { 
        transform: translateY(0);
    }
    50% { 
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2{overflow: hidden;height: 100%;position: relative;}
.column2 .indexTitle{margin-bottom: 25px;}
.column2 .indexTitle .enTitle{height: 48px;line-height: 48px;}
.column2 .indexTitle .cnTitle{height: 43px;line-height: 43px;}
.column2TextC{font-size:15px;color:#333;height: 165px;line-height:27px;margin-bottom: 45px;padding-right:10px;}
.column2Bg .leftBg{background-repeat: no-repeat ;background-position:left bottom;width:17vw;height:35vh;position: absolute;left: 0;bottom: 0;clip-path: ellipse(0 0 at 0 35vh);transition: all 800ms linear;-webkit-transition: all 800ms linear;}
.column2Bg .rightBg{ background-repeat: no-repeat ;background-position:right center;background-size:cover; width: 51vw;height: 100vh;position: absolute;right: 0;top: 0;clip-path: ellipse(0 0 at 51vw 0);transition: all 800ms linear;-webkit-transition: all 800ms linear;}

.column2Bg .leftBg.active{clip-path: ellipse(17vw 35vh at 0 35vh);}
.column2Bg .rightBg.active{clip-path: ellipse(51vw 100vh at 51vw 0);}

.column2Bg .rightBg em{display: block;background: url(../images/videoTb.png) no-repeat center center;position: absolute;left: 65%;top: 35%;width: 50px;height: 50px;cursor: pointer;}

.column2Con{height: 100%;/* padding: 120px 0; */}
.column2ConBox{width:45.1923%;padding-top: 75px;}
.columnNum{margin:30px -50px 40px 0;}
.columnNum::after{display: block;content:'';visibility: hidden;clear: both;overflow: hidden;}
.columnNum dd{float:left;display:inline;width: 33.3333%;}
.columnNum .ddCon{margin-right: 50px;}
.columnNum dd .numCon{height:70px;line-height:70px;margin-bottom: 5px;}
.columnNum dd span{display: inline-block;}
.columnNum dd .num{font-size:110px;color:#1e7501;font-family: "Himalaya";}
.columnNum dd .year{font-size:18px;color:#1e7501;height:70px;border-radius:100%;background-color: #f4f7fb;line-height: 70px;text-align: center;}
.columnNum dd .numText{font-size:14px;color:#999;height: 44px;line-height: 22px;}
.column2 .more{border-color:#c5c5c5;}
.column2 .more a{background:url(../images/moreTb-hei.png) no-repeat right center ;color:#333;}

.column2 .more:hover{border-color:#228104;}
.column2 .more:hover a{background:url(../images/moreTb-lv.png) no-repeat right center ;color:#228104;}

.column2 .indexScrll {left:50%;}
.column2 .indexScrll i{color: #666;}
.column2 .indexScrll em{background:url(../images/shubiaotb2.png) no-repeat left center; }
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */

.column3{background:url(../test/column3Bg.jpg) no-repeat center center;background-size: cover;height: 100%;}
.colun3Con{overflow: hidden;}
.column3Right{float: right;display: inline;width:71.9231%;}
.column3Scroll{position: relative;overflow: hidden;height: 600px;}
.column3Scroll .bd{margin-right: -30px;overflow: hidden;}
.column3Scroll .bd .swiper-slide{width:330px ;transition: all 500ms linear;padding-top: 20px;}
.column3 .swiper-slide.swiper-slide-active {width:400px !important;padding:0;}
.column3 .swiper-slide.swiper-slide-active .ddBg::before{display: block;content:'';width: 110px;height: 47px;background: url(../images/column3Tb.png) no-repeat center top;position: absolute;left:20px;top: 0;z-index:110;}
.column3 .swiper-slide.swiper-slide-active .column3textC em{position: relative;top:-25px;}
.column3 .swiper-slide.swiper-slide-active .priceCon{display: block;}
.column3 .priceCon{width: 200px;height: 30px;border-radius:30px;background-color: #fff;color: #276ec6;position: absolute;left: 50%;bottom: 20px;transform: translateX(-50%);display: none;line-height: 30px;text-align: right;box-sizing: border-box;padding-right: 30px;}
.column3 .priceCon span{width: 100px;height: 25px;border-radius:30px;background-color: #276ec6;color: #fff;position: absolute;left: 4px;top: 3px;padding-right: 30px;box-sizing: border-box;line-height: 25px;}

.column3Scroll .nowPage{position: absolute;left: 40%;bottom: 0;font-size: 40px;color: #fff;}
.column3Scrollbar{height: 5px;background: rgba(255,255,255,.5);position: absolute;z-index: 5;width: 40%;left: 47%;bottom: 0;border-radius: 10px;}
.column3Scrollbar .swiper-scrollbar-drag{background:#208001;/* width: 32% !important; */}
.column3prev{width: 50px;line-height: 50px;height: 50px;border-radius: 100%;background:url(../images/prev-bai.png) no-repeat center center;z-index:100;position: absolute;right:70px;bottom:0;border: 1px solid rgba(255,255,255,.5);cursor: pointer;}
.column3next{width: 50px;height: 50px;line-height: 50px;border-radius: 100%;background:url(../images/next-bai.png) no-repeat center center;z-index:100;position: absolute;right:0;bottom:0;border: 1px solid rgba(255,255,255,.5);cursor: pointer;}
.column3prev:hover,.column3next:hover{background-color: #208001;border-color:#208001}

.column3RDl{margin-right: 30px;border-radius: 10px;}
.column3RDl::after{display: block;content:'';visibility: hidden;overflow: hidden;clear: both;}
.column3RDl dd{float: left;display: inline;width: 100%;border-radius: 10px;overflow: hidden;}
.column3RDl .ddCon{position: relative;border-radius:10px ;display: block;}

.column3RDl dd .pic::before{padding-top:150%;}
.column3RDl .ddCon .ddBg{position: absolute;left: 0;bottom: 80px;}
.column3Left{overflow: hidden;padding-top: 10%;}
.column3Left .indexTitle{margin-bottom: 35px;}
.column3Left .indexTitle .cnTitle{color:#fff;height: 42px;line-height: 42px;}
.column3Left .indexTitle .enTitle{color:rgba(255,255,255,.1);}
.column3Left span{font-size:16px;color:#fff;height: 30px;line-height: 30px;margin-bottom: 55px;}

.column3Left .more{border-color: #fff;padding:0 25px;transition: all 500ms;}
.column3Left .more a{color:#fff;display: block;background:url(../images/moreTb-bai.png) no-repeat right center;padding-right: 35px;}
.column3textC{height: 80px;background-color:#2d55aa;font-size:14px;color:#fff;line-height: 80px;font-weight: bold;text-align: center;position: absolute;left: 0;bottom: 0;width: 100%;}
.column3textC em{font-style: normal;}
.column3RDl .ddBg{height: 60px;overflow: hidden;width: 100%;position: relative;}
.column3RDl .ddBg svg{width: 100%;height: 60px;position: absolute;left: 0;margin-left: 0;top: 0;}
.column3RDl .ddBg .parallax .use2{display: none;}
.column3RDl .ddBg .parallax .use4{display: none;}
.column3 .swiper-slide.swiper-slide-active .parallax > use {
animation: move-forever 5s linear infinite;
transform-origin: 50% 50%;
}
.column3 .swiper-slide.swiper-slide-active .parallax > use:nth-child(1) {
animation-delay: -2s;
}
.column3 .swiper-slide.swiper-slide-active .parallax > use:nth-child(2) {
animation-delay: -2s;
animation-duration: 8s;
}
.column3 .swiper-slide.swiper-slide-active .parallax > use:nth-child(3) {
animation-delay: -4s;
animation-duration: 10s;
}
.column3 .swiper-slide.swiper-slide-active .parallax > use:nth-child(4) {
animation-delay: -4s;
animation-duration: 3s;
}
  @keyframes move-forever {
	0% {
	  transform: translate(-90px, 0%);
	}
	100% {
	  transform: translate(85px, 0%);
	}
  }
  .editorial {display: block;width: 1920px;height: 660px;margin: 0;}
  .column3 .indexScrll {left:50%;}
  .column3Left .more:hover{background-color: #208001;border-color:#208001;}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4{background:url(../test/column4Bg.jpg) no-repeat center center;background-size:cover;height: 100%;}
.column4ConBox{position: relative;height: 100%;}
.column4Con{position: relative;height: 100%;z-index: 3;}
.indexNewsSlick .bd{height: 100%;}
.indexNewsSlick .myslide{cursor: pointer;height: 100%;}
.indexNewsSlick .prev{width: 48px;height: 48px;border-radius: 100%;background:#fff  url(../images/prev-lv.png) no-repeat center center;z-index:100;position: absolute;right: 70px;top:150px;box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);cursor: pointer;}
.indexNewsSlick .next{width: 48px;height: 48px;border-radius: 100%;background:#fff  url(../images/next-lv.png) no-repeat center center;z-index:100;position: absolute;right: 0;top: 150px;box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);cursor: pointer;}
.indexNewsSlick .prev:hover{background:#208001  url(../images/prev-bai.png) no-repeat center center;}
.indexNewsSlick .next:hover{background:#208001  url(../images/next-bai.png) no-repeat center center;}
.column4Dl {overflow: hidden;}
.column4Dl .dd{float: left;display: inline;}
.column4Dl .ddCon{padding:0 40px;}
.column4Dl .ddCon span{display: block;font-size:18px;color:#333;height: 100px;line-height: 50px;padding-bottom:15px ;margin-bottom: 20px;position: relative;}
.column4Dl .ddCon span::before{display: block;content:'';width: 25px;height: 1px;background-color: #333;position: absolute;left: 0;bottom: 0;}
.column4Dl  .time{font-size:16px;color:#666;height: 30px;line-height: 30px;margin-bottom: 37px;}
.column4Dl  .text{font-size:14px;color:#808080;min-height: 69px;line-height: 23px;margin-bottom: 38px;}
.column4Dl  .pic{margin-bottom: 40px;}
.column4Dl  .pic::before{padding-top:60%;}

.column4Dl .dd:hover  .moreBox{opacity:1;visibility: visible;animation:more-fadeinUp 500ms linear forwards;}
.column4Dl .dd .more{transition: all 800ms;}
.column4Dl .dd:hover .ddCon span{color:#228104;}
.column4Dl .dd .more:hover{background-color: #228104;}
.column4Dl .dd .more:hover a{color: #fff;background:url(../images/moreTb-bai.png) no-repeat right center;}

.column4 .column4ConBg{position: absolute;top: 0;left: 0;width: 25%;height: 100%;background-color:rgba(0,0,0,.05);clip-path: url(#newsddBg);opacity: 0;z-index: 2;-webkit-clip-path: url(#newsddBg);}

@keyframes more-fadeinUp {
	0%{
		transform: translateY(10px);
	}
	50%{
		transform: translateY(5px);
	}
	100%{
		transform: translateY(0);
	}
}
.column4 .indexScrll {left:50%;}
.column4 .indexScrll i{color: #666;}
.column4 .indexScrll em{background:url(../images/shubiaotb2.png) no-repeat left center; }
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
.column5{height: 100%;}
.column5Con{height: 100%;position: relative;}
.column5Con::after{display: block;content:'';clear: both;visibility: hidden;overflow: hidden;}
.column5Left{float: left;display: inline;width:60.2564%;}
.column5Right{overflow: hidden;padding:0 70px;}
.column5Bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.column5Bg .leftBg{background:url(../test/column5LeftBg.jpg) no-repeat center center;width:58.3333%;position: absolute;left: 0;top: 0;height: 100%;}
.column5Bg .rightBg{background:url(../test/column5RightBg.jpg) no-repeat center center;height: 100%;position: absolute;right: 0;top: 0;width: 41.6667%;}
.column5Left .lineBg{background:url(../images/indexline.png) no-repeat center center;height: 460px;}
.column5Left .indexTitle{margin-bottom: 52px;}
.column5Left .indexTitle .enTitle{color:rgba(255,255,255,.1);}
.column5Left .indexTitle .cnTitle{color:#fff;}
.column5List{position: relative;height: 460px;width: 100%;}
.column5List dd{position: absolute;width: 100%;height: 140px;box-sizing: border-box;cursor: pointer;}
.column5List dd .text{color: #fff;font-size:18px;height: 42px;line-height: 42px;position: absolute;z-index: 0;font-weight: bold;}
.column5List .dd1 .text{
    right: 9%;
    top: 17%;
}
.column5List .dd2 .text{
    right: 9%;
    top: 17%;
}
.column5List .dd3 .text{
    right: -19%;
    top: 23%;
}
.column5List .dd4 .text{
    right: 3%;
    top: 0;
}
.column5List .dd1{right: 23.5%;top: -8%;}
.column5List .dd2{right: 45.2835%;top: 8.7391%;}
.column5List .dd3{right: 44.5%;bottom: 19.6957%;}
.column5List .dd4{right: 65.4925%;bottom: -9%;}
.column5List dd::before{display: block;content: '';background:url(../images/indexcolumn5Tb1.png) no-repeat ;width: 18px;height: 18px;position: absolute;}
.column5List .dd1::before{right: 30px;top: 40px;}
.column5List .dd2::before{right: 30px;top: 40px;}
.column5List .dd3::before{right: 45px;top: 46px;}
.column5List .dd4::before{right: -25px;top: 15px;}
.column5List dd::after{display: block;content: '';width: 10px;height: 10px;border-radius: 100%;background-color: #fff; position: absolute;}
.column5List .dd1::after{right: 35px;top: 75px;}
.column5List .dd2::after{right: 35px;top: 85px;}
.column5List .dd3::after{right: 50px;top: 78px;}
.column5List .dd4::after{right: -20px;top: 50px;}
.column5List dd .html{opacity:0;visibility: hidden; background-color: #fff;padding:15px 30px;border-radius: 10px;width: 360px;box-sizing: border-box;-webkit-box-sizing: border-box;position: absolute;right: 10%;top: -30%;z-index: 10000;transform: scale(0);-wenkit-transform: scale(0);transition: all 1s ease;-webkit-transition: all 1s ease;overflow: hidden;}
.column5List .dd4 .html{position: absolute;right:-55%;}
.column5List dd .htmlTitle{overflow: hidden; font-size:18px;color: #333;height: 45px;line-height: 45px; margin-bottom: 15px;font-weight: bold;}
.column5List dd .html em {float: right;display: inline; text-align: right; background:url(../images/column5HtmlTb.png) no-repeat right center;width: 42px;height: 42px;}
.column5List dd .html img{width: 100%;height: 100%;}
.column5List dd .html .con{font-size:13px;color: #666;min-height: 20px;line-height: 20px; }
.column5List dd:hover .html{opacity:1;visibility: visible;transform:scale(1);-wenkit-transform: scale(1);}
.column5LeftText{padding:15px 30px;background-color: #fff;border-radius:15px;display: none;position: absolute;left: 0;top:0;}
.column5LeftText span{display: block;font-size:18px;font-weight: bold;color:#333;height: 45px;line-height: 45px;}
.column5LeftText .con{font-size:13px;color:#666;min-height: 40px;line-height: 40px;}

.column5Right .column5logo{background:url(../images/logo-hei.png) no-repeat left center;height: 55px;width: 370px;border-bottom: 1px solid #ccc;padding-bottom: 40px;margin-bottom: 38px;}
.column5Right .contactCon .item{height: 35px;line-height: 35px;overflow: hidden;}
.column5Right .contactCon .item .label{font-size:14px;color:#333;float: left;display: inline;}
.column5Right .contactCon .item .text{overflow: hidden;font-size:14px;color:#333;}
.column5Ewm{margin-bottom: 72px;}
.column5Ewm span{display: block;height: 45px;padding:42px 0 20px;font-size:24px;color:#333;font-weight: bold;}
.column5Ewm .ewmList{overflow: hidden;margin-right: -10px;}
.column5Ewm .ewmList dd{float: left;display: inline;}
.column5Ewm .ewmList .ddCon{margin-right: 10px;padding:5px;border:1px solid #fff;}
.column5Ewm .ewmList .pic{width:150px;}
.column5Ewm .ewmList .pic::before{padding-top:100%;}
.column5Ewm .ewmList .text{font-size:16px;color:#333;height: 30px;line-height: 30px;text-align: center;}
.column5Copyright{font-size:14px;color: #666666;line-height:27px;}
.technology{font-size:14px;color: #666666;line-height:28px;}
.technology  a:hover{color:#208001;}
.column5Copyright a:hover{color:#208001;}

.layui-layer-setwin .layui-layer-close2{z-index:5;}
.layui-layer-setwin a.layui-layer-ico:hover{background-color:#208001;}
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
/* ————— 第8通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */