* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  cursor: default;
}
/* 针对PC端 */
@media screen and (min-width: 1024px) {
  #tabContent3 {
    padding: 10px 19%;
    background-color: #fff;	
  }
  /* 行业解决方案 */
  .industryScheme {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
  }

  .industrySchemeTitle {
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .industrySchemeBody {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 15px 15px;
    box-sizing: border-box;
  }

  .industrySchemeRight {
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .industrySchemeLeft {
    width: 100%;
    height: 240px;
    background-color: #203e80;
  }
  .layoutitem {
    background-color: #f8f8f8;
    width: 32%;
    height: 117px;
    text-align: center;
    margin-bottom: 12px;
  }
  .layoutitemImg {
    width: 30px;
    height: 30px;
    margin-top: 27px;
    margin-bottom: 17px;
  }
  /* ---------------------- */
  .topimage {
    width: 100%;
    height: 460px;
    /* background-color: #3C4662; */
    padding: 40px 22.5rem;
    box-sizing: border-box;
    margin-top: 95px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .topimagebackgroundimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .topimage-title {
    font-weight: 500;
    font-size: 48px;
    color: #ffffff;
  }

  .topimage-text {
    width: 641px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .topimage-btn {
    align-self: baseline;
    padding: 0 40px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border: none;
    background: #ffb544;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    transition: all 0.5s;
  }
  .topimage-btn:hover {
    background-color: #fff;
    color: #ffb544;
  }

  /* tab */
  .tab {
    padding: 0 10%;
    box-sizing: border-box;
    height: 82px;
    line-height: 82px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(55, 40, 31, 0.1);
    display: flex;
    justify-content: space-around;
  }
  .tab_li {
    transition: all 1s;
  }
  .tab_li:hover {
    border-bottom: 3px solid #203d7f;
  }
  .tab_item_active {
    border-bottom: 3px solid #203d7f;
  }

  .layout {
    padding: 80px 10%;
    box-sizing: border-box;
    display: grid;
    /* grid-template-rows: repeat(2, 1fr); */
    grid-template-columns: repeat(3, 1fr);
  }

  .tab_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    height: 345px;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 -1px;
    box-shadow: 0px 10px 20px 0px rgba(55, 40, 31, 0.1);
  }
  .tab_item:hover {
    transform: scale(1.05);
    transition: all 0.5s;
  }

  .tab_item:first-child {
    margin-left: 0;
    border-left: none;
    border-top: none;
  }

  .tab_item:last-child {
    margin-right: 0;
    border-right: none;
    border-bottom: none;
  }

  .tab_item:nth-child(2) {
    border-top: none;
  }
  .tab_item:nth-child(3) {
    border-top: none;
    border-right: none;
  }
  .tab_item:nth-child(4) {
    border-left: none;
    border-bottom: none;
  }
  .tab_item:nth-child(5) {
    border-bottom: none;
  }

  .tab_item_img {
    width: 94px;
    height: 94px;
    display: block;
    margin: 0 auto;
  }

  .tab_item_title {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .tab_item_text {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding: 0 39px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  /* 客户案例 */
  .industryAccept {
    height: 820px;
    width: 100%;
    background-color: #f5f5f5;
  }

  .industryAcceptBox {
    display: flex;
    padding: 0 22.5rem;
    justify-content: space-between;
  }

  .industryAcceptitem {
    width: 100%;
    height: 450px;
    padding: 0 10px;
   /*background: #ffffff;
   box-shadow: 0px 10px 20px 0px rgba(20, 33, 60, 0.1);
    margin-right: -80px;*/
  }
  .industryAcceptitem:hover {
    transform: scale(1.05);
    transition: all 0.5s;
  }

  .industryAcceptitemImg {
    width: 100%;
    height: 450px;
    display: block;
    margin: 20px auto 20px;
    border-radius: 0%;
  }

  .industryAcceptitemText {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .industryAcceptBtn {
    align-self: baseline;
    padding: 0 60px;
    height: 64px;
    background: #ffb544;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
    margin: 96px auto 0;
    display: block;
    border: none;
  }
  .industryAcceptBtn:hover {
    background-color: #fff;
    color: #ffb544;
    transition: all 0.5s;
  }

  .industryAcceptTitle {
    width: 100%;
    height: 200px;
    text-align: center;
    line-height: 200px;
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    font-size: 42px;
    color: #333333;
  }

  /* 行业需求 */
  .industryDemand {
    padding-top: 90px;
    box-sizing: border-box;
  }

  .industryDemand_layout {
    padding: 0 10%;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .industryDemand_layout_item_img {
    width: 65px;
    height: 65px;
    margin-right: 17px;
  }

  .industryDemand_layout_item_box {
    display: flex;
    align-items: center;
  }

  .industryDemand_layout_item_title {
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
    line-height: 24px;
  }

  .industryDemand_layout_item_text {
    width: 501px;
    height: 88px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    margin-top: 17px;
  }

  .industryDemand_layout_item {
    height: 320px;
    background-color: pink;
    padding: 30px 0 0 41px;
    box-sizing: border-box;
  }
}

/* 针对移动端 */
@media screen and (max-width: 1023px) {
  #tabContent3 {
    padding: 20px;
    font-size: 12px !important;
  }
  .tab_li {
    font-size: 12px;
  }
  /* ---------------------- */
  .topimage {
    width: 100%;
    height: 200px;
    /* background-color: #3C4662; */
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .topimagebackgroundimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .topimage-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
  }

  .topimage-text {
    width: 100%;
    font-weight: 400;
    font-size: 7px;
    color: #ffffff;
    line-height: 22px;
    margin: 12px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .topimage-btn {
    align-self: baseline;
    padding: 0 40px;
    text-align: center;
    height: 16px;
    border: none;
    background: #ffb544;
    color: #fff;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 7px;
    line-height: 16px;
    border-radius: 4px;
  }

  /* tab */
  .tab {
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(55, 40, 31, 0.1);
    display: flex;
    justify-content: space-around;

    padding: 0px 15px;
    box-sizing: border-box;
    margin: 12px 0px;
  }

  .tab_item_active {
    border-bottom: 3px solid #203d7f;
  }

  .layout {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .tab_item {
    width: 50%;
    background-color: #fff;
    height: 260px;
    padding: 15px 15px;
    box-sizing: border-box;
    margin: 0 -1px;
  }
  .tab_item:nth-child(1) {
    border-top: none;
    border-left: none;
  }
  .tab_item:nth-child(2) {
    border-top: none;
  }
  .tab_item:nth-child(3) {
    border-left: none;
  }
  .tab_item:nth-child(5) {
    border-left: none;
    border-bottom: none;
  }
  .tab_item:nth-child(6) {
    border-bottom: none;
  }

  .tab_item_img {
    width: 88px;
    height: 88px;
    display: block;
    margin: 0 auto;
  }

  .tab_item_title {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tab_item_text {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: center;
  }

  /* 客户案例 */
  .industryAccept {
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
  }

  .industryAcceptBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 15px;
    box-sizing: border-box;
  }

  .industryAcceptitem {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 49%;
    height: 260px;
    padding: 20px;
  margin-bottom: 12px;
    background: #ffffff;
    box-shadow: 10px 10px 20px 0px rgba(20, 33, 60, 0.1); 
  }

  .industryAcceptitemImg {
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 50%;
  }

  .industryAcceptitemText {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .industryAcceptBtn {
    align-self: baseline;
    padding: 0 60px;
    height: 32px;
    background: #ffb544;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 12px;
    margin: 16px auto 16px;
    display: block;
    border: none;
  }

  .industryAcceptTitle {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
  }

  /* 行业需求 */
  .industryDemand {
    padding-top: 90px;
    box-sizing: border-box;
  }

  .industryDemand_layout {
    padding: 0 10%;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .industryDemand_layout_item_img {
    width: 65px;
    height: 65px;
    margin-right: 17px;
  }

  .industryDemand_layout_item_box {
    display: flex;
    align-items: center;
  }

  .industryDemand_layout_item_title {
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
  }

  .industryDemand_layout_item_text {
    width: 501px;
    height: 88px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    margin-top: 17px;
  }

  .industryDemand_layout_item {
    height: 320px;
    background-color: pink;
    padding: 30px 0 0 41px;
    box-sizing: border-box;
  }
}
