*{ 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{
    margin-top: 0.2rem;
    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: 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.05rem #ebebeb;}
.head{
    height: 1rem;
    width: 14rem;
    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.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-left: 0.5rem;
    height: 100%;
}
.navbox .navlist .nav .a1{
    color: #333;
    font-size: 0.2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Helvetica;
}
.navbox .navlist .nav.this .a1{font-weight: bold;}
.navbox .navlist .nav .downimg{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
    width: 0.16rem;
    height: 0.12rem;
    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: #fff;
    box-sizing: border-box;
    width: max-content;
    box-shadow: 0 0 0.05rem #ebebeb;
}
.navbox .navlist .nav .erji .a2{
    flex: none;
    font-size: 0.16rem;
    color: #333;
    box-sizing: border-box;
    padding: 0.1rem 0.15rem;
    width: 100%;
    transition: all 0.3s;
}

.navbox .navlist .nav:hover{}
.navbox .navlist .nav:hover .a1{
    font-weight: bold;
}
.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);color: #fff;}
.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);}

.banner{
    width: 100%;
}
.banner .a1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .a1 .icon{
    width: 100%;
}
.banner .pagination1{
    height: 80%;
    top: 10%;
    width: 0.1rem;
    left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner .pagination1 .swiper-pagination-bullet{
    background: rgba(255,255,255,0.4);
    width: 0.08rem;
    height: 100%;
    border-radius: 0;
} 
.banner .pagination1 .swiper-pagination-bullet-active{
    background: #fff;
    border-radius: 0.5rem;
}
.nybanner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8.9rem;
    position: relative;
}
.nybanner .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nybanner .tbox{
    position: absolute;
    width: 14.2rem;
    display: flex;
    flex-direction: column;
    bottom: 1rem;
    max-width: 94%;
}
.nybanner .tbox .p1{
    font-family: Tahoma Bold;
    font-size: 0.83rem;
    color: #fff;
    font-weight: bold;
    width: 7.6rem;
    letter-spacing: 0;
    line-height: 1;
    max-width: 100%;
}
.nybanner .tbox .p2{
    font-family: Tahoma;
    font-size: 0.2rem;
    color: #FFFFFF;
    font-style: normal;
    margin-top: 0.3rem;
}

.about1{
    width: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0.8rem 0;
    max-width: 94%;
}
.about1 .p1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.72rem;
    color: #1D2C58;
    line-height: 1.2;
    text-align: center;
    font-style: normal;
}
.about1 .p2{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.8;
    text-align: center;
    font-style: normal;
    margin-top: 0.2rem;
}
.about1 .a1 .p3{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.26rem;
    color: #1D2C58;
    text-align: left;
    font-style: normal;
    margin-left: 0.2rem;
}
.about1  .a1{
    width: 3.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.75rem;
    border: 1px #D6D6D6 solid;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    transition: all 0.3s;
}
.about1 .a1 .jt{
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E2ECF8;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 0.07rem;
}
.about1 .a1 .jt .icon{
    width: 0.25rem;
}

.about1 .a1:hover .p3{}
.about1  .a1:hover{
    background: #E2ECF8;
    border-color: #E2ECF8;
}
.about1 .a1:hover .jt{}
.about1 .a1:hover .jt .icon{}

