﻿@import "common.css";

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: 599px;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.swiper-slide .bg {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
}

.swiper-slide .title {
    margin-top: 160px;
}

.swiper-slide .content {
    color: #FFFFFF;
    text-align: left;
    margin-top: 50px;
    line-height: 27px;
    font-size: 16px;
}

.swiper-slide button {
    color: rgb(255, 255, 255);
    font-size: 12px;
    width: 120px;
    height: 34px;
    border: 1px solid rgb(26, 98, 196);
    border-radius: 17px;
    background-color: rgb(54, 62, 93);
    margin-top: 24px;
    line-height: 32px;
    text-align: left;
    padding: 0 20px;
    outline: none;
}

.swiper-slide button img {
    padding: 8px 0 8px 10px;
    position: absolute;
}

.swiper-pagination-bullets {
    background: none;
    text-align: right;
}

@media screen and (max-width: 1920px) {
    .swiper-slide, .swiper-pagination-bullets {
        padding: 0 360px;
    }
}

@media screen and (min-width: 1200px) {
    .swiper-slide, .swiper-pagination-bullets {
        padding: 0 160px;
    }
}

@media screen and (min-width: 800px) {
    .swiper-slide, .swiper-pagination-bullets {
        padding: 0 80px;
    }
}

.swiper-pagination-bullet {
    background-color: #3E3E3E;
    border-radius: 0;
    height: 8px;
    width: 45px;
}

.swiper-pagination-bullet-active {
    background: #009DD3;
}

.item {
    width: 100%;
    display: inline-block;
}

.item .divide {
    height: 1px;
    width: 100%;
    margin: 54px 0;
    background: url("../image/divide.png") center no-repeat;
}

.item .title {
    display: block;
    margin: 0 auto 50px;
}

.item .core {
    display: flex;
}

.item .core img {
    width: 25%;
    flex: 1;
}

.item .content .cooperate {
    display: list-item;
}

.item .content .cooperate a {
}

.item .content .cooperate a img {
    display: inline-block;
    margin: 0 20px 20px 0;
}

@media screen and (max-width: 1920px) {
    .item .content {
        padding: 0 360px;
    }

    .item .tabs {
        padding: 0 360px;
    }
}

@media screen and (min-width: 1200px) {
    .item .content {
        padding: 0 160px;
    }

    .item .tabs {
        padding: 0 160px;
    }
}

@media screen and (min-width: 800px) {
    .item .content {
        padding: 0 80px;
    }

    .item .tabs {
        padding: 0 80px;
    }
}

.item .tabs {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 80px;
    width: 100%;
    background-color: rgb(33, 44, 79);
    display: flex;
}

.item .tabs .tab {
    flex: 1;
    text-align: center;
}

.item .tabs .tab a {
    height: 80px;
    display: inline-block;
    cursor: pointer;
}

.item .tabs .tab a.active {
    border-bottom: 3px solid rgb(0, 230, 255);
}

.item .content .about-content {
    width: 100%;
    border-radius: 20px;
    margin-top: 50px;
    padding: 24px 60px;
    background-color: rgba(69, 77, 104, 0.15);
    display: none;
}

.item .content .about-content span {
    font-size: 20px;
    margin-bottom: 48px;
    display: block;
    color: rgb(229, 229, 229);
}

.item .content .about-content p {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.item .content .about-content button {
    margin: 54px auto 5px;
    float: right;
    width: 120px;
    height: 36px;
    background-color: rgb(41, 46, 43);
    border: 1px solid rgb(28, 97, 191);
    border-radius: 17px;
    color: rgb(255, 255, 255);
    outline: none;
    line-height: 36px;
    text-align: left;
    padding: 0 20px;
}

.item .content .about-content button img {
    padding: 8px 0 8px 10px;
    position: absolute;
}