
body {
    cursor:  8 6, auto;
    cursor:  8 6, pointer !important;
}
.ccolor1 {
  color: #641c78;
}
.c333 {
  color: #333333;
}
.c666 {
  color: #666666;
}
.c999 {
  color: #999999;
}
.top {
  position: fixed;
  left: 0;
  top: 0;
  width: 90%;
  padding: 0.48rem 5% 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.top a {
  color: #ffffff;
}
.top a:hover {
  color: #ffffff;
}
.top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  background: url(/uploads/image/simage/top_bg.png) repeat-x scroll left top;
  background: -webkit-gradient(linear, left top, left bottom, from(#641c78), to(rgba(18, 13, 105, 0)));
  background: linear-gradient(to bottom, #641c78, rgba(18, 13, 105, 0));
  z-index: -1;
  pointer-events: none;
}
.top::after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.top.scroll {
  padding: 0.2rem 5% 0;
}
.top.scroll .logo a {
  height: 0.8rem;
}
.top.scroll .top-link {
  padding: 0 0.96rem 0.2rem 0;
}
.top.scroll .menu-handler {
  top: 0.09rem;
  width: 0.5rem;
  height: 0.5rem;
}
.logo {
  margin: 0 0 0.2rem;
  z-index: 10;
}
.logo a {
  display: block;
  height: 0.92rem;
  position: relative;
}
.logo a img {
  height: 100%;
  display: block;
}
.top-right {
  float: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.top-link {
  display: flex;
  justify-content: flex-end;
  padding: 0.15rem 0.96rem 0.3rem 0;
  line-height: 0.3rem;
  height: 0.3rem;
  font-size: 0.18rem;
}
.top-link .line {
  margin: 0 0.15rem;
  padding-left: 1px;
  position: relative;
}
.top-link .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.01rem;
  height: 0.14rem;
  margin-top: -0.07rem;
  background-color: #fff;
}
.top-link a {
  color: #ffffff;
}
.top-link a:hover {
  color: #dac8df;
}
.search-grop {
  position: relative;
}
.search-grop .gtxt-search {
  position: absolute;
  right: -0.12rem;
  top: 0;
}
.search-grop .gtxt-search .txt {
  width: 0;
  border: 0 none;
  margin: 0;
  padding: 0px 0.3rem 0 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.15rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.search-grop:hover .gtxt-search .txt {
  width: 1.5rem;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-grop:hover .gbtn-search i {
  color: #999999;
}
.gbtn-search {
  position: relative;
  font-size: 0.2rem;
  width: 0.24rem;
  text-align: center;
  z-index: 2;
  display: block;
  line-height: 0.3rem;
  height: 0.3rem;
}
.nav li {
  float: left;
  display: inline-block;
  margin-left: 0.4rem;
  position: relative;
}
.nav li > a {
  position: relative;
  font-size: 0.24rem;
  line-height: 1;
  font-weight: 500;
  display: block;
  height: 0.54rem;
}
.nav li > a.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
}
.nav .subnav {
  font-size: 0.16rem;
  background-color: #ffffff;
  padding: 0.15rem 0;
  width: 1.5rem;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  border-top: 4px solid #641c78;
  -webkit-box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.16);
  display: none;
  margin-top: 20px;
}
.nav .subnav p {
  margin-bottom: 0.02rem;
}
.nav .subnav a {
  color: #333333;
  display: block;
  padding: 0.1rem 0.15rem;
  line-height: 1.2;
  text-align: center;
}
.nav .subnav a:hover {
  color: #641c78;
  background-color: #f3edf4;
}
.menu-handler {
  position: fixed;
  right: 5%;
  top: 0.5rem;
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, right bottom, from(#120d69), to(#7b0073));
  background: linear-gradient(to bottom right, #120d69, #7b0073);
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.menu-handler::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 0.19rem;
  height: 0.19rem;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-handler:hover::before {
  transform: translate(-50%, -50%) scale(6);
  opacity: 0;
}
.menu-handler span:first-child {
  position: relative;
  display: block;
  width: 0.12rem;
  margin-right: 0.07rem;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.menu-handler span:first-child:after,
.menu-handler span:first-child:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.19rem;
  height: 2px;
  left: 0;
  background-color: #ffffff;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.menu-handler span:first-child:before {
  top: -0.07rem;
  -webkit-transition-property: top, transform;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.menu-handler span:first-child:after {
  bottom: -0.07rem;
  -webkit-transition-property: bottom, transform;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.menu-handler.active span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.menu-handler.active span:after,
.menu-handler.active span:before {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.menu-handler.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-handler.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menubar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menubarp {
  display: block;
}
.menubarp .menubar-nav li {
  transform: translatey(20px);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menubarp .menubar-foot {
  transform: translatey(20px);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menubarm {
  display: none;
}
.menubar-list {
  width: 90%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0.1deg);
}
.menubar-nav {
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
.menubar-nav a {
  display: block;
}
.menubar-nav h2 {
  font-size: 0.26rem;
  margin-bottom: 0.45rem;
  font-weight: 500;
}
.menubar-nav h3 {
  font-size: 0.18rem;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.menubar-nav h3 a {
  position: relative;
  opacity: 0.7;
}
.menubar-nav h3 a::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 50%;
  width: 0;
  height: 1px;
  transform: translatey(-50%);
  background-color: #ffffff;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menubar-nav h3 a:hover {
  opacity: 1;
}
.menubar-nav h3 a:hover::before {
  width: 0.1rem;
}
.menubar-foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  padding: 0.28rem 5%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  font-size: 0.13rem;
}
.menubar-foot .menubar-foot-item {
  flex: 1;
  margin-right: 5%;
}
.menubar-foot a {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.menubar-foot a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.menubar-foot a:hover,
.menubar-foot a.active {
  color: #ffffff;
}
.menubar-foot a:hover:before,
.menubar-foot a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.menubar-foot a:hover {
  color: #ffffff;
}
@keyframes fadeinup1 {
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeinup1 {
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
.menubarm-con {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.menubarm-nav {
  padding: 1.6rem 0 0;
}
.menubarm-nav li {
  position: relative;
}
.menubarm-nav li::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  height: 1px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.menubarm-nav h2 {
  position: relative;
  padding: 0 5%;
}
.menubarm-nav h2 a {
  position: relative;
  display: block;
  font-size: 0.28rem;
  padding: 0.2rem 0;
  line-height: 1.5;
}
.menubarm-nav h2.arrow::before {
  content: "\e62e";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5%;
  top: 50%;
  width: 0.24rem;
  height: 0.24rem;
  font-size: 0.24rem;
  line-height: 1;
  margin-top: -0.12rem;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.menubarm-nav .subnav {
  padding: 0.2rem 2% 0.2rem 5%;
  display: none;
}
.menubarm-nav h3 a {
  position: relative;
  display: block;
  font-size: 0.26rem;
  padding: 0.12rem 0 0.12rem 0;
  line-height: 1.5;
  font-weight: normal;
}
.menubarm-nav dl {
  padding: 0.1rem 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0.1rem 0;
  padding: 0.1rem 0 0.1rem 0;
}
.menubarm-nav dl dd {
  margin-right: 0.3rem;
  margin-bottom: 0.1rem;
  font-size: 0.24rem;
  opacity: 0.6;
}
.menubarm-nav .cur::before {
  display: none;
}
.menubarm-nav .cur h2 {
  background-color: rgba(255, 255, 255, 0.1);
}
.menubarm-nav .cur h2.arrow::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menubarm-link {
  padding: 1rem 5%;
  font-size: 0.28rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.menubarm-link .iconfont {
  font-size: 0.28rem;
}
.menu-open .menu-handler {
  background: none;
}
.menu-open .menubarp {
  pointer-events: auto;
  opacity: 1;
}
.menu-open .menubarm {
  pointer-events: auto;
  opacity: 1;
}
.menu-open .menubar-nav li {
  animation: fadeinup1 cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
  -webkit-animation: fadeinup1 cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
}
.menu-open .menubar-nav li:nth-child(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
.menu-open .menubar-nav li:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.menu-open .menubar-nav li:nth-child(3) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.menu-open .menubar-nav li:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.menu-open .menubar-nav li:nth-child(5) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.menu-open .menubar-nav li:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.menu-open .menubar-nav li:nth-child(7) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.menu-open .menubar-nav li:nth-child(8) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.menu-open .menubar-nav li:nth-child(9) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.menu-open .menubar-nav li:nth-child(10) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.menu-open .menubar-nav li:nth-child(11) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.menu-open .menubar-nav li:nth-child(12) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.menu-open .menubar-nav li:nth-child(13) {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.menu-open .menubar-nav li:nth-child(14) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.menu-open .menubar-nav li:nth-child(15) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.menu-open .menubar-nav li:nth-child(16) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.menu-open .menubar-nav li:nth-child(17) {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.menu-open .menubar-nav li:nth-child(18) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.menu-open .menubar-nav li:nth-child(19) {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
.menu-open .menubar-nav li:nth-child(20) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.menu-open .menubar-foot {
  animation: fadeinup1 cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
  -webkit-animation: fadeinup1 cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
}
.banner-box {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #ffffff;
  overflow: hidden;
}
.banner-box a {
  color: #ffffff;
}
.banner-box .item {
  position: relative;
}
.banner-box .imgbox {
  height: 100%;
}
.banner-box .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transition: transform 3s;
  -webkit-transition: transform 3s;
}
.banner-box .desc {
  position: absolute;
  left: 10%;
  width: 80%;
  overflow: hidden;
}
.banner-box .desc-center {
  top: 56%;
  transform: translatey(-50%);
}
.banner-box .desc-bottom {
  bottom: 10%;
  text-align: center;
}
.banner-box .desc-bottom .c1 {
  max-width: 100%;
}
.banner-box .t1 {
  line-height: 1.2;
  display: inline-block;
}
.banner-box .c1 {
  width: 100%;
  max-width: 6.82rem;
  margin-top: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.banner-box .bot {
  margin-top: 0.6rem;
}
.banner-box .text {
  -webkit-mask-image: linear-gradient(to right, #000 33.3%, rgba(0, 0, 0, 0) 66.6%);
  -webkit-mask-position: left center;
  -webkit-mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
}
.banner-box .swiper-slide-active .imgbox img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.banner-box .swiper-slide-active .text {
  animation: headertitle 3s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.banner-box .swiper-slide-active .t1 {
  animation-delay: 0.6s;
}
.banner-box .swiper-slide-active .c1 {
  animation-delay: 0.8s;
}
.banner-box .swiper-slide-active .bot {
  animation-delay: 1s;
}
.banner-box .swiper-pag {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 4%;
  line-height: 1;
  z-index: 400;
  text-align: center;
}
.banner-box .swiper-pag .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  background-color: #ffffff;
  border-radius: 0.07rem;
  margin: 0 0.11rem;
  opacity: 1;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner-box .swiper-pag .swiper-pagination-bullet-active {
  width: 0.6rem;
}
.btn-more {
  display: flex;
  align-items: center;
}
.btn-more .ico {
  position: relative;
  line-height: 1;
  margin-right: 0.1rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.btn-more .txt {
  position: relative;
}
.btn-more .txt:before {
  content: "";
  width: 0;
  height: 1px;
  background: #f3edf4;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.btn-more .txt:hover,
.btn-more .txt.active {
  color: #f3edf4;
}
.btn-more .txt:hover:before,
.btn-more .txt.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.btn-more:hover .ico {
  margin-right: 0.15rem;
}
.btn-more:hover .txt:before {
  width: 100%;
  right: auto;
  left: 0;
}
.btn-more2 {
  width: 1.7rem;
  height: 0.66rem;
  line-height: 0.66rem;
  border: 0.02rem solid #ffffff;
  display: block;
  border-radius: 0.33rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #641c78;
  overflow: hidden;
  box-sizing: border-box;
}
.btn-more2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.btn-more2:hover {
  background: -webkit-linear-gradient(45deg, #7b0073, #120d69);
  background: -o-linear-gradient(45deg, #7b0073, #120d69);
  background: -moz-linear-gradient(45deg, #7b0073, #120d69);
  background: -ms-linear-gradient(45deg, #7b0073, #120d69);
  background: linear-gradient(45deg, #7b0073, #120d69);
  color: #ffffff;
  border: 0 none;
}
.btn-more2:hover::after {
  transform: translate(-50%, -50%) scale(15);
  opacity: 0;
}
.ibox-tbox {
  display: flex;
  justify-content: space-between;
}
.ibox-new {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.8rem 0 0.5rem;
}
.ibox-new .ibox-tbox {
  align-items: center;
}
.ibox-title {
  position: relative;
  border-left: 1px solid rgba(153, 153, 153, 0.1);
  padding-left: 0.2rem;
  padding-bottom: 0.45rem;
}
.ibox-title::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 0.3rem;
  background-color: #641c78;
}
.ibox-title .zh {
  color: #1e1e1e;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.02rem;
}
.ibox-title .en {
  font-family: "gilroy";
  line-height: 1.2;
  color: #222222;
  opacity: 0.5;
  font-style: italic;
  font-weight: lighter;
}
.ibox-title2 {
  text-align: center;
  border-left: 0 none;
  padding-left: 0;
  padding-bottom: 0.3rem;
}
.ibox-title2::before {
  display: none;
}
.ibox-title2 .en {
  font-style: normal;
}
.itab-rbox {
  display: flex;
  font-weight: 500;
}
.itab-rbox a {
  color: #333333;
  opacity: 0.5;
}
.itab-rbox a:hover,
.itab-rbox a.active {
  color: #641c78;
  opacity: 1;
}
.itab-rbox li {
  margin-left: 0.5rem;
}
.itab-rbox li.active a {
  color: #641c78;
  opacity: 1;
}
.ibox-onenew {
  padding: 0.2rem 0.3rem 0;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.ibox-onenew .item {
  position: relative;
  padding: 0.3rem;
  margin-bottom: 0.3rem;
  background-color: #ffffff;
  transition: 0.3s;
}
.ibox-onenew .item:hover {
  box-shadow: 0 0.05rem 0.2rem #dbdbdb;
}
.ibox-onenew .item:hover .t {
  color: #641c78;
}
.ibox-onenew .item:hover .inew-more {
  color: #641c78;
}
.ibox-onenew .item:hover .inew-more .ico {
  margin-left: 0.2rem;
}
.ibox-onenew .t {
  line-height: 0.3rem;
  color: #333333;
  margin-bottom: 0.08rem;
  font-weight: 500;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ibox-onenew .time {
  font-family: "gilroy";
  line-height: 1.2;
  margin-bottom: 0.1rem;
}
.ibox-onenew .imgbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 54%;
  margin-bottom: 0.15rem;
}
.ibox-onenew .imgbox img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ibox-onenew .c {
  color: #666666;
  line-height: 1.6;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inew-swiperpag {
  text-align: center;
  bottom: auto !important;
  position: relative;
  margin: 0 0 0.48rem;
  line-height: 1;
}
.inew-swiperpag .swiper-pagination-bullet {
  background-color: #cccccc;
  margin: 0 0.15rem !important;
  opacity: 1;
}
.inew-swiperpag .swiper-pagination-bullet-active {
  background-color: #641c78;
}
.box-more {
  display: block;
  width: 2.05rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  margin: 0 auto;
  border-radius: 0.28rem;
  font-size: 0.2rem;
  position: relative;
}
.box-more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.28rem;
  background: -moz-linear-gradient(left, #7b0073, #120d69);
  background: -webkit-linear-gradient(left, #7b0073, #120d69);
  background: -o-linear-gradient(left, #7b0073, #120d69);
  background: -ms-linear-gradient(left, #7b0073, #120d69);
  background: linear-gradient(left, #7b0073, #120d69);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.box-more:hover::before {
  transform: scale(1.08);
}
.box-more:hover::after {
  transform: translate(-50%, -50%) scale(15);
  opacity: 0;
}
.box-more .txt {
  position: relative;
}
.box-more .txt {
  color: #ffffff;
}
.ibox-twonew {
  width: 90%;
  margin: 0 auto;
  padding: 0.2rem 0.2rem 0;
  overflow: hidden;
}
.ibox-twonew .item {
  display: flex;
  position: relative;
  background-color: #fff;
  padding: 0.24rem;
  margin-bottom: 0.3rem;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ibox-twonew .item:hover {
  box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.1);
}
.ibox-twonew .item:hover .title,
.ibox-twonew .item:hover .inew-more {
  color: #641c78;
}
.ibox-twonew .item:hover .inew-more .ico {
  margin-left: 0.2rem;
}
.ibox-twonew .imgbox {
  width: 2.9rem;
  height: 1.72rem;
  margin-right: 0.24rem;
  position: relative;
  overflow: hidden;
}
.ibox-twonew .imgbox .imgw {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.ibox-twonew .desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ibox-twonew .type {
  font-weight: 500;
  color: #999999;
  line-height: 1;
  display: block;
}
.ibox-twonew .title {
  line-height: 1.4;
  height: 0.667rem;
  color: #333333;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fgilroy {
  font-family: "gilroy";
}
.ibox-threenew {
  overflow: hidden;
  padding: 0.3rem 0 0;
}
.ibox-threenew .item {
  position: relative;
  padding: 0.4rem;
  background-color: #ffffff;
  margin-bottom: 0.4rem;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ibox-threenew .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.08rem;
  background-color: #641c78;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ibox-threenew .time {
  color: #999999;
  margin-bottom: 0.45rem;
}
.ibox-threenew .title {
  line-height: 1.4;
  height: 0.667rem;
  color: #333333;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.4rem;
}
.ibox-threenew .c {
  color: #666666;
  margin-bottom: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ibox-fornew {
  padding: 0.62rem 0.3rem 0;
  overflow: hidden;
}
.ibox-fornew .item {
  margin-bottom: 0.9rem;
}
.ibox-fornew .desc {
  padding: 0.22rem 0.2rem;
  color: #333333;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ibox-fornew .title {
  font-weight: normal;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.itab-cbox {
  position: relative;
}
.itab-newc {
  position: absolute;
  visibility: hidden;
  top: 0;
  opacity: 0;
  transform: translatey(6%);
}
.itab-newc.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translatey(0);
  transition-delay: 0.3s;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
}
.ibox-team {
  padding: 0.8rem 0;
  overflow: hidden;
}
.ibox-rbox {
  text-align: right;
  width: 54%;
  color: #666666;
  font-weight: 500;
}
.ibox-teamc {
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 0.2rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ibox-team-nav {
  position: relative;
  z-index: 4;
  width: 26.5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.ibox-team-nav li {
  position: relative;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #999999;
}
.ibox-team-nav li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #f3edf4;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: -1;
}
.ibox-team-nav li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.ibox-team-nav li.active::after {
  height: 100%;
  bottom: auto;
  top: 0;
}
.ibox-team-nav li.active .zh,
.ibox-team-nav li.active .fgi {
  color: #641c78;
}
.ibox-team-nav li::after {
  content: "";
  width: 0.08rem;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #641c78;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.ibox-team-nav .zh {
  line-height: 1.5;
  color: #333333;
}
.ibox-team-nav .fgi {
  padding-top: 0.08rem;
  line-height: 1.4;
}
.ibox-team-tab {
  position: relative;
  width: 73.5%;
  flex: 1;
}
.ibox-oneteam-list {
  display: flex;
}
.ibox-oneteam-list li {
  position: relative;
  width: 25%;
  margin-right: 0.5%;
  margin-bottom: 0.12rem;
}
.ibox-oneteam-list .desc {
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 90%;
  color: #ffffff;
  z-index: 2;
}
.ibox-oneteam-list .imgbox {
  position: relative;
  padding-bottom: 142%;
  overflow: hidden;
}
.ibox-oneteam-list .imgbox .imgw {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.ibox-oneteam-list .imgbox::after,
.ibox-oneteam-list .imgbox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  pointer-events: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.ibox-oneteam-list .imgbox::before {
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 2, 109, 0)), to(#34026d));
  background: -webkit-linear-gradient(rgba(52, 2, 109, 0), #34026d);
  background: -ms-linear-gradient(rgba(52, 2, 109, 0), #34026d);
  background: linear-gradient(rgba(52, 2, 109, 0), #34026d);
}
.ibox-oneteam-list .ico {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-bottom: 0.12rem;
}
.ibox-oneteam-list .ico img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: contain;
}
.ibox-oneteam-list .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ibox-oneteam-list .title {
  line-height: 1.5;
  flex: 1;
}
.ibox-oneteam-list .more {
  width: 0.28rem;
  height: 0.28rem;
  display: block;
  border: 1px solid #ffffff;
  border-radius: 50%;
  line-height: 0.28rem;
  text-align: center;
  margin-left: 3%;
  opacity: 0;
  transform: translatex(-10px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ibox-oneteam-list .linka {
  z-index: 2;
}
.ibox-oneteam-num {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0.52rem 0;
}
.ibox-oneteam-num dd {
  position: relative;
  padding: 0 0.08rem;
  border-left: 1px solid #e4e4eb;
  width: 15%;
}
.ibox-oneteam-num dd:first-child {
  border-left: 0 none;
}
.ibox-oneteam-num .num {
  line-height: 1.5;
  background-image: -webkit-gradient(#916ce8, #b59bf3);
  background-image: -ms-linear-gradient(#916ce8, #b59bf3);
  background-image: linear-gradient(#916ce8, #b59bf3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "opposans";
  letter-spacing: -0.03rem;
}
.ibox-oneteam-num .txt {
  line-height: 1.5;
}
.itab-oneteam {
  position: relative;
}
.itab-oneteam .iteam-bg1 {
  position: absolute;
  right: -10%;
  width: 28.8953%;
  top: 15%;
  z-index: -1;
}
.itab-teamc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translatey(6%);
}
.itab-teamc.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translatey(0);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  z-index: 2;
}
.itab-twoteam-img {
  position: relative;
  overflow: hidden;
}
.itab-twoteam-img .img1 {
  display: block;
}
.itab-twoteam-img .img2 {
  display: none;
}
.team-gifimg {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
}
.iteam-bg3 {
  position: absolute;
  right: -15%;
  bottom: 0;
  width: 41.8253%;
  z-index: -1;
}
.itab-threeteam-demo {
  width: 82%;
  overflow: hidden;
}
.itab-threeteam-demo .item {
  position: relative;
  overflow: hidden;
}
.itab-threeteam-demo .imgbox {
  position: relative;
  padding-bottom: 182%;
}
.itab-threeteam-demo .imgbox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -moz-linear-gradient(bottom, rgba(126, 101, 230, 0.7), rgba(126, 101, 230, 0));
  background: -webkit-linear-gradient(bottom, rgba(126, 101, 230, 0.7), rgba(126, 101, 230, 0));
  background: -o-linear-gradient(bottom, rgba(126, 101, 230, 0.7), rgba(126, 101, 230, 0));
  background: linear-gradient(bottom, rgba(126, 101, 230, 0.7), rgba(126, 101, 230, 0));
  z-index: 1;
}
.itab-threeteam-demo .desc {
  position: absolute;
  left: 0;
  bottom: 3%;
  width: 95%;
  padding-right: 5%;
  color: #ffffff;
  z-index: 2;
}
.itab-threeteam-demo .title {
  position: relative;
  display: inline-block;
  padding: 0.05rem 0.15rem 0.05rem 0.15rem;
  line-height: 0.27rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  min-width: 0.9rem;
}
.itab-threeteam-demo .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url(/uploads/image/simage/du_ico.png) no-repeat scroll center center;
  background-size: cover;
  z-index: -1;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.itab-threeteam-demo .c {
  padding-left: 0.15rem;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.itab-threeteam-demo .linka {
  z-index: 4;
}
.itab-threeteam-num {
  display: flex;
  margin-top: 0.4rem;
}
.itab-threeteam-num li {
  padding: 0 0.6rem;
  border-left: 1px solid #d5daed;
  margin-bottom: 0.6rem;
}
.itab-threeteam-num li:first-child {
  padding-left: 0;
  border-left: 0 none;
}
.itab-threeteam-num .num {
  background-image: -webkit-gradient(#916ce8, #b59bf3);
  background-image: -ms-linear-gradient(#916ce8, #b59bf3);
  background-image: linear-gradient(#916ce8, #b59bf3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "opposans";
  letter-spacing: -0.03rem;
}
.itab-threeteam-num .title {
  line-height: 1;
  font-weight: normal;
}
.itab-threeteam-num .dw {
  color: #737373;
  padding-left: 0.05rem;
}
.itab-threeteam-num .zw {
  color: #333333;
  font-weight: 500;
}
.iteam-bg41 {
  position: absolute;
  width: 19.7619%;
  left: 9%;
  bottom: -3%;
}
.iteam-bg42 {
  position: absolute;
  width: 34.6031%;
  right: -2%;
  top: -20%;
}
.itab-forteam-list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0 0.8rem;
}
.itab-forteam-list li {
  width: 47%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.itab-forteam-list .imgbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 40%;
}
.itab-forteam-list .img1 {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.itab-forteam-list .img2 {
  opacity: 0;
  transform: scale(1.02) rotate(0.1deg);
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.itab-forteam-list .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  padding-left: 0.3rem;
  background: -moz-linear-gradient(left, #e9e9f5, rgba(233, 233, 245, 0));
  background: -webkit-linear-gradient(left, #e9e9f5, rgba(233, 233, 245, 0));
  background: -o-linear-gradient(left, #e9e9f5, rgba(233, 233, 245, 0));
  background: linear-gradient(left, #e9e9f5, rgba(233, 233, 245, 0));
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.itab-forteam-list .title {
  color: #262626;
  line-height: 1.2;
  margin-bottom: 0.15rem;
  padding-top: 0.3rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.itab-forteam-list .c {
  color: #595959;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.itab-forteam-list .c p {
  position: relative;
  padding-left: 0.2rem;
}
.itab-forteam-list .c p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background-color: #641c78;
}
.ibox-technological {
  padding-top: 0.8rem;
}
.ibox-technologicalc {
  display: flex;
  margin-top: 0.5rem;
}
.ibox-technological-nav {
  margin-left: 5%;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex: 1;
}
.ibox-technological-nav .active::before {
  opacity: 1;
}
.ibox-technological-nav .active::after {
  opacity: 1;
  animation: updpwnmove 1.2s 0s infinite alternate ease-in;
  -webkit-animation: updpwnmove 1.2s 0s infinite alternate ease-in;
}
.ibox-technological-nav .active .zh,
.ibox-technological-nav .active .fgi {
  color: #ffffff;
}
.ibox-technological-nav li {
  position: relative;
  height: 25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #999999;
  background-color: #ffffff;
  padding-left: 0.9rem;
  overflow: hidden;
  z-index: 1;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-right: 1px solid #e8e8e8;
}
.ibox-technological-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: -moz-linear-gradient(left, #7b0073, #120d69);
  background: -webkit-linear-gradient(left, #7b0073, #120d69);
  background: -o-linear-gradient(left, #7b0073, #120d69);
  background: -ms-linear-gradient(left, #7b0073, #120d69);
  background: linear-gradient(left, #7b0073, #120d69);
}
.ibox-technological-nav li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/uploads/image/simage/iky.png) repeat;
  background-size: cover;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ibox-technological-nav .zh {
  line-height: 1.5;
  color: #333333;
}
.ibox-technological-nav .fgi {
  padding-top: 0.05rem;
  line-height: 1.4;
}
.ibox-technological-tab {
  width: 75%;
}
.itab-technologicalc {
  padding-right: 6.94444%;
  background-position: center top;
  background-size: cover;
  display: none;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.itab-technologicalc.active {
  display: block;
}
.itab-twotech {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.itab-twotech.active {
  display: flex;
}
.itab-twotech-frist {
  position: relative;
  margin-left: 2%;
  background-color: #ffffff;
  width: 38%;
}
.itab-twotech-frist .imgbox {
  padding-bottom: 88%;
  margin-bottom: 0.25rem;
}
.itab-twotech-frist .imgbox .imgw {
  object-fit: contain;
}
.itab-twotech-frist .c {
  margin-bottom: 0.25rem;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 0.87rem;
  overflow: hidden;
}
.itab-twotech-frist .itemc {
  padding: 0.2rem;
}
.itab-twotech-frist .inew-more {
  color: #641c78;
}
.itab-twotech-list {
  width: 58%;
  margin-left: 2%;
}
.itab-twotech-list li {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 4%;
}
.itab-twotech-list li:last-child {
  margin-bottom: 0;
}
.itab-twotech-list .itemc {
  display: flex;
  padding: 0.5rem 0.3rem;
}
.itab-twotech-list .imgbox {
  width: 41.5%;
  padding-bottom: 26%;
  margin-right: 0.3rem;
}
.itab-twotech-list .imgbox .imgho {
  object-fit: inherit;
}
.itab-twotech-list .desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itab-twotech-list .title {
  color: #333333;
  line-height: 1.2;
}
.itab-twotech-list .title span {
  font-size: 0.16rem;
}
.itab-twotech-list .c {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0.15rem 0;
  text-align: justify;
}
.itab-twotech-list .inew-more {
  color: #641c78;
}
.itab-threetech {
  padding-left: 5.5555%;
  padding-bottom: 0.45rem;
}
.itab-tech-topbox {
  padding: 0.75rem 0 0;
}
.itab-tech-topbox .bot {
  margin-top: 0.3rem;
}
.itab-tech-tp {
  display: flex;
}
.itab-tech-tp .desc {
  flex: 1;
}
.itab-tech-num {
  display: flex;
}
.itab-tech-num li {
  margin-left: 0.7rem;
  text-align: center;
  color: #641c78;
}
.itab-tech-num .title {
  line-height: 1.5;
}
.itab-tech-num .dw {
  padding-left: 0.05rem;
  font-weight: normal;
}
.itab-tech-num .by {
  line-height: 1.5;
  font-weight: 500;
}
.itech-more {
  width: 1.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 1px solid #641c78;
  display: block;
  border-radius: 0.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #641c78;
  overflow: hidden;
}
.itech-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.itech-more:hover {
  background: -webkit-linear-gradient(45deg, #7b0073, #120d69);
  background: -o-linear-gradient(45deg, #7b0073, #120d69);
  background: -moz-linear-gradient(45deg, #7b0073, #120d69);
  background: -ms-linear-gradient(45deg, #7b0073, #120d69);
  background: linear-gradient(45deg, #7b0073, #120d69);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.itech-more:hover .ico {
  margin-left: 0.2rem;
}
.itech-more:hover::after {
  transform: translate(-50%, -50%) scale(15);
  opacity: 0;
}
.itech-more .ico {
  margin-left: 0.1rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.itech-more2 {
  color: #ffffff;
  border-color: #ffffff;
}
.make-list {
  margin: 0.6rem 0 0 -2%;
  display: flex;
  flex-wrap: wrap;
}
.make-list li {
  width: 23%;
  margin-left: 2%;
  position: relative;
  margin-bottom: 0.3rem;
}
.make-list .imgbox {
  padding-bottom: 64%;
  border: 1px solid #e8e8e8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.make-list .desc {
  padding: 0.2rem 0.24rem;
  line-height: 1.5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.make-list .title {
  color: #666666;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
.make-list .c {
  color: #999999;
}
.itab-fortech {
  padding-left: 0.8rem;
  padding-top: 0.9rem;
  padding-bottom: 1.2rem;
  justify-content: space-between;
}
.itab-fortech.active {
  display: flex;
}
.itab-fortech .itab-tech-topbox {
  width: 32%;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.itab-fortech .itab-tech-num {
  margin-left: -3%;
  margin-top: 0.5rem;
}
.itab-fortech .itab-tech-num li {
  margin-left: 3%;
  width: 30.33%;
}
.itab-fortechdemo {
  position: relative;
  width: 48%;
  overflow: hidden;
  padding-bottom: 10px;
}
.itab-fortechdemo .title {
  line-height: 1.4;
  text-align: center;
  color: #641c78;
}
.itab-fortechdemo .imgbox {
  width: 48%;
  position: relative;
  margin: 0.38rem auto 0.2rem;
  box-shadow: 0 0.03rem 0.3rem rgba(185, 185, 185, 0.16);
  background-color: #ffffff;
  padding-bottom: 62%;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  opacity: 0.6;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.itab-fortechdemo .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.itab-fortechdemo .swiper-slide-active {
  z-index: 10;
}
.itab-fortechdemo .swiper-slide-active .imgbox {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
.itab-fortechdemo .swiper-slide-prev {
  opacity: 1 !important;
}
.itab-fortechdemo .swiper-slide-prev .imgbox {
  transform: translatex(-70%) scale(0.7);
  -webkit-transform: translatex(-70%) scale(0.7);
}
.itab-fortechdemo .swiper-slide-next {
  opacity: 1 !important;
}
.itab-fortechdemo .swiper-slide-next .imgbox {
  transform: translatex(70%) scale(0.7);
  -webkit-transform: translatex(70%) scale(0.7);
}
.itab-fortechdemo .swiper-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 28%;
  height: 100%;
}
.itab-fortechdemo .swiper-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 28%;
  height: 100%;
}
.itech-swiperpag {
  position: absolute;
  bottom: 0 !important;
  z-index: 500;
  left: 50%;
}
.itab-onetech {
  padding-left: 0.8rem;
  padding-bottom: 0.2rem;
}
.itab-onetech .itab-tech-topbox .bot {
  margin-top: 0.3rem;
}
.swiper-pagination-bullet-active {
  background-color: #641c78;
}
.itab-onetech-list {
  margin-top: 0.5rem;
  display: flex;
  margin-left: -2%;
  flex-wrap: wrap;
}
.itab-onetech-list li {
  width: 18%;
  margin-left: 2%;
  margin-bottom: 0.3rem;
  text-align: center;
  position: relative;
}
.itab-onetech-list .bg {
  position: relative;
}
.itab-onetech-list .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/uploads/image/simage/logo_b2.png) no-repeat scroll center center;
  background-size: cover;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.itab-onetech-list .desc {
  position: absolute;
  left: 1%;
  right: 1%;
  top: 50%;
  transform: translatey(-50%);
}
.itab-onetech-list .ico {
  width: 0.57rem;
  height: 0.57rem;
  position: relative;
  margin: 0 auto 0.15rem;
}
.itab-onetech-list .ico img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.itab-onetech-list .ico .i2 {
  visibility: hidden;
  opacity: 1;
}
.itab-onetech-list .title {
  position: relative;
  line-height: 1.5;
  color: #666666;
  font-weight: 500;
  min-height: 0.42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.itab-onetech-list li:hover .bg::before {
  transform: scale(1);
  opacity: 1;
}
.itab-onetech-list li:hover .ico {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}
.itab-onetech-list li:hover .ico .i1 {
  opacity: 0;
  visibility: hidden;
}
.itab-onetech-list li:hover .ico .i2 {
  opacity: 1;
  visibility: visible;
}
.itab-onetech-list li:hover .title {
  color: #ffffff;
}
.ibox-cbox {
  text-align: center;
  color: #666666;
}
.ibox-industrial {
  padding: 0.8rem 0;
}
.ibox-industrial-item {
  margin-top: 0.8rem;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  height: 5rem;
}
.ibox-industrial-item .item {
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  height: 100%;
  width: 25%;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ibox-industrial-item .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.ibox-industrial-item .numbox {
  position: absolute;
  padding: 0.5rem 0;
  line-height: 1.2;
  left: 0;
  right: 0;
  text-align: center;
  top: 10%;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ibox-industrial-item .numbox::before,
.ibox-industrial-item .numbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 0.5rem;
  width: 0.5px;
  left: 50%;
  background-color: #ffffff;
}
.ibox-industrial-item .numbox::after {
  top: auto;
  bottom: 0;
}
.ibox-industrial-item .ititle {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 8%;
  text-align: center;
  line-height: 1.4;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ibox-industrial-item .desc {
  position: absolute;
  left: 5%;
  top: 10%;
  width: 90%;
  height: 75%;
  opacity: 0;
  visibility: hidden;
  transform: translatey(10%);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ibox-industrial-item .con {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.ibox-industrial-item .ptitle {
  line-height: 1.4;
}
.ibox-industrial-item .item3c {
  margin: 0.4rem 0 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ibox-industrial-item .item3 .con {
  display: block;
}
.ibox-industrial-item .item4 .desc {
  max-width: 3rem;
}
.ibox-industrial-item .sx-w {
  width: 12%;
}
.ibox-industrial-item .wf-w {
  width: 64%;
}
.ibox-industrial-item .active::before {
  background: -moz-linear-gradient(left, rgba(56, 47, 88, 0.75), rgba(56, 47, 88, 0));
  background: -webkit-linear-gradient(left, rgba(56, 47, 88, 0.75), rgba(56, 47, 88, 0));
  background: -ms-linear-gradient(left, rgba(56, 47, 88, 0.75), rgba(56, 47, 88, 0));
  background: linear-gradient(left, rgba(56, 47, 88, 0.75), rgba(56, 47, 88, 0));
}
.ibox-industrial-item .active .desc {
  transform: translatey(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
}
.ibox-industrial-item .active .numbox {
  opacity: 0;
  visibility: hidden;
  transform: translatey(-10%);
}
.ibox-industrial-item .active .ititle {
  opacity: 0;
  visibility: hidden;
  transform: translatey(10%);
}
.ibox-industrial-num {
  display: flex;
  padding: 0.2rem 0;
  flex-wrap: wrap;
}
.ibox-industrial-num li {
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 0.2rem;
}
.ibox-industrial-num .title {
  line-height: 1.4;
}
.ibox-industrial-num .dw {
  position: absolute;
  font-weight: normal;
}
.ibox-cooperation {
  padding: 0.8rem 0 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.ibox-cooperation-navbox {
  padding: 0.6rem 0 0.44rem;
  display: flex;
  justify-content: center;
}
.ibox-cooperation-nav {
  display: flex;
  color: #333333;
  box-shadow: 0 0.03rem 0.2rem rgba(174, 174, 174, 0.16);
  background-color: #ffffff;
}
.ibox-cooperation-nav a {
  display: block;
  padding: 0.12rem 0.65rem;
  line-height: 1.4;
  color: #333333;
  position: relative;
  z-index: 1;
}
.ibox-cooperation-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #7b0073, #120d69);
  background: -webkit-linear-gradient(left, #7b0073, #120d69);
  background: -o-linear-gradient(left, #7b0073, #120d69);
  background: -ms-linear-gradient(left, #7b0073, #120d69);
  background: linear-gradient(left, #7b0073, #120d69);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ibox-cooperation-nav .active a {
  color: #ffffff;
}
.ibox-cooperation-nav .active a::before {
  opacity: 1;
  visibility: visible;
}
.icooperation-title {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.icooperation-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  top: auto;
  bottom: -1px;
  background-color: #641c78;
  width: 1.48rem;
}
.icooperation-title .t {
  font-weight: 500;
  line-height: 1.2;
  color: #333333;
  flex: 1;
}
.icooperation-title .inew-more {
  color: #666666;
}
.icooperation-title .inew-more:hover {
  color: #641c78;
}
.icooperation-demo {
  position: relative;
  overflow: hidden;
}
.icooperation-demo .swiper-wrapper {
  transition-timing-function: linear !important;
}
.icooperation-demo .swiper-slide {
  width: 280px;
  text-align: center;
  background-color: #ffffff;
  margin-right: 55px;
  padding: 10px 10px 20px;
  border: 1px solid #ecf1f7;
  box-shadow: 0 0.03rem 0.3rem rgba(236, 241, 247, 0.1);
}
.icooperation-demo .img {
  position: relative;
  height: 94px;
}
.icooperation-demo .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.icooperation-demo .txt {
  padding-top: 5px;
  font-weight: 500;
  color: #333333;
  font-size: 16px;
}
.itab-cooperationcbox {
  position: relative;
  overflow: hidden;
}
.itab-cooperationc {
  display: none;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.itab-cooperationc.active {
  position: relative;
  display: block;
}
.ibox-meeting {
  margin-top: 1rem;
}
.ibox-cooperationajax {
  display: none;
}
.ibox-meeting-demo {
  position: relative;
}
.ibox-meeting-demo .item {
  display: flex;
  align-items: center;
}
.ibox-meeting-demo .item:hover .title {
  color: #641c78;
}
.ibox-meeting-demo .imgbox {
  width: 38%;
  padding-bottom: 20%;
  margin: 0 5.8% 0 9%;
}
.ibox-meeting-demo .desc {
  width: 40%;
}
.ibox-meeting-demo .title {
  color: #333333;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.32rem;
}
.ibox-meeting-demo .c {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666666;
  margin-bottom: 0.52rem;
}
.ibox-meeting-demo .inew-more {
  color: #641c78;
}
.jbswiper-arow {
  width: 54px;
  height: 54px;
  border: 1px solid #999999;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translatey(-50%);
  z-index: 500;
  color: #999999;
}
.jbswiper-arow .ico {
  position: absolute;
  display: block;
  font-size: 22px;
  line-height: 1;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.jbswiper-arow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-45deg, #120d69, #7b0073);
  background: -o-linear-gradient(-45deg, #120d69, #7b0073);
  background: -moz-linear-gradient(-45deg, #120d69, #7b0073);
  background: -ms-linear-gradient(-45deg, #120d69, #7b0073);
  background: linear-gradient(-45deg, #120d69, #7b0073);
  transform: scale(0.6);
  opacity: 0;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.jbswiper-arow:hover {
  border-color: transparent;
  color: #ffffff;
}
.jbswiper-arow:hover::before {
  transform: scale(1);
  opacity: 1;
}
.jbswiper-prev {
  left: 0;
}
.jbswiper-next {
  right: 0;
}
.footer {
  background: url(/uploads/image/simage/foot-bg.jpg) no-repeat scroll center top;
  background-size: cover;
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #ffffff;
}
.foot-top {
  padding: 0.45rem 0 0.2rem;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-top .foot-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-logo {
  width: 24%;
}
.foot-logo img {
  max-width: 58%;
  width: auto;
}
.foot-nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin-top: -53px;
}
.foot-nav li > a {
  position: relative;
  padding-bottom: 35px;
  color: #ffffff;
  z-index: 1;
  font-size: 18px;
  line-height: 1;
  display: block;
}
.foot-nav li > a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: -1;
}
.foot-nav li > a:hover,
.foot-nav li > a.active {
  color: #ffffff;
}
.foot-nav li > a:hover:before,
.foot-nav li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.foot-nav .subnav {
  font-size: 14px;
  padding: 0.4rem 0 0;
}
.foot-nav .subnav p {
  margin-bottom: 0.15rem;
}
.foot-center {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-center .foot-item {
  display: flex;
  justify-content: space-between;
}
.foot-cenleft {
  width: 24%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 4%;
  padding: 0.25rem 0 0.4rem;
}
.foot-addinfo {
  margin-right: 5%;
}
.foot-addinfo li {
  display: flex;
  margin-bottom: 0.1rem;
}
.foot-addinfo .ico {
  width: 20px;
  font-size: 18px;
  margin-right: 0.1rem;
  line-height: 1.5;
  opacity: 0.5;
}
.foot-addinfo .txt {
  font-size: 14px;
  opacity: 0.5;
  margin-right: 0.14rem;
}
.foot-addinfo .t {
  flex: 1;
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
}
.foot-erm {
  width: 108px;
  text-align: center;
}
.foot-erm .img {
  margin-bottom: 0.1rem;
}
.foot-erm .txt {
  font-size: 12px;
  color: #ffffff;
}
.foot-bot {
  padding: 0.22rem 0;
  font-size: 14px;
}
.foot-bot .foot-item {
  /*display: flex;*/
  /*justify-content: space-between;*/
  text-align: center;
}
.foot-link {
  flex: 1;
  display: flex;
  /*margin-right: 5%;*/
  justify-content: center;
}
.foot-link .fg {
  padding: 0 0.18rem;
}
.foot-link dd {
  /*flex: 1;*/
  display: flex;
  flex-wrap: wrap;
}
.sm-link {
  margin-left: 0.15rem;
}
.pbanner {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
}
.pbanner .load-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pbanner .pimg {
  position: relative;
}
.pbanner.act .load-img {
  -webkit-animation: nextslide 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
  animation: nextslide 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.bgf4 {
  background-color: #f4f4f4;
}
.page-padding {
  padding: 0.5rem 0 1rem;
}
.page-warp {
  display: flex;
}
.page-warpl {
  width: 20%;
  margin-right: 2%;
}
.page-warpr {
  flex-shrink: 0;
  width: 78%;
}
.page-warpbox {
  padding: 0.4rem 3.5% 0.6rem;
  background-color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}
.sidernav-title {
  position: relative;
  padding: 0.3rem 0.1rem 0.3rem 0.4rem;
  color: #ffffff;
  line-height: 1.5;
  overflow: hidden;
  background: -webkit-linear-gradient(-45deg, #120d69, #7b0073);
  background: -o-linear-gradient(-45deg, #120d69, #7b0073);
  background: -moz-linear-gradient(-45deg, #120d69, #7b0073);
  background: -ms-linear-gradient(-45deg, #120d69, #7b0073);
  background: linear-gradient(-45deg, #120d69, #7b0073);
}
.sidernav-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/uploads/image/simage/iky.png) repeat;
  background-size: cover;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: updpwnmove 1.2s 0s infinite alternate ease-in;
  -webkit-animation: updpwnmove 1.2s 0s infinite alternate ease-in;
}
.sidernav-title span {
  display: block;
  position: relative;
}
.sidernav-mbox {
  display: none;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  background-color: #efefef;
  padding: 12px 15px;
  cursor: pointer;
}
.sidernav-list {
  background-color: #ffffff;
  padding: 0.2rem 0;
  color: #333333;
}
.sidernav-list a {
  color: #333333;
  line-height: 1.4;
  display: block;
}
.sidernav-list a:hover {
  color: #641c78;
}
.sidernav-list > li {
  margin-top: 0.12rem;
}
.sidernav-list > li > a {
  position: relative;
  padding: 0.11rem 7% 0.11rem 0.4rem;
  font-size: 0.2rem;
  font-weight: 500;
}
.sidernav-list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.06rem;
  height: 0;
  background-color: #641c78;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sidernav-list > li > a::after {
  content: "\e63c";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translatey(-50%);
  opacity: 0;
  visibility: hidden;
  margin-right: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.sidernav-list dl {
  font-size: 0.16rem;
  padding: 0.12rem 0;
  display: none;
}
.sidernav-list dl dd {
  margin-bottom: 0.05rem;
}
.sidernav-list dl dd:last-child {
  margin-bottom: 0;
}
.sidernav-list dl a {
  padding: 0.05rem 9% 0.05rem 0.4rem;
  color: #505050;
}
.sidernav-list dl a.active {
  color: #641c78;
}
.sidernav-list .active > a {
  color: #641c78;
  background-color: #f3edf4;
}
.sidernav-list .active > a::before {
  height: 100%;
}
.sidernav-list .active > a::after {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
  -webkit-transform: translatey(-50%) rotate(90deg);
  -ms-transform: translatey(-50%) rotate(90deg);
  transform: translatey(-50%) rotate(90deg);
}
.sidernav-list .active dl {
  display: block;
}
.page-title {
  display: flex;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0.3rem;
}
.page-title .title {
  color: #333333;
  line-height: 1.1;
  flex: 1;
  font-weight: 500;
}
.page-title2 {
  margin-top: 0.64rem;
}
.page-cur {
  display: flex;
  align-items: center;
}
.page-cur a {
  color: #888888;
}
.page-cur a:hover {
  color: #641c78;
}
.page-cur .item {
  margin-left: 0.1rem;
  position: relative;
}
.page-cur .item::before {
  content: "\e614";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  width: 0.24rem;
  text-align: left;
  display: inline-block;
}
.page-cur span {
  color: #641c78;
}
.page-cur .home {
  font-size: 0.24rem;
}
.pagec-ul ul {
  margin-left: 0.2rem;
}
.president-info {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
.president-info .img {
  width: 2rem;
  margin-right: 0.6rem;
}
.president-info .imgbox {
  padding-bottom: 100%;
  border-radius: 50%;
}
.president-info .imgbox img {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.president-info .desc {
  flex: 1;
  padding: 0.3rem 0;
}
.president-info h4 {
  margin-bottom: 0.1rem;
}
.jiagou-img {
  text-align: center;
  overflow-x: auto;
  padding-bottom: 0.2rem;
}
.jiagou-img img {
  max-width: auto !important;
  min-width: 594px;
}
.managementteam-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  padding-top: 0.2rem;
}
.managementteam-list li {
  width: 17%;
  margin-left: 3%;
  margin-bottom: 25px;
}
.managementteam-list li:hover .title {
  color: #641c78;
}
.managementteam-list .imgbox {
  margin-bottom: 0.25rem;
}
.managementteam-list .title {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  font-weight: normal;
}
.managementteam-list .c {
  line-height: 1.5;
}
.committee-title {
  padding: 0;
  background: -webkit-linear-gradient(45deg, #854496, #587dbe);
  background: -o-linear-gradient(45deg, #854496, #587dbe);
  background: -moz-linear-gradient(45deg, #854496, #587dbe);
  background: -ms-linear-gradient(45deg, #854496, #587dbe);
  background: linear-gradient(45deg, #854496, #587dbe);
  color: #ffffff;
  padding: 4px 0.3rem;
}
.committee-dl {
  padding-top: 0.1rem;
}
.committee-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5%;
}
.committee-list li {
  width: 45%;
  margin-left: 5%;
  display: flex;
  margin-bottom: 0.4rem;
}
.committee-list .img {
  width: 30%;
  margin-right: 5%;
}
.committee-list .imgbox {
  padding-bottom: 100%;
  border-radius: 50%;
}
.committee-list .imgbox img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.committee-list .desc {
  width: 65%;
  padding-top: 5%;
}
.committee-list .title {
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.committee-list .c {
  line-height: 1.5;
}
.committee-dd {
  padding: 0.4rem 0 0;
}
.contact-mapbox {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  padding: 0.2rem;
}
.contact-map {
  width: 50%;
}
.contact-desc {
  padding: 0.45rem 5%;
  width: 40%;
}
.contact-desc .title {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.4;
  color: #641c78;
  padding-bottom: 0.14rem;
}
.contact-desc .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 15%;
  height: 1px;
  background-color: #641c78;
}
.contact-desc .fitem {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.contact-desc .fitem .ico {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #641c78;
  border: 1px solid #dedede;
  border-radius: 50%;
  margin-right: 0.1rem;
}
.contact-desc .fitem .ico img {
  position: absolute;
  max-width: 80%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-desc .fitem .txt {
  font-weight: 500;
  flex: 1;
}
.bmap_bubble_title {
  color: #641c78;
  font-size: 16px;
}
.anchorbl {
  display: none !important;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.33%;
}
.news-list li {
  position: relative;
  width: 31%;
  margin-left: 2.33%;
  margin-bottom: 0.4rem;
}
.news-list li:hover .desc {
  box-shadow: 0 0.03rem 0.3rem rgba(159, 159, 159, 0.16);
  background-color: #ffffff;
}
.news-list li:hover .bot::before {
  width: 100%;
}
.news-list .imgbox {
  padding-bottom: 60%;
}
.news-list .desc {
  padding: 0.18rem;
  background-color: #fafafa;
  border-radius: 0 0 10px 10px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-list .title {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.15rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .c {
  margin-bottom: 0.14rem;
  height: 0.538rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .bot {
  position: relative;
  border-top: 1px solid #f1f1f1;
  padding-top: 0.18rem;
  line-height: 1.2;
}
.news-list .bot::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 1px;
  width: 0;
  background-color: #641c78;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-list .time {
  color: #666666;
}
.news-list .time .ico {
  color: #641c78;
  padding-right: 0.1rem;
  font-size: 0.18rem;
  line-height: 1.5;
}
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "gilroy";
  padding: 0.3rem 0;
}
.paging a {
  width: 0.46rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  border-radius: 50%;
  color: #999999;
  margin: 0 0.04rem;
}
.paging a:hover {
  background-color: #641c78;
  color: #ffffff;
}
.paging .active {
  background-color: #641c78;
  color: #ffffff;
}
.paging .page-num-current{
  background-color: #641c78;
  color: #ffffff;
}
.paging .btn-item {
  border: 1px solid #bbbbbb;
  color: #aaaaaa;
  font-size: 0.16rem;
}
.paging .btn-item:hover {
  border-color: #641c78;
}
.special-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.33%;
}
.special-list li {
  position: relative;
  width: 31%;
  margin-left: 2.33%;
  margin-bottom: 0.4rem;
}
.special-list li:hover .desc {
  box-shadow: 0 0.03rem 0.3rem rgba(159, 159, 159, 0.16);
  background-color: #ffffff;
}
.special-list li:hover .bot::before {
  width: 100%;
}
.special-list .imgbox {
  padding-bottom: 60%;
}
.special-list .desc {
  padding: 0.18rem;
  background-color: #fafafa;
  border-radius: 0 0 10px 10px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.special-list .title {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.special-list .c {
  margin-bottom: 0.3rem;
  height: 0.538rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.special-list .bot {
  position: relative;
  border-top: 1px solid #f1f1f1;
  padding-top: 0.18rem;
  line-height: 1.2;
}
.special-list .bot::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 1px;
  width: 0;
  background-color: #641c78;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.special-list .time {
  color: #666666;
}
.special-list .time .ico {
  color: #641c78;
  padding-right: 0.1rem;
  font-size: 0.18rem;
  line-height: 1.5;
}
.special-ul {
  padding-top: 0.2rem;
}
.special-ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.special-ul li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #641c78;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.6s;
  z-index: -1;
}
.special-ul li:hover,
.special-ul li.active {
  color: #641c78;
}
.special-ul li:hover:before,
.special-ul li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.special-ul li::before {
  z-index: 1;
  bottom: -1px;
}
.special-ul .imgbox {
  width: 32%;
  padding-bottom: 19%;
}
.special-ul .timebox {
  margin-top: 0.2rem;
  position: relative;
  width: 1.2rem;
  padding: 0.25rem 0;
  background-color: #fafafa;
  text-align: center;
  color: #999999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.special-ul .timebox::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(-45deg, #120d69, #7b0073);
  background: -o-linear-gradient(-45deg, #120d69, #7b0073);
  background: -moz-linear-gradient(-45deg, #120d69, #7b0073);
  background: -ms-linear-gradient(-45deg, #120d69, #7b0073);
  background: linear-gradient(-45deg, #120d69, #7b0073);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.special-ul .timebox span {
  position: relative;
  display: block;
}
.special-ul .timebox .day {
  line-height: 1.4;
}
.special-ul .desc {
  flex: 1;
  margin: 0.2rem 0.89rem 0 0.6rem;
}
.special-ul .title {
  line-height: 1.5;
  margin-bottom: 0.15rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.special-ul .c {
  margin-bottom: 0.35rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.special-ul .new-more {
  color: #666666;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.new-more .ico {
  padding-left: 0.14rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.page-cur2 {
  padding-top: 0.3rem;
}
.info-warp {
  display: flex;
  align-items: flex-start;
}
.info-warpl {
  width: 67%;
  background-color: #ffffff;
  padding: 0.45rem 2.5% 0.6rem;
  flex: 1;
}
.info-title {
  line-height: 1.5;
  margin-bottom: 0.08rem;
}
.info-time {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
  color: #999999;
}
.info-warpr {
  width: 25%;
  margin-left: 3%;
  position: sticky;
  top: 1rem;
}
.info-paging li {
  margin-top: 0.24rem;
}
.info-paging li:first-child {
  margin-top: 0;
}
.info-paging .item {
  position: relative;
  padding: 0.25rem;
  background-color: #ffffff;
}
.info-paging .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background: -webkit-linear-gradient(-45deg, #120d69, #7b0073);
  background: -o-linear-gradient(-45deg, #120d69, #7b0073);
  background: -moz-linear-gradient(-45deg, #120d69, #7b0073);
  background: -ms-linear-gradient(-45deg, #120d69, #7b0073);
  background: linear-gradient(-45deg, #120d69, #7b0073);
}
.info-paging .item:hover::before {
  opacity: 1;
}
.info-paging .item:hover .t,
.info-paging .item:hover .title,
.info-paging .item:hover .time {
  color: #ffffff;
}
.info-paging .t {
  position: relative;
  color: #666666;
  line-height: 1.5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.info-paging .title {
  position: relative;
  padding: 0.15rem 0;
  color: #333333;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.info-paging .time {
  position: relative;
  color: #999999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.info-paging .black-btn {
  position: relative;
  display: block;
  overflow: hidden;
  background: -webkit-linear-gradient(45deg, #7b0073, #120d69);
  background: -o-linear-gradient(45deg, #7b0073, #120d69);
  background: -moz-linear-gradient(45deg, #7b0073, #120d69);
  background: -ms-linear-gradient(45deg, #7b0073, #120d69);
  background: linear-gradient(45deg, #7b0073, #120d69);
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
.info-paging .black-btn .ico {
  padding-right: 0.12rem;
}
.info-paging .black-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.info-paging .black-btn:hover::after {
  transform: translate(-50%, -50%) scale(15);
  opacity: 0;
}
.team-nav {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  box-shadow: 0 0.03rem 0.2rem rgba(174, 174, 174, 0.16);
  margin-bottom: 0.3rem;
}
.team-nav li {
  text-align: center;
  width: 33.33%;
  position: relative;
}
.team-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 60%;
  transform: translatey(-50%);
  background-color: #e8e8e8;
}
.team-nav li:first-child::before {
  display: none;
}
.team-nav a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 0.1rem 0;
  font-weight: 500;
  z-index: 1;
  overflow: hidden;
  color: #333333;
}
.team-nav a::before {
  content: "";
  background: -webkit-linear-gradient(-45deg, #120d69, #7b0073);
  background: -o-linear-gradient(-45deg, #120d69, #7b0073);
  background: -moz-linear-gradient(-45deg, #120d69, #7b0073);
  background: -ms-linear-gradient(-45deg, #120d69, #7b0073);
  background: linear-gradient(-45deg, #120d69, #7b0073);
  opacity: 0;
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
.team-nav a.active {
  color: #ffffff;
}
.team-nav a.active::before {
  opacity: 1;
  width: 100%;
  right: auto;
  left: 0;
}
.team-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
}
.team-list li {
  width: 24%;
  margin-left: 1%;
  margin-bottom: 0.3rem;
  position: relative;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.team-list li:hover {
  transform: translatey(-10px);
}
.team-list li:hover .title::before {
  width: 100%;
}
.team-list .imgbox {
  /*padding-bottom: 221%;*/
  padding-bottom: 150%;
}
.team-list .imgbox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -moz-linear-gradient(bottom, rgba(126, 101, 230, 0.7), rgba(126, 101, 230, 0));
  background: -webkit-linear-gradient(bottom, rgba(126, 101, 230, 0.7), rgba(126, 101, 230, 0));
  background: -o-linear-gradient(bottom, rgba(126, 101, 230, 0.7), rgba(126, 101, 230, 0));
  background: linear-gradient(bottom, rgba(126, 101, 230, 0.7), rgba(126, 101, 230, 0));
  z-index: 1;
}
.team-list .desc {
  position: absolute;
  left: 0;
  bottom: 3%;
  width: 95%;
  padding-right: 5%;
  color: #ffffff;
  z-index: 2;
}
.team-list .title {
  position: relative;
  display: inline-block;
  padding: 0.05rem 0.15rem 0.05rem 0.15rem;
  line-height: 0.27rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
  min-width: 0.9rem;
}
.team-list .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  object-fit: cover;
  background: url(/uploads/image/simage/du_ico.png) no-repeat scroll center center;
  background-size: cover;
  z-index: -1;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.team-list .c {
  padding-left: 0.15rem;
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team-list .linka {
  z-index: 4;
}
.team-ajax {
  width: 688px;
  padding: 0.45rem 0.56rem 0.6rem;
  background-color: #ffffff;
  margin: 0.92rem auto;
}
.team-ajax .title {
  color: #641c78;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.team-ajax .type {
  color: #641c78;
  line-height: 1.4;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #641c78;
  margin-bottom: 0.25rem;
}
.base-ptitle {
  display: flex;
  margin-bottom: 0.35rem;
}
.base-ptitle .ico {
  width: 0.24rem;
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  color: #ffffff;
  border-radius: 50%;
  background: -moz-linear-gradient(left, #5f6fb4, #713c93);
  background: -webkit-linear-gradient(left, #5f6fb4, #713c93);
  background: -o-linear-gradient(left, #5f6fb4, #713c93);
  background: -ms-linear-gradient(left, #5f6fb4, #713c93);
  background: linear-gradient(left, #5f6fb4, #713c93);
  margin: 0.05rem 0.1rem 0.05rem 0;
}
.base-ptitle .txt {
  line-height: 1.5;
  flex: 1;
  color: #641c78;
}
.pagec hr {
  background-color: #e8e8e8;
  margin: 0.8rem 0;
  height: 1px;
  border: none;
}
.base-video-box {
  display: flex;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.8rem 0;
  margin-bottom: 0.5rem;
}
.bvideo-box {
  width: 62%;
}
.qhvideo-box {
  cursor: pointer;
}
.vico-txt {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #ffffff;
  text-align: center;
}
.vico-txt .ico {
  display: block;
  background: url(/uploads/image/simage/play.svg) no-repeat;
  background-size: cover;
  width: 0.72rem;
  height: 0.72rem;
  text-align: center;
  line-height: 0.72rem;
  font-size: 24px;
  margin-bottom: 10px;
}
.bvideo-list {
  width: 30%;
  margin-left: 8%;
  align-items: center;
  display: flex;
  color: #641c78;
}
.bvideo-list ul {
  list-style: disc;
  margin-left: 0.2rem;
}
.bvideo-list li {
  padding: 0.08rem 0;
}
.base-list {
  display: flex;
  justify-content: space-between;
  color: #641c78;
  flex-wrap: wrap;
  margin: 0.5rem 0;
  list-style: disc;
}
.base-list li {
  margin: 0 0.4rem 0 0.2rem;
}
.base-list li:last-child {
  margin-right: 0;
}
.mt30 {
  margin-top: 0.3rem;
}
.join-warpbox {
  border-top: 5px solid #f4f4f4;
  background-color: #fff;
  padding: 0.58rem 2.5%;
  display: flex;
  justify-content: center;
}
.join-warpbox-desc {
  border: 1px solid #641c78;
  padding: 8px 20px 8px 10px;
  border-radius: 28px;
  color: #641c78;
  display: flex;
  align-items: center;
}
.join-warpbox-desc .ico {
  border-radius: 50%;
  background: -moz-linear-gradient(bottom, #7d048b, #570083);
  background: -webkit-linear-gradient(bottom, #7d048b, #570083);
  background: -o-linear-gradient(lebottomft, #7d048b, #570083);
  background: -ms-linear-gradient(bottom, #7d048b, #570083);
  background: linear-gradient(bottom, #7d048b, #570083);
  color: #ffffff;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.join-warpbox-desc .txt {
  margin-right: 0.5rem;
  font-weight: 500;
}
.join-warpbox-desc .txt:last-child {
  margin-right: 0;
}
.gx-page {
  align-items: flex-start;
}
.gx-desc {
  width: 43%;
  flex-shrink: 0;
}
.gx-img {
  width: 43%;
  padding: 25px 3%;
  background-color: #f4f4f4;
}
.gx-img .fc {
  margin-top: 0.2rem;
}
.gx-rtxt {
  width: 35%;
}
.mt80 {
  margin-top: 0.8rem;
}
.mt50 {
  margin-top: 0.5rem;
}
.mt60 {
  margin-top: 0.6rem;
}
.mt70 {
  margin-top: 0.7rem;
}
.mt301 {
  margin-top: 28px;
}
.gx-title {
  color: #333333;
  border-left: 4px solid #641c78;
  padding-left: 12px;
  line-height: 1.4;
  font-weight: 500;
}
.gx-icolist {
  display: flex;
  margin-left: -4%;
  flex-wrap: wrap;
}
.gx-icolist li {
  text-align: center;
  margin-left: 4%;
  margin-bottom: 3%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.gx-icolist .img img {
  max-width: 0.46rem;
}
.gx-icolist .txt {
  padding-top: 10px;
}
.gx-logolist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}
.gx-logolist li {
  width: 14.66%;
  margin-left: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  box-shadow: 0 0.03rem 0.3rem #ecf1f7;
}
.gx-img-list {
  display: flex;
  margin-left: -5%;
}
.gx-img-list dd {
  width: 45%;
  margin-left: 5%;
}
.gx-img-list .img img {
  display: block;
  margin-bottom: 0.2rem;
}
.students-imgdemo {
  margin: 40px 0 20px;
}
.students-smallbox {
  position: relative;
}
.students-smallbox .swiper-arrow {
  position: absolute;
  top: 0;
  width: 32px;
  height: 100%;
  background: -moz-linear-gradient(bottom, #7b0073, #120d69);
  background: -webkit-linear-gradient(bottom, #7b0073, #120d69);
  background: -o-linear-gradient(bottom, #7b0073, #120d69);
  background: -ms-linear-gradient(bottom, #7b0073, #120d69);
  background: linear-gradient(bottom, #7b0073, #120d69);
  color: #ffffff;
}
.students-smallbox .swiper-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.students-smallbox .swiper-arrow:hover::after {
  transform: translate(-50%, -50%) scale(15);
  opacity: 0;
}
.students-smallbox .swiper-arrow .icon {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.students-smallbox .swiper-prev {
  left: 0;
}
.students-smallbox .swiper-next {
  right: 0;
}
.students-smalldemo {
  margin: 0 48px;
}
.students-smalldemo .imgbox {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0.4;
  cursor: pointer;
}
.students-smalldemo .swiper-slide:hover .imgbox {
  opacity: 0.8;
}
.students-smalldemo .swiper-slide-thumb-active .imgbox {
  opacity: 1;
}
.settle-list {
  display: flex;
  margin-left: -3%;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 16px;
  color: #454545;
}
.settle-list li {
  width: 28.33%;
  margin-left: 3%;
  margin-top: 0.3rem;
  line-height: 1.5;
  padding-left: 2%;
  position: relative;
}
.settle-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: -moz-linear-gradient(left, #5f6fb4, #713c93);
  background: -webkit-linear-gradient(left, #5f6fb4, #713c93);
  background: -o-linear-gradient(left, #5f6fb4, #713c93);
  background: -ms-linear-gradient(left, #5f6fb4, #713c93);
  background: linear-gradient(left, #5f6fb4, #713c93);
}
.gongan-box {
  display: flex;
}
.gongan-box .img {
  flex-shrink: 0;
  width: 2.04rem;
}
.gongan-box .desc {
  padding-left: 0.4rem;
  display: flex;
  align-items: center;
}
.anju-dl {
  display: flex;
  margin-top: 0.3rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.anju-dl dd {
  width: 50%;
  flex-shrink: 1;
}
.anju-dl .desc {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5% 8%;
}
.anju-dl .desc::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #641c78;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.anju-dl .list {
  width: 100%;
}
.anju-dl .list li {
  line-height: 1.5;
  padding-left: 5%;
  position: relative;
  margin-bottom: 6%;
}
.anju-dl .list li:last-child {
  margin-bottom: 0;
}
.anju-dl .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: -moz-linear-gradient(left, #5f6fb4, #713c93);
  background: -webkit-linear-gradient(left, #5f6fb4, #713c93);
  background: -o-linear-gradient(left, #5f6fb4, #713c93);
  background: -ms-linear-gradient(left, #5f6fb4, #713c93);
  background: linear-gradient(left, #5f6fb4, #713c93);
}
.anju-dl .alink {
  text-decoration: underline;
  margin-left: 0.2rem;
}
.anju-dlr {
  flex-direction: row-reverse;
}
.jiaoyu-logo-list {
  display: flex;
  margin-left: -4%;
}
.jiaoyu-logo-list li {
  margin-left: 4%;
}
.jiankang-list dd {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
}
.jiankang-list dd:nth-child(odd) {
  flex-direction: row-reverse;
}
.jiankang-list dd:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
}
.jiankang-list .imgbox {
  width: 47%;
  flex-shrink: 0;
}
.jiankang-list .desc {
  flex-shrink: 0;
  width: 45%;
  padding: 0 4%;
}
.jiankang-list .title {
  margin-bottom: 0.1rem;
  line-height: 1.5;
}
.biaoqian {
  display: flex;
  margin-left: -0.16rem;
  flex-wrap: wrap;
}
.biaoqian .item {
  border: 1px solid #7b0073;
  color: #7b0073;
  padding: 4px 0.2rem;
  margin-left: 0.16rem;
  flex-shrink: 0;
  margin-bottom: 0.1rem;
}
.technological-tab {
  display: flex;
  justify-content: space-between;
  border: 1px solid #eceef3;
}
.technological-tab li {
  display: block;
  padding: 10px 2%;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  position: relative;
  flex-grow: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.technological-tab li::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #eceef3;
}
.technological-tab li.active {
  background: -moz-linear-gradient(left, #7b0073, #120d69);
  background: -webkit-linear-gradient(left, #7b0073, #120d69);
  background: -o-linear-gradient(left, #7b0073, #120d69);
  background: -ms-linear-gradient(left, #7b0073, #120d69);
  background: linear-gradient(left, #7b0073, #120d69);
  color: #ffffff;
}
.technological-tabitem {
  display: none;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background-color: #fafafa;
}
.technological-tabitem.active {
  display: block;
}
.technological-tabc-page {
  display: flex;
  padding: 0.4rem 0.6rem;
  justify-content: space-between;
}
.technological-tabc-page .desc {
  width: 40%;
}
.technological-tabc-page .imgbox {
  width: 44%;
}
.technological-tabc-page .title {
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.3rem;
  padding-bottom: 0.18rem;
}
.technological-tabc-page .title::before {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #641c78;
}
.technological-tabc-page .c {
  color: #454545;
}
.research-logo-list {
  background-position: center top;
  background-size: cover;
  padding: 0 0.34rem;
}
.research-logo-list {
  display: flex;
  justify-content: space-between;
}
.research-logo-list .item {
  width: 44%;
}
.research-logo-list .item:nth-child(even) dt {
  justify-content: flex-end;
}
.research-logo-list .item:nth-child(even) .research-logo-ul {
  flex-direction: row-reverse;
}
.research-logo-list .item:nth-child(even) .research-logo-ul li:nth-child(even) {
  margin-left: 0;
  margin-right: -6%;
}
.research-logo-list dt {
  display: flex;
}
.research-logo-list .title {
  background: -moz-linear-gradient(left, #5f6fb4, #713c93);
  background: -webkit-linear-gradient(left, #5f6fb4, #713c93);
  background: -o-linear-gradient(left, #5f6fb4, #713c93);
  background: -ms-linear-gradient(left, #5f6fb4, #713c93);
  background: linear-gradient(left, #5f6fb4, #713c93);
  color: #ffffff;
  font-size: 0.2rem;
  padding: 0.08rem 0.3rem;
  border-radius: 0 0 0.25rem 0;
  line-height: 1.5;
}
.research-logo-ul {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  flex-wrap: wrap;
}
.research-logo-ul li {
  width: 50%;
  flex-shrink: 0;
}
.research-logo-ul li:nth-child(even) {
  position: relative;
  padding-top: 0.9rem;
  margin-left: -6%;
}
.research-logo-ul .imgbox {
  position: relative;
  width: 100%;
  margin-bottom: 0.2rem;
}
.research-logo-ul .imgbox img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.research-logo-ul .imgbox:hover img {
  transform: scale(1.06);
}
.js-jsbox {
  display: flex;
  align-items: center;
}
.js-imgbox {
  margin-right: 5%;
}
.js-list {
  width: 58%;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
}
.js-list li {
  width: 38%;
  background: url(/uploads/image/simage/pt_bg.png) no-repeat #f9faff;
  background-size: cover;
  padding: 0.25rem 4%;
  line-height: 1.5;
  margin: 0.15rem 4% 0.15rem 0;
  color: #4e6ad6;
  position: relative;
}
.pt-honor-list {
  margin-left: -3%;
  display: flex;
  flex-wrap: wrap;
}
.pt-honor-list li {
  width: 30.33%;
  margin-left: 3%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.pt-honor-list .imgbox {
  padding-bottom: 64%;
  margin-bottom: 0.15rem;
}
.pt-honor-list .txt {
  line-height: 1.5;
  color: #333333;
}
.member-dl {
  border: 1px solid #f3edf4;
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 3%;
  align-items: center;
  margin-top: 0.3rem;
}
.member-dl .imgbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 15%;
  border-radius: 50%;
  width: 15%;
  flex-shrink: 0;
}
.member-dl .imgbox img {
  border-radius: 50%;
  overflow: hidden;
}
.member-dl .desc {
  width: 80%;
  color: #454545;
}
.member-dl .title {
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  padding: 0.15rem 0;
}
.member-dl .name {
  position: relative;
}
.member-dl .name::after {
  content: " / ";
}
.capacity-list {
  display: flex;
  margin-left: -2%;
  color: #454545;
  flex-wrap: wrap;
}
.capacity-list li {
  margin-left: 2%;
  width: 14.66%;
  margin-top: 12px;
  text-align: center;
}
.capacity-list .ico {
  width: 0.49rem;
  height: 0.49rem;
  margin: 0 auto;
}
.capacity-list .txt {
  padding-top: 0.16rem;
  line-height: 1.5;
}
.application-list {
  display: flex;
  flex-wrap: wrap;
}
.application-list li {
  width: 25%;
  background: url(/uploads/image/simage/pt-bg2.svg) no-repeat scroll right center;
  background-size: cover;
  padding: 0.14rem 0;
  display: inline-flex;
  align-items: center;
}
.application-list .txt {
  padding: 0 15% 0 5%;
  text-align: center;
  color: #641c78;
  line-height: 1.4;
  width: 80%;
}
.technological-tabpadding {
  padding: 0.5rem 0.3rem 0.3rem;
}
.project-tabc-list {
  margin-left: -4%;
  display: flex;
  flex-wrap: wrap;
}
.project-tabc-list li {
  width: 29.33%;
  margin-left: 4%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.project-tabc-list .imgbox {
  padding-bottom: 61%;
  margin-bottom: 0.25rem;
}
.project-tabc-list .txt {
  line-height: 1.5;
  color: #333333;
}
.core-typebox {
  padding: 0.45rem 0.3rem 0.25rem;
}
.core-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}
.core-list li {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 0.25rem;
  position: relative;
}
.core-list li:hover .txt {
  color: #641c78;
}
.core-list .imgbox {
  padding-bottom: 70%;
  margin-bottom: 0.25rem;
}
.core-list .txt {
  line-height: 1.5;
  color: #333333;
}
.case-pagec a:link,
.case-pagec a:visited {
  color: #333333;
}
.case-pagec a:hover {
  color: #7b0073;
}
.case-pagec p {
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.layout-list {
  display: flex;
  justify-content: space-between;
}
.layout-list .yuan-ico {
  width: 1.2rem;
  position: relative;
  margin: 0 auto 0.18rem;
}
.layout-list .name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.4;
  color: #74378f;
  font-weight: 500;
}
.layout-list .desc {
  padding: 0.15rem 0.12rem;
  background-color: #f9f7fc;
  color: #74378f;
  flex: 1;
}
.layout-list .fuhao-item {
  position: relative;
  width: 0.28rem;
}
.layout-list .fuhao {
  position: absolute;
  width: 100%;
  top: 0.46rem;
  left: 0;
}
.layout-list dd {
  position: relative;
  display: flex;
  flex-direction: column;
}
.layout-list dd:nth-child(odd) {
  max-width: 22%;
}
.layout-list dd:last-child {
  min-width: 15%;
}
.hx-business-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.hx-business-box .imgbox {
  width: 53%;
  margin-left: 5%;
  flex-shrink: 0;
}
.hx-business-box .desc li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.hx-business-box .desc li:last-child {
  margin-bottom: 0;
}
.hx-business-box .desc .num {
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background: -moz-linear-gradient(left, #5f6fb4, #713c93);
  background: -webkit-linear-gradient(left, #5f6fb4, #713c93);
  background: -o-linear-gradient(left, #5f6fb4, #713c93);
  background: -ms-linear-gradient(left, #5f6fb4, #713c93);
  background: linear-gradient(left, #5f6fb4, #713c93);
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 0.16rem;
}
.hx-business-box .desc .title {
  color: #74378f;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.05rem;
}
.hx-business-box .desc .c {
  line-height: 1.6;
}
.hx-business-tab {
  padding: 0.5rem 0 0.3rem;
  background-color: #ffffff;
}
.hx-business-title {
  display: flex;
  margin-bottom: 25px;
}
.hx-business-title .by {
  background-color: #6a339f;
  color: #ffffff;
  padding: 0.1rem 0.85rem 0.1rem 0.3rem;
  line-height: 1.5;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  font-weight: 500;
}
.hx-business-title .by b {
  padding-right: 0.2rem;
  font-weight: bold;
}
.hx-business-tab table {
  width: 100%;
  color: #ffffff;
}
.hx-business-tab td {
  text-align: center;
  padding: 0.3rem 3%;
  line-height: 2;
}
.hx-business-ul {
  display: flex;
  justify-content: space-between;
}
.hx-business-ul li {
  width: 52%;
}
.hx-business-ul li:nth-child(even) {
  width: 39%;
}
.pagec-tab {
  overflow-x: auto;
}
.pagec-tab table {
  width: 100% !important;
  min-width: 640px;
}
.pagec-tab td {
  padding: 0.12rem !important;
  border: 1px solid #e5e5e5 !important;
  font-size: 0.15rem !important;
}
.pagec-tab tr:first-child {
  font-weight: bold !important;
  color: #ffffff !important;
  background-color: #82318e !important;
}
.pagec-tab tr:first-child td {
  border: 1px solid #82318e !important;
  font-size: 0.16rem !important;
}
.science-list .imgbox {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.science-list .imgbox img {
  border-radius: 10px 10px 0 0;
}
.party-imgbox {
  position: relative;
}
.party-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.34rem;
  text-align: center;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #641c78;
  line-height: 1.5;
}
.party-title .ico {
  width: 0.34rem;
  display: block;
  margin-bottom: 0.2rem;
}
.party-title .ico img {
  width: 100%;
  margin: 0 auto;
}
.party-imgdemo {
  margin: 0 0.78rem;
}
.party-small {
  width: 0.68rem;
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: 0;
}
.party-small .swiper-arrow {
  position: absolute;
  right: 0;
  width: 0.68rem;
  height: 32px;
  background: -webkit-linear-gradient(-45deg, #120d69, #7b0073);
  background: -o-linear-gradient(-45deg, #120d69, #7b0073);
  background: -moz-linear-gradient(-45deg, #120d69, #7b0073);
  background: -ms-linear-gradient(-45deg, #120d69, #7b0073);
  background: linear-gradient(-45deg, #120d69, #7b0073);
  color: #ffffff;
}
.party-small .swiper-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.party-small .swiper-arrow:hover::after {
  transform: translate(-50%, -50%) scale(15);
  opacity: 0;
}
.party-small .swiper-arrow .icon {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.party-small .swiper-prev {
  top: -40px;
}
.party-small .swiper-next {
  bottom: -40px;
}
.party-smalldemo {
  position: relative;
  height: 100%;
  width: 100%;
}
.party-smalldemo .swiper-slide {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
}
.party-smalldemo .swiper-slide-thumb-active {
  opacity: 1;
}
.news-remcomend {
  position: relative;
  overflow: hidden;
}
.new-swiper-demo {
  padding-top: 0.3rem;
}
.new-swiper-demo .item {
  position: relative;
  margin-bottom: 50px;
}
.new-swiper-demo .item:hover .desc {
  box-shadow: 0 0.03rem 0.3rem rgba(159, 159, 159, 0.16);
  background-color: #ffffff;
}
.new-swiper-demo .item:hover .bot::before {
  width: 100%;
}
.new-swiper-demo .imgbox {
  padding-bottom: 60%;
}
.new-swiper-demo .desc {
  padding: 0.18rem;
  background-color: #fafafa;
  border-radius: 0 0 10px 10px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.new-swiper-demo .title {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.new-swiper-demo .c {
  margin-bottom: 0.3rem;
  height: 0.538rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-swiper-demo .bot {
  position: relative;
  border-top: 1px solid #f1f1f1;
  padding-top: 0.18rem;
  line-height: 1.2;
}
.new-swiper-demo .bot::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 1px;
  width: 0;
  background-color: #641c78;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.new-swiper-demo .time {
  color: #666666;
}
.new-swiper-demo .time .ico {
  color: #641c78;
  padding-right: 0.1rem;
  font-size: 0.18rem;
  line-height: 1.5;
}
.new-swiper-demo .inew-swiperpag {
  margin-bottom: 0.2rem;
}
.nbswiper-arow {
  width: 26px;
  height: 26px;
  border: 1px solid #999999;
  position: absolute;
  top: 0;
  border-radius: 50%;
  z-index: 500;
  color: #999999;
}
.nbswiper-arow .ico {
  position: absolute;
  display: block;
  font-size: 16px;
  line-height: 1;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nbswiper-arow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-45deg, #120d69, #7b0073);
  background: -o-linear-gradient(-45deg, #120d69, #7b0073);
  background: -moz-linear-gradient(-45deg, #120d69, #7b0073);
  background: -ms-linear-gradient(-45deg, #120d69, #7b0073);
  background: linear-gradient(-45deg, #120d69, #7b0073);
  transform: scale(0.6);
  opacity: 0;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nbswiper-arow:hover {
  border-color: transparent;
  color: #ffffff;
}
.nbswiper-arow:hover::before {
  transform: scale(1);
  opacity: 1;
}
.nbswiper-prev {
  right: 46px;
}
.nbswiper-next {
  right: 0;
}
.guoji-ul {
  display: flex;
  margin: 0.4rem 0 0.4rem -2%;
  flex-wrap: wrap;
}
.guoji-ul li {
  width: 48%;
  margin-left: 2%;
  display: inline-flex;
  color: #74378f;
  margin-bottom: 0.15rem;
  line-height: 1.5;
}
.guoji-num {
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  flex-shrink: 0;
  margin-right: 0.15rem;
  border-radius: 50%;
  background: -moz-linear-gradient(left, #713c93, #5f6fb4);
  background: -webkit-linear-gradient(left, #713c93, #5f6fb4);
  background: -o-linear-gradient(left, #713c93, #5f6fb4);
  background: -ms-linear-gradient(left, #713c93, #5f6fb4);
  background: linear-gradient(left, #713c93, #5f6fb4);
  color: #ffffff;
}
.brand-list .item {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.brand-list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.brand-list .imgbox {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding-bottom: 26%;
}
.brand-list .desc {
  width: 46%;
  padding: 0.2rem 0;
}
.guoji-ul2 {
  display: block;
}
.guoji-ul2 li {
  width: 100%;
}
.work-cglist {
  margin-bottom: 0.4rem;
}
.work-cgt {
  position: relative;
  padding: 10px 0.2rem;
  line-height: 1.5;
  color: #ffffff;
  background: -moz-linear-gradient(left, #5f6fb4, #713c93);
  background: -webkit-linear-gradient(left, #5f6fb4, #713c93);
  background: -o-linear-gradient(left, #5f6fb4, #713c93);
  background: -ms-linear-gradient(left, #5f6fb4, #713c93);
  background: linear-gradient(left, #5f6fb4, #713c93);
  cursor: pointer;
}
.work-cgt .name {
  margin-right: 8%;
}
.work-cgt .ico {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -8px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.work-cgt .ico::before,
.work-cgt .ico::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.work-cgt .ico::before {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
}
.work-cgt .ico::after {
  height: 100%;
  width: 1px;
  top: 0;
  left: 50%;
}
.work-cgt.active .ico {
  transform: rotate(90deg);
}
.work-cgt.active .ico::before {
  opacity: 0;
  visibility: hidden;
}
.work-cgc {
  background-color: #f3edf4;
  color: #74378f;
  padding: 0.3rem 0.2rem 0.4rem;
  display: none;
}
.work-cgc ul {
  list-style: circle;
  margin-left: 20px;
}
.work-cgc ul li {
  margin-bottom: 0.2rem;
}
ul.work-cg-ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}
ul.work-cg-ul li {
  width: 31.33%;
  margin-left: 2%;
  background-color: #ffffff;
}
ul.work-cg-ul .title {
  margin: 0 auto;
  width: 90%;
  border-bottom: 1px solid #f3edf4;
  padding: 0.22rem 0;
  color: #74378f;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  align-items: center;
}
ul.work-cg-ul .i {
  margin-right: 0.08rem;
  float: left;
}
ul.work-cg-ul .c {
  width: 90%;
  margin: 0 auto;
  padding: 0.1rem 0;
}
ul.work-cg-ul .item {
  padding: 8px 0;
  color: #333333;
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
}
ul.work-cg-ul .r {
  color: #999999;
  margin-left: 10px;
  flex-shrink: 0;
}
.yanjiu-teamlist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6%;
}
.yanjiu-teamlist li {
  width: 44%;
  margin-left: 6%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.yanjiu-teamlist .imgbox {
  width: 41%;
  flex-shrink: 0;
}
.yanjiu-teamlist .desc {
  width: 53%;
  flex-shrink: 0;
}
.yanjiu-teamlist .title {
  line-height: 1.5;
  color: #242424;
  margin-bottom: 0.15rem;
}
.yanjiu-teamlist .by {
  color: #74378f;
  margin-bottom: 0.2rem;
  line-height: 1.5;
}
.yanjiu-teamlist .c {
  color: #454545;
}
.xiashu-box {
  padding-top: 0.2rem;
}
.xiashu-list {
  border-bottom: 1px solid #e8e8e8;
}
.xiashu-list:hover .xiashu-dt,
.xiashu-list.active .xiashu-dt {
  color: #74378f;
}
.xiashu-dt {
  display: flex;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0.25rem 0;
  line-height: 1.5;
  color: #333333;
  cursor: pointer;
}
.xiashu-dd {
  display: none;
}
.xiashu-dd .pagec {
  display: flex;
  padding-left: 0.39rem;
  padding-bottom: 0.3rem;
}
.xiashu-dd .ermb {
  width: 123px;
  flex-shrink: 0;
  margin-left: 8%;
}
.xiashu-dd .zixunpagec {
  padding-left: 0;
  display: block;
}
.xiashu-dd .two-ul li {
  padding: 0.1rem 0;
}
.jishu-list .item {
  padding: 0.3rem;
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3rem;
}
.jishu-list .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.jishu-list .imgbox {
  width: 48%;
  text-align: center;
  flex-shrink: 0;
}
.jishu-list .name {
  padding-top: 0.1rem;
}
.jishu-list .desc {
  width: 48%;
  flex-shrink: 0;
}
.jishu-list .t {
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}
.jishu-list .pagec ul {
  list-style-type: disc;
}
.jishu-list .pagec ul li {
  margin-bottom: 0.1rem;
  line-height: 1.5;
}
.two-ul {
  display: flex;
  margin-left: -3%;
  flex-wrap: wrap;
}
.two-ul li {
  width: 47%;
  margin-left: 3%;
}
.yingyong-case-ul {
  display: flex;
  margin-left: -3%;
  flex-wrap: wrap;
}
.yingyong-case-ul > li {
  width: 47%;
  margin-left: 3%;
  border: 1px solid #f3edf4;
  margin-top: 0.4rem;
  box-sizing: border-box;
}
.yingyong-case-ul .title {
  padding: 0.14rem;
  background: -moz-linear-gradient(left, #5f6fb4, #713c93);
  background: -webkit-linear-gradient(left, #5f6fb4, #713c93);
  background: -o-linear-gradient(left, #5f6fb4, #713c93);
  background: -ms-linear-gradient(left, #5f6fb4, #713c93);
  background: linear-gradient(left, #5f6fb4, #713c93);
  font-weight: 500;
}
.yingyong-case-ul .title .txt {
  display: block;
  position: relative;
  padding: 0 10px 0 26px;
  color: #ffffff;
  line-height: 1.4;
}
.yingyong-case-ul .title .txt::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}
.yingyong-case-ul .title .txt::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 5px;
  top: 6px;
}
.yingyong-case-ul .c {
  padding: 0.15rem;
}
.yingyong-case-ul .c p {
  margin-bottom: 0.1rem;
}
.yingyong-case-ul .c p:last-child {
  margin-bottom: 0;
}
.yingyong-case-ul2 {
  display: block;
}
.yingyong-case-ul2 > li {
  width: 100%;
}
.yanjiu-productdd {
  position: relative;
  padding: 25px 0.28rem;
  background-color: #f4f4f4;
  line-height: 2.2;
}
.yanjiu-productdd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background: -moz-linear-gradient(left, #5f6fb4, #713c93);
  background: -webkit-linear-gradient(left, #5f6fb4, #713c93);
  background: -o-linear-gradient(left, #5f6fb4, #713c93);
  background: -ms-linear-gradient(left, #5f6fb4, #713c93);
  background: linear-gradient(left, #5f6fb4, #713c93);
}
.industrial-ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
}
.industrial-ul li {
  width: 17%;
  margin-left: 3%;
  margin-bottom: 3%;
  box-shadow: 0 3px 20px rgba(174, 174, 174, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.industrial-ul li:hover {
  box-shadow: 0 3px 20px rgba(174, 174, 174, 0.5);
}
.industrial-ul a {
  display: block;
  padding: 10px 10px;
}
.industrial-ul img {
  max-width: 100% !important;
  display: block;
}
/* jj start */
.j-jdesc {
  color: #333333;
}
.j-jtg {
  margin-top: 0.86rem;
}
.j-jtitle {
  position: relative;
  color: #333333;
  line-height: 1;
  padding-left: 0.28rem;
  padding-bottom: 0.2rem;
}
.j-jtitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #7b0073, #120d69);
  background: -webkit-linear-gradient(left, #7b0073, #120d69);
  background: -o-linear-gradient(left, #7b0073, #120d69);
  background: -ms-linear-gradient(left, #7b0073, #120d69);
  background: linear-gradient(left, #7b0073, #120d69);
}
.j-jtitle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.02rem;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  border: 0.02rem solid #660874;
}
.j-jbox {
  position: relative;
  background: #f7f7f8;
  border-radius: 0.2rem;
  margin-top: 0.85rem;
}
.j-jbbt {
  position: absolute;
  top: -0.25rem;
  left: 0.28rem;
  z-index: 1;
  width: 31%;
}
.j-jbbt img {
  display: block;
  max-width: 100%;
}
.j-jblist1 {
  padding: 0.4rem 0.5rem 0.45rem 0.5rem;
  margin-left: -6%;
}
.j-jblist1 li {
  float: left;
  width: 19%;
  margin: 0.3rem 0 0.3rem 6%;
}
.j-jblist1 li img {
  display: block;
  max-width: 100%;
}
.j-jblist2 {
  padding: 0.85rem 0.5rem 0.6rem 0.5rem;
}
.j-jblist2 li {
  float: left;
  width: 33.333%;
}
.j-jl2pic {
  height: 0.59rem;
}
.j-jl2pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.j-jl2txt {
  width: 62%;
  color: #666666;
  line-height: 1.5;
  margin-top: 0.3rem;
}
.j-jbpic3 {
  text-align: center;
  padding: 0.65rem 0 0.4rem 0;
}
.j-jbpic3 img {
  display: inline-block;
  max-width: 100%;
}
.j-jtr {
  display: block;
  float: right;
  color: #3e3a39;
  margin-top: 0.03rem;
}
.j-jbottom {
  margin-top: 0.5rem;
  padding: 0 0.5rem;
}
.j-jbitem {
  float: left;
}
.j-jbitem:nth-child(2) {
  margin-left: 1.16rem;
}
.j-jibt {
  position: relative;
  color: #3e3a39;
  padding-left: 0.16rem;
  line-height: 1;
}
.j-jibt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 6px;
  height: 6px;
  background: #641c78;
  border-radius: 50%;
}
.j-jiewm {
  margin-top: 0.29rem;
}
.j-jiewm img {
  display: block;
  width: 1.3rem;
}
.j-jiewm span {
  display: block;
  font-size: 0.11rem;
  text-align: center;
  line-height: 1.5;
}
.j-jbzy {
  float: left;
}
.j-jbright {
  float: right;
  margin-top: 0.35rem;
}
.j-jrtxt {
  display: block;
  color: #3e3a39;
}
.j-idbox {
  margin-top: 0.8rem;
}
.j-idlist1 {
  margin-left: -2%;
  display: flex;
  flex-wrap: wrap;
}
.j-idlist1 li {
  width: 31.333%;
  margin: 0.25rem 0 0 2%;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  padding: 0.25rem 0.1rem;
  display: flex;
}
.j-il1icon {
  width: 0.4rem;
  height: 0.4rem;
}
.j-il1icon img {
  display: block;
  width: 100%;
}
.j-il1wz {
  flex: 1;
  margin-left: 3%;
}
.j-il1wz .j-iw1t1 {
  color: #333333;
  font-weight: 500;
  line-height: 1.4;
}
.j-il1wz .j-iw1t2 {
  color: #454545;
  margin-top: 0.05rem;
  line-height: 1.5;
}
.j-idlist3 li {
  margin-top: 0.2rem;
  background: #fff;
  border-radius: 0.39rem;
  box-shadow: 0 0.03rem 0.3rem rgba(100, 28, 120, 0.1);
  padding: 0.1rem 0.15rem;
  display: flex;
}
.j-id3bh {
  width: 0.58rem;
  height: 0.58rem;
  text-align: center;
  line-height: 0.58rem;
  border-radius: 50%;
  box-shadow: 0 1px 0.1rem rgba(100, 28, 120, 0.2);
  color: #641c78;
  font-weight: bold;
}
.j-id3wz {
  flex: 1;
  margin-left: 15px;
}
.j-id3wz .j-id3t1 {
  display: block;
  color: #641c78;
}
.j-id3wz .j-id3ms {
  color: #454545;
}
.j-id4list {
  margin: 0.5rem -5% 0.7rem 0;
}
.j-jd4item {
  position: relative;
  float: left;
  width: 45%;
  margin-right: 5%;
  overflow: hidden;
  background: -webkit-linear-gradient(140deg, #587dbe, #854496);
  background: -o-linear-gradient(140deg, #587dbe, #854496);
  background: -moz-linear-gradient(140deg, #587dbe, #854496);
  background: -ms-linear-gradient(140deg, #587dbe, #854496);
  background: linear-gradient(140deg, #587dbe, #854496);
}
.j-jd4item .j-ji4bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 69%;
}
.j-jd4item .j-ji4bg img {
  display: block;
  width: 100%;
}
.j-ji4tp {
  padding: 0.3rem 5%;
}
.j-ji4tp .j-ji4t1 {
  display: block;
  color: #fff;
  line-height: 1.5;
}
.j-ji4tp .j-ji4t2 {
  display: block;
  color: #fff;
  margin-top: 0.2rem;
  line-height: 1.5;
}
.j-ji4bt {
  background: #fff;
  border-radius: 0.38rem 0 0 0;
  padding-top: 0.4rem;
  position: relative;
}
.j-ji4bt .j-ji4t3 {
  display: block;
  font-style: normal;
  font-weight: 500;
  color: #641c78;
  margin: 0 0.2rem;
}
.j-ji4bt .j-ji4t4 {
  color: #333333;
  margin: 0.1rem 5% 0;
}
.j-ji4bt .j-ji4t5 {
  display: block;
  width: 85%;
  color: #fff;
  border-radius: 0 0.2rem 0 0;
  line-height: 0.5rem;
  padding: 0.1rem 5%;
  line-height: 1.5;
  background: -webkit-linear-gradient(to right, #587dbe, #854496);
  background: -o-linear-gradient(to right, #587dbe, #854496);
  background: -moz-linear-gradient(to right, #587dbe, #854496);
  background: -ms-linear-gradient(to right, #587dbe, #854496);
  background: linear-gradient(to right, #587dbe, #854496);
  margin-top: 0.3rem;
}
/* jj end */
.nibox-tbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #999999;
  padding-bottom: 0.3rem;
  margin-bottom: 0.38rem;
}
.nibox-title {
  position: relative;
  padding-left: 0.3rem;
}
.nibox-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.04rem;
  background-color: #641c78;
}
.nibox-title .zh {
  color: #000000;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.nibox-title .en {
  font-family: "gilroym";
  line-height: 1;
  color: #999999;
  font-weight: 500;
}
.nibox-title2::before {
  background-color: #ffffff;
}
.nibox-title2 .zh {
  color: #ffffff;
}
.nibox-title2 .en {
  color: #ffffff;
  opacity: 0.5;
}
.nibox-new {
  padding: 1.46rem 0 1.96rem;
  position: relative;
  overflow: hidden;
}
.nibox-new .nibox-tbox {
  border-bottom: 0 none;
}
.nibox-new-limg {
  position: absolute;
  left: 0;
  top: 0;
  width: 29%;
  bottom: 0;
  height: 100%;
}
.nibox-new-limg img {
  height: 100%;
  object-fit: cover;
}
.nibox-new-rimg {
  position: absolute;
  right: 0;
  top: 0;
  width: 71%;
  bottom: 0;
  height: 100%;
}
.nibox-new-rimg img {
  height: 100%;
  object-fit: cover;
}
.nitab-rbox {
  display: flex;
}
.nitab-rbox li {
  margin-left: 0.12rem;
}
.nitab-rbox li.active a {
  background: -webkit-linear-gradient(45deg, #7b0073, #120d69);
  background: -o-linear-gradient(45deg, #7b0073, #120d69);
  background: -moz-linear-gradient(45deg, #7b0073, #120d69);
  background: -ms-linear-gradient(45deg, #7b0073, #120d69);
  background: linear-gradient(45deg, #7b0073, #120d69);
  color: #ffffff;
}
.nitab-rbox li.active a::after {
  transform: translate(-50%, -50%) scale(15);
  opacity: 0;
}
.nitab-rbox a {
  position: relative;
  width: 1.98rem;
  height: 0.6rem;
  line-height: 0.6rem;
  overflow: hidden;
  text-align: center;
  display: block;
  font-size: 0.23rem;
  font-weight: bold;
  box-sizing: border-box;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 0.31rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nitab-rbox a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.nitab-rbox a:hover {
  background: -webkit-linear-gradient(45deg, #7b0073, #120d69);
  background: -o-linear-gradient(45deg, #7b0073, #120d69);
  background: -moz-linear-gradient(45deg, #7b0073, #120d69);
  background: -ms-linear-gradient(45deg, #7b0073, #120d69);
  background: linear-gradient(45deg, #7b0073, #120d69);
  color: #ffffff;
}
.nibox-newswiper {
  position: relative;
  overflow: hidden;
  margin-left: 12%;
  padding-bottom: 30px;
}
.nibox-onenew .swiper-slide {
  background-color: #ffffff;
  border-radius: 0 0 0 0.5rem;
  height: auto;
  overflow: hidden;
}
.nibox-onenew .swiper-slide:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  box-shadow: 0 6px 12px rgba(100, 28, 120, 0.26);
}
.nibox-onenew .swiper-slide:hover .t {
  color: #641c78;
}
.nibox-onenew .swiper-slide:hover .inew-more2 .txt {
  color: #ffffff;
}
.nibox-onenew .swiper-slide:hover .inew-more2::before {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(5);
  opacity: 1;
}
.nibox-onenew .imgbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 64%;
}
.nibox-onenew .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nibox-onenew .time {
  position: absolute;
  left: 0.22rem;
  top: 0;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(123, 0, 115, 0.9)), to(rgba(18, 13, 105, 0.9)));*/
  /*background: -webkit-linear-gradient(rgba(123, 0, 115, 0.9), rgba(18, 13, 105, 0.9));*/
  /*background: -ms-linear-gradient(rgba(123, 0, 115, 0.9), rgba(18, 13, 105, 0.9));*/
  /*background: linear-gradient(rgba(123, 0, 115, 0.9), rgba(18, 13, 105, 0.9));*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(123, 0, 115, 0.75)), to(rgba(18, 13, 105, 0.75)));
  background: -webkit-linear-gradient(rgba(123, 0, 115, 0.75), rgba(18, 13, 105, 0.75));
  background: -ms-linear-gradient(rgba(123, 0, 115, 0.75), rgba(18, 13, 105, 0.75));
  background: linear-gradient(rgba(123, 0, 115, 0.75), rgba(18, 13, 105, 0.75));
  text-align: center;
  /*padding: 0.1rem 0.08rem;*/
  padding: 0.04rem 0.06rem;
  color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nibox-onenew .day {
  display: block;
  /*font-size: 0.36rem;*/
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 1.1;
  font-family: 'gilroym';
}
.nibox-onenew .year {
  display: block;
  /*font-size: 12px;*/
  font-size: 11px;
  line-height: 1.4;
}
.nibox-onenew .desc {
  padding: 0.4rem 0.22rem 0.56rem;
}
.nibox-onenew .t {
  font-size: 0.22rem;
  line-height: 0.32rem;
  height: 0.96rem;
  overflow: hidden;
  color: #333333;
  margin-bottom: 0.26rem;
}
.inew-more2 {
  padding: 0 0.24rem;
  display: inline-flex;
  background-color: #dac8df;
  color: #641c78;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
.inew-more2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 0;
  height: 0;
  border-radius: 0.2rem;
  background-color: #641c78;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.inew-more2 .txt {
  position: relative;
}
.inew-more2:hover .txt {
  color: #ffffff;
}
.inew-more2:hover::before {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(5);
  opacity: 1;
}
.nswiper-arowbox {
  position: absolute;
  left: 0;
  top: 0.84rem;
  display: inline-flex;
}
.nswiper-arow {
  position: relative;
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: 500;
  color: #ffffff;
  box-sizing: border-box;
}
.nswiper-arow .ico {
  position: absolute;
  display: block;
  font-size: 0.22rem;
  line-height: 1;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nswiper-arow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: scale(0.6);
  opacity: 0;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nswiper-arow:hover {
  border-color: transparent;
  color: #641c78;
}
.nswiper-arow:hover::before {
  transform: scale(1);
  opacity: 1;
}
.nswiper-next {
  margin-left: 0.18rem;
}
.nibox-twonew .swiper-slide {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 0.05rem 0.3rem rgba(226, 230, 233, 0.5);
}
.nibox-twonew .swiper-slide:hover .t {
  color: #641c78;
}
.nibox-twonew .swiper-slide:hover .inew-more .ico {
  margin-left: 0.2rem;
}
.nibox-twonew .desc {
  padding: 0.3rem 0.18rem 0.44rem;
}
.nibox-twonew .type {
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.nibox-twonew .type .txt {
    
  background: -webkit-linear-gradient(45deg, #7b0073bf, #120d69bf);
  background: -o-linear-gradient(45deg, #7b0073bf, #120d69bf);
  background: -moz-linear-gradient(45deg, #7b0073bf, #120d69bf);
  background: -ms-linear-gradient(45deg, #7b0073bf, #120d69bf);
  background: linear-gradient(45deg, #7b0073bf, #120d69bf);
  /*background: -webkit-linear-gradient(45deg, #7b0073, #120d69);*/
  /*background: -o-linear-gradient(45deg, #7b0073, #120d69);*/
  /*background: -moz-linear-gradient(45deg, #7b0073, #120d69);*/
  /*background: -ms-linear-gradient(45deg, #7b0073, #120d69);*/
  /*background: linear-gradient(45deg, #7b0073, #120d69);*/
  display: inline-flex;
  padding: 0.04rem 0.16rem;
  line-height: 1.5;
  min-width: 0.84rem;
  justify-content: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 0.16rem;
  color: #ffffff;
}
.nibox-twonew .imgbox {
  margin-bottom: 0.3rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 64%;
}
.nibox-twonew .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nibox-twonew .t {
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.35rem;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.inew-more {
  display: inline-flex;
  align-items: center;
  color: #641c78;
  font-size: 14px;
}
.inew-more .ico {
  margin-left: 0.1rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nthree-item {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 0.22rem;
  padding: 0.3rem 0.25rem 0.4rem;
  box-shadow: 0 0.05rem 0.3rem rgba(226, 230, 233, 0.5);
}
.nthree-item .tbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}
.nthree-item .t {
  flex: 1;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.32rem;
  height: 0.96rem;
  overflow: hidden;
  color: #000000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nthree-item .time {
  margin-left: 0.14rem;
  padding-left: 0.18rem;
  padding-right: 0.08rem;
  line-height: 1.4;
  border-left: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: 'gilroym';
  color: #999999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nthree-item .day {
  font-size: 0.42rem;
  line-height: 1;
  margin-bottom: 0.05rem;
  color: #000000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nthree-item:hover .t,
.nthree-item:hover .time,
.nthree-item:hover .day {
  color: #641c78;
}
.nthree-item:hover .inew-more3 .txt {
  color: #641c78;
}
.nthree-item:hover .inew-more3 .ico path {
  stroke: #641c78;
}
.inew-more3 {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  padding: 0 17px 4px 0;
  font-size: 14px;
}
.inew-more3 .txt {
  color: #000000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.inew-more3 .ico {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.inew-more3 .ico path {
  stroke: #cccccc;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.inew-more3:hover .txt {
  color: #641c78;
}
.inew-more3:hover .ico path {
  stroke: #641c78;
}
.nibox-threenew .swiper-slide .nthree-item:last-child {
  margin-bottom: 0;
}
.nibox-fornew .swiper-slide {
  position: relative;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 3px 0.3rem rgba(0, 0, 0, 0.1);
}
.nibox-fornew .swiper-slide:hover .t {
  color: #641c78;
}
.nibox-fornew .swiper-slide:hover .inew-more .ico {
  margin-right: 0;
}
.nibox-fornew .imgbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 72%;
}
.nibox-fornew .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.nibox-fornew .desc {
  padding: 0.32rem 0.24rem 0.28rem;
}
.nibox-fornew .t {
  font-size: 0.24rem;
  line-height: 1.5;
  margin-bottom: 0.15rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nibox-fornew .bot {
  text-align: right;
}
.nibox-fornew .inew-more {
  font-size: 16px;
}
.nibox-fornew .inew-more .ico {
  font-weight: bold;
  margin-right: 0.1rem;
}
.nitab-newc {
  position: absolute;
  visibility: hidden;
  top: 0;
  opacity: 0;
  transform: translatey(6%);
  pointer-events: none;
}
.nitab-newc.active {
  position: relative;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translatey(0);
  transition-delay: 0.3s;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
}
.nibox-team {
  position: relative;
  padding-top: 0.72rem;
  background-color: #f2f5fc;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-warp-black {
  position: relative;
  margin-left: 1rem;
  height: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #641c78;
  color: #ffffff;
  border-radius: 0.25rem;
  padding: 0 0.22rem;
  line-height: 1;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translatex(10%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  animation: gomove 1.6s infinite forwards;
  -webkit-animation: gomove 1.6s infinite forwards;
}
.n-warp-black .iconfont {
  margin-right: 0.05rem;
  position: relative;
}
.n-warp-black::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.n-warp-black .txt {
  position: relative;
}
.n-warp-black:hover {
  background-color: #641c78;
  color: #ffffff;
}
.n-warp-black:hover::after {
  transform: translate(-50%, -50%) scale(15);
  opacity: 0;
}
@keyframes gomove {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-14px);
  }
  100% {
    transform: translatex(0px);
  }
}
.nwarp-active .n-warp-black {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: translatex(0);
}
.nwarp-active .n-content-box {
  position: relative;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  height: auto;
  /*min-height: 6.4rem;*/
  z-index: 2;
}
.nwarp-active .n-warp-box {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.n-warp-box {
  position: relative;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  width: 100%;
  /*padding-bottom: 0.5rem;*/
}
.n-content-box {
  position: absolute;
  visibility: hidden;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  z-index: -1;
  height: 0;
}
.nibox-rbox {
  flex: 1;
  font-family: "ysyr";
  letter-spacing: -0.202rem;
  text-align: right;
  color: #000000;
  font-weight: 500;
  margin-left: 8%;
  line-height: 1;
}
.nibox-rbox img {
  max-width: 100%;
}
.n-team-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.45rem;
}
.n-team-nav li {
  position: relative;
  width: 22%;
  margin-left: 2%;
  padding: 0.45rem 0;
  margin-top: 0.5rem;
  cursor: pointer;
  z-index: 1;
}
.n-team-nav li:nth-child(even) {
  margin-top: 1.18rem;
}
.n-team-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 90%;
  z-index: -2;
  border-radius: 0.12rem 0.12rem 0 0;
  opacity: 0;
  visibility: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#641c78), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(#641c78, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(#641c78, rgba(255, 255, 255, 0));
  background: linear-gradient(#641c78, rgba(255, 255, 255, 0));
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-team-nav li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 0.12rem 0.12rem 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  box-shadow: 0 -0.12rem 0.2rem rgba(0, 0, 0, 0.04);
}
.n-team-nav .ico {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  margin: 0 auto 0.25rem;
  position: relative;
  border-radius: 50%;
  border: 0.03rem solid #641c78;
  box-sizing: border-box;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-team-nav .ico img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 50%;
  max-height: 60%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-team-nav .ico .img2 {
  opacity: 1;
  visibility: hidden;
}
.n-team-nav .vbg {
  position: absolute;
  background: url(/uploads/image/simage/idy.svg) no-repeat scroll center center;
  background-size: cover;
  width: 126%;
  height: 126%;
  left: -13%;
  top: -13%;
}
.n-team-nav .t {
  color: #641c78;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  text-align: center;
}
.n-team-nav .txt {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.n-team-nav .c {
  color: #000000;
}
.n-team-nav .c p {
  position: relative;
  display: flex;
}
.n-team-nav .c p::before {
  content: "•";
  font-weight: bold;
  margin-right: 0.12rem;
}
@keyframes turnico {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.n-warp-more {
  position: relative;
  width: 146px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #641c78;
  color: #641c78;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
  font-size: 14px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-warp-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.n-warp-more .txt {
  position: relative;
}
.n-warp-more:hover {
  background-color: #641c78;
  color: #ffffff;
}
.n-warp-more:hover::after {
  transform: translate(-50%, -50%) scale(15);
  opacity: 0;
}
.n-sider-ul {
  width: 24%;
}
.n-sider-ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0.7rem;
  color: #000000;
  border-bottom: 1px solid #e8e8e8;
}
.n-sider-ul li:last-child {
  border-bottom: 0 none;
}
.n-sider-ul li::before {
  content: "";
  width: 100%;
  height: 0;
  background: #f3edf4;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: -1;
  background: -moz-linear-gradient(left, #7b0073, #120d69);
  background: -webkit-linear-gradient(left, #7b0073, #120d69);
  background: -o-linear-gradient(left, #7b0073, #120d69);
  background: -ms-linear-gradient(left, #7b0073, #120d69);
  background: linear-gradient(left, #7b0073, #120d69);
}
.n-sider-ul li::after {
  content: "";
  width: 100%;
  height: 0;
  background: #f3edf4;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: -1;
  background: url(/uploads/image/simage/iky.png) repeat;
  background-size: cover;
}
.n-sider-ul li.active {
  z-index: 1;
  color: #ffffff;
}
.n-sider-ul li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.n-sider-ul li.active::after {
  height: 100%;
  bottom: auto;
  top: 0;
}
.n-sider-ul li.active .ico {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}
.n-sider-ul .zh {
  line-height: 1.5;
}
.n-sider-ul .en {
  line-height: 1.2;
}
.n-sider-ul .ico {
  width: 0.9rem;
  height: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3edf4;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  color: #641c78;
}
.n-sider-ul .ico img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 60%;
}
.n-content-right {
  /*flex: 1;*/
  /*position: relative;*/
  /*width: 71%;*/
  /*overflow: hidden;*/
}
.techer-div{
    margin-bottom: 4%;
}
.n-content-item {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translatey(6%);
  height: 0;
  pointer-events: none;
}
.n-content-item.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translatey(0);
  height: auto;
  min-height: 6.4rem;
  pointer-events: all;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  z-index: 2;
}
.n-content-team {
  flex-direction: row-reverse;
  /*padding: 0.18rem 0 0.7rem;*/
  padding: 0.18rem 0 0.2rem;
}
.n-content-team .n-content-right {
  /*margin-left: 5%;*/
  /*width: 66%;*/
  width: 90%;
  margin: 0 auto;
}
.n-sider-team {
  margin-right: 5%;
  background: url(/uploads/image/simage/isdier_teambg.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.n-sider-team li {
  height: 25%;
  padding: 0 0.7rem;
}
.nteam-oneimg {
  width: 90%;
  position: relative;
}
.nteam-onejt {
  visibility: hidden;
}
.nteam-onegi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.nteam-conitem2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nteam-twonum {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  /*margin: 0.35rem 0;*/
  padding: 0.25rem 0;
  width: 90%;
  margin: 0.35rem auto;
}
.nteam-twonum::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(16px);
  border-radius: 10px;
  z-index: -1;
}
.nteam-twonum li {
  border-left: 1px solid #d5daed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
}
.nteam-twonum li:first-child {
  border-left: 0 none;
}
.nteam-twonum .num {
  background-image: -webkit-gradient(#916ce8, #b59bf3);
  background-image: -ms-linear-gradient(#916ce8, #b59bf3);
  background-image: linear-gradient(#916ce8, #b59bf3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "opposans";
  letter-spacing: -0.03rem;
}
.nteam-twonum .title {
  line-height: 1;
  font-weight: normal;
}
.nteam-twonum .dw {
  color: #737373;
  padding-left: 0.05rem;
}
.nteam-twonum .zw {
  color: #333333;
  font-weight: 500;
}
.nteam-twoswiper {
  position: relative;
  overflow: hidden;
  /*width: 90%;*/
}
.nteam-twoswiper .swiper-slide {
  height: auto;
  position: relative;
}
.nteam-twoswiper .imgbox {
  width: 100%;
  /*padding-bottom: 100%;*/
  padding-bottom: 140%;
  /*border-radius: 50%;*/
}
.nteam-twoswiper .imgbox img {
  /*border-radius: 50%;*/
}
.nteam-twoswiper .desc {
  text-align: center;
  color: #000000;
}
.nteam-twoswiper .title {
  margin: 0.28rem 0;
  padding-bottom: 0.1rem;
  position: relative;
  line-height: 1.5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nteam-twoswiper .title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 0;
  width: 0.5rem;
  height: 2px;
  background-color: #ab32fd;
}
.nteam-twoswiper .c {
  line-height: 1.5;
}
.nteam-threebox {
  width: 90%;
  overflow: hidden;
}
.nteam-three-list {
  display: flex;
  margin-left: -1.33%;
  padding-top: 0.4rem;
}
.nteam-three-list li {
  position: relative;
  width: 32%;
  margin-left: 1.33%;
  margin-bottom: 0.12rem;
}
.nteam-three-list .imgbox {
  position: relative;
  padding-bottom: 79%;
  overflow: hidden;
}
.nteam-three-list .imgbox .imgw {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.nteam-three-list .imgbox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 28, 120, 0)), to(#641c78));
  background: -webkit-linear-gradient(rgba(100, 28, 120, 0), #641c78);
  background: -ms-linear-gradient(rgba(100, 28, 120, 0), #641c78);
  background: linear-gradient(rgba(100, 28, 120, 0), #641c78);
}
.nteam-three-list .desc {
  display: flex;
  justify-content: space-between;
  padding: 0.22rem 0;
}
.nteam-three-list .ico {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  color: #b235f5;
  margin-right: 0.13rem;
  margin-top: 0.02rem;
}
.nteam-three-list .ico img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  object-fit: contain;
}
.nteam-three-list .title {
  line-height: 1.5;
  flex: 1;
  color: #000000;
}
.nteam-three-list .more {
  width: 0.36rem;
  height: 0.36rem;
  display: block;
  border: 1px solid #b235f5;
  color: #b235f5;
  border-radius: 50%;
  line-height: 0.36rem;
  text-align: center;
  margin-left: 3%;
  box-sizing: border-box;
  opacity: 0;
  transform: translatex(-10px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nteam-three-list .linka {
  z-index: 2;
}
.nteam-threenum {
  width: 90%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 0.25rem;
  border-top: 1px solid #e4e4eb;
  padding-top: 0.45rem;
}
.nteam-threenum dd {
  position: relative;
  padding: 0 0.08rem;
  border-left: 1px solid #e4e4eb;
  width: 25%;
  color: #000000;
  box-sizing: border-box;
}
.nteam-threenum dd:first-child {
  border-left: 0 none;
}
.nteam-threenum .num {
  line-height: 1.1;
  background-image: -webkit-gradient(#916ce8, #b59bf3);
  background-image: -ms-linear-gradient(#916ce8, #b59bf3);
  background-image: linear-gradient(#916ce8, #b59bf3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "opposans";
  letter-spacing: -0.03rem;
}
.nteam-threenum .txt {
  line-height: 1.5;
}
.nteam-for-list {
  width: 92%;
  display: flex;
  flex-wrap: wrap;
}
.nteam-for-list li {
  width: 47%;
  margin-right: 3%;
  margin-top: 0.4rem;
}
.nteam-for-list .imgbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 48%;
}
.nteam-for-list .img1 {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nteam-for-list .img2 {
  opacity: 0;
  transform: scale(1.02) rotate(0.1deg);
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.nteam-for-list .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 86%;
  height: 100%;
  padding-left: 14%;
  background: -webkit-linear-gradient(120deg, #9c7fed 5%, rgba(230, 230, 244, 0) 60%);
  background: -o-linear-gradient(120deg, #9c7fed 5%, rgba(230, 230, 244, 0) 60%);
  background: -moz-linear-gradient(120deg, #9c7fed 5%, rgba(230, 230, 244, 0) 60%);
  background: -ms-linear-gradient(120deg, #9c7fed 5%, rgba(230, 230, 244, 0) 60%);
  background: linear-gradient(120deg, #9c7fed 5%, rgba(230, 230, 244, 0) 60%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.nteam-for-list .title {
  color: #262626;
  line-height: 1.2;
  margin-bottom: 0.15rem;
  padding-top: 0.42rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nteam-for-list .c {
  color: #595959;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nteam-for-list .c p {
  position: relative;
  display: flex;
}
.nteam-for-list .c p::before {
  content: "•";
  font-weight: bold;
  margin-right: 0.12rem;
}
.nibox-technological {
  position: relative;
  padding-top: 0.72rem;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.nibox-technological .n-content-right {
  width: 72%;
}
.nibox-technological .n-content-item {
  width: auto;
  padding: 0 7% 0 5%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.n-warp-technological {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.n-technological-nav {
  width: 27%;
}
.n-technological-nav li {
  position: relative;
  padding: 0.3rem 0.9rem 0.3rem 0.5rem;
  margin-bottom: 0.6rem;
  min-height: 2.1rem;
  cursor: pointer;
  color: #000000;
  z-index: 1;
}
.n-technological-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 90%;
  z-index: -2;
  border-radius: 0.7rem 0.7rem 0 0;
  opacity: 0;
  visibility: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#641c78), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(#641c78, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(#641c78, rgba(255, 255, 255, 0));
  background: linear-gradient(#641c78, rgba(255, 255, 255, 0));
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-technological-nav li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.06rem 0.45rem rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.7rem;
  z-index: -1;
}
.n-technological-nav li:first-child .icobox {
  top: 0.07rem;
}
.n-technological-nav li:first-child .imgico {
  top: 0.072rem;
}
.n-technological-nav li:last-child {
  margin-bottom: 0;
}
.n-technological-nav li:last-child .icobox {
  bottom: 0.07rem;
}
.n-technological-nav li:last-child .imgico {
  bottom: 0.374rem;
}
.n-technological-nav .icobox {
  position: absolute;
  padding: 0.1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#7b0073), to(#120d69));
  background: -webkit-linear-gradient(#7b0073, #120d69);
  background: -ms-linear-gradient(#7b0073, #120d69);
  background: linear-gradient(#7b0073, #120d69);
  -webkit-mask-image: url(/uploads/image/simage/dj.svg);
  mask-image: url(/uploads/image/simage/dj.svg);
  -webkit-mask-size: cover;
  mask-image: cover;
  filter: drop-shadow(0 0.03rem 0.26rem rgba(0, 0, 0, 0.45));
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-technological-nav .icobox .i {
  display: block;
  width: 1.13rem;
  height: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  background-color: #ffffff;
  -webkit-mask-image: url(/uploads/image/simage/dj.svg);
  mask-image: url(/uploads/image/simage/dj.svg);
  -webkit-mask-size: cover;
  mask-image: cover;
  color: #641c78;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-technological-nav .imgico {
  width: 1.53rem;
  position: absolute;
}
.n-technological-nav .imgico img {
  position: relative;
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-technological-nav .imgico .img1 {
  filter: drop-shadow(0 0.03rem 0.26rem rgba(0, 0, 0, 0.45));
}
.n-technological-nav .imgico .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  filter: drop-shadow(0 0.03rem 0.26rem rgba(100, 28, 120, 0.45));
}
.n-technological-nav .xt {
  position: absolute;
  width: 1.9rem;
  height: 2rem;
}
.n-technological-nav .tbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.12rem;
}
.n-technological-nav .tbox .num {
  width: 0.46rem;
  height: 0.46rem;
  background-color: #000000;
  border-radius: 50%;
  line-height: 0.46rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-technological-nav .tbox .t {
  flex: 1;
  margin-left: 0.1rem;
  line-height: 1.5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-technological-nav .c p {
  position: relative;
  display: flex;
  line-height: 1.5;
  margin-bottom: 0.05rem;
}
.n-technological-nav .c p::before {
  content: "•";
  font-weight: bold;
  margin-right: 0.12rem;
}
.n-technological-navl .icobox {
  right: -0.76rem;
}
.n-technological-navl .imgico {
  right: -0.787rem;
}
.n-technological-navl li:first-child .xt {
  border-top: 2px solid #c9c9c9;
  border-right: 2px solid #c9c9c9;
  border-radius: 0 0.5rem 0 0;
  left: 90%;
  top: 50%;
}
.n-technological-navl li:last-child .xt {
  border-bottom: 2px solid #c9c9c9;
  border-right: 2px solid #c9c9c9;
  border-radius: 0 0 0.5rem 0;
  left: 90%;
  bottom: 50%;
}
.n-technological-navr li {
  padding: 0.3rem 0.5rem 0.3rem 1rem;
}
.n-technological-navr .icobox {
  left: -0.76rem;
}
.n-technological-navr .imgico {
  left: -0.796rem;
}
.n-technological-navr li:first-child .xt {
  border-top: 2px solid #c9c9c9;
  border-left: 2px solid #c9c9c9;
  border-radius: 0.5rem 0 0 0;
  right: 90%;
  top: 50%;
}
.n-technological-navr li:last-child .xt {
  border-bottom: 2px solid #c9c9c9;
  border-left: 2px solid #c9c9c9;
  border-radius: 0 0 0 0.5rem;
  right: 90%;
  bottom: 50%;
}
.n-technological-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25.1744%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 2;
}
.n-technological-img img {
  width: 100%;
  display: block;
}
.n-technological-img .ibgimg {
  visibility: hidden;
}
.n-technological-img .img {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
}
.n-technological-img .img.hov {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.n-content-technological {
  padding-bottom: 0.7rem;
}
.n-sider-technological {
  margin-left: 5%;
  width: 23%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.n-sider-technological li {
  padding: 0 0.1rem 0 0.22rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
  height: 25%;
}
.n-sider-technological .ico {
  margin-right: 0.26rem;
}
.ntech-onetxt {
  line-height: 1.5;
  padding: 0.42rem 0 0.24rem;
  font-weight: 500;
}
.ntech-onelist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}
.ntech-onelist dl {
  margin-bottom: 0.2rem;
  box-sizing: border-box;
  border: 1px solid #641c78;
  margin-left: 2%;
  background-color: #f3edf4;
}
.ntech-onelist dt {
  background-color: #641c78;
  color: #ffffff;
  text-align: center;
  padding: 0.1rem;
  line-height: 1.4;
}
.ntech-onelist dd {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.ntech-onelist .item {
  position: relative;
  padding: 0.35rem 0.1rem;
  box-sizing: border-box;
}
.ntech-onelist .item:hover .ico {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}
.ntech-onelist .item:hover .title {
  color: #333333;
}
.ntech-onelist .ico {
  width: 0.52rem;
  height: 0.52rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0.15rem;
}
.ntech-onelist .ico img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ntech-onelist .title {
  line-height: 1.4;
  color: #641c78;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ntech-onedl1 {
  width: 78%;
}
.ntech-onedl1 .item {
  width: 25%;
}
.ntech-onedl2 {
  width: 18%;
}
.ntech-onedl2 .item {
  width: 100%;
}
.ntech-onedl3 {
  width: 100%;
}
.ntech-onedl3 .item {
  width: 33.33%;
}
.ntech-onedl4 {
  width: 38%;
}
.ntech-onedl4 .item {
  width: 50%;
}
.ntech-twoul ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
}
.ntech-twoul li {
  position: relative;
  margin-left: 1%;
  margin-bottom: 0.1rem;
}
.ntech-twoul .t {
  line-height: 1.5;
  padding: 0.1rem 0;
  text-align: center;
  color: #641c78;
}
.ntech-twoul .imgbox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 28, 120, 0)), to(#641c78));
  background: -webkit-linear-gradient(rgba(100, 28, 120, 0), #641c78);
  background: -ms-linear-gradient(rgba(100, 28, 120, 0), #641c78);
  background: linear-gradient(rgba(100, 28, 120, 0), #641c78);
}
.ntech-twoul1 {
  padding-top: 0.55rem;
}
.ntech-two-list1 li {
  width: 24%;
}
.ntech-twoul2 {
  padding-bottom: 0.32rem;
}
.ntech-two-list2 li {
  width: 19%;
}
.ntech-threetxt {
  line-height: 1.5;
  padding: 0.42rem 0;
  font-weight: 500;
}
.nibox-technological .ntech-conitem3 {
  padding: 0;
  background-color: #ffffff;
}
.nibox-technological .ntech-conitem3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #e8e8e8;
}
.ntech-threetbox {
  padding: 0 7% 0.6rem 5%;
}
.ntech-threenav {
  display: flex;
}
.ntech-threenav a {
  box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: 0.26rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.3rem;
  font-size: 0.2rem;
  font-weight: bold;
  margin-right: 0.16rem;
  color: #000000;
}
.ntech-threenav a.active {
  background: -webkit-linear-gradient(45deg, #811ec1, #4521e1);
  background: -o-linear-gradient(45deg, #811ec1, #4521e1);
  background: -moz-linear-gradient(45deg, #811ec1, #4521e1);
  background: -ms-linear-gradient(45deg, #811ec1, #4521e1);
  background: linear-gradient(45deg, #811ec1, #4521e1);
  color: #ffffff;
  border-color: transparent;
}
.ntech-threeswiper {
  margin: 0 7% 0 5%;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.ntech-threeswiper.active {
  animation: lightspeedin 0.6s forwards;
}
.ntech-threeswiper .swiper-slide {
  position: relative;
}
.ntech-threeswiper .type {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.04rem 0.14rem;
  font-size: 12px;
  background-color: #e8e8e8;
  min-width: 0.52rem;
  text-align: center;
}
.ntech-threeswiper .imgbox {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ntech-threeswiper .imgbox::before {
  content: "";
  position: absolute;
  border: 1px solid #e8e8e8;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ntech-threeswiper .desc {
  padding: 0.2rem 0.24rem;
  line-height: 1.5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ntech-threeswiper .title {
  color: #666666;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
.ntech-threeswiper .c {
  color: #999999;
}
.ntech-fortxt {
  padding: 0.42rem 0 0.2rem;
}
.ntech-forswiper {
  position: relative;
  overflow: hidden;
  margin: 0 8%;
}
.ntech-forswiper .swiper-slide {
  position: relative;
  opacity: 0.6;
}
.ntech-forswiper .linka {
  z-index: 2;
}
.ntech-forswiper .swiper-slide-active {
  opacity: 1;
}
.ntech-forline {
  position: relative;
  margin-top: -0.3rem;
}
.ntech-forbox {
  position: relative;
}
.ntech-fordesc {
  text-align: center;
  color: #000000;
  line-height: 1.5;
  padding-bottom: 0.32rem;
}
.nswiper-arow2 {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  z-index: 500;
  color: #641c78;
  box-sizing: border-box;
  background-color: #dac8df;
}
.nswiper-arow2 .ico {
  position: absolute;
  display: block;
  font-size: 0.2rem;
  line-height: 1;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nswiper-arow2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #641c78;
  transform: scale(0.6);
  opacity: 0;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nswiper-arow2:hover {
  color: #ffffff;
}
.nswiper-arow2:hover::before {
  transform: scale(1);
  opacity: 1;
}
.nswiper-prev2 {
  left: 0;
}
.nswiper-next2 {
  right: 0;
}
.nibox-industrial {
  padding-top: 0.72rem;
}
.n-industrial-nav {
  position: relative;
  padding-top: 0.6rem;
  margin-bottom: 0.86rem;
}
.n-industrial-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.n-industrial-nav li {
  position: relative;
  width: 20%;
  background: -webkit-linear-gradient(45deg, #ffffff, #e8ecf5);
  background: -o-linear-gradient(45deg, #ffffff, #e8ecf5);
  background: -moz-linear-gradient(45deg, #ffffff, #e8ecf5);
  background: -ms-linear-gradient(45deg, #ffffff, #e8ecf5);
  background: linear-gradient(45deg, #ffffff, #e8ecf5);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 0.06rem 0.12rem rgba(0, 0, 0, 0.08);
  margin-bottom: 0.96rem;
  cursor: pointer;
}
.n-industrial-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, #7b0073, #120d69);
  background: -o-linear-gradient(45deg, #7b0073, #120d69);
  background: -moz-linear-gradient(45deg, #7b0073, #120d69);
  background: -ms-linear-gradient(45deg, #7b0073, #120d69);
  background: linear-gradient(45deg, #7b0073, #120d69);
  opacity: 0;
  border-radius: 12px 12px 0 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-industrial-nav .ico {
  color: #641c78;
  line-height: 1;
}
.n-industrial-nav .ico i {
  display: inline-flex;
}
.n-industrial-nav .title {
  line-height: 1.4;
  margin: 0.18rem 0 0.22rem;
}
.n-industrial-nav .desc {
  position: relative;
  padding: 0.34rem 0.3rem 0.5rem;
  color: #000000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-industrial-nav .c p {
  position: relative;
  display: flex;
  line-height: 1.5;
  margin-bottom: 0.05rem;
}
.n-industrial-nav .c p::before {
  content: "•";
  font-weight: bold;
  margin-right: 0.12rem;
}
.n-industrial-nav .bot {
  position: absolute;
  left: 0;
  top: 100%;
  width: 30%;
}
.n-industrial-nav .bot img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-industrial-nav .bot .img1 {
  filter: drop-shadow(0 0.06rem 0.12rem rgba(0, 0, 0, 0.08));
}
.n-industrial-nav .bot .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: drop-shadow(0 0.06rem 0.12rem rgba(100, 28, 120, 0.08));
}
.n-industrial-nav .yd {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 28%;
  bottom: -0.96rem;
  z-index: 2;
}
.n-industrial-nav .yd::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #641c78;
  border-radius: 50%;
  z-index: 1;
}
.n-industrial-nav .yd::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(218, 200, 224, 0.49);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.n-industrial-bot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  border-radius: 10px;
  background-color: rgba(218, 200, 224, 0.49);
}
.n-content-industrial {
  padding: 0.2rem 0 0.7rem;
  flex-direction: row-reverse;
}
.n-content-industrial .n-sider-ul {
  margin-right: 5%;
}
.n-content-industrial .n-content-right {
  background-color: rgba(255, 255, 255, 0.7);
}
.n-content-industrial .n-content-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.n-sider-industrial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.n-sider-industrial li {
  height: 25%;
  padding: 0 0.4rem;
}
.nindustrial-swiper {
  margin-left: 7%;
  margin-right: 5%;
  position: relative;
  overflow: hidden;
}
.nindustrial-swiper .swiper-slide {
  position: relative;
  padding: 0.7rem 0 0;
  height: auto;
}
.nindustrial-swiper.active {
  animation: lightspeedin 0.6s forwards;
}
.nindustrial-desc {
  color: #641c78;
  text-align: center;
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
.nindustrial-onelist1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nindustrial-onelist1 li {
  margin: 0 2.5% 2%;
  text-align: center;
  color: #000000;
  max-width: 20.08%;
}
.nindustrial-onelist1 li:nth-child(3) {
  max-width: 17.6569%;
}
.nindustrial-onelist1 .t {
  margin-bottom: 0.15rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nindustrial-onelist2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 0.4rem;
}
.nindustrial-onelist2 li {
  width: 23%;
  text-align: center;
  color: #000000;
  margin: 4% 1% 0;
}
.nindustrial-onelist2 .t {
  line-height: 1.5;
}
.nindustrial-onelist2 .imgbox {
  box-shadow: 0 0.05rem 0.1rem rgba(162, 162, 162, 0.16);
  margin: 0.1rem 0;
}
.nindustrial-onelist3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nindustrial-onelist3 li {
  width: 29.33%;
  padding: 0 2%;
  margin-bottom: 2%;
}
.nindustrial-onelist3 .imgbox {
  box-shadow: 0 0.05rem 0.3rem rgba(30, 30, 30, 0.16);
  margin: 0 auto 0.2rem;
  width: 62%;
}
.nindustrial-onelist3 .t {
  text-align: center;
  line-height: 1.5;
}
.nindustrial-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 5% 0 7%;
}
.nindustrial-nav li {
  position: relative;
  width: 33.33%;
  color: #641c78;
  text-align: center;
  padding: 0.15rem 0;
  line-height: 1.5;
  cursor: pointer;
  z-index: 1;
}
.nindustrial-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, #587dbe, #854496);
  background: -o-linear-gradient(45deg, #587dbe, #854496);
  background: -moz-linear-gradient(45deg, #587dbe, #854496);
  background: -ms-linear-gradient(45deg, #587dbe, #854496);
  background: linear-gradient(45deg, #587dbe, #854496);
  opacity: 0.2;
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nindustrial-nav li.active {
  color: #ffffff;
}
.nindustrial-nav li.active::before {
  opacity: 1;
}
.nindustrial-twolist2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  color: #000000;
  line-height: 1.5;
}
.nindustrial-twolist2 li {
  width: 24%;
  margin-left: 1%;
  margin-bottom: 0.3rem;
}
.nindustrial-twolist2 .t {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nindustrial-twolist2 .imgbox {
  margin: 0.18rem 0 0.28rem;
  border: 0.06rem solid #ffffff;
  box-shadow: 0 0.05rem 0.2rem rgba(30, 30, 30, 0.16);
}
.nindustrial-twolist2 .name {
  color: #641c78;
}
.nindustrial-twolist3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  color: #000000;
}
.nindustrial-twolist3 li {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 0.2rem;
}
.nindustrial-twolist3 li:first-child {
  width: 48%;
}
.nindustrial-twolist3 .t {
  line-height: 1.5;
  margin: 0.18rem 0 0;
  text-align: center;
}
.nindustrial-threepc {
  display: flex;
  justify-content: space-around;
  color: #000000;
  align-items: center;
  padding: 0.4rem 0;
}
.nindustrial-threepc .imgbox,
.nindustrial-threepc .c {
  width: 44%;
}
.nindustrial-threepc .num {
  font-weight: bold;
  font-family: "gilroym";
  color: #641c78;
}
.nindustrial-conitem4 {
  background-position: center center;
  background-size: cover;
  min-height: 6.4rem;
}
.ibox-industrial-num {
  display: flex;
  padding: 0.2rem 0;
  flex-wrap: wrap;
}
.ibox-industrial-num li {
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 0.2rem;
}
.ibox-industrial-num .title {
  line-height: 1.4;
}
.ibox-industrial-num .dw {
  position: absolute;
  font-weight: normal;
}
.nitech-more {
  width: 1.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 1px solid #641c78;
  display: block;
  border-radius: 0.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #641c78;
  overflow: hidden;
}
.nitech-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.nitech-more:hover {
  background: -webkit-linear-gradient(45deg, #7b0073, #120d69);
  background: -o-linear-gradient(45deg, #7b0073, #120d69);
  background: -moz-linear-gradient(45deg, #7b0073, #120d69);
  background: -ms-linear-gradient(45deg, #7b0073, #120d69);
  background: linear-gradient(45deg, #7b0073, #120d69);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.nitech-more:hover .ico {
  margin-left: 0.2rem;
}
.nitech-more:hover::after {
  transform: translate(-50%, -50%) scale(15);
  opacity: 0;
}
.nitech-more .ico {
  margin-left: 0.1rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nitech-more2 {
  color: #ffffff;
  border-color: #ffffff;
}
.nindustrial-fordesc {
  padding: 1.5rem 5% 0.8rem 1.5rem;
  color: #ffffff;
  width: 3rem;
}
.nindustrial-fordesc .ptitle {
  line-height: 1.5;
}
.nindustrial-num {
  display: flex;
  padding: 0.3rem 0;
  flex-wrap: wrap;
}
.nindustrial-num li {
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 0.2rem;
}
.nindustrial-num .title {
  line-height: 1.5;
}
.nibox-cooperation {
  padding-top: 0.72rem;
}
.n-cooperation-nav {
  padding: 0.6rem 0;
}
.n-cooperation-nav li {
  display: flex;
  justify-content: space-between;
  margin-bottom: -3%;
}
.n-cooperation-nav .item {
  position: relative;
  width: 51%;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.n-cooperation-nav .tbox {
  position: absolute;
  width: 34%;
  text-align: center;
  color: #ffffff;
  bottom: 16%;
  height: 84%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.n-cooperation-nav .ico {
  line-height: 1;
}
.n-cooperation-nav .title {
  line-height: 1.2;
  margin-top: 0.05rem;
}
.n-cooperation-nav .desc {
  color: #000000;
  display: flex;
  align-items: center;
  min-height: 0.88rem;
  background-color: #ffffff;
  line-height: 1.5;
}
.n-cooperation-nav li:nth-child(odd) {
  flex-direction: row-reverse;
}
.n-cooperation-nav li:nth-child(odd) .desc {
  padding: 0.74rem 44% 0.74rem 18%;
  background: url(/uploads/image/simage/icoo_d.svg) no-repeat scroll left bottom;
  background-size: auto 100%;
  border-radius: 0 0 30% 0;
}
.n-cooperation-nav li:nth-child(odd) .tbox {
  right: 0;
  padding-left: 5%;
  border-radius: 0 0 12% 0;
  background: url(/uploads/image/simage/icoo_t.svg) no-repeat scroll left bottom;
  background-size: auto 100%;
}
.n-cooperation-nav li:nth-child(even) .desc {
  padding: 0.74rem 18% 0.74rem 44%;
  background: url(/uploads/image/simage/icoo_d2.svg) no-repeat scroll right bottom;
  background-size: auto 100%;
  border-radius: 0 0 0 30%;
}
.n-cooperation-nav li:nth-child(even) .tbox {
  left: 0;
  padding-right: 5%;
  border-radius: 0 0 0 12%;
  background: url(/uploads/image/simage/icoo_t2.svg) no-repeat scroll right bottom;
  background-size: auto 100%;
}
.nibox-cooperation .n-content-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 2, 109, 0.85)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(52, 2, 109, 0.85), rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(rgba(52, 2, 109, 0.85), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(52, 2, 109, 0.85), rgba(255, 255, 255, 0));
  opacity: 0.2;
  pointer-events: none;
}
.nibox-cooperation .n-content-item {
  padding: 0.7rem 7% 0.54rem 5%;
}
.n-sider-cooperation {
  margin-left: 5%;
}
.n-sider-cooperation li {
  background-color: rgba(251, 251, 251, 0.5);
  padding: 0.3rem 0.6rem;
}
.ncooperation-oneswiper {
  position: relative;
  overflow: hidden;
}
.ncooperation-oneswiper .swiper-slide {
  position: relative;
}
.ncooperation-oneswiper .timebox {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.1rem;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(123, 0, 115, 0.9)), to(rgba(18, 13, 105, 0.9)));
  background: -webkit-linear-gradient(rgba(123, 0, 115, 0.9), rgba(18, 13, 105, 0.9));
  background: -ms-linear-gradient(rgba(123, 0, 115, 0.9), rgba(18, 13, 105, 0.9));
  background: linear-gradient(rgba(123, 0, 115, 0.9), rgba(18, 13, 105, 0.9));
  color: #ffffff;
}
.ncooperation-oneswiper .timebox span {
  display: block;
}
.ncooperation-oneswiper .year {
  font-size: 12px;
}
.ncooperation-oneswiper .t {
  position: relative;
  padding-left: 0.13rem;
  color: #333333;
  line-height: 1.5;
  margin: 0.24rem 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ncooperation-oneswiper .t::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.04rem;
  height: 100%;
  background-color: #641c78;
}
.ncooperation-oneswiper .imgbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 85%;
}
.ncooperation-oneswiper .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cooswiper-arowbox {
  margin-top: 0.54rem;
  display: flex;
}
.cooswiper-arowbox .nswiper-arow {
  border-color: #999999;
  color: #999999;
}
.cooswiper-arowbox .nswiper-arow::before {
  background: -webkit-linear-gradient(-45deg, #120d69, #7b0073);
  background: -o-linear-gradient(-45deg, #120d69, #7b0073);
  background: -moz-linear-gradient(-45deg, #120d69, #7b0073);
  background: -ms-linear-gradient(-45deg, #120d69, #7b0073);
  background: linear-gradient(-45deg, #120d69, #7b0073);
}
.cooswiper-arowbox .nswiper-arow:hover {
  border-color: transparent;
}
.cooswiper-arowbox .nswiper-arow:hover .ico {
  color: #ffffff;
}
.cooswiper-arowbox .ico {
  font-size: 0.24rem;
}
.ncooperation-twoswiper {
  position: relative;
  overflow: hidden;
}
.ncooperation-twoswiper .swiper-slide {
  position: relative;
  color: #333333;
}
.ncooperation-twoswiper .imgbox {
  margin-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 73%;
}
.ncooperation-twoswiper .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.ncooperation-twoswiper .t {
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
}
.ncooperation-twoswiper .time {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.ncooperation-twoswiper .time .ico {
  margin-right: 0.1rem;
  font-size: 18px;
  line-height: 1.5;
}
.ncoo-logobox {
  padding-bottom: 0.8rem;
}
.ncoo-logo {
  position: relative;
  display: flex;
  overflow: hidden;
}
.ncoo-logo:last-child {
  margin-bottom: 0;
}
.ncoo-logo dd {
  animation: rolling 20s linear infinite;
  animation-play-state: running;
  display: flex;
  padding: 0.15rem 0;
}
.ncoo-logo a {
  display: flex;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 0.06rem 0.12rem rgba(0, 0, 0, 0.08);
  height: 1.02rem;
  position: relative;
  padding: 0 0.22rem;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  overflow: hidden;
}
.ncoo-logo a img {
  max-height: 80%;
}
.page-warpbox .ncoo-logo {
  -webkit-mask: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), #000000 6%, #000000 94%, rgba(0, 0, 0, 0));
  mask: linear-gradient(90deg, rgba(0, 0, 0, 0), #000000 6%, #000000 94%, rgba(0, 0, 0, 0));
}
.ncoo-logo2 dd {
  animation: rolling2 20s linear infinite;
}
@keyframes rolling {
  from {
    transform: translatex(0);
  }
  to {
    transform: translatex(-100%);
  }
}
@keyframes rolling2 {
  from {
    transform: translatex(-100%);
  }
  to {
    transform: translatex(0);
  }
}
.base-swiper .txt {
  padding: 0.1rem 0;
  line-height: 1.5;
  color: #641c78;
}
.popular-ptitle {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.12rem;
  align-items: center;
  position: relative;
  margin-bottom: 0.5rem;
}
.popular-ptitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: -moz-linear-gradient(left, #713c93, #5f6fb4);
  background: -webkit-linear-gradient(left, #713c93, #5f6fb4);
  background: -o-linear-gradient(left, #713c93, #5f6fb4);
  background: -ms-linear-gradient(left, #713c93, #5f6fb4);
  background: linear-gradient(left, #713c93, #5f6fb4);
}
.popular-ptitle .name {
  color: #333333;
  position: relative;
  padding-left: 0.3rem;
}
.popular-ptitle .name::before {
  content: "";
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 2px solid #641c78;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.popular-ptitle .more {
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.popular-ptitle .more:hover {
  color: #7b0073;
}
.popularscience-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2.5%;
  margin-left: -2%;
}
.popularscience-list li {
  width: 48%;
  margin-top: 2.5%;
  margin-left: 2%;
  position: relative;
  cursor: pointer;
}
.popularscience-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.popularscience-list li:hover {
  box-shadow: 0 0.03rem 0.3rem rgba(159, 159, 159, 0.16);
}
.popularscience-list li:hover::before {
  border-color: #641c78;
}
.popularscience-list li:hover .t {
  color: #641c78;
}
.popularscience-list .item {
  padding: 0.15rem;
  display: flex;
}
.popularscience-list .imgbox {
  width: 45%;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.popularscience-list .imgbox img {
  height: 100%;
  object-fit: cover;
}
.popularscience-list .t {
  color: #333333;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.popularvideo-list .imgbox {
  position: relative;
}
.popularvideo-list .imgbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
}
.popularvideo-list .vico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.44);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 28px;
  z-index: 10;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.popularvideo-list li:hover .vico {
  background-color: #ffffff;
  color: #000000;
}
.popular-yy-ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5%;
}
.popular-yy-ul li {
  margin-left: 5%;
  width: 45%;
  margin-bottom: 0.35rem;
}
.popular-yy-ul .popular-wi1 {
  width: 100%;
}
.popular-name {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0.1rem;
}
.popular-titem {
  position: relative;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  height: 0.48rem;
  display: flex;
  background-color: #ffffff;
}
.popular-txt {
  border: 0 none;
  padding: 0 0.2rem;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
.popular-se {
  -moz-appearance: none;
  appearance: none;
  padding-right: 0.6rem;
}
.popular-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: block;
  margin: 0px auto;
  height: 0;
  width: 0;
  border-top: 9px solid #999999;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translatey(-50%);
}
.popular-bot {
  display: flex;
  justify-content: center;
}
.popular-btn {
  color: #ffffff;
  width: 1.9rem;
  height: 0.56rem;
  border-radius: 0 0 0.25rem 0;
  text-align: center;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
}
.popular-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #713c93, #5f6fb4);
  background: -webkit-linear-gradient(left, #713c93, #5f6fb4);
  background: -o-linear-gradient(left, #713c93, #5f6fb4);
  background: -ms-linear-gradient(left, #713c93, #5f6fb4);
  background: linear-gradient(left, #713c93, #5f6fb4);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 0 0 0.25rem 0;
}
.popular-btn:hover {
  background: #641c78;
}
.popular-btn:hover::before {
  opacity: 0;
}
.popular-tsbox {
  padding: 0.35rem 0.2rem;
  background-color: #f4f4f4;
  border-radius: 0.15rem;
}



.brand-wrap{
    max-width: 1150px;
    margin-top: 20px;
    position: relative;
    /*top: 20px;*/
    margin: 10px auto;
    font-size: 20px;
    font-weight: 700;
    font-family: "汉仪旗黑50s", "helvetica neue", "helvetica", "arial", "sans-serif";
}
.brand-wrap-div{
    margin-top: 2%;
}
.brand-bg{
    width: 216px;
    position: absolute;
    left: 15px;
    top: 11px;
}
.brand{
    margin-left: 16px;
    border: 3px solid #7b0073;
    /*min-height: 140px;*/
    border-radius: 26px;
}
.brand .content{
    padding: 10px 10px 10px 220px;
    font-size: 0.7em;
    font-weight: 700;
    line-height: 2;
}
.brand .content p{
    /*height: 2em;*/
    line-height: 2em;
}

/*.ellipsis1{*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 1;*/
/*    -webkit-box-orient: vertical;*/
/*    word-break: break-all;*/
/*}*/
/*.ellipsis2{*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    word-break: break-all;*/
/*}*/
/*.ellipsis3{*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 4;*/
/*    -webkit-box-orient: vertical;*/
/*    word-break: break-all;*/
/*}*/
/*.ellipsis4{*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 4;*/
/*    -webkit-box-orient: vertical;*/
/*    word-break: break-all;*/
/*}*/

/*.teachico{*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    height: 100%;*/
/*    border-radius: 50%;*/
/*}*/
/*.n-team-nav .ico .teachico img {*/
/*  position: absolute;*/
/*  transform: translate(-50%, -50%);*/
/*  left: 50%;*/
/*  top: 68%;*/
/*  max-width: 100%;*/
  /*max-height: 60%;*/
/*  display: block;*/
/*  transition: 0.3s;*/
/*  -webkit-transition: 0.3s;*/
/*}*/