/*
 * @Description: 文化与责任css
 * @Version: 2.0
 * @Date: 2020-05-15 16:02:24
 * @LastEditors: *
 * @LastEditTime: 2020-06-29 10:59:11
 */

* {
  margin: 0px;
  padding: 0px;
  /* font-size: 15px; */
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  /* color: #666666; */
  text-decoration: none;
}

@font-face {
  font-family: MyFontName;
  src: url(../font/SourceHanSansCN-Normal.ttf);
}

@font-face {
  font-family: YouSheTitleName;
  src: url(../font/youshetitle.ttf);
}

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot") format("embedded-opentype"),
    url("../font/iconfont.woff2") format("woff2"),
    url("../font/iconfont.woff") format("woff"),
    url("../font/iconfont.ttf") format("truetype"),
    url("") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: MyFontName;
}

/* content */
.content {
  /* width: 1300px;
  margin: 0 auto; */
  margin-bottom: 60px;
  min-width: 1200px;
  /* margin-top: 79px; */
}

/* 新闻中心列表内容 */
.center-list {
  /* padding-top: 50px; */
  width: 100%;
  display: none;
  margin-top: 65px;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}

.pb {
  padding-bottom: 0;
  margin-bottom: -30px;
}

.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

/*企业文化*/
/* 企业文化-核心理念 */
.main-idea {
  height: 450px;
  width: 1400px;
  margin: 0 auto;
  background: #f9fafc;
  padding-top: 43px;
  overflow: hidden;
  padding-right: 45px;
}

.main-idea-icon {
  width: 700px;
  height: 476px;
  position: absolute;
}

.main-idea-icon img {
  width: 100%;
  height: 100%;
}

.main-idea-right {
  float: right;
  width: 40%;
  right: 30%;
  margin-top: 107px;
  overflow: hidden;
}

.idea-main-title {
  font-size: 36px;
  color: #223343;
  float: left;
}

.idea-main-subtitle {
  color: #eef0f2;
  font-size: 38px;
  margin-left: 20px;
  float: left;
  width: 100px;
}

.idea-main-clear {
  clear: both;
}

.idea-main-desc {
  margin-top: 30px;
  font-size: 18px;
  line-height: 38px;
  color: #666b75;
}

.idea-main-arrow {
  color: #666b75;
  margin-top: 28px;
  cursor: pointer;
}

.idea-main-arrow span {
  font-size: 30px;
}
/* 核心理念弹出页面样式 */
.idea-arrow-list {
  display: block;
  margin: 0 auto;
  width: 1400px;
  overflow: hidden;
  margin-top: 40px;
}
.care-main-text {
  width: 100%;
  margin: 0 auto;
  width: 1400px;
  /* text-align: center; */
  color: #666b75;
  font-size: 18px;
  line-height: 30px;
}
.idea-arrow-span {
  float: left;
  width: 100%;
  height: 450px;
  position: relative;
  margin-bottom: 50px;
  border-radius: 5px;
  cursor: default;
  overflow: hidden;
}
/* .idea-arrow-span img {
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
}
.idea-arrow-span img:hover {
  transform: scale(1.1);
} */
.idea-arrow-span:nth-child(2n) {
  float: right;
}
.idea-arrow-mantle {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 84, 167, 0.7);
}
.idea-arrow-span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idea-arrow-content {
  color: #ffffff;
  position: absolute;
  top: 50%;
  text-align: left;
  left: 50px;
  transform: translate(0, -50%);
  width: 25%;
}
.idea-arrow-content-two {
  color: #ffffff;
  position: absolute;
  top: 50%;
  text-align: left;
  right: 50px;
  transform: translate(0, -50%);
  /* width: 25%; */
}
.idea-arrow-header {
  font-size: 42px;
}
.subline-title {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}
.active-span-text {
  opacity: 1;
  visibility: visible;
  height: 40px;
}
.idea-arrow-body {
  /* overflow-y: auto; */
  padding-right: 50px;
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.idea-arrow-body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.idea-arrow-body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f9fafc;
}
.idea-arrow-body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.idea-arrow-title {
  margin-bottom: 10px;
}
.active-idea-arrow {
  height: 280px;
  opacity: 1;
  visibility: visible;
}
.clear-float {
  clear: both;
}
.return-main-idea {
  height: 40px;
  width: 120px;
  border: 1px solid #dddddd;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #666666;
  cursor: pointer;
}

