/*导航部分************************/
.title {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 9999;
    backdrop-filter: saturate(180%) blur(20px);
    background: hsla(0, 0%, 100%, .7);
}

.title .title_content {
    width: 100%;
    height: 100%;
    line-height: 60px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
}

.titleBlue {
    background-color: #22A0FF;
}

.title .title_content .logo {
    width: 95px;
    margin: 10px 10px 10px 10px;
    float: left;
}

.title .title_content .title_nav {
    display: inline-block;
}

.title .title_content .title_nav a {
    padding: 6px 5px;
    color: #3a3d4b;
    font-size: 16px;
    border-radius: 15px;
    margin-left: 4px;
}

.title .title_content .title_nav a:hover {
    /* background: #FFF; */
    color: #22A0FF;
}

.title .title_content .title_nav .opt {
    /* background: #FFF; */
    color: #22A0FF;
}

.title .title_content .title_phone{
    float: right;
    color: #3a3d4b;
    font-size: 14px;
    margin-right: 6px;
    margin-left: 8px;
    line-height: 62px;
}
.title .title_content .title_phone:hover {
    cursor:pointer;
}

.title .title_content .title_phone img {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: -5px;
}

.navs {
    position: relative;
    display: inline-block;
}

.nav2 {
    position: absolute;
    top: 60px;
    left: -16px;
    backdrop-filter: saturate(180%) blur(20px);
    background: hsla(0, 0%, 100%, .9);
    width: 120px;
    height: 0;
    overflow: hidden;
}

.title .title_content .title_nav .nav2 a{
    line-height: 30px;
    display: block;
    text-align: center;
}
.title .title_content .title_nav .navs:hover .nav2 {
    height: auto;
}

.a:hover+.b {
    color: #fff;
}

/*导航结束******************************/
.banner {
    /* background: url("../img_new/banner/国际赛事.jpg") no-repeat center;
    background-size: cover;
    background-position-y: 60px; */
    width: 100%;
    height: 380px;
    position: relative;
}

.banner_swiper {
    margin-top: 35px !important;
    height: 380px;
    
}

/* .banner_thumbs{
    position: absolute;
    right: 40px;
    top: 100px;
    z-index: 2;
    width: 280px;
    height: 300px;
    background: rgba(0,0,0,.2);
    border-radius: 8px;
    box-sizing: border-box;
    padding-top: 30px;

} */
/* .banner_thumbs .swiper-slide{
 color: #fff;
}
.banner_thumbs .swiper-slide a{
    display: block;
    width: 100%;
 color: #fff;
}
.banner_thumbs .swiper-slide:hover a{
color: #22A0FF;
}
.banner_thumbs .swiper-slide-thumb-active a{
    color: #22A0FF;
} */