/* .header .header_wrap{
    background-color: #fff;
    color: #333;
} */
.banner {
    background-image: url(../img/customerCase/banner.png);
    width: 100%;
    height: 100vh;
    background-size: 100% 100%;

    color: #fff;
    text-align: center;
}


.container_bg {
    position: fixed;
    top: 100vh;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: -1;
}

.container {
    margin: 0 auto;
}
/* 客户案例 */
.swiper-pagination-bullet {
    width: 32px !important;
    height: 2px !important;
    background-color: rgb(219, 27, 33, .8) !important;
    border-radius: 3px !important;
}

.swiper-pagination-bullet-active {
    background-color: rgb(219, 27, 33) !important;
}


.function_con li {
    width: 100%;
    height: 360px;
    border-radius: 4px;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.function_con li.cases {
    height: 280px;
}
.function_con li .function_con_l{
    height: 100%;
    width: 600px;
}
.function_con_l img{
    height: 100%;
    width: 100%;
}
.function_con_r_info p img {
    width: 30px;
    height: 6px;
    margin-left: 12px;
}

.function_con_r_info p {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.function_con_r_info a p{
    margin-top: 20px;
    color: #666;
    display: flex;
    align-items: center;
}

.function h2 {
    display: none;
}
.function .mySwiper{
    margin-top:40px;
}
.function_con_r h3 {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    margin-bottom: 5px;
}

.case .function_con_r {
    width: 600px;
    margin: 0;
    height: 100%;
    padding: 0 45px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
/* 案例中心 */
.caseCenter .title {
    display: flex;
    justify-content: space-around;
    padding: 0 100px;
}

.caseCenter .title li {
    width: 84px;
    height: 36px;
    background-color: rgb(000, 000, 000, .1);
    color: #000;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.caseCenter .title .active {
    background-color: #db1b21;
    color: #fff;
}
.container .main_wrap{
}
.container .main_wrap .container .main {
    overflow: hidden;
    display: none;
}

.container .main li {
    width: 376px;
    float: left;
    margin: 36px 30px 0 0;
}

/*- .container .main li:nth-of-type(3n) {
    margin-right: 0
} */

.container .main li img {
    width: 100%;
    height: 100%;
    transition: all 0.7s;
    transform: scale(1);
}
.container .main li .img_wrap{
    overflow: hidden;

}
.container .main li:hover  img {
    transition: all 0.7s;
    transform: scale(1.1);
  }
.container .main li .info {
    width: 100%;
    height: 110px;
    background-color: #fff;
    padding: 20px 24px;
    box-sizing: border-box;
}
.container .main li:hover {
    box-shadow: 0px -2px 20px #d7d7d7;
}

.container .info .txt1 {
    color: #333;
    line-height: 30px;
}

.container .info .txt2 {
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.container .info .txt3 {
    color: #999;
    display: flex;
    /* justify-content: right; */
    align-items: center;
    line-height: 28px;
    margin-top:20px;
}

.container .info .txt3 img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
/* 分页 */

.page_plugin {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-direction: row;
    /* margin-bottom: 44px; */
}

.page_plugin>div {
    margin-left: 20px;
}

.page_plugin  {
    display: flex;
    margin-top: 36px;
}
.page_plugin .btn{
    width: 84px;
    height: 32px;
 text-align: center;
    line-height: 28px;
    border: 1px solid #999;
    color: #999;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
}
.btn_num{
    display: flex;
}
.page_plugin .notAllowed{
    cursor: not-allowed;
}
.btn_num div{
    width: 28px;
    height: 28px;
    border: 1px solid #999;
    color: #999;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
    margin-right: 10px;
    text-align: center;
    line-height: 28px;
}
.page_plugin  .active {
    border-color: #db1b21;
    color: #fff;
    background: #db1b21;
}

.page_plugin >div+div {
    margin-left: 12px;
}

.container {
    width: 1000px;
    margin-bottom: 64px;
}

/* 客户案例 */
.function_con .function_con_l>img {
    width: 600px;
    height: 360px;
}
.function_con .function_con_img>img {
    width: 482px;
    height: 241px;
}
.case_wrap .mySwiper {
    padding: 72px 0 36px;
}

/* 案例中心 */
.caseCenter h2 {
    padding: 72px 0 36px;
    font-size: 25px;
    text-align: center;
}
.container .main li {
    width: 310px;
    /* height: 400px; */
}

.container .main .img_wrap {
    height: 225px;
}
.container .info .txt1 {
    font-size: 14px;
}
.container .info .txt2 {
    font-size: 12px;
}
.container .info .txt3 {
    font-size: 12px;
}


/* @media screen and (min-width:1600px) {
    .container {
        width: 1200px;
    }
    .case_wrap .mySwiper {
        padding: 136px 0 48px;
    }

    案例中心
    .caseCenter h2 {
        padding: 96px 0 48px;
        font-size: 30px;
        text-align: center;
    }

    .container .main li {
        width: 376px;
        height: 400px;
    }

    .container .main .img_wrap {
        height: 270px;
    }
    .container .info .txt1 {
        font-size: 16px;
    }
    .container .info .txt2 {

        font-size: 14px;
    }
    .container .info .txt3 {
        font-size: 12px;
    }
} */