body {
  padding-top: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev {
  width: 42px;
  height: 42px;
  background: url(../images/swiper-button-bg-left.png) no-repeat 0 0/100%;
}
.swiper-button-prev:hover {
  background: url(../images/swiper-button-bg-left-hover.png) no-repeat 0 0/100%;
}
.swiper-button-next {
  width: 42px;
  height: 42px;
  background: url(../images/swiper-button-bg-left.png) no-repeat 0 0/100%;
  transform: rotateZ(180deg);
}
.swiper-button-next:hover {
  background: url(../images/swiper-button-bg-left-hover.png) no-repeat 0 0/100%;
}
.main .head {
  width: 1200px;
  background-color: white;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.main .head .logo {
  width: 200px;
  height: 50px;
}
.main .head > div > a {
  margin: 0 40px;
  text-align: center;
}
.main .head > div > a > span:first-of-type {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.main .head > div > a > span:last-of-type {
  font-size: 12px;
  color: #D8D8D8;
}
.main .head > div > a.navBar-active > span:first-of-type {
  color: #1450EB !important;
}
.main .head > div > a.navBar-active > span:last-of-type {
  color: #A2BBFF !important;
}
.main .banner {
  background: url('/res/images/ry_bg.png') no-repeat 0 0/100%;
  height: 600px;
}
.main .honor {
  padding-top: 62px;
  padding-bottom: 92px;
}
.main .honor .title {
  margin-bottom: 49px;
}
.main .honor .title .top {
  margin-bottom: 17px;
}
.main .honor .title .top::after {
  content: '';
  background: url(../images/ry_line.png) no-repeat 0 0/100%;
  display: inline-block;
  width: 993px;
  height: 6px;
  margin-left: 14px;
}
.main .honor .title .top span {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
.main .honor .title .top span::before {
  content: '';
  background: url(../images/ry_company.png) no-repeat 0 0/100%;
  display: inline-block;
  width: 63px;
  height: 32px;
  margin-right: 18px;
}
.main .honor .title p {
  font-size: 13px;
  color: #666666;
  line-height: 24px;
}
.main .honor .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.main .honor .list .list-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.main .honor .list .list-item .item:not(:last-of-type) {
  margin-bottom: 70px;
}
.main .honor .list .list-item .item > span {
  font-size: 24px;
  color: #333333;
  margin-bottom: 15px;
}
.main .honor .list .list-item .item > span::after {
  content: '\5e74';
  font-size: 12px;
  color: #333333;
}
.main .honor .list .list-item .item p:not(:last-of-type) {
  margin-bottom: 15px;
}
.main .honor .list .list-item .item p span {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.main .honor .list .list-item .item p span::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #999999;
  border-radius: 50%;
}
.main .show-honor {
  background: url('/res/images/ryzs_bg.png') no-repeat 0 0/100%;
  height: 650px;
  overflow: hidden;
}
.main .show-honor .banxin1200 {
  margin-top: 192px;
}
.main .show-honor .banxin1200 .line {
  text-align: center;
}
.main .show-honor .banxin1200 .line img {
  width: 220px;
  height: 220px;
}
.main .news {
  padding-top: 70px;
  padding-bottom: 80px;
}
.main .news > span {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 33px;
}
.main .news .list {
  display: flex;
}
.main .news .list .item {
  width: 300px;
  padding: 10px 10px 14px 10px;
  transition: all 0.3s ease-in-out;
}
.main .news .list .item:hover {
  box-shadow: 0px 3px 20px 1px rgba(51, 51, 51, 0.08);
}
.main .news .list .item img {
  width: 280px;
  height: 160px;
}
.main .news .list .item .title {
  color: #333333;
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 10px;
}
.main .news .list .item .desc {
  margin-bottom: 15px;
  font-size: 14px;
  color: #999999;
}
.main .news .list .item .bottom {
  display: flex;
  justify-content: space-between;
}
.main .news .list .item .bottom span {
  color: #BBBBBB;
  font-size: 12px;
}
