* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '';
}

body {
    overflow-x: hidden !important;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #58a5d8;
    --main-color1: #d32329;
    --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;
        z-index: 99;
        transition: var(--main-transition);
        height: 90px;
        background-color: var(--main-color-white);
        box-shadow: 0 3px 12px rgba(0, 0, 0, .07);
    }
    .pcheader {
        max-width: 1200px;
        margin: 0 auto;
        transition: var(--main-transition);
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 90px;
    }
    .pclogo img {
        height: 50px;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    .pcnav>li {
        position: relative;
        transition: var(--main-transition);
    }
    .first_a::after {
        width: 0%;
        position: absolute;
        transition: var(--main-transition);
        height: 2px;
        content: '';
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--main-color);
    }
    .pcnav>li:hover .first_a::after {
        width: 100%;
    }
    .pcnav>li>a {
        display: block;
        height: 90px;
        line-height: 90px;
        font-size: 15px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 130%;
        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: 15px;
        display: block;
        padding: 10px 30px;
        transition: var(--main-transition);
    }
    .pcnav li:hover .pc_sec_nav {
        top: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        top: 0% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .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;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        top: 130%;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-666);
        background-color: var(--main-color-white);
    }
    .head_transform {
        max-width: 90% !important;
        height: 72px !important;
    }
    .header_transform {
        background-color: var(--main-color) !important;
        height: 72px !important;
    }
    .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);
    }
    .inside {
        max-width: 1200px;
        margin: 0 auto;
        padding: 15px 0;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 400px;
        background-image: url(../images/inbanner.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 100px;
    }
    .inbanner strong {
        display: block;
        color: var(--main-color-white);
        font-size: 30px;
        font-weight: normal;
    }
    .con1 {
        padding: 50px 0;
    }
    .contitle {
        max-width: 1200px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .contitle strong {
        display: block;
        text-align: center;
        background-image: linear-gradient(90deg, rgba(106, 193, 203, 1), rgba(74, 144, 226, 1));
        font-size: 36px;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        margin-bottom: 20px;
    }
    .contitle p {
        font-size: 16px;
        color: var(--main-color-333);
        text-align: center;
    }
    .con1con {
        width: 100%;
    }
    .con1item {
        padding: 90px 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .con1itemcon {
        max-width: 1100px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }
    .con1left {
        width: 48%;
    }
    .con1left img {
        width: 100%;
    }
    .con1right:hover {
        transform: translateY(-10px);
    }
    .con1right {
        width: 48%;
        padding: 30px;
        transition: var(--main-transition);
        background-color: rgba(255, 255, 255, 0.79);
        border-radius: 5px;
        box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);
        background-color: var(--main-color-white);
    }
    .con1right p {
        background-image: linear-gradient(90deg, rgba(106, 193, 203, 1), rgba(74, 144, 226, 1));
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        font-size: 22px;
        margin-bottom: 15px;
    }
    .con1right span {
        color: var(--main-color-666);
        font-size: 15px;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        margin-bottom: 25px;
    }
    .con1right a {
        display: block;
        color: #fff;
        font-size: 15px;
        background-image: linear-gradient(90deg, rgba(106, 193, 203, 1), rgba(74, 144, 226, 1));
        border-radius: 25px;
        width: 200px;
        height: 45px;
        text-align: center;
        line-height: 45px;
    }
    .con1item:nth-child(2n) .con1itemcon {
        flex-direction: row-reverse;
    }
    .more {
        display: block;
        color: #fff;
        font-size: 15px;
        background-image: linear-gradient(90deg, rgba(106, 193, 203, 1), rgba(74, 144, 226, 1));
        border-radius: 25px;
        width: 150px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .con2 {
        width: 100%;
        padding: 50px 0;
    }
    .con2con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        cursor: pointer;
        width: calc((100% - 120px) / 4);
        margin-right: 40px;
        margin-bottom: 40px;
    }
    .con2con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2con ul li img {
        transition: var(--main-transition);
        height: 180px;
        width: 100%;
        object-fit: cover;
    }
    .casebox {
        width: 100%;
        overflow: hidden;
    }
    .casediv {
        padding: 15px;
        border: 1px solid #ececec;
    }
    .casediv a {
        font-size: 17px;
        color: var(--main-color);
        display: block;
        width: 100%;
        overflow: hidden;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .casediv p {
        font-size: 14px;
        color: var(--main-color-888);
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 22px;
    }
    .casediv span {
        color: var(--main-color-999);
        font-size: 14px;
    }
    .casediv span i {
        margin-right: 5px;
    }
    .con3 ul li {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .con3 ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con4 .con1right span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8
    }
    .con5 {
        width: 100%;
        padding: 50px 0;
    }
    .con5con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .mySwiperPart {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .mySwiperPart img {
        cursor: pointer;
        border: 1px solid #ccc;
        width: 100%;
        object-fit: contain;
        padding: 5px;
        height: 100px;
    }
    .con6 {
        width: 100%;
        padding: 50px 0;
    }
    .con6con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6conitem {
        width: calc(100% / 4);
        display: flex;
        flex-direction: column;
    }
    .con6conitembot {
        width: 100%;
        height: 300px;
    }
    .con6conitembot img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .con6conitemtop {
        background-color: #f5f6f8;
        height: 300px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .con6conitemtop p {
        font-size: 22px;
        color: var(--main-color);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 20px;
    }
    .con6conitemtop span {
        display: block;
        font-size: 15px;
        color: var(--main-color-666);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        line-height: 25px;
    }
    .con6conitem:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .con7 {
        padding: 50px 0;
        width: 100%;
    }
    .con7con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con7box {
        display: flex;
        padding: 40px;
        background-color: var(--main-color-white);
        box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con7boxleft {
        width: 48%;
    }
    .con7boxright {
        width: 48%;
    }
    .con7boxleft>strong {
        color: var(--main-color);
        font-size: 22px;
        font-weight: normal;
        display: block;
        margin-bottom: 20px;
    }
    .con7boxleft input {
        width: 100%;
        height: 40px;
        padding-left: 15px;
        outline: none;
        border-radius: 4px;
        margin-bottom: 20px;
        border: 1px solid #e5e5e5;
    }
    .con7boxleft textarea {
        width: 100%;
        height: 100px;
        padding-left: 15px;
        outline: none;
        padding-top: 15px;
        border-radius: 4px;
        margin-bottom: 20px;
        border: 1px solid #e5e5e5;
    }
    .con7boxleft a {
        display: block;
        background-color: var(--main-color);
        width: 100%;
        font-size: 14px;
        height: 40px;
        border-radius: 50px;
        text-align: center;
        line-height: 40px;
        color: var(--main-color-white);
    }
    .con7boxright>strong {
        color: var(--main-color);
        font-size: 22px;
        font-weight: normal;
        display: block;
        margin-bottom: 20px;
    }
    .con7boxright p {
        font-size: 15px;
        color: var(--main-color-555);
    }
    .foot {
        width: 100%;
        padding: 55px 0;
        background-color: #333333;
    }
    .footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footeritem {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }
    .footeritem:nth-child(3n) {
        margin-right: 0;
    }
    .footeritem>strong {
        font-size: 20px;
        color: var(--main-color-white);
        font-weight: 100;
        display: block;
        margin-bottom: 30px;
        position: relative;
    }
    .footeritem>strong::after {
        width: 70px;
        height: 3px;
        background-color: var(--main-color);
        content: '';
        position: absolute;
        bottom: -13px;
        left: 0;
    }
    .footeritem1 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .footeritem1 ul li img {
        width: 20px;
        display: block;
        margin-right: 10px;
        height: 20px;
        object-fit: contain;
    }
    .footeritem1 ul li span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem2 ul {
        display: flex;
        align-items: center;
    }
    .footeritem2 ul li {
        width: 31%;
        margin-right: 2%;
    }
    .footeritem2 ul li img {
        width: 100%;
    }
    .footeritem2 ul li p {
        text-align: center;
        margin: 10px 0;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem3 ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footeritem3 ul li {
        width: 50%;
    }
    .footeritem3 ul li:nth-child(2n) a {
        text-align: right;
    }
    .footeritem3 ul li a {
        color: var(--main-color-white);
        font-size: 14px;
        margin-bottom: 25px;
        display: block;
    }
    .aboutus1 {
        padding-top: 15px;
        margin-bottom: 50px;
    }
    .aboutus1con {
        max-width: 1000px;
        margin: 0 auto;
    }
    .aboutus1con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus1con ul li {
        width: 31%;
    }
    .aboutus1con ul li img {
        display: block;
        width: 100px;
        margin: 0 auto;
    }
    .aboutus1con ul li strong {
        display: block;
        font-weight: bold;
        text-align: center;
        color: var(--main-color-222);
        margin-top: 10px;
        font-size: 22px;
    }
    .aboutus1con ul li p {
        font-size: 18px;
        color: var(--main-color-333);
        text-align: center;
        margin: 10px 0;
    }
    .aboutus2 .con1right span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 30 !important;
    }
}

@media only screen and (max-width: 996px) {
    .aboutus1 {
        padding: 30px 15px;
    }
    .aboutus1con {
        margin: 0 auto;
    }
    .aboutus1con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus1con ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutus1con ul li img {
        display: block;
        width: 100px;
        margin: 0 auto;
    }
    .aboutus1con ul li strong {
        display: block;
        font-weight: bold;
        text-align: center;
        color: var(--main-color-222);
        margin-top: 10px;
        font-size: 22px;
    }
    .aboutus1con ul li p {
        font-size: 18px;
        color: var(--main-color-333);
        text-align: center;
        margin: 10px 0;
    }
    .foot {
        width: 100%;
        padding: 30px 15px;
        background-color: #333333;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footeritem {
        width: 100%;
        margin-bottom: 25px;
    }
    .footeritem>strong {
        font-size: 18px;
        color: var(--main-color-white);
        font-weight: 100;
        display: block;
        margin-bottom: 30px;
        position: relative;
    }
    .footeritem>strong::after {
        width: 70px;
        height: 3px;
        background-color: var(--main-color);
        content: '';
        position: absolute;
        bottom: -13px;
        left: 0;
    }
    .footeritem1 ul li {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .footeritem1 ul li img {
        width: 20px;
        display: block;
        margin-right: 10px;
        height: 20px;
        object-fit: contain;
    }
    .footeritem1 ul li span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem2 ul {
        display: flex;
        align-items: center;
    }
    .footeritem2 ul li {
        width: 31%;
        margin-right: 2%;
    }
    .footeritem2 ul li img {
        width: 100%;
    }
    .footeritem2 ul li p {
        text-align: center;
        margin: 10px 0;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .footeritem3 ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footeritem3 ul li {
        width: 50%;
    }
    .footeritem3 ul li a {
        color: var(--main-color-white);
        font-size: 14px;
        margin-bottom: 25px;
        display: block;
    }
    .con7 {
        padding: 30px 15px;
        width: 100%;
    }
    .con7con {
        margin: 0 auto;
    }
    .con7box {
        display: flex;
        padding: 15px;
        flex-wrap: wrap;
        background-color: var(--main-color-white);
        box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con7boxleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .con7boxright {
        width: 100%;
    }
    .con7boxleft>strong {
        color: var(--main-color);
        font-size: 22px;
        font-weight: normal;
        display: block;
        margin-bottom: 20px;
    }
    .con7boxleft input {
        width: 100%;
        height: 40px;
        padding-left: 15px;
        outline: none;
        border-radius: 4px;
        margin-bottom: 20px;
        border: 1px solid #e5e5e5;
    }
    .con7boxleft textarea {
        width: 100%;
        height: 100px;
        padding-left: 15px;
        outline: none;
        padding-top: 15px;
        border-radius: 4px;
        margin-bottom: 20px;
        border: 1px solid #e5e5e5;
    }
    .con7boxleft a {
        display: block;
        background-color: var(--main-color);
        width: 100%;
        font-size: 14px;
        height: 40px;
        border-radius: 50px;
        text-align: center;
        line-height: 40px;
        color: var(--main-color-white);
    }
    .con7boxright>strong {
        color: var(--main-color);
        font-size: 22px;
        font-weight: normal;
        display: block;
        margin-bottom: 20px;
    }
    .con7boxright p {
        font-size: 15px;
        color: var(--main-color-555);
    }
    .con6 {
        width: 100%;
        padding: 30px 15px;
    }
    .con6con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6conitem {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .con6conitembot {
        width: 100%;
    }
    .con6conitembot img {
        width: 100%;
    }
    .con6conitemtop {
        background-color: #f5f6f8;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .con6conitemtop p {
        font-size: 16px;
        color: var(--main-color);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 20px;
    }
    .con6conitemtop span {
        display: block;
        font-size: 14px;
        color: var(--main-color-666);
        width: 100%;
        line-height: 25px;
    }
    .con5 {
        padding: 30px 15px;
    }
    .con5con {
        margin: 0 auto;
    }
    .mySwiperPart {
        width: 100%;
        padding-bottom: 30px !important;
    }
    .mySwiperPart img {
        cursor: pointer;
        border: 1px solid #ccc;
        width: 100%;
        object-fit: contain;
        padding: 5px;
        height: 100px;
    }
    .con3 ul li {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .con3 ul li img {
        height: auto !important;
    }
    .con4 .con1right span {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 20
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
    }
    .con2con {
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con2con ul li {
        cursor: pointer;
        width: 48%;
        margin-bottom: 30px;
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2con ul li img {
        transition: var(--main-transition);
        height: 120px;
        width: 100%;
        object-fit: cover;
    }
    .casebox {
        width: 100%;
        overflow: hidden;
    }
    .casediv {
        padding: 15px;
        border: 1px solid #ececec;
    }
    .casediv a {
        font-size: 15px;
        color: var(--main-color);
        display: block;
        width: 100%;
        overflow: hidden;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .casediv p {
        font-size: 13px;
        color: var(--main-color-333);
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .casediv span {
        color: var(--main-color-999);
        font-size: 14px;
    }
    .casediv span i {
        margin-right: 5px;
    }
    .con1 {
        padding: 30px 15px;
    }
    .contitle {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .contitle strong {
        display: block;
        text-align: center;
        background-image: linear-gradient(90deg, rgba(106, 193, 203, 1), rgba(74, 144, 226, 1));
        font-size: 25px;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        margin-bottom: 15px;
    }
    .contitle p {
        font-size: 14px;
        color: var(--main-color-333);
        text-align: center;
    }
    .con1con {
        width: 100%;
    }
    .con1item {
        padding: 15px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 30px;
    }
    .con1itemcon {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }
    .con1left {
        width: 100%;
        margin-bottom: 15px;
    }
    .con1left img {
        width: 100%;
    }
    .con1right {
        width: 100%;
        padding: 15px;
        transition: var(--main-transition);
        background-color: rgba(255, 255, 255, 0.79);
        border-radius: 5px;
        box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);
        background-color: var(--main-color-white);
    }
    .con1right p {
        background-image: linear-gradient(90deg, rgba(106, 193, 203, 1), rgba(74, 144, 226, 1));
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .con1right span {
        color: var(--main-color-666);
        font-size: 14px;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        margin-bottom: 25px;
    }
    .con1right a {
        display: block;
        color: #fff;
        font-size: 15px;
        background-image: linear-gradient(90deg, rgba(106, 193, 203, 1), rgba(74, 144, 226, 1));
        border-radius: 25px;
        width: 150px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
    .more {
        display: block;
        color: #fff;
        font-size: 15px;
        background-image: linear-gradient(90deg, rgba(106, 193, 203, 1), rgba(74, 144, 226, 1));
        border-radius: 25px;
        width: 150px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        margin-top: 60px;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        color: var(--main-color);
        font-size: 25px;
        font-weight: normal;
    }
    .inside {
        margin: 0 auto;
        padding: 15px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .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);
    }
    .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-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;
    }
}