@charset "utf-8";
.ccolor1 {
  color: #04A45B;
}
.c333 {
  color: #333333;
}
.c666 {
  color: #666666;
}
.c999 {
  color: #999999;
}

@keyframes fadeInUp1 {
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp1 {
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

.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: #04A45B;
  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: #04A45B;
}
.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: #04A45B;
  opacity: 1;
}
.itab-rbox li {
  margin-left: 0.5rem;
}
.itab-rbox li.active a {
  color: #04A45B;
  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: #04A45B;
}
.ibox-oneNew .item:hover .inew-more {
  color: #04A45B;
}
.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: #04A45B;
}
.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: #04A45B;
}
.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: #04A45B;
  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: #04A45B;
}
.ibox-team-nav li::after {
  content: "";
  width: 0.08rem;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #04A45B;
  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(../img/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: #04A45B;
}
.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(../img/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: #04A45B;
}
.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: #04A45B;
}
.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: #04A45B;
}
.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 #04A45B;
  display: block;
  border-radius: 0.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #04A45B;
  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: #04A45B;
}
.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: #04A45B;
}
.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(../img/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: #04A45B;
  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: #04A45B;
}
.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: #04A45B;
}
.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: #04A45B;
}
.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(../index/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: 98%;
  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;
}
.foot-link {
  flex: 1;
  display: flex;
  margin-right: 5%;
}
.foot-link .fg {
  padding: 0 0.18rem;
}
.foot-link dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.sm-link {
  margin-left: 0.15rem;
}

