.index-box1 {
  background: url('/public/index/images/index/home_banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 150px;
  /* margin-bottom: 80px; */
}
.box1-text1 {
  font-size: 28px;
  margin-bottom: 45px;
  color: #fff;
  padding-left: 20px;
}
.box1-text2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 45px;
  color: #fff;
  padding-left: 20px;
}
.index-box1 > .auto {
  padding-bottom: 80px;
}
.index-box2 {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.box2-title {
  font-size: 22px;
  color: #254e85;
  line-height: 85px;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.box2-img > img {
  position: relative;
  left: 46%;
  top: 85px;
}
.box2-text {
  color: #5a5a5a;
  text-align: center;
  margin-bottom: 40px;
}
.flex-box {
  display: flex;
  align-items: center;
  padding-bottom: 90px;
}
.box2-left {
  flex: 1;
  font-size: 16px;
  color: #666;
  text-align: left;
  line-height: 28px;
  padding: 0 35px;
  box-sizing: border-box;
}
.box2-bg-img {
  width: 520px;
  height: 282px;
  padding: 0 40px;

}
.index-box3 {
  width: 100%;
  margin-bottom: 50px;
}
.box3-type {
  float: left;
  width: 25%;
}
.box3-type-item {
  margin: 0 auto;
  width: 260px;
  text-align: center;
}
.type-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 0;
}
.type-text {
  width: 250px;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
}
.index-box4 {
  background-color: #3d628e;
}
.box4-type-item {
  margin: 0 auto 70px;
  width: 250px;
  text-align: center;
  background-color: #fff;
}
.box4-text {
  line-height: 30px;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 18px;
}
.index-box5 {
  width: 100%;
  margin-bottom: 70px;
}
.box5-type {
  float: left;
  width: 50%;
}
.box3-type-item > div > p {
  margin-bottom: 10px;
}
.box5-a {
  color: #337ab7;
  text-decoration: none;
}
.index-box6 {
  width: 100%;
  background-color: rgb(241, 241, 241);
  padding-bottom: 40px;
}

.box6-hr {
  margin-bottom: 30px;
  margin-left: 15px;
}
.box6-left {
  float: left;
  width: 76%;
}
.box6-left-item {
  margin-bottom: 20px;
  margin-left: 15px;
  width: 800px;
}
.box6-left-item > a {
  color: #337ab7;
  text-decoration: none;
  font-size: 14px;
}
.box6-right {
  float: left;
  width: 24%;
  text-align: center;
  font-size: 14px;
}
.box6-bottom {
  margin-bottom: 60px;
  margin-left: 15px;
  width: 800px;
}
.index-box7 {
  width: 100%;
  margin-bottom: 50px;
}
.box7-type {
  float: left;
  width: 25%;
  text-align: center;
}
.box7-type > img {
  width: 200px;
  height: 60px;
  margin-bottom: 20px;
}
