html {
  background: #FFFFFF;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.header {
  /*background: #2F3036*/
}

header nav div,
header nav a {
  color: #fff
}

.module-title {
  text-align: center;
  position: relative;
  margin: 80px 0 50px;
}

.module-title h4 {
  display: inline-block;
  font-size: 32px;
  line-height: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #009bde;
  position: relative;
  z-index: 999;
  padding: 0 20px;
  background-color: #FFFFFF;
}

.module-title h4::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 35px;
  transform: rotate(20deg);
  background: rgba(220, 220, 220, 1);
}

.module-title h4::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 35px;
  transform: rotate(20deg);
  background: rgba(220, 220, 220, 1);
}

.module-title span {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 1200px;
  height: 1px;
  background: rgba(220, 220, 220, 1);
  z-index: 1;
}

#ab-main .container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}


/* 主体 */
#ab-main {
  display: block;
}

#ab-main .honor .honor-list {
  width: 283px;
  height: 283px;
  border: 1px solid rgba(238, 238, 238, 1);
  margin: 22px 20px 0 0;
  border-radius: 15px;
  position: relative;
  text-align: center;
  font-size: 0;
}

#ab-main .honor .honor-list:hover {
  border-color: #009bde;
}

#ab-main .honor .honor-list:hover h3 {
  color: #009bde;
}

#ab-main .honor .honor-list:nth-child(4n) {
  margin-right: 0;
}

#ab-main .honor .honor-list .list-wrap,
#ab-main .honor .honor-list .list-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 283px;
  height: 283px;
  background-color: #fff;
  border-radius: 0px 15px 0 15px;
  box-sizing: border-box;
  padding: 15px;
}

#ab-main .honor .honor-list:last-child {
  margin-right: 0;
}

#ab-main .honor .honor-list img {
  width: 255px;
  height: 176px;
}

#ab-main .honor .honor-list h3 {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(102, 102, 102, 1);
  margin: 0 auto;
  border-top: 1px dashed rgba(238, 238, 238, 1);
  border-bottom: 1px dashed rgba(238, 238, 238, 1);
  margin-top: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#ab-main .year {
  margin-bottom: 45px;
}

#ab-main .year:last-child {
  margin-bottom: 0;
}

#ab-main .honor-text {
  margin-top: 60px;
  text-align: left;
  padding: 45px 0 43px 100px;
  background-color: #FAFAFF;
}

#ab-main .honor-text .yearNum {
  font-size: 30px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  margin-top: 5px;
}

#ab-main .honor-text .text em {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: rgba(224, 224, 224, 1);
  border-radius: 50%;
  position: relative;
  margin: 0 60px 0 48px;
}

#ab-main .honor-text .text li:last-child em::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -43px;
  margin: auto;
  content: '';
  width: 1px;
  height: 45px;
  background-color: rgba(242, 242, 242, 1);
}

#ab-main .honor-text .text em:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -43px;
  margin: auto;
  content: '';
  width: 1px;
  height: 44px;
  background-color: rgba(242, 242, 242, 1);
}

#ab-main .honor-text .text li {
  line-height: 55px;
}

#ab-main .honor-text .text p {
  display: inline-block;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(120, 120, 120, 1);
}

#ab-main .honor-text .text p span {
  font-weight: bold;
}

.directory-nav {
  right: 20%;
}

.nav-list li.nav-active {
  position: relative;
  background-color: #fff;
}

.nav-list li.nav-active a {
  color: rgba(51, 51, 51, 1);
}

.nav-list li.nav-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

h1 {
  font-size: 60px;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  padding: 80px 100px;
  margin-top: 60px;
  border: 8px solid rgba(255, 255, 255, .4);
}

.nav-list li a {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #fff;
  text-decoration: none;
}

.header-wrap {
  width: 100%;
  height: 560px;
  background-size: 100% 560px !important;
  position: relative;
}



@media screen and (max-width:1280px) {

  #ab-main .container {
    width: 90%;
  }

  .module-title span {
    width: 100%;
  }

  #ab-main .honor {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  #ab-main .honor .honor-list {
    width: auto;
    margin: 0;
    float: none;
    height: auto;
  }

  #ab-main .honor .honor-list .list-wrap,
  #ab-main .honor .honor-list .list-main,
  #ab-main .honor .honor-list img {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    position: relative;
  }


}

@media screen and (max-width:1024px) {

  #ab-main .honor {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  h1 {
    font-size: 40px;
    padding: 50px 60px;
  }

}


@media screen and (max-width:768px) {

  #ab-main .honor {
    gap: 15px;
  }

  #ab-main .honor .honor-list h3 {
    height: auto;
    line-height: 20px;
    font-size: 13px;
    padding: 10px 0;
    white-space: normal;
  }

  h1 {
    font-size: 30px;
    padding: 30px 40px;
    border-width: 5px;
  }

  .module-title h4{
    font-size: 22px;
  }

  .module-title{
    margin: 30px 0;
  }

}