* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #3353c0;
    --main-color-white: #ffffff;
    --main-color-red: #ff0c20;
    --main-color-fontColor: #555555;
    --main-color-999: #999999;
    --main-color-p_color: #333333;
    --main-color-span_color: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .ml_pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        height: 80px;
        background-color: var(--main-color-white);
    }
    .ml_pcheader {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        height: 80px;
        align-items: center;
        justify-content: space-between;
    }
    .pclogo img {
        height: 50px;
    }
    .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: 14px;
        transition: var(--main-transition);
        color: var(--main-color-fontColor);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-fontColor);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color-white);
        font-weight: bold;
        background-color: var(--main-color);
    }
    .pc_sec_item a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .pcnav li:hover .pc_sec_nav {
        transform: rotateX(0deg) !important;
        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 {
        background-color: var(--main-color) !important;
    }
    .pcnav li:hover .first_a {
        color: #fff;
        font-weight: bold;
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color-white) !important;
        font-weight: bold;
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
        font-weight: bold;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-fontColor);
        background-color: var(--main-color-white);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 50;
        margin-top: 80px !important;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
    .con1 {
        padding: 80px 0;
        width: 100%;
        background-color: #f6f6f6;
    }
    .con1con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con_title {
        margin-bottom: 40px;
    }
    .con_title strong {
        display: block;
        text-align: center;
        color: var(--main-color-p_color);
        font-size: 28px;
        font-weight: normal;
        position: relative;
    }
    .con_title strong::after {
        position: absolute;
        bottom: -15px;
        background-color: var(--main-color);
        content: '';
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 2px;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1con ul li {
        width: calc((100% - 90px)/4);
        cursor: pointer;
        margin-right: 30px;
        background-color: var(--main-color-white);
        margin-bottom: 25px;
    }
    .con1con ul li:hover .con1div {
        background-color: var(--main-color) !important;
    }
    .con1con ul li:hover .con1div p {
        color: var(--main-color-white) !important;
    }
    .con1con ul li img {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }
    .con1con ul li:nth-child(4n) {
        margin-right: 0 !important;
    }
    .con1div {
        padding: 15px;
        transition: var(--main-transition);
        background-color: #eeeeee;
        border-top: 5px solid var(--main-color);
    }
    .con1div p {
        font-size: 15px;
        transition: var(--main-transition);
        color: var(--main-color-p_color);
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .con1div span {
        font-size: 14px;
        display: block;
        text-align: center;
        font-weight: bold;
        color: #000;
    }
    .more {
        width: 160px;
        height: 45px;
        line-height: 45px;
        border-radius: 30px;
        background-color: var(--main-color-red);
        font-size: 13px;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        color: var(--main-color-white);
    }
    .con2 {
        width: 100%;
        padding: 150px 0;
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .con2con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2conleft {
        width: 48%;
    }
    .con2conleft img {
        width: 100%;
    }
    .con2conright {
        width: 48%;
        padding: 0 50px;
        background-color: var(--main-color-white);
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .con2conright strong {
        display: block;
        font-size: 28px;
        position: relative;
        font-weight: normal;
        color: var(--main-color);
    }
    .con2conright strong::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        bottom: -15px;
        left: 0;
        background-color: var(--main-color);
    }
    .con2conright p {
        margin-top: 50px;
        font-size: 16px;
        color: var(--main-color);
        line-height: 30px;
        margin-bottom: 35px;
    }
    .con2conright span {
        font-size: 14px;
        line-height: 30px;
        color: var(--main-color-fontColor);
    }
    .con2conright .more {
        margin: inherit;
        margin-top: 35px;
    }
    .con3 {
        width: 100%;
    }
    .con3 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3 ul li {
        min-width: 25%;
        flex: 1;
        position: relative;
    }
    .con3 ul li img {
        width: 100%;
        height: 480px;
        object-fit: cover;
    }
    .con3pos {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
    }
    .con3pos strong {
        color: var(--main-color-white);
        font-size: 28px;
        font-weight: normal;
    }
    .con3pos p {
        color: var(--main-color-white);
        margin: 25px 0;
        font-size: 15px;
    }
    .con3pos span {
        color: var(--main-color-white);
        display: block;
        max-width: 210px;
        font-size: 14px;
        line-height: 25px;
    }
    .con4 {
        padding: 100px 0;
    }
    .con4con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4conleft {
        width: 35%;
    }
    .con4conright {
        flex: 1;
    }
    .con4conleft strong {
        position: relative;
        font-size: 28px;
        color: var(--main-color);
        font-weight: normal;
    }
    .con4conleft strong::after {
        position: absolute;
        width: 50px;
        height: 2px;
        content: '';
        background-color: var(--main-color);
        bottom: -15px;
        left: 0;
    }
    .con4conleft p {
        font-size: 28px;
        color: var(--main-color-fontColor);
        margin-top: 50px;
    }
    .con4conright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4conright ul li {
        flex: 1;
    }
    .con4conright ul li img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }
    .con4conright ul li p {
        font-size: 15px;
        color: var(--main-color-fontColor);
        text-align: center;
        padding: 15px 0;
    }
    .con4conright ul li span {
        display: block;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-999);
    }
    .con5 {
        width: 100%;
        padding: 100px 0;
        background-image: url(../images/bg2.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .con5con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con_title_white strong {
        color: var(--main-color-white);
    }
    .con_title_white strong::after {
        background: var(--main-color-white);
    }
    .con5con p {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        margin-bottom: 45px;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
        /* width: 1150px; */
        margin: 0 auto;
        justify-content: space-between;
    }
    .con5con ul li {
        width: 23%;
    }
    .con5con ul li img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .con6 {
        padding: 100px 0;
        width: 100%;
    }
    .con6con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6con ul li {
        width: 48%;
        cursor: pointer;
    }
    .con6con ul li img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .con6con ul li p {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 15px;
        color: var(--main-color-p_color);
    }
    .con6con ul li strong {
        font-size: 13px;
        font-weight: normal;
        color: var(--main-color-999);
        display: block;
        margin-bottom: 15px;
    }
    .con6con ul li span {
        font-size: 13px;
        display: block;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        color: var(--main-color-999);
    }
    .foot {
        padding: 60px 0;
        background-color: #333333;
    }
    .footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footeritem {
        width: calc((100% - 225px) / 3);
        margin-right: 75px;
    }
    .footeritem:nth-child(3n) {
        margin-right: 0 !important;
    }
    .footeritem1 a img {
        height: 60px;
    }
    .footeritem1 p {
        font-size: 14px;
        margin-top: 20px;
        line-height: 25px;
        color: #ccc;
    }
    .footeritem strong {
        display: block;
        font-size: 15px;
        font-weight: normal;
        color: var(--main-color-white);
        margin-bottom: 25px;
    }
    .footeritem2 ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footeritem2 ul li i {
        font-size: 15px;
        color: var(--main-color-white);
        width: 20px;
    }
    .footeritem2 ul li {
        margin-bottom: 10px;
    }
    .footeritem2 ul li span {
        flex: 1;
        padding-left: 10px;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .footeritem3 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footeritem3 ul li {
        /* margin-right: 30px; */
    }
    .footeritem3 ul li img {
        width: 130px;
        height: 130px;
        object-fit: cover;
    }
    .footeritem3 ul li p {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        padding: 10px 0;
        background-color: var(--main-color-p_color);
    }
    .footnav {
        width: 100%;
        background-color: var(--main-color-p_color);
        padding: 10px 0;
    }
    .footnavcon {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footnav a {
        padding: 0 15px;
        font-size: 14px;
        color: #ccc;
    }
    .copy {
        padding: 10px 0;
        border-top: 1px solid #484848;
        background-color: var(--main-color-p_color);
    }
    .copycon {
        font-size: 14px;
        text-align: center;
        color: #ccc;
    }
    .copycon a {
        font-size: 14px;
        color: #ccc;
    }
    .inbanner {
        width: 100%;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 300px;
        background-position: center;
        margin-top: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        text-align: center;
        font-size: 28px;
        color: var(--main-color-p_color);
        font-weight: normal;
    }
    .aboutus1 {
        width: 100%;
        padding: 30px 0;
    }
    .aboutus1con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .aboutus1con p {
        /* max-width: 950px; */
        margin: 0 auto;
        font-size: 13px;
        color: var(--main-color-p_color);
        line-height: 25px;
        /* text-align: center; */
    }
    .aboutus2 {
        width: 100%;
        padding: 80px 0;
        background-image: url(../images/bg3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .aboutus2con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
    }
    .aboutus2conright {
        width: 50%;
        padding: 0 25px;
        background-color: var(--main-color-white);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .aboutus2conleft {
        width: 50%;
    }
    .aboutus2conleft img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .aboutus2conright strong {
        display: block;
        font-size: 28px;
        color: var(--main-color);
        position: relative;
        font-weight: normal;
    }
    .aboutus2conright strong::after {
        position: absolute;
        content: '';
        bottom: -15px;
        left: 0;
        height: 2px;
        width: 50px;
        background-color: var(--main-color);
    }
    .aboutus2conright p {
        font-size: 13px;
        line-height: 25px;
        color: var(--main-color-p_color);
        margin-top: 40px;
    }
    .aboutus2conright a {
        margin: inherit;
        margin-top: 30px;
    }
    .inside {
        padding: 30px 0;
        max-width: 1200px;
        margin: 0 auto;
    }
    .net {
        padding: 30px 0;
    }
    .netcon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .netcon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .netcon ul li {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
        margin-bottom: 25px;
    }
    .netcon ul li img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
    .netcon ul li p {
        font-size: 15px;
        color: var(--main-color-p_color);
        padding: 15px 0;
    }
    .netcon ul li span {
        display: block;
        margin-bottom: 5px;
        font-size: 13px;
        color: var(--main-color-fontColor);
    }
    .netcon ul li:nth-child(4n) {
        margin-right: 0;
    }
    .faq {
        padding: 80px 0;
        background-color: #f5f5f5;
    }
    .faqcon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .faqcon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .faqcon ul li {
        margin-bottom: 25px;
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        background-color: var(--main-color-white);
        height: 260px;
        border-top: 3px solid var(--main-color);
        padding: 40px 20px;
    }
    .faqcon ul li:nth-child(3n) {
        margin-right: 0 !important;
    }
    .faqcon ul li strong {
        margin-bottom: 15px;
        display: block;
        font-size: 15px;
        color: var(--main-color-p_color);
    }
    .faqcon ul li p {
        font-size: 13px;
        line-height: 25px;
        width: 100%;
        color: var(--main-color-fontColor);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }
}

@media only screen and (max-width: 996px) {
    .faq {
        padding: 30px 15px;
        background-color: #f5f5f5;
    }
    .faqcon {
        margin: 0 auto;
    }
    .faqcon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .faqcon ul li {
        margin-bottom: 25px;
        width: 100%;
        background-color: var(--main-color-white);
        border-top: 3px solid var(--main-color);
        padding: 40px 20px;
    }
    .faqcon ul li strong {
        margin-bottom: 15px;
        display: block;
        font-size: 15px;
        color: var(--main-color-p_color);
    }
    .faqcon ul li p {
        font-size: 13px;
        line-height: 25px;
        width: 100%;
        color: var(--main-color-fontColor);
    }
    .net {
        padding: 30px 15px;
    }
    .netcon {
        margin: 0 auto;
    }
    .netcon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .netcon ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .netcon ul li img {
        width: 100%;
    }
    .netcon ul li p {
        font-size: 15px;
        color: var(--main-color-p_color);
        padding: 15px 0;
    }
    .netcon ul li span {
        display: block;
        margin-bottom: 5px;
        font-size: 13px;
        color: var(--main-color-fontColor);
    }
    .netcon ul li:nth-child(4n) {
        margin-right: 0;
    }
    .inside {
        padding: 15px;
        width: 100%;
    }
    .aboutus2 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bg3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .aboutus2con {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus2conright {
        width: 100%;
        padding: 20px;
        background-color: var(--main-color-white);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .aboutus2conleft {
        width: 100%;
    }
    .aboutus2conleft img {
        width: 100%;
    }
    .aboutus2conright strong {
        display: block;
        font-size: 28px;
        color: var(--main-color);
        position: relative;
        font-weight: normal;
    }
    .aboutus2conright strong::after {
        position: absolute;
        content: '';
        bottom: -15px;
        left: 0;
        height: 2px;
        width: 50px;
        background-color: var(--main-color);
    }
    .aboutus2conright p {
        font-size: 13px;
        line-height: 25px;
        color: var(--main-color-p_color);
        margin-top: 40px;
    }
    .aboutus2conright a {
        margin: inherit;
        margin-top: 30px;
    }
    .aboutus1 {
        width: 100%;
        padding: 30px 15px;
    }
    .aboutus1con {
        margin: 0 auto;
    }
    .aboutus1con p {
        margin: 0 auto;
        font-size: 13px;
        color: var(--main-color-p_color);
        line-height: 25px;
        text-align: center;
    }
    .inbanner {
        width: 100%;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        background-position: center;
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        text-align: center;
        font-size: 25px;
        color: var(--main-color-p_color);
        font-weight: normal;
    }
    .foot {
        padding: 30px 15px;
        background-color: #333333;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footeritem {
        margin-bottom: 25px;
        width: 100%;
    }
    .footeritem1 a img {
        height: 40px;
    }
    .footeritem1 p {
        font-size: 14px;
        margin-top: 20px;
        line-height: 25px;
        color: #ccc;
    }
    .footeritem strong {
        display: block;
        font-size: 15px;
        font-weight: normal;
        color: var(--main-color-white);
        margin-bottom: 25px;
    }
    .footeritem2 ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footeritem2 ul li i {
        font-size: 15px;
        color: var(--main-color-white);
        width: 20px;
    }
    .footeritem2 ul li {
        margin-bottom: 10px;
    }
    .footeritem2 ul li span {
        flex: 1;
        padding-left: 10px;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .footeritem3 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footeritem3 ul li {
        margin-right: 30px;
    }
    .footeritem3 ul li img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .footeritem3 ul li p {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        padding: 10px 0;
        background-color: var(--main-color-p_color);
    }
    .footnav {
        width: 100%;
        background-color: var(--main-color-p_color);
        padding: 10px 0;
    }
    .footnavcon {
        max-width: 1200px;
        margin: 0 auto;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footnav a {
        padding: 0 15px;
        font-size: 14px;
        color: #ccc;
        margin-bottom: 15px;
    }
    .copy {
        padding: 10px 0;
        border-top: 1px solid #484848;
        background-color: var(--main-color-p_color);
        margin-bottom: 60px;
    }
    .copycon {
        font-size: 14px;
        text-align: center;
        color: #ccc;
    }
    .copycon a {
        font-size: 14px;
        color: #ccc;
    }
    .con6 {
        padding: 30px 15px;
        width: 100%;
    }
    .con6con {
        margin: 0 auto;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6con ul li {
        width: 100%;
        margin-bottom: 25px;
        cursor: pointer;
    }
    .con6con ul li img {
        width: 100%;
    }
    .con6con ul li p {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 15px;
        color: var(--main-color-p_color);
    }
    .con6con ul li strong {
        font-size: 13px;
        font-weight: normal;
        color: var(--main-color-999);
        display: block;
        margin-bottom: 15px;
    }
    .con6con ul li span {
        font-size: 13px;
        display: block;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        color: var(--main-color-999);
    }
    .con5 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bg2.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .con5con {
        margin: 0 auto;
    }
    .con_title_white strong {
        color: var(--main-color-white) !important;
    }
    .con_title_white strong::after {
        background: var(--main-color-white) !important;
    }
    .con5con p {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        margin-bottom: 45px;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
    }
    .con5con ul li {
        width: 48%;
        margin-bottom: 25px;
    }
    .con5con ul li img {
        width: 100%;
        object-fit: cover;
    }
    .con4 {
        padding: 30px 15px;
    }
    .con4con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4conleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .con4conright {
        flex: 1;
    }
    .con4conleft strong {
        position: relative;
        font-size: 28px;
        display: block;
        text-align: center;
        color: var(--main-color);
        font-weight: normal;
    }
    .con4conleft strong::after {
        position: absolute;
        width: 50px;
        height: 2px;
        content: '';
        background-color: var(--main-color);
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .con4conleft p {
        font-size: 20px;
        color: var(--main-color-fontColor);
        margin-top: 30px;
        text-align: center;
    }
    .con4conright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4conright ul li {
        width: 48%;
        margin-bottom: 30px;
    }
    .con4conright ul li img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }
    .con4conright ul li p {
        font-size: 15px;
        color: var(--main-color-fontColor);
        text-align: center;
        padding: 15px 0;
    }
    .con4conright ul li span {
        display: block;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-999);
    }
    .con3 {
        width: 100%;
    }
    .con3 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3 ul li {
        min-width: 50%;
        flex: 1;
        position: relative;
    }
    .con3 ul li img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .con3pos {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 30px;
    }
    .con3pos strong {
        color: var(--main-color-white);
        font-size: 15px;
        text-align: center;
        display: block;
        font-weight: normal;
    }
    .con3pos p {
        color: var(--main-color-white);
        margin: 15px 0;
        font-size: 15px;
    }
    .con3pos span {
        color: var(--main-color-white);
        display: block;
        max-width: 210px;
        font-size: 14px;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .con2con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2conleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .con2conleft img {
        width: 100%;
    }
    .con2conright {
        width: 100%;
        padding: 20px;
        background-color: var(--main-color-white);
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .con2conright strong {
        display: block;
        font-size: 28px;
        position: relative;
        font-weight: normal;
        color: var(--main-color);
    }
    .con2conright strong::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        bottom: -15px;
        left: 0;
        background-color: var(--main-color);
    }
    .con2conright p {
        margin-top: 30px;
        font-size: 16px;
        color: var(--main-color);
        line-height: 30px;
        margin-bottom: 15px;
    }
    .con2conright span {
        font-size: 14px;
        line-height: 30px;
        color: var(--main-color-fontColor);
    }
    .con2conright .more {
        margin: inherit;
        margin-top: 35px;
    }
    .con1 {
        padding: 30px 15px;
        width: 100%;
        background-color: #f6f6f6;
    }
    .con1con {
        margin: 0 auto;
    }
    .con_title {
        margin-bottom: 40px;
    }
    .con_title strong {
        display: block;
        text-align: center;
        color: var(--main-color-p_color);
        font-size: 25px;
        font-weight: normal;
        position: relative;
    }
    .con_title strong::after {
        position: absolute;
        bottom: -15px;
        background-color: var(--main-color);
        content: '';
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 2px;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1con ul li {
        width: 48%;
        cursor: pointer;
        background-color: var(--main-color-white);
        margin-bottom: 25px;
    }
    .con1con ul li img {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }
    .con1div {
        padding: 15px;
        background-color: #eeeeee;
        border-top: 5px solid var(--main-color);
    }
    .con1div p {
        font-size: 15px;
        color: var(--main-color-p_color);
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .con1div span {
        font-size: 14px;
        display: block;
        text-align: center;
        font-weight: bold;
        color: #000;
    }
    .more {
        width: 160px;
        height: 45px;
        line-height: 45px;
        border-radius: 30px;
        background-color: var(--main-color-red);
        font-size: 13px;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        color: var(--main-color-white);
    }
    .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;
    }
    .ml_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-fontColor);
        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-fontColor);
        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-fontColor);
        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-fontColor);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 45px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: 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;
    }
}
