/*
 * @Description: 科技创新css
 * @Version: 2.0
 * @Date: 2020-05-15 16:02:24
 * @LastEditors: *
 * @LastEditTime: 2020-06-30 13:07:13
 */

* {
  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;
}

/* 新闻中心背景图 */
.new-center {
  position: relative;
  width: 100%;
  height: 400px;
  min-width: 1200px;
  margin-top: 80px;
}

.new-center img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.center-title {
  font-size: 60px;
  position: absolute;
  margin-top: 220px;
  left: 17%;
  color: #ffffff;
  font-family: YouSheTitleName;
}

.center-title-border {
  position: absolute;
  border-bottom: 5px solid #ffffff;
  margin-top: 310px;
  left: 17%;
  width: 150px;
}

/* content */
.content {
  width: 100%;
  /* margin: 0 auto; */
  margin-bottom: 50px;
  position: relative;
}

.innovate-palt,
.system-certification,
.innovate-achieve {
  width: 1400px;
  margin: 0 auto;
}

.innovate-palt {
  margin-top: 60px;
  /* height: 688px; */
  position: relative;
}

.innovate-palt-title {
  height: 50px;
  font-size: 42px;
  color: #223343;
  text-align: center;
}
.innovate-palt-subtitle {
  height: 65px;
  position: absolute;
  color: #eef0f2;
  font-size: 50px;
  /* left: 41%; */
  top: 10px;
  width: 100%;
  text-align: center;
  z-index: -1;
}
.palt-others-desc {
  font-size: 16px;
  color: #666b75;
  line-height: 30px;
  margin-top: 30px;
  /* text-align: center; */
}
.innovate-palt-list {
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.palt-list-span {
  width: 49%;
  display: inline-block;
}
.palt-list-span:nth-child(1) {
  margin-right: 1.5%;
}
.palt-span-header {
  /* background: #E8EFF9; */
  height: 400px;
  text-align: center;
  /* line-height: 200px; */
}
.palt-span-header span {
  color: #0054a7;
  font-size: 100px;
}
.palt-span-header img {
  width: 100%;
  height: 400px;
}
.palt-span-body {
  text-align: center;
  height: 70px;
  overflow: hidden;
  line-height: 70px;
  background: #f9fafc;
}
.span-body-header {
  font-size: 18px;
  color: #223343;
}
.span-body-content {
  margin-top: 25px;
  font-size: 16px;
  color: #666b75;
}

/* 研发实力 */
.research-strength {
  background: #f9fafc;
  position: relative;
  min-width: 1200px;
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
  margin-top: 35px;
}

.research-strength-title {
  height: 112px;
  top: 62px;
  font-size: 42px;
  width: 1400px;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  color: #223343;
  position: relative;
}

.research-strength-subtitle {
  width: 100%;
  height: 65px;
  position: absolute;
  color: #eef0f2;
  font-size: 50px;
  text-align: center;
  top: 70px;
}

.research-strength-list {
  height: 250px;
  width: 1400px;
  margin: 0 auto;
  margin-top: 47px;
}

.strength-list-span {
  width: 200px;
  margin-right: 100px;
  float: left;
  overflow: hidden;
}

.list-span-icon {
  width: 200px;
  height: 200px;
}

/* .strength-list-span img:hover {
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
} */

.strength-list-span img {
  /* cursor: pointer; */
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; */
}

.list-span-intro-num {
  width: 200px;
  text-align: center;
  margin-top: 27px;
  font-size: 30px;
  color: #223343;
}
.list-span-intro {
  width: 200px;
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  color: #223343;
}

.research-strength-desc {
  width: 1400px;
  margin: 0 auto;
  margin-top: 35px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  /* text-align: center; */
  margin-bottom: 40px;
}

/* 体系认证 */
.system-certification {
  /* height: 607px; */
  position: relative;
}
.system-certification-mongolia {
  position: absolute;
  width: 98.9vw;
  height: 865px;
  margin-top: -805px;
  background: #f9fafc;
  left: 0;
  z-index: -2;
}

.system-certification-title {
  height: 50px;
  font-size: 42px;
  color: #223343;
  text-align: center;
  margin-top: 62px;
}

.system-certification-content {
  /* height: 393px; */
  /* background: #F5F6F8; */
  margin-top: 40px;
}

.new-certification-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.box-span {
  float: left;
  width: 32%;
  height: 315px;
  margin-right: 2%;
  position: relative;
}
.box-span img {
  width: 100%;
  height: 90%;
}
.box-span:nth-child(3) {
  float: right;
  margin-right: 0;
}

.system-certification-subtitle {
  width: 100%;
  height: 65px;
  text-align: center;
  position: absolute;
  font-size: 50px;
  top: 10px;
  z-index: -1;
  color: #eef0f2;
}

/* 创新体系 */
.system-certification-banner {
  width: 100%;
  margin-bottom: 50px;
  height: 450px;
  margin-top: 30px;
}
.system-certification-banner-left {
  width: 50% !important;
  height: 434px !important;
  float: left;
  position: relative;
}
.banner-item-img{
  display: block;
  width: 100%;
  height: 434px;
  object-fit: cover;
  /* border-radius: 10px 0px 0px 10px; */
}
.system-certification-banner-right {
  width: 50%;
  height: 434px;
  float: left;
  background: #f5f6f8;
  color: #666b75;
  font-size: 16px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 80px 60px 0px;
}

/* 创新成果 */
.innovate-achieve {
  position: relative;
  /* height: 557px; */
  margin-top: 60px;
  overflow: hidden;
}

.innovate-achieve-title {
  height: 50px;
  font-size: 42px;
  color: #223343;
  text-align: center;
  /* margin-top: 62px; */
}

.innovate-achieve-subtitle {
  width: 100%;
  height: 65px;
  position: absolute;
  color: #eef0f2;
  font-size: 50px;
  text-align: center;
  top: 10px;
  z-index: -1;
}

.innovate-achieve-content {
  height: 280px;
  /* background: #F5F6F8; */
  margin-top: 60px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;


}
.achieve-content-span {
  /* cursor: pointer; */
  float: left;
  height: 150px;
  /* margin-bottom: 30px; */
  width: 17%;
  margin-right: 10%;
  overflow: hidden;
}
.achieve-content-span:nth-child(4n) {
  float: right;
  margin-right: 0px;
}
.achieve-content-span:nth-child(3n) {
  width: 17%;
}
.content-span-icon {
  height: 55px;
  line-height: 55px;
  float: left;
  margin-right: 20px;
}
.content-span-icon span {
  font-size: 50px;
}
.content-span-num {
  font-size: 30px;
}
.achieve-content-span:hover span {
  color: #0054a6;
}
.content-span-name {
  font-size: 16px;
  color: #223343;
  /* text-align: center; */
  margin-top: 0px;
  margin-left: 70px;
  position: absolute;
  width: 229px;
}

/* 轮播css */
.control-box {
  width: 1400px;
  /* background-repeat: no-repeat; */
  background: #ffffff;
  /* background-position: 60px 165px; */
  margin-left: auto;
  margin-right: auto;
}

.control-box ul {
  list-style: none;
  position: relative;
}

.control-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}

