@font-face {
  font-family: GilroyBold;
  src: url("../fonts/Gilroy-Bold-4.otf");
}
@font-face {
  font-family: GilroyMedium;
  src: url("../fonts/Gilroy-Medium-2.otf");
}
@font-face {
  font-family: GilroyRegular;
  src: url("../fonts/Gilroy-Regular-3.otf");
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family:  GilroyRegular, "微软雅黑", Arial, Helvetica, sans-serif;
}
html,
body {
  width: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}
body.on {
  overflow: hidden;
}
body::-webkit-scrollbar {
  display: none;
}
ul li {
  list-style: none;
}
a {
  display: inline-block;
  text-decoration: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
select,
button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: normal;
}
svg {
  vertical-align: middle;
}
img {
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}
video {
  -o-object-fit: cover;
  object-fit: cover;
}
.w1200 {
  width: min(1200px, 90vw);
  margin: 0 auto;
}
.w1500 {
  padding: 0 8vw;
  width: 100%;
}
.phone_show {
  display: none;
}
/*sup {*/
/*  display: none !important;*/
/*}*/
/* 手机导航 */
.MobileMain {
  --phone_height: 60px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  background: #fff;
  display: none;
}
.MobileMain .HeaderMobile {
  height: var(--phone_height);
  box-shadow: 0px 0px 0px 1px #eee;
}
.MobileMain .HeaderMobile .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 5vw;
  height: 100%;
}
.MobileMain .HeaderMobile .box .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.MobileMain .HeaderMobile .box .logo a {
  display: block;
}
.MobileMain .HeaderMobile .box .logo a img {
  height: 32px;
}
.MobileMain .HeaderMobile .box .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.MobileMain .HeaderMobile .box .button .Language a {
  font-size: 16px;
  color: #000;
  display: block;
  line-height: 0.45rem;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.MobileMain .HeaderMobile .box .button .Language a i {
  transform: rotate(90deg);
  margin-left: 0.06rem;
}
.MobileMain .HeaderMobile .box .button .search p svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.MobileMain .HeaderMobile .box .button .search .Close {
  display: none;
}
.MobileMain .HeaderMobile .box .button .search .active .Show {
  display: none;
}
.MobileMain .HeaderMobile .box .button .search .active .Close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.MobileMain .HeaderMobile .box .button .word {
  font-size: 14px;
  font-weight: bold;
}
.MobileMain .HeaderMobile .box .button .word a {
  color: #206231;
  text-decoration: none;
}
.MobileMain .HeaderMobile .box .button .word a svg {
  display: inline-block;
  vertical-align: sub;
  animation: CallUp 0.5s ease 0s infinite;
  -webkit-animation: CallUp 0.5s ease 0s infinite;
  -moz-animation: CallUp 0.5s ease 0s infinite;
  -o-animation: CallUp 0.5s ease 0s infinite;
}
.MobileMain .HeaderMobile .box .button .word a img {
  position: relative;
}
.MobileMain .HeaderMobile .box .button .call a {
  color: #000;
  font-size: 16px;
}
.MobileMain .HeaderMobile .box .button .search {
  margin-left: 0.5rem;
}
.MobileMain .HeaderMobile .box .button .search .icon2 {
  display: none;
}
.MobileMain .HeaderMobile .box .button .search.active .icon1 {
  display: none;
}
.MobileMain .HeaderMobile .box .button .search.active .icon2 {
  display: block;
}
.MobileMain .HeaderMobile .box .button .menu {
  margin-left: 0.5rem;
}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p {
  position: relative;
}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p span {
  display: block;
  width: 30px;
  height: 2px;
  background: #5e337b;
  margin: 8px 0;
}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(1) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(2) {
  opacity: 0;
}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(3) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #5e337b;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MobileMain .HeaderMobile .box .button .menu .menu_btn p::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #5e337b;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p span {
  opacity: 0;
}
.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.MobileNavigation {
  position: absolute;
  z-index: 3;
  top: var(--phone_height);
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 7;
  height: calc(100vh - var(--phone_height));
  display: none;
}
.MobileNavigation .box_scroll {
  max-height: 90%;
  padding: 0.5rem 5vw;
  box-sizing: border-box;
  overflow: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.MobileNavigation .box_scroll .box .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.MobileNavigation .box_scroll .box .item a {
  line-height: 50px;
  display: flex;
  font-size: 16px;
  color: #333;
  justify-content: space-between;
}
.MobileNavigation .box_scroll .box .item a i {
  color: #666;
  font-size: 16px;
}
.MobileNavigation .box_scroll .box .item a p {
  display: flex;
  align-items: center;
}
.MobileNavigation .box_scroll .box .item a p span {
  display: block;
  width: 15px;
  height: 1px;
  background: #666;
  position: relative;
}
.MobileNavigation .box_scroll .box .item a p span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #666;
  transform: rotate(90deg);
  transition: 0.4s;
}
.MobileNavigation .box_scroll .box .item .active p span::after {
  transform: rotate(180deg);
}
.MobileNavigation .box_scroll .box .item .twoSelect {
  padding-left: 16px;
  display: none;
}
.MobileNavigation .box_scroll .box .item .twoSelect .twoSelectItem a {
  font-size: 15px;
}
.MobileNavigation .box_scroll .box .item .threeSelect {
  padding-left: 16px;
  display: none;
}
.MobileNavigation .box_scroll .box .item .threeSelect .threeSelectItem a {
  font-size: 15px;
}
.MobileNavigation .box_scroll .box .item .fourSelect {
  padding-left: 16px;
  display: none;
}
.MobileNavigation .box_scroll .box .item .fourSelect .fourSelectItem a {
  font-size: 15px;
}
.MobileNavigation .box_scroll .box .item .fourSelect .fourSelectItem .fiveSelect {
  padding-left: 16px;
  display: none;
}
.mobile_search {
  display: none;
  z-index: 4;
  width: 100%;
  position: fixed;
  top: 1.2rem;
  left: 0;
  padding: 0.6rem 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.mobile_search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: min(7rem, 90%);
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 12px;
}
.mobile_search .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mobile_search .input input {
  width: 100%;
  border: none;
  min-height: 60px;
  padding-left: 20px;
  background: none;
  color: #333;
}
.mobile_search .label .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 100%;
  border-radius: 12px;
  background: #d2091d;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .MobileMain {
    display: block;
  }
  .MobileMain .HeaderMobile .box .button .menu,
  .MobileMain .HeaderMobile .box .button .search {
    margin-left: 0.3rem;
  }
}
/* 手机导航 End */
.cultureBox9 {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  text-align: center;
}
.cultureBox9 .box {
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.6rem 0;
  width: 6.09rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cultureBox9 .box .close {
  position: absolute;
  top: 0.16rem;
  left: 0.16rem;
  opacity: 0.6;
  color: #5e337b;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.cultureBox9 .box .close i {
  display: block;
}
.cultureBox9 .box .close:hover {
  opacity: 1;
}
.cultureBox9 .box .main1 {
  position: relative;
}
.cultureBox9 .box .main1 img {
  width: 1.95rem;
}
.cultureBox9 .box .main1 p {
  color: #000;
  margin-top: 0.35rem;
}
.cultureBox9 .box .main1 .file {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
}
.cultureBox9 .box .main2 {
  margin-top: 0.56rem;
}
.cultureBox9 .box .main2 input {
  cursor: pointer;
  background: #5e337b;
  width: 2.25rem;
  height: 0.6rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  border: 0;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  text-align: center;
}
.cultureBox9 .box .main3 {
  margin-top: 0.9rem;
}
.cultureBox9 .box .main3 p {
  color: #999;
  margin-bottom: 0.2rem;
}
.cultureBox9 .box .main3 img {
  width: 1rem;
}
.pc-header {
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.pc-header .box {
  padding: 0 3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pc-header .box .logo {
  width: 15%;
}
.pc-header .box .logo img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
  height: 0.62rem;
}
.pc-header .box .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.pc-header .box .nav ul li {
  position: relative;
  padding: 0 0.32rem;
}
.pc-header .box .nav ul li .item a {
  transition: 0.6s;
  color: #fff;
  line-height: 1.1rem;
  /*font-size: 16px;*/
   font-family: GilroyBold;
}
.pc-header .box .nav ul li .dorw {
  display: none;
  width: 120%;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pc-header .box .nav ul li .dorw a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  padding: 0.16rem 0;
  background: #fff;
  color: #333;
  text-align: center;
}
.pc-header .box .nav ul li .dorw a:hover {
  color: #fff;
  background: #5e337b;
}
.pc-header .box .nav ul li.active .item a,
.pc-header .box .nav ul li:hover .item a {
  color: #5e337b;
}
.pc-header .box .toggle {
  width: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.pc-header .box .toggle .tog {
  position: relative;
}
.pc-header .box .toggle .tog .s1 a {
  color: #fff;
  cursor: pointer;
}
.pc-header .box .toggle .tog .s1 span {
  font-size: 16px;
}
.pc-header .box .toggle .tog .s1 svg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.pc-header .box .toggle .tog .s1.on svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pc-header .box .toggle .tog .s2 {
  display: none;
  position: absolute;
  top: 80%;
  left: 0;
}
.pc-header .box .toggle .tog .s2 a {
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 4px 0;
}
.pc-header .box .toggle .tog .s2 a:hover {
  color: #8eea34;
}
.pc-header .box .toggle .search {
  cursor: pointer;
  margin-left: 1.1rem;
}
.pc-header .box .toggle .search svg {
  display: none;
}
.pc-header .box .toggle .search .show {
  display: block;
}
.pc-header.on,
.pc-header.active {
  background: #fff;
}
.pc-header.on .box,
.pc-header.active .box {
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.pc-header.on .box .logo img,
.pc-header.active .box .logo img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.pc-header.on .box .nav ul li a,
.pc-header.active .box .nav ul li a {
  color: #333;
}
.pc-header.on .box .nav ul li .active,
.pc-header.active .box .nav ul li .active {
  color: #8eea34;
}
.pc-header.on .box .toggle .tog .s1 a,
.pc-header.active .box .toggle .tog .s1 a{
  color: #333;
}
.pc-header.on .box .toggle .tog .s1 svg path,
.pc-header.active .box .toggle .tog .s1 svg path {
  fill: #333;
}
.pc-header.on .box .toggle .tog .s2 a,
.pc-header.active .box .toggle .tog .s2 a {
  color: #333;
}
.pc-header.on .box .toggle .search svg path,
.pc-header.active .box .toggle .search svg path {
  fill: #333;
}
.search-down {
  display: none;
  width: 100%;
  z-index: 11;
  position: fixed;
  top: 1.1rem;
  background: #5e337b;
  padding: 0.6rem 0;
}
.search-down form {
  display: flex;
}
.search-down form .item {
  flex: 1;
}
.search-down form .item input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  padding: 0 0.2rem;
}
.search-down form .btn {
  width: 1.6rem;
}
.search-down form .btn input {
  cursor: pointer;
  width: 100%;
  line-height: 0.66rem;
  border: none;
  background: #368bc2;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.pc-footer {
  width: 100%;
}
.pc-footer .ter_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.pc-footer .ter_box::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(0.62rem + 0.3rem);
  width: 100%;
  border-bottom: 1px solid #e6eced;
}
.pc-footer .ter_box .le_box {
  width: 30%;
}
.pc-footer .ter_box .le_box .logo a img {
  height: 0.62rem;
}
.pc-footer .ter_box .le_box .code {
  margin-top: 0.6rem;
}
.pc-footer .ter_box .le_box .code .de_1 a {
  transition: 0.4s;
  color: #666;
}
.pc-footer .ter_box .le_box .code .de_1 a:hover {
  color: #5e337b;
}
.pc-footer .ter_box .le_box .code .de_2 {
  margin: 0.16rem 0 0.06rem;
}
.pc-footer .ter_box .le_box .code .de_2 img {
  width: 1.08rem;
}
.pc-footer .ter_box .le_box .code .de_3 {
  color: #666;
}
.pc-footer .ter_box .ri_box {
  width: 70%;
}
.pc-footer .ter_box .ri_box .nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pc-footer .ter_box .ri_box .nav_list .slide .one a {
  color: #333;
  font-weight: 700;
  line-height: 0.62rem;
}
.pc-footer .ter_box .ri_box .nav_list .slide .two {
  margin-top: 0.6rem;
}
.pc-footer .ter_box .ri_box .nav_list .slide .two a {
  display: block;
  color: #666;
  margin-bottom: 0.2rem;
  transition: 0.4s;
}
.pc-footer .ter_box .ri_box .nav_list .slide .two a:hover {
  color: #5e337b;
}
.pc-footer .ter_box .ri_box .nav_list .slide .two a:last-child {
  margin-bottom: 0;
}
.pc-footer .cooperation {
  border-bottom: 1px solid #e6eced;
  border-top: 1px solid #e6eced;
  padding: 0.3rem 0;
}
.pc-footer .cooperation .mySwiper5 {
  width: 64%;
  margin: 0 auto;
}
.pc-footer .cooperation .mySwiper5 .swiper-slide a {
  display: block;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-footer .cooperation .mySwiper5 .swiper-slide a img {
  max-width: 80%;
  max-height: 80%;
}
.pc-footer .copyright {
  padding: 0.6rem 0 0.55rem;
  text-align: center;
}
.pc-footer .copyright a {
  color: #666;
  transition: 0.4s;
}
.pc-footer .copyright .a1:hover {
  color: #5e337b;
}
.neiye-banner {
  width: 100%;
}
.neiye-banner .ban {
  position: relative;
  width: 100%;
}
.neiye-banner .ban img {
  width: 100%;
}
.neiye-banner .ban .img2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pub-top {
  position: relative;
  top: -1.12rem;
  display: none;
}
.yuan .xuan {
  width: 0.66rem;
  height: 0.66rem;
}
@-webkit-keyframes xuan1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xuan1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xuan1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes opacity1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opacity1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes opacity2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes xiao {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-moz-keyframes xiao {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes xiao {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes moveNext {
  0% {
    top: 85%;
  }
  100% {
    top: 86%;
  }
}
@-moz-keyframes moveNext {
  0% {
    top: 85%;
  }
  100% {
    top: 86%;
  }
}
@keyframes moveNext {
  0% {
    top: 85%;
  }
  100% {
    top: 86%;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes move {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.index-swiper {
  width: 100%;
}
.index-swiper .mySwiper8 {
  width: 100%;
}
.index-swiper .mySwiper8 .swiper-slide {
  position: relative;
}
.index-swiper .mySwiper8 .swiper-slide .slide-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.index-swiper .mySwiper8 .swiper-slide .slide-title p {
  color: #fff;
  letter-spacing: 4px;
}
.index-swiper .mySwiper8 .swiper-slide .slide-title h2 {
  margin-top: 0.16rem;
  font-weight: 400;
  color: #fff;
}
.index-swiper .mySwiper8 .swiper-slide .slide-video {
  width: 100%;
}
.index-swiper .mySwiper8 .swiper-slide .slide-video video,
.index-swiper .mySwiper8 .swiper-slide .slide-video img {
  width: 100%;
  height: var(--vh);
}
.index-swiper .mySwiper8 .swiper-slide .slide-next {
  position: absolute;
  top: 85%;
  right: 5%;
  -webkit-animation: moveNext 1s linear infinite alternate;
  -moz-animation: moveNext 1s linear infinite alternate;
  animation: moveNext 1s linear infinite alternate;
}
.index-swiper .mySwiper8 .swiper-button-next,
.index-swiper .mySwiper8 .swiper-button-prev {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.6;
  width: auto;
  height: auto;
  right: 3vw;
}
.index-swiper .mySwiper8 .swiper-button-next::after,
.index-swiper .mySwiper8 .swiper-button-prev::after {
  display: none;
}
.index-swiper .mySwiper8 .swiper-button-next img,
.index-swiper .mySwiper8 .swiper-button-prev img {
  width: 0.33rem;
}
.index-swiper .mySwiper8 .swiper-button-next:hover,
.index-swiper .mySwiper8 .swiper-button-prev:hover {
  opacity: 1;
}
.index-swiper .mySwiper8 .swiper-button-prev {
  left: 3vw;
  right: auto;
}
.index-swiper .mySwiper8 .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.index-swiper .mySwiper8 .swiper-pagination {
  left: 50%;
  bottom: 9%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  color: rgba(255, 255, 255, 0.4);
}
.index-swiper .mySwiper8 .swiper-pagination span:nth-child(1) {
  position: relative;
  top: -0.2rem;
  color: #8eea34;
}
.company {
  position: relative;
}
.company .comp-img {
  width: 100%;
}
.company .comp-img img {
  width: 100%;
}
.company .comp-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.company .comp-title .left {
  width: 40%;
}
.company .comp-title .left .f1 {
  color: #368bc2;
  font-weight: 700;
}
.company .comp-title .left .f2 {
  color: #333;
  font-weight: 700;
  padding: 0.4rem 0 0.5rem;
}
.company .comp-title .left .f3 {
  color: #333;
  line-height: .36rem;
  height: 2.16rem;
  margin-bottom: 0.5rem;
  overflow: auto;
    padding-right: .1rem;
}
.company .comp-title .left .f3::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.company .comp-title .left .f3::-webkit-scrollbar-thumb {
  background: rgba(94, 51, 123, 1);
}

.company .comp-title .left .f3::-webkit-scrollbar-track {
  background: rgba(94, 51, 123, .3);
}
.company .comp-title .left .f4 {
  padding-top: 0.5rem;
}
.company .comp-title .right {
  width: 45%;
  position: relative;
}
.company .comp-title .right .yuan {
  width: 100%;
  -webkit-animation: xuan1 50s linear infinite;
  -moz-animation: xuan1 50s linear infinite;
  animation: xuan1 50s linear infinite;
}
.company .comp-title .right .yuan img {
  width: 100%;
}
.company .comp-title .right .center-yuan {
  width: 71%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.company .comp-title .right .center-yuan img {
  width: 100%;
}
.company .comp-title .right .center-yuan.c1 {
  -webkit-animation: opacity1 3s linear infinite alternate;
  -moz-animation: opacity1 3s linear infinite alternate;
  animation: opacity1 3s linear infinite alternate;
}
.company .comp-title .right .center-yuan.c2 {
  -webkit-animation: opacity2 3s linear infinite alternate;
  -moz-animation: opacity2 3s linear infinite alternate;
  animation: opacity2 3s linear infinite alternate;
}
.company .comp-title .right .zx {
  position: absolute;
  top: 59%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.company .comp-title .right .xiao {
  position: absolute;
  -webkit-animation: xiao 2s linear infinite alternate;
  -moz-animation: xiao 2s linear infinite alternate;
  animation: xiao 2s linear infinite alternate;
}
.company .comp-title .right .xiao1 {
  top: 17%;
  left: 20%;
}
.company .comp-title .right .xiao2 {
  top: 60%;
  left: 16%;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.company .comp-title .right .xiao3 {
  top: 71%;
  left: 46%;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.field {
  position: relative;
}
.field .fie-img {
  width: 100%;
}
.field .fie-img img {
  width: 100%;
}
.field .fie-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.field .fie-title .f1 {
  color: #368bc2;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.field .fie-title .f2 {
  width: 40%;
  color: #333;
  line-height: .36rem;
   height: 2.16rem;
  margin-bottom: 0.5rem;
  overflow: auto;
  padding-right: .1rem;
}
.field .fie-title .f2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.field .fie-title .f2::-webkit-scrollbar-thumb {
  background: rgba(94, 51, 123, 1);
}

.field .fie-title .f2::-webkit-scrollbar-track {
  background: rgba(94, 51, 123, .3);
}
.field .fie-title .f3 {
  padding-top: 0.5rem;
}
.dynamic {
  position: relative;
}
.dynamic .dy-img {
  width: 100%;
}
.dynamic .dy-img img {
  width: 100%;
}
.dynamic .dy-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dynamic .dy-title .y1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  align-items: flex-end;
  padding: 0 0 0.45rem 0;
}
.dynamic .dy-title .y1 h1 {
  color: #368bc2;
}
.dynamic .dy-title .y2 {
  color: #333;
  font-weight: 700;
}
.dynamic .dy-title .dy-swiper {
  position: relative;
  margin-top: 0.95rem;
}
.dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide .left {
  width: 34.7%;
}
.dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide .left img {
  width: 100%;
}
.dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide .right {
  width: 56%;
  padding: 1rem 0 0;
}
.dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide .right span {
  color: #999;
}
.dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide .right h6 {
  color: #333;
  font-weight: 700;
  margin: 0.2rem 0 0.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide .right p {
  color: #333;
  line-height: 0.36rem;
  height: 0.72rem;
  width: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic .dy-title .dy-swiper .qiehuan {
  z-index: 1;
  position: absolute;
  bottom: 8%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 56%;
}
.dynamic .dy-title .dy-swiper .qiehuan .pu_pagination {
  color: #d5d5d5;
}
.dynamic .dy-title .dy-swiper .qiehuan .pu_pagination span:nth-child(1) {
  color: #5e337b;
}
.pu_genduo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.pu_genduo a p {
  font-size: 16px;
  color: #368bc2;
}
.pu_genduo a .yuan {
  position: relative;
  margin: 0 0.33rem 0 15px;
}
.pu_genduo a .yuan .xuan {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pu_genduo a:hover .yuan .xuan {
  -webkit-animation: move 3s linear infinite;
  -moz-animation: move 3s linear infinite;
  animation: move 3s linear infinite;
}
.news .newslist .swiper-slide .slide-item {
  margin-bottom: 0.55rem;
}
.news .newslist .swiper-slide .slide-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.news .newslist .swiper-slide .slide-item .left {
  width: 30.5%;
}
.news .newslist .swiper-slide .slide-item .left img {
  width: 100%;
}
.news .newslist .swiper-slide .slide-item .right {
  width: 62%;
}
.news .newslist .swiper-slide .slide-item .right .t1 {
  color: #999;
}
.news .newslist .swiper-slide .slide-item .right .t2 {
  font-size: 0.3rem;
  color: #333;
  font-weight: 700;
  margin: 0.22rem 0 0.35rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news .newslist .swiper-slide .slide-item .right .t3 {
  color: #333;
  line-height: 0.36rem;
  height: 0.72rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .newslist .swiper-slide .slide-item .right .t4 {
  padding-top: 0.66rem;
}
.news .newslist .swiper-slide .slide-item:hover .right .t2 {
  color: #5e337b;
}
.news .newslist .swiper-slide .slide-item:hover .right .t4 .pu_yuan .round .xuan {
  -webkit-animation: move 3s linear infinite;
  -moz-animation: move 3s linear infinite;
  animation: move 3s linear infinite;
}
.paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.paging .prev a,
.paging .next a {
  transition: 0.6s;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  color: #bdbdbd;
}
.paging .prev a:hover,
.paging .next a:hover {
  color: #fff;
  background: -o-linear-gradient(left top, #54b1da, #55d1a6);
  background: -moz-linear-gradient(left top, #54b1da, #55d1a6);
  background: -webkit-gradient(linear, left top, right bottom, from(#54b1da), to(#55d1a6));
  background: linear-gradient(to right bottom, #54b1da, #55d1a6);
  background: -webkit-linear-gradient(to right bottom, #54b1da, #55d1a6);
}
.paging .nav a {
  color: #333;
  margin: 0 0.12rem;
  transition: 0.4s;
}
.paging .nav a.active,
.paging .nav a:hover {
  color: #8eea34;
}
.details {
  padding-top: 1.1rem;
}
.details .det1 {
  text-align: center;
  padding: 1rem 0 0.5rem;
}
.details .det1 h2 {
  color: #000;
}
.details .det1 p {
  color: #999;
  margin-top: 0.12rem;
}
.details .Editor {
  padding: 0.45rem 0;
  border-top: 1px solid #c1c3c4;
  border-bottom: 1px solid #c1c3c4;
}
.details .Editor p {
  color: #333;
  line-height: 2;
}
.details .Editor img {
  max-width: 100%;
}
.details .return {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  padding: 0.6rem 0 0.3rem;
}
.details .return .prev a,
.details .return .next a {
  transition: 0.6s;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  color: #bdbdbd;
}
.details .return .prev a:hover,
.details .return .next a:hover {
  color: #fff;
  background: -o-linear-gradient(left top, #54b1da, #55d1a6);
  background: -moz-linear-gradient(left top, #54b1da, #55d1a6);
  background: -webkit-gradient(linear, left top, right bottom, from(#54b1da), to(#55d1a6));
  background: linear-gradient(to right bottom, #54b1da, #55d1a6);
  background: -webkit-linear-gradient(to right bottom, #54b1da, #55d1a6);
}
.details .return .nav a {
  z-index: 2;
  position: relative;
  overflow: hidden;
  padding: 0.14rem 0.4rem;
  background: #fff;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  color: #fff;
}
.details .return .nav a::before {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(left top, #54b1da, #55d1a6);
  background: -moz-linear-gradient(left top, #54b1da, #55d1a6);
  background: -webkit-gradient(linear, left top, right bottom, from(#54b1da), to(#55d1a6));
  background: linear-gradient(to right bottom, #54b1da, #55d1a6);
  background: -webkit-linear-gradient(to right bottom, #54b1da, #55d1a6);
}
.papBox .culture .title {
  color: #368bc2;
  font-weight: 700;
  margin-bottom: 0.65rem;
}
.papBox .culture .cultBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
}
.papBox .culture .cultBox .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.papBox .culture .cultBox .content .top h6 {
  color: #000;
  font-weight: 700;
}
.papBox .culture .cultBox .content .top p {
  color: #000;
  padding: 0.25rem 0 0.45rem;
}
.papBox .culture .cultBox .content .bottom {
  width: 100%;
}
.papBox .culture .cultBox .content .bottom img {
  width: 100%;
}
.papBox .culture .cultBox .content:nth-child(even) .bottom {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1;
}
.papBox .culture .cultBox .content:nth-child(even) .top h6 {
  padding: 0.45rem 0 0.25rem;
}
.papBox .culture .cultBox .content:nth-child(even) .top p {
  padding: 0 0 0 0;
}
.papBox .culture .cultBox .content:last-child {
  margin-right: 0%;
}
.papBox .environment .title {
  color: #368bc2;
  font-weight: 700;
  margin-bottom: 0.65rem;
}
.papBox .environment .envi-swiper {
  position: relative;
}
.papBox .environment .envi-swiper .mySwiper7 {
  margin: 0 1rem;
}
.papBox .environment .envi-swiper .mySwiper7 .swiper-wrapper {
  height: auto;
}
.papBox .environment .envi-swiper .mySwiper7 .swiper-wrapper .swiper-slide {
  width: 72%;
}
.papBox .environment .envi-swiper .mySwiper7 .swiper-wrapper .swiper-slide img {
  width: 100%;
  border-radius: .2rem;
}
.papBox .environment .envi-swiper .swiper-prev,
.papBox .environment .envi-swiper .swiper-next {
  transition: 0.6s;
  z-index: 11;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  color: #bdbdbd;
}
.papBox .environment .envi-swiper .swiper-prev:hover,
.papBox .environment .envi-swiper .swiper-next:hover {
  color: #fff;
  background: -o-linear-gradient(left top, #54b1da, #55d1a6);
  background: -moz-linear-gradient(left top, #54b1da, #55d1a6);
  background: -webkit-gradient(linear, left top, right bottom, from(#54b1da), to(#55d1a6));
  background: linear-gradient(to right bottom, #54b1da, #55d1a6);
  background: -webkit-linear-gradient(to right bottom, #54b1da, #55d1a6);
}
.papBox .environment .envi-swiper .swiper-prev {
  left: 0;
}
.papBox .environment .envi-swiper .swiper-next {
  right: 0;
}
.papBox .accepted .title {
  color: #368bc2;
  font-weight: 700;
}
.papBox .accepted .acceList {
  padding-bottom: 0.5rem;
}
.papBox .accepted .acceList .item {
  cursor: pointer;
}
.papBox .accepted .acceList .item .introduce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding: 0.32rem 0;
  border-bottom: 1px solid #eaebed;
}
.papBox .accepted .acceList .item .introduce .content1 {
  width: 80%;
  color: #666;
}
.papBox .accepted .acceList .item .introduce .content2 {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.papBox .accepted .acceList .item .introduce .content2 span {
  color: #368bc2;
  margin-right: 0.06rem;
}
.papBox .accepted .acceList .item .introduce .content2 .span2 {
  display: none;
}
.papBox .accepted .acceList .item .introduce .content2 svg {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.papBox .accepted .acceList .item .drow {
  display: none;
  padding: 0.2rem 0;
}
.papBox .accepted .acceList .item .drow > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.papBox .accepted .acceList .item .drow .d1 h6 {
  color: #368bc2;
  padding: 0 0 0.2rem;
}
.papBox .accepted .acceList .item .drow .d1 p {
  color: #000;
  line-height: 2;
}
.papBox .accepted .acceList .item .drow .d1:nth-child(2n) {
  margin-right: 0%;
}
.papBox .accepted .acceList .item.active .introduce .content2 svg {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.papBox .accepted .acceList .item.active .introduce .content2 .span1 {
  display: none;
}
.papBox .accepted .acceList .item.active .introduce .content2 .span2 {
  display: block;
}
.papBox .accepted .acceList .item:hover .introduce .content1 {
  color: #368bc2;
}
.papBox .delivery {
  text-align: center;
}
.papBox .delivery .deliv1 {
  color: #000;
  font-weight: 700;
  padding: 0.8rem 0 0;
}
.papBox .delivery .deliv2 {
  padding: 0.1rem 0;
}
.papBox .delivery .deliv2,
.papBox .delivery .deliv3 {
  font-weight: 700;
}
.papBox .delivery .deliv2 span,
.papBox .delivery .deliv3 span {
  color: #000;
}
.papBox .delivery .deliv2 a,
.papBox .delivery .deliv3 a {
  color: #368bc2;
}
.papBox .delivery .deliv4 {
  padding: 0.4rem 0 0.6rem;
}
.papBox .delivery .deliv4 a {
  cursor: pointer;
  padding: 0.2rem 0.45rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background: -o-linear-gradient(left, #54aedf, #55d5a0);
  background: -moz-linear-gradient(left, #54aedf, #55d5a0);
  background: -webkit-gradient(linear, left top, right top, from(#54aedf), to(#55d5a0));
  background: linear-gradient(90deg, #54aedf, #55d5a0);
  color: #fff;
}
.papBox .delivery .deliv4 a span {
  margin-right: 0.7rem;
}
.papBox .delivery .deliv4 a svg {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.papBox .delivery .deliv4 a:hover svg {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}
.contact .map {
  text-align: center;
}
.contact .map img {
  max-width: 100%;
}
.contact .way {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}
.contact .way .li .text {
  color: #333;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.contact .way .li .desc a,
.contact .way .li .desc p {
  transition: 0.4s;
  color: #666;
  line-height: 2;
}
.contact .way .li .desc a:hover {
  color: #5e337b;
}
.contact .way .li .desc img {
  width: 1.08rem;
}
.contact .message .title {
  color: #368bc2;
  font-weight: 700;
}
.contact .message .form {
  margin-top: 0.45rem;
}
.contact .message .form .menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.contact .message .form .menu .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  background: #fff;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 0.18rem 0;
}
.contact .message .form .menu .in:last-child {
  margin-right: 0;
}
.contact .message .form .menu .in .label {
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
}
.contact .message .form .menu .in input {
  border: none;
  margin-left: 0.15rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.contact .message .form .menu .in .xin {
  margin-right: 0.3rem;
}
.contact .message .form .textarea {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  background: #fff;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 0.18rem 0;
  overflow: hidden;
}
.contact .message .form .textarea .label {
  margin: 0 0 0 0.3rem;
}
.contact .message .form .textarea textarea {
  border: none;
  margin-left: 0.15rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  resize: none;
}
.contact .message .form .btn {
  text-align: center;
  padding: 0.4rem 0 0.55rem;
}
.contact .message .form .btn div {
  display: inline-block;
  cursor: pointer;
  padding: 0.2rem 0.45rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background: -o-linear-gradient(left, #54aedf, #55d5a0);
  background: -moz-linear-gradient(left, #54aedf, #55d5a0);
  background: -webkit-gradient(linear, left top, right top, from(#54aedf), to(#55d5a0));
  background: linear-gradient(90deg, #54aedf, #55d5a0);
  color: #fff;
}
.contact .message .form .btn div span {
  margin-right: 0.7rem;
}
.contact .message .form .btn div svg {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.contact .message .form .btn div:hover svg {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}
.search-details {
  padding-top: 1.1rem;
}
.search-details .search-box {
  padding: 0.65rem 0;
}
.search-details .search-box form {
  width: 76%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.search-details .search-box form .item {
  flex: 1;
}
.search-details .search-box form .item input {
  width: 100%;
  height: 0.6rem;
  border: 1px solid #e7e7e7;
  -moz-border-radius: 0.25rem 0 0 0.25rem;
  border-radius: 0.25rem 0 0 0.25rem;
  padding-left: 0.25rem;
  background: #fff;
}
.search-details .search-box form .btn button {
  cursor: pointer;
  border: none;
  width: 1.2rem;
  height: 0.6rem;
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  border-radius: 0 0.25rem 0.25rem 0;
  background: -o-linear-gradient(left, #54aedf, #55d5a0);
  background: -moz-linear-gradient(left, #54aedf, #55d5a0);
  background: -webkit-gradient(linear, left top, right top, from(#54aedf), to(#55d5a0));
  background: linear-gradient(90deg, #54aedf, #55d5a0);
}
.search-details .search-list {
  border-top: 1px solid #e7e7e7;
  min-height: 50vh;
}
.search-details .search-list .item {
  padding: 0.45rem 0 0.75rem;
  border-bottom: 1px solid #e7e7e7;
}
.search-details .search-list .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.search-details .search-list .item a .left {
  width: 68%;
}
.search-details .search-list .item a .left .time {
  color: #999;
}
.search-details .search-list .item a .left .text {
  margin: 0.2rem 0;
}
.search-details .search-list .item a .left .text p {
  transition: 0.4s;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.search-details .search-list .item a .left .desc p {
  color: #333;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search-details .search-list .item a:hover .left .text p {
  color: #5e337b;
}
.search-details .search-list .item a:hover .right .pu_yuan .round .xuan {
  -webkit-animation: move 3s linear infinite;
  -moz-animation: move 3s linear infinite;
  animation: move 3s linear infinite;
}
.search-details .paging {
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
}
.f14 {
  font-size: 0.14rem;
}
.f16 {
  font-size: 0.16rem;
}
.f18 {
  font-size: 0.18rem;
}
.f20 {
  font-size: 0.2rem;
}
.f22 {
  font-size: 0.22rem;
  line-height: 1.2;
}
.f24 {
  font-size: 0.24rem;
  line-height: 1.2;
}
.f26 {
  font-size: 0.26rem;
  line-height: 1.2;
}
.f28 {
  font-size: 0.28rem;
  line-height: 1.2;
}
.f30 {
  font-size: 0.3rem;
  line-height: 1.2;
}
.f38 {
  font-size: 0.38rem;
  line-height: 1.2;
}
.f48 {
  font-size: 0.48rem;
  line-height: 1.2;
}
.f60 {
  font-size: 0.6rem;
  line-height: 1.2;
}
.p100 {
  padding-top: 1rem;
}
.p100_ {
  padding-bottom: 1rem;
}
.pu_title {
  color: #368bc2;
  font-family: GilroyBold;
}
.pu_pop {
  display: none;
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.pu_pop .w1200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  height: 100%;
}
.pu_pop .pop_box {
  position: relative;
  width: 66%;
}
.pu_pop .pop_box .close {
  cursor: pointer;
  position: absolute;
  color: #999;
  font-weight: bold;
  right: 0.3rem;
  top: 0.3rem;
}
.pu_pop .pop_box .close i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.pu_pop .pop_box .close i:hover {
  color: #368bc2;
}
.pu_pop .pop_box .item {
  background: #fff;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
  display: none;
}
.pu_pop .pop_box .item.active {
  display: block;
}
.pu_pop .pop_box .item .em_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  padding: 0.36rem 0.6rem;
  background: #f3f3f3;
}
.pu_pop .pop_box .item .em_top .img img {
  width: 1.5rem;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pu_pop .pop_box .item .em_top .wenzi {
  margin-left: 0.42rem;
}
.pu_pop .pop_box .item .em_top .wenzi .w1 {
  color: #000;
  line-height: 1.4;
}
.pu_pop .pop_box .item .em_top .wenzi .w2 {
  margin-top: 0.06rem;
  color: #368bc2;
  line-height: 1.2;
}
.pu_pop .pop_box .item .em_bot {
  padding: 0.6rem;
}
.pu_pop .pop_box .item .em_bot p {
  line-height: 0.36rem;
  height: 2.16rem;
  color: #333;
  /*text-align: justify;*/
  overflow: auto;
  padding-right: 0.2rem;
}
.pu_pop .pop_box .item .em_bot p::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.pu_pop .pop_box .item .em_bot p::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #368bc2;
}
.pu_pop .pop_box .item .em_bot p::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(153, 153, 153, 0.6);
}
.pu_switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.pu_switch .prev,
.pu_switch .next {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  width: 0.5rem;
  height: 0.5rem;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #c0c9ca;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
}
.pu_switch .prev i,
.pu_switch .next i {
  color: #fff;
}
.pu_switch .prev:hover,
.pu_switch .next:hover {
  background: -o-linear-gradient(left top, #54b1da, #55d1a6);
  background: -moz-linear-gradient(left top, #54b1da, #55d1a6);
  background: -webkit-gradient(linear, left top, right bottom, from(#54b1da), to(#55d1a6));
  background: linear-gradient(to right bottom, #54b1da, #55d1a6);
  background: -webkit-linear-gradient(to right bottom, #54b1da, #55d1a6);
}
.pu_switch .next {
  margin-left: 0.14rem;
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_img {
  width: 100%;
}
.pu_banner .ban_img img {
  width: 100%;
}
.company_profile .ny_bot {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  align-items: flex-end;
}
.company_profile .ny_bot .le_box {
  width: 50%;
  padding-right: 4%;
}
.company_profile .ny_bot .le_box .text {
  color: #000;
  line-height: 1.4;
  text-align: justify;
}
.company_profile .ny_bot .le_box .desc {
  margin-top: 0.3rem;
}
.company_profile .ny_bot .le_box .desc p {
  color: #333;
  line-height: 0.36rem;
  height: 2.16rem;
  overflow: auto;
  /*text-align: justify;*/
  padding-right: 0.1rem;
}
.company_profile .ny_bot .le_box .desc p::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.company_profile .ny_bot .le_box .desc p::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #368bc2;
}
.company_profile .ny_bot .le_box .desc p::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(153, 153, 153, 0.6);
}
.company_profile .ny_bot .ri_box {
  width: 50%;
}
.company_profile .ny_bot .ri_box img {
  width: 100%;
}
.development_history .ry_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  align-items: flex-end;
}
.development_history .ry_bot {
  margin-top: 0.9rem;
}
.development_history .ry_bot .swiper {
  position: relative;
}
.development_history .ry_bot .swiper::before {
  content: "";
  position: absolute;
  left: 0;
  top: -webkit-calc(-4.46rem);
  top: -moz-calc(-4.46rem);
  top: calc(0.28rem + 0.26rem - 10px + 5px);
  width: 100%;
  height: 20px;
  background: url("../images/101.png") no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.development_history .ry_bot .swiper .swiper-slide .year {
  width: 1rem;
  font-family: GilroyBold;
  margin-left: -webkit-calc(0.28rem);
  margin-left: -moz-calc(0.28rem);
  margin-left: calc(0.28rem);
  text-align: center;
  line-height: 1;
}
.development_history .ry_bot .swiper .swiper-slide .point {
  margin: 0.26rem 0 0.7rem;
  position: relative;
  width: 10px;
  height: 10px;
  background: #fff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -webkit-calc(0.74rem);
  left: -moz-calc(0.74rem);
  left: calc(0.24rem + 0.5rem);
}
.development_history .ry_bot .swiper .swiper-slide .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300%;
  height: 300%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: -o-linear-gradient(left top, #54b1da, #55d1a6);
  background: -moz-linear-gradient(left top, #54b1da, #55d1a6);
  background: -webkit-gradient(linear, left top, right bottom, from(#54b1da), to(#55d1a6));
  background: linear-gradient(to right bottom, #54b1da, #55d1a6);
  background: -webkit-linear-gradient(to right bottom, #54b1da, #55d1a6);
  opacity: 0.3;
}
.development_history .ry_bot .swiper .swiper-slide .content {
  position: relative;
  background: #f3f3f3;
  padding: 0.24rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.development_history .ry_bot .swiper .swiper-slide .content::before {
  content: "";
  position: absolute;
  top: -webkit-calc(-0.46rem);
  top: -moz-calc(-0.46rem);
  top: calc(-0.7rem + 0.24rem);
  left: -webkit-calc(4.74rem);
  left: -moz-calc(4.74rem);
  left: calc(0.24rem + 0.5rem + 4px);
  height: 0.7rem;
  border-left: 2px dotted #c0c9ca;
}
.development_history .ry_bot .swiper .swiper-slide .content .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  padding-bottom: 0.16rem;
}
.development_history .ry_bot .swiper .swiper-slide .content .item .month {
  color: #999;
  padding-right: 0.08rem;
  min-width: 0.5rem;
   font-family: GilroyBold;
}
.development_history .ry_bot .swiper .swiper-slide .content .item .text {
  color: #333;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  position: relative;
  padding-left: 0.26rem;
}
.development_history .ry_bot .swiper .swiper-slide .content .item .text::after {
  content: "";
  position: absolute;
  top: 0.08rem;
  left: 0;
  width: 6px;
  height: 6px;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  -moz-background-origin: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -o-linear-gradient(left, #fff, #fff), -o-linear-gradient(left, #54b1da, #55d1a6);
  background-image: -moz-linear-gradient(left, #fff, #fff), -moz-linear-gradient(left, #54b1da, #55d1a6);
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#54b1da), to(#55d1a6));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #54b1da, #55d1a6);
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.development_history .ry_bot .swiper .swiper-slide .content .item .text::before {
  content: "";
  position: absolute;
  top: 0.24rem;
  left: 4px;
  height: 90%;
  border-left: 2px dotted #c0c9ca;
}
.development_history .ry_bot .swiper .swiper-slide .content .item:last-child {
  padding-bottom: 0;
}
.development_history .ry_bot .swiper .swiper-slide .content .item:last-child .text::before {
  display: none;
}
.leadership_team .am_bot {
  margin-top: 0.58rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.44rem;
}
.leadership_team .am_bot .slide {
  cursor: pointer;
  border: 1px solid #c0c9ca;
  text-align: center;
  padding: 0.34rem .2rem 0.28rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.leadership_team .am_bot .slide::before {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  content: "";
  position: absolute;
  inset: 0;
  border: 0.03rem solid transparent;
  background-clip: padding-box, border-box;
  -moz-background-origin: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -o-linear-gradient(left, #fff, #fff), -o-linear-gradient(left, #54b1da, #55d1a6);
  background-image: -moz-linear-gradient(left, #fff, #fff), -moz-linear-gradient(left, #54b1da, #55d1a6);
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#54b1da), to(#55d1a6));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #54b1da, #55d1a6);
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.leadership_team .am_bot .slide .de_img {
  z-index: 1;
  position: relative;
}
.leadership_team .am_bot .slide .de_img img {
  width: 1.3rem;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.leadership_team .am_bot .slide .de_content {
  z-index: 1;
  position: relative;
  margin-top: 0.28rem;
}
.leadership_team .am_bot .slide .de_content .t1 {
  color: #333;
  line-height: 1.4;
   font-family: GilroyBold;
}
.leadership_team .am_bot .slide .de_content .t2 {
  margin-top: 0.06rem;
  color: #368bc2;
  line-height: 1.4;
}
.leadership_team .am_bot .slide:hover {
  border-color: transparent;
}
.leadership_team .am_bot .slide:hover::before {
  opacity: 1;
}
.scientific_advisor .or_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  align-items: flex-end;
}
.scientific_advisor .or_bot {
  margin-top: 0.58rem;
}
.scientific_advisor .or_bot .swiper {
  --w1: 2.3rem;
  --jx: 0.36rem;
  --w2: 1.3rem;
}
.scientific_advisor .or_bot .swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  /*align-items: center;*/
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
  width: var(--w1);
  overflow: hidden;
  position: relative;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide a {
    display: block;
    cursor: pointer;
    height: 100%;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_box {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  background: #f4f4f4;
  padding: 0.46rem 0.46rem 0.68rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
   height: 100%;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_box .content1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
   height:  var(--w2);;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_box .content1 .img img {
  width: var(--w2);
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_box .content1 .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding-left: 0.36rem;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_box .content1 .title .e1 {
  color: #000;
  font-family: GilroyBold;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_box .content1 .title .e2 {
  margin-top: 0.08rem;
  color: #368bc2;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_box .content2 {
  margin: 0.2rem 0 0.46rem;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_box .content2 p {
  line-height: 0.26rem;
  height: 0.52rem;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_post {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: var(--w1);
  height: 88%;
  background: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_post > div {
  text-align: center;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_post > div .img img {
  width: var(--w2);
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_post > div .title {
  margin-top: 0.4rem;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_post > div .title .e1 {
  color: #000;
  font-family: GilroyBold;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide .de_post > div .title .e2 {
  margin-top: 0.08rem;
  color: #368bc2;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide:hover .de_box .content3 .pu_yuan .round .xuan {
  -webkit-animation: move 3s linear infinite;
  -moz-animation: move 3s linear infinite;
  animation: move 3s linear infinite;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide.active {
  width: calc(100% - (var(--w1) * 2) - (var(--jx) * 2));
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide.active .de_box {
  opacity: 1;
}
.scientific_advisor .or_bot .swiper .swiper-slide .slide.active .de_post {
  opacity: 0;
}
.science_technology .gy_box {
  display: grid;
  gap: 0.5rem;
}
.science_technology .gy_box .slide {
  border: 1px solid #999;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.64rem 0.4rem 0.4rem;
}
.science_technology .gy_box .slide .de_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.science_technology .gy_box .slide .de_top .le_ {
  width: 45%;
}
.science_technology .gy_box .slide .de_top .le_ .text {
  font-family: GilroyMedium;
  color: #368bc2;
  line-height: 1.2;
}
.science_technology .gy_box .slide .de_top .le_ .desc {
  margin-top: 0.24rem;
}
.science_technology .gy_box .slide .de_top .le_ .desc p {
  color: #333;
  line-height: 2;
  /*text-align: justify;*/
}
.science_technology .gy_box .slide .de_top .ri_ {
  width: 55%;
  text-align: center;
  padding-left: 4%;
}
.science_technology .gy_box .slide .de_top .ri_ img {
  max-width: 100%;
}
.science_technology .gy_box .slide .de_bot {
  margin-top: 0.76rem;
}
.science_technology .gy_box .slide .de_bot .text {
  color: #000;
}
.science_technology .gy_box .slide .de_bot .box_ {
  margin-top: 0.42rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.34rem;
}
.science_technology .gy_box .slide .de_bot .box_ .item {
  position: relative;
  background: #f4f4f4;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  text-align: center;
  padding: 0.54rem 0.2rem 0.4rem;
  overflow: hidden;
}
.science_technology .gy_box .slide .de_bot .box_ .item::before {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  content: "";
  position: absolute;
  inset: 0;
  border: 0.03rem solid transparent;
  background-clip: padding-box, border-box;
  -moz-background-origin: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -o-linear-gradient(left, #fff, #fff), -o-linear-gradient(left, #54b1da, #55d1a6);
  background-image: -moz-linear-gradient(left, #fff, #fff), -moz-linear-gradient(left, #54b1da, #55d1a6);
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#54b1da), to(#55d1a6));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #54b1da, #55d1a6);
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.science_technology .gy_box .slide .de_bot .box_ .item .em_svg {
  z-index: 1;
  position: relative;
  height: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  align-items: flex-end;
}
.science_technology .gy_box .slide .de_bot .box_ .item .em_svg img {
  max-height: 100%;
}
.science_technology .gy_box .slide .de_bot .box_ .item .em_content {
  z-index: 1;
  position: relative;
  margin-top: 0.3rem;
}
.science_technology .gy_box .slide .de_bot .box_ .item .em_content .t1 {
  color: #333;
}
.science_technology .gy_box .slide .de_bot .box_ .item .em_content .t2 {
  margin-top: 0.16rem;
  color: #333;
  line-height: 1.4;
}
.science_technology .gy_box .slide .de_bot .box_ .item:hover::before {
  opacity: 1;
}
.academic_publication .on_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  align-items: flex-end;
}
.academic_publication .on_top .toggle a {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.26rem;
}
.academic_publication .on_top .toggle a:last-child {
  margin-right: 0;
}
.academic_publication .on_top .toggle a:hover,
.academic_publication .on_top .toggle a.active {
  color: #368bc2;
}
.academic_publication .on_bot {
  margin-top: 0.56rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.48rem;
}
.academic_publication .on_bot .slide a {
  width: 100%;
  border: 1px solid #c0c9ca;
  text-align: center;
  padding: 0.64rem 0.2rem 0.38rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.academic_publication .on_bot .slide a::before {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  content: "";
  position: absolute;
  inset: 0;
  border: 0.03rem solid transparent;
  background-clip: padding-box, border-box;
  -moz-background-origin: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -o-linear-gradient(left, #fff, #fff), -o-linear-gradient(left, #54b1da, #55d1a6);
  background-image: -moz-linear-gradient(left, #fff, #fff), -moz-linear-gradient(left, #54b1da, #55d1a6);
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#54b1da), to(#55d1a6));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #54b1da, #55d1a6);
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.academic_publication .on_bot .slide a .de_svg {
  z-index: 1;
  position: relative;
  height: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  align-items: flex-end;
}
.academic_publication .on_bot .slide a .de_svg img {
  max-height: 100%;
}
.academic_publication .on_bot .slide a .de_content {
  z-index: 1;
  position: relative;
  margin-top: 0.38rem;
}
.academic_publication .on_bot .slide a .de_content .text {
  color: #000;
  line-height: 0.34rem;
  height: 0.68rem;
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.academic_publication .on_bot .slide a .de_content .text sup {
  font-weight: bold;
  color: #000;
  font-size: 0.5em;
}
.academic_publication .on_bot .slide a .de_content .download {
  margin-top: 0.18rem;
  color: #368bc2;
}
.academic_publication .on_bot .slide a:hover {
  border-color: transparent;
}
.academic_publication .on_bot .slide a:hover::before {
  opacity: 1;
}
.pu_yuan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.pu_yuan p {
  color: #368bc2;
}
.pu_yuan .round {
  margin-left: 0.15rem;
  position: relative;
}
.pu_yuan .round .xuan {
  width: 0.66rem;
  height: 0.66rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.partners .rs_bot {
  margin-top: 0.46rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.partners .rs_bot .slide a {
  border: 1px solid #c0c9ca;
  padding: 0.4rem 0.4rem 0.6rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.partners .rs_bot .slide a .de_img {
  height: 0.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.partners .rs_bot .slide a .de_img img {
  max-height: 100%;
}
.partners .rs_bot .slide a .de_content {
  margin-top: 0.34rem;
}
.partners .rs_bot .slide a .de_content .text {
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
   font-family: GilroyBold;
}
.partners .rs_bot .slide a .de_content .desc {
  margin: 0.2rem 0 0.46rem;
}
.partners .rs_bot .slide a .de_content .desc p {
  color: #666;
  line-height: 0.32rem;
  height: 1.92rem;
  overflow: auto;
  /*text-align: justify;*/
  padding-right: 0.1rem;
}
.partners .rs_bot .slide a .de_content .desc p::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.partners .rs_bot .slide a .de_content .desc p::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #368bc2;
}
.partners .rs_bot .slide a .de_content .desc p::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(153, 153, 153, 0.6);
}
.partners .rs_bot .slide a:hover .de_content .pu_yuan .round .xuan {
  -webkit-animation: move 3s linear infinite;
  -moz-animation: move 3s linear infinite;
  animation: move 3s linear infinite;
}
.opportunities .es_bot {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.opportunities .es_bot .le_box {
  width: 49%;
  overflow: hidden;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
.opportunities .es_bot .le_box img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0.3rem;
}
.opportunities .es_bot .le_box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.opportunities .es_bot .ri_box {
  width: 51%;
  padding-left: 5%;
}
.opportunities .es_bot .ri_box .text {
  color: #000;
  line-height: 1.4;
}
.opportunities .es_bot .ri_box .desc {
  margin-top: 0.28rem;
}
.opportunities .es_bot .ri_box .desc p {
  line-height: 2;
  color: #333;
}
.actively_seeking {
  margin-top: 0.6rem;
}
.actively_seeking .ng_top p {
  color: #000;
}
.actively_seeking .ng_cen {
  margin: 0.56rem 0 0.72rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.actively_seeking .ng_cen .item {
  position: relative;
  overflow: hidden;
}
.actively_seeking .ng_cen .item .em_box {
  border: 1px solid #cdcdcd;
  padding: 0.34rem;
}
.actively_seeking .ng_cen .item .em_box .x1 .num {
  color: #c2c2c2;
  font-family: GilroyMedium;
}
.actively_seeking .ng_cen .item .em_box .x1 .text {
  margin-top: 0.12rem;
  color: #000;
  line-height: .3rem;
  height: 0.6rem;
   font-family: GilroyBold;
}
.actively_seeking .ng_cen .item .em_box .x2 {
  margin-top: 1.66rem;
}
.actively_seeking .ng_cen .item .em_box .x2 img {
  height: 0.66rem;
}
.actively_seeking .ng_cen .item .em_post {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  position: absolute;
  inset: 0;
  background: -o-linear-gradient(left, #54b1da, #55d1a6);
  background: -moz-linear-gradient(left, #54b1da, #55d1a6);
  background: -webkit-gradient(linear, left top, right top, from(#54b1da), to(#55d1a6));
  background: linear-gradient(90deg, #54b1da, #55d1a6);
  color: #fff;
  padding: 0.34rem;
}
.actively_seeking .ng_cen .item .em_post .text {
  line-height: .3rem;
  height: 0.6rem; 
  font-family: GilroyBold;
}
.actively_seeking .ng_cen .item .em_post .desc {
  margin-top: 0.2rem;
  height: -webkit-calc(99.58%);
  height: -moz-calc(99.58%);
  height: calc(100% - 0.6rem - 0.2rem);
  overflow: auto;
  padding-right: 0.1rem;
  /*text-align: justify;*/
}
.actively_seeking .ng_cen .item .em_post .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.actively_seeking .ng_cen .item .em_post .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #fff;
}
.actively_seeking .ng_cen .item .em_post .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.actively_seeking .ng_cen .item .em_post .desc p {
  line-height: 1.66;
}
.actively_seeking .ng_cen .item:hover .em_post {
  opacity: 1;
}
.actively_seeking .ng_cen .item:first-child .em_box,
.actively_seeking .ng_cen .item:first-child .em_post {
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.actively_seeking .ng_cen .item:last-child .em_box,
.actively_seeking .ng_cen .item:last-child .em_post {
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
.actively_seeking .ng_bot p {
  color: #666;
}
.actively_seeking .ng_bot a {
  margin-top: 0.1rem;
  color: #368bc2;
  font-family: GilroyBold;
}
.product_pipeline .ne_cen {
  margin: 0.7rem 0 0.44rem;
  padding-bottom: 0.2rem;
  overflow: auto;
}
.product_pipeline .ne_cen::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.06rem;
}
.product_pipeline .ne_cen::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #368bc2;
}
.product_pipeline .ne_cen::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(153, 153, 153, 0.3);
}
.product_pipeline .ne_cen .scroll {
  width: 1200px;
}
.product_pipeline .ne_cen .scroll .thead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  color: #000;
}
.product_pipeline .ne_cen .scroll .thead .content1 {
  width: 210px;
  padding-left: 64px;
}
.product_pipeline .ne_cen .scroll .thead .content2 {
  width: 170px;
}
.product_pipeline .ne_cen .scroll .thead .content3 {
  width: 170px;
}
.product_pipeline .ne_cen .scroll .thead .content4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.product_pipeline .ne_cen .scroll .tbody {
  margin-top: 0.2rem;
}
.product_pipeline .ne_cen .scroll .tbody .slide {
  border-top: 0.03rem solid #ebebee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.product_pipeline .ne_cen .scroll .tbody .slide .le_box {
  width: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.product_pipeline .ne_cen .scroll .tbody .slide .le_box .content1 {
  width: 64px;
  color: #000;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: GilroyBold; 
}
.product_pipeline .ne_cen .scroll .tbody .slide .le_box .content2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  color: var(--color);
  font-weight: bold;
  line-height: 1.4;
}
.product_pipeline .ne_cen .scroll .tbody .slide .le_box .content2 sup {
  font-size: inherit;
  font-weight: bold;
  vertical-align: baseline;
}
.product_pipeline .ne_cen .scroll .tbody .slide .ri_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.product_pipeline .ne_cen .scroll .tbody .slide .ri_box .item {
  padding: 0.24rem 0;
  border-bottom: 1px solid #ebebee;
}
.product_pipeline .ne_cen .scroll .tbody .slide .ri_box .box_top {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.product_pipeline .ne_cen .scroll .tbody .slide .ri_box .box_top .content1 {
  width: 170px;
  color: #333;
}
.product_pipeline .ne_cen .scroll .tbody .slide .ri_box .box_top .content2 {
  width: 170px;
  color: #333;
}
.product_pipeline .ne_cen .scroll .tbody .slide .ri_box .box_top .content3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  height: 0.16rem;
  background: transparent;
  position: relative;
}
.product_pipeline .ne_cen .scroll .tbody .slide .ri_box .box_top .content3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--width);
  height: 100%;
  background: var(--color);
  -moz-border-radius: 0 0.2rem 0.2rem 0;
  border-radius: 0 0.2rem 0.2rem 0;
}
.product_pipeline .ne_cen .scroll .tbody .slide .ri_box .box_bot {
  display: none;
  margin-top: 0.12rem;
}
.product_pipeline .ne_cen .scroll .tbody .slide .ri_box .box_bot p {
  color: #666;
}
.product_pipeline .ne_bot p {
  color: #666;
  line-height: 1.6;
}
@media (max-width: 1500px) {
  .f14 {
    font-size: 0.15rem;
  }
  .f16 {
    font-size: 0.17rem;
  }
  .f18 {
    font-size: 0.19rem;
  }
  .f48 {
    font-size: 0.44rem;
  }
  .w1500 {
    padding: 0 6vw;
  }
  .w1200 {
    width: min(1050px, 90vw);
  }
  .cultureBox9 .box .main3 {
    margin-top: 0.6rem;
  }
}
@media (max-width: 1200px) {
  .public_anchor {
    top: -60px;
  }
  .pc-header {
    display: none;
  }
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
  .phone-header {
    display: block;
  }
  .p100 {
    padding-top: 0.8rem;
  }
  .p100_ {
    padding-bottom: 0.8rem;
  }
  .w1500 {
    padding: 0 5vw;
  }
  .papBox .environment .envi-swiper .mySwiper7 {
    margin: 0 0.8rem;
  }
  .company .comp-title .right {
    display: none;
  }
  .dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide .right {
    padding: 0;
  }
  .dynamic .dy-title .dy-swiper .qiehuan {
    bottom: 0;
  }
  .pc-footer .ter_box .ri_box {
    display: none;
  }
  .pc-footer .copyright {
    padding: 0.4rem 0;
  }
  .pc-footer .copyright a {
    display: block;
    line-height: 2;
  }
  .pu_banner .ban_img img,
  .index-swiper .mySwiper8 .swiper-slide .slide-video video,
  .index-swiper .mySwiper8 .swiper-slide .slide-video img {
    height: auto;
    min-height: 4rem;
  }
  .index-swiper .mySwiper8 .swiper-button-next,
  .index-swiper .mySwiper8 .swiper-button-prev {
    display: none !important;
  }
  .company_profile .ny_bot .le_box .desc p {
    height: auto;
  }
  .leadership_team .am_bot {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
  }
  .pu_pop .pop_box .item .em_bot p {
    height: 3.6rem;
  }
  .scientific_advisor .or_bot .swiper .swiper-slide .slide .de_post {
    display: none;
  }
  .scientific_advisor .or_bot .swiper .swiper-slide .slide .de_box {
    opacity: 1;
    padding: 0.3rem 0.3rem 0.58rem;
  }
  .science_technology .gy_box .slide .de_top .ri_ {
    padding-left: 0;
  }
  .science_technology .gy_box .slide .de_top .ri_ img {
    max-width: 80%;
  }
  .actively_seeking .ng_cen,
  .academic_publication .on_bot,
  .science_technology .gy_box .slide .de_bot .box_ {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
  .partners .rs_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .opportunities .es_bot .le_box {
    text-align: center;
  }
  .opportunities .es_bot .le_box img {
    max-width: 80%;
  }
  .opportunities .es_bot .ri_box {
    padding-left: 0;
  }
  .news .newslist .swiper-slide .slide-item .right .t4 {
    padding-top: 0.3rem;
  }
  .details,
  .search-details {
    padding-top: 0;
  }
  .paging .nav a {
    display: none;
  }
  .paging .nav a.active {
    display: block;
  }
  .papBox .accepted .acceList .item .drow > div {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .papBox .culture .cultBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem 0.2rem;
  }
  .papBox .culture .cultBox .content:nth-child(even) .bottom {
    order: 1;
  }
  .papBox .culture .cultBox .content .top p,
  .papBox .culture .cultBox .content:nth-child(even) .top p {
    padding: 0.1rem 0 0.3rem;
  }
  .papBox .culture .cultBox .content:nth-child(even) .top h6 {
    padding: 0;
  }
  .contact .way {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact .message .form .menu {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact .message .form .textarea,
  .contact .message .form .menu .in {
    padding: 0.3rem 0;
  }
  .cultureBox9 .box {
    padding: 0.8rem 0;
  }
  .search-details .search-list .item a .right {
    display: none;
  }
  .search-details .search-box form .btn button,
  .search-details .search-box form .item input {
    height: 0.8rem;
  }
  .opportunities .es_bot .ri_box,
  .science_technology .gy_box .slide .de_top .ri_,
  .company_profile .ny_bot .ri_box {
    margin-top: 0.6rem;
  }
  .pc-footer .ter_box .le_box,
  .search-details .search-box form,
  .search-details .search-list .item a .left,
  .papBox .environment .envi-swiper .mySwiper7 .swiper-wrapper .swiper-slide,
  .opportunities .es_bot .ri_box,
  .opportunities .es_bot .le_box,
  .science_technology .gy_box .slide .de_top .ri_,
  .science_technology .gy_box .slide .de_top .le_,
  .scientific_advisor .or_bot .swiper .swiper-slide .slide,
  .pu_pop .pop_box,
  .company_profile .ny_bot .ri_box,
  .company_profile .ny_bot .le_box,
  .pc-footer .cooperation .swiper,
  .field .fie-title .f2,
  .company .comp-title .left {
    width: 100%;
  }
  .dynamic .dy-img img,
  .field .fie-img img,
  .company .comp-img img {
    height: 50vh;
  }
  .f14 {
    font-size: 0.16rem;
  }
  .f16 {
    font-size: 0.18rem;
  }
  .f18 {
    font-size: 0.2rem;
  }
  .f20 {
    font-size: 0.22rem;
  }
  .f30 {
    font-size: 0.26rem;
  }
  .f38 {
    font-size: 0.32rem;
  }
  .f48 {
    font-size: 0.38rem;
  }
  .f60 {
    font-size: 0.52rem;
  }
}
@media (max-width: 750px) {
  .contact .way,
  .papBox .culture .cultBox {
    grid-template-columns: repeat(1, 1fr);
  }
  .papBox .environment .envi-swiper .swiper-prev,
  .papBox .environment .envi-swiper .swiper-next {
    display: none;
  }
  .papBox .environment .envi-swiper .mySwiper7 {
    margin: 0;
  }
  .cultureBox9 .box {
    width: 90%;
  }
  .news .newslist .swiper-slide .slide-item {
    margin-bottom: 0.8rem;
  }
  .news .newslist .swiper-slide .slide-item a {
    flex-wrap: wrap;
  }
  .news .newslist .swiper-slide .slide-item .left {
    text-align: center;
  }
  .news .newslist .swiper-slide .slide-item .left img {
    max-width: 80%;
  }
  .news .newslist .swiper-slide .slide-item .right {
    margin-top: 0.6rem;
  }
  .partners .rs_bot .slide a .de_img img {
    max-width: 100%;
  }
  .partners .rs_bot .slide a {
    padding: 0.3rem 0.3rem 0.5rem;
  }
  .opportunities .es_bot .le_box img {
    max-width: 100%;
  }
  .actively_seeking .ng_cen,
  .academic_publication .on_bot,
  .science_technology .gy_box .slide .de_bot .box_ {
    grid-template-columns: repeat(1, 1fr);
  }
  .leadership_team .am_bot {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .pu_pop .pop_box .item .em_top {
    padding: 0.3rem 0.2rem;
  }
  .pu_pop .pop_box .item .em_top .wenzi {
    margin-left: 0.2rem;
  }
  .pu_pop .pop_box .item .em_bot {
    padding: 0.3rem;
  }
  .pu_pop .pop_box .close {
    right: 0.2rem;
    top: 0.2rem;
  }
  .dynamic .dy-img img,
  .field .fie-img img,
  .company .comp-img img {
    height: var(--vh);
  }
  .dynamic .dy-title .dy-swiper .qiehuan {
    display: none;
  }
  .dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide {
    flex-wrap: wrap;
  }
  .dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide .left {
    text-align: center;
  }
  .dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide .left img {
    max-width: 80%;
  }
  .dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide .right {
    margin-top: 0.6rem;
  }
  .dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide .right,
  .dynamic .dy-title .dy-swiper .mySwiper9 .swiper-slide .left,
  .news .newslist .swiper-slide .slide-item .right,
  .news .newslist .swiper-slide .slide-item .left {
    width: 100%;
  }
  .f60 {
    font-size: 0.48rem;
  }
}
