* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
    word-break: break-all;
}

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: #4a4439;
    --main-color1: #ff7019;
    --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) {
    .t_r_t {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .t_r_t a {
        font-size: 13px;
        color: var(--main-color-222);
        margin-right: 20px;
    }
    .t_r_t a i {
        margin-right: 10px;
    }
    .t_r_b {
        display: flex;
        align-items: center;
    }
    .t_r_b input {
        width: 350px;
        height: 32px;
        padding-left: 15px;
        outline: none;
        border: 1px solid #cccccc;
    }
    .t_r_b a {
        display: block;
        height: 32px;
        line-height: 32px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        width: 40px;
        text-align: center;
    }
    .pc_top {
        width: 100%;
        height: 110px;
        background-color: #f5f4f2;
    }
    .pc_topcon {
        max-width: 80%;
        margin: 0 auto;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pchead {
        width: 100%;
        z-index: 99999;
        transition: var(--main-transition);
        height: 60px;
        background-color: var(--main-color);
        position: sticky;
        top: 0;
        left: 0;
        z-index: 99999;
    }
    .pcheader {
        margin: 0 auto;
        transition: var(--main-transition);
        display: flex;
        align-items: center;
        max-width: 1400px;
        justify-content: space-between;
        height: 60px;
        margin: 0 auto;
    }
    .first_li:last-child {
        border-right: 1px solid var(--main-color-white);
    }
    .pcnav {
        display: flex;
        width: 100%;
        align-items: center;
        position: relative;
        z-index: 99;
        justify-content: center;
    }
    .pcnav>li {
        position: relative;
        transition: var(--main-transition);
        border-left: 1px solid var(--main-color-white);
    }
    .pcnav>li>a {
        display: block;
        height: 60px;
        line-height: 60px;
        font-size: 15px;
        transition: var(--main-transition);
        color: var(--main-color-white);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 120%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        box-shadow: var(--main-shadow);
        transition: var(--main-transition);
        border-top: 3px solid #ff3c20;
    }
    .pc_sec_item a {
        color: var(--main-color-333);
        font-size: 15px;
        display: block;
        padding: 10px 30px;
        transition: var(--main-transition);
    }
    .pcnav li:hover .pc_sec_nav {
        top: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        top: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color-white) !important;
        background-color: var(--main-color);
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color);
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        background-color: var(--main-color-white);
        position: absolute;
        box-shadow: var(--main-shadow);
        left: 100%;
        top: 0%;
        z-index: 998;
        width: 150px;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-666);
    }
    .head_transform {
        max-width: 90% !important;
        height: 72px !important;
    }
    .header_transform {
        background-color: var(--main-color) !important;
        height: 72px !important;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998 !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;
        position: relative;
        z-index: 1;
        background-color: var(--main-color);
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-white);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .inside {
        max-width: 80%;
        margin: 0 auto;
        padding: 15px 0;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 400px;
        background-image: url(../images/inbanner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        background-attachment: fixed;
    }
    .inbanner strong {
        display: block;
        color: var(--main-color);
        font-size: 30px;
        font-weight: normal;
    }
    .con1 {
        width: 100%;
        padding: 60px 0;
    }
    .con1con {
        max-width: 80%;
        margin: 0 auto;
    }
    .con1con strong {
        font-size: 22px;
        display: block;
        text-align: center;
        color: var(--main-color-222);
        margin-bottom: 25px;
    }
    .con1con p {
        max-width: 900px;
        margin: 0 auto;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-222);
    }
    .con2 {
        width: 100%;
        padding: 60px 0;
    }
    .con2con ul li .con2item:last-child {
        margin-bottom: 0;
    }
    .con2con ul li {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
    .con2con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con2con {
        max-width: 80%;
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .centerli .con2item {
        height: 100%;
    }
    .con2item:hover .con2pos {
        background: rgba(255, 255, 255, .6);
    }
    .con2item:hover img {
        transform: scale(1.1);
    }
    .con2item {
        position: relative;
        margin-bottom: 20px;
        cursor: pointer;
        overflow: hidden;
    }
    .con2item img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        transition: var(--main-transition);
    }
    .con2pos {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transition: var(--main-transition);
        background: rgba(255, 255, 255, 0);
        padding: 0 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .con2pos p {
        font-size: 22px;
        color: var(--main-color-222);
    }
    .con2pos a {
        display: block;
        width: 85px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: var(--main-color-white);
        margin-top: 10px;
        font-size: 15px;
        background-color: var(--main-color);
    }
    .con3 {
        width: 100%;
        padding: 60px 0;
        background-color: #f2f2f2;
    }
    .con3con {
        max-width: 80%;
        margin: 0 auto;
    }
    .titles {
        width: 100%;
        margin-bottom: 40px;
    }
    .titles strong {
        display: block;
        text-align: center;
        font-size: 30px;
        font-weight: normal;
        color: var(--main-color-222);
    }
    .titles img {
        width: 130px;
        display: block;
        margin: 0 auto;
        margin-top: 5px;
    }
    .con3_swiper {
        position: relative;
    }
    .mySwiper_index_pro {
        width: 90%;
        margin: 0 auto;
    }
    .mySwiper_index_pro img {
        width: 100%;
        transition: var(--main-transition);
        object-fit: contain;
        height: 250px;
    }
    .mySwiper_index_pro .swiper-slide {
        cursor: pointer;
        background-color: var(--main-color-white);
        padding: 20px;
    }
    .mySwiper_index_pro .swiper-slide:hover img {
        opacity: .7;
    }
    .mySwiper_index_pro .swiper-slide p {
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-222);
        margin: 10px 0;
        margin-top: 20px;
        font-size: 14px;
    }
    .i_p_btn {
        background-image: none !important;
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50% !important;
        border: 2px solid var(--main-color-222);
        font-size: 20px;
        transition: var(--main-transition);
    }
    .i_p_btn:hover {
        border: 2px solid #ff3c20 !important;
        color: #ff3c20 !important;
    }
    .more {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 0 auto;
        font-size: 14px;
        margin-top: 30px;
    }
    .con4 {
        padding: 80px 0;
    }
    .con4con {
        max-width: 80%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con4left {
        width: 48%;
    }
    .con4left p {
        color: var(--main-color-333);
        font-size: 26px;
        margin-bottom: 30px;
    }
    .con4left span {
        line-height: 30px;
        font-size: 16px;
        color: var(--main-color-666);
    }
    .con4left a {
        display: block;
        margin-top: 30px;
        font-size: 14px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
    .con4right {
        width: 48%;
    }
    .con4right img {
        width: 100%;
    }
    .con5 {
        padding: 60px 0;
        background-color: #f2f2f2;
    }
    .con5con {
        max-width: 80%;
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
        cursor: pointer;
        position: relative;
        margin-bottom: 25px;
        box-shadow: var(--main-shadow);
    }
    .con5con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con5img {
        position: relative;
    }
    .con5img img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        position: relative;
    }
    .con5pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        padding: 25px;
        justify-content: flex-end;
    }
    .con5pos p {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
        color: var(--main-color-222);
    }
    .con5pos span {
        font-size: 13px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con5con ul li a {
        display: block;
        font-size: 16px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        width: 100%;
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con6 {
        padding: 60px 0;
    }
    .con6con {
        max-width: 80%;
        margin: 0 auto;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con6con ul li {
        position: relative;
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
        margin-bottom: 25px;
        cursor: pointer;
    }
    .con6con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con6con ul li:hover img {
        transform: scale(1.1);
    }
    .con6con ul li:hover .con6pos {
        padding-bottom: 40px;
    }
    .con6img {
        overflow: hidden;
    }
    .con6img img {
        width: 100%;
        transition: var(--main-transition);
        height: 320px;
        object-fit: cover;
    }
    .con6pos {
        width: 100%;
        transition: var(--main-transition);
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        background: linear-gradient(180deg, rgba(84, 87, 104, 0) 0, #2f313d 80%);
        opacity: .8;
    }
    .con6pos p {
        color: #ff3c20;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 5px;
    }
    .con6pos span {
        text-align: center;
        font-size: 14px;
        color: var(--main-color-white);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .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;
        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;
    }
}

#lContent p img {
    max-width: 100%;
}

@media only screen and (max-width: 996px) {
    .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;
    }
    .con6 {
        padding: 30px 15px;
    }
    .con6con {
        margin: 0 auto;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con6con ul li {
        position: relative;
        width: 100%;
        margin-bottom: 25px;
        cursor: pointer;
    }
    .con6con ul li:hover img {
        transform: scale(1.1);
    }
    .con6img {
        overflow: hidden;
    }
    .con6img img {
        width: 100%;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .con6pos {
        width: 100%;
        transition: var(--main-transition);
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        background: linear-gradient(180deg, rgba(84, 87, 104, 0) 0, #2f313d 80%);
        opacity: .8;
    }
    .con6pos p {
        color: #ff3c20;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .con6pos span {
        text-align: center;
        font-size: 14px;
        color: var(--main-color-white);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con5 {
        padding: 30px 15px;
        background-color: #f2f2f2;
    }
    .con5con {
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: 100%;
        margin-bottom: 25px;
        cursor: pointer;
        position: relative;
        margin-bottom: 25px;
        box-shadow: var(--main-shadow);
    }
    .con5img {
        position: relative;
    }
    .con5img img {
        width: 100%;
        object-fit: cover;
        position: relative;
    }
    .con5pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        padding: 15px;
        justify-content: flex-end;
    }
    .con5pos p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
        color: var(--main-color-222);
    }
    .con5pos span {
        font-size: 14px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con5con ul li a {
        display: block;
        font-size: 14px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        width: 100%;
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con4 {
        padding: 30px 15px;
    }
    .con4con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .con4left {
        width: 100%;
        margin-top: 20px;
    }
    .con4left p {
        color: var(--main-color-333);
        font-size: 22px;
        margin-bottom: 20px;
    }
    .con4left span {
        line-height: 25px;
        font-size: 14px;
        color: var(--main-color-666);
    }
    .con4left a {
        display: block;
        margin-top: 20px;
        font-size: 14px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
    .con4right {
        width: 100%;
    }
    .con4right img {
        width: 100%;
    }
    .more {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 0 auto;
        font-size: 14px;
        margin-top: 30px;
    }
    .con3 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f2f2f2;
    }
    .con3con {
        margin: 0 auto;
    }
    .titles {
        width: 100%;
        margin-bottom: 30px;
    }
    .titles strong {
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: normal;
        color: var(--main-color-222);
    }
    .titles img {
        width: 130px;
        display: block;
        margin: 0 auto;
        margin-top: 5px;
    }
    .con3_swiper {
        position: relative;
    }
    .mySwiper_index_pro {
        width: 90%;
        margin: 0 auto;
    }
    .mySwiper_index_pro img {
        width: 100%;
        transition: var(--main-transition);
        object-fit: contain;
    }
    .mySwiper_index_pro .swiper-slide {
        cursor: pointer;
        background-color: var(--main-color-white);
        padding: 15px;
    }
    .mySwiper_index_pro .swiper-slide:hover img {
        opacity: .7;
    }
    .mySwiper_index_pro .swiper-slide p {
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-222);
        margin: 10px 0;
        margin-top: 20px;
        font-size: 14px;
    }
    .i_p_btn {
        background-image: none !important;
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50% !important;
        border: 2px solid var(--main-color-222);
        font-size: 20px;
        transition: var(--main-transition);
    }
    .i_p_btn:hover {
        border: 2px solid #ff3c20 !important;
        color: #ff3c20 !important;
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
    }
    .con2con {
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2item:hover img {
        transform: scale(1.1);
    }
    .con2item {
        position: relative;
        margin-bottom: 20px;
        cursor: pointer;
        overflow: hidden;
    }
    .con2item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con2pos {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transition: var(--main-transition);
        background: rgba(255, 255, 255, .3);
        padding: 0 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .con2pos p {
        font-size: 20px;
        color: var(--main-color-222);
    }
    .con2pos a {
        display: block;
        width: 85px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: var(--main-color-white);
        margin-top: 10px;
        font-size: 15px;
        background-color: var(--main-color);
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
    }
    .con1con strong {
        font-size: 20px;
        display: block;
        text-align: center;
        color: var(--main-color-222);
        margin-bottom: 20px;
    }
    .con1con p {
        margin: 0 auto;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-222);
    }
    .pc_top {
        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: var(--main-color);
        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;
        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%;
        object-fit: cover;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .bannerbtn {
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
    }
    .pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-333);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 50px;
    }
    .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: 99999;
    }
    .ml_pcheader {
        display: none;
    }
}