body {
    font-size: 14px;
}

a {
    color: #3399cc;
}

.col-x20 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.btn-primary {
    background-color: #3399cc;
}

.btn-danger {
    background-color: #ff4369;
}

.header {
    height: 500px;
    background: url(../images/bg-header.jpg) no-repeat center center;
    position: relative;
}

    .header .head-nav {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,.5);
        height: 50px;
        border-bottom: 1px solid #3399cc;
    }

.navbar-t {
    border: 0;
}

    .navbar-t .navbar-nav > li > a {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
    }

        .navbar-t .navbar-nav > .active > a, .navbar-t .navbar-nav > .active > a:focus, .navbar-t .navbar-nav > .active > a:hover, .navbar-t .navbar-nav > li > a:focus, .navbar-t .navbar-nav > li > a:hover {
            background: #3399cc;
        }

.header .head-search-input, .header .head-search-btn {
    padding-top: 10px;
}

    .header .head-search-input input[type="text"] {
        width: 220px;
        height: 30px;
        border: 0;
        border-radius: 30px;
        background: rgba(255,255,255,.7);
        padding: 8px;
        color: #333;
        font-size: 16px;
        line-height: 30px;
    }

    .header .head-search-btn button {
        width: 30px;
        height: 30px;
        border: 0;
        border-radius: 30px;
        background: #3399cc;
        color: #fff;
        text-align: center;
        line-height: 30px;
    }

.header .head-from {
    position: absolute;
    right: 20px;
    bottom: 70px;
    width: 260px;
    height: 40px;
    padding: 10px 20px;
    line-height: 20px;
    color: #fff;
}

    .header .head-from .bl {
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }

    .header .head-from .br {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 18px;
        height: 18px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

.header h1, .header h2, .header h3 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "黑体";
    font-weight: bold;
}

.header .head-title {
    margin-top: 160px;
    font-size: 50px;
    text-shadow: 2px 2px 5px #000f80;
    letter-spacing: 4px;
}

.header .head-title-en {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 3px;
}

.header .head-title-info {
    margin-top: 15px;
    font-size: 24px;
}

.in-login-bar {
    background: #f0f0f0;
    padding: 20px 0 20px 20px;
}

    .in-login-bar .form-group {
        margin-right: 20px;
    }

    .in-login-bar .ti {
        color: #3399cc;
        font-size: 18px;
        margin-right: 10px;
    }

    .in-login-bar .suername-box, .in-login-bar .password-box {
        position: relative;
    }

    .in-login-bar .iconb {
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        background: #d7d7d7;
        color: #3399cc;
        position: absolute;
        top: 0;
        left: 0;
    }

        .in-login-bar .iconb i {
            font-size: 16px;
        }

    .in-login-bar .suername-box input, .in-login-bar .password-box input {
        padding-left: 40px;
        width: 200px;
    }

    .in-login-bar .a-register {
        color: #ff4369;
        text-decoration: underline;
    }

        .in-login-bar .a-register:hover {
            color: #e64525;
        }

