@charset "UTF-8";
.ipx {
	font-size: 20px
}

.ipx14{
	font-size: 14px
}

.ipx16{
	font-size: 16px
}

.ipx24{
	font-size: 24px
}

.ipx25{
	font-size: 25px
}

.ipx26{
	font-size: 26px
}

.ipx32{
	font-size: 32px
}

.ad { 
	margin-bottom:10px;
	width:1849px; 
	height:550px; 
	overflow:hidden;
	position:relative;
}
.slider,. .num{
	position:absolute;
}
 .slider li{ 
	list-style:none;
	display:inline;
}
.slider img{ 
	width:1849px; 
	height:550px;
	display:block;
}
 .num{ 
	right:5px; 
	bottom:5px;
}
 .num li{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #FF7300;
	background-color: #fff;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #FF7300;
	font-weight: bold;
}