* {
  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;  max-width:1720px !important; padding:0px 3%; width:94%!important;
}
.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 18px;
  position: relative;
}
.head .wrap .nav ul li:hover > a,
.head .wrap .nav ul li.on > a {
  color: #e61e28;
  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(2) .sub {
  width: 233px;
}
.head .wrap .nav ul li:nth-child(3) .sub {
  width: 233px;
}
.head .wrap .nav ul li:nth-child(4) .sub {
  width: 233px;
}
.head .wrap .nav ul li .sub > a {
  background: rgba(0, 0, 0, 0.48);
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.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: #e61e28;
}
.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; padding-bottom:15px;
}
.side-menu .tops .logo img { height:50px; padding-top:10px; }
.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: 16px;
  color: #333333;
  line-height: 30px; padding-left:15px;
}
.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: all 1000ms;
}
#fullpage .fadeinup {
  transform: translateY(40px);
  opacity: 0;
  transition: all 1000ms;
}
#fullpage .fadeinleft {
  transform: translateX(-40px);
  opacity: 0;
  transition: all 1000ms;
}
#fullpage .fadeinright {
  transform: translateX(40px);
  opacity: 0;
  transition: 1000ms;
}
#fullpage .section.current .fadeinup,
#fullpage .section.current .fadeinleft,
#fullpage .section.current .fadeinright {
  transform: none;
  opacity: 1;
  transition: all 1000ms;/*控制全部 页面 动画时长*/
  transition-delay: 100ms;  /*控制全部 页面 延时时长*/
}
.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; margin-left:20px;
}
.body-new-list .head {
  background: none;
}
.ny-banner { height:65vh;}
.ny-banner img {
  width: 100%;
  display: block;
}
.section-first {
  /*首页轮播图*/
  overflow: hidden;
}
.section-first .banner {
  position: relative;
  height: 100%;
  /*首页轮播图*/
}
.section-first .banner::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.35);
}
.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 { max-width:;}
.section-first .conts {
  position: absolute;
  left: 50%;
  top: calc(50% + 270px);
  transform: translate(-50%, -50%);
}
.section-first .conts .tx {
  text-align: center;
}
.section-first .conts .tx i { font-style:normal; font-size:42px; font-weight:400; padding-bottom:10px; font-family: Arial, Helvetica, sans-serif; letter-spacing:3px;}
.section-first .conts .tx p:nth-child(1) {
  font-weight: bold;
  font-size: 35px; letter-spacing:0px; letter-spacing:4px;
  color: #ffffff;
  white-space: nowrap;
  text-shadow: 0px 3px 0px rgba(0, 42, 83, 0);
}
.section-first .conts .tx p:nth-child(2) {
  font-size:18px;
  color: #ffffff;
  text-shadow: 0px 3px 0px rgba(0, 42, 83, 0.0);
  margin-top: 2.6vh;
}
.section-first .conts .btn-list {
  display: flex;
  justify-content: center;
}
.section-first .conts .btn-list > div {
  width: 150px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: rgba(0, 71, 157, 0);
  border-radius: 27px;
  font-size: 16px;
  border: 1px solid #ffffff;
  margin-top: 3.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: #e61e28;
  border: none;
}
.section-first .conts .btn-list > div a {
  color: #fff;
}
.section-first .conts .tx3 {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-top:15px;
  text-align:  left;
  white-space: nowrap;
}
.section-second {
  background: center / cover no-repeat;
  z-index: 10000;
}
.section-second.current .t-text {
  opacity: 1;
  transition: all 1s linear ;
  transform: translateX(0);
}
.section-second.current .list {
  opacity: 1 !important;
  transition: all 1s linear 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 #e61e28;
  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: #e61e28;
}
.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: #e61e28;
}
.section-second .second-cont .right .top-tit .desc span {
  color: #e61e28;
}
.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: #e61e28;
}
.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.45vw;
  color: #000;
  margin-top: 15px;
  white-space: nowrap; font-weight:700;
}
.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 #e61e28;
  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: 0px;
