    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: Arial, Helvetica, sans-serif;
        word-break: break-word;
    }
    
    ul li {
        list-style: none;
    }
    
    a {
        text-decoration: none !important;
    }
    
    a:hover {
        text-decoration: none !important;
    }
    
    img {
        vertical-align: top;
        outline-width: 0ch;
    }
    
    body {
        overflow-x: hidden;
    }
    
    @media screen and (min-width:1150px) and (max-width:1450px) {
        .pcnav>li>a {
            padding: 0 10px !important;
        }
    }
    
    @media screen and (min-width:996px) and (max-width:1380px) {
        .pcheader {
            width: 88% !important;
        }
        .con1con {
            width: 88% !important;
        }
        .con2con {
            width: 88% !important;
        }
        .con3con {
            width: 88% !important;
        }
        .con4con {
            width: 88% !important;
        }
        .con5con {
            width: 88% !important;
        }
        .con6con {
            width: 88% !important;
        }
        .con7con {
            width: 88% !important;
        }
        .footer {
            width: 88% !important;
        }
        .insidebox {
            width: 88% !important;
        }
    }
    
     :root {
        --main-color: #e60012;
        --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) {
        .pclogo {
            width: 18%;
            display: block;
        }
        .pclogo img {
            width: 75%;
        }
        .pc_navout {
            position: relative;
        }
        .pc_navout em {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 90px;
            height: 3px;
            background: #fff;
        }
        .h_r {
            display: flex;
            align-items: center;
        }
        .h_r i {
            color: var(--main-color-white);
            font-size: 18px !important;
        }
        .phone {
            border-left: 1px solid var(--main-color-white);
            display: flex;
            margin-left: 25px;
            padding-left: 15px;
            align-items: center;
        }
        .h_r span {
            color: var(--main-color-white);
            display: block;
            margin-left: 10px;
            font-size: 16px;
        }
        .ml_banner {
            width: 100%;
        }
        .ml_banner img {
            width: 100%;    padding-top: 90px;
        }
        .bgchange {
            background: rgba(0, 0, 0, .6);
        }
        .nav_active {
            color: var(--main-color) !important;
        }
        .pchead {
            width: 100%;
            border-bottom: 1px solid rgba(255, 255, 255, .05);
            background: rgba(0, 0, 0, .8);
            transition: var(--main-transition);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 99;
            height: 90px;
        }
        .pcheader {
            width: 80%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 90px;
        }
        .pcnav {
            display: flex;
            align-items: center;
            position: relative;
            z-index: 99;
        }
        .pcnav>li {
            position: relative;
            transition: var(--main-transition);
        }
        .pcnav>li>a {
            display: block;
            height: 90px;
            line-height: 90px;
            font-size: 16px;
            transition: var(--main-transition);
            color: var(--main-color-white);
            padding: 0 20px;
            position: relative;
        }
        .pc_sec_nav {
            position: absolute;
            top: 120%;
            left: 0;
            width: 150px;
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .pc_sec_item:hover .second_a {
            padding-left: 25px !important;
        }
        .second_a {
            background: rgba(24, 91, 139, .7);
            color: var(--main-color-white);
            transition: var(--main-transition);
        }
        .pc_sec_item a {
            font-size: 14px;
            display: block;
            padding: 10px 20px;
        }
        .pcnav>li>a:hover {
            color: var(--main-color);
        }
        .pcnav li:hover .pc_sec_nav {
            top: 100% !important;
            opacity: 1 !important;
            visibility: visible !important;
        }
        .pc_sec_item:hover .pc_third_nav {
            opacity: 1 !important;
            visibility: visible !important;
            top: 0 !important;
        }
        .pcnav li:hover .first_a {
            color: var(--main-color);
        }
        .pc_sec_item {
            position: relative;
        }
        .pc_third_nav {
            position: absolute;
            left: 100%;
            top: 20px;
            z-index: 998;
            width: 150px;
            opacity: 0;
            visibility: hidden;
            transition: var(--main-transition);
        }
        .third_a {
            color: var(--main-color-white);
            background: rgba(24, 91, 139, .7);
            transition: var(--main-transition);
        }
        .third_a:hover {
            padding-left: 25px !important;
        }
        .ml_mb_head {
            display: none;
        }
        .ml_mb_nav {
            display: none;
        }
        .bannerpage .swiper-pagination-bullet {
            width: 8px;
            transition: var(--main-transition);
            height: 8px;
            background-color: var(--main-color-white);
            opacity: 1;
            border-radius: 0 !important;
        }
        .bannerpage .swiper-pagination-bullet-active {
            background-color: var(--main-color) !important;
            width: 30px !important;
        }
        .con1 {
            width: 100%;
            margin-top: 15px;
        }
        .con1con {
            width: 80%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
        .con1left {
            width: 49.5%;
            background-color: var(--main-color-white);
            transition: var(--main-transition);
            padding: 25px 30px;
        }
        .con1left:hover {
            transform: translateY(-5px);
            box-shadow: var(--main-shadow);
        }
        .con1right {
            width: 49.5%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: space-between;
            justify-content: space-between;
        }
        .con1left p {
            font-size: 1.2vw;
            position: relative;
            color: var(--main-color-333);
            margin-bottom: 20px;
        }
        .con1left p::after {
            position: absolute;
            width: 10px;
            height: 2px;
            background-color: #9a9a9a;
            left: 0;
            content: '';
            bottom: -10px;
        }
        .con1left span {
            color: var(--main-color-666);
            font-size: 12px;
            line-height: 25px;
        }
        .lefticon {
            display: block;
            width: 90px;
            margin: 40px 0;
        }
        .leftpic {
            width: 100%;
        }
        .c1rightitem {
            padding: 25px 30px;
            width: 49%;
            transition: var(--main-transition);
            display: flex;
            cursor: pointer;
            flex-direction: column;
            justify-content: space-between;
            background-color: var(--main-color-white);
        }
        .con1right_top {
            height: 49%;
            display: flex;
            justify-content: space-between;
        }
        .c1rightitem_bot {
            width: 100% !important;
            height: 49%;
        }
        .c1rightitem strong {
            font-weight: normal;
            font-size: 24px;
            display: block;
            font-size: 1.2vw;
            margin-bottom: 15px;
            color: var(--main-color-333);
        }
        .c1rightitem span {
            color: var(--main-color-666);
            font-size: 12px;
            line-height: 25px;
        }
        .c1rightitem img {
            width: 125px;
            display: block;
            margin: 0 auto;
        }
        .c1rightitem p {
            text-align: center;
            font-size: 14px;
            color: var(--main-color-555);
            margin-top: 15px;
        }
        .c1rightitem_bot {
            flex-direction: row !important;
            align-items: center;
            padding: 20px 5%;
        }
        .c1rightitem:hover {
            transform: translateY(-5px);
            box-shadow: var(--main-shadow);
        }
        .con2 {
            width: 100%;
            margin-top: 15px;
        }
        .con2con {
            width: 80%;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 50px 35px;
            background-color: var(--main-color-white);
        }
        .con2left {
            width: 48%;
        }
        .con2right {
            width: 48%;
        }
        .con2right img {
            width: 100%;
        }
        .con2left p {
            position: relative;
            font-size: 26px;
            margin-bottom: 35px;
            color: var(--main-color-555);
        }
        .con2left p::after {
            position: absolute;
            width: 100px;
            height: 2px;
            background-color: var(--main-color);
            bottom: -15px;
            content: '';
            left: 0;
        }
        .con2left span {
            font-size: 14px;
            color: var(--main-color-666);
            line-height: 25px;
        }
        .con2left a {
            display: block;
            width: 140px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            border-radius: 40px;
            transition: var(--main-transition);
            font-size: 14px;
            margin-top: 50px;
            color: var(--main-color-white);
            background-color: var(--main-color);
        }
        .con2left a:hover {
            transform: translateY(-5px);
            box-shadow: var(--main-shadow);
        }
        .con3 {
            margin-top: 15px;
            width: 100%;
        }
        .con3con {
            width: 80%;
            margin: 0 auto;
            padding: 50px 35px;
            background-color: var(--main-color-white);
        }
        .con3top {
            display: flex;
            align-items: center;
            padding-bottom: 30px;
           /* margin-bottom: 40px;*/
            border-bottom: 1px solid #dcdcdc;
            justify-content: space-between;
        }
        .c3tleft p {
            font-size: 24px;
            color: var(--main-color-333);
            margin-bottom: 10px;
        }
        .c3tleft span {
            color: var(--main-color-666);
            font-size: 15px;
        }
        .c3tright {
            display: flex;
            align-items: center;
        }
        .c3tright a {
            padding: 7px 15px;
            font-size: 14px;
            transition: var(--main-transition);
            margin-left: 20px;
            color: var(--main-color-666);
        }
        .c3tright a:hover {
            color: var(--main-color-white) !important;
            background-color: var(--main-color-222);
        }
        .con3con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con3con ul li {
            cursor: pointer;
            position: relative;
            width: calc((100% - 60px) / 3);
            margin-right: 30px;
            margin-bottom: 30px;
            border: 1px solid #f5f5f5;
        }
        .con3con ul li:nth-child(3n) {
            margin-right: 0;
        }
        .con3con ul li img {
            width: 100%;
        }
        .con3con ul li p {
            font-size: 20px;
            color: var(--main-color-333);
            padding: 0 20px;
            margin: 30px 0;
        }
        .con3con ul li a {
            position: relative;
            margin-left: 20px;
            margin-bottom: 20px;
            display: block;
            color: var(--main-color-666);
            width: 120px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            border: 1px solid #f5f5f5;
            z-index: 10;
        }
        .con3con ul li a i {
            position: relative;
            z-index: 10;
            transition: var(--main-transition);
        }
        .con3con ul li a::after {
            position: absolute;
            width: 0%;
            height: 100%;
            z-index: 1;
            background-color: #333333;
            content: '';
            left: 0;
            transition: var(--main-transition);
            top: 0;
        }
        .con3con ul li:hover a {
            color: var(--main-color-white);
        }
        .con3con ul li:hover a::after {
            width: 100% !important;
        }
        .borderitem {
            position: absolute;
            transition: var(--main-transition);
            background-color: #141414;
        }
        .b_left {
            width: 1px;
            height: 0%;
            left: 0;
            bottom: 0;
        }
        .con3con ul li:hover .b_left {
            height: 100% !important;
        }
        .b_top {
            width: 0px;
            height: 1px;
            left: 0;
            top: 0;
        }
        .con3con ul li:hover .b_top {
            width: 100% !important;
        }
        .b_right {
            width: 1px;
            height: 0;
            right: 0;
            top: 0;
        }
        .con3con ul li:hover .b_right {
            height: 100% !important;
        }
        .b_bottom {
            width: 0;
            height: 1px;
            right: 0;
            bottom: 0;
        }
        .con3con ul li:hover .b_bottom {
            width: 100% !important;
        }
        .more {
            display: block;
            width: 160px;
            transition: var(--main-transition);
            height: 45px;
            text-align: center;
            margin: 0 auto;
            margin-top: 30px;
            font-size: 14px;
            color: var(--main-color-666);
            line-height: 45px;
            border: 1px solid #f1f1f1;
        }
        .more:hover {
            background-color: var(--main-color-333);
            color: var(--main-color-white);
            box-shadow: 0 5px 10px #ccc;
            transform: translateY(-3px);
        }
        .con4 {
            margin-top: 15px;
            width: 100%;
        }
        .con4con {
            width: 80%;
            margin: 0 auto;
            padding: 50px 35px;
            background-color: var(--main-color-white);
        }
        .con4tit {
            margin-bottom: 40px;
        }
        .con4tit strong {
            display: block;
            text-align: center;
            font-size: 24px;
            color: var(--main-color-333);
            font-weight: normal;
        }
        .con4tit span {
            display: block;
            margin-top: 20px;
            font-size: 16px;
            text-align: center;
            color: var(--main-color-999);
        }
        .con4con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con4con ul li {
            width: calc(100% / 7);
            padding: 25px;
            transition: var(--main-transition);
            border-right: 1px solid #eeeeee;
            border-bottom: 1px solid #eeeeee;
        }
        .con4con ul li img {
            width: 100%;
            height: 112px;
            object-fit: contain;
        }
        .con4con ul li:nth-child(7n+1) {
            border-left: 1px solid #eeeeee;
        }
        .con4con ul li:nth-child(-n+7) {
            border-top: 1px solid #eeeeee;
        }
        .con4con ul li:hover {
            box-shadow: 0 0 20px #ccc;
        }
        .con4con p {
            text-align: center;
            margin-top: 30px;
            font-size: 16px;
            line-height: 30px;
            color: var(--main-color-999);
        }
        .con5 {
            margin-top: 15px;
            width: 100%;
        }
        .con5con {
            width: 80%;
            margin: 0 auto;
            padding: 50px 35px;
            background-color: var(--main-color-white);
        }
        .con5con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con5con ul li {
            width: calc((100% - 45px) / 4);
            margin-right: 15px;
            border: 1px solid #eaeaea;
            margin-bottom: 15px;
        }
        .con5con ul li:nth-child(4n) {
            margin-right: 0;
        }
        .t_box {
            overflow: hidden;
        }
        .t_box img {
            width: 100%;
            transition: var(--main-transition);
        }
        .con5con ul li:hover img {
            transform: scale(1.1);
        }
        .con5con ul li p {
            padding: 20px;
            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;
        }
        .con5con ul li a {
            font-size: 14px;
            display: block;
            transition: var(--main-transition);
            width: 110px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #eaeaea;
            color: var(--main-color-555);
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .con5con ul li a:hover {
            background-color: #333;
            color: var(--main-color-white);
        }
        .con6 {
            width: 100%;
            margin-top: 15px;
        }
        .con6con {
            padding: 50px 35px;
            width: 80%;
            margin: 0 auto;
            background-color: var(--main-color-white);
        }
        .con6box {
            display: flex;
            justify-content: space-between;
        }
        .con6left {
            width: 66.3%;
        }
        .con6right {
            width: 32%;
            border: 1px solid #eaeaea;
            padding: 20px;
            transition: var(--main-transition);
        }
        .con6item {
            margin-bottom: 15px;
            padding: 20px;
            border: 1px solid #eaeaea;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            transition: var(--main-transition);
        }
        .con6item:hover {
            background-color: #eaeaea;
        }
        .con6item:hover .goview {
            color: var(--main-color-white);
            background-color: var(--main-color-222) !important;
        }
        .c6left {
            width: 29%;
        }
        .c6left img {
            width: 100%;
        }
        .c6right {
            width: 68%;
        }
        .c6rt {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            justify-content: space-between;
        }
        .c6rt a {
            width: 80%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: 18px;
            color: var(--main-color-333);
        }
        .c6rt span {
            color: var(--main-color-666);
            font-size: 15px;
        }
        .jjspan {
            font-size: 14px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: var(--main-color-888);
            font-size: 14px;
            line-height: 25px;
        }
        .goview {
            width: 130px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            display: block;
            border: 1px solid #eeeeee;
            font-size: 14px;
            color: var(--main-color-666);
            margin-top: 20px;
            transition: var(--main-transition);
        }
        .con6right img {
            width: 100%;
        }
        .rt {
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 10px;
            margin-bottom: 10px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: 18px;
            color: var(--main-color-333);
        }
        .con6right em {
            font-style: normal;
            color: var(--main-color-666);
            font-size: 14px;
            display: block;
        }
        .con6right span {
            font-size: 14px;
            color: var(--main-color-666);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 6;
            margin-top: 20px;
            line-height: 25px;
        }
        .con6right:hover {
            background-color: #eaeaea;
        }
        .con6right:hover .goview {
            background-color: var(--main-color-222) !important;
            color: var(--main-color-white);
        }
        .con6item:last-child {
            margin-bottom: 0 !important;
        }
        .con7 {
            margin-top: 15px;
            width: 100%;
        }
        .con7con {
            width: 80%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 50px 35px;
            background-color: var(--main-color-white);
        }
        .con7left strong {
            display: block;
            font-size: 24px;
            font-weight: normal;
        }
        .con7left p {
            font-size: 14px;
            color: var(--main-color-666);
            margin-top: 20px;
        }
        .con7right img {
            width: 120px;
            height: 120px;
            padding: 5px;
            border: 1px solid #ccc;
        }
        .con7right p {
            color: var(--main-color-666);
            font-size: 14px;
            text-align: center;
            margin-top: 10px;
        }
        .foot {
            width: 100%;
        }
        .footer {
            width: 80%;
            margin: 0 auto;
            background-color: #f6f6f6;
            padding: 50px 35px;
            display: flex;
            align-items: center;
            justify-content: space-between
        }
        .footerleft ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        .footerleft ul li a {
            font-size: 12px;
            color: var(--main-color-666);
            margin-right: 20px;
        }
        .footerright {
            font-size: 12px;
            color: var(--main-color-666);
        }
        .footerright a {
            font-size: 12px;
            color: var(--main-color-666);
        }
        .inbanner {
            width: 100%;
            height: 720px;
            background-image: url(../images/inbanner.jpg);
            position: relative;
            background-size: cover;
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-position: center;
        }
        .in_pos {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .in_pos h1 {
            color: var(--main-color-white);
            font-weight: normal;
            font-size: 48px;
            text-align: center;
            width: 100%;
        }
        .in_pos p {
            text-align: center;
            color: var(--main-color-white);
            font-size: 18px;
            margin: 20px auto;
        }
        .in_pos a {
            display: block;
            width: 190px;
            height: 40px;
            text-align: center;
            background-color: var(--main-color-white);
            color: var(--main-color-333);
            font-size: 18px;
            border-radius: 4px;
            line-height: 40px;
            margin: 0 auto;
            margin-bottom: 120px;
        }
        .in_pos span {
            color: var(--main-color-white);
            font-size: 16px;
        }
        .website1 {
            width: 100%;
            margin-top: 15px;
        }
        .website1con {
            width: 80%;
            margin: 0 auto;
            padding-top: 40px;
        }
        .ws1title {
            margin-bottom: 40px;
        }
        .ws1title h1 {
            color: var(--main-color-333);
            font-size: 26px;
            text-align: center;
            font-weight: normal;
            margin-bottom: 15px;
        }
        .ws1title p {
            text-align: center;
            font-size: 15px;
            color: #575757;
            line-height: 25px;
        }
        .website1con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .website1con ul li:nth-child(4n) {
            margin-right: 0;
        }
        .website1con ul li {
            width: calc((100% - 90px) / 4);
            position: relative;
            overflow: hidden;
            margin-right: 30px;
        }
        .website1con ul li img {
            width: 100%;
        }
        .ws1pos {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
            transition: var(--main-transition);
        }
        .ws1pos img {
            width: 60px !important;
        }
        .ws1pos .ws1line {
            width: 24px;
            height: 2px;
            margin: 20px auto;
            background-color: var(--main-color-white);
        }
        .ws1pos p {
            font-size: 20px;
            color: var(--main-color-white);
            margin-bottom: 20px;
        }
        .ws1pos span {
            color: var(--main-color-white);
            font-size: 14px;
            text-align: center;
            transition: var(--main-transition);
            opacity: 0;
            visibility: hidden;
        }
        .website1con ul li:hover span {
            opacity: 1 !important;
            visibility: visible !important;
        }
        .website1con ul li:hover .ws1pos {
            background: rgba(55, 122, 170, .5) !important;
        }
        .s_img {
            width: 100%;
            transition: var(--main-transition);
        }
        .website1con ul li:hover .s_img {
            transform: scale(1.1);
        }
        .website2 {
            width: 100%;
            margin-top: 15px;
        }
        .website2con {
            padding: 50px 35px;
            background-color: var(--main-color-white);
            width: 80%;
            margin: 0 auto;
        }
        .website2con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .website2con ul li {
            width: 49%;
            padding: 20px;
            background-color: #f2f1f1;
            margin-bottom: 25px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .ws2left {
            border-right: 1px solid #dddddd;
            width: 85px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .ws2left img {
            width: 35px;
        }
        .ws2right {
            width: calc(100% - 85px);
            padding-left: 20px;
        }
        .ws2right p {
            color: var(--main-color-333);
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .ws2right span {
            font-size: 14px;
            color: var(--main-color-666);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .website3 {
            width: 100%;
            margin-top: 15px;
        }
        .website3con {
            width: 80%;
            padding: 50px 35px;
            background-color: var(--main-color-white);
            margin: 0 auto;
        }
        .website3con ul {
            display: flex;
            align-items: center;
        }
        .website3con ul li {
            width: 23%;
            background: #f9f9f9;
            box-shadow: 0 3px 8px #bbb;
        }
        .arrows {
            display: block;
            padding: 0 30px;
        }
        .ws3t {
            height: 50px;
            line-height: 50px;
            text-align: center;
            background-color: #9f9e9d;
            color: var(--main-color-white);
            font-size: 18px;
        }
        .ws3item {
            display: flex;
            align-items: center;
            padding: 20px;
            justify-content: center;
        }
        .ws3item img {
            width: 55px;
            height: 55px;
        }
        .ws3item p {
            font-size: 16px;
            color: var(--main-color-666);
            margin-left: 20px;
        }
        .mini1 {
            width: 100%;
            margin-top: 15px;
        }
        .mini1con {
            width: 80%;
            margin: 0 auto;
            background-color: var(--main-color-white);
            padding: 50px 35px;
        }
        .mini1box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .mini1left {
            width: 40%;
        }
        .mini1left img {
            width: 100%;
        }
        .mini1right {
            width: 50%;
        }
        .mini1right ul {
            display: flex;
            flex-wrap: wrap;
        }
        .mini1right ul li {
            width: calc(100% / 3);
            padding: 20px;
        }
        .mini1right ul li img {
            width: 100%;
        }
        .mini1right p {
            font-size: 16px;
            color: var(--main-color-555);
            line-height: 35px;
        }
        .mini2 {
            width: 100%;
            margin-top: 15px;
        }
        .mini2con {
            width: 80%;
            background-color: var(--main-color-white);
            margin: 0 auto;
            padding: 50px 35px;
        }
        .mini2con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .mini2con ul li {
            width: calc((100% - 45px) / 4);
            margin-right: 15px;
            box-shadow: 0 3px 5px #ddd;
            margin-bottom: 15px;
        }
        .mini2con ul li:nth-child(4n) {
            margin-right: 0;
        }
        .mini2con ul li img {
            width: 100%;
        }
        .mini2con ul li p {
            padding: 20px;
            font-size: 16px;
            color: var(--main-color-333);
            line-height: 25px;
        }
        .mini3 {
            width: 100%;
            margin-top: 15px;
        }
        .mini3con {
            width: 80%;
            margin: 0 auto;
            padding: 50px 35px;
            background-color: var(--main-color-white);
        }
        .mini3con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .mini3con ul li {
            width: calc((100% - 80px) / 5);
            margin-right: 20px;
            margin-bottom: 20px;
            border: 1px solid #ededed;
            text-align: center;
            padding: 25px;
            transition: var(--main-transition);
        }
        .mini3con ul li:nth-child(5n) {
            margin-right: 0;
        }
        .mini3con ul li p {
            font-size: 16px;
            color: var(--main-color-333);
            margin-top: 10px;
        }
        .mini3con ul li:hover {
            box-shadow: var(--main-shadow);
            transform: translateY(-5px);
        }
        .ab1 {
            width: 100%;
            margin-top: 15px;
        }
        .ab1con {
            width: 80%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: var(--main-color-white);
        }
        .ab1left {
            width: 50%;
            padding: 50px 35px;
        }
        .ab1right {
            width: 50%;
        }
        .ab1right img {
            width: 100%;
            object-fit: cover;
        }
        .ab1left p {
            color: var(--main-color-222);
            font-size: 30px;
            margin-bottom: 35px;
        }
        .ab1left span {
            line-height: 30px;
            color: var(--main-color-666);
            font-size: 14px;
        }
        .ab2 {
            width: 100%;
            margin-top: 15px;
        }
        .ab2con {
            width: 80%;
            padding: 55px;
            margin: 0 auto;
            background-image: url(../images/abbg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
        .mumping_mun {
            display: flex;
            justify-content: center;
        }
        .mumping_mun li {
            text-align: center;
            padding: 0 40px;
        }
        .mun_top {
            display: flex;
            align-items: center;
        }
        .mun_top h2 {
            font-size: 35px;
            font-weight: normal;
            color: var(--main-color-white);
        }
        .mun_top span {
            color: var(--main-color-white);
            margin-left: 5px;
            font-weight: bold;
        }
        .mumping_mun li p {
            text-align: center;
            color: var(--main-color-white);
            margin-top: 10px;
            font-size: 15px;
        }
        .a2p {
            color: var(--main-color-white);
            font-size: 26px;
            text-align: center;
            margin-bottom: 25px;
        }
        .a2span {
            color: var(--main-color-white);
            font-size: 14px;
            line-height: 25px;
            text-align: center;
            margin-bottom: 40px;
            display: block;
        }
        .inside {
            width: 100%;
            margin-top: 10%;
            margin-bottom: 15px;
        }
        .insidebox {
            padding: 50px 35px;
            background-color: var(--main-color-white);
            margin: 0 auto;
            width: 80%;
        }
    }
    
    @media only screen and (max-width: 996px) {
        .inside {
            width: 100%;
            padding: 15px;
        }
        .insidebox {
            padding: 15px;
            background-color: var(--main-color-white);
            margin: 0 auto;
        }
        .ab2 {
            width: 100%;
            padding: 0 15px;
            margin-top: 15px;
        }
        .ab2con {
            width: 100%;
            padding: 25px;
            margin: 0 auto;
            background-image: url(../images/abbg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }
        .mumping_mun {
            display: flex;
            justify-content: center;
        }
        .mumping_mun li {
            text-align: center;
            padding: 0 20px;
        }
        .mun_top {
            display: flex;
            align-items: center;
        }
        .mun_top h2 {
            font-size: 32px;
            font-weight: normal;
            color: var(--main-color-white);
        }
        .mun_top span {
            color: var(--main-color-white);
            margin-left: 5px;
            font-weight: bold;
        }
        .mumping_mun li p {
            text-align: center;
            color: var(--main-color-white);
            margin-top: 10px;
            font-size: 14px;
        }
        .a2p {
            color: var(--main-color-white);
            font-size: 24px;
            text-align: center;
            margin-bottom: 15px;
        }
        .a2span {
            color: var(--main-color-white);
            font-size: 14px;
            line-height: 25px;
            text-align: center;
            margin-bottom: 30px;
            display: block;
        }
        .ab1 {
            width: 100%;
            padding: 0 15px;
            margin-top: 15px;
        }
        .ab1con {
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column-reverse;
            justify-content: space-between;
            background-color: var(--main-color-white);
        }
        .ab1left {
            width: 100%;
            margin-top: 20px;
            padding: 50px 35px;
        }
        .ab1right {
            width: 100%;
        }
        .ab1right img {
            width: 100%;
            object-fit: cover;
        }
        .ab1left p {
            color: var(--main-color-222);
            font-size: 24px;
            margin-bottom: 15px;
        }
        .ab1left span {
            line-height: 25px;
            color: var(--main-color-666);
            font-size: 14px;
        }
        .mini3 {
            width: 100%;
            margin-top: 15px;
            padding: 0 15px;
        }
        .mini3con {
            width: 100%;
            margin: 0 auto;
            padding: 15px;
            background-color: var(--main-color-white);
        }
        .mini3con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .mini3con ul li {
            width: calc((100% - 30px) / 3);
            margin-right: 15px;
            margin-bottom: 15px;
            border: 1px solid #ededed;
            text-align: center;
            padding: 10px;
            transition: var(--main-transition);
        }
        .mini3con ul li:nth-child(3n) {
            margin-right: 0;
        }
        .mini3con ul li p {
            font-size: 14px;
            color: var(--main-color-333);
            margin-top: 5px;
        }
        .mini2 {
            width: 100%;
            padding: 0 15px;
            margin-top: 15px;
        }
        .mini2con {
            width: 100%;
            background-color: var(--main-color-white);
            margin: 0 auto;
            padding: 15px;
        }
        .mini2con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .mini2con ul li {
            width: 49%;
            box-shadow: 0 3px 5px #ddd;
            margin-bottom: 15px;
        }
        .mini2con ul li img {
            width: 100%;
        }
        .mini2con ul li p {
            padding: 15px;
            font-size: 14px;
            color: var(--main-color-333);
            line-height: 25px;
        }
        .mini1 {
            width: 100%;
            margin-top: 15px;
            padding: 0 15px;
        }
        .mini1con {
            width: 100%;
            margin: 0 auto;
            background-color: var(--main-color-white);
            padding: 15px;
            padding-top: 30px;
        }
        .mini1box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .mini1left {
            width: 100%;
            margin-bottom: 20px;
        }
        .mini1left img {
            width: 100%;
        }
        .mini1right {
            width: 100%;
        }
        .mini1right ul {
            display: flex;
            flex-wrap: wrap;
        }
        .mini1right ul li {
            width: calc(100% / 3);
            padding: 10px;
        }
        .mini1right ul li img {
            width: 100%;
        }
        .mini1right p {
            font-size: 14px;
            color: var(--main-color-555);
            line-height: 25px;
        }
        .website3 {
            width: 100%;
            margin-top: 15px;
            padding: 0 15px;
        }
        .website3con {
            width: 100%;
            padding: 15px;
            background-color: var(--main-color-white);
            margin: 0 auto;
        }
        .website3con ul {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .website3con ul li {
            width: 100%;
            background: #f9f9f9;
            box-shadow: 0 3px 8px #bbb;
        }
        .arrows {
            display: block;
            padding: 30px 0;
            margin: 0 auto;
            transform: rotate(90deg);
        }
        .ws3t {
            height: 50px;
            line-height: 50px;
            text-align: center;
            background-color: #9f9e9d;
            color: var(--main-color-white);
            font-size: 18px;
        }
        .ws3item {
            display: flex;
            align-items: center;
            padding: 20px;
            justify-content: center;
        }
        .ws3item img {
            width: 55px;
            height: 55px;
        }
        .ws3item p {
            font-size: 16px;
            color: var(--main-color-666);
            margin-left: 20px;
        }
        .website2 {
            width: 100%;
            padding: 0 15px;
            margin-top: 15px;
        }
        .website2con {
            padding: 15px;
            background-color: var(--main-color-white);
            width: 100%;
            margin: 0 auto;
        }
        .website2con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .website2con ul li {
            width: 100%;
            padding: 15px;
            background-color: #f2f1f1;
            margin-bottom: 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .ws2left {
            border-right: 1px solid #dddddd;
            width: 85px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .ws2left img {
            width: 35px;
        }
        .ws2right {
            width: calc(100% - 85px);
            padding-left: 15px;
        }
        .ws2right p {
            color: var(--main-color-333);
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .ws2right span {
            font-size: 14px;
            color: var(--main-color-666);
            width: 100%;
        }
        .website1 {
            width: 100%;
            padding: 0 15px;
            margin-top: 15px;
        }
        .website1con {
            width: 100%;
            margin: 0 auto;
            padding-top: 40px;
        }
        .ws1title {
            margin-bottom: 40px;
        }
        .ws1title h1 {
            color: var(--main-color-333);
            font-size: 24px;
            text-align: center;
            font-weight: normal;
            margin-bottom: 15px;
        }
        .ws1title p {
            text-align: center;
            font-size: 14px;
            color: #575757;
            line-height: 25px;
        }
        .website1con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .website1con ul li {
            width: 100%;
            margin-bottom: 15px;
            position: relative;
            overflow: hidden;
        }
        .website1con ul li img {
            width: 100%;
        }
        .ws1pos {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 15px;
            transition: var(--main-transition);
        }
        .ws1pos img {
            width: 60px !important;
        }
        .ws1pos .ws1line {
            width: 24px;
            height: 2px;
            margin: 20px auto;
            background-color: var(--main-color-white);
        }
        .ws1pos p {
            font-size: 20px;
            color: var(--main-color-white);
            margin-bottom: 20px;
        }
        .ws1pos span {
            color: var(--main-color-white);
            font-size: 14px;
            text-align: center;
            transition: var(--main-transition);
        }
        .s_img {
            width: 100%;
            transition: var(--main-transition);
        }
        .inbanner {
            width: 100%;
            height: 350px;
            background-image: url(../images/inbanner.jpg);
            position: relative;
            background-size: cover;
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-position: center;
            margin-top: 60px;
        }
        .in_pos {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .in_pos h1 {
            color: var(--main-color-white);
            font-weight: normal;
            font-size: 35px;
            text-align: center;
            width: 100%;
        }
        .in_pos p {
            text-align: center;
            color: var(--main-color-white);
            font-size: 16px;
            margin: 15px auto;
        }
        .in_pos a {
            display: block;
            width: 180px;
            height: 35px;
            text-align: center;
            background-color: var(--main-color-white);
            color: var(--main-color-333);
            font-size: 16px;
            border-radius: 4px;
            line-height: 35px;
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .in_pos span {
            color: var(--main-color-white);
            font-size: 14px;
        }
        .foot {
            width: 100%;
            padding: 20px;
            margin-bottom: 60px;
        }
        .footer {
            width: 100%;
            margin: 0 auto;
            flex-wrap: wrap;
            background-color: #f6f6f6;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between
        }
        .footerleft {
            margin-bottom: 10px;
        }
        .footerleft ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        .footerleft ul li a {
            font-size: 12px;
            color: var(--main-color-666);
            margin-right: 20px;
        }
        .footerright {
            font-size: 12px;
            color: var(--main-color-666);
        }
        .footerright a {
            font-size: 12px;
            color: var(--main-color-666);
        }
        .con7 {
            padding: 0 15px;
            margin-top: 10px;
            width: 100%;
        }
        .con7con {
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 20px;
            background-color: var(--main-color-white);
        }
        .con7left {
            width: 100%;
            margin-bottom: 20px;
        }
        .con7left strong {
            display: block;
            font-size: 20px;
            font-weight: normal;
        }
        .con7left p {
            font-size: 14px;
            color: var(--main-color-666);
            margin-top: 15px;
        }
        .con7right img {
            width: 100px;
            height: 100px;
            padding: 3px;
            border: 1px solid #ccc;
        }
        .con7right p {
            color: var(--main-color-666);
            font-size: 14px;
            text-align: center;
            margin-top: 10px;
        }
        .con6 {
            width: 100%;
            padding: 0 15px;
            margin-top: 10px;
        }
        .con6con {
            padding: 20px;
            width: 100%;
            margin: 0 auto;
            background-color: var(--main-color-white);
        }
        .con6box {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con6left {
            width: 100%;
            margin-bottom: 15px;
        }
        .con6right {
            width: 100%;
            border: 1px solid #eaeaea;
            padding: 10px;
            transition: var(--main-transition);
        }
        .con6item {
            margin-bottom: 15px;
            padding: 10px;
            border: 1px solid #eaeaea;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            transition: var(--main-transition);
        }
        .c6left {
            width: 100%;
        }
        .c6left img {
            width: 100%;
        }
        .c6right {
            width: 100%;
            padding: 10px;
        }
        .c6rt {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 15px;
            justify-content: space-between;
        }
        .c6rt a {
            width: 100%;
            margin-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: 18px;
            color: var(--main-color-333);
        }
        .c6rt span {
            color: var(--main-color-666);
            font-size: 15px;
        }
        .jjspan {
            font-size: 14px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: var(--main-color-888);
            font-size: 14px;
            line-height: 25px;
        }
        .goview {
            width: 130px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            display: block;
            border: 1px solid #eeeeee;
            font-size: 14px;
            color: var(--main-color-666);
            margin-top: 20px;
            transition: var(--main-transition);
        }
        .con6right img {
            width: 100%;
        }
        .rt {
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 10px;
            margin-bottom: 10px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-size: 18px;
            color: var(--main-color-333);
        }
        .con6right em {
            font-style: normal;
            color: var(--main-color-666);
            font-size: 14px;
            display: block;
        }
        .con6right span {
            font-size: 14px;
            color: var(--main-color-666);
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-top: 20px;
            line-height: 25px;
        }
        .con6right:hover {
            background-color: #eaeaea;
        }
        .con6right:hover .goview {
            background-color: var(--main-color-222) !important;
            color: var(--main-color-white);
        }
        .con6item:last-child {
            margin-bottom: 0 !important;
        }
        .con5 {
            padding: 0 15px;
            margin-top: 15px;
        }
        .con5con {
            width: 100%;
            margin: 0 auto;
            padding: 20px;
            background-color: var(--main-color-white);
        }
        .con5con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con5con ul li {
            width: 49%;
            border: 1px solid #eaeaea;
            margin-bottom: 15px;
        }
        .t_box {
            overflow: hidden;
        }
        .t_box img {
            width: 100%;
        }
        .con5con ul li p {
            margin: 20px auto;
            color: var(--main-color-333);
            font-size: 15px;
            width: 90%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }
        .con5con ul li a {
            font-size: 12px;
            display: block;
            transition: var(--main-transition);
            width: 110px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #eaeaea;
            color: var(--main-color-555);
            margin: 0 auto;
            margin-bottom: 30px;
        }
        .con5con ul li a:hover {
            background-color: #333;
            color: var(--main-color-white);
        }
        .con4con p {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
            line-height: 25px;
            color: var(--main-color-999);
        }
        .con4 {
            padding: 0 15px;
            margin-top: 15px;
        }
        .con4con {
            width: 100%;
            margin: 0 auto;
            padding: 20px;
            background-color: var(--main-color-white);
        }
        .con4tit {
            margin-bottom: 20px;
        }
        .con4tit strong {
            display: block;
            text-align: center;
            font-size: 20px;
            color: var(--main-color-333);
            font-weight: normal;
        }
        .con4tit span {
            display: block;
            margin-top: 10px;
            font-size: 14px;
            text-align: center;
            color: var(--main-color-999);
        }
        .con4con ul {
            display: flex;
            flex-wrap: wrap;
        }
        .con4con ul li {
            width: calc(100% / 3);
            padding: 25px;
            transition: var(--main-transition);
            border-right: 1px solid #eeeeee;
            border-bottom: 1px solid #eeeeee;
        }
        .con4con ul li img {
            width: 100%;
        }
        .con4con ul li:nth-child(3n+1) {
            border-left: 1px solid #eeeeee;
        }
        .con4con ul li:nth-child(-n+3) {
            border-top: 1px solid #eeeeee;
        }
        .con4con ul li:hover {
            box-shadow: 0 0 20px #ccc;
        }
        .con3 {
            padding: 0 15px;
            margin-top: 15px;
        }
        .con3con {
            width: 100%;
            margin: 0 auto;
            padding: 20px;
            background-color: var(--main-color-white);
        }
        .con3top {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding-bottom: 30px;
            margin-bottom: 40px;
            border-bottom: 1px solid #dcdcdc;
            justify-content: space-between;
        }
        .c3tleft p {
            font-size: 24px;
            width: 100%;
            color: var(--main-color-333);
            margin-bottom: 10px;
        }
        .c3tleft span {
            color: var(--main-color-666);
            font-size: 14px;
        }
        .c3tright {
            margin-top: 10px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        .c3tright a {
            padding: 7px 15px;
            font-size: 14px;
            transition: var(--main-transition);
            margin-right: 10px;
            color: var(--main-color-666);
        }
        .c3tright a:hover {
            color: var(--main-color-white) !important;
            background-color: var(--main-color-222);
        }
        .con3con ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con3con ul li {
            cursor: pointer;
            width: 49%;
            position: relative;
            margin-bottom: 15px;
            border: 1px solid #f5f5f5;
        }
        .con3con ul li img {
            width: 100%;
        }
        .con3con ul li p {
            font-size: 16px;
            color: var(--main-color-333);
            padding: 0 10px;
            margin: 10px 0;
        }
        .con3con ul li a {
            position: relative;
            margin-left: 10px;
            margin-bottom: 15px;
            display: block;
            color: var(--main-color-666);
            width: 100px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #f5f5f5;
            background-color: #333333;
            z-index: 10;
            color: var(--main-color-white);
            font-size: 14px !important;
        }
        .con3con ul li:hover a {
            color: var(--main-color-white);
        }
        .con3con ul li:hover a::after {
            width: 100% !important;
        }
        .borderitem {
            position: absolute;
            transition: var(--main-transition);
            background-color: #141414;
        }
        .b_left {
            width: 1px;
            height: 0%;
            left: 0;
            bottom: 0;
        }
        .con3con ul li:hover .b_left {
            height: 100% !important;
        }
        .b_top {
            width: 0px;
            height: 1px;
            left: 0;
            top: 0;
        }
        .con3con ul li:hover .b_top {
            width: 100% !important;
        }
        .b_right {
            width: 1px;
            height: 0;
            right: 0;
            top: 0;
        }
        .con3con ul li:hover .b_right {
            height: 100% !important;
        }
        .b_bottom {
            width: 0;
            height: 1px;
            right: 0;
            bottom: 0;
        }
        .con3con ul li:hover .b_bottom {
            width: 100% !important;
        }
        .more {
            display: block;
            width: 120px;
            transition: var(--main-transition);
            height: 30px;
            text-align: center;
            margin: 0 auto;
            margin-top: 30px;
            font-size: 13px;
            line-height: 30px;
            border: 1px solid #f1f1f1;
            background-color: var(--main-color-333);
            color: var(--main-color-white);
            box-shadow: 0 5px 10px #ccc;
        }
        .con2 {
            width: 100%;
            padding: 0 15px;
        }
        .con2con {
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 20px;
            flex-direction: column-reverse;
            background-color: var(--main-color-white);
        }
        .con2left {
            width: 100%;
            margin-top: 20px;
        }
        .con2right {
            width: 100%;
        }
        .con2right img {
            width: 100%;
        }
        .con2left p {
            position: relative;
            font-size: 22px;
            margin-bottom: 25px;
            color: var(--main-color-555);
        }
        .con2left p::after {
            position: absolute;
            width: 100px;
            height: 2px;
            background-color: var(--main-color);
            bottom: -15px;
            content: '';
            left: 0;
        }
        .con2left span {
            font-size: 14px;
            color: var(--main-color-666);
            line-height: 25px;
        }
        .con2left a {
            display: block;
            width: 140px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            border-radius: 40px;
            transition: var(--main-transition);
            font-size: 14px;
            margin-top: 20px;
            color: var(--main-color-white);
            background-color: var(--main-color);
        }
        .con2left a:hover {
            transform: translateY(-5px);
            box-shadow: var(--main-shadow);
        }
        .con1 {
            width: 100%;
            padding: 15px;
        }
        .con1con {
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .con1left {
            width: 100%;
            margin-bottom: 15px;
            background-color: var(--main-color-white);
            transition: var(--main-transition);
            padding: 15px 20px;
        }
        .con1right {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: space-between;
            justify-content: space-between;
        }
        .con1left p {
            font-size: 20px;
            position: relative;
            color: var(--main-color-333);
            margin-bottom: 15px;
        }
        .con1left p::after {
            position: absolute;
            width: 10px;
            height: 2px;
            background-color: #9a9a9a;
            left: 0;
            content: '';
            bottom: -10px;
        }
        .con1left span {
            color: var(--main-color-666);
            font-size: 12px;
            line-height: 25px;
        }
        .lefticon {
            display: block;
            width: 35px;
            margin: 20px 0;
        }
        .leftpic {
            width: 100%;
        }
        .c1rightitem {
            padding: 15px 20px;
            width: 100%;
            transition: var(--main-transition);
            display: flex;
            flex-wrap: wrap;
            cursor: pointer;
            margin-bottom: 15px;
            flex-direction: column;
            background-color: var(--main-color-white);
        }
        .c1rightitem_bot {
            width: 100%;
        }
        .c1rightitem strong {
            font-weight: normal;
            font-size: 20px;
            display: block;
            margin-bottom: 10px;
            color: var(--main-color-333);
        }
        .c1rightitem span {
            color: var(--main-color-666);
            font-size: 12px;
            line-height: 25px;
        }
        .c1rightitem img {
            width: 35px;
            display: block;
            margin: 0 auto;
        }
        .c1rightitem p {
            text-align: center;
            font-size: 14px;
            color: var(--main-color-555);
            margin-top: 10px;
        }
        .bannerpage .swiper-pagination-bullet {
            width: 8px;
            transition: var(--main-transition);
            height: 8px;
            background-color: var(--main-color-white);
            opacity: 1;
        }
        .bannerpage .swiper-pagination-bullet-active {
            background-color: var(--main-color) !important;
            width: 30px !important;
            border-radius: 30px !important;
        }
        .ml_banner {
            width: 100%;
            margin-top: 60px !important;
        }
        .ml_banner img {
            width: 100%;
        }
        html {
            overflow-x: hidden;
        }
        .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 #424242;
            background-color: var(--main-color-222);
        }
        .ml_mbnav_3_item>a {
            display: block;
            width: 100%;
            height: 40px;
            line-height: 40px;
            color: var(--main-color-white);
            font-size: 14px;
            padding-left: 35px;
        }
        .ml_mb_nav i {
            font-size: 22px !important;
            color: var(--main-color-white);
            transition: var(--main-transition);
        }
        .ml_mbnav_2_item {
            display: flex;
            padding: 0 20px;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #424242;
            background-color: var(--main-color-222);
        }
        .ml_mbnav_2_item>a {
            display: block;
            height: 40px;
            width: 100%;
            line-height: 40px;
            color: var(--main-color-white);
            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-white);
            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 #424242;
        }
        .ml_mb_nav {
            width: 100%;
            height: calc(100% - 60px);
            position: fixed;
            top: 60px;
            right: -100%;
            background-color: var(--main-color-222);
            z-index: 100;
            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-white);
            transition: var(--main-transition);
        }
        .hb {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            height: 20px;
            flex-direction: column;
        }
        .ml_mb_logo img {
            height: 50px;
        }
        .ml_mb_head {
            display: flex;
            height: 60px;
            padding: 0 20px;
            background-color: var(--main-color-222);
            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: 99999;
            border-bottom: 1px solid #424242;
        }
        .ml_pcheader {
            display: none;
        }
    }