    * {
        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: #2f6598;
        --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: 1400px;
            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;
        }
        .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 p {
            font-size: 20px;
            text-align: center;
            color: var(--main-color-white);
            margin-top: 10px;
        }
        .bannerpos h1 {
            text-align: center;
            font-size: 50px;
            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);
            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);
        }
        .slide_section2 {
            width: 100%;
            height: 100%;
        }
        .section2 {
            position: relative;
            padding: 0 10%;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .title_str {
            font-size: 30px;
            color: var(--main-color-white);
            font-weight: bold;
            text-align: center;
            display: block;
            margin-bottom: 30px;
        }
        .section2 ul {
            display: flex;
            flex-wrap: wrap;
        }
        .section2 ul li {
            width: calc((100% - 60px) / 4);
            margin-right: 20px;
            margin-bottom: 20px;
            transition: var(--main-transition);
        }
        .section2 ul li:hover {
            transform: translateY(-10px);
            box-shadow: var(--main-shadow);
        }
        .sec2box {
            background-color: var(--main-color-white);
            padding: 15px;
        }
        .sec2box p {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            position: relative;
        }
        .sec2line {
            width: 40px;
            height: 3px;
            background-color: var(--main-color);
            margin-top: 20px;
        }
        .sec2box a {
            margin-top: 30px;
            display: block;
            color: var(--main-color-222);
            font-size: 14px;
        }
        .section2 ul li:nth-child(4n) {
            margin-right: 0;
        }
        .section2 ul li img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }
        .more {
            width: 140px;
            display: block;
            height: 40px;
            text-align: center;
            line-height: 40px;
            background-color: #80b436;
            font-size: 14px;
            color: var(--main-color-white);
            border-radius: 40px;
            margin: 0 auto;
            margin-top: 30px;
        }
        .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 ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .section3 ul li {
            width: 200px;
        }
        .section3 ul li img {
            width: 50px;
            display: block;
            margin: 0 auto;
            margin-bottom: 15px;
        }
        .section3 ul li p {
            font-size: 30px;
            text-align: center;
            color: var(--main-color-white);
            margin-bottom: 15px;
        }
        .section3 ul li h3 {
            color: var(--main-color-white);
            font-size: 16px;
            text-align: center;
        }
        .section3 ul li p span {
            font-size: 16px;
            margin-left: 3px;
            color: var(--main-color-white);
        }
        .section3 h1 {
            text-align: center;
            font-size: 18px;
            font-weight: normal;
            color: var(--main-color-white);
            margin-bottom: 50px;
        }
        .section4 {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 10%;
        }
        .section4 ul {
            display: flex;
            flex-wrap: wrap;
        }
        .section4 ul li {
            width: calc((100% - 90px) / 4);
            margin-right: 30px;
            margin-bottom: 30px;
            cursor: pointer;
            background-color: var(--main-color-white);
            padding: 20px;
            box-shadow: var(--main-shadow);
            border-radius: 5px;
        }
        .section4 ul li:nth-child(4n) {
            margin-right: 0;
        }
        .section4 ul li img {
            width: 120px;
            height: 120px;
            display: block;
            margin: 0 auto;
        }
        .section4 ul li span {
            display: block;
            font-size: 15px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            color: var(--main-color-555);
            line-height: 25px;
            text-align: center;
        }
        .section4 ul li strong {
            display: block;
            margin-top: 15px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin-bottom: 15px;
            text-align: center;
            color: var(--main-color-222);
        }
        .section6 {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 10%;
            background-color: #404040;
        }
        .section6con {
            display: flex;
            flex-wrap: wrap;
            margin: 0 auto;
            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;
        }
        .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);
        }
        .pclogo {
            position: fixed;
            top: 20px;
            left: 20px;
            z-index: 99;
        }
        .pclogo img {
            width: 150px;
        }
        .pcbtn {
            position: fixed;
            right: 20px;
            top: 20px;
            z-index: 999;
            cursor: pointer;
        }
        .pcmenu {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 999999;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .pcmenucon {
            width: 100%;
            height: 100%;
            background: rgba(47, 101, 152, 1);
            transition: var(--main-transition);
            position: relative;
            padding: 10% 5%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .closemenu {
            position: absolute;
            right: 20px;
            top: 20px;
            cursor: pointer;
        }
        .pcmenucon ul {
            display: flex;
            transition: var(--main-transition);
        }
        .pcmenucon ul li {
            padding: 0 30px;
        }
        .n_fa {
            font-size: 18px;
            display: block;
            margin-bottom: 20px;
            font-weight: bold;
            letter-spacing: 2px;
            color: var(--main-color-white);
        }
        .n_sa {
            font-weight: bold;
            color: var(--main-color-white);
            font-size: 16px;
            display: block;
            margin-bottom: 10px;
        }
        .n_sa i {
            transition: var(--main-transition);
        }
        .n_sa:hover i {
            margin-right: 5px;
        }
        .footer {
            background-color: #404040;
            width: 100%;
            padding: 40px 0;
        }
        .footer .section6con {
            max-width: 1400px !important;
            width: auto !important;
        }
        .footer .copyright {
            display: none;
        }
        .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);
        }
    }
    
    @media only screen and (max-width: 996px) {
        .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);
        }
        .footer {
            background-color: #404040;
            width: 100%;
            padding: 40px 15px;
        }
        .footer .section6con {
            width: auto !important;
        }
        .footer .copyright {
            display: none;
        }
        .pcmenu {
            display: none;
        }
        .pcbtn {
            display: none;
        }
        .pclogo {
            display: none;
        }
        .section4 ul {
            display: flex;
            flex-wrap: wrap;
        }
        .section4 ul li {
            width: 100%;
            margin-bottom: 30px;
            cursor: pointer;
            background-color: var(--main-color-white);
            padding: 20px;
            box-shadow: var(--main-shadow);
            border-radius: 5px;
        }
        .section4 ul li:nth-child(4n) {
            margin-right: 0;
        }
        .section4 ul li img {
            width: 120px;
            height: 120px;
            display: block;
            margin: 0 auto;
        }
        .slide_section4 {
            background-repeat: no-repeat;
            background-size: cover;
        }
        .section4 ul li span {
            display: block;
            font-size: 14px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            color: var(--main-color-555);
            line-height: 25px;
            text-align: center;
        }
        .section4 ul li strong {
            display: block;
            margin-top: 15px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            margin-bottom: 15px;
            text-align: center;
            color: var(--main-color-222);
        }
        .bannerpos p {
            font-size: 20px;
            text-align: center;
            color: var(--main-color-white);
            margin-top: 10px;
            line-height: 30px;
        }
        .section3 ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .section3 ul li {
            width: 48%;
            margin-bottom: 30px;
        }
        .section3 ul li img {
            width: 50px !important;
            height: auto !important;
            display: block;
            margin: 0 auto;
            margin-bottom: 10px;
        }
        .section3 ul li p {
            font-size: 30px;
            text-align: center;
            color: var(--main-color-white);
            margin-bottom: 10px;
        }
        .section3 ul li h3 {
            color: var(--main-color-white);
            font-size: 16px;
            text-align: center;
        }
        .section3 ul li p span {
            font-size: 16px;
            margin-left: 3px;
            color: var(--main-color-white);
        }
        .section3 h1 {
            text-align: center;
            font-size: 16px;
            font-weight: normal;
            color: var(--main-color-white);
            margin-bottom: 30px;
        }
        .slide_section2 {
            padding: 30px 15px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        .title_str {
            font-size: 25px;
            color: var(--main-color-white);
            font-weight: 100;
            text-align: center;
            display: block;
            margin-bottom: 25px;
        }
        .section2 ul {
            display: flex;
            flex-wrap: wrap;
        }
        .section2 ul li {
            width: 100%;
            margin-bottom: 20px;
            transition: var(--main-transition);
        }
        .section2 ul li:hover {
            transform: translateY(-10px);
            box-shadow: var(--main-shadow);
        }
        .sec2box {
            background-color: var(--main-color-white);
            padding: 15px;
        }
        .sec2box p {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            position: relative;
        }
        .sec2line {
            width: 40px;
            height: 3px;
            background-color: var(--main-color);
            margin-top: 20px;
        }
        .sec2box a {
            margin-top: 30px;
            display: block;
            color: var(--main-color-222);
            font-size: 14px;
        }
        .section2 ul li:nth-child(4n) {
            margin-right: 0;
        }
        .section2 ul li img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }
        .more {
            width: 140px;
            display: block;
            height: 40px;
            text-align: center;
            line-height: 40px;
            background-color: #80b436;
            font-size: 14px;
            color: var(--main-color-white);
            border-radius: 40px;
            margin: 0 auto;
            margin-top: 30px;
        }
        .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);
        }
        .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;
        }
        .copyright {
            color: #fff;
        }
        .copyright a {
            color: #fff;
        }
        .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;
        }
        .section4 {
            width: 100%;
            padding: 30px 15px;
        }
        .section3 {
            display: flex;
            width: 100%;
            height: 100%;
            flex-direction: column;
            justify-content: center;
            padding: 30px 10%;
        }
        .section2 {
            position: relative;
        }
        .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);
            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;
        }
    }