*{ 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;background: #f3f9ff;}
ul,dl,dd,dt,h1,h2,h3,h4,h5,h6,form { padding:0; margin:0;}
h1 { font-size:20px; font-family:'Microsoft YaHei';}
h2 { font-size:12px; font-weight:normal;}
h3 { font-size:14px; font-weight:normal;}
h4 { font-size:12px; font-weight:normal;}
h5 { font-size:12px; font-weight:normal;}
ul { list-style:none;}
li { list-style:none;}
img { border:none;}
a {color: #000; text-decoration:none;}
a:hover{text-decoration:none;}
p{ word-spacing:-1.5px; padding:0; margin:0;line-height: 150%;}
section,header,main,footer{
    display: flex;width: 100%;position: relative;flex-direction: column;justify-content: center;align-items: center;}
input{border:0;outline:none;}


.d-flex{display: flex;}
.al-c{align-items: center;}
.jc-c{justify-content: center;}
.jc-s{justify-content: space-between;}
.al-fs{align-items: flex-start;}
.al-ed{align-items: flex-end;}
.jc-fs{justify-content: flex-start;}
.p-r{position: relative;}
.p-a{position: absolute;}
.p-f{position: fixed;}
.w100{width: 100%;}
.ft14{font-size: 0.14rem;line-height: 150%;}
.ft18{font-size: 0.18rem;line-height: 150%;}
.ft20{font-size: 0.2rem;line-height: 150%;}
.ft22{font-size: 0.22rem;line-height: 150%;}
.ft24{font-size: 0.24rem;line-height: 150%;}
.ft25{font-size: 0.25rem;line-height: 150%;}
.ft26{font-size: 0.26rem;line-height: 150%;}
.ft28{font-size: 0.28rem;line-height: 150%;}
.ft30{font-size: 0.30rem;line-height: 150%;}
.ft35{font-size: 0.35rem;line-height: 150%;}
.ft36{font-size: 0.36rem;line-height: 150%;}
.ft40{font-size: 0.4rem;line-height: 150%;}
.ft42{font-size: 0.42rem;line-height: 150%;}
.ft48{font-size: 0.48rem;line-height: 150%;}
.ft60{font-size: 0.6rem;line-height: 150%;}
.mt30{margin-bottom: 0.3rem;}
.m_t50{margin-top: 0.5rem;}
.none{display: none;}
.flex-column{flex-direction: column;}
.wrap{flex-wrap: wrap;}
.mw100{max-width: 100%;}
.w1920{width: 19.2rem;}
.wap{display: none;}
/* .min1920{min-width: 1920px;} */
.fsour{font-family: 'sour';}
.avtive{color: #ff9900;}
.lh150{line-height: 150%;}
.w1400{width: 1400px;}
.w1200{width: 1200px;}
.arcbody{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.2rem;
    }
.arcbody * {
    color: #848484;
    line-height: 2;
    width: 100%;
    font-size: 0.24rem;
}
.arcbody img {
    width: auto;
    max-width: 100%;
    margin: 0.15rem 0 0;
    height: auto!important;
}
.arcbody p{margin-top: 0.15rem;}
.text-line{
    background: linear-gradient(0deg,var(--bgcolor),var(--bgcolor)) no-repeat left bottom;
    background-size: 0% 0.02rem;
    transition: all 0.3s;
    display: inline!important;
}
.text-line:hover{
    background-size: 100% 0.02rem; 
}
:root{
    --bgcolor: #1280fc;
    --fontcolor: #1280fc;
    --b-r:0.05rem;
    --hoverbg: #1280fc;
    --hoverfont: #1280fc;
    --swiper-theme-color: #fff;
}
.w1296{width: 1200px;}
.headxf{
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 12;
    position: fixed;
}
/**********ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨*****/
.head{
    width: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
}
.head .logo{}
.head .logo img{
    width: 2.2rem;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbox .navlist{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.navbox .nav{
    font-size: 0.18rem;
    font-weight: 400;
    color: #333;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 0.9rem;
    position: relative;
}
.navbox .nav:hover{color: var(--hoverfont);}
.navbox .nav.this{
    color: var(--hoverfont);
}
.navbox .nav .p1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.navbox .nav.this .p1{}
.navbox .nav .snavbox{
    position: absolute;
    display: none;
    top: 100%;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.1rem 0;
    background: #fff;
    box-shadow: 0 0 0.05rem  #ccc;
    width: 19.2rem;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%);
    max-width: 100%;
}
.navbox .nav .snavbox .snav{
    width: 100%;
    height: 0.5rem;
    box-sizing: border-box;
    padding: 0 0.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.navbox .nav .snavbox .snav:hover{
    background: var(--hoverbg);
}
.navbox .nav .snavbox .snav.this{
    background: var(--thiscolor);
    color: #fff;
}
.navbox .nav:hover .snavbox{
    display: flex;
}
.indexhead{
    background: transparent;
}
.indexhead .nav{
    color: #fff;
}

.fy{
    margin-bottom: 0.1rem;
    width: 100%;
}
.fy a{
    font-size: 0.16rem;
    color: #4d4d4d;
}
.fy a:hover{color: var(--hoverfont);}

.mySwipe{
    width: 100%;
    max-width: 100%;
}
.mySwipe .swiper-slide{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwipe .banner{
    width: 100%;
}
.mySwipe .tbox{
    position: absolute;
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.mySwipe .tbox .p1{
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.2rem;
}
.mySwipe .tbox .p2{
    font-size: 0.24rem;
    color: #fff;
    width: 5.2rem;
}
.mySwipe .tbox .a1{
    width: 1.8rem;
    height: 0.55rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    color: #fff;
    border: 1px #fff solid;
    border-radius: 0.5rem;
    margin-top: 0.3rem;
}
.mySwipe .tbox .a1:hover{
    color: var(--bgcolor);
    border-color: var(--bgcolor);
}


.lanmu{
    width: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96%;
    margin: 1.2rem 0;
}
.alltitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.alltitle .p1{
    font-size: 0.4rem;
    color: var(--fontcolor);
    font-weight: bold;
    line-height: 1.5;
}
.alltitle .p2{
    font-size: 0.2rem;
    text-align: center;
    color: #666666;
}
.lanmubox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}
.lanmubox .lanmulist{
    height: 4.45rem;
    background: #fff;
    width: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lanmubox .lanmulist .p1{
    margin-top: 0.35rem;
    width: 90%;
    font-size: 0.22rem;
    transition: all 0.3s;
}
.lanmubox .lanmulist .p2{
    width: 90%;
    font-size: 0.16rem;
    color: #cedcec;
    text-transform: uppercase;
}
.lanmubox .lanmulist .a1{
    width: 0.9rem;
    height: 0.34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bgcolor);
    color: #fff;
    border-radius: 0.5rem;
    margin: 0.2rem auto 0 5%;
    opacity: 0;
    transition: all 0.3s;
}
.lanmubox .lanmulist .lmimg{
    max-width: 85%;
    margin: auto auto 0.1rem;
    transition: all 0.3s;
}

.lanmubox .lanmulist.this{
    width: 3.75rem;
}
.lanmubox .lanmulist.this .p1{
    color: var(--bgcolor);
}
.lanmubox .lanmulist.this .p2{}
.lanmubox .lanmulist.this .a1{opacity: 1;}
.lanmubox .lanmulist.this .lmimg{
    margin: auto 5% 0.1rem auto;
}

.fangan{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 7.3rem;
    background: url(../img/bg1.jpg);
    background-size: 100% 100%;
    max-width: 100%;
}
.fanganbox{
    width: 12rem;
    display: flex;
    margin-top: 0.55rem;
    max-width: 96%;
}
.fanganbox .leftbox{
    width: 29.5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-top: 0.65rem;
    background: rgba(40,45,52,0.9);
    height: 4.7rem;
}
.fanganbox .leftbox .fanganlm{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #63646b;
    font-size: 0.2rem;
    height: 0.65rem;
    cursor: pointer;
}
.fanganbox .leftbox .fanganlm.this{
    background: var(--bgcolor);
    color: #fff;
} 
.fanganbox .rightbox{
    width: 70.5%;
    display: flex;
}
.fanganbox .rightbox .fanganxq{
    display: none;
    position: relative;
    width: 100%;
}
.fanganbox .rightbox .fanganxq.this{
    display: flex;
}
.fanganbox .rightbox .fanganxq .tbox{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.7rem 0.6rem;
    background: rgba(0,0,0,0.8);
}
.fanganbox .rightbox .fanganxq .p1{
    font-size: 0.24rem;
    color: #fff;
    margin-bottom: 0.2rem;
}
.fanganbox .rightbox .fanganxq .p2{
    font-size: 0.2rem;
    color: #b9b9be;
    line-height: 1.8;
    width: 88%;
}

.fanganbox .rightbox .fanganxq .a1{
    width: 1.45rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bgcolor);
    color: #fff;
    font-size: 0.18rem;
    border-radius: 0.5rem;
    margin-top: auto;
}
.fanganbox .rightbox .fanganxq .faimg{
    width: 100%;
    height: 100%;
}
.zw{width: 100%;height: 1rem;}
.nybox{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.nybox .tbox{
    position: absolute;
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
}
.nybox .tbox .p1{
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.2rem;
}
.nybox .tbox .p2{
    font-size: 0.24rem;
    color: #fff;
    width: 5.2rem;
}
.nybox .nyimg{
    width: 100%;
}
.fanganbody{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.1rem;
}
.fabox{
    width: 100%;
    display: flex;
    margin: 0.55rem 0 1.1rem;
}
.fabox .tbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: auto;
}
.fabox  .fanimg{
    width: 5.88rem;
}
.alltitle2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0.1rem;
    border-left: 3px solid var(--bgcolor);
    width: 100%;
}
.alltitle2 .p1{
    font-size: 0.24rem;
}
.alltitle2 .p2{
    font-size: 0.16rem;
    color: #999;
    text-transform: uppercase;
}
.fabox .p2{
    font-size: 0.24rem;
    color: #666666;
    line-height: 1.8;
    margin-top: 0.1rem;
    width: 5.8rem;
}

.faysbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0.55rem 0 1.1rem;
    flex-wrap: wrap;
}
.faysbox .fays{
    width: 49%;
    height: 2.8rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.7rem 0.3rem;
    margin-bottom: 0.2rem;
}
.faysbox .fays .p1{
    font-size: 0.22rem;
    color: var(--fontcolor);
}
.faysbox .fays .p2{
    font-size: 0.16rem;
    color: #cedcec;
    text-transform: uppercase;
}
.faysbox .fays .p3{
    font-size: 0.18rem;
    color: #666666;
    margin-top: 0.1rem;
    line-height: 1.8;
}

.pzcpbox{
    width: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96%;
}
.pzcpbox .pzcp{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.55rem;
}
.pzcpbox .pzcp:nth-of-type(even){
    flex-flow: row-reverse;
}
.pzcpbox .pzcp .tbox{}
.pzcpbox .pzcp .tbox .p3{
    font-size: 0.18rem;
    color: #666666;
    width: 5.5rem;
    margin-top: 0.15rem;
    line-height: 1.8;
}
.pzcpbox .pzcp .pzcpimg{
    margin: auto;
    max-width: 4rem;
}

.innewsbox{
    width: 12rem;
    max-width: 96%;
    margin-top: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newsbox{
    width: 100%;
    float: left;
    margin-top: 0.55rem;
}
.newsurl{
    float: left;
    width: 5rem;
}
.newsurl .newsimg{
    width: 5rem;
    border-radius: 0.1rem;
}
.newsurl .tbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.newsurl .tbox .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsurl .tbox .p1{
    font-size: 0.2rem;
    color: #333333;
    margin: 0.1rem 0;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsurl .tbox .p2{
    font-size: 0.16rem;
    color: #999999;
}
.newsurl .tbox .p3{
    font-size: 0.2rem;
    color: #333333;
    margin: 0.1rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsurl .tbox .p4{
    color: #6c6d75;
    font-size: 0.16rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsurl .tbox .p5{
    width: 0.9rem;
    height: 0.34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bgcolor);
    color: #fff;
    border-radius: 0.5rem;
    margin: 0.2rem 0 0;
}
.newsurl .tbox .p6{}
.newsurl .tbox .p7{}   
.newsurl:nth-of-type(n+2){
    float: right;
    width: 6.8rem;
    display: flex;
    margin-bottom: 0.2rem;
    height: 1.27rem;
}
.newsurl:nth-of-type(n+2) .newsimg{
    width: 2.4rem;
    margin-right: 0.15rem;
}
.newsurl:nth-of-type(n+2) .tbox{width: 4.25rem;}
.newsurl:nth-of-type(n+2) .tbox .line{
    margin-top: 0.05rem;
}
.newsurl:nth-of-type(n+1) .tbox .p1{}
.newsurl:nth-of-type(n+1) .tbox .p2{}
.newsurl:nth-of-type(n+1) .tbox .p3{
    margin: 0 0 0.05rem 0;
}
.newsurl:nth-of-type(n+1) .tbox .p4{}
.newsurl:nth-of-type(n+1) .tbox .p5{}
.newsurl:nth-of-type(n+1) .tbox .p6{}
.newsurl:nth-of-type(n+1) .tbox .p7{}   

.newsbody{
    width: 12rem;
    margin-top: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96%;
}
.newsbody .newsp{
    font-size: 0.26rem;
    color: #333333;
    margin-bottom: 0.15rem;
    line-height: 1.5;
}
.newsbody .ct{
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
}
.newsbody .newsimg{
    width: 7rem;
}
.newsbody .arcbody{
    margin-bottom: 0.5rem;
}
.newsbody .arcbody *{}


.news-box{
    width: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 0;
    max-width: 96%;
}

.news-box .newsbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.news-box .newsbox .zplist{
    width: 3.84rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0.24rem;
    margin-bottom: 0.24rem;
}
.news-box .newsbox .zplist:nth-of-type(3n){
    margin-right: 0;
}
.news-box .newsbox .zplist .zimg{
    width: 100%;
    height: 2.84rem;
    object-fit: cover;
    border-radius: 0.1rem;
}
.news-box .newsbox .zplist .p1{
    font-size: 0.22rem;
    color: #3e464c;
    width: 100%;
    margin-top: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-box .newsbox .zplist .p1:hover{color:var(--fontcolor)}
.news-box .newsbox .zplist .p2{
    font-size: 0.16rem;
    color: #68747f;
    width: 100%;
    margin-top: 0.05rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-box .newsbox .zplist .tbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.14rem;
    color: #94989b;
    margin-top: 0.05rem;
    margin-bottom: 0.3rem;
}
.news-box .newsbox .zplist .tbox .p4{}
.news-box .newsbox .zplist .tbox .p5{}
.pagebox{
    width: 12rem;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}

.page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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;
}
.page  .p1{
    font-size: 0.12rem;
    color: #666666;
    margin: 0 0.15rem;
}
.page input{
    width: 0.6rem;
    height: 0.3rem;
    text-align: center;
    border: 1px #ccc solid;
    border-radius: 5px;
}
.page .gopage{
    width: 0.5rem;
    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;
}

.albox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.55rem;
}
.albox .allist{
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
    background: #fff;
    margin-bottom: 0.3rem;
}
.albox .allist:nth-of-type(4n){
    margin-right: 0;
}
.albox .allist img{
    max-width: 1rem;
    max-height: 1rem;
    margin: 0.2rem 0;
}
.albox .allist .p1{
    font-size: 0.18rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.5rem;
    border-top: 1px #999 solid;
}


.dybox{
    width: 12rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    margin-top: 1.2rem;
    align-items: center;
}
.dybox .tbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.dybox .tbox .titlebox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-left: 0.05rem solid var(--bgcolor);
    padding-left: 0.1rem;
    margin-bottom: 0.25rem;
}
.dybox .tbox .titlebox .p1{
    font-size: 0.2rem;
    color: #848b94;
    text-transform: uppercase;
}
.dybox .tbox .titlebox .p2{
    font-size: 0.24rem;
    color: #151a1f;
}
.dybox .tbox .dybody{
    margin-top: 0.2rem;
}
.dybox .tbox .dybody  *{
    font-size: 0.18rem;
    color: #979797;
    line-height: 180%;
    text-align: justify;
}
.dybox .imgbox{
    width: 5.7rem;
}
.dybox .imgbox img{
    width: 100%;
}
.dybox .imgbox .p1{}
.testimg{
    float: right;
    margin-left: 2.1rem;
    margin-bottom: 0.2rem;
}

.rybox{
    width: 12rem;
    margin-top: 1rem;
    max-width: 96%;
}

.swiper2{
    width: 100%;
    margin-top: 0.55rem;
    margin-bottom: 1.1rem;
}
.swiper2 .ryimg{
    width: 100%;
} 

.fwzc{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fwzc .fwzcbox{}
.fwzc .fwzcbox .fwimg{
    width: 100%;
    margin-top: 0.55rem;
}
.fwzc .fwzcbox .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.fwzc .fwzcbox .p1{
    font-size: 0.24rem;
    color: #333;
}
.fwzc .fwzcbox .p1 .icon{
    width: 0.25rem;
    margin-right: 0.1rem;
}

.pronavbox{
    width: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.1rem;
    max-width: 96%;
}

.pronavbox .pronav{
    font-size: 0.22rem;
    color: #333333;
    margin: 0 0.4rem;
}
.pronavbox .pronav.this,.pronavbox .pronav:hover{
    color: var(--fontcolor);
}

.probox{
    width: 12rem;
    margin-top: 0.55rem;
    display: flex;
    flex-wrap: wrap;
    max-width: 96%;
}

.prolist{
    width: 3.85rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
}
.prolist:nth-of-type(3){margin-right: 0;}
.prolist:nth-of-type(2n+6){margin-right: 0;}
.prolist:nth-of-type(n+7){
    width: 49%;
}
.prolist .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.45rem;
}
.prolist .imgbox img{
    max-width: 80%;
    max-height: 80%;
}
.prolist .tbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px #f3f3f3 solid;
    height: 1.7rem;
}
.prolist .tbox .p1{
    font-size: 0.22rem;
    color: #333333;
}
.prolist .tbox .p2{
    display: none;
    width: 0.9rem;
    height: 0.37rem;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
    background: var(--bgcolor);
    color: #fff;
    font-size: 0.12rem;
    border-radius: 0.5rem;
}
.prolist .tbox .xian{
    width: 20px;
    height: 2px;
    background: #ccc;
    margin-top: 0.1rem;
}
.prolist:hover .tbox .p1{
    color: var(--bgcolor);
}
.prolist:hover .tbox .p2{
    display: flex;
}
.prolist:hover .tbox .xian{
    background: var(--bgcolor);
}

.cpbox{
    width: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.1rem;
    max-width: 96%;
}

.cpbox2{
    width: 100%;
    display: flex;
    margin-top: 0.55rem;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cpbox2 .cpimg{
    margin: auto;
    max-width: 4rem;
}
.cpbox2 .tbox{
    width: 6rem;
    display: flex;
    flex-direction: column;
}
.cpbox2 .tbox .p1{
    font-size: 0.26rem;
    line-height: 1.5;
    margin-bottom: 0.15rem;
}
.cpbox2 .tbox .p2{
    font-size: 0.24rem;
    color: #666666;
    line-height: 1.8;
}

.tsbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.55rem;
    margin-bottom: 1rem;
}

.tsbox .tslist{
    width: 32%;
    height: 2rem;
    margin-bottom: 0.2rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    box-sizing: border-box;
    padding: 0.2rem 0;
}
.tsbox .tslist .tsimg{
    width: 0.4rem;
    margin-bottom: 0.2rem;
}
.tsbox .tslist .p1{
    font-size: 0.18rem;
    color: #666666;
    text-align: center;
    width: 2.2rem;
}
.tsbox .tslist .p2{
    font-size: 0.18rem;
    color: #333;
}
.xtbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.55rem;
}
.xtbox .xtlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
}
.xtbox .xtlist:nth-of-type(even){
    flex-flow: row-reverse;
}
.xtbox .xtlist .xtimg{
    max-width: 4rem;
    margin: auto;
}
.xtbox .xtlist .p1{
    width: 5.8rem;
    text-align: center;
    font-size: 0.22rem;
    color: #333333;
}

.xtbox2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.55rem;
}
.xtbox2 .xtlist2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 3.55rem;
}
.xtbox2 .xtlist2 .xtimg{
    margin: auto;
}
.xtbox2 .xtlist2 .p1{
    font-size: 0.22rem;
    margin-top: 0.2rem;
}

