@import "index.css";
@import "product.css";
.zs-banner-case{
    /* background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/img-banner-case.jpg) no-repeat center top; */
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/img-banner-case02.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 680px;
}
.zs-banner-case .zs-wp{
    padding-top: 250px;
}
.zs-banner-case .title{
    width: 430px;
    height: 236px;
}
.zs-banner-case .title img{
    display: block;
    width: 100%;
    height: auto;
}
.zs-banner-case .subtitle{
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 10px;
}
.zs-filter{
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 35px;
}
.zs-filter .zs-wp{
    padding: 20px 45px;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.zs-filter .title{
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}
.zs-filter .fl-item{
    display: flex;
    height: auto;
    align-items: flex-start;
    align-content: flex-start;
    padding: 5px 0;
}
.zs-filter .fl-item label{
    font-size: 16px;
    line-height: 32px;
    width: 118px;
    margin-right: 30px;
    font-weight: bold;
    padding-right: 28px;
    text-align-last:justify;
    position: relative;
}
.zs-filter .fl-item label:before{
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    height: 18px;
    width: 1px;
    margin-top: -9px;
    background-color: #dbdbdb;
}
.zs-filter .fl-item .fli-link{
    display: flex;
    width: 92%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.zs-filter .fl-item .fli-link a{
    display: flex;
    align-items: center;
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 5px;
    margin:0 20px 10px 0;
    color: #808080;
}
.zs-filter .fl-item .fli-link a.cur,.zs-filter .fl-item .fli-link a:hover{
    height: 32px;
    color: #FFFFFF;
    line-height: 32px;
    background-color: #e4362d;
}
.zs-filter .fli-link .form-input{
    display: inline-block;
    width: 500px;
    height: 32px;
    padding: 0 15px;
    line-height: 32px;
    border-radius: 5px;
    border:1px solid #EAEAEA;
}
.zs-filter .fli-link .form-button{
    display: inline-block;
    height: 32px;
    padding: 0 15px;
    line-height: 32px;
    border:none;
    border-radius: 5px;
    color: #FFFFFF;
    margin-left: 10px;
    background-color: #27a6ee;
    cursor: pointer;
}
.zs-filter .fli-link .form-button:hover{
    opacity: 0.8;
}
.zs-case-list{
    display: block;
    width: 100%;
    padding-bottom: 60px;
}
.zs-case-list .zs-wp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-case-list li{
    width: 32%;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 2%;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.zs-case-list li:hover{
    box-shadow: 0px 6px 20px rgba(228, 54, 45, 0.29);
}
.zs-case-list li:nth-child(3n) {
    margin-right: 0;
}
.zs-case-list li .pic{
    position: relative;
}
.zs-case-list li .pic .img_box {
    display: block;
    width: 100%;
    height: 18.526vw;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.zs-case-list li .pic .img_box img{
    display: block;
    width: 100%;
    height: 18.526vw;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.zs-case-list li:hover .pic .img_box img{
    transform: scale(1.05);
}
.zs-case-list li .pic .img {
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    bottom: -50px;
    left: 30px;
    overflow: hidden;
    z-index: 3;
    box-shadow: 0 4px 10px #ddd;
}
.zs-case-list li .pic .img img {
    width: auto;
    max-width: 90%;
    vertical-align: middle;
}
.zs-case-list li .text {
    padding: 70px 30px 20px;
}
.zs-case-list li .text h3 {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    font-size: 20px;
}
.zs-case-list li .text h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: auto;
    line-height: 1.5;
}
.zs-case-list li .text .tags {
    margin-top: 20px;
}
.zs-case-list li .text .tags a {
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
    padding: 3px 8px;
}
.zs-case-list li .text .tags a:nth-of-type(1) {
    background: #e3f6fc;
    color: #00c5f1;
}
.zs-case-list li .text .tags a:nth-of-type(2) {
    background: #fff1f0;
    color: #ff9900;
}
.zs-case-list li .text .tags a:nth-of-type(3) {
    background: #e1fce1;
    color: #73af2e;
}
.zs-case-list li .text .tags a:hover{
    background: #e4362d;
    color: #FFFFFF;
}
.zs-case-box{
    padding: 80px 0 20px 0;
}
.zs-case-box.bg{
    padding-bottom: 80px;
    background-color: #FFFFFF;
}
.zs-case-detbanner {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.zs-case-detbanner .zs-wp {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 65px;
    flex-direction: column;
    justify-content: center;
}
.zs-case-detbanner .pic{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.zs-case-detbanner .img {
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    background: #fff;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    box-shadow: 0 4px 10px #ddd;
}
.zs-case-detbanner .img img {
    width: auto;
    max-width: 90%;
    vertical-align: middle;
}
.zs-case-detbanner .title {
    display: flex;
    justify-content: flex-start;
    padding-left: 25px;
    line-height: 1;
    flex-direction: column;
    align-content: flex-start;
}
.zs-case-detbanner .title strong{
    display: block;
    font-size: 40px;
    font-weight: 700;
}
.zs-case-detbanner .desc{
    display: block;
    margin-left: 30px;
    font-size: 20px;
    padding-top: 20px;
}
.article-det{
  width: 100%;
  background:#fff;
  padding:60px 50px 50px 50px;
  border-radius: 10px;
  position: relative;
  z-index: 10px;
  margin-top: -60px;
}
.article-det .head{
  text-align: center;
  border-bottom:1px solid #eaeaea;
  padding:16px 0;
}
.article-det .head .t1{
  font-size:36px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 20px;
}
.article-det .head .tags{
  color:#999;
  line-height: 2.6;
}
.art_cnt{
  padding:50px 60px;
  color:#666;
  font-size:18px;
  line-height: 2;
}
.art_cnt img{
  display: block;
  max-width:100%;
  margin:0 auto;
}
.art_ot{
  border-top:1px solid #eaeaea;
  position: relative;
  padding:20px 0;
}
.art_ot li{
  font-size:16px;
  line-height: 38px;
  color:#999;
}
.art_ot .backa{
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius:3px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top:-21px;
  font-size:16px;
  color:#FFF;
  background-color: #e4362d;
}
.art_ot .backa:hover{
  opacity: 0.8;
}
.toptag{
  display: block;
  width: auto;
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
  border-radius:6px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  color: #e4362d !important;
  margin-top:-21px;
  font-size:16px;
  border: 1px solid #e4362d;
}
.toptag:hover{
  color: #FFFFFF !important;
  background-color: #e4362d;
}
.toplink{
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
}
.toplink a{
    color: #DDDDDD;
}
.toplink a i{
    font-size: 16px;
    margin-left: 6px;
}
.toplink a:hover{
    color: #e4362d;
}
.ser-title{
    display: block;
    width: 100%;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 35px;
    text-align: center;
    border-bottom: 1px solid #EAEAEA;
}
.ser-title2{
    display: block;
    font-size: 20px;
    height: 20px;
    line-height: 18px;
    font-weight: bold;
    padding-left: 16px;
    color: #207cff;
    margin-bottom: 15px;
    border-left: 5px solid #FF9900;
}
.content .ard-body{
  padding-top: 30px;
}
.content .ard-body p{
  margin-bottom: 35px;
}
.det-tagbox {
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
    flex-direction: column;
}
.det-tagbox .tag-title{
    display: block;
    width: 75px;
    line-height: 28px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.det-tag{
    display: flex;
    width: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}
.det-tag a{
    color: #666;
    line-height: 28px;
    border-radius: 28px;
    padding: 0 13px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    background-color: #f7f7f7;
}
.det-tag.solut a{
    background-color: #EAEAEA;
}
.det-tag a:hover{
    background-color: #dc0a00;
    color: #FFFFFF;
}
.topcase-list {
    display: block;
    width: 100%;
    position: relative;
    list-style: none;
    overflow: hidden;
    padding-bottom: 45px;
    z-index: 1;
}
.topcase-list .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom: -5px;
    text-align: center;
}
.topcase-list .swiper-pagination-bullet{
    background: #E0E0E0;
    width:10px;
    height:10px;
    border-radius:50%;
    opacity:0.7;
    border:none;
    margin: 0 8px !important;
}
.topcase-list .swiper-pagination-bullet-active{
    background: #dc0a00;
    opacity: 1;
    border:none;
}
.topcase-list .swiper-button-prev{
    left: 10px;
    margin-top: -80px;
}
.topcase-list .swiper-button-next{
    right: 10px;
    margin-top: -80px;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){



}

/*Mobile v1*/
@media only screen and (max-width:767px){
    .zs-banner-case {
        height: 200px;
    }
    .zs-banner-case .zs-wp {
        display: none;
        padding-top: 250px;
    }
    .zs-filter {
        height: auto;
        padding: 20px 0;
    }
    .zs-filter .zs-wp {
        padding: 20px 20px;
        border-radius: 5px;
        background-color: #FFFFFF;
    }
    .zs-filter .fl-item {
        display: flex;
        height: auto;
        align-items: flex-start;
        align-content: flex-start;
        padding: 5px 0;
        flex-direction: column;
    }
    .zs-filter .fl-item label {
        font-size: 15px;
        line-height: 32px;
        width: auto;
        margin-right: 0;
        font-weight: bold;
        padding-right: 10px;
        margin-bottom: 10px;
        text-align-last: justify;
        position: relative;
    }
    .zs-filter .fl-item label:before {
        display: none;
    }
    .zs-filter .fl-item .fli-link {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .zs-filter .fl-item .fli-link a {
        display: flex;
        align-items: center;
        line-height: 22px;
        height: auto;
        width: auto;
        padding: 0 10px;
        font-size: 13px;
        border-radius: 5px;
        margin: 0 5px 8px 0;
        color: #808080;
    }
    .zs-filter .fl-item .fli-link a.cur, .zs-filter .fl-item .fli-link a:hover {
        height: 26px;
        color: #FFFFFF;
        line-height: 26px;
        background-color: #e4362d;
    }
    .zs-case-list {
    padding-bottom: 0;
    margin-bottom: -20px;
}
    .zs-case-list li {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 8px;
        margin-right: 0;
    }
    .zs-case-list li .pic .img_box {
        height: 215px;
    }
    .zs-case-list li .pic .img_box img {
        height: 215px;
    }
    .zs-case-list li .text h3 {
        padding-bottom: 20px;
        font-size: 18px;
    }
    .zs-case-list li .text {
        padding: 70px 20px 20px;
    }
    .zs-case-detbanner {
        width: 100%;
        height: 350px;
    }
    .zs-case-detbanner .pic {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
.zs-case-detbanner .title {
    padding-left: 0;
    margin-top: 15px;
}
    .zs-case-detbanner .img {
        text-align: center;
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin-left: 0;
    }
    .zs-case-detbanner .title strong {
        display: block;
        font-size: 26px;
        font-weight: 700;
    }
    .zs-case-detbanner .desc {
        margin-left: 0;
        font-size: 16px;
        padding-top: 20px;
        text-align: center;
    }
    .article-det {
        width: 100%;
        padding: 20px 20px 20px 20px;
        z-index: 10;
    }
.article-det .head .t1 {
    font-size: 22px;
    line-height: 1.35;
    padding-bottom: 10px;
    padding-top: 20px;
}
.toptag {
    display: block;
    min-width: 120px;
    height: 28px;
    line-height: 28px;
    border-radius: 6px;
    text-align: center;
    position: absolute;
    transform: translateX(50%);
    white-space: nowrap;
    right: 50%;
    top: 15px;
    color: #e4362d !important;
    margin-top: -21px;
    font-size: 13px;
    border: 1px solid #e4362d;
}
    .art_cnt {
        padding: 10px 0;
        color: #666;
        font-size: 16px;
        line-height: 1.8;
    }
    .art_ot .backa {
        right: 0;
        top: 50%;
        margin-top: 20px;
        font-size: 16px;
        position: relative;
    }
    .zs-case-box {
        padding: 30px 0 20px 0;
    }
.art_ot li {
    font-size: 14px;
    line-height: 38px;
    color: #999;
}
.zs-case-box.bg {
    padding-bottom: 35px;
}
.det-tagbox {
    display: flex;
    flex-direction: column;
}
.det-tagbox .tag-title {
    width: 100%;
    margin-bottom: 10px;
}
.det-tag a {
    width: 46%;
    text-align: center;
}
.zs-case-list li .pic .img {
    display: none;
}
.zs-case-list li {
    position: relative;
}
.zs-case-list li .text {
    padding: 10px 0 10px;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.zs-case-list li .text h3 {
    width: 100%;
    padding: 8px 15px;
    font-size: 16px;
    border: none;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.zs-case-list li .text h3 a {
    color: #FFF;
}
.zs-case-list li .text .tags {
    margin-top: 5px;
    padding: 0 15px;
}
}