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

.swiper-container {
  width: 100%;
  height: 700px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  background: #777b88;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: black;
  opacity: 0.65;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background: white;
  border: 2px solid #3f1770;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 37px;
  z-index: 2;
}

.img-for {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 46px;
  background: rgba(63, 23, 112, 0.5);
  z-index: 1;
  line-height: 46px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  text-shadow: 1px 1px 0px #180d09;
}

.img-for span {
  color: #FFF100;
}

.slide-content {
  width: 1200px;
  height: 700px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  text-align: left;
  color: white;
}

.slide-content .recent {
  margin-top: 74px;
  display: inline-block;
  text-shadow: -1px 0px 1px rgba(23, 12, 8, 0.99);
}

.slide-content .recent .recent-zh {
  font-size: 24px;
  line-height: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  padding-top: 10px;
}

.slide-content .recent .recent-en {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 16px;
  padding: 8px 10px 31px 0;
}

.slide-content .line-name {
  display: inline-block;
  text-shadow: -1px 0px 1px rgba(23, 12, 8, 0.99);
}

.slide-content .line-name .subtitle {
  line-height: 34px;
  padding: 0;
  display: inline-block;
  font-size: 34px;
}

.slide-content .line-name .title {
  margin-top: 7px;
  display: inline-block;
  height: 60px;
  font-size: 54px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 60px;
  padding: 0;
}

.slide-content .professor {
  margin-top: 28px;
  height: 178px;
  display: inline-block;
  position: relative;
  background: linear-gradient(225deg, transparent 24px, rgba(63, 23, 112, 0.8) 0);
}

.slide-content .professor .item-p {
  float: left;
  height: 178px;
}

.slide-content .professor .item-p .img {
  width: 128px;
  height: 160px;
  margin-top: 9px;
  margin-left: 7px;
  display: block;
  float: left;
}

.slide-content .professor .item-p .name-box {
  display: block;
  padding-top: 92px;
  margin-left: 19px;
  margin-right: 46px;
  padding-bottom: 13px;
  border-bottom: white dashed 1px;
  float: left;
}

.slide-content .professor .item-p .name-box .name-pr {
  height: 24px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 24px;
}

.slide-content .professor .item-p .name-box .name-sub {
  margin-top: 9px;
  padding-bottom: 13px;
  height: 17px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 17px;
}

.slide-content .professor::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 34px solid rgba(255, 0, 0, 0);
  border-left: 34px solid #6a5b8e;
}

.brand-content {
  text-align: center;
  padding-bottom: 56px;
}

.brand-content .brand-logo {
  margin-top: 58px;
}

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

.brand-content .brand-introduction .strong-b {
  margin-top: 35px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: black;
  line-height: 33px;
}

.brand-content .brand-introduction .strong-n {
  margin-top: 20px;
  width: 880px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: black;
  line-height: 29px;
  display: inline-block;
}

.brand-content .brand-custom .light-customg-t {
  text-align: center;
  margin-top: 50px;
}

.brand-content .brand-custom .light-customg-t span {
  height: 18px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 29px;
  position: relative;
}

.brand-content .brand-custom .light-customg-t span:after {
  content: '';
  position: absolute;
  top: 14px;
  left: -90px;
  width: 82px;
  height: 1px;
  background: #3f1770;
}

.brand-content .brand-custom .light-customg-t span:before {
  content: '';
  position: absolute;
  top: 14px;
  right: -90px;
  width: 82px;
  height: 1px;
  background: #3f1770;
}

.brand-content .brand-custom .custom-classification {
  width: 623px;
  margin: 0 auto;
}

