@charset "utf-8";
/* CSS Document */
@import url("font-awesome/css/font-awesome.css");
div{
	box-sizing:border-box
}
.top{
	background-color:#f54343;
	padding:20px;
	border-radius:0 0 10px 10px;
	overflow:hidden;
	position:relative
}
.top img{
	vertical-align:middle;
	float:left
}
.top i{
	position:absolute;
	top:50%;
	margin-top:-13px;
	font-size:26px;
	right:20px
}
.top h3{
	width:90%
}
.leftNav{
	/* height:calc(100% - 130px)!important; */
	border-radius:10px;
    overflow:auto;
	width:260px;
}
.nav1{
	border-radius:10px; 
	background-color:#f54343;
	margin-bottom:10px
}
.nav1 p{
	/* width:80%; */
	text-align:center; 
	margin:0px auto;
    color:white;  
	padding:20px 0px
}
.nav1 p:last-child{
	padding-top:0
}
.nav2{
	background-color:white;
	padding-top:10px;
	border-radius:10px;
	overflow: auto;
	height: calc(100vh - 180px) !important;
}
.nav2 a{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.nav2>li>p{
	font-size:16px;
	position:relative;
	height:56px;
	line-height:56px;
	cursor:pointer
}
.nav2>li>p i{
	position:absolute;
	right:10%;
	top:50%;
	margin-top:-8px;
	color:#bbb
}

/* .nav2>li>dl{
	display:none
}
.nav2>li>dl>dd{
	line-height:56px;
	text-indent:4%
}
.nav2>li>dl>dd>a:before{
	content:'>';
	font-family:'simsun';
	font-size:12px;
	margin-right:10px;
	color:#bbb;
	font-weight:bold
} */

/** 
 * 自定义二级
 */
.nav2>li>dl>dd>a{
	font-size:14px;
	position:relative;
	height:56px;
	line-height:56px;
	cursor:pointer
}
.nav2>li>dl>dd>a i{
	position:absolute;
	right:10%;
	top:50%;
	margin-top:-8px;
	color:#bbb
}

.nav2>li>dl{
	display:none
}
.nav2>li>dl>dd{
	line-height:56px;
	text-indent:10%
}
.nav2>li>dl>dd>ul{
	display:none
}
.nav2>li>dl>dd>ul>li{
	text-indent:20%;
	line-height:45px;
	background-color:#f9f9f9
}
.nav2>li>dl>dd>ul>li>a{
	display:block
}

.nav2>li>p>a,
.nav2>li>dl>dd>a{
	display:block;
	width:80%;
	padding:0 10%
}
.nav2>li>p>a:hover,
.nav2>li>dl>dd>a:hover,
.nav2>li>p.cur>a,
.nav2>li>dl>dd.cur,
.nav2>li>dl>dd>a.cur,
.nav2>li>dl>dd>ul>li>a:hover,
.nav2>li>dl>dd>ul>li.cur>a{
	color:#333;
	background-color:#dedede;
	transition:all .3s ease-in 0s;
	-moz-transition:all .2s ease-in 0s;
	-ms-transition:all .2s ease-in 0s;
	-o-transition:all .2s ease-in 0s;
	-webkit-transition:all .2s ease-in 0s
}
	
.nav2>li>p>a>img,
.box_ly ul li img{
	width:26px;
	height:26px;
	vertical-align:middle;
	margin-right:5px
}
.nav2>li>p.cur i,
.r180{
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.rightCon{
	display:block;
	flex:1;
	flex-basis:auto;
	overflow:auto;
	padding-right:20px;
	height:calc(100% - 130px)
}
.con1,
.con2{
	background-color:white;
	border-radius:10px;
	margin-bottom:10px;
	padding:0 20px;
	padding-bottom:20px
}
.con1 .tit{
	height:52px;
	line-height:52px;
	border-bottom:1px solid #dedede
}
.con1 .tit i{
	font-size:24px;
	color:#999
}
.row{
    line-height:26px;
	margin-bottom:10px
}
.row:last-child{
	margin:0
}
.row>div{
	float:left
}
.se_tit{
	font-size:14px;
	font-weight:bold;
	width:105px
}
.se_list ul li{
	display:inline-block;
	cursor:pointer;
	background-color:#fff;
	border-radius:4px;
	padding:0 10px;
	line-height:28px;
	color:#333
}
.se_list ul li.active{
	background-color:#f54343;
	color:white
}
.se_list{
	width:calc(100% - 105px);
	position:relative;
	padding-right:10%;
	max-height:56px;
	overflow:hidden
}
	
.se_list ul li a{
	color:#333
}
.se_list ul li.active a{
	color:white
}
.max60{
	max-height:inherit
}
.se_list>.slide{
	position:absolute;
	right:0;
	bottom:0;
	display:inline-block;
	border:1px solid #dedede;
	border-radius:4px;
	height:28px;
	line-height:28px;
	padding:0 10px;
	cursor:pointer
}
.se_list>.slide:before{
	content:'展开'
}
.se_list>.slide i{
	margin-left:5px
}
.max60>.slide{
	background-color:#f54343;
	color:white;
	border:1px solid #f54343
}
.max60>.slide:before{
	content:'收起'
}
.max60>.slide i{
	transform: rotate(180deg)
}

.con2{
	background-color:white;
	margin-bottom:0;
	padding:20px;
	display:block;
	overflow:auto;
	height:calc(100% - 122px)
}
.con2 form select,.ip01{
	height:40px;
	line-height:40px;
	border:1px solid #dedede;
	border-radius:4px
}
.con2 form select{
	padding:0 20px
}
.ip01{
	text-indent:10px;
	min-width:300px
}
.btn01{
	height:40px;
	border:0;
	border-radius:4px;
	background-color:#f54343;
	color:white;
	padding:0 20px;
	margin-right:10px
}
.tb01{
	border:1px solid #edeff6;
	border-right:0
}
.tb01 .th td{
	border:1px solid #fff;
	background-color:#f5f7fa;
	text-align:center
}
.tb01 td{
	width: 120px;
	border-right:1px solid #edeff6;
	text-align:left;
	font-size:14px;
	padding:10px;
	text-align:center;
	border-bottom:1px solid #edeff6
}
.tb01 tr td:first-child{
	text-align:center
}
.btn02{
	border:0;
	background:none;
	color:#f54343;
	font-size:14px
}

/*-------------------引导页------------------*/
.bg{
	width:100%;
	height:720px;
	background:url(../images/map_bg.png) top center no-repeat;
	background-size:100% 100%
}
.title{
	height:100px;
	line-height:70px;
	background:url(../images/map_title.png) center 20px no-repeat;
	background-size:100% auto
}
.title p{
	font-size:36px;
	font-weight:bold
}
.map{
	text-align:center;
	margin:0 auto;
	margin-top:50px
}
.mapWuxi{
	display:inline-block
}
.date{
	position:absolute;
	left:2%
}
.weather{
	position:absolute;
	right:0;
	top:0
}
#pDate,#time{
	font-size:20px;
	margin-right:20px;
	color:#f54343
}
#time{
	font-size:30px
}
.lingyu{
	width:100%;
	height:100%;
	position:fixed;
	z-index:1;
	background:rgba(0,0,0,.4);
	display:none
}
.box_ly_pos{
	position:absolute;
}
.box_ly{
	/*position:absolute;*/
	width:60%;
	/* height:70%; */
	top:15%;
	left:20%;
	background:rgba(0,0,0,.6);
	border-radius:15px;
	padding:30px
}
.box_ly .tit{
	font-size:18px;
	line-height:24px;
	margin-bottom:20px
}
.box_ly .tit h3{
	height:24px;
	border-left:4px solid white;
	padding-left:20px
}
.box_ly ul li{
	float:left;
	width:20%;
	padding:0 1%;
	margin:10px 1.5%;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:white;
	border-radius:20px;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
}
.box_ly ul li img{
	vertical-align:-7px
}
.box_ly ul li a:hover{
	color:#f54343;
	text-decoration:underline
}
.box_ly .tit i{
	cursor:pointer
}
.box_ly ul li:nth-child(24) p{
	font-size:14px
}
/*---------------内容页--------------*/
.banner{
	height:250px;
	background:url(../images/head.png) top center no-repeat
}
.banner h3{
	padding-top:60px;
	margin-bottom:20px
}
.banner p{
	display:inline-block;
	padding:8px 30px;
	border:1px solid white;
	border-radius:25px;
	background:rgba(255,255,255,.2)
}
.main{
	margin-top:20px
}
.banner img{
	vertical-align:middle
}
.titBox{
	background-color:#fff3f3;
	padding:20px;
	border:1px solid #f7c7c7;
	border-radius:10px
}
.box1 .tit{
	height:50px;
	line-height:50px;
	font-size:22px;
	border-bottom:2px solid #dedede
}
.box1 .tit h3{
	color:#f54343;
	float:left;
	line-height:48px;
	font-weight:normal;
	border-bottom:2px solid #f54343
}
.box1{
	margin-bottom:40px
}
.tb02 th{
	color:#f54343;
	font-size:20px;
	font-weight:normal;
	border-bottom:1px dotted #f7c7c7
}
.tb02 td{
	padding:10px;
	border-bottom:1px dotted #f7c7c7
}
.tb02 td span{
	display:inline-block;
	background-color:#ffd0d0;
	padding:5px 50px;
	border-radius:20px;
	color:#555;
	border:1px solid #f8a2a2;
	margin:0 10px;
	font-style:italic
}
.box1 h4{
	margin-top:30px;
	background-color:#fff3f3;
	padding:10px;
	font-weight:normal;
	font-size:20px;
	color:#f54343;
	border-radius:10px;
	text-indent:1%
}
.tb03{
	border-top:1px solid #dedede;
	border-right:1px solid #dedede
}
.tb03 th,
.tb03 td{
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
	padding:20px 10px
}
.tb03 th{
	background-color:#f9f9f9;
	color:#777;
	width:20%
}
.zk{
	font-size:16px;
	color:#f54343;
	cursor:pointer
}

