* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #ffd94f;
    --main-color1: #393d72;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .h_r {
        display: flex;
        align-items: center;
    }
    .h_r .h_s {
        display: flex;
        border-radius: 40px;
        border: 1px solid var(--main-color-white);
        align-items: center;
        margin-left: 20px;
    }
    .h_s input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .h_s a {
        display: block;
        height: 35px;
        width: 50px;
        text-align: center;
        line-height: 35px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        border: 1px solid var(--main-color);
    }
    .h_s input {
        width: 200px;
        border: none;
        color: var(--main-color-white);
        height: 35px;
        padding-left: 15px;
        background-color: transparent;
        outline: none;
    }
    .ml_banner .swiper-slide {
        position: relative;
    }
    .banner_pos {
        position: absolute;
        width: 1440px;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        top: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .banner_pos p {
        font-size: 70px;
        text-align: left;
        color: var(--main-color1);
        width: 100%;
    }
    .banner_pos span {
        font-size: 30px !important;
        display: block;
        margin-top: 20px;
        color: var(--main-color1);
        text-align: left;
        width: 100%;
    }
    .bannercz {
        display: flex;
        width: 100%;
        margin-top: 30px;
        align-items: center;
    }
    .bannercz a {
        display: block;
        padding: 10px 30px;
        color: var(--main-color-white);
        font-size: 24px;
        border-radius: 50px;
        margin-right: 50px;
    }
    .bannercontact {
        background-color: var(--main-color);
    }
    .bannerphone {
        background-color: #8fc424;
    }
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        transition: var(--main-transition);
        z-index: 99;
        height: 80px;
        background-color: var(--main-color-white);
        background-color: #000;
        padding: 0 5%;
    }
    .pcheader {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 80px;
    }
    .pclogo img {
        height: 3vw;
    }
    .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: 80px;
        line-height: 80px;
        font-size: 16px;
        transition: var(--main-transition);
        color: var(--main-color-white);
        padding: 0 1vw;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        width: 200px;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-333);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .first_a {
        position: relative;
    }
    .first_a::after {
        position: absolute;
        width: 0%;
        content: '';
        transition: var(--main-transition);
        left: 0;
        bottom: 0;
        height: 3px;
        background-color: var(--main-color);
    }
    .first_li:hover .first_a::after {
        width: 100%;
    }
    .pcnav li:hover .pc_sec_nav {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pcnav li:hover .first_a {
        color: var(--main-color);
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        background-color: var(--main-color-white);
        left: 100%;
        top: 0;
        z-index: 998;
        width: 200px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-white);
        background-color: var(--main-color-white);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-999);
    }
    .inbanner {
        width: 100%;
        height: 400px;
        margin-top: 80px;
        background-image: url(../images/banner.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .inside {
        padding: 15px 5%;
        margin: 0 auto;
    }
    .inside p {
        font-size: 15px;
        color: var(--main-color-222);
    }
    .bannerbg {
        width: 100%;
        margin-top: 80px;
        height: 35vw;
        background-image: url(../images/banner.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        padding-top: 7vw;
        position: relative;
    }
    .bannerbg_txt {
        padding: 0 5%;
    }
    .bannerbg_txt strong {
        display: block;
        color: var(--main-color-black);
        font-weight: 300;
        font-size: 2.7vw;
    }
        .bannerbg_txt p {
            font-size: 1.2vw;
            color: var(--main-color-black);
            margin-top: .3vw;
            margin-bottom: 1vw;
        }
        .bannerbg_txt span {
            color: var(--main-color-black);
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 1.5vw;
            display: block;
        }
    .bannerline {
        width: 70px;
        height: 2px;
        background-color: var(--main-color-white);
    }
    .banner_txt {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: rgba(0, 0, 0, .6);
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .banneritem {
        padding: 3vw;
    }
    .b_itemtop strong {
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 28px;
    }
    .b_itemtop span {
        color: var(--main-color-white);
    }
    .b_itemtop {
        margin-bottom: 20px;
    }
    .b_bottom {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .last_item {
        background-color: var(--main-color);
    }
    .last_item strong {
        color: var(--main-color-222);
    }
    .last_item span {
        color: var(--main-color-222);
    }
    .last_item .b_bottom {
        color: var(--main-color-222);
    }
    .swiper_mb {
        display: none;
    }
    .bt_mb {
        display: none;
    }
    .con1 {
        width: 100%;
        padding: 80px 5%;
    }
    .con1con {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con1left {
        width: 40%;
    }
    .con1left strong {
        font-size: 35px;
        font-weight: normal;
        color: var(--main-color-222);
        display: block;
        margin-bottom: 15px;
    }
    .con1left span {
        color: var(--main-color-888);
        font-size: 16px;
        line-height: 30px;
    }
    .con1left p {
        color: var(--main-color-222);
        font-size: 22px;
    }
    .con1left .line {
        width: 100%;
        height: 3px;
        background-color: var(--main-color);
        margin: 20px 0;
    }
    .con1right {
        width: 55%;
    }
    .con1r_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con1r_item {
        width: 48%;
        box-shadow: var(--main-shadow);
        padding: 5%;
        border-radius: 30px;
        border-top-right-radius: 50px;
    }
    .numdiv {
        transition: var(--main-transition);
        width: 90px;
        font-size: 40px;
        color: var(--main-color);
        height: 90px;
        border-radius: 10px;
        margin: 0 auto;
        background-color: var(--main-color-white);
        border: 4px solid var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .numdiv:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .con1r_item strong {
        display: block;
        text-align: center;
        color: var(--main-color-222);
        font-weight: normal;
        margin: 20px 0;
        font-size: 24px;
    }
    .con1r_item img {
        display: block;
        margin: 0 auto;
    }
    .con1r_item span {
        color: var(--main-color-888);
        font-size: 16px;
        text-align: center;
        display: block;
        margin-top: 20px;
    }
    .con2 {
        padding: 80px 5%;
    }
    .con2con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2left {
        width: 48%;
    }
    .con2left img {
        width: 100%;
    }
    .con2right {
        width: 48%;
    }
    .con2right strong {
        font-size: 35px;
        font-weight: normal;
        color: var(--main-color-222);
        display: block;
        margin-bottom: 15px;
    }
    .con2right p {
        color: var(--main-color-222);
        font-size: 22px;
    }
    .con2right .line {
        width: 100%;
        height: 3px;
        background-color: var(--main-color);
        margin: 20px 0;
    }
    .con2right span {
        color: var(--main-color-888);
        font-size: 17px;
        line-height: 30px;
    }
    .con2right a {
        display: block;
        width: 150px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: var(--main-color-888);
        font-size: 14px;
        border-radius: 5px;
        border: 2px solid var(--main-color-999);
        margin-top: 20px;
    }
    .con3 {
        width: 100%;
        padding: 80px 5%;
        background-color: #f9f9f9;
    }
    .con3 .con2con {
        flex-direction: row-reverse;
    }
    .con4 {
        padding: 80px 5%;
        margin-top: -28%;
    }
    .con4con {
        width: 100%;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4con ul li {
        width: 23%;
        background-color: var(--main-color-white);
        box-shadow: var(--main-shadow);
        padding: 3%;
        border-radius: 10px;
    }
    .con4con ul li img {
        display: block;
        margin: 0 auto;
        width: 90px;
        transition: var(--main-transition);
    }
    .con4con ul li:hover img {
        transform: rotate(360deg);
    }
    .con4con ul li p {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: var(--main-color-222);
        margin: 50px auto;
    }
    .con4con ul li span {
        display: block;
        text-align: center;
        color: var(--main-color-888);
        font-size: 16px;
    }
    .con5 {
        padding: 80px 5%;
        margin-top: 100px;
    }
    .con5con {
        width: 100%;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
        cursor: pointer;
        margin-bottom: 25px;
    }
    .con5con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con5img {
        overflow: hidden;
    }
    .con5img img {
        width: 100%;
        transition: var(--main-transition);
        max-height: 340px;
        object-fit: cover;
    }
    .con5con ul li p {
        color: var(--main-color-222);
        font-size: 20px;
        margin: 20px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con5con ul li:hover img {
        transform: scale(1.1);
    }
    .con5con ul li span {
        color: var(--main-color-888);
        font-size: 16px;
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 20px;
        display: block;
    }
    .line1 {
        width: 100%;
        margin-bottom: 20px;
        height: 1px;
        background-color: #ccc;
    }
    .con5con ul li a {
        color: var(--main-color-666);
    }
    .more {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 0 auto;
        margin-top: 30px;
    }
    .con6 {
        padding: 12% 5%;
        background-image: url(../images/bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .con6con {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .con6con strong {
        color: var(--main-color-white);
        font-size: 40px;
        font-weight: normal;
        text-align: center;
        display: block;
    }
    .con6con a {
        display: block;
        transition: var(--main-transition);
        width: 150px;
        height: 50px;
        border-radius: 5px;
        background-color: var(--main-color-white);
        color: var(--main-color-222);
        text-align: center;
        font-size: 14px;
        line-height: 50px;
        margin-top: 30px;
    }
    .con6con a:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .foot {
        padding: 50px 5%;
        background-image: url(../images/footbg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footitem {
        width: 25%;
    }
    .foot1 img {
        width: 200px;
    }
    .footitem strong {
        display: block;
        color: var(--main-color-white);
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 25px;
    }
    .foot2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .foot2 ul li a {
        color: var(--main-color-999);
        font-size: 20px;
        margin-right: 50px;
    }
    .foot3 a {
        color: var(--main-color-999);
        font-size: 15px;
        display: block;
        margin-bottom: 20px;
    }
    .foot4 ul li {
        display: flex;
        margin-bottom: 15px;
    }
    .foot4 ul li i {
        color: var(--main-color-999);
        display: block;
        margin-right: 10px;
        font-size: 20px !important;
    }
    .foot4 ul li span {
        color: var(--main-color-999);
        font-size: 15px;
    }
    .aboutus1 {
        padding: 15px 5%;
        padding-bottom: 50px;
    }
    .aboutus2 {
        padding: 50px 5%;
        background-color: #f9f9f9;
    }
    .aboutus2con {
        width: 100%;
    }
    .abtitle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 35px;
    }
    .abtitle strong {
        font-size: 28px;
        color: #000;
        font-weight: normal;
    }
    .abtitle p {
        font-size: 28px;
        color: #878997;
    }
    .aboutus2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus2con ul li {
        overflow: hidden;
        transition: var(--main-transition);
        position: relative;
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .aboutus2con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .aboutus2con ul li img {
        width: 100%;
        height: 490px;
        object-fit: cover;
    }
    .ab2pos1 {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 30px;
        left: 0;
        transition: var(--main-transition);
        bottom: 0;
        justify-content: flex-end;
    }
    .ab2pos1 p {
        font-size: 22px;
        color: var(--main-color-white);
        margin-bottom: 5px;
    }
    .ab2pos1 span {
        color: var(--main-color-white);
        font-size: 15px;
    }
    .ab2pos2 {
        left: 0;
        transition: var(--main-transition);
        width: 100%;
        height: 100%;
        position: absolute;
        top: -100%;
        background: rgba(0, 0, 0, .7);
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 30px;
    }
    .ab2pos2 p {
        font-size: 14px;
        color: var(--main-color-white);
        line-height: 30px;
        transition: var(--main-transition);
    }
    .aboutus2con ul li:hover .ab2pos1 {
        opacity: 0;
    }
    .aboutus2con ul li:hover .ab2pos2 {
        top: 0;
    }
}

@media only screen and (max-width: 996px) {
    .aboutus2 {
        padding: 30px 15px;
        background-color: #f9f9f9;
    }
    .aboutus2con {
        width: 100%;
    }
    .abtitle {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 35px;
    }
    .abtitle strong {
        font-size: 20px;
        color: #000;
        font-weight: normal;
    }
    .abtitle p {
        font-size: 20px;
        color: #878997;
    }
    .aboutus2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus2con ul li {
        overflow: hidden;
        transition: var(--main-transition);
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }
    .aboutus2con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .aboutus2con ul li img {
        width: 100%;
        object-fit: cover;
    }
    .ab2pos1 {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 30px;
        left: 0;
        transition: var(--main-transition);
        bottom: 0;
        justify-content: flex-end;
    }
    .ab2pos1 p {
        font-size: 22px;
        color: var(--main-color-white);
        margin-bottom: 5px;
    }
    .ab2pos1 span {
        color: var(--main-color-white);
        font-size: 15px;
    }
    .ab2pos2 {
        left: 0;
        transition: var(--main-transition);
        width: 100%;
        height: 100%;
        position: absolute;
        top: -100%;
        background: rgba(0, 0, 0, .7);
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 30px;
    }
    .ab2pos2 p {
        font-size: 14px;
        color: var(--main-color-white);
        line-height: 30px;
        transition: var(--main-transition);
    }
    .aboutus2con ul li:hover .ab2pos1 {
        opacity: 0;
    }
    .aboutus2con ul li:hover .ab2pos2 {
        top: 0;
    }
    .foot {
        padding: 50px 30px;
        background-image: url(../images/footbg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footitem {
        margin-bottom: 25px;
        width: 100%;
    }
    .foot1 img {
        width: 100px;
    }
    .footitem strong {
        display: block;
        color: var(--main-color-white);
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 15px;
    }
    .foot2 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .foot2 ul li a {
        color: var(--main-color-999);
        font-size: 18px;
        margin-right: 30px;
    }
    .foot3 a {
        color: var(--main-color-999);
        font-size: 15px;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .foot4 ul li {
        display: flex;
        margin-bottom: 15px;
    }
    .foot4 ul li i {
        color: var(--main-color-999);
        display: block;
        margin-right: 10px;
        font-size: 20px !important;
    }
    .foot4 ul li span {
        color: var(--main-color-999);
        font-size: 15px;
    }
    .con6 {
        padding: 10% 15px;
        background-image: url(../images/bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .con6con {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .con6con strong {
        color: var(--main-color-white);
        font-size: 25px;
        font-weight: normal;
        text-align: center;
        display: block;
    }
    .con6con a {
        font-size: 14px;
        display: block;
        transition: var(--main-transition);
        width: 150px;
        height: 50px;
        border-radius: 5px;
        background-color: var(--main-color-white);
        color: var(--main-color-222);
        text-align: center;
        line-height: 50px;
        margin-top: 30px;
    }
    .con6con a:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .con5 {
        padding: 30px 15px;
    }
    .con5con {
        width: 100%;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: 100%;
        cursor: pointer;
        margin-bottom: 25px;
    }
    .con5img {
        overflow: hidden;
    }
    .con5img img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con5con ul li p {
        color: var(--main-color-222);
        font-size: 16px;
        margin: 15px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con5con ul li:hover img {
        transform: scale(1.1);
    }
    .con5con ul li span {
        color: var(--main-color-888);
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
        display: block;
    }
    .line1 {
        width: 100%;
        margin-bottom: 20px;
        height: 1px;
        background-color: #ccc;
    }
    .con5con ul li a {
        color: var(--main-color-666);
    }
    .more {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 0 auto;
        margin-top: 30px;
    }
    .con4 {
        padding: 30px 15px;
    }
    .con4con {
        width: 100%;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4con ul li {
        width: 100%;
        background-color: var(--main-color-white);
        box-shadow: var(--main-shadow);
        padding: 30px;
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .con4con ul li img {
        display: block;
        margin: 0 auto;
        width: 45px;
        transition: var(--main-transition);
    }
    .con4con ul li:hover img {
        transform: rotate(360deg);
    }
    .con4con ul li p {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        color: var(--main-color-222);
        margin: 20px auto;
    }
    .con4con ul li span {
        display: block;
        text-align: center;
        color: var(--main-color-888);
        font-size: 16px;
    }
    .con3 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f9f9f9;
    }
    .con2 {
        padding: 30px 15px;
    }
    .con2con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2left {
        width: 100%;
        margin-bottom: 20px;
    }
    .con2left img {
        width: 100%;
    }
    .con2right {
        width: 100%;
    }
    .con2right strong {
        font-size: 25px;
        font-weight: normal;
        color: var(--main-color-222);
        display: block;
        margin-bottom: 10px;
    }
    .con2right p {
        color: var(--main-color-222);
        font-size: 16px;
    }
    .con2right .line {
        width: 100%;
        height: 3px;
        background-color: var(--main-color);
        margin: 15px 0;
    }
    .con2right span {
        color: var(--main-color-888);
        font-size: 14px;
        line-height: 25px;
    }
    .con2right a {
        display: block;
        width: 150px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: var(--main-color-888);
        font-size: 14px;
        border-radius: 5px;
        border: 2px solid var(--main-color-999);
        margin-top: 20px;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
    }
    .con1con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con1left {
        width: 100%;
    }
    .con1left strong {
        font-size: 25px;
        font-weight: normal;
        color: var(--main-color-222);
        display: block;
        margin-bottom: 10px;
    }
    .con1left span {
        color: var(--main-color-888);
        font-size: 14px;
        line-height: 25px;
    }
    .con1left p {
        color: var(--main-color-222);
        font-size: 16px;
    }
    .con1left .line {
        width: 100%;
        height: 3px;
        background-color: var(--main-color);
        margin: 15px 0;
    }
    .con1right {
        margin-top: 30px;
        width: 100%;
    }
    .con1r_box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con1r_item {
        width: 100%;
        margin-bottom: 20px;
        box-shadow: var(--main-shadow);
        padding: 5%;
        border-radius: 30px;
        border-top-right-radius: 50px;
    }
    .numdiv {
        transition: var(--main-transition);
        width: 50px;
        font-size: 20px;
        color: var(--main-color);
        height: 50px;
        border-radius: 10px;
        margin: 0 auto;
        background-color: var(--main-color-white);
        border: 4px solid var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .numdiv:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .con1r_item strong {
        display: block;
        text-align: center;
        color: var(--main-color-222);
        font-weight: normal;
        margin: 10px 0;
        font-size: 20px;
    }
    .con1r_item img {
        display: block;
        margin: 0 auto;
    }
    .con1r_item span {
        color: var(--main-color-888);
        font-size: 14px;
        text-align: center;
        display: block;
        margin-top: 20px;
    }
    .bt_mb {
        padding: 30px 15px;
    }
    .bt_mb ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bt_mb ul li strong {
        color: var(--main-color-222);
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: normal;
        display: block;
    }
    .bt_mb ul li p {
        color: var(--main-color-222);
        font-size: 14px;
    }
    .bt_mb ul li {
        border-radius: 5px;
        width: 48%;
        padding: 20px;
        margin-bottom: 20px;
        background-color: var(--main-color);
    }
    .swiper_mb_page {
        width: 40px !important;
        height: 40px !important;
        background-image: none !important;
        background-color: rgba(0, 0, 0, 0.7);
        color: var(--main-color-white);
        line-height: 40px;
        text-align: center;
        font-size: 20px !important;
    }
    .swiper_mb {
        width: 100%;
        margin-top: 60px !important;
    }
    .swiper_mb img {
        width: 100%;
    }
    .bannerbg {
        display: none;
    }
    body {
        overflow-x: hidden;
    }
    .inside {
        padding: 15px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/banner.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-999);
    }
    .pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-white);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 40px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-222);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        z-index: 99;
    }
    .ml_pcheader {
        display: none;
    }
    .mb_right {
        display: flex;
        align-items: center;
    }
    .ml_banner {
        width: 100%;
        margin-top: 60px !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .bannerbtn {
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
    }
}


/* loading */

.load_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    background-color: var(--main-color-white);
}

.load_pagecon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cssload-box-loading {
    width: 49px;
    height: 49px;
    margin: auto;
    position: absolute;
}

.cssload-box-loading:before {
    content: '';
    width: 49px;
    height: 5px;
    background: rgb(0, 0, 0);
    opacity: 0.1;
    position: absolute;
    top: 58px;
    left: 0;
    border-radius: 50%;
    animation: shadow 0.58s linear infinite;
    -o-animation: shadow 0.58s linear infinite;
    -ms-animation: shadow 0.58s linear infinite;
    -webkit-animation: shadow 0.58s linear infinite;
    -moz-animation: shadow 0.58s linear infinite;
}

.cssload-box-loading:after {
    content: '';
    width: 49px;
    height: 49px;
    background: rgb(26, 54, 104);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    animation: cssload-animate 0.58s linear infinite;
    -o-animation: cssload-animate 0.58s linear infinite;
    -ms-animation: cssload-animate 0.58s linear infinite;
    -webkit-animation: cssload-animate 0.58s linear infinite;
    -moz-animation: cssload-animate 0.58s linear infinite;
}

@keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@-o-keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -o-transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -o-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        -o-transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -o-transform: translateY(0) rotate(90deg);
    }
}

@-ms-keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -ms-transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        -ms-transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -ms-transform: translateY(0) rotate(90deg);
    }
}

@-webkit-keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
    }
}

@-moz-keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }
    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
    }
}

@keyframes shadow {
    0%,
    100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1);
    }
}

@-o-keyframes shadow {
    0%,
    100% {
        -o-transform: scale(1, 1);
    }
    50% {
        -o-transform: scale(1.2, 1);
    }
}

@-ms-keyframes shadow {
    0%,
    100% {
        -ms-transform: scale(1, 1);
    }
    50% {
        -ms-transform: scale(1.2, 1);
    }
}

@-webkit-keyframes shadow {
    0%,
    100% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.2, 1);
    }
}

@-moz-keyframes shadow {
    0%,
    100% {
        -moz-transform: scale(1, 1);
    }
    50% {
        -moz-transform: scale(1.2, 1);
    }
}


/* loading */