* {
    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: 0ch;
}

body {
    overflow-x: hidden;
}

 :root {
    --main-color: #b79223;
    --main-color1: #eb6100;
    --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) {
    .pchead {
        width: 100%;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: transparent;
        height: 80px;
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
    }
    .pcheader {
        width: 100%;
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
    }
    .pclogo img {
        height: 40px;
    }
    .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-333);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-666);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color) !important;
    }
    .pc_sec_item a:hover {
        color: var(--main-color) !important;
    }
    .pcnav li:hover .pc_sec_nav {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        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) !important;
    }
    .third_a:hover {
        color: var(--main-color) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-666);
        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;
        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);
    }
    .inbanner {
        width: 100%;
        height: 300px;
        margin-top: 80px;
        background-image: url(../images/inbanner.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        font-size: 30px;
        color: var(--main-color);
        font-weight: normal;
    }
    .inside {
        padding: 10px 65px;
        max-width: 1530px;
        margin: 0 auto;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .welcome {
        width: 75%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99999;
        background: rgba(0, 0, 0, .5);
        height: 50px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .welcome span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .welcome span i {
        margin-right: 10px;
    }
    .con1 {
        width: 100%;
        padding: 80px 0;
    }
    .con1con {
        max-width: 1530px;
        margin: 0 auto;
        padding: 0 65px;
    }
    .con_title {
        margin-bottom: 30px;
    }
    .con_title strong {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 30px;
        font-weight: 400;
    }
    .con_title span {
        text-align: center;
        color: var(--main-color-666);
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .con_title img {
        display: block;
        margin: 0 auto;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1con ul li {
        width: calc((100% - 90px) / 4);
        cursor: pointer;
        border: 1px solid #ededed;
        padding: 25px;
        text-align: center;
        margin-right: 30px;
        position: relative;
        transition: var(--main-transition);
    }
    .con1con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con1con ul li img {
        width: 67px;
    }
    .con1con ul li p {
        text-align: center;
        color: var(--main-color-555);
        font-weight: bold;
        margin: 25px 0;
    }
    .con1con ul li span {
        color: var(--main-color-999);
        font-size: 14px;
    }
    .line2 {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        background-color: var(--main-color);
        width: 50px;
    }
    .con1con ul li:hover {
        border: 1px solid var(--main-color);
    }
    .con1con ul li:hover p {
        color: var(--main-color);
    }
    .con2 {
        width: 100%;
        padding: 80px 0;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con2left {
        width: 40%;
    }
    .con2left img {
        width: 100%;
    }
    .con2right {
        width: 55%;
    }
    .con2right strong {
        font-size: 30px;
        color: var(--main-color-333);
        display: block;
        margin-bottom: 50px;
        font-weight: normal;
    }
    .con2right span {
        color: var(--main-color-555);
        font-size: 24px;
        margin-bottom: 40px;
        display: block;
    }
    .con2right p {
        font-size: 14px;
        color: var(--main-color-999);
        line-height: 35px;
    }
    .con2right a {
        display: block;
        margin-top: 30px;
        width: 140px;
        height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        line-height: 40px;
        font-size: 14px;
    }
    .con3 {
        padding: 80px 0;
    }
    .con3con {
        max-width: 100%;
    }
    .kind {
        display: flex;
        align-items: center;
        margin: 0 auto;
        justify-content: center;
        margin-bottom: 50px;
    }
    .kind a {
        display: block;
        padding: 5px 10px;
        font-size: 14px;
        color: var(--main-color-555);
        border: 1px solid #ccc;
        margin: 0 10px;
    }
    .kind a:hover {
        border: 1px solid var(--main-color);
        color: var(--main-color);
    }
    .proitem {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    .proitem:nth-child(even) {
        flex-direction: row-reverse;
    }
    .todey_price {
        position: absolute;
        width: 120px;
        left: 50%;
        transform: translateX(-50%) !important;
        height: 100px;
        background-color: var(--main-color);
        z-index: 99;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 35%;
        justify-content: center;
    }
    .todey_price span {
        color: var(--main-color-white);
        font-weight: bold;
        margin-bottom: 15px;
    }
    .todey_price p {
        color: var(--main-color-white);
    }
    .proleft {
        width: 50%;
    }
    .proleft img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .proright {
        width: 50%;
        padding: 5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .proright strong {
        color: var(--main-color-555);
        font-size: 18px;
    }
    .proright p {
        font-size: 14px;
        color: var(--main-color-888);
        line-height: 25px;
        margin: 25px 0;
    }
    .proright ul {
        display: flex;
        padding: 20px 0;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid#ededed;
        border-bottom: 1px solid #ededed;
    }
    .proright ul li img {
        width: 32px;
    }
    .proright a {
        display: block;
        border-radius: 40px;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color);
        border: 1px solid var(--main-color);
        margin-top: 30px;
        transition: var(--main-transition);
    }
    .proright a:hover {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .con4 {
        padding: 80px 0;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con {
        max-width: 1530px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con4con .con_title strong {
        color: var(--main-color-white);
    }
    .con4con .con_title span {
        color: var(--main-color-white);
    }
    .con_title em {
        font-style: normal;
        color: var(--main-color-white);
        display: block;
        text-align: center;
        font-size: 14px;
        margin-top: 20px;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4con ul li {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
        text-align: center;
        padding: 30px;
    }
    .con4con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con4con ul li img {
        display: block;
        margin: 0 auto;
    }
    .con4con ul li strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 18px;
        margin: 20px 0;
    }
    .con4con ul li span {
        color: var(--main-color-white);
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 30px;
    }
    .con4con ul li:hover {
        background: rgba(255, 255, 255, .1);
    }
    .con5 {
        width: 100%;
        padding: 80px 0;
    }
    .con5con {
        max-width: 1530px;
        margin: 0 auto;
        padding: 0 65px;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
        cursor: pointer;
        box-shadow: var(--main-shadow);
        margin-bottom: 30px;
    }
    .con5con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .lo_box {
        padding: 10px;
    }
    .lo_box p {
        color: var(--main-color-333);
        font-size: 15px;
        margin-bottom: 10px;
    }
    .lo_box span {
        color: var(--main-color-666);
        font-size: 14px;
        display: block;
    }
    .lo_box a {
        color: var(--main-color-666);
        font-size: 12px;
        display: block;
        margin-top: 20px;
    }
    .la_box {
        overflow: hidden;
    }
    .la_box img {
        transition: var(--main-transition);
        width: 100%;
        height: 275px;
        object-fit: cover;
    }
    .con5con ul li:hover img {
        transform: scale(1.1);
    }
    .more {
        width: 140px;
        height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        font-size: 14px;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        line-height: 40px;
    }
    .foot {
        padding: 50px 0;
        background-color: #1e1e1e;
    }
    .footer {
        max-width: 1530px;
        margin: 0 auto;
        padding: 0 65px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footitem {
        width: 31%;
    }
    .f_i_top strong {
        display: inline-block;
        color: var(--main-color-white);
        font-size: 16px;
        position: relative;
        font-weight: normal;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 2px solid var(--main-color-white);
    }
    .f_i_top strong::after {
        position: absolute;
        content: '';
        width: 30px;
        height: 4px;
        background-color: var(--main-color);
        left: 0;
        bottom: -3px;
    }
    .footitem1 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footitem1 ul li {
        width: 35%;
    }
    .footitem1 ul li a {
        color: #cbcbcb;
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
    }
    .footitem1 ul li a:hover {
        color: var(--main-color);
    }
    .footitem2 ul li {
        margin-bottom: 15px;
        display: flex;
    }
    .footitem2 ul li i {
        color: var(--main-color-white);
        font-size: 15px;
    }
    .footitem2 ul li span {
        padding-left: 10px;
        font-size: 14px;
        color: #cbcbcb;
    }
    .codebox {
        display: flex;
        background-image: url(../images/border.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 15px;
        align-items: center;
    }
    .codebox img {
        width: 100px;
        margin-right: 20px;
        height: 100px;
        object-fit: cover;
    }
    .codebox p {
        color: var(--main-color-white);
        margin-left: 30px;
    }
}

@media only screen and (max-width: 996px) {
    .foot {
        padding: 30px 15px;
        background-color: #1e1e1e;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footitem {
        width: 100%;
        margin-bottom: 20px;
    }
    .f_i_top strong {
        display: inline-block;
        color: var(--main-color-white);
        font-size: 14px;
        position: relative;
        font-weight: normal;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 2px solid var(--main-color-white);
    }
    .f_i_top strong::after {
        position: absolute;
        content: '';
        width: 30px;
        height: 4px;
        background-color: var(--main-color);
        left: 0;
        bottom: -3px;
    }
    .footitem1 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footitem1 ul li {
        width: 35%;
    }
    .footitem1 ul li a {
        color: #cbcbcb;
        font-size: 14px;
        margin-bottom: 5px;
        display: block;
    }
    .footitem1 ul li a:hover {
        color: var(--main-color);
    }
    .footitem2 ul li {
        margin-bottom: 15px;
        display: flex;
    }
    .footitem2 ul li i {
        color: var(--main-color-white);
        font-size: 13px;
    }
    .footitem2 ul li span {
        padding-left: 10px;
        font-size: 13px;
        color: #cbcbcb;
    }
    .codebox {
        display: flex;
        background-image: url(../images/border.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 15px;
        align-items: center;
    }
    .codebox img {
        width: 60px;
        margin-right: 20px;
        height: 60px;
        object-fit: cover;
    }
    .codebox p {
        color: var(--main-color-white);
        margin-left: 10px;
        font-size: 14px;
    }
    .more {
        width: 120px;
        height: 35px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        font-size: 14px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        line-height: 35px;
    }
    .con5 {
        width: 100%;
        padding: 30px 15px;
    }
    .con5con {
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: 100%;
        cursor: pointer;
        box-shadow: var(--main-shadow);
        margin-bottom: 30px;
    }
    .lo_box {
        padding: 10px;
    }
    .lo_box p {
        color: var(--main-color-333);
        font-size: 15px;
        margin-bottom: 10px;
    }
    .lo_box span {
        color: var(--main-color-666);
        font-size: 14px;
        display: block;
    }
    .lo_box a {
        color: var(--main-color-666);
        font-size: 12px;
        display: block;
        margin-top: 20px;
    }
    .la_box {
        overflow: hidden;
    }
    .la_box img {
        transition: var(--main-transition);
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }
    .con5con ul li:hover img {
        transform: scale(1.1);
    }
    .con4 {
        padding: 30px 15px;
        background-image: url(../images/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con4con {
        margin: 0 auto;
    }
    .con4con .con_title strong {
        color: var(--main-color-white);
    }
    .con4con .con_title span {
        color: var(--main-color-white);
    }
    .con_title em {
        font-style: normal;
        color: var(--main-color-white);
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 30px;
        margin-top: 20px;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4con ul li {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        padding: 30px;
    }
    .con4con ul li img {
        display: block;
        margin: 0 auto;
    }
    .con4con ul li strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 15px;
        margin: 15px 0;
    }
    .con4con ul li span {
        color: var(--main-color-white);
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 30px;
    }
    .con4con ul li:hover {
        background: rgba(255, 255, 255, .1);
    }
    .con3 {
        padding: 30px 15px;
    }
    .con3con {
        max-width: 100%;
    }
    .kind {
        display: flex;
        align-items: center;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }
    .kind a {
        display: block;
        padding: 5px 10px;
        font-size: 14px;
        color: var(--main-color-555);
        border: 1px solid #ccc;
        margin: 0 10px;
        margin-bottom: 15px;
    }
    .kind a:hover {
        border: 1px solid var(--main-color);
        color: var(--main-color);
    }
    .proitem {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        flex-wrap: wrap;
    }
    .todey_price {
        position: absolute;
        width: 80px;
        height: 80px;
        background: rgba(183, 146, 35, .5);
        z-index: 99;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 0;
        justify-content: center;
    }
    .todey_price span {
        color: var(--main-color-white);
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .todey_price p {
        color: var(--main-color-white);
    }
    .proleft {
        width: 100%;
    }
    .proleft img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .proright {
        width: 100%;
        padding: 10px;
        box-shadow: var(--main-shadow);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .proright strong {
        color: var(--main-color-555);
        font-size: 16px;
    }
    .proright p {
        font-size: 14px;
        color: var(--main-color-888);
        line-height: 25px;
        margin: 10px 0;
    }
    .proright ul {
        display: flex;
        padding: 15px 0;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid#ededed;
        border-bottom: 1px solid #ededed;
    }
    .proright ul li img {
        width: 25px;
    }
    .proright a {
        display: block;
        border-radius: 40px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: var(--main-color);
        border: 1px solid var(--main-color);
        margin-top: 15px;
        font-size: 13px;
        transition: var(--main-transition);
    }
    .proright a:hover {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con2left {
        width: 100%;
        margin-bottom: 20px;
    }
    .con2left img {
        width: 100%;
    }
    .con2right {
        width: 100%;
    }
    .con2right strong {
        font-size: 20px;
        color: var(--main-color-333);
        display: block;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .con2right span {
        color: var(--main-color-555);
        font-size: 15px;
        margin-bottom: 20px;
        display: block;
    }
    .con2right p {
        font-size: 14px;
        color: var(--main-color-999);
        line-height: 35px;
    }
    .con2right a {
        display: block;
        margin-top: 30px;
        width: 140px;
        height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        line-height: 40px;
        font-size: 14px;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
    }
    .con_title {
        margin-bottom: 30px;
    }
    .con_title strong {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 20px;
        font-weight: 400;
    }
    .con_title span {
        text-align: center;
        color: var(--main-color-666);
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .con_title img {
        display: block;
        margin: 0 auto;
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1con ul li {
        width: 48%;
        cursor: pointer;
        border: 1px solid #ededed;
        padding: 15px;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
        transition: var(--main-transition);
    }
    .con1con ul li img {
        width: 45px;
    }
    .con1con ul li p {
        text-align: center;
        color: var(--main-color-555);
        font-weight: bold;
        margin: 15px 0;
    }
    .con1con ul li span {
        color: var(--main-color-999);
        font-size: 14px;
    }
    .line2 {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        background-color: var(--main-color);
        width: 30px;
    }
    .con1con ul li:hover {
        border: 1px solid var(--main-color);
    }
    .con1con ul li:hover p {
        color: var(--main-color);
    }
    .welcome {
        display: none;
    }
    html {
        overflow-x: hidden !important;
    }
    .inside {
        padding: 30px 15px;
        margin: 0 auto;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .inbanner {
        width: 100%;
        height: 150px;
        margin-top: 60px;
        background-image: url(../images/inbanner.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        font-size: 25px;
        color: var(--main-color);
        font-weight: normal;
    }
    .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: 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;
    }
    .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 {
        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, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 9999;
    }
    .ml_pcheader {
        display: none;
    }
}