/*----------------高级检索----------------*/
.bg01{
	width:98%;
	margin:0 auto;
	background-color:white
}
.container{
	width:80%;
	margin:0 auto;
	padding:5%
}
.container h3{
	line-height:40px
}
.col-2{
	width:130px;
	padding:0 5px;
	margin-right:10px;
	font-weight:bold;
	line-height:34px
}
.ip02,
.ip03{
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:34px;
	color:#555;
	border:1px solid #ccc;
	border-radius:4px 0 0 4px;
	border-right:0;
	width:calc(100% - 253px)
}
.ip02{
	border-right:1px solid #ccc;
	width:calc(100% - 150px);
	border-radius:4px
}
.se01,
.se11,
.se02,
.se03,
.se04,
.se05{
	height:34px;
	border:1px solid #ccc;
	border-radius:0 4px 4px 0;
	font-size:14px;
	padding:0 10px;
	border-radius:4px
}
.se01{
	width:calc(50% - 200px)
}
.se11{
	width:calc(30% - 120px)
}
.se02,
.se03{
	padding:0;
	width:calc(100% - 150px);
	text-indent:5px
}
.se03{
	height:100px;
	overflow:auto;
	padding:5px 10px;
	box-sizing:border-box
}
.se04{
	width:100%
}
.se05{
	height:28px;
	line-height:28px;
	padding:0;
	width:auto
}
.row-3{
	float:left;
	width:calc(100% - 150px)
}
.row1,
.row2,
.row3{
	float:left;
	width:30%;
	padding-right:5%
}
.row2{
	width:25%
}
.row3{
	width:45%;
	padding-right:0
}
.row-3 p{
	font-weight:bold;
	margin-bottom:10px
}
.btn_group{
	border:1px solid #dedede;
	border-radius:4px;
	overflow:hidden
}
.btn_group a{
	float:left;
	display:inline-block;
	width:33.3333%;
	white-space:nowrap;
	overflow:hidden;
	padding:7px 0;
	border-right:1px solid #dedede;
	text-align:center;
	box-sizing:border-box
}
.btn_group a.active{
	background-color:#e6e6e6;
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn_group a:last-child{
	border-right:0
}
.ip03{
	border-right:1px solid #ccc;
	border-radius:4px;
	width:calc(50% - 10px)
}
.btn03{
	width:20%;
	padding:10px 0;
	text-align:center;
	color:white;
	border-radius:5px;
	background-color:#f54343;
	border:0;
	font-size:18px
}

@media screen and (max-width: 800px){
	
  


}

/*211220修改 添加市政府LOGO*/
.title{
	 height:140px;
	 background-position:center 60px
 }
 .date,
 .weather{
	 top:20px
 }
 .logo{
	 width:200px;
 }
 .title p{
	 margin-top:-50px
 }
 .map{
	 margin-top:20px
 }
 .logo1{
	 width:220px;
	 padding-right:40px;
	 border-right:1px solid white

 }
 /*index icon link*/
.index_iconlink{ position: absolute;left:50%; margin-left: 380px; top:220px}
.index_iconlink li{margin-bottom:15px}
.index_iconlink li a{display: block;padding:10px 22px; border:1px solid #facb86; border-radius: 6px; line-height: 31px; text-indent: 40px;font-size:18px; transition: all ease-in 0.2s}
.index_iconlink li.icon_guide a{ background:#ffedd2 url("../images/icon_guide.png") no-repeat 22px center;}
.index_iconlink li.icon_file a{ background:#ffedd2 url("../images/icon_file.png") no-repeat 22px center;}
.index_iconlink li a:hover{ background-color: #fdf1df; box-shadow:3px 3px 3px rgba(0,0,0,0.1);color:#fc625b}

.box_initial{
	position:initial;
	width:80%;
	margin: 0 auto;
	/* height:70%; */
	background:none;
	border-radius:0px;
	padding:0px
}
.box_initial ul{ margin-right: -2%; padding: 30px 0;}
.box_initial ul li{ border-radius: 8px; margin: 0 2% 15px 0;width:23%; padding: 0; height: 50px; line-height: 50px; }
.box_initial ul li a{ display: block; padding-left: 20px; font-size: 18px;}
.box_initial ul li img{width:30px; height: 30px;}


.con2{position: relative;}
.btn_crumbs{ position: absolute;right:20px;top:20px;}
.btn_crumbs a{ display: block;padding: 8px 15px 8px 10px;border: 1px solid #f54343; border-radius: 6px; background:#ffeded url(../images/icon_back.png) no-repeat 10px center; text-indent: 36px;font-size:16px;color:#f54343}