body{
    min-width:1300px;
    margin:0 auto;
    overflow-x: hidden;
}
.bg{
    background-color: #2e3f67;
    min-width:1300px;
}
.top-bg{
    height: 70px;
    background-color: #2757a5;
}
.wrap{
    display: flex;
}
.top-left{
    width: 22%;
    height: 70px;
    position: relative;
}
.top-cent{
    width: 1080px;
    height: 70px;
    display: flex;
  
}
.top-right{
    width: 22%;
    text-align: right;
    height: 70px;
}
.menu-list{
    width: 200px;
    position: absolute;
    top:70px;
    left:0;
    background-color: #334b82;
    z-index: 999;
    display: none;
    max-height: 730px;
    overflow-x: auto;
}
.menu-list::-webkit-scrollbar-track-piece {    background-color:#2a3650; 
} 
.menu-list::-webkit-scrollbar {
     width:9px; height:9px; 
} 
.menu-list::-webkit-scrollbar-thumb {
    background-color:#455374; background-clip:padding-box;
     min-height:28px; 
    } 
.menu-list::-webkit-scrollbar-thumb:hover { 
    background-color:#455374;
 }
.displayblock{
    display: block;
}
.menu-list ul li{
    height: 180px;
    border-bottom: 1px solid #36518a;
    text-align: center;
}
.menu-list ul li img{
    margin-top: 27px;
    width: 104px;
    height: 104px;
    border-radius: 200%;
}
.menu-list ul li  p{
    margin-top: 12px;
    font-size: 16px;
    color: #9daed3;
}
.menu-list ul li:hover{
    background-color: #5ba0fd;
    transition: 300ms;
}
.menu-list ul li:hover p{
    color: #fff;
}
.menu-ico{
    background:url(../images/menu-ico.png) no-repeat;
    width: 38px;
    height: 38px;
    display: block;
    margin-top: 13px;
    margin-left: 20px;
}
.menu-ico-close{
    background:url(../images/menu-ico.png) 0 -38px no-repeat !important;
    width: 38px;
    height: 38px;
    display: block;
    margin-top: 13px;
    margin-left: 20px;
}
.top-right{
    margin-top: 13px;
    margin-right: 20px;
}
.top-a{
    width: 200px;
    height: 38px;
    background: #1f3e6f url(../images/top-ico1.png) 56px 6px no-repeat;
    border-radius: 30px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    text-indent: 90px;
}
.top-a a{
    color: #fff;
    display: block;
}
.top-a:hover{
    background: #5ba0fd url(../images/top-ico1.png) 56px 6px no-repeat;
    transition: 300ms;
}
.top-b{
    width: 200px;
    height: 38px;
    background: #1f3e6f url(../images/top-ico2.png) 29px 6px no-repeat;
    border-radius: 30px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    text-indent: 60px;
    margin-left: 20px;
    margin-right: 50px;
}
.top-b a{
    color: #fff;
    display: block;
}
.top-b:hover{
    background: #5ba0fd url(../images/top-ico2.png) 29px 6px no-repeat;
    transition: 300ms;
}
.top-c{
    width: 200px;
    height: 38px;
    background: #1f3e6f url(../images/top-ico3.png) 29px 6px no-repeat;
    border-radius: 30px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    text-indent: 60px;
    margin-right: 20px;
    margin-left: 50px;
}
.top-c a{
    color: #fff;
    display: block;
}
.top-c:hover{
    background: #5ba0fd url(../images/top-ico3.png) 29px 6px no-repeat;
    transition: 300ms;
}
.top-d{
    width: 200px;
    height: 38px;
    background: #1f3e6f url(../images/top-ico4.png) 29px 6px no-repeat;
    border-radius: 30px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    text-indent: 60px;
}
.top-d a{
    color: #fff;
    display: block;
}
.top-d:hover{
    background: #5ba0fd url(../images/top-ico4.png) 29px 6px no-repeat;
    transition: 300ms;
}
@media only screen and (max-width: 1600px){
.wrap{
   
    margin:0 auto
}
.top-left{
    width: 22%;
}

.top-b{
    margin-right: 10px;
}
.top-c{
    margin-left: 10px;
}
}
.swiper-change{
    width: 1538px;
    margin:0 auto;
    margin-top: 17px;
    background-color: #213155;
    border-radius: 20px;
    border:1px solid #4c5d85;
    height: 135px;
    position: relative;
    padding:0 30px
   
}
.swiper-button-prev{
    background: url(../images/arr1.png);
    width: 55px !important;
    height: 55px !important;
}
.swiper-button-prev::after{
    text-indent: -9999;
    font-size: 0 !important;
}
.swiper-button-prev:hover{
    opacity: .7;
}
.swiper-button-next{
    background: url(../images/arr2.png);
    width: 55px !important;
    height: 55px !important;
}
.swiper-button-next::after{
    text-indent: -9999;
    font-size: 0 !important;
}
.swiper-button-next:hover{
    opacity: .7; 
}
.swiper-change .swiper-slide img{
    border:2px solid #29323e;
    border-radius: 200%;
    display: block;
    width: 100px;
    height: 100px;
}
.swiper-change .swiper-slide img:hover{
    transform: scale(1.2, 1.2);
    transition: 300ms;
    border:2px solid #628bc0;
}
.swiper-change .swiper-slide{
    padding-top: 15px;
    height: 115px;
}
.swiper-change .swiper-container{
    height: 140px !important;
}
.swiper-change .swiper-slide{
    width: 110px !important;
    margin-right:9.5px;

}
@media only screen and (max-width: 1600px){
.swiper-change .swiper-slide{
   margin-right: 3.5px;
}
}
.ad-728{
    width: 100%;
    margin:0px auto 38px auto;
    text-align:center;
    /*display:inline; */
}
.main{
    width: 1600px;
    margin:0 auto;
    display: flex;
}
.kuan{
    width: 130px;
    background-color: #4c5d85;
    border-radius: 15px;
    text-align: center;
}

