@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
.headbar {
  position: relative;
  z-index: 5;
}
.headbar .headbar-left {
  float: left;
}
.headbar .headbar-left p a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
}
.headbar .headbar-right {
  float: right;
}
.headbar .headbar-right .headbar-sing {
  display: inline-block;
}
.headbar .headbar-right .headbar-sing a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  margin-right: 15px;
}
.headbar .headbar-right .headbar-sing i {
  font-style: normal;
  margin: 0 12px;
}
.headbar .headbar-right .czzn-btn {
  display: inline-block;
  margin-left: 25px;
}
.headbar .headbar-right .czzn-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
}
.headbar .headbar-right .headbar-phone {
  margin-left: 40px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.course-headlogo {
  width: 100%;
  height: 600px;
  background: url(../image/banner_2.png) no-repeat center top;
  min-width: 1200px;
}
.footer {
  min-width: 1180px;
  margin-top: 40px;
}
.footer .footer-link {
  padding: 20px 0;
}
.footer .footer-link h3 {
  font-size: 18px;
  display: block;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .footer-link a {
  font-size: 16px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  line-height: 30px;
}
.footer .info-wrap {
  text-align: center;
  height: 100px;
  padding-top: 15px;
  margin-top: 16x;
}
.footer .info-wrap span {
  font-size: 14px;
  margin-right: 17px;
  display: inline-block;
  line-height: 24px;
}
.footer .info-wrap span.last {
  margin-right: 0;
}
.footer .info-wrap a {
  font-size: 14px;
}
.footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: -3px;
}
.navigation-bread {
  margin-top: 20px;
  overflow: hidden;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 16px;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  cursor: default;
}
@font-face {
  font-family: element-icons;
  src: url(../static/element-ui/fonts/element-icons.woff) format("woff"), url(../static/element-ui/fonts/element-icons.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #ff6814 !important;
  color: white  !important;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  background-color: #ff6814 !important;
  color: white  !important;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #606266 !important;
}
.pagez .el-pagination {
  text-align: center;
  padding-top: 52px !important;
}
.pagez .el-pager li.active {
  color: #ff6814 !important;
  cursor: default;
}
.pagez .el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  line-height: 27px !important;
}
.fill .head {
  height: 28px;
  line-height: 28px;
  position: relative;
  padding: 0 12px;
}
.fill .head .head-title {
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1px;
  margin-right: 29px;
}
.fill .head ul {
  float: left;
}
.fill .head ul li {
  position: relative;
  float: left;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}
.fill .head ul .on:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.fill .head a {
  float: right;
  font-size: 14px;
  line-height: 28px;
}
.fill .head:after {
  content: "";
  width: 4px;
  height: 17px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
