.head {
  background: url(http://5fcom.com/public/image/images/1.png) center center no-repeat;
  background-size: 100% 100%;
  height: 450px;
  width: 100%;
  margin-top: 70PX;
}
.head .title {
  width: 1200px;
  margin: 0px auto;
  align-items: center;
  height: 100%;
  display: flex;
}
.head .title > div .p1 {
  font-size: 50px;
  font-family: FZZZHONGJW--GB1-0, FZZZHONGJW--GB1;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 60px;
  margin-bottom: 15px;
}
.head .title > div .p2 {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
}
.head .title > div .p3 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 25px;
}
.head .title > div .p4 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
}
.box-2 {
  background: url(http://5fcom.com/public/image/images/2.png) center center no-repeat;
  background-size: 100% 100%;
  height: 433px;
  width: 100%;
}
.box-2 .title-2 {
  width: 1200px;
  margin: 0px auto;
  align-items: center;
  height: 100%;
  display: flex;
}
.box-2 .title-2 > div .p1 {
  font-size: 38px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 53px;
  margin-bottom: 30px;
}
.box-2 .title-2 > div .p2 {
  text-indent: 2em;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 27px;
}
.box-3 {
  width: 100%;
  background: black;
  padding: 60px 0px 20px 0px;
}
.box-3 .box-3-content {
  margin: 0px auto;
  text-align: center;
}
.box-3 .box-3-content .title span {
  font-size: 38px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 53px;
}
.box-3 .box-3-content .swiperbox {
  width: 100%;
  height: 300px;
  margin-top: 40px;
  margin-bottom: 80px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  padding: 0px 40px 0px 20px;
}
.box-3 .box-3-content .swiperbox .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
  transition: 300ms;
  transform: scale(0.8);
  box-shadow: 30px 32px 34px 0px rgba(0, 16, 34, 0.1);
}
.box-3 .box-3-content .swiperbox .swiper-slide-active,
.box-3 .box-3-content .swiperbox .swiper-slide-duplicate-active {
  transform: scale(1);
  box-shadow: 30px 32px 34px 0px rgba(0, 16, 34, 0.1);
}
.box-3 .box-3-content .swiperbox .slide-1 {
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 0px 10px;
}
.box-3 .box-3-content .swiperbox .slide-1 img {
  max-height: 100%;
  max-width: 100%;
}
.box-3 .box-3-content .swiperbox .slide-2 {
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 0px 10px;
}
.box-3 .box-3-content .swiperbox .slide-2 img {
  max-height: 100%;
  max-width: 100%;
}
.box-3 .box-3-content .swiperbox .slide-3 {
  width: 100%;
  height: 100%;
  padding: 10px;
  margin: 0px 10px;
}
.box-3 .box-3-content .swiperbox .slide-3 img {
  max-height: 100%;
  max-width: 100%;
}
.box-4 {
  background: url(http://5fcom.com/public/image/images/3.png) center center no-repeat;
  background-size: 100% 100%;
  height: 400px;
  width: 100%;
}
.box-4 .title-4 {
  width: 1200px;
  margin: 0px auto;
  align-items: center;
  height: 100%;
  display: flex;
}
.box-4 .title-4 > div .p1 {
  font-size: 38px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 53px;
  text-align: right;
  margin-bottom: 27px;
}
.box-4 .title-4 > div .p2 {
  text-indent: 2em;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 27px;
}
.box-5 {
  height: 543px;
  width: 100%;
  background: black;
}
.box-5 .itembox {
  width: 1200px;
  margin: 0px auto;
  padding: 80px 0px 120px 0px;
}
.box-5 .itembox .title-5 {
  text-align: center;
  font-size: 38px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 53px;
}
.box-5 .itembox .content-5 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 60px;
}
.box-5 .itembox .content-5 > div {
  width: 47%;
  background: hsla(0, 0%, 100%, 0.1);
  margin-bottom: 30px;
  margin-right: 30px;
  border-left: 4px solid #4CA1FF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 45px;
}
.box-5 .itembox .content-5 > div img {
  height: 30px;
  margin-right: 20px;
}
.box-5 .itembox .content-5 > div span {
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 33px;
}