/* 企业文化-领导关怀 */
.leaderShip-care {
  width: 1400px;
  margin: 0 auto;
  /* margin-top: 150px; */
}
.core-concept {
  margin-top: 60px;
}

.leaderShip-care-header {
  font-size: 42px;
  color: #223343;
  text-align: center;
}

.care-header-title {
  z-index: 1;
  position: relative;
}

.care-header-subtitle {
  font-size: 50px;
  color: #eef0f2;
  margin-top: -46px;
  z-index: -1;
}

.leaderShip-care-list {
  padding-bottom: 10px;
  /* margin-top: 50px; */
  overflow: hidden;
}

.care-list-span {
  display: none;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-top: 40px;
  transition: box-shadow 0.4s linear;
  -moz-transition: box-shadow 0.4s linear;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: box-shadow 0.4s linear;
  -o-transition: box-shadow 0.4s linear;
  cursor: pointer;
}

.care-list-span:nth-child(3n) {
  margin-right: 0%;
}
.care-list-span:hover {
  /* box-shadow: 0 8px 24px 0 rgba(187, 191, 196, .2); */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.list-span-icon img:hover {
  transform: scale(1.1);
}

.list-span-icon {
  border-radius: 3px;
  height: 320px;
  overflow: hidden;
}

.list-span-icon img {
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.list-span-text {
  overflow: hidden;
  height: 70px;
  color: #223343;
  margin-top: 20px;
  font-size: 18px;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leaderShip-care-more {
  color: #666b75;
  font-size: 18px;
  text-align: center;
  width: 311px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e8e8e8;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
}

/* 关怀查看大图 */
.care-body-check {
  position: fixed;
  width: 100vw;
  z-index: 9999;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.body-check-div {
  animation: care_show 0.2s ease-out both;
  -webkit-animation: care_show 0.2s ease-out both; /* Safari 和 Chrome */
  background: #ffffff;
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 10px;
  border-radius: 5px;
}

@keyframes care_show {
  from {
    margin-top: 1%;
  }
  to {
    margin-top: 3%;
  }
}

.care-check-close {
  color: #000000;
  text-align: right;
  margin-right: 25px;
}

.care-check-close span {
  color: #000000;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}

.care-check-img {
  width: 900px;
  height: 550px;
  margin: 0 auto;
  position: relative;
  top: 10px;
}
.care-check-img img {
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 5px;
  height: 100%;
}
.care-check-title {
  text-align: center;
  font-size: 18px;
  color: #000000;
  margin: 0 auto;
  width: 900px;
  margin-top: 20px;
}

/* 企业文化-发展历程 */
.development-history {
  width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
}

.course-header {
  overflow: hidden;
  margin-top: 50px;
}

.course-header-span {
  cursor: pointer;
  margin-right: 25px;
  width: 15.1%;
  background: #f5f6f8;
  line-height: 80px;
  color: #666b75;
  height: 80px;
  text-align: center;
  float: left;
  transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
}

.header-current-span {
  color: #ffffff;
  background: #0054a7;
}

.last-span {
  margin-right: 0px;
  float: right;
}

.header-span-date {
  font-size: 24px;
}

.header-span-content {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

/* 时间轴 */
.course-body-span {
  width: 100%;
  display: none;
}

.body-span-line {
  /* height: 1000px; */
  width: 90%;
  border-left: 1px solid #e8e8e8;
  margin-left: 10%;
  margin-top: 40px;
  padding-top: 38px;
}

.body-header-time {
  margin-left: -140px;
  float: left;
  font-size: 24px;
  height: 34px;
  color: #223343;
  margin-bottom: 40px;
}

.body-header-point {
  width: 18px;
  height: 18px;
  background: #0054a7;
  border-radius: 9px;
  float: left;
  margin-left: -10px;
  margin-top: 7px;
}

.body-header-title {
  color: #223343;
  font-size: 16px;
  margin-left: 38px;
  margin-top: 6px;
  /* overflow: hidden; */
  float: left;
}

.body-time-span {
  margin-bottom: 40px;
}

.body-span-time {
  font-size: 18px;
  color: #223343;
  margin-left: -65px;
  float: left;
  height: 34px;
  margin-bottom: 40px;
}

.body-span-point {
  width: 12px;
  height: 12px;
  background: #0054a7;
  border-radius: 9px;
  float: left;
  margin-left: -6px;
  margin-top: 6px;
}

.body-span-content {
  color: #223343;
  font-size: 16px;
  margin-left: 38px;
  margin-top: -20px;
  float: left;
  /* height: 300px; */
  background: #f5f6f8;
  width: 1221px;
  padding: 37px 40px 27px 39px;
}

.span-content-img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.span-content-img img {
  max-width: 100%;
  max-height: 100%;
}

/* 企业文化-功勋人物 */
.meritorious-figures {
  width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
}

.meritorious-figures-desc {
  line-height: 30px;
  font-size: 16px;
  color: #666b75;
  text-align: center;
}

.meritorious-figures-list {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
.figures-list-span {
  float: left;
  width: 16.4%;
  margin-right: 4px;
  position: relative;
}
.figures-list-span:nth-child(6n) {
  margin-right: 0px;
  float: right;
}
/* .figures-list-span:nth-child(2n) .figures-list-icon {
  position: absolute;
  margin-top: 70px;
} */
.figures-list-icon {
  cursor: pointer;
  height: 380px;
  width: 100%;
  overflow: hidden;
}
.figures-list-icon img {
  transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  /* width: 100%;
  height: 100%; */
  /* transform: scale(1.1); */
  overflow: hidden;
}
.figures-list-span:nth-child(1) img {
  margin-left: -26%;
}
.figures-list-span:nth-child(2) img {
  margin-left: -16%;
  width: 133%;
}
.figures-list-span:nth-child(3) img {
  width: 120%;
  height: 100%;
  margin-left: -10%;
}
.figures-list-span:nth-child(4) img {
  margin-left: -18%;
  width: 140%;
}
.figures-list-span:nth-child(5) img {
  height: 100%;
  width: 130%;
  margin-left: -15%;
}
.figures-list-span:nth-child(6) img {
  width: 155%;
  margin-left: -25%;
}
.figures-list-icon img:hover {
  transform: scale(1);
}
.figures-list-name {
  font-size: 20px;
  color: #223343;
  text-align: center;
  height: 70px;
  line-height: 70px;
  background: #f5f6f8;
}

.figures-list-text {
  display: none;
}

/* 功勋人物放大 */
.figures-body-check {
  position: fixed;
  width: 100vw;
  z-index: 999;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.figures-check-div {
  animation: figures_show 0.2s ease-out both;
  -webkit-animation: figures_show 0.2s ease-out both;
  width: 1000px;
  height: 600px;
  background: #ffffff;
  border-radius: 3px;
  position: relative;
  margin: 0 auto;
  margin-top: 10%;
  overflow: hidden;
}

@keyframes figures_show {
  from {
    margin-top: 3%;
  }

  to {
    margin-top: 7%;
  }
}

.figures-check-close {
  width: 100%;
  text-align: right;
  padding-right: 20px;
  padding-top: 10px;
}

.figures-check-close span {
  font-size: 20px;
  cursor: pointer;
}

.figures-check-img {
  border-radius: 3px;
  float: left;
  height: 500px;
  margin-left: 50px;
  width: 400px;
}

.figures-check-img img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

.figures-right {
  float: left;
  margin-left: 70px;
  width: 418px;
}

.figures-name {
  margin-top: 50px;
  color: #223343;
  font-size: 36px;
}

.figures-text {
  margin-top: 30px;
  font-size: 16px;
  color: #666b75;
  line-height: 30px;
}

/*九洲风采*/
.jzfc-container {
  width: 1400px;
  margin: 0 auto;
}

.jzfc-banner {
  width: 100%;
  margin-bottom: 75px;
}

.jzfc-banner-left {
  width: 700px !important;
  height: 434px !important;
  float: left;
  position: relative;
}

.jzfc-banner-left .banner-item {
  width: 700px !important;
  height: 434px !important;
  float: left;
  list-style: none;
}

.banner-item-img {
  display: block;
  width: 700px;
  height: 434px;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}

#b03 .dots {
  position: absolute;
  right: 20px;
  bottom: 0px;
}

#b03 .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: background 0.5s, opacity 0.5s;
  -moz-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.5s;
}

#b03 .dots li.active {
  background: #0070de;
  width: 10px;
  opacity: 1;
}

#b04 .dots {
  position: absolute;
  right: 20px;
  bottom: 0px;
}

#b04 .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border-radius: 0px;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: background 0.5s, opacity 0.5s;
  -moz-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.5s;
}

#b04 .dots li.active {
  background: #0070de;
  width: 10px;
  opacity: 1;
}

.jzfc-banner-right {
  width: 700px;
  height: 434px;
  float: left;
  background: #f9fafc;
  color: #666b75;
  font-size: 16px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 150px 60px 0px;
  position: relative;
}

.shzr-one-num {
  font-size: 100px;
  position: absolute;
  color: #eef0f2;
  z-index: 0;
  top: 130px;
}

.jzfc-banner-title {
  color: #223343;
  font-size: 36px;
  margin-bottom: 26px;
  z-index: 1;
  position: relative;
  font-weight: bold;
}

.check-desc {
  left: 1030px;
  top: 1137px;
  width: 150px;
  height: 40px;
  border: 1px solid rgba(204, 204, 204, 1);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  color: #666b75;
  margin-top: 45px;
  transition: backgorund-color 0.3s;
  -moz-transition: backgorund-color 0.3s;
  -webkit-transition: backgorund-color 0.3s;
  -o-transition: backgorund-color 0.3s;
}
.check-desc:hover {
  background: #0054a7;
  color: #ffffff;
}
.jzfc-list {
  width: 100%;
}

.jzfc-list-item {
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  height: 240px;
  border: 1px solid rgba(232, 232, 232, 1);
  margin-bottom: 27px;
  transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
}
.jzfc-list-item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.jzfc-img {
  float: left;
  width: 375px;
  height: 100%;
  box-sizing: border-box;
  padding: 35px;
}

.jzfc-news {
  float: left;
  width: 1020px;
  height: 100%;
  box-sizing: border-box;
  padding: 50px 50px 50px 0px;
}

.jzfc-news-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jzfc-news-title {
  display: block;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #223343;
  font-size: 18px;
  margin-bottom: 16px;
}

.jzfc-news-time {
  color: #cccccc;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 28px;
}

.jzfc-news-desc {
  width: 100%;
  color: #777c86;
  font-size: 16px;
  line-height: 30px;
  /* display: -webkit-box; */
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-page {
  width: 1400px;
  margin: 0 auto;
}
.shzr-two {
  margin-left: -110px;
  position: relative;
  width: 99vw;
  height: 700px;
  overflow: hidden;
}
.shzr-two-left {
  width: 50vw;
  background: #f9fafc;
  height: 700px;
  float: left;
  min-width: 600px;
}
.shzr-two-num {
  font-size: 100px;
  color: #eef0f2;
  position: absolute;
  top: 40px;
  z-index: 0;
}
.two-left-list {
  margin-top: 120px;
}
.two-left-span {
  display: none;
}
.two-left-header {
  color: #223343;
  font-size: 30px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.two-left-body {
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
  color: #666b75;
  width: 550px;
  max-height: 470px;
  overflow-y: auto;
}
.two-left-body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.two-left-body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f9fafc;
}
.two-left-body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.two-left-middle {
  position: absolute;
  left: 47%;
  top: 40px;
  z-index: 99;
}
.two-middle-span {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 1px solid #bdd7f1;
  margin-bottom: 30px;
}
.middle-span-num {
  width: 70px;
  height: 70px;
  font-family: YouSheTitleName;
  margin: 0 auto;
  border-radius: 70px;
  line-height: 70px;
  cursor: pointer;
  text-align: center;
  font-size: 40px;
  color: #0054a7;
  background: #ffffff;
  margin-top: 15px;
}
.middle-span-num-active {
  color: #ffffff;
  background: #0054a7;
}
.two-list-right {
  width: 49vw;
  float: right;
  height: 700px;
  background: #eaf0f9;
}
.right-list-span {
  display: none;
}
.right-list-span img {
  width: 588px;
  margin-top: 160px;
  position: absolute;
  transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
}
/* 强化安全 */
.part-three {
  position: relative;
  margin-top: 60px;
}
.qhaq-three-num {
  font-size: 100px;
  color: #eef0f2;
  position: absolute;
  top: -60px;
  left: 0px;
  z-index: -1;
}
.qhaq-header-title {
  font-size: 30px;
  color: #223343;
  margin-bottom: 10px;
  font-weight: bold;
}
.qhaq-three-body {
  position: relative;
  overflow: hidden;
}
.qhaq-left {
  float: left;
  width: 45%;
  height: 450px;
  position: relative;
}
.qhaq-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.qhaq-right {
  float: right;
  width: 50%;
}
.tab-content {
  display: none;
}
.qhaq-03-top {
  font-size: 16px;
  line-height: 30px;
  color: #666b75;
}
.qhaq-03-body {
  margin-top: 20px;
}
.tab-header {
  color: #223343;
  font-size: 24px;
  cursor: pointer;
}
.tab-header-active {
  color: #0054a7;
}
.qhaq-tab-span {
  margin-top: 10px;
}
.tab-content {
  display: none;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #666b75;
}
/* 注重环保 */
.clear-fix {
  clear: both;
}
.zhhb-four {
  margin-top: 90px;
  position: relative;
  margin-bottom: 40px;
}
.zhhb-four-body {
  position: relative;
}
.zhhb-left {
  width: 55%;
  float: right;
}
.zhhb-four-header {
  position: relative;
}
.zhhb-four-num {
  font-size: 100px;
  color: #eef0f2;
  position: absolute;
  top: -70px;
  left: 0px;
  /* z-index: -1; */
}
.zhhb-header-title {
  font-size: 30px;
  color: #223343;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.zzhb-img {
  width: 700px;
  height: 500px;
  position: relative;
}
.zzhb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.zhhb-right {
  width: 35%;
  float: left;
}
.part-three-mask {
  position: absolute;
  width: 60vw;
  background: #f8f9fa;
  right: 0px;
  top: 0px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  /*企业文化*/
  .main-idea {
    width: 1200px;
  }

  .main-idea-icon {
    width: 600px;
  }

  .leaderShip-care {
    width: 1200px;
  }

  .development-history {
    width: 1200px;
  }

  /*九洲风采*/
  .jzfc-container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
  }

  .course-header-span {
    width: 14.9%;
  }

  .jzfc-banner {
    width: 100%;
    margin-bottom: 50px;
  }

  .jzfc-banner-left {
    width: 600px !important;
    height: 374px !important;
    float: left;
    position: relative;
  }

  .jzfc-banner-left .banner-item {
    width: 600px !important;
    height: 374px !important;
    float: left;
    list-style: none;
  }

  .banner-item-img {
    display: block;
    width: 600px;
    height: 374px;
    object-fit: cover;
  }

  #b03 .dots {
    position: absolute;
    right: 20px;
    bottom: 0px;
  }

  #b03 .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border-radius: 0px;
    background: #ffffff;
    cursor: pointer;
    -webkit-transition: background 0.5s, opacity 0.5s;
    -moz-transition: background 0.5s, opacity 0.5s;
    transition: background 0.5s, opacity 0.5s;
  }

  #b03 .dots li.active {
    background: #0070de;
    width: 10px;
    opacity: 1;
  }

  #b04 .dots {
    position: absolute;
    right: 20px;
    bottom: 0px;
  }

  #b04 .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border-radius: 0px;
    background: #ffffff;
    cursor: pointer;
    -webkit-transition: background 0.5s, opacity 0.5s;
    -moz-transition: background 0.5s, opacity 0.5s;
    transition: background 0.5s, opacity 0.5s;
  }

  #b04 .dots li.active {
    background: #0070de;
    width: 10px;
    opacity: 1;
  }

  .jzfc-banner-right {
    width: 600px;
    height: 374px;
    float: left;
    background: #f5f6f8;
    color: #666b75;
    font-size: 16px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 80px 60px 0px;
  }

  .jzfc-list {
    width: 100%;
  }

  .jzfc-list-item {
    width: 100%;
    border-radius: 5px;
    height: 205px;
    border: 1px solid rgba(232, 232, 232, 1);
    margin-bottom: 22px;
  }

  .jzfc-img {
    float: left;
    width: 320px;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
  }

  .jzfc-news {
    float: left;
    width: 878px;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 40px 40px 0px;
  }

  .jzfc-news-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .jzfc-news-title {
    display: block;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #223343;
    font-size: 18px;
    margin-bottom: 12px;
  }

  .jzfc-news-time {
    color: #cccccc;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .list-page {
    width: 1200px;
    margin: 0 auto;
  }

  .body-span-content {
    width: 1040px;
  }
  .meritorious-figures {
    width: 1200px;
  }
  .figures-list-span {
    width: 16.3%;
  }
  .figures-list-icon {
    height: 320px;
  }
  .figures-list-span:nth-child(0) img {
    margin-left: -40%;
  }

  .idea-arrow-list {
    width: 1200px;
  }
  .care-main-text {
    width: 1200px;
  }

  .shzr-one-num {
    font-size: 100px;
    position: absolute;
    color: #eef0f2;
    z-index: 0;
    top: 70px;
  }
}

