.content {
  width: 100%;
  background-color: #f7f7f7;
}
.content .box {
  width: 83.333%;
  margin: 0 auto;
  padding-top: 90px;
}
.content .box .top {
  width: 100%;
  height: 533px;
  position: relative;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.content .box .top .bg {
  width: 100%;
  height: 533px;
  position: relative;
  overflow: hidden;
}
.content .box .top .bg img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -500px;
  right: -500px;
  margin: auto;
}
.content .box .top .text {
  position: absolute;
  left: 51.4375%;
  top: 187px;
}
.content .box .top .text .number {
  font-family: "DIN-BOLD";
  font-size: 166px;
  line-height: 166px;
  color: #1e3b9f;
}
.content .box .top .text .number span {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}
.content .box .top .text .p {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin-top: 32px;
}
.content .box .bottom {
  width: 100%;
  margin-top: 75px;
  background-color: white;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  padding-bottom: 108px;
}
.content .box .bottom .list {
  width: 75%;
  margin: 0 auto;
  padding-top: 145px;
}
.content .box .bottom .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .bottom .list .item {
  width: calc(33.33% - 45.333px);
  float: left;
  margin-right: 68px;
  background-color: #f8f8f8;
  padding-top: 52px;
  padding-bottom: 33px;
  margin-bottom: 69px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0);
  transition: 0.5s;
}
.content .box .bottom .list .item:nth-child(3n + 3) {
  margin-right: 0;
}
.content .box .bottom .list .item .img {
  width: 223px;
  height: 307px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.content .box .bottom .list .item .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
}
.content .box .bottom .list .item .h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #222222;
  margin-top: 21px;
  text-align: center;
}
.content .box .bottom .list .item:hover {
  background-color: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1560px) {
  .content .box .bottom .list .item {
    width: calc(33.33% - 20px);
    float: left;
    margin-right: 30px;
    background-color: #f8f8f8;
    padding-top: 52px;
    padding-bottom: 33px;
    margin-bottom: 69px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0);
    transition: 0.5s;
  }
}
@media screen and (max-width: 1360px) {
  .content .box .bottom .list .item {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
    background-color: #f8f8f8;
    padding-top: 52px;
    padding-bottom: 33px;
    margin-bottom: 69px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0);
    transition: 0.5s;
  }
  .content .box .bottom .list .item:nth-child(3n + 3) {
    margin-right: 20px;
  }
  .content .box .bottom .list .item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1020px) {
  .content .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 90px;
  }
  .content .box .top {
    width: 100%;
    height: 300px;
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  }
  .content .box .top .bg {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .content .box .top .text {
    position: absolute;
    left: 51.4375%;
    top: 50px;
  }
  .content .box .top .text .number {
    font-family: "DIN-BOLD";
    font-size: 100px;
    line-height: 100px;
    color: #1e3b9f;
  }
  .content .box .top .text .number span {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
  }
  .content .box .top .text .p {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    margin-top: 32px;
  }
  .content .box .bottom .list {
    width: 90%;
    margin: 0 auto;
    padding-top: 145px;
  }
}
@media screen and (max-width: 760px) {
  .content .box .top {
    width: 100%;
    height: 200px;
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  }
  .content .box .top .bg {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  .content .box .top .text {
    position: absolute;
    left: 40%;
    top: 50px;
  }
  .content .box .top .text .number {
    font-family: "DIN-BOLD";
    font-size: 60px;
    line-height: 60px;
    color: #1e3b9f;
  }
  .content .box .top .text .number span {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
  }
  .content .box .top .text .p {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
    margin-top: 20px;
  }
  .content .box .bottom {
    width: 100%;
    margin-top: 75px;
    background-color: white;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 45px;
  }
  .content .box .bottom .list {
    width: 90%;
    margin: 0 auto;
    padding-top: 45px;
  }
  .content .box .bottom .list .item {
    width: 100%;
    float: left;
    margin-right: 0;
    background-color: #f8f8f8;
    padding-top: 52px;
    padding-bottom: 33px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0);
    transition: 0.5s;
  }
  .content .box .bottom .list .item:nth-child(3n + 3) {
    margin-right: 0;
  }
  .content .box .bottom .list .item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
