@charset "UTF-8";

@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   ————— */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;width: 100%;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 .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 7.5s 0s ease-in-out;transform: scale(1.15);-webkit-transform: scale(1.15);-webkit-transition: all 7.5s 0s ease-in-out;}
.indexBanner .mySlide a{display: block;height: 100%;width: 100%;}
.indexBanner .slick-dots{position: absolute;left:12.5%; bottom: 5%;width: 100%;font-size: 0;}
.indexBanner .slick-dots li{display: inline-block;font-size: 14px;color: #fff;font-weight: bold; margin-right:15px;vertical-align: middle;cursor: pointer;position: relative;}
.indexBanner .slick-dots li::before{display: block;content: "";width: 50px;height: 2px;background-color: #fff;position: absolute;right: -65px; top: 50%;transform: scaleX(0);-webkit-transform: scaleX(0); margin-top: -1px;visibility: hidden;opacity: 0;}
.indexBanner .slick-dots li.slick-active{color: #ed1b23;margin-right: 80px;}
.indexBanner .slick-dots li.slick-active::before{visibility: visible;opacity: 1;transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;transition: all 0.5s;-webkit-transition: all 0.5s;}
.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:40%;transform: translate(-50%); font-size: 0;text-align: center;}
.indexBanner .img .imgItem img{overflow: hidden; display: inline-block; visibility: hidden;}
.indexBanner .img .imgItem.img2{margin-bottom: 15px;}
.indexBanner .img .imgItem.img2 .img5{margin-right: 40px;}
.indexBanner .img .imgItem.img2 .img6{margin-left: 40px;}
.indexBanner .img .imgItem img.show{visibility: visible;}
.indexBanner .mySlide.on .bg{transform: scale(1);-webkit-transform: scale(1);}
.indexBanner .prev{ display:block; width: 50px; height: 50px;border-radius: 50px; cursor: pointer; background:url(../images/prev2.png) no-repeat center center; position: absolute; right: 16.5%; bottom: 5%; z-index: 1;border: 1px solid #fff; display: none;}
.indexBanner .next{ display:block; width: 50px; height: 50px;border-radius: 50px; cursor: pointer; background: url(../images/next2.png) no-repeat center center; position: absolute; right:12.5%; bottom: 5%;z-index: 1;border: 1px solid #fff; display: none;}
.indexBanner .prev:hover,.indexBanner .next:hover{ background-color: #ed1b23;border-color: #ed1b23;}
/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer{ background: #fff;border-top: 2px solid #ed1b23;}
.friendLink{ overflow: hidden;height: 120px;}
.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{ float: right;display: inline;margin-right: -40px; margin-top: 45px; line-height: 30px; font-size: 0;}
.friendLink .list a{ display: inline-block; color: #1b1e25; font-size: 16px; margin-right: 40px;}
.friendLink .list a:hover{ color: #ed1b23;}
/* 友情链接end   */
/* 底部中间start   */
.footerM{ padding: 30px 0 60px;}
.footerML{float: left; display: inline;}
.footerLogo{float: left;display: inline;margin-top: 32px;}
.footerLogo img{ display: block; height: 56px;}
.footerPhone{ padding-left: 60px; background: url(../images/footerIcn2.png) no-repeat left center;}
.footerPhone .phone{ margin-bottom: 3px; height: 26px; line-height: 26px;font-size: 20px;font-weight: bold;font-style: italic;color: #fff;letter-spacing: 1px;}
.footerPhone .phone img{ height:17px; display: inline-block; vertical-align: middle;}
.footerPhone .text{ line-height: 20px; color: #999999; font-size: 14px; letter-spacing: 2px;}
.footerMM{ overflow: hidden;float: left; display: inline;}
.footerMLList{padding-top: 25px;margin-right: -120px;}
.footerMLList dd{ float: left; display: inline;}
.footerMLList dd .con{margin-right: 120px;}
.footerMLList dd .con .icon{width: 50px;height: 50px;line-height: 50px;text-align: center; border-radius: 50px;background-color: #fff;box-shadow:  0 0 5px #ccc;background-position: center center;background-repeat: no-repeat;margin-bottom: 10px;}
.footerMLList dd.dd1 .con .icon{background-image: url("../images/footerIcon1.jpg");}
.footerMLList dd.dd2 .con .icon{background-image: url("../images/footerIcon2.jpg");}
.footerMLList dd.dd3 .con .icon{background-image: url("../images/footerIcon3.jpg");}
.footerMLList dd .con .title{font-size: 16px;color: #1b1e25;font-weight: bold;line-height: 35px;height: 35px;}
.footerMLList dd .con .info{font-size: 14px;color: #666666;line-height: 30px;height: 30px;}
.footerMLList dd.dd1 .con .info{font-size: 30px;color: #ed1b23;line-height: 40px;height: 40px;}
.footerMLList dd .con .infoC{font-size: 14px;color: #666666;line-height: 30px;height: 30px;}
.footerMR{ float: right; display: inline;}
.footerEwm dd{ float:left; display:inline; position:relative; width:140px; margin-left:30px;}
.footerEwm dd img{ display:block; width:140px; height:140px;padding: 20px;box-sizing: border-box;-webkit-box-sizing: border-box;box-shadow:  0 0 10px #f1f1f1;border-radius: 5px;position: relative;}
.footerEwm dd span{ display:block; height:40px; line-height:40px; text-align:center; color:#666666; font-size:14px;margin-bottom: 10px;}
.footerEwm .dd1 span{background: url("../images/phoneIcon1.png") no-repeat left center;}
.footerEwm .dd2 span{background: url("../images/wxIcon.png") no-repeat left center;}
/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight{ height: 80px; line-height: 80px; overflow: hidden; font-size: 16px; color: #666666;background: #f7f7f7;}
.friendCopyRight .conL{ float: left; display: inline;}
.friendCopyRight .conL span{ margin-right: 20px;}
.friendCopyRight .conL img{ margin-right: 10px; vertical-align: middle;}
.friendCopyRight .conL a{ color: #666666; margin-right: 20px;}
.friendCopyRight .conL a:hover{ color: #ed1b23;}
.friendCopyRight .conR{ float: right; display: inline;}
.friendCopyRight .conR a{color: #666666; }
.friendCopyRight .conR a:hover{ color: #ed1b23;}
/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, .05) url("../images/subBannerBg.png") no-repeat center center / cover;}
.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;z-index: 1;}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;text-align: left;}
.subBanner .textC .cnTitle{font-size: 36px;color: #ffffff;line-height: 50px;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1); }
.subBanner .textC .enTitle{font-size: 30px;color: rgba(255, 255, 255, .3);line-height: 35px;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;position: relative;}
.location{height: 60px;overflow: hidden;padding-left: 33px;position: absolute;right: 12.5%;bottom: 0;z-index: 1;}
.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/home1.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: #fff;font-size: 16px;}
.location a:hover{color:#fff}
.location a.hover{color:#fff}
.subNavBox{margin-right:-15px; position: relative;text-align: center;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline-block;line-height: 80px;height:80px;color: #666666;font-size: 16px;padding:0 50px;position: relative;}
/* .subNav a::before{display: block;content: "";width: 60px;height: 2px;position: absolute;left: 50%;bottom: 0;margin-left: -30px;background-color: #ed1b23;transform: scale(0);-webkit-transform: scale(0);transition: all 0.3s;-webkit-transition: all 0.3s;visibility: hidden;opacity: 0;} */
.subNav a.hover{color: #ed1b23;font-weight: bold;position: relative;}
.subNav a.hover:after{content:'';position:absolute;left:0px;right:0px;border-bottom:4px solid #ed1b23;bottom:0px;width:80px;margin:0 auto}
.subNav a:hover{color: #ed1b23;font-weight: bold;position: relative;}
/* .subNav a.hover::before{visibility: visible;opacity: 1;transform: scale(1);-webkit-transform: scale(1);}
.subNav a:hover::before{visibility: visible;opacity: 1;transform: scale(1);-webkit-transform: scale(1);}
.locationBox .menuIcon{display: none;} */
.locationBoxTwo{background-color: #f5f5f5;line-height: 110px;height: 100px;}
.subNavBoxTwo .subReturn{line-height: 50px;height: 50px;margin-top: 29px;}
.subNavBoxTwo .subReturn a{display: block;padding: 0 25px;border: 1px solid #ed1b23;font-size: 14px;color: #ed1b23;border-radius: 52px;}
.subNavBoxTwo .subReturn a span{display: block;background: url("../images/subReturn.png") no-repeat left center;padding-left: 35px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.subNavBoxTwo .subShare{line-height: 50px;height: 50px;margin-top: 29px;}
.subNavBoxTwo .subShare a{display: block;padding: 0 25px;border: 1px solid #ed1b23;font-size: 14px;color: #ed1b23;border-radius: 52px;}
.subNavBoxTwo .subShare a span{display: block;background: url("../images/subShare.png") no-repeat left center;padding-left: 35px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.subNavBoxTwo .subReturn a:hover{background-color: #ed1b23;color: #fff;}
.subNavBoxTwo .subReturn a:hover span{background-image: url("../images/subReturnH.png");}
.subNavBoxTwo .subShare a:hover{background-color: #ed1b23;color: #fff;}
.subNavBoxTwo .subShare a:hover span{background-image: url("../images/subShareH.png");}

.locationThree{height: 50px;overflow: hidden;padding-left: 33px;position: relative;}
.locationThree a.home{ position: absolute; left: 0; top: -1px; width: 33px; height: 100%;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/home2.png); padding-left: 0; margin-right: 0;}
.locationThree a{display: inline;float: left;height: 50px;line-height: 50px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/icon8Hui.png);color: #999;font-size: 16px;}
.locationThree a:hover{color:#999}
.locationThree a.hover{color:#999}
.subNavBoxThree .subReturn a:hover{background-color: #ed1b23;color: #fff;}
.subNavBoxThree .subReturn a:hover span{background-image: url("../images/subReturnH.png");}
.subNavBoxThree .subReturn{line-height: 50px;height: 50px;}
.subNavBoxThree .subReturn a{display: block;padding: 0 25px;border: 1px solid #ed1b23;font-size: 14px;color: #ed1b23;border-radius: 52px;}
.subNavBoxThree .subReturn a span{display: block;background: url("../images/subReturn.png") no-repeat left center;padding-left: 35px;transition: all 0.3s;-webkit-transition: all 0.3s;}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;padding:40px  0 ;}
.sjMenu a{ display: inline-block; height: 45px; line-height: 45px; padding:0 35px; color: #ed1b23; border: 2px solid #c59051; border-radius: 49px; font-size: 16px; margin: 0 15px; background-color: unset;transition: all 0.3s;-webkit-transition: all 0.3s;}
.sjMenu a:hover{ background: #ed1b23; color: #FFF; border-color: #ed1b23;}
.sjMenu a.hover{ background: #ed1b23; color: #FFF; border-color: #ed1b23;}
/* ————— 三级栏目 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;border: 1px solid #dfdfdf;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #ed1b23;color: #fff;border-color: #ed1b23;}
.page a.hover{background: #ed1b23;color: #fff;border-color: #ed1b23;}
.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/firstPage.png)}
.page a.prevPage div{background-image: url(../images/prevPage.png)}
.page a.nextPage div{background-image: url(../images/nextPage.png)}
.page a.lastPage div{background-image: url(../images/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/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/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/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: #ed1b23; color: #FFF; border-color: #ed1b23;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn1{background: #ddd; color: #8b8b8b; border-color: #ddd;}

.aykj-alert .layui-layer-btn .layui-layer-btn0{background: #ed1b23; border-color: #ed1b23;}
/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle{overflow: hidden;}
.indexTitle .enTitle{line-height: 55px;height: 55px;font-size: 40px;color: #eee;margin-bottom: 45px;position: relative;}
.indexTitle .enTitle::before{display: block;content: "";width: 50px;height: 4px;background-color: #005d75;position: absolute;left: 0;bottom: -25px;}
.indexTitle .enTitle::after{display: block;content: "";width: 4px;height: 4px;background-color: #005d75;position: absolute;left: 55px;bottom: -25px;}
.indexTitle .cnTitle{line-height: 55px;height: 55px;font-size: 36px;color: #333;font-weight: bold;}
.sectionBtn{display: inline-block;}
.sectionBtn a{display: block;padding: 0 40px;border-radius: 5px;overflow: hidden;line-height: 50px;height: 50px;text-align: center;background-color: #ed1b23;transition: all 0.3s;-webkit-transition: all 0.3s;}
.sectionBtn a span{display: block;padding-right: 20px;font-size: 14px;color: #fff;background: url("../images/sectionBtnIcon.png") no-repeat right center;}
.sectionBtn a:hover{padding: 0 50px;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.section2{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.section2 .indexTitle{margin-bottom: 30px;}
.section2CR{float: right;display: inline;width: 52%;margin-left: 80px;}
.section2CR .con{display: block;}
.section2CR .con a{display: block;border-radius: 20px;overflow: hidden;}
.section2CR .con .pic::before{padding-top: 66.6666%;}
.section2CR .con .pic .play{width: 60px;height: 60px;position: absolute;left: 50%;top: 50%;border-radius: 60px; transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);background: url("../images/play.png") no-repeat center center;z-index: 1;}
.section2CR .con .pic .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, .2);}
.section2CL{overflow: hidden;}
.section2CL .text{padding-top: 90px;}
.section2CL .text .titleCon{line-height: 100px;height: 100px;border-bottom: 1px solid #ebebeb;margin-bottom: 30px;}
.section2CL .text .titleCon a{display: block;font-size: 29px;color: #333;transition: all 0.3s;-webkit-transition: all 0.3s;}
.section2CL .text .titleCon a:hover{color: #ed1b23;}
.section2CL .text .info{text-indent: 2em; font-size: 16px;color: #666;line-height: 30px;height: 150px;overflow: hidden;text-align: justify;margin-bottom: 40px;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.section3{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.column3ConBox{margin:0 auto;position: relative;left:45px;top:16px;}
.column3ConBox .bgImg{background: url("../images/column2JTimg.png") no-repeat center center;height: 633px;}
.column3ConBox .column3Con{position: absolute;left: 2%;top: 29%;}
.column3ConBox .column3Con1{position: absolute;left: 42%;top: -3%;}
.column3ConBox .column3Con2{position: absolute;left: 83%;top: 28%;}
.column3ConBox .column3Con3{position: absolute;left: 69%;top: 77%;}
.column3ConBox .column3Con4{position: absolute;left: 15%;top: 77%;}
.column3ConCBox{width: 105px;height: 105px;border: 1px solid #fff;border-radius: 105px;position: relative;}
.column3ConCBox .column3Ldxx{width: 85px;height: 85px;border: 1px dashed #fff;border-radius:85px;position: absolute;left:9px;top: 9px;bottom: 9px;right: 9px;background:url("../images/column2Ldxx.png") no-repeat center center;}
.column3ConBox  .ldxx{overflow: hidden;position: absolute;top: 40px;left: -120px;}
.column3ConBox  .ldxx .text{font-size: 18px;color:#fff;height:25px; line-height: 25px;margin-right:30px;}
.column3ConBox  .ldxx em{font-style: normal;width: 10px;height: 10px;border-radius: 10px;background-color: #ed1b23;float: right;display: inline;margin-top:8px;}
.column3ConCBox .column3Gsjj{width: 85px;height: 85px;border: 1px dashed #fff;border-radius:85px;position: absolute;left:9px;top: 9px;bottom: 9px;right: 9px;background:url("../images/gsjjImg.png") no-repeat center center;}
.column3ConBox .gsjj{overflow: hidden;position: absolute;top:-56px;right: -10px;}
.column3ConBox .gsjj .text{font-size: 18px;color:#fff;height:25px; line-height: 25px;margin-right:30px;}
.column3ConBox .gsjj em{font-style: normal;width: 10px;height: 10px;border-radius: 10px;background-color: #ed1b23;float: right;display: inline;margin-top:8px;}
.column3ConCBox .column3Dsj{width: 85px;height: 85px;border: 1px dashed #fff;border-radius:85px;position: absolute;left:9px;top: 9px;bottom: 9px;right: 9px;background:url("../images/dsjImg.png") no-repeat center center;}
.column3ConBox .dsj{overflow: hidden;position: absolute;top:40px;left:120px;width: 120%;}
.column3ConBox .dsj .text{font-size: 18px;color:#fff;height:25px; line-height: 25px;margin-left:30px;}
.column3ConBox .dsj em{font-style: normal;width: 10px;height: 10px;border-radius: 10px;background-color: #ed1b23;float: left;display: inline;margin-top:8px;}
.column3ConCBox .column3Qyry{width: 85px;height: 85px;border: 1px dashed #fff;border-radius:85px;position: absolute;left:9px;top: 9px;bottom: 9px;right: 9px;background:url("../images/qyryImg.png") no-repeat center center;}
.column3ConBox .qyry{position: absolute;top:50px;left:120px;width:100%;}
.column3ConBox .qyry .text{font-size: 18px;color:#fff;height:25px;line-height: 25px;margin-left:30px;white-space: nowrap;}
.column3ConBox .qyry em{font-style: normal;width: 10px;height: 10px;border-radius: 10px;background-color: #ed1b23;float: left;display: inline;margin-top:8px;}
.column3ConCBox .column3Zzjg{width: 85px;height: 85px;border: 1px dashed #fff;border-radius:85px;position: absolute;left:9px;top: 9px;bottom: 9px;right: 9px;background:url("../images/zzjgImg.png") no-repeat center center;}
.column3ConBox .zzjg{overflow: hidden;position: absolute;top:50px;left: -120px;}
.column3ConBox .zzjg .text{font-size: 18px;color:#fff;height:25px; line-height: 25px;margin-right:30px;}
.column3ConBox .zzjg em{font-style: normal;width: 10px;height: 10px;border-radius: 10px;background-color: #ed1b23;float: right;display: inline;margin-top:8px;}
.column3ConCBox:hover{background-color:rgba(177, 126, 66, 0.6);border-color:#ed1b23;}
.column3ConCBox:hover .column3Zzjg{background-color:rgba(177, 126, 66, 0.6);border-color:#ed1b23;}
.column3ConCBox:hover .column3Qyry{background-color:rgba(177, 126, 66, 0.6);border-color:#ed1b23;}
.column3ConCBox:hover .column3Dsj{background-color:rgba(177, 126, 66, 0.6);border-color:#ed1b23;}
.column3ConCBox:hover .column3Gsjj{background-color:rgba(177, 126, 66, 0.6);border-color:#ed1b23;}
.column3ConCBox:hover .column3Ldxx{background-color:rgba(177, 126, 66, 0.6);border-color:#ed1b23;}

.column3ConBox .conCText{position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);}
.column3ConBox .conCText .conCTextT{font-size: 24px;color:#fff;height: 40px;line-height: 40px;text-align: center;}
.column3ConBox .conCText .content{font-size:16px;color:#fff;height: 90px;line-height: 30px;width: 435px;overflow: hidden;text-align: center;}
.more{margin:auto;text-align: center;}
.more .moreText{height: 28px;line-height: 28px;/* float:left; */display: inline-block;vertical-align: middle;}
.more .moreText a{font-size:16px;color:#fff;display: block;text-align: center;margin-right:10px;}
.more .moreImg{height: 28px;width:28px;background: url("../images/morebaiImg.png") no-repeat center center;/* margin-top:4px; *//* overflow: hidden; */display: inline-block;vertical-align: middle;}

.inliner-bg{width: 666px;height: 666px;position: absolute;top: 50%;left: 50%;margin: -333px 0 0 -375px;z-index: 5;background-size: 100% 100%;transform: scale(1);}
.inliner-bg span{width: 100%;height: 100%;display: block;position: absolute;top: 0px;left: 41px;}
.inliner-bg span.one{background: url("../images/column2Tximg.png") no-repeat center;background-size: 100% 100%;-webkit-animation: inlinerbg 1.2s infinite linear; animation: inlinerbg 1.2s infinite linear;}

@-webkit-keyframes inlinerbg {
	0% {
	  -webkit-transform:translate(15px,-19px);
		  transform: translate(15px,-19px);
	}
	50% {
	  -webkit-transform: translate(0,0);
			  transform: translate(0,0);
	}
	100%{
		-webkit-transform:translate(15px,-19px);
		  transform: translate(15px,-19px);
	}
  }
  
  @keyframes inlinerbg {
	0% {
	  -webkit-transform:translate(15px,-19px);
		  transform: translate(15px,-19px);
	}
	50% {
	  -webkit-transform: translate(0,0);
			  transform: translate(0,0);
	}
	100%{
		-webkit-transform:translate(15px,-19px);
		  transform: translate(15px,-19px);
	}
  }
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.section4Box{height: 100%;overflow: hidden;overflow-y: auto;}
.column4{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.column4 .indexTitle .enTitle{color: #e5e7ee;}
.column4C{padding: 85px 0 150px;}
.column4CUp{margin-bottom: 40px;}
.column4CUp .sectionBtn{margin-top: 100px;}
.column4List{margin-right: -40px;}
.column4List dd{width: 37%;float: left;display: inline;height: 470px;transition: all 0.5s;-webkit-transition: all 0.5s;}
.column4List dd .con{background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;height: 100%;margin-right: 40px;transition: all 0.3s;-webkit-transition: all 0.3s;overflow: hidden;}
.column4List dd.dd1 .con{border-radius: 0 0 0 50px;}
.column4List dd.dd2 .con{border-radius: 0 0 50px 0;}
.column4List dd .con .conOne{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(1);-webkit-transform: translate(-50%,-50%) scale(1); font-size: 28px;color: #ffffff;font-weight: bold;line-height: 40px;height: 40px;overflow: hidden;width: 100%;text-align: center;transition: all 0.3s;-webkit-transition: all 0.3s;z-index: 1;}
.column4List dd .con .conTwo{position: absolute;left: 40px;top: 50%;width: 300px; visibility: hidden;opacity: 0;;transition: all 0.5s;-webkit-transition: all 0.5s;z-index: 1;}
.column4List dd .con .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .6);z-index: 0;}
.column4List dd.dd2 .con .conTwo{right: 40px;left: unset;}
.column4List dd .con .conTwo .icon{width: 32px;}
.column4List dd .con .conTwo .icon .pic::before{padding-top: 90.625%;}
.column4List dd .con .conTwo .title{line-height: 85px;height: 85px;overflow: hidden;font-size: 28px;color: #ffffff;font-weight: bold;position: relative;margin-bottom: 20px;}
.column4List dd .con .conTwo .title::before{display: block;content: "";width: 260px;height: 1px;background: rgba(255, 255, 255, .1);position: absolute;left: 0;bottom: 0;}
.column4List dd .con .conTwo .info{line-height: 30px;height: 60px;overflow: hidden;margin-bottom: 30px;font-size: 14px;color: #ffffff;}
.column4List dd .con .conTwo .btn {line-height: 30px;height: 30px;}
.column4List dd .con .conTwo .btn a{display: inline-block;font-size: 14px;color: #fff;background: url("../images/sectionBtnIcon.png") no-repeat right center;padding-right: 25px;}
.column4List dd.hover{width: 62.5%;}
.column4List dd.hover .con .conOne{transform: translate(-50%,-50%) scale(0);-webkit-transform: translate(-50%,-50%) scale(0);visibility: hidden;opacity: 0;}
.column4List dd.hover .con .conTwo{top: 20%; visibility: visible;opacity: 1;}
.column4List dd.dd1.hover .con{border-radius: 0 0 0 150px;}
.column4List dd.dd2.hover .con{border-radius: 0 0 150px 0;}
.column4List dd.dd1.hover .con .bg{background-color: unset;   background-image: -moz-linear-gradient( 0deg, rgba(30,84,136) 0%, rgba(30,84,136,0) 100%);
background-image: -webkit-linear-gradient( 0deg, rgba(30,84,136) 0%, rgba(30,84,136,0) 100%);
background-image: -ms-linear-gradient( 0deg, rgba(30,84,136) 0%, rgba(30,84,136,0) 100%);}
.column4List dd.dd2.hover .con .bg{background-color: unset;background-image: -moz-linear-gradient( 0deg, rgba(30,84,136,0) 0%, rgba(30,84,136) 100%);
background-image: -webkit-linear-gradient( 0deg, rgba(30,84,136,0) 0%, rgba(30,84,136) 100%);
background-image: -ms-linear-gradient( 0deg, rgba(30,84,136,0) 0%, rgba(30,84,136) 100%);}
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
.column5{width: 100%;position: relative;}
.column5LScroll{position: relative;width: 43%;}
.column5LScroll .bd{ overflow: hidden;}
.column5LScroll .slick-list{ overflow: visible; margin-right: -30px; }
.column5LScroll .myslide{ width: 100%;}
.column5LScroll .con{ margin-right: 30px;}
.column5LScroll .con .pic::before{padding-top: 91.24%;}
.column5LScroll .con .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(48, 78, 141, .9);}
.column5LScroll .html{display: none;}
.column5RScroll{position: relative;width: 57%;}
.column5RScroll .bd{ overflow: hidden;}
.column5RScroll .slick-list{ overflow: visible; margin-right: -30px; }
.column5RScroll .myslide{ width: 100%;}
.column5RScroll .con{ margin-right: 30px;}
.column5RScroll .con .pic::before{padding-top: 68.8%;}
.column5C{position: absolute;left: 0;top: 0;height: 100%;width: 100%;}
.column5CBox{padding: 65px 0 140px;width: 420px;}
.column5C .indexTitle{margin-bottom: 80px;}
.column5C .indexTitle .enTitle{color: #456992;}
.column5C .indexTitle .enTitle::before{background-color: #456992;}
.column5C .indexTitle .enTitle::after{background-color: #456992;}
.column5C .indexTitle .cnTitle{color: #fff;}
.column5Con .title{line-height: 40px;height: 40px;font-size: 24px;color: #ffffff;font-weight: bold;margin-bottom: 45px;}
.column5Con .info{line-height: 25px;height: 100px;overflow: hidden;text-align: justify;font-size: 14px;color: #ffffff;margin-bottom: 60px;}
.column5Con .sectionBtn a{background-color: unset;border: 1px solid #fff;}
.column5CList{position: absolute;left: 43%;top: 50%;margin-top: -120px;}
.column5CList dd .con{width: 120px;height: 120px;display: block;text-align: center;background-color: rgba(0, 0, 0, .6);}
.column5CList dd .con .icon{width: 30px;margin: 0 auto 10px;}
.column5CList dd .con .icon .pic::before{padding-top: 110.6777%;}
.column5CList dd .con .text{line-height: 30px;height: 30px;overflow: hidden;font-size: 18px;color: #fff;}
.column5CList dd.active .con{background-color: #ed1b23;}
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
.column6{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.column6C{padding: 85px 0 120px;}
.column6CUp{margin-bottom: 50px;}
.column6CUp .sectionBtn{margin-top: 100px;}
.column6Scroll{position: relative;}
.column6Scroll .bd{ overflow: hidden;padding: 5px;}
.column6Scroll .slick-list{ overflow: visible; margin-right: -30px; }
.column6Scroll .myslide{ width: 33.3333%; float: left; display: inline;}
.column6Scroll .con{ margin-right: 30px;}
.column6Scroll .con .pic{overflow: hidden;}
.column6Scroll .con .pic::before{padding-top: 66.2337%;}
.column6Scroll .con .text{padding: 20px 30px 30px;background-color: #Fff;border-left: 1px solid #f0f0f0;border-bottom: 1px solid #f0f0f0;border-right: 1px solid #f0f0f0;}
.column6Scroll .con .text .title{line-height: 35px;height: 35px;overflow: hidden;margin-bottom: 15px;}
.column6Scroll .con .text .title a{display: block;font-size: 18px;color: #333333;}
.column6Scroll .con .text .info{font-size: 14px;color: #666666;line-height: 25px;height: 50px;overflow: hidden;margin-bottom: 20px;}
.column6Scroll .con .text .timeC{line-height: 50px;height: 50px;}
.column6Scroll .con .text .timeC .time{overflow: hidden;font-size: 14px;color: #666;font-weight: bold;background: url("../images/shizhon.png") no-repeat left center;padding-left: 25px;}
.column6Scroll .con .text .timeC .sectionBtn a{background-color: unset;border: 1px solid #f0f0f0;}
.column6Scroll .con .text .timeC .sectionBtn a span{background-image: url("../images/sectionBtnIconHui.png");color: #999;}
.column6Scroll .con .text .timeC .sectionBtn a:hover span{background-image: url("../images/sectionBtnIcon.png");color: #fff;}
.column6Scroll .prev{ display:block; width: 30px; height: 40px; cursor: pointer; background: rgba(0,0,0,0.6) url(../images/prev2.png) no-repeat center center; position: absolute; left: 5px; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column6Scroll .next{ display:block; width: 30px; height: 40px; cursor: pointer; background: rgba(0,0,0,0.6) url(../images/next2.png) no-repeat center center; position: absolute; right:5px; top: 50%; margin-top: -20px; z-index: 1; display: none;}
.column6Scroll .prev:hover,.column6Scroll .next:hover{ background-color: #ed1b23;}
.column6Scroll .con:hover{box-shadow:  0 0 5px #ccc;}
.column6Scroll .con:hover .text .timeC .sectionBtn a{background-color: #ed1b23;border-color: #ed1b23;padding: 0 40px;}
.column6Scroll .con:hover .text .timeC .sectionBtn a span{background-image: url("../images/sectionBtnIcon.png");color: #fff;}
.column6Scroll .con:hover .text .title a{color: #ed1b23;}
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
.column7{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.column7C{padding: 65px 0 105px;}
.column7 .indexTitle{margin-bottom: 65px;}
.column7Scroll{position: relative;}
.column7Scroll .bd{ overflow: hidden;}
.column7Scroll .slick-list{ overflow: visible;margin-right: -30px;}
.column7Scroll .myslide{ width: 100%;margin-right: -30px;}
.column7Scroll .con{margin-right: 30px;}
.column7Scroll .con .item{float: left;display: inline;width: 16.6666%;}
.column7Scroll .con .item .pic{margin-right: 30px;margin-bottom: 30px;overflow: hidden;border: 1px solid #f0f0f0;}
.column7Scroll .con .item .pic::before{padding-top: 44.6009%;}
.column7Scroll .prev{ display:block; width: 45px; height: 90px;border-radius: 0 90px 90px 0;box-shadow: 6px 0 15px rgba(177, 126, 66, 0.1); cursor: pointer; background:#fff url(../images/prevHui.png) no-repeat center center; position: absolute; left: 0; top: 50%; margin-top: -60px; z-index: 1; display: none;}
.column7Scroll .next{ display:block; width: 45px; height: 90px;border-radius: 90px 0px 0px 90px;box-shadow: -6px 0 15px rgba(177, 126, 66, 0.1); cursor: pointer; background:#fff url(../images/nextHui.png) no-repeat center center; position: absolute; right:0px; top: 50%; margin-top: -60px; z-index: 1; display: none;}
.column7Scroll .prev:hover{background-image: url("../images/prevHuang.png");}
.column7Scroll .next:hover{ background-image: url("../images/nextHuang.png");}

.column7List{overflow: hidden;}
.column7List dd{float: left;display: inline;width: 16.6666%;}
.column7List dd a{display: block;margin-right: 30px;margin-bottom: 30px;overflow: hidden;border: 1px solid #f0f0f0;}
.column7List dd a .pic{overflow: hidden;}
.column7List dd a .pic::before{padding-top: 44.6009%;}
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
.column8{width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;}
.column8::before{display: block;content: "";width: 1px;height: 100%;background-color: rgba(255, 255, 255, .2);position: absolute;left: 32%;top: 0;}
.column8C{padding: 80px 0 90px;}
.column8T{float: left;display: inline;padding-top: 30px;}
.column8T .enTitle{line-height: 50px;height: 50px;font-size: 36px;font-weight: bold;color: rgba(225, 255, 225, .05);}
.column8T .cnTitle{line-height: 50px;height: 50px;font-size: 36px;font-weight: bold;color: #fff;}
.column8Con{float: right;display: inline;margin-right: 160px;width: 50%;}
.column8ConCUp{line-height: 95px;height: 95px;border-bottom: 1px solid rgba(255, 255, 255, .2);margin-bottom: 20px;}
.column8ConCUp .text1{font-size: 35px;font-weight: bold;color: #d6000f;padding-right: 80px;margin-right: 90px;display: inline-block;background: url("../images/gupiaoUp.png") no-repeat right center;}
.column8ConCUp .text2{font-size: 18px;font-weight: bold;color: #fff;display: inline-block;margin-right: 50px;}
.column8ConCUp .text3{font-size: 18px;font-weight: bold;color: #fff;display: inline-block;}
.column8ConCUp .btn{display: inline;float: right;margin-top: 10px;}
.column8ConCUp .btn a{display: block;font-size: 14px;color: #999;background: url("../images/YJTHui.png") no-repeat right center;padding-right: 20px;}
.column8ConCDown{overflow: hidden;line-height: 35px;height: 35px;font-size: 16px;color: #fff;}
.column8ConCDown .span1{float: left;display: inline;}
.column8ConCDown .span2{float: right;display: inline;}
.column8ConCUp.hover .text1{color: #008e31;background-image: url("../images/gupiaoDown.png");}
/* ————— 第8通栏 end ————— */
.bodyBg{width: 100%;height: 100%;z-index: 1000;background-color: rgba(0, 0, 0, .3);position: fixed;left: 0;top: 0;opacity: 0;visibility: hidden;}
.bodyBg.active{opacity: 1;visibility: visible;}
.tanChuanBox{background-position: center center;background-repeat: no-repeat;background-size: 100% 100%;width: 1440px;height: 700px;z-index: 1001; position: fixed;top: 20%;left: 12.5%;overflow: hidden;opacity: 0;visibility: hidden;transform: scale(0);-webkit-transform: scale(0);transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.tanChuanBox.active{opacity: 1;visibility: visible;transform: scale(1);-webkit-transform: scale(1);}
.tanChuanBoxC{padding: 75px 80px 0;box-sizing: border-box;-webkit-box-sizing: border-box;}
.tanChuanBoxC .pic{float: left;display: inline;width: 365px;margin-right: 65px;}
.tanChuanBoxC .pic::before{padding-top: 171.4782%;}
.tanChuanBoxC .text{overflow: hidden;}
.tanChuanBoxC .text .title{width: 260px;margin-bottom: 20px;}
.tanChuanBoxC .text .enTitle{line-height: 45px;font-size: 40px;color: #e5e5e5;}
.tanChuanBoxC .text .cnTitle{line-height: 40px;font-size: 30px;color: #333;font-weight: bold;margin-top: -30px;position: relative;}
.tanChuanBoxC .text .info{font-size: 16px;color: #666666;font-weight: bold;line-height: 30px;height: 30px;margin-bottom: 35px;}
.tanChuanBoxC .text .infoC{text-indent: 2em;font-size: 16px;color: #666666;line-height: 33px;text-align: justify;padding-right: 20px;overflow-x: hidden;overflow-y: auto;height: 365px;}
.tanChuanBox .gbTanchuan{position: absolute;right: 30px;top: 30px;background: url("../images/guanBi.png") no-repeat center center;width: 15px;height: 15px;cursor: pointer;}
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */