@charset "utf-8";
.k {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

/*兼容提示*/
.my-video-dimensions {
    width: 100%;
    height: 75%;
    margin-top: 10px;
}

.vjs-has-started .vjs-control-bar {
    background: rgb(46, 125, 101);
}

.video-js {
    background-color: rgba(241, 241, 241, 0.82);
    clear: both;
}

#tips {
    display: none;
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    background-color: #e6ddbc;
    font-size: 16px;
}

span.news-date {
    padding-right: 0px;
}

div#tzgg ul li {
    height: 60px;
    line-height: 1.4;
    margin-top: -7px;
}

div#xyxw ul li, ul.news-school li, ul.lecture li {
    height: 45px;
    line-height: 1.4;
    margin-top: -8px;
}

span.news-date {
    font-family: 微软雅黑;
}

ul.news-school div a {
    font-size: 14px;
}

.note_count {
    margin-top: 0px;
}

/*顶部*/
.top {
    background: url(../img/top_bg.png) center center no-repeat;
    height: 153px;
    width: 1400px;
    margin: 0 auto;
}
.header {

}
.header .logo {
    float: left;
    margin-right: 50px;
    margin-top:25px;
}
.header_r {
    float: right;
    margin-top: 38px;
}
.header_r .search {
    width: 240px;
    height: 30px;
    overflow: hidden;
    float: right;
    margin-top: 30px;
    border: 1px #ffffff solid;
}

.header_r .search input {
    border: 0;
}

.header_r .search .text {
    width:180px;
    height: 30px;
    line-height:30px;
    float: left;
    color: #ffffff;
    background: none;
    padding-left: 10px;
}

.header_r .search .text::placeholder {
    font-size: 12px;
    color: #ffffff;
}

.header_r .search .submit {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}

/*电脑导航开始*/
.navBar {
    position: relative;
    z-index: 1111;
    color: #fff;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-top: 51px;
}
.nav {
    float: left;
    position: relative;
}
.nav a {
    color: #333;
}

.nav h3 {
    float: left;
    font-weight: normal;
    font-size: 16px;
}

.nav .m {
    float: left;
    position: relative;
    margin: 0 0px;
    padding: 0 20px;
}
.nav .m:hover,
.nav .m.on
{
    
        background: #00518a;
}
.nav .m:hover h3 a,
.nav .m.on h3 a{
        font-weight: bold;
        color: #fff;
}
.nav li#m7{
    /*padding-right: 0;*/
}
.nav h3 a {
    display: block;
}

.nav li:hover i {
    display: block;
}

/*.nav >li:before {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    width: 0;*/
/*    height: 2px;*/
/*    background: #0e50a4;*/
/*    content: "";*/
/*    transition: width .5s;*/
/*}*/

/*.nav > li:after {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 50%;*/
/*    width: 0;*/
/*    height: 2px;*/
/*    background: #0e50a4;*/
/*    content: "";*/
/*    transition: width .5s;*/
/*}*/

/*.nav > li:hover:before {*/
/*    width: 30%;*/
/*}*/

/*.nav > li:hover:after {*/
/*    width: 30%;*/
/*}*/

.nav .sub {
    display: none; /*默认隐藏*/
    width: 100%;
    position: absolute;
    left: 0;
    /*margin-left: -60px;*/
    top:50px;
    height: auto;
    line-height: 30px;
    padding-top:12px;
}

.nav .sub li {
    width: 100%;
    float: left;
    padding: 7px 0;
    font-size: 14px;
    text-align: center;
   background: #f5f5f5;
}

.nav .sub li a {
    display: block;
    color: #000;
    font-size: 14px;
    margin: 0 10px;
}
.nav .sub li:hover{
 background: #e8e8e8;
color: #00518a;
font-weight:bold;
}
.nav .sub li a:hover {
    color: #00518a;

}

.nav li .sub em {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7px;
    display: block;
    width: 14px;
    height:12px;
    background: url(../img/sj3.png) no-repeat;
}
/*搜索*/
.navBar .so {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 66px;
    position: relative;
    float: right;
    margin-top: 12px;
}

.navBar .so .btn {
    width: 100%;
    height: 24px;
    cursor: pointer;
    background: url(../img/search1.png) center center no-repeat;
}
.navBar .search {
    width: 255px;
    height: 42px;
    overflow: hidden;
    float: right;
    margin-top: 24px;
    background: #f5f5f5;
    display: none;
}

.navBar .search input {
    border: 0;
}

.navBar .search .text {
    width: 156px;
    height: 42px;
    line-height: 42px;
    float: left;
    color: #333;
    background: none;
    padding-left: 10px;
}

.navBar .search .text::placeholder {
    font-size: 14px;
    color: #666;
}

.navBar .search .submit {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}
/*电脑导航结束*/
/*banner*/
.banner {
    position: relative;
    z-index: 1;
    width: 1400px;
    margin:0 auto;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li.clone {
    position: relative
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
    display: none
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-indent: -999em;
    margin-top: -25px;
}

.flex-direction-nav .flex-prev {

    width: 70px;
    height: 70px;
    left: 70px;
    display: block;
    opacity: 1;
}

.flex-direction-nav .flex-next {
   
    width: 70px;
    height: 70px;
    right: 70px;
    display: block;
    opacity: 1;
}

/*!* Control Nav *!*/
.flex-control-nav {
    display: block;
    width: 300px;
    position: absolute;
    bottom: 40px;
    right: 0px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
}

.flex-control-nav li {
    margin: 0 10px;
    display: inline-block;
    height: 14px;
}

.flex-control-nav li a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #fff;
    text-indent: -999999px;
    border-radius: 50%;
}

.flex-control-nav li a.flex-active {
    background: #1d5fd0;
    border: 2px solid #fff;
}

/*!*图片上的字*!*/
/*.flexslider .slides > li p{  position:absolute; left:6%; bottom:12%;}*/
/*.flexslider .slides > li p a{color:#fff;font-size:34px;text-shadow: black 0em 0em 0.5em;font-weight:bold;}*/


/*返回顶部*/
.goTop {
    position: fixed;
    bottom: 72px;
    right: 20px;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    transition: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: none;
}
/*页脚*/
.footer{
    background: #2d2d2d;
    border-top: 8px #000000 solid;
    text-align: center;
    padding: 20px 0;min-width:1400px;
}
.foot p{
    font-size: 15px;
    color: #ffffff;
    line-height: 24px;
}