﻿
@charset "utf-8";
/* -- public css -- */
body{
margin:0px; padding:0px; font-size:14px; font-family:微软雅黑;
}
.content{
    width: 1200px;
    margin: auto;
}
.marginRight_0{
    margin-right: 0!important;
}
.clean{
    clear: both;
    overflow: hidden;
    zoom: 1;
}
li{ list-style: none;}

.fl{
    float: left;
}
.fr{
    float: right;
}
.title{
    font-size: 50px;
    font-weight: bold;
    color: #0f2749;
    letter-spacing: 10px;
	text-align:center;
	padding-top:30px;
}
.subtitle{
    font-size: 20px;
    color: #0f2749;
    letter-spacing: 10px;
	text-align:center;
}
a,a:hover,a:active{
    text-decoration: none!important;
}
.content2{ width:1000px; margin:auto;}
.menu{ background:#41464d; height:55px; line-height:55px; text-align:center;}
.menu a{ float:left; padding:0px 20px; color:#fff;}
    .menu a:hover {
        background: #ffa31e;
    }

.banner_bottom{
    margin-top: 15px;
    margin-bottom: 35px;
}
.banner_bottom ul li{
    float: left;
    /* width: 388px; */
    width: 32%;
    height: 196px;
    margin-right: 18px;
    display: table;
}
.banner_bottom ul li .banner_bottom_list{
    /*display: table-cell;*/
    vertical-align: middle;
    text-align: center;
    color: #fff;
	padding-bottom:20px;
}
.banner_bottom ul li .banner_bottom_list .banner_bottom_list_p1{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 19px;
}
.banner_bottom ul li .banner_bottom_list .banner_bottom_list_p2{
    font-size: 24px;
    letter-spacing: 5px;
}
.banner_bottom .banner_bottom_list_01{
    background: -webkit-linear-gradient(left, #f65b3d , #fe7c62);
    background: -o-linear-gradient(right, #f65b3d, #fe7c62);
    background: -moz-linear-gradient(right, #f65b3d, #fe7c62);
    background: linear-gradient(to right, #f65b3d , #fe7c62);
}
    .banner_bottom .banner_bottom_list_02 {
        background: -webkit-linear-gradient(left, #33a5d8, #3da5d3);
        background: -o-linear-gradient(right, #33a5d8, #3da5d3);
        background: -moz-linear-gradient(right, #33a5d8, #3da5d3);
        background: linear-gradient(to right, #33a5d8, #3da5d3);
    }
.banner_bottom .banner_bottom_list_03{
    background: -webkit-linear-gradient(left, #ffa31e , #fec354);
    background: -o-linear-gradient(right, #ffa31e, #fec354);
    background: -moz-linear-gradient(right, #ffa31e, #fec354);
    background: linear-gradient(to right, #ffa31e , #fec354);
}

/* -- course --*/
.course{
    margin-bottom: 60px;
}
.course_title{
    margin-bottom: 10px;
}
.course_subtitle{
    margin-bottom: 30px;
}
.course_list ul li{
    float: left;
    /* width: 373px; */
    width: 23%;
    height: 430px;
    text-align: center;
    overflow: hidden;
    border: 3px solid #d2d6dd;
    margin-right: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 5px 10px #e8e8e8;
    -moz-box-shadow: 5px 5px 10px #e8e8e8;
    box-shadow: 5px 5px 10px #e8e8e8;
}
.course_list ul li:hover{
    z-index: 2;
    -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
.course_list ul li img{
    border-bottom: 3px solid #d2d6dd;
    width: 100%;
}
.course_list ul li .list_name{
    line-height: 68px;
    font-size: 26px;
    color: #0f2749;
    letter-spacing: 2px;
}
.course_list ul li .list_subName{
    font-size: 22px;
    color: #0f2749;
    margin-top: -36px;
    margin-bottom: 3px;
}
.list_btn{
    display: block;
    width: 80%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: auto;
    background: #f65b3d;
    color: #fff;
    font-size: 20px;
    letter-spacing: 10px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.list_btn:hover{
    color: #fff;
    text-decoration: none;
	background:#00479d;
}
/* -- teacher -- */
.teacher{
    margin-top: 30px;
}
.teacher_title{
    margin-bottom: 15px;
}
.teacher_subtitle{
    margin-bottom: 45px;
}
.teacher-list-con {
    height:451px;
}
.teacher .teacher-list ul li{
    position: relative;
    float: left;
    /* width: 281px; */
    width: 21%;
    height: 470px;
    border: 1px solid #eeeeee;
    margin-right: 25px;
    margin-bottom: 90px;
    padding: 0 8px;
	text-align:center;
}
.teacher .teacher-list ul li:last-child{
    margin-right: 0;
}
.teacher .teacher-list ul li .teacher-list-line{
    display: block;
    /* width: 280px; */
    width: 100%;
    height: 3px;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}
.teacher .teacher-list ul li{
    background: #fff;
    z-index: 2;
}
.teacher .teacher-list ul li img{
    margin: 32px auto 0;
    width: 168px;
    height: 168px;
    border: 1px solid #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.teacher .teacher-list ul li .teacher-list-name{
    margin-top: 40px;
    font-size: 18px;
    color: #606060;
}
.teacher .teacher-list ul li .teacher-list-info{
    font-size: 14px;
    color: #606060;
    padding-bottom: 13px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.teacher .teacher-list ul li .teacher-list-experience{
    /* width: 265px; */
    width: 100%;
    height: 120px;
    font-size: 14px;
    color: #a7a7a7;
    text-align: left;
    line-height: 20px;
}
.hidden-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.line-2dc66f{
    background: #2dc66f;
    z-index: 10;
}
.line-f08a30{
    background: #f08a30;
    z-index: 10;
}
.line-3598d9{
    background: #3598d9;
    z-index: 10;
}
.line-f26d4d{
    background: #f26d4d;
    z-index: 10;
}
.line-f24d4d{
    background: #f24d4d;
    z-index: 10;
}
/* -- honor -- */
.honor{
    width: 100%;
    padding-top: 75px;
    padding-bottom: 50px;
    background: #f5f6fa;
}
.honor_title{
    margin-bottom: 30px;
}
.honor_list ul li{
    float: left;
    margin-bottom: 20px;
    /* width: 400px; */
    width: 33.33%;
    text-align: center;
}
.honor_list ul li img{
    margin-bottom: 25px;
    width: 80%;
}
.honor_list ul li p{
    width: 250px;
    margin: auto;
    font-size: 16px;
}
/* -- power -- */
.power{
    padding-top: 45px;
    padding-bottom: 40px;
}
.power ul li{
    float: left;
    /* width: 300px; */
    width: 25%;
    text-align: center;
    cursor: pointer;
}
.footer{ background:#2e3237; color:#ddd; text-align:center;}

.index_btm {
    background: url(/Images/indexbtmbg.jpg) no-repeat center;
    height: 247px;
    text-align: center;
    border-top: 9px #e2e2e2 solid;
}

.vmenu {
    /*background-color: #f0f0f0;*/
    width: 180px;
    float: left;
    /*height: 100vh;*/
}
    .vmenu ul {
        /*background: #eee;*/
        padding-bottom: 15px;
        margin: 0px;
        padding:0px;
    }

    .vmenu ul li{

    }
    .vmenu a {
        border-bottom: 1px solid #e5e5e5;
        padding: 10px;
        display: block;
        font-size: 16px;
        color: #333;
        text-align:center;
    }
        .vmenu a:hover {
            color: #007bff;
        }

    .vmenu .current-page {
        /* 当前页面菜单项样式 */
        background-color: #5eabc8;
    }
    .vmenu .current-page a{
        /* 当前页面菜单项样式 */
        color: #FFF;
    }



/*.sidebar {
    background-color: #f0f0f0;
    width: 180px;
    height: 100vh;
    position: fixed;
    padding: 20px;
}

    .sidebar ul {
        list-style-type: none;
        padding: 0;
    }

    .sidebar li {
        margin-bottom: 10px;
    }

    .sidebar a {
        text-decoration: none;
        color: #333;
    }

        .sidebar a:hover {
            color: #007bff;
        }*/

.all-btn {
    width: 533px;
    height: 69px;
    margin: 20px auto 40px;
    text-align: center;
    color: #fff;
    line-height: 69px;
    background: #3da5d3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 24px;
}

    .all-btn:hover {
        font-weight: 900;
        cursor: pointer;
        box-shadow: 3px 3px 3px #c4c4c4;
    }


.cj-box {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
}

.cj-two {
    width: 1100px;
    height: 361px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px;
    margin: 30px auto;
}

    .cj-two p {
        width: 863px;
        color: #fff;
        margin: 77px auto 60px auto;
        line-height: 30px;
    }

    .cj-two e {
        color: #ffd800;
    }

    .cj-two .all-btn {
        background: #ff6b5a;
    }

.title-box {
    width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.font-title {
    font-size: 36px;
    color: #505050;
    text-align: center;
    font-weight: 900;
}

    .font-title e {
        color: #3da5d3;
    }

    .font-title img {
        vertical-align: middle; /*图片垂直居中*/
        margin: 0 20px auto;
    }

.cj-four {
    width: 1100px;
    height: 660px;
    margin: 0 auto;
    overflow: hidden;
}

    .cj-four ul {
        width: 828px;
        margin: 20px auto;
        overflow: hidden;
        border-top: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
    }

        .cj-four ul li {
            width: 828px;
            margin: 0 auto;
        }

            .cj-four ul li .b_1 {
                width: 275px;
                height: 43px;
                background-color: #1f96ca;
                overflow: hidden;
                color: #fff;
                font-size: 16px;
                border: 1px solid #eeeeee;
                border-top: none;
                border-right: none;
                float: left;
                text-align: center;
                line-height: 43px;
            }

            .cj-four ul li .b_2 {
                width: 275px;
                height: 50px;
                overflow: hidden;
                border: 1px solid #eeeeee;
                border-top: none;
                border-right: none;
                float: left;
                text-align: center;
                line-height: 50px;
                font-size: 16px;
            }

        .cj-four ul .all-btn {
            width: 114px;
            height: 33px;
            margin: 8px auto;
            text-align: center;
            color: #fff;
            line-height: 33px;
            background: #3da5d3;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            font-size: 14px;
        }

    .cj-four .all-btn {
        background-color: #ff6b5a;
    }


.cj-six {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

    .cj-six ul {
        width: 1020px;
        margin: 0 auto;
    }

        .cj-six ul li {
            width: 340px;
            height: 330px;
            float: left;
            overflow: hidden;
        }

        .cj-six ul .b_1 {
            width: 340px;
            height: 147px;
            overflow: hidden;
            text-align:center;
        }

        .cj-six ul .b_2 {
            width: 340px;
            height: 30px;
            overflow: hidden;
            font-size: 18px;
            text-align: center;
            line-height: 30px;
        }

        .cj-six ul .b_3 {
            width: 340px;
            height: 75px;
            overflow: hidden;
        }

        .cj-six ul .all-btn {
            width: 234px;
            height: 54px;
            margin: 0 auto;
            text-align: center;
            color: #fff;
            line-height: 54px;
            background: #3da5d3;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            font-size: 18px;
        }

.cj-eight {
    width: 1100px;
    height: 450px;
    margin: 0 auto;
    overflow: hidden;
}

    .cj-eight .divone {
        width: 960px;
        height: 400px;
        margin: 0 auto;
    }

    .cj-eight .all-btn {
        background-color: #ff6b5a;
    }

.font-30 {
    font-size: 30px;
    color: #505050;
    text-align: center;
    font-weight: 900;
    margin-top: 10px;
}

    .font-30 e {
        color: #3da5d3;
    }

.font-36 {
    font-size: 36px;
    color: #505050;
    text-align: center;
    font-weight: 900;
    margin-top: 10px;
}

    .font-36 e {
        color: #3da5d3;
    }

.font-30-000 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

    .font-30-000 e {
        color: #3da5d3;
    }

.font-36-000 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

    .font-36-000 e {
        color: #3da5d3;
    }

.font-24 {
    font-size: 24px;
    color: #505050;
    padding-top: 15px;
    text-align: center;
}

.font-24-000 {
    font-size: 24px;
    color: #fff;
    padding-top: 15px;
    text-align: center;
}

.font-18 {
    font-size: 18px;
    color: #505050;
    text-align: center;
    padding-top: 30px;
}

.hr-style1 { /*渐变*/
    margin: 0 auto;
    border: 0;
    height: 1px;
    background: rgba(0,0,0,0.1);
    /*background-image: linear-gradient(to right, blue, #3da5d3, rgb(9, 206, 91));*/
}

.hr-style2 { /*渐变*/
    margin: 0 auto;
    border: 0;
    height: 3px;
    background: rgba(0,0,0,0.1);
    /*background-image: linear-gradient(to right, blue, #3da5d3, rgb(9, 206, 91));*/
}

.nvl{

}

.nvl a{
    color:#3da5d3
}