@charset "utf-8";
/* CSS Document */
/* 关于我们 */
.list{border:1px solid #e6e6e6;margin-top:16px;padding:18px 20px 20px 24px;}
.index_title{margin-top:24px;border-bottom:1px solid #dfdfdf;height:32px;line-height: 32px;}
.index_title h3{font-size:20px;color:#000;border-bottom:1px solid #004d95;}
.fl{float:left;}
.fr{float:right;}
.loc{padding-left:18px;background:url(../images/loc_pic_03.png) no-repeat left center;color:#ababab;font-size:12px;font-family:"宋体";}
.loc a{font-size:12px;font-family:"宋体";color:#ababab;}

.gywmlist{margin-bottom:74px;margin-left:72px;}
.gywmlist li{float:left;width:346px; height:114px; line-height:114px; background:#f0f0f0; margin-top:74px; font-size:24px; color:#636363; text-indent:162px;font-weight:bold;}
.gywmlist .index_bmzz{ background:#f0f0f0 url(../images/icon_zzz.png) 50px center no-repeat; padding-left:32px;margin-right:74px;}
.gywmlist .index_bmzz:hover{background:#004d95 url(../images/icon_zzz_hov.png) 50px center no-repeat; padding-left:32px; color:#fff;}
.gywmlist .index_jgsz{ background:#f0f0f0 url(../images/icon_jgg.png) 50px center no-repeat; padding-left:32px;}
.gywmlist .index_jgsz:hover{background:#004d95 url(../images/icon_jgg_hov.png) 50px center no-repeat; padding-left:32px; color:#fff;}
.gywmlist .index_sjld{ background:#f0f0f0 url(../images/icon_pepp.png) 70px center no-repeat; padding-left:32px;margin-right:74px;}
.gywmlist .index_sjld:hover{background:#004d95 url(../images/icon_pepp_hov.png) 70px center no-repeat; padding-left:32px; color:#fff;}
.gywmlist .index_lxfs{ background:#f0f0f0 url(../images/icon_tell.png) 50px center no-repeat; padding-left:32px;}
.gywmlist .index_lxfs:hover{background:#004d95 url(../images/icon_tell_hov.png) 50px center no-repeat; padding-left:32px; color:#fff;}

/*---------------手机版添加---------------*/
@media(max-width:768px){
	
	.list{padding:0px;border:0px;}
	.loc{display:none;}
	
	.gywmlist{margin-left:0px;}
	.gywmlist li{width:100%;height:5.5rem;line-height:5.5rem;margin-top:2rem;}
	.gywmlist .index_bmzz,.gywmlist .index_bmzz:hover{background-size:18%;padding-left:0px;}
	.gywmlist .index_jgsz,.gywmlist .index_jgsz:hover{background-size:15%;padding-left:0px;}
	.gywmlist .index_sjld,.gywmlist .index_sjld:hover{background-size:12%;padding-left:0px;background-position-x:60px;}
	.gywmlist .index_lxfs,.gywmlist .index_lxfs:hover{background-size:14%;padding-left:0px;}
}