.home {
  position: relative;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .banner .text {
  position: absolute;
  left: 10vw;
  bottom: 15%;
  color: white;
}
.home .banner .text .cn {
  font-size: 2.6vw;
  font-weight: bolder;
}
.home .banner .text .en {
  color: #E6EAF2;
  font-size: 1.3vw;
  text-transform: capitalize;
  font-family: "StardosStencil-Regular";
}
.home .main {
  width: 100%;
  overflow: hidden;
}
.home .main .section1 {
  width: 80vw;
  margin: 5vw auto;
}
.home .main .section1 .nr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .main .section1 .nr .l {
  width: 48%;
  position: relative;
}
.home .main .section1 .nr .l .bg {
  overflow: hidden;
}
.home .main .section1 .nr .l .bg img {
  width: 100%;
  display: block;
  object-fit: cover;
  /*transition: all 600ms;*/
}
/*.home .main .section1 .nr .l .bg:hover img {*/
/*  transform: scale(1.05);*/
/*}*/
.home .main .section1 .nr .l .play {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home .main .section1 .nr .l .play img {
  display: block;
}
.home .main .section1 .nr .l .play p {
  color: #FFF;
  font-size: 18px;
  margin-left: 20px;
}
.home .main .section1 .nr .r {
  width: 48%;
}
.home .main .section1 .nr .r .t {
  color: #111;
  font-size: 1.2vw;
  font-weight: 600;
  text-indent: 38px;
}
.home .main .section1 .nr .r .des {
  color: #666;
  font-size: 0.9vw;
  line-height: 2;
  margin-top: 20px;
}
.home .main .section1 .nr .r .des p {
  margin-top: 16px;
}
.home .main .section1 .icons {
  width: 95%;
  margin: 3vw auto;
  display: flex;
  justify-content: space-between;
}
.home .main .section1 .icons .pic {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .section1 .icons .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 600ms;
}
.home .main .section1 .icons .pic:hover img {
  transform: scale(1.1);
}
.home .main .section2 {
  padding: 5vw 10vw 10vw 10vw;
  background: url("../images/h_bg.png") no-repeat;
  background-size: cover!important;
}
.home .main .section2 .t {
  font-size: 2vw;
  font-weight: bolder;
  color: white;
  text-align: center;
}
.home .main .section2 .history {
  margin-top: 5vw;
}
.home .main .section2 .history .sw1 {
  width: 100%;
  position: relative;
}
.home .main .section2 .history .sw1 .prev, .home .main .section2 .history .sw1 .next {
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  position: absolute;
  transition: all 600ms;
  z-index: 10;
}
.home .main .section2 .history .sw1 .prev img, .home .main .section2 .history .sw1 .next img {
  transform: translateY(-2px);
}
.home .main .section2 .history .sw1 .prev:hover, .home .main .section2 .history .sw1 .next:hover {
  background: white;
}
.home .main .section2 .history .sw1 .prev {
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.home .main .section2 .history .sw1 .next {
  right: -50px;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
}
.home .main .section2 .history .sw1 .swiper-container {
  width: 100%;
}
.home .main .section2 .history .sw1 .swiper-container .swiper-wrapper .swiper-slide .date {
  text-align: center;
  color: white;
  font-size: 1.2vw;
  font-family: "StardosStencil-Regular";
  position: relative;
  cursor: pointer;
  padding-bottom: 10px;
}
.home .main .section2 .history .sw1 .swiper-container .swiper-wrapper .swiper-slide .date::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: white;
  transition: all 600ms;
}
.home .main .section2 .history .sw1 .swiper-container .swiper-wrapper .swiper-slide-thumb-active .date::after {
  width: 49px;
}
.home .main .section2 .history .sw2 {
  margin-top: 2vw;
}
.home .main .section2 .history .sw2 .swiper-container {
  width: 100%;
}
.home .main .section2 .history .sw2 .swiper-container .swiper-wrapper .swiper-slide .text {
  width: calc(100% - 60px);
  padding: 50px 30px;
  border-bottom-right-radius: 100px;
  transition: all 600ms;
  background: #CDCDCD;
}
.home .main .section2 .history .sw2 .swiper-container .swiper-wrapper .swiper-slide .text .p1 {
  color: #1B338B;
  font-size: 1.2vw;
  font-weight: 600;
}
.home .main .section2 .history .sw2 .swiper-container .swiper-wrapper .swiper-slide .text .des {
  color: #666;
  font-size: 0.9vw;
  margin-top: 15px;
  line-height: 1.8;
}
.home .main .section2 .history .sw2 .swiper-container .swiper-wrapper .swiper-slide-active .text {
  background: white;
}
.home .main .honor {
  padding: 5vw 0 5vw 10vw;
  background: url("../images/honor_bg.png") no-repeat;
  background-size: cover!important;
}
.home .main .honor .d1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
.home .main .honor .d1 .pt {
  font-size: 2vw;
  font-weight: bolder;
  color: #1B338B;
}
.home .main .honor .d1 .r {
  display: flex;
  align-items: center;
}
.home .main .honor .d1 .r .prev, .home .main .honor .d1 .r .next {
  width: 55px;
  height: 55px;
  background: #1B338B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
}
.home .main .honor .d1 .r .prev img, .home .main .honor .d1 .r .next img {
  transform: translateY(-2px);
}
.home .main .honor .d1 .r .prev {
  transform: rotateY(180deg);
}
.home .main .honor .d1 .r .swiper-pagination {
  margin: 0 30px;
  position: static;
  width: auto;
}
.home .main .honor .d2 {
  width: 100%;
  margin-top: 3vw;
}
.home .main .honor .d2 .swiper-container {
  width: 100%;
}
.home .main .honor .d2 .swiper-container .swiper-wrapper .swiper-slide .info .pic {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.home .main .honor .d2 .swiper-container .swiper-wrapper .swiper-slide .info .pic img {
  max-width: 100%;
  object-fit: contain;
  max-height: 100%;
  transition: all 600ms;
}
.home .main .honor .d2 .swiper-container .swiper-wrapper .swiper-slide .info .pt {
  text-align: center;
  color: #000;
  margin-top: 15px;
}
.home .main .honor .d2 .swiper-container .swiper-wrapper .swiper-slide .info:hover .pic img {
  transform: scale(1.05);
}
.home .main .intro {
  width: 70vw;
  margin: 4vw auto;
}
.home .main .intro .nr {
  display: flex;
  justify-content: space-between;
  width: 60vw;
  margin: 0 auto;
}
.home .main .intro .nr .icon img {
  display: block;
}
.home .main .intro .nr .text {
  width: calc(98% - 73px);
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.1vw;
  line-height: 1.8;
  text-align: center;
}
.home .main .intro .pic {
  margin-top: 3vw;
  position: relative;
}
.home .main .intro .pic .bg {
  width: 100%;
  display: block;
  object-fit: contain;
}
.home .main .intro .pic .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home .main .company {
  width: 90vw;
  margin: 5vw 0 5vw 10vw;
}
.home .main .company .t {
  font-size: 2vw;
  font-weight: bolder;
  color: #1B338B;
}
.home .main .company .sw1 {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.home .main .company .sw1 .prev, .home .main .company .sw1 .next {
  width: 55px;
  height: 55px;
  background: #1B338B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.home .main .company .sw1 .prev img, .home .main .company .sw1 .next img {
  transform: translateY(-2px);
}
.home .main .company .sw1 .prev {
  left: -100px;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
}
.home .main .company .sw1 .next {
  right: 27.5vw;
  top: 50%;
  transform: translateY(-50%);
}
.home .main .company .sw1 .swiper-container {
  width: 100%;
}
.home .main .company .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic {
  position: relative;
}
.home .main .company .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 200px;
  transition: all 600ms;
}
.home .main .company .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic:before{
    display: none;
}
.home .main .company .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  display: block;
  border-bottom-right-radius: 200px;
  transition: all 600ms;
  height: 25vw;
  object-fit: cover;
}
.home .main .company .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic:hover::before, .home .main .company .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic:hover img {
  border-top-left-radius: 200px;
}
.home .main .company .sw2 {
  width: 100%;
  margin-top: 30px;
}
.home .main .company .sw2 .swiper-container {
  width: 100%;
}
.home .main .company .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.home .main .company .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-bottom-right-radius: 50px;
  transition: all 600ms;
}
.home .main .company .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic:hover img {
  border-top-left-radius: 50px;
}
.home .dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 100;
}
.home .dialog .close {
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
  z-index: 100;
}
.home .dialog .close img {
  width: 50px;
}
.home .dialog .content {
  width: 100%;
}
.home .dialog .content video {
  width: 80%;
  height: 80vh;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home .banner img {
    height: 200px;
  }
  .home .banner .text .cn {
    font-size: 20px;
  }
  .home .banner .text .en {
    font-size: 18px;
  }
  .home .main .section1 {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .section1 .nr {
    flex-direction: column;
  }
  .home .main .section1 .nr .l {
    width: 100%;
  }
  .home .main .section1 .nr .r {
    width: 100%;
    margin-top: 15px;
  }
  .home .main .section1 .nr .r .t {
    font-size: 16px;
  }
  .home .main .section1 .nr .r .des {
    font-size: 16px;
    margin-top: 0;
  }
  .home .main .section1 .nr .r .des p {
    margin-top: 5px;
  }
  .home .main .section1 .icons {
    width: 100%;
    margin: 20px auto;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .home .main .section1 .icons .pic {
    width: 33%;
    height: 80px;
  }
  .home .main .section2 {
    padding: 30px 5%;
  }
  .home .main .section2 .t {
    font-size: 20px;
  }
  .home .main .section2 .history {
    margin-top: 30px;
  }
  .home .main .section2 .history .sw1 .prev, .home .main .section2 .history .sw1 .next {
    display: none;
  }
  .home .main .section2 .history .sw1 .swiper-container .swiper-wrapper .swiper-slide .date {
    font-size: 18px;
  }
  .home .main .section2 .history .sw2 {
    margin-top: 30px;
  }
  .home .main .section2 .history .sw2 .swiper-container .swiper-wrapper .swiper-slide .text {
    padding: 30px;
  }
  .home .main .section2 .history .sw2 .swiper-container .swiper-wrapper .swiper-slide .text .p1 {
    font-size: 18px;
  }
  .home .main .section2 .history .sw2 .swiper-container .swiper-wrapper .swiper-slide .text .des {
    font-size: 14px;
  }
  .home .main .honor {
    padding: 30px 5%;
  }
  .home .main .honor .d1 {
    width: 100%;
  }
  .home .main .honor .d1 .pt {
    font-size: 20px;
  }
  .home .main .honor .d1 .r .prev, .home .main .honor .d1 .r .next {
    width: 40px;
    height: 40px;
  }
  .home .main .honor .d2 .swiper-container .swiper-wrapper .swiper-slide .info .pic {
    height: 234px;
  }
  .home .main .intro {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .intro .nr {
    width: 100%;
  }
  .home .main .intro .nr .text {
    font-size: 14px;
  }
  .home .main .company {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .company .t {
    font-size: 20px;
  }
  .home .main .company .sw1 {
    margin-top: 25px;
  }
  .home .main .company .sw1 .prev, .home .main .company .sw1 .next {
    display: none;
  }
  .home .main .company .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic img {
    border-bottom-right-radius: 100px;
    height: auto;
  }
  .home .main .company .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic::before {
    border-bottom-right-radius: 100px;
  }
  .home .main .company .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic:hover::before, .home .main .company .sw1 .swiper-container .swiper-wrapper .swiper-slide .pic:hover img {
    border-top-left-radius: 100px;
  }
  .home .main .company .sw2 {
    margin-top: 15px;
  }
  .home .main .company .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic img {
    height: 70px;
  }
  .home .dialog .close {
    top: 80px;
  }
  .home .dialog .content video {
    height: 60vh;
  }
}

/*# sourceMappingURL=about.css.map */