.brand-content .brand-custom .custom-classification .img-box {
  width: 298px;
  height: 92px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 29px;
  text-align: center;
  /* 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;
}

.brand-content .brand-custom .custom-classification .img-box div {
  display: block;
}

.brand-content .brand-custom .custom-classification .c-c-adult,
.brand-content .brand-custom .custom-classification .c-c-teenagers {
  width: 298px;
  height: 92px;
  display: inline-block;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  line-height: 29px;
  margin-top: 27px;
}

.brand-content .brand-custom .custom-classification .c-c-adult a,
.brand-content .brand-custom .custom-classification .c-c-teenagers a {
  width: 298px;
  height: 92px;
  display: block;
  color: white;
}

.brand-content .brand-custom .custom-classification .c-c-adult {
  float: left;
}

.brand-content .brand-custom .custom-classification .c-c-teenagers {
  float: right;
}

.travel-teaches {
  background: #efefef;
}

.travel-teaches .item-teachers {
  margin-top: 20px;
  text-align: center;
}

.travel-teaches .item-teachers .m-r {
  margin-right: 30px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.travel-teaches .item-teachers ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.travel-teaches .item-teachers li {
  margin: 0 15px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 170px;
  height: 288px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}

.travel-teaches .item-teachers li .teacher-img {
  width: 170px;
  height: 250px;
  display: inline-block;
}

.travel-teaches .item-teachers li .teacher-img span {
  display: block;
  width: 170px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 78%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 78%);
}

.travel-teaches .item-teachers li .teacher-msg {
  height: 93px;
  width: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  background: linear-gradient(198deg, rgba(0, 0, 0, 0) 52px, #efefef 0);
}

.travel-teaches .item-teachers li .teacher-msg .t-m-name {
  margin-top: 41px;
  font-size: 28px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 28px;
}

.travel-teaches .item-teachers li .teacher-msg .t-m-local {
  margin-top: 8px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 24px;
}

.custom-module .custom-tap {
  width: 1200px;
  margin: 43px auto 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.custom-module .custom-tap .tap-item {
  display: inline-block;
  text-align: center;
}

.custom-module .custom-tap .tap-item .img {
  height: 126px;
  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;
}

.custom-module .custom-tap .tap-item .text .title {
  width: 89px;
  height: 22px;
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 33px;
  width: 190px;
  height: 33px;
  background: #f7f8f8;
  border-radius: 15px;
  display: inline-block;
  margin-top: 17px;
}

.custom-module .custom-tap .tap-item .text .tap-item-desc {
  margin-top: 13px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #4c4948;
  line-height: 21px;
}

.custom-module .custom-tap .t-i-1 {
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-left: 12px;
}

.custom-module .custom-tap .t-i-1 .img img {
  width: 75px;
  height: 125px;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.custom-module .custom-tap .t-i-2 {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.custom-module .custom-tap .t-i-2 .img img {
  width: 119px;
  height: 126px;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.custom-module .custom-tap .t-i-3 {
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 12px;
}

.custom-module .custom-tap .t-i-3 .img img {
  width: 74px;
  height: 100px;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.custom-module .custom-case {
  width: 1200px;
  margin: 24px auto;
  font-size: 0;
}

.custom-module .custom-case .case-item {
  display: inline-block;
  width: 285px;
  height: 278px;
  margin-left: 20px;
  position: relative;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 24px;
}

.custom-module .custom-case .case-item .img {
  width: 284px;
  height: 195px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-module .custom-case .case-item .title {
  margin-top: 10px;
}

.custom-module .custom-case .case-item .category {
  position: absolute;
  top: 6px;
  right: 1px;
  width: 58px;
  height: 58px;
}

.custom-module .custom-case .case-item a.a-btn {
  position: absolute;
  bottom: 53px;
  right: 0;
  width: 45px;
  height: 18px;
  background: #aaa0bb;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 17px;
  text-align: center;
  border-radius: 5px;
}

.custom-module .custom-case .case-item .time {
  color: #4C4948;
}

.custom-module .custom-case .case-item:first-child {
  margin-left: 0;
}

.video-module {
  background-image: url("../assets/img/GeneralBackground-1.jpg");
  margin-top: 43px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-module .video-item {
  width: 1200px;
  margin: 45px auto 0;
  padding-bottom: 63px;
}

.video-module .video-item .item:last-child {
  float: right;
}

.video-module .video-item .item {
  width: 582px;
  height: 584px;
  padding: 10px;
  display: inline-block;
  position: relative;
  background: white;
  box-shadow: 6px 6px 21px 0px rgba(24, 13, 9, 0.21);
}

.video-module .video-item .item .img {
  width: 562px;
  height: 427px;
}

.video-module .video-item .item .tip {
  position: absolute;
  top: 30px;
  right: 28px;
}

.video-module .video-item .item .tip img {
  width: 26px;
  height: 29px;
}

.video-module .video-item .item .videoplay {
  position: absolute;
  top: 154px;
  left: 226px;
}

.video-module .video-item .item .videoplay img {
  width: 130px;
  height: 130px;
}

.video-module .video-item .item .title {
  padding: 0 33px;
  margin-top: 20px;
  height: 20px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 20px;
}

.video-module .video-item .item .desc {
  padding: 0 33px;
  margin-top: 10px;
  height: 70px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #4c4948;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.video-module .video-item .item .video-fix.block {
  display: block;
}

.video-module .video-item .item .video-fix {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999999;
}

.video-module .video-item .item .video-fix .cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999999;
  background: rgba(0, 0, 0, 0.5);
}

.video-module .video-item .item .video-fix .iframe {
  width: 1080px;
  height: 720px;
  border: none;
  position: fixed;
  top: 50%;
  margin-top: -360px;
  left: 50%;
  margin-left: -540px;
  z-index: 999999999999999;
}

.video-module .video-item .item .more {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #aaa0bb;
  line-height: 16px;
  position: absolute;
  bottom: 27px;
  right: 44px;
}

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