.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.banner {
  width: 100%;
  height: 100vh;
}
.banner .bannerSwiper {
  width: 100%;
  height: 100%;
}
.banner .bannerSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .bannerSwiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .bannerSwiper .bannerS1 img {
  display: none;
}
.banner .bannerSwiper .title {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.28);
}
.banner .bannerSwiper .btn-prev,
.banner .bannerSwiper .btn-next {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  z-index: 2;
  text-align: center;
  color: #ecf6fb;
  background: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 40px;
  line-height: 80px;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.banner .bannerSwiper .btn-prev span,
.banner .bannerSwiper .btn-next span {
  font-size: 44px;
  display: inline-block;
  line-height: 80px;
  transform: rotate(90deg);
}
.banner .bannerSwiper .btn-prev:hover,
.banner .bannerSwiper .btn-next:hover {
  color: #b81c25;
  background: #fff;
}
.banner .bannerSwiper .btn-prev {
  left: 100px;
}
.banner .bannerSwiper .btn-prev span {
  transform: rotate(-90deg);
}
.banner .bannerSwiper .btn-next {
  right: 100px;
}
.banner .bannerSwiper .swiper-button-disabled {
  cursor: no-drop;
  background: transparent;
  color: #ecf6fb;
  opacity: 0.6;
}
.banner .bannerSwiper .swiper-button-disabled:hover {
  color: #ecf6fb;
  background: transparent;
}
.banner .bannerSwiper .swiper-pagination {
  bottom: 60px;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 17px;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #b81c25;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #b81c25;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.banner .slideCon {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 230px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: left;
}
.banner .slideCon .title br {
  display: none;
}
.banner .slideCon .btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -100px;
}
.news {
  width: 100%;
  text-align: center;
  padding: 140px 0px;
}
.news .newsCon {
  width: 100%;
  height: 512px;
  overflow: hidden;
  max-width: 1300px;
  margin: 60px auto 80px;
  position: relative;
  display: flex;
}
.news .newsCon > div {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.news .newsCon > div .swiper-pagination {
  bottom: 20px;
}
.news .newsCon > div .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 9px;
}
.news .newsCon > div .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: -3px;
  top: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #b81c25;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.news .newsCon > div .swiper-pagination .swiper-pagination-bullet-active {
  background: #b81c25;
}
.news .newsCon > div .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.news .newsCon > div .swiper {
  width: 100%;
  border-radius: 10px;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.news .newsCon > div .swiper a {
  height: 100%;
  display: inline-block;
}
.news .newsCon > div .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news .newsCon > div .swiper .slideZ {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/newsz_4d591ab8c120596cf20e.png) no-repeat bottom;
}
.news .newsCon > div .swiper .slideCon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 30px;
  color: #fff;
  text-align: left;
}
.news .newsCon > div .swiper .slideCon .time {
  font-size: 16px;
}
.news .newsCon > div .newsShowSwiper {
  z-index: 1;
}
.news .newsCon > div .newsTitList {
  width: 100%;
  display: flex;
  font-size: 20px;
  line-height: 30px;
  color: #A7A5A5;
  box-sizing: border-box;
  padding-left: 40px;
  justify-content: flex-start;
}
.news .newsCon > div .newsTitList .newsCk {
  font-size: 20px;
  color: #231F20;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.news .newsCon > div .newsTitList .newsCk:hover {
  color: #B81C25;
}
.news .newsCon > div .newsTitList .newsShow {
  color: #B81C25;
  font-weight: bold;
}
.news .newsCon > div .newsTitList div:nth-child(2n) {
  margin: 0px 40px;
}
.news .newsCon > div .newsConList {
  width: 100%;
  height: calc(100% - 30px);
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 18px;
  overflow: hidden;
}
.news .newsCon > div .newsConList > div {
  width: 100%;
  height: 100%;
  display: none;
}
.news .newsCon > div .newsConList > div .newsLi {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #acacac5e;
  padding: 24px 20px 24px 10px;
  box-sizing: border-box;
  position: relative;
}
.news .newsCon > div .newsConList > div .newsLi::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 2px;
  background: #B81C25;
  transition: all 0.5s ease;
}
.news .newsCon > div .newsConList > div .newsLi .timer {
  width: 65px;
  height: 66px;
  border-radius: 8px;
  border: 1px solid #A7A5A5;
  text-align: center;
  font-size: 12px;
  padding: 0px 12px 0;
  box-sizing: border-box;
}
.news .newsCon > div .newsConList > div .newsLi .timer .timerData {
  font-size: 26px;
  color: #b81c25;
  border-bottom: 1px solid #b81c25;
  padding-bottom: 3px;
  margin-bottom: 3px;
  line-height: 30px;
  padding-top: 4px;
}
.news .newsCon > div .newsConList > div .newsLi .newsLiCon {
  width: calc(100% - 80px);
  font-size: 18px;
  text-align: left;
}
.news .newsCon > div .newsConList > div .newsLi .newsLiCon > div {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 24px;
  text-overflow: ellipsis;
}
.news .newsCon > div .newsConList > div .newsLi .newsLiCon .liTitle {
  color: #231F20;
  font-weight: 500;
  margin-bottom: 8px;
  padding-top: 6px;
}
.news .newsCon > div .newsConList > div .newsLi .newsLiCon .licon {
  font-weight: 400;
  color: #999999;
  font-size: 16px;
}
.news .newsCon > div .newsConList > div .newsLi:hover {
  background: rgba(184, 28, 37, 0.05);
}
.news .newsCon > div .newsConList > div .newsLi:hover::before {
  width: 100%;
}
.news .newsCon > div .newsConList > div .newsLi:hover .newsLiCon .liTitle,
.news .newsCon > div .newsConList > div .newsLi:hover .newsLiCon .licon {
  color: #b81c25;
}
.news .newsCon > div .newsConList > div .liHight {
  background: rgba(184, 28, 37, 0.05);
}
.news .newsCon > div .newsConList > div .liHight::before {
  width: 100%;
}
.news .newsCon > div .newsConList > div .liHight .newsLiCon .liTitle,
.news .newsCon > div .newsConList > div .liHight .newsLiCon .licon {
  color: #b81c25;
}
.news .newsCon > div .newsConList .newsDivShow {
  display: block;
}
.news .newsCon .newsSp {
  position: relative;
}
.news .btn3 {
  margin: 0px auto;
}
.product {
  width: 100%;
  text-align: center;
  padding: 125px 0px 110px;
}
.product > .text {
  width: 100%;
  max-width: 1300px;
  margin: 50px auto 0;
  text-align: left;
  text-indent: 2em;
}
.product .productCon {
  margin: 60px auto 0px;
  width: 100%;
}
.product .productCon .productTits {
  width: 100%;
  display: none;
}
.product .productCon .productTits > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product .productCon .productTits > div > div {
  width: 144px;
  height: 146px;
  border-radius: 8px;
  color: #231F20;
  padding-top: 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.product .productCon .productTits > div > div div {
  margin-bottom: 30px;
}
.product .productCon .productTits > div .productCk {
  color: #B81C25;
  font-weight: bold;
}
.product .productCon .productConBox {
  width: 100%;
  height: 420px;
  margin-top: 40px;
  overflow: hidden;
}
.product .productCon .productConBox > div {
  width: 100%;
  height: 100%;
}
.product .productCon .productConBox .swiper-slide {
  width: 312px;
  transition: width 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  transform-origin: left;
}
.product .productCon .productConBox .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.product .productCon .productConBox .swiper-slide .slideZ {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/productz_3debc767cd136a20d666.png) no-repeat bottom;
  background-size: 100%;
  display: none;
}
.product .productCon .productConBox .swiper-slide .slideCon {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  opacity: 0;
  background-color: #b81c25;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
}
.product .productCon .productConBox .swiper-slide .slideCon .text {
  width: 100%;
  line-height: 50px;
}
.product .productCon .productConBox .swiper-slide:hover {
  width: 560px;
}
.product .productCon .productConBox .swiper-slide:hover .slideCon {
  opacity: 1;
}
.product .productCon .productConBox .swiper-slide-active {
  width: 560px;
}
.product .productCon .productConBox .swiper-slide-active .slideCon {
  opacity: 1;
}
.product .productCon .swiper-page {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  margin-top: 80px;
  position: relative;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.product .productCon .swiper-page .btn-prev,
.product .productCon .swiper-page .btn-next {
  width: 60px;
  height: 60px;
  text-align: center;
  color: #000;
  cursor: pointer;
  border-radius: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
}
.product .productCon .swiper-page .btn-prev span,
.product .productCon .swiper-page .btn-next span {
  font-size: 34px;
  display: inline-block;
  transform: rotate(90deg);
}
.product .productCon .swiper-page .btn-prev:hover,
.product .productCon .swiper-page .btn-next:hover {
  color: #fff;
  background: #b81c25;
  border: 1px solid #b81c25;
}
.product .productCon .swiper-page .btn-prev {
  margin-right: 30px;
}
.product .productCon .swiper-page .btn-prev span {
  transform: rotate(-90deg);
}
.product .productCon .swiper-page .swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.product .productCon .swiper-page .swiper-button-disabled:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.about {
  width: 100%;
  text-align: center;
  background-color: #f8f8f8;
  position: relative;
}
.about .aboutImg {
  width: 100%;
  max-width: 1920px;
  position: relative;
  margin: 0px auto;
  background: url(../images/aboutbg0_b8e8a0218b46e3036f19.png) no-repeat;
  background-size: contain;
}
.about .aboutImg img {
  width: 100%;
  display: block;
}
.about .aboutImg .imgZi {
  position: absolute;
  top: 0px;
  left: 0px;
}
.about .aboutCon {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 125px;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.about .aboutCon .title {
  width: 100%;
  height: auto;
}
.about .aboutCon .sltImg {
  width: 300px;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
  margin-bottom: 25%;
}
.about .aboutCon .sltImg img {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.history {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 125px 0px 110px;
}
.history .historyTit {
  width: 100%;
  max-width: 1300px;
  margin: 55px auto 65px;
  display: flex;
  justify-content: center;
}
.history .historyTit > div {
  padding: 0px 30px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.history .historyTit > div::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: 16px;
  background: #000;
}
.history .historyTit > div:last-child::before {
  display: none;
}
.history .historyTit > div:hover {
  color: #b81c25;
}
.history .historyTit > div.active {
  color: #b81c25;
  font-weight: bold;
}
.history .historyCon {
  width: 100%;
  position: relative;
}
.history .historyCon .historySwiper {
  width: 100%;
}
.history .historyCon .historySwiper .swiper-slide {
  width: 300px;
  height: 480px;
  position: relative;
}
.history .historyCon .historySwiper .swiper-slide .hisImg {
  width: 100%;
  overflow: hidden;
}
.history .historyCon .historySwiper .swiper-slide .hisImg img {
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
  transform-origin: 50% 50%;
}
.history .historyCon .historySwiper .swiper-slide .hisImg:hover img {
  transform: scale(1.1);
}
.history .historyCon .historySwiper .swiper-slide .hisTime {
  display: none;
  font-weight: bold;
  margin-top: 25px;
  font-size: 18px;
}
.history .historyCon .historySwiper .swiper-slide .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  padding: 0px 20px;
  text-align: justify;
}
.history .historyCon .historySwiper .swiper-slide .hisBottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.history .historyCon .historySwiper .swiper-slide .hisBottom .hisLine {
  width: 310px;
  height: 1px;
  background: #999999;
  position: absolute;
  bottom: 54px;
  left: 0px;
}
.history .historyCon .historySwiper .swiper-slide .hisBottom .hisIcon {
  width: 46px;
  height: 46px;
  border: 0px solid #999999;
  border-radius: 50%;
  position: relative;
}
.history .historyCon .historySwiper .swiper-slide .hisBottom .hisIcon .cil1 {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #999999;
  top: 7px;
  left: 7px;
  border-radius: 50%;
  opacity: 0;
}
.history .historyCon .historySwiper .swiper-slide .hisBottom .hisIcon .cil2 {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #999999;
  box-sizing: border-box;
  top: 18px;
  left: 18px;
  border-radius: 50%;
}
.history .historyCon .historySwiper .swiper-slide .hisBottom .hisIcon .cil3 {
  position: absolute;
  width: 1px;
  height: 40px;
  background: #999999;
  bottom: 28px;
  left: 23px;
}
.history .historyCon .historySwiper .swiper-slide .hisBottom .hisBTime {
  width: 100%;
  font-size: 20px;
  line-height: normal;
  font-family: 'MyFont1';
  color: #000;
  margin-top: 2px;
}
.history .historyCon .historySwiper .swiper-slide:last-child .hisLine::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  position: absolute;
  top: -4px;
  right: 0px;
}
.history .historyCon .historySwiper .activeShow .text {
  color: #b81c25;
  text-align: justify;
}
.history .historyCon .historySwiper .activeShow .hisTime {
  color: #b81c25;
}
.history .historyCon .historySwiper .activeShow .hisBottom .hisIcon {
  border: 1px solid rgba(184, 28, 37, 0.3);
}
.history .historyCon .historySwiper .activeShow .hisBottom .hisIcon .cil1 {
  border: 1px solid #b81c25;
  opacity: 1;
}
.history .historyCon .historySwiper .activeShow .hisBottom .hisIcon .cil2 {
  background: #b81c25;
}
.history .historyCon .historySwiper .activeShow .hisBottom .hisBTime {
  color: #b81c25;
}
.history .historyCon .swiper-page {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  margin-top: 80px;
  position: relative;
  height: 60px;
  display: none;
  flex-direction: row;
  justify-content: flex-end;
}
.history .historyCon .swiper-page .btn-prev,
.history .historyCon .swiper-page .btn-next {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
}
.history .historyCon .swiper-page .btn-prev span,
.history .historyCon .swiper-page .btn-next span {
  font-size: 26px;
  display: inline-block;
  transform: rotate(90deg);
}
.history .historyCon .swiper-page .btn-prev:hover,
.history .historyCon .swiper-page .btn-next:hover {
  color: #fff;
  background: #b81c25;
  border: 1px solid #b81c25;
}
.history .historyCon .swiper-page .btn-prev span {
  transform: rotate(-90deg);
}
.history .historyCon .swiper-page .swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.history .historyCon .swiper-page .swiper-button-disabled:hover {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}
.corporate {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 85px 0px 0px;
}
.corporate .corporateSwiper {
  margin-top: 60px;
}
.corporate .corporateSwiper img {
  display: block;
}
.corporate .corCon {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
  z-index: 2;
  padding-bottom: 90px;
}
.corporate .corCon .corTits {
  width: 670px;
  margin: 0px auto;
  height: 60px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #999;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
.corporate .corCon .corTits div {
  font-size: 32px;
  padding: 0px 10px;
  position: relative;
  cursor: pointer;
}
.corporate .corCon .corTits div::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #B81C25;
  opacity: 0;
}
.corporate .corCon .corTits .activS {
  color: #B81C25;
  font-weight: bold;
}
.corporate .corCon .corTits .activS::before {
  opacity: 1;
}
.corporate .corCon .corTxts {
  width: 100%;
  margin-top: 20px;
  color: #fff;
  font-size: 30px;
}
.corporate .corCon .corTxts div {
  display: none;
}
.corporate .corCon .corTxts .activS {
  display: block;
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .banner .slideCon {
    padding: 180px 10px 0px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 801px) and (max-width: 1300px) {
  .banner .slideCon {
    padding: 120px 10px 0px;
    box-sizing: border-box;
  }
  .product > .text {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 800px) {
  .goTop .goTopBtn {
    background: #ffffff;
  }
  .goTop .goTopBtn .btnShow .btnIcon {
    background-color: #0056A7;
  }
  .goTop .goTopBtn:hover {
    background: #ffffff;
  }
}
.mTxt {
  display: none;
}
@media screen and (max-width: 800px) {
  .pcTxt {
    display: none;
  }
  .mTxt {
    display: block;
  }
  .banner {
    width: 100%;
    height: 100vh;
  }
  .banner .swiper {
    width: 100%;
    height: 100%;
  }
  .banner .slideCon {
    padding: 0 15px;
    padding-top: 130px;
    height: auto;
  }
  .banner .slideCon .title {
    font-size: 30px;
    line-height: 48px;
  }
  .banner .slideCon .title br {
    display: block;
  }
  .banner .btn-prev,
  .banner .btn-next {
    display: none;
  }
  .banner .bannerSwiper .bannerS1 img {
    display: block;
  }
  .banner .bannerSwiper .bannerS1 video {
    display: none;
  }
  .banner .bannerSwiper .swiper-pagination {
    display: block;
    bottom: 60px;
  }
  .banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 6px;
  }
  .banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet::before {
    left: -3px;
    top: -3px;
    width: 10px;
    height: 10px;
  }
  .news {
    padding: 110px 15px 70px;
    box-sizing: border-box;
  }
  .news .newsCon {
    margin: 35px auto 32px;
    height: auto;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .news .newsCon > div {
    width: 100%;
    height: auto;
  }
  .news .newsCon > div .swiper {
    position: relative;
    display: none;
  }
  .news .newsCon > div .swiper .slideCon {
    padding: 20px;
  }
  .news .newsCon > div .swiper .slideCon .time {
    font-size: 13px;
  }
  .news .newsCon > div .newsShowSwiper {
    display: block;
  }
  .news .newsCon > div .swiper-pagination {
    display: none;
  }
  .news .newsCon > div .newsTitList {
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
    justify-content: center;
  }
  .news .newsCon > div .newsTitList .newsCk {
    font-size: 16px;
  }
  .news .newsCon > div .newsTitList > div:nth-child(2n) {
    margin: 0px 30px;
  }
  .news .newsCon > div .newsConList {
    padding-left: 0px;
    padding-top: 0px;
    height: auto;
  }
  .news .newsCon > div .newsConList > div .newsLi .timer .timerData {
    font-weight: bold;
  }
  .news .newsCon > div .newsConList > div .newsLi .newsLiCon {
    font-size: 16px;
    padding-top: 4px;
  }
  .news .newsCon > div .newsConList > div .newsLi .newsLiCon > div {
    height: 20px;
  }
  .news .newsCon > div .newsConList > div .newsLi .newsLiCon .liTitle {
    margin-bottom: 8px;
  }
  .product {
    padding: 100px 15px;
    box-sizing: border-box;
  }
  .product > .text {
    margin: 30px auto 0;
  }
  .product .productCon {
    margin: 40px auto 0px;
  }
  .product .productCon .productTits {
    overflow-x: auto;
    display: block;
  }
  .product .productCon .productTits::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
    height: 0px;
  }
  .product .productCon .productTits::-webkit-scrollbar-thumb {
    width: 0px;
    height: 0px;
    background: #B81C25;
  }
  .product .productCon .productTits > div {
    width: 1012px;
    justify-content: flex-start;
  }
  .product .productCon .productTits > div > div {
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    position: relative;
    margin-right: 20px;
  }
  .product .productCon .productTits > div > div:last-child {
    padding-right: 0px;
    margin-right: 0px;
  }
  .product .productCon .productTits > div > div:last-child::before {
    display: none;
  }
  .product .productCon .productTits > div > div::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 4px;
    width: 1px;
    height: 13px;
    background: #999;
    transform: rotate(20deg);
  }
  .product .productCon .productTits > div > div div {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .product .productCon .productConBox {
    margin-top: 35px;
    height: auto;
  }
  .product .productCon .productConBox > div {
    height: auto;
  }
  .product .productCon .productConBox .swiper-slide {
    width: 100%;
    height: auto;
  }
  .product .productCon .productConBox .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .product .productCon .productConBox .swiper-slide .slideZ {
    display: none;
  }
  .product .productCon .productConBox .swiper-slide .slideCon {
    position: relative;
    color: #231F20;
    display: block;
    height: 30px;
    line-height: 30px;
    background: #f8f8f8;
    opacity: 1;
  }
  .product .productCon .productConBox .swiper-slide .slideCon .text {
    line-height: normal;
    line-height: 30px;
    font-size: 14px;
  }
  .product .productCon .productConBox .swiper-slide:hover {
    width: 100%;
  }
  .product .productCon .productConBox .swiper-slide:hover .slideCon {
    opacity: 1;
  }
  .product .productCon .swiper-page {
    margin-top: 40px;
    height: 40px;
    justify-content: center;
  }
  .product .productCon .swiper-page .btn-prev,
  .product .productCon .swiper-page .btn-next {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
  }
  .product .productCon .swiper-page .btn-prev span,
  .product .productCon .swiper-page .btn-next span {
    font-size: 26px;
  }
  .about {
    padding: 110px 15px;
    box-sizing: border-box;
    background: url(../images/aboutbg0m_3d1a52d7ce5458bbb3ea.png) no-repeat;
    background-size: contain;
  }
  .about .title {
    margin-bottom: 40px;
  }
  .about .aboutImg .imgZi {
    display: none;
  }
  .about .aboutCon {
    position: relative;
    height: auto;
    text-align: center;
    padding-top: 15px;
    justify-content: center;
  }
  .about .aboutCon .sltImg {
    margin: 0px auto;
    padding-top: 0px;
    border-top: 0px solid #dddddd;
  }
  .about .aboutCon .sltImg img {
    width: 150px;
    margin: 15px auto 40px;
  }
  .about .aboutCon .btn3 {
    margin: 0px auto;
  }
  .history {
    padding: 110px 15px;
    box-sizing: border-box;
  }
  .history .historyTit {
    margin: 35px auto 25px;
  }
  .history .historyTit > div {
    padding: 0px;
    width: 25%;
    font-size: 14px;
  }
  .history .historyTit > div::before {
    height: 12px;
  }
  .history .historyCon .historySwiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .history .historyCon .historySwiper .swiper-slide .hisTime {
    display: block;
    text-align: left;
    padding: 0px 20px;
  }
  .history .historyCon .historySwiper .swiper-slide .hisBottom {
    display: none;
  }
  .history .historyCon .historySwiper .swiper-slide .text {
    margin-top: 10px;
  }
  .history .historyCon .swiper-page {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    height: 40px;
  }
  .history .historyCon .swiper-page .rightDiv {
    width: 60%;
    text-align: left;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
    color: #B81C25;
    position: relative;
    font-size: 12px;
    height: 30px;
  }
  .history .historyCon .swiper-page .rightDiv .nowNum {
    margin-right: 5px;
    font-size: 15px;
    position: relative;
    top: 2px;
  }
  .history .historyCon .swiper-page .rightDiv .allNum {
    margin-left: 5px;
  }
  .history .historyCon .swiper-page .rightDiv .fillLine {
    position: absolute;
    right: 0px;
    bottom: -1px;
    width: 50%;
    height: 1px;
    background: #B81C25;
  }
  .corporate {
    padding: 0px;
  }
  .corporate .corporateSwiper {
    margin-top: 35px;
  }
  .corporate .corCon {
    position: relative;
    padding: 20px 15px 0;
    box-sizing: border-box;
  }
  .corporate .corCon .corTits {
    color: #231f20;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .corporate .corCon .corTits div {
    font-size: 16px;
    padding: 0px 0px;
  }
  .corporate .corCon .corTits .activS {
    font-weight: bold;
  }
  .corporate .corCon .corTxts {
    margin-top: 30px;
    color: #231f20;
    font-size: 16px;
  }
  .society {
    padding-bottom: 110px;
    display: flex;
    flex-direction: column-reverse;
  }
  .society .societyCon {
    position: relative;
    color: #231F20;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .society .societyCon .text {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .society .societyCon .btn {
    display: none;
  }
  .society > .btn {
    display: block;
    margin-top: 80px;
  }
}

