.about {
  width: 100%;
  height: 12.12rem;
  background-image: url(../img/about1.png);
  padding: 1.2rem 0 2.43rem;
  padding: 1.2rem 0 1.43rem;
}

.about .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.about .left {
  width: 7.09rem;
}

.about .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  margin-bottom: .75rem;
}

.about .txt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  color: #333;
  line-height: 0.35rem;
  margin: .55rem 0 .72rem;
}

.about .right {
  width: 7.8rem;
  height: 5.5rem;
  border-radius: 1rem 0.2rem 1rem 0.2rem;
  overflow: hidden;
  position: relative;
}

.about .right .play::after,
.about .right .play::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    width: 0.58rem;
    height: 0.58rem;
    background-color: #FFFFFF;
    transform: translate(-50%, -50%);
}

.about .right .play::before{
    animation: dot 3s .75s infinite;
}

.about .right .play::after{
    animation: dot 3s infinite;
}

.about .right .play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    pointer-events: none;
}

.about .right video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history {
  width: 100%;
  height: 10rem;
  background-image: url(../img/about2.png);
  padding: 1.08rem 0 2.2rem;
}

.history .title {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  text-align: center;
  margin-bottom: .48rem;
}

.mySwiper2 {
  width: 8.08rem;
  height: 3.98rem;
  margin-bottom: .72rem;
}

.mySwiper2 .swiper-slide {
  display: flex;
  gap: .57rem;
  padding-top: 1.05rem;
}

.mySwiper2 .swiper-slide .numBack {
  position: absolute;
  font-family: MiSans-Heavy;
  font-weight: 800;
  font-size: 3rem;
  color: #009CE5;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .05;
}

.mySwiper2 .swiper-slide .year {
  font-family: MiSans, MiSans;
  font-weight: 600;
  font-size: 0.35rem;
  color: #000000;
  flex-shrink: 0;
}

.mySwiper2 .swiper-slide .li {
  margin-bottom: .41rem;
}

.mySwiper2 .swiper-slide .li p:first-child {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: .15rem;
  position: relative;
}

.mySwiper2 .swiper-slide .li p:first-child::before {
  content: '';
  width: .09rem;
  height: .11rem;
  background-image: url(../img/about3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: .06rem;
  left: -.17rem;
}

.mySwiper2 .swiper-slide .li p:last-child {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  color: #333;
}

.history .bottom {
  height: .86rem;
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  width: 0.43rem;
  height: 0.43rem;
  background: linear-gradient(to top, #FFFFFF 0%, #E5E8E9 100%);
  border: 0.01rem solid #FFFFFF;
  border-radius: 50%;
  top: .05rem;
  margin: 0;
  transition: all .3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: linear-gradient(172deg, #67C6FF 0%, #CEECFF 100%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: .16rem;
  height: .13rem;
  object-fit: contain;
  transition: all .3s;
}

.swiper-button-prev:hover img,
.swiper-button-next:hover img {
  filter: brightness(0) invert(1);
}

.swiper-button-prev {
  left: -.75rem;
}

.swiper-button-next {
  right: -.75rem
}

.swiper-button-next img {
  transform: rotate(180deg);
}

.mySwiper {
  height: 100%;
}

.mySwiper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0rem;
  border-bottom: 0.01rem dashed #000000;
  opacity: 0.6;
  top: .25rem;
  left: 0;
}

.mySwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.mySwiper .round {
  width: 0.14rem;
  height: 0.14rem;
  background: #A3A3A3;
  border-radius: 50%;
  position: relative;
  margin-top: .19rem;
  margin-bottom: .26rem;
  z-index: 2;
}

.mySwiper .swiper-slide-thumb-active .round {
  background: #3EB6FF;
}

.mySwiper .swiper-slide-thumb-active .round::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #6CC7FF;
  opacity: .5;
  animation: d6 1.5s ease infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.mySwiper .swiper-slide-thumb-active .round::after {
  content: '';
  width: 150%;
  height: 150%;
  background: #6CC7FF;
  opacity: .3;
  animation: d6 1.5s ease infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}

.mySwiper .year {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
}

.mySwiper .swiper-slide-thumb-active .year {
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #3EB6FF;
}

.culture {
  width: 100%;
  min-height: 19.97rem;
  background-image: url(../img/about4.png);
  padding: 1.08rem 0 2.08rem;
}

.culture .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  text-align: center;
  margin-bottom: .88rem;
}

.culture .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .27rem;
  margin-bottom: .46rem;
}

.culture .txt span:first-child {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.35rem;
  color: #3EB6FF;
}

.culture .txt span:last-child {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.25rem;
  color: #000000;
  padding: 0 .25rem;
  line-height: 1;
  border-left: 0.02rem solid #AFAFAF;
  border-right: 0.02rem solid #AFAFAF;
}

.culture .scale-box {
  width: 100%;
  height: 5.18rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  margin-bottom: 1.08rem;
}

.culture .titBox {
  width: 8.23rem;
  height: 1.96rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1.44rem;
}

