.header{
	position: relative;
	border-bottom: 1px solid #ccc;
}
.header .nav ul li a{
	font-size: 14px;
	color: #999999;
}
.header .search form{
	border-color:#ccc ;
}
.header .search form .sub{
	width: 20px;
	height:20px;
	background: url(../images/chazhao.png) no-repeat center;
}
.header .search form .txt{
	color: #ccc;
}
.main-wrapper{
	width: 100%;
}
.main{
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 1rem 1rem 2rem 1rem;
}
.main>p{
	font-size: 12px;
	color: #bd302a;
}
.main .center{
	box-sizing: border-box;
	padding: 0 5rem;
	margin: 1rem 0;
}
.main .center p span{
	margin-right: 0.5rem;
	line-height: 100%;
	font-size: 12px;
	color: #999;
}
.main .center p span img{
	width: auto;
	height: auto;
	margin-right: 10px;
}
.main .center h4{
	font-size: 16px;
	color: #666;
	line-height: 1rem;
	margin:5px 0;
}
.main .center h5{
	font-size:12px;
	color: #666;
	font-weight: bold;
}
.main .center h6{
	font-size: 10px;
	color: #999;
}
.main .center .detail{
	border-top:1px solid #ccc ;
	margin: 10px 0;
	box-sizing: border-box;
	padding: 1rem 0;
	text-align: center;
}

.main .center .detail img{
	margin: 1rem auto;
	width: auto;
	max-width: 100%;
}

.main .center .detail p{
	font-size: 12px;
	color: #999;
	text-align: left;
}
.main .center .show ul{
	display: flex;
	justify-content: space-between;
}
.main .center .show ul li img{
	transition: all .5s;
}
.main .center .show ul li img:hover{
	box-shadow: 0 4px 30px rgba(0,0,0,.15);
}


@media screen and (max-width:1200px){
	
	
}
@media screen and (max-width:960px){
	.main .center{
		padding: 0;
	}
	
}


@media screen and (max-width:768px){
	
}
@media screen and (max-width:640px){
	.main .center h5{
		font-size: 14px;
	}
}

@media screen and (max-width:480px){
	
}








































































































































































