@media (max-width: 1080px){
    .headw .nav {
    margin-left: 0%;
    margin-right: 0px;
    clear: none;
    width: 55%;
    display: none;
}
.headw .souc {
    display: flex;
    align-items: center;
    display: none;
}
.headw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.web_nav {
    display: block;
    margin-left: 30vw;
    background: var(--main-color);
    padding: 1% 2%;
    border-radius: 5px;
}
.web_nav span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 5px 0px;
    border-radius: 549px;
}
.headw .logo {
    clear: left;
    margin-left: 0%;
    margin-right: 0px;
    width: 28%;
}
.headw .logo img {
    width: 100%;
}
 .headw .nav {
              width: 100%;
              margin-left: 0%;
              margin-right: 0px;
              clear: none;
              display: none;
              position: fixed;
              top: 81px;
              height: 100vh;
              background-color: #fff;
              box-shadow: 0 0 15px rgb(0 0 0 / 20%);
              left: 0%;
              z-index: 99;
              overflow-y: auto;
    }
    .headw .nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 0% 5%;
    width: 90%;
}
.headw .nav ul li {
    margin: 0%;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
    .headw .nav ul li.has-child .jt{
        display: none;
    }
.headw .nav ul li a {
    height: 44px;
    line-height: 44px;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
    text-align: left;
    margin-bottom: 0px;
    width: 100%;
}
.erji {
    display: none;
 
 
}
.headw .nav ul li:hover .erji {
    display: none;
}
.headw .nav .souc {
    display: flex;
    margin: 4%;
}
.banner_bj {
    height: 300px;
}
.banner_bj img {
    width: auto;
    height: 100%;
}
.banner_list .bt h2 {
    font-size: 18px;
    color: #217FC4;
    font-weight: 500;
}
.banner_list .bt h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.banner_list .bt h4 {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 11px;
    margin-bottom: 17px;
}
.banner_list .bt a {
    display: block;
    height: 32px;
    background: #ffff;
    width: 110px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    color: #666;
}
.banner_swiper .swiper-button-prev {
    position: absolute;
    left: 68% !important;
    top: 88% !important;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 99 !important;
}
.banner_swiper .swiper-button-next {
    position: absolute;
    left: 82% !important;
    top: 88% !important;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 99 !important;
}
.banner_swiper .swiper-button-next:after {
    /* content: ''; */
    width: 40px !important;
    height: 40px;
    border: dashed 1px #fff;
    position: absolute;
    border-radius: 50%;
    font-size: 11px;
    line-height: 40px;
}
.banner_swiper .swiper-button-prev:after {
    /* content: '>'; */
    width: 40px !important;
    height: 40px;
    border: dashed 1px #fff;
    position: absolute;
    border-radius: 50%;
    font-size: 12px;
    line-height: 40px;
}
.palte_about{
    height: 100%;
    padding: 10% 0%;
}
.about_nr{
    display: flex;
    flex-direction: column;
}
.about_nr .left{
    width: 100%;
}
.about_nr .left h2{
    font-size: 36px;
}
.about_nr .left .nr{
    font-size: 16px;
    line-height: 29px;
}
.about_nr .left .logo{
    width: 100%;
    border-radius: 50px;
    margin-bottom: 7%;
}
.about_nr .left .logo img{}
.about_nr .right{
    width: 100%;
}
.about_nr .right img{}

.plate_yxnr {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 9;
    padding: 0% 5%;
}
.plate_yxnr h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.plate_yxnr h3 {
    font-weight: bold;
    color: #fff;
    font-size: 38px;
}
.plate_yxnr h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 23px;
}
.plate_yx {
    height: 60vh;
    position: relative;
}
.plate_xl{
    padding: 10% 0%;
}
.plate_xlnr{}
.plate_xlnr .list{
    display: flex;
    flex-direction: column;
}
.plate_xlnr .list .left{
    width: 100%;
}
.plate_xlnr .list .left img{}
.plate_xlnr .list .right{
    width: 100%;
}
    .plate_xlnr .list .right .wx{
        padding: 10%;
    }
