
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,div,span{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{

	font-family:"宋体";
	font-size: 14px;
	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{
	display: none;
}
.part2-carousel .owl-prev{
	position: absolute;
	left:-70px;
	top: 45px;
	width: 40px;
	height: 74px;
	background: #d8d8d8;
	color: #fff;
	font-size: 25px;
	line-height: 74px;
	text-align: center;
}
.part2-carousel .owl-next{
	position: absolute;
	right:-40px;
	top: 45px;
	width: 40px;
	height: 74px;
	background: #d8d8d8;
	color: #fff;
	font-size: 25px;
	line-height: 74px;
	text-align: center;
}




