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


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

/**********头部*****/
.headxf{top: 0;left: 0;width: 100%;background: rgba(0,0,0,0.25);display: flex;justify-content: center;align-items: center;z-index: 100;}
.head{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1869b8;
}
.head .logo-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .logo-wrap .logoimg{
    width: 2.82rem;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12rem;
}
.navbox .navlist{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.navbox .navlist .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.navbox .navlist .nav .a1{
    color: #fff;
    font-size: 0.18rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.6rem;
}
.navbox .navlist .nav .downimg{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../img/down.png);
    background-size: 100% 100%;
    transition: all 0.3s;
}
.navbox .navlist .nav .downimg .icon{
    width: 0.18rem;
    transition: all 0.3s;
}
.navbox .navlist .nav .erji{
    overflow: hidden;
    position: absolute;
    display: none;
    flex-direction: column;
    top: 100%;
    left: 0;
    background: rgba(0,0,0,0.4);
    box-sizing: border-box;
    width: max-content;
}
.navbox .navlist .nav .erji .a2{
    flex: none;
    font-size: .3rem;
    color: #fff;
    box-sizing: border-box;
    padding: 0.18rem 0.5rem;
    width: 100%;
    transition: all 0.3s;
}

.navbox .navlist .nav:hover{
    background: rgba(255,255,255,0.2);
}
.navbox .navlist .nav:hover .a1{}
.navbox .navlist .nav:hover .downimg{
    transform: rotate(180deg);
}
.navbox .navlist .nav:hover .downimg .icon{
    transform: rotate(180deg);
}
.navbox .navlist .nav:hover .erji{display: flex;}
.navbox .navlist .nav .erji .a2:hover{background: rgba(1, 34, 127, 1);}
.navbox .navlist .nav::after{width: 0;height: 0.03rem;background: #fff;position: absolute;border-radius: 0.5rem;transition: all 0.3s;bottom: .2rem;}
.navbox .navlist .nav:hover::after{
    width: 105%;
}
.navbox .navlist .nav.this{
    background: rgba(255,255,255,0.2);
}
.navbox .navlist .nav.this::after{
    width: 105%;
}
.lgbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lgbox .sousuo{
    width: 1.6rem;
    height: 0.36rem;
    box-sizing: border-box;
    border: 1px #fff solid;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.lgbox .sousuo .seach_t{
    width: 1.2rem;
    background: transparent;
    text-indent: 0.2rem;
    font-size: 0.1rem;
    color: #fff;
}

.lgbox .sousuo .seach_t::-webkit-input-placeholder {
    color:#fff
    }
.lgbox .sousuo .seach_s{
    width: 0.36rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/ss1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.2rem;
}
.lgbox .lgurl{
    background: #fff;
    border-radius: 50%;
    margin-left: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.36rem;
    height: 0.36rem;
}
.lgbox .lgurl .icon{
    width: 100%;
}
/**********头部*****/
.up-down{
    width: 100%;
    border-top: 1px #ebebeb solid;
    margin-top: 0.5rem;
    padding-top: 0.3rem;
}
.up-down .fy{
    margin-bottom: 0.05rem;
}
.up-down .fy a{
    font-size: 0.16rem;
    color: #4d4d4d;
}
.up-down .fy a:hover{color: var(--hoverfont);}

.head1{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    background-size: 100% 100%;
}
.head1 .box{
    width: 12rem;
    max-width: 94%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url(../img/bg0.png);
    height: 2.2rem;
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}
.head1 .box .logo-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.head1 .box .logo-wrap .logoimg{
    width: 6.7rem;
}

.aboutbox{
    width: 12rem;
    max-width: 94%;
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.leftbox{
    width: 2.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
}
.leftbox .hd{
    width: 100%;
    height: 0.82rem;
    background: #1869b8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.leftbox .hd .p1{
    font-size: 0.2rem;
    color: #fff;
    border-left: 1px #fff solid;
    line-height: 0.32rem;
    padding-left: 0.2rem;
    margin-left: 0.35rem;
}
.leftbox .a1{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 0.6rem;
    box-sizing: border-box;
    padding-left: 0.35rem;
    border-bottom: 1px #f6f6f6 solid;
}
.leftbox .a1 .p1{
    font-size: 0.16rem;
    color: #333333;
}
.leftbox .a1:hover .p1{
    color: #1869b8;
    font-weight: bold;
}
.leftbox .a1 .p1{}
.leftbox .a1.this .p1{
    color: #1869b8;
    font-weight: bold;
}

.allbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #1869b8 solid;
    padding-bottom: 0.1rem;
}
.allbox .pt1{
    font-size: 0.18rem;
    color: #555555;
}
.daohang{
    color: #555555;
    font-size: 0.14rem;
}
.daohang .a1{
    color: #555555;
}

.rightbox{
    width: 9.3rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.3rem;
}
.newsbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.newsbox .a1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 0.1rem;
    margin-top: 0.15rem;
    color: #555;
}
.newsbox .a1 .p1{font-size: 0.18rem;width: 70%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.newsbox .a1 .p2{
  font-size: 0.16rem;
  color: #888;
}
.newsbox .a1:hover{color: #1869b8;}
.page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}
.page .active{
    border: 1px #ebebeb solid;
    box-sizing: border-box;
    padding: 0 0.1rem;
    margin: 0 0.05rem;
    background: #1869b8;
    color: #fff;
}
.page .total{
    border: 1px #ebebeb solid;
    box-sizing: border-box;
    padding: 0 0.1rem;
    margin: 0 0.05rem;
}
.showbox{
    width: 12rem;
    max-width: 94%;
    background: #fff;
    box-sizing: border-box;
    padding: 0.3rem;
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.showt{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.showt .h1{
    font-size: 0.24rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    margin: 0.4rem 0;
}
.showt .p1{
    width: 100%;
    border-top: 1px #e4e4e4 solid;
    color: #888888;
    text-align: center;
    padding-top: 0.3rem;
}
.fanye{
    width: 12rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
    max-width: 94%;
    flex-wrap: wrap;
}
.fanye a{
    margin: 0.1rem 0;
}
.fanye a .icon{}
.chaxun{
    width: 6.35rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}
.chaxun .line{
    width: 100%;
    height: 0.5rem;
    border: 1px #ccc solid;
    border-radius: 0.05rem;
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    font-size: 0.14rem;
}
.chaxun .line .icon{
    width: 0.18;
    width: 0.18rem;
    margin: 0 0.05rem;
}
.chaxun .line .p1{
    margin-right: 0.2rem;
}
.chaxun .line .input1{
    flex: 1;
}
.chaxun .tips{
    background: #fff9f5;
    color: #8f2f3a;
    box-sizing: border-box;
    padding: 0.1rem 0.5rem;
}
.chaxun .btn{
    width: 1rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 0.2rem;
    background: #1869b8;
    border-radius: 0.05rem;
    margin-top: 0.3rem;
}
.contact{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0.2rem;
}
.contact .p1{
    font-size: 0.18rem;
    color: #333;
    margin-bottom: 0.1rem;
}
.contact .p2{}
.contact .map{
    width: 100%;
    margin-top: 0.1rem;
}
.contact .map .icon{width: 100%;}

.indexbox1{
    width: 12rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.4rem;
}
.lb{
    width: 8.9rem;
    margin: 0;
}
.lb .lbbox{
    width: 100%;
    display: flex;
    background: #1869b8;
}
.lb .lbbox .imgbox{
    aspect-ratio: 58/36;
    width: 5.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lb .lbbox .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lb .lbbox .tbox{
    width: 3.1rem;
    box-sizing: border-box;
    padding: 0.3rem 0.1rem 0rem 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 0.7rem #0000003b solid;
}
.lb .lbbox .tbox .p1{
    font-size: 0.19rem;
    color: #fff;
    display: -webkit-box;     /* 弹性盒子模型 */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;         /* 隐藏溢出 */
    text-overflow: ellipsis;
}
.lb .lbbox .tbox .p2{
    font-size: 0.14rem;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lb .lbbox .tbox .xian{
    width: 0.5rem;
    height: 3px;
    background: #fff;
    margin: 0.2rem 0 0.3rem;
}
.lb .swiper-pagination{
    color: #fff;
    font-size: 0.18rem;
    width: auto;
    right: 1.6rem;
    left: unset;
    top: unset;
    bottom: 0.25rem;
}
.lb .swiper-button-prev{
    bottom: 0.2rem;
    top: unset;
    border: 1px #fff solid;
    width: 0.34rem;
    height: 0.34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: unset;
    right: 2.3rem;
}
.lb .swiper-button-next{
    bottom: 0.2rem;
    top: unset;
    border: 1px #fff solid;
    width: 0.34rem;
    height: 0.34rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: unset;
    right: 1rem;
}
.lb .swiper-button-prev::after{
    color: #fff;
    font-size: 0.2rem;
}
.lb .swiper-button-next::after{
    color: #fff;
    font-size: 0.2rem;
}
.box3{
    width: 2.85rem;
    box-sizing: border-box;
    border: 1px #ebebeb solid;
    background: #fff;
}
.allbox2{
    height: 0.6rem;
    background: #1869b8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.allbox2 .p1{
    font-size: 0.2rem;
    color: #fff;
}
.allbox2 .a1{}
.allbox2 .a1 .icon{}

.inews{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding:  0.15rem;
}
.inews .a1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.1rem;
}
.inews .a1 .p1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 0.14rem;
}
.inews .a1 .p2{
    display: none;
    box-sizing: border-box;
    padding-left: 0.08rem;
    color: #888888;
}
.inews .a1.this .p1{}
.inews .a1.this .p2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ticon1{
    max-width: 100%;
    width: 8.9rem;
}
.gwy{
    width: 2.85rem;
    display: flex;
    justify-content: center;
}
.gwy .icon{width: 100%;}
.ticon2{
    width: 2.3rem;
}
.box4{
    width: 6.4rem;
    box-sizing: border-box;
    border: 1px #ebebeb solid;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.allbox3{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 0.5rem;
    border-bottom: 1px #ebebeb solid;
}
.allbox3 .a1{
    font-size: 0.16rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.2rem;
    border-right: 1px #ebebeb solid;
    color: #383838;
}
.allbox3 .btn1{
    font-size: 0.16rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.2rem;
    border-right: 1px #ebebeb solid;
    color: #383838;
    cursor: pointer;
}
.allbox3 .btn1.this{
    border-top: 2px #1869b8 solid;
}
.allbox3 .at{
    margin-left: auto;
    margin-right: 0.2rem;
}
.allbox3 .at .icon{}

.abox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0.1rem;
}
.abox .a1{
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.18rem;
    color: #666666;
    border: 1px #ebebeb solid;
    border-radius: 0.05rem;
    margin-bottom: 0.1rem;
    box-sizing: border-box;
    padding-left: 0.2rem;
}
.abox .a1 .icon{
    max-width: 0.35rem;
    margin-right: 0.1rem;
}
.abox .a1 .icon2{
    display: none;
    max-width: 0.35rem;
    margin-right: 0.1rem;
}
.abox .a1:hover{
    background: #1869b8;
    color: #fff;
}
.abox .a1:hover .icon{
    display: none;
}
.abox .a1:hover .icon2{
    display: flex;
}
.footbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1869b8;
    margin-top: 0.5rem;
    flex-direction: column;
}

.foot{
    width: 12rem;
    max-width: 94%;
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    justify-content: space-between;
}
.foot .tbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0.5rem;
    position: relative;
}
.foot .tbox .p1{
    font-size: 0.14rem;
    color: #fff;
}
.foot .icon{
}
.foot .tbox .xian{
    position: absolute;
    width: 20px;
    height: 3px;
    background: #d24546;
    right: 0;
    bottom: 106%;
}
.zhengshubox{
    width: 600px;
    position: relative;
}
.zhengshubox .bg{
    width: 100%;
}
.zhengshubox .tbox1{
    position: absolute;
    top: 145px;
    left: 60px;
}
.zhengshubox .tbox1 .line{
    font-size: 16px;
    display: flex;
    color: #333;
    margin-bottom: 5px;
}
.zhengshubox .tbox1 .p1{}
.zhengshubox .ren{
    width: 125px;
    right: 60px;
    position: absolute;
    top: 140px;
    height: 175px;
}
.zhengshubox .tips{
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    padding: 0 60px;
    top: 363px;
}
.zhengshubox .tips .p1{
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
    color: #444;
}
.zhengshubox .tips .p2{
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
    color: #444;
    margin-top: 28px;
}
.zhengshubox .ewmbox{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    left: 100px;
    top: 600px;
}
.zhengshubox .ewmbox .ewm{
    width: 120px;
    height: 120px;
}
.zhengshubox .ewmbox .p1{
    font-size: 14px;
    color: #444;
    margin-top: 5px;
}
.zhengshubox .tbox2{
    position: absolute;
    right: 100px;
    top: 600px;
    font-size: 16px;
    color: #444;
}
.zhengshubox .tbox2 .p1{
    margin-bottom: 75px;
}
.zhengshubox .tbox2 .p2{}
.zhengshubox .bg2{
    position: absolute;
    width: 180px;
    z-index: 2;
    right: 100px;
    top: 536px;
}
.asbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0;
}
.asbox .a1{
    color: #fff;
    background: #BC0000;
    border-radius: 0.05rem;
    font-size: 16px;
    padding: 3px 10px;
    margin: 0 10px;
}
.asbox .fanhui{
    color: #fff;
    background: #0071BC;
    border-radius: 0.05rem;
    font-size: 16px;
    padding: 3px 20px;
    margin: 0 10px;
    line-height: 1.5;
    cursor: pointer;
}

