* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 16px;
  background: #fff;
  line-height: 30px;
  overflow-x: hidden;
  font-family: Microsoft YaHei;
  position: relative;
  margin: 0 auto !important;
}
.content-wrap {
  overflow-x: hidden;
}
#fullpage .footer {
  margin-top: 0;
}
.clear {
  clear: both;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  width: 1300px;
}
.ny-wrap {
  width: 1200px;
  margin: 0 auto;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow1,
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.clear {
  clear: both;
}
@keyframes fadeInOut {
  0% {
    opacity: 0.3;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.head {
  position: absolute;
  z-index: 10000;
  width: 100%;
  top: 0;
  left: 0;
  height: 100px;
}
.head.head-fix {
  position: absolute !important;
  background: #fff;
  transition: all 0.6s;
}
.head.isback {
  background: #fff;
  box-shadow: 0px 9px 15px -6px #e9e9e9;
}
.head.isback a {
  color: #333 !important;
}
.head .wrap {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .wrap .logo img {
  max-width: 185px;
}
.head .wrap .nav ul {
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  align-items: center;
}
.head .wrap .nav ul li {
  padding: 0 18px;
  height: 98px;
  line-height: 98px;
  margin: 0 5px;
  position: relative;
}
.head .wrap .nav ul li:hover > a,
.head .wrap .nav ul li.on > a {
  color: #00a5ff;
  box-sizing: border-box;
  font-weight: 700;
}
.head .wrap .nav ul li:hover .sub {
  display: block;
}
.head .wrap .nav ul li:nth-child(3) .sub,
.head .wrap .nav ul li:nth-child(4) .sub {
  width: 313px;
}
.head .wrap .nav ul li.on::after {
  content: '▼';
  display: inline-block;
  color: #00a5ff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  font-size: 12px;
  transform: translateX(-50%);
}
.head .wrap .nav ul li > a {
  font-size: 18px;
  color: #333;
}
.head .wrap .nav ul li .sub {
  top: 80px;
  position: absolute;
  left: 50%;
  min-width: 120px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 10000000000;
  display: none;
  padding-top: 20px;
  transform: translateX(-50%);
  border-radius: 0 0 14px 14px;
}
.head .wrap .nav ul li .sub > a {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.head .wrap .nav ul li .sub > a:nth-last-child(1) {
  border-bottom: none;
}
.head .wrap .nav ul li .sub > a:hover {
  font-weight: 700;
  color: #00a5ff;
}
.ny-head {
  background: #fff;
}
.ny-banner {
  padding-top: 100px;
}
.ny-banner img {
  width: 100%;
  display: block;
}
.ny-banner .wrap {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ny-banner .wrap .text {
  position: absolute;
  left: 0;
  top: calc(15vh + 100px);
}
.ny-banner .wrap .text .title p:nth-child(1) {
  font-size: 26px;
  color: #b0b0b0;
  text-transform: uppercase;
}
.ny-banner .wrap .text .title p:nth-child(2) {
  font-size: 42px;
  color: #333333;
  font-weight: 700;
  margin-top: 10px;
}
.ny-banner .wrap .text .line {
  width: 51px;
  height: 5px;
  background: #00a5ff;
  margin-top: 9vh;
}
.ny-banner .wrap .text2 {
  position: absolute;
  left: 0;
  top: calc(15vh + 100px);
  width: 418px;
}
.ny-banner .wrap .text2 p:nth-child(1) {
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
  color: #333333;
}
.ny-banner .wrap .text2 p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
}
.index-com-tit {
  text-align: center;
  margin-top: 9.9vh;
}
.index-com-tit p:nth-child(1) {
  font-size: 26px;
  color: rgba(115, 115, 115, 0.5);
  text-transform: uppercase;
}
.index-com-tit p:nth-child(2) {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-top: 10px;
}
.index-com-tit p:nth-child(3) {
  width: 60px;
  height: 6px;
  background: #00a5ff;
  margin: 0 auto;
  margin-top: 30px;
}
#fullpage .fadein {
  opacity: 0;
  transition: 0.2s;
}
#fullpage .fadeinup {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.2s;
}
#fullpage .fadeinleft {
  transform: translateX(-40px);
  opacity: 0;
  transition: 0.2s;
}
#fullpage .fadeinright {
  transform: translateX(40px);
  opacity: 0;
  transition: 0.2s;
}
#fullpage .section.current .fadeinup,
#fullpage .section.current .fadeinleft,
#fullpage .section.current .fadeinright {
  transform: none;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.section-first {
  /*首页轮播图*/
  overflow: hidden;
  padding-top: 1px;
  position: relative;
}
.section-first .banner {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
  padding-top: 100px;
}
.section-first .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-first .wrap {
  position: absolute;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-first .wrap .text {
  position: absolute;
  left: 0;
  top: calc(20vh + 100px);
}
.section-first .wrap .text .title {
  font-weight: bold;
  font-size: 52px;
  color: #333333;
  line-height: 88px;
}
.section-first .wrap .text .title p:nth-child(1) {
  color: #01a0f7;
}
.section-first .wrap .text .desc {
  width: 252px;
  font-size: 18px;
  color: #000000;
  margin-top: 60px;
  line-height: 42px;
  transition-delay: 0.8s !important;
}
.section-first .wrap .text .line {
  width: 51px;
  height: 5px;
  background: #00a5ff;
  margin-top: 90px;
  transition-delay: 1s !important;
}
.section-second {
  background: center / cover no-repeat;
  z-index: 10000;
}
.section-second .wrap {
  height: calc(100% - 1px);
  position: relative;
  padding-top: 1px;
}
.section-second .bd {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-second .bd ul {
  width: 100%;
  height: 100%;
}
.section-second .bd ul li {
  width: 100%;
  height: 100%;
}
.section-second .bd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-second .hd {
  margin-top: 6vh;
  transition-delay: 0.6s !important;
}
.section-second .hd ul {
  display: flex;
}
.section-second .hd ul li {
  width: calc(33% - 20px);
  margin-right: 35px;
  position: relative;
}
.section-second .hd ul li:hover {
  top: -20px;
}
.section-second .hd ul li:hover .text {
  height: 270px;
}
.section-second .hd ul li:hover .more {
  bottom: 30px;
}
.section-second .hd ul li:nth-child(3n) {
  margin-right: 0;
}
.section-second .hd ul li a .img-wrap {
  width: 100%;
  height: 27.3vh;
}
.section-second .hd ul li a .img-wrap img {
  width: 100%;
  height: 100%;
}
.section-second .hd ul li a .text {
  width: 100%;
  height: 22vh;
  padding: 0 20px;
  background: #ffffff;
  box-sizing: border-box;
  position: relative;
}
.section-second .hd ul li a .text p:nth-child(1) {
  font-size: 22px;
  color: #222222;
  padding-top: 30px;
}
.section-second .hd ul li a .text p:nth-child(2) {
  font-size: 15px;
  color: #555555;
  line-height: 30px;
  margin-top: 25px;
}
.section-second .hd ul li a .more {
  width: 38px;
  height: 32px;
  background: #00a5ff;
  color: #fff;
  font-size: 14px;
  padding: 0 24px;
  border-radius: 19px;
  position: absolute;
  text-align: center;
  line-height: 32px;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}
.section-third {
  background: center / cover no-repeat;
}
.section-third .wrap {
  height: calc(100% - 1px);
  padding-top: 1px;
  position: relative;
}
.section-third .desc {
  width: 976px;
  margin: 0 auto;
  font-size: 16px;
  color: #555555;
  line-height: 36px;
  margin-top: 7vh;
  text-align: center;
}
.section-third .list {
  margin-top: 9vh;
  transition-delay: 0.6s !important;
}
.section-third .list ul {
  display: flex;
}
.section-third .list ul li {
  width: calc(20% - 20px);
  margin-right: 18px;
}
.section-third .list ul li:nth-last-child(1) {
  margin-right: 0;
}
.section-third .list ul li .tx {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(125, 125, 125, 0.4);
  font-size: 13px;
  color: #222222;
}
.section-third .list ul li .img-wrap {
  margin-top: 30px;
  text-align: center;
  height: 250px;
  position: relative;
}
.section-third .list ul li .img-wrap img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  max-width: 48%;
}
.section-four {
  background: center / cover no-repeat;
  z-index: 10000;
}
.section-four .wrap {
  height: calc(100% - 1px);
  padding-top: 1px;
  position: relative;
}
.section-four .list {
  overflow: hidden;
  width: calc(100% - 65px);
  transition-delay: 0.6s !important;
}
.partner {
  display: flex;
  margin-top: 10vh;
}
.section-four .btn {
  width: 40px;
  height: 120px;
  background: #00a5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1000000;
  margin-right: 25px;
}
.section-four .btn span {
  display: block;
  color: #fff;
}
.section-four .btn span.iconfont {
  font-size: 20px;
}
.section-four .index-com-tit {
  margin-top: 22vh;
}
.section-four .btn span.icon-r {
  transform: rotateY(180deg);
}
.section-four .btn span.icon-j {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  background: #ffffff;
  margin: 20px 0;
}

.section-four .list ul {
  display: flex;
  /* flex-wrap: wrap; */
}
.section-four .list ul li {
  width: calc(25% - 14px);
  margin-bottom: 25px;
  height: 120px;
  margin-right: 18px;
  background: #fff;
}
.section-four .list ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.section-four .list ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-four .list ul li:nth-child(4n) {
  margin-right: 0;
}
.footer {
  background: #434343;
  padding-top: 80px;
  height: 651px;
  box-sizing: border-box;
}
.footer .foot-top {
  display: flex;
  justify-content: space-between;
}
.footer .foot-top .logo img {
  max-width: 180px;
  padding-right: 20px;
}
.footer .foot-top .nav > ul {
  display: flex;
  justify-content: space-between;
}
.footer .foot-top .nav > ul > li {
  font-size: 18px;
  margin-right: 32px;
}
.footer .foot-top .nav > ul > li:nth-last-child(1) {
  margin-right: 0;
}
.footer .foot-top .nav > ul > li a {
  color: #ffffff;
  white-space: nowrap;
}
.footer .foot-top .nav > ul > li .sub {
  margin-top: 15px;
}
.footer .foot-top .nav > ul > li .sub a {
  font-size: 14px;
  color: #a4a4a4;
  line-height: 36px;
  display: block;
}
.footer .foot-top .nav > ul > li .sub a:hover {
  color: #00a5ff;
}
.footer .bottom {
  height: 150px;
  background: #505050;
  margin-top: 100px;
  align-items: center;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
}
.footer .bottom .left {
  display: flex;
  align-items: center;
}
.footer .bottom .left .number {
  margin-left: 20px;
}
.footer .bottom .left .number p:nth-child(1) {
  color: #ffffff;
}
.footer .bottom .left .number p:nth-child(2) {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 10px;
}
.footer .bottom .mid {
  font-size: 15px;
  color: #c7c7c7;
  line-height: 36px;
}
.footer .bottom .mid span {
  color: #fff;
  text-transform: uppercase;
}
.footer .bottom .right {
  display: flex;
  align-items: center;
}
.footer .bottom .right .erwei {
  display: flex;
  align-items: center;
}
.footer .bottom .right .erwei img {
  width: 108px;
  height: 108px;
}
.footer .bottom .right .tx {
  font-size: 15px;
  color: #dcdcdc;
  line-height: 36px;
  margin-left: 40px;
}
.footer .copy {
  font-size: 15px;
  color: #8a8a8a;
  line-height: 36px;
  text-align: center;
  margin-top: 40px;
}
.footer .copy a {
  color: #8a8a8a;
}
.ny-classify {
  height: 98px;
  border-bottom: 1px solid #e0e0e0;
}
.ny-classify ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 98px;
}
.ny-classify ul li {
  font-size: 18px;
  line-height: 40px;
  padding: 0 35px;
  margin: 0 30px;
  height: 98px;
  line-height: 98px;
}
.ny-classify ul li a {
  color: #222222;
}
.ny-classify ul li:hover a {
  color: #00a5ff;
  font-weight: 700;
}
.ny-classify ul li.on {
  border-bottom: 2px solid #00a5ff;
}
.ny-classify ul li.on a {
  color: #00a5ff;
  font-weight: 700;
}
.ny-com-tit {
  text-align: center;
}
.ny-com-tit p:nth-child(1) {
  font-size: 32px;
  color: #333333;
  line-height: 30px;
  font-weight: 700;
}
.ny-com-tit p:nth-child(2) {
  width: 51px;
  height: 5px;
  background: #00a5ff;
  margin: 0 auto;
  margin-top: 25px;
}
.ny-about .a-top {
  margin-top: 110px;
}
.ny-about .a-top .tit p:nth-child(1) {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}
.ny-about .a-top .tit p:nth-child(2) {
  font-size: 64px;
  color: #333333;
  line-height: 68px;
  margin-top: -60px;
  margin-left: 150px;
  opacity: 0.06;
  font-weight: 700;
  text-transform: uppercase;
}
.ny-about .a-top .desc {
  width: 986px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 50px;
}
.ny-about .a-top .histoty {
  height: 285px;
  margin-top: 80px;
}
.ny-about .a-top .histoty ul {
  display: flex;
  height: 285px;
  align-items: center;
}
.ny-about .a-top .histoty ul li {
  margin-right: 125px;
}
.ny-about .a-top .histoty ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-about .a-top .histoty ul li p:nth-child(1) .i {
  font-weight: bold;
  font-size: 18px;
  color: #00a5ff;
  margin-left: 3px;
}
.ny-about .a-top .histoty ul li p:nth-child(1) .num {
  font-weight: bold;
  font-size: 52px;
  color: #00a5ff;
}
.ny-about .a-top .histoty ul li p:nth-child(2) {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
}
.ny-about .video {
  width: 100%;
  margin-top: 85px;
}
.ny-about .video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ny-about .cluture {
  height: 864px;
  padding-top: 90px;
  box-sizing: border-box;
  margin-top: 90px;
}
.ny-about .cluture .culture-cont {
  display: flex;
  margin-top: 110px;
}
.ny-about .cluture .culture-cont .left {
  width: 56.5%;
}
.ny-about .cluture .culture-cont .left .item:nth-child(2) {
  margin-top: 90px;
}
.ny-about .cluture .culture-cont .left .item .tit {
  font-size: 24px;
  font-weight: 700;
}
.ny-about .cluture .culture-cont .left .item .tit img {
  margin-right: 10px;
}
.ny-about .cluture .culture-cont .left .item .dec {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  margin-top: 10px;
}
.ny-about .cluture .culture-cont .left .item .other {
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.ny-about .cluture .culture-cont .left .item .other span,
.ny-about .cluture .culture-cont .left .item .other .tits {
  font-weight: 700;
}
.ny-about .cluture .culture-cont .left .item .other .tits {
  margin-top: 40px;
}
.ny-about .cluture .culture-cont .right {
  width: calc(46.6% - 45px);
  margin-left: 45px;
  height: 450px;
}
.ny-about .cluture .culture-cont .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-about .development {
  height: 715px;
  padding-top: 90px;
  box-sizing: border-box;
}
.ny-about .development .wrap {
  position: relative;
}
.ny-about .development .btn-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 110px;
  position: absolute;
}
.ny-about .development .btn-list .d-prev {
  position: relative;
  left: -100px;
}
.ny-about .development .btn-list .d-next {
  position: relative;
  right: -100px;
  transform: rotate(180deg);
}
.ny-about .development .dvSwiper {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.ny-about .development .dvSwiper ul {
  width: 100%;
}
.ny-about .development .dvSwiper ul li {
  width: 100%;
  display: flex;
}
.ny-about .development .dvSwiper ul li .item {
  width: calc(25% - 20px);
  margin-right: 20px;
  display: flex;
}
.ny-about .development .dvSwiper ul li .item:nth-last-child(1) {
  margin-right: 0;
}
.ny-about .development .dvSwiper ul li .item:nth-child(1) {
  margin-top: 150px;
}
.ny-about .development .dvSwiper ul li .item:nth-child(2) {
  margin-top: 80px;
}
.ny-about .development .dvSwiper ul li .item:nth-child(3) {
  margin-top: 56px;
}
.ny-about .development .dvSwiper ul li .item .right {
  margin-left: 25px;
}
.ny-about .development .dvSwiper ul li .item .right .year {
  font-weight: bold;
  font-size: 36px;
  color: #00a5ff;
}
.ny-about .development .dvSwiper ul li .item .right .desc {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 15px;
}
.ny-page {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  margin-top: 55px;
}
.ny-prpduct {
  margin-top: 120px;
  margin-bottom: 80px;
}
.list-case li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-case li .img-wrap {
  width: calc(50% - 60px);
}
.list-case li .img-wrap img {
  width: 100%;
}
.list-case li .tx {
  width: calc(50% - 60px);
}
.list-case li .tx p:nth-child(1) {
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  line-height: 48px;
}
.list-case li .tx p:nth-child(2) {
  width: 50px;
  height: 5px;
  background: #00a5ff;
  margin-top: 25px;
}
.list-case li .tx p:nth-child(3) {
  margin-top: 45px;
}
.page-case .more {
  width: 480px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #00a5ff;
  border-radius: 65px;
  margin: 45px auto;
  margin-bottom: 100px;
}
.page-case .more a {
  color: #fff;
}
.ny-case {
  margin-bottom: 80px;
}
.ny-case .list {
  margin-top: 30px;
}
.ny-case .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-case .list ul li {
  width: calc(33% - 20px);
  margin-right: 35px;
  margin-top: 60px;
}
.ny-case .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-case .list ul li:hover .text {
  color: #00a5ff;
}
.ny-case .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-case .list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.ny-case .list ul li .img-wrap .img {
  width: 100%;
}
.ny-case .list ul li .img-wrap .img::after {
  content: '';
  width: 100%;
  display: block;
  padding-bottom: 75%;
}
.ny-case .list ul li .text {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  margin-top: 20px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
}
.ny-research .clumn-one {
  margin-top: 60px;
}
.ny-research .clumn-one .conts {
  margin-top: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny-research .clumn-one .conts .left-img {
  width: 43.07%;
  height: 315px;
}
.ny-research .clumn-one .conts .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-research .clumn-one .conts .desc {
  width: 45.3%;
  font-size: 16px;
  color: #222222;
  line-height: 40px;
}
.ny-research .clumn-two {
  background: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 100px;
  box-sizing: border-box;
  margin-top: 90px;
}
.ny-research .clumn-two .desc {
  font-size: 16px;
  color: #222222;
  line-height: 40px;
  margin-top: 50px;
}
.ny-research .clumn-two .icon-list {
  margin-top: 70px;
}
.ny-research .clumn-two .icon-list ul {
  display: flex;
}
.ny-research .clumn-two .icon-list ul li {
  width: calc(25% - 20px);
  margin-right: 30px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.ny-research .clumn-two .icon-list ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-research .clumn-two .icon-list ul li p {
  font-size: 16px;
  color: #222222;
  margin-top: 40px;
}
.ny-research .clumn-three {
  margin-top: 90px;
}
.ny-research .clumn-three .partner {
  margin-top: 25px;
}
.ny-research .clumn-three .partner ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-research .clumn-three .partner ul li {
  width: calc(50% - 16px);
  margin-right: 30px;
  display: flex;
  padding: 25px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  margin-top: 35px;
}
.ny-research .clumn-three .partner ul li:nth-child(2n) {
  margin-right: 0;
}
.ny-research .clumn-three .partner ul li a {
  display: flex;
  align-items: center;
}
.ny-research .clumn-three .partner ul li a .left {
  width: 234px;
  height: 280px;
}
.ny-research .clumn-three .partner ul li a .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-research .clumn-three .partner ul li a .right {
  margin-left: 54px;
  width: calc(100% - 280px);
}
.ny-research .clumn-three .partner ul li a .right .name {
  display: flex;
  font-size: 18px;
  color: #222222;
  font-weight: 700;
}
.ny-research .clumn-three .partner ul li a .right .name img {
  margin-right: 15px;
}
.ny-research .clumn-three .partner ul li a .right .desc {
  font-size: 14px;
  color: #555555;
  line-height: 30px;
  margin-top: 25px;
}
.ny-research .r-tit {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  display: flex;
  align-items: center;
}
.ny-research .r-tit span {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #00a5ff;
  border-bottom: 7px solid transparent;
  margin-left: 15px;
}
.ny-research .clumn-four {
  margin-top: 100px;
}
.ny-research .clumn-four .conts {
  margin-top: 70px;
  padding: 80px 0;
  background: #f7f7f7;
}
.ny-research .clumn-four .conts .list {
  overflow: hidden;
  margin-top: 45px;
}
.ny-research .clumn-four .conts .list ul {
  display: flex;
}
.ny-research .clumn-four .conts .list ul li {
  width: calc(20% - 10px);
  margin-right: 20px;
}
.ny-research .clumn-four .conts .list ul li .img-wrap {
  width: 100%;
  height: 334px;
}
.ny-research .clumn-four .conts .list ul li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ny-research .clumn-four .conts .list ul li .text {
  font-size: 14px;
  color: #454545;
  line-height: 30px;
  margin-top: 25px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.ny-research .clumn-five {
  height: 886px;
  position: relative;
}
.ny-research .clumn-five .left {
  padding-top: 90px;
  width: 49.6%;
  margin-right: 80px;
}
.ny-research .clumn-five .left .result {
  margin-top: 80px;
  position: relative;
}
.ny-research .clumn-five .left .result .resultSwiper {
  overflow: hidden;
}
.ny-research .clumn-five .left .result .resultSwiper ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ny-research .clumn-five .left .result .resultSwiper ul li .img-wrap {
  height: 450px;
  width: auto;
  max-width: 450px;
  text-align: center;
}
.ny-research .clumn-five .left .result .resultSwiper ul li .img-wrap img {
  object-fit: contain;
}
.ny-research .clumn-five .left .result .resultSwiper ul li .text {
  text-align: center;
  margin-top: 60px;
}
.ny-research
  .clumn-five
  .left
  .result
  .resultSwiper
  ul
  li
  .text
  p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.ny-research
  .clumn-five
  .left
  .result
  .resultSwiper
  ul
  li
  .text
  p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  margin-top: 30px;
}
.ny-research .clumn-five .left .result .btn-list {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}
.ny-research .clumn-five .left .result .btn-list > div {
  font-size: 30px;
  color: #555555;
  display: inline-block;
}
.ny-research .clumn-five .left .result .btn-list > div:hover {
  color: #00a5ff;
}
.ny-research .clumn-five .left .result .btn-list > div.r-next {
  transform: rotateY(180deg);
  transform-origin: center;
}
.ny-research .clumn-five .right-img {
  width: 47.4%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.ny-research .clumn-five .right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enquitmentSwiper {
  overflow: hidden;
  margin-top: 60px;
}
.enquitmentSwiper ul {
  display: flex;
}
.enquitmentSwiper ul li {
  width: calc(33% - 20px);
  margin-right: 25px;
  box-sizing: border-box;
}
.enquitmentSwiper ul li .img-wrap {
  width: 100%;
}
.enquitmentSwiper ul li .img-wrap .img {
  width: 100%;
}
.enquitmentSwiper ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 68.2%;
}
.enquitmentSwiper ul li p {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
}
.ny-news {
  margin-bottom: 80px;
}
.ny-news .list ul li {
  padding: 65px 0;
  border-bottom: 1px dashed #dcdcdc;
}
.ny-news .list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-news .list ul li:hover .tit {
  color: #00a5ff !important;
}
.ny-news .list ul li a {
  display: flex;
  align-items: center;
}
.ny-news .list ul li a .left {
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.ny-news .list ul li a .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-news .list ul li a .right {
  width: calc(100% - 365px);
  margin-left: 65px;
}
.ny-news .list ul li a .right .top-tit {
  display: flex;
}
.ny-news .list ul li a .right .top-tit .tit {
  width: 80%;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.ny-news .list ul li a .right .top-tit .time {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #d0d0d0;
  line-height: 30px;
  white-space: nowrap;
}
.ny-news .list ul li a .right .top-tit .time .t {
  width: 45px;
  height: 16px;
  padding: 0 5px;
  box-sizing: border-box;
  background: #ecf1f8;
  font-size: 12px;
  color: #a2cae0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-right: 10px;
}
.ny-news .list ul li a .right .desc {
  font-size: 14px;
  color: #555555;
  line-height: 30px;
  margin-top: 30px;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 7px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.paging li.prev a,
.paging li.next a {
  margin: 0 20px;
}
.paging li.active a,
.paging li:hover a {
  background: #00a5ff !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.next {
  transform: rotate(180deg);
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.ny-detail {
  margin-top: 60px;
  margin-bottom: 80px;
}
.ny-detail .title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.ny-detail .cont {
  width: 1300px !important;
}
.ny-detail .related {
  text-align: center;
  font-size: 14px;
  color: #888888;
  line-height: 40px;
  margin-top: 10px;
}
.ny-detail .cont {
  margin-top: 50px;
}
.ny-detail .other {
  margin-top: 60px;
}
.ny-detail .other li {
  line-height: 30px;
}
.ny-detail .other li a {
  color: #888888;
}
.ny-detail .other li:hover a {
  color: #00a5ff;
}
.ny-contact .top-cont {
  margin-top: 120px;
}
.ny-contact .top-cont ul {
  display: flex;
}
.ny-contact .top-cont ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #e3e7ed;
  padding-top: 25px;
  box-sizing: border-box;
}
.ny-contact .top-cont ul li:nth-last-child(1) {
  border-right: none;
}
.ny-contact .top-cont ul li .t {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  display: flex;
  align-items: center;
}
.ny-contact .top-cont ul li .t img {
  margin-right: 15px;
}
.ny-contact .top-cont ul li .tx {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  margin-top: 30px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.ny-contact .top-cont ul li.ewm .ew {
  width: 108px;
  height: 108px;
}
.ny-contact .top-cont ul li.ewm .ew img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-contact .top-cont ul li.ewm .tx {
  margin-top: 0;
}
.ny-contact .map {
  width: 100%;
  margin-top: 90px;
  height: 500px;
}
.ny-contact .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-sales {
  margin-bottom: 80px;
}
.ny-sales .tits {
  margin-top: 60px;
  text-align: center;
  line-height: 40px;
}
.ny-sales .tits p:nth-child(1) {
  font-size: 26px;
  color: #333333;
}
.ny-sales .tits p:nth-child(2) {
  font-size: 16px;
  color: #333333;
}
.ny-sales .tits p:nth-child(2) span {
  color: #00a5ff;
}
.ny-sales .message {
  margin-top: 60px;
}
.ny-sales .item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.ny-sales .item .inp {
  width: calc(50% - 20px);
  margin-right: 40px;
  height: 60px;
  background: #f6f7f9;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.ny-sales .item .inp span {
  width: 80px;
  font-size: 16px;
  color: #333333;
}
.ny-sales .item .inp span i {
  color: #e80808;
}
.ny-sales .item .inp input {
  width: 80%;
  height: 80px;
  margin-left: 15px;
}
.ny-sales .item .inp:nth-last-child(1) {
  margin-right: 0;
}
.ny-sales .item.custom-select.open .options {
  display: block;
}
.ny-sales .item .custom-select.open .arrow {
  transform: rotate(180deg);
}
.ny-sales .item.select {
  height: 60px;
  background: #f6f7f9;
  padding: 0 30px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}
.ny-sales .item.select span {
  width: 80px;
  font-size: 16px;
  color: #333333;
}
.ny-sales .item.select span i {
  color: #e80808;
}
.ny-sales .item.select .selected-option {
  width: calc(100% - 80px);
  height: 50px;
  border: none;
  background: none;
  outline: none;
  position: relative;
}
.ny-sales .item.select .selected-option span {
  display: flex;
  width: 80%;
  height: 100%;
  align-items: center;
  margin-left: 20px;
}
.ny-sales .item.select .arrow {
  transition: transform 0.3s;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #bbc4d0;
  transition: all 0.3s ease;
  right: 30px;
  top: 25px;
}
.ny-sales .item.select .options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: white;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.ny-sales .item.select .option {
  padding: 10px 15px;
  cursor: pointer;
}
.ny-sales .item.select .option:hover {
  background-color: #f0f0f0;
}
.ny-sales .item.text-area {
  height: 131px;
  background: #f6f7f9;
  padding: 0 30px;
  display: flex;
  position: relative;
  padding-top: 20px;
  box-sizing: border-box;
}
.ny-sales .item.text-area span {
  width: 80px;
  font-size: 16px;
  color: #333333;
}
.ny-sales .item.text-area span i {
  color: #e80808;
}
.ny-sales .item.text-area textarea {
  height: 100px;
  width: 80%;
  margin-left: 10px;
  margin-top: 5px;
}
.ny-sales .item.radio {
  display: flex;
  margin-top: 50px;
}
.ny-sales .item.radio .radio-group {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
}
.ny-sales .item.radio span {
  width: 80px;
  font-size: 16px;
  color: #333333;
}
.ny-sales .item.radio span i {
  color: #e80808;
}
.ny-sales .item.radio .radio-item {
  width: calc(25% - 30px);
  font-size: 16px;
  color: #555555;
  margin-left: 29px;
  margin-bottom: 22px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.ny-sales .item.radio .radio-item input:checked ~ .radio-circle {
  background-color: #2196f3;
  box-shadow: inset 0 0 0 4px #eee;
}
.ny-sales .item.radio .radio-item .radio-circle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s;
}
.ny-sales
  .item.radio
  .radio-item
  .custom-radio
  input:checked
  ~ .radio-circle:after {
  transform: translate(-50%, -50%) scale(1);
}
.ny-sales .item.radio .radio-item input[type='radio'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ny-sales .item.radio .radio-item .radio-circle {
  width: 18px;
  height: 18px;
  background: #f3f5f8;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: block;
  margin-right: 10px;
}
.ny-sales .sub {
  width: 420px;
  height: 60px;
  background: #00a5ff;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #fefefe;
  margin: 0 auto;
  margin-top: 50px;
}
.ny-join {
  margin-bottom: 80px;
  position: relative;
}
.ny-join .clunm-one {
  height: 507px;
  background: #f7f8f9;
  padding: 90px;
  box-sizing: border-box;
}
.ny-join .clunm-one .list {
  margin-top: 60px;
}
.ny-join .clunm-one .list ul {
  display: flex;
}
.ny-join .clunm-one .list ul li {
  width: calc(14.3% - 10px);
  height: 195px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-right: 35px;
}
.ny-join .clunm-one .list ul li img {
  height: 45px;
  width: auto;
}
.ny-join .clunm-one .list ul li p {
  margin-top: 30px;
}
.ny-join .clunm-one .list ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-join .clunm-two {
  margin-top: 75px;
}
.ny-join .clunm-two .list {
  margin-top: 65px;
}
.ny-join .clunm-two .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-join .clunm-two .list ul li {
  width: calc(50% - 40px);
  margin-right: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  border-bottom: 1px solid #e1e1e1;
}
.ny-join .clunm-two .list ul li:hover .name {
  font-weight: 700;
}
.ny-join .clunm-two .list ul li:hover .iconfont {
  color: #00a5ff;
}
.ny-join .clunm-two .list ul li:nth-child(2n) {
  margin-right: 0;
}
.ny-join .clunm-two .list ul li .name {
  width: 80%;
  font-size: 18px;
  color: #222222;
}
.ny-join .clunm-two .list ul li .iconfont {
  font-size: 25px;
  color: #a0a0a0;
}
.ny-join .mask-cont {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none;
}
.ny-join .mask-cont .cont {
  height: 68vh;
  background: #fff;
  padding: 70px 60px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
}
.ny-join .mask-cont .cont::-webkit-scrollbar {
  height: 5px;
}

.ny-join .mask-cont .cont::-webkit-scrollbar-track {
  background: #f1f1f1;
  width: 20px;
}

.ny-join .mask-cont .cont::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 25px;
  width: 15px;
}
.ny-join .mask-cont .cont .tits {
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  line-height: 36px;
}
.ny-join .mask-cont .cont .contents {
  margin-top: 15px;
  font-size: 15px;
  color: #555;
  line-height: 36px;
}
.ny-join .mask-cont .cont .contents h3 {
  color: #222;
  font-weight: 700;
  margin-top: 50px;
}
.ny-join .mask-cont .cont .close {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #a0a0a0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  position: absolute;
  right: 35px;
  top: 35px;
}
@media screen and (max-width: 1680px) {
  .wrap {
    width: 1200px;
  }
  #fp-nav.right {
    left: 30px;
  }
}
@media screen and (max-width: 1550px) {
  .section-third .service-swiper {
    width: 70%;
  }
  .section-third .service-swiper {
    margin-top: 16px;
  }
}
input,
textarea {
  border: none;
  outline: none;
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@keyframes ui-spinner-rotate-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ui-spinner-rotate-left {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
