/*
 * @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-14 18:11:39
 */
/*
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%;
}

.block-title {
  padding: 3.4375rem 0;
  text-align: center;
}
.block-title h3 {
  margin-bottom: 1.25rem;
  color: black;
  font-size: 1.75rem;
  line-height: 1.3571428571;
  font-weight: normal;
  letter-spacing: 0.125rem;
}
.block-title p {
  color: #666;
  font-size: 1.375rem;
  line-height: 1.5833333333;
  font-weight: lighter;
}

.banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.banner img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.banner .banner-text {
  position: absolute;
  top: 32%;
  right: 12%;
  width: 80.125rem;
  text-align: center;
}
.banner .banner-text h3 {
  font-size: 3.1875rem;
  color:#303030;
}
.banner .banner-text p {
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
  font-size: 1.5625rem;
  line-height: 1.52;
  color: #303030;
}
.banner .banner-text span {
  margin-left: auto;
  display: block;
  width: 12rem;
  height: 3.375rem;
  line-height: 3.375rem;
  text-align: center;
  font-size: 1.5rem;
  color: white;
  border-radius: 1.6875rem;
  border: 0.0625rem solid white;

  border: 0.0625rem solid #ea7d43;
  background: -webkit-gradient(linear, left top, right top, from(#ea7d43), to(#ea7d43));
  background: linear-gradient(to right, #ea7d43, #ea7d43);
}
.banner .banner-text span:hover {
  border: 0.0625rem solid #ea7d43;
  -webkit-box-shadow: 0 0 1.25rem #ea7d43;
          box-shadow: 0 0 1.25rem #ea7d43;
  background: -webkit-gradient(linear, left top, right top, from(#ea7d43), to(#ea7d43));
  background: linear-gradient(to right, #ea7d43, #ea7d43);
}
.banner .banner-page {
  position: absolute;
  bottom: 15%;
  right: 12%;
  width: 3.4375rem;
  height: 8.4375rem;
}
.banner .banner-page .banner-prev,
.banner .banner-page .banner-next {
  position: relative;
  width: 2.875rem;
  height: 2.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-down.png");
}
.banner .banner-page .banner-prev::after,
.banner .banner-page .banner-next::after {
  content: '';
}
.banner .banner-page .banner-prev {
  top: 1.5625rem;
  left: 0.3125rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.banner .banner-page .banner-next {
  right: -0.3125rem;
  top: 5.3125rem;
}
.banner .banner-mouse {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -29.0.3125rem;
  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: 3.0625rem;
  height: 4.625rem;
  border: 0.0625rem solid white;
  border-radius: 6.3125rem;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.banner .banner-mouse span {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: white;
  border-radius: 50%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-animation: mouse 3s ease-in-out infinite;
          animation: mouse 3s ease-in-out infinite;
}

@-webkit-keyframes mouse {
  0% {
    -webkit-transform: translateY(-1.5625rem);
            transform: translateY(-1.5625rem);
    opacity: .8;
  }
  100% {
    -webkit-transform: translateY(1.5625rem);
            transform: translateY(1.5625rem);
    opacity: 1;
  }
}

@keyframes mouse {
  0% {
    -webkit-transform: translateY(-1.5625rem);
            transform: translateY(-1.5625rem);
    opacity: .8;
  }
  100% {
    -webkit-transform: translateY(1.5625rem);
            transform: translateY(1.5625rem);
    opacity: 1;
  }
}
.scenes .block-content {
  position: relative;
  height: 40.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg15.png");
  overflow: hidden;
}
.scenes .block-content .scenes-left {
  float: left;
  width: 19.4%;
  height: 40.75rem;
}
.scenes .block-content .scenes-left .scenes-left-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.8125rem;
  height: 5.9375rem;
}
.scenes .block-content .scenes-left .scenes-left-icon span {
  display: inline-block;
  width: 1.8125rem;
  height: 1.8125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-cate.png");
}
.scenes .block-content .scenes-left .scenes-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2.8125rem;
  height: 5.625rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.22);
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.scenes .block-content .scenes-left .scenes-nav li a {
  font-size: 1.25rem;
  color: white;
}
.scenes .block-content .scenes-left .scenes-nav li i {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  border: 0.625rem solid transparent;
  border-left: 0.875rem solid white;
}
.scenes .block-content .scenes-left .scenes-nav li:hover, .scenes .block-content .scenes-left .scenes-nav li.active {
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
}
.scenes .block-content .scenes-left .scenes-nav li:hover i, .scenes .block-content .scenes-left .scenes-nav li.active i {
  left: -0.625rem;
  top: 0.3125rem;
  border-left: 0.625rem solid transparent;
  border-top: 0.875rem solid white;
}
.scenes .block-content .scenes-left .scenes-nav li:last-child {
  border-bottom: none;
}
.scenes .block-content .scenes-right {
  float: left;
  width: 80%;
}
.scenes .block-content .scenes-right .scenes-content {
  display: none;
}
.scenes .block-content .scenes-right .scenes-content.active {
  display: block;
}
.scenes .block-content .scenes-right .scenes-right-img {
  float: left;
  width: 67%;
  height: 40.75rem;
}
.scenes .block-content .scenes-right .scenes-right-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.scenes .block-content .scenes-right .scenes-right-des {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1.25rem auto;
  padding: 0.3125rem 2.5rem;
  width: 33%;
  height: 35rem;
  color: white;
  overflow-x: hidden;
  overflow-y: auto;
}
.scenes .block-content .scenes-right .scenes-right-des .scenes-des-item {
  margin-bottom: 0.625rem;
}
.scenes .block-content .scenes-right .scenes-right-des .scenes-des-item .scenes-des-title {
  margin-bottom: 0.625rem;
  display: block;
  width: 8.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 1.5rem;
  font-size: 1.125rem;
  color: white;
  border: 0.0625rem solid white;
}
.scenes .block-content .scenes-right .scenes-right-des .scenes-des-item .scenes-des-title:hover {
  background: white;
  color: #0c111c;
}
.scenes .block-content .scenes-right .scenes-right-des .scenes-des-item .scenes-des-content {
  font-size: 0.875rem;
  line-height: 2;
}
.scenes .block-content .scenes-right .scenes-right-des .scenes-des-item:last-child {
  margin-bottom: 0;
}

.industry .block-content {
  padding: 3.75rem 0 4.6875rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg4.png");
}
.industry .industry-top {
  margin-bottom: 2.5rem;
  width: 100%;
  height: 6rem;
  overflow-x: auto;
  overflow-y: hidden;
}
.industry .industry-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.industry .industry-nav a {
  margin-right: 2.5rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20.125rem;
  height: 5.3125rem;
  line-height: 5.3125rem;
  text-align: center;
  background: white;
  border-radius: 0.25rem;
  color: #3e4464;
}
.industry .industry-nav a img {
  margin-right: 2.1875rem;
  display: inline-block;
  width: 2.1875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.industry .industry-nav a img.industry-nav-img1 {
  display: none;
}
.industry .industry-nav a img.industry-nav-img2 {
  display: block;
}
.industry .industry-nav a.active, .industry .industry-nav a:hover {
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg9.png");
}
.industry .industry-nav a.active img.industry-nav-img1, .industry .industry-nav a:hover img.industry-nav-img1 {
  display: block;
}
.industry .industry-nav a.active img.industry-nav-img2, .industry .industry-nav a:hover img.industry-nav-img2 {
  display: none;
}
.industry .industry-content .industry-item {
  position: relative;
  display: none;
}
.industry .industry-content .industry-item.active {
  display: block;
}
.industry .industry-content .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.industry .industry-content .swiper-slide .industry-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4.375rem 3.125rem;
  width: 43.75rem;
  height: 29rem;
  border-radius: 0.5rem 0 0 0.5rem;
  background: white;
}
.industry .industry-content .swiper-slide .industry-left h4 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  color: #333;
}
.industry .industry-content .swiper-slide .industry-left div {
  margin-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 2;
  color: #666;
}
.industry .industry-content .swiper-slide .industry-left a {
  display: block;
  width: 7.75rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  border-radius: 0.25rem;
  font-size: 1rem;
  color: #333;
  border: 0.125rem solid rgba(51, 51, 51, 0.52);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.industry .industry-content .swiper-slide .industry-left a:hover {
  color: white;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg9.png");
}
.industry .industry-content .swiper-slide .industry-right {
  position: relative;
  right: 1.875rem;
  width: 47.625rem;
  height: 29rem;
  border-radius: 0 0.5rem 0.5rem 0;
  overflow: hidden;
}
.industry .industry-content .swiper-slide .industry-right img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.industry .industry-content .industry-page {
  position: absolute;
  bottom: 0;
  right: 0;
  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;
  width: 6.875rem;
  height: 2.875rem;
  border-radius: 0.375rem;
  background: #223b64;
  z-index: 2;
}
.industry .industry-content .industry-page div {
  position: relative;
  top: 0.625rem;
  width: 1.875rem;
  height: 1.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icon-down.png");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.industry .industry-content .industry-page div::after {
  content: '';
}
.industry .industry-content .industry-page div.swiper-button-prev {
  margin-right: 1.25rem;
}
.industry .industry-content .industry-page div.swiper-button-next {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.search .search-ls > li {
  float: left;
  margin-bottom: 3.75rem;
  margin-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48%;
  height: 13.875rem;
  background: white;
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.11);
}
.search .search-ls > li .search-ls-left {
  position: relative;
  width: 37%;
  height: 13.875rem;
}
.search .search-ls > li .search-ls-left span {
  position: absolute;
  top: -1.25rem;
  left: 0.9375rem;
  display: block;
  width: 7.5rem;
  height: 2.5625rem;
  line-height: 2.5625rem;
  background: #223b64;
  color: white;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg11.png");
}
.search .search-ls > li .search-ls-left img {
  display: block;
  width: 100%;
  height: 100%;
}
.search .search-ls > li .search-ls-right {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.search .search-ls > li .search-ls-right .search-ls-top {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem 0.625rem 1.25rem 1.5625rem;
  width: 100%;
  height: 10.5rem;
}
.search .search-ls > li .search-ls-right .search-ls-top .search-ls-con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.625rem;
  width: 100%;
  height: 5.625rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.search .search-ls > li .search-ls-right .search-ls-top .search-ls-con li a{
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.9375rem;
  height: 2.8125rem;
}
.search .search-ls > li .search-ls-right .search-ls-top .search-ls-con li b {
  display: block;
  width: 1.1875rem;
  height: 0.6875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icon-copy.png");
}
.search .search-ls > li .search-ls-right .search-ls-top .search-ls-con li .text-flow {
  display: block;
  width: 18.75rem;
  font-size: 1rem;
  color: #666;
}
.search .search-ls > li .search-ls-right .search-ls-top .search-ls-con li i {
  display: block;
  width: 1.3125rem;
  height: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icon-dl-def.png");
}
.search .search-ls > li .search-ls-right .search-ls-top .search-ls-con li:first-child b {
  width: 1.375rem;
  height: 1.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icon-hot.png");
}
.search .search-ls > li .search-ls-right .search-ls-top .search-ls-con li:hover .text-flow {
  color: black;
  text-decoration: underline;
}
.search .search-ls > li .search-ls-right .search-ls-top .search-ls-con li:hover i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icon-dl.png");
}
.search .search-ls > li .search-ls-right .search-ls-top .search-ls-more {
  font-size: 1.125rem;
  line-height: 2.1111111111;
  color: #666;
}
.search .search-ls > li .search-ls-right .search-ls-swp{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3.375rem;
  overflow: hidden;
}
.search .search-ls > li .search-ls-right .search-ls-bot {
  /*position: absolute;
  bottom: 0;
  right: 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.625rem;
  width: 100%;
  line-height: 3.375rem;
  height: 3.375rem;
  background: #eceef8;
  border-radius: 0.25rem;
  color: #333;
  font-size: 1rem;
}
.search .search-ls > li .search-ls-right .search-ls-bot span {
  display: block;
  text-align: center;
}
.search .search-ls > li .search-ls-right .search-ls-bot span i {
  display: inline-block;
  margin: 0 0.1875rem;
  color: #fa3c3c;
  font-style: normal;
}
.search .search-ls > li:nth-child(2n) {
  margin-right: 0;
}
.search .search-ls > li:nth-child(3), .search .search-ls > li:nth-child(4) {
  margin-bottom: 1.875rem;
}

.exp .block-content {
  padding-top: 5.3125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg5.png");
}
.exp .block-content .inner {
  position: relative;
  padding-bottom: 12.5rem;
}
.exp .block-content .inner .exp-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exp .block-content .inner .exp-top .exp-top-video {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  height: 23.625rem;
}
.exp .block-content .inner .exp-top .exp-top-video img {
  display: inline-block;
  width: 10.25rem;
  height: 10.25rem;
  cursor: pointer;
  -webkit-animation: videoAnima 3s linear infinite;
          animation: videoAnima 3s linear infinite;
}
.exp .block-content .inner .exp-top .exp-top-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5625rem 2.5rem;
  display: block;
  width: 38.125rem;
  height: 23.625rem;
  background: rgba(236, 236, 241, 0.78);
  border-radius: 0.25rem;
}
.exp .block-content .inner .exp-top .exp-top-box .exp-box-title {
  padding-bottom: 1.5625rem;
  color: #38406b;
  font-size: 1.75rem;
  text-align: center;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.11);
}
.exp .block-content .inner .exp-top .exp-top-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.875rem 0;
}
.exp .block-content .inner .exp-top .exp-top-box ul li {
  float: left;
  margin-bottom: 2.5rem;
  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: 33%;
  text-align: center;
}
.exp .block-content .inner .exp-top .exp-top-box ul li i {
  display: block;
  width: 2.625rem;
  height: 2.3125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.exp .block-content .inner .exp-top .exp-top-box ul li span, .exp .block-content .inner .exp-top .exp-top-box ul li strong {
  display: block;
  width: 100%;
}
.exp .block-content .inner .exp-top .exp-top-box ul li span {
  margin: 0.625rem auto;
  font-size: 1rem;
  color: #333;
}
.exp .block-content .inner .exp-top .exp-top-box ul li strong {
  font-size: 1.25rem;
  color: #3e4464;
  font-weight: 500;
}

.exp-bot {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5rem;
  width: 100%;
  height: 7rem;
  background: rgba(57, 69, 132, 0.78);
  border-radius: 0.25rem;
}
.exp-bot span {
  display: block;
  margin-right: 3.125rem;
  width: 10%;
  color: white;
  font-size: 1.5rem;
}
.exp-bot form {
  width: 88%;
}
.exp-bot form input {
  margin-right: 2.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.5625rem;
  width: 28%;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.55);
  font-size: 1.25rem;
  color: #999;
}
.exp-bot form input:focus {
  color: #333;
  background: rgba(255, 255, 255, 0.88);
  -webkit-box-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.55);
          box-shadow: 0 0 0.625rem rgba(255, 255, 255, 0.55);
}
.exp-bot form input[type="submit"] {
  margin-right: 0;
  width: 34%;
  background: rgba(234, 125, 67, 0.77);
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
}
.exp-bot form input[type="submit"]:focus, .exp-bot form input[type="submit"]:hover {
  background: #ea7d43;
  -webkit-box-shadow: 0 0 0.625rem rgba(234, 125, 67, 0.99);
          box-shadow: 0 0 0.625rem rgba(234, 125, 67, 0.99);
}

@-webkit-keyframes videoAnima {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes videoAnima {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.kitchen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg12.png");
}
.kitchen .block-content .kitchen-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kitchen .block-content .kitchen-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.35);
          box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.35);
}
.kitchen .block-content .kitchen-item .kitchen-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.8125rem;
}
.kitchen .block-content .kitchen-item .kitchen-item-top i {
  margin-right: 1.5rem;
  display: inline-block;
  width: 4.8125rem;
  height: 4.8125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kitchen .block-content .kitchen-item .kitchen-item-top span {
  font-size: 1.125rem;
  color: #333;
}
.kitchen .block-content .kitchen-item .kitchen-item-bot {
  margin-top: 1.25rem;
}
.kitchen .block-content .kitchen-item .kitchen-item-bot p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.875;
  color: #333;
}
.kitchen .block-content .kitchen-item .kitchen-item-bot img {
  display: inline-block;
  margin: 0 auto;
  width: 11.625rem;
  height: 13.625rem;
}
.kitchen .block-content .kitchen-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.3125rem;
  width: 29%;
  height: 29rem;
  border-radius: 0.25rem;
  background: white;
}
.kitchen .block-content .kitchen-mid {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 29rem;
}
.kitchen .block-content .kitchen-mid .kitchen-item {
  position: absolute;
  background: white;
}
.kitchen .block-content .kitchen-mid .kitchen-item:nth-child(1) {
  top: 0;
  left: 0;
  margin-bottom: 0.375rem;
  height: 13.25rem;
}
.kitchen .block-content .kitchen-mid .kitchen-item:nth-child(2), .kitchen .block-content .kitchen-mid .kitchen-item:nth-child(3) {
  bottom: 0;
  width: 49.4%;
  height: 15.5rem;
}
.kitchen .block-content .kitchen-mid .kitchen-item:nth-child(2) {
  margin-right: 0.375rem;
  left: 0;
  width: 49.7%;
}
.kitchen .block-content .kitchen-mid .kitchen-item:nth-child(3) {
  right: 0;
}
.kitchen .block-content .kitchen-right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0.75rem;
  padding: 3.125rem 2.5rem;
  width: 28%;
  height: 29rem;
  border-radius: 0.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg13.png");
}
.kitchen .block-content .kitchen-right h4 {
  margin-bottom: 2.375rem;
  font-size: 1.875rem;
  color: #333;
  font-weight: normal;
}
.kitchen .block-content .kitchen-right form {
  margin: 0 auto;
  width: 100%;
}
.kitchen .block-content .kitchen-right form input,
.kitchen .block-content .kitchen-right form select {
  margin-bottom: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.25rem;
  width: 100%;
  height: 3.5625rem;
  line-height: 3.5625rem;
  color: rgba(87, 87, 87, 0.83);
  font-size: 1.25rem;
  background: rgba(213, 218, 232, 0.5);
  border-radius: 0.25rem;
}
.kitchen .block-content .kitchen-right form input:focus {
  color: #333;
  background: #d5dae8;
  -webkit-box-shadow: 0 0 0.625rem rgba(213, 218, 232, 0.33);
          box-shadow: 0 0 0.625rem rgba(213, 218, 232, 0.33);
}
.kitchen .block-content .kitchen-right form .fmbtn,
.kitchen .block-content .kitchen-right form input[type="submit"] {
  margin-top: 0.9375rem;
  margin-bottom: 0;
  height: 4.125rem;
  line-height: 4.125rem;
  background: rgba(213, 218, 232, 0.8);
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
  text-align: center;
}
.kitchen .block-content .kitchen-right form .fmbtn:hover,
.kitchen .block-content .kitchen-right form input[type="submit"]:hover, .kitchen .block-content .kitchen-right form input[type="submit"]:focus {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 0.625rem rgba(213, 218, 232, 0.99);
          box-shadow: 0 0 0.625rem rgba(213, 218, 232, 0.99);
}
.kitchen .block-content .kitchen-right::before {
  content: '';
  position: absolute;
  right: 2.5rem;
  top: 0.9375rem;
  display: block;
  width: 4.1875rem;
  height: 5.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/icon-book.png");
}
.kitchen .kitchen-bot {
  margin-top: 3.75rem;
  padding: 5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg6.png");
  color: white;
  text-align: center;
}
.kitchen .kitchen-bot h4 {
  font-size: 2.5rem;
  line-height: 1.7;
  font-weight: normal;
}
.kitchen .kitchen-bot p {
  font-size: 2.25rem;
  line-height: 1.8888888889;
}
.kitchen .kitchen-bot .kitchen-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 3.4375rem;
}
.kitchen .kitchen-bot .kitchen-ls li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kitchen .kitchen-bot .kitchen-ls li span, .kitchen .kitchen-bot .kitchen-ls li strong {
  margin: 0 auto;
  display: inline-block;
  width: 6.875rem;
}
.kitchen .kitchen-bot .kitchen-ls li strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #f2661b;
  font-size: 1.875rem;
  font-weight: normal;
  text-shadow: -0.125rem -0.0625rem 1.25rem white;
}
.kitchen .kitchen-bot .kitchen-ls li strong b, .kitchen .kitchen-bot .kitchen-ls li strong i {
  font-style: normal;
  font-weight: normal;
}
.kitchen .kitchen-bot .kitchen-ls li strong i {
  font-size: 0.9375rem;
}
.kitchen .kitchen-bot .kitchen-ls li span {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.2;
}
.kitchen .kitchen-bot .kitchen-ls li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2.1875rem;
  display: block;
  width: 0.125rem;
  height: 4.375rem;
  background: rgba(255, 255, 255, 0.6);
}
.kitchen .kitchen-bot .kitchen-ls li:last-child::after {
  display: none;
}

.news .block-content {
  padding-bottom: 4.375rem;
}
.news .news-left {
  float: left;
  margin-right: 1.875rem;
  width: 47%;
  background: white;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.22);
}
.news .news-left .news-left-img {
  width: 100%;
  height: 18.5rem;
}
.news .news-left .news-left-img img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.news .news-left .news-left-bot {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem;
}
.news .news-left .news-left-bot h4 {
  font-size: 1.25rem;
  line-height: 2.3;
  color: #333;
}
.news .news-left .news-left-bot p {
  font-size: 1rem;
  line-height: 1.875;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .news-left .news-left-bot .newsmore {
  display: block;
  margin-top: 1.875rem;
  width: 6.3125rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  border: 1.0.3125rem solid #666;
  border-radius: 0.25rem;
  color: #999;
  font-size: 1rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.news .news-left .news-left-bot .newsmore:hover {
  color: white;
  background: #485185;
}
.news .news-right {
  float: left;
  position: relative;
  padding-bottom: 2.1875rem;
  width: 49%;
}
.news .news-right .news-ls li {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem 2.5rem;
  width: 100%;
  height: 8.125rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.14);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.news .news-right .news-ls li a {
  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;
  width: 100%;
  height: 100%;
}
.news .news-right .news-ls li a .news-ls-date {
  position: relative;
  margin-right: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  color: #333;
}
.news .news-right .news-ls li a .news-ls-date strong, .news .news-right .news-ls li a .news-ls-date span {
  display: block;
  width: 100%;
}
.news .news-right .news-ls li a .news-ls-date strong {
  margin-bottom: 0.3125rem;
  font-size: 2.25rem;
}
.news .news-right .news-ls li a .news-ls-date span {
  font-size: 1.25rem;
}
.news .news-right .news-ls li a .news-ls-date::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.3125rem;
  display: block;
  width: 0.0625rem;
  height: 2.625rem;
  background: #aeaeae;
}
.news .news-right .news-ls li a .news-ls-info {
  max-width: 85%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news .news-right .news-ls li a .news-ls-info h4 {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #333;
}
.news .news-right .news-ls li a .news-ls-info p {
  font-size: 1rem;
  line-height: 1.4;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .news-right .news-ls li:last-child {
  border-bottom: none;
}
.news .news-right .news-ls li:nth-child(1),
.news .news-right .news-ls li:nth-child(2),
.news .news-right .news-ls li:nth-child(3),
.news .news-right .news-ls li:nth-child(4){
  display: block;
}
.news .news-right .news-ls li:hover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/bg7.png");
  -webkit-box-shadow: 0 0 0.625rem rgba(12, 17, 28, 0.4);
          box-shadow: 0 0 0.625rem rgba(12, 17, 28, 0.4);
}
.news .news-right .news-ls li:hover a .news-ls-date {
  color: white;
}
.news .news-right .news-ls li:hover a .news-ls-info h4, .news .news-right .news-ls li:hover a .news-ls-info p {
  color: white;
}
.news .news-right .swiper-pagination {
  left: 6.25rem;
  bottom: 2.875rem;
}
.news .news-right .swiper-pagination span.swiper-pagination-bullet {
  margin-right: 1.25rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background: rgba(17, 31, 46, 0.69);
}
.news .news-right .swiper-pagination span.swiper-pagination-bullet-active {
  background: #485185;
}
.news .news-right .news-more {
  position: relative;
  left: 0;
  font-size: 0.875rem;
  line-height: 2.7142857143;
  color: #666;
}
.news .news-right .news-more:hover {
  color: #333;
}

#ieb .industry .industry-content .industry-page div {
  top: 0.0625rem;
}


/*2021/9/11 fesg*/
.kitchen .block-content .kitchen-mid .kitchen-item .kitchen-item-bot {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.875;
  color: #333;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 1800px){
  .kitchen .block-content .kitchen-mid .kitchen-item .kitchen-item-bot{
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 1440px){
  .kitchen .block-content .kitchen-mid .kitchen-item .kitchen-item-bot{
    -webkit-line-clamp: 2;
  }
}
.exp .block-content .inner .exp-top .exp-top-box .exp-box-title{
  text-align: left;
  position: relative;
}
.exp .block-content .inner .exp-top .exp-top-box .exp-box-title:before{
  content: "了解详情>";
  position: absolute;
  z-index: 10;
  right: 0;
  top: -0.6rem;
  margin-left: auto;
  display: block;
  /*width: 12rem;
  height: 3.375rem;
  line-height: 3.375rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 1.6875rem;*/
  color: white;
  width: 8.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 1.5rem;
  font-size: 1.125rem;

  border: 0.0625rem solid white;
  border: 0.0625rem solid #ea7d43;
  background: -webkit-gradient(linear, left top, right top, from(#ea7d43), to(#ea7d43));
  background: linear-gradient(to right, #ea7d43, #ea7d43);
}
.exp .block-content .inner .exp-top .exp-top-box .exp-box-title:before:hover{
  border: 0.0625rem solid #ea7d43;
  -webkit-box-shadow: 0 0 1.25rem #ea7d43;
  box-shadow: 0 0 1.25rem #ea7d43;
  background: -webkit-gradient(linear, left top, right top, from(#ea7d43), to(#ea7d43));
  background: linear-gradient(to right, #ea7d43, #ea7d43);
}
@media screen and (max-width: 768px){
  .exp .block-content .inner .exp-top .exp-top-box .exp-box-title:before{
    display: none;
    width: 2rem;
    height: 0.75rem;
    line-height: 0.75rem;
    border-radius: 0.24rem;
    font-size: 0.3rem;
    border: 0.02rem solid white;
  }
}

.show :nth-child(8){
display: none;
}