.plate_xlnr .list .right img{}
.plate_xlnr .list .right h2{
    font-size: 30px;
}
.plate_xlnr .list .right h3{}
.plate_xlnr .list .right p{
    font-size: 18px;
}
.plate_news{padding: 10% 0%;}
.plate_newsw{}
.plate_newsw .list{
    width: 100%;
    margin-bottom: 9%;
}
.plate_newsw .list a{}
.plate_newsw .list a h2{}
.plate_newsw .list a p{}
.plate_bqx{}
.plate_bqxw{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.plate_bqxw .list{
    padding: 5% 0%;
}
.plate_bqxw .list a{}
.plate_bqxw .list a img{}
.plate_bqxw .list a h4{}







.footb {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
}

.footb .dh{
    width: 50%;
    margin-bottom: 5%;
}
.footw {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 10%;
    flex-direction: column;
    align-items: center;
    width: 90%;
}
.footc {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 10%;
    align-items: flex-start;
}
.footwb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #2f2f2f;
    padding: 28px 0px;
    flex-direction: column;
    width: 90%;
}
.footwb p {
    width: 100%;
    color: #999;
    font-size: 14px;
    margin: 0;
}
.footwb .lianjie {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.footwb a {
    color: #999;
    margin-left: 0;
    margin-right: 12px;
}

.pro_home{
    padding: 10% 0%;
}
.pro_homew {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ny_nav{
    width: 100%;
}
.ny_nav h2{}
.ny_nav p{}

.xzss{}

.ny_navw{}
.ny_navwr{}
.ny_navwr a{}
.ny_navwr a:hover{}

.por_list{
    width: 100%;
}
.por_list ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.por_list ul li{
    width: 100%;
    margin-right: 0%!important;
    margin-bottom: 10%;
}
.por_list ul li a{}
.por_list ul li a .img{}
.por_list ul li a .img img{}
.por_list ul li a:hover .img img{}
.por_list ul li a .nrw{}
.por_list ul li a .nrw h2{}
.por_list ul li a .nrw span{}

.por_list ul li a:hover .nrw span{}



.pro_xq{
    padding: 10% 0%;
}
.pro_xqw{
    display: flex;
    flex-direction: column;
}
.pro_xqwa{
    width: 100%;
}
.pro_xqwa h1{}
.pro_xqwa .nr{
    margin-top: 40px;
}

.gallery-thumbsa{}
.gallery-thumbsa .swiper-slide{}
.gallery-thumbsa .swiper-slide img{}
.gallery-thumbsa .swiper-slide.swiper-slide-active{}
.pro_xqwb{
    width: 100%;
    margin: 20px 0px;
}
.gallery-topa{}
.gallery-topa .swiper-slide{}
.gallery-topa .swiper-slide img{}
.pro_xqwc{
    width: 100%;
    margin-top: 11px;
}
.pro_xqwc .zx{
    text-align: left;
}
.pro_xqwc .zx a{}
.pro_xqwc .zxgm{
    margin-top: 40px;
}
.pro_xqwc .zxgm p{}



.fhlb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.pro_xqnrb {
    padding-top: 10%;
    background: #f5f5f5;
}
.nybanner .bj {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nybanner img {
    width: auto;
    height: 100%;
}

.dom {
    padding: 10% 0%;
}
.domw{}
.domw .bt{
    margin-bottom: 6%;
}
.domw .bt h2{}
.domw .bt p{}
.domw ul{}
.domw ul li{
    padding: 8%;
    display: flex;
    flex-direction: column;
}
.domw ul li .nrw{
    width: 100%;
}
.domw ul li .nrw h2{}

.domw ul li  .ann{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.domw ul li  .ann a{
    margin: 0%;
    margin-right: 3%;
    margin-top: 4%;
}
.domw ul li  .ann a:hover{}

.about_jja{
    padding: 10% 0%;
}
.about_jjaw {}
.about_bt{}
.about_jjaw .list{
    padding-bottom: 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about_jjaw .list:nth-child(2n){
    display: flex;
    flex-direction: column;
}
.about_jjaw .list .nr{
    width: 88%;
    padding: 6%;
}
.about_jjaw .list .nr h3{}
.about_jjaw .list .nr p{}
.about_jjaw .list .img{
    width: 100%;
    margin-top: 5%;
}
.about_jjaw .list .img img{}




.about_qywh{
    padding: 10% 0%;
}
.about_qywhw{}
.about_qywhw_list{
    display: flex;
    flex-direction: column;
}
.about_qywhw_list .list{
    width: 100%;
    margin-bottom: 6%;
}
.about_qywhw_list .list .nr{}
.about_qywhw_list .list .nr h3{}
.about_qywhw_list .list .nr p{}
.about_qywhw_list .list .img{}
.about_qywhw_list .list .img img{}


.about_zzs {
    padding: 10% 0%;
}
.about_zzs_swiper {}
.about_zzs_swiper .swiper-slide{}
.about_zzs_swiper .swiper-slide img{}

.contact{
    padding: 10% 0%;
}
.contactw {}
.contactwt{}
.contactwt .list{
    width: 100%;
    margin-bottom: 1px;
}
.contactwt .list .img{}
.contactwt .list .img img{}
.contactwt .list .nr{}
.contactwt .list .nr h2{}
.contactwt .list .nr .hx{}
.contactwt .list .nr p{}
.contactwb{}
.contactwb .wz{
    width: 100%;
}
.contactwb .wz h2{}
.contactwb .wz p{}
.contactwb .dt{
    width: 100%;
    margin-top: 0%;
}

.lxwmbd{}
.lxwmbdw{
    width: 100%;
    padding: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lxwmbdw .wz{}
.lxwmbdw .wz h2{}
.lxwmbdw .wz .hx{}
.lxwmbdw .wz p{}
.lxwmbdw form{}
.lxwmbdw form select{
    height: 44px;
}
.lxwmbdw form input{
    height: 44px;
}
.lxwmbdw form  textarea{
    height: 80px;
}
.lxwmbdw form  button{}
.lxwmbdw form .w25{
    width: 100%;
}
.lxwmbdw form .w50{
    width: 100%;
}
.lxwmbdw form .w100{}

.szjsa h4 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 0% 6%;
}
.jxs {
    padding: 10% 0%;
    display: flex;
    flex-wrap: wrap;
}
.jxs_list {
    padding: 8%;
    border: solid 1px #eee;
    border-radius: 10px;
    margin: 0% 1%;
    width: 100%;
    margin-bottom: 2%;
}
.jxs_list div {
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4%;
}
.jxs_list div.mc {
    border-bottom: solid 1px #eee;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #333;
}
.prozx_dt {
    margin-top: 10%;
    margin-bottom: 6%;
}
.prozx_dtw h2 {
    font-size: 25px;
}
.prozx_dtw form {
    width: 100%;
    margin: 0;
    border: solid 1px #eee;
    border-radius: 0px;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}
.jszl_list .list {
    width: 100%;
    border: solid 1px #eee;
    margin-bottom: 3%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9%;
    background: #f5f5f5;
    flex-direction: column;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    transition: color 0.3s;
}
.faq-question span{
    width: 85%;
}
.faq-answer {
    display: none;
    padding: 0 0 15px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}
.headw .nav ul li ul {
    display: block;
    position: relative;
    width: 100%;
    top: 100%;
    left: 0%;
    padding: 0%;
}
.headw .nav ul li ul li a {
    padding: 0%;
    height: 42px;
    line-height: 42px;
    color: #333;
    background: #fff;
    color: #666 !important;
    border-bottom: solid 1px #eee;
    padding-left: 25px;
    width: 80%;
}
.plate_pro_xg {
    background: #eff2f7;
    padding: 10% 0%;
}
.tab_title {
    width: 940px;
    max-width: 90%;
    margin: 5% auto;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 2px #cdcdcd;
    padding: 0% 5%;
    margin-bottom: 10%;
    flex-wrap: wrap;
}
.tab_title span {
    font-size: 20px;
    height: 52px;
    line-height: 52px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    width: 30%;
    text-align: center;
}
.tab_list_lb.active {
    display: flex;
    transform: none;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tab_list_lb .list {
    width: 48%;
    transition: all ease .8s;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 3%;
}
.tab_list_lb .list a .nr h3 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 6%;
}
.tab_list_lb .list a .nr span {
    width: 108px;
    height: 38px;
    display: inline-block;
    background: var(--main3-color);
    border-radius: 50px;
    color: #fff;
    line-height: 38px;
    font-size: 12px;
    margin-top: 6px;
    transition: all ease .8s;
}
.plate_about_xz {
    padding: 10% 0%;
}
.plate_about_xz_wl {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.plate_about_xz_wr {
    width: 100%;
    border: solid 6px var(--main3-color);
    margin-top: 5%;
}
.plate_about_xz_wl .sz .sz_list {
    width: 28vw;
    height: 28vw;
    background: var(--main3-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.plate_about_xz_wl .sz .sz_list h3 {
    font-size: 24px;
    color: #fff;
}
.plate_news_xz {
    background: #eff2f7;
    padding: 10% 0%;
}
.xwbkbt {
    font-size: 36px;
    text-align: left;
}
.plate_news_xzw {
    width: 90%;
    margin: 0 auto;
}
.news_list .list {
    background: #fff;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 6%;
}
.news_list .list a .img {
    height: 192px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footc form {
    background: #004098;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro_xqwl {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pro_xqwr {
    width: 100%;
    margin-top: 5%;
}
.pro_xqwr h1 {
    font-size: 32px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5%;
    font-weight: bold;
}
.pro_xqnr {
    padding-bottom: 0%;
}
.tmgd {
    height: 80px;
    background: #333;
    display: none;
}
.mbx {
    background: #f5f5f5;
    height: 72px;
    display: flex;
    align-items: center;
}
.about_bt {
    font-size: 32px;
    font-weight: 500;
    border-left: solid 2px #333;
    line-height: 1;
    padding-left: 11px;
    margin-bottom: 5%;
}
.about_qywhw_list .list .nr p {
    font-size: 18px;
    margin-top: 10px;
}
 .newsfa_li {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        background: #fff;
        box-shadow: 0px 10px 20px 5px rgb(0 0 0 / 10%);
        transition: all 0.6s ease;
        padding: 20px;
        margin-bottom: var(--f50);
        position: relative;
        flex-direction: column;
    }

    .newsfa_left {
        width: 100%;
    }

    .newsfa_right {
        width: 100%;
        padding-left: 0%;
        margin-top: 5%;
    }
  .newsw {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .newswl {
        margin-left: 0;
        clear: left;
        margin-right: 2%;
        width: 90%;
        background: #fff;
        padding: 5%;
    }

    .newswl .cs {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border-top: solid 1px #eee;
        padding-top: 20px;
        margin: 20px 0;
        flex-wrap: wrap;
    }

    .newswl .csr {
        margin: 0%;
        width: 100%;
    }

    .newswl .csl li {
        margin: 0%;
        margin-right: 20px;
        color: #666;
        font-size: 12px;
    }

    .newswr {
        width: 90%;
        background: #fff;
        border-top: var(--main-color) solid 5px;
        padding: 5%;
    }

    .newsw {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .newswl .nr img{
            width: 100% !important;
    height: auto !important;
    }
    .fwzc_home {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 10% 0%;
    flex-direction: column;
}
.fwzc_home a {
    width: 90%;
    display: block;
    border: solid 1px #eee;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.xzss {
    width: 100%;
    margin-left: 0%;
}
.domw .bt h2 {
    font-size: 28px;
}
.domw .bt p {
    font-size: 15px;
    color: #666;
    margin-bottom: 40px;
    margin-top: 16px;
}
.faq-container {
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 6%;
}
.contactbox .container .conbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    padding: 10% 6%;
    flex-direction: column;
}
.contactbox .container .conright {
    width: 100%;
    font-size: 1em;
    color: #231815;
    margin-top: 10%;
}
.feedback .form-group {
    margin-bottom: 10px;
    clear: both;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feedback .form-group .field {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
.feedback .form-group {
    margin-bottom: 0;
    clear: both;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactbox .container .conleft {
    width: 100%;
    font-size: 1em;
    color: #231815;
}
.conleft .text strong {
    line-height: 2em;
    font-size: 22px;
}
.conleft .text {
    line-height: 2em;
    font-size: 14px;
}
.conleft .pic {
    margin-top: 1em;
    display: flex;
}
.conleft .pic div.a {
    display: block;
    width: 130px;
    float: left;
    margin-right: 3em;
    margin-left: -0.5em;
}
.conleft .pic div.b {
    display: block;
    width: 130px;
    float: left;
}
.vercode-right {
    width: 45%;
    margin-left: 10px;
}
.vercode-right img{
        width: 100%;
}
.feedback .form-group .submit {
    width: 100%;
    background-color: var(--main3-color);
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    border-radius: 0px;
    border: 0px;
    margin-top: 3%;
}
.contactwb {
    margin-top: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.section-daili .conleft {
    background-color: #fff;
    padding: 5%;
    width: 100%;
    font-size: 16px;
}
.section-daili ul {
    width: 100%;
    margin: 0px auto 1em auto;
}
.section-daili .conright {
    background-color: #e3e3e3;
    padding: 5%;
    width: 100%;
    font-size: 16px;
}
.section-daili li {
    border-bottom: solid 1px #8f8f8f;
    padding: 1em;
    line-height: 3em;
    height: 5em;
    color: #231815;
    position: relative;
    width: 100%;
    padding-left: 5em;
    box-sizing: border-box;
    font-size: 14px;
}
}


