@charset "utf-8";

/* ===== CSS Reset ===== */
* {
  margin: 0;
  padding: 0;
}

html,
body {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===== Base Styles ===== */
body {
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background: #fff;
  min-width: 1240px;
  overflow-x: auto;
  padding-top: 56px;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #07519a;
}

#navMount {
  background: #000;
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}

/* ===== Navigation ===== */
.nav {
  background: #000000;
  height: 56px;
  width: 100%;
  min-width: 1200px;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.nav-logo {
  position: absolute;
  left: 80px;
  top: 16px;
  width: 143px;
  height: 24px;
}

.nav-logo a {
  display: block;
  width: 143px;
  height: 24px;
}

.nav-logo img {
  width: 143px;
  height: 24px;
  display: block;
}

.nav-menu {
  position: absolute;
  left: 337px;
  top: 0;
  height: 56px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu > li {
  float: left;
  height: 56px;
  line-height: 56px;
  margin-right: 60px;
}

.nav-menu > li:last-child {
  margin-right: 0;
}

.nav-menu > li > a {
  display: block;
  height: 56px;
  line-height: 56px;
  color: #999999;
  font-size: 16px;
  text-decoration: none;
}

.nav-menu > li > a:hover,
.nav-menu > li.cur > a {
  color: #ffffff;
}

.nav-menu > li.cur {
  position: relative;
}

.nav-menu > li.cur:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 6px;
  background: #2e66f6;
  border-radius: 6px;
}

.nav-menu .educationTab {
  position: relative;
}

.nav-menu .educationTab .tabList {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu .educationTab:hover .tabList {
  display: block;
}

.nav-menu .educationTab .tabList li {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  cursor: pointer;
}

.nav-menu .educationTab .tabList li:hover {
  background: #f5f7fa;
  color: #2e66f6;
}

.nav-login {
  position: absolute;
  right: 60px;
  top: 12px;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-login a,
.nav-login .nav-login-btn {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.nav-login .nav-login-btn {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  line-height: 32px;
}

.nav-login.is-logged-in {
  right: 60px;
  top: 0;
  width: auto;
  min-width: 40px;
  padding: 0;
  border: none;
  height: 56px;
  line-height: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-user {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 56px;
}
.nav-user > * {
  margin-right: 12px;
}
.nav-user > *:last-child {
  margin-right: 0;
}

.nav-user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  flex: none;
}

.nav-user-arrow {
  width: 10px;
  height: 6px;
  background: url("//i.thsi.cn/staticS3/mobileweb-upload-static-server.img/m/atom/6a5806c2-3a0f-4d69-b016-e5e99b03bb11.png")
    center center no-repeat;
  background-size: contain;
}

.nav-user-logout {
  position: absolute;
  top: 54px;
  right: 0;
  width: 84px;
  height: 36px;
  border-radius: 4px;
  border: none;
  background: #d9d9d9;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0px;
  display: none;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.nav-user:hover .nav-user-logout,
.nav-user.is-open .nav-user-logout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ===== Shared Page Banner ===== */
.page-banner {
  position: relative;
  width: 100%;
  min-width: 1240px;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.page-banner-content {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding-top: 96px;
}

.page-banner-title {
  display: inline-block;
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0;
  text-align: left;
  background: linear-gradient(90deg, #7d7e94 -10.13%, #ffffff 45.05%);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== Banner Seam Fix ===== */
.hero-banner,
.page-banner {
  margin-top: -1px;
}

/* ===== Simple Footer (Expert / Education / Soft / Certification) ===== */
.footer-simple {
  position: relative;
  width: 100%;
  min-width: 1240px;
  height: 480px;
  overflow: hidden;
}

.footer-simple-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url("//i.thsi.cn/staticS3/mobileweb-upload-static-server.img/m/atom/fec972f3-8bad-4f84-b67f-c9703f90e553.png")
    center bottom no-repeat;
  background-size: cover;
}

.footer-simple-content {
  position: absolute;
  left: 50%;
  bottom: 190px;
  z-index: 2;
  width: 1200px;
  transform: translateX(-50%);
  text-align: center;
}

.footer-simple .info-line {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.footer-simple .info-link a {
  color: #3daeff;
  text-decoration: none;
}

.footer-simple .info-link a:hover {
  text-decoration: underline;
}

/* ===== Education Links (Education / Certification) ===== */
.education-links {
  width: 100%;
  min-width: 1240px;
  height: 340px;
  background: #dbdbdb;
  padding-top: 80px;
  box-sizing: border-box;
}

.education-links-title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #1b1b1b;
  margin-bottom: 48px;
}

.education-links-row {
  width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
}

.education-links-row a {
  display: inline-block;
  margin-right: 44px;
}

.education-links-row a:last-child {
  margin-right: 0;
}

.education-links-row img {
  display: block;
  height: 40px;
  width: auto;
}

.education-links-row a:nth-child(1) img {
  width: 254px;
  height: 50px;
}

.education-links-row a:nth-child(2) img {
  width: 264px;
  height: 35px;
}

.education-links-row a:nth-child(3) img {
  width: 199px;
  height: 40px;
}

.education-links-row a:nth-child(4) img {
  width: 147px;
  height: 60px;
}

.education-links-row a:nth-child(5) img {
  width: 201px;
  height: 61px;
}
