﻿* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

html{
    font-size: 5.208vw;
    font-family:Helvetica, Arial, PingFang SC, Microsoft Yahei, sans-serif;
}
/* @media screen and (min-width: 1200px)and (max-width: 3000px) { */
    body {
        background-color: #fff;
    }

    .location {
        width: 62%;
        position: absolute;
        top: 40%;
        left: 23%;
    }

    .location h4 {
        font-size: 0.72rem;
        color: #fff;
    }

    .location p {
        font-size: 0.30rem;
        opacity: 0.8;
        color: #EFEFEFFF;
    }

    .tabTime {
        width: 100%;
        height: 3.40rem;
        position: relative;
    }

    .TabTimeA {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 0;
    }

    .tabe {
        width: 100%;
        height: 3.40rem;
        /* background-image: url(../image/match.png); */
    }

    .taa {
        width: 16.66%;
        height: 3.40rem;
        margin: 0 0.01rem 0 0;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
        background-color: #F36F3AFF;
    }

    .taa1 {
        width: 16.66%;
        height: 3.40rem;
        margin: 0 0.01rem 0 0;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
        background-color: #F36F3AFF;
    }

    .taa1 h3 {
        padding-left: 0.20rem;
        font-size: 0.30rem;
        color: #Fff;
    }

    .taa1 p {
        padding: 0.20rem;
        box-sizing: border-box;
        font-size: 0.12rem;
        color: #fff;
    }

    .taa h3 {
        padding-left: 0.20rem;
        font-size: 0.30rem;
        line-height: 0.30rem;
        /* margin-top: 35px; */
    }

    .ta {
        display: inline-block;
        width: 0.10rem;
        height: 0.40rem;
        position: absolute;
        top: 50%;
        left: -0.02rem;
        transform: translate(0, -50%);
        background-color: #fff;
    }

    .taa p {
        padding: 0 0.20rem;
        margin-top: 0.20rem;
        box-sizing: border-box;
        font-size: 0.12rem;
    }

    .taa a {
        color: #fff;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .swiper-contione {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        margin: auto;
        position: relative;
    }

    .swiper {
        width: 9999999px;
        height: 100vh;
        transition: all 1s ease;
    }

    .swiper-item {
        width: 19.20rem;
        /*height: 100vh;*/
        width: 100%;


        float: left;
        position: relative;
    }

    .swiper-item img {
        width: 100%;
        height: 100vh;
    }

    .swiper-item p {
        width: 100%;
        height: 0.50rem;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        line-height: 0.50rem;
        cursor: pointer;
    }

    .swiper-point {
        width: 100%;
        height: 0.40rem;
        position: absolute;
        bottom: 0.50rem;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .point {
        width: 0.12rem;
        height: 0.12rem;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.9);
        margin-right: 0.05rem;
        float: left;
    }

    .point.active {
        background: #fff;
    }

    .swiper-left {
        width: 0.60rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: -0.77rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease;
    }

    .swiper-right {
        width: 0.60rem;
        height: 100%;
        position: absolute;
        top: 0;
        right: -0.77rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease;
    }

    .swiper-left img,
    .swiper-right img {
        width: 0.74rem;
        height: 1.40rem;
    }

    .swiper-contione:hover .swiper-left {
        left: 0;
    }

    .swiper-contione:hover .swiper-right {
        right: 0;
    }

    .Top {
        width: 100%;
        height: 100vh;
        position: relative;
    }

    .we {
        width: 100%;
        position: absolute;
        top: 0;
    }

    .wei {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 0;
        left: 10%;
    }

    .zong {
        width: 1.32rem;
        height: 0.27rem;
    }

    .weimg {
        height: 0.80rem;
        width: 100%;
    }

    .weii {
        width: 15%;
        height: 0.80rem;
        display: flex;
        align-items: center;
    }

    .inde {
        width: 60%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .ina {
        height: 0.77rem;
        line-height: 0.77rem;
        font-size: 0.18rem;
        color: #EFEFEFFF;
    }

    .ina:hover {
        color: #f36f3a;
        font-size: 0.18rem;
        border-bottom: 0.03rem solid #f36f3a;
    }

    .indes {
        width: 22%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-size: 0.24rem;
        color: #EFEFEFFF;
    }

    .indes img {
        height: 0.39rem;
        width: 0.39rem;
        margin-right: 0.15rem;
    }

    .ceo {
        width: 80%;
        margin: auto;
    }

    .healthy {
        width: 100%;
        margin: auto;
    }

    .intelligence {
        margin-top: 1.40rem;
        width: 100%;
    }

    .lingence {
        margin-top: 0.38rem;
        width: 72%;
        font-size: 0.24rem;
        color: #666666FF;
        font-weight: 300
    }

    .inte {
        width: 6.15rem;
        height: 1.50rem;
        color: #F36F3AFF;
        font-size: 0.60rem;
    }

    .perfect {
        width: 100%;
        margin-top: 0.60rem;
    }

    .perfect img {
        width: 100%;
    }

    .combin {
        width: 100%;
        margin-top: 1.10rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .tion {
        width: 49%;
        margin-bottom: 0.40rem;
    }

    .happy {
        width: 100%;
        padding: 0.26rem 0 0 0;
        box-sizing: border-box;
        text-align: center;
        font-size: 0.27rem;
        color: #F36F3AFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .happy h6 {
        font-size: 0.27rem;
    }

    .happy img {
        width: 0.28rem;
        height: 0.17rem;
        margin-left: 0.05rem;
        transform: rotate(180deg);
    }

    .swim {
        margin-top: 0.32rem;
        width: 100%;
        color: #666666FF;
        font-size: 0.22rem;
        text-align: justify;
        line-height: 0.36rem;
        font-weight:300
    }

    .swim p {
        margin-top: 0.32rem;
        font-weight:300
    }

    .swinimg {
        width: 49%;
        margin-bottom: 0.32rem;
        display: flex;
        justify-content: flex-end
    }

    .swinimg img {
        width: 100%;
        /* height: 394px; */
    }
/* } */