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


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

/**********ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨*****/
.headxf{position: sticky;top: 0;left: 0;width: 100%;background: #fff;display: flex;justify-content: center;align-items: center;z-index: 100;}
.head{
    height: 1.2rem;
    width: 14.2rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head .logo-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .logo-wrap .logoimg{
    width: 2.2rem;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbox .navlist{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbox .navlist .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 0.4rem;
    height: 100%;
}
.navbox .navlist .nav .a1{
    color: inherit;
    font-size: 0.3rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbox .navlist .nav .downimg{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
    width: 0.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{}
.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{content: '';width: 0;height: 0.03rem;background: rgba(208, 39, 40, 1);position: absolute;border-radius: 0.5rem;transition: all 0.3s;bottom: .2rem;}
.navbox .navlist .nav:hover::after{
    width: 105%;
}
.navbox .navlist .nav.this{
    color: rgba(208, 39, 40, 1);
}
.navbox .navlist .nav.this::after{
    width: 120%;
}
.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);}
.banner{
    width: 100%;
}
.banner .bannerbox{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .bannerbox .icon{
    width: 100%;
}
.banner .bannerbox .tbox{
    position: absolute;
    display: flex;
    flex-direction: column;
    max-width: 90%;
}
.banner .bannerbox .tbox .p1{
    font-size: 1.46rem;
    color: #fff;
    max-width: 100%;
}
.banner .bannerbox .tbox .p2{
    font-size: 0.45rem;
    color: #fff;
    max-width: 100%;
}

.alltitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.alltitle .p1{
    font-size: 0.32rem;
    color: #000;
}
.alltitle .xian{
    width: 0.8rem;
    height: 0.1rem;
    background: #000;
    margin: 0.1rem 0;
}
.iabout{
    width: 14.2rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0;
}
.iabout .iaboutbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.iabout .iaboutbox .p1{
    width: 6.255rem;
    font-size: 0.2rem;
    color: rgba(102, 102, 102, 1);
    line-height: 1.8;
    font-weight: 400;
}
.iabout .iaboutbox .icon{
    width: 7.1rem;
}

.nybanner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.nybanner .icon{
    width: 100%;
}
.nybanner .tbox{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 14rem;
    max-width: 96%;
}
.nybanner .tbox .p1{
    font-size: 1.46rem;
    color: #fff;
    font-weight: 400;
}
.nybanner .tbox .p2{
    font-size: 0.45rem;
    color: #fff;
}

.bg1{
    background: linear-gradient(224.08deg, rgba(234, 252, 238, 1) 0%, rgba(255, 255, 255, 0.3) 49.96%, rgba(235, 237, 246, 1) 100%);
    }

.about{
    width: 14.2rem;
    max-width: 96%;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.about .pabout{
    width: 90%;
    font-size: 0.18rem;
    text-align: center;
    margin: 0.3rem 0 0.5rem;
}
.about .aboutbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about .aboutbox .icon{
    width: 7.1rem;
}
.about .aboutbox .tbox{
    width: 8rem;
    margin-left: -0.9rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px  rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.55rem 0.65rem;
}
.about .aboutbox .tbox .p1{
    font-size: 0.23rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.5rem;
    width: 80%;
}
.about .aboutbox .tbox .p2{
    color: rgba(102, 102, 102, 1);
    font-size: 0.14rem;
    margin-bottom: 0.3rem;
}

.fazhan{
    width: 14.2rem;
    max-width: 96%;
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.fazhanbox{
    width: 100%;
    margin-top: 0.5rem;
}
.fazhanbox .jtimg{
    right: 0;
    bottom: 1.21rem;
    position: absolute;
    width: 0.13rem;
}
.fazhanbox .fzbox{}
.fazhanbox .fzbox .box1{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.6rem;
    margin-bottom: 0.3rem;
}
.fazhanbox .fzbox .box1 .tbox{
    opacity: 0;
    position: absolute;
    width: 300%;
    background: rgba(208, 39, 40, 1);
    border-radius: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0.2rem;
    bottom: 0;
}
.fazhanbox .fzbox .box1::after{}
.fazhanbox .fzbox .box1 .tbox .icon{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
}
.fazhanbox .fzbox .box1 .tbox .line{
    flex: 1;
    margin-left: 0.2rem;
    margin-right: 0.3rem;
}
.fazhanbox .fzbox .box1 .tbox .line .p1{
    font-size: 0.28rem;
    color: #fff;
}
.fazhanbox .fzbox .box1 .tbox .line .p2{
    font-size: 0.14rem;
    color: #fff;
    margin-top: 0.2rem;
}

.fazhanbox .fzbox .box2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.fazhanbox .fzbox .box2 .xian1{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px #e05960 dashed;
    margin: 0.3rem 0 0.2rem;
}
.fazhanbox .fzbox .box2 .xian1 .dian{
    position: absolute;
    width: 0.27rem;
    height: 0.27rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: 0.03rem rgba(29, 119, 211, 1) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.fazhanbox .fzbox .box2 .xian1 .dian .dot{
    width: 0.13rem;
    background: rgba(29, 119, 211, 1);
    height: 0.13rem;
    border-radius: 50%;
    transition: all 0.3s;
}
.fazhanbox .fzbox .box2 .xian2{
    width: 0;
    height: 0.66rem;
    border-right: 1px rgba(136, 187, 220, 1) dashed;
    transition: all 0.3s;
}
.fazhanbox .fzbox .box2 .p1{
    font-size: 0.28rem;
    color: rgba(0, 0, 0, 1);
    transition: all 0.3s;
}


.fazhanbox .fzbox.this{}
.fazhanbox .fzbox.this .box1{}
.fazhanbox .fzbox.this .box1 .tbox{
    opacity: 1;
}
.fazhanbox .fzbox.this .box1::after{content: '';border-top: 0.15rem rgba(208, 39, 40, 1) solid;position: absolute;border-left: 0.15rem transparent solid;border-right: 0.15rem transparent solid;top: 98%;}
.fazhanbox .fzbox.this .box1 .tbox .icon{}
.fazhanbox .fzbox.this .box1 .tbox .line{}
.fazhanbox .fzbox.this .box1 .tbox .line .p1{}
.fazhanbox .fzbox.this .box1 .tbox .line .p2{}

.fazhanbox .fzbox.this .box2{}
.fazhanbox .fzbox.this .box2 .xian1{}
.fazhanbox .fzbox.this .box2 .xian1 .dian{
    width: 0.42rem;
    height: 0.42rem;
    border-color: rgba(208, 39, 40, 1);
}
.fazhanbox .fzbox.this .box2 .xian1 .dian .dot{
    width: 0.2rem;
    height: 0.2rem;
    background: rgba(208, 39, 40, 1);
}
.fazhanbox .fzbox.this .box2 .xian2{
    height: 0;
}
.fazhanbox .fzbox.this .box2 .p1{
    font-size: 0.32rem;
    color: rgba(208, 39, 40, 1);
}


.fazhanbox .swiper-slide-active .fzbox.this{}
.fazhanbox .swiper-slide-active .fzbox.this .box1{}
.fazhanbox .swiper-slide-active .fzbox.this .box1 .tbox{
    left: 0;
}
.fazhanbox .swiper-slide-active .fzbox.this .box1::after{}
.fazhanbox .swiper-slide-active .fzbox.this .box1 .tbox .icon{}
.fazhanbox .swiper-slide-active .fzbox.this .box1 .tbox .line{}
.fazhanbox .swiper-slide-active .fzbox.this .box1 .tbox .line .p1{}
.fazhanbox .swiper-slide-active .fzbox.this .box1 .tbox .line .p2{}

.fazhanbox .swiper-slide-active .fzbox.this .box2{}
.fazhanbox .swiper-slide-active .fzbox.this .box2 .xian1{}
.fazhanbox .swiper-slide-active .fzbox.this .box2 .xian1 .dian{}
.fazhanbox .swiper-slide-active .fzbox.this .box2 .xian1 .dian .dot{}
.fazhanbox .swiper-slide-active .fzbox.this .box2 .xian2{}
.fazhanbox .swiper-slide-active .fzbox.this .box2 .p1{}

.fazhanbox .last .fzbox.this{}
.fazhanbox .last .fzbox.this .box1{}
.fazhanbox .last .fzbox.this .box1 .tbox{
    right: 0;
}
.fazhanbox .last .fzbox.this .box1::after{}
.fazhanbox .last .fzbox.this .box1 .tbox .icon{}
.fazhanbox .last .fzbox.this .box1 .tbox .line{}
.fazhanbox .last .fzbox.this .box1 .tbox .line .p1{}
.fazhanbox .last .fzbox.this .box1 .tbox .line .p2{}

.fazhanbox .last .fzbox.this .box2{}
.fazhanbox .last .fzbox.this .box2 .xian1{}
.fazhanbox .last .fzbox.this .box2 .xian1 .dian{}
.fazhanbox .last .fzbox.this .box2 .xian1 .dian .dot{}
.fazhanbox .last .fzbox.this .box2 .xian2{}
.fazhanbox .last .fzbox.this .box2 .p1{}

.wenhua{
    width: 14.2rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0;
}
.wenhua .wenhuabox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0.5rem;
}
.wenhua .wenhuabox .whlist{
    width: 32.33%;
    margin-right: 1.5%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px  rgba(0, 0, 0, 0.3);
    margin-bottom: 0.15rem;
    box-sizing: border-box;
    padding: 0.2rem;
    position: relative;
}
.wenhua .wenhuabox .whlist:nth-of-type(3n){
    margin-right: 0;
}
.wenhua .wenhuabox .whlist .icon{
    position: absolute;
    max-width: 0.6rem;
}
.wenhua .wenhuabox .whlist .p1{
    font-size: 0.25rem;
    text-align: center;
    margin-bottom: 0.2rem;
    margin-top: 0.1rem;
}
.wenhua .wenhuabox .whlist .p2{
    font-size: 0.2rem;
    color: #000;
}

.alllunbo{
    width: 14.2rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0;
}
.alllunbo .lunbobox{
    width: 100%;
    position: relative;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alllunbo .lunbobox .swiper-button-prev{
    left: 0;
    top: auto;
    width: 0.38rem;
    height: 0.66rem;
}

.alllunbo .lunbobox .swiper-button-prev::after{
    width: 100%;
    height: 100%;
    content: '';
    background: url(../img/left.png);
    background-size: 100% 100%;
}
.alllunbo .lunbobox .swiper-button-next{
    right: 0;
    top: auto;
    width: 0.38rem;
    height: 0.66rem;
}
.alllunbo .lunbobox .swiper-button-next::after{
    width: 100%;
    height: 100%;
    content: '';
    background: url(../img/right.png);
    background-size: 100% 100%;
}
.alllunbo .lunbobox .lunbo{
    width: 86%;
}
.alllunbo .lunbobox .lblist{
    width: 98%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 1% 1%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px  rgba(0, 0, 0, 0.16);
}
.alllunbo .lunbobox .lblist .imgbox{
    width: 100%;
    height: 3.4rem;
}
.alllunbo .lunbobox .lblist .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.alllunbo .lunbobox .lblist .p1{
    font-size: 0.24rem;
    color: #000;
    margin: 0.1rem 0 0;
    width: 85%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.alllunbo .lunbobox .lblist .p2{
    width: 85%;
    font-size: 0.16rem;
    color: #000;
    text-align: center;
    min-height: 1.2rem;
    margin-bottom: 0.2rem;
}

.bg3{
    background: url(../img/bg1.png);
    background-size: 100% 100%;
}
.inews{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.7);
}
.inews .inewsbox{
    width: 14.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0.8rem 0;
    max-width: 96%;
}
.inews .inewsbox .inewslist{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.5rem;
}
.inews .inewsbox .inewslist .left{
    display: flex;
    justify-content: space-between;
}
.inews .inewsbox .inewslist .left .a1{
    width: 4.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    margin-right: 0.2rem;
    padding-bottom: 0.3rem;
}
.inews .inewsbox .inewslist .left .a1 .imgbox{
    width: 100%;
    height: 3.35rem;
}
.inews .inewsbox .inewslist .left .a1 .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inews .inewsbox .inewslist .left .a1 .p1{
    margin: 0.35rem 0 0.15rem;
    width: 85%;
    font-size: 0.26rem;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews .inewsbox .inewslist .left .a1 .p2{
    width: 85%;
    font-size: 0.14rem;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.inews .inewsbox .inewslist .left .a1 .p3{
    font-size: 0.14rem;
    width: 85%;
    text-align: right;
    color: rgba(51, 51, 51, 1);
    margin-top: auto;
}

.inews .inewsbox .inewslist .right{flex: 1;display: flex;flex-direction: column;}

.inews .inewsbox .inewslist .right .a1{
    width: 100%;
    display: flex;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px rgba(0, 167, 239, 1) solid;
}
.inews .inewsbox .inewslist .right .a1:nth-of-type(3){
    border: 0;
    margin: 0;
    padding: 0;
}
.inews .inewsbox .inewslist .right .a1 .imgbox{
    width: 1.73rem;
    height: 1.6rem;
}
.inews .inewsbox .inewslist .right .a1 .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inews .inewsbox .inewslist .right .a1 .tbox{
    width: calc(100% - 1.93rem);
    margin-left: 0.2rem;
    display: flex;
    flex-direction: column;
}
.inews .inewsbox .inewslist .right .a1 .tbox{}
.inews .inewsbox .inewslist .right .a1 .tbox .p1{
    width: 100%;
    font-size: 0.16rem;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews .inewsbox .inewslist .right .a1 .tbox .p2{
    width: 100%;
    font-size: 0.14rem;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.1rem;
}
.inews .inewsbox .inewslist .right .a1 .tbox .p3{
    width: 1.4rem;
    height: 0.4rem;
    border: 1px #fff solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    color: #fff;
    border-radius: 0.05rem;
    margin-top: auto;
}
.inews .inewsbox .inewslist .right .a1 .tbox .p3:hover{
    background: #fff;
    color: #000;
}

.nynavbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem 0 0.5rem;
}
.nynavbox .nynav{
    width: 1.7rem;
    height: 0.65rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.1rem;
    box-sizing: border-box;
    border: 1px rgba(208, 39, 40, 1) solid;
    border-radius: 0.05rem;
    font-size: 0.2rem;
    color: rgba(208, 39, 40, 1);
}
.nynavbox .nynav.this{
    background: rgba(208, 39, 40, 1);
    color: #fff;
}
.nynavbox .nynav:hover{
    background: rgba(208, 39, 40, 1);
    color: #fff;
}

.newsbox{
    width: 14.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 96%;
}
.newsbox .newsurl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0.2rem 0.1rem;
    border-bottom: 1px rgba(232, 232, 232, 1) solid;
}
.newsbox .newsurl .tbox{
    width: 9.7rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.newsbox .newsurl .tbox .p1{
    font-size: 0.24rem;
    color: rgba(51, 51, 51, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.15rem;
    width: 100%;
}
.newsbox .newsurl .tbox .time{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
}
.newsbox .newsurl .tbox .time .icon{
    width: 0.37rem;
}
.newsbox .newsurl .tbox .p2{
    width: 100%;
    font-size: 0.16rem;
    color: #515151;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsbox .newsurl .tbox .p3{
    width: 1.3rem;
    height: 0.36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(56, 194, 255, 1);
    border: 1px rgba(56, 194, 255, 1) solid;
    border-radius: 0.05rem;
    margin-top: 0.3rem;
    font-size: 0.18rem;
}
.newsbox .newsurl .imgbox{
    width: 4rem;
    height: 3rem;
    margin-left: 0.3rem;
}
.newsbox .newsurl .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsbox .newsurl:hover{
    background: rgba(244, 244, 244, 1);
}
.newsbox .newsurl:hover .tbox{}
.newsbox .newsurl:hover .tbox .p1{
    color: rgba(44, 137, 109, 1);
}
.newsbox .newsurl:hover .tbox .time{}
.newsbox .newsurl:hover .tbox .time .icon{}
.newsbox .newsurl:hover .tbox .p2{}
.newsbox .newsurl:hover .tbox .p3{
    background: rgba(56, 194, 255, 1);
    color: #fff;
}
.newsbox .newsurl:hover .imgbox{}
.newsbox .newsurl:hover .imgbox .icon{}

.page{    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;margin-top: 0.5rem;}
.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: rgba(208, 39, 40, 1);
    font-size: 0.18rem;
    color: #fff;
    border: 1px vrgba(208, 39, 40, 1) solid;
    border-radius: 5px;
    margin: 0 0.05rem;}

    .newsbody{
    width: 14.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0;
    max-width: 96%;
}
    .newsbody .h1{
    font-size: 0.32rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0.2rem;
}
    .newsbody .p2{
    font-size: 0.24rem;
    color: #515151;
    padding-bottom: 0.1rem;
    border-bottom: 1px #515151 solid;
    width: 100%;
    text-align: center;
}
    .fanye{
    width: 14.2rem;
    max-width: 96%;
    border-top: 1px #515151 solid;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}
    .fanye a{
    font-size: 0.18rem;
    color: rgba(0, 0, 0, 1);
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.05rem;
}
footer{
    background: rgba(0, 0, 0, 1);
}
.footbox{
    width: 14.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
    max-width: 96%;
}
.footbox .flogo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footbox .flogo .icon{
    width: 2.2rem;
}
.footbox .fnavbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footbox .fnavbox .fnav{
    font-size: 0.3rem;
    color: #fff;
    margin-left: 0.4rem;
}

.lingyu{
    width: 14.2rem;
    max-width: 96%;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
}
.lingyu .icon{
    width: 7.2rem;
}
.lingyu .tbox{
    flex: 1;
    margin-left: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.lingyu .tbox .p1{
    font-size: 0.23rem;
    width: 2.9rem;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}
.lingyu .tbox .xian{
    width: 2.9rem;
    margin: 0.05rem 0 0.5rem;
}
.lingyu .tbox .p2{
    color: rgba(102, 102, 102, 1);
    font-size: 0.14rem;
}

.yewubox{
    width: 14.2rem;
    max-width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0.3rem;
    margin-bottom: 2.5rem;
}
.yewubox .ywlist{
    width: 23%;
    margin-right: 2.66%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.3rem;
}
.yewubox .ywlist:nth-of-type(4n){
    margin-right: 0;
}
.yewubox .ywlist .line{
    width: 100%;
    display: flex;
    align-items: flex-start;
    align-items: center;
}
.yewubox .ywlist .line .icon{
    width: 1rem;
}
.yewubox .ywlist .line .p1{
    font-size: 0.26rem;
    color: rgba(51, 51, 51, 1);
    flex: 1;
    margin-left: 0.3rem;
}
.yewubox .ywlist .p2{
    font-size: 0.14rem;
    color: rgba(102, 102, 102, 1);
    margin-top: 0.2rem;
}

.tittok{
    width: 14.2rem;
    margin-bottom: 1rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tittok .icon{
    width: 5.4rem;
}
.tittok .tbox{
    width: 8.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.tittok .tbox .p1{font-size: 0.32rem;margin-bottom: 0.2rem;color: rgba(0, 0, 0, 1);}

.tittok .tbox .p2{
    font-size: 0.24rem;
    color: rgba(0, 0, 0, 1);
}
.tittok .ttbox{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    margin: .1rem 0;
}
.tittok .ttbox .line{
    width: 50%;
    display: flex;
    margin: 0.35rem 0;
    align-items: center;
    box-sizing: border-box;
}
.tittok .ttbox .line .pp1{
    font-size: 0.32rem;
    color: rgba(44, 137, 109, 1);
    margin-right: 0.1rem;
}
.tittok .ttbox .line .pp2{
    font-size: 0.2rem;
    color: rgba(102, 102, 102, 1);
}
.tittok .ttbox .line:nth-of-type(1){
    padding-left: 0.3rem;
}
.tittok .ttbox .line:nth-of-type(2){
    justify-content: flex-end;
    padding-right: 0.2rem;
}
.tittok .ttbox .line:nth-of-type(3){}
.tittok .ttbox .line:nth-of-type(4){
    justify-content: flex-end;
}
.tittok .ttbox .line:nth-of-type(5){
    padding-left: 0.3rem;
}
.tittok .ttbox .line:nth-of-type(6){
    justify-content: flex-end;
    padding-right: 0.2rem;
}

.tittok .ttbox .icon2{
    position: absolute;
    width: 3rem;
}

.hexin{
    width: 14.2rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0;
}

.hxbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.5rem;
}
.hxbox .hxlist{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.hxbox .hxlist .imgbox{
    width: 0.95rem;
    height: 0.95rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}
.hxbox .hxlist .imgbox .icon{
    width: auto;
    width: 100%;
    height: 100%;
}
.hxbox .hxlist .p1{
    font-size: 0.26rem;
    margin: 0.1rem 0;
    text-align: center;
}
.hxbox .hxlist .p2{
    font-size: 0.2rem;
    color: rgba(102, 102, 102, 1);
    text-align: center;
}

.bzd{
    width: 14.2rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0;
}
.bzd .bzdbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1rem;
}
.bzd .bzdbox .bzdlist{
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px  rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    padding: 1rem 0.42rem;
}
.bzd .bzdbox .bzdlist:nth-of-type(even){
    margin-top: 0.3rem;
}
.bzd .bzdbox .bzdlist .imgbox{
    position: absolute;
    width: 1.42rem;
    height: 1.42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bg2.png);
    background-size: 100% 100%;
    top: -0.7rem;
}
.bzd .bzdbox .bzdlist .imgbox .icon{
    max-width: 60%;
    max-height: 60%;
}
.bzd .bzdbox .bzdlist .p1{
    font-size: 0.27rem;
    color: #535353;
    text-align: center;
}

.bg4{   background: url(../img/bg3.png);
    background-size: 100% 100%;}

.cgbox{
    width: 14.2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0.8rem 0;
    max-width: 96%;
}
.cgbox .cglist{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.5rem;
}
.cgbox .cglist .cgl{
    width: 30%;
}
.cgbox .cglist .cgl .imgbox{
    width: 100%;
    height: 3.1rem;
}
.cgbox .cglist .cgl .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cgbox .cglist .cgl .p1{
    font-size: 0.24rem;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 0.2rem;
}
.contact{
    width: 14.2rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}
.contact .map{
    width: 8rem;
    height: 5.6rem;
    border-radius: 0.2rem;
    overflow: hidden;
}
.contact .map .icon{
    width: 100%;
    height: 100%;
}
.contact .tbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 5.5rem;
}
.contact .tbox .icon{
    width: 2.2rem;
    margin-bottom: 0.2rem;
}
.contact .tbox .p1{
    font-size: 0.42rem;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0.2rem;
    text-align: center;
}
.contact .tbox .p2{
    font-size: 0.28rem;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0.3rem;
}
.contact .tbox .p3{
    font-size: 0.28rem;
    color: rgba(0, 0, 0, 1);
    width: 100%;
    word-break: break-all;
}

.liuyan{
    width: 14.2rem;
    border-top: 1px #ccc solid;
    box-sizing: border-box;
    padding: 0.3rem 0.5rem;
    border-bottom: 1px #ccc solid;
    margin-bottom: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 96%;
}
.liuyan .zgf{
    display: flex;
    flex-wrap: wrap;
    width: 9.4rem;
    justify-content: space-between;
}
.liuyan .zgf .p1{
    font-size: 0.26rem;
    width: 100%;
    color: rgba(0, 0, 0, 1);
}
.liuyan .zgf .p2{
    width: 100%;
    color: rgba(102, 102, 102, 1);
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}
.liuyan .zgf .input1{
    width: 49%;
    height: 0.4rem;
    background: rgba(234, 234, 234, 0.97);
    margin-bottom: 0.15rem;
    text-indent: 0.1rem;
    font-size: 0.16rem;
}
.liuyan .zgf .input2{
    width: 100%;
    background: rgba(234, 234, 234, 0.97);
    border: 0;
    box-sizing: border-box;
    padding: 0.1rem;
    font-size: 0.16rem;
    resize: none;
    height: 2.8rem;
    margin-bottom: 0.1rem;
}
.liuyan .zgf .submit{
    width: 100%;
    background: #000;
    color: #fff;
    height: 0.4rem;
    font-size: 0.16rem;
}

.liuyan .tbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 3.8rem;
    border-left: 1px #000 solid;
    margin-top: auto;
    width: 3.5rem;
}
.liuyan .tbox .p1{
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
}
.liuyan .tbox .p2{
    font-size: 0.24rem;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0.1rem;
}
.liuyan .tbox .icon{
    width: 1.8rem;
}

.bg5{
    background: url(../img/bg4.png);
    background-size: 100% 100%;
}
.iliuyan{
    width: 14.2rem;
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(19px);
    padding-bottom: 0.3rem;
    max-width: 96%;
}
.iliuyan .zgf{
    width: 7.7rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 0.5rem;
}
.iliuyan .zgf .p1{
    font-size: 0.32rem;
    color: #fff;
    width: 100%;
}
.iliuyan .zgf .p2{
    font-size: 0.2rem;
    color: #fff;
    width: 100%;
    margin-bottom: 0.1rem;
}
.iliuyan .zgf .input1{
    width: 48%;
    height: 0.4rem;
    opacity: 1;
    background: rgba(234, 234, 234, 0.19);
    color: #fff;
    text-indent: 0.1rem;
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
}
.iliuyan .zgf .input2{
    width: 100%;
    background: rgba(234, 234, 234, 0.19);
    border: 0;
    box-sizing: border-box;
    padding: 0.1rem;
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
    height: 2.8rem;
    resize: none;
}
.iliuyan .zgf .submit{
    width: 100%;
    height: 0.4rem;
    background: #fff;
    font-size: 0.16rem;
}

.iliuyan .tbox{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
}
.iliuyan .tbox .ewmlist{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0.2rem 0.3rem;
}
.iliuyan .tbox .ewmlist .p1{
    color: #fff;
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}
.iliuyan .tbox .ewmlist .icon{
    width: 1.8rem;
}
.iliuyan .tbox .p2{
    width: 100%;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
}
.iliuyan .tbox .xia{
    font-size: 0.24rem;
    color: #fff;
    width: 100%;
    text-align: center;
}

.probox{
    width: 14.2rem;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    flex-wrap: wrap;
}
.probox .tbox{
    width: 5.7rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.probox .tbox .p1{
    font-size: 0.32rem;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0.4rem;
}
.probox .tbox .p2{
    font-size: 0.24rem;
    color: rgba(0, 0, 0, 1);
}
.probox .icon{
    width: 6.7rem;
}

.bg6{
    background: url(../img/bg5.png);
    background-size: 100% 100%;
}
.jiejue{
    width: 14.2rem;
    max-width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1.2rem 0;
}
.jiejue>.p1{
    font-size: 0.6rem;
    color: #fff;
}
.jiejue>.xian{
    width: 4.7rem;
    height: 0.1rem;
    opacity: 1;
    border-radius: 60px;
    background: rgba(255, 255, 255, 1);
}
.jiejue .jjbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}
.jiejue .jjbox .jjlist{width: 4.5rem;height: 2.6rem;opacity: 1;border-radius: 12px;background: rgba(255, 255, 255, 1);box-shadow: 0px 0px 6px  rgba(0, 0, 0, 0.3);margin-bottom: 0.3rem;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}
.jiejue .jjbox .jjlist .imgbox{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.3rem;
}
.jiejue .jjbox .jjlist .imgbox .icon{
    display: flex;
    max-width: 100%;
    max-height: 100%;
}
.jiejue .jjbox .jjlist .imgbox .icon2{
    display: none;
    max-width: 100%;
    max-height: 100%;
}
.jiejue .jjbox .jjlist .p1{
    font-size: 0.23rem;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0.15rem;
}
.jiejue .jjbox .jjlist .p2{
    font-size: 0.23rem;
    color: #000;
    width: 3rem;
    text-align: center;
}

.jiejue .jjbox .jjlist:hover{
    background: rgba(190, 22, 31, 1);
}
.jiejue .jjbox .jjlist:hover .imgbox{}
.jiejue .jjbox .jjlist:hover .imgbox .icon{
    display: none;
}
.jiejue .jjbox .jjlist:hover .imgbox .icon2{
    display: flex;
}
.jiejue .jjbox .jjlist:hover .p1{
    color: #fff;
}
.jiejue .jjbox .jjlist:hover .p2{
    color: #fff;
}

.jiejue .jjbox .jjlist2{
    left: 0px;
    top: 0px;
    width: 4.5rem;
    height: 2.6rem;
    opacity: 1;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px  rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jiejue .jjbox .jjlist2  .icon{
    width: 0.56rem;
}

.jiejue .jjbox .jjlist2 .a1{
    width: 1.6rem;
    height: 0.63rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.23rem;
    color: rgba(190, 22, 31, 1);
    border: 1px rgba(190, 22, 31, 1) solid;
    border-radius: 0.1rem;
    margin-top: 0.3rem;
}
.jiejue .jjbox .jjlist2 .a1:hover{
    background: rgba(190, 22, 31, 1);
    color: #fff;
}
.hzhb{
    width: 14.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
    max-width: 96%;
}
.hzhb .line{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hzhb .line .xian{
    width: 1rem;
    height: 2px;
    background: rgba(0, 0, 0, 1);
    margin: 0 0.05rem;
}
.hzhb .line .p1{
    font-size: 0.45rem;
    color: rgba(0, 0, 0, 1);
}
.hzhb .hbbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.8rem;
}
.hzhb .hbbox .imgbox{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.4rem;
}
.hzhb .hbbox .imgbox .icon{
    max-width: 70%;
}
.copyright{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.1rem;
    flex-wrap: wrap;
    background: #f5f5f5;
}
.copyright .p1{
    font-size: 12px;
    margin: 0 0.1rem;
    color: #666;
}
/************ ** */
@media only screen and (max-width: 1201px) {
    .copyright{}
.copyright .p1{}
    .hzhb{}
.hzhb .line{}
.hzhb .line .xian{}
.hzhb .line .p1{}
.hzhb .hbbox{}
.hzhb .hbbox .imgbox{}
.hzhb .hbbox .imgbox .icon{}
    .jiejue>.xian{}
    .bg5{}
.jiejue{}
.jiejue>.p1{}
.jiejue .jjbox{}
.jiejue .jjbox .jjlist{
    width: 100%;
}
.jiejue .jjbox .jjlist .imgbox{
    margin-bottom: 0.1rem;
}
.jiejue .jjbox .jjlist .imgbox .icon{}
.jiejue .jjbox .jjlist .imgbox .icon2{}
.jiejue .jjbox .jjlist .p1{
    font-size: 0.28rem;
}
.jiejue .jjbox .jjlist .p2{
    width: 90%;
    font-size: 0.26rem;
}

.jiejue .jjbox .jjlist:hover{}
.jiejue .jjbox .jjlist:hover .imgbox{}
.jiejue .jjbox .jjlist:hover .imgbox .icon{}
.jiejue .jjbox .jjlist:hover .imgbox .icon2{}
.jiejue .jjbox .jjlist:hover .p1{}
.jiejue .jjbox .jjlist:hover .p2{}

.jiejue .jjbox .jjlist2{
    width: 100%;
}

.jiejue .jjbox .jjlist2  .icon{}

.jiejue .jjbox .jjlist2 .a1{}
.jiejue .jjbox .jjlist2 .a1:hover{}
    .probox{}
.probox .tbox{
    width: 100%;
    margin-bottom: 0.5rem;
}
.probox .tbox .p1{}
.probox .tbox .p2{}
.probox .icon{
    width: 100%;
}
    .bg5{}
.iliuyan{
    flex-wrap: wrap;
}
.iliuyan .zgf{
    margin: 0 0 0.3rem;
}
.iliuyan .zgf .p1{}
.iliuyan .zgf .p2{
    font-size: 0.24rem;
}
.iliuyan .zgf .input1{
    height: 0.6rem;
    width: 100%;
    font-size: 0.26rem;
}
.iliuyan .zgf .input2{
    font-size: 0.26rem;
}
.iliuyan .zgf .submit{
    height: 0.6rem;
    font-size: 0.26rem;
}

.iliuyan .tbox{}
.iliuyan .tbox .ewmlist{}
.iliuyan .tbox .ewmlist .p1{}
.iliuyan .tbox .ewmlist .icon{}
.iliuyan .tbox .p2{}
.iliuyan .tbox .xia{}
    .liuyan{}
.liuyan .zgf{}
.liuyan .zgf .p1{
    font-size: 0.32rem;
}
.liuyan .zgf .p2{
    font-size: 0.24rem;
}
.liuyan .zgf .input1{
    width: 100%;
    height: 0.6rem;
    font-size: 0.26rem;
}
.liuyan .zgf .input2{
    font-size: 0.26rem;
}
.liuyan .zgf .submit{
    height: 0.6rem;
    font-size: 0.26rem;
}

.liuyan .tbox{
    width: 100%;
    border: 0;
}
.liuyan .tbox .p1{
    font-size: 0.26rem;
}
.liuyan .tbox .p2{
    font-size: 0.3rem;
}
.liuyan .tbox .icon{
    width: 2.4rem;
}
    .contact{
    flex-wrap: wrap;
}
.contact .map{
    width: 100%;
}
.contact .map .icon{}
.contact .tbox{
    width: 100%;
    margin-top: 0.3rem;
}
.contact .tbox .p1{}
.contact .tbox .p2{
    width: 100%;
}
.contact .tbox .p3{}
    .cgbox{}
.cgbox .cglist{}
.cgbox .cglist .cgl{}
.cgbox .cglist .cgl .imgbox{
    height: 2rem;
}
.cgbox .cglist .cgl .imgbox .icon{}
.cgbox .cglist .cgl .p1{}
    .bzd{}
.bzd .bzdbox{
    flex-wrap: wrap;
}
.bzd .bzdbox .bzdlist{
    width: 48%;
}
.bzd .bzdbox .bzdlist:nth-of-type(even){}
.bzd .bzdbox .bzdlist .imgbox{}
.bzd .bzdbox .bzdlist .imgbox .icon{}
.bzd .bzdbox .bzdlist .p1{}
    .hexin{}

.hxbox{
    flex-wrap: wrap;
}
.hxbox .hxlist{
    width: 48%;
    margin-bottom: 0.3rem;
}
.hxbox .hxlist .imgbox{}
.hxbox .hxlist .imgbox .icon{}
.hxbox .hxlist .p1{
    font-size: 0.28rem;
}
.hxbox .hxlist .p2{
    font-size: 0.24rem;
}
    .tittok{
    flex-wrap: wrap;
}
.tittok .icon{}
.tittok .tbox{
    width: 100%;
}
.tittok .tbox .p1{
}

.tittok .tbox .p2{}
.tittok .ttbox{}
.tittok .ttbox .line{}
.tittok .ttbox .line .pp1{}
.tittok .ttbox .line .pp2{}
.tittok .ttbox .line:nth-of-type(1){}
.tittok .ttbox .line:nth-of-type(2){}
.tittok .ttbox .line:nth-of-type(3){}
.tittok .ttbox .line:nth-of-type(4){}
.tittok .ttbox .line:nth-of-type(5){}
.tittok .ttbox .line:nth-of-type(6){}

.tittok .ttbox .icon2{}
    .lingyu{
    flex-wrap: wrap;
}
.lingyu .icon{
    width: 100%;
}
.lingyu .tbox{
    margin: 0.3rem 0;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
.lingyu .tbox .p1{
    font-size: 0.28rem;
}
.lingyu .tbox .xian{}
.lingyu .tbox .p2{
    font-size: 0.26rem;
}

.yewubox{
    margin-bottom: 1.5rem;
}
.yewubox .ywlist{
    width: 100%;
    margin: 0 0 0.3rem;
}
.yewubox .ywlist:nth-of-type(4n){}
.yewubox .ywlist .line{}
.yewubox .ywlist .line .icon{}
.yewubox .ywlist .line .p1{
    font-size: 0.28rem;
}
.yewubox .ywlist .p2{
    font-size: 0.26rem;
}
    footer{}
.footbox{
    flex-wrap: wrap;
}
.footbox .flogo{
    margin: 0 auto 0.3rem;
}
.footbox .flogo .icon{}
.footbox .fnavbox{
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footbox .fnavbox .fnav{
    margin: 0 0 0.2rem;
    width: 33.33%;
    text-align: center;
}
    .newsbody{}
    .newsbody .h1{}
    .newsbody .p2{}
    .fanye{}
    .fanye a{
    font-size: 0.26rem;
}
    .nynavbox{}
.nynavbox .nynav{
    font-size: 0.26rem;
}
.nynavbox .nynav.this{}
.nynavbox .nynav:hover{}

.newsbox{}
.newsbox .newsurl{}
.newsbox .newsurl .tbox{
    width: 70%;
}
.newsbox .newsurl .tbox .p1{
    font-size: 0.26rem;
}
.newsbox .newsurl .tbox .time{}
.newsbox .newsurl .tbox .time .icon{}
.newsbox .newsurl .tbox .p2{
    font-size: 0.24rem;
}
.newsbox .newsurl .tbox .p3{
    width: 2rem;
    height: 0.5rem;
    font-size: 0.24rem;
}
.newsbox .newsurl .imgbox{
    width: 28%;
    margin-left: 2%;
}
.newsbox .newsurl .imgbox .icon{}

.newsbox .newsurl:hover{}
.newsbox .newsurl:hover .tbox{}
.newsbox .newsurl:hover .tbox .p1{}
.newsbox .newsurl:hover .tbox .time{}
.newsbox .newsurl:hover .tbox .time .icon{}
.newsbox .newsurl:hover .tbox .p2{}
.newsbox .newsurl:hover .tbox .p3{}
.newsbox .newsurl:hover .imgbox{}
.newsbox .newsurl:hover .imgbox .icon{}

.page{}
.page .total{}
.page .active{}
    .bg3{}
.inews{}
.inews .inewsbox{}
.inews .inewsbox .inewslist{
    flex-wrap: wrap;
}
.inews .inewsbox .inewslist .left{
    width: 100%;
}
.inews .inewsbox .inewslist .left .a1{
    width: 48%;
    margin: 0;
}
.inews .inewsbox .inewslist .left .a1 .imgbox{}
.inews .inewsbox .inewslist .left .a1 .imgbox .icon{}
.inews .inewsbox .inewslist .left .a1 .p1{}
.inews .inewsbox .inewslist .left .a1 .p2{
    font-size: 0.24rem;
}
.inews .inewsbox .inewslist .left .a1 .p3{
    font-size: 0.24rem;
}

.inews .inewsbox .inewslist .right{
    width: 100%;
    margin-top: 0.3rem;
}

.inews .inewsbox .inewslist .right .a1{}
.inews .inewsbox .inewslist .right .a1:nth-of-type(3){}
.inews .inewsbox .inewslist .right .a1 .imgbox{}
.inews .inewsbox .inewslist .right .a1 .imgbox .icon{}
.inews .inewsbox .inewslist .right .a1 .tbox{}
.inews .inewsbox .inewslist .right .a1 .tbox{}
.inews .inewsbox .inewslist .right .a1 .tbox .p1{
    font-size: 0.28rem;
    -webkit-line-clamp: 1;
}
.inews .inewsbox .inewslist .right .a1 .tbox .p2{
    font-size: 0.24rem;
}
.inews .inewsbox .inewslist .right .a1 .tbox .p3{}
.inews .inewsbox .inewslist .right .a1 .tbox .p3:hover{}
    .alllunbo .lunbobox .lunbo{}
    .alllunbo{}
.alllunbo .lunbobox{}
.alllunbo .lunbobox .swiper-button-prev{}

.alllunbo .lunbobox .swiper-button-prev::after{}
.alllunbo .lunbobox .swiper-button-next{}
.alllunbo .lunbobox .swiper-button-next::after{}

.alllunbo .lunbobox .lblist{}
.alllunbo .lunbobox .lblist .imgbox{}
.alllunbo .lunbobox .lblist .imgbox .icon{}
.alllunbo .lunbobox .lblist .p1{
    font-size: 0.28rem;
}
.alllunbo .lunbobox .lblist .p2{
    font-size: 0.24rem;
}
    .wenhua{}
.wenhua .wenhuabox{
    justify-content: space-between;
}
.wenhua .wenhuabox .whlist{
    margin-right: 0;
    width: 100%;
}
.wenhua .wenhuabox .whlist .icon{}
.wenhua .wenhuabox .whlist .p1{
    font-size: 0.28rem;
}
.wenhua .wenhuabox .whlist .p2{
    font-size: 0.26rem;
}
    .fazhanbox .jtimg{
    width: 0.16rem;
}
.fazhanbox  .fzbox{}
.fazhanbox  .fzbox .box1{
    height: 4rem;
}
.fazhanbox  .fzbox .box1 .tbox{}
.fazhanbox  .fzbox .box1::after{}
.fazhanbox  .fzbox .box1 .tbox .icon{}
.fazhanbox  .fzbox .box1 .tbox .line{}
.fazhanbox  .fzbox .box1 .tbox .line .p1{}
.fazhanbox  .fzbox .box1 .tbox .line .p2{}

.fazhanbox  .fzbox .box2{}
.fazhanbox  .fzbox .box2 .xian1{}
.fazhanbox  .fzbox .box2 .xian1 .dian{
    width: 0.4rem;
    height: 0.4rem;
    border: 2px rgba(29, 119, 211, 1) solid;
}
.fazhanbox  .fzbox .box2 .xian1 .dian .dot{}
.fazhanbox  .fzbox .box2 .xian2{}
.fazhanbox  .fzbox .box2 .p1{}
    .fazhanbox .fzbox.this{}
.fazhanbox .fzbox.this .box1{
}
.fazhanbox .fzbox.this .box1 .tbox{
    width: 200%;
}
.fazhanbox .fzbox.this .box1::after{
    border-top: 0.3rem rgba(208, 39, 40, 1) solid;
    position: absolute;
    border-left: 0.3rem transparent solid;
    border-right: 0.3rem transparent solid;
}
.fazhanbox .fzbox.this .box1 .tbox .icon{}
.fazhanbox .fzbox.this .box1 .tbox .line{}
.fazhanbox .fzbox.this .box1 .tbox .line .p1{}
.fazhanbox .fzbox.this .box1 .tbox .line .p2{
    font-size: 0.24rem;
}

.fazhanbox .fzbox.this .box2{}
.fazhanbox .fzbox.this .box2 .xian1{}
.fazhanbox .fzbox.this .box2 .xian1 .dian{
    width: 0.6rem;
    height: 0.6rem;
}
.fazhanbox .fzbox.this .box2 .xian1 .dian .dot{}
.fazhanbox .fzbox.this .box2 .xian2{}
.fazhanbox .fzbox.this .box2 .p1{}
    .bg1{}

.about{}
.about .pabout{
    font-size: 0.24rem;
}
.about .aboutbox{
    flex-wrap: wrap;
}
.about .aboutbox .icon{
    width: 100%;
}
.about .aboutbox .tbox{
    margin: 0.3rem 0;
    width: 100%;
}
.about .aboutbox .tbox .p1{
    width: 100%;
    font-size: 0.26rem;
}
.about .aboutbox .tbox .p2{
    font-size: 0.24rem;
}
    .nybanner{}
.nybanner .icon{}
.nybanner .tbox{}
.nybanner .tbox .p1{
    font-size: 0.6rem;
}
.nybanner .tbox .p2{
    font-size: 0.4rem;
}
    .alltitle{}
.alltitle .p1{}
.alltitle .xian{}
.iabout{}
.iabout .iaboutbox{}
.iabout .iaboutbox .p1{
    width: 100%;
    font-size: 0.26rem;
}
.iabout .iaboutbox .icon{}
    .banner{}
.banner .bannerbox{}
.banner .bannerbox .icon{}
.banner .bannerbox .tbox{}
.banner .bannerbox .tbox .p1{
    font-size: 0.6rem;
}
.banner .bannerbox .tbox .p2{
    font-size: 0.36rem;
}
    .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: #000;
        margin: 10%;
    }
    .headxf{background: #fff;}
    .head{}
    .head .logo-wrap{}
    .head .logo-wrap .logoimg{}
    .navbox{
    position: fixed;
    top: -100%;
    z-index: 110;
    background: rgba(0,0,0,0.7);
    width: 100%;
    left: 0;
    align-items: flex-start;
    transition: all 0.3s;
}
    .navbox .navlist{
    width: 100%;
    flex-direction: column;
    background: #fff;
    height: auto;
}
    .navbox .navlist .nav{
    width: 100%;
    margin: 0.15rem 0;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.3rem;
    flex-wrap: wrap;
}
    .navbox .navlist .nav .a1{
    font-size: 0.28rem;
    color: #666;
    width: 50%;
    justify-content: flex-start;
}
    .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;}