* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #da0024;
    --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-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;
        background-color: var(--main-color-white);
        height: 120px;
        background-color: #fff;
    }
    .pcheader {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 120px;
    }
    .pclogo img {
        height: 70px;
    }
    .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: 80px;
        line-height: 80px;
        font-size: 18px;
        transition: var(--main-transition);
        color: #000;
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 150px;
        background-color: var(--main-color-white);
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-666);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color-white);
        font-weight: bold;
        background-color: var(--main-color);
    }
    .pc_sec_item a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .pcnav li:hover .pc_sec_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pcnav li:hover {
        background-color: var(--main-color) !important;
    }
    .pcnav li:hover .first_a {
        color: #fff;
        font-weight: bold;
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color-white) !important;
        font-weight: bold;
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
        font-weight: bold;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-666);
        background-color: var(--main-color-white);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
        margin-top: 80px !important;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
    .copy {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-top: 1px solid #555555;
        background-color: #3b3d40;
    }
    .copycon {
        text-align: center;
        max-width: 1200px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-999);
        margin: 0 auto;
    }
    .copycon a {
        font-size: 14px;
        color: var(--main-color-999);
    }
    .inside {
        padding: 15px 0;
        padding-bottom: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .con1 {
        width: 100%;
        padding: 80px 0;
    }
    .con1con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con1title {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .con1title img {
        width: 20px;
        display: block;
        margin-right: 5px;
    }
    .con1titleright strong {
        display: block;
        font-size: 22px;
        color: var(--main-color-333);
    }
    .con1titleright span {
        display: block;
        font-size: 12px;
        color: var(--main-color-999);
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1con ul li {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
        /*border: 1px solid var(--main-color);*/
    }
    .con1con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con1pos {
        width: 100%;
        height: 40px;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con1pos a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-white);
        text-align: center;
        font-size: 14px;
        color: var(--main-color-333);
    }
    .con1con ul li:hover img {
        transform: scale(1.5);
        filter: grayscale(0);
    }
    .con1con ul li img {
        width: 100%;
        height: 280px;
        transition: var(--main-transition);
        object-fit: cover;
        /*filter: grayscale(1);*/
    }
    .more {
        display: block;
        margin: 0 auto;
        margin-top: 50px;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: #000;
        transition: var(--main-transition);
        font-size: 14px;
    }
    .more:hover {
        background-color: var(--main-color) !important;
    }
    .con2 {
        width: 100%;
        padding-bottom: 80px;
    }
    .con2con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con_title {
        font-size: 22px;
        text-align: center;
        display: block;
        color: var(--main-color-333);
        font-weight: 600;
        margin-bottom: 40px;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #dbdbdb;
        transition: var(--main-transition);
    }
    .con2con ul li:nth-child(4n) {
        margin-right: 0px;
    }
    .con2con ul li img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .con2con ul li:hover {
        border: 1px solid var(--main-color);
    }
    .con2con ul li p {
        font-size: 13px;
        margin: 10px 0;
        text-align: center;
        color: var(--main-color);
        font-weight: bold;
    }
    .con2con ul li span {
        color: var(--main-color-333);
        font-size: 14px;
        text-align: center;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 20px;
    }
    .con3 {
        width: 100%;
        padding: 100px 0;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }
    .con3con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: right;
    }
    .con3box {
        padding: 60px 37px;
        width: 575px;
        height: 360px;
        background: rgba(0, 0, 0, 0%);
    }
    .con3box p {
        font-size: 16px;
        color: #000;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }
    .con3box a {
        display: block;
        margin-top: 50px;
    }
    .con4 {
        padding: 80px 0;
    }
    .con4con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4con ul li {
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
        margin-bottom: 25px;
        padding: 15px;
        transition: var(--main-transition);
        border: 1px solid transparent;
    }
    .con4con ul li img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con4con ul li:hover {
        border: 1px solid #dbdbdb;
    }
    .index_newbox {
        overflow: hidden;
        display: block;
    }
    .con4con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con4con ul li .indexnew_tit {
        font-size: 16px;
        margin: 15px 0;
        color: var(--main-color-333);
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con4con ul li p {
        font-size: 12px;
        color: var(--main-color-999);
    }
    .con4con ul li span {
        color: var(--main-color-999);
        font-size: 12px;
        display: block;
        margin-top: 10px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 25px;
        -webkit-line-clamp: 2;
    }
    .con5 {
        padding: 80px 0;
        width: 100%;
    }
    .con5con {
        max-width: 800px;
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con5con ul li {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .con5con ul li:nth-child(2n) {
        border: none;
    }
    .con5con ul li img {
        width: 43px;
    }
    .con5con ul li p {
        font-size: 14px;
        color: #222;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .con5con ul li span {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        color: #fff;
        font-size: 14px;
    }
    .con5con ul li strong {
        font-size: 12px;
        color: #222;
    }
    .foot {
        width: 100%;
        background-color: #000000;
        padding: 70px 0;
    }
    .footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footerleft {
        /* flex: 1; */
        padding-right: 20px;
    }
    .footerleft ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footerleft ul li {
        /* flex: 1; */
        padding: 0 10px;
    }
    .footerleft ul li a {
        display: block;
        font-size: 12px;
        color: var(--main-color-888);
        margin-bottom: 5px;
    }
    .footerleft ul li strong {
        display: block;
        color: var(--main-color-white);
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: normal;
    }
    .footerright {
        flex: 1;
    }
    .footerright ul {
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .footerright ul li {
        margin-left: 30px;
    }
    .footerright ul li p {
        font-size: 12px;
        padding: 10px 0;
        text-align: center;
        color: var(--main-color-white);
    }
    .footerright ul li img {
        width: 100px;
        height: 100px;
        padding: 5px;
        border: 1px solid #424242;
        object-fit: cover;
    }
    .inbanner {
        width: 100%;
        margin-top: 80px;
        height: 250px;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        font-size: 30px;
        color: var(--main-color-white);
        text-align: center;
        font-weight: normal;
    }
    .mendian1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 80px auto;
        padding: 40px;
        background-color: var(--main-color-white);
        max-width: 1200px;
        align-items: center;
    }
    .mendian1right p {
        font-size: 15px;
        margin-bottom: 20px;
        color: #222;
    }
    .mendian1left {
        width: 48%;
    }
    .mendian1left img {
        width: 100%;
    }
    .mendian1right {
        width: 48%;
    }
    .mendian1right ul li {
        display: flex;
        align-items: center;
        padding: 5px 0;
    }
    .mendian1right ul li i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px !important;
        width: 14px !important;
        color: var(--main-color);
    }
    .mendian1right ul li span {
        display: block;
        flex: 1;
        padding-left: 15px;
        font-size: 14px;
    }
    .mendian2 {
        max-width: 1200px;
        margin: 80px auto;
    }
    .mtab {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mtab span {
        cursor: pointer;
        padding: 5px 15px;
        font-size: 14px;
        margin: 0 15px;
    }
    .mtab span:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .choo {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .md_fycon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 50px;
    }
    .md_fycon .mendian1right {
        width: 49%;
        margin-bottom: 30px;
        background-color: #fff;
        padding: 30px;
    }
    .md_fy {
        display: none;
    }
    .aboutus1 {
        width: 100%;
        padding: 80px 0;
    }
    .aboutus1con {
        max-width: 1200px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .aboutus1left {
        width: 48%;
    }
    .aboutus1right {
        width: 42%;
    }
    .aboutus1left strong {
        display: block;
        font-size: 22px;
        color: var(--main-color-333);
        margin-bottom: 15px;
    }
    .aboutus1left ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus1left ul li {
        width: 48%;
    }
    .aboutus1left ul li p {
        text-align: center;
        color: var(--main-color-333);
        font-size: 14px;
        padding: 10px 0;
    }
    .aboutus1left ul li img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .aboutus1right {
        padding: 50px;
        margin-top: -140px;
        background-color: var(--main-color);
    }
    .aboutus1right p {
        font-size: 14px;
        color: var(--main-color-white);
        line-height: 25px;
    }
    .aboutus2 {
        width: 100%;
        padding: 80px 0;
        background-color: #f5f5f5;
    }
    .aboutus2con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .timeline {
        margin-top: 50px;
    }
    .timeline ul li {
        padding: 25px;
        border-bottom: 1px solid #f5f5f5;
        background-color: var(--main-color-white);
    }
    .timeline ul li p {
        font-size: 14px;
        color: var(--main-color);
        margin-bottom: 15px;
    }
    .timeline ul li span {
        color: var(--main-color-888);
        font-size: 14px;
    }
    .ad_box {
        overflow: hidden;
    }
}

@media only screen and (max-width: 996px) {
    .ad_box {
        overflow: hidden;
    }
    .aboutus2 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f5f5f5;
    }
    .aboutus2con {
        margin: 0 auto;
    }
    .timeline {
        margin-top: 20px;
    }
    .timeline ul li {
        padding: 15px;
        border-bottom: 1px solid #f5f5f5;
        background-color: var(--main-color-white);
    }
    .timeline ul li p {
        font-size: 14px;
        color: var(--main-color);
        margin-bottom: 15px;
    }
    .timeline ul li span {
        color: var(--main-color-888);
        font-size: 14px;
    }
    .aboutus1 {
        width: 100%;
        padding: 30px 15px;
    }
    .aboutus1con {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .aboutus1left {
        width: 100%;
        margin-bottom: 25px;
    }
    .aboutus1right {
        width: 100%;
        background-color: var(--main-color);
        padding: 20px;
    }
    .aboutus1left strong {
        display: block;
        font-size: 22px;
        color: var(--main-color-333);
        margin-bottom: 15px;
    }
    .aboutus1left ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aboutus1left ul li {
        width: 48%;
    }
    .aboutus1left ul li p {
        text-align: center;
        color: var(--main-color-333);
        font-size: 14px;
        padding: 10px 0;
    }
    .aboutus1left ul li img {
        width: 100%;
        height: 150px;
        object-fit: contain;
    }
    .aboutus1right p {
        font-size: 14px;
        color: var(--main-color-white);
        line-height: 25px;
    }
    .mendian2 {
        width: 95%;
        margin: 30px auto;
        padding: 20px 0;
    }
    .mtab {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mtab span {
        cursor: pointer;
        padding: 5px 15px;
        font-size: 14px;
        margin: 0 15px;
    }
    .mtab span:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .choo {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .md_fycon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }
    .md_fycon .mendian1right {
        width: 100%;
        margin-bottom: 30px;
        background-color: #fff;
        padding: 30px;
    }
    .md_fy {
        display: none;
    }
    .inbanner {
        width: 100%;
        margin-top: 60px;
        height: 200px;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        font-size: 30px;
        color: var(--main-color-white);
        text-align: center;
        font-weight: normal;
    }
    .mendian1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 30px auto;
        padding: 20px;
        background-color: var(--main-color-white);
        width: 95%;
        align-items: center;
    }
    .mendian1right p {
        font-size: 15px;
        margin-bottom: 10px;
        color: #222;
    }
    .mendian1left {
        width: 100%;
        margin-bottom: 20px;
    }
    .mendian1left img {
        width: 100%;
    }
    .mendian1right {
        width: 48%;
    }
    .mendian1right ul li {
        display: flex;
        align-items: center;
        padding: 5px 0;
    }
    .mendian1right ul li i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px !important;
        width: 14px !important;
        color: var(--main-color);
    }
    .mendian1right ul li span {
        display: block;
        flex: 1;
        padding-left: 15px;
        font-size: 14px;
    }
    .foot {
        width: 100%;
        background-color: #000;
        padding: 30px 15px;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footerleft {
        width: 100%;
    }
    .footerleft ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footerleft ul li {
        width: 31%;
        margin-bottom: 20px;
    }
    .footerleft ul li a {
        display: block;
        font-size: 14px;
        color: var(--main-color-white);
        margin-bottom: 5px;
    }
    .footerleft ul li strong {
        display: block;
        color: var(--main-color-white);
        margin-bottom: 15px;
    }
    .footerright {
        width: 100%;
        margin-top: 20px;
    }
    .footerright ul {
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .footerright ul li {
        margin-right: 30px;
    }
    .footerright ul li p {
        font-size: 12px;
        padding: 10px 0;
        text-align: center;
        color: var(--main-color-white);
    }
    .footerright ul li img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .con5 {
        padding: 30px 15px;
        width: 100%;
    }
    .con5con {
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5con ul li {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .con5con ul li img {
        width: 43px;
    }
    .con5con ul li p {
        font-size: 14px;
        color: #222;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .con5con ul li span {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        color: #222;
        font-size: 14px;
    }
    .con5con ul li strong {
        font-size: 12px;
        color: #222;
    }
    .con4 {
        padding: 30px 15px;
    }
    .con4con {
        margin: 0 auto;
    }
    .con4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4con ul li {
        width: 100%;
        margin-bottom: 25px;
        padding: 15px;
        transition: var(--main-transition);
        border: 1px solid #dbdbdb;
    }
    .con4con ul li img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .index_newbox {
        overflow: hidden;
        display: block;
    }
    .con4con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con4con ul li .indexnew_tit {
        font-size: 16px;
        margin: 15px 0;
        color: var(--main-color-333);
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con4con ul li p {
        font-size: 12px;
        color: var(--main-color-999);
    }
    .con4con ul li span {
        color: var(--main-color-999);
        font-size: 12px;
        display: block;
        margin-top: 10px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 25px;
        -webkit-line-clamp: 2;
    }
    .con3 {
        width: 100%;
        padding: 50px 15px;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .con3con {
        margin: 0 auto;
    }
    .con3box {
        padding: 20px;
        background: rgba(218, 0, 36, 0.78);
    }
    .con3box p {
        font-size: 13px;
        color: var(--main-color-white);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }
    .con3box a {
        display: block;
        margin-top: 20px;
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
    }
    .con2con {
        margin: 0 auto;
    }
    .con_title {
        font-size: 20px;
        text-align: center;
        display: block;
        color: var(--main-color-333);
        font-weight: 600;
        margin-bottom: 30px;
    }
    .con2con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: 48%;
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #dbdbdb;
        transition: var(--main-transition);
    }
    .con2con ul li img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .con2con ul li:hover {
        border: 1px solid var(--main-color);
    }
    .con2con ul li p {
        font-size: 13px;
        margin: 10px 0;
        text-align: center;
        color: var(--main-color);
        font-weight: bold;
    }
    .con2con ul li span {
        color: var(--main-color-333);
        font-size: 14px;
        text-align: center;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 20px;
    }
    .more {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
    }
    .con1con {
        margin: 0 auto;
    }
    .con1title {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    .con1title img {
        width: 20px;
        display: block;
        margin-right: 5px;
    }
    .con1titleright strong {
        display: block;
        font-size: 22px;
        color: var(--main-color-333);
    }
    .con1titleright span {
        display: block;
        font-size: 12px;
        color: var(--main-color-999);
    }
    .con1con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con1con ul li {
        width: calc(100% / 2);
        overflow: hidden;
        position: relative;
    }
    .con1pos {
        width: 100%;
        height: 40px;
        top: 0;
        left: 0;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con1pos a {
        display: block;
        width: 100%;
        height: 40px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-height: 40px;
        color: var(--main-color-white);
        text-align: center;
        font-size: 14px;
        background-color: var(--main-color);
    }
    .con1con ul li:hover img {
        transform: scale(1.5);
        filter: grayscale(0);
    }
    .con1con ul li img {
        width: 100%;
        height: 200px;
        transition: var(--main-transition);
        object-fit: cover;
    }
    .inside {
        padding: 20px 15px;
        margin: 0 auto;
    }
    .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-white);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 340px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: #000;
        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;
    }
}