@charset "utf-8";
/* CSS Document */
@font-face {
  src: url("../fonts/HarmonyOS_Sans_Regular.ttf");
  font-family: "myfont1";
}
@font-face {
  src: url("../fonts/HarmonyOS_Sans_Medium.ttf");
  font-family: "myfont";
}
@font-face {
  src: url("../fonts/HarmonyOS_Sans_Bold.ttf");
  font-family: "title1";
}
@font-face {
  src: url("../fonts/HarmonyOS_Sans_Black.ttf");
  font-family: "title2";
}
@font-face {
  src: url("../fonts/HarmonyOS_Sans_Light.ttf");
  font-family: "fontlight";
}

@font-face {
  src: url("../fonts/impact.ttf");
  font-family: "num";
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 12px;
  color: #666;
  list-style: none;
  font-family: "myfont";
  font-weight: normal;
  box-sizing: border-box;
}
@font-face {
  font-family: "iconfont";
  src: url("../icons/iconfont.eot");
  src: url("../icons/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../icons/iconfont.woff") format("woff"),
    url("../icons/iconfont.ttf") format("truetype"),
    url("../icons/iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  list-style: none;
  font-size: 12px;
  line-height: 24px;
}
img {
  width: 100%;
  display: block;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
dir,
section {
  margin: 0;
  padding: 0;
  display: block;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
/*index*/
.w_all {
  width: 80%;
  margin: auto;
}
.w_all2 {
  width: 84%;
  margin: auto;
}
.w_all3 {
  width: 100%;
  height: 100vh;
}
html,
body {
  width: 100%;
  position: relative;
  background-color: #000;
}
header {
  width: 100%;
  position: fixed;
  left: 0%;
  top: 0%;
  z-index: 999999;
}
header .nav_box {
  position: relative;
}

/* 导航 Strat */
header .nav_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18%;
  overflow: hidden;
  padding-top: 30px;
  /* padding-bottom: 24px; */
  height: 120px;
  line-height: 120px;
  background-color: #1a0540;
  box-shadow: 0 0 5px 0 rgba(54, 47, 66, 0.8);
  transition: all .4s;
  -webkit-transition: all .4s;
}
header.sy_menu .nav_box {
  background-color: rgba(27, 7, 58, 1);
}
header .nav_box .logo img {
  height: 42px;
  width: auto;
}
header .nav_box .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .nav_box .nav ul {
  display: flex;
  align-items: center;
}
header .nav_box .nav ul li a {
  font-size: 1.6rem;
  color: #abaaaa;
  padding: 0 30px 15px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  height: 70px;
  line-height: 80px;
  display: block;
}
/*header .nav_box .nav ul li.active a::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 5px;*/
/*  width: calc(100% - 9px);*/
/*  height: 1px;*/
/*  transition: all 0.3s;*/
/*  -webkit-transition: all 0.3s;*/
/*  background: linear-gradient(to right, transparent 0%, #4912bb 100%);*/
/*  background: -webkit-linear-gradient(to right, transparent 0%, #4912bb 100%);*/
/*  z-index: 1;*/
/*}*/
/*header .nav_box .nav ul li.active a::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  transition: all 0.3s;*/
/*  -webkit-transition: all 0.3s;*/
/*  border: 1px solid #4912bb;*/
/*  border-radius: 50%;*/
/*  z-index: 9;*/
/*}*/
/*header .nav_box .nav ul li.active a {*/
/*  font-size: 1.35rem;*/
/*  color: #4d03d4;*/
/*  font-weight: bold;*/
/*}*/
header .nav_box .nav ul li:hover a {
  color: #fff;
}

header .nav_box  form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
  border: 1px solid #4f3783;
  margin-left: 15px;
  padding-right: 15px;
  border-radius: 40px;
}
header .nav_box  input,
header .nav_box  button {
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
  border: 0;
}
header .nav_box  input {
  padding: 6px 16px;
  font-size: 1.4rem;
  color: #fff;
  width: 100%;
}
header .nav_box  input:focus {
  color: #fff;
}
header .nav_box  button {
  display: block;
  width: 24px;
  overflow: hidden;
}
header .nav_box  button img {
  display: block;
}
header .nav_box .nav .language {
  display: flex;
  margin-left: 24px;
}
header .nav_box .nav .language a {
  font-size: 1.4rem;
  color: #4f3783;
  opacity: 0.8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header .nav_box .nav .language a.active {
  opacity: 1;
}
header .nav_box .nav .language span {
  font-size: 1.4rem;
  color: #4f3783;
}
header .nav_box .nav .language a:hover {
  opacity: 1;
}
/* 导航 End*/

/* banner Strat */
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25%;
  background-image: url("../images/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
}
.banner .b_swiper {
  width: 100%;
  height: 100%;
}

.banner .b_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .b_swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .b_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .b_swiper .swiper-pagination {
  bottom: 5% !important;
}
.banner .b_swiper .swiper-pagination-bullet {
  background: none;
  position: relative;
  width: 5% !important;
  opacity: 1 !important;
  margin: 0 10px !important;
}
.banner .b_swiper .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: calc(100% - 7px);
  height: 1px;
  background: linear-gradient(to right, transparent 0%, #fff 100%);
  background: -webkit-linear-gradient(to right, transparent 0%, #fff 100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.banner .b_swiper .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.banner .b_swiper .swiper-pagination-bullet-active {
  background: none !important;
  padding-bottom: 2px;
}
.banner .b_swiper .swiper-pagination-bullet-active::before {
  width: calc(100% - 11px);
  background: linear-gradient(to right, transparent 0%, #c45904 100%);
  background: -webkit-linear-gradient(to right, transparent 0%, #c45904 100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  bottom: 5px;
}
.banner .b_swiper .swiper-pagination-bullet-active::after {
  width: 10px;
  height: 10px;
  border: 1px solid #c45904;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  bottom: 0;
}
.banner .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 50%;
  z-index: 99;
}
.banner .box .box_con {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner .box .box_con img {
  width: 50%;
  height: auto;
}
.banner .box .box_con p {
  font-size: 2.3rem;
  font-weight: bolder;
  color: #fff;
  text-align: center;
  margin-top: 42px;
  text-shadow: 0px 0px 20px #081116;
  line-height: 1.45;
}
.ny_banner {
  height: 90vh;
}
.ny_banner .box .box_con h2 {
  font-size: 3.6rem !important;
}
.ny_banner .box .box_con h2{
    font-size: 2.1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 42px;
    text-shadow: 0px 0px 20px #081116;
}
.ny_banner .box .box_con h2 span{
    font-size: 2.1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 42px;
    text-shadow: 0px 0px 20px #081116;
}
.ny_banner .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.ny_banner .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.ny_banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny_banner .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny_banner .zxmore {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ny_banner .zxmore span {
  position: relative;
  z-index: 99;
  font-size: 1.4rem;
  color: #fff;
  padding: 12px 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}
.ny_banner .zxmore span:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.xq_banner .box .box_con h2 {
  font-size: 7rem !important;
}
.xq_banner .box .box_con p {
  font-size: 1.4rem !important;
  color: #fff;
  letter-spacing: 1px;
}
/* banner End*/

/* 立即咨询弹窗 Strat */
.banner .leavemsg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  z-index: 9999999;
  display: none;
}
.banner .leavemsg .flex{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .leavemsg .con {
  width: 50%;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  background: #4d03d4;
  box-shadow: 0 0 10px 5px #4702c8;
}
.banner .leavemsg .con .aa {
  width: 50%;
  padding: 3%;
  border-right: 3px solid #4702c8;
  padding-left: 5%;
}
.banner .leavemsg .con .tit {
  margin-bottom: 65px;
}
.banner .leavemsg .con .tit h2 {
  font-size: 2.4rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.banner .leavemsg .con .tit p {
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.banner .leavemsg .con .aa ul li {
  margin: 45px 0;
  width: 82%;
}
.banner .leavemsg .con .aa ul li span {
  font-size: 1.4rem;
  color: #fff;
}
.banner .leavemsg .con .aa ul li span strong {
  font-style: normal;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  line-height: 2;
}
.banner .leavemsg .con .bb {
  width: 50%;
  padding: 3%;
}
.banner .leavemsg .con .bb form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .leavemsg .con .bb input {
  display: block;
  width: 70%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin-bottom: 16px;
  box-sizing: border-box;
  line-height: 45px;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  color: #fff;
}
.banner .leavemsg .con .bb input::placeholder {
  color: #fff;
}
.banner .leavemsg .con .bb input[type="submit"] {
  width: 150px;
  margin: 50px auto 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  float: none;
  font-size: 1.4rem;
  line-height: 2.8;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.banner .leavemsg .con .bb input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.banner .leavemsg .close{
  position: absolute;
  right: 5%;
  top: 5%;
  width: 36px;
  height: 36px;
  background-image: url('../images/close.png');
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
/* 立即咨询弹窗 End*/

/* 首页 Strat */
.title h2 {
  font-size: 3.8rem;
  color: #4d03d4;
  font-family: "title2";
  text-align: center;
  text-transform: uppercase;
}
.title h3 {
  font-size: 1.4rem;
  color: #56677a;
  text-align: center;
}
.i_part1 {
  position: relative;
  width: 100%;
  background-color: #000;
  padding: 5% 5% 0;
}
.i_part1 .content {
  width: 100%;
  position: relative;
  margin-top: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i_part1 .content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.i_part1 .content ul li {
  width: 8.33%;
  position: relative;
}
.i_part1 .content ul li .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.i_part1 .content ul li:hover .hover {
  opacity: 1;
}

.i_part2 {
  width: 100%;
  position: relative;
  background-color: #000;
  padding: 5% 0 0;
  overflow: hidden;
}
.i_part2 .content {
  margin-top: 3%;
  width: 100%;
  position: relative;
}
.i_part2 .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  cursor: all-scroll;
}
.i_part2 .swiper-wrapper {
  flex-direction: row !important;
}
.i_part2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.i_part2 .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.i_part2 .swiper-slide:hover::before {
  opacity: 0;
}
.i_part2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: linear-gradient(
    to right,
    transparent 0%,
    #4d03d4 100%
  ) !important;
  background: -webkit-linear-gradient(to right, transparent 0%, #4d03d4 100%);
}
.i_part2 .swiper-pagination {
  top: auto !important;
  bottom: 0 !important;
}

.i_part3 {
  position: relative;
  width: 100%;
  margin-top: 10%;
  margin-bottom: 3%;
}
.i_part3 .content {
  width: 100%;
  position: relative;
}
.i_part3 .content::before {
  content: "";
  position: absolute;
  right: 0;
  top: -25px;
  width: 100%;
  height: 25px;
  background: linear-gradient(to left, #4d03d4 30%, transparent 80%);
}
/* .i_part3 .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46%;
  height: 100%;
  background: linear-gradient(to left, #4d03d4 30%, transparent 80%);
} */

.i_part3 .content .title h2 {
  color: #fff;
  text-align: left;
}
.i_part3 .content .title h3 {
  color: #c9caca;
  text-align: left;
}
.i_part3 .content .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}
.i_part3 .content .swiper {
  background: linear-gradient(to left, #4d03d4 60%, transparent 100%);
}
.i_part3 .content .swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.i_part3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: linear-gradient(
    to right,
    transparent 0%,
    #4d03d4 100%
  ) !important;
  background: -webkit-linear-gradient(to right, transparent 0%, #4d03d4 100%);
}
.i_part3 .swiper-pagination {
  top: auto !important;
  bottom: 0 !important;
}
.i_part3 .content .swiper .swiper-slide p {
  position: relative;
}
.i_part3 .content .swiper .swiper-slide img {
  display: block;
  object-fit: cover;
}
.i_part3 .content .swiper .swiper-slide:nth-of-type(2n-1) {
  width: 18%;
}
.i_part3 .content .swiper .swiper-slide:nth-of-type(2n-1) p {
  width: 100%;
  height: 50%;
}
.i_part3 .content .swiper .swiper-slide:first-of-type {
  width: 46%;
}
.i_part3 .content .swiper .swiper-slide:first-of-type p {
  width: 33.3%;
  height: 50%;
}

.i_part3 .content .swiper .swiper-slide:nth-of-type(2n) {
  width: 36%;
}
.i_part3 .content .swiper .swiper-slide:nth-of-type(2n) p {
  width: 100%;
  height: 100%;
}
.i_part3 .content .swiper .swiper-slide:nth-of-type(3n) {
  width: 18%;
  height: 100%;
  overflow: hidden;
}
.i_part3 .content .swiper .swiper-slide:nth-of-type(3n) p {
  width: 100%;
  height: 50%;
}
.i_part3 .content .swiper .swiper-slide p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.i_part3 .content .title {
  width: 100%;
  padding-left: 45%;
  padding-top: 5%;
  position: relative;
}
.i_part3 .content .swiper .swiper-slide .title{
    display: none;
}
.i_part3 .content .swiper .swiper-slide:first-of-type .title{
    display: block;
}
.i_part3 .content .swiper .swiper-slide p:hover::before {
  opacity: 0;
}

.i_part4 {
  width: 100%;
  position: relative;
  background-color: #000;
  padding: 5% 0 0;
}

.i_part4 .content {
  width: 100%;
  position: relative;
  padding: 0% 18%;
}
.i_part4 .content .block {
  position: absolute;
  left: 0;
  top: 0;
  width: 18%;
  height: 80%;
  background-color: #4d03d4;
}
.i_part4 .content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 82%;
  height: 80%;
  background-image: url("../images/data_bgc.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.i_part4 .content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82%;
  height: 80%;
  background: #13042f url("../images/i_part4_bgc.png") bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
.i_part4 .content .data {
  background-color: #2c0673;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.i_part4 .content .data ul {
  display: flex;
  align-items: flex-end;
  padding: 20px 0;
  height: 100%;
}
.i_part4 .content .data ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  padding: 0 3%;
}
.i_part4 .content .data ul li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 80px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #4702c8 50%,
    transparent 100%
  );
  background: -webkit-linear-gradient(
    to bottom,
    transparent 0%,
    #4702c8 50%,
    transparent 100%
  );
}
.i_part4 .content .data ul li:last-of-type::before {
  display: none;
}
.i_part4 .content .data ul li .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
}
/* .i_part4 .content .data ul li .icon::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 15px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transform: rotate(45deg);
  opacity: 0.5;
} */
.i_part4 .content .data ul li  img {
  width: 38px;
  height: auto;
}
.i_part4 .content .data ul li .icon h2 {
  font-size: 1.2rem;
  color: #4d03d4;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.75;
}
.i_part4 .content .data ul li .count span {
  font-size: 4rem;
  font-family: "title1";
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.i_part4 .content .data ul li .count span i {
  font-size: 2.4rem;
  color: #fff;
  font-style: normal;
  font-family: "fontlight";
  margin-left: 5px;
}

.i_part4 .content .award {
  display: flex;
  padding: 3.5%;
  position: relative;
  z-index: 99;
  justify-content: space-between;
  align-items: flex-end;
}
.i_part4 .content .award .tit {
  width: 40%;
}
.i_part4 .content .award .tit h2 {
  font-size: 6rem;
  color: #7733f4;
  font-family: "title1";
  line-height: 1.2;
}
.i_part4 .content .award ul {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.i_part4 .content .award ul li {
  border: 1px solid #7633f3;
  border-top: none;
  background-color: #2c0673;
  width: 47.5%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0 20px;
  /* 使用 linear-gradient 设置背景色和边框色渐变 */
  background: linear-gradient(to bottom, transparent 10%, #2c0673 100%);
  background: -webkit-linear-gradient(to bottom, transparent 10%, #2c0673 100%);
  border-image: linear-gradient(to bottom, transparent 10%, #7633f3 100%);
  -webkit-border-image: linear-gradient(
    to bottom,
    transparent 10%,
    #7633f3 100%
  );
  border-image-slice: 1; /* 边框图片切片 */
  -webkit-border-image-slice: 1;
}
.i_part4 .content .award ul li .txt {
  width: 45%;
  padding-bottom: 15%;
}
.i_part4 .content .award ul li .txt h2 {
  font-size: 1.2rem;
  color: #7733f4;
  font-family: "title1";
  line-height: 1.2;
  margin-bottom: 10px;
}
.i_part4 .content .award ul li .txt p {
  font-size: 0.7rem;
  color: #907ab8;
  line-height: 1.2;
  font-family: "title1";
}
.i_part4 .content .award ul li .img {
  width: 55%;
}
.i_part4 .content .award ul li .img img {
  width: 95%;
  margin: 0 auto;
  height: auto;
}
.i_part4 .content .award ul li:nth-of-type(3) {
  flex-direction: row-reverse;
}

.i_part4 .content .jxb {
  position: absolute;
  left: 0;
  top: -8%;
  width: auto;
  height: 88%;
  z-index: 99;
}
.i_part4 .content .jxb img {
  height: 100%;
}
.i_part4 .content .award::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -24px;
  width: 75%;
  height: 24px;
  background-color: #491f9d;
}
.i_part5 {
  width: 100%;
  position: relative;
  background-color: #000;
  padding-left: 18%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 8%;
}
.i_part5::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-image: url("../images/i_part5_ys1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.i_part5 .title {
  position: relative;
  width: 80.5%;
  padding: 15px 0 28px;
  padding-right: 30%;
  background: linear-gradient(to right, #4d03d4 50%, transparent 100%);
  background: -webkit-linear-gradient(to right, #4d03d4 50%, transparent 100%);
}
.i_part5 .title h2 {
  color: #fff;
  text-align: right;
  padding-bottom: 5px;
}
.i_part5 .title h3 p{
  color: #fff;
  text-align: right;
}
.i_part5 .content {
  width: 100%;
  padding-top: 3%;
  position: relative;
  background-image: url("../images/i_part5_bgc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  display: flex;
}
.i_part5 .content .aa {
  width: 32%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.i_part5 .content .aa .imgbox {
  width: 100%;
  position: relative;
  display: flex;
}
.i_part5 .content .aa .imgbox .ll {
  width: 40%;
}
.i_part5 .content .aa .imgbox .rr {
  width: 60%;
  height: 100%;
  position: relative;
}
.i_part5 .content .aa .imgbox .rr::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.i_part5 .content .aa .imgbox img {
  height: 100%;
}
.i_part5 .content .aa .readmore {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 0 68px;
  background-color: #4d03d4;
  z-index: 99;
  position: relative;
}
.i_part5 .content .aa .readmore h2 {
  font-size: 5.6rem;
  color: #fff;
  font-family: "title1";
  line-height: 1.75;
}
.readmore span {
  font-size: 1.8rem;
  color: #fff;
  font-family: "myfont1";
  display: flex;
  align-items: center;
  line-height: 1.75;
}
.readmore {
  cursor: pointer;
}
.readmore span i {
  width: 38px;
  height: 38px;
  display: block;
  margin-left: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.readmore:hover span i {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.i_part5 .content .bb {
  width: 68%;
  position: relative;
  padding: 3%;
  padding-right: 28%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.i_part5 .content .bb p {
  font-size: 1.2rem;
  color: #78767c;
  text-align: right;
  width: 62%;
  position: relative;
  text-transform: uppercase;
}
.i_part5 .content .bb p::before {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  background-image: url("../images/right1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 22px;
}
.i_part5 .content .max {
  position: absolute;
  left: 12.5%;
  top: 0;
  width: auto;
  height: 98%;
}
.i_part5 .content .max img {
  height: 100%;
  width: auto;
}
.i_part6 {
  width: 100%;
  position: relative;
  padding-top: 7%;
  background-color: #000;
}
.i_part6 .content {
  width: 100%;
  position: relative;
  background-image: url("../images/i_part6_bgc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  padding-left: 18%;
  padding-right: 18%;
  display: flex;
}
.i_part6 .content .aa {
  width: 47%;
  padding-bottom: 12%;
}
.i_part6 .content .bb {
  width: 53%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.i_part6 .content .bb .img img {
  width: 94px;
  height: 94px;
}
.i_part6 .content .bb h2 {
  font-size: 5.6rem;
  color: #7733f4;
  text-align: right;
  font-family: "title1";
  line-height: 1.2;
  margin-top: 24px;
}
.i_part6 .content .bb h3 {
  font-size: 1.8rem;
  color: #7b797f;
  margin-top: 24px;
  letter-spacing: 1.5px;
}
.i_part6 .content .readmore {
  margin-top: 80px;
}

.i_part7 {
  width: 100%;
  position: relative;
  padding-top: 7%;
}
.i_part7 .content {
  width: 100%;
  position: relative;
}
.i_part7 .content::after {
  content: "";
  position: absolute;
  left: 18%;
  bottom: 0;
  width: 82%;
  height: 100%;
  background-image: url("../images/i_part7_bgc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
.i_part7 .content .top {
  padding-left: 18%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
.i_part7 .content .top img:first-of-type {
  width: 34%;
  height: auto;
}
.i_part7 .content .top img:last-of-type {
  width: 42%;
  height: auto;
}
.i_part7 .content .bottom {
  width: 100%;
  position: relative;
  display: flex;
  z-index: 9;
}
.i_part7 .content .bottom .aa {
  width: 18%;
}
.i_part7 .content .bottom .bb {
  width: 82%;
  position: relative;
  padding: 3%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 18.5%;
}
.i_part7 .content .bottom .bb::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 15px;
  background: linear-gradient(to right, #4d03d4 50%, transparent 100%);
  background: -webkit-linear-gradient(to right, #4d03d4 50%, transparent 100%);
}

.i_part7 .content .bottom .bb .txt {
  width: 45%;
}
.i_part7 .content .bottom .bb .txt h1 {
  font-size: 5.4rem;
  text-align: left;
  color: #7733f4;
  font-family: "title2";
}
.i_part7 .content .bottom .bb .txt h2 {
  font-size: 3.6rem;
  text-align: left;
  color: #7733f4;
  font-family: "title1";
  line-height: 1.25;
}
.i_part7 .content .bottom .bb .txt h3 {
  font-size: 1.8rem;
  color: #646268;
  margin-top: 18px;
}
.i_part7 .content .bottom .bb .readmore {
  width: 45%;
  display: flex;
  justify-content: flex-end;
}
.i_part7 .content .jp {
  position: absolute;
  right: 18%;
  bottom: 20%;
  z-index: 99;
}

.i_part8 {
  width: 100%;
  position: relative;
  padding-top: 7%;
}
.i_part8 .content {
  width: 100%;
  position: relative;
  padding-left: 10%;
}
.i_part8 .content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  height: 24px;
  background: linear-gradient(to right, #4d03d4 0%, transparent 100%);
}
.i_part8 .content .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2%;
  background: linear-gradient(to right, #4d03d4 0%, transparent 100%);
}
.i_part8 .content .top .txt {
  display: flex;
  width: 55%;
}
.i_part8 .content .top .txt h1:first-of-type {
  width: 48%;
}
.i_part8 .content .top .txt h1:last-of-type {
  margin-left: 5%;
  width: 45%;
}
.i_part8 .content .top .txt p:first-of-type {
  width: 48%;
}
.i_part8 .content .top .txt p:last-of-type {
  margin-left: 5%;
  width: 45%;
}
.i_part8 .content .top .txt h1 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.i_part8 .content .top .txt p {
  font-size: 1.4rem;
  color: #78767c;
}
.i_part8 .content .bottom {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 3% 0;
  padding-right: 10%;
  align-items: center;
  background: linear-gradient(to right, transparent 55%, #4d03d4 180%);
}
.i_part8 .content .bottom .box1 {
  width: 55%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.i_part8 .content .bottom .box1 img:first-of-type {
  width: 52%;
}
.i_part8 .content .bottom .box1 img:last-of-type {
  width: 42%;
}

.i_part8 .content .bottom .box2 {
  width: 35%;
  display: flex;
  flex-direction: column;
}
.i_part8 .content .bottom .box2 .item1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i_part8 .content .bottom .box2 .item1 .txt {
  width: 50%;
}
.i_part8 .content .bottom .box2 .item1 .imgbox {
  width: 32%;
}
.i_part8 .content .bottom .box2 img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  padding: 8px;
  border: 1px solid #fff;
}
.i_part8 .content .bottom .box2 .item2 {
  display: flex;
  flex-direction: column;
}
.i_part8 .content .bottom .box2 .item2 .imgbox {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.i_part8 .content .bottom .box2 .item2 .imgbox img {
  width: 32%;
  margin-left: 12%;
}
.i_part8 .content .bottom .box2 h1 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.i_part8 .content .bottom .box2 h2 p{
  font-size: 1.4rem;
  color: #78767c;
}

/* 首页 End*/

/* 底部栏 Strat */
.footer {
  width: 100%;
  padding: 5% 0 1%;
  position: relative;
}
.footer .logo {
  width: 100%;
  padding: 0 18%;
  margin-bottom: 24px;
}
.footer .logo img {
  width: 150px;
}
.footer .content {
  width: 100%;
  position: relative;
  padding: 0 18%;
  display: flex;
  justify-content: space-between;
}
.footer .content .aa {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.footer .content .aa .menu {
  width: 100%;
}
.footer .content .aa .menu ul{
    display: flex;
    flex-wrap: wrap;
}
.footer .content .aa .msg {
  width: 100%;
}
.footer .content .aa .msg ul{
    display: flex;
    flex-wrap: wrap;
}
.footer .content .aa .menu ul li {
  margin-bottom: 10px;
  margin-right: 20px;
}
.footer .content .aa .menu ul li a {
  font-size: 1.2rem;
  color: #c0c2c2;
  font-family: "myfont1";
  padding: 10px 0;
  display: block;
  letter-spacing: 1px;
}
.footer .content .aa .msg ul li {
  margin-bottom: 10px;
  margin-right: 20px;
}
.footer .content .aa .msg ul li {
  font-size: 1.2rem;
  color: #c0c2c2;
  font-family: "myfont1";
  padding: 10px 0;
  display: block;
  letter-spacing: 1px;
}
.footer .content .aa .msg p{
    font-size: 1.2rem;
  color: #c0c2c2;
  font-family: "myfont1";
  padding: 10px 0;
  display: block;
  letter-spacing: 1px;
}
.footer .content .bb {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
.footer .content .bb ul li {
  padding-bottom: 20px;
}
.footer .content .bb ul li h2 {
  font-size: 1.4rem;
  color: #c0c2c2;
  padding: 10px 0;
  letter-spacing: 1px;
}
.footer .content .bb ul li h3 {
  font-size: 1.2rem;
  color: #c0c2c2;
  font-family: "myfont1";
  padding: 10px 0;
  display: block;
  letter-spacing: 1px;
}
.footer .content .bb ul li form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
  border: 1px solid #fff;
  border-radius: 10px;
}

.footer .content .bb ul li input,
.footer .content .bb ul li button {
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
  border: 0;
}
.footer .content .bb ul li input {
  font-size: 1.4rem;
  color: #fff;
  width: 100%;
  height: 20px;
  padding: 10px 10px;
  width: 70%;
}
.footer .content .bb ul li input:focus {
  color: #fff;
}
.footer .content .bb ul li button {
  display: block;
  font-size: 1.3rem;
  color: #000;
  background-color: #fff;
  font-family: "title1";
  width: 30%;
  padding: 10px 10px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.footer .content .bb ul li button:hover {
  background: none;
  color: #fff;
}
.footer .copyright {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 18%;
}
.footer .copyright .aa {
  width: 100%;
  display: flex;
}
.footer .copyright .aa span {
  font-size: 1.2rem;
  color: #c0c2c2;
  font-family: "myfont1";
  padding: 10px 0;
  display: block;
  letter-spacing: 1px;
  margin-right: 20px;
}
.footer .copyright .aa span a {
  font-size: 1.2rem;
  color: #c0c2c2;
  font-family: "myfont1";
  display: block;
  letter-spacing: 1px;
}
.footer .copyright .bb {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer .copyright .bb ul {
  display: flex;
}
.footer .copyright .bb ul li {
  margin-left: 15px;
  margin-right: 15px;
}
.footer .copyright .bb a {
  display: block;
  width: 18px;
  height: 18px;
}
.footer .copyright .bb .chat {
  background-color: #04bdaf;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 42px;
  cursor: pointer;
}
.footer .copyright .bb .chat i {
  display: block;
  width: 24px;
  height: 24px;
}
.footer .copyright .bb .chat span {
  font-family: "title1";
  font-size: 1.4rem;
  color: #000;
  margin-left: 10px;
}
/* 底部栏 End*/

/* 机械臂页面 Strat */
.jxb_page {
  width: 100%;
  position: relative;
  background-color: #000;
  padding: 0 18%;
  z-index: 99;
}
.jxb_page .content {
  display: flex;
  position: relative;
  width: 100%;
  padding: 5% 0 8%;
  z-index: 99;
}
.jxb_page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/jxb_xbgc2.png");
  background-size: cover;
  background-position: bottom;
  z-index: 1;
}
.jxb_page::after {
  content: "";
  position: absolute;
  left: 18%;
  top: 0;
  width: 64%;
  height: 100%;
  background-image: url("../images/jxb_xbgc3.png");
  background-size: cover;
  background-position: left;
  z-index: 1;
}
.jxb_page .content .pro {
  width: 100%;
}
.jxb_page .content .pro ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.jxb_page .content .pro ul li {
  width: 72%;
  border: 2px solid #2f0182;
  border-radius: 30px;
  position: relative;
  padding: 3%;
  background-color: #12012e;
  z-index: 1;
  margin: 10px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.jxb_page .content .pro ul li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/jxb_xbgc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  z-index: -1;
}

.jxb_page .content .pro ul li a {
  display: flex;
  /* align-items: center; */
  justify-content: flex-end;
}
.jxb_page .content .pro ul li .imgbox {
  position: absolute;
  right: 48%;
  bottom: 0;
  width: 60%;
  height: auto;
}
.jxb_page .content .pro ul li .imgbox img {
  width: 100%;
  height: auto;
}
.jxb_page .content .pro ul li .msg {
  width: 36%;
}
.jxb_page .content .pro ul li .msg h2 {
  font-size: 5.2rem;
  color: #96a0d0;
  font-family: "title1";
  text-transform: uppercase;
  word-wrap: break-word;
}
.jxb_page .content .pro ul li .msg h3 {
  font-size: 1.4rem;
  color: #fff;
  font-family: "title1";
  letter-spacing: 1px;
  word-wrap: break-word;
}
.jxb_page .content .pro ul li .msg p {
  font-size: 1.2rem;
  color: #fff;
  font-family: "myfont1";
}
.jxb_page .content .pro ul li .msg .more {
  position: relative;
  margin-top: 38px;
  width: 50%;
  height: 45px;
  line-height: 45px;
  background-color: #4d03d4;
  border: 1px solid #4d03d4;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.jxb_page .content .pro ul li .msg .more span {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  box-sizing: content-box;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.jxb_page .content .pro ul li .msg .more:hover {
  background: none;
  border: 1px solid #7f47e9;
}
.jxb_page .content .pro ul li .msg .more:hover span {
  color: #7f47e9;
}
.jxb_page .content .pro ul li:hover {
  transform: scale(1.03);
  border: 2px solid #7630f2;
}

/* 机械臂页面 End*/

/* contact Strat */
.cnt_banner {
  margin-top: 60px;
  height: 85vh;
}
.cnt_banner::before {
  background: none;
}
.cnt_banner .img::before {
  background: none;
}
.cnt_page {
  position: relative;
  width: 100%;
  padding: 3% 18%;
  overflow: hidden;
}
.cnt_page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/contact_xbgc1.png");
  background-size: cover;
  background-position: bottom;
}
.cnt_page .content {
  width: 100%;
  position: relative;
}
.cnt_page .content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background-image: url("../images/contact_xbgc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}
.cnt_page .content .logo {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.cnt_page .content .logo img {
  width: 209px;
  height: auto;
}
.cnt_page .content .tit {
  position: relative;
  padding-bottom: 5%;
}
.cnt_page .content .tit::before {
  content: "";
  position: absolute;
  right: -30%;
  bottom: 0;
  background: linear-gradient(to right, transparent 0%, #4912bb 100%);
  background: -webkit-linear-gradient(to right, transparent 0%, #4912bb 100%);
  width: 60%;
  height: 20px;
}
.cnt_page .content .tit h2 {
  font-size: 4rem;
  color: #fff;
  width: 88%;
  font-family: "title1";
  padding: 0 3% 0 7%;
  letter-spacing: -1px;
}
.cnt_page .content .itro {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 4%;
}
.cnt_page .content .itro .img {
  width: 36%;
}
.cnt_page .content .itro .txt {
  width: 60.5%;
}
.cnt_page .content .itro .txt p {
  font-size: 1.4rem;
  font-family: "myfont1";
  color: #c9caca;
  text-align: justify;
  line-height: 1.75;
}
.cnt_page .content .msg {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: flex-end;
}
.cnt_page .content .msg .aa {
  width: 60%;
}
.cnt_page .content .msg .aa .name {
  width: 60%;
  padding-left: 12%;
  margin-bottom: 10px;
}
.cnt_page .content .msg .aa .name h2 {
  font-size: 2.8rem;
  color: #fff;
  font-family: "title1";
}
.cnt_page .content .msg .aa .name p {
  font-size: 1.6rem;
  color: #c9caca;
  font-family: "myfont1";
  line-height: 1.75;
  text-decoration: underline 1px rgba(201, 202, 202, 0.55);
  text-underline-offset: 5px;
}

.cnt_page .content .msg .aa .way ul li {
  display: flex;
  align-items: center;
  padding-left: 24px;
  margin: 32px 0;
}
.cnt_page .content .msg .aa .way ul li i {
  width: 37px;
  height: 37px;
  display: block;
}
.cnt_page .content .msg .aa .way ul li span {
  font-size: 2rem;
  color: #fff;
  margin-left: 20px;
  width: 70%;
}
.cnt_page .content .msg .bb {
  width: 40%;
  position: relative;
  z-index: 9;
}
/* contact End*/

/* 详情二级导航 Strat */
.two_nav {
  position: relative;
  width: 100%;
  margin-top: 120px;
  background: #000;
  background: linear-gradient(to top, #1700b0 0%, transparent 120%);
}
/* .jxb_nav{
  height: 80px;
  line-height: 80px;
} */
.st_nav {
  padding-top: 20px;
}
.two_nav .box {
  width: 100%;
  height: 100%;
  display: none;
}
.bottom_nav {
  margin-top: 0;
}
.two_nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.two_nav ul li {
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: flex;
  align-items: center;
}
.two_nav ul li a {
  display: block;
  padding: 10px 42px 0;
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 30px 42px 20px;
  text-align: center;
}
.st_nav ul{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.st_nav ul li{
  width: 10%;
  border-right: 1px solid #4d03d4;
  margin-bottom: 10px;
}
.st_nav ul li a {
  padding: 15px 10px 10px;
  text-align: center;
  display: block;
  width: 100%;
}
.two_nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, #4d03d4 0%, transparent 80%);
}
.two_nav ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, #4d03d4 0%, transparent 80%);
}
.st_nav ul li a::after{
    display: none;
}
.st_nav ul li a::before{
    display: none;
}
.two_nav ul li.active {
  background: linear-gradient(to top, #070034 0%, transparent 80%);
}
.two_nav ul li.active a {
  color: #ac84f6;
}
.two_nav ul li:hover {
  background: linear-gradient(to top, #070034 0%, transparent 80%);
}
.two_nav ul li:hover a {
  color: #ac84f6;
}
.xq_banner {
  height: calc(100vh - 200px);
  margin-top: 0;
}

/* 详情二级导航 End*/

/* 机械臂详情页 Strat */
.jxb_d {
  position: relative;
  width: 100%;
  background-color: #000;
}
.jxb_d .content {
  position: relative;
  width: 100%;
  background-image: url("../images/jxbd_bgc6.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 3%;
}

.jxb_d .content .part1 {
  width: 100%;
  position: relative;
  padding: 0 18%;
  display: flex;
  justify-content: flex-end;
}
.jxb_d .content .part1 .imgbox {
  position: absolute;
  left: 20%;
  top: 10%;
  width: 38%;
  height: auto;
  z-index: 999;
}
.jxb_d .content .part1::before {
  content: "";
  position: absolute;
  left: 18%;
  top: 0;
  width: 18%;
  height: 100%;
  background: url("../images/jxbd_bgc2.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.jxb_d .content .part1 .txtbox {
  position: relative;
  z-index: 99;
  width: 56%;
  background-color: #4d03d4;
  background: url("../images/jxbd_bgc1.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20% 6% 30% 8%;
  margin-top: 15%;
}
.jxb_d .content .part1 .txtbox h2 {
  font-size: 4.5rem;
  color: #fff;
  font-family: "title2";
  text-align: right;
  margin-bottom: 42px;
}
.jxb_d .content .part1 .txtbox p {
  font-size: 1.6rem;
  color: #fff;
  text-align: right;
  font-family: "myfont1";
  line-height: 1.75;
}
.jxb_d .content .part2 {
  background-color: #afafaf;
  width: 50%;
  margin: 0 auto;
  border-radius: 10px;
  padding-top: 3%;
  margin-top: -8%;
  z-index: 9999;
  position: relative;
}
.jxb_d .content .part2 .tit {
  position: absolute;
  right: 6%;
  top: -20px;
}
.jxb_d .content .part2 .tit span {
  font-size: 2.4rem;
  color: #fff;
  background-color: #000;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 20px;
  font-family: "title1";
  letter-spacing: 2px;
}
.jxb_d .content .part2 .tables {
  width: 100%;
  position: relative;
}
.jxb_d .content .part2 .table {
  width: 100%;
  position: relative;
}
.jxb_d .content .part2 .tables .table:nth-of-type(2n + 1) {
  background-color: #c9c9cb;
}
.jxb_d .content .part2 .table .xtit {
  padding: 5px 0;
}
.jxb_d .content .part2 .table .xtit span {
  margin-left: 3%;
  font-size: 1.4rem;
  color: #fff;
  background-color: #2d2673;
  padding: 5px 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.jxb_d .content .part2 .table .data {
  width: 100%;
  padding: 2% 3%;
  display: flex;
  flex-wrap: wrap;
}
.jxb_d .content .part2 .table p {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  text-align: center;
}
.jxb_d .content .part2 .table p {
  font-size: 1.6rem;
  color: #3f3a39;
  letter-spacing: -1px;
}
.jxb_d .content .part2 .table p strong {
    width: 70%;
    font-size: 2rem;
    font-family: "title1";
    color: #3f3a39;
    border-left: 1px solid #3f3a39;
    border-right: 1px solid #3f3a39;
    text-align: center;
    margin-top: 28px;
    font-style: normal;
    line-height: 1.5;
}
.jxb_d .content .part3 {
  position: relative;
  width: 100%;
  padding: 0 18%;
  display: flex;
  margin-top: 3%;
  margin-bottom: 3%;
}
.jxb_d .content .part3 .aa {
  width: 30%;
  background-color: #23055b;
  position: relative;
}
.jxb_d .content .part3 .aa img {
  width: 100%;
  height: auto;
}
.jxb_d .content .part3 .bb {
  width: 70%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.jxb_d .content .part3 .bb .top {
  background-image: url("../images/jxbd_bgc3.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.jxb_d .content .part3 .bb p {
  width: 60%;
  font-size: 1.45rem;
  color: #c9c9ca;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  z-index: 99;
  font-family: "myfont1";
}
.jxb_d .content .part3 .bb h1 {
  width: 80%;
  font-size: 2.2rem;
  font-family: "title1";
  margin-bottom: 20px;
  color: #c9c9ca;
  padding-left: 30px;
  position: relative;
  z-index: 99;
}
.jxb_d .content .part3 .bb h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #c9c9ca;
}
.jxb_d .content .part3 .bb .bottom {
  background-image: url("../images/jxbd_bgc4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 3%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jxb_d .content .part3 .bb .imgbox {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  z-index: 9;
  max-height: 100%;
  overflow: hidden;
}

.jxb_d .content .part4 {
  width: 100%;
  position: relative;
  padding-top: 2%;
  padding-bottom: 2%;
}
.jxb_d .content .part4::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 20px;
  background: linear-gradient(to left, #4d03d4 10%, transparent 90%);
}
.jxb_d .content .part4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 20px;
  background: linear-gradient(to right, #4d03d4 10%, transparent 90%);
}
.jxb_d .content .part4 .itro {
  width: 50%;
  margin: 0 auto;
}
.jxb_d .content .part4 .itro ul {
  position: relative;
  width: 100%;
}
.jxb_d .content .part4 .itro ul li {
  position: relative;
  width: 100%;
  padding: 0 2%;
  margin: 30px 0;
}
.jxb_d .content .part4 .itro h2 {
  font-size: 2.2rem;
  font-family: "title1";
  color: #fff;
  padding: 0 54px;
  line-height: 1.75;
}
.jxb_d .content .part4 .itro p {
  font-size: 1.45rem;
  font-family: "myfont1";
  color: #c9c9ca;
  background-color: #4d03d4;
  padding: 20px 54px;
  line-height: 1.5;
  position: relative;
}
.jxb_d .content .part4 .itro p::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.jxb_d .content .part4 .itro span {
  font-size: 4rem;
  color: #fff;
  font-family: "fontlight";
  background-color: #2c0673;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: block;
  text-align: center;
  line-height: 64px;
  font-style: italic;
  padding-right: 3px;
  position: absolute;
  left: -30px;
  top: 5px;
  z-index: 9;
}
.jxb_d .content .part5 {
  width: 100%;
  position: relative;
  padding: 0 18%;
}
.jxb_d .content .part5 .txt {
  width: 100%;
  position: relative;
}
.jxb_d .content .part5 h2 {
  width: 50%;
  font-size: 2.2rem;
  font-family: "title1";
  margin-bottom: 20px;
  color: #c9c9ca;
  padding-left: 30px;
  position: relative;
  z-index: 99;
}
.jxb_d .content .part5 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #c9c9ca;
}
.jxb_d .content .part5 p {
  width: 50%;
  font-size: 1.45rem;
  color: #c9c9ca;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  z-index: 99;
  font-family: "myfont1";
}
.jxb_d .content .part5 .r_txt {
  width: 100%;
  position: relative;
  padding: 8% 5%;
  background-image: url("../images/jxbd_bgc5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.jxb_d .content .part5 .l_txt {
  width: 100%;
  position: relative;
  padding: 8% 5%;
  background: linear-gradient(to right, #4d03d4 10%, transparent 100%);
  margin-top: 8%;
}
.jxb_d .content .part5 .txt .img1 {
  width: 50%;
  position: absolute;
  left: 0;
  top: 20px;
  height: auto;
}
.jxb_d .content .part5 .txt .img2 {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
}

/* 机械臂详情页 End*/

/* 生态详情页 Strat */
.st_page .content .pro ul li .msg h3 {
  font-size: 2.4rem;
}
.st_page .content .pro ul li .msg {
  width: 65%;
}
.st_page .content .pro ul li::before {
  background: none;
}
.st_page .content .pro ul li {
  width: 72%;
  padding: 0;
  background-color: rgba(18, 1, 46, 0.6);
}
.st_page .content .pro ul li a {
  width: 100%;
  justify-content: flex-start;
  padding: 6%;
  position: relative;
}
.st_page .content .pro ul li:nth-of-type(2n) a {
  justify-content: flex-end;
}
.st_page .content .pro ul li:nth-of-type(2n) a h3 {
  text-align: right;
}
.st_page .content .pro ul li a .msg {
  position: relative;
  z-index: 99;
}
.st_page .content .pro ul li:nth-of-type(2n) a .msg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.st_page .content .pro ul li .imgbox {
  position: absolute;
  right: 0%;
  bottom: 0px;
  width: 50%;
  height: auto;
}
.st_page .content .pro ul li:nth-of-type(2n) .imgbox {
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 50%;
  height: auto;
}
.st_page .content .pro ul li .msg .more {
  width: 30%;
  margin-top: 15px;
}
/* 生态详情页 End*/

/* 特拍介绍 Strat */
.about_d2 .content::before {
  background-image: url("../images/contact_bgc1.png");
  width: 38%;
}
.about_d2 .content .itro .txt {
  width: 65%;
  padding-right: 3%;
}
.about_d2 .content .msg .aa {
  width: 38%;
}
.about_d2 .content .msg .bb {
  width: 62%;
}
/* 特拍介绍 End*/

/* 关于一级页面 Strat */
.about_page {
  width: 100%;
  position: relative;
  background-color: #000;
  padding: 0 18%;
}
.about_page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/jxb_xbgc2.png");
  background-size: cover;
  background-position: top;
  z-index: 1;
}
.about_page .content {
  display: flex;
  position: relative;
  width: 100%;
  padding: 5% 0 8%;
}
.about_page .content .cpg {
  width: 100%;
  position: relative;
  z-index: 99;
}
.about_page .content .cpg ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.about_page .content .cpg ul li {
  width: 72%;
  position: relative;
  margin: 10px 0;
  background-color: rgb(18, 1, 46);
  border: 2px solid #2f0182;
  border-radius: 30px;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.about_page .content .cpg ul li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/jxb_xbgc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  z-index: -1;
}
.about_page .content .cpg ul li a h2 {
  font-size: 2.4rem;
  color: #fff;
  position: relative;
}
.about_page .content .cpg ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 8% 3%;
}
.about_page .content .cpg ul li a .more span {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  box-sizing: content-box;
  letter-spacing: 1px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 15px 50px;
  background-color: #4d03d4;
  border: 1px solid #4d03d4;
  margin-top: 20px;
}
.about_page .content .cpg ul li:hover {
  transform: scale(1.02);
}
.about_page .content .cpg ul li a .more:hover span {
  background: none;
  color: rgb(127, 71, 233);
}
/* 关于一级页面 End*/

/* 生态详情页 Strat */
.st_d {
  width: 100%;
  position: relative;
}
.st_d .content {
  width: 100%;
  position: relative;
  background-image: url("../images/jxbd_bgc6.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 3%;
}
.st_d .content .part1 {
  width: 64%;
  margin: 0 auto;
  position: relative;
}
.st_d .content .part1 .imgbox {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.st_d .content .part1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/std_bgc1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20%;
  height: 100%;
}
.st_d .content .part1 .imgbox .img1 {
  width: 80%;
}
.st_d .content .part1 .imgbox .img2 {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 35%;
  height: auto;
  transform: translateY(-50%);
}
.st_d .content .part1 .itro {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 10px;
}
.st_d .content .part1 .itro p {
  width: 80%;
  font-size: 1.6rem;
  color: #fff;
  font-family: "myfont1";
  line-height: 1.25;
  background-color: #4d03d4;
  padding: 10px 50px;
  position: relative;
}
.st_d .content .part1 .itro p:nth-of-type(2n) {
  background-color: #2c0379;
}
.st_d .content .part1 .itro p::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 18px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.st_d .content .part1 .tit {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.st_d .content .part1 .tit h2 {
  text-align: right;
  width: 80%;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.75;
  padding: 20px 50px;
  background: linear-gradient(to left, #4d03d4 0%, transparent 100%);
}

.st_d .content .part2 {
  width: 100%;
  padding: 0 18%;
  position: relative;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 50px;
  z-index: 1;
}

.st_d .content .part2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
  height: 20px;
  background: linear-gradient(to left, #4d03d4 0%, transparent 100%);
}
.st_d .content .part2::after {
  content: "";
  position: absolute;
  right: 18%;
  top: 0;
  width: 64%;
  height: calc(100% - 50px);
  background: #4d03d4;
  opacity: 0.1;
  z-index: -1;
}
.st_d .content .part2 .aa {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 80%;
  background: url("../images/std_bgc2.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.st_d .content .part2 .img {
  width: 50%;
}
.st_d .content .part2 .img img {
  width: 100%;
  height: auto;
}
.st_d .content .part2 .txt {
  width: 50%;
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.st_d .content .part2 .txt p {
  font-size: 1.4rem;
  color: #fff;
}
.st_d .content .part2 .bb {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 80%;
  background: linear-gradient(to left, #4d03d4 0%, transparent 100%);
}
.st_d .content .part2 .bb .txt {
  width: 55%;
  position: relative;
}
.st_d .content .part2 .bb .img {
  width: 45%;
  position: relative;
}
.st_d .content .part2 .bb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  height: 50%;
  background: linear-gradient(to left, #4d03d4 0%, transparent 100%);
}
.st_d .content .part3 {
  position: relative;
  width: 100%;
  padding: 0 18%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 30px;
}
.st_d .content .part3 .aa {
  width: 100%;
  position: relative;
}
.st_d .content .part3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
  height: 20px;
  background: linear-gradient(to right, #4d03d4 0%, transparent 100%);
}
.st_d .content .part3 .aa .img {
  width: 100%;
  height: auto;
}
.st_d .content .part3 .aa .img img {
  height: auto;
}
.st_d .content .part3 .aa .txt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38%;
}
.st_d .content .part3 .aa .txt h2 {
  font-size: 2rem;
  color: #fff;
  padding: 30px 20px;
  background: linear-gradient(to right, #4d03d4 80%, transparent 100%);
}
.st_d .content .part3 .tit {
  width: 100%;
  position: relative;
}
.st_d .content .part3 .tit h2 {
  font-size: 2.3rem;
  color: #fff;
  padding: 30px 20px;
  background: linear-gradient(to right, #4d03d4 100%, transparent 100%);
}
.st_d .content .part3 .bb {
  width: 100%;
  position: relative;
  padding: 0;
  background: linear-gradient(to bottom, #4d03d4 0%, transparent 100%);
  display: flex;
  justify-content: flex-end;
}
.st_d .content .part3 .bb .txt {
  position: absolute;
  right: 35%;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
}
.st_d .content .part3 .bb .txt h2 {
  width: 50%;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.st_d .content .part3 .bb .txt p {
  font-size: 1.8rem;
  color: #fff;
  margin: 10px 0;
}
.st_d .content .part3 .bb .img {
  width: 55%;
  height: auto;
}
/* 生态详情页 End*/

/*搜索页*/
.allbox{
    width: 100%;
    padding: 5% 18%;
}
.allbox .title  p{
    font-size: 2.4rem;
    color: #fff;
    position: relative;
    margin-bottom: 5%;
}
.allbox .title  p span{
    font-size: 2.4rem;
    color: #fff;
    position: relative;
}
.allbox .box{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.allbox .box .bar{
    width: 72%;
    border: 2px solid #2f0182;
    border-radius: 30px;
    position: relative;
    background-color: rgba(18, 1, 46, 0.6);
    z-index: 1;
    margin: 10px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.allbox .box .bar:hover{
    transform: scale(1.03);
    border: 2px solid #7630f2;
}
.allbox .box .bar a{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding: 6%;
    position: relative;
}
.allbox .box .bar a .left{
    position: absolute;
    right: 0%;
    bottom: 0px;
    width: 50%;
    height: auto;
}
.allbox .box .bar a .left img{
    width: 100%;
    height: auto;
}
.allbox .box .bar a .right{
    position: relative;
    z-index: 99;
    width: 65%;
}
.allbox .box .bar a .right h1{
    font-size: 2.4rem;
    color: #fff;
    font-family: "title1";
    letter-spacing: 1px;
    word-wrap: break-word;
}
.allbox .box .bar a .right  .more{
    width: 30%;
    margin-top: 15px;
    position: relative;
    height: 45px;
    line-height: 45px;
    background-color: #4d03d4;
    border: 1px solid #4d03d4;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.allbox .box .bar a .right  .more span{
    font-size: 1.2rem;
    color: #fff;
    display: block;
    box-sizing: content-box;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

header.run .nav_box {
    padding-top: 0;
    height: 100px;
    line-height: 100px;
}

