* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 针对PC端 */
@media screen and (min-width: 1024px) {
  /* 轮播图 */
  /* 关于我们 */
  .we-title {
    margin-top: 95px;
    height: 460px;
    width: 100%;
    /* background-color: skyblue; */
    padding: 107px 40px 0;
    box-sizing: border-box;
    position: relative;
  }

  .we-titleBackgroundimage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .we-title-content {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .we-title-content-title {
    font-weight: 500;
    font-size: 42px;
    color: #ffffff;
    margin: 0 30px;
  }

  .we-whippletree {
    background-color: #fff;
    height: 3px;
    width: 80px;
  }

  .we-title-content-subtitle {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #cccccc;
    text-align: center;
    margin-top: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .synopsis {
    /*height: 628px;*/
    background-color: #fefefe;
    width: 100%;
    padding-top: 94px;
    display: flex;
    justify-content: center;
    margin-bottom: 95px;
  }

  .synopsis-title {
    width: 100%;
    font-weight: 500;
    font-size: 42px;
    color: #333333;
  }

  .synopsis-title-E {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
  }

  .synopsis-whippletree {
    width: 40px;
    height: 3px;
    background-color: #294175;
    margin-top: 17px;
  }

  .synopsis—box {
    width: 100%;
    margin-top: 46px;
    display: flex;
  }

  .synopsis-box-text {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .synopsis-box-num {
    display: flex;
    justify-content: space-between;
  }

  .synopsis-box-num-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .synopsisnumtitle {
    font-size: 18px;
    color: #999999;
  }

  .synopsisnum {
    font-weight: 500;
    font-size: 48px;
    color: #203e7f;
  }

  .synopsis-box-right {
    width: 30%;
    height: 297px;
    margin-left: 74px;
  }
  .synopsis-box-right video {
    width: 100%;
    height: 100%;
  }


  .industry {
    width: 100%;
    height: 821px;
    background-color: #f5f5f5;
  }

  .industryTitle {
    width: 100%;
    text-align: center;
  }

  .industryItem {
    display: flex;
    justify-content: center;
  }

  .industrysublevel {
    width: 280px;
    height: 360px;
    background-color: #fff;
  }

  .industry_button {
    width: 250px;
    height: 64px;
    margin: 0 auto;
  }

  .industry {
    display: flex;
  }

  .demandindustry {
    height: 865px;
    background-color: #fff;
  }

  .demandindustry_row {
    display: flex;
    justify-content: center;
  }

  .demandindustry_list {
    width: 580px;
    height: 320px;
  }

  .content-about {
    width: 100%;
    padding: 0 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
.content_about_left{
  width:68%;
}
  /* 企业文化 */
  .culture {
    height: 660px;
    width: 100%;
    position: relative;
   
    box-sizing: border-box;
    /* background-color: #F5F5F5; */
    /* position: relative; */
  }

  .culture-backgroundimage {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }

  .culture-title {
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 42px;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }

  .culture-title-E {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    opacity: 0.3;
    width: 100%;
    text-align: center;
  }

  .culture-whippletree {
    width: 40px;
    height: 3px;
    background: #ffffff;
    margin: 12px auto 29px;
  }

  .culture-text {
    margin: 0 auto;
    width: 936px;
    font-weight: 400;
    font-size: 16px;
    color: #cccccc;
    line-height: 24px;
    opacity: 0.7;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .culture-box {
    display: flex;
    justify-content: center;
    margin-top: 65px;
    margin-bottom: 70px;
  }

  .culture-box-item {
    width: 360px;
    height: 235px;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.2);
    margin-right: 20px;
  }

  .culture-box-item_icon {
    width: 65px;
    height: 70px;
    display: block;
    margin: 40px auto 25px;
  }

  .culture-box-item-title {
    font-weight: 500;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .culture-box-item-text {
    font-weight: 400;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* 荣誉认证 */
  .honor {
    padding: 94px 20% 0;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .honnor_left {
    width:49%;
  }

  .honnor_left_title {
    font-weight: 400;
    font-size: 40px;
    color: #333333;
  }

  .honnor_left_title-E {
    font-weight: 400;
    font-size: 20px;
    color: #999999;
  }

  .honnor_whippletree {
    width: 40px;
    height: 3px;
    background-color: #2d4374;
    margin-bottom: 14px;
    margin-top: 4px;
  }

  .honnor_left_text {
    width: 100%;
    /*height: 303px;*/
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
  }

  .honnor_right {
    width: 49%;
    overflow: hidden;
    height: 500px;
  }
  .swiper {
    width: 100%;
    overflow: hidden !important;
  }
  .swiper-slide {
    width: 100%;
    height: 450px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper_img {
    width: 100%;
    /*height: 100%;*/
  }
  .swiper-3d .swiper-slide-shadow-right{
    background-image: unset !important;
  }
  .swiper-3d .swiper-slide-shadow-left{
    background-image: unset !important;
  }
}

/* 针对移动端 */
@media screen and (max-width: 1023px) {
  .content-about {
    margin-top: 15px;
    padding: 0 20px;
  }
  /* 轮播图 */
  .banner {
    width: 100%;
    margin-top: 25px;
    height: 150px;
    position: relative;
  }

  .banner-item {
    width: 100%;
    height: 100%;
    display: none;
  }

  .banner-item img {
    width: 100%;
    height: 100%;
  }

  .Previous {
    position: absolute;
    top: 50%;
    left: 0;
  }

  .Previous img {
    width: 22px;
    height: 22px;
  }

  .Next {
    position: absolute;
    top: 50%;
    right: 0;
  }

  .Next img {
    width: 44px;
    height: 44px;
  }

  /* 关于我们 */
  .we-title {
    padding: 0 40px;
    height: 150px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .we-titleBackgroundimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .we-title-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .we-title-content-title {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    margin: 0 10px;
  }

  .we-whippletree {
    background-color: #fff;
    height: 1px;
    width: 20px;
  }

  .we-title-content-subtitle {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    color: #fff;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* 公司简介 */
  .synopsis {
    background-color: #fefefe;
    width: 100%;
  }
  .synopsis .content {
    margin-top: 20px;
  }

  .synopsis-title {
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    text-align: center;
  }

  .synopsis-title-E {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 10px;
    color: #999999;
    text-align: center;
  }

  .synopsis-whippletree {
    width: 20px;
    height: 1.5px;
    background-color: #294175;
    margin: 0 auto;
    margin-top: 9.5px;
  }

  .synopsis—box {
    width: 100%;
    margin-top: 23px;
    /* display: flex; */
  }

  .synopsis-box-text {
    width: 100%;
    font-weight: 400;
    font-size: 8px;
    color: #999999;
    line-height: 18px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .synopsis-box-num {
    display: flex;
    justify-content: space-around;
  }

  .synopsis-box-num-item {
    text-align: center;
  }

  .synopsisnumtitle {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 9px;
    color: #999999;
    line-height: 18px;
  }

  .synopsisnum {
    font-weight: 500;
    font-size: 14px;
    color: #203e7f;
  }

  .synopsis-box-right {
    flex: 1;
    height: 148px;
    background-color: #000;
    margin: 20px auto;
  }

  .industry {
    width: 100%;
    height: 410px;
    background-color: #f5f5f5;
  }

  .industryTitle {
    width: 100%;
    text-align: center;
  }

  .industryItem {
    display: flex;
    justify-content: center;
  }

  .industrysublevel {
    width: 140px;
    height: 180px;
    background-color: #fff;
  }

  .industry_button {
    width: 125px;
    height: 32px;
    margin: 0 auto;
  }

  .industry {
    display: flex;
  }

  .demandindustry {
    height: 430px;
    background-color: #fff;
  }

  .demandindustry_row {
    display: flex;
    justify-content: center;
  }

  .demandindustry_list {
    width: 290px;
    height: 160px;
  }

  .content {
    margin: 0 10%;
  }

  /* 企业文化 */
  .culture {
    width: 100%;
    position: relative;
    padding: 20px 0 10px;
    box-sizing: border-box;
  }

  .culture-backgroundimage {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }

  .culture-title {
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    text-align: center;
  }

  .culture-title-E {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    opacity: 0.3;
    width: 100%;
    text-align: center;
  }

  .culture-whippletree {
    width: 20px;
    height: 1.5px;
    background: #ffffff;
    margin: 6px auto 14.5px;
  }

  .culture-text {
    margin: 0 auto;
    width: 80%;
    font-weight: 400;
    font-size: 8px;
    color: #cccccc;
    line-height: 12px;
    opacity: 0.7;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .culture-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
  }

  .culture-box-item {
    width: 31%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .culture-box-item_icon {
    width: 40px;
    height: 45px;
    display: block;
  }

  .culture-box-item-title {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin: 16px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .culture-box-item-text {
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    opacity: 0.6;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }

  /* 荣誉认证 */
  .honor {
    padding: 47px 10% 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    /* display: flex; */
  }

  .honnor_left {
    width: 100%;
  }

  .honnor_left_title {
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: center;
  }

  .honnor_left_title-E {
    margin-top: 8px;
    margin-bottom: 9px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: 10px;
    color: #999999;
    text-align: center;
  }

  .honnor_whippletree {
    width: 20px;
    height: 1.5px;
    background-color: #2d4374;
    margin: 0 auto;
  }

  .honnor_left_text {
    font-weight: 400;
    font-size: 8px;
    color: #999999;
    line-height: 18px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .honnor_right {
    width: 100%;
    overflow: hidden;
    height: 200px;
    margin-top: 20px;
  }
  .swiper {
    width: 100%;
    overflow: hidden !important;
  }
  .swiper-slide {
    width: 100%;
    height: 200px !important;
    /*background-color: pink;*/
  }
  .swiper_img {
    width: 100%;
    height: 100%;
  }
  video {
    width: 100%;
    height: 100%;
  }
}
