.headerWpr .container{display: flex;justify-content: space-between;align-items: center;}
.logo{font-size: 0;}
.nav{display: flex;height: 80px;z-index: 22;}
.nav li{margin-right: 23px;position: relative;}
.nav li:hover .subMenu{visibility: initial;transform: scaleY(1);opacity: 1;}
.nav_a {display: inline-block;position: relative;line-height: 78px;font-size: 18px;height: 80px;}
.nav_a:hover, .nav_a.on, .nav li:hover .nav_a {
    color: #d41e1f;
}
nav_a:hover .subMenu{opacity: 1;}
.nav_a:after {content: "";background: #d41e1f; height: 3px;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;transition: all 0.5s ease;width: 0%;}
.nav_a.on:after, .nav_a:hover:after, .nav li:hover .nav_a:after {width: 100%;}
.subMenu {position: absolute;left: 50%;width: 200px;text-align: left;background: #fff;opacity: 0;visibility: hidden;padding-bottom: 15px;margin-left: -100px;transition: all 0.5s ease;transform: scaleY(0);transform-origin: center top;border-radius: 0 0 0.3em 0.3em;padding-top: 15px;}
.subMenu p {position: relative;}
.subMenu_a {display: block;line-height: 24px;padding: 14px 56px 14px 25px;font-size: 15px; letter-spacing: 1px;position: relative;transition: all 0.3s ease-in-out;z-index: 1;}
.subMenu_a i {background: url(./menu_ar251128.png) no-repeat center center;height: 16px;width: 25px;position: absolute;top: 50%;margin-top: -8px;right: 20px;transition: all 0.8s ease-in-out;transform: translateX(-45px);opacity: 0;background-size: 18px auto;}
.subMenu p:before {content: "";height: 1px;background: #E6E6E6;position: absolute;left: 25px;right: 25px;top: 0px;}
.subMenu p:nth-child(1):before {display: none;}
.subMenu_a:hover {color: #fff;}
.subMenu_a:before {content: "";background: #c12c25;position: absolute;left: 0;top: 0;width: 0;bottom: -1px;transition: all 0.3s ease-in-out;}
.subMenu_a span {display: block;position: relative;}
.subMenu_a:hover:before {width: 100%;}
.subMenu_a:hover i{opacity: 1;    transform: translateX(0);}
/* 搜索 */
.headRx{display: flex;}
.headSer {
    background: url(./sertop251128.png) no-repeat center center;
    height: 80px;
    width: 24px;
    cursor: pointer;
}
.serBg {background: rgba(212, 30, 31, 0.95);position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 55;}
.serLayer {position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 56;padding-top: 120px;}
.serClose {
    background: url(./close-1251128.png) no-repeat center center;
    display: inline-block;
    height: 52px;
    width: 52px;
    border: 1px solid rgba(255,255,255,0.6);
    position: fixed;
    right: 2vw;
    top: 2vw;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    z-index: 900;
    background-size: 28px auto;
    cursor: pointer;
}
.serClose.on {
    transform: rotate(-360deg);
}
.serLayer h6 {
    font-size: 66px;
    line-height: 60px;
    margin-bottom: 45px;
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 15px;
}
.serIntBox {
    margin: 0px auto;
    max-width: 90%;
    width: 1200px;
}
.serIntBox input {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 20px;
    line-height: 108px;
    color: #FFF;
    height: 110px;
    background: url(./serIco_w251128.png) no-repeat left center;
    padding-left: 52px;
    width: 100%;
    background-size: 40px auto;
}
.serul li {font-size: 16px;line-height: 32px;color: #FFF;padding-left: 18px;position: relative;}
.serul {margin: 50px auto 0;max-width: 90%;width: 1200px;}
.serul li::before {content: "";width: 5px;height: 5px;background: #fff;border-radius: 50%;position: absolute;left: 0;top: 15px;}
/* banner */
.container1{width: 1200px;margin: 0 auto;}
.hmFocusWpr{position: relative;    overflow: hidden;}
.hmBan_txt {position: absolute;left: 0;top: 50%;transform: translateY(-50%);color: #fff;width: 100%;text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);text-align: center;padding-bottom: 15px;}
.hmBan_txt strong {font-size: 40px;line-height: 50px;transition: all 1.5s ease;transform: translateX(-150px);opacity: 0;letter-spacing: 2px;font-weight: normal;display: block;}
.active .hmBan_txt strong {opacity: 1;transform: translateX(0);}
.hmBan_txt p {font-size: 14px;display: block;line-height: 24px;display: block;transition: all 1.5s ease;transform: translateX(150px);opacity: 0;margin: 10px 0px 0px;letter-spacing: 1px;text-transform: uppercase;}
.active .hmBan_txt p {opacity: 1;transform: translateX(0);transition-delay: 0.2s;}
.hmFocus, .hmFocus_item,.m2banner{height: 260px;overflow: hidden;}
.hmFs_bg {height: 100%;width: 100%;background-repeat: no-repeat;background-size: cover;background-position: center center;-webkit-transform: scale(1.12);transform: scale(1.12);}
@-webkit-keyframes scaleBg {
    from {
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleBg {
    from {
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.active .hmFs_bg{ visibility: visible; -webkit-animation: scaleBg 6s linear forwards; animation: scaleBg 6s linear forwards;}
.hmFocus .slick-dots li.slick-active {background: #FFFFFF;}
.slick-dots {position: absolute;bottom: 20px;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}
.hmFocus .slick-dots li {background: none;display: inline-block;height: 14px;width: 14px;margin: 0px 7px;position: relative;border-radius: 50%;vertical-align: middle;border: 3px solid #FFF;}
/* 第一部分 */
.hmc1box {position: relative;width: 100%;}
    
.hmCon1 {background: url(./conbg1251128.png) no-repeat center bottom;padding: 5.8vw 0px 19.8vw;position: relative;background-size: 100% auto;max-width: 1920px;font-family: "PingFangSC";margin: 0 auto;}
.pub_t {font-size: 24px;color: #cccccc;}
.pub_t span {font-size: 40px;letter-spacing: 3px;display: inline-block;margin-right: 18px;color: #222;}
.hmc1des {width: 54%;padding-bottom: 60px;border-bottom: 2px dashed #E4E4E4;line-height: 30px;color: #666666;text-align: justify;position: absolute;right: 0;top: 0;font-family: "PingFangSC";font-size: 16px;text-indent: 2em;padding-top: 34px;}
.hmc1ul {margin: 20px 0px 32px;width: 356px;}
.hmc1ul li {padding: 3px 0px;border-bottom: 1px solid #DDDDDD;position: relative;cursor: default;}
.hmc1ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    right: 0;
    background: url(./hmc1line251128.png) repeat-y right center;
    transition: all 0.5s ease;
    border-radius: 0 8em 8em 0;
    transform: scaleX(0);
    transform-origin: left center;
    background-size: 356px 85px;
}
.hmc1ul li:hover:before {
    transform: scaleX(1);
}
.hmc1item {
    height: 85px;
    position: relative;
}
.hmc1ul li:hover .hmc1item p {
    color: #d31f20;
}
.hmc1ul li:hover .hmc1ico {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.hmc1ico {
    width: 70px;
    height: 70px;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: all 0.5s ease;
    opacity: 0;
}
.hmc1ico:after {
    content: "";
    background: url(./hmc1hicoBor251128.png) no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    animation: radiusRotate 10s linear infinite;
    background-size: 70px 70px;
}

.hmc1item p {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    transition: all 0.5s ease;
    font-family: "PingFangSC";
}
.hmc1ul li:hover .hmc1item strong {
    color: #fff;
}
.hmc1item strong {
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    white-space: nowrap;
    color: #d31f20;
    transition: all 0.5s ease;
}
.hmc1item strong span {
    font-size: 36px;
}
.hmc1item strong i {
    font-style: normal;
    display: inline-block;
    margin-left: 3px;
    font-family: "PingFangSC";
        position: relative;
    bottom: 2px;
}
.hmBtn {
    line-height: 44px;
    text-align: center;
    display: inline-block;
    width: 154px;
    background: #d31f20;
    border-radius: 2em;
    color: #fff;
    font-size: 14px;
}
.hmBtn:hover {
    background: #d31f20;
    transform: translateY(-5px);
    box-shadow: 0 3px 18px rgba(212,30,31,0.3);
    color: #fff;
}

/* 第二部分 */
.hmCon2{ background: url(./conbg2251128.png) no-repeat center center; padding:4.2vw 0 2.3vw; background-size:cover;font-family: "PingFangSC";}
.hmc2Tx{ height:50px; position:relative;}
.hmc2Tx .hmBtn{ position:absolute; right:0; top:4px;}
.hmc2box{ margin-top:2.5vw;display:flex; justify-content:space-between;}
.hmc2lx{ width:503px;}
.hmc2laBox{ display:block;}
.hmc2laBox .overflowHide{ height:345px;}
.hmc2lbmx{ margin-top: 20px; }
.hmc2lbmx strong{ font-size: 22px; line-height: 36px; font-weight: normal; -webkit-line-clamp:4;}
.hmc2lbmx span{ line-height: 28px; color: #777777; margin-top: 12px; display:block }
.hmc2rx{ width: 648px;}
.hmc2list dd{ width:50%;  border-top: 1px solid #DBDBDB;padding-right: 26px; }
.hmc2list dd:nth-child(2n){padding-right: 0;}
.hmc2a{ display:block; padding:30px 0 36px; letter-spacing:1px;}
.hmc2a strong{ font-size: 18px; overflow: hidden; -webkit-line-clamp: 2; font-weight: normal; }
.hmc2a p{ line-height: 24px; color: #777777;  overflow: hidden; margin-top: 18px; -webkit-line-clamp: 7; font-size: 14px;}
.hmc2a span{ line-height: 22px; color: #777777; display: block; margin-top: 28px;}
.bgImg img {
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0%;
    top: 0%;
}
.scaleImg img {
    transition: all 0.5s ease;
}


/* 第三部分 */
.hmCon3{ position: relative; background: url(./conbg3251128.png) no-repeat center center; background-size:100% 100%; transition:all 0.5s ease; font-family: "PingFangSC";}
.hmc3img{ width:54.16vw; position:absolute; right:0; top:0; bottom:0; opacity:0}
.hmc3lx{ padding:4.2vw 0 }
.hmc3des{ line-height: 30px; color: #666666; letter-spacing: 1px; text-align: justify; margin: 30px 0px 45px; max-width:465px;}
.hmc3dl{ margin-bottom:38px;}
.hmc3dl dd{ margin-bottom:20px; cursor:default}
.hmc3dl dd p{ background: #FFF; padding: 0px 40px 0px 60px; font-size: 14px; line-height: 50px; letter-spacing: 1px; white-space: nowrap; display: inline-block; position:relative; border-radius:0 3em 3em 0; transition:all 0.5s ease;}
.hmc3dl dd p img{ position: absolute; left: 19px; top: 14px; transition:all 0.5s ease; }
.hmc3dl dd:hover img{transform:rotateY(180deg);}
.hmc3dl dd:hover p{box-shadow:0 3px 12px rgba(0,0,0,0.1); transform:translateY(-5px);}
.hmCon3:hover{background-size:105% 105%;}

/* 第四部分 */
.hmCon4 {
    background: url(./con4bg251128_02.png) no-repeat center center;
    padding: 5.7vw 0px;
    background-size: cover;font-family: "PingFangSC";
}
.hmCon4 .container {display: flex;justify-content: space-between;}
.hmc4rx{ width:40%; padding-right:42px;display:flex; flex-direction:column; justify-content:center; position:relative; z-index:1;}
.hmc4rx dl{ margin: 2.35vw 0 4vw; }
.hmc4rx dl dt{ line-height: 40px; height: 40px; padding-left: 45px; font-size: 24px; letter-spacing: 1px; position: relative; margin-bottom: 40px;  }
.hmc4rx dl dt img{ position: absolute; left: 0px; top: 50%; transform:translateY(-50%);}
.hmc4rx dl dd{ line-height: 36px; color: #777777; letter-spacing: 1px; text-align: justify;font-size: 18px;text-indent: 2em;}

/* 尾部 */
.footer{ background: #171a23; padding-top: 40px; color: #63666e; background-size:cover; font-family: "";font-family: "PingFangSC";}
.foot_logo{ text-align:center;}
.foot_logo img{width:auto;}
.footWxs{ margin-top:30px; text-align:center;}
.footWxs li{ display:inline-block; margin:0 12px;}
.footWxs li p{ font-size:16px; line-height:36px;}
.webCopy{ margin-top: 38px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center;  line-height: 24px; padding: 26px 0; font-size: 14px;}
.footer a{ color:#63666e;}
.footer a:hover{ color:#7b808f}



/* 党建工作 */
.m2posWpr{height: 62px;line-height: 62px;border-bottom: 1px solid #eee;}
.m2banner{margin: 0 auto;text-align: center;}
.m2banner img{width: 100%;}
.m2posWpr{color: #666;}
.m2Lx {
    width: 266px;
    float: left;
}
.m2tnm {
    height: 96px;
    background: #F42626;
    padding: 14px 0px 0px 24px;
    color: #FFF;
    overflow: hidden;
    border-radius: 0 5em 0 0;
    position: relative;
    z-index: 2;
}
.m2tnm strong {
    font-size: 46px;
    line-height: 100px;
    position: absolute;
    left: 102px;
    top: 0px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.1);
}
.m2tnm p {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}
.m2main {
    padding: 60px 0 80px;
}
.m2menu li{ position:relative; border-top:1px solid #EBEBEB; background:#fff; transition:all 0.3s ease;}
.m2menu li.on,.m2menu li:hover{ border-top:1px solid #fff; z-index:1}
.m2menu li.on + li,.m2menu li:hover + li,.m2menu li.on:last-child,.m2menu li:last-child:hover{ border-top:1px solid #fff; }
.m2menu_a{ display: block; line-height: 60px; height: 60px; position: relative; padding: 0 60px 0 24px; font-size: 18px; color: #666666; background: url(./right_icon251215_6.png) no-repeat calc(100% - 35px) center; }
.m2menu li.on .m2menu_a,.m2menu_a:hover{ color:#d41e1f; background:#FBFBFB url(./right_icon251215.png) no-repeat calc(100% - 35px) center; }
.m2menu li:after{content:""; width:3px; height:0%; position:absolute; left:0; top:50%; transform:translateY(-50%); background:#d41e1f; transition:all 0.5s ease;}
.m2menu li.on:after,.m2menu li:hover:after{ height:60px;}
.m2menu li:last-child{height:60px; border-bottom:1px solid #EBEBEB;}

.m2Rx {
    width: calc(100% - 310px);
    float: right;
}
.m2main:after {
    content: "";
    display: table;
    height: 0px;
    overflow: hidden;
    clear: both;
}

.m2Rtnm{ height:94px; position:relative; border-bottom:1px solid #DCDCDC;}
.m2Rtnm:after{content:""; width:103px; height:2px; background:#d41e1f; position:absolute; left:0; bottom:-1px;}
.m2Rtnm .pub_t{ line-height:92px; font-size:24px;}
.m2Rtnm .pub_t span{ font-size:34px;}

.pub_m {
    font-size: 14px;
    line-height: 32px;
    color: #d41e1f;
    background: #f5f5f5;
    height: 32px;
    width: 120px;
    text-align: center;
    display: inline-block;
    border-radius: 2em;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pub_m:hover,.pub_mWpr:hover .pub_m {
    background: #d41e1f;
    box-shadow: 0 3px 18px rgba(212,30,31,0.3);
    color: #fff;
}
.m2nlist{ margin-top: 26px; margin-bottom:40px; }
.m2nlist li{ padding: 23px 0px; border-bottom: 1px solid #EBEBEB; }
.m2n_aBox{display:flex; justify-content:space-between; }
.m2n_aBox .overflowHide{ width:235px; height:136px; border-radius:0.4em;}
.m2nrx{ width:calc(100% - 260px); padding-top:5px;}
.m2nrx strong{ font-size: 18px; letter-spacing: 1px; display: block; font-weight: bold; }
.m2nrx>p{ font-size: 16px; color: #666;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 10px 0 0; }
.m2nrx .m2nrx_time{font-size: 14px;color: #999;padding: 10px 0 10px;}
.m2nrx .m2nrx_time span{margin-right: 6px;}


/* 分页 */
.pages{text-align: center;}
.pages .page_a{color: #666;border-radius: 50%;border: 1px solid #ddd;height: 42px;width: 42px;line-height: 42px;text-align: center;display: inline-block;margin: 0 3px;}
.pages .page_a.page_prev,.pages .page_a.page_next{width: auto;padding: 0 23px;border-radius: 20px;}
.pages .page_a:hover,.pages .page_a.on{color: #fff;background-color: #d31f20;}

/* 党建工作 */
.yfcx_top{margin-top: 48px;}
.yfcx_top_l{margin-right: 24px;width: calc(100% - 350px);float: left;}
.yfcx p{font-size: 16px;color: #666666;line-height: 1.875;text-indent:2em;margin-bottom: 18px;}
.yfcx_bot h4{text-align: center;font-size: 24px;color: #333;margin-bottom: 34px;padding-top: 10px;}
.yfcx_wgjj div{border-radius: 50%;border:1px dashed #d31f20;width: 124px;height: 124px;text-align: center;padding: 28px;color: #d31f20;}
.yfcx_wgjj{display: flex;justify-content: space-around;margin-bottom: 42px;}
.wgjj_tit{background: url(./yfcx_bg251215.png) center no-repeat;}
.zlq_tit{background: url(./yfcx_bg1251215.png) center no-repeat;}
.yfcx_top img{margin-top: 8px;}

/* 产品介绍 */
.cpjs.m2nlist{display: flex;flex-wrap: wrap;}
.cpjs .overflowHide {
    width: 282px;height: 175px;
    border-radius: 0.4em;
}
.cpjs.m2nlist{margin-top: 48px;}
.cpjs.m2nlist li{border-bottom: none;margin-bottom: 38px;padding: 0 7px;}
.cpjs.m2nlist li strong{font-size: 18px;padding: 20px 0;font-weight: normal;}

/* 公司简介 */
.gsjj{margin-top: 48px;}
.gsjj .gsjj_top .gsjj_top_l{width:calc(100% - 378px);float: right;}
.gsjj .gsjj_top .gsjj_top_l h3{text-align: right;font-size: 28px;font-weight: normal;margin-bottom: 32px;}
.gsjj .gsjj_top .gsjj_top_l p{font-size: 16px;color: #666;text-indent: 2em;line-height: 1.8;}
.gsjj .gsjj_cent{display: flex;justify-content: space-around;}
.gsjj_cent{margin: 36px 0;}
.gsjj_cent div p{color: #666;}
.gsjj_cent div{border-right: 1px solid #eee;padding:0 80px;}
.gsjj_cent div:nth-child(3){border-right: none;}
.gsjj_cent div p:first-child{color: #d31f20;font-size: 16px;}
.gsjj_cent div span{font-size: 50px;}
.gsjj_bot{color: #666;line-height: 1.8;}
.gsjj_bot img{margin: 30px 0;}

.gsry img{margin-bottom: 36px;}
/* 企业优势 */
.qyys{margin-top: 40px;}
.qyys>div{margin-bottom: 46px;}
.qyys h3{font-size: 20px;height: 48px;line-height: 48px;align-items: center;display: flex;}
.qyys h3 img{margin-right: 18px;}
.qyys p{line-height: 1.8;color: #666;padding: 20px 0;text-indent: 2em;}

/* 领导班子 */
.ldbz_list{margin-top: 50px;}
.ldbz_list li{display: flex;margin-bottom: 40px;align-items: center;justify-content: space-between;}
.ldbz_list li p{width: 652px;border-bottom: 1px solid #eee;padding-bottom: 20px;font-size: 24px;}
.ldbz_list li .ldbz_bf{width: 92px;height: 92px;border-radius: 50%;border:1px dashed #d31f20;color: #d31f20;font-weight: bold;text-align: center;line-height: 92px;}
.ldbz_list li .ldbz_bf span{font-size: 30px;}


.jydt_det h4{font-size: 24px;font-weight: normal;margin-top: 50px;margin-bottom: 20px;}
.jydt_det span{color: #999;padding-right: 14px;font-size: 14px;}
.jydt_det .detail{font-size: 16px;color: #666;margin-top: 25px;} 
.jydt_det .detail p{margin-bottom: 20px;line-height: 1.8;text-indent: 2em;}

/* 搜索 */
.search_num{background-color: #f6f6f6;height: 30px;line-height: 30px;padding-left: 10px;margin-top: 24px;font-weight: bold;}
.search_num span{color: #d31f20;}
.search_con li{border-bottom: 1px dashed #eee;}
.search_con li .s_tit{display: flex;justify-content: space-between;margin: 25px 0;}
.search_con li .s_tit h4{font-size: 20px;color: #666;}
.search_con li .s_tit div{font-size: 14px;color: #999;}
.search_con li .s_tit span{color: #b28750;padding-right: 6px;}
.search_con li .s_tit i{font-style:normal;}
.search_con li p{font-size: 16px;color: #666;margin-bottom: 28px;}
.search_con .pages{margin: 100px 0;}
.search_con{min-height: 700px;}
.dsPad, .dsPc, .dsPcPad ,.mMmenuLay,.mHeader{
    display: none;
}


@media (max-width:768px){

/* 首页 */
 .mMmenuLay dl,.mMmenuLay dl.on {
    width: 64vw;
}
    .hmc4lx img{width: 100%;}

.wrapper,.container{width: 100%;}
    .header {
        display:none!important;
    }
.mToggle{font-style:normal;line-height: 47px;}
    .mHeader {
        height: 56px;
        background: rgba(255,255,255,0.9);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 15px;
        z-index: 20;
        box-shadow: 0 1px 3px 2px rgba(0,0,0,0.06);
        display: block;
    }

    .mOpenBtn {
        width: 26px;
        height: 20px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -9px;
        overflow: hidden;
        cursor: pointer
    }

    .mOpenBtn i {
        width: 30px;
        height: 2px;
        margin-bottom: 4px;
        background: #d41e1f;
        display: block
    }

    .mOpenBtn i:nth-child(2) {
        width: 21px
    }

    .mOpenBtn i:nth-child(3) {
        width: 25px
    }

    .mOpenBtn i:nth-child(4) {
        width: 10px
    }

    .mMenuLayBg {
        opacity: 0;
        position: fixed;
        z-index: 910;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease-in-out;
        transition-delay: 0.4s;
        display: block;
        background: rgba(0,0,0,0.3);
        background-size: cover;
        visibility: hidden;
    }

    .mMmenuLay {
        position: fixed;
        height: 100%;
        left: 25%;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 920;
        overflow-y: auto;
        color: #fff;
        font-size: 14px;
        box-shadow: -2px 0px 4px 3px rgba(0,0,0,0.06);
        padding: 58px 20px;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        transform: translateX(100%);
        transition-delay: 0.2s;
        display: block;
        background: rgba(212,30,31,0.95);
        background-size: cover;
    }

    .mCloseBtn {
        background: url(../images/close-1251128.png) no-repeat center center;
        display: inline-block;
        height: 40px;
        width: 40px;
        border: 1px solid rgba(255,255,255,0.6);
        position: absolute;
        right: 15px;
        top: 15px;
        border-radius: 50%;
        position: fixed;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        opacity: 0;
        display: block;
        z-index: 930;
        visibility: hidden;
        background-size: 22px auto;
    }

    .mLogo {
        float: left;
    }

    .mLogo img {
        height: 36px;
        width: auto;
        margin-top: 10px;
    }

    .mLogo span {
        font-size: 16px;
        line-height: 38px;
        display: inline-block;
        position: relative;
        left: 8px;
        top: 4px;
    }

    .mLogo span,.mLogo img {
        vertical-align: middle;
    }

    .mMmenuLay dt {
        position: relative;
    }

    .mMenu_a1 {
        font-size: 15px;
        color: #fff;
        padding: 0 0px 0 6px;
        display: block;
        line-height: 46px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        text-transform: uppercase;
    }

    .mMenu_a2 {
        font-size: 14px;
        color: #fff;
        line-height: 46px;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        padding-left: 25px;
    }

    .mMenu_a3 {
        font-size: 14px;
        color: #fff;
        line-height: 46px;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        padding-left: 50px;
    }

    .mToggle{
        height: 47px;
        width: 36px;
        position: absolute;
        top: 0px;
        right: 0;
        cursor: pointer;
        display: none;
        /* transition: all 0.3s ease; */
        background-size: 20px auto;
    }

.mToggle_a {
        display: block
    }
  

    .mMmenuLay dd.mMenu_dd2 {
        transition: all 0.5s ease-in-out;
        height: 0;
        overflow: hidden;
        position: relative;
    }

    .mMmenuLay dl.on dd.mMenu_dd2 {
        height: 47px;
    }

    .mMenu_dd3 {
        display: none
    }

    .mMenu_a1:hover,.mMenu_a2:hover,.mMenu_a3:hover {
        color: #fff;
        opacity: 0.8
    }

    .mMenu_icon1 {
        background: url(../images/hd_i1.png) no-repeat center center;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin-right: 8px;
    }

    .mMenu_a1 text,.mMenu_a1 i {
        vertical-align: middle;
    }

    .mMenuLayBg.on {
        opacity: 1;
        visibility: visible;
        transition-delay: 0.2s
    }

    .mMmenuLay.on {
        opacity: 1;
        transform: translateX(0%);
        transition-delay: 0.4s
    }

    .mCloseBtn.on {
        opacity: 1;
        transform: rotate(180deg);
        visibility: visible;
        opacity: 1;
    }

    .mHead_ser {
        /* background: url(../images/serIco_b.svg) no-repeat center center; */
        display: inline-block;
        position: absolute;
        margin-top: -15px;
        top: 50%;
        right: 100px;
        height: 30px;
        width: 30px;
        background-size: 26px auto;
    }

    .mHead_lan {
        font-size: 18px;
        text-transform: uppercase;
        line-height: 36px;
        height: 36px;
        width: 36px;
        color: #d41e1f;
        display: inline-block;
        position: absolute;
        top: 11px;
        right: 50px;
    }

    .mHead_tel {
        height: 36px;
        width: 36px;
        position: absolute;
        top: 11px;
        right: 100px;
    }

    .mHead_lan {
        display: none;
    }

    .mHead_ser {
        right: 55px;
    }

    .mHead_ser {
        background: url(./sertop2251201.png) no-repeat center center;
    }
        .mOpenBtn {
        width: 26px;
        height: 20px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -9px;
        overflow: hidden;
        cursor: pointer;
    }
        .mOpenBtn i {
        width: 30px;
        height: 2px;
        margin-bottom: 4px;
        background: #d41e1f;
        display: block;
    }
        .mOpenBtn i:nth-child(2) {
        width: 21px;
    }
        .mOpenBtn i:nth-child(3) {
        width: 25px;
    }
        .mOpenBtn i:nth-child(4) {
        width: 10px;
    }

    /* 搜索 */
     .serLayer h6 {
        font-size:30px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .serul {
        margin-top: 10px;
    }

    .serIntBox input {
        line-height: 78px;
        height: 80px;
    }
      .serClose {
        right: 15px;
        top: 15px;
        width: 40px;height: 40px;
        background-size: 20px auto;
    }

    /* 滚动图片 */
    /* .hmFocus, .hmFocus_item {
        height: auto;
    } */
    .dsPc{display: block;}
    /* 第一部分 */
    .hmCon1{padding-top:10vw; padding-bottom:150px;}
    .hmc1des{line-height:28px; padding-bottom:45px;width: 100%;position: relative;font-size: 14px;}
    .hmc1ico{display:none;}
    .hmc1ul{width:100%; margin:15px 0px 20px}
    .hmc1item p{font-size:16px;}
    .hmc1item strong span{font-size:32px;}
    .hmc1item{height:70px;}
        .hmCon1:before {
        background-size: 100% auto;
    }
        .hmc1box {
        padding-top: 0;
    }
     .pub_t {
        font-size:18px;
        line-height: 30px;
    }

    .pub_t span {
        font-size: 24px;
        margin-right: 3px;
    }

    .hmBtn {
        width: 105px;
        line-height: 38px;
        font-size: 12px;
    }
    .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* 第二部分 */
.hmCon2{padding:10vw 0;}
.hmc2Tx .hmBtn{top:-4px;}
.hmc2laBox .overflowHide{height:58vw;}
.hmc2lbmx strong{font-size:16px; line-height:28px;margin-bottom: 30px;}
.hmc2list dd{ width:100%;padding-right: 0;}
.hmc2a p{margin-top:8px;font-size: 13px;}
.hmc2a{padding:20px 0;}
.hmc2box{display: block;width: 100%;}
.hmc2lx ,.hmc2rx{
    width: 100%;
}
   .hmc2a strong {
    font-size: 17px;
   }

   /* 第四部分 */
   .hmCon3{padding:10vw 0;background: none;}
.hmc3img{height:66vw;}
.hmc3lx{padding-top:25px; padding-bottom:0}
.hmc3des{margin:10px 0px 18px;}
.hmc3dl dd p{white-space:normal; line-height:24px; padding-top:11px; padding-bottom:11px; padding-left:50px;}
.hmc3dl dd p img{left:12px;}
.hmc3dl{margin-bottom:25px;}

/* 第四部分 */
.hmCon4 .container{display:block ;}
    .hmc4rx {
        width: 100%;
        padding-right: 0;
        margin-top: 35px;
    }
        .hmc4rx dl dt {
        font-size: 21px;
    }
    .hmc4rx dl dd {
        line-height: 28px;font-size: 14px;
    }
    .hmCon4 {
    padding: 5.7vw 0px 16vw;
    }
    .hmFocusWpr {
    margin-top: 56px;
}




body{font-size: 14px;}
/* 经营动态 */
.hmFocus, .hmFocus_item,.m2banner{height: 200px;overflow: hidden;}
.m2banner{margin-top: 56px;}
.m2banTxt strong{font-size:22px; line-height:34px;}
.m2banTxt p{font-size:12px; line-height:20px;}
.m2banner .bgImg{height:250px;}
.m2pos{line-height:52px; height:53px;}
.m2main{padding-top:12vw; padding-bottom:12vw;}
.m2tnm p{font-size:22px; line-height:28px;}
.m2tnm strong{font-size:42px; line-height:80px;}
.m2tnm {height: 80px;padding: 10px 0px 0px 16px;}
.m2pos_a,.m2pos span{margin:0 4px;}
.m2Rtnm{height:63px;}
.m2Rtnm .pub_t{line-height:60px; font-size:14px;}
.m2Rtnm .pub_t span{font-size:20px;margin-right: 20px;}
.m2Lx{margin-bottom:20px;float: none;width: 100%;}
.m2Rx{float: none;width: 100%;}
.page_prev,.page_next{display:none;}
.page_a{ line-height: 34px; padding: 0px 5px; height: 36px; min-width: 36px; }
.m2menu_a{line-height:50px; height:50px; font-size:16px;}
.m2banner img{height: 100%;scale:2;-webkit-animation: scaleBg 6s linear forwards;}
.hmFs_bg {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    -webkit-transform: scale(1.12);
    scale: 2;
}
.m2posWpr{height: 52px;line-height: 52px;}
.jydt_det h4{font-size: 20px;}
.jydt_det .detail {
    font-size: 15px;
}
.m2menu li:last-child {
    height: 50px;
    border-bottom: 1px solid #EBEBEB;
}
.m2menu li.on:after, .m2menu li:hover:after {
    height: 50px;
}
.cpjs.m2nlist li,.cpjs .overflowHide {
    width: 100%;
}
.cpjs.m2nlist li strong {
    font-size: 16px;
    padding: 14px 0;
    font-weight: normal;
}
.m2n_aBox{display: block;}
.m2nrx{width: 100%;}
.m2nrx>p {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    padding: 10px 0 0;
}
.m2nrx strong {
    font-size: 16px;
}
.m2nrx .m2nrx_time {
    font-size: 12px;
}
.pub_m {
    font-size: 12px;
}
.pages .page_a {
    height: 34px;
    width: 34px;
    line-height: 34px;

}
.search_num{font-size: 12px;}
.search_con li .s_tit div {
    font-size: 14px;
    color: #999;        margin: 10px 0;
}
.search_con li .s_tit {
    display: block;        margin: 0;        margin-top: 20px;
}
.yfcx_top_l {
    width: 100%;
}
.yfcx_top {
    margin-top: 30px;
}
.yfcx_top img {
    margin: 8px;
}
.yfcx_bot h4 {
    text-align: center;
    font-size: 18px;
}
.yfcx_wgjj {
    flex-wrap: wrap;    justify-content: center;
}
.yfcx_wgjj div {
    border-radius: 50%;
    border: 1px dashed #d31f20;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 18px;
    color: #d31f20;
    margin: 4px;
}
.gsjj .gsjj_top .gsjj_top_l {
    width: 100%;float: none;
}
.gsjj .gsjj_top .gsjj_top_l h3 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin: 20px 0;
}
.gsjj_cent div {
    padding: 0 10px;
}
.gsjj_cent div span {
    font-size: 20px;
}
.gsjj_cent {
    margin: 20px 0;
}
.ldbz_list li p {
    width: 50%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    font-size: 16px;
}
.ldbz_list li .ldbz_bf {
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.ldbz_list li .ldbz_bf span {
    font-size: 20px;
}
}