@charset "utf-8";
.layout {
  width: 1300px;
  margin: 0 auto;
}
body {
  background-color: #ffffff;
}
body a:hover {
  color: #1276ff !important;
}
.headlogopage {
  width: 100%;
  height: 198px;
  background:  no-repeat top center;
  min-width: 1300px;
  padding-top: 80px;
}
.headlogopage .headlogopage-search {
  margin-top: 40px;
}
.headlogopage-top {
  float: left;
}
.headlogopage-top .headlogopage-left {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 18px;
}
.headlogopage-top .headlogopage-left img {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 50%;
}
.headlogopage-top .headlogopage-right {
  float: left;
}
.headlogopage-top .headlogopage-right .top-title {
  font-size: 40px;
  font-weight: bold;
  color: #123a97;
  line-height: 50px;
  letter-spacing: 1px;
}
.headlogopage-top .headlogopage-right .top-link {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #123a97;
  line-height: 20px;
}
.headlogopage-search {
  float: right;
  margin-top: 40px;
}
.headlogopage-search .search-box {
  position: relative;
  width: 330px;
  margin: 0 auto;
}
.headlogopage-search .search-box .search-input {
  border: none;
  float: left;
  width: 270px;
  height: 38px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  font-weight: 400;
  color: #a4a4a4;
  line-height: 25px;
  padding: 0 15px 0 37px;
}
.headlogopage-search .search-box .btn-search {
  float: left;
  width: 60px;
  height: 38px;
  background: #2472de;
  border-radius: 0px 3px 3px 0px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #f1f1f1;
  line-height: 38px;
  text-align: center;
}
.headlogopage-search .search-box .btn-search:hover {
  color: #f1f1f1 !important;
}
.headlogopage-search .search-box .sarch-icon {
  position: absolute;
  top: 7px;
  left: 10px;
  z-index: 1;
}
.headlogopage-search .search-box .sarch-icon img {
  width: 26px;
  height: 26px;
  display: block;
}
.main-headlogo {
  height: 198px;
  padding-top: 80px;
}
.headnav {
  min-width: 1300px;
  max-width: 1920px;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  background: #0165ee;
  border-radius: 0 4px 4px 0;
}
.headnav ul {
  float: left;
}
.headnav ul li {
  position: relative;
  width: 180px;
  float: left;
  background-color: #0165ee;
}
.headnav ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #f1f1f1;
  line-height: 56px;
  text-align: center;
}
.headnav ul li:hover {
  background-color: #004aaf;
}
.headnav ul li:hover a {
  color: #f1f1f1 !important;
}
.headnav ul li:after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #004eba;
  position: absolute;
  right: -0.5px;
  top: 14px;
  z-index: 1;
}
.headnav ul .active {
  background-color: #004aaf;
}
.headnav .header-learning {
  float: right;
  width: 191px;
  height: 56px;
  background: url(/uploads/image/srimages/learning_back.png) no-repeat top center;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px #1764ce;
}
.headnav .header-learning a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 56px;
}
.headnav .header-learning a:hover {
  color: #ffffff !important;
}
.headnav .header-learning a img {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: -5px;
}
.headnav ul li:last-child:after {
  width: 0;
}
.footer {
  width: 100%;
  min-width: 1300px;
  background-color: #1764ce;
  margin: 50px auto 0;
}
.footer .info-wrap {
  width: 400px;
  height: 140px;
  margin: 0 auto;
  padding-top: 34px;
}
.footer .info-wrap div {
  margin-bottom: 10px;
}
.footer .info-wrap span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 16px;
  display: inline-block;
}
.footer .info-wrap span.last {
  margin-right: 0;
}
.footer .info-wrap a {
  display: inline-block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 16px;
}
.footer .info-wrap a:hover {
  color: rgba(255, 255, 255, 0.68) !important;
}
.layui-table td,
.layui-table th {
  position: static !important;
  word-break: break-all;
}
body .confirm-dialog {
  border-radius: 4px;
}
body .confirm-dialog .layui-layer-title {
  position: relative;
  height: 46px;
  line-height: 46px;
  border-bottom: none;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
body .confirm-dialog .layui-layer-title:after {
  position: absolute;
  content: " ";
  height: 1px;
  bottom: 0;
  right: 20px;
  left: 20px;
  border-top: 1px dashed #d8d8d8;
}
body .confirm-dialog .layui-layer-setwin {
  right: 20px;
}
body .confirm-dialog .layui-layer-content {
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
body .confirm-dialog .layui-layer-btn {
  padding: 25px 20px 25px 20px;
}
body .confirm-dialog .layui-layer-btn a {
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 11px;
  padding: 0 33px;
}
body .confirm-dialog .layui-layer-btn .layui-layer-btn0 {
  background: #0d71fa;
  color: #ffffff;
}
body .confirm-dialog .layui-layer-btn .layui-layer-btn0:hover {
  color: #ffffff !important;
}
body .confirm-dialog .layui-layer-btn .layui-layer-btn1 {
  background: #fff;
  color: #0d71fa;
  border: 1px solid #0d71fa;
}
body .confirm-dialog .layui-layer-btn .layui-layer-btn1:hover {
  color: #0d71fa !important;
}
body .confirm-dialog .layui-layer-setwin .layui-layer-ico {
  background: url(/uploads/image/srimages/icon-close.png) no-repeat;
  width: 19px;
  height: 19px;
}
body .search-dialog {
  border-radius: 4px;
}
body .search-dialog .layui-layer-title {
  position: relative;
  height: 46px;
  line-height: 46px;
  border-bottom: none;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
body .search-dialog .layui-layer-title:after {
  position: absolute;
  content: " ";
  height: 1px;
  bottom: 0;
  right: 20px;
  left: 20px;
  border-top: 1px dashed #d8d8d8;
}
body .search-dialog .layui-layer-setwin {
  right: 20px;
}
body .search-dialog .layui-layer-content {
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-top: 38px;
  height: auto !important;
  text-align: center;
}
body .search-dialog .layui-layer-btn {
  padding: 25px 20px 25px 20px;
}
body .search-dialog .layui-layer-btn a {
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 11px;
  padding: 0 33px;
}
body .search-dialog .layui-layer-btn .layui-layer-btn0 {
  background: #0d71fa;
  color: #ffffff;
}
body .search-dialog .layui-layer-btn .layui-layer-btn0:hover {
  color: #ffffff !important;
}
body .search-dialog .layui-layer-btn .layui-layer-btn1 {
  background: #fff;
  color: #0d71fa;
  border: 1px solid #0d71fa;
}
body .search-dialog .layui-layer-btn .layui-layer-btn1:hover {
  color: #0d71fa !important;
}
body .search-dialog .layui-layer-setwin .layui-layer-ico {
  background: url(/uploads/image/srimages/icon-close.png) no-repeat;
  width: 19px;
  height: 19px;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #0d71fa;
  background-color: #0d71fa;
}
.layui-layer-btn .layui-layer-btn0:hover {
  color: #ffffff !important;
}
