* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

body {
    overflow-x: hidden !important;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #0781b8;
    --main-color1: #d32329;
    --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: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        transition: var(--main-transition);
        background-color: var(--main-color-white);
        height: 90px;
    }
    .pcheader {
        max-width: 1200px;
        margin: 0 auto;
        transition: var(--main-transition);
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 90px;
    }
    .pclogo img {
        height: 50px;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    .pcnav>li {
        position: relative;
        transition: var(--main-transition);
    }
    .first_a::after {
        width: 0%;
        position: absolute;
        transition: var(--main-transition);
        height: 2px;
        content: '';
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--main-color);
    }
    .pcnav>li:hover .first_a::after {
        width: 100%;
    }
    .pcnav>li>a {
        display: block;
        height: 90px;
        line-height: 90px;
        font-size: 15px;
        transition: var(--main-transition);
        color: var(--main-color-222);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 130%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item {
        border-bottom: 1px dashed #ddd;
    }
    .pc_sec_item a {
        color: var(--main-color-666);
        font-size: 15px;
        display: block;
        padding: 10px 30px;
        transition: var(--main-transition);
    }
    .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;
    }
    .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;
        top: 130%;
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        border-bottom: 1px dashed #ddd;
    }
    .third_a {
        color: var(--main-color-666);
        background-color: var(--main-color-white);
    }
    .head_transform {
        max-width: 90% !important;
        height: 72px !important;
    }
    .header_transform {
        background-color: var(--main-color) !important;
        height: 72px !important;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
        margin-top: 100px !important;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-999);
    }
    .inside {
        max-width: 1200px;
        margin: 0 auto;
        padding: 15px 0;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 300px;
        background-image: url(../images/inbanner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 90px;
    }
    .inbanner strong {
        display: block;
        color: var(--main-color-white);
        font-size: 30px;
        font-weight: normal;
    }
    .swiper_index {
        width: 100%;
        height: 100vh;
    }
    .swiper_index .swiper-slide {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .index_section {
        width: 100%;
        height: calc(100% - 90px);
        margin-top: 90px;
    }
    .index_section1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        background: rgba(4, 54, 144, .5);
        padding: 0 8%;
    }
    .section1_left {
        width: 48%;
    }
    .section1_left img {
        width: 100%;
    }
    .section1_right {
        width: 48%;
    }
    .section1_right h1 {
        font-size: 30px;
        text-align: center;
        font-weight: normal;
        color: var(--main-color-white);
        margin-bottom: 30px;
    }
    .section1_right p {
        font-size: 15px;
        color: var(--main-color-white);
        line-height: 30px;
    }
    .section1_right a img {
        width: 55px !important;
        margin: 0 auto;
        display: block;
        transition: var(--main-transition);
        margin-top: 30px;
    }
    .section1_right a img:hover {
        transform: scale(1.3);
    }
    .index_section0 {
        width: 100%;
        height: 100vh !important;
        margin-top: 0 !important;
        background-color: #000;
    }
    .section_banner {
        width: 100%;
        height: 100%;
    }
    .section_banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section_banner_page .swiper-pagination-bullet {
        width: 50px;
        height: 5px;
        border-radius: 0 !important;
        background-color: var(--main-color);
    }
    .section_bannerm {
        display: none;
    }
    .index_section2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 8%;
    }
    .index_section2 strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 30px;
        position: relative;
        margin-bottom: 55px;
        width: 100%;
    }
    .index_section2 strong::after {
        content: '';
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 1px;
        background-color: var(--main-color-white);
        position: absolute;
        bottom: -10px;
    }
    .index_pro {
        width: 100%;
        padding-bottom: 80px !important;
    }
    .index_pro .swiper-slide {
        cursor: pointer;
    }
    .index_pro img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .index_pro .swiper-pagination-bullet {
        width: 50px;
        height: 5px;
        background-color: var(--main-color-white);
        border-radius: 0 !important;
    }
    .index_pro p {
        height: 45px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        line-height: 45px;
        padding: 0 20px;
        font-size: 15px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .index_pro .swiper-slide span {
        background-color: var(--main-color-white);
        display: block;
        font-size: 14px;
        color: var(--main-color-222);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
    }
    .pro_txt {
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .index_section3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 8%;
    }
    .index_section3 strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 30px;
        position: relative;
        margin-bottom: 55px;
        width: 100%;
    }
    .index_section3 strong::after {
        content: '';
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 1px;
        background-color: var(--main-color-white);
        position: absolute;
        bottom: -10px;
    }
    .index_section3 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .index_section3 ul li {
        width: calc(100% / 3);
        padding: 20px;
    }
    .index_section3 ul li img {
        width: 65px;
        height: 65px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }
    .index_section3 ul li p {
        font-size: 20px;
        color: var(--main-color-white);
        margin: 20px 0;
        text-align: center;
    }
    .index_section3 ul li span {
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding: 0 10%;
    }
    .index_section3 ul li:nth-child(odd) {
        background: rgba(42, 79, 131, 0.8);
    }
    .index_section3 ul li:nth-child(even) {
        background: rgba(18, 46, 86, 0.8);
    }
    .index_section4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 8%;
    }
    .index_section4 strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 30px;
        position: relative;
        margin-bottom: 55px;
        width: 100%;
    }
    .index_section4 strong::after {
        content: '';
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 1px;
        background-color: var(--main-color-white);
        position: absolute;
        bottom: -10px;
    }
    .index_section4 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .index_section4 ul li {
        width: calc((100% - 125px) / 6);
        margin-right: 25px;
        margin-bottom: 30px;
        background-color: var(--main-color-white);
        overflow: hidden;
        border: 5px solid var(--main-color);
        border-radius: 5px;
    }
    .index_section4 ul li img {
        width: 100%;
        height: 95px;
        border-radius: 5px;
        object-fit: contain;
        transition: var(--main-transition);
    }
    .index_section4 ul li img:hover {
        transform: scale(1.1);
    }
    .index_section4 ul li:nth-child(6n) {
        margin-right: 0;
    }
    .index_section5 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 20%;
    }
    .index_section5 strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 30px;
        position: relative;
        margin-bottom: 55px;
        width: 100%;
    }
    .index_section5 strong::after {
        content: '';
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 1px;
        background-color: var(--main-color-white);
        position: absolute;
        bottom: -10px;
    }
    .sec5box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .sec5boxleft {
        width: 48%;
    }
    .sec5boxleft ul li {
        padding: 20px;
        border-radius: 5px;
        background-color: var(--main-color-white);
        margin-bottom: 20px;
    }
    .sec5boxleft ul li i {
        font-size: 30px;
        color: var(--main-color);
        text-align: center;
        display: block;
    }
    .sec5boxleft ul li:last-child {
        margin-bottom: 0;
    }
    .sec5boxleft ul li p {
        text-align: center;
        color: var(--main-color-222);
        font-weight: bold;
        margin: 10px 0;
    }
    .sec5boxleft ul li span {
        font-size: 15px;
        text-align: center;
        display: block;
        color: var(--main-color-222);
    }
    .sec5boxright {
        width: 48%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .sec5boxright input {
        width: 100%;
        height: 50px;
        padding-left: 15px;
        outline: none;
        margin-bottom: 25px;
        border-radius: 3px;
        border: 1px solid #ccc;
    }
    .sec5boxright textarea {
        width: 100%;
        padding-top: 15px;
        min-height: 100px;
        height: 40px;
        padding-left: 15px;
        outline: none;
        margin-bottom: 25px;
        border-radius: 3px;
        border: 1px solid #ccc;
    }
    .sub {
        width: 100%;
        border-radius: 3px;
        color: var(--main-color-white);
        background-color: var(--main-color);
        height: 50px;
        line-height: 50px;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
    }
    .poscop {
        position: absolute;
        height: 50px;
        bottom: 0;
        width: 100%;
        left: 0;
        background: rgba(0, 0, 0, .7);
        text-align: center;
        padding: 0 20px;
        line-height: 50px;
    }
    .poscop {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .poscop a {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .index_More {
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        color: var(--main-color-white);
        background-color: var(--main-color);
        font-size: 14px;
    }
    .aboutushtml .pchead {
        background-color: var(--main-color-white);
    }
    .aboutushtml .pchead .pcheader {
        padding: 0 4% !important;
        max-width: 100%;
    }
    .aboutus1 {
        width: 100%;
        padding: 15px 0;
        padding-bottom: 50px;
    }
    .aboutus1con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .aboutus1left {
        width: 48%;
    }
    .aboutus1left h1 {
        font-size: 24px;
        color: var(--main-color-333);
        font-weight: normal;
        margin-bottom: 25px;
    }
    .aboutus1right {
        width: 48%;
    }
    .aboutus1left p {
        font-size: 15px;
        color: var(--main-color-333);
        line-height: 30px;
    }
    .aboutus1right img {
        width: 100%;
    }
    .aboutus2 {
        width: 100%;
        padding: 50px 0;
        background-image: url(../images/abbg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    .aboutus2con {
        max-width: 1350px;
        margin: 0 auto;
    }
    .aboutus2con strong {
        color: var(--main-color-white);
        font-size: 35px;
        font-weight: normal;
        text-align: center;
        display: block;
        margin-bottom: 35px;
    }
    .aboutus2con p {
        font-size: 14px;
        color: var(--main-color-white);
        line-height: 30px;
    }
    .foot {
        width: 100%;
        padding: 35px 0;
        background-color: var(--main-color);
    }
    .footer {
        max-width: 1350px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footerleft {
        width: 72%;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .footerleft ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft ul li {
        width: 18%;
        position: relative;
        margin-bottom: 30px;
    }
    .footerleft ul li::after {
        position: absolute;
        bottom: -15px;
        left: 0;
        content: '';
        background-color: var(--main-color-white);
        width: 32px;
        height: 2px;
    }
    .footerleft ul li a {
        font-size: 18px;
        color: var(--main-color-white);
        display: block;
    }
    .footerright {
        flex: 1;
        padding: 0 25px;
    }
    .footerright ul {
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .footerright ul li {
        margin-right: 25px;
    }
    .footerright ul li p {
        text-align: center;
        color: var(--main-color-white);
        font-size: 15px;
        margin-top: 10px;
    }
    .footerright ul li img {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 996px) {
    .foot {
        width: 100%;
        padding: 30px 15px;
        background-color: var(--main-color);
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footerleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .footerleft ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft ul li {
        width: 31%;
        position: relative;
        margin-bottom: 30px;
    }
    .footerleft ul li::after {
        position: absolute;
        bottom: -15px;
        left: 0;
        content: '';
        background-color: var(--main-color-white);
        width: 32px;
        height: 2px;
    }
    .footerleft ul li a {
        font-size: 18px;
        color: var(--main-color-white);
        display: block;
    }
    .footerright {
        width: 100%;
    }
    .footerright ul {
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .footerright ul li {
        margin-right: 25px;
    }
    .footerright ul li p {
        text-align: center;
        color: var(--main-color-white);
        font-size: 15px;
        margin-top: 10px;
    }
    .footerright ul li img {
        width: 120px;
        height: 120px;
    }
    .aboutus2 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/abbg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    .aboutus2con {
        margin: 0 auto;
    }
    .aboutus2con strong {
        color: var(--main-color-white);
        font-size: 30px;
        font-weight: normal;
        text-align: center;
        display: block;
        margin-bottom: 25px;
    }
    .aboutus2con p {
        font-size: 14px;
        color: var(--main-color-white);
        line-height: 30px;
    }
    .aboutus1 {
        width: 100%;
        padding: 30px 15px;
    }
    .aboutus1con {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .aboutus1left {
        width: 100%;
        margin-top: 20px;
    }
    .aboutus1left h1 {
        font-size: 24px;
        color: var(--main-color-333);
        font-weight: normal;
        margin-bottom: 15px;
    }
    .aboutus1right {
        width: 100%;
    }
    .aboutus1left p {
        font-size: 15px;
        color: var(--main-color-333);
        line-height: 30px;
    }
    .aboutus1right img {
        width: 100%;
    }
    .index_More {
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        color: var(--main-color-white);
        background-color: var(--main-color);
        font-size: 14px;
    }
    .index_section5 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 8%;
    }
    .index_section5 strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 25px;
        position: relative;
        margin-bottom: 35px;
        width: 100%;
    }
    .index_section5 strong::after {
        content: '';
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 1px;
        background-color: var(--main-color-white);
        position: absolute;
        bottom: -10px;
    }
    .sec5box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .sec5boxleft {
        width: 100%;
    }
    .sec5boxleft ul {
        display: flex;
        justify-content: space-between;
    }
    .sec5boxleft ul li {
        padding: 10px;
        border-radius: 5px;
        background-color: var(--main-color-white);
        margin-bottom: 20px;
        width: 32%;
    }
    .sec5boxleft ul li i {
        font-size: 25px;
        color: var(--main-color);
        text-align: center;
        display: block;
    }
    .sec5boxleft ul li p {
        text-align: center;
        color: var(--main-color-222);
        font-weight: bold;
        margin: 5px 0;
        font-size: 13px;
    }
    .sec5boxleft ul li span {
        font-size: 13px;
        text-align: center;
        display: block;
        color: var(--main-color-222);
    }
    .sec5boxright {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .sec5boxright input {
        width: 100%;
        height: 40px;
        display: block;
        padding-left: 15px;
        outline: none;
        margin-bottom: 10px;
        border-radius: 3px;
        border: 1px solid #ccc;
    }
    .sec5boxright textarea {
        width: 100%;
        padding-top: 15px;
        min-height: 60px;
        height: 40px;
        padding-left: 15px;
        outline: none;
        margin-bottom: 10px;
        border-radius: 3px;
        border: 1px solid #ccc;
    }
    .sub {
        width: 100%;
        border-radius: 3px;
        color: var(--main-color-white);
        background-color: var(--main-color);
        height: 40px;
        line-height: 40px;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
    }
    .poscop {
        position: absolute;
        height: 50px;
        bottom: 0;
        width: 100%;
        left: 0;
        background: rgba(0, 0, 0, .7);
        text-align: center;
        padding: 0 20px;
        line-height: 50px;
    }
    .poscop {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .poscop a {
        font-size: 14px;
        color: var(--main-color-white);
    }
    .index_section4 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .index_section4 ul li {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
        margin-bottom: 15px;
        background-color: var(--main-color-white);
        overflow: hidden;
        border: 2px solid var(--main-color);
        border-radius: 5px;
    }
    .index_section4 ul li img {
        width: 100%;
        height: 55px;
        border-radius: 5px;
        object-fit: contain;
        transition: var(--main-transition);
    }
    .index_section4 ul li img:hover {
        transform: scale(1.1);
    }
    .index_section4 ul li:nth-child(3n) {
        margin-right: 0;
    }
    .index_section3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 8%;
    }
    .index_section3 strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 25px;
        position: relative;
        margin-bottom: 35px;
        width: 100%;
    }
    .index_section4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 8%;
    }
    .index_section4 strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 25px;
        position: relative;
        margin-bottom: 35px;
        width: 100%;
    }
    .index_section4 strong::after {
        content: '';
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 1px;
        background-color: var(--main-color-white);
        position: absolute;
        bottom: -10px;
    }
    .index_section3 strong::after {
        content: '';
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 1px;
        background-color: var(--main-color-white);
        position: absolute;
        bottom: -10px;
    }
    .index_section3 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .index_section3 ul li {
        width: calc(100% / 2);
        padding: 15px;
        background: rgba(42, 79, 131, 0.8);
    }
    .index_section3 ul li img {
        width: 35px;
        height: 35px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }
    .index_section3 ul li p {
        font-size: 15px;
        color: var(--main-color-white);
        margin: 15px 0;
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .index_section3 ul li span {
        display: none;
    }
    .index_section2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 8%;
    }
    .index_section2 strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-weight: normal;
        font-size: 25px;
        position: relative;
        margin-bottom: 35px;
        width: 100%;
    }
    .index_section2 strong::after {
        content: '';
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 1px;
        background-color: var(--main-color-white);
        position: absolute;
        bottom: -10px;
    }
    .index_pro {
        width: 100%;
        padding-bottom: 80px !important;
    }
    .index_pro .swiper-slide {
        cursor: pointer;
    }
    .index_pro img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    .index_pro .swiper-pagination-bullet {
        width: 50px;
        height: 5px;
        background-color: var(--main-color-white);
        border-radius: 0 !important;
    }
    .index_pro p {
        height: 45px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        line-height: 45px;
        padding: 0 20px;
        font-size: 15px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .index_pro .swiper-slide span {
        background-color: var(--main-color-white);
        display: block;
        font-size: 14px;
        color: var(--main-color-222);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
    }
    .pro_txt {
        padding: 15px;
        background-color: var(--main-color-white);
    }
    .section_banner {
        display: none;
    }
    .index_section0 {
        width: 100%;
        height: 100vh !important;
        margin-top: 0 !important;
        background-color: #000;
    }
    .section_bannerm {
        width: 100%;
        height: 100%;
    }
    .section_bannerm img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section_bannerm_page .swiper-pagination-bullet {
        width: 30px;
        height: 3px;
        border-radius: 0 !important;
        background-color: var(--main-color);
    }
    .swiper_index {
        width: 100%;
        height: 100vh;
    }
    .swiper_index .swiper-slide {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .index_section {
        width: 100%;
        height: calc(100% - 60px);
        margin-top: 60px;
    }
    .index_section1 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px;
        background: rgba(4, 54, 144, .5);
        padding: 0 8%;
        flex-direction: column;
    }
    .section1_left {
        width: 100%;
    }
    .section1_left img {
        width: 100%;
    }
    .section1_right {
        width: 100%;
        margin-top: 20px;
    }
    .section1_right h1 {
        font-size: 25px;
        text-align: center;
        font-weight: normal;
        color: var(--main-color-white);
        margin-bottom: 15px;
    }
    .section1_right p {
        font-size: 14px;
        color: var(--main-color-white);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .section1_right a img {
        width: 55px !important;
        margin: 0 auto;
        display: block;
        transition: var(--main-transition);
        margin-top: 30px;
    }
    .section1_right a img:hover {
        transform: scale(1.3);
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        margin-top: 60px;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        color: var(--main-color);
        font-size: 25px;
        font-weight: normal;
    }
    .inside {
        margin: 0 auto;
        padding: 15px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
        margin-bottom: 60px;
    }
    .copycon {
        text-align: center;
        text-align: center;
        font-size: 13px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 13px;
        color: var(--main-color-999);
    }
    .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 {
        height: 45px;
    }
    .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;
    }
}