.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;
}
.con-box .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.con-box .top-box .left,
.con-box .top-box .right {
  width: 46.94%;
}
.con-box .top-box .left .img-box,
.con-box .top-box .right .img-box {
  height: 0;
  padding-bottom: 49.4%;
}
.con-box .top-box .left .img-box:hover img,
.con-box .top-box .right .img-box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.con-box .top-box .left .img-box img,
.con-box .top-box .right .img-box img {
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.con-box .top-box .left .text-box,
.con-box .top-box .right .text-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
.con-box .top-box .left .text-box span,
.con-box .top-box .right .text-box span {
  font-size: 30px;
  display: block;
  margin-bottom: 40px;
}
.con-box .top-box .left .text-box p,
.con-box .top-box .right .text-box p {
  font-size: 22px;
  line-height: 1.6;
}
.con-box .bot-lists li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}
.con-box .bot-lists li > div.pos-sal {
  font-size: 30px;
  color: #00a2e9;
  margin-bottom: 40px;
}
.con-box .bot-lists li > div.treat {
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00a2e9;
}
.con-box .bot-lists li > div.duty-area {
  font-size: 22px;
  margin-bottom: 35px;
}
.con-box .bot-lists li > div.texts-more {
  font-size: 16px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.con-box .bot-lists li > div.texts-more li {
  margin-bottom: 6px;
}
.con-box .bot-lists li > div.texts-more .more-btn {
  font-size: 22px;
  color: #00a2e9;
  text-decoration: underline;
}
@media only screen and (max-width: 1440px) {
  .con-box {
    padding: 60px 0;
  }
  .con-box .top-box .left .text-box span,
  .con-box .top-box .right .text-box span {
    font-size: 22px;
  }
  .con-box .top-box .left .text-box p,
  .con-box .top-box .right .text-box p {
    font-size: 16px;
  }
  .con-box .bot-lists li > div.pos-sal {
    font-size: 22px;
  }
  .con-box .bot-lists li > div.duty-area {
    font-size: 16px;
  }
  .con-box .bot-lists li > div.texts-more .more-btn {
    font-size: 16px;
  }
  .banner .crumbs-box {
    width: 1100px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner .crumbs-box {
    width: 900px;
  }
  .con-box {
    padding: 40px 0;
  }
  .con-box .top-box .left .text-box,
  .con-box .top-box .right .text-box {
    padding: 20px;
  }
  .con-box .top-box .left .text-box span,
  .con-box .top-box .right .text-box span {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner {
    margin-top: 58px;
  }
  .banner .crumbs-box {
    width: 96%;
  }
}
@media only screen and (max-width: 768px) {
  .con-box {
    padding: 40px 0 0;
  }
  .con-box .top-box .left .text-box,
  .con-box .top-box .right .text-box {
    padding: 10px;
  }
  .con-box .top-box .left .text-box span,
  .con-box .top-box .right .text-box span {
    margin-bottom: 10px;
  }
  .con-box .bot-lists li > div {
    /* &.pos-sal{
                    font-size: 26px;
                }
                &.duty-area{
                    font-size: 20px;
                } */
  }
  .con-box .bot-lists li > div.texts-more {
    display: block;
  }
  .con-box .bot-lists li > div.texts-more .texts {
    margin-bottom: 6px;
  }
}
@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: 10px 0 0;
  }
  .con-box .top-box {
    display: block;
  }
  .con-box .top-box .left,
  .con-box .top-box .right {
    width: 100%;
  }
  .con-box .top-box .left .text-box,
  .con-box .top-box .right .text-box {
    padding: 8px;
  }
  .con-box .top-box .left .text-box span,
  .con-box .top-box .right .text-box span {
    margin-bottom: 6px;
  }
  .con-box .top-box .left .text-box p,
  .con-box .top-box .right .text-box p {
    font-size: 16px;
  }
  .con-box .bot-lists li > div.pos-sal {
    margin-bottom: 10px;
  }
  .con-box .bot-lists li > div.treat {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .con-box .bot-lists li > div.duty-area {
    margin-bottom: 12px;
  }
  .con-box .bot-lists li > div.texts-more {
    margin-bottom: 30px;
  }
  .con-box .bot-lists li > div.texts-more .texts {
    margin-bottom: 6px;
  }
}
