* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "microsoft yahei";
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'bannertt';
    src: url(../fonts/ROBOTO-REGULAR.TTF);
}

@font-face {
    font-family: 'quick';
    src: url(../fonts/Quicksand-Regular.ttf);
}

@font-face {
    font-family: 'yt';
    src: url(../fonts/yt.ttf);
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

input {
    border: none;
    padding-left: 15px;
    outline: none;
}

html {
    overflow-x: hidden;
}


/* 电脑 */

@media only screen and (min-width: 996px) {
    .colorchange {
        color: #000 !important;
    }
    .pchead {
        width: 100%;
        padding: 0 40px;
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        transition: all ease 0.4s;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pcnav {
        width: 50%;
    }
    .pcsearch {
        width: 35%;
        text-align: right;
        position: relative;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .pcsearchcon {
        width: 300px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        right: 0;
        top: 100%;
    }
    .pcsearchcon a {
        display: block;
        height: 40px;
        width: 60px;
        background-color: #283a2c;
        line-height: 40px;
        text-align: center;
        color: #fff !important;
    }
    .pcsearchcon input {
        width: 240px;
        height: 40px;
        color: #283a2c;
        padding-left: 20px;
    }
    .pcsearch i {
        cursor: pointer;
        color: white;
        transition: all ease .4s;
    }
    .pclogo {
        position: absolute;
        left: 50%;
        top: 30px;
        transform: translateX(-50%);
    }
    .pcnav ul {
        display: flex;
        align-items: center;
    }
    .pcnav>ul>li {
        position: relative;
    }
    .pcnav>ul>li:hover .pcdrop {
        top: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pcdrop {
        position: absolute;
        top: 150%;
        left: 0;
        width: 200px;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.2s;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .pcdrop a {
        display: block;
        color: white;
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        padding-left: 20px;
    }
    .pcnav>ul>li>a {
        margin-right: 35px;
        display: block;
        color: #fff;
        font-size: 16px;
        height: 80px;
        line-height: 80px;
    }
    .pclogo a img {
        width: 185px;
        display: block;
        margin: 0 auto;
    }
    .bannerbtn {
        width: 60px !important;
        border-radius: 50% !important;
        height: 60px !important;
        background-image: none !important;
        background: rgba(255, 255, 255, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 35px;
    }
    .bannertxt {
        position: absolute;
        width: 1200px;
        left: 0%;
        padding-left: 8%;
        top: 35%;
        z-index: 10;
    }
    .bannertxt h1 {
        font-family: 'quick' !important;
        font-size: 90px !important;
        text-align: left;
        color: #fff;
        font-weight: normal;
    }
    .banner .swiper-slide-active img {
        transform: scale(1.2) !important;
    }
    .swiper-slide {
        overflow: hidden !important;
    }
    .banner {
        width: 100%;
        height: 100vh;
    }
    .banner img {
        width: 100%;
        height: 100%;
        transition: all ease 5s;
        object-fit: cover;
    }
    .mbhead {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .video {
        width: 75px;
        position: absolute;
        border-radius: 50%;
        bottom: 10%;
        left: 10%;
        z-index: 999;
        cursor: pointer;
    }
    .video img {
        width: 75px;
        height: 75px;
        object-fit: cover;
        border-radius: 50%;
        border: 2px solid #ccc;
        transition: all ease 0.4s;
        animation: rotate alternate-reverse 1s infinite;
    }
    .video span {
        color: white;
        font-size: 13px;
        display: block;
        text-align: center;
        padding-top: 10px;
    }
    @keyframes rotate {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.2);
        }
    }
    .videotc {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 100%;
        left: 0;
        z-index: 999;
        background-color: #000;
        transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .7s;
    }
    .videotccon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .videotccon video {
        width: 960px;
        display: none;
    }
    .closevideo {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .con1 {
        width: 100%;
        padding: 130px 0;
        background-color: #283a2c;
    }
    .con1con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding-bottom: 300px;
    }
    .con1left {
        width: 300px;
    }
    .con1right {
        width: 850px;
        display: flex;
        justify-content: space-between;
    }
    .con1rightimg {
        width: 48%;
        position: relative;
    }
    .con1rightimg img {
        width: 100%;
    }
    .con1righttxt {
        width: 43%;
        padding-top: 28%;
    }
    .magicimg0 {
        transform: rotate(-2deg);
        width: 310px !important;
        height: 440px;
        object-fit: cover;
    }
    .magicimg {
        transform: rotate(2deg);
        /* margin-top: -110px; */
        width: 200px !important;
        /*height: 300px !important;*/
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 50%;
    }
    .con1righttxt p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    .con1righttxt span {
        display: block;
        font-size: 15px;
        color: #fff;
        margin-bottom: 20px;
        line-height: 25px;
    }
    .positem {
        position: absolute;
        width: 300px;
    }
    .positem img {
        display: block;
        margin: 0 auto;
        /*width: 50px;*/
        height: 50px;
    }
    .positem strong {
        font-size: 24px;
        display: block;
        color: #fff;
        text-align: center;
        font-weight: 400;
        padding: 15px 0;
        font-family: 'microsoft yahei';
    }
    .positem p {
        font-size: 14px;
        color: #fff;
        font-family: 'microsoft yahei';
        padding: 0 20px;
        text-align: center;
        line-height: 25px;
        letter-spacing: 1px;
    }
    .pos1 {
        top: 170px;
        left: -30px;
    }
    .pos2 {
        top: 470px;
        left: 50px;
    }
    .pos3 {
        bottom: 0px;
        left: 329px;
    }
    .contitle {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 72px;
        margin-bottom: 65px;
        font-weight: normal;
    }
    .indexpro {
        padding: 100px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: #f1efec;
        position: relative;
    }
    .indexprobtn {
        padding: 10px;
    }
    .indexprobtnleft {
        position: absolute;
        left: 10%;
        z-index: 999;
        top: 35%;
    }
    .adcior {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px dashed #ccc;
    }
    .indexprobtn i {
        font-size: 35px;
    }
    .indexprobtnright {
        position: absolute;
        right: 10%;
        z-index: 999;
        top: 35%;
    }
    .indexproleft {
        width: 25%;
        padding: 20px 40px;
        position: relative;
    }
    .indexprolefttop {
        position: absolute;
        bottom: 40px;
    }
    .indexproleft strong {
        display: block;
        color: black;
        font-size: 50px;
        margin-bottom: 25px;
    }
    .indexproleft p {
        font-size: 15px;
        color: #000;
    }
    .indexproright {
        width: 70%;
    }
    .indexpro .swiper-slide img {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }
    .indexprobtn {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        background-color: #fff;
        color: black !important;
        display: inline-block;
        text-align: center;
        font-size: 30px !important;
        cursor: pointer;
        border: 1px solid #283a2c;
    }
    .indexpro .swiper-slide {
        overflow: hidden;
    }
    .indi {
        text-align: center;
        margin-bottom: 20px;
    }
    .indexpropos {
        position: absolute;
        width: 100%;
        height: 300px;
        top: 540px;
        left: 0;
        z-index: 10;
        color: #fff;
        background: rgba(0, 0, 0, .5);
        transition: all ease 0.3s;
    }
    .indexpropos p {
        font-size: 20px;
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
    }
    .indexpropos span {
        display: block;
        color: white;
        line-height: 25px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        padding: 0 20px;
    }
    .indexpropos a {
        display: block;
        color: white;
        font-size: 16px;
        margin-top: 20px;
        margin-left: 20px;
    }
    .indexpropos .a {
        color: white;
        font-size: 30px;
    }
    .ssimg {
        transition: all ease 0.4s;
    }
    .indexpro .swiper-slide:hover .ssimg {
        transform: scale(1.1);
    }
    .indexpro .swiper-slide:hover .indexpropos {
        top: 300px !important;
    }
    iframe {
        display: block;
        width: 100%;
        height: 100vh;
    }
    .country strong {
        display: block;
        text-align: center;
        padding-top: 50px;
        margin-bottom: 30px;
        font-size: 40px;
    }
    .conp {
        text-align: center;
        max-width: 650px;
        margin: 30px auto;
        margin-bottom: 50px;
    }
    .indexnew {
        width: 100%;
        padding: 120px 0;
        background-color: #f1efec;
    }
    .indexnewtitle {
        text-align: center;
        width: 370px;
        margin: 0 auto;
        font-size: 45px;
        color: #000;
        font-weight: bold;
    }
    .indexnew ul {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 67px;
    }
    .indexnew ul li {
        width: 31%;
    }
    .indexnew ul li img {
        width: 100%;
        transition: all ease 0.4s;
    }
    .indexnew ul li img:hover {
        transform: scale(1.1);
    }
    .indexnew ul li .imga {
        overflow: hidden;
        display: block;
    }
    .indexnew ul li p {
        text-align: center;
        color: #000;
        font-size: 16px;
        padding: 20px 0;
    }
    .more {
        width: 170px;
        height: 50px;
        display: block;
        transition: all ease 0.4s;
        line-height: 50px;
        text-align: center;
        border-radius: 50px;
        margin: 0 auto;
        color: #283a2c;
        border: 1px solid #283a2c;
    }
    .more:hover {
        background-color: #283a2c;
        color: #fff;
    }
    .indexprocon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .probanner {
        width: 100%;
    }
    .probanner img {
        width: 100%;
        transition: all ease 4s;
    }
    .probanner .swiper-slide-active img {
        transform: scale(1) !important;
    }
    .probanner .swiper-slide img {
        transform: scale(1.2);
    }
    .pro {
        padding: 100px;
    }
    .clear {
        clear: both;
    }
    .proitem {
        margin-bottom: 135px;
    }
    .proitemleft {
        float: left;
        width: 48%;
        position: relative;
    }
    .proitemleft img {
        width: 100%;
        /*height: 550px;*/
        object-fit: cover;
        cursor: pointer;
    }
    .proitemright {
        float: right;
        width: 48%;
    }
    .proitemleft:hover .posimg {
        opacity: 1 !important;
    }
    .posimg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        opacity: 0;
        transition: all ease 0.4s;
    }
    .proitemright a {
        display: block;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }
    .proitemright p {
        font-size: 15px;
        line-height: 25px;
        padding: 20px 0;
        color: #fff;
    }
    .fr {
        float: right !important;
    }
    .fl {
        float: left !important;
    }
    .inside {
        max-width: 1200px;
        margin: 0 auto;
        padding: 100px 20px;
        color: white;
    }
    .inside img {
        max-width: 100%;
    }
    .part {
        width: 100%;
        padding-top: 100px;
        height: 100vh;
        position: relative;
    }
    .parth1 {
        text-align: center;
        font-size: 50px;
        color: white;
    }
    .partimg {
        position: absolute;
        width: 110px;
    }
    .partimg0 {
        left: 10%;
        bottom: 15%;
    }
    .partimg1 {
        left: 40%;
        top: 25%;
    }
    .partimg2 {
        left: 60%;
        top: 35%;
    }
    .partimg3 {
        right: 15%;
        top: 25%;
    }
    .partimg4 {
        right: 15%;
        bottom: 15%;
    }
    .life {
        width: 980px;
        margin: 0 auto;
        position: relative;
        z-index: 99;
    }
    .div1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .div1 span {
        font-size: 180px;
        color: #f8c863;
        padding: 0 10px;
        display: block;
    }
    .life1 {
        width: 980px;
        margin: 0 auto;
        position: absolute;
        z-index: 99;
        left: 50%;
        transform: translateX(-50%);
        top: 20%;
        opacity: 0;
        transition: all ease 1s;
    }
    .div2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .div2 span {
        font-size: 100px;
        color: #f8c863;
        padding: 0 10px;
        display: block;
    }
    .txt {
        text-align: center;
        color: white;
        font-size: 25px;
        margin-top: 20px;
    }
    .yjsj {
        width: 100%;
        height: 1120px;
        background-image: url(../images/shan.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .formout {
        width: 100%;
        background-image: url(../images/yun.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 1120px;
        padding-top: 30.5%;
    }
    .formoutcon {
        width: 480px;
        margin: 0 auto;
    }
    .smallp {
        font-size: 12px;
        color: #000;
        text-align: center;
        margin-bottom: 20px;
    }
    .formoutcon h1 {
        font-size: 48px;
        color: #000;
        text-align: center;
        font-weight: normal;
        /* font-style: italic; */
        margin-bottom: 40px;
    }
    .forma {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .forma input[type='text'] {
        width: 48%;
        height: 30px;
        border-bottom: 1px solid #ccc;
        padding-left: 0 !important;
        background-color: transparent;
        margin-bottom: 20px;
    }
    .forma label {
        width: 48%;
        display: flex;
        align-items: center;
    }
    .forma label span {
        margin-left: 10px;
        user-select: none;
        font-size: 14px;
        color: #757575;
    }
    .formoutcon a {
        margin-top: 20px;
    }
    .foot1 {
        padding: 90px 0;
        background-color: #daddc5;
    }
    .foot1con {
        max-width: 870px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }
    .foot1conleft {
        width: 42%;
    }
    .foot1conleft h1 {
        color: #283a2c;
        font-size: 36px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .foot1conleft p {
        color: #283a2c;
        font-size: 18px;
    }
    .foot1conright {
        width: 55%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cii {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        border-radius: 50%;
        border: 1px dashed #6b7665;
    }
    .cii h4 {
        text-align: center;
        font-weight: normal;
        font-size: 16px;
        color: #000;
        margin-top: 15px;
    }
    .cii h4 span {
        display: block;
        text-align: center;
    }
    .foot2 {
        padding: 90px 0;
        background-color: #283a2c;
    }
    .footer2 {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footer3 {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footer2item {
        width: 31%;
    }
    .footer2_1 strong {
        display: block;
        font-size: 18px;
        color: #b1b886;
        margin-bottom: 20px;
    }
    .footer2_1 a {
        font-size: 16px;
        color: #fff;
        display: block;
        margin-bottom: 5px;
    }
    .footer2_2 ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer2_2 ul li {
        width: 31%;
    }
    .footer2_2 ul li img {
        width: 100%;
    }
    .footer2_2 ul li p {
        padding: 5px 0;
        text-align: center;
        color: white;
        font-size: 14px;
    }
    .footer3 a img {
        width: 116px;
        height: 115px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 996px) {
    .foot1 {
        padding: 50px 30px;
        background-color: #daddc5;
    }
    .foot1con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }
    .foot1conleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .foot1conleft h1 {
        color: #283a2c;
        text-align: center;
        font-size: 36px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .foot1conleft p {
        text-align: center;
        color: #283a2c;
        font-size: 18px;
    }
    .foot1conright {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .cii {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        border-radius: 50%;
        border: 1px dashed #6b7665;
        margin-bottom: 25px;
    }
    .cii h4 {
        text-align: center;
        font-weight: normal;
        font-size: 16px;
        color: #000;
        margin-top: 15px;
    }
    .cii h4 span {
        display: block;
        text-align: center;
    }
    .yjsj {
        width: 100%;
        height: 680px;
        background-image: url(../images/shan.webp);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .formout {
        width: 100%;
        background-image: url(../images/yun.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 680px;
        padding-top: 70.5%;
    }
    .formoutcon {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
    .smallp {
        font-size: 12px;
        color: #000;
        text-align: center;
        margin-bottom: 20px;
    }
    .formoutcon h1 {
        font-size: 48px;
        color: #000;
        text-align: center;
        font-weight: normal;
        font-style: italic;
        margin-bottom: 40px;
    }
    .forma {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .forma input[type='text'] {
        width: 48%;
        height: 30px;
        border-bottom: 1px solid #ccc;
        padding-left: 0 !important;
        background-color: transparent;
        margin-bottom: 20px;
    }
    .forma label {
        width: 48%;
        display: flex;
        align-items: center;
    }
    .forma label span {
        margin-left: 10px;
        user-select: none;
    }
    .formoutcon a {
        margin-top: 20px;
    }
    .part {
        width: 100%;
        padding-top: 70px;
        height: 100vh;
        position: relative;
    }
    .parth1 {
        text-align: center;
        font-size: 25px;
        color: white;
    }
    .partimg {
        position: absolute;
        width: 110px;
        display: none;
    }
    .life {
        width: 95%;
        margin: 0 auto;
        position: relative;
        z-index: 99;
    }
    .div1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .div1 span {
        font-size: 50px;
        color: #f8c863;
        display: block;
    }
    .life1 {
        width: 95%;
        margin: 0 auto;
        position: absolute;
        z-index: 99;
        left: 50%;
        transform: translateX(-50%);
        top: 40%;
        opacity: 0;
        transition: all ease 1s;
    }
    .div2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .div2 span {
        font-size: 30px;
        color: #f8c863;
        display: block;
    }
    .txt {
        text-align: center;
        color: white;
        font-size: 20px;
        margin-top: 20px;
    }
    .inside {
        width: 100%;
        padding: 30px;
        margin: 0 auto;
        padding: 30px 20px;
        color: white;
    }
    .inside img {
        width: 100%;
    }
    .pro {
        padding: 30px;
    }
    .clear {
        clear: both;
    }
    .proitem {
        margin-bottom: 30px;
    }
    .proitemleft {
        width: 100%;
        position: relative;
        margin-bottom: 25px;
    }
    .proitemleft img {
        width: 100%;
        cursor: pointer;
        height: 210px;
        object-fit: cover;
    }
    .proitemright {
        width: 100%;
    }
    .proitemleft:hover .posimg {
        opacity: 1 !important;
    }
    .posimg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        opacity: 0;
        transition: all ease 0.4s;
    }
    .proitemright a {
        display: block;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }
    .proitemright p {
        font-size: 15px;
        line-height: 25px;
        padding: 20px 0;
        color: #fff;
    }
    .fr {
        float: right !important;
    }
    .fl {
        float: left !important;
    }
    .probanner {
        width: 100%;
    }
    .probanner img {
        width: 100%;
        transition: all ease 4s;
    }
    .probanner .swiper-slide-active img {
        transform: scale(1) !important;
    }
    .swiper-slide {
        overflow: hidden;
    }
    .probanner .swiper-slide img {
        transform: scale(1.2);
    }
    .indexnew {
        width: 100%;
        padding: 30px;
        background-color: #f1efec;
    }
    .indexnewtitle {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        font-size: 25px;
        color: #000;
        font-weight: bold;
    }
    .indexnew ul {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-top: 67px;
    }
    .indexnew ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .indexnew ul li img {
        width: 100%;
        transition: all ease 0.4s;
    }
    .indexnew ul li img:hover {
        transform: scale(1.1);
    }
    .indexnew ul li .imga {
        overflow: hidden;
        display: block;
    }
    .indexnew ul li p {
        text-align: center;
        color: #000;
        font-size: 16px;
        padding: 20px 0;
    }
    .more {
        width: 170px;
        height: 50px;
        display: block;
        transition: all ease 0.4s;
        line-height: 50px;
        text-align: center;
        border-radius: 50px;
        margin: 0 auto;
        color: #283a2c;
        border: 1px solid #283a2c;
    }
    .more:hover {
        background-color: #283a2c;
        color: #fff;
    }
    .country strong {
        display: block;
        text-align: center;
        padding-top: 50px;
        margin-bottom: 30px;
        font-size: 40px;
    }
    .conp {
        text-align: center;
        width: 100%;
        margin: 30px auto;
        margin-bottom: 50px;
    }
    iframe {
        display: block;
        width: 100%;
        height: 100vh;
    }
    .indexpropos {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: rgba(0, 0, 0, .5);
        opacity: 0;
        transition: all ease 0.3s;
    }
    .indexpropos .a {
        color: white;
        font-size: 30px;
    }
    .indexpro .swiper-slide:hover .indexpropos {
        opacity: 1;
    }
    .indexpro {
        padding: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: #f1efec;
        align-items: center;
    }
    .indexproleft {
        width: 100%;
        padding: 20px;
    }
    .indexproleft strong {
        display: block;
        color: black;
        font-size: 25px;
        margin-bottom: 20px;
    }
    .indexproleft p {
        font-size: 15px;
        color: #000;
    }
    .indexproright {
        width: 100%;
    }
    .indexpro .swiper-slide img {
        width: 100%;
    }
    .indexprobtn {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        background-color: #283a2c;
        color: white !important;
        display: inline-block;
        text-align: center;
        font-size: 30px !important;
        line-height: 60px;
        cursor: pointer;
    }
    .indi {
        text-align: center;
        margin-bottom: 20px;
    }
    .con1 {
        width: 100%;
        padding: 60px 30px;
        background-color: #283a2c;
    }
    .con1con {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .con1left {
        width: 100%;
    }
    .con1right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1rightimg {
        width: 100%;
        position: relative;
    }
    .con1rightimg img {
        width: 100%;
        display: block;
    }
    .con1righttxt {
        width: 100%;
    }
    .magicimg0 {
        transform: rotate(-8deg);
    }
    .magicimg {
        transform: rotate(8deg);
        margin-top: -50px;
    }
    .con1righttxt p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    .con1righttxt span {
        display: block;
        font-size: 15px;
        color: #fff;
        margin-bottom: 20px;
        line-height: 25px;
    }
    .positem {
        width: 100%;
        margin-bottom: 30px;
    }
    .positem img {
        display: block;
        margin: 0 auto;
        width: 50px;
        height: 50px;
    }
    .positem strong {
        font-size: 24px;
        display: block;
        color: #fff;
        text-align: center;
        font-weight: 400;
        padding: 15px 0;
    }
    .positem p {
        font-size: 14px;
        color: #fff;
        padding: 0 20px;
        text-align: center;
    }
    .contitle {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 29px;
        margin-bottom: 52px;
    }
    .video {
        width: 45px;
        position: absolute;
        border-radius: 50%;
        bottom: 10%;
        left: 10%;
        z-index: 999;
        cursor: pointer;
    }
    .video img {
        width: 45px;
        height: 45px;
        object-fit: cover;
        border-radius: 50%;
        border: 2px solid #ccc;
        transition: all ease 0.4s;
        animation: rotate alternate-reverse 1s infinite;
    }
    .video span {
        display: none;
    }
    @keyframes rotate {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.2);
        }
    }
    .videotc {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 100%;
        left: 0;
        z-index: 999;
        background-color: #000;
        transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .7s;
    }
    .videotccon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .videotccon video {
        width: 95%;
        display: none;
    }
    .closevideo {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .mbsearch {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 95%;
        margin: 20px auto;
    }
    .mbsearch input {
        width: 75%;
        height: 40px;
        padding-left: 20px;
        border: 1px solid #283a2c;
    }
    .mbsearch a {
        display: block;
        flex: 1;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #283a2c;
        color: #fff;
    }
    .close {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .ro {
        transform: rotate(180deg);
    }
    .mbnav ul li i {
        transition: all ease 0.4s;
    }
    .mbdrop {
        display: none;
    }
    .mbdrop a {
        display: block;
        width: 100%;
        color: #000;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
    }
    .mbnav ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 20px;
    }
    .mbnav ul li a {
        display: block;
        width: 100%;
        color: #000;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
    }
    .mbnav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: #fff;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        display: none;
    }
    .bannerbtn {
        width: 30px !important;
        border-radius: 50% !important;
        height: 30px !important;
        background-image: none !important;
        background: rgba(255, 255, 255, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 20px;
    }
    .bannertxt {
        position: absolute;
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        top: 35%;
        z-index: 10;
    }
    .bannertxt h1 {
        font-size: 30px;
        text-align: center;
        color: #fff;
    }
    .banner .swiper-slide-active img {
        transform: scale(1.2) !important;
    }
    .banner {
        width: 100%;
    }
    .banner img {
        width: 100%;
        transition: all ease 5s;
    }
    .mbhead {
        display: none;
    }
    .colorchange {
        color: #000 !important;
    }
    .pchead {
        display: none;
    }
    .mbhead {
        display: flex;
        width: 100%;
        height: 60px;
        padding: 0 20px;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        transition: all ease 0.4s;
    }
    .mblogo img {
        width: 150px;
    }
    .mbheadright {
        color: #fff;
        display: flex;
        align-items: center;
    }
}