.allbox4{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 0.1rem;
    margin-bottom: 0.2rem;
}
.allbox4 .p1{
    font-size: 0.24rem;
    font-weight: bold;
    color: #323232;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.allbox4 .p1 .icon{
    width: 0.06rem;
    margin-right: 0.1rem;
}
.allbox4 .a1{
    font-size: 0.16rem;
    color: #999;
}
.boxlist{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.boxlist .a1{
    width: 2.82rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxlist .a1 .icon{
    width: 100%;
}
.box5{
    width: 5.95rem;
    box-sizing: border-box;
    }
.inews2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0rem 0.1rem 0;
}
.inews2 .a1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.15rem;
}
.inews2 .a1 .p1{
    font-size: 0.16rem;
    color: #000;
    text-indent: 0.1rem;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}
.inews2 .a1:hover .p1{
    font-weight: bold;
}
.inews2 .a1 .p1::after{content: '';width: 0.05rem;height: 0.05rem;background: #ccc;position: absolute;left: 0;top: 0.1rem;}
.inews2 .a1 .p2{
    font-size: 0.14rem;
    color: #999;
}

.footbox{}
.footbox .foot{}
.footbox .flxwm{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.2rem;
}
.footbox .flxwm .line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.12rem;
    color: #fff;
    gap: 0.2rem;
}
.footbox .flxwm .line .icon{
    max-width: 0.18rem;
}
.footbox .flxwm .line .p1{}

