body{
	background:#f9fcff;
}

a {
    color: #00469c;
    text-decoration: none;
}

.banner{
	background-image: url(../img/banner-bg.jpg);
	background-position:top center;
	margin: 0 auto;
	overflow: hidden;
}

.header{
	margin: 0 auto;
	overflow: hidden;
}

.header img{
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}

.n-btn:hover, .n-btn:visited, .n-btn:link {
    color: #fff;
    text-decoration: none;
}

.n-btn {
    display: block;
    margin: 40px auto;
    padding: 15px 10px;
    line-height: 28px;
    width: 95%;
    border: none;
    background-color: #00469c;
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: .3s linear;
}

.text-content{
	background: #fff;
	width: 100%;
	padding:0 0 20px 0;
	box-shadow: rgb(228, 239, 248) 0px 0px 20px 0px;
	box-shadow: 0px 0px 20px 0px rgba(228, 239, 248, 0.95);
	
	border-radius: 8px;
}

.title_text {
    margin: -50px auto 0 auto;
    text-align: center;   
    line-height: 45px;
    font-size: 32px;
    color: #00469c;
	font-weight: 600;
	text-indent: 0;
	padding: 50px 0 20px 0;
}


.text-content .list-group-zhw{
border: 0px solid #ddd; 
padding: 10px 30px;
}

.list-group-zhw dl{    
	margin-top: 5px;
    margin-bottom: 2px;
}
.list-group-zhw dl dt{    
	margin-bottom:8px;
	font-weight:700;
	padding-left:28px;
	font-size: 16px;
	color: #00469c;
}
.list-group-zhw dl dd{	
	line-height: 26px;
}
.list-group-zhw dl dd span{
	display: block;
	text-indent: 28px;	
	line-height: 28px;
}
.kuohao_text{
	text-indent: 22px!important;
	font-weight: 400;
}

/*public title*/
.title{
		margin: 0 auto;
		text-align: center;	
	}
/**/


/*版权*/
.copyright{	
    margin: 50px  auto 0 auto;
    padding: 20px 0;
	background-color: #00469c;
    
}
.copyright p{	
	text-align: center;   
    font-size: 14px;
    color: #fff;
	margin: 0;
}