﻿@charset "utf-8";
/* CSS Document */
body, ul, li, p, h1, h2, h3, h4, h5, h6, form {
    margin: 0;
    padding: 0;
}

body {
    min-width: 320px;
    background: #ffffff;
    font-family: 微软雅黑;
    padding-top: 106px;
}

li {
    list-style: none;
}

a {
    color: #666666;
}

    a:hover {
        text-decoration: none;
        color: #666666;
    }

img {
    max-width: 100%;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.container {
    width: 70%;
    margin: auto;
}

.bgc {
    background: -moz-linear-gradient(top,#fff,#f7f7f7);
    background: -webkit-linear-gradient(top,#fff,#f7f7f7);
    background: -o-linear-gradient(top,#fff,#f7f7f7);
    background: linear-gradient(top,#fff,#f7f7f7);
}

.bg_gray {
    background: #f7f7f7;
}

.dfe_head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.head-tit {
    color: #676666;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 12px;
    display: none;
}

.navbar-header {
    float: none;
    /*text-align: center;*/
    padding: 20px 0;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
}

.dfe_navbar {
    text-align: center;
}

.navbar-brand {
    float: none !important;
    padding: 25px 15px;
}

    .navbar-brand img {
 /*height: 56px;*/
        height: 40px;
        display: inline-block;
    }

.navbar-nav {
    float: none !important;
    display: inline-block;
}

.navbar-default .navbar-collapse {
    background: #fff;
    padding-bottom: 0.6em;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 23px;
    height: 38px;
    line-height: 38px;
}

.navbar-default .navbar-nav > li > a {
    color: #888888;
    font-size: 15px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000;
    background-color: transparent;
}

    .navbar-default .navbar-nav > .active > a:after {
        content: "";
        background: #c21a13;
        width: 40%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 30%;
    }

.banner {
    min-height: 400px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.banner0 {
    min-height: 590px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.ban_design {
    text-align: center;
    color: #fff;
}

    .ban_design h3 {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 1em 5em;
        font-size: 20px;
        margin-bottom: 1em;
    }

    .ban_design a {
        color: #fff;
        display: inline-block;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 0.5em 2em;
        margin-top: 1em;
    }

.dfe-tab-show {
   /* border-top: 1px solid #eaeae8;
    border-bottom: 1px solid #eaeae8;
    margin: 50px 0 0 0;
    padding: 50px 0;*/
}

.dfe-tab-slide {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.dfe-tab-info {
    position: relative;
    padding-right: 5em;
    padding-left: 2em;
    color: #7c7d80;
}

    .dfe-tab-info h3 {
        font-size: 20px;
        color: #000;
        padding-bottom: 1em;
    }

        .dfe-tab-info h3 span {
            font-size: 16px;
            margin-left: 1em;
        }

.dfe-tab-more {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15%;
    border: 1px solid #000000;
    padding: 0.2em 0.6em;
    margin-top: -24px;
}

.dfe-tab-bar.dfe-tab-bar-arrow {
    display: none;
}

.dfe-tab-bar {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding-left: 3em;
}

    .dfe-tab-bar li {
        padding-bottom: 4em;
    }

        .dfe-tab-bar li:last-child {
            padding-bottom: 0px;
        }

        .dfe-tab-bar li a {
            display: block;
            border: 1px solid #eeeeee;
            padding: 0.5em 0.5em;
            text-align: center;
            cursor: pointer;
        }

            .dfe-tab-bar li a p {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .dfe-tab-bar li a span {
                display: block;
                color: #b6bac3;
                transform: scale(0.8);
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .dfe-tab-bar .active a {
        border: 1px solid #000;
        position: relative;
    }

        .dfe-tab-bar .active a:before {
            content: "";
            width: 0;
            height: 0;
            border-top: 0.4em solid transparent;
            border-right: 0.6em solid #000;
            border-bottom: 0.4em solid transparent;
            position: absolute;
            top: 50%;
            left: -2em;
            margin-top: -0.3em;
        }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../images/ctrL.png) no-repeat;
    width: 16px;
    height: 19px;
    left: 0px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(../images/ctrR.png) no-repeat;
    width: 16px;
    height: 19px;
    left: auto;
    right: 0px;
}

.cases-list a {
    display: block;
    color: #333;
    margin: 1em 0;
}

    .cases-list a img {
        width: 100%;
    }

.cases-list h3 {
    font-size: 16px;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0 6px 0;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cases-list p {
    font-family: Helvetica;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
}

.cases-ctr {
    text-align: center;
    padding-top: 2em;
}

    .cases-ctr a {
        display: block;
        border: 1px solid #e0e0e0;
        text-align: center;
        padding: 0.5em;
        color: #000;
    }

.htit {
    font-size: 130%;
    text-align: center;
    position: relative;
    margin: 2em 0;
    text-transform: uppercase;
}

.h_more {
    display: block;
    position: absolute;
    bottom: 0;
    right: 2em;
    color: #4a4848;
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
}

.news_list_box {
    padding: 2em 0 3em 0;
}

.news_list {
    background: #fff;
    padding: 5px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.news_list_img {
    flex: 3;
}

    .news_list_img img {
        border: 1px solid #efefef;
        padding: 2px;
        width: 100%;
    }

.news_list_info {
    flex: 7;
    padding-left: 1em;
    line-height: 1.5em;
    overflow: hidden;
}

    .news_list_info h3 {
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-bottom: 1em;
        color: #000;
    }

    .news_list_info p {
        height: 4.5em;
        overflow: hidden;
    }

.tit_img {
    text-align: center;
    padding: 3em 0;
}

    .tit_img img {
        max-width: 100%;
    }

.partnerbox {
    position: relative;
    margin-bottom: 1em;
}

.partners {
    text-align: center;
    padding: 0 2em 4em 2em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
}

    .partners li {
        width: 120px;
        box-sizing: border-box;
        padding: 6px;
    }

        .partners li a img {
            width: 100%;
        }

.dfe-footer {
    background: #121212;
    padding: 2em 0;
}

.dfe-fbar a {
    color: #ababab;
}

.dfe-fbar h3 {
    font-size: 14px;
    padding-bottom: 0.5em;
}

    .dfe-fbar h3 a {
        color: #fff;
    }

.dfe-fbar ul li {
    padding: 0.5em 0;
    font-size: 12px;
}

.fxbox {
    padding-left: 4em;
}

.fxbar {
    display: block;
    background: #5e5e5e;
    padding: 0.5em;
    border-radius: 4px;
    color: #fff;
}

.fxico {
    display: inline-block;
    background: url(../images/fxico.png) no-repeat center;
    background-size: 100% auto;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
    margin-right: 5px;
}

.dfe_fx_img {
    display: flex;
    display: -webkit-flex;
    align-content: flex-end;
    -webkit-align-content: flex-end;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    color: #fff;
    text-align: center;
    padding-top: 1em;
}

    .dfe_fx_img img {
        max-width: 100%;
    }

.tablet .fxbox {
    padding-left: 0px;
    color: #cfcfcf;
}

.tablet .dfe_fx_img {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

    .tablet .dfe_fx_img div {
        padding: 0 1em;
    }

.bord_top {
    border-top: 1px solid #676767;
    padding-top: 1em;
    margin-top: 1em;
}

.copyright {
    color: #666666;
    background: #000000;
    padding: 10px 0;
    font-size: 12px;
}

    .copyright a {
        color: #666666;
    }

.dfe-cTab {
    /*border-top: 1px solid #eaeaea;*/
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 2em 0;
    margin-top: 2em;
}

    .dfe-cTab li {
        box-sizing: border-box;
        width: 20%;
    }

        .dfe-cTab li:last-child {
            padding-bottom: 0px;
        }

        .dfe-cTab li a {
            display: block;
            text-align: center;
            cursor: pointer;
            padding: 0.5em 0;
            border: 1px solid #eeeeee;
        }

            .dfe-cTab li a span {
                display: block;
                color: #b6bac3;
                transform: scale(0.8);
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .dfe-cTab li a p {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .dfe-cTab .active a {
        position: relative;
        border: 1px solid #000;
    }

        .dfe-cTab .active a:after {
            content: "";
            width: 0;
            height: 0;
            border-right: 0.4em solid transparent;
            border-top: 0.6em solid #000;
            border-left: 0.4em solid transparent;
            position: absolute;
            bottom: -1em;
            left: 50%;
            margin-left: -0.2em;
        }

.aboutTit {
    text-align: center;
    padding: 5em 0 2em 0;
    position: relative;
}

    .aboutTit span {
        font-size: 200%;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        color: #999;
        padding: 0.5em 0;
        margin-bottom: 0.5em;
    }

        .aboutTit span:after {
            content: "";
            background: #999;
            width: 80%;
            left: 10%;
            height: 1px;
            position: absolute;
            bottom: 0;
            z-index: 1;
        }

    .aboutTit div {
        font-size: 200%;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        color: #999;
        padding: 0.5em 0;
        margin-bottom: 0.5em;
    }

        .aboutTit div:after {
            content: "";
            background: #999;
            width: 80%;
            left: 10%;
            height: 1px;
            position: absolute;
            bottom: 0;
            z-index: 1;
        }

    .aboutTit p {
        font-size: 120%;
    }

.aboutTit2 {
    padding: 2em 0;
    text-align: center;
}

    .aboutTit2 h4 {
        font-size: 100%;
        text-transform: capitalize;
        color: #918f8d;
    }

    .aboutTit2 h3 {
        font-size: 30px;
        color: #030100;
        padding: 0.6em 0;
    }

    .aboutTit2 h5 {
        font-size: 100%;
        text-transform: uppercase;
        color: #9a9a9a;
        position: relative;
        display: inline-block;
        letter-spacing: 1px;
    }

        .aboutTit2 h5:before {
            content: "";
            background: #e0e0e0;
            width: 30px;
            height: 1px;
            position: absolute;
            top: 50%;
            right: -40px;
        }

        .aboutTit2 h5:after {
            content: "";
            background: #e0e0e0;
            width: 30px;
            height: 1px;
            position: absolute;
            top: 50%;
            left: -40px;
        }

    .aboutTit2 .epit {
        width: 60%;
        display: inline-block;
        position: relative;
        color: #888686;
        padding-top: 1.2em;
        margin-top: 0.8em;
    }

        .aboutTit2 .epit:before {
            content: "";
            background: #cbc8cb;
            width: 50px;
            height: 1px;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -25px;
        }

.details {
    /*padding: 3em 0;*/
    line-height: 1.8;
}

.horizontally {
    margin: 0 auto;
}

.dfe-course-box {
    background: url(../images/img2_w300_h244.jpg) no-repeat center;
    background-size: cover;
    padding-top: 8em;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1);
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.course_info {
    background: #fff;
    padding: 1em;
    margin: 1em;
}

    .course_info h3 {
        font-size: 150%;
        padding-bottom: 0.3em;
        font-family: 宋体;
        font-weight: bold;
    }

    .course_info img {
        width: 100%;
    }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: auto;
    bottom: 0px;
}

.dfe-course-box .swiper-wrapper {
    padding-bottom: 8em;
}

.dfe-course-box .swiper-slide:nth-child(2n) {
    margin-top: 3em;
}

.ptem {
    padding-top: 1.5em;
}

.uniqueBox {
    padding-bottom: 4em;
}

.processimg {
    display: block;
}

.uniqueInfo {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: -4em;
}

    .uniqueInfo div {
        flex: 1;
    }

    .uniqueInfo .uniqueTxt {
        padding: 0 5em;
        color: #686568;
    }

        .uniqueInfo .uniqueTxt h3 {
            font-size: 24px;
            padding-bottom: 0.5em;
            color: #000;
        }

        .uniqueInfo .uniqueTxt .more {
            display: inline-block;
            border: 1px solid #d0cdd0;
            border-radius: 2px;
            padding: 0.3em 1em;
            margin-top: 0.8em;
        }

.inspireBox {
    background: #f6f4f5;
    padding-bottom: 4em;
}

.inspireInfo {
    background: #fff;
    color: #686568;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding: 6em 3em;
    width: 50%;
    margin: -10em auto 0 auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

    .inspireInfo h3 {
        font-size: 24px;
        padding-bottom: 1em;
    }

.honors a {
    display: block;
    text-align: center;
    margin-bottom: 1em;
}

    .honors a p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .honors a img {
        width: 100%;
    }

.honors_list_box {
    padding-bottom: 2em;
}

.honors_list {
    background: #fff;
    padding: 5px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 2em;
}

.honors_list_img {
    flex: 2;
}

    .honors_list_img img {
        border: 1px solid #b5b5b5;
        padding: 1px;
        width: 100%;
    }

.honors_list_info {
    flex: 3;
    padding-left: 1em;
    line-height: 1.5em;
}

    .honors_list_info h3 {
        font-size: 18px;
        border-bottom: 1px dashed #b5b5b5;
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
    }

    .honors_list_info p {
        line-height: 1.6em;
        height: 6.4em;
        overflow: hidden;
    }

.team_box {
    /*border-top: 1px solid #eaeaea;*/
    margin-top: 3em;
    padding-bottom: 3em;
}

.team_list {
    border: 1px solid #cccccc;
    padding: 1em;
    margin-top: 3em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

    .team_list:nth-child(2n) {
        flex-direction: row-reverse;
    }

.team_img {
    flex: 1;
    box-sizing: border-box;
}

    .team_img img {
        width: 100%;
    }

.team_info {
    flex: 1;
    box-sizing: border-box;
    padding: 1em 2em;
    text-align: center;
}

    .team_info h3 {
        font-size: 30px;
        position: relative;
        display: inline-block;
        color: #3e4146;
        padding: 0.5em 0;
        margin-bottom: 0.5em;
    }

        .team_info h3:after {
            content: "";
            background: #cccccc;
            width: 60%;
            height: 1px;
            position: absolute;
            top: 100%;
            left: 20%;
        }

    .team_info a {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 0.3em 2em;
    }

.team_info_txt {
    line-height: 2em;
    color: #363636;
    min-height: 12em;
    margin-bottom: 1em;
}

.teamPhoto .col-md-6 {
    margin-top: 3em;
}

    .teamPhoto .col-md-6 img {
        width: 100%;
    }

.team_personal {
    margin: 3em auto;
    width: 80%;
}

.team_personal_txt {
    background: #f7f5f5;
    padding: 1em 2em;
    color: #3e4146;
}

.growthCourse {
    border-bottom: 1px solid #eaeaea;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin: 1em 0;
    padding-bottom: 2em;
}

.course_left_info {
    width: 50%;
    box-sizing: border-box;
    padding: 0 1em 0 1em;
    text-align: right;
    color: #9d9595;
    position: relative;
    padding-bottom: 0.5em;
}

    .course_left_info:before {
        content: "";
        background: url(../images/dot.png) repeat-y;
        position: absolute;
        top: 0;
        right: -3px;
        width: 6px;
        height: 100%;
    }

    .course_left_info:after {
        content: "";
        background: #7f7f7f;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: absolute;
        top: -6px;
        right: -6px;
    }

.course_right_info {
    width: 50%;
    box-sizing: border-box;
    padding: 0 1em 0 1em;
    text-align: left;
    margin-left: 50%;
    color: #9d9595;
    position: relative;
    padding-bottom: 0.5em;
}

    .course_right_info:before {
        content: "";
        background: url(../images/dot.png) repeat-y;
        position: absolute;
        top: 0;
        left: -3px;
        width: 6px;
        height: 100%;
    }

    .course_right_info:after {
        content: "";
        background: #7f7f7f;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: absolute;
        top: -6px;
        left: -6px;
    }

    .course_left_info h4, .course_right_info h4 {
        padding-top: 1.5em;
        padding-bottom: 0.5em;
        color: #3e4146;
    }

        .course_left_info h4:first-child {
            padding-top: 0em;
        }

        .course_right_info h4:first-child {
            padding-top: 0em;
        }

.caseTab {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: 1px solid #ebeae7;
    padding: 2em 0;
}

    .caseTab li {
        width: 15%;
        text-align: center;
        border: 2px solid #ccc;
    }

        .caseTab li a {
            display: block;
            padding: 0.5em 0.5em;
            cursor: pointer;
            color: #666;
            font-size: 15px;
        }

    .caseTab .active {
        border: 2px solid #565454;
    }

        .caseTab .active a {
            color: #000;
        }

.caseTit {
    text-align: center;
    padding-top: 2em;
}

    .caseTit p {
        position: relative;
    }

        .caseTit p:before {
            content: "";
            background: #ebeae7;
            position: absolute;
            height: 1px;
            width: 30%;
            left: 0;
            top: 50%;
        }

        .caseTit p:after {
            content: "";
            background: #ebeae7;
            position: absolute;
            height: 1px;
            width: 30%;
            right: 0;
            top: 50%;
        }

    .caseTit h4 {
        display: inline-block;
        position: relative;
        margin-top: 0.5em;
        font-size: 100%;
    }

        .caseTit h4:before {
            content: "";
            background: #bababa;
            position: absolute;
            height: 1px;
            width: 10px;
            left: -30px;
            top: 50%;
            margin-top: -1px;
        }

        .caseTit h4:after {
            content: "";
            background: #bababa;
            position: absolute;
            height: 1px;
            width: 10px;
            right: -30px;
            top: 50%;
            margin-top: -1px;
        }

.photoShow {
    padding: 2em 0;
    width: 80%;
    margin: 0 auto;
}

.photoBig {
    position: relative;
}

.phoCtrL {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 60px;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .phoCtrL:after {
        content: "";
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        transform: rotate(-45deg);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: -6px;
    }

.phoCtrR {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 60px;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .phoCtrR:after {
        content: "";
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: -6px;
    }

    .phoCtrL:hover, .phoCtrR:hover {
        background: rgba(0,0,0,0.8);
    }

.photoThumb .active img {
    box-sizing: border-box;
    border: 2px solid #bd5b49;
}

.photoBig img {
    width: 100%;
}

.photoThumb {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-left: -0.3em;
    margin-right: -0.3em;
}

    .photoThumb li {
        width: 16.66%;
        padding: 0 0.3em;
        box-sizing: border-box;
    }

        .photoThumb li img {
            width: 100%;
        }

.photoStatus {
    margin: 0.5em 0;
    background: #acacac;
    height: 2px;
    line-height: 2px;
    overflow: hidden;
}

    .photoStatus span {
        display: block;
        background: #bd5b49;
        height: 2px;
    }

.caseName {
    font-size: 20px;
    color: #3e4146;
    padding: 1em 0;
    text-align: center;
}

.caseTxt {
    padding: 1em 0;
    line-height: 2em;
    color: #66686b;
}

.team_box .list-box {
    padding: 2em 0 1em 0;
}

.list-box {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    width: 86%;
    margin: 0 auto;
    padding: 1em 0;
}

.list-img {
    flex: 1;
}

    .list-img img {
        width: 100%;
    }

.list-info {
    flex: 4;
    padding-left: 2em;
    box-sizing: border-box;
}

    .list-info h3 {
        font-size: 16px;
        color: #000;
        padding: 0.3em 0;
        line-height: 1.4em;
        max-height: 2.8em;
        overflow: hidden;
    }

    .list-info h4 {
        font-size: 100%;
        color: #cccccc;
        border-bottom: 1px dashed #cccccc;
        padding-bottom: 0.5em;
        margin-bottom: 0.8em;
    }

    .list-info p {
        line-height: 1.6em;
        height: 4.8em;
        overflow: hidden;
    }

.dfe-pagination {
    width: 86%;
    margin: 1em auto;
    text-align: center;
    position: relative;
}

    .dfe-pagination .pagination > li > a, .dfe-pagination .pagination > li > span {
        border: none;
        color: #333333;
    }

    .dfe-pagination .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background: #c4261d;
        color: #fff;
    }

.current-page {
    position: absolute;
    top: 1.6em;
    left: 0;
}

.villaTit span {
    color: #cfcdcd;
}

    .villaTit span:after {
        content: "";
        background: #7d7d7d;
        width: 20%;
        left: 40%;
        height: 1px;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

.masterbox {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.masterinfo1 {
    flex: 3;
    -webkit-flex: 3;
}

.masterinfo2 {
    flex: 1;
    -webkit-flex: 1;
    padding-left: 2em;
}

.masterinfo1 h4 {
    color: #515252;
}

.masterinfo1 h5 {
    padding: 1em 0;
    color: #bfaeb0;
}

.masterinfo2 h4 {
    font-size: 120%;
    color: #201e1e;
}

.masterinfo2 ul {
    padding: 1em 0;
    color: #6c6c6c;
}
/**/
.swiper-container-horizontal > .swiper-scrollbar {
    background: #fff;
    bottom: 0;
    right: 0;
    position: relative;
    height: 1em;
    border-radius: 0;
    width: 98.1%;
}

    .swiper-container-horizontal > .swiper-scrollbar:before {
        content: "";
        background: rgba(0,0,0,0.2);
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        line-height: 0;
        z-index: 0;
    }

.swiper-scrollbar-drag {
    height: 60%;
    top: 20%;
    background: #1ca0b8;
    border-radius: 0px;
}

.arrL {
    position: absolute;
    top: 0;
    left: -1%;
    width: 1.1%;
    height: 1em;
    background: #fff;
    text-align: left;
    line-height: 0;
}

    .arrL i {
        display: inline-block;
        border-top: 4px solid transparent;
        border-right: 6px solid #5a5a5a;
        border-bottom: 4px solid transparent;
        width: 0;
        height: 0;
        margin-top: 3px;
    }

.arrR {
    position: absolute;
    top: 0;
    right: -1%;
    width: 1.1%;
    height: 1em;
    background: #fff;
    text-align: right;
    line-height: 0;
}

    .arrR i {
        display: inline-block;
        border-top: 4px solid transparent;
        border-left: 6px solid #5a5a5a;
        border-bottom: 4px solid transparent;
        width: 0;
        height: 0;
        margin-top: 3px;
    }

.cases-list h4 {
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    padding: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}
/**/

.jobs_tit {
    padding: 20px 0;
    font-size: 14px;
    margin-bottom: 20px;
}

.jobsti {
    background: #d6d6d6;
    border: 1px solid #c5c3c3;
    font-size: 14px;
}

    .jobsti i {
        float: right;
        color: #000;
    }

    .jobsti a {
        display: block;
        padding: 0.6em 1em;
        position: relative;
        color: #333;
        font-size: 110%;
    }

        .jobsti a:after {
            content: "+";
            position: absolute;
            top: 0;
            right: 0.5em;
            font-size: 180%;
        }

.jobsCur {
    background: #c4261d;
}

    .jobsCur a {
        color: #FFF;
    }

        .jobsCur a:after {
            content: "―";
            position: absolute;
            top: 0;
            right: 0.65em;
            font-size: 180%;
        }

.jobstxt {
    padding: 1em;
    display: none;
}

.jobmore {
    background: #c4261d;
    padding: 1em;
    text-align: center;
    margin-top: 1.5em;
}

    .jobmore a {
        color: #FFF;
    }

.dfe-contact .col-md-3 {
    text-align: center;
}

    .dfe-contact .col-md-3 h4 {
        font-size: 110%;
        padding: 1em 0;
        font-weight: bold;
    }

    .dfe-contact .col-md-3 p:last-child {
        height: 2.8em;
        line-height: 1.4em;
        overflow: hidden;
    }

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    z-index: 10;
    text-align: center;
}

.swiper-pagination-bullet {
    opacity: 1;
    border-radius: 0px;
    width: 50px;
    height: 2px;
}

.swiper-pagination-bullet-active {
    background: #c4261d;
}

.f_tel {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid #666;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 150%;
    color: #fff;
}

    .f_tel i {
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(../images/icon-tel.png) no-repeat left center;
        background-size: 22px 22px;
        vertical-align: middle;
        margin-right: 5px;
    }

.sharebar {
    text-align: right;
    padding: 12px 0;
    display: none;
}

    .sharebar a {
        margin-left: 6px;
    }

.flex_right {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.news_tit {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 0.6em;
    margin-bottom: 1em;
}

    .news_tit p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .news_tit p:first-child {
            font-size: 120%;
            color: #000;
        }

.news_img img {
    width: 100%;
}

.news_txt {
    height: 4.2em;
    line-height: 1.4em;
    overflow: hidden;
    margin-top: 0.5em;
}

.tools {
    position: fixed;
    bottom: 10%;
    right: 50px;
    z-index: 1001;
}

    .tools li {
        margin-bottom: 1em;
        width: 48px;
        height: 48px;
        position: relative;
    }

.news_box {
    display: block;
    margin: 1em 0;
}





@media (max-width: 1366px) {
    .container {
        width: 90%;
        margin: auto;
    }
}


@media (min-width: 992px) {
    .dfe-tab-bar li {
        padding-bottom: 2em;
    }
}

@media (min-width: 1200px) {
    .dfe-tab-bar li {
        padding-bottom: 4em;
    }
}

@media (max-width: 1200px) {
    .list-img {
        flex: 1.3;
        -webkit-flex: 1.3;
    }
}

@media (max-width: 992px) {
    .dfe-tab-show .col-md-3 {
        display: none;
    }

    .nav > li > a {
        padding: 5px 10px;
    }

    .banner {
        min-height: 350px;
    }

    .banner0 {
        min-height: 480px;
    }

    .dfe-tab-bar.dfe-tab-bar-arrow {
        display: block;
        margin-top: 30px;
        padding-left: 0px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

        .dfe-tab-bar.dfe-tab-bar-arrow li {
            float: left;
            width: 33.3%;
            padding-bottom: 0px;
            font-size: 86%;
        }

    .dfe-tab-info h3 {
        font-size: 18px;
    }

    .dfe-tab-bar.dfe-tab-bar-arrow .active a:before {
        display: none;
    }

    .dfe-tab-bar.dfe-tab-bar-arrow .active a:after {
        content: "";
        width: 0;
        height: 0;
        border-right: 0.4em solid transparent;
        border-top: 0.6em solid #000;
        border-left: 0.4em solid transparent;
        position: absolute;
        bottom: -1em;
        left: 50%;
        margin-left: -0.2em;
    }

    .dfe-tab-show {
        margin: 30px 0;
        padding: 30px 0;
    }

    .dfe-tab-more {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 1em;
    }

    .dfe-tab-info {
        padding-left: 1em;
        padding-right: 1em;
    }

        .dfe-tab-info h3 {
            padding-top: 1em;
        }

    .news_list_info h3 {
        font-size: 16px;
    }

    .uniqueInfo .uniqueTxt {
        padding: 0 2em;
    }

        .uniqueInfo .uniqueTxt h3 {
            font-size: 20px;
        }

    .inspireInfo {
        width: 80%;
    }

    .honors .col-md-3 {
        float: left;
        width: 50%;
    }

    .list-img {
        flex: 2;
    }

    .list-info h3 {
        font-size: 16px;
    }

    .masterbox {
        flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }

    .masterinfo2 {
        padding-left: 0px;
        padding-top: 1em;
    }

    .fxbox {
        padding-left: 0px;
    }

    .dfe-footer .col-md-2 {
        float: left;
        width: 20%;
    }

    .dfe-contact .col-md-3 {
        float: left;
        width: 50%;
    }

    .news_tit {
        border-top: 1px solid #d4d4d4;
        border-bottom: none;
        padding-top: 1em;
    }

    .news_list_box {
        padding: 0.5em 0 1em 0;
    }

    .cases-list-box .col-md-4 {
        width: 50%;
        float: left;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 66px;
    }

    .dfe_head {
    }

    .navbar-brand {
        padding: 15px 15px;
    }

        .navbar-brand img {
            height: 36px;
        }

    .navbar-default .navbar-toggle {
        margin-top: 16px;
    }

    .banner {
        min-height: 240px;
    }

    .banner0 {
        min-height: 360px;
    }

    .inspireInfo h3 {
        font-size: 18px;
    }

    .team_list {
        flex-direction: column;
    }

        .team_list:nth-child(2n) {
            flex-direction: column;
        }

    .team_personal {
        width: 100%;
    }

    .list-box {
        flex-direction: column;
    }

    .list-img {
        flex: auto;
        -webkit-flex: auto;
        width: 100%;
        margin-bottom: 0.6em;
    }

    .list-info {
        padding-left: 0px;
    }

    .dfe-footer {
        padding: 2em 0;
    }

    .htit {
        margin: 1em 0;
    }

    .flex_right {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        padding-left: 30px;
        padding-top: 10px;
    }

    .sharebar {
        text-align: left;
    }

    .tools {
        bottom: 0;
        right: 10px;
    }

    .sharebar {
        display: none;
    }

    .f_tel {
        border-bottom: none;
    }

 

    .swiper-pagination-bullet {
        height: 2px;
    }

    .growthCourse {
        margin: 0.5em 0;
        padding-bottom: 1em;
    }
}

@media (max-width: 767px) {

    .container {
        width: 100%;
    }

    .navbar-header {
        padding: 0;
        border-bottom: none;
    }

    .navbar-brand {
        padding: 8px 15px;
        float: left !important;
    }

    .head-tit {
        display: none;
    }

    .tools {
        bottom: 10%;
    }

        .tools li {
            width: 36px;
            height: 36px;
        }

    .flex_copy p:last-child {
        display: none;
    }
}

@media (max-width: 600px) {
    .honors_list_info p {
        height: 4.8em;
    }

    .ban_design h3 {
        font-size: 16px;
        padding: 0.6em 2em;
        margin-bottom: 0.6em;
    }

    .ban_design a {
        padding: 0.3em 1em;
        margin-top: 0.5em;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 46px;
    }

    .navbar-brand img {
        height: 20px;
    }

    .navbar-default .navbar-toggle {
        margin-top: 6px;
    }

    .navbar-default .navbar-collapse {
        margin-top: 0px;
        box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    }

    .navbar-default .navbar-nav > .active > a:after {
        width: 4em;
        left: 15px;
    }

    .banner {
        min-height: 160px;
    }

    .banner0 {
        min-height: 160px;
    }

    .dfe-tab-slide {
        flex-wrap: wrap;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    .swiper-button-prev, .swiper-button-next {
        top: 30%;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .cases-list h3 {
        font-size: 14px;
    }

    .cases-list p {
        font-size: 12px;
    }

    .news_list_info h3 {
        font-size: 13px;
    }

    .news_list_info p {
        line-height: 1.4em;
        height: 2.8em;
        overflow: hidden;
        font-size: 12px;
    }

    .htit {
        font-size: 120%;
    }

    .h_more {
        right: 0.5em;
        font-size: 12px;
    }

    .uniqueBox {
        padding-bottom: 2em;
    }

    .tit_img {
        padding: 1em 0;
    }

        .tit_img img {
            width: 30%;
        }

    .partners {
        text-align: center;
        padding: 0 1em 1em 1em;
    }

    .fxbox {
        padding-left: 0px;
    }

    .dfe_fx_img {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

        .dfe_fx_img div {
            padding-right: 2em;
        }

    .dfe-fbar {
        padding-bottom: 1em;
    }

    .dfe-cTab {
        font-size: 12px;
        margin-top: 1em;
        padding: 1em 0;
    }

        .dfe-cTab li {
            flex: 1;
            -webkit-flex: 1;
        }

            .dfe-cTab li a {
                line-height: 1;
            }

                .dfe-cTab li a span {
                    transform: scale(0.7);
                }

    .aboutTit span {
        font-size: 130%;
    }

    .aboutTit div {
        font-size: 130%;
    }

    .aboutTit p {
        font-size: 100%;
    }

    .aboutTit2 h3 {
        font-size: 18px;
    }

    .uniqueInfo .uniqueTxt {
        padding: 0 1em;
    }

    .uniqueInfo .uniqueTxt_txt {
        height: 4.8em;
        line-height: 1.6em;
        overflow: hidden;
        font-size: 90%;
    }

    .uniqueInfo .uniqueTxt h3 {
        font-size: 16px;
    }

    .inspireInfo {
        margin: -6em auto 0 auto;
        padding: 4em 2em;
    }

    .honors .col-md-3 {
        float: none;
        width: 100%;
    }

    .details {
        padding: 1em 0;
    }

    .caseTab li {
        width: 16%;
        border: 1px solid #cccccc;
    }

    .caseTab .active {
        border: 1px solid #565454;
    }

    .cases-list h4 {
        font-size: 14px;
    }

    .caseName {
        font-size: 18px;
    }

    .cases-ctr a {
        font-size: 12px;
    }

    .dfe-tab-more {
        font-size: 12px;
    }

    .dfe-tab-show {
        margin: 30px 0 0 0;
    }

    .partners li {
        width: 33.3%;
    }

    .dfe-fbar ul {
        display: block;
    }

    .dfe-fbar h3 {
        font-size: 12px;
    }
    /*20180530*/
    .dfe-footer {
        padding: 1em 0 0 0;
    }

        .dfe-footer .col-md-2 {
            float: left;
            width: 25%;
        }

        .dfe-footer .dfe-fbar {
            padding-bottom: 15px;
        }
    /*.dfe-footer .dfe-fbar:last-child{
		display: none;
	}*/
    .flex_right {
        display: inherit;
        padding-left: 20px;
    }

    .dfe-footer .dfe-fbar {
        padding: 0 5px;
    }

    .dfe-tab-img img {
        width: 83%;
    }

    .f_tel {
        float: left;
        display: inline-flex;
        display: -webkit-inline-flex;
        align-items: center;
        -webkit-align-items: center;
        font-size: 13px;
        margin-right: 0.6em;
        margin-bottom: 5px;
        /*border-bottom: 1px solid #ababab;*/
        padding-bottom: 5px;
    }

        .f_tel i {
            width: 16px;
            height: 16px;
            background-size: cover;
            margin-right: 2px;
        }

    .flex_copy {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .honors .col-md-3 {
        float: left;
        width: 50%;
    }

    .course_left_info h4, .course_right_info h4 {
        font-size: 110%;
        line-height: 1.4;
    }

    .team_box {
        margin-top: 2em;
        padding-bottom: 1em;
    }

    .team_personal {
        margin: 1em auto;
    }

    .dfe-tab-img {
        text-align: center;
        margin: 0 auto;
        width: 70%;
    }

    .dfe-tab-info {
        text-align: center;
        margin: 0 auto;
    }

    .photoShow {
        padding: 2em 0;
        width: 100%;
        margin: 0 auto;
    }
    /*
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		background: url(../images/ctrL.png) no-repeat;
		width: 16px;
		height: 19px;
		left: 0px;
		right: auto;
		display: none;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		background: url(../images/ctrR.png) no-repeat;
		width: 16px;
		height: 19px;
		left: auto;
		right: 0px;
		display: none;
	}*/
    .dfe-tab-show {
        padding: 12px 0;
    }

    .swiper-pagination-bullet {
        width: 30px;
    }

    .dfe-tab-bar.dfe-tab-bar-arrow {
        margin-top: 15px;
    }

    .dfe-tab-show {
        margin-top: 20px;
    }

    .dfe-tab-bar li a {
        line-height: 1;
    }

    .dfe-tab-info h3 {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .dfe-tab-img img {
        width: 100%;
    }

    .dfe-tab-slide {
        width: 90%;
        margin: 0 auto;
    }

    .aboutTit span {
        font-size: 110%;
    }

    .aboutTit div {
        font-size: 110%;
    }

    .aboutTit p {
        font-size: 100%;
    }

    .flex_copy {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

.flex_copy {
    display: flex;
    align-items: center;
}

.dfe-footer-menu {
    overflow: hidden;
}

/*****/
.m_navbar {
    display: none;
}

@media (max-width: 480px) {
    body {
        padding-top: 90px;
    }

    .navbar-brand {
        float: none !important;
        display: block;
        border-bottom: 1px solid #ccc;
    }

    .navbar-default .navbar-toggle {
        display: none;
    }

    .m_navbar {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        padding: 10px 0;
    }
}

.btn-default {
    background: #c21a13;
    color: #fff;
    border: none;
    padding: 0.5em 1em;
}

.abtit11 {
    position: relative;
    text-align: center;
    z-index: 1;
    margin: 40px 0;
}

    .abtit11:before {
        content: "";
        height: 1px;
        width: 100%;
        background: #ccc;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
    }

    .abtit11 span {
        font-size: 22px;
        display: inline-block;
        background: #fff;
        padding: 0 20px;
        font-family: 宋体;
    }

.bargz {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 1em;
    z-index: 1;
    background: url(../images/icon-ewm.png) no-repeat left;
    background-size: 1em 1em;
    padding-left: 1.4em;
    color: #666;
}

.pop-gz-box {
    position: fixed;
    top: 20%;
    left: 33%;
    width: 34%;
    z-index: 1001;
    background: rgba(0,0,0,0.8);
    box-sizing: border-box;
    padding: 1.5em 2em 2em 2em;
    color: #fff;
}

.gz-list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding-bottom: 1em;
}

    .gz-list div {
        box-sizing: border-box;
        padding: 0 1em;
    }

        .gz-list div img {
            width: 200px;
            margin-bottom: 5px;
        }

.pop-gz-close {
    text-align: right;
    margin-top: -1em;
}

    .pop-gz-close a {
        font-size: 300%;
    }

@media (max-width: 1600px) {
    .pop-gz-box {
        left: 26%;
        width: 48%;
    }
}

@media (max-width: 1000px) {
    .pop-gz-box {
        left: 20%;
        width: 60%;
    }
}

@media (max-width: 480px) {
    .pop-gz-box {
        position: fixed;
        top: 30%;
        left: 5%;
        width: 90%;
        z-index: 1001;
        background: rgba(0,0,0,0.8);
        box-sizing: border-box;
        padding: 1em;
    }

    .pop-gz-close a {
        font-size: 200%;
    }
}

.xxpages {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 1em 0;
}

    .xxpages a {
        border: 1px solid #dedede;
        padding: 0.2em 0.6em;
    }


.f_tel a {
    color: #fff;
}

.dfe-cTab-td {
    display: none;
}

@media (max-width: 480px) {
    .dfe-cTab-td {
        display: block;
    }

    .dfe-cTab-fw {
        display: none;
    }
}

@media (max-width: 480px) {
    .team_info_txt {
        padding: 0.6em 0;
        font-size: 100%;
    }

    .team_info {
        padding: 0.5em;
    }

        .team_info h3 {
            font-size: 130%;
        }
}

.fancybox-navigation .fancybox-button--arrow_left {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 60px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .fancybox-navigation .fancybox-button--arrow_left:after {
        content: "";
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        transform: rotate(-45deg);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: -6px;
    }

.fancybox-navigation .fancybox-button--arrow_right {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 60px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .fancybox-navigation .fancybox-button--arrow_right svg, .fancybox-navigation .fancybox-button--arrow_left svg {
        opacity: 0;
    }

    .fancybox-navigation .fancybox-button--arrow_right:after {
        content: "";
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: -6px;
    }
