/*导航*/
/*移动导航*/
.webnav{ background: #fff; padding: 10px;}
.mobilenavigation span{ font-size: 22px; color: #333}
.off-canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999
}

.off-canvas-wrapper.open {
    opacity: 1;
    visibility: visible
}

.off-canvas-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.off-canvas-wrapper .off-canvas-inner-content {
    background-color: #FFF;
    width: 380px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(-100% - 50px));
    -ms-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

@media (max-width: 479px) {
    .off-canvas-wrapper .off-canvas-inner-content {
        width: 280px
    }
}

.off-canvas-menu-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.off-canvas-menu-wrapper .off-canvas-inner-content {
    background-color: #FFF;
    width: 400px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(100% - 50px));
    -ms-transform: translateX(calc(100% - 50px));
    transform: translateX(calc(100% - 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-left: auto;
    position: relative
}

.off-canvas-search-wrapper .off-canvas-inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}


.off-canvas-wrapper .btn-close-off-canvas {
    left: 100%
}

.btn-close-off-canvas {
    width: 50px;
    height: 56px;
    color: #212121;
    line-height: 56px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    top: 0;
    right: 100%;
    background: #F8F9FA;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-close-off-canvas i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 24px;
    line-height: 24px
}

.btn-close-off-canvas:hover {
    color: #122179;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.btn-close-off-canvas:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 479px) {
    .btn-close-off-canvas {
        width: 55px
    }

    .btn-close-off-canvas i {
        font-size: 18px
    }
}
.off-canvas-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
    overflow: auto
}


.off-canvas-search-wrapper.open .off-canvas-inner {
    opacity: 1;
    visibility: visible;
    -webkit-animation: slideInUp 1s forwards;
    animation: slideInUp 1s forwards
}

.off-canvas-search-wrapper .off-canvas-inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.off-canvas-search-wrapper .off-canvas-inner {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden
}

.off-canvas-search-wrapper .off-canvas-inner form {
    position: relative;
    width: 90%;
    margin: auto
}

