article,aside,dialog,footer,header,section,footer,nav,figure,menu{
    display:block;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom: 1;
    clear: both;
}



.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    position: relative;
}

.header {
    width: 100%;
    height: 100px;
    /*background: url("../images/head-bg.jpg") repeat-x;
	background:#025bc3;*/
	
	margin:0 auto;

	
}

.header .logo-box {
	
	
    height: 100px;
	
    background: #025bc3 url("../images/tit-bg.png") no-repeat right;
}

.header .logo-box .container-fluid {
	width: 70%;
	height:85px;
    padding-top: 15px;
	float:left;
}

.logo {
    width: 55px;
    height: 55px;
	vertical-align: middle;
    background: url("../images/logo.jpg") no-repeat;
}
/*.logo-small{*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*background: url("../images/logo.png") no-repeat;*/
    /*background-size:cover;*/
/*}*/
.logo-title {
    margin: 0;
    /*max-width: 730px;*/
    height: 70px;
    background: url("../images/logo-title.png") no-repeat left center;
}
.header p{
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 1px 5px #666;
}
.header .logo-box .userTitle{
	width: 30%;
	
	height:60px;
	float:left;
	color:#fff;
	font-size:13px;
	margin-top:30px;
	
}
.header .logo-box .userTitle span{
	margin:10px ;
	line-height:20px;
	
}
.header .logo-box .userTitle .logout{
	color:#fff;
	text-decoration: none;
	margin-left:20px;
	
}
.user {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    /*background: #0082d4;*/
}
.user img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    display: inline-block;
}
.user span {
    padding-right: 10px;
}
.user .btn {
    border: 0 none;
    background: #006bae;
    outline-style: none;
}

.h2-title {
    /*border-left: 4px solid #0082d4;*/
    padding-left: 10px;
   
    font-size: 18px;
    margin-bottom: 22px;
	vertical-align:middle;
}
.h2-title .hidden-xs{
	vertical-align:middle;
	margin:5px;
}

/*业务办理*/
#systems {
	max-height: 395px;
	overflow-y: auto;
}
#systems::-webkit-scrollbar{
    width:4px;
    height:4px;
}
#systems::-webkit-scrollbar-track{
    background: #f6f6f6;
    border-radius:2px;
}
#systems::-webkit-scrollbar-thumb{
    background: #aaa;
    border-radius:2px;
}
#systems::-webkit-scrollbar-thumb:hover{
    background: #747474;
}
#systems::-webkit-scrollbar-corner{
    background: #f6f6f6;
}
.systems {
    padding-bottom: 20px;
}

.business .row {
    /*border: 1px solid #e6e6e6;
    border-width: 0 0 0 1px;*/
}

.business .row .business-box-ul {
    
}
.business .row .business-box-ul li {
    list-style:none;
	float:left;
	width:19%;
	height:90px;
	margin:0.5% 0.5%;
	border-radius:8px;
	vertical-align:middle;
	
}
.business .row .business-box-ul li .business-icon {
	float:left;
	
	background:#fff;
	margin:18px;
	border-radius:25px;
}
.business .row .business-box-ul li .business-icon img {
	width:57px;
	height:57px;
}
.business .row .business-box-ul li .business-text {
	float:left;
	font-size:16px;
	width:50%;
	color:#fff;
	padding:22px 0;
	
}

.business .row .business-box-ul .background-li-1 {
    background:#82cdb5;
}
.business .row .business-box-ul .background-li-2 {
    background:#747dfe;
}
.business .row .business-box-ul .background-li-3 {
    background:#f9b760;
}
.business .row .business-box-ul .background-li-4 {
    background:#43b0f5;
}
.business .row .business-box-ul .background-li-5 {
    background:#ff7e7e;
}
.business .row .business-box-ul .background-li-6 {
    background:#7fa2f3;
}
.business .row .business-box-ul .background-li-7 {
    background:#5ec8df;
}
.business .row .business-box-ul .background-li-8 {
    background:#6fe875;
}
.business .row .business-box-ul .background-li-9 {
    background:#4386f5;
}
.business .row .business-box-ul .background-li-10 {
    background:#838af3;
}
.business .row .business-box-ul .background-li-11 {
    background:#6b1eb1;
}



/*.business .row .business-box {
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 1px 0;
    position: relative;
}
.business .row a {
    text-decoration: none;
    color: #333;
    display: block;
    padding-top: 50px;
    text-align: center;
}

.business .row strong {
    font-weight: normal;
    display: block;
    padding-top: 18px;
    font-size: 16px;
    height: 80px;
}

.business .business-iconbox {
    width: 100%;
}

.business .business-icon {
    width: 66px;
    height: 66px;
    display: block;
    background: url("../images/business-icon.png") no-repeat;
    margin: 0 auto;
}*/

.business .business-icon2 {
    background-position: -66px 0;
}