.kuan:first-child{
     margin-right: 20px;
}
.kuan:last-child{
     margin-left: 10px;
}
.kuan ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;

}

.kuan ul li{
    width: 130px;
    margin: 0 auto;
    position: relative;
    padding:5.5px 0px;
    text-align: center;
}
.kuan ul li img{
    width: 110px;
    height: 110px;
    border-radius: 15px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .01);
}
.kuan ul li p{
    background: rgb(0,0,0,.5);
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
    display: none;
    padding-left: 5px;
    margin-right: 5px;
}
.kuan ul li:hover p{
    bottom:10px;
    position: absolute;
    transition: 300ms;
    display: block;
}
.kuan ul li:hover img{
    transform: scale(1.1, 1.1);
    transition: 300ms;
}
.width1300{
    width: 1300px;
    margin: 0 auto;
    display: flex;
}
.ad-340{
    min-width: 357px;
    width: 357px;
    height: 361px;
    background-color: #213155;
    box-sizing: border-box;
    border: 1px solid #4c5d85;
    border-radius: 15px;
    text-align: center;
    margin-top: 5px;
    box-sizing: border-box;
}
.ad-340 img{
    text-align: center;
    margin-top: 0px;
}
.l0{
    margin-left: 0px !important;
    margin-right: 15px;
}

.mr{
    margin-right: 367px;
}
.list-list{
    width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}
.list-list ul {
    width: 106%;
}
.list-list ul li{
    float: left;
    position: relative;
    padding:5.5px 12px;

   
}
.list-list ul li img{
    width: 110px;
    height: 110px;
    border-radius: 15px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .01);
}
.list-list ul li p{
    background: rgb(0,0,0,.5);
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
    margin:0 3px;
    display: none;
    padding-left: 5px;
    margin-right: 13px;
  
}
.list-list ul li:hover p{
    bottom:10px;
    position: absolute;
    transition: 300ms;
    display: block;
}
.list-list ul li:hover img{
    transform: scale(1.1, 1.1);
    transition: 300ms;
}
.list-lis{
    width: 943px;
    height: 375px;
    padding: 0 23px;
    box-sizing: border-box;

}
.list-lis ul {
    width: 106%;
    display: flex;
    flex-wrap: wrap;
  margin-left: 10px;
}
.list-lis ul li{
    position: relative;
    padding:5.5px 11px;
    text-align: center;
}
.list-lis ul li img{
    width: 110px;
    height: 110px;
    border-radius: 15px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .01);
}
.list-lis ul li p{
    background: rgb(0,0,0,.5);
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
    display: none;
    padding-left: 5px;
    margin-right: 12px;
}
.list-lis ul li:hover p{
    bottom:10px;
    position: absolute;
    transition: 300ms;
    display: block;
}
.list-lis ul li:hover img{
    transform: scale(1.1, 1.1);
    transition: 300ms;
}
.list-two{
    width: 943px;
    height: 375px;
    padding-left: 2px;
    box-sizing: border-box;
   
}
.list-two ul {
    width: 106%;
    display: flex;
    flex-wrap: wrap;
}
.list-two ul li{
    position: relative;
    padding:5.5px 11px;
    text-align: center;
}
.list-two ul li img{
    width: 110px;
    height: 110px;
    border-radius: 15px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .01);
}
.list-two ul li p{
    background: rgb(0,0,0,.5);
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
    display: none;
    padding-left: 5px;
    margin-right: 11px;
}
.list-two ul li:hover p{
    bottom:10px;
    position: absolute;
    transition: 300ms;
    display: block;
}
.list-two ul li:hover img{
    transform: scale(1.1, 1.1);
    transition: 300ms;
}
.l-10{margin-left: -6px;}
.ad-auto{
    margin-top: 15px;
    text-align: center;
    margin-bottom: 35px;
}
.list-li{
    margin-top: 35px;
    overflow: hidden;
}
.home-text{
    margin:0 47px;
    margin-top: 88px;
    text-align: center;
    margin-bottom: 90px;
}
.home-text p{
    font-size: 24px;
    color: #bfc4cf;
}
.home-text span{
    display: block;
    color: #bfc4cf;
    font-size: 16px;
    margin-top: 27px;
    line-height: 24px;
}
.bot{
    height: 75px;
    line-height: 75px;
    background-color: #2757a5;
    color: #fff;
    font-size: 16px;
    text-align: center;
    min-width:1300px;
}

