* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-break: break-word;
}

*:not(.fa) {
    font-family: Arial, Helvetica, sans-serif;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

.navActive {
    color: var(--main-color) !important;
}

:root {
    --bg-color: #ffffff;
    --text-color: #333333;
    --text-color-999: #999999;
    --text-color-333: #333333;
    --text-color-555: #555555;
    --text-color-666: #666666;
    --text-color-white: #ffffff;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    --main-color: #aa2d87;
    --news-color: #666;
    --news-opacity: 0;
    --main-bg: #ffffff url('../images/whitebg.png') center center
}

[data-theme="dark"] {
    --news-opacity: 1;
    --news-color: #fff;
    --bg-color: #1e1d1d;
    --main-color: #aa2d87;
    --text-color: #ffffff;
    --text-color-999: #ffffff;
    --text-color-333: #ffffff;
    --text-color-555: #ffffff;
    --text-color-666: #ffffff;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    --main-bg: #000000 url('../images/blackbg.png') center center
}

body {
    background: var(--bg-color);
    color: var(--text-color);
    transition: background-color 0.3s, color 0.3s;
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .pcnav>li>a {
        padding: 0 9px !important;
        font-size: 16px !important;
    }
}

@media screen and (min-width:996px) and (max-width:1200px) {
    .pcnav>li>a {
        padding: 0 10px !important;
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        padding: 60px 0;
    }
    .pcheader {
        max-width: 1660px;
        padding: 0 50px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo_box {
        display: flex;
        align-items: center;
    }
    .pclogo img {
        width: 50px;
        height: 65px;
        object-fit: contain;
        margin-right: 15px;
    }
    .logo_txt {
        font-weight: bold;
        font-size: 35px;
        line-height: 35px;
        color: var(--text-color-333);
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav>li>a {
        display: block;
        padding: 0 25px;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        transition: var(--main-transition);
        color: var(--text-color-333);
    }
    .pcnav>li>a:hover {
        color: var(--main-color);
    }
    .headerRight {
        display: flex;
        align-items: center;
    }
    .ChangeBox {
        display: flex;
        align-items: center;
    }
    .ChangeBox img {
        cursor: pointer;
        opacity: .5;
    }
    #light-on,
    #light-off {
        width: 20px;
        height: 20px;
        margin-left: 20px;
    }
    .light_click {
        filter: brightness(.5) !important;
        opacity: 1 !important;
    }
    .dark_click {
        filter: brightness(1) !important;
        opacity: 1 !important;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .hb {
        display: none !important;
    }
    .con1con {
        max-width: 1200px;
        margin: 0 auto;
        /*border-bottom: 1px solid #403f3f;*/
        padding: 80px 0;
    }
    .con1con strong {
        color: var(--text-color);
        font-size: 68px;
        margin-bottom: 40px;
        display: block;
    }
    .con1con .cls-1 {
        fill: var(--text-color-999) !important;
    }
    .blue-stroke {
        stroke: blue;
    }
    .con1con svg {
        width: 45px;
        height: 45px;
        object-fit: contain;
    }
    .con1Bot {
        display: flex;
        justify-content: space-between;
    }
    .c1bItem {
        flex: 1;
        margin-left: 50px;
    }
    .c1bItem p {
        font-size: 18px;
        color: var(--text-color-999);
        line-height: 28px;
        margin-bottom: 30px;
    }
    .con2 {
        padding: 0px 0;
    }
    .con2con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .Title {
        text-align: center;
        margin-bottom: 50px;
    }
    .Title p {
        color: var(--text-color);
        font-size: 18px;
    }
    .Title p span {
        color: var(--main-color);
    }
    .Title strong {
        display: block;
        text-align: center;
        font-size: 68px;
        margin-top: 20px;
        color: var(--text-color);
        text-transform: uppercase;
    }
    .con2con ul {
        display: flex;
    }
    .con2con ul li {
        position: relative;
        transition: all ease .7s;
        width: 20%;
        height: 500px;
    }
    .con2con ul li img {
        width: 100%;
        object-fit: cover;
        height: 500px;
    }
    .showPart {
        width: 28% !important;
    }
    .con2pos {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        display: flex;
        left: 0;
        flex-direction: column;
        justify-content: center;
        top: 0;
        background-color: #aa2d87;
        transition: var(--main-transition);
        opacity: 0;
    }
    .con2pos h1 {
        font-size: 48px;
        color: #fff;
        text-align: center;
        margin-bottom: 90px;
        position: relative;
    }
    .con2pos strong {
        text-align: center;
        color: #fff;
        font-size: 30px;
        display: block;
        margin-bottom: 25px;
        text-transform: uppercase;
    }
    .con2pos p {
        font-size: 16px;
        color: #fff;
        line-height: 25px;
    }
    .con2pos h1::after {
        position: absolute;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 85px;
        content: '';
        background-color: #fff;
    }
    .con2con ul li:hover .con2pos {
        opacity: 1;
    }
    .con3 {
        width: 100%;
        padding: 59px 0;
    }
    .con3con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /*border-bottom: 1px solid #403f3f;*/
        padding: 80px 0;
    }
    .con3left {
        width: 48%;
    }
    .con3right {
        width: 50%;
    }
    .con3left strong {
        color: var(--text-color);
        font-size: 68px;
    }
    .con3left p {
        color: #999;
        width: 65%;
        margin-top: 20px;
        line-height: 25px;
    }
    .con3item {
        height: 100px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 70px;
        align-items: center;
        position: relative;
    }
    .con3item::after {
        background-color: #3a3939;
        width: 2px;
        height: 65px;
        left: 35px;
        content: '';
        position: absolute;
        top: 100px;
    }
    .con3item:last-child::after {
        width: 0;
    }
    .con3item:last-child {
        margin-bottom: 0;
    }
    .c3left {
        width: 70px;
        height: 70px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #333333;
        transition: var(--main-transition);
    }
    .c3left img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .c3right {
        flex: 1;
        padding-left: 20px;
    }
    .c3right p {
        color: var(--text-color);
        font-size: 24px;
        transition: var(--main-transition);
        margin-bottom: 10px;
    }
    .c3right span {
        font-size: 18px;
        color: #999;
        line-height: 25px;
        opacity: 0;
        visibility: hidden;
        display: block;
        overflow: hidden;
        height: 0;
        transition: var(--main-transition);
    }
    .con3item:hover span {
        opacity: 1 !important;
        visibility: visible !important;
        height: 50px !important;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con3item:hover p {
        font-size: 30px;
    }
    .con3item:hover .c3left {
        background-color: var(--main-color);
    }
    .con4 {
        width: 100%;
    }
    .con4con {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px 0;
        /*border-bottom: 1px solid #403f3f;*/
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4right strong {
        color: var(--text-color);
        font-size: 68px;
        display: block;
        text-align: right;
    }
    .con4right p {
        color: #999;
        width: 100%;
        margin-top: 20px;
        line-height: 25px;
        text-align: right;
    }
    .con4left {
        width: 60%;
    }
    .con4right {
        width: 38%;
    }
    .con4left ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4left ul li {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
    }
    .con4left ul li>img {
        width: 100%;
    }
    .con4left ul li:nth-child(2n) {
        margin-right: 0;
    }
    .con4pos {
        position: absolute;
        background-color: var(--bg-color);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px 0;
        opacity: 0;
        transition: var(--main-transition);
    }
    .con4pos img {
        width: 75px;
        height: 75px;
        object-fit: contain;
    }
    .con4pos p {
        font-size: 30px;
        color: var(--text-color);
        margin: 30px 0 10px 0;
    }
    .con4pos span {
        color: var(--text-color);
        line-height: 25px;
    }
    .con4left ul li:hover .con4pos {
        opacity: 1 !important;
    }
    .con5 {
        padding: 96px 0;
    }
    .con5con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        position: relative;
        width: calc((100% - 90px) / 3);
        margin-right: 45px;
    }
    .con5con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con5con ul li::after {
        width: 185px;
        height: 215px;
        border-radius: 10px;
        position: absolute;
        content: '';
        left: -25px;
        top: -25px;
    }
    .A_color1::after {
        background-color: #aa2d87;
        z-index: -1;
    }
    .A_color2::after {
        background-color: #a234fd;
        z-index: -1;
    }
    .A_color3::after {
        background-color: #fd5622;
        z-index: -1;
    }
    .con5con ul li img {
        width: 100%;
    }
    .con6 {
        width: 100%;
        padding: 80px 0;
    }
    .con6con {
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px 75px;
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .con6left {
        width: 50%;
    }
    .con6right {
        width: 48%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con6left strong {
        display: block;
        font-size: 48px;
        text-transform: uppercase;
        color: #333;
        margin-bottom: 20px;
    }
    .con6left p {
        font-size: 18px;
        line-height: 30px;
        color: #999;
    }
    .con6left p a {
        color: var(--main-color);
    }
    .con6right input {
        width: 73%;
        outline: none;
        border: 1px solid var(--main-color);
        display: block;
        height: 60px;
        padding-left: 15px;
    }
    .con6right a {
        display: block;
        width: 23%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #fff;
        background-color: var(--main-color);
        font-size: 16px;
    }
    .foot {
        width: 100%;
        background-color: #000;
        margin-top: -12%;
    }
    .footer {
        padding-top: 200px;
        padding-bottom: 50px;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        border-bottom: 1px solid #333333;
    }
    .footItem {
        flex: 1;
    }
    .footItem1 a img {
        height: 70px;
        height: 70px;
        object-fit: contain;
        margin-bottom: 30px;
    }
    .footItem1 p {
        font-size: 18px;
        line-height: 30px;
        color: #999;
        padding-right: 30px;
    }
    .footItem strong {
        display: block;
        color: #fff;
        margin-bottom: 30px;
        font-size: 18px;
    }
    .footItem2 p {
        color: #999;
        font-size: 18px;
        line-height: 30px;
    }
    .footItem2 a {
        display: inline-block;
        margin: 20px 0;
        font-size: 18px;
        text-decoration: underline;
        color: #ccc;
    }
    .footItem2 span {
        display: block;
        color: #fff;
        font-size: 18px;
        margin-top: 25px;
    }
    .link_group a {
        display: block;
        color: #999;
        margin-bottom: 20px;
    }
    .socialBox {
        display: flex;
        align-items: center;
    }
    .socialBox a {
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 5px;
        border: 1px solid #333;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .socialBox a img {
        width: 15px;
        height: 15px;
        object-fit: contain;
    }
    .copy {
        max-width: 1200px;
        margin: 0 auto;
        font-size: 18px;
        padding: 15px 0;
        color: #999;
    }
    .in_Box {
        width: 100%;
        padding: 40px 0;
    }
    .in_Boxcon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .in_Boxcon strong {
        display: block;
        font-size: 60px;
        color: var(--text-color);
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .bread {
        display: flex;
        align-items: center;
    }
    .bread a {
        color: var(--text-color);
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
    }
    .bread span {
        display: block;
        color: var(--text-color);
        margin: 0 10px;
        font-weight: bold;
    }
    .conmun {
        padding: 60px 0;
        /* background-image: url(../images/AI.png); */
        background-repeat: no-repeat;
        /* background-position: right bottom; */
    }
    .conmuncon {
        width: 100%;
        margin: 0 auto;
    }
    .conmunItem {
        margin-bottom: 20px;
    }
    .conmunTop {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }
    .conmunTop img {
        display: block;
        width: 50px;
        height: 50px;
        object-fit: contain;
        margin-right: 10px;
    }
    .conmunTop strong {
        color: var(--text-color);
        font-size: 30px;
        text-transform: uppercase;
    }
    .conmunBot ul {
        display: flex;
        flex-wrap: wrap;
    }
    .conmunBot ul li {
        /* width: calc((100% - 60px) / 4); */
        margin-right: 40px;
        padding: 15px 15px;
        border: 1px solid rgba(66, 65, 65, .4);
        border-radius: 5px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .conmunBot ul li:nth-child(4n) {
        margin-right: 0;
    }
    .conmunBot ul li a {
        color: var(--text-color);
        font-size: 18px;
    }
    .inbanner {
        max-width: 1200px;
        padding: 30px 0;
        margin: 0 auto;
        position: relative;
    }
    .inbanner img {
        width: 100%;
        border-radius: 15px;
    }
    .inpos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        padding: 20px 50px;
        justify-content: center;
        flex-direction: column;
    }
    .inpos strong {
        color: #fff !important;
    }
    .inpos a {
        color: #fff !important;
    }
    .inpos span {
        color: #fff !important;
    }
    .news {
        padding: 40px 0;
    }
    .newscon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .newsTop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .newL strong {
        color: var(--text-color);
        font-size: 68px;
        display: block;
        text-transform: uppercase;
    }
    .newL p {
        font-size: 18px;
        line-height: 30px;
        color: #999;
        max-width: 420px;
        margin-top: 20px;
    }
    .newR {
        display: flex;
        align-items: center;
    }
    .newRitem {
        display: flex;
        align-items: center;
        margin-left: 90px;
        cursor: pointer;
    }
    .newRitem span {
        display: block;
        width: 12px;
        border-radius: 50%;
        height: 12px;
        box-shadow: var(--main-shadow);
        margin-right: 15px;
        border: 2px solid #fff;
        background-color: #999;
    }
    .newAct span {
        background-color: var(--main-color) !important;
    }
    .newsfy {
        padding: 40px 0;
    }
    .newsItem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .img_part {
        width: 16%;
        display: block;
        position: relative;
    }
    .img_part img {
        width: 100%;
    }
    .img_part::before {
        content: '';
        width: 8px;
        height: 8px;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        background-color: #fff;
        border-radius: 50%;
    }
    .img_part::after {
        content: '';
        width: 76%;
        height: 1px;
        top: 51.5%;
        left: 52%;
        position: absolute;
        background-color: #fff;
        border-radius: 50%;
        opacity: var(--news-opacity);
    }
    .data_part {
        color: var(--news-color);
    }
    .textPart {
        width: 60%;
    }
    .textPart strong {
        display: block;
        color: var(--text-color);
        font-size: 30px;
        margin-bottom: 15px;
    }
    .textPart p {
        font-size: 18px;
        color: #999;
        line-height: 30px;
    }
    .newsBox {
        display: none;
    }
}

@media only screen and (max-width: 996px) {
    .conmunconright {
        display: none;
    }
    .news {
        padding: 30px 15px;
    }
    .newscon {
        margin: 0 auto;
    }
    .newsTop {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
    }
    .newL strong {
        color: var(--text-color);
        font-size: 30px;
        display: block;
        text-transform: uppercase;
    }
    .newL p {
        font-size: 16px;
        line-height: 25px;
        color: #999;
        margin-top: 15px;
    }
    .newR {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .newRitem {
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-right: 20px;
    }
    .newRitem span {
        display: block;
        width: 12px;
        border-radius: 50%;
        height: 12px;
        box-shadow: var(--main-shadow);
        margin-right: 5px;
        border: 2px solid #fff;
        background-color: #999;
    }
    .newAct span {
        background-color: var(--main-color) !important;
    }
    .newsfy {
        padding: 20px;
    }
    .newsItem {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .img_part {
        width: 50%;
        display: block;
        position: relative;
    }
    .img_part img {
        width: 100%;
    }
    .img_part::before {
        content: '';
        width: 8px;
        height: 8px;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        background-color: #fff;
        border-radius: 50%;
    }
    .img_part::after {
        content: '';
        width: 76%;
        height: 1px;
        top: 51.5%;
        left: 52%;
        position: absolute;
        background-color: #fff;
        border-radius: 50%;
        opacity: var(--news-opacity);
    }
    .data_part {
        color: var(--news-color);
    }
    .textPart {
        width: 100%;
        margin-top: 20px;
    }
    .textPart strong {
        display: block;
        color: var(--text-color);
        font-size: 20px;
        margin-bottom: 15px;
    }
    .textPart p {
        font-size: 16px;
        color: #999;
        line-height: 30px;
    }
    .newsBox {
        display: none;
    }
    .inbanner {
        margin: 0 auto;
        position: relative;
        margin-top: 60px;
    }
    .inbanner img {
        width: 100%;
    }
    .inpos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .inpos strong {
        color: #fff !important;
    }
    .inpos a {
        color: #fff !important;
    }
    .inpos span {
        color: #fff !important;
    }
    .inpos .in_Box {
        margin-top: 0 !important;
    }
    .conmun {
        padding: 30px 15px;
    }
    .conmuncon {
        margin: 0 auto;
    }
    .conmunItem {
        margin-bottom: 20px;
    }
    .conmunTop {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .conmunTop img {
        display: block;
        width: 30px;
        height: 30px;
        object-fit: contain;
        margin-right: 10px;
    }
    .conmunTop strong {
        color: var(--text-color);
        font-size: 20px;
        text-transform: uppercase;
    }
    .conmunBot ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .conmunBot ul li {
        width: 100%;
        padding: 10px;
        border: 1px solid rgba(66, 65, 65, .4);
        border-radius: 5px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .conmunBot ul li:nth-child(4n) {
        margin-right: 0;
    }
    .conmunBot ul li a {
        color: var(--text-color);
        font-size: 16px;
    }
    .in_Box {
        width: 100%;
        padding: 30px 15px;
        margin-top: 60px;
    }
    .in_Boxcon strong {
        display: block;
        font-size: 30px;
        color: var(--text-color);
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .bread {
        display: flex;
        align-items: center;
    }
    .bread a {
        color: var(--text-color);
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
    }
    .bread span {
        display: block;
        color: var(--text-color);
        margin: 0 10px;
        font-weight: bold;
    }
    .foot {
        width: 100%;
        background-color: #000;
        padding: 30px 15px;
        padding-bottom: 0;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #333333;
    }
    .footItem {
        width: 100%;
        margin-bottom: 40px;
    }
    .footItem1 a img {
        height: 40px;
        height: 40px;
        object-fit: contain;
        margin-bottom: 20px;
    }
    .footItem1 p {
        font-size: 14px;
        line-height: 25px;
        color: #999;
    }
    .footItem strong {
        display: block;
        color: #fff;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .footItem2 p {
        color: #999;
        font-size: 14px;
        line-height: 25px;
    }
    .footItem2 a {
        display: inline-block;
        margin: 10px 0;
        font-size: 14px;
        text-decoration: underline;
        color: #ccc;
    }
    .footItem2 span {
        display: block;
        color: #fff;
        font-size: 14px;
        margin-top: 15px;
    }
    .link_group a {
        display: block;
        color: #999;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .socialBox {
        display: flex;
        align-items: center;
    }
    .socialBox a {
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 5px;
        border: 1px solid #333;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .socialBox a img {
        width: 15px;
        height: 15px;
        object-fit: contain;
    }
    .copy {
        margin: 0 auto;
        font-size: 13px;
        padding: 15px 0;
        color: #999;
    }
    .con6 {
        width: 100%;
        padding: 30px 15px;
    }
    .con6con {
        margin: 0 auto;
        padding: 20px;
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con6left {
        width: 100%;
    }
    .con6right {
        width: 100%;
        margin-top: 20px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6left strong {
        display: block;
        font-size: 25px;
        text-transform: uppercase;
        color: #333;
        margin-bottom: 10px;
    }
    .con6left p {
        font-size: 14px;
        line-height: 25px;
        color: #999;
    }
    .con6left p a {
        color: var(--main-color);
    }
    .con6right input {
        width: 100%;
        outline: none;
        border: 1px solid var(--main-color);
        display: block;
        height: 40px;
        padding-left: 15px;
        font-size: 14px;
    }
    .con6right a {
        display: block;
        width: 100%;
        height: 40px;
        margin-top: 20px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background-color: var(--main-color);
        font-size: 16px;
    }
    .con5 {
        padding: 30px 15px;
    }
    .con5con {
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li img {
        width: 100%;
    }
    .con5con ul li {
        position: relative;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    .con5con ul li::after {
        width: 50px;
        width: 100px;
        height: 100px;
        border-radius: 10px;
        position: absolute;
        content: '';
        left: -15px;
        top: -15px;
    }
    .A_color1::after {
        background-color: #aa2d87;
        z-index: -1;
    }
    .A_color2::after {
        background-color: #a234fd;
        z-index: -1;
    }
    .A_color3::after {
        background-color: #fd5622;
        z-index: -1;
    }
    .con4 {
        width: 100%;
        padding: 30px 15px;
    }
    .con4con {
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4right strong {
        color: var(--text-color);
        font-size: 38px;
        display: block;
    }
    .con4right p {
        color: #999;
        width: 100%;
        margin-top: 20px;
        line-height: 25px;
        font-size: 14px;
    }
    .con4left {
        width: 100%;
        margin-top: 20px;
    }
    .con4right {
        width: 100%;
    }
    .con4left ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4left ul li {
        margin-bottom: 20px;
        position: relative;
    }
    .con4left ul li>img {
        width: 100%;
    }
    .con4pos {
        background-color: var(--bg-color);
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* padding: 20px; */
        transition: var(--main-transition);
    }
    .con4pos img {
        width: 35px;
        height: 35px;
        object-fit: contain;
    }
    .con4pos p {
        font-size: 20px;
        color: var(--text-color);
        margin: 20px 0 10px 0;
    }
    .con4pos span {
        color: var(--text-color);
        line-height: 25px;
        font-size: 14px;
    }
    .con4left ul li:hover .con4pos {
        opacity: 1 !important;
    }
    .con3 {
        padding: 30px 15px;
    }
    .con3con {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con3left {
        width: 100%;
    }
    .con3right {
        width: 100%;
        margin-top: 30px;
    }
    .con3left strong {
        color: var(--text-color);
        font-size: 38px;
    }
    .con3left p {
        color: #999;
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
        line-height: 25px;
    }
    .con3item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        align-items: center;
        position: relative;
    }
    .c3left {
        width: 50px;
        height: 50px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #333333;
        transition: var(--main-transition);
    }
    .c3left img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .c3right {
        flex: 1;
        padding-left: 20px;
    }
    .c3right p {
        color: var(--text-color);
        font-size: 20px;
        transition: var(--main-transition);
        margin-bottom: 10px;
    }
    .c3right span {
        font-size: 14px;
        color: #999;
        line-height: 25px;
        display: block;
        transition: var(--main-transition);
    }
    /* .con3item:hover .c3left {
        background-color: var(--main-color);
    } */
    .con2 {
        padding: 30px 15px;
    }
    .con2con {
        margin: 0 auto;
    }
    .Title {
        text-align: center;
        margin-bottom: 30px;
    }
    .Title p {
        color: var(--text-color);
        font-size: 16px;
    }
    .Title p span {
        color: var(--main-color);
    }
    .Title strong {
        display: block;
        text-align: center;
        font-size: 30px;
        margin-top: 10px;
        color: var(--text-color);
        text-transform: uppercase;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: 100%;
        position: relative;
    }
    .con2con ul li img {
        width: 100%;
    }
    .con2pos {
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #aa2d87;
        transition: var(--main-transition);
    }
    .con2pos h1 {
        font-size: 48px;
        color: #fff;
        text-align: center;
        margin-bottom: 90px;
        position: relative;
    }
    .con2pos strong {
        text-align: center;
        color: #fff;
        font-size: 30px;
        display: block;
        margin-bottom: 25px;
        text-transform: uppercase;
    }
    .con2pos p {
        font-size: 16px;
        color: #fff;
        line-height: 25px;
    }
    .con2pos h1::after {
        position: absolute;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 85px;
        content: '';
        background-color: #fff;
    }
    .con2con ul li:hover .con2pos {
        opacity: 1;
    }
    .con1 {
        padding: 30px 15px;
    }
    .con1con {
        margin: 0 auto;
    }
    .con1con strong {
        color: var(--text-color);
        font-size: 28px;
        margin-bottom: 30px;
        display: block;
    }
    .con1con .cls-1 {
        fill: var(--text-color-999) !important;
    }
    .con1con svg {
        width: 25px;
        height: 25px;
        object-fit: contain;
        display: block;
        margin-bottom: 20px;
    }
    .con1Bot {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .c1bItem {
        margin-bottom: 20px;
        width: 100%;
    }
    .c1bItem p {
        font-size: 14px;
        color: var(--text-color-999);
        line-height: 25px;
        margin-bottom: 20px;
    }
    .ChangeBox img {
        cursor: pointer;
    }
    .light_click {
        filter: brightness(.5) !important;
        opacity: 1 !important;
    }
    .dark_click {
        filter: brightness(1) !important;
        opacity: 1 !important;
    }
    #light-on,
    #light-off {
        width: 20px;
        height: 20px;
        margin-left: 15px;
    }
    .headerRight {
        display: flex;
        align-items: center;
    }
    .banner {
        margin-top: 60px;
    }
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        height: 60px;
        padding: 0 20px;
        background-color: var(--bg-color);
    }
    .pcheader {
        margin: 0 auto;
        display: flex;
        height: 60px;
        align-items: center;
        justify-content: space-between;
    }
    .logo_box {
        display: flex;
        align-items: center;
    }
    .pclogo img {
        width: 40px;
        height: 35px;
        object-fit: contain;
        margin-right: 5px;
    }
    .logo_txt {
        font-weight: bold;
        font-size: 14px;
        line-height: 25px;
        color: var(--text-color-333);
    }
    .pcnav {
        display: none;
    }
    .mr {
        display: flex;
        align-items: center;
    }
    .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 var(--text-color-333);
        background-color: var(--bg-color);
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--text-color-333);
        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 var(--bg-color);
        ;
        background-color: var(--bg-color);
        ;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--text-color-333);
        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(--text-color-333);
        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(--bg-color);
        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(--text-color-333);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
        margin-left: 20px;
    }
    .ml_mb_logo img {
        height: 45px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--bg-color);
        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;
    }
}