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-color: #F7F8F8;
}

.detail-nav {
  margin-top: 14px;
  height: 40px;
}

.detail-nav .nav-content {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 40px;
  background: white;
}

.detail-nav .nav-content ul {
  line-height: 40px;
  display: inline-block;
  text-align: center;
}

.detail-nav .nav-content ul li {
  float: left;
}

.detail-nav .nav-content ul li span {
  font-size: 15px;
  color: #4C4948;
  margin: 0 20px;
  position: relative;
  cursor: pointer;
  line-height: 15px;
  font-weight: bold;
}

.detail-nav .nav-content ul li span.cur {
  color: #3f1770;
}

.detail-nav .nav-content ul li span:after {
  content: '';
  position: absolute;
  top: 1px;
  right: -19px;
  width: 1px;
  height: 16px;
  background: #4C4948;
}

.detail-nav .nav-content ul li:last-child span:after {
  display: none;
}

.detail-nav .nav-content.fix {
  position: fixed;
  top: 80px;
  left: 50%;
  margin-left: -600px;
  z-index: 999;
  background: white;
}

.detail-nav .btn {
  cursor: pointer;
  width: 130px;
  height: 30px;
  background: #3F1770;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 15px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
}

.banner {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  background-color: #869FBF;
}

.banner img {
  position: absolute;
  top: 26px;
  left: 26px;
}

.graphic-content {
  background-color: #fff;
  margin: 0 auto;
  width: 1200px;
  padding: 40px 68px 53px;
}

.graphic-content .title {
  font-size: 30px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 30px;
}

.graphic-content .times {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #4c4948;
  line-height: 16px;
  margin-top: 13px;
}

.graphic-content .addr {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #4c4948;
  line-height: 14px;
  margin-top: 10px;
}

.graphic-content .divider {
  margin-top: 28px;
  margin-bottom: 26px;
}

.graphic-content .subtitle {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3F1770;
  line-height: 16px;
  margin-top: 25px;
}

.graphic-content .horizontal {
  height: 1px;
  border-bottom: 1px dashed #3F1770;
  margin-top: 24px;
}

.graphic-content .desc {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  margin-top: 5px;
}

.graphic-content .img-item {
  margin-top: 42px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.graphic-content .img-item .item {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  margin-left: 9px;
  border: 1px solid #bfbfbf;
}

.graphic-content .img-item .item .img {
  width: 259px;
  height: 220px;
}

.graphic-content .img-item .item .item-title {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 14px;
  padding: 17px 19px 8px 13px;
}

.graphic-content .img-item .item .item-desc {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: black;
  line-height: 20px;
  padding: 0 19px 13px 13px;
}

.graphic-content .img-item .item:first-child {
  margin-left: 0;
}

.mentor-item {
  width: 1200px;
  min-height: 280px;
  background: white;
  margin: 30px auto 0;
  position: relative;
}

.mentor-item .biaoqian {
  width: 94px;
  height: 30px;
  background: #3f1770;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.mentor-item .img {
  width: 188px;
  height: 222px;
  position: absolute;
  top: 30px;
  left: 34px;
}

.mentor-item .mentor-desc {
  padding-top: 30px;
  padding-left: 246px;
  padding-right: 34px;
}

.mentor-item .mentor-desc .title .name {
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 28px;
}

.mentor-item .mentor-desc .title .appellation {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 24px;
}

.mentor-item .mentor-desc .desc {
  padding-top: 6px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: black;
  line-height: 28px;
}

.highlights {
  width: 1200px;
  margin: 30px auto;
  text-align: center;
  background: #fff;
  padding: 30px;
}

.highlights .title {
  height: 30px;
  background: #3f1770;
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 30px;
  display: inline-block;
  padding: 0 42px;
}

.highlights .images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}

.highlights .images img {
  width: 370px;
  height: 230px;
  margin-bottom: 12px;
  margin-left: 12px;
}

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

.trip-detail {
  width: 1200px;
  background: white;
  margin: 50px auto;
  padding: 30px;
}

.trip-detail .title {
  text-align: center;
}

.trip-detail .title span {
  height: 30px;
  background: #3f1770;
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 30px;
  display: inline-block;
  padding: 0 42px;
}

.trip-detail .trip-days {
  padding: 58px 0;
}

.evaluation {
  text-align: center;
}

.evaluation .images {
  width: 1200px;
  margin: 30px auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.evaluation .images img {
  width: 295px;
  height: 440px;
  margin-left: 7px;
}

.evaluation .images img:first-child {
  margin-left: 0;
}

.our-ustomers-content .case-title {
  width: 1200px;
  margin: 0 auto;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-top: 45px;
  padding-bottom: 20px;
}

.our-ustomers-content .case-title span {
  font-size: 34px;
  color: #3f1770;
}

.our-ustomers-content .customer-items {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

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

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

.our-ustomers-content .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;
}

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

.common-title .c-t-content {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.common-title .c-t-content span {
  display: inline-block;
  font-size: 26px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3f1770;
  line-height: 23px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #3F1770;
  padding: 7px 26px;
}
