* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}
.wapper{ width:1200px; margin:0 auto;}
.wapper img{ max-width:100%;}
ul li {
    list-style: none;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #0090f0;
    --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;
        background-color: var(--main-color-white);
        box-shadow: var(--main-shadow);
    }
    .pcheader {
        max-width: 1200px;
        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: 40px;
        line-height: 40px;
        font-size: 14px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        padding: 0 20px;
        border-radius: 50px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        width: 150px;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-333);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li:hover .first_a {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .pcnav>li>a:hover {
        color: var(--main-color-white) !important;
        background-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;
        z-index: 998;
        width: 150px;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-white);
        background-color: var(--main-color-white);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .p_r {
        display: flex;
        align-items: center;
    }
    .p_sou {
        margin-left: 20px;
        display: flex;
        align-items: center;
    }
    .p_sou input {
        width: 150px;
        height: 35px;
        padding-left: 15px;
        border: 1px solid #ccc;
        outline: none;
    }
    .p_sou a {
        display: block;
        width: 50px;
        height: 35px;
        line-height: 35px;
        background-color: var(--main-color);
        font-size: 15px;
        color: var(--main-color-white);
        text-align: center;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
        margin-top: 100px !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.jpeg);
        background-size: cover;
        background-position: center;
        display: flex;
        margin-top: 100px;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .inside {
        max-width: 1200px;
        padding: 15px 0;
        margin: 0 auto;
    }
    .inside p {
        font-size: 15px;
        color: var(--main-color-222);
    }
    .con1 {
        padding: 15px 0;
        background-color: #fff;
    }
    .con1con {
        max-width: 1200px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }
    .con1conleft {
        display: flex;
        align-items: center;
        width: 115px;
    }
    .con1conleft img {
        width: 20px;
    }
    .con1conleft span {
        color: var(--main-color);
        font-size: 14px;
        display: block;
        margin-left: 10px;
    }
    .con1concenter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 80%;
    }
    .con1concenter a {
        display: block;
        font-size: 14px;
        color: var(--main-color-888);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 80%;
    }
    .con1concenter span {
        color: var(--main-color-999);
        font-size: 14px;
    }
    .con1conright {
        flex: 1;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .con1conright a {
        display: flex;
        align-items: center;
    }
    .con2 {
        padding: 50px 0;
        background-color: #f1f7fb;
    }
    .con2con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: calc((100% - 88px) / 5);
        margin-right: 22px;
        cursor: pointer;
        position: relative;
    }
    .con2con ul li:nth-child(5n) {
        margin-right: 0;
    }
    .con2con ul li>img {
        width: 100%;
    }
    .con1pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        padding: 25px;
        justify-content: center;
    }
    .con1pos p {
        color: var(--main-color-white);
        font-size: 22px;
        font-weight: normal;
    }
    .con1pos span {
        color: #95CFFC;
        font-size: 12px;
        display: block;
        margin: 10px 0;
    }
    .con2box {
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .con2box img {
        width: 35px;
    }
    .con3 {
        padding: 80px 0;
    }
    .con3con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con_title {
        margin-bottom: 40px;
    }
    .con_title strong {
        display: block;
        font-size: 25px;
        font-weight: normal;
        text-align: center;
    }
    .titleimg {
        width: 275px;
        margin: 0 auto;
        text-align: center;
        margin-top: 15px;
        position: relative;
    }
    .titleimg::after {
        position: absolute;
        width: 100px;
        height: 1px;
        content: '';
        background-color: #ededed;
        left: 0;
        top: 13px;
    }
    .titleimg::before {
        position: absolute;
        width: 100px;
        height: 1px;
        content: '';
        background-color: #ededed;
        right: 0;
        top: 13px;
    }
    .titleimg img {
        width: 25px;
    }
    .con3box {
        padding: 45px;
        background-color: #fafafa;
        display: flex;
        justify-content: space-between
    }
    .con3left {
        width: 50%;
    }
    .con3left p {
        color: var(--main-color-555);
        font-size: 14px;
        line-height: 25px;
    }
    .con3left ul {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3left ul li {
        flex: 1;
        border-right: 1px solid #bdbdbd;
        text-align: center;
    }
    .con3left ul li:first-child {
        border-left: 1px solid #bdbdbd;
    }
    .con3left ul li span {
        color: var(--main-color-555);
        font-size: 14px;
        margin-top: 10px;
        display: block;
    }
    .sc_top {
        display: flex;
        justify-content: center;
    }
    .sc_top p {
        color: var(--main-color-555);
        font-size: 28px;
    }
    .sc_top span {
        color: var(--main-color-555) !important;
        font-size: 20px !important;
        display: block !important;
        margin-left: 5px !important;
        margin-top: 0 !important;
    }
    .con3right {
        width: 40%;
    }
    .con3right img {
        width: 100%;
    }
    .con3left a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        margin-top: 30px;
        border-radius: 40px;
    }
    .con4 {
        width: 100%;
        background-color: var(--main-color);
        padding-top: 65px;
        padding-bottom: 170px;
    }
    .con4con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con4con .con_title strong {
        color: var(--main-color-white);
    }
    .con5 {
        width: 100%;
        margin-top: -150px;
    }
    .con5con {
        max-width: 1200px;
        margin: 0 auto;
        padding: 25px;
        background-color: var(--main-color-white);
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .con5con ul li img {
        width: 100%;
        max-height: 240px;
        object-fit: cover;
    }
    .con5con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con5con ul li span {
        color: var(--main-color-555);
        font-size: 14px;
        display: block;
        margin: 20px 0;
        text-align: center;
    }
    .con5div {
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        padding: 20px 10px;
    }
    .con5div strong {
        display: block;
        color: var(--main-color-222);
        font-size: 20px;
        text-align: center;
        color: var(--main-color-333);
    }
    .con5div p {
        font-size: 14px;
        color: var(--main-color-555);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: center;
        margin: 15px 0;
    }
    .line {
        width: 20px;
        height: 3px;
        background-color: #cccccc;
        margin: 0 auto;
    }
    .more {
        display: block;
        width: 165px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: var(--main-color-white);
        font-size: 14px;
        border-radius: 40px;
        background-color: var(--main-color);
        margin: 0 auto;
        margin-top: 30px;
    }
    .con6 {
        padding: 80px 0;
        background-color: #eef3f7;
    }
    .con6con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con6box {
        padding: 25px;
        background-color: var(--main-color-white);
    }
    .con6box ul li {
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: space-between;
    }
    .con6box ul li:hover img {
        transform: scale(1.1);
    }
    .con6box ul li:nth-child(even) {
        flex-direction: row-reverse;
    }
    .con6lileft {
        width: 50%;
        overflow: hidden;
    }
    .con6liright {
        width: 50%;
        padding: 20px;
    }
    .con6lileft img {
        width: 100%;
        transition: var(--main-transition);
        height: 180px;
        object-fit: cover;
    }
    .rr_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        margin-bottom: 40px;
    }
    .rr_top::after {
        content: '';
        left: 0;
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: #ededed;
        bottom: -20px;
    }
    .rr_top a {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-555);
        font-size: 18px;
    }
    .rr_top a:hover {
        color: var(--main-color);
    }
    .rr_top span {
        color: #a9a9a9;
        font-size: 14px;
    }
    .con_title p {
        text-align: center;
        max-width: 650px;
        color: var(--main-color-555);
        font-size: 14px;
        margin: 0 auto;
        margin-top: 15px;
        line-height: 25px;
        text-align: center;
    }
    .con6liright p {
        font-size: 14px;
        color: var(--main-color-888);
        line-height: 25px;
    }
    .con7 {
        padding: 80px 0;
    }
    .con7con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con7con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con7con ul li {
        width: calc(100% / 3);
        cursor: pointer;
        overflow: hidden;
    }
    .con7con ul li:hover img {
        transform: scale(1.1);
    }
    .con7con ul li img {
        width: 100%;
        transition: var(--main-transition);
        max-height: 280px;
        object-fit: cover;
    }
    .con8 {
        padding: 80px 0;
        background-color: #f2f7fb;
    }
    .con8con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con8con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con8con ul li {
        width: calc(100% / 6);
        background-color: var(--main-color-white);
        padding: 25px;
        border: 1px solid #efefef;
    }
    .con8con ul li img {
        width: 100%;
        height: 50px;
        object-fit: contain;
    }
    .foot {
        padding: 50px 0;
        background-color: var(--main-color);
    }
    .footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft {
        width: 220px;
        padding-right: 20px;
        border-right: 1px solid rgba(255, 255, 255, .3)
    }
    .footerleft ul li {
        display: flex;
        align-items: center;
    }
    .footerleft ul li i {
        font-size: 15px !important;
        color: var(--main-color-white);
        width: 20px !important;
    }
    .footerleft ul li {
        margin-bottom: 10px;
    }
    .footerleft ul li span {
        flex: 1;
        padding-left: 5px;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footerright {
        flex: 1;
        padding: 0 20px;
        border-right: 1px solid rgba(255, 255, 255, .3)
    }
    .footercode {
        width: 120px;
        margin-left: 30px;
    }
    .footercode img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
    .footercode p {
        margin: 10px 0;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .footerright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerright ul li {
        padding: 0 20px;
        width: 16%;
        margin-bottom: 20px;
    }
    .footerright ul li:last-child {
        border-right: 0 !important;
    }
    .f_a {
        font-size: 15px;
        color: var(--main-color-white);
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
    .s_a {
        font-size: 13px;
        text-align: center;
        display: block;
        margin-bottom: 10px;
        color: #ffffff99;
    }
}

@media only screen and (max-width: 996px) {
    .foot {
        padding: 30px 15px;
        background-color: var(--main-color);
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .footerleft ul li {
        display: flex;
        align-items: center;
    }
    .footerleft ul li i {
        font-size: 15px !important;
        color: var(--main-color-white);
        width: 20px !important;
    }
    .footerleft ul li {
        margin-bottom: 10px;
    }
    .footerleft ul li span {
        flex: 1;
        padding-left: 5px;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footerright {
        width: 100%;
    }
    .footercode {
        width: 100%;
    }
    .footercode img {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }
    .footercode p {
        margin: 10px 0;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .footerright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerright ul li {
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .footerright ul li:last-child {
        border-right: 0 !important;
    }
    .f_a {
        font-size: 15px;
        color: var(--main-color-white);
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
    .s_a {
        display: none;
    }
    .con8 {
        padding: 30px 15px;
        background-color: #f2f7fb;
    }
    .con8con {
        margin: 0 auto;
    }
    .con8con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con8con ul li {
        width: 50%;
        background-color: var(--main-color-white);
        padding: 15px;
        border: 1px solid #efefef;
    }
    .con8con ul li img {
        width: 100%;
        height: 40px;
        object-fit: contain;
    }
    .con7 {
        padding: 30px 15px;
    }
    .con7con {
        margin: 0 auto;
    }
    .con7con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con7con ul li {
        width: 50%;
        cursor: pointer;
        overflow: hidden;
    }
    .con7con ul li:hover img {
        transform: scale(1.1);
    }
    .con7con ul li img {
        width: 100%;
        transition: var(--main-transition);
        max-height: 150px;
        object-fit: cover;
    }
    .con6 {
        padding: 30px 15px;
        background-color: #eef3f7;
    }
    .con6con {
        margin: 0 auto;
    }
    .con6box {
        padding: 25px;
        background-color: var(--main-color-white);
    }
    .con6box ul li {
        display: flex;
        cursor: pointer;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 30px;
        justify-content: space-between;
    }
    .con6box ul li:hover img {
        transform: scale(1.1);
    }
    .con6lileft {
        width: 100%;
        overflow: hidden;
    }
    .con6liright {
        width: 100%;
        margin-top: 15px;
    }
    .con6lileft img {
        width: 100%;
        transition: var(--main-transition);
        height: 180px;
        object-fit: cover;
    }
    .rr_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .rr_top::after {
        content: '';
        left: 0;
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: #ededed;
        bottom: -10px;
    }
    .rr_top a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-555);
        font-size: 18px;
    }
    .rr_top a:hover {
        color: var(--main-color);
    }
    .rr_top span {
        color: #a9a9a9;
        font-size: 14px;
    }
    .con_title p {
        text-align: center;
        color: var(--main-color-555);
        font-size: 14px;
        margin: 0 auto;
        margin-top: 15px;
        line-height: 25px;
        text-align: center;
    }
    .con6liright p {
        font-size: 14px;
        color: var(--main-color-888);
        line-height: 25px;
    }
    .con4 {
        width: 100%;
        background-color: var(--main-color);
        padding: 30px 15px;
    }
    .con4con {
        margin: 0 auto;
    }
    .con4con .con_title strong {
        color: var(--main-color-white);
    }
    .con5 {
        width: 100%;
    }
    .con5con {
        max-width: 1200px;
        margin: 0 auto;
        padding: 25px;
        background-color: var(--main-color-white);
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: 100%;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .con5con ul li img {
        width: 100%;
        max-height: 240px;
        object-fit: cover;
    }
    .con5con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con5con ul li span {
        color: var(--main-color-555);
        font-size: 14px;
        display: block;
        margin: 15px 0;
        text-align: center;
    }
    .con5div {
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        padding: 15px 10px;
    }
    .con5div strong {
        display: block;
        color: var(--main-color-222);
        font-size: 18px;
        text-align: center;
        color: var(--main-color-333);
    }
    .con5div p {
        font-size: 14px;
        color: var(--main-color-555);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: center;
        margin: 15px 0;
    }
    .line {
        width: 20px;
        height: 3px;
        background-color: #cccccc;
        margin: 0 auto;
    }
    .more {
        display: block;
        width: 165px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: var(--main-color-white);
        font-size: 14px;
        border-radius: 40px;
        background-color: var(--main-color);
        margin: 0 auto;
        margin-top: 30px;
    }
    .con3 {
        padding: 30px 15px;
    }
    .con3con {
        margin: 0 auto;
    }
    .con_title {
        margin-bottom: 20px;
    }
    .con_title strong {
        display: block;
        font-size: 22px;
        font-weight: normal;
        text-align: center;
    }
    .titleimg {
        width: 150px;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
        position: relative;
    }
    .titleimg::after {
        position: absolute;
        width: 50px;
        height: 1px;
        content: '';
        background-color: #ededed;
        left: 0;
        top: 13px;
    }
    .titleimg::before {
        position: absolute;
        width: 50px;
        height: 1px;
        content: '';
        background-color: #ededed;
        right: 0;
        top: 13px;
    }
    .titleimg img {
        width: 20px;
    }
    .con3box {
        padding: 25px;
        background-color: #fafafa;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .con3left {
        width: 100%;
    }
    .con3left p {
        color: var(--main-color-555);
        font-size: 14px;
        line-height: 25px;
    }
    .con3left ul {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
    }
    .con3left ul li {
        flex: 1;
        border-right: 1px solid #dbdbdb;
        text-align: center;
        padding: 0 10px;
    }
    .con3left ul li:last-child {
        border: none !important;
    }
    .con3left ul li span {
        color: var(--main-color-555);
        font-size: 12px;
        margin-top: 5px;
        display: block;
    }
    .sc_top {
        display: flex;
        justify-content: center;
    }
    .sc_top p {
        color: var(--main-color-555);
        font-size: 22px;
    }
    .sc_top span {
        color: var(--main-color-555) !important;
        font-size: 12px !important;
        display: block !important;
        margin-left: 5px !important;
        margin-top: 0 !important;
    }
    .con3right {
        width: 100%;
        margin-bottom: 30px;
    }
    .con3right img {
        width: 100%;
    }
    .con3left a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        margin-top: 30px;
        border-radius: 40px;
    }
    .con2 {
        padding: 30px 15px;
        background-color: #f1f7fb;
    }
    .con2con {
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2con ul li {
        width: 48%;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
    }
    .con2con ul li>img {
        width: 100%;
    }
    .con1pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        padding: 20px;
        justify-content: center;
    }
    .con1pos p {
        color: var(--main-color-white);
        font-size: 18px;
        font-weight: normal;
    }
    .con1pos span {
        color: #95CFFC;
        font-size: 12px;
        display: block;
        margin: 10px 0;
    }
    .con2box {
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .con2box img {
        width: 35px;
    }
    .con1 {
        padding: 15px;
    }
    .con1con {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }
    .con1conleft {
        display: flex;
        align-items: center;
        width: 115px;
    }
    .con1conleft img {
        width: 20px;
    }
    .con1conleft span {
        display: none;
        color: var(--main-color);
        font-size: 14px;
        display: block;
        margin-left: 10px;
    }
    .con1concenter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 80%;
    }
    .con1concenter a {
        display: block;
        font-size: 14px;
        color: var(--main-color-888);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 80%;
    }
    .con1concenter span {
        color: var(--main-color-999);
        display: none;
        font-size: 14px;
    }
    .con1conright {
        flex: 1;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .con1conright a {
        display: flex;
        align-items: center;
    }
    .inside {
        padding: 15px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.jpeg);
        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-666);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 45px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
    .ml_pcheader {
        display: none;
    }
    .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;
    }
}