@charset "utf-8";
/*头尾所需统一样式*/
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,
section,img{margin:0px;padding:0px;outline:none;border:0px;}
li{list-style:none;}
body{text-align:left;font-family:'微软雅黑';font-size:15px;color:#333333; background:#ffffff;}
a,ins{text-decoration:none;}
a{color:#333333;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}
.width{width:1100px;margin:0 auto;margin-top:25px;}

/*top*/
.top{
    width: 100%;
    height: 190px;
    background: #087fdd;
}
.banner{
    width: 1000px;
    height: 190px;
    margin: 0 auto;
    line-height: 190px;
}

/*nav*/
.nav{
    width: 100%;
    height: 50px;
    background: #005aa1;
}
.nav-center{
    width: 1000px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}
.nav-center ul li{
    float: left;
}
.nav-center ul li a{
    display: inline-block;
    width: 101px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
.nav-center ul li a:hover{
    color: #001eff;
    background: url("jn-mz_06.png") no-repeat 0px 4px;
}
/*当前位置*/
.dqwz{
    width: 1000px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}
/*主体*/
.content{
    width: 1000px;
    min-height: 200px;
    margin: 0 auto;
}
.div-left .left span{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.div-left .left ul .lanmu_old{
    line-height: 40px;
    padding-left: 35px;
    background: url("sj_03.png") no-repeat 15px 15px;
}
.div-left .left ul .lanmu_old:hover{
    background: url("sj_06.png") no-repeat 15px 15px;
}
.div-left .left ul .lanmu_old a:hover{
    color: #005aa1;
}
.div-left .left ul li a{
    display: inline-block;
    width: 195px;
    font-size: 15px;
}
.lanmu_On{
    line-height: 40px;
    padding-left: 35px;
    background: url("sj_06.png") no-repeat 15px 15px;
}
.lanmu_On a{
    color: #005aa1;
}

.div-left .right{
    padding: 0 15px;
}
.div-left .right .p{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #cdcdcd;
}
.div-left .right .p span{
    display: inline-block;
    font-size: 16px;
    height: 40px;
    color: #005aa1;
    font-weight: bold;
    border-bottom: 2px solid #005aa1;
}
.div-left .right ul li img{
    margin-right: 10px;
}
.div-left .right ul li a{
    font-size: 16px;
}
.div-left .right ul li a:hover{
    color: #ff0000;
}
.div-left .right ul li{
    width: 707px;
    line-height: 40px;
}
/*bottom*/
.bottom{
    margin-top: 25px;
    width: 100%;
    height: 200px;
    background: #ededed;
}
.bottom-center{
    width: 1000px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 65px;
}
.bottom-center-left{
    width: 290px;
    text-align: right;
}
.bottom-center-middle{
    width: 420px;
    text-align: center;
    line-height: 30px;
}
.bottom-center-right{
    width: 290px;
    text-align: left;
    margin-top: 15px;
}









