/*body{
    background: url("../img/bg-mediumblue.jpg") no-repeat top center #FFF;
}*/
/*主链接*/
body a {
    color: #6c6c6c;
}

body a:hover {
    color: #f04911;
}

/*顶部*/
#head p,
#head a {
    color: #fff;
    right: 10px;
}
/*导航菜单*/
#navigate{
    background: #0395e2;
}
#navigate li:hover,
#navigate li.at,
#navigate li div {
    background: #ff7417;
}

#navigate li div a:hover {
    background: #f04911;
}
#navigate-bottom {
    background: #f5f5f5;
}
/*二级栏目菜单*/
.list-sub-category{
    background: #fff3dc;
    border:1px solid #ffeedb;
}
.list-sub-category a {
    background: #ff7417;
}
.list-sub-category a:hover,
.list-sub-category a.at {
    background: #f04911;
}

/*区块栏目头*/
h4{
    background: #EAEEEF;
}
h3{
    border-color: #EAEEEF;
}
h3 strong,
h4 strong{
    background: #0395e2;
    color: #fff;
}
h5 strong{
    background: #EAEEEF;
    color: #015E94;
}
/*内容页*/
.content-fujian-title {
    color: #015E94;
}

.content-detail,
.content-next-prev {
    border-color: #015E94;
}
.pages a{
    color: #015E94;
}
.pages span{
    border-color: #015E94;
    background:  #015E94;
    color: #fff;
}
/*底部*/
#footer {
    border-color: #015E94;
    background: #f5f5f5;
}