/*竖屏 css-------------------------------------------------------------------------------------*/
/*竖屏 css-------------------------------------------------------------------------------------*/
/*竖屏 css-------------------------------------------------------------------------------------*/
/*竖屏 css-------------------------------------------------------------------------------------*/
/*竖屏 css-------------------------------------------------------------------------------------*/
/*竖屏 css-------------------------------------------------------------------------------------*/
/*竖屏 css-------------------------------------------------------------------------------------*/
@media screen and (orientation: portrait) {

    .clearfix::before,
    .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        *zoom: 1;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        position: relative;
        background: #f9f9f9;
    }


    /* top _____________________________________________________________________*/
    /* top _____________________________________________________________________*/
    /* top _____________________________________________________________________*/

    #top {
        width: 100%;
        height: 100px;
        /* background: #036eb8; */
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 101;
    }

    #toplogo {
        position: absolute;
        top: 20px;
        left: 4%;
        height: 60px;
        width: 40%;
    }

    #toplogo img {
        height: 80%;
    }

    #caidan1 {
        display: none;
    }



    #top2 {
        position: fixed !important;
        top: 0;
        z-index: 116;
        width: 100%;
        height: 100px;
        position: relative;
        overflow: hidden;
        background: #ffffff;
    }

    #caidan {
        display: none;
    }

    /* nev __________________________________*/
    #nav {
        display: none;
        /* width: 60%; */
        height: 50%;
        /* background: #ddd; */
        position: absolute;
        top: 34px;
        right: 24px;
    }

    #nav a {
        margin: 0 20px;
        display: inline-block;
        text-decoration: none;
        color: #333;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        font-family: 'Arial', 'Arial', sans-serif;
    }

    #nav a:hover {

        color: #009463;
    }

    #nav1a {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 34px;
        right: 24px;
    }

    #nav1a img {
        width: 24px;
        height: 24px;
    }

    #nav1b {
        /* display: none; */
        width: 28px;
        height: 28px;
        position: absolute;
        top: 34px;
        right: 24px;
    }

    #nav1b img {
        width: 24px;
        height: 24px;
    }

    #nav2 {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 34px;
        right: 24px;
    }

    #nav2 img {
        width: 24px;
        height: 24px;
    }

    #nav3 {
        /* display: none; */
        width: 28px;
        height: 28px;
        position: absolute;
        top: 34px;
        right: 24px;
    }

    #nav3 img {
        width: 24px;
        height: 24px;
    }

    #menu {
        position: fixed !important;
        display: inline-flex;
        width: 100%;
        height: 100vh;
        background: #15ae6788;
        z-index: 120;
        position: absolute;
        top: 0px;
    }

    #menu li {
        list-style: none;
        height: 60px;
        line-height: 60px;
        border-width: thin;
        border-color: #fff;
    }


    #menu a {
        text-decoration: none;
        display: block;
        color: #fff;
        position: relative;
    }

    #menu ul {
        width: 300px;
        margin: auto;
    }

    #menu span {
        text-decoration: none;
        display: block;
        font-size: 18px;
        text-align: center;
        font-family: 'Arial', 'Arial', sans-serif;

    }

    /* banner——————————————————————————————————————————————banner——————————————————— */
    #shuidibox {
        position: fixed !important;
        position: relative;
        width: 120%;
        height: 140vh;
        background: #fff;
        top: -20%;
        left: -10%;
        z-index: 301;
    }

    #shankai {
        position: fixed !important;
        z-index: 311;
        width: 120px;
        height: 120px;
        border-radius: 80px;
        position: absolute;
        background: #009463;
        opacity: 1;
        display: none;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        animation: shankai 1s ease-out;
        animation-iteration-count: 1;
    }

    @keyframes shankai {
        0% {
            width: 120px;
            height: 120px;
            border-radius: 80px;

        }








        100% {
            width: 2620px;
            height: 2620px;
            border-radius: 1300px;
            opacity: 0.1;
        }
    }

    #shuidibox img {
        width: 110px;
        height: 110px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        z-index: 310;

    }

    #shuibox {
        width: 95%;
        position: absolute;
        height: 600px;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        mix-blend-mode: multiply;
        filter: hue-rotate(-30deg);
        z-index: 303;
    }

    #shuibox2 {
        width: 90%;
        position: absolute;
        display: flex;
        top: 0;
        height: 600px;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        mix-blend-mode: multiply;
        filter: grayscale(86%);
        z-index: 304;
    }

    #dashui {
        width: 90%;
        height: 700px;
        position: absolute;
        background: #ffffff;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        filter: contrast(80);
        z-index: 305;
    }

    #dashui2 {
        width: 90%;
        height: 700px;
        position: absolute;
        background: #ffffff;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        filter: contrast(80);
        z-index: 306;
    }

    #xshui1 {
        width: 200px;
        height: 200px;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        z-index: 307;
        /* filter: blur(20px); */
    }

    #wshui {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        background: #44dd88;
        filter: blur(18px);
        z-index: 309;
        animation: zhuan 3s infinite;
    }

    @keyframes zhuan {
        0% {
            transform: scale(1) rotate(0deg);
        }

        50% {
            transform: scale(1.1) rotate(180deg);
            height: 180px;
            border-top-left-radius: 47%;
            border-bottom-left-radius: 49%;

        }

        100% {
            transform: scale(1) rotate(360deg);
        }
    }

    #xshui2 {
        width: 60px;
        height: 60px;
        filter: blur(10px);
        border-radius: 100px;
        background: #44dd88;
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: 308;
        left: 50%;
        animation: sdi 0.6s ease-out infinite;

    }

    @keyframes sdi {

        0% {
            transform: translate(-30px, 60px);
        }

        100% {
            transform: translate(-30px, 300px);
        }
    }

    /* BANNER________________________________________________________________ */
    /* BANNER________________________________________________________________ */
    /* BANNER________________________________________________________________ */

    #banner {
        display: none;
    }

    #banner2 {
        display: block;
        top: 0px;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
        background-image: linear-gradient(51.47deg, #15ae67, #036eb8);
        z-index: 100;
    }

    #banner2 video {
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }

    /* 品牌介绍——————————————————————————————————————————————品牌介绍——————————————————— */
    /* 分栏———————————————————————————————————————————— ——————————————————————— */
    /* 分栏—————————————————————————————————————————————————————————————————— */

    #brand {

        position: relative;
        width: 100%;
        height: 400px;
        background: #fff;
    }

    #brbox {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 340px;
        /* background: #999; */
        margin: 0 auto;
        z-index: 6;
    }

    #text3 {
        width: 98%;
        display: block;
        position: absolute;
        font-size: 22px;
        text-align: center;
        font-family: defont2;
        color: #444;
        top: 80px;
        margin: 0 1%;
    }

    #text4a {
        width: 80%;
        left: 10%;
        display: block;
        position: absolute;
        font-size: 14px;
        /* text-align: center; */
        font-family: PingFangSC-Thin, sans-serif;
        color: #666;
        top: 140px;
        /* margin: 0 1%; */
    }

    #product {
        width: 100%;
        height: 30px;
    }

    /* 行业与应用------------------------------------------------------------------------------------------------------------- */
    /* 行业与应用------------------------------------------------------------------------------------------------------------- */
    /* 行业与应用------------------------------------------------------------------------------------------------------------- */
    #intro {
        position: relative;
        width: 100%;
        background: #fff;
        /* overflow: hidden; */
    }

    #inbox {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 1200px;
        margin: 0 auto;
        z-index: 6;
    }

    #inbox2b {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 1200px;
        background-image: linear-gradient(0deg, #ffffff, #ffffff00);
        margin: 0 auto;
        z-index: 6;
    }

    #text4 {
        width: 84%;
        left: 8%;
        display: block;
        position: absolute;
        font-size: 16px;
        /* text-align: center; */
        font-family: PingFangSC-Thin, sans-serif;
        color: #666;
        top: 140px;
    }


    #box1 {
        position: relative;
        width: 100%;
        height: 240px;
        position: absolute;
        top: 240px;

    }

    #box1 li {
        position: relative;
        list-style: none;
        float: left;
        margin: 20px 5%;
        width: 90%;
        height: 200px;
        /* background: #f5f5f5; */
        border-radius: 10px;
    }

    #box1 li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    #box1 li a {
        width: 100%;
        height: 0%;
        background-image: linear-gradient(51.47deg, #15ae67, #036eb8);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        margin-bottom: 350px;
    }

    #li01 a:hover {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        background-image: url(./images/tex02.jpg);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        animation-name: boo1;
        animation-duration: 0.2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    }

    #li02 a:hover {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        background-image: url(./images/paper02.png);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        animation-name: boo1;
        animation-duration: 0.2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    }

    #li03 a:hover {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        background-image: url(./images/wufan02.png);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        animation-name: boo1;
        animation-duration: 0.2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    }

    #li04 a:hover {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        background-image: url(./images/woorf02.png);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        animation-name: boo1;
        animation-duration: 0.2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    }

    /* #box1 li a:hover {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(90deg, #008ddcaa, #036eb8aa);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        animation-name: boo1;
        animation-duration: 0.2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    } */

    @keyframes boo1 {
        from {
            height: 4%;
        }

        to {
            height: 100%;
        }
    }

    #hk1 {
        width: 400px;
        height: 360px;
        background: #66666601;
    }

    #box1 li p {
        width: 100%;
        margin: auto;
    }

    #brandlogo1 {
        width: 90%;
        height: 100px;
        background: #009463;
        position: absolute;
        top: 30px;
        left: 5%;
        background: url(./images/furex.png);
        background-size: 60% auto;
        background-position: center;
        background-repeat: no-repeat;

    }

    #brandlogo2 {
        width: 90%;
        height: 100px;
        background: #009463;
        position: absolute;
        top: 30px;
        left: 5%;
        background: url(./images/zeodry.png);
        background-size: 78% auto;
        background-position: center;
        background-repeat: no-repeat;

    }

    #brandlogo3 {
        width: 90%;
        height: 100px;
        background: #009463;
        position: absolute;
        top: 30px;
        left: 5%;
        background: url(./images/dedry.png);
        background-size: 66% auto;
        background-position: center;
        background-repeat: no-repeat;

    }

    #brandlogo4 {
        width: 90%;
        height: 100px;
        background: #009463;
        position: absolute;
        top: 30px;
        left: 5%;
        background: url(./images/qomotex.png);
        background-size: 90% auto;
        background-position: center;
        background-repeat: no-repeat;

    }

    .text51h {

        font-size: 30px;
        text-align: center;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        top: 40px;
        z-index: 12;
    }

    .text55h {

        font-size: 18px;
        text-align: center;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        top: 90px;
        z-index: 12;
    }

    .text51 {

        font-size: 32px;
        text-align: center;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        top: 30px;
        z-index: 12;
    }

    .text55 {

        font-size: 22px;
        text-align: center;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        top: 120px;
        z-index: 12;
        text-shadow: 5px 1px 5px #005d88;
    }

    /* 智造 ————————————————————————————————————————————————————————————————————————————————————————————*/
    /* 智造 ————————————————————————————————————————————————————————————————————————————————————————————*/
    /* 智造 ————————————————————————————————————————————————————————————————————————————————————————————*/
    #intro3b {

        position: relative;
        width: 100%;
        background: #fff;
    }

    #inbox3b {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 800px;
        background-image: linear-gradient(0deg, #ffffff, #ffffff00);
        z-index: 6;
    }

    #box3z {
        position: relative;
        width: 100%;
        height: 800px;
        position: absolute;
        top: 160px;

    }

    #zhizhao {
        border-radius: 10px;
        position: relative;
        margin: 0.8% 5%;
        top: 0px;
        width: 90%;
        height: 600px;
        /* background: #f5f5f5; */
        position: absolute;
        display: inline;
    }

    #zhizhao img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }



    .text51z {
        width: 100%;
        /* display: block; */
        font-size: 18px;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        position: absolute;
        text-align: center;
        top: 320px;
        z-index: 12;
    }

    .text55z {
        width: 90%;
        font-size: 14px;
        /* text-align: center; */
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 5%;
        top: 400px;
        z-index: 12;
    }

    .text56z {
        background: #15ae67;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        border-radius: 30px;
        width: 160px;
        height: 50px;
        transform: translate(-50%, -50%);
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 50%;
        top: 530px;
        z-index: 13;
    }

    .text57z {
        background: #45a1e3;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        border-radius: 30px;
        width: 160px;
        height: 50px;
        transform: translate(-50%, -50%);
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 50%;
        top: 530px;
        z-index: 13;
    }


    #jsyf {
        width: 160px;
        height: 60px;
        background: #defff4;
    }

    /*  服务与合作------------------------------------------------------------------------------------------------------------- */
    #serve {
        width: 100%;
        height: 20px;
    }

    #intro3 {

        position: relative;
        width: 100%;
        background: #fff;
    }

    #inbox3 {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 900px;
        background: #fff;
        margin: 0 auto;
        z-index: 6;
    }

    /* 
    #text3 {
        width: 98%;
        display: block;
        position: absolute;
        font-size: 40px;
        text-align: center;
        font-family: defont2;
        color: #444;
        top: 60px;
        margin: 0 1%;
    } */

    /* #text4 {
        width: 78%;
        left: 10%;
        display: block;
        position: absolute;
        font-size: 18px;
        text-align: center;
        font-family: PingFangSC-Thin, sans-serif;
        color: #444;
        top: 140px;
        margin: 0 1%;
    } */

    #text3fw {
        width: 98%;
        display: block;
        position: absolute;
        font-size: 22px;
        text-align: center;
        font-family: defont2;
        color: #333;
        top: 60px;
        margin: 0 1%;
    }

    #text4fw {
        width: 84%;
        left: 8%;
        display: block;
        position: absolute;
        font-size: 14px;
        text-align: center;
        font-family: PingFangSC-Thin, sans-serif;
        color: #333;
        top: 120px;
        margin: 0 1%;
    }

    #box3 {
        position: relative;
        width: 100%;
        height: 860px;
        position: absolute;
        top: 160px;

    }


    #box3c {
        position: relative;
        width: 100%;
        height: 760px;
        position: absolute;
        top: 160px;

    }

    #fuwu1 {
        border-radius: 10px;
        position: relative;
        margin: 0.8% 5%;
        width: 90%;
        height: 160px;
        background-image: linear-gradient(51.47deg, #036eb888, #3b15ae88);
        position: absolute;
        top: 50px;
    }

    #fuwu2 {
        border-radius: 10px;
        position: relative;
        margin: 0.8% 5%;
        width: 90%;
        height: 120px;
        background-image: linear-gradient(51.47deg, #15ae6788, #036eb888);
        position: absolute;
        top: 220px;
    }

    /* #fuwu2 {
        border-radius: 10px;
        display: inline;
        position: relative;
        left: 49.2%;
        margin: 0.8% 0.8%;
        width: 47.6%;
        height: 220px;
        background-image: linear-gradient(51.47deg, #15ae6788, #036eb888);
        position: absolute;
    } */

    #fuwu3 {
        border-radius: 10px;
        position: relative;
        margin: 0.8% 5%;
        top: 350px;
        width: 90%;
        height: 270px;
        /* background: #f5f5f5; */
        position: absolute;
        display: inline;
    }

    #xuanfo {
        border-radius: 10px;
        position: relative;
        top: 112px;
        width: 100%;
        height: 380px;
        /* background: #f5f5f5; */
        position: absolute;
        display: inline;
        z-index: 10;
    }

    #xuanfo img {
        object-fit: cover;
        height: 310px;
        position: absolute;
        top: 201px;
        right: 0px;
    }

    #xuanfo2 {
        border-radius: 10px;
        position: relative;
        margin: 0.8% 0.8%;
        top: 0px;
        width: 100%;
        height: 280px;
        /* background: #f5f5f5; */
        position: absolute;
        display: inline;
        z-index: 11;
    }

    #gif01 {
        z-index: 12;
        background: url(./images/rain007.png);
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        height: 640px;
        right: 30px;
        animation: gif01 2s steps(4) infinite;
    }

    @keyframes gif01 {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: 0 100px;
        }
    }

    #fuwu4 {
        border-radius: 10px;
        position: relative;
        margin: 0.8% 0.8%;
        top: 0px;
        width: 96.8%;
        height: 520px;
        /* background: #f5f5f5; */
        position: absolute;
        display: inline;
    }

    #fuwu1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    #fuwu2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    #fuwu3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    #fuwu4 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    #box3 li a {
        width: 100%;
        height: 0%;
        background-image: linear-gradient(51.47deg, #15ae67, #036eb8);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        margin-bottom: 350px;
    }


    #box3 li a:hover {
        width: 100%;
        height: 100%;
        background-image: linear-gradient(90deg, #008ddcaa, #036eb8aa);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        animation-name: boo1;
        animation-duration: 0.2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    }

    @keyframes boo1 {
        from {
            height: 4%;
        }

        to {
            height: 100%;
        }
    }

    #hk1 {
        width: 400px;
        height: 360px;
        background: #66666601;
    }

    #box3 li p {
        left: 5%;
        width: 60%;
        margin: auto;
    }

    .text51b {
        /* display: block; */
        font-size: 22px;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 5%;
        top: 20px;
        z-index: 12;
    }

    .text51b2 {
        /* display: block; */
        font-size: 22px;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 5%;
        top: 100px;
        z-index: 12;
    }

    .text55b {
        width: 90%;
        font-size: 12px;
        /* text-align: center; */
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 5%;
        top: 60px;
        z-index: 12;
    }

    .text55b2 {
        width: 90%;
        font-size: 12px;
        /* text-align: center; */
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 5%;
        top: 140px;
        z-index: 12;
    }

    /* 新闻 ————————————————————————————————————————————————————————————————————————————————————————————*/

    /* 新闻 ————————————————————————————————————————————————————————————————————————————————————————————*/
    /* 新闻 ————————————————————————————————————————————————————————————————————————————————————————————*/
    #news {
        position: relative;
        width: 100%;
        background: #fff;
    }

    #newsbox {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 900px;
        /* background: #999; */
        margin: 0 auto;
        z-index: 6;
    }

    #box3b {
        position: relative;
        width: 100%;
        height: 500px;
        position: absolute;
        top: 160px;

    }

    #box3b li {
        list-style: none;
        float: left;
        margin: 20px 5%;
        width: 40%;
        height: 360px;
        background: #fff;
        border-radius: 10px;
    }



    #box3b li img {
        border-radius: 10px;
        width: 100%;
        height: 180px;
        object-fit: cover;

    }

    .text55c {
        font-size: 14px;
        /* text-align: center; */
        font-family: PingFangSC, sans-serif;
        color: #333;
        margin: 10px 0px;
    }

    .text55e {
        font-size: 12px;
        /* text-align: center; */
        font-family: PingFangSC-Thin, sans-serif;
        color: #888;
        margin: 10px 0px;
    }

    /* 底部------------------------------------------------------------------------------------------------------------- */
    /* 底部------------------------------------------------------------------------------------------------------------- */

    #dibukong {
        height: 50px;
        z-index: 6;
        background: #fff;
    }

    /* 底部———————————————————————————————————————————————————————————————————— */
    /* 底部———————————————————————————————————————————————————————————————————— */
    /* 底部———————————————————————————————————————————————————————————————————— */
    #botm {
        overflow: hidden;
        float: left;
        width: 100%;
        height: 500px;
        background: rgb(92, 98, 107)
    }

    #bot {
        margin: 0 auto;
        position: relative;
        width: 100%;
        height: 500px;
        top: 60px;

    }

    #boleft {
        width: 90%;
        height: 160px;
        /* background: #666; */
        position: absolute;
        top: 20px;
        left: 5%;
    }

    #boleft img {
        display: block;
        margin: auto;
        width: 200px;
        /* height: 30%; */
        object-fit: cover;
    }

    .text8 {
        width: 90%;
        text-align: center;
        line-height: 20px;
        font-size: 18px;
        font-family: PingFangSC-Ultralight, sans-serif;
        color: #aaa;
        margin-top: 10px;
        position: absolute;
        top: 60px;
        left: 5%;
    }

    .text9 {
        width: 90%;
        text-align: center;
        font-size: 14px;
        font-family: PingFangSC-Thin, sans-serif;
        color: #aaa;
        margin-top: 10px;
        position: absolute;
        top: 106px;
        left: 5%;
    }

    .text9 a {
        text-decoration: none;
        font-size: 14px;
        font-family: PingFangSC-Thin, sans-serif;
        color: #aaa;
    }

    #boright {
        width: 70%;
        height: 300px;
        /* background: #666; */
        position: absolute;
        top: 240px;
        left: 15%;
    }

    #qcode1 {
        width: 100px;
        height: 140px;
        position: absolute;
        right: 40px;
    }

    #qcode2 {
        width: 100px;
        height: 140px;
        position: absolute;
        left: 40px;
    }

    #qr01 {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
        background-image: url(./images/zeodryv.png);
    }

    #qr02 {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
        background-image: url(./images/zeodryg.png);
    }

    #qcode1 p {
        width: 100px;
        line-height: 20px;
        text-align: center;
        font-size: 14px;
        font-family: PingFangSC-Ultralight, sans-serif;
        color: #aaa;
    }

    #qcode2 p {
        width: 100px;
        line-height: 20px;
        text-align: center;
        font-size: 14px;
        font-family: PingFangSC-Ultralight, sans-serif;
        color: #aaa;
    }


    /* 雨滴背景—————————————————————————————————————————————————————— */
    #rainbg {
        width: 100%;
        height: 3000px;
        float: top;
        z-index: 1;
        position: absolute;
        top: 80px;
        /* filter: hue-rotate(90deg); */
        /* filter: opacity(10%); */
        filter: grayscale(30%);

    }

    iframe {
        width: 100%;
        height: 3600px;
        /* filter: hue-rotate(90deg); */
        filter: opacity(50%);
        border: none;
    }


}






