/*@font-face {*/
/*    font-family: "SOURCEHANSANSSC";*/
/*    src: url(https://cdn.hnbaichy.com/SOURCEHANSANSSC-EXTRALIGHT.OTF);*/
/*    font-display: swap;*/
/*    font-style: normal;*/
/*    font-weight: 100;*/
/*}*/
/*@font-face {*/
/*    font-family: "SOURCEHANSANSSC";*/
/*    src: url(https://cdn.hnbaichy.com/SOURCEHANSANSSC-LIGHT.OTF);*/
/*    font-display: swap;*/
/*    font-style: normal;*/
/*    font-weight: 200;*/
/*}*/
/*@font-face {*/
/*    font-family: "SOURCEHANSANSSC";*/
/*    src: url(https://cdn.hnbaichy.com/SOURCEHANSANSSC-NORMAL.OTF);*/
/*    font-display: swap;*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*}*/
/*@font-face {*/
/*    font-family: "SOURCEHANSANSSC";*/
/*    src: url(https://cdn.hnbaichy.com/SOURCEHANSANSSC-REGULAR.OTF);*/
/*    font-display: swap;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*}*/
/*@font-face {*/
/*    font-family: "SOURCEHANSANSSC";*/
/*    src: url(https://cdn.hnbaichy.com/SOURCEHANSANSSC-BOLD.OTF);*/
/*    font-display: swap;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*}*/
/*@font-face {*/
/*    font-family: "SOURCEHANSANSSC";*/
/*    src: url(https://cdn.hnbaichy.com/SOURCEHANSANSSC-HEAVY.OTF);*/
/*    font-display: swap;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*}*/
html,body,p,ul,ol{
    margin: 0;
    padding: 0;
    font-family: "SOURCEHANSANSSC";
    font-size: 16px;
    /*color: #444343;*/
}
img{
    display: block;
    max-width: 100%;
}
a{
    text-decoration: none;
}
h2{
    font-weight: bold;
    color: #444343;
}
h3{
    font-size: clamp(20px,1.67vw,32px);
    color: #444343;
}
ul{
    list-style: none;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: rgba(10, 26, 50, 0.2);
}
header .header{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
header .header>ul{
    display: flex;
    gap: 50px;
}
header .header>ul li a{
    color: #fcfbfb;
    /*font-weight: bold;*/
}
header .header button{
    display: none;
}

.home-nav-active a{
    color: #f39800!important;
    font-weight: bold;
}

#LRdiv0{
    display: none!important;
}

footer{
    background: rgb(1,25,60);
    color: #ffffff;
    padding: 60px 0 100px; 
}
footer .footer{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 6vw;
}
footer .footer .product-contact{
    display: flex;
    white-space: nowrap;
    gap: 6vw;
    opacity: .5;
}
footer .footer .product ul li{
    line-height: 2;
}
footer .footer h4{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 40px;
    white-space: nowrap;
    position: relative;
    margin-bottom: 0;
}
footer .footer h4:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #f39800;
    position: absolute;
    bottom: 20px;
    left: 0;
}
footer .footer a{
    color: #ffffff;
    font-size: 14px;
}
footer .footer .contact{

    position: relative;
}
footer .footer .qrcode ul{
    display: flex;
    justify-content: space-between;
    gap: 3vw;
}
footer .footer .contact ul{
    position: relative;
    font-size: 14px;
   
}
footer .footer .contact ul li{
     line-height: 2;
}
footer .footer .contact .line:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #f39800;

}
footer .footer .contact .phone{
    color: #f39800;
    text-align: right;
}
footer .footer .contact .phone p:first-child{
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    gap: 15px;
  
}
footer .footer .contact .phone p{
      color: inherit;
}
.copyright{
    color: #ffffff;
    background-color: #444343;
    text-align: center;
    padding: 25px;
    font-size: 14px;
}
.copyright a{
    color: #ffffff;
}
.page{
    margin-top: 30px;
}
.page .pagef{
    display: flex;
    align-items: center;
}
.page b{
    padding: 0.5% 1%!important;
    margin-left: 2%;
}
.pagef>li:not(:first-child){
	margin-left: 2%;
}
.pagef>li{
	display: inline; 
	box-sizing: border-box;
	background-color: #F5F5F5;
	padding: 0.5% 1%!important;
	white-space:nowrap;
	cursor: pointer;
	user-select:none;
	max-width: none!important;
	min-width: 0!important;
}
.page_stop{
	background-color: #566C91;
}
.page_active{
	color: white;
	background-color: #C52620 !important;
}
.kefu-float{
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 999;
    background: #444343;
    width: 120px;
    text-align: center;
    border-radius: 90px;
    padding: 20px 0;
}
.kefu-float .kefu-nei{
    border: 3px solid #f39800;
    border-radius: 90px;
    padding: 15px 0;
}
.kefu-float .kefu-nei .avator{
    margin: -130px auto 0;
    position: relative;
    z-index: 999;
}
.kefu-float .kefu-nei .price-con{
     width: 140px;
     margin: 0 auto;
     position: relative;
     max-width: 100%;
}
.kefu-float .kefu-nei .price-con:before{
    content: "";
    width: 50px;
    height: 1px;
    background: #f39800;
    position: absolute;
    left: 17px;
    top: -10px;
    transform: rotate(-45deg);
}
.kefu-float .kefu-nei .price-con:after{
    content: "";
    width: 50px;
    height: 1px;
    background: #f39800;
    position: absolute;
    right: 17px;
    top: -10px;
    transform: rotate(45deg);
}
.kefu-float .kefu-nei a{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #f39800;
    font-weight: bold;
    font-size: 18px;
    margin: 15px auto;
    border-radius: 22px;
    color: inherit;
    position: relative;
    z-index: 100;
}
.kefu-float .kefu-nei .rexian{
    color: #f39800;
    font-size: 16px;
}
.kefu-float .kefu-nei .rexian span{
   font-weight: bold;
}
.kefu-float .kefu-nei .phone{
    color: #f39800;
    font-size: 20px;
    font-weight: bold;
}
.kefu-float .kefu-nei .qrcode{
      margin: 15px auto;
      width: 90px;
      height: 90px;
}
.kefu-float .kefu-nei .guanzhu{
    color: #ffffff;
}
@media (max-width:1400px){
    header,footer{
        padding-left: 15px;
        padding-right: 15px;
    }
    footer .footer,footer .footer .contact,footer .footer .contact .qrcode ul{
        gap: 50px;
    }
    
}
@media (max-width:1200px){
       footer .footer,footer .footer .contact,footer .footer .contact .qrcode ul{
        gap: 30px;
    }
}
@media (max-width:1080px){
    footer .footer{
        /*flex-wrap: wrap;*/
    }
}
@media (max-width:998px){
    header .header>ul{
        display: none;
    }
    header .header button{
        display: block;
    }
    .top-menu li{
        height: 50px;
        line-height: 50px;
    }
    .top-menu li a{
        display: block;
        color: inherit;
        font-size: 18px;
    }
}
@media (max-width:768px){
    .kefu-float{
        display: none;
    }
    #LRdiv0{
    display: block!important;
}
      footer .footer,footer .footer .contact{
        flex-wrap: wrap;
    }
}
@media (max-width:400px){
    footer .footer .product-contact{
        flex-wrap: wrap;
    }
}