* {
    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: #ed627e;
    --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: 55px;
        background-color: var(--main-color-white);
        position: sticky;
        top: 0;
        left: 0;
        z-index: 99999;
        border-top: 1px solid #dddddd;
    }

    .pcheader {
        margin: 0 auto;
        transition: var(--main-transition);
        display: flex;
        align-items: center;
        max-width: 1400px;
        justify-content: space-between;
        height: 55px;
        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: 55px;
        line-height: 55px;
        font-size: 15px;
        transition: var(--main-transition);
        color: var(--main-color-222);
        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);
    }

    .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: 90%;
        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.png);
        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;
    }

    .footer2_1 {
        background-color: #585858;
        display: flex;
        padding: 20px 15px;
        align-items: center;
        justify-content: center;
    }

    .footer2_1 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;
    }

    .con1 {
        padding: 50px 0;
        background-color: #eeeeee;
    }

    .con1con {
        max-width: 90%;
        margin: 0 auto;
    }

    .con1con p {
        font-size: 22px;
        color: var(--main-color-222);
        text-align: center;
        margin-bottom: 10px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .con1con span {
        display: block;
        max-width: 1200px;
        margin: 0 auto;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
        color: #767676;
    }

    .con2 {
        padding: 50px 0;
    }

    .con2con {
        max-width: 90%;
        margin: 0 auto;
    }

    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }

    .con2con ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
    }

    .con2con ul li img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }

    .con2con ul li:hover .con2pos {
        background: rgba(255, 255, 255, .5);
    }

    .con2con ul li:nth-child(4n) {
        margin-right: 0;
    }

    .con2pos {
        position: absolute;
        width: 100%;
        left: 0;
        height: 100%;
        top: 0%;
        background: rgba(255, 255, 255, 0);
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: var(--main-transition);
    }

    .con2pos p {
        font-size: 22px;
        margin-bottom: 10px;
        color: var(--main-color-222);
    }

    .con2pos span {
        color: #2f2f2f;
        font-size: 14px;
        line-height: 25px;
    }

    .con3 {
        padding: 50px 0;
    }

    .con3con {
        max-width: 90%;
        margin: 0 auto;
    }

    .title_con {
        margin-bottom: 40px;
    }

    .title_con strong {
        background-color: var(--main-color-white);
        font-weight: normal;
        display: inline-block;
        padding: 0 20px;
    }

    .title_con {
        text-align: center;
        color: var(--main-color-222);
        font-size: 34px;
        position: relative;
        z-index: 10;
    }

    .title_con::after {
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        z-index: -1;
        top: 45%;
        height: 1px;
        background-color: #dddddd;
    }

    .con3con ul {
        display: flex;
        flex-wrap: wrap;
    }

    .con3con ul li {
        cursor: pointer;
        padding: 15px;
        width: calc((100% - 100px) / 6);
        margin-right: 20px;
        margin-bottom: 20px;
        background-color: #efefef;
    }

    .con3con ul li:nth-child(6n) {
        margin-right: 0;
    }

    .con3con ul li img {
        width: 100%;
        max-height: 320px;
        object-fit: contain;
        transition: var(--main-transition);
    }

    .con3img {
        overflow: hidden;
    }

    .con3con ul li 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);
        font-size: 15px;
        margin-top: 20px;
    }

    .con3con ul li:hover img {
        transform: scale(1.1);
    }

    .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 {
        width: 100%;
        padding: 50px 0;
    }

    .con4con {
        width: 100%;
    }

    .con4con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .con4con ul li {
        width: 50%;
        display: flex;
        justify-content: space-between;
    }

    .li_cleft {
        width: 50%;
        overflow: hidden;
        max-height: 400px;
        position: relative;
    }

    .t_li .li_cleft::after {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        content: '';
        width: 0;
        height: 0;
        margin-left: -18px;
        border-style: solid;
        border-width: 9px 9px 9px;
        border-color: transparent #faf8f2 transparent transparent;
        z-index: 2;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .b_li .li_cleft::after {
        position: absolute;
        left: 0%;
        top: 50%;
        content: '';
        width: 0;
        height: 0;
        margin-left: 0;
        border-style: solid;
        border-width: 9px 9px 9px;
        border-color: transparent transparent transparent #faf8f2;
        z-index: 2;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .li_cleft img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: var(--main-transition);
    }

    .li_cleft:hover img {
        transform: scale(1.1);
    }

    .li_cright {
        width: 50%;
        background-color: #eeeeee;
        padding: 20px 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .li_cright p {
        color: var(--main-color-222);
        font-size: 20px;
        position: relative;
        margin-bottom: 35px;
    }

    .li_cright p::after {
        position: absolute;
        width: 100px;
        height: 2px;
        content: '';
        background-color: #eae6da;
        bottom: -20px;
        left: 0;
    }

    .li_cright span {
        color: #767676;
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: block;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .li_cright a {
        color: var(--main-color);
    }

    .con5 {
        padding: 50px 0;
        width: 100%;
    }

    .con5con {
        max-width: 90%;
        margin: 0 auto;
    }

    .con5con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .con5con ul li {
        width: calc(100% / 3);
        padding: 35px;
        border-right: 2px solid #f0f0f0;
    }

    .con5con ul li:last-child {
        border-right: none !important;
    }

    .date {
        margin-bottom: 30px;
    }

    .date strong {
        color: var(--main-color-222);
        font-size: 65px;
        display: block;
    }

    .date span {
        font-size: 14px;
        color: #767676;
    }

    .new_cons p {
        font-size: 18px;
        color: var(--main-color);
        position: relative;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 30px;
    }

    .new_cons span {
        font-size: 14px;
        color: #767676;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .new_cons a {
        color: var(--main-color);
    }

    .foot {
        width: 100%;
        padding: 40px 0;
        background-color: #202020;
    }

    .footer {
        max-width: 1200px;
        margin: 0 auto;
    }

    .footer1 ul {
        display: flex;
        justify-content: space-between;
    }

    .footer1 ul li img {
        width: 35px;
        display: block;
        object-fit: contain;
        height: 35px;
        margin: 0 auto;
    }

    .footer1 ul li {
        width: 25%;
        border-right: 1px dashed #414141;
    }

    .footer1 ul li:last-child {
        border-right: 0;
    }

    .footer1 ul li p {
        margin: 15px 0;
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
    }

    .footer1 ul li span {
        color: var(--main-color-white);
        font-size: 14px;
        display: block;
        text-align: center;
    }

    .footer2 {
        margin-top: 50px;
    }

    .footer2 ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer2 ul li:last-child a {
        border-right: 0;
    }

    .footer2 ul li a {
        border-right: 1px solid #666;
        display: block;
        padding: 0 20px;
        font-size: 14px;
        color: var(--main-color-white);
    }
    body > div.pc_top > div > div.pclogo > img{
        max-height: 90px;
        max-width: 100%;
    }
    #form1 > div.pc_top > div > div.pclogo > img{
        max-height: 90px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 996px) {
    .foot {
        width: 100%;
        padding: 30px 15px;
        background-color: #202020;
    }

    .footer {
        margin: 0 auto;
    }

    .footer1 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer1 ul li img {
        width: 35px;
        display: block;
        object-fit: contain;
        height: 35px;
        margin: 0 auto;
    }

    .footer1 ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .footer1 ul li p {
        margin: 15px 0;
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
    }

    .footer1 ul li span {
        color: var(--main-color-white);
        font-size: 14px;
        display: block;
        text-align: center;
    }

    .footer2 {
        margin-top: 50px;
    }

    .footer2 ul {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
    }

    .footer2 ul li a {
        display: block;
        margin-bottom: 5px;
        padding: 0 10px;
        font-size: 14px;
        color: var(--main-color-white);
    }

    .con5 {
        padding: 30px 15px;
        width: 100%;
    }

    .con5con {
        margin: 0 auto;
    }

    .con5con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .con5con ul li {
        padding: 15px;
        width: 100%;
        border-bottom: 2px solid #f0f0f0;
    }

    .con5con ul li:last-child {
        border-bottom: none !important;
    }

    .date {
        margin-bottom: 20px;
    }

    .date strong {
        color: var(--main-color-222);
        font-size: 35px;
        display: block;
    }

    .date span {
        font-size: 13px;
        color: #767676;
    }

    .new_cons p {
        font-size: 15px;
        color: var(--main-color);
        position: relative;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }

    .new_cons span {
        font-size: 14px;
        color: #767676;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .new_cons a {
        color: var(--main-color);
    }

    .con4 {
        width: 100%;
        padding: 30px 15px;
    }

    .con4con {
        width: 100%;
    }

    .con4con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .con4con ul li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .li_cleft {
        width: 100%;
        overflow: hidden;
        max-height: 400px;
        position: relative;
    }

    .b_li {
        flex-direction: column-reverse;
    }

    .li_cleft img {
        width: 100%;
        transition: var(--main-transition);
    }

    .li_cleft:hover img {
        transform: scale(1.1);
    }

    .li_cright {
        width: 100%;
        background-color: #eeeeee;
        padding: 15px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .li_cright p {
        color: var(--main-color-222);
        font-size: 16px;
        position: relative;
        margin-bottom: 10px;
    }

    .li_cright p::after {
        position: absolute;
        width: 100px;
        height: 1px;
        content: '';
        background-color: #eae6da;
        bottom: -15px;
        left: 0;
    }

    .li_cright span {
        color: #767676;
        font-size: 14px;
        width: 100%;
        display: block;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .li_cright a {
        color: var(--main-color);
    }

    .con3 {
        padding: 30px 15px;
    }

    .con3con {
        margin: 0 auto;
    }

    .title_con {
        margin-bottom: 20px;
    }

    .title_con strong {
        background-color: var(--main-color-white);
        font-weight: normal;
        display: inline-block;
        padding: 0 10px;
    }

    .title_con {
        text-align: center;
        color: var(--main-color-222);
        font-size: 20px;
        position: relative;
        z-index: 10;
    }

    .title_con::after {
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        z-index: -1;
        top: 45%;
        height: 1px;
        background-color: #dddddd;
    }

    .con3con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .con3con ul li {
        cursor: pointer;
        padding: 15px;
        width: 48%;
        margin-bottom: 20px;
        background-color: #efefef;
    }

    .con3con ul li img {
        width: 100%;
        max-height: 150px;
        object-fit: contain;
        transition: var(--main-transition);
    }

    .con3img {
        overflow: hidden;
    }

    .con3con ul li 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);
        font-size: 15px;
        margin-top: 20px;
    }

    .con3con ul li:hover img {
        transform: scale(1.1);
    }

    .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: 20px;
    }

    .con2 {
        padding: 30px 15px;
    }

    .con2con {
        margin: 0 auto;
    }

    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }

    .con2con ul li {
        width: 100%;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
    }

    .con2con ul li img {
        width: 100%;
        object-fit: cover;
    }

    .con2pos {
        position: absolute;
        width: 100%;
        left: 0;
        height: 100%;
        top: 0%;
        background: rgba(255, 255, 255, .3);
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: var(--main-transition);
    }

    .con2pos p {
        font-size: 16px;
        margin-bottom: 10px;
        color: var(--main-color-222);
    }

    .con2pos span {
        color: #2f2f2f;
        font-size: 13px;
        line-height: 25px;
    }

    .con1 {
        padding: 30px 15px;
        background-color: #eeeeee;
    }

    .con1con {
        width: 100%;
        margin: 0 auto;
    }

    .con1con p {
        font-size: 18px;
        color: var(--main-color-222);
        text-align: center;
        margin-bottom: 10px;
    }

    .con1con span {
        display: block;
        margin: 0 auto;
        line-height: 25px;
        font-size: 14px;
        text-align: center;
        color: #767676;
    }

    .footer2_1 {
        background-color: #585858;
        display: flex;
        padding: 20px 15px;
        align-items: center;
        justify-content: center;
    }

    .footer2_1 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;
    }

    .pc_top {
        display: none;
    }

    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.png
);
        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;
    }
}