.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(../img/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: #04A45B;
}
.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: #04A45B;
  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: #04A45B;
}
.siderNav-list .active > a {
  color: #04A45B;
  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: #04A45B;
}
.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: #04A45B;
}
.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: #04A45B;
}
.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: #04A45B;
  padding-bottom: 0.14rem;
}
.contact-desc .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 15%;
  height: 1px;
  background-color: #04A45B;
}
.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: #04A45B;
  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: #04A45B;
  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: #04A45B;
  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: #04A45B;
  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:20px 0; margin-top:20px;
}
.paging a {
  width:46px;
  height:46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  color: #999999;
  margin: 0 5px;
}
.paging a:hover {
  background-color: #04A45B;
  color: #ffffff;
}
.paging .active {
  background-color: #04A45B;
  color: #ffffff;
}
.paging .btn-item {
  border: 1px solid #BBBBBB;
  color: #AAAAAA;
  font-size:20px;
}
.paging .btn-item:hover {
  border-color: #04A45B;
}
.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: #04A45B;
  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: #04A45B;
  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: #04A45B;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.6s;
  z-index: -1;
}
.special-ul li:hover,
.special-ul li.active {
  color: #04A45B;
}
.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: 19%;
  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%;
}
.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(../img/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: #04A45B;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.team-ajax .type {
  color: #04A45B;
  line-height: 1.4;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #04A45B;
  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: #04A45B;
}
.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(../img/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: #04A45B;
}
.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: #04A45B;
  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 #04A45B;
  padding: 8px 20px 8px 10px;
  border-radius: 28px;
  color: #04A45B;
  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 #04A45B;
  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: #04A45B;
  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: #04A45B;
}
.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(../img/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(../img/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: #04A45B;
  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: #04A45B;
}
.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: #04A45B;
  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: #04A45B;
  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: #04A45B;
  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: #04A45B;
  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: #04A45B;
  font-weight: bold;
}
.j-id3wz {
  flex: 1;
  margin-left: 15px;
}
.j-id3wz .j-id3t1 {
  display: block;
  color: #04A45B;
}
.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: #04A45B;
  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: 1.3rem;
}
/* jj end */
.nibox-tbox {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #999999;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
}
.nibox-title {
  position: relative;
  padding-left: 3rem;
}
.nibox-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.6rem;
  background-color: #009D4D;
}
.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: 6.6rem 0 5.6rem;
  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;
  left:0;
  right: 0;
  top: 0;
  width: 100%;
  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: 0%;
  padding-bottom: 30px;
}
.nibox-oneNew .swiper-slide {
  background: url(../images/titbg.jpg) right bottom no-repeat #ffffff;
  border-radius: 1.25rem;
  height:450px;
  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: #04A45B;
}
.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));
  text-align: center;
  padding: 0.1rem 0.08rem;
  color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nibox-oneNew .day {
  display: block;
  font-size: 0.36rem;
  font-weight: 500;
  line-height: 1.1;
  font-family: 'GILROYM';
}
.nibox-oneNew .year {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}
.nibox-oneNew .desc {
  padding: 3rem 2.2rem 5.6rem;
}
.nibox-oneNew .t {
  font-size: 2.2rem;
  line-height: 3.2rem;
  height: 4.6rem;
  overflow: hidden;
  color: #333333;
  margin-bottom: 0.26rem;
}
.inew-more2 {
  padding: 0 2.4rem;
  display: inline-flex;
  background-color: #DAC8DF;
  color: #04A45B;
  height: 4rem;
  line-height: 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: 2rem;
  background-color: #04A45B;
  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: 4.2rem;
  height:4.2rem;
  border: 1px solid #04A45B;
  border-radius: 50%;
  z-index: 500;
  color: #04A45B;
  box-sizing: border-box; margin-right:0.5rem
}
.nswiper-arow .ico {
  position: absolute;
  display: block;
  font-size:2.2rem;
  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: #04A45B;
  transform: scale(0.6);
  opacity: 0;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.nswiper-arow:hover {
  border-color: transparent;
  color: #fff;
}
.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.5rem 3rem rgba(226, 230, 233, 0.5);
}
.nibox-twoNew .swiper-slide:hover .t {
  color: #04A45B;
}
.nibox-twoNew .swiper-slide:hover .inew-more .ico {
  margin-left: 2rem;
}
.nibox-twoNew .desc {
  padding: 3rem 118rem 4.4rem;
}
.nibox-twoNew .type {
  overflow: hidden;
  margin-bottom: 3rem;
}
.nibox-twoNew .type .txt {
  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: #04A45B;
  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: #04A45B;
}
.nthree-item:hover .inew-more3 .txt {
  color: #04A45B;
}
.nthree-item:hover .inew-more3 .ico path {
  stroke: #04A45B;
}
.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: #04A45B;
}
.inew-more3:hover .ico path {
  stroke: #04A45B;
}
.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: #04A45B;
}
.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: 0rem;
  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: #04A45B;
  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: #04A45B;
  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: 6.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(#04A45B), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(#04A45B, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(#04A45B, rgba(255, 255, 255, 0));
  background: linear-gradient(#04A45B, 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 #04A45B;
  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(../index/idy.svg) no-repeat scroll center center;
  background-size: cover;
  width: 126%;
  height: 126%;
  left: -13%;
  top: -13%;
}
.n-team-nav .t {
  color: #04A45B;
  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 #04A45B;
  color: #04A45B;
  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: #04A45B;
  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(../img/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: #04A45B;
}
.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;
}
.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;
}
.n-content-team .n-content-right {
  margin-left: 5%;
  width: 66%;
}
.n-sider-team {
  margin-right: 5%;
  background: url(../index/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%;
}
.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%;
  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(#04A45B));
  background: -webkit-linear-gradient(rgba(100, 28, 120, 0), #04A45B);
  background: -ms-linear-gradient(rgba(100, 28, 120, 0), #04A45B);
  background: linear-gradient(rgba(100, 28, 120, 0), #04A45B);
}
.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: 5.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: 4rem;
}
.n-technological-nav {
  width: 27%;
}
.n-technological-nav li {
  position: relative;
  padding: 3rem 9rem 3rem 5rem;
  margin-bottom: 3rem;
  min-height: 25rem;
  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: 1.7rem 1.7rem 0 0;
  opacity: 0;
  visibility: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#04A45B), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(#04A45B, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(#04A45B, rgba(255, 255, 255, 0));
  background: linear-gradient(#04A45B, 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: 1.7rem;
  z-index: -1;
}
.n-technological-nav li:first-child .icobox {
  top: 0.7rem;
}
.n-technological-nav li:first-child .imgico {
  top: 0.72rem;
}
.n-technological-nav li:last-child {
  margin-bottom: 0;
}
.n-technological-nav li:last-child .icobox {
  bottom: 7.0rem;
}
.n-technological-nav li:last-child .imgico {
  bottom: 3.74rem;
}
.n-technological-nav .icobox {
  position: absolute;
  padding: 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(../index/dj.svg);
  mask-image: url(../index/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: 11.3rem;
  height: 12.rem;
  text-align: center;
  line-height: 12.0rem;
  background-color: #ffffff;
  -webkit-mask-image: url(../index/dj.svg);
  mask-image: url(../index/dj.svg);
  -webkit-mask-size: cover;
  mask-image: cover;
  color: #04A45B;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-technological-nav .imgico {
  width: 15.3rem;
  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.16rem rgba(0, 0, 0, 0.25));
}
.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.16rem rgba(100, 28, 120, 0.25));
}
.n-technological-nav .xt {
  position: absolute;
  width: 19rem;
  height: 20rem;
}
.n-technological-nav .tbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 01.2rem;
}
.n-technological-nav .tbox .num {
  width: 4.6rem;
  height: 4.6rem;
  background-color: #04A45B;
  border-radius: 50%;
  line-height: 4.6rem;
  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;
  color:#04A45B
}
.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: -7.6rem;
}
.n-technological-navl .imgico {
  right: -7.87rem;
}
.n-technological-navl li:first-child .xt {
  border-top: 2px solid #C9C9C9;
  border-right: 2px solid #C9C9C9;
  border-radius: 0 3rem 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 3rem 0;
  left: 90%;
  bottom: 50%;
}
.n-technological-navr li {
  padding: 3rem 5rem 3rem 10rem;
}
.n-technological-navr .icobox {
  left: -7.6rem;
}
.n-technological-navr .imgico {
  left: -7.96rem;
}
.n-technological-navr li:first-child .xt {
  border-top: 2px solid #C9C9C9;
  border-left: 2px solid #C9C9C9;
  border-radius: 3rem 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 3rem;
  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 #04A45B;
  margin-left: 2%;
  background-color: #F3EDF4;
}
.ntech-onelist dt {
  background-color: #04A45B;
  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: #04A45B;
  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: 58%;
}
.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: #04A45B;
}
.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(#04A45B));
  background: -webkit-linear-gradient(rgba(100, 28, 120, 0), #04A45B);
  background: -ms-linear-gradient(rgba(100, 28, 120, 0), #04A45B);
  background: linear-gradient(rgba(100, 28, 120, 0), #04A45B);
}
.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: -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: #04A45B;
  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: #04A45B;
  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: 5.2rem;
}
.n-industrial-nav {
  position: relative;
  padding-top: 0rem;
  margin-bottom: 8.6rem;
}
.n-industrial-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.n-industrial-nav li {
  position: relative;
  width: 23%;
  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.6rem 1.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, #0bab59, #037e40);
  background: -o-linear-gradient(45deg, #0bab59, #037e40);
  background: -moz-linear-gradient(45deg, #0bab59, #037e40);
  background: -ms-linear-gradient(45deg, #0bab59, #037e40);
  background: linear-gradient(45deg, #0bab59, #037e40);
  opacity: 0;
  border-radius: 12px 12px 0 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.n-industrial-nav .ico {
  color: #009D4D;
  line-height: 1;
}
.n-industrial-nav .ico i {
  display: inline-flex;
}
.n-industrial-nav .title {
  line-height: 1.4;
  margin: 1.18rem 0 2.22rem;
}
.n-industrial-nav .desc {
  position: relative;
  padding: 3.4rem 3rem 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.5rem;
}
.n-industrial-nav .c p::before {
  content: "•";
  font-weight: bold;
  margin-right: 1.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.6rem 1.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.6rem 1.12rem rgba(100, 28, 120, 0.08));
}
.n-industrial-nav .yd {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 28%;
  bottom: -9.6rem;
  z-index: 2;
}
.n-industrial-nav .yd::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #009D4D;
  border-radius: 50%;
  z-index: 1;
}
.n-industrial-nav .yd::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 157, 77, 0.29);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.n-industrial-bot {
  position: absolute;
  left: 0;
  bottom: -8.6rem;
  width: 100%;
  height: 9px;
  border-radius: 10px;
  background-color: rgba(0, 157, 77, 0.29);
}
.n-content-industrial {
  padding: 2.2rem 0 7.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: #04A45B;
  text-align: center;
  margin-bottom: 4.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: 1.15rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nindustrial-onelist2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 4.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.5rem 1.1rem rgba(162, 162, 162, 0.16);
  margin: 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: #04A45B;
  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: #04A45B;
}
.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: #04A45B;
}
.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 #04A45B;
  display: block;
  border-radius: 0.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #04A45B;
  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(../index/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(../index/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(../index/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(../index/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: #04A45B;
}
.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: #04A45B;
}
.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 #04A45B;
  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: #04A45B;
}
.popularScience-list li:hover .t {
  color: #04A45B;
}
.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: #04A45B;
}
.popular-btn:hover::before {
  opacity: 0;
}
.popular-tsbox {
  padding: 0.35rem 0.2rem;
  background-color: #F4F4F4;
  border-radius: 0.15rem;
}


.carousel-container {
            width: 100%;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }
        
        .carousel {
            display: flex;
            transition: transform 0.5s ease;
            margin: 0 -10px; /* 抵消item的margin */
        }
        
        .carousel-item {
            flex: 0 0 calc(100% / 3);
            padding: 0px;
            margin: 0 10px; /* 图片间距 */
			 transition: box-shadow 0.3s ease;
			   background: url(../images/titbg.jpg) right bottom no-repeat #ffffff;  border-radius: 12px; overflow:hidden
        }
        
        .carousel-link {
            display: block;
            text-decoration: none;
            color: inherit;
        }
        
        .carousel-item img {
            width: 100%;
            height: auto;
            display: block;
          
           
        }
        
        .carousel-item h3 {
            text-align: center;
            margin-top: 10px;
            font-size: 18px;
            color: #333;
			padding:15px 20px 25px;
          
        }
        
        .carousel-item:hover {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }
        
     
		 .carousel-item:hover  h3 {
   
            color: #04A45B;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
          
        }
        .carousel-controls {
          
			margin-top:10px;
            bottom: 0px;
            left: 20px;
            display: flex;
            gap: 10px;
        }
        
        .carousel-btn {
            background: none;
			border:1px #04A45B solid;
            color:#04A45B;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            transition: background 0.3s;
        }
        


        .carousel-btn:hover {
            background:#04A45B;
			 color:#FFF;
        }
        
        /* 改为DIV形式的按钮 */
        .carousel-nav {
            display: flex;
            gap: 10px;
        }
        
        .carousel-nav div {
            width: 40px;
            height: 40px;
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .carousel-nav div:hover {
            background: rgba(0, 0, 0, 0.8);
        }
        
        @media (max-width: 768px) {
            .carousel-item {
                flex: 0 0 50%;
            }
        }