/* nyAboutUs start */
#ab1, #ab2, #ab3, #ab4 { margin: -100px 0 100px;}

.nyAboutUs {
  padding: 100px 0;
}

.nyAboutUs .nyAboutUs_main {
  margin: 0 auto;
}

.nyAboutUs_title {
  margin-bottom: 50px;
}

.nyAboutUs_title p {
  height: 52px;
  line-height: 52px;
  color: #222;
  font-size: 48px;
}

.nyAboutUs_title1 p {
  color: #fff;
}

.nyAboutUs_title p span {
  display: inline-block;
  color: #009ccf;
  
  font-size: 30px;
  text-transform: uppercase;
  margin-left: 25px;
  vertical-align: top;
}

.nyAboutUs_main .nyAboutUs_con {
  line-height: 40px;
  color: #777;
  font-size: 18px;
  text-align: justify;
  word-break: break-all;
  margin: 40px auto 0;
}

.nyAboutUs_con div,
.nyAboutUs_con p {
  line-height: 40px;
  color: #777;
  font-size: 18px;
  text-align: justify;
  word-break: break-all;
}

.nyAboutUs_main .nyAboutUs_Culture {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 140px auto 0;
  border-radius: 16px;
  background: url(../images/abCulture_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.nyAboutUs_Culture::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  position: absolute;
  left: 0;
  top: 0;
}

.nyAboutUs_Culture ul {
  height: 100%;
  position: relative;
  z-index: 1;
}

.nyAboutUs_Culture ul li {
  width: 33.333333%;
  height: 100%;
  overflow: hidden;
  padding: 60px;
  border-left: 1px solid rgba(255, 255, 255, .25);
  float: left;
  display: flex;
  align-items: center;
}

.nyAboutUs_Culture ul li:first-child {
  border-left: 0;
}

.nyAboutUs_Culture ul li:hover {
  background: linear-gradient(to right, rgba(0, 156, 207, 0.9), rgba(0, 181, 175, 0.9));
}

.nyAboutUs_Culture ul li .abCulture_con {
  width: 100%;
  margin: 0 auto;
}

.nyAboutUs_Culture ul li .abCulture_ico {
  width: 100px;
  height: 100px;
  border: 1px dashed #fff;
  border-radius: 50%;
  margin: 0 auto 30px;
  padding: 13px;
}

.nyAboutUs_Culture ul li .abCulture_ico i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: relative;
}

.nyAboutUs_Culture ul li:hover .abCulture_ico i {
  background-color: rgba(255, 255, 255, 1);
}

