/*common*/
.body {
    line-height: 1;
}

/*介绍*/
.introduce {
    height: 380px;
    margin-top: 22px;
}
.introduce .introduce-desc {
    width: 383px;
    height: 100%;
    background-image: url("../../img/introduce-bg.jpg");
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 23px 28px;
    box-sizing: border-box;
}
.introduce .introduce-desc .introduce-desc__title {
    font-size: 36px;
    font-weight: bold;
}
.introduce .introduce-desc .introduce-desc__content {
    font-size: 14px;
    line-height: 25px;
    margin-top: 18px;
    word-break: break-all;
}
.introduce .introduce-desc .introduce-desc__handle {
    margin-top: 18px;
}
.introduce .introduce-desc .introduce-desc__handle a {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: rgba(255, 253, 251, 0.3);
    display: inline-block;
    width: 97px;
    height: 38px;
    text-align: center;
}

.introduce .introduce-statistics-list {
    width: 426px;
    height: 100%;
    background-color: #f2f2f2;
    box-shadow: 2px 5px 5px 0 #f2f2f2;
    padding-top: 40px;
    box-sizing: border-box;
}
.introduce .introduce-statistics-list .introduce-statistics {
    float: left;
    position: relative;
    width: 142px;
    text-align: center;
    line-height: 1.5;
    overflow: hidden;
    height: 170px;
}
.introduce .introduce-statistics-list .introduce-statistics .introduce-statistics__icon {
    width: 45px;

}
.introduce .introduce-statistics-list .introduce-statistics .introduce-statistics__number {
    font-size: 32px;
    font-weight: bold;
    color: #393939;
    line-height: 40px;
}
.introduce .introduce-statistics-list .introduce-statistics .introduce-statistics__number .vague {}
.introduce .introduce-statistics-list .introduce-statistics .introduce-statistics__label {
    color: #0044ca;
    font-weight: bold;
}
.introduce .introduce-statistics-list .introduce-statistics .introduce-statistics__desc {
    font-size: 14px;
    line-height: 18px;
}

