/* 公共自界说样式库 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 颜色样式 */
.c_b {
    color: #1296db;
}

/* 蓝色 */
.c_g {
    color: #27cd98;
}

/* 绿色 */
.c_y {
    color: #fec400;
}

/* 黄色 */
.c_t {
    color: #444;
}

/* 字体通用颜色 */
.c_fz {
    color: #ccc;
}

/* 辅助文字颜色 */

.infoPText {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin: 0;
}

/* body{
	width: 100%;
	overflow-x: hidden;
	min-width: 1366px;
} */
.bh_header img {
    width: 100%;
    display: block;
}

.bh_main {
    width: 1558px;
    margin: 0 auto;
}

.bh_main1 {
    width: 1400px;
    margin: 0 auto;
}

/*副问题*/
.hb_top_twonav {
    width: 100%;
    height: 50px;
}

.hb_top_twonav .subtitle_bg {
    position: relative;
}

.hb_top_twonav .subtitle_bg .subtitle_bg_left {
    width: 50%;
    height: 50px;
    background-color: #005bac;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
    position: absolute;
    top: 0;
    left: 0;
}

.hb_top_twonav .subtitle_bg .subtitle_bg_right {
    width: 50%;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.hb_top_twonav .subtitle {
    position: relative;
}

.subTitle_div {
    position: absolute;
    left: 0;
    top: -136px;
    z-index: 9;
}

.subTitle_div .subTLMain {}

.subTitle_div .subTLMain .navInfo {
    position: absolute;
    bottom: 36px;
    left: 0;
    width: 100%;
}

.subTitle_div .subTLMain .navInfo h2 {
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 4px;
}

.subTitle_div .subTLMain .navInfo p {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.subTitle_div .subTLMain .navInfo .sonTitle {
    font-size: 30px;
    color: #005bac;
    font-weight: bold;
    text-align: center;
    margin-top: 38px;
}

.hb_top_twonav .subtitle ul {
    float: right;
    margin-right: -40px
}

.hb_top_twonav .subtitle ul li {
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background: #fff;
    position: relative;
    width: 154px;
}

.hb_top_twonav .subtitle ul li .navBg {
    width: 182px;
    height: 62px;
    position: absolute;
    top: 0;
    left: -26px;
    background: url(/image/nav_houer_bg.png) no-repeat;
    display: none;
}

.hb_top_twonav .subtitle ul li .sonNavBg {
    background: url(/image/nav_houer_son_bg.png) no-repeat;
    height: 106px;
    left: -69px;
    width: 235px;
}

.hb_top_twonav .subtitle ul li:hover .navBg {
    display: block;
}

.hb_top_twonav .subtitle ul li:hover a {
    color: #fff;
}

.hb_top_twonav .subtitle ul li a {
    color: #082554;
    display: block;
    padding-right: 16px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.hb_top_twonav .subtitle ul li.active_pre {
    background: #005bac;
}

.hb_top_twonav .subtitle ul li.active_pre a,
.hb_top_twonav .subtitle ul li.nav-active a {
    color: #fff;
}

.hb_top_twonav .subtitle ul li.nav-active .navBg {
    display: block;
}

.hb_top_twonav .subtitle ul li.nav-active {
    background: #005bac;
    background: url(/image/nav-bg.jpg) no-repeat 131px, #005bac;
    background-size: auto 100%;
}

.hb_top_twonav .subtitle ul li.active_next_first {
    background: #fff;
    background: url(/image/nav-bg.jpg) no-repeat -23px, #fff;
    background-size: auto 100%
}


/*副问题end*/
.bh_container {
    width: 100%;
}

.header_navBg {
    height: 50px;
    background: #005bac;
}


/*二级导航*/
/* .childs_nav{
    width: auto;
    position: absolute;
    top: 49px;
    border-bottom:solid 1px #5a92e8;
    left: 65px;
    padding-left: 30px;
    display: none;
}
.childs_left_nav{
	right: 213px;
	left: auto;
	padding-left: 0;
}
.hb_top_twonav .subtitle ul li:hover .childs_nav{
	display: block;
}
.childs_nav dd{
	float: left;
	white-space: nowrap;
	margin:0;
}
.hb_top_twonav .subtitle ul li .childs_nav dd a{
	padding: 0 20px;
	color: #777777;
}
.hb_top_twonav .subtitle ul li .childs_nav dd a:hover{
	color: #005bac;
	font-weight: bold;
} */

/*table 结构*/

/* teachernamebox */
.teachernamebox {
    width: 98%;
    margin: auto;
    background-color: #fff;
    font-size: 18px;
    line-height: 28px;
    color: #383838;
    padding: 60px 80px;
    box-shadow: 0px -9px 15px -3px rgba(10, 2, 4, 0.2);
}

.teacherList01 {
    margin-bottom: 30px;
}

.teacherList01 h5 {
    font-size: 34px;
    color: #000000;
    font-weight: normal;
    position: relative;
    padding-bottom: 18px;
}

.teacherList01 h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #00429b;
    width: 68px;
    height: 4px;
}

.teacherList01 p {
    font-size: 14px;
    line-height: 24px;
    color: #1d1d22;
    margin-top: 40px;
}

.jxmsBox {
    margin-top: 40px;
    margin-bottom: 40px;
}

.jxmsBox dl {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    box-sizing: border-box;
}

.jxmsBox dl>div {
    width: 100%;
    display: block;
}

.jxmsBox dl dt {
    font-size: 24px;
    color: #00429b;
    line-height: 34px;
    margin-bottom: 20px;
}

.jxmsBox dl dd {
    display: inline-block;
    width: 14%;
}

.jxmsBox dl dd a {
    display: inline-block;
    font-size: 18px;
    line-height: 34px;
}

.jxmsBox dl dd span {
    display: block;
    font-size: 14px;
    color: #888888;
    line-height: 34px;
}

/* teachernamebox */
/*table 结构*/
.items_table {
    display: table;
    width: 100%;
}

.items_table .item_table-cell {
    display: table-cell;
    vertical-align: middle;
}


.Secondarybg {
    background: url(/images/erji_bg.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 63px;
    width: 100%;
}

.Secondary_mainbg {
    width: 1400px;
    margin: 0 auto 0;
    background: url(/images/erjiimg/pic3.png) no-repeat center top;
    background-size: 100% auto;
    min-height: 1000px;
    padding-bottom: 124px;
}


.Secondary_mainbg1 {

    margin: 0 auto 0;
    background: url(/images/erjiimg/pic3.png) no-repeat center top;
    background-size: 100% auto;
    min-height: 1000px;
    padding-bottom: 124px;
}

.Secondary_mainbg2 {
    background: url(/images/erjiimg/pic4.png) no-repeat center top;
}

@media screen and (max-width: 1400px) {
    .Secondary_mainbg {
       /* width: 80%;*/
    }
   .Secondary_mainbg1 {
      /*  width: 80%;*/
    }

}

@media screen and (max-width: 1023px) {
    .bh_container {
        overflow: hidden;
    }

    .Secondary_mainbg {
        min-height: auto;
    }

  .Secondary_mainbg1 {
        min-height: auto;
    }

  .Secondary_mainbg1 {
        width: 95%;
    }
    .Secondary_mainbg {
        width: 95%;
    }

    .bh_header {
        width: 100%;
        overflow: hidden;
    }

    .bh_header img {
        width: 200%;
    }

    .BH_two {
        height: .5rem !important;
        background-color: #005bac;
    }

    .BH_two_nav_r {
        display: none;
    }

    .Secondary_mainbg {
        padding-bottom: 1.24rem;
    }


    .Secondary_mainbg1 {
        padding-bottom: 1.24rem;
    }
}

@media screen and (max-width:800px) {

    .teachernamebox {
        width: 100%;
        padding: 30px 30px;
    }

    .teacherList01 {
        margin-bottom: 20px;
        line-height: 40px;
        margin-top: 30px;
    }

    .teacherList01 h5 {
        font-size: 25px;
        position: relative;
        padding-bottom: 18px;
        font-weight: bold;
    }

    .teacherList01 h5::after {
        width: 98px;
        height: 4px;
    }

    .teacherList01 p {
        font-size: 26px;
        line-height: 50px;
        color: #1d1d22;
        margin-top: 30px;
    }

    .jxmsBox dl dd {
        display: inline-block;
        width: 19.2%;
    }

    .jxmsBox dl dt {
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 0;
    }

    .jxmsBox dl dd a {
        font-size: 18px;
        line-height: 40px;
        font-style: normal;
        color: #323232;
    }

    .jxmsBox dl dd span {
        font-size: 28px;
        color: #888888;
        line-height: 60px;
    }

    .jxmsBox dl dd {
        display: inline-block;
        width: 32%;
    }

    .jxmsBox {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .jxmsBox dl {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:500px) {
    .teachernamebox {
        width: 100%;
        padding: 20px 10px;
    }

    .jxmsBox dl dd a {
        font-size: 16px;
    }
}<!--耗时1763854984.3055秒-->