/* 1000 - 1200 start*/
@media screen and (min-width:1000px) and (max-width: 1200px){
    .client_case .tabContent{
        width: 80% !important;
    }
}
/* 1000 - 12000 end*/

/* 1200 - 1366 start*/
@media screen and (min-width:1200px) and (max-width: 1366px){
    .client_case .tabContent{
        width: 80% !important;
    }
}
/* 1200 - 1366 end*/

@media (max-width: 1199){

}
@media (max-width: 991px){
    .container .client_case .title
    {
        font-size: 24px!important;
    }
    .client_case .tabContent
    {
        width: 94% !important;
    }
    .current > ul li {
        width: 48%!important;
    }
}

@media (max-width:767px) {
    .container .client_case .title
    {
        font-size: 20px!important;
    }
    .client_case .tabContent
    {
        width: 94% !important;
    }
    .current > ul li {
        width: 48%!important;
    }
}

.container {
    width: 100%;
}
.container .client_case .title{
    font-size: 35px;
    text-align: center;
    line-height: 112px;
}
/* banner */
.container .banner {
    width: 100%;
    height: 570px;
}
.banner .banner_swiper{
    width: 100%;
    height: 100%;
}
.banner_swiper .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner_swiper .swiper-slide.slide1{
    background-image: url(../../images/client/banner_img1.png);
}
.banner_swiper .swiper-slide.slide2{
    background-image: url(../../images/client/banner_img2.png);
}
.banner_swiper .swiper-slide.slide3{
    background-image: url(../../images/client/banner_img3.png);
}
.banner_swiper .swiper-slide.slide4{
    background-image: url(../../images/client/banner_img4.png);
}
.banner_swiper .swiper-slide.slide5{
    background-image: url(../../images/client/banner_img5.png);
}
.banner_swiper .swiper-slide .banner_txt{
    color: #fff;
    width: 1200px;
    margin: 166px auto 0;
}
.banner_txt>h2{
    font-size: 48px;
    line-height: 1;
    margin-bottom: 18px;
}
.banner_txt>p{
    font-weight: 200;
    font-size: 20px;
    width: 460px;
    line-height: 34px;
    margin-bottom: 48px;
}
.banner_txt .banner_btns>a{
    display: inline-block;
    font-size: 20px;
    color: #2743a6;
    width: 154px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 24px;
}
.banner_txt .banner_btns>a.goOnline{
    color: #fff;
    background-color: transparent;
    margin-right: 20px;
}
.banner_swiper .swiper-pagination-bullet{
    width: 15px;
    height: 6px;
    background-color: #4965cd;
    border-radius: 3px;
    opacity: 1;
}
.banner_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #fff;
}
/* banner */

/* client_case */
.client_case {
    width: 100%;
    background-color: #fff;
}
.client_case .tabList_box{
    width: 100%;
    padding: 20px 0;
    background-color: #f6f7fe;
}
.client_case .tabList {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: space-around;
    align-items: center;
}
.client_case .tabList li {
    cursor: pointer;
    text-align: center;
}
.client_case .tabList li a {
    display: block;
    font-size: 14px;
    color: #333;
}
.client_case .tabList li a>p{
    margin-top: 8px;
}
.client_case .tabList li.active a>p{
    color: #1c75fb;
}
.client_case .tabList li a>img{
    display: none;
    height: 34px;
}
.client_case .tabList li a>img.img{
    display: inline-block;
}
.client_case .tabList li.active a>img.img{
    display: none;
}
.client_case .tabList li.active a>img.imgAct{
    display: inline-block;
}

.client_case .tabContent {
    width: 64%;
    margin: 0px auto;
}
.client_case .tabContent .current > ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
}
.current > ul li {
    position: relative;
    float: left;
    width: 23.5%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 44px 28px 15px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 6px;
}
.current > ul li:nth-child(4n){
    margin-right: 0;
}
.current > ul li > img {
    width: 132px;
    height: 132px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
}
.current > ul li .listB {
    margin-top: 30px;
}
.listB>h4{
    font-size: 20px;
    color: #666;
    line-height: 1;
}
.listB>.line{
    width: 36px;
    height: 4px;
    margin: 20px auto;
    background-color: #666;
}
.listB>p{
    font-size: 16px;
    color: #666;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    height: 72px;
}
.current > ul li .enter {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(225, 225, 225, .5);
}
.current > ul li .enter>img{
    width: 120px;
    height: 120px;
    margin-top: 176px;
}
.current > ul li .enter>p{
    font-size: 14px;
    color: #333;
    line-height: 1;
    margin-top: 8px;
}
.current > ul li:hover .enter {
    transition: 0.3s ease;
    opacity: 1;
}
.client_case .tabContent > div.current {
    display: block;
}
/* client_case */

@media (max-width: 767px) {
    .listB>h4{
        font-size: 18px!important;
    }
    .listB>p{
        font-size: 14px!important;
    }
}