.culture .titBox p {
  position: absolute;
  font-family: Source Han Serif CN, Source Han Serif CN;
  font-weight: bold;
  font-size: 0.55rem;
  color: #3EB6FF;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.culture .titBox img:last-child {
  width: 9.16rem;
  height: 1.21rem;
  position: absolute;
  top: 1.11rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
}

.culture .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .7rem;
}

.culture .list .item {
  width: 100%;
}

.culture .list .scale-box {
  height: 3.89rem;
  margin-bottom: .44rem;
}

.culture .list .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.35rem;
  color: #3EB6FF;
  margin-bottom: .23rem;
  text-align: left;
}

.culture .list .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.25rem;
  color: #000000;
  display: block;
  margin-bottom: 0;
}

.honor {
  width: 100%;
  background-image: url(../img/about9.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 1.08rem 0 2rem;
}

.honor .title {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  text-align: center;
  margin-bottom: .54rem;
}

.honor .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .53rem;
  margin-bottom: .54rem;
}

.honor .tab a {
  width: 2rem;
  height: 0.73rem;
  background: #FFFFFF;
  box-shadow: -0.02rem 0.04rem 0.2rem 0.01rem rgba(73, 141, 183, 0.25);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border-top: .04rem solid #fff;
  background: linear-gradient(45deg, #FDFEFF 0%, #DEF3FF 100%);
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #000000;
}

.honor .tab a.act,
.honor .tab a:hover {
  color: #3EB6FF;
}

.honor .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: .38rem;
  row-gap: .77rem;
  margin-bottom: 1.27rem;
}

.honor .list .item {
  width: 100%;
}

.honor .list .item img {
  width: 100%;
  height: 2.35rem;
  object-fit: contain;
}

.honor .list .item p {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  text-align: center;
}

.honorAlert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: .32rem;
  display: none;
}

.honorAlert>.main {
  position: relative;
}

.mySwiper4 {
  width: 9.93rem;
  height: 8.03rem;
}

.mySwiper3 {
  height: 1.01rem;
}

.mySwiper3 .swiper-slide {
  cursor: pointer;
}

.honorAlert .swiper-button-next,
.honorAlert .swiper-button-prev {
  background: transparent;
}

.honorAlert .swiper-button-next::after,
.honorAlert .swiper-button-prev::after {
  display: block;
  font-size: .16rem;
  color: #fff;
}

.honorAlert .colse {
  width: .45rem;
  height: .45rem;
  top: .62rem;
  right: 1.6rem;
  position: absolute;
  cursor: pointer;
}

.contact {
  padding: 1rem 0;
}

.contact .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  margin-bottom: .82rem;
  text-align: center;
}

.contact .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: .59rem;
  row-gap: .44rem;
  margin-bottom: .82rem;
}

.contact .list .item {
  width: 3.56rem;
  height: 1.35rem;
  background: linear-gradient(45deg, #FDFEFF 0%, #F4F4F4 100%);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border-top: .06rem solid #fff;
  box-shadow: -0.02rem 0.04rem 0.2rem 0.01rem rgba(73, 141, 183, 0.25);
  display: flex;
  align-items: center;
  padding: .17rem .22rem .13rem .37rem;
  gap: .5rem;
  transition: all .3s;
}

.contact .list .item:hover{
    background: linear-gradient( 45deg, #FFFFFF 0%, #DDF3FF 100%);
}

.contact .list .item strong {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: .15rem;
}

.contact .list .item p {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #4D4D4D;
  line-height: 0.25rem;
}

.contact .list .item img {
  width: 1.05rem;
  height: 1.05rem;
}

.map {
  width: 100%;
  height: 6.55rem;
}

.massage {
  width: 100%;
  min-height: 10.82rem;
  padding-top: 1.08rem;
  padding-bottom: 1rem;
  background-image: url(../img/message.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.massage .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
  margin-bottom: .35rem;
  text-align: center;
}

.massage .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  text-align: center;
  margin-bottom: .74rem;
}

.massage form {
  display: flex;
  column-gap: 1.06rem;
  row-gap: .34rem;
  flex-wrap: wrap;
}

.massage .item {
  width: 7.47rem;
}

.massage .item div {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.19rem;
  color: #000000;
  margin-bottom: .17rem;
}

.massage .item div span {
  color: #FF0000;
}

.massage .item input,
.massage .item textarea {
  width: 100%;
  height: 0.53rem;
  background: rgba(255, 255, 255, 0.46);
  border: 0.01rem solid #E5E5E5;
  padding: 0 .13rem;
}

.massage .item textarea {
  height: 2.13rem;
  padding: .19rem .13rem;
}

.massage .item input:focus,
.massage .item textarea:focus {
  background: rgba(255, 255, 255, 0.46);
  border: 0.01rem solid #3EB6FF;
}

.massage .item input::-webkit-input-placeholder,
.massage .item textarea::-webkit-input-placeholder {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.17rem;
  color: #9A9A9A;
}


.massage .item.oth {
  width: 100%;
}

.massage button {
  width: 1.7rem;
  height: 0.53rem;
  background: #3EB6FF;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  margin: 0 auto;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.17rem;
  color: #FFFFFF;
}