@font-face {
  font-family: 'BOXING';
  src: url("/homepage/dep/fonts/BOXING.otf");
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.en-normal-layout {
  min-width: 1400px;
  background: #fafbff;
}
.en-normal-layout .lead {
  width: 100%;
  background: url("img/advatage/main-bg_cc9e7c7556.png") no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 600px;
  z-index: 1;
  position: relative;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.en-normal-layout .lead .title {
  font-size: 72px;
  font-family: BOXING;
  color: #fff;
  line-height: 84px;
  letter-spacing: 2.4px;
}
.en-normal-layout .advantages {
  width: 1180px;
  margin: 0 auto;
  padding: 100px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.en-normal-layout .advantages .advantage-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  height: 140px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
          box-shadow: 0px 2px 14px 0px rgba(120,144,156,0.1);
  padding: 16px;
  margin-bottom: 20px;
}
.en-normal-layout .advantages .advantage-item .icon {
  width: 64px;
  height: 64px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 12px;
}
.en-normal-layout .advantages .advantage-item .desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.en-normal-layout .advantages .advantage-item .desc .subtitle {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #000;
  line-height: 24px;
}
.en-normal-layout .advantages .advantage-item .desc .ctx {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  color: #546e7a;
  line-height: 20px;
  letter-spacing: 0.64px;
}
.en-normal-layout .advantages .advantage-item.item1 .icon {
  background: url("img/advatage/icon-1_bb5b81dc95.png");
  background-size: 100% 100%;
}
.en-normal-layout .advantages .advantage-item.item2 .icon {
  background: url("img/advatage/icon-2_f7652de977.png");
  background-size: 100% 100%;
}
.en-normal-layout .advantages .advantage-item.item3 .icon {
  background: url("img/advatage/icon-3_e21ca9e825.png");
  background-size: 100% 100%;
}
.en-normal-layout .advantages .advantage-item.item4 .icon {
  background: url("img/advatage/icon-4_eaac3f3cb9.png");
  background-size: 100% 100%;
}
.en-normal-layout .advantages .advantage-item.item5 .icon {
  background: url("img/advatage/icon-5_c2d098317e.png");
  background-size: 100% 100%;
}
.en-normal-layout .advantages .advantage-item.item6 .icon {
  background: url("img/advatage/icon-6_5aacf8dc2b.png");
  background-size: 100% 100%;
}
.en-normal-layout .advantages .advantage-item.item7 .icon {
  background: url("img/advatage/icon-7_da5a8c4207.png");
  background-size: 100% 100%;
}
.en-normal-layout .advantages .advantage-item.item8 .icon {
  background: url("img/advatage/icon-8_23383e3b8c.png");
  background-size: 100% 100%;
}
.en-normal-layout .advantages .advantage-item.item9 .icon {
  background: url("img/advatage/icon-9_2c6bbbc5a8.png");
  background-size: 100% 100%;
}
.en-normal-layout .advantages .advantage-item.item10 .icon {
  background: url("img/advatage/icon-10_2621a20ed1.png");
  background-size: 100% 100%;
}
.en-normal-layout .advantages .advantage-item.item11 .icon {
  background: url("img/advatage/icon-11_98d9d15a97.png");
  background-size: 100% 100%;
}
.en-normal-layout .advantages .advantage-item.item12 .icon {
  background: url("img/advatage/icon-12_55687033e2.png");
  background-size: 100% 100%;
}
