.ny_abcont {
  width: 100%;
  min-height: 320px;
  padding: 80px 0 320px;
  background: #fff url(../images/nyab_bg.jpg) bottom no-repeat;
  min-height: 200px;
}

.ny_abcont .gsjjnr {
  width: 90%;
  line-height: 32px;
  color: #777;
  font-size: 16px;
  margin: 0 auto;
}

.ny_abcont .gsjjnr div,
.ny_abcont .gsjjnr p {
  width: 100% !important;
  margin-bottom: 10px;
}

.ny_abcont .gsjjnr p,
.ny_abcont .gsjjnr span {
  line-height: 32px !important;
  color: #777 !important;
  font-size: 16px !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif !important;
}

.ny_honor {
  width: 100%;
  background: #12151a url(../images/nyhonor_bg.jpg) bottom no-repeat;
  background-size: cover;
  position: relative;
}

.ny_honor .abjjimg {
  position: relative;
  transform: translateY(-50%);
  margin: 0 auto -130px;
}

.ny_honor .abjjimg img {
  display: block;
  width: 100%;
}

.ny_honor .ny_title {
  color: #fff;
}

.ny_honor .roll {
  padding: 0 80px 80px;
  position: relative;
}

.ny_honor .swiper-container {
  min-height: 100px;
  overflow: hidden;
  position: relative;
}

.ny_honor .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 202px;
  border: 3px solid rgba(231, 231, 231, .45);
  background: rgba(255, 255, 255, .45);
  padding: 12px;
  position: relative;
  overflow: hidden;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_honor .swiper-slide .pic a {
  display: block;
  width: 100%;
  height: 100%;
}

.ny_honor .swiper-slide:hover .pic {
  border: 3px solid #fff;
}

