.cat-tit h2 {
  font-size: 26px;
  line-height: 1.6;
  color: #cf1a23;
}
.cat-tit p {
  text-transform: uppercase;
  font-size: 24px;
  font-family: DolceVita;
  line-height: 1;
  color: #aaaaaa;
}
a.more {
  position: relative;
  display: flex;
  width: 130px;
  margin: 0 auto;
  line-height: 40px;
  justify-content: center;
  font-weight: bold;
  color: #cf1a23;
  border: 2px solid #363636;
  z-index: 999;
}
a.more::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: '';
  background-color: #cf1a23;
  z-index: -1;
}
a.more i {
  margin-left: 10px;
  font-size: 28px;
  font-weight: normal;
  transform: translateY(2px);
}
a.more:hover {
  color: #fff;
  border-color: #cf1a23;
}
a.more:hover::before {
  width: 100%;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .item {
  position: absolute;
  top: 30%;
  left: calc((100% - 1200px)/2);
  color: #fff;
}
.banner .item h2 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 16px;
}
.banner .item p {
  font-size: 60px;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.banner .item p span {
  font-size: 65px;
  color: #cf1a23;
}
.banner .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  width: 42px;
}
.banner .swiper-banner-next,
.banner .swiper-banner-prev {
  position: absolute;
  top: 39%;
  line-height: 34px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-family: DolceVita;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(140, 140, 140, 0.5);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .swiper-banner-next::after,
.banner .swiper-banner-prev::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .swiper-banner-next:hover,
.banner .swiper-banner-prev:hover {
  color: #cf1a23;
}
.banner .swiper-banner-next:hover::after,
.banner .swiper-banner-prev:hover::after {
  width: 40px;
  background-color: #cf1a23;
}
.banner .swiper-banner-prev {
  left: 8%;
}
.banner .swiper-banner-prev::after {
  left: 0;
}
.banner .swiper-banner-next {
  right: 8%;
}
.banner .swiper-banner-next::after {
  right: 2px;
}
.project {
  padding-top: 45px;
  padding-bottom: 50px;
  background: url(../img/projectbg.jpg) no-repeat center;
  background-size: cover;
}
.project .cat-tit {
  text-align: center;
}
.project .box {
  position: relative;
  margin-bottom: 20px;
}
.project .swiper-container {
  padding-top: 38px;
}
.project .item {
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.project .item .img {
  position: relative;
  width: 100%;
  padding-top: 78%;
}
.project .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project .item .tit {
  padding: 16px 18px;
}
.project .item h1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.project .item i {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.project .item:hover {
  top: -20px;
}
.project .item:hover .tit {
  background-color: #cf1a23;
}
.project .item:hover .tit h1 {
  color: #fff;
}
.project .item:hover .tit p {
  color: #ffa9a9;
}
.project .item:hover i {
  top: 20px;
  opacity: 1;
}
.project .swiper-project-next,
.project .swiper-project-prev {
  position: absolute;
  top: 39%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  background-color: #eeeeee;
}
.project .swiper-project-next i,
.project .swiper-project-prev i {
  color: #363636;
  font-size: 21px;
}
.project .swiper-project-next:hover,
.project .swiper-project-prev:hover {
  background-color: #cf1a23;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.5);
}
.project .swiper-project-next:hover i,
.project .swiper-project-prev:hover i {
  color: #fff;
}
.project .swiper-project-prev {
  left: -80px;
}
.project .swiper-project-next {
  right: -80px;
  transform: rotate(180deg);
}
.company {
  padding-top: 45px;
  padding-bottom: 70px;
}
.company .con {
  float: left;
  width: 50%;
}
.company .con .box h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 40px;
  margin-bottom: 30px;
}
.company .con .box p {
  max-width: 460px;
  text-align: justify;
  color: #525252;
  line-height: 1.6;
  margin-bottom: 10px;
  text-indent: 2em;
}
.company .con .box a {
  margin: 70px 0 0;
}
.company .img {
  float: right;
  width: 50%;
  height: 500px;
  padding-left: 60px;
  padding-top: 50px;
  background: url(../img/companypic.jpg) no-repeat center;
}
.company .img li {
  margin-bottom: 36px;
}
.company .img li h2,
.company .img li h3 {
  color: #cf1a23;
}
.company .img li h2 {
  font-size: 24px;
  line-height: 50px;
}
.company .img li h3 {
  font-size: 50px;
  font-family: DolceVita;
  line-height: 72px;
  font-weight: normal;
}
.company .img li h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}
.company .img li p {
  color: #7e7e7e;
  font-family: DolceVita;
}
.news {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}
.news .news-nav {
  position: relative;
  margin-top: 16px;
  margin-bottom: 42px;
}
.news .news-nav li {
  display: inline-block;
  width: 110px;
  line-height: 44px;
  background-color: #eaeaea;
  text-align: center;
}
.news .news-nav li a {
  display: block;
  color: #aaaaaa;
}
.news .news-nav li.curr {
  background-color: #cf1a23;
}
.news .news-nav li.curr a {
  color: #fff;
}
.news .news-nav a.more {
  position: absolute;
  right: 0;
  top: 0;
}
.news .tab-item {
  display: none;
  opacity: 0;
  background-color: #efefef;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .tab-item .img {
  float: left;
  width: 50%;
  height: 420px;
  padding-right: 20px;
  transform: translateX(-20px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .tab-item .img > div {
  width: 100%;
  height: 100%;
}
.news .tab-item .img .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  right: 5px;
  left: auto;
}
.news .tab-item .img .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.news .tab-item .img .swiper-pagination-white .swiper-pagination-bullet-active {
  background-color: #cf1a23;
}
.news .tab-item .img a {
  display: block;
  position: relative;
  height: 100%;
}
.news .tab-item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .tab-item .img h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 80px 10px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news .tab-item ul {
  margin-left: 50%;
  margin-right: 2%;
  transform: translateX(-20px);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .tab-item ul li {
  position: relative;
  line-height: 46px;
  padding-right: 80px;
  padding-left: 16px;
}
.news .tab-item ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #363636;
}
.news .tab-item ul li h1 {
  font-size: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news .tab-item ul li span {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  color: #aaaaaa;
}
.news .tab-item.show {
  display: block;
  opacity: 1;
}
.news .tab-item.show .img,
.news .tab-item.show ul {
  transform: translateX(0);
}
.links {
  padding: 50px 0;
}
.links h2 {
  font-size: 14px;
  width: 110px;
  line-height: 44px;
  background-color: #cf1a23;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.links .link {
  padding: 10px 0;
  border: 1px solid #aaaaaa;
  line-height: 32px;
}
.links .link a {
  font-size: 14px;
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width: 1300px) {
  .banner .swiper-banner-prev {
    left: 2%;
  }
  .banner .swiper-banner-next {
    right: 2%;
  }
  .banner .item {
    left: calc((100% - 1024px)/2);
  }
  .banner .item p {
    font-size: 3vw;
  }
  .banner .item p span {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 1024px) {
  .banner img {
    min-height: 190px;
    object-fit: cover;
  }
  .banner .swiper-banner-prev {
    left: 2%;
  }
  .banner .swiper-banner-next {
    right: 2%;
  }
  .banner .item {
    left: calc((100% - 768px)/2);
  }
  .banner .item p {
    font-size: 4vw;
  }
  .banner .item p span {
    font-size: 4.2vw;
  }
  .news .tab-item .img {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .news .tab-item ul {
    margin-left: 2%;
  }
  .company .con {
    width: 100%;
    float: none;
  }
  .company .con .box p {
    max-width: 100%;
  }
  .company .img {
    display: none;
  }
  .project .swiper-project-prev,
  .project .swiper-project-next {
    width: 24px;
    height: 40px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .project .swiper-project-prev i,
  .project .swiper-project-next i {
    color: #fff;
    font-size: 16px;
  }
  .project .swiper-project-prev {
    left: 0;
  }
  .project .swiper-project-next {
    right: 0;
  }
}
@media screen and (max-width: 790px) {
  a.more {
    width: 80px;
    line-height: 32px;
  }
  a.more i {
    display: none;
  }
  .banner .item {
    left: 16%;
  }
  .news {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .news .news-nav {
    margin-top: 0.16rem;
    margin-bottom: 0.42rem;
  }
  .news .news-nav li {
    width: 90px;
    line-height: 36px;
  }
  .news .tab-item .img {
    height: 60vw;
  }
  .news .tab-item ul li {
    line-height: 32px;
  }
  .company {
    padding-top: 0.45rem;
    padding-bottom: 0.7rem;
  }
  .company .con .box h1 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .company .con .box a {
    margin: 0.7rem 0 0;
  }
  .project {
    padding-top: 0.45rem;
    padding-bottom: 0.5rem;
  }
  .project .box {
    margin-bottom: 0.2rem;
  }
  .project .swiper-container {
    padding-top: 0.38rem;
  }
  .project .item .tit {
    padding: 0.16rem 0.18rem;
  }
  .links {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 375px) {
  a.more {
    width: 74px;
    line-height: 26px;
    border: 0;
    line-height: 30px;
    color: #666;
    font-weight: normal;
  }
  a.more::after {
    content: '+';
  }
  .news .news-nav li {
    width: 70px;
    line-height: 30px;
  }
}
