*{ 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%;
}
.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{width: 100%;display: flex;justify-content: center;align-items: center;position: fixed;top: 0;right: 0;left: 0;background: #fff;z-index: 999;box-shadow: 1px 1px 3px #e1e1e1;}
.head{
    width: 89%;
    max-width: 96%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.94rem;
}
.head .logo-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .logo-wrap .logoimg{
    width: 2.4rem;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
}
.navbox .navlist{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.navbox .navlist .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.navbox .navlist .nav .a1{
    position: relative;
    justify-content: center;
    align-items: center;
    height: 0.42rem;
    display: flex;
    width: 100%;
    font-size: 0.16rem;
    color: inherit;
}
.navbox .navlist .nav .downimg{
    display: none;
    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{
}
.navbox .navlist .nav .erji .a2{
}

.navbox .navlist .nav:hover{
    color: #d42a1e;
}
.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{}
.navbox .navlist .nav .erji .a2:hover{}
.navbox .navlist .nav::after{content: '';width: 0;height: 0.03rem;background: #fff;position: absolute;border-radius: 0.5rem;transition: all 0.3s;bottom: .2rem;display: none;}
.navbox .navlist .nav:hover::after{
    width: 105%;
}
.navbox .navlist .nav.this{
    color: #fff;
    /* background: #d42a1e; */
}
.navbox .navlist .nav.this .a1{background: #d42a1e;}
.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);}
.ptel{
    font-size: 0.18rem;
    color: #d42a1e;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ptel .icon{
    width: 0.3rem;
    margin-right: 0.1rem;
}
.banner{
    width: 100%;
    height: 100vh;
}
.banner .a1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.banner .a1 .icon{
    width: 100%;
    height: 100%;
}

.section .swiper-pagination{--swiper-pagination-bullet-width: 0.15rem;--swiper-pagination-bullet-height: 0.15rem;--swiper-pagination-color: #d42a1e;}
.section .swiper-button-prev{
    left: 5%;
    background: url(../img/use-prev.png);
    width: 15px;
    height: 28px;
    transition: all 0.3s;
}
.section .swiper-button-prev::after{
    display: none;
}
.section .swiper-button-next{
    right: 5%;
    background: url(../img/use-next.png);
    width: 15px;
    height: 28px;
    transition: all 0.3s;
}
.section .swiper-button-next::after{
    display: none;
}
.section .swiper-button-next:hover{
    background-position: 0 28px;
}
.section .swiper-button-prev:hover{
    background-position: 0 28px;
}

.nynav .swiper-button-prev{
    left: 5%;
    background: url(../img/use-prev.png);
    width: 15px;
    height: 28px;
    transition: all 0.3s;
    margin: auto;
    top: auto;
}
.nynav .swiper-button-prev::after{
    display: none;
}
.nynav .swiper-button-next{
    right: 5%;
    background: url(../img/use-next.png);
    width: 15px;
    height: 28px;
    transition: all 0.3s;
    margin: auto;
    top: auto;
}
.nynav .swiper-button-next::after{
    display: none;
}
.nynav .swiper-button-next:hover{
    background-position: 0 28px;
}
.nynav .swiper-button-prev:hover{
    background-position: 0 28px;
}


.section .swiper-pagination .swiper-pagination-bullet-active{width: 0.5rem;border-radius: 0.5rem;}

.boxs{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.boxss{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    overflow: hidden;
    height: 100vh;
    box-sizing: border-box;
}
.allbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.allbox .p1{
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
}
.allbox .p2{
    color: #e2211c;
    font-size: 0.14rem;
    text-transform: uppercase;
    margin-top: 0.1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.allbox .p2::after{content: '';position: absolute;width: 0.6rem;height: 2px;background: #ebebeb;right: 110%;}
.allbox .p2::before{content: '';position: absolute;width: 0.6rem;height: 2px;background: #ebebeb;left: 110%;}
.pronav{
    width: 14rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    padding: 0.1rem 0;
}
.pronav .a1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s;
}
.pronav .a1:hover{box-shadow: 0 0 0.1rem #ccc;}
.pronav .a1 .imgbox{
    width: 100%;
    overflow: hidden;
    aspect-ratio: 30/23;
    background: #f6f6f6;
}
.pronav .a1 .imgbox .icon{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.pronav .a1 .p1{
    width: 1.55rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
    font-size: 0.16rem;
    color: #333333;
    border-right: 1px #f1f1f1 solid;
    border-left: 1px #f1f1f1 solid;
    margin: 0.3rem 0;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pronav .a1 .p2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.5rem;
    color: #fff;
    background: #e2211c;
    font-size: 0.16rem;
}
.pronav .a1:hover .imgbox .icon{
    transform: scale(1.05);
}
.section.overh .fp-overflow{overflow: hidden;}
.section.overh1 .fp-overflow{overflow: hidden;}

.fananbox{
    width: 14rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.5rem;
}
.fananbox .box1{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fananbox .prev2{
    left: 0;
    margin: 0;
    top: unset;
}
.fananbox .next2{
    right: 0;
    margin: 0;
    top: unset;
}
.fananbox .falb1{
    width: 90%;
}
.fananbox .falb1 .tbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-right: 2px #ebebeb solid;
}
.fananbox .falb1 .tbox .p2{
    width: 170px;
    height: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.fananbox .falb1 .swiper-slide{
    width: 230px;
}
.fananbox .falb1 .swiper-slide-active .tbox{}
.fananbox .falb1  .tbox:hover .p2{
 color: #d42a1e;
}
.fananbox .falb1 .swiper-slide-thumb-active .tbox .p2{
    background: #d42a1e;
    color: #fff;
}

.falb2{
    width: 100%;
    background: #fff;
    margin-top: 0.3rem;
}
.falb2 .a1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.4rem 0 0;
    flex-wrap: wrap;
}
.falb2 .a1 .imgbox{
    width: 63%;
    aspect-ratio: 43/23;
}
.falb2 .a1 .imgbox .icon{
    width: 100%;
    transition: all .5s;
}
.falb2 .a1 .tbox{
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.falb2 .a1 .tbox .p1{
    font-size: 0.16rem;
}
.falb2 .a1 .tbox .p2{
    font-size: 0.24rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.falb2 .a1 .tbox .p3{
    font-size: 0.2rem;
    color: #e2211c;
    border: 1px #e2211c solid;
    width: 1.5rem;
    height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    transition: all 0.5s;
}

.falb2 .a1:hover{}
.falb2 .a1:hover .imgbox{}
.falb2 .a1:hover .imgbox .icon{
    transform: scale(1.05);
}
.falb2 .a1:hover .tbox{}
.falb2 .a1:hover .tbox .p1{}
.falb2 .a1:hover .tbox .p2{}
.falb2 .a1 .tbox .p3:hover  {
    background: #e2211c;
    color: #fff;
}
.isbg{
    background-image: url(../img/bg2.png);
    background-size: cover;
}
.drag-target{display: none;}
.isbg2{background-image: url(../img/bg3.png);background-size: cover;}
.inabout{
    width: 14rem;
    max-width: 94%;
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}
.inabout .tbox{
    width: 6.5rem;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.inabout .tbox .p1{
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.inabout .tbox .p2{
    font-size: 0.16rem;
    color: #fff;
}
.inabout .tbox .a1{
    width: 1.54rem;
    height: 0.5rem;
    color: #fff;
    font-size: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #fff solid;
    box-sizing: border-box;
    margin-top: 0.4rem;
    transition: 0.3s all;
}
.inabout .tbox .a1:hover{
    background: #fff;
    color: #d42a1e;
}
.inabout .tbox .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
}
.inabout .tbox .box .list{
    font-size: 0.16rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.inabout .tbox .box .list .p3{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.inabout .tbox .box .list .p3 em{
    font-size: 0.3rem;
    font-weight: bold;
    font-style: inherit;
}
.inabout .tbox .box .list .p3 span{line-height: 1;margin-left: 0.1rem;}
.inabout .tbox .box .list .p4{
    margin-top: 0.15rem;
}
.isbg3{background-image: url(../img/bg1.png);background-size: cover;}

.pronav2{
    padding: 0.1rem 0;
}
.pronav2 .a1{
}
.pronav2 .a1:hover{
    box-shadow: 0 0 0.1rem #ebebeb;
    color: #333;
}
.pronav2 .a1 .imgbox{}
.pronav2 .a1 .imgbox .icon{}
.pronav2 .a1 .tbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0.3rem 0.35rem;
    background: #fff;
}
.pronav2 .a1 .tbox .pt{
    font-size: 0.14rem;
}
.pronav2 .a1 .tbox .pt2{
    font-size: 0.2rem;
    font-weight: bold;
    margin: 0.1rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.pronav2 .a1:hover .tbox .pt2{color: #e2211c;}
.pronav2 .a1 .tbox .pt3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 0.14rem;
}
.pronav2 .a1 .tbox .pt4{
    width: 1.5rem;
    height: 0.5rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    color: #e2211c;
    border: 1px #e2211c solid;
    margin-top: 0.3rem;
    transition: all 0.3s;
}
.pronav2 .a1 .tbox .pt4:hover{
    background: #e2211c;
    color: #fff;
}
.nybox{
    width: 19.2rem;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.94rem;
}
.nybox .icon{
    width: 100%;
}

.downbox{
    width: 14rem;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 94%;
}
.downbox .a1{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 0.25rem 0.5rem;
    background: #f6f6f6;
    align-items: center;
}
.downbox .a1 .timebox{
    text-align: center;
    color: #333;
    padding-right: 0.2rem;
    border-right: 1px solid #e2e2e2;
    margin-right: 0.2rem;
}
.downbox .a1 .timebox .p1{
    font-size: 0.22rem;
    color: #333;
}
.downbox .a1 .timebox .p2{
    font-size: 0.14rem;
}
.downbox .a1 .ptitle{
    font-size: 0.14rem;
    font-weight: bold;
    color: #333;
}
.downbox .a1 .imgbox{
    float: right;
    width: 0.4rem;
    height: 0.4rem;
    background: #e8e8e8;
    text-align: center;
    border-radius: 3px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.downbox .a1 .imgbox .icon{
    width: 0.16rem;
}
.downbox .a1 .imgbox .icon2{
    display: none;
    width: 0.16rem;
}
.downbox .a1:hover{
    box-shadow: 0 0 0.1rem #ccc;
}
.downbox .a1:hover .timebox{}
.downbox .a1:hover .timebox .p1{}
.downbox .a1:hover .timebox .p2{}
.downbox .a1:hover .ptitle{
    color: #d42a1e;
}
.downbox .a1:hover .imgbox{}
.downbox .a1:hover .imgbox .icon{
    display: none;
}
.downbox .a1:hover .imgbox .icon2{
    display: flex;
}

.page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.page .total{
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #333;
    font-size: 0.14rem;
    margin: 0 0.05rem;
    box-sizing: border-box;
    border: 1px #ebebeb solid;
}
.page .active{
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d42a1e;
    color: #fff;
    font-size: 0.14rem;
    margin: 0 0.05rem;
}
.page *:hover{
    color: #d42a1e;
}
.newsbox{
    width: 14rem;
    max-width: 94%;
    display: flex;
    gap: 0.24rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pronav3 .a1{
    width: calc(33.33% - 0.16rem);
}
.pronav3 .a1 .tbox{
    background: #fcfcfc;
}
.nynav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ababab;
    overflow-x: auto;
}
.nynav .a1{
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
}
.nynav .a1:hover{
    color: #d42a1e;
}
.nynav .a1.this{
    background: #d42a1e;
    transform: skewX(324deg);
    color: #fff;
    transform-origin: 0 100%;
}
.nynav .a1.this span{
    transform: skewX(36deg);
}

.newsshow{
    width: 14rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
}
.newsshow .left{
    flex: 1;
    background: #f1f1f1;
    box-sizing: border-box;
    padding: 0.6rem 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.newsshow .left .headx{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px #ccc solid;
    padding-bottom: 0.3rem;
}
.newsshow .left .headx .h1{
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}
.newsshow .left .headx .p2{
    color: #333;
    font-size: 14px;
    margin-top: 0.1rem;
}
.newsshow .left .fenye{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.4rem;
}
.newsshow .left .fenye a{
    color: #333;
}
.newsshow .left .fenye a:hover{
    color: #d42a1e;
}
.newsshow .right{
    background: #f1f1f1;
    width: 3.65rem;
    margin-left: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0.36rem;
}
.newsshow .right .pt{
    font-size: 22px;
    color: #333;
    font-weight: normal;
    border-left: 3px solid #d42a1e;
    padding-left: 14px;
}
.newsshow .right .a1{
    display: flex;
    width: 100%;
    padding-bottom: 0.2rem;
    margin-top: 0.2rem;
    border-bottom: 1px #ccc solid;
    align-items: center;
}
.newsshow .right .a1 .imgbox{
    width: 1.3rem;
}
.newsshow .right .a1 .icon{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.newsshow .right .a1 .tbox{
    flex: 1;
    margin-left: 0.2rem;
}
.newsshow .right .a1 .tbox .p1{
    font-weight: bold;
}
.newsshow .right .a1 .tbox .p2{
    font-size: 14px;
    color: #d42a1e;
    margin-top: 0.05rem;
}
.inabout .icon{
    width: 6.7rem;
}
.zhengshubox{
    width: 14.2rem;
    box-sizing: border-box;
    max-width: 94%;
    margin-top: 0.3rem;
}
.zhengshubox .zslb{
    width: 94%;
}
.zhengshubox .zslb .imgbox{
    width: 100%;
    overflow: hidden;
    aspect-ratio: 130/187;
}
.zhengshubox .zslb .imgbox .icon{
    width: 100%;
    transition: all 0.5s;
}
.zhengshubox .zslb .imgbox:hover .icon{
    transform: scale(1.05);
}
.zhengshubox .prev2{
    left: 0;
}
.zhengshubox .next2{
    right: 0;
}
.isbg4{
    background: url(../img/bg4.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.lishibox{
    width: 14rem;
    max-width: 94%;
    position: relative;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lishibox .prev3{
    left: 0;
}
.lishibox .prev3:hover{
   
}
.lishibox .next3{
    right: 0;
}
.lishibox .next3:hover{
   
}
.lishi{
    width: 90%;
    background-image: url(../img/xian23.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0.45rem;
}
.lishi .liship{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0.3rem;
}
.lishi .liship span{
    font-size: 0.2rem;
    color: #333;
    margin-bottom: 0.1rem;
}
.lishi .liship .xian{
    height: 0.3rem;
    width: 1px;
    background: #d42a1e;
    margin-bottom: -0.15rem;
}
.lishi .liship .xian2{
    width: 100%;
    height: 2px;
    background: #d42a1e;
    display: none;
}

.lishibox .tbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.5rem;
}
.lishibox .tbox .ptt1{
    font-size: 0.6rem;
    font-weight: bold;
    color: #d42a1e;
}
.lishibox .tbox .ptt2{
    font-size: 0.2rem;
    text-align: center;
}
.lishi .swiper-slide-active .liship span{font-weight: bold}
.lishi .swiper-slide-active .liship .xian{width: 2px;}
.isbg5{
    background: url(../img/bg5.jpg);
    background-size: cover;
}
.hezuo{width: 14rem;height: 3.4rem;margin-top: 0.5rem;max-width: 94%;}
.hezuo .boxs1{
    width: 100%;
    display: flex;
    flex-direction: unset;
    justify-content: space-between;
    height: 100%;
    gap: 0.15rem;
}
.hezuo .boxs1 .imgbox{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.hezuo .boxs1 .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact{
    width: 12rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    margin-top: 0.5rem;
}
.contact .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.3rem;
}
.contact .box .tbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.contact .box .tbox .p1{
    font-size: 24px;
    color: #333;
}
.contact .box .tbox .line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.2rem;
}
.contact .box .tbox .line .icon{
    max-width: 0.24rem;
    margin-right: 0.1rem;
}
.contact .box .tbox .line  .p2{
    font-size: 16px;
    color: #333;
}
.contact .box .icon2{
    width: 6rem;
}

.online {
    width: 14rem;
    background: #f5f5f5;
    padding: 0 0.7rem 0.5rem 0.7rem;
    margin-top: 0.6rem;
    border-radius: 3px;
    max-width: 94%;
    box-sizing: border-box;
  }
   .online .tit {
    margin-top: 0;
  }
   .online .message {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
  }
   .online .message-hd {
    width: 47%;
  }
   .online .message-hd input {
    outline: none;
    border: none;
    background: #fff;
    width: 100%;
    line-height: 50px;
    margin-bottom: 20px;
    padding-left: 20px;
    box-sizing: border-box;
  }
   .online .message-hd input:last-of-type {
    margin-bottom: 0;
  }
   .online .message-hd input::placeholder {
    color: #e1e1e1;
  }
  .message-bd {
    width: 47%;
  }
  .message-bd .choose {
    width: 100%;
    background: #fff;
    height: 52px;
    margin-bottom: 20px;
  }
  .message-bd .choose select {
    width: 97%;
    height: 52px;
    line-height: 52px;
    border: 0;
    padding-left: 20px;
    outline: none;
  }
  .message-bd .choose select option {
    color: #333;
    height: 30px;
  }
  .consult textarea {
    border: none;
    outline: none;
    background: #fff;
    resize: none;
    overflow: hidden;
    width: 100%;
    color: #333;
    box-sizing: border-box;
    padding: 20px;
    height: 18.2em;
  }
   .online .btn {
    text-align: center;
    margin-top: 50px;
  }
   .online .btn button {
    border: 1px solid #e1e1e1;
    background: none;
    padding: 14px 50px;
    font-size: 14px;
    margin: 0 20px;
    cursor: pointer;
    outline: none;
    border-radius: 3px;
  }
   .online .btn button:first-of-type:hover {
    background: #d42a1e;
    color: #fff;
  }
   .online .btn button:last-of-type {
    background: #e1e1e1;
    color: #333;
    cursor: pointer;
  }
   .online .btn button:last-of-type:hover {
    background: #d42a1e;
    color: #fff;
  }
  .i-tit {
    text-align: center;
    font-size: 15px;
}
.i-tit h3 {
    font-size: 28px;
    color: #333;
}
.online .i-tit h3 {
    padding-top: 50px;
    font-weight: bold;
  }
  .online .tit h5 {
    font-size: 28px;
    color: #333;
  }
  .contact-bd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    padding: 0 100px;
  }
  .tips {
    color: #f00;
    display: none;
}
.nynavlb{
    width: 14rem;
    max-width: 94%;
}
.nynavlb .prev{}
.nynavlb .next{}
.nynavlb .swiper-slide{
    width: 20%;
}

.probox{
    width: 14rem;
    max-width: 94%;
    margin-top: 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.probox .a1{
    margin-bottom: 0.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border: 2px #f6f6f6 solid;
}
.probox .a1 .imgbox{
    width: 4.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    overflow: hidden;
}
.probox .a1 .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}
.probox .a1 .tbox{
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.6rem 0.65rem;
    background: url(../img/pro-list-back.jpg);
    background-size: cover;
}
.probox .a1 .tbox .p1{
    font-size: 0.24rem;
    color: #333;
    font-weight: bold;
}
.probox .a1 .tbox .p2{
    font-size: 0.16rem;
    color: #333;
    margin: 0.3rem 0 auto;
}
.probox .a1 .tbox .p3{
    font-size: 0.2rem;
    color: #333;
    border: 1px #333 solid;
    width: 1.5rem;
    height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.probox .a1:hover{
    box-shadow: 0 0 0.1rem #ebebeb;
}
.probox .a1:hover .imgbox{}
.probox .a1:hover .imgbox .icon{
    transform: scale(1.05)!important;
}
.probox .a1:hover .tbox{}
.probox .a1:hover .tbox .p1{
    color: #e2211c;
}
.probox .a1:hover .tbox .p2{}
.probox .a1:hover .tbox .p3{
    background: #e2211c;
    color: #fff;
    border-color: #e2211c;
}

.footbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    margin-top: 0.6rem;
}
.footbox .footer{
    width: 14rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;
}
.footbox .footer .lxwm{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}
.footbox .footer .lxwm .p1{
    font-size: 0.28rem;
    color: #d42a1e;
}
.footbox .footer .lxwm .line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.14rem;
    color: #333;
    margin-top: 0.22rem;
}
.footbox .footer .lxwm .line .icon{
    width: 0.24rem;
    margin-right: 0.1rem;
}
.footbox .footer .lxwm .line .p2{}
.footbox .footer .fnavbox{
    display: flex;
    gap: 0.8rem;
}
.footbox .footer .fnavbox .list{
    display: flex;
    flex-direction: column;
}
.footbox .footer .fnavbox .list .a1{
    font-size: 0.18rem;
    color: #333;
    margin-bottom: 0.3rem;
}
.footbox .footer .fnavbox .list .a2{
    font-size: 0.14rem;
    margin-bottom: 0.2rem;
    color: #333;
}
.footbox .footer .fnavbox .list .a1:hover{
    color: #d42a1e;
}
.footbox .footer .fnavbox .list .a2:hover{
    color: #d42a1e;
}

.kefu{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.kefu .p1{
    font-size: 0.28rem;
    color: #d42a1e;
    margin-bottom: 0.3rem;
}
.kefu .list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px #b1b0b0 solid;
    width: 1.95rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}
.kefu .list .icon{
    width: 0.7rem;
}
.kefu .list .p2{}
.copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.1rem;
    background: #333;
    width: 100%;
    padding: 0.15rem 0;
}
.copyright .a1{
    color: #fff;
    text-align: center;
    max-width: 94%;
}
.xfbox{
    position: fixed;
    right: 12px;
    top: calc(62% + 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: .2rem;
    width: 2rem;
    overflow: hidden;
    z-index: 11;
}
.xfbox .list{
    position: relative;
    cursor: pointer;
}
.xfbox .list .icon{
    width: 0.4rem;
}
.xfbox .list .p1{
    position: absolute;
    height: 100%;
    background: #e50012;
    color: #fff;
    width: max-content;
    border-radius: 3px;
    top: 0;
    z-index: -1;
    right: -2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.2rem;
    transition: all 0.3s;
}
.xfbox .list:hover .p1{
    right: 0.35rem;
}
.xfbox .icon2{
    cursor: pointer;
    width: 0.4rem;
}
.footsection{ height: auto !important;}
.isbg6{background: url(../img/bg6.jpg);background-size: cover;}
.proshowbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.proshowbox .box1{
    width: 14rem;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.proshowbox .one{
    width: 4.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.proshowbox .one .h1{
    margin-bottom: 1rem;
    font-size: 0.42rem;
    line-height: 1.5;
    font-weight: bold;
}
.proshowbox .one .p2{
    width: 93%;
    font-size: 0.14rem;
    color: #333;
    margin-top: 0.2rem;
}
.proshowbox .proimg{
    width: 5.8rem;
}
.proall{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.proall .proallp1{
    font-size: 0.4rem;
    color: #333;
    font-weight: bold;
}
.proall .proallp2{
    font-size: 0.32rem;
    color: #333;
    font-weight: bold;
}
.proall .xian{
    background: #333;
    width: 100%;
    height: 0;
    position: relative;
    margin: 16px 0px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px #333 solid;
    align-items: end;
}
.proall .xian span{
    width: 30%;
    height: 2px;
    background: #f00;
    margin-bottom: -1px;
}
.isbg7{background: url(../img/bg7.jpg);background-size: cover;}
.san{
    width: 14rem;
    max-width: 94%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 1rem;
}
.san .tbox{}
.san .tbox .xinghaobox{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.3rem;
    margin-top: 0.2rem;
    flex-wrap: wrap;
}
.san .tbox .xinghaobox .xhlist{
    width: 48%;
    height: 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #999 solid;
    border-radius: 0.05rem;
    margin-bottom: 0.3rem;
    color: #333;
    cursor: pointer;
}
.san .tbox .xinghaobox .xhlist:hover{
    color: #d42a1e;
    border-color: #d42a1e;
}
.san .tbox .xinghaobox .xhlist.this{
    background: #d42a1e;
    color: #fff;
    border-color: #d42a1e;
}


.san .csbox{
    width: 57%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.san .csbox .params{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url(../img/params.jpg);
    background-size: cover;
    height: 6.6rem;
}
.san .csbox .params .t2{
    width: 85%;
    font-size: 0.22rem;
    color: #333;
    border-bottom: 1px solid #333;
    margin: 0.2rem auto;
    height: 0.5rem;
    line-height: 0.5rem;
}
.san .csbox .params .params-scroll{
    width: 85%;
    margin: 0.2rem auto;
    max-height: 5.3rem;
    padding-right: 5%;
    overflow: auto;
    crollbar: true;
    scrollbar-color: #d42a1e #333;
    scrollbar-width: thin;
    box-sizing: border-box;
}
.san .csbox .params .params-scroll .conn{
    color: #333;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.san .csbox .params .params-scroll .conn li{
    border-bottom: 1px solid #333;
    width: 46%;
    margin-top: 0.2rem;
}
.san .csbox .params .params-scroll .conn li p{
    height: 0.3rem;
    line-height: 0.3rem;
}

.anlibox{
    width: 14rem;
    max-width: 94%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: auto;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 1.5rem;
}
.alshow{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.5rem;
}
.alshow .list{
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    width: 2.38rem;
}
.alshow .list .imgbox{width: 100%;display: flex;justify-content: center;align-items: center;}
.alshow .list .imgbox .icon{
    width: 100%;
    cursor: pointer;
}
.alshow .bigimg{
    width: 8.26rem;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.alshow .bigimg .icons{
    width: 100%;
} 
/***************/
.nav .erji{
    width: 100%;
    top: 100%;
    position: absolute;
    max-height: 0;
    transition: all 0.3s;
    background: #fff;
    left: 0;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0.1rem 0.1rem #ebebeb;
    background-image: url(../img/xlbg.png);
    background-size: cover;
}
.nav:hover .erji{
    max-height: 12rem;
}
.nav .erji .box{
    width: 14rem;
    max-width: 94%;
    display: flex;
    justify-content: flex-start;
    margin: 1rem 0;
}
.nav .erji .box .box1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: 2px #ebebeb solid;
    margin-right: 1.3rem;
    padding-right: 1.3rem;
    gap: 0.2rem;
}
.nav .erji .box .line1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 2.4rem;
    color: #333;
}
.nav .erji .box .line1 .icon3{
    display: flex;
    width: 14px;
}
.nav .erji .box .line1 .icon4{
    display: none;
    width: 14px;
}
.nav .erji .box .line1 .a2{
    font-size: 0.16rem;
    color: inherit;
    margin: 0 auto 0 0.1rem;
}
.nav .erji .box .line1 span{
    color: inherit;
    cursor: pointer;
    font-family: arial;
}

.nav .erji .box .line1.this{
    color: #d42a1e;
    font-weight: bold;
}
.nav .erji .box .line1.this .icon3{
    display: none;
}
.nav .erji .box .line1.this .icon4{
    display: flex;
}
.nav .erji .box .line1.this .a2{}
.nav .erji .box .line1.this span{
}
.nav .erji .box .box2{
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-right: 2px #ebebeb solid;
    margin-right: 1.3rem;
    padding-right: 1.3rem;
    gap: 0.2rem;
}
.nav .erji .box .box2.this{
    display: flex;
}
.nav .erji .box .showimg{
    width: 4.5rem;
}

.overh1 .fp-overflow{height:100%}
.navlb{
    width: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 0.5rem;
}
.navlb .lanmu{}

.tedian{width: 100%;height:100%}
.tedian .icon{width: 100%;height:100%;display: flex;justify-content: center;align-items: center;}
.tedian .icon img{width: 100%;height:100%}
.abouthead{
    justify-content: flex-start;
    box-sizing: border-box;
    }
    .xqlbs{  width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 0.94rem;}
/***************/
.ydh{}
@media only screen and (max-width: 1201px) {
    .ydh{
    height: 100%;
    overflow: hidden;
}
    .xqlbs{
    padding: 0;
}
    .abouthead{}
    .tedian{width: 100%;height:100%;margin-top: -0.94rem;}
.tedian .icon{width: 100%;height:100%;}
.tedian .icon img{
    height: auto;
}
    .navlb{}
.navlb .lanmu{}
    .overh .fp-overflow{}
    .nav .erji{}
    .nav:hover .erji{}
    .nav .erji .box{
    margin: 0.3rem 0 0.5rem;
    justify-content: space-between;
}
    .nav .erji .box .box2.this{}
    .nav .erji .box .box1{
    width: 48%;
    padding: 0;
    margin: 0;
    padding-right: 1.5%;
}
    .nav .erji .box .line1{
    width: 100%;
}
    .nav .erji .box .line1 .icon3{}
    .nav .erji .box .line1 .icon4{}
    .nav .erji .box .line1 .a2{}
    .nav .erji .box .line1 span{}
    
    .nav .erji .box .line1.this{}
    .nav .erji .box .line1.this .icon3{}
    .nav .erji .box .line1.this .icon4{}
    .nav .erji .box .line1.this .a2{}
    .nav .erji .box .line1.this span{}
    .nav .erji .box .box2{padding: 0;margin: 0;width: 48%;border: 0;}
    .nav .erji .box .showimg{
    display: none;
}


    .anlibox{
    height: auto;
}
.alshow{}
.alshow .list{}
.alshow .list .imgbox{}
.alshow .list .imgbox .icon{}
.alshow .bigimg{} 
.alshow .bigimg .icons{} 
    .san{}
.san .tbox{
    width: 100%;
}
.san .tbox .xinghaobox{
    width: 100%;
}
.san .tbox .xinghaobox .xhlist{}
.san .tbox .xinghaobox .xhlist.this{}
.san .tbox .xinghaobox .xhlist:hover{}

.san .csbox{
    width: 100%;
}
.san .csbox .params{}
.san .csbox .params .t2{}
.san .csbox .params .params-scroll{}
.san .csbox .params .params-scroll .conn{}
.san .csbox .params .params-scroll .conn li{}
.san .csbox .params .params-scroll .conn li p{}
    .proshowbox .box1{
    justify-content: center;
}
    .proshowbox{
    overflow: hidden;
    height: auto;
}
.proshowbox .one{
    width: 5.5rem;
}
.proshowbox .one .h1{
    margin-bottom: 0.5rem;
}
.proshowbox .one .p2{
    FONT-SIZE: 0.2REM;
}
.proshowbox .proimg{}
.proall{}
.proall .proallp1{}
.proall .proallp2{}
.proall .xian{}
.proall .xian span{}
    .xfbox{
    DISPLAY: NONE;
}
.xfbox .list{}
.xfbox .list .icon{}
.xfbox .list .p1{}
.xfbox .list:hover .p1{}
.xfbox .icon2{}
    .footbox{}
.footbox .footer{
    display: none;
}
.footbox .footer .lxwm{}
.footbox .footer .lxwm .p1{}
.footbox .footer .lxwm .line{}
.footbox .footer .lxwm .line .icon{}
.footbox .footer .lxwm .line .p2{}
.footbox .footer .fnavbox{}
.footbox .footer .fnavbox .list{}
.footbox .footer .fnavbox .list .a1{}
.footbox .footer .fnavbox .list .a2{}
.footbox .footer .fnavbox .list .a1:hover{}
.footbox .footer .fnavbox .list .a2:hover{}

.kefu{}
.kefu .p1{}
.kefu .list{}
.kefu .list .icon{}
.kefu .list .p2{}
.copyright{}
.copyright .a1{}
    .probox{}
.probox .a1{
    flex-wrap: wrap;
}
.probox .a1 .imgbox{
    width: 100%;
}
.probox .a1 .imgbox .icon{}
.probox .a1 .tbox{}
.probox .a1 .tbox .p1{}
.probox .a1 .tbox .p2{}
.probox .a1 .tbox .p3{
    margin-top: 0.3rem;
}

.probox .a1:hover{}
.probox .a1:hover .imgbox{}
.probox .a1:hover .imgbox .icon{}
.probox .a1:hover .tbox{}
.probox .a1:hover .tbox .p1{}
.probox .a1:hover .tbox .p2{}
.probox .a1:hover .tbox .p3{}
    .nynavlb{}
.nynavlb .prev{}
.nynavlb .next{}
.nynavlb .swiper-slide{}
    .online .message-hd{width: 100%;margin-bottom: 0.3rem;}
    .message-bd{width: 100%;}
    .contact{}
.contact .box{
    flex-wrap: wrap;
    gap: 0.3rem;
    align-items: center;
    justify-content: center;
}
.contact .box .tbox{
    width: 100%;
}
.contact .box .tbox .p1{
}
.contact .box .tbox .line{}
.contact .box .tbox .line .icon{}
.contact .box .tbox .line  .p2{}
.contact .box .icon2{}
    .hezuo .boxs1{}
.hezuo .boxs1 .imgbox{}
.hezuo .boxs1 .imgbox .icon{}
    .isbg4{}
.lishibox{}
.lishibox .prev3{}
.lishibox .prev3:hover{}
.lishibox .next3{}
.lishibox .next3:hover{}
.lishi{
    background-position: 0 0.68rem;
}
.lishi .liship{}
.lishi .liship span{}
.lishi .liship .xian{}
.lishi .liship .xian2{}

.lishibox .tbox{}
.lishibox .tbox .ptt1{}
.lishibox .tbox .ptt2{
    font-size: 0.18;
}
    .zhengshubox .prev2{}
.zhengshubox .next2{}
    .zhengshubox{}
.zhengshubox .zslb{}
.zhengshubox .zslb .imgbox{}
.zhengshubox .zslb .imgbox .icon{}
.zhengshubox .zslb .imgbox:hover .icon{}
    .inabout .icon{
    margin-top: 0.3rem;
}
    .newsshow .right .a1 .imgbox{}
    .newsshow{}
.newsshow .left{}
.newsshow .left .headx{}
.newsshow .left .headx .h1{}
.newsshow .left .headx .p2{}
.newsshow .left .fenye{}
.newsshow .left .fenye a{}
.newsshow .left .fenye a:hover{}
.newsshow .right{
    display: none;
}
.newsshow .right .pt{}
.newsshow .right .a1{}
.newsshow .right .a1 .icon{}
.newsshow .right .a1 .tbox{}
.newsshow .right .a1 .tbox .p1{}
.newsshow .right .a1 .tbox .p2{}
    .nynav{}
.nynav .a1{}
.nynav .a1.this{}
.nynav .a1:hover{}
    .pronav3 .a1{
    width: 48%;
}
.pronav3 .a1 .tbox{}
    .downbox{}
.downbox .a1{}
.downbox .a1 .timebox{}
.downbox .a1 .timebox .p1{
    font-size: 0.26rem;
}
.downbox .a1 .timebox .p2{
    font-size: 0.2rem;
}
.downbox .a1 .ptitle{
    font-size: 0.2rem;
}
.downbox .a1 .imgbox{
    width: 0.5rem;
    height: 0.5rem;
}
.downbox .a1 .imgbox .icon{
    width: 0.2rem;
}
.downbox .a1 .imgbox .icon2{
    width: 0.2rem;
}
.downbox .a1:hover{}
.downbox .a1:hover .timebox{}
.downbox .a1:hover .timebox .p1{}
.downbox .a1:hover .timebox .p2{}
.downbox .a1:hover .ptitle{}
.downbox .a1:hover .imgbox{}
.downbox .a1:hover .imgbox .icon{}
.downbox .a1:hover .imgbox .icon2{}
    .nybox{}
.nybox .icon{}
    .pronav2{}
.pronav2 .a1{}
.pronav2 .a1:hover{}
.pronav2 .a1 .imgbox{}
.pronav2 .a1 .imgbox .icon{}
.pronav2 .a1 .tbox{}
.pronav2 .a1 .tbox .pt{
    font-size: 0.18rem;
}
.pronav2 .a1 .tbox .pt2{
    font-size: 0.24rem;
}
.pronav2 .a1 .tbox .pt2:hover{}
.pronav2 .a1 .tbox .pt3{
    font-size: 0.18rem;
}
.pronav2 .a1 .tbox .pt4{}
.pronav2 .a1 .tbox .pt4:hover{}
    .inabout{
    flex-wrap: wrap;
}
.inabout .tbox{}
.inabout .tbox .p1{}
.inabout .tbox .p2{
    font-size: 0.2rem;
}
.inabout .tbox .a1{}
.inabout .tbox .a1:hover{}
.inabout .tbox .box{}
.inabout .tbox .box .list{
    font-size: 0.2rem;
}
.inabout .tbox .box .list .p3{}
.inabout .tbox .box .list .p3 em{}
.inabout .tbox .box .list .p3 span{}
.inabout .tbox .box .list .p4{}

    .drag-target{display: flex;height: 100%;width: 5px;position: fixed;top: 0;z-index: 1043;box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);left: -5px;}
    .fananbox .falb1 .swiper-slide{
    width: 2rem;
}
    .fananbox{
}
.fananbox .box1{}
.fananbox .prev2{}
.fananbox .next2{}
.fananbox .falb1{}
.fananbox .falb1 .tbox{
    height: 0.55rem;
}
.fananbox .falb1 .tbox .p2{
    width: 1.5rem;
    font-size: 0.2rem;
}
.falb2{}
.falb2 .a1{
    padding: 0;
}
.falb2 .a1 .imgbox{
    width: 100%;
}
.falb2 .a1 .imgbox .icon{}
.falb2 .a1 .tbox{
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
}
.falb2 .a1 .tbox .p1{
    font-size: 0.2rem;
}
.falb2 .a1 .tbox .p2{
    font-size: 0.3rem;
}
.falb2 .a1 .tbox .p3{}

.falb2 .a1:hover{}
.falb2 .a1:hover .imgbox{}
.falb2 .a1:hover .imgbox .icon{}
.falb2 .a1:hover .tbox{}
.falb2 .a1:hover .tbox .p1{}
.falb2 .a1:hover .tbox .p2{}
.falb2 .a1:hover .tbox .p3{}
    .pronav{}
.pronav .a1{}
.pronav .a1 .imgbox{}
.pronav .a1 .imgbox .icon{}
.pronav .a1 .p1{
    font-size: 0.2rem;
}
.pronav .a1 .p2{
    font-size: 0.2rem;
}
.pronav .a1:hover .imgbox .icon{}
    .boxs{}
.allbox{}
.allbox .p1{}
.allbox .p2{
    font-size: 0.2rem;
}
.allbox .p2::after{content: '';}
.allbox .p2::before{content: '';}
    .banner{
    height: 100%;
}
    .banner .a1{}
    .banner .a1 .icon{
    object-fit: contain;
}
    
    .section .swiper-pagination{}
    .section .swiper-button-prev{}
    .section .swiper-button-prev::after{}
    .section .swiper-button-next{}
    .section .swiper-button-next::after{}
    .ptel{
    display: none;
}
.ptel .icon{}
    .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;
    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%;
    display: flex;
}
    .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{
    background: #fff;
    color: #d42a1e;
}
    .navbox .navlist .nav.this .a1{
    background: #fff;
}
    .navbox .navlist .nav.this .downimg{transform: rotate(90deg);}
    .navbox .navlist .nav.this .downimg .icon{}
    .navbox .navlist .nav.this .erji{display: flex;max-height: unset;}
    .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);}
    .boxss{
    padding-top: 1.5rem;
    height: auto;
}
}
@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;}