#banner {
  height: 420px;
  position: relative;
}
#banner .layui-carousel #banners .layui-carousel > [carousel-item] .banner-item {
  position: relative;
}
#banner .layui-carousel .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
#banner .layui-carousel .text-left {
  position: absolute;
  top: 30%;
  left: 50%;transform: translateX(-50%);
}
#banner .layui-carousel .text-left h2 {
  font-size: 45px;white-space:nowrap;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
#banner .layui-carousel .text-left h5 {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  width: 100%;
  margin: 40px 0 60px;
  line-height: 1.5;text-align: center;
}
#banner .layui-carousel .text-left .banner-a {
  position: absolute;
  left: 0;
  z-index: 10;
  display: block;
  width: 167px;
  height: 44px;
  border: 1px solid #FFFFFF;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
}
.text-left div{max-width: 280px;margin-left: 50%;transform: translateX(-50%);display: flex;justify-content: space-between;}
.text-left div p{width: 45%;max-width: 120px;
  height: 48px;font-size: 16px;
  line-height: 46px;text-align: center;border-radius: 10px;overflow: hidden;}
.text-left div p:hover{opacity: 0.8;}
.text-left div p:nth-child(1){background: linear-gradient(180deg, #18BFA8 0%, #0F7063 100%);
  border: 1px solid #91FFE5;}
.text-left div p:nth-child(2){
  background: linear-gradient(180deg, #9A9A9A 0%, #5A5A5A 100%);
  border: 1px solid #FFFFFF;
  padding: 1px;}
.text-left div p a{color: #FFFFFF!important;
  display: inline-block;
  width: 100%;
  height: 100%;}
#banner .layui-carousel .text-center {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
#banner .layui-carousel .text-center h5 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#banner .layui-carousel .text-center h2 {
  font-size: 45px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
#banner .layui-carousel .text-center h5 {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  width: 100%;
  margin: 49px 0 85px;
  line-height: 1.5;
  text-align: center;
}
#banner .layui-carousel .text-center .banner-a {
  margin: 0 auto;
}
#banner .layui-carousel .text-right {
  position: absolute;
  top: 25%;
  right: 16%;
}
#banner .layui-carousel .text-right h2 {
  font-size: 45px;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(257deg, #73FFE0 0%, #3EC0A5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}
#banner .layui-carousel .text-right h5 {
  width: 80%;
  margin-left: 100%;
  margin: 49px 0 85px;
  text-align: left;
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.5;
}
#banner .layui-carousel .text-right .banner-a {
  position: absolute;
  right: 0;
}
#banner .layui-carousel .layui-carousel-ind {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #banner {
    height: 400px;
  }
  #banner .layui-carousel .text-left {
    position: absolute;
    top: 30%;
  }
  #banner .layui-carousel .text-left h2 {
    font-size: 32px !important;
  }
  #banner .layui-carousel .text-left h5 {
    font-size: 14px !important;
    margin: 15px 0 27px !important;
  }
  #banner .layui-carousel .text-left .banner-a {
    width: 127px !important;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 14px !important;
  }
  #banner .layui-carousel .text-center {
    position: absolute;
    top: 17% !important;
    left: 50%;
    transform: translateX(-50%);
  }
  #banner .layui-carousel .text-center h2 {
    font-size: 32px !important;
    text-align: center !important;
  }
  #banner .layui-carousel .text-center h5 {
    font-size: 14px;
    width: 100% !important;
    margin: 15px 0 27px !important;
    line-height: 1.5;
    text-align: center !important;
  }
  #banner .layui-carousel .text-center .banner-a {
    margin: 0 auto;
    width: 127px !important;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 14px !important;
  }
  #banner .layui-carousel .text-right {
    position: absolute;
    top: 15%;
    right: 5%;
  }
  #banner .layui-carousel .text-right h2 {
    font-size: 35px !important;
    text-align: right !important;
  }
  #banner .layui-carousel .text-right h5 {
    width: 100% !important;
    margin-left: 100%;
    margin: 15px 0 27px !important;
    text-align: right !important;
    font-size: 14px !important;
    line-height: 1.5;
  }
  #banner .layui-carousel .text-right .banner-a {
    width: 127px !important;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 14px !important;
    float: right !important;
  }
}
@media screen and (max-width: 768px) {
  #banner {
    height: 300px;
  }
  .text-left div {width: 90%;}
  .text-left div p{height: 40px;line-height: 40px;font-size: 14px;}
  #banner .text-left {
    position: absolute;
    top: 28% !important;width: 64%
  }
  #banner .text-left h2 {
    font-size: 22px !important;
  }
  #banner .text-left h5 {
    font-size: 12px !important;
    width: 70%;
    margin: 23px 0 33px !important;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #banner .text-left .banner-a {
    width: 107px !important;
    height: 32px !important;
    text-align: center;
    line-height: 32px !important;
    font-size: 12px !important;
  }
  #banner .text-center {
    width: 90%;
    top: 19% !important;
    left: 50%;
    transform: translateX(-50%);
  }
  #banner .text-center h2 {
    font-size: 22px !important;
    text-align: center !important;
  }
  #banner .text-center h5 {
    width: 80% !important;
    margin: 23px auto 33px !important;
    text-align: center !important;
    font-size: 12px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #banner .text-center .banner-a {
    margin: 0 auto;
    width: 107px !important;
    height: 32px !important;
    text-align: center;
    line-height: 32px !important;
    font-size: 12px !important;
  }
  #banner .text-right {
    position: absolute;
    top: 20% !important;
    right: 7% !important;
  }
  #banner .text-right h2 {
    font-size: 22px !important;
    text-align: right !important;
  }
  #banner .text-right h5 {
    width: 100% !important;
    margin-left: 100%;
    margin: 23px 0 33px !important;
    text-align: right !important;
    font-size: 12px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #banner .text-right .banner-a {
    float: right !important;
    width: 107px !important;
    height: 32px !important;
    text-align: center;
    line-height: 32px !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 321px){
  #banner{height: 250px;}
  #banner .text-left{top: 32% !important;}
  #banner .text-left h2 {
    font-size: 16px !important;
  }
  #banner .layui-carousel .text-left h5{margin: 10px 0 13px !important;}

  .text-left div p {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
