@charset "utf-8";
/* CSS Document */
/* top */
.top_box{background: #0a53b1;height: 40px;width: 100%;}
.top{width: 1200px; line-height: 40px; font-size: 13px; color: #fddb80; overflow: hidden;}
.top a{color: #89c7f5;}
.top_email{
    line-height: 40px;
    background:url("ico_01.png") no-repeat left 50%;
    padding-left: 23px;
    margin-right: 22px;
}
.top_email:hover{background:url("ico_01_hover.png") no-repeat left 50%;}
.top_email:hover a{color:#fddb80;}
.top_wza{
    line-height: 40px;
    background:url("ico_02.png") no-repeat left 50%;
    padding-left: 23px;
    margin-right: 22px;
}
.top_wza:hover{background:url("ico_02_hover.png") no-repeat left 50%;}
.top_wza:hover a{color:#fddb80;}
/* 搜素 */
.ssk {
    width: 218px;
    height: 40px;
}
.search_input {
    width: 183px;
    border: solid 1px #89c7f5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none;
    height: 31px;
    line-height: 31px;
    padding-left: 7px;
    color: #cccccc;
    background-color: transparent;
    margin-top: 4px;
}
.search_right {
    background: url(search.png) no-repeat 50%;
    height: 31px;
    color: #999999;
    padding-left: 10px;
    width: 35px;
    border: solid 1px #89c7f5;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    float: right;
    border-left: none;
    margin-top: 4px;
}
/* banner */
.banner_box{background: url("banner.jpg") no-repeat center top; width: 100%; height: 257px;}
.banner{width: 1200px;position: relative;}
.logo{margin-top: 81px;}

/* 导航 */
.nav_box {
    background: #003982;
    width: 100%;
}
.nav {
    width: 1200px;
    height: 60px;
}
.nav ul li {
    float: left;
    width: 200px;
    text-align: center;
    line-height: 60px;
    border-right: #0e55b0 solid 1px;;
}
.nav ul li a {
    color: #fff;
    font-size: 19px;
}
.nav ul li:hover a{font-weight: bold;}

/* content */
.content_box{
    width: 1200px;;
    overflow: hidden;
}
/* 当前位置 */
.location_box{
    width: 100%;
    background: #ededed;
    margin-bottom: 20px;
}
.location{ width: 1200px; background: url("location.gif") 20px no-repeat; padding-left: 40px;font-size: 13px; color: #454545;}
.location a{font-size: 13px; line-height: 40px;}
.wzzw {
    width: 960px;
    padding: 0;
    margin: 0 auto 20px auto;
}
.wzzw_title{font-size: 25px; line-height: 64px; text-align: center; border-bottom: #717171 solid 2px; margin-top: 30px;}
.wzzw_info{text-align: center; line-height: 50px; font-size: 15px;}
.wzzw_info span{padding: 0 15px;}
.wzzw p{font-size: 15px; line-height: 30px;}
.wzzw p img{max-width: 900px;}
.xgyd{width: 960px;  color: #003982; font-size: 17px; font-weight: bold; border-bottom: #003982 solid 2px; line-height: 50px;}
.xgydlist{ width: 960px;}
.xgydlist ul{margin-top: 10px;}
.xgydlist ul li{background: url(liststyle.png) no-repeat left; padding-left:15px; border-bottom: #e8e8e8 dashed 1px; line-height: 45px; font-size: 17px;}
.date{color: #999999; font-size: 17px;}
/* 友情链接 */
.link_box{
    width: 100%;
    border-top: #0f64ce solid 4px;
    margin-top: 20px;
    height: 187px;
    background: #dce9f2;
}
/*bottom*/
.footer_info {
    width: 680px;
    color: #666666;
    font-size: 13px;
    overflow: hidden;
    margin-top: 22px;
    line-height: 21px;
    text-align: left;
    padding-top: 34px;
}
.footer_dzjg {
    margin-right: 23px;
}
.footer_zc {
    margin-right: 23px;
    padding-top: 4px;
}