* {
    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: #f9c639;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-color-222: #222222;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: var(--main-color-white);
        height: 80px;
    }
    .pcheader {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
    }
    .pclogo img {
        height: 60px;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
    }
    .pcnav>li {
        position: relative;
        transition: var(--main-transition);
    }
    .pcnav>li>a {
        display: block;
        height: 80px;
        line-height: 80px;
        font-size: 14px;
        transition: var(--main-transition);
        color: var(--main-color-333);
        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);
    }
    .foot {
        padding: 55px 0;
        background-color: var(--main-color-white);
    }
    .footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footerleft {
        /* flex: 1; */
    }
    .footerleft ul {
        display: flex;
        align-items: center;
    }
    .footerleft ul li a {
        font-size: 13px;
        color: var(--main-color-888);
        display: block;
    }
    .footerleft ul span {
        font-size: 13px;
        color: var(--main-color-888);
        padding: 0 15px;
    }
    .tactcon {
        margin-top: 20px;
    }
    .tactitem {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .tactitem i {
        font-size: 15px;
        color: var(--main-color);
    }
    .tactitem span {
        flex: 1;
        font-size: 12px;
        color: var(--main-color-888);
        display: block;
        padding-left: 15px;
    }
    .footerright {
        flex: 1;
    }
    .footerright ul {
        display: flex;
        justify-content: right;
    }
    .footerright ul li {
        margin-left: 50px;
    }
    .footerright ul li img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .footerright ul li p {
        text-align: center;
        color: var(--main-color-999);
        font-size: 14px;
        padding: 10px 0;
        text-align: center;
    }
    .inside {
        padding: 15px 0;
        padding-bottom: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .inbanner {
        width: 100%;
        height: 200px;
        margin-top: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../images/inbanner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .inbanner strong {
        display: block;
        text-align: center;
        font-size: 25px;
        color: var(--main-color-222);
        font-weight: normal;
    }
    .con1 {
        padding: 80px 0;
        background-color: #f2f2f2;
    }
    .con1con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con1conleft {
        width: 25%;
        padding-right: 10%;
    }
    .con1conleft strong {
        display: block;
        color: #1a1a1a;
        font-size: 30px;
    }
    .con1conleft p {
        color: #c3c3c3;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .con1conright {
        flex: 1;
        padding-left: 25px;
    }
    .con1conright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px;
        background-color: var(--main-color-white);
    }
    .con1conright ul li {
        width: 49%;
        display: flex;
        cursor: pointer;
        align-items: center;
        padding: 15px 20px;
        overflow: hidden;
    }
    .con1conright ul li:hover img {
        transform: scale(1.1);
    }
    .con1conright ul li img {
        height: 230px;
        transition: var(--main-transition);
        width: 50%;
        object-fit: cover;
    }
    .con1_liright {
        flex: 1;
        padding-left: 10px;
    }
    .con1_liright p {
        font-size: 16px;
        width: 100%;
        /* overflow: hidden; */
        text-overflow: ellipsis;
        /* display: -webkit-box; */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-222);
    }
    .con1_liright span {
        color: var(--main-color-999);
        font-size: 14px;
    }
    .con1_liright h6 {
        font-weight: normal;
        margin-top: 25px;
        color: var(--main-color-222);
        font-size: 16px;
    }
    .more {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-white);
        background-color: var(--main-color);
        /* float: right; */
    }
    .con2 {
        padding: 135px 0;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .con2con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con2con strong {
        font-size: 42px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .con2con p {
        color: var(--main-color-white);
        font-size: 15px;
        margin-top: 15px;
    }
    .con2con img {
        cursor: pointer;
        width: 85px;
        height: 85px;
        object-fit: cover;
        display: block;
        margin-top: 35px;
        animation: alternate-reverse scale 2s infinite;
    }
    @keyframes scale {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
    .video_lay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background: rgba(0, 0, 0, .7);
        display: none;
    }
    .video_layout {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .video_layout video {
        width: 1000px;
        margin: 0 auto;
        display: block;
    }
    .cancle {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }
    .con3 {
        width: 100%;
        padding: 80px 0;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .con3con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: var(--main-color-white);
        padding: 25px;
        align-items: center;
    }
    .con3conleft {
        width: 48%;
    }
    .con3conleft img {
        width: 100%;
    }
    .con3conright {
        width: 48%;
    }
    .con3conright strong {
        font-size: 30px;
        color: var(--main-color-222);
        margin-bottom: 35px;
        display: block;
    }
    .con3conright p {
        font-size: 14px;
        color: var(--main-color-555);
        line-height: 25px;
        margin-bottom: 15px;
    }
    .mroe1 {
        width: 250px;
        height: 95px;
        background-color: var(--main-color);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: 40px;
    }
    .mroe1 span {
        display: block;
        margin-right: 20px;
        font-size: 16px;
    }
    .con4 {
        padding: 80px 0;
    }
    .con4con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .contitle {
        margin-bottom: 35px;
    }
    .contitle strong {
        color: var(--main-color-222);
        font-size: 30px;
    }
    .contitle span {
        display: block;
        font-size: 14px;
        color: #c3c3c3;
    }
    .indexnewcon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .indexnewconleft {
        width: 62%;
    }
    .indexnewconright {
        width: 36%;
    }
    .indexnewconleft ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .indexnewconleft ul li {
        width: 49%;
        transition: var(--main-transition);
        border: 2px solid #222222;
        padding: 30px;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .indexnewconleft ul li:hover {
        border: 2px solid var(--main-color) !important;
    }
    .indexnewconleft ul li:hover a {
        color: var(--main-color) !important;
    }
    .indexnewconleft ul li a {
        transition: var(--main-transition);
        font-size: 16px;
        color: var(--main-color-333);
        font-weight: bold;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 20px;
    }
    .cz {
        display: flex;
        align-items: center;
    }
    .czitem {
        display: flex;
        align-items: center;
        margin-right: 15px;
    }
    .czitem span {
        color: var(--main-color-999);
        font-size: 13px;
        margin-left: 5px;
    }
    .czitem i {
        font-size: 12px;
        color: var(--main-color-999);
    }
    .indexnewconright {
        position: relative;
    }
    .indexnewconright img {
        height: 317px;
        width: 100%;
        object-fit: cover;
    }
    .newpos {
        position: absolute;
        bottom: 15px;
        font-size: 14px;
        left: 0;
        width: 100%;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: var(--main-color);
    }
    .newpos:hover {
        background-color: #000 !important;
        color: var(--main-color-white);
    }
    .con5 {
        padding: 80px 0;
        background-color: #ffcb3a;
    }
    .con5con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con5con .contitle span {
        color: var(--main-color-222);
    }
    .con5box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con5boxleft {
        width: 35%;
    }
    .con5boxleft ul li {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        align-items: center;
    }
    .con5boxleft ul li:nth-child(3n) {
        margin-bottom: 0px;
    }
    .iiconbox {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .iiconbox i {
        font-size: 15px;
        color: var(--main-color) !important;
    }
    .tactli {
        padding-left: 15px;
    }
    .tactli p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .tactli span {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .con5boxright {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con5boxright input {
        width: 48%;
        height: 40px;
        padding-left: 15px;
        outline: none;
        background-color: transparent;
        margin-bottom: 25px;
        border: 2px solid #1a1a1a;
    }
    .con5boxright textarea {
        width: 100%;
        height: 100px;
        padding-left: 15px;
        outline: none;
        background-color: transparent;
        margin-bottom: 25px;
        border: 2px solid #1a1a1a;
        padding-top: 15px;
    }
    .con5boxright {
        flex: 1;
    }
    .con5boxright a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: #000;
        font-size: 14px;
    }
    .aboutus1 {
        width: 100%;
        padding: 80px 0;
        background-color: var(--main-color);
    }
    .aboutus1con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .aboutus1con strong {
        font-size: 30px;
        font-weight: normal;
        text-align: center;
        max-width: 800px;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px;
    }
    .aboutus1con p {
        font-size: 16px;
        color: var(--main-color-222);
        max-width: 800px;
        margin: 0 auto;
        text-align: left;
        line-height: 25px;
    }
    .aboutus2 {
        width: 100%;
    }
    .aboutus2con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus2conleft {
        width: 50%;
    }
    .aboutus2conleft img {
        width: 100%;
    }
    .aboutus2conright {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 100px;
    }
    .aboutus2conright strong {
        font-size: 22px;
        color: var(--main-color-222);
        font-weight: normal;
    }
    .aboutus2conright span {
        color: var(--main-color-666);
        font-size: 13px;
        display: block;
        margin: 10px 0;
    }
    .aboutus2conright p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
    }
    .rev {
        flex-direction: row-reverse;
    }
    .aboutus3 {
        width: 100%;
        padding: 80px 0;
        background-color: #f6f6f6;
    }
    .aboutus3con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .aboutus3contop {
        padding-bottom: 25px;
        border-bottom: 1px solid #dbdbdb;
    }
    .aboutus3contopcon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }
    .aboutus3contop .contitle {
        width: 30%;
        margin-bottom: 0;
    }
    .aboutus3tab {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
    }
    .aboutus3tab span {
        display: block;
        cursor: pointer;
        margin-left: 20px;
        font-size: 17px;
        color: var(--main-color-999);
        font-weight: bold;
    }
    .gressfy {
        margin-top: 40px;
    }
    .gressfy ul {
        position: relative;
    }
    .gressfy ul li {
        display: flex;
        align-items: center;
        padding: 10px 0;
        position: relative;
    }
    .gressfy ul::after {
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #c7c7c7;
        left: 5px;
        content: '';
        top: 0;
    }
    .gressfy ul li em {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--main-color);
        position: relative;
        z-index: 10;
    }
    .gressfy ul li span {
        font-size: 14px;
        color: var(--main-color-222);
        margin-left: 10px;
    }
    .gressfy {
        display: none;
    }
    .choos {
        color: var(--main-color) !important;
    }
}

@media only screen and (max-width: 996px) {
    .aboutus3 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f6f6f6;
    }
    .aboutus3con {
        margin: 0 auto;
    }
    .aboutus3contop {
        padding-bottom: 25px;
        border-bottom: 1px solid #dbdbdb;
    }
    .aboutus3contopcon {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }
    .aboutus3contop .contitle {
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutus3tab {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .aboutus3tab span {
        display: block;
        cursor: pointer;
        margin-left: 20px;
        font-size: 17px;
        color: var(--main-color-999);
        font-weight: bold;
    }
    .gressfy {
        margin-top: 40px;
    }
    .gressfy ul {
        position: relative;
    }
    .gressfy ul li {
        display: flex;
        align-items: center;
        padding: 10px 0;
        position: relative;
    }
    .gressfy ul::after {
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #c7c7c7;
        left: 5px;
        content: '';
        top: 0;
    }
    .gressfy ul li em {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--main-color);
        position: relative;
        z-index: 10;
    }
    .gressfy ul li span {
        font-size: 14px;
        color: var(--main-color-222);
        margin-left: 10px;
    }
    .gressfy {
        display: none;
    }
    .choos {
        color: var(--main-color) !important;
    }
    .aboutus2 {
        width: 100%;
        padding: 30px 15px;
    }
    .aboutus2con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .aboutus2conleft {
        width: 100%;
    }
    .aboutus2conleft img {
        width: 100%;
    }
    .aboutus2conright {
        width: 100%;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .aboutus2conright strong {
        font-size: 22px;
        color: var(--main-color-222);
        font-weight: normal;
    }
    .aboutus2conright span {
        color: var(--main-color-666);
        font-size: 13px;
        display: block;
        margin: 10px 0;
    }
    .aboutus2conright p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
    }
    .rev {
        flex-direction: row-reverse;
    }
    .aboutus1 {
        width: 100%;
        padding: 30px 15px;
        background-color: var(--main-color);
    }
    .aboutus1con {
        margin: 0 auto;
    }
    .aboutus1con strong {
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .aboutus1con p {
        font-size: 14px;
        color: var(--main-color-222);
        margin: 0 auto;
        text-align: center;
        line-height: 25px;
    }
    .con5 {
        padding: 30px 15px;
        background-color: #ffcb3a;
    }
    .con5con {
        margin: 0 auto;
    }
    .con5con .contitle span {
        color: var(--main-color-222);
    }
    .con5box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con5boxleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .con5boxleft ul li {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
        align-items: center;
    }
    .con5boxleft ul li:nth-child(3n) {
        margin-bottom: 0px;
    }
    .iiconbox {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .iiconbox i {
        font-size: 15px;
        color: var(--main-color) !important;
    }
    .tactli {
        padding-left: 15px;
    }
    .tactli p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .tactli span {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .con5boxright {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con5boxright input {
        width: 100%;
        height: 40px;
        padding-left: 15px;
        outline: none;
        background-color: transparent;
        margin-bottom: 25px;
        border: 2px solid #1a1a1a;
    }
    .con5boxright textarea {
        width: 100%;
        height: 100px;
        padding-left: 15px;
        outline: none;
        background-color: transparent;
        margin-bottom: 25px;
        border: 2px solid #1a1a1a;
        padding-top: 15px;
    }
    .con5boxright {
        flex: 1;
    }
    .con5boxright a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: #000;
        font-size: 14px;
    }
    .con4 {
        padding: 30px 15px;
    }
    .con4con {
        margin: 0 auto;
    }
    .contitle {
        margin-bottom: 35px;
    }
    .contitle strong {
        color: var(--main-color-222);
        font-size: 22px;
        display: block;
        text-align: center;
    }
    .contitle span {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #c3c3c3;
    }
    .indexnewcon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .indexnewconleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .indexnewconright {
        width: 100%;
    }
    .indexnewconleft ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .indexnewconleft ul li {
        width: 100%;
        transition: var(--main-transition);
        border: 2px solid #222222;
        padding: 30px;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .indexnewconleft ul li:hover {
        border: 2px solid var(--main-color) !important;
    }
    .indexnewconleft ul li:hover a {
        color: var(--main-color) !important;
    }
    .indexnewconleft ul li a {
        transition: var(--main-transition);
        font-size: 16px;
        color: var(--main-color-333);
        font-weight: bold;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 20px;
    }
    .cz {
        display: flex;
        align-items: center;
    }
    .czitem {
        display: flex;
        align-items: center;
        margin-right: 15px;
    }
    .czitem span {
        color: var(--main-color-999);
        font-size: 13px;
        margin-left: 5px;
    }
    .czitem i {
        font-size: 12px;
        color: var(--main-color-999);
    }
    .indexnewconright {
        position: relative;
    }
    .indexnewconright img {
        width: 100%;
    }
    .newpos {
        font-size: 14px;
        left: 0;
        width: 100%;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: var(--main-color);
    }
    .newpos:hover {
        background-color: #000 !important;
        color: var(--main-color-white);
    }
    .con3 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .con3con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: var(--main-color-white);
        padding: 10px;
        align-items: center;
    }
    .con3conleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .con3conleft img {
        width: 100%;
    }
    .con3conright {
        width: 100%;
    }
    .con3conright strong {
        font-size: 25px;
        color: var(--main-color-222);
        margin-bottom: 15px;
        display: block;
    }
    .con3conright p {
        font-size: 14px;
        color: var(--main-color-555);
        line-height: 25px;
        margin-bottom: 15px;
    }
    .mroe1 {
        width: 100%;
        padding: 10px 0;
        background-color: var(--main-color);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: 40px;
    }
    .mroe1 span {
        display: block;
        margin-right: 20px;
        font-size: 16px;
    }
    .con2 {
        padding: 30px 15px;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .con2con {
        margin: 0 auto;
    }
    .con2con strong {
        font-size: 22px;
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .con2con p {
        color: var(--main-color-white);
        font-size: 15px;
        text-align: center;
        margin-top: 15px;
    }
    .con2con img {
        cursor: pointer;
        margin: 0 auto;
        width: 55px;
        height: 55px;
        object-fit: cover;
        display: block;
        margin-top: 25px;
        animation: alternate-reverse scale 2s infinite;
    }
    @keyframes scale {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
    .video_lay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background: rgba(0, 0, 0, .7);
        display: none;
    }
    .video_layout {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .video_layout video {
        width: 95%;
        margin: 0 auto;
        display: block;
    }
    .cancle {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }
    .con1 {
        padding: 30px 15px;
        background-color: #f2f2f2;
    }
    .con1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .con1conleft {
        width: 100%;
    }
    .con1conleft strong {
        display: block;
        text-align: center;
        color: #1a1a1a;
        font-size: 30px;
    }
    .con1conleft p {
        color: #c3c3c3;
        text-align: center;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .con1conright {
        width: 100%;
    }
    .con1conright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px;
        background-color: var(--main-color-white);
    }
    .con1conright ul li {
        width: 100%;
        display: flex;
        cursor: pointer;
        align-items: center;
        padding: 15px;
        overflow: hidden;
    }
    .con1conright ul li:hover img {
        transform: scale(1.1);
    }
    .con1conright ul li img {
        transition: var(--main-transition);
        width: 25%;
        object-fit: cover;
    }
    .con1_liright {
        flex: 1;
        padding-left: 20px;
    }
    .con1_liright p {
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        color: var(--main-color-222);
    }
    .con1_liright span {
        color: var(--main-color-999);
        font-size: 14px;
    }
    .con1_liright h6 {
        font-weight: normal;
        margin-top: 25px;
        color: var(--main-color-222);
        font-size: 16px;
    }
    .more {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: var(--main-color-white);
        background-color: var(--main-color);
        margin: 15px auto;
    }
    .inbanner {
        width: 100%;
        height: 200px;
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../images/inbanner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .inbanner strong {
        display: block;
        text-align: center;
        font-size: 25px;
        color: var(--main-color-222);
        font-weight: normal;
    }
    .inside {
        padding: 20px 15px;
        margin: 0 auto;
    }
    .foot {
        padding: 30px 15px;
        background-color: var(--main-color-white);
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footerleft {
        width: 100%;
    }
    .footerleft ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .footerleft ul li a {
        font-size: 13px;
        margin-bottom: 15px;
        color: var(--main-color-888);
        display: block;
    }
    .footerleft ul span {
        margin-bottom: 15px;
        font-size: 13px;
        color: var(--main-color-888);
        padding: 0 15px;
    }
    .tactcon {
        margin-top: 20px;
    }
    .tactitem {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .tactitem i {
        font-size: 15px;
        color: var(--main-color);
    }
    .tactitem span {
        flex: 1;
        font-size: 12px;
        color: var(--main-color-888);
        display: block;
        padding-left: 15px;
    }
    .footerright {
        width: 100%;
        margin-top: 30px;
    }
    .footerright ul {
        display: flex;
        justify-content: left;
    }
    .footerright ul li {
        margin-right: 20px;
    }
    .footerright ul li img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .footerright ul li p {
        text-align: center;
        color: var(--main-color-999);
        font-size: 14px;
        padding: 10px 0;
        text-align: center;
    }
    .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-666);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 120px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        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;
    }
}