* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

 :root {
    --main-color: #c19b76;
    --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) {
    .h_r {
        display: flex;
        align-items: center;
    }
    .h_r .h_s {
        display: flex;
        border-radius: 40px;
        border: 1px solid var(--main-color-white);
        align-items: center;
        margin-left: 20px;
    }
    .h_s input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .h_s a {
        display: block;
        height: 35px;
        width: 50px;
        text-align: center;
        line-height: 35px;
        background-color: var(--main-color);
        color: var(--main-color-white);
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        border: 1px solid var(--main-color);
    }
    .h_s input {
        width: 200px;
        border: none;
        color: var(--main-color-white);
        height: 35px;
        padding-left: 15px;
        background-color: transparent;
        outline: none;
    }
    .ml_banner .swiper-slide {
        position: relative;
    }
    .banner_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .banner_pos p {
        font-size: 50px;
        margin-bottom: 60px;
        font-weight: 300;
        text-align: center;
        color: var(--main-color-white);
    }
    .banner_pos p span {
        font-size: 30px !important;
    }
    .pchead {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        transition: var(--main-transition);
        z-index: 999;
        height: 100px;
        background: transparent;
    }
    .pcheader {
        max-width: 1430px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: 100px;
    }
    .head_change {
        background-color: #16213b !important;
    }
    .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: 100px;
        line-height: 100px;
        font-size: 16px;
        transition: var(--main-transition);
        color: var(--main-color-white);
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        width: 200px;
        background: rgba(0, 0, 0, .8);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .pc_sec_item a {
        color: var(--main-color-white);
        font-size: 14px;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color);
    }
    .pcnav li:hover .pc_sec_nav {
        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 .first_a {
        color: var(--main-color);
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        background: rgba(0, 0, 0, .8);
        left: 100%;
        top: 0;
        z-index: 998;
        width: 200px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-white);
        background: rgba(0, 0, 0, .8);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
    }
    .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);
    }
    .inbanner {
        width: 100%;
        height: 400px;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        font-size: 30px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .inside {
        max-width: 1430px;
        padding: 15px 65px;
        margin: 0 auto;
    }
    .inside p {
        font-size: 15px;
        color: var(--main-color-222);
    }
    .bannerul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bannerul li {
        text-align: center;
        margin: 0 30px;
    }
    .bannerul li img {
        width: 50px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .bannerul li p {
        text-align: center;
        color: var(--main-color-white);
        font-size: 17px;
    }
    .con1 {
        max-width: 1430px;
        padding: 0 65px;
        margin: 0 auto;
        margin-top: -70px;
        position: relative;
        z-index: 99;
    }
    .con1con {
        width: 100%;
        padding: 40px;
        background-color: var(--main-color-white);
        border-radius: 20px;
        box-shadow: rgba(204, 204, 204, 0.5) 0px 0px 10px 0px;
    }
    .groupitem p {
        font-size: 16px;
        color: var(--main-color-666);
        margin-bottom: 10px;
    }
    .groupitem p em {
        color: red;
    }
    .input_group {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .groupitem {
        width: 30%;
        margin: 0 20px;
    }
    #test-range {
        display: flex;
        align-items: center;
    }
    #test-range .layui-form-mid {
        color: var(--main-color-999);
        margin: 0 !important;
        padding: 0 10px !important;
    }
    .layui-laydate-main {
        width: 270px !important;
    }
    .prepur {
        display: block;
        width: 10% !important;
    }
    .prepur p {
        opacity: 0;
    }
    .prepur a {
        display: block;
        width: 100%;
        text-align: center;
        background-color: var(--main-color);
        height: 35px;
        color: var(--main-color-white);
        line-height: 35px;
        border-radius: 5px;
    }
    .prepur a:hover {
        color: var(--main-color-white);
    }
    .groupitem_pchide {
        display: none;
    }
    .con2 {
        width: 100%;
        padding: 80px 0;
    }
    .con2con {
        max-width: 1430px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .contitle {
        text-align: center;
        color: #434343;
        font-size: 30px;
        margin-bottom: 40px;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 30px;
        cursor: pointer;
    }
    .con2con ul li:nth-child(3n) {
        margin-right: 0;
    }
    .con2con ul li:hover img {
        transform: scale(1.1);
    }
    .con2con ul li:hover p {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con2con ul li p {
        text-align: center;
        color: var(--main-color-222);
        font-weight: bold;
        font-size: 20px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        transition: var(--main-transition);
        background-color: #f6f6f6;
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }
    .con2img {
        overflow: hidden;
    }
    .con2img img {
        width: 100%;
        max-height: 230px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .more {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: var(--main-color-white);
        color: var(--main-color);
        border-radius: 50%;
        border: 2px solid var(--main-color);
        margin: 0 auto;
        margin-top: 30px;
        font-size: 15px;
        transition: var(--main-transition);
    }
    .more:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con3 {
        padding: 80px 0;
        background-color: #f6f6f6;
    }
    .con3con {
        max-width: 1430px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con3con ul li {
        display: flex;
        cursor: pointer;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3con ul li:hover img {
        transform: scale(1.1);
    }
    .con3con ul li:nth-child(even) {
        flex-direction: row-reverse;
    }
    .con3lileft {
        width: 50%;
        overflow: hidden;
    }
    .con3lileft img {
        width: 100%;
        max-height: 310px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con3liright {
        background-color: var(--main-color-white);
        padding: 0 5%;
        display: flex;
        width: 50%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .con3liright p {
        color: #000;
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    .con3liright span {
        line-height: 30px;
        text-align: center;
        display: block;
        font-size: 15px;
        color: var(--main-color-666);
    }
    .con4 {
        width: 100%;
        height: 500px;
        background-image: url(../images/videobg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .con4con {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con4con img {
        cursor: pointer;
        transition: var(--main-transition);
        animation: fade 1s infinite;
    }
    @keyframes fade {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        100% {
            opacity: .1;
            transform: scale(1.2);
        }
    }
    .v_lay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        z-index: 9999;
        background: rgba(0, 0, 0, 1);
    }
    .v_lay_con {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .v_lay_con video {
        max-width: 800px;
        margin: 0 auto;
    }
    .closev {
        width: 40px;
        position: absolute;
        right: 60px;
        top: 60px;
        cursor: pointer;
    }
    .con5 {
        padding: 80px 0;
    }
    .con5con {
        max-width: 1430px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .con5con ul li:nth-child(4n) {
        margin-right: 0;
    }
    .con5con ul li img {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
    }
    .con6 {
        padding: 80px 0;
        width: 100%;
        background-color: #f6f6f6;
    }
    .con6con {
        max-width: 1430px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6con ul li {
        width: 48%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 30px;
        transition: var(--main-transition);
        cursor: pointer;
    }
    .con6con ul li:hover {
        box-shadow: var(--main-shadow);
    }
    .con6con ul li:hover img {
        transform: rotateY(180deg);
    }
    .con6lileft {
        width: 45%;
        overflow: hidden;
    }
    .con6liright {
        width: 55%;
        padding: 20px;
        background-color: var(--main-color-white);
    }
    .con6liright p {
        color: var(--main-color-222);
        font-weight: bold;
        font-size: 18px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 20px;
    }
    .con6liright span {
        width: 100%;
        line-height: 30px;
        font-size: 14px;
        color: var(--main-color-666);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con6lileft img {
        width: 100%;
        max-height: 170px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .foot {
        padding: 50px 0;
        background-color: #0f172b;
    }
    .footer {
        max-width: 1430px;
        padding: 0 65px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footitem {
        width: 31%;
    }
    .footer1 strong {
        font-size: 24px;
        color: #d9d9d9;
        font-weight: normal;
        margin-bottom: 10px;
        display: block;
    }
    .footer1 span {
        color: var(--main-color);
        font-size: 35px;
        margin-bottom: 20px;
        display: block;
    }
    .footer1 p {
        font-size: 14px;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 20px;
        margin-bottom: 10px;
        color: #d9d9d9;
    }
    .footer1 a {
        width: 120px;
        height: 40px;
        display: block;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 5px;
    }
    .footer2 strong {
        font-size: 24px;
        color: #d9d9d9;
        font-weight: normal;
        margin-bottom: 10px;
        display: block;
    }
    .footer2 p {
        font-size: 14px;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 20px;
        margin-bottom: 10px;
        color: #d9d9d9;
    }
    .f_form {
        margin-top: 20px;
    }
    .f_form input {
        width: 100%;
        outline: none;
        border: 1px solid #d9d9d9;
        background-color: transparent;
        height: 40px;
        display: block;
        padding-left: 15px;
        color: var(--main-color-white);
        margin-bottom: 15px;
    }
    .f_form textarea {
        width: 100%;
        outline: none;
        height: 100px;
        border: 1px solid #d9d9d9;
        background-color: transparent;
        padding-top: 15px;
        display: block;
        padding-left: 15px;
        color: var(--main-color-white);
        margin-bottom: 15px;
    }
    .f_form input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .f_form textarea::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .footer2 a {
        width: 120px;
        height: 40px;
        display: block;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 5px;
    }
    .footer3 ul {
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .footer3 ul li {
        margin-left: 20px;
    }
    .footer3 ul li img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .footer3 ul li p {
        color: #d9d9d9;
        font-size: 14px;
        text-align: center;
        margin-top: 20px;
    }
    .aboutus {
        width: 100%;
        padding: 15px 0;
    }
    .aboutuscon {
        max-width: 1430px;
        padding: 0 65px;
        margin: 0 auto;
    }
    .aboutuscontent {
        padding: 0 25px;
        width: 100%;
        border: 1px solid #dddddd;
        padding: 50px 5%;
        margin-bottom: 50px;
    }
    .aboutuscontent p {
        font-size: 17px;
        line-height: 30px;
        color: var(--main-color-666);
    }
    .aboutuscontent img {
        display: block;
        margin: 30px auto;
        max-width: 100%;
    }
}

@media only screen and (max-width: 996px) {
    .aboutus {
        width: 100%;
        padding: 30px 15px;
    }
    .aboutuscon {
        margin: 0 auto;
    }
    .aboutuscontent {
        width: 100%;
        border: 1px solid #dddddd;
        padding: 20px;
        margin-bottom: 50px;
    }
    .aboutuscontent p {
        font-size: 15px;
        line-height: 30px;
        color: var(--main-color-666);
    }
    .aboutuscontent img {
        display: block;
        margin: 30px auto;
        max-width: 100%;
    }
    .foot {
        padding: 30px 15px;
        background-color: #0f172b;
    }
    .footer {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footitem {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer1 strong {
        font-size: 20px;
        color: #d9d9d9;
        font-weight: normal;
        margin-bottom: 5px;
        display: block;
    }
    .footer1 span {
        color: var(--main-color);
        font-size: 25px;
        margin-bottom: 10px;
        display: block;
    }
    .footer1 p {
        font-size: 14px;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #d9d9d9;
    }
    .footer1 a {
        width: 120px;
        height: 40px;
        display: block;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 5px;
    }
    .footer2 strong {
        font-size: 20px;
        color: #d9d9d9;
        font-weight: normal;
        margin-bottom: 5px;
        display: block;
    }
    .footer2 p {
        font-size: 14px;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #d9d9d9;
    }
    .f_form {
        margin-top: 20px;
    }
    .f_form input {
        width: 100%;
        outline: none;
        border: 1px solid #d9d9d9;
        background-color: transparent;
        height: 40px;
        display: block;
        padding-left: 15px;
        color: var(--main-color-white);
        margin-bottom: 15px;
    }
    .f_form textarea {
        width: 100%;
        outline: none;
        height: 100px;
        border: 1px solid #d9d9d9;
        background-color: transparent;
        padding-top: 15px;
        display: block;
        padding-left: 15px;
        color: var(--main-color-white);
        margin-bottom: 15px;
    }
    .f_form input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .f_form textarea::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .footer2 a {
        width: 120px;
        height: 40px;
        display: block;
        line-height: 40px;
        text-align: center;
        color: var(--main-color-white);
        background-color: var(--main-color);
        border-radius: 5px;
    }
    .footer3 ul {
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .footer3 ul li {
        margin-right: 20px;
    }
    .footer3 ul li img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .footer3 ul li p {
        color: #d9d9d9;
        font-size: 14px;
        text-align: center;
        margin-top: 20px;
    }
    .con6 {
        padding: 30px 15px;
        width: 100%;
        background-color: #f6f6f6;
    }
    .con6con {
        margin: 0 auto;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6con ul li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 30px;
        transition: var(--main-transition);
        cursor: pointer;
    }
    .con6con ul li:hover {
        box-shadow: var(--main-shadow);
    }
    .con6con ul li:hover img {
        transform: rotateY(180deg);
    }
    .con6lileft {
        width: 100%;
        overflow: hidden;
    }
    .con6liright {
        width: 100%;
        padding: 20px;
        background-color: var(--main-color-white);
    }
    .con6liright p {
        color: var(--main-color-222);
        font-weight: bold;
        font-size: 18px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 20px;
    }
    .con6liright span {
        width: 100%;
        line-height: 30px;
        font-size: 14px;
        color: var(--main-color-666);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con6lileft img {
        width: 100%;
        max-height: 170px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con5 {
        padding: 30px 15px;
    }
    .con5con {
        margin: 0 auto;
    }
    .con5con ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con5con ul li {
        width: 49%;
        margin-bottom: 20px;
    }
    .con5con ul li img {
        width: 100%;
        max-height: 150px;
        object-fit: cover;
    }
    .con4 {
        width: 100%;
        height: 200px;
        background-image: url(../images/videobg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .con4con {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con4con img {
        cursor: pointer;
        transition: var(--main-transition);
        animation: fade 1s infinite;
    }
    @keyframes fade {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        100% {
            opacity: .1;
            transform: scale(1.2);
        }
    }
    .v_lay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        z-index: 9999;
        background: rgba(0, 0, 0, .8);
    }
    .v_lay_con {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .v_lay_con video {
        width: 85%;
        margin: 0 auto;
    }
    .closev {
        width: 40px;
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
    }
    .con3 {
        padding: 30px 15px;
        background-color: #f6f6f6;
    }
    .con3con {
        margin: 0 auto;
    }
    .con3con ul li {
        display: flex;
        cursor: pointer;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .con3lileft {
        width: 100%;
    }
    .con3lileft img {
        width: 100%;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con3liright {
        background-color: var(--main-color-white);
        padding: 20px;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .con3liright p {
        color: #000;
        font-size: 22px;
        text-align: center;
        margin-bottom: 15px;
    }
    .con3liright span {
        line-height: 30px;
        text-align: center;
        display: block;
        font-size: 14px;
        color: var(--main-color-666);
    }
    .con2 {
        width: 100%;
        padding: 30px 15px;
    }
    .con2con {
        margin: 0 auto;
    }
    .contitle {
        text-align: center;
        color: #434343;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 25px;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li {
        width: 100%;
        margin-bottom: 30px;
        cursor: pointer;
    }
    .con2con ul li:hover p {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con2con ul li p {
        text-align: center;
        font-size: 16px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        transition: var(--main-transition);
        background-color: var(--main-color);
        color: var(--main-color-white);
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }
    .con2img {
        overflow: hidden;
    }
    .con2img img {
        width: 100%;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .more {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: var(--main-color-white);
        color: var(--main-color);
        border-radius: 50%;
        border: 2px solid var(--main-color);
        margin: 0 auto;
        margin-top: 20px;
        font-size: 15px;
        transition: var(--main-transition);
    }
    .more:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .groupitem_mbhide {
        display: none;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
        position: relative;
        z-index: 99;
    }
    .con1con {
        width: 100%;
        padding: 15px;
        background-color: var(--main-color-white);
        border-radius: 10px;
        box-shadow: rgba(204, 204, 204, 0.5) 0px 0px 10px 0px;
    }
    .groupitem p {
        font-size: 14px;
        color: var(--main-color-666);
        margin-bottom: 5px;
    }
    .groupitem p em {
        color: red;
    }
    .input_group {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .groupitem {
        width: 100%;
        margin-bottom: 20px;
    }
    #test-range {
        display: flex;
        align-items: center;
    }
    #test-range .layui-form-mid {
        color: var(--main-color-999);
        margin: 0 !important;
        padding: 0 10px !important;
    }
    .layui-laydate-main {
        width: 100% !important;
    }
    .prepur {
        display: block;
    }
    .prepur p {
        display: none;
    }
    .prepur a {
        display: block;
        width: 100%;
        text-align: center;
        background-color: var(--main-color);
        height: 35px;
        color: var(--main-color-white);
        line-height: 35px;
        border-radius: 5px;
    }
    .prepur a:hover {
        color: var(--main-color-white);
    }
    .bannerul {
        display: none;
    }
    .ml_banner .swiper-slide {
        position: relative;
    }
    .banner_pos {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .banner_pos p {
        font-size: 25px;
        text-align: center;
        color: var(--main-color-white);
    }
    .inside {
        padding: 15px;
    }
    .inside p {
        font-size: 14px;
        color: var(--main-color-222);
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        font-size: 25px;
        color: var(--main-color-white);
        font-weight: normal;
    }
    .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);
    }
    .pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-666);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-white);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        height: 40px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background: rgba(0, 0, 0, .4);
        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;
    }
    .mb_right {
        display: flex;
        align-items: center;
    }
    .ml_banner {
        width: 100%;
    }
    .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;
    }
}


/*  */

.load_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999;
}

.load_pagecon {
    height: 100%;
}

.cssload-wrap {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    box-pack: center;
    -o-box-pack: center;
    -ms-box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    perspective: 380px;
    -o-perspective: 380px;
    -ms-perspective: 380px;
    -webkit-perspective: 380px;
    -moz-perspective: 380px;
    height: 100%;
    overflow: hidden;
}

.cssload-cssload-spinner {
    position: relative;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    animation: cssload-wobble 4.59s ease-in-out infinite;
    -o-animation: cssload-wobble 4.59s ease-in-out infinite;
    -ms-animation: cssload-wobble 4.59s ease-in-out infinite;
    -webkit-animation: cssload-wobble 4.59s ease-in-out infinite;
    -moz-animation: cssload-wobble 4.59s ease-in-out infinite;
}

.cssload-cssload-spinner:before,
.cssload-cssload-spinner:after {
    display: block;
    content: "";
    width: 85px;
    height: 85px;
    border: 43px solid;
    border-radius: 50%;
    animation: cssload-spin 1.73s ease-in-out infinite both reverse;
    -o-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
    -ms-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
    -webkit-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
    -moz-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
}

.cssload-cssload-spinner:before {
    border-color: rgba(193, 156, 118, 0.8);
    position: absolute;
}

.cssload-cssload-spinner:after {
    border-color: #16213b;
    animation-delay: -0.86s;
    -o-animation-delay: -0.86s;
    -ms-animation-delay: -0.86s;
    -webkit-animation-delay: -0.86s;
    -moz-animation-delay: -0.86s;
}

@keyframes cssload-wobble {
    0%,
    100% {
        transform: rotateX(8.75deg) rotateY(35deg);
    }
    50% {
        transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
    }
}

@-o-keyframes cssload-wobble {
    0%,
    100% {
        -o-transform: rotateX(8.75deg) rotateY(35deg);
    }
    50% {
        -o-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
    }
}

@-ms-keyframes cssload-wobble {
    0%,
    100% {
        -ms-transform: rotateX(8.75deg) rotateY(35deg);
    }
    50% {
        -ms-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
    }
}

@-webkit-keyframes cssload-wobble {
    0%,
    100% {
        -webkit-transform: rotateX(8.75deg) rotateY(35deg);
    }
    50% {
        -webkit-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
    }
}

@-moz-keyframes cssload-wobble {
    0%,
    100% {
        -moz-transform: rotateX(8.75deg) rotateY(35deg);
    }
    50% {
        -moz-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
    }
}

@keyframes cssload-spin {
    0%,
    100% {
        transform: translateZ(47px) rotateX(14deg);
    }
    33% {
        transform: translateZ(-47px) scale(0.4);
    }
    66% {
        transform: translateZ(-47px);
    }
}

@-o-keyframes cssload-spin {
    0%,
    100% {
        -o-transform: translateZ(47px) rotateX(14deg);
    }
    33% {
        -o-transform: translateZ(-47px) scale(0.4);
    }
    66% {
        -o-transform: translateZ(-47px);
    }
}

@-ms-keyframes cssload-spin {
    0%,
    100% {
        -ms-transform: translateZ(47px) rotateX(14deg);
    }
    33% {
        -ms-transform: translateZ(-47px) scale(0.4);
    }
    66% {
        -ms-transform: translateZ(-47px);
    }
}

@-webkit-keyframes cssload-spin {
    0%,
    100% {
        -webkit-transform: translateZ(47px) rotateX(14deg);
    }
    33% {
        -webkit-transform: translateZ(-47px) scale(0.4);
    }
    66% {
        -webkit-transform: translateZ(-47px);
    }
}

@-moz-keyframes cssload-spin {
    0%,
    100% {
        -moz-transform: translateZ(47px) rotateX(14deg);
    }
    33% {
        -moz-transform: translateZ(-47px) scale(0.4);
    }
    66% {
        -moz-transform: translateZ(-47px);
    }
}


/*  */