*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 苹方-简, 苹方-简-Medium;
}

html{
    margin: 0 !important;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

a:link{
    text-decoration: none;
}

ul{
    list-style: none;
    margin-bottom: 0;
}

img {
    object-fit: scale-down;
    image-rendering: -webkit-optimize-contrast;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

input, textarea, select {
    outline: none;
}

@media (min-width:769px) {
    .container{
        padding: 80px 0;
        font-family: inherit;
    }

    .title{
        text-align: center;
        width: 70%;
        margin: auto;
        margin-bottom: 60px;
    }

    .title .des{
        font-size: 16px;
        color: #666666;
        margin-top: 30px;
    }
    
    .des{
        font-size: 16px;
        color: #666666;
    }

    h2{
        font-size: 28px;
        font-weight: bold;
        line-height: 40px;
        margin: 0;
    }

    h1{
        font-size: 34px;
        font-weight: bold;
        color: #ffffff;
        line-height: 48px;
    }

    p{
        font-size: 16px;
        color: #000;
        line-height: 24px;
    }
}

@media(max-width:769px){
    h2{
        font-family: PingFang SC;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 35px;
    }

    p{
        font-size: 14px;
    }

    .title{
        text-align: center;
    }

    .title h2{
        font-size: 23px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #333333;
    }

    .title .des{
        font-size: 14px;
        color: #666666;
        margin-top: 20px;
    }
    
    .des{
        font-size: 14px;
        color: #666666;
    }

    h3{
        font-size: 20px !important;
        font-weight: bold;
        font-family: PingFang SC;
    }

    .container{
        width: 100%;
        padding: 30px 35px 40px 35px;
        margin: auto;
        font-family: Arial;
    }
}