.index-banner img {
  width: 100%;
  max-width: 100%;
}
.index-banner .info {
  width: 100%;
  position: absolute;
  top: 30%;
  left: 0;
  text-align: left;
}
.index-banner .info h3 {
  font-size: 66px;
  line-height: 66px;
  color: #fff;
  font-weight: bold;
}
.index-banner .info .more {
  margin-top: 90px;
}
.index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-custom,
.index-banner .swiper-pagination-fraction {
  bottom: 40px;
}
a {
  display: block;
  width: 100%;
}
.home {
  padding-bottom: 90px;
}
.home .title {
  margin-bottom: 50px;
}
.home .title h3 {
  font-size: 48px;
  line-height: 1;
  color: #333;
  font-weight: bold;
}
.home .title {
  display: flex;
  align-items: flex-end;
}
.home .title .more1 {
  margin-left: auto;
}
.home .title .more1 a {
  font-size: 16px;
  line-height: 1;
  color: #999;
}
.home .title .more1 a i {
  margin-left: 10px;
}
.home .title .more1 a:hover {
  color: #f00;
}
.home .home-about {
  padding: 120px 0;
}
.home .home-about .left {
  width: 44.375%;
  position: relative;
}
.home .home-about .left .info {
  margin-top: -7px;
}
.home .home-about .left .info p {
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
.home .home-about .left .more {
  margin-top: 110px;
}
.home .home-about .right {
  width: 48.75%;
}
.home .home-about .right .img-box {
  width: 100%;
  padding-bottom: 63.7%;
  position: relative;
}
.home .home-about .right .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .home-product {
  padding: 120px 0;
  background-image: url('../images/images/product-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .home-product .pro-content .swiper-container {
  padding-bottom: 80px;
}
.home .home-product .pro-content .swiper-container .swiper-slide {
  padding: 10px;
}
.home .home-product .pro-content .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
}
.home .home-product .pro-content .swiper-container .swiper-slide .grid {
  background-color: #fff;
  width: 100%;
  padding: 0 46px;
  transition: all 0.3s;
}
.home .home-product .pro-content .swiper-container .swiper-slide .grid .img-box {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.home .home-product .pro-content .swiper-container .swiper-slide .grid .img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.home .home-product .pro-content .swiper-container .swiper-slide .grid .info {
  padding: 65px 0;
}
.home .home-product .pro-content .swiper-container .swiper-slide .grid .info h6 {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.home .home-product .pro-content .swiper-container .swiper-slide .grid .info p {
  font-size: 16px;
  line-height: 1;
  color: #999;
}
.home .home-product .pro-content .swiper-container .swiper-slide .grid:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.home .home-product .pro-content .swiper-container .swiper-slide .grid:hover .info h6 {
  color: #f00;
}
.home .home-product .pro-content .swiper-container-horizontal > .swiper-pagination-bullets,
.home .home-product .pro-content .swiper-pagination-custom,
.home .home-product .pro-content .swiper-pagination-fraction {
  bottom: 0;
}
.home .home-application {
  padding: 120px 0;
}
.home .home-application .application-content a {
  display: block;
  width: 100%;
}
.home .home-application .application-content .grid {
  position: relative;
  padding-bottom: 51.5%;
}
.home .home-application .application-content .grid img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .home-application .application-content .grid .info-box {
  width: 400px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 100px;
  padding: 65px 50px;
  transform: translateY(100%);
  transition: all 0.3s;
  text-align: left;
}
.home .home-application .application-content .grid .info-box h5 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
  color: #333;
}
.home .home-application .application-content .grid .info-box p {
  font-size: 16px;
  line-height: 30px;
  color: #999;
  height: 120px;
  max-height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.home .home-application .application-content .swiper-slide-active .info-box {
  transform: translateY(0);
}
.home .home-application .application-content .swiper-button-next,
.home .home-application .application-content .swiper-button-prev {
  width: 100px;
  height: 55px;
  background-size: 42px;
  margin-top: -22.5px;
  background-color: rgba(0, 0, 0, 0.6);
}
.home .home-application .application-content .swiper-button-prev,
.home .home-application .application-content .swiper-container-rtl .swiper-button-next {
  background-image: url('../images/icon/arrow2.png');
  left: 18%;
}
.home .home-application .application-content .swiper-button-next,
.home .home-application .application-content .swiper-container-rtl .swiper-button-prev {
  background-image: url('../images/icon/arrow1.png');
  right: 18%;
}
.home .home-news .news-content .grid {
  width: 100%;
  position: relative;
  padding-bottom: 102.5%;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
  cursor: pointer;
}
.home .home-news .news-content .grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.home .home-news .news-content .grid .info-box {
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.home .home-news .news-content .grid .info-box .date {
  font-size: 16px;
  line-height: 1;
  color: #999;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.home .home-news .news-content .grid .info-box p {
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  height: 60px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}
.home .home-news .news-content .grid .info-box .godetail {
  width: 33px;
  margin-top: 80px;
}
.home .home-news .news-content .grid .info-box .godetail img {
  position: static;
  opacity: 1;
}
.home .home-news .news-content .swiper-slide:hover .grid {
  border-bottom: 1px solid transparent;
}
.home .home-news .news-content .swiper-slide:hover .grid img {
  opacity: 1;
}
.home .home-news .news-content .swiper-slide:hover .grid .info-box {
  align-items: flex-end;
}
.home .home-news .news-content .swiper-slide:hover .grid .info-box .info .date {
  color: #fff;
}
.home .home-news .news-content .swiper-slide:hover .grid .info-box .info p {
  color: #fff;
}
.home .home-news .news-content .swiper-slide:hover .grid .info-box .info .godetail {
  display: none;
}
.home .home-news .news-content .swiper-slide.active .grid {
  border-bottom: 1px solid transparent;
}
.home .home-news .news-content .swiper-slide.active .grid img {
  opacity: 1;
}
.home .home-news .news-content .swiper-slide.active .grid .info-box {
  align-items: flex-end;
}
.home .home-news .news-content .swiper-slide.active .grid .info-box .info .date {
  color: #fff;
}
.home .home-news .news-content .swiper-slide.active .grid .info-box .info p {
  color: #fff;
}
.home .home-news .news-content .swiper-slide.active .grid .info-box .info .godetail {
  display: none;
}
@media (max-width: 1600px) {
  .index-banner .info .more {
    margin-top: 60px;
  }
  .index-banner .info h3 {
    font-size: 52px;
  }
  .home .title {
    margin-bottom: 40px;
  }
  .home .title h3 {
    font-size: 38px;
  }
  .home .home-about .left .more {
    margin-top: 80px;
  }
  .home .home-product .pro-content .swiper-container .swiper-slide .grid {
    padding: 0 30px;
  }
  .home .home-product .pro-content .swiper-container .swiper-slide .grid .info {
    padding: 45px 0;
  }
  .home .home-application .application-content .grid .info-box {
    padding: 45px 30px;
    width: 300px;
    left: 80px;
  }
  .home .home-application .application-content .grid .info-box h5 {
    font-size: 26px;
  }
}
@media (max-width: 1440px) {
  .index-banner .info h3 {
    font-size: 42px;
    line-height: 45px;
  }
  .index-banner .info .more {
    margin-top: 40px;
  }
  .home .title {
    margin-bottom: 30px;
  }
  .home .title h3 {
    font-size: 28px;
  }
  .home .home-about,
  .home .home-product,
  .home .home-application {
    padding: 90px 0;
  }
  .home .home-about .left .info p {
    font-size: 14px;
    line-height: 26px;
  }
  .home .home-about .left .more {
    margin-top: 58px;
  }
  .home .home-product .pro-content .swiper-container .swiper-slide .grid .info h6 {
    font-size: 18px;
  }
  .home .home-product .pro-content .swiper-container .swiper-slide .grid .info p {
    font-size: 14px;
  }
  .home .home-application .application-content .swiper-button-next,
  .home .home-application .application-content .swiper-button-prev {
    width: 80px;
    height: 40px;
    background-size: 36px;
  }
  .home .home-application .application-content .grid .info-box p {
    font-size: 14px;
    line-height: 26px;
    height: 104px;
    max-height: 104px;
  }
  .home .home-application .application-content .grid .info-box {
    left: 60px;
  }
  .home .home-news .news-content .grid .info-box .date {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .home .home-news .news-content .grid .info-box p {
    font-size: 20px;
  }
  .home .home-news .news-content .grid .info-box .godetail {
    margin-top: 60px;
  }
  .home .title .more1 a {
    font-size: 14px;
  }
  .home .home-product .pro-content .swiper-container .swiper-slide .grid .info {
    padding: 30px 0;
  }
}
@media (max-width: 1200px) {
  .index-banner .info h3 {
    font-size: 36px;
    line-height: 40px;
  }
  .home .home-about .left .more {
    margin-top: 30px;
  }
  .home .home-about,
  .home .home-product,
  .home .home-application {
    padding: 60px 0;
  }
  .home .home-product .pro-content .swiper-container {
    padding-bottom: 45px;
  }
  .home .home-application .application-content .grid .info-box h5 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1080px) {
  .home {
    padding-bottom: 60px;
  }
  .home .home-about,
  .home .home-product,
  .home .home-application {
    padding: 45px 0;
  }
  .home .home-about .left {
    width: 100%;
  }
  .home .home-about .left .info p {
    height: auto;
    max-height: auto;
  }
  .home .home-about .right {
    width: 100%;
    margin-top: 30px;
  }
  .home .home-application .application-content {
    width: 100%;
    padding: 0 2.5%;
  }
  .home .home-application .application-content .swiper-button-next,
  .home .home-application .application-content .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 991px) {
  .home .home-news .news-content .swiper-slide.swiper-slide-active .grid {
    border-bottom: 1px solid transparent;
  }
  .home .home-news .news-content .swiper-slide.swiper-slide-active .grid img {
    opacity: 1;
  }
  .home .home-news .news-content .swiper-slide.swiper-slide-active .grid .info-box {
    align-items: flex-end;
  }
  .home .home-news .news-content .swiper-slide.swiper-slide-active .grid .info-box .info .date {
    color: #fff;
  }
  .home .home-news .news-content .swiper-slide.swiper-slide-active .grid .info-box .info p {
    color: #fff;
  }
  .home .home-news .news-content .swiper-slide.swiper-slide-active .grid .info-box .info .godetail {
    display: none;
  }
}
@media (max-width: 768px) {
  .home {
    padding-bottom: 45px;
  }
  .index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .index-banner .swiper-pagination-custom,
  .index-banner .swiper-pagination-fraction {
    display: none;
  }
  .index-banner .info .more {
    /* margin-top: 20px; */
	display:none;
  }
  .index-banner .info h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .home .home-application .application-content .grid {
    padding-bottom: 60%;
  }
  .home .title {
    margin-bottom: 20px;
  }
  .home .title h3 {
    font-size: 24px;
  }
  .home .home-application .application-content .grid .info-box {
    left: 5%;
    padding: 30px 2.5%;
  }
  .home .home-application .application-content .grid .info-box h5 {
    font-size: 18px;
  }
  .home .home-product .pro-content .swiper-container .swiper-slide .grid {
    padding: 0 15px;
  }
  .home .home-product .pro-content .swiper-container .swiper-slide .grid .info {
    padding: 20px 0;
  }
  .home .home-product .pro-content .swiper-container .swiper-slide .grid .info h6 {
    margin-bottom: 10px;
  }
  .home .home-news .news-content .grid .info-box p {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    max-height: 48px;
  }
  .home .home-news .news-content .grid .info-box {
    padding: 30px 2.5%;
  }
  .home .home-product .pro-content .swiper-container {
    padding-bottom: 0;
  }
  .home .home-product .pro-content .swiper-container-horizontal > .swiper-pagination-bullets,
  .home .home-product .pro-content .swiper-pagination-custom,
  .home .home-product .pro-content .swiper-pagination-fraction {
    display: none;
  }
}
@media (max-width: 550px) {
  .index-banner .info {
    top: 20%;
  }
  .index-banner .info h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .home .home-application .application-content .grid {
    padding-bottom: 85%;
  }
  .home .home-application .application-content .grid .info-box {
    width: 100%;
    padding: 15px 2.5%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .home .home-application .application-content .grid .info-box .more {
    display: none;
  }
  .home .home-application .application-content .grid .info-box p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    max-height: 60px;
    -webkit-line-clamp: 3;
  }
  .home .title h3 {
    font-size: 22px;
  }
  .home .title .more1 a {
    font-size: 12px;
  }
  .home .title .more1 a i {
    margin-left: 0;
  }
  .home .home-news .news-content .grid .info-box .date {
    margin-bottom: 15px;
  }
}
