*{ margin:0; padding:0}
@font-face {
    font-family:'' ;
    src: url('');
}
html{scroll-behavior:smooth}
body { width:100%;margin:0 auto; font-size:14px;font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; 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;}
a:hover{text-decoration:none;}
p{/* word-spacing:-1.5px; */ padding:0; margin:0;line-height: 150%;}
section,header,main,footer{
    display: flex;width: 100%;position: relative;flex-direction: column;justify-content: center;align-items: center;}
input{border:0;outline:none;}


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

/**********Ã¥Â¤Â´Ã©Æ’Â¨*****/
.headxf{position: sticky;top: 0;left: 0;width: 100%;background: #fff;display: flex;justify-content: center;align-items: center;z-index: 100;}
.head{
    height: 0.8rem;
    width: 12rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.head .logo-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .logo-wrap .logoimg{
    max-width: 3rem;
    max-height: 0.8rem;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbox .navlist{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbox .navlist .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 0.2rem;
}
.navbox .navlist .nav .a1{
    color: #fff;
    font-size: 0.16rem;
}
.navbox .navlist .nav .downimg{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../img/down.png);
    background-size: 100% 100%;
    transition: all 0.3s;
}
.navbox .navlist .nav .downimg .icon{
    width: 0.18rem;
    transition: all 0.3s;
}
.navbox .navlist .nav .erji{
    overflow: hidden;
    position: absolute;
    display: none;
    flex-direction: column;
    top: 100%;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 0.15rem 0.1rem;
    box-shadow: 0 0 0.1rem #ccc;
}
.navbox .navlist .nav .erji .a2{
    flex: none;
    width: max-content;
    font-size: 0.16rem;
    margin: 0.05rem;
    color: #135789;
}

.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:hover .erji .a2{

}

.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);}


.navbox .navlist .a1{
    font-size: 0.24rem;
    color: #18181c;
    font-weight: bold;
    margin-right: 0.75rem;
}
.navbox .navlist .a2{
    background: #e7272d;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.05rem 0.3rem;
    margin-right: 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
}
.navbox .navlist .a2 .icon{
    width: 0.21rem;
    margin-right: 0.1rem;
}
.headss{
    position: absolute;
    width: 1.8rem;
    left: 100%;
    display: flex;
    justify-content: center;
    border: 1px #000 solid;
    border-radius: 0.5rem;
    height: 0.35rem;
    overflow: hidden;
}
.headss .seach_t{
    font-size: 0.18rem;
    text-align: center;
    color: #18181c;
    display: flex;
    width: calc(100% - 0.5rem);
}
.headss .seach_s{
    width: 0.5rem;
    height: 100%;
    background: url(../img/ss.png);
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.25rem;
} 


