html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font: inherit;
  vertical-align: baseline;
  font-family: "Microsoft Yahei", Arial;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background: #fff;
  color: #313131;
  padding-top: 80px;
}

body, html {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  word-wrap: break-word;
}

* {
  box-sizing: border-box;
}

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;
}

.clearf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearb:before {
  content: "";
  display: table;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

header {
  width: 100%;
  min-width: 1200px;
  height: 80px;
  text-align: center;
  position: relative;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

header .header-content {
  width: 1200px;
  margin: 0 auto;
  max-width: 1200px;
}

header .header-content .icon-logo {
  width: 150px;
  height: 48px;
  float: left;
  margin-top: 16px;
}

header .header-content .icon-logo img {
  width: 150px;
  height: 48px;
}

header .header-content .nav-content {
  float: right;
}

header .header-content .nav-content .nav li {
  float: left;
}

header .header-content .nav-content .nav li a {
  width: 120px;
  height: 80px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #716696;
  line-height: 80px;
  display: inline-block;
}

header .header-content .nav-content .nav li.active a {
  background: #716696;
  color: white;
}

header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.custom-content {
  background-image: url("../assets/img/GeneralBackground-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-content .custom-box {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 20px 0;
}

.custom-content .text-box {
  width: 740px;
  display: inline-block;
}

.custom-content .text-box li {
  float: left;
  width: 308px;
  min-height: 122px;
  margin-bottom: 40px;
  margin-left: 42px;
  margin-right: 20px;
  font-family: DIN-MediumAlternate;
}

.custom-content .text-box .infor-title {
  font-size: 24px;
  font-weight: 500;
}

.custom-content .text-box .infor-sub {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
}

.custom-content .text-box .infor-desc {
  font-size: 14px;
  margin-top: 10px;
  line-height: 18px;
}

.custom-content .form-box {
  float: right;
  width: 382px;
}

.custom-content .form-box input,
.custom-content .form-box button,
.custom-content .form-box textarea {
  border: none;
  width: 382px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #4c4948;
  line-height: 48px;
  border-radius: 10px;
  text-align: center;
  width: 382px;
  height: 274px;
  background: rgba(255, 255, 255, 0.8);
}

.custom-content .form-box input {
  height: 48px;
  line-height: 38px;
  margin-bottom: 12px;
}

.custom-content .form-box textarea {
  margin-top: 2px;
  line-height: 38px;
}

.custom-content .form-box button {
  height: 48px;
  margin-top: 13px;
  background: #3f1770;
  color: white;
}

.customer-content .customer-box {
  width: 1200px;
  margin: 0 auto;
}

.customer-content .customer-box .customer-title {
  font-size: 30px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  padding: 58px 0 21px 0;
}

.customer-content .customer-box .customer-title div {
  display: inline-block;
}

.customer-content .customer-box .customer-title .lingxing {
  margin: 0 20px;
}

.customer-content .customer-box .customer-items {
  width: 1200px;
  margin: 30px auto 0;
  padding-bottom: 60px;
}

.customer-content .customer-box .customer-items li:first-child {
  margin-left: 0;
}

.customer-content .customer-box .customer-items li:nth-child(5n) {
  margin-left: 0;
}

.customer-content .customer-box .customer-items li {
  float: left;
  margin-top: 10px;
  margin-left: 8px;
  position: relative;
  width: 294px;
  height: 80px;
  background: white;
  border: 1px solid #949495;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.customer-content .customer-box .customer-items li img {
  height: 50px;
}

footer {
  overflow: hidden;
  min-width: 1200px;
  background: #716696;
  color: white;
  font-size: 15px;
}

footer .index-partners-footer {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}

footer .index-partners-footer strong.title {
  display: block;
  padding: 40px 0 50px 0;
  font-size: 15px;
}

footer .index-partners-footer .msg {
  text-align: left;
  padding: 0 40px 0 0;
  float: left;
  color: #fefefe;
  font-size: 16px;
}

footer .index-partners-footer .msg strong {
  display: inline-block;
  font-size: 20px;
}

footer .index-partners-footer .msg div {
  margin-right: 80px;
  display: block;
  line-height: 30px;
}

footer .index-partners-footer .msg div a {
  color: #fefefe;
}

footer .index-partners-footer .msg div a:hover {
  opacity: .8;
}

footer .index-partners-footer .code {
  width: 307px;
  float: right;
}

footer .index-partners-footer .code .left {
  float: none;
  display: inline-block;
  margin: 0 5px;
}

footer .index-partners-footer .code .left p {
  text-align: center;
  margin-top: 18px;
}

footer .index-partners-footer .code .left img {
  width: 94px;
}

footer .footer-bar {
  text-align: center;
  background: #3f1770;
  min-width: 1200px;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
}

.bread-crumbs {
  width: 1200px;
  margin: 12px auto 9px;
  font-size: 14px;
}

.bread-crumbs a {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
}

.bread-crumbs span {
  color: #3f1770;
  margin: 0 5px;
}

.bread-crumbs a.active {
  color: #4C4948;
}

.fixed-right-code {
  position: fixed;
  top: 174px;
  right: 30px;
  z-index: 999999;
  width: 100px;
  padding-left: 20px;
  height: 212px;
}

.fixed-right-code .item-content {
  width: 80px;
  height: 212px;
  background: rgba(63, 23, 112, 0.8);
  padding: 0 9px;
  text-align: center;
  border-radius: 10px;
}

.fixed-right-code .item {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 16px;
  border-top: 1px dashed white;
  padding: 26px 0;
  cursor: pointer;
}

.fixed-right-code .item:first-child {
  border-top: 0px dashed white;
}

.fixed-right-code .img-code {
  width: 174px;
  height: 212px;
  background: white;
  position: absolute;
  top: 0;
  left: -160px;
  padding: 10px;
  display: none;
}

.fixed-right-code .img-code div {
  text-align: center;
}

.fixed-right-code .img-code div img {
  width: 154px;
  height: 154px;
}

.fixed-right-code .img-code div p.p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  margin: 8px 0 3px 0;
}

.fixed-right-code .img-code div p {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: black;
}

.fixed-right-code .img-code:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -10px;
}

.form {
  display: none;
}

.form .form-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  z-index: 999999999;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.form .form-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999999;
}

