@charset "utf-8";
/* CSS Document */

/*清除默认样式*/
body, div, dl, dt, dd, ul, ol, nl, li, h1, h2, h3, h4, h5, h6, p, span, a, b, strong, object, iframe, label, 

img, select, form, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 

canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, 

mark, audio, video {margin:0;padding:0}
body{font-size:12px;font-family:'微软雅黑';}
.left{float:left;_display:inline;}
.right{float:right;_display:inline;}
.clear:after{content:"";clear:both;display:block;}
.clear{zoom:1;}
a{text-decoration:none;font-size:12px;}
li{list-style: none}

table {
  margin: 0 auto;
}

/* header */
.headerWrap{
    width: 100%;
    height: 200px;
    background: url("../images/bac.png") no-repeat ;
    background-size: cover;
}
.header{
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}
.title {
    float: left;
    width: 260px;
    height: 116px;
    margin-top: 42px;
}
.title>img {
    width: 260px;
    height: 116px;
}
.rightPart {
    float: right;
    margin-top: 80px;
}
.rightPart .schoolWork {
    width: 64px;
    height: 16px;
    font-size: 16px;
    font-family: STSongti-SC-Regular;
    font-weight: 400;
    color: rgba(30, 122, 185, 1);
    line-height: 54px;
    margin-right: 14px;
}
.lfLine, .rtLine {
    display: inline-block;
    background: rgba(30, 122, 185, 1);
    width: 2px;
    height: 14px;
}
.rightPart .search {
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 18px;
    margin-left: 14px;
}
.rightPart .search>img {
    display: block;
    width: 16px;
    height: 16px;
}
/* nav */
.nav{
    width: 100%;
    height:64px;
    margin: 0 auto;
    background: 
    #1E7AB9
}
.nav>ul{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.nav>ul>li{
    height: 64px;
    text-align: center;
    line-height: 64px;
    float: left;
    position: relative;
}
.nav>ul>.current-nav{
    background: #1170AD;
}
.nav>ul>li>a{
    width: 198px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    float: left;
    font-size:22px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    border-right: 1px solid #1D6292;
    border-left: 1px solid #3085C0;
    margin: 4px 0;
}
.nav>ul>li:nth-child(1)>a{
    border-left: none;
}
.nav>ul>li:nth-child(8)>a{
    border-right: none;
}
.nav>ul>li img{
    vertical-align:middle;
    width: 20px;
    height: 20px;
    margin-top:-4px;
}
.subNav{
    position: absolute;
    top:64px;
    display: none;
    z-index: 10;
}
.subNav>p{
    width: 198px;
    height: 44px;
    background: #fff;
    border-top: none;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
}
.subNav a{
    font-size:20px;
    font-family:STSongti-SC-Regular;
    font-weight:400;
    color:rgba(6,120,170,1);
}
.subNav>p:hover{
    background:rgba(24,112,172,1);
}
.subNav>p:hover a{
    color: #fff;
}
/* content */
.content{
    width: 100%;
    background: #efefef;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}