.new-center img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ppwh-container {
  width: 1400px;
  margin: 0 auto;
}
.ppdw-box {
  margin-bottom: 60px;
  height: 480px;
}
.ppdw-container-left {
  width: 50%;
  height: 100%;
  float: left;
  background: #f5f6f8;
  box-sizing: border-box;
  padding: 60px 60px 0px;
}

.ppdw-container-left-title {
  color: rgba(34, 51, 67, 100);
  font-size: 42px;
  text-align: left;
  margin-bottom: 20px;
}

.ppdw-container-left-subtitle {
  color: rgba(34, 51, 67, 100);
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
}

.ppdw-container-left-content {
  color: #666b75;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.ppdw-container-right {
  width: 50% !important;
  height: 100%;
  float: right;
  position: relative;
}

.ppdw-item-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ppwh-palt-title {
  height: 50px;
  font-size: 42px;
  color: #223343;
  text-align: center;
}

.ppjz-content {
  height: 160px;
  margin-top: 25px;
  overflow: hidden;
  margin-bottom: 60px;
}

.ppjz-content-span {
  height: 160px;
  width: 20%;
  float: left;
  margin-bottom: 60px;
}
.ppjz-content-span:hover span {
  color: #0054a6;
}
.content-span-icon {
  height: 80px;
  text-align: center;
}
.content-span-icon span {
  font-size: 50px;
}

