/*大图*/
.carousel-inner img {
	width: 100%;
}

.carousel{
	margin-top: 60px;
}


/*内容部分*/
.conten-box{
	width: 100%;
}

.conten{
	max-width: 1200px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}



.conten-header{
	font-size: 3rem;
	color: #323233;
}

.conten-centen{
	font-size: 1.4rem;
	color: #656669;
	line-height: 35px;
	max-height: 240px;
	overflow: hidden;
}

.conten-centen h5{
	line-height: 35px;
}

.conten-centen span{
	display: block;
}

.conten-more{padding: 0 15px;line-height: 40px;}
.conten-more a{font-size: 18px;color:#3477be;}

.conten-img img{
	margin: auto;
	width: 100%;
}



@media screen and (max-width:768px) {

}

@media screen and (max-width:345px) {
}