.banner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 580px;
  background: url("../images/aboutWe/poster_02.jpg") no-repeat center;
  background-size: cover;
}
.banner .txt_01 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.banner .line {
  width: 46px;
  height: 4px;
  margin: 8px 0 14px;
  background-color: #fff;
}
.banner .txt_02 {
  font-size: 26px;
  color: #fff;
}
.section {
  padding: 60px 0;
}
.section .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  color: #1a1a1a;
}
.section .value {
  font-size: 18px;
  line-height: 38px;
  color: #666;
}
.section_01 {
  width: 1200px;
  margin: 68px auto 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_01 .txt_01 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.section_01 .txt_small_01 {
  font-size: 24px;
  color: #666;
}
.section_02 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.section_02 .item {
  display: flex;
}
.section_02 .item .left {
  flex: 6;
  height: 384px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.section_02 .item .img_02 {
  height: 420px;
  border-radius: 0 0 20px 20px;
}
.section_02 .item .info {
  flex: 4;
  padding: 0 0 0 24px;
  position: relative;
  height: 100%;
}
.section_02 .item .info .bg {
  position: absolute;
  top: 0;
  right: 20px;
}
.section_02 .item .info .bg_02 {
  position: absolute;
  bottom: 44px;
  right: 20px;
}
.section_02 .item .info .btn {
  padding: 8px 56px;
  background-color: #555cfc;
  font-size: 25px;
  max-width: 210px;
  border-radius: 10px;
  color: #fff;
  word-break: keep-all;
  margin-bottom: 34px;
}
.section_02 .item .info .desc_02 {
  margin-top: -20px;
}
.section_02 .item .info .desc {
  font-size: 16px;
  line-height: 30px;
}
.section_02 .item .info .imgs {
  margin: 0 -24px 26px -24px;
  display: flex;
}
.section_03 {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 50px;
  overflow: hidden;
}
.section_03 .bg_02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_03 .section_04 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_03 .section_04 .item {
  width: 270px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section_03 .section_04 .item .top {
  position: relative;
  margin: 60px 0 28px;
}
.section_03 .section_04 .item .top .bg {
  position: absolute;
  bottom: -8px;
  left: 0;
  background-color: #c4e6fd;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  z-index: 1;
}
.section_03 .section_04 .item .top .txt_01 {
  position: relative;
  height: 20px;
  font-size: 20px;
  color: #333;
  z-index: 2;
}
.section_03 .section_04 .item .imgs {
  width: 270px;
  height: 180px;
  -webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, transparent 40%, transparent 100%);
}
.section_03 .section_04 .item_02 {
  width: 100%;
}
.section_03 .section_04 .item_02 .imgs_02 {
  width: 100%;
  height: 360px;
}
.contact {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  margin-top: -50px;
}
.contact .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact .info {
  position: relative;
  margin-left: 50%;
  margin-top: 100px;
  padding: 50px;
  max-width: 680px;
  background-color: rgba(255, 255, 255, 0.05);
}
.contact .info .top {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px;
  color: #fff;
}
.contact .info .list {
  display: flex;
  flex-direction: column;
}
.contact .info .list .item {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}
.contact .info .list .item:last-child {
  margin-bottom: 0;
}
.section_05 {
  width: 100%;
  height: 770px;
  background: url("../images/aboutWe/img_08.jpg") no-repeat center;
  background-size: cover;
}
.consult {
  width: 100%;
  background: url('../images/bg_12.png') no-repeat center;
  background-size: cover;
}
.consult .title {
  font-size: 30px;
  color: #fff;
}
.consult .value {
  font-size: 22px;
  color: #fff;
}
.consult .btn_wrap .btn {
  margin: 0 auto;
  margin-top: 32px;
  width: 124px;
  height: 38px;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(-50deg, #17c4ff 0%, #0d94ff 100%), linear-gradient(#ffffff, #ffffff);
  border-radius: 4px;
  border: solid 1px #fff;
  cursor: pointer;
}
