*{ 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: 10rem;
    max-width: 100%;
    }
.arcbody * {
    line-height: 180%;
    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: fixed;top: 0;left: 0;width: 100%;background: rgba(255,255,255,0.65);display: flex;justify-content: center;align-items: center;z-index: 100;}
.head{
    height: 1rem;
    width: 15.8rem;
    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.1rem;
}
.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: 0 0.5rem;
    height: 100%;
    color: #333;
}
.navbox .navlist .nav .a1{
    color: inherit;
    font-size: .2rem;
    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: #001e72;position: absolute;border-radius: 0.5rem;transition: all 0.3s;bottom: .3rem;}
.navbox .navlist .nav:hover::after{
    width: 0.4rem;
}
.navbox .navlist .nav.this{
    color: #001e72;
}
.navbox .navlist .nav.this::after{
    width: 0.4rem;
}
.lgbox{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    z-index: 111;
    width: 100%;
    height: 100%;
    top: -100%;
    transition: all 0.3s;
}
.lgbox .sousuo{
    width: 5.5rem;
    height: 0.55rem;
    box-sizing: border-box;
    border: 1px #666 solid;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.lgbox .sousuo .seach_t{
    background: transparent;
    color: #333;
    flex: 1;
    height: 100%;
    text-indent: 0.2rem;
    display: flex;
    font-size: 14px;
}

.lgbox .sousuo .seach_t::-webkit-input-placeholder {
    color:#333
    }
.lgbox .sousuo .seach_s{
    width: 1rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    cursor: pointer;
}
.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);}
.lgbox1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lgbox1 .a1{
    font-size: 20px;
    color: #999;
    border-right: 1px #999 solid;
    line-height: 1;
    padding-right: 0.2rem;
    margin-right: 0.2rem;
    border: 0;
    background: transparent;
}
.lgbox1 .lgicon{
    width: 18px;
    cursor: pointer;
}
.lgbox .close{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    color: #666;
    cursor: pointer;
}

