html,
body {
    overflow-x: hidden;
}

.customerContainerDetail {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.customerDBanner {
    width: 100%;
    height: auto;
}

.customerDBanner img {
    width: 100%;
    display: block;
    margin-top: 120px;
}

.customerDetailCon {
    width: 100%;
    padding: 45px 0;
}

.cdTitle {
    width: 100%;
    text-align: center;
}

.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 {
    width: 100%;
}

.caselist_main2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.caselist_main2 ul li {
    width: 19.83%;
    display: flex;
    margin: 0 35px;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ccc;
    overflow: hidden;
    height: auto;
}

.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;
}

.footer {
    width: 100%;
    height: 350px;
    background: #EEEEEE !important;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.left {
    width: 33.33%;
    flex: 1;
    flex-shrink: 0;
    padding-left: 4%;
}

.left .foot-left-logo {
    width: 20%;
    height: 47px;
    margin-left: 40%;
    margin-top: 43px;
}

.foot-left-logo img {
    display: block;
    width: 100%;
    height: 47px;
}

.left-list {
    width: 100%;
    margin-top: 26px;
    display: flex;
    flex-direction: column;
}

.left-list ul {
    margin-left: 41%;
    float: left;
}

.left-list ul li {
    width: 90px;
    height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin-left: -20px;
    padding-right: 15px;
    float: left;
}

.left-list ul>.jishu {
    text-align: left;
}

.left-hotServer,
.left-address {
    display: flex;
    margin-left: 43%;
}

.left-hotServer li {
    margin-left: -15px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.left-address li {
    margin-left: -15px;
}

.center {
    flex: 1;
    display: flex;
    justify-content: space-around;
    margin-left: 2%;
}

.center-products,
.center-solution,
.center-partner,
.center-about {
    margin-top: 40px;
}

.line {
    width: 100px;
    height: 1px;
    background: #666666;
    margin-top: 2px;
}

.products-tit {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.center-products ul {
    margin-top: 20px;
}

.center-solution ul {
    margin-top: 20px;
}

.center-solution ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-products ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-partner ul {
    margin-top: 20px;
}

.center-partner ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.center-about ul {
    margin-top: 20px;
}

.center-about ul li {
    font-size: 12px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.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 {
    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-index: 999;
    line-height: 52px;
    transform: rotate(-90deg);
    position: fixed;
    right: 0;
    bottom: 120px;
}