@charset "utf-8";

/* CSS Document */
* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #595c5b;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none !important;
    color: #828282;
}

    a:hover,
    a:visited {
        text-decoration: none !important;
    }

    a:hover {
        color: #006ec7;
    }

p,
ul {
    margin: 0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12,
.col-sm-12 {
    padding: 0;
}

/*头部*/
.header .container-a {
    position: relative;
}

.container {
    padding: 0;
}

.header .header-top {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 33;
}

/* 有效空间 */

.container-a {
    width: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
    position: relative;
    z-index:998;
}

    .header .container-a {
        position: relative;
    }

.container {
    padding: 0;
}

/* 中英切换 */
.change {
    text-align: right;
    font-size: 16px;
    color: #fff;
    padding: 8px 0 12px;
}

    .change a {
        font-family: "微软雅黑";
        font-size: 16px;
        color: #000;
        padding: 3px 10px;
        border: 2px solid #000;
    }

        .change a:hover {
            background: #fff;
            color: #115bc2;
            /*border: 2px solid #115bc2;*/
        }
/* 挂边图片 */
.welt {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 33;
}

/*网站标志与搜索*/

.logo {
    position: absolute;
    width: 360px;
    text-align:center;
    float: left;
    background: url(../images/logo-bj.png) repeat;
    border-radius: 10px 0 80px 80px;
    box-shadow: 3px 5px 10px rgba(168, 168, 168, 0.52);
}

    .logo img {
        margin: 14px 10px;
        width:280px;
    }

/*导航*/

.nav {
    width: 100%;
    padding-left:380px;
    background: url(../images/nav-bj.png) repeat;
    box-shadow: 3px 5px 10px rgba(168, 168, 168, 0.52);
}

    .nav ul {
        float: left;
        width: 96%;
        margin-left: 1.5%;
    }

        .nav ul li {
            float: left;
            margin-left: 5px;
            line-height: 90px;
            text-align: center;
            position: relative;
            white-space: nowrap;
            z-index: 99;
        }

            .nav ul li a {
                display: block;
                color: #000;
                height: 90px;
                font-size: 18px;
                padding: 0 25px;
                text-decoration: none;
            }

            .nav ul li ul {
                display: none;
                position: absolute;
                left: 0;
                top: 60px;
                width: 180%;
                min-width:256px;
                z-index: 99;
                background: #fff;
                padding-bottom: 5px;
            }


            .nav ul li:hover a {
                color: #000;
            }

            .nav ul li:hover ul {
                display: block;
            }

            .nav ul li ul li {
                width: 100%;
                line-height: 37px;
                text-align: left;
                margin-bottom: 8px;
            }

                
                .nav ul li ul li a {
                    font-size: 16px;
                    height: 37px;
                    padding: 0 20px;
                    color: #000;
                }

            .nav ul li:hover ul li a {
                color: #000;
            }

.x-banner img {
    width: 100%;
}


/*搜索*/

.search {
    position: relative;
    width: 5%;
    height: 90px;
    line-height: 90px;
    text-align: left;
    margin: 0 0 0 auto;
}



    .search .search_image {
        margin-left: 15px;
    }

.searchbox {
    top: 160px;
    right: 0px;
    padding: 15px 0;
    width: 300px;
    text-align: center;
    line-height: normal;
    z-index: 88;
    border-top: 2px solid #115bc2;
    background: #fff;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-box-shadow: 0px 3px 5px #737373;
    -webkit-box-shadow: 0px 3px 5px #737373;
    box-shadow: 0px 3px 5px #737373;
}

    .searchbox.show {
        top: 90px;
        opacity: 1;
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .searchbox .search_kang {
        width: 200px;
        height: 32px;
        padding-left: 10px;
        text-align: left;
        vertical-align: middle;
        border-top: 1px solid #eaeaea;
        border-left: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }

    .searchbox .search-button {
        outline: none;
        width: 60px;
        height: 32px;
        line-height: normal;
        background: #115bc2;
        color: #fff;
        vertical-align: middle;
    }

    .searchbox .search_kang:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px #fff inset;
        -webkit-text-fill-color: #dfdfdf;
    }


::-webkit-input-placeholder {
    color: #dfdfdf;
}

::-moz-placeholder {
    color: #dfdfdf;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #dfdfdf;
}

/* ie */
input:-moz-placeholder {
    color: #dfdfdf;
}


.navbar-toggle {
    display: none;
    position: relative;
    float: right;
    width: 22px;
    height: 20px;
    background: url(../images/anniu.png) center no-repeat;
    background-size: 95%;
    margin-top: 15px;
    padding: 0;
    margin-right: 0;
    margin-left: 10px;
    margin-bottom: 8px;
    border: none;
    border-radius: 0px;
}

/* 内页小导航 */
.web-nav {
    border-bottom: 1px solid #dddddd;
}

    .web-nav .container-a {
        position: relative;
        height: 70px;
    }

    .web-nav h4 {
        font-size: 30px;
        color: #fff;
        background: #115bc2;
        padding: 0 40px;
        height: 105px;
        line-height: 105px;
        float: left;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 5px 5px 0 0;
    }

    .web-nav ul {
        padding-left: 220px;
    }

    .web-nav li {
        float: left;
        padding: 0 31px;
        background: url(../images/web-nav-bolid.png) center right no-repeat;
    }

        .web-nav li a {
            display: block;
            font-size: 18px;
            height: 70px;
            line-height: 70px;
            color: #666;
            position: relative;
            text-decoration: none;
        }

            .web-nav li a:before {
                content: '';
                width: 0;
                border-bottom: 3px solid #3f7acc;
                position: absolute;
                left: 0;
                bottom: 0px;
                -webkit-transition: all .4s linear;
                -moz-transition: all .4s linear;
                -ms-transition: all .4s linear;
                transition: all .4s linear;
                z-index: -1;
            }

        .web-nav li.active a {
            color: #3f7acc;
        }

            .web-nav li.active a:before {
                width: 100%;
            }

        .web-nav li:hover a {
            color: #3f7acc;
        }

            .web-nav li:hover a:before {
                width: 100%;
            }

.list ul {
    margin-top: 20px;
    min-height: 100px;
}

    .list ul li {
        border: 1px solid #f0f0f0;
        margin-bottom: 10px;
        border-radius: 8px;
        height: 65px;
        line-height: 65px;
        padding: 0 20px;
        position: relative;
        overflow: hidden;
    }

        .list ul li:before {
            content: '';
            width: 0;
            height: 65px;
            background-color: #e5edf8;
            background-image: url(../images/new-list-bolid.jpg);
            background-position: left top;
            background-repeat: no-repeat;
            background-size: 5px 100%;
            position: absolute;
            left: 0;
            bottom: 0px;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            transition: all 0.6s ease;
            z-index: -1;
        }

        .list ul li:hover:before {
            width: 100%;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -ms-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

        .list ul li a p {
            float: left;
            width: 85%;
            font-size: 18px;
            height: 65px;
            line-height: 65px;
            color: #333;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .list ul li a span.time {
            float: left;
            text-align: right;
            width: 15%;
            font-size: 14px;
            color: #999;
        }



/*尾部*/

.footer {
    background-color: #053f87;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

/* 常用链接 */
.link h4 {
    font-size: 20px;
    color: #fff;
    float: left;
    text-align: center;
    margin: 10px 0 5px;
}

    .link h4 span {
        font-size: 14px;
        color: #fefefe;
    }

.link ul {
    width: 83%;
    float: left;
    margin-bottom: 0;
}

    .link ul li {
        float: left;
        margin-left: 5.8%;
    }

        .link ul li:first-child {
            margin-left: 4%;
        }

        .link ul li a {
            display: block;
            font-size: 16px;
            color: #fefefe;
            height: 64px;
            line-height: 64px;
        }

.link .more {
    width: 7%;
    float: left;
    font-size: 14px;
    color: #fefefe;
    text-align: right;
    height: 64px;
    line-height: 64px;
}

/* 底部信息 */
.footer-info {
    background: url(../images/footer-info.png) repeat;
    padding: 20px 0 18px;
}

.contact {
    float: left;
    width: 50%;
}

    .contact .bottom-logo {
        float: left;
        margin-right: 37px;
    }

    .contact .bottom-info {
        margin-top: 15px;
    }

        .contact .bottom-info h4 {
            font-size: 22px;
            color: #fff;
        }

        .contact .bottom-info p {
            font-size: 16px;
            color: #fff;
            line-height: 28px;
            font-family: "微软雅黑";
        }

.code {
    float: left;
    width: 50%;
}

    .code .code-list {
        float: right;
        margin-left: 20px;
        margin-top: 10px;
    }

    .code .code-text {
        width: 100px;
        text-align: center;
        margin-top: 10px;
    }

        .code .code-text p {
            font-size: 16px;
            color: #fff;
            padding: 0 5px;
        }


.Copy {
    text-align: center;
    padding-top: 8px;
    background: #131313;
    font-size: 16px;
    color: #fff;
    padding: 12px 0;
    font-family: "微软雅黑";
}

    .Copy p {
        font-family: "微软雅黑";
    }

    .Copy a {
        font-size: 16px;
        color: #fff !important;
        font-family: "微软雅黑";
    }
/*内容页*/
.article {
    margin-top: 40px;
    padding-bottom: 40px;
}

    .article h1.intro {
        text-align: left;
        font-size: 16px;
        color: #393939;
        font-family: "微软雅黑";
        line-height: 1.5;
        margin: 0;
    }

    .article h2.title {
        text-align: left;
        font-size: 30px;
        color: #595552;
        line-height: 36px;
        margin: 8px 0;
        height: auto;
        border-bottom: none;
    }

    .article h3.subtitle {
        font-size: 16px;
        color: #393939;
        line-height: 1.5;
        text-align: left;
        margin: 0
    }

    .article h4.information {
        margin: 15px 0 10px;
        text-align: left;
        font-size: 16px;
        color: #9b9b9b;
        font-family: "Times New Roman Regular";
        padding: 15px 0;
        border-bottom: 2px solid #e6e6e6;
    }

        .article h4.information span {
            font-family: "宋体";
        }


    .article .content {
        color: #333;
        font-size: 16px;
        line-height: 30px;
        min-height: 250px;
        padding-bottom: 15px;
        margin-top: 20px;
    }


        .article .content p {
            margin: 5px 0;
            color: #333;
            font-size: 16px;
            line-height: 30px;
        }

            .article .content p img {
                max-width: 100%;
            }

/* 新加 */
.box-left-nav {
    width: 125px;
    margin-top: 20px;
    margin-bottom: 80px;
}

    .box-left-nav ul li {
        margin-bottom: 10px;
    }

        .box-left-nav ul li a {
            display: block;
            font-size: 18px;
            color: #666;
            text-align: center;
            padding: 7px 0;
        }

        .box-left-nav ul li.active a {
            background: #dee7f5;
        }

        .box-left-nav ul li:hover a {
            background: #dee7f5;
        }


.teacher ul li {
    overflow: hidden;
}

    .teacher ul li a {
        display: block;
        overflow: hidden;
        padding-left: 30px;
        background: url(../images/teacher-dian.png) left 37px no-repeat;
        border-bottom: 1px solid #e2e2e2;
    }


        .teacher ul li a p {
            float: left;
            width: 85%;
            font-size: 18px;
            height: 60px;
            padding-top: 22px;
            line-height: 38px;
            color: #666;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .teacher ul li a span {
            float: left;
            text-align: right;
            width: 15%;
            font-size: 16px;
            color: #666;
            height: 60px;
            padding-top: 22px;
            line-height: 38px;
        }

.teacher-left-img {
    text-align: center;
    width: 200px;
    height: 257px;
    line-height: 257px;
    margin-bottom: 35px;
    overflow: hidden;
}

    .teacher-left-img img {
        width: 100%;
        min-height: 100%;
    }

.teacher-left-contact {
    width: 280px;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
}

    .teacher-left-contact h4 {
        padding: 16px 0 16px 18px;
        margin: 0 0 10px;
        border-bottom: 1px solid #dcdcdc;
    }

        .teacher-left-contact h4 span {
            font-size: 18px;
            color: #333;
            border-left: 3px solid #d0aa65;
            padding-left: 15px;
            padding-bottom: 2px;
        }

    .teacher-left-contact p {
        font-size: 14px;
        color: #333;
        line-height: 30px;
        word-wrap: break-word;
        padding: 0 18px;
    }


#teacher-right-contact .v_news_content h2 {
    font-size: 30px;
    color: #333;
    margin: 10px 0 40px;
}


#teacher-right-contact .v_news_content h3 {
    font-size: 20px;
    color: #333;
    border-left: 3px solid #d0aa65;
    padding-left: 18px;
    margin: 16px 0 14px;
}

#teacher-right-contact .v_news_content p {
    font-size: 16px;
    color: #333;
    margin-bottom: 3px;
    line-height: 30px;
}


