    * {
        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: #ec722e;
        --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) {
        .ml_mb_head {
            display: none;
        }
        .ml_mb_nav {
            display: none;
        }
        .inside {
            max-width: 1500px;
            margin: 0 auto;
            padding: 15px 0;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .inbanner {
            margin: 0 auto;
            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: 75px;
        }
        .inbanner strong {
            display: block;
            color: var(--main-color-white);
            font-size: 30px;
            font-weight: normal;
        }
        .index_swiper {
            width: 100%;
            height: 100vh;
        }
        .index_swiper .section {
            width: 100%;
            height: 100vh;
        }
        .index_banner_pc {
            width: 100%;
            height: 100%;
        }
        .index_banner_pc img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .index_banner_mb {
            display: none;
        }
        .index_banner_pc .swiper-slide {
            position: relative;
        }
        .bannerpos {
            padding: 0 10%;
            width: 100%;
            height: 100%;
            position: absolute;
            flex-direction: column;
            top: 0;
            left: 0;
            z-index: 10;
            justify-content: center;
            display: flex;
        }
        .bannerpos h1 {
            font-size: 50px;
            color: var(--main-color-white);
            font-weight: normal;
        }
        .bannerpos a {
            display: block;
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
            background-color: var(--main-color);
            border-radius: 40px;
            margin-top: 30px;
        }
        .index_banner_page .swiper-pagination-bullet {
            width: 15px;
            height: 15px;
            background-color: var(--main-color-white);
        }
        .index_banner_page .swiper-pagination-bullet-active {
            background-color: var(--main-color);
        }
        .section2 {
            position: relative;
        }
        .section2_thumb {
            position: absolute !important;
            width: 100%;
            padding: 0 10% !important;
            top: 15%;
            z-index: 98 !important;
        }
        .section2-big {
            width: 100%;
            height: 100%;
        }
        .section2-big img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .section2_thumb img {
            width: 80px;
            height: 80px;
        }
        .section2_thumb .swiper-wrapper {
            display: flex;
            justify-content: center;
        }
        .section2_thumb .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .c_img {
            display: block;
        }
        .a_img {
            display: none;
        }
        .swiper-slide-thumb-active .c_img {
            display: none;
        }
        .swiper-slide-thumb-active .a_img {
            display: block;
        }
        .section2pos {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            padding: 0 10%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .section2pos h1 {
            font-size: 40px;
            font-weight: normal;
            color: var(--main-color-white);
            margin-bottom: 45px;
        }
        .section2pos p {
            font-size: 16px;
            margin-bottom: 45px;
            max-width: 600px;
            line-height: 30px;
            color: var(--main-color-white);
        }
        .section2pos a {
            display: block;
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
            background-color: var(--main-color);
            border-radius: 40px;
        }
        .slide_section3 {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .section3 {
            display: flex;
            width: 100%;
            height: 100%;
            flex-direction: column;
            justify-content: center;
            padding: 0 10%;
        }
        .section3 h1 {
            font-size: 40px;
            color: var(--main-color-white);
            font-weight: normal;
            margin-bottom: 45px;
        }
        .section3 p {
            max-width: 600px;
            font-size: 16px;
            line-height: 30px;
            color: var(--main-color-white);
            margin-bottom: 40px;
        }
        .section3 ul {
            display: flex;
            align-items: center;
        }
        .section3 ul li {
            margin-right: 80px;
            transition: var(--main-transition);
        }
        .section3 ul li:hover {
            transform: translateY(-10px);
        }
        .section3 ul li img {
            width: 65px;
            height: 65px;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            margin-bottom: 15px;
        }
        .section3 ul li span {
            font-size: 15px;
            display: block;
            text-align: center;
            color: var(--main-color-white);
        }
        .section4 {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 10%;
        }
        .section4 strong {
            display: block;
            font-size: 40px;
            color: var(--main-color-222);
            font-weight: normal;
            margin-bottom: 35px;
        }
        .sec_news {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .sec_newleft {
            width: 48%;
            cursor: pointer;
        }
        .sec_newleft a {
            display: block;
            overflow: hidden;
        }
        .sec_newleft:hover img {
            transform: scale(1.1);
        }
        .sec_newleft:hover p {
            color: var(--main-color);
        }
        .sec_newleft a img {
            width: 100%;
            height: 500px;
            object-fit: cover;
            transition: var(--main-transition);
        }
        .index_boxnew p {
            font-size: 16px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            color: var(--main-color-222);
            margin: 10px 0;
        }
        .index_boxnew span {
            color: var(--main-color-666);
            font-size: 15px;
        }
        .index_boxnew span i {
            margin-right: 10px;
        }
        .sec_newright {
            width: 48%;
            height: 100%;
        }
        .sec_newright .index_boxnew {
            padding: 15px 0;
            border-bottom: 1px dashed #ccc;
            cursor: pointer;
        }
        .sec_newright .index_boxnew:hover p {
            color: var(--main-color);
        }
        .more1 {
            display: block;
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            margin: 0 auto;
            color: var(--main-color-white);
            background-color: var(--main-color);
            border-radius: 40px;
            margin-top: 30px
        }
        .section5 {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 10%;
        }
        .section5 strong {
            display: block;
            font-size: 40px;
            color: var(--main-color-222);
            font-weight: normal;
            margin-bottom: 35px;
        }
        .section5 ul {
            display: flex;
            flex-wrap: wrap;
        }
        .section5 ul li {
            width: calc((100% - 90px) / 4);
            margin-right: 30px;
            margin-bottom: 30px;
        }
        .section5 ul li img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            transition: var(--main-transition);
        }
        .indexcase_box {
            width: 100%;
            display: block;
            overflow: hidden;
        }
        .section5 ul li:hover .casediv {
            color: var(--main-color);
        }
        .section5 ul li:hover img {
            transform: scale(1.1);
        }
        .section5 ul li:nth-child(4n) {
            margin-right: 0;
        }
        .casediv {
            font-size: 18px;
            border-top: none;
            border: 1px solid #e5e5e5;
            height: 50px;
            line-height: 50px;
            padding: 0 15px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .section6 {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 10%;
            background-color: #404040;
        }
        .section6con {
            display: flex;
            width: 1200px;
            margin: 0 auto;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .section6left {
            width: 48%;
        }
        .section6right {
            width: 48%;
        }
        .section6left strong {
            display: block;
            color: var(--main-color-white);
            font-size: 30px;
            margin-bottom: 25px;
            font-weight: normal;
        }
        .tacklink li {
            display: flex;
            margin-bottom: 15px;
            align-items: center;
        }
        .tacklink li i {
            font-size: 18px;
            color: var(--main-color);
            width: 20px;
        }
        .tacklink li span {
            color: var(--main-color-white);
            font-size: 15px;
            display: block;
            padding-left: 10px;
        }
        .codeul {
            display: flex;
            align-items: center;
            margin-top: 30px;
        }
        .codeul li {
            margin-right: 50px;
        }
        .codeul li img {
            width: 120px;
            height: 120px;
        }
        .codeul li p {
            text-align: center;
            color: var(--main-color-white);
            font-size: 15px;
            padding: 10px 0;
        }
        .section6right input {
            width: 100%;
            height: 40px;
            border: 1px solid #ccc;
            display: block;
            margin-bottom: 20px;
            outline: none;
            padding-left: 15px;
            border-radius: 4px;
        }
        .section6right textarea {
            width: 100%;
            min-height: 100px;
            border: 1px solid #ccc;
            display: block;
            margin-bottom: 20px;
            outline: none;
            padding-left: 15px;
            border-radius: 4px;
            padding-top: 15px;
        }
        .sub {
            width: 100%;
            height: 40px;
            border-radius: 4px;
            line-height: 40px;
            text-align: center;
            display: block;
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-size: 14px;
        }
        .copyright {
            text-align: left;
            color: var(--main-color-white);
            font-size: 15px;
        }
        .copyright a {
            color: var(--main-color-white);
            font-size: 15px;
        }
        .index_page .swiper-pagination-bullet {
            width: 15px;
            background-color: var(--main-color);
            height: 15px;
            transition: var(--main-transition);
            margin: 15px 0 !important;
        }
        .index_page .swiper-pagination-bullet-active {
            transform: scale(1.5);
        }
        .index_page {
            right: 40px !important;
        }
        .pchead {
            height: 75px;
            width: 100%;
            position: fixed;
            background-color: var(--main-color-white);
            top: 0;
            left: 0;
            padding: 0 10%;
            z-index: 999;
        }
        .pcheader {
            /* max-width: 1450px; */
            margin: 0 auto;
            height: 75px;
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .pclogo img {
            height: 60px;
        }
        .header_right {
            display: flex;
            align-items: center;
        }
        .pcnav {
            display: flex;
            align-items: center;
            margin-right: 30px;
        }
        .header_right i {
            color: var(--main-color-222);
            cursor: pointer;
        }
        .pcnav>li>a {
            display: block;
            color: var(--main-color-222);
            font-size: 15px;
            padding: 0 20px;
            height: 75px;
            line-height: 75px;
        }
        .pcnav>li>a:hover {
            color: var(--main-color);
        }
        .searchpc {
            color: var(--main-color-white);
        }
        .pos_nav {
            position: fixed;
            top: 75px;
            width: 100%;
            background-color: var(--main-color-white);
            padding: 20px;
            left: 0;
            z-index: 997;
            visibility: hidden;
            opacity: 0;
            transition: var(--main-transition);
            top: 120px;
        }
        .pcnav>li:hover .pos_nav {
            top: 75px !important;
            opacity: 1 !important;
            visibility: visible !important;
        }
        .pos_nav_con {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
        .pos_nav_left {
            width: 48%;
        }
        .pos_nav_right {
            width: 48%;
        }
        .pos_nav_right img {
            width: 100%;
        }
        .pos_nav_left ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        .pos_nav_left ul li {
            padding: 0 15px;
            width: calc(100% / 3);
            margin-bottom: 20px;
        }
        .pos_nav_left ul li a {
            display: block;
            color: var(--main-color-222);
            transition: var(--main-transition);
            font-size: 16px;
        }
        .pos_nav_left ul li a:hover {
            color: var(--main-color);
        }
        .pos_nav_left ul li a:hover i {
            margin-right: 10px;
            color: var(--main-color);
        }
        .pos_nav_left ul li a i {
            margin-right: 5px;
            transition: var(--main-transition);
        }
        .pcsou {
            position: fixed;
            width: 100%;
            background-color: var(--main-color-white);
            top: 75px;
            height: 60px;
            z-index: 999;
            right: 0;
            display: none;
        }
        .pcsoucon {
            max-width: 600px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            height: 60px;
        }
        .pcsoucon a {
            flex: 1;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: var(--main-color);
            border-top-right-radius: 40px;
            color: var(--main-color-white);
            border-bottom-right-radius: 40px;
        }
        .pcsoucon input {
            width: 85%;
            height: 40px;
            outline: none;
            padding-left: 15px;
            border-top-left-radius: 40px;
            border-bottom-left-radius: 40px;
            border: 1px solid #ccc;
        }
        .aboutus1 {
            width: 100%;
            padding-top: 15px;
            padding-bottom: 50px;
        }
        .aboutus1con {
            max-width: 1500px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
        .aboutus1conleft {
            width: 48%;
            padding: 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            box-shadow: var(--main-shadow);
        }
        .aboutus1conright {
            width: 48%;
            overflow: hidden;
        }
        .aboutus1conright img {
            width: 100%;
            transition: var(--main-transition);
        }
        .aboutus1conright img:hover {
            transform: scale(1.1);
        }
        .aboutus1conleft strong {
            display: block;
            font-size: 30px;
            color: var(--main-color-222);
            font-weight: normal;
            position: relative;
            margin-bottom: 45px;
        }
        .aboutus1conleft strong::after {
            position: absolute;
            width: 40px;
            height: 3px;
            content: '';
            background-color: var(--main-color);
            bottom: -15px;
            left: 0;
        }
        .aboutus1conleft p {
            font-size: 15px;
            line-height: 30px;
        }
        .aboutus2 {
            width: 100%;
            padding: 150px 0;
            background-image: url(../images/abbg.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .aboutus2con {
            max-width: 1500px;
            margin: 0 auto;
        }
        .aboutus2con strong {
            color: var(--main-color-white);
            font-weight: normal;
            font-size: 30px;
            margin-bottom: 45px;
            display: block;
            position: relative;
        }
        .aboutus2con strong::after {
            position: absolute;
            width: 40px;
            height: 3px;
            content: '';
            background-color: var(--main-color);
            bottom: -15px;
            left: 0;
        }
        .aboutus2con p {
            max-width: 600px;
            line-height: 30px;
            color: var(--main-color-white);
            font-size: 15px;
        }
        .aboutus3 {
            width: 100%;
            padding: 50px 0;
        }
        .aboutus3con {
            max-width: 1500px;
            margin: 0 auto;
        }
        .aboutus3con strong {
            display: block;
            font-size: 30px;
            color: var(--main-color-222);
            text-align: center;
            margin-bottom: 30px;
            font-weight: normal;
        }
        .aboutus3con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .aboutus3con ul li {
            width: calc((100% - 60px) / 4);
            margin-right: 20px;
            margin-bottom: 20px;
            overflow: hidden;
            border: 1px solid #efefef;
        }
        .aboutus3con ul li:nth-child(4n) {
            margin-right: 0;
        }
        .aboutus3con ul li img {
            transition: var(--main-transition);
            width: 100%;
            height: 150px;
            object-fit: contain;
        }
        .aboutus3con ul li img:hover {
            transform: scale(1.1);
        }
        .aboutus4 {
            background-attachment: fixed;
            background-image: url(../images/sm.jpg);
        }
        .footer {
            background-color: #404040;
            width: 100%;
            padding: 40px 0;
        }
        .footer .section6con {
            max-width: 1500px !important;
            width: auto !important;
        }
        .footer .copyright {
            display: none;
        }
        .copy {
            padding: 15px;
            text-align: center;
            background-color: #404040;
            border-top: 1px solid #6e6e6e;
            font-size: 14px;
        }
        .copycon {
            max-width: 1400px;
            margin: 0 auto;
            color: var(--main-color-white);
        }
        .copycon a {
            font-size: 14px;
            color: var(--main-color-white);
        }
    }
    
    @media only screen and (max-width: 996px) {
        .copy {
            padding: 15px;
            text-align: center;
            background-color: #404040;
            border-top: 1px solid #6e6e6e;
            font-size: 14px;
            margin-bottom: 60px;
        }
        .copycon {
            max-width: 1400px;
            margin: 0 auto;
            color: var(--main-color-white);
        }
        .copycon a {
            font-size: 14px;
            color: var(--main-color-white);
        }
        .aboutus3 {
            width: 100%;
            padding: 30px 15px;
        }
        .aboutus3con {
            margin: 0 auto;
        }
        .aboutus3con strong {
            display: block;
            font-size: 25px;
            color: var(--main-color-222);
            text-align: center;
            margin-bottom: 20px;
            font-weight: normal;
        }
        .aboutus3con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .aboutus3con ul li {
            width: 48%;
            margin-bottom: 20px;
            overflow: hidden;
            border: 1px solid #efefef;
        }
        .aboutus3con ul li:nth-child(4n) {
            margin-right: 0;
        }
        .aboutus3con ul li img {
            transition: var(--main-transition);
            width: 100%;
            height: 150px;
            object-fit: contain;
        }
        .aboutus3con ul li img:hover {
            transform: scale(1.1);
        }
        .aboutus4 {
            background-attachment: fixed;
            background-image: url(../images/sm.jpg);
        }
        .footer {
            background-color: #404040;
            width: 100%;
            padding: 40px 15px;
        }
        .footer .section6con {
            width: auto !important;
        }
        .footer .copyright {
            display: none;
        }
        .aboutus2 {
            width: 100%;
            padding: 60px 15px;
            background-image: url(../images/abbg.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        .aboutus2con {
            margin: 0 auto;
        }
        .aboutus2con strong {
            color: var(--main-color-white);
            font-weight: normal;
            font-size: 25px;
            margin-bottom: 25px;
            display: block;
            position: relative;
        }
        .aboutus2con strong::after {
            position: absolute;
            width: 40px;
            height: 2px;
            content: '';
            background-color: var(--main-color);
            bottom: -15px;
            left: 0;
        }
        .aboutus2con p {
            line-height: 30px;
            color: var(--main-color-white);
            font-size: 15px;
        }
        .aboutus1 {
            width: 100%;
            padding: 30px 15px;
        }
        .aboutus1con {
            margin: 0 auto;
            flex-wrap: wrap;
            flex-direction: column-reverse;
            display: flex;
            justify-content: space-between;
        }
        .aboutus1conleft {
            width: 100%;
            padding: 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            box-shadow: var(--main-shadow);
            margin-top: 25px;
        }
        .aboutus1conright {
            width: 100%;
            overflow: hidden;
        }
        .aboutus1conright img {
            width: 100%;
            transition: var(--main-transition);
        }
        .aboutus1conright img:hover {
            transform: scale(1.1);
        }
        .aboutus1conleft strong {
            display: block;
            font-size: 25px;
            color: var(--main-color-222);
            font-weight: normal;
            position: relative;
            margin-bottom: 25px;
        }
        .aboutus1conleft strong::after {
            position: absolute;
            width: 40px;
            height: 2px;
            content: '';
            background-color: var(--main-color);
            bottom: -15px;
            left: 0;
        }
        .aboutus1conleft p {
            font-size: 15px;
            line-height: 30px;
        }
        .pcsou {
            display: none;
        }
        .copyright {
            text-align: left;
            color: var(--main-color-white);
            font-size: 15px;
        }
        .copyright a {
            color: var(--main-color-white);
            font-size: 15px;
        }
        .section6 {
            width: 100%;
            height: 100%;
            display: flex;
            padding: 30px 15px;
            background-color: #404040;
            flex-wrap: wrap;
        }
        .section6con {
            display: flex;
            width: 100%;
            margin: 0 auto;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .section6left {
            width: 100%;
        }
        .section6right {
            width: 100%;
            margin-top: 25px;
        }
        .section6left strong {
            display: block;
            color: var(--main-color-white);
            font-size: 25px;
            margin-bottom: 20px;
            font-weight: normal;
        }
        .tacklink li {
            display: flex;
            margin-bottom: 10px;
            align-items: center;
        }
        .tacklink li i {
            font-size: 15px;
            color: var(--main-color);
            width: 15px;
        }
        .tacklink li span {
            color: var(--main-color-white);
            font-size: 15px;
            display: block;
            padding-left: 5px;
        }
        .codeul {
            display: flex;
            align-items: center;
            margin-top: 30px;
        }
        .codeul li {
            margin-right: 50px;
        }
        .codeul li img {
            width: 120px;
            height: 120px;
        }
        .codeul li p {
            text-align: center;
            color: var(--main-color-white);
            font-size: 15px;
            padding: 10px 0;
        }
        .section6right input {
            width: 100%;
            height: 40px;
            border: 1px solid #ccc;
            display: block;
            margin-bottom: 20px;
            outline: none;
            padding-left: 15px;
            border-radius: 4px;
        }
        .section6right textarea {
            width: 100%;
            min-height: 100px;
            border: 1px solid #ccc;
            display: block;
            margin-bottom: 20px;
            outline: none;
            padding-left: 15px;
            border-radius: 4px;
            padding-top: 15px;
        }
        .sub {
            width: 100%;
            height: 40px;
            border-radius: 4px;
            line-height: 40px;
            text-align: center;
            display: block;
            background-color: var(--main-color);
            color: var(--main-color-white);
            font-size: 14px;
        }
        .section5 {
            width: 100%;
            padding: 30px 15px;
        }
        .section5 strong {
            display: block;
            font-size: 30px;
            color: var(--main-color-222);
            font-weight: normal;
            margin-bottom: 25px;
        }
        .section5 ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .section5 ul li {
            width: 49%;
            margin-bottom: 30px;
        }
        .section5 ul li img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            transition: var(--main-transition);
        }
        .indexcase_box {
            width: 100%;
            display: block;
            overflow: hidden;
        }
        .section5 ul li:hover .casediv {
            color: var(--main-color);
        }
        .section5 ul li:hover img {
            transform: scale(1.1);
        }
        .section5 ul li:nth-child(4n) {
            margin-right: 0;
        }
        .casediv {
            font-size: 14px;
            border-top: none;
            border: 1px solid #e5e5e5;
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .section4 {
            width: 100%;
            padding: 30px 15px;
        }
        .section4 strong {
            display: block;
            font-size: 30px;
            color: var(--main-color-222);
            font-weight: normal;
            margin-bottom: 25px;
        }
        .sec_news {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .sec_newleft {
            width: 100%;
            cursor: pointer;
            margin-bottom: 20px;
        }
        .sec_newleft a {
            display: block;
            overflow: hidden;
        }
        .sec_newleft:hover img {
            transform: scale(1.1);
        }
        .sec_newleft:hover p {
            color: var(--main-color);
        }
        .sec_newleft a img {
            width: 100%;
            transition: var(--main-transition);
        }
        .index_boxnew p {
            font-size: 16px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            color: var(--main-color-222);
            margin: 10px 0;
        }
        .index_boxnew span {
            color: var(--main-color-666);
            font-size: 15px;
        }
        .index_boxnew span i {
            margin-right: 10px;
        }
        .sec_newright {
            width: 100%;
        }
        .sec_newright .index_boxnew {
            padding: 15px 0;
            border-bottom: 1px dashed #ccc;
            cursor: pointer;
        }
        .sec_newright .index_boxnew:hover p {
            color: var(--main-color);
        }
        .more1 {
            display: block;
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            margin: 0 auto;
            color: var(--main-color-white);
            background-color: var(--main-color);
            border-radius: 40px;
            margin-top: 30px
        }
        .section3 {
            display: flex;
            width: 100%;
            height: 100%;
            flex-direction: column;
            justify-content: center;
            padding: 30px 10%;
        }
        .section3 h1 {
            font-size: 25px;
            color: var(--main-color-white);
            font-weight: normal;
            margin-bottom: 25px;
        }
        .section3 p {
            font-size: 14px;
            line-height: 25px;
            color: var(--main-color-white);
            margin-bottom: 25px;
        }
        .section3 ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .section3 ul li {
            transition: var(--main-transition);
        }
        .section3 ul li:hover {
            transform: translateY(-10px);
        }
        .section3 ul li img {
            width: 65px;
            height: 65px;
            object-fit: cover;
            display: block;
            margin: 0 auto;
            margin-bottom: 15px;
        }
        .section3 ul li span {
            font-size: 15px;
            display: block;
            text-align: center;
            color: var(--main-color-white);
        }
        .section2 {
            position: relative;
        }
        .section2_thumb {
            background-color: #0f478f;
            padding: 20px !important;
        }
        .section2-big {
            width: 100%;
            height: 100%;
        }
        .section2-big img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .section2_thumb img {
            width: 50px !important;
            height: 50px !important;
        }
        .section2_thumb .swiper-wrapper {
            display: flex;
            justify-content: center;
        }
        .section2_thumb .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .c_img {
            display: block;
        }
        .a_img {
            display: none;
        }
        .swiper-slide-thumb-active .c_img {
            display: none;
        }
        .swiper-slide-thumb-active .a_img {
            display: block;
        }
        .section2pos {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            padding: 0 10%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .section2pos h1 {
            font-size: 25px;
            font-weight: normal;
            color: var(--main-color-white);
            margin-bottom: 25px;
        }
        .section2pos p {
            font-size: 14px;
            margin-bottom: 45px;
            max-width: 600px;
            line-height: 30px;
            color: var(--main-color-white);
        }
        .section2pos a {
            display: block;
            font-size: 14px;
            width: 120px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
            background-color: var(--main-color);
            border-radius: 40px;
        }
        .index_swiper>.swiper-wrapper {
            display: block;
        }
        .slide_section1 {
            height: 400px;
        }
        .bannerpos {
            padding: 0 10%;
            width: 100%;
            height: 100%;
            position: absolute;
            flex-direction: column;
            top: 0;
            left: 0;
            z-index: 10;
            justify-content: center;
            display: flex;
        }
        .bannerpos h1 {
            font-size: 30px;
            text-align: center;
            color: var(--main-color-white);
            font-weight: normal;
        }
        .bannerpos a {
            margin: 0 auto;
            display: block;
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
            background-color: var(--main-color);
            border-radius: 40px;
            margin-top: 30px;
        }
        .index_banner_page .swiper-pagination-bullet {
            width: 15px;
            height: 15px;
            background-color: var(--main-color-white);
        }
        .index_banner_page .swiper-pagination-bullet-active {
            background-color: var(--main-color);
        }
        .index_swiper {
            width: 100%;
            margin-top: 60px !important;
        }
        .index_swiper img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }
        .index_swiper .swiper-slide {
            width: 100%;
        }
        .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-white);
            font-size: 25px;
            font-weight: normal;
        }
        .inside {
            margin: 0 auto;
            padding: 15px;
        }
        .inside p {
            font-size: 14px;
            color: var(--main-color-222);
        }
        .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);
            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: rgba(255, 255, 255, 1);
            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;
        }
    }