@media only screen and (max-width: 1500px){
    .list-two{
        padding-left: 0;
    }
    .list-two ul li{
        padding: 5.5px 0;
        padding-right: 23px;
    }
    .l-10{
        margin-left: 0px ;
    }
    .kuan{
        display: none;
    }
    .list-list{
        width: auto;
       /* height: 375px; */
    }
    .list-list ul li{
        position: relative;
        padding:5.5px 10px
       
    }
    .list-two ul li p{
    margin-right: 24px;
}
    .main,.list-li{
        width: 1300px;
        margin:0 auto;
        margin-top: 15px;
    }
    .list-lis ul li{
        padding:5.5px 10px;
    }
    .swiper-change{
        width: 1240px;
        margin:0 auto;
        margin-top: 6px;
    }
    .home-text{
        width: 1300px;
        margin:0 auto;
        margin-top: 88px;
        margin-bottom: 90px;
    }
}
.best{
    margin:0 auto;
    height: 45px;
    line-height: 45px;
    background-color: #5ba0fd;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 15px 15px 0 0;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 580px;
}

.list-l{
    width: 555px;
    height: 377px;
    overflow: hidden;
    float: left;
    margin: 0 15px;
}
.list-l ul {
    width: 106%;
    display: flex;
    flex-wrap: wrap;

}
.list-l ul li{
    position: relative;
    padding:5.5px 14.5px;

   
}

.list-l ul li img{
    width: 110px;
    height: 110px;
    border-radius: 15px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .01);
}
.list-l ul li p{
    background: rgb(0,0,0,.5);
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
    margin:0 3px;
    display: none;
    padding-left: 5px;
    margin-right: 15px;
  
}
.list-l ul li:hover p{
    bottom:10px;
    position: absolute;
    transition: 300ms;
    display: block;
}
.list-l ul li:hover img{
    transform: scale(1.1, 1.1);
    transition: 300ms;
}
.of{
    overflow: hidden;
    display: flex;
}
.block{
    height: 139px;
}
.block-two{
    height: 85px;
}
@media only screen and (max-width: 1600px){

    .best{
       
        margin:0 auto;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .list-l{
       width: 555px;
        margin-left: 20px;
    }
    .list-l ul li{
            padding:5.5px 13px;
    }
    
}
.swiper-two{
    margin:0 auto;
    width: 1540px;
    margin-top:5px;
    background-color: #213155;
    border-radius: 20px;
    border:1px solid #4c5d85;
    height: 250px;
    position: relative;
    padding:10px 30px;
    margin-top: 15px;
    
}
.swiper-two .swiper-slide img{
    border:2px solid #29323e;
    border-radius: 200%;
    display: block;
    width: 100px;
    height: 100px;
}
.swiper-two .swiper-slide img:hover{
    transform: scale(1.2, 1.2);
    transition: 300ms;
    border:2px solid #628bc0;
}
.swiper-two .swiper-slide{
    padding-top: 10px;
    height: 110px;
}
.swiper-two .swiper-container{
    height: 250px !important;
}
.swiper-two .swiper-slide{
  width: 110px !important;
   margin-top: 0 !important;
   margin-right: 9.5px;
}
.swiper-container-multirow-column>.swiper-wrapper{
    flex-direction:row !important;
}
@media only screen and (max-width: 1600px){
.swiper-two .swiper-slide{
    margin-right: 3.5px;
}
.swiper-two{
    width: 1240px;
    margin:0 auto;
    margin-top: 5px;
}
}
.location{
    margin:0 auto;
    width: 1600px;
    height: 86px;
    background-color: #213155;
    border:1px solid #4c5d85;
    border-radius: 15px;
}
.tb{
    margin-top: 20px;
    margin-bottom: 20px;
}
.location dt{
    float: left;
    width: 65px;
    height: 65px;
    margin-right: 8px;
    margin-top: 10px;
    margin-left: 17px;
}
.location dt img{
    width: 65px;
    height: 65px;
    border-radius: 15px;

}
.location dd{
    float: left;
}
.location dd span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 14px;
}
.location dd p{
    font-size: 14px;
    color: #99a3bb;
    margin-top: 5px;
}
.location dd p a{
    font-size: 14px;
    color: #99a3bb;
    margin-top: 5px;
}
.location dd p a:hover{
    color: #5ba0fd;
}
.article{
 margin:0 auto;
 width: 1600px;
 display: flex;
 margin-top: 10px;
}
.ad-300{
    background-color: #213155;
    border:1px solid #4c5d85;
    border-radius: 15px;
    width: 300px;
    height: 676px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 10px;
}
.ad-300 img{
    margin-top:0px;
}
.content{
    margin:0 10px;
    width:1300px;
    background-color: #213155;
    border:1px solid #4c5d85;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
}
.command{
    width: 200px;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}
