* {
    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: #af9166;
    --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) {
    .pctop {
        width: 100%;
        height: 40px;
        background-color: #f5f5f5;
    }
    .pctopcon {
        max-width: 1400px;
        margin: 0 auto;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pctopcon span {
        color: var(--main-color-999);
        font-size: 16px;
    }
    .pctopcon p {
        color: var(--main-color);
        font-size: 16px;
    }
    body {
        background-color: #fcf8f4;
    }
    .pchead {
        width: 100%;
        position: sticky;
        top: 0px;
        left: 0;
        transition: var(--main-transition);
        z-index: 99;
        height: 90px;
        border-bottom: 1px solid #e6e6e6;
        background-color: var(--main-color-white);
    }
    .pcheader {
        margin: 0 auto;
        max-width: 1400px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 90px;
    }
    .pclogo img {
        height: 60px;
    }
    .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: 90px;
        line-height: 90px;
        font-size: 16px;
        transition: var(--main-transition);
        color: var(--main-color-555);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        width: 150px;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-666);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color);
    }
    .pcnav li:hover .pc_sec_nav {
        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 .first_a {
        color: var(--main-color);
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color) !important;
    }
    .third_a:hover {
        color: var(--main-color) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        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: 130px !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);
    }
    .inbanner {
        width: 100%;
        height: 400px;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin-top: 88px;*/
    }
    .inbanner strong {
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .inside {
        max-width: 1400px;
        padding: 15px 0;
        margin: 0 auto;
    }
    .inside p {
        font-size: 15px;
        color: var(--main-color-222);
    }
    .foot {
        padding: 50px 5%;
        display: none;
        background-color: var(--main-color-222);
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footeritem {
        width: calc((100% - 90px) / 3);
        margin-right: 45px;
    }
    .footeritem:nth-child(3n) {
        margin-right: 0;
    }
    .footeritem>strong {
        font-size: 20px;
        color: var(--main-color-white);
        font-weight: 100;
        display: block;
        margin-bottom: 30px;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .footeritem>strong::after {
        width: 100%;
        height: 3px;
        background-color: var(--main-color);
        content: '';
        position: absolute;
        bottom: -13px;
        left: 0;
    }
    .footeritem1 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .footeritem1 ul li img {
        width: 20px;
        display: block;
        margin-right: 10px;
        height: 20px;
        object-fit: contain;
    }
    .footeritem1 ul li span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem2 ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footeritem2 ul li {
        width: 31%;
        margin-right: 2%;
    }
    .footeritem2 ul li img {
        width: 100%;
    }
    .footeritem2 ul li p {
        text-align: center;
        margin: 10px 0;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem3 ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .footeritem3 ul li {
        width: 31%;
    }
    .footeritem3 ul li a {
        color: var(--main-color-white);
        font-size: 14px;
        margin-bottom: 25px;
        display: block;
    }
    .pro_sec {
        width: 100%;
        position: fixed;
        top: 120px;
        left: 0;
        z-index: 9999;
        height: 320px;
        background-color: var(--main-color-white);
        padding: 30px 20px;
        box-shadow: var(--main-shadow);
        opacity: 0;
        visibility: hidden;
    }
    .pro_nav:hover .pro_sec {
        opacity: 1;
        visibility: visible;
    }
    .pro_seccon {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .mySwiper_pro_sec {
        width: 90%;
        margin: 0 auto;
    }
    .mySwiper_pro_sec img {
        width: 100%;
		height: 200px;
    object-fit: contain;
    }
    .mySwiper_pro_sec p {
        font-size: 14px;
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 10px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
		    height: 250px;
    object-fit: cover;
    }
    .pro_seccon .prosecbtnleft {
        background-image: url(../images/proleft.png) !important;
    }
    .pro_seccon .prosecbtnright {
        background-image: url(../images/proright.png) !important;
    }
    .con1 {
        padding: 60px 0;
    }
    .con1con {
        max-width: 1400px;
        margin: 0 auto;
    }
    .mumping_mun {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mumping_mun li {
        width: 25%;
        border-right: 1px solid #ececec;
    }
    .mumping_mun li:last-child {
        border: none;
    }
    .mumping_mun li p {
        text-align: center;
        font-size: 16px;
        color: var(--main-color);
    }
    .mun_top {
        display: flex;
        justify-content: center;
    }
    .mun_top h2 {
        font-size: 54px;
        color: #6f6f6f;
        font-weight: normal;
    }
    .mun_top span {
        color: #6f6f6f;
        font-size: 14px;
    }
    .con2 {
        padding: 80px 0;
    }
    .con2con {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con2left {
        width: 40%;
    }
    .con2left h1 {
        color: #636363;
        font-size: 30px;
        font-weight: normal;
    }
    .con2left strong {
        display: block;
        position: relative;
        color: var(--main-color);
        margin-top: 5px;
        font-size: 35px;
        margin-bottom: 30px;
    }
    .con2left strong::after {
        position: absolute;
        content: '';
        bottom: -15px;
        left: 0;
        width: 50px;
        height: 2px;
        background-color: var(--main-color);
    }
    .con2left p {
        font-size: 15px;
        color: var(--main-color-999);
        line-height: 30px;
    }
    .con2right {
        width: 56%;
    }
    .con2right img {
        width: 100%;
    }
    .more {
        width: 150px;
        font-size: 14px;
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 0 auto;
        margin-top: 30px;
    }
    .more0 {
        margin: inherit;
        margin-top: 30px;
    }
    .con3 {
        width: 100%;
        padding: 0;
    }
    .con3con {
        padding: 0;
        width: 100%;
    }
    .con3con ul {
        display: flex;
    }
    .con3con ul li {
        width: 20%;
        position: relative;
    }
    .con3con ul li>img {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }
    .con3pos {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }
    .con3pos img {
        width: 100px;
        height: 100px;
        display: block;
        margin: 0 auto;
    }
    .con3pos h1 {
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
        text-align: center;
        margin-top: 25px;
    }
    .con3pos p {
        font-size: 15px;
        color: var(--main-color-white);
        text-align: center;
        margin-top: 5px;
    }
    .con3pos .line {
        width: 50px;
        height: 1px;
        background-color: var(--main-color-white);
        margin-top: 20px;
    }
    .con4 {
        padding: 80px 0;
    }
    .con4con {
        max-width: 1400px;
        margin: 0 auto;
    }
    .con_title {
        margin-bottom: 40px;
    }
    .con_title strong {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 28px;
    }
    .con_title p {
        text-align: center;
        color: var(--main-color-333);
        font-size: 28px;
        margin-top: 10px;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4con ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        cursor: pointer;
    }
    .con4con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con4con ul li img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
    .propos {
        position: absolute;
        bottom: 30px;
        background: rgba(255, 255, 255, .7);
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        padding: 20px 15px;
    }
    .propos h1 {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 25px;
        font-weight: normal;
        text-align: center;
    }
    .aboutus1 {
        padding-top: 15px;
    }
    .aboutus4 {
        padding: 80px 0;
        background-image: url(../images/honor.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }
    .aboutus4con {
        max-width: 1300px;
        margin: 0 auto;
    }
    .mySwiper_honor {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .mySwiper_honor .swiper-slide {
        background-color: var(--main-color-white);
    }
    .mySwiper_honor img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }
    .mySwiper_honor p {
        height: 35px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-align: center;
        font-size: 14px;
        background-color: var(--main-color-white);
        line-height: 35px;
    }
    .mySwiper_honor .swiper-pagination-bullet {
        width: 40px;
        height: 4px;
        background-color: var(--main-color-white);
        border-radius: 0;
    }
    .con_titleho {
        width: 100%;
        text-align: center;
        color: var(--main-color-white);
        font-size: 25px;
        margin-bottom: 30px;
    }
    .con_add {
        width: 100%;
        background-color: #ededed;
        padding: 20px 0;
    }
    .con_addcon {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .con_addcon span {
        color: var(--main-color);
        font-size: 25px;
        display: block;
        margin-right: 20px;
    }
    .con_addcon input {
        display: block;
        width: 75%;
        font-size: 18px;
        color: var(--main-color-555);
        padding-left: 15px;
        outline: none;
        border: none;
        background: transparent;
    }
    .con_addcon a {
        display: block;
        width: 190px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        color: #887351;
        font-size: 15px;
        background-color: #d7cdbe;
    }
    .con6 {
        padding: 100px 0;
    }
    .con6con {
        max-width: 1500px;
        margin: 0 auto;
    }
    .con6con img {
       /* height: 45px;*/
        display: block;
        margin: 0 auto;
        margin-bottom: 45px;
		    max-width: 1500px;
    }
    .con6con p {
        font-size: 20px;
        color: var(--main-color-555);
        text-align: center;
        line-height: 30px;
		font-weight: bold;
    }
}

@media only screen and (max-width: 996px) {
    .con6 {
        padding: 50px 15px;
    }
    .con6con {
        margin: 0 auto;
    }
    .con6con img {
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .con6con p {
        font-size: 14px;
        color: var(--main-color-555);
        text-align: center;
        line-height: 30px;
    }
    .con4 {
        padding: 30px 15px;
    }
    .con4con {
        margin: 0 auto;
    }
    .con_title {
        margin-bottom: 40px;
    }
    .con_title strong {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 22px;
    }
    .con_title p {
        text-align: center;
        color: var(--main-color-333);
        font-size: 18px;
        margin-top: 10px;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4con ul li {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        cursor: pointer;
    }
    .con4con ul li img {
        width: 100%;
        object-fit: cover;
    }
    .propos {
        position: absolute;
        bottom: 30px;
        background: rgba(255, 255, 255, .7);
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        padding: 20px 15px;
    }
    .propos h1 {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 22px;
        font-weight: normal;
        text-align: center;
    }
    .con_add {
        width: 100%;
        background-color: #ededed;
        padding: 20px 10px;
    }
    .con_addcon {
        flex-wrap: wrap;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .con_addcon span {
        color: var(--main-color);
        font-size: 20px;
        width: 100%;
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    .con_addcon input {
        display: block;
        width: 100%;
        font-size: 14px;
        color: var(--main-color-555);
        padding-left: 15px;
        outline: none;
        height: 35px;
        border: none;
        text-align: center;
        background: transparent;
        border-bottom: 1px solid #ccc;
    }
    .con_addcon a {
        display: block;
        width: 150px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #887351;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 15px;
        background-color: #d7cdbe;
    }
    body {
        background-color: #fcf8f4;
    }
    .con_titleho {
        width: 100%;
        text-align: center;
        color: var(--main-color-white);
        font-size: 20px;
        margin-bottom: 30px;
    }
    .aboutus4 {
        padding: 30px 15px;
        background-image: url(../images/honor.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }
    .aboutus4con {
        margin: 0 auto;
    }
    .mySwiper_honor {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .mySwiper_honor .swiper-slide {
        background-color: var(--main-color-white);
    }
    .mySwiper_honor img {
        width: 100%;
        height: 250px;
        object-fit: contain;
    }
    .mySwiper_honor p {
        height: 35px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-align: center;
        font-size: 14px;
        background-color: var(--main-color-white);
        line-height: 35px;
    }
    .mySwiper_honor .swiper-pagination-bullet {
        width: 40px;
        height: 4px;
        background-color: var(--main-color-white);
        border-radius: 0;
    }
    .con3 {
        width: 100%;
        padding: 0;
    }
    .con3con {
        padding: 0;
        width: 100%;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con3con ul li {
        width: 50%;
        position: relative;
    }
    .con3con ul li:nth-child(5n) {
        width: 100% !important;
    }
    .con3con ul li>img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .con3pos {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
    }
    .con3pos img {
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 auto;
    }
    .con3pos h1 {
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
        text-align: center;
        margin-top: 20px;
    }
    .con3pos p {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        margin-top: 5px;
    }
    .con3pos .line {
        width: 30px;
        height: 1px;
        background-color: var(--main-color-white);
        margin-top: 15px;
    }
    .con2 {
        padding: 30px 15px;
    }
    .con2con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
    }
    .con2left {
        width: 100%;
        margin-top: 25px;
    }
    .con2left h1 {
        color: #636363;
        font-size: 20px;
        font-weight: normal;
    }
    .con2left strong {
        display: block;
        position: relative;
        color: var(--main-color);
        margin-top: 5px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .con2left strong::after {
        position: absolute;
        content: '';
        bottom: -10px;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: var(--main-color);
    }
    .con2left p {
        font-size: 14px;
        color: var(--main-color-999);
        line-height: 30px;
    }
    .con2right {
        width: 100%;
    }
    .con2right img {
        width: 100%;
    }
    .more {
        width: 150px;
        font-size: 14px;
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 0 auto;
        margin-top: 20px;
    }
    .more0 {
        margin: inherit;
        margin-top: 20px;
    }
    .con1 {
        padding: 30px 15px;
    }
    .con1con {
        margin: 0 auto;
    }
    .mumping_mun {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mumping_mun li {
        width: 50%;
        padding: 20px;
    }
    .mumping_mun li p {
        text-align: center;
        font-size: 14px;
        color: var(--main-color);
    }
    .mun_top {
        display: flex;
        justify-content: center;
    }
    .mun_top h2 {
        font-size: 25px;
        color: #6f6f6f;
        font-weight: normal;
    }
    .mun_top span {
        color: #6f6f6f;
        font-size: 14px;
    }
    .foot {
        width: 100%;
        padding: 30px 15px;
        background-color: #333333;
        display: none;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footeritem {
        width: 100%;
        margin-bottom: 25px;
    }
    .footeritem>strong {
        font-size: 18px;
        color: var(--main-color-white);
        font-weight: 100;
        display: block;
        margin-bottom: 30px;
        position: relative;
    }
    .footeritem>strong::after {
        width: 70px;
        height: 3px;
        background-color: var(--main-color);
        content: '';
        position: absolute;
        bottom: -13px;
        left: 0;
    }
    .footeritem1 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .footeritem1 ul li img {
        width: 20px;
        display: block;
        margin-right: 10px;
        height: 20px;
        object-fit: contain;
    }
    .footeritem1 ul li span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem2 ul {
        display: flex;
        align-items: center;
    }
    .footeritem2 ul li {
        width: 31%;
        margin-right: 2%;
    }
    .footeritem2 ul li img {
        width: 100%;
    }
    .footeritem2 ul li p {
        text-align: center;
        margin: 10px 0;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem3 ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footeritem3 ul li {
        width: 50%;
    }
    .footeritem3 ul li a {
        color: var(--main-color-white);
        font-size: 14px;
        margin-bottom: 25px;
        display: block;
    }
    .inside {
        padding: 15px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
    .inbanner strong {
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .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);
    }
    .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-666);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 40px;
    }
    .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;
    }
    .mb_right {
        display: flex;
        align-items: center;
    }
    .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;
    }
}