*{
    margin: 0;
    padding: 0;
}
li {
    /* 去掉li前面的小圆点 */
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none; /*去掉下划线*/
}


body {
    font-family: "微软雅黑";
}
html {
    box-sizing: border-box;
  }
  *,*::before,*::after {
    box-sizing: inherit;
  }
  .index_bg{
    position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -10;
            background-image: linear-gradient(180deg,rgb(78, 168, 241),rgb(37, 91, 241));
}
.bubble{
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: inset 0 0 8px  #fff;
    animation: flutter 10s infinite;
    opacity: 0;
}
@keyframes flutter {
    0%{
        transform: translateX(0);
        bottom: -100px;
        opacity: 1;
    }
    50%{
        transform: translateX(100px);
        opacity: 0.5;
    }

    
    100%{
        transform: translateX(0px);
        bottom: 100%;
        opacity: 0;

    }
}
.bubble:nth-child(1){
    left: 1%;
    width: 50px;
    height: 50px; 
    animation-duration: 9s;
    animation-delay: 0.1s;
}
.bubble:nth-child(2){
    left: 5%;
    width: 30px;
    height: 30px;
    animation-duration: 6s;
    animation-delay: 1.5s;

}
.bubble:nth-child(3){
    left: 15%;
    width: 30px;
    height: 30px;
    animation-duration: 10s;
    


}
.bubble:nth-child(4){
    left: 20%;
    width: 60px;
    height: 60px;
    animation-duration: 5.5s;
    animation-delay: 1.5s;

}
.bubble:nth-child(5){
    left: 30%;
    width: 50px;
    height: 50px;
    animation-duration: 12s;
    


}
.bubble:nth-child(6){
    left: 50%;
    width: 20px;
    height: 20px;
    animation-duration: 6s;
    animation-delay: 1s;

}
.bubble:nth-child(7){
    left: 60%;
    width: 40px;
    height: 40px;
    animation-duration: 8s;
    animation-delay: 1s;

}
.bubble:nth-child(8){
    left: 65%;
    width: 60px;
    height: 60px;
    animation-duration: 15s;
    animation-delay: 0.5s;
  
}
.bubble:nth-child(9){
    left: 80%;
    width: 55px;
    height: 55px;
    animation-duration: 9s;
    animation-delay: 0.3s;
    
}
.bubble:nth-child(10){
    left: 85%;
    width: 40px;
    height: 40px;
    animation-duration: 12s;
    animation-delay: 4s;

}
.bubble:nth-child(11){
    left: 90%;
    width: 50px;
    height: 50px;
    animation-duration: 12s;
    animation-delay: 5s;

}
.bubble:nth-child(12){
    left: 95%;
    width: 40px;
    height: 40px;
    animation-duration: 12s;
    animation-delay: 9s;

}
.bubble:nth-child(13){
    left: 100%;
    width: 50px;
    height: 50px;
    animation-duration: 12s;
    animation-delay: 5s;

}
.bubble:nth-child(14){
    left: 90%;
    width: 60px;
    height: 60px;
    animation-duration: 12s;
    animation-delay: 8s;

}
.headerBox{
    width: 99.1146vw;
    height: 3.75vw;
    background-color: rgb(0,0,0);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.headerBox ul{
    width: 84.2474vw;
    height: 7.8125vw;
    margin: 0 7.4323vw;
    display: flex;
}
.headerBox ul li{
    width: 13.0583vw;
    height: 3.75vw;
    line-height: 3.75vw;
}
.logobox{
    width: 13.0583vw;
    height: 7.8125vw !important;
}
.logobox a{
    display: inline-block;
    width: 13.0583vw;
    height: 7.8125vw;
}
.logobox img{
    width: 100%;
    height: 100%;
}
.headerBox li a{
    font-size: 1.3333vw;
    font-weight: 700;
}
.activeA{
    color: #FFBD21;
}
.headerBox li a:hover{
    color: rgb(204,204,204);
    transition: 0.3s;
}
.content{
    width: 90.2604vw;
    height: 41.8573vw;
    /* background-color: #FFBD21; */
    margin: 7.8125vw 5.2083vw 0.2604vw 5.2083vw;
    position: relative;
}
.new_list{
    width: 90.2604vw;
    height: 37.4823vw;
    /* background-color: #fff; */
}
.el-col{
    width: 28.7323vw;
    height: 35.9198vw;
}
.el-card{
    width: 28.7323vw;
    height: 35.9198vw;
}
.el-card:hover{
    box-shadow: 0.8854vw 1.0417vw 0.0521vw rgba(0, 0, 0, 0.45);
}
.el-card__body{
    width: 28.7323vw;
    height: 35.9198vw;
    padding: 0;
}
.newsImg{
    display: block;
    width: 28.7323vw;
    height: 28.7323vw;
    background-color: #eee;
}
.newsImg img{
    width: 28.7323vw;
    height: 28.7323vw; 
}
.news-title{
    width: 28.7323vw;
    height: 2.5vw;
    font-size: 0.9375vw;
    font-weight: bolder;
    padding: 0.7813vw 0 0.2604vw 0.8333vw;
}
.news-introduction{
    display: block;
    width: 28.524vw;
    height: 2.6563vw;
    /* background-color: #FFBD21; */
    padding: 0 0.7813vw 0.2604vw 0.6771vw;
    color: #000;
    font-size: 1.25vw;
    font-weight: 700;
}
.news-date{
    width: 28.524vw;
    height: 1.1979vw;
    font-size: 0.8333vw;
    font-weight: 700;
    padding-left: 0.6771vw;
}
.more{
    width: 10.4167vw;
    height: 3.0208vw;
    background-color: #fff;
    margin: 1.0417vw auto;
    text-align: center;
    border: 0.1563vw solid #000;
}
.more a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 2.8646vw;
    font-size: 1.25vw;
    font-weight: bold;
    color: #000;
}
.floor{
    width: 99.1146vw;
    height: 7.8125vw;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 0.7813vw;
}
.title{
    width: 1903px;
    height: 2.7604vw;
    /* padding: 1.3021vw 0.7813vw 0 0.7813vw; */
    padding-top: 1.3021vw;
    text-align: center;
    color: #fff;
    font-size: 1.25vw;
    z-index: 999;
    /* margin-bottom: 0.2604vw; */
}
.channel{
    width: 79.2911vw;
    height: 3.9063vw;
    margin: 0.2604vw auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ditch{
    width: 15.8578vw;
    height: 3.9063vw;
    /* background-color: #fff; */
    /* padding: 0.7813vw; */
}
.ditch img{
    width: 14.2953vw;
    height: 100%;
}
.pageFooter{
    width: 99.1146vw;
    height: 12.5vw;
    background-color: #000;
    z-index: 3;
    position: relative;
    /* text-align: center; */
}
.pageFooter-inner{
    width: 62.5vw;
    height: 12.5vw;
    /* background-color: blanchedalmond; */
    margin: 0 auto;
    padding: 2.0833vw 0 2.6042vw 0;
}
.pageFooter-mainLinks{
    width: 43.2292vw;
    height: 2.2396vw;
    
    padding: 0 0.7813vw;
    display: flex;
    text-align: center;
}
.mainLinks-item{
    width: 3.9583vw;
    height: 2.2396vw;
    padding: 0 0.5208vw;
    /* background-color: #000; */
    color: #fff;
    font-size: 0.7292vw;
    line-height: 2.2396vw;
}
.pageFooter-dividE{
    width: 61.7188vw;
    height: 0.0521vw;
    margin: 1.5625vw 0.7813vw 1.8229vw ;
    border-top: 0.0521vw solid #23282e;
}
.pageFooter-bootom{
    width: 61.9792vw;
    height: 2.0833vw;
    display: flex;
    justify-content: space-between;
}
.pageFooter-otherLinks{
    width: 26.5625vw;
    height: 2.0833vw;
    /* background-color: #000; */
    padding: 0 0.7813vw;
    display: flex;
    float: left;
}
.pageFooter-otherLinks-item{
    width: 6.6667vw;
    height: 2.0833vw;
    padding-right: 0.5208vw;
    color: #fff;
    font-size: 0.9375vw;
    line-height: 2.0833vw;
}
.pageFooter-social{
    width: 26.5625vw;
    height: 2.0833vw;
    /* background-color: #000; */
    padding: 0 0.7813vw;
    display: flex;
    justify-content: flex-end;
}
.pageFooter-social img{
    width: 2.6042vw;
    height: 2.0833vw;
    background-color: #fff;
}
.footer{
    width: 99.1146vw;
    height: 13.0729vw;
    background-color: #000;
    position: relative;
}
.footer-body{
    width: 62.5vw;
    height: 13.0208vw;
    margin: 0 auto;
    /* background-color: burlywood; */
}
.footer-warn{
    width: 62.5vw;
    height: 3.2859vw;
    background-color: #000;
    text-align: center;
    padding: 1.5625vw 0 0.5208vw;
    border-bottom: 0.0521vw solid #fff;
    color: #fff;
    font-size: 0.6771vw;
}
.footer-warn span{
    margin-right: 1.25vw;
}
.footer-main{
    width: 48.9583vw;
    height: 9.4792vw;
    background-color: #000;
    margin: 0.3125vw  auto 0;
    display: flex;
    justify-content: space-between;
}
.footer-img{
    width: 15.625vw;
    height: 7.8125vw;
    /* background-color: #fff; */
}
.footer-img a{
    display: block;
    width: 7.8125vw;
    height: 3.9063vw;
    position: relative;
}
.footer-img img{
    margin: auto;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.footer-rightbox{
    width: 32.5vw;
    height: 7.8125vw;
    /* background-color: #fff; */
    font-size: 0.6771vw;
}
.footer-about{
    width: 32.5vw;
    height: 1.2255vw;
    background-color: #000;
}
.footer-about a{
    margin-right: 0.7292vw;
}
.noright{
    margin-right: 0 !important;
}
.footer-game{
width: 32.5vw;
height: 1.2255vw;
background-color: #000;
margin: 0.2604vw 0;
}
.footer-game span{
    margin-right: 0.8333vw;
    color: #fff;
}
.footer-game a{
    margin-right: 0.8333vw;
}
.footer-beian{
    width: 32.5vw;
    height: 2.4885vw;
    background-color: #000;
}
.footer-beian span{
    margin-right: 0.9375vw;
    color: #fff;
}
.footer-beian a{
    margin-right: 0.9375vw;
    display: inline-block;
    height: 1.1505vw;
}
.footer-copy{
    width: 32.5vw;
    height: 1.6714vw;
    background-color: #000;
    margin-top: 0.2604vw;
}
.footer-copy span{
    margin-right: 0.4167vw;
    color: #fff;
    height: 1.1505vw;
    display: inline-block;
    margin-bottom: 0.2604vw;
}
.footer-copy a{
    display: inline-block;
    margin-right: 0.4167vw;
}
.footer-copy a img{
    width: 100%;
    height: 100%;
}
.zhi{
    width: 1.5625vw;
    height: 1.5479vw;
}
.wei{
    width: 6.1458vw;
    height: 1.6714vw;
}