    * {
        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: #c8a358;
        --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) {
        .ml_mb_head {
            display: none;
        }
        .ml_mb_nav {
            display: none;
        }
        .inside {
            max-width: 1450px;
            margin: 0 auto;
            padding: 15px 0;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .inbanner {
            margin: 0 auto;
            height: 300px;
            background-image: url(../images/inbanner.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .inbanner strong {
            display: block;
            color: var(--main-color-white);
            font-size: 30px;
            font-weight: normal;
        }
        .index_swiper {
            width: 100%;
            height: 100vh;
        }
        .index_swiper .section {
            width: 100%;
            height: 100vh;
        }
        .index_banner_pc {
            width: 100%;
            height: 100%;
        }
        .index_banner_pc img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .index_banner_mb {
            display: none;
        }
        .index_banner_pc .swiper-slide {
            position: relative;
        }
        .bannerpos {
            padding: 0 10%;
            width: 100%;
            height: 100%;
            position: absolute;
            flex-direction: column;
            top: 0;
            left: 0;
            z-index: 10;
            justify-content: center;
            display: flex;
        }
        .bannerpos h1 {
            font-size: 50px;
            text-align: center;
            color: var(--main-color-white);
            font-weight: normal;
        }
        .bannerpos a {
            margin: 0 auto;
            display: block;
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
            background-color: var(--main-color);
            border-radius: 40px;
            margin-top: 30px;
        }
        .index_banner_page .swiper-pagination-bullet {
            width: 15px;
            height: 15px;
            background-color: var(--main-color-white);
        }
        .index_banner_page .swiper-pagination-bullet-active {
            background-color: var(--main-color);
        }
        .slide_section2 {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .section2 {
            position: relative;
            padding: 0 12%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .title_str1 {
            display: block;
            color: var(--main-color-white);
            font-size: 30px;
            font-weight: 200;
        }
        .section2 img {
            width: 65px;
            height: auto;
            display: block;
            margin-bottom: 15px;
        }
        .section2 p {
            font-size: 14px;
            line-height: 30px;
            color: var(--main-color-white);
            max-width: 510px;
        }
        .more {
            display: block;
            width: 140px;
            height: 42px;
            color: var(--main-color-white);
            background-color: var(--main-color);
            font-size: 14px;
            line-height: 42px;
            border-radius: 40px;
            text-align: center;
            margin-top: 30px;
        }
        .slide_section3 {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .section3 {
            display: flex;
            width: 100%;
            height: 100%;
            flex-direction: column;
            justify-content: center;
            padding: 0 12%;
        }
        .con_title {
            width: 100%;
            margin-bottom: 30px;
        }
        .con_title strong {
            display: block;
            text-align: center;
            color: var(--main-color-white);
            font-size: 30px;
            font-weight: 200;
        }
        .con_title img {
            width: 60px !important;
            height: auto;
            display: block;
            margin: 0 auto;
        }
        .section3 ul {
            display: flex;
            flex-wrap: wrap;
        }
        .section3 ul li {
            cursor: pointer;
            width: calc((100% - 60px) / 4);
            margin-right: 20px;
            margin-bottom: 20px;
        }
        .section3 ul li:nth-child(4n) {
            margin-right: 0;
        }
        .section3 ul li:hover img {
            transform: scale(1.1);
        }
        .section3 .more {
            margin: 0 auto;
            margin-top: 30px;
        }
        .section3 ul li p {
            background-color: var(--main-color);
            color: var(--main-color-white);
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            text-align: center;
            font-size: 15px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .sec3box {
            overflow: hidden;
            width: 100%;
        }
        .section3 ul li img {
            width: 100%;
            transition: var(--main-transition);
            height: 200px;
            object-fit: cover;
        }
        .section4 {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 12%;
        }
        .section5 {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 12%;
        }
        .section6 {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 12%;
        }
        .index_page .swiper-pagination-bullet {
            width: 15px;
            background-color: var(--main-color);
            height: 15px;
            transition: var(--main-transition);
            margin: 15px 0 !important;
        }
        .index_page .swiper-pagination-bullet-active {
            transform: scale(1.5);
        }
        .index_page {
            right: 40px !important;
        }
        .pchead {
            height: 75px;
            width: 100%;
            position: fixed;
            /* background-color: var(--main-color); */
            top: 0;
            left: 0;
            z-index: 999;
        }
        .pcheader {
            max-width: 1450px;
            margin: 0 auto;
            height: 75px;
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .pclogo img {
            height: 60px;
        }
        .header_right {
            display: flex;
            align-items: center;
        }
        .pcnav {
            display: flex;
            align-items: center;
            margin-right: 30px;
        }
        .header_right i {
            color: var(--main-color-222);
            cursor: pointer;
        }
        .pcnav>li>a {
            display: block;
            color: var(--main-color-white);
            font-size: 15px;
            padding: 0 20px;
            height: 75px;
            line-height: 75px;
        }
        .searchpc {
            color: var(--main-color-white);
        }
        .pos_nav {
            position: fixed;
            top: 75px;
            width: 100%;
            background-color: var(--main-color-white);
            padding: 20px;
            left: 0;
            z-index: 997;
            visibility: hidden;
            opacity: 0;
            transition: var(--main-transition);
            top: 120px;
        }
        .pcnav>li:hover .pos_nav {
            top: 75px !important;
            opacity: 1 !important;
            visibility: visible !important;
        }
        .pos_nav_con {
            max-width: 1450px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
        .pos_nav_left {
            width: 48%;
        }
        .pos_nav_right {
            width: 48%;
        }
        .pos_nav_right img {
            width: 100%;
        }
        .pos_nav_left ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        .pos_nav_left ul li {
            padding: 0 15px;
            width: calc(100% / 3);
            /* margin-bottom: 20px; */
        }
        .pos_nav_left ul li a {
            display: block;
            color: var(--main-color-222);
            transition: var(--main-transition);
            font-size: 16px;
        }
        .pos_nav_left ul li a:hover {
            color: var(--main-color);
        }
        .pos_nav_left ul li a:hover i {
            margin-right: 10px;
            color: var(--main-color);
        }
        .pos_nav_left ul li a i {
            margin-right: 5px;
            transition: var(--main-transition);
        }
        .copy {
            padding: 15px;
            text-align: center;
            background-color: #404040;
            border-top: 1px solid #6e6e6e;
            font-size: 14px;
        }
        .copycon {
            max-width: 1400px;
            margin: 0 auto;
            color: var(--main-color-white);
        }
        .copycon a {
            font-size: 14px;
            color: var(--main-color-white);
        }
        .section4con {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
        .s4left {
            width: 48%;
        }
        .s4right {
            width: 48%;
        }
        .s4left p {
            font-size: 15px;
            color: var(--main-color-white);
            line-height: 30px;
        }
        .s4right ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .s4right ul li {
            width: 48%;
            padding: 30px;
            background-color: var(--main-color-white);
            border-radius: 5px;
            margin-bottom: 20px;
        }
        .s4right ul li img {
            width: 50px;
            height: 50px;
            display: block;
            margin: 0 auto;
            margin-bottom: 20px;
        }
        .s4right ul li p {
            text-align: center;
            color: var(--main-color-222);
            font-size: 14px;
            font-weight: bold;
        }
        .section5 ul {
            display: flex;
            align-items: center;
        }
        .section5 ul li {
            width: calc((100% - 60px) / 3);
            margin-right: 30px;
            margin-bottom: 30px;
            cursor: pointer;
        }
        .section5 ul li:nth-child(3n) {
            margin-right: 0;
        }
        .section5 .more {
            margin: 0 auto;
        }
        .section5 ul li>a {
            overflow: hidden;
            display: block;
        }
        .section5 ul li img {
            width: 100%;
            height: 250px;
            transition: var(--main-transition);
            object-fit: cover;
        }
        .section5 ul li:hover img {
            transform: scale(1.1);
        }
        .section5 ul li:hover .s5div p {
            color: var(--main-color);
        }
        .s5div {
            padding: 15px;
            background-color: var(--main-color-white);
        }
        .s5div p {
            font-size: 16px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin-bottom: 10px;
            color: var(--main-color-222);
        }
        .s5div span {
            display: block;
            line-height: 25px;
            color: var(--main-color-888);
            font-size: 14px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 10px;
        }
        .s5div a {
            color: var(--main-color);
            font-size: 14px;
        }
        .section7 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
        }
        .s7left {
            width: 48%;
        }
        .s7left p {
            max-width: 100% !important;
        }
        .s7right {
            width: 48%;
        }
        .s7right ul {
            display: flex;
            flex-wrap: wrap;
        }
        .s7right ul li {
            width: calc((100% - 40px) / 5);
            margin-right: 10px;
            margin-bottom: 10px;
        }
        .s7right ul li:nth-child(5n) {
            margin-right: 0;
        }
        .s7right ul li img {
            width: 100%;
            height: 200px;
            object-fit: contain;
        }
        .section6con {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 1450px;
            margin: 0 auto;
        }
        .s6left {
            width: 48%;
        }
        .s6right {
            width: 48%;
        }
        .s6right {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .s6right input {
            width: 48%;
            display: block;
            height: 40px;
            padding-left: 15px;
            border-radius: 4px;
            outline: none;
            border: none;
            margin-bottom: 20px;
        }
        .s6right textarea {
            width: 100%;
            display: block;
            height: 100px;
            padding-left: 15px;
            border-radius: 4px;
            padding-top: 15px;
            outline: none;
            margin-bottom: 20px;
            border: none;
        }
        .s6right .sub {
            width: 100%;
            height: 40px;
            border-radius: 4px;
            background-color: var(--main-color);
            font-size: 14px;
            text-align: center;
            line-height: 40px;
            color: var(--main-color-white);
        }
        .s6left strong {
            display: block;
            color: var(--main-color-white);
            font-size: 25px;
            font-weight: 200;
        }
        .s6left .tt_img {
            width: 65px;
            display: block;
            margin-bottom: 30px;
        }
        .s6left ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
        }
        .icon_box {
            width: 58px;
            height: 58px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 4px solid #bcb7b9;
            background-color: var(--main-color-white);
        }
        .info_box {
            flex: 1;
            padding-left: 15px;
        }
        .info_box p {
            color: var(--main-color-white);
            font-size: 14px;
            margin-bottom: 4px;
        }
        .info_box span {
            font-size: 20px;
            color: var(--main-color-white);
        }
        .aboutus1 {
            width: 100%;
            padding-top: 15px;
            margin-bottom: 50px;
        }
        .aboutus1con {
            max-width: 1450px;
            margin: 0 auto;
        }
        .abtitle strong {
            display: block;
            font-size: 20px;
            text-align: center;
            color: var(--main-color-333);
            margin-bottom: 10px;
        }
        .abtitle {
            margin-bottom: 30px;
        }
        .abtitle img {
            width: 65px;
            margin: 0 auto;
            display: block;
        }
        .txt_p p {
            font-size: 15px;
            color: var(--main-color-333);
            line-height: 30px;
        }
        .aboutus1con ul {
            display: flex;
            flex-wrap: wrap;
            margin-top: 40px;
        }
        .aboutus1con ul li {
            width: calc((100% - 150px) / 4);
            margin-right: 50px;
            margin-bottom: 20px;
        }
        .aboutus1con ul li:nth-child(4n) {
            margin-right: 0;
        }
        .aboutus1con ul li img {
            width: 48px;
            display: block;
            margin: 0 auto;
        }
        .aboutus1con ul li p {
            font-size: 17px;
            text-align: center;
            margin: 10px 0;
            font-weight: bold;
            width: 100%;
        }
        .aboutus1con ul li span {
            color: #5a5a5a;
            font-size: 13px;
            line-height: 25px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            display: block;
            text-align: center;
        }
        .aboutus2 {
            width: 100%;
            padding: 50px 0;
        }
        .aboutus2con {
            max-width: 1200px;
            margin: 0 auto;
        }
        .aboutus2con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .aboutus2con ul li {
            width: calc((100% - 60px) / 4);
            margin-right: 20px;
            margin-bottom: 20px;
        }
        .aboutus2con ul li:nth-child(4n) {
            margin-right: 0;
        }
        .aboutus2con ul li img {
            width: 100%;
        }
        .foot {
            background-color: #404040;
            padding: 50px 0;
        }
    }
    
    @media only screen and (max-width: 996px) {
        .foot {
            background-color: #404040;
        }
        .aboutus1 {
            width: 100%;
            padding: 30px 15px;
        }
        .aboutus1con {
            margin: 0 auto;
        }
        .abtitle strong {
            display: block;
            font-size: 20px;
            text-align: center;
            color: var(--main-color-333);
            margin-bottom: 10px;
        }
        .abtitle {
            margin-bottom: 20px;
        }
        .abtitle img {
            width: 65px;
            margin: 0 auto;
            display: block;
        }
        .txt_p p {
            font-size: 14px;
            color: var(--main-color-333);
            line-height: 30px;
        }
        .aboutus1con ul {
            display: flex;
            flex-wrap: wrap;
            margin-top: 40px;
            justify-content: space-between;
        }
        .aboutus1con ul li {
            width: 48%;
            margin-bottom: 20px;
        }
        .aboutus1con ul li img {
            width: 48px;
            display: block;
            margin: 0 auto;
        }
        .aboutus1con ul li p {
            font-size: 15px;
            text-align: center;
            margin: 5px 0;
            font-weight: bold;
            width: 100%;
        }
        .aboutus1con ul li span {
            color: #5a5a5a;
            font-size: 13px;
            line-height: 25px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            display: block;
            text-align: center;
        }
        .aboutus2 {
            width: 100%;
            padding: 30px 15px;
        }
        .aboutus2con {
            margin: 0 auto;
        }
        .aboutus2con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .aboutus2con ul li {
            width: 48%;
            margin-bottom: 20px;
        }
        .aboutus2con ul li:nth-child(4n) {
            margin-right: 0;
        }
        .aboutus2con ul li img {
            width: 100%;
        }
        .section6con {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
            margin: 0 auto;
            padding: 30px 15px;
        }
        .s6left {
            width: 100%;
        }
        .s6right {
            width: 100%;
        }
        .s6right {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .s6right input {
            width: 100%;
            display: block;
            height: 40px;
            padding-left: 15px;
            border-radius: 4px;
            outline: none;
            border: none;
            margin-bottom: 15px;
        }
        .s6right textarea {
            width: 100%;
            display: block;
            height: 100px;
            padding-left: 15px;
            border-radius: 4px;
            padding-top: 15px;
            outline: none;
            margin-bottom: 15px;
            border: none;
        }
        .s6right .sub {
            width: 100%;
            height: 40px;
            border-radius: 4px;
            background-color: var(--main-color);
            font-size: 14px;
            text-align: center;
            line-height: 40px;
            color: var(--main-color-white);
        }
        .s6left strong {
            display: block;
            color: var(--main-color-white);
            font-size: 25px;
            font-weight: 200;
        }
        .s6left .tt_img {
            width: 65px !important;
            height: auto !important;
            display: block;
            margin-bottom: 30px;
        }
        .s6left ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .icon_box {
            width: 58px;
            height: 58px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 4px solid #bcb7b9;
            background-color: var(--main-color-white);
        }
        .icon_box img {
            width: 20px !important;
            height: 20px !important;
        }
        .info_box {
            flex: 1;
            padding-left: 15px;
        }
        .info_box p {
            color: var(--main-color-white);
            font-size: 14px;
            margin-bottom: 4px;
        }
        .info_box span {
            font-size: 14px;
            color: var(--main-color-white);
        }
        .section7 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
        }
        .s7left {
            width: 100%;
            margin-bottom: 30px;
        }
        .s7left p {
            max-width: 100% !important;
        }
        .s7right {
            width: 100%;
        }
        .s7right ul {
            display: flex;
            flex-wrap: wrap;
        }
        .s7right ul li {
            width: calc((100% - 30px) / 4);
            margin-right: 10px;
            margin-bottom: 20px;
        }
        .s7right ul li:nth-child(4n) {
            margin-right: 0;
        }
        .s7right ul li img {
            width: 100%;
            height: 75px;
            object-fit: contain;
        }
        .section5 ul {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .section5 ul li {
            width: 100%;
            margin-bottom: 30px;
            cursor: pointer;
        }
        .section5 .more {
            margin: 0 auto;
        }
        .section5 ul li>a {
            overflow: hidden;
            display: block;
        }
        .section5 ul li img {
            width: 100%;
            height: 200px;
            transition: var(--main-transition);
        }
        .section5 ul li:hover img {
            transform: scale(1.1);
        }
        .section5 ul li:hover .s5div p {
            color: var(--main-color);
        }
        .s5div {
            padding: 15px;
            background-color: var(--main-color-white);
        }
        .s5div p {
            font-size: 16px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin-bottom: 10px;
            color: var(--main-color-222);
        }
        .s5div span {
            display: block;
            line-height: 25px;
            color: var(--main-color-888);
            font-size: 14px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-bottom: 10px;
        }
        .s5div a {
            color: var(--main-color);
            font-size: 14px;
        }
        .section4con {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
        .s4left {
            width: 100%;
            margin-bottom: 25px;
        }
        .s4right {
            width: 100%;
        }
        .s4left p {
            font-size: 15px;
            color: var(--main-color-white);
            line-height: 30px;
        }
        .s4left .more {
            margin: inherit;
            margin-top: 30px;
        }
        .s4right ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .s4right ul li {
            width: 48%;
            padding: 30px;
            background-color: var(--main-color-white);
            border-radius: 5px;
            margin-bottom: 20px;
        }
        .s4right ul li img {
            width: 50px;
            height: 50px;
            display: block;
            margin: 0 auto;
            margin-bottom: 20px;
        }
        .s4right ul li p {
            text-align: center;
            color: var(--main-color-222);
            font-size: 14px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            font-weight: bold;
        }
        .con_title {
            width: 100%;
            margin-bottom: 20px;
        }
        .con_title strong {
            display: block;
            text-align: center;
            color: var(--main-color-white);
            font-size: 25px;
            font-weight: 200;
        }
        .con_title img {
            width: 60px !important;
            height: auto !important;
            display: block;
            margin: 0 auto;
        }
        .section3 ul {
            justify-content: space-between;
            display: flex;
            flex-wrap: wrap;
        }
        .section3 ul li {
            cursor: pointer;
            width: 49%;
            margin-bottom: 20px;
        }
        .section3 ul li:hover img {
            transform: scale(1.1);
        }
        .section3 .more {
            margin: 0 auto;
            margin-top: 30px;
        }
        .section3 ul li p {
            background-color: var(--main-color);
            color: var(--main-color-white);
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            text-align: center;
            font-size: 15px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .sec3box {
            overflow: hidden;
            width: 100%;
        }
        .section3 ul li img {
            width: 100%;
            transition: var(--main-transition);
            height: 120px;
            object-fit: cover;
        }
        .slide_section2 {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .section2 {
            position: relative;
            padding: 30px 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .title_str1 {
            display: block;
            color: var(--main-color-white);
            font-size: 25px;
            font-weight: 200;
        }
        .section2 img {
            width: 65px !important;
            height: auto !important;
            display: block;
            margin-bottom: 15px;
        }
        .section2 p {
            font-size: 14px;
            line-height: 30px;
            color: var(--main-color-white);
        }
        .more {
            display: block;
            width: 140px;
            height: 42px;
            color: var(--main-color-white);
            background-color: var(--main-color);
            font-size: 14px;
            line-height: 42px;
            border-radius: 40px;
            text-align: center;
            margin-top: 30px;
        }
        .copy {
            padding: 15px;
            text-align: center;
            background-color: #404040;
            border-top: 1px solid #6e6e6e;
            font-size: 14px;
            margin-bottom: 60px;
        }
        .copycon {
            max-width: 1400px;
            margin: 0 auto;
            color: var(--main-color-white);
        }
        .copycon a {
            font-size: 14px;
            color: var(--main-color-white);
        }
        .section5 {
            width: 100%;
            padding: 30px 15px;
        }
        .section4 {
            width: 100%;
            padding: 30px 15px;
        }
        .section3 {
            display: flex;
            width: 100%;
            height: 100%;
            flex-direction: column;
            justify-content: center;
            padding: 30px 15px;
        }
        .section2 {
            position: relative;
        }
        .index_swiper>.swiper-wrapper {
            display: block;
        }
        .slide_section1 {
            height: 400px;
        }
        .bannerpos {
            padding: 0 10%;
            width: 100%;
            height: 100%;
            position: absolute;
            flex-direction: column;
            top: 0;
            left: 0;
            z-index: 10;
            justify-content: center;
            display: flex;
        }
        .bannerpos h1 {
            font-size: 30px;
            text-align: center;
            color: var(--main-color-white);
            font-weight: normal;
        }
        .bannerpos a {
            margin: 0 auto;
            display: block;
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
            background-color: var(--main-color);
            border-radius: 40px;
            margin-top: 30px;
        }
        .index_banner_page .swiper-pagination-bullet {
            width: 15px;
            height: 15px;
            background-color: var(--main-color-white);
        }
        .index_banner_page .swiper-pagination-bullet-active {
            background-color: var(--main-color);
        }
        .index_swiper {
            width: 100%;
            margin-top: 60px !important;
        }
        .index_swiper img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }
        .index_swiper .swiper-slide {
            width: 100%;
        }
        .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: var(--main-color-white);
            font-size: 25px;
            font-weight: normal;
        }
        .inside {
            margin: 0 auto;
            padding: 15px;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .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);
            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: rgba(255, 255, 255, 1);
            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;
        }
    }