.honorary-content-title {
  position:relative;
  width: 100%;
  height: 384px;
  padding: 96px 0 24px 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  flex-direction: column;
}
.honorary-content-title-bg{
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  height: 100%;
  object-fit: cover;
}
.honorary-content-title-content{
  position:absolute;
}
h3.honorary-content-title-text {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.honorary-content-title-link {
  position: absolute;
  bottom:40px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.honorary-content-title-link a {
  color: rgba(255, 255, 255, 0.7);
}
/* 荣誉列表 */
.honorary-list-container {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-image: url("../images/honorary-content-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.honorary-list-content {
  width: 100%;
  padding-top: 184px;
  padding-left: calc((100% - 1620px) / 2);
  box-sizing: border-box;
}
.honorary-list-logo {
  width: 92px;
  height: auto;
  margin-bottom: 30px;
}
.honorary-list-title {
  max-width: 548px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: left;
  color: #303030;
  margin-bottom: 60px;
}
.honorary-lists {
  list-style-type: disc;
  padding-left: 24px;
  box-sizing: border-box;
}
.honorary-lists-item {
  width: 548px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #303030;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.honorary-lists-item::after{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 12px;
  background-color: #1D3390;
}
/* 荣誉资质 */
.honorary-qualifications {
  width:100%;
  padding:80px 0;
  box-sizing: border-box;
  position: relative;
  background-color: #f4f4f6;
  background-image: url("../images/honorary-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.honorary-qualifications-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 760px;
}
.honorary-qualifications-content {
  margin-top: 50px;
  padding-left: calc((100% - 1620px) / 2);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-honorary-container {
  margin-left: 300px;
}
.swiper-honorary-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.swiper-honorary-img {
  width: 314px;
  height: auto;
}
.swiper-honorary-title {
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  margin: 40px 0 35px 0;
}
.swiper-pagination-honorary {
  position: relative;
  bottom: 0 !important;
  height: 1px !important;
}
.swiper-qualifications-button-group {
  width: 118px;
  height: 52px;
  position: relative;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-prev{
  width:52px;
  height:52px;
  border-radius: 50%;
  top:0;
  background-image: url("../images/banner-navigation-left.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  outline: 0;
}
.swiper-button-prev.disable{
  background-color: none;
  background-image: url("../images/banner-navigation-left-disable.svg");
}
.swiper-button-next{
  width:52px;
  height:52px;
  border-radius: 50%;
  background-image: url("../images/banner-navigation-right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  top:0;
  left:100px;
  right:0;
  outline: 0;
}
.swiper-button-next.disable{
  background-color: none;
  background-image: url("../images/banner-navigation-right-disable.svg");
}
@media all and (max-width: 1620px){
  .swiper-honorary-container{
    margin-left:200px;
  }
  .swiper-honorary-img{
    width:270px;
  }
}
@media all and (max-width: 1440px){

  .honorary-list-content{
    padding-left:80px;
  }
}
@media all and (max-width: 1366px){
 

}
@media all and (max-width: 1280px){

  .swiper-honorary-container{
    margin-left:100px;
  }
  .swiper-honorary-img{
    width:248px;
  }
  .swiper-honorary-title{
    font-size: 18px;
  }
 
}
@media all and (max-width: 1080px){
  .honorary-list-container{
    height:726px;
  }
  .honorary-list-content{
    padding-top:100px;
    padding-left:60px;
  }
  .honorary-list-title{
    width:460px;
    font-size: 36px;
    line-height: 60px;
  }
  .swiper-honorary-img{
    width:220px;
  }
}
@media all and (max-width: 820px){
  .honorary-content-title{
    height: 260px;
    padding:40px 0;
  }
  h3.honorary-content-title-text{
    font-size: 36px;
    line-height: 40px;
  }
  .swiper-honorary-container{
    margin-left: 150px;
  }
  .swiper-honorary-title{
    font-size: 14px;
    margin: 20px 0 20px 0;
  }
  .swiper-honorary-img{
    width:150px;
  }
  .honorary-list-container{
    height: 460px;
  }
  .honorary-list-content{
    padding-left:20px;
    padding-top:50px;
  }
  .honorary-list-title{
    width:360px;
    font-size: 28px;
    line-height: 40px;
  }
  .honorary-lists-item{
    width:100%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom:15px;
  }
}
@media all and (max-width: 767px){
  .honorary-content-title-link {
    bottom: 20px;
}
  .honorary-qualifications {
    padding: 50px 0;
}
  h3.honorary-content-title-text{
    font-size: 20px;
    line-height: 30px;
    margin-bottom:10px;
  }
  .honorary-content-title{
    height: 200px;
    padding:24px 0;
  }
  .honorary-list-container{
    height:280px;
  }
  .honorary-list-content{
    padding-top:80px;
    padding-left:10px;
  }
  .honorary-list-logo{
    display: none;
  }
  .honorary-list-title{
    display: none;
  }
  .honorary-lists{
    display: none;
  }
  .honorary-qualifications-content{
    flex-direction: column;
  }
  .swiper-honorary-container{
    width:100%;
    margin-left:0;
  }
  .swiper-honorary-img{
    width:235px;
  }
  .honorary-lists-item::after {
    width: 4px;
    height: 4px;
    top:8px;
}
}