* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        /*height: 80px;*/
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: #fff;
        padding: 11px 0;
    }
    .mlbanner {
        margin-top: 80px !important;
    }
    .mlbanner img {
        transition: all ease 5s;
    }
    .mlbanner .swiper-slide-active img {
        transform: scale(1.2);
    }
    .pcheader {
        height: 80px;
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .logo img {
        height: 60px;
    }
    .pcnav {
        display: flex;
    }
    .pcnav li a {
        display: block;
        height: 80px;
        line-height: 80px;
        font-size: 16px;
        color: #615D5C;
        font-weight: bold;
        padding: 0 15px;
    }
    .mbhead {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .con1 {
        width: 100%;
        padding: 80px 0;
    }
    .con1con {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1left {
        width: 48%;
    }
    .con1left strong {
        font-size: 48px;
        color: #615D5C;
        display: block;
        margin-bottom: 55px;
    }
    .con1right {
        width: 48%;
    }
    .con1right img {
        width: 100%;
    }
    .con1left ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1left ul li {
        width: calc((100% - 20px) / 3);
        padding: 30px 25px;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 2px dashed #fff;
    }
    .con1left ul li a {
        font-size: 25px;
        color: #fff;
    }
    .con1left ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con2 {
        width: 100%;
        padding: 80px 0;
    }
    .con2con {
        max-width: 1000px;
        margin: 0 auto;
        min-height: 530px;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 50px;
    }
    .con2con strong {
        display: block;
        text-align: center;
        color: #6a827b;
        font-size: 35px;
        margin-bottom: 30px;
    }
    .con2con p {
        text-align: center;
        font-size: 16px;
        color: #615D5C;
        margin-bottom: 35px;
    }
    .con2con a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        margin: 0 auto;
        background-color: #6a827b;
        transition: all ease .4s;
        border-radius: 40px;
    }
    .con2con a:hover {
        background-color: #d78478;
    }
    .foot {
        width: 100%;
        background-image: url(../images/foot.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 0;
    }
    .mlogo {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .mlogo img {
        height: 60px;
    }
    .mnav {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        justify-content: center;
    }
    .mnav li a {
        font-size: 16px;
        color: #615D5C;
        font-weight: bold;
        margin: 0 15px;
    }
    .links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }
    .links a {
        display: block;
        color: #759796;
        margin: 0 20px;
    }
    .links a i {
        font-size: 30px;
    }
    .copy {
        text-align: center;
        color: #615D5C;
        font-size: 16px;
    }
    .ab1 {
        padding: 80px 0;
    }
    .ab1con {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .ab1left {
        width: 42%;
    }
    .ab1left img {
        width: 100%;
    }
    .ab1right {
        width: 52%;
    }
    .ab1right span {
        display: block;
        font-size: 35px;
        margin: 20px 0;
    }
    .ab_top {
        display: flex;
        align-items: center;
    }
    .ab_top img {
        width: 150px;
    }
    .ab_top p {
        font-size: 20px;
        color: #615D5C;
    }
    .line {
        width: 100%;
    }
    .abtitle strong {
        text-align: center;
        display: block;
        font-size: 55px;
        color: #615D5C;
        margin-bottom: 30px;
    }
    .ab2 {
        width: 100%;
        padding: 80px 0;
    }
    .ab2con {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab2left {
        width: 53%;
    }
    .ab2right {
        width: 44%;
    }
    .ab2right img {
        width: 100%;
    }
    .ab2left p {
        font-size: 48px;
        color: #615D5C;
        margin-bottom: 25px;
    }
    .ab2left span {
        font-size: 20px;
        color: #615D5C;
    }
    .event {
        width: 100%;
    }
    .eventcon {
        max-width: 1000px;
        margin: 0 auto;
    }
        .eventcon strong {
            text-align: center;
            display: block;
            color: #615D5C;
            font-size: 48px;
            margin-bottom: 50px;
            margin-top: 30px;
        }
    .eventswiper {
        width: 100%;
        padding-bottom: 80px !important;
    }
    .eventswiper img {
        height: 1000px;
        width: 100%;
        object-fit: contain;
    }
    .eventswiper .swiper-pagination-bullet-active {
        background-color: #000 !important;
    }
    .evbtn {
        width: 50px !important;
        height: 50px !important;
        background-image: none !important;
        background: rgba(0, 0, 0, .6);
        color: #fff;
        font-size: 25px !important;
        text-align: center;
        line-height: 50px;
    }
    .servicehead {
        width: 100%;
        padding: 60px 0 0;
    }
    .serviceheadcon {
        max-width: 1000px;
        margin: 0 auto;
    }
    .serviceheadcon strong {
        text-align: center;
        display: block;
        color: #615D5C;
        font-size: 48px;
        margin-bottom: 50px;
    }
    .serviceheadcon ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
        .serviceheadcon ul li {
            width: 80%;
            border-radius: 15px;
            text-align: center;
            color: #fff;
            padding: 5px;
            margin: 0 auto;
        }
    .serviceheadcon ul li a {
        font-size: 30px;
        color: #fff;
    }
    .dash {
        padding: 30px;
        border-radius: 15px;
        border: 2px dashed #fff;
    }
    .s_con {
        padding: 80px 0;
    }
    .s_content {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .s_top {
        display: flex;
        align-items: center;
    }
    .s_left img {
        width: 100px;
        display: block;
        margin-right: 10px;
    }
    .s_left p {
        font-size: 45px;
        color: #615D5C;
    }
    .s_left span {
        font-size: 20px;
        color: #615D5C;
        line-height: 25px;
        display: block;
    }
    .s_left {
        width: 48%;
    }
    .s_right {
        width: 48%;
    }
    .s_right img {
        width: 100%;
    }
    .s_content:nth-child(even) {
        flex-direction: row-reverse;
    }
    .membership {
        padding: 80px 0;
    }
    .membershipcon {
        max-width: 1000px;
        margin: 0 auto;
    }
    .membershipcon strong {
        text-align: center;
        display: block;
        color: #615D5C;
        font-size: 48px;
        margin-bottom: 50px;
    }
    .membershipbox .s_content a {
        width: 200px;
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 20px 0;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        background-color: #6a827b;
        transition: all ease .4s;
    }
    .membershipbox .s_content a:hover {
        background-color: #d78478;
    }
    .options {
        width: 100%;
        padding: 80px 0;
    }
    .optionscon {
        max-width: 1000px;
        margin: 0 auto;
    }
    .optionscon strong {
        display: block;
        text-align: center;
        color: #615D5C;
        font-size: 40px;
        margin-bottom: 80px;
    }
    .optionscon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .optionscon ul li {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .optionscon ul li:nth-child(3n) {
        margin-right: 0;
    }
    .optionscon ul li img {
        object-fit: cover;
        width: 100%;
        height: 200px;
    }
    .benefits {
        width: 100%;
        padding: 80px 0;
    }
    .benefitscon {
        max-width: 1000px;
        margin: 0 auto;
    }
    .benefitscon strong {
        display: block;
        font-size: 48px;
        text-align: center;
        color: #615D5C;
        margin-bottom: 40px;
    }
    .benefitscon p {
        font-size: 16px;
        color: #615D5C;
        line-height: 25px;
    }
    .benefitscon a {
        width: 200px;
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 20px 0;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        background-color: #6a827b;
        transition: all ease .4s;
    }
    .benefitscon a:hover {
        background-color: #d78478;
    }
    .rev {
        flex-direction: row-reverse;
    }
    .inside {
        max-width: 1000px;
        margin: 0 auto;
        padding: 50px 0;
    }
    .inbanner {
        margin-top: 80px;
        width: 100%;
    }
    .inbanner img {
        width: 100%;
    }
}

@media only screen and (max-width: 996px) {
    .inbanner {
        margin-top: 60px;
        width: 100%;
    }
    .inbanner img {
        width: 100%;
    }
    .mlbanner {
        margin-top: 60px !important;
    }
    .mlbanner img {
        transition: all ease 5s;
    }
    .inside {
        width: 100%;
        padding: 30px 15px;
    }
    .benefits {
        width: 100%;
        padding: 30px 15px;
    }
    .benefitscon {
        margin: 0 auto;
    }
    .benefitscon strong {
        display: block;
        font-size: 30px;
        text-align: center;
        color: #615D5C;
        margin-bottom: 30px;
    }
    .benefitscon p {
        font-size: 16px;
        color: #615D5C;
        line-height: 25px;
    }
    .benefitscon a {
        width: 200px;
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 20px 0;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        background-color: #6a827b;
        transition: all ease .4s;
    }
    .benefitscon a:hover {
        background-color: #d78478;
    }
    .options {
        width: 100%;
        padding: 30px 15px;
    }
    .optionscon {
        margin: 0 auto;
    }
    .optionscon strong {
        display: block;
        text-align: center;
        color: #615D5C;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .optionscon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .optionscon ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .optionscon ul li img {
        width: 100%;
    }
    .membership {
        padding: 30px 15px;
    }
    .membershipcon {
        margin: 0 auto;
    }
    .membershipcon strong {
        text-align: center;
        display: block;
        color: #615D5C;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .membershipbox .s_content a {
        width: 200px;
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 20px 0;
        text-align: center;
        color: #fff;
        border-radius: 50px;
        background-color: #6a827b;
        transition: all ease .4s;
    }
    .membershipbox .s_content a:hover {
        background-color: #d78478;
    }
    .s_con {
        padding: 30px 15px;
    }
    .s_content {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .s_top {
        display: flex;
        align-items: center;
    }
    .s_left img {
        width: 60px;
        display: block;
        margin-right: 10px;
    }
    .s_left p {
        font-size: 25px;
        color: #615D5C;
    }
    .s_left span {
        font-size: 16px;
        color: #615D5C;
        line-height: 25px;
        display: block;
    }
    .s_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .s_right {
        width: 100%;
    }
    .s_right img {
        width: 100%;
    }
    .servicehead {
        width: 100%;
        padding: 30px 15px;
    }
    .serviceheadcon {
        margin: 0 auto;
    }
    .serviceheadcon strong {
        text-align: center;
        display: block;
        color: #615D5C;
        font-size: 30px;
        margin-bottom: 50px;
    }
    .serviceheadcon ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .serviceheadcon ul li {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 15px;
        text-align: center;
        color: #fff;
        padding: 5px;
    }
    .serviceheadcon ul li a {
        font-size: 20px;
        color: #fff;
    }
    .dash {
        padding: 20px;
        border-radius: 15px;
        border: 2px dashed #fff;
    }
    .event {
        width: 100%;
        padding: 30px 15px;
    }
    .eventcon {
        margin: 0 auto;
    }
    .eventcon strong {
        text-align: center;
        display: block;
        color: #615D5C;
        font-size: 35px;
        margin-bottom: 30px;
    }
    .eventswiper {
        width: 100%;
        padding-bottom: 40px !important;
    }
    .eventswiper img {
        width: 100%;
    }
    .eventswiper .swiper-pagination-bullet-active {
        background-color: #000 !important;
    }
    .evbtn {
        width: 35px !important;
        height: 35px !important;
        background-image: none !important;
        background: rgba(0, 0, 0, .6);
        color: #fff;
        font-size: 20px !important;
        text-align: center;
        line-height: 35px;
    }
    .ab2 {
        width: 100%;
        padding: 30px 15px;
    }
    .ab2con {
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab2left {
        margin-bottom: 20px;
        width: 100%;
    }
    .ab2right {
        width: 100%;
    }
    .ab2right img {
        width: 100%;
    }
    .ab2left p {
        font-size: 25px;
        color: #615D5C;
        margin-bottom: 25px;
    }
    .ab2left span {
        font-size: 16px;
        color: #615D5C;
    }
    .abtitle strong {
        text-align: center;
        display: block;
        font-size: 35px;
        color: #615D5C;
        margin-bottom: 20px;
    }
    .ab1 {
        padding: 30px 15px;
    }
    .ab1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .ab1left {
        width: 100%;
    }
    .ab1left img {
        width: 100%;
    }
    .ab1right {
        margin-top: 20px;
        width: 100%;
    }
    .ab1right span {
        display: block;
        font-size: 20px;
        margin: 15px 0;
    }
    .ab_top {
        display: flex;
        align-items: center;
    }
    .ab_top img {
        width: 50px;
    }
    .ab_top p {
        font-size: 16px;
        color: #615D5C;
    }
    .line {
        width: 100%;
    }
    .foot {
        width: 100%;
        background-image: url(../images/foot.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 0;
    }
    .mlogo {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .mlogo img {
        height: 60px;
    }
    .mnav {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mnav li a {
        font-size: 16px;
        color: #615D5C;
        display: block;
        font-weight: bold;
        margin: 15px;
    }
    .links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }
    .links a {
        display: block;
        color: #759796;
        margin: 0 20px;
    }
    .links a i {
        font-size: 30px;
    }
    .copy {
        text-align: center;
        color: #615D5C;
        font-size: 16px;
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
    }
    .con2con {
        margin: 0 auto;
        min-height: 330px;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 30px;
    }
    .con2con strong {
        display: block;
        text-align: center;
        color: #6a827b;
        font-size: 25px;
        margin-bottom: 30px;
    }
    .con2con p {
        text-align: center;
        font-size: 14px;
        color: #615D5C;
        margin-bottom: 35px;
    }
    .con2con a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        margin: 0 auto;
        background-color: #6a827b;
        transition: all ease .4s;
        border-radius: 40px;
    }
    .con2con a:hover {
        background-color: #d78478;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
    }
    .con1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .con1left {
        width: 100%;
        margin-top: 20px;
    }
    .con1left strong {
        font-size: 25px;
        color: #615D5C;
        display: block;
        margin-bottom: 25px;
    }
    .con1right {
        width: 100%;
    }
    .con1right img {
        width: 100%;
    }
    .con1left ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1left ul li {
        width: 100%;
        padding: 30px 25px;
        margin-bottom: 20px;
        border: 2px dashed #fff;
    }
    .con1left ul li a {
        font-size: 25px;
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
    }
    .con1left ul li:nth-child(3n) {
        margin-right: 0;
    }
    .pchead {
        display: none;
    }
    .mbhead {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: #fff;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 60px;
        padding: 0 20px;
    }
    .mblogo img {
        height: 45px;
    }
    .mbhead i {
        font-size: 20px !important;
        color: #759796;
    }
    .mbnav {
        width: 100%;
        height: calc(100vh - 60px);
        position: fixed;
        top: 60px;
        left: 0;
        background-color: #6a827b;
        display: none;
        z-index: 999;
    }
    .mbnav i {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 20px !important;
        color: #fff;
    }
    .mbnav ul {
        margin-top: 50px;
    }
    .mbnav ul li a {
        height: 40px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        padding: 0 20px;
        text-align: center;
        display: block;
    }
}