@charset "UTF-8";
html {
  --font-size60: 3.125vw;
  --font-size29: 1.51042vw;
  --font-size170: 8.8542vw;
}

/* 产品列表 */
.productsBg {
  padding-top: 4.32292vw;
  padding-bottom: 6.92708vw;
  background-color: #f5f5f5;
}
.productsBg .productsTitle {
  font-size: var(--font-size38);
  color: #333333;
  margin-bottom: 2.55208vw;
}
.productsBg .productsIntro {
  margin-bottom: 4.11458vw;
  border-radius: 1.04167vw;
  overflow: hidden;
}
.productsBg .productsIntro img {
  width: 100%;
  height: auto;
  transition: 1s;
}
@media(max-width:992px){
    /* .productsBg .productsIntro img{
        min-height: 250px;
        object-fit: cover;
    } */
    .productsBg .productsIntro1{
        overflow: hidden;
        border-radius: 15px;
        margin: 0 auto 20px;
    }
    .productsBg .productsIntro{
        /*width: 160%;*/
        margin: 0;
    }
}
.productsBg .productsIntro:hover img{
    transform: scale(1.05);
    transition: 1s;
}
.productsBg .productsList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.productsBg .productsList ul li {
  width: 22.22%;
  background-color: #fff;
  border-radius: 1.04167vw;
  padding-top: 1.97917vw;
  padding-bottom: 1.45833vw;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 3.70666%;
  margin-bottom: 3.70666%;
}
.productsBg .productsList ul li:nth-last-child(-n+4) {
  margin-bottom: 0%;
}
.productsBg .productsList ul li:nth-child(4n+4) {
  margin-right: 0%;
}
.productsBg .productsList ul li:hover {
  background-color: #910782;
  -webkit-box-shadow: -1px 1.09375vw 1.40625vw 0px rgba(194, 124, 186, 0.39);
          box-shadow: -1px 1.09375vw 1.40625vw 0px rgba(194, 124, 186, 0.39);
}
.productsBg .productsList ul li:hover .list .seco {
  color: #ffffff;
}
.productsBg .productsList ul li:hover .list .desc {
  color: #ffffff;
}
.productsBg .productsList ul li:hover .image img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.productsBg .productsList ul li .list {
  margin-bottom: 0.20833vw;
  padding: 0px 4%;
}
.productsBg .productsList ul li .list .seco {
  font-size: var(--font-size22);
  color: #2D2D2D;
  font-weight: bold;
  margin-bottom: 1px;
}
.productsBg .productsList ul li .list .desc {
  font-size: var(--font-size16);
  color: #87898F;
  line-height: 1.875vw;
}
.productsBg .productsList ul li .image {
  width: 77.77%;
  margin: 0 auto;
  overflow: hidden;
}
.productsBg .productsList ul li .image img {
  width: 100%;
  height: auto;
}
.productsBg .productsList ul li .more {
  width: 4.47917vw;
  height: 2.1875vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--font-size16);
  color: #2D2D2D;
  background: #FFFFFF;
  border-radius: 1.09375vw;
  margin: 0 auto;
  margin-top: 0.9375vw;
}