.tslist2{
    width: 2.8rem;
    height: 2.1rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tslist2 .tsimg{
    width: 0.4rem;
    margin-bottom: 0.2rem;
}
.tslist2 .p1{
    font-size: 0.18rem;
    color: #666;
    width: 76%;
    text-align: center;
}

.syts{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.55rem;
}
.syts .sytslist{
    width: 32%;
    height: 2.1rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
}
.syts .sytslist:nth-of-type(n+4){
    width: 49%;
}
.syts .sytslist .p1{
    font-size: 0.22rem;
    color: var(--bgcolor);
}
.syts .sytslist .p2{
    font-size: 0.16rem;
    color: #cedcec;
    text-transform: uppercase;
}
.syts .sytslist .xian{
    width: 30px;
    height: 3px;
    background: var(--bgcolor);
    margin-top: 0.1rem;
}

.tebox3{
    width: 12rem;
    margin-top: 0.55rem;
    display: flex;
    justify-content: space-between;
    max-width: 96%;
}

.tebox3 .tsimg3{
    width: 32%;
}

.tsbox4{
    width: 12rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.55rem;
    max-width: 96%;
    margin-bottom: 1rem;
}

.tsbox4 .tslist4{
    width: 49%;
    height: 2.8rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 0.3rem;
    margin-bottom: 0.2rem;
    justify-content: center;
}
.tsbox4 .tslist4 .p1{
    font-size: 0.22rem;
    color: var(--fontcolor);
}
.tsbox4 .tslist4 .p2{
    font-size: 0.16rem;
    color: #cedcec;
    text-transform: uppercase;
    margin-bottom: 0.1rem;
}
.tsbox4 .tslist4 .p3{font-size: 0.18rem;color: #666666;}


.cpjs{
    width: 12rem;
    margin-top: 0.55rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96%;
}

.cpjs .cpjslist{
    width: 100%;
    display: flex;
    margin-bottom: 0.3rem;
    align-items: center;
}
.cpjs .cpjslist:nth-of-type(even){
    flex-flow: row-reverse;
}
.cpjs .cpjslist .cpimg{
    width: 5.88rem;
}
.cpjs .cpjslist .p1{
    font-size: 0.22rem;
    color: #333333;
    margin: auto;
    line-height: 2;
}

.footer{
    width: 100%;
    margin-top: 1.1rem;
    height: 4.43rem;
    background: url(../img/fbg.jpg);
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.footer .foot{
    width: 12rem;
    display: flex;
    justify-content: space-between;
    max-width: 96%;
}
.footer .foot .fbox1{
    display: flex;
    width: 3.15rem;
    flex-wrap: wrap;
}
.footer .foot .fbox1 .a1{
    width: 100%;
    font-size: 0.18rem;
    color: #fff;
    margin-bottom: 0.25rem;
}
.footer .foot .fbox1 .a2{
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
    color: #fff;
}
.footer .foot .fbox1 .a3{
    font-size: 0.14rem;
    color: #fff;
    margin-bottom: 0.05rem;
}
.footer .foot .fbox1 .fnavbox{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.15rem;
}
.footer .foot .fbox2{
    display: flex;
    flex-direction: column;
}
.footer .foot .fbox2 .a1{
    color: #fff;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
}
.footer .foot .fbox2 .a3{
    font-size: 0.14rem;
    color: #fff;
    margin-bottom: 0.05rem;
}
.footer .foot .lxwm{}
.footer .foot .lxwm .p1{
    color: #fff;
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
}
.footer .foot .lxwm .p2{
    font-size: 0.14rem;
    color: #fff;
    margin-bottom: 0.05rem;
}
.footer .copy{
    width: 12rem;
    margin-top: 0.5rem;
    border-top: 1px #7a7a7a solid;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.6rem;
}
.footer .copy .p1{
    font-size: 0.14rem;
    color: #fff;
}
.footer .copy .a1{
    font-size: 0.14rem;
    color: #fff;
}

.navbox .nav .p1{}
.navbox .nav .p1 .a1{
    color: #333;
}
.navbox .nav .p1 .open{
    display: none;
}
.navbox .nav.this .p1 .a1,.navbox .nav:hover .p1 .a1{
    color: var(--fontcolor);
}


.snavbox{}
.snavbox .snavbox2{
    width: 12rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
}
.snavbox .snavbox2 .snavlist{
    display: flex;
    flex-direction: column;
    margin: 0.2rem auto 0.3rem;
}
.snavbox .snavbox2 .snavlist .a2{
    font-size: 0.22rem;
    font-weight: bold;
    margin-bottom: 0.05rem;
}
.snavbox .snavbox2 .snavlist .p2{
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
}
.snavbox .snavbox2 .snavlist .a3{
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
}
.navbox .nav:hover .snavbox{}

.indexhead .navbox .nav .p1{}
.indexhead .navbox .nav .p1 .a1{
    color: #fff;
}
.indexhead .navbox .nav .p1 .open{}
.indexhead .navbox .nav.this .p1 .a1,.navbox .nav:hover .p1 .a1{
    color: var(--fontcolor);
}

.snavbox3{
    display: none;
    position: absolute;
    flex-direction: column;
    top: 100%;
    background: transparent;
    padding: 0.15rem 0;
    left: 0;
    z-index: 3;
}

.snavbox3 .a2{
    margin: 0.1rem 0;
    display: flex;
    color: #fff;
    width: 100%;
    font-size: 0.18rem;
    min-width: 1.6rem;
}
.snavbox3 .a3{
    color: #fff;
    margin-top: 0.1rem;
    width: max-content;
    font-size: 0.16rem;
}
.snavbox3 .p2{
    width: max-content;
    display: none;
}
.snavbox3 .snavlist{
    display: flex;
    margin-bottom: 0.15rem;
    border-bottom: 1px var(--bgcolor) dashed;
    padding-bottom: 0.15rem;
    flex-direction: column;
}
.nav:hover .snavbox3{
    display: flex;
}

.navbg{
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 0;
        background: rgba(0,0,0,0.6);
        z-index: 2;
        transition: all 0.3s;
}
.xxbox{
    display: flex;
    flex-wrap: wrap;
    width: 4rem;
    justify-content: space-between;
}
/***************/
@media only screen and (max-width: 1201px) {
    .xxbox{
    width: 100%;
}
    .navbg{display:none}
    .indexhead .navbox .nav .p1{}
    .indexhead .navbox .nav .p1 .a1{
   color: #333;
   }
    .indexhead .navbox .nav .p1 .open{}
    .indexhead .navbox .nav.this .p1 .a1,.navbox .nav:hover .p1 .a1{
      
    }
    
.snavbox3{
    position: unset;
    display: none;
    width: 100%;
    margin-top: 0.1rem;
    transform: none;
}

.snavbox3 .a2{
    color: #333;
    width: 100%;
    font-size: 0.28rem;
}
    .wap{display: flex;width: 0.5rem;height: 0.5rem;justify-content: center;align-items: center;border: 0.02rem #999 solid;border-radius: 0.1rem;margin-right: 0.2rem;}
    .wap .line{
        width: 0.02rem;
        height: 80%;
        background: #999;
        margin: 10%;
    }
    .w1296{width: 96%;}
    .head{
    width: 100%;
}
    .head .logo{
    margin-left: 0.2rem;
}
    .head .logo img{}
    .navbox{
    position: fixed;
    width: 100%;
    top: -100%;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 15;
    justify-content: center;
    align-items: flex-start;
    transition: all 0.3s;
}
    .navbox .navlist{
    height: auto;
    flex-direction: column;
    background: #fff;
    width: 100%;
}
    .navbox .nav{
    font-size: 0.26rem;
    flex-direction: column;
    width: 100%;
    padding: 0.2rem 0.3rem;
    align-items: flex-start;
    margin: 0;
    color: #333;
}




    .navbox .nav:hover{}
    .navbox .nav.this{}
    .navbox .nav .p1{
    width: 100%;
}
    .navbox .nav.this .p1{}
    .navbox .nav .snavbox{
    position: unset;
    display: none;
    width: 100%;
    margin-top: 0.1rem;
    transform: none;
}
    .navbox .nav .snavbox .snav{
    font-size: 0.24rem;
}
    .navbox .nav .snavbox .snav:hover{}
    .navbox .nav .snavbox .snav.this{}
    .navbox .nav:hover .sanvbox{}
    .up-down{
    }
     .fy{
    }
     .fy a{font-size: 0.28rem;}
     .fy a:hover{color: var(--hoverfont);}

    .mySwipe{
    height: 5rem;
}

.mySwipe .banner{
    height: 100%;
}
.mySwipe .tbox{}
.mySwipe .tbox .p1{}
.mySwipe .tbox .p2{
}
.mySwipe .tbox .a1{}
.lanmu{}
.alltitle{}
.alltitle .p1{}
.alltitle .p2{
    font-size: 0.22rem;
}
.lanmubox{
    flex-wrap: wrap;
}
.lanmubox .lanmulist{
    width: 48%;
    margin-bottom: 0.2rem;
}
.lanmubox .lanmulist .p1{
    font-size: 0.3rem;
    color: var(--fontcolor);
}
.lanmubox .lanmulist .p2{
    font-size: 0.24rem;
}
.lanmubox .lanmulist .a1{
    width: 1.6rem;
    height: 0.5rem;
    font-size: 0.24rem;
    opacity: 1;
}
.lanmubox .lanmulist .lmimg{}

.lanmubox .lanmulist.this{
    width: 48%;
}
.lanmubox .lanmulist.this .p1{}
.lanmubox .lanmulist.this .p2{}
.lanmubox .lanmulist.this .a1{}
.lanmubox .lanmulist.this .lmimg{}
.fangan{}
.fanganbox{}
.fanganbox .leftbox{}
.fanganbox .leftbox .fanganlm{
    font-size: 0.24rem;
}
.fanganbox .leftbox .fanganlm.this{} 
.fanganbox .rightbox{}
.fanganbox .rightbox .fanganxq{}
.fanganbox .rightbox .fanganxq.this{}
.fanganbox .rightbox .fanganxq .tbox{
    padding: 0.3rem 0.2rem;
}
.fanganbox .rightbox .fanganxq .p1{}
.fanganbox .rightbox .fanganxq .p2{
    width: 100%;
    font-size: 0.22rem;
}

.fanganbox .rightbox .fanganxq .a1{}
.fanganbox .rightbox .fanganxq .faimg{}

.nybox{}
.nybox .tbox{}
.nybox .tbox .p1{
    font-size: 0.36rem;
}
.nybox .tbox .p2{
    width: 100%;
}
.nybox .nyimg{}

.fanganbody{}
.fabox{
    flex-wrap: wrap;
}
.fabox .tbox{}
.fabox  .fanimg{
    width: 100%;
    margin-top: 0.2rem;
}
.alltitle2{}
.alltitle2 .p1{
    font-size: 0.28rem;
}
.alltitle2 .p2{
    font-size: 0.22rem;
}
.fabox .p2{
    width: 100%;
}


.faysbox{}
.faysbox .fays{
    padding: 0.3rem;
    height: auto;
}
.faysbox .fays .p1{
    font-size: 0.32rem;
}
.faysbox .fays .p2{
    font-size: 0.24rem;
}
.faysbox .fays .p3{
    font-size: 0.24rem;
}

.pzcpbox{}
.pzcpbox .pzcp{}
.pzcpbox .pzcp:nth-of-type(even){}
.pzcpbox .pzcp .tbox{}
.pzcpbox .pzcp .tbox .p3{
    width: 3.6rem;
    font-size: 0.24rem;
}
.pzcpbox .pzcp .pzcpimg{
    width: 3rem;
}

.innewsbox{}

.newsbox{}
.newsurl{
    width: 100%;
}
.newsurl .newsimg{
    width: 100%;
}
.newsurl .tbox{}
.newsurl .tbox .line{}
.newsurl .tbox .p1{
    font-size: 0.28rem;
}
.newsurl .tbox .p2{
    font-size: 0.24rem;
}
.newsurl .tbox .p3{
    font-size: 0.28rem;
}
.newsurl .tbox .p4{
    font-size: 0.24rem;
}
.newsurl .tbox .p5{
    width: 2rem;
    height: 0.55rem;
    font-size: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsurl .tbox .p6{}
.newsurl .tbox .p7{}   
.newsurl:nth-of-type(n+2){
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
}
.newsurl:nth-of-type(n+1) .newsimg{}
.newsurl:nth-of-type(n+1) .tbox{}
.newsurl:nth-of-type(n+1) .tbox .line{}
.newsurl:nth-of-type(n+1) .tbox .p1{}
.newsurl:nth-of-type(n+1) .tbox .p2{}
.newsurl:nth-of-type(n+1) .tbox .p3{}
.newsurl:nth-of-type(n+1) .tbox .p4{}
.newsurl:nth-of-type(n+1) .tbox .p5{}
.newsurl:nth-of-type(n+1) .tbox .p6{}
.newsurl:nth-of-type(n+1) .tbox .p7{}   
.newsbody{}
.newsbody .newsp{
    text-align: center;
    font-size: 0.32rem;
}
.newsbody .ct{
    font-size: 0.24rem;
}
.newsbody .newsimg{}
.newsbody .arcbody{}
.newsbody .arcbody *{}


.news-box{}

.news-box .newsbox{
    justify-content: space-between;
}

.news-box .newsbox .zplist{
    margin-right: 0;
    width: 48%;
}
.news-box .newsbox .zplist:nth-of-type(3n){}
.news-box .newsbox .zplist .zimg{}
.news-box .newsbox .zplist .p1{
    font-size: 0.28rem;
}
.news-box .newsbox .zplist .p2{
    font-size: 0.24rem;
}
.news-box .newsbox .zplist .tbox{
    font-size: 0.24rem;
}
.news-box .newsbox .zplist .tbox .p4{}
.news-box .newsbox .zplist .tbox .p5{}
  
.pagebox{}

.page{}
.page .total{
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.24rem;
}

.page .active{
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.24rem;
}
.page  .p1{
    font-size: 0.22rem;
}
.page input{
    height: 0.4rem;
    font-size: 0.22rem;
}
.page .gopage{
    width: 0.8rem;
    height: 0.4rem;
    font-size: 0.24rem;
}
.albox{
    justify-content: space-between;
}
.albox .allist{
    width: 49%;
    margin-right: 0;
}
.albox .allist:nth-of-type(4n){}
.albox .allist img{}
.albox .allist .p1{
    font-size: 0.24rem;
}

.dybox{
}
.dybox .tbox{
}
.dybox .tbox .titlebox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-left: 0.05rem solid var(--bgcolor);
    padding-left: 0.1rem;
    margin-bottom: 0.25rem;
}
.dybox .tbox .titlebox .p1{
    font-size: 0.2rem;
    color: #848b94;
    text-transform: uppercase;
}
.dybox .tbox .titlebox .p2{
    font-size: 0.24rem;
    color: #151a1f;
}
.dybox .tbox .dybody{}
.dybox .tbox .dybody  *{
    font-size: 0.24rem;
    color: #979797;
    line-height: 180%;
}
.dybox .imgbox{
    width: 5.7rem;
}
.dybox .imgbox img{
    width: 100%;
}
.dybox .imgbox .p1{}
.testimg{
    margin-left: 0;
    width: 100%;
}
.rybox{}

.swiper2{}
.swiper2 .ryimg{} 
.fwzc{}

.fwzc .fwzcbox{}
.fwzc .fwzcbox .fwimg{}
.fwzc .fwzcbox .line{}
.fwzc .fwzcbox .p1{}
.fwzc .fwzcbox .p1 .icon{}

.pronavbox{
    flex-wrap: wrap;
}

.pronavbox .pronav{
    font-size: 0.3rem;
    margin: 0.1rem 0.2rem;
}
.pronavbox .pronav.this,.pronavbox .pronav:hover{}
.probox{
    justify-content: space-between;
}

.prolist{
    width: 49%;
    margin-right: 0;
}
.prolist:nth-of-type(n+7){}
.prolist .imgbox{}
.prolist .imgbox img{}
.prolist .tbox{}
.prolist .tbox .p1{
    font-size: 0.28rem;
}
.prolist .tbox .p2{
    display: flex;
    width: 1.6rem;
    height: 0.5rem;
    font-size: 0.24rem;
    margin-top: 0.1rem;
}
.prolist .tbox .xian{}
.prolist:hover .tbox .p1{}
.prolist:hover .tbox .p2{}
.prolist:hover .tbox .xian{}

.cpbox{}

.cpbox2{}
.cpbox2 .cpimg{}
.cpbox2 .tbox{
    width: 100%;
    margin-top: 0.3rem;
}
.cpbox2 .tbox .p1{
    text-align: center;
    font-size: 0.32rem;
}
.cpbox2 .tbox .p2{
    font-size: 0.26rem;
}

.tsbox{}

.tsbox .tslist{
    height: auto;
    box-sizing: border-box;
    padding: 0.2rem 0;
}
.tsbox .tslist .tsimg{}
.tsbox .tslist .p1{
    font-size: 0.24rem;
    width: 90%;
}

.xtbox{}
.xtbox .xtlist{
    flex-direction: column;
}
.xtbox .xtlist:nth-of-type(even){
    flex-direction: column;
}
.xtbox .xtlist .xtimg{
    width: 80%;
    max-width: 80%;
}
.xtbox .xtlist .p1{
    width: 100%;
    font-size: 0.28rem;
    margin-top: 0.15rem;
}
.tsbox .tslist .p2{
    font-size: 0.26rem;
}
.xtbox2{
    flex-wrap: wrap;
}
.xtbox2 .xtlist2{
    width: 49%;
}
.xtbox2 .xtlist2 .xtimg{
    max-width: 90%;
    max-height: 2rem;
}
.xtbox2 .xtlist2 .p1{
    font-size: 0.28rem;
}
.tslist2{
    width: 49%;
    margin-bottom: 0.2rem;
}
.tslist2 .tsimg{}
.tslist2 .p1{
    font-size: 0.26rem;
}

.syts{}
.syts .sytslist{
    height: auto;
    padding: 0.2rem 0;
}
.syts .sytslist:nth-of-type(n+4){}
.syts .sytslist .p1{
    font-size: 0.28rem;
}
.syts .sytslist .p2{
    font-size: 0.24rem;
    text-align: center;
    width: 90%;
}
.syts .sytslist .xian{}
.tebox3{
    flex-wrap: wrap;
}

.tebox3 .tsimg3{
    width: 100%;
}

.tsbox4{}

.tsbox4 .tslist4{
    width: 100%;
}
.tsbox4 .tslist4 .p1{
    font-size: 0.28rem;
}
.tsbox4 .tslist4 .p2{
    font-size: 0.24rem;
}
.tsbox4 .tslist4 .p3{font-size: 0.26rem;}

.cpjs{}

.cpjs .cpjslist{
    flex-wrap: wrap;
}
.cpjs .cpjslist:nth-of-type(even){
    flex-wrap: wrap;
}
.cpjs .cpjslist .cpimg{
    width: 100%;
    margin: auto;
}
.cpjs .cpjslist .p1{
    font-size: 0.26rem;
}

.footer{
    max-width: 100%;
    height: auto;
}

.footer .foot{
    flex-wrap: wrap;
    padding-top: 0.5rem;
}
.footer .foot .fbox1{
    width: 100%;
}
.footer .foot .fbox1 .a1{
    font-size: 0.28rem;
}
.footer .foot .fbox1 .a2{
    font-size: 0.26rem;
}
.footer .foot .fbox1 .a3{
    font-size: 0.24rem;
}
.footer .foot .fbox1 .fnavbox{}
.footer .foot .fbox2{
    width: 50%;
}
.footer .foot .fbox2 .a1{
    font-size: 0.28rem;
}
.footer .foot .fbox2 .a3{
    font-size: 0.24rem;
}
.footer .foot .lxwm{}
.footer .foot .lxwm .p1{
    font-size: 0.28rem;
}
.footer .foot .lxwm .p2{
    font-size: 0.24rem;
}
.footer .copy{
    max-width: 96%;
}
.footer .copy .p1{
    font-size: 0.2rem;
}
.footer .copy .a1{
    font-size: 0.2rem;
}

.navbox .nav .p1{}
.navbox .nav .p1 .a1{}
.navbox .nav .p1 .open{
    display: flex;
    width: 0.5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.navbox .nav.this .p1 .a1,.navbox .nav:hover .p1 .a1{}


.snavbox{}
.snavbox .snavbox2{
    flex-wrap: wrap;
}
.snavbox .snavbox2 .snavlist{
    width: 50%;
}
.snavbox .snavbox2 .snavlist .a2{
    font-size: 0.24rem;
}
.snavbox .snavbox2 .snavlist .p2{
    font-size: 0.22rem;
}
.snavbox .snavbox2 .snavlist .a3{
    font-size: 0.24rem;
}
.navbox .nav:hover .snavbox{}
.snavbox3 .a3{
    color: #666;
    width: 50%;
    font-size: 0.26rem;
}
.snavbox3 .p2{
    display: none;
}
.snavbox3 .snavlist{
    flex-wrap: wrap;
    flex-direction: unset;
    justify-content: space-between;
    width: 100%;
}
}
@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;}