@charset "UTF-8";
/* auther:lyc
date:2022-10-27 */
/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.top{background-color: #fff;position: relative;}
.top::before{display: block;content: "";width: 100%;height: 1px;background-color: #f2f2f2;position: absolute;left: 0;top: 50px;}
.topUp{width: 100%;height: 50px;}
.topUp::after{display: block;content: "";clear: both;visibility: hidden;}
.topUpL span{height: 50px;line-height: 50px;font-size: 15px;color: #999999;}
.topUpR{overflow: hidden;}
.topUpRCon{overflow: hidden;margin-top: 10px;}
.topSearch{width: 140px;height: 30px;border-radius: 15px;border: 1px solid #d6d6d6;overflow: hidden;position: relative;padding: 0 10px;margin-right: 20px;}
.topSearchInput{display: inline-block; overflow: hidden; width: 85%;height: 30px;line-height: 30px;border: none;outline: none;}
.topSearchBtn{width: 18px;height: 18px;background: url(../images/seach.png) center center no-repeat;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.topIconList{overflow: hidden;position: relative;}
.topIconList::before{display: block;content: "";width: 1px;height: 26px;background-color: #e6e6e6;position: absolute;left: 0;top: 4px;}
.topIconList dd{float: left;display: inline;}
.topIconList dd .con{margin-left: 20px;}
.topIconList dd .con .icon{display: inline-block;width: 30px;height: 30px;border: 1px solid #d7d7d7;border-radius: 50%;position: relative;}
.topIconList dd .con .icon img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.topIconList dd .con .icon .img2{display: none;}
.topIconList dd:hover .con .icon{background-color: #c70005;border-color: #c70005;}
.topIconList dd:hover .con .icon .img1{display: none;}
.topIconList dd:hover .con .icon .img2{display:block;}

.topDn{height: 80px;}
.topDn::after{display: block;content: "";clear: both;visibility: hidden;}
.logo{width: 439px;margin-top: 21px;}
.logo img{width: 100%;height: 100%;}
/* 导航 start */
.return{background-color: #c70005;height: 38px;line-height: 38px;width: 110px;border-radius: 4px;margin-top: 20px;margin-left: 30px;font-size: 0;}
.return em{display: inline-block;width: 15px;height: 14px;background: url(../images/return.png) center center no-repeat;vertical-align: middle;margin: 0 8px 0 14px;}
.return span{display: inline-block;height: 38px;line-height: 38px;font-size: 15px;color: #ffffff;font-weight: bold;vertical-align: middle;}
.menuBg{width: 100%; height: 60px;line-height: 60px;background-color: rgba(0, 0, 0, 0.4);position: absolute;left: 0;top: 100%;z-index: 9;opacity: 0;visibility: hidden;transition: all .3s linear;} 
.menuBg.show{opacity: 1;visibility: visible;} 
.menuList::after{display: block;content: "";clear: both;visibility: hidden;} 
.menuList dd{float: left;display: inline;cursor: pointer;position: relative;font-size: 0;}
.menuList dd::before{display: block;content: "";width: 100%;height: 2px;background-color: #c70005;position: absolute;left: 0;bottom: 0;display: none;transition: all .3s linear;-webkit-transition: all .3s linear;}
.menuList dd .yj{padding: 0 17px;height: 80px;line-height: 80px;position: relative;} 
.menuList dd .yj a{font-size: 16px;color: #4c4c4c;}
/* 导航二级  */
.menuList dd .ejBox{height: 60px;line-height: 60px;width: 10000px;position: absolute;left: 0;top: 100%;z-index: 10;display: none;}
.menuList dd .ej{display: inline-block;overflow: hidden;}
.menuList dd .ej a{display: inline-block; padding: 0 10px;font-size: 14px;color: #fff;}
.menuList dd:hover:before,.menuList dd.hover:before{display: block;}
.menuList dd:hover .yj a,.menuList dd.hover .yj a{color: #c70005;}
.menuList dd .ej a:hover{font-weight: bold;}
/* 导航 end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{background: url(../images/common/videoPopClose.png) no-repeat center center / auto 40px;right: -60px;top: -40px;}
.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover{ background-position: center center;}
.aykj-videoPop .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate-bg-box{
    width: 90px !important;
    left: 50% !important;
    margin-left: -45px;
    bottom: 100%;
    top: auto !important;
    overflow: hidden;
    height: auto !important;
}
.aykj-videoPop .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg{
    width: auto !important;
}
/* 视频弹窗 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;}
.indexBanner::before{content: '';display: block;padding-top: 38.8542%; position: relative;z-index: 9;}
.indexBanner::after{display: block;content: "";width: 100%;height: 130px;background: url(../images/bannerBg.png) left bottom no-repeat;background-size: auto 130px;position: absolute;left: 0;bottom: -1px;}
.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 .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 ————— */
.footerUp{background-color: #a50000;}
.footerUp::after{display: block;content: "";clear: both;visibility: hidden;}
.footerUpUp{padding:53px 0px 36px;border-bottom: 1px solid rgba(255,255,255,.4);font-size: 0;}
.footerUpUp::after{display: block;content: "";clear: both;visibility: hidden;}
.footerUpUp .footerlogo{width: 439px;}
.footerUpUp .footerlogo img{width: 100%;height: 100%;}
.footerMenuList{overflow: hidden;}
.footerMenuList dd{float: left;display: inline;}
.footerMenuList dd a{display: inline-block;font-size: 15px;color: rgba(255,255,255,.6);padding-left: 30px;line-height: 40px;}
.footerMenuList dd:hover a{color: #fff;}

.footerUpDn{padding: 40px 0 20px;}
.footerUpDn::after{display: block;content: "";clear: both;visibility: hidden;}
.footerUpDn .picBox{margin-right: 120px;}
.footerImgList{overflow: hidden;margin-right: -35px;}
.footerImgList dd{float: left;display: inline;}
.footerImgList dd .con{text-align: center;margin-right: 35px;}
.footerImgList dd .con .footerEwm{width: 150px;height: 150px;border-radius: 4px;border: 1px solid rgba(255,255,255,.4);position: relative;margin-bottom: 12px;}
.footerImgList dd .con .footerEwm img{width: 130px;height: 130px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.footerImgList dd .con span{font-size: 15px;color: rgba(255,255,255,.6);}
.footerImgList dd .con .span{display: block;height: 25px;line-height: 25px;font-size: 15px;color: #8c8c8c;text-align: center;}
.footerUpDn .textBoxL{overflow: hidden;}
.footerUpDn .textBoxL .addres{height: 25px;line-height: 25px;font-size: 15px;color: rgba(255,255,255,.6);margin-bottom: 9px;}
.footerUpDn .textBoxL .addresInfo{height: 60px;line-height: 30px;font-size: 20px;color: #fff;margin-bottom: 20px;}
.footerDnTextList{overflow: hidden;}
.footerDnTextList dd{float: left;display: inline;}
.footerDnTextList dd .con{margin-right: 90px;}
.footerDnTextList dd .con .title{height: 25px;line-height: 25px;font-size: 15px;color: rgba(255,255,255,.6);margin-bottom: 6px;}
.footerDnTextList dd .con .info{height: 25px;line-height: 25px;font-size: 15px;color: #fff;padding-bottom: 25px;}
.footerUpDn .textBoxR .frendLink{width: 228px;height: 50px;line-height: 50px;background-color: #8f0000;border-radius: 4px;padding: 0 10px;position: relative;margin-top: 70px;cursor: pointer;}
.frendLinkR{width: 13px;height: 9px;background: url(../images/xiaLa.png) center center no-repeat;margin-top: 21px;cursor: pointer;}
.frendLinkL{overflow: hidden;height: 50px;line-height: 50px;font-size: 16px;color: rgba(255,255,255,.6);padding-left: 20px;position: relative;}
.frendLinkL::before{display: block;content: '';width: 13px;height: 13px;background: url(../images/link.png) center center no-repeat;position: absolute;left:0px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.frendLinkLText{width: 100%;position: absolute;left: 0;top: 100%;display: none;border: 1px solid rgba(143,0,0,0.6);box-sizing: border-box;-webkit-box-sizing: border-box;background-color: #8f0000;}
.frendLinkLText a{display: block;height: 40px;line-height: 40px;font-size: 15px;color: rgba(255,255,255,.6);padding: 0 10px;border-bottom: 1px solid rgba(255,255,255,.1);overflow: hidden;}
.frendLinkLText a:last-child{border-bottom:none}
.frendLinkLText a:hover{color:#fff}
.footerDnTextList dd.dd1 .con .info{padding-top: 7px;}
.friendCopyRight{height: 75px;line-height: 75px;overflow: hidden;font-size: 15px;background-color: #8f0000;color: rgba(255,255,255,.6);}
.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: rgba(255,255,255,.6);margin-right: 10px;}
.friendCopyRight .conL a:hover{ color: #fff;}
.friendCopyRight .conR{ float: right; display: inline;}
.friendCopyRight .conR a{color: rgba(255,255,255,.6);}
.friendCopyRight .conR a:hover{ color: #fff;}
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */
/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 29.6875%;}
.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%;position: relative;}
.subBanner .textC{width: 184px;background-image: -webkit-linear-gradient( -2deg, rgb(143,0,0) 0%,rgba(165,0,0,.8) 60%, rgba(165,0,0,0) 100%);position: absolute;left: 0;bottom: 20px;padding: 30px 28px 13px;border-radius: 4px;background-image: linear-gradient( 90deg, rgb(143,0,0) 0%,rgba(165,0,0,.8) 60%, rgba(165,0,0,0) 100%);}
.subBanner .textC .line{width: 63px;height: 4px;background-color: #fff;margin-bottom: 10px;}
.subBanner .textC .title{height: 50px;line-height: 50px;font-size: 30px;color: #fff;font-weight: bold;}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 90px;background: #fff;box-shadow: 0px 1px 11.05px 1.95px rgba(0, 0, 0, 0.06);position: relative;}
.location{height: 90px;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: 90px;line-height: 90px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/icon8.png);color: #898989;font-size: 14px;}
.location a:hover{color:#dc0d0d}
.location a.hover{color:#dc0d0d}
.subNavBox{margin-right:-15px; position: relative;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline;float: left;line-height: 90px;height:90px;color: #8c8c8c;font-size: 15px;padding:0 19px;}
.subNav a.hover{color: #dc0d0d}
.subNav a:hover{color: #dc0d0d}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;margin-top: 20px;}
.sjMenu a{display: inline-block;height: 47px;line-height: 47px;padding:0 90px;color: #4d4d4d;border: 1px solid #fff;border-radius: 23px;font-size: 18px;margin: 0 32px;background: #fefefe;}
.sjMenu a:hover{color: #0d4ca3;}
.sjMenu a.hover{color: #0d4ca3;}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;width: 40px;height: 40px;line-height: 40px;text-align: center; color:#999999;border-radius:50%;background: #fff; margin: 0 3px;border: 1px solid #efefef;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #dc0d0d;color: #fff;}
.page a.hover{background: #dc0d0d;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 40px; height: 40px; 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: 40px;height: 40px;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:#fff;}
.page a.prevPage.disabled{background:#fff;}
.page a.nextPage.disabled{background:#fff;}
.page a.lastPage.disabled{background:#fff;}
.page a.firstPage.disabled div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/common/page/lastPage.png)}
/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn{ text-align: center;}
.aykj-recruitTc .layui-layer-btn a{ height: 38px; line-height: 38px; padding: 0 40px; font-size: 14px;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn0{background: #1e5ab0; color: #FFF; border-color: #1e5ab0;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn1{background: #ddd; color: #8b8b8b; border-color: #ddd;}
.aykj-alert .layui-layer-btn .layui-layer-btn0{background: #1e5ab0; border-color: #1e5ab0;}
/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.colunmTitle{overflow: hidden;margin-bottom: 28px;}
.colunmTitleR{height: 50px;margin-top: 9px;}
.colunmTitleL{overflow: hidden;line-height: 50px;font-size: 30px;color: #4c4c4c;}
.colunmMore{display: block; width: 30px;height: 30px;border: 1px solid #cccccc;border-radius: 4px;background: url(../images/huijia.png) center center no-repeat;}
.colunmMore:hover{border-color: #c70005;background-image: url(../images/redJia.png);}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.colunm1{padding: 30px 60px;background: url(../images/colunm1Bg.jpg) center center repeat;background-size: cover;}
.colunm1C{overflow: hidden;}
.colunm1CL{width: 52.0833%;}
.colunmScroll{position: relative;}
.colunmScroll .bd{position: relative;}
.colunm1Scroll .myslide{width: 52.0833%;}
.colunmScroll .pic{overflow: hidden;}
.colunmScroll .pic::before{padding-top:63.8667%;}
.colunmScroll .colunmBtn{width: 100%; height: 60px;position: absolute;left: 0;bottom: 0;z-index: 2;background-color:rgba(0, 0, 0, 0.5);overflow: hidden;}
.colunmScroll .colunmBtn::after{display: block;content: "";clear: both;visibility: hidden;}
.colunmScroll .colunmDots{width: 30%; height: 60px;line-height: 60px;padding-right: 40px;}
.colunmDots .slick-dots {height: 60px;text-align: right;font-size: 0;line-height: 60px;overflow: hidden;}
.colunmDots .slick-dots li {border: 1px solid #FFFFFF; display: inline-block;width: 8px;height: 8px;border-radius: 100%;margin: 0 4px;vertical-align: middle;cursor: pointer;}
.colunmDots .slick-dots li.slick-active {background: #FFFFFF;}
.colunmText{overflow: hidden;padding:0 40px;}
.colunmText .title{height: 60px;line-height: 60px;font-size: 18px;color: #fff;}
.colunm1CR{overflow: hidden;padding-left: 40px;background-color: #fff;}
.colunm1CRUp{border-bottom: 1px solid #e5e5e5;padding: 20px 40px 13px 0px;}
.colunm1CR .title{height: 35px;line-height: 35px;margin-bottom: 5px;position: relative;padding-left: 20px;}
.colunm1CR .title::before{display: block;content: "";width: 4px;height: 20px;background-color: #c70005;border-radius: 2px;position: absolute;left:0;top: 8px;}
.colunm1CR .title a{font-size: 20px;color: #4c4c4c;font-weight: bold;}
.colunm1CR .info{height: 50px;line-height: 25px;font-size: 14px;color: #808080;margin-bottom: 21px;padding-left: 20px;}
.colunm1CR .time{height: 25px;line-height: 25px;overflow: hidden;padding-left: 20px;}
.colunm1CR .time a{display: block;width: 22px;height: 22px;background: #c70005 url(../images/more1.png) center center no-repeat;margin-top: 4px;}
.colunm1CR .time span{overflow: hidden;display: block;font-size: 15px;color: #cccccc;}
.colunm1CR .title a:hover{color: #c70005;}
.conlunm1TextList{padding: 11px 33px 11px 0;}
.conlunm1TextList dd{position: relative;}
.conlunm1TextList dd::before{display: block;content: "";width: 4px;height: 4px;border-radius: 2px;background-color: #c70005;position: absolute;left: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.conlunm1TextList dd .con{overflow: hidden;height: 36px;}
.conlunm1TextList dd .con .time{height: 36px;line-height: 36px;font-size: 15px;color: #8c8c8c;}
.conlunm1TextList dd .con .text{overflow: hidden;padding: 0 40px 0 15px;height: 36px;line-height: 36px;}
.conlunm1TextList dd .con .text a{font-size: 15px;color: #8c8c8c;}
.conlunm1TextList dd:hover .con .time{color: #c70005;}
.conlunm1TextList dd:hover .con .text a{color: #c70005;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.colunm2Scroll{position: relative;}
.colunm2{padding: 52px 0 60px;background: url(../images/colunm2Bg.jpg) center center no-repeat;background-size: cover;}
.colunm2C{overflow: hidden;}
.colunm2CR{width: 52.0833%;}
.colunm2CL{overflow: hidden;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.colunm2{padding: 50px 0 60px;}
.colunm3Scroll{position: relative;}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.colunm4{padding: 50px 0;background: url(../images/colunm4Bg.jpg) center center no-repeat;background-size: cover;}
.colunm4Scroll{position: relative;}
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
.colunm5{padding: 50px 0 70px;background: url(../images/colunm1Bg.jpg) center center no-repeat;background-size: cover;}
.colunm5ImgList{margin-bottom: -30px;overflow: hidden;}
.colunm5ImgList dd{margin-bottom: 30px;}
.colunm5ImgList dd .con .pic{overflow: hidden;}
.colunm5ImgList dd .con .pic::before{padding-top: 6.9444%;}
/* ————— 第5通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */