body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
	font-size:16px;
    font-family: "Microsoft Yahei";
}
ul, li{
	list-style:none;
}
.header-second{
    height: 225px;
    margin: 0 auto;
    text-align: center;
    background-size: 100% 100%;
    position: relative;
}
.header-top{
    height: 40px;
    width: 100%;
    background: url("../img/beijing2.png");
}
.flex-layout{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.nav{
    /*height: 84px;*/
    /*background: url("../img/beijing.png");*/
}
.nav-ul li:hover,.nav-ul li:active{
    height: 84px;
    background: url("../img/xuanzhong.png");
}
.selected{
    height: 84px;
    background: url("../img/xuanzhong.png");
}

.header-top-inner{
    height: 42px;
    align-items:flex-start;
	padding:4px 0px;
    justify-content: space-between;
}
.title{
    color: #000;
	padding-top:6px;
	cursor:pointer;
}
button{
    border: none;
	font-size:16px;
    font-family: "Microsoft Yahei";
	border-radius:3px;
	cursor:pointer;
	outline:none;
}
/* .login{
	width:65px;
	height:31px;
	line-height:31px;
	background-color: #38b4fe;
	padding: 0px 9px;
	color: #fff;
} */
.login:hover{
	background-color: #209ce6;
}
/* .register{
	width:65px;
	height:31px;
    background-color: rgba(255,255,255,0);
    padding: 0px 9px;
	margin:0 0 0 10px;
    color: #666666;
    border: 1px solid #38b4fe;
    box-sizing: border-box;
} */
.register:hover{
	background-color: #209ce6;
    color: #FFF;
}
.header-middle{
    height:100px;
    align-items:center;
    justify-content:space-between
}
/* .search{
    border: 1px solid #ccc;
    align-items: center;
    height: 36px;
} */
.search-content{
    border: none;
    width: 415px;
    height: 34px;
    line-height: 36px;
    display: inline-flex;
    float: left;
	outline:none;
	font-size:14px;
}
.search-btn{
    background: #4b94e5;
    padding: 0px 25px;
	height:36px;
	border-radius:0px;
	cursor:pointer;
	outline:none;
	color:#fff;
}
.search-btn:hover{
    background: #1d6fca;
    padding: 0px 25px;
	height:36px;
	border-radius:0px;
	cursor:pointer;
	outline:none;
	color:#fff;
}
.search-icon{
    padding: 0 10px;
}
.dingwei{
    position: relative;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #fff;
    width: 194px;
    vertical-align: middle;
    display: flex;
    display: -webkit-flex;
    align-items: center;
	cursor:pointer;
}
.dingwei-des{
    padding: 0 10px;
}
.popup-first{
    height: 40px;
    border-bottom: 1px solid #38b4fe;
}
.area{
    width: 158px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #38b4fe;
}
.department{
    width: 158px;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.quxianzizhixian{
    width: 363px;
    height:40px;
    line-height: 40px;
    text-align: right;
    color: #257DE1;
}
.list-item-all{
    width: 841px;
    height: 180px;
    flex-flow: row wrap;
    align-content: space-around;
}

.list-item-all li{

    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 5px 9px;
    border-radius: 3px;
}
.list-item-all-active{
    background-color: #257DE1;
    color: #ffffff;
}
.xiangzhen{
    width: 175px;
    text-align: right;
    padding-top: 10px;
    color: #257DE1;
}
.bottom-lay-out{
    flex-flow: row wrap;
    align-content: space-around;
	padding-top:2px;
}
.bottom-lay-out li{
    width: 65px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    margin: 5px 0 0 5px;
    border-radius: 3px;
}
.popup-third{
    border-top: 1px dotted #cccccc;
}
.pop-show{
    position: absolute;
    display: none;
    top: 123px;
    left: 50%;
    margin-left: -500px !important;
    /* margin-left: -500px; */
    width: 1000px;
    height: 300px;
    margin: 0 auto;
    background-color: #ffffff;
}
.triange{
    position: absolute;
    top: -10px;
    left: 350px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #38b4fe;
}
.nav-ul{
    display:flex;
    width: 1200px;
    height:84px;
    justify-content:space-around;
    align-items:center;
    list-style: none;
    margin: 0;
    color: #fff;
    text-align: center;
}
.nav-ul li{
    width: 200px;
    height: 84px;
    box-sizing: border-box;
    border: 0px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	cursor:pointer;
}
.nav-ul li div{
	color:#FFFFFF;
}
.nav-second{
	padding-top:5px;
}
.content{
    padding: 28px 0;
	background: #ffffff;
}
/*权力清单------------------------------------------------------------------*/
.main-box-qlqd{
    background: #ffffff;
/*	height: 1185px;*/
}
.main-box-qlqd-left{
	display:inline-flex;
	align-content:flex-start;
	flex-wrap:wrap;
    width:318px;
	border:1px solid #d5d5d5;
}
.qlqd{
	display:inline-flex;
	justify-content:center;
	width:158px;
	height:49px;
	line-height:49px;
	text-align:center;
	letter-spacing:3px;
	color:#666666;
	background:#ececed;
	background:linear-gradient(#f6f6f7,#ddddde);
	cursor:pointer;
}
.qlqd_current{
	font-weight:bold;
	color:#277fe2;
	height:46px;
	border-top:3px solid #569be6;
	background:#fff;
}
.qlqd-bm{
	padding-top:13px;
}
.qlqd-bm ul li{
	display:inline-flex;
	width:130px;
	height:34px;
	line-height:34px;
	margin:6px 0px 6px 18px;
	padding:0 10px;
	letter-spacing:2px;
	border:1px solid #666666;
	border-radius:4px;
	color:#666666;
	font-size:14px;
	cursor:pointer;
}
.qlqd-bm ul li:hover{
	color:#559ae6;
	border:1px solid #559ae6;
}
.qlqd-bm ul li.active{
	background:#559ae6;
	color:#fff;
	border:1px solid #559ae6;
}
.main-box-qlqd-right{
	display:flex;
	flex-wrap:wrap;
	align-content:flex-start;
    width:861px;
	border:1px solid #d5d5d5;
	margin: 0 0 0 17px;
}
.qlqdsearch{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	width:859px;
	height:49px;
	line-height:49px;
	letter-spacing:3px;
	padding-right:10px;
	color:#666666;
	background:#ececed;
	background:linear-gradient(#f6f6f7,#ddddde);
}
.qlqdlb select{
	width:108px;
	height:38px;
	padding: 0 7px;
	margin:0px;
	line-height:38px;
	color:#777777;
	border:1px solid #419ef0;
	cursor:pointer;
	outline:none;
	font-size:14px;
	font-family:"Microsoft Yahei";
}
.qlqdss{
	margin:0 0 0 -1px;
	background:#FFFFFF;
	border:1px solid #419ef0;
}
.qlqdss > input{
	width:180px;
}
.qlqdzj{
	display:inline-flex;
	justify-content:center;
	width:851px;
	height:100px;
	padding:25px 0px;
	margin:0px;
	line-height:40px;
	font-size:24px;
	font-family:"Microsoft Yahei";
	letter-spacing:3px;
	color:#666666;
}
.qlqdzj span{
	 padding-left:10px;
}
.qlqdzj font{
	 font-size:30px;
	 color:#1b77df;
}
.qlqdbmxz{
	display:inline-flex;
	justify-content:left;
	width:825px;
	height:30px;
	padding:0;
	margin:0px 10px 0 16px;
	line-height:18px;
	font-size:14px;
	font-family:"Microsoft Yahei";
	color:#277fe2;
	font-weight:600;
	border-bottom:4px solid #d5d5d5;
}
.qlqdbmxz > span{
	font-size:20px;
	font-weight:800;
	padding-left:10px;
}
.qlqdbmxz > .dot{
	width:4px;
	height:20px;
	background:#559ae6;
}
.qlqdbmxz > img{
	padding-left:20px;
}
.qlqdbmxz > font{
	color:#ffb100;
	font-size:16px;
}
.qlqdbmxz > input{
	margin:2px 2px 0 325px;
	cursor: pointer;
    width: 16px; 
    height: 16px;
	background-color:#FFFFFF;
	outline:none;
}
.qlqdwu{
	display:inline-flex;
	justify-content:center;
	width:825px;
	height:30px;
	padding:10px 0;
}
.qlqdlist{
	display:inline-flex;
	flex-wrap:wrap;
	justify-content:left;
	align-content:flex-start;
	width:825px;
	padding:0;
	margin:0px 10px 0 16px;
	letter-spacing:1.5px;
	color:#949494;
	font-weight:600;
}
.qlqdlist > ul {
	height:110px;
	padding: 10px 0;
	border-bottom:1px dotted #c0c0c0;
}
.qlqdlist ul li{
	font-size:14px;
	line-height:24px;
}
.zksq{
	display:inline-flex;
	width:50px;
	height:20px;
	margin-left:10px;
	background:url(/icity/project/chongqing/default/public/assets/h5img/banshi/second_img/qlqd_zk.png);
	background-repeat:no-repeat;
}
.zksq_sq{
	display:inline-flex;
	width:50px;
	height:20px;
	margin-left:10px;
	background:url(/icity/project/chongqing/default/public/assets/h5img/banshi/second_img/qlqd_sq.png);
	background-repeat:no-repeat;
}
.zkgb:hover{
}
#qlqdsecond > ul {
	height:110px;
	padding: 10px 0;
	border-bottom:1px dotted #c0c0c0;
	cursor:pointer;
}
#qlqdsecond ul li{
	font-size:14px;
	line-height:24px;
}
.qlqdlist > .huanhang{
	height:106px;
	padding: 10px 0;
	border-bottom:1px dotted #c0c0c0;
}
.qlqdtitle{
	display:inline-flex;
	justify-content:space-between;
	width:825px;
}
.qlqdtitle div{
	font-size:16px;
	line-height:26px;
	padding:6px 0;
	font-weight:600;
	color:#1a77dd;
}
.qlqdtitle span{
	font-size:14px;
	color:#ffb100;
	padding-left:8px;
}
.qlqdsxmc{
	width:700px;
	cursor:pointer;
}
.qlqdsxmc:hover{
	color:#55a3f8;
}
.qlqdsecond{
	background:#f7f7f7;
	display: none;
}
.qlqdsecond > .qlqdtitle > div{
	font-size:15px;
	color:#949494;
}
.qlqdsxmc2{
	width:825px;
}
.qlqdfy{
	display:inline-flex;
	justify-content:center;
	height:80px;
	margin:0px 10px 0 16px;
	color:#949494;
	font-weight:600;
}
.qlqdfy > a{
	height:24px;
	margin:4px;
	padding: 0px 10px 0 10px;
	font-size:14px;
	color:#666666;
	border:1px solid #666666;
	border-radius:3px;
	cursor:pointer;
}
.qlqdfy a:hover{
	border:1px solid #5eb5f7;
	color:#5eb5f7;
}
.qlqdfy a.active{
	border:1px solid #5eb5f7;
	background:#35acf6;
	color:#ffffff;
	background:linear-gradient(#5eb5f7,#35acf6);
}
/*办理项------------------------------------------------------------------*/
.main-box-blx{
	display:flex;
	flex-wrap:wrap;
    width:1198px;
}
.location{
	display:inline-flex;
    width:1198px;
	height:55px;
}
.home{
	display:inline-flex;
	justify-content:center;
	align-items:center;
	width:48px;
	height:34px;
	background:url(../second_img/location_home.png);
	cursor:pointer;
}
.second{
	display:inline-flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	color:#525252;
	width:101px;
	height:34px;
	margin:0 0 0 -10px;
	background:url(../second_img/location_second.png);
	cursor:pointer;
}
.main-box-blx-content ul{
	display:inline-flex;
	flex-wrap:wrap;
    width:1199px;
	border:1px solid #9bcbff;
	border-bottom:0;
}
.blx-title{
	display:inline-flex;
	justify-content:flex-start;
	align-items:center;
	line-height:40px;
	width:149px;
	padding-left:10px;
	border-bottom:1px solid #9bcbff;
	border-right:2px solid #9bcbff;
	background:#edf7ff;
	font-weight:600;
	color:#2d82e0;
	letter-spacing:2px;
}
.blx-content{
	line-height:40px;
	width:1048px;
	padding:10px 10px;
	border-bottom:1px solid #9bcbff;
	color:#333;
}
.blx-content button{
	display:inline-flex;
	align-items:center;
	margin: 8px 0 8px 15px;
	width:100px;
	height:28px;
	line-height:28px;
	font-size:14px;
	background:#37b3fe;
	color:#ffffff;
	align-items:center;
}
.blx-content button:hover{
	background:#229ae3;
}
.blx-content button img{
	padding:4px 6px;
}
/*进度查询------------------------------------------------------------------*/
.content-jdcx{
    padding: 28px 0;
	background: #ffffff;
    background: url("../img/beijing2.png");
}
.main-box-jdcx{
    background: #ffffff;
	height: 387px;
	width:1198px;
	padding:30px 0;
	border:1px solid #a3a3a3;
	border-radius:3px;
}
.main-box-jdcx-left{
	display:inline-flex;
	justify-content:center;
	flex-wrap:wrap;
    width:699px;
    padding:40px 0 50px 0;
}
.main-box-jdcx-left-title{
    font-size: 30px;
	color:#666666;
}
.main-box-jdcx-left-title span{
	padding:0 10px;
}
.main-box-jdcx-left-title a.active{
	color:#4b94e5;
}
.flex-layout-1{
    margin-top: 38px;
}
.flex-layout-2{
    margin-top: 20px;
}
.tongyifuwu{
    width: 150px;
    text-align: right;
    height: 48px;
    line-height: 48px;
	color:#666666;
}
.tianxie{
    width: 380px;
    height: 48px;
	padding: 0 8px;
	border: 1px solid #4390e4;
	border-radius:3px;
	outline:none;
}
.chaxun{
    margin-top: 18px;
    margin-left: 150px;
    width: 380px;
    height: 48px;
    background-color: #4b94e5;
	border-radius:3px;
    text-align: center;
    line-height: 48px;
    color: #fff;
	cursor:pointer;
	letter-spacing:5px;
}
.chaxun:hover{
    background-color: #3580d4;
}
.main-box-jdcx-right{
	display:inline-flex;
	flex-wrap:wrap;
    width:490px;
    padding:110px 0 80px 0;
	margin:22px 0;
	border-left:1px dotted #c7c7c7;
    color: #666666;
}
.main-box-jdcx-right .fangfa{
	width:100px;
	margin-left:26px;
}
.main-box-jdcx-right .fangfa img{
	margin-right:8px;
}
.main-box-jdcx-right .fangfa-right{
	width:350px;
}
.main-box-jdcx-right .fangfa-right a{
	margin: 0 10px;
	font-weight:600;
	color:#3d8ae1;
	cursor:pointer;
}
.main-box-jdcx-right .fangfa-right ul li{
	padding-top:10px;
	font-size:14px;
}
.main-box-jdcx-right .fangfa-right font{
	color:#2c81e0;
}

.qlqdsxmc{
	width: 100%;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}









/*网站底部------------------------------------------------------------------*/
.footer{
	width:100%;
    height: 110px;
    background: #f4f4f4;
}
.footer-inner{
    height: 110px;
    justify-content: space-between;
    align-items: center;
}
.shuxian{
    width: 1px;
    height: 80px;
    background-color: #ccc;
}
.db{
    display: block;
}