.index-banner {
  width: 100%;
}

.index-banner .swiper-pagination-bullet {
  width: 48px;
  height: 5px;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  opacity: 1;
}

.index-banner .swiper-pagination-bullet .paginationNum {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 18px;
  color: #f37900;
}

.index-banner .swiper-pagination-bullet-active {
  background-color: #f37900;
}

.index-banner .swiper-pagination-bullet-active .paginationNum {
  display: block;
}

.home .title h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  margin-bottom: 55px;
  text-align: center;
}

.home .home-product {
  background-image: url('../images/images/pro-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0;
}

.home .home-product .home-product-content {
  position: relative;
}

.home .home-product .home-product-content .swiper-btn {
  width: 62px !important;
  height: 62px !important;
  background-size: 62px;
  opacity: 1;
  top: 61% !important;
}

.home .home-product .home-product-content .swiper-btn:focus {
  outline: none;
}

.home .home-product .home-product-content .swiper-product-next {
  background-image: url('../images/icon/arrow3-right-active.png');
  right: 5%;
}

.home .home-product .home-product-content .swiper-product-next.swiper-button-disabled {
  background-image: url('../images/icon/arrow3-right.png');
}

.home .home-product .home-product-content .swiper-product-prev {
  background-image: url('../images/icon/arrow3-left-active.png');
  left: 5%;
}

.home .home-product .home-product-content .swiper-product-prev.swiper-button-disabled {
  background-image: url('../images/icon/arrow3-left.png');
}

.home .home-product .home-product-content .gallery-top {
  box-shadow: 0 0 10px 0 rgba(48, 29, 29, 0.1);
  background-color: #f9f9f9;
}

.home .home-product .home-product-content .gallery-top .grid-content {
  width: 100%;
}

.home .home-product .home-product-content .gallery-top .img-box {
  width: 50%;
  padding:5%;
}

.home .home-product .home-product-content .gallery-top .info-box {
  width: 50%;
  padding: 61px 44px;
}

.home .home-product .home-product-content .gallery-top .info-box .pro_top {
  text-align: left;
  padding-bottom: 40px;
  border-bottom: 2px solid #f37900;
}

.home .home-product .home-product-content .gallery-top .info-box .pro_top h5 {
  font-size: 26px;
  color: #f37900;
  margin-bottom: 30px;
  font-weight: bold;
  overflow: visible;
  white-space: inherit;
}

.home .home-product .home-product-content .gallery-top .info-box .pro_top p {
  font-size: 16px;
  line-height: 34px;
  color: #333;
  opacity: .9;
  height: 68px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.home .home-product .home-product-content .gallery-top .info-box .pro_top .more {
  width: 130px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  line-height: 50px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #f37900;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
}

.home .home-product .home-product-content .gallery-top .info-box .pro_top .more:hover {
  background-color: #fff;
  border: 1px solid #f37900;
  color: #f37900;
}

.home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-top {
  margin-top: 35px;
  margin-bottom: 28px;
}

.home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-top .recommend-title {
  font-size: 24px;
  font-weight: bold;
}

.home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-top .rec-more a {
  font-size: 14px;
  color: #bbb;
}

.home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-top .rec-more:hover a {
  color: #f37900;
}

.home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-img {
  margin-left: -10px;
  margin-right: -10px;
}

.home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-img .recome-img {
  width: calc(33.33% - 20px);
  float: left;
  margin: 0 10px;
  border: 2px solid transparent;
  background-color: #fff;
  padding: 20px 30px;
}

.home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-img .recome-img p {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  opacity: .9;
  overflow: hidden;
  white-space: inherit;
  word-break: break-all;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 66px;
  max-height: 66px;
  text-align: left;
}

.home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-img .recome-img:hover {
  border: 2px solid #f37900;
}

.home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-img .recome-img:hover p {
  color: #f37900;
}

.home .home-product .home-product-content .gallery-thumbs {
  padding: 0 60px;
  margin-bottom: 20px;
}

.home .home-product .home-product-content .gallery-thumbs .swiper-slide {
  width: 175px;
  border: 3px solid transparent;
  cursor: pointer;
}

.home .home-product .home-product-content .gallery-thumbs .grid-content {
  width: 100%;
  background-color: #fff;
  padding: 20px;

}

.home .home-product .home-product-content .gallery-thumbs .grid-content p {
  font-size: 16px;
  color: #333;
  opacity: .9;
}

.home .home-product .home-product-content .gallery-thumbs .swiper-slide-thumb-active {
  border: 3px solid #f37900;
}

.home .home-product .home-product-content .gallery-thumbs .swiper-slide-thumb-active .grid-content p {
  color: #f37900;
}

.home .home-product .home-product-content .gallery-thumbs .swiper-button-next,
.home .home-product .home-product-content .gallery-thumbs .swiper-button-prev {
  width: 40px;
  height: 100%;
  top: 0;
  margin-top: 0;
  background-color: #fff;
  opacity: 1;
  background-size: 10px;
}

.home .home-product .home-product-content .gallery-thumbs .swiper-button-prev,
.home .home-product .home-product-content .gallery-thumbs .swiper-container-rtl .swiper-button-next {
  background-image: url('../images/icon/left-active.png');
  left: 0;
}

.home .home-product .home-product-content .gallery-thumbs .swiper-button-prev.swiper-button-disabled {
  background-image: url('../images/icon/left.png');
}

.home .home-product .home-product-content .gallery-thumbs .swiper-button-next,
.home .home-product .home-product-content .gallery-thumbs .swiper-container-rtl .swiper-button-prev {
  background-image: url('../images/icon/right-active.png');
  right: 0;
}

.home .home-product .home-product-content .gallery-thumbs .swiper-button-next.swiper-button-disabled {
  background-image: url('../images/icon/right.png');
  right: 0;
}

.home .home-brand {
  padding: 45px 0;
  background-color: #fff;
}

.home .home-brand .brand-content {
  display: flex;
}

.home .home-brand .brand-content .left-brand {
  width: 74%;
  margin-bottom: -30px;
}

.home .home-brand .brand-content .left-brand ul li {
  float: left;
  width: calc(33.33% - 15px);
  margin-right: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 12.25%;
  position: relative;
}

.home .home-brand .brand-content .left-brand ul li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home .home-brand .brand-content .right-more {
  width: calc(26% - 12px);
  margin-left: 12px;
  background-image: url('../images/images/brand-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-bottom-right-radius: 45px;
  overflow: hidden;
}

.home .home-brand .brand-content .right-more .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(238, 126, 15, 0.9), rgba(241, 197, 22, 0.9));
}

.case-content .swiper-container .swiper-wrapper .swiper-slide li{
  width:65px;
  height:25px;
  font-size:16px;
  color:#FFFFFF;
  padding-bottom:5px;
  border-bottom:1px solid;
}

.home .home-brand .brand-content .right-more .right-content {
  position: relative;
  padding: 100px 35px;
  top: 0;
  left: 0;
  z-index: 2;
}

.home .home-brand .brand-content .right-more .right-content p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  height: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.home .home-brand .brand-content .right-more .right-content .more {
  width: 130px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  line-height: 50px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  color: #f37900;
  font-size: 16px;
  transition: all 0.3s;
}

.home .home-brand .brand-content .right-more .right-content .more:hover {
  background-color: #f37900;
  color: #fff;
  border: 1px solid #f37900;
}


.home .home-case {
  padding: 45px 0;
  background-image: url('../images/images/case-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home .home-case .case-content .swiper-slide {
  width: 390px;
  background-color: #fff;
  box-sizing: content-box;
  position: relative;
  height: auto;
}

.home .home-case .case-content .swiper-slide a {
  width: 100%;
  height: 100%;
  position: relative;
}

.home .home-case .case-content .swiper-slide a .img-box {
  width: 100%;
  height: 100%;
  /* height: 530px; */
}

.home .home-case .case-content .swiper-slide a .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home .home-case .case-content .swiper-slide a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.home .home-case .case-content .swiper-slide a .info-box {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 40px;
  text-align: left;
}

.home .home-case .case-content .swiper-slide a .info-box h5 {
  font-size: 20px;
  line-height: 52px;
  font-weight: bold;
  color: #fff;
}

.home .home-case .case-content .swiper-slide a .info-box p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  height: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

.home .home-case .case-content .swiper-slide a .mask:hover {
  background-image: linear-gradient(to bottom, transparent, #ef8114);
}

.home .home-case .case-content .swiper-button-next,
.home .home-case .case-content .swiper-button-prev {
  width: 196px;
  height: 100%;
  top: 0;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: none;
  background-size: 52px;
  outline: none;
}

.home .home-case .case-content .swiper-button-next:focus,
.home .home-case .case-content .swiper-button-prev:focus {
  outline: none;
}

.home .home-case .case-content .swiper-button-prev,
.home .home-case .case-content .swiper-container-rtl .swiper-button-next {
  left: 0;
  background-image: url('../images/icon/arrow2-left.png');
}

.home .home-case .case-content .swiper-button-prev:hover,
.home .home-case .case-content .swiper-container-rtl .swiper-button-next:hover {
  background-image: url('../images/icon/arrow2-left-active.png');
}

.home .home-case .case-content .swiper-button-next,
.home .home-case .case-content .swiper-container-rtl .swiper-button-prev {
  right: 0;
  background-image: url('../images/icon/arrow2-right.png');
}

.home .home-case .case-content .swiper-button-next:hover,
.home .home-case .case-content .swiper-container-rtl .swiper-button-prev:hover {
  background-image: url('../images/icon/arrow2-right-active.png');
}

.home .home-case .case-content .swiper-slide-active {
  width: 690px;
}



.home .home-case .case-content .swiper-slide-active a .info-box h5 {
  font-size: 26px;
}

.home .home-case .case-content .swiper-slide-active a .info-box p {
  height: 56px;
}

.home .home-advantage .top-content {
  background-image: url('../images/images/airmapper.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 45px;
}

.home .home-advantage .top-content .title {
  padding-bottom: 20px;
}

.home .home-advantage .top-content .title h3 {
  color: #fff;
  margin-bottom: 0;
}

.home .home-advantage .top-content .title p {
  text-align: center;
  font-size: 36px;
  line-height: 80px;
  color: #fff;
}

.home .home-advantage .top-content .title p span {
  font-size: 60px;
  line-height: 80px;
  font-family: 'Century Gothic';
  font-weight: bold;
}

.home .home-advantage .top-content .ensure1 {
  /* border: 5px solid #fff; */
  border-bottom: 0;
  border-top-left-radius: 100px;
  overflow: hidden;
  background-color: #f8f8f8;
  display: flex;
}

.home .home-advantage .top-content .left-box {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  color: #333;
}

.home .home-advantage .top-content .left-box .info-box {
  position: relative;
  z-index: 1;
}

.home .home-advantage .top-content .left-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url('../images/images/advantage.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
  opacity: 0;
}

.home .home-advantage .top-content .left-box .mask .mask2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.home .home-advantage .top-content .left-box:hover {
  color: #fff;
}

.home .home-advantage .top-content .left-box:hover .mask {
  opacity: 1;
}

.home .home-advantage .top-content .left-box:hover .info-box p {
  color: #fff;
}

.home .home-advantage .top-content .left-box,
.home .home-advantage .top-content .right-box {
  flex: 1;
  /* float: left; */
  width: 50%;
  padding: 95px 60px;
  box-sizing: border-box;
}

.home .home-advantage .top-content .left-box .info-box,
.home .home-advantage .top-content .right-box .info-box {
  position: relative;
  z-index: 2;
}

.home .home-advantage .top-content .left-box .num,
.home .home-advantage .top-content .right-box .num {
  font-size: 60px;
  line-height: 80px;
  font-family: 'HWXKfont';
  background-image: -webkit-linear-gradient(top, #f3bb00, #f37f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f37f00;
  text-align: center;
}


.home .home-advantage .top-content .left-box .advant-title,
.home .home-advantage .top-content .right-box .advant-title {
  font-size: 28px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  color:#f37900;
}

.home .home-advantage .top-content .left-box p,
.home .home-advantage .top-content .right-box p {
  font-size: 20px;
  line-height: 35px;
  color: #333;
  opacity: .9;
  /* height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; */
}

.home .home-advantage .top-content .right-box {
  position: relative;
}

.home .home-advantage .top-content .right-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url('../images/images/advantage.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
  opacity: 0;
}

.home .home-advantage .top-content .right-box .mask .mask2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.home .home-advantage .top-content .right-box:hover {
  color: #fff;
}

.home .home-advantage .top-content .right-box:hover .mask {
  opacity: 1;
}

.home .home-advantage .top-content .right-box:hover p {
  color: #fff;
}

.home .home-advantage .bottom-content {
  background-image: url('../images/images/world.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 90px;
}

.home .home-advantage .bottom-content .ensure2 {
  /* border: 5px solid #fff; */
  border-top: 0;
  border-bottom-right-radius: 100px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}

.home .home-advantage .bottom-content .ensure2 li {
  flex: 1;
  /* float: left; */
  width: 33.33%;
  background-color: #fff;
  position: relative;
}

.home .home-advantage .bottom-content .ensure2 li .info-box {
  text-align: left;
  padding: 90px 50px;
  position: relative;
  z-index: 2;
}

.home .home-advantage .bottom-content .ensure2 li .info-box .num {
  font-size: 60px;
  line-height: 80px;
  font-family: 'HWXKfont';
  text-align: center;
  background-image: -webkit-linear-gradient(top, #f3bb00, #f37f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f37f00;

}


.home .home-advantage .bottom-content .ensure2 li .info-box .advant-title {
  font-size: 28px;
  line-height: 80px;
  font-weight: bold;
  color: #f37900;
  text-align: center;
}

.home .home-advantage .bottom-content .ensure2 li .info-box p {
  font-size: 20px;
  line-height: 35px;
  color: #333;
  /* height: 84px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; */
}

.home .home-advantage .bottom-content .ensure2 li:nth-child(2n -1) {
  background-color: #fde4cc;
}

.home .home-advantage .bottom-content .ensure2 li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url('../images/images/advantage.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
  opacity: 0;
}

.home .home-advantage .bottom-content .ensure2 li .mask .mask2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.home .home-advantage .bottom-content .ensure2 li:hover .advant-title {
  color: #fff;
}

.home .home-advantage .bottom-content .ensure2 li:hover p {
  color: #fff;
}

.home .home-advantage .bottom-content .ensure2 li:hover .mask {
  opacity: 1;
}

.home .home-advantage .bottom-content .quantity {
  padding-top: 45px;
}

.home .home-advantage .bottom-content .quantity li {
  float: left;
  width: calc(33.33% - 74px);
  background-color: rgba(243, 121, 0, 0.8);
  border-radius: 48px;
  padding: 5px;
  margin-right: 110px;
}

.home .home-advantage .bottom-content .quantity li .nums {
  font-size: 40px;
  line-height: 48px;
  color: #f37900;
  background-color: #fff;
  border-radius: 48px;
  padding: 10px;
  display: inline-block;
  font-weight: bold;
}

.home .home-advantage .bottom-content .quantity li .info {
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  vertical-align: super;
  margin-left: 15px;
}

.home .home-advantage .bottom-content .quantity li:nth-child(3) {
  margin-right: 0;
  margin-bottom: 0;
}

.home .home-about {
  padding: 45px 0;
  background-image: url('../images/images/about-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.home .home-about::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
}

.home .home-about .about-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 50px;
}

.home .home-about .about-content .left-box {
  width: 57%;
  padding: 40px 60px;
}

.home .home-about .about-content .left-box .title h3 {
  margin-bottom: 45px;
}

.home .home-about .about-content .left-box .info p {
  font-size: 16px;
  line-height: 36px;
  height: 180px;
  color: #333;
  opacity: .9;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.home .home-about .about-content .left-box .info .more {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 150px;
  height: 60px;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: #f37900;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #fff;
  transition: all 0.3s;
}

.home .home-about .about-content .left-box .info .more:hover {
  background-color: #fff;
  color: #f37900;
  border: 1px solid #f37900;
}

.home .home-about .about-content .left-box .about-gallery .swiper-slide {
  border: 4px solid transparent;
  transition: all 0.3s;
}

.home .home-about .about-content .left-box .about-gallery .swiper-slide:hover {
  border: 4px solid #f37900;
}

.home .home-about .about-content .right-box {
  width: 43%;
  padding: 90px 40px;
}

.home .home-news {
  padding: 45px 0;
}

.home .home-news .left-box,
.home .home-news .right-box {
  width: calc(50% - 15px);
}

.home .home-news .left-box {
  margin-right: 30px;
}

.home .home-news .left-box .img-box {
  width: 100%;
  padding-bottom: 59.5%;
  position: relative;
  overflow: hidden;
}

.home .home-news .left-box .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.home .home-news .left-box .info-box {
  padding: 35px;
  background-color: #f8f8f8;
}

.home .home-news .left-box .info-box .date {
  font-size: 16px;
  line-height: 36px;
  color: #bbb;
}

.home .home-news .left-box .info-box .title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000;
  transition: all 0.3s;
}

.home .home-news .left-box .info-box p {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  opacity: .9;
}

.home .home-news .left-box .info-box .more {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  color: #bbb;
  padding-bottom: 5px;
  border-bottom: 1px solid #bbb;
}

.home .home-news .right-box .swiper-slide a {
  display: block;
  width: 100%;
}

.home .home-news .left-box:hover .info-box .title {
  color: #f37900;
}

.home .home-news .left-box:hover .img-box img {
  transform: scale(1.2);
}

.home .home-news .right-box {
  height: 690px;
}

.home .home-news .right-box .swiper-slide:hover .left-date {
  background-color: #f37900;
}

.home .home-news .right-box .swiper-slide:hover .left-date::after {
  background-color: #fff;
}

.home .home-news .right-box .swiper-slide:hover .left-date .day,
.home .home-news .right-box .swiper-slide:hover .left-date .date {
  color: #fff;
}

.home .home-news .right-box .swiper-slide:hover .right-info .title,
.home .home-news .right-box .swiper-slide:hover .right-info .more {
  color: #f37900;
}

.home .home-news .right-box .swiper-slide:hover .right-info .more {
  border-bottom: 1px solid #f37900;
}

.home .home-news .right-box .left-date {
  width: 130px;
  height: 130px;
  padding: 15px 30px;
  background-color: #f8f8f8;
  margin-right: 30px;
  transition: all 0.3s;
}

.home .home-news .right-box .left-date .day {
  font-size: 52px;
  font-weight: bold;
}

.home .home-news .right-box .left-date .day::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.home .home-news .right-box .left-date .date {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}

.home .home-news .right-box .right-info {
  width: calc(100% - 160px);
  text-align: left;
  transition: all 0.3s;
}

.home .home-news .right-box .right-info .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 5px;
}

.home .home-news .right-box .right-info p {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  color: #333;
  opacity: .9;
}

.home .home-news .right-box .right-info .more {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #bbb;
  border-bottom: 1px solid #bbb;
}

.home .home-news .about-more {
  margin: 0 auto;
  margin-top: 50px;
  width: 150px;
  height: 60px;
  background-color: #f37900;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: all 0.3s;
}

.home .home-news .about-more:hover {
  background-color: #fff;
  border: 1px solid #f37900;
  color: #f37900;
}

@media (max-width: 1600px) {
  .home .home-news .right-box {
    height: 634px;
  }

  .home .home-product .home-product-content .swiper-btn {
    width: 40px !important;
    background-size: 40px;
  }

  .home .home-product .home-product-content .swiper-product-next {
    right: 2%;
  }

  .home .home-product .home-product-content .swiper-product-prev {
    left: 2%;
  }

  .home .home-product .home-product-content .gallery-top .info-box {
    padding: 30px;
  }

  .home .home-product .home-product-content .gallery-top .info-box .pro_top {
    padding-bottom: 30px;
  }

  .home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-top {
    margin-top: 30px;
  }
}

@media (max-width: 1440px) {
  .home .home-advantage .bottom-content .quantity li .nums {
    font-size: 28px;
    line-height: 28px;
  }

  .home .home-news .right-box {
    height: 625px;
  }
}

@media (max-width: 1440px) {
  .home .title h3 {
    font-size: 40px;
  }

  .home .home-product .home-product-content .gallery-top .info-box .pro_top h5 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .home .home-product .home-product-content .gallery-top .info-box .pro_top p {
    font-size: 16px;
    line-height: 32px;
    height: 64px;
  }

  .home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-top {
    margin: 20px 0;
  }

  .home .home-product .home-product-content .gallery-top .info-box .pro_top .more {
    margin-top: 12px;
  }

  .home .home-product .home-product-content .gallery-top .info-box .pro_top {
    padding-bottom: 20px;
  }

  .home .home-product .home-product-content .gallery-top .info-box {
    padding: 37px 30px;
  }

  .home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-img .recome-img {
    padding: 10px 15px;
  }

  .home .home-product .home-product-content .gallery-thumbs .grid-content {
    padding: 2.5%;
  }

  .home .home-advantage .top-content .left-box,
  .home .home-advantage .top-content .right-box {
    padding: 60px 40px;
  }

  .home .home-advantage .top-content .left-box .num,
  .home .home-advantage .top-content .right-box .num,
  .home .home-advantage .bottom-content .ensure2 li .info-box .num {
    font-size: 52px;
    line-height: 60px;
  }

  .home .home-advantage .top-content .left-box .advant-title,
  .home .home-advantage .top-content .right-box .advant-title,
  .home .home-advantage .bottom-content .ensure2 li .info-box .advant-title {
    font-size: 24px;
    line-height: 60px;
  }

  .home .home-advantage .bottom-content .ensure2 li .info-box {
    padding: 60px 40px;
  }

  .home .home-advantage .bottom-content .quantity li {
    width: calc(33.33% - 32px);
    margin-right: 48px;
  }

  .home .home-product,
  .home .home-brand,
  .home .home-about,
  .home .home-news {
    padding: 60px 0;
  }

  .home .home-advantage .top-content {
    padding-top: 60px;
  }

  .home .home-advantage .bottom-content {
    padding-bottom: 60px;
  }

  .home .home-brand .brand-content .right-more .right-content {
    padding: 45px 35px;
  }

  .home .home-advantage .bottom-content .quantity {
    padding-top: 60px;
  }

  .home .home-case {
    padding: 60px 0;
  }

  .home .home-about .about-content {
    display: flex;
    align-items: center;
  }

  .home .home-about .about-content .left-box {
    padding: 40px 30px;
  }

  .home .home-about .about-content .right-box {
    padding: 60px 30px;
  }

  .home .home-about .about-content .right-box img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .home .home-about .about-content .left-box .info .more {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .home .home-news .right-box {
    height: 560px;
  }

  .home .home-advantage .top-content .title p span {
    font-size: 48px;
  }

  .home .home-advantage .top-content .title p {
    font-size: 28px;
  }

  .home .home-advantage .top-content .title {
    padding-bottom: 20px;
  }

  .home .home-product .home-product-content .swiper-product-prev {
    left: 8%;
  }

  .home .home-product .home-product-content .swiper-product-next {
    right: 8%;
  }

  .home .home-news .left-box .info-box .title {
    font-size: 20px;
  }

  .home .home-news .left-box .info-box p {
    font-size: 16px;
    line-height: 32px;
  }

  .home .home-news .right-box .right-info .title {
    font-size: 16px;
    line-height: 30px;
  }

  .home .home-news .right-box .right-info p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }

  .home .home-news .right-box .left-date .day {
    font-size: 42px;
  }

  .home .home-news .right-box .left-date {
    width: 120px;
    height: 120px;
    margin-right: 15px;
    padding: 15px;
  }

  .home .home-news .right-box .right-info {
    width: calc(100% - 135px);
  }

  .home .home-news .right-box .right-info .more {
    font-size: 12px;
  }
}

@media(max-width:1200px) {
  .home .home-product .home-product-content .swiper-btn {
    display: none;
  }
}

@media (max-width: 1080px) {

  .home .home-about .about-content .left-box {
    width: 100%;
  }

  .home .home-about .about-content .right-box {
    display: none;
  }

  .home .home-news .left-box,
  .home .home-news .right-box {
    width: 100%;
  }

  .home .home-about .about-content {
    border-radius: 0;
  }

  .home .home-news .left-box {
    margin-right: 0;
  }

  .home .home-news .left-box {
    margin-bottom: 30px;
  }

  .home .home-news .right-box {
    height: 500px;
  }

  .home .home-news .left-box .info-box .more {
    display: none;
  }
}

@media (max-width: 991px) {
  .home .home-brand .brand-content .right-more .right-content p {
    margin: 40px 0;
  }

  .home .home-brand .brand-content .right-more .right-content {
    padding: 0 10px;
  }

  .home .home-product .home-product-content .gallery-top .info-box .pro_top h5 {
    font-size: 20px;
    line-height: 40px;
  }

  .home .home-product .home-product-content .gallery-top .info-box .pro_top p {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
  }

  .home .home-product .home-product-content .gallery-top .info-box .pro_top .more {
    font-size: 12px;
  }

  .home .home-product .home-product-content .gallery-top .info-box {
    padding: 2.5%;
  }

  .home .home-product .home-product-content .gallery-top .info-box .pro_top .more {
    width: 100px;
    height: 40px;
    line-height: 40px;
  }

  .home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-top .recommend-title {
    font-size: 18px;
  }

  .home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-img .recome-img {
    padding: 5px 8px;
  }

  .home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-img .recome-img p {
    font-size: 12px;
    line-height: 18px;
    height: 72px;
    max-height: 72px;
  }

  .home .home-product .home-product-content .gallery-top .info-box .recommend .recommend-top {
    line-height: 40px;
  }

  .home .home-advantage .bottom-content .quantity li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .home .home-brand .brand-content .right-more .right-content p {
    font-size: 14px;
    line-height: 28px;
    height: auto;
  }

  .home .home-brand .brand-content .right-more .right-content .more {
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    margin-top: 45px;
  }

  .home .home-case .case-content .swiper-slide-active a .info-box h5 {
    font-size: 20px;
  }

  .home .home-case .case-content .swiper-slide-active a .info-box p {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
  }

  .home .home-advantage .top-content .left-box p,
  .home .home-advantage .top-content .right-box p,
  .home .home-advantage .bottom-content .ensure2 li .info-box p {
    font-size: 14px;
    line-height: 28px;
    height: auto;
  }

  .home .home-about .about-content .left-box .info p {
    font-size: 14px;
    line-height: 28px;
    height: auto;
  }

  .home .home-about .about-content .left-box .info .more {
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
  }

  .home .home-news .left-box .info-box p {
    font-size: 14px;
    line-height: 24px;
  }

  .home .home-news .left-box .info-box .date {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .gallery-top-btn {
    display: none;
  }

  .home .title h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .home .home-about .about-content .left-box .title h3 {
    margin-bottom: 13px;
  }

  .home .home-product .home-product-content .gallery-top .img-box {
    width: 100%;
  }

  .home .home-product .home-product-content .gallery-top .info-box {
    width: 100%;
  }

  .home .home-product .home-product-content .gallery-thumbs .grid-content p {
    font-size: 12px;
  }

  .home .home-brand .brand-content {
    display: block;
  }

  .home .home-brand .brand-content .left-brand {
    width: 100%;
  }

  .home .home-brand .brand-content .right-more {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    margin-bottom: 0;
  }

  .home .home-brand .brand-content .right-more .right-content {
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 2.5%;
  }

  .home .home-brand .brand-content .right-more .right-content p {
    margin: 15px 0;
  }

  .home .home-brand .brand-content .right-more .right-content .more {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 22px;
  }

  .home .home-advantage .top-content .left-box,
  .home .home-advantage .top-content .right-box,
  .home .home-advantage .bottom-content .ensure2 li {
    width: 100%;
  }

  .home .home-advantage .top-content .left-box .num,
  .home .home-advantage .top-content .right-box .num,
  .home .home-advantage .bottom-content .ensure2 li .info-box .num {
    text-align: center;
  }

  .home .home-advantage .top-content .ensure1,
  .home .home-advantage .bottom-content .ensure2 {
    border-radius: 0;
    display: block;
  }

  .home .home-advantage .top-content .left-box,
  .home .home-advantage .top-content .right-box,
  .home .home-advantage .bottom-content .ensure2 li .info-box {
    padding: 40px 20px;
  }
  .home .home-advantage .top-content .left-box {
    background-color: #fde4cc;
  }
  .home .home-advantage .top-content .right-box {
    background-color: #fff;
  }
  .home .home-news .left-box .info-box .title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .home .home-news .right-box .left-date .day {
    font-size: 32px;
  }

  .home .home-news .right-box .right-info .title {
    font-size: 16px;
  }

  .home .home-advantage .top-content .title p {
    font-size: 22px;
  }

  .home .home-news .left-box .info-box {
    padding: 2.5%;
  }

  .home .home-news .right-box .left-date {
    margin-right: 15px;
  }

  .home .home-news .right-box .right-info p {
    font-size: 14px;
  }

  .home .home-news .right-box .left-date {
    width: 100px;
    height: 100px;
    padding: 15px;
  }

  .home .home-news .right-box .right-info .more {
    display: none;
  }

  .home .home-news .about-more {
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
  }

  /* .index-banner {
    height: 300px;
    min-height: 300px;
  } */

  .index-banner a {
    display: block;
    height: 100%;
  }

  .index-banner img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
  }
}

@font-face {
  font-family: 'aro-ico';
  /* project id 2430997 */
  src: url('//at.alicdn.com/t/font_2430997_qdfuwm8b7r.eot');
  src: url('//at.alicdn.com/t/font_2430997_qdfuwm8b7r.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2430997_qdfuwm8b7r.woff2') format('woff2'), url('//at.alicdn.com/t/font_2430997_qdfuwm8b7r.woff') format('woff'), url('//at.alicdn.com/t/font_2430997_qdfuwm8b7r.ttf') format('truetype'), url('//at.alicdn.com/t/font_2430997_qdfuwm8b7r.svg#iconfont') format('svg');
}

.aro-ico {
  font-family: 'aro-ico' !important;
}

@media (max-width: 1600px) {
  .home .home-case .case-content .swiper-slide {
    width: 260px;
  }

  .home .home-case .case-content .swiper-slide a .img-box {
    /* height: 306px; */
  }

  .home .home-case .case-content .swiper-slide-active {
    width: 460px;
  }

  .home .home-case .case-content .swiper-slide a .info-box {
    padding: 20px;
  }

  .home .home-case .case-content .swiper-button-next,
  .home .home-case .case-content .swiper-button-prev {
    width: 250px;
  }
}

@media (max-width: 991px) {

  .home .home-case .case-content .swiper-button-next,
  .home .home-case .case-content .swiper-button-prev {
    /* display: none; */
    width: 25px;
    height: 25px;
    top: 40%;
    background-color: transparent;
    background-size: 25px;
  }
  .home .home-case .case-content .swiper-button-next {
    right: 2%;
  }
  .home .home-case .case-content .swiper-button-prev {
    left: 2%;
  }
  .home .home-case .case-content .swiper-slide-active a .mask {
    background-image: linear-gradient(to bottom,transparent,rgba(255,255,255,.1),#ef8114);
  }
  .home .home-case .case-content .swiper-slide a .img-box {
    height: auto;
  }

  .home .home-case .case-content .swiper-slide,
  .home .home-case .case-content .swiper-slide-active {
    width: 100%;
  }

  .case-content {
    padding: 0 2.5%;
  }
}