@charset "UTF-8";
.view-title {
  padding: 20px 0 10px;
  text-align: center;
  min-width: 1400px;
}
.view-title .title {
  color: #333;
  font-size: 36px;
}
.view-title .subtitle {
  margin-top: 10px;
  font-size: 18px;
  min-width: 1400px;
  color: #666666;
}

/*banner*/
.banner {
  position: relative;
  height: 800px;
  background: #ccc;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.banner .banner-box-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.banner .banner-box-list .banner-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.banner .banner-box-list .banner-txt {
  position: relative;
  z-index: 1;
  width: 1400px;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .banner-box-list .banner-txt .txt-title {
  font-size: 48px;
  color: #333;
}
.banner .banner-box-list .banner-txt .txt-btn {
  margin-top: 30px;
  display: inline-block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #c7000a;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
}
.banner .bg-img {
  position: absolute;
  z-index: 88;
  width: 100%;
  height: 320px;
  left: 0;
  bottom: 0;
  background: url("../images/banner-bg.png") center;
  background-size: cover;
}

/*三大业务*/
.business-index {
  background-color: #f6f5f3;
  padding: 20px 0 50px;
}
.business-index .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1200px;
}
.business-index .box .item {
  position: relative;
  background: #efefef;
  width: 350px;
  height: 460px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.business-index .box .item .img-box {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}
.business-index .box .item .info-box {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.business-index .box .item .info-box .title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.business-index .box .item .info-box .subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #6c6c6c;
}
.business-index .box .item .info-box .more {
  margin-top: 30px;
  width: 32px;
  height: 32px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
}
.business-index .box .item .info-box .more .icon {
  display: block;
  transform: rotate(180deg);
  font-weight: bold;
}
.business-index .box .item:hover {
  background-color: #c7000a;
}
.business-index .box .item:hover .info-box .title {
  color: #fff;
}
.business-index .box .item:hover .info-box .subtitle {
  color: #fff;
}
.business-index .box .item:hover .info-box .more {
  display: flex;
}

/*四大平台*/
.business-index2 {
  padding: 20px 0 50px;
}
.business-index2 .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1400px;
  background: url("../images/index/business-2-bg.png") no-repeat center;
}
.business-index2 .box .item {
  position: relative;
  background-color: rgba(199, 0, 10, 0);
  width: 25%;
  height: 460px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #fff;
  align-items: center;
}
.business-index2 .box .item .img-icon {
  margin-top: 100px;
  width: 100px;
  height: 100px;
  background-size: 100%;
}
.business-index2 .box .item .img-icon1 {
  background-image: url("../images/index/business-2-icon01.png");
}
.business-index2 .box .item .img-icon2 {
  background-image: url("../images/index/business-2-icon02.png");
}
.business-index2 .box .item .img-icon3 {
  background-image: url("../images/index/business-2-icon03.png");
}
.business-index2 .box .item .img-icon4 {
  background-image: url("../images/index/business-2-icon04.png");
}
.business-index2 .box .item .title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.business-index2 .box .item .subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #6c6c6c;
}
.business-index2 .box .item .more {
  margin-top: 30px;
  width: 32px;
  height: 32px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
}
.business-index2 .box .item .more .icon {
  display: block;
  transform: rotate(180deg);
  font-weight: bold;
}
.business-index2 .box .item:hover {
  background-color: rgba(199, 0, 10, 0.8);
}
.business-index2 .box .item:hover .img-icon1 {
  background-image: url("../images/index/business-2-icon01-white.png");
}
.business-index2 .box .item:hover .img-icon2 {
  background-image: url("../images/index/business-2-icon02-white.png");
}
.business-index2 .box .item:hover .img-icon3 {
  background-image: url("../images/index/business-2-icon03-white.png");
}
.business-index2 .box .item:hover .img-icon4 {
  background-image: url("../images/index/business-2-icon04-white.png");
}
.business-index2 .box .item:hover .title {
  color: #fff;
}
.business-index2 .box .item:hover .subtitle {
  color: #fff;
}
.business-index2 .box .item:hover .more {
  display: flex;
}

/*厂区展示*/
.flink-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 1400px;
  padding: 20px 0;
}
.flink-index .flink-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1400px;
  flex-wrap: wrap;
}
.flink-index .flink-box .item {
  margin-top: 10px;
  display: block;
  width: 270px;
  height: 150px;
  border: 0.5px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.flink-index .flink-box .item .img {
  width: 100%;
}
.flink-index .flink-box .item:hover .img {
  transition: all 0.5s ease-out;
  transform: scale(1.03);
}

.reds-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 1400px;
  height: 400px;
  background: url("../images/index/reds-bg.jpg") center no-repeat;
  background-size: cover;
}
.reds-index .img {
  width: 600px;
}
.reds-index .btn {
  margin-top: 20px;
  display: block;
  width: 220px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #c7000a;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.reds-index .btn:hover {
  background-color: #fff;
  color: #c7000a;
}

/*新闻*/
.news-index {
  padding: 20px 0;
}
.news-index .box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1400px;
  gap: 20px;
}
.news-index .box .item {
  display: block;
  width: 360px;
  overflow: hidden;
}
.news-index .box .item .img-box {
  width: 100%;
  height: 216px;
  border-radius: 10px;
  overflow: hidden;
}
.news-index .box .item .title {
  margin-top: 15px;
  font-size: 18px;
  overflow: hidden;
}
.news-index .box .item .time {
  margin-top: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #666666;
}
.news-index .box .item:hover .img-box img {
  transform: scale(1.1);
}
.news-index .more {
  margin-top: 50px;
  width: 120px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #c7000a;
  color: #c7000a;
  font-size: 16px;
}
.news-index .more .icon {
  margin-left: 5px;
  display: block;
  transform: rotate(180deg);
}
.news-index .more:hover {
  background-color: #c7000a;
  color: #fff;
}

@media (max-width: 1920px) {
  .banner {
    height: 700px;
  }
  .banner .bg-img {
    height: 280px;
  }
  .reds-index {
    height: 380px;
  }
}
@media (max-width: 1600px) {
  .banner {
    height: 600px;
  }
  .banner .bg-img {
    height: 260px;
  }
  .reds-index {
    height: 350px;
  }
}

/*# sourceMappingURL=style-index.css.map */
