* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*:not(.fa) {
    font-family: Arial, Helvetica, sans-serif;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #ff9933;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-333: #333333;
    --main-color-666: #666666;
    --main-color-999: #999999;
    --main-color-888: #888888;
    --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 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background-color: var(--main-color-white);
        z-index: 99;
    }
    .pclogo img {
        height: 60px;
    }
    .pcheader {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
        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: 70px;
        line-height: 70px;
        font-size: 20px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 140%;
        left: 0;
        width: 200px;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
        box-shadow: var(--main-shadow);
    }
    .pc_sec_item a {
        color: var(--main-color-333);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        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 {
        top: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        top: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pcnav li:hover .first_a {
        color: var(--main-color);
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color-white) !important;
        background-color: var(--main-color);
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 40px;
        z-index: 998;
        width: 200px;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-333);
        background-color: var(--main-color-white);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .banner {
        padding: 140px 0 60px 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .bannerCon {
        max-width: 850px;
        padding: 0 50px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .banner::after {
        width: 100%;
        height: 100%;
        left: 0;
        opacity: .5;
        content: '';
        z-index: -1;
        position: absolute;
        background-image: linear-gradient(10deg, #FF9933 18%, #FFFFFF 59%);
        top: 0;
    }
    .bannerCon h1 {
        color: var(--main-color-333);
        font-size: 41px;
        text-align: center;
    }
    .bannerCon p {
        font-size: 18px;
        text-align: center;
        color: #747474;
        margin: 20px 0px 30px 0;
        line-height: 30px;
    }
    .bannerlink {
        display: flex;
        align-items: center;
    }
    .bannerlink a {
        display: block;
        margin: 0 10px;
        width: 215px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        border-radius: 50px;
    }
    .bl1 {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .bl2 {
        background-color: transparent;
        border: 1px solid var(--main-color-333);
        color: var(--main-color-333);
    }
    .bannerCon span {
        color: #747474;
        font-size: 15px;
        display: block;
        text-align: center;
        margin-top: 15px;
    }
    .con1 {
        padding: 80px 0;
    }
    .con1con {
        max-width: 1270px;
        margin: 0 auto;
        padding: 0 50px;
        margin: 0 auto;
    }
    .con1item {
        display: flex;
        padding: 50px 0;
    }
    .con1item:nth-child(even) {
        flex-direction: row-reverse;
    }
    .con1left {
        width: 43%;
    }
    .con1left img {
        width: 100%;
        height: 240px;
        object-fit: contain;
    }
    .con1right {
        width: 55%;
        margin: auto;
    }
    .con1item:nth-child(even) .con1right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .con1right h1 {
        color: var(--main-color-333);
        font-size: 24px;
        position: relative;
        margin-bottom: 22px;
        position: relative;
    }
    .con1right h1::after {
        position: absolute;
        content: '';
        left: 0;
        bottom: -12px;
        width: 90px;
        height: 3px;
        background-color: var(--main-color);
    }
    .con1right h2 {
        color: var(--main-color);
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .con1right span {
        font-size: 18px;
        color: #747474;
        line-height: 25px;
        display: block;
        margin-bottom: 30px;
    }
    .con1right a {
        font-size: 17px;
        color: #000;
        display: block;
    }
    .con1right a i {
        color: var(--main-color);
        margin-left: 5px;
    }
    .con2 {
        padding: 70px 0;
        background-image: radial-gradient(at bottom left, #FEF9F5 69%, #EEDBC3BA 79%);
    }
    .con2con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .con2Title {
        text-align: center;
        color: #000;
        font-size: 24px;
        margin-bottom: 65px;
    }
    .con2Top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2left {
        width: 45%;
    }
    .con2left video {
        width: 100%;
        border-radius: 15px;
    }
    .con2right {
        width: 50%;
    }
    /*  */
    .accordion-container {
        width: 100%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        background: var(--main-color-white);
        border-radius: 15px;
    }
    .accordion-item {
        background: var(--main-color-white);
        border-radius: 8px;
        transition: all 0.3s ease;
        overflow: hidden;
    }
    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.2rem 1.5rem;
        cursor: pointer;
        user-select: none;
        border-bottom: 1px solid #eee;
    }
    .accordion-title {
        font-size: 16px;
        color: #747474;
        font-weight: bold;
    }
    .accordion-icon {
        font-size: 30px;
        color: var(--main-color-333);
        transition: transform 0.3s ease;
    }
    .accordion-content {
        line-height: 30px;
        display: none;
        padding: 15px 24px;
    }
    .accordion-content p {
        color: #747474;
        font-size: 16px;
        font-weight: 300;
    }
    /* 展开状态 */
    .accordion-item.active .accordion-icon {
        transform: rotate(135deg);
    }
    .accordion-item.active .accordion-title {
        color: var(--main-color);
    }
    .accordion-item.active .accordion-icon {
        color: var(--main-color);
    }
    .con2bot {
        padding-top: 390px;
        margin-top: 50px;
        border-top: 1px solid #e7e3df;
        padding-bottom: 20px;
    }
    .con2botTit {
        text-align: center;
        color: var(--main-color-333);
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 25px;
        margin-top: 160px;
    }
    .con2bot ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2bot ul li {
        width: calc((100% - 75px) / 4);
        margin-right: 25px;
        /*background-color: #fdefdf;*/
        border-radius: 10px;
        margin-bottom: 25px;
        padding: 10px;
    }
    .con2bot ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con2bot ul li strong {
        font-size: 40px;
        color: #FFFFFF;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
    .lib {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .lib img {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }
    .lib span {
        font-size: 18px;
        color: #FFFFFF;
    }
    .talk {
        width: 115px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        text-align: center;
        display: block;
        color: #FFFFFF;
        border-radius: 50px;
        border: 1px solid #FFFFFF;
        margin: 0 auto;
    }
    .con3 {
        padding: 45px 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .con3con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .conTit {
        margin-bottom: 50px;
    }
    .conTit strong {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        margin-bottom: 25px;
        font-size: 24px;
    }
    .conTit p {
        font-size: 17px;
        text-align: center;
        color: #000000c9;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con3con ul li {
        width: calc((100% - 45px) / 4);
        transition: var(--main-transition);
        margin-right: 15px;
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .con3con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con3con ul li img {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .ab3xtx {
        padding: 15px 20px;
        background-color: #f9f9f9;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .ab3xtx p {
        color: #3f444b;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .ab3xtx span {
        color: #3f444b;
        font-size: 16px;
        display: block;
        text-align: center;
    }
    .con3con ul li:hover {
        box-shadow: var(--main-shadow);
    }
    .con4 {
        padding: 45px 0;
    }
    .custom {
        padding-bottom: 50px !important;
        width: 100%;
    }
    .con4con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .cusBox {
        border-top: 2px solid var(--main-color);
        background-color: #fafafa;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 15px 0;
    }
    .cusTop {
        display: flex;
        align-items: center;
        padding: 0 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e1e8ed;
    }
    .cusTop img {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .cusR strong {
        display: block;
        color: #000;
        font-size: 14px;
    }
    .cusR p {
        font-size: 12px;
        color: #697882;
    }
    .cusBot {
        padding: 10px;
    }
    .cusBot p {
        font-size: 14px;
        color: #747474;
        line-height: 22px;
    }
    .custom .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
        background-color: var(--main-color);
    }
    .cusOut {
        position: relative;
    }
    .cusBtn {
        background-image: none !important;
        font-size: 30px !important;
        cursor: pointer;
        color: #a6a6a6;
    }
    .cusLeft {
        left: -20px !important;
    }
    .cusRight {
        right: -40px;
    }
    .con5 {
        width: 100%;
        padding: 80px 0;
        background-color: transparent;
        background-image: radial-gradient(at top left, #EEDBC3 41%, #FEF9F5 63%);
    }
    .con5con {
        max-width: 1270px;
        padding: 0 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .con5left {
        width: 46%;
    }
    .con5left img {
        width: 100%;
        height: 330px;
        object-fit: contain;
    }
    .con5right {
        width: 50%;
    }
    .con5right strong {
        display: block;
        color: var(--main-color-333);
        font-size: 24px;
    }
    .con5right p {
        font-size: 18px;
        color: var(--main-color);
        margin: 25px 0;
    }
    .con5right ul li {
        display: flex;
        margin-bottom: 10px;
    }
    .con5right ul li span {
        color: #747474;
        font-size: 18px;
        display: block;
        margin-left: 15px;
    }
    .con5right ul li i {
        color: var(--main-color);
    }
    .con5Form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }
    .con5Form input {
        width: 49%;
        height: 40px;
        margin-bottom: 10px;
        outline: none;
        padding-left: 15px;
        border: 1px solid #e8e8e8;
        background-color: var(--main-color-white);
        display: block;
    }
    .con5Form a {
        width: 48%;
        height: 40px;
        text-align: center;
        color: var(--main-color-white);
        line-height: 40px;
        border: 1px solid #e8e8e8;
        background-color: var(--main-color-white);
        display: block;
        background-color: #303030;
        transition: var(--main-transition);
        font-size: 16px;
    }
    .con5Form a:hover {
        background-color: var(--main-color);
    }
    .con6 {
        padding: 60px 0;
        background-image: url(../images/bg6.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con6con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .con6con h1 {
        text-align: center;
        color: var(--main-color-white);
        font-size: 24px;
    }
    .con6con p {
        font-size: 18px;
        color: var(--main-color-white);
        margin-top: 20px;
        text-align: center;
        margin-bottom: 25px;
    }
    .con6con a {
        display: block;
        width: 230px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        font-weight: bold;
        background-color: var(--main-color);
        border-radius: 50px;
        margin: 0 auto;
    }
    .foot {
        padding: 40px 0;
        background-color: #000000;
    }
    .footer {
        max-width: 1370px;
        margin: 0 auto;
        display: flex;
        padding: 0 50px;
    }
    .footer ul {
        display: flex;
    }
    .footer ul li {
        flex: 1;
        padding: 0 15px;
    }
    .footer ul li strong {
        display: block;
        color: var(--main-color-white);
        font-weight: bold;
        margin-bottom: 28px;
    }
    .footer ul li a {
        display: block;
        color: var(--main-color-white);
        font-size: 15px;
        transition: var(--main-transition);
        margin-bottom: 15px;
    }
    .footer ul li a:hover {
        color: var(--main-color);
    }
    .copy {
        padding: 15px 0;
        background-color: #282a2b;
    }
    .copycon {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .copycon p {
        font-size: 12px;
        color: var(--main-color-white);
    }
    .priTit {
        padding: 80px 0;
        margin-top: 70px;
    }
    .priTitcon {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .priTitcon strong {
        display: block;
        color: #333;
        text-align: center;
        font-size: 28px;
        margin-bottom: 50px;
    }
    .TitBox {
        background-color: #f9f9fb;
        border-left: 3px solid var(--main-color);
        padding: 15px 20px;
    }
    .TitBox p {
        line-height: 25px;
        font-size: 18px;
        color: #747474;
    }
    .pri1con {
        padding: 65px 0;
    }
    .pri1item {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pri1left {
        width: 48%;
    }
    .pri1left strong {
        display: block;
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .pri1left p {
        font-size: 18px;
        color: #000;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .pri1left a {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color);
        border: 1px solid var(--main-color);
        font-size: 15px;
        margin: 0 auto;
        font-weight: bold;
        border-radius: 40px;
        transition: var(--main-transition);
    }
    .pri1left a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .pri1right {
        width: 48%;
    }
    .pri1right img {
        width: 100%;
    }
    .pri1con:nth-child(even) .pri1item {
        flex-direction: row-reverse
    }
    .pri1con:nth-child(odd) {
        background-color: #f5f5f5;
    }
    .pri2 {
        padding: 80px 0;
        background-color: #f5f5f5;
    }
    .pri2con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .P_title {
        text-align: center;
        font-size: 24px;
        color: var(--main-color-333);
        font-weight: bold;
        margin-bottom: 30px;
    }
    .pri2con table {
        width: 100%;
        border-collapse: collapse;
    }
    .pri3 {
        padding: 80px 0;
    }
    .pri3con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .pri3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .pri3con ul li {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .pri3con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .pri3con ul li img {
        width: 78px;
        height: 78px;
        margin: 0 auto;
        display: block;
        object-fit: contain;
        margin-bottom: 30px;
    }
    .pri3con ul li p {
        font-size: 18px;
        color: #747474;
        line-height: 30px;
    }
    .pri3con ul li p em {
        color: #131880;
        font-style: normal;
        font-weight: bold;
    }
    .pri4 {
        padding: 80px 0;
        background-color: #f5f5f5;
    }
    .pri4con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .quote {
        display: block;
        margin: 0 auto;
        width: 170px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        font-weight: bold;
        border-radius: 40px;
        background-color: var(--main-color);
        margin-top: 30px;
    }
    .ship1 {
        width: 100%;
        padding: 60px 0;
        background-image: url(../images/ship1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ship1con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .ship1con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ship1con ul li {
        width: 49%;
        margin-bottom: 25px;
        padding: 25px;
        box-shadow: var(--main-shadow);
        border-radius: 10px;
        background-color: var(--main-color-white);
    }
    .ship1con ul li strong {
        display: block;
        color: var(--main-color);
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ship1con ul li p {
        line-height: 25px;
        font-size: 16px;
        color: #3f444b;
    }
    .ship2 {
        padding: 100px 0;
    }
    .ship2con {
        max-width: 1270px;
        padding: 0 50px;
        align-items: center;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ship2left ul li {
        padding: 15px 0;
        border-bottom: 1px solid #ededed;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ship2left ul li img {
        width: 28px;
    }
    .ship2left ul li p {
        flex: 1;
        padding-left: 20px;
        color: #747474;
        font-size: 18px;
    }
    .ship2left {
        width: 48%;
    }
    .ship2right {
        width: 48%;
    }
    .ship2right img {
        width: 100%;
    }
    .pv {
        padding: 80px 0;
        background-image: url(../images/ptbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .Photography strong {
        display: block;
        text-align: center;
        font-size: 24px;
        color: var(--main-color-333);
        margin-bottom: 25px;
    }
    .ptcon {
        max-width: 720px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        box-shadow: var(--main-shadow);
    }
    .ptleft {
        width: 45%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .ptleft img {
        width: 100%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        object-fit: cover;
        height: 100%;
    }
    .ptright {
        width: 55%;
        background-color: #f9f8f8;
        padding: 20px;
    }
    .ptright p {
        font-size: 16px;
        color: #3f444b;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .ptright ul li {
        padding-left: 20px;
        position: relative;
        margin-bottom: 15px;
    }
    .ptright ul li span {
        font-size: 16px;
        color: #3f444b;
    }
    .ptright ul li::after {
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: var(--main-color-333);
        content: '';
        border-radius: 50%;
        left: 0;
        top: 5px;
    }
    .pd {
        max-width: 1270px;
        margin: 0 auto;
        padding: 0 50px;
        margin-top: 70px;
    }
    .pd strong {
        display: block;
        text-align: center;
        font-size: 24px;
        color: var(--main-color-333);
        margin-bottom: 25px;
    }
    .pdcon {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .pcitem {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border-radius: 10px;
        justify-content: space-between;
    }
    .pdleft {
        width: 50%;
    }
    .pdleft img {
        width: 100%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .pdright {
        width: 50%;
        background-color: #f9f7f5;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 20px;
    }
    .pdright p {
        font-weight: bold;
        color: #3f444b;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .pdright span {
        color: #3f444b;
        line-height: 25px;
        font-size: 16px;
    }
    .pcitem:nth-child(even) {
        flex-direction: row-reverse;
    }
    .pcitem:nth-child(even) .pdright {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .pcitem:nth-child(even) .pdleft img {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .extra {
        padding: 100px 0;
        background-image: url(../images/extrabg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .extracon {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .extracon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .extracon ul li {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
        border-radius: 10px;
        transition: var(--main-transition);
    }
    .extracon ul li:nth-child(3n) {
        margin-right: 0;
    }
    .extracon ul li img {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .exBox {
        background-color: #f5f7f8;
        padding: 20px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .exBox p {
        color: #3f444b;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .exBox span {
        color: #3f444b;
        font-size: 16px;
        text-align: center;
        display: block;
    }
    .extracon ul li:hover {
        box-shadow: var(--main-shadow);
    }
    .laber {
        margin-top: 80px;
    }
    .labercon {
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        box-shadow: var(--main-shadow);
        justify-content: space-between;
    }
    .laberleft {
        width: 45%;
    }
    .laberleft img {
        width: 100%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .laberright {
        width: 55%;
        padding: 20px;
        background-color: #f5f7f8;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .laberright p {
        font-size: 16px;
        color: #3f444b;
        line-height: 25px;
    }
    .sobanner {
        padding: 90px 0;
        background-image: url(../images/sobg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 70px;
    }
    .sobannerBox {
        max-width: 1270px;
        padding: 0 50px;
        align-items: center;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sobLeft {
        width: 48%;
    }
    .sobLeft strong {
        font-size: 28px;
        color: var(--main-color-333);
        display: block;
        margin-bottom: 20px;
    }
    .sobLeft p {
        font-size: 18px;
        color: #747474;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .sobLeft a {
        display: block;
        width: 175px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #000;
        border: 1px solid #000;
        border-radius: 10px;
    }
    .sobRight {
        width: 48%;
    }
    .sobRight img {
        width: 100%;
    }
    .so1 {
        padding: 80px 0;
    }
    .so1con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .so1left {
        width: 49%;
    }
    .so1left img {
        width: 100%;
    }
    .so1right {
        width: 49%;
    }
    .so1Item {
        margin-bottom: 40px;
    }
    .so1Item p {
        font-size: 18px;
        color: #747474;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .so1Item p i {
        color: var(--main-color);
        margin-right: 10px;
    }
    .so1Item span {
        color: #747474;
        font-size: 18px;
    }
    .so2 {
        padding: 80px 0;
        background-color: transparent;
        background-image: linear-gradient(167deg, #FFFFFF 19%, #FFEDDC 52%);
    }
    .so2con {
        padding: 0 50px;
        max-width: 1270px;
        margin: 0 auto;
    }
    .so2Item {
        padding: 25px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 2px solid var(--main-color-white);
    }
    .so2left {
        width: 50%;
    }
    .so2right {
        width: 34%;
    }
    .so2right img {
        width: 100%;
        border-radius: 10px;
    }
    .so2left strong {
        display: block;
        color: var(--main-color);
        font-size: 20px;
        margin-bottom: 20px;
    }
    .so2left p {
        font-size: 18px;
        color: #747474;
        line-height: 25px;
    }
    .so3 {
        padding: 80px 0;
    }
    .so3con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .so3item {
        padding: 20px;
        border-radius: 10px;
        background-color: #f5f5f5;
        margin-bottom: 20px;
    }
    .so3item p {
        color: #747474;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .so3item span {
        color: #747474;
        line-height: 25px;
        font-size: 18px;
    }
    .probanner {
        margin-top: 70px;
        position: relative;
        width: 100%;
    }
    .probanner img {
        width: 100%;
    }
    .probanner strong {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 0;
        color: var(--main-color-white);
        font-size: 40px;
    }
    .adv {
        width: 100%;
    }
    .advcon {
        max-width: 1120px;
        margin: 0 auto;
        margin-top: -30px;
        z-index: 9;
        position: relative;
    }
    .advcon ul {
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
        display: flex;
    }
    .advcon ul li {
        flex: 1;
        border-right: 1px solid #d6d6d6;
        padding: 30px 20px;
        text-align: center;
        color: #000;
        font-size: 18px;
    }
    .advcon ul li:last-child {
        border-right: 0 !important;
    }
    .protitle {
        width: 100%;
        padding: 50px 0;
    }
    .ptCon {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .ptCon h1 {
        color: var(--main-color-333);
        font-size: 24px;
        margin-bottom: 20px;
    }
    .ptCon p {
        font-size: 18px;
        color: #000;
        margin-bottom: 20px;
    }
    .menuList {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .menuList a {
        display: inline-block;
        padding: 10px 15px;
        margin-right: 10px;
        font-size: 16px;
        margin-bottom: 10px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        border-radius: 3px;
        border: 1px solid #ccc;
		width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }
    .menuact {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
        border: 1px solid var(--main-color) !important;
    }
    .menuList a:hover {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
        border: 1px solid var(--main-color) !important;
    }
    .prolist {
        width: 100%;
        padding: 80px 0;
    }
    .procon {
        max-width: 1270px;
        padding: 0 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .proItem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 20px;
        border: 1px dashed #ccc;
        width: 48%;
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .proItem img {
        width: 44%;
    }
    .pro_r {
        width: 50%;
    }
    .pro_r h1 {
        font-size: 24px;
        color: var(--main-color);
        margin-bottom: 20px;
    }
    .pro_r p {
        color: #000;
        font-size: 16px;
        line-height: 25px;
    }
    .pro_r a {
        font-size: 15px;
        color: #575757;
        text-align: right;
        display: block;
        font-weight: bold;
        margin-top: 20px;
    }
    .P_title span {
        font-size: 18px;
        color: #747474;
        text-align: center;
        line-height: 30px;
        display: block;
        margin-top: 20px;
        font-weight: normal;
    }
    .message {
        padding: 80px 0;
    }
    .mescon {
        max-width: 830px;
        margin: 0 auto;
        padding: 30px;
        box-shadow: var(--main-shadow);
        border-radius: 20px;
        background-color: var(--main-color-white);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }
    .mescon input {
        width: 48%;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        height: 40px;
        padding-left: 15px;
        outline: none;
        margin-bottom: 18px;
    }
    .mescon select {
        width: 100%;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        height: 40px;
        padding-left: 15px;
        outline: none;
        color: var(--main-color-666);
        margin-bottom: 18px;
    }
    .mescon textarea {
        width: 100%;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        height: 40px;
        padding-left: 15px;
        outline: none;
        padding-top: 15px;
        height: 130px;
        color: var(--main-color-666);
        margin-bottom: 18px;
    }
    .mescon a {
        display: block;
        width: 105px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 40px;
        font-weight: bold;
        margin: 0 auto;
        margin-top: 25px;
        font-size: 16px;
    }
    .f_bg {
        width: 100%;
        margin-top: -20%;
    }
    .f_bg img {
        width: 100%;
    }
    .ab1 {
        width: 100%;
        margin-top: 70px;
        padding: 80px 0;
    }
    .ab1con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ab1left {
        width: 55%;
    }
    .ab1right {
        width: 40%;
    }
    .ab1right img {
        width: 100%;
        display: block;
        margin: 0 auto;
        height: 100%;
        object-fit: contain;
    }
    .ab1left strong {
        display: block;
        color: var(--main-color-333);
        font-size: 42px;
        margin-bottom: 20px;
    }
    .ab1left p {
        font-size: 18px;
        color: #747474;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .ab1left a {
        display: block;
        width: 100px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 40px;
        margin-top: 20px;
        font-size: 14px;
    }
    .ab2 {
        background-color: #f5f5f5;
    }
    .ab2 .ab1con {
        flex-direction: row-reverse;
    }
    .ab2 .ab1con .ab1right img {
        width: 100%;
    }
    .ab3 {
        padding: 70px 0;
    }
    .ab3con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .ab3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ab3con ul li {
        padding: 30px;
        width: calc(100% / 3);
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
    }
    .ab3con ul li:nth-child(3n) {
        border-right: 0;
    }
    .ab3con ul li:nth-child(n+4) {
        border-bottom: 0;
    }
    .ab3con ul li strong {
        font-size: 20px;
        color: var(--main-color-333);
        display: block;
        margin-bottom: 15px;
    }
    .ab3con ul li p {
        font-size: 18px;
        color: #747474;
        line-height: 25px;
    }
    .ab3con ul li h1 {
        color: var(--main-color-333);
        text-align: center;
        font-size: 42px;
    }
    .ab3con ul li .line {
        width: 190px;
        height: 3px;
        background-color: var(--main-color);
        margin: 0 auto;
        margin-top: 30px;
    }
    .ab4 {
        width: 100%;
        padding: 80px 0;
        background-color: #f7f7f7;
    }
    .ab4con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .ab4con>strong {
        display: block;
        text-align: center;
        font-size: 35px;
        color: var(--main-color);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        margin-bottom: 30px;
    }
    .ab4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ab4con ul li {
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
        margin-bottom: 25px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .ab4con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .ab4con ul li img {
        width: 60px;
        margin-right: 20px;
    }
    .ab4con ul li strong {
        margin-bottom: 0;
        font-size: 20px;
        color: var(--main-color);
        font-weight: normal;
    }
    .ab5 {
        background-image: url(../images/ab5bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ab5 ul li {
        background-color: rgba(255, 255, 255, .7);
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
        margin-bottom: 25px;
        border: none !important;
        border-radius: 15px;
    }
    .ab5 ul li:nth-child(3n) {
        margin-right: 0;
    }
    .picShow {
        max-width: 840px;
        margin: 0 auto;
        padding: 80px 0;
    }
    .picItem {
        width: 100%;
        margin-bottom: 80px;
    }
    .picTit {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 35px;
    }
    .picTit strong {
        font-size: 24px;
        color: var(--main-color-333);
        display: inline-block;
        margin: 0 10px;
    }
    .lines {
        flex: 1;
        height: 2px;
        background-color: var(--main-color);
    }
    .picItem ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .picItem ul li {
        width: 49%;
        margin-bottom: 20px;
    }
    .picItem ul li img {
        width: 100%;
    }
    .address {
        padding: 80px 0;
    }
    .addresscon {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .addLeft {
        width: 55%;
    }
    .addRight {
        width: 42%;
    }
    .addLeft h1 {
        color: var(--main-color-333);
        font-size: 24px;
        margin-bottom: 20px;
    }
    .addLeft strong {
        display: block;
        color: #747474;
        font-size: 18px;
        font-weight: normal;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .addLeft p {
        font-size: 18px;
        color: #747474;
    }
    .boost {
        width: 100%;
        padding: 75px 0;
        background-color: #1b31a2;
    }
    .boostcon {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .boostcon strong {
        display: block;
        text-align: center;
        font-size: 24px;
        color: var(--main-color-white);
        margin-bottom: 30px;
    }
    .boostG {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .boostG a {
        display: block;
        width: 200px;
        border-radius: 30px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 10px;
    }
    .bo_contact {
        background-color: var(--main-color-white);
        color: var(--main-color);
        font-weight: bold;
    }
    .bo_detail {
        background-color: transparent;
        border: 1px solid var(--main-color-white);
        color: var(--main-color-white);
        font-weight: bold;
    }
    .pay1 {
        margin-top: 70px;
        background-color: #f5f5f5;
        padding: 150px 0;
    }
    .pay1con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .pay1con strong {
        display: block;
        text-align: center;
        font-size: 28px;
        color: #000;
        position: relative;
        margin-bottom: 50px;
    }
    .pay1con strong::after {
        position: absolute;
        width: 170px;
        height: 2px;
        content: '';
        background-color: var(--main-color);
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .pay1con p {
        font-size: 18px;
        color: #747474;
        line-height: 30px;
        text-align: center;
    }
    .pay2 {
        padding: 70px 0;
    }
    .pay2con {
        max-width: 1270px;
        padding: 0 50px;
        margin: 0 auto;
    }
    .payitem {
        margin-bottom: 80px;
    }
    .payitem strong {
        font-size: 24px;
        color: #000;
        display: block;
        margin-bottom: 20px;
    }
    .payitem p {
        font-size: 18px;
        color: #747474;
        line-height: 30px;
    }
    .inside {
        margin: 0 auto;
        margin-top: 70px;
        padding: 50px 50px;
        max-width: 1270px;
    }
    .inside p {
        font-size: 16px;
        color: #747474;
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        margin-top: 60px;
        padding: 30px 15px;
    }
    .inside p {
        font-size: 14px;
        color: #747474;
    }
    .pay2 {
        padding: 30px 15px;
    }
    .pay2con {
        margin: 0 auto;
    }
    .payitem {
        margin-bottom: 30px;
    }
    .payitem strong {
        font-size: 22px;
        color: #000;
        display: block;
        margin-bottom: 20px;
    }
    .payitem p {
        font-size: 16px;
        color: #747474;
        line-height: 25px;
    }
    .pay1 {
        margin-top: 60px;
        background-color: #f5f5f5;
        padding: 30px 15px;
    }
    .pay1con {
        margin: 0 auto;
    }
    .pay1con strong {
        display: block;
        text-align: center;
        font-size: 22px;
        color: #000;
        position: relative;
        margin-bottom: 30px;
    }
    .pay1con strong::after {
        position: absolute;
        width: 170px;
        height: 2px;
        content: '';
        background-color: var(--main-color);
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .pay1con p {
        font-size: 14px;
        color: #747474;
        line-height: 25px;
        text-align: center;
    }
    .boost {
        width: 100%;
        padding: 50px 15px;
        background-color: #1b31a2;
    }
    .boostcon {
        margin: 0 auto;
    }
    .boostcon strong {
        display: block;
        text-align: center;
        font-size: 20px;
        color: var(--main-color-white);
        margin-bottom: 30px;
    }
    .boostG {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .boostG a {
        display: block;
        width: 200px;
        border-radius: 30px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 10px;
    }
    .bo_contact {
        background-color: var(--main-color-white);
        color: var(--main-color);
        font-weight: bold;
    }
    .bo_detail {
        background-color: transparent;
        border: 1px solid var(--main-color-white);
        color: var(--main-color-white);
        font-weight: bold;
    }
    .address {
        padding: 30px 15px;
    }
    .addresscon {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .addLeft {
        width: 100%;
        margin-top: 20px;
    }
    .addRight {
        width: 100%;
    }
    .addLeft h1 {
        color: var(--main-color-333);
        font-size: 24px;
        margin-bottom: 20px;
    }
    .addLeft strong {
        display: block;
        color: #747474;
        font-size: 16px;
        font-weight: normal;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .addLeft p {
        font-size: 16px;
        color: #747474;
    }
    .picShow {
        padding: 30px 15px;
        margin: 0 auto;
    }
    .picItem {
        width: 100%;
        margin-bottom: 40px;
    }
    .picTit {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .picTit strong {
        font-size: 20px;
        color: var(--main-color-333);
        display: inline-block;
        margin: 0 10px;
    }
    .lines {
        flex: 1;
        height: 2px;
        background-color: var(--main-color);
    }
    .picItem ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .picItem ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .picItem ul li img {
        width: 100%;
    }
    .ab5 {
        background-image: url(../images/ab5bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ab5 ul li {
        background-color: rgba(255, 255, 255, .7);
        margin-bottom: 25px;
        border: none !important;
        border-radius: 15px;
        padding: 20px !important;
    }
    .ab4 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f7f7f7;
    }
    .ab4con {
        margin: 0 auto;
    }
    .ab4con>strong {
        display: block;
        text-align: center;
        font-size: 25px;
        color: var(--main-color);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        margin-bottom: 30px;
    }
    .ab4con ul {
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }
    .ab4con ul li {
        width: 48%;
        margin-bottom: 25px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .ab4con ul li img {
        width: 40px;
        margin-right: 10px;
    }
    .ab4con ul li strong {
        margin-bottom: 0;
        font-size: 16px;
        color: var(--main-color);
        font-weight: normal;
    }
    .ab3 {
        padding: 30px 15px;
    }
    .ab3con {
        margin: 0 auto;
    }
    .ab3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ab3con ul li {
        padding: 30px 0;
        width: 100%;
    }
    .ab3con ul li strong {
        font-size: 20px;
        color: var(--main-color-333);
        display: block;
        margin-bottom: 15px;
    }
    .ab3con ul li p {
        font-size: 18px;
        color: #747474;
        line-height: 25px;
    }
    .ab3con ul li h1 {
        color: var(--main-color-333);
        text-align: center;
        font-size: 42px;
    }
    .ab3con ul li .line {
        width: 190px;
        height: 3px;
        background-color: var(--main-color);
        margin: 0 auto;
        margin-top: 30px;
    }
    .ab2 {
        background-color: #f5f5f5;
    }
    .ab2 .ab1con .ab1right img {
        width: 100% !important;
    }
    .ab1 {
        width: 100%;
        margin-top: 60px;
        padding: 30px 15px;
    }
    .ab1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .ab1left {
        width: 100%;
        margin-top: 20px;
    }
    .ab1right {
        width: 100%;
    }
    .ab1right img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .ab1left strong {
        display: block;
        color: var(--main-color-333);
        font-size: 25px;
        margin-bottom: 20px;
    }
    .ab1left p {
        font-size: 16px;
        color: #747474;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .ab1left a {
        display: block;
        width: 100px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 40px;
        margin-top: 20px;
        font-size: 14px;
    }
    .f_bg {
        display: none;
    }
    .P_title span {
        font-size: 14px;
        color: #747474;
        text-align: center;
        line-height: 25px;
        display: block;
        margin-top: 20px;
        font-weight: normal;
    }
    .message {
        padding: 30px 15px;
    }
    .mescon {
        margin: 0 auto;
        padding: 20px;
        box-shadow: var(--main-shadow);
        border-radius: 20px;
        background-color: var(--main-color-white);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mescon input {
        width: 100%;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        height: 35px;
        padding-left: 15px;
        outline: none;
        margin-bottom: 18px;
    }
    .mescon select {
        width: 100%;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        height: 35px;
        padding-left: 15px;
        outline: none;
        color: var(--main-color-666);
        margin-bottom: 18px;
    }
    .mescon textarea {
        width: 100%;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        padding-left: 15px;
        outline: none;
        padding-top: 15px;
        height: 130px;
        color: var(--main-color-666);
        margin-bottom: 18px;
    }
    .mescon a {
        display: block;
        width: 105px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 40px;
        font-weight: bold;
        margin: 0 auto;
        margin-top: 25px;
        font-size: 16px;
    }
    .prolist {
        width: 100%;
        padding: 30px 15px;
    }
    .procon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .proItem {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 30px 20px;
        border: 1px dashed #ccc;
        width: 100%;
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .proItem img {
        width: 100%;
        margin-bottom: 20px;
    }
    .pro_r {
        width: 100%;
    }
    .pro_r h1 {
        font-size: 24px;
        color: var(--main-color);
        margin-bottom: 20px;
    }
    .pro_r p {
        color: #000;
        font-size: 16px;
        line-height: 25px;
    }
    .pro_r a {
        font-size: 15px;
        color: #575757;
        text-align: right;
        display: block;
        font-weight: bold;
        margin-top: 20px;
    }
    .protitle {
        width: 100%;
        padding: 30px 15px;
    }
    .ptCon {
        margin: 0 auto;
    }
    .ptCon h1 {
        color: var(--main-color-333);
        font-size: 20px;
        margin-bottom: 20px;
    }
    .ptCon p {
        font-size: 16px;
        color: #000;
        margin-bottom: 20px;
    }
    .menuList {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .menuList a {
        display: inline-block;
        padding: 5px 10px;
        margin-right: 5px;
        font-size: 14px;
        margin-bottom: 10px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        border-radius: 3px;
        border: 1px solid #ccc;
    }
    .menuact {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
        border: 1px solid var(--main-color) !important;
    }
    .menuList a:hover {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
        border: 1px solid var(--main-color) !important;
    }
    .adv {
        width: 100%;
        padding: 30px 15px;
    }
    .advcon {
        margin: 0 auto;
        z-index: 9;
        position: relative;
    }
    .advcon ul {
        box-shadow: var(--main-shadow);
        background-color: var(--main-color-white);
        display: flex;
        flex-wrap: wrap;
    }
    .advcon ul li {
        width: 100%;
        border-bottom: 1px solid #d6d6d6;
        padding: 20px 10px;
        text-align: center;
        color: #000;
        font-size: 18px;
    }
    .advcon ul li:last-child {
        border-bottom: 0 !important;
    }
    .probanner strong {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
        top: 0;
        color: var(--main-color-white);
        font-size: 25px;
    }
    .pchead {
        display: none;
    }
    .probanner {
        margin-top: 60px;
        width: 100%;
        height: 150px;
        position: relative;
    }
    .probanner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .so3 {
        padding: 30px 15px;
    }
    .so3con {
        margin: 0 auto;
    }
    .so3item {
        padding: 15px;
        border-radius: 10px;
        background-color: #f5f5f5;
        margin-bottom: 20px;
    }
    .so3item p {
        color: #747474;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .so3item span {
        color: #747474;
        line-height: 25px;
        font-size: 18px;
    }
    .so2 {
        padding: 30px 15px;
        background-color: transparent;
        background-image: linear-gradient(167deg, #FFFFFF 19%, #FFEDDC 52%);
    }
    .so2con {
        margin: 0 auto;
    }
    .so2Item {
        padding: 15px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        border-bottom: 2px solid var(--main-color-white);
    }
    .so2left {
        width: 100%;
        margin-top: 20px;
    }
    .so2right {
        width: 100%;
    }
    .so2right img {
        width: 100%;
        border-radius: 10px;
    }
    .so2left strong {
        display: block;
        color: var(--main-color);
        font-size: 20px;
        margin-bottom: 20px;
    }
    .so2left p {
        font-size: 18px;
        color: #747474;
        line-height: 25px;
    }
    .so1 {
        padding: 30px 15px;
    }
    .so1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .so1left {
        width: 100%;
        margin-bottom: 20px;
    }
    .so1left img {
        width: 100%;
    }
    .so1right {
        width: 100%;
    }
    .so1Item {
        margin-bottom: 20px;
    }
    .so1Item p {
        font-size: 16px;
        color: #747474;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .so1Item p i {
        color: var(--main-color);
        margin-right: 10px;
    }
    .so1Item span {
        color: #747474;
        font-size: 1px;
    }
    .sobanner {
        padding: 30px 15px;
        background-image: url(../images/sobg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 60px;
    }
    .sobannerBox {
        align-items: center;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .sobLeft {
        width: 100%;
        margin-top: 20px;
    }
    .sobLeft strong {
        font-size: 22px;
        color: var(--main-color-333);
        display: block;
        margin-bottom: 15px;
    }
    .sobLeft p {
        font-size: 16px;
        color: #747474;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .sobLeft a {
        display: block;
        width: 140px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #000;
        border: 1px solid #000;
        border-radius: 10px;
        font-size: 12px;
    }
    .sobRight {
        width: 100%;
    }
    .sobRight img {
        width: 100%;
    }
    .extra {
        padding: 30px 15px;
        background-image: url(../images/extrabg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .extracon {
        margin: 0 auto;
    }
    .extracon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .extracon ul li {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 10px;
        transition: var(--main-transition);
    }
    .extracon ul li img {
        width: 100%;
    }
    .exBox {
        background-color: #f5f7f8;
        padding: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .exBox p {
        color: #3f444b;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .exBox span {
        color: #3f444b;
        font-size: 16px;
        text-align: center;
        display: block;
    }
    .extracon ul li:hover {
        box-shadow: var(--main-shadow);
    }
    .laber {
        margin-top: 30px;
    }
    .labercon {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        box-shadow: var(--main-shadow);
        justify-content: space-between;
    }
    .laberleft {
        width: 100%;
    }
    .laberleft img {
        width: 100%;
    }
    .laberright {
        width: 100%;
        padding: 20px;
        background-color: #f5f7f8;
    }
    .laberright p {
        font-size: 16px;
        color: #3f444b;
        line-height: 25px;
    }
    .pv {
        padding: 30px 15px;
        background-image: url(../images/ptbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .Photography strong {
        display: block;
        text-align: center;
        font-size: 24px;
        color: var(--main-color-333);
        margin-bottom: 25px;
    }
    .ptcon {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        box-shadow: var(--main-shadow);
    }
    .ptleft {
        width: 100%;
    }
    .ptleft img {
        width: 100%;
    }
    .ptright {
        width: 100%;
        background-color: #f9f8f8;
        padding: 20px;
    }
    .ptright p {
        font-size: 16px;
        color: #3f444b;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .ptright ul li {
        padding-left: 20px;
        position: relative;
        margin-bottom: 15px;
    }
    .ptright ul li span {
        font-size: 16px;
        color: #3f444b;
    }
    .ptright ul li::after {
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: var(--main-color-333);
        content: '';
        border-radius: 50%;
        left: 0;
        top: 5px;
    }
    .pd {
        margin: 0 auto;
        margin-top: 30px;
    }
    .pd strong {
        display: block;
        text-align: center;
        font-size: 24px;
        color: var(--main-color-333);
        margin-bottom: 25px;
    }
    .pdcon {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .pcitem {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        border-radius: 10px;
        justify-content: space-between;
    }
    .pdleft {
        width: 100%;
    }
    .pdleft img {
        width: 100%;
    }
    .pdright {
        width: 100%;
        background-color: #f9f7f5;
        padding: 20px;
    }
    .pdright p {
        font-weight: bold;
        color: #3f444b;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .pdright span {
        color: #3f444b;
        line-height: 25px;
        font-size: 16px;
    }
    .pcitem:nth-child(even) {
        flex-direction: row-reverse;
    }
    .pcitem:nth-child(even) .pdright {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .pcitem:nth-child(even) .pdleft img {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .ship2 {
        padding: 30px 15px;
    }
    .ship2con {
        align-items: center;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .ship2left ul li {
        padding: 15px 0;
        border-bottom: 1px solid #ededed;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ship2left ul li img {
        width: 20px;
    }
    .ship2left ul li p {
        flex: 1;
        padding-left: 15px;
        color: #747474;
        font-size: 16px;
    }
    .ship2left {
        width: 100%;
        margin-top: 20px;
    }
    .ship2right {
        width: 100%;
    }
    .ship2right img {
        width: 100%;
    }
    .ship1 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/ship1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ship1con {
        margin: 0 auto;
    }
    .ship1con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ship1con ul li {
        width: 100%;
        margin-bottom: 25px;
        padding: 15px;
        box-shadow: var(--main-shadow);
        border-radius: 10px;
        background-color: var(--main-color-white);
    }
    .ship1con ul li strong {
        display: block;
        color: var(--main-color);
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ship1con ul li p {
        line-height: 25px;
        font-size: 16px;
        color: #3f444b;
    }
    .quote {
        display: block;
        margin: 0 auto;
        width: 170px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        font-weight: bold;
        border-radius: 40px;
        background-color: var(--main-color);
        margin-top: 30px;
    }
    .pri4 {
        padding: 30px 15px;
        background-color: #f5f5f5;
    }
    .pri4con {
        margin: 0 auto;
    }
    .pri3 {
        padding: 30px 15px;
    }
    .pri3con {
        margin: 0 auto;
    }
    .pri3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .pri3con ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .pri3con ul li img {
        width: 45px;
        height: 45px;
        margin: 0 auto;
        display: block;
        object-fit: contain;
        margin-bottom: 20px;
    }
    .pri3con ul li p {
        font-size: 16px;
        color: #747474;
        line-height: 25px;
        text-align: center;
    }
    .pri3con ul li p em {
        color: #131880;
        font-style: normal;
        font-weight: bold;
    }
    .pri2 {
        padding: 30px 15px;
        background-color: #f5f5f5;
    }
    .pri2con {
        margin: 0 auto;
    }
    .P_title {
        text-align: center;
        font-size: 20px;
        color: var(--main-color-333);
        font-weight: bold;
        margin-bottom: 20px;
    }
    .pri2con table {
        width: 100%;
        border-collapse: collapse;
    }
    .pri1con {
        padding: 30px 15px;
    }
    .pri1item {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .pri1left {
        width: 100%;
        margin-top: 20px;
    }
    .pri1left strong {
        display: block;
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .pri1left p {
        font-size: 14px;
        color: #000;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .pri1left a {
        display: block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color);
        border: 1px solid var(--main-color);
        font-size: 15px;
        margin: 0 auto;
        font-weight: bold;
        border-radius: 40px;
        transition: var(--main-transition);
    }
    .pri1left a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .pri1right {
        width: 100%;
    }
    .pri1right img {
        width: 100%;
    }
    .priTit {
        padding: 30px 15px;
        margin-top: 60px;
    }
    .priTitcon {
        margin: 0 auto;
    }
    .priTitcon strong {
        display: block;
        color: #333;
        text-align: center;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .TitBox {
        background-color: #f9f9fb;
        border-left: 3px solid var(--main-color);
        padding: 15px 20px;
    }
    .TitBox p {
        line-height: 25px;
        font-size: 16px;
        color: #747474;
    }
    .copy {
        padding: 15px;
        background-color: #282a2b;
    }
    .copycon {
        margin: 0 auto;
    }
    .copycon p {
        font-size: 12px;
        color: var(--main-color-white);
    }
    .foot {
        padding: 30px 15px;
        background-color: #000000;
    }
    .footer {
        margin: 0 auto;
    }
    .footer ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer ul li {
        width: 100%;
        padding: 15px 0;
    }
    .footer ul li strong {
        display: block;
        font-size: 16px;
        color: var(--main-color-white);
        font-weight: bold;
        margin-bottom: 10px;
    }
    .footer ul li a {
        display: inline-block;
        color: var(--main-color-white);
        font-size: 14px;
        transition: var(--main-transition);
        margin-bottom: 10px;
        margin-right: 5px;
    }
    .footer ul li a:hover {
        color: var(--main-color);
    }
    .con6 {
        padding: 40px 15px;
        background-image: url(../images/bg6.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con6con {
        margin: 0 auto;
    }
    .con6con h1 {
        text-align: center;
        color: var(--main-color-white);
        font-size: 24px;
    }
    .con6con p {
        font-size: 18px;
        color: var(--main-color-white);
        margin-top: 20px;
        text-align: center;
        margin-bottom: 25px;
    }
    .con6con a {
        display: block;
        width: 230px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        font-weight: bold;
        background-color: var(--main-color);
        border-radius: 50px;
        margin: 0 auto;
    }
    .con5 {
        width: 100%;
        padding: 30px 15px;
        background-color: transparent;
        background-image: radial-gradient(at top left, #EEDBC3 41%, #FEF9F5 63%);
    }
    .con5con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .con5left {
        width: 100%;
        margin-bottom: 20px;
    }
    .con5left img {
        width: 100%;
    }
    .con5right {
        width: 100%;
    }
    .con5right strong {
        display: block;
        color: var(--main-color-333);
        font-size: 20px;
    }
    .con5right p {
        font-size: 16px;
        color: var(--main-color);
        margin: 15px 0;
    }
    .con5right ul li {
        display: flex;
        margin-bottom: 10px;
    }
    .con5right ul li span {
        color: #747474;
        font-size: 14px;
        display: block;
        margin-left: 10px;
    }
    .con5right ul li i {
        color: var(--main-color);
    }
    .con5Form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }
    .con5Form input {
        width: 49%;
        height: 35px;
        margin-bottom: 10px;
        outline: none;
        padding-left: 15px;
        border: 1px solid #e8e8e8;
        background-color: var(--main-color-white);
        display: block;
    }
    .con5Form a {
        width: 49%;
        height: 35px;
        text-align: center;
        color: var(--main-color-white);
        line-height: 35px;
        border: 1px solid #e8e8e8;
        background-color: var(--main-color-white);
        display: block;
        background-color: #303030;
        transition: var(--main-transition);
        font-size: 14px;
    }
    .con5Form a:hover {
        background-color: var(--main-color);
    }
    .con4 {
        padding: 30px 15px;
    }
    .custom {
        padding-bottom: 40px !important;
        width: 100%;
    }
    .con4con {
        margin: 0 auto;
    }
    .cusBox {
        border-top: 2px solid var(--main-color);
        background-color: #fafafa;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 15px 0;
    }
    .cusTop {
        display: flex;
        align-items: center;
        padding: 0 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e1e8ed;
    }
    .cusTop img {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .cusR strong {
        display: block;
        color: #000;
        font-size: 14px;
    }
    .cusR p {
        font-size: 12px;
        color: #697882;
    }
    .cusBot {
        padding: 10px;
    }
    .cusBot p {
        font-size: 14px;
        color: #747474;
        line-height: 22px;
    }
    .custom .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
        background-color: var(--main-color);
    }
    .cusOut {
        position: relative;
    }
    .cusBtn {
        background-image: none !important;
        font-size: 30px !important;
        cursor: pointer;
        color: #a6a6a6;
        display: none !important;
    }
    .cusLeft {
        left: -20px !important;
    }
    .cusRight {
        right: -40px;
    }
    .con3 {
        padding: 30px 15px;
        border-bottom: 1px solid #e8e8e8;
    }
    .con3con {
        margin: 0 auto;
    }
    .conTit {
        margin-bottom: 30px;
    }
    .conTit strong {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        margin-bottom: 20px;
        font-size: 18px;
    }
    .conTit p {
        font-size: 14px;
        text-align: center;
        color: #000000c9;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con3con ul li {
        width: 100%;
        transition: var(--main-transition);
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .con3con ul li img {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .ab3xtx {
        padding: 15px 20px;
        background-color: #f9f9f9;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .ab3xtx p {
        color: #3f444b;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .ab3xtx span {
        color: #3f444b;
        font-size: 16px;
        display: block;
        text-align: center;
    }
    .con3con ul li:hover {
        box-shadow: var(--main-shadow);
    }
    .con2 {
        padding: 30px 15px;
        background-image: radial-gradient(at bottom left, #FEF9F5 69%, #EEDBC3BA 79%);
    }
    .con2con {
        margin: 0 auto;
    }
    .con2Title {
        text-align: center;
        color: #000;
        font-size: 20px;
        margin-bottom: 35px;
    }
    .con2Top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2left {
        width: 100%;
        margin-bottom: 20px;
    }
    .con2left video {
        width: 100%;
        border-radius: 15px;
    }
    .con2right {
        width: 100%;
    }
    /*  */
    .accordion-container {
        width: 100%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        background: var(--main-color-white);
        border-radius: 15px;
    }
    .accordion-item {
        background: var(--main-color-white);
        border-radius: 8px;
        transition: all 0.3s ease;
        overflow: hidden;
    }
    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.2rem 1.5rem;
        cursor: pointer;
        user-select: none;
        border-bottom: 1px solid #eee;
    }
    .accordion-title {
        font-size: 16px;
        color: #747474;
        font-weight: bold;
    }
    .accordion-icon {
        font-size: 30px;
        color: var(--main-color-333);
        transition: transform 0.3s ease;
    }
    .accordion-content {
        line-height: 30px;
        display: none;
        padding: 15px 24px;
    }
    .accordion-content p {
        color: #747474;
        font-size: 16px;
        font-weight: 300;
    }
    /* 展开状态 */
    .accordion-item.active .accordion-icon {
        transform: rotate(135deg);
    }
    .accordion-item.active .accordion-title {
        color: var(--main-color);
    }
    .accordion-item.active .accordion-icon {
        color: var(--main-color);
    }
    .con2bot {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #e7e3df;
    }
    .con2botTit {
        text-align: center;
        color: var(--main-color-333);
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .con2bot ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2bot ul li {
        width: 48%;
        background-color: #fdefdf;
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 10px;
    }
    .con2bot ul li strong {
        font-size: 20px;
        color: #000;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
    .lib {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .lib img {
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }
    .lib span {
        font-size: 14px;
        color: #747474;
    }
    .talk {
        width: 115px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        text-align: center;
        display: block;
        color: #000;
        border-radius: 50px;
        border: 1px solid #000;
        margin: 0 auto;
    }
    .con1 {
        padding: 30px 15px;
    }
    .con1item {
        display: flex;
        padding: 25px 0;
        flex-wrap: wrap;
    }
    .con1left {
        width: 100%;
        margin-bottom: 20px;
    }
    .con1left img {
        width: 100%;
    }
    .con1right {
        width: 100%;
    }
    .con1right h1 {
        color: var(--main-color-333);
        font-size: 20px;
        position: relative;
        margin-bottom: 22px;
        position: relative;
    }
    .con1right h1::after {
        position: absolute;
        content: '';
        left: 0;
        bottom: -12px;
        width: 50px;
        height: 2px;
        background-color: var(--main-color);
    }
    .con1right h2 {
        color: var(--main-color);
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: normal;
    }
    .con1right span {
        font-size: 14px;
        color: #747474;
        line-height: 25px;
        display: block;
        margin-bottom: 20px;
    }
    .con1right a {
        font-size: 14px;
        color: #000;
        display: block;
    }
    .con1right a i {
        color: var(--main-color);
        margin-left: 5px;
    }
    .banner {
        padding: 50px 15px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .bannerCon {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .banner::after {
        width: 100%;
        height: 100%;
        left: 0;
        opacity: .5;
        content: '';
        z-index: -1;
        position: absolute;
        background-image: linear-gradient(10deg, #FF9933 18%, #FFFFFF 59%);
        top: 0;
    }
    .bannerCon h1 {
        color: var(--main-color-333);
        font-size: 25px;
        text-align: center;
    }
    .bannerCon p {
        font-size: 16px;
        text-align: center;
        color: #747474;
        margin: 10px 0px 15px 0;
        line-height: 25px;
    }
    .bannerlink {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .bannerlink a {
        display: block;
        margin: 10px auto;
        width: 100%;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        border-radius: 50px;
        padding: 0 15px;
    }
    .bl1 {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .bl2 {
        background-color: transparent;
        border: 1px solid var(--main-color-333);
        color: var(--main-color-333);
    }
    .bannerCon span {
        color: #747474;
        font-size: 14px;
        text-align: center;
        display: block;
        margin-top: 15px;
    }
    .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-333);
        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-333);
        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-333);
        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-333);
        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;
        height: 45px;
        object-fit: contain;
    }
    .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: 99;
    }
    .ml_pcheader {
        display: none;
    }
}