@charset "utf-8";
/* CSS Document */
/*公用样式*/
* {
    /*color: #333;*/
  }
  select, input, textarea {
    font-size: 1em;
  }
  body {
    font-size: 70%;
  }

/*效果样式*/
.all_bg{ width:100%; height:100%; position:fixed; left:0; top:0; background:url(../images/opa76.png); z-index:1; display:none;}
#gallery {
	padding: 10px;
	background: #fff;
	margin:0 auto;
	position:fixed; 
	z-index:-1; 
	left:50%; 
	margin-left:-565px; 
	margin-top:-255px; 
	top:33%; opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.down{ position:absolute; right:-50px; top:0px; cursor:pointer;}
#descriptions {
	position: relative;
	height: 50px;
	background: #EEE;
	margin-top: 10px;
	width: 640px;
	padding: 10px;
	overflow: hidden;
}
#descriptions .ad-image-description {
	position: absolute;
}
#descriptions .ad-image-description .ad-description-title {
	display: block;
}

.ad-gallery {
  width: 1110px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 640px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
       
        width: 42px;
        height: 42px;
        position: absolute;
        top: 47%;
        left: 10px;
        z-index: 101;
      }
	  .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image{ background:url(../images/left1.png) no-repeat center;}
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background:url(../images/right1.png) no-repeat center;
        width: 42px;
        height: 42px;
        right: 10px;
        left: auto;
      }
	  .ad-gallery .ad-image-wrapper .ad-prev:hover .ad-prev-image {background:url(../images/left1_curr.png) no-repeat center}
	  .ad-gallery .ad-image-wrapper .ad-next:hover .ad-next-image{ background:url(../images/right1_curr.png) no-repeat center}
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding:5px 25px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(../images/opa75.png);
        color: #fff;
      }
	  .ad-gallery .ad-image-wrapper .ad-image .ad-image-description strong{ color:#fff; margin-bottom:20px; font-family:"微软雅黑"; font-size:18px; font-weight:normal;}
	  .ad-gallery .ad-image-wrapper .ad-image .ad-image-description span{ color:#fff; font-family:"微软雅黑"; line-height:24px;}
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
		  
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='../images/opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative; height:auto;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
.ad-gallery .ad-back {cursor: pointer;left:0px;width: 34px; height:126px;display: block; background:url(../images/lefts.jpg) no-repeat center;}
.ad-gallery .ad-back:hover{background:url(../images/left_curr.jpg) no-repeat center;}
.ad-gallery .ad-forward {cursor: pointer;display: block;right:0px; width:34px;height:126px;background: url(../images/rights.jpg) no-repeat center;}
.ad-gallery .ad-forward:hover{background: url(../images/right_curr.jpg) no-repeat center;}
.ad-gallery .ad-nav .ad-thumbs {overflow: hidden;width:95%; margin:0 auto;height:auto;}
.ad-gallery .ad-thumbs .ad-thumb-list { float: left; width: 9000px; list-style: none;}
.ad-gallery .ad-thumbs li {float: left;padding-right: 9px; overflow:hidden;}
.ad-gallery .ad-thumbs li a {display: block; position:relative;}
.ad-gallery .ad-thumbs li a img {display: block; width:198px;}
.ad-gallery .ad-thumbs li a.ad-active img {}
.ad-gallery .ad-thumbs li a.ad-active p{ display:block;}
.ad-gallery .ad-thumbs li a p{ width:100%; height:40px; background:url(../images/line_bg.png) repeat-x; position:absolute; bottom:0px; text-align:center; line-height:40px; font-size:14px; color:#fff; font-family:"Microsoft Yahei"; display:none;}
.ad-gallery .ad-thumbs li div.details{ position:absolute; left:50px; top:50; display:none;}
.ad-gallery .ad-thumbs li div.details h6{ font-weight:normal;font-family:"Microsoft Yahei"; font-size:16px; margin:20px 0;}
.ad-gallery .ad-thumbs li div.details span{font-family:"Microsoft Yahei";}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {position: absolute;left: -9000px;top: -9000px;}

/*响应式代码*/
@media screen and (min-width:768px) and (max-width:1024px){
	.ad-gallery {
	  width: 500px;
	}	
	#gallery {
		padding: 10px;
		background: #fff;
		margin:0 auto;
		position:fixed;
		position:absolute; 
		z-index:-1; 
		left:50%;
		margin-left:-260px; 
		top:10%; 
		opacity:0;
	}
	.ad-gallery .ad-image-wrapper{ height:300px;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description{ display:none;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description strong{ margin-bottom:10px;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span{ line-height:20px;}
	.ad-gallery .ad-back {cursor: pointer;left:0px; top:4px;width: 34px; height:126px;display: block; background:url(../images/lefts.jpg) no-repeat center;}
	.ad-gallery .ad-back:hover{background:url(../images/left_curr.jpg) no-repeat center;}
	.ad-gallery .ad-forward {cursor: pointer;display: block;right:0px;  top:4px; width:34px;height:126px;background: url(../images/rights.jpg) no-repeat center;}
	.ad-gallery .ad-forward:hover{background: url(../images/right_curr.jpg) no-repeat center;}
	
}
@media screen and (min-width:1025px) and (max-width:1200px){
	.ad-gallery {
	  width: 600px;
	}	
	#gallery {
		padding: 10px;
		background: #fff;
		margin:0 auto;
		position:fixed; 
		position:absolute; 
		z-index:-1; 
		left:50%;
		margin-left:-310px; 
		top:2%; 
		opacity:0;
	}
	.ad-gallery .ad-image-wrapper{ height:300px;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description{ display:none;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description strong{ margin-bottom:10px;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span{ line-height:20px;}
	.ad-gallery .ad-back {cursor: pointer;left:0px; top:4px;width: 34px; height:126px;display: block; background:url(../images/lefts.jpg) no-repeat center;}
	.ad-gallery .ad-back:hover{background:url(../images/left_curr.jpg) no-repeat center;}
	.ad-gallery .ad-forward {cursor: pointer;display: block;right:0px;  top:4px; width:34px;height:126px;background: url(../images/rights.jpg) no-repeat center;}
	.ad-gallery .ad-forward:hover{background: url(../images/right_curr.jpg) no-repeat center;}
}
@media screen and (min-width:1201px) and (max-width:1440px){
  .ad-gallery {
    width: 700px;
  } 
  #gallery {
		padding: 10px;
		background: #fff;
		margin:0 auto;
		position:relative;
		position:fixed; 
		z-index:-1; 
		left:50%;
		margin-left:-360px;  
		top:2%; 
		opacity:0;
  }
	.ad-gallery .ad-image-wrapper{ height:350px;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description{ display:none;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description strong{ margin-bottom:10px;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span{ line-height:20px;}
	.ad-gallery .ad-back {cursor: pointer;left:0px; top:4px;width: 34px; height:126px;display: block; background:url(../images/lefts.jpg) no-repeat center;}
	.ad-gallery .ad-back:hover{background:url(../images/left_curr.jpg) no-repeat center;}
	.ad-gallery .ad-forward {cursor: pointer;display: block;right:0px;  top:4px; width:34px;height:126px;background: url(../images/rights.jpg) no-repeat center;}
	.ad-gallery .ad-forward:hover{background: url(../images/right_curr.jpg) no-repeat center;}
}

@media screen and (min-width:1441px) and (max-width:1600px){
  .ad-gallery {
    width: 900px;
  } 
  #gallery {
		padding: 10px;
		background: #fff;
		margin:0 auto;
		position:relative;
		position:fixed; 
		z-index:-1; 
		left:50%;
		margin-left:-460px;  
		top:2%; 
		opacity:0;
  }
	.ad-gallery .ad-image-wrapper{ height:500px;}
	.ad-gallery .ad-image-wrapper .ad-prev{ left:35px;}
	.ad-gallery .ad-image-wrapper .ad-next{ right:35px;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description{ padding:5px 25px;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description strong{ margin-bottom:10px;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span{ line-height:20px;}
	.ad-gallery .ad-back {cursor: pointer;left:0px; top:4px;width: 34px; height:126px;display: block; background:url(../images/lefts.jpg) no-repeat center;}
	.ad-gallery .ad-back:hover{background:url(../images/left_curr.jpg) no-repeat center;}
	.ad-gallery .ad-forward {cursor: pointer;display: block;right:0px;  top:4px; width:34px;height:126px;background: url(../images/rights.jpg) no-repeat center;}
	.ad-gallery .ad-forward:hover{background: url(../images/right_curr.jpg) no-repeat center;}
  
}
@media screen and (min-width:1601px) and (max-width:1919px){
	.ad-gallery {
       width: 1000px;
     }
    #gallery {
        padding: 10px;
		background: #fff;
		margin:0 auto;
		position:relative;
		position:fixed; 
		z-index:-1; 
		left:50%;
		margin-left:-510px;  
		top:2%; 
		opacity:0;
    }
	.ad-gallery .ad-image-wrapper{ height:550px;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description{ padding:5px 25px;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description strong{ margin-bottom:10px;}
	.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span{ line-height:20px;}
	.ad-gallery .ad-back {cursor: pointer;left:0px; top:4px;width: 34px; height:126px;display: block; background:url(../images/lefts.jpg) no-repeat center;}
	.ad-gallery .ad-back:hover{background:url(../images/left_curr.jpg) no-repeat center;}
	.ad-gallery .ad-forward {cursor: pointer;display: block;right:0px;  top:4px; width:34px;height:126px;background: url(../images/rights.jpg) no-repeat center;}
	.ad-gallery .ad-forward:hover{background: url(../images/right_curr.jpg) no-repeat center;}
}