@charset "utf-8";

/* css document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: 1px;
	border-collapse: collapse;
}

body {
	background: #ececec;
}

.wrap-ct {
	width: 100%;
	min-width: 1280px;
	height: auto;
	float: left;
}

.wrap-ct .main {
	width: 945px;
	height: auto;
	margin: 0 auto;
	margin-top: 25px;
}

.wrap-ct .main .main-title {
	width: 943px;
	height: 83px;
	float: left;
	border: 1px solid #d8d8d8;
	background: #fff;
}

.wrap-ct .main .main-title b {
	width: 5px;
	height: 26px;
	background: #2f5dab;
	float: left;
	margin-top: 28px;
	margin-right: 20px;
}

.wrap-ct .main .main-title h5 {
	float: left;
	font-size: 22px;
	color: #333;
	line-height: 80px;
}

.wrap-ct .main .main-container {
	width: 943px;
	height: auto;
	border: 1px solid #d8d8d8;
	background: #fff;
	float: left;
	margin-bottom: 60px;
}

.wrap-ct .main .main-container .container {
	width: 884px;
	height: auto;
	margin: 15px 30px 30px 30px;
}

.wrap-ct .main .main-container .container img {
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}