.lx-content .carousel-item {
  position: relative;
}

.lx-content .carousel-item .carousel-item-text {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.lx-content .carousel-item span {
  display: block;
  margin: 10px 0;
  font-size: 45px;
}

.lx-content .carousel-item span:first-of-type {
  font-size: 56px;
}

.lx-content .information .title {
  width: 790px;
  margin: 30px auto;
  text-align: center;
}

.lx-content .information .title .title_main {
  height: 90px;
  line-height: 90px;
  font-size: 30px;
}

.lx-content .information .title .title_other {
  line-height: 30px;
  font-size: 14px;
  color:#777;
}

.lx-content .information .box1 {
  margin: 60px 0;
  text-align: center;
}

.lx-content .information .img-box {
  display: inline-block;
  margin: 0 5px;
}

.lx-content .information .img-box .img_bg{
  width: 228px;
  height: 146px;
  background-size: cover;
}

.lx-content .information .img-box label {
  display: block;
  margin: 10px 0;
  text-align: center;
  color:#dc3545;
}

.lx-content .information .box2 {
  width: 60%;
  min-width: 980px;
  height: 500px;
  margin: 0 auto;
  background-image: url(../../img/index/qqgg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.lx-content .information .client-logo {
  width: 80%;
  margin: 0 auto 40px;
}

.lx-content .information .client-logo div {
  display: inline-block;
  vertical-align: top;
  background: center no-repeat;
  width: 10%;
  margin-left: 5%;
  padding-bottom: 8%;
}

.lx-content .information .box1-phone {
  display: flex;
  margin-bottom: 60px;
  text-align: center;
}

.lx-content .information .box1-phone > div {
  flex: 1;
}

.lx-content .information .box1-phone span {
  display: block;
}

.lx-content .information .box1-phone span:last-child {
  font-size: 13px;
  color: #000;
}

.lx-content .information .box1-phone span label {
  color: #cf261d;
  font-size: 38px;
  vertical-align: top;
}

.lx-content .information .box1-phone span label:last-child {
  margin-left: 5px;
  padding-top: 12px;
  font-size: 10px;
  color: #777;
}

.lx-content .information .img-information .img-information_title {
  text-align: center;
  font-size: 22px;
}

.lx-content .information .img-information .img-information_title a {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #cf261d;
}

.lx-content .information .img-information .img-information_title a svg {
  margin-top: -2px;
}

.lx-content .information .img-information .img-information_img {
  width: 90%;
  height: 200px;
  margin: 40px auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.lx-content .information .box3-phone {
  width: 100%;
  height: 280px;
  margin-bottom: 60px;
  background-image: url(/img/index/Selection_scheme_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.lx-content .information .box3-phone .box3-phone_title {
  height: 100px;
  line-height: 100px;
  font-size: 18px;
}

.lx-content .information .box3-phone .box3-phone_information {
  display: flex;
}

.lx-content .information .box3-phone .box3-phone_information > div {
  flex: 1;
}

.lx-content .information .box3-phone .box3-phone_information > div span {
  display:block;
}

.lx-content .information .box3-phone .box3-phone_information > div span:first-of-type::after {
  content: " ";
  width: 30px;
  height: 2px;
  display:block;
  margin: 12px auto;
  border-radius: 3px;
  background-color: #fff;
}

.lx-content .information .box3-phone .box3-phone_information > div span:last-of-type {
  font-size: 12px;
}

.lx-content .information .box3-phone .box3-phone_information > div a {
  width: 80px;
  margin-top: 20px;
  border-color: #fff;
  border-radius: 20px;
  font-size: 12px;
  color: #fff;
}

.lx-content .carousel .handleApply{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 0;
  font-size: 16px;
  background-color: #cf261d;
  border-color: #FF5151;
  letter-spacing: 1px;
  border-radius: 5px;
}
.lx-head{
  white-space: nowrap;
}

@media  (min-width: 320px) {
  .lx-content .carousel-item {
    height: 380px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .lx-content .carousel .handleApply{
    top: 75%;
    padding: 5px 15px;
    font-size: 12px;
  }

  .lx-content .carousel-item span {
    font-size: 12px;
  }
  
  .lx-content .carousel-item span:first-of-type {
    font-size: 20px;
  }

  .carousel-indicators {
    margin-bottom: .2rem;
  }

  .carousel-indicators li {
    width: 15px;
  }

  .lx-content .information .title {
    width: 290px;
  }

  .lx-content .information .title .title_main {
    height: 30px;
    margin-bottom:30px;
    line-height: 30px;
    font-size: 16px;
  }

  .lx-content .information .title .title_other {
    text-indent: 20px;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    color: #888;
  }

  .lx-content .information .img-box {
    font-size: 12px;
  }

  .lx-content .information .img-box .img_bg{
    width: calc(228px * 0.5);
    height: calc(146px * 0.5);
  }
  
  .lx-content .information .box1,
  .lx-content .information .box2 {
    display: none;
  }

  .lx-content .information .box1 {
    margin: 30px 0;
  }

  .lx-content .information .box2 {
    min-width: calc(980px * 0.36);
    height: calc(500px * 0.36);
  }

  .lx-content .information .client-logo {
    width: 100%;
  }

  .lx-content .information .client-logo div {
    width: 18%;
    margin-left: 5%;
    margin-bottom: 5%;
    padding-bottom: 18%;
    background-size: contain;
  }
}

@media (min-width: 576px) {
  .lx-content .carousel-item span {
    font-size: 15px;
  }
  
  .lx-content .carousel-item span:first-of-type {
    font-size: 26px;
  }

  .carousel-indicators {
    margin-bottom: 1rem;
  }

  .carousel-indicators li {
    width: 30px;
    height: 3px;
  }

  .lx-content .information .title {
    width: 490px;
  }

  .lx-content .information .title .title_main {
    height: 50px;
    margin-bottom: 0;
    line-height: 50px;
    font-size: 18px;
  }

  .lx-content .information .title .title_other {
    line-height: 16px;
    font-size: 12px;
    text-indent: 0;
    text-align: center;
    color: #777;
  }

  .lx-content .information .img-box {
    font-size: 12px;
  }

  .lx-content .information .img-box .img_bg{
    width: calc(228px * 0.5);
    height: calc(146px * 0.5);
  }


  .lx-content .information .box1,
  .lx-content .information .box2 {
    display: block;
  }

  .lx-content .information .box-phone {
    display: none;
  }

  .lx-content .information .box1 {
    margin: 60px 0;
  }

  .lx-content .information .box2 {
    min-width: calc(980px * 0.5);
    height: calc(500px * 0.5);
  }

  .lx-content .information .client-logo {
    width: 80%;
  }

  .lx-content .information .client-logo div {
    width: 25%;
    margin-left: 5%;
    margin-bottom: 1%;
    padding-bottom: 12%;
    background-size: unset;
  }
}

@media (min-width: 768px) {
  .lx-content .carousel-item span {
    font-size: 25px;
  }
  .lx-content .carousel .handleApply{
    top: 82%;
    padding: 5px 15px;
    font-size: 14px;
  }
  .carousel-indicators li {
    width: 36px;
    height: 4px;
  }
  
  .lx-content .carousel-item span:first-of-type {
    font-size: 36px;
  }

  .lx-content .information .title {
    width: 690px;
  }

  .lx-content .information .title .title_main {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }

  .lx-content .information .title .title_other {
    line-height: 20px;
    font-size: 12px;
  }

  .lx-content .information .img-box {
    font-size: 1rem;
  }

  .lx-content .information .img-box .img_bg{
    width: calc(228px * 0.7);
    height: calc(146px * 0.7);
  }

  .lx-content .information .box2 {
    min-width: calc(980px * 0.7);
    height: calc(500px * 0.7);
  }

  .lx-content .information .client-logo div {
    width: 18%;
    margin-bottom: 0;
    padding-bottom: 12%;
  }
}

@media (min-width: 992px) {
  html,body,.lx-content,.carousel,.carousel-inner,.lx-content .carousel-item{
    height: 100%;
  }
  .lx-content .carousel-item span {
    font-size: 35px;
  }
  
  .lx-content .carousel-item span:first-of-type {
    font-size: 46px;
  }

  .lx-content .information .title {
    width: 790px;
  }

  .lx-content .information .title .title_main {
    height: 90px;
    line-height: 90px;
    font-size: 30px;
  }
  
  .lx-content .information .title .title_other {
    line-height: 30px;
    font-size: 14px;
  }

  .lx-content .information .img-box .img_bg{
    width: 228px;
    height: 146px;
  }

  .lx-content .information .box2 {
    min-width: 980px;
    height: 500px;
  }
  .carousel-indicators li {
    width: 40px;
    height: 5px;
  }

}

@media (min-width: 1200px) {
  /* .lx-content .carousel-item {
    height: 760px;
  } */

  .lx-content .carousel .handleApply{
    top: 75%;
    padding: 8px 25px;
    font-size: 18px;
  }

  .lx-content .carousel-item span {
    font-size: 45px;
  }
  
  .lx-content .carousel-item span:first-of-type {
    font-size: 56px;
  }

  .lx-content .information .client-logo div {
    width: 10%;
    padding-bottom: 8%;
  }
  .carousel-indicators li {
    width: 48px;
    height: 6px;
  }
}