.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
}
.banner img {
  width: 100%;
}
.banner .txt {
  position: absolute;
  top: 28%;
  left: 10%;
  z-index: 2;
}
.banner h1 {
  color: #fff;
}
.banner p {
  color: #fff;
  width: 60%;
}
.sub_nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 2% 0;
}
.sub_nav ul li {
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_nav ul li i {
  margin-right: 15px;
}
.sub_nav ul li span {
  margin: 0 8px;
}
.sub_nav ul li.on {
  color: #007bf5;
}
.cont_1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cont_1 #industry {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4%;
  margin-bottom: 3rem;
}
.cont_1 #industry span {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.8;
  margin-top: 8px;
}
.cont_1 #industry ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont_1 #industry ul li {
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  border-radius: 100px;
  line-height: 1.8;
  color: #141414;
  padding: 0 20px;
  margin: 10px;
  border: 1px solid #ccc;
}
.cont_1 #industry ul li a{color: #141414;display:block}
.cont_1 #industry ul li.on {
  background-color: #007bf5;
  box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -moz-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  color: #fff;
}
.cont_1 #industry ul li.on a{
  background-color: #007bf5;
  box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -moz-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  color: #fff;
}
.cont_1 #industry ul li:hover {
  color: #007bf5;
}
.cont_1 #industry ul li:hover.on {
  color: #fff;
}
.cont_1 #scene {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2%;
  padding-bottom: 3%;
}
.cont_1 #scene span {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.8;
  margin-top: 8px;
}
.cont_1 #scene ul {
  width: 85%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont_1 #scene ul li {
  cursor: pointer;
  font-size: 18px;
  border-radius: 100px;
  line-height: 1.8;
  color: #141414;
  margin: 8px 15px 0;
  padding: 0 20px;
}
.cont_1 #scene ul li.on {
  background-color: #007bf5;
  box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -moz-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  color: #fff;
}
.cont_1 #scene ul li:hover {
  color: #007bf5;
}
.cont_1 #scene ul li:hover.on {
  color: #fff;
}
.cont_1 .solution .plan {
  display: flex;
  justify-content: space-between;
  background-color: #f2f3f5;
  margin-bottom: 3%;
}
.cont_1 .solution .plan:last-child{margin-bottom:0}
.cont_1 .solution .plan:hover .img img {
  transform: scale(1.05);
}
.cont_1 .solution .plan .img {
  margin: 2.5%;
  width: 47%;
  overflow: hidden;
}
.cont_1 .solution .plan .img img {
  width: 100%;
}
.cont_1 .solution .plan .txt {
  width: 53%;
  display: flex;
  align-items: center;
  padding: 0 3%;
}
.cont_1 .solution .plan .txt h1 {
  color: #141414;
  text-align: left;
  font-weight: bold;
}
.cont_1 .solution .plan .txt p {
  color: #141414;
  text-align: left;
  line-height: 1.8;
  margin-top: 3%;
}
.cont_1 .solution .plan .txt ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 3%;
}
.cont_1 .solution .plan .txt ul li {
  color: #007bf5;
  margin-right: 3%;
}
.cont_1 .solution .plan .txt .more {
  background-color: #fff;
  border: 1px solid #007bf5;
  display: inline-block;
  color: #007bf5;
  padding: 2% 7%;
  margin-top: 5%;
  transition: all 0.3s;
}
.cont_1 .solution .plan .txt .more:hover {
  background-color: #007bf5;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .cont_1 #industry ul li {
    margin: 10px 8px;
  }
}
@media screen and (max-width: 1366px) {
  .cont_1 #industry span {
    font-size: 14px;
  }
  .cont_1 #industry ul li {
    font-size: 16px;
  }
  .cont_1 #scene span {
    font-size: 14px;
  }
  .cont_1 #scene ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .cont_1 .solution .plan .img img {
    width: 120%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 900px) {
  .cont_1 .solution {
    margin-top: 4%;
  }
  .cont_1 .solution .plan {
    flex-wrap: wrap;
  }
  .cont_1 .solution .plan .img {
    margin: 0;
    width: 100%;
  }
  .cont_1 .solution .plan .txt {
    width: 100%;
    padding: 4%;
  }
  .cont_1 .solution .plan .txt div {
    text-align: center;
  }
  .cont_1 .solution .plan .txt div .more {
    width: 100%;
  }
  .banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 240px;
  }
  .banner img {
    height: 100%;
    width: auto;
    /*position: absolute;*/
    /*top: 0%;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
  }
  .banner .txt{top: 8%;}
  .banner p {
    width: 90%;
  }
  .cont_1 #industry {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .cont_1 #industry span {
    width: 100%;
  }
  .cont_1 #industry ul {
    width: 100%;
  }
  .cont_1 #scene {
    flex-wrap: wrap;
  }
  .cont_1 #scene span {
    width: 100%;
  }
  .cont_1 #scene ul {
    width: 100%;
  }
  .cont_1 #industry ul li {
    width: 33%;
    margin: 8px 0% 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 2.2;
  }
  .cont_1 #scene ul li {
    width: 25%;
    margin: 8px 0% 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 2.2;
  }
}
/*# sourceMappingURL=solution.css.map */