.form form {
  position: relative;
  z-index: 9999999999;
  width: 564px;
  height: 436px;
  background: white;
  box-shadow: 0px 2px 16px 0px rgba(24, 13, 9, 0.15);
  padding: 50px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: black;
}

.form form .title {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  margin-bottom: 30px;
}

.form form .item {
  margin-bottom: 20px;
}

.form form .item label {
  cursor: pointer;
  margin-left: 40px;
}

.form form .item label:hover {
  color: #716696;
}

.form form .item em {
  width: 90px;
  display: inline-block;
}

.form form .item input {
  margin-right: 10px;
  display: inline-block;
}

.form form .item input.text {
  padding: 5px 10px;
  background: white;
  border: 1px solid black;
  width: 316px;
}

.form form button {
  width: 462px;
  height: 44px;
  background: #716696;
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 44px;
  border-radius: 15px;
  margin-top: 32px;
}

.t-t-header {
  text-align: center;
}

.t-t-header .title {
  margin-top: 40px;
  font-size: 30px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 30px;
  position: relative;
  display: inline-block;
}

.t-t-header .title:after {
  content: '';
  position: absolute;
  top: 14px;
  left: -64px;
  width: 52px;
  height: 2px;
  background: #3f1770;
}

.t-t-header .title:before {
  content: '';
  position: absolute;
  top: 14px;
  right: -64px;
  width: 52px;
  height: 2px;
  background: #3f1770;
}

.t-t-header .subtitle {
  margin-top: 13px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 20px;
}

.before-ed {
  display: block;
  float: right;
}

.before-ed .ed-item a {
  display: block;
  margin-top: 10px;
}

