/*公共样式*/
*{
    padding:0;
    margin:0;
    border:0;
    font-weight:normal;
    font-style:normal;
    text-decoration:none !important;
    outline:none;
    list-style:none;
    border-collapse:collapse; 
    border-spacing:0; 
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.clear{
    clear:both;
}
a,span,font,input{
    font-family: 'Microsoft YaHei',Arial, sans-serif;
}


/*热门服务*/
.rmfw{
	max-width: 1920px;
	margin:0 auto;
	background:url(/jgsw/resource/cms/2025/05/img_pc_site/2025050609592062593.png) no-repeat;
        background-size:100% 100%;
	overflow: hidden;
}
.rmfw_list{
	position:relative;
	width:1200px;
        padding:50px 0 25px 0;
	margin:0 auto;
        overflow:hidden;
}
.news_list_tit{
        background:url(/jgsw/resource/cms/2025/04/img_pc_site/2025043015374874663.png) no-repeat left center;
        font-size:24px;
        color:#333333;
        font-weight:bold;
        padding-left:20px;
}
.rmfw_list .swiper {
	width: 100%;
	height: 100%;
        margin-top:40px;
        position:relative;
}
.rmfw_list .swiper-button-next,.rmfw_list .swiper-button-prev {
        position: absolute;
        top:44%;
        width: 27px;
        height: 48px;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 48px;
        background-position: center;
        background-repeat: no-repeat
}
.rmfw_list .swiper-button-prev{
	background: url(/jgsw/resource/cms/2025/05/img_pc_site/2025050611190829886.png) no-repeat center center;
	left:0;
}
.rmfw_list .swiper-button-next{
	background: url(/jgsw/resource/cms/2025/05/img_pc_site/2025050610273085549.png) no-repeat center center; 
	right:0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1!important;
}
.rmfw_list .swiper-button-next.swiper-button-disabled{
	background: url(/jgsw/resource/cms/2025/05/img_pc_site/2025050611190913676.png) no-repeat center center;
}
.rmfw_list .swiper-button-prev.swiper-button-disabled{
	background: url(/jgsw/resource/cms/2025/05/img_pc_site/2025050610272983459.png) no-repeat center center;
}
.rmfw_list .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rmfw_list .swiper-slide a p{
	display: block;
	width:112px;
	height:112px;
        background:#fff;
        display: flex;
        justify-content: center;
        align-items: center;
	border-radius: 5px;
}
.rmfw_list .swiper-slide a span{
	font-size:18px;
	line-height: 42px;
}

/*办事服务*/
.bsfw_cont1,.bsfw_cont3{
	width:1200px;
        padding-top:50px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.bsfw_cont1 .crzbl,.bsfw_cont1 .fuxmd,.bsfw_cont3 .bgyfgl,.bsfw_cont3 .gyzcgl{
        width:588px;
}

/*服务项目下载*/
.fwxnxz_list ul{
	background:url(/jgsw/resource/cms/2025/05/img_pc_site/2025050617405940312.png) no-repeat;
	padding:12px 40px 18px 40px;
	margin-top:28px;
}
.fwxnxz_list ul li{
	line-height: 36px;
}
.fwxnxz_list ul li a{
	font-size:16px;
	color:#333333;
}
.fwxnxz_list ul>a{
	display:inline-block;
	font-size:16px;
	color:#ffffff;
	padding:12px 29px;
	background:#045abf;
	border-radius: 10px;
}
/*公务用车管理*/
.bsfw_cont2{
	width:1200px;
        padding-top:50px;
	margin:0 auto;
}
.gwycgl_l{
	background:url(/jgsw/resource/cms/2025/05/img_pc_site/2025050710401452675.png) no-repeat;
}
.gwycgl_r{
	background:url(/jgsw/resource/cms/2025/05/img_pc_site/2025050710401461905.png) no-repeat;
}

/*办公用房管理*/
.bgyfgl,.gyzcgl{
        padding-bottom:35px;
}
.bgyfgl_list ul{
	display:flex;
	justify-content: space-between;
        margin-top:28px;
}
.bgyfgl_list ul li{
	width:280px;
	height:190px;

}
.bgyfgl_list ul li:first-child{
	background:url(/jgsw/resource/cms/2025/05/img_pc_site/2025050713154439847.png) no-repeat;
	background-size:100% 100%;
}
.bgyfgl_list ul li:last-child{
	background:url(/jgsw/resource/cms/2025/05/img_pc_site/2025050713154524579.png) no-repeat;
	background-size:100% 100%;
}
.bgyfgl_list ul li p{
	font-size:18px;
	font-weight:bold;
	color:#333333;
	padding:48px 0 20px 42px;
}
.bgyfgl_list ul li a{
	display: inline-block;
	padding:13px 30px;
	font-size:18px;
	color:#ffffff;
	border-radius: 10px;
        margin-left:42px;
}
.bgyfgl_list ul li:first-child a{
	background:#045abf;
}
.bgyfgl_list ul li:last-child a{
	background:#846dd5;
}

/*响应式*/
@media only screen and (max-width:1025px) {

.bsfw_cont1, .bsfw_cont3{
	width:92%;
	padding-top:30px;
	display:block;
}
.bsfw_cont1 .crzbl, .bsfw_cont1 .fuxmd, .bsfw_cont3 .bgyfgl, .bsfw_cont3 .gyzcgl{
	width:100%;
}
.crzbl{
	margin-bottom:28px;
}


.fwxnxz_list ul{
	padding:10px 20px 20px 20px;
	margin-top:20px;
}

.bsfw_cont2{
	width:92%;
	margin-top:28px;
        padding-top:0;
}

/*办公用房管理*/
.bgyfgl_list ul li{
	width:47%;
	height:auto;
	text-align:center;
	padding-bottom:20px;
}
.bgyfgl_list ul li p{
	text-align: center;
	padding:20px;
}
.bgyfgl_list ul li a{
	padding:10px 20px;
	margin-left:0;
}
.bgyfgl, .gyzcgl{
	padding-bottom:30px;
}

.rmfw_list{
	width:92%;
        padding:30px 0 25px 0;
}
.rmfw_list .swiper {
        margin-top:30px;
}


}