.business .business-icon3 {
    background-position: -132px 0;
}

.business .business-icon4 {
    background-position: -198px 0;
}

.business .business-icon5 {
    background-position: -264px 0;
}

.business .business-icon6 {
    background-position: -330px 0;
}

.business .business-icon7 {
    background-position: 0 -66px;
}

.business .business-icon8 {
    background-position: -66px -66px;
}

.business .business-icon9 {
    background-position: -132px -66px;
}

.business .business-icon10 {
    background-position: -198px -66px;
}

.business .business-icon11 {
    background-position: -264px -66px;
}

.business .business-icon-more {
    background-position: -330px -66px;
}
.business .business-list{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.business .row .business-box .business-list-bg{
    background-color: #000;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    display: none;
}
.business .business-list ul{
    padding-left: 0;
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -80px;
    z-index: 5;
    display: none;
}
.business .business-list ul li{
	list-style: none;
}
.business .row .business-list li a{
    list-style: none;
    width: 160px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin-top: 10px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding-top: 0!important;

}
.business .business-box:hover .business-list-bg{
    display: block;
}
.business .business-box:hover ul{
 display: block;
}
.business .business-box li:hover a{
    background: #00b9b2;
    border-color: #00b9b2;
    color: #fff;
}
/*企业信息+通知公告*/

.container{
    padding-bottom: 20px;
}

.information .container{
    /*background: #eaf9ff;*/
}

.information .h2-title a {
    float: right;
    font-size: 14px;
    text-decoration: none;
    line-height: 26px;
    color: #333;
}
.information .table tr td{
    border-top: none;
    border: 1px solid #ddd;
	
	padding-bottom:14px;
	padding-top:14px;
}
.information .table tr .tdright{
	text-align:right;
	background:	#F5F5F5;
}
.information .list {
    padding: 10px 18px;
	border: 1px solid #ddd;
	
}

.information .list a {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    padding-left: 0;
}
.information .list a:hover{
    color: #0082d4;
}

.information .list li {
	padding-left:15px;
    list-style: none;
    height: 36px;
    line-height: 36px;
	/*background: url() no-repeat center left;
    border-bottom: 1px dashed #999;*/

}

.information .list li span {
    display: block;
    float: right;
    color: #999;
}
.information .list .col-md-2{
    padding: 0;
    text-align: right;
}
/*法律法规*/
.law{
    /*padding-bottom: 20px;*/
}
.law .nav-tabs {
    border: 0 none;
    
}

.law .nav-tabs li {
    border: 0 none;
    
}

.law .nav-tabs li a {
    border: 0 none;
    color: #333;
    background: #F5F5F5;
    margin-right: 10px;
}

.law .nav-tabs li.active a {
    color: #0082d4;
    background: none;
	border-radius:0;
    border-top:2px solid #0082d4;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.law .nav-tabs li:hover a {
    border: 0 none;
    
    color: #0082d4;
}

.law .list {
	
    padding:10px 18px;
	border: 1px solid #ddd;
}

.law .list li {
    list-style: none;
	overflow: hidden;
	
}

.law .list li a {
    color: #333;
    text-decoration: none;
    display: block;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #999;
}
.law .list li.more a{
    border: 0 none;
    text-align: right;
}
.law .list li span {
    float: right;
    color: #999;
}
/*相关链接*/
.related-links{
    padding-bottom: 20px;
}
.related-links .row{
    padding-top: 10px;
    background: #ccf1f0;
}
.related-links .col-sm-6,.related-links .col-xs-6{
    margin-bottom: 10px;
}
.related-links a{
    border: 1px solid #666;
    display: inline-block;
    overflow: hidden;
}
.related-links a img{
    background-size: 100%;
    width: 100%;
    /*height:100%;*/
}
/*.related-links  a.link1{*/
    /*background: url("../images/link1.jpg") no-repeat;*/
/*}*/
/*.related-links  a.link2{*/
    /*background: url("../images/link2.jpg") no-repeat;*/
/*}*/
/*.related-links  a.link3{*/
    /*background: url("../images/link3.jpg") no-repeat;*/
/*}*/
/*.related-links  a.link4{*/
    /*background: url("../images/link4.jpg") no-repeat;*/
/*}*/

.footer{
    width: 100%;
    padding: 25px 0;
    background: #0082d4;
    color: #fff;
    text-align: center;
	margin:0 auto;
    position: absolute;
    bottom: 0;
}
.footer p{
	margin:0;
}
.footer p span{
    padding-left: 35px;
}
/*.footer i{
    width: 18px;
    height: 15px;
    display: inline-block;
    background: url("../images/footer-icon.png") no-repeat;
    margin-right: 5px;
}
.footer .dw{
    background-position: 0 0;
}
.footer .dh{
    background-position: 0 -15px;
}*/