.before-ed .ed-item .item {
  width: 270px;
  background: white;
  border: 1px solid #e6e6e6;
}

.before-ed .ed-item .item .ed-item-img {
  width: 268px;
  height: 162px;
  display: block;
}

.before-ed .ed-item .item .ed-item-desc {
  padding: 10px 12px 10px 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: black;
  text-align: center;
}

.before-ed .ed-item .item .ed-item-desc p:nth-child(1) {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: black;
  line-height: 20px;
}

.before-ed .ed-item .item .ed-item-desc p:nth-child(2) {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 18px;
  color: black;
  padding-top: 5px;
}

.before-ed .old-line {
  height: 17px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  text-align: right;
}

.before-ed .old-line span {
  float: left;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
}

.before-ed .old-line a {
  color: #3f1770;
  font-size: 14px;
}

body {
  background: #F2F2F3;
}

.banner {
  width: 100%;
  height: 318px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner .content {
  min-width: 544px;
  background: rgba(63, 23, 112, 0.7);
  border: 1px solid #3f1770;
  text-align: center;
  padding: 24px;
}

.banner .content .title {
  font-size: 30px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 38px;
  padding-bottom: 10px;
}

.banner .content .name {
  text-align: center;
}

.banner .content .name span {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 20px;
  position: relative;
}

.banner .content .name span:after {
  content: '';
  position: absolute;
  top: 13px;
  left: -70px;
  width: 62px;
  height: 1px;
  background: white;
}

.banner .content .name span:before {
  content: '';
  position: absolute;
  top: 13px;
  right: -70px;
  width: 62px;
  height: 1px;
  background: white;
}

.recruitment {
  width: 1200px;
  margin: 60px auto 0;
  padding-left: 14px;
  padding-bottom: 60px;
}

.recruitment .title {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 20px;
  position: relative;
}

.recruitment .title:after {
  content: '';
  position: absolute;
  top: 0;
  left: -14px;
  width: 4px;
  height: 20px;
  background: #3f1770;
}

.recruitment .desc {
  margin-bottom: 40px;
}

.recruitment .desc a {
  display: block;
  margin-top: 20px;
  color: black;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  text-decoration: underline;
  line-height: 16px;
}

.recruitment .desc a .month {
  color: #3F1770;
}

.dashedline {
  border-bottom: 1px dashed #716696;
}

.eventDetails-content {
  width: 1200px;
  margin: 20px auto 40px;
}

.eventDetails-content .index-common-title {
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
}

.eventDetails-content .index-common-title .c-head {
  display: inline-block;
  border-bottom: 2px solid #3f1770;
}

.eventDetails-content .content {
  width: 1200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.eventDetails-content .content .left {
  float: left;
  width: 722px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 26px;
}

.eventDetails-content .content .left div {
  margin-top: 20px;
}

.eventDetails-content .content .left .em {
  color: #3f1770;
}

.eventDetails-content .content .left p {
  display: inline-block;
  color: #000000;
}

.eventDetails-content .content .left .need-msg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.eventDetails-content .content .left .need-msg .contact {
  margin-top: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.eventDetails-content .content .left .need-msg .contact img {
  width: 352px;
}

.eventDetails-content .content .left .need-msg .attention {
  margin-top: 0;
  margin-left: 20px;
  width: 352px;
  border: 1px solid #3f1770;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 26px;
  padding: 20px 18px;
}

.eventDetails-content .content .left .need-msg .attention .attention-title {
  color: #3f1770;
  margin-top: 0px;
}

.eventDetails-content .content .right {
  float: right;
  width: 434px;
  margin-left: 40px;
  border: 1px solid #3f1770;
}

.eventDetails-content .content .right > div {
  width: 432px;
  height: calc(100% - 2px);
}

.the-divider {
  height: 1px;
  width: 1200px;
  margin: 0 auto;
  border-top: 1px dashed #434343;
}

.mentor {
  width: 1200px;
  margin: 40px auto;
  padding: 30px 0;
  background: white;
  position: relative;
}

.mentor .img {
  position: absolute;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  top: 36px;
  left: 55px;
}

.mentor .mentor-desc {
  width: 858px;
  min-height: 236px;
  margin-left: 255px;
  position: relative;
}

.mentor .mentor-desc img {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 99px;
  height: 99px;
}

.mentor .mentor-desc .mentor-name {
  font-size: 34px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 34px;
  margin-top: 12px;
}

.mentor .mentor-desc .mentor-title {
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: black;
  line-height: 22px;
  margin-top: 12px;
}

.mentor .mentor-desc .mentor-text {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #221815;
  line-height: 28px;
  border-top: 2px solid #716696;
  padding-top: 15px;
  margin-top: 15px;
}

.introduced {
  width: 1200px;
  margin: 0 auto;
}

.introduced .introduced-title {
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  text-align: center;
  padding-bottom: 30px;
}

.introduced .introduced-title span {
  width: 136px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #3f1770;
  display: inline-block;
}

.introduced .images img {
  float: left;
  width: 395px;
  height: 259px;
  margin-left: 7px;
  margin-bottom: 7px;
}

.introduced .images img:nth-child(3n-2) {
  margin-left: 0;
}

.audio {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.audio .title {
  position: absolute;
  top: 47px;
  left: 70px;
  font-size: 12px;
  z-index: 1;
}

.audio .audio-code {
  position: absolute;
  top: -90px;
  right: 0;
  width: 122px;
  background: white;
  box-shadow: 0px 7px 15px 1px rgba(24, 13, 9, 0.11);
  padding: 12px;
}

.audio .audio-code img {
  width: 98px;
  height: 98px;
}

.audio .audio-code p {
  width: 98px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: black;
  text-align: center;
  padding-top: 10px;
}

.audio .audiojs {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  background: #d1cfdb;
  overflow: hidden;
  font-size: 12px;
  border-radius: 15px;
  position: relative;
  font-style: normal;
}

.audio .audiojs .time em {
  position: absolute;
  bottom: 10px;
  left: 70px;
  font-style: normal;
}

.audio .audiojs .time .duration {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-weight: 400;
}

.audio .audiojs .play-pause {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.audio .audiojs p {
  display: none;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}

.audio .audiojs .scrubber {
  position: relative;
  background: #5a5a5a;
  border-left: 0px;
  border-bottom: 0px;
  margin-top: 22px;
  margin-left: 70px;
  overflow: hidden;
  width: 1110px;
  height: 10px;
  background: #b1acc4;
  cursor: -webkit-grab;
  cursor: grab;
}

.audio .audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #3F1770;
  z-index: 1;
}

.audio .audiojs .audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: rgba(63, 23, 112, 0.2);
}

.audio .audiojs .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #3F1770;
  display: block;
}

.audio .audiojs.playing .pause {
  display: block;
  width: 20px;
  height: 20px;
  border-style: double;
  border-width: 0px 0px 0px 20px;
  border-color: #3F1770;
}

.audio .audiojs.loading .loading {
  display: block;
  height: 20px;
  width: 20px;
  border: .2em dotted currentcolor;
  border-radius: 50%;
  -webkit-animation: 1s loader-01 linear infinite;
  animation: 1s loader-01 linear infinite;
}

.audio .audiojs.error .error {
  display: block;
  position: relative;
  width: 2em;
  height: .3em;
  background-color: #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: .15em;
}

.audio .audiojs.error .play-pause {
  pointer-events: none;
  cursor: not-allowed;
}

.audio .audiojs.error .error:after {
  content: "";
  position: absolute;
  width: 2em;
  height: .3em;
  background-color: #000;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  border-radius: .15em;
}

.audio .audiojs.playing .play,
.audio .audiojs.loading .play,
.audio .audiojs.error .play {
  display: none;
}

.audio .error-message {
  position: absolute;
  top: 5px;
  left: 70px;
  color: red;
}

@-webkit-keyframes loader-01 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-01 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
