@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.main {
  width: 100%;
  background-color: #F5F7FA;
}
.main .layout {
  width: 1200px;
  margin: 0 auto;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
}
@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: #31693e !important;
  color: white  !important;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  background-color: #31693e !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: #31693e !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;
}
body {
  width: 100%;
  background: url(/statics/gb/images/bck.png) no-repeat center top;
  background-size: 100% 100%;
  min-width: 1200px;
}
html {
  min-width: 1200px;
}
.headbar {
  position: relative;
  z-index: 5;
  background-color: white;
}
.headbar .headbar-left {
  float: left;
}
.headbar .headbar-left a img {
  display: block;
  width: 261px;
  margin-top: 22px;
}
.headbar .headbar-right {
  float: right;
}
.headbar .headbar-right .headbar-phone img {
  width: 21px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.headbar .headbar-right .headbar-sing {
  display: inline-block;
  margin-left: 16px;
}
.headbar .headbar-right .headbar-sing a:hover {
  color: #FDE073;
}
.headbar .headbar-right .headbar-sing a {
  width: 106px;
  height: 30px;
  background: #60AB60;
  border-radius: 32px;
  display: inline-block;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #FDE073;
}

.headbar .headbar-right .headbar-sing i {
  font-style: normal;
  margin: 0 12px;
  vertical-align: 2px;
}
.headbar .headbar-right .czzn-btn {
  display: inline-block;
  margin-left: 40px;
}
.headbar .headbar-right .czzn-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 90px;
}
.headbar .headbar-right .czzn-btn a:hover {
  color: #31693e;
}
.headbar .headbar-right .headbar-phone {
  display: inline-block;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #818181;
  line-height: 90px;
}
.headbar .headbar-right .header_search {
  width: 217px;
  height: 30px;
  border-radius: 32px;
  border: 1px solid #D6D6D6;
  background: transparent;
  position: relative;
  margin-top: 30px;
  float: right;
  margin-left: 10px;
}
.headbar .headbar-right .header_search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headbar .headbar-right .header_search form img {
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 13px;
  position: absolute;
}
.headbar .headbar-right .header_search form .search {
  width: 69%;
  height: 30px;
  background: transparent;
  border: 0;
  font-size: 15px;
  color: #333;
  border-radius: 32px 0 0 32px;
  padding-left: 47px;
}
.headbar .headbar-right .header_search form .btn {
  width: 68px;
  height: 30px;
  background: #B6B6B6;
  border-radius: 32px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border: 0;
  letter-spacing: 2px;
  position: absolute;
  right: -2px;
}
.nav {
  width: 100%;
  height: 77px;
  background-color: #61AD62;
  min-width: 1200px;
  position: relative;
  z-index: 999;
  box-shadow: 0 15px 10px -5px rgba(0, 0, 0, 0.2);
}
.nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 77px;
  width: 100%;
}
.nav ul .on {
  width: 135px;
  height: 82px;
  background: url(/statics/gb/images/active.png) no-repeat center top;
  background-size: 135px 82px;
  position: absolute;
  top: -3px;
  z-index: 9;
  line-height: 82px;
}
.nav ul .on a {
  color: #FFDF1A !important;
}
.nav ul .flexl {
  width: 150px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav ul .flexl a {
  width: 100%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  display: block;
}
.nav ul .flexl a:hover {
  color: #FFDF1A;
}
.course-headlogo {
  width: 100%;
  height: 500px;
  background: url(/statics/gb/images/banner_2.jpg) no-repeat center top;
  min-width: 1200px;
}
.footer {
  min-width: 1200px;
}
.footer .footer-link {
  padding: 70px 0 25px 0;
  min-width: 1200px;
}
.footer .footer-link h3 {
  font-size: 18px;
  display: block;
  color: #31693E;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  width: fit-content;
  float: left;
  margin-right: 20px;
}
.footer .footer-link a {
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.footer .info-wrap {
  text-align: center;
  height: 220px;
  background-color: #306637;
  padding-top: 74px;
  min-width: 1200px;
}
.footer .info-wrap span {
  font-size: 14px;
  color: white;
  margin-right: 17px;
  display: inline-block;
  line-height: 24px;
}
.footer .info-wrap span.last {
  margin-right: 0;
}
.footer .info-wrap a {
  font-size: 14px;
  color: white;
}
.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;
  color: #666666;
  display: block;
  line-height: 21px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #666666;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