.command ul li{
    position: relative;
    width: 110px;
    margin:0 auto;
    margin-bottom: 10px;
}
.command ul li img{
    width: 110px;
    height: 110px;
    border-radius: 15px;
}
.play{
    width: 800px;
    overflow: hidden;
    margin-top:30px;
   
}
.command-1200{
    display: none;
    background-color: #213155;
    border:1px solid #4c5d85;
    border-radius: 15px;
    width: 165px;
    text-align: center;
    padding-top: 30px;
    
}
.command-1200 ul li{
    margin:0 auto;
    width: 110px;
    margin-bottom: 10px;
    position: relative;
}
.command-1200 ul li img{
    width: 110px;
    height: 110px;
    border-radius: 15px;
}
.command ul li p,.command-1200 ul li p{
    background: rgb(0,0,0,.5);
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
    margin: 0 3px;
    display: none;
    padding-left: 5px;
    margin-right: 5px;
}
.command  ul li:hover p,.command-1200  ul li:hover p{
    bottom:10px;
    position: absolute;
    transition: 300ms;
    display: block;
}
.command  ul li:hover img,.command-1200  ul li:hover img{
    transform: scale(1.1, 1.1);
    transition: 300ms;
}
@media only screen and (max-width: 1600px){
    .location{
       margin:0 auto;
       width: 1300px;
       box-sizing: border-box;
    }
    .article{
        margin:0 auto;
        width: 1300px;
        margin-top: 10px;
    }
    .command{
        display: none;
    }
    .content{  
        width: 950px;
        box-sizing: border-box;
        text-align: center;
    }
    .play{
        width: 800px;
        text-align: center;
        margin:0 auto;
        margin-top: 30px;
    }
    .play img{
        display: block;
        margin:0 auto
    }
    .ad-300{
        width: 165px;
    }
    .hid{
        display: none;
    }
    .command-1200{
        display: block;
    }
}
.article-info{
    margin:0 auto;
    width: 1600px;
    background-color: #213155;
    border:1px solid #4c5d85;
    /* height: 366px; */
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 15px;
    display: flex;
}
.info{
    margin-top: 30px;
    width: 1430px;
    margin-left: 30px;
    padding-right: 25px;
}
.ad340{
    width: 360px;
    min-width: 360px;
    text-align: center;
    margin-top: 10px;
}
.info-title p{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-right: 77px;
  float: left;
}
.info-title a{
    padding:5px 15px;
    background-color: #2757a5;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px; 
    float: left;
    margin-top: 5px;
}
.info-title a:hover{
    background-color:#5ba0fd;
    transition: 300ms;
}
.info-text{
    height: 220px;
    background-color: #1e2940;
    overflow-x: auto;
    font-size: 16px;
    color: #fff;
    padding:30px;
    line-height: 24px;
    box-sizing: border-box;
    margin-top: 24px;
}
.info-text::-webkit-scrollbar-track-piece {    background-color:#2a3650; 
} 
.info-text::-webkit-scrollbar {
     width:9px; height:9px; 
} 
.info-text::-webkit-scrollbar-thumb {
    background-color:#455374; background-clip:padding-box;
     min-height:28px; 
    } 
.info-text::-webkit-scrollbar-thumb:hover { 
    background-color:#455374;
 }
 @media only screen and (max-width: 1600px){
    .article-info{
        width: 1300px;
        margin:0 auto;
        margin-top: 10px;
    }
    .info-title p{
        margin-right: 15px;
        float: none;    
    }
    .info-title a{
        margin-top: 15px;
    }
    .info-text{
        height: 185px;
    }
}
.loading{
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}
.ad-text{
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.t10{
    margin-top: 10px;
}
.right-10{
    margin-right: 10px !important;
}

.over{
    height: 375px;
    overflow: hidden;
}

.ad-auto-autoload{
    margin-top: 15px;
    text-align: center;
    margin-bottom: 0px;
}
.ad-text-autoload{
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}