.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.banner .text h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.banner .text span {
  display: inline-block;
  width: 1.4rem;
  height: 4px;
  background: #e77b43;
  margin: 0.6rem 0;
}
.banner .text p {
  font-size: 0.8rem;
  color: #fff;
}
.banner .text > ul {
  margin-top: 2.5rem;
  text-align: center;
}
.banner .text > ul li {
  display: inline-block;
  width: 10rem;
  height: 3.2rem;
  background: #fff;
}
.banner .text > ul li:not(:last-child) {
  margin-right: 0.5rem;
}
.banner .text > ul li a {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  line-height: 3.2rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .text > ul li.active a {
  color: #fff;
  background-image: linear-gradient(88deg, #e77a42 0%, #f1a753 100%);
  background-blend-mode: normal, normal;
}
.banner .text > ul li:hover a {
  color: #fff;
  background-image: linear-gradient(88deg, #e77a42 0%, #f1a753 100%);
  background-blend-mode: normal, normal;
}
.bread .con {
  display: flex;
  height: 4rem;
}
.bread .con a {
  font-size: 0.7rem;
  color: #777;
  line-height: 4rem;
}
.bread .con a:hover {
  color: #ff8041;
}
.bread .con span {
  font-size: 0.7rem;
  color: #777;
  display: inline-block;
  line-height: 4rem;
  margin: 0 0.4rem;
}
.bread .con h6 {
  font-size: 0.7rem;
  line-height: 4rem;
  color: #777;
}
.ceshi .con .title {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.ceshi .con .title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #454545;
  position: relative;
  display: inline-block;
}
.ceshi .con .title h2:before {
  content: '';
  width: 1.2rem;
  height: 4px;
  background: #e77b43;
  position: absolute;
  left: -2rem;
  top: 48%;
}
.ceshi .con .title h2:after {
  content: '';
  width: 1.2rem;
  height: 4px;
  background: #e77b43;
  position: absolute;
  right: -2rem;
  top: 48%;
}
.ceshi .con .title p {
  font-size: 0.9rem;
  color: #999;
}
.yueba-list .con > ul li {
  float: left;
  width: 31.2%;
  margin-top: 2rem;
}
.yueba-list .con > ul li:not(:nth-child(3n)) {
  margin-right: 3.2%;
}
.yueba-list .con > ul li .top {
  height: 0;
  padding-bottom: 67%;
  overflow: hidden;
}
.yueba-list .con > ul li .top img {
  width: 100%;
}
.yueba-list .con > ul li .bottom {
  padding: 1.7rem;
  background: #fff;
}
.yueba-list .con > ul li .bottom .title h2 {
  float: left;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  margin-right: 1rem;
}
.yueba-list .con > ul li .bottom .title h3 {
  float: left;
  font-size: 0.7rem;
  color: #fff;
  padding: 0.3rem 0.4rem;
  background: url(../img/zhidao/yueba/yueba_bg.png) no-repeat;
  background-size: cover;
  box-shadow: 0px 7px 24px 0px rgba(32, 33, 36, 0.28);
  border-radius: 3px;
}
.yueba-list .con > ul li .bottom p {
  font-size: 0.8rem;
  color: #666;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.6;
  height: 9.6em;
  margin: 1.2rem 0;
}
.yueba-list .con > ul li .bottom .di .left {
  float: left;
}
.yueba-list .con > ul li .bottom .di .left h2 {
  font-size: 0.8rem;
  color: #666;
}
.yueba-list .con > ul li .bottom .di .left h2 span {
  font-size: 1rem;
  color: #f65d2c;
  font-weight: bold;
}
.yueba-list .con > ul li .bottom .di .left h2 span.month {
  margin-left: 0.2rem;
}
.yueba-list .con > ul li .bottom .di .left h3 {
  font-size: 0.8rem;
  color: #666;
}
.yueba-list .con > ul li .bottom .di .btn {
  float: right;
  width: 45%;
  height: 2.5rem;
  background: linear-gradient(95deg, #f87230 0%, #ffac41 100%);
  border-radius: 25px;
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2.5rem;
  cursor: pointer;
  position: relative;
  top: 0.3rem;
}
.yueba-list .con > ul li .bottom .di .btn:hover {
  background-image: linear-gradient(-83deg, #7961f8 0%, #1d34f6 100%);
}
.baoming-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.baoming-alert .con {
  background: #fff;
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 1.5rem 0;
}
.baoming-alert .con > h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 0 0 0.4rem;
}
.baoming-alert .con form ul {
  padding: 0 2rem;
}
.baoming-alert .con form ul li {
  margin-top: 1rem;
  float: left;
  width: 48.5%;
}
.baoming-alert .con form ul li h2 {
  height: 2.4rem;
  float: left;
  width: 100px;
  text-align: right;
  font-size: 0.8rem;
  color: #000;
  line-height: 2.4rem;
}
.baoming-alert .con form ul li input {
  height: 2.4rem;
  float: right;
  width: calc(100% - 120px);
  border: 1px solid #dce1e4;
  font-size: 0.8rem;
  color: #999;
  padding-left: 1rem;
}
.baoming-alert .con form ul li textarea {
  float: right;
  width: calc(100% - 120px);
  height: 8rem;
  border: 1px solid #dce1e4;
  font-size: 0.8rem;
  color: #999;
  padding: 1rem;
}
.baoming-alert .con form ul li:nth-child(odd) {
  margin-right: 3%;
}
.baoming-alert .con form ul li:nth-child(5) {
  width: 100%;
  margin-right: 0;
}
.baoming-alert .con form ul li:nth-child(6) {
  width: 100%;
}
.baoming-alert .con form .btn {
  margin: 1rem auto 0;
  text-align: center;
}
.baoming-alert .con form .btn input {
  width: 10rem;
  height: 3rem;
  border-radius: 30px;
  background: linear-gradient(47deg, #f87330 0%, #fea43e 100%);
  font-size: 0.8rem;
  color: #fff;
  border: none;
}
.baoming-alert .con form .btn input:hover {
  background: #ff8041;
}
.baoming-alert .con form .btn input[type=reset] {
  background: #1e33f6;
  margin-left: 1.5rem;
}
.baoming-alert .con form .btn input[type=reset]:hover {
  background: #666;
}
.baoming-alert .con .close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 1rem;
  color: #333;
  display: block;
  text-align: center;
  line-height: 4rem;
}
.baoming-alert .con .close:hover {
  color: #ff8041;
}
@media screen and (max-width: 1280px) {
  .brand .con .con-bottom .con-left > ul > li > .bottom .right .case-list {
    margin-top: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 96px;
  }
  .bread .con a {
    font-size: 14px;
  }
  .bread .con h6 {
    font-size: 14px;
  }
  .baoming-alert .con {
    width: 80%;
  }
  .baoming-alert .con form ul li h2 {
    width: 80px;
  }
  .baoming-alert .con form ul li input {
    width: calc(100% - 100px);
  }
  .baoming-alert .con form ul li textarea {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 72px;
    height: 200px;
    overflow: hidden;
  }
  .banner img {
    height: 100%;
    width: auto;
  }
  .banner .text {
    top: 50%;
  }
  .banner .text h2 {
    font-size: 20px;
  }
  .banner .text p {
    font-size: 14px;
  }
  .banner .text span {
    margin: 0;
  }
  .banner .text > ul {
    margin-top: 14px;
  }
  .banner .text > ul li {
    width: 80px;
    height: 40px;
  }
  .banner .text > ul li a {
    font-size: 14px;
    line-height: 40px;
  }
  .ceshi .con .title {
    margin-bottom: 0;
  }
  .ceshi .con .title > h2 {
    font-size: 20px;
  }
  .ceshi .con .title > h2:before {
    width: 20px;
    left: -30px;
  }
  .ceshi .con .title > h2:after {
    width: 20px;
    right: -30px;
  }
  .ceshi .con .title p {
    font-size: 14px;
  }
  .yueba-list .con > ul li {
    width: 48.5%;
    margin-top: 14px;
  }
  .yueba-list .con > ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .yueba-list .con > ul li:not(:nth-child(even)) {
    margin-right: 3%;
  }
  .yueba-list .con > ul li .bottom {
    padding: 10px 10px 16px;
  }
  .yueba-list .con > ul li .bottom .title h2 {
    width: 100%;
    font-size: 16px;
  }
  .yueba-list .con > ul li .bottom .title h3 {
    font-size: 12px;
    padding: 4px;
    margin-top: 4px;
  }
  .yueba-list .con > ul li .bottom p {
    font-size: 14px;
    margin: 10px 0;
  }
  .yueba-list .con > ul li .bottom .di .left {
    width: 100%;
    float: none;
  }
  .yueba-list .con > ul li .bottom .di .left h2 {
    font-size: 13px;
  }
  .yueba-list .con > ul li .bottom .di .left h3 {
    font-size: 13px;
  }
  .yueba-list .con > ul li .bottom .di .btn {
    float: none;
    width: 10rem;
    height: 3rem;
    font-size: 14px;
    line-height: 3rem;
    top: 0;
    margin: 16px auto 0;
  }
  .baoming-alert .con {
    width: 90%;
    padding: 10px;
  }
  .baoming-alert .con > h2 {
    font-size: 16px;
    margin: 10px 0;
  }
  .baoming-alert .con form {
    padding-right: 0;
  }
  .baoming-alert .con form ul {
    padding: 0;
  }
  .baoming-alert .con form ul li {
    width: 100%;
  }
  .baoming-alert .con form ul li h2 {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .baoming-alert .con form ul li input {
    width: calc(100% - 90px);
    font-size: 13px;
    height: 40px;
  }
  .baoming-alert .con form ul li textarea {
    width: calc(100% - 90px);
    font-size: 14px;
    height: 100px;
  }
  .baoming-alert .con form .btn {
    margin: 2rem auto;
  }
  .baoming-alert .con form .btn input {
    width: 12rem;
    height: 4rem;
    font-size: 14px;
  }
  .baoming-alert .con .close {
    font-size: 16px;
  }
}
/*# sourceMappingURL=zhidao_yueba.css.map */