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: 8.6%;
  left: 10.9%;
  width: 18.125%;
}
.lead-item3 {
  position: absolute;
  top: 7.2%;
  left: 29.1%;
  width: 40%;
}
.lead-item5 {
  position: absolute;
  top: 64.4%;
  left: 10.9%;
  width: 21.6%;
}
.lead-item6 {
  position: absolute;
  top: 64.4%;
  left: 32.5%;
  width: 17.2%;
  z-index: 10;
}
.lead-item7 {
  position: absolute;
  top: 63%;
  left: 10.9%;
  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: 10.4%;
  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;
}