.leader {
    padding-bottom: 80px;
}

    .leader a {
        text-decoration: underline !important;
    }

#teacher-right-contact {
    padding-bottom: 50px;
}





/*分页栏*/
.pagebar {
    background: #fff;
    margin: 40px auto;
    text-align: center;
}

.p_first_d,
.p_last_d {
    font-size: 14px;
    color: #808080;
    padding: 5px 11px;
    border: 1px solid #e8e8e8;
    margin: 12px 4px;
    display: inline-table;
}

.p_first,
.p_last {
    font-size: 14px;
    color: #808080;
    padding: 5px 11px;
    border: 1px solid #e8e8e8;
    margin: 12px 4px;
    display: inline-table;
}


.p_prev_d,
.p_prev {
    font-size: 14px;
    color: #808080;
    padding: 5px 11px;
    border: 1px solid #e8e8e8;
    margin: 12px 4px;
    display: inline-table;
}


.p_no_d {
    background: #3f7acc;
    color: #fff;
    padding: 5px 11px;
    border: 1px solid #e8e8e8;
    margin: 0px 4px;
    display: inline-table;
}

.p_next,
.p_next_d {
    font-size: 14px;
    color: #808080;
    padding: 5px 11px;
    margin: 12px 0 12px 4px;
    border: 1px solid #e8e8e8;
    display: inline-table;
}



