* {
    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;
}

body {
    overflow-x: hidden;
}

 :root {
    --main-color: #24a4c8;
    --main-color1: #eb6100;
    --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 screen and (min-width:1200px) and (max-width:1420px) {
    .pcnav>li>a {
        padding: 0 10px !important;
    }
}

@media screen and (min-width:996px) and (max-width:1200px) {
    .pcnav>li>a {
        padding: 0 10px !important;
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: var(--main-color-white);
        height: 90px;
    }
    .pcheader {
        width: 100%;
        max-width: 1730px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 90px;
    }
    .pclogo {
        display: block;
        width: 22%;
    }
    .pclogo img {
        width: 100%;
    }
    .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: 90px;
        line-height: 90px;
        font-size: 18px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-666);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color);
        background-color: var(--main-color-white);
    }
    .pc_sec_item .second_a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color-white) !important;
    }
    .pcnav li:hover .pc_sec_nav {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-666);
        background-color: var(--main-color-white);
    }
    .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;
        background-color: var(--main-color);
        background-color: #eeeff2;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-666);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-666);
    }
    .inbanner {
        width: 100%;
        margin-top: 90px;
        position: relative;
    }
    .inbanner img {
        width: 100%;
    }
    .inbanner strong {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .inside {
        padding: 10px 65px;
        max-width: 1730px;
        margin: 0 auto;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .h_r {
        display: flex;
        align-items: center;
    }
    .h_r .lang {
        display: flex;
        align-items: center;
    }
    .langitem {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }
    .langitem img {
        cursor: pointer;
        width: 25px;
    }
    .con1 {
        padding: 80px 0;
        width: 100%;
    }
    .con1con {
        max-width: 1730px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con1_num {
        margin-bottom: 40px;
    }
    .con1_num ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1_num ul li {
        flex: 1;
        text-align: center;
    }
    .con1_numtop {
        display: flex;
        justify-content: center;
    }
    .con1_numtop h1 {
        color: var(--main-color);
        font-size: 60px;
    }
    .con1_numtop span {
        color: var(--main-color);
        font-size: 25px;
    }
    .con1_num ul li p {
        font-size: 16px;
        color: var(--main-color-333);
        margin-top: 20px;
    }
    .con1box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con1left {
        width: 46%;
        border-radius: 10px;
        overflow: hidden;
    }
    .con1right {
        width: 50%;
    }
    .con1left img {
        width: 100%;
        transition: var(--main-transition);
        border-radius: 10px;
    }
    .con1left img:hover {
        transform: scale(1.1);
    }
    .con1right strong {
        font-size: 48px;
        font-weight: 300;
        color: var(--main-color);
    }
    .con1right p {
        color: var(--main-color-333);
        font-size: 36px;
        margin-bottom: 30px;
    }
    .con1right span {
        font-size: 18px;
        color: var(--main-color-666);
        line-height: 30px;
        display: block;
        margin-bottom: 40px;
    }
    .con1right a {
        padding: 15px 50px;
        line-height: 1;
        background: linear-gradient(to right, #1bc4ca, #3381c9);
        font-size: 18px;
        border-radius: 90px;
        display: inline-block;
        color: #fff;
    }
    .con2 {
        padding: 80px 0;
        width: 100%;
        background-color: #e9f6f9;
    }
    .con2con {
        max-width: 1730px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .contitle {
        margin-bottom: 45px;
    }
    .contitle strong {
        font-weight: 300;
        font-size: 48px;
        color: var(--main-color);
        display: block;
        text-align: center;
    }
    .contitle p {
        text-align: center;
        font-size: 36px;
        color: var(--main-color-333);
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: calc((100% - 75px) / 6);
        text-align: center;
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 30px 20px;
        background-color: var(--main-color-white);
        border-radius: 10px;
    }
    .con2con ul li:nth-child(6n) {
        margin-right: 0;
    }
    .con2con ul li img {
        width: 85px;
        height: 85px;
        object-fit: contain;
    }
    .con2con ul li p {
        font-size: 18px;
        font-weight: bold;
        color: var(--main-color-333);
        margin: 15px auto;
        text-align: center;
    }
    .con2con ul li span {
        color: var(--main-color-999);
        font-size: 16px;
        line-height: 30px;
    }
    .con3 {
        padding: 80px 0;
        width: 100%;
    }
    .con3con {
        max-width: 1730px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .mySwiper_partner {
        width: 100%;
        padding: 20px 0 !important;
    }
    .mySwiper_partner img {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 2px rgba(85, 98, 151, 0.11);
        height: 150px;
        object-fit: contain;
        margin-bottom: 20px;
    }
    .sep_img {
        /* height: 35px; */
    }
    .cus_btn {
        width: 85px !important;
        height: 45px !important;
        background-color: var(--main-color);
        background-size: 70px 45px !important;
    }
    .cus_btn_left {
        background-image: url(../images/left_icon.png) !important;
    }
    .cus_btn_right {
        background-image: url(../images/right_icon.png) !important;
    }
    .con4 {
        width: 100%;
        padding: 80px 0;
        background-image: url(../images/case_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con .contitle p {
        color: var(--main-color-white);
    }
    .con4con {
        max-width: 1730px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .caseout {
        position: relative;
    }
    .mySwiper_case {
        width: 100%;
    }
    .mySwiper_case img {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .mySwiper_case .swiper-slide {
        border-radius: 10px;
        cursor: pointer;
    }
    .mySwiper_case .swiper-slide:hover p {
        color: var(--main-color);
    }
    .casediv {
        padding: 20px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: var(--main-color-white);
    }
    .casediv p {
        color: var(--main-color-333);
        font-weight: bold;
        font-size: 18px;
        transition: var(--main-transition);
        margin-bottom: 20px;
    }
    .casediv span {
        color: var(--main-color-666);
        font-size: 16px;
    }
    .casebtnleft {
        left: -50px !important;
    }
    .casebtnright {
        right: -50px !important;
    }
    .con5 {
        padding: 80px 0;
    }
    .con5con {
        max-width: 1730px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con5box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con5left {
        width: 60%;
    }
    .con5left img {
        width: 100%;
    }
    .con5right {
        width: 25%;
    }
    .con5right ul li {
        display: flex;
        align-items: center;
        margin-bottom: 55px;
    }
    .con5lileft img {
        width: 70px;
        display: block;
        margin-right: 30px;
    }
    .con5liright p {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .con5liright span {
        color: var(--main-color-333);
        font-size: 16px;
        line-height: 25px;
    }
    .foot {
        padding: 40px 0;
        background-color: #eeeff2;
    }
    .footer {
        max-width: 1730px;
        margin: 0 auto;
        padding: 0 65px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footerleft {
        width: 22%;
    }
    .footerleft a img {
        width: 60%;
    }
    .footerleft p {
        color: #000;
        font-size: 15px;
        margin: 10px 0;
    }
    .footerleft select {
        width: 70%;
        outline: none;
        color: #000;
        border: none;
        display: block;
        height: 30px;
        background-color: #fff;
        border: 1px solid #515151;
    }
    .footerright {
        width: 75%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .foot_item {
        width: 48%;
    }
    .foot_top {
        padding-bottom: 15px;
        border-bottom: 1px solid #3a3a3a;
        color: #000;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .foot_nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .foot_nav ul li {
        width: 48%;
    }
    .foot_nav ul li a {
        color: #000;
        font-size: 16px;
        margin-bottom: 20px;
        display: block;
    }
    .foot__bot {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .foot__bot ul {
        width: 65%;
    }
    .foot__bot ul li {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    .foot__bot ul li span {
        display: block;
        margin-right: 20px;
        color: var(--main-color-666);
        font-size: 16px;
    }
    .foot__bot ul li p {
        color: #000;
        font-size: 16px;
    }
    .foot__bot img {
        width: 100%;
    }
    .code {
        width: 30%;
    }
    .code p {
        font-size: 14px;
        color: #000;
        margin-top: 10px;
        text-align: center;
    }
    .aboutus1 {
        width: 100%;
        padding: 80px 0;
    }
    .aboutus1con {
        max-width: 1730px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .ab1con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .ab1left {
        width: 48%;
    }
    .ab1left img {
        border-radius: 10px;
        width: 100%;
    }
    .ab1right {
        width: 48%;
    }
    .ab1rightitem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .ad1r_a_left {
        width: 90px;
    }
    .ad1r_a_left img {
        border-radius: 10px;
        width: 100%;
    }
    .ad1r_a_right {
        width: calc(100% - 90px);
        padding-left: 30px;
    }
    .ad1r_a_right strong {
        font-size: 24px;
    }
    .ad1r_a_right p {
        font-size: 16px;
        margin-top: 10px;
        line-height: 25px;
    }
    .aboutus2 {
        padding: 80px 0;
        width: 100%;
    }
    .aboutus2con {
        max-width: 1730px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .aboutus2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus2con ul li {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 30px;
        position: relative;
    }
    .aboutus2con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .aboutus2con ul li img {
        width: 100%;
        height: 300px;
    }
    .ab2pos {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .4);
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        top: 0;
        left: 0;
    }
    .ab2pos p {
        font-size: 25px;
        font-weight: bold;
        color: var(--main-color-white);
        margin-bottom: 10px;
    }
    .ab2pos span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .aboutus3 {
        background-color: #e9f6f9;
        padding: 80px 0;
    }
    .aboutus3con {
        max-width: 1730px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .cessitem {
        margin-bottom: 30px;
    }
    .cessitem strong {
        color: var(--main-color-222);
        font-size: 24px;
        display: block;
        margin-bottom: 30px;
    }
    .cessitem ul {
        display: flex;
        flex-wrap: wrap;
    }
    .cessitem ul li {
        padding: 20px;
        background-color: var(--main-color-white);
        border-radius: 10px;
        box-shadow: 0px 10px 10px 2px rgba(85, 98, 151, 0.11);
    }
    .cessitem ul li span {
        font-size: 16px;
        color: var(--main-color-666);
    }
    .cess_ocen ul li {
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .cess_ocen ul li:nth-child(3n) {
        margin-right: 0;
    }
    .cess_in ul li {
        width: calc((100% - 75px) / 4);
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .cess_in ul li:nth-child(4n) {
        margin-right: 0;
    }
    .cesstop {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .cesstop em {
        font-style: normal;
        color: var(--main-color);
        font-size: 26px;
        font-weight: bold;
    }
    .cesstop p {
        font-size: 24px;
        color: var(--main-color-222);
        margin-left: 10px;
        font-weight: bold;
    }
    .job {
        width: 100%;
        padding: 80px 0;
    }
    .jobcon {
        max-width: 1730px;
        margin: 0 auto;
        padding: 0 65px;
    }
    .jobitem {
        border: 1px solid #dddddd;
        padding: 20px 40px;
        margin-bottom: 40px;
    }
    .job_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 20px;
    }
    .jt_left {
        display: flex;
        align-items: center;
    }
    .jt_left img {
        width: 22px;
    }
    .jt_left p {
        font-size: 24px;
        color: var(--main-color-333);
        font-weight: bold;
        margin-left: 15px;
    }
    .c_more {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .jt_right {
        cursor: pointer;
        user-select: none;
    }
    .jt_right i {
        font-size: 20px;
        transition: var(--main-transition);
    }
    .job_center {
        padding: 25px 0;
        border-bottom: 1px solid #dddddd;
    }
    .job_center ul {
        display: flex;
        flex-wrap: wrap;
    }
    .job_center ul li {
        width: 25%;
        margin-bottom: 20px;
        font-size: 16px;
        color: #777777;
    }
    .job_bot {
        padding: 25px 0;
        display: none;
    }
    .job_bot p {
        font-size: 16px;
        color: #777777;
    }
    .submitmail {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 30px;
    }
    .submitmail a {
        font-size: 15px;
        color: #fff;
        display: inline-block;
        padding: 15px 44px;
        border-radius: 5px;
        background: var(--main-color);
        background: -webkit-gradient(linear, 0 100%, 100% 0, from(#086bb9), to(#0b318f));
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .rroo {
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 996px) {
    .job {
        padding: 30px 15px;
    }
    .jobitem {
        border: 1px solid #dddddd;
        padding: 20px;
        margin-bottom: 20px;
    }
    .job_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 10px;
    }
    .jt_left {
        display: flex;
        align-items: center;
    }
    .jt_left img {
        width: 18px;
    }
    .jt_left p {
        font-size: 16px;
        color: var(--main-color-333);
        font-weight: bold;
        margin-left: 10px;
    }
    .c_more {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .jt_right {
        cursor: pointer;
        user-select: none;
    }
    .jt_right i {
        font-size: 20px;
        transition: var(--main-transition);
    }
    .job_center {
        padding: 15px 0;
        border-bottom: 1px solid #dddddd;
    }
    .job_center ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .job_center ul li {
        width: 48%;
        margin-bottom: 20px;
        font-size: 14px;
        color: #777777;
    }
    .job_bot {
        padding: 25px 0;
        display: none;
    }
    .job_bot p {
        font-size: 16px;
        color: #777777;
    }
    .submitmail {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: flex-end;
    }
    .submitmail a {
        font-size: 15px;
        color: #fff;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 5px;
        background: var(--main-color);
        background: -webkit-gradient(linear, 0 100%, 100% 0, from(#086bb9), to(#0b318f));
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .rroo {
        transform: rotate(180deg);
    }
    .aboutus3 {
        background-color: #e9f6f9;
        padding: 30px 15px;
    }
    .cessitem {
        margin-bottom: 30px;
    }
    .cessitem strong {
        color: var(--main-color-222);
        font-size: 20px;
        display: block;
        margin-bottom: 20px;
    }
    .cessitem ul {
        display: flex;
        flex-wrap: wrap;
    }
    .cessitem ul li {
        padding: 15px;
        background-color: var(--main-color-white);
        border-radius: 10px;
        box-shadow: 0px 10px 10px 2px rgba(85, 98, 151, 0.11);
    }
    .cessitem ul li span {
        font-size: 14px;
        color: var(--main-color-666);
    }
    .cess_ocen ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .cess_in ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .cesstop {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .cesstop em {
        font-style: normal;
        color: var(--main-color);
        font-size: 20px;
        font-weight: bold;
    }
    .cesstop p {
        font-size: 20px;
        color: var(--main-color-222);
        margin-left: 10px;
        font-weight: bold;
    }
    .aboutus2 {
        padding: 30px 15px;
    }
    .aboutus2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus2con ul li {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
    }
    .aboutus2con ul li img {
        width: 100%;
    }
    .ab2pos {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .4);
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        top: 0;
        left: 0;
    }
    .ab2pos p {
        font-size: 20px;
        font-weight: bold;
        color: var(--main-color-white);
        margin-bottom: 10px;
    }
    .ab2pos span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .aboutus1 {
        width: 100%;
        padding: 30px 15px;
    }
    .ab1con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .ab1left {
        width: 100%;
        margin-bottom: 20px;
    }
    .ab1left img {
        border-radius: 10px;
        width: 100%;
    }
    .ab1right {
        width: 100%;
    }
    .ab1rightitem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .ad1r_a_left {
        width: 100%;
        margin-bottom: 10px;
    }
    .ad1r_a_left img {
        display: block;
        border-radius: 10px;
        width: 50px;
        margin: 0 auto;
    }
    .ad1r_a_right {
        width: 100%;
    }
    .ad1r_a_right strong {
        font-size: 16px;
        display: block;
        text-align: center;
    }
    .ad1r_a_right p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 25px;
    }
    .foot {
        padding: 30px 15px;
        background-color: #181818;
    }
    .footer {
        margin: 0 auto;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footerleft {
        width: 100%;
    }
    .footerleft a img {
        height: 60px;
        display: block;
        margin: 0 auto;
    }
    .footerleft p {
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
        margin: 10px 0;
    }
    .footerleft select {
        width: 100%;
        outline: none;
        color: var(--main-color-white);
        border: none;
        display: block;
        height: 30px;
        background-color: #333333;
        border: 1px solid #515151;
    }
    .footerright {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .foot_item {
        width: 100%;
    }
    .foot_top {
        padding-bottom: 10px;
        border-bottom: 1px solid #3a3a3a;
        color: var(--main-color-white);
        font-size: 16px;
        margin-bottom: 10px;
    }
    .foot_nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .foot_nav ul li {
        width: 48%;
    }
    .foot_nav ul li a {
        color: var(--main-color-white);
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
    }
    .foot__bot {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .foot__bot ul {
        width: 100%;
    }
    .foot__bot ul li {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    .foot__bot ul li span {
        display: block;
        margin-right: 20px;
        color: var(--main-color-666);
        font-size: 16px;
    }
    .foot__bot ul li p {
        color: var(--main-color-white);
        font-size: 16px;
    }
    .foot__bot img {
        width: 100%;
        display: block;
        margin-top: 20px;
    }
    .code {
        width: 30%;
    }
    .code p {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        color: var(--main-color-white);
    }
    .con5 {
        padding: 30px 15px;
    }
    .con5box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con5left {
        width: 100%;
        margin-bottom: 20px;
    }
    .con5left img {
        width: 100%;
    }
    .con5right {
        width: 100%;
    }
    .con5right ul li {
        display: flex;
        align-items: center;
        margin-bottom: 35px;
    }
    .con5lileft img {
        width: 50px;
        display: block;
        margin-right: 20px;
    }
    .con5liright p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .con5liright span {
        color: var(--main-color-333);
        font-size: 14px;
        line-height: 25px;
    }
    .con4 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/case_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con .contitle p {
        color: var(--main-color-white);
    }
    .con4con {
        margin: 0 auto;
    }
    .caseout {
        position: relative;
    }
    .mySwiper_case {
        width: 100%;
    }
    .mySwiper_case img {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .mySwiper_case .swiper-slide {
        border-radius: 10px;
        cursor: pointer;
    }
    .mySwiper_case .swiper-slide:hover p {
        color: var(--main-color);
    }
    .casediv {
        padding: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: var(--main-color-white);
    }
    .casediv p {
        color: var(--main-color-333);
        font-weight: bold;
        font-size: 16px;
        transition: var(--main-transition);
        margin-bottom: 10px;
    }
    .casediv span {
        color: var(--main-color-666);
        font-size: 14px;
    }
    .con3 {
        padding: 30px 15px;
    }
    .mySwiper_partner {
        width: 100%;
        padding: 20px 0 !important;
    }
    .mySwiper_partner img {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 2px rgba(85, 98, 151, 0.11);
        height: 100px;
        margin-bottom: 20px;
        object-fit: contain;
    }
    .sep_img {
        /* height: 35px; */
    }
    .cus_btn {
        width: 55px !important;
        height: 30px !important;
        background-color: var(--main-color);
        background-size: 45px 35px !important;
    }
    .cus_btn_left {
        background-image: url(../images/left_icon.png) !important;
    }
    .cus_btn_right {
        background-image: url(../images/right_icon.png) !important;
    }
    .con2 {
        padding: 30px 15px;
        width: 100%;
        background-color: #e9f6f9;
    }
    .contitle {
        margin-bottom: 30px;
    }
    .contitle strong {
        font-weight: 300;
        font-size: 25px;
        color: var(--main-color);
        display: block;
        text-align: center;
    }
    .contitle p {
        text-align: center;
        font-size: 20px;
        color: var(--main-color-333);
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2con ul li {
        width: 48%;
        text-align: center;
        margin-bottom: 15px;
        padding: 20px 10px;
        background-color: var(--main-color-white);
        border-radius: 10px;
    }
    .con2con ul li img {
        width: 45px;
        height: 45px;
        object-fit: contain;
    }
    .con2con ul li p {
        font-size: 16px;
        font-weight: bold;
        color: var(--main-color-333);
        margin: 10px auto;
        text-align: center;
    }
    .con2con ul li span {
        color: var(--main-color-999);
        font-size: 14px;
        line-height: 25px;
    }
    .con1 {
        padding: 30px 15px;
    }
    .con1con {
        margin: 0 auto;
    }
    .con1_num {
        margin-bottom: 30px;
    }
    .con1_num ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1_num ul li {
        width: 31%;
        text-align: center;
    }
    .con1_numtop {
        display: flex;
        justify-content: center;
    }
    .con1_numtop h1 {
        color: var(--main-color);
        font-size: 25px;
    }
    .con1_numtop span {
        color: var(--main-color);
        font-size: 15px;
    }
    .con1_num ul li p {
        font-size: 14px;
        color: var(--main-color-333);
        margin-top: 10px;
    }
    .con1box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con1left {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 10px;
        overflow: hidden;
    }
    .con1right {
        width: 100%;
    }
    .con1left img {
        width: 100%;
        transition: var(--main-transition);
        border-radius: 10px;
    }
    .con1left img:hover {
        transform: scale(1.1);
    }
    .con1right strong {
        font-size: 25px;
        font-weight: 300;
        color: var(--main-color);
    }
    .con1right p {
        color: var(--main-color-333);
        font-size: 18px;
        margin-bottom: 15px;
    }
    .con1right span {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
        display: block;
        margin-bottom: 20px;
    }
    .con1right a {
        padding: 10px 30px;
        line-height: 1;
        background: linear-gradient(to right, #1bc4ca, #3381c9);
        font-size: 14px;
        border-radius: 90px;
        display: inline-block;
        color: #fff;
    }
    .h_r {
        display: flex;
        align-items: center;
    }
    .h_r .lang {
        display: flex;
        align-items: center;
    }
    .langitem {
        display: flex;
        align-items: center;
        margin-right: 20px;
    }
    .langitem img {
        cursor: pointer;
        width: 25px;
    }
    html {
        overflow-x: hidden;
    }
    .inside {
        padding: 30px 15px;
        padding-top: 10px;
        margin: 0 auto;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .inbanner {
        width: 100%;
        margin-top: 60px;
        position: relative;
    }
    .inbanner img {
        width: 100%;
    }
    .inbanner strong {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        background-color: var(--main-color);
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-white);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        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;
    }
    .pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-333);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 35px;
    }
    .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;
    }
}