.banner{
    width: 100%;
}
.banner .a1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.banner .a1 .icon{
    width: 100%;
    height: 100%;
}
.banner .pagination1{}
.banner .pagination1 span{
    border-radius: 0.5rem;
    width: 0.8rem;
    background: #fff;
}
.inabout{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bg1.png);
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}
.inabout .box{
    width: 15.8rem;
    display: flex;
    justify-content: space-between;
    max-width: 94%;
    margin: 1.2rem 0;
    flex-wrap: wrap;
}
.inabout .box .tbox{
    width: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.inabout .box .tbox .p1{
    font-size: 0.6rem;
    color: #333;
    opacity: 0.25!important;
    line-height: 1;
}
.inabout .box .tbox .p2{
    font-size: 0.36rem;
    margin-top: -0.2rem;
    line-height: 1;
}
.inabout .box .tbox .p3{
    margin-top: 0.5rem;
    font-size: 0.2rem;
    line-height: 2;
    text-indent: 2em;
}
.inabout .box .tbox .p3 a{
    color: #001e72;
    float: right;
}
.inabout .box .tbox .sjbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.inabout .box .tbox .sjbox .list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.inabout .box .tbox .sjbox .list .sj1{
    font-size: 0.76rem;
    color: #001e72;
}
.inabout .box .tbox .sjbox .list .sj1::after{content:'+'}
.about1 .sjbox .list .sj1::after{content:'+'}

.inabout .box .tbox .sjbox .list .sj2{
    font-size: 0.24rem;
}
.inabout .box .videobox{
    width: 7.3rem;
    height: 4.3rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    flex-wrap: wrap;
}
.inabout .box .videobox .zt{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
}
.inabout .box .videobox .play{
    position: absolute;
    cursor: pointer;
    z-index: 2;
}
.inabout .box .videobox video{
    width: 100%;
    height: 100%;
}
.nybanner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 6rem;
}
.nybanner .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nybanner .tbox{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nybanner .tbox .p1{
    font-size: 0.4rem;
    color: #fff;
}
.nybanner .tbox .p2{
    font-size: 0.28rem;
    color: #fff;
}
.daohang{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
}
.daohang .box{
    width: 13rem;
    max-width: 94%;
    font-size: 0.16rem;
    color: #999;
    line-height: 1.2;
    margin: 0.2rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.daohang .box .a1{
    color: #999;
    line-height: 1.2;
}
.nynav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0.3rem;
}
.nynav .ltlist{
    width: 2rem;
    height: 0.55rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px #001e72 solid;
    border-radius: 0.05rem;
    font-size: 0.2rem;
    color: #001e72;
    transition: all 0.3s;
    cursor: pointer;
}
.nynav .ltlist:hover{
    background: #001e72;
    color: #fff;
}
.nynav .ltlist.this{   background: #001e72;
    color: #fff;}
.about1{
    width: 13rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.2rem;
    max-width: 94%;
}
.about1 .p3{
    margin-top: 0.5rem;
    font-size: 0.2rem;
    line-height: 2;
    text-indent: 2em;
}
.about1 .videobox{
    width: 7.6rem;
    height: 4.5rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-top: 0.5rem;
    max-width: 100%;
}
.about1 .videobox .play{
    position: absolute;
    cursor: pointer;
    z-index: 2;
}
.about1 .videobox .zt{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
}
.about1 .videobox video{
    width: 100%;
    height: 100%;
}
.about1 .sjbox{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
    gap: 0.7rem;
}
.about1 .sjbox .list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.about1 .sjbox .list .sj1{
    font-size: 0.76rem;
    color: #001e72;
}
.about1 .sjbox .list .sj2{
    font-size: 0.24rem;
}

.alltitle{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.alltitle .p1{
    font-size: 0.6rem;
    color: #333;
    opacity: 0.25 !important;
    line-height: 1;
    text-align: center;
}
.alltitle .p2{
    font-size: 0.36rem;
    margin-top: -0.2rem;
    line-height: 1;
}

.about2{
    margin-top: 1.2rem;
    background: url(../img/bg2.png);
    background-size: contain;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about2 .box{
    width: 13rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1.25rem 0;
}
.about2 .box .listbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.7rem;
    gap: 0.4rem;
}
.about2 .box .listbox .list{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about2 .box .listbox .list .icon{
    width: 100%;
}
.about2 .box .listbox .list .tbox{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.about2 .box .listbox .list .tbox .p1{
    font-size: 0.2rem;
    font-weight: bold;
    margin: 0.1rem 0;
}
.about2 .box .listbox .list .tbox .icon2{
    width: 1rem;
}
.about2 .box .listbox .list .tbox .p2{
    font-size: 0.16rem;
    width: 75%;
    text-align: center;
}

.about3{
    width: 13rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 1.2rem 0;
}
.about3 .aboutlb1{
    width: 100%;
    margin-top: 0.5rem;
}
.about3 .aboutlb1 .box{
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 2.5rem;
}


.about3 .aboutlb1 .box .icon{
    width: 50%;
}
.about3 .aboutlb1 .box .p1{
    display: none;
}
.about3 .aboutlb1 .swiper-slide-active .box{
}
.about3 .aboutlb1 .swiper-slide-active .box .icon{
    width: 100%;
}
.about3 .aboutlb1 .swiper-slide-active .box .p1{
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to top, black, transparent);
    height: 0.5rem;
}

.swiper-button-prev{
    background: url(../img/left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.17rem;
}
.swiper-button-prev::after{
    display: none;
}
.swiper-button-next{
    background: url(../img/right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.17rem;
}
.swiper-button-next::after{
    display: none;
}

.about4{
    width: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1.2rem;
    max-width: 94%;
    position: relative;
}
.about4 .aboutlb2{
    width: 13rem;
    margin-top: 0.5rem;
    max-width: 100%;
}
.about4 .aboutlb2 .box{
    width: 100%;
}
.about4 .aboutlb2 .box .icon{
    width: 100%;
}

.about4 .prev2{top: 70%;}
.about4 .next2{top: 70%;}

.about5{
    width: 13rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1.2rem 0;
}
.about5 .aboutlb3{
    width: 100%;
    margin-top: 0.5rem;
    box-sizing: border-box;
    padding: 0 0.5rem;
}
.about5 .aboutlb3 .box{
    width: 100%;
}
.about5 .aboutlb3 .box .icon{
    width: 100%;
}
.contact{
    width: 13rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1.2rem 0;
}
.contact .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    align-items: center;
}
.contact .box .map{
    width: 7.1rem;
}
.contact .box .map .icon{
    width: 100%;
}

.contact .box .tbox{
    width: 5.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 1px #c2c2c2 solid;
    height: 3.6rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem #ccc;
    box-sizing: border-box;
    padding: 0.4rem  0.25rem;
    justify-content: space-between;
}
.contact .box .tbox .line{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.contact .box .tbox .line .icon{
    margin-right: 0.2rem;
    margin-top: 0.05rem;
    max-width: 0.5rem;
}
.contact .box .tbox .line .p1{
    font-size: 0.2rem;
    color: #333;
}

.xiazai{
    width: 13rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 94%;
    margin: 1.2rem 0;
}
.xiazai .xzbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.5rem;
}
.xzbox .bt{
    width: 100%;
    border-bottom: 1px #6678aa solid;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.45rem;
}
.xzbox .bt .p1{
    font-size: 0.28rem;
    color: #001e72;
    line-height: 2;
    position: relative;
    padding-left: 0.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.xzbox .bt .p1::after{content: '';width: 0.1rem;height: 0.1rem;background: #001e72;border-radius: 50%;position: absolute;left: 0;}
.xzbox .box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.xzbox .box .left{
    width: 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.xzbox .box .left .pt1{
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;

    box-sizing: border-box;
    padding-left: 0.3rem;
    background: #001e72;
    color: #fff;
    font-size: 0.24rem;
}
.xzbox .box .left .leftnav{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0.1rem;
    background: #f6f6f6;
}
.xzbox .box .left .leftnav .list{}
.xzbox .box .left .leftnav .list .line{}
.xzbox .box .left .leftnav .list .line2{
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.xzbox .box .left .leftnav .list .line{
    width: 100%;
    height: 0.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    font-size: 0.18rem;
    color: #333333;
}
.xzbox .box .left .leftnav .list .line .a1{
    flex: 1;
    color: inherit;
    padding-left: 0.3rem;
}
.xzbox .box .left .leftnav .list .line span{
    transform: rotate(90deg);
    width: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.5rem;
    cursor: pointer;
    font-size: 0.16rem;
}
.xzbox .box .left .leftnav .list .line2 .a2{
    width: 100%;
    height: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-left: 0.3rem;
    font-size: 0.16rem;
    color: #444444;
}
.xzbox .box .left .leftnav .list .line2 .a2.this{
    color: #001e72;
}

.xzbox .box .left .leftnav .list.this{}
.xzbox .box .left .leftnav .list.this .line{
    background: #6678aa;
    color: #fff;
}
.xzbox .box .left .leftnav .list.this .line2{
    display: flex;
}
.xzbox .box .left .leftnav .list.this .line{}
.xzbox .box .left .leftnav .list.this .line .a1{}
.xzbox .box .left .leftnav .list.this .line span{
    color: #fff;
    transform: rotate(-90deg);
}
.xzbox .box .left .leftnav .list.this .line2 .a2{}

.xzlist{flex: 1;margin-left: 0.5rem;display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 0.2rem 0.3rem;}
.xzlist .a1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    border: 1px #c6c6c6 solid;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.05rem #ccc;
    padding: 0.2rem 0.12rem;
}
.xzlist .a1 .p1{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    animation: c;
    align-items: center;
    font-size: 0.2rem;
    color: #333;
}
.xzlist .a1 .p1 span{
    width: 0.19rem;
    background: url(../img/d1.png);
    height: 0.18rem;
    background-size: 100%;
    margin-right: 0.1rem;
}
.xzlist .a1 .p2{
    font-size: 0.16rem;
    color: #333;
}
.xzlist .a1:hover{
    border-color: #001e72;
}
.xzlist .a1:hover .p1{
    color: #001e72;
}
.xzlist .a1:hover .p1 span{
    background: url(../img/d2.png);
    background-size: 100%;
}
.xzlist .a1:hover .p2{}
.xzlist.xzlist2{
    width: 100%;
    margin: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ruanjian{
    width: 9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    max-width: 100%;
    flex-wrap: wrap;
}
.ruanjian .icon{
    width: 3.1rem;
    transition: all 0.3s;
}
.ruanjian .icon:hover{
    transform: scale(1.05);
}
.ruanjian .tbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 5.3rem;
}
.ruanjian .tbox .list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.ruanjian .tbox .list .icon2{
    width: 2.4rem;
    margin-bottom: 0.28rem;
}
.ruanjian .tbox .list .p1{
    font-size: 0.2rem;
    background: #febd59;
    border-radius: 0.5rem;
    box-sizing: border-box;
    padding: 0.1rem 0.3rem;
}
.ruanjian .tbox .a1{
    width: 2.33rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #feca7a;
    border-radius: 0.1rem;
    margin: 0.3rem auto 0;
    font-size: 0.2rem;
}

.newsbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.5rem;
}
.newsbox .a1{
    width: 100%;
    display: flex;
    margin-bottom: 0.4rem;
    justify-content: flex-start;
    align-items: center;
}
.newsbox .a1 .imgbox{
    width: 2.8rem;
    height: 1.9rem;
    overflow: hidden;
    border-radius: 0.1rem;
}
.newsbox .a1 .imgbox .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsbox .a1 .tbox{
    margin-left: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 3.1rem);
}
.newsbox .a1 .tbox .p1{
    font-size: 0.2rem;
    color: #333;
}
.newsbox .a1 .tbox .p1 span{
    font-size: 0.16rem;
    margin-left: 0.2rem;
}
.newsbox .a1 .tbox .p2{
    font-size: 0.16rem;
    color: #333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsbox .a1 .tbox .p3{
    width: 1.7rem;
    height: 0.55rem;
    font-size: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    border: 1px #ccc solid;
    border-radius: 0.05rem;
    margin-top: 0.3rem;
}
.newsbox .a1:hover{
    box-shadow: 0 0 0.1rem #ccc;
}
.newsbox .a1:hover .imgbox{}
.newsbox .a1:hover .imgbox .icon{}
.newsbox .a1:hover .tbox{}
.newsbox .a1:hover .tbox .p1{}
.newsbox .a1:hover .tbox .p1 span{}
.newsbox .a1:hover .tbox .p2{}
.newsbox .a1:hover .tbox .p3{
    color: #fff;
    background: #001e72;
}

.newsbox2{
    width: 100%;
    display: grid;
    margin-top: 0.5rem;
    gap: 0.45rem 0.9rem;
    grid-template-columns: 1fr 1fr 1fr;
}
.newsbox2 .a1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.newsbox2 .a1 .imgbox{
    width: 100%;
}
.newsbox2 .a1 .imgbox .icon{
    width: 100%;
    aspect-ratio: 37/25;
}
.newsbox2 .a1 .tbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 0.15rem 0.3rem;
    font-size: 0.16rem;
    color: #333;
}
.newsbox2 .a1 .tbox .p1{}
.newsbox2 .a1 .tbox .p1 span{}
.newsbox2 .a1 .tbox .p2{}
.newsbox2 .a1 .tbox .p3{}
.newsbox2 .a1:hover{}
.newsbox2 .a1:hover .imgbox{}
.newsbox2 .a1:hover .imgbox .icon{}
.newsbox2 .a1:hover .tbox{
    color: #001e72;
}
.newsbox2 .a1:hover .tbox .p1{}
.newsbox2 .a1:hover .tbox .p1 span{}
.newsbox2 .a1:hover .tbox .p2{}
.newsbox2 .a1:hover .tbox .p3{}

.page{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.page .active{
    border: 1px #ccc solid;
    box-sizing: border-box;
    padding: 0 0.1rem;
    margin: 0 0.05rem;
    background: #001e72;
    color: #fff;
    border: 0;
}
.page .total{
    border: 1px #ccc solid;
    box-sizing: border-box;
    padding: 0 0.1rem;
    margin: 0 0.05rem;
}

.prolist{
    width: calc(100% - 3.3rem);
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.prolist .a1{
    width: calc(33.33% - 1.333%);
    margin-bottom: 0.35rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.prolist .a1 .imgbox{
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px #ccc solid;
    border-radius: 0.1rem;
    margin-bottom: 0.1rem;
}
.prolist .a1 .imgbox .icon{
    max-width: 80%;
    max-height: 80%;
}
.prolist .a1 .p1{
    text-align: center;
    font-size: 0.2rem;
    width: 80%;
    color: #333;
}
.prolist .a1:hover{}
.prolist .a1:hover .imgbox{
    border-color: #001e72;
}
.prolist .a1:hover .imgbox .icon{}
.prolist .a1:hover .p1{
    color: #001e72;
}

.proshow{
    width: calc(100% - 3.3rem);
    display: flex;
    justify-content: space-between;
}
.proshow .lbbox{
    width: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
}
.proshow .lbbox .swiper4{
    width: 100%;
}
.proshow .lbbox .swiper4 .tbox{
    width: 97%;
    margin: 1.5%;
    box-sizing: border-box;
    border: 2px #ccc solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.05rem #ccc;
}
.proshow .lbbox .swiper4 .tbox .icon{
    max-width: 100%;
    max-height: 100%;
}

.proshow .lbbox .swiper3{
    width: 80%;
}
.proshow .lbbox .swiper3 .tbox{}
.proshow .lbbox .swiper3 .tbox .icon{
    width: 100%;
}
.proshow .lbbox .box2{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.1rem;
}
.proshow .tbox1{flex: 1;margin-left: 0.3rem;}
.proshow .tbox1 .h1{
    font-size: 0.26rem;
    color: #333;
    line-height: 1.5;
}
.proshow .tbox1 .li{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.2rem;
}
.proshow .tbox1 .li p{
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
}
.proshow .tbox1 .li p strong{
}
.proshow .tbox1 .btnbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
    gap: 0.15rem;
}
.proshow .tbox1 .btnbox .a1{
    width: 2.5rem;
    height: 0.8rem;
    border: #6678aa 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    color: #6678aa;
    border-radius: 0.05rem;
}
.proshow .tbox1 .btnbox .a2{
    width: 2.5rem;
    height: 0.8rem;
    background: #6678aa;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    color: #fff;
    border-radius: 0.05rem;
}
.probody{
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.probody .line{
    width: 100%;
    border-bottom: 1px #6678aa  solid;
}
.probody .line .p1{
    width: 2.3rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6678aa;
    color: #fff;
    font-size: 0.2rem;
    border-radius: 0.1rem;
}
.prolist.prolist2{
    width: 100%;
    margin-top: 0.5rem;
}
.prolist.prolist2 .a1{
    width: calc(25% - 1.5%);
}

.fangan{
    width: 12.25rem;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1.2rem auto;
    overflow: hidden;
}
.fangan .box{
    width: 100%;
    display: flex;
    margin-top: 0.6rem;
}
.fangan .box .list{
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 5rem;
    cursor: pointer;
}
.fangan .box .list .icon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fangan .box .list .tbox{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}
.fangan .box .list .tbox .p1{
    font-size: 0.2rem;
    color: #fff;
    width: 0.2rem;
    line-height: 1;
    margin-left: auto;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
}
.fangan .box .list .tbox .p2{
    display: none;
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.2rem;
    margin-top: 0.1rem;
}
.fangan .box .list:hover{
    flex: 4;
}
.fangan .box .list:hover .icon{}
.fangan .box .list:hover .tbox{
    box-sizing: border-box;
    padding: 0.2rem 0.5rem 0;
    height: auto;
    background: rgba(0,0,0,0.6);
}
.fangan .box .list:hover .tbox .p1{
    width: 100%;
    line-height: 1.5;
    margin-top: auto;
    margin-right: 0;
}
.fangan .box .list:hover .tbox .p2{
    display: flex;
}
.ypt{
    width: 16rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.2rem;
    max-width: 94%;
    margin: auto;
    transform: scale(0.8);
}
.ypt .icon{
}
.youshi{
    width: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.2rem;
    max-width: 94%;
    margin: auto;
}
.youshi .yslist{
    display: none;
    position: relative;
    margin-top: 0.5rem;
    overflow: hidden;
    border-radius: 0.15rem;
}
.youshi .yslist .icon{
    width: 100%;
    height: 100%;
}
.youshi .yslist .p1{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.18rem;
    color: #fff;
    box-sizing: border-box;
    padding: 0.3rem 0.3rem;
    text-indent: 2em;
    background: linear-gradient(45deg, black, transparent);
}
.youshi .yslist.this{
    display: flex;
}
.footbox{
    background: #001e72;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3rem;
}
.footbox .flogo{
    width: 1.49rem;
    margin-top: -0.15rem;
}
.footbox .footer{
    width: 15.8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 94%;
    margin-top: 0.4rem;
}
.footbox .footer .left{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footbox .footer .left .fnavbox{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.7rem;
    flex-wrap: wrap;
}
.footbox .footer .left .fnavbox .flist{
    width: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footbox .footer .left .fnavbox .flist .fnav{
    font-size: 0.14rem;
    color: #fff;
    border-bottom: 1px #fff solid;
    width: 100%;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
}
.footbox .footer .left .fnavbox .flist .fsnav{
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.1rem;
}

.footbox .footer .left .flxwm{
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.2rem;
}
.footbox .footer .left .flxwm .p1{
    font-size: 0.2rem;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footbox .footer .left .flxwm .p1 .icon{
    margin-right: 0.1rem;
    max-width: 0.2rem;
}

.footbox .footer .right{
    width: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.footbox .footer .right form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.14rem;
}
.footbox .footer .right form .input1{
    color: #fff;
    width: 32%;
    height: 0.35rem;
    border-radius: 0.05rem;
    background: rgba(255,255,255,0.8);
    text-indent: 0.2rem;
}
.footbox .footer .right form .input2{
    color: #fff;
    width: 100%;
    height: 0.7rem;
    border-radius: 0.05rem;
    background: rgba(255, 255, 255, 0.8);
    border: 0;
    resize: none;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    margin: 0.2rem 0;
}
.footbox .footer .right form .submit{
    width: 32%;
    height: 0.35rem;
    background: rgba(255,255,255,0.8);
    color: #fff;
    border-radius: 0.05rem;
}
.footbox .footer .right .ewmbox{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.5rem;
    gap: 0.4rem;
}
.footbox .footer .right .ewmbox .list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.footbox .footer .right .ewmbox .list .icon{
    width: 1rem;
    margin-bottom: 0.1rem;
}
.footbox .footer .right .ewmbox .list .p1{
    color: #fff;
    font-size: 0.14rem;
}
.footbox .footer .right .ewmbox .list .hoverbox{
    position: absolute;
    display: none;
    bottom: 1.5rem;
    box-sizing: border-box;
    padding: 0.1rem;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.1rem #ccc;
}
.footbox .footer .right .ewmbox .list .hoverbox .icon2{width:2rem}
.footbox .footer .right .ewmbox .list:hover .hoverbox{
    display: flex;
}
.copyright{
    width: 100%;
    display: flex;
    gap: 0.2rem;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.1rem 0;
    border-top: 1px #fff solid;
    margin-top: 0.5rem;
}
.copyright .p1{
    font-size: 0.14rem;
    color: #fff;
}
.footbox .footer .right form .input1::placeholder {
    color: #fff; /* 浅灰色占位符，比白色稍暗 */
}
.footbox .footer .right form .input2::placeholder {
    color: #fff; /* 浅灰色占位符，比白色稍暗 */
}

.rxf{
    position: fixed;
    right: 3%;
    width: 0.7rem;
    height: 2.8rem;
    background: #fff;
    z-index: 20;
    top: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border: #aabdf2 1px solid;
    border-radius: 0.1rem;
    padding: 0 0.1rem;
}
.rxf .list{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: #aabdf2 1px solid;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.rxf .list .icon{
    max-width: 0.25rem;
}
.rxf .list .hoverbox{
    position: absolute;
    display: none;
    background: #fff;
    border: #aabdf2 1px solid;
    border-radius: 0.1rem;
    right: 0.7rem;
}
.rxf .list .hoverbox .p1{
    font-size: 0.2rem;
    box-sizing: border-box;
    padding: 0.2rem 0.3rem;
}
.rxf .list .hoverbox .icon2{
    max-width: 2rem;
}
.rxf .list:hover .hoverbox{
    display: flex;
}
.rxf .list:hover .hoverbox .p1{}
.rxf .list:hover .hoverbox .icon2{}


.dtbox{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.dtbox .icon{
    width: 7rem;
    opacity: 0;
}
.dtbox *{
    position: relative;
    z-index: 9;
}
.dtbox .bg1,
.dtbox .bg2,
.dtbox .line2,
.dtbox .line1{
    left: 50%;
    top: 50%;
    transform: translate(-52%, -52%) scale(0.95);
    transform-origin: center center;
    position: absolute;
    scale: 0.95;
    width: 7rem;
}
.dtbox .bg1 img,
.dtbox .bg2 img,
.dtbox .line2 img,
.dtbox .line1 img{
    max-width: 100%;
}
@keyframes rotate180WithPause {
  0% {
    transform: rotate(0deg); /* 初始角度 */
  }
  40% {
    transform: rotate(180deg); /* 前40%时间内旋转到180° */
  }
  100% {
    transform: rotate(180deg); /* 剩余60%时间保持180°停顿 */
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg); /* 起始角度 */
  }
  to {
    transform: rotate(360deg); /* 结束角度（360°即一圈） */
  }
}
.dtbox .line1 img{
    
  /*animation: rotate180WithPause 5s linear infinite;*/
  animation: spin 10s linear infinite;
}
.dtbox .line2 img{
    
  animation: spin 15s linear infinite;
}
.dtbox .bg1{
    width: 8.8rem;
}
.dtbox .simgbox{
    position: absolute;
    height: 100%;
    left: 0;
    top: -1rem;
    width: 100%;
}
.dtbox .simgbox .simg{
    position: absolute;
}
.dtbox .simgbox .simg:nth-of-type(1){
    left: 0;
    top: 2.1rem;
    width: 5.4rem;
}
.dtbox .simgbox .simg:nth-of-type(2){
    right: 0;
    top: 2.1rem;
    width: 5.4rem;
}
.dtbox .simgbox .simg:nth-of-type(3){
    width: 5.4rem;
    left: -0.75rem;
    top: 3.4rem;
}
.dtbox .simgbox .simg:nth-of-type(4){
    width: 5.4rem;
    right: -0.75rem;
    top: 3.4rem;
}
.dtbox .simgbox .simg:nth-of-type(5){
    width: 5.4rem;
    left: -0.75rem;
    top: 4.7rem;
}
.dtbox .simgbox .simg:nth-of-type(6){
    width: 5.4rem;
    right: -0.75rem;
    top: 4.7rem;
}
.dtbox .simgbox .simg:nth-of-type(7){
    width: 5.4rem;
    left: 0;
    top: 6.1rem;
}
.dtbox .simgbox .simg:nth-of-type(8){
    width: 5.4rem;
    right: 0;
    top: 6.1rem;
}
.dtbox .simgbox .simg p{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    color: #001e72;
    box-sizing: border-box;
    font-size: 0.2rem;
}
.dtbox .simgbox .simg.left p{
    justify-content: right;
    font-size: 0.2rem;
    padding-right: 0.5rem;
}
.dtbox .simgbox .simg.right p{
    padding-left: 0.5rem;
}
.dtbox .simgbox .simg .bg{
    width: 100%;
}
.dtbox .simgbox .simg p img{
    width: 0.4rem;
    margin: 0 0.1rem;
    z-index: 1;
    opacity: 1;
}
.dtbox .bgimgbox{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dtbox .bgimgbox .bgimg{
    display: none;
    width: 5rem;
}
.dtbox .bgimgbox .bgimg.this{
    display: flex;
}
/***************/
@media only screen and (max-width: 1201px) {
        .dtbox .bg1, .dtbox .bg2, .dtbox .line2, .dtbox .line1{
        
    transform: translate(-50%, -70%) scale(0.95);
    width: 77%;
    }
    .dtbox .bg1{
        display: none;
    }
    .dtbox .simgbox .simg p{
    position: unset;

   
}
.dtbox .simgbox .simg.left p{}
.dtbox .simgbox .simg.right p{}
.dtbox .simgbox .simg .bg{
    display: none;
}
.dtbox .simgbox .simg p img{}
    .dtbox{
    flex-wrap: wrap;
}
.dtbox .icon{}
.dtbox .simgbox{position: unset;display: flex;flex-wrap: wrap;justify-content: space-between;gap: 0.2rem 0;}
.dtbox .simgbox .simg{
    position: unset;
    max-width: 50%;
}
.dtbox .simgbox .simg:nth-of-type(1){
}
.dtbox .simgbox .simg:nth-of-type(2){
}
.dtbox .simgbox .simg:nth-of-type(3){
    width: 4rem;
}
.dtbox .simgbox .simg:nth-of-type(4){
    width: 4rem;
}
.dtbox .simgbox .simg:nth-of-type(5){}
.dtbox .simgbox .simg:nth-of-type(6){}
.dtbox .simgbox .simg:nth-of-type(7){}
.dtbox .simgbox .simg:nth-of-type(8){}
.dtbox .bgimgbox{
    top: 2.5rem;
}
.dtbox .bgimgbox .bgimg{
    width: 4rem;
}
.dtbox .bgimgbox .bgimg.this{}
    .rxf{}
.rxf .list{}
.rxf .list .icon{}
.rxf .list .hoverbox{}
.rxf .list .hoverbox .p1{}
.rxf .list .hoverbox .icon2{}
.rxf .list:hover .hoverbox{}
.rxf .list:hover .hoverbox .p1{}
.rxf .list:hover .hoverbox .icon2{}
    .footbox{}
.footbox .flogo{}
.footbox .footer{}
.footbox .footer .left{}
.footbox .footer .left .fnavbox{}
.footbox .footer .left .fnavbox .flist{}
.footbox .footer .left .fnavbox .flist .fnav{
    font-size: 0.2rem;
}
.footbox .footer .left .fnavbox .flist .fsnav{
    font-size: 0.18rem;
}

.footbox .footer .left .flxwm{}
.footbox .footer .left .flxwm .p1{}
.footbox .footer .left .flxwm .p1 .icon{}

.footbox .footer .right{
    width: 100%;
    margin-top: 0.3rem;
}
.footbox .footer .right form{
    font-size: 0.18rem;
}
.footbox .footer .right form .input1{}
.footbox .footer .right form .input2{}
.footbox .footer .right form .submit{}
.footbox .footer .right .ewmbox{}
.footbox .footer .right .ewmbox .list{}
.footbox .footer .right .ewmbox .list .icon{
    width: 1.5rem;
}
.footbox .footer .right .ewmbox .list .p1{
    font-size: 0.18rem;
}

.copyright{}
.copyright .p1{
    font-size: 0.18rem;
}
    .youshi{}
.youshi .yslist{}
.youshi .yslist .icon{}
.youshi .yslist .p1{}
.youshi .yslist.this{}
    .ypt{}
.ypt .icon{
    width: 100%;
}
    .fangan{}
.fangan .box{}
.fangan .box .list{}
.fangan .box .list .icon{}
.fangan .box .list .tbox{}
.fangan .box .list .tbox .p1{}
.fangan .box .list .tbox .p2{}
.fangan .box .list:hover{}
.fangan .box .list:hover .icon{}
.fangan .box .list:hover .tbox{}
.fangan .box .list:hover .tbox .p1{}
.fangan .box .list:hover .tbox .p2{}
    
.prolist.prolist2{}
.prolist.prolist2 .a1{
    width: 49%;
}
    .probody{}
.probody .line{}
.probody .line .p1{}

    .proshow{
    width: calc(100% - 2.8rem);
    flex-wrap: wrap;
}
.proshow .lbbox{
    width: 100%;
}
.proshow .lbbox .swiper4{}
.proshow .lbbox .swiper4 .tbox{}
.proshow .lbbox .swiper4 .tbox .icon{}

.proshow .lbbox .swiper3{}
.proshow .lbbox .swiper3 .tbox{}
.proshow .lbbox .swiper3 .tbox .icon{}
.proshow .lbbox .box2{}
.proshow .tbox1{
    width: 100%;
    margin: 0.3rem 0;
}
.proshow .tbox1 .h1{}
.proshow .tbox1 .li{}
.proshow .tbox1 .li p{
    font-size: 0.18rem;
}
.proshow .tbox1 .li p strong{}
.proshow .tbox1 .btnbox{}
.proshow .tbox1 .btnbox .a1{}
.proshow .tbox1 .btnbox .a2{}
    .prolist{
    width: calc(100% - 2.6rem);
}
.prolist .a1{
    width: 49%;
}
.prolist .a1 .imgbox{}
.prolist .a1 .imgbox .icon{}
.prolist .a1 .p1{}
.prolist .a1:hover{}
.prolist .a1:hover .imgbox{}
.prolist .a1:hover .imgbox .icon{}
.prolist .a1:hover .p1{}
    
.newsbox{}
.newsbox .a1{}
.newsbox .a1 .imgbox{}
.newsbox .a1 .imgbox .icon{}
.newsbox .a1 .tbox{}
.newsbox .a1 .tbox .p1{}
.newsbox .a1 .tbox .p1 span{}
.newsbox .a1 .tbox .p2{}
.newsbox .a1 .tbox .p3{}
.newsbox .a1:hover{}
.newsbox .a1:hover .imgbox{}
.newsbox .a1:hover .imgbox .icon{}
.newsbox .a1:hover .tbox{}
.newsbox .a1:hover .tbox .p1{}
.newsbox .a1:hover .tbox .p1 span{}
.newsbox .a1:hover .tbox .p2{}
.newsbox .a1:hover .tbox .p3{}

.newsbox2{
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
}
.newsbox2 .a1{}
.newsbox2 .a1 .imgbox{}
.newsbox2 .a1 .imgbox .icon{}
.newsbox2 .a1 .tbox{
    font-size: 0.2rem;
}
.newsbox2 .a1 .tbox .p1{}
.newsbox2 .a1 .tbox .p1 span{}
.newsbox2 .a1 .tbox .p2{}
.newsbox2 .a1 .tbox .p3{}
.newsbox2 .a1:hover{}
.newsbox2 .a1:hover .imgbox{}
.newsbox2 .a1:hover .imgbox .icon{}
.newsbox2 .a1:hover .tbox{}
.newsbox2 .a1:hover .tbox .p1{}
.newsbox2 .a1:hover .tbox .p1 span{}
.newsbox2 .a1:hover .tbox .p2{}
.newsbox2 .a1:hover .tbox .p3{}

.page{}
.page .active{}
.page .total{}
    .ruanjian{
    justify-content: center;
}
.ruanjian .icon{}
.ruanjian .icon:hover{}
.ruanjian .tbox{}
.ruanjian .tbox .list{}
.ruanjian .tbox .list .icon2{}
.ruanjian .tbox .list .p1{}
.ruanjian .tbox .a1{}
    .xzlist.xzlist2{
    grid-template-columns: 1fr 1fr 1fr;
}
    .xiazai{}
.xiazai .xzbox{}
.xzbox .bt{}
.xzbox .bt .p1{}
.xzbox .bt .p1::after{content: '';}
.xzbox .box{}
.xzbox .box .left{
    width: 2.3rem;
}
.xzbox .box .left .pt1{}
.xzbox .box .left .leftnav{}
.xzbox .box .left .leftnav .list{}
.xzbox .box .left .leftnav .list .line{}
.xzbox .box .left .leftnav .list .line2{}
.xzbox .box .left .leftnav .list .line{}
.xzbox .box .left .leftnav .list .line .a1{}
.xzbox .box .left .leftnav .list .line span{}
.xzbox .box .left .leftnav .list .line2 .a2{
    font-size: 0.18rem;
}
.xzbox .box .left .leftnav .list .line2 .a2.this{}

.xzbox .box .left .leftnav .list.this{}
.xzbox .box .left .leftnav .list.this .line{}
.xzbox .box .left .leftnav .list.this .line2{}
.xzbox .box .left .leftnav .list.this .line{}
.xzbox .box .left .leftnav .list.this .line .a1{}
.xzbox .box .left .leftnav .list.this .line span{}
.xzbox .box .left .leftnav .list.this .line2 .a2{}

.xzlist{
    margin-left: 0.3rem;
    grid-template-columns: 1fr 1fr;
}
.xzlist .a1{}
.xzlist .a1 .p1{}
.xzlist .a1 .p1 span{}
.xzlist .a1 .p2{}
.xzlist .a1:hover{}
.xzlist .a1:hover .p1{}
.xzlist .a1:hover .p1 span{}
.xzlist .a1:hover .p2{}
    .contact{}
.contact .box{}
.contact .box .map{}
.contact .box .map .icon{}

.contact .box .tbox{
    width: 100%;
    margin-top: 0.3rem;
}
.contact .box .tbox .line{}
.contact .box .tbox .line .icon{}
.contact .box .tbox .line .p1{
    font-size: 0.22rem;
}
    .about4{}
.about4 .aboutlb2{}
.about4 .aboutlb2 .box{}
.about4 .aboutlb2 .box .icon{}
    .about3{}
.about3 .aboutlb1{}
.about3 .aboutlb1 .box{}


.about3 .aboutlb1 .box .icon{}
.about3 .aboutlb1 .box .p1{}
.about3 .aboutlb1 .swiper-slide-active .box{}
.about3 .aboutlb1 .swiper-slide-active .box .icon{}
.about3 .aboutlb1 .swiper-slide-active .box .p1{}

.swiper-button-prev{}
.swiper-button-prev::after{}
.swiper-button-next{}
.swiper-button-next::after{}
    .about2{}
.about2 .box{}
.about2 .box .listbox{
    flex-wrap: wrap;
}
.about2 .box .listbox .list{}
.about2 .box .listbox .list .icon{}
.about2 .box .listbox .list .tbox{}
.about2 .box .listbox .list .tbox .icon2{}
.about2 .box .listbox .list .tbox .p1{
    font-size: 0.24rem;
}
.about2 .box .listbox .list .tbox .p2{
    font-size: 0.2rem;
}
    .about1{}
.about1 .p3{}
.about1 .videobox{
    height: auto;
}
.about1 .videobox .play{}
.about1 .videobox .zt{}
.about1 .videobox video{}
.about1 .sjbox{
    justify-content: space-between;
    gap: 0;
}
.about1 .sjbox .list{}
.about1 .sjbox .list .sj1{}
.about1 .sjbox .list .sj2{}

.alltitle{}
.alltitle .p1{}
.alltitle .p2{}
    .nynav{
    gap: 0.3rem;
}
.nynav .ltlist{}
.nynav .ltlist:hover{}
    .daohang{}
.daohang .box{
    font-size: 0.18rem;
}
.daohang .box .a1{}
    .nybanner{}
.nybanner .icon{}
.nybanner .tbox{}
.nybanner .tbox .p1{}
.nybanner .tbox .p2{}
    .inabout{}
.inabout .box{}
.inabout .box .tbox{}
.inabout .box .tbox .p1{}
.inabout .box .tbox .p2{}
.inabout .box .tbox .p3{}
.inabout .box .tbox .p3 a{}
.inabout .box .tbox .sjbox{}
.inabout .box .tbox .sjbox .list{}
.inabout .box .tbox .sjbox .list .sj1{}
.inabout .box .tbox .sjbox .list .sj2{}
.inabout .box .videobox{}
.inabout .box .videobox .zt{}
.inabout .box .videobox .play{}
.inabout .box .videobox video{}
    .banner{}
.banner .a1{}
.banner .a1 .icon{}
.banner .pagination1{}
    .lgbox1{}
.lgbox1 .a1{}
.lgbox1 .lgicon{}
.lgbox .close{}
    .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: #333;
        margin: 10%;
    }
    .headxf{/* background: rgba(0,0,0,0.8); */}
    .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);}
    .bannersection{height:auto!important    }
}
@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;}
.footsection {
    height: auto !important;
}