.ny_honor .swiper-slide .pic img {
  max-width: calc(100% - 24px);
  max-height: calc(100% - 24px);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ny_honor .swiper-slide:hover .pic img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.ny_honor .swiper-slide a.name {
  color: #666;
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_honor .swiper-slide:hover a.name {
  color: #fff;
}

.ny_honor .roll .swiper-button-prev,
.ny_honor .roll .swiper-button-next {
  width: 44px;
  height: 68px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: url(../images/jt07.png) center no-repeat;
  margin-top: -75px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_honor .roll .swiper-button-prev {
  left: 0;
}

.ny_honor .roll .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}

.ny_honor .roll .swiper-button-prev:hover,
.ny_honor .roll .swiper-button-next:hover {
  background: #025dac url(../images/jt07.png) center no-repeat;
  border: 1px solid #025dac;
}

.ny_culture {
  width: 100%;
  padding: 80px 0 160px;
  overflow: hidden;
}

.ny_culture .ind_bigbt {
  font-size: 44px;
  margin-bottom: 45px;
}

.ny_culture .left {
  width: 43.14%;
  float: left;
  background: #025dac url(../images/nyculture_bg.jpg) bottom no-repeat;
  background-size: 100%;
  padding: 65px 88px;
  display: flex;
  display: -webkit-flex;
}

.ny_culture .left p {
  width: 50px;
  font-size: 42px;
  line-height: 44px;
  font-weight: bold;
  color: #fff;
  margin-right: 35px;
}

.ny_culture .left p:nth-of-type(1) {
  margin-top: 60px;
}

.ny_culture .left p i {
  font-style: normal;
  font-weight: 100;
}

.ny_culture .right {
  width: 50%;
  float: right;
}

.ny_culture .right .qywjli {
  width: 100%;
  border-bottom: 5px solid #eee;
  padding: 35px 0;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.ny_culture .right .qywjli:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.ny_culture .right .qywjli p {
  font-size: 28px;
  line-height: 36px;
}

.ny_culture .right .qywjli span {
  font-size: 16px;
  color: #999;
  line-height: 30px;
}

.ny_culture .right .qywjli:before {
  content: "";
  display: block;
  width: 78px;
  height: 70px;
  background: url(../images/cultureico.png) center no-repeat;
  float: left;
  margin-right: 37px;
  background-position: 0 0;
}

.ny_culture .right .qywjli:nth-of-type(2):before {
  background-position: 0 -70px;
}

.ny_culture .right .qywjli:nth-of-type(3):before {
  background-position: 0 -140px;
}

.ny_culture .right .qywjli:nth-of-type(4):before {
  background-position: 0 -210px;
}

@media (max-width:1440px) {
  .ny_abcont {
    padding: 60px 0 280px;
  }

  .ny_abcont .ind_bigbt,
  .ny_honor .ind_bigbt,
  .ny_culture .ind_bigbt {
    font-size: 38px;
    line-height: 40px;
  }

  .ny_abcont .gsjjnr {
    width: 100%;
  }

  .ny_honor .abjjimg {
    margin: 0 auto -160px;
  }

  .ny_honor .roll {
    padding: 0 70px 60px;
  }

  .ny_honor .swiper-slide a.name {
    margin-top: 15px;
  }

  .ny_culture {
    padding: 60px 0 140px;
  }

  .ny_culture .ind_bigbt {
    margin-bottom: 30px;
  }
}

@media (max-width:1366px) {
  .ny_abcont {
    padding: 60px 0 270px;
  }

  .ny_culture {
    padding: 60px 0 120px;
  }

  .ny_culture .left {
    width: 45%;
    padding: 60px 80px;
  }
}

@media (max-width:1280px) {
  .ny_abcont {
    padding: 60px 0 250px;
  }

  .ny_honor .abjjimg {
    margin: 0 auto -130px;
  }

  .ny_honor .swiper-slide .pic {
    height: 180px;
  }

  .ny_culture .left p {
    font-size: 36px;
    line-height: 40px;
  }

  .ny_culture .right .qywjli {
    padding: 30px 0;
  }

  .ny_culture .right .qywjli:before {
    margin-right: 30px;
  }

  .ny_culture .right .qywjli p {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width:1080px) {
  .ny_abcont {
    padding: 60px 0 160px;
  }

  .ny_abcont .ind_bigbt,
  .ny_honor .ind_bigbt,
  .ny_culture .ind_bigbt {
    font-size: 34px;
    line-height: 36px;
  }

  .ny_honor {
    padding: 60px 0;
  }

  .ny_honor .roll {
    padding: 0 70px;
  }

  .ny_honor .swiper-slide .pic {
    height: 180px;
  }

  .ny_honor .roll .swiper-button-prev,
  .ny_honor .roll .swiper-button-next {
    width: 38px;
    height: 50px;
    margin-top: -26px;
  }

  .ny_culture .left p {
    font-size: 34px;
    line-height: 36px;
    width: 40px;
  }

  .ny_culture .right .qywjli {
    padding: 26px 0;
    border-bottom: 4px solid #eee
  }

  .ny_culture .right .qywjli::before {
    margin-right: 15px;
  }

  .ny_culture .right .qywjli p {
    font-size: 24px;
  }
}

@media (max-width:1024px) {
  .ny_abcont {
    padding: 60px 0 150px;
  }

  .ny_honor .abjjimg {
    margin: 0 auto -110px;
  }

  .ny_culture .right .qywjli p {
    font-size: 22px;
  }

  .ny_culture .right .qywjli span {
    font-size: 15px;
  }
}

@media (max-width:920px) {
  .ny_abcont {
    padding: 40px 0 120px;
  }

  .ny_honor {
    padding: 40px 0;
  }

  .ny_honor .roll {
    padding: 0 60px;
  }

  .ny_culture {
    padding: 40px 0 100px;
  }
}

@media (max-width:820px) {
  .ny_honor .abjjimg {
    margin: 0 auto -100px;
  }

  .ny_honor .swiper-slide .pic {
    height: 160px;
  }

  .ny_culture .left {
    width: 40%;
    padding: 40px 60px;
  }

  .ny_culture .right {
    width: 56%;
  }

  .ny_culture .right .qywjli {
    padding: 22px 0;
    border-bottom: 3px solid #eee;
  }
}

@media (max-width:767px) {
  .ny_abcont {
    min-height: 240px;
    padding: 40px 0 50px;
  }

  .ny_abcont .gsjjnr {
    margin-top: 15px;
    font-size: 15px;
    line-height: 28px;
  }

  .ny_honor .abjjimg {
    margin: 0 auto -30px;
  }

  .ny_honor {
    padding: 40px 0;
  }

  .ny_honor .roll {
    padding: 0 50px;
  }

  .ny_honor .swiper-slide a.name {
    font-size: 15px;
  }

  .ny_honor .roll .swiper-button-prev,
  .ny_honor .roll .swiper-button-next {
    width: 30px;
    height: 40px;
    margin-top: -20px;
  }

  .ny_honor .swiper-slide .pic {
    height: 200px;
  }

  .ny_culture {
    padding: 40px 0 80px;
  }

  .ny_culture .left {
    display: block;
    width: 100%;
    padding: 20px 40px;
  }

  .ny_culture .left p {
    width: 100%;
    font-size: 24px;
  }

  .ny_culture .left p:nth-of-type(1) {
    margin-top: 0;
  }

  .ny_culture .right {
    width: 100%;
  }

  .ny_culture .right .qywjli {
    padding: 20px 0;
    border-bottom: 3px solid #eee;
  }

  .ny_culture .right .qywjli p {
    font-size: 20px;
  }

  .ny_culture .right .qywjli span {
    line-height: 24px;
    font-size: 14px;
  }

}

@media (max-width:390px) {}

@media (max-width:320px) {
  .ny_abcont {
    padding: 20px 0 40px;
  }

  .ny_honor {
    padding: 20px 0;
  }

  .ny_honor .swiper-slide .pic {
    height: 150px;
  }

  .ny_culture {
    padding: 20px 0 60px;
  }

  .ny_culture .left {
    padding: 20px;
  }

  .ny_culture .left p {
    font-size: 22px;
    line-height: 32px;
  }

  .ny_culture .right .qywjli {
    border-bottom: 2px solid #eee;
  }


}