.prev {
  height: 71px;
  width: 29px;
  position: absolute;
  top: 60%;
  background: #0054a7;
  left: 15px;
  color: #ffffff;
  line-height: 71px;
  z-index: 9;
  text-align: center;
}

.next {
  height: 71px;
  width: 29px;
  position: absolute;
  top: 60%;
  background: #0054a7;
  right: 3px;
  color: #ffffff;
  line-height: 71px;
  z-index: 9;
  text-align: center;
}

.prev:hover,
.next:hover {
  cursor: pointer;
}

.bigbox {
  overflow: hidden;
  background: #f9fafc;
  width: 100%;
  height: 500px;
}

#switcher {
  /* height: 190px; */
  left: 0px;
}

.content_1.content_2 {
  width: 100%;
  float: left;
}

.box {
  text-align: center;
  font-size: 16px;
  color: #666666;
  transition: all 0.7s ease 0s;
  width: 352px;
  padding: 0 15px;
  /* height: 446px; */
  float: left;
}

.box img {
  width: 100%;
  height: 100%;
}

.box-title {
  margin-top: 10px;
  text-align: center;
}

/* 企业文化-功勋人物 */
.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: 30px;
  overflow: hidden;
  display: none;
}
.figures-list-span {
  float: left;
  width: 16.4%;
  margin-right: 4px;
  position: relative;
  margin-bottom: 20px;
}
.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 img {
  height: 100%;
  width: 100%;
}

.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-span:nth-child(2) .figures-list-name span,
.figures-list-span:nth-child(3) .figures-list-name span{
  border: 1px solid #223343;
} */

.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: 800px;
  height: 400px;
  background: #ffffff;
  border-radius: 3px;
  position: relative;
  margin: 0 auto;
  /* margin-top: 10%; */
  overflow: hidden;
  top: 12%;
}

@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: 320px;
  margin-left: 50px;
  width: 210px;
}

.figures-check-img img {
  border-radius: 3px;
  width: 200px;
  height: 320px;
}

.figures-right {
  float: left;
  margin-left: 70px;
  width: 400px;
}

.figures-name {
  margin-top: 50px;
  color: #223343;
  font-size: 36px;
}

.figures-text {
  margin-top: 30px;
  font-size: 18px;
  color: #666b75;
  line-height: 30px;
}

/* 整体布局响应式小于1400px */
@media screen and (max-width: 1400px) {
  .innovate-palt,
  .system-certification,
  .innovate-achieve {
    width: 1200px;
  }

  .research-strength-title {
    width: 1200px;
  }

  .research-strength-list {
    width: 1200px;
  }

  .research-strength-desc {
    width: 1200px;
  }

  .control-box {
    width: 1200px;
  }

  .innovate-palt-left {
    width: 700px;
  }

  .innovate-palt-icon {
    width: 726px;
  }

  .strength-list-span {
    width: 210px;
    margin-right: 37px;
  }

  .box {
    width: 300px;
  }
  .span-body-content {
    margin-top: 10px;
  }
  .palt-span-body {
    /* padding: 10px 30px; */
  }
  /* 功勋人物 */
  .meritorious-figures {
    width: 1200px;
  }
  .figures-list-span {
    width: 16.3%;
  }
  .figures-list-icon {
    height: 320px;
  }
  /* .figures-list-span:first-child img {
    margin-left: -40%;
  } */
}

.active-span {
  color: #ffffff !important;
  background: #0054a7;
}
.province-honor-header {
  width: 500px;
  margin: 0 auto;
  overflow: hidden;
  /* height: 60px; */
  line-height: 60px;
  text-align: center;
}
.honor-header-span:last-child {
  /* float: right; */
  margin-right: 0px;
}
.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;
}
.province-honor-body{
  width: 100%;
  position: relative;
}

