@charset "utf-8";


@font-face {
  font-family: 'lato';
  src: url(./font/Lato-Light.ttf);
}
@font-face {
  font-family: "webfontSourceHanSansSC";
  src: url(./font/SourceHanSansCN-Light.ttf);
}


.section1 img {
  display: block;
  width: 100%;
  height: auto;
}

.banner-title {
  color: white;
  width: auto;
  min-width: 744px;
  height: auto;
  position: absolute;
  top: 23.5%;
  /*left: 51.5%;*/
  right: 5%;
}

.banner-btn {
  display: block;
  width: 165px;
  height: 45px;
  margin-top: 40px;
  border: 1px solid white;
  font-size: 25px;
  text-align: center;
  margin-left: 5px;
  box-sizing: border-box;
  line-height: 45px;
  cursor: pointer;
}

.banner2-title {
  color: white;
  /*width: 40%;*/
  /*height: 233px;*/
  /*position: absolute;*/
  /*top: 21%;*/
  /*left: 8%;*/

  width: auto;
  min-width: 592px;
  height: auto;
  position: absolute;
  top: 23.5%;
  left: 325px;
  text-align: right;
}

.banner2-btn {
  display: block;
  width: 165px;
  height: 45px;
  margin-top: 40px;
  border: 1px solid white;
  font-size: 25px;
  text-align: center;
  margin-left: 5px;
  box-sizing: border-box;
  line-height: 45px;
  cursor: pointer;
  float: right;
}

.banner3-title {
  color: white;
  width: auto;
  min-width: 755px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -115px;
  margin-left: -20%;
  color: #01458e;
  text-align: center;
}


.banner3-btn {
  display: block;
  width: 165px;
  height: 45px;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #01458e;
  font-size: 25px;
  text-align: center;
  box-sizing: border-box;
  line-height: 45px;
  cursor: pointer;
  color: #01458e;
  box-shadow: 0.5px 0.5px 0.5px #01458e;
  background-color: rgba(255,255,255,.5);
}

.banner4-list {
  position: absolute;
  top: 20px;
  width: 100%;
}

.banner4-item {
  float: left;
  margin-left: 23px;
  width: 48%;
  height: 679px;
  position: relative;

}

.banner4-item-content {
  color: #01458e;
  position: absolute;
  top: 20%;
  width: 87%;
  left: 7%;
}

.banner4_text_btn {
  display: block;
  width: 165px;
  height: 45px;
  margin-top: 40px;
  border: 1px solid #01458e;
  font-size: 25px;
  text-align: center;
  margin-left: 5px;
  box-sizing: border-box;
  line-height: 45px;
  cursor: pointer;
  margin: 0 auto;
  color: #01458e;
  margin-top: 45px;
}

.banner_title-box {
  position: absolute;
  top: 54%;
  width: auto;
  left: 21%;
  text-align: center;
  color: #01458e  !important;
}


.banner4-title-btn {
  display: block;
  width: 165px;
  height: 45px;
  margin-top: 40px;
  border: 1px solid #01458e;
  font-size: 25px;
  text-align: center;
  margin-left: 5px;
  box-sizing: border-box;
  line-height: 45px;
  cursor: pointer;
  margin: 0 auto;
  color: #01458e;
  margin-top: 45px;
}

.banner4-title-btn a {
  color: #7B7979;
}
