* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	/* color: #333; */
	outline: none;
	font-family: "楷体";
}

ul,
li {
	list-style: none;
	list-style-type: none;
}

img {
	outline: none;
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	font-size: 14px;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg);
	/* background-size: cover; */
	background-repeat: repeat-x;
}

.page {
	text-align: center;
	padding: 32px 0;
	font-size: 14px;
}
.page span {
	font-size: 14px;
	color: #000000;
}
.page a {
	color: #333333;
	font-size: 14px;
}

.bgimg {
	width: 100%;
	height: 29px;
	line-height: 29px;
	background: url(../img/jl_17.gif);
}

.page2 {
	width: 100%;
	height: 50px;
	/* background-color: #f9f9f9; */
	font-family: "microsoft yahei";
	text-align: left;
	line-height: 50px;
}

.page2 div {
	width: 100%;
	height: 25px;
	font-size: 14px;
	line-height: 24px;
	text-indent: 12px;
	font-family: "microsoft yahei";
}

.page2  a {
	color: #666666;
	font-family: "microsoft yahei";
}

/* 所有页面的白色背景 */
/* .index-bg {
	width: 1000px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0 auto;
} */


/* 通用的 A */
/* .column {
	line-height: 30px;
}

.column a {
	font-size: 16px;
	color: #0070d8;
}

.column a:hover {
	color: #ff8800;
}

.txt{
	font-size: 12px;
} */


/* header的轮播 */
.swiper-slide img {
	border: 0;
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