.introduce .introduce-activitys {
    width: 373px;
    height: 380px;
    margin-left: 10px;
}
.introduce .introduce-activitys__header {
    height: 28px;
    overflow: hidden;
}
.introduce .introduce-activitys__header ul {
    float: left;
    margin-left: 8px;
}
.introduce .introduce-activitys__header li {
    font-size: 16px;
    line-height: 25px;
    float: left;
    padding: 0 5px;
    cursor: pointer;
}
.introduce .introduce-activitys__header li.active {
    color: #0044ca;
    border-bottom: 3px solid #0044ca;
    font-weight: bold;
}
.introduce .introduce-activitys__header li + li {
    margin-left: 14px;
}
.introduce .swiper-buttons-group {
    float: right;
    width: 60px;
}
.introduce .swiper-buttons-group .swiper-buttons {
    display: none;
    overflow: hidden;
}
.introduce .swiper-buttons-group .swiper-buttons.active {
    display: block;
}
.introduce .swiper-buttons-group .swiper-buttons button {
    width: 28px;
    height: 28px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    transform: rotate(90deg);
    float: left;
}
.introduce .swiper-buttons-group .swiper-buttons button:not(.swiper-button-disabled) {
    color: red;
}
.introduce .swiper-buttons-group .swiper-buttons button.swiper-button-disabled {
    color: gray;
}
.introduce .swiper-buttons-group .swiper-buttons button.swiper-button--next {
    content: '>';
}
.introduce .swiper-buttons-group .swiper-buttons button.swiper-button--prev {
    content: '<';
}
.introduce .introduce-activitys__body {
    height: 352px;
    padding-top: 1px;
    box-sizing: border-box;
}
.introduce .introduce-activitys__body ul {
}
.introduce .introduce-activitys__body ul.active {
}
.introduce .introduce-activity-wrapper {
    display: none;
}
.introduce .introduce-activity-wrapper.active {
    display: block;
}
.introduce .swiper-container {
    height: 360px;
}
.introduce .introduce-activitys .introduce-activity {
    height: 117px;
    padding-top: 18px;
    box-sizing: border-box;
}
.introduce .introduce-activitys .introduce-activity > div {
    box-shadow: 0 0 8px 2px #cdcdcd;
    height: 93px;
}
.introduce .introduce-activitys .introduce-activity + .introduce-activity {
    /*margin-top: 30px;*/
}
.introduce .introduce-activity .introduce-activity__date {
    width: 90px;
    height: 100%;
    text-align: center;
    background-color: #0044ca;
    color: #fff;
    float: left;
}
.introduce .introduce-activitys .introduce-activity.introduce-activity--over .introduce-activity__date {
    background-color: #b9b9b9;
}
.introduce .introduce-activity .introduce-activity__date span {
    font-size: 48px;
    font-weight: bold;
    display: block;
    padding-top: 10px;
}
.introduce .introduce-activity .introduce-activity__date p {
    font-size: 16px;
    padding-top: 8px;
}
.introduce .introduce-activity .introduce-activity__content {
    float: left;
    /*width: 253px;*/
    width: calc(100% - 120px);
    height: 100%;
    font-size: 14px;
    padding: 7px 14px;
    box-sizing: border-box;
    line-height: 24px;
    background-color: #fff;
}
.introduce .introduce-activity .introduce-activity__content p {}
.introduce .introduce-activity .introduce-activity__content span {
    display: block;
    margin-top: 5px;
}
.introduce .introduce-activity .introduce-activity__content span em {
    color: #fd4c01;
    font-weight: bold;
    font-style: normal;
}
.introduce .introduce-activity .introduce-activity__btn {
    float: left;
    width: 30px;
    height: 100%;
    background-color: #ffcb18;
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    padding: 5px 3px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
/* 线上课程 和 行业资讯 */
.introduce .lesson-information .introduce-activity__date {
    width: 160px;
}
.introduce .lesson-information .introduce-activity__content {
    width: calc(100% - 160px);
    position: relative;
}
.introduce .lesson-information .introduce-activity__date img{
    width: 100%;
    height: 100%;
}
.introduce .lesson-information .introduce-activity__content > p {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    position: relative;
}
.introduce .lesson-information .introduce-activity__content > p a{
    color: #fd4c01;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 24px;
    bottom: 0;
    background-color: #fff;
}
.introduce .lesson-information .introduce-activity__content .tags {
    color: #999;
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 8px;
}
.introduce .lesson-information .introduce-activity__content .tags .view-num {
}
.introduce .lesson-information .introduce-activity__content .tags .view-num img {
    margin-top: 6px;
    margin-right: 5px;
    width: 24px;
}
.introduce .swiper-slide {
    padding: 0 8px
}
/*热门项目*/
.hot-project {}
.hot-project .hot-project__body {}
.hot-project .project-list {
    width: calc(100% + 28px);
    overflow: hidden;
}
.hot-project .project-list .project {
    position: relative;
    float: left;
    margin-right: 28px;
    width: 279px;
    height: 235px;
    text-align: center;
}
.hot-project .project-list .project .project__img {
    width: 279px;
    height: 167px;
    overflow: hidden;
}
.hot-project .project-list .project .project__img img {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    display: block;
}
.hot-project .project-list .project .project__data {
    min-width: 100px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-bottom-right-radius: 4px;
}
.hot-project .project-list .project .project__title {
    font-size: 16px;
    line-height: 17px;
    margin-top: 10px;
}
.hot-project .project-list .project .project__desc {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
    color: #a3a3a3;
}

/*成功案例*/
.success-case {
    box-shadow: 2px 5px 10px 5px #f2f2f2;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 25px;
    max-height: 352px;
}
.success-case .tabs-title li {
    margin: 0 8px
}
.success-case .service-scope__body {}
.success-case .tabs {}
.success-case .tabs .tab-content-wrapper {}
.success-case .tabs .tab-content {
    overflow: hidden;
    padding: 22px 28px;
}
.success-case .tabs .tab-content .tab-content__img {
    width: 280px;
    height: 167px;
    overflow: hidden;
    float: left;
}
.success-case .tabs .tab-content .tab-content__img img {
    display: block;
    width: 100%;
    max-height: 100%;
}
.success-case .tabs .tab-content .tab-content__info {
    float: left;
    margin-left: 22px;
    width: 842px;
}
.success-case .tabs .tab-content .tab-content__info li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    height: 33.5px;
    border-bottom: 1px dashed #cccccc;
    line-height: 33.5px;
}
.success-case .tabs .tab-content .tab-content__info li a {
    color: #2e2e2e;
    float: left;
    max-width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.success-case .tabs .tab-content .tab-content__info li a span {
    color: #ff0000;
    float: left;
}
.success-case .tabs .tab-content .tab-content__info li i {
    color: #b2b2b2;
    float: right;
    width: 100px;
    text-align: right;
}
.success-case .tab-content__btn {
    float: left;
    width: 100%;
}

/*服务范围*/
.service-scope {
    margin-bottom: 45px;
}
.service-scope .tabs-title li {
    margin: 0 3px;
}
.service-scope .service-scope__header {}
.service-scope .service-scope__body {}
.service-scope .service-scope__body .tabs-title {
    margin-bottom: 5px;
}
.service-scope .service-scope__body .swiper-container {
    padding-top: 10px;
    height: 167px;
}
.service-scope .service-scope__body .swiper-container .swiper-button-prev {}
.service-scope .service-scope__body .swiper-container .swiper-button-next {}
.service-scope .service-scope__body .swiper-container .swiper-slide img {
    max-width: 279px;
    max-height: 167px;
}

/*卓信团队*/
.team {
    background: #333333;
    overflow: hidden;
}
.team .team__header {}
.team .team__header h2 {
    color: #fff;
}
.team .team__header span {
    color: #262626;
}
.team .team__body {
    color: #fff;
    text-align: center;
}
.team .team__body .team__body__title {
    font-size: 20px;
    margin-bottom: 10px;
}
.team .team__body .team__body__subtitle {
    font-size: 16px;
    margin-bottom: 12px;
}
.team .team__body .tabs-title {
    margin-bottom: 28px;
}
.team .team__body .swiper-custom {}
.team .team__body .swiper-custom .swiper-button-prev,
.team .team__body .swiper-custom .swiper-button-next {
    top: 34%;
}
.team .team__body .swiper-custom .swiper-button-prev:not(.swiper-button-disabled),
.team .team__body .swiper-custom .swiper-button-next:not(.swiper-button-disabled) {
    background-image: url("../../img/arrow--orange.png");
}
.team .team__body .swiper-custom .swiper-container {
    height: 400px;
}
.team .team__body .swiper-custom .swiper-slide {}
.team .team__body .swiper-custom .swiper-slide img {
    max-width: 266px;
    max-height: 266px;
    margin-bottom: 17px;
}
.team .team__body .staff-info {
    margin-bottom: 33px;
}
.team .team__body .staff-info .staff-info__title {
    font-size: 16px;
    margin-bottom: 9px;
}
.team .team__body .staff-info .staff-info__desc {
    font-size: 14px;
    margin-bottom: 11px;
}
.team .team__body .staff-info .staff-info__btn {
    min-width: 110px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    height: 27px;
    line-height: 25px;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
}

/*卓信荣誉*/
.honor {
    background-color: #f2f2f2;
    overflow: hidden;
    padding-bottom: 40px;
}
.honor .honor__header h2 {
    color: #333333;
}
.honor .honor__header span {
    color: #e2e2e2;
}
.honor .honor__body .swiper-container {
    height: 162px;
}
.honor .swiper-slide,
.cooperate .swiper-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

/*合作交流*/
.cooperate {
    overflow: hidden;
    padding-bottom: 40px;
}
.cooperate .cooperate__body .swiper-container {
    height: 188px;
}
.cooperate .cooperate__body .swiper-container .swiper-slide {}
.cooperate .cooperate__body .swiper-container .swiper-slide p {
    margin-top: 13px;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

/*离岸百科 & 热门专题*/
.encyclopedia {
    padding-bottom: 25px;
}

/*预约弹窗*/
.modal-subscribe {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}
.modal-subscribe .modal-content {
    position: absolute;
    left: 50%;
    top: 263px;
    z-index: 1;
    width: 826px;
    height: 390px;
    margin-left: -413px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
}
.modal-subscribe .modal-content .modal__header {
    background-color: #fd4c01;
    color: #fff;
    font-size: 24px;
    height: 36px;
    text-align: center;
    position: relative;
}
.modal-subscribe .modal-content .modal__header p {
    line-height: 36px;
}
.modal-subscribe .modal-content .modal__header .modal-close {
    position: absolute;
    top: 6px;
    right: 27px;
    cursor: pointer;
}
.modal-subscribe .modal-content .modal__body {
    height: 305px;
    padding: 18px 0 7px;
    box-sizing: border-box;
    text-align: center;
}
.modal-subscribe .modal-content .modal__body img {
    width: 640px;
    height: 280px;
    display: inline-block;
}
.modal-subscribe .modal-content .modal__footer {
    height: 46px;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.modal-subscribe .subscribe-form {}
.modal-subscribe .subscribe-form .subscribe-form-panel {
    float: left;
    font-size: 16px;
}
.modal-subscribe .subscribe-form .subscribe-form-panel .subscribe-form-panel__label {
    float: left;
    color: #272727;
    width: 97px;
    text-align: right;
    white-space: pre-wrap;
}
.modal-subscribe .subscribe-form .subscribe-form-panel .subscribe-form-panel__content {
    float: left;
}
.modal-subscribe .subscribe-form .subscribe-form-panel .subscribe-form-panel__content input {
    height: 26px;
    width: 178px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 0 3px;
}
.modal-subscribe .subscribe-form .subscribe-form-submit {
    margin-left: 85px;
    background-color: #fd4c01;
    color: #ffffff;
    height: 26px;
    line-height: 26px;
    width: 118px;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
}
.modal-subscribe .modal-mask {
    background-color: #000000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
