body{background: url(../images/bg.jpg) no-repeat top center;}
.top_index{padding-top: 40px;}
.five_btns{padding-top: 360px;}
.five_btns ul li{
	width: 25%;
	float: left;
	margin-bottom: 15px;
	background: url(../images/li_bg.png) no-repeat center;
}
.five_btns ul li a {
    display: block;
    text-align: center;
}
.five_btns ul li a i {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background-color: #4a84ef;
    /* border: 1px solid #fff; */
    border-radius: 50%;
	margin-top: 30px;
}
.ishover{display: none;}
.five_btns ul li:hover{background: url(../images/lion_bg.png) no-repeat center;}
.five_btns ul li:hover a{color: #fff;}
.five_btns ul li:hover a i {
    /* border: 1px solid #2a4f87; */
    border-radius: 50%;
	background-color: #fff;
}
/* .five_btns ul li a i img{display: block;  -moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;} */
.five_btns ul li a:hover i img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}
.nohover, .ishover {
    position: absolute;
    top: 34%;
    left: 34%;
    margin-top: -13px;
    margin-left: -13px;
    width: 50px;
    height: 50px;
    content: "";
    background-repeat: no-repeat;
}
.five_btns ul li a:hover .nohover{display: none;}
.five_btns ul li a:hover .ishover{display: block;}
.five_btns ul li a font {
    display: block;
    text-align: center;
    line-height: 20px;
    padding: 25px 0px;
}
/* 部门预决算 */
.sjbmyjs{padding-top: 50px;}
.yjs_title{
	height: 67px;
	margin-bottom: 20px;
	background: url(../images/sjbmyjs_title.png) no-repeat center;
}
.department {
    padding-left: 0;
}
.department h3 {
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 20px;
}
.department h3 a{
	padding: 10px 19px;
	background: #1860cf;
	color: #fff;
	border-radius: 24px;
}
/* 绩效 */
.yjjx_title{
	height: 67px;
	margin-bottom: 20px;
	background: url(../images/sjbmjx_title.png) no-repeat center;
}
/* 专项资金 */
.zxzj_title{
	height: 67px;
	margin-bottom: 20px;
	background: url(../images/zxzj_title.png) no-repeat center;
}
/* 底部 */
.footer {
    clear: both;
    background: #246edd;
    color: #fff;
    font-size: 14px;
}
@media (max-width: 767px){
	body{background: url(../images/bg_moblie.png) no-repeat top center;background-size: contain;}
	.top_index{display: none;}
	.five_btns {
	    padding-top: 270px;
	}
	.five_btns ul li{width: 50%;}
}
