/*
 * @Description: 关于九州css
 * @Version: 2.0
 * @Date: 2020-05-15 16:02:24
 * @LastEditors: *
 * @LastEditTime: 2020-06-28 17:54:20
 */

* {
  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(../font/SourceHanSansCN-Normal.ttf);
}

@font-face {
  font-family: YouSheTitleName;
  src: url(../font/youshetitle.ttf);
}

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont2.eot");
  src: url("../font/iconfont2.eot") format("embedded-opentype"),
    url("../font/iconfont1.woff2") format("woff2"),
    url("../font/iconfont2.woff") format("woff"),
    url("../font/iconfont2.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 {
  width: 100%;
  overflow-x: hidden;
  font-family: MyFontName;
}

/* content */
.content {
  width: 1400px;
  margin: 0 auto 30px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
}

/* 新闻中心列表内容 */
.center-list {
  padding-top: 50px;
  position: relative;
  width: 100%;
  display: none;
}

.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;
}

/*集团概况*/
.jtgk-container {
  width: 100%;
  padding-top: 20px;
}

.jtgk-title {
  margin-bottom: 20px;
}

.jtgk-title-header {
  color: #223343;
  font-size: 34px;
  font-weight: bold;
}

.jtgk-title-letter {
  color: #eef0f2;
  font-size: 38px;
  margin-left: 15px;
}

.jtgk-desc {
  color: #666b75;
  line-height: 30px;
  font-size: 18px;
}

.jtgk-number {
  position: absolute;
  color: #eef0f2;
  font-size: 150px;
  /* line-height: 200px; */
  z-index: 1;
}

.jtgk-number-desc {
  color: #666b75;
  font-size: 18px;
  position: absolute;
  z-index: 2;
}

.jtgk-img {
  display: block;
  position: absolute;
  border-radius: 10px;
  object-fit: cover;
}

.jtgk-01 {
  width: 100%;
  height: 780px;
  position: relative;
  /* margin-bottom: 80px; */
}

.jtgk-01 .jtgk-desc {
  /* width: 640px; */
}
.jtgk-01 .jtgk-number {
  top: 250px;
  right: 350px;
}
.jtgk-01-subtitle {
  position: absolute;
  line-height: 175px;
  z-index: 1;
  top: 310px;
  right: 130px;
  color: #223343;
  font-size: 34px;
  font-weight: bold;
}
.jtgk-01-letter {
  top: 270px;
  right: 130px;
  position: absolute;
  line-height: 175px;
  font-size: 38px;
  color: #eef0f2;
}

.jtgk-01 .jtgk-number-desc {
  width: 500px;
  height: 400px;
  overflow-y: auto;
  top: 450px;
  right: 0;
}

.jtgk-01 .jtgk-img {
  width: 1065px;
  height: 550px;
  top: 250px;
  left: -260px;
}

.jtgk-02 {
  width: 100%;
  height: 710px;
  position: relative;
  /* margin-bottom: 75px; */
}

.jtgk-02 .jtgk-title {
  box-sizing: border-box;
  padding-left: 0px;
  padding-top: 220px;
}

.jtgk-02 .jtgk-desc {
  width: 100%;
  box-sizing: border-box;
  padding-left: 714px;
  margin-bottom: 0px;
}

.jtgk-02 .jtgk-number {
  top: 100px;
  left: 0;
  z-index: -1;
}

.jtgk-02 .jtgk-img {
  width: 800px;
  height: auto;
  top: 100px;
  right: 0px;
}

.jtgk-02 .jtgk-number-desc {
  height: 550px;
  overflow-y: auto;
  width: 500px;
  top: 300px;
  left: 0;
}

.jtgk-03 {
  width: 100%;
  height: 580px;
  position: relative;
  /* margin-top: 50px; */
  margin-bottom: 50px;
}

.jtgk-03 .jtgk-img {
  width: 840px;
  height: 530px;
  left: 0px;
  top: 40px;
}

.jtgk-03 .jtgk-number {
  top: 48px;
  left: 887px;
  z-index: -1;
}

.jtgk-03 .jtgk-title {
  box-sizing: border-box;
  padding-left: 887px;
  padding-top: 154px;
}

