html {
  font-size: 14px;
}
body {
  font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.cover {
  max-width: 1200px;
  margin: 0 auto;
}
/* 头部 */
.head-menu {
  height: 60px;
  width: 100%;
  background: #fff;
}
.middle-content {
  max-width: 1400px;
  margin: 0 auto;
}
.logo {
  float: left;
  box-sizing: border-box;
  max-width: 400px;
  text-align: left;
  height: 35px;
  margin-top: 10px;
  line-height: 35px;
}
.logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 500px);
  min-height: 420px;
}
/* 登录 */
.banner .login-middle-content,
.bannerBox .login-middle-content  {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 400px;
  transform: translateY(-50%);
  z-index: 9;
}
.login-box {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background-color: rgba(255, 255, 255,1);
}
/* 登录 */
.login-iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
/* 主要内容 */
.main-content {
  width: 100%;
  padding: 10px 0 30px 0;
}
.mc-left {
  width: 35%;
}
.mc-right {
  width: 62%;
}
.notice-title {
  padding: 10px 4px;
  border-bottom: 1px solid #e6e6e6;
}
.notice-title .zh-text {
  position: relative;
  margin-right: 10px;
  font-size: 20px;
  color: #303030;
  font-weight: 600;
  font-size: 18px;
}
.notice-title .zh-text::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #28aff4;
  bottom: -12px;
  left: 50%;
  margin-left: -20px;
}
.notice-title .en-text {
  text-transform: capitalize;
  color: #a6a6a6;
  font-size: 16px;
}

.notice-title .more {
  margin-top: 10px;
  color: #28aff4;
}
.notice-list {
  padding-top: 10px;
}
.notice-list li {
  width: 100%;
}
.notice-list li > a {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.notice-list li .ncontent {
  width: calc(100% - 95px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 16px;
}
.notice-list:not(.nohover) li:hover .ncontent,
.notice-list:not(.nohover) li:hover .ntime {
  font-weight: 600;
}
.notice-list li .ncontent::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: #28aff4;
  vertical-align: middle;
}
.notice-list li .ntime {
  color: #666;
  font-size: 16px;
}
/* diaog */
.hide {
	display: none;
  background-color: #edf2f8;
}
.dialog {
  position: relative;
  top: 50%;
  width: 500px;
  min-height: 100px;
  margin: 0 auto;
  padding: 10px;
  transform: translateY(-100%);
  border-radius: 5px;
  display: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
/* indexS */
.bannerBox {
  position: relative;
  width: 100%;
}
.bannerBox img {
  width: 100%;
  min-height: 360px;
}
.tabUl {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tabUl li {
  width: 24%;
  border: 1px dashed #ccc;
  padding: 20px 0 25px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}
.tabUl li a {
  display: block;
}
.tabUl li img {
  width: 70px;
}
.tabUl li h4 {
  font-size: 17px;
  color: #3a3a3a;
  position: relative;
}
.tabUl li h4::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #64C2F0;
}
.tabUl li:nth-child(2) h4::after {
  background-color: #C394FC;
}
.tabUl li:nth-child(3) h4::after {
  background-color: #FE5959;
}
.tabUl li:nth-child(4) h4::after {
  background-color: #2FD372;
}
.tabUl li p {
  text-align: left;
  padding: 15px;
  color: #666;
  font-size: 12px;
  margin-bottom: 10px;
}
.tabUl li button {
  position: absolute;
  min-width: 94px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #28aff4;
  outline: none;
  box-shadow: 0 0 20px #e3dfdf;
  border-radius: 20px;
  border: none;
  background-color: #fff;
  padding: 4px 20px;
  cursor: pointer;
}
.tabUl li:hover button {
  background-color: #28aff4;
  box-shadow: 0 0 20px rgba(40,175,244,0.3);
  color: #fff;
}
.notice-lists li > a {
  padding: 5px 0;
}
/* 足部 */
 .footer {
  text-align: center;
  padding: 10px 0;
  background-color: #F5F6F8;
}
 .footer a {
  color: #999;
 }
 .footer .pull-left {
  text-align: left;
   width: 45%;
 }
 .footer .pull-left img {
  width: 50%;
}
.footer .pull-right {
}
.footer .pull-right {
  line-height: 40px;
}
.footer .pull-right a > img {
  vertical-align: middle;
}
.footer .pull-right span {
  padding: 0 5px;
  color: #47517E;
  font-weight: 700;
  font-size: 15px;
}
.footer .font-fix {
  font-weight: 500 !important;

}
