.zs-case-banner{
    display: block;
    width: 100%;
    height: 320px;
    background: url(../img/img-case-banner.png) no-repeat center;
}
.zs-case-banner .title{
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    color: #fff;
    padding-top: 100px;
}
.zs-case-banner .desc{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.zs-job-toptitle{
    height: 200px;
    margin: 60px auto 0 auto;
    padding-bottom: 0px;
    text-align: center;
}
.zs-job-toptitle .title{
    font-size: 36px;
    font-weight: normal;
}
.zs-job-toptitle .desc{
    font-size: 18px;
    color: #777;
    line-height: 30px;
    margin: 20px 0 35px;
}
.zs-job-box{
    height: auto;
    margin: 0 auto;
    padding-bottom: 80px;
}
.zs-job-nav{
    display: block;
    width: 100%;
}
.zs-job-nav ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-job-nav li{
    width: 241.5px;
    height: 52px;
    background-color: #f3f3f3;
    margin-right: 10px;
    line-height: 52px;
    text-align: center;
    color: #777;
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
}
.zs-job-nav li:nth-child(6n) {
    margin-right: 0;
}
.zs-job-nav li.on{
    color: #fff;
    background: -webkit-linear-gradient(left, #57cbb0 , #368dc8);
    background: -o-linear-gradient(right, #57cbb0 , #368dc8);
    background: -moz-linear-gradient(right, #57cbb0 , #368dc8);
    background: linear-gradient(to right, #57cbb0 , #368dc8);
}
.zs-job-con {
    height: auto;
    margin-left: 0;
    margin-top: 50px;
}
.zs-job-con strong {
    display: block;
    line-height: 28px;
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: normal;
}
.zs-job-con p {
    color: #777777;
    margin: 0 0;
    font-size: 18px;
    line-height: 30px;
}
.zs-job-title {
    display: block;
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
}
.zs-job-title h2 {
    font-size: 22px;
    color: #008cd6;
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    font-weight: normal;
}
.zs-job-title h2 span {
    position: absolute;
    right: 0px;
    color: #999;
    font-size: 14px;
    top: 5px;
    background: url(../img/icon-time.png) no-repeat left center;
    padding-left: 20px;
}
.zs-job-title h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 160px;
    height: 2px;
    background: #008cd6;
}
.zs-job-btn{
    display: block;
    width: 168px;
    height: 48px;
    background-color: #27a6ee;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #FFFFFF;
}
.zs-job-btn:hover{
    opacity: 0.8;
}
.zs-job-btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.zs-job-wp{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-case-banner{
    height: 200px;
    background: url(../img/img-case-banner.png) no-repeat center center;
    background-size: cover;
}
.zs-case-banner .zs-wp {
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
.zs-case-banner .title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 30px;
    padding-top: 0;
    width: 100%;
}
.zs-case-banner .desc {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    width: 100%;
}
.zs-job-box {
    height: auto;
    margin: 0 auto;
    padding-bottom: 45px;
}
.zs-job-toptitle {
    height: auto;
    margin: 30px auto 20px auto;
    padding-bottom: 0px;
    text-align: center;
}
.zs-job-toptitle .title {
    font-size: 22px;
}
.zs-job-toptitle .desc {
    font-size: 15px;
    color: #777;
    line-height: 1.8;
    margin: 10px 0 10px;
}
.zs-job-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zs-job-nav li {
    width: 49%;
    height: 45px;
    background-color: #f3f3f3;
    margin-right: 0;
    line-height: 45px;
    text-align: center;
    color: #777;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
.zs-job .zs-wp{
    width: 100%;
}
.zs-job-con {
    height: auto;
    margin-left: 0;
    margin-top: 30px;
}
.zs-job-title {
    display: block;
    width: 100%;
    height: 70px;
    margin-bottom: 0px;
}
.zs-job-title h2 {
    font-size: 18px;
    color: #008cd6;
    margin-bottom: 10px;
}
.zs-job-con strong {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 12px;
}
.zs-job-con p {
    color: #777777;
    margin: 0 0;
    font-size: 13px;
    line-height: 1.8;
}

}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.zs-case-banner{
     height: 16.666667vw;
     background: url(../img/img-case-banner.png) no-repeat center;
     background-size: cover;
}
 .zs-case-banner .title{
     margin: 0 0 1.041667vw;
     font-size: 2.5vw;
     font-weight: 400;
     line-height: 3.125vw;
     padding-top: 5.208333vw;
}
 .zs-case-banner .desc{
     font-size: 1.25vw;
     line-height: 1.5625vw;
}
 .zs-job-toptitle{
     height: 10.416667vw;
     margin: 3.125vw auto 0 auto;
}
 .zs-job-toptitle .title{
     font-size: 1.875vw;
}
 .zs-job-toptitle .desc{
     font-size: 0.9375vw;
     line-height: 1.5625vw;
     margin: 1.041667vw 0 1.822917vw;
}
 .zs-job-box{
     padding-bottom: 4.166667vw;
}
 .zs-job-nav li{
     width: 12.552083vw;
     height: 2.708333vw;
     margin-right: 0.520833vw;
     line-height: 2.708333vw;
     font-size: 0.9375vw;
     margin-bottom: 0.520833vw;
}
 .zs-job-con {
     margin-top: 2.604167vw;
}
 .zs-job-con strong {
     line-height: 1.458333vw;
     font-size: 1.458333vw;
     margin-bottom: 0.625vw;
}
 .zs-job-con p {
     font-size: 0.9375vw;
     line-height: 1.5625vw;
}
 .zs-job-title {
     height: 3.645833vw;
     margin-bottom: 1.041667vw;
}
 .zs-job-title h2 {
     font-size: 1.145833vw;
     margin-bottom: 1.302083vw;
     padding-bottom: 0.9375vw;
}
 .zs-job-title h2 span {
     font-size: 0.729167vw;
     top: 0.260417vw;
     background: url(../img/icon-time.png) no-repeat left center;
     padding-left: 1.041667vw;
}
 .zs-job-title h2:after {
     bottom: -0.052083vw;
     width: 8.333333vw;
     height: 0.104167vw;
}
 .zs-job-btn{
     width: 8.75vw;
     height: 2.5vw;
     line-height: 2.5vw;
     font-size: 0.9375vw;
}
 .zs-job-wp{
     margin-bottom: 1.5625vw;
}
 
}