@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}

/* header */
.header{
    width: 100%;
    
}
.top{
    height: 200px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.topleft>img{
    width: 120px;
    height: 120px;
    margin-top: 40px;
}
.title{
    margin-top: 56px;
    margin-left: 40px;
}
.title>h3{
    font-size:46px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(4,120,169,1);
}
.title>p{
    font-size:30px;
    font-family:Times New Roman;
    font-weight:400;
    color:rgba(4,120,169,1);
}
.topright{
    height: 100%;
    
}
.topright>.gw{
    font-size:16px;
    font-family:STSongti-SC-Regular;
    font-weight:400;
    color:rgba(30,122,185,1);
    display: inline-block;
    margin-top: 94px;
}
.search{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: 98px;
    margin-left: 6px;
}
/* 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;
    padding: 0 20px;
    border-right: 1px solid #1D6292;
    border-left: 1px solid #3085C0;
}
.nav>ul>.current-nav{
    background: url("../images/矩形@2x\(1\).png") no-repeat;
    background-size:cover;
}
.nav>ul>li>a{
    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);
    
    margin: 4px 0;
}
.nav>ul>li:nth-child(1)>a{
    border-left: none;
    width: 70px;
}
.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;
    left: 0;
    display: none;
    z-index: 10;
}
.subNav>p{
     padding: 0 20px;
    height: 44px;
    background: #fff;
    border-top: none;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
    
}

.subNav a{
    font-size:22px;
    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;
}








