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

/* 移动端（768px以下） */
@media (max-width: 767px) {
	.header{
		display: none;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
	}
	
	.header img{
	}
	
	.header img{
		background: transparent;
		border: none;
		border-radius: 0;
		padding:30px 0;
	}
	
	.s-header{
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
	}
	
	.s-header img{
	}
	
	.s-header img{
		background: transparent;
		border: none;
		border-radius: 0;
		padding:10px 0
	}
}

/* 桌面端（768px及以上） */
@media (min-width: 768px) {
	.header{
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
	}
	
	.header img{
	}
	
	.header img{
		background: transparent;
		border: none;
		border-radius: 0;
		padding:30px 0;
	}
	.s-header{
		display: none;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
	}
	
	.s-header img{
	}
	
	.s-header img{
		background: transparent;
		border: none;
		border-radius: 0;
		padding:30px 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: #2d66a5;
    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: -30px auto 0 auto;
    text-align: center;   
    line-height: 30px;
    font-size: 28px;
    color: #2d66a5;
	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: #2d66a5;
}
.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: #2d66a5;
    
}
.copyright p{	
	text-align: center;   
    font-size: 14px;
    color: #fff;
	margin: 0;
}