body {
	margin: 0;
	padding: 0;
	font-family:  "微软雅黑",PingFangSC-Regular, sans-serif;
	position: relative;
	z-index: 0;
}

img,
object {
	max-width: 100%;
}

a {
	text-decoration: none;
}


/** 重置列表元素 **/

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}


/** 重置文本格式元素 **/

a,
a:hover {
	text-decoration: none;
}


/** 重置表单元素 **/

legend {
	color: #000;
}


/* for ie6 */

fieldset,
img {
	border: 0;
}


/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {
	font-size: 100%;
}


/* 使得表单元素在 ie 下能继承字体大小 */


/** 重置表格元素 **/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.yuanjiao {
	border-radius: 10px;
}

.yinying {
	box-shadow: 0 3px 8px 0 #adc0d1;
}
.banquan{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-color: #333333;
	position: fixed;
	bottom: 0;
	z-index: 100;
}
.chengdi{
	border-bottom: 2px solid #FFFFFF;
}
