/*nyAboutUs start*/
.nyAboutUs {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.nyAboutUs .nyAboutUs_profile {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0 120px;
  background: url(../images/abBg01.png) center bottom no-repeat;
}

.nyAboutUs_profile .nyAbProfile_main {
  min-height: 140px;
  margin: 0 auto;
  padding: 0 0 0 60px;
  border-left: 1px solid #e6e6e6;
  position: relative;
}

.nyAbProfile_main::before {
  content: "";
  display: block;
  width: 2px;
  height: 32px;
  overflow: hidden;
  background-color: #f08200;
  position: absolute;
  left: -1px;
  top: 34px;
}

.nyAbProfile_main .nyAbProfile_left {
  width: 54%;
  height: auto;
  margin: 0;
  padding: 30px 0;
  float: left;
}

.nyAb_title1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto 30px;
  padding: 0;
}

.nyAb_title1 img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -6px -12px 0;
  vertical-align: top;
}

.nyAb_title2 {
  color: #fff;
  text-align: center;
}

.nyAb_title3 {
  text-align: center;
}

.nyAbProfile_left .nyAbProfile_text {
  width: 100%;
  height: auto;
  max-height: 435px;
  overflow-y: scroll;
  line-height: 26px !important;
  color: #555 !important;
  font-family: Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  margin: 0 auto;
  scrollbar-width: none;
  padding-right:20px;
}

.nyAbProfile_text div,
.nyAbProfile_text p,
.nyAbProfile_text span,
.nyAbProfile_text font,
.nyAbProfile_text em,
.nyAbProfile_text b {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 26px !important;
  color: #555 !important;
  font-family: Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  margin: 0 auto;
  word-wrap: break-word;
  word-break: normal;
}

.nyAbProfile_main .nyAbProfile_right {
  width: auto;
  height: 565px;
  margin: 0;
  padding: 30px 10px 15px 15px;
  float: right;
  position: relative;
}

.nyAbProfile_right::before {
  content: "";
  display: block;
  width: 520px;
  height: 520px;
  margin: 0;
  background-color: #f08200;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nyAbProfile_right::after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  margin: 0;
  background: url(../images/abDot.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  right: 0;
}

.nyAbProfile_right p {
  width: 520px;
  height: 520px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}

.nyAbProfile_right p img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyAbProfile_right p:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyAboutUs .nyAboutUs_culture {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
  background: url(../images/abBg02.jpg) center center no-repeat;
  background-size: cover;
}

.nyAboutUs_culture ul {
  margin: 60px auto 0;
}

.nyAboutUs_culture ul li {
  width: 33.333333%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0 30px;
  float: left;
}

.nyAboutUs_culture ul li i {
  display: block;
  width: 160px;
  height: 185px;
  overflow: hidden;
  margin: 0 auto;
}

.nyAboutUs_culture ul li i.abIco1 {
  background: url(../images/abIco01.png) center center no-repeat;
  background-size: 100% 100%;
}

.nyAboutUs_culture ul li i.abIco2 {
  background: url(../images/abIco02.png) center center no-repeat;
  background-size: 100% 100%;
}

.nyAboutUs_culture ul li i.abIco3 {
  background: url(../images/abIco03.png) center center no-repeat;
  background-size: 100% 100%;
}

.nyAboutUs_culture ul li:hover i.abIco1 {
  background: url(../images/abIco1.png) center center no-repeat;
  background-size: 100% 100%;
}

.nyAboutUs_culture ul li:hover i.abIco2 {
  background: url(../images/abIco2.png) center center no-repeat;
  background-size: 100% 100%;
}

.nyAboutUs_culture ul li:hover i.abIco3 {
  background: url(../images/abIco3.png) center center no-repeat;
  background-size: 100% 100%;
}

.nyAboutUs_culture ul li p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 20px;
  padding: 0;
}

.nyAboutUs_culture ul li:hover p {
  color: #f08200;
}

.nyAboutUs_culture ul li span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}

.nyAboutUs .nyAboutUs_honor {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
  background: url(../images/abBg03.png) center center no-repeat;
  background-size: cover;
  position: relative;
}

.nyAboutUs_honor .nyAbHonor_swiper {
  margin: 40px auto 0;
  padding: 0 40px;
  position: relative;
}

.nyAbHonor_swiper .swiper-container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0;
}

.nyAbHonor_swiper .swiper-container .swiper-slide {
  height: 320px;
  padding: 20px;
  background: url(../images/abHnr_Bg.png) center center no-repeat;
  background-size: 100% 100%;
}

.nyAbHonor_swiper .swiper-container .swiper-slide-active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.nyAbHonor_swiper .swiper-container .swiper-slide p {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.nyAbHonor_swiper .swiper-container .swiper-slide p img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyAbHonor_swiper .swiper-button-prev5,
.nyAbHonor_swiper .swiper-button-next5 {
  width: 36px !important;
  height: 52px !important;
  text-align: center;
  padding: 12px 0;
  position: absolute;
  top: 50% !important;
  opacity: 1;
  background: rgba(51, 51, 51, 0.85);
  cursor: pointer;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.nyAbHonor_swiper .swiper-button-prev5 {
  left: -18px;
}

.nyAbHonor_swiper .swiper-button-next5 {
  right: -18px;
}

.nyAbHonor_swiper .swiper-button-prev5:hover,
.nyAbHonor_swiper .swiper-button-next5:hover {
  background: #f08200;
}

.nyAbHonor_swiper .swiper-button-prev5 i,
.nyAbHonor_swiper .swiper-button-next5 i {
  color: #fff;
  font-size: 28px;
}


/*nyAboutUs end*/