/*  padding-top:35px;*/
  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: #e61e28; display: none;
  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 3.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.section-third .third-cont .bot-swip ul li:nth-child(1){ padding-left:0px;}
.section-third .third-cont .bot-swip ul li.on .tits {
  height: 40px;
  line-height: 38px;
  background: #e61e28;
  font-weight: 700;
}
.section-third .third-cont .bot-swip ul li.on .quan {
  margin-top: 60px;
  background: #e61e28;
  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; display:none;
}
.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: 40%;
  height: 60vh;
  border: 5px solid #f4f4f4;
  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, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 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.26vw;
  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; display:none;
}
.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: 5.3vw;
  position: relative;
}
.section-four .four-cont .four-swip .right > .tit {
  font-weight: bold;
  font-size: 1.66vw;
  color: #333;
  border-left: 0.78vw solid #e61e28;
  padding-left: 20px;
}
.section-four .four-cont .four-swip .right .desc {
  font-size: 16px;
  color: #666;

  margin-top: 6vh;
  
    text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
height: 100px;
line-height: 25px; padding-right:10%;
  
  
  
  
}

.swiper-slide .tit .overflow1 { font-weight:700 !important;}
.swiper-slide-next .tit .overflow1 { font-weight:400 !important;}
.swiper-slide-prev .tit .overflow1 { font-weight:400 !important;}
.swiper-slide-active .tit .overflow1 { font-weight:400 !important;}

.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; height:45px;
}
.section-four .four-cont .four-swip .right .r-swiper ul li .tit span {
  font-size: 17px;
  color: #333;
  margin-top: 30px;
  
  text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical; text-align:center;
-webkit-line-clamp: 2;
overflow: hidden;
height: 50px;
line-height: 25px; width:100%; white-space:normal !important;
  
}
.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 #e61e28;
  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: 20vw;
}
.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; position:absolute; top:19%; left:80%;
}
.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: #e61e28;
}
.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: #e61e28;
}
.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, 108, 191, 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: #e61e28;
  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: #e61e28;
  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: 12.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: #e61e28;
  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: #e61e28;
}
.c-honor .hd ul a li.on { color:#fff;}
.c-honor .hd ul a:hover li {
  background: #e61e28;
}
.c-honor .hd ul a:hover li {color:#fff !important;}
.c-honor .hd ul li.on a {
  color: #fff;
}
.footer {
  z-index: 10000;
  background: #292929;
  padding-top: 45px;
}
.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: #e61e28;
  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: 0 3.12vw;
}
.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: #e61e28;
  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 #e61e28;
}
.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: #e61e28;
}
.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; background:url(../images/p/0.jpg) no-repeat center top; background-size:100% 100%;
  display: flex;
align-items: center;
justify-content: center; 
}
.ny-product .lists ul li .img-wrap .img img {
  max-width: 80%;
  max-height: 80%;
 
}


.ny-product .lists ul li .img-wrap .img.imgal {
  width: 100%;
  height: 100%;
  overflow: hidden; background: none;
  display: block;
align-items: center;
justify-content: center; 
}
.ny-product .lists ul li .img-wrap .img.imgal img {
  width: 100%;
  height: 100%; object-fit:cover; max-width: inherit;
  max-height: inherit;
 
}




.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 .img {
  width: 524px; height: 380px; background:url(../images/p/0.jpg) no-repeat center top; background-size:100% 100%;
  display: flex;
align-items: center;
justify-content: center; 
}


.ny-prodetail .tops .left .img img {
  max-width: 80%;
  max-height: 80%;
 
}


.ny-prodetail .tops .left .img.imgal {
  width: 524px; height: 380px; background: none;
  display: flex;
align-items: center;
justify-content: center; 
}


.ny-prodetail .tops .left .img.imgal img {
  max-width: inherit;
  max-height: inherit; width:100%; height:100%; object-fit:cover;
 
}


