*{ 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{
    width: 100%;
    }
.arcbody * {
    line-height: 180%;
    max-width: 100%;
}
.arcbody img {
    width: auto;
    max-width: 100%;
    margin: 0.15rem 0 0;
    height: auto!important;
}
.arcbody p{}
.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%;display: flex;justify-content: center;align-items: center;z-index: 100;}
.head{
    height: 1rem;
    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;
    height: 100%;
}
.head .logo-wrap .logoimg{
    width: 1.64rem;
    max-height: 100%;
}
.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-left: 0.6rem;
    height: 100%;
    color: #fff;
}
.navbox .navlist .nav .a1{
    color: inherit;
    font-size: 0.22rem;
    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%;
    background: rgba(0,0,0,0.4);
    box-sizing: border-box;
    width: max-content;
}
.navbox .navlist .nav .erji .a2{
    flex: none;
    font-size: 0.16rem;
    color: #fff;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    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: #fff;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);}

.yuyan{
    background: transparent;
    color: #fff;
    border: 0;
    margin-left: 1rem;
    font-size: 0.22rem;
}
.yuyan option{
    color: #333;
}
.banner{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .icon{
    width: 100%;
    height: 9.2rem;
    object-fit: cover;
}
.banner1 .icon{}
.banner2 .icon{
    height: 5.4rem;
}
.banner .ssbox{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.banner .ssbox .p1{
    font-size: 0.6rem;
    color: #fff;
    font-weight: 500;
}
.banner .ssbox .sousuo{
    width: 9.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border: 1px #fff solid;
    border-radius: 0.1rem;
    overflow: hidden;
    background: rgba(255,255,255,0.3);
    height: 0.64rem;
    margin-top: 0.6rem;
    max-width: 100%;
}
.banner .ssbox .sousuo .seach_s{
    width: 1.6rem;
    height: 100%;
    background: #0079B2;
    background-image: url(../img/ss.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.22rem;
    cursor: pointer;
}
.banner .ssbox .sousuo .seach_t{
    color: #fff;
    font-size: 0.22rem;
    height: 100%;
    background: transparent;
    flex: 1;
    text-indent: 0.2rem;
}

.banner .ssbox .sousuo .seach_t::placeholder {
    color: #fff; /* å ä½ç¬¦æ–‡æœ¬è‰² */
  }
  .order{
    width: 16rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0.8rem 0 1.4rem;
}
  .order .pt{
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.6rem;
}
  .order .box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 0 0.28rem #DCDCDC33;
}
  .order .box .isno{
    margin: 2.2rem 0;
}
.headxf.isxf{
    background: rgba(0,0,0,0.8);
}
.banner .ssbox .p2{
    font-size: 0.22rem;
    color: #fff;
    margin-top: 0.15rem;
    text-align: center;
}

.bdbox{
    width: 14rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    margin: 0.8rem 0 1.4rem;
}
.bdbox .pt1{
    font-size: 0.36rem;
    font-weight: bold;
}
.bdbox .pt2{
    font-size: 0.18rem;
    margin-top: 0.1rem;
}
.bdbox .box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.6rem;
}
.bdbox .box .line{
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.45rem;
    box-sizing: border-box;
    border: 1px #E5E5E5 solid;
    border-radius: 0.05rem;
    overflow: hidden;
    height: 0.72rem;
    background: #fff;
}
.bdbox .box .line .imgbox{
    width: 0.72rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px #E5E5E5 solid;
}
.bdbox .box .line .imgbox .icon{
    max-width: 60%;
}
.bdbox .box .line .input1{
    height: 100%;
    flex: 1;
    color: #ADADAD;
    font-size: 0.18rem;
    text-indent: 0.2rem;
}
.bdbox .submit{
    width: 5rem;
    height: 0.72rem;
    background: #368DCC;
    font-size: 0.28rem;
    color: #fff;
    border-radius: 0.05rem;
    margin-top: 0.3rem;
    cursor: pointer;
}
#code{
    width: 1.7rem;
    height: 100%;
    font-size: 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}

.qabox{
    width: 12.5rem;
    max-width: 94%;
    margin: 0.8rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.qabox .list{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.qabox .list .p1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.2rem;
}
.qabox .list .p1 .imgbox{
    background: #0D62C9;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.05rem;
}
.qabox .list .p1 .imgbox .icon2{
    width: 0.17rem;
}
.qabox .list .p1 p{
    font-size: 0.22rem;
    font-weight: bold;
    margin-left: 0.1rem;
}
.qabox .list .p2{
    font-size: 0.18rem;
    margin-left: 0.35rem;
    margin-bottom: 0.4rem;
}

.innews{
    width: 16rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0 1.2rem;
}
.innews .pt{
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.innews .box{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    box-shadow: 0.1rem 0.1rem 0.2rem #BFCAD533;
}
.innews .box .a1{
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: 1px #F1F1F1 solid;
}
.innews .box .a1:nth-last-of-type(1){
    border: 0;
}
.innews .box .a1 .p1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.16rem;
    color: #626262;
    margin-bottom: 0.3rem;
}
.innews .box  .a1 .p1 .icon{
    width: 0.16rem;
    margin-right: 0.1rem;
}
.innews .box .a1 .p2{
    font-size: 0.24rem;
    font-weight: bold;
    color: #202020;
    margin-bottom: 0.4rem;
}
.innews .box .a1 .p3{
    width: 1.8rem;
    height: 0.54rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    background: #F6F8FB;
    color: #626262;
    border-radius: 0.5rem;
    margin-bottom: 0.8rem;
}
.innews .box .a1 .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.innews .box .a1 .imgbox .icon2{
    width: 100%;
} 
.innews .box .a1:hover{}
.innews .box .a1:hover .p1{}
.innews .box  .a1:hover .p1 .icon{}
.innews .box .a1:hover .p2{}
.innews .box .a1:hover .p3{
    background: #00689F;
    color: #fff;
}
.innews .box .a1:hover .imgbox{}
.innews .box .a1:hover .imgbox .icon2{} 

.nynav{
    width: 16rem;
    max-width: 96%;
    gap: 0.6rem;
    border-bottom: 1px #AAB9C0 solid;
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
    -ms-overflow-style: none;  /* IE å’Œ Edge */
    scrollbar-width: none;  /* Firefox */
}
.nynav .a1{
    font-size: 0.22rem;
    position: relative;
    flex: none;
    color: #5F6F78;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.2rem;
}
.nynav .a1::after{content: '';width: 0;height: 0.1rem;background: #0079B2;transition: all 0.3s;position: absolute;bottom: 0;border-radius: 0.5rem;}
.nynav .a1:hover{}
.nynav .a1:hover::after{content: '';width: 100%;}
.nynav .a1.this{
    color: #0079B2;
}
.nynav .a1.this::after{content: '';width: 100%;}

.serverbox{
    width: 16rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.8rem;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
}
.serverbox .left{
    width: 9.8rem;
}
.serverbox .left .p1{
    font-size: 0.36rem;
    font-weight: bold;
}
.serverbox .left .p2{
    font-size: 0.22rem;
    margin-top: 0.5rem;
}
.serverbox .box2{
    width: 5.8rem;
    box-shadow: 0 0 0.28rem #DCDCDC33;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.8rem;
    font-size: 0.3rem;
    text-align: center;
    border-radius: .1rem;
    font-weight: bold;
}

.inlist{
    width: 16rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.inlist .pt{
    font-size: 0.36rem;
    font-weight: bold;
}
.inlist .box{
    width: 100%;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.4rem;
}
.inlist .box .list{
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    box-shadow: 0 0.02rem 0.1rem #0E3C691A;
    margin-bottom: 0.3rem;
}
.inlist .box .list .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.inlist .box .list .imgbox .icon{
    width: 100%;
}
.inlist .box .list .p1{
    width: 90%;
    margin: 0.3rem 0 0.2rem;
    font-size: 0.24rem;
    font-weight: bold;
}
.inlist .box .list .p2{
    margin-bottom: 0.2rem;
    width: 90%;
    font-size: 0.18rem;
}
.inlist .pt2{font-size: 0.18rem;}
.inlist .box .list .a1{
    width: 1.8rem;
    height: 0.54rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    background: #F6F8FB;
    color: #626262;
    border-radius: 0.5rem;
    margin-right: auto;
    margin-left: 5%;
    margin-bottom: 0.2rem;
}
.inlist .box .list .a1:hover{
    background: #368DCC;
    color: #fff;
}
.inlist .more{
    width: 3.45rem;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #0079B2 solid;
    border-radius: 0.05rem;
    color: #0079B2;
    font-size: 0.2rem;
    margin-top: 0.4rem;
}
.inlist .more:hover{
    background: #0079B2;
    color: #fff;
}
.sbox2{
    width: 16rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.8rem;
}
.sbox2 .pt{
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
}
.sbox2 .box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
}
.sbox2 .box .list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 3.1rem;
}
.sbox2 .box .list .imgbox{}
.sbox2 .box .list .imgbox .icon{}
.sbox2 .box .list .p1{
    font-size: 0.26rem;
    color: #2C2F40;
    font-weight: bold;
    margin-top: 0.2rem;
}

.ap{
    width: 16rem;
    max-width: 94%;
    display: flex;
    flex-wrap: wrap;
    margin: 0.8rem 0;
    justify-content: space-between;
}
.ap .pt{
    width: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.ap .p2{
    width: 49%;
    background: #fff;
    box-sizing: border-box;
    padding: 0.65rem 0.4rem;
    font-size: 0.28rem;
    border-radius: 0.1rem;
}

.footbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #2D78A0;
}
.footbox .foot{
    width: 16rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0.6rem 0;
}
.footbox .foot .box1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footbox .foot .box1 .a1{
    margin-bottom: 0.2rem;
}
.footbox .foot .box1 .a1 .icon{
    width: 1.64rem;
}
.footbox .foot .line{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.2rem;
}
.footbox .foot .line .icon{
    width: 0.3rem;
    margin-right: 0.1rem;
}
.footbox .foot .line .p1{
    font-size: 0.16rem;
    color: #fff;
}
.footbox .foot .fnav{
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}
.footbox .foot .fnav .list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footbox .foot .fnav .list .a1{
    font-size: 0.18rem;
    color: #fff;
    margin-bottom: 0.2rem;
}
.footbox .foot .fnav .list .a2{
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.1rem;
}
.copyright{
    width: 100%;
    background: #103F58;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0.1rem 0;
    gap: 0.2rem;
}
.copyright .p1{
    color: #fff;
    opacity: 0.5;
    font-size: 0.14rem;
}
.about{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(45, 120, 160, 0.1);
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
.about .box{
    width: 16rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.6rem;
    position: relative;
    max-width: 94%;
}
.about .box .pt{
    font-size: 0.82rem;
    color: transparent;
    -webkit-text-stroke: 1px rgba(45, 120, 160, 1); /* è¯­æ³•ï¼šæè¾¹å®½åº¦ æè¾¹é¢œè‰² */
    text-stroke: 1px rgba(45, 120, 160, 1);
    font-weight: bold;
}
.about .box .tbox{
    width: 7.7rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(45, 120, 160, 0.3);
    box-sizing: border-box;
    padding: 0.8rem 0.6rem;
    border-radius: 0 0 30% 0;
}
.about .box .tbox .p1{
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.about .box .tbox .p2{
    font-size: .22rem;
}
.about .box .tbox .a1{
    font-size: 0.24rem;
    margin-top: .4rem;
    margin-bottom: 1.5rem;
}
.about .box .tbox .a1 .icon{}
.about .box .list{
    width: 12.5rem;
    position: absolute;
    bottom: -0.8rem;
    background: #fff;
    box-shadow: 0 0 0.28rem rgba(220, 220, 220, 0.2);
    display: flex;
    justify-content: space-between;
    height: 2.2rem;
    border-radius: 1.5rem 0 0 0;
    max-width: 100%;
}
.about .box .list .l{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about .box .list .l .p1{
    font-size: 0.48rem;
    font-weight: bold;
    color: rgba(45, 120, 160, 1);
}
.about .box .list .l .p2{
    font-size: 0.18rem;
    color: rgba(102, 102, 102, 1);
    margin-top: 0.2rem;
}
.about2{
    width: 16rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    position: relative;
    max-width: 94%;
}
.about2 .pt{
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.about2 .prev1{
    width: 0.63rem;
    height: 0.42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    background-image: url(../img/jt3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.24rem;
    left: -0.3rem;
    box-shadow: 0px 4px 4px 0px rgba(219, 235, 244, 0.43);
    }
.about2 .next1{
    width: 0.63rem;
    height: 0.42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    background-image: url(../img/jt2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.24rem;
    right: -0.3rem;
    box-shadow: 0px 4px 4px 0px rgba(219, 235, 244, 0.43);
}
.about2 .prev1::after{ display: none;}
.about2 .next1::after{
    display: none;
}

.lb1{
    width: 100%;
    padding: 0.2rem 0;
}
.lb1 .box{
    cursor: pointer;
    width: 100%;
    border-radius: 0.1rem;
    background: #fff;
    box-sizing: border-box;
    padding: 0.4rem 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 6px 14px 0px rgba(149, 149, 149, 0.16);
    background-image: url(../img/k1.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 2.69rem;
}
.lb1 .box .p1{
    color: rgba(51, 51, 51, 1);
    font-size: 0.24rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.lb1 .box .p2{
    font-size: 0.16rem;
    color: #515151;
    line-height: 1.8;
    box-sizing: border-box;
    padding: 0 0.3rem;
}
.lb1 .box .imgbox{
    background: #fff;
    margin-top: 0.2rem;
    width: 100%;
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 6px 14px 0px rgba(149, 149, 149, 0.16);
}
.lb1 .box .imgbox .icon{max-height: 65%;}
.lb1 .box .imgbox .icon2{
    display: none;
    max-height: 65%;
}
.lb1 .box:hover{background: rgba(45, 120, 160, 1);background-image: url(../img/k2.png);background-repeat: no-repeat;background-position: right top;background-size: 2.69rem;}
.lb1 .box:hover .p1{
    color: #fff;
}
.lb1 .box:hover .p2{
    color: #fff;
}
.lb1 .box:hover .imgbox{}
.lb1 .box:hover .imgbox .icon{
    display: none;
}
.lb1 .box:hover .imgbox .icon2{
    display: flex;
}


.about2 .pt2{
    font-size: 0.22rem;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-bottom: 0.6rem;
}
.lb2{
    width: 100%;
    padding-bottom: 0.2rem;
}
.lb2 .box{
    width: 100%;
    position: relative;
    padding-bottom: 0.6rem;
}
.lb2 .box .icon{
    width: 100%;
}
.lb2 .box .tbox{
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0.7rem;
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(191, 202, 213, 0.2);
    box-sizing: border-box;
    padding: 0.4rem;
    width: 4.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 4.6rem;
}
.lb2 .box .tbox .p1{
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.lb2 .box .tbox .p2{
    font-size: 0.18rem;
}
.lb2 .swiper-pagination{
    width: auto;
    left: 25%;
    bottom: 8%;
}
.lb2 .prev2{
    width: 0.8rem;
    height: 0.5rem;
    background: rgba(0,0,0,0.7);
    background-image: url(../img/jt4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.24rem;
    left: 15%;
}
.lb2 .next2{
    width: 0.8rem;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.7);
    background-image: url(../img/jt5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.24rem;
    right: 15%;
}
.lb2 .prev2::after{
    display: none;
}
.lb2 .next2::after{
    display: none;
}
.lb2 .prev2:hover{
    background-color: rgba(0, 104, 159, 1);
}
.lb2 .next2:hover{
    background-color: rgba(0, 104, 159, 1);
}
.lb2 .prev2:hover::after{}
.lb2 .next2:hover::after{}

.about2 .box2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.about2 .box2 .list2{
    width: 32%;
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(191, 202, 213, 0.2);
    margin-bottom: 0.4rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.3rem 0.24rem;
}

.about2 .box2 .list2 .p1{
    font-size: 0.26rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.about2 .box2 .list2 .p2{
    font-size: 0.18rem;
    color: rgba(37, 37, 37, 1);
}
.about2 .box2 .list2 .p3{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.36rem;
    color: rgba(0, 104, 159, 1);
    font-weight: bold;
    background: rgba(246, 252, 255, 1);
    width: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem 0 0 0;
    height: 0.7rem;
}
.about2 .box2 .list2:hover{
    background: rgba(0, 104, 159, 1);
}

.about2 .box2 .list2:hover .p1{
    color: #fff;
}

.about2 .box2 .list2:hover .p2{
    color: #fff;
}
.about2 .box2 .list2:hover .p3{}
/***************/
@media only screen and (max-width: 1201px) {
    .about2 .box2{}

.about2 .box2 .list2{
    width: 48%;
}

.about2 .box2 .list2 .p1{}

.about2 .box2 .list2 .p2{}
.about2 .box2 .list2 .p3{}
.about2 .box2 .list2:hover{}

.about2 .box2 .list2:hover .p1{}

.about2 .box2 .list2:hover .p2{}
.about2 .box2 .list2:hover .p3{}
    
.about2 .pt2{}
.lb2{}
.lb2 .box{}
.lb2 .box .icon{}
.lb2 .box .tbox{
    height: 4rem;
}
.lb2 .box .tbox .p1{}
.lb2 .box .tbox .p2{}
.lb2 .swiper-pagination{}
.lb2 .prev2{
    left: 0;
}
.lb2 .next2{
    right: 0;
}
.lb2 .prev2::after{}
.lb2 .next2::after{}
.lb2 .prev2:hover{}
.lb2 .next2:hover{}
.lb2 .prev2:hover::after{}
.lb2 .next2:hover::after{}
    .about2{}
.about2 .pt{}
.about2 .prev1{
    left: 0;
}
.about2 .next1{
    right: 0;
}
.about2 .prev1::after{}
.about2 .next1::after{}

.lb1{}
.lb1 .box{}
.lb1 .box .p1{}
.lb1 .box .p2{
    font-size: 0.18rem;
}
.lb1 .box .imgbox{}
.lb1 .box .imgbox .icon{}
.lb1 .box .imgbox .icon2{}
.lb1 .box:hover{}
.lb1 .box:hover .p1{}
.lb1 .box:hover .p2{}
.lb1 .box:hover .imgbox{}
.lb1 .box:hover .imgbox .icon{}
.lb1 .box:hover .imgbox .icon2{}
    .about{}
.about .box{}
.about .box .pt{
    margin-left: 4%;
}
.about .box .tbox{}
.about .box .tbox .p1{}
.about .box .tbox .p2{}
.about .box .tbox .a1{}
.about .box .tbox .a1 .icon{}
.about .box .list{}
.about .box .list .l{}
.about .box .list .l .p1{}
.about .box .list .l .p2{}
    .footbox{}
.footbox .foot{
    flex-wrap: wrap;
}
.footbox .foot .box1{
    width: 100%;
    margin-bottom: 0.3rem;
}
.footbox .foot .box1 .a1{}
.footbox .foot .box1 .a1 .icon{}
.footbox .foot .line{}
.footbox .foot .line .icon{}
.footbox .foot .line .p1{
    font-size: 0.24rem;
}
.footbox .foot .fnav{
    gap: 0.3rem;
    display: none;
}
.footbox .foot .fnav .list{}
.footbox .foot .fnav .list .a1{
    font-size: 0.2rem;
}
.footbox .foot .fnav .list .a2{
    font-size: 0.18rem;
}
.copyright{}
.copyright .p1{
    font-size: 0.18rem;
}
    .ap{}
.ap .pt{}
.ap .p2{
    width: 100%;
    margin: 0.2rem 0;
}
    .sbox2{}
.sbox2 .pt{}
.sbox2 .box{
    gap: 0.5rem;
}
.sbox2 .box .list{}
.sbox2 .box .list .imgbox{}
.sbox2 .box .list .imgbox .icon{}
.sbox2 .box .list .p1{}
    .inlist .pt2{font-size: 0.18rem;}
.inlist .box .list .a1{}
.inlist .box .list .a1:hover{}
.inlist .more{}
.inlist .more:hover{}
    .inlist{}
.inlist .pt{}
.inlist .box{}
.inlist .box .list{
    width: 100%;
}
.inlist .box .list .imgbox{}
.inlist .box .list .imgbox .icon{}
.inlist .box .list .p1{}
.inlist .box .list .p2{}
    
.serverbox{}
.serverbox .left{}
.serverbox .left .p1{}
.serverbox .left .p2{}
.serverbox .box2{
    width: 100%;
}
    .nynav{}
.nynav .a1{}
.nynav .a1::after{content: '';}
.nynav .a1:hover{}
.nynav .a1:hover::after{content: '';}
.nynav .a1.this{}
.nynav .a1.this::after{content: '';}
    .innews{}
.innews .pt{}
.innews .box{
    flex-wrap: wrap;
}
.innews .box .a1{}
.innews .box .a1:nth-last-of-type(1){}
.innews .box .a1 .p1{
    font-size: 0.2rem;
}
.innews .box  .a1 .p1 .icon{
    width: 0.2rem;
}
.innews .box .a1 .p2{}
.innews .box .a1 .p3{}
.innews .box .a1 .imgbox{}
.innews .box .a1 .imgbox .icon2{} 
.innews .box .a1:hover{}
.innews .box .a1:hover .p1{}
.innews .box  .a1:hover .p1 .icon{}
.innews .box .a1:hover .p2{}
.innews .box .a1:hover .p3{}
.innews .box .a1:hover .imgbox{}
.innews .box .a1:hover .imgbox .icon2{} 
    .qabox{}
.qabox .list{}
.qabox .list .p1{}
.qabox .list .p1 .imgbox{}
.qabox .list .p1 .imgbox .icon2{}
.qabox .list .p1 p{}
.qabox .list .p2{}
    .bdbox{}
.bdbox .pt1{}
.bdbox .pt2{}
.bdbox .box{}
.bdbox .box .line{
    width: 100%;
}
.bdbox .box .line .imgbox{}
.bdbox .box .line .imgbox .icon{}
.bdbox .box .line .input1{}
.bdbox .submit{}
#code{}
    .banner .ssbox .p2{}
    .banner3 .icon{}
    .headxf.isxf{}
    .order{}
    .order .pt{}
    .order .box{}
    .order .box .isno{}
    .banner{}
.banner .icon{}
.banner1 .icon{}
.banner2 .icon{}
.banner .ssbox{
    max-width: 94%;
}
.banner .ssbox .p1{
    font-size: 0.45rem;
}
.banner .ssbox .sousuo{}
.banner .ssbox .sousuo .seach_s{}
.banner .ssbox .sousuo .seach_t{}
    
.yuyan{
    color: #666;
    font-size: 16px;
    margin: 0.2rem;
}
.yuyan option{}
    .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: #fff;
        margin: 10%;
    }
    .headxf{background: rgba(0,0,0,0.8);}
    .head{}
    .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;
}
    .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: 70%;
    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;}