.in-title-bar {
    margin: 30px 0 10px 0;
    line-height: 40px;
    border-bottom: 2px solid #ccc;
    height: 40px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .in-title-bar .cn {
        border-bottom: 2px solid #3399cc;
        display: inline-block;
        color: #3399cc;
        font-size: 22px;
        margin-bottom: 2px;
    }

    .in-title-bar .en {
        display: inline-block;
        color: #b7b7b7;
        font-size: 16px;
        margin-left: 10px;
    }

    .in-title-bar a {
        font-size: 16px;
    }

.in-news-carousel .carousel-inner > .item > a > img, .in-news-carousel .carousel-inner > .item > img {
    height: 400px;
}

.in-news-carousel .carousel-caption {
    padding-bottom: 0;
    bottom: 0;
    padding-top: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
    background: rgba(0,0,0,.5);
}

.in-news-carousel .carousel-indicators {
    margin-left: 0;
    left: 0;
    width: 100%;
    text-align: right;
    bottom: 4px;
    padding-right: 30px;
}

.in-news-tab {
    border-bottom: 0;
}

    .in-news-tab > li {
        width: 33.333%;
        text-align: center;
    }

        .in-news-tab > li > a {
            background: #dcdcdc;
            font-size: 16px;
            color: #373737;
            border: 0;
        }

        .in-news-tab > li.active > a, .in-news-tabli.active > a:focus, .in-news-tab > li.active > a:hover, .in-news-tab > li.active > a, .in-news-tab > li.active > a:focus, .in-news-tab > li.active > a:hover {
            background: #3399cc;
            color: #fff;
            border: 0;
        }

.nav-tabs > li:last-child > a {
    margin-right: 0;
}

.in-news-box {
    height: 360px;
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
}

.in-news-list {
    padding: 0 10px 0 25px;
    margin-bottom: 0;
}

    .in-news-list li {
        height: 36px;
        line-height: 36px;
        position: relative;
        border-bottom: 1px dashed #d2d2d2;
    }

        .in-news-list li:last-child {
            border-bottom: 0;
        }

        .in-news-list li a {
            color: #3b3b3b;
        }

        .in-news-list li span {
            color: #3399cc;
            float: right;
        }

        .in-news-list li i {
            position: absolute;
            left: -12px;
            top: 15px;
            width: 6px;
            height: 6px;
            background: #3399cc;
            border-radius: 50%;
        }

.in-ad {
    margin-top: 30px;
    box-shadow: 0px 2px 10px #000;
}

.in-course-table {
}

    .in-course-table > thead > tr > th {
        background-color: #3399cc;
        color: #fff;
        text-align: center;
        border-bottom: 0;
    }

    .in-course-table td, .in-course-table th {
        border-bottom: 0;
    }

    .in-course-table.table-striped > tbody > tr:nth-child(odd) > td, .in-course-table.table-striped > tbody > tr:nth-child(odd) > th {
        background-color: #f4f4f4;
    }

    .in-course-table.table-striped > tbody > tr:nth-child(even) > td, .in-course-table.table-striped > tbody > tr:nth-child(even) > th {
        background-color: #eee;
    }

    .in-course-table > tbody > tr > td:first-child:before {
        content: "●";
        color: #3399cc;
        margin-right: 8px;
    }

.in-link-a {
    width: 100%;
    display: block;
    height: 100px;
    background-size: cover;
    background: no-repeat center center;
    -webkit-transition: all 2s cubic-bezier(.175,.885,.32,1);
    -o-transition: all 2s cubic-bezier(.175,.885,.32,1);
    transition: all 2s cubic-bezier(.175,.885,.32,1);
}

.in-link-a1 {
    background-image: url(../images/link1a.jpg);
}

    .in-link-a1:hover {
        background-image: url(../images/link1b.jpg);
    }

.in-link-a2 {
    background-image: url(../images/link2a.jpg);
}

    .in-link-a2:hover {
        background-image: url(../images/link2b.jpg);
    }

.in-link-a3 {
    background-image: url(../images/link3a.jpg);
}

    .in-link-a3:hover {
        background-image: url(../images/link3b.jpg);
    }

.in-link-a4 {
    background-image: url(../images/link4a.jpg);
}

    .in-link-a4:hover {
        background-image: url(../images/link4b.jpg);
    }

.footer {
    margin-top: 30px;
    padding: 30px 0;
    background: #202b38;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

    .footer a {
        color: #fff;
    }

    .footer .left {
        width: 120px;
        border-right: 1px dashed #fff;
        float: left;
    }

    .footer .mi {
        width: 800px;
        padding-left: 50px;
        float: left;
    }

    .footer .right {
        float: right;
    }

    /*兼容手机*/
@media (max-width: 768px){
.header,.footer{width: 1160px;}
.navbar-nav{float: left; margin: 0;}
.navbar-nav.nav-justified>li{float: none;}
.nav-justified>li{display: table-cell;width: 1%;}
.navbar-nav>li>a{padding-top: 10px;padding-bottom: 10px;}
.form-inline .form-group{display: inline-block;margin-bottom: 0;vertical-align: middle;}
}














/*快速注册弹框******/
.loginCon {
    padding: 0 0 0 53px;
    overflow: hidden;
}

    .loginCon b {
        color: #ff0000;
        font-weight: normal;
        margin-left: 5px;
    }

#txtPhoneNumber {
    width: 184px;
    height: 22px;
    line-height: 22px;
}

#txtVerificationCode {
    width: 82px;
    line-height: 22px;
    height: 22px;
}