/*兼容ie*/

.ie7 .container,
.ie8 .container {
    max-width: 1170px;
}

.ie7 .header-right {
    width: 39%;
}

.ie7 .searchbox .search_kang {
    width: 190px;
}

.ie7 .rsMinW .rsBullets {
    line-height: normal;
}

.ie7 .video {
    width: 31%;
}

.ie7 .new {
    width: 39.5%;
}

.ie7 .index-list ul {
    min-height: 242px;
}

    .ie7 .index-list ul li a {
        height: 36px;
        line-height: 36px;
    }

.ie7 .Schedule {
    width: 23.1%;
}

.ie7 .index-WeChat {
    width: 31%;
}

.ie7 .activity {
    width: 39.5%;
}

    .ie7 .activity UL {
        min-height: 190px;
    }

.ie7 .service-time {
    width: 23.1%;
}

.ie7 .link {
    width: 98%;
}


.ie8 .video {
    width: 33.33%;
}

.ie8 .new {
    width: 41.66%;
}

.ie8 .Schedule {
    width: 25%;
}

.ie8 .index-WeChat {
    width: 33.33%;
}

.ie8 .activity {
    width: 41.66%;
}

.ie8 .service-time {
    width: 25%;
}

.ie8 .link {
    width: 100%;
    float: left;
}


