*{ margin:0; padding:0}
@font-face {
    font-family:'阿里巴巴普惠体' ;
    src: url('../font/Alibaba-PuHuiTi-Bold.ttf');
}
body { width:100%;margin:0 auto; font-size:14px;font-family: PingFang SC; line-height:150%;color: #000;position:relative;letter-spacing: 0px;overflow-x: hidden;}
ul,dl,dd,dt,h1,h2,h3,h4,h5,h6,form { padding:0; margin:0;}
h1 { font-size:20px; font-family:'Microsoft YaHei';}
h2 { font-size:12px; font-weight:normal;}
h3 { font-size:14px; font-weight:normal;}
h4 { font-size:12px; font-weight:normal;}
h5 { font-size:12px; font-weight:normal;}
ul { list-style:none;}
li { list-style:none;}
img { border:none;}
a {color: #000; text-decoration:none;line-height: 1.5;}
a:hover{text-decoration:none;}
p{ word-spacing:-1.5px; padding:0; margin:0;line-height: 150%;}
section,header,main,footer{
    display: flex;width: 100%;position: relative;flex-direction: column;justify-content: center;align-items: center;}
input{border:0;outline:none;}


.d-flex{display: flex;}
.al-c{align-items: center;}
.jc-c{justify-content: center;}
.jc-s{justify-content: space-between;}
.al-fs{align-items: flex-start;}
.al-ed{align-items: flex-end;}
.jc-fs{justify-content: flex-start;}
.p-r{position: relative;}
.p-a{position: absolute;}
.p-f{position: fixed;}
.w100{width: 100%;}
.ft14{font-size: 0.14rem;line-height: 150%;}
.ft18{font-size: 0.18rem;line-height: 150%;}
.ft20{font-size: 0.2rem;line-height: 150%;}
.ft22{font-size: 0.22rem;line-height: 150%;}
.ft24{font-size: 0.24rem;line-height: 150%;}
.ft25{font-size: 0.25rem;line-height: 150%;}
.ft26{font-size: 0.26rem;line-height: 150%;}
.ft28{font-size: 0.28rem;line-height: 150%;}
.ft30{font-size: 0.30rem;line-height: 150%;}
.ft35{font-size: 0.35rem;line-height: 150%;}
.ft36{font-size: 0.36rem;line-height: 150%;}
.ft40{font-size: 0.4rem;line-height: 150%;}
.ft42{font-size: 0.42rem;line-height: 150%;}
.ft48{font-size: 0.48rem;line-height: 150%;}
.ft60{font-size: 0.6rem;line-height: 150%;}
.mt30{margin-bottom: 0.3rem;}
.m_t50{margin-top: 0.5rem;}
.none{display: none;}
.flex-column{flex-direction: column;}
.wrap{flex-wrap: wrap;}
.mw100{max-width: 100%;}
.w1920{width: 19.2rem;}
.wap{display: none;}
/* .min1920{min-width: 1920px;} */
.fsour{font-family: 'sour';}
.avtive{color: #ff9900;}
.lh150{line-height: 150%;}
.w1400{width: 1400px;}
.w1200{width: 1200px;}
.arcbody{
    width: 100%;
    margin-top: 0.3rem;
    }
.arcbody * {
    max-width: 100%;
    line-height: 1.5;
}
.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: unset;top: 0;left: 0;width: 100%;background: #fff;display: flex;justify-content: center;align-items: center;z-index: 100;}
.head{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C20000;
    height: 1rem;
}
.head .logo-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .logo-wrap .logoimg{
    width: 2.82rem;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 15rem;
    max-width: 94%;
}
.navbox .navlist{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}
.navbox .navlist .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    color: #fff;
}
.navbox .navlist .nav .a1{
    color: #fff;
    font-size: 0.24rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbox .navlist .nav .downimg{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
    width: 0.11rem;
    height: 0.05rem;
    background: url(../img/jt.png);
    transition: all 0.3s;
    background-size: 100%;
}
.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: 76%;
    left: 0;
    background: #fff;
    box-sizing: border-box;
    width: max-content;
    z-index: 11;
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.15);
}
.navbox .navlist .nav .erji .a2{
    flex: none;
    font-size: 0.13rem;
    color: #515151;
    box-sizing: border-box;
    padding: 0.05rem 0.1rem;
    width: 100%;
    transition: all 0.3s;
}

.navbox .navlist .nav:hover{}
.navbox .navlist .nav:hover .a1{}
.navbox .navlist .nav:hover .downimg{
    transform: rotate(180deg);
}
.navbox .navlist .nav:hover .downimg .icon{
    transform: rotate(180deg);
}
.navbox .navlist .nav:hover .erji{display: flex;}
.navbox .navlist .nav .erji .a2:hover{
    color: #c20000;
}
.navbox .navlist .nav::after{content: '';width: 0;height: 0.03rem;background: #fff;position: absolute;border-radius: 0.5rem;transition: all 0.3s;bottom: .2rem;display: none;}
.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;
    border: 1px #ebebeb solid;
    width: 2.55rem;
    height: 0.5rem;
    box-sizing: border-box;
}
.lgbox .sousuo{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.lgbox .sousuo .seach_t{
    background: transparent;
    text-indent: 0.2rem;
    font-size: 0.16rem;
    color: #A6A6A6;
    flex: 1;
    height: 100%;
    display: flex;
}

.lgbox .sousuo .seach_t::-webkit-input-placeholder {
    color:#fff
    }
.lgbox .sousuo .seach_s{
    width: 0.55rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/ss.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.24rem;
    cursor: pointer;
}
.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);}

