﻿/*顶部幻灯*/ 
.htpxc, .htpxc ul, .htpxc li, .htpxc img { 
margin : 0; 
padding : 0; 
border : 0; 
} 
.htpxc { 
width : 1200px; /*根据展示图片的大小在这里设置容器的width和height*/ 
height : 120px; 
position : relative; 
} 
.htpxc img { 
width : 1200px; 
height : 120px; 
} 
.htpxc .hide { 
display : none; 
} 
.htpxc ul.image-list li { 
position : absolute; 
top : 0px; 
left : 0px; 
} 
.htpxc ul.button-list { 
list-style : none; 
position : absolute; 
right : 5px; 
bottom : 5px; 
} 
.htpxc ul.button-list li { 
float : left; 
padding-right : 3px; 
} 
.htpxc ul.button-list span { 
background : #E5E5E5; 
padding : 1px 7px; 
line-height : 16px; 
font-size : 10px; 
display : block; 
cursor : default; 
} 
.htpxc ul.button-list span.selected { 
color : #FFF; 
background : #FF7000; 
} 
/*中部幻灯*/ 
.htpxa, .htpxa ul, .htpxa li, .htpxa img { 
margin : 0; 
padding : 0; 
border : 0; 
} 
.htpxa { 
width : 1200px; /*根据展示图片的大小在这里设置容器的width和height*/ 
height : 120px; 
position : relative; 
} 
.htpxa img { 
width : 1200px; 
height : 120px; 
} 
.htpxa .hide { 
display : none; 
} 
.htpxa ul.image-list li { 
position : absolute; 
top : 0px; 
left : 0px; 
} 
.htpxa ul.button-list { 
list-style : none; 
position : absolute; 
right : 5px; 
bottom : 5px; 
} 
.htpxa ul.button-list li { 
float : left; 
padding-right : 3px; 
} 
.htpxa ul.button-list span { 
background : #E5E5E5; 
padding : 1px 7px; 
line-height : 16px; 
font-size : 10px; 
display : block; 
cursor : default; 
} 
.htpxa ul.button-list span.selected { 
color : #FFF; 
background : #FF7000; 
} 