@charset "utf-8";
/* CSS Document */

#slides{ /*width:900px;*/ height:auto; margin:auto 0; padding:30px 15px 30px 45px; background:url(https://www.yangming.com/Content/img/financial_bg.jpg) left bottom repeat-x; z-index:0; position:relative;  }
		
.slides_container {/*width:862px;*/ display:none; padding-top:25px;  }

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div.slide { width:900px; height:300px; display:block;  }
		
/*
	Set the size of your carousel items
*/
.slides_control { *z-index:40}
.item { float:left; /*width:150px;*/ height:235px; margin:0 12px;}
.item a:hover{ filter:alpa(opacity=80); -moz-opacity:0.7; opacity:0.7; }

.itemrwd { text-align:center;margin:30px; padding-top:15px; }
.itemrwd a:hover{ filter:alpa(opacity=80); -moz-opacity:0.7; opacity:0.7; }

.img-scaling { width:80%; }

/*
	Optional:
	Reset list default style
*/
.pagination { width:280px; padding-left:150px; margin:0 auto;}

/*
	Optional:
	Show the current slide in the pagination
*/
		
.pagination a{ /*width:20px;*/ height:8px; background:url(https://www.yangming.com/Content/img/page_off.jpg) left top no-repeat; font-size:0;  float:left; margin: 0; display:block;  padding:0;}
.pagination a:hover{ /*width:20px;*/ height:8px; background:url(https://www.yangming.com/Content/img/page_on.jpg) left top no-repeat; font-size:0; float:left; }
.pagination .current a { /*width:20px;*/ height:8px; background:url(https://www.yangming.com/Content/img/page_on.jpg) left top no-repeat; font-size:0; float:left; }
.pagination ul{}
.pagination li { /*width:20px;*/ height:8px;  float:left; background:none; }