* {
    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: #cd3335;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        transition: var(--main-transition);
        z-index: 99;
        height: 100px;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .8);
        padding: 0 5%;
        background-repeat: no-repeat;
    }

    .pcheader {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 100px;
    }

    .pclogo img {
        height: 70px;
    }

    .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: 100px;
        line-height: 100px;
        font-size: 16px;
        transition: var(--main-transition);
        color: var(--main-color-white);
        font-weight: bold;
        padding: 0 20px;
    }

    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        width: 150px;
        background: rgba(0, 0, 0, .7);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }

    .pc_sec_item a {
        color: var(--main-color-white);
        font-size: 14px;
        font-weight: bold;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }

    .pcnav>li>a:hover {
        color: var(--main-color);
    }

    .pcnav li:hover .pc_sec_nav {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .pc_sec_item:hover .pc_third_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .pcnav li:hover .first_a {
        color: var(--main-color);
    }

    .pc_sec_item:hover .second_a {
        color: var(--main-color) !important;
    }

    .third_a:hover {
        color: var(--main-color) !important;
    }

    .pc_sec_item {
        position: relative;
    }

    .pc_third_nav {
        position: absolute;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        left: 100%;
        top: 0;
        background: rgba(0, 0, 0, .7);
        z-index: 998;
        width: 150px;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }

    .ml_mb_head {
        display: none;
    }

    .ml_mb_nav {
        display: none;
    }

    .ml_banner {
        width: 100%;
        z-index: 998;
        margin-top: 90px !important;
    }

    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }

    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }

    .ml_banner img {
        width: 100%;
    }

    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }

    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }

    .bannerbtnleft {
        left: 0 !important;
    }

    .bannerbtnright {
        right: 0 !important;
    }

    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
    }

    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-999);
        margin: 0 auto;
    }

    .copycon a {
        font-size: 14px;
        color: var(--main-color-999);
    }

    .inbanner {
        width: 100%;
        height: 400px;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inbanner strong {
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }

    .inside {
        max-width: 1350px;
        padding: 15px 25px;
        margin: 0 auto;
    }

    .inside p {
        font-size: 15px;
        color: var(--main-color-222);
    }

    .banner_video {
        width: 100%;
        position: relative;
        /* height: 100vh; */
    }

    .banner_video video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .banner_pos {
        position: absolute;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .6);
    }

    .banner_pos h1 {
        font-size: 80px;
        color: var(--main-color-white);
    }

    .banner_pos h2 {
        font-size: 60px;
        color: var(--main-color-white);
    }

    .banner_pos strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-weight: 100;
        margin: 40px auto;
        font-size: 40px;
    }

    .con1 {
        width: 100%;
        padding: 80px 0;
        background-image: url(../images/s_about_bg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .con1con {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .con1conleft {
        width: 50%;
    }

    .con1conright {
        width: 47%;
    }

    .con1conright a img {
        width: 100%;
        border-radius: 0px 50px 0px 50px;
    }

    .con1conleft p {
        font-size: 30px;
        color: var(--main-color-666);
        margin-bottom: 5px;
    }

    .con1conleft strong {
        font-size: 36px;
        color: var(--main-color-222);
        position: relative;
        display: block;
        margin-bottom: 50px;
    }

    .con1conleft strong::after {
        position: absolute;
        width: 80px;
        height: 2px;
        background-color: var(--main-color);
        content: '';
        left: 0;
        bottom: -15px;
    }

    .con1conleft span {
        font-size: 16px;
        color: var(--main-color-666);
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .con1conleft a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: #909090;
        font-size: 15px;
        border-radius: 50px;
        transition: var(--main-transition);
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .con1conleft a:hover {
        width: 150px;
    }

    .con1conleft ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .con1conleft h2 {
        font-size: 50px;
        color: var(--main-color);
    }

    .con1conleft h6 {
        font-size: 16px;
        font-weight: normal;
        color: var(--main-color-666);
        margin-top: 5px;
    }

    .con2 {
        padding: 80px 0;
    }

    .con2con {
        max-width: 1300px;
        margin: 0 auto;
    }

    .con_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .con_title strong {
        display: block;
        font-size: 34px;
        color: var(--main-color-222);
        position: relative;
    }

    .con_title strong::after {
        position: absolute;
        bottom: -15px;
        left: 0;
        content: '';
        background-color: var(--main-color);
        width: 100px;
        height: 2px;
    }

    .con_title a {
        color: var(--main-color-666);
        font-size: 18px;
    }

    .con2con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .con2con ul li {
        width: calc((100% - 45px) / 4);
        margin-right: 15px;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .con2con ul li:nth-child(4n) {
        margin-right: 0;
    }

    .con2con ul li:hover img {
        transform: scale(1.1);
    }

    .con2con ul li img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        transition: var(--main-transition);
    }

    .con2imgbox {
        overflow: hidden;
    }

    .con2con ul li p {
        font-size: 18px;
        color: var(--main-color-222);
        margin: 15px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .con2con ul li span {
        color: var(--main-color-666);
        font-size: 14px;
    }

    .more {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        cursor: pointer;
    }

    .more:hover span {
        width: 150px;
    }

    .more span {
        display: block;
        transition: var(--main-transition);
        width: 132px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        font-size: 15px;
        background-color: #373737;
        margin-right: 10px;
    }

    .ar_box {
        width: 50px;
        height: 40px;
        line-height: 40px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 20px;
        text-align: center;
    }

    .con4 {
        width: 100%;
        padding: 80px 0;
        background-color: #f8f8f8;
    }

    .con4con {
        max-width: 1300px;
        margin: 0 auto;
    }

    .con4con ul {
        display: flex;
        flex-wrap: wrap;
    }

    .con4con ul li {
        border: 1px solid #e5e5e5;
        background-color: var(--main-color-white);
        width: calc((100% - 50px) / 5);
        margin-right: 10px;
        margin-bottom: 25px;
        transition: var(--main-transition);
        padding: 20px;
    }

    .con4con ul li:hover {
        box-shadow: var(--main-shadow);
    }

    .con4con ul li:nth-child(5n) {
        margin-right: 0;
    }

    .con4con ul li img {
        width: 100%;
        height: 65px;
        object-fit: contain;
    }

    .con5 {
        padding: 80px 0;
    }

    .con5con {
        max-width: 1300px;
        margin: 0 auto;
    }

    .con5con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .i_newbox {
        width: 100%;
        overflow: hidden;
    }

    .i_newbox img {
        height: 240px;
        object-fit: cover;
        width: 100%;
        transition: var(--main-transition);
    }

    .con5con ul li {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 30px;
        cursor: pointer;
    }

    .con5con ul li:hover img {
        transform: scale(1.1);
    }

    .con5con ul li:nth-child(3n) {
        margin-right: 0;
    }

    .newtxt {
        padding: 15px;
    }

    .newtxt a {
        color: var(--main-color-222);
        font-size: 18px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .newtxt {
        border: 1px solid #e2e2e2;
    }

    .newtxt p {
        font-size: 14px;
        color: var(--main-color-666);
        margin: 15px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .newtxt span {
        font-size: 14px;
        color: var(--main-color-666);
    }

    .foot {
        padding: 50px 0;
        background-color: #2d2d40;
    }

    .footer {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .footerleft {
        width: 63%;
        border-right: 1px solid #424253;
    }

    .footerright {
        width: 37%;
        padding-left: 25px;
    }

    .footerleft ul {
        display: flex;
        flex-wrap: wrap;
    }

    .footerleft ul li {
        width: calc(100% / 5);
        padding: 0 20px;
    }

    .footerleft ul li a {
        display: block;
        text-align: center;
    }

    .f_a {
        color: var(--main-color-white);
        font-size: 16px;
        padding-bottom: 15px;
        display: block;
        border-bottom: #424253 1px solid;
        margin-bottom: 15px;
    }

    .s_a {
        font-size: 13px;
        color: #ffffff99;
        margin-bottom: 5px;
    }

    .s_a:hover {
        color: var(--main-color-white);
    }

    .footerright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footerright ul li {
        width: 49%;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .footerright ul li i {
        display: block;
        font-size: 24px;
        color: var(--main-color-white);
    }

    .footerright ul li span {
        color: var(--main-color-white);
        font-size: 14px;
        display: block;
        padding-left: 15px;
    }

    .codebox {
        width: 112px;
        height: 112px;
    }

    .codebox img {
        width: 100px;
        height: 100px;
    }

    .codebox p {
        text-align: center;
        margin-top: 10px;
        color: var(--main-color-white);
    }

    .code_img {
        width: 112px;
        height: 112px;
        background-image: url(../images/codebg.png);
        box-sizing: border-box;
        padding: 6px;
        margin-top: 20px;
    }

    .aboutus1 {
        width: 100%;
        padding: 15px 0;
        padding-bottom: 50px;
        background-color: #eef2f6;
    }

    .aboutus1con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }

    .innertitle {
        font-size: 30px;
        position: relative;
        color: var(--main-color);
        text-align: center;
        margin-bottom: 40px;
    }

    .innertitle::after {
        position: absolute;
        width: 70px;
        height: 2px;
        background-color: #cccccc;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
    }

    .ab_p p {
        color: var(--main-color-333);
        font-size: 16px;
        line-height: 2em;
    }

    .aboutus2 {
        padding: 50px 0;
        background-color: #eef2f6;
    }

    .aboutus2con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }

    .aboutus2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .aboutus2con ul li {
        width: 25%;
        padding: 25px;
        border: 1px solid #e1e4e6;
        transition: var(--main-transition);
        background-color: var(--main-color-white);
        border-right: none;
    }

    .aboutus2con ul li:nth-child(4n) {
        border-right: 1px solid #e1e4e6;
    }

    .aboutus2con ul li p {
        text-align: center;
        font-size: 40px;
        color: var(--main-color-333);
    }

    .aboutus2con ul li p span {
        font-size: 14px;
    }

    .aboutus2con ul li h6 {
        text-align: center;
        color: var(--main-color-333);
        font-weight: normal;
        font-size: 16px;
        margin-top: 5px;
    }

    .aboutus2con ul li:hover {
        background-color: var(--main-color);
    }

    .aboutus2con ul li:hover p {
        color: var(--main-color-white);
    }

    .aboutus2con ul li:hover h6 {
        color: var(--main-color-white);
    }

    .aboutus2 img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 996px) {
    .aboutus1 {
        width: 100%;
        padding: 30px 15px;
        background-color: #eef2f6;
    }

    .aboutus1con {
        margin: 0 auto;
    }

    .innertitle {
        font-size: 25px;
        position: relative;
        color: var(--main-color);
        text-align: center;
        margin-bottom: 30px;
    }

    .innertitle::after {
        position: absolute;
        width: 70px;
        height: 2px;
        background-color: #cccccc;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
    }

    .ab_p p {
        color: var(--main-color-333);
        font-size: 14px;
        line-height: 25px;
    }

    .aboutus2 {
        padding: 30px 15px;
        background-color: #eef2f6;
    }

    .aboutus2con {
        margin: 0 auto;
    }

    .aboutus2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .aboutus2con ul li {
        width: 50%;
        padding: 15px;
        border: 1px solid #e1e4e6;
        transition: var(--main-transition);
        background-color: var(--main-color-white);
        border-right: none;
    }

    .aboutus2con ul li:nth-child(4n) {
        border-right: 1px solid #e1e4e6;
    }

    .aboutus2con ul li p {
        text-align: center;
        font-size: 25px;
        color: var(--main-color-333);
    }

    .aboutus2con ul li p span {
        font-size: 14px;
    }

    .aboutus2con ul li h6 {
        text-align: center;
        color: var(--main-color-333);
        font-weight: normal;
        font-size: 13px;
        margin-top: 5px;
    }

    .aboutus2con ul li:hover {
        background-color: var(--main-color);
    }

    .aboutus2con ul li:hover p {
        color: var(--main-color-white);
    }

    .aboutus2con ul li:hover h6 {
        color: var(--main-color-white);
    }

    .aboutus2 img {
        max-width: 100%;
    }

    .foot {
        padding: 30px 15px;
        background-color: #2d2d40;
    }

    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    .footerleft {
        width: 100%;
        margin-bottom: 25px;
    }

    .footerright {
        width: 100%;
    }

    .footerleft ul {
        display: flex;
        flex-wrap: wrap;
    }

    .footerleft ul li {
        width: calc(100% / 2);
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .footerleft ul li a {
        display: block;
        text-align: left;
    }

    .f_a {
        color: var(--main-color-white);
        font-size: 14px;
        padding-bottom: 10px;
        display: block;
        border-bottom: #424253 1px solid;
        margin-bottom: 10px;
    }

    .s_a {
        font-size: 13px;
        color: #ffffff99;
        margin-bottom: 5px;
    }

    .s_a:hover {
        color: var(--main-color-white);
    }

    .footerright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footerright ul li {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .footerright ul li i {
        display: block;
        font-size: 24px;
        color: var(--main-color-white);
    }

    .footerright ul li span {
        color: var(--main-color-white);
        font-size: 14px;
        display: block;
        padding-left: 15px;
    }

    .codebox {
        width: 112px;
    }

    .codebox img {
        width: 100px;
        height: 100px;
    }

    .codebox p {
        text-align: center;
        margin-top: 10px;
        color: var(--main-color-white);
    }

    .code_img {
        width: 112px;
        height: 112px;
        background-image: url(../images/codebg.png);
        padding: 6px;
        margin-top: 20px;
    }

    .con5 {
        padding: 30px 15px;
    }

    .con5con {
        margin: 0 auto;
    }

    .con5con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .i_newbox {
        width: 100%;
        overflow: hidden;
    }

    .i_newbox img {
        width: 100%;
        transition: var(--main-transition);
    }

    .con5con ul li {
        width: 100%;
        margin-bottom: 30px;
        cursor: pointer;
    }

    .newtxt {
        padding: 15px;
    }

    .newtxt a {
        color: var(--main-color-222);
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .newtxt {
        border: 1px solid #e2e2e2;
    }

    .newtxt p {
        font-size: 14px;
        color: var(--main-color-666);
        margin: 10px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .newtxt span {
        font-size: 14px;
        color: var(--main-color-666);
    }

    .con4 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f8f8f8;
    }

    .con4con {
        margin: 0 auto;
    }

    .con4con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .con4con ul li {
        border: 1px solid #e5e5e5;
        background-color: var(--main-color-white);
        width: 48%;
        margin-bottom: 25px;
        transition: var(--main-transition);
        padding: 15px;
    }

    .con4con ul li:hover {
        box-shadow: var(--main-shadow);
    }

    .con4con ul li img {
        width: 100%;
        height: 65px;
        object-fit: contain;
    }

    .con2 {
        padding: 30px 15px;
    }

    .con2con {
        margin: 0 auto;
    }

    .con_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .con_title strong {
        display: block;
        font-size: 20px;
        color: var(--main-color-222);
        position: relative;
    }

    .con_title strong::after {
        position: absolute;
        bottom: -10px;
        left: 0;
        content: '';
        background-color: var(--main-color);
        width: 40px;
        height: 2px;
    }

    .con_title a {
        color: var(--main-color-666);
        font-size: 14px;
    }

    .con2con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .con2con ul li {
        width: 100%;
        margin-bottom: 25px;
        cursor: pointer;
    }

    .con2con ul li:hover img {
        transform: scale(1.1);
    }

    .con2con ul li img {
        width: 100%;
        transition: var(--main-transition);
    }

    .con2imgbox {
        overflow: hidden;
    }

    .con2con ul li p {
        font-size: 15px;
        color: var(--main-color-222);
        margin: 15px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .con2con ul li span {
        color: var(--main-color-666);
        font-size: 14px;
    }

    .more {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        cursor: pointer;
    }

    .more:hover span {
        width: 150px;
    }

    .more span {
        display: block;
        transition: var(--main-transition);
        width: 132px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        font-size: 14px;
        background-color: #373737;
        margin-right: 5px;
    }

    .ar_box {
        width: 50px;
        height: 40px;
        line-height: 40px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 20px;
        text-align: center;
    }

    .con1 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/s_about_bg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .con1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .con1conleft {
        width: 100%;
        margin-top: 20px;
    }

    .con1conright {
        width: 100%;
    }

    .con1conright a img {
        width: 100%;
        border-radius: 0px 50px 0px 50px;
    }

    .con1conleft p {
        font-size: 25px;
        color: var(--main-color-666);
        margin-bottom: 5px;
    }

    .con1conleft strong {
        font-size: 30px;
        color: var(--main-color-222);
        position: relative;
        display: block;
        margin-bottom: 35px;
    }

    .con1conleft strong::after {
        position: absolute;
        width: 80px;
        height: 2px;
        background-color: var(--main-color);
        content: '';
        left: 0;
        bottom: -15px;
    }

    .con1conleft span {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .con1conleft a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: #909090;
        font-size: 14px;
        border-radius: 50px;
        transition: var(--main-transition);
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .con1conleft a:hover {
        width: 150px;
    }

    .con1conleft ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .con1conleft ul li {
        flex: 1;
    }

    .con1conleft h2 {
        font-size: 30px;
        color: var(--main-color);
    }

    .con1conleft h6 {
        font-size: 14px;
        font-weight: normal;
        color: var(--main-color-666);
        margin-top: 5px;
    }

    .banner_video {
        width: 100%;
        position: relative;
        height: 100vh;
    }

    .banner_video video {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .banner_pos {
        position: absolute;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .6);
        padding: 0 20px;
    }

    .banner_pos h1 {
        font-size: 30px;
        color: var(--main-color-white);
    }

    .banner_pos h2 {
        font-size: 25px;
        color: var(--main-color-white);
    }

    .banner_pos strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-weight: 100;
        margin: 40px auto;
        font-size: 20px;
        line-height: 30px;
    }

    .inside {
        padding: 15px;
    }

    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }

    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }

    .inbanner strong {
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
    }

    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
        margin-bottom: 60px;
    }

    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-999);
        margin: 0 auto;
    }

    .copycon a {
        font-size: 13px;
        color: var(--main-color-999);
    }

    .pchead {
        display: none;
    }

    .pcnav {
        display: none;
    }

    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }

    .ml_mbnav_3 {
        display: none;
    }

    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }

    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }

    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }

    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }

    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }

    .ml_mbnav_2 {
        display: none;
    }

    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }

    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }

    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }

    .mb_navShow {
        right: 0 !important;
    }

    .hb_fadeout {
        opacity: 0 !important;
    }

    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }

    .change1 {
        transform: translateY(10px) rotate(45deg);
    }

    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-white);
        transition: var(--main-transition);
    }

    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }

    .ml_mb_logo img {
        height: 40px;
    }

    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background: rgba(0, 0, 0, .8);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }

    .ml_pcheader {
        display: none;
    }

    .mb_right {
        display: flex;
        align-items: center;
    }

    .ml_banner {
        width: 100%;
        margin-top: 60px !important;
    }

    .ml_banner img {
        width: 100%;
    }

    .bannerpage .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }

    .bannerbtn {
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
    }
}

