.cli-link {
  transition: none;
}
.hide-box {
  transition: none !important;
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .hr-mail {
    padding-left: 75px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .warp {
    width: 100%;
  }
  .banner {
    width: 100%;
    height: 175px;
    background: #f5f5f5 url("../img/zb-about-mbanner.jpg") no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 109px;
    z-index: 0;
  }
  .banner .b-content {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
  }
  .banner .b-content .bc-title {
    font-size: 2.4rem;
  }
  .banner .b-content .bc-txt {
    font-size: 1.2rem;
  }
  .channel {
    width: 100%;
    padding: 6px 16px 0;
  }
  .channel .c-list {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .channel .c-list .cl-item {
    width: 25%;
    padding: 4px 4px;
    border-radius: 3px;
    float: left;
  }
  .channel .c-list .cl-item .cli-img {
    width: 100%;
    height: 50px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  .channel .c-list .cl-item .cli-img img {
    width: 100%;
    height: 100%;
  }
  .channel .c-list .cl-item .cli-img .cli-link {
    width: 100%;
    height: 50px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 50px;
    font-size: 1.3rem;
  }
  .channel .c-list .cl-item .cli-img .cli-link:hover {
    background: rgba(37, 157, 246, 0.9);
    color: #fff;
    font-size: 1.3rem;
  }
  .department .department-container {
    display: none;
  }
  .department .dc-title {
    font-size: 1.8rem;
    color: #232528;
    text-align: center;
    padding-top: 30px;
  }
  .department .choose {
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
    display: block;
  }
  .department .choose .c-btnOuter {
    float: left;
    width: 50%;
    height: 45px;
    font-size: 1.3rem;
    text-align: center;
    padding: 10px 0 0 0;
  }
  .department .choose .c-btnOuter .c-btnInner {
    width: 100%;
    height: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
  }
  .department .choose .c-btnOuter .c-btnInner .icon-outer {
    display: table;
    margin: 0 auto;
  }
  .department .choose .c-btnOuter .c-btnInner .icon-outer .cb-icon {
    display: block;
    float: left;
  }
  .department .choose .c-btnOuter .c-btnInner .icon-outer .cb-icon1 {
    width: 16px;
    height: 16px;
    background: url("../img/zb-join-all.png") no-repeat center;
    background-size: 100%;
    margin-top: 8px;
  }
  .department .choose .c-btnOuter .c-btnInner .icon-outer .cb-icon2 {
    width: 13px;
    height: 15px;
    background: url("../img/zb-join-locaition.png") no-repeat center;
    background-size: 100%;
    margin-top: 9px;
  }
  .department .choose .c-btnOuter .c-btnInner .icon-outer .cb-text {
    padding-left: 10px;
    float: left;
  }
  .department .choose .c-left {
    padding-right: 10px;
  }
  .department .choose .c-right {
    padding-left: 10px;
  }
  .city {
    display: none;
  }
  .job {
    width: 100%;
    padding: 10px 20px 0;
  }
  .job .job-content {
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
  }
  .job .job-content .jcc-title {
    width: 100%;
    height: 45px;
    display: table;
  }
  .job .job-content .jcc-title .jcct-item {
    display: table-cell;
    height: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 1.3rem;
  }
  .job .job-content .jcc-title .jcct-hide {
    display: none;
  }
  .job .job-content .jcc-lsit {
    width: 100%;
    height: 45px;
    font-size: 1.4rem;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .job .job-content .jcc-lsit .top-box {
    width: 100%;
    height: 45px;
    position: relative;
  }
  .job .job-content .jcc-lsit .top-box .jcct-item {
    width: 33.333%;
    display: block;
    float: left;
    text-align: center;
    font-size: 1.3rem;
  }
  .job .job-content .jcc-lsit .top-box .jcct-item1 {
    text-align: left;
    padding-left: 10px;
  }
  .job .job-content .jcc-lsit .top-box .jcct-hide {
    display: none;
  }
  .job .job-content .jcc-lsit .top-box .read-more {
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    position: absolute;
    right: -20px;
    top: 16px;
    border-radius: 3px;
    transform: rotate(0);
    transition: all 0.5s ease-out;
  }
  .job .job-content .jcc-lsit .top-box .read-more::after {
    content: '';
    width: 0;
    height: 0;
    background: transparent;
    border: 6px solid #259df6;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    position: absolute;
    right: 5px;
    top: 2px;
  }
  .job .job-content .jcc-lsit .hide-box {
    width: 100%;
    border-top: 1px solid #ecf2f5;
    padding: 10px 20px 20px;
    position: relative;
    opacity: 0;
    transform-origin: 50% 0;
    transform: scaley(0);
  }
  .job .job-content .jcc-lsit .hide-box .hb-txt {
    line-height: 28px;
  }
  .job .job-content .jcc-lsit .hide-box .hb-name {
    padding-top: 30px;
  }
  .job .job-content .jcc-lsit .hide-box .hr-txt {
    line-height: 20px;
  }
  .job .job-content .jcc-lsit .hide-box .hb-btn {
    width: 100px;
    height: 40px;
    border-radius: 3px;
    display: block;
    border: 1px solid #259df6;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0;
    background: #259df6;
    color: #fff;
    border: none;
  }
  .turn-pages {
    display: none;
  }
  .job-show {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }
  .job-show .ms-content {
    width: 66.666%;
    height: 100%;
    background: #e9eaea;
    padding: 20px 30px 0;
    transform: translatex(-100%);
    opacity: 0;
    visibility: hidden;
    position: fixed;
  }
  .job-show .ms-content .msc-list .ml-item {
    padding: 10px 0;
    cursor: pointer;
  }
  .job-show .ms-content .msc-list .ml-item:hover {
    color: #259df6;
  }
  .job-show .ms-content-show {
    visibility: visible;
    opacity: 1;
    transform: translatex(0);
  }
  .mobile-showing {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .warp {
    width: 100%;
  }
  .banner {
    width: 100%;
    height: 480px;
    background: #f5f5f5 url("../img/zb-about-banner.jpg") no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 334px;
    z-index: 0;
  }
  .banner .b-content {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
  }
  .banner .b-content .bc-title {
    font-size: 3.6rem;
  }
  .channel {
    width: 100%;
    padding: 36px 16px 0;
  }
  .channel .c-list {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .channel .c-list .cl-item {
    width: 25%;
    padding: 4px 4px;
    border-radius: 3px;
    float: left;
  }
  .channel .c-list .cl-item .cli-img {
    width: 100%;
    height: 90px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  .channel .c-list .cl-item .cli-img img {
    width: 100%;
  }
  .channel .c-list .cl-item .cli-img .cli-link {
    width: 100%;
    height: 90px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 90px;
  }
  .channel .c-list .cl-item .cli-img .cli-link:hover {
    background: rgba(37, 157, 246, 0.9);
    color: #fff;
    font-size: 2.2rem;
  }
  .department {
    width: 100%;
    padding-top: 80px;
  }
  .department .department-content {
    width: 100%;
    padding: 0 20px;
  }
  .department .department-content .dc-title {
    text-align: center;
    padding-bottom: 55px;
  }
  .department .department-content .department-container {
    width: 100%;
  }
  .department .department-content .department-container .d-list {
    width: 100%;
    overflow: hidden;
  }
  .department .department-content .department-container .d-list .dl-item {
    padding: 10px 5px;
    float: left;
  }
  .department .department-content .department-container .d-list .dl-item .dli-inner {
    padding: 0 18px;
    height: 40px;
    border: 1px solid #666;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  .department .department-content .department-container .d-list .dl-item .dli-inner:hover {
    border: 1px solid #259df6;
    color: #259df6;
  }
  .department .department-content .department-container .d-list .dl-name {
    padding-right: 15px;
    line-height: 40px;
    padding-left: 0 !important;
  }
  .city {
    width: 100%;
    padding-top: 20px;
  }
  .city .city-content {
    width: 100%;
    padding: 0 20px;
  }
  .city .city-content .cc-list {
    width: 100%;
    overflow: hidden;
  }
  .city .city-content .cc-list .ccl-item {
    padding: 14px 8px;
    float: left;
  }
  .city .city-content .cc-list .ccl-item .ccli-inner {
    width: 100%;
    position: relative;
    cursor: pointer;
  }
  .city .city-content .cc-list .ccl-item .ccli-inner .ccli-position {
    padding-right: 3px;
    color: #ecf2f5;
  }
  .city .city-content .cc-list .ccl-item .ccli-inner:hover,
  .city .city-content .cc-list .ccl-item .ccli-inner:hover .ccli-position {
    color: #259df6;
  }
  .city .city-content .cc-list .ccl-name {
    padding-right: 0;
    padding-left: 0 !important;
  }
  .job {
    width: 100%;
    padding: 30px 20px 0;
  }
  .job .job-content {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #666;
    border-bottom: none;
  }
  .job .job-content .jcc-item {
    width: 100%;
    height: 50px;
    padding: 0 80px;
    border-bottom: 1px solid #666;
  }
  .job .job-content .jcc-item .jcct-item {
    width: 20%;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 50px;
  }
  .job .job-content .jcc-item .jcct-item1 {
    text-align: left;
  }
  .job .job-content .jcc-lsit {
    min-height: 50px;
    font-size: 1.4rem;
  }
  .job .job-content .jcc-lsit .top-box {
    width: 100%;
    height: 49px;
    position: relative;
  }
  .job .job-content .jcc-lsit .top-box .read-more {
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    position: absolute;
    right: -20px;
    top: 16px;
    border-radius: 3px;
    transform: rotate(0);
    transition: all 0.5s ease-out;
  }
  .job .job-content .jcc-lsit .top-box .read-more::after {
    content: '';
    width: 0;
    height: 0;
    background: transparent;
    border: 6px solid #259df6;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    position: absolute;
    right: 5px;
    top: 2px;
  }
  .job .job-content .jcc-lsit .hide-box {
    width: 100%;
    border-top: 1px solid #ecf2f5;
    padding: 30px 0 40px;
    position: relative;
    opacity: 0;
    transform-origin: 50% 0;
    transform: scaley(0);
  }
  .job .job-content .jcc-lsit .hide-box .hb-txt {
    line-height: 28px;
  }
  .job .job-content .jcc-lsit .hide-box .hb-name {
    padding-top: 30px;
  }
  .job .job-content .jcc-lsit .hide-box .hr-txt {
    padding-top: 40px;
  }
  .job .job-content .jcc-lsit .hide-box .hr-txt .hr-phone {
    padding-right: 10px;
  }
  .job .job-content .jcc-lsit .hide-box .hb-btn {
    width: 100px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #259df6;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 20px;
  }
  .job .job-content .jcc-lsit .hide-box .hb-btn:hover {
    background: #259df6;
    color: #fff;
    border: none;
  }
}
@media (min-width: 1200px) {
  .warp {
    width: 100%;
  }
  .banner {
    width: 100%;
    height: 480px;
    background: #f5f5f5 url("../img/zb-about-banner.jpg") no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding-top: 334px;
    z-index: 0;
  }
  .banner .b-content {
    width: 1120px;
    margin: 0 auto;
    text-align: left;
  }
  .banner .b-content .bc-title {
    font-size: 3.6rem;
  }
  .channel {
    width: 100%;
    padding-top: 40px;
  }
  .channel .c-list {
    width: 1176px;
    margin: 0 auto;
    overflow: hidden;
  }
  .channel .c-list .cl-item {
    width: 168px;
    height: 90px;
    padding: 0 4px;
    border-radius: 3px;
    float: left;
  }
  .channel .c-list .cl-item .cli-img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  .channel .c-list .cl-item .cli-img img {
    width: 100%;
  }
  .channel .c-list .cl-item .cli-img .cli-link {
    width: 100%;
    height: 90px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 90px;
  }
  .channel .c-list .cl-item .cli-img .cli-link:hover {
    background: rgba(37, 157, 246, 0.9);
    color: #fff;
    font-size: 2.2rem;
  }
  .department {
    width: 100%;
    padding-top: 80px;
  }
  .department .department-content {
    width: 1200px;
    margin: 0 auto;
  }
  .department .department-content .dc-title {
    text-align: center;
    padding-bottom: 55px;
  }
  .department .department-content .department-container {
    width: 100%;
  }
  .department .department-content .department-container .d-list {
    width: 100%;
    overflow: hidden;
  }
  .department .department-content .department-container .d-list .dl-item {
    padding: 0 5px;
    float: left;
  }
  .department .department-content .department-container .d-list .dl-item .dli-inner {
    padding: 0 18px;
    height: 40px;
    border: 1px solid #666;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  .department .department-content .department-container .d-list .dl-item .dli-inner:hover {
    border: 1px solid #259df6;
    color: #259df6;
  }
  .department .department-content .department-container .d-list .dl-name {
    height: 40px;
    padding-right: 15px;
    padding-left: 0 !important;
    line-height: 40px;
  }
  .city {
    width: 100%;
    padding-top: 30px;
  }
  .city .city-content {
    width: 1200px;
    margin: 0 auto;
  }
  .city .city-content .cc-list {
    width: 100%;
    overflow: hidden;
  }
  .city .city-content .cc-list .ccl-item {
    padding: 14px 12.5px;
    float: left;
  }
  .city .city-content .cc-list .ccl-item .ccli-inner {
    width: 100%;
    position: relative;
    cursor: pointer;
  }
  .city .city-content .cc-list .ccl-item .ccli-inner .ccli-position {
    padding-right: 3px;
    color: #ecf2f5;
  }
  .city .city-content .cc-list .ccl-item .ccli-inner:hover,
  .city .city-content .cc-list .ccl-item .ccli-inner:hover .ccli-position {
    color: #259df6;
  }
  .city .city-content .cc-list .ccl-name {
    padding-right: 0;
    padding-left: 0 !important;
  }
  .job {
    width: 100%;
    padding-top: 30px;
  }
  .job .job-content {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #666;
    border-bottom: none;
  }
  .job .job-content .jcc-item {
    width: 100%;
    height: 50px;
    padding: 0 80px;
    border-bottom: 1px solid #666;
  }
  .job .job-content .jcc-item .jcct-item {
    width: 20%;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 50px;
  }
  .job .job-content .jcc-item .jcct-item1 {
    text-align: left;
  }
  .job .job-content .jcc-lsit {
    min-height: 50px;
  }
  .job .job-content .jcc-lsit .top-box {
    width: 100%;
    height: 49px;
    position: relative;
  }
  .job .job-content .jcc-lsit .top-box .read-more {
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    position: absolute;
    right: -20px;
    top: 16px;
    border-radius: 3px;
    transform: rotate(0);
  }
  .job .job-content .jcc-lsit .top-box .read-more::after {
    content: '';
    width: 0;
    height: 0;
    background: transparent;
    border: 6px solid #259df6;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    position: absolute;
    right: 5px;
    top: 2px;
  }
  .job .job-content .jcc-lsit .hide-box {
    width: 100%;
    border-top: 1px solid #ecf2f5;
    padding: 30px 0 40px;
    position: relative;
    opacity: 0;
    transform-origin: 50% 0;
    transform: scaley(0);
    transition: all 0.3s ease-out;
  }
  .job .job-content .jcc-lsit .hide-box .hb-txt {
    padding-top: 10px;
  }
  .job .job-content .jcc-lsit .hide-box .hb-name {
    padding-top: 30px;
  }
  .job .job-content .jcc-lsit .hide-box .hr-txt {
    padding-top: 40px;
  }
  .job .job-content .jcc-lsit .hide-box .hr-txt .hr-phone {
    padding-right: 10px;
  }
  .job .job-content .jcc-lsit .hide-box .hb-btn {
    width: 100px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #259df6;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 40px;
  }
  .job .job-content .jcc-lsit .hide-box .hb-btn:hover {
    background: #259df6;
    color: #fff;
    border: none;
  }
}
.data-content {
  display: none;
}
.jcc-lsit-click {
  height: auto !important;
}
.hide-box-show {
  opacity: 1 !important;
  transform: scaley(1) !important;
  transition: all 0.3s ease-out !important;
}
.read-more-click {
  border: 1px solid #259df6 !important;
  transform: rotate(-90deg) !important;
  transition: all 0.5s ease-out !important;
}
.dli-inner-click {
  border: 1px solid #259df6 !important;
  color: #259df6;
}
.ccli-inner-click {
  color: #259df6 !important;
}
.tpcl-inner-click {
  background: #259df6 !important;
  color: #fff !important;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  border: none !important;
}
.load-more {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  color: #259df6;
  background: #ecf2f5;
  cursor: pointer;
  display: none;
}
.choose {
  display: none;
}
.job-show {
  opacity: 0;
  visibility: hidden;
  display: none;
}
