@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
  color: #4a65b6 !important;
}
.headbar {
  height: 40px;
  background: #FFFCFC;
}
.headbar .headbar-left {
  float: left;
}
.headbar .headbar-left p,
.headbar .headbar-left span {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
}
.headbar .headbar-left p span,
.headbar .headbar-left span span {
  display: inline-block;
  margin-right: 18px;
}
.headbar .headbar-left p span:last-child,
.headbar .headbar-left span span:last-child {
  margin-right: 0;
}
.headbar .headbar-right {
  float: right;
}
.headbar .headbar-right .headbar-phone {
  margin-right: 20px;
}
.headbar .headbar-right .headbar-phone a {
  font-size: 14px;
  color: #757575;
  line-height: 50px;
  display: inline-block;
}
.headbar .headbar-right .headbar-phone span {
  margin: 0 12px 0;
  color: #757575;
  line-height: 36px;
}
.headbar .headbar-right .headbar-sign a {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  display: inline-block;
  margin-right: 20px;
}
.headbar .headbar-right .headbar-sign a:hover {
  color: #AD2A2A !important;
}
.headbar .headbar-right .headbar-sign a:last-child {
  margin-right: 0;
}
.headbar .headbar-right .headbar-sign span {
  margin: 0 16px;
  color: #757575;
  line-height: 36px;
}
.headbar .headbar-right a {
  font-size: 14px;
  color: #757575;
  line-height: 36px;
  display: inline-block;
}
.headbar .headbar-right span {
  margin: 0 16px;
  color: #757575;
  line-height: 36px;
}
.headbar .headbar-right span {
  margin: 0 5px;
}
.headbar .headbar-right .headbar-sign span {
  margin: 0 5px;
}
.headerlogo {
  width: 100%;
  height: 350px;
  background: url(../images/headerbck.png) no-repeat center top;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
.headerlogo span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 50px;
  color: #015DBB;
  padding-top: 120px;
  display: block;
}
.headnav {
  width: 100%;
  height: 60px;
  background: #4A65B6;
  min-width: 1200px;
  margin: 0 auto;
}
.headnav .layout > ul {
  width: 100%;
  display: table;
}
.headnav ul .flexl {
  display: table-cell;
  text-align: center;
  position: relative;
}
.headnav ul .flexl:hover {
  background: #B6E3FC;
}
.headnav ul .flexl:hover > a {
  color: #4A65B6 !important;
}
.headnav ul .active {
  background: #B6E3FC;
}
.headnav ul .active a {
  color: #4A65B6 !important;
}
.headnav ul .flexl > a {
  display: block;
  padding: 0 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 60px;
  text-align: center;
  width: 100%;
}
.headnav ul .flexl .sub-nav {
  width: 155px;
  background: rgba(255, 255, 255, 0.59);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
  transform-origin: top;
}
.headnav ul .flexl .sub-nav li {
  text-align: center;
  margin: 20px 0;
}
.headnav ul .flexl .sub-nav li a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 0;
  text-align: center;
}
.headnav ul .flexl:hover .sub-nav {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}
.headnav ul .flexl .sub-nav li a:hover {
  color: #9C0000 !important;
}
.course-headlogo {
  width: 100%;
  height: 440px;
  background: url(../image/banner_2.jpg) no-repeat center top;
  min-width: 1200px;
}
footer {
  min-width: 1200px;
  margin-top: 53px;
}
footer .footer-link {
  background-color: #ffffff;
  padding: 20px 0;
}
footer .footer-link h3 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  display: block;
  color: #666666;
  line-height: 22px;
  margin-bottom: 11px;
}
footer .footer-link a {
  font-size: 14px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  color: #999;
  line-height: 20px;
}
footer .footer-link a:hover {
  color: #999 !important;
}
footer .info-wrap {
  text-align: center;
  background-color: black;
  padding-top: 55px;
  padding-bottom: 55px;
}
footer .info-wrap span {
  font-size: 14px;
  color: white;
  display: inline-block;
  line-height: 29px;
}
footer .info-wrap span.last {
  margin-right: 0;
}
footer .info-wrap a {
  display: inline-block;
  font-size: 14px;
  color: white;
  margin-right: 17px;
  line-height: 29px;
}
footer .info-wrap a:hover {
  color: #fff !important;
}
footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../images/icp-logo.png) no-repeat;
  vertical-align: -3px;
}
footer .info-wrap div:nth-child(3) > span a:nth-child(1) {
  margin-right: 0;
}
.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: #4a65b6;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #999999;
}
@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: #4a65b6 !important;
  color: white  !important;
}
.pagez .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
  background-color: #4a65b6 !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: 52px 0 !important;
}
.pagez .el-pager li.active {
  color: #4a65b6 !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: 16px;
  color: #666;
  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;
  color: #666666;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}
.fill .head ul .on {
  color: #4a65b6;
}
.fill .head ul .on:after {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #4a65b6;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.fill .head a {
  float: right;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}


.headnav ul li .navlist dl {
   display: none; 
    width: 100%;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background-color: #4A65B6;
}

.headnav ul li .navlist dl dd {
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
}

.headnav ul li .navlist dl dd a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    width:100%;
    display: block;
}

.headnav ul li .navlist dl dd:nth-last-child(1) {
    margin-bottom: 0;
}

.headnav ul li:hover dl {
    display: block;
    background-color: #4A65B6;
}
.headnav ul li dl dd:hover{
    background-color: #B6E3FC;
    color: #4A65B6 !important;
}
.headnav ul li dl dd a:hover{
    color: #4A65B6 !important;
}