/* 样式 */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

body {
    background-color: #f0f0f0;
    font: 14px / 1.5 'LamaSans-Regular', arial, \5b8b\4f53, helvetica, sans-serif;
}

.head {
    width: 500px;
    min-height: 300px;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    background: url(/image/head-bg.jpg) no-repeat 37% 0;
    margin: 0 auto;
    background-size: 100% 100%;
}

.logo {
    max-width: 150px;
    margin-bottom: 20px;
    background: #fff;
    padding: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head-con {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    padding: 0 20px 20px 20px;
    margin: 0 15px;
    position: relative;
}

.head-con>p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    max-width: 100px;
    background-color: #09b7b6;
    padding-bottom: 4px;
}

.head-con>p>span {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.head-con>h1 {
    font: 14px / 1.5 'LamaSans-Regular', arial, \5b8b\4f53, helvetica, sans-serif;
    color: rgba(0, 0, 0, 1);
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.2;
    font-weight: 550;
}

.web-info {
    width: 100%;
    margin-top: 30px;
}

.web-info li {
    font-size: 14px;
    display: flex;
    margin-bottom: 10px;
    font-weight: 300;
}

.web-info li img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    margin-right: 10px;
}

.person {
    overflow: hidden;
    width: 160px;
    max-width: none;
    height: 160px;
    border-radius: 100px;
    border-style: solid;
    border-width: 7px;
    border-color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 20px;
    top: -50px;
    box-sizing: border-box;
}

