﻿.k {
    width: 1200px;
    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;
}

/*header*/
.top {
    background: url(../img/top_bg.png) center center no-repeat;
    height: 150px;
    background-size: cover;
}

.header {

}

.header .logo {
    float: left;
    margin-top: 37px;
}

.header .header_r {
    float: right;
}

.header .header_r .en {
    float: right;
    margin-top: 20px;
}

.header .header_r .en a {
    font-size: 12px;
    color: #ffffff;
}

.header .header_r .search {
    width: 206px;
    height: 28px;
    overflow: hidden;
    float: right;
    margin-top: 31px;
    background: #ffffff;
    border-radius: 14px;
}

.header .header_r .search input {
    border: 0;
}

.header .header_r .search .text {
    width: 156px;
    height: 28px;
    line-height: 28px;
    float: left;
    color: #333;
    background: none;
    padding-left: 10px;
}

.header .header_r .search .text::placeholder {
    font-size: 14px;
    color: #666;
}

.header .header_r .search .submit {
    float: right;
    margin-top: 5px;
    margin-right: 15px;
}

/*导航*/
.navBar {
    position: relative;
    z-index: 1;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-top: 4px #9a0d14 solid;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.nav a {
    color: #333;
}

.nav h3 {
    float: left;
    font-size: 100%;
    font-weight: normal;
    font-size: 16px;
}

.nav .m {
    float: left;
    position: relative;
    margin: 0 0px 0 80px;
}

.nav li#m1 {
    margin-left: 0;
}
.nav h3 a {
    display: block;
}

.nav li:hover i {
    display: block;
}
.nav li:hover a,
.nav .on a {
    color: #9a0d14;
}

.nav .sub {
    display: none; /*默认隐藏*/
    width: 160px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 50px;
    height: auto;
    line-height: 30px;
    padding-top: 8px;
}

.nav .sub li {
    width: 100%;
    float: left;
    background: #9a0d14;
    padding: 7px 0;
    font-size: 14px;
}

.nav .sub li a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 10px;
}

.nav .sub li a:hover {
    color: #edb225;
}

.nav li .sub em {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    display: block;
    width: 10px;
    height: 8px;
    background: url(../img/sj3.png) no-repeat;
}

/*banner*/
.ibanner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    /*width: 100px;*/
    height: 11px;
    overflow: hidden;
    position: absolute;
    right:20%;
    bottom: 35px;
    z-index: 1;
    cursor: pointer;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: right;
}

.ibanner .hd ul li {
    float: left;
    /*margin: 0 5px;*/
    width: 52px;
    height:11px;
    text-align: center;
    /*background: #fff;*/
    /*cursor: pointer; */
    /*opacity: 0.5; */
    /*border-radius: 50px;*/
    background: url(../img/icon.png) center center no-repeat;
}

.ibanner .hd ul li.on {
    /*background: #ffffff;*/
    /*opacity:1;*/
    /*color: #fff;*/
    width: 52px;
    height: 11px;
    background: url(../img/icon_hover.png) center center no-repeat;
}

.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}

.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("../img/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}

.ibanner .bd img {
    width: 100%;
    display: block;
}

.ibanner .prev,
.ibanner .next {
    position: absolute;
    top: 50%;
    margin-top: -27.5px;
    display: block;
    width: 55px;
    height: 55px;
}

.ibanner .prev {
    left: 3%;
    background: url(../img/left_hover.png) center center no-repeat;
}

.ibanner .next {
    right: 5%;
    background: url(../img/right_hover.png) center center no-repeat;
}

.ibanner .prev:hover {
    background: url(../img/left.png) center center no-repeat;
}

.ibanner .next:hover {
    background: url(../img/right.png) center center no-repeat;
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}
/*页脚*/
.footer{
    background:  url(../img/foot_bg.png) center center no-repeat;
    height: 195px;
    background-size: cover;
}
.foot{
    margin-top: 60px;
}
.footer img{
    float: left;
    display: block;
    margin-top: 10px;
}
.footer p{
    font-size: 12px;
    color: #ffffff;
    line-height: 40px;
    float: right;
}
