@charset "UTF-8";
/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.top{width: 100%;left: 0;top: 0;z-index: 5;position: fixed;min-width: 1280px;padding: 30px 60px 0;box-sizing: border-box;-webkit-box-sizing: border-box;}
.topBoxC{height: 90px;}
/* logo start */
.logo{float: left;overflow: hidden;display: inline;margin-right: 50px;margin-top: 22px;}
.logo a{display: block;}
.logo img{height: 46px;}
.logo img.img2{display: none;}
.wrapTop{padding: 0 40px;background-color: rgba(255, 255, 255, 0.9);position: relative;border-radius: 15px;box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.08);transition: all 0.3s;-webkit-transition: all 0.3s;}
.top.on .wrapTop{background-color: unset;box-shadow: unset;}
.top.on .topSearch{display: none;}
.top.on .topAdmin{display: none;}
.top.on .menu dt.icn{display: none;}
.top.on .topRUpCL{display: inline;}
.top.on .topRUpCL .input{padding: 0 20px;width: 230px;}
.top.on .topMore{background-color: #e60112;}
.top.on .topMore span .line{background-color: #fff;border-radius: 2px;}
.top.on .topMore span .line:nth-child(2){opacity: 0;}
.top.on .topMore span .line:nth-child(1){-webkit-transform: translateY(9px) rotate(45deg) ;transform: translateY(9px) rotate(45deg)}
.top.on .topMore span .line:nth-child(3){-webkit-transform: translateY(-7px) rotate(-45deg) ;transform: translateY(-7px) rotate(-45deg)}
.topRUpCL{float: right;display: none;position: relative;border: 2px solid #c7cdd0;border-radius: 60px;margin-top: 15px;margin-right: 20px;}
.topRUpCL .input{float: left;display: inline;border: none;padding: 0;width: 0;transition: all 0.3s;-webkit-transition: all 0.3s;}
.topRUpCL .input input{width: 100%;line-height: 56px;height: 56px;background: none;border: none;font-size: 14px;color: #333;}
.topRUpCL .input input::placeholder{font-size: 14px;color: #999999;}
.topRUpCL .searchIcon{float: left;display: inline;width: 56px;height: 56px;}
.topRUpCL .searchIcon a{display: block;background: url("../images/common/search.png") no-repeat center center;height: 100%;}
/* logo end */
/* 导航 start */
.menu{float: right; display: inline;position: relative;}
.menu dd{float:left;display: inline; margin-right:90px;position: relative;z-index: 2;}
.menu dd .yj a{ display: block;line-height: 90px;height: 90px;font-size: 18px;color: #333333;text-align: center;position: relative;transition: all 0.5s;-webkit-transition: all 0.5s;}
.menu dt.icn{height: 4px;border-radius: 4px; background-color: #ea3201;position: absolute;left: 0;bottom: 0;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.menu dd .ej{position: absolute;top: 100%;left: 50%;margin-left: -72px; width: 144px;display: none;background-color: rgba(255, 255, 255, 0.85);text-align: center;padding: 30px 10px;box-sizing: border-box;-webkit-box-sizing: border-box;border-radius: 0 0 5px 5px;}
.menu dd .ej li{display:block;}
.menu dd .ej li span a{line-height: 25px;display: block;font-size: 14px;color: #666666;padding: 7px 0;}
.menu dd .ej li:last-child { margin-right: 0;}
.menu dd.hover .yj a{color: #ea3201;}
.menu dd.hover .ej {opacity: 1;visibility: visible;}
.menu dd .ej li span a:hover{color: #ea3201;} 

.topAdmin{float: right;display: inline;width: 38px;margin-left: 210px; margin-top: 25px; height: 38px;border-radius: 40px;border: 2px solid #c9cace;background: url("../images/common/adminIcon.png") no-repeat center center;cursor: pointer;transition: all 300ms;-webkit-transition: all 300ms;}
.topAdmin:hover{ background-color: #ea3201;background-image: url("../images/common/adminIconH.png");border-color: #ea3201;}
.topMore{float: right;display: inline;margin-top: 15px;cursor: pointer;width: 60px;height: 60px;border-radius: 50%;position: relative;-webkit-transition: all 0.3s;transition: all 0.3s;}
.topMore span {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.topMore span .line{width: 24px;height: 2px;background-color: #ea3201;margin: 6px 0; -webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
/* 导航 end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{
	width:30px !important;
	height:30px !important;
	right:-40px;
    top:-40px;
	background:url(../images/common/videoPopClose.png) no-repeat center center;
	}
.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover{ background:url(../images/common/videoPopClose.png) no-repeat center center;}
.aykj-videoPop {
	border:10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1)!important;
	border-radius:5px !important;
	background-color:#000 !important;
	}
/* 视频弹窗 end */
/* 搜索 start */
.topR{margin-top: 32px;}
.search{overflow: hidden;background: #f2f2f2;}
.searchInput{width:268px;z-index:0; float: left; display: inline;}
.searchInput input{width:100%;padding: 0 16px;box-sizing: border-box;-webkit-box-sizing: border-box;height:40px;line-height: 40px;background:none;border:none;}
.searchInput input input::-webkit-input-placeholder {color: #666666; /* placeholder颜色  */font-size:14px; /* placeholder字体大小  */text-align: left; /* placeholder位置  */}
.searchBtn{float: left; display: inline; width: 38px;height:40px;overflow: hidden;background: url(../images/common/search.png) no-repeat center center;position: relative;}
.searchBtn:before {display: block;position: absolute;content: '';left: 0;top: 50%;margin-top: -10px;width: 1px;height: 20px;background-color: #d7d7d7;}

.topSearch{ width: 38px;margin:25px 10px 0 30px; height: 38px; background: url(../images/common/search.png) no-repeat center center; cursor: pointer; border-radius: 40px; transition: all 300ms;-webkit-transition: all 300ms;border: 2px solid #c9cace;}
.topSearch:hover{ background-color: #ea3201;background-image: url("../images/common/searchH.png");border-color: #ea3201;}

.animHide{opacity: 0;}
.model.show::before {animation: menu-animation .8s ease-out forwards;transform: scale(2) translateY(0);}
.model.show {display: block;}
.model {position: fixed;top: 0;left: 0;z-index: 10600;display: none;width: 100%;height: 100%;overflow: hidden;outline: 0;}
.model span {display: inline-block;width: 50px;height: 50px;line-height: 50px;position: absolute;top: 30px;right: 30px;cursor: pointer;font-size: 72px;text-align: center;overflow: hidden;color: #fff;z-index: 10;}
.model::before {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;background-color: rgba(0, 0, 0, .87);width: 100%;height: 0;padding-bottom: 100%;border-radius: 100%;transform: scale(.04) translateY(9999px);overflow: hidden;z-index: 9;}
.searchPWBox {width: 600px;height: 60px;overflow: hidden;border-radius: 5px;position: absolute;top: 50%;left: 50%;z-index: 9;margin: -30px 0 0 -300px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;;}
.searchPWBox input {display: block;float: left;width: 530px;height: 60px;background: none;border: none;line-height: 60px;color: #333;font-size: 16px;padding-left: 10px;background: #fff;}
.searchPWBox input::placeholder {color: #999;font-size: 16px;}
.searchPWBox input::-webkit-placeholder {color: #999;font-size: 16px;}
.searchPWBox a {float: left;display: inline;width: 60px;height: 60px;background: #ea3201 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 */
/* ————— 头部 end   ————— */
/* 弹出菜单start */
.navBox{position: fixed;z-index: 4;top: 0;left: 0;width: 100%; height: 100vh;background-color: #fff;clip-path: circle(0.27rem at calc(100% - 0.775rem) 0.675rem);background-position: center center;background-repeat: no-repeat;transition: clip-path 0.7s ease-in-out;pointer-events: none;}
.navBox.on{pointer-events: auto;clip-path: circle(110vw at calc(100% - 0.775rem) 0.675rem) !important;}
.navBox .wrap{height: 100%;position: relative;}
.navBoxC{position: relative;height: 100%;}
.navBoxUp{padding-top: 15%;}
.navBoxList{padding-bottom: 100px;}
.navBoxList dd{float: left;display: inline;width: 25%;}
.navBoxList dd .con{text-align: center;}
.navBoxList dd .con .conUp{margin-bottom: 30px;line-height: 40px;height: 40px;}
.navBoxList dd .con .conUp a{display: block;font-size: 22px;color: #333333;font-weight: bold;}
.navBoxList dd .con ul li{display: block;}
.navBoxList dd .con ul li a{display: block;line-height: 30px;padding: 10px 0;font-size: 18px;color: #666666;}
.navBoxList dd .con ul li:hover a{color: #ea3201;}
.navBoxList dd .con .conUp:hover a{color: #ea3201;}
.navBoxDown{position: absolute;width: 100%;left: 0;bottom: 70px;}
.navBoxDownL{float: left;display: inline;}
.navBoxDownL .phone .phoneL{float: left;margin-top: 4px; display: inline;width: 60px;height: 60px;border-radius: 50%;background:#ea3201 url("../images/dianhua.png") no-repeat center center;margin-right: 12px;}
.navBoxDownL .phone .text{overflow: hidden;}
.navBoxDownL .phone .text .textOne{line-height: 25px;height: 25px;font-size: 16px;color: #999999;}
.navBoxDownL .phone .text .textTwo{line-height: 35px;height: 35px;font-size: 25px;font-weight: bold;font-style: italic;color: #ea3201;letter-spacing: 1px;}
.navBoxDownL .phone .text .textTwo img{ height:19px; display: inline-block; vertical-align: middle;}
.navBoxDownL .phone .text .textTwo img.img2{display: none;}
.navBoxDownR{float: right;display: inline;}
.navBoxDownRR{float: right;display: inline;margin-right: -20px;margin-left: 20px;}
.navBoxDownRR .item{float: left;display: inline;position: relative;cursor: pointer;}
.navBoxDownRR .item .icon{width: 60px;height: 60px;border-radius: 50%;margin-right: 15px;background-color: rgba(0, 0, 0, 0.1);background-position: center center;background-repeat: no-repeat;transition: all 0.3s;-webkit-transition: all 0.3s;}
.navBoxDownRR .item .ewm{position: absolute;left: 50%;margin-left: -70px; top: -140px;width: 120px;height: 120px;background-color: #fff;border-radius: 5px;visibility: hidden;opacity: 0;transform: translateY(-15px);-webkit-transform: translateY(-15px);transition: all 0.3s;-webkit-transition: all 0.3s;padding: 10px;box-sizing: border-box;-webkit-box-sizing: border-box;filter: drop-shadow( 0 0 10px #999);-webkit-filter: drop-shadow( 0 0 10px #999);}
.navBoxDownRR .item .ewm::before{display: block;content: "";width: 0;height: 0;border-top: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;position: absolute;position: absolute;left: 50%;bottom: -10px;margin-left: -10px;}
.navBoxDownRR .item .ewm img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover; object-position: center center;border-radius: 5px;}
.navBoxDownRR .item.item1 .icon{background-image:url("../images/footerIcon1.png");}
.navBoxDownRR .item.item2 .icon{background-image:url("../images/footerIcon2.png");}
.navBoxDownRR .item:hover .ewm{visibility: visible;opacity: 1;transform: translateY(0px);-webkit-transform: translateY(0px);}
.navBoxDownRR .item.item1:hover .icon{background-image: url("../images/footerIcon1H.png");background-color: #fff;}
.navBoxDownRR .item.item2:hover .icon{background-image: url("../images/footerIcon2H.png");background-color: #fff;}
.navBoxDownRL{line-height: 60px;height: 60px;overflow: hidden;font-size: 16px;color: #999999;}
.indexNews{position: absolute;height: 100%;width: 100%;}
.indexNews svg{width: 0;height: 0;position: absolute;}
.indexNews .slickConBg{position: absolute;top: 0;left: 0;width: 25%;height: 100%; background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 48%, rgb(0,0,0) 49%, rgba(0,0,0,0) 100%);background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 48%, rgb(0,0,0) 49%, rgba(0,0,0,0) 100%);background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.98) 48%, rgb(0,0,0) 49%, rgba(0,0,0,0) 100%);clip-path: url(#newsddBg);opacity: 0;z-index: -1;-webkit-clip-path: url(#newsddBg);}
/* 弹出菜单end */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;}
.indexBanner::before{content: '';display: block;padding-top: 27.0833%;}
.indexBannerLoad{position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); transition: all 1.3s;-webkit-transition: all 1.3s;}
.indexBannerLoad svg{-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;width: 100px;height: 100px;fill: #d71718;}
.indexBannerLoad.hide{ visibility: hidden; opacity: 0;}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg);transform:rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }
.indexBanner .bd{height: 100%; overflow: hidden; position: absolute; width: 100%; left: 0; top: 0;}
.indexBanner .bd .slick-list,.indexBanner .bd .slick-track{height: 100%;}
.indexBanner.delay .bd .slick-track{ transition-delay: 1.3s !important;-webkit-transition-delay: 1.3s !important;}
.indexBanner .mySlide{height: 100%;position: relative;overflow: hidden;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.indexBanner .mySlide .bg{height: 100%;position: absolute;width: 100%;left: 0;top:0; overflow: hidden;background-size: cover;background-position: center center;background-repeat: no-repeat;transition: all 1.5s 0s ease-in-out;transform: scale(1.15);}
.indexBanner .mySlide a{display: block;height: 100%;width: 100%;}
.indexBanner .slick-dots{position: absolute;bottom: 15px;left: 0;width: 100%;text-align: center;font-size: 0;}
.indexBanner .slick-dots li{display: inline-block;width: 40px;height: 5px;border-radius: 5px;margin: 0 7px;vertical-align: middle;cursor: pointer;position: relative;background: #fff;}
.indexBanner .slick-dots li.slick-active{background: #0a569e;}
.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 .imgItem img{overflow: hidden; display: inline-block; visibility: hidden;}
.indexBanner .img .imgItem img.show{visibility: visible;}
.indexBanner .mySlide.on .bg{transform: scale(1);}
/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.pageFooter .footer{box-shadow: 0px -5px 10px rgba(204,204,204 ,0.2);position: relative;}
.footer{ background: #fff;}
.friendLink{ overflow: hidden; margin-right: -40px;}
.friendLink .title{height: 70px; line-height: 70px; padding-left: 48px; color: #cccccc; font-size: 14px; background: url(../images/footerIcn1.png) no-repeat left center; margin-right: 70px;float: left; display: inline;}
.friendLink .list{ overflow: hidden; padding: 20px 0; line-height: 30px; font-size: 0;}
.friendLink .list a{ display: inline-block; color: #cccccc; font-size: 14px; margin-right: 40px;}
.friendLink .list a:hover{ color: #FFF;}
/* 友情链接end   */
/* 底部中间start   */
.footerMLUp{margin-bottom: 35px;}
.footerML{float: left; display: inline;padding: 40px 130px 30px 0;border-right: 1px solid #f2f2f2;}
.footerLogo{ margin-right: 65px;}
.footerLogo img{ display: block; height: 60px;}
.footerLogo img.img2{display: none;}
.footerPhone{ overflow: hidden;}
.footerPhone .phone{padding-left: 60px; background: url(../images/footerIcn2.png) no-repeat left center;height: 40px; line-height: 40px;font-size: 25px;font-weight: bold;font-style: italic;color: #ea3201;letter-spacing: 1px;margin-bottom: 13px;}
.footerPhone .phone img{ height:19px; display: inline-block; vertical-align: middle;}
.footerPhone .phone img.img2{display: none;}
.footerPhone .text{ line-height: 20px; color: #999999; font-size: 14px; letter-spacing: 2px;line-height: 30px;font-size: 16px;color: #666666;}
.footerPhone .text i{font-style: normal;color: #8c8c8c;}
.footerPhone .text span{display: block;}
.footerPhone .text .span1{margin-right: 75px;}
.footerMM{ overflow: hidden;float: left; display: inline;}
.footerMenu{ overflow: hidden;}
.footerMenu dd{ float: left; display: inline; margin-right: 25px;}
.footerMenu dd em{ font-style: normal; display: block; line-height: 35px; height: 35px; overflow: hidden;}
.footerMenu dd em a{ font-size: 16px; color: #cccccc;}
.footerMenu dd em a:hover{ color:#fff;}
.footerMenu dd span{ font-style: normal; display: block; line-height: 25px; padding: 5px 0; overflow: hidden;}
.footerMenu dd span a{ font-size: 14px; color: #666666;}
.footerMenu dd span a:hover{ color:#fff;}
.footerMR{ float: right; display: inline;margin-top: 50px;}
.footerEwm{ overflow:hidden;}
.footerEwm dd{ float:left; display:inline; position:relative; width:120px; overflow:hidden; margin-left:40px;}
.footerEwm dd .con{width: 120px;height: 120px;padding: 5px;border: 1px solid #e6e6e6;border-radius: 5px;box-sizing: border-box;-webkit-box-sizing: border-box; margin-bottom: 5px;}
.footerEwm dd img{ display:block; width:100%; height:100%;}
.footerEwm dd span{ display:block; height:30px; line-height:30px; text-align:center; color:#808080; font-size:16px;}
/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight{ overflow: hidden; font-size: 16px; color: #999999;line-height: 30px;}
/* .friendCopyRight .conL span{ margin-right: 20px;} */
.friendCopyRight .conL img{ margin-right: 10px; vertical-align: middle;}
.friendCopyRight .conL a{ color: #999999; margin-right: 20px;}
.friendCopyRight .conL a:hover{ color: #ea3201;}
.friendCopyRight .conR a{color: #999999; }
.friendCopyRight .conR a:hover{ color: #ea3201;}
/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 36.4583%;}
.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: 40px;color: #ffffff;line-height: 60px;font-weight: bold;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1); }
.subBanner .textC .enTitle{font-size: 22px;color: rgb(255 255 255 / .78);line-height: 45px;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 80px;background: #fff;box-shadow:0 3px 5px #dcdcdc;border-bottom: 1px solid #f0f0f0;}
.location{height: 80px;overflow: hidden;padding-left: 33px;position: relative;}
.location a.home{ position: absolute; left: 0; top: 0; width: 33px; height: 100%;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/home.png); padding-left: 0; margin-right: 0;}
.location a{display: inline;float: left;height: 80px;line-height: 80px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/icon8.png);color: #a3a3a3;font-size: 14px;}
.location a:hover{color:#ea3201}
.location a.hover{color:#ea3201}
.subNavBox{margin-right:-15px; position: relative;z-index:3 !important;}
.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;padding:0 14px;}
.subNav a.hover{color: #ea3201}
.subNav a:hover{color: #ea3201}
/* ————— 当前位置 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: #ea3201; color: #FFF; border-color: #ea3201;}
.sjMenu a.hover{ background: #ea3201; color: #FFF; border-color: #ea3201;}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:15px 20px;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: #ea3201;color: #fff;}
.page a.hover{background: #ea3201;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: #ea3201; color: #FFF; border-color: #ea3201;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn1{background: #ddd; color: #8b8b8b; border-color: #ddd;}

.aykj-alert .layui-layer-btn .layui-layer-btn0{background: #ea3201; border-color: #ea3201;}
/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle{line-height: 50px;height: 50px;font-size: 45px;color: #333333;font-weight: bold;overflow: hidden;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.section1{background-color: #fff;background-position: center center;background-repeat: no-repeat;background-size: cover;overflow: hidden;}
.prductSetion1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 64%;
    height: 84%;
}

.prductSetion1 .con {
    display: block;
    height: 100%;
}

.prductSetion1 .con .conImgBox {
    overflow: hidden;
    height: 100%;
    clip-path: circle(28vw at 62vw -28vw);
    transition: clip-path 1.5s ease-in-out;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f0fe;
    position: relative;
}

.prductSetion1 .con .conImg {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: circle(27vw at 28vw 3vw);
    transition: clip-path 1.5s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0px;
	z-index: 2;
}
  
.prductSetion1 .con .conImg  .pic1{width: 50%;position: absolute;left: 35%;top: 30%;}
.prductSetion1 .con .conImg  .pic1 .pic::before{padding-top: 14.2857%;}
.prductSetion1 .con .conImg .icon1{position: absolute;width: 136px;height: 136px;left: 58%;top: 45%;}
.prductSetion1 .con .conImg .icon1::before{display: block;content: "";width: 165px;height: 165px;background: url("../images/section1Icon1W.png") no-repeat center center;animation: routeTurn 5s linear infinite;-webkit-animation: routeTurn 5s linear infinite; position: absolute;left: 50%;top: 50%;margin-top: -83px;margin-left: -83px;}
.prductSetion1 .con .conImg .icon2{position: absolute;width: 108px;height: 108px;left: 69%;top: 61%;}
.prductSetion1 .con .conImg .icon2::before{display: block;content: "";width: 139px;height: 139px;background: url("../images/section1Icon2W.png") no-repeat center center;animation: routeTurn 4s linear infinite;-webkit-animation: routeTurn 4s linear infinite; position: absolute;left: 50%;top: 50%;margin-left: -70px;margin-top: -70px;}
.prductSetion1 .con .conImg .icon3{position: absolute;width: 108px;height: 108px;left: 84%;top: 59%;}
.prductSetion1 .con .conImg .icon3::before{display: block;content: "";width: 139px;height: 139px;background: url("../images/section1Icon3W.png") no-repeat center center;animation: routeTurn 3s linear infinite;-webkit-animation: routeTurn 3s linear infinite; position: absolute;left: 50%;top: 50%;margin-left: -70px;margin-top: -70px;}
.prductSetion1 .con .conImg2 {
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(252, 236, 218,0.8);;
	z-index: 1;
	clip-path: circle(28vw at 28vw -28vw);
    transition: clip-path 1.5s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0px;
}
  
.prductSetion1 .con .conImgBox.active {
	clip-path: circle(58vw at 56vw -19.5vw);
}

.prductSetion1 .con .conImg.active {
    clip-path: circle(47vw at 51vw -11vw);
}
.prductSetion1 .con .conImg2.active {
    clip-path: circle(51vw at 55vw -11vw);
}
@keyframes routeTurn{
	0%{
		transform: rotate(0);
	}
	100%{
		transform: rotate(360deg);
	}
}
@-webkit-keyframes routeTurn{
	0%{
		-webkit-transform: rotate(0);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}
.section1 .table{position: relative;z-index: 2;}
.section1C{padding-top: 150px;position: relative;}
.section1C .advantagebg1Box{width: 100%;position: absolute;left: 100px;top: 160px;}
.section1C .advantagebg1Box .advantagebg1 {
    width: 50%;
    -webkit-transform-origin: 52% 52%;
    transform-origin: 52% 52%;
    -webkit-animation: boxRotate 10s linear infinite;
    animation: boxRotate 10s linear infinite;
}
.section1C .advantagebg1Box .advantagebg1 .advantageimg1 {
    position: relative;
    left: 0;
    -webkit-animation: innerRotate 10s linear infinite;
    animation: innerRotate 10s linear infinite
}
.section1C .advantagebg2Box{width: 100%;position: absolute;left: 100px;top: 160px;}
.section1C .advantagebg2Box .advantagebg2 {
    width: 33%;
    -webkit-animation: boxRotate 8s linear infinite;
    animation: boxRotate 8s linear infinite;
}
.section1C .advantagebg2Box .advantagebg2 .advantageimg2 {
    position: relative;
    left: 0;
    -webkit-animation: innerRotate 8s linear infinite;
    animation: innerRotate 8s linear infinite
}
.section1C .title{line-height: 50px;height: 50px;overflow: hidden;position: relative;z-index: 2; font-size: 35px;color: #333333;font-weight: bold;margin-bottom: 40px;}
.section1C .info{margin-bottom: 50px;position: relative;z-index: 2;}
.section1C .info .infoL{float: left;display: inline;width: 160px;height: 196px;border-radius: 8px;border: 2px solid #7ccbfe;padding: 5px;box-sizing: border-box;-webkit-box-sizing: border-box;margin-right: 80px;position: relative;	box-shadow: 0px 9px 44px 0px rgba(248, 85, 42, 0.11);}
.section1C .info .infoL::before{display: block;content: "";width: 55px;height: 103px;position: absolute;width: 55px; left: 110%;top: 50%;margin-top: -51px;background: url("../images/section1Jt.png") no-repeat center center;animation: widthC 2s linear infinite;-webkit-animation: widthC 2s linear infinite;}
.section1C .info .infoL .infoLC{width: 100%;height: 100%;border-radius: 5px;padding: 20px 0;text-align: center;background-image: -moz-linear-gradient( 90deg, rgba(255,255,255) 39%, rgba(248,244,253) 100%);background-image: -webkit-linear-gradient( 90deg, rgba(255,255,255) 39%, rgba(248,244,253) 100%);background-image: -ms-linear-gradient( 90deg, rgba(255,255,255) 39%, rgba(248,244,253) 100%);line-height: 45px;font-size: 18px;color: #666666;font-weight: bold;font-style: italic;box-sizing: border-box;-webkit-box-sizing: border-box;
}
.section1C .info .infoR{overflow: hidden;border: 1px solid #7ccbfe;width: 403px;height: 198px;border-radius: 8px;padding: 45px;box-sizing: border-box;-webkit-box-sizing: border-box;font-size: 16px;color: #666666;line-height: 36px;overflow: hidden;}
@keyframes widthC{
	0%{
		transform: scaleX(0.5);
		transform-origin: 0 0;
		opacity: 0;
	}
	100%{
		transform: scaleX(1);
		transform-origin: 0 0;
		opacity: 1;
	}
}
@-webkit-keyframes widthC{
	0%{
		transform: scaleX(0.5);
		transform-origin: 0 0;
		opacity: 0;
	}
	100%{
		transform: scaleX(1);
		transform-origin: 0 0;
		opacity: 1;
	}
}
.section1List{position: relative;z-index: 2;}
.section1List dd{float: left;display: inline;width: 400px;height: 300px;margin-right: 40px;}
.section1List dd a{display: block;padding: 50px 40px 70px;border-radius: 30px;overflow: hidden;box-sizing: border-box;-webkit-box-sizing: border-box;height: 100%;position: relative;}
.section1List dd a::before{display: block;content: "";width: 300px;height: 300px;border-radius: 50%;background-image: -moz-linear-gradient( 90deg, rgba(255,255,255) 0%, rgba(255,255,255,0) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);opacity: 0.102;position: absolute;left: -100%;top: -125px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.section1List dd a::after{display: block;content: "";width: 180px;height: 180px;border-radius: 50%;background-image: -moz-linear-gradient( 90deg, rgba(255,255,255) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgba(255,255,255,0) 100%);opacity: 0.3;position: absolute;right: -30px;bottom: -100%;transition: all 0.3s;-webkit-transition: all 0.3s;}
.section1List dd:hover a::before {left: -135px;}
.section1List dd:hover a::after {bottom: -90px;}
.section1List dd.dd2 a{
	background-image: -moz-linear-gradient( -57deg, rgba(251,86,42) 0%, rgba(235,81,40) 100%);
	background-image: -webkit-linear-gradient( -57deg, rgba(251,86,42) 0%, rgba(235,81,40) 100%);
	background-image: -ms-linear-gradient( -57deg, rgba(251,86,42) 0%, rgba(235,81,40) 100%);
}
.section1List dd.dd1 a{
	background-image: -moz-linear-gradient( -57deg, rgba(90,18,255) 0%, rgba(75,10,225) 100%);
	background-image: -webkit-linear-gradient( -57deg, rgba(90,18,255) 0%, rgba(75,10,225) 100%);
	background-image: -ms-linear-gradient( -57deg, rgba(90,18,255) 0%, rgba(75,10,225) 100%);
}
.section1List dd a .conUp{margin-bottom: 30px;}
.section1List dd a .conUp .num{float: right;display: inline;line-height: 80px;height: 80px;font-size: 66px;font-weight: bold;color: rgba(255, 255, 255, 0.3);} 
.section1List dd a .conUp .conUpC{overflow: hidden;line-height: 45px;height: 90px;font-size: 28px;font-weight: bold;color: #fff;}
.section1List dd a .conDown{line-height: 30px;font-size: 15px;color: #ffffff;}
@-webkit-keyframes boxRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes boxRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@-webkit-keyframes innerRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes innerRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.section2{background-color: #f8fcff;background-position: center center;background-repeat: no-repeat;background-size: cover;overflow: hidden;}
.section2C{padding-top: 175px;}
.section2CL{float: right;display: inline;width: 478px;border: 1px solid #ea3201;background-color: #fff;border-radius: 50px;padding: 25px 40px 50px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.section2CL .title{text-align: center;line-height: 85px;height: 85px;border-radius: 85px;background: url("../images/section2CLTitleBg.png") no-repeat center center;font-size: 25px;color: #ffffff;font-weight: bold;margin-bottom: 60px;}
.section2CL .title a{color: #fff;display: block;}
.section2CL .infoC{line-height: 33px;padding-left: 32px;position: relative;font-size: 18px;color: #333333;margin-bottom: 20px;}
.section2CL .infoC.infoC2{margin-bottom: 55px;height: 99px;}
.section2CL .infoC::before{display: block;content: ""; position: absolute;left: 0;top: 4px;width: 19px;height: 25px;background: url("../images/section2CLInfoIcon.png") no-repeat center center;}
.section2CLList{margin-bottom: 40px;}
.section2CLList dd{float: left;display: inline;width: 50%;margin-bottom: 10px;}
.section2CLList dd a{display: block;line-height: 45px;height: 45px;border-radius: 45px; overflow: hidden;padding: 0 5px 0 25px;position: relative;font-size: 16px;color: #666666;transition: all 0.3s;-webkit-transition: all 0.3s;}
.section2CLList dd a::before{display: block;content: "";width: 4px;height: 4px;background-color: #b3b3b3;position: absolute;left: 15px;top: 20px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.section2CLList dd:hover a{background-color: #fff;box-shadow: 0px 9px 44px 0px rgba(234, 50, 1, 0.2);color: #ea3201;}
.section2CLList dd:hover a::before{background-color: #ea3201;}
.section2More{line-height: 55px;height: 55px;}
.section2More a{display: inline-block;padding: 0 35px;font-size: 16px;color: #fff;background-color: #ea3201;border-radius: 55px;}
.section2More a span{display: inline-block;vertical-align: middle;line-height: 55px;height: 55px;width: 12px;background: url("../images/section2MoreIcon.png") no-repeat center center;margin-left: 20px;}
.section2CR{float: left;display: inline;width: 478px;border: 1px solid #ffb82c;background-color: #fff;border-radius: 50px;padding: 25px 40px 50px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.section2CR .section2More a{background-color: #ffb82c;}
.section2CR .title{text-align: center;line-height: 85px;height: 85px;border-radius: 85px;background: url("../images/section2CRTitleBg.png") no-repeat center center;font-size: 25px;color: #ffffff;font-weight: bold;margin-bottom: 60px;}
.section2CR .title a{color: #fff;display: block;}
.section2CRList{margin-right: -20px;margin-bottom: 60px;}
.section2CRList dd{float: left;display: inline;width: 50%;margin-bottom: 20px;}
.section2CRList dd.dd5{width: 100%;}
.section2CRList dd a{display: block;background-color: #fff;border: 1px solid #e6e6e6;border-radius: 15px;line-height: 78px;margin-right: 20px;text-align: center;height: 78px;overflow: hidden;position: relative;font-size: 16px;color: #333333;transition: all 0.3s;-webkit-transition: all 0.3s;}
.section2CRList dd a::before{display: block;content: "";width: 70px;height: 70px;position: absolute;right: -10px;bottom: -10px;background-position: center center;background-repeat: no-repeat;}
.section2CRList dd.dd1 a::before{background-image: url("../images/section2CRListIcon1.png");}
.section2CRList dd.dd2 a::before{background-image: url("../images/section2CRListIcon2.png");}
.section2CRList dd.dd3 a::before{background-image: url("../images/section2CRListIcon3.png");}
.section2CRList dd.dd4 a::before{background-image: url("../images/section2CRListIcon4.png");}
.section2CRList dd.dd5 a::before{background-image: url("../images/section2CRListIcon5.png");}
.section2CRList dd:hover a{background-color: #ffb82c;color: #fff;border-color: #ffb82c;	box-shadow: 0px 9px 44px 0px rgba(234, 50, 1, 0.2);}
.section2Con{overflow: hidden;padding-left: 15px;padding-top: 30px;}
.section2ConC{width: 450px;background: url("../images/section2Bg1.png") no-repeat center center; height: 500px;line-height: 50px;text-align: center;font-size: 45px;color: #ffffff;font-weight: bold;position: relative;}
.section2ConC .cricle1{position: absolute;left: 215px;top: 55px;width: 22px;height: 22px;background-color: #ffcc02;border-radius: 50%;animation: move1 10s linear infinite;-webkit-animation: move1 10s linear infinite;}
.section2ConC .cricle2{position: absolute;left: 58px;top: 150px;width: 13px;height: 13px;background-color: #ea3201;border-radius: 50%;animation: move2 10s linear infinite;-webkit-animation: move2 10s linear infinite;}
.section2ConC .cricle3{position: absolute;left: 387px;top: 335px;width: 13px;height: 13px;background-color: #2f69fc;border-radius: 50%;animation: move3 10s linear infinite;-webkit-animation: move3 10s linear infinite;}
@keyframes move1{
    0%{left: 215px;top: 55px;}
    16%{left: 375px;top: 145px;}
    32%{left: 375px;top: 330px;}
    48%{left: 215px;top: 425px;}
    64%{left: 50px;top: 330px;}
    80%{left: 50px;top: 145px;}
    100%{left: 215px;top: 55px;}
}
@-webkit-keyframes move1{
    0%{left: 215px;top: 55px;}
    16%{left: 375px;top: 145px;}
    32%{left: 375px;top: 330px;}
    48%{left: 215px;top: 425px;}
    64%{left: 50px;top: 330px;}
    80%{left: 50px;top: 145px;}
    100%{left: 215px;top: 55px;}
}
@keyframes move2{
    0%{left: 53px;top: 150px;}
    16%{left: 215px;top: 60px;}
    32%{left: 387px;top: 150px;}
    48%{left: 387px;top: 335px;}
    64%{left: 215px;top: 430px;}
    80%{left: 53px;top: 335px;}
    100%{left: 53px;top: 150px;}
}
@-webkit-keyframes move2{
    0%{left: 53px;top: 150px;}
    16%{left: 215px;top: 60px;}
    32%{left: 387px;top: 150px;}
    48%{left: 387px;top: 335px;}
    64%{left: 215px;top: 430px;}
    80%{left: 53px;top: 335px;}
    100%{left: 53px;top: 150px;}
}
@keyframes move3{
    
    0%{left: 387px;top: 335px;}
    16%{left: 215px;top: 430px;}
    32%{left: 53px;top: 335px;}
    48%{left: 53px;top: 150px;}
    64%{left: 215px;top: 60px;}
    80%{left: 387px;top: 150px;}
    100%{left: 387px;top: 335px;}
}
@-webkit-keyframes move3{
    
    0%{left: 387px;top: 335px;}
    16%{left: 215px;top: 430px;}
    32%{left: 53px;top: 335px;}
    48%{left: 53px;top: 150px;}
    64%{left: 215px;top: 60px;}
    80%{left: 387px;top: 150px;}
    100%{left: 387px;top: 335px;}
}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.section3{background-color: #fff;background-position: center center;background-repeat: no-repeat;background-size: cover;overflow: hidden;}
.section3C .indexTitle{margin-bottom: 50px;}
.section3List{margin-right: -80px;}
.section3List dd{float: left;display: inline;width: 25%;position: relative;}
.section3List dd a{display: block;margin-right: 80px;}
.section3List dd a .img{width: 175px;height: 165px;line-height: 165px;text-align: center;margin: 0 auto;position: relative;transition: all 0.3s;-webkit-transition: all 0.3s;}
.section3List dd a .img img{display: inline-block;vertical-align: middle;max-width: 175px;}
.section3List dd a .con{padding: 4px;background-color: #fff;border-radius: 10px;position: relative;transition: all 0.3s;-webkit-transition: all 0.3s;}
.section3List dd a .con .conC{border-radius: 6px;overflow: hidden;padding: 20px;text-align: center; background-image: -moz-linear-gradient( -90deg, rgb(251,248,254) 0%, rgba(255,255,255,0.10196) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(251,248,254) 0%, rgba(255,255,255,0.10196) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(251,248,254) 0%, rgba(255,255,255,0.10196) 100%);position: relative;}
.section3List dd a .con .conC::before{position: absolute;left: 0;top: 0; display: block;content: "";width: 100%;height: 100%;visibility: hidden;opacity: 0;transition: all 0.3s;-webkit-transition: all 0.3s;} 
.section3List dd.dd1 a .con .conC::before{  background-image: -moz-linear-gradient( -90deg, #0ff2ae 0%, #0bd79a 100%);
    background-image: -webkit-linear-gradient( -90deg, #0ff2ae 0%, #0bd79a 100%);
    background-image: -ms-linear-gradient( -90deg, #0ff2ae 0%, #0bd79a 100%);}
.section3List dd.dd2 a .con .conC::before{  background-image: -moz-linear-gradient( -90deg, #aa9df4 0%, #8370ec 100%);
    background-image: -webkit-linear-gradient( -90deg, #aa9df4 0%, #8370ec 100%);
    background-image: -ms-linear-gradient( -90deg, #aa9df4 0%, #8370ec 100%);}
.section3List dd.dd3 a .con .conC::before{  background-image: -moz-linear-gradient( -90deg, #fea84e 0%, #f99725 100%);
    background-image: -webkit-linear-gradient( -90deg, #fea84e 0%, #f99725 100%);
    background-image: -ms-linear-gradient( -90deg, #fea84e 0%, #f99725 100%);}
.section3List dd.dd4 a .con .conC::before{  background-image: -moz-linear-gradient( -90deg, #fc7675 0%, #fc5b54 100%);
    background-image: -webkit-linear-gradient( -90deg, #fc7675 0%, #fc5b54 100%);
    background-image: -ms-linear-gradient( -90deg, #fc7675 0%, #fc5b54 100%);}
.section3List dd:hover a .con .conC::before{visibility: visible;opacity: 1;}
.section3List dd a .con .conC .icon{width: 92px;height: 102px;line-height: 102px;text-align: center;margin:0 auto 28px;position: relative;z-index: 2;}
.section3List dd a .con .conC .icon img{display: inline-block;vertical-align: middle;max-width: 92px;}
.section3List dd a .con .conC .detail{position: relative;z-index: 2;}
.section3List dd a .con .conC .name{line-height: 43px;height: 43px;font-size: 24px;color: #333333;overflow: hidden;}
.section3List dd a .con .conC .info{line-height: 35px;height: 35px;font-size: 14px;color: #999999;overflow: hidden;display: none;}
.section3List dd:hover a .con .conC .name{color: #fff;}
.section3List dd:hover a .con .conC .info{color: #fff;}
.section3List dd.dd1,.section3List dd.dd3{top: 70px;}
.section3List dd:hover a .img{transform: translateY(-20px);}
.section3List dd:hover a .con{transform: translateY(20px);}
.mainColumn3RBg{position: fixed;display: none;z-index: 10;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);}
.mainColumn3RBg.active{display: block;}
.mainColumn3R{position: fixed;right: -100%;top: 0;width: 960px;height: 100%;visibility: hidden;opacity: 0;transition: all 0.3s;z-index: 11;-webkit-transition: all 0.3s;padding: 40px 20px 50px 20px;box-sizing: border-box;-webkit-box-sizing: border-box; background-color: #fff;}
.mainColumn3R .close{position: absolute;right: 0px;top: 0px;width: 70px;height: 70px; border-radius: 0 0 0 70px;background: #f0f0f0 url(../images/recruitClose.png) no-repeat center center;cursor: pointer;}
.mainColumn3RC{height: 100%;overflow: hidden;overflow-y: auto;padding-right: 30px;padding-left: 30px;}
.mainColumn3RC::-webkit-scrollbar {width:0px;background:#eaeff2;}
.mainColumn3RC::-webkit-scrollbar-thumb {width:0px;background:#cacaca;border-radius: 0px;}
.mainColumn3R.active{right: 0;visibility: visible;opacity: 1;}
.mainColumn3R .title{line-height: 45px;height: 45px;font-size: 25px;color: #181818;font-weight: bold;margin-bottom: 20px;}
.mainColumn3R .info{line-height: 35px;font-size: 16px;color: #ffffff;margin-bottom: 25px;padding: 25px 40px 30px;border-radius: 15px;position: relative;}
.mainColumn3R .info::before{display: block;content: "";width: 53.5%;height: 100%;position: absolute;left: 0;top: 0;background: url("../images/mainColumn3RIcon1.png") no-repeat left top / contain;}
.mainColumn3R .info::after{display: block;content: "";width: 30%;height: 50%;position: absolute;right: 0;bottom: 0;background: url("../images/mainColumn3RIcon2.png") no-repeat right bottom / contain;}
.mainColumn3R .infoC{position: relative;z-index: 2;}
.mainColumn3R .info.info1{background-color: #01cb8f;box-shadow: 0px 9px 37px 0px rgba(5, 172, 123, 0.35);}
.mainColumn3R .info.info2{background-color: #4b76f2;box-shadow: 0px 9px 37px 0px rgba(75, 118, 242, 0.35);}
.mainColumn3R .info.info3{background-color: #f99726;box-shadow: 0px 9px 37px 0px rgba(245, 132, 2, 0.35);}
.mainColumn3R .info.info4{background-color: #ff3600;box-shadow: 0px 9px 37px 0px rgba(231, 50, 2, 0.35);}
.mainColumn3R .img{width: 100%;}
.mainColumn3R .img img{max-width: 100%;}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.section4{background-color: #fff;background-position: center center;background-repeat: no-repeat;background-size: cover;overflow: hidden;}
.section4C{padding-top: 100px;}
.section4C .section4CUp{margin-bottom: 55px;}
.section4Menu{margin-right: -50px;}
.section4Menu dd{float: left;display: inline;}
.section4Menu dd a{display: block;margin-right: 50px;line-height: 50px;height: 50px;font-size: 22px;color: #666666;position: relative;}
.section4Menu dd a::before{display: block;content: ""; width: 42px;height: 4px;border-radius: 4px;background-color: #ea3201;position: absolute;left: 50%;margin-left: -21px;bottom: -5px;transform: scaleX(0);-webkit-transform: scaleX(0);transition: all 0.3s;-webkit-transition: all 0.3s;}
.section4Menu dd:hover a{color: #333;}
.section4Menu dd:hover a::before{transform: scaleX(1);-webkit-transform: scaleX(1);}
.section4Menu dd.hover a{color: #333;}
.section4Menu dd.hover a::before{transform: scaleX(1);-webkit-transform: scaleX(1);}
.section4Tab{overflow: hidden;}
.section4TabC{height: 0;overflow: hidden;}
.section4TabC.active{height: auto;overflow: visible;}
.column4Scroll{position: relative;}
.column4Scroll .bd{ overflow: hidden;margin-bottom: 45px;}
.column4Scroll .slick-list{ overflow: visible; margin-right: -30px; }
.column4Scroll .myslide{ width: 33.3333%; float: left; display: inline;}
.column4Scroll .con{ margin-right: 30px;display: block;padding: 20px;border-radius: 20px;border: 1px solid #cccccc;background-color: #f6f7f8;transition: all 0.3s;-webkit-transition: all 0.3s;}
.column4Scroll .con .pic{border-radius: 10px;overflow: hidden;}
.column4Scroll .con .pic::before{padding-top: 55.9523%;}
.column4Scroll .con .text{padding: 17px 20px;}
.column4Scroll .con .text .title{line-height: 50px;height: 50px;overflow: hidden;font-size: 22px;color: #333333;font-weight: bold;margin-bottom: 10px;}
.column4Scroll .con .text .info{line-height: 25px;height: 50px;overflow: hidden;font-size: 14px;color: #666666;margin-bottom: 35px;}
.column4Scroll .con .text .time{line-height: 25px;height: 25px;overflow: hidden;font-size: 16px;color: #999999;font-weight: bold;padding-left: 25px;background: url("../images/timeIcon.png") no-repeat left center;}
.column4Scroll .con:hover{background-color: #ed0314;}
.column4Scroll .con:hover .text .title{color: #fff;}
.column4Scroll .con:hover .text .info{color: #fff;}
.column4Scroll .con:hover .text .time{color: #fff;background-image: url("../images/timeIconH.png");}
.section4ArrwoMore{float: right;display: inline;}
.section4ArrwoMore a{display: block;line-height: 53px;height: 53px;border-radius: 55px;padding: 0 35px;border: 1px solid #999999;font-size: 16px;color: #999999;transition: all 0.3s;-webkit-transition: all 0.3s;}
.section4ArrwoMore a span{display: inline-block;vertical-align: middle;margin-left: 20px;height: 55px;width: 8px;background: url("../images/section4MoreIcon.png") no-repeat center center;}
.section4ArrwoMore a:hover{color: #fff;border-color: #ea3201;background-color: #ea3201;}
.section4ArrwoMore a:hover span{background-image: url("../images/section4MoreIconH.png");}
.section4ArrwoC{float: left;display: inline;font-size: 0;}
.column4Scroll .section4Prev{ width: 90px;float: left; height: 55px; cursor: pointer; background: #fff url(../images/section4Prev.png) no-repeat center center; display: none;transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 55px 0 0 55px;margin-right: 1px;}
.column4Scroll .section4Next{ float: left; width: 90px; height: 55px; cursor: pointer; background: #fff url(../images/section4Next.png) no-repeat center center;display: none;transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 0 55px 55px 0;}
.column4Scroll .section4Prev:hover{background-color: #ea3201;background-image: url("../images/section4PrevH.png");}
.column4Scroll .section4Next:hover{ background-color: #ea3201;background-image: url("../images/section4NextH.png");}
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
.section5{background-color: #fff;background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;overflow: hidden;}
.section5 .returnTop{position: absolute;right: 0;bottom: 0;width: 66px;height: 66px;border-radius: 15px 0 0 0;z-index: 2;overflow: hidden;}
.section5 .returnTop a{display: block;width: 100%;height: 100%;background-color: #ea3201;text-align: center;}
.section5 .returnTop a .icon{width: 31px;height: 15px;margin: 0 auto 3px;text-align: center;line-height: 15px;}
.section5 .returnTop a .icon img{max-width: 31px;display: block;}
.section5 .returnTop a .text{text-align: center;font-size: 14px;color: #fff;line-height: 20px;height: 20px;}
.section5 .diqiu{position: absolute; width: 997px;height: 1078px;right: -350px;bottom: -440px;background: url("../images/diqiu.png") no-repeat center center;z-index: 0;animation: moveDiqiu 10s linear infinite;-webkit-animation: moveDiqiu 10s linear infinite;}
.section5 .diqiu2{position: absolute; width: 997px;height: 1078px;right: -350px;bottom: -550px;z-index: 0;}
.section5 .table{position: relative;z-index: 1;}
.section5C{padding-top: 100px;}
.section5CL{float: left;display: inline;width: 41.5%;}
.section5CL .indexTitle{margin-bottom: 70px;}
.section5CL .info{line-height: 30px;height: 30px;overflow: hidden;font-size: 24px;color: #181818;margin-bottom: 50px;}
.section5CL .info span{color: #e50112;}
.section5CL .infoC{line-height: 35px;height: 105px;overflow: hidden;font-size: 16px;color: #666666;text-align: justify;margin-bottom: 80px;}
.section5Video .pic{overflow: hidden;}
.section5Video a{display: block;border-radius: 30px 0 30px 0;overflow: hidden;}
.section5Video .pic::before{padding-top: 56.3333%;}
/* .section5Video .pic .play{position: absolute;width: 60px;height: 60px;left: 50%;top: 50%;margin-left: -30px;margin-top: -30px;border-radius: 50%;background: #e90213 url("../images/playIcon1.png") no-repeat center center;z-index: 2;}
.section5Video .pic .play::before{display: block;content: "";width: 160px;height: 160px;border-radius: 50%;background-color: rgba(255, 255, 255, 0.3);transform: scale(0);-webkit-transform: scale(0);transition: all 0.3s;position: absolute;left: 50%;top: 50%;margin-left: -80px;margin-top: -80px;z-index: 1;}
.section5Video .pic .play::after{display: block;content: "";width: 240px;height: 240px;border-radius: 50%;background-color: rgba(0, 0, 0,0.05);transform: scale(0);-webkit-transform: scale(0);transition: all 0.6s;position: absolute;left: 50%;top: 50%;margin-left: -120px;margin-top: -120px;z-index: 0;}
.section5Video a:hover .pic .play::before{transform: scale(1);-webkit-transform: scale(1);}
.section5Video a:hover .pic .play::after{transform: scale(1);-webkit-transform: scale(1);} */
.section5CR{float: right;display: inline;width: 43%;}
.section5CR .indexTitle{margin-bottom: 70px;}
.section5CR .info{line-height: 30px;height: 30px;overflow: hidden;font-size: 24px;color: #181818;margin-bottom: 60px;}
.section5CR .info span{color: #e50112;}
.column5Scroll{position: relative;height: 400px;overflow: hidden;margin-bottom: 40px;}
.column5Scroll .bd{ overflow: hidden;}
.column5Scroll .slick-list{ overflow: visible; margin-right: -30px; }
.column5Scroll .myslide{ width: 100%;}
.column5Scroll .con{ margin-right: 30px;}
.column5ScrollList{margin-right: -20px;}
.column5ScrollList dd{float: left;display: inline;width: 50%;margin-bottom: 20px;}
.column5ScrollList dd a{margin-right: 20px;display: block;border-radius: 10px;overflow: hidden;background-color: #fff;}
.column5ScrollList dd a .pic::before{padding-top: 38.3333%;}
.column5ScrollList dd a .pic img{object-fit: contain;}
.section5ArrwoMore{float: right;display: inline;}
.section5ArrwoMore a{display: block;line-height: 53px;height: 53px;border-radius: 55px;padding: 0 35px;border: 1px solid #999999;font-size: 16px;color: #999999;transition: all 0.3s;-webkit-transition: all 0.3s;}
.section5ArrwoMore a span{display: inline-block;vertical-align: middle;margin-left: 20px;height: 55px;width: 8px;background: url("../images/section4MoreIcon.png") no-repeat center center;}
.section5ArrwoMore a:hover{color: #fff;border-color: #ea3201;background-color: #ea3201;}
.section5ArrwoMore a:hover span{background-image: url("../images/section4MoreIconH.png");}
.section5ArrwoC{float: left;display: inline;font-size: 0;}
.section5Prev{ width: 90px;float: left; height: 55px; cursor: pointer; background: #fff url(../images/section4Prev.png) no-repeat center center; display: none;transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 55px 0 0 55px;margin-right: 1px;}
.section5Next{ float: left; width: 90px; height: 55px; cursor: pointer; background: #fff url(../images/section4Next.png) no-repeat center center;display: none;transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 0 55px 55px 0;}
.section5Prev:hover{background-color: #ea3201;background-image: url("../images/section4PrevH.png");}
.section5Next:hover{ background-color: #ea3201;background-image: url("../images/section4NextH.png");}
@keyframes moveDiqiu{
    0%{transform: translate(0px,0px);}
    20%{transform: translate(-30px,0px);}
    40%{transform: translate(-30px,-30px);}
    60%{transform: translate(30px,-30px);}
    80%{transform: translate(30px,0px);}
    100%{transform: translate(0px,0px);}
}
@-webkit-keyframes moveDiqiu{
    0%{transform: translate(0px,0px);}
    20%{transform: translate(-30px,0px);}
    40%{transform: translate(-30px,-30px);}
    60%{transform: translate(30px,-30px);}
    80%{transform: translate(30px,0px);}
    100%{transform: translate(0px,0px);}
}
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */