* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
    word-break: break-all;
}

html {
    overflow-x: hidden;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media screen and (min-width:1255px) and (max-width:1360px) {
    .pcnav>li>a {
        padding: 0 15px !important;
    }
}

@media screen and (min-width:996px) and (max-width:1255px) {
    .pcnav>li>a {
        font-size: 14px !important;
        padding: 0 4px !important;
    }
}

 :root {
    --main-color: #4c342a;
    --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;
        transition: var(--main-transition);
        z-index: 99;
        height: 80px;
        border-bottom: 1px solid #e6e6e6;
        transition: var(--main-transition);
        background-color: var(--main-color-white);
        padding: 0 10%;
        background-repeat: no-repeat;
    }
    .pcheader {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 80px;
    }
    .pclogo img {
        height: 52px;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    .pcnav>li {
        position: relative;
        transition: var(--main-transition);
    }
    .pcnav>li>a {
        display: block;
        height: 80px;
        line-height: 80px;
        font-size: 15px;
        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: 72px !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.png);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 72px;
    }
    .inbanner strong {
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .inside {
        max-width: 1500px;
        padding: 15px 65px;
        margin: 0 auto;
    }
    .inside p {
        font-size: 15px;
        color: var(--main-color-222);
    }
    .pro_sec {
        width: 100%;
        position: fixed;
        top: 72px;
        left: 0;
        z-index: 9999;
        min-height: 200px;
        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%;
    }
    .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;
    }
    .pro_seccon .prosecbtnleft {
        background-image: url(../images/proleft.png) !important;
    }
    .pro_seccon .prosecbtnright {
        background-image: url(../images/proright.png) !important;
    }
    .bannerpos {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .3);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .bannerpos p {
        font-size: 20px;
        color: var(--main-color-white);
        text-align: center;
        width: 100%;
    }
    .bannerpos .banner_line {
        width: 100px;
        height: 2px;
        background-color: var(--main-color-white);
        margin: 30px auto;
    }
    .bannerpos h1 {
        text-align: center;
        color: var(--main-color-white);
        font-size: 40px;
        max-width: 700px;
    }
    .bannerpos a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        border: 1px solid var(--main-color-white);
        font-size: 14px;
        margin-top: 30px;
        transition: var(--main-transition);
    }
    .bannerpos a:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
        border: 1px solid var(--main-color);
    }
    .con1 {
        padding: 80px 0;
    }
    .con1con {
        width: 100%;
    }
    .con_title {
        margin-bottom: 45px;
    }
    .con_title strong {
        color: var(--main-color-222);
        text-align: center;
        display: block;
        font-weight: normal;
        font-size: 35px;
    }
    .con_title p {
        text-align: center;
        margin-top: 10px;
        font-size: 16px;
        color: var(--main-color-333);
    }
    .mySwiper_class {
        width: 100%;
        margin-top: 100px !important;
        padding-bottom: 150px !important;
        overflow: inherit !important;
    }
    .mySwiper_class img {
        width: 100%;
        height:300px;
        object-fit: contain;
        border-radius: 10px;
        transition: var(--main-transition);
    }
    .mySwiper_class_page .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        transition: var(--main-transition);
        background-color: var(--main-color);
    }
    .mySwiper_class_page .swiper-pagination-bullet-active {
        transform: scale(1.3);
    }
    .mySwiper_class .swiper-slide {
        transition: var(--main-transition);
    }
    .mySwiper_class .swiper-slide-active {
        transform: scale(1.5);
    }
    .action_box {
        max-width: 700px;
        display: flex;
        align-items: center;
        margin: 0 auto;
        justify-content: space-between;
        margin-top: -50px;
        position: relative;
        z-index: 999;
    }
    .action_box span {
        cursor: pointer;
        text-align: center;
        line-height: 40px;
        width: 40px;
        height: 40px;
        background-color: var(--main-color);
        border-radius: 50%;
        color: var(--main-color-white);
    }
    .con2 {
        padding: 80px 0;
        background-color: #fbfbfb;
    }
    .con2con {
        max-width: 1500px;
        padding: 15px 65px;
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2con ul li {
        display: flex;
        justify-content: space-between;
        width: 49%;
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
        margin-bottom: 30px;
        cursor: pointer;
        padding: 20px;
    }
    .con1_li_left {
        width: 48%;
    }
    .con1_li_right {
        width: 48%;
    }
    .con1_li_right img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .con1_li_left p {
        font-size: 18px;
        color: var(--main-color-333);
        margin-bottom: 20px;
    }
    .con1_li_left span {
        font-size: 16px;
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        margin-bottom: 20px;
        line-height: 25px;
    }
    .con1_li_left h1 {
        color: var(--main-color-333);
        font-size: 35px;
        margin-bottom: 20px;
    }
    .con1_li_left a {
        display: block;
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid var(--main-color);
        font-size: 14px;
        color: var(--main-color);
        transition: var(--main-transition);
    }
    .con1_li_left a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .more {
        display: block;
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid var(--main-color);
        background-color: var(--main-color);
        font-size: 14px;
        transition: var(--main-transition);
        margin: 0 auto;
        margin-top: 40px;
        color: var(--main-color-white);
    }
    .con3 {
        padding: 80px 0;
    }
    .con3con {
        max-width: 1500px;
        padding: 15px 65px;
        margin: 0 auto;
    }
    .con3con ul li {
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3con ul li:nth-child(even) {
        flex-direction: row-reverse;
    }
    .con3left {
        width: 50%;
    }
    .con3right {
        width: 50%;
        padding: 40px;
        box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.3);
    }
    .con3right strong {
        display: block;
        color: var(--main-color-222);
        font-size: 30px;
        margin-bottom: 20px;
    }
    .con3right p {
        font-size: 16px;
        color: var(--main-color-333);
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 30px;
        -webkit-line-clamp: 2;
    }
    .con3right a {
        width: 120px;
        height: 40px;
        text-align: center;
        color: var(--main-color);
        font-size: 14px;
        border: 1px solid var(--main-color);
        display: block;
        line-height: 40px;
    }
    .con3left img {
        width: 100%;
        max-height: 320px;
        object-fit: cover;
    }
    .con4 {
        padding: 80px 0;
        background-color: #fbfbfb;
    }
    .con4con {
        max-width: 1500px;
        padding: 15px 65px;
        margin: 0 auto;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4con ul li {
        flex: 1;
        padding: 0 35px;
    }
    .con4con ul li img {
        display: block;
        margin: 0 auto;
        width: 130px;
        height: 130px;
        margin: 0 auto;
    }
    .con4con p {
        color: var(--main-color-222);
        font-weight: bold;
        text-align: center;
        margin: 20px auto;
    }
    .con4_line {
        width: 70px;
        height: 3px;
        margin: 10px auto;
        background-color: var(--main-color-222);
    }
    .con4con span {
        color: var(--main-color-666);
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 30px;
        text-align: center;
    }
    .foot {
        padding: 50px 0;
        border-top: 1px solid #ececec;
    }
    .footer {
        max-width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft {
        width: 220px;
        padding-right: 20px;
    }
    .footerleft ul li {
        display: flex;
        align-items: center;
    }
    .footerleft ul li i {
        font-size: 15px !important;
        color: var(--main-color-222);
        width: 20px !important;
    }
    .footerleft ul li {
        margin-bottom: 10px;
    }
    .footerleft ul li span {
        flex: 1;
        padding-left: 5px;
        color: var(--main-color-222);
        font-size: 14px;
    }
    .footerright {
        flex: 1;
        padding: 0 20px;
    }
    .footercode {
        width: 120px;
        margin-left: 30px;
    }
    .footercode img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
    .footercode p {
        margin: 10px 0;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .footerright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerright ul li {
        padding: 0 20px;
        width: 20%;
        margin-bottom: 20px;
    }
    .footerright ul li:last-child {
        border-right: 0 !important;
    }
    .f_a {
        font-size: 15px;
        color: var(--main-color-222);
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
    .s_a {
        font-size: 13px;
        text-align: center;
        display: block;
        margin-bottom: 10px;
        color: var(--main-color-222);
    }
    .footer2 {
        background-color: #585858;
        display: flex;
        padding: 20px 15px;
        align-items: center;
        justify-content: center;
    }
    .footer2 a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        color: var(--main-color);
        justify-content: center;
        border-radius: 50%;
        background-color: var(--main-color-white);
        margin: 0 10px;
    }
    .aboutus1 {
        width: 100%;
        padding: 15px 0;
    }
    .aboutus1con {
        max-width: 1500px;
        padding: 15px 65px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab1left {
        width: 48%;
    }
    .ab1right {
        width: 48%;
    }
    .ab1right img {
        width: 100%;
    }
    .ab1left strong {
        color: var(--main-color);
        font-size: 30px;
        display: block;
        margin-bottom: 25px;
    }
    .ab1left p {
        font-size: 16px;
        line-height: 30px;
        color: var(--main-color-333);
    }
}

@media only screen and (max-width: 996px) {
    .aboutus1 {
        width: 100%;
        padding: 30px 15px;
    }
    .aboutus1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .ab1left {
        width: 100%;
        margin-top: 20px;
    }
    .ab1right {
        width: 100%;
    }
    .ab1right img {
        width: 100%;
    }
    .ab1left strong {
        color: var(--main-color);
        font-size: 30px;
        display: block;
        margin-bottom: 25px;
    }
    .ab1left p {
        font-size: 16px;
        line-height: 30px;
        color: var(--main-color-333);
    }
    .footer2 {
        background-color: #585858;
        display: flex;
        padding: 20px 15px;
        align-items: center;
        justify-content: center;
    }
    .footer2 a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        color: var(--main-color);
        justify-content: center;
        border-radius: 50%;
        background-color: var(--main-color-white);
        margin: 0 10px;
    }
    .foot {
        padding: 30px 15px;
        border-top: 1px solid #ececec;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .footerleft ul li {
        display: flex;
        align-items: center;
    }
    .footerleft ul li i {
        font-size: 15px !important;
        color: var(--main-color-222);
        width: 20px !important;
    }
    .footerleft ul li {
        margin-bottom: 10px;
    }
    .footerleft ul li span {
        flex: 1;
        padding-left: 5px;
        color: var(--main-color-222);
        font-size: 14px;
    }
    .footerright {
        width: 100%;
    }
    .footercode {
        width: 100%;
    }
    .footercode img {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }
    .footercode p {
        margin: 10px 0;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .footerright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerright ul li {
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .footerright ul li:last-child {
        border-right: 0 !important;
    }
    .f_a {
        font-size: 15px;
        color: var(--main-color-222);
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
    .s_a {
        display: none;
    }
    .con4 {
        padding: 30px 15px;
        background-color: #fbfbfb;
    }
    .con4con {
        margin: 0 auto;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4con ul li {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .con4con ul li img {
        display: block;
        margin: 0 auto;
        width: 130px;
        height: 130px;
        margin: 0 auto;
    }
    .con4con p {
        color: var(--main-color-222);
        font-weight: bold;
        text-align: center;
        margin: 20px auto;
    }
    .con4_line {
        width: 70px;
        height: 3px;
        margin: 10px auto;
        background-color: var(--main-color-222);
    }
    .con4con span {
        color: var(--main-color-666);
        font-size: 16px;
        width: 100%;
        line-height: 30px;
        text-align: center;
        display: block;
    }
    .con3 {
        padding: 30px 15px;
    }
    .con3con {
        margin: 0 auto;
    }
    .con3con ul li {
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.3);
        margin-bottom: 20px;
    }
    .con3left {
        width: 100%;
    }
    .con3right {
        width: 100%;
        padding: 20px;
    }
    .con3right strong {
        display: block;
        color: var(--main-color-222);
        font-size: 20px;
        margin-bottom: 10px;
    }
    .con3right p {
        font-size: 14px;
        color: var(--main-color-333);
        margin-bottom: 10px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 30px;
        -webkit-line-clamp: 2;
    }
    .con3right a {
        width: 120px;
        height: 40px;
        text-align: center;
        color: var(--main-color);
        font-size: 14px;
        border: 1px solid var(--main-color);
        display: block;
        line-height: 40px;
    }
    .con3left img {
        width: 100%;
        max-height: 320px;
        object-fit: cover;
    }
    .con2 {
        padding: 30px 15px;
        background-color: #fbfbfb;
    }
    .con2con {
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2con ul li {
        flex-direction: column-reverse;
        display: flex;
        justify-content: space-between;
        width: 100%;
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
        margin-bottom: 30px;
        cursor: pointer;
        padding: 15px;
    }
    .con1_li_left {
        width: 100%;
        margin-top: 20px;
    }
    .con1_li_right {
        width: 100%;
    }
    .con1_li_right img {
        width: 100%;
        object-fit: cover;
    }
    .con1_li_left p {
        font-size: 16px;
        color: var(--main-color-333);
        margin-bottom: 10px;
    }
    .con1_li_left span {
        font-size: 14px;
        color: var(--main-color-333);
        width: 100%;
        line-height: 25px;
        margin-bottom: 10px;
        display: block;
    }
    .con1_li_left h1 {
        color: var(--main-color-333);
        font-size: 25px;
        margin-bottom: 10px;
    }
    .con1_li_left a {
        display: block;
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid var(--main-color);
        font-size: 14px;
        color: var(--main-color);
        transition: var(--main-transition);
    }
    .con1_li_left a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .more {
        display: block;
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid var(--main-color);
        background-color: var(--main-color);
        font-size: 14px;
        transition: var(--main-transition);
        margin: 0 auto;
        margin-top: 40px;
        color: var(--main-color-white);
    }
    .con1 {
        padding: 30px 15px;
    }
    .con1con {
        width: 100%;
    }
    .con_title {
        margin-bottom: 25px;
    }
    .con_title strong {
        color: var(--main-color-222);
        text-align: center;
        display: block;
        font-weight: normal;
        font-size: 20px;
    }
    .con_title p {
        text-align: center;
        margin-top: 10px;
        font-size: 14px;
        color: var(--main-color-333);
    }
    .mySwiper_class {
        width: 100%;
        margin-top: 20px !important;
        padding-bottom: 50px !important;
        overflow: inherit !important;
    }
    .mySwiper_class img {
        width: 100%;
        border-radius: 10px;
        transition: var(--main-transition);
    }
    .mySwiper_class_page .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        transition: var(--main-transition);
        background-color: var(--main-color);
    }
    .action_box {
        display: none !important;
        display: flex;
        align-items: center;
        margin: 0 auto;
        justify-content: space-between;
        margin-top: -50px;
        position: relative;
        z-index: 999;
    }
    .action_box span {
        cursor: pointer;
        text-align: center;
        line-height: 40px;
        width: 40px;
        height: 40px;
        background-color: var(--main-color);
        border-radius: 50%;
        color: var(--main-color-white);
    }
    .bannerpos {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .3);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .bannerpos p {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        width: 100%;
        display: none;
    }
    .bannerpos .banner_line {
        width: 100px;
        display: none;
        height: 2px;
        background-color: var(--main-color-white);
        margin: 15px auto;
    }
    .bannerpos h1 {
        text-align: center;
        color: var(--main-color-white);
        font-size: 20px;
        max-width: 70%;
    }
    .bannerpos a {
        display: none !important;
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        border: 1px solid var(--main-color-white);
        font-size: 14px;
        margin-top: 20px;
        transition: var(--main-transition);
    }
    .bannerpos a:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
        border: 1px solid var(--main-color);
    }
    body {
        overflow-x: hidden;
    }
    .inside {
        padding: 15px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.png);
        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 {
        width: 200px;
    }
    .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;
    }
}