html {
  box-sizing: border-box;
}


/* title */
.title {
  width: 100%;
  height: 43px;
  line-height: 43px;
  padding-left: 14px;
  background-color: #fff;
}

.title h1 {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

/* page-lead */
.page-lead {
  position: relative;
}

.lead-item2 {
  position: absolute;
  top: 7.2%;
  left: 33.8%;
  width: 21.71875%;
}

.lead-item3 {
  position: absolute;
  top: 6.5%;
  left: 56.5%;
  width: 33.90625%;
}

.lead-item5 {
  position: absolute;
  z-index: 2;
  top: 50.4%;
  left: 10.9%;
  width: 17.34375%;
}

.lead-item7 {
  position: absolute;
  top: 62.52%;
  left: 10.9%;
  width: 22.1875%;
}

.lead-item8 {
  position: absolute;
  top: 62.55%;
  left: 33.1%;
  width: 17.03125%;
}

/* section1 */
.section1 {
  position: relative;
}

.section1 h2 {
  position: absolute;
  right: 0;
  top: 4.1%;
  left: 0;
}

.section1-inner {
  box-sizing: content-box;
  position: absolute;
  top: 19.2%;
  width: 87.5%;
  padding: 0 6.25%;
  text-align: center;
}

.section1-inner:after {
  content: "";
  display: block;
  clear: both;
}

.section1-inner .item {
  display: block;
  width: 50%;
  float: left;
}

.section1-inner .complement {
  position: absolute;
  top: 77.7%;
  right: 11.4%;
  width: 6.09375%;
}

.section1-inner .btn {
  display: inline-block;
  margin-top: 4.6875%;
}

/* section2 */
.section2 {
  position: relative;
}

.section2 h2 {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
}

.section2-inner {
  box-sizing: content-box;
  position: absolute;
  top: 10.9%;
  width: 87.5%;
  padding: 0 6.25%;
  text-align: center;
}

.section2-inner:after {
  content: "";
  display: block;
  clear: both;
}

.section2-inner .item {
  width: 50%;
  float: left;
}


/* c-related
------------------------------*/
.c-related{
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('../img/section3_bg.png');
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
}
.c-related__items{
  padding: 0 10px 20px;
  text-align: center;
  font-size: 0;
}
.c-related .item{
  width: 31.25%;
  display: inline-block;
  padding: 0 5px;
  box-sizing: border-box;
}
