body {
  position: relative;
}
.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;
}
.wenba {
  margin-top: 3rem;
}
.wenba .con > ul li {
  border-top: 1px solid #f5f5f5;
  padding: 2.5rem 2rem;
  position: relative;
}
.wenba .con > ul li a {
  display: block;
}
.wenba .con > ul li a .top {
  margin-bottom: 1.5rem;
}
.wenba .con > ul li a .top .tu {
  float: left;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  overflow: hidden;
  background: #e7e7e7;
}
.wenba .con > ul li a .top .tu img {
  width: 100%;
  height: 100%;
}
.wenba .con > ul li a .top h2 {
  float: left;
  font-size: 0.8rem;
  color: #000;
  line-height: 2.9rem;
  margin: 0 1rem;
}
.wenba .con > ul li a .top h3 {
  float: left;
  font-size: 0.7rem;
  color: #777;
  line-height: 2.9rem;
  padding-left: 1.2rem;
  position: relative;
}
.wenba .con > ul li a .top h3:before {
  content: '';
  width: 0.9rem;
  height: 0.7rem;
  background: url(../img/zhidao/wenba/icon_01.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1.1rem;
}
.wenba .con > ul li a .text {
  width: 62%;
}
.wenba .con > ul li a .text h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  margin-bottom: 1.2rem;
}
.wenba .con > ul li a .text p {
  font-size: 0.7rem;
  color: #777;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.wenba .con > ul li a .more {
  position: absolute;
  right: 4rem;
  top: 50%;
  width: 2.6rem;
  height: 2.6rem;
  margin-top: -1.3rem;
  border-radius: 50%;
  background: #3e5375;
}
.wenba .con > ul li a .more span {
  display: block;
  line-height: 2.6rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
.wenba .con > ul li:last-child {
  border-bottom: 1px solid #f5f5f5;
}
.wenba .con > ul li:before {
  content: '';
  width: 0;
  height: 1px;
  background: #f87430;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
}
.wenba .con > ul li:hover {
  box-shadow: 0px 16px 57px 0px rgba(0, 0, 0, 0.07);
}
.wenba .con > ul li:hover:before {
  width: 100%;
}
.wenba .con > ul li:hover a .more {
  background: #ff8041;
}
.question {
  position: fixed;
  z-index: 100;
  bottom: 20%;
  right: 6%;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #f97832;
  box-shadow: 0px 10px 30px 0px rgba(249, 120, 50, 0.5);
  cursor: pointer;
}
.question img {
  width: 50%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.question:hover {
  background: #3e5375;
  box-shadow: 0px 10px 30px 0px rgba(62, 83, 117, 0.5);
}
.question-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}
.question-alert .con {
  width: 58%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem 4rem;
  overflow: auto;
}
.question-alert .con > h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.question-alert .con > p {
  font-size: 0.7rem;
  color: #777;
}
.question-alert .con .top {
  margin-bottom: 1rem;
}
.question-alert .con .top .tu {
  float: left;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  overflow: hidden;
  background: #e7e7e7;
}
.question-alert .con .top .tu img {
  width: 100%;
  height: 100%;
}
.question-alert .con .top h2 {
  float: left;
  font-size: 0.8rem;
  color: #000;
  line-height: 2.9rem;
  margin: 0 1rem;
}
.question-alert .con .top h3 {
  float: left;
  font-size: 0.7rem;
  color: #777;
  line-height: 2.9rem;
  padding-left: 1.2rem;
  position: relative;
}
.question-alert .con .top h3:before {
  content: '';
  width: 0.9rem;
  height: 0.7rem;
  background: url(../img/zhidao/wenba/icon_01.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1.1rem;
}
.question-alert .con .review {
  padding: 1rem 0;
}
.question-alert .con .review .tu {
  float: left;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
}
.question-alert .con .review .tu img {
  width: 100%;
  height: 100%;
}
.question-alert .con .review .review-con {
  float: right;
  width: calc(100% - 4rem);
  position: relative;
  height: 4rem;
}
.question-alert .con .review .review-con textarea {
  width: 100%;
  border: 2px solid #efefef;
  height: 100%;
  padding: 1rem 6rem 1rem 1rem;
}
.question-alert .con .review .review-con button {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 100%;
  background-image: linear-gradient(-83deg, #7961f8 0%, #1d34f6 100%);
  font-size: 0.8rem;
  color: #fff;
  border: none;
}
.question-alert .con .review .review-con button:hover {
  background: #ff8041;
}
.question-alert .con > h3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
}
.question-alert .con .content > ul li {
  margin-top: 0.8rem;
}
.question-alert .con .content > ul li p {
  font-size: 0.8rem;
  color: #333;
}
.question-alert .con .content > ul li p span {
  font-weight: bold;
}
.question-alert .con .content > ul li h4 {
  font-size: 0.8rem;
  color: #999;
  margin-top: 0.4rem;
}
.question-alert .con .content .page-list {
  padding: 2rem 0 0;
}
.question-alert .con .close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.question-alert .con .close span {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  line-height: 4rem;
  color: #333;
}
.question-alert .con .close:hover span {
  color: #ff8041;
}
.ask-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}
.ask-alert .con {
  width: 42%;
  background: #fff;
  padding: 3rem;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ask-alert .con > h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.ask-alert .con .review {
  padding: 2rem 0;
}
.ask-alert .con .review .tu {
  float: left;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
}
.ask-alert .con .review .tu img {
  width: 100%;
  height: 100%;
}
.ask-alert .con .review .review-con {
  float: right;
  width: calc(100% - 4rem);
  position: relative;
  height: 8rem;
}
.ask-alert .con .review .review-con textarea {
  width: 100%;
  border: 2px solid #efefef;
  height: 100%;
  padding: 1rem 6rem 1rem 1rem;
}
.ask-alert .con .review .review-con button {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 100%;
  background-image: linear-gradient(-83deg, #7961f8 0%, #1d34f6 100%);
  font-size: 0.8rem;
  color: #fff;
  border: none;
}
.ask-alert .con .review .review-con button:hover {
  background: #ff8041;
}
.ask-alert .con .close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.ask-alert .con .close span {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  line-height: 4rem;
  color: #333;
}
.ask-alert .con .close:hover span {
  color: #ff8041;
}
@media screen and (max-width: 1366px) {
  .question-alert .con {
    width: 70%;
  }
}
@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;
  }
  .question-alert .con {
    width: 90%;
  }
  .ask-alert .con {
    width: 60%;
  }
}
@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: 20px;
  }
  .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;
  }
  .wenba {
    margin-top: 20px;
  }
  .wenba .con > ul li {
    padding: 20px 10px;
  }
  .wenba .con > ul li a .top .tu {
    width: 40px;
    height: 40px;
  }
  .wenba .con > ul li a .top h2 {
    font-size: 14px;
  }
  .wenba .con > ul li a .top h3 {
    font-size: 12px;
    padding-left: 22px;
  }
  .wenba .con > ul li a .top h3:before {
    width: 16px;
    height: 14px;
    top: 10px;
  }
  .wenba .con > ul li a .text {
    width: 100%;
  }
  .wenba .con > ul li a .text h2 {
    font-size: 16px;
  }
  .wenba .con > ul li a .text p {
    font-size: 14px;
  }
  .wenba .con > ul li a .more {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 16px;
    width: 30px;
    height: 30px;
  }
  .wenba .con > ul li a .more span {
    line-height: 30px;
    font-size: 16px;
  }
  .question-alert .con {
    padding: 20px 10px;
  }
  .question-alert .con > h2 {
    font-size: 16px;
  }
  .question-alert .con > p {
    font-size: 14px;
  }
  .question-alert .con .top .tu {
    width: 40px;
    height: 40px;
  }
  .question-alert .con .top h2 {
    font-size: 14px;
  }
  .question-alert .con .top h3 {
    font-size: 12px;
    padding-left: 22px;
  }
  .question-alert .con .top h3:before {
    width: 16px;
    height: 14px;
    top: 10px;
  }
  .question-alert .con .review {
    padding: 10px 0;
  }
  .question-alert .con .review .tu {
    width: 40px;
    height: 40px;
  }
  .question-alert .con .review .review-con {
    width: calc(100% - 50px);
    height: 60px;
  }
  .question-alert .con .review .review-con button {
    font-size: 14px;
  }
  .question-alert .con > h3 {
    font-size: 14px;
  }
  .question-alert .con .content > ul li {
    margin-top: 16px;
  }
  .question-alert .con .content > ul li p {
    font-size: 14px;
  }
  .question-alert .con .content > ul li h4 {
    font-size: 13px;
    margin-top: 8px;
  }
  .question-alert .con .close span {
    font-size: 16px;
  }
  .ask-alert .con {
    width: 80%;
    padding: 20px 10px;
  }
  .ask-alert .con > h2 {
    font-size: 16px;
  }
  .ask-alert .con .review {
    padding: 10px;
  }
  .ask-alert .con .review .tu {
    width: 40px;
    height: 40px;
  }
  .ask-alert .con .review .review-con {
    width: calc(100% - 50px);
    height: 100px;
  }
  .ask-alert .con .review .review-con button {
    font-size: 14px;
  }
  .ask-alert .con .close span {
    font-size: 16px;
  }
}
/*# sourceMappingURL=zhidao_wenba.css.map */