* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    word-break: break-word;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

body {
    overflow-x: hidden;
}

 :root {
    --main-color: #fd5b2a;
    --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) {
    .header_active {
        background-color: var(--main-color-white) !important;
    }
    .header_active .first_a {
        color: var(--main-color-555);
    }
    .header_active .pc_sou {
        border: 1px solid #ccc !important;
    }
    .header_active .pc_sou img {
        filter: brightness(1) !important;
    }
    .header_active .pc_sou input {
        color: var(--main-color-555) !important;
    }
    .header_active .pc_sou input::-webkit-input-placeholder {
        color: var(--main-color-555) !important;
    }
    .hr {
        display: flex;
        align-items: center;
    }
    .pc_sou {
        margin-left: 2.5rem;
        border: 1px solid #ccc;
        height: 2.5rem;
        display: flex;
        align-items: center;
        border-radius: 2.5rem;
        padding-left: .9375rem;
        width: 13.75rem;
        padding-right: .625rem;
    }
    .pc_sou img {
        cursor: pointer;
        filter: brightness(2);
    }
    .pc_sou input::-webkit-input-placeholder {
        color: #fff;
    }
    .pc_sou input {
        width: 10.875rem;
        height: 1.875rem;
        background-color: transparent;
        color: #fff;
        padding-left: 15px;
        border: none;
        outline: none;
    }
    .pchead {
        transition: var(--main-transition);
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: transparent;
        height: 5.625rem;
    }
    .pcheader {
        margin: 0 auto;
        padding: 0 3.125rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 5.625rem;
    }
    .pclogo img {
        height: 3.75rem;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    .pcnav>li {
        position: relative;
        transition: var(--main-transition);
    }
    .nav_active {
        border-bottom: 2px solid var(--main-color) !important;
        color: var(--main-color) !important;
    }
    .pcnav>li>a {
        display: block;
        position: relative;
        border-bottom: 2px solid transparent;
        line-height: 5.625rem;
        height: 5.625rem;
        font-size: 1.25rem;
        transition: var(--main-transition);
        color: var(--main-color-white);
        padding: 0 2.5rem;
        position: relative;
    }
    .pc_sec_nav {
        position: absolute;
        top: 120%;
        left: 0;
        width: 150%;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-white);
        font-size: 1rem;
        display: block;
        background-color: var(--main-color);
        padding: .625rem 1.25rem;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color);
    }
    .pcnav li:hover .pc_sec_nav {
        top: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        opacity: 1 !important;
        visibility: visible !important;
        top: 0 !important;
    }
    .pcnav li:hover .first_a {
        color: var(--main-color);
    }
    .pc_sec_item {
        position: relative;
    }
    .second_a {
        position: relative;
    }
    .second_a::before {
        position: absolute;
        width: 3px;
        height: 0px;
        background-color: var(--main-color-white);
        left: 1px;
        top: 8px;
        content: '';
        transition: var(--main-transition);
    }
    .pc_sec_item:hover .second_a::before {
        height: 20px !important;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 20px;
        z-index: 998;
        width: 150%;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-666);
        background-color: var(--main-color-white);
        font-size: 14px;
        position: relative;
    }
    .third_a:hover::before {
        height: 20px !important;
    }
    .third_a::before {
        position: absolute;
        width: 3px;
        height: 0px;
        background-color: var(--main-color-white);
        left: 1px;
        top: 8px;
        content: '';
        transition: var(--main-transition);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
    }
    .ml_banner img {
        width: 100%;
    }
    .ml_banner:hover .bannerbtn {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 32px !important;
        height: 6px !important;
        border-radius: 0 !important;
    }
    .bannerpage .swiper-pagination-bullet-active {
        background-color: var(--main-color) !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        height: 50px !important;
        background-size: 100% 100%;
        transition: var(--main-transition);
        background-image: none !important;
        background: rgba(0, 0, 0, .7);
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .bannerbtnleft {
        left: 2% !important;
    }
    .bannerbtn i {
        font-size: 25px !important;
    }
    .bannerbtnright {
        right: 2% !important;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 5% !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 5% !important;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        background-color: var(--main-color);
        background-color: #eeeff2;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-666);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-666);
    }
    html {
        overflow-x: hidden;
    }
    .m_search {
        display: none;
    }
    .banner_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        padding: 3.125rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .banner_pos h1 {
        color: var(--main-color-white);
        font-size: 4rem;
        width: 45rem;text-shadow: 2px 3px 1px rgb(0 0 0 / 60%);
    }
    .banner_pos p {
        font-size: 20px;
        width: 43.75rem;
        line-height: 30px;
        margin: 25px 0;
        color: var(--main-color-white);    text-shadow: 2px 1px 1px rgb(0 0 0 / 60%);
    }
    .banner_pos a {
        display: block;
        width: 12.5rem;
        height: 3.75rem;
        line-height: 3.75rem;
        background-color: var(--main-color);
        color: var(--main-color-white);
        text-align: center;
        font-weight: bold;
    }
    .con1 {
        padding: 5rem 0;
    }
    .con1con {
        padding: 0 3.125rem;
        width: 100%;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1con ul li {
        width: 49.5%;
        margin-bottom: 20px;
        position: relative;
        transition: var(--main-transition);
    }
    .con1con ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .con1_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .half_width {
        width: 25% !important;
    }
    .flex_width {
        margin: 0 20px;
        flex: 1 !important;
    }
    .con1con ul li:hover {
        transform: translateY(-10px);
    }
    .con1_pos {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }
    .con1_pos h1 {
        font-size: 3.125rem;
        color: var(--main-color-white);    text-shadow: 2px 3px 3px rgb(0 0 0 / 80%);
    }
    .con1_pos p {
        width: 75%;
        margin-top: 1.25rem;
        font-size: 1.25rem;
        color: var(--main-color-white);
    }
    .con2 {
        width: 100%;
        padding: 5rem 0;
    }
    .con2con {
        width: 100%;
        padding: 0 3.125rem;
    }
    .con_title {
        text-align: center;
        color: var(--main-color-333);
        font-size: 3.75rem;
        margin-bottom: 6.125rem;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 20px;
        transition: var(--main-transition);
    }
    .con2con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con2con ul li a {
        display: block;
        overflow: hidden;
    }
    .con2con ul li img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2con ul li:hover {
        box-shadow: var(--main-shadow);
    }
    .con2con ul li p {
        font-size: 16px;
        margin-top: .9375rem;
        text-align: center;
        color: var(--main-color-333);
    }
    .con2con ul li span {
        font-size: 1.75rem;
        color: var(--main-color-333);
        display: block;
        text-align: center;
        margin-top: .9375rem;
    }
    .con3 {
        padding: 5rem 0;
    }
    .con3con {
        width: 100%;
        padding: 0 3.125rem;
    }
    .customer {
        width: 100%;
        padding-bottom: 3.75rem !important;
    }
    .customer .swiper-slide {
        padding: 4.0625rem;
        background-color: #f7f7f7;
    }
        .customer .swiper-slide img {
            display: block;
            width: 9.6875rem;
            height: 9.6875rem;
            margin: 0 auto;
            border-radius: 50%; object-fit:cover;
        }
    .customer .swiper-slide strong {
        font-size: 1.625rem;
        color: var(--main-color-333);
        display: block;
        text-align: center;
        margin: 1.25rem auto;
    }
    .customer .swiper-slide p {
        font-size: 1.125rem;
        color: #a0a0a0;
        line-height: 1.875rem;
        text-align: center;
    }
    .cusPage .swiper-pagination-bullet {
        background-color: var(--main-color);
    }
    .con4 {
        padding: 5rem 0;
        background-image: url(../images/bg4.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .con4con {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .con4box {
        width: 37.5rem;
        margin: 0 auto;
    }
    .con4box strong {
        display: block;
        text-align: center;
        color: #000;
        margin-bottom: .625rem;
        font-size: 2.5rem;
    }
    .con4box span {
        margin-bottom: 1.5625rem;
        display: block;
        text-align: center;
        color: #000;
        font-size: 1rem;
    }
    .con4_form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4box input {
        height: 2.75rem;
        width: 49%;
        padding-left: 15px;
        background-color: #fff;
        outline: none;
        margin-bottom: 1.25rem;
        display: block;
        border: none;
    }
    .wid_100 {
        width: 100% !important;
    }
    .con4box textarea {
        padding-top: 15px;
        width: 100%;
        height: 6.25rem;
        border: none;
        padding-left: 15px;
        background-color: #fff;
        outline: none;
        margin-bottom: 1.25rem;
        display: block;
    }
    .con4box a {
        color: var(--main-color-white);
        width: 100%;
        height: 2.75rem;
        font-size: .875rem;
        background-color: var(--main-color);
        display: block;
        text-align: center;
        line-height: 2.75rem;
    }
    .con5 {
        padding: 5rem 0;
        background-image: url(../images/bg5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .con5con {
        padding: 0 3.125rem;
    }
    .con5con h1 {
        color: var(--main-color-333);
        font-size: 1.25rem;
        margin-bottom: 1.5625rem;
    }
    .con5con h2 {
        font-size: 3.125rem;
        color: var(--main-color-333);
        margin-bottom: 4.375rem;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: calc((100% - 75px) / 4);
        margin-right: 25px;
        margin-bottom: 25px;
        padding: 1.25rem;
        background-color: var(--main-color-white);
    }
    .con5con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con5pic {
        display: block;
        overflow: hidden;
    }
    .con5pic img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con5con ul li:hover img {
        transform: scale(1.1);
    }
    .con5con ul li p {
        text-align: center;
        font-size: 1.25rem;
        color: var(--main-color-333);
        margin: 1.25rem 0;
    }
    .to_more {
        width: 8.75rem;
        height: 2.625rem;
        line-height: 2.625rem;
        display: block;
        border-radius: 3.125rem;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: .9375rem;
        text-align: center;
        font-weight: bold;
        margin: 0 auto;
    }
    .foot {
        padding: 5rem 0;
        background-color: #171717;
    }
    .footer {
        width: 100%;
        padding: 0 3.125rem;
        display: flex;
        flex-wrap: wrap;
    }
    .f_title {
        color: var(--main-color-white);
        font-weight: bold;
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }
    .foot1 {
        width: 31.25rem;
    }
    .foot1 p {
        font-size: 14px;
        color: var(--main-color-999);
        margin-bottom: 10px;
    }
    .foot2 {
        width: 28.75rem;
        padding-left: 2.1875rem;
    }
    .foot2 a {
        display: block;
        font-size: 14px;
        margin-bottom: 1.25rem;
        color: var(--main-color-999);
    }
    .foot3 {
        width: 48.8125rem;
        padding-right: 2.1875rem;
    }
    .foot3 p {
        font-size: 14px;
        color: var(--main-color-999);
        margin: 1.25rem 0;
        line-height: 1.5625rem;
    }
    .links {
        display: flex;
    }
    .links a {
        display: block;
        margin-right: .625rem;
        width: 1.875rem;
        height: 1.875rem;
        border-radius: 50%;
        color: var(--main-color);
        text-align: center;
        line-height: 1.875rem;
        background-color: var(--main-color-white);
    }
    .foot4 {
        width: 27.8125rem;
    }
    .foot4 input {
        display: block;
        width: 100%;
        height: 2.75rem;
        padding-left: 15px;
        display: block;
        outline: none;
    }
    .foot4 a {
        width: 100%;
        height: 2.75rem;
        display: block;
        text-align: center;
        margin-top: 1.25rem;
        line-height: 2.75rem;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: .875rem;
    }
    .inbanner {
        width: 100%;
    }
    .inbanner img {
        width: 100%;
    }
    .aboutus1 {
        width: 100%;
    }
    .aboutus1con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus1left {
        width: 50%;
    }
    .aboutus1left img {
        width: 100%;
    }
    .aboutus1right {
        width: 50%;
        padding: 6.25rem;
        background-image: url(../images/abbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .aboutus1right span {
        font-size: 1.5rem;
        color: #c9c9c9;
    }
    .aboutus1right strong {
        display: block;
        color: var(--main-color-222);
        font-size: 3.125rem;
        margin-top: 1.5625rem;
        margin-bottom: 2.5rem;
    }
    .aboutus1right p {
        font-size: 1.125rem;
        color: var(--main-color-999);
        line-height: 1.875rem;
    }
    .inside {
        padding: 3.125rem;
    }
    .inside p {
        color: var(--main-color-999);
        font-size: 14px;
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        padding: 30px 15px;
    }
    .inside p {
        color: var(--main-color-999);
        font-size: 14px;
    }
    .inbanner {
        width: 100%;
        margin-top: 60px;
    }
    .inbanner img {
        width: 100%;
    }
    .aboutus1 {
        width: 100%;
    }
    .aboutus1con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus1left {
        width: 100%;
    }
    .aboutus1left img {
        width: 100%;
    }
    .aboutus1right {
        width: 100%;
        padding: 20px 15px;
        background-image: url(../images/abbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .aboutus1right span {
        font-size: 16px;
        color: #c9c9c9;
    }
    .aboutus1right strong {
        display: block;
        color: var(--main-color-222);
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .aboutus1right p {
        font-size: 14px;
        color: var(--main-color-999);
        line-height: 25px;
    }
    .inbanner {
        width: 100%;
    }
    .inbanner img {
        width: 100%;
    }
    .foot {
        padding: 30px 15px;
        background-color: #171717;
    }
    .footer {
        width: 100%;
    }
    .f_title {
        color: var(--main-color-white);
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .foot1 {
        width: 100%;
        margin-bottom: 25px;
    }
    .foot1 p {
        font-size: 14px;
        color: var(--main-color-999);
        margin-bottom: 10px;
    }
    .foot2 {
        width: 100%;
        margin-bottom: 25px;
    }
    .foot2 a {
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
        color: var(--main-color-999);
    }
    .foot3 {
        width: 100%;
        margin-bottom: 25px;
    }
    .foot3 p {
        font-size: 14px;
        color: var(--main-color-999);
        margin: 10px 0;
    }
    .links {
        display: flex;
    }
    .links a {
        display: block;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        color: var(--main-color);
        font-size: 15px;
        text-align: center;
        background-color: var(--main-color-white);
    }
    .foot4 {
        width: 100%;
        margin-bottom: 25px;
    }
    .foot4 input {
        display: block;
        width: 100%;
        height: 35px;
        padding-left: 15px;
        display: block;
        outline: none;
    }
    .foot4 a {
        width: 100%;
        height: 35px;
        display: block;
        text-align: center;
        margin-top: 15px;
        line-height: 35px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 14px;
    }
    .con5 {
        padding: 30px 15px;
        background-image: url(../images/bg5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .con5con h1 {
        color: var(--main-color-333);
        font-size: 20px;
        margin-bottom: 15px;
    }
    .con5con h2 {
        font-size: 30px;
        color: var(--main-color-333);
        margin-bottom: 40px;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: 100%;
        margin-bottom: 25px;
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .con5pic {
        display: block;
        overflow: hidden;
    }
    .con5pic img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con5con ul li:hover img {
        transform: scale(1.1);
    }
    .con5con ul li p {
        text-align: center;
        font-size: 14px;
        color: var(--main-color-333);
        margin: 10px 0;
    }
    .to_more {
        width: 140px;
        height: 35px;
        line-height: 35px;
        display: block;
        border-radius: 50px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        margin: 0 auto;
    }
    .con4 {
        padding: 40px 15px;
        background-image: url(../images/bg4.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .con4con {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .con4box {
        width: 100%;
        margin: 0 auto;
    }
    .con4box strong {
        display: block;
        text-align: center;
        color: #000;
        margin-bottom: 15px;
        font-size: 22px;
    }
    .con4box span {
        margin-bottom: 20px;
        display: block;
        text-align: center;
        color: #000;
        font-size: 14px;
    }
    .con4_form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4box input {
        height: 35px;
        width: 100%;
        padding-left: 15px;
        background-color: #fff;
        outline: none;
        margin-bottom: 20px;
        display: block;
        border: none;
    }
    .wid_100 {
        width: 100% !important;
    }
    .con4box textarea {
        padding-top: 15px;
        width: 100%;
        height: 100px;
        border: none;
        padding-left: 15px;
        background-color: #fff;
        outline: none;
        margin-bottom: 20px;
        display: block;
    }
    .con4box a {
        color: var(--main-color-white);
        width: 100%;
        height: 35px;
        font-size: 14px;
        background-color: var(--main-color);
        display: block;
        text-align: center;
        line-height: 35px;
    }
    .con3 {
        padding: 30px 15px;
    }
    .con3con {
        width: 100%;
    }
    .customer {
        width: 100%;
        padding-bottom: 50px;
    }
    .customer .swiper-slide {
        padding: 40px;
        background-color: #f7f7f7;
    }
    .customer .swiper-slide img {
        display: block;
        width: 100px;
        height: 100px;
        object-fit: contain;
        margin: 0 auto;
    }
    .customer .swiper-slide strong {
        font-size: 18px;
        color: var(--main-color-333);
        display: block;
        text-align: center;
        margin: 10px 0;
    }
    .customer .swiper-slide p {
        font-size: 14px;
        color: #a0a0a0;
        line-height: 25px;
        text-align: center;
    }
    .cusPage .swiper-pagination-bullet {
        background-color: var(--main-color);
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
    }
    .con2con {
        width: 100%;
    }
    .con_title {
        text-align: center;
        color: var(--main-color-333);
        font-size: 25px;
        margin-bottom: 30px;
    }
    .con2con ul {
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: 49%;
        margin-bottom: 20px;
        padding: 15px;
        transition: var(--main-transition);
    }
    .con2con ul li a {
        display: block;
        overflow: hidden;
    }
    .con2con ul li img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con2con ul li p {
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
        color: var(--main-color-333);
    }
    .con2con ul li span {
        font-size: 15px;
        color: var(--main-color-333);
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .con1 {
        padding: 30px 15px;
    }
    .con1con {
        width: 100%;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1con ul li {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        transition: var(--main-transition);
    }
    .con1con ul li img {
        width: 100%;
            height: 200px;
    object-fit: cover;
    }
    .con1_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .con1con ul li:hover {
        transform: translateY(-10px);
    }
    .con1_pos {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }
    .con1_pos h1 {
        font-size: 30px;
        color: var(--main-color-white);    text-shadow: 2px 3px 3px rgb(0 0 0 / 80%);
    }
    .con1_pos p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 25px;
        color: var(--main-color-white);
    }
    .banner_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .banner_pos h1 {
        color: var(--main-color-white);
        font-size: 7.5rem;
        text-align: center;text-shadow: 2px 3px 1px rgb(0 0 0 / 60%);
    }
    .banner_pos p {
        font-size: 14px;
        width: 100%;
        line-height: 20px;
        margin: 10px 0;
        text-align: center;
        color: var(--main-color-white);    text-shadow: 2px 1px 1px rgb(0 0 0 / 60%);
    }
    .banner_pos a {
        display: block;
        width: 100px;
        line-height: 30px;
        height: 30px;
        font-size: 12px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        text-align: center;
        font-weight: bold;
        margin: 0 auto;
    }
    .m_search {
        width: 100%;
        padding: 10px 15px;
        z-index: 99;
        display: none;
        background-color: var(--main-color-white);
        position: fixed;
        top: 60px;
        left: 0;
    }
    .m_searchcon {
        display: flex;
        align-items: center;
    }
    .m_searchcon input {
        width: 80%;
        color: var(--main-color-555);
        height: 35px;
        padding-left: 15px;
        outline: none;
        border: 1px solid #ccc;
    }
    .m_searchcon a {
        font-size: 20px;
        text-align: center;
        display: block;
        width: 20%;
        height: 35px;
        line-height: 35px;
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .mr {
        display: flex;
        align-items: center;
    }
    .mr i {
        color: var(--main-color-555);
        font-size: 20px;
        margin-right: 20px;
    }
    html {
        overflow-x: hidden;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        background-color: var(--main-color);
        /*margin-bottom: 60px;*/
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-white);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-white);
    }
    .ml_banner {
        width: 100%;
        margin-top: 60px !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 30px !important;
        height: 5px !important;
        border-radius: 0 !important;
    }
    .bannerpage .swiper-pagination-bullet-active {
        background-color: var(--main-color) !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;
        display: none;
    }
    .pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-666);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 50px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99999;
    }
    .ml_pcheader {
        display: none;
    }
    .pctop {
        width: 100%;
        height: 40px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: var(--main-color);
    }
    .pctopcon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        padding: 0 20px;
        margin: 0 auto;
    }
    .pctopcon span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .pc_search a {
        width: 40px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: var(--main-color);
        background-color: var(--main-color-white);
        border-left: 1px solid #dddddd;
        display: block;
    }
    .pc_search {
        display: none;
    }
    .pc_search input {
        width: 200px;
        height: 26px;
        padding-left: 15px;
        outline: none;
        border: none;
    }
}