*{ margin:0; padding:0}
@font-face {
    font-family:'shsr' ;
    src: url('../font/SourceHanSans-Regular.ttf');
}
@font-face {
    font-family:'shsb' ;
    src: url('../font/SourceHanSansCN-Bold.otf');
}
@font-face {
    font-family:'shsh' ;
    src: url('../font/SourceHanSerifCN-Heavy.otf');
}
body { width:100%;margin:0 auto; font-size:14px;font-family: shsr; 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%;
    padding-bottom: 0.4rem;
    border-bottom: 2px #ebebeb solid;
    }
.arcbody * {
    line-height: 180%;
    max-width: 100%;
}
.arcbody img {
    width: auto;
    max-width: 80%;
    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%;background: linear-gradient(to right, #fff 0 40%,#535150 40% 100%);display: flex;justify-content: center;align-items: center;z-index: 100;}
.head{
    height: 0.8rem;
    width: 15rem;
    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: 1.32rem;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #535150;
    transform: skewX(-30deg);
    transform-origin: left bottom;
}
.navbox .navlist{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 0.2rem;
}
.navbox .navlist .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    padding:  0 0.4rem;
    border-left: 3px #ddd solid;
    border-right: 3px #ddd solid;
    margin-left: -3px;
    transform-origin: left bottom;
}
.navbox .navlist .nav .a1{
    color: #fff;
    font-size: 0.2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skewX(30deg);
    transform-origin: left bottom;
}
.navbox .navlist .nav .downimg{
    display: none;
    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: #535150;
    box-sizing: border-box;
    transform: skewX(30deg);
    width: max-content;
    transform-origin: right top;
}
.navbox .navlist .nav .erji .a2{
    flex: none;
    font-size: 0.2rem;
    color: #fff;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    width: 100%;
    transition: all 0.3s;
    text-align: center;
    text-transform: capitalize;
}

.navbox .navlist .nav:hover{
    background: #bbbbbb;
}
.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: rgb(187 187 187);text-transform: uppercase;}
.navbox .navlist .nav::after{}
.navbox .navlist .nav:hover::after{
    width: 105%;
}
.navbox .navlist .nav.this{
    text-transform: uppercase;
    border-color: #e62129;
    z-index: 2;
    background: #bbbbbb;
    font-family: shsb;
}
.navbox .navlist .nav.this::after{
}
.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);}
.lgurl{}
.lgurl .icon{max-width: 0.45rem;}
.banner{
    width: 19.2rem;
    max-width: 100%;
}
.banner .a1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .a1 img{
    width: 100%;
}
.banner .swiper-pagination-bullet{
    background: #fff;
} 
.banner .swiper-pagination-bullet-active{
   width: 0.5rem;
   border-radius: 0.5rem;
}
.nybanner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 6.2rem;
}
.nybanner .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nybanner .tbox{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.nybanner .tbox .p1{
    font-size: 0.6rem;
    color: #fff;
    text-transform: uppercase;
    font-family: shsh;
}

.liebiao{
    width: 15rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0.5rem 0;
}
.liebiao .left{
    width: 3.2rem;
   
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}
.liebiao .box{
    width:100%;
    box-sizing: border-box;
    border: 1px #666 solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-bottom: 0; 
}
.liebiao .right{
    width: 11.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.liebiao .left .p1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.8rem;
    background: #666;
    color: #fff;
    font-size: 0.3rem;
}
.liebiao .left .p1 .icon{
    width: 0.3rem;
    margin-right: 0.1rem;
}
.liebiao .left .a1{
    height: 0.8rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.3rem;
    font-size: 0.2rem;
    color: #333;
    background: #bbb;
    border-bottom: 1px #666 solid;
}
.liebiao .left .a1:hover{
    color: #e62129;
}
.liebiao .left .a1.this{
    background: #fff;
    color: #e62129;
}

.allbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
}
.allbox .icon{
    width: 2.33rem;
}
.allbox .p1{
    font-size: 0.36rem;
    font-family: 'shsh';
    text-transform: uppercase;
    color: #333;
    margin: 0 0.3rem;
    text-align: center;
}

