.banner {
  height: 0;
  padding-bottom: 17.34%;
  position: relative;
}
.banner .crumbs-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  bottom: 20px;
  z-index: 9;
}
.banner .crumbs-box .crumbs {
  color: #fff;
}
.banner .crumbs-box .crumbs .first {
  font-size: 24px;
}
.banner .crumbs-box .crumbs a {
  color: #fff;
}
.banner .crumbs-box .crumbs a:hover {
  text-decoration: underline;
}
.con-box {
  padding: 80px 0 40px;
}
.con-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.con-box li .left {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.con-box li .left .l-text .title {
  font-size: 36px;
  color: #00a2e9;
  line-height: 1;
}
.con-box li .left .l-text p {
  font-size: 36px;
}
.con-box li .left .r-img {
  width: 74%;
  height: 380px;
}
.con-box li .left .r-img > div {
  height: 100%;
}
.con-box li .right {
  width: 41.5%;
  font-size: 16px;
}
.con-box li .right .name {
  font-size: 22px;
  margin-bottom: 32px;
}
.con-box li .right p {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1440px) {
  .banner .crumbs-box {
    width: 1100px;
  }
  .con-box li .left .r-img {
    height: 290px;
  }
  .con-box li .right .name {
    font-size: 16px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 1200px) {
  .banner .crumbs-box {
    width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner {
    margin-top: 58px;
  }
  .banner .crumbs-box {
    width: 96%;
  }
  .con-box {
    padding: 40px 0;
  }
  .con-box li .left {
    width: auto;
  }
  .con-box li .left .r-img {
    display: none;
  }
  .con-box li .right {
    width: 66.5%;
  }
}
@media only screen and (max-width: 768px) {
  .con-box li .left .l-text .title {
    font-size: 28px;
  }
  .con-box li .left .l-text p {
    font-size: 28px;
  }
  .con-box li .right .name {
    margin-bottom: 8px;
  }
  .con-box li .right p {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 414px) {
  .banner {
    margin-top: 40px;
    padding-bottom: 36%;
  }
  .banner .crumbs-box {
    bottom: 8px;
  }
  .banner .crumbs-box .crumbs .first {
    font-size: 20px;
  }
  .con-box {
    padding: 20px 0;
  }
  .con-box li {
    display: block;
    margin-bottom: 20px;
  }
  .con-box li .left {
    display: block;
    width: 100%;
  }
  .con-box li .left .l-text .title {
    font-size: 24px;
  }
  .con-box li .left .l-text p {
    font-size: 20px;
    display: inline-block;
  }
  .con-box li .right {
    width: 100%;
  }
  .con-box li .right .name {
    margin-bottom: 8px;
  }
  .con-box li .right p {
    margin-bottom: 4px;
  }
}
