html,body,div,ul,li,h1,h2,h3,h4,h5,input,p,dl{
    margin:0;
    padding:0;
}
h1,h2,h3{
    font-weight: bold;
}
html,body{
    color:#666;
    width:100%;
    height: 100%;
    background-color: #fff;
}
div{
    width:100%;
}
a{
    text-decoration: none !important;
    color:#666;
    outline: none;
    cursor: pointer;
}
a:hover{
    color:#999999;
}
input[type='text']{
    color:#999999;
    font-family: '宋体', arial;
    font-size:12px;
    outline: none;
}
li{
    list-style-type: none;
}

img{
    border-style:none!important;
}
body *{
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
.clearfix:after{
    content: '';
    clear:both;
    display: block;
    visibility: hidden;
}
.clearfix{
    *zoom:1;
}
.fl-l{
    float: left;
    width:218px;
}
.fl-r{
    float:right;
    width:776px;
}
.content{
    height: 100%;
    min-width:1003px;
    font-size:12px;
    font-family: arial;
}
.fade{
    display: none;
}
.mb10{
    margin-bottom: 10px;
}
.header{
    height: 136px;
    background:#ededed;
    margin-bottom: 15px;
}
.logo{
    width:1003px;
    margin:0 auto;
}
.header>.logo{
    height:100px;
    background: url(/images/base/top.gif) no-repeat;
}
.nav{
    height: 36px;
    background: url(/images/base/nav_bg.jpg) repeat-x;
}
.nav ul{
    width:983px;
    margin:0 auto;
    height: 100%;
}
.nav>ul>li{
    float:left;
    width:84px;
    height: 100%;
    line-height: 36px;
    text-align: center;
    background: url(/images/base/nav_li_bg.jpg) no-repeat right;
    background-size: 2px;
}
.nav>ul>li:first-child{
    width:56px!important;
}
li.final{
    background: url(/images/base/nav_bg.jpg) no-repeat right!important;
    position: relative;
}
li.final>ul{
    position: absolute;
    left:0;
    width:100%;
    top:35px;
    z-index: 20050;
    height: 120px;
    border:1px solid lightgray;
    background: white;
}
li.final li{
    margin:0;
    padding:0;
    border-bottom: 1px solid lightgray;
    height: 29px;
    line-height: 29px;
}
.nav ul li a{
    color:white;
    font-size:14px;
    font-family: 'Microsoft YaHei';
}
li.final li a{
    color:rgb(7, 83, 159)!important;
    font-weight: bold;
}
.body{
    width:1003px;
    margin:auto;
    padding-bottom: 10px;
    min-height: 600px;
}
.footer{
    height: 138px;
    background: url(/images/base/footer.jpg) repeat-x;
}
.footer>.logo{
    height: 100%;
}
.logo.clearfix>div{
    float: left;
    padding-top:30px;
}
.logo>.left{
    width:68px;
    height: 120px;
    padding-left:175px;
    padding-right: 10px;
}
 .logo>.center{
   width:456px;
  height: 138px;
    white-space: nowrap;
}
.logo>.right{
    padding-top:0px!important;
    margin-top:20px;
    width:80px;
    height:83px;
}
.center p{
    margin: 0;
    line-height: 22px;
    color:#333;
}
.center a{
    color:#333;
}
.center p span{
    margin: 0 10px;
}
.search{
    height: 22px;
    padding: 6px 10px;
    width:194px;
    background: #f7f7f7;
    border: 1px solid #ebeced;
    margin-bottom: 10px;
}
.search>input:first-child{
    float: left;
    width: 122px;
    height: 20px;
    padding: 0 5px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #d0d0d0;
}
.search .searchBtn{
    float:right;
    display: block;
    width: 57px;
    height: 22px;
    background: #d8e4f4;
    border: 1px solid #c2d9ef;
    color: #07519c;
    text-align: center;
    font-family: '宋体', arial;
    cursor: pointer;
    outline: none;
}
.tab-this{
    color:#3d5aa8 !important;
}
.small-title{
    color: #07529e;
    border-bottom: 1px solid #82a6cc;
    padding: 5px 0;
}
.intro-title-block{
    /*height: 72px;*/
    line-height: 72px;
    color: #07529e;
    font-size: 20px;
    text-align: center;
}
.intro-title-block2{
    color: #86837f;
    font-size: 14px;
    text-align: center;

}
.suspend-box,.suspend-box1{
    width: 200px;
    height: 118px;
    z-index: 9999999;
}
.suspend-box a,.suspend-box1 a{
    color: #08584D;
    font-weight: 900;
    text-decoration: none;
}
.suspend-box a.suspend-box-text,.suspend-box1 a.suspend-box-text{
    display: block;
    padding: 0 10px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 4px;
}

