*{ margin:0; padding:0}
@font-face {
    font-family:'' ;
    src: url('');
}
body {width:100%;margin:0 auto;font-size:14px;font-family: PingFang SC;line-height:150%;color: #000;position:relative;letter-spacing: 0px;overflow-x: hidden;}
ul,dl,dd,dt,h1,h2,h3,h4,h5,h6,form { padding:0; margin:0;}
h1 { font-size:20px; font-family:'Microsoft YaHei';}
h2 { font-size:12px; font-weight:normal;}
h3 { font-size:14px; font-weight:normal;}
h4 { font-size:12px; font-weight:normal;}
h5 { font-size:12px; font-weight:normal;}
ul { list-style:none;}
li { list-style:none;}
img { border:none;}
a {color: #000; text-decoration:none;line-height: 1.5;}
a:hover{text-decoration:none;}
p{ word-spacing:-1.5px; padding:0; margin:0;line-height: 150%;}
section,header,main,footer{
    display: flex;width: 100%;position: relative;flex-direction: column;justify-content: center;align-items: center;}
input{border:0;outline:none;}


.d-flex{display: flex;}
.al-c{align-items: center;}
.jc-c{justify-content: center;}
.jc-s{justify-content: space-between;}
.al-fs{align-items: flex-start;}
.al-ed{align-items: flex-end;}
.jc-fs{justify-content: flex-start;}
.p-r{position: relative;}
.p-a{position: absolute;}
.p-f{position: fixed;}
.w100{width: 100%;}
.ft14{font-size: 0.14rem;line-height: 150%;}
.ft18{font-size: 0.18rem;line-height: 150%;}
.ft20{font-size: 0.2rem;line-height: 150%;}
.ft22{font-size: 0.22rem;line-height: 150%;}
.ft24{font-size: 0.24rem;line-height: 150%;}
.ft25{font-size: 0.25rem;line-height: 150%;}
.ft26{font-size: 0.26rem;line-height: 150%;}
.ft28{font-size: 0.28rem;line-height: 150%;}
.ft30{font-size: 0.30rem;line-height: 150%;}
.ft35{font-size: 0.35rem;line-height: 150%;}
.ft36{font-size: 0.36rem;line-height: 150%;}
.ft40{font-size: 0.4rem;line-height: 150%;}
.ft42{font-size: 0.42rem;line-height: 150%;}
.ft48{font-size: 0.48rem;line-height: 150%;}
.ft60{font-size: 0.6rem;line-height: 150%;}
.mt30{margin-bottom: 0.3rem;}
.m_t50{margin-top: 0.5rem;}
.none{display: none;}
.flex-column{flex-direction: column;}
.wrap{flex-wrap: wrap;}
.mw100{max-width: 100%;}
.w1920{width: 19.2rem;}
.wap{display: none;}
/* .min1920{min-width: 1920px;} */
.fsour{font-family: 'sour';}
.avtive{color: #ff9900;}
.lh150{line-height: 150%;}
.w1400{width: 1400px;}
.w1200{width: 1200px;}
.arcbody{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.2rem;
    }
.arcbody * {
    font-size: 0.2rem;
    color: #848484;
    line-height: 180%;
    width: 100%;
}
.arcbody img {
    width: auto;
    max-width: 100%;
    margin: 0.15rem 0 0;
    height: auto!important;
}
.arcbody p{margin-top: 0.15rem;}
.text-line{
    background: linear-gradient(0deg,var(--bgcolor),var(--bgcolor)) no-repeat left bottom;
    background-size: 0% 0.02rem;
    transition: all 0.3s;
    display: inline!important;
}
.text-line:hover{
    background-size: 100% 0.02rem; 
}
:root{
    --bgcolor: #8f5407;
    --fontcolor: #8f5407;
    --b-r:0.05rem;
    --hoverbg: #8f5407;
    --hoverfont: #8f5407;
}
.w1296{width: 1200px;}

/**********头部*****/
.headxf{position: sticky;top: 0;left: 0;width: 100%;background: #fff;display: flex;justify-content: center;align-items: center;z-index: 100;box-shadow: 0 0 0.1rem #ebebeb;}
.head{
    height: 0.8rem;
    width: 16rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head .logo-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .logo-wrap .logoimg{
    width: 2.03rem;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbox .navlist{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 0.7rem;
}
.navbox .navlist .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #333;
}
.navbox .navlist .nav .a1{
    color: inherit;
    font-size: 0.16rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbox .navlist .nav .downimg{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../img/down.png);
    background-size: 100% 100%;
    transition: all 0.3s;
}
.navbox .navlist .nav .downimg .icon{
    width: 0.18rem;
    transition: all 0.3s;
}
.navbox .navlist .nav .erji{
    overflow: hidden;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    background: rgba(204, 204, 204, 0.68);
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.navbox .navlist .nav .erji .a2{
    color: #515151;
    box-sizing: border-box;
    padding: 0.18rem 0.5rem;
    transition: all 0.3s;
    font-size: 0.2rem;
    font-weight: 400;
}
.navbox .navlist .nav .erji .a2.this{font-weight: bold;color: #000;}
.navbox .navlist .nav:hover{}
.navbox .navlist .nav:hover .a1{}
.navbox .navlist .nav:hover .downimg{
    transform: rotate(180deg);
}
.navbox .navlist .nav:hover .downimg .icon{
    transform: rotate(180deg);
}
.navbox .navlist .nav:hover .erji{display: flex;}
.navbox .navlist .nav .erji .a2:hover{}
.navbox .navlist .nav::after{content: '';width: 0;height: 0.03rem;background: #fff;position: absolute;border-radius: 0.5rem;transition: all 0.3s;bottom: .2rem;display: none;}
.navbox .navlist .nav:hover::after{
    width: 105%;
}
.navbox .navlist .nav.this{
    font-weight: bold;
}
.navbox .navlist .nav.this::after{
    width: 105%;
}
.lgbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lgbox .sousuo{
    width: 1.6rem;
    height: 0.36rem;
    box-sizing: border-box;
    border: 1px #fff solid;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.lgbox .sousuo .seach_t{
    width: 1.2rem;
    background: transparent;
    text-indent: 0.2rem;
    font-size: 0.1rem;
    color: #fff;
}

.lgbox .sousuo .seach_t::-webkit-input-placeholder {
    color:#fff
    }
.lgbox .sousuo .seach_s{
    width: 0.36rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/ss1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.2rem;
}
.lgbox .lgurl{
    background: #fff;
    border-radius: 50%;
    margin-left: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.36rem;
    height: 0.36rem;
}
.lgbox .lgurl .icon{
    width: 100%;
}
/**********头部*****/
.up-down{
    width: 100%;
    border-top: 1px #ebebeb solid;
    margin-top: 0.5rem;
    padding-top: 0.3rem;
}
.up-down .fy{
    margin-bottom: 0.05rem;
}
.up-down .fy a{
    font-size: 0.16rem;
    color: #4d4d4d;
}
.up-down .fy a:hover{color: var(--hoverfont);}
.nybanner{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7rem;
}
.nybanner .icon{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.nybanner .tbox{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.nybanner .tbox .p1{
    font-size: 0.6rem;
    color: #fff;
    text-transform: uppercase;
}
.nybanner .tbox .p2{
    font-size: 0.36rem;
    color: #fff;
}
.nybanner .tbox .p3{
    width: 12rem;
    max-width: 94%;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    margin-top: 0.3rem;
}
.formbox{
    width: 12rem;
    max-width: 94%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1rem 0;
}
.formbox .line{
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.3rem;
}
.formbox .line .p1{
    font-size: 0.18rem;
    color: #333;
}
.formbox .line .p1 span{
    color: red;
}
.formbox .line .input1{
    width: 100%;
    border: 1px rgba(151, 151, 151, 1) solid;
    border-radius: 8px;
    height: 0.6rem;
    margin-top: 0.1rem;
    font-size: 0.18rem;
    text-indent: 0.2rem;
    color: #333;
    background: transparent;
}
.formbox .line .input2{
    width: 100%;
    border: 1px rgba(151, 151, 151, 1) solid;
    border-radius: 8px;
    height: 0.6rem;
    margin-top: 0.1rem;
    font-size: 0.18rem;
    text-indent: 0.2rem;
    color: #333;
    background: transparent;
}
.formbox .submit{
    width: 1.66rem;
    height: 0.8rem;
    background: url(../img/tj.png);
    color: #fff;
    font-size: 0.18rem;
    border-radius: 8px;
    background-size: 100%;
    margin: auto;
    margin-top: 0.3rem;
}
.hzhb{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.hzhb .pt{
    font-size: 0.46rem;
    margin-bottom: 0.3rem;
}
.hzhb .hzhblb{
    width: 100%;
}
.hzhb .hzhblb .imgbox{
    width: 100%;
    height: 1.5rem;
    background: #fff;
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.1rem 0;
    box-shadow: 0.0rem 0.03rem 0.1rem #d4e5ed;
}
.hzhb .hzhblb .imgbox .icon{
    max-width: 80%;
    max-height: 80%;
}
.jjll{
    width: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 1rem 0;
    max-width: 94%;
}
.jjll .pt{
    font-size: 0.46rem;
    margin-bottom: 0.3rem;
}
.jjll .box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jjll .box .line{
    width: 49%;
    height: 1rem;
    background: rgba(242, 242, 242, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-left: 0.8rem;
}
.jjll .box .line .icon{
    width: 0.4rem;
}
.jjll .box .line .p1{
    font-size: 0.24rem;
    color: rgba(51, 51, 51, 1);
    margin-left: 0.1rem;
}

.boke{
    width: 12rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
}
.boke .pt{
    font-size: 0.46rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.3rem;
}
.boke  .box{
    width: 100%;
    display: grid;
    gap: 0.25rem;
    grid-template-columns: 1fr 1fr 1fr;
}
.boke  .box .a1{display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;transition: all 0.3s;}
.boke  .box .a1 .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boke .box .a1 .imgbox .icon{
    width: 100%;
    aspect-ratio: 77/64;
}
.boke  .box .a1 .tbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.boke  .box .a1 .tbox .p1{
    font-size: 0.22rem;
    color: rgba(51, 51, 51, 1);
    margin: 0.05rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.boke  .box .a1 .tbox .p2{
    font-size: 0.16rem;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.boke  .box .a1 .tbox .p3{
    font-size: 0.16rem;
    color: rgba(51, 51, 51, 1);
    margin-top: 0.1rem;
}
.boke  .box .a1:hover{
    margin-top: -0.1rem;
}
.cgal{
    width: 19.2rem;
    max-width: 100%;
}
.cgal .box1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.cgal .box1 .imgbox{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cgal .box1 .imgbox .icon{
    width: 100%;
    aspect-ratio: 48/31;
}
.cgal .box1 .tbox{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(246, 246, 246, 1);
    flex: 1;
    box-sizing: border-box;
    padding: 0.8rem 1rem;
}
.cgal .box1 .tbox .p1{
    font-size: 0.54rem;
    width: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(51, 51, 51, 1);
    line-height: 1.2;
}
.cgal .box1 .tbox .p2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 0.2rem;
    color: rgba(13, 37, 51, 1);
    width: 5rem;
    margin-top: 0.3rem;
}
.cgal .box1 .tbox .a1{
    font-size: 0.28rem;
    width: 2rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #000 solid;
    border-radius: 0.05rem;
    margin-top: auto;
}
.cgal .box1 .tbox .a1 .icon{
    width: 0.4rem;
}
.cgal .box1 .tbox .a1:hover{}
.cgal .prev1{
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(218, 218, 218, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cgal .prev1::after{
    background: url(../img/jt2.png);
    content: '';
    width: 0.22rem;
    height: 0.22rem;
    background-size: 100%;
    transform: rotate(180deg);
}
.cgal .next1{
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(218, 218, 218, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cgal .next1::after{
    background: url(../img/jt2.png);
    content: '';
    width: 0.22rem;
    height: 0.22rem;
    background-size: 100%;
}

.wenti{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.wenti .list{
    width: 100%;
    border-top: 1px rgba(214, 214, 214, 1) solid;
    box-sizing: border-box;
    padding: 0.4rem 0;
}
.wenti .list .p1{
    font-size: 0.26rem;
    text-indent: 0.4rem;
    color: rgba(0, 0, 0, 1);
    background-image: url(../img/g.png);
    background-repeat: no-repeat;
    background-size: 0.24rem;
    background-position: 0rem 0.1rem;
    cursor: pointer;
}
.wenti .list .p2{
    display: none;
    background: rgba(241, 242, 244, 1);
    font-size: 0.18rem;
    color: #000;
    box-sizing: border-box;
    padding: 0.23rem 0.4rem;
}
.wenti .list.this{}
.wenti .list.this .p1{
    background-image: url(../img/k.png);
    background-repeat: no-repeat;
    background-size: 0.24rem;
    background-position: 0rem 0.1rem;
}
.wenti .list.this .p2{
    display: flex;
    margin-top: 0.1rem;
}

.xiazai{
    width: 12rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.xiazai .pt{
    font-size: 0.46rem;
}
.xiazai .box{
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xiazai .box .a1{
    border: 1px solid rgba(196, 196, 196, 1);
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 0.24rem;
    box-sizing: border-box;
    padding: 0.24rem;
}
.xiazai .box .a1 .imgbox{
    background: rgba(14, 23, 44, 1);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xiazai .box .a1 .imgbox .icon{
    width: 0.32rem;
}
.xiazai .box .a1 .p1{
    font-size: 0.24rem;
    margin-left: 0.2rem;
}
.xiazai .box .a1 .xbox{
    border-radius: 165px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 5px  rgba(0, 0, 0, 0.16);
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.46rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.xiazai .box .a1 .xbox .icon2{
    width: 0.24rem;
    margin-right: 0.2rem;
}
.xiazai .box .a1 .xbox .p2{
    font-size: 0.16rem;
    color: rgba(13, 35, 51, 1);
    text-transform: uppercase;
}
.peixun{
    width: 10.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    max-width: 94%;
}
.peixun .pt{
    font-size: 0.46rem;
    margin-bottom: 0.3rem;
}
.peixun .box{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.peixun .box .a1{
    width: 5.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.peixun .box .a1 .icon{
    width: 100%;
    aspect-ratio: 26/35;
}
.peixun .box .a1 .tbox{
    position: absolute;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    padding: 0.4rem;
}
.peixun .box .a1 .tbox .p1{
    font-size: 0.28rem;
    color: #fff;
    margin-bottom: 0.1rem;
}
.peixun .box .a1 .tbox .p2{
    font-size: 0.2rem;
    color: #fff;
}
.input3{
    width: 100%;
    border: 1px rgba(151, 151, 151, 1) solid;
    border-radius: 8px;
    height: 0.6rem;
    margin-top: 0.1rem;
    font-size: 0.18rem;
    color: #333;
    background: transparent;
    resize: none;
    box-sizing: border-box;
    height: 1.5rem;
    padding: 0.2rem;
}
.zhichi{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
    justify-content: center;
    align-items: center;
}
.zhichi .pt{
    font-size: 0.46rem;
    margin-bottom: 0.3rem;
}
.zhichi .box{
    width: 100%;
    display: flex;
}
.zhichi .box .list{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zhichi .box .list .icon{
    width: 100%;
}
.zhichi .box .list .p1{
    position: absolute;
    font-size: 0.26rem;
    color: #fff;
    bottom: 0.5rem;
}

.ysbox{
    width: 19.2rem;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
.ysbox .imgbox{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ysbox .imgbox .icon{
    width: 100%;
}
.ysbox  .tbox{
    width: 50%;
    background: rgba(246, 246, 246, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 1.6rem 1rem 0;
}
.ysbox  .tbox .p1{
    font-size: 0.54rem;
    line-height: 1.2;
    color: rgba(51, 51, 51, 1);
}
.ysbox  .tbox .p2{
    font-size: 0.2rem;
    color: rgba(51, 51, 51, 1);
    margin-top: 0.1rem;
}
.ysbox  .tbox .p3{}
.ysbox  .tbox .a1{}
.ysbox  .tbox .a1 .icon{}

.ysbox2{
    width: 19.2rem;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
.ysbox2 .imgbox{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ysbox2 .imgbox .icon{
    width: 100%;
}
.ysbox2  .tbox{
    width: 50%;
    background: rgba(246, 246, 246, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0.7rem 0 0 3.6rem;
}
.ysbox2  .tbox .p1{
    font-size: 0.54rem;
    line-height: 1.2;
    width: 4.8rem;
    color: rgba(51, 51, 51, 1);
}
.ysbox2  .tbox .p2{
    font-size: 0.2rem;
    color: rgba(13, 37, 51, 1);
    margin: 0.1rem 0;
}
.ysbox2  .tbox .p3{
    font-size: 0.2rem;
    color: rgba(13, 37, 51, 1);
    width: 5rem;
}
.ysbox2  .tbox .a1{
    font-size: 0.20rem;
    width: 3.3rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #000 solid;
    border-radius: 0.05rem;
    margin-top: 0.5rem;
}
.ysbox2  .tbox .a1 .icon{
    width: 0.4rem;
}

.ysbox2:nth-of-type(even){
    flex-flow: row-reverse;
}
.ysbox2:nth-of-type(even) .imgbox{}
.ysbox2:nth-of-type(even) .imgbox .icon{}
.ysbox2:nth-of-type(even)  .tbox{
    padding: 0.7rem 0 0 1rem;
}
.ysbox2:nth-of-type(even)  .tbox .p1{}
.ysbox2:nth-of-type(even)  .tbox .p2{}
.ysbox2:nth-of-type(even)  .tbox .p3{}
.ysbox2:nth-of-type(even)  .tbox .a1{}
.ysbox2:nth-of-type(even)  .tbox .a1 .icon{}

.moshi{
    width: 12rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.moshi .pt{
    font-size: 0.46rem;
    margin-bottom: 0.3rem;
}
.moshi .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.moshi .box .list{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.moshi .box .list .icon{
    width: 100%;
}
.tupian{
    width: 384px !important;
    height: 556px;
     overflow: hidden;
}

.tupian img {
  width: 100%; 
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tupian::before{
      content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
}

.moshi .box .list .p1{
    position: absolute;
    font-size: 0.26rem;
    color: #fff;
}
.fuzeren{
    width: 100%;
    background: rgba(230, 219, 193, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fuzeren .pt{
    font-size: 0.46rem;
    margin: 1rem 0 0.3rem;
}
.fzrlb{
    width: 19.2rem;
    max-width: 100%;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
}
.fzrlb .box{}
.fzrlb .box .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fzrlb .box .imgbox .icon{
    width: 100%;
    aspect-ratio: 2/3;
}
.fzrlb .box .tbox{
    display: none;
}
.fzrlb .box .tbox .p1{
    font-size: 0.26rem;
    color: rgba(51, 51, 51, 1);
    margin-top: 0.3rem;
}
.fzrlb .box .tbox .p2{
    font-size: 0.16rem;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 0.1rem;
}
.fzrlb .prev1{
    width: 0.6rem;
    height: 0.6rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 33%;
    bottom: 1rem;
    top: auto;
}
.fzrlb .prev1::after{
    background: url(../img/jt2.png);
    content: '';
    width: 0.22rem;
    height: 0.22rem;
    background-size: 100%;
    transform: rotate(180deg);
}
.fzrlb .next1{
    width: 0.6rem;
    height: 0.6rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 33%;
    bottom: 1rem;
    top: auto;
}
.fzrlb .next1::after{
    background: url(../img/jt2.png);
    content: '';
    width: 0.22rem;
    height: 0.22rem;
    background-size: 100%;
}


.fzrlb .swiper-slide-active .box{
    transform: scale(1.1);
}
.fzrlb .swiper-slide-active .box .imgbox{}
.fzrlb .swiper-slide-active .box .imgbox .icon{}
.fzrlb .swiper-slide-active .box .tbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fzrlb .swiper-slide-active .box .tbox .p1{}
.fzrlb .swiper-slide-active .box .tbox .p2{}

.zsbox{
    width: 12rem;
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    max-width: 94%;
    flex-wrap: wrap;
}
.zsbox .box1{
    width: 4.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.zsbox .box1 .pt{
    font-size: 0.46rem;
    margin-bottom: 0.3rem;
}
.zsbox .box1 .zslb{
    width: 100%;
}
.zsbox .box1 .zslb .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zsbox .box1 .zslb .imgbox .icon{width: 100%;    height: 100%;}

.imgbox .daxiao{
    width: 100%;
    height: 200px;
    overflow: hidden;
}


.lang-text {
            font-family: sans-serif;
            font-size: 18px;
            font-weight: bold;
        }
        .lang-text span {
            cursor: pointer; 
            color: #333; 
            margin: 0 5px;
        }
        .lang-link {
    color: #000000;
}
.lang-link.active {
    color: #ff0000;
}


.imgbox.daxiao .icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none ;
}

.zsbox .box1 .zslb .prev1{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    border: 1px #666 solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zsbox .box1 .zslb .prev1::after{
    color: #333;
    font-size: 0.24rem;
}
.zsbox .box1 .zslb .next1::after{
    color: #333;
    font-size: 0.24rem;
}
.zsbox .box1 .zslb .next1{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    border: 1px #666 solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zsbox .box2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.zsbox .box2 .pt{
    font-size: 0.46rem;
    margin-bottom: 0.3rem;
}
.zsbox .box2 .list{
    width: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.35rem;
}
.zsbox .box2 .list .line{
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.zsbox .box2 .list .line .icon{
    /*height: 0.9rem;*/
    max-width: 2.4rem;
}
.zsbox .box2 .list .line .p1{
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    color: rgba(13, 37, 51, 1);
    margin-top: 0.1rem;
}

.hzbz{
    width: 10rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.hzbz .pt{
    font-size: 0.46rem;
    margin-bottom: 0.3rem;
}
.hzbz .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.4rem;
}
.hzbz .box .list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.hzbz .box .list .imgbox{
    width: 2.3rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hzbz .box .list .imgbox .icon{
    max-width: 100%;
    max-height: 100%;
}
.hzbz .box .list .p1{
    font-size: 0.28rem;
    font-weight: bold;
    margin-top: 0.3rem;
}
.hzbz .a1{
    width: 2.7rem;
    height: 0.8rem;
    border: 1px solid rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-top: 0.2rem;
    font-size: 0.2rem;
}
.hzbz .a1 .icon{
    width: 0.24rem;
    margin-left: 0.1rem;
}
.banner{
    width: 100%;
}
.banner .box{
    width: 100%;
    position: relative;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .box .bgimg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .box .sbox{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 15.2rem;
    max-width: 94%;
}
.banner .box .sbox .tbox{
    z-index: 1;
}
.banner .box .sbox .tbox .p1{
    color: #fff;
    font-size: 0.42rem;
}
.banner .box .sbox .tbox .p2{
    font-size: 0.32rem;
    color: #fff;
    width: 8.8rem;
    margin-top: 0.1rem;
    font-weight: 300;
}
.banner .box .sbox .tbox .p3{
    font-size: 0.24rem;
    width: 7.2rem;
    color: #fff;
    margin-top: 0.5rem;
}
.banner .box .sbox .tbox .a1{
    width: 2.9rem;
    height: 0.72rem;
    opacity: 1;
    border-radius: 0.4rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.150rem;
}
.banner .box .sbox .tbox .a2{
    font-size: 0.18rem;
    color: #fff;
    border-bottom: 1px #fff solid;
    margin-left: 0.3rem;
}
.banner .box .sbox .tbox .btnbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.5rem;
}
.banner .box .sbox .imgbox{
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .box .sbox .imgbox .icon{
    width: 100%;
}
.why{
    width: 12rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.why .pt{
    font-size: 0.46rem;
    margin-bottom: 0.3rem;
}
.why .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.why .box .list{
    width: 3.8rem;
    height: 2.67rem;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 2px 2px 12px 2px rgba(204, 198, 198, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.why .box .list .imgbox{
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
}
.why .box .list .imgbox .icon{
    max-width: 100%;
}
.why .box .list .p1{
    font-size: 0.2rem;
    margin-top: 0.2rem;
    color: rgba(13, 37, 51, 1);
}
.why .box .list .p2{
    font-size: 0.16rem;
    text-align: center;
    width: 75%;
    margin-top: 0.1rem;
    color: rgba(13, 37, 51, 1);
}
.fangan{
    width: 12rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.fangan .pt{
    font-size: 0.46rem;
    margin-bottom: 0.3rem;
}
.fangan .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fangan .box .a1{
    width: 49%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.3rem;
}
.fangan .box .a1 .icon{
    width: 100%;
    aspect-ratio: 29/17;
}
.fangan .box .a1 .tbox{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0.2rem;
}
.fangan .box .a1 .tbox .p1{
    font-size: 0.2rem;
    color: #fff;
}
.fangan .box .a1 .tbox .p2{
    font-size: 0.16rem;
    color: #fff;
    margin-top: 0.1rem;
}
.do{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.do .pt{
    font-size: 0.46rem;
}
.do .p2{
    font-size: 0.3rem;
    color: rgba(13, 37, 51, 1);
    margin: 0.1rem 0;
}
.do .btnbox{
    display: flex;
    gap: 0.3rem;
    margin-top: 0.3rem;
}
.do .btnbox .a1{
    width: 2.6rem;
    height: 0.8rem;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
}
.do .btnbox .a1 .icon{
    width: 0.24rem;
    margin-left: 0.1rem;
}

.footbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../img/bg.png);
    background-size: cover;
}
.footbox .footer{
    width: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 94%;
}
.footbox .footer .box1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footbox .footer .box1 .logo{
    width: 2.03rem;
    margin: 0.5rem 0 0.2rem;
}
.footbox .footer .box1 .p1{
    font-size: 0.2rem;
    color: #fff;
}
.footbox .footer .fnavbox{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 0.6rem;
}
.footbox .footer .fnavbox .fnav{
    color: #fff;
    font-size: 0.2rem;
}
.footbox  .lxwm{
    width: 14rem;
    max-width: 94%;
    border-top: 2px rgba(96, 96, 96, 1) solid;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
    padding-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.footbox  .lxwm .p1{
    font-size: 0.14rem;
    color: rgba(170, 170, 170, 1);
}
/***************/
@media only screen and (max-width: 1201px) {
    .footbox{}
.footbox .footer{}
.footbox .footer .box1{}
.footbox .footer .box1 .logo{}
.footbox .footer .box1 .p1{
    text-align: center;
}
.footbox .footer .fnavbox{
    gap: 0.3rem;
}
.footbox .footer .fnavbox .fnav{}
.footbox  .lxwm{
    flex-wrap: wrap;
    font-size: 0.18rem;
}
.footbox  .lxwm .p1{
    font-size: 0.18rem;
}
    .do{}
.do .pt{}
.do .p2{}
.do .btnbox{}
.do .btnbox .a1{}
.do .btnbox .a1 .icon{}
    .fangan{}
.fangan .pt{}
.fangan .box{}
.fangan .box .a1{
    width: 100%;
}
.fangan .box .a1 .icon{}
.fangan .box .a1 .tbox{}
.fangan .box .a1 .tbox .p1{}
.fangan .box .a1 .tbox .p2{}
    .why{}
.why .pt{}
.why .box{
    flex-wrap: wrap;
    gap: 0.3rem;
}
.why .box .list{
    width: 100%;
}
.why .box .list .imgbox{}
.why .box .list .imgbox .icon{}
.why .box .list .p1{}
.why .box .list .p2{}
    .banner{}
.banner .box{}
.banner .box .bgimg{}
.banner .box .sbox{}
.banner .box .sbox .tbox{}
.banner .box .sbox .tbox .p1{
    width: 7rem;
}
.banner .box .sbox .tbox .p2{
    width: 7rem;
}
.banner .box .sbox .tbox .p3{}
.banner .box .sbox .tbox .a1{}
.banner .box .sbox .tbox .a2{}
.banner .box .sbox .tbox .btnbox{}
.banner .box .sbox .imgbox{
    position: absolute;
    width: 3rem;
    right: 0;
    bottom: 0;
}
.banner .box .sbox .imgbox .icon{}
    .hzbz{}
.hzbz .pt{}
.hzbz .box{}
.hzbz .box .list{}
.hzbz .box .list .imgbox{}
.hzbz .box .list .imgbox .icon{}
.hzbz .box .list .p1{}
.hzbz .a1{}
.hzbz .a1 .icon{}
    .zsbox{}
.zsbox .box1{
    width: 100%;
}
.zsbox .box1 .pt{}
.zsbox .box1 .zslb{}
.zsbox .box1 .zslb .imgbox{}
.zsbox .box1 .zslb .imgbox .icon{}
.zsbox .box1 .zslb .prev1{}
.zsbox .box1 .zslb .prev1::after{}
.zsbox .box1 .zslb .next1::after{}
.zsbox .box1 .zslb .next1{}

.zsbox .box2{
    width: 100%;
    margin-top: 0.4rem;
}
.zsbox .box2 .pt{}
.zsbox .box2 .list{}
.zsbox .box2 .list .line{}
.zsbox .box2 .list .line .icon{}
.zsbox .box2 .list .line .p1{}
    .fzrlb .swiper-slide-active .box{}
.fzrlb .swiper-slide-active .box .imgbox{}
.fzrlb .swiper-slide-active .box .imgbox .icon{}
.fzrlb .swiper-slide-active .box .tbox{}
.fzrlb .swiper-slide-active .box .tbox .p1{}
.fzrlb .swiper-slide-active .box .tbox .p2{}
    .fuzeren{}
.fuzeren .pt{}
.fzrlb{}
.fzrlb .box{}
.fzrlb .box .imgbox{}
.fzrlb .box .imgbox .icon{}
.fzrlb .box .tbox{}
.fzrlb .box .tbox .p1{}
.fzrlb .box .tbox .p2{}
.fzrlb .prev1{
    left: 20%;
}
.fzrlb .prev1::after{}
.fzrlb .next1{
    right: 20%;
}
.fzrlb .next1::after{}
    .moshi{}
    .moshi .pt{}
    .moshi .box{}
    .moshi .box .list{}
    .moshi .box .list .icon{}
    .moshi .box .list .p1{}   
.ysbox2{flex-flow: column-reverse;}
.ysbox2 .imgbox{
    width: 100%;
}
.ysbox2 .imgbox .icon{}
.ysbox2  .tbox{
    width: 100%;
    padding: 0.8rem;
}
.ysbox2  .tbox .p1{}
.ysbox2  .tbox .p2{}
.ysbox2  .tbox .p3{}
.ysbox2  .tbox .a1{}
.ysbox2  .tbox .a1 .icon{}

.ysbox2:nth-of-type(even){
    flex-flow: column-reverse;
}
.ysbox2:nth-of-type(even) .imgbox{}
.ysbox2:nth-of-type(even) .imgbox .icon{}
.ysbox2:nth-of-type(even)  .tbox{
    padding: 0.8rem;
}
.ysbox2:nth-of-type(even)  .tbox .p1{}
.ysbox2:nth-of-type(even)  .tbox .p2{}
.ysbox2:nth-of-type(even)  .tbox .p3{}
.ysbox2:nth-of-type(even)  .tbox .a1{}
.ysbox2:nth-of-type(even)  .tbox .a1 .icon{}
    .ysbox{
    flex-wrap: wrap;
}
.ysbox .imgbox{
    width: 100%;
}
.ysbox .imgbox .icon{}
.ysbox  .tbox{
    width: 100%;
    padding: 0.8rem;
}
.ysbox  .tbox .p1{}
.ysbox  .tbox .p2{}
.ysbox  .tbox .p3{}
.ysbox  .tbox .a1{}
.ysbox  .tbox .a1 .icon{}
    .zhichi{}
.zhichi .pt{}
.zhichi .box{}
.zhichi .box .list{}
.zhichi .box .list .icon{}
.zhichi .box .list .p1{}
    .peixun{}
.peixun .pt{}
.peixun .box{
    flex-wrap: wrap;
    gap: 0.3rem;
}
.peixun .box .a1{
    width: 100%;
}
.peixun .box .a1 .icon{}
.peixun .box .a1 .tbox{}
.peixun .box .a1 .tbox .p1{}
.peixun .box .a1 .tbox .p2{}
    .xiazai{}
.xiazai .pt{}
.xiazai .box{}
.xiazai .box .a1{
    width: 100%;
}
.xiazai .box .a1 .imgbox{}
.xiazai .box .a1 .imgbox .icon{}
.xiazai .box .a1 .p1{}
.xiazai .box .a1 .xbox{}
.xiazai .box .a1 .xbox .icon2{}
.xiazai .box .a1 .xbox .p2{}
    .wenti{}
.wenti .list{}
.wenti .list .p1{}
.wenti .list .p2{}
.wenti .list.this{}
.wenti .list.this .p1{}
.wenti .list.this .p2{}
    .cgal{}
.cgal .box1{
    flex-wrap: wrap;
}
.cgal .box1 .imgbox{
    width: 100%;
}
.cgal .box1 .imgbox .icon{}
.cgal .box1 .tbox{
    width: 100%;
}
.cgal .box1 .tbox .p1{}
.cgal .box1 .tbox .p2{}
.cgal .box1 .tbox .a1{}
.cgal .box1 .tbox .a1 .icon{}
.cgal .box1 .tbox .a1:hover{}
.cgal .prev1{}
.cgal .prev1::after{}
.cgal .next1{}
.cgal .next1::after{}
    .boke{}
.boke .pt{}
.boke  .box{}
.boke  .box .a1{}
.boke  .box .a1 .imgbox{}
.boke  .box .a1 .imgbox .icon{}
.boke  .box .a1 .tbox{}
.boke  .box .a1 .tbox .p1{}
.boke  .box .a1 .tbox .p2{}
.boke  .box .a1 .tbox .p3{}
.boke  .box .a1:hover{}
    .jjll{}
.jjll .pt{}
.jjll .box{}
.jjll .box .line{
    padding-left: 0.2rem;
}
.jjll .box .line .icon{}
.jjll .box .line .p1{}
    .hzhb{}
.hzhb .pt{}
.hzhb .hzhblb{}
.hzhb .hzhblb .imgbox{}
.hzhb .hzhblb .imgbox .icon{}
    .formbox{}
.formbox .line{}
.formbox .line .p1{}
.formbox .line .p1 span{}
.formbox .line .input1{}
.formbox .line .input2{}
.formbox .submit{}
    .nybanner{
    height: 4rem;
}
.nybanner .icon{}
.nybanner .tbox{}
.nybanner .tbox .p1{}
.nybanner .tbox .p2{}
.nybanner .tbox .p3{}
    .navbox .navlist .nav:hover::after{
        width: 0%;
    }
    .navbox .navlist .nav.this{}
    .navbox .navlist .nav.this::after{
      width: 0;;
    }
    .wap{display: flex;width: 0.5rem;height: 0.5rem;justify-content: center;align-items: center;border-radius: 0.1rem;margin-right: 0.2rem;transform: rotate(90deg);}
    .wap .line{
        width: 2px;
        height: 100%;
        background: #333;
        margin: 10%;
    }
    .headxf{}
    .head{
    height: 1rem;
}
    .head .logo-wrap{}
    .head .logo-wrap .logoimg{}
    .navbox{
    position: fixed;
    top: -100%;
    z-index: 110;
    background: rgba(0,0,0,0.7);
    width: 100%;
    left: 0;
    align-items: flex-start;
    transition: all 0.3s;
}
    .navbox .navlist{
    width: 100%;
    flex-direction: column;
    background: #fff;
    height: auto;
    gap: 0;
}
    .navbox .navlist .nav{
    width: 100%;
    margin: 0.15rem 0;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.3rem;
    flex-wrap: wrap;
}
    .navbox .navlist .nav .a1{
    font-size: 0.28rem;
    color: #666;
    width: 50%;
    justify-content: flex-start;
}
    .navbox .navlist .nav .downimg{
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/down2.png);
    background-size: 100% 100%;
}
    .navbox .navlist .nav .downimg .icon{
    width: 0.3rem;
    filter: grayscale(100%);
}
    .navbox .navlist .nav .erji{
    position: unset;
    width: 100%;
    margin-top: 0.2rem;
}
    .navbox .navlist .nav .erji .a2{
    font-size: 0.26rem;
}
.navbox .navlist .nav:hover .downimg{    transform: rotate(0deg);}
.navbox .navlist .nav:hover .erji{display: none;}
    .navbox .navlist .nav.this{}
    .navbox .navlist .nav.this .a1{}
    .navbox .navlist .nav.this .downimg{    transform: rotate(180deg);}
    .navbox .navlist .nav.this .downimg .icon{}
    .navbox .navlist .nav.this .erji{display: flex;}
    .navbox .navlist .nav.this .erji .a2{
    font-size: 0.26rem;
}
    
    .lgbox{}
    .lgbox .sousuo{
    height: 0.55rem;
    width: 2.55rem;
}
    .lgbox .sousuo .seach_t{
    font-size: 0.22rem;
    width: 2rem;
}
    .lgbox .sousuo .seach_s{
    width: 0.55rem;
    height: 0.55rem;
    background-size: 0.36rem;
}
    .lgbox .lgurl{
    width: 0.55rem;
    height: 0.55rem;
    margin-left: 0.2rem;
}
    .lgbox .lgurl .icon{}
    .w1296{width: 96%;}
  
    .up-down{
    }
    .up-down .fy{
    }
    .up-down .fy a{font-size: 0.28rem;}
    .up-down .fy a:hover{color: var(--hoverfont);}
}
@media only screen and (min-width: 751px) and (max-width: 1400px) {
    .w1296{width: 990px;}
    .m1400-w990{width: 990px;}
    .m1400-w1200{width: 1200px;}

}
@media only screen and (min-width: 751px){

}
.jvectormap-zoomin, .jvectormap-zoomout{display: none;}