*{ margin:0; padding:0}
@font-face {
    font-family:'' ;
    src: url('');
}
body { width:100%;margin:0 auto; font-size:14px; 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{  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%;
    box-sizing: border-box;
    padding: 0 .2rem;
    }
.arcbody * {
    line-height: 1.8;
}
.arcbody img {
    width: auto;
    max-width: 100%;
    margin: 0.15rem 0 0;
    height: auto!important;
}
.arcbody p{color: var(--fontcolor)!important;}
.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: #102e66;
    --fontcolor: #102e66;
    --b-r:0.05rem;
    --hoverbg: #f1f5ff;
    --hoverfont: #8f5407;
}
.w1296{width: 1200px;}



.headxf{
    position: sticky;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 1000;
}
.head{
    width: 7.5rem;
    height: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    box-shadow: 0 0 0.15rem #ccc;
    background: #fff;
}
.head .logo-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
}
.head .logo-wrap .logoimg{
    width: 2.07rem;
}
.head .tbox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.head .tbox .tlist{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.head .tbox .tlist .icon{
    max-width: 0.4rem;
}
.head .tbox .tlist .p1{
    font-size: 0.14rem;
    color: #162d56;
    margin-left: 0.1rem;
    font-weight: bold;
}

.navbox{
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: all 0.3s;
}
.navbox .navlist{
    width: 50%;
    height: 100%;
    display: flex;
    background: #fff;
    margin-left: auto;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.navbox .navlist .nav{
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
    width: 100%;
}
.navbox .navlist .nav .a1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.navbox .navlist .nav .a1 .icon{
    max-width: 100%;
}
.navbox .navlist .nav .a1 .p1{
    font-size: 14px;
    color: var(--fontcolor);
    margin-top: 2px;
}


.wap{
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.2rem;
    flex-direction: column;
}
.wap .line{
    width: 80%;
    height: 3px;
    background: #102e66;
    margin: 9% 0;
}

.banner{
    width: 7.1rem;
    margin: 0.2rem 0;
    max-width: 100%;
}
.banner .icon{
    width: 100%;
}

.innavbox{
    width: 7.5rem;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.innavbox .nav{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.4rem 0 0;
}
.innavbox .nav .a1{
    display: flex;
    flex-direction: column;
    max-width: 80%;
    justify-content: center;
    align-items: center;
}
.innavbox .nav .a1 .icon{
    max-width: 90%;
}
.innavbox .nav .a1 .p1{
    font-size: 14px;
    margin-top: 3px;
    color: var(--fontcolor);
}
.alltitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.alltitle .line{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.alltitle .line .p1{
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: var(--fontcolor);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.alltitle .line .p2{
    font-size: 26px;
    color: var(--fontcolor);
    margin-left: 4px;
    line-height: 1;
}
.alltitle .line .p1::after{content:'';position: absolute;background: url(../img/tt.png);width: 30px;height: 18px;bottom: 120%;left: 0.05rem;}

.lnbox{
    width: 7.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.lnbox .icon{
    width: 100%;
    margin-bottom: 0.2rem;
}
.lnbox .ptext{
    font-size: 14px;
    color: var(--fontcolor);
    width: 100%;
    line-height: 1.8;
}
.lnbox2{
    background: #f1f5ff;
    margin-top: 0.2rem;
}
.lnboxkuang{
    width: 7.1rem;
    background: #fff;
    box-sizing: border-box;
    border: 1px var(--fontcolor) solid;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
} 
.lnboxkuang .ptext{
    font-size: 14px;
    color: var(--fontcolor);
    width: 100%;
    line-height: 1.8;
} 
.w750{max-width: 750px;}

.fuwu{
    max-width: 750px;
    box-sizing: border-box;
    padding: 0 0.2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fuwu .fuwubox{
    width: 7.1rem;
    background: #fff;
    box-sizing: border-box;
    border: 1px var(--fontcolor) solid;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    box-shadow: 0px 4px 0 #f1c31e;
}
.fuwu .fuwubox.this{display: flex;}
.fuwu .fuwubox .ptitle{
    font-size: 18px;
    color: #212221;
    background: url(../img/yere.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-indent: 0.25rem;
    margin-bottom: 10px;
}
.fuwu .fuwubox .line{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.fuwu .fuwubox .line .p1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: var(--fontcolor);
    font-weight: bold;
    margin-bottom: 8px;
}
.fuwu .fuwubox .line .p1 .icon{
    width: 21px;
    margin-right: 10px;
}
.fuwu .fuwubox .line .p2{color: #212221;font-size: 14px;line-height: 2;margin-bottom: 20px;}

.youshi{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 7.5rem;
    margin-top: 0.1rem;
}
.youshi .youshibox{
    width: 7.1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.youshi .youshibox .yslist{
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border: 1px var(--fontcolor) solid;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.youshi .youshibox .yslist .imgbox{
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem 0 0.1rem;
}
.youshi .youshibox .yslist .imgbox .icon{
    max-width: 100%;
    max-height: 100%;
}
.youshi .youshibox .yslist .p1{
    font-size: 16px;
    color: var(--fontcolor);
    margin-bottom: 5px;
}
.youshi .youshibox .yslist .p2{
    width: 90%;
    font-size: 14px;
    color: #212221;
    line-height: 2;
    margin-bottom: 0.2rem;
}
.ysbg{
    background: url(../img/bg1.png);
    background-size: 100% 100%;
}

.alltitle .p3{
    color: #9090a7;
    font-size: 14px;
    margin-top: 5px;
}

.koubei{
    width: 7.5rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0.2rem;
}
.koubei .koubox{
    width: 7.1rem;
    margin-top: 0.2rem;
}
.koubei .koubox .imgbox{
    width: 100%;
    height: 100%;
    border: 1px var(--fontcolor) solid;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.koubei .koubox .imgbox .icon{
    width: 100%;
}
.koubei .koubox .p3{
    margin-bottom: 0.1rem;
    font-size: 18px;
    color: var(--fontcolor);
    text-align: center;
    margin-top: 10px;
}
.more{
    width: 1.53rem;
    height: 0.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1c31e;
    border-radius: 0.5rem;
    border: 1px var(--bgcolor) solid;
    color: var(--fontcolor);
    font-weight: bold;
    margin: 0.2rem auto;
    font-size: 0.14rem;
    box-shadow: 0 2px 0 #5fd9ff;
}
.more .icon{
    width: 0.16rem;
    margin-left: 0.2rem;
}
.nyimg{
    width: 7.1rem;
    margin: 0.2rem;
}

.liucheng{
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/bg1.png);
    background-size: 100%;
}
.liucheng .lcbox{
    width: 7.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0.2rem 0;
}
.liucheng .lcbox .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}
.liucheng .lcbox .line:nth-of-type(even){
    flex-flow: row-reverse;
}
.liucheng .lcbox .line:nth-last-of-type(1){
    flex-flow: wrap-reverse;
}


.lclist{
    width: 48.5%;
    border: 1px var(--fontcolor) solid;
    border-radius: 0.2rem;
    box-sizing: border-box;
    padding: 0.2rem 0.1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.lclist::after{content: '';background: url(../img/huxian.png);width: 0.82rem;height: 0.32rem;background-size: 100% 100%;position: absolute;}


.liucheng .lcbox .line .lclist:nth-of-type(1)::after{
    top: 20%;
    left: 94%;
}
.liucheng .lcbox .line .lclist:nth-of-type(2)::after{
    transform: rotate(90deg);
    right: 5%;
    top: 100%;
}
.liucheng .lcbox .line .lclist:nth-of-type(1)::after{}
.liucheng .lcbox .line:nth-of-type(even) .lclist:nth-of-type(1)::after{
    transform: rotateY(180deg);
    right: 92%;
    left: auto;
}
.liucheng .lcbox .line:nth-of-type(even) .lclist:nth-of-type(2)::after{}


.liucheng .lcbox .line:nth-last-of-type(1) .lclist:nth-of-type(1)::after{
    display: none;
}


.liucheng .lcbox .line .lclist.this::after{
 transform: rotate(139deg);
 left: -15%!important;
}
.liucheng .lcbox .line .lclist.noafter::after{display: none;}
.lclist .sz{
    position: absolute;
    left: 0.1rem;
    width: 0.52rem;
}
.lclist .imgbox{
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lclist .imgbox .icon{
    max-width: 100%;
    max-height: 100%;
}
.lclist .p1{
    font-size: 0.16rem;
    color: var(--fontcolor);
    margin: 0.1rem 0;
}
.lclist .p2{
    font-size: 0.14rem;
    color: #212221;
    line-height: 1.8;
    width: 100%;
}
.allimgbox{
    width: 48.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.allimgbox .icon{
    max-width: 80%;
    max-height: 80%;
}

.haiwai{}
.haiwai .haiwaibox{
    width: 7.1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.haiwai .haiwaibox .hwlist{
    width: 31%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.2rem;
    border: 1px var(--bgcolor) solid;
    border-radius: 0.1rem;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0.15rem;
}
.haiwai .haiwaibox .hwlist .imgbox{
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
}
.haiwai .haiwaibox .hwlist .icon{
    max-width: 100%;
    max-height: 100%;
}
.haiwai .haiwaibox .hwlist .p1{
    font-size: 0.18rem;
    color: var(--bgcolor);
    word-break: keep-all;
    width: max-content;
}

.shenghuo{
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #f7fafe;
}
.shenghuo .shnav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.1rem 0;
}
.shenghuo .shnav .shnavlist{
    font-size: 0.14rem;
    color: var(--bgcolor);
    box-sizing: border-box;
    padding: 0rem 0.1rem;
    border: 1px var(--bgcolor) solid;
    border-radius: 0.1rem;
    margin: 0 0.08rem;
}
.shenghuo .shnav .shnavlist.this{
    background: var(--bgcolor);
    color: #fff;
}
.shbox{
    width: 100%;
    display: none;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.2rem;
}
.shbox.this{
    display: flex;
}
.shbox .wzlb{
    width: 50%;
    margin: 0;
}
.shbox .wzlb .a1{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shbox .wzlb .a1 .icon{
    width: 100%;
    height: 100%;
}
.shbox .rbox{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.shbox .rbox .a1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.14rem;
    color: var(--fontcolor);
    margin-top: 0.1rem;
}
.shbox .rbox .a1 .icon{
    width: 0.11rem;
}
.shbox .rbox .a1 .p1{
    width: 50%;
    margin-right: auto;
    margin-left: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shbox .rbox .a1 .p2{}
.shbox .rbox .more{}
.shbox .rbox .more .icon{}

.daohang{
    width: 7.1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f1f5ff;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    border-radius: 0.5rem;
    margin: 0.2rem 0;
    font-size: 0.14rem;
    color: var(--fontcolor);
}
.daohang .icon{
    width: 0.14rem;
}
.daohang .a1{
    font-size: 0.14rem;
    color: var(--fontcolor);
    margin: 0 0.1rem;
}

.newsbox{
    width: 7.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.3rem;
}
.newsbox .newslist{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.newsbox .newslist .newsurl{
    width: 100%;
    margin-top: 0.2rem;
    background: #f1f5ff;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsbox .newslist .newsurl .imgbox{
    width: 2.2rem;
    height: 1.55rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsbox .newslist .newsurl .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsbox .newslist .newsurl .tbox{
    width: 4.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.newsbox .newslist .newsurl .tbox .line{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.newsbox .newslist .newsurl .tbox .line .icon{
    width: 0.11rem;
    margin-top: 0.05rem;
    margin-right: 0.1rem;
}
.newsbox .newslist .newsurl .tbox .line .p1{
    font-size: 0.16rem;
    color: var(--fontcolor);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsbox .newslist .newsurl .tbox .line .p1 span{
    font-size: 0.14rem;
    margin-left: 0.1rem;
    color: #212121;
}
.newsbox .newslist .newsurl .tbox .p2{
    font-size: 0.14rem;
    color: #212121;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.1rem;
}


.page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.3rem 0;
}
.page .total{
    width: 0.37rem;
    height: 0.37rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 0.18rem;
    color: #333333;
    border: 1px #b7b7b7 solid;
    border-radius: 5px;
    margin: 0 0.05rem;
    cursor: pointer;
}

.page .active{
    width: 0.37rem;
    height: 0.37rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bgcolor);
    font-size: 0.18rem;
    color: #fff;
    border: 1px var(--bgcolor) solid;
    border-radius: 5px;
    margin: 0 0.05rem;
}

.newsbody{
    width: 7.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
}
.newsbody .h1{
    font-size: 18px;
    font-weight: bold;
    color: var(--fontcolor);
    line-height: 1.5;
    text-align: center;
    width: 90%;
    margin-bottom: 0.1rem;
}
.newsbody .p1{
    font-size: 14px;
    color: #212121;
    text-align: center;
    width: 100%;
    border-bottom: 1px #212121 solid;
    padding-bottom: 0.1rem;
}
.newsbody .zybox{
    width: 7.1rem;
    background: #fff;
    box-sizing: border-box;
    border: 1px var(--fontcolor) solid;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0;
    box-shadow: 0px 4px 0 #f1c31e;
    margin-top: 0.2rem;
    align-items: flex-start;
}
.newsbody .zybox .pt1{font-size: 16px;background: url(../img/dsee.png);color: var(--fontcolor);background-repeat: no-repeat;background-position: center;margin-bottom: 0.1rem;}
.newsbody .zybox .pt2{
    font-size: 14px;
    color: var(--fontcolor);
    margin-bottom: 0.2rem;
    white-space: break-spaces;
}
.newsbody .arcbody{
    width: 100%;
    color: var(--fontcolor)!important;
}
.newsbody .arcbody *{}

.fenye{
    width: 7.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.fenye a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    color: var(--fontcolor);
    font-size: 14px;
    margin: 0.1rem 0;
}
.fenye a .s1{
    width: 1.53rem;
    height: 0.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1c31e;
    border-radius: 0.5rem;
    border: 1px var(--bgcolor) solid;
    color: var(--fontcolor);
    font-weight: bold;
    font-size: 0.14rem;
    margin-right: 0.2rem;
    box-shadow: 0 2px 0 #5fd9ff;
}

.lxwd{
    width: 7.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lxwd .lxwdbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.2rem;
}
.lxwd .lxwdbox .lxwdlist{
    width: 100%;
    border-radius: 0.2rem;
    box-shadow: 0 0.05rem 0.1rem #ccc;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
    padding: 0.2rem;
}
.lxwd .lxwdbox .lxwdlist .line{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.1rem;
    line-height: 1.8;
}
.lxwd .lxwdbox .lxwdlist .line .p1{
    font-size: 0.14rem;
    color: var(--fontcolor);
    background: url(../img/dsee.png);
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1.8;
    background-size: 100% 100%;
}
.lxwd .lxwdbox .lxwdlist .line .p2{
    font-size: 0.14rem;
    font-weight: bold;
    color: var(--fontcolor);
    line-height: 1.8;
}
.lxwd .lxwdbox .lxwdlist .xqbox{
    display: none;
}
.lxwd .lxwdbox .lxwdlist.this .xqbox{
    display: flex;
    line-height: 1.8;
    margin-bottom: 0.2rem;
    font-size: 14px;
}
.lxwd .lxwdbox .lxwdlist .cha{
    width: 1.53rem;
    height: 0.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1c31e;
    border-radius: 0.5rem;
    border: 1px var(--bgcolor) solid;
    color: var(--fontcolor);
    font-weight: bold;
    font-size: 0.14rem;
    box-shadow: 0 2px 0 #5fd9ff;
}
.lxwd .lxwdbox .lxwdlist .cha .icon{
    width: 0.16rem;
    margin-left: 0.1rem;
}

.liuyan{
    width: 100%;
    background: #edf0fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.2rem;
    max-width: 7.5rem;
}
.liuyan .ptitle{
    font-size: 0.16rem;
    color: var(--fontcolor);
    line-height: 1.8;
}
.liuyan .zgf{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.liuyan .zgf .line{
    width: 48.5%;
    border: 1px var(--bgcolor) solid;
    border-radius: 0.1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.2rem;
    margin-top: 0.2rem;
}
.liuyan .zgf .line .icon{
    width: 0.22rem;
    margin-right: 0.1rem;
}
.liuyan .zgf .line .input1{
    color: #212121;
    background: transparent;
    font-size: 0.16rem;
    flex: 1;
}
.liuyan .zgf .line .input2{
    float: 1;
    flex: 1;
    background: transparent;
    font-size: 0.16rem;
    color: #212121;
    margin: 0.5rem 0;
}
.liuyan .zgf .submit{
    width: 1.53rem;
    height: 0.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1c31e;
    border-radius: 0.5rem;
    border: 1px var(--bgcolor) solid;
    color: var(--fontcolor);
    font-weight: bold;
    margin: 0.2rem auto 0;
    font-size: 0.14rem;
    box-shadow: 0 2px 0 #5fd9ff;
}

.kaoshinav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0;
}
.kaoshinav .a1{
    background: var(--bgcolor);
    color: #fff;
    box-sizing: border-box;
    padding: 0.15rem;
    border-radius: 0.1rem;
    margin: 0 0.1rem;
    min-width: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
}

.dhfl{
    width: 7.1rem;
    background: #fff;
    box-sizing: border-box;
    border: 1px var(--fontcolor) solid;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    box-shadow: 0px 4px 0 #f1c31e;
    margin-top: 0.2rem;
}
.dhfl .ptitle{
    font-size: 0.2rem;
    font-weight: bold;
    color: var(--fontcolor);
    margin-bottom: 0.2rem;
    width: 100%;
    text-align: center;
}
.dhfl .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}
.dhfl .fllist{
    width: 50%;
}
.dhfl .fllist .a1{
    font-size: 0.18rem;
    color: #f1c31e;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dhfl .fllist .a1 .icon{
    width: 0.11rem;
    margin-right: 0.1rem;
}
.dhfl .fllist .a2{
    font-size: 0.16rem;
    color: var(--fontcolor);
}
.dhfl .fllist .line2{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.1rem;
    margin-top: 0.1rem;
}

.lxzx{
    width: 7.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lxzx .zxlist{
    width: 100%;
    display: flex;
    background: #f1f5ff;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
    margin: 0.1rem 0;
}
.lxzx .zxlist .icon{
    width: 0.11rem;
}
.lxzx .zxlist .p1{
    width: 70%;
    margin: 0 auto 0 0.1rem;
    font-size: 0.14rem;
    color: var(--fontcolor);
}
.lxzx .zxlist .p2{
    font-size: 0.14rem;
    color: var(--fontcolor);
}

.gonglve{
    width: 7.1rem;
    background: #f1f5ff;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.gonglve .glxbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
}
.gonglve .glxbox .a1{
    font-size: 0.14rem;
    box-sizing: border-box;
    padding: 0.05rem 0.15rem;
    border: 1px var(--fontcolor) solid;
    border-radius: 0.1rem;
    color: var(--fontcolor);
    margin: 0 0.1rem;
}
.gonglve .glxbox .a1.this{
    background: var(--bgcolor);
    color: #fff;
}
.gonglve .glxbox2{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.gonglve .glxbox2 .a1{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    padding: 0.1rem 0;
}
.gonglve .glxbox2 .a1 .icon{
    width: 0.11rem;
}
.gonglve .glxbox2 .a1 .p1{
    width: 70%;
    margin: 0 auto 0 0.1rem;
    font-size: 0.14rem;
    color: var(--fontcolor);
}
.gonglve .glxbox2 .a1 .p2{
    font-size: 0.14rem;
    color: var(--fontcolor);
}

.about{
    width: 7.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0.2rem 0;
}
.about .icon{
    width: 100%;
    margin: 0.1rem 0;
}
.about>.p1{
    font-size: 0.14rem;
    color: var(--fontcolor);
    line-height: 2;
}
.about2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f1f5ff;
    box-sizing: border-box;
    padding: 0 0.2rem 0.2rem;
}
.about2>.p1{
    width: 100%;
    background: #fff;
    border-radius: 0.15rem;
    box-sizing: border-box;
    border: 1px var(--bgcolor) solid;
    padding: 0.2rem;
    font-size: 0.14rem;
    color: var(--fontcolor);
    line-height: 2;
}

.haiwaibox .p22{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.haiwaibox .p22 .ptt{
    font-size: 0.14rem;
    color: var(--fontcolor);
    margin-top: 0.1rem;
}
.haiwaibox .p22 .ptt .icon{
    width: 0.11rem;
    margin-right: 0.1rem;
}

.inzx{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(to bottom,#fff,var(--hoverbg));
    box-sizing: border-box;
    padding: 0.2rem;
}
.inzx .inzxbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px var(--fontcolor) solid;
}
.inzx .inzxbox .a1{
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.1rem;
    border: 1px var(--bgcolor) solid;
    border-radius: 0.1rem 0.1rem 0 0;
    color: var(--fontcolor);
    font-size: 0.16rem;
}
.inzx .inzxbox .a1.this{
    background: var(--bgcolor);
    color: #fff;
}
.inzx  .inzxlist{
    width: 100%;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inzx  .inzxlist .a1{
    width: 48.5%;
    border: 1px var(--fontcolor) solid;
    margin-bottom: 0.2rem;
    border-radius: 0.1rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.2rem;
}
.inzx  .inzxlist .a1 .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inzx  .inzxlist .a1 .imgbox .icon{
    width: 100%;
}
.inzx  .inzxlist .a1 .p1{
    font-size: 0.16rem;
    color: var(--fontcolor);
    font-weight: bold;
    margin: 0.05rem 0;
    width: 96%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inzx  .inzxlist .a1 .p2{
    font-size: 0.14rem;
    color: #212121;
    width: 98%;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kspc{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: var(--hoverbg);
    margin-top: 0.2rem;
}
.kspc .xianbox{
    width: 270px;
    display: flex;
    height: 1px;
    background: var(--bgcolor);
    justify-content: space-between;
    align-items: flex-start;
    margin: 0.2rem 0 0.5rem;
}
.kspc .xianbox .line{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -8px;
}
.kspc .xianbox .line .dot{
    width: 15px;
    height: 15px;
    border: 1px var(--fontcolor) solid;
    border-radius: 50%;
    background: #f1f5ff;
}
.kspc .xianbox .line .p1{
    margin-top: 0.1rem;
}
.kspc .xianbox .line.this{}
.kspc .xianbox .line.this .dot{
    background: var(--bgcolor);
}
.kspc .xianbox .line.this .p1{}

.kspc .pcbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.2rem;
}
.kspc .pcbox .box{
    display: none;
    width: 100%;
}
.kspc .pcbox .box.this{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.kspc .pcbox .box .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
}
.kspc .pcbox .box .line .p1{
    font-size: 16px;
    color: var(--bgcolor);
    font-weight: bold;
}
.kspc .pcbox .box .line .p2{
    color: #212121;
}
.kspc .pcbox .box .xxbox{width: 6.1rem;display: flex;flex-wrap: wrap;justify-content: center;align-items: flex-start;gap: 0.2rem;margin-bottom: 0.2rem;}
.la{
    width: 0.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.1rem;
    color: #212121;
    background: #fff;
    font-size: 0.16rem;
    box-sizing: border-box;
    padding: 0.2rem 0.3rem;
}
input[type="radio"]:checked + .la {
    color: #fff; 
   background-color: var(--bgcolor);
  
  }
  input[type="checkbox"]:checked + .la {
    color: #fff; 
   background-color: var(--bgcolor);
  }

  .kspc .pcbox .box .txbox{
    width: 4.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
  .kspc .pcbox .box .txbox .input1{
    width: 2rem;
    background: transparent;
    border: 1px #212121 solid;
    border-radius: 0.1rem;
    text-indent: 0.2rem;
    font-size: 0.16rem;
    box-sizing: border-box;
    padding: 0.05rem 0;
    margin-bottom: 0.2rem;
}
  .kspc .pcbox .box .txbox .input2{
    width: 2.8rem;
    background: transparent;
    border: 1px #212121 solid;
    border-radius: 0.1rem;
    text-indent: 0.2rem;
    font-size: 0.16rem;
    box-sizing: border-box;
    padding: 0.05rem 0;
    margin-bottom: 0.2rem;
}
  .kspc .pcbox .box .txbox .input3{
    width: 100%;
    background: transparent;
    border: 1px #212121 solid;
    border-radius: 0.1rem;
    font-size: 0.16rem;
    box-sizing: border-box;
    padding: 0.05rem 0.2rem;
    margin-bottom: 0.2rem;
    height: 2rem;
}
  .kspc .pcbox .box .txbox .submit{}

  .fubtn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    width: 100%;
}
  .fubtn .img{
    width: 40px;
    margin-left: auto;
    margin-right: 0.3rem;
}
  .fubtn .img.this{
    transform: rotate(180deg);
}

.guan{
    width: 7.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.2rem 0;
}
.guan .input1{
    width: 82%;
    height: 40px;
    border: 1px var(--bgcolor) solid;
    border-radius: 0.1rem;
    background-image: url(../img/ss2.png);
    background-repeat: no-repeat;
    background-position: 0.2rem center;
    background-size: 22px;
    text-indent: 60px;
    font-size: 0.16rem;
    color: #212121;
    box-sizing: border-box;
}
.guan .ssbtn{
    width: 15%;
    height: 40px;
    background: #f1c31e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bgcolor);
    border-radius: 0.1rem;
    box-shadow: 0 2px 0 #5fd9ff;
}

.sxbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.2rem;
    background: var(--hoverbg);
    max-width: 7.5rem;
}
.sxbox .sxlist{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.1rem;
}
.sxbox .sxlist .ptitle{
    width: 100%;
    font-size: 18px;
    color: var(--fontcolor);
    font-weight: bold;
    margin-bottom: 0.15rem;
}
.sxbox .sxlist .qtlist{
    width: 0.9rem;
    height: 0.34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.1rem;
    border: 1px var(--fontcolor) solid;
    font-size: 0.16rem;
    color: var(--fontcolor);
    margin: 0 0.2rem 0.2rem 0;
    cursor: pointer;
}
.sxbox .sxlist .qtlist.this{
    background: #f1c31e;
    box-shadow: 0 2px 0 #5fd9ff;
}
.sxbox .sxlist .tslist{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.34rem;
    height: 0.37rem;
    margin-right: 0.08rem;
    font-size: 0.16rem;
    color: var(--fontcolor);
    margin-bottom: 0.1rem;
}

.sxbox .sxlist .dqxz{
    width: 2rem;
    height: 0.34rem;
    background: #f1f5ff;
    border-radius: 0.1rem;
    border: 1px var(--bgcolor) solid;
    color: var(--fontcolor);
}
.sxbox .sxlist .dqxz option{}

.tslist:nth-of-type(6n+1){
    background: url(../img/t1.png);
    background-size: 100% 100%;
}
.tslist:nth-of-type(6n+2){
    background: url(../img/t2.png);
    background-size: 100% 100%;
}
.tslist:nth-of-type(6n+3){
    background: url(../img/t3.png);
    background-size: 100% 100%;
}
.tslist:nth-of-type(6n+4){
    background: url(../img/t4.png);
    background-size: 100% 100%;
}
.tslist:nth-of-type(6n+5){
    background: url(../img/t5.png);
    background-size: 100% 100%;
}
.tslist:nth-of-type(6n){
    background: url(../img/t6.png);
    background-size: 100% 100%;
}
.sxbox .sxlist .qtlist .icon{
    width: 0.08rem;
    margin-left: 0.1rem;
}

.sxbox .sxlist .qtlist .tbs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    margin-left: 0.2rem;
}
.sxbox .sxlist .qtlist .tbs::after{content:'';display: inline-block;width: 0;height: 0;border-top: 0.07rem solid black;border-left: 0.07rem solid transparent;border-right: 0.07rem solid transparent;position: absolute;bottom: 0.08rem;}
.sxbox .sxlist .qtlist .tbs::before{content: '';display: inline-block;width: 0;height: 0;border-bottom: 0.07rem solid black;border-left: 0.07rem solid transparent;border-right: 0.07rem solid transparent;position: absolute;top: 0.08rem;}
.sxbox .sxlist .qtlist.asc .tbs::after{
display: none;
}
.sxbox .sxlist .qtlist.desc .tbs::before{
display: none;
}

.yxbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.yxbox .p1{
    font-size: 16px;
    color: var(--fontcolor);
    margin-bottom: 0.15rem;
}
.yxbox .yxlist{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}
.yxbox .yxlist .yixuan{
    background: var(--bgcolor);
    color: #fff;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
}
.yxbox .yxlist .yixuan .icon{
    width: 0.16rem;
    margin-left: 0.1rem;
}

.quebox{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0.2rem;
}
.quebox .btn{
    width: 15%;
    height: 40px;
    background: #f1c31e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bgcolor);
    border-radius: 0.1rem;
    box-shadow: 0 2px 0 #5fd9ff;
    margin-left: 0.2rem;
    font-size: 0.16rem;
}
.probox{
    width: 7.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.probox .ptit{
    width: 100%;
    margin: 0.2rem 0;
    font-size: 14px;
    color: #212121;
}
.probox .newsbox1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.probox .newsbox1 .zplist{
    width: 100%;
    background: #f1f5ff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.2rem;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.2rem 0;
}
.probox .newsbox1 .zplist .pxx{
    width: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--fontcolor);
}
.probox .newsbox1 .zplist .imgbox{
    width: 1.75rem;
    height: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.probox .newsbox1 .zplist .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.probox .newsbox1 .zplist .tbox{
    flex: 1;
    margin-left: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-right: 0.2rem;
}
.probox .newsbox1 .zplist .tbox .p1{
    font-size: 0.24rem;
    font-weight: bold;
    color: var(--fontcolor);
}
.probox .newsbox1 .zplist .tbox .shu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.15rem;
}
.probox .newsbox1 .zplist .tbox .shu .s1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.probox .newsbox1 .zplist .tbox .shu .s1 .ps1{
    font-size: 0.14rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.probox .newsbox1 .zplist .tbox .shu .s1 .ps2{
    font-size: 0.14rem;
    color: var(--fontcolor);
    font-weight: bold;
    margin-top: 0.1rem;
}
.probox .newsbox1 .zplist .tbox .shu .s1 .icon{
    width: 0.18rem;
    margin-right: 3px;
}
.probox .newsbox1 .zplist .tbox .btns{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0.1rem;
}
.probox .newsbox1 .zplist .tbox .btns .a1{
    width: 1rem;
    height: 0.3rem;
    background: #f1c31e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bgcolor);
    border-radius: 0.1rem;
    box-shadow: 0 2px 0 #5fd9ff;
    margin-left: 0.2rem;
    font-size: 0.14rem;
}
.probox .newsbox1 .zplist .tbox .tsbox{
    width: 100%;
    display: flex;
    margin-top: 0.1rem;
    gap: 0.15rem;
    justify-content: flex-start;
    overflow-y: auto;
}
.probox .newsbox1 .zplist .tbox .tsbox::-webkit-scrollbar {
  display: none;
}
.probox .newsbox1 .zplist .tbox .tsbox .tsp{
    font-size: 0.16rem;
    background: #c5d9fb;
    box-sizing: border-box;
    padding: 0.05rem 0.1rem;
    border-radius: 4px;
    color: #162d56;
    flex: none;
    opacity: 0.8;
}
.hzyx{
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.2rem;
    background: url(../img/bg2.png);
    background-size: 100% 100%;
}
.hzyx .hzyxbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hzyx .hzyxbox .hzyxlist{
    width: 48.5%;
    border: 1px var(--fontcolor) solid;
    box-sizing: border-box;
    padding: 0.2rem;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.hzyx .hzyxbox .hzyxlist .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.2rem;
}
.hzyx .hzyxbox .hzyxlist .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hzyx .hzyxbox .hzyxlist .p1{
    font-size: 0.18rem;
    color: var(--fontcolor);
    margin: 0.05rem 0;
}
.hzyx .hzyxbox .hzyxlist .p2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hzyx .hzyxbox .hzyxlist .p2 span{
    font-size: 0.14rem;
    color: #f1c31e;
    border: 1px #f1c31e solid;
    border-radius: 0.5rem;
    box-sizing: border-box;
    padding: 0.05rem 0.1rem;
    min-width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.1rem;
}
.hzyx .hzyxbox .hzyxlist .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2rem;
}
.hzyx .hzyxbox .hzyxlist .line .a1{
    width: 48%;
    height: 0.32rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1c31e;
    border-radius: 0.5rem;
    border: 1px var(--bgcolor) solid;
    color: var(--fontcolor);
    font-weight: bold;
    font-size: 0.14rem;
    box-shadow: 0 2px 0 #5fd9ff;
}

.probody{
    width: 7.5rem;
    box-sizing: border-box;
    padding: 0.2rem;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.probody .imgbox{
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.probody .imgbox .icon{
    width: 100%;
}
.probody .tbox{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.probody .tbox .p1{
    font-size: 0.2rem;
    color: var(--fontcolor);
    font-weight: bold;
    margin-bottom: 0.15rem;
}
.probody .tbox .p2{
    font-size: 0.14rem;
    color: #212121;
    line-height: 1.8;
}
.probody .tbox .a1{
    width: 1.2rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1c31e;
    border-radius: 0.1rem;
    border: 1px var(--bgcolor) solid;
    color: var(--fontcolor);
    font-weight: bold;
    font-size: 0.16rem;
    box-shadow: 0 2px 0 #5fd9ff;
    margin-top: 0.1rem;
}

.prodaohang{
    width: 7.5rem;
    max-width: 100%;
    background: var(--hoverbg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0.9rem;
    z-index: 1;
}
.prodaohang .a1{
    font-size: 0.16rem;
    box-sizing: border-box;
    color: var(--fontcolor);
    border: 1px var(--fontcolor) solid;
    border-radius: 0.1rem;
    padding: 0.05rem 0.15rem;
    margin: 0.2rem 0.1rem;
}

.tesebox{
    width: 7.5rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.2rem;
}
.tesebox .xian{
    width: 100%;
    background: #333;
    height: 1px;
}
.tesebox .ptt{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px var(--bgcolor) dashed;
    padding: 0.15rem 0;
}
.tesebox .ptt .icon{
    width: 0.53rem;
    margin-right: 0.1rem;
}
.tesebox .ptt2{
    width: 100%;
    line-height: 1.8;
    font-size: 0.14rem;
    color: #212121;
    margin-top: 0.15rem;
    margin-bottom: 0.3rem;
}

.rxzg{
    width: 7.5rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.2rem;
    background: url(../img/bg1.png);
}
.rxzg .zgbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.rxzg .zgbox .zglist{
    width: 24%;
    border: 1px var(--bgcolor) solid;
    border-radius: 0.1rem;
    background: #fff;
    box-sizing: border-box;
    padding: 0.2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 3px 0 #f1c31f;
}
.rxzg .zgbox .zglist .icon{
    width: 0.37rem;
    margin-bottom: 0.1rem;
}
.rxzg .zgbox .zglist .p1{
    text-align: center;
    font-weight: bold;
    color: var(--fontcolor);
    font-size: 0.16rem;
    line-height: 1.8;
    width: max-content;
}
.rxzg .zgbox .zglist .p2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.rxzg .zgbox .zglist .p2 p{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0 0.05rem;
}
.rxzg .zgbox .zglist .p2 span{
    font-size: 0.14rem;
    color: var(--bgcolor);
    margin-top: 0.05rem;
}
.rxzg .zgbox .zglist .p2 img{
    width: 0.11rem;
    margin-top: 0.2rem;
    margin-right: 0.05rem;
}
.rxzg .zgbox .zglist .a1{
    width: 1.2rem;
    height: 0.4rem;
    background: #f1c31e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bgcolor);
    border-radius: 0.1rem;
    box-shadow: 0 2px 0 #5fd9ff;
    font-size: 0.16rem;
    margin-top: 0.2rem;
}
.xians{
    width: 100%;
    height: 1px;
    background: var(--bgcolor);
}
.feiyong{
    width: 7.5rem;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.feiyong .fybox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.feiyong .fybox .left{
    width: 4.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.feiyong .fybox .left .list{
    width: 1.3rem;
    box-sizing: border-box;
    border: 1px var(--bgcolor) solid;
    border-radius: 0.1rem;
    margin: 0.2rem 0.1rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.85rem;
    box-shadow: 0 3px 0 #f1c31f;
}
.feiyong .fybox .left .p1{
    font-size: 0.16rem;
    color: var(--bgcolor);
}
.feiyong .fybox .left .p1 span{
    font-size: 0.14rem;
}
.feiyong .fybox .hj{
    width: 2.1rem;
    height: 1.2rem;
    border: 1px var(--bgcolor) solid;
    border-radius: 0.1rem;
    box-shadow: 0 3px 0 #f1c31f;
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feiyong .fybox .hj .p1{
    width: 80%;
    font-size: 0.16rem;
    color: var(--fontcolor);
}
.feiyong .fybox .hj .p2{
    width: 80%;
    font-size: 0.18rem;
    font-weight: bold;
    color: var(--fontcolor);
    margin-top: 0.1rem;
}
.weizhi{
    width: 7.5rem;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.weizhi .lines{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0.2rem;
}
.weizhi .lines .p1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.weizhi .lines .p1 div{
    width: 0.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.weizhi .lines .p1 p{
    font-size: 0.16rem;
    color: var(--fontcolor);
    font-weight: bold;
}
.weizhi .lines .p2{
    font-size: 0.14rem;
    color: var(--fontcolor);
    margin-top: 0.1rem;
}
.weizhi .lines .p1 img{max-width: 80%;}

.sushe{
    width: 7.5rem;
    max-width: 100%;
    background: var(--hoverbg);
    box-sizing: border-box;
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.sushe .sslist{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
    align-items: center;
}
.sushe .sslist:nth-of-type(even){
    flex-flow: row-reverse;
}
.sushe .sslist .icon{
    width: 3.5rem;
}
.sushe .sslist .tbox{
    width: 3.3rem;
    background: #fff;
    box-shadow: 0 4px 0 #f1c320;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.2rem;
}
.sushe .sslist .tbox .pt1{
    font-size: 0.16rem;
    color: var(--fontcolor);
    font-weight: bold;
}
.sushe .sslist .tbox .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sushe .sslist .tbox .left{}
.sushe .sslist .tbox .left .flist{
    color: var(--fontcolor);
    font-size: 0.14rem;
    margin-top: 0.05rem;
}
.sushe .sslist .tbox .left .flist .icons{
    width: 0.11rem;
    margin-right: 0.05rem;
}

.sushe .sslist .tbox .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.sushe .sslist .tbox .right .p1{
    color: var(--fontcolor);
}
.sushe .sslist .tbox .right .p2{
    font-size: 0.18rem;
    color: var(--fontcolor);
    font-weight: bold;
}
.fbox1{
    width: 7.5rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.2rem 0.2rem 0.6rem;
    background: url(../img/bg3.png);
    background-size: 100% 100%;
    margin-bottom: 0.8rem;
}
.fbox1 .line{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.15rem;
}
.fbox1 .line .imgbox{
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.1rem;
}
.fbox1 .line .imgbox .icon{
    max-width: 100%;
    max-height: 100%;
}
.fbox1 .line .p1{
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.3rem;
}

.fbox2{
    background: #fff;
    margin-bottom: 0.1rem;
    border: 1px var(--fontcolor) solid;
    border-radius: 0.2rem;
    width: 7.1rem;
    box-shadow: 0 0.1rem 0 #a3d4ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.15rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.fbox2 .a1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.fbox2 .a1 .imgbox{
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fbox2 .a1 .imgbox .icon{
    max-width: 78%;
}
.fbox2 .a1 .p1{
    font-size: 0.16rem;
    font-weight: bold;
    font-family: 黑体;
}
.fbox2 .a2{
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px var(--fontcolor) solid;
    border-radius: 50%;
    background: #fff;
    margin-top: -0.3rem;
    background: #ffc400;
}
.fbox2 .a2 .icon{
    width: 0.87rem;
}
.fbox2 .a2.this{
    background: #ffc400;
}
.fbox2 .a2.this .icon{}
.xffoot{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 115;
}
.xfbox2{
    position: fixed;
    right: 0;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
    z-index: 120;
}
.xfbox2 .a1{
    background: url(../img/bg4.png?v=1.1);
    width: 1.26rem;
    height: 0.46rem;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.1rem;
    color: var(--fontcolor);
    font-weight: bold;
    font-size: 0.14rem;
    border: 1px #162d56 solid;
    border-right: 0;
    border-radius: 0.2rem 0 0 0.2rem;
    overflow: hidden;
}
.xfbox2 .a1 .icon{
    max-width: 0.24rem;
    margin-right: 0.1rem;
}

.navbox .navlist .nav .downimg{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
    transition: all 0.3s;
    font-weight: bold;
    font-family: arial;
    color: #666;
    font-size: 30px;
}
.navbox .navlist .nav .downimg .icon{
    width: 0.18rem;
    transition: all 0.3s;
}
.navbox .navlist .nav .erji{
    overflow: hidden;
    display: none;
    flex-direction: column;
    box-sizing: border-box;
    width: max-content;
    width: 100%;
}
.navbox .navlist .nav .erji .a2{
    flex: none;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s;
    text-align: center;
    border-bottom: 1px #d2cece solid;
    padding-bottom: 5px;
    padding-top: 5px;
}
    .navbox .navlist .nav.this .downimg{    transform: rotate(180deg);}
    .navbox .navlist .nav.this .downimg .icon{}
    .navbox .navlist .nav.this .erji{display: flex;}
.wxbox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10666;
    justify-content: center;
    align-items: center;
    display: none;
}
.wxbox .imgbox{
    background: #fff;
    width: 80%;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem #ccc;
    padding: 0.2rem;
    box-sizing: border-box;
}
.wxbox .imgbox .icon{
    width: 100%;
}
@media screen and (max-width: 750px) {
    .wxbox{}
.wxbox .imgbox{}
.wxbox .imgbox .icon{}
    .xfbox2{}
.xfbox2 .a1{
    width: 1.8rem;
    height: 0.8rem;
    background-size: 100% 100%;
    font-size: 0.24rem;
}
.xfbox2 .a1 .icon{
    width: 0.3rem;
}
    .xffoot{}
    .fbox2{}
.fbox2 .a1{}
.fbox2 .a1 .imgbox{}
.fbox2 .a1 .imgbox .icon{}
.fbox2 .a1 .p1{
    font-size: 0.2rem;
}
.fbox2 .a2{}
.fbox2 .a2 .icon{}
.fbox2 .a2.this{}
.fbox2 .a2.this .icon{}
    .fbox1{}
.fbox1 .line{}
.fbox1 .line .imgbox{}
.fbox1 .line .imgbox .icon{}
.fbox1 .line .p1{
    font-size: 0.24rem;
    line-height: 1.5;
}
    .sushe{}
.sushe .sslist{}
.sushe .sslist:nth-of-type(even){}
.sushe .sslist .icon{}
.sushe .sslist .tbox{}
.sushe .sslist .tbox .pt1{}
.sushe .sslist .tbox .box{}
.sushe .sslist .tbox .left{}
.sushe .sslist .tbox .left .flist{}
.sushe .sslist .tbox .left .flist .icons{}

.sushe .sslist .tbox .right{}
.sushe .sslist .tbox .right .p1{
    font-size: 0.2rem;
}
.sushe .sslist .tbox .right .p2{
    font-size: 0.26rem;
}
    .weizhi .lines .p1 img{}
    .weizhi{}
.weizhi .lines{}
.weizhi .lines .p1{
    font-size: 0.24rem;
}
.weizhi .lines .p1 div{}
.weizhi .lines .p1 p{
    font-size: 0.24rem;
}
.weizhi .lines .p2{
    font-size: 0.24rem;
}
    .feiyong .fybox .left .list{}
    .xians{}
.feiyong{}
.feiyong .fybox{}
.feiyong .fybox .left{}
.feiyong .fybox .left .p1{}
.feiyong .fybox .left .p1 span{}
.feiyong .fybox .hj{}
.feiyong .fybox .hj .p1{}
.feiyong .fybox .hj .p2{}
    .rxzg .zgbox .zglist .p2 p{}
    .rxzg{}
.rxzg .zgbox{}
.rxzg .zgbox .zglist{}
.rxzg .zgbox .zglist .icon{}
.rxzg .zgbox .zglist .p1{}
.rxzg .zgbox .zglist .p2{}
.rxzg .zgbox .zglist .p2 span{}
.rxzg .zgbox .zglist .p2 img{}
.rxzg .zgbox .zglist .a1{}
    .prodaohang{}
.prodaohang .a1{
    font-size: 0.2rem;
}

.tesebox{}
.tesebox .xian{}
.tesebox .ptt{
    font-size: 0.24rem;
}
.tesebox .ptt .icon{}
.tesebox .ptt2{
    font-size: 0.24rem;
}
    .probody{}
.probody .imgbox{}
.probody .imgbox .icon{}
.probody .tbox{}
.probody .tbox .p1{}
.probody .tbox .p2{}
.probody .tbox .a1{}
    .hzyx{}
.hzyx .hzyxbox{}
.hzyx .hzyxbox .hzyxlist{}
.hzyx .hzyxbox .hzyxlist .imgbox{}
.hzyx .hzyxbox .hzyxlist .imgbox .icon{}
.hzyx .hzyxbox .hzyxlist .p1{
    font-size: 0.24rem;
}
.hzyx .hzyxbox .hzyxlist .p2{}
.hzyx .hzyxbox .hzyxlist .p2 span{}
.hzyx .hzyxbox .hzyxlist .line{}
.hzyx .hzyxbox .hzyxlist .line .a1{}
    .probox{}
.probox .ptit{}
.probox .newsbox1{}
.probox .newsbox1 .zplist{}
.probox .newsbox1 .zplist .pxx{}
.probox .newsbox1 .zplist .imgbox{}
.probox .newsbox1 .zplist .imgbox .icon{}
.probox .newsbox1 .zplist .tbox{}
.probox .newsbox1 .zplist .tbox .p1{}
.probox .newsbox1 .zplist .tbox .shu{}
.probox .newsbox1 .zplist .tbox .shu .s1{}
.probox .newsbox1 .zplist .tbox .shu .s1 .ps1{}
.probox .newsbox1 .zplist .tbox .shu .s1 .ps2{}
.probox .newsbox1 .zplist .tbox .shu .s1 .icon{}
.probox .newsbox1 .zplist .tbox .btns{}
.probox .newsbox1 .zplist .tbox .btns .a1{}
    .yxbox{}
.yxbox .p1{}
.yxbox .yxlist{}
.yxbox .yxlist .yixuan{
    font-size: 0.24rem;
}
.yxbox .yxlist .yixuan .icon{}

.quebox{}
.quebox .btn{
    font-size: 0.24rem;
}
    .sxbox .sxlist .qtlist .icon{}
    .sxbox .sxlist .qtlist .tbs{}
.sxbox .sxlist .qtlist .tbs::after{content:'';bottom: 0.1rem;border-top: 0.1rem solid #000;border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;}
.sxbox .sxlist .qtlist .tbs::before{content:'';top: 0.1rem;border-bottom: 0.1rem solid #000;border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;}
    .tslist:nth-of-type(6n+1){}
.tslist:nth-of-type(6n+2){}
.tslist:nth-of-type(6n+3){}
.tslist:nth-of-type(6n+4){}
.tslist:nth-of-type(6n+5){}
.tslist:nth-of-type(6n){}
    .sxbox{}
.sxbox .sxlist{}
.sxbox .sxlist .ptitle{}
.sxbox .sxlist .qtlist{
    font-size: 0.24rem;
    height: 0.45rem;
    width: auto;
    padding: 0 0.15rem;
}
.sxbox .sxlist .qtlist.this{}
.sxbox .sxlist .tslist{
    width: 1.6rem;
    height: 0.5rem;
    font-size: 0.22rem;
}

.sxbox .sxlist .dqxz{
    height: 0.45rem;
    font-size: 0.24rem;
}
.sxbox .sxlist .dqxz option{}
    .guan{}
.guan .input1{}
.guan .ssbtn{}
    .fubtn{}
    .fubtn .img{}
    .fubtn .img.this{
    margin-right: auto;
    margin-left: unset;
    margin-left: 0.3rem;
} 
.kspc{}
.kspc .xianbox{}
.kspc .xianbox .line{}
.kspc .xianbox .line .dot{}
.kspc .xianbox .line .p1{}
.kspc .xianbox .line.this{}
.kspc .xianbox .line.this .dot{}
.kspc .xianbox .line.this .p1{}

.kspc .pcbox{}
.kspc .pcbox .box{}
.kspc .pcbox .box.this{}

.kspc .pcbox .box .line{}
.kspc .pcbox .box .line .p1{}
.kspc .pcbox .box .line .p2{}
.kspc .pcbox .box .xxbox{}
.la{
    font-size: 0.26rem;
    width: auto;
    font-weight: bold;
}
input[type="radio"]:checked + .la {
    color: #fff; 
   background-color: var(--bgcolor);
   
  }
  input[type="checkbox"]:checked + .la {
    color: #fff; 
   background-color: var(--bgcolor);
  }

  .kspc .pcbox .box .txbox{
    width: 5.6rem;
}
  .kspc .pcbox .box .txbox .input1{
    font-size: 0.22rem;
}
  .kspc .pcbox .box .txbox .input2{
    font-size: 0.22rem;
    width: 4rem;
}
  .kspc .pcbox .box .txbox .input3{
    font-size: 0.22rem;
}
  .kspc .pcbox .box .txbox .submit{}
    .inzx{}
.inzx .inzxbox{}
.inzx .inzxbox .a1{
    font-size: 0.24rem;
}
.inzx .inzxbox .a1.this{}
.inzx  .inzxlist{}
.inzx  .inzxlist .a1{}
.inzx  .inzxlist .a1 .imgbox{}
.inzx  .inzxlist .a1 .imgbox .icon{}
.inzx  .inzxlist .a1 .p1{
    font-size: 0.24rem;
}
.inzx  .inzxlist .a1 .p2{
    font-size: 0.22rem;
}
    .haiwaibox .p22{}
.haiwaibox .p22 .ptt{
    font-size: 0.16rem;
}
.haiwaibox .p22 .ptt .icon{}
    .about2{}
.about2>.p1{
    font-size: 0.24rem;
}
    .about{}
.about .icon{}
.about>.p1{
    font-size: 0.24rem;
}
    .gonglve{}
.gonglve .glxbox{}
.gonglve .glxbox .a1{
    font-size: 0.2rem;
}
.gonglve .glxbox .a1.this{}
.gonglve .glxbox2{}
.gonglve .glxbox2 .a1{}
.gonglve .glxbox2 .a1 .icon{}
.gonglve .glxbox2 .a1 .p1{
    font-size: 0.24rem;
}
.gonglve .glxbox2 .a1 .p2{
    font-size: 0.24rem;
}
    .lxzx{}
    .lxzx .zxlist{}
    .lxzx .zxlist .icon{}
    .lxzx .zxlist .p1{
    font-size: 0.24rem;
}
    .lxzx .zxlist .p2{
    font-size: 0.24rem;
} 
.dhfl{}
.dhfl .ptitle{}
.dhfl .line{}
.dhfl .fllist{}
.dhfl .fllist .a1{}
.dhfl .fllist .a1 .icon{}
.dhfl .fllist .a2{}
.dhfl .fllist .line2{}
    .kaoshinav{}
.kaoshinav .a1{}
    .liuyan{}
.liuyan .ptitle{}
.liuyan .zgf{}
.liuyan .zgf .line{}
.liuyan .zgf .line .icon{}
.liuyan .zgf .line .input1{}
.liuyan .zgf .line .input2{}
.liuyan .zgf .submit{}
    .lxwd{}
    .lxwd .lxwdbox{}
    .lxwd .lxwdbox .lxwdlist{}
    .lxwd .lxwdbox .lxwdlist .line{}
    .lxwd .lxwdbox .lxwdlist .line .p1{
    font-size: 0.24rem;
}
    .lxwd .lxwdbox .lxwdlist .line .p2{
    font-size: 0.24rem;
}
    .lxwd .lxwdbox .lxwdlist .xqbox{}
    .lxwd .lxwdbox .lxwdlist.this .xqbox{}
    .lxwd .lxwdbox .lxwdlist .cha{
    width: 2rem;
    height: 0.4rem;
    font-size: 0.2rem;
}
    .lxwd .lxwdbox .lxwdlist .cha .icon{
    width: 0.25rem;
}
    .newsbody{}
.newsbody .h1{}
.newsbody .p1{}
.newsbody .zybox{}
.newsbody .zybox .pt1{}
.newsbody .zybox .pt2{}
.newsbody .arcbody{}
.newsbody .arcbody *{}

.fenye{}
.fenye a{}
.fenye a .s1{}
    .shbox .rbox .a1 .p2{}
.shbox .rbox .more{}
.shbox .rbox .more .icon{}

.daohang{}
.daohang .icon{}
.daohang .a1{}

.newsbox{}
.newsbox .newslist{}
.newsbox .newslist .newsurl{}
.newsbox .newslist .newsurl .imgbox{}
.newsbox .newslist .newsurl .imgbox .icon{}
.newsbox .newslist .newsurl .tbox{}
.newsbox .newslist .newsurl .tbox .line{}
.newsbox .newslist .newsurl .tbox .line .icon{}
.newsbox .newslist .newsurl .tbox .line .p1{}
.newsbox .newslist .newsurl .tbox .line .p1 span{}
.newsbox .newslist .newsurl .tbox .p2{
}

    .shenghuo{}
.shenghuo .shnav{}
.shenghuo .shnav .shnavlist{
    font-size: 0.2rem;
}
.shenghuo .shnav .shnavlist.this{}
.shbox{}
.shbox.this{}
.shbox .wzlb{}
.shbox .wzlb .a1{}
.shbox .wzlb .a1 .icon{}
.shbox .rbox{}
.shbox .rbox .a1{}
.shbox .rbox .a1 .icon{}
.shbox .rbox .a1 .p1{}
.shbox .rbox .a1 .p2{}
.shbox .rbox .more{}
.shbox .rbox .more .icon{}
    .haiwai{}
.haiwai .haiwaibox{}
.haiwai .haiwaibox .hwlist{}
.haiwai .haiwaibox .hwlist .imgbox{}
.haiwai .haiwaibox .hwlist .icon{}
.haiwai .haiwaibox .hwlist .p1{}
    .liucheng .lcbox .line .lclist:nth-of-type(1)::after{}
.liucheng .lcbox .line .lclist:nth-of-type(2)::after{
    left: 69%;
}
.liucheng .lcbox .line .lclist:nth-of-type(1)::after{}
.liucheng .lcbox .line:nth-of-type(even) .lclist:nth-of-type(1)::after{

}
.liucheng .lcbox .line:nth-of-type(even) .lclist:nth-of-type(2)::after{}


.liucheng .lcbox .line:nth-last-of-type(1) .lclist:nth-of-type(1)::after{}
    .liucheng{}
.liucheng .lcbox{}
.liucheng .lcbox .line{}
.liucheng .lcbox .line:nth-of-type(even){}
.liucheng .lcbox .line:nth-last-of-type(1){}


.lclist{}


.lclist::after{content: '';}


.lclist:nth-last-of-type(1)::after{}
.lclist .sz{
    width: 0.6rem;
}
.lclist .imgbox{}
.lclist .imgbox .icon{}
.lclist .p1{
    font-size: 0.26rem;
}
.lclist .p2{
    font-size: 0.24rem;
}
.allimgbox{}
.allimgbox .icon{}
    .liucheng{}
.liucheng .lcbox{}
.liucheng .lcbox .line{}
.liucheng .lcbox .line:nth-of-type(even){}
.liucheng .lcbox .line:nth-last-of-type(1){}


.lclist{}
.lclist:nth-of-type(4n+1){}
.lclist:nth-of-type(4n+2){}
.lclist:nth-of-type(4n+3){}
.lclist:nth-of-type(4n+4){}
.lclist:nth-last-of-type(1){}
.lclist .sz{}
.lclist .imgbox{}
.lclist .imgbox .icon{}
.lclist .p1{}
.lclist .p2{}
    .more{
    width: 2rem;
    height: 0.4rem;
    font-size: 0.2rem;
}
  
    .koubei .koubox .p3{
    font-size: 0.2rem;
    font-weight: bold;
}
     .more .icon{
    width: 0.25rem;
}
.koubei{}
.koubei .koubox{}
.koubei .koubox .imgbox{}
.koubei .koubox .imgbox .icon{}
    .alltitle .p3{
    font-size: 0.22rem;
}
    .youshi{}
.youshi .youshibox{}
.youshi .youshibox .yslist{}
.youshi .youshibox .yslist .imgbox{}
.youshi .youshibox .yslist .imgbox .icon{}
.youshi .youshibox .yslist .p1{
}
.youshi .youshibox .yslist .p2{
}
.ysbg{}
    .fuwu{}
.fuwu .fuwubox{}
.fuwu .fuwubox .ptitle{}
.fuwu .fuwubox .line{}
.fuwu .fuwubox .line .p1{}
.fuwu .fuwubox .line .p1 .icon{}
.fuwu .fuwubox .line .p2{ }
    .lnbox2{}
.lnboxkuang{} 
.lnboxkuang .ptext{} 
    .alltitle{}
.alltitle .line{}
.alltitle .line .p1{
    font-size: 0.3rem;
}
.alltitle .line .p2{
    font-size: 0.45rem;
}
.alltitle .line .p1::after{content:'';width: 0.4rem;height: 0.2rem;background-size: 100%;}

.lnbox{}
.lnbox .icon{}
.lnbox .ptext{}
    .innavbox{}
.innavbox .nav{}
.innavbox .nav .a1{}
.innavbox .nav .a1 .icon{
    max-width: 80%;
}
.innavbox .nav .a1 .p1{
    font-size: 0.24rem;
}
    .banner{}
    .banner .icon{}
    
    .headxf{
     
    }
    .head{
      
    }
    .head .logo-wrap{
     
    }
    .head .logo-wrap .logoimg{
    width: 1.8rem;
    }
    .head .tbox{

    }
    .head .tbox .tlist{
  
    }
    .head .tbox .tlist .icon{
      width: 0.3rem;
    }
    .head .tbox .tlist .p1{
   font-size: 0.2rem;
   }
    
    .navbox{
     
    }
    .navbox .navlist{

    }
    .navbox .navlist .nav{width: 100%;height: auto;box-sizing: border-box;padding: 0.15rem;margin: 0;}
    .navbox .navlist .nav .a1{
 display: flex;
 justify-content: flex-start;
 align-items: center;
 flex: 1;
 }
    .navbox .navlist .nav .a1 .icon{
  width: 0.8rem;
  margin-right: 0.2rem;
  }
    .navbox .navlist .nav .a1 .p1{

    }
    
    
    .wap{

    }
    .wap .line{

    }  
}