@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Heebo:800");
.gao {
  width: 1;
  height: 2000px;
}

.swiper {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@font-face {
  font-family: "Futura Md BT-Medium";
  src: url("../font/Futura-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS";
  src: url("../font/HarmonyOS_Sans_SC.woff") format("woff");
}
body {
  font: 14px/1.8 "Futura Md BT-Medium", "HarmonyOS";
  color: #000;
  line-height: 1;
}

body {
  background-color: #fff;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .menu-item:hover .menu-text {
  border-bottom: 7px solid #0A6EF0;
}
header .menu-item:nth-of-type(1):hover .menu-text:after,
header .menu-item:nth-of-type(6):hover .menu-text:after {
  opacity: 0;
}
header .pc_nav h1 {
  position: absolute;
  height: 100%;
  left: 4.3%;
  top: 0;
}
header .nav_right_box {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
header .nav_right_box .phone {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}
header .nav_right_box .icon_cont {
  position: relative;
  text-align: center;
  display: flex;
}
header .nav_right_box .icon_cont .icon_box {
  width: 70px;
  color: #fff;
  cursor: pointer;
}
header .nav_right_box .icon_cont .icon_box:hover {
  color: #FFA028;
}
header .nav_right_box .icon_cont .icon_box:nth-child(1) {
  border-right: 1px solid #fff;
}
header .shoshuo_box {
  position: absolute;
  width: 200px;
  height: 80px;
  right: 0;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 15px;
  display: none;
}
header .shoshuo_box input {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border: 1px solid #e1e1e1;
  height: 30px;
  border-radius: 5px;
  padding: 0 10px;
  width: 170px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.parent {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}

.daohang_text {
  position: absolute;
  right: 56px;
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
}

.index_head_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_head_box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.index_head_box .swiper-container {
  height: 100%;
}
.index_head_box .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.index_head_box .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shubiao {
  position: absolute;
  right: 6%;
  bottom: 7%;
  z-index: 50;
  text-align: center;
}
.shubiao span {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.shubiao .zi {
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
}

svg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

button {
  position: absolute;
  z-index: 50;
  width: 40px;
  overflow: hidden;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}

button:focus {
  outline-width: 0;
}

circle {
  stroke: #fff;
  fill: none;
  transition: 0.3s;
}

#svg1 circle {
  transition-timing-function: linear;
}

#svg2 circle {
  transition-timing-function: linear;
}

#Capa_1 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-7px, -8px);
}

#Capa_2 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-9px, -8px);
}

.right {
  margin-left: 23%;
  margin-top: 6%;
  border: 1px solid #849494;
  background-color: transparent;
  transition: 0.5s;
}

.right:hover {
  background-color: #fff;
}

.left {
  margin-left: 0.5%;
  margin-top: 6%;
  border: 1px solid #849494;
  background-color: transparent;
  transition: 0.5s;
}

.left:hover {
  background-color: #fff;
}

.circle1 {
  transition-delay: 0.05s;
}

.circle2 {
  transition-delay: 0.1s;
}

.circle3 {
  transition-delay: 0.15s;
}

.circle4 {
  transition-delay: 0.2s;
}

.circle5 {
  transition-delay: 0.25s;
}

.circle6 {
  transition-delay: 0.3s;
}

.circle7 {
  transition-delay: 0.35s;
}

.circle8 {
  transition-delay: 0.4s;
}

.circle9 {
  transition-delay: 0.45s;
}

.circle10 {
  transition-delay: 0.05s;
}

.circle11 {
  transition-delay: 0.1s;
}

.circle12 {
  transition-delay: 0.15s;
}

.circle13 {
  transition-delay: 0.2s;
}

.circle14 {
  transition-delay: 0.25s;
}

.circle15 {
  transition-delay: 0.3s;
}

.circle16 {
  transition-delay: 0.35s;
}

.circle17 {
  transition-delay: 0.4s;
}

.circle18 {
  transition-delay: 0.45s;
}

.slide1 {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-image: url("../../img/index/index_bg.jpg");
}

.slide2 {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-image: url("../../img/index/index_bg2.jpg");
}

.slide3 {
  background-image: url("https://images.unsplash.com/photo-1490100667990-4fced8021649?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1600&h=900&fit=crop&s=247f52de1a292b8a1877b0c7dd77a291");
}

.slide4 {
  background-image: url("https://images.unsplash.com/photo-1494783404829-a93883e74b68?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1600&h=900&fit=crop&s=413f5f5c41f4db69a1474d92419601ac");
}

.slider {
  position: absolute;
  width: 400%;
  height: 100%;
  background: #000;
  display: inline-flex;
  overflow: hidden;
}

.slide1,
.slide2,
.slide3,
.slide4 {
  position: absolute;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 62px;
  padding-top: 138px;
  font-weight: 800;
  text-align: center;
  width: 25%;
  height: 100%;
  z-index: 10;
  transition: 2s;
}

.tran {
  transform: scale(1.3);
}

.up1 {
  z-index: 41;
}

.up2 {
  z-index: 40;
}

.steap {
  stroke-width: 0;
}

.streak {
  stroke-width: 5%;
}

@media (max-width: 700px) {
  .parent {
    margin-left: 1%;
  }
}
.index_head_box {
  overflow: hidden;
}
.index_head_box .title_box {
  position: absolute;
  top: 36%;
  text-align: center;
  width: 100%;
}
.index_head_box .title_box .en {
  font-size: 60px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 8px;
  margin-bottom: 20px;
}
.index_head_box .title_box .title {
  font-size: 46px;
  color: #FFFFFF;
  font-weight: 400;
  letter-spacing: 8px;
  margin-bottom: 4%;
}
.index_head_box .title_box span {
  border: 1px solid rgba(255, 255, 255, 0.521);
  display: inline-block;
  padding: 30px;
  font-size: 16px;
  font-weight: lighter;
  border-radius: 50%;
  color: #fff;
  transition: all 0.4s linear;
}
.index_head_box .title_box span:hover {
  transform: rotate(45deg);
  border-color: #0A6EF0;
  background-color: #0A6EF0;
}
.index_head_box .page_ye_list {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 5%;
}
.index_head_box .page_ye_list .he_bandili {
  cursor: pointer;
  margin: 30px 0;
  display: flex;
  align-items: center;
  text-align: right;
  width: 100%;
}
.index_head_box .page_ye_list .he_bandili svg {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.index_head_box .page_ye_list .he_bandili p {
  width: calc(100% - 30px);
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.36s;
  padding-right: 15px;
}
.index_head_box .page_ye_list .he_bandili.act p {
  color: #fff;
}
.index_head_box .page_ye_list .he_bandili svg .circle {
  fill: #fff;
  transition: all 0.56s;
}
.index_head_box .page_ye_list .he_bandili.act svg .circle {
  opacity: 0;
}
.index_head_box .page_ye_list .he_bandili svg .wrapper {
  transition: all 0.56s;
  transform: scale(0);
  transform-origin: 50% 50%;
}
.index_head_box .page_ye_list .he_bandili.act svg .wrapper {
  transform: scale(1);
}
.index_head_box .page_ye_list .he_bandili .background {
  transform-origin: 15px 15px;
  stroke: #fff;
  transition: stroke 0.2s linear;
}
.index_head_box .page_ye_list .he_bandili .foreground {
  transform-origin: 15px 15px;
  stroke-dasharray: 87.9646px, 87.9646px;
  transform: rotate(-90deg);
  stroke: #fff;
}
.index_head_box .page_ye_list .he_bandili circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_head_box .page_ye_list .he_bandili.act .foreground {
  -webkit-animation: stroke 6.1s linear 0.2s;
          animation: stroke 6.1s linear 0.2s;
}
@-webkit-keyframes stroke {
  0% {
    stroke-dasharray: 0, 87.9646px;
  }
  100% {
    stroke-dasharray: 87.9646px, 87.9646px;
  }
}
@keyframes stroke {
  0% {
    stroke-dasharray: 0, 87.9646px;
  }
  100% {
    stroke-dasharray: 87.9646px, 87.9646px;
  }
}

@keyframes stroke {
  0% {
    stroke-dasharray: 0, 87.9646px;
  }
  100% {
    stroke-dasharray: 87.9646px, 87.9646px;
  }
}
.lizhi {
  position: absolute;
  left: 0;
  bottom: -45%;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.index_service {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index_service .index_service_box {
  position: relative;
  width: 33.3333%;
  background-size: cover;
  background-position: center center;
  padding: 5% 6%;
}
.index_service .index_service_box a {
  width: 100%;
}
.index_service .index_service_box .mo_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 71, 159, 0.8);
  transition: all 0.4s linear;
}
.index_service .index_service_box .title_cont {
  position: relative;
  display: flex;
  z-index: 2;
  justify-content: space-between;
}
.index_service .index_service_box .title_cont .icon_box {
  margin-right: 2%;
  display: flex;
  align-items: center;
}
.index_service .index_service_box .title_cont .icon_box span {
  font-size: 46px;
  color: #fff;
}
.index_service .index_service_box .title_box {
  position: relative;
  padding-top: 10px;
}
.index_service .index_service_box .title_box .title {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.index_service .index_service_box .title_box .text {
  font-size: 14px;
  font-weight: lighter;
  color: #FFFFFF;
  line-height: 2;
  margin-bottom: 23px;
  width: 77%;
}
.index_service .index_service_box .title_box .more {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
}
.index_service .index_service_box .title_box .more span {
  border: 1px solid rgba(255, 255, 255, 0.521);
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  font-weight: lighter;
  border-radius: 50%;
  color: #fff;
  transition: all 0.4s linear;
  margin-right: 5px;
}
.index_service .index_service_box:hover .mo_box {
  background-color: rgba(10, 110, 240, 0.692);
}
.index_service .index_service_box:hover .title_box .more span {
  transform: rotate(45deg);
  border-color: #0A6EF0;
  background-color: #0A6EF0;
}

.index_cont {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.padding_box {
  padding: 0px 12% 0px 12%;
}

.index_summary {
  position: relative;
  padding: 80px 0% 0px 20%;
  overflow: hidden;
  background-image: url(../../img/index/sum.png);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.index_summary .summary_cont {
  position: relative;
  width: 100%;
  display: flex;
  background-color: #fff;
  align-items: center;
}
.index_summary .summary_cont .left_box {
  position: relative;
  width: 80%;
  padding: 90px 0px 0 12%;
  border-right: 1px solid rgba(112, 112, 112, 0.14);
}
.index_summary .summary_cont .left_box .title_box {
  border-bottom: 1px solid rgba(112, 112, 112, 0.14);
}
.index_summary .summary_cont .left_box .title_box .title {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}
.index_summary .summary_cont .left_box .title_box .en {
  font-size: 30px;
  font-weight: 500;
  color: #0A6EF0;
  margin-bottom: 15px;
}
.index_summary .summary_cont .left_box .title_box .text {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 40px;
}
.index_summary .summary_cont .left_box .title_box .more {
  position: absolute;
  top: 50px;
  right: 5%;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  transition: all 0.4s linear;
}
.index_summary .summary_cont .left_box .title_box .more span {
  border: 1px solid #CCCCCC;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.4s linear;
}
.index_summary .summary_cont .left_box .title_box .more:hover {
  color: #0A6EF0;
  font-weight: bold;
}
.index_summary .summary_cont .left_box .title_box .more:hover span {
  transform: rotate(45deg);
  border-color: #0A6EF0;
  color: #fff;
  background-color: #0A6EF0;
}
.index_summary .summary_cont .left_box .txt_box {
  position: relative;
  max-width: 95%;
  padding: 60px 0;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}
.index_summary .summary_cont .left_box .number_cont {
  position: relative;
  width: 95%;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px 100px 0;
}
.index_summary .summary_cont .left_box .number_cont .item {
  text-align: center;
}
.index_summary .summary_cont .left_box .number_cont .item .numU {
  font-size: 48px;
  font-family: OPPOSans-Medium, OPPOSans;
  font-weight: 500;
  color: #333333;
  margin-bottom: 15px;
  transition: all 0.4s linear;
}
.index_summary .summary_cont .left_box .number_cont .item .numU sub {
  position: absolute;
  font-size: 24px;
  margin-left: 10px;
}
.index_summary .summary_cont .left_box .number_cont .item .indc {
  font-size: 14px;
  font-weight: 300;
  font-weight: normal;
  color: rgba(102, 102, 102, 0.486);
  transition: all 0.4s linear;
}
.index_summary .summary_cont .left_box .number_cont .item:hover .numU,
.index_summary .summary_cont .left_box .number_cont .item:hover .indc {
  color: #FFA028;
}
.index_summary .summary_cont .right_box {
  position: relative;
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.index_summary .summary_cont .right_box .en {
  text-align: center;
  font-size: 9.3vw;
  color: #F7F7F7;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  transition: all 0.4s linear;
}

.shuzi_cont {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  z-index: 2;
  padding: 70px 8.33%;
  background-color: #0A6EF0;
  background-image: url(../../img/index/m_bg.png);
}
.shuzi_cont .numU {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 25px;
  font-family: HarmonyOS Sans SC-Light, HarmonyOS Sans SC;
}
.shuzi_cont sub {
  position: absolute;
  font-size: 26px;
}
.shuzi_cont .indc {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.index_cont .s_bg1 {
  position: absolute;
  top: 500px;
  right: -40%;
  width: 70%;
}
.index_cont .s_bg2 {
  position: absolute;
  top: 400px;
  left: 20%;
  width: 56%;
}
.index_cont .s_bg3 {
  position: absolute;
  top: 91%;
  left: -38%;
  width: 75%;
  z-index: 1;
}

.stem_cont {
  position: relative;
  width: 100%;
  padding: 150px 8.33% 100px 8.33%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.stem_cont .s_bg2 {
  position: absolute;
  left: 0;
  top: -25%;
  z-index: -1;
}
.stem_cont .left_box {
  width: 35%;
}
.stem_cont .left_box .left_title_box .title {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}
.stem_cont .left_box .left_title_box .en {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  color: #0A6EF0;
  padding-bottom: 34px;
  margin-bottom: 85px;
}
.stem_cont .left_box .left_title_box .en .heng {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #FFA028;
}
.stem_cont .left_box .text {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
  margin-bottom: 60px;
}
.stem_cont .left_box .more {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  transition: all 0.4s linear;
}
.stem_cont .left_box .more span {
  border: 1px solid #CCCCCC;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.4s linear;
}
.stem_cont .left_box .more:hover {
  color: #0A6EF0;
  font-weight: bold;
}
.stem_cont .left_box .more:hover span {
  transform: rotate(45deg);
  border-color: #0A6EF0;
  color: #fff;
  background-color: #0A6EF0;
}
.stem_cont .right_box {
  width: 50%;
  z-index: 1;
}
.stem_cont .right_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stem_cont .fangkuai {
  position: absolute;
  width: 33.59%;
  height: 359px;
  right: 0;
  bottom: 0;
  background-color: #0A6EF0;
}

.index_Customized {
  position: relative;
  height: 95vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
}
.index_Customized .customized_title {
  position: relative;
  top: 25%;
  padding-left: 8.33%;
}
.index_Customized .customized_title .title {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 35px;
  transition: all 0.4s linear;
}
.index_Customized .customized_title .text {
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
  width: 35%;
  margin-bottom: 20px;
}
.index_Customized .customized_title .en {
  font-size: 18px;
  font-weight: 500;
  color: hsla(0deg, 0%, 100%, 0.39);
  line-height: 1.2;
}
.index_Customized .customized_title .more {
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 30px;
  display: inline-block;
}
.index_Customized .customized_title .more span {
  font-size: 14px;
}
.index_Customized .link_run {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 20px;
  right: 8.33%;
  top: 50%;
  margin-top: -16px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  transition: all 0.4s linear;
}
.index_Customized .link_run:hover {
  transform: rotate(45deg);
  border-color: #0A6EF0;
  color: #fff;
  background-color: #0A6EF0;
}
.index_Customized .customized_list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.199);
  padding: 0 8.33%;
}
.index_Customized .customized_list ul {
  display: flex;
  justify-content: space-between;
}
.index_Customized .customized_list ul li {
  position: relative;
  width: 16.66%;
  height: 286px;
  transition: all 0.4s linear;
}
.index_Customized .customized_list ul .arr {
  background-color: #0A6EF0;
}
.index_Customized .customized_list .list_box {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 55px 0 45px 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.index_Customized .customized_list .list_box .icon_box {
  margin-bottom: 50px;
}
.index_Customized .customized_list .list_box .icon_box span {
  font-size: 50px;
}
.index_Customized .customized_list .list_box .title {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 36px;
  line-height: 1.4;
}
.index_Customized .customized_list .list_box .num {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.322);
}

.index_xibao {
  padding: 75px 8.33% 110px 8.33%;
  overflow: hidden;
}
.index_xibao .shuo_title_box {
  position: relative;
  margin-bottom: 65px;
}
.index_xibao .shuo_title_box .title {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
.index_xibao .shuo_title_box .en {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  color: #0A6EF0;
  padding-bottom: 40px;
  line-height: 1.2;
}
.index_xibao .shuo_title_box .en .heng {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #FFA028;
}
.index_xibao .lunbo_box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index_xibao .left_box {
  position: relative;
  width: 62.5%;
}
.index_xibao .left_box .swiper-pagination {
  text-align: right;
  padding-right: 45px;
  bottom: 30px;
}
.index_xibao .left_box .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
.index_xibao .left_box .swiper {
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #ff6600;
  /* 两种都可以 */
}
.index_xibao .right_box {
  position: relative;
  width: 30%;
}
.index_xibao .right_box .swiper-slide {
  background-color: #fff;
}
.index_xibao .story_title_box {
  text-align: left;
  background-color: #fff;
}
.index_xibao .story_title_box .title {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.index_xibao .story_title_box .text {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  padding-bottom: 33px;
  margin-bottom: 43px;
}
.index_xibao .story_title_box .text .heng {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #FFA028;
}
.index_xibao .story_title_box .txt {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 84px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_xibao .story_title_box .more {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  transition: all 0.4s linear;
}
.index_xibao .story_title_box .more span {
  border: 1px solid #CCCCCC;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.4s linear;
}
.index_xibao .story_title_box .more:hover {
  color: #0A6EF0;
  font-weight: bold;
}
.index_xibao .story_title_box .more:hover span {
  transform: rotate(45deg);
  border-color: #0A6EF0;
  color: #fff;
  background-color: #0A6EF0;
}

.label_box {
  width: 200px;
  display: none;
}
.label_box .title {
  font-size: 12px;
}
.label_box .select {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 44px;
  border: 1px solid #eee;
  cursor: pointer;
  z-index: 1;
}
.label_box .select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  border-top: 5px solid #666;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.label_box .select .select_text {
  padding: 0 20px 0 10px;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  font-family: Source Han Sans SC-Normal, Source Han Sans SC;
  font-weight: 400;
  color: #AEB0AE;
}
.label_box .select_ul {
  display: none;
  position: absolute;
  top: 44px;
  left: -1px;
  width: 100%;
  min-width: 100%;
  border: 1px solid #D4D4D4;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #fff;
}
.label_box .select_ul li {
  line-height: 36px;
  text-indent: 10px;
}
.label_box .select_ul li:hover {
  color: #fff;
  background: #6AA7EA;
}
.label_box .select_ul li.cur {
  color: #fff;
  background: #195DA3;
}

.index_story {
  position: relative;
  width: 100%;
  padding: 400px 8.33% 0px 8.33%;
}
.index_story .left_box {
  position: relative;
  width: 25%;
  padding-bottom: 170px;
}
.index_story .left_box .story_title_box {
  text-align: left;
  background-color: #fff;
}
.index_story .left_box .story_title_box .title {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.index_story .left_box .story_title_box .text {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  padding-bottom: 33px;
  margin-bottom: 43px;
}
.index_story .left_box .story_title_box .text .heng {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #FFA028;
}
.index_story .left_box .story_title_box .txt {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 84px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_story .left_box .story_title_box .more {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  transition: all 0.4s linear;
}
.index_story .left_box .story_title_box .more span {
  border: 1px solid #CCCCCC;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.4s linear;
}
.index_story .left_box .story_title_box .more:hover {
  color: #0A6EF0;
  font-weight: bold;
}
.index_story .left_box .story_title_box .more:hover span {
  transform: rotate(45deg);
  border-color: #0A6EF0;
  color: #fff;
  background-color: #0A6EF0;
}
.index_story .right_box {
  position: absolute;
  width: 56%;
  top: 0;
  right: 8.33%;
}
.index_story .right_box .right_box_row {
  position: relative;
  display: flex;
  padding-right: 7%;
  justify-content: space-between;
  padding-bottom: 90px;
  padding-top: 73px;
}
.index_story .right_box .xian {
  position: absolute;
  width: 2px;
  height: 100%;
  right: calc(7% + 22.5px);
  margin-left: -1px;
  background-color: #707070;
  opacity: 0.14;
  z-index: -1;
  top: 0;
}
.index_story .right_box .shuo_title_box {
  position: relative;
}
.index_story .right_box .shuo_title_box .title {
  font-size: 38px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
.index_story .right_box .shuo_title_box .en {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  color: #0A6EF0;
  padding-bottom: 40px;
  line-height: 1.2;
}
.index_story .right_box .shuo_title_box .en .heng {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #FFA028;
}
.index_story .right_box .btn_box {
  position: relative;
  height: 100%;
}
.index_story .right_box .btn_box .btn_pan span {
  font-size: 13px;
  color: #999999;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  display: inline-block;
  padding: 15px;
  margin-bottom: 22px;
  cursor: pointer;
  transition: all 0.4s linear;
  background-color: #fff;
  z-index: 1;
}
.index_story .right_box .btn_box .btn_pan span:hover {
  border-color: #0A6EF0;
  background-color: #0A6EF0;
  color: #fff;
}

.index_dynamic {
  position: relative;
  width: 100%;
  padding: 9vh 8.33% 16vh 8.33%;
  background-color: #0059CC;
}
.index_dynamic .title_box {
  position: relative;
}
.index_dynamic .title_box .en {
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.2;
}
.index_dynamic .title_box .title {
  font-size: 36px;
  font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.index_dynamic .title_box .more {
  margin-bottom: 37px;
}
.index_dynamic .title_box .more span {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #CCCCCC;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.4s linear;
  color: #fff;
}
.index_dynamic .title_box .more span:hover {
  border-color: #fff;
  background-color: #fff;
  color: #0527AF;
  transform: rotate(45deg);
}
.index_dynamic .title_box .heng {
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #FFA028;
}
.index_dynamic .dynamic_cont {
  position: relative;
  width: 100%;
  margin-top: 30px;
  z-index: 1;
}
.index_dynamic .dynamic_cont .swiper-slide {
  padding-top: 30px;
  background-color: rgba(255, 255, 255, 0);
}

.dynamic_box {
  background-color: #fff;
  transition: all 0.4s linear;
}
.dynamic_box .tu_box {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.dynamic_box .tu_box img {
  width: 100%;
  transition: all 0.4s linear;
}
.dynamic_box .dynamic_title_box {
  position: relative;
  padding: 25px;
  text-align: left;
}
.dynamic_box .dynamic_title_box .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  margin-bottom: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.dynamic_box .dynamic_title_box .text {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.dynamic_box .more_box {
  position: relative;
  border-top: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 25px;
}
.dynamic_box .more_box span {
  border: 1px solid #fff;
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.4s linear;
  color: #000;
  font-size: 14px;
}
.dynamic_box .more_box .yuan {
  position: absolute;
  right: 3.5%;
  width: 32px;
  height: 32px;
  background: #FFA028;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s linear;
}
.dynamic_box .more_box .time {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  z-index: 1;
}
.dynamic_box:hover {
  background-color: #fff;
  transform: translate(0px, -15px);
}
.dynamic_box:hover .tu_box img {
  transform: scale(1.1);
}
.dynamic_box:hover .dynamic_title_box .title {
  color: #000;
}
.dynamic_box:hover .dynamic_title_box .text {
  color: #999999;
}
.dynamic_box:hover .more_box {
  border-color: #707070;
}
.dynamic_box:hover .more_box span {
  background-color: #0047A3;
  color: #fff;
  transform: rotate(45deg);
}
.dynamic_box:hover .more_box .time {
  color: #999999;
}
.dynamic_box:hover .more_box .yuan {
  opacity: 1;
}

.head_index {
  position: relative;
  width: 100%;
  height: 650px;
  background-image: url(../../img/cellsaid/bg1.png);
  background-size: cover;
  background-position: center center;
}
.head_index .title_box {
  position: relative;
  text-align: center;
}
.head_index .title_box .en {
  font-size: 50px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 6px;
  margin-bottom: 20px;
}
.head_index .title_box .title {
  font-size: 36px;
  font-weight: 100;
  color: #FFFFFF;
  letter-spacing: 8px;
}

.navigation {
  position: relative;
  width: 100%;
  padding: 0 8.33%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.navigation .left_box {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
}
.navigation .left_box a {
  color: #555555;
}
.navigation .right_box ul {
  position: relative;
  display: flex;
}
.navigation .right_box .list_box {
  padding: 0 28px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  height: 70px;
  line-height: 70px;
}
.navigation .right_box .list_box:hover {
  background-color: #0A6EF0;
  color: #fff;
}
.navigation .right_box .arr .list_box {
  background-color: #0A6EF0;
  color: #fff;
}

@-webkit-keyframes circle-opacity {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}

@keyframes circle-opacity {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
.grid_tu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid_tu img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s linear;
}
.grid_tu .img_box {
  overflow: hidden;
  position: relative;
}
.grid_tu .img_box .mo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.grid_tu .img_box .num {
  position: relative;
  background-color: #0A6EF0;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 19px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 71px;
}
.grid_tu .img_box .num::before {
  content: "";
  display: block;
  -webkit-animation: circle-opacity 1s infinite;
          animation: circle-opacity 1s infinite;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(10, 110, 240);
  position: absolute;
  -webkit-animation: circle-opacity 2s infinite;
          animation: circle-opacity 2s infinite;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  z-index: -1;
}
.grid_tu .img_box .title_cont1 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.grid_tu .img_box .title_cont1 .title_box {
  width: 70%;
}
.grid_tu .img_box .title_cont1 .title_box .title {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 52px;
}
.grid_tu .img_box .title_cont1 .title_box .text {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.8;
}
.grid_tu .img_box .title_cont2 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.grid_tu .img_box .title_cont2 .title_box {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.grid_tu .img_box .title_cont2 .title_box .title {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
}
.grid_tu .img_box .title_cont2 .title_box .num {
  margin-bottom: auto;
}
.grid_tu .img_box:hover img {
  transform: scale(1.2);
}
.grid_tu .img_box:hover .title_box .num {
  background: #FFA028;
}
.grid_tu .img_box:hover .title_box .num::before {
  background: rgb(238, 119, 29);
}
.grid_tu .img_box:hover .mo {
  background-color: rgba(10, 110, 240, 0.796);
}
.grid_tu .t1 .title {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 15%;
  left: 0;
  top: 0;
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4;
}
.grid_tu .t2 {
  height: 650px;
}
.grid_tu .t3 {
  height: 325px;
}
.grid_tu .t4 {
  height: 325px;
}

.span-col-2 {
  grid-column: span 2/auto;
}

.span-row-2 {
  grid-row: span 2/auto;
}

.kuang_head_box {
  position: relative;
  width: 100%;
  padding: 60px 8.33%;
  display: flex;
  justify-content: space-between;
}
.kuang_head_box .left_box {
  max-width: 50%;
}
.kuang_head_box .left_box .title {
  position: relative;
  padding-bottom: 35px;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #000000;
}
.kuang_head_box .left_box .title .heng {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #FFA028;
}
.kuang_head_box .left_box .text {
  font-size: 22px;
  font-family: HarmonyOS Sans SC-Medium, HarmonyOS Sans SC;
  font-weight: 500;
  color: #0A6EF0;
  line-height: 1.6;
}
.kuang_head_box .right_box {
  position: relative;
  width: 45%;
}
.kuang_head_box .right_box .title_box .title {
  font-size: 22px;
  font-weight: 500;
  color: #0A6EF0;
  line-height: 1.4;
  margin-bottom: 32px;
  font-weight: 500;
}
.kuang_head_box .right_box .title_box .text {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}

.title_box_small {
  position: relative;
  margin-bottom: 70px;
}
.title_box_small .title {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 18px;
}
.title_box_small .en {
  font-size: 20px;
  font-weight: 500;
  color: #0A6EF0;
}

.science_cont {
  position: relative;
  padding: 50px 8.33% 60px 8.33%;
  overflow: hidden;
}
.science_cont .science_box {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.science_cont .science_box .left_box {
  position: relative;
  width: 45%;
}
.science_cont .science_box .left_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.science_cont .science_box .right_box {
  width: 45%;
  position: relative;
  display: flex;
  align-items: center;
}
.science_cont .science_box .right_box li {
  list-style: disc;
  font-size: 14px;
  font-family: HarmonyOS Sans SC-Light, HarmonyOS Sans SC;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}
.science_cont .science_box .right_box li::marker {
  color: #0A6EF0;
}

.process {
  position: relative;
  width: 100%;
  background-color: #F9F9F9;
  padding: 110px 8.33% 60px 8.33%;
}
.process .border {
  width: 128px;
  height: 64px;
  margin: 64px auto;
  position: relative;
  border: 3px solid #0A6EF0;
  border-bottom: 0;
  border-radius: 128px 128px 0 0;
  background-clip: padding-box;
  padding: 10px;
  transform: rotate(-90deg);
}
.process .process_list {
  transform: translate(16px, 0px);
}
.process .list_box {
  position: relative;
  width: 310px;
  display: flex;
  flex-direction: column;
}
.process .list_box .title_box {
  border-left: 3px solid #0A6EF0;
  padding: 18px 22px;
  margin-left: 60px;
  height: 116px;
  margin-top: -6px;
}
.process .list_box .title_box .title {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 14px;
}
.process .list_box .title_box .text {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.process .yuan_cont {
  position: relative;
  width: 128px;
  height: 128px;
  border-radius: 50%;
}
.process .yuan_cont .border {
  position: absolute;
  top: -35px;
  left: -35px;
}
.process .yuan_cont span {
  border: 6px solid #0A6EF0;
  font-size: 32px;
  display: inline-block;
  border-radius: 50%;
  color: #FFA028;
  padding: 25px;
  margin-top: -5px;
  transition: all 0.4s linear;
}
.process ul {
  display: flex;
  justify-content: center;
}
.process ul li {
  position: relative;
  margin-left: -125px;
}
.process ul li:nth-child(1) {
  margin-left: 0;
}
.process ul li:nth-child(2n) .list_box {
  flex-direction: column-reverse;
  margin-top: 112px;
}
.process ul li:hover .list_box .title_box .title,
.process ul li:hover .list_box .title_box .text {
  color: #0A6EF0;
  font-weight: 500;
}
.process ul li:hover .yuan_cont span {
  font-size: 38px;
}

footer {
  position: relative;
  width: 100%;
  background: #0527AF;
  color: #fff;
}
footer a {
  font-size: 14px;
  color: #A2CBFF;
}
footer a:hover {
  color: #FFA028;
}
footer .footer_up_box {
  padding: 80px 8.33% 65px 8.33%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
footer .lianjie {
  display: flex;
}
footer .list_cont {
  position: relative;
  margin-right: 9%;
  width: 300px;
  display: flex;
  justify-content: space-between;
}
footer .list_cont .list_box .list_head {
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 400;
}
footer .list_cont .list_box li {
  margin-bottom: 15px;
}
footer .contact {
  position: relative;
}
footer .contact .title_box {
  margin-bottom: 50px;
}
footer .contact .title_box .title {
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 16px;
}
footer .contact .title_box .text {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 17px;
}
footer .contact .title_box .text span {
  display: inline-block;
  font-size: 17px;
  margin-right: 30px;
}
footer .contact .code_cont {
  display: flex;
}
footer .contact .code_cont .code_box {
  width: 95px;
  text-align: center;
  font-size: 12px;
}
footer .contact .code_cont .code_box:nth-child(1) {
  margin-right: 50px;
}
footer .contact .code_cont .code_box img {
  width: 100%;
  margin-bottom: 15px;
}
footer .footer_down_box {
  padding: 50px 8.33%;
  display: flex;
  justify-content: space-between;
}
footer .footer_down_box .lian {
  line-height: 2;
}
footer .footer_down_box .lian a {
  font-size: 14px;
  font-weight: normal;
}
footer .footer_down_box .footer_icon {
  line-height: 2;
}
footer .footer_down_box .footer_icon span {
  display: inline-block;
  margin: 0 15px;
}

.store_cont {
  padding: 115px 8.33%;
  overflow: hidden;
}
.store_cont .store_box {
  display: flex;
  padding: 0 16%;
}
.store_cont .store_box .left_box {
  width: 60%;
}
.store_cont .store_box .left_box img {
  width: 100%;
}
.store_cont .store_box .right_box {
  width: 50%;
  transform: translate(-50px, 0px);
}
.store_cont .store_box .right_box ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.store_cont .store_box .right_box ul li:nth-child(1) {
  transform: translate(-100px, 0px);
}
.store_cont .store_box .right_box ul li:nth-child(4) {
  transform: translate(-100px, 0px);
}
.store_cont .store_box .right_box .store_list_box {
  position: relative;
  display: flex;
}
.store_cont .store_box .right_box .store_list_box .icon_box {
  margin-right: 4%;
}
.store_cont .store_box .right_box .store_list_box .icon_box span {
  display: inline-block;
  transition: all 0.4s linear;
  background: #FFA028;
  font-size: 25px;
  color: #fff;
  border-radius: 50%;
  padding: 29px;
}
.store_cont .store_box .right_box .store_list_box .title_box {
  transition: all 0.4s linear;
}
.store_cont .store_box .right_box .store_list_box .title_box .title {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}
.store_cont .store_box .right_box .store_list_box .title_box .text {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 1.8;
}
.store_cont .store_box .right_box ul li:hover .store_list_box .icon_box span {
  transform: scale(1.1);
}
.store_cont .store_box .right_box ul li:hover .store_list_box .title_box .title {
  color: #0527AF;
  font-weight: 900;
}
.store_cont .store_box .right_box ul li:hover .store_list_box .title_box .text {
  color: #0A6EF0;
}

.Collection_cont {
  position: relative;
  padding: 110px 8.33%;
}
.Collection_cont .Collection_box {
  display: flex;
  align-items: center;
}
.Collection_cont .Collection_box .tu_box {
  width: 40%;
}
.Collection_cont .Collection_box .tu_box img {
  width: 100%;
}
.Collection_cont .Collection_box .zi_box {
  width: 38%;
  margin-left: 12%;
}
.Collection_cont .Collection_box .zi_box .title_box .title {
  width: 200px;
  height: 46px;
  background: #0A6EF0;
  border-radius: 25px 25px 25px 25px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 45px;
}
.Collection_cont .Collection_box .zi_box .title_box .text {
  font-size: 14px;
  font-family: HarmonyOS Sans SC-Light, HarmonyOS Sans SC;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}
.Collection_cont .Collection_box .zi_box ul {
  margin-top: 54px;
  margin-left: 20px;
}
.Collection_cont .Collection_box .zi_box ul li {
  list-style: disc;
  margin-bottom: 20px;
}
.Collection_cont .Collection_box .zi_box ul li::marker {
  color: #0A6EF0;
}
.Collection_cont .Collection_box .zi_box .list_box {
  font-size: 16px;
  font-weight: 500;
  color: #898989;
  display: flex;
}
.Collection_cont .Collection_box .zi_box .list_box .title {
  width: 100px;
  color: #0A6EF0;
}
.Collection_cont .Collection_box .zi_box .list_box .time {
  width: 150px;
}
.Collection_cont .Collection_box .zi_box .list_box .yue {
  min-width: 70px;
}
.Collection_cont .Collection_box2 {
  margin-top: 100px;
}
.Collection_cont .Collection_box2 .zi_box {
  margin-left: 0;
  margin-right: 12%;
}

.uterus_cont {
  position: relative;
  padding: 0 8.33%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.uterus_cont .tu_box {
  width: 45%;
}
.uterus_cont .tu_box img {
  width: 100%;
  min-height: 350px;
}
.uterus_cont .zi_box {
  width: 40%;
}
.uterus_cont .zi_box .title_box .title {
  font-size: 22px;
  font-weight: 500;
  color: #0A6EF0;
  line-height: 1.4;
  margin-bottom: 50px;
}
.uterus_cont .zi_box .title_box .text {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  max-height: 300px;
  overflow-y: auto;
}

.yinyong_cont {
  position: relative;
  width: 100%;
  padding: 0 8.33%;
  height: 480px;
  background: #0A6EF0;
  padding-top: 50px;
  margin-bottom: 370px;
}
.yinyong_cont .yinyong_title_box {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.yinyong_cont .yinyong_title {
  text-align: center;
}
.yinyong_cont .yinyong_title .en {
  font-size: 50px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.34);
  margin-bottom: 15px;
}
.yinyong_cont .yinyong_title .title {
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
}
.yinyong_cont .yinyong_list {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -270px;
  padding: 0 8.33%;
}
.yinyong_cont .yinyong_list ul {
  display: flex;
}
.yinyong_cont .yinyong_list ul li {
  position: relative;
  margin-right: 0.8%;
  width: 25%;
  transition: all 0.4s linear;
}
.yinyong_cont .yinyong_list .yinyong_list_box {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.yinyong_cont .yinyong_list .yinyong_list_box .zi_box {
  min-height: 200px;
  padding: 37px 25px 0 25px;
}
.yinyong_cont .yinyong_list .yinyong_list_box .zi_box .title {
  font-size: 20px;
  font-weight: 500;
  color: #0A6EF0;
  margin-bottom: 15px;
}
.yinyong_cont .yinyong_list .yinyong_list_box .zi_box .text {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}
.yinyong_cont .yinyong_list .yinyong_list_box .tu_box {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.yinyong_cont .yinyong_list .yinyong_list_box .tu_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s linear;
}
.yinyong_cont .yinyong_list li:hover {
  box-shadow: 0px 8px 15px 1px rgba(0, 0, 0, 0.16);
}
.yinyong_cont .yinyong_list li:hover img {
  transform: scale(1.2);
}

.cunchu .science_box .left_box {
  width: 60%;
}
.cunchu .science_box .right_box {
  width: 32%;
}
.cunchu .science_box .right_box li {
  margin-bottom: 10px;
}

.zhifang_yin {
  margin-top: 0;
}
.zhifang_yin .yinyong_title_box {
  justify-content: center;
  text-align: center;
}

.xibao_youshi {
  width: 100%;
  height: 680px;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-image: url(../../img/cellsaid/xibao.png);
}
.xibao_youshi .title_box {
  position: relative;
  padding: 90px 8.33%;
}
.xibao_youshi .title_box .title {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.xibao_youshi .title_box .en {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}
.xibao_youshi .xibao_youshi_cont {
  position: relative;
  padding: 0 8.33%;
  height: 310px;
}
.xibao_youshi .xibao_youshi_cont .left_box {
  position: absolute;
  top: 0;
  left: 20%;
  display: flex;
}
.xibao_youshi .xibao_youshi_cont .right_box {
  position: absolute;
  bottom: 0;
  right: 20%;
  display: flex;
}
.xibao_youshi .xibao_youshi_cont .xibao_box {
  position: relative;
  width: 210px;
  height: 155px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 30px 25px;
}
.xibao_youshi .xibao_youshi_cont .xibao_box .text {
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.8;
}
.xibao_youshi .xibao_youshi_cont .xibao_box .num {
  position: absolute;
  right: 25px;
  bottom: 20px;
  color: #FFFFFF;
}
.xibao_youshi .xibao_youshi_cont .xibao_box:hover {
  background-color: #0A6EF0;
}

.mianyi_cont {
  padding: 0 8.33%;
  position: relative;
  overflow: hidden;
}
.mianyi_cont .bg {
  position: absolute;
  width: 100%;
  top: 300px;
  left: 0;
  background-color: #0A6EF0;
  height: calc(100% - 300px);
}
.mianyi_cont .teb_title_cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.mianyi_cont .teb_title_cont .title_box {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F9F9F9;
  padding: 0 8% 0 18%;
  cursor: pointer;
}
.mianyi_cont .teb_title_cont .title_box .title {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
}
.mianyi_cont .teb_title_cont .title_box span {
  color: #999999;
  font-size: 12px;
}
.mianyi_cont .teb_title_cont .title_box:hover {
  background: #0A6EF0;
}
.mianyi_cont .teb_title_cont .title_box:hover .title {
  color: #fff;
}
.mianyi_cont .teb_title_cont .title_box:hover span {
  color: #fff;
}
.mianyi_cont .teb_title_cont .arr {
  background: #0A6EF0;
}
.mianyi_cont .teb_title_cont .arr .title {
  color: #fff;
}
.mianyi_cont .teb_title_cont .arr span {
  color: #fff;
}
.mianyi_cont .tab_box {
  padding-bottom: 190px;
  background-color: #fff;
}
.mianyi_cont .tab_box .text_cont {
  padding: 0 8%;
  text-align: initial;
  font-family: HarmonyOS Sans SC-Light, HarmonyOS Sans SC;
}
.mianyi_cont .tab_box .text_cont .title {
  border-left: 3px solid #0A6EF0;
  font-size: 20px;
  font-weight: 500;
  color: #0A6EF0;
  margin-bottom: 45px;
  padding-left: 14px;
  margin: 35px 0;
}
.mianyi_cont .tab_box .text_cont .text {
  font-size: 14px;
  font-family: HarmonyOS Sans SC-Light, HarmonyOS Sans SC;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}
.mianyi_cont .tab_box .text_cont .tiao {
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  font-family: HarmonyOS Sans SC-Light, HarmonyOS Sans SC;
  color: #666666;
}

.lingchuang_title {
  position: relative;
  width: 100%;
  padding: 60px 8.33%;
  display: flex;
  justify-content: space-between;
}
.lingchuang_title .left_box {
  position: relative;
  width: 50%;
  z-index: 1;
}
.lingchuang_title .left_box img {
  position: absolute;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lingchuang_title .right_box {
  position: relative;
  left: -10%;
}
.lingchuang_title .right_box .title_box .title {
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}
.lingchuang_title .right_box .title_box .heng {
  width: 40px;
  height: 5px;
  background: #FFA028;
  margin-bottom: 30px;
}
.lingchuang_title .right_box .title_box .test {
  font-size: 22px;
  font-weight: 500;
  color: #0A6EF0;
  margin-bottom: 30px;
  line-height: 1.5;
}
.lingchuang_title .right_box .title_box .test span {
  color: #FFA028;
  font-size: 26px;
}
.lingchuang_title .right_box .title_box .txt {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}
.lingchuang_title .kuan {
  position: absolute;
  width: 30%;
  height: 200px;
  bottom: 0;
  left: 0;
  background: #0A6EF0;
}

.application {
  padding: 154px 8.33% 400px 8.33%;
  background: #0A6EF0;
  display: flex;
  justify-content: space-between;
}
.application .left_box {
  width: 50%;
}
.application .left_box .title {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 30px;
}
.application .left_box .heng {
  width: 40px;
  height: 5px;
  background: #FFFFFF;
}
.application .right_box {
  padding-left: 5%;
  font-size: 50px;
  font-weight: 500;
  color: hsla(0deg, 0%, 100%, 0.377);
  padding-bottom: 84px;
}

.linchuang_list {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 0 8.33%;
  margin-top: -400px;
}
.linchuang_list img {
  width: 100%;
}

.mianyi_table {
  display: flex;
  padding: 50px 8.33%;
  margin-bottom: 50PX;
}
.mianyi_table .left_box {
  width: 50%;
}
.mianyi_table .left_box .title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  color: #0A6EF0;
  margin-bottom: 15px;
}
.mianyi_table .left_box .text {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 18px;
}
.mianyi_table .left_box .heng {
  width: 40px;
  height: 5px;
  background: #FFA028;
  margin-bottom: 40px;
}
.mianyi_table .left_box .txt {
  font-size: 14px;
  width: 70%;
  font-weight: 300;
  color: #666666;
  line-height: 2;
  margin-bottom: 40px;
}
.mianyi_table .left_box .en {
  font-size: 32px;
  font-weight: 500;
  color: rgba(10, 110, 240, 0.459);
}
.mianyi_table .right_box td,
.mianyi_table .right_box th {
  padding: 12px 20px;
  line-height: 1.5;
}
.mianyi_table .right_box td {
  width: 200px;
  background: #F9F9F9;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-align: center;
}
.mianyi_table .right_box th {
  width: 200px;
  height: 45px;
  background: #FFA028;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.advantage_index {
  background-image: url(../../img/advantage/bg.png);
}

.adv_cont {
  position: relative;
  width: 100%;
  padding: 60px 8.33%;
  display: flex;
  align-items: center;
}
.adv_cont .tu_box {
  width: 57%;
}
.adv_cont .tu_box img {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
.adv_cont .zi_box {
  position: absolute;
  right: 60px;
  bottom: 5%;
}
.adv_cont .zi_box .title {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.397);
  line-height: 1.4;
  text-align: right;
  margin-top: -60%;
}
.adv_cont .zi_box2 {
  margin-bottom: 10%;
}
.adv_cont .txt_cont {
  position: relative;
  width: 43%;
  height: 540px;
  right: 0;
  background: #0A6EF0;
  color: #fff;
  padding: 80px 60px;
  padding-bottom: 0;
}
.adv_cont .txt_cont .txt_title {
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.adv_cont .txt_cont .heng {
  width: 40px;
  height: 5px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.adv_cont .txt_cont .txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  color: #FFFFFF;
  max-height: 260px;
  overflow-y: auto;
}

.zhongxin_cont {
  padding: 15px 8.33% 60px 8.33%;
  position: relative;
  width: 100%;
}
.zhongxin_cont .title_box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
}
.zhongxin_cont .title_box .title {
  font-size: 22px;
  font-weight: bold;
  color: #666666;
  padding-bottom: 20px;
  transition: all 0.4s linear;
  cursor: pointer;
}
.zhongxin_cont .title_box .title:nth-child(1) {
  margin-right: 10%;
}
.zhongxin_cont .title_box .title .xian {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #0A6EF0;
  opacity: 0;
  transition: all 0.4s linear;
}
.zhongxin_cont .title_box .title .xian span {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 3px;
  width: 0;
  height: 0;
  transform: rotate(180deg);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #0A6EF0;
}
.zhongxin_cont .title_box .title:hover {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #0A6EF0;
}
.zhongxin_cont .title_box .title:hover .xian {
  opacity: 1;
}
.zhongxin_cont .title_box .arr {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #0A6EF0;
}
.zhongxin_cont .title_box .arr .xian {
  opacity: 1;
}
.zhongxin_cont .title_box .text {
  margin-left: 6%;
  margin-top: -20px;
}

.zhongxin_lun_cont {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 8.33%;
}
.zhongxin_lun_cont .zhongxin_lun {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
.zhongxin_lun_cont span {
  font-size: 26px;
  padding: 20px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 50%;
  color: #CCCCCC;
  margin-top: -25px;
}
.zhongxin_lun_cont span:hover {
  color: #0A6EF0;
}
.zhongxin_lun_cont .left_btn {
  left: -5%;
}
.zhongxin_lun_cont .right_btn {
  left: auto;
  right: -5%;
}
.zhongxin_lun_cont .lun_page_box {
  display: flex;
  position: relative;
  left: 8.33%;
  margin-bottom: 90px;
}

.baozhang_cont {
  align-items: inherit;
  padding-bottom: 0;
}
.baozhang_cont .tu_box {
  width: 100%;
}
.baozhang_cont .zi_box .title {
  margin-top: 0;
}

.baozhang_zi_cont {
  padding: 0 8.33%;
}
.baozhang_zi_cont .baozhang_zi {
  position: relative;
  background: #0A6EF0;
  width: 100%;
  padding: 80px;
}
.baozhang_zi_cont .baozhang_zi .tu_box {
  position: absolute;
  top: -200px;
  right: -0.7%;
  width: 50%;
  transition: all 0.4s linear;
}
.baozhang_zi_cont .baozhang_zi .tu_box img {
  width: 100%;
}
.baozhang_zi_cont .baozhang_zi .tu_box:hover {
  width: 55%;
}
.baozhang_zi_cont .baozhang_zi .txt_title {
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.baozhang_zi_cont .baozhang_zi .heng {
  width: 40px;
  height: 5px;
  background: #FFFFFF;
  margin-bottom: 35px;
}
.baozhang_zi_cont .baozhang_zi .txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  color: #FFFFFF;
  width: 80%;
}

.news_index {
  background-image: url(../../img/news/bg.png);
}

.news_list_cont {
  padding: 80px 8.39% 30px 8.39%;
}
.news_list_cont .new_list ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.news_list_cont .new_list ul li {
  width: 23.5%;
  margin-right: 2%;
}
.news_list_cont .new_list ul li:nth-child(4n) {
  margin-right: 0;
}
.news_list_cont .new_list .dynamic_box {
  background: #F9F9F9;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.news_list_cont .new_list .dynamic_box .dynamic_title_box .title {
  color: #000000;
}
.news_list_cont .new_list .dynamic_box .dynamic_title_box .text {
  color: #555555;
}
.news_list_cont .new_list .dynamic_box .more_box span {
  border: none;
  color: #666666;
}
.news_list_cont .new_list .dynamic_box .more_box .time {
  color: #666666;
}
.news_list_cont .new_list .dynamic_box:hover {
  background: #0A6EF0;
}
.news_list_cont .new_list .dynamic_box:hover .dynamic_title_box .title {
  color: #FFFFFF;
}
.news_list_cont .new_list .dynamic_box:hover .dynamic_title_box .text {
  color: #FFFFFF;
}
.news_list_cont .new_list .dynamic_box:hover .more_box {
  border-color: hsla(0deg, 0%, 100%, 0.295);
}
.news_list_cont .new_list .dynamic_box:hover .more_box span {
  color: #FFFFFF;
}
.news_list_cont .new_list .dynamic_box:hover .more_box .time {
  color: #fff;
}

.paging_cont {
  position: relative;
  padding: 0 8.39%;
  margin-bottom: 100px;
  display: flex;
  justify-content: end;
}
.paging_cont .paging {
  display: flex;
}
.paging_cont .paging ul {
  display: flex;
}
.paging_cont .paging .paging_btn {
  width: 50px;
  height: 50px;
  border: 1px solid #999999;
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  border-radius: 50%;
  margin-left: 30px;
  letter-spacing: 2px;
  cursor: pointer;
}
.paging_cont .paging .paging_btn span {
  font-size: 16px;
}
.paging_cont .paging .paging_btn:hover {
  border-color: #0A6EF0;
  background-color: #0A6EF0;
  color: #fff;
}
.paging_cont .paging .arr {
  border-color: #0A6EF0;
  background-color: #0A6EF0;
  color: #fff;
}

.video_cont {
  position: relative;
  padding: 125px 8.33%;
}
.video_cont ul {
  display: flex;
  flex-wrap: wrap;
}
.video_cont ul li {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 50px;
  cursor: pointer;
}
.video_cont ul li:nth-child(3n) {
  margin-right: 0;
}
.video_cont .video_box {
  position: relative;
  width: 100%;
}
.video_cont .video_box .img_box {
  height: 300px;
}
.video_cont .video_box .img_box .tu {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_cont .video_box .img_box .bofang {
  position: absolute;
  width: 36px;
}
.video_cont .video_box .zi_box {
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 0;
}
.video_cont .video_box:hover .img_box .bofang {
  content: url(../../img/news/bofang2.png);
}
.video_cont .video_box:hover .zi_box {
  background-color: #0A6EF0;
  color: #fff;
}

.vide_tianchuang {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.718);
}
.vide_tianchuang .tianchuang {
  width: 100%;
  height: 100%;
}
.vide_tianchuang #video {
  width: 100%;
  height: 100%;
}
.vide_tianchuang svg {
  width: auto;
  height: auto;
}
.vide_tianchuang .plu-video-container .plu-video-play-svg {
  right: 78px;
}
.vide_tianchuang .off {
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0;
  cursor: pointer;
  color: #fff;
  display: inline;
}
.vide_tianchuang .off span {
  font-size: 30px;
}
.vide_tianchuang .container {
  position: relative;
  width: 50%;
  height: 60%;
}

.news_details_cont {
  position: relative;
  padding: 60px 8.33%;
}
.news_details_cont .title_box {
  border-bottom: 1px solid rgba(112, 112, 112, 0.322);
}
.news_details_cont .title_box .time_cont {
  display: flex;
  margin-bottom: 32px;
}
.news_details_cont .title_box .time_cont .news_category {
  font-size: 16px;
  font-weight: 400;
  color: #FFA028;
  padding-right: 18px;
  border-right: 1px solid #999999;
  margin-right: 18px;
}
.news_details_cont .title_box .time_cont .time {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
}
.news_details_cont .title_box .title {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 50px;
}
.news_details_cont .title_box .share {
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  margin-bottom: 81px;
}
.news_details_cont .title_box .share ul {
  display: flex;
  align-items: center;
}
.news_details_cont .title_box .share ul li {
  margin-right: 17px;
}
.news_details_cont .title_box .share span {
  color: #999999;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 10px;
}
.news_details_cont .title_box .share span:hover {
  color: #fff;
  border-color: #0A6EF0;
  background-color: #0A6EF0;
}
.news_details_cont .content_news {
  position: relative;
  width: 100%;
  padding: 37px 0;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  border-bottom: 1px solid rgba(112, 112, 112, 0.322);
}
.news_details_cont .content_news span {
  display: initial;
}
.news_details_cont .content_news img {
  max-width: 100%;
}

.Turn {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.Turn .Turn_cont {
  display: flex;
}
.Turn .Turn_cont .Turn_btn {
  width: 200px;
  height: 50px;
  border-radius: 25px 25px 25px 25px;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  font-weight: 300;
  color: #666666;
}
.Turn .Turn_cont .Turn_btn:hover {
  background-color: #0A6EF0;
  border-color: #0A6EF0;
  color: #fff;
}
.Turn .Turn_cont .up_btn {
  margin-right: 32px;
}

.contact_index {
  background-image: url(../../img/contact/bg.png);
}

.contact_cont {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 0 8.33%;
}
.contact_cont .contact_tab {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
.contact_cont .contact_box {
  width: 40%;
  height: 120px;
  padding: 0px 4.3%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #EEEEEE;
}
.contact_cont .contact_box:nth-child(2) {
  width: 33.5%;
}
.contact_cont .contact_box:nth-child(3) {
  margin-right: 0;
  width: 22.85%;
}
.contact_cont .contact_box span {
  color: #999999;
  display: inline-block;
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 16px;
  margin-right: 30px;
}
.contact_cont .contact_box .zi_box {
  color: #B9B9B9;
}
.contact_cont .contact_box .zi_box .up_box {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact_cont .contact_box .zi_box .dizi {
  font-size: 14px;
  font-weight: 400;
}
.contact_cont .contact_box .zi_box .code_text {
  -ms-writing-mode: tb;
      writing-mode: tb;
  margin-right: 14px;
}
.contact_cont .contact_box .zi_box .phone {
  font-size: 20px;
  font-weight: bold;
}
.contact_cont .contact_box .code_box {
  display: flex;
  align-items: center;
}
.contact_cont .contact_box:hover {
  background-color: #0A6EF0;
}
.contact_cont .contact_box:hover span {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
}
.contact_cont .contact_box:hover .zi_box {
  color: #fff;
}

.ditu_cont {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

#container {
  position: relative;
  width: 83.34%;
  height: 487px;
}

.about_index {
  background-image: url(../../img/about/bg.png);
}

.title_box_about {
  position: relative;
  width: 100%;
}
.title_box_about .title {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}
.title_box_about .en {
  font-size: 30px;
  font-weight: 500;
  color: #0A6EF0;
  line-height: 1.2;
  margin-bottom: 30px;
}
.title_box_about .heng {
  width: 40px;
  height: 5px;
  background: #FFA028;
  margin-bottom: 70px;
}
.title_box_about .text {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
}

.biological {
  position: relative;
  padding: 100px 8.33% 60px 8.33%;
  display: flex;
  justify-content: space-between;
}
.biological .left_box {
  position: relative;
  width: 53%;
}
.biological .right_box {
  position: relative;
  width: 35%;
  height: 100%;
}
.biological .right_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.biological .kuai {
  position: absolute;
  width: 25%;
  height: 600px;
  background-color: #0059CC;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.innovation {
  position: relative;
  padding: 100px 8.33% 75px 8.33%;
  background-color: #0059CC;
  display: flex;
  justify-content: space-between;
}
.innovation .bg_yuan {
  position: absolute;
  width: 40%;
  height: 137%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  left: -8%;
  top: -13%;
}
.innovation .left_box .en {
  font-size: 50px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.307);
  margin-bottom: 50px;
}
.innovation .left_box .title {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5;
}
.innovation .right_box li {
  font-size: 14px;
  font-family: HarmonyOS Sans SC-Light, HarmonyOS Sans SC;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 30px;
  transition: all 0.4s linear;
}
.innovation .right_box li:hover {
  color: #FFA028;
}

.cooperation {
  position: relative;
  padding: 60px 8.33%;
}
.cooperation .hezuio_lun {
  position: relative;
  width: 100%;
}
.cooperation .swiper-slide {
  border: 1px solid #DDDDDD;
  height: 130px;
  margin-bottom: 20px;
  transition: all 0.4s linear;
}
.cooperation .swiper-slide:hover {
  box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.1);
}
.cooperation .swiper-wrapper {
  margin-bottom: 90px;
}
.cooperation .my-bullet {
  width: 12px;
  height: 12px;
  background: #CCCCCC;
  border-radius: 50%;
  border-right: 10px;
  margin: 0 5px;
  display: inline-block;
}
.cooperation .swiper-pagination-bullet-active {
  background: #FFA028;
}
.cooperation img {
  width: auto;
  height: auto;
  max-width: 80%;
  transition: all 0.4s linear;
}

.yanfa {
  position: relative;
  padding: 0px 8.33%;
  margin-bottom: 100px;
}
.yanfa .yanfa_tab_cont {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.yanfa .yanfa_tab_cont .tab_box {
  position: relative;
  width: 50%;
  background: #F9F9F9;
  border: 1px solid #F9F9F9;
  display: flex;
  justify-content: space-between;
  padding: 0 6%;
  align-items: center;
  height: 93px;
  cursor: pointer;
  transition: all 0.4s linear;
}
.yanfa .yanfa_tab_cont .tab_box .title {
  font-size: 22px;
  font-weight: 500;
  color: #999999;
}
.yanfa .yanfa_tab_cont .tab_box:hover {
  background-color: #0A6EF0;
}
.yanfa .yanfa_tab_cont .tab_box:hover .title {
  color: #fff;
}
.yanfa .yanfa_tab_cont .tab_box:hover .more {
  color: hsla(0deg, 0%, 100%, 0.329);
}
.yanfa .yanfa_tab_cont .tab_box .more {
  font-size: 12px;
  font-weight: 500;
  color: #999999;
}
.yanfa .yanfa_tab_cont .tab_box .more span {
  font-size: 12px;
  display: inline-block;
  margin-left: 18px;
}
.yanfa .yanfa_tab_cont .tab_box .more:hover {
  color: #FFA028;
}
.yanfa .yanfa_tab_cont .arr {
  background-color: #0A6EF0;
}
.yanfa .yanfa_tab_cont .arr .title {
  color: #fff;
}
.yanfa .yanfa_tab_cont .arr .more {
  color: hsla(0deg, 0%, 100%, 0.329);
}
.yanfa .tab_neirong {
  position: relative;
  width: 100%;
  padding: 110px 6%;
  background-color: #0A6EF0;
  background-size: cover;
  background-position: center center;
  background-image: url("../../img/about/hezuo_bg.png");
}
.yanfa .tab_neirong li {
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 30px;
  line-height: 1.8;
}
.yanfa .tab_neirong .tab2 {
  display: none;
}
.yanfa .tab_neirong .zi {
  position: absolute;
  right: 3%;
  top: 19%;
  font-size: 50px;
  font-weight: 500;
  text-align: right;
  color: rgba(255, 255, 255, 0.137);
}
.yanfa .tab_neirong .more {
  display: none;
  color: #fff;
  font-size: 20px;
}

.culture {
  position: relative;
  width: 100%;
  padding: 60px 8.33%;
  display: flex;
  margin-bottom: 100px;
}
.culture .left_box {
  position: relative;
  width: 28%;
  position: 30%;
}
.culture .right_box {
  position: relative;
  width: 72%;
  display: flex;
}
.culture .right_box .box_cont {
  height: 430px;
  border: 1px solid #DDDDDD;
  opacity: 1;
  margin-right: 2%;
  width: 32%;
  flex-direction: column;
  transition: all 0.4s linear;
}
.culture .right_box .box_cont:nth-child(3) {
  margin-right: 0;
}
.culture .right_box .box_cont .yuan_cont {
  padding: 10px;
  border: 1px dashed #FFA028;
  border-radius: 50%;
  margin-bottom: 72px;
  transition: all 0.4s linear;
}
.culture .right_box .box_cont .yuan_cont span {
  background-color: #FFA028;
  border-radius: 50%;
  padding: 20px;
  font-size: 50px;
  display: inline-block;
  color: #fff;
  transition: all 0.4s linear;
}
.culture .right_box .box_cont .title {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 16px;
}
.culture .right_box .box_cont .text {
  font-size: 16px;
  font-weight: 300;
  color: #555555;
}
.culture .right_box .box_cont:hover {
  box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.16);
}
.culture .right_box .box_cont:hover .yuan_cont {
  margin-bottom: 48px;
  padding: 26px;
}
.culture .right_box .box_cont:hover .yuan_cont span {
  font-size: 53px;
}

.about_paging {
  padding: 0px 8.33%;
}

.honor {
  position: relative;
  width: 100%;
  padding: 60px 8.33%;
}
.honor .list_cont {
  position: relative;
}
.honor .list_cont ul {
  display: flex;
  flex-wrap: wrap;
}
.honor .list_cont ul li {
  width: 23.125%;
  margin-right: 2.5%;
  margin-bottom: 36px;
}
.honor .list_cont ul li:nth-child(4n) {
  margin-right: 0;
}
.honor .list_cont .list_box {
  overflow: hidden;
}
.honor .list_cont .list_box img {
  width: 100%;
  transition: all 0.4s linear;
}
.honor .list_cont .list_box:hover img {
  transform: scale(1.1);
}

.mokuai_tu {
  position: relative;
  width: 100%;
  padding: 0 8.33%;
}
.mokuai_tu .bg {
  position: absolute;
  width: 100%;
  transition: all 0.4s ease;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.mokuai_tu .mo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.mokuai_tu .up_tu {
  position: relative;
  height: 460px;
  margin-bottom: 84px;
}
.mokuai_tu .up_tu .bg {
  width: 70%;
}
.mokuai_tu .up_tu .up_title {
  position: absolute;
  text-align: left;
  right: 0;
  width: 48%;
  height: 250px;
  font-size: 22px;
  font-weight: 500;
  color: #0A6EF0;
  z-index: 1;
  line-height: 1.4;
  text-align: center;
  background: #EEEEEE;
  padding: 0 50px;
}
.mokuai_tu .up_tu .up_title div {
  text-align: left;
}
.mokuai_tu .up_tu .mo {
  width: 70%;
}
.mokuai_tu .down_box {
  position: relative;
  width: 100%;
  height: 650px;
  display: flex;
}
.mokuai_tu .down_box .left_box {
  position: relative;
  width: 50%;
  height: 100%;
  transition: all 0.4s ease;
}
.mokuai_tu .down_box .left_box .box1 {
  position: relative;
  width: 100%;
  height: 50%;
  background-color: #0059CC;
  transition: all 0.4s ease;
}
.mokuai_tu .down_box .left_box .box2 {
  position: relative;
  width: 100%;
  height: 50%;
  background-color: #6AA7EA;
  transition: all 0.4s ease;
}
.mokuai_tu .down_box .right_box {
  position: relative;
  width: 50%;
  height: 100%;
  transition: all 0.4s ease;
  background-color: #FFA028;
}
.mokuai_tu .down_box .right_box .box3 {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
.mokuai_tu .down_box .title_box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 13%;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: row-reverse;
  transition: all 0.4s ease;
}
.mokuai_tu .down_box .title_box .title {
  font-size: 18px;
  font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
  font-weight: 400;
  color: #FFFFFF;
  z-index: 1;
  line-height: 1.5;
}
.mokuai_tu .down_box .title_box .num {
  position: relative;
  background-color: #0A6EF0;
  font-size: 24px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 12px;
  border-radius: 50%;
  display: inline-block;
  z-index: 2;
}
.mokuai_tu .down_box .title_box .num::before {
  content: "";
  display: block;
  -webkit-animation: circle-opacity 1s infinite;
          animation: circle-opacity 1s infinite;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(10, 110, 240);
  position: absolute;
  -webkit-animation: circle-opacity 2s infinite;
          animation: circle-opacity 2s infinite;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  z-index: -1;
}
.mokuai_tu .down_box .title_box .text {
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  display: none;
  line-height: 2;
  z-index: 1;
}
.mokuai_tu .down_box .title_box:hover {
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  padding: 0 23%;
}
.mokuai_tu .down_box .title_box:hover .num {
  background: #FFA028;
  margin-bottom: 70px;
}
.mokuai_tu .down_box .title_box:hover .num::before {
  background: rgb(238, 119, 29);
}
.mokuai_tu .down_box .title_box:hover .mo {
  background-color: rgba(10, 110, 240, 0.8);
}
.mokuai_tu .down_box .title_box:hover .title {
  margin-bottom: 50px;
}
.mokuai_tu .down_box .title_box:hover .text {
  display: block;
}

.bigdong {
  -webkit-animation: wang 5s 0.1s linear infinite;
  animation: wang 5s 0.1s linear infinite;
}

@-webkit-keyframes wang {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(0.8);
  }
}

@keyframes wang {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(0.8);
  }
}
.navigation_news {
  padding: 0 8.39%;
}

.title_box_se {
  margin-bottom: 70px;
}
.title_box_se .title {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 13px;
}
.title_box_se .en {
  font-size: 20px;
  font-weight: 500;
  color: #0A6EF0;
}

.Guarantee {
  padding: 60px 8.33%;
  background: #F9F9F9;
}
.Guarantee .Guarantee_cont {
  display: flex;
}
.Guarantee .Guarantee_cont .left_box {
  width: 50%;
}
.Guarantee .Guarantee_cont .right_box {
  position: relative;
  width: 50%;
}
.Guarantee .Guarantee_cont .right_box li {
  margin-bottom: 45px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-left: 20%;
}
.Guarantee .Guarantee_cont .right_box li .num {
  font-size: 50px;
  font-weight: 500;
  color: rgba(10, 110, 240, 0.466);
  opacity: 0;
}
.Guarantee .Guarantee_cont .right_box .text_box .title {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  transition: all 0.4s linear;
}
.Guarantee .Guarantee_cont .right_box .text_box .text {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 2;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.4s linear;
}
.Guarantee .Guarantee_cont .right_box .arr {
  border-bottom: 3px solid #0A6EF0;
}
.Guarantee .Guarantee_cont .right_box .arr .text_box .title {
  color: #0A6EF0;
}
.Guarantee .Guarantee_cont .right_box .arr .text_box .text {
  visibility: inherit;
  height: auto;
  padding-bottom: 25px;
  opacity: 1;
}
.Guarantee .Guarantee_cont .right_box .arr .num {
  opacity: 1;
}

.commonproblem {
  padding: 60px 8.33%;
}
.commonproblem .problem {
  margin-top: 100px;
}
.commonproblem .problem .problem_tab {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.commonproblem .problem .problem_tab .tab_list ul {
  display: flex;
}
.commonproblem .problem .problem_tab .tab_list ul li {
  margin-right: 100px;
  border-bottom: 5px solid rgba(10, 110, 240, 0);
  transition: all 0.4s linear;
  padding-bottom: 30px;
  cursor: pointer;
}
.commonproblem .problem .problem_tab .tab_list ul li:hover {
  color: #0A6EF0;
  border-bottom: 5px solid rgb(10, 110, 240);
}
.commonproblem .problem .problem_tab .tab_list ul .arr {
  color: #0A6EF0;
  border-bottom: 5px solid rgb(10, 110, 240);
}
.commonproblem .problem .problem_tab .sousuo {
  position: relative;
  width: 35%;
}
.commonproblem .problem .problem_tab .sousuo span {
  position: absolute;
  left: 6%;
  display: inline;
  color: #999999;
  top: 35%;
  font-size: 14px;
}
.commonproblem .problem .problem_tab .sousuo input {
  width: 100%;
  height: 50px;
  background: #EFEFEF;
  border: none;
  padding-left: 60px;
}
.commonproblem .problem .problem_tab .sousuo .btn_box {
  position: absolute;
  width: 100px;
  height: 50px;
  background: #0A6EF0;
  right: 0;
  top: 0;
  z-index: 9;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.commonproblem .problem .problem_tab .sousuo .btn_box:hover {
  background: #0549a1;
}
.commonproblem .problem .problem_cont {
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
}
.commonproblem .problem .problem_cont .wenti {
  position: absolute;
  width: 60%;
  right: -4.2%;
  top: 0%;
  z-index: -1;
  min-width: 300px;
}
.commonproblem .problem .problem_cont li {
  padding: 20px 0;
  cursor: pointer;
}
.commonproblem .problem .problem_cont li .problem_box .title {
  font-weight: 500;
  color: #5A5A5A;
}
.commonproblem .problem .problem_cont li .problem_box .title span {
  display: inline-block;
  margin: 20px;
  color: #FFA028;
}
.commonproblem .problem .problem_cont li .problem_box .text {
  height: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  transition: all 0.4s linear;
}
.commonproblem .problem .problem_cont li:hover {
  background-color: #0A6EF0;
}
.commonproblem .problem .problem_cont li:hover .title {
  color: #fff;
}
.commonproblem .problem .problem_cont li:hover .title span {
  color: #fff;
}
.commonproblem .problem .problem_cont .arr {
  background-color: #0A6EF0;
}
.commonproblem .problem .problem_cont .arr .problem_box .title {
  color: #fff;
}
.commonproblem .problem .problem_cont .arr .problem_box .title span {
  color: #fff;
}
.commonproblem .problem .problem_cont .arr .problem_box .text {
  padding: 20px 40px;
  opacity: 1;
  visibility: inherit;
  height: auto;
  line-height: 2;
}
.commonproblem .problem .problem_cont .list2 {
  display: none;
}

.pc_header {
  height: 80px;
  position: relative;
  width: 100%;
  z-index: 90;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
}
.pc_header .logo_box img {
  width: 200px;
}
.pc_header:hover {
  background-color: #fff;
}
.pc_header:hover .logo_box img {
  width: 200px;
  content: url(../../img/index/logo2.png);
}
.pc_header:hover .nav_tab_cont .tiile_nav .tiile_nav_title .title {
  color: #000;
}
.pc_header:hover .nav_right_box .phone {
  color: #000;
}
.pc_header:hover .nav_right_box .icon_cont .icon_box {
  color: #000;
}
.pc_header:hover .nav_right_box .icon_cont .icon_box:nth-child(1) {
  border-right: 1px solid #000;
}
.pc_header .logo_box {
  left: 0;
}
.pc_header .nav_tab_cont {
  height: 100%;
}
.pc_header .nav_tab_cont .tiile_nav {
  height: 100%;
  display: flex;
}
.pc_header .nav_tab_cont .tiile_nav .tiile_nav_title {
  position: relative;
  height: 100%;
  width: 130px;
  font-size: 16px;
  font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.pc_header .nav_tab_cont .tiile_nav .tiile_nav_title .title {
  position: relative;
  width: auto;
  display: inline-block;
  line-height: 77px;
  color: #fff;
  border-bottom: 3px solid rgba(10, 110, 240, 0);
  transition: all 0.4s linear;
}
.pc_header .nav_tab_cont .tiile_nav .tiile_nav_title:hover .title {
  color: #0A6EF0;
  line-height: 77px;
  border-bottom: 3px solid #0A6EF0;
}
.pc_header .nav_tab_cont .tiile_nav .arr .title {
  color: #0A6EF0 !important;
  line-height: 77px;
  border-bottom: 3px solid #0A6EF0;
}
.pc_header .nav_tab_cont .list_box {
  position: absolute;
  width: 100%;
  text-align: center;
  display: none;
}
.pc_header .nav_tab_cont .list_box a {
  display: block;
  height: auto;
  line-height: normal;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}
.pc_header .nav_tab_cont .list_box a:hover {
  color: #0047A3;
}
.pc_header .nav_tab_cont .nav_list_bg {
  position: absolute;
  top: 80px;
  width: 100%;
  left: 0;
  height: 265px;
  background-color: rgba(255, 255, 255, 0.801);
  z-index: -1;
  display: none;
}
.pc_header .nav_right_box {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.pc_header .nav_right_box .phone {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}
.pc_header .nav_right_box .icon_cont {
  position: relative;
  text-align: center;
  display: flex;
}
.pc_header .nav_right_box .icon_cont .icon_box {
  width: 70px;
  color: #fff;
  cursor: pointer;
}
.pc_header .nav_right_box .icon_cont .icon_box:hover {
  color: #FFA028;
}
.pc_header .nav_right_box .icon_cont .icon_box:nth-child(1) {
  border-right: 1px solid #fff;
}
.pc_header .shoshuo_box {
  position: absolute;
  padding: 20px 30px;
  height: 80px;
  right: 0;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 15px;
  top: -10px;
  display: none;
  box-shadow: 0px 5px 10px 1px rgba(42, 89, 159, 0.1);
}
.pc_header .shoshuo_box input {
  position: relative;
  margin-top: 0;
  border: 1px solid #e1e1e1;
  height: 30px;
  top: 0;
  border-radius: 5px;
  padding: 0 10px;
  width: 100%;
  height: 100%;
}
.pc_header .list_cont {
  width: 100%;
  top: 80px;
  left: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.95);
  justify-content: center;
}
.pc_header .list_cont ul {
  display: flex;
  justify-content: center;
}
.pc_header .list_cont ul li {
  margin-right: 45px;
}
.pc_header .list_cont ul a {
  display: block;
}

.top_nav {
  background-color: #fff;
}
.top_nav .logo_box img {
  content: url(../../img/index/logo2.png);
}
.top_nav .nav_tab_cont .tiile_nav .tiile_nav_title .title {
  color: #000;
}
.top_nav .nav_right_box .phone {
  color: #000;
}
.top_nav .nav_right_box .icon_cont .icon_box {
  color: #000;
}
.top_nav .nav_right_box .icon_cont .icon_box:nth-child(1) {
  border-right: 1px solid #000;
}

.jianzheng {
  padding: 60px 8.33%;
}
.jianzheng .list_cont {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.jianzheng .list_cont li {
  width: 31.33%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.jianzheng .list_cont li:nth-child(3n) {
  margin-right: 0;
}
.jianzheng .list_cont .list_box {
  width: 100%;
}
.jianzheng .list_cont .list_box .img_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.jianzheng .list_cont .list_box .img_box img {
  width: 100%;
  transition: all 0.4s linear;
}
.jianzheng .list_cont .list_box .title {
  width: 100%;
  height: 60px;
  background: #F9F9F9;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  transition: all 0.4s linear;
  z-index: 1;
}
.jianzheng .list_cont .list_box:hover .title {
  background-color: #0A6EF0;
  color: #fff;
}
.jianzheng .list_cont .list_box:hover img {
  transform: scale(1.1);
}

.search-box—cont {
  width: 100%;
}

.search-box {
  margin-top: 40px;
  text-align: center;
}
.search-box input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #fff;
}
.search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.search-box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.sbsrk {
  display: inline-block;
  width: 40%;
  height: 54px;
  box-sizing: border-box;
  line-height: 64px;
  padding: 0 25px;
  color: #fff;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  outline: none;
}

.sbbtn {
  display: inline-block;
  width: 110px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #E6E6E6;
  font-size: 14px;
  background: #0059CC;
  margin-left: 4px;
}

.Result_cont {
  padding: 60px 8.33%;
}
.Result_cont .Result_list {
  margin-bottom: 100px;
}
.Result_cont .Result_list li {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 71, 163, 0);
  transition: all 0.3s linear;
}
.Result_cont .Result_list li .Result_box {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #333333;
}
.Result_cont .Result_list li .Result_box .num {
  width: 5%;
}
.Result_cont .Result_list li .Result_box .title {
  color: #0047A3;
  margin-right: 5%;
  width: 10%;
  min-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Result_cont .Result_list li .Result_box .text {
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Result_cont .Result_list li:hover {
  border-bottom: 1px solid #0047A3;
}
.Result_cont .Result_list li:hover .Result_box .num {
  color: #FF9933;
}
.Result_cont .Result_list li:hover .text {
  color: #0047A3;
}
.Result_cont .paging_cont {
  justify-content: center;
}/*# sourceMappingURL=style.css.map */