.nyAboutUs_Culture ul li .abCulture_ico i svg {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.nyAboutUs_Culture ul li:hover .abCulture_ico i svg {
  width: 40px;
  height: 40px;
}

.nyAboutUs_Culture ul li .abCulture_ico i svg path {
  fill: #ffffff;
}

.nyAboutUs_Culture ul li:hover .abCulture_ico i svg path {
  fill: #009ccf;
}

.nyAboutUs_Culture ul li .abCulture_tit {
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
}

.nyAboutUs_Culture ul li span {
  display: block;
  height: 24px;
  line-height: 24px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}

.nyAboutUs_Culture ul li .line {
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.nyAboutUs_Culture ul li:hover .line {
  height: 9px;
  margin: 20px auto 40px;
}

.nyAboutUs_Culture ul li .line i {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.nyAboutUs_Culture ul li .line::before,
.nyAboutUs_Culture ul li .line::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyAboutUs_Culture ul li .line::before {
  right: 56%;
}

.nyAboutUs_Culture ul li .line::after {
  left: 56%;
}

.nyAboutUs_Culture ul li:hover .line::before,
.nyAboutUs_Culture ul li:hover .line::after {
  width: 32%;
}

.nyAboutUs_Culture ul li p {
  height: 0;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.nyAboutUs_Culture ul li:hover p {
  height: auto;
}

/* nyAboutUs end */


/* nyHistory start */
.nyHistory {
  padding: 100px 0;
  background: url(../images/history_bg.jpg) center center no-repeat;
  background-size: cover;
}

.nyHistory .nyHistory_main {
  margin: 0 auto;
}

.nyHistory_main .nyHistory_year {
  margin-bottom: 50px;
  padding: 25px 0;
}

.nyHistory_year .swiper-slide {
  position: relative;
  cursor: pointer;
}

.nyHistory_year .swiper-slide i {
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
}

.nyHistory_year .swiper-slide:hover i,
.nyHistory_year .swiper-slide.on i {
  border: 2px solid #fff;
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.nyHistory_year .swiper-slide p {
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: rgba(255, 255, 255, .25);
  
  font-size: 36px;
  margin-top: 20px;
}

.nyHistory_year .swiper-slide:hover p,
.nyHistory_year .swiper-slide.on p {
  color: #fff;
}

.nyHistory_year .swiper-slide::after {
  content: '';
  display: block;
  width: calc(100% - 16px);
  height: 2px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 7px;
  right: 0;
}


.nyHistory_swiper .swiper-slide .nyHistory_con {
  width: 100%;
  height: 280px;
}

.nyHistory_swiper .swiper-slide .nyHistory_img {
  width: 480px;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  float: left;
}

.nyHistory_swiper .swiper-slide .nyHistory_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyHistory_swiper .swiper-slide .nyHistory_txt {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
  float: right;
}

.nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #fff;
  
  font-size: 52px;
}

.nyHistory_swiper .swiper-slide .nyHistory_txt i {
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .1);
  margin: 20px 0;
}

.nyHistory_swiper .swiper-slide .nyHistory_txt i::before {
  content: '';
  display: block;
  width: 150px;
  height: 2px;
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.nyHistory_swiper .swiper-slide .nyHistory_txt p {
  width: 100%;
  max-height: 64px;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nyHistory_swiper .swiper-button-prev,
.nyHistory_swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 18px rgba(0, 0, 0, .08);
  margin: 0 !important;
  opacity: 1 !important;
  position: absolute;
  top: inherit !important;
  right: inherit !important;
  bottom: 0 !important;
  left: inherit !important;
}

.nyHistory_swiper .swiper-button-prev {
  left: 50% !important;
}

.nyHistory_swiper .swiper-button-next {
  left: 50% !important;
  margin-left: 80px !important;
}

.nyHistory_swiper .swiper-button-prev:hover, .nyHistory_swiper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.nyHistory_swiper .swiper-button-prev svg, .nyHistory_swiper .swiper-button-next svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.nyHistory_swiper .swiper-button-prev svg path, .nyHistory_swiper .swiper-button-next svg path {
  fill: #999999;
}

.nyHistory_swiper .swiper-button-prev:hover svg path, .nyHistory_swiper .swiper-button-next:hover svg path {
  fill: #ffffff;
}

.nyHistory_swiper .swiper-button-disabled {
  opacity: 0.3 !important;
}


/* nyHistory end */


/* nyHonor start */
.nyHonor {
  padding: 100px 0;
}

.nyHonor .nyHonor_main {
  margin: 0 auto;
}

.nyHonor_main .nyHonor_swiper {
  position: relative;
}

.nyHonor_swiper .swiper-slide .nyHonor_con {
  width: 100%;
  height: 490px;
  overflow: hidden;
  padding: 80px;
  background: url(../images/honor_bg01.jpg) center top no-repeat;
  background-size: cover;
  border-radius: 16px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.nyHonor_swiper .swiper-slide:hover .nyHonor_con {
  background: url(../images/honor_bg02.jpg) center top no-repeat;
  background-size: cover;
}

.nyHonor_swiper .swiper-slide p {
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin: 0 auto 40px;
  background-color: #fff;
  position: relative;
}

.nyHonor_swiper .swiper-slide p img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyHonor_swiper .swiper-slide span {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #999;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyHonor_swiper .swiper-slide:hover span {
  color: #fff;
}


.nyHonor_swiper .swiper-button-prev,
.nyHonor_swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 18px rgba(0, 0, 0, .08);
  margin: 0;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.nyHonor_swiper .swiper-button-prev {
  left: -30px;
}

.nyHonor_swiper .swiper-button-next {
  right: -30px;
}

.nyHonor_swiper .swiper-button-prev:hover, .nyHonor_swiper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #009ccf, #00b5af);
}

.nyHonor_swiper .swiper-button-prev svg, .nyHonor_swiper .swiper-button-next svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.nyHonor_swiper .swiper-button-prev svg path, .nyHonor_swiper .swiper-button-next svg path {
  fill: #999999;
}

.nyHonor_swiper .swiper-button-prev:hover svg path, .nyHonor_swiper .swiper-button-next:hover svg path {
  fill: #ffffff;
}

/* nyHonor end */


@media (max-width:1680px) {
  #ab1, #ab2, #ab3, #ab4 { margin: -80px 0 80px;}

  .nyAboutUs,
  .nyHistory,
  .nyHonor {
    padding: 80px 0;
  }

  .nyAboutUs_title {
    margin-bottom: 40px;
  }

  .nyAboutUs_title p {
    height: 48px;
    line-height: 48px;
    font-size: 40px;
  }

  .nyAboutUs_title p span {
    margin-left: 20px;
  }

  .nyAboutUs_main .nyAboutUs_con {
    line-height: 32px;
    font-size: 16px;
    margin: 40px auto 0;
  }

  .nyAboutUs_con div,
  .nyAboutUs_con p {
    line-height: 32px;
    font-size: 16px;
    margin-top: 10px;
  }

  .nyAboutUs_main .nyAboutUs_Culture {
    height: 460px;
    margin: 120px auto 0;
  }

  .nyAboutUs_Culture ul li {
    padding: 40px;
  }

  .nyAboutUs_Culture ul li .abCulture_tit {
    height: 32px;
    line-height: 32px;
    font-size: 22px;
  }

  .nyAboutUs_Culture ul li span {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }

  .nyAboutUs_Culture ul li:hover .line {
    margin: 20px auto 30px;
  }

  .nyHistory_main .nyHistory_year {
    margin-bottom: 40px;
    padding: 20px 0;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_con {
    height: 260px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt p {
    font-size: 16px;
  }

  .nyHistory_swiper .swiper-button-prev,
  .nyHistory_swiper .swiper-button-next {
    width: 50px;
    height: 50px;
  }

  .nyHistory_swiper .swiper-button-next {
    margin-left: 70px !important;
  }

  .nyHistory_swiper .swiper-button-prev svg,
  .nyHistory_swiper .swiper-button-next svg {
    width: 18px;
    height: 18px;
  }


  .nyHonor_swiper .swiper-slide .nyHonor_con {
    height: 440px;
    padding: 60px;
  }

  .nyHonor_swiper .swiper-slide p {
    margin-bottom: 30px;
  }

  .nyHonor_swiper .swiper-button-prev,
  .nyHonor_swiper .swiper-button-next {
    width: 50px;
    height: 50px;
  }

  .nyHonor_swiper .swiper-button-prev {
    left: -25px;
  }

  .nyHonor_swiper .swiper-button-next {
    right: -25px;
  }

}

@media (max-width:1600px) {

  .nyAboutUs_title p {
    height: 44px;
    line-height: 44px;
    font-size: 36px;
  }

  .nyAboutUs_main .nyAboutUs_Culture {
    height: 440px;
  }

  .nyHistory_year .swiper-slide p {
    height: 30px;
    line-height: 30px;
    font-size: 32px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit {
    height: 48px;
    line-height: 48px;
    font-size: 44px;
  }

}

@media (max-width:1560px) {

  .nyAboutUs_title p {
    height: 40px;
    line-height: 40px;
    font-size: 32px;
  }

  .nyAboutUs_title p span {
    font-size: 28px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_con {
    height: 240px;
  }
}

@media (max-width:1440px) {
  .nyAboutUs_main .nyAboutUs_Culture {
    height: 420px;
  }

  .nyHonor_swiper .swiper-slide .nyHonor_con {
    height: 420px;
    padding: 50px;
  }

  .nyHonor_swiper .swiper-slide p {
    margin-bottom: 25px;
  }

  .nyHonor_swiper .swiper-slide span {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }

}

@media (max-width:1366px) {
  .nyHonor_swiper .swiper-slide .nyHonor_con {
    height: 400px;
    padding: 40px;
  }

  .nyHonor_swiper .swiper-slide p {
    margin-bottom: 20px;
  }
}

@media (max-width:1280px) {

  .nyAboutUs_title p {
    height: 36px;
    line-height: 36px;
    font-size: 28px;
  }

  .nyAboutUs_title p span {
    font-size: 24px;
  }

  .nyAboutUs_con div,
  .nyAboutUs_con p {
    line-height: 30px;
    font-size: 15px;
    margin-top: 10px;
  }

  .nyAboutUs_main .nyAboutUs_Culture {
    height: 380px;
  }

  .nyAboutUs_Culture ul li .abCulture_ico {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    padding: 10px;
  }

  .nyAboutUs_Culture ul li .abCulture_ico i svg {
    width: 40px;
    height: 40px;
  }

  .nyAboutUs_Culture ul li:hover .abCulture_ico i svg {
    width: 36px;
    height: 36px;
  }

  .nyAboutUs_Culture ul li .abCulture_tit {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }

  .nyAboutUs_Culture ul li:hover .line {
    margin: 10px auto 20px;
  }

  .nyAboutUs_Culture ul li p {
    font-size: 15px;
  }


  .nyHistory_main .nyHistory_year {
    padding: 10px 0;
  }

  .nyHistory_year .swiper-slide p {
    font-size: 28px;
    margin-top: 12px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_con {
    height: 220px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_img {
    width: 420px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt p {
    max-height: 60px;
    line-height: 30px;
    font-size: 15px;
  }

  .nyHonor_swiper .swiper-slide .nyHonor_con {
    height: 360px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 240px;
  }

}

@media (max-width:1200px) {
  #ab1, #ab2, #ab3, #ab4 { margin: -64px 0 64px;}

  .nyAboutUs,
  .nyHistory,
  .nyHonor {
    padding: 64px 0;
  }

  .nyAboutUs_title {
    margin-bottom: 32px;
  }

  .nyAboutUs_title p {
    height: 32px;
    line-height: 32px;
    font-size: 26px;
  }

  .nyAboutUs_title p span {
    margin-left: 16px;
  }

  .nyAboutUs_main .nyAboutUs_con {
    margin: 32px auto 0;
  }

  .nyAboutUs_con div,
  .nyAboutUs_con p {
    line-height: 28px;
    font-size: 14px;
    margin-top: 8px;
  }

  .nyAboutUs_main .nyAboutUs_Culture {
    height: 360px;
    margin: 96px auto 0;
    border-radius: 12px;
  }

  .nyAboutUs_Culture ul li {
    padding: 20px;
  }

  .nyAboutUs_Culture ul li p {
    line-height: 28px;
    font-size: 14px;
  }

  .nyHistory_main .nyHistory_year {
    margin-bottom: 32px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_img {
    border-radius: 12px;
  }

  .nyHonor_swiper .swiper-slide .nyHonor_con {
    height: 340px;
    padding: 32px;
    border-radius: 12px;
  }

  .nyHonor_swiper .swiper-slide p {
    margin-bottom: 16px;
  }


}

@media (max-width:1080px) {

  .nyAboutUs_title p {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
  }

  .nyAboutUs_title p span {
    margin-left: 12px;
  }

  .nyAboutUs_main .nyAboutUs_Culture {
    height: 340px;
  }

  .nyHistory_year .swiper-slide p {
    font-size: 26px;
    margin-top: 10px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_img {
    width: 380px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_con {
    height: 200px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit {
    height: 32px;
    line-height: 32px;
    font-size: 36px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt i {
    margin: 16px 0;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt i::before {
    width: 120px;
  }

  .nyHistory_swiper .swiper-button-prev,
  .nyHistory_swiper .swiper-button-next {
    width: 44px;
    height: 44px;
  }

  .nyHistory_swiper .swiper-button-next {
    margin-left: 64px !important;
  }

  .nyHonor_swiper .swiper-slide .nyHonor_con {
    height: auto;
    padding: 24px;
    border-radius: 12px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 230px;
  }

  .nyHonor_swiper .swiper-slide span {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .nyHonor_swiper .swiper-button-prev,
  .nyHonor_swiper .swiper-button-next {
    width: 44px;
    height: 44px;
  }

  .nyHonor_swiper .swiper-button-prev {
    left: -22px;
  }

  .nyHonor_swiper .swiper-button-next {
    right: -22px;
  }

  .nyHonor_swiper .swiper-button-prev svg,
  .nyHonor_swiper .swiper-button-next svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width:1024px) {
  .nyAboutUs_main .nyAboutUs_Culture {
    height: 320px;
  }

  .nyHistory_year .swiper-slide p {
    font-size: 24px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_con {
    height: 190px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_img {
    width: 360px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt .nyHistory_tit {
    height: 30px;
    line-height: 30px;
    font-size: 32px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt p {
    max-height: 56px;
    line-height: 28px;
    font-size: 14px;
  }

}

@media (max-width:920px) {
  #ab1, #ab2, #ab3, #ab4 { margin: -60px 0 60px;}

  .nyAboutUs, .nyHistory, .nyHonor {
    padding: 48px 0;
  }

  .nyAboutUs_main .nyAboutUs_Culture {
    height: 300px;
    margin: 80px auto 0;
    border-radius: 8px;
  }

  .nyAboutUs_title {
    margin-bottom: 24px;
  }

  .nyAboutUs_main .nyAboutUs_con {
    margin: 20px auto 0;
  }

  .nyHistory_main .nyHistory_year {
    margin-bottom: 20px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_con {
    height: 180px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_img {
    width: 320px;
    border-radius: 8px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt i {
    margin: 12px 0;
  }

  .nyHonor_swiper .swiper-slide .nyHonor_con {
    border-radius: 8px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 220px;
  }


}

@media (max-width:820px) {

  .nyAboutUs_Culture ul li p {
    line-height: 24px;
    font-size: 14px;
  }

}

@media (max-width:767px) {

  .nyAboutUs,
  .nyHistory,
  .nyHonor {
    padding: 40px 0;
  }

  .nyAboutUs_title {
    margin-bottom: 20px;
  }

  .nyAboutUs_main .nyAboutUs_Culture {
    height: auto;
  }

  .nyAboutUs_Culture ul li {
    width: 100%;
    height: auto;
    border-left: 0 solid rgba(255, 255, 255, .25);
    border-top: 1px solid rgba(255, 255, 255, .25);
    float: none;
  }

  .nyAboutUs_Culture ul li:first-child {
    border-top: 0;
  }

  .nyAboutUs_Culture ul li .abCulture_tit {
    font-size: 18px;
  }

  .nyHistory_year .swiper-slide i {
    width: 14px;
    height: 14px;
  }

  .nyHistory_year .swiper-slide::after {
    width: calc(100% - 14px);
    top: 6px;
  }

  .nyHistory_year .swiper-slide p {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_con {
    height: auto;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_img {
    width: 100%;
    height: 160px;
    float: none;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_txt {
    width: 100%;
    height: auto;
    padding: 20px 0;
    float: none;
  }

  .nyHistory_swiper .swiper-container {
    padding-bottom: 44px;
  }

  .nyHistory_swiper .swiper-button-prev {
    left: inherit !important;
    right: 52% !important;
  }

  .nyHistory_swiper .swiper-button-next {
    left: 52% !important;
    margin-left: 0 !important;
  }


  .nyHonor_swiper .swiper-slide .nyHonor_con {
    padding: 20px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 180px;
  }

  .nyHonor_swiper .swiper-slide span {
    height: 25px;
    line-height: 25px;
  }

  .nyHonor_swiper .swiper-button-prev {
    left: -12px;
  }

  .nyHonor_swiper .swiper-button-next {
    right: -12px;
  }
}

@media (max-width:390px) {
  .nyHistory_swiper .swiper-slide .nyHistory_img {
    height: 140px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 160px;
  }
}

@media (max-width:320px) {

  .nyAboutUs_title p {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }

  .nyAboutUs,
  .nyHistory {
    padding: 20px 0;
  }

  .nyHistory_swiper .swiper-slide .nyHistory_img {
    height: 120px;
  }

  .nyHonor {
    padding: 20px 0 40px;
  }

  .nyHonor_main .nyHonor_swiper {
    padding: 0 44px;
  }

  .nyHonor_swiper .swiper-slide p {
    height: 200px;
  }

  .nyHonor_swiper .swiper-button-prev {
    left: 0;
  }

  .nyHonor_swiper .swiper-button-next {
    right: 0;
  }
}

@media (max-width:280px) {

  .nyHonor_swiper .swiper-slide p {
    height: 180px;
  }
}