.banner img {
  width: 100%;
  display: block;
  transform: scale(1.3);
  transition: all 2s;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  border-radius: 4px;
}
.banner .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #fff;
}
.banner .swiper-slide-active img {
  transform: scale(1);
}
.in_main .news {
  float: left;
  width: 42.8%;
  padding-left: calc(50% - 600px);
}
.in_main .news .news_box {
  padding: 40px 40px 40px 0;
}
.in_main .news h3 {
  display: inline-block;
  font-size: 14px;
  color: #116bcf;
  line-height: 1;
  margin-bottom: 20px;
}
.in_main .news h3::after {
  content: '';
  display: block;
  margin: 10px auto 0;
  width: 50px;
  height: 2px;
  background-color: #116bcf;
}
.in_main .news .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 32px;
  margin-bottom: 18px;
}
.in_main .news .title > * {
  display: inline-block;
}
.in_main .news .title h1 {
  flex: 1;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.in_main .news .title span {
  width: 51px;
  font-size: 20px;
  color: #aaa;
  font-family: barlow;
}
.in_main .news p {
  line-height: 22px;
  color: #666;
  text-indent: 2em;
}
.in_main .news p a {
  color: #e66620;
}
.in_main .pro_nav {
  width: 56.8%;
  float: right;
  height: 267px;
  padding-right: calc(50% - 600px);
  background: #e1eaf5;
  background: -webkit-linear-gradient(left, #e1eaf5, #e9ebee);
  background: -moz-linear-gradient(left, #e1eaf5, #e9ebee);
  background: -ms-linear-gradient(left, #e1eaf5, #e9ebee);
  background: linear-gradient(from left, #e1eaf5, #e9ebee);
}
.in_main .pro_nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 82px;
  padding-top: 67px;
  justify-content: space-between;
}
.in_main .pro_nav ul > * {
  display: inline-block;
}
.in_main .pro_nav ul li img {
  display: block;
  height: 92px;
}
.in_main .pro_nav ul li span {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #313f56;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1350px) {
  .in_main .news {
    padding-left: calc(50% - 499px);
  }
  .in_main .pro_nav {
    padding-right: calc(50% - 499px);
  }
}
