* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  font-family: Microsoft YaHei;
  position: relative;
  margin: 0 auto !important;
}
#fullpage .footer {
  margin-top: 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff;
}
#fp-nav ul li a span.isback,
.fp-slidesNav ul li a span.isback {
  background: #333;
}
#fp-nav.right {
  right: 9px;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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;
  min-width: 1200px;
  width: 80.2%;
}
.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 {
  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: fixed;
  z-index: 10000000;
  width: 100%;
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0)
  );
}
.head.head-fix {
  position: fixed !important;
  background: rgba(0, 0, 0, 0.3) !important;
  transition: all 0.6s;
}
.head.isback {
  background: #fff;
  box-shadow: 0px 9px 15px -6px #e9e9e9;
}
.head.isback a {
  color: #333 !important;
}
.head .wrap {
  height: 98px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .wrap .nav ul {
  display: flex;
  flex-wrap: wrap;
}
.head .wrap .nav ul li {
  margin: 0 22px;
  padding: 0 15px;
  position: relative;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
}
.head .wrap .nav ul li:hover > a {
  color: #0d6fb8;
  box-sizing: border-box;
  font-weight: 700;
}
.head .wrap .nav ul li:hover .sub {
  display: block;
}
.head .wrap .nav ul li > a {
  font-size: 20px;
  color: #ffffff;
}
.head .wrap .nav ul li .sub {
  top: 30px;
  position: absolute;
  left: 50%;
  width: 123px;
  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: #0d6fb8;
}
.head .wrap .h-right {
  display: flex;
  align-items: center;
}
.head .wrap .h-right .search {
  position: relative;
  height: 98px;
  display: flex;
  align-items: center;
}
.head .wrap .h-right .search:hover .input {
  display: flex;
}
.head .wrap .h-right .search .search-icon1 {
  font-size: 28px;
  color: #fff;
}
.head .wrap .h-right .search .input {
  position: absolute;
  left: 0;
  top: 70px;
  padding: 15px 30px;
  background: #fff;
  display: flex;
  display: none;
}
.head .wrap .h-right .search .input input {
  width: 200px;
  height: 30px;
  border: 1px solid #3065c5;
  padding-left: 15px;
  outline: none;
}
.head .wrap .h-right .search .input span {
  width: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3065c5;
  color: #fff;
}
.head .wrap .h-right .form {
  height: 34px;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 111px;
  font-size: 14px;
}
.head .wrap .h-right .form .iconfont {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 400;
}
.body-new-list .head {
  background: none;
}
.mouse1,
.mouse2,
.mouse3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  animation: mouse-shake 0.8s ease-in-out infinite;
  transition: all 0.5s;
  z-index: 99;
}
.mouse1 img,
.mouse2 img,
.mouse3 img {
  width: 25px;
}
.mouse1 .mouse1-img,
.mouse2 .mouse1-img,
.mouse3 .mouse1-img {
  display: block;
}
.mouse1 .mouse2-img,
.mouse2 .mouse2-img,
.mouse3 .mouse2-img {
  display: none;
}
.fp-viewing-page4 .mouse3 {
  display: none;
}
.fp-viewing-page5 .mouse1 {
  display: none;
}
.fp-viewing-page6 .mouse1 .mouse1-img,
.culture.fp-viewing-page3 .mouse1 .mouse1-img,
.culture.fp-viewing-page2 .mouse1 .mouse1-img {
  display: none;
}
.fp-viewing-page6 .mouse1 .mouse2-img,
.culture.fp-viewing-page3 .mouse1 .mouse2-img,
.culture.fp-viewing-page2 .mouse1 .mouse2-img {
  display: none;
}
.fp-viewing-page6 .mouse2 .mouse1-img,
.fp-viewing-page1 .mouse2 .mouse1-img {
  display: none;
}
.fp-viewing-page6 .mouse2 .mouse2-img,
.fp-viewing-page1 .mouse2 .mouse2-img {
  display: none;
}
@keyframes mouse-shake {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 35px;
  }
  100% {
    bottom: 30px;
  }
}
.section-first {
  /*首页轮播图*/
  overflow: hidden;
}
.section-first .banner {
  position: relative;
  height: 100%;
  /*首页轮播图*/
}
.section-first .banner .a-top-back {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 100000;
}
.section-first .banner .c-banner1 {
  background: #fff;
  position: relative;
  height: 100%;
}
.section-first .banner .c-banner1 .swiper-slide {
  position: relative;
  height: 100%;
}
.section-first .banner .c-banner1 .swiper-slide > img,
.section-first .banner .c-banner1 .swiper-slide video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
}
.section-first
  .banner
  .c-banner1
  .swiper-slide.swiper-slide-active
  .b-text1
  .tx1 {
  opacity: 1;
  transition: all 1s ease-in-out 0.1s;
  transform: translateX(0);
}
.section-first
  .banner
  .c-banner1
  .swiper-slide.swiper-slide-active
  .b-text1
  .tx2 {
  opacity: 1;
  transition: all 1s ease-in-out 0.5s;
  transform: translateX(0);
}
.section-first
  .banner
  .c-banner1
  .swiper-slide.swiper-slide-active
  .b-text2
  .tx1 {
  opacity: 1;
  transition: all 1s ease-in-out 0.1s;
  transform: translateX(0);
}
.section-first
  .banner
  .c-banner1
  .swiper-slide.swiper-slide-active
  .b-text2
  .tx2 {
  opacity: 1;
  transition: all 1s ease-in-out 0.5s;
  transform: translateX(0);
}
.section-first
  .banner
  .c-banner1
  .swiper-slide.swiper-slide-active
  .b-text3
  .tx1 {
  opacity: 1;
  transition: all 1s ease-in-out 0.1s;
  transform: translateY(0);
}
.section-first
  .banner
  .c-banner1
  .swiper-slide.swiper-slide-active
  .b-text3
  .tx2 {
  opacity: 1;
  transition: all 1s ease-in-out 0.5s;
  transform: translateY(0);
}
.section-first .banner .c-banner1 .swiper-slide > img {
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
.section-first .banner .c-banner1 .swiper-slide.swiper-slide-active img {
  transition: 4.5s linear;
  transform: scale(1, 1);
}
.section-first .banner .btn-list {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #efefef;
  font-size: 50px;
  z-index: 1000000;
  height: 75px;
}
.section-first .banner .btn-list .iconfont {
  font-size: 75px;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  cursor: pointer;
  display: block;
}
.section-first .banner .btn-list .iconfont:hover {
  color: #fff;
}
.section-first .banner .btn-list .b-prev {
  left: 80px;
  transform: rotate(180deg);
}
.section-first .banner .btn-list .b-next {
  right: 80px;
}
.section-first .banner .swiper-pagination {
  bottom: 50px;
}
.section-first .banner .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 15px;
  opacity: 1;
}
.section-first .banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #3961a7;
}
.section-first .banner .b-text1 {
  position: absolute;
  top: 25vh;
  left: 190px;
}
.section-first .banner .b-text1 .tx1 {
  opacity: 0;
  transform: translateX(-100px);
}
.section-first .banner .b-text1 .tx1 p:nth-child(1) {
  display: flex;
  text-transform: uppercase;
  font-size: 60px;
  align-items: center;
  color: #fff;
}
.section-first .banner .b-text1 .tx1 p:nth-child(1) img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.section-first .banner .b-text1 .tx1 p:nth-child(2) {
  font-size: 16px;
  color: #fff;
  margin-left: 70px;
  font-weight: 200;
  margin-top: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
.section-first .banner .b-text1 .tx2 {
  opacity: 0;
  transform: translateX(-100px);
  font-size: 60px;
  color: #fff;
  margin-top: 6.8vh;
  margin-left: 0px;
  white-space: nowrap;
  line-height: 90px;
}
.section-first .banner .b-text2 {
  position: absolute;
  top: 28vh;
  right: 199px;
}
.section-first .banner .b-text2 .tx1 {
  opacity: 0;
  transform: translateX(-100px);
}
.section-first .banner .b-text2 .tx1 p:nth-child(1) {
  display: flex;
  text-transform: uppercase;
  font-size: 60px;
  align-items: center;
  color: #fff;
  justify-content: flex-end;
}
.section-first .banner .b-text2 .tx1 p:nth-child(1) img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.section-first .banner .b-text2 .tx1 p:nth-child(2) {
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  text-align: right;
  margin-top: 10px;
}
.section-first .banner .b-text2 .tx2 {
  font-size: 60px;
  color: #fff;
  margin-top: 11vh;
  margin-left: 0px;
  opacity: 0;
  transform: translateX(-100px);
}
.section-first .banner .b-text3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
}
.section-first .banner .b-text3 .tx1 {
  opacity: 0;
  transform: translateY(100px);
}
.section-first .banner .b-text3 .tx1 p:nth-child(1) {
  display: flex;
  text-transform: uppercase;
  font-size: 60px;
  align-items: center;
  color: #fff;
  justify-content: center;
}
.section-first .banner .b-text3 .tx1 p:nth-child(1) img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.section-first .banner .b-text3 .tx1 p:nth-child(2) {
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.section-first .banner .b-text3 .tx2 {
  opacity: 0;
  transform: translateY(100px);
  font-size: 60px;
  color: #fff;
  margin-top: 60px;
  margin-left: 0px;
  text-align: center;
}
.section-second {
  background: center center / cover no-repeat;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.section-second.current .s-text .tx1 {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
.section-second.current .s-text .tx2 {
  opacity: 1;
  transition: all 1s ease-in-out 0.2s;
  transform: translateX(0);
}
.section-second.current .btn-list {
  transition: all 1s ease-in-out 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.section-second .s-text {
  position: absolute;
  left: 50%;
  top: calc(50% + 40px);
  transform: translateY(-50%) translateX(-50%);
  text-align: right;
}
.section-second .s-text .tx1 {
  opacity: 0;
  transform: translateX(-100px);
}
.section-second .s-text .tx1 p:nth-child(1) {
  display: flex;
  text-transform: uppercase;
  font-size: 58px;
  align-items: center;
  color: #2f2f2f;
  justify-content: flex-end;
  font-weight: 700;
}
.section-second .s-text .tx1 p:nth-child(1) img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.section-second .s-text .tx1 p:nth-child(2) {
  font-size: 48px;
  color: #2f2f2f;
  text-transform: uppercase;
  text-align: right;
  margin-top: 40px;
  letter-spacing: -2px;
  font-weight: 300;
}
.section-second .s-text .tx1 p:nth-child(3) {
  font-size: 26px;
  text-transform: uppercase;
  text-align: right;
  margin-top: 10px;
  font-weight: 200;
}
.section-second .s-text .tx2 {
  font-size: 60px;
  color: #2f2f2f;
  margin-top: 6vh;
  margin-left: 0px;
  opacity: 0;
  transform: translateX(-100px);
}
.section-second .btn-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 10vh;
  right: 0;
  opacity: 0;
  transform: translateY(100px);
}
.section-second .btn-list .item {
  width: 280px;
  height: 343px;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 22px;
  box-sizing: border-box;
}
.section-second .btn-list .item:hover {
  background: rgba(92, 137, 192, 0.5);
  transition: all 0.5s;
}
.section-second .btn-list .item:hover .tit {
  color: #fff;
}
.section-second .btn-list .item:hover .desc {
  color: #fff;
  border-top: 1px solid #fff;
}
.section-second .btn-list .item:nth-child(1) {
  margin-right: 100px;
}
.section-second .btn-list .item .tit {
  font-size: 35px;
  color: #2f2f2f;
  margin-top: 50px;
  text-align: left;
}
.section-second .btn-list .item .desc {
  font-size: 15px;
  color: #2f2f2f;
  line-height: 25px;
  padding-top: 25px;
  border-top: 1px solid #2f2f2f;
  text-align: justify;
  margin-top: 110px;
}
.section-third {
  background: center top no-repeat;
  overflow: hidden;
  height: 100%;
  background-size: 100%;
  box-sizing: border-box;
}
.section-third .wrap {
  height: calc(100% - 1px);
  position: relative;
}
.section-third .fp-tableCell {
  padding-top: 1px;
}
.section-third.current .t-text .tx1 {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateY(0);
}
.section-third.current .t-content {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
.section-third .t-text {
  margin-top: 17.7vh;
  text-align: center;
}
.section-third .t-text .tx1 {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(100px);
}
.section-third .t-text .tx1 p:nth-child(1) {
  display: flex;
  text-transform: uppercase;
  font-size: 64px;
  align-items: center;
  color: #fff;
  justify-content: center;
}
.section-third .t-text .tx1 p:nth-child(1) img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.section-third .t-text .tx1 p:nth-child(2) {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.section-third .t-content {
  display: flex;
  margin-top: 5.9vh;
  height: 54vh;
  box-shadow: 0px 8px 8px 0px rgba(12, 3, 6, 0.15);
  background: #fff;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.section-third .t-content .a-img {
  width: 51.5%;
}
.section-third .t-content .a-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.section-third .t-content .right {
  width: 48.5%;
  height: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-third .t-content .right .tit {
  font-size: 48px;
  display: inline-block;
  padding-bottom: 10px;
  color: #405881;
}
.section-third .t-content .right .tit::after {
  content: '';
  width: 310px;
  height: 3px;
  background: #405881;
  display: block;
  position: relative;
  top: 10px;
}
.section-third .t-content .right .desc {
  font-size: 24px;
  line-height: 45px;
  color: #5c5c5c;
  margin-top: 2.6vh;
  text-align: justify;
}
.section-third .t-content .right .desc li {
  display: flex;
}
.section-third .t-content .right .desc li .dian {
  display: block;
  width: 5px;
  height: 5px;
  background: #5c5c5c;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 18px;
}
.section-third .t-content .right .desc li .text {
  width: calc(100% - 15px);
}
.section-fourth {
  background: center / cover no-repeat;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.section-fourth .fp-tableCell {
  padding-top: 1px;
}
.section-fourth.current .t-text {
  opacity: 1;
  transition: all 0.8s ease-in-out;
  transform: translateY(0);
}
.section-fourth.current .content .list .item1 {
  opacity: 1;
  transition: all 1s ease-in-out 0.3s;
  transform: translateY(0);
}
.section-fourth.current .content .list .item2 {
  opacity: 1;
  transition: all 1s ease-in-out 0.3s;
  transform: translateY(0);
}
.section-fourth.current .content .list .item3 {
  opacity: 1;
  transition: all 1s ease-in-out 0.3s;
  transform: translateY(0);
}
.section-fourth .t-text {
  text-align: center;
  margin-top: 20.7vh;
  position: relative;
  z-index: 100;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(100px);
}
.section-fourth .t-text .tx1 p:nth-child(1) {
  display: flex;
  text-transform: uppercase;
  font-size: 60px;
  align-items: center;
  color: #2f2f2f;
  justify-content: center;
  font-weight: 700;
}
.section-fourth .t-text .tx1 p:nth-child(1) img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.section-fourth .t-text .tx1 p:nth-child(2) {
  font-size: 31px;
  color: #2f2f2f;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 3px;
}
.section-fourth .circle {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.section-fourth .content {
  width: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.section-fourth .content .list .item {
  position: absolute;
  z-index: 100;
  min-width: 181px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-fourth .content .list .item:hover .num::before {
  animation: rotate 0.5s;
  transition: all 0.5s;
}
.section-fourth .content .list .item:hover .text {
  background: linear-gradient(48.81deg, #2db9e0 0%, #186db6 100%);
  color: #fff;
  border: none;
  font-weight: 400;
}
.section-fourth .content .list .item .num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-fourth .content .list .item .num::before {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(48.81deg, #2db9e0 0%, #186db6 100%);
  z-index: -1;
  transition: all 0.3s;
}
@keyframes rotate {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.section-fourth .content .list .item .text {
  min-width: 181px;
  height: 53px;
  border: 2px dashed #5d9fd0;
  text-align: center;
  line-height: 50px;
  font-size: 34px;
  padding: 0 15px;
  color: #2f2f2f;
  font-weight: 700;
  margin-top: 14px;
  box-sizing: border-box;
}
.section-fourth .content .list .item .line {
  height: 84px;
  font-size: 34px;
  border-left: 2px dashed #5d9fd0;
  position: relative;
  z-index: 2;
}
.section-fourth .content .list .item .quan {
  position: relative;
  top: -4px;
  z-index: 1;
}
.section-fourth .content .list .item1 {
  bottom: 248px;
  right: 270px;
  opacity: 0;
  transform: translateY(50px);
}
.section-fourth .content .list .item2 {
  bottom: 293px;
  right: -90px;
  opacity: 0;
  transform: translateY(50px);
}
.section-fourth .content .list .item3 {
  width: 205px;
  bottom: 245px;
  left: 270px;
  opacity: 0;
  transform: translateY(50px);
}
.section-fifth {
  background: center / cover no-repeat;
  z-index: 10000;
}
.section-fifth.current .t-text {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
.section-fifth.current .numb .nums.active {
  opacity: 1 !important;
}
.section-fifth.current .tex2 {
  opacity: 1 !important;
  transition: all 1s ease-in-out 0.9s;
}
.section-fifth.current .list ul li:nth-child(1) {
  opacity: 1;
  transition: all 1s ease-in-out 0.5s;
  transform: translateY(0);
}
.section-fifth.current .list ul li:nth-child(2) {
  opacity: 1;
  transition: all 1s ease-in-out 0.5s;
  transform: translateY(0);
}
.section-fifth.current .list ul li:nth-child(3) {
  opacity: 1;
  transition: all 1s ease-in-out 0.5s;
  transform: translateY(0);
}
.section-fifth.current .list ul li:nth-child(4) {
  opacity: 1;
  transition: all 1s ease-in-out 0.5s;
  transform: translateY(0);
}
.section-fifth .wrap {
  height: calc(100% - 1px);
  position: relative;
  padding-top: 1px;
}
.section-fifth .t-text {
  text-align: center;
  margin-top: 18.7vh;
  position: relative;
  z-index: 100;
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-fifth .t-text .tx1 p:nth-child(1) {
  display: flex;
  text-transform: uppercase;
  font-size: 60px;
  align-items: center;
  color: #fff;
  justify-content: flex-start;
  font-weight: 700;
}
.section-fifth .t-text .tx1 p:nth-child(1) img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.section-fifth .t-text .tx1 p:nth-child(2) {
  font-size: 31px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  letter-spacing: 3px;
  margin-left: 70px;
}
.section-fifth .t-text .tex2 {
  color: #fff;
  font-size: 30px;
  z-index: 100;
  opacity: 0;
}
.section-fifth .list {
  margin-top: 10.6vh;
}
.section-fifth .list ul {
  display: flex;
  justify-content: space-between;
}
.section-fifth .list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-fifth .list ul li:nth-child(1) {
  opacity: 0;
  transform: translateY(100px);
}
.section-fifth .list ul li:nth-child(1) .desx {
  width: 200px;
}
.section-fifth .list ul li:nth-child(2) {
  opacity: 0;
  transform: translateY(100px);
}
.section-fifth .list ul li:nth-child(2) .desx {
  width: 258px;
}
.section-fifth .list ul li:nth-child(3) {
  opacity: 0;
  transform: translateY(100px);
}
.section-fifth .list ul li:nth-child(3) .desx {
  width: 220px;
}
.section-fifth .list ul li:nth-child(4) {
  opacity: 0;
  transform: translateY(100px);
}
.section-fifth .list ul li:nth-child(4) .desx {
  width: 265px;
}
.section-fifth .list ul li .tit {
  font-size: 26px;
  text-align: center;
  color: #fff;
}
.section-fifth .list ul li .num {
  width: 194px;
  height: 194px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #aee3ff;
  margin-top: 30px;
  margin-bottom: 25px;
  position: relative;
}
.section-fifth .list ul li .num .circle-chart {
  width: 194px;
  height: 194px;
}
.section-fifth .list ul li .num .numb {
  position: absolute;
}
.section-fifth .list ul li .desx {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.78);
}
.section-sixth {
  background: center top no-repeat;
  overflow: hidden;
}
.section-sixth .top {
  height: 35.3vh;
}
.section-sixth .top .wrap {
  height: 35.3vh;
  position: relative;
}
.section-sixth.current .t-text {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateY(0);
}
.section-sixth.current .t-content {
  opacity: 1;
}
.section-sixth.current .t-content .item1 {
  opacity: 1;
  transition: all 1s ease-in-out 1.8s;
  transform: translateY(0);
}
.section-sixth.current .t-content .item2 {
  opacity: 1;
  transition: all 1s ease-in-out 1.5s;
  transform: translateY(0);
}
.section-sixth.current .t-content .item3 {
  opacity: 1;
  transition: all 1s ease-in-out 1.2s;
  transform: translateY(0);
}
.section-sixth.current .t-content .item4 {
  opacity: 1;
  transition: all 1s ease-in-out 0.9s;
  transform: translateY(0);
}
.section-sixth.current .t-content .item5 {
  opacity: 1;
  transition: all 1s ease-in-out 0.6s;
  transform: translateY(0);
}
.section-sixth.current .t-content .item6 {
  opacity: 1;
  transition: all 1s ease-in-out 0.3s;
  transform: translateY(0);
}
.section-sixth .t-text {
  text-align: left;
  position: absolute;
  top: 16.8vh;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.section-sixth .t-text p:nth-child(1) {
  text-transform: uppercase;
  font-size: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.section-sixth .t-text p:nth-child(1) img {
  width: 55px;
  height: 55px;
  margin-right: 20px;
}
.section-sixth .t-text p:nth-child(2) {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  margin-left: 70px;
}
.section-sixth .t-content {
  background: url('../png/his_02.png') no-repeat center;
  background-size: 100%;
  height: 35.3vh;
  width: 100%;
  margin-top: 10vh;
  position: relative;
}
.section-sixth .t-content ul {
  position: relative;
}
.section-sixth .t-content .item:hover .time::after {
  transform: rotateY(180deg);
  transition: all 0.3s;
}
.section-sixth .t-content .item1 {
  position: absolute;
  top: 130px;
  left: 0;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(50px);
}
.section-sixth .t-content .item1 .time {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 84px;
  position: relative;
  z-index: 100;
  font-size: 30px;
}
.section-sixth .t-content .item1 .time::after {
  width: 85px;
  height: 84px;
  border-radius: 50%;
  content: '';
  display: block;
  background: #2764af;
  position: absolute;
  z-index: -1;
}
.section-sixth .t-content .item1 .desc {
  width: 264px;
  color: #4f4f4f;
  font-size: 16px;
  margin-top: 15px;
  line-height: 23px;
  text-align: justify;
}
.section-sixth .t-content .item1 .h-img {
  margin-top: 10px;
}
.section-sixth .t-content .item2 {
  position: absolute;
  top: 164px;
  left: 21%;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(50px);
}
.section-sixth .t-content .item2 .time {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 84px;
  position: relative;
  z-index: 100;
  font-size: 30px;
}
.section-sixth .t-content .item2 .time::after {
  width: 85px;
  height: 84px;
  font-size: 30px;
  border-radius: 50%;
  content: '';
  display: block;
  background: #e5c958;
  position: absolute;
  z-index: -1;
}
.section-sixth .t-content .item2 .desc {
  width: 215px;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 23px;
  margin-top: 15px;
  text-align: justify;
}
.section-sixth .t-content .item2 .h-img {
  margin-top: 10px;
}
.section-sixth .t-content .item3 {
  position: absolute;
  top: -40px;
  left: 36%;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(-50px);
}
.section-sixth .t-content .item3 .time {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 84px;
  position: relative;
  z-index: 100;
  font-size: 30px;
}
.section-sixth .t-content .item3 .time::after {
  width: 85px;
  height: 84px;
  font-size: 30px;
  border-radius: 50%;
  content: '';
  display: block;
  background: #2764af;
  position: absolute;
  z-index: -1;
}
.section-sixth .t-content .item3 .bottom {
  display: flex;
  margin-top: 15px;
}
.section-sixth .t-content .item3 .bottom .desc {
  width: 202px;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}
.section-sixth .t-content .item3 .bottom .h-img {
  margin-left: 30px;
}
.section-sixth .t-content .item4 {
  position: absolute;
  top: 235px;
  left: 51%;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(50px);
}
.section-sixth .t-content .item4 .time {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 84px;
  position: relative;
  z-index: 100;
  font-size: 30px;
}
.section-sixth .t-content .item4 .time::after {
  width: 85px;
  height: 84px;
  font-size: 30px;
  border-radius: 50%;
  content: '';
  display: block;
  background: #e5c958;
  position: absolute;
  z-index: -1;
}
.section-sixth .t-content .item4 .bottom {
  display: flex;
  margin-top: 15px;
}
.section-sixth .t-content .item4 .bottom .desc {
  width: 254px;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 23px;
}
.section-sixth .t-content .item4 .bottom .h-img {
  margin-left: 20px;
}
.section-sixth .t-content .item5 {
  position: absolute;
  top: -40px;
  left: 75%;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(-50px);
}
.section-sixth .t-content .item5 .time {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 84px;
  position: relative;
  z-index: 100;
  font-size: 30px;
}
.section-sixth .t-content .item5 .time::after {
  width: 85px;
  height: 84px;
  font-size: 30px;
  border-radius: 50%;
  content: '';
  display: block;
  background: #e5c958;
  position: absolute;
  z-index: -1;
}
.section-sixth .t-content .item5 .bottom {
  display: flex;
  margin-top: 15px;
}
.section-sixth .t-content .item5 .bottom .desc {
  width: 202px;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}
.section-sixth .t-content .item5 .bottom .h-img {
  margin-left: 30px;
}
.section-sixth .t-content .item6 {
  position: absolute;
  top: 290px;
  left: 83.5%;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(50px);
}
.section-sixth .t-content .item6 .time {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 84px;
  position: relative;
  z-index: 100;
  font-size: 30px;
}
.section-sixth .t-content .item6 .time::after {
  width: 85px;
  height: 84px;
  font-size: 30px;
  border-radius: 50%;
  content: '';
  display: block;
  background: #2764af;
  position: absolute;
  z-index: -1;
}
.section-sixth .t-content .item6 .bottom {
  display: flex;
  margin-top: 20px;
  align-items: flex-end;
}
.section-sixth .t-content .item6 .bottom .desc {
  width: 150px;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 23px;
}
.section-sixth .t-content .item6 .bottom .h-img {
  margin-left: 20px;
}
.section-culture {
  background: #e5e9ef;
}
.section-culture .s-content {
  margin: 0 auto;
  padding-top: 4vh;
  height: calc(100vh - 35.3vh);
  box-sizing: border-box;
}
.section-culture .s-content .s-img {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(100px);
  text-align: center;
}
.section-culture.current .s-content .s-img {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateY(0);
}
.section-seven {
  overflow: hidden;
}
.section-seven.current .t-text {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateY(0);
}
.section-seven.current .a-content {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateY(0);
}
.section-seven .top {
  height: 35.3vh;
}
.section-seven .top .wrap {
  height: 35.3vh;
  position: relative;
}
.section-seven .t-text {
  text-align: left;
  position: absolute;
  top: 16.8vh;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.section-seven .t-text p:nth-child(1) {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
.section-seven .t-text p:nth-child(1) img {
  width: 55px;
  height: 55px;
  margin-right: 20px;
}
.section-seven .t-text p:nth-child(2) {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  margin-left: 70px;
}
.section-seven .a-content {
  display: flex;
  margin-top: 40px;
  height: 54vh;
  background: #fff;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(100px);
}
.section-seven .a-content .a-img {
  width: 51.2%;
}
.section-seven .a-content .a-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.section-seven .a-content .right {
  width: 48.8%;
  height: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.section-seven .a-content .right .tit {
  font-size: 47px;
  display: inline-block;
  padding-bottom: 10px;
  color: #405881;
}
.section-seven .a-content .right .tit::after {
  content: '';
  width: 305px;
  height: 3px;
  background: #405881;
  display: block;
  position: relative;
  top: 10px;
}
.section-seven .a-content .right li:nth-child(1) {
  margin-top: -10px;
}
.section-seven .a-content .right li:nth-child(2) {
  margin-top: 50px;
}
.section-seven .a-content .right .desc {
  font-size: 22px;
  line-height: 39px;
  color: #5c5c5c;
  margin-top: 2.4vh;
  text-align: justify;
  display: flex;
}
.section-seven .a-content .right .desc .dian {
  display: block;
  width: 5px;
  height: 5px;
  background: #5c5c5c;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 15px;
}
.section-seven .a-content .right .desc .text {
  width: calc(100% - 15px);
}
.section-pro-two {
  background: #cfdcec;
  width: 100%;
  height: 100%;
}
.section-pro-two.current .left .contain .item-one {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
.section-pro-two.current .left .contain .item-two {
  opacity: 1;
  transition: all 1s ease-in-out 0.3s;
  transform: translateX(0);
}
.section-pro-two.current .left .contain .item-three {
  opacity: 1;
  transition: all 1s ease-in-out 0.6s;
  transform: translateX(0);
}
.section-pro-two.current .right.active {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0) translateY(0);
}
.section-pro-two .left {
  width: 52.35%;
  height: 100%;
  background: #cfdcec;
  float: left;
  position: relative;
  z-index: 1000;
}
.section-pro-two .left .contain {
  padding-top: 13vh;
  text-align: center;
}
.section-pro-two .left .contain .item-one {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(100px);
}
.section-pro-two .left .contain .item-one .title {
  display: flex;
  font-weight: bold;
  font-size: 63px;
  color: #384b66;
  justify-content: center;
}
.section-pro-two .left .contain .item-one .title span:nth-child(2) {
  margin-left: 13px;
}
.section-pro-two .left .contain .item-one .e-title {
  font-size: 35px;
  color: #384b66;
  margin-top: 10px;
}
.section-pro-two .left .contain .item-two,
.section-pro-two .left .contain .item-three {
  margin-top: 14.5vh;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(100px);
}
.section-pro-two .left .contain .item-two.active p.tit::after,
.section-pro-two .left .contain .item-three.active p.tit::after {
  display: block;
}
.section-pro-two .left .contain .item-two.active p.e-tit::after,
.section-pro-two .left .contain .item-three.active p.e-tit::after {
  display: block;
}
.section-pro-two .left .contain .item-two p.tit,
.section-pro-two .left .contain .item-three p.tit {
  font-size: 35px;
  color: #384b66;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.section-pro-two .left .contain .item-two p.tit::after,
.section-pro-two .left .contain .item-three p.tit::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #153b70;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.section-pro-two .left .contain .item-two p.e-tit,
.section-pro-two .left .contain .item-three p.e-tit {
  font-size: 30px;
  color: #153b70;
  font-weight: 300;
  position: relative;
  display: inline-block;
  padding: 0 12px;
  margin-top: 15px;
}
.section-pro-two .left .contain .item-two p.e-tit::after,
.section-pro-two .left .contain .item-three p.e-tit::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #153b70;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.section-pro-two .left .contain .item-three {
  margin-top: 12.2vh;
}
.section-pro-two .left .contain .item-three.active p.tit::after {
  display: block;
}
.section-pro-two .left .contain .item-three.active p.e-tit::after {
  display: block;
}
.section-pro-two .left .contain .item-three p:nth-child(1) {
  font-size: 35px;
  color: #384b66;
}
.section-pro-two .left .contain .item-three p:nth-child(2) {
  font-size: 28px;
  color: #384b66;
  font-weight: 300;
  margin-top: 14px;
}
.section-pro-two .right {
  width: 47.65%;
  height: 100%;
  position: absolute;
  right: 0;
}
.section-pro-two .right.right1 {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transform: translateX(-1000px);
}
.section-pro-two .right.right2 {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transform: translateY(1000px);
}
.section-pro-two .contain {
  position: relative;
  z-index: 1000;
}
.section-pro-two .bottom-img .img-one {
  position: absolute;
  left: 100px;
  bottom: 0;
}
.section-pro-two .bottom-img .img-two {
  position: absolute;
  bottom: 30px;
  right: 100px;
}
.section-pro-two .bottom-img1 {
  display: block;
}
.section-pro-two .bottom-img2 {
  display: none;
}
.section-pro-two .bottom-img2 .img-one {
  bottom: 65px;
}
.section-pro-two .bottom-img2 .img-two {
  bottom: 50px;
}
.section-pro-three .right {
  transition: all 0.5s ease-in-out;
  transform: translateX(1000);
}
.cluture-one {
  background: center center / cover no-repeat;
  overflow: hidden;
  position: relative;
  padding-top: 1px;
  box-sizing: border-box;
}
.cluture-one .wrap {
  padding-top: 1px;
  box-sizing: border-box;
}
.cluture-one.current .t-text {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
.cluture-one.current .list {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateY(0);
}
.cluture-one .t-text {
  text-align: left;
  margin-top: 16.8vh;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.cluture-one .t-text p:nth-child(1) {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
.cluture-one .t-text p:nth-child(1) img {
  width: 55px;
  height: 55px;
  margin-right: 20px;
}
.cluture-one .t-text p:nth-child(2) {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  margin-left: 70px;
}
.cluture-one .list {
  margin-top: 9.2vh;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(100px);
}
.cluture-one .list ul {
  display: flex;
}
.cluture-one .list ul li {
  width: calc(25% - 4.35vw);
  margin-right: 5.8vw;
  overflow: hidden;
}
.cluture-one .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.cluture-one .list ul li:nth-child(2) .text,
.cluture-one .list ul li:nth-child(4) .text {
  background: #5b89c0;
}
.cluture-one .list ul li:nth-child(2) .text p:nth-child(2),
.cluture-one .list ul li:nth-child(4) .text p:nth-child(2) {
  background: #1c3868;
}
.cluture-one .list ul li:nth-child(4) {
  margin-right: 0;
}
.cluture-one .list ul li .img-wrap {
  width: 100%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.cluture-one .list ul li .img {
  width: 100%;
}
.cluture-one .list ul li .img::after {
  content: '';
  width: 100%;
  padding-bottom: 68%;
  display: block;
}
.cluture-one .list ul li .text {
  width: 100%;
  padding: 0 40px;
  height: 300px;
  box-sizing: border-box;
  margin-top: -15px;
  background: #1c3868;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.cluture-one .list ul li .text p:nth-child(1) {
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding-top: 3.2vh;
}
.cluture-one .list ul li .text p:nth-child(2) {
  width: 63px;
  height: 4px;
  background: #87b4e0;
  margin: 0 auto;
  margin-top: 2.27vh;
}
.cluture-one .list ul li .text p:nth-child(3) {
  line-height: 31px;
  font-size: 16px;
  color: #fff;
  text-align: justify;
  margin-top: 3.56vh;
}
.cluture-two {
  background: center / fill no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  padding-top: 1px;
  box-sizing: border-box;
}
.cluture-two .wrap {
  padding-top: 1px;
}
.cluture-two .lou {
  position: absolute;
  right: 0;
  bottom: -5px;
  z-index: 100;
  width: 48.35%;
}
.cluture-two .lou img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(100px);
}
.cluture-two.current .t-text {
  opacity: 1;
  transition: all 1s ease-in-out 0.3s;
  transform: translateX(0);
}
.cluture-two.current .cluture-content {
  opacity: 1;
  transition: all 1s ease-in-out 0.3s;
  transform: translateY(0);
}
.cluture-two.current .lou img {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0px);
}
.cluture-two .t-text {
  text-align: left;
  margin-top: 20.6vh;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-50px);
}
.cluture-two .t-text p:nth-child(1) {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  color: #2f2f2f;
  display: flex;
  align-items: center;
}
.cluture-two .t-text p:nth-child(1) img {
  width: 55px;
  height: 55px;
  margin-right: 20px;
}
.cluture-two .t-text p:nth-child(2) {
  font-size: 30px;
  color: #2f2f2f;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  margin-left: 70px;
}
.cluture-two .cluture-content {
  opacity: 0;
  transform: translateY(100px);
  font-size: 24px;
  line-height: 50px;
  width: 51.1%;
  margin-top: 9.8vh;
  margin-left: 65px;
  text-indent: 2em;
}
.cluture-three {
  background: center / fill no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}
.cluture-three.current .t-text {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateY(0);
}
.cluture-three.current .lou img {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0px);
}
.cluture-three .lou {
  position: absolute;
  right: 0;
  bottom: -4px;
  z-index: 10000;
  width: 46.6%;
}
.cluture-three .lou img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(100px);
}
.cluture-three .t-text {
  text-align: left;
  padding-top: 17.6vh;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: translateY(100px);
}
.cluture-three .t-text:nth-child(2) {
  padding-top: 9.8vh;
  transition: all 1s ease-in-out 0.5s;
}
.cluture-three .t-text p {
  width: 51.1%;
}
.cluture-three .t-text p:nth-child(1) {
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
  color: #0e376e;
  display: flex;
  align-items: center;
}
.cluture-three .t-text p:nth-child(1) img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.cluture-three .t-text p:nth-child(2) {
  font-size: 28px;
  color: #0e376e;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  margin-left: 70px;
}
.cluture-three .t-text p:nth-child(3) {
  font-size: 19px;
  line-height: 40px;
  margin-left: 70px;
  margin-top: 2.1vh;
}
.videos {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 100000;
}
.videos .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 10;
}
.videos #video {
  width: 70% !important;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  z-index: 100000;
}
.videos .vclose {
  position: absolute;
  right: calc(15% - 25px);
  top: 10%;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10000;
  width: 40px;
  height: auto;
}
.research .research-one {
  height: 100% !important;
  background-size: 100%;
  box-sizing: border-box;
}
.research .research-one .research-one-cont {
  display: flex;
  justify-content: space-between;
}
.research .research-one.current .t-text {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
.research .research-one.current .list ul li:nth-child(1) .l-left {
  opacity: 1;
  transition: all 1s ease-in-out 0.3s;
  transform: scale(1);
}
.research .research-one.current .list ul li:nth-child(1) .l-right {
  opacity: 1;
  transition: all 1s ease-in-out 0.5s;
  transform: translateX(0);
}
.research .research-one.current .list ul li:nth-child(2) .l-left {
  opacity: 1;
  transition: all 1s ease-in-out 0.8s;
  transform: scale(1);
}
.research .research-one.current .list ul li:nth-child(2) .l-right {
  opacity: 1;
  transition: all 1s ease-in-out 1.1s;
  transform: translateX(0);
}
.research .research-one.current .list ul li:nth-child(3) .l-left {
  opacity: 1;
  transition: all 1s ease-in-out 1.4s;
  transform: scale(1);
}
.research .research-one.current .list ul li:nth-child(3) .l-right {
  opacity: 1;
  transition: all 1s ease-in-out 1.7s;
  transform: translateX(0);
}
.research .research-one.current .list ul li:nth-child(4) .l-left {
  opacity: 1;
  transition: all 1s ease-in-out 2s;
  transform: scale(1);
}
.research .research-one.current .list ul li:nth-child(4) .l-right {
  opacity: 1;
  transition: all 1s ease-in-out 2.3s;
  transform: translateX(0);
}
.research .research-one .t-text {
  padding-top: 18vh;
  text-align: center;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.research .research-one .t-text .tx1 p:nth-child(1) {
  display: flex;
  text-transform: uppercase;
  font-size: 48px;
  align-items: center;
  color: #333;
  justify-content: flex-start;
  font-weight: 700;
}
.research .research-one .t-text .tx1 p:nth-child(1) img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.research .research-one .t-text .tx1 p:nth-child(2) {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  margin-left: 75px;
}
.research .research-one .t-text .one-img img {
  width: 30.7vh;
  height: auto;
}
.research .research-one .list {
  padding-top: 22vh;
}
.research .research-one .list ul li {
  display: flex;
}
.research
  .research-one
  .list
  ul
  li:nth-last-child(1)
  .l-right
  p:nth-child(2)::after {
  display: none;
}
.research .research-one .list ul li .l-left {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: scale(0.2);
}
.research .research-one .list ul li .l-left img {
  width: 45px;
  height: 45px;
}
.research .research-one .list ul li .l-right {
  width: 630px;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(100px);
}
.research .research-one .list ul li .l-right p:nth-child(1) {
  font-weight: bold;
  font-size: 28px;
  color: #2a2a2a;
  padding-left: 15px;
  margin-top: -5px;
}
.research .research-one .list ul li .l-right p:nth-child(2) {
  font-size: 17px;
  color: #2a2a2a;
  line-height: 34px;
  opacity: 0.8;
  padding-top: 15px;
  padding-bottom: 50px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: justify;
}
.research .research-one .list ul li .l-right p:nth-child(2)::after {
  content: '';
  position: absolute;
  left: -23px;
  top: 0;
  width: 1px;
  height: 100%;
  font-size: 60px;
  display: block;
  border-left: 2px dashed #186cb656;
}
.research .research-two {
  height: 100% !important;
  background-size: 100%;
  box-sizing: border-box;
}
.research .research-two.current .two-left .t-text {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
.research .research-two.current .two-left .two-text {
  opacity: 1;
  opacity: 0.7;
  transition: all 1s ease-in-out 0.3s;
  transform: translateX(0);
}
.research .research-two.current .list ul li:nth-child(1) {
  opacity: 1;
  transition: all 1s ease-in-out 0.3s;
  transform: translateY(0);
}
.research .research-two.current .list ul li:nth-child(2) {
  opacity: 1;
  transition: all 1s ease-in-out 0.6s;
  transform: translateY(0);
}
.research .research-two.current .list ul li:nth-child(3) {
  opacity: 1;
  transition: all 1s ease-in-out 0.9s;
  transform: translateY(0);
}
.research .research-two .research-one-cont {
  display: flex;
  justify-content: space-between;
}
.research .research-two .two-left .t-text {
  padding-top: 28vh;
  text-align: center;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.research .research-two .two-left .t-text .tx1 p:nth-child(1) {
  display: flex;
  text-transform: uppercase;
  font-size: 48px;
  align-items: center;
  color: #333;
  font-weight: 700;
  justify-content: flex-start;
}
.research .research-two .two-left .t-text .tx1 p:nth-child(1) img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.research .research-two .two-left .t-text .tx1 p:nth-child(2) {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  margin-left: 75px;
}
.research .research-two .two-left .two-text {
  width: 468px;
  font-size: 24px;
  line-height: 38px;
  margin-top: 10.5vh;
  text-align: justify;
  color: #2a2a2a;
  margin-left: 75px;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.research .research-two .list {
  padding-top: 13vh;
}
.research .research-two .list ul li {
  display: flex;
  margin-top: 7vh;
  align-items: center;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(100px);
}
.research .research-two .list ul li .l-left {
  width: 300px;
  height: 169px;
  position: relative;
  cursor: pointer;
}
.research .research-two .list ul li .l-left:hover .mask .play {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.3s;
}
.research .research-two .list ul li .l-left > img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.research .research-two .list ul li .l-left .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.research .research-two .list ul li .l-left .mask .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.research .research-two .list ul li .l-right {
  display: flex;
  margin-left: 38px;
  align-items: flex-start;
}
.research .research-two .list ul li .l-right .quan {
  position: relative;
  top: 9px;
}
.research .research-two .list ul li .l-right .texts {
  width: 330px;
  font-size: 21px;
  color: #2a2a2a;
  line-height: 32px;
  opacity: 0.7;
  margin-left: 5px;
  text-align: justify;
}
.research .research-three.current .t-text {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
.research .research-three.current .btn {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
.research .research-three.current .video {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateY(0);
}
.research .research-three .t-text {
  padding-top: 12vh;
  text-align: center;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.research .research-three .t-text .tx1 p:nth-child(1) {
  font-size: 48px;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.research .research-three .t-text .tx1 p:nth-child(1) img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.research .research-three .t-text .tx1 p:nth-child(2) {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-left: 0 !important;
}
.research .research-three .two-left .t-text {
  padding-top: 28vh;
  text-align: center;
}
.research .research-three .two-left .t-text .tx1 p:nth-child(1) {
  display: flex;
  text-transform: uppercase;
  font-size: 63px;
  align-items: center;
  color: #333;
  font-weight: 700;
  justify-content: flex-start;
}
.research .research-three .two-left .t-text .tx1 p:nth-child(1) img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.research .research-three .two-left .t-text .tx1 p:nth-child(2) {
  font-size: 38px;
  color: #333;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
}
.research .research-three .two-left .t-text .one-img img {
  width: 30.7vh;
  height: auto;
}
.research .research-three .two-left .two-text {
  width: 468px;
  font-size: 27px;
  color: #2a2a2a;
  line-height: 42px;
  margin-top: 11.5vh;
  text-align: justify;
  opacity: 0.8;
  margin-left: 75px;
}
.research .research-three .video {
  width: 62%;
  height: 55.3vh;
  background: #ffffff;
  box-shadow: 0px 8px 8px 0px rgba(12, 3, 6, 0.15);
  margin: 0 auto;
  margin-top: 27px;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(100px);
}
.research .research-three .about-video {
  position: relative;
}
.research .research-three .about-video .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.research .research-three .about-video .mask .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.research .research-three .about-video .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.research .research-three .btn {
  width: 215px;
  height: 49px;
  line-height: 47px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  color: #fff;
  box-shadow: 0px 2px 9px 2px rgba(255, 255, 255, 0.3);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.research .research-three .btn .iconfont {
  margin-left: 15px;
  font-size: 30px;
  position: absolute;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  top: -8px;
  right: 20px;
  transform: rotate(90deg);
}
.research .research-four {
  overflow: hidden;
}
.research .research-four .s-bot {
  position: relative;
}
.research .research-four .btn-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #186db6;
  z-index: 100;
}
.research .research-four .btn-list .iconfont {
  font-size: 80px;
  cursor: pointer;
}
.research .research-four .btn-list .iconfont.ciredit-prev {
  position: absolute;
  transform: rotate(180deg);
  z-index: 11000;
  left: 80px;
  top: 260px;
}
.research .research-four .btn-list .iconfont.ciredit-next {
  position: absolute;
  right: 80px;
  top: 260px;
  transform: rotate(0);
}
.research .research-four.current .t-text {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
.research .research-four.current .cireditSwiper {
  opacity: 2;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
.research .research-four .t-text {
  padding-top: 16vh;
  text-align: center;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.research .research-four .t-text .tx1 p:nth-child(1) {
  display: flex;
  text-transform: uppercase;
  font-size: 48px;
  align-items: center;
  color: #333;
  justify-content: flex-start;
  font-weight: 700;
}
.research .research-four .t-text .tx1 p:nth-child(1) img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.research .research-four .t-text .tx1 p:nth-child(2) {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
  margin-left: 75px;
}
.research .research-four .t-text .one-img img {
  width: 30.7vh;
  height: auto;
}
.research .research-four .cireditSwiper {
  margin-top: 58px;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(100px);
}
.research .research-four .cireditSwiper .swiper-slide {
  height: 58vh;
}
.research .research-four .cireditSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nybanner {
  width: 100%;
  height: 534px;
  margin-bottom: 80px;
}
.nybanner img {
  width: 100%;
}
.ny-net .net-banner {
  width: 100%;
  height: 100vh;
}
.ny-net .link {
  width: 100%;
  height: 66px;
  background: url('../jpg/pro.jpg') no-repeat center / cover;
  font-size: 24px;
  color: #bad8fb;
  line-height: 66px;
  position: absolute;
  top: 106px;
  left: 0;
}
.ny-net .link a {
  font-size: 24px;
  color: #bad8fb;
}
.ny-net .link .active {
  color: #fff;
}
.ny-net .banner-cont .c-wrap {
  width: 670px;
  top: 27vh;
  position: absolute;
}
.ny-net .banner-cont .c-wrap .tit {
  margin-left: -30px;
}
.ny-net .banner-cont .c-wrap .tit img {
  width: auto;
  height: 80px;
  margin-right: 10px;
}
.ny-net .banner-cont .c-wrap .tit p:nth-child(1) {
  display: flex;
  font-weight: bold;
  font-size: 52px;
  color: #5a9cd1;
  align-items: center;
}
.ny-net .banner-cont .c-wrap .tit p:nth-child(2) {
  font-size: 28px;
  color: #5a9cd1;
  margin-left: 130px;
  margin-top: 5px;
}
.ny-net .banner-cont .c-wrap .descript {
  font-size: 24px;
  color: #2a2a2a;
  line-height: 46px;
  margin-top: 60px;
  text-align: justify;
}
.ny-net .banner-cont .c-wrap .descript span {
  font-size: 28px;
  color: #0e376e;
}
.ny-net .content-container {
  position: relative;
  margin-bottom: 80px;
}
.ny-net .content-container .net3 {
  max-width: 100%;
  height: 1000px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
.ny-net .content-container .net3 #chart-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #0d477e;
}
.ny-net .content-container .nets .net1 {
  padding-bottom: 40px;
}
.ny-net .content-container .nets .net1 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ny-net .content-container .nets .net1 .cont .texts {
  margin-right: 100px;
}
.ny-net .content-container .nets .net1 .cont .texts h3 {
  color: #363636;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1em;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.ny-net .content-container .nets .net1 .cont .texts .desc {
  color: #282727;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  text-indent: 2em;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.ny-net .content-container .nets .net1 .cont img {
  width: 363px;
  height: 403px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.ny-net .content-container .net2 {
  position: absolute;
  left: 0;
  bottom: 50px;
}
.ny-net .content-container .net2 .net-top ul li {
  font-size: 24px;
  margin-top: 5px;
}
.ny-net .content-container .net2 .net-top ul li:nth-child(1) {
  color: #c7601c;
}
.ny-net .content-container .net2 .net-top ul li:nth-child(2) {
  color: #c2950e;
}
.ny-net .content-container .net2 .net-top ul li:nth-child(3) {
  color: #648e48;
}
.ny-net .content-container .net2 .net-top ul li:nth-child(4) {
  color: #4484bd;
}
.ny-net .content-container .net2 .tits {
  font-size: 29px;
  color: #34455d;
  margin-top: 25px;
}
.ny-contact .com-banner {
  height: 64.5vh;
}
.ny-contact .banner-cont .c-wrap {
  top: 32vh;
  position: absolute;
}
.ny-contact .banner-cont .c-wrap .tit img {
  width: auto;
  height: 38px;
  margin-right: 35px;
}
.ny-contact .banner-cont .c-wrap .tit p:nth-child(1) {
  display: flex;
  font-weight: bold;
  font-size: 54px;
  align-items: center;
  color: #fff;
}
.ny-contact .banner-cont .c-wrap .tit p:nth-child(2) {
  font-size: 32px;
  color: #fff;
  margin-left: 86px;
  margin-top: 5px;
}
.ny-contact .banner-cont .c-wrap .descript {
  font-size: 38px;
  color: #fff;
  text-align: justify;
  margin-left: 100px;
  margin-top: 10px;
  line-height: 50px;
}
.ny-contact .banner-cont .c-wrap .descript span {
  font-size: 28px;
  color: #fff;
}
.ny-contact .cont-contact {
  margin-top: 5.2vh;
}
.ny-contact .cont-contact .c-top {
  display: flex;
  justify-content: space-between;
}
.ny-contact .cont-contact .c-top .left p:nth-child(1) {
  font-size: 31px;
  color: #222222;
}
.ny-contact .cont-contact .c-top .left p:nth-child(2) {
  font-size: 22px;
  color: #222222;
  font-weight: 300;
  margin-top: 3px;
}
.ny-contact .cont-contact .c-top .tel {
  font-size: 21px;
  color: #222222;
  line-height: 33px;
  font-weight: 300;
}
.ny-contact .cont-contact .c-top .tel span {
  font-weight: 400;
  margin-right: 5px;
}
.ny-contact .cont-contact .c-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.5vh;
}
.ny-contact .cont-contact .c-bottom .form {
  display: flex;
}
.ny-contact .cont-contact .c-bottom .form .n1,
.ny-contact .cont-contact .c-bottom .form .n2 {
  width: 179px;
  height: 48px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #c8c8c8;
  padding-left: 20px;
  margin-right: 26px;
  display: flex;
  align-items: center;
}
.ny-contact .cont-contact .c-bottom .form .n1 span,
.ny-contact .cont-contact .c-bottom .form .n2 span {
  font-size: 22px;
  color: #555555;
  line-height: 22px;
  opacity: 0.28;
  height: 48px;
  line-height: 48px;
}
.ny-contact .cont-contact .c-bottom .form .n1 input,
.ny-contact .cont-contact .c-bottom .form .n2 input {
  width: 119px;
  height: 36px;
  line-height: 45px;
  outline: none;
  border: none;
  margin-left: 10px;
}
.ny-contact .cont-contact .c-bottom .form .n3 {
  width: 372px;
  height: 48px;
  background: #ffffff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  border: 1px solid #c8c8c8;
  padding-left: 20px;
  box-sizing: border-box;
}
.ny-contact .cont-contact .c-bottom .form .n3 span {
  font-size: 22px;
  color: #555555;
  line-height: 22px;
  opacity: 0.28;
  height: 48px;
  line-height: 48px;
}
.ny-contact .cont-contact .c-bottom .form .n3 input {
  width: 80%;
  height: 36px;
  line-height: 45px;
  outline: none;
  border: none;
  margin-left: 10px;
}
.ny-contact .cont-contact .c-bottom .sub {
  width: 208px;
  height: 49px;
  background: linear-gradient(0deg, #22a0d3, rgba(25, 127, 196));
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  line-height: 23px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  margin-left: 25px;
}
.ny-contact .cont-contact .c-bottom .sub span:nth-child(1) {
  margin-right: 10px;
}
.ny-contact .cont-contact .c-bottom .right {
  display: flex;
  align-items: center;
}
.ny-contact .cont-contact .c-bottom .right .text {
  font-size: 21px;
  color: #222222;
  line-height: 33px;
}
.ny-contact .cont-contact .c-bottom .right .erw {
  width: 90px;
  height: 90px;
  margin-left: 20px;
}
.ny-contact .cont-contact .c-bottom .right .erw img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.com-banner {
  width: 100%;
  height: 100vh;
}
.com-banner .link {
  width: 100%;
  height: 66px;
  background: url('../jpg/pro.jpg') no-repeat center / cover;
  font-size: 24px;
  color: #bad8fb;
  line-height: 66px;
  position: absolute;
  top: 98px;
  left: 0;
  z-index: 1000000;
}
.com-banner .link a {
  font-size: 24px;
  color: #bad8fb;
}
.com-banner .link .active {
  color: #fff;
}
.com-new-list {
  padding-top: 110px;
}
.com-new-list ul {
  display: flex;
  flex-wrap: wrap;
}
.com-new-list > ul > li {
  width: calc(33% - 25px);
  margin-right: 40px;
  border: 1px solid #f6f6f6;
}
.com-new-list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.com-new-list ul li:hover .text p:nth-child(4) {
  background: #0d6fb8;
  border: none;
  color: #fff;
}
.com-new-list ul li:hover .text p:nth-child(2) {
  color: #0d6fb8 !important;
}
.com-new-list ul li:nth-child(3n) {
  margin-right: 0;
}
.com-new-list ul li .xi {
  color: #1f4e79;
}
.com-new-list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.com-new-list ul li .img-wrap .img {
  width: 100%;
}
.com-new-list ul li .img-wrap .img::after {
  content: '';
  width: 100%;
  padding-bottom: 50%;
  display: block;
}
.com-new-list ul li .text {
  padding: 30px 25px;
  padding-top: 20px;
}
.com-new-list ul li .text p:nth-child(1) {
  font-size: 14px;
}
.com-new-list ul li .text p:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 15px;
}
.com-new-list ul li .text p:nth-child(3) {
  font-size: 14px;
  color: #777777;
  margin-top: 20px;
  line-height: 25px;
}
.com-new-list ul li .text p:nth-child(4) {
  width: 134px;
  height: 35px;
  line-height: 35px;
  color: #333;
  text-align: center;
  border: 1px solid #bebebe;
  margin-top: 20px;
}
.ny-news-list .net-banner {
  width: 100%;
  height: 100vh;
}
.ny-news-list .link {
  width: 100%;
  height: 66px;
  background: url('../jpg/pro.jpg') no-repeat center / cover;
  font-size: 24px;
  color: #bad8fb;
  line-height: 66px;
  position: absolute;
  top: 98px;
  left: 0;
  z-index: 1000000;
}
.ny-news-list .link a {
  font-size: 24px;
  color: #bad8fb;
}
.ny-news-list .link .active {
  color: #fff;
}
.ny-news-list .banner-cont .c-wrap {
  top: 41vh;
  position: absolute;
}
.ny-news-list .banner-cont .c-wrap .tit img {
  width: auto;
  height: 50px;
  margin-right: 35px;
  position: relative;
  top: 5px;
}
.ny-news-list .banner-cont .c-wrap .tit p:nth-child(1) {
  display: flex;
  font-weight: bold;
  font-size: 60px;
  align-items: center;
  color: #0d3771;
}
.ny-news-list .banner-cont .c-wrap .tit p:nth-child(2) {
  font-size: 32px;
  color: #0d3771;
  margin-left: 95px;
  margin-top: 5px;
}
.ny-news-list .banner-cont .c-wrap .descript {
  font-size: 31px;
  color: #0d3771;
  text-align: justify;
  margin-left: 100px;
  margin-top: 10vh;
  line-height: 50px;
}
.ny-news-list .banner-cont .c-wrap .descript span {
  font-size: 28px;
  color: #0e376e;
}
.ny-news-list .list > ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.ny-news-list .list > ul > li {
  width: calc(33% - 25px);
  margin-right: 40px;
  border: 1px solid #f6f6f6;
}
.ny-news-list .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-news-list .list ul li:hover .text p:nth-child(4) {
  background: #0d6fb8;
  border: none;
  color: #fff;
}
.ny-news-list .list ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-news-list .list ul li .xi {
  color: #1f4e79;
}
.ny-news-list .list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.ny-news-list .list ul li .img-wrap .img {
  width: 100%;
}
.ny-news-list .list ul li .img-wrap .img::after {
  content: '';
  width: 100%;
  padding-bottom: 72%;
  display: block;
}
.ny-news-list .list ul li .text {
  padding: 30px 25px;
  padding-top: 20px;
}
.ny-news-list .list ul li .text p:nth-child(1) {
  font-size: 14px;
}
.ny-news-list .list ul li .text p:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 15px;
}
.ny-news-list .list ul li .text p:nth-child(3) {
  font-size: 14px;
  color: #777777;
  margin-top: 20px;
  line-height: 25px;
}
.ny-news-list .list ul li .text p:nth-child(4) {
  width: 134px;
  height: 35px;
  line-height: 35px;
  color: #333;
  text-align: center;
  border: 1px solid #bebebe;
  margin-top: 20px;
}
.ny-news .section {
  height: 100vh;
}
.ny-news .footer {
  margin-top: 80px !important;
}
.ny-news .net-banner {
  width: 100%;
  height: 100vh;
}
.ny-news .link {
  width: 100%;
  height: 66px;
  background: url('../jpg/pro.jpg') no-repeat center / cover;
  font-size: 24px;
  color: #bad8fb;
  line-height: 66px;
  position: absolute;
  top: 106px;
  left: 0;
}
.ny-news .link a {
  font-size: 24px;
  color: #bad8fb;
}
.ny-news .link .active {
  color: #fff;
}
.ny-news .banner-cont .c-wrap {
  top: 41vh;
  position: absolute;
}
.ny-news .banner-cont .c-wrap .tit {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.ny-news .banner-cont .c-wrap .tit img {
  width: auto;
  height: 50px;
  margin-right: 35px;
  position: relative;
  top: 5px;
}
.ny-news .banner-cont .c-wrap .tit p:nth-child(1) {
  display: flex;
  font-weight: bold;
  font-size: 60px;
  align-items: center;
  color: #0d3771;
}
.ny-news .banner-cont .c-wrap .tit p:nth-child(2) {
  font-size: 32px;
  color: #0d3771;
  margin-left: 95px;
  margin-top: 5px;
}
.ny-news .banner-cont .c-wrap .descript {
  font-size: 31px;
  color: #0d3771;
  text-align: justify;
  margin-left: 100px;
  margin-top: 10vh;
  line-height: 50px;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(-100px);
}
.ny-news .banner-cont .c-wrap .descript span {
  font-size: 28px;
  color: #0e376e;
}
.ny-news .current .banner-cont .c-wrap .tit {
  opacity: 1;
  transition: all 1s ease-in-out 0.3s;
  transform: translateX(0);
}
.ny-news .current .banner-cont .c-wrap .descript {
  opacity: 1;
  transition: all 1s ease-in-out 0.6s;
  transform: translateX(0);
}
.ny-news .current .tit-cont {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateY(0);
  transform: translateX(-50%);
}
.ny-news .current .list ul li {
  opacity: 1;
  transition: all 1s ease-in-out 0.3s;
  transform: translateY(0);
}
.ny-news .tit-cont {
  text-align: center;
  position: absolute;
  top: 17vh;
  left: 50%;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 1s ease-in-out;
}
.ny-news .tit-cont p:nth-child(2) {
  font-weight: bold;
  font-size: 54px;
  color: #ffffff;
  margin-top: 5px;
}
.ny-news .tit-cont p:nth-child(3) {
  font-size: 28px;
  color: #ffffff;
  margin-top: 5px;
}
.ny-news .list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40.4vh;
}
.ny-news .list ul {
  display: flex;
}
.ny-news .list ul li {
  width: calc(33% - 20px);
  margin-right: 4.9vw;
  box-shadow: 0px 9px 15px -6px #c5c5c5;
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(100px);
}
.ny-news .list ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-news .list ul li .xi {
  color: #1f4e79;
}
.ny-news .list ul li .img-wrap {
  width: 100%;
}
.ny-news .list ul li .img-wrap .img {
  width: 100%;
}
.ny-news .list ul li .img-wrap .img::after {
  content: '';
  width: 100%;
  padding-bottom: 72.8%;
  display: block;
}
.ny-news .list ul li .text {
  width: 100%;
  padding: 30px;
  font-size: 22px;
  color: #626262;
  line-height: 38px;
  box-sizing: border-box;
  text-align: justify;
  padding-bottom: 40px;
}
.ny-pro-list .banner-cont .c-wrap {
  top: 41vh;
  position: absolute;
}
.ny-pro-list .banner-cont .c-wrap .tit img {
  width: auto;
  height: 50px;
  margin-right: 35px;
  position: relative;
  top: 5px;
}
.ny-pro-list .banner-cont .c-wrap .tit p:nth-child(1) {
  display: flex;
  font-weight: bold;
  font-size: 60px;
  align-items: center;
  color: #fff;
}
.ny-pro-list .banner-cont .c-wrap .tit p:nth-child(2) {
  font-size: 32px;
  color: #fff;
  margin-left: 95px;
  margin-top: 5px;
}
.ny-pro-list .banner-cont .c-wrap .descript {
  font-size: 31px;
  color: #fff;
  text-align: justify;
  margin-left: 100px;
  margin-top: 10vh;
  line-height: 50px;
}
.ny-pro-list .banner-cont .c-wrap .descript span {
  font-size: 28px;
  color: #fff;
}
.ny-pro .section-pro-two {
  width: 100%;
  height: 100vh;
  position: relative;
}
.ny-pro .section-pro {
  position: relative;
}
.ny-pro .pro-banner {
  width: 100%;
  height: calc(100vh - 155px);
}
.ny-pro .link {
  width: 100%;
  height: 66px;
  background: url('../jpg/pro.jpg') no-repeat center / cover;
  font-size: 24px;
  color: #bad8fb;
  line-height: 66px;
  position: absolute;
  top: 106px;
  left: 0;
}
.ny-pro .link a {
  font-size: 24px;
  color: #bad8fb;
}
.ny-pro .link .active {
  color: #fff;
}
.ny-pro .select {
  width: 258px;
  height: 44px;
  background: linear-gradient(0deg, #f4f4f4, #ffffff);
  box-shadow: 0px 1px 0px 0px #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #c8c8c8;
  font-size: 20px;
  color: #555555;
  line-height: 20px;
  position: relative;
}
.ny-pro .select .sec {
  height: 44px;
  line-height: 42px;
  padding: 0 20px;
  font-weight: 700;
}
.ny-pro .select .option {
  position: absolute;
  left: 0;
  right: 0;
  top: 39px;
  max-height: 200px;
  padding: 0;
  border: 1px solid #2486ff;
  background-color: #fff;
  overflow: auto;
  top: 45px;
  border: 1px solid #dcf4f1;
  background: #fff;
  z-index: 10000;
  height: 0;
  /* 滚动条轨道样式 */
  /* 滚动条滑块样式 */
  /* 滑块在悬停时的样式 */
}
.ny-pro .select .option::-webkit-scrollbar {
  width: 5px;
  /* 垂直滚动条宽度 */
  height: 12px;
  /* 水平滚动条高度 */
}
.ny-pro .select .option::-webkit-scrollbar-track {
  background: #dddddd;
}
.ny-pro .select .option::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 6px;
  /* 圆角 */
}
.ny-pro .select .option::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ny-pro .select .option > div {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  line-height: 35px;
  padding: 9px 12px;
  color: #4c5161;
  background: #fff;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  overflow: hidden;
  cursor: pointer;
}
.ny-pro .select .option > div:hover {
  background: #186cb61f;
}
.ny-pro .select .iconfont {
  width: 57px;
  height: 44px;
  background: linear-gradient(0deg, #f4f4f4, #ffffff);
  border-radius: 4px;
  border-left: 1px solid #c8c8c8;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.ny-pro .ser-group {
  display: flex;
  align-items: center;
  margin-top: 45px;
  position: relative;
}
.ny-pro .ser-group #productList {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -143px;
  opacity: 0;
}
.ny-pro .search {
  width: 115px;
  height: 44px;
  line-height: 44px;
  background: linear-gradient(0deg, #22a0d3, rgba(25, 127, 196));
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.6);
  border-radius: 4px 4px 4px 4px;
  font-size: 20px;
  color: #fff;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-pro .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-pro .pro-list > ul > li {
  width: calc(25% - 32px);
  margin-right: 40px;
  border: 1px solid #efefef;
  margin-top: 40px;
  padding-bottom: 30px;
  transition: all 0.3s;
}
.ny-pro .pro-list > ul > li:nth-child(4n) {
  margin-right: 0;
}
.ny-pro .pro-list ul > li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-pro .pro-list ul li:hover .text p:nth-child(1) {
  color: #186db6;
}
.ny-pro .pro-list ul li:hover .text p:nth-child(3) {
  background: #186db6;
  color: #fff;
}
.ny-pro .pro-list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.ny-pro .pro-list ul li .img-wrap .img::before {
  content: '';
  width: 100%;
  padding-bottom: 95%;
  display: block;
}
.ny-pro .pro-list ul li .text {
  padding: 0 20px;
}
.ny-pro .pro-list ul li .text p:nth-child(1) {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
.ny-pro .pro-list ul li .text p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 18px;
}
.ny-pro .pro-list ul li .text p:nth-child(3) {
  width: 120px;
  height: 40px;
  color: #484848;
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #e6e6e6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  color: #333;
}
.ny-pro .query {
  height: 100vh;
  position: relative;
}
.ny-pro .query .q-search {
  display: flex;
}
.ny-pro .query .q-search .input {
  width: 606px;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  border: 1px solid #c8c8c8;
  padding: 0 20px;
  font-size: 22px;
  outline: none;
  box-sizing: border-box;
}
.ny-pro .query .q-search .input::-webkit-input-placeholder {
  font-size: 22px;
  /* 可选：设置占位符字体大小 */
}
.ny-pro .query .q-search .btn-list {
  display: flex;
}
.ny-pro .query .q-search .btn-list > div {
  width: 208px;
  height: 49px;
  line-height: 49px;
  background: linear-gradient(0deg, #22a0d3, rgba(25, 127, 196));
  margin-left: 20px;
  line-height: 23px;
  font-size: 23px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-pro .query .q-search .btn-list > div a {
  color: #fff;
}
.ny-pro .query .q-search .btn-list > div:nth-child(2) {
  background: linear-gradient(0deg, #8ac5e3, #65b0d9);
}
.ny-pro .wrap-query {
  width: 1066px;
  margin: 0 auto;
  padding-top: 22vh;
}
.ny-pro .content {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  margin-top: 37px;
  padding: 30px 133px;
  padding-bottom: 48px;
  box-sizing: border-box;
}
.ny-pro .content .dex {
  font-size: 28px;
  color: #737373;
  line-height: 42px;
}
.ny-pro .content .qr-result {
  display: flex;
  justify-content: center;
  font-size: 23px;
  color: #555555;
  margin: 0 auto;
  margin-top: 6.9vh;
}
.ny-pro .content .qr-result .qr {
  margin-left: 40px;
  width: 170px;
  height: 160px;
}
.ny-pro .content .qr-result .qr img {
  width: 100%;
  height: 100%;
}
.ny-pro .content .qr-result .text {
  margin-left: 40px;
  line-height: 32px;
}
.ny-pro .content .qr-result .text > div:nth-child(1) {
  border: 1px solid #ff0000;
}
.ny-pro .content .qr-result .text > div:nth-child(2) {
  border: 1px solid #0d6fb8;
  margin-top: 2px;
}
.ny-pro .contacts {
  display: flex;
  padding-bottom: 40px;
  margin-top: 9.1vh;
  font-size: 18px;
  color: #ffffff;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255, 255, 255, 0.82);
  padding: 0 5.2vh;
  padding-bottom: 4.9vh;
}
.ny-pro .copy-right {
  padding: 0 5.2vh;
  font-size: 18px;
  color: #ffffff;
  padding-top: 10px;
}
.qr-code .footer {
  margin-top: 0;
}
.ny-detail-one .detail-banner img {
  width: 100%;
  height: 80.2vh;
}
.ny-detail-one .banner-text {
  position: absolute;
  top: 22vh;
  left: 50%;
  transform: translateX(-50%);
}
.ny-detail-one .banner-text .t-text .tx1 p:nth-child(1) {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 48px;
  color: #333;
}
.ny-detail-one .banner-text .t-text .tx1 p:nth-child(1) img {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}
.ny-detail-one .banner-text .t-text .tx1 p:nth-child(2) {
  font-size: 29px;
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 60px;
}
.ny-detail-one .banner-text .desc {
  font-size: 25px;
  color: #151515;
  line-height: 42px;
  margin-top: 8.8vh;
  margin-left: 60px;
}
.ny-detail-one .table {
  display: flex;
  margin-top: 45px;
  margin-bottom: 80px;
}
.ny-detail-one .table .l-ul {
  width: 20.1%;
}
.ny-detail-one .table .l-ul ul li {
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: #f5f5fa;
  margin-bottom: 3px;
  text-align: center;
  font-size: 30px;
  color: #4e5e71;
}
.ny-detail-one .table .r-ul {
  width: calc(79.9% - 3px);
  margin-left: 3px;
}
.ny-detail-one .table .r-ul li {
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: #f5f5fa;
  margin-bottom: 3px;
  text-align: left;
  font-size: 28px;
  color: #4e5e71;
  padding: 0 3.9vw;
  box-sizing: border-box;
  white-space: nowrap;
}
.ny-detail-two .footer {
  margin-top: 0;
}
.ny-detail-two .detail-banner {
  height: 100vh;
  position: relative;
}
.ny-detail-two .detail-banner > img {
  width: 100%;
  height: 100vh;
}
.ny-detail-two .content {
  display: flex;
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.ny-detail-two .content .img {
  width: 500px;
}
.ny-detail-two .content .img > img {
  width: 100%;
  height: auto;
}
.ny-detail-two .content .text-wrap {
  width: 48%;
  margin-left: 80px;
}
.ny-detail-two .content .text-wrap .text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 45px;
  margin-top: 45px;
}
.ny-detail-two .content .text-wrap .text p:nth-child(1) {
  font-size: 34px;
  color: #186db6;
  font-weight: bold;
  text-align: left;
}
.ny-detail-two .content .text-wrap .text p:nth-child(2) {
  font-size: 15px;
  color: #666666;
  margin-top: 15px;
  line-height: 25px;
}
.ny-detail-two .content .text-wrap .text p:nth-child(3) {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-top: 5px;
}
.ny-detail-two .content .text-wrap .bottoms {
  display: flex;
  margin-top: 40px;
}
.ny-detail-two .content .text-wrap .bottoms .s_title {
  display: flex;
  background-color: transparent;
  color: #333;
  border: 1px solid #000;
  margin-right: 30px;
  line-height: 40px;
  width: 194px;
}
.ny-detail-two .content .text-wrap .bottoms .links {
  height: 40px;
  background-color: #010304;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
}
.ny-detail-two .content .text-wrap .bottoms .jt {
  font-size: 32px;
  margin-left: 2px;
  color: #000;
}
.ny-news-detail {
  margin-bottom: 80px;
}
.ny-news-detail .banner-cont .c-wrap {
  top: 41vh;
  position: absolute;
}
.ny-news-detail .banner-cont .c-wrap .tit img {
  width: auto;
  height: 50px;
  margin-right: 35px;
  position: relative;
  top: 5px;
}
.ny-news-detail .banner-cont .c-wrap .tit p:nth-child(1) {
  display: flex;
  font-weight: bold;
  font-size: 60px;
  align-items: center;
  color: #0d3771;
}
.ny-news-detail .banner-cont .c-wrap .tit p:nth-child(2) {
  font-size: 32px;
  color: #0d3771;
  margin-left: 95px;
  margin-top: 5px;
}
.ny-news-detail .banner-cont .c-wrap .descript {
  font-size: 31px;
  color: #0d3771;
  text-align: justify;
  margin-left: 100px;
  margin-top: 10vh;
  line-height: 50px;
}
.ny-news-detail .banner-cont .c-wrap .descript span {
  font-size: 28px;
  color: #0e376e;
}
.page .cont,
.news-detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.news-detail {
  padding-top: 110px;
}
.news-detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.news-detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.news-detail .other {
  margin-top: 40px;
}
.news-detail .other li {
  line-height: 30px;
}
.news-detail .other li:hover a {
  color: #4484bd;
}
.footer {
  width: 100%;
  margin-top: 100px;
  background: url('../jpg/foot_back.jpg') no-repeat center / cover;
  padding-top: 90px;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.footer .wrap {
  width: 87.5%;
}
.footer .foot-cont {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer .foot-cont .right {
  position: absolute;
  right: 0;
  top: -25px;
}
.footer .foot-nav ul {
  display: flex;
}
.footer .foot-nav ul li {
  margin-left: 1.56vw;
  width: 130px;
}
.footer .foot-nav ul li > a {
  font-size: 26px;
  color: #032f6b;
  line-height: 78px;
}
.footer .foot-nav ul li .sub {
  font-size: 18px;
  color: #313131;
  line-height: 38px;
  opacity: 0.8;
}
.footer .foot-nav ul li .sub a {
  display: block;
  color: #648fc3;
}
.footer .foot-nav ul li .sub a:hover {
  color: #0d6fb8;
  font-weight: 700;
}
.footer .f-c {
  font-size: 19px;
  color: #fff;
  line-height: 32px;
  margin-top: 90px;
  display: flex;
}
.footer .f-c .ew {
  margin-left: 50px;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
  align-items: flex-end;
  height: 84px;
}
.footer .f-c .ew img {
  width: 85px;
  height: 84px;
  margin-right: 15px;
}
.footer .f-c .tel {
  position: relative;
  margin-top: -5px;
}
.footer .f-c .tel p {
  line-height: 50px;
  white-space: nowrap;
  font-weight: 300;
}
.footer .f-c .tel p img {
  margin-right: 15px;
}
.footer .copy {
  font-size: 18px;
  color: #fff;
  line-height: 38px;
  opacity: 0.8;
  border-top: 1px solid #c5daf2eb;
  margin-top: 100px;
  text-align: center;
  padding-top: 5px;
}
.footer .copy a {
  color: #fff;
}
.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 5px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.paging li.active a,
.paging li:hover a {
  background: #0d6fb8 !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.prev {
  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-page,
.ny-detail {
  margin-bottom: 80px;
  margin-top: 56px;
}
.ny-page .content,
.ny-detail .content {
  margin-top: 30px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #3065c5;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
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: 2560px) {
  .section-sixth.current .t-content {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 1680px) {
  .ny-detail-one .table .r-ul li {
    font-size: 22px;
  }
  .ny-contact .cont-contact .c-bottom .form .n1,
  .ny-contact .cont-contact .c-bottom .form .n2 {
    width: 166px;
  }
  .ny-contact .cont-contact .c-bottom .form .n1 input,
  .ny-contact .cont-contact .c-bottom .form .n2 input {
    width: 106px;
  }
  .ny-contact .cont-contact .c-bottom .sub {
    width: 170px;
  }
  .ny-contact .cont-contact .c-bottom .form .n3 {
    width: 282px;
  }
  .ny-contact .cont-contact .c-bottom .form .n3 input {
    width: 72%;
  }
  .footer .foot-nav ul li > a {
    font-size: 22px;
    white-space: nowrap;
  }
  .footer .foot-nav ul li {
    width: 100px;
  }
  .footer .foot-nav ul li .sub {
    font-size: 16px;
  }
  .footer .foot-nav ul li .sub a {
    white-space: nowrap;
  }
  .footer .f-c {
    font-size: 18px;
  }
  .footer .copy {
    font-size: 16px;
  }
  .footer {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .ny-news .list ul li .text {
    width: 100%;
    padding: 20px 29px;
    font-size: 22px;
    color: #626262;
    line-height: 38px;
    box-sizing: border-box;
    text-align: justify;
    padding-bottom: 30px;
  }
  .ny-news .list {
    top: 38.4vh;
  }
  .ny-news .tit-cont {
    top: 13vh;
  }
  .ny-detail-one .table .l-ul ul li {
    font-size: 22px;
  }
  .section-sixth .t-content .item {
    transform: translateY(30px);
  }
  .section-first .banner .b-text1 .tx2 {
    line-height: 79px;
  }
  .section-sixth .t-content {
    margin-top: 12.5vh;
  }
  .section-culture .s-content .s-img img {
    height: 60vh;
  }
  .banner .tx1 p:nth-child(1) {
    font-size: 45px !important;
    bottom: 165px !important;
    right: 270px;
  }
  .banner .tx2 {
    font-size: 47px !important;
  }
  .head .wrap .nav ul li {
    margin: 0 13px;
  }
  .circle {
    bottom: -111px !important;
  }
  .section-fifth .t-text {
    margin-top: 16.7vh;
  }
  .item1 {
    bottom: 165px !important;
    right: 270px;
  }
  .item2 {
    bottom: 214px !important;
    right: -90px;
  }
  .item3 {
    bottom: 165px !important;
    left: 270px;
  }
  .section-third .t-content .right .tit {
    font-size: 32px;
  }
  .section-third .t-content .right .desc {
    font-size: 23px;
    line-height: 39px;
  }
  .section-third .t-text {
    margin-top: 15vh;
  }
  .section-second .btn-list .item {
    width: 270px;
    height: 310px;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 22px;
    box-sizing: border-box;
  }
  .section-second .btn-list .item:nth-child(1) {
    margin-right: 90px;
  }
  .section-second .btn-list .item .desc {
    margin-top: 80px;
  }
  .section-sixth .t-content .item .desc {
    width: 200px !important;
  }
  .section-sixth .t-content .item4 {
    left: 44%;
  }
  .section-sixth .t-content .item .bottom .h-img {
    margin-left: 1.2vw;
  }
  .section-sixth .t-content .item6 {
    left: 80%;
  }
  .section-sixth .t-content .item .time {
    font-size: 24px;
  }
  .section-sixth .t-content .item .time::after {
    width: 70px;
    height: 70px;
  }
  .section-sixth .t-content .item .desc {
    font-size: 15px !important;
  }
  .section-sixth .t-content {
    margin-top: 80px;
  }
  .section-seven .a-content .right .desc {
    font-size: 20px;
  }
  .section-seven .a-content .right .desc {
    line-height: 33px;
  }
  .cluture-one .list {
    margin-top: 9.2vh;
  }
  .cluture-one .t-text p:nth-child(1) img,
  .cluture-two .t-text p:nth-child(1) img {
    width: 42px;
    height: 42px;
  }
  .cluture-one .t-text p:nth-child(1),
  .cluture-two .t-text p:nth-child(1) {
    font-size: 42px;
  }
  .cluture-one .t-text p:nth-child(2) {
    font-size: 28px;
    margin-left: 62px;
  }
  .cluture-one .list ul li .text {
    padding: 0 20px;
  }
  .cluture-one .list ul li .text p:nth-child(1) {
    font-size: 22px;
    padding-top: 3.15vh;
  }
  .cluture-one .list ul li .text p:nth-child(3) {
    font-size: 14px;
    line-height: 28px;
    margin-top: 3vh;
  }
  .cluture-one .list ul li .text {
    height: 260px;
  }
  .cluture-two .cluture-content {
    font-size: 22px;
    line-height: 44px;
    width: 52%;
    margin-top: 9.8vh;
    margin-left: 65px;
  }
  .research .research-four .btn-list .iconfont {
    font-size: 60px;
  }
  .research .research-four .btn-list .iconfont.ciredit-prev {
    left: 50px;
  }
  .research .research-four .btn-list .iconfont.ciredit-next {
    right: 50px;
  }
}
@media screen and (max-width: 1460px) {
  .section-pro-two .left .contain .item-one .title {
    font-size: 54px;
  }
  .footer .copy {
    font-size: 15px;
  }
  .ny-news .list {
    top: 40.4vh;
  }
  .footer {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .footer .copy {
    margin-top: 90px;
  }
  .ny-news .list ul li .text {
    width: 100%;
    padding: 20px 29px;
    font-size: 22px;
    color: #626262;
    line-height: 38px;
    box-sizing: border-box;
    text-align: justify;
    padding-bottom: 23px;
  }
  .ny-news .tit-cont {
    top: 15vh;
  }
  .ny-net .banner-cont .c-wrap {
    top: 29vh;
  }
  .ny-net .banner-cont .c-wrap .descript span {
    font-size: 26px;
    color: #0e376e;
  }
  .ny-net .banner-cont .c-wrap .descript {
    font-size: 23px;
    color: #2a2a2a;
    line-height: 42px;
    margin-top: 60px;
    text-align: justify;
  }
  .section-pro-two .bottom-img .img-one {
    left: 50px;
  }
  .section-pro-two .bottom-img .img-two {
    right: 50px;
  }
  .section-pro-two .left .contain .item-one .e-title {
    font-size: 32px;
  }
  .section-pro-two .left .contain .item-two,
  .section-pro-two .left .contain .item-three {
    margin-top: 10.5vh;
  }
  .section-pro-two .left .contain {
    margin-top: 5vh;
  }
  .section-sixth .t-content {
    margin-top: 90px;
  }
  .section-sixth .t-content .item {
    transform: translateY(-10px);
  }
  .section-sixth.current .t-content {
    transform: translateY(-30px);
  }
  .section-sixth .t-content .item1 {
    top: 100px;
  }
  .section-sixth .t-content .item2 {
    top: 120px;
  }
  .section-sixth .t-content .item3 {
    top: -55px;
  }
  .section-sixth .t-content .item4 {
    top: 200px;
  }
  .section-sixth .t-content .item5 {
    top: -55px;
  }
  .section-sixth .t-content .item6 {
    top: 250px;
  }
  .section-second .s-text {
    position: absolute;
    left: 50%;
    top: calc(50% + 30px);
    transform: translateX(-50%) translateY(-50%);
    text-align: right;
  }
  .section-second .s-text .tx1 {
    opacity: 0;
    transform: translateX(-100px);
  }
  .section-second .s-text .tx1 p:nth-child(1) {
    display: flex;
    text-transform: uppercase;
    font-size: 50px;
    align-items: center;
    color: #2f2f2f;
    justify-content: flex-end;
  }
  .section-second .s-text .tx1 p:nth-child(1) img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .section-second .s-text .tx1 p:nth-child(2) {
    font-size: 45px;
    color: #2f2f2f;
    text-transform: uppercase;
    text-align: right;
    margin-top: 31px;
    font-weight: 300;
    letter-spacing: -2px;
  }
  .section-second .s-text .tx1 p:nth-child(3) {
    font-size: 27px;
    text-transform: uppercase;
    text-align: right;
    font-weight: 200;
  }
  .section-second .s-text .tx2 {
    font-size: 60px;
    color: #2f2f2f;
    margin-top: 6vh;
    margin-left: 0px;
    opacity: 0;
    transform: translateX(-100px);
  }
  .section-second .btn-list {
    display: flex;
    justify-content: flex-end;
    margin-top: 9vh;
    right: 0;
    opacity: 0;
    transform: translateY(100px);
  }
  .section-second .btn-list .item {
    width: 250px;
    height: 300px;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 20px;
    box-sizing: border-box;
  }
  .section-second .btn-list .item:nth-child(1) {
    margin-right: 75px;
  }
  .section-second .btn-list .item .tit {
    font-size: 31px;
    color: #2f2f2f;
    margin-top: 50px;
    text-align: left;
  }
  .section-second .btn-list .item .desc {
    font-size: 14px;
    color: #2f2f2f;
    line-height: 25px;
    padding-top: 25px;
    border-top: 1px solid #2f2f2f;
    text-align: justify;
    margin-top: 77px;
  }
  .mouse {
    position: absolute;
    left: 50%;
    bottom: 20px;
    animation: mouse-shake 0.8s ease-in-out infinite;
    transition: all 0.5s;
    z-index: 99;
  }
  .mouse img {
    width: 25px;
  }
  @keyframes mouse-shake {
    0% {
      bottom: 20px;
    }
    50% {
      bottom: 25px;
    }
    100% {
      bottom: 20px;
    }
  }
  .section-second .btn-list {
    margin-top: 8vh;
  }
  .section-fifth .list ul li .num {
    width: 160px !important;
    height: 160px !important;
    margin-top: 25px;
    font-size: 35px;
    margin-bottom: 20px;
  }
  .section-fifth .list ul li .num .circle-chart {
    width: 160px;
    height: 160px;
  }
  .section-first .banner .b-text3 .tx2 {
    margin-top: 10vh;
  }
  .section-fifth .list ul li .tit {
    font-size: 24px;
  }
  .section-fifth .list {
    margin-top: 9vh;
  }
  .section-seven .a-content .right .tit {
    font-size: 40px;
  }
  .section-seven .a-content .right .tit::after {
    width: 270px;
  }
  .section-seven .a-content .right {
    padding: 0 40px;
  }
  .section-seven .a-content .right .desc {
    line-height: 28px;
    font-size: 20px;
  }
  .section-seven .a-content .right li:nth-child(2) {
    margin-top: 40px;
  }
  .com-t-text p:nth-child(1) {
    font-size: 42px !important;
  }
  .com-t-text p:nth-child(2) {
    font-size: 28px !important;
    margin-left: 60px !important;
  }
  .com-t-text img {
    width: 42px !important;
    height: 42px !important;
  }
  .cluture-three .t-text {
    padding-top: 16vh;
  }
  .cluture-one .list ul li .text {
    height: 240px;
  }
  .cluture-three .t-text p:nth-child(3) {
    width: 56%;
  }
  .cluture-three .t-text p:nth-child(1) {
    font-size: 42px;
  }
  .cluture-three .t-text p:nth-child(2) {
    font-size: 28px;
  }
  .cluture-three .t-text p:nth-child(1) img {
    width: 42px;
    height: 42px;
  }
  .cluture-three .t-text p:nth-child(2) {
    margin-left: 65px;
  }
  .cluture-three .t-text p:nth-child(3) {
    font-size: 18px;
    line-height: 37px;
    margin-left: 70px;
    padding-top: 1.8vh;
  }
  .ny-pro .wrap-query {
    padding-top: 15vh;
  }
  .ny-pro .contacts {
    margin-top: 5.1vh;
    padding-bottom: 28px;
  }
  .ny-pro .copy-right {
    font-size: 16px;
    text-align: center;
    line-height: 35px;
  }
  .research .research-two .list ul li .l-right .texts {
    width: 319px;
    color: #2a2a2a;
    opacity: 0.7;
    margin-left: 5px;
    text-align: justify;
  }
  .research .research-two .two-left .two-text {
    margin-left: 60px;
  }
  .research .research-two .two-left .two-text {
    width: 404px;
    font-size: 22px;
    color: #2a2a2a;
    line-height: 38px;
    margin-left: 75px;
  }
  .research .research-two .list ul li .l-left {
    width: 288px;
    height: 159px;
    object-fit: cover;
  }
  .research .research-two .list {
    padding-top: 11vh;
  }
  .research .research-three .video {
    width: 70%;
  }
  .research .research-one .list ul li .l-right p:nth-child(1) {
    font-size: 27px;
  }
  .research .research-one .list ul li .l-right p:nth-child(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .section-sixth .t-content {
    margin-top: 63px;
  }
  .section-sixth .t-content .item {
    transform: translateY(-15px);
  }
  .section-sixth .t-content .item .desc {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .section-sixth .t-text p:nth-child(1) {
    font-size: 42px;
  }
  .section-sixth .t-text p:nth-child(2) {
    font-size: 28px;
    margin-top: 0;
  }
  .section-sixth .t-content .item .time {
    font-size: 20px;
  }
  .section-sixth .t-content .item .time::after {
    width: 60px;
    height: 60px;
  }
  .section-sixth .t-content .item1 {
    top: 100px !important;
  }
  .section-sixth .t-content .item2 {
    top: 110px !important;
  }
  .section-sixth .t-content .item3 {
    top: -25px !important;
  }
  .section-sixth .t-content .item4 {
    top: 180px !important;
  }
  .section-sixth .t-content .item5 {
    top: -25px !important;
  }
  .section-sixth .t-content .item6 {
    top: 230px !important;
    left: 78%;
  }
  .section-sixth .t-content .item .desc {
    width: 190px !important;
  }
  .section-sixth .t-content .item .bottom .h-img {
    max-width: 150px !important;
  }
  .section-sixth .t-content .item .bottom .h-img img {
    width: 100%;
  }
  .cluture-one .list ul li .text {
    height: 220px;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
