.k {
    width: 1380px;
    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: #f2f3f3 url(../img/top_bg.png) center center repeat-x;
    height: 208px;
    position: relative;
}

.top1 {
    background: url(../img/top_left.png) left center no-repeat;
    height: 202px;
    width: 440px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.top2 {
    background: url(../img/top_right.png) right center no-repeat;
    height: 202px;
    float: right;
    width: 420px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.header {
    background: url(../img/top_bg.png) right center no-repeat;
    position: relative;
    z-index: 2;
}

.header .logo {
    float: left;
    margin-top: 60px;
}

.header .header_r {
    float: right;
}

.header .header_r ul {
    margin: 32px 0 40px 0;
}

.header .header_r ul li {
    float: left;
    margin-left: 30px;
}

.header .header_r ul li a {
    font-size: 14px;
    color: #333333;
}

.header .header_r ul li a:hover {
    color: #295db3;
}

.header .header_r .search {
    width: 244px;
    height: 32px;
    overflow: hidden;
    background: #ffffff;
    border: 1px #295db3 solid;
    border-radius: 5px;
    float: right;
}

.header .header_r .search input {
    border: 0;
}

.header .header_r .search .text {
    width: 156px;
    height: 34px;
    line-height: 34px;
    float: left;
    background: #ffffff;
    color: #333333;
    padding-left: 10px;
}

.header .header_r .search .text::placeholder {
    font-size: 12px;
    color: #999999;
}

.header .header_r .search .submit {
    float: right;
}

/*导航*/
.menu {
    z-index: 1000;
}

.ie8 .menu {
    filter: none;
    background: #ffffff;
}

.menu a:hover,
.menu a.hover {
    color: #fff;
}

.menu li {
    position: relative
}

.menu > li {
    float: left;
    width:92px;
}

.menu > li:hover, .menu > li.hover {
    z-index: 1
}

.menu > li > a {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    padding: 15px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu > li:first-child > a {
}

.menu > li:last-child > a {
    border-right-color: transparent
}

.menu > li:hover > a,
.menu > li.hover > a {
    background: #ffffff;
    color: #295db3;!important;
    font-weight: bold;
}

.menu-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto 13px;
    background: url(../img/menu-icons.png) 0 0 no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .menu-icon {
        background-image: url(../images/icons/menu-icons-x2.png);
        background-size: 60px auto
    }
}

.menu-icon-2 {
    background-position: 0 -30px;
}

.menu-icon-3 {
    background-position: 0 -60px;
}

.menu-icon-4 {
    background-position: 0 -90px;
}

.menu-icon-5 {
    background-position: 0 -120px;
}

.menu-icon-6 {
    background-position: 0 -150px;
}

.menu-icon-7 {
    background-position: 0 -180px;
}

.menu-icon-8 {
    background-position: 0 -210px;
}

.menu-icon-9 {
    background-position: 0 -240px;
}
.menu-icon-10 {
    background-position: 0 -270px;
}
.menu-icon-11 {
    background-position: 0 -300px;
}
.menu-icon-12 {
    background-position: 0 -330px;
}
.menu-icon-13 {
    background-position: 0 -360px;
}
.menu > li:hover > a .menu-icon, .menu > li.hover > a .menu-icon {
    background-position: -30px 0;
}

.menu > li:hover > a .menu-icon-2, .menu > li.hover > a .menu-icon-2 {
    background-position: -30px -30px;
}

.menu > li:hover > a .menu-icon-3, .menu > li.hover > a .menu-icon-3 {
    background-position: -30px -60px;
}

.menu > li:hover > a .menu-icon-4, .menu > li.hover > a .menu-icon-4 {
    background-position: -30px -90px;
}

.menu > li:hover > a .menu-icon-5, .menu > li.hover > a .menu-icon-5 {
    background-position: -30px -120px;
}

.menu > li:hover > a .menu-icon-6, .menu > li.hover > a .menu-icon-6 {
    background-position: -30px -150px;
}

.menu > li:hover > a .menu-icon-7, .menu > li.hover > a .menu-icon-7 {
    background-position: -30px -180px;
}

.menu > li:hover > a .menu-icon-8, .menu > li.hover > a .menu-icon-8 {
    background-position: -30px -210px;
}

.menu > li:hover > a .menu-icon-9, .menu > li.hover > a .menu-icon-9 {
    background-position: -30px -240px;
}
.menu > li:hover > a .menu-icon-10, .menu > li.hover > a .menu-icon-10 {
    background-position: -30px -270px;
}
.menu > li:hover > a .menu-icon-11, .menu > li.hover > a .menu-icon-11 {
    background-position: -30px -300px;
}
.menu > li:hover > a .menu-icon-12, .menu > li.hover > a .menu-icon-12 {
    background-position: -30px -330px;
}
.menu > li:hover > a .menu-icon-13, .menu > li.hover > a .menu-icon-13 {
    background-position: -30px -360px;
}
.menu ul {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 9499;
    width: 100%;
    min-width: 115px;
}
.menu > li:nth-child(4) ul{
  min-width:210px;
}
.menu > li:nth-child(13) ul{
  min-width:210px;
}
.menu > li:hover > ul,
.menu > li.hover > ul {
    top: 90px;
    left: 0
}

.menu ul li a {
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: #398fc7;
    font-size: 13px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
    padding: 10px 5px
}

.menu ul li:first-child > a {
    border-top: none
}

.menu ul li:last-child > a {
    border-bottom: none
}

.menu ul li:hover > a,
.menu ul li.hover > a {
    background: #52b1dd;
    border-color: #408aaf;
}

.menu ul li:hover:before, .menu ul li.hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: #fab13e;
}

.menu ul li:hover > ul, .menu ul li.hover > ul {
    position: absolute;
    top: 1px;
    left: 100%;
    width: 101%;
    padding-left: 1%
}

.menu.style2 ul {
    display: none
}

.menu.style2 {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu.style2 > li {
    border-top: 3px solid #4bb4e8;
    border-bottom: 3px solid #4bb4e8
}

.menu.style2 > li:hover, .menu.style2 > li.hover {
    border-top-color: #9cd70e;
    border-bottom-color: #9cd70e;
    z-index: 1
}

.menu.style2 > li > a {
    padding: 18px 5px 16px 0;
    border: none;
    border-left: 1px solid #062d52;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .08);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .08)
}

.menu.style2 > li:last-child > a {
    border-right: 1px solid #062d52;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .08), 1px 0 0 rgba(255, 255, 255, .08);
    margin-right: 1px
}

.menu.style2 > li:hover > a, .menu.style2 > li.hover > a {
    background: 0 0
}

.menu.style2 .menu-icon {
    display: inline-block;
    margin: 0 3px 3px 0;
    vertical-align: middle
}

/*banner*/
.ibanner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    margin-right: -40px;
    bottom: 20px;
    z-index: 1;
    cursor: pointer;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ibanner .hd ul li {
    float: left;
    margin: 0 5px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    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: 16px;
    height: 16px;

    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;
    left: 3%;
    top: 50%;
    margin-top: -40px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../img/slider-arrow.png) -120px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}

.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}