/*横屏 css-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*横屏 css----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*横屏 css----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*横屏 css----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: landscape) {

    .clearfix::before,
    .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .clearfix {
        *zoom: 1;
    }

    * {
        margin: 0;
        padding: 0;
    }


    body {
        /* background: #5671a6; */
        position: relative;

    }

    @font-face {
        font-family: ULFONT;
        src: url(./fonts/DIN\ Alternate\ Bold.ttf)
    }

    @font-face {
        font-family: ULFONT1;
        src: url(./fonts/DIN.ttf)
    }

    @font-face {
        font-family: PINGFAN;
        src: url(./fonts/PingFang.ttf)
    }

    /* top—————————————————————————————————————————————————————————————————— */
    /* 分栏———————————————————————————————————————————— ——————————————————————— */
    /* 分栏—————————————————————————————————————————————————————————————————— */
    #top {
        top: 0;
        z-index: 106;
        width: 100%;
        height: 80px;
        /* background: #fff; */
        position: absolute;
    }

    #toplogo {
        /* width: 240px; */
        height: 70%;
        /* background: #f00; */
        position: absolute;
        left: 6%;
        top: 15%;
    }

    #toplogo img {
        height: 100%;
    }

    #caidan1 {
        width: 60%;
        height: 80%;
        position: absolute;
        /* background: #ccc; */
        right: 0%;


    }

    #caidan1 a {
        margin: 0 10px;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        line-height: 80px;
        text-align: center;
        font-size: 14px;
        font-family: 'Arial', 'Arial', sans-serif;
    }

    #caidan a:hover {

        color: #036eb8;
    }

    /* #lange {
        background-image: url(./images/lang.png);

        width: 48px;
        height: 24px;
        position: absolute;
        right: 10px;
        top: 28px;
    } */
    #nav2 {
        display: none;
    }

    #nav1a {
        display: none;
    }

    /* top2—————————————————————————————————————————————————————————————————— */
    /* 分栏———————————————————————————————————————————— ——————————————————————— */
    /* 分栏—————————————————————————————————————————————————————————————————— */
    #top2 {
        position: fixed !important;
        top: 0;
        z-index: 116;
        width: 100%;
        height: 80px;
        position: relative;
        overflow: hidden;
        background: #ffffff;
    }

    #toplogo {
        /* width: 240px; */
        height: 70%;
        /* background: #f00; */
        position: absolute;
        left: 6%;
        top: 15%;
    }

    #toplogo img {
        height: 100%;
    }

    #caidan {
        width: 60%;
        height: 80%;
        position: absolute;
        /* background: #ccc; */
        right: 0%;


    }

    #caidan a {
        margin: 0 10px;
        display: inline-block;
        text-decoration: none;
        color: #666;
        line-height: 80px;
        text-align: center;
        font-size: 14px;
        font-family: 'Arial', 'Arial', sans-serif;
    }

    #caidan a:hover {

        color: #009463;
    }

    /* #lange {
        background-image: url(./images/lang.png);

        width: 48px;
        height: 24px;
        position: absolute;
        right: 10px;
        top: 28px;
    } */
    /* banner——————————————————————————————————————————————banner——————————————————— */
    #shuidibox {
        position: fixed !important;
        position: relative;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 301;
    }

    #shankai {
        position: fixed !important;
        z-index: 311;
        width: 120px;
        height: 120px;
        border-radius: 80px;
        position: absolute;
        background: #009463;
        opacity: 1;
        display: none;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        animation: shankai 1s ease-out;
        animation-iteration-count: 1;
    }

    @keyframes shankai {
        0% {
            width: 120px;
            height: 120px;
            border-radius: 80px;

        }








        100% {
            width: 2620px;
            height: 2620px;
            border-radius: 1300px;
            opacity: 0.1;
        }
    }

    #shuidibox img {
        width: 110px;
        height: 110px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        z-index: 310;

    }

    #shuibox {
        width: 95%;
        position: absolute;
        height: 600px;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        mix-blend-mode: multiply;
        filter: hue-rotate(-30deg);
        z-index: 303;
    }

    #shuibox2 {
        width: 90%;
        position: absolute;
        display: flex;
        top: 0;
        height: 600px;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        mix-blend-mode: multiply;
        filter: grayscale(60%);
        z-index: 304;
    }

    #dashui {
        width: 90%;
        height: 700px;
        position: absolute;
        background: #ffffff;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        filter: contrast(100);
        z-index: 305;
    }

    #dashui2 {
        width: 90%;
        height: 700px;
        position: absolute;
        background: #ffffff;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        filter: contrast(100);
        z-index: 306;
    }

    #xshui1 {
        width: 200px;
        height: 200px;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        z-index: 307;
        /* filter: blur(20px); */
    }

    #wshui {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        background: #44dd88;
        filter: blur(18px);
        z-index: 309;
        animation: zhuan 3s infinite;
    }

    @keyframes zhuan {
        0% {
            transform: scale(1) rotate(0deg);
        }

        50% {
            transform: scale(1.1) rotate(180deg);
            height: 180px;
            border-top-left-radius: 47%;
            border-bottom-left-radius: 49%;

        }

        100% {
            transform: scale(1) rotate(360deg);
        }
    }

    #xshui2 {
        width: 60px;
        height: 60px;
        filter: blur(10px);
        border-radius: 100px;
        background: #44dd88;
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: 308;
        left: 50%;
        animation: sdi 0.6s ease-out infinite;

    }

    @keyframes sdi {

        0% {
            transform: translate(-30px, 60px);
        }

        100% {
            transform: translate(-30px, 300px);
        }
    }

    /* 分栏———————————————————————————————————————————— ——————————————————————— */
    /* 分栏—————————————————————————————————————————————————————————————————— */

    #banner2 {
        display: none;
    }

    #banner {
        display: block;
        top: 0px;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 80vh;
        background-image: linear-gradient(51.47deg, #15ae67, #036eb8);
        z-index: 100;
    }

    #banner video {
        height: 90vh;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }

    /* 品牌介绍——————————————————————————————————————————————品牌介绍——————————————————— */
    /* 分栏———————————————————————————————————————————— ——————————————————————— */
    /* 分栏—————————————————————————————————————————————————————————————————— */

    #brand {

        position: relative;
        width: 100%;
        background: #fff;
    }

    #brbox {
        position: relative;
        overflow: hidden;
        width: 83%;
        height: 240px;
        /* background: #999; */
        margin: 0 auto;
        z-index: 6;
    }



    #text4a {
        width: 68%;
        left: 15%;
        display: block;
        position: absolute;
        font-size: 18px;
        /* text-align: center; */
        font-family: PingFangSC-Thin, sans-serif;
        color: #666;
        top: 140px;
        margin: 0 1%;
    }

    #product {
        width: 100%;
        height: 30px;
    }

    /* 行业与应用------------------------------------------------------------------------------------------------------------- */
    #intro {
        position: relative;
        width: 100%;
        background: #fff;
    }

    #inbox {
        position: relative;
        overflow: hidden;
        width: 83%;
        height: 600px;
        /* background: #999; */
        margin: 0 auto;
        z-index: 6;
    }

    #inbox2b {
        position: relative;
        overflow: hidden;
        width: 83%;
        height: 600px;
        /* background: #999; */
        margin: 0 auto;
        z-index: 6;
    }

    #box1 {
        position: relative;
        width: 100%;
        height: 360px;
        position: absolute;
        top: 240px;

    }

    #box1 li {
        position: relative;
        list-style: none;
        float: left;
        margin: 0 0.8%;
        width: 23%;
        height: 360px;
        /* background: #f5f5f5; */
        border-radius: 10px;
    }

    #box1 li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    #box1 li a {
        width: 100%;
        height: 0%;
        background-image: linear-gradient(51.47deg, #15ae67, #036eb8);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        margin-bottom: 350px;
    }

    #li01 a:hover {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        background-image: url(./images/tex02.jpg);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        animation-name: boo1;
        animation-duration: 0.2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    }

    #li02 a:hover {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        background-image: url(./images/paper02.png);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        animation-name: boo1;
        animation-duration: 0.2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    }

    #li03 a:hover {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        background-image: url(./images/wufan02.png);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        animation-name: boo1;
        animation-duration: 0.2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    }

    #li04 a:hover {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        background-image: url(./images/woorf02.png);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        animation-name: boo1;
        animation-duration: 0.2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    }

    @keyframes boo1 {
        from {
            height: 4%;
        }

        to {
            height: 100%;
        }
    }

    #hk1 {
        width: 400px;
        height: 360px;
        background: #66666601;
    }

    #box1 li p {
        width: 100%;
        margin: auto;
    }

    #brandlogo1 {
        width: 90%;
        height: 100px;
        background: #009463;
        position: absolute;
        top: 30px;
        left: 5%;
        background: url(./images/furex.png);
        background-size: 64% auto;
        background-position: center;
        background-repeat: no-repeat;

    }

    #brandlogo2 {
        width: 90%;
        height: 100px;
        background: #009463;
        position: absolute;
        top: 30px;
        left: 5%;
        background: url(./images/zeodry.png);
        background-size: 84% auto;
        background-position: center;
        background-repeat: no-repeat;

    }

    #brandlogo3 {
        width: 90%;
        height: 100px;
        background: #009463;
        position: absolute;
        top: 30px;
        left: 5%;
        background: url(./images/dedry.png);
        background-size: 70% auto;
        background-position: center;
        background-repeat: no-repeat;

    }

    #brandlogo4 {
        width: 90%;
        height: 100px;
        background: #009463;
        position: absolute;
        top: 30px;
        left: 5%;
        background: url(./images/qomotex.png);
        background-size: 90% auto;
        background-position: center;
        background-repeat: no-repeat;

    }

    .text51h {
        line-height: 26px;
        font-size: 24px;
        text-align: center;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        top: 180px;
        z-index: 12;
    }

    .text55h {
        line-height: 20px;
        font-size: 16px;
        text-align: center;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        top: 240px;
        z-index: 12;
    }

    .text51 {

        font-size: 32px;
        text-align: center;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        top: 30px;
        z-index: 12;
    }

    .text55 {

        font-size: 22px;
        text-align: center;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        top: 120px;
        z-index: 12;
    }


    /*  服务与合作------------------------------------------------------------------------------------------------------------- */
    #serve {
        width: 100%;
        height: 20px;
    }

    #intro3 {

        position: relative;
        width: 100%;
        background: #fff;
    }

    #inbox3 {
        position: relative;
        overflow: hidden;
        width: 83%;
        height: 900px;
        /* background: #999; */
        margin: 0 auto;
        z-index: 6;
    }

    #text3 {
        width: 98%;
        display: block;
        position: absolute;
        font-size: 40px;
        text-align: center;
        font-family: defont2;
        color: #444;
        top: 60px;
        margin: 0 1%;
    }

    #text4 {
        width: 78%;
        left: 10%;
        display: block;
        position: absolute;
        font-size: 18px;
        /* text-align: center; */
        font-family: PingFangSC-Thin, sans-serif;
        color: #444;
        top: 140px;
        margin: 0 1%;
    }

    #text3fw {
        width: 98%;
        display: block;
        position: absolute;
        font-size: 40px;
        text-align: center;
        font-family: defont2;
        color: #444;
        top: 60px;
        margin: 0 1%;
    }

    #text4fw {
        width: 78%;
        left: 10%;
        display: block;
        position: absolute;
        font-size: 18px;
        text-align: center;
        font-family: PingFangSC-Thin, sans-serif;
        color: #444;
        top: 140px;
        margin: 0 1%;
    }

    #box3 {
        position: relative;
        width: 100%;
        height: 860px;
        position: absolute;
        top: 220px;

    }

    #box3c {
        position: relative;
        width: 100%;
        height: 760px;
        position: absolute;
        top: 160px;

    }

    #fuwu1 {
        border-radius: 10px;
        position: relative;
        margin: 0.8% 0.8%;
        width: 47.6%;
        height: 220px;
        background-image: linear-gradient(51.47deg, #15ae6788, #036eb888);
        position: absolute;
    }

    #fuwu2 {
        border-radius: 10px;
        display: inline;
        position: relative;
        left: 49.2%;
        margin: 0.8% 0.8%;
        width: 47.6%;
        height: 220px;
        background-image: linear-gradient(51.47deg, #15ae6788, #036eb888);
        position: absolute;
    }

    #fuwu3 {
        border-radius: 10px;
        position: relative;
        margin: 0.8% 0.8%;
        top: 240px;
        width: 96.8%;
        height: 400px;
        /* background: #f5f5f5; */
        position: absolute;
        display: inline;
    }

    #xuanfo {
        border-radius: 10px;
        position: relative;
        top: 112px;
        width: 100%;
        height: 300px;
        /* background: #f5f5f5; */
        position: absolute;
        display: inline;
        z-index: 10;
    }

    #xuanfo img {
        object-fit: cover;
        position: absolute;
        top: 0;
        right: 0px;
    }

    #xuanfo2 {
        border-radius: 10px;
        position: relative;
        margin: 0.8% 0.8%;
        top: 0px;
        width: 100%;
        height: 280px;
        /* background: #f5f5f5; */
        position: absolute;
        display: inline;
        z-index: 11;
    }

    #gif01 {
        z-index: 12;
        background: url(./images/rain007.png);
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        height: 640px;
        right: 30px;
        animation: gif01 2s steps(4) infinite;
    }

    @keyframes gif01 {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: 0 100px;
        }
    }

    #fuwu4 {
        border-radius: 10px;
        position: relative;
        margin: 0.8% 0.8%;
        top: 0px;
        width: 96.8%;
        height: 520px;
        /* background: #f5f5f5; */
        position: absolute;
        display: inline;
    }

    #fuwu1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    #fuwu2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    #fuwu3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    #fuwu4 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }

    #box3 li a {
        width: 100%;
        height: 0%;
        background-image: linear-gradient(51.47deg, #15ae67, #036eb8);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        margin-bottom: 350px;
    }


    #box3 li a:hover {
        width: 100%;
        height: 100%;
        background-image: linear-gradient(90deg, #008ddcaa, #036eb8aa);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        animation-name: boo1;
        animation-duration: 0.2s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
    }

    @keyframes boo1 {
        from {
            height: 4%;
        }

        to {
            height: 100%;
        }
    }

    #hk1 {
        width: 400px;
        height: 360px;
        background: #66666601;
    }

    #box3 li p {
        left: 5%;
        width: 60%;
        margin: auto;
    }

    .text51b {
        /* display: block; */
        font-size: 28px;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 40px;
        top: 30px;
        z-index: 12;
    }

    .text51b2 {
        /* display: block; */
        font-size: 28px;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 40px;
        top: 30px;
        z-index: 12;
    }

    .text55b {
        width: 55%;
        font-size: 14px;
        line-height: 16px;
        /* text-align: center; */
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 40px;
        top: 80px;
        z-index: 12;
    }

    .text55b2 {
        width: 44%;
        font-size: 14px;
        /* text-align: center; */
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 40px;
        top: 80px;
        z-index: 12;
    }


    /* 智造 ————————————————————————————————————————————————————————————————————————————————————————————*/
    #intro3b {

        position: relative;
        width: 100%;
        background: #fff;
    }

    #inbox3b {
        position: relative;
        overflow: hidden;
        width: 83%;
        height: 600px;
        /* background: #999; */
        margin: 0 auto;
        z-index: 6;
    }

    #box3z {
        position: relative;
        width: 100%;
        height: 600px;
        position: absolute;
        top: 160px;

    }

    #zhizhao {
        border-radius: 10px;
        position: relative;
        margin: 0.8% 0.8%;
        top: 0px;
        width: 96.8%;
        height: 400px;
        /* background: #f5f5f5; */
        position: absolute;
        display: inline;
    }

    #zhizhao img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 10px;
    }



    .text51z {
        /* display: block; */
        font-size: 30px;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 50px;
        top: 44px;
        z-index: 12;
    }

    .text55z {
        width: 50%;
        font-size: 16px;
        /* text-align: center; */
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 50px;
        top: 150px;
        z-index: 12;
    }

    .text56z {
        background: #15ae67;
        font-size: 16px;
        text-align: center;
        line-height: 50px;
        border-radius: 30px;
        width: 200px;
        height: 50px;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 50px;
        top: 300px;
        z-index: 13;
    }

    .text57z {
        background: #45a1e3;
        font-size: 16px;
        text-align: center;
        line-height: 50px;
        border-radius: 30px;
        width: 200px;
        height: 50px;
        font-family: 'Arial-Black', 'Arial Black', sans-serif;
        color: #fff;
        margin-top: 10px auto;
        position: absolute;
        left: 50px;
        top: 300px;
        z-index: 13;
    }


    #jsyf {
        width: 160px;
        height: 60px;
        background: #defff4;
    }


    /* 新闻 ————————————————————————————————————————————————————————————————————————————————————————————*/


    #news {
        position: relative;
        width: 100%;
        background: #fff;
    }

    #newsbox {
        position: relative;
        overflow: hidden;
        width: 83%;
        height: 800px;
        /* background: #999; */
        margin: 0 auto;
        z-index: 6;
    }

    #box3b {
        position: relative;
        width: 100%;
        height: 500px;
        position: absolute;
        top: 180px;

    }

    #box3b li {
        list-style: none;
        float: left;
        margin: 20px 0.8%;
        width: 23.4%;
        height: 400px;
        background: #fff;
        border-radius: 10px;
    }



    #box3b li img {
        border-radius: 10px;
        width: 100%;
        height: 230px;
        object-fit: cover;

    }

    .text55c {
        font-size: 14px;
        line-height: 16px;
        /* text-align: center; */
        font-family: PingFangSC, sans-serif;
        color: #333;
        margin: 10px 20px;
    }

    .text55e {
        line-height: 14px;
        font-size: 12px;
        /* text-align: center; */
        font-family: PingFangSC-Thin, sans-serif;
        color: #888;
        margin: 10px 20px;
    }



    /* 底部------------------------------------------------------------------------------------------------------------- */
    /* 底部------------------------------------------------------------------------------------------------------------- */

    #dibukong {
        height: 30px;
        z-index: 6;
        background: #fff;
    }

    #botm {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 450px;
        z-index: 8;
        background: rgb(92, 98, 107)
    }

    #bot {
        margin: 0 auto;
        position: relative;
        width: 80%;
        height: 540px;
        top: 60px;
        background: rgb(92, 98, 107);
        z-index: 9;
    }

    #boleft {
        width: 42%;
        height: 160px;
        /* background: #666; */
        position: absolute;
        top: 40px;
        left: 0;
    }

    #boleft img {
        width: 200px;
        /* height: 30%; */
        object-fit: cover;
        position: absolute;
        top: 5px;
        left: 0%;
    }

    .text8 {
        line-height: 18px;
        font-size: 16px;
        font-family: PingFangSC-Ultralight, sans-serif;
        color: #aaa;
        margin-top: 10px;
        position: absolute;
        top: 60px;
        left: 2%;
    }

    .text9 {
        font-size: 14px;
        font-family: PingFangSC-Thin, sans-serif;
        color: #aaa;
        margin-top: 10px;
        position: absolute;
        top: 100px;
        left: 2%;
    }

    .text9 a {
        text-decoration: none;
        font-size: 14px;
        font-family: PingFangSC-Thin, sans-serif;
        color: #aaa;
    }

    #boright {
        width: 270px;
        height: 140px;
        /* background: #666; */
        position: absolute;
        top: 56px;
        right: 0;
    }

    #qcode1 {
        width: 120px;
        height: 140px;
        position: absolute;
        right: 0px;
    }

    #qcode2 {
        width: 120px;
        height: 140px;
        position: absolute;
        right: 160px;
    }

    #qr01 {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 120px;
        background-image: url(./images/zeodryv.png);
    }

    #qr02 {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 120px;
        background-image: url(./images/zeodryg.png);
    }

    #qcode1 p {
        width: 120px;
        line-height: 20px;
        text-align: center;
        font-size: 14px;
        font-family: PingFangSC-Ultralight, sans-serif;
        color: #aaa;
    }

    #qcode2 p {
        width: 120px;
        line-height: 20px;
        text-align: center;
        font-size: 14px;
        font-family: PingFangSC-Ultralight, sans-serif;
        color: #aaa;
    }



    #rainbg {
        width: 100%;
        height: 5000px;
        float: top;
        z-index: 1;
        position: absolute;
        top: 80px;
        /* filter: hue-rotate(90deg); */
        /* filter: opacity(10%); */
        filter: grayscale(30%);

    }

    iframe {
        width: 100%;
        height: 5600px;
        /* filter: hue-rotate(90deg); */
        filter: opacity(90%);
        border: none;
    }








}