.cat-tit h2 {
  font-size: 26px;
  line-height: 1.6;
}
.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: #363636;
  border: 2px solid #363636;
  z-index: 999;
}
a.more::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: '';
  background-color: #363636;
  z-index: -1;
}
a.more i {
  margin-left: 10px;
  font-size: 28px;
  font-weight: normal;
  transform: translateY(2px);
}
a.more:hover {
  color: #fff;
}
a.more:hover::before {
  width: 100%;
}
.banner img {
  width: 100%;
}
.banner .item {
  position: absolute;
  top: 50%;
  left: calc((100% - 1200px)/2);
  width: 917px;
  height: 180px;
  color: #fff;
  padding-left: 38px;
  padding-top: 30px;
  border-left: 6px solid #e20e27;
  background: url(/common/static/jxsjs/img/bannerbg.png) no-repeat left center;
}
.banner .item h2 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 16px;
}
.banner .item p {
  width: 730px;
  line-height: 26px;
  text-align: justify;
}
.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;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.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;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner .swiper-banner-next:hover,
.banner .swiper-banner-prev:hover {
  color: #e20e27;
}
.banner .swiper-banner-next:hover::after,
.banner .swiper-banner-prev:hover::after {
  width: 40px;
  background-color: #e20e27;
}
.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(/common/static/jxsjs/img/projectbg.jpg) no-repeat center;
}
.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;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project .item img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.project .item .tit {
  padding: 16px 18px;
}
.project .item h1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.project .item p {
  color: #7d7d7d;
  font-family: DolceVita;
  line-height: 1.2;
}
.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;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.project .item:hover {
  top: -20px;
}
.project .item:hover .tit {
  background-color: #e20e27;
}
.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: #171717;
  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 h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 40px;
  margin-bottom: 30px;
}
.company .con p {
  max-width: 460px;
  text-align: justify;
  color: #525252;
  line-height: 1.6;
  margin-bottom: 10px;
}
.company .con a {
  margin: 70px 0 0;
}
.company .img {
  float: right;
  width: 50%;
  height: 500px;
  padding-left: 60px;
  padding-top: 50px;
  background: url(/common/static/jxsjs/img/companypic.jpg) no-repeat center;
}
.company .img li {
  margin-bottom: 36px;
}
.company .img li h2,
.company .img li h3 {
  color: #0757a9;
}
.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: #202020;
}
.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;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .tab-item .img {
  float: left;
  width: 50%;
  height: 420px;
  padding-right: 20px;
  transform: translateX(-20px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.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 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news .tab-item ul {
  margin-left: 50%;
  padding-left: 20px;
  transform: translateX(-20px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news .tab-item ul li {
  height: 190px;
  padding: 28px 28px;
  background-color: #efefef;
}
.news .tab-item ul li h1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news .tab-item ul li p {
  color: #525252;
  line-height: 1.6;
  height: 3.2em;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.news .tab-item ul li span {
  font-size: 18px;
  line-height: 1.2;
  font-family: DolceVita;
  color: #cf1a23;
}
.news .tab-item ul li:last-child {
  margin-top: 40px;
}
.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: #202020;
  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;
}
