.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;
}
.ceshi-con {
  margin-bottom: 4rem;
}
.ceshi-con .con {
  background: #fff;
  padding: 4rem 5rem 5rem;
}
.ceshi-con .con .title {
  text-align: center;
}
.ceshi-con .con .title h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #f97832;
}
.ceshi-con .con .title p {
  width: 70%;
  margin: 1.4rem auto 0;
  font-size: 0.8rem;
  color: #999;
}
.ceshi-con .con .title .progress {
  width: 100%;
  height: 6px;
  background: #f2f2f2;
  margin: 3rem 0 2.4rem;
  position: relative;
}
.ceshi-con .con .title .progress .rate {
  position: absolute;
  width: 0;
  height: 100%;
  background: #003fa0;
  left: 0;
  top: 0;
}
.ceshi-con .con .content .subject {
  margin-top: 2.4rem;
}
.ceshi-con .con .content .subject h2 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.ceshi-con .con .content .subject h2 span {
  margin-right: 0.4rem;
}
.ceshi-con .con .content .subject h2 em {
  font-size: 1rem;
  color: #f87430;
  position: relative;
  top: 5px;
  left: 2px;
}
.ceshi-con .con .content .subject label {
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 3px;
  font-size: 0.8rem;
  color: #333;
  cursor: pointer;
}
.ceshi-con .con .content .subject label input {
  margin-right: 0.4rem;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0.2rem;
  float: left;
}
.ceshi-con .con .content .subject label span {
  overflow: hidden;
  display: block;
}
.ceshi-con .con .content .subject label input:checked + span {
  color: #003fa0;
}
.ceshi-con .con .content .subject label:hover {
  background: #eaefff;
}
.ceshi-con .con .content .btn {
  margin: 5rem auto 0;
  text-align: center;
  width: 9.5rem;
  height: 3rem;
  border-radius: 30px;
  background-image: linear-gradient(95deg, #f87230 0%, #ffac41 100%);
  border: none;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  line-height: 3rem;
}
.ceshi-con .con .content .btn:hover {
  background: #003fa0;
}
.ceshi-con .con .content .jieguo {
  width: 50%;
  margin: 3rem auto 0;
  display: none;
}
.ceshi-con .con .content .jieguo h2 {
  float: left;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  top: -4px;
  margin-right: 0.6rem;
}
.ceshi-con .con .content .jieguo p {
  overflow: hidden;
  font-size: 0.8rem;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 96px;
  }
  .bread .con a {
    font-size: 14px;
  }
  .bread .con h6 {
    font-size: 14px;
  }
  .ceshi-con .con .content .jieguo {
    width: 100%;
  }
  .ceshi-con .con .content .jieguo h2 {
    float: none;
    font-size: 16px;
  }
  .ceshi-con .con .content .jieguo p {
    font-size: 14px;
  }
}
@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 > 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;
  }
  .ceshi-con {
    margin-bottom: 3rem;
  }
  .ceshi-con .con {
    padding: 20px 20px 40px;
  }
  .ceshi-con .con .title h2 {
    font-size: 16px;
  }
  .ceshi-con .con .title p {
    font-size: 14px;
    width: 100%;
  }
  .ceshi-con .con .title .progress {
    margin: 20px 0;
  }
  .ceshi-con .con .content .subject h2 {
    font-size: 16px;
  }
  .ceshi-con .con .content .subject h2 em {
    font-size: 16px;
    top: 0;
  }
  .ceshi-con .con .content .subject label {
    font-size: 14px;
    padding: 10px;
  }
  .ceshi-con .con .content .subject label input {
    margin-right: 8px;
  }
  .ceshi-con .con .content .btn {
    margin-top: 2rem;
    width: 12rem;
    height: 4rem;
    font-size: 14px;
    line-height: 4rem;
  }
}
/*# sourceMappingURL=zhidao_ceshi.css.map */