    /* .heads {
  width: 100%;
  height: 64px;
  background: rgba(0,0,0,0.6);
  box-shadow: inset 0px -1px 0px 0px rgba(245, 241, 241, 0.2);
} */
    .fixhead {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 10;
    }

    * {
        margin: 0;
        padding: 0;
    }

    a {
        text-decoration: none;
    }

    body {
        font-size: 62.5%;
    }

    ul,
    li {
        list-style: none;
    }

    /* 思源黑体字体定义已在 common.css 中定义，此处不再重复定义 */

    .contanier {
        width: 100%;
    }

    /* 移动 */
    @media screen and (min-width:0px) and (max-width:992px) {
        .supplyChain_1 img {
            width: 100%;
            height: 220px;
            position: relative;
            /* object-fit: cover; */
        }

        .supplyChain_UL li {
            width: 17%;
            background: linear-gradient(-4deg, rgba(3, 78, 163, 0.98), rgba(28, 147, 187, 0.98));
            text-align: center;
            border-radius: 10px;
            padding: 42px 29px 32px;
            margin: 0 5px;
        }
    }

    /* pc */
    @media screen and (min-width:993px) {
        .supplyChain_1 img {
            width: 100%;
            /* height: 220px; */
            position: relative;
            /* object-fit: cover; */
        }

        .supplyChain_UL li p:nth-child(2) {
            font-size: 12px;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: 400;
            color: #FFFFFF;
            margin-top: 22px;
        }

        .supplyChain_UL li {
            width: 17.85%;
            background: linear-gradient(-4deg, rgba(3, 78, 163, 0.98), rgba(28, 147, 187, 0.98));
            text-align: center;
            border-radius: 10px;
            padding: 42px 29px 32px;
            margin: 0 14.8px;
        }
    }



    .h86 {
        margin: 86px auto 84px;
    }

    .supplyChain_1 .words {
        position: absolute;
        top: 18%;
        left: 21.58%;
    }

    .supplyChain_1 .words-t {
        /*width: 69.08%;*/
        font-size: 3.8vw;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: normal;
        color: #FFFFFF;
        /* line-height: 75px; */
    }

    .supplyChain_1 .words-c1 {
        width: 57%;
        font-size: 2.2vw;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 4.8%;
    }

    .supplyChain_1 .large_button {
        margin-top: 4.8%;
        display: flex;
        font-size: 1.2vw;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: 400;
        color: #FFFFFF;
    }

    .supplyChain_1 .large_button a {
        color: white;
        margin-right: 8%;
    }

    .supplyChain_1 .large_button div {
        border: 2px solid #EFF0F2;
        border-radius: 34px;
        text-align: center;
        padding: 8px 20px;
    }

    .supplyChain_1 .large_button .button_11 {
        /* margin-left: 2%; */
        cursor: pointer;
    }


    /* 移动 */
    @media screen and (min-width:0px) and (max-width:992px) {
        .supplyChain_t {
            font-size: 20px;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: normal;
            color: #333333;
            text-align: center;
            margin-bottom: 30px;

        }

        /* 面向客户*/
        .supplyChain_2 {
            margin-top: 66px;
        }
    }

    /* pc */
    @media screen and (min-width:993px) {
        .supplyChain_t {
            font-size: 3vw;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: normal;
            color: #333333;
            text-align: center;
            margin-bottom: 68px;
        }

        /* 面向客户*/
        .supplyChain_2 {
            padding-bottom: 96px;
        }
    }



    .supplyChain_UL {
        display: flex;
    }



    .supplyChain_UL li img {
        width: 73px;
        height: 74px;
    }


    .SC_2 {
        width: 72.9%;
        margin: 103px auto 0px;
    }



    .SC_2_c {
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
        margin: 32px 28px 30px;
    }


    /* 移动 */
    @media screen and (min-width:0px) and (max-width:992px) {
        .SC_2_t {
            font-size: 16px;
            padding: 10px 0;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: normal;
            color: #FFFFFF;
            background-color: #3184C6;
            text-align: center;
        }

        .SC_c_left,
        .SC_c_right {
            width: 189px;
            height: 232px;
            display: flex;
            margin: 0 5px;
            text-align: center;
            flex-direction: column;
            justify-content: center;
            border: 1px dashed #3184C6;
            border-radius: 2px;
            /* padding: 42px 0px 50px; */
        }

    }

    /* pc */
    @media screen and (min-width:993px) {
        .SC_2_t {
            font-size: 2vw;
            padding: 10px 0;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: normal;
            color: #FFFFFF;
            background-color: #3184C6;
            text-align: center;
        }

        .SC_c_left,
        .SC_c_right {
            width: 189px;
            height: 232px;
            display: flex;
            margin: 0 14px;
            text-align: center;
            flex-direction: column;
            justify-content: center;
            border: 1px dashed #3184C6;
            border-radius: 2px;
            /* padding: 42px 0px 50px; */
        }

    }

    .SC_c_left p:nth-child(2),
    .SC_c_right p:nth-child(2) {
        font-size: 1.4vw;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: 400;
        color: #000000;
    }

    .SC_c_left p:nth-child(3),
    .SC_c_right p:nth-child(3) {
        font-size: 1.1vw;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: normal;
        color: #999999;
    }

    /* 移动 */
    @media screen and (min-width:0px) and (max-width:992px) {
        .SC_c_left img {
            width: 50px;
            height: 40px;
        }

        .SC_c_img img {
            width: 30px;
            height: 30px;
        }

        .SC_c_right img {
            width: 50px;
            height: 40px;
        }

    }

    /* pc */
    @media screen and (min-width:993px) {
        .SC_c_left img {
            width: 107px;
            height: 68px;
        }

        .SC_c_img img {
            width: 42px;
            height: 43px;
        }

        .SC_c_right img {
            width: 82px;
        }

    }





    .SC_c_center {
        width: 57.7%;
    }

    .SC_c_center_c {
        display: flex;
        align-items: center;
        margin: 35px 0px;
    }

    .SC_c_center_c_top,
    .SC_c_center_c_bottom {
        text-align: center;
        position: relative;
        font-size: 1.4vw;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: 400;
        color: #000000;
    }

    /* 移动 */
    @media screen and (min-width:0px) and (max-width:992px) {

        .SC_c_center_c_top,
        .SC_c_center_c_bottom {
            text-align: center;
            position: relative;
            font-size: 10px;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: 400;
            color: #000000;
        }

    }

    /* pc */
    @media screen and (min-width:993px) {

        .SC_c_center_c_top,
        .SC_c_center_c_bottom {
            text-align: center;
            position: relative;
            font-size: 1.4vw;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: 400;
            color: #000000;
        }

    }



    /* 移动 */
    @media screen and (min-width:0px) and (max-width:992px) {

        .SC_c_center_c_top::before,
        .SC_c_center_c_bottom::before {
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            width: 60px;
            height: 24px;
            background: #B9CEDF;
            border-radius: 2px;
        }

        .SC_c_center_c_top::after,
        .SC_c_center_c_bottom::after {
            content: '';
            position: absolute;
            width: 60px;
            top: 5px;
            right: 0;
            height: 24px;
            background: #B9CEDF;
            border-radius: 2px;
        }


    }

    /* pc */
    @media screen and (min-width:993px) {
        .supplyChain_more_jiexi{
            width: 30.42%;
        }

        .SC_c_center_c_top::before,
        .SC_c_center_c_bottom::before {
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            width: 40.7%;
            height: 24px;
            background: #B9CEDF;
            border-radius: 2px;
        }

        .SC_c_center_c_top::after,
        .SC_c_center_c_bottom::after {
            content: '';
            position: absolute;
            width: 40.7%;
            top: 5px;
            right: 0;
            height: 24px;
            background: #B9CEDF;
            border-radius: 2px;
        }


    }


    .SC_c_center_c li {
        width: 254px;
        height: 111px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4vw;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: 400;
        color: #000000;
        background: url(https://static.dhorde.com/static/index/images/custerm_9.png) no-repeat;
        background-size: 100% 100%;
        margin: 0 11px;
    }



    /* 移动 */
    @media screen and (min-width:0px) and (max-width:992px) {
        .supplyChain_more {
            padding: 0 10px;
            margin: 0 auto;
            text-align: center;
            height: 35px;
            line-height: 35px;
            width: 200px;
            background: linear-gradient(-90deg, #FD8B35, #FDC235);
            border-radius: 15px;
            font-size: 16px;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: normal;
            color: #FFFFFF;
            cursor: pointer;
        }

        .supplyChain_more_jiexi{
            width: 155px;
        }

        .facing {
            width: 45%;
            margin-top: 30px;
            margin-bottom: 30px;

        }

        .commore {
            width: 45%;
            margin-top: 20px;
        }

        .SC_3 {
            display: flex;
            justify-content: space-between;
            box-sizing: border-box;
            padding: 20px;
            font-size:14px;
            display: grid;
        }



    }

    /* pc */
    @media screen and (min-width:993px) {
        .SC_3 {
            display: flex;
            justify-content: space-between;
            width: 72.9%;
            margin: 0 auto;
        }

        .supplyChain_more {
            padding: 0 10px;
            margin: 0 auto;
            text-align: center;
            height: 75px;
            line-height: 75px;
            background: linear-gradient(-90deg, #FD8B35, #FDC235);
            border-radius: 15px;
            font-size: 2vw;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: normal;
            color: #FFFFFF;
            cursor: pointer;

        }

        .facing {
            width: 30%;

        }

        .commore {
            width: 31%;
            margin-top: 60px;
        }

    }

    .h77 {
        margin-top: 77px;
    }

    .color_1 {
        color: #FFFFFF;
        padding: 86px 0px 43px;
    }

    /*我们为您提供*/
    .supplyChain_3 {
        /* width: 100%; */
        background: url(https://static.dhorde.com/static/index/images/porvide.png) no-repeat;
        background-size: 100% 100%;
        color: white;
        padding: 91px;
    }



 

    /* 移动 */
    @media screen and (min-width:0px) and  (max-width:992px){
        .Sc_3_left,
        .Sc_3_right {
            width: 26%;
            font-size: 14px;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: 400;
            color: #FFFFFF;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

    }
    /* pc */
    @media screen and (min-width:993px) {
        .Sc_3_left,
        .Sc_3_right {
            width: 26%;
            font-size: 1.2vw;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: 400;
            color: #FFFFFF;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
    
    }


    .Sc_3_left li:nth-child(2),
    .Sc_3_right li:nth-child(2) {
        border-bottom: 1px dashed #FFFFFF;
    }

    .Sc_3_left li p,
    .Sc_3_right li p {
        margin-bottom: 10px;
    }

    .Sc_3_center img {
        width: 100%;
    }

    .Sc_3_center {
        width: 46%;
        height: auto;
        position: relative;

    }

    .Sc_3_center_img {
        position: absolute;
        border-radius: 50%;
        width: 500px;
        height: 500px;
        left: 50%;
        margin-left: -250px;
    }

    .Sc_3_center_img img {
        width: 100%;
        height: 100%;

    }

    .Sc_3_center_cUL li p:nth-child(1) {
        width: 70%;
    }

    .Sc_3_center_cUL2 li p:nth-child(1) {
        width: 60%;
    }

    .Sc_3_center_cUL li img,
    .Sc_3_center_cUL2 li img {
        width: 100%;
    }

    .Sc_3_center .Sc_3_center_c {
        justify-content: center;
        align-items: center;
    }

    .Sc_3_center_cUL,
    .Sc_3_center_cUL2 {
        display: flex;
    }

    .Sc_3_center_div {
        position: absolute;
        top: 40%;
        left: 50%;
        margin-left: -17%;
        width: 35%;
        text-align: center;
        font-size: 1.5vw;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: 400;
        color: #FFFFFF;
    }

    .Sc_3_center_cUL li,
    .Sc_3_center_cUL2 li {
        width: 20%;
        position: absolute;
        text-align: center;
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Sc_3_center_cUL li:nth-child(1) {
        top: 15%;
        left: 20%;
    }

    .Sc_3_center_cUL li:nth-child(2) {
        top: 20%;
        left: 68%;
    }

    .Sc_3_center_cUL2 li:nth-child(1) {
        top: 56%;
        left: 18%;
    }

    .Sc_3_center_cUL2 li:nth-child(2) {
        top: 60%;
        left: 62%;
    }

    @media (min-width: 1520px) and (max-width: 1670px) {
        .Sc_3_center_img {
            width: 450px;
            margin-left: -225px;
            height: 450px;

        }

        .Sc_3_center_cUL2 li:nth-child(1) {
            top: 55%;
            left: 12%;
        }

        .Sc_3_center_cUL2 li:nth-child(2) {
            top: 63%;
            left: 62%;
        }

    }

    @media (min-width: 1380px) and (max-width: 1519px) {
        .Sc_3_center_img {
            width: 400px;
            margin-left: -200px;
            height: 400px;

        }

        .Sc_3_center_div {
            top: 37%;
        }

        .Sc_3_center_cUL2 li:nth-child(1) {
            top: 55%;
            left: 10%;
        }

    }

    @media (min-width: 1230px) and (max-width: 1379px) {
        .Sc_3_center_img {
            width: 350px;
            margin-left: -175px;
            height: 350px;

        }

        .Sc_3_center_div {
            top: 35%;
        }

        .Sc_3_center_cUL li:nth-child(1) {
            top: 10%;
            left: 20%;
        }

        .Sc_3_center_cUL li:nth-child(2) {
            top: 17%;
            left: 70%;
        }

        .Sc_3_center_cUL2 li:nth-child(1) {
            top: 52%;
            left: 15%;
        }

        .Sc_3_center_cUL2 li:nth-child(2) {
            top: 53%;
            left: 65%;
        }

    }

    @media (min-width: 1160px) and (max-width: 1229px) {
        .Sc_3_center_img {
            width: 300px;
            margin-left: -150px;
            height: 300px;

        }

        .Sc_3_center_div {
            top: 30%;
        }

        .Sc_3_center_cUL li:nth-child(2) {
            top: 15%;
            left: 66%;
        }

        .Sc_3_center_cUL2 li:nth-child(1) {
            top: 48%;
            left: 18%;
        }

        .Sc_3_center_cUL2 li:nth-child(2) {
            top: 51%;
            left: 60%;
        }
    }

    @media (max-width: 1159px) {
        .Sc_3_center {
            display: none;
        }

        .Sc_3_left li:nth-child(2),
        .Sc_3_right li:nth-child(2) {
            display: none;
        }

        .Sc_3_left,
        .Sc_3_right {
            width: 48%;
        }

        .Sc_3_left li:nth-child(1),
        .Sc_3_right li:nth-child(1) {
            border: none;
        }

        .Sc_3_right {
            margin-left: 100px;
        }

        .SC_2_c {
            margin: 30px 0px;
        }


    }

    /* 移动 */
    @media screen and (min-width:0px) and (max-width:992px) {
        .SC_c_center {
            width: 47%;
        }

        .SC_4_title {
            margin: 0 auto;
            font-size: 16px;
            font-family: "Source Han Sans SC", sans-serif;
            color: #000000;
            /* line-height: 44px; */
            text-align: center;
            margin-top: 20px;
        }

        .SC_4 {
            box-sizing: border-box;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .SC_4_list_c {
            margin-left: 15px;
        }

        .SC_4_list_c p:nth-child(2) {
            font-size: 14px;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: normal;
            color: #000000;
            margin-top: 13px;
        }

        .SC_4_list_1 img {
            width: 26px;
            height: 21px;
        }

    }

    /* pc */
    @media screen and (min-width:993px) {
        .SC_c_center {
            width: 50%;
        }

        .SC_4_title {
            width: 72.9%;
            margin: 0 auto;
            font-size: 1.4vw;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: bold;
            color: #000000;
            line-height: 44px;
        }

        .SC_4 {
            width: 72.9%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .SC_4_list_c {
            margin-left: 28px;
        }

        .SC_4_list_c p:nth-child(2) {
            font-size: 19px;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: normal;
            color: #000000;
            margin-top: 13px;
        }

        .SC_4_list_1 img {
            width: 33px;
            height: 32px;
        }

    }


    .supplyChain_4 {
        padding: 139px 0px;
    }



    .SC_4_left {
        width: 46%;
    }

    .SC_4_right img {
        width: 100%;
    }



    .SC_4_list {
        /*width: 80%;*/
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

    /* 移动 */
@media screen and (min-width:0px) and  (max-width:992px){
    .SC_4_list li {
        width: 50%;
        margin-top: 20px;
        font-size: 14px;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: normal;
        color: #000000;
    }

}
/* pc */
@media screen and (min-width:993px) {
    .SC_4_list li {
        width: 50%;
        margin-top: 20px;
        font-size: 1.3vw;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: normal;
        color: #000000;
    }
  
}



    .SC_4_list_1 {
        margin-top: 39px;
    }

    .SC_4_list_1 li {

        display: flex;
        margin-top: 37px;
        /* align-items: center; */
    }










    /* 移动 */
    @media screen and (min-width:0px) and (max-width:992px) {
        .SC_5 {
            box-sizing: border-box;
            padding: 20px;
            display: flex;
            align-items: center;
        }
        .SC_4_list_c p:nth-child(1) {
            font-size: 16px;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: normal;
            color: #000000;
            /* margin-top: 13px; */
        }
    

        /**/
        .supplyChain_5 {
            background-color: #E2EEF8;
        }
    }

    /* pc */
    @media screen and (min-width:993px) {
        .SC_4_list_c p:nth-child(1) {
            font-size: 1.4vw;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: normal;
            color: #000000;
            /* margin-top: 13px; */
        }
    

        /**/
        .supplyChain_5 {
            background-color: #E2EEF8;
            padding: 65px 0px;
        }

        .SC_5 {
            width: 72.9%;
            margin: 0 auto;
            display: flex;
            align-items: center;

        }
    }






    .SC_5_left {
        width: 64.9%;
    }

    .SC_5_right {
        width: 35.1%
    }

    .SC_5_left img {
        width: 100%;
    }

    /* 移动 */
    @media screen and (min-width:0px) and (max-width:992px) {
        .SC_5_right_text1 {
            font-size: 16px;
            font-family: "Source Han Sans SC", sans-serif;
            color: #000000;
            margin: 47px auto 90px;
            text-align: center;
        }

    }

    /* pc */
    @media screen and (min-width:993px) {
        .SC_5_right_text1 {
            font-size: 2vw;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: 400;
            color: #000000;
            margin: 47px auto 90px;
        }
        .SC_5_right_text2 {
            font-size: 1.4vw;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: 400;
            color: #000000;
        }

    }






    /* 移动 */
    @media screen and (min-width:0px) and (max-width:992px) {
        .SC_5_right_text2 {
            font-size: 14px;
            font-family: "Source Han Sans SC", sans-serif;
            font-weight: 400;
            color: #000000;
        }
        .SC_6 {
            width: 100%;
            margin: 0 auto;
        }

        /* 典型案例 */
        .supplyChain_6 {
            padding: 0px 0px 30px;
        }
    }

    /* pc */
    @media screen and (min-width:993px) {
        .SC_6 {
            width: 72.9%;
            margin: 0 auto;
        }

        /* 典型案例 */
        .supplyChain_6 {
            padding: 72px 0px 107px;
        }

    }




    .SC_6_top,
    .SC_6_bottom {
        display: flex;
        justify-content: center;

    }

    .SC_6_bottom {
        margin-top: 55px;
    }

    .SC_6_top_l,
    .SC_6_bottom_r {
        width: 46.42%;
        position: relative;
    }

    .SC_6_top_l:hover>.SC_6_top_box,
    .SC_6_bottom_r:hover>.SC_6_bottom_box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

    }

    .SC_6_top_box {
        color: white;
        width: 100%;
        height: 100%;
        text-align: center;
        background: linear-gradient(-36deg, rgba(67, 110, 243, 0.51) 0%, rgba(4, 62, 243, 0.73) 99%);
        box-shadow: 0px 4px 27px 0px rgba(11, 58, 189, 0.58);
        opacity: 0.82;
        border-radius: 2px;
        display: none;
        position: absolute;
        top: 0;
        font-size: 2vw;
    }

    .SC_6_bottom_box {
        color: white;
        width: 100%;
        height: 100%;
        text-align: center;
        background: linear-gradient(-90deg, #FD8B35, #FDC235);
        box-shadow: 0px 4px 27px 0px rgba(230, 110, 14, 0.58);
        opacity: 0.82;
        border-radius: 2px;
        display: none;
        position: absolute;
        top: 0;
        font-size: 2vw;
    }

    .SC_6_top_r,
    .SC_6_bottom_l {
        width: 49.58%;
    }

    .SC_6_top_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .SC_6_top_img img,
    .SC_6_bottom_img img {
        width: 100%;
    }

    /* 移动 */
    @media screen and (min-width:0px) and (max-width:992px) {

        .SC_6_top_r,
        .SC_6_bottom_l {
            background: url(https://static.dhorde.com/static/index/images/caseSupply_3.png) no-repeat;
            background-size: 100% 100%;
            color: white;
            box-sizing: border-box;
            padding: 20px;
        }

    }

    /* pc */
    @media screen and (min-width:993px) {

        .SC_6_top_r,
        .SC_6_bottom_l {
            background: url(https://static.dhorde.com/static/index/images/caseSupply_3.png) no-repeat;
            background-size: 100% 100%;
            color: white;
            padding: 1% 2%;
        }

    }



    .SC_6_top_r li,
    .SC_6_bottom_l li {
        margin: 20px 0;
    }
    /* 移动 */
@media screen and (min-width:0px) and  (max-width:992px){
    .SC_6_top_r li p:nth-child(1),
    .SC_6_bottom_l li p:nth-child(1) {
        font-size: 16px;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: bold;
        color: #3184C6;
        margin-bottom: 10px;
    }
    .SC_6_top_r li p,
    .SC_6_bottom_l li p {
        font-size: 14px;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: 500;
        color: #FFFFFF;
    }
        /* 真实图里鉴赏 */
        .supplyChain_7 {
            width: 100%;
            background: url(https://static.dhorde.com/static/index/images/case_supply.png) no-repeat;
            background-size: 100% 100%;
            padding: 30px 0px 30px;
        }

}
/* pc */
@media screen and (min-width:993px) {
    .SC_6_top_r li p:nth-child(1),
    .SC_6_bottom_l li p:nth-child(1) {
        font-size: 1.3vw;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: bold;
        color: #3184C6;
        margin-bottom: 10px;
    }
    .SC_6_top_r li p,
    .SC_6_bottom_l li p {
        font-size: 1vw;
        font-family: "Source Han Sans SC", sans-serif;
        font-weight: 500;
        color: #FFFFFF;
    }
        /* 真实图里鉴赏 */
        .supplyChain_7 {
            width: 100%;
            background: url(https://static.dhorde.com/static/index/images/case_supply.png) no-repeat;
            background-size: 100% 100%;
            padding: 66px 0px 106px;
        }
  
}



 



    .bannerbox {
        height: 670px;
        width: 62.5%;
        margin: 0 17.85%;
        overflow: hidden;
        position: relative;
    }

    .containt-div {
        width: 1024px;
        position: relative;
        height: 670px;
    }

    .bannerbox ul {
        position: relative;
    }

    .bannerbox ul li {
        list-style: none;
        width: 100%;
        height: 670px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .bannerbox ul li img {
        display: block;
        /* position: absolute; */
        width: 100%;
        height: 95%;

    }

    .nav {
        width: 200px;
        height: 14px;
        position: absolute;
        bottom: 0px;
        right: 20px;
        z-index: 2;
        left: 50%;
        margin-left: -100px
    }

    .nav dl dd {
        list-style-type: none;
        width: 12px;
        height: 12px;
        float: left;
        margin-right: 5px;
        cursor: pointer;
        border: 1px solid #fff;
    }

    .nav dl .bg {
        background: #ff7300;
        width: 14px;
        height: 14px;
        border: none;
    }

 


    /* 移动 */
    @media screen and (min-width:0px) and (max-width:992px) {
        .mt64{
            margin-top:30px;
        }
        .supplyChain_8_c {
            width: 80%;
            margin: 0 auto;
            font-size:14px;
        }

        .website_suggest div {
            display: flex;
            margin-top: 10px;
            width: 100%;
            align-items: center;
            justify-content: space-between;
        }
           /* 免费咨询 */
        .supplyChain_8 {
            width: 100%;
            background: url(https://static.dhorde.com/static/index/images/result.png) no-repeat;
            background-size: 100% 100%;
            padding: 0px 0px 30px;
        }

    }

    /* pc */
    @media screen and (min-width:993px) {
        .mt64{
            margin-top:64px;
        }
        .supplyChain_8_c {
            width: 62.5%;
            margin: 0 auto;
        }

        .website_suggest div {
            display: flex;
            margin-top: 10px;
            align-items: center;
            justify-content: space-between;
        }
           /* 免费咨询 */
    .supplyChain_8 {
        width: 100%;
        background: url(https://static.dhorde.com/static/index/images/result.png) no-repeat;
        background-size: 100% 100%;
        padding: 66px 0px 106px;
    }


    }

    .website_suggest {
        width: 100%;
        margin: 22px auto;
        color: white;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }


    .website_suggest input {
        border: none;
        outline: none;
        width: 376px;
        margin-left: 17px;
        background-color: white;
        height: 36px;
        border-radius: 3px;
    }

    .website_suggest1 {
        color: white;
        display: flex;
    }

    .website_suggest1 textarea {
        width: 93%;
        height: 84px;
        margin-left: 17px;
        outline: none;
        border-radius: 3px;
    }

    @media (max-width: 1360px) {
        .SC_6_top {
            flex-wrap: wrap;
        }

        .SC_6_top_l,
        .SC_6_top_r,
        .SC_6_bottom_r,
        .SC_6_bottom_l {
            width: 100%;
        }

        .SC_6_bottom {
            flex-wrap: wrap-reverse;
        }
    }

    @media (max-width: 992px) {
        .supplyChain_1 .words {
            top: 9.08%;
        }

        .h86 {
            margin: 34px auto;
        }

        .Sc_3_center {
            width: 250px;
            left: 50%;
            transform: translateX(-50%);
        }

        .Sc_3_center_c {
            width: 250px;
            height: 250px;
        }

        .SC_3 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 10px;
        }

        /* 这了 */
        .supplyChain_t {
            padding: 30px 0px 10px;
        }

        .Sc_3_center_img {
            position: absolute;
            border-radius: 50%;
            width: 250px;
            height: 250px;
            left: 50%;
            margin-left: -125px;
        }

        .Sc_3_center_img img {
            width: 100%;
            height: 100%;

        }

        .Sc_3_center_cUL2 li:nth-child(1) {
            top: 65%;
            left: 18%;
        }

        .Sc_3_center_cUL2 li:nth-child(2) {
            top: 68%;
            left: 62%;
        }

        .Sc_3_center_cUL li:nth-child(2) {
            top: 17%;
            left: 66%;
        }



        .supplyChain_1 .words-c1 {
            margin-top: 2%;
        }

        .supplyChain_1 .large_button div {
            padding: 2px 5px;
        }

        .supplyChain_UL {
            flex-wrap: wrap;
        }

        .supplyChain_UL li {
            width: 30%;
            margin-bottom: 20px;
            padding: 2px;
            min-height: 138px;
        }

        .supplyChain_UL li img {
            width: 40px;
            height: 40px;
            margin-top: 20px;
        }

        .supplyChain_UL li p:nth-child(2) {
            font-size: 12px;
            font-weight: 400;
            color: #FFFFFF;
            margin-top: 10px;
            margin-bottom: 10px;
        }



        .SC_2 {
            margin: 0 auto;
            width: 100%;
            justify-content: center;
            align-items: center;
        }

        /* 
        .SC_2_c {
            flex-wrap: wrap;
        } */

        .SC_c_left {
            width: 55px;
        }

        /* .SC_c_left,
        .SC_c_right,
        .SC_c_center,
        .SC_c_img {
            width: 100%;
        } */

        .SC_c_img {
            transform: rotate(0deg);
            margin: 0 auto;
            /* width: 20px; */
        }

        .SC_c_center_c li {
            width: 154px;
            height: 52px;
        }

        .h77 {
            margin-top: 35px;
        }

        .supplyChain_3 {
            padding: 0px 0px 30px;
        }

        .SC_3 {
            flex-wrap: wrap;
        }

        .Sc_3_left,
        .Sc_3_right {
            width: 100%;
        }

        .Sc_3_right {
            margin-left: 0;
            /* margin-top: 20px; */
        }


        .color_1 {
            padding: 46px 0px 0px;
        }

        .supplyChain_4 {
            padding: 39px 0px;
        }

        .supplyChain_4 .supplyChain_t {
            margin-bottom: 30px !important;
        }

        .SC_4 {
            flex-wrap: wrap-reverse;
        }

        .SC_4_left,
        .SC_4_right {
            width: 100%;
        }

        .SC_5 {
            flex-wrap: wrap;
        }

        .SC_5_left,
        .SC_5_right {
            width: 100%;
            margin-left: 0px !important;
        }

        .SC_5_right_text1 {
            margin: 10px auto 20px;
        }

        .bannerbox {
            height: 335px;
            width: 92%;
            margin: 0 15px;
        }

        .bannerbox ul li {
            height: 315px;
        }

        .nav {
            width: 124px;
            margin-left: -62px;
        }

        .website_suggest input {
            /* width: 176px; */
            flex: 1;
        }

        .website_suggest1 {
            display: flex;
            flex-direction: column;

        }

        .website_suggest1 textarea {
            margin-top: 10px;
            margin-left: 0px;
            width: 100%;
        }

    }