/*banner*/
.banner {
  overflow: hidden;
  width: 100%;
  background: #eee;
  min-height: 250px;
}
.banner .swiper-wrapper .swiper-slide {
  font-size: 0.12rem;
  height: 300px;
}
.banner .swiper-wrapper .swiper-slide .bannerText {
  width: 100%;
  height: 100%;
  padding: 40px 0 0 20%;
  box-sizing: border-box;
  background-position: 80% center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: scale-down;
}
.banner .swiper-wrapper .swiper-slide .bannerText .bannerTitle {
  color: white;
  font-size: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 25px;
  font-weight: normal;
}
.banner .swiper-wrapper .swiper-slide .bannerText p {
  width: 500px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 20px;
}
.banner .swiper-wrapper .swiper-slide .bannerText .bannerBtn {
  background-color: #0085c9 !important;
  border-color: #0085c9 !important;
  height: 30px;
  width: 100px;
  line-height: 28px;
  font-size: 14px;
  padding: 0;
  margin: 20px 0;
}

/* 关于我们 */
.flex_padding {
  padding: 30px 0;
  display: flex;
}
.about-menu-title {
  width: 100%;
  height: 50px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: white;
  font-weight: bold;
  background-color: #10589e;
}
.about-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-menu > li > a {
  display: inline-block;
  width: calc(100% - 3px);
  line-height: 50px;
  font-size: 20px;
  color: #999999;
  background-color: #f2f6f5;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
  border-left: 3px solid #f2f6f5;
}
.avtivTbs {
  color: #10589e !important;
  background-color: white !important;
  border-color: #10589e !important;
}


.company-item{ display: flex; justify-content: center; align-items: center; margin: 10px 0;}
.company-item>img{ border: 1px solid #eee;}
/* 公司简介 */
.company_left ul {
  list-style: none;
  width: 100%;
}
.company_left ul li {
  width: 100%;
  height: 160px;
  margin-bottom: 15px;
  /* border: 1px solid red; */
}
.company_left ul li img {
  width: 100%;
  height: 100%;
}
.company_rigth_title h3 {
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 5px;
}
.company_rigth_title > .company_rigth_title_p {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: rgba(112, 48, 160);
  border-bottom: 1px solid rgba(68, 114, 196);
}
.company_rigth_title .company_rigth_title_p::before {
  position: absolute;
  left: 15px;
  top: 111px;
  display: table;
  line-height: 0;
  content: "";
  width: 100px;
  height: 3px;
  background-color: #0085c9;
}
.company_rigth_title .company_rigth_title_div {
  text-indent: 2em;
  font-size: 16px;
  margin-bottom: 10px;
}
.company_rigth_bottom {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.company_rigth_bottom p {
  font-size: 13px;
  color: #9f9c96;
  display: flex;
  justify-content: space-between;
}
.company_rigth_bottom_left {
  margin-right: 35px;
}
.company_rigth_bottom_rigth {
  width: 70px;
  height: 70px;
}
.company_rigth_bottom_rigth img {
  width: 100%;
  /* height: 100%; */
}

/* 相关报道 */
.about_enployee_list {
  width: 100%;
  margin-top: 28px;
}
.about_enployee_list thead tr {
  line-height: 50px;
  background-color: #f4f4f4;
  color: #7d7b7a;
}
.about_enployee_list thead tr th {
  text-align: left;
  text-indent: 22px;
  font-size: 18px;
  font-weight: 400;
}
.about_enployee_list tbody tr td {
  height: 60px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 16px;
  color: #494645;
  text-align: left;
  text-indent: 22px;
}
.about_enployee_list tbody tr td a {
  font-size: 16px;
  color: #494645;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-indent: 0px;
  height: 21px;
  line-height: 22px;
  max-width: 460px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_enployee_list tbody tr td a:hover {
  color: #cc0001;
}

/* 战略合作 */
.ul_list_img {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.ul_list_img li {
  width: 200px;
  /* height: 30px; */
  /* border: 1px solid red; */
}
.ul_list_img_two {
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.ul_list_img_two li {
  width: 200px;
  margin-right: 100px;
  /* height: 30px; */
  /* border: 1px solid red; */
}

/* 人员招聘 */
.about_list_div {
  width: 100%;
}
.table {
  border-collapse: collapse;
  width: 100%;
}

/* 相关报道详情 */
.module_Box {
  width: 100%;
  text-align: center;
  display: none;
}
.about-goBack {
  transform: scale(0.05);
  position: absolute;
  left: -262px;
  top: -110px;
  cursor: pointer;
}
.rreport-content {
  margin-top: 50px;
}
.rreport-content .ac-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #efeff0;
  margin-bottom: 60px;
}

/*模块标题*/
.module {
  padding-top: 40px;
  box-sizing: border-box;
}
.module_center {
  width: 1200px;
  margin: 0 auto;
}
.module .title {
  text-align: center;
}
.module .title h3 {
  font-size: 28px;
  line-height: 28px;
  color: #494645;
  font-weight: 600;
  margin-bottom: 15px;
}
.module .title span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: #9f9c96;
}

@media (max-width: 780px) {
  /*banner*/
  .banner .swiper-wrapper .swiper-slide {
    height: 250px;
  }
  .banner .swiper-wrapper .swiper-slide .bannerText {
    background-position: 60% center;
    padding: 40px 0 0 10%;
  }
  .banner .swiper-wrapper .swiper-slide .bannerText .bannerTitle {
    font-size: 20px !important;
  }
  .banner .swiper-wrapper .swiper-slide .bannerText .bannerDesc {
    width: 70%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  /*模块标题*/
  .module .title h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  /* 关于我们 */
  .left_caidan {
    display: none;
  }
  .module_center {
    width: 100%;
  }
  .about_enployee_list tbody tr td a {
    font-size: 16px;
    color: #494645;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-indent: 0px;
    height: 21px;
    line-height: 22px;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .about-content-title h1 {
    font-size: 17px;
  }
  /* 右边内容 */
  .rigth_cont {
    width: 100%;
  }
  /* 相关报道详情 */
  .module_Box {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .about_enployee_list thead tr th {
    text-align: left;
    text-indent: inherit;
    font-size: 17px;
    font-weight: 400;
  }
  .about_enployee_list tbody tr td {
    height: 60px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    color: #494645;
    text-align: left;
    text-indent: inherit;
  }
  .about-goBack {
    transform: scale(0.05);
    position: absolute;
    left: -270px;
    top: -193px;
    cursor: pointer;
  }
  .ac-title h3 {
    font-size: 25px;
  }
  /* 公司介绍 */
  .company_rigth_title .company_rigth_title_p::before {
    display: none;
  }
}
