    * {
        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: #3491ad;
        --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: #99bd99;
            height: 80px;
        }
        .pcheader {
            max-width: 1500px;
            margin: 0 auto;
            transition: var(--main-transition);
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 80px;
        }
        .head_Right {
            display: flex;
            align-items: center;
        }
        .head_Right .search {
            margin-left: 100px;
        }
        .head_Right i {
            color: var(--main-color-222);
        }
        .pclogo img {
            height: 60px;
        }
        .pcnav {
            display: flex;
            align-items: center;
            position: relative;
            z-index: 99;
        }
        .pcnav>li {
            position: relative;
            transition: var(--main-transition);
        }
        .pcnav>li:hover .first_a {
            color: var(--main-color);
        }
        .pcnav>li>a {
            display: block;
            height: 80px;
            line-height: 80px;
            font-size: 16px;
            transition: var(--main-transition);
            color: #f4fefe;
            padding: 0 20px;
        }
        .pc_sec_nav {
            position: absolute;
            top: 120%;
            left: 0;
            width: 150px;
            background-color: var(--main-color-white);
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .pc_sec_item a {
            color: var(--main-color-666);
            font-size: 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;
            color: var(--main-color);
        }
        .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: 20%;
            z-index: 998;
            width: 150px;
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .third_a {
            color: var(--main-color-666);
            background-color: var(--main-color-white);
        }
        .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: 59px !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%;
            transition: all ease 5s;
            height: 100%;
            object-fit: cover;
        }
        .ml_banner .swiper-slide-active img {
            transform: scale(1.2);
        }
        .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;
        }
        .bannerpos {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }
        .bannerpos h1 {
            font-size: 50px;
            text-align: center;
            color: var(--main-color-white);
            margin-bottom: 30px;
            font-weight: 300;
        }
        .bannerpos a:hover {
            color: var(--main-color-white);
            background-color: var(--main-color);
            border: 2px solid var(--main-color);
        }
        .bannerpos a {
            transition: var(--main-transition);
            width: 150px;
            height: 50px;
            text-align: center;
            color: var(--main-color-white);
            line-height: 50px;
            border: 2px solid var(--main-color-white);
            font-size: 14px;
        }
        .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: 1500px;
            margin: 0 auto;
            padding: 15px 0;
        }
        .inside p {
            font-size: 15px;
            line-height: 30px;
            color: var(--main-color-fontColor);
        }
        .inbanner {
            width: 100%;
            height: 300px;
            margin-top: 80px;
            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;
        }
        .search {
            color: var(--main-color-white);
            cursor: pointer;
        }
        .cover {
            width: 30%;
            height: 100%;
            position: fixed;
            left: -1005%;
            top: 0;
            background: rgba(0, 0, 0, .8);
            z-index: 99999;
            transition: var(--main-transition);
        }
        .covershow {
            left: 0 !important;
        }
        .searchshow {
            right: 0 !important;
        }
        .sou {
            position: fixed;
            transition: var(--main-transition);
            top: 0;
            width: 70%;
            height: 100%;
            right: -70%;
            display: flex;
            justify-content: space-between;
            z-index: 9999;
        }
        .souleft {
            width: 100px;
            background-color: var(--main-color);
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .souright {
            flex: 1;
            padding: 10%;
            background-color: var(--main-color-white);
        }
        .souright h1 {
            color: var(--main-color);
            font-size: 40px;
            margin-bottom: 35px;
        }
        .close {
            cursor: pointer;
            transition: var(--main-transition);
        }
        .close:hover {
            transform: rotate(360deg);
        }
        .inp {
            position: relative;
        }
        .go {
            position: absolute;
            right: 0;
            top: 0;
        }
        .souright input {
            display: block;
            width: 100%;
            height: 45px;
            border: none;
            outline: none;
            font-size: 20px;
            color: var(--main-color-222);
            border-bottom: 1px solid #e0e0e0;
        }
        .con1 {
            width: 100%;
            padding: 80px 0;
            background-color: #f5f5f5;
        }
        .con1con {
            max-width: 1500px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
        .con1conleft {
            width: 35%;
        }
        .con1conleft img {
            width: 100%;
        }
        .con1conright {
            flex: 1;
            padding-left: 4.167vw;
        }
        .con1conright strong {
            display: block;
            color: var(--main-color-222);
            font-size: 30px;
            font-weight: 100;
            margin-bottom: 40px;
            color: var(--main-color);
        }
        .con1conright p {
            font-size: 15px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            line-height: 30px;
            color: var(--main-color-888);
            line-height: 35px;
        }
        .more {
            width: 108px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
            background-color: #99bd99;
            font-size: 14px;
            display: block;
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .con1conright ul {
            display: flex;
            align-items: center;
            background-color: var(--main-color-white);
        }
        .con1conright ul li {
            padding: 20px;
            transition: var(--main-transition);
            cursor: pointer;
        }
        .con1conright ul li:hover {
            margin-top: -20px !important;
        }
        .con1conright ul li img {
            width: 35px;
            height: 35px;
            display: block;
            margin: 0 auto;
            margin-bottom: 10px;
        }
        .con1conright ul li p {
            text-align: center;
            font-size: 15px;
        }
        .con1conright ul li:hover {
            background-color: var(--main-color);
            box-shadow: var(--main-shadow);
        }
        .con1conright ul li:hover p {
            color: var(--main-color-white) !important;
        }
        .con2 {
            width: 100%;
            padding: 50px 0;
        }
        .con2con {
            max-width: 1500px;
            margin: 0 auto;
        }
        .mumping_mun {
            display: flex;
            justify-content: space-between;
        }
        .mumping_mun li {
            flex: 1;
            border-right: 1px solid #ccc;
        }
        .mumping_mun li:first-child {
            border-left: 1px solid #ccc;
        }
        .mumping_mun li p {
            text-align: center;
            color: var(--main-color-999);
            font-size: 16px;
            margin-top: 10px;
        }
        .mun_top {
            display: flex;
            justify-content: center;
        }
        .mun_top h2 {
            font-size: 62px;
            color: var(--main-color);
            margin-right: 10px;
        }
        .mun_top span {
            color: var(--main-color-666);
            font-size: 16px;
        }
        .con3 {
            padding: 80px 0;
            padding-bottom: 0;
        }
        .con3con {
            max-width: 1500px;
            margin: 0 auto;
        }
        .titles {
            display: block;
            text-align: center;
            font-size: 28px;
            color: var(--main-color);
            margin-bottom: 40px;
        }
        .con3con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con3con ul li {
            cursor: pointer;
            width: calc((100% - 60px) / 3);
            box-shadow: var(--main-shadow);
            margin-bottom: 20px;
            margin-right: 20px;
        }
        .con3con ul li p {
            text-align: center;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            height: 50px;
            line-height: 50px;
            background-color: #99bd99;
            color: var(--main-color-white);
        }
        .con3con ul li:nth-child(3n) {
            margin-right: 0;
        }
        .con3con ul li img {
            transition: var(--main-transition);
            width: 100%;
            height: 220px;
            object-fit: contain;
        }
        .con3con ul li a {
            display: block;
            overflow: hidden;
        }
        .con3con ul li:hover img {
            transform: scale(1.1);
        }
        .con3con .more {
            margin: 0 auto;
            margin-top: 30px;
        }
        .con4 {
            padding: 80px 0;
        }
        .con4con {
            max-width: 1500px;
            margin: 0 auto;
        }
        .con4con ul {
            display: flex;
        }
        .con4con ul li {
            position: relative;
            width: 11.5%;
            transition: var(--main-transition);
            cursor: pointer;
        }
        .con4con ul li img {
            width: 100%;
            height: 500px;
            object-fit: cover;
        }
        .con4pos {
            width: 100%;
            position: absolute;
            height: 100%;
            z-index: 10;
            top: 0;
            left: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0);
            transition: var(--main-transition);
        }
        .con4pos strong {
            display: block;
            color: var(--main-color-white);
            transition: var(--main-transition);
            font-size: 25px;
            font-weight: normal;
            margin-bottom: 20px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            text-align: center;
        }
        .con4pos p {
            font-size: 15px;
            color: var(--main-color-white);
            display: none;
            transition: var(--main-transition);
            padding: 0 5%;
        }
        .con4_active {
            width: 54% !important;
        }
        .con4_active .con4pos {
            background: rgba(0, 0, 0, 0.6) !important;
        }
        .con4_active .con4pos p {
            display: block;
        }
        .con4con .more {
            margin: 0 auto;
            margin-top: 30px
        }
        .con5 {
            padding: 80px 0;
            padding-top: 0;
        }
        .con5con {
            max-width: 1500px;
            margin: 0 auto;
        }
        .con5box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con5left {
            width: 62%;
        }
        .con5left ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con5left ul li {
            width: 48%;
            cursor: pointer;
            border: 2px solid var(--main-color-white);
            transition: var(--main-transition);
        }
        .con5left ul li span {
            color: var(--main-color-666);
            font-size: 16px;
            display: block;
            margin-top: 15px;
            margin-bottom: 15px;
            padding: 0 15px;
        }
        .con5left ul li p {
            color: var(--main-color);
            font-weight: bold;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: 16px;
            margin-bottom: 15px;
            padding: 0 15px;
        }
        .con5left ul li:hover img {
            transform: scale(1.1);
        }
        .con5left ul li:hover {
            box-shadow: var(--main-shadow);
            border: 2px solid var(--main-color);
        }
        .con5left ul li em {
            font-style: normal;
            padding: 0 15px;
            font-size: 14px;
            color: var(--main-color-666);
            line-height: 25px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            display: block;
            margin-bottom: 15px;
        }
        .con5left ul li a {
            display: block;
            overflow: hidden;
        }
        .con5left ul li img {
            transition: var(--main-transition);
            width: 100%;
            height: 270px;
        }
        .con5right {
            width: 36%;
        }
        .con5right ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 0;
        }
        .con5right ul li a {
            color: var(--main-color-333);
            font-size: 18px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: 70%;
        }
        .con5right ul li a:hover {
            color: var(--main-color);
        }
        .con5right ul li span {
            display: block;
            text-align: right;
            font-size: 14px;
            color: var(--main-color-999);
        }
        .con5con .more {
            margin: 0 auto;
            margin-top: 30px;
        }
        .foot {
            padding: 50px 0;
            background-color: #191a1e;
        }
        .footer {
            max-width: 1500px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
        }
        .footerleft {
            width: 220px;
            padding-right: 20px;
            border-right: 1px solid #2c2c2c
        }
        .footerleft ul li {
            display: flex;
            align-items: center;
        }
        .footerleft ul li i {
            font-size: 15px !important;
            color: var(--main-color-white);
            width: 20px !important;
        }
        .footerleft ul li {
            margin-bottom: 10px;
        }
        .footerleft ul li span {
            flex: 1;
            padding-left: 5px;
            color: var(--main-color-white);
            font-size: 14px;
        }
        .footerright {
            flex: 1;
            padding: 0 20px;
            border-right: 1px solid #2c2c2c
        }
        .footercode {
            width: 120px;
            margin-left: 30px;
        }
        .footercode img {
            width: 100%;
            height: 120px;
            object-fit: cover;
        }
        .footercode p {
            margin: 10px 0;
            text-align: center;
            font-size: 14px;
            color: var(--main-color-white);
        }
        .footerright ul {
            display: flex;
            flex-wrap: wrap;
        }
        .footerright ul li {
            padding: 0 20px;
            border-right: 1px solid #2c2c2c;
            width: 16%;
            margin-bottom: 20px;
        }
        .footerright ul li:last-child {
            border-right: 0 !important;
        }
        .f_a {
            font-size: 15px;
            color: var(--main-color-white);
            display: block;
            margin-bottom: 30px;
            text-align: center;
        }
        .s_a {
            font-size: 13px;
            text-align: center;
            display: block;
            margin-bottom: 10px;
            color: #ffffff99;
        }
        .aboutus1 {
            padding-top: 15px;
        }
    }
    
    @media only screen and (max-width: 996px) {
        .foot {
            padding: 30px 15px;
            background-color: #191a1e;
        }
        .footer {
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
        }
        .footerleft {
            width: 100%;
            margin-bottom: 25px;
        }
        .footerleft ul li {
            display: flex;
            align-items: center;
        }
        .footerleft ul li i {
            font-size: 15px !important;
            color: var(--main-color-white);
            width: 20px !important;
        }
        .footerleft ul li {
            margin-bottom: 10px;
        }
        .footerleft ul li span {
            flex: 1;
            padding-left: 5px;
            color: var(--main-color-white);
            font-size: 14px;
        }
        .footerright {
            width: 100%;
        }
        .footercode {
            width: 100%;
        }
        .footercode img {
            width: 120px;
            height: 120px;
            object-fit: cover;
        }
        .footercode p {
            margin: 10px 0;
            font-size: 14px;
            color: var(--main-color-white);
        }
        .footerright ul {
            display: flex;
            flex-wrap: wrap;
        }
        .footerright ul li {
            margin-right: 10px;
            margin-bottom: 15px;
        }
        .footerright ul li:last-child {
            border-right: 0 !important;
        }
        .f_a {
            font-size: 15px;
            color: var(--main-color-white);
            display: block;
            margin-bottom: 30px;
            text-align: center;
        }
        .s_a {
            display: none;
        }
        .con5 {
            padding: 30px 15px;
        }
        .con5con {
            margin: 0 auto;
        }
        .con5box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con5left {
            width: 100%;
        }
        .con5left ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con5left ul li {
            width: 100%;
            cursor: pointer;
            transition: var(--main-transition);
            margin-bottom: 20px;
            box-shadow: var(--main-shadow);
            border: 2px solid var(--main-color);
        }
        .con5left ul li span {
            color: var(--main-color-666);
            font-size: 14px;
            display: block;
            margin-top: 10px;
            margin-bottom: 10px;
            padding: 0 15px;
        }
        .con5left ul li p {
            color: var(--main-color);
            font-weight: bold;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: 14px;
            margin-bottom: 10px;
            padding: 0 15px;
        }
        .con5left ul li em {
            font-style: normal;
            padding: 0 15px;
            font-size: 14px;
            color: var(--main-color-666);
            line-height: 28px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            display: block;
            margin-bottom: 15px;
        }
        .con5left ul li a {
            display: block;
            overflow: hidden;
        }
        .con5left ul li img {
            transition: var(--main-transition);
            width: 100%;
        }
        .con5right {
            width: 100%;
        }
        .con5right ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 0;
        }
        .con5right ul li a {
            color: var(--main-color-333);
            font-size: 14px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: 70%;
        }
        .con5right ul li a:hover {
            color: var(--main-color);
        }
        .con5right ul li span {
            display: block;
            text-align: right;
            font-size: 14px;
            color: var(--main-color-999);
        }
        .con5con .more {
            margin: 0 auto;
            margin-top: 30px;
        }
        .con4con .more {
            margin: 0 auto;
            margin-top: 30px
        }
        .con4 {
            padding: 30px 15px;
        }
        .con4con {
            margin: 0 auto;
        }
        .con4con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con4con ul li {
            position: relative;
            width: 100%;
            transition: var(--main-transition);
            cursor: pointer;
            margin-bottom: 20px;
        }
        .con4con ul li img {
            width: 100%;
            object-fit: cover;
        }
        .con4pos {
            width: 100%;
            position: absolute;
            height: 100%;
            z-index: 10;
            top: 0;
            left: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: rgba(0, 0, 0, 0.5);
            transition: var(--main-transition);
        }
        .con4pos strong {
            display: block;
            color: var(--main-color-white);
            transition: var(--main-transition);
            font-size: 25px;
            font-weight: normal;
            margin-bottom: 20px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            text-align: center;
        }
        .con4pos p {
            font-size: 15px;
            color: var(--main-color-white);
            transition: var(--main-transition);
            padding: 0 5%;
            text-align: center;
            line-height: 25px;
        }
        .con3 {
            padding: 30px 15px;
        }
        .con3con {
            margin: 0 auto;
        }
        .titles {
            display: block;
            text-align: center;
            font-size: 25px;
            color: var(--main-color);
            margin-bottom: 30px;
        }
        .con3con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con3con ul li {
            cursor: pointer;
            width: 48%;
            margin-bottom: 20px;
        }
        .con3con ul li p {
            text-align: center;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            height: 40px;
            line-height: 40px;
            background-color: var(--main-color);
            color: var(--main-color-white);
        }
        .con3con ul li:nth-child(3n) {
            margin-right: 0;
        }
        .con3con ul li img {
            transition: var(--main-transition);
            width: 100%;
            height: 120px;
            object-fit: contain;
        }
        .con3con ul li a {
            display: block;
            overflow: hidden;
        }
        .con3con ul li:hover img {
            transform: scale(1.1);
        }
        .con3con .more {
            margin: 0 auto;
            margin-top: 30px;
        }
        .con1 {
            width: 100%;
            padding: 30px 15px;
            background-color: #f5f5f5;
        }
        .con1con {
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            /* align-items: center; */
            justify-content: space-between;
        }
        .con1conleft {
            width: 100%;
            margin-bottom: 20px;
        }
        .con1conleft img {
            width: 100%;
        }
        .con1conright {
            width: 100%;
        }
        .con1conright strong {
            display: block;
            color: var(--main-color-222);
            font-size: 25px;
            font-weight: 100;
            margin-bottom: 10px;
            color: var(--main-color);
        }
        .con1conright p {
            font-size: 15px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 24;
            line-height: 30px;
            color: var(--main-color-222);
        }
        .more {
            width: 108px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: var(--main-color-white);
            background-color: var(--main-color);
            font-size: 14px;
            display: block;
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .con1conright ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        .con1conright ul li {
            width: 25%;
            padding: 10px;
            transition: var(--main-transition);
            cursor: pointer;
        }
        .con1conright ul li img {
            width: 35px;
            height: 35px;
            display: block;
            margin: 0 auto;
            margin-bottom: 10px;
        }
        .con1conright ul li p {
            text-align: center;
            font-size: 15px;
        }
        .con1conright ul li:hover {
            background-color: var(--main-color);
            box-shadow: var(--main-shadow);
        }
        .con1conright ul li:hover p {
            color: var(--main-color-white) !important;
        }
        .con2 {
            width: 100%;
            padding: 30px 15px;
        }
        .con2con {
            max-width: 1500px;
            margin: 0 auto;
        }
        .mumping_mun {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .mumping_mun li {
            width: 50%;
            margin-bottom: 15px;
        }
        .mumping_mun li p {
            text-align: center;
            color: var(--main-color-999);
            font-size: 14px;
            margin-top: 10px;
        }
        .mun_top {
            display: flex;
            justify-content: center;
        }
        .mun_top h2 {
            font-size: 30px;
            color: var(--main-color);
            margin-right: 10px;
        }
        .mun_top span {
            color: var(--main-color-666);
            font-size: 16px;
        }
        .ml_banner img {
            width: 100%;
            transition: all ease 5s;
            height: 100%;
            object-fit: cover;
        }
        .ml_banner .swiper-slide-active img {
            transform: scale(1.2);
        }
        .bannerpage .swiper-pagination-bullet {
            width: 15px !important;
            height: 15px !important;
        }
        .bannerpos {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }
        .bannerpos h1 {
            font-size: 25px;
            text-align: center;
            color: var(--main-color-white);
            margin-bottom: 20px;
        }
        .bannerpos a:hover {
            color: var(--main-color-white);
            background-color: var(--main-color);
            border: 2px solid var(--main-color);
        }
        .bannerpos a {
            transition: var(--main-transition);
            width: 120px;
            height: 40px;
            text-align: center;
            color: var(--main-color-white);
            line-height: 40px;
            border: 1px solid var(--main-color-white);
            font-size: 14px;
        }
        .cover {
            display: none;
        }
        .sou {
            display: none;
        }
        .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: 15px;
            color: var(--main-color-222);
            line-height: 30px;
        }
        .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-222);
            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: #99bd99;
            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;
        }
    }