.block-banner-box {
  width: 100%;
  margin-top: -70px;
}
.p1-part {
  width: 100%;
  background-color: #F5F5F5;
  padding: 4%;
}
.p1-part .cont {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}
.p1-part .cont .fl-part {
  width: 30%;
  background-color: #fff;
}
.p1-part .cont .fl-part li {
  display: flex;
  justify-content: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  cursor: pointer;
}
.p1-part .cont .fl-part li:not(:last-child) {
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.p1-part .cont .fl-part li:hover .text .name {
  color: #fff;
}
.p1-part .cont .fl-part li:hover .text .fm {
  color: #fff;
}
.p1-part .cont .fl-part li img {
  width: 44px;
  height: 48px;
  margin: 0 30px;
}
.p1-part .cont .fl-part li .text .name {
  font-size: 22px;
  color: #000000;
}
.p1-part .cont .fl-part li .text .fm {
  font-size: 16px;
  color: #666666;
}
.p1-part .cont .fr-part {
  width: 100%;
  background-color: #fff;
  display: flex;
  padding: 5% 6%;
  box-sizing: border-box;
  display: none;
  height: 320px;
}
.p1-part .cont .fr-part .tit {
  color: #000000;
  font-size: 24px;
  margin: 10% 0 5% 0;
}
.p1-part .cont .fr-part .text {
  color: #666666;
  font-size: 18px;
}
.p1-part .cont .fr-part .fl-text {
  float: left;
  width: 55%;
}
.p1-part .cont .fr-part .img {
  margin-left: 3%;
}
.p1-part .cont .frDetails {
  width: 68%;
}
.p1-part .cont .showIntroduce {
  display: block;
}
.p2-part {
  padding: 4% 0 0 0;
}
.p2-part .classify {
  display: flex;
  margin-top: 5%;
}
.p2-part .classify li {
  width: 20%;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.p2-part .classify li.active {
  position: relative;
}
.p2-part .classify li.active:after {
  content: "";
  width: 40%;
  height: 4px;
  background-color: #EC8F27;
  display: block;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p2-part .describe {
  background-size: 100% 100%;
  width: 100%;
  display: none;
}
.p2-part .describe .container-box {
  display: flex;
  padding: 4% 0;
}
.p2-part .describe .container-box .fl-box {
  width: 60%;
  height: 360px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 5%;
  font-size: 18px;
  line-height: 200%;
  color: #666666;
  letter-spacing: 2px;
  text-align: justify;
}
.p2-part .describe .container-box img {
  width: 40%;
  height: 360px;
}
.p2-part .showIntroduce {
  display: block;
}
.p3-part {
  background-color: #F4F6FB;
  padding: 3% 0 5% 0;
}
.p3-part ul {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.p3-part ul li {
  background-color: #fff;
  width: 20%;
  padding: 20px;
}
.p3-part ul li .name {
  color: #000000;
  font-size: 22px;
  margin: 18px 0 ;
}
.p3-part ul li .txt {
  font-size: 16px;
  color: #666666;
}
.p3-part ul li .img {
  width: 140px;
  height: 120px;
  margin: 0 auto;
}
.p3-part ul li .img img {
  width: 100%;
  height: 100%;
}
.p5-part {
  background: url(../images/v-img12.png) no-repeat top center;
  background-size: 100% 100%;
  text-align: center;
  padding: 4% 0;
}
.p5-part .tit {
  font-size: 26px;
  color: #fff;
}
.p5-part a {
  margin-top: 20px;
  width: 120px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  color: #fff;
  background: rgba(216, 216, 216, 0.2);
  border-radius: 2px;
}
