@charset "utf-8";

body {
	background-color: #FFF;
	font-family: Tahoma, Arial, Roboto, ”Droid Sans”, ”Helvetica Neue”, ”Droid Sans Fallback”, ”Heiti SC”, sans-self;
}
.content_box {
	min-height: 480px;
	min-width: 320px;
	max-width: 540px;
	overflow: hidden;
	position: relative;
}
.title {
	width: 100%;
	min-height: 70px;
	display: inline-block;
	text-align: center;
}
.title h2 {
	font: normal 24px/30px "黑体";
	color: #bc0000;
}
.title p {
	font: normal 16px/20px  "Arial Rounded MT Bold";
	color: #a0a0a0;
}
.style_img {
	width: 100%;
	min-height: 145px;
}
.style_img ul li:first-child {
	width: 50%;
	min-height: 145px;
	display: block;
	padding: 0 5px 0 10px;
	box-sizing: border-box;
	float: left;
}
.style_img ul li:last-child {
	width: 50%;
	min-height: 145px;
	display: block;
	padding: 0 10px 0 5px;
	box-sizing: border-box;
	float: right;
}
.style_img ul li:first-child i img {
	width: 100%;
	display: block;
}
.style_img ul li:last-child i img {
	width: 100%;
	display: block;
}
.con_main_box {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.con_main_box p {
	font: normal 16px/22px "黑体";
	color: #5a5a5a;
}
.con_main_box p span {
	color: #F00;
}
.banner_box {
	width: 100%;
	height: 182px;
	padding: 0 10px;
	box-sizing: border-box;
}
.banner_box p {
	width: 100%;
	height: 182px;
	display: inline-block;
	background: url(../imges/style_3.jpg) center 0 no-repeat;
	background-size: cover;
}