*{ 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;}
a:hover{text-decoration:none;}
p{ word-spacing:-1.5px; padding:0; margin:0;line-height: 150%;}
section,header,main,footer{
    display: flex;width: 100%;position: relative;flex-direction: column;justify-content: center;align-items: center;}
input{border:0;outline:none;}


.d-flex{display: flex;}
.al-c{align-items: center;}
.jc-c{justify-content: center;}
.jc-s{justify-content: space-between;}
.al-fs{align-items: flex-start;}
.al-ed{align-items: flex-end;}
.jc-fs{justify-content: flex-start;}
.p-r{position: relative;}
.p-a{position: absolute;}
.p-f{position: fixed;}
.w100{width: 100%;}
.ft14{font-size: 0.14rem;line-height: 150%;}
.ft18{font-size: 0.18rem;line-height: 150%;}
.ft20{font-size: 0.2rem;line-height: 150%;}
.ft22{font-size: 0.22rem;line-height: 150%;}
.ft24{font-size: 0.24rem;line-height: 150%;}
.ft25{font-size: 0.25rem;line-height: 150%;}
.ft26{font-size: 0.26rem;line-height: 150%;}
.ft28{font-size: 0.28rem;line-height: 150%;}
.ft30{font-size: 0.30rem;line-height: 150%;}
.ft35{font-size: 0.35rem;line-height: 150%;}
.ft36{font-size: 0.36rem;line-height: 150%;}
.ft40{font-size: 0.4rem;line-height: 150%;}
.ft42{font-size: 0.42rem;line-height: 150%;}
.ft48{font-size: 0.48rem;line-height: 150%;}
.ft60{font-size: 0.6rem;line-height: 150%;}
.mt30{margin-bottom: 0.3rem;}
.m_t50{margin-top: 0.5rem;}
.none{display: none;}
.flex-column{flex-direction: column;}
.wrap{flex-wrap: wrap;}
.mw100{max-width: 100%;}
.w1920{width: 19.2rem;}
.wap{display: none;}
/* .min1920{min-width: 1920px;} */
.fsour{font-family: 'sour';}
.avtive{color: #ff9900;}
.lh150{line-height: 150%;}
.w1400{width: 1400px;}
.w1200{width: 1200px;}
.arcbody{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.2rem;
    }
.arcbody * {
    font-size: 0.2rem;
    color: #848484;
    line-height: 180%;
    width: 100%;
}
.arcbody img {
    width: auto;
    max-width: 100%;
    margin: 0.15rem 0 0;
    height: auto!important;
}
.arcbody p{margin-top: 0.15rem;}
.text-line{
    background: linear-gradient(0deg,var(--bgcolor),var(--bgcolor)) no-repeat left bottom;
    background-size: 0% 0.02rem;
    transition: all 0.3s;
    display: inline!important;
}
.text-line:hover{
    background-size: 100% 0.02rem; 
}
:root{
    --bgcolor: #5aa4af;
    --fontcolor: #5aa4af;
    --b-r:0.05rem;
    --hoverbg: #5aa4af;
    --hoverfont: #5aa4af;
--thiscolor: #5aa4af;
}
.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: 1.72rem;
}
.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{
    position: relative;
    font-size: 0.16rem;
    font-weight: 400;
    color: #000000;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.25rem;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
}
.navbox .nav:hover{
    color: var(--thiscolor);
    border-bottom-color: var(--thiscolor);
}
.navbox .nav.this{
    color: var(--thiscolor);
}
.navbox .nav .p1{}
.navbox .nav.this .p1{}
.navbox .nav .snavbox{
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.1rem 0;
    background: #fff;
    width: 3rem;
    box-shadow: 0 0 0.05rem  #ccc;
}
.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;
}
.lgbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lgbox .a1{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.lgbox .a1 .icon{
    width: 16px;
    margin-right: 5px;
}
.navbox .nav:hover .snavbox{
    display: flex;
}
.up-down{
    width: 100%;
    border-top: 1px #ebebeb solid;
    margin-top: 0.5rem;
    padding-top: 0.3rem;
}
.up-down .fy{
    margin-bottom: 0.05rem;
}
.up-down .fy a{
    font-size: 0.16rem;
    color: #4d4d4d;
}
.up-down .fy a:hover{color: var(--hoverfont);}

.indexhead{background: transparent;}
.indexhead .nav{color: #fff;}
.indexhead .lgbox .a1{color: #fff;}


.mySwiper{
    width: 100%;
}

.mySwiper .banner{
    width: 100%;
}
.mySwiper .swiper-slide{display: flex;justify-content: center;align-items: center;}
.mySwiper .tbox{
    position: absolute;
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
}
.mySwiper .tbox .p1{
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.3rem;
    font-weight: bold;
}
.mySwiper .tbox .p2{
    font-size: 0.24rem;
    color: #fff;
    text-shadow: 5px 5px 0.1rem #000;
}
.mySwiper .tbox .a1{
    width: 1.8rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
    color: #fff;
    font-size: 0.22rem;
    box-sizing: border-box;
    border: 1px #fff solid;
    border-radius: 0.5rem;
}
.mySwiper .pagination1{
    bottom: 0.2rem;
}
.mySwiper .swiper-pagination-bullet{
    background: #fff;
    width: 0.2rem;
    border-radius: 0.1rem;
    height: 0.05rem;
} 
.mySwiper .swiper-pagination-bullet-active{}

.nybanner{
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.nybanner .nyimg{
    width: 100%;
}
.nybanner .tbox{
    position: absolute;
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.nybanner .tbox .p1{
    font-size: 0.24rem;
    color: #fff;
    text-transform: uppercase;
}
.nybanner .tbox .p2{
    font-size: 0.36rem;
    color: #fff;
    font-weight: bold;
}

.bg3{
    background: url(../img/bg3.jpg);
    background-size: 100% 100%;
}

.jianje{
    width: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96%;
    margin-top: .7rem;
    margin-bottom: 0.6rem;
}
.alltitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.alltitle .p1{
    font-size: 0.36rem;
    color: #bcbcbc;
    text-transform: uppercase;
    opacity: 0.3;
}
.alltitle .p2{
    font-size: 0.36rem;
    color: var(--fontcolor);
    font-weight: bold;
    margin-top: -0.3rem;
}
.alltitle .p3{
    color: #666;
    font-size: 0.16rem;
    margin-top: 0.1rem;
}

.jjbox{
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.jjbox .tbox{
    width: 6.9rem;
    display: flex;
    flex-direction: column;
}
.jjbox .tbox .jj{
    font-size: 16px;
    color: #666;
    text-align: justify;
    line-height: 1.8;
    margin-top: 0.2rem;
}
.jjbox .jjimg{
    width: 4.75rem;
}

.alltitle2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-left: 5px solid var(--bgcolor);
    padding-left: 0.1rem;
}
.alltitle2 .p1{
    font-size: 0.2rem;
    color: #848b94;
    text-transform: uppercase;
}
.alltitle2 .p2{
    font-size: 0.24rem;
}

.bg4{
    background: url(../img/bg4.jpg);
    background-size: 100% 100%;
}

.fzlc{
    width: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.9rem 0;
    max-width: 96%;
}
.lclb{
    width: 100%;
    margin-top: 0.75rem;
}
.lclb .lb2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.7rem;
    padding: 0.1rem 0.4rem;
    box-sizing: border-box;
}
.lclb .lb2::after{content: '';position: absolute;width: 100%;height: 0.1rem;background: #fff;border-radius: 10px;}
.lclb .lb2 .lclist{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.lclb .tbox{
    position: absolute;
    top: 0;
    width: 2.7rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: #fff;
    height: 1.28rem;
    padding: 0.1rem 0.15rem;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}
.lclb .swiper-slide .tbox:hover{top:-0.1rem}
.lclb .tbox::after{content: '';top: 100%;bottom: auto;border-top: 0.13rem solid #fff;border-bottom: 0.13rem solid transparent;border-left: 0.13rem transparent solid;position: absolute;border-right: 0.13rem transparent solid;}
.lclb .lb2 .lclist .tbox .p1{
    font-size: 0.3rem;
    font-weight: bold;
    color: #525252;
    width: 100%;
}
.lclb .lb2 .lclist .tbox:hover .p1{color:var(--fontcolor)}
.lclb .lb2 .lclist .tbox .p2{
    font-size: 0.14rem;
    color: #525252;
    width: 100%;
}
.lclb .lb2 .lclist  .yuan{
    width: 0.36rem;
    height: 0.36rem;
    border: 2px solid var(--fontcolor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.lclb .lb2 .lclist  .yuan2{
    width: 0.16rem;
    height: 0.16rem;
    background: var(--fontcolor);
    border-radius: 50%;
}
.lclb .swiper-slide:nth-of-type(even) .tbox{
    top: auto;
    bottom: 0;
}
.lclb .swiper-slide:nth-of-type(even) .tbox::after{content: '';top: auto;bottom: 100%;border-bottom: 0.13rem solid #fff;border-top: 0.13rem solid transparent;border-left: 0.13rem transparent solid;position: absolute;border-right: 0.13rem transparent solid;}

.lclb .swiper-slide:nth-of-type(even) .tbox:hover{bottom:-0.1rem}
.shuju{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.2rem;
    margin-bottom: -1.5rem;
    background: var(--fontcolor);
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem #ccc;
    margin-top: 0.85rem;
    z-index: 2;
}
.shuju .sjlist{
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.shuju .sjlist.br{background: url(../img/xian.png);background-position: right;background-repeat: no-repeat;background-size: 3px;}
.shuju .sjlist .p1{
    font-size: 0.46rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    transition: all 0.3s;
}
.shuju .sjlist:hover .p1{margin:-0.1rem 0 0.1rem}
.shuju .sjlist .p2{
    font-size: 0.18rem;
    color: #fff;
}
.shuju .sjlist .p1 span{
    font-size: 0.24rem;
}

.bg5{
    background: url(../img/bg5.jpg);
    background-size: 100% 100%;
}
.fangxiang{
    margin: 1.3rem 0 0.9rem;
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fangxiang .fxt{
    font-size: 0.16rem;
    color: #666;
    width: 100%;
    text-align: center;
    margin: 0.5rem 0 0.7rem;
}
.fangxiang .fximg{
    width: 100%;
}
.bg6{
    background: url(../img/bg6.jpg);
    background-size: 100% 100%;
}
.qita{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.8rem 0 1rem;
}
.qita .qtbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.55rem;
    flex-wrap: wrap;
}
.qita .qtbox .qtlist{
    width: 3.83rem;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 0.1rem #ccc;
    border-radius: 0.2rem 0;
    height: 2.45rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s;
}
.qita .qtbox .qtlist:hover{box-shadow: 0 0 0.1rem var(--fontcolor);
   margin-top: -0.1rem;}
.qita .qtbox .qtlist .p1{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    color: #2e2e2e;
    height: 1rem;
    border-bottom: 1px #ccc solid;
    margin-bottom: 0.3rem;
    font-weight: bold;
    transition: all 0.3s;
}
.qita .qtbox .qtlist:hover .p1{color:var(--fontcolor)}
.qita .qtbox .qtlist .p2{
    font-size: 0.16rem;
    color: #373636;
    width: 90%;
    text-align: center;
}
.nynavbox{
    width: 100%;
    box-shadow: 0 0 0.1rem #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nynavbox .box{
    width: 12rem;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.nynavbox .hf{
    position: absolute;
    right: 0;
    width: 2.25rem;
    height: 0.35rem;
    border: 1px #999 solid;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.nynavbox .hf .seach_t{
    width: 75%;
    height: 100%;
    text-indent: 0.2rem;
}
.nynavbox .hf .seach_s{
    width: 25%;
    height: 100%;
    background: url(../img/ss.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.21rem;
}
.nynavbox .nynavlist{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.7rem;
}
.nynavbox .nynav{
    height: 100%;
    margin: 0 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px transparent solid;
    border-bottom: 2px transparent solid;
    box-sizing: border-box;
    padding: 0 0.1rem;
    font-size: 0.22rem;
    color: #333;
}
.nynavbox .nynav.this,.nynavbox .nynav:hover{
    color: var(--fontcolor);
    border-bottom: 2px var(--bgcolor) solid;
}
.probox{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.8rem 0 0.9rem;
}
.prolist{
    width: 100%;
    margin-top: 0.65rem;
}

.prolist .prourl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}
.prolist .prourl .proimg{
    width: 4.88rem;
}
.prolist .prourl .tbox{
    width: 5.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.prolist .prourl .p1{
    font-size: 0.24rem;
    color: var(--fontcolor);
    border-bottom: 1px #ebebeb solid;
    width: 100%;
    padding-bottom: 0.2rem;
    margin-bottom: 0.15rem;
}
.prolist .prourl .p2{
    font-size: 0.18rem;
    color: #353535;
}
.prolist .prev1{}
.prolist .next1{}
.prolist .prev1::after{
    color: #999;
}
.prolist .next1::after{
    color: #999;
}
.bg7{
    background: url(../img/bg7.jpg);
    background-size: 100% 100%;
}
.bg8{
    background: url(../img/bg8.png);
    background-size: 100% 100%;
}
.fwbox1{
    width: 12rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.1rem 0;
}
.fwbox1 .fwimg{
    width: 3.86rem;
}
.fwbox1 .tbox{
    margin-left: 1.24rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.fwbox1 .xian{
    width: 50px;
    height: 2px;
    background: var(--bgcolor);
}
.fwbox1 .p1{
    font-size: 0.24rem;
    color: var(--fontcolor);
    font-weight: bold;
    margin: 0.2rem 0;
}
.fwbox1 .p2{
    font-size: 0.24rem;
    color: #373636;
}
.fwbox1 .p3{
    font-size: 0.18rem;
    color: #5f5f5f;
    line-height: 1.8;
    margin-top: 0.1rem;
}

.youshi{
    width: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.85rem 0 0.75rem;
    max-width: 96%;
}
.youshi .ysbox{
    width: 100%;
    margin-top: 0.45rem;
    height: 4.75rem;
    display: flex;
}
.youshi .ysbox .left{
    width: 2.95rem;
    background: linear-gradient(138deg, #86cdd8, #5aa4af);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.youshi .ysbox .left .ysbtn{
    width: 100%;
    text-align: center;
    height: 0.6rem;
    font-size: 0.18rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.youshi .ysbox .left .ysbtn.this,.youshi .ysbox .left .ysbtn:hover{
    background: #d9ebee;
    color: var(--fontcolor);
}
.youshi .ysbox .right{
    flex: 1;
    display: flex;
}
.youshi .ysbox .right .ysxq{
    display: none;
    width: 100%;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.7rem 0.5rem;
    background-size: 100% 100%;
}
.youshi .ysbox .right .ysxq.this{
    display: flex;
}
.youshi .ysbox .right .ysxq .p1{
    font-size: 0.24rem;
    color: var(--fontcolor);
}
.youshi .ysbox .right .ysxq .p2{
    font-size: 0.18rem;
    width: 5.5rem;
    margin-top: 0.2rem;
    line-height: 1.8;
    color: #666;
}
.bg9{background: url(../img/bg9.png);background-size: 100% 100%;}
.tedian{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.7rem 0;
}
.tedian .tdimg{
    width: 100%;
    margin-top: 0.5rem;
}


.news-box{
    width: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 0;
    max-width: 96%;
}

.newsbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.newsbox .zplist{
    width: 3.84rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0.24rem;
    margin-bottom: 0.24rem;
    overflow: hidden;
}
.newsbox .zplist:nth-of-type(3n){
    margin-right: 0;
}
.newsbox .zplist .zimg{
    width: 100%;
    /* height: 2.84rem; */
    /* object-fit: cover; */
    transition: all 0.5s;
}
.newsbox .zplist:hover .zimg{transform:scale(1.03)}
.newsbox .zplist .p1{
    font-size: 0.22rem;
    color: #3e464c;
    width: 100%;
    margin-top: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}
.newsbox .zplist:hover .p1{color:var(--fontcolor)}
.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;
}
.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;
}


.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.14rem;
    color: #333333;
    border: 1px #b7b7b7 solid;
    border-radius: 5px;
    margin: 0 0.05rem;
    cursor: pointer;
}
.bg10{background: url(../img/bg10.png);background-size: 100% 100%;}

.newsbody{
    width: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 96%;
    padding: 1.2rem 0;
}
.newsbody .newsp{
    font-size: 0.26rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.2rem;
	    line-height: 1.5;
}
.newsbody .ct{
    font-size: 0.2rem;
    color: #666666;
    margin-bottom: 0.4rem;
}
.newsbody .nsimg{
    max-width: 80%;
}
.newsbody .arcbody{
    margin-bottom: 0.5rem;
}
.newsbody .arcbody *{}
.fy{
    width: 100%;
    font-size: 20px;
    color: #333333;
    margin: 0.1rem 0;
}
.fy a{color: #333333;}

.lxwmbox{
    width: 100%;
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
}
.lxwmbox .img1{
    width: 6.1rem;
}
.lxwmbox .tbox{
    width: 5.9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.lxwmbox .tbox .p1{
    width: 60%;
    font-size: 0.2rem;
    color: var(--fontcolor);
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.lxwmbox .tbox .p2{
    width: 60%;
    font-size: 0.16rem;
    color: #333333;
    margin-bottom: 0.15rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 0.3rem;
}
.lxwmbox .tbox img{
    width: 0.3rem;
    margin-right: 0.1rem;
}
.baogao{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 0;
}

.yingyong{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.yylist{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}
.yylist:nth-of-type(odd){
    flex-flow: row-reverse;
}

.yylist .tbox{
    width: 5.55rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.yylist .tbox .p1{
    font-size: 0.24rem;
    color: #272727;
    font-weight: bold;
}
.yylist .tbox .xian{
    width: 50px;
    height: 3px;
    background: var(--fontcolor);
    margin: 0.05rem 0 0.2rem;
}
.yylist .tbox .p2{
    font-size: 0.18rem;
    color: #5f5f5f;
}
.yylist .td{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}
.yylist .td p{
    margin: 0 0.2rem 0.1rem 0;
    color: #3c3c3c;
    font-size: 0.14rem;
}
.yylist .td img{
    width: 0.18rem;
    margin-right: 0.05rem;
}
.yylist .yyimg{
    width: 5.13rem;
}
.bg1{
    background: url(../img/bg11.png);
    background-size: 100% 100%;
}
.jjl{
    width: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.75rem 0 1rem;
    max-width: 96%;
}

.jjlbox{
    width: 100%;
    margin-top: 0.45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.jjlnav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px var(--fontcolor) solid;
}
.jjllist{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.2rem;
    position: relative;
    cursor: pointer;
}
.jjllist.this::after{content: '';width: 100%;background: url(../img/x1.png);height: 20px;position: absolute;background-size: 100% 100%;bottom: -10px;}
.jjllist .icon{
    transition: all 0.5s;
}
.jjllist:hover .icon{transform: scale(1.1);margin-top: -0.1rem;margin-bottom: 0.1rem;}
.jjllist .p1{
    font-size: 0.18rem;
    color: var(--fontcolor);
    margin: 0.1rem 0 0.05rem;
}
.jjllist .p2{
    font-size: 0.14rem;
    color: var(--fontcolor);
}
.jjpro{
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.jjpro.this{
    display: flex;
}
.jjpro .xian{
    width: 50px;
    height: 2px;
    background: #999;
    margin: 0.2rem 0;
}
.jjpro .p1{
    font-size: 0.16rem;
    color: #484848;
    line-height: 2;
}

.about{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.7rem 0 0.9rem;
}

.aboutbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.65rem;
}
.aboutbox .tbox{
    width: 6.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.aboutbox .tbox .line{
    border-left: 3px #fff solid;
    padding-left: 5px;
}
.aboutbox .tbox .line .p1{
    font-size: 0.16rem;
    color: #fff;
    opacity: 0.7;
}
.aboutbox .tbox .line .p2{
    font-size: 0.24rem;
    color: #fff;
}
.aboutbox .pt{
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.8;
    margin: 0.1rem 0 0.2rem;
}
.aboutbox .a1{
    width: 1.7rem;
    height: 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--fontcolor);
    font-size: 0.18rem;
    transition: all 0.3s;
}
.aboutbox .a1:hover{
    background: #fff;
    color: var(--fontcolor);
}
.aboutbox .sp{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutbox .spimg{
    width: 4.78rem;
}
.aboutbox .play{
    position: absolute;
    z-index: 1;
}

.spbox{
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.spbox .v1{
    max-width: 80%;
}
.bg2{
    background-image: url(../img/bg12.png);
    background-size: 100% 100%;
}
.fangan{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.9rem 0 0.5rem;
}
.fangan .fa1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.7rem;
}
.fangan .fa1 .fa1list{
    width: 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 0.1rem #ccc;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
    padding: 0.3rem 0.1rem;
    transition: all 0.5s;
    cursor: pointer;
}
.fangan .fa1 .fa1list:hover{
    box-shadow: 0 0 0.1rem var(--bgcolor);
}
.fangan .fa1 .fa1list:hover .icon{
    transform: scale(1.1);
}
.fangan .fa1 .fa1list:hover .p1{
    color: var(--fontcolor);
    font-weight: bold;
}
.fangan .fa1 .fa1list .icon{
    transition: all 0.5s;
    height: 0.6rem;
}
.fangan .fa1 .fa1list .p1{
    font-size: 0.2rem;
    color: #404040;
    margin: 0.2rem 0 0.1rem;
    transition: all 0.5s;
}
.fangan .fa1 .fa1list .p2{
    font-size: 0.14rem;
    text-align: center;
    color: #818181;
}
.fangan .fa2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fangan .fa2 .fa2list{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
    overflow: hidden;
    transition: all 0.3s;
}
.fangan .fa2 .fa2list:hover{box-shadow: 0 0 0.1rem var(--fontcolor);}
.fangan .fa2 .fa2list .icon{width: 100%;transition: all 0.5s;aspect-ratio: 3/1;object-fit: cover;}
.fangan .fa2 .fa2list:hover .icon{
    transform: scale(1.03);
}
.fangan .fa2 .fa2list .p1{
    font-size: 0.18rem;
    color: var(--fontcolor);
    font-weight: bold;
    margin-top: 0.1rem;
}
.fangan .fa2 .fa2list .p1 span{
    font-size: 0.16rem;
    color: #353535;
    font-weight: 400;
    margin-left: 0.1rem;
}

.bg14{
    background: url(../img/bg14.png);
    background-size: 100% 100%;
}
.news1{
    width: 12rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.9rem 0;
}
.inewsbox{
    width: 100%;
    margin-top: 0.63rem;
}
.inewsbox .a1{
    width: 5rem;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.inewsbox .a1 .newsimg{
    width: 100%;
    /* height: 2.6rem; */
    object-fit: cover;
    border-radius: 0.05rem;
    transition: all 0.3s;
}
.inewsbox .a1:hover .newsimg{width:110%}
.inewsbox .a1 .p1{
    font-size: 0.2rem;
    color: #333333;
    width: 77%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    transition: all 0.3s;
}
.inewsbox .a1:hover .p1{color:var(--fontcolor)}
.inewsbox .a1 .tbox{
    width: 100%;
    margin-top: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.inewsbox .a1 .p2{
    color: #999999;
    font-size: 0.16rem;
}
.inewsbox .a1 .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inewsbox .a1 .p3{
    font-size: 0.16rem;
    color: #6c6d75;
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}
.inewsbox .a1 .p4{
    width: 1.2rem;
    height: 0.35rem;
    background: var(--fontcolor);
    color: #fff;
    font-size: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.1rem;
    transition: all 0.3s;
}

.inewsbox .a2{
    float: right;
    width: 6.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.15rem;
}
.inewsbox .a2 .newsimg{
    width: 2.4rem;
    border-radius: 0.05rem;
 
    object-fit: cover;
    transition: all 0.3s;
}
.inewsbox .a2:hover .newsimg{transform:scale(1.03)}
.inewsbox .a2 .p1{
    font-size: 0.2rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    transition: all 0.3s;
}
.inewsbox .a2:hover .p1{color:var(--fontcolor)}
.inewsbox .a2 .tbox{
    box-sizing: border-box;
    padding-left: 0.1rem;
    display: flex;
    flex-direction: column;
    width: 4.3rem;
}
.inewsbox .a2 .p2{}
.inewsbox .a2 .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.14rem;
    color: #999999;
    margin-top: 0.05rem;
}
.inewsbox .a2 .p3{
    font-size: 0.16rem;
    color: #6c6d75;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}
.inewsbox .a2 .p4{}

.bg13{
    background: url(../img/bg13.png);
    background-size: 100% 100%;
}
.hzhb{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.95rem 0 1.1rem;
}
.hzhb .hzhb1{
    margin-top: 0.7rem;
    width: 100%;
}
.hzhb .hzhb1 .swiper-wrapper{ transition-timing-function:linear !important;}
.hzhb .hzhb1 .swiper-slide{width: 2.2rem;
     
}
.hzhb .hzhb1 .swiper-slide .hzimg{width: 2.2rem;margin: auto;}

.footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/ftbg.jpg);
    background-size: 100% 100%;
}

.footer .foot{
    margin: 0.55rem 0 1rem;
    display: flex;
    width: 12rem;
    max-width: 96%;
}
.logobox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 1.4rem;
    border-right: 1px #626262 solid;
}
.logobox .flogo{
    width: 1.7rem;
}
.logobox .p1{
    font-size: 0.18rem;
    color: #666666;
    margin: 0.15rem 0.15rem 0.15rem 0;
}
.logobox .p1 a{color:#666}
.logobox .gg{
    display: flex;
}
.logobox .ggurl{
    margin-right: 0.1rem;
    position: relative;
}
.logobox .ggurl .icon{}
.logobox .ggurl .ggewm{
    display: none;
    position: absolute;
    top: 0.3rem;
    left: -0.3rem;
}
.logobox .ggurl:hover .ggewm{
    display: flex;
}
.fnavbox{
    margin-left: 1rem;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.fnavbox .fnav{
    font-size: 0.18rem;
    color: #fff;
    margin-bottom: 0.2rem;
    width: 33%;
}
.fnavbox .fsnav{
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.1rem;
}
.fnavbox .p1{
    font-size: 0.22rem;
    color: #fff;
    margin-bottom: 0.3rem;
}
.ewm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ewm .ewmimg{
    width: 1.08rem;
}
.ewm .p1{
    color: #fff;
    margin-top: 2px;
}
.copy{
    width: 12rem;
    max-width: 100%;
    border-top: 1px #999 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0.1rem 0;
}
.copy .p1{
    font-size: 14px;
    color: #fff;
}
.fnavlist{
    display: flex;
    flex-wrap: wrap;
    width: 4rem;
}
   .fwtd{
    width: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 96%;
}
   .fwtdlist{
    position: absolute;
    color: #363636;
    font-size: 0.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
   .fwtdlist span{
    width: 0.1rem;
    height: 0.1rem;
    border: 1px var(--bgcolor) solid;
    border-radius: 50%;
    margin-right: 0.1rem;
    background: #fff;
    transition: all 0.3s;
}
   .fwtdlist p{
    transition: all 0.3s;
}
    .fwtdlist:hover{}
   .fwtdlist:hover span{
    background: var(--bgcolor);
}
   .fwtdlist:hover p{
    color: var(--fontcolor);
}
   .fwimgbox{
    width: 7.4rem;
    height: 5.27rem;
    margin: 1.4rem 0 0.9rem;
    background-size: 100% 100%;
    transition: all 0.5s;
}
   .fwimgbox p{
    font-size: 0.42rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.2rem;
}
   .fwimgbox:hover{
    transform: scale(1.03);
}
   .fwimgbox:hover p{}
   .fw1{
    left: 5%;
    top: 0.9rem;
}
   .fw2{
    top: 0.9rem;
    right: 5%;
}
   .fw3{
    top: 43%;
    left: 0;
}
   .fw4{
    top: 43%;
    right: 0;
}
   .fw5{
    left: 5%;
    bottom: 0.9rem;
}
   .fw6{
    right: 5%;
    bottom: 0.9rem;
}



.form{
    width: 12rem;
    display: flex;
    margin-top: 0.5rem;
    box-sizing: border-box;
    max-width: 96%;
    margin-bottom: 0.5rem;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.form .ptips{
    color: #666;
    line-height: 2;
    border-bottom: 1px #878787 solid;
    padding-bottom: 0.2rem;
    margin-bottom: 0.15rem;
    text-align: center;
    font-size: 0.16rem;
    width: 100%;
}
.form .p1{
    color: #1d1d1d;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0.2rem;
}
.form .p1 span{
    color: red;
}
.form .p2{
    color: #1d1d1d;
    margin-right: 10px;
    font-weight: bold;
    width: 66px;
    text-align: justify;
}
.form .line{
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}
.form .line span{
    color: red;
}
.form .input1{
    width: 150px;
    height: 24px;
    border: 1px #ccc solid;
    text-align: center;
    border-radius: 5px;
}
.form .input1.jlbtn{    width: 300px;
    cursor: pointer;}
.form .submit{
    width: 100px;
    height: 30px;
    background: var(--thiscolor);
    color: #fff;
    margin-top: 30px;
}
.form .tips2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.form .input2{}
.form .input3{
    width: 80%;
    border-color: #999;
    border-radius: 5px;
    height: 2rem;
    resize: none;
    box-sizing: border-box;
    padding: 0.1rem;
    font-size: 16px;
}
#code{
    width: 100px;
    height: 40px;
    display: flex;
}
#canvas{}

.gwlist{
    display: none;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    justify-content: space-between;
}
.gwlist.this{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 6px;
}

.zpbox{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.zpbox .box1{}
.zpbox .box2{
    display: flex;
    flex-direction: column;
    margin-left: 0.5rem;
}
.zpbox .pbt{
    width: 100%;
    margin-bottom: 10px;
    color: #1d1d1d;
    margin-right: 10px;
    font-weight: bold;
    text-align: justify;
}
.zpbox .tbox2{
    width: 48%;
}
			  .gwxx{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0.5rem;
}
			  .gwxx .gwt{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
			  .gwxx .gwt .gwp{
    color: #1d1d1d;
    font-weight: bold;
    display: none;
}
			  .gwxx .gwt .gwp span{
    color: red;
}
			  .gwxx .gwlb{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0.2rem 0 0;
    box-sizing: border-box;
    border: 1px #ebebeb solid;
    border-bottom: 0;
}
			  .gwxx .gwlb .gwbtn{
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px #ebebeb solid;
    flex-wrap: wrap;
}
.gwxx .gwlb .gwbtn .p12{
    width: 100%;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gwxx .gwlb .gwbtn .gwxq{display:none}
.gwxx .gwlb .gwbtn .gwxq .p2{}
.gwxx .gwlb .gwbtn .gwxq .p3{}
			  .gwxx .gwlb .gwbtn.this,.gwxx .gwlb .gwbtn:hover{
}
.gwxx .gwlb .gwbtn.this .p12,.gwxx .gwlb .gwbtn:hover .p12{background: var(--bgcolor);color: #fff;}
.gwxx .gwlb .gwbtn.this .gwxq,.gwxx .gwlb .gwbtn:hover .gwxq{

}
              .gwxx .fenye{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
              .gwxx .fenye .pagebox2{}
              
              .gwss{
    display: flex;
    align-items: center;
}
              .gwss .ssbtn{
    cursor: pointer;
    margin-left: 0.1rem;
    color: #fff;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 3px;
    border-radius: 4px;
    background: var(--fontcolor);
}
              .gwss .keyw{
    border: 1px #999 solid;
    text-align: center;
    height: 25px;
    border-radius: 4px;
}
.gwleft{
    width: 22%;
    box-sizing: border-box;
}
.gwright{
    width: 75%;
}
/***************/
@media only screen and (max-width: 1201px) {
    .gwleft{
    width: 100%;
}
.gwright{
    width: 100%;
}
    .gwss{
    width: 100%;
    border: 1px var(--bgcolor) solid;
    border-radius: 4px;
    overflow: hidden;
    justify-content: space-between;
}
              .gwss .ssbtn{
    width: 25%;
    margin-left: 0;
}
              .gwss .keyw{
    border: 0;
    width: 75%;
}
    			  .gwxx{}
			  .gwxx .gwt{}
			  .gwxx .gwt .gwp{}
			  .gwxx .gwt .gwp span{}
			  .gwxx .gwlb{}
			  .gwxx .gwlb .gwbtn{
    font-size: 14px;
}
			  .gwxx .gwlb .gwbtn.this,.gwxx .gwlb .gwbtn:hover{}
              .gwxx .fenye{}
              .gwxx .fenye .pagebox2{}
    .gwxx .gwlb .gwbtn .p12{
    height: 35px;
}
.gwxx .gwlb .gwbtn .gwxq{display:none}
.gwxx .gwlb .gwbtn .gwxq .p2{
    background: var(--bgcolor);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.gwxx .gwlb .gwbtn .gwxq .p3{
    font-size: 14px;
    color: #666;
    margin-bottom: 0.2rem;
    line-height: 1.8;
    font-weight: 400;
}
.gwxx .gwlb .gwbtn .gwxq .tdbtn{
    background: var(--bgcolor);
    color: #fff;
    font-size: 16px;
    width: 85px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    border-radius: 4px;
}
			  .gwxx .gwlb .gwbtn.this,.gwxx .gwlb .gwbtn:hover{
}
.gwxx .gwlb .gwbtn.this .p12,.gwxx .gwlb .gwbtn:hover .p12{

}
.gwxx .gwlb .gwbtn.this .gwxq,.gwxx .gwlb .gwbtn:hover .gwxq{display: flex;flex-direction: column;width: 96%;margin: 0.2rem 0;}
    .zpbox{
    flex-flow: column-reverse;
}
.zpbox .box1{}
.zpbox .box2{
    margin: 0.3rem 0;
}
.zpbox .pbt{}
.zpbox .tbox2{}
    .gwlist{
    display: none!important;
}
.gwlist.this{}
    .indexhead .wap{
    color: #fff;
    border-color: #fff;
}
    .lxwmbox{
        flex-wrap: wrap;
    }
    .lxwmbox .img1{
        width: 100%;
    }
    .lxwmbox .tbox{
        width: 100%;
    }
    .lxwmbox .tbox .p1{
        font-size: 0.3rem;
        margin-top: 0.3rem;
        width: 80%;
    }
    .lxwmbox .tbox .p2{
        font-size: 0.28rem;
        width: 80%;
    }
    .newsbox{
        justify-content: space-between;
    }
    
    .newsbox .zplist{
        margin-right: 0;
        width: 48%;
    }
    .newsbox .zplist:nth-of-type(3n){}
    .newsbox .zplist .zimg{}
    .newsbox .zplist .p1{
        font-size: 0.28rem;
    }
    .newsbox .zplist .p2{
        font-size: 0.24rem;
    }
    .newsbox .zplist .tbox{
        font-size: 0.24rem;
    }
    .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;
    }
    .wap{display: flex;height: 0.5rem;justify-content: center;align-items: center;border: 1px solid var(--bgcolor);border-radius: 0.1rem;margin-right: 0.2rem;padding: 0 0.15rem;color: var(--fontcolor);font-weight: bold;}
    .wap .line{
        width: 1px;
        height: 80%;
        background: #000;
        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;
    color: #000;
}
    .navbox .nav:hover{}
    .navbox .nav.this{}
    .navbox .nav .p1{}
    .navbox .nav.this .p1{}
    .navbox .nav .snavbox{
    position: unset;
    display: flex;
    width: 100%;
    margin-top: 0.1rem;
}
    .navbox .nav .snavbox .snav{
    font-size: 0.24rem;
}

.lgbox{}
.lgbox .a1{}
.lgbox .a1 .icon{}
    .navbox .nav .snavbox .snav:hover{}
    .navbox .nav .snavbox .snav.this{}
    .navbox .nav:hover .sanvbox{}
    .up-down{
    }
    .up-down .fy{
    }
    .up-down .fy a{font-size: 0.28rem;}
    .up-down .fy a:hover{color: var(--hoverfont);}

    .mySwiper{
    height: 5rem;
}

.mySwiper .banner{
    height: 100%;
}
.mySwiper .swiper-slide{}
.mySwiper .tbox{
    height: 100%;
    padding-top: 1rem;
    box-sizing: border-box;
    justify-content: center;
}
.mySwiper .tbox .p1{
    font-size: 0.32rem;
}
.mySwiper .tbox .p2{}
.mySwiper .tbox .a1{}
.mySwiper .pagination1{}
.mySwiper .swiper-pagination-bullet{} 
.mySwiper .swiper-pagination-bullet-active{}

.nybanner{}
.nybanner .nyimg{}
.nybanner .tbox{}
.nybanner .tbox .p1{}
.nybanner .tbox .p2{}

.bg3{}

.jianje{}
.alltitle{}
.alltitle .p1{}
.alltitle .p2{}
.alltitle .p3{
    font-size: 12px;
    max-width: 96%;
}

.jjbox{}
.jjbox .tbox{}
.jjbox .tbox .jj{
    font-size: 14px;
}
.jjbox .jjimg{
    width: 100%;
}

.alltitle2{}
.alltitle2 .p1{
    font-size: 14px;
}
.alltitle2 .p2{
    font-size: 16px;
}

.bg4{}

.fzlc{}
.lclb{}
.lclb .lb2{
    height: 5rem;
}
.lclb .lb2 .lclist{}
.lclb  .tbox{
    width: 3.5rem;
    height: 2rem;
}
.lclb .lb2 .lclist .tbox .p1{}
.lclb .lb2 .lclist .tbox .p2{
    font-size: 0.24rem;
}
.lclb .lb2 .lclist  .yuan{}
.lclb .lb2 .lclist  .yuan2{}
.lclb  .swiper-slide:nth-of-type(even) .tbox{
    top: auto;
    bottom: 0;
}
.lclb .swiper-slide:nth-of-type(even) .tbox::after{}

.shuju{}
.shuju .sjlist{}
.shuju .sjlist.br{}
.shuju .sjlist .p1{}
.shuju .sjlist .p2{}
.shuju .sjlist .p1 span{}
.bg5{}
.fangxiang{}
.fangxiang .fxt{
    font-size: 12px;
    text-align: left;
}
.fangxiang .fximg{}
.bg6{}
.qita{}
.qita .qtbox{}
.qita .qtbox .qtlist{
    width: 100%;
    margin-bottom: 0.3rem;
}
.qita .qtbox .qtlist .p1{
    font-size: 0.3rem;
}
.qita .qtbox .qtlist .p2{
    font-size: 0.24rem;
}

.nynavbox{}
.nynavbox .box{}
.nynavbox .hf{
    position: unset;
    width: 5rem;
    height: 0.6rem;
    margin: 0.2rem 0;
}
.nynavbox .hf .seach_t{}
.nynavbox .hf .seach_s{
    background-size: 0.35rem;
}
.nynavbox .nynavlist{}
.nynavbox .nynav{
    font-size: 0.26rem;
}
.nynavbox .nynav.this,.nynavbox .nynav:hover{}
.probox{}
.prolist{}

.prolist .prourl{}
.prolist .prourl .proimg{
    width: 100%;
}
.prolist .prourl .tbox{
    width: 100%;
    margin-top: 0.2rem;
}
.prolist .prourl .p1{
    font-size: 0.3rem;
}
.prolist .prourl .p2{
    font-size: 0.24rem;
}
.prolist .prev1{
    top: 40%;
    border: 0;
}
.prolist .next1{
    top: 40%;
    border: 0;
}
.prolist .prev1::after{}
.prolist .next1::after{}

.fwbox1{
    flex-wrap: wrap;
}
.fwbox1 .fwimg{}
.fwbox1 .tbox{margin: 0.3rem 0;}
.fwbox1 .xian{}
.fwbox1 .p1{font-size: 0.32rem;}
.fwbox1 .p2{
    font-size: 0.28rem;
}
.fwbox1 .p3{
    font-size: 0.24rem;
}
.youshi{}
.youshi .ysbox{}
.youshi .ysbox .left{
    width: 30%;
}
.youshi .ysbox .left .ysbtn{
    font-size: 0.2rem;
}
.youshi .ysbox .left .ysbtn.this,.youshi .ysbox .left .ysbtn:hover{}
.youshi .ysbox .right{
    width: 70%;
}
.youshi .ysbox .right .ysxq{
    background-size: auto 100%;
    background-position: center;
    padding: 0.2rem;
}
.youshi .ysbox .right .ysxq.this{}
.youshi .ysbox .right .ysxq .p1{
    font-size: 0.28rem;
}
.youshi .ysbox .right .ysxq .p2{
    width: 100%;
    font-size: 0.22rem;
    color: #333;
}
.tedian{}
.tedian .tdimg{}

.yingyong{}
.yylist{
    flex-wrap: wrap;
}
.yylist:nth-of-type(odd){
    flex-wrap: wrap;
}

.yylist .tbox{
    width: 100%;
}
.yylist .tbox .p1{
    font-size: 0.28rem;
}
.yylist .tbox .xian{}
.yylist .tbox .p2{
    font-size: 0.24rem;
}
.yylist .td{}
.yylist .td p{
    font-size: 0.2rem;
}
.yylist .td img{}
.yylist .yyimg{
    width: 65%;
}
.bg1{}
.jjl{}

.jjlbox{}
.jjlnav{overflow-x: auto;border: 0;}
.jjllist{
    flex: none;
    width: 3.5rem;
    padding-bottom: 30px;
}
.jjllist.this::after{
    bottom: 0;
}
.jjllist .icon{}
.jjllist .p1{
    font-size: 0.26rem;
}
.jjllist .p2{
    font-size: 0.26rem;
}
.jjpro{}
.jjpro.this{}
.jjpro .xian{}
.jjpro .p1{
    font-size: 0.24rem;
}

.about{}

.aboutbox{
    flex-wrap: wrap;
}
.aboutbox .tbox{}
.aboutbox .tbox .line{}
.aboutbox .tbox .line .p1{}
.aboutbox .tbox .line .p2{}
.aboutbox .pt{
    font-size: 0.24rem;
}
.aboutbox .a1{}
.aboutbox .sp{
    margin-left: auto;
}
.aboutbox .spimg{}
.aboutbox .play{}
.bg2{}
.fangan{}
.fangan .fa1{}
.fangan .fa1 .fa1list{
    width: 100%;
}
.fangan .fa1 .fa1list .icon{}
.fangan .fa1 .fa1list .p1{
    font-size: 0.32rem;
}
.fangan .fa1 .fa1list .p2{
    font-size: 0.26rem;
}
.fangan .fa2{}
.fangan .fa2 .fa2list{
    width: 100%;
}
.fangan .fa2 .fa2list .icon{ }
.fangan .fa2 .fa2list .p1{
    font-size: 0.3rem;
}
.fangan .fa2 .fa2list .p1 span{
    font-size: 0.26rem;
}
.bg3{}
.news1{}
.inewsbox{}
.inewsbox .a1{
    width: 100%;
    margin-bottom: 0.4rem;
}
.inewsbox .a1 .newsimg{}
.inewsbox .a1 .p1{
    font-size: 0.28rem;
}
.inewsbox .a1 .tbox{}
.inewsbox .a1 .p2{
    font-size: 0.22rem;
}
.inewsbox .a1 .line{}
.inewsbox .a1 .p3{
    font-size: 0.24rem;
}
.inewsbox .a1 .p4{
    width: 2rem;
    height: 0.5rem;
    font-size: 0.24rem;
}
.inewsbox .a2{
    width: 100%;
    margin-bottom: 0.3rem;
}
.inewsbox .a2 .newsimg{}
.inewsbox .a2 .p1{
    font-size: 0.28rem;
}
.inewsbox .a2 .tbox{}
.inewsbox .a2 .p2{}
.inewsbox .a2 .line{
    font-size: 0.22rem;
}
.inewsbox .a2 .p3{
    font-size: 0.24rem;
    -webkit-line-clamp: 2;
}
.inewsbox .a2 .p4{}

.bg13{}
.hzhb{}
.hzhb .hzhb1{}
.hzhb .hzhb1 .hzimg{width: 2.2rem;}
.hzhb .hzhb1 .swiper-slide .hzimg{width: 2.2rem;margin: auto;}


.footer{
    background-size: auto 100%;
    background-position: center;
}

.footer .foot{
    flex-wrap: wrap;
}
.logobox{
    flex-direction: unset;
    flex-wrap: wrap;
}
.logobox .flogo{
    width: 2rem;
    margin-right: 0.2rem;
}
.logobox .p1{
    font-size: 0.28rem;
    width: 100%;
}
.logobox .gg{
    width: 100%;
    margin: 0.1rem 0;
}
.logobox .ggurl{}
.logobox .ggurl .icon{}
.logobox .ggurl .ggewm{}
.logobox .ggurl:hover .ggewm{
    display: none;
}
.fnavbox{
    width: 100%;
    flex: none;
    margin: 0.3rem 0;
    flex-wrap: wrap;
}
.fnavbox .fnav{
    font-size: 0.26rem;
    text-align: center;
}
.fnavbox .fsnav{
    font-size: 0.24rem;
}
.fnavbox .p1{
    font-size: 0.3rem;
    margin: 0.3rem 0 0.1rem;
    border-bottom: 1px #6f6f6f solid;
    padding-bottom: 0.1rem;
}
.ewm{
    width: 100%;
}
.ewm .ewmimg{
    width: 1.5rem;
}
.ewm .p1{
    font-size: 0.24rem;
}
.copy{}
.copy .p1{}
.fnavlist{
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.2rem;
}
   .fwtd{}
   .fwtdlist{}
   .fwtdlist span{}
   .fwtdlist p{}
    .fwtdlist:hover{}
   .fwtdlist:hover span{}
   .fwtdlist:hover p{}
   .fwimgbox{}
   .fwimgbox p{}
   .fwimgbox:hover{}
   .fwimgbox:hover p{}
      .fw1{}
   .fw2{}
   .fw3{
    top: 36%;
}
   .fw4{
    top: 38%;
}
   .fw5{}
   .fw6{}
   .form .ptips{font-size:12px;text-align: left;}
}
@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;}