.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: #e61e28;
  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: #e61e28;
  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; line-height:35px; font-size:17px;
}
.ny-prodetail .bottom .bd img
{ max-width:100%; height:auto;}
.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; width:90%; margin:0px  auto; max-width:1720px;
}
.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 #e61e28;
  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: 0px;
}
.ny-service .after-sales .cont {
  display: flex;
  margin-top: 30px; justify-content: space-between;
}
.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: 52%; margin-bottom: 100px;
/*  width: calc(58.6% - 80px);
  margin-left: 0px;*/
}
.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: ;
}
.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: 50px;
  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: #e61e28;
  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: #e61e28;
}
.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: 28px;
  text-indent: ;
}
.ny-about .a-cont .a-desc.a-desc-one {
  margin-top: 70px;
}
.sss { background: url("../images/aboutbg1.png") right 60% no-repeat; background-size:80% auto;} 
.sss h3 { color: #e6202a; font-size: 19px!important; margin-bottom: 15px; font-weight: 700;
}
.ny-about .a-cont .a-desc.a-desc-one p img { width:97% !important; height:auto !important;}
.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: ;
  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: #e61e28;
}
.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: 1;
  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: #e61e28;
  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 .item3 .inp {
  margin-right: 0 !important;
}
.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: #e61e28;
  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: #e61e28;
  color: #fff;
  border: none;
}
.common-left .nav-list > ul > li.active a {
  color: #fff;
}
.common-left .nav-list > ul > li:hover {
  background: #e61e28;
  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: #e61e28;
}
.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: #e61e28 !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;line-height:35px; font-size:17px;
}
.ny-detail .cont p { display:block;}
.ny-detail .cont p img { max-width:90% !important;  width:90% !important; height:auto !important; margin:30px auto !important; display:block;

}