.swiper-container-android .swiper-slide img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 996px) {
    body>div.banner_video.banner>div.swiper-container {
        height: 50vh;
    }
}

.copy_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
    padding: 15px calc(5% - 20px) 30px;
    width: calc(100%);
}

.copy_top_left {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    gap: 100px;
}

.copy_top_left_item {
    text-align: left;
}

.copy_top_left_item:last-child {
    display: none;
}

.copy_top_left_item_title {
    margin-bottom: 30px;
}

.copy_top_left_item_title>a {
    color: #fff;
    font-size: 16px;
}

.copy_top_left_item_sub_title {
    margin-top: 15px;
}

.copy_top_left_item_sub_title>a {
    font-size: 14px;
    color: #999;
}

.copy_top_left_item .copy_top_left_item_sub_title:nth-child(1) {
    margin-top: 0;
}

.copy_top_right {
    width: calc(100% / 4);
}

.copy_top_right_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.copy_top_right_icon_item {
    padding: 0 5px;
}

.copy_top_right_icon_item>a img {
    width: auto;
    height: 25px;
}

.copy_top_right_bottom {
    color: #999;
    font-size: 14px;
}

.language {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}

.language .language_item {
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
}

.language>.language_item:nth-child(n + 2) {
    border-left: 1px solid #fff;
    padding-left: 10px;
}

@media (max-width:996px) {
    .copy_top {
        padding: 15px 0 30px 0;
        width: 100%;
    }

    .copy_top_left {
        width: 100%;
        gap: 15px;
    }

    .copy_top_right {
        margin-top: 15px;
        width: 100%;
    }

    .copy_top_right_icon {
        justify-content: left;
    }

    .copy_top_right_bottom {
        text-align: left;
    }

    .copy_top_left_item_title {
        margin-bottom: 0;
    }

    .copy_top_left_item_sub_title {
        display: none;
    }
}