@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: news;
    src: url('/css/font/TT0047M_.eot');
    src: url('/css/font/TT0047M_.eot?#iefix') format('embedded-opentype'),
    url('/css/font/TT0047M_.ttf') format('truetype'),
    url('/css/font/TT0047M_.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'big title';
    src: url('/css/font/TT0010M_.eot');
    src: url('/css/font/TT0010M_.eot?#iefix') format('embedded-opentype'),
    url('/css/font/TT0010M_.ttf') format('truetype'),
    url('/css/font/TT0010M_.svg#NeuesBauenDemo') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td, span {
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    font-family:arial,'Microsoft YaHei','Times New Roman',SimHei;
}

ul, li, p, h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input {
    border: 0;
    background: none;
}

li {
    list-style-type: none;
    vertical-align: middle;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

*:focus {
    outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.header {
    height: 115px;
    overflow: hidden;
    background: url(/images/headerbg.png) center no-repeat;
    margin: 0 auto;
    width: 1176px;
}

.header .logo {
    display: block;
    margin-top: 0.6%;
    margin-left: 4%;
    float: left;
}

.header a.chinese {
    color: #353535;
    font-size: 13px;
    float: right;
    margin-top: 92px;
    margin-right: 38px;
    font-weight: bold;
}

.nav {
    height: 42px;
    width: 1176px;
    margin: 0 auto;
    background: #2a4e7b;
}
.nav a{
    font-size:76%;
    font-weight:bold;
}
.nav ul {
    width:1176px;
    height: 42px;
}

.nav ul li {
    float: left;
    position: relative; 
    z-index: 2000; 
} 
 
.nav ul li a.navm {
    color: #fff; 
    height: 42px;  
    line-height: 42px;
    padding: 0 35px;
} 

.nav ul li:hover {
    background: #4b89d7;
} 
 
.nav ul li dl {
    position: absolute;
    display: none;
    background: #325b8e;
    top: 42px;
    left: 0; 
} 

.nav ul li dl dd {
    overflow: hidden;
}

.nav ul li dl dd a {
    color: #fff;
    margin: auto; 
    display: block; 
    padding: 10px 10px;
    display: table-cell;
    vertical-align: middle; 
}

.footetbottom {
    border-top: 2px solid #328dff;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
    background: #1c355b;
}

.footermid {
    width: 1136px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px;
    zoom: 1;
    background: #1c355b;

}

.footer dl.map {
    float: left;
    padding-top: 15px;
}


.footer dl.map dt {
    padding-bottom: 20px;
}
.footer .sub-map .map-left{
    float:left;
    width:147px;
}

.footer .map1{
    width:220px;
}
.footer .map2{
    width:350px;
}
.footer .map3{
    width:300px;
}
.footer .map4{
    width:180px;
}
.footer .map2 dt{
    padding-left:80px;
}
.footer dt span,
.footer dl.map dt a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.footer dd span,
.footer dl.map dd a {
    color: #ffffff;
    font-size: 12px;
    line-height: 17px;
}

.footer .map_c {
    float: left;
    width: 236px;
    height: 200px;
    padding-top: 15px;
}

.footer .map_c a {
    color: #ffffff;
}

.footer .map_c dl.map_a {
    min-height: 48px;
    line-height: 17px;
}

.footer .map_c dl.map_a dt {
    padding-bottom: 20px;
}

.footer .map_c dl.map_a dd a {
    font-size: 12px;
}

.footer .map_c a:hover {
    color: #6c88b3;
}

.footer dl.map a:hover {
    color: #6c88b3;
}

#main{
    width:1176px;
    margin:0 auto;
    -moz-box-shadow:0 0 80px #ccc;
    -webkit-box-shadow:0 0 80px #ccc;
    -ms-box-shadow:0 0 80px #ccc;
    box-shadow:0 0 80px #ccc;
}


.breadcrumb{
    padding-left:10px;
}
.breadcrumb .item{
    color:#273B78;
    font-weight:bold;
}
.breadcrumb .sep{
    color:#273B78;
    font-weight:bold;
    padding:0 5px;
}

.text-overflow {
    display:block;
    width:31em;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* pager */
.ipager{
    margin:15px 0;
}
.ipager ul li{
    display:inline;
    width:20px;

}
.ipager ul li a,
.ipager ul li span{
    width:20px;
    padding:5px 10px;
    border:1px solid #ccc;
}
.ipager ul li a:hover,
.ipager ul li span:hover{
    background-color:#EEEEEE;
}
.ipager ul li.active span{
    background:#428BCA;
    color:#FFF;
    border-left:0;
    border-right:0;
}