.off-canvas-search-wrapper .off-canvas-inner form input {
    background-color: #E9ECEF;
    border: none;
    outline: none;
    padding: 15px 80px 15px 15px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-inner form .search-btn {
    background-color: #122179;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    border: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    width: 60px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.off-canvas-search-wrapper .off-canvas-inner form .search-btn:hover {
    background-color: #212121;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.off-canvas-wrapper .offcanvas-widget-area {
    padding-top: 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.off-canvas-wrapper .offcanvas-widget-area .widget-social {
    margin-top: auto;
    padding-bottom: 20px
}
.off-canvas-wrapper .offcanvas-widget-area .widget-social span{ color: #333; font-size: 16px; background: #f1f1f1; padding: 8px; border-radius: 50%;}

.off-canvas-menu-wrapper .offcanvas-widget-area {
    padding-top: 40px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.off-canvas-menu-wrapper .offcanvas-widget-area .desc-content {
    padding-bottom: 30px
}

.off-canvas-menu-wrapper .offcanvas-widget-area .menu-top-menu > li {
    list-style: none;
    margin-bottom: 20px;
    white-space: nowrap
}

.off-canvas-menu-wrapper .offcanvas-widget-area .menu-top-menu > li > span {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #212121
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link {
    margin: 20px 0;
    padding-bottom: 30px
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 600;
    color: #212121
}

.off-canvas-menu-wrapper .offcanvas-widget-area .useful-link li a:hover {
    color: #122179
}

.off-canvas-menu-wrapper .offcanvas-widget-area .widget-social {
    margin-top: auto;
    padding-bottom: 20px
}

.offcanvas-widget-area {
    padding: 0px 40px 20px
}

@media (max-width: 479px) {
    .offcanvas-widget-area {
        padding: 0 30px 20px
    }
}

.offcanvas-widget-area .search-box-wrap {
    background-color: #F8F9FA;
    margin: -40px -40px 60px -40px;
    padding: 14px 40px
}

@media (max-width: 479px) {
    .offcanvas-widget-area .search-box-wrap {
        margin: -40px -30px 60px -30px
    }
}

.offcanvas-widget-area .search-box-wrap form {
    position: relative
}

.offcanvas-widget-area .search-box-wrap form input {
    background-color: transparent;
    border: none;
    display: block;
    padding-right: 30px;
    outline: none;
    width: 100%
}

.offcanvas-widget-area .search-box-wrap form .btn-search {
    border: none;
    background-color: transparent;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.offcanvas-widget-area .search-box-wrap form .btn-search:hover {
    color: #122179
}



.off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.mobile-menu {
    height: 100%;
    padding-right: 30px;
    margin-right: -30px;
    margin-bottom: 40px
}

.mobile-menu li > a {
    font-size: 15px;
    color: #252525;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: block;
    padding: 15px 0;
    font-weight: 600
}

.mobile-menu li > a:hover {
    color: #000
}

.mobile-menu li ul li {
    border: none
}

.mobile-menu li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 15px 8px;
    font-weight: 400
}

.mobile-menu .has-children, .mobile-menu .menu-item-has-children {
    position: relative
}

.mobile-menu .has-children .menu-expand, .mobile-menu .menu-item-has-children .menu-expand {
    line-height: 50;
    top: 0;
    left: 100%;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer
}

@media (max-width: 767px) {
    .mobile-menu .has-children .menu-expand, .mobile-menu .menu-item-has-children .menu-expand {
        left: 90%
    }
}

.mobile-menu .has-children .menu-expand i, .mobile-menu .menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 23px;
    border-bottom: 1px solid #252525;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

.mobile-menu .has-children .menu-expand i:before, .mobile-menu .menu-item-has-children .menu-expand i:before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #252525;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.mobile-menu .has-children.active > .menu-expand i:before, .mobile-menu .menu-item-has-children.active > .menu-expand i:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
/*移动导航结束*/

.bgz{background: #F4F7FF;}
.nav a{  margin-right: 25px;}
.nav a.now,.nav a:hover{ color: #1379C7}
.topright p{ background-image: linear-gradient(to right ,#32ABFF,#1C7EF8); border-radius: 6px; color: #ffffff; padding: 10px 24px; font-size: 18px;}
.topright p:hover{ background-image: linear-gradient(to right ,#1C7EF8,#055fd0);}
.bannerindex{}
.hh500 {
    height: 500px!important;
}
.swiper-pagination-bullet{background:#ffffff!important; width: 24px; border-radius: 6px}
.my-bullet-active1{background:#32ABFF!important; width: 24px; border-radius: 6px}
.hdpa{ margin-top: 180px;}
.hdpa a.hdqa1{ background: #ffffff; color: #2795FC; padding: 15px 38px; border-radius: 32px; font-size: 18px;}
.hdpa a.hdqa2{ background: #FF6600; color: #ffffff; padding: 15px 38px; border-radius: 32px; font-size: 18px; margin-left: 20px;}
.waphdp{display: none}

.iconfont{}
.czhu2{color: #F69719}
.ywzx {margin-top: 20px;}

.indextop{ position: fixed; top: 0px; z-index: 10000000000;background: rgba(255,255,255,0.96); border-bottom: 1px #e5e5e5 solid}
.indextop1{ width: 100%; height: 76px;}

.ywbg{background: #F2F5FC;  padding: 20px; width: 23.5%; margin-top:24px; box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.19) !important;}
.ywbg1{width: 100%; margin-top:24px; }
.ywbg li.ywkk{color: #19316F;border-bottom: #19316F 1px solid; padding: 6px 0px 12px 0px;}
.ywbg li.ywkk span.iconfont{font-size: 30px;}
.ywbg li.ywss p span{color: #F69719;}
.ywbg li.ywzx a{ border: #162B61 1px solid; padding: 8px 30px; border-radius: 20px; font-size: 16px; color: #162B61}
.ywbg:hover li.ywzx a{ border: #ffffff 1px solid;  color: #ffffff}
.ywbg:hover li.ywzx a:hover{ border: #f1f1f1 1px solid;  color: #f1f1f1}
.ywbg:hover li.ywkk{color: #ffffff;border-bottom: #ffffff 1px solid;}
.ywbg:hover li.ywss p span{color: #ffffff;}
.ywbg:hover{background-image: linear-gradient(to right ,#2995DE,#34ACE1,#187EDC);  padding: 20px; color: #ffffff}
.ywmore a{ padding: 12px 36px; background: #F69719; border-radius: 26px; margin: 15px 10px; color: #ffffff; font-size: 20px;}
.ywmore a:hover{ background: #19316F; }

.lstdbg{ background:#F4F7FF url("../images/lsbg.png")   top 50px center no-repeat; margin-top: 20px; padding-bottom: 40px;}
.lstdlstindex{ background: #ffffff; border-radius:8px; padding-bottom: 30px;box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.19) !important;}
.lstdlstindex:hover{ background: #385389;color: #ffffff}
.lstdlstindex:hover .color-666666,.lstdlstindex:hover .color-333333{color: #ffffff}


.ljzx a{ color: #F69719; border: #F69719 1px solid; padding: 7px 20px; font-size: 16px; font-weight: bold; margin-top: 20px;}
.lstdlstindex:hover .ljzx a{color: #ffffff; border: #ffffff 1px solid;}

.lstu{  overflow: hidden;border-radius: 8px 8px 0px 0px;}
.lstu img{  cursor: pointer;
    transition: all 0.6s;}
.lstu img:hover{   transform: scale(1.05);  border-radius: 8px 8px 0px 0px;}
.lsmore a{background: #F69719; padding: 10px 50px; font-size: 18px; color:#ffffff; border-radius: 4px;}
.lsmore a:hover{background: #ff6600; }

.ysindex1{ background: #284EA3; padding: 20px; margin-top: 20px;}
.ysindex2{ background: #F69719; padding: 20px; }

.ysindex1:hover{background: rgba(40,78,163,0.9) }
.ysindex2:hover{background: rgba(246,151,25,0.9) }
.ysindex1 p.iconfont{ color: #ffffff; font-size: 48px;}
.ysindex1 p.ysindexz{ color: #ffffff; margin-left: 20px;}
.ysindex1 p.ysindexz span.ysindexz1{ font-size: 18px; font-weight: bold;}
.ysindex1 p.ysindexz span.ysindexz2{ font-size: 16px; margin-top: 6px;}

.khindex{ background: #F4F7FF; padding-bottom: 40px;}

.kllstin{border-bottom: #CCCCCC 1px solid}
.kllstin li{padding-bottom: 14px; margin-top: 16px;}
.kllstin li span{font-size: 18px; color: #333333}
.kllstin li span.iconfont{font-size: 28px; color: #23448F}
.kllstin li a{background: #F69719; color: #ffffff; padding: 10px 26px;}
.kllstin li a:hover{background: #ff6600; }

.antopin1{font-size: 26px; font-weight: bold}
.antopin2 a{font-size: 16px; margin: 0px 10px;}
.antopin3 {font-size: 36px; }

.anlstin1{border-radius: 8px;box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.19) !important; padding-bottom: 20px;}
.anlstin11{ color: #ffffff; height: 180px;border-radius: 8px 8px 0px 0px ;}
.anlstin11 span{ font-size: 84px;transition: all 0.2s;}
.anlstin11:hover span{ font-size: 92px}
.anlstin12{ width: 100%; padding: 14px; font-size: 16px; color: #333333}
.anlstin13{ width: 100%; padding: 0px 14px; font-size: 16px; color: #666}
.anlstin13 a{  color: #F87F23; font-weight: bold}
.anlstin13 a:hover{  color: #23448F; }

.lcindex span{width: 124px; height: 124px; border-radius: 62px; background: #F69719; color: #ffffff; font-size: 64px;}
.lcindex p{font-size: 18px;  margin-top: 14px;}

.clhx{ height: 1px; background: #23448F; margin-top: 120px;}
.lcjt span{color: #23448F; margin-top: -18px; font-size: 24px;}
.lcnw{ margin-top: -76px;}


.innews{ background: #F4F7FF; border-top: 2px #283E77 solid; padding-top: 14px;}
.innews1 p{font-size: 24px; font-weight: bold; color: #283E77}
.innews1 span{font-size: 18px; color: #333333}
.innews2{ }
.innews2 li{ margin-top: 12px;}
.innews2 li p{ font-size: 16px; margin-left: 6px}
.innews2 li span{ font-size: 20px;}


.mo{ padding: 40px 0px 20px 0px; color: #ffffff; background: #192B59 }
.mo a{color: #ffffff}
.mo a:hover{color: #e5e5e5}

.moleft1{ width: 420px;}
.moleft1 p.ml1{ font-size: 24px; font-weight: bold }
.moleft1 p.ml2{ font-size: 15px; margin-top: 0px;}
.moleft1 p.ml3{ font-size: 14px;}
.moleft2{ width: 500px;}
.moleft3{ width: 220px}
.moleft2 li{ background: url("../images/mo.png") left top no-repeat;}
.mox{ height: 1px; background: #797979; margin-top: 30px;}


.yb_conct{position:fixed;z-index:9999999;top:260px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#FF6600 url(/public/home/images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#FF6600 url(/public/home/images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#FF6600 url(/public/home/images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#FF6600 url(/public/home/images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{ width:130px; margin-left:10px; border:5px #fff solid;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

.lsleft{ width: 70%; background: #f7f7f7 }
.lsleftbg{background: #f1f1f1; }
.lsleft1{  padding: 24px;}
.lsright{ width: 30%; background: #f9f9f9;padding: 16px 24px;}
.nwtitle{ width: 100%; border-bottom: 1px #e5e5e5 solid;padding: 16px 0px;}
.zytdnwtu{ width: 30%; margin-right: 16px;}
p.kf a{background: #283E77; padding: 14px 40px; font-size: 18px; border-radius: 4px; color: #DDDDDD}
p.kf a:hover{background: #FF6600; color: #ffffff}
.righttitle{ font-size: 24px; font-weight: bold; border-bottom: 1px #333333 solid; padding-bottom: 10px;}

.fwlst{ padding: 16px 10px; background: #e1e1e1; margin-top: 8px;}
.fwlst:hover,.fwlst.now{ background: #283E77; }
.fwlst:hover a,.fwlst.now a,.fwlst:hover,.fwlst.now{ color: #ffffff }
.fwlst p{ font-size: 32px;}
.fwlst span{ font-size: 14px; margin-top: 6px;}
.rightcontact{ font-size: 14px; line-height: 24px}
.lsnw{ padding: 24px;}
.lsxqtitle{ font-size: 18px; font-weight: bold; border-bottom: #cccccc 1px solid; padding-bottom: 10px;}
.nwnw{font-size: 16px; line-height: 24px; margin-top: 20px;}
.nwnw img{max-width: 100%;}
.zxnw{width: 100%; text-align: center; margin-top: 16px;}
.zxnw a{width: 100%; height: 48px; background: #FF6600 ; color: #ffffff; border-radius: 4px;font-size: 18px;}
.zxnw a:hover{ background: #283E77}
.newslst{ font-size: 16px; padding-bottom: 16px; margin-top: 16px; border-bottom: #e5e5e5 1px solid}

.newsnwtitle{ border-bottom: #e5e5e5 1px solid; padding-bottom: 16px;}
.anlst55{border-bottom: #e1e1e1 1px solid; padding-bottom: 16px;margin-bottom: 20px;}
.anlsttu{ width: 180px; height: 140px; text-align: center; font-size: 64px; border-radius: 4px; color: #ffffff;  }


/*联系我们开始*/
.contacth2{ font-size: 28px; color: #000; font-weight: bold; margin: 30px 0px;}
.contlst1{ width: 31.5%;}
.acttu img{ width: 100%; transition: all 0.6s ease;}
.acttu{ position: relative;overflow: hidden}
.acttu span{ position: absolute;bottom: 0px;left: 0px; padding: 6px 40px; color: #fff; background: rgba(0,0,0,0.8)}
.contlst1:hover img{
    transform: scale(1.05);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.roc-bg-color-ea{width: 100%; background-color: #F4F7FF; padding: 50px 0px; margin-top: 30px;}
.roc-fs-60{ font-size: 60px; color: #000}
.roc-bg-color-fff{ background-color: #fff}
.roc-fs-24{ font-size: 28px; color: #000}
.roc-bg-color-primary1{ background-color: #252b3a; color: #fff}
.lytu{ font-size: 18px; color: #fff; margin-left: 15px;}
.webbanner,.webmenu{display: none}
/*联系我们结束*/
@media (max-width: 667px) {
    .nwtitle,.art_banner,.indextop {
        display: none
    }
    .width-315{width: 100%}
    .zytdnwtu{width: 45%}
   .righttitle{ font-size: 18px!important;}
    .fwlst{ padding: 12px 8px;width: 48.5%!important;}
.mbweb,.newsnwtitle,.lsleftan{ margin-top: 20px;}
.newsaddtime{font-size: 12px;}
    .lsright{width: 100%; order: 1; background: none; padding: 0px;}
    .lsright66{margin-top: 16px;}
    .lxlxlxlx{display: none}
    .lsleft{width: 100%; order: 2; padding: 0px; background: none }
    .webbanner{display: block;}
.webmenu{display: block;position: fixed; top: 0px; left: 0px; width: 100%; background: #ffffff; border-bottom: #e5e5e5 1px solid; z-index: 99999999999999999999}
.indextop1{width: 100%; height: 54px;}
    .width-1200px{width: 94%; margin: 0px auto}
    .m-top-20px{ margin-top: 20px;}
    .width-235,.ywbg{ width: 48.5%;}
    .width-31,.width-485,.width-24{ width: 100%;}
    .wapw100{width: 100%; margin-top: -8px;}
    .ywmore a{ padding: 10px 26px; background: #F69719; border-radius: 26px; margin: 15px 10px; margin-top: 24px; color: #ffffff; font-size: 20px;}
    .swiper-button-next, .swiper-button-prev{margin-top: -80px; }
    .m-top-40px{margin-top: 20px;}
    .antopin2{display: none}
    .anlstin1{margin-bottom: 16px;}
    .anlstin13{font-size: 14px;}
    .width-25{width: 48.5%}
    .lcjt{display: none}
    .clhx{height: 0px;}
    .lcnw li{margin-bottom: 12px;}
    .moleft1{width: 100%}
    .moleft2{display: none}
    .moleft3{width: 100%;align-items:center!important; margin-top: 12px;}
    .moleft1,.morevzzz{-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;justify-align-items: center;}
    .morevzzz p{margin-left: 10px; margin-right: 10px;}
    .mt12wap{ margin-top: 12px;}
    .mobq{flex-direction: column;!important; text-align: center}
    .waphpc{display: none}
    .waphdp{display: block}
    .lcindex span{width: 90px; height: 90px; border-radius: 452px; background: #F69719; color: #ffffff; font-size: 54px;}

.tdwap{width: 48.5%!important;}
.tdnw001{order: 0; }
.lsnw,.lsleftbg{background:none!important;}
.lsnw,.lsleft1{background: none; padding: 0px; }
    .lsnw{margin-top: 17px;}
.contlst1{width: 100%; margin-bottom: 12px;}
}