.jtgk-03 .jtgk-number-desc {
  height: 370px;
  overflow-y: auto;
  top: 240px;
  left: 0;
  box-sizing: border-box;
  /* padding-right: 100px; */
  padding-left: 887px;
  width: 100%;
}

.jtgk-04 {
  width: 100%;
  height: 650px;
  position: relative;
  margin-bottom: 125px;
}
.jtgk-04 .jtgk-desc {
  color: #666b75;
  line-height: 30px;
  font-size: 18px;
  padding-left: 887px;
}

.jtgk-04 .jtgk-title {
  box-sizing: border-box;
  padding-top: 80px;
  /* padding-left: 887px; */
}

.jtgk-04 .jtgk-number {
  top: -30px;
  left: 0px;
  z-index: -1;
}

.jtgk-04 .jtgk-number-desc {
  width: 550px;
  height: 650px;
  overflow-y: auto;
  margin-top: 0px;
}

.jtgk-04 .jtgk-img {
  width: 1065px;
  height: auto;
  right: -260px;
  top: 60px;
}

.jtgk-05 {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.jtgk-05-title {
  width: 100%;
  color: #223343;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.jtgk-05-desc {
  width: 100%;
  box-sizing: border-box;
  padding: 0 120px;
  color: #666b75;
  font-size: 16px;
  text-align: center;
}

.jtgk-05-shadow {
  color: #eef0f2;
  font-size: 50px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 10px;
}

.jtgk-06 {
  width: 100%;
  /* height: 440px; */
  box-sizing: border-box;
  /* padding-top: 170px; */
}

.jtgk-06-item {
  float: left;
  height: 150px;
  width: 33%;
  box-sizing: border-box;
  /* padding-left: 60px; */
}
.jtgk-06-item:nth-child(3) .jtgk-06-left-desc{
  width: 100% !important;
}
.jtgk-06-item:nth-child(3) .jtgk-06-left{
  width: calc(100% - 100px) !important;
}

.jtgk-06-img {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 40px;
}

.jtgk-06-left {
  float: left;
}

.jtgk-06-left-num {
  color: #333;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 10px;
}

.jtgk-06-left-desc {
  color: #333;
  font-size: 16px;
  width: 260px;
}
.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;
}

.course-body-span:last-child .body-header-time {
  margin-left: -180px;
}

.body-span-line {
  /* height: 1000px; */
  width: 90%;
  /* border-left: 1px solid #e8e8e8; */
  margin-left: 10%;
  margin-top: 40px;
  padding-top: 38px;
}

.body-time-span1 {
  padding-bottom: 40px;
  border-left: 2px dashed #e8e8e8;
}
.body-time-header{
  border-left: 1px solid #e8e8e8;
}
.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-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: #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-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%;
}

/*九洲荣誉*/
.jzry-container {
  width: 100%;
}