.ie7 .left-box {
    width: 23.1%;
}

.ie8 .left-box {
    width: 25%;
}

.ie7 .right-box {
    width: 74.35%;
}


.ie8 .right-box {
    width: 75%;
}































@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
    border: 0;
}



/*首页浮动窗口*/
#adu0 {
    z-index: 34 !important;
}

/*banner相关设置*/

.banner {
    position: relative;
}

    .banner .shaow {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 32;
    }

#full-width-slider {
    width: 100%;
    min-height: 120px;
    color: #000;
}

    #full-width-slider .rsBullets {
        display: none;
    }

    #full-width-slider .rsGCaption {
        font-size: 24px;
        color: #fff;
        width: 38%;
        position: absolute;
        left: 10.3%;
        bottom: 25px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        z-index: 32;
    }

    #full-width-slider .rsArrow {
        background: #003f97;
        width: 2.3%;
        z-index: 32;
    }

    #full-width-slider .rsArrowLeft {
        position: absolute;
        right: 13.3%;
        bottom: 26px;
    }

    #full-width-slider .rsArrowRight {
        position: absolute;
        right: 11%;
        bottom: 26px;
    }

    #full-width-slider .rsArrow .rsArrowIcn {
        width: 42px;
        height: 42px;
        margin: 0 auto;
    }

    #full-width-slider .rsArrowLeft .rsArrowIcn {
        background: url(../images/banner-left.png) center no-repeat;
    }

    #full-width-slider .rsArrowRight .rsArrowIcn {
        background: url(../images/banner-right.png) center no-repeat;
    }

