* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    word-break: break-word;
}

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: #65aff0;
    --main-color1: #343191;
    --main-color-white: #ffffff;
    --main-color-black: #000000;
    --main-color-555: #555555;
    --main-color-174: #7e2bdf;
    --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;
        background-color: white;
        height: 98px;
    }
    .pcheader {
        width: 100%;
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 98px;
    }
    .pclogo img {
        height: 40px;
    }
    .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: 98px;
        line-height: 98px;
        font-size: 14px;
        transition: var(--main-transition);
        color: var(--main-color-black);
        padding: 0 5px;
        font-weight: bold;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 240px;
        border-top: 2px solid var(--main-color1);
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
        box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
    }
    .pc_sec_item a {
        color: var(--main-color);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pc_sec_item .second_a:hover {
        color: var(--main-color1);
    }
    .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-color1) !important;
    }
    .third_a:hover {
        color: var(--main-color1) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 240px;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
        box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
    }
    .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;
    }
    .banner {
        margin-top: 98px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bannerleft {
        width: 40%;
    }
    .bannerleft img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .bannerright {
        width: 60%;
        background-image: url(../images/bannerbg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerright {
        padding: 100px 0px 0px 100px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .bannerright h1 {
        color: var(--main-color-white);
        font-size: 60px;
    }
    .bannerright strong {
        display: block;
        margin: 20px auto;
        color: var(--main-color-white);
        font-size: 35px;
    }
    .bannerright p {
        font-size: 15px;
        color: var(--main-color-white);
        line-height: 25px;
    }
    .bannerright a {
        display: inline-block;
        transition: var(--main-transition);
        margin-top: 40px;
        padding: 25px 40px 25px 40px;
        border: 2px solid var(--main-color-white);
        font-size: 14px;
        font-weight: bold;
        color: var(--main-color-white);
    }
    .bannerright a:hover {
        background-color: #000 !important;
        border-color: #000 !important;
    }
    .bannerright ul {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    .bannerright li {
        transition: var(--main-transition);
        background-color: #1b1f22;
        width: calc(100% / 3);
        padding: 30px;
        border: 2px solid transparent;
    }
    .bannerright li:hover {
        border: 2px solid var(--main-color) !important;
    }
    .bannerright li h2 {
        color: #313538;
        font-size: 70px;
        margin-bottom: 60px;
    }
    .bannerright li span {
        font-size: 15px;
        color: var(--main-color-white);
    }
    .con1 {
        width: 100%;
        background-color: var(--main-color-white);
        /*background-image:linear-gradient(180deg, #EDF1F4 0%, #FFFFFF 100%);*/
        padding: 90px 0;
    }
    .con1con {
        max-width: 1350px;
        padding: 0 25px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
    }
    .con1left {
        width: 48%;
    }
    .con1left p {
        color: var(--main-color-black);
        font-size: 30px;
        margin-bottom: 30px;
    }
    .con1left span {
        color: var(--main-color-black);
        font-size: 15px;
        line-height: 30px;
    }
    .con1right {
        width: 48%;
    }
    .con1right img {
        width: 100%;
    }
    .con2 {
        width: 100%;
        padding: 50px 0;
    }
    .con2con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con2left {
        width: 45%;
        border: 1px solid var(--main-color);
        padding: 2px;
    }
    .con2leftcon {
        padding: 50px 50px 70px 50px;
        border: 1px solid var(--main-color);
    }
    .con2leftcon p {
        font-size: 30px;
        color: #000;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .con2leftcon span {
        font-size: 15px;
        line-height: 30px;
        color: var(--main-color-333);
    }
    .con2right {
        width: 50%;
    }
    .con2right p {
        font-size: 30px;
        color: #000;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .con2right span {
        font-size: 15px;
        line-height: 30px;
        color: var(--main-color-333);
    }
    .con3 {
        width: 100%;
        padding: 90px 0;
        background-color: #f9f4f4;
    }
    .con3con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con3left {
        width: 48%;
    }
    .con3left p {
        font-size: 18px;
        color: var(--main-color);
        font-weight: bold;
        margin-bottom: 30px;
    }
    .con3left strong {
        font-size: 37px;
        color: #000;
    }
    .con3left span {
        display: block;
        margin-top: 30px;
        font-size: 15px;
        color: var(--main-color-333);
        line-height: 25px;
    }
    .con3right {
        width: 48%;
    }
    .con3right video {
        width: 100%;
    }
    .con4 {
        padding: 90px 0;
    }
    .con4con {
        max-width: 1350px;
        margin: 0 auto;
        padding: 0 25px;
    }
    .con_title {
        margin-bottom: 60px;
    }
    .con_title span {
        color: var(--main-color);
        font-size: 18px;
        text-align: center;
        display: block;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .con_title strong {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 35px;
    }
    .common_ul {
        display: flex;
        flex-wrap: wrap;
    }
        .common_ul li {
            width: calc((100% - 40px) / 3);
            margin-right: 20px;
            background-color: #EDF1F4;
            margin-bottom: 20px;
            padding: 45px;
            position: relative;
        }
    .common_ul li::after {
        position: absolute;
        width: 0px;
        content: '';
        transition: var(--main-transition);
        height: 100%;
        top: 0;
        background-color: var(--main-color);
        right: 0;
    }
    .common_ul li:hover::after {
        width: 10px !important;
    }
    .common_ul li:nth-child(3n) {
        margin-right: 0;
    }
    .common_ul li strong {
        display: block;
        color: var(--main-color-black);
        font-size:18px;
        margin-bottom: 25px;
    }
    .common_ul li a {
        font-size: 15px;
        color: var(--main-color-white);
    }
    .con5 {
        background-color: #f9f4f4;
    }
    .con7 {
        padding: 90px 0;
        /*background-color: #f9f4f4;*/
    }
    .con7con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .con7con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con7con li {
        width: calc((100% - 60px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .con7con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con7con ul li img {
        width: 100%;
    }
    .more {
        width: 195px;
        display: block;
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        font-size: 14px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .con8 {
        padding: 90px 0;
        /*background-color: #13171a;*/
    }
    .con8con {
        max-width: 1500px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .con8con .con_title strong {
        color: var(--main-color-black) !important;
    }
    .mumping_mun {
        display: flex;
        flex-wrap: wrap;
    }
    .mumping_mun li {
        flex: 1;
        padding: 15px;
        border-right: 1px solid var(--main-color-black);
    }
    .mumping_mun li:last-child {
        border: none !important;
    }
    .mumping_mun span {
        color: var(--main-color-black);
        font-size: 20px;
        font-weight: bold;
        display: block;
        margin-left: 10px;
    }
    .mumping_mun h2 {
        color: var(--main-color-black);
        font-size: 37px;
    }
    .mun_top {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mumping_mun li p {
        text-align: center;
        font-size: 15px;
        color: var(--main-color-black);
        line-height: 30px;
    }
    .con9con {
        flex-direction: row-reverse;
    }
    .con3right img {
        width: 100%;
    }
    .con3left a {
        margin: inherit;
        margin-top: 20px;
    }
    .con10 {
        width: 100%;
        padding: 90px 0;
    }
    .con10con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .con10con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
        .con10con ul li {
            width: 32%;
            margin-bottom: 30px;
            background-color: #EDF1F4;
            padding: 30px 25px;
            text-align: center;
            transition: var(--main-transition);
            border: 1px solid transparent;
        }
    .con10con ul li:hover {
        border: 1px solid var(--main-color) !important;
    }
    .con10con ul li img {
        width: 100%;
        display: block;
        margin: 0 auto;
        height: 80px;
        object-fit: contain;
    }
    .con10con ul li p {
        line-height: 30px;
        font-size: 15px;
        margin: 30px auto;
        color: var(--main-color-333);
        height: 239px;
    }
    .con10con ul li strong {
        font-size: 15px;
        display: block;
        color: var(--main-color-333);
    }
    .con10con ul li p span {
        line-height: 30px;
        font-size: 15px;
        color: var(--main-color-333);
    }
    .con11 {
        padding: 90px 0;
    }
    .con11con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .mySwiper_news_out {
        position: relative;
    }
    .mySwiper_news img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    .mySwiper_news {
        width: 100%;
    }
    .mySwiper_news .swiper-slide {
        cursor: pointer;
    }
    .mySwiper_news .swiper-slide:hover p {
        color: var(--main-color);
    }
    .newbox {
        padding: 25px;
        background-color: #EDF1F4;
        height: 300px
    }
    .newbox p {
        font-size: 18px;
        color: var(--main-color-333);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height:51px
    }
    .newbox span {
        font-size: 15px;
        color: var(--main-color-333);
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        margin: 20px auto;
    }
    .newbox a {
        color: var(--main-color);
        font-size: 14px;
        font-weight: bold;
        text-decoration: underline;
    }
    .indexnewbtn {
        background-image: none !important;
        color: var(--main-color);
        font-weight: bold;
        font-size: 50px;
    }
    .indexnewleft {
        left: -50px !important;
    }
    .indexnewright {
        right: -50px !important;
    }
    .ctcon {
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 70px;
        position: relative;
        z-index: 2;
        background-color: transparent;
        background-image: linear-gradient(160deg, #65aff0 0%, #fff726 95%);
    }
    .ctleft {
        width: 60%;
        color: var(--main-color-white);
        font-size: 30px;
    }
    .ctright a {
        display: block;
        width: 280px;
        font-weight: bold;
        text-align: center;
        line-height: 55px;
        height: 55px;
        transition: var(--main-transition);
        font-size: 14px;
        color: var(--main-color-white);
        border: 1px solid var(--main-color-white);
    }
    .ctright a:hover {
        background-color: var(--main-color-white) !important;
        transform: translateY(-10px);
        color: var(--main-color-333);
    }
    .foot {
        width: 100%;
        background-color: white;
        padding-top: 200px;
        padding-bottom: 60px;
        margin-top: -100px;
        position: relative;
        z-index: 1;
    }
    .footer {
        max-width: 1350px;
        margin: 0 auto;
        padding: 0 25px;
        display: flex;
        justify-content: space-between;
    }
    .footerleft {
        width: 23%;
    }
    .footerleft img {
        max-width: 100%;
        margin:17px auto;
        display: block;
        margin-bottom: 20px;
    }
    .footerleft ul {
        display: flex;
        align-items: center;
    }
    .footerleft ul li a {
        display: block;
        width: 42px;
        line-height: 42px;
        border-radius: 50%;
        margin-right: 20px;
        transition: var(--main-transition);
        height: 42px;
        background-color: var(--main-color);
        text-align: center;
        color: var(--main-color-white);
    }
    .footerleft ul li a:hover {
        transform: translateY(-5px);
        color: var(--main-color) !important;
    }
    .footerright {
        width: 68%;
    }
    .footerright ul {
        display: flex;
        justify-content: space-between;
    }
    .footerright ul li {
        flex: 1;
    }
    .footerright ul li img {
        display: block;
        width: 100px;
    }
    .footerright ul li strong {
        color: var(--main-color);
        font-size: 17px;
        display: block;
        margin-bottom: 20px;
    }
    .footerright ul li a {
        display: block;
        color: var(--main-color);
        font-size: 15px;
        display: block;
        margin-bottom: 5px;
    }
    .footerright p {
        color: var(--main-color-white);
        font-size: 15px;
        margin-bottom: 5px;
    }
    .copy {
        padding: 20px 0;
        background-color: var(--main-color);
        border-top: 1px solid #212121;
    }
    .copycon {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .copycon a {
        color: var(--main-color-white);
    }
    .copycon {
        text-align: center;
        color: var(--main-color-white);
    }
    .inbanner {
        width: 100%;
        margin-top: 98px;
        position: relative;
    }
    .inbanner img {
        width: 100%;
    }
    .inbanner strong {
        display: flex;
        color: var(--main-color-white);
        font-size: 55px;
        position: absolute;
        width: 100%;
        left: 0;
        height: 100%;
        top: 0;
        align-items: center;
        justify-content: center;
    }
    .aboutus1 {
        padding: 90px 0;
    }
    .aboutus1con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .ab1left {
        width: 60%;
    }
    .ab1right {
        width: 36%;
    }
    .ab1right img {
        width: 100%;
    }
    .ab1left strong {
        font-size: 18px;
        color: var(--main-color);
    }
    .ab1left p {
        font-size: 35px;
        margin: 15px 0;
        color: var(--main-color-222);
    }
    .ab1left span {
        color: var(--main-color-222);
        font-size: 15px;
        display: flex;
        line-height: 30px;
    }
    .ab1left span img {
        width: 30px;
        object-fit: contain;
        height: 33px;
    }
    .aboutus2 {
        width: 100%;
        padding: 90px 0;
        background-color: #f9f4f4;
    }
    .aboutus2con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .aboutus2con ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .aboutus2con ul li {
        padding: 40px;
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
        transition: var(--main-transition);
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
    }
    .aboutus2con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .aboutus2con ul li img {
        display: block;
        height: 50px;
        margin: 0 auto;
    }
    .aboutus2con ul li strong {
        color: var(--main-color1);
        font-size: 20px;
        text-align: center;
        display: block;
        margin: 20px auto;
    }
    .aboutus2con ul li p {
        color: var(--main-color-333);
        font-size: 15px;
        line-height: 30px;
        text-align: center;
    }
    .aboutus2con ul li:nth-child(n+4) {
        width: 41%;
    }
    .aboutus3 {
        padding: 90px 0;
        width: 100%;
    }
    .aboutus3con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .ab3left {
        width: 36%;
    }
    .ab3left img {
        width: 100%;
    }
    .ab3right {
        width: 60%;
    }
    .ab3item {
        margin-bottom: 40px;
    }
    .ab3item span {
        font-size: 18px;
        color: var(--main-color);
        display: block;
    }
    .ab3item strong {
        /* display: block;*/
        font-size: 35px;
        color: var(--main-color-333);
        /*  display: block;*/
        margin: 20px 0;
    }
    .ab3item p {
        font-size: 15px;
        color: var(--main-color-333);
        line-height: 30px;
    }
    .ab3item ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .ab3item ul li {
        display: flex;
        align-items: center;
        margin-right: 15px;
    }
    .ab3item ul li span {
        color: var(--main-color-333);
        font-size: 15px;
        display: block;
        margin-left: 5px;
    }
    .aboutus4 {
        width: 100%;
        padding: 100px 0;
        background-color: transparent;
        background-image: linear-gradient(160deg, #D70479 0%, #343191 80%);
    }
    .aboutus4con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
        text-align: center;
        font-size: 37px;
        line-height: 55px;
        color: var(--main-color-white);
    }
    .aboutus5 {
        padding: 90px 0;
        width: 100%;
    }
    .aboutus5con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab5left {
        width: 34%;
    }
    .ab5left span {
        color: var(--main-color);
        font-size: 20px;
        display: block;
        margin-bottom: 20px;
    }
    .ab5left strong {
        display: block;
        color: var(--main-color-333);
        font-size: 35px;
    }
    .ab5right {
        width: 60%;
        font-size: 15px;
        line-height: 30px;
        color: var(--main-color-333);
    }
    .aboutus6 {
        padding: 90px 0;
        width: 100%;
        background-color: #f9f4f4;
    }
    .aboutus6con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .aboutus6con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus6con ul li {
        padding: 15px;
        border: 2px solid #e5e5e5;
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .aboutus6con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .aboutus6con ul li img {
        width: 100%;
    }
    .aboutus6con ul li p {
        font-size: 25px;
        color: var(--main-color-222);
        font-weight: bold;
        text-align: center;
        margin: 15px 0;
    }
    .aboutus6con ul li span {
        font-size: 15px;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .aboutus6con ul li a {
        display: block;
        width: 25px;
        text-align: center;
        margin: 0 auto;
        border-radius: 50%;
        height: 25px;
        line-height: 25px;
        background-color: var(--main-color1);
        color: var(--main-color-white);
    }
    .tips {
        text-align: center;
        color: var(--main-color-333);
        font-size: 15px;
        line-height: 30px;
        margin-top: 20px;
    }
    .aboutus7 {
        padding: 90px 0;
    }
    .aboutus7con {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .aboutus7con ul li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .aboutus7con ul li span {
        width: 25%;
        display: block;
        padding-left: 55px;
        color: var(--main-color-333);
        font-size: 18px;
        position: relative;
    }
    .aboutus7con ul li span::after {
        background-color: var(--main-color);
        content: '';
        width: 40px;
        height: 2px;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .aboutus7con ul li p {
        width: 70%;
        font-size: 15px;
        color: var(--main-color-333);
        line-height: 25px;
    }
    .service_contact {
        margin-top: -100px;
    }
    .worklist {
        display: flex;
        flex-wrap: wrap;
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .worklist li {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 30px;
        box-shadow: var(--main-shadow);
    }
    .worklist li:nth-child(3n) {
        margin-right: 0;
    }
    .worklist li img {
        width: 100%;
    }
    .workbox {
        position: relative;
    }
    .worklist li:hover .workpos {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .workpos {
        background: rgba(0, 0, 0, .3);
        width: 100%;
        position: absolute;
        height: 100%;
        transition: var(--main-transition);
        left: 0;
        top: 0;
        display: flex;
        opacity: 0;
        visibility: hidden;
        align-items: center;
        justify-content: center;
    }
    .workbox a {
        display: block;
        width: 115px;
        height: 43px;
        text-align: center;
        line-height: 43px;
        font-size: 14px;
        background: rgba(0, 0, 0, .6);
        color: var(--main-color-white);
    }
    .worklist li p {
        height: 45px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-height: 45px;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
    }
    .create {
        width: 100%;
        padding: 90px 0;
    }
    .createcon {
        padding: 0 25px;
        max-width: 1350px;
        margin: 0 auto;
    }
    .createcon ul {
        display: flex;
        background-color: transparent;
        background-image: linear-gradient(160deg, #D70479 0%, #343191 80%);
    }
    .createcon ul li {
        width: calc(100% / 3);
        padding: 100px 20px 100px 20px;
    }
    .createcon ul li img {
        display: block;
        width: 55px;
        height: 55px;
        object-fit: contain;
        margin: 0 auto;
    }
    .createcon ul li strong {
        color: var(--main-color-white);
        text-align: center;
        display: block;
        margin: 20px auto;
        font-size: 25px;
    }
    .createcon ul li a {
        font-size: 15px;
        color: var(--main-color-white);
        text-align: center;
        font-weight: bold;
        display: block;
    }
    .Innews {
        width: 100%;
        padding: 90px 0;
    }
    .Innewscon {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .Innewscon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .Innewscon ul li {
        width: calc((100% - 100px) / 3);
        margin-right: 50px;
        margin-bottom: 50px;
        background-color: #f9f4f4;
    }
    .Innewscon ul li:nth-child(3n) {
        margin-right: 0;
    }
    .Innewscon ul li img {
        width: 100%;
    }
    .innewdiv {
        padding: 50px 30px;
    }
    .innewdiv p {
        color: var(--main-color-333);
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .innewdiv a {
        text-decoration: underline;
        font-size: 15px;
        color: var(--main-color);
    }
    .muiti {
        width: 100%;
        padding: 90px 0;
    }
    .muiticon {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .muiticon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .muiticon ul li {
        width: calc((100% - 100px) / 3);
        margin-right: 50px;
        padding: 35px;
        transition: var(--main-transition);
        margin-bottom: 50px;
        background-color: #f9f4f4;
    }
    .muiticon ul li:nth-child(3n) {
        margin-right: 0;
    }
    .li_t {
        display: flex;
        align-items: center;
    }
    .li_t i {
        color: var(--main-color);
    }
    .li_t span {
        color: var(--main-color-333);
        font-size: 15px;
        display: block;
        margin-left: 10px;
    }
    .muiticon ul li p {
        font-size: 18px;
        color: var(--main-color-333);
        margin: 20px 0;
        font-weight: bold;
    }
    .muiticon ul li em {
        display: block;
        font-style: normal;
        margin-bottom: 10px;
    }
    .muiticon ul li a {
        font-size: 15px;
        color: var(--main-color);
        text-decoration: underline;
    }
    .blog {
        width: 100%;
        padding: 90px 0;
    }
    .blogcon {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .blogcon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .blogcon ul li {
        width: calc((100% - 40px) / 3);
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .blogcon ul li:nth-child(3n) {
        margin-right: 0;
    }
    .blogcon ul li img {
           height: 300px;
    width: 100%;
    object-fit: cover;
    }
    .blogdiv {
        padding: 30px 20px;
        background-color: #f6f6f6;
    }
    .blogdiv p {
        color: var(--main-color-333);
        font-size: 20px;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .blogdiv span {
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        font-size: 15px;
        line-height: 30px;
        margin: 10px auto;
    }
    .blogdiv a {
        display: block;
        width: 135px;
        height: 35px;
        text-align: center;
        transition: var(--main-transition);
        background-color: var(--main-color);
        color: var(--main-color-white);
        line-height: 35px;
        font-size: 15px;
    }
    .blogdiv a:hover {
        background-color: #000;
        color: var(--main-color-white);
    }
    .touch {
        padding: 90px 0;
    }
    .touchcon {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .touchleft {
        width: 46%;
    }
    .touchtitle {
        margin-bottom: 30px;
    }
    .touchtitle p {
        color: var(--main-color-222);
        font-size: 37px;
        margin-bottom: 10px;
    }
    .touchtitle span {
        color: var(--main-color-222);
        font-size: 15px;
    }
    .touchleft ul li {
        display: flex;
        margin-bottom: 20px;
    }
    .touchleft ul li img {
        width: 35px;
        height: 35px;
        object-fit: contain;
    }
    .t_r {
        padding-left: 30px;
    }
    .t_r p {
        color: var(--main-color-333);
        font-size: 15px;
    }
    .t_r strong {
        font-size: 20px;
        display: block;
        margin-bottom: 10px;
    }
    .touchright {
        width: 50%;
        padding: 40px;
        background-color: var(--main-color);
        border: 8px solid var(--main-color);
    }
    .touchForm {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .touchForm input {
        width: 100%;
        display: block;
        border: 1px solid var(--main-color-white);
        padding-left: 15px;
        background-color: transparent;
        outline: none;
        height: 50px;
        color: var(--main-color-white);
        margin-bottom: 20px;
    }
    .touchForm textarea {
        width: 100%;
        display: block;
        border: 1px solid var(--main-color-white);
        padding-left: 15px;
        padding-top: 15px;
        height: 120px;
        background-color: transparent;
        outline: none;
        color: var(--main-color-white);
        margin-bottom: 20px;
    }
    .half {
        width: 48% !important;
    }
    .touchForm input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .touchForm textarea::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .sub {
        width: 100%;
        height: 40px;
        text-align: center;
        color: var(--main-color-white);
        font-size: 15px;
        border: 1px solid var(--main-color);
        line-height: 40px;
        font-weight: bold;
        border-radius: 3px;
        background-color: var(--main-color);
    }
    .sub:hover {
        border: 1px solid var(--main-color-white);
        background-color: transparent !important;
    }
    .inside {
        padding: 90px 0;
    }
    .insidecon {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .insidecon p {
        font-size: 15px;
        color: var(--main-color-333);
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        padding: 30px 15px;
    }
    .insidecon p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .touch {
        padding: 30px 15px;
    }
    .touchcon {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .touchleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .touchtitle {
        margin-bottom: 30px;
    }
    .touchtitle p {
        color: var(--main-color-222);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }
    .touchtitle span {
        color: var(--main-color-222);
        font-size: 14px;
        text-align: center;
    }
    .touchleft ul li {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .touchleft ul li img {
        width: 35px;
        display: block;
        height: 35px;
        object-fit: contain;
    }
    .t_r {
        width: 100%;
    }
    .t_r p {
        color: var(--main-color-333);
        font-size: 15px;
        text-align: center;
    }
    .t_r strong {
        text-align: center;
        font-size: 20px;
        display: block;
        margin-bottom: 10px;
    }
    .touchright {
        width: 100%;
        padding: 20px;
        background-color: var(--main-color);
        border: 8px solid var(--main-color);
    }
    .touchForm {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .touchForm input {
        width: 100%;
        display: block;
        border: 1px solid var(--main-color-white);
        padding-left: 15px;
        background-color: transparent;
        outline: none;
        height: 50px;
        color: var(--main-color-white);
        margin-bottom: 20px;
    }
    .touchForm textarea {
        width: 100%;
        display: block;
        border: 1px solid var(--main-color-white);
        padding-left: 15px;
        padding-top: 15px;
        height: 120px;
        background-color: transparent;
        outline: none;
        color: var(--main-color-white);
        margin-bottom: 20px;
    }
    .half {
        width: 48% !important;
    }
    .touchForm input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .touchForm textarea::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .sub {
        width: 100%;
        height: 40px;
        text-align: center;
        color: var(--main-color);
        font-size: 15px;
        border: 1px solid var(--main-color);
        line-height: 40px;
        font-weight: bold;
        border-radius: 3px;
        background-color: var(--main-color-white);
    }
    .sub:hover {
        border: 1px solid var(--main-color-white);
        background-color: transparent !important;
    }
    .blog {
        width: 100%;
        padding: 30px 15px;
    }
    .blogcon {
        margin: 0 auto;
    }
    .blogcon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .blogcon ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .blogcon ul li img {
        width: 100%;
    }
    .blogdiv {
        padding: 15px;
        background-color: #f6f6f6;
    }
    .blogdiv p {
        color: var(--main-color-333);
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .blogdiv span {
        color: var(--main-color-333);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        font-size: 14px;
        line-height: 30px;
        margin: 10px auto;
    }
    .blogdiv a {
        display: block;
        width: 135px;
        height: 35px;
        text-align: center;
        transition: var(--main-transition);
        background-color: var(--main-color);
        color: var(--main-color-white);
        line-height: 35px;
        font-size: 14px;
    }
    .blogdiv a:hover {
        background-color: #000;
        color: var(--main-color-white);
    }
    .muiti {
        width: 100%;
        padding: 30px 15px;
    }
    .muiticon {
        margin: 0 auto;
    }
    .muiticon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .muiticon ul li {
        width: 100%;
        padding: 20px;
        transition: var(--main-transition);
        margin-bottom: 20px;
        background-color: #f9f4f4;
    }
    .li_t {
        display: flex;
        align-items: center;
    }
    .li_t i {
        color: var(--main-color);
    }
    .li_t span {
        color: var(--main-color-333);
        font-size: 15px;
        display: block;
        margin-left: 10px;
    }
    .muiticon ul li p {
        font-size: 18px;
        color: var(--main-color-333);
        margin: 20px 0;
        font-weight: bold;
    }
    .muiticon ul li em {
        display: block;
        font-style: normal;
        margin-bottom: 10px;
    }
    .muiticon ul li a {
        font-size: 15px;
        color: var(--main-color);
        text-decoration: underline;
    }
    .Innews {
        width: 100%;
        padding: 30px 15px;
    }
    .Innewscon {
        margin: 0 auto;
    }
    .Innewscon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .Innewscon ul li {
        width: 100%;
        margin-bottom: 30px;
        background-color: #f9f4f4;
    }
    .Innewscon ul li img {
        width: 100%;
    }
    .innewdiv {
        padding: 20px;
    }
    .innewdiv p {
        color: var(--main-color-333);
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .innewdiv a {
        text-decoration: underline;
        font-size: 14px;
        color: var(--main-color);
    }
    .create {
        width: 100%;
        padding: 30px 15px;
    }
    .createcon {
        margin: 0 auto;
    }
    .createcon ul {
        display: flex;
        flex-wrap: wrap;
        background-color: transparent;
        background-image: linear-gradient(160deg, #D70479 0%, #343191 80%);
    }
    .createcon ul li {
        width: 100%;
        padding: 50px 20px 50px 20px;
    }
    .createcon ul li img {
        display: block;
        width: 55px;
        height: 55px;
        object-fit: contain;
        margin: 0 auto;
    }
    .createcon ul li strong {
        color: var(--main-color-white);
        text-align: center;
        display: block;
        margin: 20px auto;
        font-size: 25px;
    }
    .createcon ul li a {
        font-size: 15px;
        color: var(--main-color-white);
        text-align: center;
        font-weight: bold;
        display: block;
    }
    .worklist {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 30px 15px;
    }
    .worklist li {
        width: 100%;
        margin-bottom: 30px;
        box-shadow: var(--main-shadow);
    }
    .worklist li img {
        width: 100%;
    }
    .workbox {
        position: relative;
    }
    .worklist li:hover .workpos {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .workpos {
        background: rgba(0, 0, 0, .3);
        width: 100%;
        position: absolute;
        height: 100%;
        transition: var(--main-transition);
        left: 0;
        top: 0;
        display: flex;
        opacity: 0;
        visibility: hidden;
        align-items: center;
        justify-content: center;
    }
    .workbox a {
        display: block;
        width: 115px;
        height: 43px;
        text-align: center;
        line-height: 43px;
        font-size: 14px;
        background: rgba(0, 0, 0, .6);
        color: var(--main-color-white);
    }
    .worklist li p {
        height: 45px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-height: 45px;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
    }
    .aboutus7 {
        padding: 30px 15px;
    }
    .aboutus7con {
        margin: 0 auto;
    }
    .aboutus7con ul li {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .aboutus7con ul li span {
        width: 100%;
        display: block;
        padding-left: 55px;
        color: var(--main-color-333);
        font-size: 18px;
        position: relative;
        margin-bottom: 10px;
    }
    .aboutus7con ul li span::after {
        background-color: var(--main-color);
        content: '';
        width: 40px;
        height: 2px;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .aboutus7con ul li p {
        width: 100%;
        font-size: 15px;
        color: var(--main-color-333);
        line-height: 25px;
    }
    .aboutus6 {
        padding: 30px 15px;
        width: 100%;
        background-color: #f9f4f4;
    }
    .aboutus6con {
        margin: 0 auto;
    }
    .aboutus6con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus6con ul li {
        padding: 15px;
        border: 2px solid #e5e5e5;
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutus6con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .aboutus6con ul li img {
        width: 100%;
    }
    .aboutus6con ul li p {
        font-size: 18px;
        color: var(--main-color-222);
        font-weight: bold;
        text-align: center;
        margin: 10px 0;
    }
    .aboutus6con ul li span {
        font-size: 14px;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
    .aboutus6con ul li a {
        display: block;
        width: 25px;
        text-align: center;
        margin: 0 auto;
        border-radius: 50%;
        height: 25px;
        line-height: 25px;
        background-color: var(--main-color1);
        color: var(--main-color-white);
    }
    .tips {
        text-align: center;
        color: var(--main-color-333);
        font-size: 15px;
        line-height: 30px;
        margin-top: 20px;
    }
    .aboutus5 {
        padding: 30px 15px;
        width: 100%;
    }
    .aboutus5con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab5left {
        width: 100%;
        margin-bottom: 20px;
    }
    .ab5left span {
        color: var(--main-color);
        font-size: 18px;
        display: block;
        margin-bottom: 20px;
    }
    .ab5left strong {
        display: block;
        color: var(--main-color-333);
        font-size: 20px;
    }
    .ab5right {
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        color: var(--main-color-333);
    }
    .aboutus4 {
        width: 100%;
        padding: 80px 15px;
        background-color: transparent;
        background-image: linear-gradient(160deg, #D70479 0%, #343191 80%);
    }
    .aboutus4con {
        margin: 0 auto;
        text-align: center;
        font-size: 25px;
        line-height: 35px;
        color: var(--main-color-white);
    }
    .aboutus3 {
        padding: 30px 15px;
    }
    .aboutus3con {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .ab3left {
        width: 100%;
        margin-bottom: 20px;
    }
    .ab3left img {
        width: 100%;
    }
    .ab3right {
        width: 100%;
    }
    .ab3item {
        margin-bottom: 30px;
    }
    .ab3item span {
        font-size: 16px;
        color: var(--main-color);
        display: block;
    }
    .ab3item strong {
        display: block;
        font-size: 25px;
        color: var(--main-color-333);
        display: block;
        margin: 10px 0;
    }
    .ab3item p {
        font-size: 14px;
        color: var(--main-color-333);
        line-height: 25px;
    }
    .ab3item ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .ab3item ul li {
        display: flex;
        align-items: center;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .ab3item ul li span {
        color: var(--main-color-333);
        font-size: 14px;
        display: block;
        margin-left: 5px;
    }
    .aboutus2 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f9f4f4;
    }
    .aboutus2con ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .aboutus2con ul li {
        padding: 20px;
        width: 100%;
        margin-bottom: 20px;
        transition: var(--main-transition);
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
    }
    .aboutus2con ul li img {
        display: block;
        height: 50px;
        margin: 0 auto;
    }
    .aboutus2con ul li strong {
        color: var(--main-color1);
        font-size: 20px;
        text-align: center;
        display: block;
        margin: 20px auto;
    }
    .aboutus2con ul li p {
        color: var(--main-color-333);
        font-size: 15px;
        line-height: 30px;
        text-align: center;
    }
    .aboutus1 {
        padding: 30px 15px;
    }
    .aboutus1con {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        display: flex;
        justify-content: space-between;
    }
    .ab1left {
        margin-top: 20px;
        width: 100%;
    }
    .ab1right {
        width: 100%;
    }
    .ab1right img {
        width: 100%;
    }
    .ab1left strong {
        font-size: 16px;
        color: var(--main-color);
    }
    .ab1left p {
        font-size: 20px;
        margin: 10px 0;
        color: var(--main-color-222);
    }
    .ab1left span {
        color: var(--main-color-222);
        font-size: 14px;
        display: flex;
        line-height: 25px;
        align-items: center;
    }
    .inbanner {
        width: 100%;
        margin-top: 60px;
        position: relative;
    }
    .inbanner img {
        width: 100%;
    }
    .inbanner strong {
        display: flex;
        color: var(--main-color-white);
        font-size: 30px;
        position: absolute;
        width: 100%;
        left: 0;
        height: 100%;
        top: 0;
        align-items: center;
        justify-content: center;
    }
    .copy {
        padding: 20px 0;
        background-color: white;
        /*border-top: 1px solid #212121;*/
    }
    .copycon {
        max-width: 1350px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .copycon a {
        color: var(--main-color-white);
    }
    .copycon {
        text-align: center;
        color: var(--main-color-white);
    }
    .foot {
        width: 100%;
        background-color: white;
        padding: 30px 15px;
        padding-top: 100px;
        z-index: 1;
        margin-top: -50px;
        position: relative;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footerleft {
        width: 100%;
    }
    .footerleft img {
        width: 40%;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }
    .footerleft ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .footerleft ul li a {
        display: block;
        width: 42px;
        line-height: 42px;
        border-radius: 50%;
        transition: var(--main-transition);
        height: 42px;
        background-color: var(--main-color);
        text-align: center;
        color: var(--main-color-white);
    }
    .footerright {
        width: 100%;
        margin-top: 20px;
    }
    .footerright ul {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
    }
    .footerright ul li {
        width: 49%;
        margin-top: 20px;
        text-align: center;
    }
    .footerright ul li img {
        display: block;
        width: 100px;
    }
    .footerright ul li strong {
        color: var(--main-color);
        font-size: 17px;
        display: block;
        text-align-last: left;
        margin-bottom: 20px;
    }
    .footerright ul li a {
        display: block;
        color: var(--main-color);
        font-size: 15px;
        display: block;
        text-align-last: left;
        margin-bottom: 5px;
    }
    .footerright p {
        color: var(--main-color-white);
        font-size: 15px;
        text-align-last: left;
        margin-bottom: 5px;
    }
    .ctcon {
        margin: 0 auto;
        display: flex;
        position: relative;
        z-index: 2;
        width: 90%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        background-color: transparent;
        background-image: linear-gradient(160deg, #65aff0 0%, #fff726 95%);
    }
    .ctleft {
        width: 100%;
        color: var(--main-color-white);
        text-align: center;
        font-size: 20px;
    }
    .ctright {
        width: 100%;
        margin-top: 20px;
    }
    .ctright a {
        display: block;
        width: 150px;
        font-weight: bold;
        text-align: center;
        line-height: 35px;
        height: 35px;
        margin: 0 auto;
        transition: var(--main-transition);
        font-size: 14px;
        color: var(--main-color-white);
        border: 1px solid var(--main-color-white);
    }
    .ctright a:hover {
        background-color: var(--main-color-white) !important;
        transform: translateY(-10px);
        color: var(--main-color-333);
    }
    .con12 {
        /*background-color: #faf7f7;*/
    }
    .con11 {
        padding: 30px 15px;
    }
    .con11con {
        margin: 0 auto;
    }
    .mySwiper_news_out {
        position: relative;
    }
    .mySwiper_news img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    .mySwiper_news {
        width: 100%;
    }
    .mySwiper_news .swiper-slide {
        cursor: pointer;
    }
    .mySwiper_news .swiper-slide:hover p {
        color: var(--main-color);
    }
    .newbox {
        padding: 25px;
        background-color: #f9f4f4;
    }
    .newbox p {
        font-size: 18px;
        color: var(--main-color-333);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .newbox span {
        font-size: 15px;
        color: var(--main-color-333);
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        margin: 20px auto;
    }
    .newbox a {
        color: var(--main-color);
        font-size: 14px;
        font-weight: bold;
        text-decoration: underline;
    }
    .indexnewbtn {
        background-image: none !important;
        color: var(--main-color);
        font-weight: bold;
        font-size: 50px;
    }
    .con10 {
        padding: 30px 15px;
    }
    .con10con {
        margin: 0 auto;
    }
    .con10con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
        .con10con ul li {
            width: 100%;
            margin-bottom: 30px;
            background-color: #EDF1F4;
            padding: 30px 25px;
            text-align: center;
        }
    .con10con ul li img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .con10con ul li p {
        line-height: 30px;
        font-size: 15px;
        margin: 30px auto;
        color: var(--main-color-333);
    }
    .con10con ul li strong {
        font-size: 15px;
        display: block;
        color: var(--main-color-333);
    }
    .con10con ul li p span {
        line-height: 30px;
        font-size: 15px;
        color: var(--main-color-333);
    }
    .con9con {
        flex-direction: column-reverse;
    }
    .con9 .con3right {
        margin-bottom: 20px;
    }
    .con3right img {
        width: 100%;
    }
    .con3left a {
        margin: inherit;
        margin-top: 20px;
    }
    .con8 {
        padding: 30px 15px;
        /*background-color: var(--main-color);*/
    }
    .con8con {
        margin: 0 auto;
    }
    .con8con .con_title strong {
        color: var(--main-color-black) !important;
    }
    .mumping_mun {
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }
        .mumping_mun li {
            width: 49%;
            background-color: #EDF1F4; padding: 15px;
            margin-bottom: 20px;
        }
    .mumping_mun span {
        color: var(--main-color);
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin-left: 10px;
    }
    .mumping_mun h2 {
        color: var(--main-color-black);
        font-size: 25px;
    }
    .mun_top {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mumping_mun li p {
        text-align: center;
        font-size: 13px;
        color: var(--main-color-black);
        line-height: 30px;
    }
    .con7 {
        padding: 30px 15px;
    }
    .con7con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con7con li {
        width: 48%;
        margin-bottom: 20px;
    }
    .con7con ul li img {
        width: 100%;
    }
    .more {
        width: 140px;
        display: block;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        font-size: 14px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .con5 {
        background-color: #f9f4f4;
    }
    .con4 {
        padding: 30px 15px;
    }
    .con_title {
        margin-bottom: 30px;
    }
    .con_title span {
        color: var(--main-color);
        font-size: 15px;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
    .con_title strong {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 25px;
    }
    .common_ul {
        display: flex;
        flex-wrap: wrap;
    }
        .common_ul li {
            width: 100%;
            background-color: #EDF1F4;
            margin-bottom: 20px;
            padding: 20px;
            position: relative;
        }
    .common_ul li::after {
        position: absolute;
        width: 0px;
        content: '';
        transition: var(--main-transition);
        height: 100%;
        top: 0;
        background-color: var(--main-color);
        right: 0;
    }
    .common_ul li:hover::after {
        width: 10px !important;
    }
    .common_ul li strong {
        display: block;
        color: var(--main-color-black);
        font-size: 20px;
        margin-bottom: 20px;
    }
    .common_ul li a {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .con3 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f9f4f4;
    }
    .con3con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con3left {
        width: 100%;
    }
    .con3left p {
        font-size: 20px;
        color: var(--main-color);
        font-weight: bold;
        margin-bottom: 10px;
    }
    .con3left strong {
        font-size: 22px;
        color: #000;
    }
    .con3left span {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        color: var(--main-color-333);
        line-height: 25px;
    }
    .con3right {
        width: 100%;
        margin-top: 20px;
    }
    .con3right video {
        width: 100%;
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
    }
    .con2con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con2left {
        width: 100%;
        border: 1px solid var(--main-color);
        padding: 2px;
    }
    .con2leftcon {
        padding: 20px;
        border: 1px solid var(--main-color);
    }
    .con2leftcon p {
        font-size: 20px;
        color: #000;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .con2leftcon span {
        font-size: 14px;
        line-height: 25px;
        color: var(--main-color-333);
    }
    .con2right {
        width: 100%;
        margin-top: 20px;
    }
    .con2right p {
        font-size: 20px;
        color: #000;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .con2right span {
        font-size: 14px;
        line-height: 25px;
        color: var(--main-color-333);
    }
    .con1 {
        width: 100%;
        background-color: var(--main-color-white);
        padding: 30px 15px;
    }
    .con1con {
        flex-direction: column-reverse;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
    }
    .con1left {
        width: 100%;
        margin-top: 20px;
    }
    .con1left p {
        color: var(--main-color-black);
        font-size: 20px;
        margin-bottom: 20px;
    }
    .con1left span {
        color: var(--main-color-black);
        font-size: 14px;
        line-height: 25px;
    }
    .con1right {
        width: 100%;
    }
    .con1right img {
        width: 100%;
        display:none;
    }
    .banner {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bannerleft {
        width: 100%;
    }
    .bannerleft img {
        object-fit: cover;
        width: 100%;
    }
    .bannerright {
        width: 100%;
        background-image: url(../images/bannerbg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerright {
        padding: 40px 20px 0px 20px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .bannerright h1 {
        color: var(--main-color-white);
        font-size: 25px;
    }
    .bannerright strong {
        display: block;
        margin: 20px auto;
        color: var(--main-color-white);
        font-size: 20px;
    }
    .bannerright p {
        font-size: 14px;
        color: var(--main-color-white);
        line-height: 25px;
    }
    .bannerright a {
        display: inline-block;
        margin-top: 40px;
        padding: 25px 40px 25px 40px;
        border: 2px solid var(--main-color-white);
        font-size: 14px;
        font-weight: bold;
        color: var(--main-color-white);
    }
    .bannerright ul {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    .bannerright li {
        transition: var(--main-transition);
        background-color: #1b1f22;
        width: 100%;
        padding: 30px;
        border: 2px solid transparent;
    }
    .bannerright li:hover {
        border: 2px solid var(--main-color) !important;
    }
    .bannerright li h2 {
        color: #313538;
        font-size: 50px;
        margin-bottom: 40px;
    }
    .bannerright li span {
        font-size: 14px;
        color: var(--main-color-white);
    }
    html {
        overflow-x: hidden;
    }
    .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);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 30px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        /*background-color: #000;*/
        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;
    }
}