/* webkit内核 滚动条*/
::-webkit-scrollbar {
  width: 8px;
  background-color: #006eff;
}
::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #aeaeae;
}
::-webkit-scrollbar-track-piece {
  width: 8px;
  background-color: #f8f8f8;
}
::-webkit-scrollbar-thumb:hover {
  width: 8px;
  background-color: #006eff;
}
body {
  min-width: 1200px;
}
.suspension {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1212;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
}
.suspension > img {
  width: 329px;
  height: 381px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header {
  width: 100%;
  height: 557px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
header > .inside {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 19px 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
header > .inside > img {
  width: 85px;
  height: 51px;
  cursor: pointer;
}
header > .inside > div {
  display: flex;
  align-items: center;
}
header > .inside > div > img {
  width: 35px;
  height: 35px;
  margin-right: 8px;
}
header > .inside > div > div > h4 {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
header > .inside > div > div > h4::after,
header > .inside > div > div > h4::before {
  content: "";
  display: block;
  width: 20px;
  margin: 0 3px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.65;
}
header > .inside > div > div > h3 {
  font-size: 18px;
  font-family: DIN;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 3px;
}
header > .inside > ul {
  display: flex;
  align-items: center;
}
header > .inside > ul > li {
  width: 110px;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  border-bottom: 1px solid transparent;
  margin: 0 15px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
header > .inside > ul > li::after {
  display: block;
  content: '';
  width: 0px;
  height: 1px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 64px;
  transition: all 0.5s;
}
header > .inside > ul > .selected::after {
  width: 110px;
  transition: all 0.5s;
  background-color: #fff;
}
header > .inside > ul > li:hover::after {
  width: 110px;
  transition: all 0.5s;
  background-color: #fff;
}
header > .click_header {
  flex: 1;
  display: flex;
  align-items: center;
}
header > .click_header > .header_container {
  width: 1200px;
  margin: 0 auto;
}
header > .click_header > .header_container > h2 {
  text-align: center;
  font-size: 72px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 3px;
}
.base_container {
  width: 100%;
  min-height: 653px;
  overflow: hidden;
}
.base_container.white {
  background-color: #fff;
}
.base_container.grey {
  background-color: #F9FAFC;
}
.base_container > .inside {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
  box-sizing: border-box;
}
.base_container > .inside > h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  color: #232323;
  text-align: center;
}
.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.container > .describe {
  font-size: 17px;
  line-height: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  padding: 19px 0 30px;
  text-indent: 2em;
}
.container > .icon_hexagon {
  width: 38px;
  height: 43px;
}
.title_intr {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0 20px;
}
.title_intr > h3 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #323232;
}
.title_intr > p {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #C7CACD;
  margin: 10px 0;
}
.title_intr > img {
  width: 16px;
  height: 30px;
}
.community {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.community > p {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #232323;
  margin: 38px 0 48px;
}
.community > img {
  width: 1165px;
  object-fit: contain;
}
.education1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.education1 > ul {
  width: 1000px;
  margin: 88px 0 46px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.education1 > ul > li {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
  color: #6A6A6A;
}
.education1 > ul > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #575757;
  border-radius: 50%;
  margin-right: 8px;
}
.education1 > img {
  width: 1041px;
  object-fit: contain;
}
.education2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.education2 > img {
  margin-top: 72px;
  width: 1078px;
  object-fit: contain;
}
/* 打印效果 */
@keyframes typing {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
footer {
  width: 100%;
  background: #2A2A2C;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 83px 0 39px;
  box-sizing: border-box;
}
footer > .foot_head {
  width: 1250px;
  display: flex;
  align-items: center;
}
footer > .foot_head > .infos {
  display: flex;
  flex-direction: column;
}
footer > .foot_head > .infos > li {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
footer > .foot_head > .infos > li:last-child {
  margin-bottom: 0;
}
footer > .foot_head > .infos > li > img {
  width: 20px;
  height: 20px;
}
footer > .foot_head > .infos > li > i {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #969696;
  margin: 0 14px 0 10px;
}
footer > .foot_head > .infos > li > span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
footer > .foot_head > .friendship {
  display: flex;
  align-items: flex-end;
  position: relative;
}
footer > .foot_head > .friendship::before {
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
  content: '';
  width: 390px;
  height: 1px;
  background: linear-gradient(244deg, #878888 50%, rgba(135, 136, 136, 0) 100%);
}
footer > .foot_head > .friendship::after {
  display: block;
  position: absolute;
  right: 0;
  top: 71px;
  content: '';
  width: 390px;
  height: 1px;
  background: linear-gradient(244deg, #878888 50%, rgba(135, 136, 136, 0) 100%);
}
footer > .foot_head > .friendship > img {
  width: 20px;
  height: 20px;
}
footer > .foot_head > .friendship > i {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #969696;
  margin: 0 14px 0 10px;
}
footer > .foot_head > .friendship > a {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
footer > .foot_head > .friendship > a:hover {
  color: #2497F9;
}
footer > .foot_head > img {
  width: 150px;
  height: 90px;
}
footer > .foot_head > .lines {
  width: 1px;
  height: 110px;
  background: #565656;
  margin: 0 80px;
}
footer > .foot_bottom {
  display: flex;
  align-items: center;
  margin-top: 80px;
  justify-content: center;
}
footer > .foot_bottom > p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #969696;
  margin-right: 241px;
}
footer > .foot_bottom > div {
  display: flex;
  align-items: center;
}
footer > .foot_bottom > div > img {
  width: 18px;
  height: 18px;
  margin: 0 3px;
}
footer > .foot_bottom > div > a {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #969696;
  margin: 0 3px;
  cursor: pointer;
}
footer > .foot_bottom > div > a:hover {
  color: #2497F9;
}
.manage_right {
  position: relative;
}
.bigData {
  position: relative;
}
#icon_consult {
  position: fixed;
  z-index: 11;
  right: 0;
  top: 50%;
  width: 89px;
  height: 89px;
  cursor: pointer;
}
@media (max-width: 759px) {
  body {
    width: 100vw;
    min-width: 100vw;
    overflow: hidden;
  }
  .base_container {
    width: 100%;
    min-height: 2rem;
    overflow: hidden;
  }
  .base_container.white {
    background-color: #fff;
  }
  .base_container.grey {
    background-color: #F9FAFC;
  }
  .base_container > .inside {
    width: 100%;
    margin: 0 auto;
    padding: 0.6rem 0.3rem;
    box-sizing: border-box;
  }
  .base_container > .inside > h3 {
    font-size: 0.42rem;
    font-weight: 500;
    line-height: 0.42rem;
    color: #232323;
    text-align: center;
  }
  header {
    height: 6.6rem;
    padding: 0;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: left 0;
    box-sizing: border-box;
    position: relative;
  }
  header > .click_header {
    flex: 1;
    display: flex;
    align-items: center;
  }
  header > .click_header > .header_container {
    width: 100%;
    margin: 0 auto;
  }
  header > .click_header > .header_container > h2 {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.05rem;
  }
  header > .inside {
    width: 100%;
  }
  header > .moble_head {
    justify-content: space-between;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  header > .moble_head > .logo {
    width: 1rem;
    height: 0.58rem;
  }
  header > .moble_head > .menu,
  header > .moble_head > .close {
    width: 0.55rem;
    height: 0.55rem;
    transition: all 0.3s;
  }
  header > .moble_head > .close {
    display: none;
  }
  header .moble_head_navs {
    flex-direction: column;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  header .moble_head_navs > li {
    height: 0.6rem;
    padding: 0.22rem 0.18rem;
    box-sizing: border-box;
    font-size: 0.28rem;
    color: black;
    font-weight: 500;
  }
  header .moble_head_navs > li > a {
    color: black;
  }
  .community {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  .community > p {
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.28rem;
    color: #232323;
    margin: 0.4rem 0 0.5rem;
  }
  .community > img {
    width: 100%;
    object-fit: contain;
  }
  .education1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  .education1 > ul {
    width: 100%;
    margin: 0.6rem 0 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .education1 > ul > li {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.3rem;
    font-weight: 400;
    line-height: 0.6rem;
    color: #6A6A6A;
  }
  .education1 > ul > li::before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: #575757;
    border-radius: 50%;
    margin-right: 0.1rem;
  }
  .education1 > img {
    width: 100%;
    object-fit: contain;
  }
  .education2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  .education2 > img {
    margin-top: 0.8rem;
    width: 100%;
    object-fit: contain;
  }
  .container {
    width: 100%;
  }
  .container > .describe {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    padding: 0.19rem 0.2rem 0.3rem;
  }
  .container > .icon_hexagon {
    width: 0.5rem;
    height: 0.6rem;
  }
  footer {
    width: 100%;
    background: #2A2A2C;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.3rem 0.2rem;
    box-sizing: border-box;
  }
  footer > .foot_head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer > .foot_head > .infos {
    display: flex;
    flex-direction: column;
    margin-top: 0.3rem;
  }
  footer > .foot_head > .infos > li {
    display: flex;
    align-items: flex-end;
    margin-bottom: 0.4rem;
  }
  footer > .foot_head > .infos > li:last-child {
    margin-bottom: 0;
  }
  footer > .foot_head > .infos > li > img {
    width: 20px;
    height: 20px;
  }
  footer > .foot_head > .infos > li > i {
    width: 0.8rem;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969696;
    margin: 0 14px 0 10px;
  }
  footer > .foot_head > .infos > li > span {
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
  }
  footer > .foot_head > .friendship {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    margin-top: 0.3rem;
  }
  footer > .foot_head > .friendship::before {
    display: none;
  }
  footer > .foot_head > .friendship::after {
    display: none;
  }
  footer > .foot_head > .friendship > img {
    width: 20px;
    height: 20px;
  }
  footer > .foot_head > .friendship > i {
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969696;
    margin: 0 14px 0 10px;
  }
  footer > .foot_head > .friendship > a {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
  }
  footer > .foot_head > .friendship > a:hover {
    color: #2497F9;
  }
  footer > .foot_head > img {
    width: 1.5rem;
    height: 0.9rem;
  }
  footer > .foot_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.6rem;
    justify-content: center;
  }
  footer > .foot_bottom > p {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969696;
    margin-right: 0;
  }
  footer > .foot_bottom > div {
    display: flex;
    align-items: center;
  }
  footer > .foot_bottom > div > img {
    width: 18px;
    height: 18px;
    margin: 0 3px;
  }
  footer > .foot_bottom > div > a {
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #969696;
    margin: 0 3px;
    cursor: pointer;
  }
  footer > .foot_bottom > div > a:hover {
    color: #2497F9;
  }
}
