.fengcai_details_box {
  width: 100%;
  height: auto;
  padding: 0 25px;
  box-sizing: border-box;
  border-left: 1px solid #01C490;
  margin: 30px 0;
}
.details_box1,.details_box2 {
  width: 100%;
  height: auto;
  margin-bottom: 65px;
}
.details_box1_title {
  position: relative;
  width: 100%;
  height: 25px;
  line-height: 25px;
  top: -10px;
}
.details_box1_title img {
  position: absolute;
  width: 15px;
  height: 15px;
  left: -33px;
  top: 5px;
}
.details_box1_title span {
  color: #d0d0d0;
  font-size: 24px;
  float: left;
  height: 25px;
  line-height: 25px;
  letter-spacing: -1.5px;
}
.details_box1_title font {
  color: #01c490;
  font-size: 20px;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-left: 10px;
  font-weight: bold;
}
.details_box1_title2 {
  font-size: 16px;
  color: #868686;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: bold;
}
.details_box1_nr {
  font-size: 14px;
  color: #868686;
  line-height: 25px;
}
.details_box2_nav {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  margin: 25px 0;
  margin-top: 15px;
}
.details_box2_nav li {
  width: 25%;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  transition: all 0.5s;
}
.details_box2_nav_dq {
  background: #205cc6 !important;
}
.details_box2_nav li span {
  font-size: 42px;
  color: #205cc6;
  display: inline-block;
  transition: all 0.5s;
}
.details_box2_nav_dq span {
  color: #ffffff !important;
}
.details_box2_nav li p {
  font-size: 14px;
  color: #205cc6;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  transition: all 0.5s;
}
.details_box2_nav_dq p {
  color: #ffffff !important;
}
.icon-tb-1:before {
  content: "\e579";
}
.icon-tb-9:before {
  content: "\e506";
}
.details_box2_nav li:hover {
  background: #205cc6 !important;
}
.details_box2_nav li:hover span {
  color: #ffffff !important;
}
.details_box2_nav li:hover p {
  color: #ffffff !important;
}
.details_box2_nav li:hover font {
  color: rgba(255,255,255,1) !important;
}
.details_box2_nav li font {
  font-size: 20px;
  color: rgba(255,255,255,0);
  display: inline-block;
  transition: all 0.5s;
}
.details_box2_nav_dq font {
  color: rgba(255,255,255,1) !important;
}
.details_box2_nr {
  display: none;
  color: #868686;
  line-height: 25px;
  font-size: 14px;
}