* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #1293df;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-666: #666666;
    --main-color-999: #999999;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    --main-linear: linear-gradient(to right, #dd0480, #0092eb);
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        padding: 0 100px;
        height: 80px;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .pcheader {
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pclogo img {
        height: 50px;
    }
    .p_right {
        display: flex;
        align-items: center;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav>li {
        position: relative;
    }
    .pcnav>li>a {
        height: 80px;
        display: block;
        line-height: 80px;
        color: #fff;
        font-size: 15px;
        padding: 0 25px;
    }
    .h_ac {
        margin-left: 55px;
        display: flex;
        position: relative;
        align-items: center;
    }
    .h_ac span {
        font-size: 14px;
        color: var(--main-color-white);
        display: block;
        margin: 0 15px;
    }
    .h_ac img {
        width: 15px;
        cursor: pointer;
    }
    .h_ac a {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .p_drop {
        position: absolute;
        width: 250px;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .p_drop a {
        background: rgba(0, 0, 0, .5);
        display: block;
        color: #fff;
        height: 40px;
        transition: var(--main-transition);
        line-height: 40px;
        text-align: center;
        font-size: 15px;
    }
    .p_drop a:hover {
        background: rgba(0, 0, 0, 1) !important;
    }
    .pcnav>li:hover .p_drop {
        opacity: 1;
        visibility: visible;
    }
    .pcsearch {
        width: 300px;
        position: fixed;
        top: 80px;
        padding: 15px;
        right: 0;
        display: none;
    }
    .pcsearchcon {
        display: flex;
        align-items: center;
    }
    .pcsearchcon input {
        width: 250px;
        display: block;
        outline: none;
        background-color: var(--main-color-white);
        height: 40px;
        padding-left: 15px;
        border: 1px solid #ccc;
    }
    .pcsearchcon a {
        display: block;
        width: 50px;
        height: 40px;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .msou {
        display: none;
    }
    .banner {
        width: 100%;
    }
    .banner img {
        width: 100%;
    }
    .bannerbtn {
        width: 25px;
        height: 90px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .bannerbtnleft {
        background-image: url(../images/left.png);
        left: 50px !important;
    }
    .bannerbtnright {
        background-image: url(../images/right.png);
        right: 50px !important;
    }
    .bannertxt {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 0;
        z-index: 99;
        text-align: center;
    }
    .bannertxt h1 {
        color: var(--main-color-white);
        font-size: 4.75rem;
    }
    .bannerpage .swiper-pagination-bullet {
        background-color: var(--main-color-white);
        width: 10px;
        transition: var(--main-transition);
        height: 10px;
        margin: 0 10px !important;
    }
    .bannerpage .swiper-pagination-bullet-active {
        width: 50px;
        height: 10px;
        border-radius: 10px;
    }
    .con1 {
        padding: 80px 0;
        background-color: #000000;
    }
    .con1con {
        max-width: 1250px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 25px;
        margin: 0 auto;
        align-items: center;
    }
    .con1left {
        width: 48%;
    }
    .con1right {
        width: 48%;
    }
    .con1right img {
        max-width: 100%;
    }
    .con_title {
        margin-bottom: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con_title strong {
        background: var(--main-linear);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 3.125rem;
        letter-spacing: .3125rem;
        text-align: center;
        position: relative;
    }
    .con_title strong::after {
        width: 5.625rem;
        height: .625rem;
        background-color: #632cce;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        bottom: -2.5rem;
    }
    .con_title1 {
        justify-content: flex-start !important;
    }
    .con_title1 strong {
        text-align: left !important;
    }
    .con_title1 strong::after {
        left: 0% !important;
        transform: translateX(0%) !important;
    }
    .con1left p {
        color: var(--main-color-white);
        font-size: 15px;
        line-height: 30px;
    }
    .con2 {
        padding: 80px 0;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con {
        max-width: 1430px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
    }
    .con2con ul li:nth-child(2n) {
        margin-right: 0;
    }
    .con2con ul li img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 4.6875rem 5.9375rem;
    }
    .con2pos h1 {
        color: var(--main-color-white);
        font-size: 1.875rem;
        margin-bottom: 30px;
    }
    .con2pos a {
        display: block;
        width: 14.0625rem;
        height: 3.125rem;
        line-height: 3.125rem;
        text-align: center;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 1rem;
    }
    .con3 {
        padding: 80px 0;
        background: #000;
    }
    .con3con {
        max-width: 1250px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con3con ul li {
        width: calc(100% / 3);
        min-height: 17.5rem;
        padding-top: .9375rem;
        padding: 0 2.1875rem;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .con3con ul li strong {
        background: linear-gradient(to top, #dd0480, #0092eb);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 3.75rem;
    }
    .con3con ul li p {
        color: var(--main-color-white);
        font-size: 1.875rem;
        margin: 10px 0;
    }
    .con3con ul li span {
        font-size: 16px;
        color: var(--main-color-white);
    }
    .con3con ul li:nth-child(3n) {
        border-right: 0;
    }
    .con3con ul li:nth-child(n+4) {
        border-bottom: none;
        padding-top: 3.125rem;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .con4 {
        padding: 80px 0;
        background-image: url(../images/bg4.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con {
        max-width: 1620px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .mySwiper_new {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .mySwiper_new img {
        width: 100%;
    }
    .mySwiper_new p {
        margin: 10px 0;
        font-size: 15px;
        color: #9ea1a5;
        padding: 10px;
    }
    .mySwiper_new a {
        display: block;
        overflow: hidden;
    }
    .mySwiper_new a img {
        transition: var(--main-transition);
    }
    .mySwiper_new .swiper-slide:hover img {
        transform: scale(1.1);
    }
    .mySwiper_new .nwsoa {
        font-size: 16px;
        color: #75797e;
        display: block;
        padding: 0 10px;
    }
    .mySwiper_new .swiper-pagination-bullet {
        background-color: var(--main-color-white);
        width: 10px;
        transition: var(--main-transition);
        height: 10px;
        margin: 0 10px !important;
    }
    .mySwiper_new .swiper-pagination-bullet-active {
        width: 50px;
        height: 10px;
        border-radius: 10px;
    }
    .foot {
        padding: 65px 0;
        background-color: #000;
    }
    .footer {
        max-width: 1250px;
        padding: 0 25px;
        margin: 0 auto;
    }
    .foot1 {
        border-bottom: 1px solid #747474;
        padding-bottom: 25px;
    }
    .foot1 ul {
        display: flex;
        justify-content: space-between;
    }
    .foot1 ul li .f_a {
        color: var(--main-color-white);
        font-size: 18px;
        font-weight: bold;
        display: block;
        margin-bottom: 20px;
    }
    .s_a {
        font-size: 14px;
        color: #656565;
        display: block;
        margin-top: 10px;
    }
    .s_a:hover {
        color: var(--main-color);
    }
    .foot2 {
        padding: 20px 0;
        border-bottom: 1px solid #666666;
    }
    .flinks span {
        display: block;
        color: var(--main-color-white);
        font-size: 16px;
        margin-bottom: 15px;
    }
    .flinks a:hover {
        color: var(--main-color);
    }
    .flinks a {
        display: block;
        display: inline-block;
        margin-right: 10px;
        color: #a6a6a6;
        font-size: 14px;
    }
    .flogo {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .flogo img {
        height: 50px;
    }
    .flogo span {
        font-size: 14px;
        color: #a6a6a6;
    }
    .foot3 {
        padding-top: 20px;
    }
    .foot3 span {
        color: #a6a6a6;
        font-size: 14px;
    }
    .inbanner {
        width: 100%;
    }
    .inbanner img {
        width: 100%;
    }
    .inside {
        padding: 20px 25px;
        max-width: 1250px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        font-size: 14px;
        padding: 30px 15px;
    }
    .inbanner {
        width: 100%;
    }
    .inbanner img {
        width: 100%;
    }
    .foot {
        padding: 30px 15px;
        background-color: #000;
    }
    .footer {
        margin: 0 auto;
    }
    .foot1 {
        border-bottom: 1px solid #747474;
        padding-bottom: 25px;
    }
    .foot1 ul li {
        width: 49%;
        margin-bottom: 25px;
    }
    .foot1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .foot1 ul li .f_a {
        color: var(--main-color-white);
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin-bottom: 20px;
    }
    .s_a {
        font-size: 12px;
        color: #656565;
        display: block;
        margin-top: 10px;
    }
    .s_a:hover {
        color: var(--main-color);
    }
    .foot2 {
        padding: 15px 0;
        border-bottom: 1px solid #666666;
    }
    .flinks span {
        display: block;
        color: var(--main-color-white);
        font-size: 16px;
        margin-bottom: 15px;
    }
    .flinks a:hover {
        color: var(--main-color);
    }
    .flinks a {
        display: block;
        display: inline-block;
        margin-right: 10px;
        color: #a6a6a6;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .flogo {
        margin-top: 30px;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .flogo img {
        height: 50px;
    }
    .flogo span {
        font-size: 12px;
        color: #a6a6a6;
        display: block;
        margin-top: 20px;
        width: 100%;
    }
    .foot3 {
        padding-top: 15px;
    }
    .foot3 span {
        color: #a6a6a6;
        font-size: 12px;
        line-height: 25px;
    }
    .con4 {
        padding: 30px 15px;
        background-image: url(../images/bg4.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con {
        margin: 0 auto;
    }
    .mySwiper_new {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .mySwiper_new img {
        width: 100%;
    }
    .mySwiper_new p {
        margin: 5px 0;
        font-size: 14px;
        color: #9ea1a5;
        padding: 10px;
    }
    .mySwiper_new .nwsoa {
        font-size: 14px;
        color: #75797e;
        display: block;
        padding: 0 10px;
    }
    .mySwiper_new .swiper-pagination-bullet {
        background-color: var(--main-color-white);
        width: 8px;
        transition: var(--main-transition);
        height: 8px;
        margin: 0 5px !important;
    }
    .mySwiper_new .swiper-pagination-bullet-active {
        width: 30px;
        height: 8px;
        border-radius: 10px;
    }
    .con3 {
        padding: 30px 15px;
        background: #000;
    }
    .con3con {
        margin: 0 auto;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con3con ul li {
        width: 50%;
        padding: 20px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .con3con ul li strong {
        background: linear-gradient(to top, #dd0480, #0092eb);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 30px;
    }
    .con3con ul li p {
        color: var(--main-color-white);
        font-size: 30px;
        margin: 10px 0;
    }
    .con3con ul li span {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .con3con ul li:nth-child(2n) {
        border-right: 0;
    }
    .con3con ul li:nth-child(n+5) {
        border-bottom: 0;
    }
    .con2 {
        padding: 30px 15px;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2con ul li {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }
    .con2con ul li img {
        width: 100%;
    }
    .con2pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 30px;
    }
    .con2pos h1 {
        color: var(--main-color-white);
        font-size: 20px;
        margin-bottom: 30px;
    }
    .con2pos a {
        display: block;
        width: 140px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 14px;
    }
    .con1 {
        padding: 30px 15px;
        background-color: #000000;
    }
    .con1con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        align-items: center;
        flex-direction: column-reverse;
    }
    .con1left {
        width: 100%;
        margin-top: 20px;
    }
    .con1right {
        width: 100%;
    }
    .con1right img {
        width: 100%;
    }
    .con_title {
        margin-bottom: 40px;
    }
    .con_title strong {
        background: var(--main-linear);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 20px;
        text-align: center;
        position: relative;
    }
    .con_title strong::after {
        width: 50px;
        height: 4px;
        background-color: #632cce;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        bottom: -20px;
    }
    .con_title1 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .con_title1 strong {
        text-align: left !important;
    }
    .con_title1 strong::after {
        left: 0% !important;
        transform: translateX(0%) !important;
    }
    .con1left p {
        color: var(--main-color-white);
        font-size: 14px;
        line-height: 25px;
    }
    .banner {
        width: 100%;
        margin-top: 60px !important;
    }
    .banner img {
        width: 100%;
    }
    .bannerbtn {
        width: 25px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .bannerbtnleft {
        background-image: url(../images/left.png);
        left: 10px !important;
    }
    .bannerbtnright {
        background-image: url(../images/right.png);
        right: 10px !important;
    }
    .bannertxt {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 0;
        z-index: 99;
        text-align: center;
    }
    .bannertxt h1 {
        color: var(--main-color-white);
        font-size: 20px;
    }
    .bannerpage .swiper-pagination-bullet {
        background-color: var(--main-color-white);
        width: 8px;
        transition: var(--main-transition);
        height: 8px;
        margin: 0 5px !important;
    }
    .bannerpage .swiper-pagination-bullet-active {
        width: 30px;
        height: 8px;
        border-radius: 10px;
    }
    .msou {
        position: fixed;
        padding: 10px;
        z-index: 999;
        left: 0;
        width: 100%;
        top: 60px;
        display: none;
        box-shadow: var(--main-shadow);
    }
    .mouscon {
        display: flex;
        align-items: center;
    }
    .mouscon input {
        width: 85%;
        border: 1px solid #ccc;
        height: 35px;
        padding-left: 15px;
        outline: none;
        display: block;
    }
    .mouscon a {
        display: block;
        width: 15%;
        height: 35px;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mr {
        display: flex;
        align-items: center;
    }
    .mr img {
        margin-right: 20px;
    }
    .pchead {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
        background-color: #000;
    }
    .ml_mbnav_3_item {
        display: flex;
        background-color: #000;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-white);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
        color: var(--main-color-white);
    }
    .ml_mbnav_2_item {
        display: flex;
        background-color: #000;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-white);
        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-white);
        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;
        background-color: #000;
        right: -100%;
        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-white);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 120px;
    }
    .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;
    }
}