.content-span-subtitle {
  color: #666b75;
  font-size: 18px;
  text-align: center;
  margin-bottom: 8px;
}

.content-span-title {
  color: rgba(34, 51, 67, 100);
  font-size: 24px;
  text-align: center;
}

.ppxg-box {
  width: 100%;
  height: 290px;
  position: relative;
  margin-bottom: 60px;
}

.ppxg-item-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.ppxg-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ppxg-content-title {
  color: rgba(255, 255, 255, 100);
  font-size: 42px;
  text-align: center;
}

.ppxg-content-subtitle {
  color: rgba(255, 255, 255, 100);
  font-size: 24px;
  text-align: center;
}

.ppkh-box {
  height: 600px;
}
.ppkh-container-left {
  width: 50% !important;
  height: 100%;
  float: left;
  position: relative;
}

.ppkh-container-right-title {
  color: rgba(34, 51, 67, 100);
  font-size: 42px;
  text-align: left;
  margin-bottom: 20px;
}

.ppkh-container-right-subtitle {
  color: rgba(34, 51, 67, 100);
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
}

.ppkh-container-right-content {
  color: #666b75;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.ppkh-container-right {
  width: 50%;
  height: 100%;
  float: right;
  background: #f5f6f8;
  box-sizing: border-box;
  padding: 60px 60px 0px;
}

.ppkh-item-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 整体布局响应式小于1400px */
@media screen and (max-width: 1400px) {
  .ppwh-container {
    width: 1200px;
    margin: 0 auto;
  }
}