/*首页内容部分*/

/* 新闻动态 */

.news-notice {
    margin: 10px 0 48px;
    padding-right: 0.8%;
}

    .news-notice .title {
        border-bottom: 1px solid #cdcdcd;
    }

        .news-notice .title h3 {
            font-size: 22px;
            color: #333;
            float: left;
            margin: 0;
            height: 60px;
            line-height: 60px;
            border-bottom: 4px solid #003f97;
        }

        .news-notice .title span {
            line-height: 60px;
        }

        .news-notice .title h3 img {
            margin-right: 10px;
            margin-bottom: 3px;
        }

        .news-notice .title .more {
            float: right;
            font-size: 14px;
            color: #999;
            margin-top: 25px;
            margin-right: 12px;
        }

.new .new-img {
    padding-right: 1.5%;
}

    .new .new-img ul li {
        position: relative;
        margin: 23px 0 0;
    }

        .new .new-img ul li:first-child {
            border-bottom: 1px solid #e5e5e5;
        }

    .new .new-img .new_picture {
        height: 180px;
        margin-bottom: 5px;
        overflow: hidden;
    }

        .new .new-img .new_picture img {
            width: 100%;
            min-height: 100%;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

.new ul li:hover .new_picture img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.new .new-img .new-title {
    margin: 10px 0 18px;
}

    .new .new-img .new-title a {
        display: block;
        font-size: 16px;
        color: #333333;
        line-height: 1.2;
        height: 38px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.new .new-img .new-date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    padding: 0 0 5px 5px;
    background: #fff
}

    .new .new-img .new-date span {
        display: block;
        width: 80px;
        background: #115bc2;
        padding: 5px 0px;
        text-align: center;
    }

.new-list {
    padding-left: 2.9%;
}

    .new-list ul {
        margin-top: 23px;
    }

        .new-list ul li {
            border-bottom: 1px solid #f0f0f0;
            height: 58px;
            line-height: 58px;
            padding: 0 10px 0 12px;
            position: relative;
        }

            .new-list ul li:before {
                content: '';
                width: 0;
                height: 58px;
                background-color: #e5edf8;
                background-image: url(../images/new-list-bolid.jpg);
                background-position: left top;
                background-repeat: no-repeat;
                background-size: 5px 100%;
                position: absolute;
                left: 0;
                bottom: 0px;
                -webkit-transition: all 0.6s ease;
                -moz-transition: all 0.6s ease;
                -ms-transition: all 0.6s ease;
                transition: all 0.6s ease;
                z-index: -1;
            }

            .new-list ul li:hover:before {
                width: 100%;
                -webkit-transition: all 0.6s ease;
                -moz-transition: all 0.6s ease;
                -ms-transition: all 0.6s ease;
                transition: all 0.6s ease;
            }

            .new-list ul li a p {
                float: left;
                width: 85%;
                font-size: 16px;
                height: 58px;
                line-height: 58px;
                color: #333;
                margin: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }


            .new-list ul li a span {
                float: left;
                text-align: right;
                width: 15%;
                font-size: 14px;
                color: #999;
            }

/* 通知公告 */

.notice {
    padding-left: 1.25%;
    margin-top: 10px;
}

    .notice .title {
        border-bottom: 1px solid #cdcdcd;
        margin-bottom: 16.5px;
    }

        .notice .title h3 {
            font-size: 22px;
            color: #333;
            float: left;
            margin: 0;
            height: 60px;
            line-height: 60px;
            border-bottom: 4px solid #003f97;
        }

            .notice .title h3 img {
                margin-right: 10px;
                margin-bottom: 3px;
            }

        .notice .title .more {
            float: right;
            font-size: 14px;
            color: #999;
            margin-top: 25px;
            margin-right: 12px;
        }

    .notice ul li {
        padding: 11.5px 0;
    }

        .notice ul li a {
            display: block;
        }

        .notice ul li .pull-left {
            margin-right: 12px;
            width: 62px;
            border: 1px solid #e5e5e5;
        }

        .notice ul li:hover .pull-left {
            background: #115bc2;
        }

        .notice ul li .pull-left h3 {
            font-size: 24px;
            color: #666;
            text-align: center;
            margin: 0;
            padding-top: 5px;
            padding-bottom: 1px;
        }

        .notice ul li:hover .pull-left h3 {
            color: #fff;
        }

        .notice ul li .pull-left p {
            font-size: 12px;
            color: #999;
            width: 100%;
            line-height: 19px;
            padding-bottom: 1px;
            text-align: center;
        }

        .notice ul li:hover .pull-left p {
            color: #fff;
        }

        .notice ul li .media-body {
            font-size: 16px;
            line-height: 24px;
            color: #333;
            height: 48px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            padding-top: 3px;
        }

        .notice ul li:hover .media-body {
            color: #2b72d2;
        }

/* 小轮播 */

.waterfall {
    overflow: hidden;
    margin: 0 0 15px;
}

#full-width-slider1 {
    width: 100%;
}

    #full-width-slider1 .rsBullets {
        position: absolute;
        bottom: 20px;
        left: 27px;
        z-index: 9;
        padding-top: 4px;
        height: auto;
        text-align: center;
        line-height: 6px;
        overflow: hidden;
    }

    #full-width-slider1 .rsBullet {
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        box-sizing: content-box;
        margin: 0 3px;
        border-radius: 50%;
    }

        #full-width-slider1 .rsBullet.rsNavSelected {
            background: #f2f2f2;
            border: 2px solid #f2f2f2;
        }

        #full-width-slider1 .rsBullet span {
            display: none;
        }

