.swiper-container {
    width: 100%;
}

.swiper-home {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.swiper-slide-home::after {
    content: " ";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
}
.swiper-slide-home img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}
.swiper-home .swiper-slide-active img,
.swiper-home .swiper-slide-duplicate-active img {
    transition: 5s linear;
    transform: scale(1, 1);
}

.swiper-banner {
    position: relative;
}

.swiper-layout {
    position: absolute;
    z-index: 2000;
    left: 0;
    top: 35%;
    right: 0px;
}

.swiper-title {
    color: #fff;
    font-size: 46px;
    line-height: 80px;
    font-weight: normal;
}

.swiper-subtitle {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    padding-top: 10px;
    font-weight: normal;
    line-height: 40px;
}
.explore-container {
    position: relative;
}

.swiper-explore {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.explore-layout {
    display: flex;
    height: 100vh;
    flex-direction: row;
}

.explore-layout-item {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.explore-layout-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}

@keyframes move1 {
    0% {
        transform: scale(1.3) translateY(-50px);
    }
    50% {
        transform: scale(1.3) translateY(0px);
    }
    100% {
        transform: scale(1.3) translateY(-50px);
    }
}

@keyframes move2 {
    0% {
        transform: scale(1.3) translateY(50px);
    }
    50% {
        transform: scale(1.3) translateY(0px);
    }
    100% {
        transform: scale(1.3) translateY(50px);
    }
}

@keyframes move3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.explore-layout img.left {
    animation: move1 10s 1.5s infinite alternate linear;
}

.explore-layout img.right {
    animation: move2 10s 1.5s infinite alternate linear;
}

.explore-layout img.move-last {
    animation: move3 10s 1.5s infinite alternate linear;
}

.explore-layout-item img.left {
    transform: scale(1.3) translateY(-50px);
}

.explore-layout-item img.right {
    transform: scale(1.3) translateY(50px);
}

.explore-layout-flag {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.explore-layout-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}

.explore-layout-mask {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    position: absolute;
    overflow: hidden;
    display: flex;
    z-index: 100;
}

.explore-layout-body {
    padding-top: 12vh;
}

.explore-layout-body h2 {
    color: #fff;
    font-size: 48px;
    color: #fff;
    margin-bottom: 40px;
}

.explore-layout-body p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.explore-title {
    width: 300px;
    height: 60px;
    color: #fff;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -150px;
    position: absolute;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 100;
}

.explore-title:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.2);
}

.product-container {
    position: relative;
    padding-bottom: 80px;
}

.product-container h2 {
    color: #fff;
    padding-top: 50px;
    font-weight: normal;
    padding-bottom: 50px;
    font-size: 46px;
}

.tabnav-link {
    width: 176px;
    height: 95px;
    margin-right: 2px;
    padding-bottom: 12px !important;
    background: url("https://cdn.all-soon.com/fosun_fam/image/v2/tabnav-bg1.png")
        no-repeat center top;
    background-size: 100% auto;
    border: none;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex !important;
}

.tabnav-link img {
    height: 30px;
    margin-bottom: 12px;
    display: inline-block;
}

.tabnav-link.active {
    background-image: url("https://cdn.all-soon.com/fosun_fam/image/v2/tabnav-bg2.png");
}

.product-tablist {
    color: #fff;
    margin-top: 50px;
}

.product-tablist h3 {
    margin-bottom: 30px;
    position: relative;
}

.product-tablist h3 span {
    font-size: 40px;
    padding-bottom: 8px;
}

.product-tablist h3::before {
    content: "";
    height: 2px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #5ccce9;
    position: absolute;
}

.product-tablist h3 span {
    height: 100%;
    position: relative;
    display: inline-block;
}

.product-tablist h3 span::before {
    content: "";
    height: 2px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: #ffc819;
    display: inline-block;
    position: absolute;
}

.product-tablist p {
    font-size: 20px;
}

.product-tablist img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.contact-container {
    position: relative;
    padding-bottom: 50px;
}

.contact-container h2 {
    color: #fff;
    padding-top: 50px;
    font-weight: normal;
    padding-bottom: 50px;
    font-size: 46px;
}

.contact-info {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.contact-info a {
    color: #fff;
    font-size: 18px;
}

.contact-info img {
    margin-right: 8px;
    vertical-align: middle;
}

.contact-map {
    height: 400px;
}

.common-block {
    background: url("https://cdn.all-soon.com/fosun_fam/image/v2/comm-bg.png")
        no-repeat center center;
    background-size: cover;
}
h4.swiper-subtitle.float-left {
    padding-left: 20px;
}
/*
 * 小屏幕设置
 */
@media (max-width: 768) , (max-width: 992px){
    .swiper-layout {
        position: absolute;
        z-index: 2000;
        left: 0;
        top: 15%;
        right: 0px;
    }
    .explore-layout-body h2 {
        font-size: 40px;
    }
    .explore-layout-body {
        margin-bottom: 5vh;
    }
    .explore-layout-body p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 20px;
    }
    h4.swiper-subtitle.float-left {
        padding-left: unset;
        padding-top: unset;
        font-size: 14px;
    }
}
