#wrap{
    width: 100vw;
    min-width: 1280px;
    height: 100vh;
    overflow-y: hidden;
    color: rgb(51, 51, 51);
    font-size: 0.18rem;
    font-family: '微软雅黑';
}
@media screen and (min-width:2400px){
html,body{
font-size:105px;
}
}
@media screen and (max-width:2400px) and (min-width:2300px){
html,body{
font-size:100px;
}
} 
@media screen and (max-width:2300px) and (min-width:2200px){
html,body{
font-size:95px;
}
} 
@media screen and (max-width:2200px) and (min-width:2150px){
html,body{
font-size:90px;
}
} 
@media screen and (max-width:2150px) and (min-width:2100px){
html,body{
font-size:85px;
}
} 
@media screen and (max-width:2100px) and (min-width:2050px){
html,body{
font-size:80px;
}
} 
@media screen and (max-width:2050px) and (min-width:2000px){
html,body{
font-size:75px;
}
} 
@media screen and (max-width:2000px) and (min-width:1900px){
html,body{
font-size:70px;
}
} 
@media screen and (max-width:2000px) and (min-width:1900px){
html,body{
font-size:68px;
}
}  
@media screen and (max-width:1900px) and (min-width:1800px){
html,body{
font-size:65px;
}
}
@media screen and (max-width:1800px) and (min-width:1700px){
html,body{
font-size:63px;
}
}   
@media screen and (max-width:1700px) and (min-width:1600px){
html,body{
font-size:60px;
}
}  
@media screen and (max-width:1600px) and (min-width:1500px){
html,body{
font-size:58px;
}
}  
@media screen and (max-width:1500px) and (min-width:1400px){
html,body{
font-size:55px;
}
}  
@media screen  and (max-width:1400px) and (min-width:1000px){
html,body{
font-size:53px;
}
}
@media screen  and (max-width:1000px){
html,body{
font-size:50px;
}
}
/* @media screen and (min-height:1440px){
html,body{
font-size:120px;
}
}
@media screen and (max-height:1440px) and (min-height:1080px){
html,body{
font-size:100px;
}
}  
@media screen and (max-height:1080px) and (min-height:720px){
html,body{
font-size:85px;
}
}  
@media screen  and (max-height:720px) and (min-height:360px){
html,body{
font-size:70px;
}
}
@media screen  and (max-height:360px){
html,body{
font-size:55px;
}
} */
.inner{
    width: 80%;
    margin: 0 auto;
}
.logo{
    height: 0.66rem;
}
.copyright{
    width: 100%;
    position: fixed;
    bottom: 1%;
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 0.12rem;
}
.header{
    width: 100%;
    height: 1rem;
}
.top{
    width: 90%;
    /* min-width: 10rem; */
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(222, 222, 222);
}
.top .dhbox{
    display: flex;
    align-items: center;
}
.top .dhbox>div{
    position: relative;
}
.top .dhbox>div:nth-of-type(3),
.top .dhbox>div:nth-of-type(5){
    display: none;
}
.top .dhbox>div>a{
    width: 2.2rem;
    height:0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top span{
    display: block;
    width: fit-content;
    color: rgb(51, 51, 51);
    font-size: 0.18rem;
    padding: 0.08rem 0.1rem;
    margin: 0 auto;
}
.top .on{
    background: rgb(230, 0, 33);
    color: #fff;
    font-weight: bold;
    border-radius: 0.16rem;
}
.mdbox{
    position: absolute;
    width: 2.2rem;
    top: 0.8rem;
    left: 0;
    background: #fff;
    border: 1px solid rgb(222, 222, 222);
    border-top: none;
    text-align: center;
    line-height: 0.8rem;
    display: none;
}
.mdbox div,.mdbox a{ 
    font-size: 0.18rem;
    display: block;
    color: rgb(51, 51, 51);
    position: relative;
    z-index: 100;
    background: #fff;
    cursor: pointer;
}
.hot{
    width: 0.22rem;
    position: absolute;
    top: 0.05rem;
    right: 0.15rem;
}
.hot1{
    width: 0.22rem;
    position: absolute;
    top: 0.05rem;
    right: -0.1rem;
}
.hot2{
    width: 0.22rem;
    position: absolute;
    top: 0.05rem;
    right: 0.3rem;
}
.swiper{
    width: 100%;
    height: calc(100vh - 0.8rem);
    overflow: hidden;
}
.swiper .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.swiper .swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper-pagination{
    scale: 3;
    right: 1% !important;
}
.swiper-pagination .swiper-pagination-bullet{
    opacity: 1;
    scale: 0.5;
    background: none;
    background: url(../images/fy.png)no-repeat center/100% 100%;
} 
.swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    scale: 1;
    background: none;
    background: url(../images/fyac.png)no-repeat center/100% 100%;
}
.s1box1{
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s1box1>div{
    box-sizing: border-box;
}
.t1{
    display: block;
    height: 100%;
}
.bt{
    margin-bottom: 0.5rem;
}
.bt span:nth-child(1){
    font-size: 0.44rem;
    color: rgb(230, 0, 33);
    font-weight: bold;
}
.bt span:nth-child(2){
    font-size: 0.36rem;
    color: rgb(235, 235, 235);
    font-weight: bold;
    margin-left: 0.2rem;
}
.s1box1 p{
    text-align: justify;
    text-indent: 2em;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: rgb(51, 51, 51);
}
.s1box1 p span{
    color: rgb(230, 0, 33);
}
.s1-box1-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem auto;
}
.s1-box1-1>div{
    width: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* padding-left: 100px; */
    box-sizing: border-box;
}
.hx{
    width: 2em;
    height: 0.05rem;
    background: rgb(222, 222, 222);
    margin-top: 0.1rem;
    border-radius: 0.1rem;
}
.s1box1 .sz{
    color: rgb(230, 0, 33);
    font-size: 0.36rem;
    margin-top: 0.2rem;
    font-weight: bold;
}
.banner{
    width: 100%;
}
.s1box2{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.s1box2 .bt{
    position: absolute;
    top: 1rem;
    left: 10%;
}
.s1box2 .bt span:nth-child(2){
    opacity: 0.6;
}
.swiper1{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper1 .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.swiper1 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    padding: 0 2.2rem;
    box-sizing: border-box;
}
.swiper1 .swiper-button-prev,.swiper1 .swiper-button-next{
    width: 0.7rem;
    height: 0.7rem;
    top: 70%;
}
.swiper1 .swiper-button-prev{
    left: 1rem;
}
.swiper1 .swiper-button-next{
    right: 1rem;
}
.swiper1 .swiper-pagination1{
    position: absolute;
    margin-bottom: 0.3rem;
    text-align: center;
    z-index: 100;
}
.swiper1 .swiper-pagination1 span{
    width:0.3rem;
    height: 0.06rem;
    border-radius: 30%;
}
.swiper1 .swiper-pagination1 .swiper-pagination-bullet-active{
    background: rgb(230, 0, 33);
}
.s1box2{
    line-height: 0.36rem;
    font-size: 0.18rem;
    color: rgb(51, 51, 51);
}
.s1box2 .lbbt{
        font-size: 0.24rem;
    color: rgb(230, 0, 33);
    line-height: 0.4rem;
    border-left: 0.05rem solid rgb(230, 0, 33);
    text-indent: 1em;
    margin-top: 0.7rem;
    margin-bottom:0.5rem;
    font-weight: bold;
}
.s1box3{
    width: 100%;
    height: 100%;
}
.s1box3 .dtbg{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}
.s1box3 .bt{
    position: absolute;
    top: 1rem;
    left: 10%;
}
.s1box3 .bt span:nth-child(2){
    opacity: 0.6;
}
.s1box3 .wb{
    position: absolute;
    top: 40%;
    left: 10%;
    font-size: 0.55rem;
    line-height: 0.7rem;
    color: #fff;
}
.wb span{
    color: rgb(230, 0, 33);
}
.dt{
    position: absolute;
    z-index: 100;
    width: 40%;
    right: 16%;
    top: 20%;
}
.s2t1{
    position: absolute;
    width: 70%;
    bottom: 1rem;
    left: 15%;
}
.s2box1 .bt{
    position: absolute;
    top: 1rem;
    left: 10%;
}
.s2box2 .bt,.s2box3 .bt{
    margin-top: 1rem;
    margin-left: 10%;
}
.rw{
    width: 2.7rem;
    height: 1.84rem;
    border-right: 1px solid rgb(222, 222, 222);
}
.s2box2-1{
    width: 80%;
    height: fit-content;
    margin-left: 10%;
}
.s2box2-1>div{
    display: flex;
    align-items: center;
    height: 1.84rem;
    margin-bottom: 0.5rem;
    border: 1px solid rgb(222, 222, 222);
}
.s2wb{
    height: 100%;
    line-height: 0.36rem;
    font-size: 0.18rem;
}
.s2wb .xbt{
    color: rgb(230, 0, 33);
    font-size: 0.24rem;
    font-weight: bold;
    border-left: 0.05rem solid rgb(230, 0, 33);
    text-indent: 2em;
    margin: 0.2rem auto;
}
.s2wb>div:nth-child(2){
    padding: 0 2em;
}
.flbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#flbox{
    padding: 0;
}
.flbox>div{
    /* margin: 0 0.2rem; */
    width: 1.5rem;
    text-align: center;
    font-size: 0.16rem;
}
.flbox img{
    height: 0.45rem;
}
.s2box2-2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none !important;
}
.s2box2-2>div{
    width: 49%;
    display: flex;
    align-items: center;
    border: 1px solid rgb(222, 222, 222);
}
.s2wbbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1em !important;
}
.s2wbbox>div{
    width: 50%;
}
.vbox{
    width: 80%;
    height: 70vh;
    margin-left: 10%;
    overflow: hidden;
    overflow-y: scroll;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.vbox>div{
    width: 31%;
    height: 3.5rem;
    position: relative;
    margin-bottom: 1rem;
    text-align: center;
    margin-right: 0.5rem;
    cursor: pointer;
}
.vbox>div:nth-child(3n){
    margin-right: 0;
}
.vbox>div>div{
    line-height: 0.3rem;
    margin-top: 0.1rem;
    font-size: 0.18rem;
}
.vbox .vpic{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.vbox .bf{
    position: absolute;
    z-index: 10;
    width: 1.2rem;
    top: calc(50% - 0.6rem);
    left: calc(50% - 0.6rem);
    animation: bf linear infinite 1s;
}
@keyframes bf {
    0%{
        scale: 0.9;
    }
    50%{
        scale: 1;
    }
    100%{
        scale: 0.9;
    }
}
/* 自定义整个滚动条 */
.vbox::-webkit-scrollbar {
  width: 0.07rem; /* 设置滚动条的宽度 */
  background-color: #f9f9f9; /* 滚动条的背景色 */
  cursor: pointer;
}
 
/* 自定义滚动条轨道 */
.vbox::-webkit-scrollbar-track {
  background: #e1e1e1; /* 轨道的背景色 */
  width: 0.07rem;
  border-radius: 0.1rem; /* 轨道的圆角 */
  /* cursor: pointer; */
}
 
/* 自定义滚动条的滑块（thumb） */
.vbox::-webkit-scrollbar-thumb {
    width: 0.07rem;
  background-color: rgb(230, 0, 33); /* 滑块的背景色 */
  border-radius: 0.1rem; /* 滑块的圆角 */
  height: 0.5rem;
    cursor: pointer;
}
.mock{
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgb(0,0,0,0.5);
    display: none;
}
.mock video{
    display: block;
    width: 12rem;
}
.mock div{
    width: fit-content;
    height: fit-content;
    position: relative;
    margin: 0 auto;
    margin-top: 50vh;
    transform: translateY(-50%);
}
.close{
    width: 0.4rem;
    position: absolute;
    right: -0.5rem;
    top: -0.4rem;
    cursor: pointer;
}
.mdbox .on2{
    color: rgb(230, 0, 33);
}