.aboutus-banner {
  position: relative;
  height: 480px;
  background: url("../images/aboutus-banner.png") no-repeat center;
  padding-top: 240px;
}
.aboutus-banner h1 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 40px;
  color: #13182C;
  background: linear-gradient(90deg, #FF8F8F 5%, #FF4444 50%, #6349FF 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.aboutus-main {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  background-image: url(../images/aboutus-bg.png);
}
.aboutbox {
  margin-bottom: 46px;
}
.aboutbox .about-title {
  line-height: 32px;
  font-size: 28px;
  color: #323A45;
  text-align: left;
}
.aboutbox .about-title span {
  display: inline-block;
  margin-left: 16px;
  color: #BDC5D3;
}
.aboutbox .about-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #5E6D81;
  margin-top: 24px;
}
.aboutlayer {
  width: 100%;
  padding: 54px 0px 0px;
}
.aboutlayer .about-text {
  background-color: #fff;
  padding: 58px 64px 76px;
  border-radius: 8px;
}
.aboutlayer .about-text p {
  line-height: 30px;
  font-size: 16px;
  color: #5E6D81;
  margin-bottom: 30px;
}
.aboutlayer .about-text p:last-child {
  margin-bottom: 0px;
}
.gradelayer {
  padding: 90px 0px 0px;
}
.gradelayer .grade-list-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 72px) / 4));
  grid-gap: 24px;
}
.gradelayer .grade-list-box .trade-data {
  height: 302px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(19, 24, 44, 0.04);
  border-radius: 8px;
  border: 0px solid #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gradelayer .grade-list-box .trade-data .data-count {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 68px;
  font-size: 64px;
  font-family: Arial;
  color: #FF6666;
  z-index: 2;
}
.gradelayer .grade-list-box .trade-data .data-count span {
  vertical-align: top;
}
.gradelayer .grade-list-box .trade-data .data-count i {
  margin-left: 4px;
  font-size: 36px;
  font-style: normal;
  vertical-align: baseline;
}
.gradelayer .grade-list-box .trade-data .data-text {
  position: relative;
  width: 100%;
  text-align: center;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #5E6D81;
  z-index: 2;
  margin-top: 10px;
}
.qwrz-box {
  width: 100%;
  padding: 75px 0px 80px;
}
.qwrz-box .eight-column {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, calc((100% - 96px) / 5));
  grid-gap: 24px;
  margin-bottom: 24px;
}
.qwrz-box .eight-column:last-child {
  margin-bottom: 0;
}
.qwrz-box .eight-column.four-column {
  grid-template-columns: repeat(4, calc((100% - 72px) / 4));
}
.qwrz-box .eight-column .eight-column-item:hover .eight-column-item-content {
  margin-top: -8px;
  box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08);
}
.qwrz-box .eight-column .eight-column-item .eight-column-item-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  transition: all 0.15s;
  border-radius: 8px;
  padding: 32px 32px 28px;
  box-shadow: 0px 4px 8px 0px rgba(30, 35, 45, 0.08);
}
.qwrz-box .eight-column .eight-column-item .img-box {
  height: 216px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qwrz-box .eight-column .eight-column-item .img-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  cursor: zoom-in;
}
.qwrz-box .eight-column .eight-column-item p {
  line-height: 24px;
  font-size: 14px;
  color: #5E6D81;
  margin-top: 13px;
}
.clientlayer {
  padding-bottom: 80px;
}
.clientlayer .client-list-box {
  display: grid;
  grid-template-columns: repeat(6, calc((100% - 120px) / 6));
  grid-gap: 24px;
}
.clientlayer .client-list-box .client-item {
  padding: 6px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(19, 24, 44, 0.04);
  border-radius: 8px;
  border: 0px solid #000000;
}
.clientlayer .client-list-box .client-item img {
  width: 100%;
  height: 100%;
}
.contactlayer {
  padding: 0px 0px 88px;
}
.contactlayer .yisuadress {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.contactlayer .yisuadress .yisu-company {
  flex-shrink: 0;
  position: relative;
  width: 560px;
  background: url(../images/yisu-aboutus-company.png) no-repeat center;
}
.contactlayer .yisuadress .yisu-company .adress-text {
  position: absolute;
  right: 0px;
  top: 193px;
  width: 430px;
  height: 169px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px 0px 0px 8px;
  padding-left: 30px;
  box-sizing: border-box;
}
.contactlayer .yisuadress .yisu-company .adress-text .adress-title {
  height: 42px;
  line-height: 22px;
  font-size: 22px;
  padding-top: 34px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.contactlayer .yisuadress .yisu-company .adress-text p {
  line-height: 24px;
  font-size: 14px;
}
.contactlayer .yisuadress .yisu-map {
  width: 720px;
}
.xhjh .second-xhjh {
  width: 238px;
  background: url("../images/aboutyisu_sprite_img.png") no-repeat -268px -225px;
  margin: 0 80px;
}
.honor-bigimg-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: none;
}
.honor-bigimg-modal .bigimg-modal-center {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  align-items: center;
}
.honor-bigimg-modal .bigimg-modal-center img {
  max-width: 100%;
  max-height: 100%;
  -webkit-animation: scale-img 0.15s 1 linear;
  animation: scale-img 0.15s 1 linear;
}
.honor-bigimg-modal .bigimg-modal-center .close-bigimg-modal {
  position: absolute;
  right: -64px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: url(../images/close-bigimg-modal.png) no-repeat center;
  cursor: pointer;
}
@-webkit-keyframes scale-img {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-img {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