/*页脚*/
.footer{
    background: url(../img/foot_bg.png) no-repeat;
    border-top: 4px #fab13e solid;
    background-size:cover;
    height:276px;
    overflow: hidden;
}
.foot{
   margin-top:50px;
}
.foot p{
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}
.foot img{
    float: right;
    display: block;
}
/*进入网站弹窗*/
#main {
    height: 0px;
    text-align: center;
}

#fullbg {
    background-color: gray;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 3;
    filter: alpha(opacity=80);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

#dialog {
    background-color: #fff;
    /*box-shadow: 5px solid rgba(0, 0, 0, 0.8);*/
    height: 400px;
    left: 30%;
    /*padding: 1px;*/
    position: fixed !important; /* 浮动对话框 */
    position: absolute;
    top: 24%;
    width: 800px;
    z-index: 5;
    display: none;
}
#dialog .title{
    background: url(../img/ggx.png) repeat-x center;
    margin: 50px auto;
    text-align: center;
}
#dialog .title h1{
    font-size: 24px;
    font-weight: normal;
    background: #fff;
    display: inline;
    padding: 0 10px;
}
#dialog .close {
    margin: 0 0 12px;
    height: 24px;
    line-height: 24px;
    background: #cccccc;
}

#dialog p.close {
    text-align: right;
    padding-right: 10px;
}

#dialog p.close a {
    color: #fff;
    text-decoration: none;
}

.content1 {
    margin: 0 20px;
}

.content1 p {
    font-size: 15px;
    line-height: 2em;
    text-indent: 2em;
}
.content1 p a{
    color: #295db3;
}