.VerificationCode {
    display: block;
    width: auto;
    height: 23px;
}

#btnGetCode {
    width: 96px;
    height: 25px;
    background-color: #54a5f7;
    color: #ffffff;
    cursor: pointer;
}

.spOrgan {
    display: block;
    margin-top: 17px;
    margin-bottom: 15px;
}

    .spOrgan p {
        margin-bottom: 7px;
    }

    .spOrgan select {
        margin-left: -6px;
        height: 24px;
    }

.loginBtn {
   margin: 30px 0 0 125px;
    display: block; 
}

    .loginBtn input {
        width: 70px;
        height: 30px;
        line-height: 30px;
        background: #54a5f7;
        margin-right: 41px;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }

#erweima {
    position: fixed;
    top: 190px;
    right: 0;
    width: 140px;
    height: 180px;
}

    #erweima a {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        cursor: pointer;
        right: 0;
        top: 0;
    }



/*快速注册弹框end******/














/*新闻页面*********************/
.NewsDetailsBox {
    width: 938px;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    background-color: #eff5f8;
    padding: 20px 20px;
    margin-bottom: 30px;
}

.toptitle {
    border-bottom: 1px solid #7c7c7c;
}

    .toptitle h1 {
        text-align: center;
        font-size: 21px;
        line-height: 30px;
        font-weight: bold;
    }

    .toptitle p {
        text-align: center;
        color: #7c7c7c;
        line-height: 30px;
    }

.NewsDetails {
    margin-top: 10px;
}

    .NewsDetails p {
        text-indent: 28px;
        line-height: 24px;
        font-size: 14px;
        color: #333333;
        background: #eff5f8;
    }

.newsbuttonBox {
    width: 70px;
    margin: 0 auto;
    margin-top: 30px;
}

.newsbutton {
    width: 70px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background-color: #007cde;
    cursor: pointer;
}

    .newsbutton:hover {
        background-color: #005ea6;
    }
