.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
}
.banner img {
  width: 100%;
}
.banner .txt {
  position: absolute;
  top: 38%;
  left: 12%;
  z-index: 2;
}
.banner h1 {
  color: #fff;
}
.banner p {
  color: #fff;
}
/*img {
  width: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
}*/
.sub_nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 2% 0;
}
.sub_nav ul li {
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_nav ul li i {
  margin-right: 15px;
}
.sub_nav ul li span {
  margin: 0 8px;
}
.sub_nav ul li.on {
  color: #a32432;
}
.cont_1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 2%;
}
.cont_1 .w1480_f {
  padding-bottom: 5%;
}
.cont_1 .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont_1 .title h1 {
  color: #141414;
}
.cont_1 .title a {
  font-size: 16px;
  color: #333;
}
.cont_1 .title .tab {
  display: flex;
  justify-content: space-between;
}
.cont_1 .title .tab li {
  padding: 6px 25px;
  margin: 0 8px;
  border-radius: 100px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.cont_1 .title .tab li a {
  font-size: 16px;
  color: #333;
}
.cont_1 .title .tab li.on {
  background-color: #a32432;
  box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -moz-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  color: #fff;
}
.cont_1 .title .tab li.on a {
  color: #fff;
}
.cont_1 .company_news {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0%;
  padding-bottom: 0%;
}
.cont_1 .company_news li {
  width: 32%;
  box-shadow: 0px 6px 20px 0px rgba(8, 33, 69, 0.1);
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-right: 2%;
  margin-bottom: 2%;
}
.cont_1 .company_news li:nth-child(3n) {
  margin-right: 0;
}
.cont_1 .company_news li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -2%;
  width: 0%;
  height: 2px;
  background-color: #a32432;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 5;
}
.cont_1 .company_news li a .tu {
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}
.cont_1 .company_news li a .tu img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cont_1 .company_news li a .bottom {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 10.2rem;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_1 .company_news li a .bottom .text {
  overflow: hidden;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_1 .company_news li a .bottom .text h2 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #141414;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_1 .company_news li a .bottom .text h3 {
  font-size: 0.8rem;
  color: #838282;
  margin-top: 0.2rem;
}
.cont_1 .company_news li a .bottom .text h4 {
  font-size: 0.8rem;
  color: #a32432;
  margin-top: 1.5rem;
  position: relative;
  top: 1rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_1 .company_news li a .bottom .text h4 span {
  margin-left: 0.4rem;
}
.cont_1 .company_news li:hover::after {
  width: 102%;
}
.cont_1 .company_news li:hover a .tu img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
}
.cont_1 .company_news li:hover a .bottom {
  transform: translateY(-2rem);
}
.cont_1 .company_news li:hover a .bottom .text h2 {
  color: #a32432;
}
.cont_1 .company_news li:hover a .bottom .text h4 {
  top: 0;
  opacity: 1;
}
.pagination_box {
  text-align: center;
  margin-top: 5%;
}
.pagination a {
  text-decoration: none;
  border: 1px solid #AAE;
  color: #15B;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #666;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #e2e1e1;
  background-color: #fff;
  margin: 0 3px;
  border-radius: 3px;
}
.pagination .current {
  background: #a32432;
  color: #fff;
}
.pagination .current.prev,
.pagination .current.next {
  color: #666;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 240px;
  }
  .banner img {
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
  }
  .cont_1 .title {
    flex-wrap: wrap;
  }
  .cont_1 .title .tab {
    width: 100%;
    margin-top: 3%;
    justify-content: center;
  }
  .cont_1 .title .tab li {
    font-size: 12px;
    padding: 6px 12px;
    margin: 0 5px 5px;
    white-space: nowrap;
  }
  .cont_1 {
    padding-top: 5%;
  }
  .cont_1 .company_news {
    flex-wrap: wrap;
    margin-top: 5%;
    justify-content: space-between;
  }
  .cont_1 .company_news li {
    width: 49%;
    margin-bottom: 5%;
    margin-right: 0!important;
  }
  .cont_1 .company_news li a .bottom .text {
    width: 90%;
  }
  .cont_1 .company_news li a .bottom .text h2 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: auto;
  }
  .cont_1 .company_news li a .bottom .text h3 {
    margin-top: 1rem;
  }
  .cont_1 .company_news li a .bottom .text h4 {
    margin-top: 1rem;
  }
  .pagination a,
  .pagination span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
/*# sourceMappingURL=company_news.css.map */