.footbox .fnav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
}
.footbox .fnav .a1{
    font-size: 0.18rem;
    color: #fff;
}

.footbox .copy{
    width: 100%;
    border-top: 1px #ffffff5c solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.15rem 0;
}
.footbox .copy .line{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    color: #fff;
}
.footbox .copy .a1{
    color: #fff;
    opacity: 0.8;
}
.footbox .copy .p1{
    color: #fff;
    font-size: 0.14rem;
    opacity: 0.8;
    margin-top: 0.05rem;
}
/***************/
@media only screen and (max-width: 1201px) {
    .footbox{}
.footbox .foot{}
.footbox .flxwm{}
.footbox .flxwm .line{
    font-size: 0.24rem;
}
.footbox .flxwm .line .icon{
    max-width: 0.3rem;
}
.footbox .flxwm .line .p1{}

.footbox .fnav{
    flex-wrap: wrap;
    gap: 0rem 0.2rem;
}
.footbox .fnav .a1{
    font-size: 0.24rem;
    margin-top: 0.3rem;
}

.footbox .copy{}
.footbox .copy .line{}
.footbox .copy .a1{
    font-size: 0.2rem;
}
.footbox .copy .p1{
    font-size: 0.2rem;
}
    .abouth1{}
    .inews2{}
.inews2 .a1{}
.inews2 .a1 .p1{
    font-size: 0.2rem;
}
.inews2 .a1:hover .p1{}
.inews2 .a1 .p1::after{content: '';}
.inews2 .a1 .p2{
    font-size: 0.18rem;
}
    .box5{width: 100%;}
    .allbox4{}
.allbox4 .p1{}
.allbox4 .p1 .icon{}
.allbox4 .a1{
    font-size: 0.2rem;
}
.boxlist{}
.boxlist .a1{
    width: 48%;
    margin-bottom: 0.2rem;
}
.boxlist .a1 .icon{}
    .asbox{}
.asbox .a1{}
.asbox .fanhui{}
    .zhengshubox .bg2{}
    .zhengshubox{}
.zhengshubox .bg{}
.zhengshubox .tbox1{}
.zhengshubox .tbox1 .line{}
.zhengshubox .tbox1 .p1{}
.zhengshubox .ren{}
.zhengshubox .tips{}
.zhengshubox .tips .p1{}
.zhengshubox .tips .p2{}
.zhengshubox .ewmbox{}
.zhengshubox .ewmbox .ewm{}
.zhengshubox .ewmbox .p1{}
.zhengshubox .tbox2{}
.zhengshubox .tbox2 .p1{}
.zhengshubox .tbox2 .p2{}
    .foot .tbox .xian{}
    .footbox{}

.foot{
    flex-wrap: wrap;
}
.foot .tbox{}
.foot .tbox .p1{
    font-size: 0.2rem;
}
.foot .icon{}
    .ticon2{
    display: none;
}
.box4{
    width: 100%;
}
.allbox3{}
.allbox3 .a1{
    font-size: 0.24rem;
}
.allbox3 .btn1{
    font-size: 0.24rem;
}
.allbox3 .btn1.this{}
.allbox3 .at{}
.allbox3 .at .icon{}

.abox{}
.abox .a1{}
.abox .a1 .icon{}
.abox .a1 .icon2{}
.abox .a1:hover{}
.abox .a1:hover .icon{}
.abox .a1:hover .icon2{}
    .ticon1{}
.gwy{
    width: 100%;
}
.gwy .icon{width: 100%;}
    .indexbox1{}
.lb{
    width: 100%;
}
.lb .lbbox{}
.lb .lbbox .imgbox{}
.lb .lbbox .imgbox .icon{}
.lb .lbbox .tbox{}
.lb .lbbox .tbox .p1{
    -webkit-line-clamp: 2;
}
.lb .lbbox .tbox .p2{
    -webkit-line-clamp: 4;
    font-size: 0.2rem;
}
.lb .lbbox .tbox .xian{}
.lb .swiper-pagination{
    right: 1.2rem;
    font-size: 0.24rem;
    bottom: 0.2rem;
}
.lb .swiper-button-prev{
    right: 2rem;
}
.lb .swiper-button-next{
    right: 0.5rem;
}
.lb .swiper-button-prev::after{}
.lb .swiper-button-next::after{}
.box3{
    width: 100%;
    margin-top: 0.2rem;
}
.allbox2{}
.allbox2 .p1{
    font-size: 0.28rem;
}
.allbox2 .a1{}
.allbox2 .a1 .icon{}

.inews{}
.inews .a1{}
.inews .a1 .p1{
    font-size: 0.24rem;
}
.inews .a1 .p2{
    font-size: 0.22rem;
}
.inews .a1.this .p1{}
.inews .a1.this .p2{}
    .contact{}
.contact .p1{
    font-size: 0.24rem;
}
.contact .p2{}
.contact .map{}
.contact .map .ico{width: 100%;}
    .chaxun{}
.chaxun .line{
    font-size: 0.24rem;
    height: 0.6rem;
}
.chaxun .line .icon{
    width: 0.28rem;
}
.chaxun .line .p1{}
.chaxun .line .input1{}
.chaxun .tips{}
.chaxun .btn{
    font-size: 0.26rem;
}
    .showbox{}
.showt{}
.showt .h1{}
.showt .p1{}
.fanye{}
.fanye a{}
.fanye a .icon{}
    .newsbox{}
.newsbox .a1{}
.newsbox .a1 .p1{font-size: 0.22rem;}
.newsbox .a1 .p2{
  font-size: 0.18rem;
}
.newsbox .a1:hover{ 
}
.page{}
.page .active{}
.page .total{}
    .aboutbox{
    flex-wrap: wrap;
}
.leftbox{
    width: 100%;
    margin-bottom: 0.2rem;
}
.leftbox .hd{}
.leftbox .hd .p1{
    font-size: 0.28rem;
}
.leftbox .a1{
    height: 0.8rem;
}
.leftbox .a1 .p1{
    font-size: 0.26rem;
}
.leftbox .a1:hover .p1{}
.leftbox .a1 .p1{}
.leftbox .a1.this .p1{}

.allbox{}
.allbox .pt1{
    font-size: 0.26rem;
}
.daohang{
    font-size: 0.2rem;
}
.daohang .a1{}

.rightbox{
    width: 100%;
}
    .head1{}
.head1 .box{}
.head1 .box .logo-wrap{}
.head1 .box .logo-wrap .logoimg{}
    .navbox .navlist .nav:hover::after{
        width: 0%;
    }
    .navbox .navlist .nav.this{}
    .navbox .navlist .nav.this::after{
      width: 0;;
    }
    .wap{display: flex;width: 0.5rem;height: 0.5rem;justify-content: center;align-items: center;border-radius: 0.1rem;margin-right: 0.2rem;transform: rotate(90deg);}
    .wap .line{
        width: 2px;
        height: 100%;
        background: #fff;
        margin: 10%;
    }
    .headxf{background: rgba(0,0,0,0.8);}
    .head{}
    .head .logo-wrap{}
    .head .logo-wrap .logoimg{}
    .navbox{
}
    .navbox .navlist{flex-wrap: wrap;}
    .navbox .navlist .nav{width: 20%;}
    .navbox .navlist .nav .a1{font-size: 0.24rem;}
    .navbox .navlist .nav .downimg{
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/down2.png);
    background-size: 100% 100%;
}
    .navbox .navlist .nav .downimg .icon{
    width: 0.3rem;
    filter: grayscale(100%);
}
    .navbox .navlist .nav .erji{
    position: unset;
    width: 100%;
    margin-top: 0.2rem;
}
    .navbox .navlist .nav .erji .a2{
    font-size: 0.26rem;
}
.navbox .navlist .nav:hover .downimg{    transform: rotate(0deg);}
.navbox .navlist .nav:hover .erji{display: none;}
    .navbox .navlist .nav.this{}
    .navbox .navlist .nav.this .a1{}
    .navbox .navlist .nav.this .downimg{    transform: rotate(180deg);}
    .navbox .navlist .nav.this .downimg .icon{}
    .navbox .navlist .nav.this .erji{display: flex;}
    .navbox .navlist .nav.this .erji .a2{
    font-size: 0.26rem;
}
    
    .lgbox{}
    .lgbox .sousuo{
    height: 0.55rem;
    width: 2.55rem;
}
    .lgbox .sousuo .seach_t{
    font-size: 0.22rem;
    width: 2rem;
}
    .lgbox .sousuo .seach_s{
    width: 0.55rem;
    height: 0.55rem;
    background-size: 0.36rem;
}
    .lgbox .lgurl{
    width: 0.55rem;
    height: 0.55rem;
    margin-left: 0.2rem;
}
    .lgbox .lgurl .icon{}
    .w1296{width: 96%;}
  
    .up-down{
    }
    .up-down .fy{
    }
    .up-down .fy a{font-size: 0.28rem;}
    .up-down .fy a:hover{color: var(--hoverfont);}
}
@media only screen and (min-width: 751px) and (max-width: 1400px) {
    .w1296{width: 990px;}
    .m1400-w990{width: 990px;}
    .m1400-w1200{width: 1200px;}

}
@media only screen and (min-width: 751px){

}
.jvectormap-zoomin, .jvectormap-zoomout{display: none;}