@charset "gb2312";
/* CSS Document */
*{margin:0;padding:0;}
body{ font:normal 12px/24px 宋体;background-color:#22B0BE;}
img{border:0px;}
ul,li{width:100%;}

li{list-style:none;overflow:hidden;}
.box{margin:1px 0 8px;border:1px solid #bbb;padding:10px;overflow:hidden;zoom:1;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.h50{margin-bottom:48px;}


li{float:left;width:100%;font:normal 14px/28px 宋体;height:28px;overflow:hidden;padding-left:15px;background: url(imagesdot.gif) 5px 50% no-repeat;} 

/* 字体与链接 */
a,a:link{ color:#000; text-decoration:none;}
a:hover{ color:#034bb7; text-decoration:underline;}

/*框架*/
.main{margin:0 auto; width:1000px;background-color:#fff;overflow:hidden;}
.layer{margin:0 24px;width:auto;}
#header{float:left;width:1000px;height:267px;background:url(imagesheader.jpg) no-repeat;}
.w595{width:573px;}
.w468{width:446px;}
.banner{padding:48px 0;text-align:center;}

/*图片列表*/
.photo{float:left;width:948px;padding:8px 0;}
  .photo li{float:left; display:black; padding:15px 0 0 14px; width:220px; height:184px;background:none;}
  .photo li span{float:left; display:black; text-align:center; height:32px; font:12px/16px 宋体;}

/*图片展*/


/*页脚*/
#footer{float:left;width:100%;height:100px;margin-top:8px;text-align:center;color:#000;font:normal 14px/100px 微软雅黑;background: url(imagesfoot_line.gif) repeat-x;}
  #footer span{padding:0 15px;}

#w {
  width: 952px;
  padding-top: 45px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  background:url('imagespic_bg.jpg') no-repeat;
}

.centerblock {margin: 0 auto; }


/*******************************/
/**** PikaChoose CSS styles ****/
/*******************************/

/* Style the thumbnails */
.pika-thumbs{ 
  padding: 0 16px;
  width: 952px; 
  height: auto; 
}
.pika-thumbs li { 
  width: 136px; 
  height: auto;
  margin: 0px 0 0 17px; 
  padding: 0; 
  overflow: hidden;
  float: left; 
  list-style-type: none;
  padding: 3px; 
  margin: 0 5px; 
  background: #fafafa; 
  border: 1px solid #e5e5e5; 
  cursor: pointer;
}

.pika-thumbs li .clip {
  position: relative;
  height: auto;
  text-align: center; 
  vertical-align: middle; 
  overflow: hidden;
}
.pika-thumbs li img {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.pika-thumbs li img.active { -webkit-transition: none; -moz-transition: none; transition: none; }
.pika-thumbs li img:hover {
  opacity: 1.0;
}
	
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav { width: 910px; display: inline-block; margin: 0 auto;}

.pika-stage {
  position: relative; 
  padding-bottom:25px; 
  text-align: center; 
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
  height: 474px;
  overflow: hidden;
}

.pika-stage img { height: 100%;}

.pika-stage .caption {
  position: absolute; 
  background-color: #000; 
  background-color: rgba(0,0,0,0.7); 
  font-size: 1.1em;
  font-weight: bold; 
  color: #fafafa; 
  padding: 10px; 
  padding-right: 12px;
  text-align: right; 
  bottom: 50px; 
  right: 10px;
}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	.pika-imgnav a.previous {background: url('prev.png') no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {background: url('next.png') no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}

.jcarousel-skin-pika .jcarousel-container-horizontal { 
  width: 910px; 
  padding: 0px; 
  margin-right: 2px; 
  overflow: hidden; 
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}
.jcarousel-skin-pika .jcarousel-clip-horizontal { height: auto; }
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 3px;}

/* The previous and next textual buttons */
.pika-textnav { overflow: hidden; margin: 0px; bottom: 3px; position: absolute; }
.pika-textnav a { font-size: 12px; text-decoration: none; color: #454545; padding: 8px; cursor: pointer; }
.pika-textnav a:hover { color: #111; }
	.pika-textnav a.previous {float: left; width: auto; display: block;}
	.pika-textnav a.next {float: right; width: auto; display: block;}