.jzry-content {
  width: 100%;
  /* height: 180px; */
  line-height: 36px;
  color: rgba(102, 107, 117, 1);
  font-size: 18px;
  /* text-align: center; */
  /* 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: 9999;
  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: 500px;
  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;
}

/* 联系我们 */
.content-contact {
  overflow: hidden;
  position: relative;
}
.content-map {
  height: 600px;
  float: left;
  width: 630px;
  position: relative;
}
.content-map img {
  height: 100%;
  width: 100%;
}
.group-name {
  color: #223343;
  font-size: 30px;
  margin-bottom: 10px;
}
.content-adress {
  color: #223343;
  font-size: 16px;
  /* line-height: 40px; */
  /* margin-top: 50px; */
  /* margin-bottom: 10px; */
  float: left;
  width: 630px;
}
#allmap {
  /* margin: 0 auto; */
  /* width: 889px; */
  width: 770px;
  position: relative;
  height: 600px;
}
.adress-span-list {
  line-height: 30px;
}
.adress-span {
  margin-bottom: 25px;
}
.adress-span-header {
  font-weight: 600;
  font-size: 18px;
}
.group-name-info {
  line-height: 30px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1400px) {
  /* content */
  .content {
    width: 1200px;
    margin: 0 auto 30px;
    margin-top: 11px;
  }

  /*集团概况*/

  .jtgk-number {
    position: absolute;
    color: #eef0f2;
    font-size: 175px;
    line-height: 175px;
    z-index: 1;
  }
  .jtgk-01 .jtgk-number {
    top: 230px;
    right: 320px;
  }
  .jtgk-01-subtitle {
    position: absolute;
    line-height: 175px;
    z-index: 1;
    top: 270px;
    right: 130px;
    color: #223343;
    font-size: 34px;
    font-weight: bold;
  }
  .jtgk-01 .jtgk-number-desc {
    width: 500px;
    height: 400px;
    overflow-y: auto;
    top: 410px;
    right: 0;
  }

  .jtgk-01 {
    width: 100%;
    height: 680px;
    position: relative;
    margin-bottom: 100px;
  }

  .jtgk-01 .jtgk-img {
    width: 920px;
    height: 480px;
    top: 260px;
    left: -260px;
  }

  .jtgk-02 {
    width: 100%;
    height: 600px;
    position: relative;
    /* margin-bottom: 64px; */
  }

  .jtgk-02 .jtgk-title {
    box-sizing: border-box;
    padding-left: 0px;
    padding-top: 100px;
  }

  .jtgk-02 .jtgk-desc {
    width: 100%;
    box-sizing: border-box;
    padding-left: 620px;
    margin-bottom: 0px;
  }

  .jtgk-02 .jtgk-img {
    width: 690px;
    height: auto;
    right: 0px;
    top: 50px;
  }

  .jtgk-02 .jtgk-number-desc {
    width: 430px;
    top: 180px;
    height: 400px;
    overflow-y: auto;
    left: 0;
  }

  .jtgk-02 .jtgk-number {
    top: 0px;
  }
  .jtgk-03 {
    width: 100%;
    height: 500px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 30px;
  }

  .jtgk-03 .jtgk-img {
    width: 730px;
    height: 460px;
    left: 0px;
    top: 40px;
  }

  .jtgk-03 .jtgk-number {
    top: 40px;
    left: 764px;
    z-index: -1;
  }

  .jtgk-03 .jtgk-title {
    box-sizing: border-box;
    padding-left: 764px;
    padding-top: 132px;
  }

  .jtgk-03 .jtgk-number-desc {
    top: 206px;
    left: 0;
    box-sizing: border-box;
    /* padding-right: 100px; */
    padding-left: 764px;
    width: 100%;
    height: 300px;
    overflow-y: auto;
  }

  .jtgk-04 {
    width: 100%;
    height: 580px;
    position: relative;
    margin-bottom: 64px;
  }

  .jtgk-04 .jtgk-number {
    top: 40px;
    left: 0px;
    z-index: -1;
  }

  .jtgk-04 .jtgk-title {
    box-sizing: border-box;
    padding-top: 140px;
    /* padding-left: 764px; */
  }
  .jtgk-04 .jtgk-desc {
    top: 0px;
    padding-left: 764px;
  }

  .jtgk-04 .jtgk-number-desc {
    width: 500px;
    height: 350px;
  }

  .jtgk-04 .jtgk-img {
    width: 920px;
    height: 480px;
    top: 80px;
    right: -260px;
  }

  .jtgk-06-left-desc {
    color: #333;
    font-size: 16px;
    width: 230px;
  }
  .jtgk-06-item {
    float: left;
    height: 180px;
    width: 33%;
    box-sizing: border-box;
    /* padding-left: 60px; */
  }
  .jtgk-06-item:nth-child(3) .jtgk-06-left{
    width: calc(100% - 100px) !important;
  }
  .jtgk-06-item:nth-child(3) .jtgk-06-left-desc{
    width: 100% !important;
  }
  .development-history {
    width: 1200px;
  }

  .list-span-img {
    height: 190px;
  }

  .course-header-span {
    width: 14.9%;
  }

  /* 联系我们 */
  .content {
    width: 1200px;
  }
  .content-map {
    width: 660px;
  }
  #allmap {
    /* margin: 0 auto; */
    /* width: 889px; */
    width: 660px;
  }
  .content-adress {
    width: 540px;
  }
  .body-span-content {
    width: 1040px;
  }
}