.headbox1{
    width: 15rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headbox1 .logo-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.headbox1 .logo-wrap .logoimg{
    width: 1.27rem;
}
.headbox1 .logo-wrap .tbox{}
.headbox1 .logo-wrap .tbox .p1{
    font-size: 0.24rem;
    color: #C20000;
    font-family: 阿里巴巴普惠体;
}
.headbox1 .logo-wrap .tbox .p2{
    font-size: 0.12rem;
    color: #C20000;
}
.gonggao{
    width: 15rem;

    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: rgba(229, 229, 229, 1);
}
.gonggao .pt{
    font-size: 0.2rem;
    color: rgba(194, 0, 0, 1);
}
.gonggao .gg{width: calc(100% - 1.1rem);margin-left: auto;}
.gonggao .gg .swiper-slide{
    width: auto;
}
.gonggao .gg .a1{
    color: #515151;
    font-size: 0.2rem;
}
.azhiding{
    font-size: 0.4rem;
    color: rgba(194, 0, 0, 1);
    width: 15rem;
    text-align: center;
    font-weight: 700;
    border-bottom: 2px rgba(194, 0, 0, 1) solid;
    padding: 0.6rem 0 0.3rem;
    max-width: 94%;
    font-family: 思源宋体;
}

.newsbox{
    width: 15rem;
    max-width: 94%;
    position: relative;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.newsbox .jigou{
    position: absolute;
    right: 101%;
    width: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
}
.newsbox .jigou .a1{
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    font-size: 0.2rem;
    box-sizing: border-box;
    border-left: 0.05rem transparent solid;
    margin: 0.2rem 0;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    color: rgba(0, 24, 56, 0.7);
}
.newsbox .jigou .a1:hover{
    color: #c20000;
}
.newsbox .jigou .a1.this{
    color: #c20000;
    border-color: #c20000;
}

.newsbox .newslist{
    width: 10.8rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.2rem;
    box-sizing: border-box;
}
.newsbox .newslist .pt{
    font-size: 0.24rem;
    color: rgba(194, 0, 0, 1);
    border-bottom: 2px rgba(194, 0, 0, 1) solid;
    padding-right: 1.5rem;
}

p.pt {}
.newsbox .newslist .a1{
    padding-top: 0.3rem;
    border-top: 1px rgba(224, 224, 224, 1) solid;
    padding-bottom: 0.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.newsbox .newslist .a1 .imgbox{
    width: 2.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsbox .newslist .a1 .imgbox .icon{
    width: 100%;
    aspect-ratio: 27/16;
}
.newsbox .newslist .a1 .tbox{
    width: calc(100% - 3rem);
    margin-left: auto;
    display: flex;
    flex-direction: column;
}
.newsbox .newslist .a1 .tbox .p1{
    font-size: 0.28rem;
    color: #515151;
}
.newsbox .newslist .a1:hover .tbox .p1{
    color: #c20000;
}
.newsbox .newslist .a1 .tbox .p2{
    font-size: 0.16rem;
    color: rgba(153, 153, 153, 1);
    width: 100%;
    overflow: hidden;
  /* 2. 用省略号替代超出的部分 */
    text-overflow: ellipsis;
  /* 3. 弹性伸缩盒子模型显示 */
    display: -webkit-box;
  /* 4. 限制在多少行内显示（数值可调整） */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsbox .newslist .a1 .tbox .p3{
    font-size: 0.16rem;
    color: rgba(153, 153, 153, 1);
}

.page{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
}
.page .active{
    font-size: 0.18rem;
    box-sizing: border-box;
    border: 1px #999 solid;
    color: #999;
    padding: 0.05rem 0.1rem;
    margin: 0 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page .total{
    font-size: 0.18rem;
    box-sizing: border-box;
    border: 1px #999 solid;
    color: #999;
    padding: 0.05rem 0.1rem;
    margin: 0 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsbox .tuijian{
    width: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    background: linear-gradient(to bottom,transparent 0,transparent 2.62rem,#fff 2.62rem);
    padding-bottom: 0.3rem;
}
.newsbox .tuijian .icon{
    width: 100%;
}
.newsbox .tuijian .a1{
    background: rgba(246, 246, 246, 1);
    width: calc(100% - 0.4rem);
    margin: 0.2rem 0.2rem 0;
    font-size: 0.18rem;
    color: rgba(51, 51, 51, 1);
    box-sizing: border-box;
    padding: 0.1rem;
    border-radius: 0.05rem;
}
.newsbox .tuijian .a1:hover{
    color: #c20000;
}
.daohang{
    font-size: 0.18rem;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.daohang .a11{
    color: #000;
}

.newsbody{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.newsbody .h1{
    line-height: 1.5;
    font-size: 0.42rem;
    text-align: center;
    margin: 0.4rem 0;
    color: #515151;
}
.newsbody .p1{
    font-size: 0.22rem;
    color: rgba(51, 51, 51, 1);
    margin-right: auto;
    margin-bottom: 0.3rem;
}
.newsbody .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.1rem;
    border-bottom: 1px rgba(224, 224, 224, 1) solid;
}
.newsbody .line .p2{
    font-size: 0.18rem;
    color: #515151;
}
.newsbody .p3{
    font-size: 0.24rem;
    color: rgba(51, 51, 51, 1);
    margin-left: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.videobox{
    width: 100%;
    display: grid;
    padding-top: 0.3rem;
    border-top: 1px rgba(224, 224, 224, 1) solid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.3rem;
}
.videobox .a2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.1);
}
.videobox .a2 .imgbox{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.videobox .a2 .imgbox .icon{
    width: 100%;
    aspect-ratio: 47/27;
}
.videobox .a2 .imgbox .icon2{
    position: absolute;
    width: 0.75rem;
}
.videobox .a2 .tbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
}
.videobox .a2 .tbox .p1{
    font-size: 0.18rem;
    color: #515151;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.videobox .a2 .tbox .p2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.16rem;
    color: rgba(102, 102, 102, 1);
}
.videobox .a2:hover .tbox .p1{
    color: #c20000;
}
.vbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0.4rem;
    border-top: 1px rgba(224, 224, 224, 1) solid;
}
.vbox video{
    width: 100%;
}
.vbox .h1{
    font-size: 0.24rem;
    line-height: 1.5;
    color: rgba(51, 51, 51, 1);
    margin: 0.2rem 0;
}
.vbox .py{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.2rem;
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 0.3rem;
}
.vbox .py .pyt{
    font-size: 0.15rem;
    color: rgba(12, 13, 15, 1);
    box-sizing: border-box;
    padding: 0.1rem  0.2rem;
    border: 1px rgba(12, 13, 15, 1) solid;
    border-radius: 0.05rem;
}
.vbox .py .pyt.this{
    background: #c20000;
    color: #fff;
    border-color: #c20000;
}
.vbox .sub{
    margin-top: 0.3rem;
    color: rgba(102, 102, 102, 1);
    font-size: 0.18rem;
    text-indent: 2em;
}
.tuijian .al{
    width: 100%;
    margin-bottom: 0.2rem;
    display: flex;
    display: flex;
    justify-content: flex-start;
    border-radius: 0.1rem;
    overflow: hidden;
    height: 1rem;
}
.tuijian .al .imgbox{
    width: 1.8rem;
}
.tuijian .al .imgbox .icon{
    width: 100%;
}
.tuijian .al .tbox{
    width: calc(100% - 1.8rem);
    background: #fff;
    box-sizing: border-box;
    padding: 0.15rem;
    height: 100%;
}
.tuijian .al .tbox .p1{
    font-size: 0.15rem;
    color: rgba(12, 13, 15, 1);
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tuijian .al:hover .tbox .p1{
    color: #c20000;
}
.tuijian .al .tbox .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}
.tuijian .al .tbox .line .p2{
    font-size: 0.13rem;
    color: rgba(96, 98, 102, 1);
}
.tuijian .pt{
    font-size: 0.2rem;
    width: 100%;
    color: #000;
    margin: 0.2rem 0;
}
.footer2{
    width: 100%;
    background: rgba(194, 0, 0, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}
.footer2 .gglb{
    width: 15rem;
    max-width: 94%;
    gap: 0.2rem 0.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer2 .gglb .a1{
    font-size: 0.2rem;
    color: #fff;
}
.footer2 .p1{
    font-size: 0.18rem;
    text-align: center;
    color: #fff;
    margin-top: 0.4rem;
}
.footer2 .a2{
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    margin-top: 0.2rem;
}

.dabox{
    width: 15rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.dabox .xiaobox{
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.dabox .xiaobox .icon{
    width: 100%;
    margin-bottom: 0.1rem;
}
.dabox .xiaobox .a2{
    width: 100%;
    font-size: 0.22rem;
    color: #333;
    margin-bottom: 0.1rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dabox .xiaobox .a2:hover{
    color: #c20000;
}
.alltitle{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.1rem;
    border-bottom: 1px #c20000 solid;
    margin-bottom: 0.25rem;
}
.alltitle .p1{
    font-size: 0.24rem;
    font-weight: bold;
    color: #C20000;
}
.alltitle .a1{
    font-size: 0.18rem;
    color: #666;
}

.fangtan{
    width: 15rem;
    max-width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}
.fangtan .icon{
    width: 100%;
}

.hengfu{width: 15rem;max-width: 100%;margin-top: 0.3rem;}
.xiaobox.xiaobox2{width: 64%;}

.footbox{
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
    width: 15rem;
    max-width: 94%;
    padding: 0.4rem 0;
    margin-top: 0.4rem;
    border-top: 1px #C20000 solid;
    border-bottom: 1px #C20000 solid;
}
.footbox .p1{
    font-size: 0.22rem;
    color: #333;
}
.footbox .a1{
    font-size: 0.22rem;
    color: #333;
}
.copyright{
    width: 15rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.3rem 0;
}
.copyright .box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.copyright .box .icon{
    width: 1.27rem;
    margin-right: 0.5rem;
}
.copyright .box .tbox{}
.copyright .box .tbox .p1{
    font-size: 0.18rem;
    color: #333;
}
.copyright .box .ewm{
    width: 1rem;
    margin-left: 0.2rem;
}
.shouyebox{
    width: 15rem;
    max-width: 94%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.shouyebox .sbox1{
    width: 9.8rem;
    height: 6rem;
    margin: 0;
}
.shouyebox .sbox1 .a1{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.shouyebox .sbox1 .a1 .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shouyebox .sbox1 .a1 .p1{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    font-size: 0.22rem;
    color: #fff;
    text-indent: 0.1rem;
    padding: 0.1rem 0;
    overflow: hidden;
}

.shouyebox .rlist{
    width: 4.9rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.shouyebox .rlist .icon{
    width: 100%;
}
.shouyebox .rlist .a1{
    width: 100%;
    font-size: 0.22rem;
    margin-top: 0.1rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.shouyebox .rlist .a1:hover{
    color: #c20031;
}

.shouyebox .sbox2{
    width: 100%;
    background: rgba(229, 229, 229, 1);
}
.shouyebox .sbox2 .a1{
    font-size: 0.22rem;
    padding: 0.1rem 0;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/***************/
/*@media only screen and (max-width: 1201px) {*/
/*    .shouyebox{}*/
/*.shouyebox .sbox1{*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
/*.shouyebox .sbox1 .a1{}*/
/*.shouyebox .sbox1 .a1 .icon{}*/
/*.shouyebox .sbox1 .a1 .p1{}*/

/*.shouyebox .rlist{*/
/*    width: 100%;*/
/*    margin-top: 0.3rem;*/
/*}*/
/*.shouyebox .rlist .icon{}*/
/*.shouyebox .rlist .a1{}*/
/*.shouyebox .rlist .a1:hover{}*/

/*.shouyebox .sbox2{}*/
/*.shouyebox .sbox2 .a1{}*/
/*    .footbox{}*/
/*.footbox .p1{}*/
/*.footbox .a1{}*/
/*.copyright{}*/
/*.copyright .box{}*/
/*.copyright .box .icon{}*/
/*.copyright .box .tbox{}*/
/*.copyright .box .tbox .p1{}*/
/*.copyright .box .ewm{}*/
/*    .dabox{}*/
/*.dabox .xiaobox{*/
/*    width: 100%;*/
/*}*/
/*.dabox .xiaobox .icon{}*/
/*.dabox .xiaobox .a2{}*/
/*.dabox .xiaobox .a2:hover{}*/
/*.alltitle{}*/
/*.alltitle .p1{}*/
/*.alltitle .a1{}*/
/*    .footer2{}*/
/*.footer2 .gglb{}*/
/*.footer2 .gglb .a1{}*/
/*.footer2 .p1{}*/
/*.footer2 .a2{}*/
/*    .vbox{}*/
/*.vbox video{}*/
/*.vbox .h1{}*/
/*.vbox .py{}*/
/*.vbox .py .pyt{}*/
/*.vbox .py .pyt.this{}*/
/*.vbox .sub{}*/
/*.tuijian .al{}*/
/*.tuijian .al .imgbox{}*/
/*.tuijian .al .imgbox .icon{}*/
/*.tuijian .al .tbox{}*/
/*.tuijian .al .tbox .p1{*/
/*    font-size: 0.2rem;*/
/*}*/
/*.tuijian .al:hover .tbox .p1{}*/
/*.tuijian .al .tbox .line{}*/
/*.tuijian .al .tbox .line .p2{*/
/*    font-size: 0.18rem;*/
/*}*/
/*.tuijian .pt{}*/
/*    .videobox{*/
/*    grid-template-columns: 1fr 1fr;*/
/*}*/
/*    .videobox .a2{}*/
/*    .videobox .a2 .imgbox{}*/
/*    .videobox .a2 .imgbox .icon{}*/
/*    .videobox .a2 .imgbox .icon2{}*/
/*    .videobox .a2 .tbox{}*/
/*    .videobox .a2 .tbox .p1{}*/
/*    .videobox .a2 .tbox .p2{}*/
/*    .videobox .a2:hover .tbox .p1{}*/
/*    .daohang{}*/
/*.daohang .a11{}*/

/*.newsbody{}*/
/*.newsbody .h1{}*/
/*.newsbody .p1{}*/
/*.newsbody .line{}*/
/*.newsbody .line .p2{}*/
/*.newsbody .p3{}*/
/*    .newsbox{*/
/*    flex-wrap: wrap;*/
/*}*/
/*.newsbox .jigou{*/
/*    display: none;*/
/*}*/
/*.newsbox .jigou .a1{}*/
/*.newsbox .jigou .a1:hover{}*/
/*.newsbox .jigou .a1.this{}*/

/*.newsbox .newslist{*/
/*    width: 100%;*/
/*}*/
/*.newsbox .newslist .pt{}*/
/*.newsbox .newslist .a1{}*/
/*.newsbox .newslist .a1 .imgbox{}*/
/*.newsbox .newslist .a1 .imgbox .icon{}*/
/*.newsbox .newslist .a1 .tbox{}*/
/*.newsbox .newslist .a1 .tbox .p1{}*/
/*.newsbox .newslist .a1:hover .tbox .p1{}*/
/*.newsbox .newslist .a1 .tbox .p2{}*/
/*.newsbox .newslist .a1 .tbox .p3{}*/

/*.page{}*/
/*.page .active{}*/
/*.page .total{}*/

/*.newsbox .tuijian{*/
/*    width: 100%;*/
/*}*/
/*.newsbox .tuijian .icon{}*/
/*.newsbox .tuijian .a1{}*/
/*.newsbox .tuijian .a1:hover{}*/
/*    .azhiding{}*/
/*    .gonggao{}*/
/*.gonggao .pt{}*/
/*.gonggao .gg{}*/
/*.gonggao .gg .swiper-slide{}*/
/*.gonggao .gg .a1{}*/
/*    .headbox1{}*/
/*.headbox1 .logo-wrap{}*/
/*.headbox1 .logo-wrap .logoimg{}*/
/*.headbox1 .logo-wrap .tbox{}*/
/*.headbox1 .logo-wrap .tbox .p1{}*/
/*.headbox1 .logo-wrap .tbox .p2{}*/
/*    .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{*/
/*    height: auto;*/
/*}*/
/*    .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;*/
/*    max-width: 100%;*/
/*}*/
/*    .navbox .navlist{*/
/*    width: 100%;*/
/*    flex-direction: column;*/
/*    background: #000;*/
/*    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: #fff;*/
/*    width: 50%;*/
/*    justify-content: flex-start;*/
/*}*/
/*    .navbox .navlist .nav .downimg{*/
/*    width: 0.3rem;*/
/*    height: 0.3rem;*/
/*    background: url(../img/jt.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/
/*    .navbox .navlist .nav .downimg .icon{*/
/*    width: 0.3rem;*/
/*    filter: grayscale(100%);*/
/*}*/
/*    .navbox .navlist .nav .erji{*/
/*    position: unset;*/
/*    width: 100%;*/
/*    margin-top: 0.2rem;*/
/*    background: #000;*/
/*}*/
/*    .navbox .navlist .nav .erji .a2{*/
/*    font-size: 0.26rem;*/
/*    color: #fff;*/
/*}*/
/*.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{*/
/*    display: none;*/
/*}*/
/*    .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;}