.person img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.long {
    width: 100%;
    height: auto;
    background: url(/image/long.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 25px;
}

.long-list {
    padding: 41px 20px 20px 20px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.long-list li {
    display: flex;
    justify-content: space-between;
    width: 24%;
    border-radius: 15px;
    background-color: #EEEEEE;
    padding: 10px;
    box-sizing: border-box;
}

.long-list li img {
    width: 16px;
    height: 16px;
}

.long-list li a {
    color: #333;
    font-size: 14px;
    font-style: italic;
}

/* 关于 */
.about {
    width: 500px;
    margin: 30px auto;
}

.about-con {
    margin: 0 auto;
    width: 94%;
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px 16px 16px 16px;
}

.about-con>p {
    line-height: normal;
    font-weight: bold;
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.about-con>hr {
    width: 10%;
    max-height: 3px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    opacity: .5;
}

.p-video {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.p-video video {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-video img {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin: -40px auto auto -40px;
    cursor: pointer;
}

.about-more {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 110px;
    padding: 8px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #B2B2B2;
    border-radius: 30px;
    background: transparent;
    color: #6B6B6B;
    font-size: 12px;
    transition: all 0.3s ease;
}

.about-more:hover {
    background: rgba(9, 183, 182, 1);
    color: #fff;
    border-color: rgba(9, 183, 182, 1);
}

/* 产品 */
.product {
    width: 500px;
    margin: 30px auto;
}

.product-con {
    margin: 0 auto;
    width: 94%;
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
}

.product-con>p {
    line-height: normal;
    font-weight: bold;
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.product-con>hr {
    width: 10%;
    max-height: 3px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    opacity: .5;
}

.product-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-list li {
    width: 48%;
    margin-bottom: 20px;
}

.product-list li a {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-direction: column;
    align-items: center;
}

.product-list li a img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.product-list li a span {
    font-size: 12px;
    color: #333;
    font-weight: 300;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.product-more {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 110px;
    padding: 8px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #B2B2B2;
    border-radius: 30px;
    background: transparent;
    color: #6B6B6B;
    font-size: 12px;
    transition: all 0.3s ease;
}

.product-more:hover {
    background: rgba(9, 183, 182, 1);
    color: #fff;
    border-color: rgba(9, 183, 182, 1);
}

/* news */
.news {
    width: 500px;
    margin: 30px auto;
}

.news-tit {
    display: flex;
    width: 76%;
    margin: 0 auto;
}

.news-tit p {
    display: block;
    width: calc(100% / 2);
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    color: #747474;
}

.news-tit .news-active {
    color: #333;
}

.news-active::before {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #D94632;
    bottom: 0;
    left: 33%;
}

.news-abo {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.abo-con {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
}

.abo-con p:first-child {
    line-height: normal;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
    margin-bottom: 10px;
}

.abo-con p:nth-child(2) {
    line-height: 1.5;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
    font: 16px/1.7 'LamaSans-Regular', arial, \5b8b\4f53, helvetica, sans-serif
}

.abo-con .swiper-container {
    width: 100%;
    height: 280px;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    height: 100%;
}

.swiper-slide {
    height: 100%;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.abo-con .swiper-container .swiper-pagination {
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    height: auto !important;
    z-index: 10 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.abo-con .swiper-container .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    opacity: 0.3 !important;
    margin: 0 4px !important;
    display: inline-block !important;
    border-radius: 50% !important;
    cursor: pointer !important;
}

.abo-con .swiper-container .swiper-pagination-bullet-active {
    background: rgba(9, 183, 182, 1) !important;
    opacity: 1 !important;
}

.abo-more {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 110px;
    padding: 8px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #B2B2B2;
    border-radius: 30px;
    background: transparent;
    color: #6B6B6B;
    font-size: 12px;
    transition: all 0.3s ease;
}

.abo-more:hover {
    background: rgba(9, 183, 182, 1);
    color: #fff;
    border-color: rgba(9, 183, 182, 1);
}

/* 新闻 */
.news-new {
    width: 100%;
    height: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
}

.news-con {
    width: 94%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    /* display: none; */
}

.news-list {
    width: 100%;
}

.news-list li {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
}

.news-list li>a {
    width: 50%;
    object-fit: cover;
}

.news-list li>a img {
    width: 100%;
    height: 163px;
}

.news-txt {
    width: 48%;
}

.news-txt a {
    display: block;
    width: 100%;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

.news-txt span {
    min-height: 20px;
    margin-top: 8px;
    font-size: clamp(0.875rem, 0.844rem + 0.16vw, 1rem);
    color: rgba(51, 51, 51, 1);
    line-height: 1.8;
    text-align: left;
}

.news-more {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 110px;
    padding: 8px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #B2B2B2;
    border-radius: 30px;
    background: transparent;
    color: #6B6B6B;
    font-size: 12px;
    transition: all 0.3s ease;
}

.news-more:hover {
    background: rgba(9, 183, 182, 1);
    color: #fff;
    border-color: rgba(9, 183, 182, 1);
}

/* honor */
.honor {
    width: 500px;
    margin: 30px auto;
    margin-bottom: 100px;
}

.honor-con {
    margin: 0 auto;
    width: 94%;
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 16px;
}

.honor-con>p {
    line-height: normal;
    font-weight: bold;
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.honor-con>hr {
    width: 10%;
    max-height: 3px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    opacity: .5;
}

.swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    --swiper-navigation-size: 27px;
}

.swiper-wrapper1 {
    display: flex;
    flex-direction: row;
    transition-property: transform;
}

.swiper-slide1 {
    width: 215px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
}

.swiper-slide1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-button-prev1,
.swiper-button-next1 {
    width: 44px;
    height: 44px;
    ;
}

.swiper-button-prev1 img,
.swiper-button-next1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.swiper-button-next1 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* con6 */
.con6 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(/image/con6-bg.jpg) no-repeat center center;
}
.con6-tit{
    width: 80%;
    font-size: 40px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}
.con6-tit::after{
    content: '';
    height: 4px;
    width: 78px;
    background-color: rgba(239, 126, 27, 1);
    margin-top: 15px;
    position: absolute;
    bottom: -1vw;
    left: 0vw;
}
.con6-img{
    margin-top: 40px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.con6-img img{
    width: 12%;
    height: auto;
    border: 1px solid #f1f1f1;
}
.con6-img img:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 18px 2px;
}
@media only screen and (max-width: 996px) {
    .con6{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .con6-tit{
        width: 90%;
        font-size: 30px;
    }
    .con6-img{
        width: 90%;
    }
    .con6-img img{
        width: 25%;
    }
}
/* footer */
.bottom {
    max-width: 500px;
    margin: 0 auto;
    padding: 12px 10px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    background-color: #fff;
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15%;
}

.home img {
    width: 19px;
    height: 19px;
}

.home a {
    font: 14px/1.5 'LamaSans-Regular', arial, \5b8b\4f53, helvetica, sans-serif;
    color: #333;
}

.lx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}

.lx li {
    width: 32%;
    border-radius: 50px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 0;
}

.lx li a {
    color: #fff;
}

.pp {
    background: linear-gradient(92deg, #00C5FB 0%, #005CEA 100%) !important;
}

.ee {
    background: linear-gradient(92deg, #FF8D1A 0%, #FF4800 100%) !important;
}

.app {
    background: linear-gradient(92deg, #59EE74 0%, #05B122 100%) !important;
}