/*项目介绍页面*********************/
.ProjectIntroduction {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

.navigation, .learning {
    float: left;
}

.navigation {
    width: 244px;
    height: 555px;
    border: solid 1px #ccc;
}

    .navigation .photo_bg {
        background-color: #34a4f1;
        width: 244px;
        height: 32px;
    }

.leftList {
    margin: 4px 4px;
    background-color: #e9f2fb;
    width: 236px;
    height: 529px;
}

    .leftList li a {
        text-decoration: none;
        color: #6b6b6b;
        font-size: 16px;
        font-weight: bold;
        line-height: 32px;
    }

        .leftList li a:hover {
            color: #34a4f1;
        }

    .leftList ul {
        padding: 20px 0 0 0;
        margin-left: 36px;
        list-style: none;
    }

    .leftList li img {
        vertical-align: initial;
    }

    .leftList .currentC a {
        color: #34a4f1;
    }

.learning {
    width: 717px;
    border: solid 1px #ccc;
    margin-left: 15px;
    background: #eff5f8;
}

    .learning .photo_bg {
        background-color: #1B86E8;
        height: 65px;
    }

    .learning h1 {
        margin: 0 auto;
        color: white;
        font-size: 20px;
        line-height: 65px;
        text-align: center;
    }

.rightTxt {
    margin: 4px 4px;
    background-color: #e9f2fb;
    overflow: hidden;
}

.innerBor {
    padding: 20px;
    width: 669px;
}

    .innerBor p {
        text-indent: 32px;
        font-size: 14px;
        line-height: 34px;
        color: #666;
    }
/*项目介绍页面*********************/
.teachers {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    background: 
}

.teacherLeft, .teacherRight {
    float: left;
}

.teacherLeft {
    width: 244px;
    height: 555px;
    border: solid 1px #ccc;
    background-color: #e9f2fb;
}

.teacherPic {
    width: 209px;
    height: 175px;
    margin: 0 auto;
    background-image: url(../images/teacher.jpg);
    margin-top: 15px;
}

.B1 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

    .B1 p {
        margin: 0 auto;
        font-size: 14px;
        line-height: 26px;
        text-indent: 24px;
        color: #666;
    }

.teacherRight {
    width: 717px;
    height: 555px;
    border: solid 1px #ccc;
    margin-left: 15px;
    background: #eff5f8;
}

    .teacherRight ul {
        width: 677px;
        height: 555px;
        padding: 0 0 20px 20px;
    }

        .teacherRight ul li {
            line-height: 60px;
            height: 60px;
            width: 640px;
            color: #666;
            border-bottom: 1px dashed #ccc;
            padding-left: 20px;
            list-style: none;
        }

    .teacherRight span {
        width: 100px;
        padding-right: 30px;
        display: inline-block;
        font-weight: bold;
    }

    .teacherRight a {
        color: #666;
        text-decoration: none;
    }

        .teacherRight a:hover {
            color: red;
        }

.B2 {
    font-size: 14px;
    font-weight: bold;
}
/*课程体系页面*********************/
.courseSystem {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

.leftList .currentC a {
    color: #34a4f1;
}

.navigation {
    width: 244px;
    height: 602px;
    border: solid 1px #ccc;
}

    .navigation .photo_bg {
        background-color: #34a4f1;
        width: 244px;
        height: 65px;
    }

.topcourse {
    border-bottom: 1px solid #ccc;
}

    .topcourse p {
        line-height: 25px;
        font-size: 14px;
        text-indent: 24px;
        padding: 5px 5px;
        height: 100px;
        color: #323232;
    }

.right_ul ul {
    width: 677px;
    height: 555px;
    padding: 0 0 20px 20px;
}

.right_ul li {
    width: 677px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dashed #ccc;
    list-style: none;
}

.right_ul span {
    display: inline-block;
    color: #666;
}

.matter-c {
    width: 314px;
}

.period-c {
    width: 100px;
    text-align: center;
}

.intro-c {
    width: 230px;
    text-align: center;
}

.th {
    border-bottom: 1px solid #000 !important;
    height: 30px;
    line-height: 30px;
    padding-top: 10px;
    color: #333;
    font-weight: bold;
}
/*下载页面*********************/
.download {
    width: 940px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #ccc;
    background-color: #eff5f8;
    padding: 0 20px;
}

    .download li {
        line-height: 40px;
        height: 40px;
        border-bottom: 1px dashed #ccc;
        font-size: 14px;
        list-style: none;
    }

        .download li span {
            float: left;
            color: #333;
        }

        .download li a {
            text-decoration: none;
            color: #34a4f1;
            float: right;
            margin-right: 120px;
        }

            .download li a:hover {
                color: red;
            }
/*常见问题*********************/
.question {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #ccc;
    background-color: #eff5f8;
    padding: 0 20px;
}

    .question dl {
        margin-left: 10px;
    }

    .question .C1 {
        margin-top: 20px;
    }

    .question dt {
        line-height: 30px;
        font-size: 14px;
    }

    .question dd {
        line-height: 26px;
        color: #333;
        text-indent: 20px;
        font-size: 12px;
    }
/*联系我们页面*********************/
.contact {
    width: 940px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 20px;
}

    .contact ul {
        margin-left: 300px;
    }

    .contact li {
        line-height: 40px;
        height: 40px;
        list-style: none;
        font-size: 14px;
        color: #333;
    }

    .contact .D1 {
        margin-top: 15px;
    }

    .contact .D2 {
        margin-top: 40px;
    }
/*教师详情页面*********************/
.teacherInfo {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 20px 20px;
    background: #eff5f8;
}

.inform-pic {
    width: 330px;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
}

.teacherInfo p {
    width: 720px;
    margin: 0 auto;
    line-height: 28px;
}

    .teacherInfo p span {
        font-size: 16px;
    }

.teacherInfo .E1 {
    font-weight: bold;
    margin-top: 30px;
}

    .teacherInfo .E1 span {
        font-size: 16px;
    }

.teacherInfo .E2 {
    text-indent: 36px;
    margin-top: 10px;
}

.up {
    width: 430px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 40px;
}

    .up table {
        text-align: center;
        font-weight: bold;
    }

    .up td a {
        text-decoration: none;
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

        .up td a:hover {
            color: red;
        }

    .up td {
        font-weight: bold;
        font-size: 16px;
        color: #333;
    }

    .up span {
        font-weight: bold;
        font-size: 16px;
        color: #333;
    }

    .up label {
        font-weight: bold;
        font-size: 16px;
        color: #333;
    }
/*通知公告*********************/
.gonggaoBox {
    width: 938px;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    background-color: #eff5f8;
    padding: 20px 20px;
    margin-bottom: 30px;
}

.toptitle_1 {
    border-bottom: 1px solid #7c7c7c;
}

    .toptitle_1 h1 {
        text-align: left;
        font-size: 16px;
        line-height: 30px;
    }

.gonggaoDetails {
    margin-top: 10px;
}

.gonggaobuttonBox {
    width: 70px;
    margin: 0 auto;
    margin-top: 30px;
}

.gonggaobutton {
    width: 70px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background-color: #007cde;
    cursor: pointer;
}

    .gonggaobutton:hover {
        background-color: #005ea6;
    }

.gonggaoDetails ul {
    margin-left: 70px;
}

    .gonggaoDetails ul li {
        line-height: 32px;
    }

        .gonggaoDetails ul li a {
            text-decoration: none;
            color: #333;
            font-size: 14px;
        }

            .gonggaoDetails ul li a:hover {
                color: red;
            }

.up_1 {
    width: 420px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 40px;
}

    .up_1 table {
        text-align: center;
        font-weight: bold;
    }

    .up_1 td a {
        text-decoration: none;
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

        .up_1 td a:hover {
            color: red;
        }

    .up_1 td {
        font-weight: bold;
        font-size: 16px;
        color: #333;
    }

/*查询页面******/
.search_1 {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

.leftSearch, .rightSearch {
    float: left;
}

.leftSearch {
    width: 244px;
    height: 187px;
    border: solid 1px #ccc;
}

    .leftSearch .search_bg {
        background-color: #34a4f1;
        width: 244px;
        height: 40px;
        text-align: center;
    }

.search_bg span {
    color: white;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}

.leftList_1 div {
    margin: auto;
}

.leftList_1 {
    margin: 4px 4px;
    background-color: #e9f2fb;
    width: 236px;
    height: 140px;
}

    .leftList_1 .cc1 {
        margin-top: 10px;
        margin-left: 50px;
    }

    .leftList_1 .cc2 input {
        margin-top: 10px;
        width: 140px;
        height: 22px;
        line-height: 22px;
        margin-left: 50px;
        border: 1px solid #999;
        font-size: 14px;
    }

    .leftList_1 .cc3 input {
        width: 70px;
        height: 30px;
        text-align: center;
        margin-left: 80px;
        margin-top: 10px;
        font-size: 14px;
        background-color: #34a4f1;
        color: white;
        cursor: pointer;
    }

.rightSearch {
    width: 717px;
    height: 555px;
    border: solid 1px #ccc;
    margin-left: 15px;
}

    .rightSearch .photo_bg {
        background-color: #34a4f1;
        width: 717px;
        height: 32px;
    }

    .rightSearch .searchName {
        color: #666;
        font-size: 14px;
        line-height: 32px;
        float: left;
        margin-left: 10px;
    }

.rightsearch_bg {
    overflow: hidden;
    border-bottom: #999 solid 2px;
}

.rightSearch .area {
    color: #666;
    font-size: 14px;
    line-height: 32px;
    float: left;
    margin-left: 340px;
}

.rightSearch .area_1 {
    font-size: 14px;
    line-height: 32px;
    color: #34a4f1;
}

.rightTxt_1 {
    width: 717px;
    height: 500px;
    clear: both;
}


/*友情链接*/

.linkBox {
    width: 938px;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    background-color: #FFF;
    padding: 20px 20px;
    margin-bottom: 30px;
}

.toptitle_1 {
    border-bottom: 1px solid #7c7c7c;
}

    .toptitle_1 h2 {
        text-align: left;
        font-size: 16px;
        line-height: 30px;
    }

.pro-level, .city-level {
    overflow: hidden;
}

    .pro-level .pro-level-img, .city-level .city-level-img {
        padding: 30px 0 0 18px;
        overflow: hidden;
    }

        .pro-level .pro-level-img li, .city-level .city-level-img li {
            float: left;
            width: 214px;
            height: 61px;
            margin: 0 16px 16px 0;
        }
