.fullpa {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page2 {
  background: url(../images/abs-bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.page-box {
  padding-top: 90px;
}

.page4 {
  background: url(../images/probg.jpg) no-repeat;
  background-size: 100% 100%;
}

.page5 {
  background: url(../images/newsbg.jpg) bottom center no-repeat;
  background-size: 100% auto;
}

/*******************/
.syBanner {
  position: relative;
}

.syBanner .swiper-wrapper {
  width: 100%;
}

.syBanner .swiper-slide {
  height: 100vh;
}

.syBanner .swiper-slide img {
  width: 100%;
  display: block;
  height: 100%;
}

.syBanner .banner-page {
  z-index: 5;
  position: absolute;
  bottom: 90px !important;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.syBanner .banner-page .swiper-pagination-bullet {
  width: 48px;
  height: 3px;
  background-color: rgba(245, 245, 245, 0.4);
  border-radius: 0;
  position: relative;
  opacity: 1;
  margin: 0 20px;
}

.syBanner .banner-page .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: page 5.7s linear forwards;
}

@keyframes page {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.mousea {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -27px;
  z-index: 3;
  width: 55px;
  height: 45px;
  background: url(../images/scro.png) center no-repeat;
  animation: updown 2s infinite linear;
}

@keyframes updown {
  0% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(5px);
  }
}

/*****/
.index-abs {
  padding-bottom: 150px;
  height: 100%;
  position: relative;
}

.tbh3 {
  color: #282828;
  font-size: 16px;
  line-height: 32px;
}

.abs-right {
  width: 730px;
}

.abs-tit .tbh1 {
  font-size: 50px;
  color: #c30d23;
  line-height: 56px;

}

.abs-tit .tbh2 {
  text-transform: uppercase;
  color: #6e6e6e;
  font-size: 30px;
}

/*****************/
.abs-bom {
  position: absolute;
  bottom: 50px;
  display: flex;
  justify-content: space-between;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 36px;
  margin-top: 70px;
}

.abs-bom .item {
  font-size: 16px;
  line-height: 32px;
  color: #0b0d0c;
  text-align: center;
  min-width: 240px;
}

.abs-bom .item .h1 {
  display: flex;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #c30d23;
  justify-content: center;
}

.abs-bom .item .num {

  font-size: 40px;
  line-height: 40px;
  margin-right: 5px;
}

.abs-bom .item .num span {
  font-size: 50px;
}

/*************/
.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -44px;
  width: 88px;
  height: 88px;
  background: url(../images/video.png) no-repeat;
}

.shade-bg {
  position: fixed;
  z-index: 996;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.video-drop {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 998;
  width: 980px;
  height: 560px;
  padding-bottom: 40px;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 10px;
  display: none;
}

.section .video-drop,
.section .shade-bg {
  position: absolute;
}

.tanc-box .close9 {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  background: #000 url(../images/close9.png) center no-repeat;
  background-size: 20px auto;
  z-index: 998;
  border-radius: 100%;
  cursor: pointer;
}

.video-drop .video {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/****************************/
.index-advan {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.index-advan .item {
  width: 25%;
  height: 100%;
  text-align: center;
  position: relative;
}

.index-advan .item.adv1 {
  background: url(../images/four1.jpg) no-repeat;
  background-size: 100% 100%;
}

.index-advan .item.adv2 {
  background: url(../images/four2.jpg) no-repeat;
  background-size: 100% 100%;
}

.index-advan .item.adv3 {
  background: url(../images/four3.jpg) no-repeat;
  background-size: 100% 100%;
}

.index-advan .item.adv4 {
  background: url(../images/four4.jpg) no-repeat;
  background-size: 100% 100%;
}

.index-advan .item .adv-lay1 .tbt {
  font-size: 40px;
  color: #c30d23;
}

.index-advan .item .adv-lay1 .admore {
  width: 80px;
  height: 80px;
  background: url(../images/jt1.png) center no-repeat;
  border: 2px solid #c30d23;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 100px;
}

.index-advan .item .adv-lay2 {
  position: absolute;
  left: 0;
  top: 100%;
  background: #c30d23;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  transition: all .3s;
}

.index-advan .item:hover .adv-lay2 {
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.index-advan .item .adv-lay2 .tbh1 {
  color: #dc9095;
  font-size: 30px;
}

.index-advan .item .adv-lay2 .tbh2 {
  font-size: 40px;
  margin-top: 5px;
  position: relative;
}

.index-advan .item .adv-lay2 .tbh2::after {
  content: "";
  display: block;
  width: 115px;
  height: 4px;
  margin: 0 auto;
  margin-top: 15px;
  background: #fff;
}

.index-advan .item .adv-lay2 .tbh3 {
  color: #fff;
  margin: 30px 14px 0;
}

.white-tit .tbh1,
.white-tit .tbh2,
.white-tit .tbh3 {
  color: #fff;
}

.index-pro {
  margin-top: 100px;
  display: flex;
}

.index-pro .item {
  width: 15%;
  display: block;
  position: relative;
  height: 400px;
}

.index-pro .item-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: solid 1px #d5d6d8;
  background: rgba(255, 255, 255, .92);
  padding: 80px 30px 0;
  transition: all .3s;
}
.index-pro .item:last-child .item-box {
  border: none;
}
.index-pro .item-box .proicon {
  width: 66px;
  height: 60px;
  margin: 0 auto;
}

.index-pro .item-box .pro1 {
  background: url(../images/ss1.png) no-repeat;
}

.index-pro .item-box .pro2 {
  background: url(../images/ss2.png) no-repeat;
}

.index-pro .item-box .pro3 {
  background: url(../images/ss3.png) no-repeat;
}

.index-pro .item-box .pro4 {
  background: url(../images/ss4.png) no-repeat;
}

.index-pro .item-box .pro5 {
  background: url(../images/ss5.png) no-repeat;
}

.index-pro .item-box .pro6 {
  background: url(../images/ss6.png) no-repeat;
}

.index-pro .item-box .pro7 {
  background: url(../images/ss7.png) no-repeat;
}

.index-pro .item-box .tbt {
  color: #262626;
  font-size: 22px;
  text-align: center;
  position: relative;
  margin-top: 20px;
}

.index-pro .item-box .tbt::after {
  content: "";
  width: 42px;
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  background: #dcdcdc;
}

.index-pro .item-box .tbc {
  color: #808080;
  line-height: 28px;
  margin-top: 20px;
}

.index-pro .item-box .tbmore {
  width: 62px;
  height: 62px;
  background: #fff url(../images/jt2.png) center no-repeat;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 25px;
  display: none;
}

.index-pro .item:hover .item-box {
  background: rgba(195, 13, 35, 0.8);
  width: 120%;
  height: 448px;
  border: none;
  left: -10%;
  top: -24px;
  z-index: 2;
  color: #fff;
  padding: 60px 40px 0;
}

.index-pro .item:hover .item-box .pro1 {
  background: url(../images/ss11.png) no-repeat;
}

.index-pro .item:hover .item-box .pro2 {
  background: url(../images/ss22.png) no-repeat;
}

.index-pro .item:hover .item-box .pro3 {
  background: url(../images/ss33.png) no-repeat;
}

.index-pro .item:hover .item-box .pro4 {
  background: url(../images/ss44.png) no-repeat;
}

.index-pro .item:hover .item-box .pro5 {
  background: url(../images/ss55.png) no-repeat;
}

.index-pro .item:hover .item-box .pro6 {
  background: url(../images/ss66.png) no-repeat;
}

.index-pro .item:hover .item-box .pro7 {
  background: url(../images/ss77.png) no-repeat;
}

.index-pro .item:hover .item-box .tbt,
.index-pro .item:hover .item-box .tbt::after,
.index-pro .item:hover .item-box .tbc {
  color: #fff;
}

.index-pro .item:hover .item-box .tbmore {
  display: block;
}

/*******************/
.news-list9 {
  width: 1150px;
  overflow: hidden;
}

.newslist {
  width: 1140px;
  margin-left: 5px;
}

.newslist .swiper-slide {
  display: block;
  position: relative;
  padding: 30px;
  height: 600px;
  transition: all .3s;
  margin: 10px 0px 0;
  border-right: 1px solid #dcdcdc;
}

.newslist .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  background: #c30d23;
  transition: all .3s;
}

.newslist .swiper-slide .pic {
  width: 320px;
  height: 180px;
  margin-top: 20px;
  overflow: hidden;
}

.newslist .swiper-slide .pic img {
  transition: all .3s;
  width: 100%;
  height: 100%;
  display: block;
}

.newslist .swiper-slide .date {
  color: #9f9f9f;
  font-size: 20px;
}

.newslist .swiper-slide .date em {
  font-size: 36px;
  margin-right: 6px;
  color: #222;
}

.newslist .swiper-slide .tbh1 {
  color: #222222;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 10px;
  display: block;
}

.newslist .swiper-slide .tbh2 {
  color: #969696;
  font-size: 16px;
  line-height: 24px;
}

.newslist .swiper-slide .tbmore {

  width: 62px;
  height: 62px;
  background: #c30d23 url(../images/jt11.png) center no-repeat;
  border-radius: 100%;
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-5px);
  transition: all .3s;
  display: block;
}

.newslist .swiper-slide:hover .tbmore {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*************/
.newslist .swiper-slide:hover {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.newslist .swiper-slide:hover::before {
  width: 100%;
}

.newslist .swiper-slide:hover .pic img {
  transform: scale(1.05);
}

/*****/
.news-tab {
  position: relative;
  margin-top: 20px;
  padding-top: 30px;
}

.news-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 8px;
  background: #c30d23;
  transition: all .3s;
}

.news-tab .item {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  display: block;
}

.news-tab .item.active,
.news-tab .item:hover {
  color: #c30d23;
}

.slide-box {
  position: relative;
  margin-top: 50px;
  height: 40px;
  width: 160px;
}

.slide-box .swiper-pagination {
  bottom: 0;
  font-size: 20px;
  color: #666;
}

.slide-box .swiper-pagination .swiper-pagination-current {
  color: #c30d23;
  font-size: 36px;
}

.slide-box .news-prev,
.slide-box .news-next {
  width: 22px;
  height: 22px;
  margin-top: -15px;
}

.slide-box .news-prev {
  background: url(../images/jr31.png) center no-repeat;
}

.slide-box .news-next {
  background: url(../images/jt3.png) center no-repeat;
}

/*********/
.tit-line {
  width: 60px;
  height: 8px;
  background: #c30d23;
  margin-top: 20px;
}

.white-tit .tit-line {
  background: #fff;
}

.honor-box {
  height: 100%;
}

.honor-left {
  width: 50%;
  height: 100%;
  padding-top: 90px;
  background: url(../images/honor1.jpg) no-repeat;
  background-size: 100%;
  position: relative;
}

.honor-right {
  width: 50%;
  height: 100%;
  padding-top: 90px;
  background: url(../images/honor2.jpg) no-repeat;
  background-size: 100%;
  position: relative;
}

.honor-lbox {
  width: 720px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/**********************/
.honor-box8 {
  width: 100%;
  height: 430px;
  position: relative;

}

.honor-box8 .certify1 {
  position: relative;
  width: 580px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
}

.certify1 .swiper-slide {
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 35px;
  width: 400px;
  height: 340px;
}

/* 增强重叠效果 */
.certify1 .swiper-slide :not(.swiper-slide-active) {
  transform: scale(.9);
  z-index: 1;
}

.certify1 .swiper-slide.swiper-slide-active {
  transform: scale(1.3);
  z-index: 10;

}

.certify1 .swiper-slide img {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  height: 280px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.certify1 .swiper-slide.swiper-slide-active img {
  width: 400px;
  height: 280px;
}

.certify1 .swiper-slide::before {}

.certify1 .swiper-slide p {
  line-height: 24px;
  padding-top: 0;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  display: none;
}

.certify1 .swiper-slide.swiper-slide-active::before {
  display: none;
}

.certify1 .swiper-slide.swiper-slide-active p {
  display: block;
}


.honor-box8 .cer-prev4,
.honor-box8 .cer-next4 {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: all .3s;
  margin-top: -50px;
  transition: all .3s;
}

.honor-box8 .cer-prev4 {


  background: url(../images/jt41.png) center no-repeat;
  left: 20px;
}


.honor-box8 .cer-next4 {

  background: url(../images/jt4.png) center no-repeat;
  right: 20px;
}

.honor-box8 .cer-prev4:hover {
  left: 15px;
}

.honor-box8 .cer-next4:hover {
  right: 15px;
}

/*********/
.honor-rbox {
  width: 720px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.honor-box8 .certify5 {
  position: relative;
  width: 580px;
  margin: 0 auto;
  margin-top: 50px;
}

.certify5 .swiper-slide {}

.certify5 img {
  display: block;
  width: 243px;
  height: 343px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.certify5 .swiper-slide p {
  text-align: center;
  line-height: 24px;
  padding-top: 10px;
  font-size: 18px;
  text-align: center;
  color: #4a4a4a;
}

.honor-box8 .cer-prev5,
.honor-box8 .cer-next5 {
  width: 50px;
  height: 50px;
  border: 2px solid #c30d23;
  border-radius: 100%;
  transition: all .3s;
  margin-top: -50px;
  transition: all .3s;
}

.honor-box8 .cer-prev5 {


  background: url(../images/jr31.png) center no-repeat;
  left: 20px;
}


.honor-box8 .cer-next5 {

  background: url(../images/jt3.png) center no-repeat;
  right: 20px;
}

.honor-box8 .cer-prev5:hover {
  left: 15px;
}

.honor-box8 .cer-next5:hover {
  right: 15px;
}

.ml70 {
  margin-left: 70px;
}

.talk-bg {
  height: 400px;
  position: relative;
  background: url(../images/talk.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 80px;
}

#fp-nav ul li a.fpActive span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

.talk-tit {
  color: #ffffff;
}

.talk-tit .tbh1 {
  font-size: 40px;

}

.talk-tit .tbh2 {
  font-size: 18px;
}

.talk-tit .tit-line {
  margin: 0 auto;
  background: #fff;
  margin-top: 20px;

}

.talk-box {}

.talk-inp {
  width: 480px;
  padding: .75rem 1rem;
  border-radius: 5px 0 0 5px;
  display: block;
}

.talk-sub {
  display: block;
}

.brr5 {
  border-radius: 0 5px 5px 0;
}

/*****************/
/******************/
.inban {
  position: relative;
}

.inban img {
  width: 100%;
  display: block;
}

.inban .inban-tit {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  margin-top: -40px;
  line-height: 60px;
  text-align: center;
  font-size: 42px;
  color: #fff;
}

.inban-box {
  position: absolute;
  z-index: 10;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 90px;
  height: 90px;
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.inn-nav {
  display: flex;

}

.inn-nav .item {
  display: block;
  font-size: 18px;
  color: #3a3a3a;
  line-height: 90px;
  margin-left: 50px;
}

.inn-nav .item.active,
.inn-nav .item:hover {
  color: #c30d23;
  font-weight: bold;
}

.wz {
  display: flex;
  line-height: 90px;
  background: url(../images/wz.png) 0px no-repeat;
  padding-left: 26px;
  color: #6c6c6c;
  margin-right: 40px;
}

.wz a {
  color: #6c6c6c;
  padding: 0 11px 0 11px;
  display: block;
}

.wz span {
  padding: 0 11px 0 11px;
}

.wz a:last-child {
  background: none;
}

.wz a:hover,
.wz span {
  color: #ca232b;
}

/**********/
.inn-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.abs-cont {
  margin-top: 50px;
}

.abs-right5 {
  width: 774px;
  height: 445px;
  background: url(../images/abr.jpg) no-repeat;
  position: relative;
}

.abs-right5 .video-play {
  margin-top: -44px;
  margin-left: -14px;
}

.inn-absbom {
  position: relative;
  bottom: 0;
}

.inn-absbom .item {
  border-left: 1px solid #dcdcdc;
}

.inn-absbom .item:first-child {
  border-left: none
}

.abs-left {
  width: 620px;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 36px;
}

.abs-left .tbh1 {
  color: #ca232b;
  margin: 30px 0;
  font-size: 40px;
  font-weight: bold;
}

.history-bg {
  background: #f9f9f9 url(../images/his.jpg) bottom center no-repeat;
  height: 1050px;
  overflow: hidden;
  margin-top: 70px;
}

.inn-title {
  text-align: center;
  font-size: 20px;
  color: #333333;
  line-height: 36px;
}

.inn-title .tbh1 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 10px;
}

.inn-title .tbh3 {
  font-size: 18px;
  margin-top: 30px;
}

/****************/
.his-box {
  position: relative;
}

.his-swiper {
  height: 720px;
  overflow: hidden;
  margin-top: 60px;
}

.his-swiper .swiper-slide {
  min-height: 180px;
  height: auto;
  position: relative;
  margin-left: 20px;
  padding-right: 30px;
  color: #474747;
  line-height: 26px;
  padding-bottom: 20px;
}

.his-swiper .swiper-slide .date {
  font-size: 30px;
  color: #696969;
  margin-bottom: 10px;
}


.his-swiper .swiper-slide .pic {
  margin-top: 20px;
  
}

.his-swiper .swiper-slide .pic img {
  
  height: 150px;
  margin-right: 5px;
}

.his-swiper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
}

.his-swiper .swiper-slide {
  width: 700px;
  text-align: right;
  border-bottom: 1px solid #dcdcdc;
}

.his-swiper .swiper-slide::before {
  position: absolute;
  right: -10px;
  bottom: -10px;
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #dcdcdc;
  border-radius: 100%;
}

.his-swiper .swiper-slide:nth-child(2n) {
  margin-left: 720px;
  text-align: left;
  padding-left: 30px;
}

.his-swiper .swiper-slide:nth-child(2n)::before {
  right: auto;
  left: -10px;
}


.his-box .his-next {
  width: 20px;
  height: 20px;
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 50%;
  margin-left: -10px;
  background: url(../images/his-aa.png) no-repeat;

}

.abs-bb {
  margin-top: 20px;
  display: flex;
  width: 1460px;
  justify-content: space-between;
}

.abs-bb .item {
  position: relative;
}

.abs-bb .item .cur-tit {
  position: absolute;
  left: 43px;
  top: 53px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.abs-bb .item .cur-tit .tbh1 {
  font-size: 24px;
  margin-top: 23px;
  margin-bottom: 0px;
}

.abs-bb .item .cur-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}

/*************/
.pro-list7 {
  display: flex;
  flex-wrap: wrap;
}

.pro-list7 .item {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin-right: 40px;
  margin-top: 40px;
  position: relative;
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  color: #303030;
  font-size: 16px;
  line-height: 30px;
  transition: all .3s;
}

.pro-list7 .item:nth-child(2n) {
  margin-right: 0;
}

.pro-list7 .item .pic {
  width: 290px;
  height: 200px;
  overflow: hidden;
}

.pro-list7 .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .3s;
}

.pro-list7 .item .tbr {
  width: 320px;
}

.pro-list7 .item .tbt {
  color: #303030;
  font-size: 24px;
  height: 60px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.pro-list7 .item .pro-tag {
  line-height: 26px;
  display: inline-block;
  padding: 0 10px;
  background: #c30d23;
  color: #fff;
  border-radius: 5px;
}

.pro-list7 .item:hover {
  transform: translateY(-6px);
}

.pro-list7 .item:hover img {
  transform: scale(1.05);
}

/**************/
/********************/
.proinfo-box {
  padding-top: 60px;
}

.pro-ban {
  width: 620px;
  height: 430px;
  overflow: hidden;
}

.proinfo-box {
  display: flex;
  justify-content: space-between;
}

.proinfo-left {
  position: relative;
  width: 620px;
  height: 470px;
}

.pro-ban .swiper-slide {
  width: 620px;
  height: 430px;

  display: flex;
  justify-content: center;
}

.pro-ban .swiper-slide img {
  max-width: 100%;
  display: block;
  transition: all .3s;
}

.pro-ban .swiper-slide:hover img {
  transform: scale(1.1);
}

.proinfo-right .pro-prev,
.proinfo-right .pro-next {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  margin-top: 130px;
  border: 1px solid #ca232b;
}

.proinfo-right .pro-prev {
  background: url(../images/jr31.png) center no-repeat;
  left: 0px;
}

.proinfo-right .pro-next {
  background: url(../images/jt3.png) center no-repeat;
  left: 70px;
}

.proinfo-left .pro-page {
  width: 100%;
  bottom: 0px;
  display: flex;
  justify-content: center;
}

.proinfo-left .pro-page .swiper-pagination-bullet {
  position: relative;
  width: 18px;
  height: 18px;
  transition: all .3s;
  background: #fff;
  display: block;
  opacity: 1;
}

.proinfo-left .pro-page .swiper-pagination-bullet::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #808080;
  border-radius: 100%;
}

.proinfo-left .pro-page .swiper-pagination-bullet::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #000;
  border: 1px solid #ca232b;
  border-radius: 100%;
  transform: scale(0);
  transition: all .3s;
}

.proinfo-left .pro-page .swiper-pagination-bullet-active::before {
  background: #fff;
  transform: scale(1);
}

.proinfo-left .pro-page .swiper-pagination-bullet-active::after {
  background: #ca232b;
}

.proinfo-left .pro-page .swiper-pagination-bullet-active {}

/****************/
.proinfo-right {
  width: calc(100% - 670px);
  position: relative;
}

.proinfo-right .tbt {
  color: #000000;
  font-size: 40px;
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
}

.proinfo-right .tbc {
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  min-height: 128px;
  margin-top: 30px;
}

.proinfo-right .pro-tag {
  line-height: 26px;
  height: 26px;
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  background: #c30d23;
  margin-top: 10px;
  margin-left: 6px;
  color: #fff;
  border-radius: 5px;
}

/***************/
.canshu-box {
  margin-top: 60px;
  padding: 0 30px 50px;
  background: #f4f4f4;
  border-radius: 10px;
}

.canshu-tit {
  font-size: 22px;
  color: #111111;
  line-height: 90px;
  border-bottom: 1px solid #dcdcdc;
}

.canshu-box .tbc {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.canshu-box .item {
  width: 50%;
  color: #111111;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 30px;
}

/*******************/
.pro-sp {
  padding-top: 40px;
}

.pro-sp .item {
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
  margin-top: 40px;
}

.pro-sp .item img {
  width: 55%;
  display: block;
}

.pro-sp .item .tbr {
  width: 45%;
  padding: 140px 20px 0 40px;
  color: #6a6a6a;
  font-size: 16px;
  line-height: 30px;
}

.pro-sp .item .tbr .h1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #c30d23;
}

.pro-sp .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.pro-sp .item .num {
  position: absolute;
  left: 50px;
  top: 0;
  width: 95px;
  height: 95px;
  background: #c30d23;
  text-align: center;
  color: #fff;
  font-size: 42px;
  line-height: 95px;

}

/************/
.news-top {
  border: 1px solid #dcdcdc;
  padding: 40px;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.news-top .pic {
  width: 680px;
  height: 400px;
}

.news-top .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.news-top .tbr {
  width: 640px;
  color: #969696;
  font-size: 16px;
  line-height: 30px;
}

.news-top .tbt {
  color: #222222;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.news-top .tbr .date {
  margin-top: 10px;
}

.news-top .tbr .topmore {
  color: #676767;
  line-height: 28px;
  display: flex;
  margin-top: 100px;
}

.news-top .tbr .topmore em {
  display: block;
  width: 28px;
  height: 28px;
  background: #c30d23 url(../images/jt4.png) center no-repeat;
  border-radius: 100%;
  background-size: auto 14px;
  margin-left: 6px;

}

.news-list7 {}

.news-list7 {
  display: flex;
  flex-wrap: wrap;
}

.news-list7 .item {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin-right: 40px;
  margin-top: 40px;
  position: relative;
  padding: 25px;
  background: #fff;
  border: 1px solid #dcdcdc;
  color: #969696;
  font-size: 16px;
  line-height: 24px;
}

.news-list7 .item:nth-child(2n) {
  margin-right: 0;
}

.news-list7 .item .pic {
  width: 320px;
  height: 180px;
  overflow: hidden;
}

.news-list7 .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.news-list7 .item .tbr {
  width: 300px;
}

.news-list7 .item .tbt {
  color: #222;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-list7 .item .date {
  margin-top: 40px;
}

.news-list7 .item:hover img {
  transform: scale(1.05);
}

.news-list7 .item:hover .tbt {
  color: #c30d23;
}

/****************/
.newsinfo-left {
  width: 880px;
}

.tuijian-right {
  width: 500px;
}

.tuijian-tit {
  font-size: 24px;
  color: #303135;
}

.tuijian-list {}

.tuijian-list .item {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #dcdcdc;
}

.tuijian-list .item .pic {
  width: 200px;
  height: 114px;
  overflow: hidden;
}

.tuijian-list .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.tuijian-list .item .tbr {
  width: 283px;
  color: #969696;
  line-height: 24px;
}

.tuijian-list .item .tbr .tbt {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
}

.tuijian-list .item .tbr .date {
  margin-top: 10px;
}

.tuijian-list .item:hover img {
  transform: scale(1.05);
}

.tuijian-list .item:hover .tbt {
  color: #c30d23;
}

/*******************/
.lx-four {
  margin-top: 100px;
}

.lx-four .item {
  width: 250px;
  text-align: center;
  color: #494949;
  line-height: 30px;
  font-size: 16px;
}

.lx-four .item .tbh2 {
  font-size: 18px;
  color: #3c3c3c;
}

.lx-four .item .iconz {
  width: 70px;
  height: 70px;
  background: #c30d23;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.map {
  width: 100%;
  margin-top: 60px;
}

#containermap {
  width: 100%;
  height: 520px;
  background-color: #eee
}

#imgDemo2 {}

#containermap .tt {
  padding: 0;
  margin: 0;
  line-height: 30px;
  font-size: 16px
}

#imgDemo2 {
  width: 280px;
  display: block;
  margin: 0 auto;
}

#containermap .add {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  color: #666;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/**************************/
.ly-lay3 {
  height: 531px;
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}

.ly-lay3 .ly-pic {
  position: absolute;
  top: 0;
  width: 710px;
  right: 50%;
}

.ly-lay3 .form-box {
  width: 730px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 0;
  padding-top: 10px;
  background: #c30d23;
  color: #fff;
}

.ly-lay3 .form-box .item {
  margin-top: 50px;
}

.ly-lay3 .sub-btn {
  margin-left: 0;
  background: #fff;
  color: #c30d23;
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.ly-lay3 .ly-tbt {
  font-size: 40px;
  color: #000000;
  line-height: 44px;
}


.form-box .sh-tbl {
  width: 650px;
}

.form-box .sh-tbl .item {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.form-box .sh-tbl .item .ssitem {
  width: 305px;
}

.form-box .sh-tbl .item .ssitem .tbt {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}

.sh-inp {
  width: 100%;
  height: 50px;
  line-height: 48px;
  color: #555;
  text-align: center;
  background: #eeeeee;
  border: 1px solid #eee;
  font-size: 18px;
}

.sh-inp:focus {
  border: 1px solid #ca232b;
  background: #fff;
  box-shadow: 0 0 5px rgba(231, 33, 41, 0.5);
}

.form-box .sh-tbr {
  width: 430px;
}

.add-sel {
  width: 200px;
}

.form-box .sh-tbr .tbt {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.sh-area {
  resize: none;
  width: 100%;
  height: 175px;
  background: #eee;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  font-size: 18px;
}

.sh-area:focus {
  border: 1px solid #ca232b;
  background: #fff;
  box-shadow: 0 0 5px rgba(231, 33, 41, 0.5);
}


.file-upload {

  margin-top: 10px;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 175px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  background: #fff5f5;
  border: 1px dashed #c30d23;
}

.file-input {
  display: none;
  /* 隐藏原生输入框 */
}

.file-label {
  display: inline-block;
  padding: 45px 20px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 0;
  background: #fff5f5 url(../images/load.jpg) center no-repeat;
}

.file-label:hover {}

.file-name {
  margin-top: 20px;
  font-size: 14px;
  color: #777;
}

.sub-btn {

  display: block;
  cursor: pointer;
  width: 220px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background: #3a383b;
  transition: all .3s;
  margin: 0 auto;
  margin-top: 40px;
}

.sub-btn:hover {
  transform: translate(6px, 6px);
}

/******************/
.ly-lay6 {
  height: 620px;
}

.ly-lay6 .form-box {
  background: #fff;

}

.ly-lay6 .form-box .sh-tbl .item .ssitem .tbt {
  color: #222;
}

.ly-lay6 .form-box .item {
  margin-top: 24px;
}

.ly-lay6 .sub-btn {
  color: #fff;
  background: #c30d23;
}
/****************/
.zp-ul {
  overflow: hidden;
  margin-top: 10px;
}

.zp-li {
  overflow: hidden;
  border: 1px solid #d7d7d6;
  margin-top: 10px;
}


.zp-bom {
  padding: 20px 30px;
  border-top: 1px solid #d7d7d6;
  font-size: 14px;
  color: #878787;
  line-height: 24px;
  display: none;
  position: relative;
  background: #f5f5f5;
}

.dww {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: #ef8a14;
  top: 0px;
  left: 0px;
}

.zp-top {
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  background: #c30d23;
  color: #fff;
  margin-top: 40px;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.sp1 {
  width: 34%;
}
.sp2 {
  width: 22%;
  border-left: 1px solid #fff;

}

.zp-head {
  height: 80px;
  color: #c30d23;
  line-height: 80px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  text-align: center;
}

.zp-head .arrow {
  background: url(../images/zp-drop.png) no-repeat;
  display: inline-block;
  width: 17px;
  height: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.le_on1 {
  background: #c30d23;
  color: #fff;
}

.le_on1 .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../images/zp-drop2.png) no-repeat;
}
.close-zp {
  position: relative;
  cursor: pointer;
}
.close-zp::before {
  content: "打开详情";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.le_on1 .close-zp::before {
  content: "关闭详情";
}
/***********/
.mt80 {
  margin-top: 80px;
}



















@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}


/*************************/
.pro-title {
  padding-top: 60px;
  line-height: 80px;
  border-bottom: 2px solid #000;
  position: relative;
}

.pro-title .tbt {
  font-size: 40px;
}

.pro-title .tbr {
  display: flex;
}

.pro-title .tbr .news-prev,
.pro-title .tbr .news-next {
  position: relative;
  top: 0;
  margin: 0;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  margin-left: 20px;
  border: 2px solid #000;
}

.pro-title .tbr .news-prev {
  background: url(../images/prev2.png) center no-repeat;
  left: auto;
}

.pro-title .tbr .news-next {
  background: url(../images/next2.png) center no-repeat;
  right: auto;
}

.pro-tab {
  padding-top: 60px;
  font-size: 20px;
  line-height: 30px;

}

.pro-tab a {
  color: #000000;
  margin-right: 20px;
}

.pro-tab a:hover {
  color: #f00;
}

/***********************/


/********************************/
.air-enr {
  width: 100%;
  overflow: hidden;
}

/**************************************/
.abs-content {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
}

.abs-left {
  width: 640px;

}

.abs-left .index-title {
  justify-content: flex-start;
  padding-top: 20px;
}

.abs-left .index-title .tbt::before {
  margin-left: -60px;
}

.abs-tbc {
  font-size: 18px;
  line-height: 36px;
  color: #4a4a4a;
}

.abs-tbc .h1 {
  font-size: 24px;
  color: #000000;
  line-height: 40px;
  margin: 10px 0 10px;
}

.abs-left .abs-tbc .h1 {
  margin: 25px 0 25px;
}

.abs-btn {
  display: block;
  width: 71px;
  height: 71px;
  background: url(../images/btn1.png) no-repeat;
  margin-top: 30px;
  position: relative;
  transition: all .3s;
}

.abs-btn:hover {
  transform: translate(6px, 0);
}

/*****************/
.brand-tabs {
  width: 880px;
  display: flex;
  justify-content: center;
  border: 1px solid #c9c9c9;
  border-right: none;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}

.brand-tabs .swiper-slide {
  border-right: 1px solid #c9c9c9;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.brand-tabs .swiper-slide.swiper-slide-thumb-active {
  color: #ca232b;
}

.brand-swiper {
  padding-top: 70px;
  position: relative;
}

.brand-swiper .swiper-slide {
  height: 620px;
  position: relative;
}

.brand-swiper .swiper-slide img {
  width: 770px;
  height: 563px;
  position: absolute;
  top: 57px;
  right: 50%;
  margin-right: -15px;
  z-index: 10;
}

.brand-swiper .swiper-slide .brand-right {
  width: 840px;
  height: 563px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -110px;
  background: #f7f7f7;
  padding: 80px 130px 0 175px;
}

.brand-swiper .swiper-slide .brand-right .tbt {
  font-size: 36px;
  color: #0b0d0c;
  padding-bottom: 20px;
  line-height: 48px;
  position: relative;
  margin-bottom: 30px;
}

.brand-swiper .swiper-slide .brand-right .tbt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 4px;
  background: #000;
  border-radius: 4px;
}

.brand-swiper .swiper-slide .brand-right .tbt::after {
  content: "";
  position: absolute;
  left: 108px;
  bottom: 0;
  width: 30px;
  height: 4px;
  background: #000;
  border-radius: 4px;
}

.brand-swiper .swiper-slide .brand-right .tbc {
  font-size: 18px;
  line-height: 32px;
  height: 256px;
  overflow: hidden;
  color: #0b0d0c;
}





.swiper .btn-prev,
.swiper .btn-next {
  width: 64px !important;
  height: 64px !important;
  border: 2px solid #000;
  color: #000;
  font-size: 18px;
  border-radius: 100%;
  margin-top: 170px;
}

.swiper .btn-prev {
  background: url(../images/prev2.png) center no-repeat !important;

}

.swiper .btn-next {
  background: url(../images/next2.png) center no-repeat !important;

}

.brand-swiper .brand-prev {
  left: 50%;
  margin-left: 65px;
}

.brand-swiper .brand-next {
  right: 50%;
  margin-right: -220px;
}


.coop-tab {
  width: 880px;
  display: flex;
  justify-content: center;
  border: 1px solid #c9c9c9;
  border-right: none;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}

.coop-tab .coop-item {
  border-right: 1px solid #c9c9c9;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.coop-tab .coop-item.active {
  color: #ca232b;
}

.news8 {
  display: none;

}

.news8.active {
  display: block;
}

.contnews {
  display: flex;
  flex-wrap: wrap;
}

.contnews .item {
  display: block;
  margin-top: 60px;
  width: 570px;
  height: 380px;
  margin-right: 60px;
  position: relative;
  overflow: hidden;
}

.contnews .item:nth-child(2n) {
  margin-right: 0;
}

.contnews .item img {
  width: 100%;
  height: 100%;
  display: block;
}

.contnews .item .tbt {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 90px 15px 0;
  left: 0;
  top: -30px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  z-index: 10;
  opacity: 0;
  transition: all .3s;
}

.contnews .item:hover .tbt {
  top: 0;
  opacity: 1;
}

.contnews .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.contnews .item:hover::before {
  display: block;
}

.contnews .item .more {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 40%;
  top: 60%;
  margin-top: 10px;
  margin-left: -50px;
  opacity: 0;
  transition: all .3s;
  z-index: 10;
}

.contnews .item:hover .more {
  left: 50%;
  top: 50%;
  opacity: 1;
}

.contnews .item .more::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/tansuo.png) no-repeat;
  background-size: 100% 100%;
  animation: rotate2 10s linear infinite;
}

.contnews .item .more em {
  display: block;
  width: 100px;
  height: 80px;
  margin-top: 25px;
  padding-top: 35px;
  background: url(../images/tansuo2.png) top center no-repeat;
  background-size: 25px auto;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.more-btn {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: 220px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #000;
  text-align: center;
  font-size: 18px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: all .3s;
}

.more-btn:hover {
  color: #ca232b;
  border: 1px solid #ca232b;
  box-shadow: 0 0 5px rgba(231, 33, 41, 0.5);
  transform: translate(6px, 0);
}

/****************/

/******/

/*******/
.pro-list8 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.pro-list8 .tb-box {
  height: 620px;
}

.pro-list8 .item {
  display: block;
  width: 380px;
  margin-right: 30px;
  margin-top: 30px;
  position: relative;
}

.pro-list8 .item:nth-child(3n) {
  margin-right: 0;
}

.pro-list8 .tb-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.pro-list8 .tb-box:hover::before {
  display: block;
}

.pro-list8 img {
  height: 620px;
}

.pro-list8 .tbt {

  width: 100%;
  height: 60px;
  line-height: 40px;
  padding: 10px 0px;
  color: #000;
  font-size: 20px;
  background: #fff;
  z-index: 5;
  position: relative;
}

.pro-list8 .item .more {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 40%;
  top: 60%;
  margin-top: -90px;
  margin-left: -60px;
  opacity: 0;
  transition: all .3s;
  z-index: 5;

}

.pro-list8 .item:hover .more {
  left: 50%;
  top: 50%;
  opacity: 1;
}

.pro-list8 .item .more::before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/tansuo.png) no-repeat;
  animation: rotate2 10s linear infinite;
}

.pro-list8 .item .more em {
  display: block;
  width: 120px;
  height: 80px;
  margin-top: 25px;
  padding-top: 43px;
  background: url(../images/tansuo2.png) top center no-repeat;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

/************/

/*************/
.case-bg {
  background: #f8f9fb;
  padding: 0 0 120px 0px;
  margin-top: 80px;
  position: relative;
}

.case-bg .air-enr .newslist .tbt {
  background: none;
}

.case-nav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.case-nav .item {
  font-size: 18px;
  color: #474747;
  padding: 0 18px;
}

.case-nav .item:hover {
  color: #000;
}

.case-bg .news-prev,
.case-bg .news-next {
  position: absolute;
  top: auto;
  bottom: 30px;
  margin: 0;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  margin-left: 20px;
  border: 2px solid #000;
  transition: all .3s;
}

.case-bg .news-prev {
  background: url(../images/prev2.png) center no-repeat;
  left: 50%;
  margin-left: -80px;
}

.case-bg .news-next {
  background: url(../images/next2.png) center no-repeat;
  left: 50%;
}

.case-bg .news-prev:hover {
  transform: translate(-6px, 0);
}

.case-bg .news-next:hover {
  transform: translate(6px, 0);
}

/*************/

/****************/
.info-box {}

.abs-innbg {
  height: 400px;
  background: url(../images/abs-lay2.jpg) no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}

.abs-innbg .abs-bom {

  margin-top: 0;
}

.abs-innbg .abs-bom .item {
  color: #fff;
}

.abs-innbg .abs-bom .item .h1 {
  border-bottom: 1px solid #fff;
}

.abs-innbg .abs-bom .item .num {
  color: #fff;
}

.abs-cul {
  margin-top: 80px;
  height: 848px;
  background: url(../images/abs-cul.jpg) top center no-repeat;
}

.white-title .tbt {
  color: #fff;
}

.white-title .tbt::before {
  background: #fff;
}

.white-tbc .h1,
.white-tbc {
  color: #fff;
}

.cul-box {
  width: 1200px;
  height: 480px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 40px;
}

.cul-box4 {
  display: flex;
  padding-top: 60px;
}

.cul-box4 .item {
  width: 25%;
  display: block;
  position: relative;
  height: 180px;
  border-right: 1px solid #000;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.cul-box4 .item:last-child {
  border: none;
}

.cul-box4 .item img {
  position: relative;
  top: -10px;
}

.cul-box4 .item .h1 {
  font-size: 20px;
  margin-bottom: 10px;
}

/*****************/
.white-title .tbt {
  color: #fff;
}

.pro-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.pro-list .item {
  width: 23.5%;
  margin: 0px 2% 20px 0px
}

.pro-list .item:nth-of-type(4n) {
  margin-right: 0px
}

.pro-list .item .pro-img {
  border: 1px solid #E8E8E8;
  overflow: hidden;
  position: relative;
  height: 380px;
  display: block;
  display: flex;
  justify-content: center;
}

.pro-list .item .pro-img img {
  max-width: 100%;
  display: block;
  transition: all .3s;
}


.honor-box {}

.honor-box .con {
  height: 450px;
  overflow: hidden;
}

.honor-box .con .coop-list:nth-child(1) .swiper-slide {
  width: 280px;
  height: 450px;
  display: block;
}

.honor-box .con .coop-list:nth-child(1) .swiper-slide img {
  width: 100%;
  height: 420px;
}

.honor-box .con .coop-list:nth-child(1) .swiper-slide p {
  line-height: 30px;
}

.fw-list {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

.fw-list .item {
  width: 300px;
  height: 200px;

}

.fw-list .item.fw1,
.fw-list .item.fw3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
}

.fw-list .item.fw1 {
  background: url(../images/fw1.jpg) no-repeat;
}

.fw-list .item.fw3 {
  background: url(../images/fw2.jpg) no-repeat;
}

.fw-list .item.fw2 {
  background: #f4f4f4 url(../images/fw3.png) center 32px no-repeat;
  text-align: center;
  padding-top: 80px;
  font-size: 18px;
  color: #353535;
  line-height: 32px;
}

.fw-list .item.fw4 {
  background: #3a383b;
  text-align: center;
  padding-top: 35px;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
}

.fw-list .item.fw4 .fw-tel {
  font-weight: bold;
  font-family: "mynum";
  font-size: 30px;
}




.cx-soso {
  display: flex;
  justify-content: space-between;
  padding: 60px 20px;
}

.cx-inp {
  width: 640px;
  height: 80px;
  line-height: 24px;
  padding: 28px 20px;
  font-size: 20px;
  background: #eeeeee;
  color: #000;
}

.cx-sub {
  width: 236px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}

.cx-tbc {
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px 20px;
  color: #000;
  text-align: left;
}

/***************/
.fw-lay2 {
  margin-top: 60px;
  height: 980px;
  overflow: hidden;
  background: url(../images/fw-lay2.jpg) top center no-repeat;
  background-size: 100% 100%;
}

.form-box {
  margin-top: 60px;
  background: #fff;
  padding: 20px 35px 60px 35px;

}


.sev-form2 .sh-tbl {
  width: 690px;
}

.sev-form2 .sh-tbr {
  width: 460px;
}

.sev-form2 .sh-tbl .item .ssitem {
  width: 325px;
}

/***************/

.join-lay1 .index-title {
  justify-content: flex-start;
}

.join-lay1 .index-title .tbt::before {
  margin-left: -60px;
}

.join-tab {
  display: flex;
  margin-top: 20px;
}

.join-tab .join-item {
  font-size: 24px;
  margin-right: 60px;
  color: #000;
}

.join-tab .join-item.active {
  color: #ca232b;
}

.join-box1 {
  display: none;
  width: 1388px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}

.join-box1.active {
  display: flex;
}

.join-box1 .lay-left {
  width: 694px;
  padding: 80px 75px 95px 75px;
  background: #f6f6f6;
  border-radius: 10px;
}

.join-box1 .lay-left .item {
  padding-left: 30px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 25px;
  background: url(../images/jionitem.png) 2px 10px no-repeat;
}

.join-box1 .lay-right {
  position: relative;
  width: 694px;
  top: -80px;
}

.join-lay21 {
  display: block;
  width: 100%;
  margin-top: 60px;
}

/*******************/

.sev-tab {
  width: 1333px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  display: flex;
}

.sev-tab::before {
  content: "";
  left: 66px;
  top: 0;
  position: absolute;
  width: 1200px;
  border-top: 1px dashed #000;
}

.sev-tab .sev-item {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  font-size: 18px;
  line-height: 36px;
  position: relative;
}

.sev-tab .sev-item::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #000;
}

.sev-tab .sev-item::after {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #000;
  display: none;

}

.sev-tab .sev-item.active {
  color: #ca232b;
}

.sev-tab .sev-item.active::after {
  display: block;
}




.sev-box {
  text-align: center;
  margin-top: 40px;
  display: none;
  font-size: 16px;
  line-height: 30px;
  color: #111111;
}

.sev-box.active {
  display: block;
}

.ly-lay4 {
  margin-top: 50px;
  height: 480px;
  position: relative;
  background: url(../images/jion-lay4.jpg) top center repeat-x;
  right: 600px;

}

.ly-lay4 .map-addr {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -54px;
  display: flex;
  line-height: 48px;
  font-size: 18px;
  color: #000;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.ly-lay4 .map-addr img {
  margin-right: 10px;
}

.map-box88 {
  position: relative;
  height: 500px;

}

.map-new {
  background: #f4f4f4;
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
  width: 50%;
  padding: 70px 0 0 45px;
  color: #000;
}

.map-new .tbt1 {
  font-weight: bold;
  font-size: 30px;
}

.map-new .item {
  font-size: 18px;
  line-height: 36px;
  margin-top: 50px;

}

.map-new .item .h1 {
  font-size: 24px;
  font-weight: bold;
}













/**********************************/
.view-box {
  position: relative;
  background: url(../images/view-bg.jpg) top center no-repeat;
  height: 990px;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.view-box::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 15px;
  right: 0;
  top: 0;
  background: #f15a24;
}

.view-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  right: 0;
  bottom: 0;
  background: url(../images/view-bom.png) bottom center no-repeat;
}

.tb-vibox {

  overflow: hidden;
  margin: 0 auto;

}

.view-ban {
  margin: 0 auto;
  margin-top: 40px;

  overflow: hidden;

}

.view-box .swiper-slide {
  width: 941px;
  height: 682px;
  position: relative;
}

.view-box .swiper-slide img {
  display: block;
  height: 622px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.view-box .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 622px;
  background: rgb(0, 0, 0, .2);
  border-radius: 20px;
}

.view-box .swiper-slide .tbt {
  line-height: 60px;
  font-size: 20px;
  padding-top: 0;
  text-align: center;
  color: #313131;
  margin: 0;
  display: none;
}

.view-box .swiper-slide.swiper-slide-active::before {
  display: none;
}

.view-box .swiper-slide.swiper-slide-active .tbt {
  display: block;
}

.view-box .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

.view-box .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;

  opacity: 1;
}

.view-box .swiper-pagination-bullets .swiper-pagination-bullet-active {}

.view-box .swiper-button-prev,
.view-box .swiper-button-next {
  width: 44px;
  height: 77px;
  transition: all .3s;

  text-align: center;
  line-height: 36px;
  color: #fff;
}

.view-box .swiper-button-prev {
  background: url(../images/prev1.png) no-repeat;
  left: 50%;
  margin-left: -540px;

}


.view-box .swiper-button-next {
  background: url(../images/next1.png) no-repeat;
  right: 50%;
  margin-right: -540px;

}

.view-box .swiper-button-prev:hover {

  margin-left: -555px;
}

.view-box .swiper-button-next:hover {

  margin-right: -555px;
}

/***********************************/
.brand-box {
  background: #f3f4f8;
  height: 920px;


}

.brand-box .brand-bg {
  background: url(../images/brand-bg.jpg) 800px 110px no-repeat;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.brand-tit {
  color: #111111;
  font-size: 36px;
  line-height: 48px;
  margin-top: 160px;
}

.brand-tbc {
  color: #444444;
  font-size: 18px;
  line-height: 30px;
  max-width: 500px;
}

.brand-swp {

  width: 550px;
  position: relative;
  height: 230px;
  overflow: hidden;
  margin-top: 130px;
  padding-bottom: 60px;
}

.brand-swp .swiper-slide {
  height: 100px;
  padding-top: 10px;
}

.brand-swp .swiper-slide .pic {
  width: 260px;
  height: 72px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  background: #fff;
}

.brand-swp .swiper-slide img {}

.swiper-scrollbar {
  background: #000;
}

.swp-box {
  position: relative;
}

.swp-box .swiper-pagination-fraction {
  left: 490px;
  width: auto;
  bottom: -32px;
  font-size: 18px;
  background: #f3f4f8;
  display: block;
  height: 50px;
  z-index: 99;
  padding: 0 10px;
}

.swp-box .swiper-pagination-current {
  color: #f15a24;
}

.swp-box .swiper-scrollbar-drag {
  background: #f15a24;
}

/***************/
.liuyan-box {
  width: 440px;

  position: absolute;
  right: 30px;
  top: 460px;
  border-radius: 10px;
  padding: 0 25px 30px 25px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.liuyan-box .tbt {
  font-size: 24px;
  color: #f15a24;
  height: 72px;
  line-height: 72px;
  border-bottom: 1px solid #dcdcdc;
}

.liuyan-box .tbc {
  color: #444444;
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
}

.liuyan-box .tbc p {
  padding: 12px 0;
}

.tbt-btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #f15a24;
  margin-top: 20px;
  font-size: 18px;
}






















/***************************/
.abs-box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.absl {
  width: 40%;
}

.abs-box .abs-left {
  width: 55%;
}

.abs-box .abs-left .tbt {
  margin-top: 10px;
}

.abs-box .abs-bom {
  width: 666px;
  margin-top: 40px;
}

.abs-info {
  color: #4b4b4b;
  font-size: 16px;
  line-height: 36px;
  margin-top: 40px;
}

.brand-inn {
  background: #f3f4f8;
  margin-top: 60px;
  padding: 80px 0;
}

.brand-inn .brlist {
  display: flex;
  flex-wrap: wrap;
}

.brand-inn .brlist .img {
  width: 22.75%;
  margin-right: 3%;
  background: #fff;
  display: flex;
  justify-content: center;
  height: 100px;
  margin-top: 3%;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.brand-inn .brlist .img img {
  max-width: 100%;
  transition: all .3s;
}

.brand-inn .brlist .img:nth-child(4n) {
  margin-right: 0;
}

.brand-inn .brlist .img:hover img {
  transform: scale(1.05);
}

/***************/
.inn-box {
  display: flex;
  justify-content: space-between;
}

.inn-left {
  width: 22%;
  background: #fff;
  margin-top: 35px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 18px 18px 60px;
  margin-bottom: 60px;
}

.inn-left .tbt {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  font-size: 22px;
  font-weight: bold;
}

.inn-left .tbt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 90px;
  height: 2px;
  background: #f15a24;
}

.inn-left .tbc {
  margin-top: 15px;
}

.inn-left .tbc a {
  display: block;
  padding-left: 20px;
  position: relative;
  background: #f2f6f9;
  color: #303030;
  line-height: 50px;
  height: 50px;
  margin-top: 5px;
  font-size: 16px;
  overflow: hidden;
}

.inn-left .tbc a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 0;
  background: #f15a24;
  transition: all .3s;
}

.inn-left .tbc a em {
  position: relative;
  z-index: 2;
  transition: all .3s;
}

.inn-left .tbc a:hover::before,
.inn-left .tbc a.active::before {
  width: 100%;
}

.inn-left .tbc a:hover em,
.inn-left .tbc a.active em {
  color: #fff;
  margin-left: 10px;
}

.innmain {
  min-height: calc(100vh - 516px);
}

/*****************************/
.inn-right {
  width: 75%;
  padding-bottom: 60px;
}

.enr-list {
  display: flex;
  flex-wrap: wrap;
}

.enr-list .item {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 35px;

}

.enr-list .item:nth-child(4n) {
  margin-right: 0;
}

.enr-list .item .pic {
  display: flex;
  justify-content: center;
}

.enr-list .item img {
  max-width: 100%;
  display: block;
}

.enr-list .item h1 {
  color: #353535;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}


.inn-right .pro-list {
  margin-top: 0;
}

.right-tit {
  margin-top: 30px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

/***************/
.contact-left {
  width: 30%;
  background: #e85821 url(../images/con.png) bottom center no-repeat;
  background-size: 100% auto;
  height: 460px;
  margin-top: 60px;
  padding: 70px 20px 0 35px;
  color: #ffffff;
  line-height: 24px;
}

.contact-left .tbt {
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-left .tbc p {
  padding: 10px 0;
}

.contact-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.contact-right {
  width: 67%;
  margin-top: 20px;
}

.con-form {}

.con-form .item {
  display: flex;
  width: 60%;
  border: 1px solid #dcdcdc;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}

.con-form .item .zsp {
  width: 120px;
  text-align: right;
}

.con-form .area-con {
  height: 100px;
  width: 100%;
}

.ly-area {
  resize: none;
  border: none;
  padding: 20px 0;
  line-height: 20px;
  font-size: 16px;
  color: #000;
  width: calc(100% - 110px)
}

.ly-btn {
  width: 260px;
}

























/*****************/
#lightbox * {
  box-sizing: content-box;
}

.imforwarp {
  width: 1021px;
  overflow: hidden;
  margin-top: 55px;
}

#lightbox-infoFooter {
  display: block !important;
}

#lightbox-caption-title {
  text-decoration: none !important;
  color: #000000;
  font-size: 14px;
}

#lightbox-currentNumber {
  display: none !important;
}

#lightbox-close {
  background: url("../images/close8.png") no-repeat;
  font-size: 0;
  width: 32px !important;
  transition: all 200ms ease 0s;
  -webkit-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  height: 32px;
  position: absolute;
  right: -16px;
  top: -16px;
  z-index: 9999;
  cursor: pointer;
}

#lightbox-close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

#lightbox-imageBox,
#lightbox-infoBox {
  border: #FFF 5px solid !important;
}

#lightbox-imageBox {
  overflow: visible !important;
}