@media (max-width: 768px) {

    /* 这里就是10/16x100%=62.5% 也就是默认10px的字号 */
    html {
        font-size: 62.5%;
    }

    .focus-ul {
        margin: 0 !important;
        padding: 0 !important;
    }

    .banner-box .col-xs-12 {
        padding: 0 !important;
    }

    .head-case {
        display: none;
    }

    .banner-box {
        width: 340px;
        display: block;
        margin: 20px auto;
        
    }

    /* 轮播图 */
    .focus {
        position: relative;
        margin: 0px auto;
        width: 100%;
        height: 24rem;
    }

    .focus .focus-ul {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .focus .focus-ul li {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: all 1.5s ease-in-out 0s;
        list-style: none;
    }

    .focus .focus-ul li img {
        /* width: 100%; */
        height: 100%;
    }

    .focus .focus-ul li .content-font-focus {
        position: absolute;
        bottom: 4rem;
        left: 30rem;
        text-align: center;
        color: white;
    }

    .focus .focus-ul li .content-font-focus h2 {
        margin-bottom: 0.5rem;
    }

    .focus .focus-ul li .content-font-focus p {
        font-size: 1.4rem;
    }

    .arrow-l,
    .arrow-r {
        /* display: none; */
        position: absolute;
        top: 8.8rem;
        /*margin-top: -20%;*/
        width: 3.4rem;
        height: 5.6rem;
        background: rgba(0, 0, 0, .2);
        text-align: center;
        line-height: 5rem;
        color: #fff;
        font-size: 2.2rem;
        /*左右按钮一直显示*/
        z-index: 100;
        text-decoration: none;
    }

    .arrow-l:hover,
    .arrow-r:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, .3);
        color: #fff;
    }

    .arrow-l:focus,
    .arrow-r:focus {
        text-decoration: none;
        color: #fff;
    }


    .arrow-r {
        right: 2rem;
    }

    .arrow-1 {
        left: 1rem;
    }

    .arrow-left {
        left: 2rem;
    }

    .circle {
        position: absolute;
        bottom: 0rem;
        left: 50%;
        transform: translate(-50%, 0px);
        list-style: none;
        /*圆圈一直显示*/
        z-index: 100;
        padding: 0 !important;
    }

    .circle li {
        float: left;
        width: 8px;
        /* width: 2.2rem; */
        height: 8px;
        /* height: 2.2rem; */
        /* border: 2px solid rgba(255,255,255,0.5); */
        margin: 0 0.5rem;
        background-color: rgb(255, 255, 255);
        /* color: #262626;
        text-align: center;
        line-height: 2.2rem;
        font-size: 1.2rem;
        border-radius: 0.2rem; */
        border-radius: 50%;
        /*鼠标经过显示小手*/
        cursor: pointer;
        opacity: 0.6;
    }

    .circle .current {
        opacity: 1 !important;
        background-color: #fff;
        width: 16px;
        border-radius: 4px;
    }

    /*给图片动态添加的堆叠顺序*/
    .active {
        opacity: 1;
        z-index: 10;
    }

    .focus-image {
        width: 100%;
        height: 100%;
        /* height: 100%; */
    }

    .banner-inner-box {
        width: 100%;
        height: 24rem;
        /* background-color: blue; */
        /* margin-top: 86px; */
        /* border-radius: 10px; */
    }

    .bannner-content {
        width: 100%;
        padding: 3rem 0rem 0rem 0rem;
        /* margin: 0px auto;
        text-align: center; */
    }

    .banner-bottom-list {
        width: 92%;
        height: 12rem;
        margin: 1rem 0rem;
    }

    /* 轮播图结束 */



    .mainTitle {
        padding: 50px 0 20px 0;
        /* font-size: 32px; */
        line-height: 48px
    }

    .iconCases {
        width: 100%;
        height: 448px;
        margin-bottom: 24px;
        background: rgba(247, 247, 248, .8)
    }

    .iconCases .iconCases-container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .iconCases .iconCases-container .iconCases-item {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* width: 171px; */
        cursor: pointer
    }

    /* 热点专题 */
    .topicalIssues {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 658px;
        margin: 0 auto 48px;
        cursor: pointer;
        flex-wrap: wrap;
    }

    .topicalIssues-item {
        width: 100%;
        height: 158px;
        -webkit-box-shadow: 0 8px 24px 0 rgba(34, 38, 48, .16);
        box-shadow: 0 8px 24px 0 rgba(34, 38, 48, .16);
        border-radius: 8px;
        overflow: hidden;
        margin-top: 2rem;
    }

    /* 客户案例 */
    .customer-case {
        margin: -1px auto 0px;
        padding: 0 0 48px;
        background: #fff;
        width: 100%;

    }

    .customer-case .customer-content .industry {
        margin-right: 12px;
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #171a1d;
        text-align: center;
        line-height: 36px;
        width: 80px;
        height: 36px;
        margin-left: 3rem;
        margin-bottom: 20px;
    }

    .dtd-list-item-span {
        display: block;
        padding: 0px;
    }

    .customerCase-list .dtd-list-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: none;
        width: 100%;
    }

    .one-box-rem {
        margin: 0 auto;
    }

    .hoverColor-container {
        width: 100%;

    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor {
        height: 128px;
        width: 100%;
    }


    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content {
        width: 100%;
        height: 100%;
        position: relative;
        background: #fff;
        padding: 10px 20px;
        border-top: 0.1rem solid #f2f2f3;
        border-bottom: 0.1rem solid #f2f2f3;
        border-radius: 0px;
    }

    .customerCase-list .col-xs-12 {
        padding: 0 !important;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-img {
        height: 26px;
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        line-height: 26px;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-img .customer-logoSingle {
        height: 50px;
        max-width: 312px;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-img .customer-logoDouble {
        height: 26px;
        max-width: 12rem;
        margin: 0px 0;
    }


    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-title {
        height: 32px;
        width: 30%;
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #b3b4b6;
        line-height: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline;
        display: none;
    }

    .list-title-rem {
        height: 26px;
        color: #b3b4b6;
        margin-left: 1rem;
        display: block;
        overflow: hidden;
        /* 溢出用省略号显示 */
        text-overflow: ellipsis;
        /* 默认不换行； */
        white-space: nowrap;

    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-con {
        margin: 6px 0 8px;
        height: 50px;
        width: 64%;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: black;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .list-images {
        width: 30%;
        height: 7rem;
        display: block;
        position: absolute;
        top: 4.2rem;
        right: 2rem;
        border-radius: 0.4rem;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-tag {
        margin-top: -4px;
        height: 20px;
    }

    .customerCase-list .dtd-list-items .dtd-list-item {
        margin-top: 0px;
        padding: 0;
        background: transparent !important;
        border-radius: 8px;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-tag span {
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 20px;
        line-height: 20px;
        padding: 0px 8px;
        font-size: 10px;
        color: rgba(23, 26, 29, .6);
        border: 1px solid rgba(126, 134, 142, .24);
        border-radius: 4px;
        text-align: center;
        font-family: PingFangSC-Medium;
        margin-right: 8px;
    }

    .hoverColor {
        -webkit-box-shadow: 0 0px 0px 0 rgba(34, 38, 48, .12);
        box-shadow: 0 0px 0px 0 rgba(34, 38, 48, .12);
        position: relative;
        top: 0;
        cursor: pointer;
        -webkit-transition: .2s;
        transition: .2s;
        border-radius: 8px
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor-container {
        display: none;
    }

}

@media screen and (min-device-width: 768px) and (max-device-width: 1366px) {

    /* 这里就是10/16x100%=62.5% 也就是默认10px的字号 */
    html {
        font-size: 62.5%;
    }


    .banner-box {
        width: 100%;
        display: block;
        margin-top: 86px;
    }

    .focus-ul {
        margin: 0 !important;
        padding: 0 !important;
    }

    .banner-box .col-xs-12 {
        padding: 0 !important;
    }

    .head-case {
        display: none;
    }

    /* .banner-box {
        width: 100%;
        display: block;
    } */

    /* 轮播图 */
    .focus {
        position: relative;
        margin: 0px auto;
        width: 100%;
        height: 58rem;
    }

    .focus .focus-ul {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .focus .focus-ul li {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: all 1.5s ease-in-out 0s;
        list-style: none;
    }

    .focus .focus-ul li img {
        /* width: 100%; */
        height: 100%;
    }

    .focus .focus-ul li .content-font-focus {
        position: absolute;
        bottom: 4rem;
        left: 30rem;
        text-align: center;
        color: white;
    }

    .focus .focus-ul li .content-font-focus h2 {
        margin-bottom: 0.5rem;
    }

    .focus .focus-ul li .content-font-focus p {
        font-size: 1.4rem;
    }

    .arrow-l,
    .arrow-r {
        /* display: none; */
        position: absolute;
        top: 8.8rem;
        /*margin-top: -20%;*/
        width: 3.4rem;
        height: 5.6rem;
        background: rgba(0, 0, 0, .2);
        text-align: center;
        line-height: 5rem;
        color: #fff;
        font-size: 2.2rem;
        /*左右按钮一直显示*/
        z-index: 100;
        text-decoration: none;
    }

    .arrow-l:hover,
    .arrow-r:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, .3);
        color: #fff;
    }

    .arrow-l:focus,
    .arrow-r:focus {
        text-decoration: none;
        color: #fff;
    }


    .arrow-r {
        right: 2rem;
    }

    .arrow-1 {
        left: 1rem;
    }

    .arrow-left {
        left: 2rem;
    }

    .circle {
        position: absolute;
        bottom: 0rem;
        left: 50%;
        transform: translate(-50%, 0px);
        list-style: none;
        /*圆圈一直显示*/
        z-index: 100;
        padding: 0 !important;
    }

    .circle li {
        float: left;
        width: 8px;
        /* width: 2.2rem; */
        height: 8px;
        /* height: 2.2rem; */
        /* border: 2px solid rgba(255,255,255,0.5); */
        margin: 0 0.5rem;
        background-color: rgb(255, 255, 255);
        /* color: #262626;
        text-align: center;
        line-height: 2.2rem;
        font-size: 1.2rem;
        border-radius: 0.2rem; */
        border-radius: 50%;
        /*鼠标经过显示小手*/
        cursor: pointer;
        opacity: 0.6;
    }

    .circle .current {
        opacity: 1 !important;
        background-color: #fff;
        width: 16px;
        border-radius: 4px;
    }

    /*给图片动态添加的堆叠顺序*/
    .active {
        opacity: 1;
        z-index: 10;
    }

    .focus-image {
        width: 100%;
        height: 100%;
    }

    .banner-inner-box {
        width: 100%;
        height: 58rem;
        /* background-color: blue; */
        /* margin-top: 86px; */
        /* border-radius: 10px; */
    }

    .bannner-content {
        width: 100%;
        padding: 3rem 0rem 0rem 0rem;
        /* margin: 0px auto;
        text-align: center; */
    }

    .banner-bottom-list {
        width: 92%;
        height: 12rem;
        margin: 1rem 0rem;
    }

    /* 轮播图结束 */

    .mainTitle {
        padding: 120px 0 20px 0;
        /* font-size: 32px; */
        line-height: 48px
    }

    .hot-mainTitle {
        padding: 20px 0 20px 0 !important;
    }

    .iconCases {
        height: 224px;
    }

    /* 热点专题 */
    .topicalIssues {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 340px;
        margin: 0 auto 48px;
        cursor: pointer;
        flex-wrap: wrap;
    }

    .customer-case {
        margin: auto;
        padding: 0 0 48px;
        background: #fff;
        width: 100%;
    }

    .customer-case .customer-content .screenModal {
        position: absolute;
        right: 0
    }

    .customerCase-list .no-content {
        width: 100%;
        height: 64px;
        margin: 76px auto 0
    }

    .customerCase-list .no-content img {
        width: 64px;
        height: 64px;
        float: left;
        margin-right: 15px
    }

    .customerCase-list .no-content .no-result {
        color: rgba(23, 26, 29, .6);
        font-size: 16px;
        line-height: 64px
    }

    .customerCase-list .dtd-list-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: none;
    }

    .customerCase-list .dtd-list-items a {
        /* margin-right: 36px; */
    }

    .customerCase-list .dtd-list-items a:nth-child(3n) {
        margin-right: 0;

    }

    .customerCase-list .dtd-list-items .dtd-list-item {
        margin-top: 48px;
        padding: 0;
        background: transparent !important;
        border-radius: 8px;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor {
        height: 330px;
        width: 100%;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content {
        width: 100%;
        height: 100%;
        position: relative;
        background: #fff;
        padding: 40px 32px 0;
        border-radius: 8px;
        border: 1px solid #eaecee;

    }

    .list-images {
        display: none;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-img {
        height: 76px;
    }


    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-img .customer-logoSingle {
        height: 50px;
        max-width: 312px;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-img .customer-logoDouble {
        height: 36px;
        max-width: 312px;
        margin: 7px 0;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-title {
        height: 32px;
        width: 100%;
        font-family: PingFangSC-Medium;
        font-size: 20px;
        color: #171a1d;
        line-height: 32px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .list-title-rem {
        display: none;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-con {
        margin: 14px 0 32px;
        height: 72px;
        width: 100%;
        font-family: PingFangSC-Regular;
        font-size: 15px;
        color: rgba(23, 26, 29, .6);
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-tag {
        margin-top: 32px;
        height: 28px;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-tag span {
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 28px;
        padding: 4px 8px;
        font-size: 12px;
        color: rgba(23, 26, 29, .6);
        border: 1px solid rgba(126, 134, 142, .24);
        border-radius: 4px;
        text-align: center;
        font-family: PingFangSC-Medium;
        margin-right: 8px;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-tag .greenColor {
        border: 1px solid rgba(0, 176, 66, .48);
        color: #00b042;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-tag .purpleColor {
        border: 1px solid rgba(67, 92, 252, .48);
        color: #435cfc;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-tag .turquoiseColor {
        border: 1px solid rgba(7, 185, 232, .48);
        color: #07b9e8;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-tag .orangeColor {
        border: 1px solid rgba(255, 146, 0, .48);
        color: #ff9200;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-tag .skyBlueColor {
        border: 1px solid rgba(0, 137, 255, .48);
        color: #0089ff;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor .item-content .list-tag .pinkColor {
        border: 1px solid rgba(255, 48, 130, .48);
        color: #ff3082;
    }

    .customerCase-list .dtd-list-items .dtd-list-item .hoverColor-container {
        border-radius: 8px;
    }

    .customerCase-list .dtd-list-items .dtd-list-item:hover {
        background: transparent;
    }

    .iconCases .iconCases-container{
        width: 100%;
    }
    .industry{
        margin-left: 5rem;
    }


}