/* 
    pc端适配方案开始
*/

html,
body {
    overflow-x: hidden;
}
.nagation{
 padding-top: 60px;
 text-align: center;
 
}
.pagination{display: flex;
    width: 300px;
    margin: auto;

}
.pagination li{
 background: #0071bc;
 display: inline-block;
 border: 1px solid #000;
 color: #fff;
 font-size: 19px;
 height: 45px;
 line-height: 45px;
 text-align: center;
 padding: 0 20px;
 margin: 0 15px;
 border-color: #0071bc;
}
.customerContainerDetail {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.customerDBanner {
    width: 100%;
    height: auto;
}

.customerDBanner img {
    width: 100%;
    display: block;
    margin-top: 100px;
}

.customerDetailCon {
    width: 100%;
    padding: 45px 0;
}

.cdTitle {
    width: 100%;
    text-align: center;
}

.menu {
    display: none;
}

.cdTitle li p span {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #80c4f8;
    width: 100%;
    line-height: 16px;
    margin: 0 0 10px;
}

.cdTitle li p {
    color: #ccc;
}

.cdList {
    width: 66%;
    margin: 40px auto;
    /* padding: 40px 0; */
}

.cdListTitle {
    border-bottom: 1px dashed #ccc;
    width: 100%;
    padding-bottom: 20px;
}

.cdTit1 {
    font-size: 30px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
}

.cdTit2 {
    font-family: "Arial";
    font-size: 14px;
    color: #999;
    width: 100%;
    line-height: 100%;
    margin-top: 4px;
}

.lingyu {
    margin-top: 20px;
    font-size: 36px;
    font-weight: bold;
    color: #2C2C34;
    width: 100%;
    line-height: 100%;
    display: block;
    font-family: AliMedium;
}

.caselist_main2 {
    /* border: 2px solid red; */
    width: 100%;
}

.caselist_main2 ul {
    /* border: 5px solid blue; */
    width: 66%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.caselist_main2 ul li span {
    margin-top: 20px;
    text-align: center;
}

.caselist_main2 ul li {
    /*height: 200px;*/
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    border: 1px solid #ccc;
    overflow: hidden;
    height: auto;
}

.caselist_main2 ul li img {
    width: 100%;

}

.caselist_main2 ul li:hover {
    background: #37bfef;
    border-bottom: 1px solid #37bfef;
}

.caselist_main2 ul li:hover a {
    color: white !important;
}

.caselist_main2 ul li:hover .times {
    color: white !important;
}

.caselist_main2 ul li a:nth-child(2) {
    font-size: 20px;
    color: #333;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    font-family: AliMedium;
    width: 100%;
    display: block;
    margin-left: 20px;
}

.cacontent {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.cacontent a {
    font-size: 14px;
    color: #666;
    width: 90%;
    height: 44px;
    line-height: 22px;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-left: 20px;
    padding-bottom: 20px;
}

.times {
    text-align: right;
    font-family: "Arial";
    font-size: 14px;
    color: #999;
    width: 100%;
    line-height: 15px;
    text-align: right;
    padding: 24px 0;
    /*margin-left: -20px;*/
    overflow: hidden;
}



.right {
    flex: 1;
    display: flex;
    margin-top: 36px;
}

.right-one {
    margin-left: 50px
}

.right-two {
    margin-left: 20px;
}

.right-two img {
    width: 103px;
    height: 102px;
    display: block;
}

.last-content {
    /* border: 2px solid blue; */
    width: 100%;
    /* width: 1920px; */
    /* height: 84px; */
    background: #F8F8F8;
    /* margin: 0 auto; */
    padding-top: 20px;
}

.last-tit,
.last-con {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.lianxi li {
    position: relative;
}

.lianxi li:first-child {
    width: 52px;
    height: 150px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 26px;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 999;
}

.lianxi li:first-child a {
    width: 17px;
    height: 83px;
    font-size: 18px;
    font-weight: 600;
    color: #340606;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.lianxi li:last-child a {
    color: #340606;
    font-size: 26px;
    font-weight: bold;
    width: 52px;
    height: 52px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 50%;
    display: block;
    font-family: '楷体';
    text-align: center;
    z-inde x: 999;
    line-height: 52px;
    transform: rotate(-90deg);
    position: fixed;
    right: 0;
    bottom: 120px;
}

.zuihou {
    display: none;
}
#fenye{
    display: none;
}
.ee{
        width: 50%;
        margin: 20px auto;
}
.ee ul{
        display: flex;
        list-style: none;
    }
 .ee ul li{
        width: 100px;
        height: 50px;
        display: inline-block;
        line-height: 50px;
        text-align: center;
        border: 1px solid rgba(102, 100, 104, 0.32);
        cursor: pointer;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
    }
.ee .active{
        background-color: #0071bc;
    }
.ee .pagination{


}
#divfooter{

    margin: auto;
    display: none;
}
/* 
    pc端适配方案结束
*/


/* 
    移动端适配方案开始
*/
/* 媒体查询 */
@media (max-width: 767px) {
    .menu {
        display: block;
    }
    .ee{
        display: none;
    }

    * {
        margin: 0;
        padding: 0;
    }

    .footer {
        display: none;
    }

    .customerDBanner {
        width: 100%;
        margin-top: -1.1rem;
    }

    .customerDBanner img {
        height: 8rem;
        width: 100%;
    }

    .customerDetailCon .custnav {
        display: none;
    }

    .caselist_main2 {
        margin-top: -3rem;
        /* height: 54rem; */
    }

    .caselist_main2 ul {

        width: 90%;
        /* height: 12rem; */
        margin: 0 auto;
    }

    .caselist_main2 .ul .lili {

        width: 100%;
        border: none;
        height: 18rem;
    }

    .caselist_main2 ul li span {
        text-align: center;
        font-weight: bold;
        margin-top: 1rem;
    }

    .caselist_main2 ul li img {
        border-radius: 0.21rem;
        width: 100%;
        height: 9rem;
    }

    .caselist_main2 .ul .lili a:nth-of-type(2) {
        height: 2rem;
    }

    .times {
        display: none;
    }

    .cacontent {
        border-bottom: none;
    }

    #divfooter {
        font-size: 1rem;
        display: block;
        /*margin-top: -4rem;*/
    }

    .active {
        background-color: #ED6D00;
        color: #EEEEEE;
    }

    #fenye {
        /* margin-top:2rem; */
        /* border: 1px solid blue; */
        width: 80%;
        height: 3rem;
        margin: 0 auto;
        display: flex;
        padding: 5px;

    }

    #fenye div {
        border: 1px solid pink;
        width: 3.5rem;
        height: 2rem;
        text-align: center;
        line-height: 2rem;
        margin: 0.1rem;
    }

    #fenye div:nth-of-type(1),
    #fenye div:nth-of-type(7) {
        width: 5.5rem;
        height: 2rem;
    }

    /* 封装h5小型模块 */

    .zuihou {
        /* border: 1px solid blue; */
        width: 100%;
        display: flex;
    }

    .vertical {
        /* margin-top: 1rem; */
        margin-left: 2rem;
    }

    .vertical ul {
        width: 5rem;
    }

    .vertical ul li {
        width: 100%;
        height: 2rem;
        text-align: center;
        line-height: 2rem;
    }

    .right-two {
        width: 6rem;
        height: 6rem;
    }

    .right-two img {
        width: 100%;
        height: 100%;
    }

    .right {
        position: relative;
        top: -0.55rem;
        margin-left: -3.1rem;
    }

    /* 结束 */
}

/* 
    移动端适配方案结束
*/