@charset "UTF-8";

.pc{
    display: block;
}
.mb{
    display: none;
}

@media (max-width: 1440px) {}


@media (max-width: 996px) {
    .mb{
        display: block;
    }
    .pc{
        display: none;
    }
    .pc-header .header-cont .nav-list{
        display: none;
    }
    .pc-header .header-cont{
        padding: 0 4%;
        height: 2.5rem;
    }
    .pc-header .header-cont .logo{
        /* width: 3.75rem; */
        width: 5.75rem;
    }
    .pc-header .header-top{
        padding: 0 4%;
    }
    .feader-fix{
        height: 3.625rem;
    }


    .hamburger {
        padding: 0;
        height: 20px;
        margin-left: 0rem;
    }

    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    .hamburger-box {
        width: 20px;
        height: 20px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 20px;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .hamburger--3dx-r .hamburger-inner {
        transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 20px;
        height: 3px;
        background: #333
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 24px;
        height: 2px;
    }

    .hamburger-inner::before {
        top: -8px;
    }

    .hamburger-inner::after {
        bottom: -8px;
    }

    .lan .lan-box {
        font-size: 18px;
    }

    .is-active .hamburger-inner::before {
        top: -9px;
    }

    .is-active .hamburger-inner::after {
        bottom: -11px;
    }
    .warp-nav {
        height: calc(100vh - 2.625rem);
        padding: 0 0 45px;
        position: fixed;
        background: #f9f9f9;
        width: 100%;
        left: 0;
        top: 2.625rem;
        z-index: 9;
        display: none;
    }

    .warp-nav .nav {
        font-size: 16px;
        color: #333;
        position: relative;
        overflow-y: auto;
        height: calc(100vh - 2.625rem);
    }

    .warp-nav .search {
        width: 90%;
        margin: 0 auto;
        padding: .5rem 0;
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
    }

    .warp-nav .search .input1 {
        padding: 0 0.5rem;
        height: 40px;
        color: #000;
        width: 100%;
        background: transparent;
        border-radius: 3px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }

    .warp-nav .search .input2 {
        width: 30px;
        height: 30px;
        background: url(../img/search.png) no-repeat center center;
        background-size: 15px 16px;
        position: absolute;
        right: 3%;
        top: 50%;
        margin-top: -15px;
    }

    .warp-nav .nav .warp-btn {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        text-transform: uppercase;
        display: block;
        padding: 15px 0;
        line-height: 1.5;
        position: relative;
        font-size: 16px;
        transition: all .3s ease;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .warp-nav .nav .li {
        position: relative;
        width: 100%;
        padding: 0 5%;
    }

    .pc-.m-header .right_btn .seach {
        display: none;
    }

    .warp-nav .nav .tit {
        width: 100%;
        padding: 15px 0;
        line-height: 60px;
        position: relative;
        text-transform: uppercase;
        font-size: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .warp-nav .nav .sub-tit {
        display: block;
    }

    .warp-nav .nav .tit {
        line-height: 1.5;
    }

    .warp-nav .nav .tit:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        text-align: center;
        position: absolute;
        right: 5%;
        top: 20px;
        background: url(../img/img1.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 15px auto;
        transform: rotate(0);
        transform-origin: center center;
        transition: all .3s ease-in-out;
        filter: grayscale(100%) brightness(0%) !important;
    }

    .warp-nav .nav .sec-list {
        line-height: 40px;
        padding: 0.35rem 0 0.35rem 6%;
        display: none;
        font-size: 14px;
    }

    .warp-nav .nav .sec-tit {
        font-size: 15px;
        color: #8ebfea;
        position: relative;
        transition: all .4s;
        display: block;
    }

    .warp-nav .nav .sec-list-nav {
        font-size: 13px;
        padding-left: 8px;
        line-height: 30px;
        display: none;
    }

    .warp-nav .nav .sec-list a {
        color: #000;
    }

    .warp-nav .nav .sec-list-nav a {
        color: #8ebfea;
    }

    .js-m-2-1 {
        opacity: 0;
        transform: translate(0, 30px);
        transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
    }

    .js-m-2-1.animate {
        opacity: 1;
        transform: translate(0, 0);
    }

    .banner .img-list{
        position: relative;
        top: 0;
        left: 0;
        display: flex;
        padding: 0.5rem 4%;
    }
    .banner{
        height: auto;
    }
    .banner .swiper-container{
        height: 17rem;
    }
    .banner .txt{
        width: 100%;
        left: 0;
        top: 20%;
        padding: 0 4%;
        transform: translateY(0);
    }
    .banner-prev, .banner-next{
        display: none;
    }
    .banner .txt .t2{
        font-size: 28px;
    }
    .banner .img-list a{
        width: 50%;
        padding: 0 0.2rem;
        margin-bottom: 0;
    }
    .banner .img-list a img{
        width: 100%;
    }
    .home-a .t1{
        width: 100%;
    }
    .home-a .t1 .lh1{
        white-space: nowrap;
    }
    .home-a .view {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .home-a .y-news-pagination{
        margin-top: 0.5rem;
    }
  
    .home-b .content{
        margin-top: 1rem;
        display: block;
    }
    .home-b .content .left{
        width: 100%;
    }
    .home-b .content .left .hb-container .img{
      
        height: 14.4rem;
    }
    .home-b .content .left .hb-container .txt{
        padding: 1rem 4%;
        padding-bottom: 2rem;
    }
    .view{
        padding: 0 4% 1rem;
    }
    .home-b .content .right{
        width: 100%;
        display: none;
    }
  
    .home-e .view{
        display: block;
    }
    .home-e .li{
        width: 100%;
        margin-bottom: 0.5rem;
    }
    footer .footer-main .footer-t{
        padding: 0.5rem 4%;
    }
    .linklis{
        width: 100%;
        margin-top: 0.2rem;
    }
    footer .footer-main .footer-t a{
        display: inline-block;
        width: 30%;
        margin-right: 0;
    }
    footer .footer-main .footer-t a:first-child{
        width: 37%;
    }
    .footer-b{
        padding: 1.5rem 4% 0;
    }
    .footer-b .main .main-t .rigth{
        display: none;
    }
    .footer-b .main .main-t{
        padding-bottom: 0.5rem;
        border-bottom: 0 solid #000;
    }
    .footer-b .main .main-b{
        display: block;
    }

    .footer-b .main .main-b .rigth{
        display: block;
        background-color: transparent;
        margin-top: 0.5trm;
    }
    .footer-b .main-foot{
        display: block;
        line-height: 2;
    }
    .footer-b .main-foot .left a{
        /* margin-right: 0; */
        line-height: 2;
    }
    .footer-b .main-foot .right{
        display: flex;
        justify-content: space-between;
    }
    .footer-b .main-foot .right .g{
        margin-left: 0;
    }
    .g-news-content{
        display: none;
    }
    .about-b .txt{
        width: 92%;
        left: 4%;
    }
    .zyh{
        width: 1.125rem;
    }
    .yyh{
        width: 1.125rem; 
    }
    .about-c .content{
        display: block;
    }
    .about-c .content .txt{
        width: 100%;
    }
    .about-c .content .txt .t{
        padding-right: 0;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .about-c .content .img{
        width: 100%;
    }
    .care .list .li{
        width: 100%;
        margin-right: 0;
    }
    .cont-li .li-hide .list .list-txt .li{
        width: 100%;
    }
    .cont-li .li-hide .list .list-txt .li{
        border-bottom: 1px solid rgba(194, 194, 194, 0.5);
    }
    .cont-li .li-hide .list .list-txt .li:last-child{
        border-bottom: 0 solid #000;
    }
    .cont-li .li-hide .list .list-txt .li .t1{
        font-size: 18px;
    }
    footer .footer-main .footer-t span{
        font-size: 20px;
    }
    .tit-14{
        font-size: 14px;
    }
    .footer-b .main .main-b .rigth span{
        font-size: 14px;
    }
 
}


@media (max-width: 500px){
    .footer-b .main-foot .right .g{
        flex-flow: row wrap;
    }
    .footer-b .main-foot .right{
        flex-flow: row wrap;
    }
    .footer-b .main-foot .left a{
        margin-right:.5rem;
        margin-bottom:.35rem;
    }
    .banner .img-list{
        flex-direction: column;
    }
    .banner .img-list a{
        width: 100%;
        padding: 0;
    }
    .home-b .content .left .hb-container .img{
      
        height: 7.4rem;
    }
    .home-c{
        height: 11rem;
    }
    .news-banner{
        height: 8.65rem;
    }
    .about-a{
        padding: 1.5rem 0 0;
    }
    .about-c .content .txt .sl-tit{
        align-items: center;
    }
    .home-b{
        padding: 1.5rem 0;
    }
    .home-e{
        padding: 1.5rem 0;
    }
    .about-b .txt{
        padding: 2rem 1rem;
        bottom: -35%;
    }
    .pc-header .header-cont .logo{
        width: 3.75rem;
        /* width: 5.75rem; */
    }
    .pc-header .header-cont{
        height: 1.5rem;
    }
    .feader-fix{
        height: 2.625rem;
    }
    .about-a .t1{
        margin-top: 1rem;
    }
    .about-b{
        height: 10rem;
    }
    .zyh{
        top: .75rem;
        left: .75rem;
    }
    .yyh{
        bottom: .75rem;
        right: .75rem;
    }
    .about-c{
        padding-top: 12.5rem;
        padding-bottom: 1.5rem;
    }
    .rule-a{
        padding-bottom: 0rem;
    }
    .rule-b{
        padding: 1.5rem 0;
    }
    .rule-b .li .li-hide .img{
        width: 6rem;
        right: -1rem;
    }
    .care{
        padding: 1.5rem 0;
    }
    .care .list{
        margin-top: 1rem;
    }
    .care .list .li{
        width: 100%;
        margin-right: 0;
        margin-bottom: .5rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .message{
        padding: 1.5rem 0;
    }
    .message .img-list .img{
        width: 100%;
        margin-bottom: 1rem;
    }
    .message .img-list{
        display: block;
    }
    .message .content .t3{
        margin-top: 1rem;
    }
    .org{
        padding: 1.5rem 0;
    }
    .cont-li.on .li-top .t{
        font-size: 24px;
    }
    .care .list .li .txt{
        margin-left: 0;
        padding-top: .55rem;
        padding-right:0;
        border-right: 0 solid #E6E6E6;
        align-self: center;
    }
    .care .list .li .txt .t1{
        font-weight: 500;
    }

    .about-a .list{
        margin-top: 1rem;
        }
        .Info .content .top .right .line{
            margin: .25rem 0 .75rem;
        }
        .cont-li .li-hide .list .list-txt .li.tx{
            width: 100%;
        }

        .list-mien .content .topBox .main-box .left{
            padding-top: 1rem;
        }
        .list-mien .content .topBox .main-box .left .t2{
            margin:.425rem 0 .3rem
        }
        .list-mien .content .botBox .left{
            width: auto;
            height: auto;
          }
          .list-mien .content .botBox{
            padding: 1rem 4% 2rem ;  
          }
}