@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('../font/webfont.eot');
    /* IE9 */
    src: url('../font/webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/webfont.woff2') format('woff2'),
        url('../font/webfont.woff') format('woff'),
        /* chrome、firefox */
        url('../font/webfont.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url('../font/webfont.svg#webfont') format('svg');
    /* iOS 4.1- */
}

body {
    -webkit-text-size-adjust: 100% !important;
    animation: body 0.5s ease-in-out forwards;
    opacity: 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

@keyframes body {
    to {
        opacity: 1;
    }
}

* {
    padding: 0;
    margin: 0;
    font-family: "webfont" !important;
    color: #3d3b3e;
    font-size: 14px;
}

img {
    vertical-align: middle;
}

input,
textarea {
    background: none;
    outline: none;
    border: none;
    border-radius: 0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: hsla(0, 0%, 100%, 0.6);
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(95, 95, 95, .4);
    transition: all .2s;
    border-radius: 100px;
}

.swiper-scrollbar-drag {
    background-color: rgba(95, 95, 95, .4);
}

#home .banner {
    width: 100%;
    height: auto;
    text-align: center;
}

#home .banner .swiper-container .pagination {
    position: absolute;
    bottom: 2.5%;
    left: 0;
    width: 100%;
    z-index: 99;
}

#home .banner .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-slide {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


.rowTitle {
    width: 90%;
    margin: 50px 5% 25px 5%;
}

.rowTitle .title {
    font-size: 24px;
    font-weight: bold;
}

.rowTitle .text {
    font-size: 14px;
    margin-top: 5px;
}

#swiper2 {
    width: 90%;
    height: 450px;
    padding: 0 5%;
}

#swiper2 .swiper-slide {
    border-radius: 4px;
}

#swiper2 .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

#swiper2 .swiper-slide .img .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

#swiper2 .swiper-slide .img .icon img {
    position: absolute;
    top: 45%;
    left: -120%;
    width: 50px;
    height: auto;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

#swiper2 .swiper-slide .img .icon .txt {
    position: absolute;
    top: 55%;
    left: 120%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    transition: 0.3s;
}

#swiper2 .swiper-slide .img .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: 0.3s;
}

#swiper2 .swiper-slide .img:hover .icon img {
    left: 50%;
    transition: 0.3s;
}

#swiper2 .swiper-slide .img:hover .icon .txt {
    left: 50%;
    transition: 0.3s;
}

#swiper2 .swiper-slide .img:hover .bg {
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

#swiper2 .swiper-slide .name {
    width: 90%;
    height: 40px;
    line-height: 40px;
    margin: 5px 5%;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    /*不允许换行*/
    overflow: hidden;
    /*超出隐藏*/
    text-overflow: ellipsis;
    /*文本超出三点代替*/
}



.tracksuit {
    width: 95%;
    height: 600px;
    margin-left: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.tracksuit .left {
    width: 50%;
    height: 600px;
    /* background-image: url("../images/m1.jpg"); */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #f2f2f2;

}

.tracksuit .left img {
    height: 600px;
    margin-left: 10%;
}

.tracksuit .right {
    width: 50%;
}


.tracksuit .right {
    position: relative;
    height: 100%;
    /* background-color: #ebdecd; */
}

.tracksuit .right .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.tracksuit .right .con div {
    margin-bottom: 30px;
}

.tracksuit .right .con .title {
    font-size: 28px;
}

.tracksuit .right .con .more {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tracksuit .right .con .more .name {
    margin-bottom: 0;
    margin-right: 5px;
}

.tracksuit .right .con .more img {
    width: 15px;
    height: auto;
}


.story {
    width: 100%;
    height: 500px;
    background-color: #3d3b3e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.story .left,
.story .right {
    width: 50%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.story .left .con {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.story .left .con .text {
    width: 80%;
    color: #fff;
    font-size: 18px;
    text-indent: 2em;
}

.story .left .con .more {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 50px;
}

.story .left .con .more .name {
    margin-bottom: 0;
    margin-right: 5px;
    color: #fff;
}

.story .left .con .more img {
    width: 15px;
    height: auto;
}

.story .right img {
    height: 500px;

}

.cooperation {
    width: 100%;
}

.cooperation .list {
    width: 90%;
    margin: 0 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.cooperation .list .item {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.cooperation .list .item img {
    height: 60px;
}

.cooperation .list .item .pointer {
    cursor: pointer;
}


@media screen and (max-width: 800px) {
    .rowTitle .title {
        font-size: 20px;
    }

    .rowTitle .text {
        font-size: 14px;
    }

    #swiper2 {
        height: 350px;
    }

    #swiper2 .swiper-slide .img {
        height: 300px;
    }

    .tracksuit {
        flex-flow: column;
        width: 90%;
        margin: 0 5%;
    }

    .tracksuit .left {
        width: 100%;
    }

    .tracksuit .right {
        width: 100%;
    }

    .story {
        flex-flow: column;
    }

    .story .left,
    .story .right {
        width: 90%;
        margin: 0 5%;
    }

    .story .left .con .text {
        width: 100%;
        font-size: 14px;
    }

    .story .right img {
        height: 280px;
    }

    .cooperation .list .item {
        width: 45%;
        margin-bottom: 20px;
    }

    .cooperation .list .item img {
        width: 100%;
        height: auto;
    }
}


.nodata {
    width: 100%;
    color: #999;
    text-align: center;
    justify-content: center !important;
}