.hblb{
    width: 100%;
}
.hblb .swiper-slide{
    width: 3rem;
}
.hblb .box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.6rem;
}
.hblb .box .icon{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about2{
    width: 15.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.5rem;
    max-width: 94%;
}
.about2 .p1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.72rem;
    color: #1D2C58;
    line-height: 1.2;
    text-align: center;
    font-style: normal;
}
.about2 .p2{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.8;
    text-align: center;
    font-style: normal;
    margin-top: 0.2rem;
    width: 9.5rem;
    max-width: 100%;
}
.about2 .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}
.about2 .box .imgbox{
    width: 7rem;
}
.about2 .box .imgbox .icon{
    width: 100%;
}
.about2 .box .tbox{
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.about2 .box .tbox .p3{
    font-size: 0.34rem;
    color: #333;
    font-weight: 800;
    font-family: SourceHanSansSC, SourceHanSansSC;
}
.about2 .box .tbox .p4{
    font-size: 0.2rem;
    color: #4B5563;
    font-family: Tahoma;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.about2 .box .tbox .a1{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    margin-top: 0.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.about2 .box .tbox .a1 .s1{
    width: 0.45rem;
    height: 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    box-sizing: border-box;
    border: 1px #ebebeb solid;
    border-radius: 0.5rem;
}
.about2 .box .tbox .a1 .s1 .jt{
    width: 0.2rem;
}
.about2 .box .tbox .a1:hover .s1{
    background: #E2ECF8;
}
.about3{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    background: url(../img/bg2.png);
    height: 11.58rem;
    background-size: cover;
}
.about3 .p1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.72rem;
    color: #1D2C58;
    line-height: 1.2;
    font-style: normal;
    width: 15.2rem;
    max-width: 94%;
}
.about3 .p2{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.8;
    font-style: normal;
    margin-top: 0.2rem;
    width: 15.2rem;
    max-width: 94%;
}
.about3 .qhbox{
    position: absolute;
    right: 2rem;
    top: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
}
.about3 .qhbox .prev1{
    width: 0.75rem;
    height: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #e1dfdf solid;
    border-radius: 50%;
    background-image: url(../img/jt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.25rem;
}
.about3 .qhbox .prev1::after{
    display: none;
}
.about3 .qhbox .next1{
    width: 0.75rem;
    height: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #e1dfdf solid;
    border-radius: 50%;
    background-image: url(../img/jt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.25rem;
    transform: rotate(180deg);
}
.about3 .qhbox .next1::after{
    display: none;
}

.about3 .lslb{
    margin-top: 1.5rem;
    width: 100%;
}
.about3 .lslb .swiper-slide{
    width: 33.33%;
}
.about3 .lslb .box{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.about3 .lslb .box .pt1{
    width: 100%;
    border-bottom: 1px #333 solid;
    font-size: 0.28rem;
    text-align: center;
    font-weight: bold;
    color: #333;
    padding-bottom: 0.3rem;
    margin-bottom: 0.2rem;
}
.about3 .lslb .box .pt2{
    font-family: Tahoma;
    font-size: 0.2rem;
    color: #4B5563;
    width: 3.3rem;
    text-align: center;
}
.about4{
    width: 15.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1.5rem 0;
    max-width: 94%;
}
.about4 .p1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.72rem;
    color: #1D2C58;
    line-height: 1.2;
    text-align: center;
    font-style: normal;
}
.about4 .p2{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.8;
    text-align: center;
    font-style: normal;
    margin-top: 0.2rem;
    width: 6.5rem;
    max-width: 100%;
}
.about4 .box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}
.about4 .box .list{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem 0;
}
.about4 .box .list .pt1{
    background: url(../img/kuang.png);
    width: 2.34rem;
    height: 1.19rem;
    font-size: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.17rem;
    text-align: center;
    background-size: 100% 100%;
}

.about{
    width: 100%;
    background: url(../img/bg1.png);
    background-size: cover;
    height: 14.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem;
}
.about .box{
    width: 15.2rem;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    align-items: flex-start;
    max-width: 94%;
    flex-wrap: wrap;
}
.about .box .tbox{
    width: 8.4rem;
}
.about .box .tbox .p1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.83rem;
    color: #1D2C58;
    line-height: 1.1;
}
.about .box .tbox .p2{
    font-family: Tahoma;
    font-size: 0.2rem;
    color: #4B5563;
    margin-top: 0.2rem;
}
.about .box .tbox .line{display: flex;flex-wrap: wrap;margin-top: 0.5rem;gap: 0.2rem 0.5rem;}
.about .box .tbox .line .icon{
    height: 0.42rem;
}
.about .box .tbox .a1{
    width: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.75rem;
    border: 1px #D6D6D6 solid;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    transition: all 0.3s;
}
.about .box .tbox .a1 .p3{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.26rem;
    color: #1D2C58;
    text-align: left;
    font-style: normal;
    margin-left: 0.2rem;
}
.about .box .tbox .a1 .jt{
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E2ECF8;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 0.07rem;
}
.about .box .tbox .a1 .jt .icon{
    width: 0.25rem;
}
.about .box .tbox .a1:hover{
    background: #E2ECF8;
    border-color: #E2ECF8;
}
.about .box .tbox .a1 .p3{}
.about .box .tbox .a1 .jt{}
.about .box .tbox .a1 .jt .icon{}
.about .box .shuju{
    width: 6.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.8rem;
    gap: 0.8rem;
}
.about .box .shuju .line{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about .box .shuju .line .p1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.72rem;
    color: #10B981;
    line-height: 1.2;
}
.about .box .shuju .line .p2{
    font-family: Tahoma;
    font-size: 0.14rem;
    color: #6B7280;
    text-align: center;
}
.nybox{
    width: 15.2rem;
    max-width: 94%;
    border-bottom: 1px #494e59 solid;
    padding-bottom: 1rem;
    margin-top: 1rem;
}
.nybox .p1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.83rem;
    color: #1D2C58;
}
.nybox .p2{
    width: 8rem;
    max-width: 100%;
    margin-left: auto;
    font-family: Tahoma;
    font-size: 0.22rem;
    color: #4B5563;
}
.newsbox{
    width: 15.2rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.newsbox .a1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.9rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px #ebebeb solid;
    flex-wrap: wrap;
}
.newsbox .a1 .tbox{
    width: 7.6rem;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
.newsbox .a1 .tbox .p1{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.35rem;
    color: #333333;
    margin-top: 0.2rem;
}
.newsbox .a1 .tbox .p2{
    font-family: Tahoma;
    font-size: 0.22rem;
    color: #4B5563;
    margin-top: 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsbox .a1 .tbox .p3{
    width: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.75rem;
    border: 1px #D6D6D6 solid;
    border-radius: 0.5rem;
    margin-top: auto;
    transition: all 0.3s;
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.26rem;
    color: #1D2C58;
    text-align: left;
    font-style: normal;
}
.newsbox .a1 .tbox .p3 .icon{
    width: 0.25rem;
    margin-left: 0.3rem;
}
.newsbox .a1 .tbox .p3:hover{
    background: #E2ECF8;
    border-color: #E2ECF8;
}
.newsbox .a1 .imgbox{
    width: 6.78rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.3rem;
    border-radius: 0.2rem;
    overflow: hidden;
}
.newsbox .a1 .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    gap: 0.1rem;
    margin-bottom: 1rem;
}
.page .active{}
.page .total{}

.newshow{
    width: 14.2rem;
    max-width: 94%;
    margin-left: -1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #494E59;
    flex-wrap: wrap;
}
.newshow .left{
    width: 9.55rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}
.newshow .left .ptime{
    font-family: Tahoma;
    font-size: 0.22rem;
    color: #4B5563;
    width: 100%;
}
.newshow .left .ptitle{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.4rem;
    color: #1D2C58;
    width: 100%;
    margin-top: 0.1rem;
}
.newshow .left .arcbody{
    border-top: 2px solid #494E59;
    padding-top: 0.4rem;
}
.newshow .left .box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6F6F6;
    height: 1.6rem;
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
}
.newshow .left .box .back{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.newshow .left .box .back .icon{
    width: 0.32rem;
    margin-bottom: 0.1rem;
}
.newshow  .right{
    width: 3.86rem;
    background: #F6F6F6;
    box-sizing: border-box;
    padding: 0.3rem;
    border-radius: 0.05rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.newshow  .pt{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.28rem;
    color: #333333;
}
.newshow   .a1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px #ebebeb solid;
}
.newshow   .a1 .p1{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
}
.newshow   .a1 .p2{
    font-family: Tahoma;
    font-size: 0.14rem;
    color: #4B5563;
    margin-top: 0.1rem;
}
.solution{
    width: 15.2rem;
    margin: 1rem 0;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.solution .left{
    width: 5.34rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.solution .left .p1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.83rem;
    color: #1D2C58;
    line-height: 1;
}
.solution .left .p2{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    width: 3.75rem;
    margin-top: 0.3rem;
}
.solution .right{
    width: 8.36rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
}
.solution .right .p1{
    font-family: Tahoma;
    font-size: 0.16rem;
    color: #4B5563;
    line-height: 1.8;
}
.solution .right .a1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.26rem;
    color: #1D2C58;
    border: 1px #D6D6D6 solid;
    border-radius: 0.5rem;
    box-sizing: border-box;
    padding: 0.05rem 0.05rem  0.05rem  0.2rem;
    margin-top: 0.5rem;
    transition: all 0.3s;
}
.solution .right .a1:hover{
    background: #e2ecf8;
    border-color: #e2ecf8;
}
.solution .right .a1 .icon{
    width: 0.6rem;
    margin-left: 0.1rem;
}
.solution2{
    background: #E5E6EF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solution2 .box{
    width: 15.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1.2rem 0;
    max-width: 94%;
    flex-wrap: wrap;
}
.solution2 .box .tbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 5.34rem;
}
.solution2 .box .tbox .p1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.83rem;
    color: #1D2C58;
    line-height: 1;
    margin-top: 0.5rem;
}
.solution2 .box .tbox .p2{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    margin-top: 0.4rem;
    line-height: 1.8;
}
.solution2 .box .imgbox {
    width: 9.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}
