@import "index.css";
@import "solution.css";
.zs-join-banner{
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.joinbanner-img {
    width: 100%;
    overflow: hidden;
}
.joinbanner-img img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}
.joinbanner-cont {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.joinbanner-cont .title {
    color: #222;
    font-size: 42px;
    line-height: 1.1;
}
.joinbanner-cont .text {
    color: #555;
    line-height: 1.4;
    margin-top: 12px;
    max-width: 920px;
    font-size: 16px; 
}
.joinbanner-cont .btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 22px;
}
.joinbanner-cont .btn a {
    width: 156px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 15px;
    position: relative;
    background-color: #e4362d;
    box-shadow: 0 4px 12px 0 rgba(85, 98, 151, 0.16);
    overflow: hidden;
    transition: all .4s ease;
}
.joinbanner-cont .btn a:hover{
    opacity: 0.8;
}
.zs-join-advantage {
    padding: 100px 0 100px 0;
    height: auto;
    background: linear-gradient(to bottom, #fff, #f0f1f8);
    background: url('../img/planjjBg.png') no-repeat left bottom/100% auto;
}
.zs-join-advantage .zs-wp {
    position: relative;
    z-index: 4;
}
.teamhb-list {
    width: 100%;
}
.teamhb-list ul {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0 0 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.teamhb-list li {
    width: 21%;
    margin: 0 2% 30px 2%;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    transition: all .4s ease;
}
.teamhb-list li:hover {
    transform: translateY(-5px);
}
.teamhb-list li .icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all .4s ease;
}
.teamhb-list li .icon img {
    max-width: 100%;
    max-height: 100%;
}
.teamhb-list li .title {
    color: #333;
    line-height: 1.1;
    margin-top: 22px;
    font-size: 22px;
}
.teamhb-list li .text {
    color: #808080;
    margin-top: 12px;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
}
.teamhb-list li:hover .icon {
    transform: translateY(-4px);
}
.zs-join-teamjh {
    padding: 100px 0 100px 0;
    background: linear-gradient(to bottom, #fff, #f8f8fa);
}
.teamjh-list {
    width: 100%;
    margin-top: 38px;
}
.teamjh-list ul {
    display: flex;
    margin-left: -20px;
    flex-wrap: nowrap;
}
.teamjh-list li {
    display: flex;
    width: 350px;
    height: 356px;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 12px 12px 17px 2px rgba(85, 98, 151, .11);
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 3px;
    transition: box-shadow .4s ease;
    padding: 40px 10px;
}
.teamjh-list li.active {
    width: calc(100% - 350px*3 - 20px*4);
}
.teamjh-list li::before,
.teamjh-list li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 3px;
    border: 2px solid #fff;
    transition: all .4s ease;
}
.teamjh-list li::before {
    background: linear-gradient(135deg, #f5f4f9, #fff);
}
.teamjh-list li::after {
    background: linear-gradient(0deg, #e4362d, #c5170e);
    opacity: 0;
}
.teamjh-list li * {
    position: relative;
    z-index: 4;
}
.teamjh-img {
    width: 260px;
    text-align: center;
    margin: 0 auto;
}
.teamjh-img .title {
    line-height: 1.1;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    transition: all .4s ease;
}
.lm1, .lmm1 {
    white-space: nowrap;
    display: block;
    -webkit-box-orient: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}
.teamjh-img .image {
    width: 100%;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.teamjh-img .image img {
    max-width: 100%;
    max-height: 100%;
}
.teamjh-img .link {
    width: 100%;
    display: flex;
    justify-content: center;
    transition: all .4s ease;
}
.teamjh-img .link span {
    font-size: 15px;
    line-height: 25px;
    color: #e4362d;
    padding-right: 16px;
    background: url('../img/icon-arrRH.svg') no-repeat right -2px top 4px/18px auto;
}
.teamjh-cont {
    width: calc(100% - 260px);
    display: none;
    color: #fff;
    padding: 14px 20px 0 30px;
}
.teamjh-cont .title {
    line-height: 1.1;
    font-size: 22px;
    font-weight: 700;
}
.teamjh-cont .text {
    margin: 18px 0 36px;
    hyphens: auto;
    font-size: 15px;
    line-height: 24px;
    height: 120px;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    text-align: justify;
    text-justify: inter-word;
}
.teamjh-cont .link {
    width: 100%;
}
.teamjh-cont .link a {
    display: flex;
    align-items: center;
    width: 156px;
    height: 46px;
    color: #FFF;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    justify-content: center;
    transition: all .4s ease;
}
.teamjh-cont .link a:hover {
    background: #fff;
    color: #6341ee;
}
.teamjh-list li.active {
    box-shadow: 12px 12px 21px 0 rgba(99, 65, 238, .29);
}
.teamjh-list li.active .teamjh-img .title,
.teamjh-list li.active .teamjh-img .link {
    opacity: 0;
}
.teamjh-list li.active .teamjh-cont {
    display: block;
}
.teamjh-list li.active::before {
    opacity: 0;
}
.teamjh-list li.active::after {
    opacity: 1;
}
.teamjh-cont .title,
.teamjh-cont .text,
.teamjh-cont .link {
    opacity: 0;
}
.teamjh-cont .title {
    animation: teamjhRun .8s ease both .3s;
}
.teamjh-cont .text {
    animation: teamjhRun .8s ease both .4s;
}
.teamjh-cont .link {
    animation: teamjhRun .8s ease both .5s;
}
.company-culture-list{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top: 45px;}
.company-culture-list li{width:calc(20% - 20px);background-color:rgba(255,255,255,0.6);box-shadow:0px 11px 54px 0px rgba(19,28,114,0.2);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2% 10px;transition:box-shadow 0.3s,transform 0.3s;text-align:center;}
.company-culture-list li p{font-size:20px;color:#e11727;margin-top:10px;}
.company-culture-list li span{font-size:15px;color:#333333;}
.company-culture-list li:hover{box-shadow:0px 10px 50px 0px rgba(19,28,114,0.3);transform:scale(1.03);}
@keyframes teamjhRun {
    0% {
        opacity: 0;
        transform: translateY(16px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.zs-join-teamfl {
    padding: 100px 0;
    background: #161b24 url(../img/team3Bg.jpg) no-repeat center top;
    background-size: cover;
}
.teamjh-link {
    width: 100%;
    margin-top: 32px;
}
.teamjh-link a {
    margin: 0 auto;
    width: 156px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #e4362d;
    font-size: 15px;
    color: #fff;
    transition: all .4s ease;
}
.teamjh-link a:hover{
    opacity: 0.8;
}
.zs-join-teamfl .teamhb-list li{
    margin-bottom: 60px;
}
.zs-join-teamfl .teamhb-list li .icon {
    width: 56px;
    height: 56px;
}
.zs-join-teamfl .teamhb-list li .title {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
}
.zs-join-teamfl .teamhb-list li .text {
    color: #9ca0a6;
    margin-top: 22px;
    text-align:left;
    font-size: 15px;
    line-height: 25px;
}
.zs-join-planal {
    background: #fff;
    padding: 80px 0;
}
.planal-loop {
    width: 100%;
}
.planal-loop .swiper-container {
    padding: 20px 0 40px;
}
.planal-list {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.planal-list a {
    width: 16.6666%;
    padding: 10px;
}
.planal-list a .image {
    padding: 16px;
    box-shadow: 3px 8px 10px 0 rgba(85, 98, 151, .14);
    transition: all .4s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 124px;
    border-radius: 5px;
    border: 2px solid #fff;
    background: linear-gradient(to bottom, #f8f8f9, #fff);
}
.planal-list a .image img {
    max-width: 100%;
    max-height: 100%;
    transition: all .4s ease;
}
.planal-list a:hover .image {
    box-shadow: 3px 8px 10px 0 rgba(85, 98, 151, .18);
}
.planal-list a:hover .image img {
    transform: translateY(-4px);
}
.planal-loop .swiper-pagination {
    bottom: 0;
}
.planal-loop .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background: #dfdfdf;
    opacity: 1;
    margin: 0 0 0 20px !important;
}
.planal-loop .swiper-pagination-bullet-active {
    background: #6341ee;
}
.planal-loop .swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}
.zs-join-solution{
    padding: 100px 0;
    background-color: #fff3f2;
    position: relative;
}
.home_card_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home_card_wrap .card_box {
    height: 277px;
    width: calc(20% - 20px);
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.front-card {
    background-color: rgba(255, 255, 255, 1);
    padding-top: 38px;
    transform: scale(1);
    opacity: 1;
    transition: all 0.8s ease;
    z-index: 1;
}
.home_card_wrap .back-card {
    background-color: #e4362d;
    color: #fff;
    padding: 29px 9px;
    background-image: url(../img/img_sel_bolang2.png);
    background-repeat: no-repeat;
    background-size: 37px;
    background-position: calc(100% - 26px) top;
    transform: scale(0);
    opacity: 0;
    transition: all .5s ease;
    z-index: -1;
}
.home_card_wrap .front-card,
.home_card_wrap .back-card {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
}
.home_card_wrap .front-card .industry_name {
    color: rgba(44, 46, 48, 100);
    font-size: 20px;
    text-align: center;
    margin: 24px 0 15px;
    font-weight: 500;
}
.home_card_wrap .front-card .industry_short_info {
    color: #a5a5a5;
    font-size: 15px;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    font-weight: normal;
}
.home_card_wrap .industry_name {
    line-height: 22px;
    font-size: 22px;
    margin: 0 0 16px;
    font-weight: bold;
}
.home_card_wrap .describes {
    line-height: 18px;
    color: rgba(255, 255, 255, 100);
    font-size: 13px;
    text-align: left;
    margin: 0 0 17px;
    padding: 0 5px 0 20px;
}
.home_card_wrap .describe {
    margin-bottom: 15px;
}
.home_card_wrap .more_link {
    color: #e4362d;
    font-size: 13px;
    display: block;
    width: 106px;
    margin: 27px auto 0;
    text-align: center;
    line-height: 27px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
}
.card_box:hover .front-card {
    transform: scale(0.8);
    opacity: 0;
    z-index: -1;
}
.card_box:hover .back-card {
    opacity: 1;
    z-index: 1;
    transform: scale(1);
}
.home_card_wrap .front-card .front_icon {
    width: 60px;
    height: 60px;
    background-size: 350px auto;
    margin: 0 auto;
    background-image: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/home-imgs1.png);
}
.zz .front-card .front_icon {
    background-position: 275px -230px;
}
.gk .front-card .front_icon {
    background-position: -10px -230px;
}
.dq .front-card .front_icon {
    background-position: 560px -230px;
}
.rh .front-card .front_icon {
    background-position: 495px -230px;
}
.yl .front-card .front_icon {
    background-position: 80px -230px;
}
.xd .front-card .front_icon {
    background-position: -10px -295px;
}
.gy .front-card .front_icon {
    background-position: 275px -295px;
}
.xf .front-card .front_icon {
    background-position: 210px -295px;
}
.qc .front-card .front_icon {
    background-position: 145px -295px;
}
.ch .front-card .front_icon {
    background-position: 430px -295px;
}
.home_commen_btn span {
    display: block;
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    width: 189px;
    line-height: 48px;
    border-radius: 5px;
    background-color: #e4362d;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
}
.home_commen_btn:hover span{
    opacity: 0.8;
}
.zs-join-training {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    overflow: hidden;
    zoom: 1;
    background-color: #f0F0F0;
}
.zs-join-training .card12 {
    display: flex;
    border-radius: 12px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zs-join-training .p12 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 53px;
    color: #231A02;
}
.zs-join-training .content6_bottom_submit {
    margin-top: 47px;
}
.zs-join-training .title12 {
    font-size: 36.32px; 
    margin: 69.608px auto 27.24px auto;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #262A47;
}
.zs-join-training .title12 span {
    background: linear-gradient(0deg, #040506 32%, #835517 85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.zs-join-training ul {
    display: flex;
    justify-content: space-between;
    justify-content: center;
}
.zs-join-training ul li {
    width: calc(20% - 20px);  
    height: 340px;  
    font-size: 18px;
    position: relative;
    transition: all .5s;
    background-size: cover !important;
    border-radius: 8px;
    overflow: hidden;

}
.zs-join-training ul li p{
    margin: 0;
}
.zs-join-training ul li:hover {
    transition: all .5s;
    transform: translate3d(0px, 20.176px, 0px);
}
.zs-join-training ul li:hover .liContent {
    transform: translate3d(0px, 0, 0px);
}
.zs-join-training ul li:hover .liContent3 {
    opacity: 1 !important;
}
.zs-join-training ul li:nth-of-type(1) {
    background: url('../img/liContent1.png') no-repeat center center;
}
.zs-join-training ul li:nth-of-type(2) {
    background: url('../img/liContent2.png') no-repeat center center;
}
.zs-join-training ul li:nth-of-type(3) {
    background: url('../img/liContent3.jpg') no-repeat center center;
}
.zs-join-training ul li:nth-of-type(4) {
    background: url('../img/liContent3.png') no-repeat center center;
}
.zs-join-training ul li:nth-of-type(5) {
    background: url('../img/liContent3.png') no-repeat center center;
}
.zs-join-training ul li .liContent {
    position: absolute;
    margin: 115.008px 0 0 32px;
    transform: translate3d(0px, 81.6px, 0px); 
    transition: all .3s;
}
.zs-join-training ul li .liContent .liContent1 {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'TGBF' !important;
}
.zs-join-training ul li .liContent .liContent1 .liContent1Del {
    width: 16.144px;  
    height: 3.024px;
    display: inline-block;
    background: #FFFFFF;
}
.zs-join-training ul li .liContent .liContent2 {
    font-size: .28;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 9.6px;  
    margin-top: 8.072px;
}
.zs-join-training ul li .liContent .liContent3 {
    font-size: 13.2px;  
    padding-right: 32px;
    color: #FFFFFF;
    line-height: 1.5;
    opacity: 0;
    transition: all .3s;
}
.zs-join-case{
    padding: 80px 0;
    background-color: #FFFFFF;
}
.zs-join-case .card-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-join-case .card-wrap li {
    width: 23.875%;
    margin: 0 1.5% 30px 0; 
height: 242.4px;  
border-radius: 10px;
  transition: transform 0.8s ease 0s;
  position: relative;
}
.zs-join-case .card-wrap li:nth-child(4n) {
    margin-right: 0;
}
.zs-join-case .card-wrap li:hover {
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  transform: translate(0px, -5px);
}
.zs-join-case .card-wrap li:hover .card-pic {
  transform: scale(1.2);
}
.zs-join-case .card-wrap li .card-pic-wrap {
width: 100%;  
height: 242.4px;  
border-radius: 8px;
  overflow: hidden;
}
.zs-join-case .card-wrap li .card-pic-wrap a {
width: 100%;  
height: 242.4px;  
border-radius: 8px;
  display: inline-block;
}
.zs-join-case .card-wrap li .card-pic-wrap a::after {
  background: rgb(0, 0, 0,0.3);
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  top: 0;
}
.zs-join-case .card-wrap li .card-pic {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0.8s ease 0s;
  transform: scale(1);
}
.zs-join-case .card-wrap li .text-wrap {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #FFFFFF;
}
.zs-join-case .card-wrap li .text-wrap::after {
    width: 30.04px;  
    height: 4px;
  background: #5085FB;
  border-radius: 2px;
  content: '';
  display: block;
margin: 13px auto 0 auto;
  transition: all 0.5s;
  opacity: 1;
}
.zs-join-case .card-wrap li .text-wrap h1 {
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.1) 0 0 6px;
}
.zs-join-case .card-wrap li .text-wrap .bottom {
width: 250px;  
height: 20px;  
margin-top: 17px;
}

.zs-join-case .card-wrap li .text-wrap .bottom span {
  display: block;
  height: 100%;
  font-weight: 400;
  color: rgb(255, 255, 255);
font-size: 14px;  
line-height: 20px;  
text-shadow: rgba(0, 0, 0, 0.1) 0 0 6px;
}
.zs-join-rights{
  display: block;
    padding: 80px 0 80px 0;
    background: #f8eff0 url(../img/bg-news.png) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}
.zs-join-rights .con {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-join-rights .con .item {
    background-color: #fff;
    border-radius: 6px;
    height: 260px;
    width: 30.87894736842105vw;
    transition: all ease-out 0.35s
}
.zs-join-rights .con .item:not(:nth-child(3n)) {
    margin-bottom: 24px;
    margin-right: 24px;
}
.zs-join-rights .con .item:hover{
    transition: all ease-out 0.35s;
    box-shadow: 0 8px 15px 0 rgba(228, 54, 45, 0.29);
}
.zs-join-rights .con .box {
    padding: 30px;
    position: relative;
}
.zs-join-rights .con .pic {
    height: 72px;
    width: 72px;
}
.zs-join-rights .con .title {
    color: #000000;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    position: absolute;
    left: 110px;
    top: 50px;
}
.zs-join-rights .con .desc {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #7f7f7f;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%;
    word-break: break-all;
    padding-top: 12px;
}
.zs-join-why{
    padding: 80px 0 100px 0;
}
.zs-join-why ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-join-why ul li{position:relative;padding:30px 44px 44px 30px;box-shadow:0 4px 20px 0 rgba(19,55,123,0.08);background:#fff;width:47.00526315789474vw;float:left;height:230px;margin-top: 60px;}
.zs-join-why ul li .left{width:120px;height:140px;float:left;margin-right:40px}
.zs-join-why ul li .left img{width:100%;height:auto}
.zs-join-why ul li .right{width:calc(100% - 180px);float:left}
.zs-join-why ul li .right h6{font-size:20px;margin-top:0;margin-bottom:16px;color:#292C33;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.zs-join-why ul li .right p{font-size:16px;line-height:28px;color:#7B7F8D;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis}
.zs-join-why ul li .yinhao{position:absolute;right:20px;top:-20px;width:40px;height:auto}
.zs-join-why ul li:last-child{float:right}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
    .zs-join-banner {
        height: 300px;
    }
.joinbanner-img img {
    height: 300px;
}
    .joinbanner-cont .title {
        font-size: 22px;
        line-height: 1.3;
    }
    .joinbanner-cont .text {
        line-height: 1.6;
        margin-top: 12px;
        max-width: 100%;
        font-size: 15px;
    }
    .joinbanner-cont .btn {
        margin-top: 18px;
    }
    .joinbanner-cont .btn a {
        width: 126px;
        height: 38px;
        font-size: 15px;
    }
    .zs-join-teamjh {
        padding: 30px 0 30px 0;
    }
    .teamjh-list {
        margin-top: 8px;
    }
  .teamjh-list ul {
    display: flex;
    margin-left: 0;
    flex-wrap: nowrap;
    flex-direction: column;
  }
    .teamjh-list li {
        display: flex;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-bottom: 20px;
        box-shadow: 0px 5px 12px 2px rgba(85, 98, 151, .11);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
.teamjh-cont .text {
    margin: 18px 0 36px;
    height: auto;
}
    .teamjh-list li.active {
        width: 100%;
    }
    .teamjh-cont {
        width: 100%;
        padding: 14px 20px 0 20px;
    }
    .teamjh-cont .link a {
        width: 136px;
        height: 38px;
        font-size: 15px;
    }
    .company-culture-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 35px;
        flex-direction: row;
    }
    .company-culture-list li {
        width: 100%;
        box-shadow: 0px 8px 10px 0px rgba(19,28,114,0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 15px;
        text-align: center;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .zs-join-solution {
        padding: 30px 0;
    }
    .home_card_wrap .card_box {
        height: 228px;
        width: calc(50% - 6px);
        text-align: center;
        margin-bottom: 12px;
        position: relative;
    }
    .front-card {
        padding-top: 18px;
        transform: scale(1);
    }
    .home_card_wrap .front-card .industry_name {
        font-size: 18px;
        margin: 14px 0 15px;
    }
    .home_card_wrap .front-card .industry_short_info {
    font-size: 14px;
    max-width: 80%;
}
    .home_commen_btn span {
        font-size: 15px;
        line-height: 38px;
        text-align: center;
        margin: 10px auto;
    }
    .zs-join-teamfl {
        padding: 35px 0;
    }
    .teamhb-list li {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 20px;
    }
    .zs-join-teamfl .teamhb-list li {
        margin-bottom: 20px;
    }
    .teamjh-link {
        margin-top: 12px;
    }
    .teamjh-link a {
        width: 156px;
        height: 38px;
        font-size: 15px;
    }
    .zs-join-why {
        padding: 30px 0 45px 0;
    }
    .zs-join-why ul li {
        position: relative;
        padding: 30px 24px 34px 20px;
        width: 100%;
        float: left;
        height: 190px;
        margin-top: 45px;
    }
    .zs-join-why ul li .left {
        width: 100px;
        height: 140px;
        float: left;
        margin-right: 20px;
    }
    .zs-join-why ul li .right {
        width: calc(100% - 130px);
        float: left;
    }
    .zs-join-why ul li .right h6 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 8px;
    }
    .zs-join-why ul li .right p {
        font-size: 14px;
        line-height: 1.5;
    }
    .zs-join-planal {
        padding: 30px 0;
    }
    .planal-loop .swiper-container {
        padding: 0 0 20px;
    }
    .planal-list a {
        width: 50%;
        padding: 8px 8px;
    }
    .planal-list a .image {
        height: 80px;
    }

}