﻿@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:884px; 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:884px; height:280px; display:block;}
		
/*
	Set the size of your carousel items
*/
.item { float:left; width:215px; height:210px; margin:0 3px;}
		
.item a:hover{ filter:alpa(opacity=80); -moz-opacity:0.7; opacity:0.7; }
/*
	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:8px; 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:8px; 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:8px; 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:8px; height:8px;  float:left; background:none; }

#slides_rwd
{  height:auto; margin:auto 0; 
  background:url(https://www.yangming.com/Content/img/financial_bg.jpg) left bottom repeat-x; z-index:0; position:relative;
  }

.slides_Style {
    height: auto;
    margin: auto 0;
    min-height: 290px;
    background: url(https://www.yangming.com/Content/img/financial_bg.jpg) left bottom repeat-x;
    z-index: 0;
    position: relative;
}
.slides_container_rwd {display:none; }

/*
	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_rwd div.slide { display:block;}
		
/*
	Set the size of your carousel items
*/
.item_rwd { float:left;}
		
.item_rwd a:hover{ filter:alpa(opacity=80); -moz-opacity:0.7; opacity:0.7; }
/*
	Optional:
	Reset list default style
*/
.pagination_rwd { }

/*
	Optional:
	Show the current slide in the pagination
*/
		
.pagination_rwd a{  background:url(https://www.yangming.com/Content/img/page_off.jpg) left top no-repeat; font-size:0;  float:left;  display:block;  }
.pagination_rwd a:hover{background:url(https://www.yangming.com/Content/img/page_on.jpg) left top no-repeat; font-size:0; float:left; }
.pagination_rwd .current a { background:url(https://www.yangming.com/Content/img/page_on.jpg) left top no-repeat; font-size:0; float:left; }
.pagination_rwd ul{}
.pagination_rwd li {float:left; background:none; }