    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: '';
    }
    
    body {
        overflow-x: hidden !important;
    }
    
    ul li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    img {
        vertical-align: top;
        outline-width: 0ch;
    }
    
     :root {
        --main-color: #ca9c46;
        --main-color1: #d32329;
        --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;
            transition: var(--main-transition);
            height: 80px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            background-color: #fff;
        }
        .pcheader {
            max-width: 1600px;
            margin: 0 auto;
            transition: var(--main-transition);
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 80px;
        }
        .head_Right {
            display: flex;
            align-items: center;
        }
        .head_Right .search {
            margin-left: 100px;
        }
        .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:hover .first_a {
                color: #edaa3a;
            }
        .pcnav>li>a {
            display: block;
            height: 80px;
            line-height: 80px;
            font-size: 16px;
            transition: var(--main-transition);
            color: #000;
            padding: 0 20px;
            font-weight: bold;
        }
        .pc_sec_nav {
            position: absolute;
            top: 120%;
            left: 0;
            width: 250px;
            background-color: var(--main-color-white);
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .pc_sec_item {
            border-bottom: 1px dashed #ddd;
        }
        .pc_sec_item a {
            color: var(--main-color-666);
            font-size: 15px;
            font-weight: bold;
            display: block;
            padding: 10px 30px;
            transition: var(--main-transition);
        }
        .pcnav li:hover .pc_sec_nav {
            top: 100% !important;
            opacity: 1 !important;
            visibility: visible !important;
            color: #b786b5;
        }
        .pc_sec_item:hover .pc_third_nav {
            top: 0 !important;
            opacity: 1 !important;
            visibility: visible !important;
        }
        .pc_sec_item:hover .second_a {
            color: #edaa3a !important;
        }
        .third_a:hover {
            color: #b786b5 !important;
        }
        .pc_sec_item {
            position: relative;
        }
        .pc_third_nav {
            position: absolute;
            left: 100%;
            top: 20%;
            z-index: 998;
            width: 250px;
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .third_a {
            border-bottom: 1px dashed #ddd;
        }
        .third_a {
            color: var(--main-color-666);
            background-color: var(--main-color-white);
        }
        .head_transform {
            max-width: 90% !important;
            height: 72px !important;
        }
        .header_transform {
            background-color: #b786b5 !important;
            height: 72px !important;
        }
        .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 {
            max-width: 1300px;
            margin: 0 auto;
            padding: 15px 0;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .inbanner {
            width: 100%;
            height: 300px;
            background-image: url(../images/inbanner.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 80px;
        }
        .inbanner strong {
            display: block;
            color: var(--main-color-white);
            font-size: 30px;
            font-weight: normal;
        }
        .search {
            color: var(--main-color-white);
            cursor: pointer;
        }
        .cover {
            width: 30%;
            height: 100%;
            position: fixed;
            left: -1005%;
            top: 0;
            background: rgba(0, 0, 0, .8);
            z-index: 99999;
            transition: var(--main-transition);
        }
        .covershow {
            left: 0 !important;
        }
        .searchshow {
            right: 0 !important;
        }
        .sou {
            position: fixed;
            transition: var(--main-transition);
            top: 0;
            width: 70%;
            height: 100%;
            right: -70%;
            display: flex;
            justify-content: space-between;
            z-index: 9999;
        }
        .souleft {
            width: 100px;
            background-color: #b786b5;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .souright {
            flex: 1;
            padding: 10%;
            background-color: var(--main-color-white);
        }
        .souright h1 {
            color: #b786b5;
            font-size: 40px;
            margin-bottom: 35px;
        }
        .close {
            cursor: pointer;
            transition: var(--main-transition);
        }
        .close:hover {
            transform: rotate(360deg);
        }
        .inp {
            position: relative;
        }
        .go {
            position: absolute;
            right: 0;
            top: 0;
        }
        .souright input {
            display: block;
            width: 100%;
            height: 45px;
            border: none;
            outline: none;
            font-size: 20px;
            color: var(--main-color-222);
            border-bottom: 1px solid #e0e0e0;
        }
        .con1 {
            padding: 80px 0;
            width: 100%;
            background-color: #eaeaea;
        }
        .con1con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .con1item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-bottom: 50px;
        }
        .con1itemleft {
            width: 48%;
        }
        .con1itemleft strong {
            font-size: 40px;
            color: #000;
            margin-bottom: 45px;
            display: block;
        }
        .con1itemleft p {
            color: #000;
            font-size: 18px;
        }
        .con1itemleft a {
            display: block;
            margin-top: 35px;
            width: 220px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: var(--main-color-white);
            background-color: #ca9b4a;
        }
        .con1itemright {
            width: 48%;
        }
        .con1itemright a img {
            width: 100%;
        }
        .con2 {
            padding: 80px 0;
            background-color: #fff;
        }
        .con2con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .contitle {
            font-size: 40px;
            color: var(--main-color-white);
            text-align: center;
            margin-bottom: 30px;
        }
        .con2con img {
            width: 100%;
        }
        .con3 {
            padding: 80px 0;
            width: 100%;
            background-color: #edaa3a;
        }
        .con3con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .con3con ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .con3con ul li {
            width: 23%;
        }
        .con3con ul li img {
            width: 110px;
            height: 110px;
            object-fit: contain;
            display: block;
            margin: 0 auto;
        }
        .con3con ul li p {
            font-size: 20px;
            margin: 20px 0;
            color: var(--main-color-white);
            text-align: center;
        }
        .con3con ul li span {
            color: var(--main-color-white);
            opacity: .8;
            text-align: center;
            line-height: 25px;
            display: block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }
        .con4 {
            padding: 80px 0;
            background-color: #ca9b4a;
        }
        .con4con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .con4box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con4boxleft {
            width: 60%;
        }
        .con4boxright {
            width: 30%;
        }
        .con4boxleft p {
            color: var(--main-color-white);
            font-size: 18px;
            line-height: 35px;
        }
        .con4boxleft img {
            width: 100%;
            margin-top: 20px;
        }
        .con4boxright ul li p {
            color: var(--main-color-white);
        }
        .con4boxright ul li {
            margin-bottom: 30px;
        }
        .con4boxright ul li h2 {
            color: #b786b5;
            font-size: 65px;
        }
        .con4boxright ul li span {
            color: #b786b5;
        }
        .mun_top {
            position: relative;
            display: flex;
        }
        .mun_top span {
            margin-left: 5px;
            font-size: 20px;
            font-weight: bold;
        }
        #myVideo {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }
        .foot {
            width: 100%;
            padding: 50px 0;
            background-color: #cda35a;
        }
        .footer {
            max-width: 1300px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
        .footeritem {
            /* flex: 1; */
            padding: 0 20px;
        }
        .footeritem strong {
            display: block;
            font-size: 20px;
            color: var(--main-color-white);
            margin-bottom: 15px;
        }
        .footeritem ul li {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        .footeritem ul li i {
            color: var(--main-color-white);
            font-size: 15px;
            width: 15px;
        }
        .footeritem ul li span {
            color: var(--main-color-white);
            padding-left: 15px;
            font-size: 14px;
            display: block;
        }
        .f_fnav {
            flex: 1;
            display: flex;
            padding-left: 30px;
            justify-content: space-between;
        }
        .link {
            margin-top: 20px;
        }
        .link a {
            color: var(--main-color-white);
            margin-right: 10px;
        }
        .link_nav a {
            color: var(--main-color-white);
            font-size: 15px;
            display: block;
            margin-bottom: 10px;
        }
        .aboutus1 {
            width: 100%;
            padding-top: 15px;
            padding-bottom: 60px;
        }
        .aboutus1con {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
        .aboutus1left {
            width: 48%;
        }
        .aboutus1left strong {
            color: #b786b5;
            font-size: 40px;
            display: block;
            margin-bottom: 20px;
        }
        .aboutus1left p {
            font-size: 16px;
            line-height: 30px;
            color: var(--main-color-333);
        }
        .aboutus1right {
            width: 48%;
        }
        .aboutus1right img {
            width: 100%;
        }
        .aboutus2 {
            padding: 60px 0;
            background-image: url(../images/bg.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .aboutus2con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .aboutus2con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .aboutus2con ul li {
            width: calc((100% - 100px) / 3);
            margin-right: 50px;
            margin-bottom: 50px;
            padding: 25px;
            background-color: #b786b5;
            box-shadow: var(--main-shadow);
            border-radius: 4px;
        }
        .aboutus2con ul li strong {
            display: block;
            font-weight: normal;
            color: var(--main-color-white);
            font-size: 30px;
            margin-bottom: 15px;
        }
        .aboutus2con ul li p {
            color: var(--main-color-white);
            line-height: 25px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }
        .aboutus2con ul li:nth-child(3n) {
            margin-right: 0;
        }
        .aboutus3 {
            padding: 60px 0;
        }
        .aboutus3con {
            max-width: 1300px;
            margin: 0 auto;
        }
        .aboutus3con .contitle {
            color: #b786b5;
        }
        .honormySwiper {
            width: 100%;
            padding-bottom: 80px !important;
        }
        .honormySwiper img {
            width: 100%;
            padding: 5px;
            height: 200px;
            object-fit: cover;
            border: 1px solid #e9e9e9;
        }
        .honormySwiper .swiper-pagination-bullet {
            width: 35px;
            height: 5px;
            border-radius: 0 !important;
        }
        .honormySwiper .swiper-pagination-bullet-active {
            background-color: #b786b5;
        }
        .lic {
            padding: 40px;
            background-color: var(--main-color-white);
            max-width: 1300px;
            margin: 0 auto;
            position: relative;
        }
        .lic::after {
            position: absolute;
            content: '';
            top: 0;
            width: 2px;
            height: 100%;
            left: 50%;
            background-color: var(--main-color-222);
            transform: translateX(-50%);
        }
        .lic_item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
        }
        .li_left {
            width: 45%;
            border: 1px solid #c9c9c9;
            display: flex;
            align-items: center;
            padding: 20px;
        }
        .li_left img {
            width: 65px;
        }
        .li_left_txt p {
            font-size: 20px;
            color: var(--main-color-222);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .li_left_txt span {
            display: block;
            margin-top: 10px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 25px;
            color: var(--main-color-333);
            font-size: 15px;
        }
        .li_right {
            width: 45%;
            border: 1px solid #c9c9c9;
            padding: 20px;
        }
        .li_right strong {
            display: block;
            font-weight: bold;
            color: var(--main-color-222);
            display: block;
            margin-bottom: 10px;
            text-align: center;
            font-size: 28px;
        }
        .li_left_txt {
            padding-left: 10px;
        }
        .li_right h3 {
            color: var(--main-color-222);
            font-weight: normal;
            color: var(--main-color-222);
            text-align: center;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            font-size: 14px;
        }
        .li_center {
            width: 10px;
            height: 10px;
            background-color: #000;
            border-radius: 50%;
        }
    }
    
    @media only screen and (max-width: 996px) {
        .lic {
            padding: 20px;
            background-color: var(--main-color-white);
            margin: 0 auto;
            position: relative;
        }
        .lic_item {
            margin-bottom: 50px;
        }
        .li_left {
            width: 100%;
            border: 1px solid #c9c9c9;
            padding: 20px;
        }
        .li_left img {
            width: 65px !important;
            display: block;
            margin: 0 auto;
        }
        .li_left_txt p {
            font-size: 20px;
            color: var(--main-color-222);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .li_left_txt span {
            display: block;
            margin-top: 10px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 25px;
            color: var(--main-color-333);
            font-size: 15px;
        }
        .li_right {
            width: 100%;
            border: 1px solid #c9c9c9;
            padding: 20px;
        }
        .li_right strong {
            display: block;
            font-weight: bold;
            color: var(--main-color-222);
            display: block;
            margin-bottom: 10px;
            text-align: center;
            font-size: 28px;
        }
        .li_left_txt {
            padding-left: 10px;
        }
        .li_right h3 {
            color: var(--main-color-222);
            font-weight: normal;
            color: var(--main-color-222);
            text-align: center;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            font-size: 14px;
        }
        .li_center {
            width: 10px;
            height: 10px;
            background-color: #000;
            border-radius: 50%;
            margin: 20px auto;
        }
        .aboutus3 {
            padding: 30px 15px;
        }
        .aboutus3con {
            margin: 0 auto;
        }
        .aboutus3con .contitle {
            color: #b786b5;
        }
        .honormySwiper {
            width: 100%;
            padding-bottom: 50px !important;
        }
        .honormySwiper img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            padding: 5px;
            border: 1px solid #e9e9e9;
        }
        .honormySwiper .swiper-pagination-bullet {
            width: 35px;
            height: 5px;
            border-radius: 0 !important;
        }
        .honormySwiper .swiper-pagination-bullet-active {
            background-color: #b786b5;
        }
        .aboutus2 {
            padding: 30px 15px;
            background-image: url(../images/bg.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .aboutus2con {
            margin: 0 auto;
        }
        .aboutus2con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .aboutus2con ul li {
            width: 100%;
            margin-bottom: 20px;
            padding: 25px;
            background-color: #b786b5;
            box-shadow: var(--main-shadow);
            border-radius: 4px;
        }
        .aboutus2con ul li strong {
            display: block;
            font-weight: normal;
            color: var(--main-color-white);
            font-size: 20px;
            margin-bottom: 15px;
        }
        .aboutus2con ul li p {
            color: var(--main-color-white);
            line-height: 25px;
            width: 100%;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }
        .aboutus2con ul li:nth-child(3n) {
            margin-right: 0;
        }
        .aboutus1 {
            width: 100%;
            padding: 30px 15px;
        }
        .aboutus1con {
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            flex-direction: column-reverse;
        }
        .aboutus1left {
            width: 100%;
        }
        .aboutus1left strong {
            color: #b786b5;
            font-size: 25px;
            display: block;
            margin-bottom: 15px;
        }
        .aboutus1left p {
            font-size: 16px;
            line-height: 30px;
            color: var(--main-color-333);
        }
        .aboutus1right {
            width: 100%;
            margin-bottom: 20px;
        }
        .aboutus1right img {
            width: 100%;
        }
        .foot {
            width: 100%;
            padding: 30px 15px;
            background-color: #000;
        }
        .footer {
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .footeritem {
            width: 100%;
            margin-bottom: 30px;
        }
        .footeritem strong {
            display: block;
            font-size: 20px;
            color: var(--main-color-white);
            cursor: pointer;
        }
        .tactlink strong {
            display: block;
            margin-bottom: 20px;
        }
        .f_fnav {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }
        .link_nav {
            margin-bottom: 10px;
            width: 25%;
        }
        .footeritem ul li {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        .footeritem ul li i {
            color: var(--main-color-white);
            font-size: 15px;
            width: 15px;
        }
        .footeritem ul li span {
            color: var(--main-color-white);
            padding-left: 15px;
            font-size: 14px;
            display: block;
        }
        .link {
            margin-top: 20px;
        }
        .link a {
            color: var(--main-color-white);
            margin-right: 10px;
        }
        .link_nav a {
            color: var(--main-color-white);
            font-size: 15px;
            display: block;
            margin-bottom: 10px;
            display: none;
        }
        #myVideo {
            width: 100%;
        }
        .con4 {
            padding: 30px 15px;
            background-color: #edaa3a;
        }
        .con4con {
            margin: 0 auto;
        }
        .con4box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con4boxleft {
            width: 100%;
            margin-bottom: 30px;
        }
        .con4boxright {
            width: 100%;
        }
        .con4boxleft p {
            color: var(--main-color-white);
            font-size: 18px;
            line-height: 35px;
        }
        .con4boxleft img {
            width: 100%;
            margin-top: 20px;
        }
        .con4boxright ul li p {
            color: var(--main-color-white);
        }
        .con4boxright ul li {
            margin-bottom: 30px;
            text-align: center;
            width: 48%;
        }
        .con4boxright ul li h2 {
            color: #b786b5;
            font-size: 25px;
        }
        .con4boxright ul li span {
            color: #b786b5;
        }
        .mumping_mun {
            display: flex;
            flex-wrap: wrap;
        }
        .mun_top {
            position: relative;
            display: flex;
            justify-content: center;
        }
        .mun_top span {
            margin-left: 5px;
            font-size: 20px;
            font-weight: bold;
        }
        .con3 {
            padding: 30px 15px;
            width: 100%;
            background-color: #edaa3a;
        }
        .con3con {
            margin: 0 auto;
        }
        .con3con ul {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }
        .con3con ul li {
            width: 100%;
            margin-bottom: 25px;
        }
        .con3con ul li img {
            width: 110px;
            height: 110px;
            object-fit: contain;
            display: block;
            margin: 0 auto;
        }
        .con3con ul li p {
            font-size: 20px;
            margin: 20px 0;
            color: var(--main-color-white);
            text-align: center;
        }
        .con3con ul li span {
            color: var(--main-color-white);
            opacity: .8;
            text-align: center;
            line-height: 25px;
            display: block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }
        .con2 {
            padding: 30px 15px;
            background-color: #fff;
        }
        .con2con {
            margin: 0 auto;
        }
        .contitle {
            font-size: 25px;
            color: #000;
            text-align: center;
            margin-bottom: 20px;
        }
        .con2con img {
            width: 100%;
        }
        .con1 {
            padding: 30px 15px;
            width: 100%;
            background-color: #e4e4e4;
        }
        .con1con {
            margin: 0 auto;
        }
        .con1item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-bottom: 50px;
            flex-direction: column-reverse;
        }
        .con1itemleft {
            width: 100%;
        }
            .con1itemleft strong {
                font-size: 25px;
                color: #000000;
                margin-bottom: 20px;
                display: block;
                text-align: center;
            }
            .con1itemleft p {
                color: #000000;
                font-size: 16px;
                text-align: center;
            }
        .con1itemleft a {
            display: block;
            margin: 0 auto;
            margin-top: 35px;
            width: 200px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
            background-color: #ca9c46;
        }
        .con1itemright {
            width: 100%;
            margin-bottom: 20px;
        }
        .con1itemright a img {
            width: 100%;
        }
        .cover {
            display: none;
        }
        .sou {
            display: none;
        }
        .inbanner {
            width: 100%;
            height: 200px;
            background-image: url(../images/inbanner.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            margin-top: 60px;
            align-items: center;
            justify-content: center;
        }
        .inbanner strong {
            display: block;
            color: #b786b5;
            font-size: 25px;
            font-weight: normal;
        }
        .inside {
            margin: 0 auto;
            padding: 15px;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .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-white);
            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: #fff;
            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;
        }
    }