.liebiao .right .wzlist{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.liebiao .right .wzlist .a1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    border-top: 1px #ebebeb solid;
    align-items: center;
}
.liebiao .right .wzlist .a1 .imgbox{
    width: 3.7rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.liebiao .right .wzlist .a1 .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.liebiao .right .wzlist .a1 .tbox{
    width: calc(100% - 4rem);
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}
.liebiao .right .wzlist .a1 .tbox .p1{
    font-size: 0.2rem;
    color: #666;
    font-family: 'shsb';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.liebiao .right .wzlist .a1 .tbox .p2{
    font-size: 0.16rem;
    color: #333;
    margin: 0.15rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 限制显示的行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}
.liebiao .right .wzlist .a1 .tbox .p3{
    width: 1.7rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #e62129 solid;
    color: #e62129;
    border-radius: 0.1rem;
    font-size: 0.2rem;
}
.liebiao .right .wzlist .a1:hover .tbox .p1{
    color: #e62129;
}
.liebiao .right .wzlist .a1 .tbox .p2{}
.liebiao .right .wzlist .a1 .tbox .p3:hover{
    background: #e62129;
    color: #fff;
}
.page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}
.page .active{
    border: 1px #e8373e solid;
    padding: 0 0.1rem;
    margin: 0 0.05rem;
    background: #e8373e;
    color: #fff;
}
.page .total{
    border: 1px #666 solid;
    padding: 0 0.1rem;
    margin: 0 0.05rem;
}
.liebiao .box5{
    margin-top: 0.5rem;
    background: #bbbbbb;
    border-bottom: 1px #666 solid;
}
.box4{
    display: none;
    width: 100%;
    flex-wrap: wrap;
}
.forms{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0.4rem;
}
.forms .line{
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 0.3rem;
    margin-top: 0.2rem;
}
.forms .line .p2{
    font-size: 0.16rem;
    color: #333;
}
.forms .line .p2 span{
    color: red;
    margin-left: 0.1rem;
}
.forms .line .input1{
    width: 100%;
    height: 0.4rem;
    margin-top: 0.05rem;
    text-align: center;
    font-size: 0.16rem;
}
.forms .line .input2{
    width: 100%;
    height: 1rem;
    margin-top: 0.05rem;
    text-align: center;
    font-size: 0.16rem;
    resize: none;
    border: 0;
}
.forms .btnbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}
.forms .btnbox .btns{
    width: 0.9rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    color: #999;
    background: #fff;
    margin: 0 0.15rem;
    cursor: pointer;
}
.forms .btnbox .submit{
    width: 0.9rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    color: #fff;
    background: #666;
    margin: 0 0.15rem;
    cursor: pointer;
}
.start{
    width: 1.13rem;
}
.h1{
    font-size: 0.24rem;
    line-height: 1.5;
    font-family: 'shsb';
    color: #333;
    margin-top: 0.4rem;
    border-top: 2px #ebebeb solid;
    width: 100%;
    text-align: center;
    padding-top: 0.3rem;
}
.daohang{width: 15rem;max-width: 94%;display: flex;justify-content: flex-start;align-items: center;margin-top: 0.15rem;font-size: 0.14rem;color: #999;}
.daohang a{color: inherit;}

.inbox{
    width: 15rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0;
}
.inbox .lb2{
    width: 100%;
    padding-bottom: 0.5rem;
    margin-top: 0.4rem;
    padding-top: 0.1rem;
}
.inbox .lb2 .a1{
    width: 100%;
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.inbox .lb2 .a1 .tbox{
    width: 6.8rem;
    border-top: 1px #ebebeb solid;
    border-bottom: 1px #ebebeb solid;
    box-sizing: border-box;
    padding: 0.3rem 0;
    display: flex;
    flex-direction: column;
}
.inbox .lb2 .a1 .tbox .p1{
    font-size: 0.16rem;
    line-height: 2;
    color: #666;
}
.inbox .lb2 .a1 .tbox .p2{
    width: 1.7rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #e62129 solid;
    color: #e62129;
    border-radius: 0.1rem;
    font-size: 0.2rem;
    margin: 0.3rem 0 0 auto;
}
.inbox .lb2 .a1 .tbox .p2:hover{background-color: #e62129;color: #fff;}
.inbox .lb2 .a1 .imgbox{
    position: relative;
    width: 7.5rem;
    height: 5.1rem;
}
.inbox .lb2 .a1 .imgbox .icon1{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 7.11rem;
    height: 4.8rem;
    display: flex;
    box-shadow: 0 0 0.1rem #999;
}
.inbox .lb2 .a1 .imgbox .icon2{
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    width: 7.11rem;
    height: 4.8rem;
    display: flex;
}
.inbox .lb2 .a1 .imgbox .icon1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inbox .lb2 .a1 .imgbox .icon2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.lb2 .swiper-pagination-bullet{
    background: #666;
} 
.lb2 .swiper-pagination-bullet-active{
   width: 0.5rem;
   border-radius: 0.5rem;
}
.prolist{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0.4rem 0;
    gap: 0.2rem;
}
.prolist .a1{
    width: calc(33.33% - 0.133rem);
    box-sizing: border-box;
    border: 1px #999 solid;
}
.prolist .a1 .imgbox{
    width: 100%;
    height: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bbb;
}
.prolist .a1 .imgbox .icon{
    max-width: 80%;
    max-height: 80%;
}
.prolist .a1 .p1{
    width: 100%;
    height: 0.58rem;
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    justify-content: center;
    color: #999;
}
.prolist .a1:hover{
    border-color: #e8353c;
}
.prolist .a1:hover .p1{
    background: #e8353c;
    color: #fff;
}
.inpro{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/bg1.png);
    background-size: cover;
    box-sizing: border-box;
    padding: 0.75rem 0;
}
.inpro .box{
    width: 15rem;
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    max-width: 94%;
}
.inpro .box .a1{
    width: calc(25% - 0.15rem);
    box-sizing: border-box;
    border: 1px #999 solid;
}
.inpro .box .a1 .imgbox{
    width: 100%;
    height: 2.4rem;
    background: linear-gradient(to bottom,#fff4f5,#f7eeff);
    display: flex;
    justify-content: center;
    align-items: center;
}
.inpro .box .a1 .imgbox .icon{
    max-width: 80%;
    max-height: 80%;
}
.inpro .box .a1 .p1{
    height: 0.55rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #333;
    border-top: 1px #999 solid;
}
.inpro .box .a1:hover{
    border-color: #e62129;
}
.inpro .box .a1:hover .p1{
    background: #e62129;
    color: #fff;
    border-color: #e62129;
}
.insupport{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/bg2.png);
    background-size: cover;
    box-sizing: border-box;
    padding: 0.75rem 0;
}
.insupport .box{
    width: 15rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
    max-width: 94%;
}
.insupport .box .list{
    width: 32%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    box-sizing: border-box;
    padding: 0.4rem 0;
}
.insupport .box .list .imgbox{
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
}
.insupport .box .list .imgbox  .icon{
    width: 100%;
}
.insupport .box .list .p1{
    font-size: 0.2rem;
    color: #333;
}
.insupport .a1{
    width: 1.7rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #e62129 solid;
    color: #e62129;
    border-radius: 0.1rem;
    font-size: 0.2rem;
    margin-top: 0.5rem;
}
.insupport .a1:hover{
    background: #e62129;
    color: #fff;
}

.conatact{
    width: 15rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0.7rem 0;
}
.conatact .icon2{
    width: 100%;
    margin-top: 0.4rem;
}
.conatact .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}
.conatact .box .line{
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10%;
    margin-top: 0.2rem;
    font-size: 0.2rem;
    color: #333;
    line-height: 1.5;
}
.conatact .box .line .icon{
    width: 0.4rem;
    margin-right: 0.2rem;
}
.liuyan{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/bg3.png);
    background-size: cover;
    box-sizing: border-box;
    padding: 0.75rem 0;
}
.liuyan .form2{
    width: 10.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.4rem;
    max-width: 94%;
}
.liuyan .form2 .line{
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
    padding: 0 0.15rem;
    height: 0.64rem;
    border-radius: 0.05rem;
}
.liuyan .form2 .line span{
    color: red;
    margin-right: 0.1rem;
}
.liuyan .form2 .line .input1{
    flex: 1;
    font-size: 0.2rem;
    color: #999;
}
.liuyan .form2 .line2{
    width: 100%;
}
.liuyan .form2 .line2 .input2{
    width: 100%;
    height: 1rem;
    border-radius: 0.05rem;
    box-sizing: border-box;
    padding: 0.15rem;
    border: 0;
    resize: none;
    font-size: 0.2rem;
    color: #999;
}
.liuyan .form2 .submit{
    width: 1.7rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #e62129 solid;
    background: #e62129;
    border-radius: 0.1rem;
    font-size: 0.2rem;
    color: #fff;
    margin: 0.2rem auto 0;
}
.footbox{
    background: #333;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    width: 100%;
}
.footbox .footer{
    width: 15rem;
    max-width: 94%;
    margin: 0.6rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footbox .footer .flogo{
    width: 1.57rem;
}
.footbox .footer .tbox{
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: left;
}
.footbox .footer .tbox .fnav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footbox .footer .tbox .fnav .a1{
    font-size: 0.16rem;
    color: #fff;
    text-transform: uppercase;
}
.footbox .footer .tbox .p1{
    color: #fff;
    font-size: 0.14rem;
    margin-top: 0.2rem;
    display: none;
}

.copyright{
    border-top: 1px #fff solid;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.1rem 0;
}
.copyright .p1{
    color: #bbb;
    font-size: 0.12rem;
    margin: 0 0.05rem;
}
/***************/
@media only screen and (max-width: 1201px) {
    .footbox{}
.footbox .footer{
    flex-wrap: wrap;
}
.footbox .footer .flogo{
    margin-bottom: 0.3rem;
}
.footbox .footer .tbox{}
.footbox .footer .tbox .fnav{
    font-size: 0.2rem;
}
.footbox .footer .tbox .fnav .a1{}
.footbox .footer .tbox .p1{
    font-size: 0.18rem;
}

.copyright{}
.copyright .p1{
    font-size: 0.18rem;
}
    .liuyan{}
.liuyan .form2{}
.liuyan .form2 .line{}
.liuyan .form2 .line span{}
.liuyan .form2 .line .input1{}
.liuyan .form2 .line2{}
.liuyan .form2 .line2 .input2{}
.liuyan .form2 .submit{}
    .conatact{}
.conatact .icon2{}
.conatact .box{}
.conatact .box .line{
    width: 48%;
    padding: 0;
}
.conatact .box .line .icon{}
    .insupport{}
.insupport .box{}
.insupport .box .list{}
.insupport .box .list .imgbox{
    width: 1.5rem;
    height: 1.5rem;
}
.insupport .box .list .imgbox  .icon{}
.insupport .box .list .p1{
    font-size: 0.18rem;
}
.insupport .a1{}
.insupport .a1:hover{}
    .inpro{}
.inpro .box{
    justify-content: space-between;
}
.inpro .box .a1{
    width: 48%;
}
.inpro .box .a1 .imgbox{}
.inpro .box .a1 .imgbox .icon{}
.inpro .box .a1 .p1{}
.inpro .box .a1:hover{}
.inpro .box .a1:hover .p1{}
    .prolist{}
.prolist .a1{}
.prolist .a1 .imgbox{}
.prolist .a1 .imgbox .icon{}
.prolist .a1 .p1{}
.prolist .a1:hover{}
.prolist .a1:hover .p1{}
    .inbox .lb2 .a1 .tbox .p1{
        font-size: 0.2rem;
        line-height: 2;
        color: #666;
    }
    .inbox .lb2 .a1 .tbox .p2{
        width: 1.7rem;
        height: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px #e62129 solid;
        color: #e62129;
        border-radius: 0.1rem;
        font-size: 0.2rem;
        margin: 0.3rem 0 0 auto;
    }
    .inbox .lb2 .a1 .imgbox{
        position: relative;
        width: 100%;
        height: 4.8rem;
    }
    .inbox .lb2 .a1 .imgbox .icon1{
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 6.8rem;
        height: 4.5rem;
        display: flex;
        box-shadow: 0 0 0.1rem #999;
    }
    .inbox .lb2 .a1 .imgbox .icon2{
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0.3;
        display: flex;
        width: 6.8rem;
        height: 4.5rem;
    }
    .inbox .lb2 .a1 .imgbox .icon1 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .inbox .lb2 .a1 .imgbox .icon2 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .inbox .lb2 .a1 .tbox{width: 100%;margin-bottom: 0.2rem;}
    .daohang{font-size: 0.18rem;}
    .liebiao .box5{
    display: none;
}
.box4{
    display: flex;
    background: #bbbbbb;
}
.forms{}
.forms .line{}
.forms .line .p2{
    font-size: 0.2rem;
}
.forms .line .p2 span{}
.forms .line .input1{}
.forms .line .input2{}
.forms .btnbox{}
.forms .btnbox .btns{}
.forms .btnbox .submit{}
.start{}
.h1{}
    .liebiao{
    flex-wrap: wrap;
}
.liebiao .left{
    width: 100%;
}
.liebiao .right{
    width: 100%;
    margin-top: 0.3rem;
}
.liebiao .left .p1{}
.liebiao .left .p1 .icon{}
.liebiao .left .a1{}
.liebiao .left .a1:hover{}
.liebiao .left .a1.this{}

.allbox{}
.allbox .icon{
    width: 1.6rem;
}
.allbox .p1{}

.liebiao .right .wzlist{}
.liebiao .right .wzlist .a1{}
.liebiao .right .wzlist .a1 .imgbox{
    width: 3rem;
    height: 2rem;
}
.liebiao .right .wzlist .a1 .imgbox .icon{}
.liebiao .right .wzlist .a1 .tbox{
    width: calc(100% - 3.3rem);
}
.liebiao .right .wzlist .a1 .tbox .p1{}
.liebiao .right .wzlist .a1 .tbox .p2{}
.liebiao .right .wzlist .a1 .tbox .p3{}
.liebiao .right .wzlist .a1:hover .tbox .p1{}
.liebiao .right .wzlist .a1 .tbox .p2{}
.liebiao .right .wzlist .a1 .tbox .p3:hover{}
.page{}
.page .active{}
.page .total{}
    .nybanner{}
.nybanner .icon{}
.nybanner .tbox{}
.nybanner .tbox .p1{}
    .banner{}
.banner .a1{}
.banner .a1 img{}
.banner .pagination{}

    .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;
    transform: unset;
}
    .navbox .navlist{
    width: 100%;
    flex-direction: column;
    background: #fff;
    height: auto;
    padding: 0;
}
    .navbox .navlist .nav{
    width: 100%;
    margin: 0.15rem 0;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.3rem;
    flex-wrap: wrap;
    transform: unset;
}
    .navbox .navlist .nav .a1{
    font-size: 0.28rem;
    color: #666;
    width: 50%;
    justify-content: flex-start;
    transform: unset;
}
    .navbox .navlist .nav .downimg{
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/down2.png);
    background-size: 100% 100%;
    display: flex;
}
    .navbox .navlist .nav .downimg .icon{
    width: 0.3rem;
    filter: grayscale(100%);
}
    .navbox .navlist .nav .erji{
    position: unset;
    width: 100%;
    margin-top: 0.2rem;
    transform: unset;
}
    .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{
    color: #fff;
}
    .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;}