.waterfall-left {
    width: 47.7%;
    float: left;
}

.waterfall-center {
    width: 26.1%;
    float: left;
}

.waterfall-right {
    width: 26%;
    float: left;
}

.waterfall-box-title {
    /*background-color: #003f97;
	background-image: url(../images/demeanor-bj.png);
	background-position: left 132%;
	background-repeat: no-repeat;
	height: 250px;*/
}

    .waterfall-box-title .more img {
        width: auto;
    }

.waterfall-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .waterfall-box img {
        width: 100%;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .waterfall-box:hover img {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -o-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

.waterfall-center .waterfall-box a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 17px;
}

    .waterfall-center .waterfall-box a span {
        opacity: 0.75;
        margin-right: 10px;
    }

    .waterfall-center .waterfall-box a img {
        margin-bottom: 3px;
    }

.waterfall-center .waterfall-box p {
    font-size: 30px;
    color: #fff;
    padding-bottom: 35px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 25%;
    background: url(../images/demeanor-title.png) center bottom no-repeat;
}

/* 首页留学 */

.overseas {
    padding-right: 1.42%;
    margin: 32px 0;
    min-height: 400px;
}

.service {
    padding-left: 1.42%;
    margin: 32px 0;
    min-height: 400px;
}

/*选项卡样式*/

.tab-div {
    width: 100%;
    position: relative;
    /*作为选项卡内容的定位*/
}

.tab {
    background: #f0f0f0;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

    .tab li {
        float: left;
        width: 110px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        color: #333;
        text-align: center;
        cursor: pointer;
        margin-left: 15px;
        position: relative;
        transition: all .4s linear;
    }

        .tab li:before {
            content: '';
            width: 0;
            height: 45px;
            background: #003f97;
            position: absolute;
            left: 0;
            bottom: 0px;
            -webkit-transition: all .4s linear;
            -moz-transition: all .4s linear;
            -ms-transition: all .4s linear;
            transition: all .4s linear;
            z-index: -1;
        }


    .tab .tab-active {
        color: #fff;
    }

    .tab li:hover {
        color: #fff;
    }

        .tab li:hover:before {
            width: 100%;
        }

    .tab .tab-active:before {
        width: 100%;
        color: #fff;
    }

.tab-content .more {
    position: absolute;
    color: #999;
    font-size: 14px;
    right: 15px;
    top: -32px;
    z-index: 3;
}

.tab-content {
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
}

    .tab-content ul {
        padding-top: 20px;
    }

    /* .tab-content li{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tab-content li:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	background: #003f97;
	padding-left: -10px;
} */

    .tab-content li a {
        display: block;
        background: url(../images/dian.png) no-repeat center left;
        height: 42px;
        line-height: 42px;
        padding-left: 17px;
        padding-right: 12px;
        font-size: 16px;
        color: #333333;
    }

        .tab-content li a p {
            float: left;
            width: 78%;
            height: 42px;
            line-height: 42px;
            font-size: 16px;
            color: #333333;
            margin-bottom: 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .tab-content li:hover a p {
        color: #003f97;
        font-weight: bold;
    }

    .tab-content li a span {
        display: block;
        float: left;
        width: 22%;
        text-align: right;
        font-size: 16px;
        color: #999;
    }

.tab-content-show {
    display: block;
}

.tab-content-hide {
    display: none;
}

/* 首页背景图 */

.grey-content {
    background: #f5f5f5;
}

/* 专题 */

.special ul {
    margin-left: -2.25%;
}

    .special ul li {
        width: 22.75%;
        margin: 33px 0 33px 2.25%;
        float: left;
        position: relative;
        height: 124px;
        overflow: hidden;
    }

        .special ul li .link-main-pic {
            overflow: hidden;
            height: 100%;
        }


            .special ul li .link-main-pic img {
                width: 100%;
                min-height: 100%;
                -webkit-transition: all .4s ease-in-out;
                -moz-transition: all .4s ease-in-out;
                -o-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }

        .special ul li:hover .link-main-pic img {
            -webkit-transform: scale(1.08);
            -moz-transform: scale(1.08);
            -o-transform: scale(1.08);
            -ms-transform: scale(1.08);
            transform: scale(1.08);
        }


        .special ul li p {
            font-size: 16px;
            color: #fff;
            background: url(../images/special-title.png) center repeat;
            position: absolute;
            left: 0;
            bottom: 5px;
            padding: 10px 18px;
            font-weight: lighter;
        }


.apply {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 33;
}

    .apply a {
        display: block;
        padding: 15px 18px;
        color: #fff;
        background: #f36e39;
        border-radius: 5px 0 0 5px;
        font-weight: bold;
    }

        .apply a i {
            /*  float: left; */
            /* margin-right: 7px; */
            position: relative;
            width: 36px;
            height: 36px;
            /* margin-top: -7px; */
            display: block;
            margin: 0 auto;
        }

            .apply a i:before {
                content: "";
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                background: url(../images/edit.png) center no-repeat;
                background-size: 100%;
            }

        .apply a:hover {
            background: #f3862f;
        }

#index-video img, #index-video video {
    width: 100%;
}



/*导航样式：后台绑定时也可以定义配置*/