/* @font-face {
    font-family: 'temBold';
    src: url(../fonts/temBold.otf);
}

@font-face {
    font-family: 'temLight';
    src: url(../fonts/temLight.otf);
}

@font-face {
    font-family: 'temMid';
    src: url(../fonts/temMid.otf);
}

@font-face {
    font-family: 'temRegular';
    src: url(../fonts/temRegular.otf);
}

@font-face {
    font-family: 'temThin';
    src: url(../fonts/temThin.otf);
} */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #dfc492;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: var(--main-color-white);
        height: 80px;
    }
    .pcheader {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
    }
    .pcsearch {
        width: 250px;
        display: flex;
        align-items: center;
        height: 40px;
    }
    .pcsearch input {
        outline: none;
        height: 35px;
        width: 200px;
        border: 1px solid #e0e7e9;
        padding-left: 15px;
    }
    .pcsearch a {
        display: block;
        flex: 1;
        height: 35px;
        background-color: var(--main-color);
        text-align: center;
        line-height: 35px;
        color: var(--main-color-white);
    }
    .pclogo img {
        height: 80px;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    .pcnav>li {
        position: relative;
        transition: var(--main-transition);
    }
    .pcnav>li>a {
        display: block;
        height: 80px;
        line-height: 80px;
        font-size: 16px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        padding: 0 15px;
        font-weight: 600;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-666);
        font-size: 16px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .pc_sec_item a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .pcnav li:hover .pc_sec_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pcnav li:hover {
        background-color: var(--main-color) !important;
    }
    .pcnav li:hover .first_a {
        color: #fff;
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color-white) !important;
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-666);
        background-color: var(--main-color-white);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
        margin-top: 80px !important;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-999);
    }
    .inside {
        padding: 15px 0;
        padding-bottom: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .inbanner {
        width: 100%;
        height: 200px;
        margin-top: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../images/inbanner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .inbanner strong {
        display: block;
        text-align: center;
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .foot {
        width: 100%;
        padding: 50px 0;
        background-color: var(--main-color-white);
    }
    .footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
    }
    .footerleft {
        width: 25%;
    }
    .footerleft a img {
        width: 130px;
        display: block;
        margin-bottom: 20px;
    }
    .tacklink {
        display: flex;
    }
    .tacklink li a {
        margin-right: 20px;
        color: var(--main-color-222);
    }
    .tacklink li a:hover {
        color: var(--main-color);
    }
    .footerright {
        flex: 1;
    }
    .footerright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerright ul li {
        flex: 1;
    }
    .footerright ul li strong {
        color: var(--main-color-222);
        font-size: 18px;
        display: block;
        margin-bottom: 15px;
    }
    .footerright ul li a {
        font-size: 14px;
        display: block;
        color: var(--main-color-222);
        margin-bottom: 10px;
    }
    .con1 {
        width: 100%;
    }
    .con1con {
        max-width: 1200px;
        padding: 40px 0;
        margin: 0 auto;
        border-bottom: 1px solid #dee6e8;
        display: flex;
        justify-content: space-between;
    }
    .con1conleft {
        width: 15%;
        color: var(--main-color-222);
        font-size: 23px;
        padding-left: 15px;
        display: flex;
        align-items: center;
        font-weight: bold;
    }
    .con1conright {
        width: 80%;
    }
    .mySwiper {
        width: 100%;
    }
    .mySwiper img {
        width: 100%;
    }
    .con2 {
        width: 100%;
        padding: 80px 0;
    }
    .con2con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .contitle {
        font-weight: bold;
        font-size: 50px;
        text-align: center;
        margin-bottom: 50px;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: calc((100% - 60px) / 4);
        margin-bottom: 30px;
        margin-right: 20px;
        padding: 15px;
        transition: var(--main-transition);
    }
    .con2con ul li:hover {
        box-shadow: var(--main-shadow);
    }
    .con2con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con2con ul li img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .con2con ul li p {
        color: var(--main-color-222);
        font-size: 20px;
        margin: 10px 0;
        text-align: center;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con2con ul li span {
        display: block;
        text-align: center;
        font-size: 20px;
        color: var(--main-color);
    }
    .bg {
        height: 400px;
        background-image: url(../images/bg1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .con3 {
        padding: 80px 0;
        margin-top: -400px;
    }
    .con3con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .tags {
        margin: 0 auto;
        display: inline-block;
        font-size: 20px;
        border: 1px solid #010101;
        padding: 5px 10px;
    }
    .con3T_box {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
    }
    .con3title {
        font-weight: bold;
        font-size: 50px;
        text-align: center;
        margin: 20px 0;
    }
    .title_p {
        font-size: 16px;
        color: #757575;
        max-width: 600px;
        text-align: center;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3con ul li {
        width: 31%;
        position: relative;
        transition: var(--main-transition);
        overflow: hidden;
    }
    .con3con ul li img {
        transition: var(--main-transition);
        width: 100%;
        height: 270px;
        object-fit: cover;
    }
    .con3con ul li:hover img {
        transform: scale(1.1);
    }
    .con3con ul li:hover .con3pos {
        background: rgba(0, 0, 0, .8);
    }
    .con3pos {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .5);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .con3pos strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 35px;
        margin-bottom: 20px;
    }
    .con3pos a {
        display: block;
        font-size: 16px;
        transition: var(--main-transition);
        color: var(--main-color-white);
        border: 2px solid var(--main-color-white);
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0 20px;
    }
    .con3pos a:hover {
        background-color: var(--main-color);
        border: 2px solid var(--main-color);
    }
    .more {
        display: block;
        width: 150px;
        height: 40px;
        transition: var(--main-transition);
        line-height: 40px;
        text-align: center;
        color: var(--main-color-222);
        border: 1px solid var(--main-color-222);
        margin: 0 auto;
        margin-top: 30px;
    }
    .more:hover {
        background-color: var(--main-color);
        border: 1px solid var(--main-color);
        color: var(--main-color-white);
    }
    .con4 {
        width: 100%;
        padding: 80px 0;
    }
    .con4con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4conleft {
        width: 55%;
    }
    .con4conright {
        flex: 1;
        padding-left: 80px;
    }
    .con4conright img {
        width: 100%;
    }
    .con4T_box {
        display: block !important;
    }
    .con4T_box .tags {
        border-color: var(--main-color);
        color: var(--main-color);
    }
    .con4T_box .con3title {
        text-align: left;
    }
    .about_txt p {
        font-size: 16px;
        color: #757575;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        line-height: 25px;
    }
    .con4con ul {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con4con ul li {
        padding: 15px 20px;
        width: 31%;
        border: 1px solid #dee6e8;
    }
    .con4con ul li strong {
        display: block;
        font-size: 48px;
        text-align: center;
        color: #a08d7c;
        margin-bottom: 10px;
    }
    .con4con ul li p {
        font-size: 16px;
        color: var(--main-color-222);
        text-align: center;
        font-weight: bold;
    }
    .con5 {
        padding: 80px 0;
    }
    .con5con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        justify-content: space-between;
    }
    .con5con ul li {
        width: 32%;
        position: relative;
    }
    .con5con ul li img {
        width: 100%;
        height: 550px;
        object-fit: cover;
    }
    .center_slo img {
        padding: 10px;
        border: 1px solid var(--main-color);
    }
    .center_slobg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 30px;
        justify-content: center;
    }
    .center_slobg strong {
        display: block;
        font-size: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        text-align: center;
        color: var(--main-color-white);
    }
    .con6 {
        width: 100%;
        padding: 80px 0;
    }
    .con6con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con6conleft {
        width: 48%;
    }
    .con6conright {
        width: 48%;
    }
    .con6conright ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .con6conright ul li .lileft {
        width: 10%;
    }
    .lileft i {
        font-size: 35px;
        color: var(--main-color);
    }
    .liright {
        flex: 1;
    }
    .liright p {
        font-size: 26px;
        color: var(--main-color-222);
        margin-bottom: 5px;
        font-weight: bold;
    }
    .liright span {
        font-size: 14px;
        color: #757575;
        line-height: 25px;
    }
    .more1 {
        display: block;
        width: 180px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        text-align: center;
        background-color: var(--main-color);
        margin-top: 30px;
        color: var(--main-color-222);
    }
    .con7 {
        padding: 80px 0;
    }
    .con7con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con7con .con3T_box .tags {
        border-color: var(--main-color);
        color: var(--main-color);
    }
    .mySwiper1 {
        width: 100%;
        padding-bottom: 100px !important;
    }
    .mySwiper1 .swiper-slide {
        border: 1px solid #a08d7c;
        padding: 25px;
    }
    .mySwiper1 .swiper-slide strong {
        display: block;
        font-size: 18px;
        color: var(--main-color-222);
        margin: 20px 0;
    }
    .mySwiper1 .swiper-slide span {
        display: block;
        font-size: 16px;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        color: var(--main-color-666);
        margin-bottom: 25px;
    }
    .mySwiper1 .swiper-slide p {
        color: var(--main-color-222);
        font-size: 16px;
        font-weight: bold;
    }
    .stars {
        display: flex;
        align-items: center;
    }
    .stars li {
        margin-right: 3px;
        color: var(--main-color);
    }
    .mySwiper1 .swiper-pagination-bullet-active {
        background-color: var(--main-color);
    }
    .con8 {
        width: 100%;
        padding-bottom: 80px;
    }
    .con8con {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
        box-shadow: var(--main-shadow);
    }
    .con8con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con8con ul li {
        width: 48%;
        margin-bottom: 30px;
        cursor: pointer;
    }
    .con8con ul li img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .con8con ul li:hover p {
        color: var(--main-color);
    }
    .con8con ul li p {
        font-size: 20px;
        margin: 15px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: bold;
        transition: var(--main-transition);
    }
    .con9 {
        width: 100%;
    }
    .con9con {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 0;
        border-bottom: 1px solid #dee6e8;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con9conleft {
        flex: 1;
        padding-right: 25px;
    }
    .con9conleft ul {
        display: flex;
        justify-content: space-between;
    }
    .con9conleft ul li {
        display: flex;
        flex: 1;
    }
    .con9conright {
        width: 25%;
        padding-left: 25px;
        border-left: 1px solid #dee6e8;
    }
    .bliright {
        padding-left: 10px;
    }
    .bliright p {
        color: var(--main-color-222);
        font-size: 17px;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .bliright span {
        color: var(--main-color-666);
        font-size: 15px;
        line-height: 25px;
    }
    .blileft {
        width: 45px;
        height: 45px;
        border: 2px solid var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color);
    }
    .con9conright strong {
        display: block;
        font-size: 25px;
        margin-bottom: 15px;
    }
    .bserch {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .bserch input {
        width: 70%;
        border: none;
        background-color: #f7f9fa;
        height: 30px;
        outline: none;
        padding-left: 15px;
    }
    .bserch a {
        flex: 1;
        display: block;
        text-align: center;
        height: 30px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        line-height: 30px;
    }
    .aboutus1 {
        padding: 10px;
        padding-bottom: 40px;
    }
    .aboutus3 {
        padding: 80px 0;
    }
    .aboutus3con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .aboutus3con p {
        font-size: 20px;
        color: var(--main-color-222);
        line-height: 25px;
        text-align: center;
    }
    .aboutus4 {
        padding: 80px 0;
        background-color: #dee6e8;
    }
    .aboutus4con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus4left {
        width: 23%;
    }
    .aboutus4right {
        flex: 1;
        padding-left: 40px;
    }
    .aboutus4right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus4right ul li {
        padding: 20px;
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
        width: 32%;
    }
    .aboutus4right ul li img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }
    .aboutus4right ul li p {
        font-size: 19px;
        text-align: center;
        color: var(--main-color-222);
        margin: 10px 0;
        font-weight: bold;
    }
    .aboutus4right ul li span {
        font-size: 17px;
        text-align: center;
        display: block;
        color: var(--main-color-666);
    }
}

@media only screen and (max-width: 996px) {
    .aboutus4 {
        padding: 30px 15px;
        background-color: #dee6e8;
    }
    .aboutus4con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus4left {
        width: 100%;
    }
    .aboutus4left .con3T_box {
        margin-bottom: 0 !important;
    }
    .aboutus4con .about_txt {
        text-align: center;
    }
    .aboutus4con .more1 {
        margin: 0 auto;
        margin: 20px auto;
    }
    .aboutus4right {
        width: 100%;
    }
    .aboutus4right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus4right ul li {
        padding: 20px;
        margin-bottom: 25px;
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
        width: 100%;
    }
    .aboutus4right ul li img {
        width: 100%;
    }
    .aboutus4right ul li p {
        font-size: 19px;
        text-align: center;
        color: var(--main-color-222);
        margin: 10px 0;
        font-weight: bold;
    }
    .aboutus4right ul li span {
        font-size: 17px;
        text-align: center;
        display: block;
        color: var(--main-color-666);
    }
    .aboutus3 {
        padding: 30px 15px;
    }
    .aboutus3con {
        margin: 0 auto;
    }
    .aboutus3con p {
        font-size: 16px;
        color: var(--main-color-222);
        line-height: 25px;
        text-align: center;
    }
    .con9 {
        padding: 30px 15px;
    }
    .con9con {
        margin: 0 auto;
        border-bottom: 1px solid #dee6e8;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con9conleft {
        width: 100%;
    }
    .con9conleft ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con9conleft ul li {
        display: flex;
        width: 100%;
        margin-bottom: 15px;
    }
    .con9conright {
        width: 100%;
        margin-top: 20px;
    }
    .bliright {
        padding-left: 10px;
    }
    .bliright p {
        color: var(--main-color-222);
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .bliright span {
        color: var(--main-color-666);
        font-size: 15px;
        line-height: 25px;
    }
    .blileft {
        width: 45px;
        height: 45px;
        border: 2px solid var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color);
    }
    .con9conright strong {
        display: block;
        font-size: 25px;
        margin-bottom: 15px;
    }
    .bserch {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .bserch input {
        width: 100%;
        border: none;
        background-color: #f7f9fa;
        height: 40px;
        outline: none;
        padding-left: 15px;
    }
    .bserch a {
        display: block;
        width: 100%;
        text-align: center;
        height: 30px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        line-height: 30px;
    }
    .con8 {
        width: 100%;
        padding: 30px 15px;
    }
    .con8con {
        margin: 0 auto;
        padding: 10px;
        box-shadow: var(--main-shadow);
    }
    .con8con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con8con ul li {
        width: 100%;
        margin-bottom: 30px;
        cursor: pointer;
    }
    .con8con ul li img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .con8con ul li:hover p {
        color: var(--main-color);
    }
    .con8con ul li p {
        font-size: 20px;
        margin: 15px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-weight: bold;
        transition: var(--main-transition);
    }
    .con7 {
        padding: 30px 15px;
    }
    .con7con {
        margin: 0 auto;
    }
    .con7con .con3T_box .tags {
        border-color: var(--main-color);
        color: var(--main-color);
    }
    .mySwiper1 {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .mySwiper1 .swiper-slide {
        border: 1px solid #a08d7c;
        padding: 25px;
    }
    .mySwiper1 .swiper-slide strong {
        display: block;
        font-size: 18px;
        color: var(--main-color-222);
        margin: 20px 0;
    }
    .mySwiper1 .swiper-slide span {
        display: block;
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        color: var(--main-color-666);
        margin-bottom: 25px;
    }
    .mySwiper1 .swiper-slide p {
        color: var(--main-color-222);
        font-size: 16px;
    }
    .stars {
        display: flex;
        align-items: center;
    }
    .stars li {
        margin-right: 3px;
        color: var(--main-color);
    }
    .mySwiper1 .swiper-pagination-bullet-active {
        background-color: var(--main-color);
    }
    .con6 {
        width: 100%;
        padding: 30px 15px;
    }
    .con6con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con6conleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .con6conright {
        width: 100%;
    }
    .con6conright ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .con6conright ul li .lileft {
        width: 10%;
    }
    .lileft i {
        font-size: 35px;
        color: var(--main-color);
    }
    .liright {
        flex: 1;
        padding-left: 20px;
    }
    .liright p {
        font-size: 26px;
        color: var(--main-color-222);
        margin-bottom: 10px;
        font-weight: bold;
    }
    .liright span {
        font-size: 18px;
        color: var(--main-color-555);
        line-height: 25px;
    }
    .more1 {
        display: block;
        width: 180px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        text-align: center;
        background-color: var(--main-color);
        margin-top: 30px;
        color: var(--main-color-222);
    }
    .con5 {
        padding: 30px 15px;
    }
    .con5con {
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: 100%;
        position: relative;
    }
    .con5con ul li img {
        width: 100%;
    }
    .center_slo img {
        padding: 10px;
        border: 1px solid var(--main-color);
    }
    .center_slobg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 30px;
        justify-content: center;
    }
    .center_slobg strong {
        display: block;
        font-size: 30px;
        text-align: center;
        color: var(--main-color-white);
    }
    .con4 {
        width: 100%;
        padding: 30px 15px;
    }
    .con4con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4conleft {
        width: 100%;
    }
    .con4conright {
        width: 100%;
        margin-top: 30px;
    }
    .con4conright img {
        width: 100%;
    }
    .con4T_box {
        margin-bottom: 20px !important;
    }
    .con4T_box .tags {
        border-color: var(--main-color);
        color: var(--main-color);
    }
    .con4T_box .con3title {
        text-align: left;
    }
    .about_txt p {
        font-size: 20px;
        color: var(--main-color-555);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        line-height: 25px;
    }
    .con4con ul {
        margin-top: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4con ul li {
        padding: 15px 15px;
        margin-bottom: 20px;
        width: 48%;
        border: 1px solid #dee6e8;
    }
    .con4con ul li strong {
        display: block;
        font-size: 28px;
        text-align: center;
        color: #a08d7c;
        margin-bottom: 10px;
    }
    .con4con ul li p {
        font-size: 18px;
        color: var(--main-color-222);
        text-align: center;
        font-weight: bold;
    }
    .con3 {
        padding: 30px 15px;
    }
    .con3con {
        margin: 0 auto;
    }
    .tags {
        margin: 0 auto;
        display: inline-block;
        font-size: 20px;
        border: 1px solid #010101;
        padding: 5px 10px;
    }
    .con3T_box {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
    }
    .con3title {
        font-weight: bold;
        font-size: 30px;
        text-align: center;
        margin: 15px 0;
    }
    .title_p {
        font-size: 20px;
        color: var(--main-color-555);
        max-width: 600px;
        text-align: center;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3con ul li {
        width: 100%;
        margin-bottom: 25px;
        position: relative;
        transition: var(--main-transition);
        overflow: hidden;
    }
    .con3con ul li img {
        transition: var(--main-transition);
        width: 100%;
        height: 270px;
        object-fit: cover;
    }
    .con3con ul li:hover img {
        transform: scale(1.1);
    }
    .con3con ul li:hover .con3pos {
        background: rgba(0, 0, 0, .8);
    }
    .con3pos {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .5);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .con3pos strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 35px;
        margin-bottom: 20px;
    }
    .con3pos a {
        display: block;
        font-size: 16px;
        transition: var(--main-transition);
        color: var(--main-color-white);
        border: 2px solid var(--main-color-white);
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0 20px;
    }
    .con3pos a:hover {
        background-color: var(--main-color);
        border: 2px solid var(--main-color);
    }
    .more {
        display: block;
        width: 150px;
        height: 40px;
        transition: var(--main-transition);
        line-height: 40px;
        text-align: center;
        color: var(--main-color-222);
        border: 1px solid var(--main-color-222);
        margin: 0 auto;
        margin-top: 30px;
    }
    .more:hover {
        background-color: var(--main-color);
        border: 1px solid var(--main-color);
        color: var(--main-color-white);
    }
    .bg {
        display: none;
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
    }
    .con2con {
        margin: 0 auto;
    }
    .contitle {
        font-weight: bold;
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2con ul li {
        width: 48%;
        margin-bottom: 20px;
        padding: 15px;
        transition: var(--main-transition);
        box-shadow: var(--main-shadow);
    }
    .con2con ul li img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    .con2con ul li p {
        color: var(--main-color-222);
        font-size: 20px;
        margin: 10px 0;
        text-align: center;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con2con ul li span {
        display: block;
        text-align: center;
        font-size: 20px;
        color: var(--main-color);
    }
    .con1 {
        width: 100%;
        padding: 15px 15px;
        border-bottom: 1px solid #dee6e8;
    }
    .con1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1conleft {
        width: 100%;
        margin-bottom: 20px;
        color: var(--main-color-222);
        font-size: 23px;
        text-align: center;
        font-weight: bold;
    }
    .con1conright {
        width: 100%;
    }
    .mySwiper {
        width: 100%;
    }
    .mySwiper img {
        width: 100%;
    }
    .foot {
        width: 100%;
        padding: 30px 15px;
        background-color: var(--main-color-white);
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft {
        width: 100%;
    }
    .footerleft a img {
        width: 130px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }
    .tacklink {
        display: flex;
        justify-content: center;
    }
    .tacklink li a {
        display: block;
        padding: 0 20px;
        color: var(--main-color-222);
    }
    .tacklink li a:hover {
        color: var(--main-color);
    }
    .footerright {
        width: 100%;
        margin-top: 30px;
    }
    .footerright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerright ul li {
        /* flex: 1; */
        margin-right: 15px;
    }
    .footerright ul li strong {
        color: var(--main-color-222);
        font-size: 18px;
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    .footerright ul li a {
        font-size: 14px;
        display: block;
        color: var(--main-color-222);
        margin-bottom: 10px;
        display: none;
    }
    .inbanner {
        width: 100%;
        height: 200px;
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../images/inbanner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .inbanner strong {
        display: block;
        text-align: center;
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .inside {
        padding: 20px 15px;
        margin: 0 auto;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-999);
    }
    .ml_banner {
        width: 100%;
        margin-top: 60px !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .bannerbtn {
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
    }
    .pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-333);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 45px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
    .ml_pcheader {
        display: none;
    }
}