@charset "utf-8";
/*小于1024像素*/
@media all and (max-width:1020px){
	.tabWall {
	    width: 80%;
	}
	.Carousel{
		height: 125px;
	}
}
@media all and (min-width:1020px){
	.tabWall {
	    width: 75%;
	}
	.Carousel{
		height: 400px;
	}
}
body {
	line-height: 1.75;
	font-family: 'SimSun', 'sans-serif', 'Arial';
	font-size: 12px;
}

.container {
	border: 1px solid #D4D4D4;
	margin: 20px auto;
	width: 100%;
	border-radius: 0 5px 5px 5px;
}

.tabWall {
	float: left;
	border-left: 1px solid #D4D4D4;
	/* width: 70%; */
	padding: 30px 40px;
	font-size: 16px;
	min-height: 420px;
}

.tabWall img {
	margin: 0 auto;
	display: block;
}

.tabWall p {
	text-indent: 2em;
	line-height:30px;
}

.tabWall ul li {
	margin-bottom: 1em;
}

.tabWall h3,.tabWall h2 {
	font-weight: bold;
	line-height: 2;
}

.tabWall h3 {
	font-size: 16px;
}

.tabWall strong {
	color: red;
}

.tabWall em {
	padding-right: 0.5em;
	font-weight: inherit;
}

.tabWall a {
	color: #333;
}

.tabWall a:hover {
	color: #029fd3;
	text-decoration: underline;
}

.tabWall img {
	max-width:100%;
}