@charset "utf-8";
.global__btn-primary {
  background: var(--app-color-bg-brand-default);
  border: none;
  color: #fff;
}
.global__btn-primary__hover {
  background: var(--app-color-bg-brand-hover);
}
.global__btn-week {
  background: var(--app-color-btn-bg-default);
  border: 1px solid var(--app-color-btn-border-default);
  color: var(--app-color-text-default);
}
.global__btn-week__hover {
  color: var(--app-color-text-default);
  border-color: var(--app-color-btn-border-hover);
  background-color: var(--app-color-btn-bg-hover);
}
.global__btn-week__hover__border {
  color: var(--app-color-text-brand-default);
  border-color: var(--app-color-text-brand-default);
}
.global__box__shadow {
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.05), 0px 2px 8px -1px rgba(0, 0, 0, 0.05);
}
.global__box {
  border: 1px solid #E9ECF1;
  background: #FFF;
}
.global__box:hover {
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.05), 0px 2px 8px -1px rgba(0, 0, 0, 0.05);
}
.global__rich-text {
  font-size: 14px;
  line-height: 22px;
}
.global__rich-text h1 {
  font-size: 36px;
  line-height: 52px;
}
.global__rich-text h2 {
  font-size: 26px;
  line-height: 40px;
}
.global__rich-text h3 {
  font-size: 24px;
  line-height: 32px;
}
.global__rich-text h4 {
  font-size: 16px;
  line-height: 24px;
}
.global__rich-text h5 {
  font-size: 14px;
  line-height: 22px;
}
.global__rich-text h6 {
  font-size: 12px;
  line-height: 20px;
}
.business-finance-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.business-icon-1 {
  background-image: url(img/svg/industry-insurance.svg);
}
.business-icon-2 {
  background-image: url(img/svg/industry-bank.svg);
}
.business-icon-3 {
  background-image: url(img/svg/industry-securities.svg);
}
.business-icon-4 {
  background-image: url(img/svg/industry-financial.svg);
}
.education-section-tit-small {
  color: #333;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 40px;
  margin-top: 20px;
  text-align: center;
}
.education-media-link-weak {
  color: #666;
  cursor: default;
}
.business-unit-box {
  font-size: 14px;
  color: #666;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #F2F4F8;
}
.c-section li:last-of-type .business-unit-box {
  margin-bottom: 0;
}
.business-unit-box-hd {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 8px;
}
.business-unit-box-hd > i {
  display: none;
}
.business-unit-box-bd {
  line-height: 1.8;
  margin-top: 10px;
}
.vip-content .c-section-inner .c-media-img .ico48 {
  width: 48px;
  height: 48px;
}
.c-g-6 .c-media .c-media-body .c-media-info {
  text-align: center;
}
.business-unit-box-bd p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  overflow: hidden;
}
.business-unit-box-bd .text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: left;
  overflow: hidden;
}
.business-info-list {
  margin-top: 5px;
  overflow: hidden;
}
.business-info-list li {
  margin-top: 2px;
  color: rgba(0, 0, 0, 0.6);
  list-style-position: inside;
}
.business-info-list li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #999;
  vertical-align: middle;
}
.business-info-list em {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  vertical-align: middle;
}
.business-unit-box-ft {
  display: block;
  margin-top: 25px;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
}
.business-info-list p {
  padding-left: 19px;
}
.tc-15-btn.btn-bule {
  text-align: center;
  border-radius: 2px;
  transition: 0.2s ease background;
  min-width: 24px;
  padding: 0 20px;
  background: var(--app-color-btn-bg-default);
  border: 1px solid var(--app-color-btn-border-default);
  color: var(--app-color-text-default);
}
.tc-15-btn.btn-bule:focus,
.tc-15-btn.btn-bule:hover {
  color: var(--app-color-text-brand-default);
  border-color: var(--app-color-text-brand-default);
}
.team-solution-ct img {
  max-width: 100%;
  max-height: 100%;
}
.c-scene-tab .c-selection-type .c-tab-tit {
  font-size: 16px;
}
.c-media-img .media-pic {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.J-cardItem .c-media-img .media-pic {
  width: 160px;
  height: 66px;
  margin: 0 auto;
}
.team-question-ct .text {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  padding-bottom: 20px;
}
.exclusive-link a {
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
}
.exclusive-link a:last-of-type {
  line-height: 30px;
  height: 30px;
}
.c-scene-tab .c-tab-panel {
  border-left: none;
}
.team-solution .c-scene-tab .c-tab-ul {
  border-right: 2px solid #e5e5e5;
}
@media (max-width: 768px) {
  .c-selection-type-info.actived .team-solution-mobile-title {
    color: var(--app-color-text-link-active);
  }
  .c-selection-type-info.actived .team-solution-mobile-title:after {
    background-image: url();
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    background-position: 50% 50%;
    background-size: 114.28571429% 125%;
    background-repeat: no-repeat;
  }
}
#MAXIM {
  content: 'v_i20180625163359';
}
@media screen and (max-width: 600px) {
  .sol-banner .solution-banner-tit {
    font-size: 32px;
    margin-top: 70px;
  }
}
.sol-banner .solution-banner-btn .c-btn {
  height: 43px;
  border-color: rgba(255, 255, 255, 0.5);
  line-height: 43px;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 160px;
  background: rgba(0, 0, 0, 0.05);
}
.sol-banner .solution-banner-btn .c-btn:hover {
  background: var(--app-color-bg-brand-hover);
  text-decoration: none;
}
.sol-banner .solution-banner-des {
  font-size: 14px;
  margin: 24px 0 48px;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .sol-banner .solution-banner-btn .c-btn {
    width: 460px;
    height: 36px;
    line-height: 36px;
  }
  .sol-banner .solution-banner-btn {
    margin-top: 45px;
  }
  .sol-banner .solution-banner-des {
    margin: 12px 0 24px;
  }
  .sol-banner {
    height: 348px;
  }
  .sol-banner .solution-banner-tit {
    margin-bottom: 25px;
    margin-top: 90px;
  }
}
.sol-banner .solution-banner-inner .solution-banner-ct .solution-banner-tit  {
  color: #fff;
}
.sol-banner .solution-banner-inner .solution-banner-ct .solution-banner-des p {
  color: rgba(255, 255, 255, 0.85)
}