/* 关于我们 */
.aboutus {
  margin-top: 7.23958vw;
  margin-bottom: 8.33333vw;
}
.aboutus .aboutusMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.aboutus .aboutusMain .title {
  width: 28.27%;
  font-size: var(--font-size46);
  line-height: 3.28125vw;
}
.aboutus .aboutusMain .text {
    width: 85%;
    margin: auto;   
  font-size: var(--font-size18);
  line-height: 1.61458vw;
}
.aboutus .aboutusMain .number {
  width: 100%;
  margin-top: 4.89583vw;
}
.aboutus .aboutusMain .number ul {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutus .aboutusMain .number ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.aboutus .aboutusMain .number ul li span {
  font-size: var(--font-size60);
  color: #910782;
  line-height: 3.22917vw;
  font-weight: bold;
}
.aboutus .aboutusMain .number ul li span i {
  font-style: normal;
}
.aboutus .aboutusMain .number ul li p {
  font-size: var(--font-size15);
  color: #737373;
}

/* 企业文化 */
.cultureBg {
  padding-top: 5.20833vw;
  min-height: 41.51042vw;
}
.cultureBg .culture {
  text-align: center;
}
.cultureBg .culture .title {
  font-size: var(--font-size42);
  color: #ffffff;
  margin-bottom: 1.97917vw;
}
.cultureBg .culture .desc {
  font-size: var(--font-size18);
  color: #ffffff;
  line-height: 1.875vw;
}
.cultureBg .culture .map {
  margin-top: 2.39583vw;
  position: relative;
}
.cultureBg .culture .map > img {
  width: 100%;
  height: auto;
}
.cultureBg .culture .map .mapDrop {
  position: absolute;
  left: 68%;
  top: 34%;
  width: 4.47917vw;
  height: 4.47917vw;
  border-radius: 50%;
  background-color: #fff;
  z-index: 9;
}
.cultureBg .culture .map .mapDrop img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}
.cultureBg .culture .map .mapDrop::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.75vw;
  height: 8.75vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  -webkit-animation: blossom 3s infinite;
     -moz-animation: blossom 3s infinite;
          animation: blossom 3s infinite;
}
.cultureBg .culture .map .lines {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cultureBg .culture .map .lines.active {
  opacity: 1;
  visibility: visible;
}
.cultureBg .culture .map .lines.active .line::after {
  opacity: 1;
  visibility: visible;
}
.cultureBg .culture .map .lines.active .line1 i {
  -webkit-animation: framesWidth 6s ease-out forwards;
     -moz-animation: framesWidth 6s ease-out forwards;
          animation: framesWidth 6s ease-out forwards;
}
.cultureBg .culture .map .lines.active .line2 i {
  -webkit-animation: framesWidth 6s ease-out forwards;
     -moz-animation: framesWidth 6s ease-out forwards;
          animation: framesWidth 6s ease-out forwards;
}
.cultureBg .culture .map .lines.active .line3 i {
  -webkit-animation: framesWidth 6s ease-out forwards;
     -moz-animation: framesWidth 6s ease-out forwards;
          animation: framesWidth 6s ease-out forwards;
}
.cultureBg .culture .map .lines.active .line4 i {
  -webkit-animation: framesWidth 6s ease-out forwards;
     -moz-animation: framesWidth 6s ease-out forwards;
          animation: framesWidth 6s ease-out forwards;
}
.cultureBg .culture .map .lines.active .line5 i {
  -webkit-animation: framesHeight 6s ease-out forwards;
     -moz-animation: framesHeight 6s ease-out forwards;
          animation: framesHeight 6s ease-out forwards;
}
.cultureBg .culture .map .lines.active .line6 i {
  -webkit-animation: framesWidth 6s ease-out forwards;
     -moz-animation: framesWidth 6s ease-out forwards;
          animation: framesWidth 6s ease-out forwards;
}
.cultureBg .culture .map .lines.active .line7 i {
  -webkit-animation: framesWidth 6s ease-out forwards;
     -moz-animation: framesWidth 6s ease-out forwards;
          animation: framesWidth 6s ease-out forwards;
}
.cultureBg .culture .map .lines.active .line8 i {
  -webkit-animation: framesWidth 6s ease-out forwards;
     -moz-animation: framesWidth 6s ease-out forwards;
          animation: framesWidth 6s ease-out forwards;
}
.cultureBg .culture .map .lines.active .line9 i {
  -webkit-animation: framesHeight 6s ease-out forwards;
     -moz-animation: framesHeight 6s ease-out forwards;
          animation: framesHeight 6s ease-out forwards;
}
.cultureBg .culture .map .lines .line {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cultureBg .culture .map .lines .line::after {
  position: absolute;
  width: 4.42708vw;
  height: 4.42708vw;
  background: url("../images/flash.png") no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  -webkit-transition: all 0.6s ease 6s;
  -moz-transition: all 0.6s ease 6s;
  transition: all 0.6s ease 6s;
  opacity: 0;
  visibility: hidden;
}
.cultureBg .culture .map .lines .line i {
  display: block;
  width: 100%;
  height: 100%;
}
.cultureBg .culture .map .lines .line1 {
  right: 29.5%;
  top: 40%;
  width: 14.73958vw;
  height: 3.22917vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cultureBg .culture .map .lines .line1::after {
  bottom: 0%;
  left: 0%;
  -webkit-transform: translate(-50%, 50%);
     -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.cultureBg .culture .map .lines .line1 i {
  background: url("../images/line1.png") no-repeat right bottom;
  background-size: 14.73958vw 3.22917vw;
}
.cultureBg .culture .map .lines .line2 {
  right: 30.5%;
  bottom: 58.5%;
  width: 25.625vw;
  height: 2.13542vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cultureBg .culture .map .lines .line2::after {
  bottom: 0%;
  left: 0%;
  -webkit-transform: translate(-50%, 50%);
     -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.cultureBg .culture .map .lines .line2 i {
  background: url("../images/line2.png") no-repeat right bottom;
  background-size: 25.625vw 2.13542vw;
}
.cultureBg .culture .map .lines .line3 {
  right: 30.5%;
  bottom: 60.5%;
  width: 10.46875vw;
  height: 2.76042vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cultureBg .culture .map .lines .line3::after {
  top: 0.15625vw;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cultureBg .culture .map .lines .line3 i {
  background: url("../images/line3.png") no-repeat right bottom;
  background-size: 10.46875vw 2.76042vw;
}
.cultureBg .culture .map .lines .line4 {
  right: 29.5%;
  bottom: 59.5%;
  width: 20.46875vw;
  height: 5.46875vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cultureBg .culture .map .lines .line4::after {
  top: 0.52083vw;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cultureBg .culture .map .lines .line4 i {
  background: url("../images/line4.png") no-repeat right bottom;
  background-size: 20.46875vw 5.46875vw;
}
.cultureBg .culture .map .lines .line5 {
  right: 29.5%;
  bottom: 58.5%;
  width: 2.13542vw;
  height: 4.6875vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cultureBg .culture .map .lines .line5::after {
  top: 0px;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cultureBg .culture .map .lines .line5 i {
  background: url("../images/line5.png") no-repeat right bottom;
  background-size: 2.13542vw 4.6875vw;
}
.cultureBg .culture .map .lines .line6 {
  left: 70.5%;
  bottom: 59.5%;
  width: 4.84375vw;
  height: 1.66667vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cultureBg .culture .map .lines .line6::after {
  top: 0.26042vw;
  right: 0%;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.cultureBg .culture .map .lines .line6 i {
  background: url("../images/line6.png") no-repeat left bottom;
  background-size: 4.84375vw 1.66667vw;
}
.cultureBg .culture .map .lines .line7 {
  left: 71.5%;
  top: 41.5%;
  width: 17.44792vw;
  height: 11.66667vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cultureBg .culture .map .lines .line7::after {
  bottom: 0px;
  right: 0%;
  -webkit-transform: translate(50%, 50%);
     -moz-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.cultureBg .culture .map .lines .line7 i {
  background: url("../images/line7.png") no-repeat left bottom;
  background-size: 17.44792vw 11.66667vw;
}
.cultureBg .culture .map .lines .line8 {
  left: 70%;
  top: 40.5%;
  width: 7.76042vw;
  height: 5.72917vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cultureBg .culture .map .lines .line8::after {
  bottom: 0px;
  right: 0%;
  -webkit-transform: translate(50%, 50%);
     -moz-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.cultureBg .culture .map .lines .line8 i {
  background: url("../images/line8.png") no-repeat left bottom;
  background-size: 7.76042vw 5.72917vw;
}
.cultureBg .culture .map .lines .line9 {
  left: 70.5%;
  bottom: 59%;
  width: 3.33333vw;
  height: 3.90625vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cultureBg .culture .map .lines .line9::after {
  top: 0.15625vw;
  right: 0%;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.cultureBg .culture .map .lines .line9 i {
  background: url("../images/line9.png") no-repeat left bottom;
  background-size: 3.33333vw 3.90625vw;
}

@-webkit-keyframes blossom {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -moz-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes blossom {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -moz-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blossom {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    -moz-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes framesWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes framesWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes framesWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes framesHeight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes framesHeight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes framesHeight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/* 发展历程 */
.historyBg {
  padding-top: 5.98958vw;
  padding-bottom: 7.13542vw;
  position: relative;
  overflow: hidden;
}
.historyBg::after {
  position: absolute;
  top: 12.86458vw;
  left: 0px;
  width: 100vw;
  height: 1px;
  background-color: #aeb5bf;
  content: "";
  display: block;
}
.historyBg .history .title {
  font-size: var(--font-size42);
  color: #333333;
  text-align: center;
  margin-bottom: 4.47917vw;
}
.historyBg .history .historyYear {
  margin-bottom: 3.38542vw;
}
.historyBg .history .historyYear .swiper-slide {
  font-size: var(--font-size20);
  color: #aeb5bf;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.historyBg .history .historyYear .swiper-slide::after {
  position: absolute;
  top: 0.23438vw;
  left: 1.04167vw;
  width: 0%;
  height: 1px;
  background-color: #910782;
  content: "";
  display: block;
}
.historyBg .history .historyYear .swiper-slide span {
  display: inline-block;
  padding-top: 0.67708vw;
  position: relative;
}
.historyBg .history .historyYear .swiper-slide span::before {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.46875vw;
  height: 0.46875vw;
  background-color: #aeb5bf;
  content: "";
  display: block;
  z-index: 9;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.historyBg .history .historyYear .swiper-slide-thumb-active {
  color: #910782;
}
.historyBg .history .historyYear .swiper-slide-thumb-active::after {
  width: 100%;
  -webkit-transition: all 3.5s ease;
  -moz-transition: all 3.5s ease;
  transition: all 3.5s ease;
}
.historyBg .history .historyYear .swiper-slide-thumb-active span::before {
  background-color: #910782;
}
.historyBg .history .historyMain .swiper-slide {
  opacity: 0 !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.historyBg .history .historyMain .swiper-slide .number {
  font-size: var(--font-size170);
  color: #910782;
  font-weight: bold;
}
.historyBg .history .historyMain .swiper-slide .text {
  width: 67.9%;
}
.historyBg .history .historyMain .swiper-slide .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: var(--font-size18);
  color: #666666;
  line-height: 1.5625vw;
  margin-bottom: 1.51042vw;
}
.historyBg .history .historyMain .swiper-slide .text p:last-child {
  margin-bottom: 0px;
}
.historyBg .history .historyMain .swiper-slide .text p span {
  min-width: 3.90625vw;
  font-size: var(--font-size20);
  color: #333333;
  font-weight: bold;
  padding: 0 1.041667vw 0 0;
  box-sizing: content-box;
}
.historyBg .history .historyMain .swiper-slide-active {
  opacity: 1 !important;
}

/* 资质荣誉 */
.honorBg {
  height: 46.25vw;
  padding-top: 5.83333vw;
  overflow: hidden;
}
.honorBg .honor .honorTitle {
  margin-bottom: 4.16667vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.honorBg .honor .honorTitle .title {
  font-size: var(--font-size42);
  color: #ffffff;
}
.honorBg .honor .honorTitle .btns {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.honorBg .honor .honorTitle .btns .swiper-button-prev,
.honorBg .honor .honorTitle .btns .swiper-button-next {
  width: 3.07292vw;
  height: 3.07292vw;
  border: 0.10417vw solid #ffffff;
  border-radius: 50%;
  position: static;
  margin-top: 0px;
  background: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.honorBg .honor .honorTitle .btns .swiper-button-prev::after,
.honorBg .honor .honorTitle .btns .swiper-button-next::after {
  font-size: var(--font-size20);
}
.honorBg .honor .honorTitle .btns .swiper-button-prev:hover,
.honorBg .honor .honorTitle .btns .swiper-button-next:hover {
  background: #910782;
  border-color: #910782;
}
.honorBg .honor .honorTitle .btns .swiper-button-prev {
  margin-right: 1.04167vw;
}
.honorBg .honor .honorMain {
  width: 100vw;
  overflow: visible !important;
}
.honorBg .honor .honorMain .swiper-slide {
  position: relative;
}
.honorBg .honor .honorMain .swiper-slide .bg img {
  width: 100%;
  height: auto;
}
.honorBg .honor .honorMain .swiper-slide .image {
  position: absolute;
  top: 11.9%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.honorBg .honor .honorMain .swiper-slide .image img {
  width: 76.5%;
  height: 12.13542vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.honorBg .honor .honorMain .swiper-slide .list {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 68.3%;
  padding: 0px 2.08333vw;
}
.honorBg .honor .honorMain .swiper-slide .list .year {
  font-size: var(--font-size16);
  color: #ffffff;
  margin-bottom: 0.57292vw;
}
.honorBg .honor .honorMain .swiper-slide .list .text {
  font-size: var(--font-size26);
  color: #ffffff;
  line-height: 1.97917vw;
}
.honorBg .honor .honorMain .swiper-slide:hover .image img{
    transform: scale(1.05);
    transition: 1s;
}
.honorBg .honor .honorMain .swiper-slide:hover .list .text {
    color: #910782;
}
/* 人才发展 */
.talent {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.46875vw;
  margin-bottom: 5.41667vw;
  position: relative;
}
.talent .image {
  width: 96.29%;
}
.talent .image:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.talent .image img {
  width: 100%;
  height: auto;
}
.talent .list {
  width: 45%;
  min-height: 24.32292vw;
  padding: 5.10417vw 3.64583vw 3.54167vw 4.63542vw;
  background-color: #F7F7F7;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
.talent .list .title {
  font-size: var(--font-size42);
  color: #333333;
  margin-bottom: 1.77083vw;
}
.talent .list .text {
  font-size: var(--font-size18);
  color: #595959;
  line-height: 1.61458vw;
}

/* 大学计划介绍 */
.planIntroductionBg {
  padding-top: 6.25vw;
  padding-bottom: 7.8125vw;
}
.planIntroductionBg .planIntroduction {
  text-align: center;
  padding: 0px 15.80729vw;
}
.planIntroductionBg .planIntroduction .title {
  font-size: var(--font-size42);
  color: #333333;
  margin-bottom: 2.5vw;
}
.planIntroductionBg .planIntroduction .desc {
  font-size: var(--font-size18);
  color: #595959;
  line-height: 1.77083vw;
}

/* 雏鹰计划 */
.plan {
  margin-top: 4.375vw;
  margin-bottom: 4.6875vw;
}
.plan .title {
  font-size: var(--font-size42);
  color: #333333;
  text-align: center;
  margin-bottom: 3.59375vw;
}
.plan .planMain ul {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.plan .planMain ul li {
  width: 31.72%;
  margin-right: 2.42%;
  margin-bottom: 2.42%;
  position: relative;
}
.plan .planMain ul li:nth-child(3n+3) {
  margin-right: 0%;
}
.plan .planMain ul li:nth-last-child(-n+3) {
  margin-bottom: 0%;
}
.plan .planMain ul li:hover .image img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.plan .planMain ul li .image {
  position: relative;
}
.plan .planMain ul li .image::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
}
.plan .planMain ul li .image img {
  width: 100%;
  height: auto;
}
@media(max-width:992px){
    .plan .planMain ul li .image img {
        max-height: 250px;
        object-fit: cover;
    }
}
.plan .planMain ul li .list {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 0px 18%;
}
.plan .planMain ul li .list .seco {
  font-size: var(--font-size30);
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 1.09375vw;
}
.plan .planMain ul li .list .desc {
  font-size: var(--font-size16);
  color: #ffffff;
  line-height: 1.35417vw;
}

/* 协同育人项目 */
.projectBg {
  padding-top: 4.84375vw;
  padding-bottom: 5.72917vw;
  background-color: #F7F7F7;
  position: relative;
}
.projectBg .project .projectTitle {
  margin-bottom: 3.69792vw;
  text-align: center;
}
.projectBg .project .projectTitle .title {
  font-size: var(--font-size42);
  color: #333333;
  margin-bottom: 2.13542vw;
}
.projectBg .project .projectTitle .desc {
  font-size: var(--font-size18);
  color: #595959;
  line-height: 1.77083vw;
}

.projectBg .project .projectMain .swiper-slide .image {
  overflow: hidden;
}
.projectBg .project .projectMain .swiper-slide .image:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.projectBg .project .projectMain .swiper-slide .image img {
  width: 100%;
  height: auto;
}
.projectBg .project .projectMain .swiper-slide .list {
  margin-top: 1.66667vw;
}
.projectBg .project .projectMain .swiper-slide .list .seco {
  font-size: var(--font-size30);
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.88542vw;
}
.projectBg .project .projectMain .swiper-slide .list .desc {
  font-size: var(--font-size18);
  color: #595959;
  line-height: 1.77083vw;
}
.projectBg .swiper-button-next,
.projectBg .swiper-button-prev {
  width: 3.07292vw;
  height: 3.07292vw;
  border-radius: 50%;
  border: 0.10417vw solid #acacac;
  background: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.projectBg .swiper-button-next::after,
.projectBg .swiper-button-prev::after {
  display: none;
}
.projectBg .swiper-button-next::before,
.projectBg .swiper-button-prev::before {
  font-size: var(--font-size20);
  color: #acacac;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-weight: bold;
}
.projectBg .swiper-button-next:hover,
.projectBg .swiper-button-prev:hover {
  border-color: #882d9e;
}
.projectBg .swiper-button-next:hover::before,
.projectBg .swiper-button-prev:hover::before {
  color: #882d9e;
}
.projectBg .swiper-button-prev {
  left: 2.96%;
}
.projectBg .swiper-button-next {
  right: 2.96%;
}
.projectBg .swiper-button-next::before {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.projectBg .swiper-pagination {
  display: none;
}

/* 合作伙伴 */
.coop {
  margin-top: 4.375vw;
}
.coop .title {
  font-size: var(--font-size42);
  color: #333333;
  text-align: center;
  margin-bottom: 3.59375vw;
}
.coop .coopMain ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #e6e6e6;
}
.coop .coopMain ul li {
  height: 9.89583vw;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
}
.coop .coopMain ul li:nth-child(5n+5) {
  border-right: 0px;
}
.coop .coopMain ul li:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.coop .coopMain ul li img {
  width: auto;
  height: 4.6875vw;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* 相关资源 */
.relatedResources {
  margin-top: 5.05208vw;
  margin-bottom: 5.88542vw;
}
.relatedResources .title {
  font-size: var(--font-size42);
  color: #010101;
  text-align: center;
  margin-bottom: 3.125vw;
}
.relatedResources .relatedResourcesList {
  margin-bottom: 4.11458vw;
}
.relatedResources .relatedResourcesList .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.relatedResources .relatedResourcesList .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8.69792vw;
  height: 2.96875vw;
  font-size: var(--font-size18);
  color: #666666;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 1.45833vw;
  margin: 0px 0.57292vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.relatedResources .relatedResourcesList .swiper-slide-thumb-active {
  background-color: #82239A;
  border-color: #82239A;
  color: #ffffff;
}
.relatedResources .relatedResourcesMain .swiper-slide {
  opacity: 0 !important;
}
.relatedResources .relatedResourcesMain .swiper-slide ul li {
  margin-bottom: 2.8125vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.relatedResources .relatedResourcesMain .swiper-slide ul li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.relatedResources .relatedResourcesMain .swiper-slide ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.relatedResources .relatedResourcesMain .swiper-slide ul li:last-child {
  margin-bottom: 0px;
}
.relatedResources .relatedResourcesMain .swiper-slide ul li .image {
  width: 58.58%;
  overflow: hidden;
}
.relatedResources .relatedResourcesMain .swiper-slide ul li .image:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.relatedResources .relatedResourcesMain .swiper-slide ul li .image img {
  width: 100%;
  height: auto;
}
.relatedResources .relatedResourcesMain .swiper-slide ul li .list {
  width: 36.35%;
}
.relatedResources .relatedResourcesMain .swiper-slide ul li .list .seco {
  font-size: var(--font-size30);
  color: #333333;
  font-weight: bold;
  margin-bottom: 1.09375vw;
}
.relatedResources .relatedResourcesMain .swiper-slide ul li .list .desc {
  font-size: var(--font-size18);
  color: #595959;
  line-height: 1.77083vw;
}
.relatedResources .relatedResourcesMain .swiper-slide-active {
  opacity: 1 !important;
}

/* 解决方案介绍 */
.solutionIntroBg {
  background-color: #F7F7F7;
}
.solutionIntroBg .solutionIntro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solutionIntroBg .solutionIntro .image {
  width: 59.73%;
  overflow: hidden;
}
.solutionIntroBg .solutionIntro .image:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.solutionIntroBg .solutionIntro .image img {
  width: 100%;
  height: auto;
}
.solutionIntroBg .solutionIntro .list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 7.8125vw;
  padding-right: 4.73958vw;
}
.solutionIntroBg .solutionIntro .list .title {
  font-size: var(--font-size42);
  color: #010101;
  margin-bottom: 1.92708vw;
}
.solutionIntroBg .solutionIntro .list .desc {
  font-size: var(--font-size18);
  color: #595959;
  line-height: 1.71875vw;
}

/* 方案图 */
.solutionPictureBg {
  padding-top: 4.53125vw;
  padding-bottom: 4.6875vw;
}
.solutionPictureBg .title {
  font-size: var(--font-size42);
  color: #333333;
  text-align: center;
  margin-bottom: 3.90625vw;
}
.solutionPictureBg .solutionPictureMain ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.88542vw;
}
.solutionPictureBg .solutionPictureMain ul li:last-child {
  margin-bottom: 0px;
}
.solutionPictureBg .solutionPictureMain ul li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.solutionPictureBg .solutionPictureMain ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.solutionPictureBg .solutionPictureMain ul li .image {
  width: 48.39%;
  border-radius: 0.52083vw;
  overflow: hidden;
  background-color: #fff;
}
.solutionPictureBg .solutionPictureMain ul li .image img {
  width: 100%;
  height: auto;
}
.solutionPictureBg .solutionPictureMain ul li .list {
  width: 44.75%;
}
.solutionPictureBg .solutionPictureMain ul li .list .seco {
  font-size: var(--font-size29);
  color: #333333;
  font-weight: bold;
  margin-bottom: 1.04167vw;
}
.solutionPictureBg .solutionPictureMain ul li .list .desc {
  font-size: var(--font-size18);
  color: #666666;
  line-height: 1.5625vw;
}

.solutionPictureBg .solutionPictureMain ul li:hover .image img {
    transform: scale(1.05);
    transition: 1s;
}

/* 资料下载 */
.dataDownload {
  margin-top: 4.375vw;
  margin-bottom: 6.19792vw;
}
.dataDownload .title {
  font-size: var(--font-size42);
  color: #010101;
  text-align: center;
  margin-bottom: 3.75vw;
}
.dataDownload .dataDownloadMain ul li {
  margin-bottom: 1.35417vw;
}
.dataDownload .dataDownloadMain ul li:last-child {
  margin-bottom: 0px;
}
.dataDownload .dataDownloadMain ul li a:hover .name {
    color: hsla(288, 63%, 37%, 1);
}
.dataDownload .dataDownloadMain ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5vw;
  background-color: #F7F7F7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dataDownload .dataDownloadMain ul li .icon1 {
  margin-left: 2.96875vw;
  margin-right: 1.5625vw;
}
.dataDownload .dataDownloadMain ul li .icon1 img {
  width: auto;
  height: 2.1875vw;
}
.dataDownload .dataDownloadMain ul li .icon2 {
  margin-left: 2.65625vw;
  margin-right: 2.91667vw;
}
.dataDownload .dataDownloadMain ul li .icon2 img {
  width: auto;
  height: 1.35417vw;
}
.dataDownload .dataDownloadMain ul li .name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: var(--font-size18);
  color: #333333;
}
.dataDownload .dataDownloadMain ul li .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--font-size18);
  color: #666666;
}
.dataDownload .dataDownloadMain ul li .time img {
  width: auto;
  height: 1.09375vw;
  margin-right: 0.57292vw;
}

/* 合作伙伴详情 */
.coopDetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 4.16667vw;
}
.coopDetail .left {
  width: 26.0417vw;
  position: relative;
}
.coopDetail .left .leftMain{
  width: 26.0417vw;
  padding-top: 4.6875vw;
}
.coopDetail .left .leftMain.fixed{
  position: fixed;
  top: 4.1667vw;
  left: 7.3438vw;
  width: 26.0417vw;
}
.coopDetail .left .title {
  font-size: var(--font-size40);
  color: #333333;
  line-height: 2.65625vw;
  padding-right: 3.125vw;
  margin-bottom: 2.29167vw;
}
.coopDetail .left .time {
  font-size: var(--font-size18);
  color: #B2B2B2;
  border-bottom: 1px solid #EBEBEB;
  padding-right: 3.125vw;
  padding-bottom: 5.10417vw;
  margin-bottom: 2.5521vw;
}
.coopDetail .right {
  flex: 1;
  padding-top: 4.6875vw;
  padding-bottom: 5.625vw;
  font-size: var(--font-size18);
  color: #595959;
  line-height: 1.77083vw;
  padding-left: 3.69792vw;
  border-left: 1px solid #EBEBEB;
}
.coopDetail .right h1, .coopDetail .right h2, .coopDetail .right h3, .coopDetail .right h4, .coopDetail .right h5, .coopDetail .right h6 {
  font-size: var(--font-size20);
  color: #333333;
  font-weight: bold;
  margin-top: 0.78125vw;
  margin-bottom: 0.52083vw;
}
.coopDetail .right img {
  max-width: 100%;
  /*width: auto;*/
  height: auto;
  margin: 0 auto;
}
.coopDetail .btns {
  width: 100%;
  position: relative;
  background: #fff;
}
.coopDetail .btns ul li {
  border-top: 1px solid #EBEBEB;
}
.coopDetail .btns ul li a {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 5.20833vw;
  padding: 1.04167vw 0px;
  font-size: var(--font-size18);
  color: #666666;
}
.coopDetail .btns ul li a:hover {
  color: #333333;
}
.coopDetail .btns ul li a span {
  margin-right: 26.66667vw;
  white-space: nowrap;
  max-width: 80px;
}

@media (max-width: 992px) {
  html {
    --font-size29: 18px;
  }
  /* 产品列表 */
  .productsBg .productsIntro {
    border-radius: 12px;
  }
  .productsBg .productsTitle {
    margin-bottom: 20px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
  }
  .productsBg .productsList ul li {
    width: 31%;
    border-radius: 12px;
    padding-top: 20px;
    padding-bottom: 17px;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
  .productsBg .productsList ul li:nth-last-child(-n+4) {
    margin-bottom: 3.5%;
  }
  .productsBg .productsList ul li:nth-last-child(-n+3) {
    margin-bottom: 0%;
  }
  .productsBg .productsList ul li:nth-child(3n+3) {
    margin-right: 0%;
  }
  .productsBg .productsList ul li .list .desc {
    line-height: 1.4;
  }
  .productsBg .productsList ul li .more {
    width: 60px;
    height: 28px;
    border-radius: 30px;
    margin-top: 20px;
  }
  /* 公司介绍 */
  .aboutus {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .aboutus .aboutusMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutus .aboutusMain .title {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 13px;
    text-align: center;
  }
  .aboutus .aboutusMain .text {
    width: 100%;
    line-height: 1.6;
  }
  .aboutus .aboutusMain .number {
    margin-top: 30px;
  }
  .aboutus .aboutusMain .number ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .aboutus .aboutusMain .number ul li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    padding: 0px 10px;
    margin-bottom: 13px;
  }
  /* .aboutus .aboutusMain .number ul li:nth-last-child(-n+3) {
    margin-bottom: 0px;
  } */
  .aboutus .aboutusMain .number ul li span {
    font-size: 28px;
    line-height: 35px;
  }
  .aboutus .aboutusMain .number ul li p {
    font-size: 12px;
  }
  /* 企业文化 */
  .cultureBg {
    min-height: auto;
    padding-top: 40px;
  }
  .cultureBg .culture .title {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .cultureBg .culture .desc {
    line-height: 1.6;
  }
  .cultureBg .culture .map {
    margin-top: 25px;
  }
  /* 发展历程 */
  .historyBg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .historyBg::after {
    top: 87px;
  }
  .historyBg .history .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .historyBg .history .historyYear .swiper-slide::after {
    left: 20px;
    top: 2px;
  }
  .historyBg .history .historyYear .swiper-slide span::before {
    width: 5px;
    height: 5px;
  }
  .historyBg .history .historyYear .swiper-slide span {
    padding-top: 6px;
  }
  .historyBg .history .historyMain .swiper-slide .number {
    display: none;
  }
  .historyBg .history .historyMain .swiper-slide .text {
    width: 100%;
  }
  .historyBg .history .historyMain .swiper-slide .text p {
    line-height: 1.6;
    margin-bottom: 6px;
    align-items: unset;
  }
  .historyBg .history .historyMain .swiper-slide .text p span {
    min-width: 80px;
    width: auto;
    padding: 0 20px 0 0;
    box-sizing: content-box;
  }
  /* 资质荣誉 */
  .honorBg {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .honorBg .honor .honorTitle {
    margin-bottom: 25px;
  }
  .honorBg .honor .honorMain {
    width: 100%;
  }
  .honorBg .honor .honorMain .swiper-slide .image img {
    height: 15.625vw;
  }
  .honorBg .honor .honorTitle .btns .swiper-button-prev, .honorBg .honor .honorTitle .btns .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .honorBg .honor .honorMain .swiper-slide .list {
    padding: 0px 18px;
  }
  .honorBg .honor .honorMain .swiper-slide .list .text {
    line-height: 1.4;
    font-size: 16px;
  }
  .honorBg .honor .honorMain .swiper-slide .list .year {
    margin-bottom: 3px;
  }
  /* 人才发展 */
  .talent {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .talent .image {
    width: 100%;
  }
  .talent .image img {
    min-height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .talent .list {
    width: 100%;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    min-height: auto;
    padding: 20px 15px;
  }
  .talent .list .title {
    line-height: 1.4;
    margin-bottom: 13px;
  }
  .talent .list .text {
    line-height: 1.6;
  }
  /* 计划介绍 */
  .planIntroductionBg .planIntroduction {
    padding: 0px;
  }
  .planIntroductionBg .planIntroduction .title {
    margin-bottom: 25px;
  }
  .planIntroductionBg .planIntroduction .desc {
    line-height: 1.6;
    text-align: left;
  }
  /* 雏鹰计划 */
  .plan .title {
    margin-bottom: 25px;
  }
  .plan .planMain ul li .list .desc {
    line-height: 1.6;
  }
  .plan .planMain ul li .list .seco {
    margin-bottom: 10px;
  }
  /* 协同育人项目 */
  .projectBg .project .projectTitle {
    margin-bottom: 25px;
  }
  .projectBg .project .projectTitle .title {
    margin-bottom: 15px;
  }
  .projectBg .project .projectTitle .desc {
    line-height: 1.6;
    text-align: left;
  }
  .projectBg .swiper-button-next, .projectBg .swiper-button-prev {
    display: none;
  }
  .projectBg .swiper-pagination {
    display: block;
  }
  .projectBg .swiper-pagination .swiper-pagination-bullet-active {
    background: #82239A;
  }
  .projectBg .project .projectMain .swiper-slide .list .seco {
    margin-bottom: 8px;
  }
  .projectBg .project .projectMain .swiper-slide .list .desc {
    line-height: 1.6;
  }
  /* 合作伙伴 */
  .coop .title {
    margin-bottom: 25px;
  }
  .coop .coopMain ul li img {
    height: 50px;
  }
  /* 相关资源 */
  .relatedResources .title {
    margin-bottom: 25px;
  }
  .relatedResources .relatedResourcesList {
    margin-bottom: 25px;
  }
  .relatedResources .relatedResourcesList .swiper-slide {
    width: 90px;
    height: 35px;
    border-radius: 30px;
  }
  .relatedResources .relatedResourcesMain .swiper-slide ul li {
    margin-bottom: 20px;
  }
  .relatedResources .relatedResourcesMain .swiper-slide ul li .list .seco {
    margin-bottom: 10px;
  }
  .relatedResources .relatedResourcesMain .swiper-slide ul li .list .desc {
    line-height: 1.6;
  }
  /* 解决方案介绍 */
  .solutionIntroBg .solutionIntro .list .desc {
    line-height: 1.6;
  }
  .solutionPictureBg .solutionPictureMain ul li {
    margin-bottom: 20px;
  }
  .solutionPictureBg .solutionPictureMain ul li .list .desc {
    line-height: 1.6;
  }
  /* 资料下载 */
  .dataDownload .dataDownloadMain ul li a {
    height: 70px;
  }
  /* 合作伙伴详情 */
  .coopDetail .left .leftMain{
    position: relative;
  }
  .coopDetail .right {
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  /* 产品列表 */
  .productsBg {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .productsBg .productsList ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .productsBg .productsList ul li:nth-last-child(-n+4) {
    margin-bottom: 4%;
  }
  .productsBg .productsList ul li:nth-last-child(-n+3) {
    margin-bottom: 4%;
  }
  .productsBg .productsList ul li:nth-last-child(-n+2) {
    margin-bottom: 0%;
  }
  .productsBg .productsList ul li:nth-child(2n+2) {
    margin-right: 0%;
  }
  .productsBg .productsList ul li .list {
    margin-bottom: 14px;
  }
  .productsBg .productsList ul li .list .seco {
    margin-bottom: 8px;
  }
  /* 大学计划介绍 */
  .planIntroductionBg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* 资质荣誉 */
  .honorBg .honor .honorTitle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .honorBg .honor .honorMain .swiper-slide .image img {
    height: auto;
    max-height: 160px;
  }
  .honorBg .honor .honorTitle .btns .swiper-button-prev, .honorBg .honor .honorTitle .btns .swiper-button-next {
    display: none;
  }
  /* 雏鹰计划 */
  .plan {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .plan .planMain ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .plan .planMain ul li:nth-last-child(-n+3) {
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .plan .planMain ul li:nth-last-child(-n+2) {
    margin-bottom: 0%;
  }
  .plan .planMain ul li:nth-child(2n+2) {
    margin-right: 0%;
  }
  /* 协同育人项目 */
  .projectBg {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .projectBg .project .projectMain .swiper-slide .list {
    margin-top: 15px;
  }
  .projectBg .swiper-button-next, .projectBg .swiper-button-prev {
    display: none;
  }
  .projectBg .swiper-pagination {
    bottom: 30px !important;
  }
  /* 合作伙伴 */
  .coop {
    margin-top: 40px;
  }
  .coop .coopMain ul li {
    width: 33.33%;
    height: 90px;
  }
  .coop .coopMain ul li:nth-child(5n+5) {
    border-right: 1px solid #e6e6e6;
  }
  .coop .coopMain ul li:nth-child(3n+3) {
    border-right: 0px;
  }
  /* 相关资源 */
  .relatedResources {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .relatedResources .relatedResourcesList .swiper-slide {
    margin: 0px 4px;
  }
  .relatedResources .relatedResourcesMain .swiper-slide ul li:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .relatedResources .relatedResourcesMain .swiper-slide ul li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .relatedResources .relatedResourcesMain .swiper-slide ul li .image {
    width: 100%;
  }
  .relatedResources .relatedResourcesMain .swiper-slide ul li .list {
    width: 100%;
    margin-top: 15px;
  }
  /* 解决方案介绍 */
  .solutionIntroBg .solutionIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solutionIntroBg .solutionIntro .image {
    width: 100%;
  }
  .solutionIntroBg .solutionIntro .list {
    width: 100%;
    padding: 0px 20px;
    margin-top: 35px;
    padding-bottom: 35px;
  }
  .solutionIntroBg .solutionIntro .list .title {
    margin-bottom: 10px;
  }
  /* 方案图 */
  .solutionPictureBg {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .solutionPictureBg .title {
    margin-bottom: 20px;
  }
  .solutionPictureBg .solutionPictureMain ul li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .solutionPictureBg .solutionPictureMain ul li .image {
    width: 100%;
    border-radius: 10px;
  }
  .solutionPictureBg .solutionPictureMain ul li .list {
    width: 100%;
    margin-top: 20px;
  }
  .solutionPictureBg .solutionPictureMain ul li .list .seco {
    margin-bottom: 10px;
  }
  /* 资料下载 */
  .dataDownload {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .dataDownload .title {
    margin-bottom: 20px;
  }
  .dataDownload .dataDownloadMain ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .dataDownload .dataDownloadMain ul li {
    width: 49%;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .dataDownload .dataDownloadMain ul li:nth-child(2n+2) {
    margin-right: 0%;
  }
  .dataDownload .dataDownloadMain ul li a {
    height: auto;
    -webkit-box-orient: vertical;
    /* -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; */
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 23px 18px;

    flex-wrap: wrap;
  }
  .dataDownload .dataDownloadMain ul li .icon1 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 13px;
    display: none;
  }
  .dataDownload .dataDownloadMain ul li .icon1 img {
    height: 35px;
  }
  .dataDownload .dataDownloadMain ul li .time{
    width: 50%;
  }
  .dataDownload .dataDownloadMain ul li .time img {
    height: 15px;
  }
  .dataDownload .dataDownloadMain ul li .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;

    flex: unset;
    width: 100%;
  }
  .dataDownload .dataDownloadMain ul li .icon2 {
    margin-left: 0px;
    margin-top: 14px;
    margin: 0;
    width: 50%;

  }
  .dataDownload .dataDownloadMain ul li .icon2 img {
    height: 22px;
    margin: 0 0 0 auto;
  }
  /* 合作伙伴详情 */
  .coopDetail {
    margin-bottom: 40px;
  }
  .coopDetail .left .leftMain{
    width: 100%;
    padding-top: 0px;
  }
  .coopDetail .left .share{
    position: absolute;
    right: 0px;
    bottom: 16px;
  }
  .coopDetail .left {
    width: 100%;
    padding-top: 40px;
  }
  .coopDetail .left .title {
    line-height: 1.4;
    padding-left: 0px;
    margin-bottom: 16px;
  }
  .coopDetail .left .time {
    padding-right: 0px;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  .coopDetail .right {
    min-width: 100%;
    width: 100%;
    border: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .coopDetail .right h1, .coopDetail .right h2, .coopDetail .right h3, .coopDetail .right h4, .coopDetail .right h5, .coopDetail .right h6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .coopDetail .btns ul li a {
    padding: 16px 0px;
    min-height: 40px;
  }
  .coopDetail .btns ul li a span {
    margin-right: 17px;
  }
}
@media (max-width: 468px) {
  /* 产品列表 */
  .productsBg .productsList ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .productsBg .productsList ul li:nth-last-child(-n+4) {
    margin-bottom: 20px;
  }
  .productsBg .productsList ul li:nth-last-child(-n+3) {
    margin-bottom: 20px;
  }
  .productsBg .productsList ul li:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
  .productsBg .productsList ul li:last-child {
    margin-bottom: 0px;
  }
  .productsBg .productsList ul li .image {
    width: 60%;
  }
  /* 资质荣誉 */
  .honorBg .honor .honorMain .swiper-slide .image img {
    height: auto;
    max-height: 202px;
  }
  /* 雏鹰计划 */
  .plan .planMain ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 13px;
  }
  .plan .planMain ul li:nth-last-child(-n+3) {
    margin-right: 0%;
    margin-bottom: 13px;
  }
  .plan .planMain ul li:last-child {
    margin-bottom: 0px;
  }
  /* 合作伙伴 */
  .coop .coopMain ul li {
    width: 50%;
  }
  .coop .coopMain ul li:nth-child(3n+3) {
    border-right: 1px solid #e6e6e6;
  }
  .coop .coopMain ul li:nth-child(even) {
    border-right: 0px;
  }
  /* 资料下载 */
  .dataDownload .dataDownloadMain ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=maps/layout.css.map */