.banner{
    width: 100%;
}
.banner .bannerurl{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .bannerurl .icon{
    width: 100%;
}
.banner .bannerurl .tbox{
    position: absolute;
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.banner .bannerurl .tbox .p1{
    font-size: 0.48rem;
    color: #fff;
    font-weight: 700;
    width: 50%;
    line-height: 2;
}
.banner .bannerurl .tbox .p2{
    font-size: 0.24rem;
    color: #fff;
    margin-top: 0.3rem;
}

.inabout{
    display: flex;
    align-items: center;
    width: 100%;
}
.inabout .icon{
    width: 55%;
}
.inabout .tbox{
    width: 50%;
    margin-left: -5%;
    box-sizing: border-box;
    padding: 0.5rem;
    background: #ba171c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.inabout .tbox .p1{
    font-size: 0.36rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.inabout .tbox .p2{
    color: #fff;
    font-size: 0.16rem;
    width: 70%;
    margin-bottom: 0.7rem;
}
.inabout .tbox .a1{
    width: 1.65rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 0.18rem;
    color: #f72b2b;
    transition: all 0.3s;
    box-sizing: border-box;
}
.inabout .tbox .a1:hover{
    background: #ba181d;
    color: #fff;
    border: 1px #fff solid;
}

.nybanner{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nybanner .icon{
    width: 100%;
}
.nybanner .tbox{
    position: absolute;
    width: 15.6rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.nybanner .tbox .p1{
    font-size: 0.3rem;
    color: #fff;
    margin-bottom: 0.3rem;
}
.nybanner .tbox .p2{
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.about1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1.7rem 0;
}
.about1 .tbox{
    width: 12rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.2rem;
}
.about1 .tbox .p1{
    font-size: 0.8rem;
    color: #ab1616;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    width: 3rem;
}
.about1 .tbox .line{
    width: 7.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.2rem;
}
.about1 .tbox .p2{
    font-size: 0.3rem;
    color: #9b1a1a;
    margin-bottom: 0.2rem;
}
.about1 .tbox .p3{
    font-size: 0.16rem;
    color: #000000;
    line-height: 2;
}
.about1 .icon{
    max-width: 100%;
}

.advantage{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bg1.png);
    background-size: 100% 100%;
}
.advantage .adbox{
    width: 14rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
}
.advantage .adbox .ptitle{
    font-size: 0.32rem;
    color: #ab1616;
    font-weight: bold;
    width: 40%;
    line-height: 2;
}
.advantage .adbox .tbox{
    width: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.2rem;
}
.advantage .adbox .tbox .p1{
    font-size: 0.18rem;
    color: #000000;
    line-height: 2;
}
.advantage .adbox .tbox .abox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.advantage .adbox .tbox .abox .alist{
    width: 48%;
    margin-top: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.advantage .adbox .tbox .abox .alist .icon{
    width: 55px;
}
.advantage .adbox .tbox .abox .alist .p2{
    font-size: 0.18rem;
    color: #1c1c1c;
    margin-top: 0.15rem;
}
.advantage .adbox .tbox .abox .alist .p3{
    color: #1c1c1c;
    font-size: 0.16rem;
    opacity: 0.75;
}

.about3{
    width: 14rem;
    max-width: 96%;
    margin: 1.7rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.about3 .tbox{
    width: 5.7rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.about3 .tbox .p1{
    font-size: 0.48rem;
    color: #ab1616;
    font-weight: bold;
    line-height: 1.3;
}
.about3 .tbox .xian{
    width: 2rem;
    height: 0.03rem;
    background: #979797;
    margin: 0.5rem 0;
}
.about3 .tbox .p2{
    color: #000000;
    font-size: 0.16rem;
    opacity: 0.75;
    line-height: 2;
}
.about3 .icon{
    width: 7.3rem;
    max-width: 100%;
}
.probg{
    background: #e9e9e9;
}
.inprobox{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0;
}
.inprobox .probox{
    margin-top: 0.6rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.inprobox .probox .prolist{
    width: 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0.26rem;
    margin-bottom: 0.26rem;
    border-radius: 0.05rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}
.inprobox .probox .prolist:nth-of-type(4n){
    margin-right: 0;
}
.inprobox .probox .prolist .icon{
    width: 100%;
    height: 2.9rem;
    object-fit: cover;
}
.inprobox .probox .prolist .p1{
    width: 100%;
    text-align: center;
    height: 0.6rem;
    font-size: 0.24rem;
    color: #fff;
    background: #1b1b1b;
    line-height: 0.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inprobox .probox .prolist:hover{
    margin-top: -0.1rem;
}
.alltitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.alltitle .p1{
    font-size: 0.48rem;
    color: #3f070e;
    font-weight: bold;
}
.alltitle .p2{
    font-size: 0.18rem;
    color: #f2354c;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.nybanner .tbox2{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nybanner .tbox2 .p1{
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
}
.nybanner .tbox2 .p2{
    font-size: 0.18rem;
    color: #fff;
    margin-top: 0.2rem;
}

.contact1{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.7rem 0;
}
.contact1 .ptitle{
    font-size: 0.4rem;
    color: #121212;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.contact1 .sbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact1 .sbox .box1{
    width: 5.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.contact1 .sbox .box1 .icon{
    width: 100%;
}
.contact1 .sbox .box1 .p1{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    color: #fff;
    transition: all 0.3s;
}
.contact1 .sbox .box1:hover .p1{
    background: #c54d5f8a;
}

.msgbg{
    background: #f5f5f5;
}
.zgf{
    width: 12rem;
    max-width: 96%;
    margin: 0.9rem 0 1.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zgf .p1{
    font-size: 0.48rem;
    color: #000000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.zgf .p2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    color: #000000;
    margin-bottom: 0.9rem;
}
.zgf .pt{
    font-size: 0.18rem;
    color: #000000;
    margin-bottom: 0.05rem;
}
.zgf .line1{
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}
.zgf .line2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}
.zgf .input1{
    width: 100%;
    height: 0.65rem;
    text-indent: 0.2rem;
    font-size: 0.16rem;
    color: #000000;
}
.zgf .input2{
    width: 100%;
    height: 1.5rem;
    border: 0;
    box-sizing: border-box;
    padding: 0.2rem;
    resize: none;
    font-size: 0.16rem;
    color: #000000;
}
.zgf .submit{
    width: 3.6rem;
    height: 0.6rem;
    border-radius: 0.05rem;
    background-color: #c30303;
    color: #fff;
    text-align: left;
    text-indent: 0.3rem;
    font-size: 0.24rem;
    background-image: url(../img/fs.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 0.36rem;
    cursor: pointer;
}

.designed{
    width: 100%;
    height: 5rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.designed .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.designed .debox{
    position: absolute;
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.designed .debox .titlebox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.6rem 0;
}
.designed .debox .titlebox .p1{
    color: #fff;
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.designed .debox .titlebox .p2{
    color: #fff;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
}
.designed .debox .titlebox .p3{
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
}

.designed .debox .debox2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.designed .debox .debox2 .delist{
    width: 3.85rem;
    height: .45rem;
    margin-top: 0.3rem;
    border: 1px #e7272d solid;
    color: #ff0000;
    background: #ff000017;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 0.45rem;
}
.designed .debox .debox2 .delist:hover{background: #e7272d;color: #fff;}

.nvi{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #cecece;
    padding: 0.8rem 0 0.5rem;
}
.nvi .tbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96%;
    width: 12rem;
}
.nvi .tbox .p1{
    font-size: 0.48rem;
    color: #191919;
    text-align: center;
    font-weight: bold;
}
.nvi .tbox .p2{font-size: 0.24rem;color: #c53142;margin: 0.2rem 0;}
.nvi .tbox .a1{
    width: 1.9rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    color: #fff;
    font-size: 0.18rem;
    border-radius: 0.5rem;
    margin-top: 0.3rem;
    transition: all 0.3s;
}
.nvi .tbox .a1:hover{
    background: #e7272d;
}

.partner{
    width: 100%;
    background: #cecece;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.partner .ptitle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #ba171c;
    color: #fff;
    height: 1.3rem;
    padding-bottom: 0.7rem;
    font-size: 0.48rem;
    font-weight: bold;
}
.partner .pbox{
    width: 12rem;
    background: #fff;
    border-radius: 0.1rem;
    margin-top: -0.7rem;
    box-sizing: border-box;
    padding: 0.8rem 0.75rem 0.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 96%;
    margin-bottom: .7rem;
}
.partner .pbox .plist{
    width: 5rem;
    border: 2px #757575 solid;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.4rem 0.4rem;
    margin-bottom: 0.3rem;
}
.partner .pbox .plist .imgbox{
    height: 1.7rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner .pbox .plist .imgbox .icon{
    max-height: 90%;
    max-width: 100%;
}
.partner .pbox .plist .p1{
    font-size: 0.16rem;
    color: #18181c;
    opacity: 0.75;
    word-break: break-all;
    width: 100%;
    line-height: 1.6;
}

.zgf{}
.zgf .p3{}
.zgf .input3{
    width: 100%;
    height: 0.65rem;
    background: #f2f2f2;
    text-indent: 0.2rem;
    font-size: .16rem;
}
.zgf .input4{
    width: 100%;
    height: 1.5rem;
    background: #f2f2f2;
    border: 0;
    box-sizing: border-box;
    padding: 0.2rem;
    resize: none;
    font-size: 0.16rem;
}

.join{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.join .ptitle{
    font-size: 0.36rem;
    color: #18181c;
    font-weight: bold;
    margin: 0.7rem 0;
}
.join .joinbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.join .joinbox .joinlist{
    width: 3.3rem;
    height: 1.7rem;
    background: #f5f5f5;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.3rem 0.4rem;
    display: flex;
    flex-direction: column;
    margin-right: 1.05rem;
    margin-bottom: 0.8rem;
}
.join .joinbox .joinlist:nth-of-type(3n){
    margin-right: 0;
}
.join .joinbox .joinlist .p1{
    font-size: 0.24rem;
    color: #e42a2a;
    font-weight: bold;
}
.join .joinbox .joinlist .a1{
    width: 1.55rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e42a2a;
    border-radius: 0.5rem;
    margin-top: auto;
    margin-bottom: 0.1rem;
    color: #fff;
    font-size: 0.16rem;
    transition: all 0.3s;
}
.join .joinbox .joinlist .a1:hover{
    background: #fff;
    color: #e42a2a;
}

.cc{
    width: 12rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    align-items: center;
}
.cc .tbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.cc .tbox .p1{
    font-size: 0.36rem;
    color: #191919;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.3rem;
}
.cc .tbox .a1{
    font-size: 0.18rem;
    color: #191919;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cc .tbox .a1 .icon{
    width: 0.2rem;
    margin-right: 0.1rem;
}
.cc .icon2{
    width: 6.3rem;
}

.int{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
.int .ptitle{
    font-size: 0.36rem;
    color: #18181c;
    font-weight: bold;
    margin: 0.7rem 0;
}
.int .intbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.int .intbox .intlist{
    width: 2.1rem;
    height: 2.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 0.3rem #ff7979;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
    border: 0.03rem #fff solid;
}
.int .intbox .intlist:nth-of-type(5n){}
.int .intbox .intlist .imgbox{
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.int .intbox .intlist .imgbox .icon{max-width: 100%;max-height: 100%;}
.int .intbox .intlist .p1{
    font-size: 0.22rem;
    color: #353535;
    margin-bottom: 0.3rem;
}
.int .intbox .intlist:hover{
    border-color: #ff7979;
}

.footbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #862323;
    flex-direction: column;
    padding: 0.3rem 0;
}
.foot{
    width: 12rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot .a1{
    font-size: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.foot .a1 .icon{
    width: 0.35rem;
    margin-right: 0.1rem;
}
.foot .a1 .icon2{
    height: 0.28rem;
}

.scbox{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 130;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.scbox .joinform{
    width: 12rem;
    background: #f4f4f4;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96%;
    box-sizing: border-box;
    padding: 0 1rem;
}
.scbox .joinform .ptitle{
    font-size: 0.36rem;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.6rem;
}
.scbox .joinform .line{
    width: 100%;
    height: 1.2rem;
    background: #fff;
    margin-bottom: 0.4rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.15rem #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.scbox .joinform .tbox{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.scbox .joinform .icon{
    width: 0.7rem;
    margin: 0 0.7rem 0 0.3rem;
}
.scbox .joinform .icon2{
    width: 0.45rem;
    margin: 0 0.7rem;
    cursor: pointer;
}
.scbox .joinform .p1{
    font-size: 0.3rem;
    color: #2b2b2b;
    font-weight: bold;
}
.scbox .joinform .input1{
    font-size: 0.17rem;
    color: #2b2b2b;
    margin-top: 0.05rem;
}
.scbox .joinform .submit{
    width: 3.5rem;
    height: 0.75rem;
    font-size: 0.24rem;
    background: #ee4139;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 0.1rem;
    margin: 0.3rem 0 1rem;
    cursor: pointer;
}
.address{
    width: 12rem;
    max-width: 96%;
    margin-top: 0.3rem;
    color: #fff;
    font-size: 0.18rem;
    text-indent: 29.2%;
}
/***************/
@media only screen and (max-width: 1201px) {
    .address{
    font-size: 0.24rem;
    text-indent: unset;
    text-align: center;
}
    .scbox{}
.scbox .joinform{
    padding: 0 0.3rem;
}
.scbox .joinform .ptitle{}
.scbox .joinform .line{}
.scbox .joinform .tbox{}
.scbox .joinform .icon{}
.scbox .joinform .icon2{}
.scbox .joinform .p1{}
.scbox .joinform .input1{}
.scbox .joinform .submit{}
    .footbox{}
.foot{}
.foot .a1{}
.foot .a1 .icon{}
.foot .a1 .icon2{}
    .int{}
.int .ptitle{}
.int .intbox{}
.int .intbox .intlist{
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.5rem;
}
.int .intbox .intlist:nth-of-type(5n){}
.int .intbox .intlist .imgbox{
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.1rem;
}
.int .intbox .intlist .imgbox .icon{}
.int .intbox .intlist .p1{
    font-size: 0.26rem;
}
.int .intbox .intlist:hover{}
    .cc{}
.cc .tbox{}
.cc .tbox .p1{}
.cc .tbox .a1{
    font-size: 0.24rem;
}
.cc .tbox .a1 .icon{width: 0.3rem;}
.cc .icon2{
    width: 58%;
}
    .join{}
.join .ptitle{}
.join .joinbox{
    justify-content: space-between;
}
.join .joinbox .joinlist{
    margin: 0 0 0.4rem;
    width: 48%;
}
.join .joinbox .joinlist .p1{}
.join .joinbox .joinlist .a1{
    height: 0.45rem;
    font-size: 0.2rem;
    width: 2rem;
}
.join .joinbox .joinlist .a1:hover{}
    .zgf{}
.zgf .p3{}
.zgf .input3{
    font-size: 0.24rem;
}
.zgf .input4{
    font-size: 0.24rem;
}

    .partner{}
.partner .ptitle{}
.partner .pbox{
    padding: 0.3rem 0.3rem 0;
}
.partner .pbox .plist{
    width: 100%;
}
.partner .pbox .plist .imgbox{}
.partner .pbox .plist .imgbox .icon{}
.partner .pbox .plist .p1{
    font-size: 0.24rem;
}
    .nvi{}
    .nvi .tbox{}
    .nvi .tbox .p1{}
    .nvi .tbox .p2{ }
    .nvi .tbox .a1{}
    .nvi .tbox .a1:hover{}
    .designed{}

.designed .icon{}
.designed .debox{}
.designed .debox .titlebox{}
.designed .debox .titlebox .p1{}
.designed .debox .titlebox .p2{
    font-size: 0.22rem;
}
.designed .debox .titlebox .p3{}

.designed .debox .debox2{}
.designed .debox .debox2 .delist{
    width: 48%;
}
.designed .debox .debox2 .delist:hover{}
    .msgbg{}
.zgf{}
.zgf .p1{}
.zgf .p2{
    font-size: 0.24rem;
}
.zgf .pt{
    font-size: 0.26rem;
}
.zgf .line1{}
.zgf .line2{}
.zgf .input1{
    font-size: 0.24rem;
}
.zgf .input2{
    font-size: 0.24rem;
}
.zgf .submit{}
    .contact1{}
.contact1 .ptitle{}
.contact1 .sbox{}
.contact1 .sbox .box1{}
.contact1 .sbox .box1 .icon{}
.contact1 .sbox .box1 .p1{}
.contact1 .sbox .box1:hover .p1{}
    .nybanner .tbox2{}
.nybanner .tbox2 .p1{}
.nybanner .tbox2 .p2{}
    .inprobox{}
.inprobox .probox{
    justify-content: space-between;
}
.inprobox .probox .prolist{
    margin-right: 0;
    width: 48%;
}
.inprobox .probox .prolist .icon{}
.inprobox .probox .prolist .p1{}
.inprobox .probox .prolist:hover{}
.alltitle{}
.alltitle .p1{}
.alltitle .p2{}
    .about3{}
.about3 .tbox{
    width: 100%;
    margin-bottom: 0.5rem;
}
.about3 .tbox .p1{}
.about3 .tbox .xian{}
.about3 .tbox .p2{
    font-size: 0.24rem;
}
.about3 .icon{}
    .advantage{}
.advantage .adbox{
    flex-wrap: wrap;
}
.advantage .adbox .ptitle{
    width: 80%;
}
.advantage .adbox .tbox{
    width: 100%;
}
.advantage .adbox .tbox .p1{
    font-size: 0.26rem;
}
.advantage .adbox .tbox .abox{}
.advantage .adbox .tbox .abox .alist{}
.advantage .adbox .tbox .abox .alist .icon{}
.advantage .adbox .tbox .abox .alist .p2{
    font-size: 0.28rem;
}
.advantage .adbox .tbox .abox .alist .p3{
    font-size: 0.24rem;
}
    .about1{}
.about1 .tbox{
    flex-wrap: wrap;
}
.about1 .tbox .p1{
    width: 100%;
}
.about1 .tbox .line{}
.about1 .tbox .p2{}
.about1 .tbox .p3{
    font-size: 0.24rem;
}
.about1 .icon{}
    .nybanner{}
.nybanner .icon{}
.nybanner .tbox{}
.nybanner .tbox .p1{}
.nybanner .tbox .p2{
    font-size: 0.8rem;
}
    .inabout{
    flex-wrap: wrap;
}
.inabout .icon{
    width: 65%;
}
.inabout .tbox{
    width: 95%;
    margin: -0.5rem 0 0 auto;
}
.inabout .tbox .p1{}
.inabout .tbox .p2{
    width: 100%;
    font-size: 0.24rem;
}
.inabout .tbox .a1{
    font-size: 0.24rem;
    width: 2.5rem;
    height: 0.55rem;
}
.inabout .tbox .a1:hover{}
    .banner{}
.banner .bannerurl{}
.banner .bannerurl .icon{}
.banner .bannerurl .tbox{}
.banner .bannerurl .tbox .p1{
    font-size: 0.3rem;
    width: 60%;
}
.banner .bannerurl .tbox .p2{}
    .navbox .navlist .a1{
    margin: 0;
    font-size: 18px;
    line-height: 2;
}
.navbox .navlist .a2{
    margin: 0.2rem;
    font-size: 18px;
}
.navbox .navlist .a2 .icon{
    width: 18px;
}
.headss{
    position: unset;
    height: 0.55rem;
    width: 2.5rem;
}
.headss .seach_t{
    font-size: 0.24rem;
    width: calc(100% - 0.8rem);
}
.headss .seach_s{
    width: 0.8rem;
    background-size: 0.35rem;
} 
    .wap{display: flex;width: 0.5rem;height: 0.5rem;justify-content: center;align-items: center;border: 2px #090909 solid;border-radius: 0.1rem;}
    .wap .line{
        width: 2px;
        height: 80%;
        background: #383838;
        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;
}
    .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%;
}
    .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;}