*{ margin:0; padding:0}
@font-face {
    font-family:'alloy lnk' ;
    src: url('../font/Alloy\ Ink.ttf');
}
body { width:100%;margin:0 auto; font-size:14px; line-height:150%;color: #000;position:relative;letter-spacing: 0px;overflow-x: hidden;font-family: SourceHanSansCN, SourceHanSansCN;}
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{  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: fixed;top: 0;left: 0;width: 100%;background: transparent;display: flex;justify-content: center;align-items: center;z-index: 100;}
.head{
    height: 0.96rem;
    width: 12rem;
    max-width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.head .logo-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    font-weight: bold;
    position: absolute;
    left: 0;
}
.head .logo-wrap .logoimg{
    width: 0.62rem;
    margin-right: 0.2rem;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbox .navlist{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbox .navlist .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 0.2rem;
    height: 100%;
    color: #000;
}
.navbox .navlist .nav .a1{
    color: inherit;
    font-size: 0.18rem;
    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;
    flex-direction: column;
    top: 100%;
    left: 0;
    background: rgba(0,0,0,0.4);
    box-sizing: border-box;
    width: max-content;
}
.navbox .navlist .nav .erji .a2{
    flex: none;
    font-size: .3rem;
    color: #fff;
    box-sizing: border-box;
    padding: 0.18rem 0.5rem;
    width: 100%;
    transition: all 0.3s;
}

.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{background: rgba(1, 34, 127, 1);}
.navbox .navlist .nav::after{content: '';width: 0;height: 0.03rem;background: #E8B644FF;position: absolute;border-radius: 0.5rem;transition: all 0.3s;bottom: .2rem;}
.navbox .navlist .nav:hover::after{
    width: 105%;
}
.navbox .navlist .nav.this{}
.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);}

.bsi{
    width: 10.26rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.6rem;
}
.bsi .p1{
    font-size: 0.72rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0.02rem 0.07rem #e6bd00;
    font-family: SourceHanSansCN, SourceHanSansCN;
}
.bsi .p2{
    font-size: 0.2rem;
    text-align: center;
    color: #987802FF;
    width: 9.55rem;
    max-width: 94%;
    margin-top: 0.3rem;
}
.bsi .icon{
    width: 2.8rem;
    margin: 0.2rem 0 -0.9rem;
    z-index: 1;
}
.about{
    margin-top: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 10.26rem;
    max-width: 94%;
    padding-bottom: 0.5rem;
}
.about .p1{
    color: #2F80D6FF;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
    opacity: 0.6;
    position: absolute;
    top: 0;
    line-height: 1;
}
.about .p2{
    color: #D4F8FFFF;
    font-size: 0.48rem;
    font-weight: bold;
    margin-top: 0.67rem;
}
.about .p3{
    font-size: 0.18rem;
    color: #fff;
    line-height: 2.2;
    width: 94%;
    margin-top: 0.4rem;
}
.about .p4{
    font-size: 1.64rem;
    color: #fff;
    font-family: alloy lnk;
    margin: 0 auto 0 -0.5rem;
}
.headxf.isxf{background-color: #fff;box-shadow: 0 0 0.1rem #ebebeb;}

.news{
    width: 10.26rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 94%;
    margin: 1.2rem 0;
}
.news .ptitle{
    width: 8.46rem;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #4994E4FF;
    max-width: 100%;
}
.news .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.news .box .a1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.news .box .a1 .p1{
    font-size: 0.24rem;
    color: #2D74BFFF;
    margin-bottom: 0.2rem;
}
.news .box .a1 .imgbox{
    width: 2.8rem;
    height: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news .box .a1 .imgbox .icon{
    width: 100%;
    height: 100%;
}

.foot{
    width: 10.26rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0.4rem 0;
}
.foot .a1{
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
}
.foot .line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.1rem;
}
.foot .line .lxbox{
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.15rem;
    cursor: pointer;
}
.foot .line .lxbox .icon{
    max-width: 90%;
}
.foot .line .lxbox .p1{
    display: none;
}
.foot .line .lxbox.this .p1{
    display: flex;
    position: absolute;
    background: #fff;
    width: max-content;
    border-radius: 0.1rem 0.1rem 0.1rem 0;
    box-sizing: border-box;
    padding: 0.05rem 0.2rem;
    left: 0;
    bottom: 0.3rem;
    font-size: 0.14rem;
}

.contact{
    width: 10.26rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.7rem;
    position: relative;
    max-width: 94%;
}
.contact .p1{
    position: absolute;
    top: 0;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.2;
}
.contact .p2{
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
    margin-top: 0.4rem;
    text-transform: uppercase;
}
.contact .p3{
    width: 9.6rem;
    max-width: 94%;
    font-size: 0.18rem;
    color: #916708FF;
    line-height: 2.2;
    margin-top: 0.4rem;
}
.contact .a1{
    width: 1.42rem;
    height: 0.42rem;
    background: #D49300FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.06rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 0.16rem;
    color: #fff;
}
.contact .icon{
    width: 1.4rem;
    margin-bottom: -0.8rem;
    z-index: 1;
}

.lxwm{
    width: 10.26rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 94%;
    margin: 1.6rem 0 2.4rem;
}
.lxwm .ptitle{
    font-size: 0.48rem;
    color: #D49300FF;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.8rem;
}
.lxwm .box{
    width: 6rem;
    height: 1.34rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.15rem;
}
.lxlist{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin: 0 0.2rem;
}
.lxlist .imgbox{width: 0.3rem;height: 0.3rem;display: flex;justify-content: center;align-items: center;}
.lxlist .imgbox .icon{
    max-width: 94%;
}
.lxlist .p1{
    font-size: 0.12rem;
    color: #000;
    margin-top: 0.05rem;
}
.lxlist .p2{
    position: absolute;
    display: none;
}
.lxlist.this .p2{
    display: flex;
    width: max-content;
    background: #000;
    color: #fff;
    top: 0.6rem;
    border-radius: 0.05rem;
    padding: 0.05rem 0.2rem;
    font-size: 0.12rem;
}
.team{
    margin-top: 0.9rem;
}
.team .p1{
    font-size: 1.12rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0.02rem 0.07rem  #3184de;
    margin: 0.6rem 0;
}

.cbox{
    width: 10.8rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.8rem 0.35rem;
    margin: 0.6rem 0 1.2rem;
    max-width: 94%;
}
.cbox .clist{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
}
.cbox .clist .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cbox .clist .imgbox .icon{
    width: 100%;
}
.cbox .clist .p1{
    width: 90%;
    font-size: 0.14rem;
    color: #000;
    margin: 0.1rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cbox .clist .p2{
    width: 90%;
    font-size: 0.12rem;
    line-height: 1.6;
    margin-bottom: 0.2rem;
    color: #000;
}

.paybox{
    width: 10.26rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.8rem 0 1.8rem;
}
.paybox .p1{
    font-size: 0.48rem;
    color: #D49300FF;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.paybox .pbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.12rem;
}
.paybox .pbox .a1{
    width: 1.22rem;
    height: 0.42rem;
    background: #D49300FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.06rem;
    color: #fff;
    font-size: 0.16rem;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 2px #d49301 solid;
    cursor: pointer;
    position: relative;
}
.paybox .pbox .a1 .pt1{
    display: none;
    position: absolute;
    top: 0.5rem;
    background: #000;
    box-sizing: border-box;
    padding: 0.05rem;
    border-radius: 0.05rem;
    color: #fff;
}
.paybox .pbox .a1 .pt1 img{
    width: 2rem;
}
.paybox .pbox .a1:hover .pt1{
    display: flex;
}
.qabox{
    width: 12rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0.8rem 0;
}
.qabox .qalist{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0.15rem 0;
}
.qabox .qalist .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.qabox .qalist .line .p1{
    color: #fff;
    font-size: 0.18rem;
    flex: 1;
}
.qabox .qalist .line .opbtn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.3rem;
}
.qabox .qalist .line .opbtn .icon{
    width: 0.1rem;
    transition: all 0.3s;
}
.qabox .qalist .p2{
    display: none;
    font-size: 0.16rem;
    color: #fff;
    box-sizing: border-box;
    border: 2px #f3ce1b solid;
    width: 96%;
    padding: 0.15rem;
    border-radius: 0.15rem;
    margin-top: 0.1rem;
    margin-left: 2%;

}

.qabox .qalist.this{}
.qabox .qalist.this .line{}
.qabox .qalist.this .line .p1{}
.qabox .qalist.this .line .opbtn{}
.qabox .qalist.this .line .opbtn .icon{
    transform: rotate(90deg);
}
.qabox .qalist.this .p2{
    display: flex;
}

.paybox .input1{
    width: 5rem;
    height: 0.55rem;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 0.18rem;
    margin: 0.3rem 0;
}
.paybox .submit{
    background: #f2d92e;
    color: #fff;
    font-size: 0.2rem;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
    cursor: pointer;
}
.paybox  input[type="radio"]:checked + label {
    border: 2px #000 solid;

}
/***************/
@media only screen and (max-width: 1201px) {
.qabox{}
.qabox .qalist{}
.qabox .qalist .line{}
.qabox .qalist .line .p1{
    font-size: 0.28rem;
}
.qabox .qalist .line .opbtn{}
.qabox .qalist .line .opbtn .icon{
    width: 0.24rem;
}
.qabox .qalist .p2{
    font-size: 0.24rem;
}

.qabox .qalist.this{}
.qabox .qalist.this .line{}
.qabox .qalist.this .line .p1{}
.qabox .qalist.this .line .opbtn{}
.qabox .qalist.this .line .opbtn .icon{}
.qabox .qalist.this .p2{}
    .paybox{}
.paybox .p1{}
.paybox .pbox{}
.paybox .pbox .a1{}
    .cbox{
    grid-template-columns: 1fr 1fr;
}
.cbox .clist{}
.cbox .clist .imgbox{}
.cbox .clist .imgbox .icon{}
.cbox .clist .p1{
    font-size: 0.28rem;
}
.cbox .clist .p2{
    font-size: 0.22rem;
}
    .team{}
.team .p1{
    font-size: 0.9rem;
}
    .lxwm{}
.lxwm .ptitle{}
.lxwm .box{}
.lxlist{}
.lxlist .imgbox{
    width: 0.5rem;
    height: 0.5rem;
}
.lxlist .imgbox .icon{}
.lxlist .p1{
    font-size: 0.2rem;
}
.lxlist .p2{}
.lxlist.this .p2{
    top: 1rem;
    font-size: 0.2rem;
}
    .contact{}
.contact .p1{
    font-size: 1rem;
}
.contact .p2{
    margin-top: 0.15rem;
}
.contact .p3{
    font-size: 0.24rem;
}
.contact .a1{
    width: 2rem;
    height: 0.6rem;
    font-size: 0.2rem;
}
.contact .icon{}
    .foot{}
.foot .a1{
    font-size: 0.26rem;
}
.foot .line{}
.foot .line .lxbox{
    width: 0.4rem;
    height: 0.4rem;
}
.foot .line .lxbox .icon{}
.foot .line .lxbox .p1{
    font-size: 0.2rem;
}
.foot .line .lxbox.this .p1{
    font-size: 0.2rem;
    bottom: 0.5rem;
}
    .news{}
.news .ptitle{}
.news .box{
    flex-wrap: wrap;
}
.news .box .a1{
    width: 48%;
    margin: 0.2rem 0;
}
.news .box .a1 .p1{}
.news .box .a1 .imgbox{}
.news .box .a1 .imgbox .icon{}
    .about{}
.about .p1{}
.about .p2{}
.about .p3{}
.about .p4{
    margin: 0 auto 0 -0.2rem;
}
    .bsi{}
.bsi .p1{
    font-size: 0.5rem;
}
.bsi .p2{
    font-size: 0.24rem;
}
.bsi .icon{}
    .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: #000;
        margin: 10%;
    }
    .headxf{}
    .head{
    justify-content: space-between;
}
    .head .logo-wrap{
    position: unset;
}
    .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;
}
    .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);}
    .paybox .pbox .a1 .pt1{}
.paybox .pbox .a1 .pt1 img{}
.paybox .pbox .a1:hover .pt1{}
}
@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;}