﻿*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}
ul li
{
    list-style: none;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
img
{
    vertical-align: top;
    outline-width: 0;
}
:root
{
    --main-color: #fd9800;
    --main-color-white: #fff;
    --main-color-fontColor: #555;
    --main-color-p_color: #333;
    --main-color-span_color: #888;
    --main-transition: all ease .4s;
    --main-shadow: rgba(100,100,111,.2) 0px 7px 29px 0px;
}
@media only screen and (min-width: 996px)
{
    .ml_pchead
    {
        width: 100%;
        height: 80px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .pclogo img
    {
        display: block;
        height: 55px;
    }
    .ml_pcheader
    {
        max-width: 1200px;
        margin: 0 auto;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .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: 14px;
        transition: var(--main-transition);
        color: var(--main-color-fontColor);
        padding: 0 20px;
    }
    .pc_sec_nav
    {
        position: absolute;
        top: 100%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a
    {
        color: var(--main-color-fontColor);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover
    {
        color: var(--main-color-white);
        font-weight: bold;
        background-color: var(--main-color);
    }
    .pc_sec_item a:hover
    {
        color: var(--main-color-white)!important;
        background-color: var(--main-color)!important;
    }
    .pcnav li:hover .pc_sec_nav
    {
        transform: rotateX(0deg)!important;
        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
    {
        background-color: var(--main-color)!important;
    }
    .pcnav li:hover .first_a
    {
        color: #fff;
        font-weight: bold;
    }
    .pc_sec_item:hover .second_a
    {
        color: var(--main-color-white)!important;
        font-weight: bold;
    }
    .third_a:hover
    {
        color: var(--main-color-white)!important;
        font-weight: bold;
    }
    .pc_sec_item
    {
        position: relative;
    }
    .pc_third_nav
    {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a
    {
        color: var(--main-color-fontColor);
        background-color: var(--main-color-white);
    }
    .ml_mb_head
    {
        display: none;
    }
    .ml_mb_nav
    {
        display: none;
    }
    .ml_banner
    {
        width: 100%;
        z-index: 998;
        margin-top: 80px!important;
    }
    .ml_banner:hover .bannerbtnleft
    {
        left: 10px!important;
        opacity: 1!important;
    }
    .ml_banner:hover .bannerbtnright
    {
        right: 10px!important;
        opacity: 1!important;
    }
    .ml_banner img
    {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet
    {
        width: 15px!important;
        height: 15px!important;
    }
    .bannerbtn
    {
        width: 50px!important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px!important;
        transition: var(--main-transition);
        background: rgba(0,0,0,.7);
        background-image: none!important;
        opacity: 0;
    }
    .bannerbtnleft
    {
        left: 0!important;
    }
    .bannerbtnright
    {
        right: 0!important;
    }
    .bannerpos
    {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        z-index: 999;
        left: 0;
        top: 0;
    }
    .bannerpos p
    {
        color: var(--main-color-white);
        font-size: 18px;
        display: block;
        text-align: left;
    }
    .bannerpos h1
    {
        font-weight: normal;
        font-size: 64px;
        color: var(--main-color-white);
        padding: 20px 0;
    }
    .bannerpos a
    {
        display: block;
        width: 100px;
        height: 45px;
        line-height: 45px;
        background-color: var(--main-color);
        font-size: 15px;
        color: var(--main-color-white);
        text-align: center;
        border-radius: 4px;
    }
    .con1
    {
        width: 100%;
        padding: 80px 0;
    }
    .con1con
    {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con1title
    {
        text-align: center;
        color: #000;
        font-size: 36px;
        margin-bottom: 35px;
    }
    .con1con ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1con ul li
    {
        width: 31%;
    }
    .con1con ul li img
    {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
    .con1div
    {
        padding: 20px;
        background-color: #fafafa;
    }
    .con1div p
    {
        font-size: 20px;
        color: #222;
        text-align: center;
        margin-bottom: 10px;
    }
    .con1div span
    {
        color: #666;
        text-align: center;
        font-size: 14px;
        display: block;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con1div a
    {
        display: block;
        width: 68px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #333;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 3px;
        font-weight: bold;
    }
    .con1div a:hover
    {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .more
    {
        display: table;
        padding: 15px 105px;
        border: 1px solid var(--main-color);
        font-size: 14px;
        margin: 0 auto;
        margin-top: 35px;
        font-weight: bold;
        border-radius: 4px;
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .con2
    {
        padding: 185px 0;
        background-image: url(../image/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con
    {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con2con h1
    {
        max-width: 840px;
        color: var(--main-color-white);
        font-size: 56px;
        margin-bottom: 75px;
        font-weight: normal;
    }
    .con2con ul
    {
        display: flex;
    }
    .con2con ul li
    {
        margin-right: 60px;
    }
    .mun_top
    {
        display: flex;
    }
    .mun_top h2
    {
        font-weight: normal;
        font-size: 70px;
        color: var(--main-color-white);
    }
    .mun_top span
    {
        color: var(--main-color-white);
    }
    .con2con ul li p
    {
        font-size: 16px;
        color: var(--main-color-white);
    }
    .con3
    {
        padding: 100px 0;
        background-image: url(../image/20230704165115.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .con3con
    {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con3title p
    {
        color: var(--main-color-white);
        font-size: 38px;
        margin-bottom: 20px;
        text-align: center;
    }
    .con3title span
    {
        font-size: 18px;
        color: var(--main-color-white);
        text-align: center;
        line-height: 30px;
        display: block;
    }
    .con3con ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 50px;
    }
    .con3con ul li
    {
        width: 32%;
        position: relative;
    }
    .con3con ul li img
    {
        width: 100%;
        object-fit: cover;
        height: 370px;
    }
    .con3pos
    {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.2);
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .con3con ul li:hover
    {
        background-color: #00000078;
    }
    .con3pos p
    {
        font-size: 20px;
        color: var(--main-color-white);
        margin-bottom: 10px;
    }
    .con3pos span
    {
        font-size: 14px;
        color: var(--main-color-white);
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con3pos a
    {
        display: block;
        font-size: 14px;
        color: #222;
        width: 68px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: var(--main-color-white);
        margin-top: 15px;
        border-radius: 4px;
    }
    .con3pos a:hover
    {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con4
    {
        padding: 80px 0;
    }
    .con4con
    {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con4title
    {
        text-align: center;
        color: #000;
        font-size: 36px;
        margin-bottom: 45px;
    }
    .con4conbox
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4conboxleft
    {
        width: 60%;
    }
    .con4conboxright
    {
        flex: 1;
        padding-left: 105px;
    }
    .con4conboxright img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .indexnewitem
    {
        display: flex;
        padding: 20px 0;
        border-bottom: 1px solid #ededed;
        transition: var(--main-transition);
    }
    .indexnewitem:hover
    {
        background-color: #f8f8f8;
    }
    .indexnewitem:hover a
    {
        color: var(--main-color);
    }
    .indexnewitemleft
    {
        width: 30%;
    }
    .indexnewitemleft img
    {
        width: 100%;
    }
    .indexnewitemright
    {
        flex: 1;
        padding-left: 25px;
    }
    .indexnewitemright a
    {
        font-size: 20px;
        color: #222;
        transition: var(--main-transition);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 20px;
    }
    .indexnewitemright p
    {
        font-size: 14px;
        color: var(--main-color-span_color);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con5
    {
        padding: 100px 0;
        background-image: url(../image/bg3.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .con5con
    {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con5con p
    {
        font-size: 18px;
        color: #ffd966;
        line-height: 30px;
        max-width: 680px;
    }
    .con5con input
    {
        width: 680px;
        margin-bottom: 30px;
        margin-top: 30px;
        background-color: transparent;
        display: block;
        height: 50px;
        color: var(--main-color-white);
        outline: none;
        font-size: 20px;
        border: none;
        border-bottom: 1px solid var(--main-color-white);
    }
    .con5con input::-webkit-input-placeholder
    {
        color: var(--main-color-white);
    }
    .con5con a
    {
        display: block;
        width: 115px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 4px;
    }
    .footnav
    {
        padding: 15px 0;
        border-bottom: 1px solid #ededed;
    }
    .footnav ul
    {
        display: flex;
        max-width: 1200px;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
    }
    .footnav ul li a
    {
        color: var(--main-color-span_color);
        font-size: 14px;
        margin: 0 20px;
    }
    .copy
    {
        text-align: center;
        padding: 15px 0;
    }
    .copycon
    {
        max-width: 1200px;
        margin: 0 auto;
        font-size: 14px;
        color: var(--main-color-span_color);
    }
    .copycon a
    {
        color: var(--main-color-span_color);
        font-size: 14px;
    }
    .inbanner
    {
        height: 220px;
        background-image: url(../image/20230704165222.jpg);
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 80px;
    }
    .inbanner strong
    {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 30px;
        font-weight: normal;
    }
    .about1con
    {
        max-width: 1200px;
        display: flex;
        align-items: center;
        margin: 0 auto;
        flex-direction: row-reverse;
        padding: 55px;
        background-color: var(--main-color-white);
    }
    .about1
    {
        width: 100%;
        padding: 90px 0;
        background-color: #f8f8f8;
    }
    .about1conleft
    {
        width: 60%;
    }
    .about1conright img
    {
        width: 100%;
    }
    .about1conright
    {
        flex: 1;
        padding-left: 60px;
    }
    .about1conleft p
    {
        font-size: 14px;
        color: var(--main-color-fontColor);
        line-height: 25px;
    }
    .honor
    {
        padding: 80px 0;
        width: 100%;
        background-color: #f8f8f8;
    }
    .honorcon
    {
        max-width: 1200px;
        margin: 0 auto;
    }
    .honortitle
    {
        color: #222;
        font-size: 36px;
        text-align: center;
        margin-bottom: 35px;
    }
    .honorcon ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .honorcon ul li
    {
        width: 48%;
    }
    .honorcon ul li img
    {
        width: 100%;
    }
    .honorcon ul li p
    {
        text-align: center;
        color: var(--main-color-fontColor);
        padding: 20px 0;
    }
    .inside
    {
        max-width: 1230px;
        padding: 30px 15px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 996px)
{
    .honor
    {
        padding: 30px 15px;
        width: 100%;
        background-color: #f8f8f8;
    }
    .honorcon
    {
        width: 100%;
        margin: 0 auto;
    }
    .honortitle
    {
        color: #222;
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }
    .honorcon ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .honorcon ul li
    {
        width: 100%;
        margin-bottom: 25px;
    }
    .honorcon ul li img
    {
        width: 100%;
    }
    .honorcon ul li p
    {
        text-align: center;
        color: var(--main-color-fontColor);
        padding: 20px 0;
    }
    .about1con
    {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        flex-wrap: wrap;
        padding: 20px;
        background-color: var(--main-color-white);
    }
    .about1
    {
        width: 100%;
        padding: 30px 15px;
        background-color: #f8f8f8;
    }
    .about1conleft
    {
        width: 100%;
        margin-top: 20px;
    }
    .about1conright img
    {
        width: 100%;
    }
    .about1conright
    {
        width: 100%;
    }
    .about1conleft p
    {
        font-size: 14px;
        color: var(--main-color-fontColor);
        line-height: 25px;
    }
    .inbanner
    {
        height: 220px;
        background-image: url(../image/20230704165222.jpg);
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
    .inbanner strong
    {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 30px;
        font-weight: normal;
    }
    .footnav
    {
        padding: 15px;
        border-bottom: 1px solid #ededed;
    }
    .footnav ul
    {
        display: flex;
        max-width: 1200px;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
    }
    .footnav ul li a
    {
        color: var(--main-color-span_color);
        font-size: 14px;
        margin: 0 10px;
    }
    .copy
    {
        text-align: center;
        padding: 15px 0;
        margin-bottom: 60px;
    }
    .copycon
    {
        max-width: 1200px;
        margin: 0 auto;
        font-size: 14px;
        color: var(--main-color-span_color);
    }
    .copycon a
    {
        color: var(--main-color-span_color);
        font-size: 14px;
    }
    .con5
    {
        padding: 50px 15px;
        background-image: url(../image/bg3.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .con5con
    {
        margin: 0 auto;
    }
    .con5con p
    {
        font-size: 18px;
        color: #ffd966;
        line-height: 30px;
    }
    .con5con input
    {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
        background-color: transparent;
        display: block;
        height: 50px;
        color: var(--main-color-white);
        outline: none;
        font-size: 20px;
        border: none;
        border-bottom: 1px solid var(--main-color-white);
    }
    .con5con input::-webkit-input-placeholder
    {
        color: var(--main-color-white);
    }
    .con5con a
    {
        display: block;
        width: 115px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 4px;
    }
    .con4
    {
        padding: 30px 15px;
    }
    .con4con
    {
        margin: 0 auto;
    }
    .con4title
    {
        text-align: center;
        color: #000;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .con4conbox
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4conboxleft
    {
        width: 100%;
        margin-bottom: 25px;
    }
    .con4conboxright
    {
        width: 100%;
    }
    .con4conboxright img
    {
        width: 100%;
        object-fit: cover;
    }
    .indexnewitem
    {
        display: flex;
        padding: 15px 0;
        border-bottom: 1px solid #ededed;
        transition: var(--main-transition);
        flex-wrap: wrap;
    }
    .indexnewitem:hover
    {
        background-color: #f8f8f8;
    }
    .indexnewitem:hover a
    {
        color: var(--main-color);
    }
    .indexnewitemleft
    {
        width: 100%;
    }
    .indexnewitemleft img
    {
        width: 100%;
    }
    .indexnewitemright
    {
        width: 100%;
        margin-top: 20px;
    }
    .indexnewitemright a
    {
        font-size: 16px;
        color: #222;
        transition: var(--main-transition);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 15px;
    }
    .indexnewitemright p
    {
        font-size: 14px;
        color: var(--main-color-span_color);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con3
    {
        padding: 50px 15px;
        background-image: url(../image/20230704165115.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .con3con
    {
        margin: 0 auto;
    }
    .con3title p
    {
        color: var(--main-color-white);
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .con3title span
    {
        font-size: 18px;
        color: var(--main-color-white);
        text-align: center;
        line-height: 30px;
        display: block;
    }
    .con3con .more
    {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con3con ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 50px;
    }
    .con3con ul li
    {
        width: 100%;
        margin-bottom: 25px;
        position: relative;
    }
    .con3con ul li img
    {
        width: 100%;
    }
    .con3pos
    {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.2);
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .con3pos p
    {
        font-size: 20px;
        color: var(--main-color-white);
        margin-bottom: 10px;
    }
    .con3pos span
    {
        font-size: 14px;
        color: var(--main-color-white);
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con3pos a
    {
        display: block;
        font-size: 14px;
        color: #222;
        width: 68px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: var(--main-color-white);
        margin-top: 15px;
        border-radius: 4px;
    }
    .con3pos a:hover
    {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con2
    {
        padding: 30px 15px;
        background-image: url(../image/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con
    {
        margin: 0 auto;
    }
    .con2con h1
    {
        width: 100%;
        padding: 0 20px;
        color: var(--main-color-white);
        font-size: 25px;
        margin-bottom: 25px;
        font-weight: normal;
        text-align: center;
    }
    .con2con ul
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con2con ul li
    {
        margin: 0 20px;
    }
    .mun_top
    {
        display: flex;
    }
    .mun_top h2
    {
        font-weight: normal;
        font-size: 30px;
        color: var(--main-color-white);
    }
    .mun_top span
    {
        color: var(--main-color-white);
    }
    .con2con ul li p
    {
        font-size: 16px;
        color: var(--main-color-white);
    }
    .more
    {
        display: table;
        padding: 10px 35px;
        border: 1px solid var(--main-color);
        font-size: 14px;
        margin: 0 auto;
        margin-top: 35px;
        color: #222;
        font-weight: bold;
        border-radius: 4px;
    }
    .more:hover
    {
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .con1
    {
        width: 100%;
        padding: 30px 15px;
    }
    .con1con
    {
        margin: 0 auto;
    }
    .con1title
    {
        text-align: center;
        color: #000;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .con1con ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1con ul li
    {
        width: 100%;
        margin-bottom: 25px;
    }
    .con1con ul li img
    {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .con1div
    {
        padding: 20px;
        background-color: #fafafa;
    }
    .con1div p
    {
        font-size: 20px;
        color: #222;
        margin-bottom: 10px;
        text-align: center;
    }
    .con1div span
    {
        color: #666;
        font-size: 14px;
        text-align: center;
        display: block;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con1div a
    {
        display: block;
        width: 68px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 3px;
        font-weight: bold;
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .bannerpos
    {
        position: absolute;
        width: 100%;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bannerpos p
    {
        color: var(--main-color);
        font-size: 14px;
        display: none;
    }
    .bannerpos h1
    {
        font-weight: normal;
        font-size: 20px;
        color: var(--main-color-white);
        padding: 20px 0;
    }
    .bannerpos a
    {
        display: none;
    }
    .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;
    }
    .ml_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-fontColor);
        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-fontColor);
        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-fontColor);
        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-fontColor);
        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: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149,157,165,.2) 0 8px 24px;
        width: 100%;
        z-index: 99;
    }
    .ml_pcheader
    {
        display: none;
    }
}