html body {
    margin: 0;
    padding: 0;
	font-size: 12p;
	text-align: left;
	font-family: '微软雅黑', 'Microsoft YaHei UI', 'Microsoft YaHei';
	background-color: #fffaeb;
}

body,
form,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
input,
select,
option {
	padding: 0px;
	margin: 0px;
	color: #333333;
}

ol,
ul,
li {
	list-style: none
}

i {
	font-style: normal
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	/*IE7图片失真修复*/
	vertical-align: top;
	width: 100%;
}
body{
	/* background-color: #ffffd8 !important; */
}
.row{

	margin: 0 auto !important;
}
.carousel-inner .item p{
	position: absolute;
	width: 100%;
	height: 25px;
	background-color:#0000004a;
	text-align: right;
	color: #ffffff;
	font-size: 16px;
	margin: 0;
	bottom: 0;
	right: 0;
}
.carousel-inner .item img{
	width: 555px;
	height: 419px;;
}
.text-primary h2{
	color: red;
	padding: 10px;
}
.text-primary p{
	border-bottom: 1px solid #ccc;
}
.row .col_font a{
	color: red;
}
span a:hover{
	color: red;
}

.row .col_font h3{
	font-size: 18px;
	margin-top: 10px;
}
.col_font ul li{
	border-bottom:1px dotted #ccc;
	padding: 5px 0;
}
.thumbnail{
	border:0px;
}
.caption p{
	text-align: center;
}
.scroll{
	margin: 0 auto;
	margin-bottom: 20px;
}
 .scroll_text p{
	margin: 0;

}
.region .scroll img{
	width: 100%;
}
.scroll_ol{
    bottom: 0;
}
