@charset "utf-8";
.layout {
  width: 1300px;
  margin: 0 auto;
}
body a:hover {
  color: #0066ff !important;
}
.navigation-bread {
  padding-top: 25px;
  margin-bottom: 16px;
  overflow: hidden;
}
.navigation-bread i {
  float: left;
  font-style: normal;
  width: 22px;
  height: 16px;
  margin-right: 12px;
  background: url(../images/fill_icon.png) no-repeat;
  margin-top: 2px;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  float: left;
  margin-right: 0px;
}
.navigation-bread .navigation-cur {
  color: #0066ff;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #333333;
}
.fill .head {
  position: relative;
  margin-bottom: 10px;
}
.fill .head .head-title {
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}
.fill .head .head-title i {
  font-style: normal;
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url(../images/fill_icon.png) no-repeat;
  margin: 7px 10px 0 0;
}
.fill .head .fill-tab {
  float: left;
  margin-left: 28px;
}
.fill .head .fill-tab li {
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  margin-right: 24px;
  padding-bottom: 3px;
  position: relative;
  cursor: pointer;
}
.fill .head .fill-tab .on {
  color: #0066ff;
}
.fill .head .fill-tab .on:after {
  position: absolute;
  content: '';
  width: 58px;
  height: 2px;
  background: #0066ff;
  border-radius: 2px;
  left: 50%;
  margin-left: -29px;
  bottom: 0;
  z-index: 3;
}
.fill .head a {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.line-box {
  width: 100%;
  height: 9px;
  background: url(../images/line_back.png);
}
.detail-box {
  padding: 0 50px 50px;
  background-color: #ffffff;
}
.detail-wrap {
  width: 924px;
  margin: 0 auto;
}
.detail-wrap .detail-bt {
  border-bottom: 1px dashed #D4D4D4;
  padding-bottom: 20px;
  margin-top: 40px;
}
.detail-wrap .detail-bt h1 {
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
.detail-wrap .detail-bt .sub-title {
  text-align: center;
  line-height: 30px;
  margin-top: 14px;
}
.detail-wrap .detail-bt .sub-title span {
  font-size: 14px;
  color: #666666;
  margin-right: 20px;
}
.detail-wrap .detail-bt .sub-title span:last-child {
  margin-right: 0;
}
.detail-wrap .text {
  margin-top: 26px;
}
.detail-wrap .text p {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 25px;
}
.detail-wrap .text img {
  max-width: 924px;
  height: auto;
  display: initial;
}
.detail-wrap .text .text-img {
  text-align: center;
}
.detail-wrap .text .text-img h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin: 35px 0 30px;
}
