@charset "utf-8";
/* CSS Document */
/* Reset */
html, body, div, img, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, fieldset, input, textarea, select, label, ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-weight: normal;
}
body, html {
	height: 100%;
	width: 100%;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	clear: both;
}
img {
	border: 0;
	display: block;
}
em {
	font-style: normal;
}
hr {
	height: 0;
	clear: both;
}
.none {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/* ===============================================================
Basic Swiper Styles 
================================================================*/


@charset "utf-8";
/* CSS Document */
.widthMain {
	margin: 0 auto;
	width: 920px;
	padding: 0;
}
.fl, .partL {
	float: left;
}
.fr, .partR {
	float: right;
}
.combox {
	width: 100%;
	margin: 0 auto;
}
.combox h2 {
	font-family: "微软雅黑";
	height: 35px;
	line-height: 35px;
	font-size: 24px;
	color: #000;
}
.combox h2 span {
	color: #db6d4c;
}
/*内容*/

.secPart {
	margin: 10px auto;
}
.secPart .infoList {
	width: 100%;
	margin: 0 auto;
}
.secPart .infoList li {
	float: left;
	position: relative;
	width: 50%;
	height: 180px;
	margin: 25px auto;
}
.secPart .infoList li img {
	width: 310px;
	height: 200px;
	position: relative;
	z-index: 2
}
.secPart .infoList li .text {
	width: 212px;
	height: 138px;
	z-index: 4;
	position: absolute;
	left: 230px;
	top: 20px;
}
.secPart .infoList li .text a {
	color: #FFF;
	text-decoration: none;
}
.secPart .infoList li .text h3 {
	font-family: "微软雅黑";
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: 192px;
	padding: 0 10px;
	position: relative;
	z-index: 4;
	color: #FFF;
	overflow:hidden;
}
.secPart .infoList li .text p {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 24px;
	height: 63px;
	width: 178px;
	padding: 10px 10px 10px 15px;
	overflow: hidden;
	position: relative;
	z-index: 4;
	color: #FFF;
}
.secPart .infoList li .text .bg {
	background: url(#) 0 0 no-repeat;
	z-index: 3;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.secPart .infoList li .text .bgon {
	background: url(#) 0 0 no-repeat;
	z-index: 3;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
