* {
    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: #e62129;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-333: #333333;
    --main-color-222: #333333;
    --main-color-888: #888888;
    --main-color-999: #999;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.copy a {
    color: var(--main-color-white);
    font-size: 14px;
}

@media only screen and (min-width: 996px) {
    .swiper_index>.swiper-wrapper>.swiper-slide:last-child {
        /* height: auto !important; */
    }
    .h_r {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .mailTo img {
        filter: brightness(0) invert(1);
    }
    .mail_lang {
        display: flex;
        align-items: center;
    }
    .lang {
        margin-left: 20px;
        height: 100px;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
    }
    .lang_tab {
        position: absolute;
        width: 100px;
        top: 100%;
        left: -20px;
        padding: 15px;
        background-color: #fff;
        display: none;
        border-radius: 5px;
    }
    .lang_tab a {
        display: block;
        height: 35px;
        font-size: 14px;
        color: #00000066;
        text-align: center;
        line-height: 35px;
    }
    .lang_tab a:hover {
        color: #000;
    }
    .lang img {
        width: 31px;
        cursor: pointer;
    }
    .pcnav>li {
        position: relative;
    }
    .p_drop {
        position: absolute;
        top: 100%;
        left: 0;
        width: 200px;
        display: none;
    }
    .p_drop a {
        height: 40px;
        line-height: 40px;
        transition: all ease .4s;
        padding-left: 20px;
        padding-right: 20px;
        color: #555;
        display: block;
        background-color: #fff;
        font-size: 15px;
    }
    .p_drop a:hover {
        color: #fff;
        background-color: var(--main-color);
    }
    .pcnav>li:hover .p_drop {
        display: block;
    }
    .pcnav>li>a {
        color: #fff;
        font-size: 16px;
        display: block;
        height: 100px;
        line-height: 100px;
        padding: 0 20px;
    }
    .pcnav>li>a:hover {
        color: var(--main-color);
    }
    .pclogo {
        width: 450px;
        height: 100px;
        /*background-color: #d9d5d5;*/
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        transition: all ease .4s;
        height: 100px;
        transition: all ease .4s;
    }
    .pcheader {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 60px;
    }
    .swiper_index {
        width: 100%;
        height: 100%;
    }
    .swiper_index>.swiper-slide {
        width: 100%;
        height: 100%;
    }
    .section1 {
        width: 100%;
        height: 100%;
    }
    .section1con {
        width: 100%;
        height: 100%;
    }
    .banner_index {
        width: 100%;
        height: 100%;
    }
    .banner_index img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        background-color: var(--main-color);
        opacity: .9;
    }
    .bannerpage .swiper-pagination-bullet-active {
        background-color: transparent !important;
        border: 3px solid var(--main-color);
    }
    .bannerpos {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bannerposcon {
        width: 80vw;
    }
    .bannerposcon h1 {
        color: #fff;
        font-size: 60px;
        display: block;
        margin-bottom: 45px;
    }
    .knowmore {
        display: block;
        position: relative;
        color: #fff;
        font-size: 20px;
        transition: all ease .4s;
        padding-left: 40px;
    }
    .knowmore:hover {
        padding-left: 45px;
    }
    .knowmore::after {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        left: 0px;
        top: -2px;
        border: 4px solid #ffffff;
        margin-right: 5px;
        border-radius: 50%;
        transition: all 0.5s;
    }
    .changeHeader {
        background-color: #fff !important;
    }
    .changeHeader .pcnav>li>a {
        color: #333 !important;
    }
    .changeHeader .mailTo img {
        filter: none !important;
    }
    .changeHeader .lang img {
        filter: brightness(1) invert(1) !important;
    }
    .mbhead {
        display: none;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .page_index .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        background-color: #fff;
        margin: 10px 0 !important;
    }
    .section2 {
        width: 100%;
        height: 100%;
    }
    .section2con {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .section2left {
        width: 50%;
        padding-left: 7vw;
        padding-right: 3vw;
    }
    .section2right {
        width: 50%;
    }
    .section2right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section2left span {
        font-size: 24px;
        color: #414141;
    }
    .section2left h1 {
        font-size: 50px;
        color: #414141;
        margin-bottom: 25px;
        font-weight: normal;
    }
    .section2left p {
        font-size: 18px;
        color: #414141;
        line-height: 30px;
        text-indent: 2em;
    }
    .section2left a {
        display: block;
        margin-top: 70px;
        width: 300px;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        font-size: 18px;
        height: 65px;
        border-radius: 40px;
        text-align: center;
        line-height: 65px;
    }
    .section3 {
        width: 100%;
        height: 100%;
    }
    .section3con {
        width: 100%;
        height: 100%;
    }
    .section3_swiper {
        width: 100%;
        height: 100%;
    }
    .section3_swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section3page {
        position: relative;
    }
    .section3page::after {
        position: absolute;
        background-color: #7a7a7a;
        width: 100%;
        height: 1px;
        left: 0;
        top: 10px;
        z-index: -1;
        content: '';
    }
    .section3page .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        position: relative;
        z-index: 10;
        background-color: #fff;
        margin: 0 100px !important;
    }
    .section3page .swiper-pagination-bullet-active {
        border: 1px solid #fff;
        position: relative;
    }
    .section3page .swiper-pagination-bullet-active::after {
        position: absolute;
        width: 22px;
        height: 22px;
        border: 1px dashed #fff;
        content: '';
        border-radius: 50%;
        left: -6px;
        top: -5px;
    }
    .section4 {
        width: 100%;
        height: 100%;
    }
    .section4con {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 10vw;
    }
    .section4con h1 {
        color: #000;
        font-size: 50px;
        font-weight: normal;
        margin-bottom: 30px;
    }
    .case_thumb {
        width: 100%;
        margin-bottom: 75px !important;
        position: relative;
    }
    .case_thumb::after {
        width: 100%;
        height: 1px;
        bottom: 6px;
        left: 0;
        border-bottom: 1px dashed #ccc;
        content: '';
        position: absolute;
    }
    .case_response {
        width: 100%;
    }
    .case_thumb .swiper-slide {
        text-align: center;
        cursor: pointer;
    }
    .case_thumb .swiper-slide img {
        width: 80px;
        height: 80px;
        transition: all ease .4s;
        object-fit: contain;
        filter: brightness(0) invert(0.7);
    }
    .case_thumb .swiper-slide p {
        font-size: 18px;
        color: #000;
        text-align: center;
        margin: 25px 0;
    }
    .case_thumb .swiper-slide span {
        width: 12px;
        transition: all ease .4s;
        display: block;
        height: 12px;
        background-color: #c6c6c6;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
    .case_thumb .swiper-slide-thumb-active img {
        filter: none !important;
    }
    .case_thumb .swiper-slide-thumb-active span {
        background-color: var(--main-color) !important;
    }
    .case_response p {
        font-size: 24px;
        color: #666;
        margin-bottom: 30px;
    }
    .case_response span {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .case_response a {
        display: block;
        margin-top: 40px;
        width: 300px;
        color: #ffffff;
        font-size: 18px;
        height: 65px;
        background-color: var(--main-color);
        border-radius: 40px;
        text-align: center;
        line-height: 65px;
    }
    .section5 {
        width: 100%;
        height: 100%;
    }
    .section5con {
        width: 100%;
        background-image: url(../images/newbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section5con h1 {
        font-weight: normal;
        font-size: 3.125rem;
        text-align: center;
        margin-bottom: 20px;
        color: #fff;
    }
    .section5con h6 {
        color: #fff;
        font-size: 15px;
        text-align: center;
        font-weight: normal;
        margin-bottom: 40px;
    }
    .section5con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .section5con ul li {
        width: 31%;
        position: relative;
        cursor: pointer;
    }
    .section5con ul li a {
        display: block;
        overflow: hidden;
    }
    .section5con ul li:hover img {
        transform: scale(1.1);
    }
    .section5con ul li img {
        transition: all ease .4s;
        width: 100%;
        height: 268px;
        object-fit: cover;
    }
    .section5con ul li .n_pos {
        position: absolute;
        width: 100%;
        padding: 30px 15px;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .n_pos span {
        color: #c8c8c8;
        font-size: 16px;
    }
    .n_pos p {
        color: #fff;
        font-size: 20px;
        margin-top: 10px;
    }
    .morenews {
        display: block;
        margin: 0 auto;
        margin-top: 70px;
        width: 300px;
        background-color: var(--main-color);
        color: #ffffff;
        font-size: 18px;
        height: 65px;
        border-radius: 40px;
        text-align: center;
        line-height: 65px;
    }
    .inbanner {
        width: 100%;
        height: 470px;
        background-image: url(../images/inbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 100px;
        position: relative;
    }
    .in_pos {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        padding: 0 12vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        left: 0;
    }
    .in_pos h1 {
        color: #fff;
        margin-bottom: 40px;
        position: relative;
    }
    .in_pos h1::after {
        content: '';
        position: absolute;
        height: 3px;
        background-color: #fff;
        width: 60px;
        left: 0;
        bottom: -20px;
    }
    .crumb {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .crumb i {
        color: #fff;
        font-size: 16px;
    }
    .crumb a {
        display: block;
        color: #fff;
        font-size: 14px;
        padding: 0 4px;
    }
    .crumb span {
        color: #fff;
        font-size: 14px;
    }
    .e_html-6 .scroll-icon {
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 2em;
        width: 1.2em;
        font-size: 22px;
        color: rgba(255, 255, 255, .5);
        border-radius: 2em;
        border: solid 2px;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .e_html-6 .scroll-icon::after {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(.65, .05, .36, 1);
        animation: scroll-icon 2.2s infinite cubic-bezier(.65, .05, .36, 1);
    }
    @keyframes scroll-icon {
        0% {
            -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
            opacity: 0;
        }
        30%,
        70% {
            opacity: 1;
        }
        100% {
            -webkit-transform: translateY(12px);
            transform: translateY(12px);
            opacity: 0;
        }
    }
    .bread {
        width: 100%;
        height: 70px;
        background-color: #fff;
    }
    .breadcon {
        max-width: 1570px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .breadcon ul {
        display: flex;
        align-items: center;
    }
    .breadcon ul li a {
        display: block;
        height: 70px;
        position: relative;
        line-height: 70px;
        font-size: 15px;
        color: #222;
        padding: 0 30px;
    }
    .breadcon ul li a::before {
        content: '';
        width: 1px;
        right: 0;
        height: 15px;
        top: 28px;
        position: absolute;
        background-color: #cccccc;
    }
    .breadcon ul li a::after {
        content: '';
        width: 0%;
        left: 50%;
        transform: translateX(-50%);
        transition: all ease .4s;
        height: 3px;
        background-color: var(--main-color);
        position: absolute;
        bottom: 0;
    }
    .breadcon ul li a:hover {
        color: var(--main-color);
    }
    .breadcon ul li a:hover::after {
        width: 100% !important;
    }
    .aboutus {
        /* max-width: 1570px;
        margin: 50px auto;
        padding: 0 65px; */
    }
    .aboutuscon {
        width: 100%;
        padding: 40px 25px;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
    }
    .inner_active {
        color: var(--main-color) !important;
    }
    .inner_active::after {
        width: 100% !important;
    }
    .ableft {
        width: 65%;
    }
    .ableft h1 {
        font-size: 36px;
        color: #000;
        font-weight: normal;
        margin-bottom: 70px;
    }
    .ableft strong {
        color: #333;
        font-size: 24px;
        font-weight: normal;
        position: relative;
        display: block;
        margin-bottom: 40px;
    }
    .ableft strong::after {
        content: '';
        width: 60px;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: -20px;
        background-color: var(--main-color);
    }
    .ableft p {
        font-size: 16px;
        color: #333;
        line-height: 35px;
    }
    .abright {
        width: 30%;
    }
    .abright img {
        width: 100%;
    }
    .foot {
        width: 100%;
        background-color: #4b4e53;
    }
    .footer {
        max-width: 1570px;
        padding: 0 65px;
        padding: 30px 0;
        max-width: 1440px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #5d6065;
    }
    .footerleft {
        width: 80%;
    }
    .footerleft ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft ul li {
        width: 18%;
        margin-right: 1%;
    }
    .footerright {
        width: 16%;
    }
    .f_a {
        color: #fff;
        display: block;
        font-size: 14px;
        font-style: italic;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .s_a {
        color: #aaaaaa;
        display: block;
        margin-top: 5px;
        font-size: 14px;
    }
    .s_a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .footerright p {
        color: #fff;
        display: block;
        font-size: 14px;
        font-style: italic;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .f_boxitem {
        display: flex;
        align-items: center;
        margin-top: 5px;
    }
    .f_boxitem img {
        width: 20px;
    }
    .f_boxitem span {
        display: block;
        margin-left: 10px;
        color: #aaa;
        font-size: 14px;
    }
    .copy {
        width: 100%;
    }
    .copycon {
        max-width: 1570px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 65px;
        background-color: #4b4e53;
        color: #fff;
    }
    .copyleft a img {
        height: 40px;
    }
    .copyleft p {
        margin-top: 10px;
        color: #fff;
    }
    .copyleft p a {
        font-size: 14px;
        color: #fff;
    }
    .pro .aboutuscon {
        flex-wrap: wrap;
    }
    .pro h5 {
        width: 100%;
        display: block;
        font-size: 35px;
        color: #000;
        font-weight: normal;
        margin-bottom: 30px;
    }
    .pro table {
        width: 100%;
        border-bottom: 3px solid #e60013 !important;
        vertical-align: middle;
        border-spacing: 0px !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-collapse: collapse;
    }
    .pro table tr {
        background-color: #eceff1;
    }
    .pro table th {
        padding: 9px 20px;
        background-color: #e60013;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
    }
    .pro table tr td {
        color: #333333;
        font-size: 14px;
        padding: 6px 20px;
        text-align: center;
        border-right: 1px solid #ffffff;
        word-break: break-word;
        border-bottom: 1px solid #ffffff;
    }
    .pro table tr:nth-child(even) {
        background-color: #ffffff;
    }
    .news {
        max-width: 1570px;
        margin: 0 auto;
        padding: 0 65px;
        margin: 50px auto;
    }
    .newscon {
        width: 100%;
    }
    .newitem {
        display: flex;
        background-color: #fff;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
        transition: all ease .4s;
    }
    .newitem:hover {
        box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    }
    .newitem:hover img {
        transform: scale(1.1);
    }
    .newitem:hover a {
        color: #e60013;
    }
    .newitem:hover strong {
        color: #e60013;
    }
    .newitem:hover .n_itemright p {
        color: #e60013 !important;
    }
    .nitem_left {
        width: 23%;
        display: block;
        overflow: hidden;
    }
    .nitem_left img {
        width: 100%;
        transition: all ease .4s;
    }
    .n_itemcenter {
        width: 55%;
    }
    .n_itemright {
        width: 8%;
    }
    .n_itemcenter a {
        color: #333;
        font-size: 20px;
        display: block;
        transition: all ease .4s;
        margin-bottom: 15px;
    }
    .n_itemcenter span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 14px;
        color: #555;
    }
    .n_itemright strong {
        display: block;
        color: #666;
        width: 100%;
        transition: all ease .4s;
        text-align: center;
        font-size: 56px;
    }
    .n_itemright p {
        text-align: center;
        transition: all ease .4s;
        color: #666;
        font-size: 14px;
    }
    .contact {
        max-width: 1570px;
        padding: 0 65px;
        margin: 50px auto;
    }
    .contact1 {
        width: 100%;
        margin-bottom: 50px;
    }
    .contact1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact1 ul li {
        text-align: center;
        width: 32%;
        background-color: #fff;
        padding: 50px;
        transition: all ease .4s;
    }
    .contact1 ul li img {
        width: 64px;
        display: block;
        margin: 0 auto;
    }
    .contact1 ul li:hover {
        box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    }
    .contact1 ul li p {
        font-size: 30px;
        color: #333;
        margin: 20px auto;
        text-align: center;
    }
    .contact1 ul li span {
        color: #333;
        text-align: center;
        display: block;
        font-size: 14px;
    }
    .contact2 {
        width: 100%;
        padding: 50px;
        background-color: #fff;
    }
    .contact2 strong {
        display: block;
        color: #333;
        margin-bottom: 30px;
        font-size: 40px;
        font-weight: normal;
        text-align: center;
    }
    .formitem {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .formitem input {
        display: block;
        width: 31%;
        margin-bottom: 30px;
        height: 38px;
        padding-left: 15px;
        border: 1px solid #e1e1e1;
    }
    .formitem textarea {
        display: block;
        width: 100%;
        height: 100px;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-top: 15px;
        border: 1px solid #e1e1e1;
    }
    .formitem a {
        display: block;
        margin: 0 auto;
        background-color: #e60013;
        color: #fff;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
    }
}

@media only screen and (max-width: 996px) {
    .contact {
        width: 95%;
        margin: 0 auto;
    }
    .contact1 {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact1 ul li {
        text-align: center;
        width: 100%;
        background-color: #fff;
        padding: 20px;
        transition: all ease .4s;
    }
    .contact1 ul li img {
        width: 35px;
        display: block;
        margin: 0 auto;
    }
    .contact1 ul li:hover {
        box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    }
    .contact1 ul li p {
        font-size: 20px;
        color: #333;
        margin: 10px auto;
        text-align: center;
    }
    .contact1 ul li span {
        color: #333;
        text-align: center;
        display: block;
        font-size: 14px;
    }
    .contact2 {
        width: 100%;
        padding: 20px;
        background-color: #fff;
    }
    .contact2 strong {
        display: block;
        color: #333;
        margin-bottom: 20px;
        font-size: 25px;
        font-weight: normal;
        text-align: center;
    }
    .formitem {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .formitem input {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        height: 38px;
        padding-left: 15px;
        border: 1px solid #e1e1e1;
    }
    .formitem textarea {
        display: block;
        width: 100%;
        height: 100px;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-top: 15px;
        border: 1px solid #e1e1e1;
    }
    .formitem a {
        display: block;
        margin: 0 auto;
        background-color: #e60013;
        color: #fff;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
    }
    .news {
        width: 95%;
        margin: 30px auto;
    }
    .newscon {
        width: 100%;
    }
    .newitem {
        display: flex;
        background-color: #fff;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
        transition: all ease .4s;
    }
    .newitem:hover {
        box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    }
    .newitem:hover img {
        transform: scale(1.1);
    }
    .newitem:hover a {
        color: #e60013;
    }
    .newitem:hover strong {
        color: #e60013;
    }
    .newitem:hover .n_itemright p {
        color: #e60013 !important;
    }
    .nitem_left {
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .nitem_left img {
        width: 100%;
        transition: all ease .4s;
    }
    .n_itemcenter {
        width: 100%;
        margin-top: 20px;
        padding: 10px;
    }
    .n_itemright {
        width: 100%;
        padding: 10px;
    }
    .n_itemcenter a {
        color: #333;
        font-size: 20px;
        display: block;
        transition: all ease .4s;
        margin-bottom: 15px;
    }
    .n_itemcenter span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 14px;
        color: #555;
    }
    .n_itemright strong {
        display: block;
        color: #666;
        width: 100%;
        transition: all ease .4s;
        font-size: 56px;
    }
    .n_itemright p {
        transition: all ease .4s;
        color: #666;
        font-size: 14px;
    }
    .pro table {
        width: 100%;
        border-bottom: 3px solid #e60013 !important;
        vertical-align: middle;
        border-spacing: 0px !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-collapse: collapse;
    }
    .pro table tr {
        background-color: #eceff1;
    }
    .pro table th {
        padding: 9px 20px;
        background-color: #e60013;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
    }
    .pro table tr td {
        color: #333333;
        font-size: 14px;
        padding: 6px 20px;
        text-align: center;
        border-right: 1px solid #ffffff;
        word-break: break-word;
        border-bottom: 1px solid #ffffff;
    }
    .pro table tr:nth-child(even) {
        background-color: #ffffff;
    }
    .pro .aboutuscon {
        flex-wrap: wrap;
        flex-direction: column;
        overflow-x: auto;
        width: 100%;
    }
    .pro h5 {
        width: 100%;
        display: block;
        font-size: 20px;
        color: #000;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .foot {
        width: 100%;
        margin-bottom: 60px;
        background-color: #4b4e53;
        padding: 40px 15px;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft {
        display: none;
        width: 100%;
    }
    .footerleft ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft ul li {
        width: 18%;
        margin-right: 1%;
    }
    .footerright {
        width: 100%;
    }
    .f_a {
        color: #fff;
        display: block;
        font-size: 14px;
        font-style: italic;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .s_a {
        color: #aaaaaa;
        display: block;
        margin-top: 5px;
        font-size: 14px;
    }
    .s_a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .footerright p {
        color: #fff;
        display: block;
        font-size: 14px;
        font-style: italic;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .f_boxitem {
        display: flex;
        align-items: center;
        margin-top: 5px;
    }
    .f_boxitem img {
        width: 20px;
    }
    .f_boxitem span {
        display: block;
        margin-left: 10px;
        color: #aaa;
        font-size: 14px;
    }
    .copy {
        width: 100%;
        margin-top: 30px;
    }
    .copycon {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        background-color: #4b4e53;
    }
    .copyleft a img {
        height: 40px;
    }
    .copyleft p {
        margin-top: 10px;
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
    }
    .copyleft p a {
        font-size: 14px;
        color: #fff;
    }
    .copyright {
        width: 100%;
        text-align: center;
    }
    .aboutus {
        width: 90%;
        margin: 30px auto;
    }
    .aboutuscon {
        width: 100%;
        padding: 20px 15px;
        background-color: #fff;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .inner_active {
        color: var(--main-color) !important;
    }
    .inner_active::after {
        width: 100% !important;
    }
    .ableft {
        width: 100%;
        margin-top: 20px;
    }
    .ableft h1 {
        font-size: 30px;
        color: #000;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .ableft strong {
        color: #333;
        font-size: 16px;
        font-weight: normal;
        position: relative;
        display: block;
        margin-bottom: 20px;
    }
    .ableft strong::after {
        content: '';
        width: 60px;
        height: 3px;
        position: absolute;
        left: 0;
        bottom: -15px;
        background-color: var(--main-color);
    }
    .ableft p {
        font-size: 14px;
        color: #333;
        line-height: 35px;
    }
    .abright {
        width: 100%;
    }
    .abright img {
        width: 100%;
    }
    .bread {
        width: 100%;
        height: 60px;
        background-color: #fff;
    }
    .breadcon {
        padding: 0 15px;
        margin: 0 auto;
    }
    .breadcon ul {
        white-space: nowrap;
        overflow-x: scroll;
    }
    .breadcon ul li {
        display: inline;
    }
    .breadcon ul li a {
        display: inline-block;
        height: 70px;
        position: relative;
        line-height: 70px;
        font-size: 15px;
        color: #222;
        padding: 0 30px;
    }
    .breadcon ul li a::before {
        content: '';
        width: 1px;
        right: 0;
        height: 15px;
        top: 28px;
        position: absolute;
        background-color: #cccccc;
    }
    .breadcon ul li a::after {
        content: '';
        width: 0%;
        left: 50%;
        transform: translateX(-50%);
        transition: all ease .4s;
        height: 3px;
        background-color: var(--main-color);
        position: absolute;
        bottom: 0;
    }
    .breadcon ul li a:hover {
        color: var(--main-color);
    }
    .breadcon ul li a:hover::after {
        width: 100% !important;
    }
    .inbanner {
        width: 100%;
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 60px;
        position: relative;
    }
    .in_pos {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        padding: 0 10vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        left: 0;
    }
    .in_pos h1 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 25px;
        font-weight: normal;
        position: relative;
    }
    .in_pos h1::after {
        content: '';
        position: absolute;
        height: 2px;
        background-color: #fff;
        width: 40px;
        left: 0;
        bottom: -10px;
    }
    .crumb {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .crumb i {
        color: #fff;
        font-size: 16px;
    }
    .crumb a {
        display: block;
        color: #fff;
        font-size: 14px;
        padding: 0 4px;
    }
    .crumb span {
        color: #fff;
        font-size: 14px;
    }
    .e_html-6 .scroll-icon {
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 2em;
        width: 1.2em;
        font-size: 22px;
        color: rgba(255, 255, 255, .5);
        border-radius: 2em;
        border: solid 2px;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .e_html-6 .scroll-icon::after {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(.65, .05, .36, 1);
        animation: scroll-icon 2.2s infinite cubic-bezier(.65, .05, .36, 1);
    }
    @keyframes scroll-icon {
        0% {
            -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
            opacity: 0;
        }
        30%,
        70% {
            opacity: 1;
        }
        100% {
            -webkit-transform: translateY(12px);
            transform: translateY(12px);
            opacity: 0;
        }
    }
    .section5 {
        width: 100%;
    }
    .section5con {
        width: 100%;
        background-image: url(../images/newbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        display: flex;
        padding: 30px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section5con h1 {
        font-weight: normal;
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px;
        color: #fff;
    }
    .section5con h6 {
        color: #fff;
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .section5con ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }
    .section5con ul li:nth-child(1) {
        display: block;
    }
    .section5con ul li {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        cursor: pointer;
    }
    .section5con ul li a {
        display: block;
        overflow: hidden;
    }
    .section5con ul li:hover img {
        transform: scale(1.1);
    }
    .section5con ul li img {
        transition: all ease .4s;
        width: 100%;
    }
    .section5con ul li .n_pos {
        position: absolute;
        width: 100%;
        padding: 30px 15px;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .n_pos span {
        color: #c8c8c8;
        font-size: 16px;
    }
    .n_pos p {
        color: #fff;
        font-size: 20px;
        margin-top: 10px;
    }
    .morenews {
        display: block;
        margin: 0 auto;
        margin-top: 70px;
        width: 300px;
        background-color: var(--main-color);
        color: #ffffff;
        font-size: 18px;
        height: 65px;
        border-radius: 40px;
        text-align: center;
        line-height: 65px;
    }
    .section4 {
        width: 100%;
    }
    .section4con {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 10vw;
    }
    .section4con h1 {
        color: #000;
        font-size: 25px;
        font-weight: normal;
        margin-bottom: 30px;
    }
    .case_thumb {
        width: 100%;
        margin-bottom: 35px !important;
        position: relative;
    }
    .case_thumb::after {
        width: 100%;
        height: 1px;
        bottom: 6px;
        left: 0;
        border-bottom: 1px dashed #ccc;
        content: '';
        position: absolute;
    }
    .case_response {
        width: 100%;
    }
    .case_thumb .swiper-slide {
        text-align: center;
        cursor: pointer;
    }
    .case_thumb .swiper-slide img {
        width: 80px;
        height: 80px;
        transition: all ease .4s;
        object-fit: contain;
        filter: brightness(0) invert(0.7);
    }
    .case_thumb .swiper-slide p {
        font-size: 16px;
        color: #000;
        text-align: center;
        margin: 15px 0;
    }
    .case_thumb .swiper-slide span {
        width: 12px;
        transition: all ease .4s;
        display: block;
        height: 12px;
        background-color: #c6c6c6;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
    .case_thumb .swiper-slide-thumb-active img {
        filter: none !important;
    }
    .case_thumb .swiper-slide-thumb-active span {
        background-color: var(--main-color) !important;
    }
    .case_response p {
        font-size: 16px;
        color: #666;
        margin-bottom: 20px;
    }
    .case_response span {
        font-size: 14px;
        color: #666;
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .case_response a {
        display: block;
        margin-top: 40px;
        width: 300px;
        color: #ffffff;
        font-size: 18px;
        height: 65px;
        background-color: var(--main-color);
        border-radius: 40px;
        text-align: center;
        line-height: 65px;
    }
    .section3 {
        width: 100%;
        height: 100%;
    }
    .section3con {
        width: 100%;
    }
    .section3_swiper {
        width: 100%;
        height: 100%;
    }
    .section3_swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section3page {
        position: relative;
    }
    .section3page::after {
        position: absolute;
        background-color: #7a7a7a;
        width: 100%;
        height: 1px;
        left: 0;
        top: 10px;
        z-index: -1;
        content: '';
    }
    .section3page .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        position: relative;
        z-index: 10;
        background-color: #fff;
        margin: 0 20px !important;
    }
    .section3page .swiper-pagination-bullet-active {
        border: 1px solid #fff;
        position: relative;
    }
    .section3page .swiper-pagination-bullet-active::after {
        position: absolute;
        width: 22px;
        height: 22px;
        border: 1px dashed #fff;
        content: '';
        border-radius: 50%;
        left: -6px;
        top: -5px;
    }
    .section2 {
        width: 100%;
    }
    .section2con {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .section2left {
        width: 100%;
        padding: 15px;
    }
    .section2right {
        display: none;
    }
    .section2left span {
        font-size: 18px;
        color: #414141;
    }
    .section2left h1 {
        font-size: 30px;
        color: #414141;
        margin-bottom: 25px;
        font-weight: normal;
    }
    .section2left p {
        font-size: 16px;
        color: #414141;
        line-height: 25px;
    }
    .section2left a {
        display: block;
        margin-top: 30px;
        width: 200px;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        font-size: 16px;
        height: 45px;
        border-radius: 40px;
        text-align: center;
        line-height: 45px;
    }
    .page_index .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background-color: #fff;
        margin: 10px 0 !important;
    }
    .swiper_index {
        width: 100%;
    }
    .swiper_index>.swiper-slide {
        width: 100%;
    }
    .section1 {
        width: 100%;
    }
    .section1con {
        width: 100%;
    }
    .banner_index {
        width: 100%;
    }
    .banner_index img {
        width: 100%;
        height: 670px;
        object-fit: cover;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        background-color: var(--main-color);
        opacity: .9;
    }
    .bannerpage .swiper-pagination-bullet-active {
        background-color: transparent !important;
        border: 3px solid var(--main-color);
    }
    .bannerpos {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bannerposcon {
        width: 80vw;
    }
    .bannerposcon h1 {
        color: #fff;
        font-size: 25px;
        /* font-weight: normal; */
        display: block;
        text-align: center;
        margin-bottom: 45px;
    }
    .knowmore {
        display: block;
        position: relative;
        color: #fff;
        font-size: 20px;
        text-align: center;
        transition: all ease .4s;
        padding-left: 40px;
    }
    .knowmore:hover {
        padding-left: 45px;
    }
    .knowmore::after {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
        left: 100px;
        top: -2px;
        border: 4px solid #ffffff;
        margin-right: 5px;
        border-radius: 50%;
        transition: all 0.5s;
    }
    .pchead {
        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: #333;
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: all ease .4s;
    }
    .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: #333;
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #333;
        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: #fff;
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: all ease .4s;
    }
    .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: #000;
        transition: all ease .4s;
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo {
        width: 150px;
        /*background-color: var(--main-color);*/
        padding: 0 20px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ml_mb_logo img {
        width: 100%;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding-right: 15px;
        background-color: #fff;
        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;
    }
    .m_r {
        display: flex;
        align-items: center;
    }
    .m_lang {
        position: relative;
        margin-left: 10px;
    }
    .m_langtab {
        position: fixed;
        background-color: #fff;
        width: 100px;
        display: none;
        top: 60px;
        right: 0;
    }
    .m_langtab a {
        display: block;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        color: #666;
    }
    .mmail {
        margin-left: 10px;
    }
    .swiper_index>.swiper-wrapper {
        display: block !important;
    }
}