* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*:not(.fa) {
    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: #e27522;
    --main-color2: #000;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-333: #333333;
    --main-color-666: #666666;
    --main-color-888: #888888;
    --main-color-999: #999999;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

html {
    overflow-x: hidden;
}

@media only screen and (min-width: 996px) {
    .pchead {
        height: 72px;
        background: var(--main-color);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }
    .pcheader {
        max-width: 1390px;
        padding: 0 65px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        height: 72px;
    }
    .pclogo {
        width: 20%;
    }
    .pclogo img {
        height: 55px;
    }
    .lang {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .lang a {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }
    .lang span {
        display: block;
        color: #fff;
        font-size: 12px;
        margin: 0 5px;
    }
    .pcnav {
        margin: 0 20px;
        display: flex;
        align-items: center;
    }
    .pcnav>li {
        position: relative;
    }
    .pcnav>li>a {
        color: #fff;
        font-weight: bold;
        height: 75px;
        line-height: 75px;
        padding: 0 17px;
        position: relative;
        display: block;
        font-size: 16px;
    }
    .pcnav>li:hover>a {
        color: var(--main-color2) !important;
    }
    .pcnav>li:hover>a::after {
        width: 20%;
    }
    .pcnav>li>a::after {
        width: 0%;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--main-color2);
        content: '';
        position: absolute;
        bottom: 15px;
        height: 3px;
        transition: var(--main-transition);
    }
    .navAct::after {
        width: 20% !important;
    }
    .navAct {
        color: var(--main-color2) !important;
    }
    .p_drop {
        position: absolute;
        width: 250px;
        top: 100%;
        left: 0;
        background-image: linear-gradient(90deg, rgb(226 117 34 / 71%) 0%, rgb(243 106 1 / 66%) 46%);
        display: none;
    }
    .secItem a {
        display: block;
        height: 40px;
        line-height: 40px;
        transition: var(--main-color2);
        font-size: 14px;
        color: #fff;
        display: flex;
        transition: var(--main-transition);
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .secItem a::after {
        position: absolute;
        width: 0;
        height: 3px;
        content: '';
        background-color: var(--main-color);
        left: 0;
        top: 18px;
    }
    .secItem:hover>a {
        padding-left: 15px;
        color: #000;
    }
    .secItem:hover>a::after {
        width: 12px !important;
    }
    .secItem:hover>a i {
        color: var(--main-color);
    }
    .secItem {
        position: relative;
        padding: 4px 24px;
    }
    .thr_rop {
        position: absolute;
        width: 100%;
        left: 100%;
        top: 0;
        padding: 8px 24px;
        background-image: linear-gradient(90deg, rgb(226 117 34 / 68%) 0%, rgb(226 117 34 / 65%) 46%);
        display: none;
    }
    .thr_rop a {
        display: block;
        height: 32px;
        line-height: 32px;
        transition: var(--main-color);
        font-size: 14px;
        color: #fff;
        display: flex;
        transition: var(--main-transition);
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .thr_rop a::after {
        position: absolute;
        width: 0;
        height: 3px;
        content: '';
        background-color: var(--main-color);
        left: 0;
        top: 18px;
    }
    .thr_rop a:hover {
        padding-left: 15px;
        color: #000;
    }
    .thr_rop a:hover::after {
        width: 12px !important;
    }
    .thr_rop:hover>a i {
        color: var(--main-color2);
    }
    .pcnav>li:hover .p_drop {
        display: block;
    }
    .secItem:hover .thr_rop {
        display: block;
    }
    .langAct {
        color: var(--main-color2) !important;
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .mlbanner {
        width: 100%;
        margin-top: 72px !important;
    }
    .mlbanner img {
        width: 100%;
        transition: all ease 2s;
        transform: scale(1.1);
    }
    .bannerbtn {
        background-image: none !important;
        width: 30px;
        height: 70px;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bannerbtn i {
        color: var(--main-color-white);
        font-size: 25px !important;
    }
    .mlbanner .swiper-slide-active img {
        transform: scale(1) !important;
    }
    .bannerpage .swiper-pagination-bullet {
        background-color: var(--main-color);
    }
    .con1 {
        width: 100%;
        padding: 20px 0;
        background-image: url(../images/BG.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con1con {
        max-width: 1390px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1left {
        width: 36%;
    }
    .con1left h1 {
        font-size: 60px;
        color: var(--main-color-333);
    }
    .con1left h2 {
        font-weight: normal;
        font-size: 36px;
        color: var(--main-color-333);
        margin-bottom: 20px;
    }
    .con1left h3 {
        font-weight: normal;
        font-size: 26px;
        color: var(--main-color-333);
        margin-bottom: 20px;
    }
    .con1Cz {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con1Cz a {
        display: block;
        width: 49%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        border-radius: 50px;
    }
    .con1Cz .viewmore {
        background-color: var(--main-color2);
    }
    .con1Cz .dingzhi {
        background-color: var(--main-color);
    }
    .con1Cz .viewmore:hover {
        background-color: var(--main-color)
    }
    .con1Cz .dingzhi:hover {
        background-color: var(--main-color2)
    }
    .con1right {
        width: 55%;
        background-color: #e3e0db;
    }
    .c1r_top {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 10px;
        border-bottom: 1px solid #8a8986;
    }
    .c1r_top h1 {
        display: flex;
        align-items: center;
        font-weight: normal;
        color: var(--main-color-333);
        font-size: 28px;
    }
    .c1r_top h1 p {
        font-size: 18px;
        margin-left: 20px;
        margin-top: 10px;
    }
    .c1r_bot {
        padding: 25px;
    }
    .c1r_bot ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .c1r_bot ul li {
        flex: 1;
        text-align: center;
    }
    .c1r_bot ul li img {
        width: 50px;
        display: block;
        margin: 0 auto;
        height: 50px;
    }
    .c1r_bot ul li p {
        font-size: 35px;
        color: #3f3f3f;
        margin: 15px 0;
    }
    .c1r_bot ul li p em {
        font-weight: bold;
        font-style: normal;
        font-size: 14px;
    }
    .c1r_bot ul li span {
        color: var(--main-color-333);
        font-size: 16px;
        font-weight: bold;
    }
    .con2 {
        padding: 60px 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con {
        max-width: 1390px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2left {
        width: 48%;
    }
    .con2right {
        width: 48%;
    }
    .posterBox {
        width: 100%;
        position: relative;
    }
    .posterBox img {
        width: 100%;
    }
    .playBtn {
        transition: var(--main-transition);
        width: 60px;
        height: 60px;
        background: rgba(0, 0, 0, .6);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #fff;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }
    .posterTxt p {
        color: var(--main-color-333);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
    }
    .posterTxt span {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 15px;
    }
    .posterTxt {
        padding: 10px;
        background-color: #dddddd;
    }
    .con2right h1 {
        font-size: 30px;
        color: var(--main-color-white);
        line-height: 45px;
        margin-bottom: 20px;
    }
    .con2right h2 {
        color: var(--main-color-white);
        font-size: 24px;
        line-height: 50px;
    }
    .ta_lay {
        position: fixed;
        z-index: 999999;
        display: none;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .7);
    }
    .tcCon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tc_box {
        width: 960px;
        position: relative;
        margin: 0 auto;
    }
    .tc_box img {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
        z-index: 9;
    }
    .con3 {
        padding: 50px 0;
    }
    .con3con {
        max-width: 1390px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con_tit {
        text-align: center;
        margin-bottom: 30px;
    }
    .con_tit h1 {
        color: var(--main-color-333);
        font-size: 30px;
        text-align: center;
    }
    .con_tit h3 {
        color: #808080;
        font-size: 20px;
        text-align: center;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con3con ul li {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .con3con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con3con ul li img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .con3Txt {
        background-color: #f0f0f0;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con3Txt p {
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 70%;
    }
    .con3Txt a {
        display: block;
        width: 28%;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 5px;
    }
    .con4 {
        padding: 50px 0;
    }
    .con4con {
        max-width: 1390px;
        margin: 0 auto;
        display: flex;
        padding: 0 65px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con4left {
        width: 48%;
    }
    .con4right {
        width: 42%;
    }
    .con4left h1 {
        font-size: 30px;
        color: var(--main-color-333);
        font-weight: normal;
        margin-bottom: 35px;
    }
    .con4left p {
        color: var(--main-color-333);
        font-size: 20px;
    }
    .index_form {
        padding: 20px;
        background-color: #f0f0f0;
        border-radius: 15px;
        padding-bottom: 60px;
    }
    .index_form input {
        width: 100%;
        padding-left: 15px;
        background-color: var(--main-color-white);
        border-radius: 5px;
        margin-bottom: 20px;
        border: none;
        height: 30px;
        outline: none;
    }
    .index_form textarea {
        width: 100%;
        outline: none;
        padding-left: 15px;
        background-color: var(--main-color-white);
        border-radius: 5px;
        margin-bottom: 20px;
        border: none;
        height: 130px;
        padding-top: 15px;
    }
    .index_form a {
        display: block;
        width: 150px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border-radius: 5px;
        color: #fff;
        background-color: var(--main-color);
    }
    .index_form a:hover {
        background-color: var(--main-color2);
    }
    .con5 {
        padding: 75px 0 130px 0;
        background-color: #ddd;
        margin-top: -200px;
    }
    .con5con {
        max-width: 1390px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con5Tit {
        margin-bottom: 90px;
        align-items: center;
        display: flex;
    }
    .con5Tit img {
        width: 45px;
        margin-right: 20px;
    }
    .con5Tit h1 {
        font-size: 36px;
        font-weight: normal;
        color: var(--main-color-white);
        margin-right: 20px;
    }
    .con5Tit a {
        color: var(--main-color2);
        font-size: 20px;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .con5con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con5con ul li img {
        width: 100%;
        transition: var(--main-transition);
        height: 150px;
        object-fit: cover;
    }
    .con5con ul li a {
        display: block;
        overflow: hidden;
    }
    .new_info {
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
        position: relative;
        margin-bottom: 20px;
    }
    .new_info::after {
        width: 0%;
        background-color: var(--main-color);
        content: '';
        position: absolute;
        left: 0;
        transition: var(--main-transition);
        bottom: 0;
        height: 1px;
    }
    .new_info span {
        display: inline-block;
        background-color: var(--main-color);
        margin-right: 5px;
        font-size: 12px;
        padding: 5px;
        border-radius: 3px;
        color: var(--main-color-white);
        font-weight: bold;
    }
    .new_info p {
        font-size: 16px;
        color: var(--main-color-333);
        display: inline;
        font-weight: bold;
        line-height: 25px;
    }
    .new_info em {
        display: block;
        font-style: normal;
        font-size: 12px;
        color: var(--main-color-666);
        margin-top: 5px;
    }
    .new_des {
        font-size: 14px;
        color: #666;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con5con ul li:hover img {
        transform: scale(1.1);
    }
    .con5con ul li:hover .new_info::after {
        width: 100% !important;
    }
    .con5con ul li:hover .new_info p {
        color: var(--main-color2);
    }
    .foot {
        width: 100%;
        padding: 40px 0;
        background-color: var(--main-color);
    }
    .footer {
        max-width: 1390px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .foot1 {
        width: 400px;
    }
    .blogo img {
        height: 90px;
        display: block;
        margin-bottom: 50px;
    }
    .flinks {
        display: flex;
        align-items: center;
    }
    .flinks a {
        color: var(--main-color-white);
        margin-right: 15px;
    }
    .foot3 {
        width: 190px;
    }
    .foot3 strong {
        display: block;
        color: var(--main-color-white);
        text-align: center;
    }
    .foot3 img {
        width: 120px;
        height: 120px;
        display: block;
        margin: 10px auto;
    }
    .foot3 p {
        text-align: center;
        color: var(--main-color-white);
    }
    .foot2 {
        flex: 1;
        padding: 0 20px;
    }
    .foot2 h1 {
        color: var(--main-color-white);
        font-size: 24px;
        font-weight: normal;
        display: flex;
        align-items: center;
    }
    .foot2 h1 p {
        font-size: 18px;
        margin-left: 10px;
    }
    .fnav {
        padding: 20px 0;
        display: flex;
        align-items: center;
    }
    .fnav a {
        display: block;
        color: #fff;
        font-size: 15px;
    }
    .fnav span {
        color: var(--main-color-white);
        font-size: 12px;
        display: block;
        margin: 0 10px;
    }
    .f_add ul li {
        display: flex;
        margin-bottom: 10px;
    }
    .f_add ul li img {
        width: 20px;
        display: block;
        margin-right: 10px;
    }
    .f_add ul li span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .inbanner {
        width: 100%;
        margin-top: 72px;
        position: relative;
    }
    .inbanner img {
        width: 100%;
    }
    .in_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        top: 0;
        left: 0;
    }
    .in_posCon {
        max-width: 1390px;
        padding: 0 65px;
        margin: 0 auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .in_posCon h1 {
        color: var(--main-color-white);
        font-size: 40px;
    }
    .in_posCon h2 {
        color: #d8d8d8;
        font-size: 26px;
        margin-bottom: 20px;
    }
    .bread i {
        margin-right: 10px;
        font-size: 16px;
        color: var(--main-color-white);
    }
    .bread a {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .bread span {
        display: block;
        color: var(--main-color-white);
        font-size: 14px;
        margin: 0 10px;
    }
    .bread {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .pro {
        display: flex;
        flex-wrap: wrap;
        max-width: 1390px;
        padding: 0 65px;
        margin: 50px auto;
    }
    .proleft {
        width: 285px;
    }
    .proright {
        width: calc(100% - 285px);
        padding-left: 30px;
    }
    .cateTop {
        display: flex;
        align-items: center;
        padding: 0 24px;
        cursor: pointer;
        height: 50px;
        background-color: var(--main-color);
        justify-content: space-between;
    }
    .cateTop strong {
        display: block;
        font-weight: normal;
        color: var(--main-color-white);
        font-size: 16px;
    }
    .cateTop i {
        transition: var(--main-transition);
        color: var(--main-color-white);
    }
    .cateList {
        display: none;
    }
    .cateList a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 24px;
        background-color: #fbfbfb;
        color: var(--main-color-666);
        font-size: 14px;
    }
    .proleft ul {
        border: 1px solid #e5e5e5;
    }
    .cateList a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .cate_act {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .proleft ul li {
        margin-bottom: 1px;
    }
    .arrr {
        transform: rotate(180deg);
    }
    .cover {
        display: none;
    }
    .cateBtn {
        display: none;
    }
    .filterBtn {
        display: none;
    }
    .filter {
        border: 1px solid #d6d6d6;
    }
    .filterList {
        width: 100%;
        display: flex;
        border-bottom: 1px dashed #d6d6d6;
    }
    .filterTit {
        background-color: #edf1f6;
        padding: 17px 15px;
        color: #000;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        width: 120px;
    }
    .filterRank {
        width: calc(100% - 120px);
        padding: 17px 0 0 10px;
    }
    .filterRank a {
        display: inline-block;
        font-size: 12px;
        color: #000;
        margin: 0 4px 17px 0;
        padding: 5px 10px;
    }
    .filterAct {
        color: var(--main-color) !important;
    }
    .filterRank a:hover {
        color: var(--main-color);
    }
    .resetP {
        display: none;
    }
    .prolist {
        margin-top: 20px;
    }
    .prolist ul {
        display: flex;
        flex-wrap: wrap;
    }
    .prolist ul li {
        width: 50%;
        border: 1px solid #eeeeee;
    }
    .prolist ul li a {
        font-size: 14px;
        color: var(--main-color-666);
        padding: 25px;
        display: block;
    }
    .prolist ul li a:hover {
        color: var(--main-color);
    }
    .detailswiper {
        width: 100%;
    }
    .detailswiper img {
        width: 100%;
    }
    .prodetail {
        max-width: 1390px;
        padding: 50px 65px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
    }
    .detailleft {
        width: 40%;
    }
    .detailright {
        width: 55%;
    }
    .detailright h1 {
        color: #202740;
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee;
        font-size: 30px;
        margin-bottom: 25px;
        font-weight: normal;
    }
    .detail_txt p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
    }
    .detailCz {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }
    .detailCz a {
        display: inline-block;
        padding: 15px 20px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        border-radius: 5px;
        margin-right: 20px;
        font-size: 16px;
    }
    .detailCz a:hover {
        background-color: var(--main-color2);
    }
    .des_tit {
        width: 180px;
        height: 40px;
        display: block;
        line-height: 40px;
        text-align: center;
        font-weight: normal;
        color: var(--main-color);
        border: 1px solid var(--main-color);
        border-bottom: none !important;
    }
    .des_box {
        padding: 20px;
        border: 1px solid #e5e5e5;
    }
    .des_box img {
        display: block;
        margin: 10px auto;
        max-width: 100%;
    }
    .news {
        display: flex;
        max-width: 1390px;
        padding: 50px 65px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newsRight {
        width: 300px;
    }
    .newsRight strong {
        display: block;
        color: var(--main-color-white);
        font-size: 16px;
        text-align: center;
        background-color: var(--main-color);
        height: 60px;
        line-height: 60px;
    }
    .newsNav a {
        display: block;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: var(--main-color-666);
        position: relative;
        font-size: 13px;
        border-bottom: 1px solid #e5e5e5;
    }
    .newsNav {
        border: 1px solid #e5e5e5;
    }
    .newsNav a:last-child {
        border-bottom: none !important;
    }
    .newsNav a:hover {
        background-color: #f9f9f9;
    }
    .newsNav a::after {
        position: absolute;
        width: 3px;
        height: 16px;
        background-color: var(--main-color-white);
        content: '';
        position: absolute;
        left: 0;
        top: 14px;
    }
    .newsNav a:hover::after {
        background-color: var(--main-color) !important;
    }
    .newsAct::after {
        background-color: var(--main-color) !important;
    }
    .newsLeft {
        width: calc(100% - 300px);
        padding-right: 30px;
    }
    .newsItem .new_info p {
        font-size: 14px;
    }
    .newsItem .new_info {
        border-bottom-style: dashed;
    }
    .newsItem .new_info a {
        display: block;
        width: 108px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #efefef;
        font-size: 14px;
        margin-top: 30px;
        transition: var(--main-transition);
        color: var(--main-color-666);
    }
    .newsItem .new_info a:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .dingzhi {
        /*padding: 50px 0;*/
    }
    .dzCon {
        max-width: 1390px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .dzleft {
        width: 48%;
    }
    .dzright {
        width: 48%;
    }
    .drTop img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        margin-right: 20px;
    }
    .drTop {
        display: flex;
        align-items: center;
        margin-bottom: 45px;
    }
    .drTop strong {
        font-size: 16px;
        color: var(--main-color-333);
    }
    .drForm {
        background-color: #e7eef6;
        padding: 20px;
        border-radius: 10px;
    }
    .drForm strong {
        display: block;
        font-size: 24px;
        text-align: center;
        color: var(--main-color-333);
        margin-bottom: 20px;
        font-weight: normal;
    }
    .dzBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .dzitem {
        width: 49%;
        height: 44px;
        background-color: var(--main-color-white);
        display: flex;
        border: 1px solid #cdcdcd;
        margin-bottom: 15px;
        padding-left: 10px;
        border-radius: 5px;
    }
    .dzitem:hover {
        border: 1px solid var(--main-color);
    }
    .fullitem {
        width: 100% !important;
    }
    .diLeft {
        display: flex;
        align-items: center;
    }
    .diLeft img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    .diLeft p {
        font-size: 14px;
        margin-left: 5px;
        color: var(--main-color-666);
    }
    .diright input {
        height: 40px;
        border: none;
        padding-left: 10px;
        width: 100%;
        outline: none;
        color: var(--main-color-666);
    }
    .diright {
        flex: 1;
    }
    .diLeft p em {
        color: red;
        font-style: normal;
    }
    .fullitem {
        height: auto !important;
    }
    .diright textarea {
        height: 120px;
        border: none;
        padding-left: 10px;
        width: 100%;
        outline: none;
        color: var(--main-color-666);
        padding-top: 10px;
    }
    .fullitem .diLeft {
        display: flex;
        align-items: flex-start;
    }
    .fullitem .diLeft {
        padding-top: 10px;
    }
    .upload p {
        color: var(--main-color-666);
        font-size: 14px;
    }
    .loadBtn {
        width: 115px;
        height: 40px;
        line-height: 40px;
        display: flex;
        align-items: center;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        justify-content: center;
        background-color: #ffffff;
        margin-top: 10px;
        position: relative;
    }
    .loadBtn img {
        width: 20px;
        height: 20px;
    }
    .loadBtn span {
        margin-left: 5px;
        font-size: 14px;
        color: var(--main-color-666);
    }
    .HiddenInput {
        width: 115px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: 99;
        cursor: pointer;
    }
    .sub {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 5px;
        font-size: 16px;
        margin-top: 30px;
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .wf1 {
        padding: 35px 0;
        background-color: #f7e7cb;
    }
    .wf1con {
        padding: 0 65px;
        max-width: 1390px;
        margin: 0 auto;
    }
    .wf1con strong {
        display: block;
        text-align: center;
        font-size: 30px;
        color: var(--main-color-333);
        margin-bottom: 45px;
    }
    .wfswiperout {
        position: relative;
    }
    .wfbtnleft {
        left: -40px !important;
    }
    .wfbtnright {
        right: -40px !important;
    }
    .wfbtn i {
        font-size: 50px !important;
    }
    .wfbtn {
        background-image: none !important;
    }
    .wfswiper {
        width: 100%;
    }
    .wfswiper img {
        width: 120px;
        height: 120px;
        display: block;
        margin: 0 auto;
    }
    .wfswiper p {
        color: var(--main-color-333);
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .wfswiper .swiper-slide span {
        font-size: 12px;
        color: var(--main-color-666);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .wfpage {
        display: none !important;
    }
    .job {
        padding: 50px 0;
    }
    .jobcon {
        max-width: 1390px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .jobcon>strong {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 20px;
        margin-bottom: 30px;
    }
    .jobTit {
        display: flex;
        padding: 15px 20px;
        background-color: #efefef;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    .jobTit span {
        font-size: 16px;
        color: var(--main-color-333);
        font-weight: bold;
    }
    .jobTit i {
        font-size: 25px !important;
        transition: var(--main-transition);
    }
    .jobContent {
        padding: 20px;
        display: none;
        background-color: #e3f0ff;
    }
    .jobContent p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 30px;
    }
    .jobContent strong {
        font-weight: normal;
        display: block;
        font-size: 20px;
        margin-bottom: 20px;
        color: var(--main-color-333);
    }
    .jobitem {
        margin-bottom: 5px;
        border-radius: 5px;
        overflow: hidden;
    }
    .contact {
        width: 100%;
        padding: 60px 0;
    }
    .contactcon {
        max-width: 1390px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .tactleft {
        width: 48%;
    }
    .tactright {
        width: 48%;
    }
    .tactright img {
        width: 100%;
    }
    .tactleft>strong {
        color: var(--main-color-333);
        position: relative;
        margin-bottom: 50px;
        display: block;
        font-size: 30px;
    }
    .tactleft>strong::after {
        position: absolute;
        width: 55px;
        height: 2px;
        background-color: var(--main-color);
        left: 0;
        bottom: -20px;
        content: '';
    }
    .tactleft p {
        font-size: 16px;
        color: var(--main-color-333);
        margin-bottom: 20px;
        line-height: 25px;
    }
    .tactleft ul li {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #efefef;
    }
    .lcleft img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .lcright {
        flex: 1;
        padding-left: 15px;
    }
    .lcright strong {
        font-size: 20px;
        display: block;
        margin-bottom: 10px;
        color: var(--main-color-333);
    }
    .lcright p {
        font-size: 14px;
        color: var(--main-color-555);
    }
    .map {
        padding: 50px 0;
        background-color: #f8fcff;
    }
    .mapcon {
        max-width: 1390px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mapleft {
        width: 48%;
    }
    .mapright {
        width: 48%;
    }
    .mapright strong {
        display: block;
        font-size: 30px;
        color: var(--main-color-333);
    }
    .mapright h6 {
        color: var(--main-color-333);
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 40px;
    }
    .mapright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .mapright ul li {
        width: 48%;
        display: flex;
        margin-bottom: 20px;
    }
    .mleft img {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        object-fit: contain;
    }
    .mright p {
        font-size: 18px;
        font-weight: bold;
        color: var(--main-color-333);
        margin-bottom: 10px;
    }
    .mright span {
        display: block;
        color: var(--main-color-666);
        font-size: 14px;
    }
    /* ab */
    .ab1 {
        padding: 40px 0;
    }
    .ab1con {
        max-width: 1390px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ab1left {
        width: 48%;
    }
    .ab1right {
        width: 48%;
    }
    .ab1left h1 {
        color: #e27522;
        font-size: 36px;
        position: relative;
        margin-bottom: 45px;
    }
    .ab1left h1::after {
        position: absolute;
        width: 90px;
        height: 3px;
        background-color: var(--main-color);
        content: '';
        left: 0;
        bottom: -15px;
    }
    .ab1left p {
        color: var(--main-color-333);
        font-size: 16px;
        line-height: 25px;
    }
    .ab1right h1 {
        color: var(--main-color-333);
        font-size: 40px;
    }
    .ab1right h2 {
        color: var(--main-color-333);
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 30px;
    }
    .ab2 {
        background: none !important;
    }
    .ab2 .con1left img {
        width: 100%;
    }
    .ab2 .con1left {
        width: 48%;
    }
    .ab2 .con1right {
        width: 48%;
    }
    .counts {
        display: inline;
        font-size: 40px;
        color: var(--main-color-333);
    }
    .ab3 {
        width: 100%;
        padding: 50px 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ab3con {
        max-width: 1390px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ab3left {
        width: 15%;
    }
    .ab3right {
        width: 80%;
    }
    .ab3left h1 {
        color: var(--main-color-white);
        font-size: 36px;
        position: relative;
        margin-bottom: 45px;
    }
    .ab3left h1::after {
        position: absolute;
        width: 90px;
        height: 3px;
        background-color: var(--main-color);
        content: '';
        left: 0;
        bottom: -15px;
    }
    .ab3left p {
        font-size: 15px;
        color: var(--main-color-white);
    }
    .honors {
        width: 100%;
    }
    .honors img {
        width: 100%;
    }
    .honors p {
        color: var(--main-color-white);
        font-size: 15px;
        padding-top: 10px;
        margin-top: 10px;
        text-align: center;
        border-top: 1px solid #fff;
    }
    .ab4 {
        padding: 50px 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ab4con {
        max-width: 1130px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .ab4con strong {
        display: block;
        text-align: center;
        color: var(--main-color);
        font-size: 40px;
        margin-bottom: 40px;
    }
    .ab4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ab4con ul li {
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .ab4con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .ab4con ul li a img {
        height: 35px;
    }
    .ab4con ul li p {
        color: var(--main-color-333);
        font-weight: bold;
        font-size: 16px;
        margin: 20px 0;
    }
    .dlI {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }
    .dlI img {
        width: 20px;
        height: 20px;
    }
    .dlI span {
        font-size: 14px;
        width: calc(100% - 20px);
        padding-left: 10px;
        color: var(--main-color-333);
    }
    /* ab */
}

@media only screen and (max-width: 996px) {
    .ab4 {
        padding: 30px 15px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/maps.jpg);
    }
    .ab4con {
        margin: 0 auto;
    }
    .ab4con strong {
        display: block;
        text-align: center;
        color: var(--main-color);
        font-size: 25px;
        margin-bottom: 30px;
    }
    .ab4con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ab4con ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .ab4con ul li a img {
        height: 35px;
    }
    .ab4con ul li p {
        color: var(--main-color-333);
        font-weight: bold;
        font-size: 16px;
        margin: 20px 0;
    }
    .dlI {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }
    .dlI img {
        width: 20px;
        height: 20px;
    }
    .dlI span {
        font-size: 14px;
        width: calc(100% - 20px);
        padding-left: 10px;
        color: var(--main-color-333);
    }
    .ab3 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/ab2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ab3con {
        margin: 0 auto;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ab3left {
        width: 100%;
        margin-bottom: 30px;
    }
    .ab3right {
        width: 100%;
    }
    .ab3left h1 {
        color: var(--main-color-white);
        font-size: 25px;
        position: relative;
        margin-bottom: 25px;
    }
    .ab3left h1::after {
        position: absolute;
        width: 40px;
        height: 3px;
        background-color: var(--main-color);
        content: '';
        left: 0;
        bottom: -15px;
    }
    .ab3left p {
        font-size: 15px;
        color: var(--main-color-white);
    }
    .honors {
        width: 100%;
    }
    .honors img {
        width: 100%;
    }
    .honors p {
        color: var(--main-color-white);
        font-size: 15px;
        padding-top: 10px;
        margin-top: 10px;
        text-align: center;
        border-top: 1px solid #fff;
    }
    .ab2 {
        background: none !important;
    }
    .ab2 .con1left img {
        width: 100%;
    }
    .ab2 .con1left {
        width: 100%;
    }
    .ab2 .con1right {
        width: 100%;
    }
    /* ab */
    .counts {
        display: inline;
        font-size: 25px;
        color: var(--main-color-333);
    }
    .ab1 {
        padding: 30px 15px;
    }
    .ab1con {
        flex-wrap: wrap;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ab1left {
        width: 100%;
        margin-bottom: 20px;
    }
    .ab1right {
        width: 100%;
    }
    .ab1left h1 {
        color: #e27522;
        font-size: 25px;
        position: relative;
        margin-bottom: 35px;
    }
    .ab1left h1::after {
        position: absolute;
        width: 40px;
        height: 2px;
        background-color: var(--main-color);
        content: '';
        left: 0;
        bottom: -15px;
    }
    .ab1left p {
        color: var(--main-color-333);
        font-size: 14px;
        line-height: 25px;
    }
    .ab1right h1 {
        color: var(--main-color-333);
        font-size: 30px;
    }
    .ab1right h2 {
        color: var(--main-color-333);
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 30px;
    }
    /* ab */
    .map {
        padding: 30px 15px;
        background-color: #f8fcff;
    }
    .mapcon {
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mapleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .mapright {
        width: 100%;
    }
    .mapright strong {
        display: block;
        font-size: 20px;
        color: var(--main-color-333);
    }
    .mapright h6 {
        color: var(--main-color-333);
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .mapright ul {
        display: flex;
        flex-wrap: wrap;
    }
    .mapright ul li {
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    .mleft img {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        object-fit: contain;
    }
    .mright p {
        font-size: 18px;
        font-weight: bold;
        color: var(--main-color-333);
        margin-bottom: 10px;
    }
    .mright span {
        display: block;
        color: var(--main-color-666);
        font-size: 14px;
    }
    .contact {
        width: 100%;
        padding: 30px 15px;
    }
    .contactcon {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .tactleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .tactright {
        width: 100%;
    }
    .tactright img {
        width: 100%;
    }
    .tactleft>strong {
        color: var(--main-color-333);
        position: relative;
        margin-bottom: 20px;
        display: block;
        font-size: 20px;
    }
    .tactleft>strong::after {
        position: absolute;
        width: 35px;
        height: 2px;
        background-color: var(--main-color);
        left: 0;
        bottom: -10px;
        content: '';
    }
    .tactleft p {
        font-size: 14px;
        color: var(--main-color-333);
        margin-bottom: 15px;
        line-height: 25px;
    }
    .tactleft ul li {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #efefef;
    }
    .lcleft img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .lcright {
        flex: 1;
        padding-left: 15px;
    }
    .lcright strong {
        font-size: 20px;
        display: block;
        margin-bottom: 10px;
        color: var(--main-color-333);
    }
    .lcright p {
        font-size: 14px;
        color: var(--main-color-555);
    }
    .job {
        padding: 30px 15px;
    }
    .jobcon {
        margin: 0 auto;
    }
    .jobcon>strong {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 20px;
        margin-bottom: 30px;
    }
    .jobTit {
        display: flex;
        padding: 10px;
        background-color: #efefef;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    .jobTit span {
        font-size: 14px;
        color: var(--main-color-333);
    }
    .jobTit i {
        font-size: 15px !important;
        transition: var(--main-transition);
    }
    .jobContent {
        padding: 15px;
        display: none;
        background-color: #e3f0ff;
    }
    .jobContent p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
    }
    .jobContent strong {
        font-weight: normal;
        display: block;
        font-size: 18px;
        margin-bottom: 10px;
        color: var(--main-color-333);
    }
    .jobitem {
        margin-bottom: 5px;
        border-radius: 5px;
        overflow: hidden;
    }
    .wf1 {
        padding: 30px 15px;
        background-color: #ebf5ff;
    }
    .wf1con {
        margin: 0 auto;
    }
    .wf1con strong {
        display: block;
        text-align: center;
        font-size: 20px;
        color: var(--main-color-333);
        margin-bottom: 25px;
    }
    .wfswiperout {
        position: relative;
    }
    .wfbtn {
        display: none;
    }
    .wfbtn i {
        font-size: 50px !important;
    }
    .wfbtn {
        background-image: none !important;
    }
    .wfswiper {
        width: 100%;
        padding-bottom: 50px !important;
    }
    .wfswiper img {
        width: 120px;
        height: 120px;
        display: block;
        margin: 0 auto;
    }
    .wfswiper p {
        color: var(--main-color-333);
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .wfpage .swiper-pagination-bullet {
        background-color: var(--main-color);
    }
    .wfswiper .swiper-slide span {
        font-size: 12px;
        color: var(--main-color-666);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .dingzhi {
        padding: 30px 15px;
    }
    .dzCon {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .dzleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .dzright {
        width: 100%;
    }
    .drTop img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        margin-right: 20px;
    }
    .drTop {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 45px;
    }
    .drTop strong {
        font-size: 16px;
        width: 100%;
        margin-top: 10px;
        color: var(--main-color-333);
        line-height: 25px;
    }
    .drForm {
        background-color: #e7eef6;
        padding: 20px;
        border-radius: 10px;
    }
    .drForm strong {
        display: block;
        font-size: 24px;
        text-align: center;
        color: var(--main-color-333);
        margin-bottom: 20px;
        font-weight: normal;
    }
    .dzBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .dzitem {
        width: 100%;
        height: 44px;
        background-color: var(--main-color-white);
        display: flex;
        border: 1px solid #cdcdcd;
        margin-bottom: 15px;
        padding-left: 10px;
        border-radius: 5px;
    }
    .dzitem:hover {
        border: 1px solid var(--main-color);
    }
    .fullitem {
        width: 100% !important;
    }
    .diLeft {
        display: flex;
        align-items: center;
    }
    .diLeft img {
        margin-right: 5px;
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    .diLeft p {
        font-size: 14px;
        color: var(--main-color-666);
    }
    .diright input {
        height: 40px;
        border: none;
        padding-left: 10px;
        width: 100%;
        outline: none;
        color: var(--main-color-666);
    }
    .diright {
        flex: 1;
    }
    .diLeft p em {
        color: red;
        font-style: normal;
    }
    .fullitem {
        height: auto !important;
    }
    .diright textarea {
        height: 120px;
        border: none;
        padding-left: 10px;
        width: 100%;
        outline: none;
        color: var(--main-color-666);
        padding-top: 10px;
    }
    .fullitem .diLeft {
        display: flex;
        align-items: flex-start;
    }
    .fullitem .diLeft {
        padding-top: 10px;
    }
    .upload p {
        color: var(--main-color-666);
        font-size: 14px;
    }
    .loadBtn {
        width: 115px;
        height: 40px;
        line-height: 40px;
        display: flex;
        align-items: center;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        justify-content: center;
        background-color: #ffffff;
        margin-top: 10px;
        position: relative;
    }
    .loadBtn img {
        width: 20px;
        height: 20px;
    }
    .loadBtn span {
        margin-left: 5px;
        font-size: 14px;
        color: var(--main-color-666);
    }
    .HiddenInput {
        width: 115px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: 99;
        cursor: pointer;
    }
    .sub {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 5px;
        font-size: 16px;
        margin-top: 30px;
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .news {
        display: flex;
        padding: 30px 15px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newsRight {
        display: none;
    }
    .newsRight strong {
        display: block;
        color: var(--main-color-white);
        font-size: 16px;
        text-align: center;
        background-color: var(--main-color);
        height: 60px;
        line-height: 60px;
    }
    .newsNav a {
        display: block;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: var(--main-color-666);
        position: relative;
        font-size: 13px;
        border-bottom: 1px solid #e5e5e5;
    }
    .newsNav {
        border: 1px solid #e5e5e5;
    }
    .newsNav a:last-child {
        border-bottom: none !important;
    }
    .newsNav a:hover {
        background-color: #f9f9f9;
    }
    .newsNav a::after {
        position: absolute;
        width: 3px;
        height: 16px;
        background-color: var(--main-color-white);
        content: '';
        position: absolute;
        left: 0;
        top: 14px;
    }
    .newsNav a:hover::after {
        background-color: var(--main-color) !important;
    }
    .newsAct::after {
        background-color: var(--main-color) !important;
    }
    .newsLeft {
        width: 100%;
    }
    .newsItem .new_info p {
        font-size: 14px;
    }
    .newsItem .new_info {
        border-bottom-style: dashed;
    }
    .newsItem .new_info a {
        display: block;
        width: 108px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #efefef;
        font-size: 14px;
        margin-top: 30px;
        transition: var(--main-transition);
        color: var(--main-color-666);
    }
    .newsItem .new_info a:hover {
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .des_tit {
        margin-top: 20px;
        width: 180px;
        height: 40px;
        display: block;
        line-height: 40px;
        text-align: center;
        font-weight: normal;
        color: var(--main-color);
        border: 1px solid var(--main-color);
        border-bottom: none !important;
    }
    .des_box {
        padding: 20px;
        border: 1px solid #e5e5e5;
    }
    .des_box img {
        display: block;
        margin: 10px auto;
        max-width: 100%;
    }
    .detailCz {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }
    .detailCz a {
        display: inline-block;
        padding: 15px 20px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        border-radius: 5px;
        margin-right: 20px;
        font-size: 14px;
    }
    .detailCz a:hover {
        background-color: var(--main-color2);
    }
    .detailswiper {
        width: 100%;
    }
    .detailswiper img {
        width: 100%;
    }
    .prodetail {
        padding: 30px 15px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
    }
    .detailleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .detailright {
        width: 100%;
    }
    .detailright h1 {
        color: #202740;
        padding-bottom: 10px;
        border-bottom: 1px solid #eeeeee;
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: normal;
    }
    .detail_txt p {
        font-size: 14px;
        color: var(--main-color-666);
        line-height: 25px;
    }
    .prolist {
        margin-top: 20px;
        padding: 15px;
    }
    .prolist ul {
        display: flex;
        flex-wrap: wrap;
    }
    .prolist ul li {
        width: 50%;
        border: 1px solid #eeeeee;
    }
    .prolist ul li a {
        font-size: 14px;
        color: var(--main-color-666);
        padding: 25px;
        display: block;
    }
    .prolist ul li a:hover {
        color: var(--main-color);
    }
    .filterout {
        position: fixed;
        top: 0;
        width: 80%;
        right: -80%;
        z-index: 999;
        background-color: #fff;
        height: 100%;
        transition: var(--main-transition);
        overflow: auto;
        z-index: 99999;
    }
    .resetP {
        display: flex;
        align-items: center;
        position: fixed;
        width: 80%;
        transition: var(--main-transition);
        bottom: 0;
        right: -80%;
        z-index: 99999;
        justify-content: space-between;
    }
    .reset {
        background-color: #fff;
        color: var(--main-color-333);
    }
    .finish {
        color: var(--main-color-white);
        background-color: var(--main-color);
    }
    .resetP a {
        width: 50%;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
    .filter {
        border: 1px solid #d6d6d6;
    }
    .filterList {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px dashed #d6d6d6;
    }
    .filterList:last-child {
        margin-bottom: 50px;
    }
    .filterTit {
        background-color: #edf1f6;
        padding: 15px;
        width: 100%;
        color: #000;
        font-size: 12px;
        font-weight: bold;
        width: 100%;
    }
    .filterRank {
        width: 100%;
        padding: 17px 0 0 10px;
    }
    .filterRank a {
        display: inline-block;
        font-size: 12px;
        color: #000;
        margin: 0 4px 17px 0;
        padding: 5px 10px;
    }
    .filterAct {
        color: var(--main-color) !important;
    }
    .filterRank a:hover {
        color: var(--main-color);
    }
    .filterBtn {
        display: flex;
        width: 75px;
        height: 40px;
        align-items: center;
        background-color: var(--main-color);
        color: var(--main-color-white);
        justify-content: center;
        font-size: 14px;
    }
    .filterBtn i {
        margin-left: 5px;
    }
    .cateBtn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        padding: 0 24px;
        background-color: #e5e5e5;
    }
    .cateBtn strong {
        color: var(--main-color-333);
        font-size: 16px;
    }
    .cateBtn i {
        color: var(--main-color-333);
    }
    .cover {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .6);
        z-index: 999;
        display: none;
    }
    .proleft {
        width: 80%;
        position: fixed;
        height: 100%;
        top: 0;
        background-color: var(--main-color);
        z-index: 9999;
        right: -80%;
        transition: var(--main-transition);
        overflow: auto;
    }
    .left_show {
        right: 0;
    }
    .proright {
        width: 100%;
    }
    .cateTop {
        display: flex;
        align-items: center;
        padding: 0 24px;
        cursor: pointer;
        height: 50px;
        background-color: var(--main-color);
        justify-content: space-between;
    }
    .cateTop strong {
        display: block;
        font-weight: normal;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .cateTop i {
        transition: var(--main-transition);
        color: var(--main-color-white);
    }
    .cateList {
        display: none;
    }
    .cateList a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 24px;
        background-color: #fbfbfb;
        color: var(--main-color-666);
        font-size: 14px;
    }
    .cateList a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .cate_act {
        background-color: var(--main-color) !important;
        color: var(--main-color-white) !important;
    }
    .proleft ul li {
        margin-bottom: 1px;
    }
    .arrr {
        transform: rotate(180deg);
    }
    .inbanner {
        width: 100%;
        margin-top: 60px;
        position: relative;
        height: 150px;
    }
    .inbanner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .in_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .3);
    }
    .in_posCon {
        padding: 20px;
        width: 100%;
        margin: 0 auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .in_posCon h1 {
        color: var(--main-color-white);
        font-size: 20px;
    }
    .in_posCon h2 {
        color: #d8d8d8;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .bread i {
        margin-right: 10px;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .bread a {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .bread span {
        display: block;
        color: var(--main-color-white);
        font-size: 14px;
        margin: 0 10px;
    }
    .bread {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .foot {
        width: 100%;
        padding: 30px 15px;
        background-color: var(--main-color);
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .foot1 {
        width: 100%;
    }
    .blogo img {
        height: 45px;
        display: block;
        margin-bottom: 20px;
    }
    .flinks {
        display: flex;
        align-items: center;
    }
    .flinks a {
        color: var(--main-color-white);
        margin-right: 15px;
    }
    .foot3 {
        width: 100%;
    }
    .foot3 strong {
        display: block;
        color: var(--main-color-white);
        text-align: center;
    }
    .foot3 img {
        width: 120px;
        height: 120px;
        display: block;
        margin: 10px auto;
    }
    .foot3 p {
        text-align: center;
        color: var(--main-color-white);
    }
    .foot2 {
        flex: 1;
        padding: 20px 0;
    }
    .foot2 h1 {
        color: var(--main-color-white);
        font-size: 24px;
        font-weight: normal;
    }
    .foot2 h1 p {
        font-size: 18px;
    }
    .fnav {
        padding: 20px 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .fnav a {
        display: inline-block;
        color: #fff;
        font-size: 15px;
        margin-bottom: 5px;
    }
    .fnav span {
        color: var(--main-color-white);
        font-size: 12px;
        display: block;
        margin: 0 10px;
    }
    .f_add ul li {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
    }
    .f_add ul li img {
        width: 20px;
        display: block;
        margin-right: 10px;
    }
    .f_add ul li span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .con5 {
        padding: 30px 15px;
        background-color: #a3b9d3;
    }
    .con5con {
        margin: 0 auto;
    }
    .con5Tit {
        margin-bottom: 20px;
        align-items: center;
        display: flex;
    }
    .con5Tit img {
        width: 25px;
        margin-right: 10px;
    }
    .con5Tit h1 {
        font-size: 20px;
        font-weight: normal;
        color: var(--main-color-white);
        margin-right: 20px;
    }
    .con5Tit a {
        color: var(--main-color2);
        font-size: 14px;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .con5con ul li img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con5con ul li a {
        display: block;
        overflow: hidden;
    }
    .new_info {
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
        position: relative;
        margin-bottom: 20px;
    }
    .new_info::after {
        width: 0%;
        background-color: var(--main-color);
        content: '';
        position: absolute;
        left: 0;
        transition: var(--main-transition);
        bottom: 0;
        height: 1px;
    }
    .new_info span {
        display: inline-block;
        background-color: var(--main-color);
        margin-right: 5px;
        font-size: 12px;
        padding: 5px;
        border-radius: 3px;
        color: var(--main-color-white);
        font-weight: bold;
    }
    .new_info p {
        font-size: 16px;
        color: var(--main-color-333);
        display: inline;
        font-weight: bold;
        line-height: 25px;
    }
    .new_info em {
        display: block;
        font-style: normal;
        font-size: 12px;
        color: var(--main-color-666);
        margin-top: 5px;
    }
    .new_des {
        font-size: 14px;
        color: #f2f2f2;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con5con ul li:hover img {
        transform: scale(1.1);
    }
    .con5con ul li:hover .new_info::after {
        width: 100% !important;
    }
    .con5con ul li:hover .new_info p {
        color: var(--main-color2);
    }
    .con4 {
        padding: 30px 15px;
    }
    .con4con {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con4left {
        width: 100%;
        margin-bottom: 20px;
    }
    .con4right {
        width: 100%;
    }
    .con4left h1 {
        font-size: 20px;
        color: var(--main-color-333);
        font-weight: normal;
        margin-bottom: 15px;
    }
    .con4left p {
        color: var(--main-color-333);
        font-size: 14px;
    }
    .index_form {
        padding: 15px;
        background-color: #f0f0f0;
        border-radius: 15px;
    }
    .index_form input {
        width: 100%;
        padding-left: 15px;
        background-color: var(--main-color-white);
        border-radius: 5px;
        margin-bottom: 20px;
        border: none;
        height: 30px;
        outline: none;
    }
    .index_form textarea {
        width: 100%;
        outline: none;
        padding-left: 15px;
        background-color: var(--main-color-white);
        border-radius: 5px;
        margin-bottom: 20px;
        border: none;
        height: 130px;
        padding-top: 15px;
    }
    .index_form a {
        display: block;
        width: 120px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        border-radius: 5px;
        color: #fff;
        background-color: var(--main-color);
    }
    .index_form a:hover {
        background-color: var(--main-color2);
    }
    .con3 {
        padding: 30px 15px;
    }
    .con3con {
        margin: 0 auto;
    }
    .con_tit {
        text-align: center;
        margin-bottom: 20px;
    }
    .con_tit h1 {
        color: var(--main-color-333);
        font-size: 20px;
        text-align: center;
    }
    .con_tit h3 {
        color: #808080;
        font-size: 15px;
        text-align: center;
    }
    .con3con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con3con ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .con3con ul li img {
        width: 100%;
    }
    .con3Txt {
        background-color: #f0f0f0;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con3Txt p {
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 70%;
    }
    .con3Txt a {
        display: block;
        width: 28%;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 5px;
    }
    .con2 {
        background-image: url(../images/bg2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con2con {
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con2left {
        width: 100%;
    }
    .con2right {
        width: 100%;
        padding: 20px 15px;
    }
    .posterBox {
        width: 100%;
        position: relative;
    }
    .posterBox img {
        width: 100%;
    }
    .playBtn {
        transition: var(--main-transition);
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, .6);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #fff;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }
    .posterTxt p {
        color: var(--main-color-333);
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
    }
    .posterTxt span {
        display: block;
        text-align: center;
        color: var(--main-color-333);
        font-size: 15px;
    }
    .posterTxt {
        padding: 10px;
        display: none;
        background-color: #dddddd;
    }
    .con2right h1 {
        font-size: 18px;
        color: var(--main-color-white);
        line-height: 30px;
        margin-bottom: 10px;
    }
    .con2right h2 {
        color: var(--main-color-white);
        font-size: 16px;
        line-height: 30px;
    }
    .ta_lay {
        position: fixed;
        z-index: 999999;
        display: none;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .7);
    }
    .tcCon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tc_box {
        width: 90%;
        position: relative;
        margin: 0 auto;
    }
    .tc_box img {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        z-index: 9;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/BG.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .con1con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1left {
        width: 100%;
        margin-bottom: 20px;
    }
    .con1left h1 {
        font-size: 18px;
        color: var(--main-color-333);
    }
    .con1left h2 {
        font-weight: normal;
        font-size: 14px;
        color: var(--main-color-333);
        margin-bottom: 10px;
    }
    .con1left h3 {
        font-weight: normal;
        font-size: 14px;
        color: var(--main-color-333);
        margin-bottom: 10px;
    }
    .con1Cz {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con1Cz a {
        display: block;
        width: 49%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        border-radius: 50px;
    }
    .con1Cz .viewmore {
        background-color: var(--main-color2);
    }
    .con1Cz .dingzhi {
        background-color: var(--main-color);
    }
    .con1Cz .viewmore:hover {
        background-color: var(--main-color)
    }
    .con1Cz .dingzhi:hover {
        background-color: var(--main-color2)
    }
    .con1right {
        width: 100%;
        background-color: #e3e0db;
    }
    .c1r_top {
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 10px;
        border-bottom: 1px solid #8a8986;
    }
    .c1r_top h1 {
        display: flex;
        align-items: center;
        font-weight: normal;
        color: var(--main-color-333);
        font-size: 20px;
    }
    .c1r_top h1 p {
        font-size: 14px;
        margin-left: 20px;
        margin-top: 10px;
    }
    .c1r_bot {
        padding: 15px;
    }
    .c1r_bot ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .c1r_bot ul li {
        flex: 1;
        text-align: center;
    }
    .c1r_bot ul li img {
        width: 35px;
        display: block;
        margin: 0 auto;
        height: 35px;
        object-fit: contain;
    }
    .c1r_bot ul li p {
        font-size: 16px;
        color: #3f3f3f;
        margin: 5px 0;
    }
    .c1r_bot ul li p em {
        font-weight: bold;
        font-style: normal;
        font-size: 14px;
    }
    .c1r_bot ul li span {
        color: var(--main-color-333);
        font-size: 14px;
        font-weight: bold;
    }
    .mlbanner {
        width: 100%;
        margin-top: 60px !important;
    }
    .mlbanner img {
        width: 100%;
        transition: all ease 2s;
        transform: scale(1.1);
    }
    .bannerbtn {
        background-image: none !important;
        width: 30px;
        height: 40px;
        background-color: var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        display: none !important;
    }
    .bannerbtn i {
        color: var(--main-color-white);
        font-size: 20px !important;
    }
    .mlbanner .swiper-slide-active img {
        transform: scale(1) !important;
    }
    .bannerpage .swiper-pagination-bullet {
        background-color: var(--main-color);
    }
    .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;
    }
    .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;
        transition: var(--main-transition);
        color: var(--main-color-white);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .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 #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color);
        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: 120px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color);
        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;
    }
}