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-item1 {
  position: absolute;
  top: 1.8%;
  left: 11%;
  width: 18.125%;
}
.lead-item3 {
  position: absolute;
  top: 35.3%;
  left: 11%;
  width: 36.25%;
}
.lead-item4 {
  position: absolute;
  top: 36.6%;
  left: 47.2%;
  width: 17.34375%;
}
.lead-item6 {
  position: absolute;
  top: 50.5%;
  left: 44.8%;
  width: 16.5625%;
}
.lead-item7 {
  position: absolute;
  top: 49.5%;
  left: 61.4%;
  width: 27.8125%;
}
.lead-item8 {
  position: absolute;
  top: 56.2%;
  left: 11%;
  width: 78.125%;
}

/* 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: 79%;
  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: 24%;
  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;
}

