/*
 * @Inc: https://www.hz-xg.com/
 * @Author: fegq
 * @Descripttion: this is global style.
 * @version: v0.0.1
 * @Date: 2020-11-03 17:12:21
 * @LastEditors: fegq
 * @LastEditTime: 2021-09-06 11:08:54
 */
/*
common property
*/
/*
common methods
*/
.img {
  display: inline-block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
table {
  width: 100%;
}

.banner {
  position: relative;
  width: 100%;
  height: auto;
}
.banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.banner .banner-btns {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 1200px;
}

.banner-btns-inner {
  position: relative;
  top: -88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85px;
  height: 176px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.banner-btns-inner .banner-prev,
.banner-btns-inner .banner-next {
  position: relative;
  width: 85px;
  height: 88px;
  border-radius: 2px;
  background: white;
  cursor: pointer;
}
.banner-btns-inner .banner-prev::after,
.banner-btns-inner .banner-next::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 15px solid transparent;
}
.banner-btns-inner .banner-prev.swiper-button-disabled,
.banner-btns-inner .banner-next.swiper-button-disabled {
  cursor: no-drop;
}
.banner-btns-inner .banner-prev.swiper-button-disabled::after,
.banner-btns-inner .banner-next.swiper-button-disabled::after {
  opacity: .48;
}
.banner-btns-inner .banner-prev::after {
  top: 40%;
  border-bottom: 20px solid #f03714;
}
.banner-btns-inner .banner-next::after {
  top: 60%;
  border-top: 20px solid #f03714;
}

.about {
  padding: 75px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg.png");
}
.about .inner .about-left {
  float: left;
  width: 680px;
}
.about .inner .about-left .about-video {
  position: relative;
  width: 100%;
  height: 340px;
}
.about .inner .about-left .about-video::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  display: inline-block;
  width: 44px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icon-play.png");
}
.about .inner .about-left .about-info {
  margin: 44px 0 32px 0;
}
.about .inner .about-left .about-info h3 {
  position: relative;
  margin-bottom: 34px;
  padding-bottom: 32px;
  font-size: 28px;
  line-height: 1.1428571429;
  color: #e53111;
  letter-spacing: 1.5px;
}
.about .inner .about-left .about-info h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 4px;
  background: #999;
}
.about .inner .about-left .about-info h3 a {
  position: absolute;
  right: 0;
  bottom: 36px;
  font-size: 18px;
  font-weight: normal;
  color: #666;
  text-transform: uppercase;
}
.about .inner .about-left .about-info .about-info-des {
  max-width: 94%;
  color: #333;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.about .inner .about-left .about-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
.about .inner .about-left .about-ls li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.about .inner .about-left .about-ls li .about-ls-title {
  margin-bottom: 10px;
  color: #e53111;
  font-size: 20px;
}
.about .inner .about-left .about-ls li .about-ls-title span {
  font-size: 26px;
}
.about .inner .about-left .about-ls li .about-ls-title i {
  position: relative;
  top: -10px;
  font-style: normal;
}
.about .inner .about-left .about-ls li .about-ls-title strong {
  font-weight: normal;
}
.about .inner .about-left .about-ls li .about-ls-des {
  font-size: 18px;
  line-height: 1.8888888889;
  color: #666;
}
.about .inner .about-left .about-ls li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 58px;
  background: #c8c8c8;
}
.about .inner .about-left .about-ls li:last-child::after {
  display: none;
}
.about .inner .about-right {
  position: relative;
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 90px;
  width: 510px;
}
.about .inner .about-right .about-right-top {
  position: absolute;
  top: 90px;
  left: 0;
}
.about .inner .about-right .about-right-top small {
  font-weight: bold;
  font-size: 105px;
  color: rgba(175, 133, 91, 0.16);
}
.about .inner .about-right .about-right-top span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 36px;
  font-weight: bold;
}
.about .inner .about-right .about-right-top span i {
  color: #333;
  font-style: normal;
}
.about .inner .about-right .about-right-top span em {
  font-style: normal;
  color: #af855b;
}
.about .inner .about-right .about-right-bot {
  position: absolute;
  top: 300px;
  left: 90px;
  width: 426px;
  height: 463px;
}
.about .inner .about-right .about-right-bot img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.product .block-title {
  padding-top: 75px;
  padding-bottom: 65px;
}
.product .block-content {
  padding-top: 25px;
  padding-bottom: 95px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg2.png");
}
.product .block-content .product-nav li {
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 300px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.product .block-content .product-nav li span {
  position: relative;
  display: block;
  padding-left: 10px;
  width: auto;
  text-align: center;
  color: white;
  font-size: 20px;
  z-index: 2;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.product .block-content .product-nav li span a {
  color: white;
}
.product .block-content .product-nav li span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2.5px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  color: white;
  background: white;
}
.product .block-content .product-nav li::after {
  content: '';
  position: absolute;
  left: 45px;
  top: 45px;
  display: inline-block;
  width: 230px;
  height: 230px;
  background: rgba(255, 255, 255, 0.41);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.product .block-content .product-nav li:nth-child(2n) span {
  position: relative;
  top: 50px;
}
.product .block-content .product-nav li:nth-child(2n)::after {
  top: 95px;
}
.product .block-content .product-nav li.active::before {
  content: '';
  position: absolute;
  left: 55px;
  top: 55px;
  display: inline-block;
  width: 210px;
  height: 210px;
  background: transparent;
  border: 1px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.product .block-content .product-nav li.active::after {
  background: #bc1b29;
}
.product .block-content .product-nav li.active:nth-child(2n)::before {
  top: 105px;
}
.product .block-content .product-content {
  display: none;
  margin-top: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product .block-content .product-content .product-content-left {
  padding-top: 86px;
}
.product .block-content .product-content .product-content-left p {
  max-width: 676px;
  color: white;
}
.product .block-content .product-content .product-content-left p:nth-child(1) {
  margin-bottom: 40px;
  font-size: 56px;
}
.product .block-content .product-content .product-content-left p:nth-child(2) {
  font-size: 46px;
}
.product .block-content .product-content .product-content-left a {
  margin-top: 50px;
  display: block;
  width: 188px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: white;
  border: 2px solid white;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.product .block-content .product-content .product-content-left a:hover {
  color: #e60013;
  border: 2px solid #e60013;
}
.product .block-content .product-content .product-content-right {
  width: 451px;
  height: 380px;
}
.product .block-content .product-content .product-content-right img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.product .block-content .product-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service {
  padding: 110px 0;
}
.service .block-title {
  margin-bottom: 20px;
}
.service .block-content {
  position: relative;
}
.service .block-content .service-img {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}
.service .block-content .service-img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.service .block-content .service-bot {
  position: relative;
  width: 100%;
  height: 489px;
}
.service .block-content .service-bot .swiper-service {
  height: 100%;
}
.service .block-content .service-bot .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.service .block-content .service-bot .swiper-slide a .service-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -169.5px;
  margin-left: -365.5px;
  padding: 70px 64px;
  width: 731px;
  height: 339px;
  background: rgba(235, 235, 235, 0.81);
}
.service .block-content .service-bot .swiper-slide a .service-content .service-content-title {
  margin-bottom: 25px;
  color: #131313;
  font-size: 28px;
  line-height: 1.1428571429;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.service .block-content .service-bot .swiper-slide a .service-content .service-content-des {
  color: #242424;
  font-size: 16px;
  line-height: 2;
  max-width: 500px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.service .block-content .service-bot .banner-btns-inner {
  position: absolute;
  right: -88px;
  top: 50%;
  margin-top: -43px;
  width: 176px;
  height: 86px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.service .block-content .service-bot .banner-btns-inner .banner-prev:after {
  top: 45%;
  left: 40%;
  border-right: 20px solid #f03714;
  border-bottom: 20px solid transparent;
}
.service .block-content .service-bot .banner-btns-inner .banner-next:after {
  top: 45%;
  left: 60%;
  border-left: 20px solid #f03714;
  border-top: 20px solid transparent;
}
.service .block-content::before {
  content: '';
  position: absolute;
  left: -15%;
  top: 40%;
  display: block;
  width: 134px;
  height: 131px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icon-tone.png");
}

.case {
  padding-top: 75px;
  padding-bottom: 135px;
  background: #b00f23;
}
.case .case-title {
  margin-bottom: 40px;
  height: auto;
}
.case .case-title .case-title-left {
  float: left;
  color: white;
}
.case .case-title .case-title-left h3 {
  font-size: 36px;
}
.case .case-title .case-title-left p {
  font-size: 18px;
  line-height: 1.7777777778;
}
.case .case-title .case-title-right {
  float: right;
  width: 700px;
}
.case .case-title .case-title-right .case-nav {
  float: left;
}
.case .case-title .case-title-right .case-nav li {
  float: left;
  margin-right: 30px;
  width: 143px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  border-radius: 4px;
}
.case .case-title .case-title-right .case-nav li a {
  color: white;
  font-size: 18px;
}
.case .case-title .case-title-right .case-nav li:hover, .case .case-title .case-title-right .case-nav li.active {
  background: white;
}
.case .case-title .case-title-right .case-nav li:hover a, .case .case-title .case-title-right .case-nav li.active a {
  color: #333;
}
.case .case-title .case-title-right .case-title-more {
  float: right;
  width: auto;
  height: 62px;
  line-height: 62px;
}
.case .case-title .case-title-right .case-title-more a {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.case .case-content {
  position: relative;
  overflow: hidden;
}
.case .case-content .case-ls {
  display: none;
}
.case .case-content .case-ls li {
  margin-right: 19px;
  float: left;
}
.case .case-content .case-ls li .case-ls-img {
  width: 100%;
  height: 100%;
}
.case .case-content .case-ls li .case-ls-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.case .case-content .case-ls li .case-ls-name {
  position: absolute;
  top: 10%;
  left: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 86%;
  height: 75%;
  border: 3px solid white;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.case .case-content .case-ls li .case-ls-name span, .case .case-content .case-ls li .case-ls-name a {
  display: block;
  margin: 0 auto;
  max-width: 183px;
  width: 100%;
  text-align: center;
}
.case .case-content .case-ls li .case-ls-name span {
  margin-bottom: 10px;
  color: white;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: underline;
}
.case .case-content .case-ls li .case-ls-name a {
  height: 71px;
  line-height: 71px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.84);
  color: #bc1b29;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.case .case-content .case-ls li .case-ls-name a:hover {
  color: white;
  background: #e60013;
}
.case .case-content .case-ls li .case-item {
  position: relative;
  width: 370px;
  height: 370px;
  overflow: hidden;
}
.case .case-content .case-ls li .case-item::after {
  content: '';
  position: absolute;
  top: -100%;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.case .case-content .case-ls li .case-item:hover::after {
  top: 0;
}
.case .case-content .case-ls li .case-item:hover .case-ls-name {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 2;
}
.case .case-content .case-ls li:nth-child(1) {
  width: 422px;
  height: 644px;
}
.case .case-content .case-ls li:nth-child(1) .case-item {
  width: 100%;
  height: 100%;
}
.case .case-content .case-ls li:nth-child(2) {
  width: 370px;
}
.case .case-content .case-ls li:nth-child(2) .case-item {
  margin-bottom: 20px;
}
.case .case-content .case-ls li:nth-child(3) .case-item {
  height: 254px;
}
.case .case-content .case-ls li:nth-child(4) {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
  width: 370px;
}
.case .case-content .case-ls li:nth-child(4) .case-item {
  margin-bottom: 20px;
  height: 254px;
}
.case .case-content .case-ls li:nth-child(5) {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 0;
}
.case .case-content .case-ls.active {
  display: block;
}
.case .case-content .case-text {
  position: absolute;
  top: 92px;
  right: -140px;
  width: 64px;
  height: 475px;
  font-weight: bold;
  font-size: 73px;
  color: rgba(244, 151, 151, 0.5);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.news {
  padding-top: 70px;
  padding-bottom: 60px;
}
.news .block-title {
  position: relative;
  margin-bottom: 50px;
}
.news .block-title a {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 18px;
  color: #666;
}
.news .block-content .news-ls li {
  margin-right: 70px;
  float: left;
  width: 353px;
  height: 362px;
  border-bottom: 1px solid #c8c8c8;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.news .block-content .news-ls li a {
  display: block;
  width: 100%;
  height: 100%;
}
.news .block-content .news-ls li a .news-ls-img {
  width: 100%;
  height: 226px;
  border-radius: 4px;
  overflow: hidden;
}
.news .block-content .news-ls li a .news-ls-name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 18px;
  width: 100%;
  height: 136px;
}
.news .block-content .news-ls li a .news-ls-name h4 {
  margin-bottom: 40px;
  font-size: 18px;
  color: #333;
}
.news .block-content .news-ls li a .news-ls-name p {
  font-size: 16px;
  color: #999;
}
.news .block-content .news-ls li:last-child {
  margin-right: 0;
}
.news .block-content .news-ls li:hover {
  border-bottom: none;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.news .block-content .news-ls li:hover a .news-ls-name h4 {
  color: #e93e4d;
}

.contact .block-title {
  margin-bottom: 55px;
}
.contact .block-content {
  padding-top: 57px;
  padding-bottom: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg3.jpg");
}
.contact .block-content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .block-content .contact-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  padding-top: 20px;
}
.contact .block-content .contact-left span {
  font-size: 30px;
  line-height: 2.5666666667;
}
.contact .block-content .contact-left strong {
  font-size: 54px;
  line-height: 1.4259259259;
  font-weight: normal;
}
.contact .block-content .contact-left::before {
  content: '';
  display: block;
  width: 72px;
  height: 5px;
  border-radius: 2.5px;
  background: white;
}
.contact .block-content .contact-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 36px;
  width: 502px;
  height: 360px;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg4.png");
}
.contact .block-content .contact-right h4 {
  font-size: 20px;
  line-height: 3.4;
}
.contact .block-content .contact-right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 3;
}
.contact .block-content .contact-right p i {
  margin-right: 20px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.contact .block-content .contact-right p i.call {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icon-call.png");
  background-size: contain;
}
.contact .block-content .contact-right p i.phone {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icon-phone.png");
  background-size: contain;
}
.contact .block-content .contact-right p i.pos {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icon-pos.png");
  background-size: contain;
}

@media all and (max-width: 1400px) {
  .service .block-content .service-bot .banner-btns-inner {
    right: -20px;
  }
}