.solution2 .box .imgbox .icon{
    width: 100%;
}
.solution3{
    width: 15.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 94%;
    margin: 1rem 0;
}
.solution3 .tbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 5.35rem;
}
.solution3 .tbox .p1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.83rem;
    color: #1D2C58;
    line-height: 1;
}
.solution3 .tbox .p2{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    width: 3.73rem;
    line-height: 1.8;
    margin-top: 0.2rem;
}

.solution3 .box{
    width: 100%;
    display: flex;
    gap: 0.2rem;
    margin-top: 0.4rem;
}
.solution3 .box .list{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.2rem;
    overflow: hidden;
}
.solution3 .box .list .icon{
    width: 100%;
}
.solution3 .box .list .p1{
    position: absolute;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.28rem;
    color: #FFFFFF;
    bottom: 0.2rem;
    left: 0.4rem;
}

.solution4{
    width: 15.2rem;
    margin: 1rem 0;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.solution4 .pt{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.83rem;
    color: #1D2C58;
}
.solution4 .yylb{
    width: 100%;
    margin-top: 0.3rem;
}
.solution4 .yylb .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.solution4 .yylb .box .imgbox{
    width: 6.78rem;
    height: 4.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.2rem;
    overflow: hidden;
}
.solution4 .yylb .box .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solution4 .yylb .box .tbox{
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.solution4 .yylb .box .tbox .p1{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 800;
    font-size: 0.34rem;
    color: #333333;
}
.solution4 .yylb .box .tbox .p2{
    font-family: Tahoma;
    font-size: 0.16rem;
    color: #4B5563;
    margin: 0.1rem 0;
}
.solution4 .yylb .box .tbox .p3{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.1rem 0.2rem;
}
.solution4 .yylb .box .tbox .p3 .tag{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    border: 1px #ebebeb solid;
    border-radius: 0.5rem;
    padding: 0.1rem 0.2rem;
}

.solution4 .yylb .next1{
    bottom: 0;
    top: auto;
    width: 0.75rem;
    height: 0.75rem;
    border: 1px #ebebeb solid;
    border-radius: 50%;
    left: 8.5rem;
    background-image: url(../img/jt.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.25rem;
}
.solution4 .yylb .next1::after{
    display: none;
}
.solution4 .yylb .prev1{
    bottom: 0;
    top: auto;
    width: 0.75rem;
    height: 0.75rem;
    border: 1px #ebebeb solid;
    border-radius: 50%;
    left: 7.5rem;
    background-image: url(../img/jt.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    background-size: 0.25rem;
}
.solution4 .yylb .prev1::after{
    display: none;
}

.downbox{
    width: 15.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 1rem 0;
    max-width: 94%;
}
.downbox .left{
    width: 5.23rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.downbox .left .pt{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.83rem;
    color: #1D2C58;
}
.downbox .left .box{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.3rem;
    border-left: 2px #ebebeb solid;
    box-sizing: border-box;
    padding: 0.05rem 0;
    gap: 0.2rem;
}
.downbox .left .box .a1{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #777777;
    box-sizing: border-box;
    padding-left: 0.3rem;
    border-left: 0.03rem transparent solid;
    line-height: 1.2;
    margin-left: -2px;
}
.downbox .left .box .a1.this{
    border-color: #1D2C58;
    color: #333333;
}
.downbox .left .box .a1:hover{
    color: #333333;
}
.downbox .right{
    width: 9.95rem;
    margin-top: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}
.downbox .right .down{
    width: 100%;
    margin-bottom: 0.24rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.downbox .right .down .s1{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    flex: 1;
    margin-right: 0.3rem;
}
.downbox .right .down .s2{
    width: 0.75rem;
    height: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #ebebeb solid;
    border-radius: 50%;
    flex: unset;
}
.downbox .right .down .s2 .icon{
    width: 0.25rem;
}
.downbox .right .down:hover .s2{
    background: #E2ECF8;
    border-color: #E2ECF8;
}
.spbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.spbox .shipin{
    width: 49%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0.1rem;
    background: #f6f6f6;
    overflow: hidden;
}
.spbox .shipin .icon{
    width: 4rem;
}
.spbox .shipin .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spbox .shipin .p1{
    width: 100%;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.28rem;
    color: #333333;
    box-sizing: border-box;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
}
.spbox .shipin:hover .p1{}
.spbox .shipin .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.6);
}
.spbox .shipin:hover .bg{}
.spbox .shipin .bg .icon2{
    width: 0.48rem;
}
/************** */
.proshowbanner{
    width: 100%;
}
.proshowbanner .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6F6F6;
    height: 6.8rem;
    box-sizing: border-box;
    padding-bottom: 0.5rem;
}
.proshowbanner .imgbox .icon{
    max-width: 100%;
    max-height: 90%;
}
.proshowbanner .shuzi{
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 65%;
    bottom: 0.4rem;
    z-index: 10;
}
.proshowbanner .shuzi span{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.26rem;
    color: #666666;
    line-height: 1;
    border-right: 2px #333 solid;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.proshowbanner .shuzi span.active{
    color: #1D2C58;
}
.proshowbanner .shuzi span:nth-last-of-type(1){
    border: 0;
}
.proshowbanner .prev1{
    right: auto;
    left: 79%;
    top: auto;
    bottom: 0.2rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    border: 1px #ebebeb solid;
    background-image: url(../img/jt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.24rem;
    transform: rotate(180deg);
}
.proshowbanner .prev1::after{
    display: none;
}
.proshowbanner .next1{
    right: auto;
    left: 84%;
    top: auto;
    bottom: 0.2rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    border: 1px #ebebeb solid;
    background-image: url(../img/jt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.24rem;
}
.proshowbanner .next1::after{
    display: none;
}

.proshowbanner .pagination1{
    --swiper-theme-color: #1d2c58;
}
.proshowbanner .pagination1 .swiper-pagination-bullet-active{width: 0.5rem;border-radius: 0.5rem;}
.proshow{
    width: 15.2rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1rem 0;
}
.proshow .tbox{
    width: 5.32rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}
.proshow .tbox .p1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.83rem;
    color: #1D2C58;
}
.proshow .tbox .line{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.1rem;
    margin-top: 0.15rem;
}
.proshow .tbox .line .p2{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.51rem;
    width: 1.12rem;
    text-align: right;
}
.proshow .tbox .line .s2{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    padding: 0.15rem 0.2rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
    border: 1px #ebebeb solid;
}
.proshow .right{
    width: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
}
.proshow .right .p1{
    font-family: Tahoma;
    font-size: 0.16rem;
    color: #4B5563;
    line-height: 1.8;
    margin-top: 1.5rem;
    width: 100%;
}
.proshow .right .a1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.26rem;
    color: #1D2C58;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.08rem;
    border: 1px #ebebeb solid;
    border-radius: 0.5rem;
    transition: all 0.3s;
    margin-top: 0.4rem;
}
.proshow .right .a1:hover{
    background: #e2ecf8;
    border-color: #e2ecf8;
}
.proshow .right .a1 .icon{
    width: 0.61rem;
    margin-left: 0.15rem;
}
.probody{
    width: 15.2rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.probody .pt{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.4rem;
    color: #1D2C58;
}
.probody .morebody{display: none;}
.probody .more{
    width: 100%;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6F6F6;
    margin-top: 0.3rem;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    cursor: pointer;
}
.probody .more .icon{
    width: 0.16rem;
    margin-left: 0.1rem;
}
.prolbbox{
    width: 15.2rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
}
.prolbbox .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}
.prolbbox .line .p1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.83rem;
    color: #1D2C58;
    line-height: 1.2;
}
.prolbbox .line .a1{
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.26rem;
    color: #1D2C58;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.08rem;
    border: 1px #ebebeb solid;
    border-radius: 0.5rem;
    transition: all 0.3s;
}
.prolbbox .line .a1 .icon{
    width: 0.61rem;
    margin-left: 0.15rem;
    transform: rotate(-90deg);
}
.prolbbox .line .a1:hover{
    background: #e2ecf8;
    border-color: #e2ecf8;
}
.prolb{
    width: 100%;
}
.prolb .box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0.1rem;
    background: #f6f6f6;
    overflow: hidden;
    width: 100%;
}
.prolb .box .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prolb .box .imgbox .icon{
    width: 4rem;
}
.prolb .box .p1{
    width: 100%;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.28rem;
    color: #333333;
    box-sizing: border-box;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
}
.prolb .next21{
    width: 0.75rem;
    height: 0.75rem;
    border: 1px #ebebeb solid;
    border-radius: 50%;
    background-image: url(../img/jt.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.25rem;
}
.prolb .next21::after{
    display: none;
}
.prolb .prev21{
    width: 0.75rem;
    height: 0.75rem;
    border: 1px #ebebeb solid;
    border-radius: 50%;
    background-image: url(../img/jt.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    background-size: 0.25rem;
}
.prolb .prev21::after{
    display: none;
}
.indexnewsbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}
.indexnewsbox .a1{
    width: calc(33.33% - 0.2rem);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.45rem;
    overflow: hidden;
    border-radius: 0.3rem;
}
.indexnewsbox .a1:nth-of-type(1){
    width: calc(66.66% - 0.1rem);
    border-radius: 2rem 0.3rem 0.3rem 0.3rem;
}
.indexnewsbox .a1:nth-of-type(2){
    background: url(../img/11.png);
    background-size: 100% 100%;
}
.indexnewsbox .a1:nth-of-type(3){
    background: url(../img/22.png);
    background-size: 100% 100%;
}
.indexnewsbox .a1:nth-of-type(4){
    background: url(../img/33.png);
    background-size: 100% 100%;
}
.indexnewsbox .a1:nth-of-type(5){
    background: url(../img/44.png);
    background-size: 100% 100%;
}
.indexnewsbox .a1:nth-of-type(6){
    background: url(../img/55.png);
    background-size: 100% 100%;
}
.indexnewsbox .a1:nth-of-type(7){
    background: url(../img/77.png);
    background-size: 100% 100%;
}
.indexnewsbox .a1 .icon{
    display: none;
}
.indexnewsbox .a1 .box{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 1.1rem 0.45rem 0.5rem;
    transition: all 0.3s;
}
.indexnewsbox .a1 .box .p1{
    width: 100%;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
}
.indexnewsbox .a1 .box .p2{
    margin-top: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.8;
}
.indexnewsbox .a1:nth-of-type(1) .icon{
    width: 100%;
    height: 100%;
    display: flex;
}
.indexnewsbox .a1:nth-of-type(1) .box{
}
.indexnewsbox .a1:nth-of-type(1) .box .p1{
    position: absolute;
    left: 0.5rem;
    top: 4rem;
    color: #fff;
}
.indexnewsbox .a1:nth-of-type(1) .box .p2{
    position: absolute;
    right: 0.5rem;
    top: 0.8rem;
    color: #fff;
}
.indexnewsbox .a1:hover .box{
    background: #021037e0;
}
.indexnewsbox .a1:hover .box .p1{
    color: #fff;
}
.indexnewsbox .a1:hover .box .p2{
    color: #fff;
}
.footbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #1D2C58;
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0.7rem 0;
}
.footbox .footer{
    width: 15.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    max-width: 94%;
    flex-wrap: wrap;
}
.footbox .footer .fbox1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footbox .footer .fbox1 .icon{
    width: 1.86rem;
}
.footbox .footer .fbox1 .p1{
    width: 3.1rem;
    font-family: Tahoma;
    font-size: 0.16rem;
    color: #D1D5DB;
    margin-top: 0.2rem;
}
.footbox .footer .fbox1 .line{
    width: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
    margin-top: 0.2rem;
}
.footbox .footer .fbox1 .line .a1{
    width: 0.36remm;
    height: 0.36rem;
    width: 0.36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}
.footbox .footer .fbox1 .line .a1 .icon2{
    width: 100%;
    height: 100%;
}

.footbox .footer .fnav{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footbox .footer .fnav .a1{
    color: #fff;
    font-family: Tahoma, Tahoma;
    font-weight: bold;
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
}
.footbox .footer .fnav .a2{
    font-family: Tahoma;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
}
.footbox .footer .fnav .line{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.24rem;
}
.footbox .footer .fnav .line .imgbox{
    width: 0.2rem;
    height: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.1rem;
}
.footbox .footer .fnav .line .imgbox .icon{}
.footbox .footer .fnav .line .p1{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    width: 3.15rem;
}

.footbox .copyright{
    width: 15.2rem;
    border-top: 1px solid rgba(255,255,255,0.44);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0.2rem;
    max-width: 94%;
}
.footbox .copyright .p1{
    font-family: Tahoma;
    font-size: 14px;
    color: #FFFFFF;
}
.footbox .copyright .box{
    font-family: Tahoma;
    font-size: 14px;
    color: #FFFFFF;
    gap: 0.2rem;
    display: flex;
}
.footbox .copyright .box .a1{
    color: #fff;
}

.share-box{
    position: fixed;
    z-index: 150;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    left: 5%;
    top: 30%;
}
.share-box .btns{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.share-box .btns .icon{
    width: 0.4rem;
}
.share-box .btns .p1{
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    border-bottom: 1px #999 solid;
    width: 0.7rem;
    text-align: center;
    padding: 0.1rem 0;
}
.share-box .share-btn{
    margin-top: 0.3rem;
    width: 0.36rem;
    border: 0;
    height: 0.36rem;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    display: none;
}
.share-box .share-btn.active{
    display: flex;
}
.share-box .share-btn .icon{
    width: 0.36rem;
}
/***************/
@media only screen and (max-width: 1201px) {
    .share-box{}
.share-box .btns{}
.share-box .btns .icon{}
.share-box .btns .p1{}
.share-box .share-btn{}
.share-box .share-btn .icon{}
    .footbox{}
.footbox .footer{}
.footbox .footer .fbox1{
    width: 100;
}
.footbox .footer .fbox1 .icon{}
.footbox .footer .fbox1 .p1{}
.footbox .footer .fbox1 .line{}
.footbox .footer .fbox1 .line .a1{}
.footbox .footer .fbox1 .line .a1 .icon2{}

.footbox .footer .fnav{}
.footbox .footer .fnav .a1{}
.footbox .footer .fnav .a2{}
.footbox .footer .fnav .line{}
.footbox .footer .fnav .line .imgbox{}
.footbox .footer .fnav .line .imgbox .icon{}
.footbox .footer .fnav .line .p1{}

.footbox .copyright{}
.footbox .copyright .p1{}
.footbox .copyright .box{}
.footbox .copyright .box .a1{}
    .indexnewsbox{}
.indexnewsbox .a1{
    width: calc(50% - 0.15rem);
}
.indexnewsbox .a1:nth-of-type(1){
    width: 100%;
}
.indexnewsbox .a1:nth-of-type(2){}
.indexnewsbox .a1:nth-of-type(3){}
.indexnewsbox .a1:nth-of-type(4){}
.indexnewsbox .a1:nth-of-type(5){}
.indexnewsbox .a1:nth-of-type(6){}
.indexnewsbox .a1:nth-of-type(7){}
.indexnewsbox .a1 .icon{}
.indexnewsbox .a1 .box{}
.indexnewsbox .a1 .box .p1{}
.indexnewsbox .a1 .box .p2{}
.indexnewsbox .a1:nth-of-type(1) .icon{}
.indexnewsbox .a1:nth-of-type(1) .box{}
.indexnewsbox .a1:nth-of-type(1) .box .p1{}
.indexnewsbox .a1:nth-of-type(1) .box .p2{}
.indexnewsbox .a1:hover .box{}
.indexnewsbox .a1:hover .box .p1{}
.indexnewsbox .a1:hover .box .p2{}
    .prolbbox{}
.prolbbox .line{
    flex-wrap: wrap;
}
.prolbbox .line .p1{}
.prolbbox .line .a1{
    margin-left: auto;
}
.prolbbox .line .a1 .icon{}
.prolbbox .line .a1:hover{}
.prolb{}
.prolb .box{}
.prolb .box .imgbox{}
.prolb .box .imgbox .icon{}
.prolb .box .p1{}
.prolb .next21{}
.prolb .next21::after{}
.prolb .prev21{}
.prolb .prev21::after{}
    .probody{}
.probody .pt{}
.probody .more{}
.probody .more .icon{}
    .proshow{}
.proshow .tbox{}
.proshow .tbox .p1{}
.proshow .tbox .line{}
.proshow .tbox .line .p2{}
.proshow .tbox .line .s2{
    padding: 0.08rem 0.2rem;
}
.proshow .right{
}
.proshow .right .p1{
    font-size: 0.18rem;margin-top: 0.5rem;
}
.proshow .right .a1{}
.proshow .right .a1:hover{}
.proshow .right .a1 .icon{}
    .proshowbanner{}
    .proshowbanner .imgbox{}
    .proshowbanner .imgbox .icon{}
    .proshowbanner .shuzi{}
    .proshowbanner .shuzi span{}
    .proshowbanner .shuzi span.active{}
    .proshowbanner .shuzi span:nth-last-of-type(1){}
    .proshowbanner .prev1{
    left: 5%;
    bottom: 45%;
}
    .proshowbanner .prev1::after{}
    .proshowbanner .next1{
    left: auto;
    right: 5%;
    bottom: 45%;
}
    .proshowbanner .next1::after{}
    
    .proshowbanner .pagination1{}

    .spbox .shipin .imgbox{}
    .spbox{}
.spbox .shipin{}
.spbox .shipin .icon{}
.spbox .shipin .p1{}
.spbox .shipin .bg{}
.spbox .shipin .bg .icon2{}
    .downbox{}
.downbox .left{}
.downbox .left .pt{}
.downbox .left .box{}
.downbox .left .box .a1{}
.downbox .left .box .a1.this{}
.downbox .left .box .a1:hover{}
.downbox .right{}
.downbox .right .down{}
.downbox .right .down .s1{}
.downbox .right .down .s2{}
.downbox .right .down .s2 .icon{}
.downbox .right .down:hover .s2{}
    .solution4{}
.solution4 .pt{}
.solution4 .yylb{}
.solution4 .yylb .box{
    flex-wrap: wrap;
}
.solution4 .yylb .box .imgbox{
    width: 100%;
}
.solution4 .yylb .box .imgbox .icon{}
.solution4 .yylb .box .tbox{
    width: 100%;
    margin-top: 0.2rem;
}
.solution4 .yylb .box .tbox .p1{}
.solution4 .yylb .box .tbox .p2{}
.solution4 .yylb .box .tbox .p3{}
.solution4 .yylb .box .tbox .p3 .tag{}

.solution4 .yylb .next1{
    display: none;
}
.solution4 .yylb .next1::after{}
.solution4 .yylb .prev1{
    display: none;
}
.solution4 .yylb .prev1::after{}
    .solution3{}
.solution3 .tbox{}
.solution3 .tbox .p1{}
.solution3 .tbox .p2{
    width: 100%;
}

.solution3 .box{}
.solution3 .box .list{}
.solution3 .box .list .icon{}
.solution3 .box .list .p1{}
    .solution2{}
.solution2 .box{}
.solution2 .box .tbox{}
.solution2 .box .tbox .p1{}
.solution2 .box .tbox .p2{}
.solution2 .box .imgbox {
    margin-top: 0.4rem;
}
.solution2 .box .imgbox .icon{}
    .solution{}
.solution .left{}
.solution .left .p1{}
.solution .left .p2{}
.solution .right{
    margin-top: 0.4rem;
}
.solution .right .p1{}
.solution .right .a1{}
.solution .right .a1 .icon{}
    .newshow   .a1{}
.newshow   .a1 .p1{}
.newshow   .a1 .p2{}
    .newshow  .right{
    width: 100%;
    margin-bottom: 0.3rem;
}
.newshow  .pt{}
.newshow  .pt .a1{}
.newshow  .pt .a1 .p1{}
.newshow  .pt .a1 .p2{}
    .newshow{
    margin-left: 0;
}
.newshow .left{}
.newshow .left .ptime{}
.newshow .left .ptitle{}
.newshow .left .arcbody{}
.newshow .left .box{}
.newshow .left .box .back{}
.newshow .left .box .back .icon{}
.newshow .left .right{}
.newshow .left .pt{}
.newshow .left .pt .a1{}
.newshow .left .pt .a1 .p1{}
.newshow .left .pt .a1 .p2{}
    .newsbox{}
.newsbox .a1{}
.newsbox .a1 .tbox{}
.newsbox .a1 .tbox .p1{}
.newsbox .a1 .tbox .p2{
    margin-bottom: 0.3rem;
}
.newsbox .a1 .tbox .p3{}
.newsbox .a1 .tbox .p3 .icon{}
.newsbox .a1 .tbox .p3:hover{}
.newsbox .a1 .imgbox{
    margin-top: 0.3rem;
    width: 100%;
}
.newsbox .a1 .imgbox .icon{}
.page{}
.page .active{}
.page .total{}
    .nybox{}
.nybox .p1{}
.nybox .p2{}
    .about{}
.about .box{}
.about .box .tbox{}
.about .box .tbox .p1{}
.about .box .tbox .p2{}
.about .box .tbox .line{ }
.about .box .tbox .line .icon{}
.about .box .tbox .a1{}
.about .box .tbox .a1 .p3{}
.about .box .tbox .a1 .jt{}
.about .box .tbox .a1 .jt .icon{}
.about .box .tbox .a1:hover{}
.about .box .tbox .a1 .p3{}
.about .box .tbox .a1 .jt{}
.about .box .tbox .a1 .jt .icon{}
.about .box .shuju{}
.about .box .shuju .line{}
.about .box .shuju .line .p1{}
.about .box .shuju .line .p2{}
    .about4{}
.about4 .p1{}
.about4 .p2{}
.about4 .box{}
.about4 .box .list{
    width: 50%;
    margin: 0.2rem 0;
}
.about4 .box .list .pt1{}
    .about3{
}
.about3 .p1{}
.about3 .p2{}
.about3 .qhbox{
    right: 1.3rem;
    top: 0.5rem;
}
.about3 .qhbox .prev1{}
.about3 .qhbox .prev1::after{}
.about3 .qhbox .next1{}
.about3 .qhbox .next1::after{}

.about3 .lslb{}
.about3 .lslb .swiper-slide{
    width: 100%;
}
.about3 .lslb .box{}
.about3 .lslb .box .pt1{}
.about3 .lslb .box .pt2{}
    .about2{}
.about2 .p1{}
.about2 .p2{}
.about2 .box{
    flex-wrap: wrap;
}
.about2 .box .imgbox{}
.about2 .box .imgbox .icon{}
.about2 .box .tbox{}
.about2 .box .tbox .p3{}
.about2 .box .tbox .p4{}
.about2 .box .tbox .a1{}
.about2 .box .tbox .a1 .s1{}
.about2 .box .tbox .a1 .s1 .jt{}
.about2 .box .tbox .a1:hover .s1{}
    .hblb{}
    .hblb .swiper-slide{}
.hblb .box{}
.hblb .box .icon{}
    .about1{}
.about1 .p1{
    font-size: 0.4rem;
}
.about1 .p2{}
.about1 .a1 .p3{}
.about1  .a1{}
.about1 .a1 .jt{}
.about1 .a1 .jt .icon{}

.about1 .a1:hover .p3{}
.about1  .a1:hover{}
.about1 .a1:hover .jt{}
.about1 .a1:hover .jt .icon{}
    .nybanner{}
.nybanner .icon{}
.nybanner .tbox{}
.nybanner .tbox .p1{}
.nybanner .tbox .p2{}
    .banner .pagination1{
    left: 0.5rem;
}
.banner .pagination1 .swiper-pagination-bullet{} 
.banner .pagination1 .swiper-pagination-bullet-active{}
    .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{}
    .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: 50%;
    justify-content: flex-start;
}
    .navbox .navlist .nav .downimg{
    width: 0.3rem;
    height: 0.2rem;
    background: url(../img/down.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;}