* {
  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;
}
.content-wrap {
  overflow-x: hidden;
}
#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;
  width: 83.3%;
  min-width: 1200px;
}
.ny-wrap {
  width: 1200px;
  margin: 0 auto;
}
input,
textarea {
  outline: none;
  border: none;
  background: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
  font-family: Microsoft YaHei;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.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: 10000;
  width: 100%;
  top: 0;
}
.head.ny-head {
  background: #fff;
}
.head.head-fix {
  position: fixed !important;
  background: rgba(0, 0, 0, 0.3) !important;
  transition: all 0.6s;
}
.head .img2 {
  display: none;
}
.head.white .img2 {
  display: block;
}
.head.white .img1 {
  display: none;
}
.head.white div,
.head.white span {
  color: #fff !important;
}
.head.white .en {
  border: 1px solid #fff !important;
}
.head.white a {
  color: #fff !important;
}
.head .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.head .wrap .nav ul {
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  align-items: center;
}
.head .wrap .nav ul li {
  height: 98px;
  line-height: 98px;
  margin: 0 20px;
  position: relative;
}
.head .wrap .nav ul li:hover > a,
.head .wrap .nav ul li.on > a {
  color: #da251c;
  box-sizing: border-box;
  font-weight: 700;
}
.head .wrap .nav ul li:hover .sub {
  display: block;
}
.head .wrap .nav ul li > a {
  font-size: 18px;
  color: #333;
}
.head .wrap .nav ul li .sub {
  top: 58px;
  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:nth-child(3) .sub {
  width: 233px;
}
.head .wrap .nav ul li .sub > a {
  background: rgba(255, 255, 255, 0.48);
  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: #da251c;
}
.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;
}
.head .wrap .right-menu {
  display: flex;
  align-items: center;
}
.head .wrap .right-menu .menu {
  font-size: 25px;
  color: #000;
  margin-right: 2.3vw;
}
.head .wrap .right-menu .en {
  width: 128px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #535353;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  color: #222222;
  margin-left: 2.3vw;
  position: relative;
}
.head .wrap .right-menu .en::before {
  content: '';
  width: 1px;
  height: 50px;
  background: #393939;
  opacity: 0.3;
  z-index: 100;
  display: block;
  position: absolute;
  left: -2.3vw;
  top: -10px;
}
.head .wrap .right-menu .search {
  font-size: 30px;
  margin-left: 25px;
}
.side-menu {
  width: 56.2%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000000;
  padding: 12.3vh 6.9vw;
  box-sizing: border-box;
  right: -100%;
  transition: all 0.3s;
}
.side-menu .tops {
  display: flex;
  justify-content: space-between;
}
.side-menu .tops .tel {
  display: flex;
  align-items: center;
}
.side-menu .tops .right {
  display: flex;
  align-items: center;
}
.side-menu .tops .right .text {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.side-menu .tops .erwei {
  margin-left: 25px;
}
.side-menu .tops .erwei img {
  width: 77px;
  height: 77px;
}
.side-menu .side-nav {
  border-top: 1px solid #ccc;
}
.side-menu .side-nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 70.8vh;
}
.side-menu .side-nav ul li {
  width: calc(60% - 2.6vw);
  margin-top: 4vh;
}
.side-menu .side-nav ul li:nth-child(2n + 1) {
  margin-right: 5.2vw;
}
.side-menu .side-nav ul li .sub {
  font-size: 18px;
  color: #555555;
  line-height: 36px;
  margin-top: 10px;
}
.side-menu .side-nav ul li .sub > a {
  padding: 0 10px;
  position: relative;
}
.side-menu .side-nav ul li .sub > a:nth-child(1) {
  padding-left: 0;
}
.side-menu .side-nav ul li .sub > a:nth-child(1)::after {
  content: '';
}
.side-menu .side-nav ul li .sub > a::after {
  content: '|';
  display: inline-block;
  color: #c5c5c5;
  font-weight: 200;
  position: absolute;
  left: -5px;
  top: -6px;
}
.side-menu .side-nav ul li > a {
  font-weight: bold;
  font-size: 26px;
  color: #222222;
}
/* index */
#fullpage .fadein {
  opacity: 0;
  transition: 0.2s;
}
#fullpage .fadeinup {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.2s;
}
#fullpage .fadeinleft {
  transform: translateX(-40px);
  opacity: 0;
  transition: 0.2s;
}
#fullpage .fadeinright {
  transform: translateX(40px);
  opacity: 0;
  transition: 0.2s;
}
#fullpage .section.current .fadeinup,
#fullpage .section.current .fadeinleft,
#fullpage .section.current .fadeinright {
  transform: none;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.index-search {
  position: fixed;
  width: 100%;
  height: 361px;
  background: #ffffff;
  top: 115px;
  left: 0;
  z-index: 10000;
  display: none;
}
.index-search .wrap {
  width: 1300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-search .tits {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
}
.index-search .inp {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #7d7d7d;
  margin-top: 60px;
  position: relative;
}
.index-search .inp input {
  width: 60%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: none;
  outline: none;
  padding-left: 25px;
  box-sizing: border-box;
}
.index-search .search {
  width: 198px;
  height: 62px;
  background: #d9261d;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1px;
  right: -1px;
}
.index-search .search .iconfont {
  color: #fff;
  font-size: 25px;
  font-weight: initial;
  margin-right: 20px;
}
.index-search .key {
  margin-top: 40px;
}
.index-search .key .tits {
  font-size: 16px;
  font-weight: 700;
  color: #db251c;
}
.index-search .key a {
  color: #333;
}
.body-new-list .head {
  background: none;
}
.ny-banner img {
  width: 100%;
  display: block;
}
.section-first {
  /*首页轮播图*/
  overflow: hidden;
}
.section-first .banner {
  position: relative;
  height: 100%;
  /*首页轮播图*/
}
.section-first .banner .c-banner1 {
  position: relative;
  height: 100%;
}
.section-first .c-banner1 img,
.section-first .c-banner1 video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.section-first .conts {
  position: absolute;
  left: 50%;
  top: calc(50% + 50px);
  transform: translate(-50%, -50%);
}
.section-first .conts .tx {
  text-align: center;
}
.section-first .conts .tx p:nth-child(1) {
  font-weight: bold;
  font-size: 4.16vw;
  color: #ffffff;
  white-space: nowrap;
  text-shadow: 0px 3px 0px rgba(0, 42, 83, 0.3);
}
.section-first .conts .tx p:nth-child(2) {
  font-size: 2.08vw;
  color: #ffffff;
  text-shadow: 0px 3px 0px rgba(0, 42, 83, 0.36);
  margin-top: 2.6vh;
}
.section-first .conts .btn-list {
  display: flex;
  justify-content: center;
}
.section-first .conts .btn-list > div {
  width: 220px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: rgba(0, 71, 157, 0.2);
  border-radius: 27px;
  font-size: 20px;
  border: 1px solid #ffffff;
  margin-top: 6.5vh;
}
.section-first .conts .btn-list > div a {
  display: block;
  width: 100%;
  height: 100%;
}
.section-first .conts .btn-list > div:nth-child(1) {
  margin-right: 30px;
}
.section-first .conts .btn-list > div.on {
  background: #da251c;
  border: none;
}
.section-first .conts .btn-list > div a {
  color: #fff;
}
.section-first .conts .tx3 {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-top: 6.5vh;
  text-align: center;
  white-space: nowrap;
}
.section-second {
  background: center / cover no-repeat;
  z-index: 10000;
}
.section-second.current .t-text {
  opacity: 1;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
.section-second.current .list {
  opacity: 1 !important;
  transition: all 1s ease-in-out 0.9s;
  transform: translateY(0);
}
.section-second .wrap {
  height: calc(100% - 1px);
  position: relative;
  padding-top: 1px;
}
.section-second .second-cont {
  display: flex;
  margin-top: 18.6vh;
}
.section-second .second-cont .left {
  width: 30.8%;
  margin-top: 8.9vh;
}
.section-second .second-cont .left .tit {
  font-weight: bold;
  font-size: 1.66vw;
  color: #222222;
  border-left: 0.78vw solid #da251c;
  padding-left: 20px;
}
.section-second .second-cont .left .desc {
  font-size: 16px;
  color: #222222;
  line-height: 3.6vh;
  margin-top: 7.7vh;
}
.section-second .second-cont .left .num-list {
  display: flex;
  justify-content: space-between;
  margin-top: 9vh;
}
.section-second .second-cont .left .num-list .item p:nth-child(1) {
  font-weight: 700;
}
.section-second .second-cont .left .num-list .item p:nth-child(1) .num {
  font-size: 40px;
  color: #da251c;
}
.section-second
  .second-cont
  .left
  .num-list
  .item
  p:nth-child(1)
  span:nth-child(2) {
  font-size: 20px;
  color: #222222;
  position: relative;
  top: -3px;
}
.section-second .second-cont .left .num-list .item p:nth-child(2) {
  font-size: 16px;
  color: #222;
}
.section-second .second-cont .right {
  width: calc(70.2% - 90px);
  margin-left: 90px;
  position: relative;
}
.section-second .second-cont .right .top-tit {
  position: relative;
  font-weight: 700;
}
.section-second .second-cont .right .top-tit .en-tit {
  font-weight: bold;
  font-size: 15.1vw;
  line-height: 23vh;
  color: #222222;
  opacity: 0.05;
  height: 23vh;
  margin-left: -46px;
}
.section-second .second-cont .right .top-tit .desc {
  font-size: 46px;
  position: absolute;
  right: 20px;
  top: 5vh;
  color: #222;
}
.section-second .second-cont .right .top-tit .desc .number {
  font-size: 80px;
  color: #da251c;
}
.section-second .second-cont .right .top-tit .desc span {
  color: #da251c;
}
.section-second .second-cont .right .r-cont {
  width: 100%;
  display: flex;
  margin-top: -10px;
}
.section-second .second-cont .right .r-cont .video {
  width: 54.3%;
  height: 39.8vh;
}
.section-second .second-cont .right .r-cont .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-second .second-cont .right .r-cont .cont-text {
  margin-left: 4.3vw;
}
.section-second .second-cont .right .r-cont .cont-text .line {
  width: 70px;
  height: 3px;
  background: #da251c;
}
.section-second .second-cont .right .r-cont .cont-text .honor-list {
  margin-top: 6.5vh;
}
.section-second .second-cont .right .r-cont .cont-text .honor-list ul li {
  display: flex;
  align-items: center;
  font-size: 1.25vw;
  color: #222222;
  margin-top: 15px;
  white-space: nowrap;
}
.section-second .second-cont .right .r-cont .cont-text .honor-list ul li img {
  margin-right: 10px;
}
.section-second .second-cont .right .r-cont .cont-text .more {
  font-size: 18px;
  color: #555555;
  line-height: 60px;
  text-decoration-line: underline;
  margin-top: 11vh;
}
.section-third {
  background: center / cover no-repeat;
}
.section-third .wrap {
  height: calc(100% - 1px);
  padding-top: 1px;
  position: relative;
}
.section-third .cont {
  position: relative;
}
.section-third.current .com-tit {
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 0.9s ease-in-out;
}
.section-third.current .s-cont {
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 0.9s ease-in-out 0.9s;
}
.section-third .third-cont {
  margin-top: 23vh;
  height: 300vh;
}
.section-third .third-cont .tit {
  font-weight: bold;
  font-size: 1.66vw;
  color: #fff;
  border-left: 0.78vw solid #da251c;
  padding-left: 20px;
}
.section-third .third-cont .top-swip {
  width: 100%;
}
.section-third .third-cont .top-swip ul li a {
  display: flex;
  justify-content: space-between;
}
.section-third .third-cont .top-swip ul li a .left {
  width: 53.7%;
}
.section-third .third-cont .top-swip ul li a .left .e-tit {
  font-weight: bold;
  font-size: 24px;
  color: #fefefe;
  margin-top: 9vh;
}
.section-third .third-cont .top-swip ul li a .left .desc {
  font-size: 16px;
  color: #ffffff;
  line-height: 3.6vh;
  margin-top: 4vh;
}
.section-third .third-cont .top-swip ul li a .right {
  width: calc(46.3% - 150px);
  margin-top: -40px;
  position: relative;
}
.section-third .third-cont .top-swip ul li a .right img {
  width: calc(100% - 45px);
  height: 33.9vh;
  margin-right: 45px;
  padding-top: 45px;
  position: relative;
  z-index: 10;
}
.section-third .third-cont .top-swip ul li a .right .kuai {
  width: calc(100% - 45px);
  height: 33.9vh;
  position: absolute;
  right: 0;
  top: 0;
  background: #da251c;
  z-index: 1;
}
.section-third .third-cont .bot-swip {
  position: absolute;
  bottom: 14vh;
}
.section-third .third-cont .bot-swip::after {
  content: '';
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  bottom: 7px;
  width: 200%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.section-third .third-cont .bot-swip ul {
  display: flex;
  position: relative;
  z-index: 2;
}
.section-third .third-cont .bot-swip ul li {
  padding: 0 2.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.section-third .third-cont .bot-swip ul li.on .tits {
  height: 40px;
  line-height: 38px;
  background: #da251c;
  font-weight: 700;
}
.section-third .third-cont .bot-swip ul li.on .quan {
  margin-top: 60px;
  background: #da251c;
  position: relative;
}
.section-third .third-cont .bot-swip ul li.on .quan::after {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: block;
  border: 2px solid #e71f19;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-third .third-cont .bot-swip ul li .tits {
  font-size: 20px;
  color: #fefefe;
  padding: 0 20px;
  white-space: nowrap;
}
.section-third .third-cont .bot-swip ul li .quan {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  margin-top: 45px;
  display: inline-block;
}
.section-four {
  background: center / cover no-repeat;
  z-index: 10000;
}
.section-four .wrap {
  height: calc(100% - 1px);
  position: relative;
  padding-top: 1px;
}
.section-four.current .about .txs {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease-in-out 0.2s;
}
.section-four.current .about .b-list {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s ease-in-out 0.8s;
}
.section-four .back-img {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-four .back-img .btn-prev {
  width: 140px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  position: absolute;
  top: 50%;
  z-index: 10;
  right: 160px;
  cursor: pointer;
}
.section-four .back-img .btn-prev img {
  max-height: 100%;
}
.section-four .back-img .left {
  width: calc(100% - 230px);
  position: relative;
}
.section-four .back-img .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-four .back-img .left::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 0;
  display: block;
  top: 0;
  left: 0;
}
.section-four .back-img .right {
  width: 230px;
  position: relative;
}
.section-four .back-img .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-four .back-img .right::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(218, 37, 28, 0.8);
  position: absolute;
  z-index: 0;
  display: block;
  top: 0;
  left: 0;
}
.section-four .four-cont .four-swip {
  margin-top: 28vh;
  display: flex;
}
.section-four .four-cont .four-swip .left {
  width: 26.4%;
  height: 52vh;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  padding: 1.14vw;
}
.section-four .four-cont .four-swip .left .active-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-four .four-cont .four-swip .left .active-img::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #da251c 0%, rgba(218, 37, 28, 0) 50%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.section-four .four-cont .four-swip .left .active-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.section-four .four-cont .four-swip .left .active-img .tit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.56vw;
  color: #fefefe;
  position: absolute;
  box-sizing: border-box;
  bottom: 4vh;
  z-index: 3;
}
.section-four .four-cont .four-swip .left .active-img .tit img {
  height: 2.6vw;
}
.section-four .four-cont .four-swip .left .active-img .tit span {
  margin-left: 20px;
}
.section-four .four-cont .four-swip .right {
  width: calc(73.6% - 24vw);
  margin-left: 8.3vw;
  position: relative;
}
.section-four .four-cont .four-swip .right > .tit {
  font-weight: bold;
  font-size: 1.66vw;
  color: #fff;
  border-left: 0.78vw solid #da251c;
  padding-left: 20px;
}
.section-four .four-cont .four-swip .right .desc {
  font-size: 16px;
  color: #ffffff;
  line-height: 3.6vh;
  margin-top: 6vh;
}
.section-four .four-cont .four-swip .right .r-swiper {
  position: absolute;
  bottom: 25px;
  left: -1vw;
  width: 100%;
  overflow: hidden;
}
.section-four .four-cont .four-swip .right .r-swiper ul li .hide {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.section-four .four-cont .four-swip .right .r-swiper ul li .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-four .four-cont .four-swip .right .r-swiper ul li .tit img {
  display: block;
}
.section-four .four-cont .four-swip .right .r-swiper ul li .tit span {
  font-size: 20px;
  color: #fefefe;
  margin-top: 30px;
}
.section-five {
  background: center / cover no-repeat;
  z-index: 10000;
}
.section-five .wrap {
  height: calc(100% - 1px);
  position: relative;
  padding-top: 1px;
}
.section-five .five-top {
  margin-top: 23.6vh;
  display: flex;
}
.section-five .five-top .tit {
  font-weight: bold;
  font-size: 1.66vw;
  color: #222222;
  border-left: 0.78vw solid #da251c;
  padding-left: 20px;
  white-space: nowrap;
}
.section-five .five-top .desc {
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-left: 5.2vw;
  margin-right: 11.8vw;
}
.section-five .five-top .more {
  width: 50px;
  height: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  text-decoration-line: underline;
  white-space: nowrap;
}
.section-five .five-cont {
  overflow: hidden;
  display: flex;
}
.section-five .five-cont .newSwiper {
  width: 63.75% !important;
  overflow: hidden;
  padding-top: 9vh;
}
.section-five .five-cont ul {
  display: flex;
  width: 100%;
}
.section-five .five-cont ul li {
  width: 100%;
  height: 415px;
  box-sizing: border-box;
  background: #fff;
  padding: 50px;
  padding-top: 0;
}
.section-five .five-cont ul li .time-tit {
  display: flex;
  align-content: center;
}
.section-five .five-cont ul li .time-tit .time {
  width: 147px;
  height: 120px;
  background: #f5f5f5;
  padding: 0 33px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: center;
  margin-top: -22px;
}
.section-five .five-cont ul li .time-tit .time p:nth-child(1) {
  font-size: 30px;
  color: #222222;
  white-space: nowrap;
}
.section-five .five-cont ul li .time-tit .time p:nth-child(2) {
  font-size: 16px;
  color: #222222;
  margin-top: 10px;
}
.section-five .five-cont ul li .time-tit .tit {
  width: calc(100% - 207px);
  font-size: 20px;
  color: #222222;
  margin-left: 60px;
  font-weight: 700;
  margin-top: 45px;
  white-space: nowrap;
  display: block;
}
.section-five .five-cont ul li .new-t {
  display: flex;
  margin-top: 6vh;
}
.section-five .five-cont ul li .new-t .img-wrap {
  width: 31.7%;
  height: 100%;
  display: block;
}
.section-five .five-cont ul li .new-t .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-five .five-cont ul li .new-t .tx {
  width: calc(68.3% - 50px);
  margin-left: 50px;
}
.section-five .five-cont ul li .new-t .tx p:nth-child(1) {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-align: justify;
}
.section-five .five-cont ul li .new-t .tx p:nth-child(2) {
  font-size: 15px;
  color: #888888;
  line-height: 30px;
  margin-top: 45px;
}
.section-five .five-cont ul li .new-t .tx p:nth-child(2) .iconfont {
  font-size: 22px;
  font-weight: 200;
  position: relative;
  top: 3px;
}
.section-five .five-cont .right-swiper {
  padding: 50px;
  height: 415px;
  background: #fff;
  margin-left: 50px;
  width: 36.25% !important;
  width: calc(36.25% - 50px);
  margin-top: 9vh;
  box-sizing: border-box;
}
.section-five .five-cont .right-swiper .swiper-slide {
  width: 100%;
}
.section-five .five-cont .right-swiper .swiper-slide .time-tit .time {
  box-sizing: border-box;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide
  .time-tit
  .time
  p:nth-child(1) {
  font-size: 30px;
  color: #222222;
  white-space: nowrap;
  line-height: 30px;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide
  .time-tit
  .time
  p:nth-child(2) {
  display: none;
}
.section-five .five-cont .right-swiper .swiper-slide .time-tit .tit {
  width: 100%;
  font-size: 20px;
  color: #222222;
  font-weight: 700;
  margin-top: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  line-height: 36px;
}
.section-five .five-cont .right-swiper .swiper-slide .new-t {
  display: flex;
  margin-top: 30px;
}
.section-five .five-cont .right-swiper .swiper-slide .new-t .img-wrap {
  display: none;
}
.section-five .five-cont .right-swiper .swiper-slide .new-t .tx p:nth-child(1) {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-align: justify;
}
.section-five .five-cont .right-swiper .swiper-slide .new-t .tx p:nth-child(2) {
  font-size: 15px;
  color: #888888;
  line-height: 30px;
  margin-top: 30px;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide
  .new-t
  .tx
  p:nth-child(2)
  .iconfont {
  font-size: 22px;
  font-weight: 200;
  position: relative;
  top: 3px;
}
.section-five .five-cont .right-swiper .swiper-slide.swiper-slide-active {
  width: 63.75% !important;
  height: 415px;
  box-sizing: border-box;
  padding-top: 0;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide.swiper-slide-active
  .time-tit {
  display: flex;
  align-content: center;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide.swiper-slide-active
  .time-tit
  .time {
  width: 147px;
  height: 120px;
  background: #f5f5f5;
  padding: 0 33px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: center;
  margin-top: -22px;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide.swiper-slide-active
  .time-tit
  .time
  p:nth-child(1) {
  font-size: 30px;
  color: #222222;
  white-space: nowrap;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide.swiper-slide-active
  .time-tit
  .time
  p:nth-child(2) {
  font-size: 16px;
  color: #222222;
  margin-top: 10px;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide.swiper-slide-active
  .time-tit
  .tit {
  width: calc(100% - 207px);
  font-size: 20px;
  color: #222222;
  margin-left: 60px;
  font-weight: 700;
  margin-top: 45px;
  white-space: nowrap;
  display: block;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide.swiper-slide-active
  .new-t {
  display: flex;
  margin-top: 6vh;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide.swiper-slide-active
  .new-t
  .img-wrap {
  width: 31.7%;
  height: 100%;
  display: block;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide.swiper-slide-active
  .new-t
  .img-wrap
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide.swiper-slide-active
  .new-t
  .tx {
  width: calc(68.3% - 50px);
  margin-left: 50px;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide.swiper-slide-active
  .new-t
  .tx
  p:nth-child(1) {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-align: justify;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide.swiper-slide-active
  .new-t
  .tx
  p:nth-child(2) {
  font-size: 15px;
  color: #888888;
  line-height: 30px;
  margin-top: 45px;
}
.section-five
  .five-cont
  .right-swiper
  .swiper-slide.swiper-slide-active
  .new-t
  .tx
  p:nth-child(2)
  .iconfont {
  font-size: 22px;
  font-weight: 200;
  position: relative;
  top: 3px;
}
.section-five .btn-list {
  display: flex;
  margin-top: 40px;
}
.section-five .btn-list > div {
  width: 90px;
  height: 42px;
  color: #fff;
  background: #d1d1d1;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  font-weight: 200;
}
.section-five .btn-list > div:hover {
  background: #da251c;
}
.section-five .btn-list > div:nth-child(1) {
  margin-right: 20px;
  transform: rotate(180deg);
}
.section-six {
  background: center / cover no-repeat;
  z-index: 10000;
}
.section-six .wrap {
  height: calc(100% - 1px);
  position: relative;
  padding-top: 1px;
}
.section-six .sex-cont {
  margin-top: 30vh;
  display: flex;
  justify-content: space-between;
}
.section-six .sex-cont .left .tits,
.section-six .sex-cont .right .tits {
  font-weight: bold;
  font-size: 2.08vw;
  color: #222222;
  line-height: 3.12vw;
}
.section-six .sex-cont .left .tits p:nth-child(2),
.section-six .sex-cont .right .tits p:nth-child(2) {
  color: #da251c;
}
.section-six .sex-cont .left .desc,
.section-six .sex-cont .right .desc {
  width: 250px;
  line-height: 36px;
  font-size: 16px;
  color: #222222;
  margin-top: 6vh;
}
.section-six .sex-cont .left .more,
.section-six .sex-cont .right .more {
  width: 126px;
  height: 40px;
  margin-top: 20vh;
  background: #db251c;
}
.section-six .sex-cont .left .more a,
.section-six .sex-cont .right .more a {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.section-six .sex-cont .mid .innder-mid {
  width: 26.4vw;
  height: 26.4vw;
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 3vw;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-six .sex-cont .mid .innder-mid::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 60, 142, 0.6);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.section-six .sex-cont .mid .innder-mid p {
  position: relative;
  z-index: 100;
  text-align: center;
}
.section-six .sex-cont .mid .innder-mid p:nth-child(1) {
  font-weight: bold;
  font-size: 2.08vw;
  color: #ffffff;
}
.section-six .sex-cont .mid .innder-mid p:nth-child(2) {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 4.5vh;
  width: 13.6vw;
}
.section-six .sex-cont .mid .innder-mid p:nth-child(3) {
  width: 60px;
  height: 5px;
  background: #da251c;
  margin-top: 6.5vh;
  text-align: center;
}
.section-six .sex-cont .mid .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 35.26vw;
  height: 35.26vw;
}
.section-six .sex-cont .mid .circle div.move {
  border: 1px solid #fff;
  border-radius: 50%;
  border-color: #0053a0;
}
.section-six .sex-cont .mid .move-wrap {
  animation: warn 2s linear 0s infinite;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.section-six .sex-cont .mid .circle div.move1 {
  transform-origin: center;
  /* 设置变换中心点为正中心 */
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 35.26vw;
  height: 35.26vw;
  border-color: rgba(0, 83, 160, 0.3);
}
.section-six .sex-cont .mid .circle div.move2 {
  transform-origin: center;
  /* 设置变换中心点为正中心 */
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 32.29vw;
  height: 32.29vw;
  border-color: rgba(0, 83, 160, 0.5);
}
.section-six .sex-cont .mid .circle div.move3 {
  transform-origin: center;
  /* 设置变换中心点为正中心 */
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 29.27vw;
  height: 29.27vw;
  border-color: rgba(0, 83, 160, 0.8);
}
.section-six .sex-cont .right {
  width: 18.2vw;
}
.section-six .sex-cont .right .bot {
  margin-top: 7.8vh;
}
.section-six .sex-cont .right .bot .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.2vw;
  height: 11.3vh;
  background: #da251c;
  border-radius: 30px 0px 0px 0px;
}
.section-six .sex-cont .right .bot .tel .icon img {
  width: 3.125vw;
  height: 3.125vw;
}
.section-six .sex-cont .right .bot .tel .tx {
  margin-left: 20px;
  line-height: 1.87vw;
}
.section-six .sex-cont .right .bot .tel .tx p:nth-child(1) {
  font-size: 16px;
  color: #ffffff;
}
.section-six .sex-cont .right .bot .tel .tx p:nth-child(2) {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.section-six .sex-cont .right .bot .contact {
  height: 7.4vh;
  display: flex;
  align-items: center;
  background: #333333;
  padding: 0 24px;
  color: #fff;
  box-sizing: border-box;
}
.section-seven {
  background: center / cover no-repeat;
  z-index: 10000;
}
.section-seven .wrap-cont {
  height: calc(100% - 1px);
  position: relative;
  padding-top: 1px;
}
.section-seven .seven-cont {
  margin-top: 27.7vh;
}
.section-seven .seven-cont .top-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-seven .seven-cont .top-cont .link-tit {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.section-seven .seven-cont .top-cont .link {
  width: 260px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 46px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 10px;
}
.section-seven .seven-cont .top-cont .link span {
  position: absolute;
  right: 20px;
}
.section-seven .seven-cont .top-cont .link ul {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 260px;
  display: none;
  left: 0;
  max-height: 400px;
  overflow-y: scroll;
  z-index: 100;
  padding: 20px 0;
}
.section-seven .seven-cont .top-cont .link ul::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}
.section-seven .seven-cont .top-cont .link ul li {
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  padding: 0 30px;
  color: #fff;
  box-sizing: border-box;
}
.section-seven .seven-cont .top-cont .link ul li:hover {
  color: #be1313;
}
.section-seven .seven-cont .top-cont .link ul li:hover a {
  color: #be1313;
}
.section-seven .seven-cont .top-cont .link ul li a {
  color: #fff;
}
.section-seven .seven-cont .top-cont .item2,
.section-seven .seven-cont .top-cont .item3 {
  display: flex;
  align-items: center;
}
.section-seven .seven-cont .top-cont .item2 .tels,
.section-seven .seven-cont .top-cont .item3 .tels {
  width: 60px;
  height: 60px;
  background: #da251c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-seven .seven-cont .top-cont .item2 .tels span,
.section-seven .seven-cont .top-cont .item3 .tels span {
  color: #fff;
  font-size: 30px;
}
.section-seven .seven-cont .top-cont .item2 .tx,
.section-seven .seven-cont .top-cont .item3 .tx {
  font-size: 16px;
  color: #dcdcdc;
  line-height: 36px;
  margin-left: 18px;
}
.section-seven .seven-cont .top-cont .item2 .tx span,
.section-seven .seven-cont .top-cont .item3 .tx span {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.section-seven .seven-cont .top-cont .item4 {
  width: 120px;
  height: 120px;
  background: #ffffff;
}
.section-seven .seven-cont .top-cont .item4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-seven .nav-cont {
  padding-top: 6vh;
  border-top: 1px solid #636363;
  margin-top: 8vh;
}
.section-seven .nav-cont ul {
  display: flex;
  justify-content: space-between;
}
.section-seven .nav-cont ul li a {
  font-weight: bold;
  font-size: 20px;
  color: #f2f2f2;
}
.section-seven .nav-cont ul li .sub {
  margin-top: 20px;
}
.section-seven .nav-cont ul li .sub a {
  font-size: 16px;
  color: #c0c0c0;
  line-height: 36px;
  display: block;
  font-weight: 400;
}
.c-honor .hd ul {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.c-honor .hd ul li {
  font-size: 18px;
  box-sizing: border-box;
  width: 140px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #dfdfdf;
  margin: 0 10px;
}
.c-honor .hd ul li.on {
  background: #da251c;
}
.c-honor .hd ul li.on a {
  color: #fff;
}
.footer {
  z-index: 10000;
  background: #292929;
  padding-top: 85px;
}
.footer .seven-cont .top-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .seven-cont .top-cont .link-tit {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.footer .seven-cont .top-cont .link {
  width: 260px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 46px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 10px;
}
.footer .seven-cont .top-cont .link span {
  position: absolute;
  right: 20px;
}
.footer .seven-cont .top-cont .link ul {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 260px;
  display: none;
  left: 0;
  max-height: 400px;
  overflow-y: scroll;
  z-index: 100;
  padding: 20px 0;
}
.footer .seven-cont .top-cont .link ul::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}
.footer .seven-cont .top-cont .link ul li {
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  padding: 0 30px;
  color: #fff;
  box-sizing: border-box;
}
.footer .seven-cont .top-cont .link ul li:hover {
  color: #be1313;
}
.footer .seven-cont .top-cont .link ul li:hover a {
  color: #be1313;
}
.footer .seven-cont .top-cont .link ul li a {
  color: #fff;
}
.footer .seven-cont .top-cont .item2,
.footer .seven-cont .top-cont .item3 {
  display: flex;
  align-items: center;
}
.footer .seven-cont .top-cont .item2 .tels,
.footer .seven-cont .top-cont .item3 .tels {
  width: 60px;
  height: 60px;
  background: #da251c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .seven-cont .top-cont .item2 .tels span,
.footer .seven-cont .top-cont .item3 .tels span {
  color: #fff;
  font-size: 30px;
}
.footer .seven-cont .top-cont .item2 .tx,
.footer .seven-cont .top-cont .item3 .tx {
  font-size: 16px;
  color: #dcdcdc;
  line-height: 36px;
  margin-left: 18px;
}
.footer .seven-cont .top-cont .item2 .tx span,
.footer .seven-cont .top-cont .item3 .tx span {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.footer .seven-cont .top-cont .item4 {
  width: 120px;
  height: 120px;
  background: #ffffff;
}
.footer .seven-cont .top-cont .item4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .nav-cont {
  padding-top: 58px;
  border-top: 1px solid #636363;
  margin-top: 70px;
}
.footer .nav-cont ul {
  display: flex;
  justify-content: space-between;
}
.footer .nav-cont ul li a {
  font-weight: bold;
  font-size: 20px;
  color: #f2f2f2;
}
.footer .nav-cont ul li .sub {
  margin-top: 20px;
}
.footer .nav-cont ul li .sub a {
  font-size: 16px;
  color: #c0c0c0;
  line-height: 36px;
  display: block;
  font-weight: 400;
}
.footer .copy {
  font-size: 14px;
  color: #6a6a6a;
  margin-top: 120px;
  padding-bottom: 55px;
  text-align: center;
}
.footer .copy a {
  color: #6a6a6a;
}
@keyframes warn {
  0% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0;
    transform-origin: center;
    /* 设置变换中心点为正中心 */
  }
  50% {
    transform: scale(1.1) translate(-50%, -50%);
    opacity: 0.5;
    transform-origin: center;
    /* 设置变换中心点为正中心 */
  }
  100% {
    transform: scale(1.2) translate(-50%, -50%);
    opacity: 0;
    transform-origin: center;
    /* 设置变换中心点为正中心 */
  }
}
.ny-wrap {
  width: 1400px;
  margin: 0 auto;
}
.ny-classify .two-classify {
  background: #f6f6f6;
  height: 113px;
  position: relative;
}
.ny-classify .two-classify > ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.ny-classify .two-classify > ul > li {
  font-size: 20px;
  white-space: nowrap;
  margin-right: 6.25vw;
}
.ny-classify .two-classify > ul > li a {
  color: #333333;
}
.ny-classify .two-classify > ul > li.on a,
.ny-classify .two-classify > ul > li:hover a {
  color: #da251c;
  font-weight: 700;
}
.ny-classify .sub {
  font-size: 18px;
  margin-top: 36px;
}
.ny-classify .sub ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ny-classify .sub li {
  padding: 0 14px;
  display: block;
  padding-bottom: 13px;
  margin-right: 15px;
}
.ny-classify .sub li.on,
.ny-classify .sub li:hover {
  border-bottom: 2px solid #da251c;
}
.ny-product {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-product .lists {
  margin-top: 38px;
}
.ny-product .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product .lists > ul > li {
  margin-right: 30px;
  margin-top: 42px;
  width: calc(33% - 20px);
}
.ny-product .lists ul li:hover .img-wrap {
  overflow: hidden;
}
.ny-product .lists ul li:hover .img-wrap img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product .lists ul li:hover .text {
  background: #da251c;
}
.ny-product .lists ul li:hover .text > div:nth-child(1) {
  color: #fff;
}
.ny-product .lists ul li:hover .text > div:nth-child(2) {
  color: #fff;
}
.ny-product .lists ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product .lists ul li .img-wrap {
  width: 100%;
  height: 322px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.ny-product .lists ul li .img-wrap .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ny-product .lists ul li .img-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-product .lists ul li .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  background: #f8f8f8;
  padding: 0 30px;
  box-sizing: border-box;
}
.ny-product .lists ul li .text > div:nth-child(1) {
  font-size: 18px;
  color: #333333;
  width: 75%;
}
.ny-product .lists ul li .text > div:nth-child(2) {
  font-size: 25px;
  color: #333333;
}
.ny-prodetail {
  margin-bottom: 80px;
}
.ny-prodetail .tops {
  display: flex;
  margin-top: 70px;
}
.ny-prodetail .tops .left {
  width: 524px;
}
.ny-prodetail .tops .left .bd {
  width: 524px;
  height: 380px;
}
.ny-prodetail .tops .left .bd ul {
  width: 100%;
  height: 100%;
}
.ny-prodetail .tops .left .bd li {
  width: 100%;
  height: 100%;
}
.ny-prodetail .tops .left .bd li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-prodetail .tops .left .hd {
  margin-top: 20px;
}
.ny-prodetail .tops .left .hd ul {
  display: flex;
  justify-content: center;
}
.ny-prodetail .tops .left .hd ul li {
  width: 10px;
  height: 10px;
  background: #232323;
  border-radius: 50%;
  opacity: 0.2;
  margin: 0 5px;
}
.ny-prodetail .tops .left .hd ul li.on {
  width: 10px;
  height: 10px;
  background: #da251c;
  border-radius: 50%;
  opacity: 1;
}
.ny-prodetail .tops .right {
  width: calc(100% - 450px);
  margin-left: 70px;
}
.ny-prodetail .tops .right .tits {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}
.ny-prodetail .tops .right .desc {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 40px;
  height: 179px;
  overflow-y: scroll;
  padding-right: 45px;
}
.ny-prodetail .tops .right .desc::-webkit-scrollbar {
  background: #dcdcdc;
  border-radius: 12px;
  width: 12px;
}
.ny-prodetail .tops .right .desc::-webkit-scrollbar-track {
  width: 12px;
  height: 179px;
  background: #f2f2f2;
  border-radius: 20px;
}
.ny-prodetail .tops .right .desc::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 12px;
}
.ny-prodetail .tops .right .tel {
  display: flex;
  margin-top: 45px;
}
.ny-prodetail .tops .right .tel .tel-icon {
  width: 60px;
  height: 54px;
  background: #232323;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ny-prodetail .tops .right .tel .tel-icon .iconfont {
  font-size: 25px;
}
.ny-prodetail .tops .right .tel .contacts {
  width: 332px;
  height: 54px;
  background: #da251c;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-prodetail .tops .right .tel .contacts span {
  font-family: 700;
  font-size: 24px;
}
.ny-prodetail .bottom {
  margin-top: 70px;
}
.ny-prodetail .bottom .hd {
  border-bottom: 1px solid #c5c5c5;
}
.ny-prodetail .bottom .hd ul {
  display: flex;
}
.ny-prodetail .bottom .hd ul li {
  color: #333333;
  font-weight: bold;
  font-size: 22px;
  padding: 0 25px;
  margin-right: 15px;
  padding-bottom: 25px;
  cursor: pointer;
}
.ny-prodetail .bottom .hd ul li.on {
  border-bottom: 2px solid #d9261d;
}
.ny-prodetail .bottom .bd {
  margin-top: 60px;
}
.ny-solve {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ny-solve .s-com-tit {
  text-align: center;
}
.ny-solve .s-com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
}
.ny-solve .s-com-tit p:nth-child(1) img {
  margin-right: 25px;
  position: relative;
  top: -5px;
}
.ny-solve .s-com-tit p:nth-child(2) {
  font-size: 16px;
  color: #bfbfbf;
  margin-top: 10px;
}
.ny-solve .desc {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-top: 60px;
}
.ny-solve .list {
  margin-top: 80px;
}
.ny-solve .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -60px;
}
.ny-solve .list ul li {
  width: calc(50% - 60px);
  border-bottom: 5px solid #f2f2f2;
  margin-top: 58px;
  margin-right: 120px;
}
.ny-solve .list ul li:hover {
  border-bottom: 5px solid #d9261d;
}
.ny-solve .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-solve .list ul li:nth-child(2n) {
  margin-right: 0;
}
.ny-solve .list ul li .img-wrap {
  width: 100%;
  overflow: hidden;
}
.ny-solve .list ul li .img-wrap .img {
  width: 100%;
}
.ny-solve .list ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.ny-solve .list ul li .tx {
  height: 160px;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ny-solve .list ul li .tx > div:nth-child(1) {
  display: flex;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.ny-solve .list ul li .tx > div:nth-child(1) img {
  margin-right: 15px;
}
.ny-solve .list ul li .tx > div:nth-child(2) {
  margin-top: 20px;
}
.ny-service {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ny-service .s-com-tit {
  text-align: center;
}
.ny-service .s-com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
}
.ny-service .s-com-tit p:nth-child(1) img {
  margin-right: 25px;
  position: relative;
  top: -5px;
}
.ny-service .s-com-tit p:nth-child(2) {
  font-size: 16px;
  color: #bfbfbf;
  margin-top: 10px;
}
.ny-service .l-tit {
  display: flex;
  font-weight: bold;
  font-size: 26px;
  color: #222222;
  border-left: 8px solid #da251c;
  padding-left: 20px;
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
}
.ny-service .quality .top-c {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.ny-service .quality .top-c .left {
  width: 37.8%;
}
.ny-service .quality .top-c .left .item1 .dec {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 40px;
}
.ny-service .quality .top-c .left .item2 {
  margin-top: 100px;
}
.ny-service .quality .top-c .left .item2 .conts {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  line-height: 35px;
}
.ny-service .quality .top-c .left .item2 .conts .title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.ny-service .quality .top-c .left .item2 .conts .i {
  font-size: 16px;
  color: #333333;
}
.ny-service .quality .top-c .left .item2 .conts .i span {
  color: #d9261d;
  text-transform: uppercase;
  font-weight: 700;
}
.ny-service .quality .top-c .right {
  width: 48.8%;
}
.ny-service .quality .top-c .right .img {
  width: 100%;
}
.ny-service .quality .top-c .right .img img {
  width: 100%;
}
.ny-service .quality .top-c .right .name {
  font-weight: bold;
  font-size: 24px;
  color: #e3251c;
  line-height: 36px;
  text-align: center;
  margin-top: 50px;
}
.ny-service .quality .top-c .right .name span {
  color: #333;
  font-weight: 200;
}
.ny-service .icon-list {
  margin-top: 95px;
}
.ny-service .icon-list ul {
  display: flex;
}
.ny-service .icon-list ul li {
  width: calc(25% - 20px);
  height: 138px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #333333;
  margin-right: 30px;
}
.ny-service .icon-list ul li a {
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #333333;
  width: 100%;
  height: 100%;
}
.ny-service .icon-list ul li:hover a {
  background: #d9261d;
  border: 1px solid #d9261d;
  color: #fff;
}
.ny-service .icon-list ul li:hover .img1 {
  display: none;
}
.ny-service .icon-list ul li:hover .img2 {
  display: block;
}
.ny-service .icon-list ul li:nth-last-child(1) {
  margin-right: 0;
}
.ny-service .icon-list ul li .img2 {
  display: none;
}
.ny-service .icon-list ul li img {
  margin-right: 30px;
}
.ny-service .icon-list ul li .tx {
  width: 154px;
}
.ny-service .network {
  margin-top: 100px;
  height: 857px;
  padding: 90px 0;
  box-sizing: border-box;
}
.ny-service .network .cont {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.ny-service .network .cont .left {
  width: 432px;
}
.ny-service .network .cont .left .desc {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-top: 80px;
}
.ny-service .network .cont .right {
  margin-left: 245px;
}
.ny-service .after-sales {
  margin-top: 100px;
}
.ny-service .after-sales .cont {
  display: flex;
  margin-top: 90px;
}
.ny-service .after-sales .left {
  width: 41.4%;
  height: 350px;
}
.ny-service .after-sales .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-service .after-sales .right {
  width: calc(58.6% - 80px);
  margin-left: 80px;
}
.ny-service .after-sales .right .title {
  font-size: 20px;
  color: #e3251c;
  line-height: 36px;
  font-weight: 700;
  margin-top: 15px;
}
.ny-service .after-sales .right .desc {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  margin-top: 48px;
}
.ny-service .after-sales .right .desc span {
  font-weight: 700;
}
.ny-new,
.ny-search {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ny-new .recommend ul,
.ny-search .recommend ul {
  display: flex;
  width: 100%;
}
.ny-new .recommend ul li,
.ny-search .recommend ul li {
  width: 100%;
  height: 416px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 50px 60px;
  box-sizing: border-box;
}
.ny-new .recommend ul li .time-tit,
.ny-search .recommend ul li .time-tit {
  display: flex;
  align-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.ny-new .recommend ul li .time-tit .time,
.ny-search .recommend ul li .time-tit .time {
  width: 147px;
  height: 120px;
  background: #f5f5f5;
  padding: 0 33px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: center;
}
.ny-new .recommend ul li .time-tit .time p:nth-child(1),
.ny-search .recommend ul li .time-tit .time p:nth-child(1) {
  font-size: 30px;
  color: #222222;
  white-space: nowrap;
}
.ny-new .recommend ul li .time-tit .time p:nth-child(2),
.ny-search .recommend ul li .time-tit .time p:nth-child(2) {
  font-size: 16px;
  color: #222222;
  margin-top: 10px;
}
.ny-new .recommend ul li .new-t,
.ny-search .recommend ul li .new-t {
  display: flex;
  align-items: center;
}
.ny-new .recommend ul li .new-t .img-wrap,
.ny-search .recommend ul li .new-t .img-wrap {
  width: 472px;
  height: 308px;
  display: block;
}
.ny-new .recommend ul li .new-t .img-wrap img,
.ny-search .recommend ul li .new-t .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-new .recommend ul li .new-t .tx,
.ny-search .recommend ul li .new-t .tx {
  width: calc(100% - 540px);
  margin-left: 70px;
}
.ny-new .recommend ul li .new-t .tx p:nth-child(1),
.ny-search .recommend ul li .new-t .tx p:nth-child(1) {
  font-size: 20px;
  color: #222222;
  font-weight: 700;
}
.ny-new .recommend ul li .new-t .tx p:nth-child(2),
.ny-search .recommend ul li .new-t .tx p:nth-child(2) {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-align: justify;
  margin-top: 60px;
}
.ny-new .recommend ul li .new-t .tx p:nth-child(3),
.ny-search .recommend ul li .new-t .tx p:nth-child(3) {
  font-size: 15px;
  color: #888888;
  line-height: 30px;
  margin-top: 50px;
}
.ny-new .recommend ul li .new-t .tx p:nth-child(3) .iconfont,
.ny-search .recommend ul li .new-t .tx p:nth-child(3) .iconfont {
  font-size: 22px;
  font-weight: 200;
  position: relative;
  top: 3px;
}
.ny-new .list,
.ny-search .list {
  margin-top: 5px;
}
.ny-new .list ul,
.ny-search .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-new .list ul li,
.ny-search .list ul li {
  width: calc(50% - 20px);
  border: 1px solid #e5e5e5;
  margin-right: 40px;
  padding: 50px 60px;
  box-sizing: border-box;
  margin-top: 45px;
}
.ny-new .list ul li:hover .tit,
.ny-search .list ul li:hover .tit {
  color: #d9261d !important;
}
.ny-new .list ul li:nth-child(2n),
.ny-search .list ul li:nth-child(2n) {
  margin-right: 0;
}
.ny-new .list ul li .time-tit,
.ny-search .list ul li .time-tit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ny-new .list ul li .time-tit .time,
.ny-search .list ul li .time-tit .time {
  box-sizing: border-box;
}
.ny-new .list ul li .time-tit .time p:nth-child(1),
.ny-search .list ul li .time-tit .time p:nth-child(1) {
  font-size: 30px;
  color: #999999;
  white-space: nowrap;
}
.ny-new .list ul li .time-tit .tit,
.ny-search .list ul li .time-tit .tit {
  width: 70%;
  font-size: 20px;
  color: #222222;
  font-weight: 700;
  line-height: 30px;
}
.ny-new .list ul li .new-t,
.ny-search .list ul li .new-t {
  display: flex;
  margin-top: 45px;
}
.ny-new .list ul li .new-t .tx p:nth-child(1),
.ny-search .list ul li .new-t .tx p:nth-child(1) {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-align: justify;
}
.ny-new .list ul li .new-t .tx p:nth-child(2),
.ny-search .list ul li .new-t .tx p:nth-child(2) {
  font-size: 15px;
  color: #888888;
  line-height: 30px;
  margin-top: 30px;
}
.ny-new .list ul li .new-t .tx p:nth-child(2) .iconfont,
.ny-search .list ul li .new-t .tx p:nth-child(2) .iconfont {
  font-size: 22px;
  font-weight: 200;
  position: relative;
  top: 3px;
}
.ny-search .list ul li {
  width: 100%;
}
.ny-about {
  margin-top: 85px;
}
.ny-about .s-com-tit {
  text-align: center;
}
.ny-about .s-com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
}
.ny-about .s-com-tit p:nth-child(1) img {
  margin-right: 25px;
  position: relative;
  top: -5px;
}
.ny-about .s-com-tit p:nth-child(2) {
  font-size: 16px;
  color: #bfbfbf;
  margin-top: 10px;
  text-transform: uppercase;
}
.ny-about .a-cont {
  margin-top: 100px;
  padding-bottom: 115px;
}
.ny-about .a-cont .company {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny-about .a-cont .company .name {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}
.ny-about .a-cont .company .name::after {
  content: '';
  width: 100px;
  height: 3px;
  background: #da251c;
  display: block;
  margin-top: 35px;
}
.ny-about .a-cont .company .num-list {
  display: flex;
  justify-content: space-between;
}
.ny-about .a-cont .company .num-list .item {
  margin-right: 100px;
}
.ny-about .a-cont .company .num-list .item:nth-last-child(1) {
  margin-right: 0;
}
.ny-about .a-cont .company .num-list .item p:nth-child(1) {
  font-weight: 700;
}
.ny-about .a-cont .company .num-list .item p:nth-child(1) .num {
  font-size: 40px;
  color: #da251c;
}
.ny-about .a-cont .company .num-list .item p:nth-child(1) span:nth-child(2) {
  font-size: 20px;
  color: #222222;
  position: relative;
  top: -3px;
  margin-left: 5px;
}
.ny-about .a-cont .company .num-list .item p:nth-child(2) {
  font-size: 16px;
  color: #222;
}
.ny-about .a-cont .a-desc {
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  text-indent: 2em;
}
.ny-about .a-cont .a-desc.a-desc-one {
  margin-top: 70px;
}
.ny-about .a-cont .img-list {
  display: flex;
  margin-top: 65px;
}
.ny-about .a-cont .img-list > div:nth-child(1) {
  width: 50%;
}
.ny-about .a-cont .img-list > div:nth-child(1) img {
  width: 100%;
  height: auto;
}
.ny-about .a-cont .img-list > div:nth-child(2) {
  margin-left: 15px;
  width: calc(50% - 15px);
}
.ny-about .a-cont .img-list > div:nth-child(2) img {
  width: 100%;
  height: auto;
}
.ny-about .a-cont .a-desc-two {
  margin-top: 70px;
}
.ny-about .a-cont .bbs {
  margin-top: 110px;
}
.ny-about .a-cont .bbs .tits {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny-about .a-cont .bbs .tits .tx {
  margin-left: 30px;
}
.ny-about .a-cont .bbs .tits .tx p:nth-child(1) {
  font-weight: bold;
  font-size: 26px;
  color: #000000;
}
.ny-about .a-cont .bbs .tits .tx p:nth-child(1) span {
  color: #e3251c;
}
.ny-about .a-cont .bbs .tits .tx p:nth-child(2) {
  font-size: 16px;
  color: #000000;
}
.ny-about .a-cont .bbs .b-cont {
  display: flex;
  justify-content: flex-end;
}
.ny-about .a-cont .bbs .b-cont .desc {
  width: 753px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  text-indent: 2em;
  margin-top: 55px;
}
.ny-about .culture,
.ny-about .enquitment {
  height: 795px;
  padding: 95px 0;
  box-sizing: border-box;
}
.ny-about .culture .desc,
.ny-about .enquitment .desc {
  width: 1060px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 50px;
}
.ny-about .culture .culture-swiper,
.ny-about .enquitment .culture-swiper,
.ny-about .culture .enquitment-swiper,
.ny-about .enquitment .enquitment-swiper {
  position: relative;
  margin-top: 70px;
}
.ny-about .culture .culture-swiper .btn-list,
.ny-about .enquitment .culture-swiper .btn-list,
.ny-about .culture .enquitment-swiper .btn-list,
.ny-about .enquitment .enquitment-swiper .btn-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ny-about .culture .culture-swiper .btn-list > div,
.ny-about .enquitment .culture-swiper .btn-list > div,
.ny-about .culture .enquitment-swiper .btn-list > div,
.ny-about .enquitment .enquitment-swiper .btn-list > div {
  width: 90px;
  height: 42px;
  color: #fff;
  background: #d1d1d1;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  font-weight: 200;
}
.ny-about .culture .culture-swiper .btn-list > div:hover,
.ny-about .enquitment .culture-swiper .btn-list > div:hover,
.ny-about .culture .enquitment-swiper .btn-list > div:hover,
.ny-about .enquitment .enquitment-swiper .btn-list > div:hover {
  background: #da251c;
}
.ny-about .culture .culture-swiper .btn-list > div:nth-child(1),
.ny-about .enquitment .culture-swiper .btn-list > div:nth-child(1),
.ny-about .culture .enquitment-swiper .btn-list > div:nth-child(1),
.ny-about .enquitment .enquitment-swiper .btn-list > div:nth-child(1) {
  margin-right: 20px;
  transform: rotate(180deg);
  position: relative;
  left: -108px;
}
.ny-about .culture .culture-swiper .btn-list > div:nth-child(2),
.ny-about .enquitment .culture-swiper .btn-list > div:nth-child(2),
.ny-about .culture .enquitment-swiper .btn-list > div:nth-child(2),
.ny-about .enquitment .enquitment-swiper .btn-list > div:nth-child(2) {
  position: relative;
  right: -108px;
}
.ny-about .culture .cultureSwiper,
.ny-about .enquitment .cultureSwiper,
.ny-about .culture .enquitmentSwiper,
.ny-about .enquitment .enquitmentSwiper {
  overflow: hidden;
}
.ny-about .culture .cultureSwiper ul,
.ny-about .enquitment .cultureSwiper ul,
.ny-about .culture .enquitmentSwiper ul,
.ny-about .enquitment .enquitmentSwiper ul {
  display: flex;
}
.ny-about .culture .cultureSwiper ul li,
.ny-about .enquitment .cultureSwiper ul li,
.ny-about .culture .enquitmentSwiper ul li,
.ny-about .enquitment .enquitmentSwiper ul li {
  width: calc(33% - 20px);
  border: 10px solid #fff;
  margin-right: 25px;
  box-sizing: border-box;
}
.ny-about .culture .cultureSwiper ul li .img-wrap,
.ny-about .enquitment .cultureSwiper ul li .img-wrap,
.ny-about .culture .enquitmentSwiper ul li .img-wrap,
.ny-about .enquitment .enquitmentSwiper ul li .img-wrap {
  width: 100%;
}
.ny-about .culture .cultureSwiper ul li .img-wrap .img,
.ny-about .enquitment .cultureSwiper ul li .img-wrap .img,
.ny-about .culture .enquitmentSwiper ul li .img-wrap .img,
.ny-about .enquitment .enquitmentSwiper ul li .img-wrap .img {
  width: 100%;
}
.ny-about .culture .cultureSwiper ul li .img-wrap .img::after,
.ny-about .enquitment .cultureSwiper ul li .img-wrap .img::after,
.ny-about .culture .enquitmentSwiper ul li .img-wrap .img::after,
.ny-about .enquitment .enquitmentSwiper ul li .img-wrap .img::after {
  content: '';
  display: block;
  padding-bottom: 72.2%;
}
.ny-about .culture .s-com-tit p:nth-child(1) {
  color: #fff !important;
}
.ny-about .culture .s-com-tit p:nth-child(2) {
  font-size: 16px;
  color: #bfbfbf;
}
.ny-about .enquitment {
  height: 684px;
  background: #f7f7f7;
}
.ny-about .enquitment .enquitmentSwiper ul li {
  border: none;
}
.ny-about .honor {
  margin-top: 95px;
}
.ny-about .honor .honorSwiper,
.ny-about .honor .honorSwiper2,
.ny-about .honor .honorSwiper3 {
  margin-top: 80px;
}
.ny-about .vr {
  height: 860px;
  position: relative;
}
.ny-about .vr .innder-mid {
  width: 562px;
  height: 562px;
  opacity: 0.8;
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 3vw;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ny-about .vr .innder-mid p {
  position: relative;
  z-index: 100;
  text-align: center;
}
.ny-about .vr .innder-mid p:nth-child(1) {
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
}
.ny-about .vr .innder-mid p:nth-child(2) {
  font-size: 18px;
  color: #ffffff;
  margin-top: 40px;
}
.ny-about .vr .innder-mid p:nth-child(3) {
  width: 67px;
  height: 67px;
  background: #ff0d01;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.ny-about .vr .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 35.26vw;
  height: 35.26vw;
}
.ny-about .vr .circle div.move {
  border: 1px solid #fff;
  border-radius: 50%;
  border-color: #0053a0;
}
.ny-about .vr .move-wrap {
  animation: warn 2s linear 0s infinite;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.ny-about .vr .circle div.move1 {
  transform-origin: center;
  /* 设置变换中心点为正中心 */
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 677px;
  height: 677px;
  border-color: rgba(255, 255, 255, 0.3);
}
.ny-about .vr .circle div.move2 {
  transform-origin: center;
  /* 设置变换中心点为正中心 */
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 620px;
  height: 620px;
  border-color: rgba(255, 255, 255, 0.5);
}
.ny-about .vr .circle div.move3 {
  transform-origin: center;
  /* 设置变换中心点为正中心 */
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 562px;
  height: 562px;
  border-color: rgba(255, 255, 255, 0.8);
}
.ny-about .history {
  padding-top: 120px;
  height: 970px;
}
.ny-about .history .list {
  padding: 350px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.ny-about .history .list::after {
  width: 93%;
  content: '';
  background: rgba(0, 0, 0, 0.1);
  border-radius: 26px;
  height: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ny-about .history .list ul {
  width: 100%;
  display: flex;
}
.ny-about .history .list ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ny-about .history .list ul li:nth-child(2n + 1) .dot {
  width: 72px;
  height: 72px;
  background: #e3251c;
  border-radius: 50%;
  border: 3px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  top: -8px;
  position: relative;
}
.ny-about .history .list ul li:nth-child(2n + 1) .desc {
  position: absolute;
  top: -250px;
  transform: translateX(50%);
}
.ny-about .history .list ul li:nth-child(2n + 1) .desc .year {
  font-weight: bold;
  font-size: 36px;
  color: #e3251c;
  line-height: 62px;
  padding-left: 20px;
}
.ny-about .history .list ul li:nth-child(2n + 1) .desc .conts {
  width: 240px;
  padding-left: 20px;
  position: relative;
}
.ny-about .history .list ul li:nth-child(2n + 1) .desc .conts::before {
  content: '';
  width: 1px;
  height: 161px;
  background: #434343;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.ny-about .history .list ul li:nth-child(2n + 1) .desc .conts p {
  font-size: 15px;
  color: #333333;
  margin-bottom: 26px;
  display: flex;
}
.ny-about .history .list ul li:nth-child(2n + 1) .desc .conts p span {
  display: block;
  width: 200px;
}
.ny-about .history .list ul li:nth-child(2n + 1) .desc .conts p::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #e3251c;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  top: 7px;
}
.ny-about .history .list ul li:nth-child(2n)::after {
  content: '';
  width: 1px;
  height: 161px;
  background: #434343;
  display: block;
  position: absolute;
  left: 50%;
  top: 82px;
  transform: translateX(-50%);
}
.ny-about .history .list ul li:nth-child(2n) .dot {
  width: 75px;
  height: 72px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  border: 3px solid #ffffff;
  top: -8px;
  position: relative;
}
.ny-about .history .list ul li:nth-child(2n) .desc {
  position: absolute;
  bottom: -258px;
  transform: translateX(-50%);
}
.ny-about .history .list ul li:nth-child(2n) .desc .year {
  font-weight: bold;
  font-size: 36px;
  color: #e3251c;
  line-height: 62px;
  padding-left: 20px;
  margin-top: 30px;
}
.ny-about .history .list ul li:nth-child(2n) .desc .conts {
  width: 240px;
  padding-right: 20px;
  position: relative;
}
.ny-about .history .list ul li:nth-child(2n) .desc .conts p {
  font-size: 15px;
  color: #333333;
  margin-bottom: 26px;
  display: flex;
}
.ny-about .history .list ul li:nth-child(2n) .desc .conts p span {
  display: block;
  width: 200px;
}
.ny-about .history .list ul li:nth-child(2n) .desc .conts p::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #e3251c;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  top: 7px;
}
.ny-about .history .list .btn-list {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}
.ny-about .history .list .btn-list > div {
  font-size: 25px;
  color: #878787;
  font-weight: 200;
}
.ny-about .history .list .btn-list > div.h-next {
  position: relative;
  left: 7px;
  transform: rotate(180deg);
}
.ny-about .history .list .btn-list > div.h-prev {
  position: relative;
  right: 7px;
}
.ny-page {
  margin-top: 65px;
  margin-bottom: 80px;
}
.ny-page .content {
  margin-top: 55px;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #14997e;
  display: inline;
}
.ny-contact .left-img {
  width: 66%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ny-contact .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-contact .s-com-tit {
  text-align: center;
}
.ny-contact .s-com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
}
.ny-contact .s-com-tit p:nth-child(1) img {
  margin-right: 25px;
  position: relative;
  top: -5px;
}
.ny-contact .s-com-tit p:nth-child(2) {
  font-size: 16px;
  color: #bfbfbf;
  margin-top: 10px;
}
.ny-contact .info-contact {
  height: 700px;
  position: relative;
}
.ny-contact .info-contact .ny-wrap {
  position: relative;
}
.ny-contact .info-contact .ny-wrap .right {
  position: absolute;
  right: 0;
  height: 460px;
  top: 120px;
  width: 1000px;
  background: #f8f8f8;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.ny-contact .info-contact .ny-wrap .right .left-tel {
  width: 70%;
}
.ny-contact .info-contact .ny-wrap .right .left-tel .top-list-icon {
  display: flex;
  align-items: center;
  height: 220px;
  padding-left: 90px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
}
.ny-contact .info-contact .ny-wrap .right .left-tel .top-list-icon .item {
  display: flex;
  align-items: center;
}
.ny-contact
  .info-contact
  .ny-wrap
  .right
  .left-tel
  .top-list-icon
  .item:nth-child(1) {
  margin-right: 100px;
}
.ny-contact .info-contact .ny-wrap .right .left-tel .top-list-icon span {
  font-size: 18px;
  margin-left: 30px;
  line-height: 30px;
  color: #333;
}
.ny-contact .info-contact .ny-wrap .right .left-tel .top-list-icon span i {
  color: #e60000;
}
.ny-contact .info-contact .ny-wrap .right .left-tel .address {
  padding-left: 90px;
  margin-top: 65px;
  line-height: 30px;
}
.ny-contact .info-contact .ny-wrap .right .erwei {
  width: 280px;
  height: 330px;
  background: #da251c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ny-contact .info-contact .ny-wrap .right .erwei img {
  width: 120px;
  height: 120px;
}
.ny-contact .info-contact .ny-wrap .right .erwei .tx {
  margin-top: 20px;
}
.ny-contact .info-contact .ny-wrap .right .erwei p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
.ny-contact .message {
  margin-top: 100px;
}
.ny-contact .message .form {
  margin-top: 40px;
}
.ny-contact .message .form .item {
  display: flex;
}
.ny-contact .message .form .item .inp {
  width: calc(50% - 25px);
  height: 60px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 0 30px;
  box-sizing: border-box;
}
.ny-contact .message .form .item .inp:nth-child(2n + 1) {
  margin-right: 50px;
}
.ny-contact .message .form .item .inp:nth-child(2n) span {
  width: 45px;
}
.ny-contact .message .form .item .inp span {
  display: block;
  width: 80px;
  white-space: nowrap;
  font-size: 16px;
  color: #222222;
}
.ny-contact .message .form .item .inp span i {
  color: #dd0000;
}
.ny-contact .message .form .item .inp input {
  height: 60px;
  width: 80%;
  padding-left: 15px;
}
.ny-contact .message .form .item3 {
  width: 100%;
}
.ny-contact .message .form .item3 .inp {
  width: 100%;
  height: 155px;
  align-items: flex-start;
  padding-top: 24px;
  box-sizing: border-box;
}
.ny-contact .message .form .item3 textarea {
  height: 60px;
  height: 100%;
  background: #f7f7f7;
  margin-top: 2px;
}
.ny-contact .message .form .sub {
  width: 160px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  background: #da251c;
  font-size: 16px;
  color: #ffffff;
  margin: 60px auto 0;
}
.ny-contact .join {
  background: #f7f7f7;
  margin-top: 100px;
  padding: 80px 0;
}
.ny-contact .join .list {
  margin-top: 65px;
}
.ny-contact .join .list ul li {
  margin-top: 18px;
  cursor: pointer;
}
.ny-contact .join .list ul li:hover .left {
  font-weight: 700;
}
.ny-contact .join .list ul li:hover .iconfont {
  color: #e3251c;
}
.ny-contact .join .list ul li.expanded .cont {
  display: block;
}
.ny-contact .join .list ul li.expanded .item .left {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.ny-contact .join .list ul li.expanded .item .jian {
  display: block;
  color: #e3251c;
}
.ny-contact .join .list ul li.expanded .item .jia {
  display: none;
}
.ny-contact .join .list ul li .item {
  width: 100%;
  height: 72px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 45px;
  box-sizing: border-box;
}
.ny-contact .join .list ul li .item .iconfont {
  font-size: 30px;
  color: #a0a0a0;
}
.ny-contact .join .list ul li .item .left {
  font-size: 18px;
  color: #222222;
}
.ny-contact .join .list ul li .item .jian {
  display: none;
}
.ny-contact .join .list ul li .cont {
  padding: 30px 40px;
  background: #fff;
  display: none;
}
.common-left .nav-list {
  margin-top: 45px;
  background: #ffffff;
}
.common-left .nav-list > ul {
  display: flex;
  justify-content: center;
}
.common-left .nav-list > ul > li {
  margin-right: 20px;
}
.common-left .nav-list > ul > li {
  min-width: 175px;
  height: 49px;
  border-radius: 25px;
  padding: 0 24px;
  border: 1px solid #d7d7d7;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-right: 24px;
}
/* .common-left .nav-list > ul > li a {
} */
.common-left .title {
  /* height: 89px; */
  /* line-height: 89px; */
  font-size: 34px;
  text-align: center;
}
.common-left .title p:nth-child(2) {
  font-size: 24px;
  color: #707070;
  text-transform: uppercase;
}
.common-left .nav-list > ul > li.active {
  background: #da251c;
  color: #fff;
  border: none;
}
.common-left .nav-list > ul > li.active a {
  color: #fff;
}
.common-left .nav-list > ul > li:hover {
  background: #da251c;
  color: #fff;
  border: none;
}
.common-left .nav-list > ul > li a {
  color: #6d6d6d;
}
.common-left .nav-list > ul > li:hover a {
  color: #fff;
  border: none;
}
.common-left .nav-list > ul > li .sub {
  display: none;
}
.common-left .nav-list > ul > li .sub li {
  padding-left: 10px;
}
.common-left .nav-list > ul > li .sub a:hover {
  color: #da251c;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 7px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.paging li.active a,
.paging li:hover a {
  background: #da251c !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: #000000;
}
.paging li.next {
  transform: rotate(180deg);
  margin-left: 14px;
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.prev {
  margin-right: 14px;
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.ny-detail {
  margin-top: 80px;
  margin-bottom: 80px;
}
.ny-detail img {
  max-width: 100%;
}
.ny-detail .title {
  font-size: 28px;
  color: #222222;
  text-align: center;
  font-weight: 700;
}
.ny-detail .related {
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 40px;
  margin-top: 20px;
}
.ny-detail .cont {
  margin-top: 60px;
}
.ny-detail .other {
  margin-top: 60px;
}
.ny-detail .other li {
  line-height: 30px;
}
.ny-detail .other li:hover a {
  color: #da251c;
}
@media screen and (max-width: 1680px) {
  .wrap {
    width: 1300px;
  }
  .section-second .second-cont .left .desc {
    margin-top: 9.4vh;
  }
  .section-second .second-cont .left .num-list .item p:nth-child(1) .num {
    font-size: 30px;
  }
  .section-second .second-cont .right .top-tit .desc {
    top: 5vh;
  }
  .section-second .second-cont .left .num-list {
    margin-top: 10vh;
  }
  .section-second
    .second-cont
    .left
    .num-list
    .item
    p:nth-child(1)
    span:nth-child(2) {
    font-size: 17px;
    top: -2px;
  }
  .head .wrap .nav ul li {
    margin: 0 8px;
  }
  .head .wrap .nav ul li > a {
    font-size: 18px;
  }
  .head .wrap .logo img {
    width: 180px;
  }
  .head .wrap .right-menu .en {
    width: 110px;
  }
  .section-second .second-cont .right .r-cont .video {
    width: 70%;
    height: 41.8vh;
  }
  .section-second .second-cont .right .r-cont .cont-text {
    margin-left: 3.3vw;
  }
  .section-second .second-cont .right {
    margin-left: 45px;
  }
  .section-third .third-cont .top-swip .right {
    width: calc(calc(46.3% - 100px));
  }
  .section-five .five-cont ul li.swiper-slide-active {
    height: 365px;
  }
  .section-five .five-cont ul li.swiper-slide-active .new-t .tx p:nth-child(2) {
    margin-top: 20px;
  }
  .section-five .five-cont ul li,
  .section-five .five-cont .right-swiper {
    height: 365px;
  }
  .section-five .five-cont ul li {
    padding: 40px;
  }
  .section-five .five-cont ul li .new-t {
    margin-top: 65px;
  }
  .section-five .five-cont ul li .time-tit .tit {
    margin-top: 16px;
  }
  .section-five .five-cont ul li .new-t .tx p:nth-child(1) {
    line-height: 26px;
  }
  .section-five .five-cont .right-swiper .swiper-slide .time-tit .tit {
    margin-top: 20px;
    line-height: 32px;
  }
  .section-five .five-cont .right-swiper .swiper-slide .new-t {
    margin-top: 20px;
  }
  .section-five .five-cont ul li .time-tit .time {
    margin-top: -58px;
  }
  .section-six .sex-cont .right .bot .tel .tx p:nth-child(2) {
    font-size: 18px;
    white-space: nowrap;
  }
  .section-six .sex-cont .mid .innder-mid p:nth-child(2) {
    width: 19vw;
  }
  .ny-about .enquitment {
    height: 620px;
  }
}
@media screen and (max-width: 1550px) {
  .wrap,
  .ny-wrap {
    width: 1200px;
  }
  .section-second .second-cont .right .r-cont .video {
    height: 46.8vh;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
