.scale {
  transition: all 0.3s;
}
.scale:hover {
  transform: scale(1.02);
}
/* banner */
.banner {
  position: relative;
}
.banner video,
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  top: 30%;
  left: 24%;
  color: #fff;
}
.banner .text p {
  font-size: 40px;
  margin-bottom: 20px;
}
.banner .text a {
  color: #fff;
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid #fff;
  border-radius: 40px;
  font-size: 16px;
  margin-top: 30px;
}
/* production */
.production {
  margin-top: 50px;
}
.production a.text {
  display: block;
  background-color: #c60c30;
  position: relative;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 28px 45px;
  color: #fff;
  font-size: 16px;
}
.production a.text:hover {
  background-color: #9c0a27;
}
.icon-link {
  display: inline-block;
  position: absolute;
  border: 1px solid #fff;
  top: 28px;
  right: 30px;
  width: 24px;
  height: 24px;
  text-align: center;
}
.production a.text h3 {
  margin-bottom: 25px;
  font-weight: bold;
}
.production a.text p.feed {
  display: inline-block;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
  line-height: 18px;
}
.company {
  position: relative;
}
.company .company-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  justify-content: space-between;
}
.company .company-content .flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company .company-content .com-text {
  width: 60%;
}
.company .company-content .com-text h3 {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: bold;
}
.company .company-content .com-text p {
  font-size: 20px;
  line-height: 36px;
}
.company .company-content .com-icon {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  justify-content: space-between;
}
.company .company-content .com-icon .com-icon-item {
  width: 48%;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
  cursor: pointer;
  color: #fff;
}
.company .company-content .com-icon .com-icon-item .iconfont_2 {
  font-size: 40px;
  display: block;
}
.company .company-content .com-icon .com-icon-item:hover {
  color: #c60c30;
  background-color: #fff;
}
.app {
  margin-top: 80px;
}
.app h2 {
  font-size: 24px;
  font-weight: bold;
}
.app .icon-link {
  color: #222;
  border-color: #222;
  top: 0;
  right: 15px;
}
.app .icon-link:hover {
  background-color: #c60c30;
  color: #fff;
}

.news {
  margin-top: 72px;
}
.news h2 {
  font-size: 24px;
  font-weight: bold;
}
.news p {
  font-size: 18px;
  margin-top: 16px;
}
.news a.icon-link {
  color: #222;
  border-color: #222;
  top: 0;
}
.news a.icon-link:hover {
  background-color: #c60c30;
  color: #fff;
}
.news .news-content {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  align-items: center;
}
.news .news-content .news-img {
  width: 38%;
}
.news .news-content .news-text {
  width: 54%;
}
.news .news-content .news-text h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 36px;
}
.news .news-content .news-text h3:hover a {
  color: #c60c30;
}
.news .news-content .news-text p {
  font-size: 16px;
  line-height: 30px;
}
.news .news-content .news-text > a {
  display: inline-block;
  border: 1px solid #222;
  padding: 5px 30px;
  border-radius: 30px;
  margin-top: 50px;
  font-size: 16px;
}
.news .news-content .news-text > a:hover {
  background-color: #c60c30;
  color: #fff;
}
@media (max-width: 1199px) {
  .banner .text {
    left: 18%;
  }
  .banner .text p {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .banner .text a {
    margin-top: 20px;
    padding: 9px 20px;
  }
  .company .company-content .com-text h3 {
    font-size: 32px;
  }
  .company .company-content .com-text p {
    font-size: 16px;
    line-height: 32px;
  }
  .company .company-content .com-icon .com-icon-item {
    font-size: 18px;
  }
  .news .news-content .news-text h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .news .news-content .news-text > a {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .banner .text p {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .banner .text a {
    margin-top: 12px;
    padding: 5px 10px;
  }
  .production a.text {
    padding: 18px;
    transform: translate(-50%, -25%);
    font-size: 14px;
  }
  .production a.text h3 {
    font-size: 20px;
  }
  .icon-link {
    top: 18px;
    right: 18px;
  }
  .production .icon-link {
    display: none;
  }
  .company .company-content .com-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .company .company-content .com-text {
    width: 66%;
  }
  .company .company-content .com-icon .com-icon-item .iconfont_2 {
    font-size: 32px;
  }
  .company .company-content .com-icon .com-icon-item {
    font-size: 16px;
  }

  .news .news-content {
    margin-top: 30px;
  }
  .news .news-content .news-text {
    width: 56%;
  }
  .news .news-content .news-text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .news .news-content .news-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .news .news-content .news-text > a {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .banner .text {
    display: none;
  }
  .company .company-content {
    display: none;
  }

  .news .news-content {
    flex-wrap: wrap;
  }
  .news .news-content .news-img {
    width: 100%;
  }
  .news .news-content .news-text {
    width: 100%;
    margin-top: 20px;
  }
}
