* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  margin-bottom: 0;
  font-family: '微软雅黑';
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com-back {
  background: linear-gradient(138deg, #0168b7, #040926, #040926, #040926);
}
.hover-btn:hover {
  background: linear-gradient(
    138deg,
    #0168b7,
    #040926,
    #040926,
    #040926
  ) !important;
  border: none !important;
  color: #fff !important;
}
.hover-btn:hover a {
  color: #fff !important;
}
.w240 {
  width: 240px;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.text-gray-8 {
  color: #a8a8a8;
}
.fz16 {
  font-size: 16px;
}
.fz24 {
  font-size: 1.25vw;
}
.fwb {
  font-weight: bold;
}
h3 {
  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;
}
.overflow6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10000;
}
.header .container {
  display: flex;
  justify-content: space-between;
}
.header .container .search {
  position: relative;
  width: 200px;
}
.header .container .search input {
  width: 200px;
  height: 32px;
  background: rgba(236, 236, 236, 0.04);
  border: 1px solid #ececec;
  border-radius: 16px;
  margin-top: 14px;
  padding-left: 0.3rem;
  color: #fff;
}
.header .container .search span {
  color: #fff;
  position: absolute;
  font-size: 18px;
  right: 13px;
  top: 22px;
}
.header .container .left {
  margin-top: 35px;
}
.header .container .left img {
  max-width: 600px;
  max-height: 100px;
  /* height: auto; */
}
.header .container .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header .container .nav {
  margin-top: 20px;
  /* width: 670px; */
}
.header .container .nav ul {
  display: flex;
  justify-content: space-between;
}
.header .container .nav ul > li {
  margin-right: 40px;
}
/* .header .container .nav ul li {
  flex: 1;
  text-align: center;
} */
.ny-banner {
  min-height: 572px;
}
.ny-banner img {
  width: 100%;
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
}
.header .container .nav ul > li:hover a {
  font-weight: bold;
}
.header .container .nav ul > li:nth-last-child(1) {
  margin-right: 0;
}
.header .container .nav ul li {
  position: relative;
}

.header .container .nav a {
  height: 19px;
  font-size: 18px;
  color: #ffffff;
  /* margin-right: 95px; */
}
.header .container .nav ul > li.on > a {
  font-weight: 700;
}
.header ul > li:hover .sub-nav {
  opacity: 1;
  visibility: inherit;
}

.header .nav .sub-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  padding-top: 0.05rem;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header .nav .sub-nav .sub-nav-h {
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.header .nav li .sub-nav .sub-nav-h:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #005aa6;
}
.header .nav li .sub-nav .sub-nav-h a {
  display: block;
  font-size: 16px;
  margin-bottom: 1px;
  background: #fff;
  white-space: nowrap;
  line-height: 40px;
  padding: 0 20px;
  height: 40px;
  color: #333;
  font-weight: 400 !important;
  border-bottom: 1px dashed #efefef;
}
.header .nav li .sub-nav .sub-nav-h a:nth-last-child(1) {
  border: none;
}
.header .nav li .sub-nav .sub-nav-h a:hover {
  background: #005aa6;
  color: #fff;
  border: none;
}
/*.header .nav  li .sub-nav .sub-nav-h:before{content: '';position: absolute;left: 50%;transform: translateX(-50%);
border: 8px solid transparent;border-bottom-color: #fff;top:-.16rem;}*/
.header .nav li:hover .sub-nav {
  opacity: 1;
  visibility: inherit;
}
.header .nav li:hover > a {
}

.videolist {
  position: relative;
  float: left;
  width: 500px;
  height: 300px;
  margin-right: 50px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.videolist:hover {
  cursor: pointer;
}
.videoed {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 99;
  border-radius: 100%;
}
.videos {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 1000000000000000000;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
.videos #video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  z-index: 10000000000000;
}
.vclose {
  position: fixed;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
  z-index: 100000000000000000000000000000000000000000000;
}
.banner {
  /*首页轮播图*/
}
.banner .c-banner1 {
  background: #fff;
  position: relative;
}
.banner .c-banner1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner .c-banner1 .swiper-slide > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -webkit-transition: all 7s;
  transition: all 7s;
}
.banner .c-banner1 .swiper-slide {
  background: #000;
}
.banner .c-banner1 .swiper-slide video {
  width: 100%;
  object-fit: fill;
}
.banner .c-banner1 .swiper-slide .c-bg2 {
  display: none;
}
.banner .c-banner1 .swiper-slide-active > img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.banner .c-banner1 .swiper-slide .c-container.w1200 {
  position: absolute;
  left: 50%;
  bottom: 30vh;
  transform: translateX(-50%);
}
.banner .c-banner1 .swiper-slide .c-container img {
  display: none;
}
.banner .c-banner1 .swiper-slide-active .c-container img {
  display: block;
}
.banner .c-banner1 .swiper-slide-active .c-container img.text2 {
  margin-top: 100px;
}
.banner .c-banner1 .swiper-slide .c-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
}
.banner .c-banner1 .swiper-slide .c-wrap.w1200 {
  text-align: left;
}
.banner .c-banner1 .swiper-slide .c-wrap .c-title {
  font-size: 60px;
}
.banner .c-banner1 .swiper-slide .c-wrap .c-text {
  font-size: 30px;
  margin-top: 10px;
}
.banner .c-banner1 .swiper-slide .c-wrap-two .c-container img {
  display: block;
}
.banner .c-banner1 .swiper-slide .c-wrap-two .c-container .img2 {
  position: absolute;
  right: 8%;
  top: 29%;
  width: 43%;
}
.banner .c-banner1 .swiper-slide .c-wrap-two .c-container .img1 {
  position: absolute;
  left: 8%;
  top: 29%;
  width: 13%;
}
.banner .c-banner1 .swiper-slide .c-wrap-three .c-container {
  text-align: right;
}
.banner .c-banner1 .swiper-slide .c-wrap-three .c-container.w1200 {
  text-align: right;
}
.banner .c-banner1 .swiper-pagination-bullet {
  opacity: 1;
}
.banner .c-banner1 .c-dot {
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
}
.banner .c-banner1 .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
}
.banner .loading {
  margin: 0 5px;
  width: 44px;
  height: 44px;
  position: relative;
  border: 2px solid transparent;
  background: transparent;
  box-sizing: border-box;
}
.banner :after,
.banner :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .loading.swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, 0.2);
}
.banner .loading .c-progress {
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  left: 11px;
  top: 11px;
  line-height: 120px;
  text-align: center;
}
.banner .loading .c-num {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 16px;
  left: 11px;
  top: 9px;
  display: none;
}
.banner .loading.swiper-pagination-bullet-active .c-progress {
  background-color: #bb1c14;
  display: none;
}
.banner .loading.swiper-pagination-bullet-active .c-num {
  display: block;
}
.banner .loading .left,
.banner .loading .right {
  opacity: 0;
  width: 22px;
  height: 44px;
  position: absolute;
  left: -2px;
  top: -2px;
  overflow: hidden;
}
.banner .loading.swiper-pagination-bullet-active .left,
.banner .loading.swiper-pagination-bullet-active .right {
  opacity: 1;
}
.banner .loading .right {
  left: auto;
  right: -2px;
  top: -2px;
}
.banner .loading .left:after,
.banner .loading .right:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 22px;
  height: 44px;
  border: 3px solid #fff;
  border-radius: 22px 0 0 22px;
  border-right: 0;
}
.banner .loading .right:after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 0 22px 22px 0;
  border: 3px solid #fff;
  border-left: 0;
}
.banner .loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}
.banner .loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scale-draw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
  }
}
@keyframes transform-right {
  0% {
    right: 0;
  }
  25% {
    right: -20px;
  }
  50% {
    right: 0;
  }
  75% {
    right: -20px;
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}
@keyframes c-zoom {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
}
.container {
  width: 87.5%;
  max-width: 1440px;
  min-width: 1200px;
  margin: 0 auto;
}
.com-tit {
  display: flex;
  justify-content: space-between;
  padding: 45px 0;
}
.com-tit > div:nth-child(1) {
  font-size: 38px;
  font-weight: bold;
  color: #333333;
}
.com-tit > div:nth-child(2) {
  width: 178px;
  height: 54px;
  line-height: 54px;
  background: linear-gradient(138deg, #0168b7, #040926, #040926, #040926);
  border-radius: 27px;
  font-size: 22px;
  text-align: center;
}
.com-tit > div:nth-child(2) a {
  color: #ffffff;
}
.index-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0 50px 0;
  height: 50px;
}
.index-tit .title {
  font-size: 38px;
  font-weight: bold;
  color: #333333;
  margin: 0 15px;
}
.index-tit > div {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
.index-tit .right-arrow {
  transform: rotate(180deg);
}
.index-column1 {
  background: url('../images/index_09.jpg') no-repeat center / cover;
  padding-bottom: 8.6vh;
}
.index-column1 .content {
  justify-content: space-between;
}
.index-column1 .left {
  width: 61%;
  margin-right: 38px;
  overflow: hidden;
  position: relative;
}
.index-column1 .left .bd {
  width: 100%;
}
.index-column1 .left .bd ul {
  width: 100%;
}
.index-column1 .left .bd ul li {
  width: 100%;
}
.index-column1 .left .bd ul li .img {
  width: 100%;
  height: 100%;
  background-size: 100% !important;
}
.index-column1 .left .bd ul li .img::after {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 62.2%;
}
.index-column1 .left .bd ul li .bottom {
  width: 100%;
  height: 96px;
  background: #040926;
  padding: 0 25px;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.index-column1 .left .bd ul li .bottom .date p:nth-child(1) {
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
}
.index-column1 .left .bd ul li .bottom .date p:nth-child(2) {
  font-size: 14px;
  color: #ffffff;
}
.index-column1 .left .bd ul li .bottom .text {
  width: 517px;
  font-size: 18px;
  color: #ffffff;
  margin-left: 40px;
}
.index-column1 .left .hd {
  position: absolute;
  right: 20px;
  bottom: 39px;
}
.index-column1 .left .hd ul {
  display: flex;
  align-items: center;
}
.index-column1 .left .hd ul li {
  width: 9px;
  height: 9px;
  background: #9cbed5;
  border-radius: 50%;
  margin-left: 17px;
}
.index-column1 .left .hd ul li.on {
  border: 2px solid #efefef;
  background: none;
}
.index-column1 .right {
  width: 36.2%;
  background: #fff;
}
.index-column1 .right ul {
  height: 100%;
}
.index-column1 .right ul li {
  width: 100%;
  box-sizing: border-box;
  height: 25%;
  padding: 0 45px;
}
.index-column1 .right ul li:nth-last-child(1) a {
  border: none;
}
.index-column1 .right ul li:hover {
  background: url('../images/index_03.jpg') no-repeat;
  background-size: 100% 100%;
}
.index-column1 .right ul li:hover p {
  color: #fff !important;
}
.index-column1 .right ul li a {
  border-bottom: 1px solid #f4f4f4;
  height: 100%;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-column1 .right ul li p:nth-child(1) {
  font-size: 16px;
  color: #999999;
}
.index-column1 .right ul li p:nth-child(2) {
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
}
.index-column1 .right ul li p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}
.index-column2 {
  position: relative;
  padding-bottom: 70px;
}
.index-column2 .back1 {
  position: absolute;
  left: 0;
  top: 79px;
  z-index: -1;
}
.index-column2 .back2 {
  position: absolute;
  right: 0;
  bottom: 95px;
  z-index: -1;
}
.index-column2 .container {
  position: relative;
  z-index: 1;
}
.index-column2 .list1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.index-column2 .list1 > div {
  width: calc(33% - 16px);
  margin-right: 30px;
  box-shadow: 0px 11px 32px 0px rgba(239, 239, 239, 0.74);
  background: #fff;
}
.index-column2 .list1 > div:nth-last-child(1) {
  margin-right: 0;
}
.index-column2 .list1 .tit {
  width: 100%;
  padding: 0 23px;
  height: 88px;
  background: #040926 url('../images/index_13.png') no-repeat right;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 88px;
}
.index-column2 .list1 .cont {
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}
.index-column2 .list1 .cont ul li {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
}
.index-column2 .list1 .cont ul li:nth-last-child(1) {
  border: none;
}
.index-column2 .list1 .cont ul li:hover p:nth-child(1) {
  color: #040926;
  font-weight: 700;
}
.index-column2 .list1 .cont ul li p:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.index-column2 .list1 .cont ul li p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  line-height: 26px;
}
.index-column2 .list2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
}
.index-column2 .list2 > div {
  width: calc(33% - 16px);
  margin-right: 30px;
  background: #fff;
}
.index-column2 .list2 > div:hover .bottom {
  height: 169px;
  margin-top: -45px;
  background: url('../images/new_11.png') no-repeat;
  background-size: 100% 100%;
}
.index-column2 .list2 > div:hover .bottom p {
  color: #fff !important;
}
.index-column2 .list2 > div:nth-last-child(1) {
  margin-right: 0;
}
.index-column2 .list2 > div .img {
  width: 100%;
}
.index-column2 .list2 > div .img::after {
  padding-bottom: 51.5%;
  display: block;
  content: '';
}
.index-column2 .list2 > div .bottom {
  height: 125px;
  background: #ffffff;
  box-shadow: 0px 11px 32px 0px rgba(239, 239, 239, 0.74);
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-column2 .list2 > div p:nth-child(1) {
  font-size: 18px;
  color: #101010;
}
.index-column2 .list2 > div p:nth-child(2) {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  line-height: 26px;
}
.index-column2 .more {
  width: 178px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #bfbfbf;
  border-radius: 27px;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  margin-top: 48px;
}
.index-column2 .more:hover {
  background: linear-gradient(138deg, #0168b7, #040926, #040926, #040926);
}
.index-column2 .more:hover a {
  color: #fff;
}
.index-column2 .more a {
  color: #333333;
}
.index-column3 {
  height: 728px;
  background: #f4f4f4 url('../images/index_08.jpg') no-repeat;
  position: relative;
}
.index-column3 .index-tit {
  padding-top: 65px;
  margin: 0 auto;
}
.index-column3 .left {
  width: 30.2%;
  position: absolute;
  bottom: 0;
}
.index-column3 .left img {
  width: 580px;
  height: 578px;
  position: absolute;
  bottom: 0;
}
.index-column3 .right {
  margin-left: 43%;
  width: 53.4%;
}
.index-column3 .right .text p:nth-child(1) {
  margin-top: 140px;
}
.index-column3 .right .text p:nth-child(2) {
  font-size: 24px;
  color: #333333;
  line-height: 46px;
  margin-top: 35px;
  text-align: justify;
}
.index-column3 .right .text p:nth-child(2) span {
  font-weight: 700;
}
.index-column3 .right .text p:nth-child(3) {
  width: 178px;
  height: 54px;
  border: 1px solid #bfbfbf;
  border-radius: 27px;
  line-height: 54px;
  text-align: center;
  font-size: 22px;
  margin-top: 35px;
}
.index-column3 .right .text p:nth-child(3) a {
  color: #333;
}
.index-column3 .right .name {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -20px;
}
.index-column3 .right .name p:nth-child(1) {
  font-size: 24px;
  color: #333333;
  line-height: 46px;
}
.index-column3 .right .name p:nth-child(1) span {
  font-weight: bold;
  margin-left: 15px;
}
.index-column3 .right .name p:nth-child(2) {
  font-size: 24px;
  color: #333333;
}
.footer {
  width: 100%;
  background: url('../images/index_11.jpg') no-repeat;

  height: 350px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.footer .line {
  width: 100%;
  height: 7px;
  background: linear-gradient(785deg, #01a7a5, #00aba2, #006ab6, #006ab6);
}
.footer > .container {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
.footer > .container .left .logo {
  display: flex;
  align-items: flex-end;
  margin-top: -14px;
}
.footer > .container .left .logo img {
  height: 230px;
}
.footer > .container .left .icon-list {
  display: flex;
  color: #fff;
  margin-left: 20px;
}
.footer > .container .left .icon-list .iconfont {
  width: 29px;
  height: 29px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  font-size: 16px;
}
.footer > .container .left .icon-list .iconfont:nth-last-child(1) {
  margin-left: 12px;
}
.footer > .container .middle {
  width: 50%;
}
.footer > .container .middle > ul {
  display: flex;
}
.footer > .container .middle > ul > li {
  margin-right: 8.55%;
  line-height: 30px;
}
.footer > .container .middle > ul > li:nth-last-child(1) {
  margin-right: 0;
}
.footer > .container .middle > ul > li a {
  font-size: 16px;
  color: #ffffff;
}
.footer > .container .middle > ul .sub ul {
  max-height: 180px;
  text-align: center;
}
.footer > .container .middle > ul .sub ul::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  overflow-y: scroll;
  scrollbar-color: transparent transparent;
  scrollbar-track-color: transparent;
  -ms-scrollbar-track-color: transparent;
}
.footer > .container .middle > ul .sub ul::-webkit-scrollbar-thumb {
  background: #d6d6d6;
  border-radius: 5px;
}
.footer > .container .middle > ul .sub ul::-webkit-scrollbar-track {
  /*滚动条轨道的样式*/
  background: #fff;
  border-radius: 5px;
}
.footer > .container .middle > ul .sub li a {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.footer > .container .right {
  width: 21.5%;
}
.footer > .container .right .link {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding: 0 12px;
  box-sizing: border-box;
}
.footer > .container .right .link ul {
  background: #fff;
  position: absolute;
  width: 100%;
  display: none;
  left: 0;
  box-shadow: 3px 4px 21px 0px rgba(215, 215, 215, 0.39);
}
.footer > .container .right .link ul li {
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  padding: 0 13px;
  color: #333;
}
.footer > .container .right .link ul li:hover {
  background: #006ab6;
  color: #fff;
}
.footer > .container .right .link ul li:hover a {
  color: #fff;
}
.footer > .container .right .link .iconfont {
  float: right;
  font-size: 22px;
}
.footer > .container .right .ewm {
  font-size: 16px;
  color: #ffffff;
  margin-top: 35px;
  letter-spacing: -1px;
  text-align: center;
}
.footer > .container .right .ewm > div {
  margin-right: 20px;
  width: 106px;
}
.footer > .container .right .ewm > div:nth-last-child(1) {
  margin-right: 0;
}
.footer > .container .right .ewm img {
  width: 119px;
  height: 119px;
  display: inline-block;
}
.copy-right {
  height: 70px;
  line-height: 70px;
  background: #020512;
  text-align: center;
  color: #e9e9e9;
}
.copy-right a {
  color: #e9e9e9;
  font-size: 12px;
}
.inner-banner {
  min-height: 572px;
  position: relative;
  /* overflow: hidden; */
}
.inner-banner > img {
  /* position: absolute; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
}
.inner-banner .w1200 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.inner-banner .w1200 .issue {
  position: absolute;
  right: 0;
  bottom: 60px;
  cursor: pointer;
  animation-name: transform-right;
  animation-iteration-count: infinite;
  animation-duration: 3.9s;
  animation-timing-function: linear;
}
.ny-com-nav {
  width: 100%;
  height: 86px;
  background: #ffffff;
  box-shadow: 0px 10px 21px 0px rgba(237, 237, 237, 0.32);
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
  margin-top: -40px;
  position: relative;
  z-index: 1000;
}
.ny-com-nav .left ul {
  display: flex;
  font-size: 16px;
}
.ny-com-nav .left ul li {
  margin-right: 45px;
}
.ny-com-nav .left ul li a {
  color: #040926;
}
.ny-com-nav .left ul li a:hover {
  font-weight: bold;
}
.ny-com-nav .left ul li.active {
  font-weight: bold;
}
.ny-com-nav .right {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
}
.ny-com-nav .right a {
  color: #999999;
}
.ny-com-nav .right span {
  font-size: 20px;
  margin-right: 5px;
}
.ny-com-tit {
  font-size: 54px;
  color: #000000;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.ny-join .intro {
  font-size: 16px;
  color: #343434;
  line-height: 43px;
  margin-bottom: 80px;
}
.ny-join .more {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 25px;
}
.ny-join .join .content {
  font-size: 16px;
  color: #343434;
  margin-top: 25px;
  line-height: 43px;
}
.ny-join .join .j-inner {
  margin-top: 50px;
  width: 100%;
}
.ny-join .join .j-inner .thead ul {
  display: flex;
  height: 82px;
  line-height: 82px;
  background: #fff;
  padding: 0 36px;
  box-sizing: border-box;
  padding-left: 36px;
  box-shadow: 0px 9px 65px 0px rgba(220, 220, 220, 0.45);
}
.ny-join .join .j-inner .thead ul li {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  align-items: center;
  text-align: center;
}
.ny-join .join .j-inner .thead ul li:nth-child(1) {
  width: 33%;
  text-align: left;
}
.ny-join .join .j-inner .thead ul li:nth-child(2) {
  width: 21%;
}
.ny-join .join .j-inner .thead ul li:nth-child(3) {
  width: 42%;
  padding-bottom: 0;
}
.ny-join .join .j-inner .thead ul li:nth-child(4) {
  width: 0%;
}
.ny-join .join .j-inner .wrap-tbody {
  box-shadow: 0px 9px 65px 0px rgba(220, 220, 220, 0.45);
}
.ny-join .join .j-inner .wrap-tbody .detail {
  display: flex;
  align-items: center;
  height: 100%;
}
.ny-join .join .j-inner .wrap-tbody .detail span.iconfont {
  color: #0168b7;
  margin-left: 2px;
  font-size: 22px;
  display: block;
}
.ny-join .join .j-inner .wrap-tbody .detail span.s1 {
  display: none;
  transform: rotate(180deg);
}
.ny-join .join .j-inner .wrap-tbody .detail span.s2 {
  display: block;
}
.ny-join .join .j-inner .wrap-tbody ul {
  box-sizing: border-box;
  height: 82px;
  margin-top: 24px;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 36px;
  padding-left: 36px;
}
.ny-join .join .j-inner .wrap-tbody ul li {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 82px;
  cursor: pointer;
  text-align: center;
}
.ny-join .join .j-inner .wrap-tbody ul li:nth-of-type(1) {
  border-left: 4px solid #0168b7;
  height: 16px;
  text-align: left;
  display: flex;
  align-items: center;
}
.ny-join .join .j-inner .wrap-tbody ul li:nth-of-type(1) span {
  padding-left: 10px;
}
.ny-join .join .j-inner .wrap-tbody ul li:nth-child(1) {
  width: 34%;
  text-align: left;
}
.ny-join .join .j-inner .wrap-tbody ul li:nth-child(2) {
  width: 18%;
}
.ny-join .join .j-inner .wrap-tbody ul li:nth-child(3) {
  width: 43%;
  margin-left: 2%;
  padding-bottom: 0;
}
.ny-join .join .j-inner .wrap-tbody ul li:nth-child(4) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 2%;
  padding-bottom: 0;
  position: relative;
  top: 7px;
}
.ny-join .join .j-inner .wrap-tbody .hide {
  display: none;
  padding-bottom: 40px;
  background: #f7f7f7;
}
.ny-join .join .j-inner .wrap-tbody .hide .h1 {
  padding: 0 23px;
  padding-top: 24px;
  box-sizing: border-box;
}
.ny-join .join .j-inner .wrap-tbody .hide .h1 .left {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
.ny-join .join .j-inner .wrap-tbody .hide .h1 .right {
  font-size: 14px;
  color: #666666;
  line-height: 33px;
}
.ny-contant {
  margin-bottom: 80px;
}
.ny-contant h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-top: 60px;
}
.ny-contant .icon-list ul {
  display: flex;
  margin-top: 20px;
}
.ny-contant .icon-list ul li {
  width: calc(33% - 5px);
  margin-right: 33px;
  background: #ffffff;
  padding: 30px 25px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.ny-contant .icon-list ul li:nth-last-child(1) {
  width: 35.2%;
  margin-right: 0;
}
.ny-contant .icon-list ul li p:nth-child(2) {
  font-size: 16px;
  color: #666666;
}
.ny-contant .icon-list ul li .iconfont {
  width: 49px;
  height: 49px;
  line-height: 49px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  text-align: center;
  color: #040926;
  font-size: 22px;
  margin-right: 15px;
}
.ny-contant .map {
  margin-top: 30px;
}
.ny-contant .map img {
  width: 100%;
}
.ny-contant .contact-list {
  margin-top: 60px;
  margin-bottom: 80px;
}
.ny-contant .contact-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-contant .contact-list li {
  width: calc(50% - 20px);
  height: 290px;
  background: #ffffff;
  padding: 35px;
  margin-right: 35px;
  margin-bottom: 36px;
  cursor: pointer;
  padding-right: 30px;
  box-sizing: border-box;
}
.ny-contant .contact-list li:hover {
  background: #c70006 url('../images/contact_logo.png') no-repeat right center;
}
.ny-contant .contact-list li:hover p {
  color: #fff;
}
.ny-contant .contact-list li:hover .content {
  color: #fff;
}
.ny-contant .contact-list li:nth-child(2n) {
  margin-right: 0;
}
.ny-contant .contact-list p {
  font-size: 20px;
  color: #090909;
  margin-bottom: 20px;
}
.ny-contant .contact-list .content {
  font-size: 16px;
  color: #333333;
  line-height: 46px;
}
.ny-try .bottom-cont .mySwiper2 .swiper-slide .bd ul ul li .img-wrap .img {
  border: 1px solid #e2e2e2;
}
.ny-try .bottom-cont .mySwiper2 .swiper-slide .bd ul ul li a > p {
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 24px !important;
  margin-top: 10px !important;
}
.detail {
  margin-top: 68px;
  margin-bottom: 80px;
}
.detail .left {
  width: 65.2%;
  background: #fff;
  padding-bottom: 50px;
  display: inline-block;
  vertical-align: text-top;
}
.detail .left .tit {
  font-size: 22px;
  color: #333333;
  height: 116px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.detail .left .tit span {
  width: 67%;
  display: block;
  margin: 0 auto;
}
.detail .left .related {
  font-size: 16px;
  color: #999999;
  text-align: center;
  margin-top: 20px;
}
.detail .left .cont {
  margin-top: 25px;
  padding: 0 34px;
  box-sizing: border-box;
}
.detail .left .other {
  margin-top: 56px;
  padding: 0 34px;
  box-sizing: border-box;
}
.detail .left .other li {
  line-height: 30px;
  font-size: 14px;
}
.detail .left .other li:hover a {
  color: #020512;
}
.detail .right {
  width: 31.9%;
  background: #fff;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2.55%;
}
.detail .right .hot-tit {
  height: 70px;
  background: #040926;
  line-height: 70px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 30px;
  box-sizing: border-box;
}
.detail .right .list ul li {
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  color: #040926;
  padding-left: 24px;
  padding-right: 24px;
  border-bottom: 1px solid #eeeeee;
}
.detail .right .list ul li a {
  color: #333333;
}
.detail .right .list ul li:nth-last-child(1) {
  border: none;
}
.detail .technology .list ul li {
  height: 144px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail .technology .list ul li:hover .tit {
  color: #020512;
}
.detail .technology .list ul li a p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  line-height: 23px;
  font-weight: bold;
}
.detail .technology .list ul li a p:nth-child(2) {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  margin-top: 10px;
}
.detail .genshu-list li {
  padding: 0 16px;
  height: 145px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.detail .genshu-list li:hover .list-left {
  overflow: hidden;
}
.detail .genshu-list li:hover .list-left img {
  transform: translate(-50%, -50%) scale(1.1);
}
.detail .genshu-list li:hover .list-right p:nth-child(1) {
  color: #040926 !important;
}
.detail .genshu-list li:nth-last-child(1) {
  border-bottom: none;
}
.detail .genshu-list li a {
  display: flex;
  width: 100%;
}
.detail .genshu-list li a .list-left {
  width: 114px;
  height: 105px;
  position: relative;
  border: 1px solid #eeeeee;
}
.detail .genshu-list li a .list-left img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.detail .genshu-list li a .list-right {
  margin-left: 12px;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail .genshu-list li a .list-right p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.detail .genshu-list li a .list-right p:nth-child(2) {
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  margin-top: 10px;
}
.ny-new {
  margin-bottom: 80px;
}
.ny-new > ul li {
  width: 100%;
  background: #ffffff;
  margin-top: 56px;
  box-shadow: 0px 9px 65px 0px rgba(237, 237, 237, 0.45);
}
.ny-new > ul li:hover .hover-btn {
  background: linear-gradient(
    138deg,
    #0168b7,
    #040926,
    #040926,
    #040926
  ) !important;
  border: none !important;
  color: #fff !important;
}
.ny-new > ul li:hover .hover-btn a {
  color: #fff !important;
}
.ny-new > ul li:hover .right p:nth-child(1) {
  color: #020512;
}
.ny-new > ul li a {
  display: flex;
}
.ny-new > ul li a .img-wrap {
  width: 29.5%;
}
.ny-new > ul li a .img-wrap .img {
  width: 100%;
}
.ny-new > ul li a .img-wrap .img::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 81%;
}
.ny-new > ul li a .right {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 69%;
}
.ny-new > ul li a .right p:nth-child(1) {
  font-size: 18px;
  color: #333333;
}
.ny-new > ul li a .right p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-top: 1.3vw;
  line-height: 27px;
}
.ny-new > ul li a .right p:nth-child(3) {
  margin-top: 3.1vw;
  display: flex;
  justify-content: space-between;
}
.ny-new > ul li a .right p:nth-child(3) span:nth-child(1) {
  font-size: 18px;
  color: #333333;
}
.ny-new > ul li a .right p:nth-child(3) span:nth-child(2) {
  width: 133px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #ffffff;
  background: #e5e5e5;
  display: inline-block;
  text-align: center;
}
.ny-new > ul li a .right p:nth-child(3) span:nth-child(2) i {
  margin-left: 15px;
}
.ny-technology {
  margin-bottom: 80px;
}
.ny-technology > .hd {
  margin-top: 68px;
}
.ny-technology > .hd ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ny-technology > .hd ul li {
  width: 210px;
  height: 179px;
  margin-right: 1.9vw;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #333333;
  cursor: pointer;
}
.ny-technology > .hd ul li:hover,
.ny-technology > .hd ul li.on {
  background: linear-gradient(138deg, #0168b7, #040926, #040926, #040926);
  color: #fff;
}
.ny-technology > .hd ul li:hover .img1,
.ny-technology > .hd ul li.on .img1 {
  display: none;
}
.ny-technology > .hd ul li:hover .img2,
.ny-technology > .hd ul li.on .img2 {
  display: block;
}
.ny-technology > .hd ul li .img {
  height: 65px;
  display: flex;
  align-items: flex-end;
}
.ny-technology > .hd ul li .img img {
  width: auto;
  height: 56px;
}
.ny-technology > .hd ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-technology > .hd ul li .text {
  margin-top: 23px;
}
.ny-technology > .hd ul li .img2 {
  display: none;
}
.ny-technology .mySwiper {
  overflow: hidden;
  width: 100%;
}
.ny-technology .mySwiper .swiper-slide {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.ny-technology .mySwiper .swiper-slide p {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.ny-technology .mySwiper .swiper-slide .img1 {
  display: block;
}
.ny-technology .mySwiper .swiper-slide .img2 {
  display: none;
}
.ny-technology .mySwiper .swiper-slide img {
  width: 100%;
}
.ny-technology .mySwiper .swiper-slide-thumb-active .img1 {
  display: none !important;
}
.ny-technology .mySwiper .swiper-slide-thumb-active .img2 {
  display: block !important;
}
.ny-technology .mySwiper .swiper-slide-thumb-active p {
  color: #fff;
}
.ny-technology .bottom-cont {
  box-shadow: 0px 9px 65px 0px rgba(220, 220, 220, 0.77);
  background: #ffffff;
  padding-bottom: 25px;
  overflow: hidden;
}
.ny-technology .bottom-cont .mySwiper2 {
  padding: 0 2.3vw 0;
}
.ny-technology .bottom-cont .mySwiper2 .swiper-wrapper {
  width: 100%;
  overflow: hidden;
}
.ny-technology .bottom-cont .mySwiper2 .swiper-slide .bd {
  overflow: hidden;
}
.ny-technology .bottom-cont .mySwiper2 .swiper-slide .bd .tempWrap {
  position: relative;
}
.ny-technology .bottom-cont .mySwiper2 .swiper-slide .bd ul ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 80px;
}
.ny-technology .bottom-cont .mySwiper2 .swiper-slide .bd ul ul li {
  width: calc(20% - 20px);
  margin-right: 22px;
  margin-top: 1.83vw;
  position: relative;
}
.ny-technology .bottom-cont .mySwiper2 .swiper-slide .bd ul ul li:hover .text {
  display: block;
}
.ny-technology
  .bottom-cont
  .mySwiper2
  .swiper-slide
  .bd
  ul
  ul
  li:nth-child(5n + 1)
  .text {
  margin-left: 17px;
  width: 100%;
}
.ny-technology .bottom-cont .mySwiper2 .swiper-slide .bd ul ul li .text {
  position: absolute;
  background: #fff;
  top: -18px;
  box-shadow: 0px 9px 65px 0px rgba(220, 220, 220, 0.77);
  width: 102%;
  height: 100%;
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  z-index: 100;
  left: -19px;
  display: none;
}
.ny-technology
  .bottom-cont
  .mySwiper2
  .swiper-slide
  .bd
  ul
  ul
  li
  .text
  p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #040926;
  margin-top: 30px;
}
.ny-technology
  .bottom-cont
  .mySwiper2
  .swiper-slide
  .bd
  ul
  ul
  li
  .text
  p:nth-child(2) {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
  line-height: 29px;
  text-align: justify;
}
.ny-technology .bottom-cont .mySwiper2 .swiper-slide .bd ul ul li .img-wrap {
  width: 100%;
}
.ny-technology
  .bottom-cont
  .mySwiper2
  .swiper-slide
  .bd
  ul
  ul
  li
  .img-wrap
  .img {
  width: 100%;
  background-size: 100% !important;
}
.ny-technology
  .bottom-cont
  .mySwiper2
  .swiper-slide
  .bd
  ul
  ul
  li
  .img-wrap
  .img::after {
  display: block;
  content: '';
  width: 100%;
  padding-bottom: 96%;
}
.ny-technology
  .bottom-cont
  .mySwiper2
  .swiper-slide
  .bd
  ul
  ul
  li:nth-of-type(5n) {
  margin-right: 0;
}
.ny-technology .bottom-cont .mySwiper2 .swiper-slide .bd ul ul li a > p {
  height: 56px;
  line-height: 56px;
}
.ny-technology .bottom-cont .mySwiper2 .swiper-slide .hd {
  position: relative;
  margin-top: -50px;
  z-index: 1000000;
}
.ny-technology .bottom-cont .mySwiper2 .swiper-slide .hd ul {
  display: flex;
  justify-content: center;
}
.ny-technology .bottom-cont .mySwiper2 .swiper-slide .hd li {
  margin-right: 15px;
  width: 13px;
  height: 13px;
  background: #5db7e9;
  border-radius: 50%;
}
.ny-technology .bottom-cont .mySwiper2 .swiper-slide .hd li.on {
  background: #0168b7;
}
.ny-technology .descrip {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ny-technology .descrip p {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.ny-technology .bottom .btn {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  position: relative;
}
.ny-technology .bottom .btn .iconfont {
  animation-name: scale-draw;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  display: block;
  position: absolute;
  left: 49.5%;
  top: 35%;
  color: #000;
  font-size: 34px;
}
.pro-service {
  margin-top: 68px;
  margin-bottom: 80px;
  max-width: 1920px;
  margin: 0 auto;
}
.pro-service .fl-right {
  width: 100%;
  height: 620px;
  position: relative;
}
.pro-service .fl-right .cont {
  display: flex;
}
.pro-service .fl-right .text-tit {
  width: 61.9%;
}
.pro-service .fl-right .text-tit p:nth-child(1) {
  font-size: 38px;
  color: #000000;
}
.pro-service .fl-right .text-tit p:nth-child(2) {
  font-size: 18px;
  color: #484848;
  line-height: 36px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.pro-service .fl-right .text-tit p:nth-child(3) {
  font-size: 22px;
  color: #0168b7;
  display: flex;
  align-items: center;
}
.pro-service .fl-right .text-tit p:nth-child(3) a {
  color: #0168b7;
  display: flex;
  align-items: center;
}
.pro-service .fl-right .text-tit p:nth-child(3) span {
  font-size: 34px;
  display: inline-block;
  transform: rotate(270deg);
  margin-top: 5px;
}
.pro-service .fl-right .img-wrap {
  width: 37.3%;
  position: absolute;
  right: 0;
  top: 0;
}
.pro-service .fl-right .img-wrap img {
  width: 100%;
  height: auto;
}
.pro-service .fl-right .list {
  margin-top: 48px;
  position: absolute;
  left: 0;
  z-index: 1000;
  height: 303px;
  background: #ffffff9e;
  box-shadow: 0px 12px 35px 0px rgba(218, 218, 218, 0.5);
  width: 78.8%;
  padding: 44px 0;
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 12.5%;
  padding-right: 70px;
}
.pro-service .fl-right .icon {
  position: relative;
  z-index: 100000000000000000000000;
  overflow: hidden;
  box-sizing: border-box;
  width: 1200px;
}
.pro-service .fl-right .icon ul {
  display: flex;
  width: 100%;
}
.pro-service .fl-right .icon ul li {
  width: calc(24.8% - 17px) !important;
  height: 215px;
  margin-right: 1.45vw;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #333333;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
}
.pro-service .fl-right .icon ul li:hover {
  background: linear-gradient(
    145deg,
    #0168b7 -30.99%,
    #040926 40%,
    #040926 30%,
    #040926 30%
  );
}
.pro-service .fl-right .icon ul li:hover .text {
  color: #fff !important;
}
.pro-service .fl-right .icon ul li:hover .img1 {
  display: none;
}
.pro-service .fl-right .icon ul li:hover .img2 {
  display: block;
}
.pro-service .fl-right .icon ul li .img {
  height: 65px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.pro-service .fl-right .icon ul li .img img {
  width: auto;
  height: 56px;
}
.pro-service .fl-right .icon ul li:nth-last-child(1) {
  margin-right: 0;
}
.pro-service .fl-right .icon ul li .text {
  margin-top: 23px;
  text-align: center;
  font-size: 22px;
  color: #333333;
}
.pro-service .fl-right .icon ul li .img2 {
  display: none;
}
.pro-service .fl-left {
  width: 100%;
  height: 620px;
  position: relative;
}
.pro-service .fl-left .cont {
  display: flex;
}
.pro-service .fl-left .text-tit {
  width: 61.9%;
  margin-left: 39%;
}
.pro-service .fl-left .text-tit p:nth-child(1) {
  font-size: 38px;
  color: #000000;
}
.pro-service .fl-left .text-tit p:nth-child(2) {
  font-size: 18px;
  color: #484848;
  line-height: 36px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.pro-service .fl-left .text-tit p:nth-child(3) a {
  font-size: 22px;
  color: #0168b7;
  display: flex;
  align-items: center;
}
.pro-service .fl-left .text-tit p:nth-child(3) span {
  font-size: 34px;
  display: inline-block;
  transform: rotate(270deg);
  margin-top: 5px;
}
.pro-service .fl-left .img-wrap {
  width: 37.3%;
  position: absolute;
  left: 0;
}
.pro-service .fl-left .img-wrap img {
  width: 100%;
  height: auto;
}
.pro-service .fl-left .list {
  margin-top: 48px;
  position: absolute;
  right: 0;
  z-index: 1000;
  height: 303px;
  background: #ffffff9e;
  box-shadow: 0px 12px 35px 0px rgba(218, 218, 218, 0.5);
  width: 78.8%;
  padding: 44px 0;
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 12.5%;
  padding-left: 70px;
}
.pro-service .fl-left .icon {
  position: relative;
  z-index: 100000000000000000000000;
  overflow: hidden;
  box-sizing: border-box;
  width: 1200px;
}
.pro-service .fl-left .icon ul {
  display: flex;
  width: 100%;
}
.pro-service .fl-left .icon ul li {
  width: calc(24.8% - 17px) !important;
  height: 215px;
  margin-right: 1.45vw;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #333333;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
}
.pro-service .fl-left .icon ul li:hover {
  background: linear-gradient(138deg, #0168b7, #040926, #040926, #040926);
}
.pro-service .fl-left .icon ul li:hover .text {
  color: #fff !important;
}
.pro-service .fl-left .icon ul li:hover .img1 {
  display: none;
}
.pro-service .fl-left .icon ul li:hover .img2 {
  display: block;
}
.pro-service .fl-left .icon ul li .img {
  height: 65px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.pro-service .fl-left .icon ul li .img img {
  width: auto;
  height: 56px;
}
.pro-service .fl-left .icon ul li:nth-last-child(1) {
  margin-right: 0;
}
.pro-service .fl-left .icon ul li .text {
  margin-top: 23px;
  text-align: center;
  font-size: 22px;
  color: #333333;
}
.pro-service .fl-left .icon ul li .img2 {
  display: none;
}
.ny-boock {
  margin-top: 68px;
  margin-bottom: 80px;
}
.ny-boock .intro {
  width: 100%;
  display: flex;
}
.ny-boock .intro .img-wrap {
  width: 384px;
  height: 355px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}
.ny-boock .intro .img-wrap .img {
  width: 100%;
  height: 100%;
}
.ny-boock .right-text {
  margin-left: 48px;
}
.ny-boock .right-text .tit {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
}
.ny-boock .right-text .remark {
  font-size: 16px;
  color: #333333;
  line-height: 37px;
  margin-top: 20px;
}
.ny-boock .right-text .com-btn {
  width: 154px;
  height: 46px;
  border-radius: 10px;
  margin-top: 40px;
  background: linear-gradient(138deg, #0168b7, #040926, #040926, #040926);
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 46px;
}
.ny-boock .right-text .com-btn a {
  color: #fff;
}
.ny-boock .cont {
  margin-top: 40px;
}
.ny-boock .cont .tit {
  width: 100%;
  height: 46px;
  background: #040926;
}
.ny-boock .cont .tit span {
  display: block;
  width: 178px;
  height: 46px;
  background: #005aa6;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #ffffff;
}
.ny-boock .cont .content {
  margin-top: 46px;
}
.ny-case {
  background: #ffffff;
  margin-top: 68px;
  padding: 0 50px;
  padding-bottom: 56px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.ny-case > .tit {
  font-size: 54px;
  color: #000000;
  padding-top: 55px;
  margin-bottom: 48px;
  text-align: center;
}
.ny-case .casour {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #f9f9f9;
}
.ny-case .casour .img-wrap {
  width: 49.3%;
}
.ny-case .casour .img-wrap .img {
  width: 100%;
  height: 384px;
  background: #ffffff;
  box-shadow: 0px 9px 29px 0px rgba(225, 225, 225, 0.9);
}
.ny-case .casour .right {
  margin-left: 50px;
  width: 40%;
  margin-top: -5px;
}
.ny-case .casour .right p {
  color: #333;
  font-size: 16px;
  line-height: 33px;
}
.ny-case .casour .right p span {
  font-weight: 700;
}
.ny-case .casour .right .tit {
  font-size: 20px;
  font-weight: 700;
}
.ny-case .cont {
  margin-top: 40px;
}
.ny-case .other {
  margin-top: 56px;
  box-sizing: border-box;
}
.ny-case .other li {
  line-height: 30px;
  font-size: 14px;
}
.ny-case .other li:hover a {
  color: #020512;
}
.ny-brand {
  margin-bottom: 80px;
}
.ny-brand > ul li {
  width: 100%;
  background: #ffffff;
  margin-top: 56px;
  box-shadow: 0px 9px 65px 0px rgba(237, 237, 237, 0.45);
}
.ny-brand > ul li:hover .hover-btn {
  background: linear-gradient(
    138deg,
    #0168b7,
    #040926,
    #040926,
    #040926
  ) !important;
  border: none !important;
  color: #fff !important;
}
.ny-brand > ul li:hover .hover-btn a {
  color: #fff !important;
}
.ny-brand > ul li:hover .right p:nth-child(1) {
  color: #020512;
}
.ny-brand > ul li a {
  display: flex;
}
.ny-brand > ul li a .img-wrap {
  width: 38.05%;
}
.ny-brand > ul li a .img-wrap .img {
  width: 100%;
}
.ny-brand > ul li a .img-wrap .img::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 45.5%;
}
.ny-brand > ul li a .right {
  padding: 0 30px;
  width: 57%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-brand > ul li a .right p:nth-child(1) {
  font-size: 18px;
  color: #333333;
}
.ny-brand > ul li a .right p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-top: 1.3vw;
  line-height: 27px;
}
.ny-about {
  margin-top: 68px;
  background: url('../images/zzy_02.png') no-repeat top center;
  /* max-width: 1920px; */
  /* margin: 0 auto; */
}
.ny-about .about {
  height: 557px;
  position: relative;
}
.ny-about .about .left {
  width: 42.5%;
  position: absolute;
  left: 0;
}
.ny-about .about .left .img {
  width: 100%;
  height: 493px;
}
.ny-about .about .container {
  position: relative;
}
.ny-about .about .desc {
  position: absolute;
  right: 0;
  width: 56.5%;
  top: 0;
}
.ny-about .about .desc p:nth-child(1) {
  font-size: 54px;
  color: #040926;
  line-height: 46px;
}
.ny-about .about .desc p:nth-child(2) {
  font-size: 16px;
  color: #333333;
  line-height: 42px;
  margin-top: 30px;
  text-align: justify;
}
.ny-about .about .desc p:nth-child(3) {
  width: 178px;
  height: 54px;
  border: 1px solid #bfbfbf;
  border-radius: 27px;
  text-align: center;
  line-height: 54px;
  font-size: 22px;
  margin-top: 20px;
}
.ny-about .about .desc p:nth-child(3) a {
  color: #333333;
}
.ny-about .clear {
  clear: both;
}
.ny-about .history {
  background: url(../images/about_clumn.png) top center;
  height: 936px;
  margin-top: 65px;
  position: relative;
  overflow: hidden;
}
.ny-about .history .container {
  height: 100%;
  position: relative;
}
.ny-about .history .ny-com-tit {
  padding-top: 73px;
  margin-top: 0;
  text-align: left;
}
.ny-about .history .devlop {
  margin-top: 50px;
}
.ny-about .history .devlop ul {
  display: flex;
}
.ny-about .history .devlop ul li {
  margin-right: 9.02%;
  position: relative;
}
.ny-about .history .devlop ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-about .history .devlop ul li:nth-last-child(1) .year {
  left: 6%;
}
.ny-about .history .devlop ul li:nth-child(1) {
  margin-top: 40px;
}
.ny-about .history .devlop ul li:nth-child(2) {
  margin-right: 9.72%;
  margin-top: 40px;
}
.ny-about .history .devlop ul li:nth-child(2) .year {
  left: 6%;
}
.ny-about .history .devlop ul .tit {
  font-size: 50px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.ny-about .history .devlop ul .tit span {
  font-size: 30px;
}
.ny-about .history .devlop ul .descrip {
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  margin-top: 30px;
}
.ny-about .history .devlop ul .descrip span {
  font-weight: bold;
}
.ny-about .history .year {
  position: relative;
  top: 110px;
}
.ny-about .history .year > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
.ny-about .history .xian {
  position: absolute;
  bottom: 117px;
  left: -69px;
}
.ny-about .history .reamrks-wrap {
  width: 100%;
  position: absolute;

  left: 50%;
  transform: translateX(-50%);
  top: 0;
  max-width: 1920px;
}
.ny-about .history .reamrks {
  position: absolute;
  right: 56px;
  top: 283px;
}
.ny-about .history .reamrks .text {
  font-size: 38px;
  font-weight: bold;
  color: #0168b7;
}
.ny-about .achievement {
  background: #f6f6f6;
}
.ny-about .achievement .top-cont .ny-com-tit {
  padding-top: 58px;
  margin-top: 0;
  text-align: left;
  margin-bottom: 24px;
}
.ny-about .achievement .top-cont .desc {
  font-size: 18px;
  color: #333333;
  line-height: 38px;
}
.ny-about .achievement .cont-bottom {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.ny-about .achievement .cont-bottom .left {
  width: 53%;
  margin-top: 40px;
}
.ny-about .achievement .cont-bottom .left img {
  width: 100%;
  display: block;
}
.ny-about .achievement .cont-bottom .right {
  width: 71.9%;
  height: 71.1%;
  position: absolute;
  right: 0;
  background: url('../images/zzy_10.png') no-repeat;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  background-size: 100% 100% !important;
}
.ny-about .achievement .cont-bottom .right ul {
  color: #fff;
  padding-left: 40px;
  height: 200px;
}
.ny-about .achievement .cont-bottom .right ul li {
  margin-top: 90px;
  width: calc(30% - 45px);
  margin-right: 45px;
  height: 80px;
  display: flex;
  align-items: center;
  float: left;
}
.ny-about .achievement .cont-bottom .right ul li .img {
  display: flex;
  align-items: center;
}
.ny-about .achievement .cont-bottom .right ul li img {
  height: 45px;
  width: auto;
}
.ny-about .achievement .cont-bottom .right ul li:nth-child(1),
.ny-about .achievement .cont-bottom .right ul li:nth-child(2),
.ny-about .achievement .cont-bottom .right ul li:nth-child(3) {
  margin-top: 0;
}
.ny-about .achievement .cont-bottom .right ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-about .achievement .cont-bottom .right ul li > div {
  display: inline-block;
}
.ny-about .achievement .cont-bottom .right ul li > div:nth-child(1) {
  font-size: 38px;
  margin-right: 15px;
}
.ny-about .achievement .cont-bottom .right ul li > div:nth-child(2) {
  font-size: 62px;
}
.ny-about .achievement .cont-bottom .right ul li > div:nth-child(3) {
  font-size: 16px;
  color: #ffffff;
  line-height: 38px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-about .achievement .cont-bottom .right ul li > div:nth-child(3) p {
  height: 25px;
  line-height: 25px;
}
.ny-about .case-swiper {
  width: 90%;
  padding-top: 50px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  margin-bottom: 160px;
}
.ny-about .case-swiper .dg-container {
  width: 85%;
  margin: 0 auto;
  height: 465px;
  position: relative;
}
.ny-about .case-swiper .dg-wrapper {
  width: 59%;
  height: 465px;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.ny-about .case-swiper .dg-wrapper a {
  width: 100%;
  height: 465px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent url(../images/browser.png) no-repeat top left;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.ny-about .case-swiper .dg-wrapper img {
  width: 100%;
  height: 100%;
}
.ny-about .case-swiper .dg-wrapper a.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ny-about .case-swiper .dg-wrapper a img {
  display: block;
}
.ny-about .case-swiper .dg-wrapper a div {
  text-align: center;
  color: #313131;
  font-size: 26px;
  width: 100%;
  display: none;
  margin-top: 45px;
  position: absolute;
}
.ny-about .case-swiper .dg-wrapper a.dg-center div {
  display: block;
}
.ny-about .case-swiper nav {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.ny-about .case-swiper nav span {
  font-size: 45px;
  color: #0168b7;
  font-weight: 200;
  display: block;
}
.ny-about .case-swiper nav .dg-prev {
  transform: rotate(180deg);
}
.ny-about .case-swiper .dg-prev {
  position: relative;
  left: -100px;
}
.ny-about .case-swiper .dg-next {
  position: relative;
  right: -100px;
}
.about-secend {
  width: 100%;
}
.about-secend .stock {
  background: url('../images/stock.jpg') no-repeat bottom center;
  position: relative;
  padding-bottom: 150px;
}
.about-secend .stock #main {
  height: 541px;
  position: relative;
  z-index: 100;
}
.about-secend .stock .container {
  position: relative;
}
.about-secend .stock .remark {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.about-secend .stock .remark .item1 {
  width: 50%;
  position: absolute;
  left: 0;
  height: 100%;
}
.about-secend .stock .remark .item1 img {
  position: absolute;
  right: 233px;
  bottom: 169px;
}
.about-secend .stock .remark .item1 .text {
  line-height: 25px;
  position: absolute;
  left: 30px;
  bottom: 214px;
}
.about-secend .stock .remark .item1 .text p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  color: #000105;
}
.about-secend .stock .remark .item1 .text p:nth-child(1) span {
  font-size: 54px;
  font-weight: bold;
  color: #0168b7;
}
.about-secend .stock .remark .item1 .text p:nth-child(2) {
  height: 48px;
  font-size: 18px;
  color: #333333;
  margin-top: 44px;
  line-height: 29px;
}
.about-secend .stock .remark .item2 {
  width: 50%;
  position: absolute;
  right: 0;
  height: 100%;
}
.about-secend .stock .remark .item2 img {
  position: absolute;
  left: 233px;
  bottom: 169px;
  transform: rotateY(180deg);
  display: block;
}
.about-secend .stock .remark .item2 .text {
  line-height: 25px;
  position: absolute;
  right: 66px;
  bottom: 213px;
}
.about-secend .stock .remark .item2 .text p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  color: #000105;
}
.about-secend .stock .remark .item2 .text p:nth-child(1) span {
  font-size: 54px;
  font-weight: bold;
  color: #0168b7;
}
.about-secend .stock .remark .item2 .text p:nth-child(2) {
  height: 48px;
  font-size: 18px;
  color: #333333;
  margin-top: 44px;
  line-height: 29px;
}
.about-secend .member {
  margin-top: 68px;
  background: url(../images/member_02.jpg) no-repeat top center;
  background-size: 100% 100% !important;
  padding-bottom: 45px;
}
.about-secend .member .ny-com-tit {
  margin: 0;
  padding-top: 60px;
  margin-bottom: 40px;
  color: #fff;
}
.about-secend .member .top-list ul {
  display: flex;
  justify-content: center;
}
.about-secend .member .top-list ul li {
  margin-right: 3.3%;
  width: 17.29%;
}
.about-secend .member .top-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.about-secend .member .top-list ul li:hover .text {
  background: #0168b7;
}
.about-secend .member .top-list ul li:hover .text p {
  color: #fff !important;
}
.about-secend .member .top-list ul li:nth-last-child(1) {
  margin-right: 0;
}
.about-secend .member .top-list ul li .img-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about-secend .member .top-list ul li .img-wrap .img {
  width: 100%;
}
.about-secend .member .top-list ul li .img-wrap .img::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 118.5%;
}
.about-secend .member .top-list ul li .img-wrap .text {
  width: 100%;
  height: 42px;
  text-align: left;
  background: url('../images/tip.png') no-repeat;
  color: #ffffff;
  font-size: 22px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10000000000;
}
.about-secend .member .top-list ul li .text {
  height: 77px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.about-secend .member .top-list ul li .text p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.about-secend .member .top-list ul li .text p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.about-secend .member .mem-list h3 {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 35px;
  margin-bottom: 30px;
}
.about-secend .member .mem-list ul {
  display: flex;
  flex-wrap: wrap;
}
.about-secend .member .mem-list ul li {
  margin-right: 3.3%;
  width: 17.29%;
  margin-bottom: 45px;
}
.about-secend .member .mem-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.about-secend .member .mem-list ul li:hover .text {
  background: #0168b7;
}
.about-secend .member .mem-list ul li:hover span {
  color: #fff !important;
}
.about-secend .member .mem-list ul li:hover p {
  color: #fff !important;
}
.about-secend .member .mem-list ul li:nth-of-type(5n) {
  margin-right: 0;
}
.about-secend .member .mem-list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.about-secend .member .mem-list ul li .img-wrap .img {
  width: 100%;
}
.about-secend .member .mem-list ul li .img-wrap .img::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 118.5%;
}
.about-secend .member .mem-list ul li .text {
  height: 110px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: left;
}
.about-secend .member .mem-list ul li .text p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.about-secend .member .mem-list ul li .text p:nth-child(1) span {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  margin-left: 15px;
}
.about-secend .member .mem-list ul li .text p:nth-child(2) {
  width: 160px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 5px;
}
.about-secend .honor {
  background: #ffffff;
  position: relative;
  padding-top: 70px;
}
.about-secend .honor .ny-com-tit {
  margin-top: 0;
}
.about-secend .honor .back .img1 {
  position: absolute;
  top: 0;
  left: 0;
}
.about-secend .honor .back .img2 {
  position: absolute;
  top: 14px;
  right: 0;
}
.about-secend .honor .honor-list .bd ul ul {
  display: flex;
  flex-wrap: wrap;
}
.about-secend .honor .honor-list .bd ul ul li {
  width: calc(25% - 25px);
  margin-right: 33px;
  margin-bottom: 37px;
}
.about-secend .honor .honor-list .bd ul ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.about-secend .honor .honor-list .bd ul ul li:hover .text {
  font-weight: 700;
}
.about-secend .honor .honor-list .bd ul ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.about-secend .honor .honor-list .bd ul ul li .img-wrap .img {
  width: 100%;
}
.about-secend .honor .honor-list .bd ul ul li .img-wrap .img::after {
  width: 100%;
  display: block;
  content: '';
  padding-bottom: 65.6%;
}
.about-secend .honor .honor-list .bd ul ul li .text {
  height: 58px;
  line-height: 58px;
  padding: 0 15px;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px -10px 39px 0px rgba(220, 220, 220, 0.45);
}
.about-secend .honor .honor-list .bd ul ul li:nth-child(4n) {
  margin-right: 0;
}
.about-secend .honor .tip {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 68px;
}
.about-secend .honor .tip > div {
  width: 55px;
  height: 55px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #000;
  cursor: pointer;
}
.about-secend .honor .tip > div:hover {
  width: 58px;
  height: 58px;
  font-size: 30px;
}
.about-secend .honor .tip > div:hover {
  background: #0168b7;
  color: #fff;
  border: none;
}
.about-secend .honor .tip > div:nth-child(1) {
  margin-right: 35px;
}
.about-secend .honor .tip > div:nth-child(2) {
  transform: rotate(180deg);
}
.about-secend .team {
  background: #f4f4f4;
  padding-bottom: 43px;
}
.about-secend .team .ny-com-tit {
  padding-top: 65px;
  margin-top: 0;
  margin-bottom: 50px;
}
.about-secend .team .container {
  display: flex;
}
.about-secend .team .container > div {
  width: calc(50% - 22px);
  margin-right: 44px;
  height: 604px;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.about-secend .team .container > div:nth-child(2) {
  margin: 0;
}
.about-secend .team h3 {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  margin-top: 40px;
  text-align: center;
}
.search .input {
  width: 70%;
  height: 66px;
  border: 1px solid #006ab6;
  margin: 60px auto;
  position: relative;
  border-radius: 45px;
}
.search .input input {
  width: 80%;
  height: 100%;
  outline: none;
  border: none;
  margin-left: 45px;
}
.search .input span {
  color: #006ab6;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 27px;
}
.ny-organization .ny-space {
  margin-top: 68px;
  position: relative;
}
.ny-organization .ny-space .space {
  height: 614px;
  position: relative;
}
.ny-organization .ny-space .space .backs {
  position: absolute;
  right: 182px;
  top: 68px;
}
.ny-organization .ny-space .cont {
  display: flex;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ny-organization .ny-space .cont .img-wrap {
  width: 45.1%;
  display: flex;
  align-items: center;
}
.ny-organization .ny-space .cont .img-wrap .img {
  width: 100%;
}
.ny-organization .ny-space .cont .img-wrap .img::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 68.3%;
}
.ny-organization .ny-space .cont .right {
  width: 51%;
  margin-left: 3.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-organization .ny-space .cont .right p:nth-child(1) {
  font-size: 54px;
  color: #000000;
}
.ny-organization .ny-space .cont .right p:nth-child(2) {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: relative;
  margin-top: 22px;
}
.ny-organization .ny-space .cont .right p:nth-child(2) span {
  width: 113px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  background: linear-gradient(90deg, #01a7a5, #00aba2, #019fab, #006ab6);
}
.ny-organization .ny-space .cont .right p:nth-child(3) {
  font-size: 18px;
  color: #333333;
  line-height: 42px;
  margin-top: 50px;
  text-align: justify;
}
.ny-organization .ny-space .left-kuai {
  width: 39.7%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  top: 0;
}
.ny-organization .organization {
  margin-top: 68px;
}
.ny-organization .organization ul {
  display: flex;
}
.ny-organization .organization ul li {
  width: 18.08%;
  height: 446px;
  transition: all 0.5s;
}
.ny-organization .organization ul li.active {
  width: 63.8%;
  transition: all 0.5s;
}
.ny-organization .organization ul li.active .img-wrap {
  display: block;
  transition: all 0.3s;
}
.ny-organization .organization ul li.active .text {
  display: none;
  transition: all 0.3s;
}
.ny-organization .organization ul li:nth-child(3) .text {
  background: #0168b7 url('../images/organization_back_03.png') no-repeat;
}
.ny-organization .organization ul li:nth-child(1) .text {
  background: #0168b7 url('../images/organization_back_03.png') no-repeat;
}
.ny-organization .organization ul li .img-wrap {
  display: none;
  width: 100%;
  position: relative;
}

.ny-organization .organization ul li .text img {
  height: 62px;
}
.ny-organization .organization ul li .img-wrap .img {
  width: 100%;
  height: 446px;
}
.ny-organization .organization ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 58.2%;
}
.ny-organization .organization ul li .img-wrap .mask {
  background: rgba(1, 104, 183, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ny-organization .organization ul li:hover .img-wrap {
  display: block;
}
.ny-organization .organization ul li:hover .text {
  display: none;
}
.ny-organization .organization ul li .img-wrap .mask p {
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 28px;
  position: absolute;
  bottom: 47px;
  left: 38px;
}
.ny-organization .organization ul li .img-wrap .mask p img {
  margin-right: 20px;
  height: 62px;
}
.ny-organization .organization ul li:nth-child(3) .text img {
  height: 62px;
}
.ny-organization .organization ul li .text {
  width: 100%;
  height: 100%;
  background: #5db7e9 url('../images/organization_back_03.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.ny-organization .organization ul li .text p:nth-child(1) {
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 30%;
}
.ny-organization .organization ul li .text p:nth-child(1) span {
  font-size: 40px;
}
.ny-organization .organization ul li .text p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 15px;
}
.ny-organization .base_back {
  background: url('../images/base_back.jpg') no-repeat top center;
  height: 629px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  background-size: 100% !important;
}
.ny-organization .base_back .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-organization .base_back .container .left {
  width: 45.6%;
}
.ny-organization .base_back .container .left p:nth-child(1) {
  font-size: 54px;
  color: #000000;
}
.ny-organization .base_back .container .left p:nth-child(2) {
  font-size: 18px;
  color: #333333;
  margin-top: 40px;
  line-height: 38px;
  text-align: justify;
}
.ny-organization .base_back .container .right {
  width: 51.8%;
  margin-left: 36px;
}
.ny-organization .base_back .container .right img {
  width: 100%;
}
.ny-rules {
  margin-bottom: 80px;
}
.ny-rules .img-list {
  margin-top: 60px;
  display: flex;
}
.ny-rules .img-list .left {
  width: 35.5%;
  margin-right: 10px;
}
.ny-rules .img-list .left img {
  width: 100%;
}
.ny-rules .img-list .right {
  width: 64.3%;
}
.ny-rules .img-list .right > div:nth-child(1) img:nth-child(1) {
  width: 43.1%;
  margin-right: 6px;
}
.ny-rules .img-list .right > div:nth-child(1) img:nth-child(2) {
  width: 55.4%;
}
.ny-rules .img-list .right > div:nth-child(2) img:nth-child(1) {
  width: 34.7%;
  margin-right: 6px;
}
.ny-rules .img-list .right > div:nth-child(2) img:nth-child(2) {
  width: 63%;
}
.ny-rules .img-list .right .bottom {
  margin-top: 6px;
}
.ny-map {
  margin-bottom: 80px;
}
.ny-map .ny-com-tit {
  margin-bottom: 35px;
}
.ny-map .cont > .text {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}
.ny-map .cont .map {
  margin-top: 40px;
}
.ny-map .cont .map img {
  width: 100%;
}
.ny-map .map-list {
  margin-top: 27px;
}
.ny-map .map-list ul {
  display: flex;
  flex-wrap: wrap;
}
/* .ny-map .map-list .bd .tempWrap {
  width: 1200px !important;
} */
.ny-map .map-list ul ul li {
  width: calc(50% - 25px);
  margin-right: 2.7%;
  background: #ffffff;
  height: 157px;
  box-shadow: 0px 9px 65px 0px rgba(220, 220, 220, 0.45);
  margin-top: 40px;
}
.ny-map .map-list .bd > ul > li {
  width: 100%;
}
.ny-map .map-list ul ul li:nth-child(2n) {
  margin-right: 0;
}
.ny-map .map-list ul ul li a {
  display: flex;
}
.ny-map .map-list ul ul li a .left {
  width: 35.1%;
  height: 157px;
  overflow: hidden;
}
.ny-map .map-list ul ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-map .map-list ul ul li a .left .img {
  width: 100%;
  height: 100%;
}
.ny-map .map-list ul ul li a .right {
  width: 59%;
  height: 157px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
}
.ny-map .map-list ul ul li a .right p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.ny-map .map-list ul ul li a .right p:nth-child(2) {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  line-height: 35px;
}
.ny-map .map-list .hd ul {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
.ny-map .map-list .hd ul li {
  width: 13px;
  height: 13px;
  background: #5db7e9;
  border-radius: 50%;
  margin-right: 15px;
}
.ny-map .map-list .hd ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-map .map-list .hd ul li.on {
  background: #0168b7;
}
.ny-enterprise {
  margin-bottom: 80px;
}
.ny-enterprise .nav {
  margin-top: 68px;
}
.ny-enterprise .nav ul {
  display: flex;
  justify-content: center;
}
.ny-enterprise .nav ul li {
  width: 251px;
  height: 84px;
  background: #e5e5e5;
  border-radius: 30px;
  font-size: 30px;
  color: #333333;
  line-height: 84px;
  text-align: center;
  margin-right: 39px;
}
.ny-enterprise .nav ul li.active,
.ny-enterprise .nav ul li:hover {
  background: linear-gradient(
    138deg,
    #0168b7,
    #040926,
    #040926,
    #040926
  ) !important;
}
.ny-enterprise .nav ul li.active a,
.ny-enterprise .nav ul li:hover a {
  color: #fff;
}
.ny-enterprise .nav ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-enterprise .ny-com-tit {
  margin-top: 37px;
  margin-bottom: 50px;
}
.ny-enterprise .remark p:nth-child(1) {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.ny-enterprise .remark p:nth-child(1) span {
  font-size: 38px;
  font-weight: bold;
  color: #0168b7;
  margin: 0 8px;
}
.ny-enterprise .remark p:nth-child(2) a {
  display: block;
  width: 178px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: linear-gradient(
    138deg,
    #0168b7,
    #040926,
    #040926,
    #040926
  ) !important;
  border-radius: 27px;
  font-size: 22px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 39px;
}
.ny-enterprise .partner {
  margin-top: 56px;
  display: flex;
}
.ny-enterprise .partner > .hd {
  width: 13.88%;
}
.ny-enterprise .partner > .hd ul > li {
  width: 99%;
  height: 142px;
  border: 1px solid #e2e2e2;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333333;
  position: relative;
}
.ny-enterprise .partner > .hd ul > li span {
  display: none;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.ny-enterprise .partner > .hd ul > li.on {
  background: url(../images/qiye_03.png) !important;
  color: #fff;
  font-weight: bold;
}
.ny-enterprise .partner > .hd ul > li.on span {
  display: block;
}
.ny-enterprise .partner > .hd ul > li:nth-child(1) {
  border-top: 1px solid #e2e2e2;
}
.ny-enterprise .partner > .bd {
  width: 86.11%;
  background: #ffffff;
  box-shadow: 0px 9px 65px 0px rgba(220, 220, 220, 0.45);
  padding: 0 34px;
  padding-top: 16px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.ny-enterprise .partner > .bd ul {
  width: 100%;
  height: 100%;
}
.ny-enterprise .partner > .bd ul .bd {
  height: 463px;
}
.ny-enterprise .partner > .bd ul ul ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ny-enterprise .partner > .bd ul ul ul li {
  width: calc(25% - 19px);
  margin-right: 23px;
  margin-top: 40px;
}
.ny-enterprise .partner > .bd ul ul ul li:nth-child(4n) {
  margin-right: 0;
}
.ny-enterprise .partner > .bd ul ul ul li:hover .img {
  border: 1px solid #040926;
}
.ny-enterprise .partner > .bd ul ul ul li .img {
  width: 100%;
  height: 91px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 3px 68px 0px rgba(228, 228, 228, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ny-enterprise .partner > .bd ul ul ul li .img img {
  max-width: 100%;
  min-height: 70%;
}
.ny-enterprise .partner > .bd ul ul ul li .text {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  text-align: center;
}
.ny-enterprise .partner > .bd .hd {
  width: 100%;
}
.ny-enterprise .partner > .bd .hd ul {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
.ny-enterprise .partner > .bd .hd ul li {
  width: 13px;
  height: 13px;
  background: #5db7e9;
  border-radius: 50%;
  margin-right: 15px;
}
.ny-enterprise .partner > .bd .hd ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-enterprise .partner > .bd .hd ul li.on {
  background: #0168b7;
}
.ny-enterprise .detail-back {
  margin-top: 68px;
  height: 293px;
}
.ny-enterprise .detail-back img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ny-enterprise .partner-detail {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 70px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 3px 68px 0px rgba(228, 228, 228, 0.45);
  margin-top: -190px;
  position: relative;
  z-index: 100;
}
.ny-enterprise .partner-detail .wrap-tit {
  text-align: center;
}
.ny-enterprise .partner-detail .logo {
  height: 95px;
}
.ny-enterprise .partner-detail .tit {
  font-size: 22px;
  color: #333333;
  text-align: center;
}
.ny-enterprise .partner-detail .icon {
  margin-top: 10px;
}
.ny-enterprise .partner-detail .cont {
  margin-top: 25px;
}
.brand-story {
  position: relative;
}
.brand-story .ny-com-tit {
  margin-top: 57px;
  margin-bottom: 54px;
  background: #fff;
}
.brand-story .back {
  position: absolute;
  right: 0;
  top: -57px;
}
.brand-story .honoraryswiper {
  width: 100%;
  overflow: hidden;
}
.brand-story .swiper-wrapper {
  display: flex;
  padding-bottom: 35px;
}
.brand-story .swiper-wrapper li {
  width: calc(32% - 8px);
  margin-right: 2vw;
}
.brand-story .swiper-wrapper li:hover .text-ellipsis {
  color: #0168b7;
}
.brand-story .swiper-wrapper li .img-wrap {
  width: 100%;
}
.brand-story .swiper-wrapper li .img-wrap .img {
  width: 100%;
}
.brand-story .swiper-wrapper li .img-wrap .img::after {
  content: '';
  padding-bottom: 44.5%;
  display: block;
}
.brand-story .swiper-wrapper li .text-ellipsis {
  height: 55px;
  line-height: 55px;
  background: #ffffff;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #333333;
  text-align: center;
  box-shadow: 0px 2px 46px 0px rgba(238, 238, 238, 0.66);
}
.brand-story .bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.brand-story .bottom .remark {
  display: flex;
  align-items: center;
  color: #1e1e1e;
}
.brand-story .bottom .remark span:nth-child(1) {
  margin-right: 10px;
  margin-top: 5px;
}
.brand-story .bottom .right {
  display: flex;
  align-items: center;
}
.brand-story .bottom .pagination {
  position: absolute;
  right: 458px;
  color: #666;
  font-size: 16px;
}
.brand-story .bottom .swiper-pagination {
  width: 442px;
  right: 0;
  left: auto;
  bottom: 13px;
  top: auto;
  height: 1px;
}
.brand-story
  .bottom
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  bottom: 0;
  top: auto;
  background: #0168b7;
}
.club-story {
  position: relative;
  padding-bottom: 80px;
}
.club-story .back {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.ny-club .ny-space .cont .img-wrap .img {
  box-shadow: 0px 14px 35px 0px rgba(160, 147, 147, 0.91);
}
.ny-club .ny-space .cont .img-wrap .img::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 68.3%;
}
.ny-club .ny-space .btn-list {
  display: flex;
  margin-top: 40px;
}
.ny-club .ny-space .btn-list > div {
  width: 178px;
  height: 54px;
  border: 1px solid #bfbfbf;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #333333;
  margin-right: 38px;
  cursor: pointer;
  font-weight: 200;
}
.ny-club .ny-space .ny-organization .ny-space .cont .right p:nth-child(3) {
  margin-top: 45px;
}
.ny-club .ny-space .right {
  margin-top: -16px;
}
.ny-club .member {
  margin-top: 68px;
  background: url(../images/club_06.jpg) no-repeat top center;
  padding-bottom: 52px;
  position: relative;
}
.ny-club .member .ny-com-tit {
  margin: 0;
  padding-top: 52px;
  margin-bottom: 60px;
  height: 54px;
  line-height: 54px;
  color: #fff;
}
.ny-club .member .mem-list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.ny-club .member .mem-list ul li {
  width: 100%;
}
.ny-club .member .mem-list ul li li {
  margin-right: 3.3%;
  width: 17.29%;
  margin-bottom: 45px;
}
.ny-club .member .mem-list ul li li:hover .text {
  background: #0168b7;
}
.ny-club .member .mem-list ul li li:hover span {
  color: #fff !important;
}
.ny-club .member .mem-list ul li li:hover p {
  color: #fff !important;
}
.ny-club .member .mem-list ul li li:nth-of-type(5n) {
  margin-right: 0;
}
.ny-club .member .mem-list ul li li .img-wrap {
  width: 100%;
}
.ny-club .member .mem-list ul li li .img-wrap .img {
  width: 100%;
}
.ny-club .member .mem-list ul li li .img-wrap .img::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 118.5%;
}
.ny-club .member .mem-list ul li li .text {
  height: 110px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: left;
}
.ny-club .member .mem-list ul li li .text p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.ny-club .member .mem-list ul li li .text p:nth-child(1) span {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  margin-left: 15px;
}
.ny-club .member .mem-list ul li li .text p:nth-child(2) {
  /* width: 160px; */
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 5px;
}
.ny-club .member .hd ul {
  display: flex;
  justify-content: center;
}
.ny-club .member .hd ul li {
  width: 13px;
  height: 13px;
  background: #0168b7;
  border-radius: 50%;
  margin-right: 17px;
}
.ny-club .member .hd ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-club .member .hd ul li.on {
  background: #ffffff;
}
.ny-club .brand-story .swiper-wrapper li .img-wrap .img::after {
  padding-bottom: 66.2%;
}
.ny-club .move-btn {
  width: 369px;
  height: 97px;
  background: linear-gradient(90deg, #01a7a5, #00aba2, #019fab, #006ab6);
  box-shadow: 0px 14px 35px 0px rgba(235, 235, 235, 0.91);
  border-radius: 60px;
  font-size: 44px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
}
.ny-club .move-btn span:nth-last-child(1) {
  margin-left: 15px;
  display: flex;
  align-items: center;
  margin-top: 3px;
  animation-name: scale-draw;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-duration: 3.9s;
  animation-timing-function: linear;
}
.ny-page {
  margin-bottom: 80px;
}
.ny-fund {
  margin-bottom: 80px;
}
.ny-fund .ny-space .cont .img-wrap .img::after {
  padding-bottom: 68.25%;
}
.ny-fund .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-fund .btn-list {
  display: flex;
  margin-top: 80px;
}
.ny-fund .btn-list > div {
  width: 178px;
  height: 54px;
  border: 1px solid #bfbfbf;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #333333;
  margin-right: 38px;
  cursor: pointer;
}
.ny-fund .brand-story .swiper-wrapper li .img-wrap .img::after {
  padding-bottom: 66.8%;
}
.fixed {
  position: fixed;
  top: 45%;
  right: 20px;
  z-index: 1000000;
}
.fixed .btn {
  width: 43px;
  height: 161px;
  background: linear-gradient(10deg, #006ab6, #006ab6, #019fab);
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.fixed .text {
  display: block;
  width: 22px;
  writing-mode: vertical-lr;
}
.fixed .btn span:nth-of-type(1) {
  font-size: 25px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-top: 5px;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 50px;
  color: #515151;
  padding-bottom: 50px;
}
.paging {
  display: flex;
  width: 100%;
  margin-top: 56px;
  justify-content: center;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 4px;
  color: #242422;
}
.paging li a:hover,
.paging li.on a {
  background: #020512;
  border-color: #020512;
  color: #fff;
}
.paging li.prev,
.paging li.next {
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.paging li.prev a,
.paging li.next a {
  color: #242424;
}
.paging li.prev a span,
.paging li.next a span {
  font-size: 20px;
  font-weight: bold;
}
.paging li.next {
  transform: rotate(180deg);
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
.sidelist {
  position: relative;
  z-index: 10000;
}
.sidelist .one {
  position: relative;
  height: 58px;
  font-size: 14px;
  margin-right: 38px;
}
.sidelist .one:hover .tit,
.sidelist .one.on .tit {
  color: #3db45e;
}
.sidelist .one .tit {
  display: block;
  height: 58px;
  text-align: center;
  line-height: 58px;
  color: #000;
  font-size: 16px;
}
.message {
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 60px;
  margin-top: 28px;
  background: #fff;
  box-shadow: 0px 9px 65px 0px rgba(220, 220, 220, 0.45);
}
.message h3 {
  font-size: 26px;
  font-weight: 700;
  color: #030303;
}
.message .input {
  display: flex;
  margin-top: 30px;
}
.message .input > div {
  width: calc(33% - 14px);
}
.message .input > div input {
  height: 100%;
  border: none;
  outline: none;
  background: #f6f6f6;
  margin-top: 14px;
  width: 100%;
  height: 45px;
  background: #f7f7f7;
  padding-left: 15px;
  box-sizing: border-box;
}
.message .input > div:nth-child(1),
.message .input > div:nth-child(2) {
  margin-right: 30px;
}
.message .input > div span {
  display: block;
  font-size: 14px;
  color: #d6d6d6;
}
.message .input > div span i {
  color: #ff1f1f;
  margin-left: 3px;
}
.message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
}
.message .btn-group {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.message .btn {
  width: 134px;
  height: 40px;
  background: #2f318b;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.message .reset {
  width: 134px;
  height: 40px;
  background: #d6d6d6;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-left: 26px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1680px) {
  .index-column3 .left img {
    width: 540px;
    height: auto;
  }
  .header .container .nav {
    margin-top: 20px;
    /* width: 670px; */
  }
  .pro-service .fl-right .list {
    width: 81%;
  }
  .pro-service .fl-right .list {
    padding-left: 5.8%;
  }
  .pro-service .fl-left .list {
    width: 81%;
  }
  .pro-service .fl-left .list {
    padding-left: 5.8%;
  }
  .ny-about .reamrks {
    position: absolute;
    right: -4px;
    top: 264px;
  }
  .ny-about .xian img {
    width: 101%;
  }
  .ny-about .achievement .cont-bottom .right ul li {
    margin-top: 37px;
    width: calc(33% - 15px);
  }

  .ny-about .achievement .cont-bottom .right ul li > div:nth-child(1) {
    font-size: 34px;
    margin-right: 13px;
  }
  .ny-about .achievement .cont-bottom .right ul li > div:nth-child(2) {
    font-size: 44px;
  }
  .ny-about .achievement .cont-bottom .right ul li > div:nth-child(3) {
    margin-left: 14px;
  }
  .ny-about .achievement .cont-bottom .right ul li {
    margin-right: 21px;
  }
  .ny-space .space {
    height: 514px;
  }
}
@media screen and (max-width: 1500px) {
  .ny-new ul li a .right p:nth-child(3) {
    margin-top: 2vw;
  }
  .footer > .container .middle > ul > li {
    margin-right: 6.55%;
  }
  .pro-service .fl-right .icon ul li,
  .pro-service .fl-left .icon ul li {
    width: calc(21.8% - 17px) !important;
  }
  .ny-about .history .reamrks {
    position: absolute;
    right: -38px;
    top: 266px;
  }
  .ny-about .history .xian {
    position: absolute;
    bottom: 3;
    left: -32px;
  }
  .ny-about .history .xian img {
    width: 101%;
  }
  .ny-about .history .devlop ul li {
    margin-right: 7.02%;
  }
  .ny-about .history .devlop ul li:nth-child(2) {
    margin-right: 4.72%;
  }
  .ny-about .history li:nth-child(3) .year {
    top: 143px;
  }
  .header .container .nav ul li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .ny-about .history .devlop ul li:nth-child(2) {
    margin-right: 1.72%;
  }
  .ny-about .history .devlop ul li {
    margin-right: 5.02%;
  }
  .ny-about .history li:nth-child(3) .year {
    top: 165px;
  }
  .ny-about .history .reamrks {
    position: absolute;
    right: -8px;
    top: 375px;
  }
  .ny-about .history .reamrks .text {
    font-size: 30px;
  }
  .ny-about .achievement .cont-bottom .right ul li {
    margin-top: 37px;
    width: calc(34% - 15px);
  }
  .ny-about .achievement .cont-bottom .right ul li {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1930px) {
  .ny-banner {
    height: auto;
  }

  .ny-banner img {
    width: 100%;
  }
  .inner-banner > img {
    width: 100%;
  }
}
