.container {
  width: 1130px;
}
.container > .header {
  margin-bottom: 80px;
  color: #000;
  font-size: 28px;
}
.banner {
  height: 510px;
  background: #3e8b9b url(../images/mini/banner.png) center;
}
.banner img {
  position: relative;
  display: block;
  margin: auto;
  left: 50px;
  top: 210px;
}
.banner2 {
  padding: 120px 0;
  background-color: #f3f4f8;
  text-align: center;
}
.banner2 .title {
  padding-bottom: 15px;
  font-size: 24px;
  color: #282828;
}
.banner2 .content {
  margin: auto;
  font-size: 14px;
  line-height: 2;
  color: #333;
  width: 742px;
}
.banner3 {
  padding: 70px 0;
  background-color: #282828;
  text-align: center;
}
.banner3 .title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}
.banner3 .subtitle {
  font-size: 20px;
  color: #999;
}
.banner3 .row-item {
  margin: 60px auto 0 auto;
  width: 384px;
  text-align: center;
}
.banner3 .row-item .icon {
  margin: auto;
  width: 284px;
  height: 284px;
  background-color: #3e8b9b;
  border-radius: 50%;
}
.banner3 .row-item .content {
  padding-top: 20px;
  font-size: 16px;
  color: #fff;
}
.banner3 .row-item .content p {
  margin: 0.7em;
}
.banner3 .row-item .tip {
  font-size: 14px;
  color: #3e8b9b;
}
.banner4 {
  padding: 100px 0;
  background-color: #fff;
}
.banner4 .content {
  padding-left: 40px;
}
.banner4 .content .item {
  margin: 20px 0;
}
.banner4 .content .title {
  width: 308px;
  height: 110px;
  line-height: 110px;
  background-color: #42b35d;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.banner4 .content .link {
  position: relative;
  top: 40px;
  width: 55px;
  height: 36px;
  border: 3px solid #42b35d;
  border-right: 0;
  border-radius: 50px 0 0 50px;
}
.banner4 .content .text {
  padding: 30px 50px;
  width: 718px;
  height: 110px;
  font-size: 14px;
  background-color: #f3f4f8;
  color: #000;
}
.banner4 .content .text p + p {
  margin-top: 15px;
}
.banner5 {
  padding: 100px 0;
  background-color: #333333;
  text-align: center;
}
.banner5 .header {
  text-align: left;
}
.banner5 .row-item {
  margin: 0 37px;
  width: 268px;
  height: 230px;
  border: 1px dotted #f3f4f8;
  text-align: center;
}
.banner5 .row-item .icon {
  position: relative;
  display: inline-block;
  margin-top: -48px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
}
.banner5 .row-item .icon img {
  vertical-align: middle;
}
.banner5 .row-item .title {
  margin: 7px 0;
  font-size: 20px;
  color: #42b35d;
}
.banner5 .row-item .text {
  width: 190px;
  margin: auto;
  font-size: 12px;
  line-height: 2;
  color: #fff;
  opacity: 0.7;
}
.banner6 {
  padding: 100px 0;
  background-color: #fff;
}
.banner6 .title {
  position: relative;
  margin-right: 44px;
  width: 155px;
  height: 155px;
  background-color: #42b35d;
  font-size: 28px;
  color: #fff;
  line-height: 155px;
  text-align: center;
}
.banner6 .title:before,
.banner6 .title:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #32b16c;
  left: 100%;
  top: 19px;
}
.banner6 .title:after {
  top: 122px;
  background: #0b5f70;
}
.banner6 .flow {
  font-size: 0;
}
.banner6 .flow.local {
  margin-top: 60px;
}
.banner6 .flow.local .flow-item:before {
  background: #0b5f70;
}
.banner6 .flow-item {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #333;
  border: solid 1px #42b35d;
  padding: 10px 30px 11px 20px;
}
.banner6 .flow-item + .flow-item {
  margin-left: 20px;
}
.banner6 .flow-item + .flow-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 4px;
  background-color: #32b16c;
  left: -16px;
  top: 19px;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .banner4 {
    padding: 80px 20px;
  }
  .banner4 .content {
    padding-left: 0;
  }
  .banner4 .content .text {
    width: 600px;
    height: auto;
  }
  .banner5 {
    padding: 80px 20px;
  }
  .banner5 .container {
    width: 100%;
  }
  .banner6 {
    padding: 80px 20px;
  }
  .banner6 .container {
    width: 100%;
  }
  .banner6 .flow-item {
    padding: 10px 14px 10px 14px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .container > .header {
    margin-bottom: 40px;
  }
  .banner {
    height: 300px;
    background-size: cover;
  }
  .banner img {
    top: 80px;
    left: 18px;
    width: 500px;
  }
  .banner2 {
    padding: 50px 20px;
  }
  .banner2 .content {
    width: 100%;
  }
  .banner3 .row .col-12 {
    width: 100%;
  }
  .banner3 .row-item {
    width: 300px;
  }
  .banner4 {
    padding: 50px 20px;
  }
  .banner4 .content .title,
  .banner4 .content .text {
    width: 100%;
  }
  .banner4 .content .link {
    display: none;
  }
  .banner5 .row {
    padding-top: 60px;
    display: block;
  }
  .banner5 .row .col-8 {
    width: 100%;
  }
  .banner5 .row-item {
    width: auto;
    margin: 30px 10px;
  }
  .banner6 .title {
    display: none;
  }
  .banner6 .flow.local {
    margin-top: 30px;
  }
  .banner6 .text {
    width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .banner6 .flow {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 540px) {
  .container > .header {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .banner {
    height: 140px;
  }
  .banner img {
    width: 200px;
  }
}
