/*
 * @Description: 关于九州css
 * @Version: 2.0
 * @Date: 2020-05-15 16:02:24
 * @LastEditors: *
 * @LastEditTime: 2020-06-30 13:32:27
 */

* {
  margin: 0px;
  padding: 0px;
  /* font-size: 15px; */
}

.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  /* color: #666666; */
  text-decoration: none;
}

@font-face {
  font-family: MyFontName;
  src: url(../../lib/SourceHanSansCN-Normal.ttf);
}

@font-face {
  font-family: YouSheTitleName;
  src: url(../../lib/youshetitle.ttf);
}

@font-face {
  font-family: "iconfont";
  src: url("../../lib/fontface/iconfont.eot");
  src: url("../../lib/fontface/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../../lib/fontface/iconfont.woff2") format("woff2"),
    url("../../lib/fontface/iconfont.woff") format("woff"),
    url("../../lib/fontface/iconfont.ttf") format("truetype"),
    url("../../lib/fontface/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: MyFontName;
}

/* content */
.content {
  width: 1400px;
  margin: 0 auto 130px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb10 {
  padding-bottom: 10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
}

/* 新闻中心列表内容 */
.center-list {
  padding-top: 40px;
  position: relative;
  width: 100%;
  display: none;
  line-height: 200%;
}

.center-list-span {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
  height: 242px;
  width: 100%;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.center-list-span:hover {
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.list-sapn-icon {
  height: 188px;
  width: 270px;
  float: left;
}

.list-sapn-icon img {
  width: 100%;
  height: 100%;
}

.list-span-content {
  float: right;
  height: 188px;
  padding: 30px 20px;
  width: 1030px;
}

.span-content-header {
  height: 40px;
  line-height: 40px;
}

.content-header-title {
  color: #223343;
  font-size: 18px;
  font-weight: 600;
  float: left;
  width: 90%;
}

.span-header-date {
  font-size: 30px;
  color: rgba(204, 204, 204, 1);
}

.span-content-text {
  line-height: 72px;
  font-size: 16px;
  color: #777c86;
  height: 72px;
  margin-top: 30px;
  position: relative;
}

.span-content-text a {
  color: #777c86;
}

.content-text-info {
  width: 80%;
  line-height: 35px;
  float: left;
}

.span-content-goto {
  font-size: 30px;
  color: #cccccc;
  position: absolute;
  right: 52px;
}

.span-content-goto a {
  color: #cccccc;
  margin-left: 10px;
}

.span-content-goto a:hover {
  text-decoration: none;
}

.span-content-goto a span {
  font-size: 25px;
}

/* 分页 */
.list-page {
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
  padding-top: 27px;
}

/*公司简介*/
.gsjj-container {
  width: 100%;
  position: relative;
  min-height: 290px;
}

.gsjj-container img {
  width: 528px;
  height: 650px;
}

.gsjj-content {
  color: #666b75;
  font-size: 16px;
}

.gsjj-content p {
  color: #666b75 !important;
  font-size: 16px !important;
}

@media screen and (max-width: 1400px) {
  .gsjj-container {
    width: 100%;
    position: relative;
    min-height: 290px;
  }
  .gsjj-container img {
    width: 528px;
    height: 639px;
  }
  .gsjj-content {
    color: #666b75;
    font-size: 16px;
  }
}

/*董事长致辞*/
.dszzc-container {
  width: 100%;
  /* padding: 0 60px; */
}

.dszzc-content {
  width: 100%;
  background: #f9fafc;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0px 90px 70px;
}

.dszzc-img-container {
  width: 100%;
  height: 400px;
  /* margin-bottom: 40px; */
}

.dszzc-avatar {
  display: block;
  width: 50%;
  float: left;
  height: 400px;
  object-fit: contain;
}

.dszzc-desc {
  width: 50%;
  float: left;
  height: 400px;
  box-sizing: border-box;
  background: transparent;
  padding: 150px 0 0 86px;
  position: relative;
}

.dszzc-desc-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.dszzc-desc-name {
  color: #223343;
  font-size: 36px;
  margin-bottom: 5px;
}

.dszzc-desc-title {
  color: #666b75;
  margin-top: 19px;
  font-size: 24px;
  margin-left: 20px;
}

.dszzc-article {
  color: #666b75 !important;
  line-height: 36px !important;
  font-size: 16px !important;
  background-color: inherit !important;
}

.dszzc-article p {
  color: #666b75 !important;
  line-height: 36px !important;
  font-size: 16px !important;
  background-color: inherit !important;
}

.dszzc-sign {
  height: 146px;
  text-align: right;
}

.dszzc-sign img {
  width: 220px;
  height: 100%;
}

/*品牌故事*/
.ppgs-container {
  position: relative;
  /* margin-top: 60px; */
  margin-bottom: 160px;
}
.ppgs-title {
  height: 50px;
  font-size: 42px;
  color: #223343;
  text-align: center;
}
.ppgs-header-content {
  font-size: 16px;
  color: #666b75;
  line-height: 30px;
  /* margin-top: 30px; */
}
/* .ppgs-header-content p {
  font-size: 16px !important;
  color: #666b75 !important;
  line-height: 30px !important;
} */

.ppgs-subtitle {
  margin-top: 30px;
  height: 30px;
  font-size: 30px;
  color: #223343;
}

/*九洲荣誉*/
.jzry-container {
  width: 100%;
}

.jzry-content {
  width: 100%;
  /* height: 180px; */
  line-height: 36px;
  color: rgba(102, 107, 117, 1);
  font-size: 18px;
  text-align: left;
  /* margin-top: 40px; */
}

.country-honor {
  padding-top: 50px;
  background: rgb(243, 243, 244);
  margin-top: 50px;
  padding-bottom: 50px;
}

.product-company-header {
  font-size: 36px;
  color: #223345;
  text-align: center;
  position: relative;
  z-index: 1;
}

.country-subtitle {
  z-index: -1;
  position: absolute;
  color: #e3e7eb;
  font-size: 50px;
  left: 34%;
  margin-top: -40px;
}

/* 荣誉查看大图 */
.honor-body-check {
  position: fixed;
  width: 100vw;
  z-index: 99999;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.honor-check-div {
  animation: honor_show 0.2s ease-out both;
  -webkit-animation: honor_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 honor_show {
  from {
    margin-top: 1%;
  }
  to {
    margin-top: 3%;
  }
}

.body-check-close {
  color: #000000;
  text-align: right;
  margin-right: 25px;
}

.body-check-close span {
  color: #000000;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}

.body-check-img {
  width: 900px;
  height: 550px;
  margin: 0 auto;
  position: relative;
  top: 10px;
}
.body-check-img img {
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 5px;
  height: 100%;
}
.honor-check-title {
  text-align: center;
  font-size: 18px;
  color: #000000;
  margin: 0 auto;
  width: 900px;
  margin-top: 20px;
}

/* 轮播 */
.honor-picture {
  margin-top: 50px;
}

.country-honor-lunbo {
  margin-top: 40px;
  height: 340px;
}

/* .slick-prev,
.slick-next {
  width: 50px !important;
  height: 100px !important;
  background: #0054A7 !important;
  color: #ffffff !important;
  z-index: 999 !important;
}

.slick-prev {
  left: 0px !important;
} */

/* .slick-next {
  right: 0px !important;
} */

.slick-track {
  height: 340px;
}

.slick-slide img {
  width: 92%;
  /* height: 85%; */
  margin: 0 auto;
  margin-top: 5%;
}

.slick-current img {
  width: 100% !important;
  height: 100% !important;
  margin-top: 0;
}

.slick-prev:before,
.slick-next:before {
  color: #ffffff !important;
}

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  width: 470px;
  /* margin: 0px 20px; */
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
  /* padding: 20px; */
}

/* .slick-slide img {
  width: 100%;
} */

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.province-honor {
  /* margin-top: 50px; */
  overflow: hidden;
}

.province-honor-header {
  width: 330px;
  margin: 0 auto;
  overflow: hidden;
  /* height: 60px; */
  line-height: 60px;
  text-align: center;
}

.honor-header-span {
  float: left;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid rgba(232, 232, 232);
  border-radius: 3px;
  width: 150px;
  margin-right: 25px;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

.honor-header-span:last-child {
  /* float: right; */
  margin-right: 0px;
}

.active-span {
  color: #ffffff;
  background: #0054a7;
}

.province-honor-body {
  width: 100%;
  position: relative;
}

.honor-body-list {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
  display: none;
}

.body-list-span {
  width: 22.9%;
  float: left;
  margin-bottom: 20px;
  margin-right: 2.8%;
  position: relative;
  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;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.body-list-span:hover {
  /* box-shadow: 0 8px 24px 0 rgba(187, 191, 196, .2); */
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, .2) */
}

.body-list-span:nth-child(4n) {
  width: 22.9%;
  float: right;
  margin-right: 0;
}

.list-span-img {
  overflow: hidden;
  width: 100%;
  height: 220px;
}

.list-span-img img {
  cursor: pointer;
  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-img img:hover {
  /* transform: scale(1.1); */
}

.list-span-img img {
  width: 100%;
  height: 100%;
}

.list-span-name {
  padding-left: 10px;
  font-size: 18px;
  color: #666b75;
  margin-top: 20px;
  /* border-bottom: 1px solid #E8E8E8; */
  padding-bottom: 10px;
}

/* 发展历程内容 */

.left-list-span {
  overflow: hidden;
  cursor: pointer;
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 13px;
  margin-bottom: 13px;
  position: relative;
}

.left-list-span:nth-child(4n) {
  float: right;
  margin-right: 0px;
}

.left-list-span img {
  width: 100%;
  height: 190px;
}
.left-list-span:nth-child(12) img {
  height: 170px;
  /* margin-top: -15px; */
}
.left-list-span:nth-child(13) img {
  /* margin-top: -25px; */
  height: 160px;
}
.left-list-span:nth-child(14) img {
  /* margin-top: -10px; */
  height: 180px;
}
.left-list-span:last-child img {
  height: 160px;
}

.left-list-span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 84, 167, 0.1);
}

.left-list-span-active {
  opacity: 1;
}

.left-list-span-active::after {
  background: rgba(0, 84, 167, 0.5);
}

.left-user-info {
  display: none;
}

.right-content {
  float: right;
  overflow: hidden;
  width: 500px;
  height: 960px;
}

.right-content-icon {
  width: 100%;
  height: 650px;
}

.right-content-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;
}

.right-text {
  margin-top: 20px;
  font-size: 24px;
  color: #223343;
}

.right-text-desc {
  font-size: 18px;
  color: #666b75;
}

/* 发展战略css */
.fzzl-header {
  line-height: 40px;
  font-size: 20px;
  color: #666666;
  /* padding: 0 75px; */
  text-align: left;
}

.fzzl-header-text {
  /* padding: 0 75px; */
}

.fzzl-header-icon {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.header-icon-span {
  float: left;
  width: 48%;
  height: 420px;
  position: relative;
}

.header-icon-span:last-child {
  float: right;
}

.header-icon-span img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.header-icon-span img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.icon-span-text {
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  text-align: left;
  left: 50px;
}

.span-text-title {
  font-size: 26px;
}

.span-text-content {
  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;
}

.active-span-text {
  opacity: 1;
  visibility: visible;
  height: 40px;
}
.fzzl-main {
  position: relative;
  /* margin-left: -1280px; */
  left: 50%;
  transform: translateX(-50%);
  margin-top: 60px;
  width: 2560px;
  height: 650px;
}
.fzzl-body {
  position: absolute;
  width: 2560px;
  /* margin-top: 60px; */
  min-width: 1200px;
  max-width: 2560px;
}
.f-cell:focus {
  outline: none;
}
.page-four-sec {
  min-width: 1180px;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.page-four-sec .mb-bg {
  position: absolute;
  width: 100%;
  height: 700px;
  top: 0;
  left: 0;
}

.page-four-sec .bg,
.page-four-sec .bg-s,
.page-four-sec .bg-f {
  display: none;
}

.page-four-sec .main-box {
  /* width: 100%; */
  width: 1180px;
  height: 700px;
  min-width: 1180px;
  position: relative;
  z-index: 2;
}

.page-four-sec .main-box .sec-tit {
  position: relative;
  margin: 0 auto;
  font-size: 36px;
  text-align: left;
  margin-top: 60px;
}

.page-four-sec .main-box .sec-subtit {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  margin-top: 10px;
  padding-right: 40px;
}

.page-four-sec .main-box .four-box {
  /* width: 6.7rem; */
  margin: 0 auto;
}

.page-four-sec .main-box .four-box .f-cell {
  padding: 0.1rem 0;
  border-bottom: 2px solid #fff;
}

.page-four-sec .main-box .four-box .f-cell p {
  font-size: 0.3rem;
  line-height: 0.42rem;
  padding-bottom: 0.3rem;
  display: none;
}

.four-sec-bg1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(20px);
  z-index: -1;
  margin: -30px;
}
.four-sec-bg:focus {
  outline: none;
}
/* 发展战略-企业改革 */
.fzzl-foot {
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.fzzl-foot-span {
  /* cursor: pointer; */
  width: 25%;
  margin-right: 12.5%;
  float: left;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}

.fzzl-foot-span:nth-child(3n) {
  float: right;
  margin-right: 0px;
}

.foot-span-icon {
  cursor: default;
  width: 60px;
  height: 60px;
  line-height: 60px;
  float: left;
  overflow: hidden;
  color: #666b75;
}

.foot-span-icon span {
  font-size: 60px;
}

.foot-span-right {
  margin-left: 30px;
  float: right;
  width: 74%;
}

.foot-span-title {
  color: #223343;
  font-size: 20px;
}

.foot-span-text {
  color: #666b75;
  font-size: 16px;
  margin-top: 11px;
}

/* 组织架构 */
.organizational {
  width: 100%;
  /* height: 1500px; */
}

.organizational img {
  width: 100%;
  height: 100%;
}

/* 深化改革样式 */
.shgg-header {
  font-size: 20px;
  color: #666b75;
  /* width: 1200px; */
  /* margin: 0 auto; */
  text-align: left;
  line-height: 40px;
}

.shgg-second {
  margin-top: 60px;
  width: 100vw;
  overflow: hidden;
  min-width: 1200px;
  height: 600px;
}

.shgg-second-span {
  width: 100%;
  float: left;
  cursor: default;
  height: 100%;
  position: relative;
}

.shgg-second-span:nth-child(2n) .second-span-content {
  left: 50px;
}

.shgg-second-span img {
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  object-fit: cover;
}

.shgg-second-span img:hover {
  opacity: 1;
}

.second-span-content {
  position: absolute;
  bottom: 27px;
  color: #ffffff;
  width: 90%;
  /* right: 216px; */
  line-height: 30px;
  font-size: 24px;
}

/* .shgg-second-span:hover .second-span-content {
  transition: bottom 0.2s linear;
  -moz-transition: bottom 0.2s linear;
  -webkit-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  animation: second_span_content_show 0.1s ease-out both;
  -webkit-animation: second_span_content_show 0.1s ease-out both;
}

@keyframes second_span_content_show {
  from {
    bottom: 10px;
  }

  to {
    bottom: 47px;
  }
} */

/* 新加部分样式 */
.shgg-content-list {
  position: relative;
  /* overflow: hidden; */
  margin-top: 60px;
}
.shgg-title {
  text-align: center;
  font-size: 42px;
}
.shgg-subtitle {
  text-align: center;
  font-size: 16px;
  color: #666b75;
  line-height: 28px;
  margin-top: 20px;
}
.shgg-content-1 {
  margin-top: 20px;
  width: 100%;
  /* display: flex;
  justify-content: space-between; */
}
.shgg-content-1-left {
  height: 600px;
  background: #f9fafc;
  width: 49%;
  padding: 40px;
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5%;
}
.shgg-content-1-left-img {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
.shgg-content-1-left-img img {
  width: 523px;
  height: 405px;
}
.shgg-content-1-right-img {
  /* display: flex; */
  margin-top: 40px;
  /* justify-content: center; */
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.shgg-content-1-right-img img {
  width: 272px;
  height: 387px;
}
.shgg-content-1-title {
  font-size: 30px;
}
.shgg-content-1-subtitle {
  margin-top: 8px;
  font-size: 16px;
  color: #666b75;
  line-height: 28px;
}
.shgg-content-1-right {
  height: 600px;
  background-color: #f9fafc;
  width: 49%;
  padding: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.shgg-content-2 {
  margin-top: 40px;
  width: 100%;
  /* display: flex;
  justify-content: space-between; */
  background-color: #f9fafc;
  height: 420px;
  margin-bottom: 50px;
  position: relative;
}
.shgg-content-2-left {
  width: 50%;
  background-color: #f9fafc;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; */
  padding: 40px;
  position: relative;
  float: left;
  height: 100%;
}
.shgg-content-2-left-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.shgg-content-2-right {
  width: 50%;
  background-color: #f9fafc;
  display: inline-block;
  position: relative;
  height: 100%;
}
.shgg-content-2-right img {
  width: 536px;
  height: 378px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.shgg-content-3 {
  margin-top: 25px;
  width: 100%;
  background-color: #f9fafc;
  height: 360px;
  margin-bottom: 40px;
  position: relative;
}
.shgg-content-3-left {
  width: 60%;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; */
  padding: 40px;
  position: relative;
  float: left;
  height: 100%;
}
.shgg-content-3-left-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.shgg-content-3-right {
  width: 40%;
  display: inline-block;
  height: 100%;
}
.shgg-content-3-right img {
  width: 100%;
  height: 100%;
}
.shgg-content-4 {
  margin-top: 40px;
  width: 100%;
  height: 360px;
  margin-bottom: 50px;
}
.shgg-content-4-left {
  width: 40%;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.shgg-content-4-left img {
  width: 400px;
  height: 360px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.shgg-content-4-right {
  width: 59.5%;
  background-color: #f9fafc;
  display: inline-block;
  padding: 40px;
  /* margin-left: 40%; */
  vertical-align: top;
}
.shgg-content-4-content {
  /* display: flex;
  flex-direction: column;
  justify-content: flex-start; */
  /* height: 50px; */
}
.shgg-content-5 {
  margin-top: 25px;
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}
.shgg-content-5-left {
  width: 49%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5%;
}
.shgg-content-5-left img {
  width: 100%;
  height: 100%;
}
.shgg-content-5-right {
  width: 49%;
  height: 100%;
  background-color: #f9fafc;
  display: inline-block;
  padding: 40px;
  position: relative;
}
.shgg-content-5-right-content {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.shgg-content-6 {
  margin-top: 25px;
  width: 100%;
  background-color: #f9fafc;
  height: 400px;
  margin-bottom: 50px;
}
.shgg-content-6-right {
  width: 50%;
  background-color: #f9fafc;
  display: inline-block;
  position: relative;
  height: 100%;
}
.shgg-content-6-right img {
  width: 100%;
  height: 100%;
}
.shgg-content-7 {
  margin-top: 40px;
}
.shgg-content-7-one {
  width: 32%;
  height: 425px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
.shgg-content-7-two {
  width: 32%;
  height: 425px;
  margin-left: 25px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
.shgg-content-7-three {
  width: 32%;
  height: 425px;
  float: right;
  border-radius: 10px;
  overflow: hidden;
}
.shgg-content-7-header {
  height: 180px;
  position: relative;
}
.shgg-content-7-header img {
  width: 70px;
  height: 70px;
  /* background-color: red; */
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: 15%;
}
.shgg-content-7-header-title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 30px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.shgg-content-7-header-content {
  height: 245px;
  background-color: #f9f9f9;
  font-size: 16px;
  line-height: 28px;
  padding: 30px;
  color: #666b75;
}
.shgg-content-8-left {
  width: 50%;
  background-color: #f9fafc;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; */
  padding: 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.shgg-content-8-left-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.shgg-content-8-right {
  background-color: #f9fafc;
  width: 49%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 100%;
}
.shgg-content-8-right img {
  width: 464px;
  height: 378px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}

.qhaq-left {
  position: relative;
}
.qhaq-right {
  position: relative;
}
.qhaq-three-header {
  position: relative;
  /* width: 57%; */
}
.qhaq-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;
}
.qhaq-left .mask {
  position: absolute;
}
.qhaq-left .qhaq-left-content {
  float: left;
  width: 45%;
  height: 450px;
  position: relative;
}
.qhaq-left .qhaq-right-content {
  float: right;
  width: 50%;
}

.qhaq-right .qhaq-left-content {
  float: right;
  width: 45%;
  height: 450px;
  position: relative;
}
.qhaq-right .qhaq-right-content {
  float: left;
  width: 50%;
}

.qhaq-left-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.qhaq-body {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.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;
}
.shgg-tab-span {
  margin-top: 10px;
}
.tab-content {
  display: none;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #666b75;
}

.shgg-list-span {
  float: left;
  width: 47%;
  padding: 50px;
  border-radius: 10px;
  cursor: pointer;
  background: rgb(249, 250, 252);
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  margin-top: 40px;
}
.shgg-list-span:hover {
  background: rgb(0, 84, 167);
  color: #ffffff;
}
.shgg-list-span:hover .shgg-header-title {
  color: #ffffff;
}
.shgg-list-span:hover .shgg-header-img span {
  color: rgba(255, 255, 255, 0.1);
}
.shgg-list-span:nth-child(2n) {
  float: right;
}
.shgg-span-header {
  overflow: hidden;
}
.shgg-header-title {
  color: #223343;
  font-size: 36px;
  float: left;
  width: 80%;
}
.shgg-header-img {
  float: right;
  width: 20%;
  height: 102px;
  line-height: 102px;
  text-align: right;
}
.shgg-header-img span {
  font-size: 90px;
  color: rgba(130, 139, 148, 0.1);
}
.shgg-span-body {
  margin-top: 30px;
  height: 410px;
  font-size: 16px;
  overflow-y: auto;
}

.shgg-span-body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.shgg-span-body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 7px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.shgg-span-body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  background: #ededed;
}

.second-span-text {
  font-size: 18px;
  margin-top: 20px;
  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;
}

.shgg-active-span-text {
  opacity: 1 !important;
  visibility: visible !important;
  height: 40px !important;
}

.shgg-third {
  position: relative;
  margin-top: 60px;
}

.shgg-third-header {
  font-size: 36px;
  color: #223343;
  text-align: center;
  margin-bottom: 10px;
}

.shgg-third-dexc {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #666b75;
  margin-bottom: 70px;
  line-height: 30px;
}

.shgg-third-content {
  position: relative;
  overflow: hidden;
  /* margin-top: 70px; */
  width: 1270px;
  margin: 0 auto;
}

.third-content-left {
  width: 500px;
  height: 300px;
  float: left;
  background: #0c75db;
  color: #ffffff;
  border-radius: 10px;
}

.content-left-num {
  font-size: 150px;
  width: 180px;
  margin: 0 auto;
}

.content-left-text {
  font-size: 18px;
  text-align: center;
}

.third-content-middle {
  float: left;
  overflow: hidden;
  position: relative;
  /* width: 170px; */
  margin-top: 94px;
  margin-left: 54px;
}

.about-triangle {
  width: 90px;
  height: 116px;
  margin-left: 90px;
  background: linear-gradient(to right, rgb(34, 118, 200), #3d91e2);
}

.about-triangle:before,
.about-triangle:after {
  position: absolute;
  content: "";
  border-left: 90px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 58px solid #ffffff;
  border-top: 58px solid #ffffff;
}

.rectangle {
  width: 90px;
  height: 60px;
  margin-top: 28px;
  position: relative;
  background: linear-gradient(to right, #0054a7, rgb(34, 118, 200));
  float: left;
}

.middle-text {
  position: absolute;
  top: 44px;
  color: #ffffff;
  left: 37px;
  font-size: 20px;
}

.third-content-right {
  float: right;
  width: 500px;
  height: 300px;
  background: #0054a7;
  border-radius: 10px;
  color: #ffffff;
}

/* 轮播 */
.shgg-fourth {
  margin-top: 60px;
  width: 100vw;
  overflow: hidden;
  min-width: 1200px;
  height: 700px;
  /* height: 100vh; */

  position: relative;
}

.shgg-fourth-list {
  position: relative;
  height: 100%;
}

.shgg-fourth-span {
  position: absolute;
  /* display: none; */
  width: 100%;
  visibility: hidden;
  opacity: 0;
  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;
}

.shgg-fourth-span img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fourth-span-content {
  bottom: 80px;
  position: absolute;
  animation: fourth_span_content_show 0.3s ease-out both;
  -webkit-animation: fourth_span_content_from_show 0.3s ease-out both;
}

.fourth-span-title {
  color: #ffffff;
  font-size: 36px;
}

.fourth-span-desc {
  font-size: 16px;
  color: #ffffff;
  width: 600px;
  margin-top: 20px;
}

.fourth-span-content-active {
  /* transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; */
  animation: fourth_span_content_show 0.3s ease-out both;
  -webkit-animation: fourth_span_content_show 0.3s ease-out both;
  /* Safari 和 Chrome */
}

@keyframes fourth_span_content_show {
  from {
    bottom: 20px;
  }

  to {
    bottom: 80px;
  }
}

@keyframes fourth_span_content_from_show {
  from {
    bottom: 80px;
  }

  to {
    bottom: 150px;
  }
}

#contentNum {
  text-align: center;
  position: absolute;
  width: 100px;
  color: white;
}

/* 轮播点 */
.shgg-fourth-point {
  position: absolute;
  bottom: 80px;
}

.fourth-point-span {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0);
  color: #ffffff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 1);
  line-height: 48px;
  border-radius: 2px;
  font-size: 24px;
  cursor: pointer;
  margin-right: 20px;
  float: left;
}

.fourth-point-span:last-child {
  float: right;
  margin-right: 0px;
}

.fourth-point-span-active {
  background: #0054a7;
  border: 1px solid rgba(255, 255, 255, 0);
}

.sticky-position {
  position: sticky;
  top: 0px;
}

.shgg-fifth {
  margin-top: 60px;
}

.shgg-fifth-list {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.shgg-fifth-span {
  width: 20%;
  height: 500px;
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* .shgg-fifth-span:hover .fifth-span-text {
  transition: bottom 0.2s linear;
  -moz-transition: bottom 0.2s linear;
  -webkit-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  animation: fifth_span_text_show 0.1s ease-out both;
  -webkit-animation: fifth_span_text_show 0.1s ease-out both;
}

@keyframes fifth_span_text_show {
  from {
    bottom: 2px;
  }

  to {
    bottom: 30px;
  }
} */

.shgg-fifth-span 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;
  object-fit: cover;
}

.shgg-fifth-span img:hover {
  transform: scale(1.1);
}

.fifth-span-text {
  position: absolute;
  bottom: 30px;
  font-size: 18px;
  color: #ffffff;
  left: 30px;
}

@media (min-width: 769px) {
  .page-four-sec {
    height: 647px;
    position: relative;
    overflow: hidden;
  }

  .page-four-sec .mb-bg {
    display: none;
  }

  .page-four-sec .bg-s {
    display: block;
    position: absolute;
    width: 100%;
    /* width: 1180px; */
    height: 650px;
    top: 0;
    left: 0;
  }

  .page-four-sec .bg-s div {
    position: absolute;
    top: 0;
    height: 650px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  .page-four-sec .bg-s div.cur,
  .page-four-sec .bg-s div:hover {
    opacity: 1;
  }

  .page-four-sec .bg {
    display: block;
    position: absolute;
    width: 2560px;
    height: 647px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .page-four-sec .main-box {
    /* width: 97%; */
    height: 647px;
    margin: 0 auto;
    max-width: 1180px;
    position: relative;
    overflow: hidden;
  }

  .page-four-sec .main-box .four-box {
    position: absolute;
    width: 1180px;
    /* width: 100%; */
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: 340px;
  }

  .page-four-sec .main-box .four-box .f-cell {
    position: absolute;
    width: 393px;
    height: 100%;
    padding: 340px 0 40px 0;
    border-bottom: none;
    top: 0;
    color: #fff;
  }

  .page-four-sec .main-box .four-box .f-cell:hover .pos,
  .page-four-sec .main-box .four-box .f-cell.cur .pos {
    bottom: 226px;
  }

  .page-four-sec .main-box .four-box .f-cell .pos {
    position: absolute;
    width: 82%;
    left: 10%;
    bottom: 226px;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -ms-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s;
  }

  .page-four-sec .main-box .four-box .f-cell:nth-child(1) {
    left: 0;
    border-right: 1px solid #fff;
  }

  .page-four-sec .main-box .four-box .f-cell:nth-child(2) {
    left: 33.3%;
    border-right: 1px solid #fff;
  }

  .page-four-sec .main-box .four-box .f-cell:nth-child(3) {
    left: 66.6%;
  }

  .page-four-sec .main-box .four-box .f-cell .pos-title {
    font-size: 24px;
    /* margin: 0 0 20px 0; */
  }

  .page-four-sec .main-box .four-box .f-cell .pos-title:after {
    display: none;
  }

  .page-four-sec .main-box .four-box .f-cell p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 0;
    display: none;
  }
}

.gsjj-number-desc::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.gsjj-number-desc::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f9fafc;
}
.gsjj-number-desc::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

/* 企业文化-发展历程 */
.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%;
  margin-left: 10%;
  /* margin-top: 40px;
  padding-top: 38px; */
}
.body-time-header {
  border-left: 1px solid #e8e8e8;
}
.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: 24px;
  margin-left: 30px;
  /* overflow: hidden; */
  float: left;
  margin-bottom: 10px;
}
.body-header-description {
  color: #666b75;
  font-size: 16px;
  margin-left: 38px;
  margin-top: -25px;
  /* overflow: hidden; */
  float: left;
  margin-bottom: 40px;
  line-height: 28px;
}
.body-time-span {
  padding-bottom: 40px;
  border-left: 1px solid #e8e8e8;
}
.body-time-span1 {
  padding-bottom: 40px;
  border-left: 2px dashed #e8e8e8;
}

.body-span-time {
  font-size: 18px;
  color: #223343;
  margin-left: -135px;
  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: #666b75;
  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 {
  /*width: 350px;*/
  height: 235px;
}

/* 产业结构 */
.shgg-sixth {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.sixth-desc {
  margin-bottom: 30px;
}
.sixth-list {
  position: relative;
  overflow: hidden;
}
.sixth-list-span {
  position: relative;
  width: 32%;
  float: left;
  margin-right: 2%;
  height: 480px;
}
.sixth-list-span:last-child {
  float: right;
  margin-right: 0px;
}
.sixth-span-header {
  height: 93px;
  background: #3d91e2;
  position: relative;
  color: #ffffff;
  font-size: 30px;
  border-radius: 10px 10px 0px 0px;
  padding-left: 44px;
  line-height: 93px;
}
.sixth-header-num {
  position: absolute;
  font-size: 100px;
  top: -55px;
  left: 10px;
  color: rgba(255, 255, 255, 0.2);
}
.sixth-span-body {
  background: #f9fafc;
  height: 387px;
  border-radius: 0px 0px 10px 10px;
  color: #666b75;
  line-height: 30px;
  padding: 36px 45px;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  /* content */
  .content {
    width: 1200px;
    margin: 0 auto 130px;
    margin-top: 11px;
  }

  /*集团概况*/

  /*董事长致辞*/
  .dszzc-container {
    width: 100%;
    /* padding: 0 50px; */
  }

  .dszzc-content {
    width: 100%;
    background: #f9fafc;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0px 78px 60px;
  }

  .dszzc-img-container {
    width: 100%;
    height: 330px;
    /* margin-bottom: 30px; */
  }

  .dszzc-avatar {
    display: block;
    width: 50%;
    float: left;
    height: 330px;
    object-fit: contain;
  }

  .dszzc-desc {
    background: transparent;
    width: 50%;
    float: left;
    height: 330px;
    box-sizing: border-box;
    padding: 130px 0 0 74px;
    position: relative;
  }

  /*九洲荣誉*/

  /* 发展战略 */
  .foot-span-right {
    margin-left: 10px;
  }

  .list-span-img {
    height: 190px;
  }
  /* 组织架构 */
  .organizational {
    /* height: 1300px; */
  }

  /* 领导团队 */
  .ldtd-left-list {
    width: 580px;
  }

  .left-list-span {
    width: 130px;
    height: 130px;
    margin-right: 20px;
  }
  .left-list-span img {
    width: 100%;
    height: 150px;
  }
  .left-list-span:nth-child(12) img {
    height: 130px;
    /* margin-top: -15px; */
  }
  .left-list-span:nth-child(13) img {
    /* margin-top: -25px; */
    height: 130px;
  }
  .left-list-span:nth-child(14) img {
    /* margin-top: -10px; */
    height: 150px;
  }
  .left-list-span:last-child img {
    height: 140px;
  }

  /* 深化改革 */
  .shgg-third-content {
    width: 1200px;
  }

  .third-content-left {
    width: 465px;
  }

  .third-content-right {
    width: 465px;
  }

  /* 发展历程 */
  .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;
  }
  .body-span-content {
    width: 1040px;
  }
  .shgg-content-7 {
    margin-top: 40px;
  }
  .shgg-content-7-one {
    width: 32%;
    height: 425px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
  }
  .shgg-content-7-two {
    width: 32%;
    height: 425px;
    margin-left: 25px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
  }
  .shgg-content-7-three {
    width: 32%;
    height: 425px;
    float: right;
    border-radius: 10px;
    overflow: hidden;
  }
  .shgg-content-7-header {
    height: 180px;
    position: relative;
  }
  .shgg-content-7-header img {
    width: 70px;
    height: 70px;
    /* background-color: red; */
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: 15%;
  }
  .shgg-content-7-header-title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 30px;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .shgg-content-7-header-content {
    height: 245px;
    background-color: #f9f9f9;
    font-size: 16px;
    line-height: 28px;
    padding: 30px;
    color: #666b75;
  }
}