.ny-detail .other {
  margin-top: 60px;
}
.ny-detail .other li {
  line-height: 30px;
}
.ny-detail .other li:hover a {
  color: #e61e28;
}
@media screen and (max-width: 1680px) {
  .wrap {
    width: 1350px;
  }
  .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 15px;
  }
  .head .wrap .nav ul li > a {
    font-size: 18px;
  }
  .head .wrap .logo img {
    width: 190px;
  }
  .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: 1350px; margin: 0px auto;
  }
  .section-second .second-cont .right .r-cont .video {
    height: 46.8vh;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (min-width:1680px){
	.head .wrap .logo img {
        width: 240px;
    }
	
	
	.head .wrap .nav ul li > a { font-size:20px;}
	
	.section-seven .seven-cont {margin-top: 20.7vh;}
	.section-four .four-cont .four-swip .right .desc { padding-right:5%;}
	
	
	
		}  .banquan { width:100%; border-top:1px solid rgba(255,255,255,.2); line-height:25px; text-align: center; color: rgba(255,255,255,.8); font-size:15px;  padding:20px 0px; margin-top:15px;}
		 .banquan a { color: rgba(255,255,255,.8);}
		 
		 
		 
		 
		 
		 
	.foot_img { width:100%; height:35vh; background:url(../images/ftttu.jpg) no-repeat center center; background-size:100% auto;}	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
.footer {
  font-size: 15px;
  background: #006cbf;
  color: #fff; height:100%;
}
.footer > .bd {
  align-items: stretch; display:flex; width:94%; margin:0px auto; max-width:1500px;
}
.footer > .bd .flex_item { display:flex; justify-content:space-between; }
.footer > .bd .flex_item .hd .gsmc { width:100%; font-weight:700; font-size:17px; color:#fff; line-height:40px; padding-top:30px;}
.footer > .bd .flex_item .hd .gsmc a { color:#fff; margin-bottom:10px; display:block; float: left;}
.footer > .bd .flex_item .hd .gsmc a i{ color:#fff; display:block; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:15px;}
.footer > .bd .flex_item .hd{ width:28%; border-right:1px solid rgba(255,255,255,.1);}



.footer .side {
  width: 20%;
}
.footer .ft {
  line-height: 25px;
  border-top: 1px solid rgba(100%,100%,100%,.1);
  color: rgba(255, 255, 255, 0.35);
  padding-left:0%; display:flex; text-align:center;
}
.footer .ft .flex_item { margin-top:25px;}


.footer .ft a {
  color: rgba(255, 255, 255, 0.35);
  display: inline-block;
}
.footer .ft .side {
  background: #222327;
  padding-left: 1.4rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5); width:28%; line-height:70px; height:70px;
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #e61e28;
}

.footer .hd {
  padding:35px 0px;
  border-bottom: 0px solid rgba(255,255,255,.1);
}
.footer .hd .car {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
}
.footer .hd .car:hover {
  background: #0461ac;
}
.footer .hd .car img {
  width: 0.3rem;
}
.footer .bd .side {
  border-left: 1px solid rgba(100%,100%,100%,.1); width:20%;
  padding: 10px 0px 0px 5% ;
}

.footer .bd .side .ewm { width:80px; height:auto; padding-top:10px; }

.footer .bd .side li {
  line-height:30px;
  display: flex; font-size:15px; 
 
  margin-top:;
  color: rgba(255, 255, 255, 0.5);
}
.footer .bd .side .title {
  font-size: 20px;
  font-family: "pht-bold"; margin-top:22px; font-weight:700;
}
.footer .bd .side .title::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 15px 0px;
}
.footer .bd .mapbtn {
  margin-top:30px;
  width:140px;
  height:40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12); font-size:14px;
}
.footer .bd .mapbtn:hover {
  background: #0461ac;
}
.footer .bd .mapbtn img {
  margin-right: 10px;
  width:15px;
}
.footer .in {
  display: flex;
  padding:10px 50px 50px 50px; justify-content:space-between; width:50%;
}
.footer .in .box + .box {
  margin-left: 1.6rem;
}
.swiper-pagination-bullet-active {
  background: #0461ac;
}
.footer .in ul {
  line-height: 30px;
  margin-top:25px;
}
.footer .in ul li { font-size:15px;}
.footer .in h4 {
  font-size: 17px;  line-height:50px; padding-top:10px;
}
.footer .in h4 a {
  color: #fff;
}
.footer .in h4::after {
  content: "";
  display: block;
  width:15px;
  height: 2px;
  background: #fff;
  margin-top: 0.15rem;}
  
  .flex_item {
    flex: 1;
}
		 
		 
		 
		 .section-third .third-cont .top-swip ul li a .right { width:500px; height:328px; background: url(../images/p/0.jpg) no-repeat center top; background-size:100% 100%; text-align:center;
		 
		 display: flex;
align-items: center;
justify-content: center;
		 }
		  .section-third .third-cont .top-swip ul li a .right img { max-height:80%;  max-width:80%; height:inherit !important; padding-top:inherit !important;}
		 
		 
		 
	

/*wenhua s*/
 .g_hxfw {
        height: 700px; margin-top:30px;
    }
    
    .g_hxfw h2 {
        margin-bottom: 42px;
        text-align: center;
        font-size: 26px;
    }
    
    .g_hxfw h2 b {
        color: #0a164b;
    }
    
    .g_hxfw .hxfwl {
        float: left;
        width: 100%; display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 1rem;
    }
	
	
	.g_hxfw .hxfwl.hxfwlaa{display: grid;
grid-template-columns: repeat(4, 1fr); margin-top:20px;
gap: 1rem;}
	
	
    
    .g_hxfw .hxfwl dl {
        float: left;
       
        border-top: none;
        
       
        position: relative;
        background: #fff;
        transition: all 1s ease 0s;
        border: 1px solid #eee; padding-bottom:30px;
    }
    
    .g_hxfw .hxfwl dl:hover {
        transform: translateX(-5px);
    }
    
    .g_hxfw .hxfwl dt {
        width: 299px;
        height: 258px;
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        overflow: hidden;
    }
    
    .g_hxfw .hxfwl dt img {
        width: 299px;
        height: 258px;
        display: block;
    }
    
    .g_hxfw .hxfwl dd {
        padding-top: 55px;
    }
    
    .g_hxfw .hxfwl em {
        display: block;
        width: 106px;
        height: 106px;
        margin: 0 auto 15px;
    }
    
    .g_hxfw .hxfwl em .moren {
        display: block;
        transition: all 1s ease 0s;
    }
    
    .g_hxfw .hxfwl em .hover {
        display: none;
        position: absolute;
        left: 96px;
        top: 35px;
        transition: all 1s ease 0s;
    }
    
    .g_hxfw .hxfwl dl:hover em .hover {
        display: block;
    }
    
    .g_hxfw .hxfwl dl:hover dt {
        display: block;
    }
    
    .g_hxfw .hxfwl dl:hover .hover {
        transform: rotateY(180deg);
    }
    
    .g_hxfw .hxfwl h3 {
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #2c2c2c;
        margin-bottom: 20px;
        position: relative;
        z-index: 111
    }
    
    .g_hxfw .hxfwl p {
        font-size: 16px;
        line-height: 25px;
        color: #999;
        padding: 0 15%;
        text-align: left;
        position: relative;
        z-index: 111; text-align:center;
    }
    
    .g_hxfw .hxfwl dl:hover h3 {
        color: #000;
    }
    
    .g_hxfw .hxfwl dl:hover p {
        color: #999;
    }
    
    .g_hxfw .hxfwimg {
        float: right;
        width: 298px;
        height: 518px;
        overflow: hidden;
    }
    
    .g_hxfw .hxfwimg img {
        width: 298px;
        height: 518px;
        display: block;
    }
    
    .g_hxfw2 h2 {
        margin-bottom: 42px;
        text-align: center;
        font-size: 26px;
    }
    
    .g_hxfw2 h2 b {
        color: #0a164b;
    }
    
    .gsjsl {
        width: 500px;
        float: left;
        padding-top: 25px;
    }
    
    .gsjsr {
        width: 640px;
        float: right;
        padding-top: 20px;
    }
    
    .obnpp {
        font-size: 22px;
        color: #132a90;
    }
    
    .lin {
        color: #b7b7b7;
        display: block;
        margin-top: 8px;
        font-size: 17px;
        margin-bottom: 8px;
    }
    
    .gsjsl .fwkh {
        padding-top: 15px;
        font-size: 22px;
        color: #132b8d;
        text-align: center;
        font-weight: bold;
    }
    
    .gsjsl p {
        text-indent: 0em;
    }
    
    .fwkh2 b {
        display: block;
        height: 40px;
        text-align: left;
        line-height: 40px;
        margin-top: 19px;
        border-radius: 5px;
        color: #0a164b;
        font-size: 16px;
    }
    
    .fwkh2 b a {
        color: #0a164b;
    }
    
    .fwkh2 b a:hover {
        color: #ffb102;
    }
    
    .obnpp {
        font-size: 22px;
        color: #132a90;
        padding-left: 15px;
        line-height: 35px;
        height: 35px;
    }
    
    .odi4 h2 {
        margin-bottom: 18px;
        text-align: center;
        font-size: 26px;
        padding-top: 40px;
    }
    
    .odi4 h2 a {
        color: #0a164b
    }
	.wenhua { width:100%; background:#f4f4f4; padding:100px 0px;}
	.culture-section-bottom { }
	/*wenhua e*/
	
	
	/*fanye*/

.newspage{ width: 92%;
    padding: 20px 4% 0px;
    height: auto;/* overflow: hidden;*/ display:block;
 }
 
.newspage {
width:100%;PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px;  PADDING-TOP: 20px; TEXT-ALIGN: center; margin:60px auto 0px; clear:both; height:30px
}
.newspage A { 
BORDER-RIGHT: #999 1px solid; PADDING-RIGHT:8px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 8px; BACKGROUND: #fff; PADDING-BOTTOM: 3px; FONT: 13px/22px ""; BORDER-LEFT: #999 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 3px; BORDER-BOTTOM: #999 1px solid; font-family:'Barlow-Regular',PingFang SC,'Microsoft YaHei',Arial;border-radius: 0px;
}
.newspage A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #007abf; BORDER-LEFT: #fff 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #fff 1px solid; TEXT-DECORATION: none
}
.newspage A:active {
BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BACKGROUND: #007abf; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage SPAN.current {
 PADDING-RIGHT: 8px;  PADDING-LEFT: 8px; BACKGROUND: #007abf; PADDING-BOTTOM: 3px;  COLOR: #fff; MARGIN-RIGHT: 5px; PADDING-TOP: 3px;  font-size:13px;border-radius: 0px; border:1px #007abf solid; 

}
.newspage SPAN.disabled {
BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #fff 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #fff 1px solid
}
	
	
.yeji { width:100%; }
.yeji table { width:100%; float:left;}

.yeji table tr td { line-height:25px; padding:10px; text-align:left; font-size:16px;}
.yeji table tr:nth-child(1) td { background:rgba(0,0,0,.6); color:#fff; font-size:20px; font-weight:700; line-height:40px;}
.yeji table tr:nth-child(2n) {background:rgba(0,0,0,.08);} 
.yeji table tr td:nth-child(1) { width:25%; text-align:center;}
.yeji table tr td:nth-child(2) { width:75%;}

.yeji table tr.yj_fl td { background:rgba(0,0,0,.6); color:#fff; font-size:20px; font-weight:700; line-height:40px;}




.ny-bt .s-com-tit {
  text-align: center; margin-bottom:50px;
}
.ny-bt .s-com-tit p:nth-child(1) {
  font-weight: bold;
  font-size: 36px;
}
.ny-bt .s-com-tit p:nth-child(1) img {
  margin-right: 25px;
  position: relative;
  top: -5px;
}
.ny-bt .s-com-tit p:nth-child(2) {
  font-size: 16px;
  color: #bfbfbf;
  margin-top: 10px;
  text-transform: uppercase;
}
.ny-service .shichang .nnn { width:100%; display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem; margin-bottom:100px;}
.ny-service .shichang .ny-wrap { display:inline-block;  width:100%; margin:0px;  }
.ny-service .shichang .ny-wrap .cont .left { width:100%;}
.ny-service .shichang .ny-wrap .cont .right { width:100%;}
.ny-service .shichang .ny-wrap .cont { display: block}

.ny-service .shichang .ny-wrap:nth-child(2n) .cont .left { float:left;}
.ny-service .shichang .ny-wrap:nth-child(2n) .cont .right { float:right;}

.ny-service .shichang .ny-wrap:nth-child(2n+1) .cont .left { float:right;}
.ny-service .shichang .ny-wrap:nth-child(2n+1) .cont .right { float:left;}
.ny-service .shichang .ny-wrap .cont .right .title { font-size:30px; margin-top:50px; margin-bottom:20px;}

.jiejue img { max-width:100%; height:auto; margin:25px 0px;}
.jiejue p{ line-height:35px; font-size:18px;}
.jiejue table tr td { padding:2% 5%;}

.nybazi h2{ font-size:28px; line-height:60px; padding-top:13%; width:100%; text-align:center; }
.nybazi h2 i { color:#e3251c; font-style:normal;}
.nybazi p{ font-size:17px; line-height:35px; margin-top:5px; width:100%; text-align:center; padding-bottom:10%;}





.Hnylxz{max-width:1400; background:#5e5e5e; margin:50px 5% 120px; }
.Hnylxr{width:48%; height:580px; background:#fafafa; border:1px solid #5e5e5e;border-radius:5px; float:right;}

.Hlbbt{font-size:28px; font-weight:bold; color:#FFF; margin-top:0px; padding-bottom:30px;}
.Hlxnr{font-size:16px; line-height:34px; padding-left:120px; padding-bottom:50px;  padding-top:50px; color:#333; border-bottom:1px dotted #FFF; text-align:left; padding-right:25px; box-shadow:0px 0px 5px 5px rgba(0,0,0,.1);}
.Hlxnr a{color:#333;}
.Hlxnr a:hover{color:#f9b548;}


.Hnylxz {display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem; height:auto; background: none;}
.Hnylxz .Hlxnr { background:#004ea1; }

.ny-service .after-sales .left.pcfw img { width:100%; height:auto; } 
.ny-service .after-sales .left.pcfw { height:550px;}






/*公司新闻*/
.press{ width:90%; margin:0px auto; max-width:1720px; height:auto; overflow:hidden; margin:auto; margin-top:230px; margin-bottom:140px;}
.press_list{ width:100%; height:; margin-top:110px;}
.press_list ul {display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;}
.press_list ul li{  list-style:none; }
.press_list ul li.press_list_li{ margin-right:0px;}
.press_list ul li a{ display:block; width:100%; height:;}
.press_list ul li a:hover .press_img img{-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.press_list ul li a:hover .press_tit{ color:#57aafb;-webkit-transition: all 0.4s ease-in-out;}


.press_img{ width:100%; height:340px; overflow: hidden;}
.press_img img{ width:100%; height:100%;-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition: all 0.4s ease-in;-moz-transition: all 0.4s ease-in;-o-transition: all 0.4s ease-in;-ms-transition: all 0.4s ease-in;transition: all 0.4s ease-in; object-fit:cover;}
.press_tit{ width:100%; height:60px; line-height:60px; overflow:hidden; font-size:18px; color:#3e3a39; margin:auto; margin-top:22px;}
.press_con{ width:100%; height:44px; margin:auto; font-size:14px; color:#666666; line-height:22px; overflow:hidden;}
.press_time{ width:100%; margin:auto; font-size:14px; color:#666; height:19px; margin-top:30px;}

.index_bt { width:100%; font-size:50px; color:#fff; line-height:100px; margin-top:160px; font-weight:700; text-align:center; margin-bottom:50px;}
.index_cp { width:100%; display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 1.5rem;}

.index_cp_tu { position:relative; width:100%; height:240px; text-align:center; color:#fff; border:1px solid rgba(255,255,255,.3); padding:100px 0%;   transition:all .4s;}
.index_cp_tu img { height:60px;}
.index_cp_tu h3 { width:100%; font-size:22px; margin:20px 0px; font-weight:700; }
.index_cp_tu .index_cp_tu_txt { font-size:15px; line-height:; width:80%; margin:0px auto; 

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
height: 90px;
line-height: 30px;

} 
.index_cp_tu .ggd { width:120px; line-height:35px; text-align:center; color:#e61e28; font-size:15px; margin:20px auto;  background:#fff; display:none;  transition:all .4s;  }
.index_cp_tu:before{ position:absolute; height:0px; background:rgba(230,30,40,.8); width:100%; transition:all .4s; z-index:0; bottom:0px; left:0px; content:" "; }
.index_cp_tu:hover:before { height:100%;} 
.index_cp_tu:hover { transform:scale(1.05,1.05); border:none;}
.index_cp_tu:hover .ggd { display:block;}
.index_cp_zi { position:absolute; width:100%; z-index:1;}


@media only screen and (max-width:1680px){
	
	.index_bt { margin-top:100px; font-size:45px;}
	.index_cp_tu  { height:200px; padding:70px 0px 90px;}
	.index_cp_tu .index_cp_tu_txt { font-size:14px;

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 56px;
line-height: 28px;

} 
		}
		
.index_w_news { }
.index_w_news_bt { width:100%; text-align:center; margin-top:100px;}
.index_w_news_bt h3 { font-size:35px; line-height:55px; font-weight:700; color:#333;}
.index_w_news_bt p {font-size:16px; line-height:25px; font-weight: normal; color:#999; display:none;}
.index_w_news .press_list { margin-top:30px;}
.index_w_news .press_list .press_img { height:280px;}
.index_w_more { width:120px; line-height:40px; text-align:center; color:#fff; background:#e61e28; border-radius:25px; margin:15px auto; }
.index_w_more a { color:#fff; font-weight:700; font-size:16px;}