
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,div,span{
	padding: 0;
	margin: 0;
}

p{
	line-height: 24px;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

body{
	font-family:"Microsoft Yahei";
	font-size: 12px;
	overflow-x:hidden;
	min-width: 1024px;
}

ol,ul,li{
	list-style: none;
}

a{
	color: #000;
	text-decoration: none;	
}

a:hover{
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clearfix{
    *zoom: 1;
}

.owl-pagination{
	position: absolute;
	bottom: 40px;
	left:50%;
	margin-left: -39px;
	
}

.owl-buttons{
	display: none;
}

.index_pro .owl-pagination{
	display: none;
}



