@charset "utf-8";
/* CSS Document */


/* 通用图片列表_普通式 */
.picList li{ width:170px;  }
.picList .pic{ text-align:center; line-height:0px;  }
.picList .pic img{ width:160px; height:100px; padding:4px; border:1px solid #ccc; overflow:hidden;  }
.picList .pic a:hover img{ border-color:#83b281;  }
.picList .title{ line-height:30px;height:30px; text-align:center;}






/* 多个左滚动 - 图片- 公用类 */
.leftLoop{ overflow:hidden; position:relative;margin-top:20px;  }
.leftLoop .hd{ width:17px;overflow:hidden;  height:90px;  }
.leftLoop .hd .prev,.leftLoop .hd .next{ display:block;  width:17px; height:90px; line-height:10px; float:right; /*margin-right:10px;*/ margin-top:10px;  overflow:hidden;  
	 cursor:pointer; background:url(../images/leftan.jpg) no-repeat left center ;}
.leftLoop .hd .next{ background:url(../images/rightan.jpg) no-repeat right center;  }
.leftLoop .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  }
.leftLoop .hd ul li{ position:relative; _display:inline; float:left;  width:10px; height:10px; overflow:hidden; background:#ccc; margin-right:10px; text-indent:-999px; cursor:pointer;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(../images/PIE.htc);}
.leftLoop .hd ul li.on{ background:#f00;  }
.leftLoop .bd{ width:930px; height:auto; overflow:hidden; margin-left:10px;}
/*.leftLoop .bd{ padding:10px;   }*/
.leftLoop .bd ul{ overflow:hidden; zoom:1; }
.leftLoop .bd ul li{ margin:0 8px; text-align:center; float:left; _display:inline; overflow:hidden;  }
.effect{  width:980px; height:auto;}



.leftLoop .hd2{ overflow:hidden;  height:30px; background: url(../images/in_34.jpg) no-repeat left top;  } 
.leftLoop .hd2 .prev,.leftLoop .hd2 .next{ display:block;  width:5px; height:9px; line-height:10px; float:right; margin-right:10px;   overflow:hidden;   
     cursor:pointer; background:url("../images/icoLeft.gif") no-repeat;} 
.leftLoop .hd2 .next{ background:url("../images/icoRight.gif") no-repeat;  } 
.leftLoop .hd2 ul{ float:right; overflow:hidden; zoom:1;  } 
.leftLoop .hd2 ul li{ position:relative; _display:inline; float:left;  width:10px; height:10px; overflow:hidden; background:#ccc; margin-right:10px; text-indent:-999px; cursor:pointer; 
    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(PIE.htc);} 
.leftLoop .hd2 ul li.on{ background:#f00;  } 
.leftLoop .bd2{ width:950px; height:auto; overflow:hidden; margin-left:10px; margin-top:13px; margin-bottom:7px;}
/*.leftLoop .bd{ padding:10px;   }*/
.leftLoop .bd2 ul{ overflow:hidden; zoom:1; }
.leftLoop .bd2 ul li{ margin:0 10px; text-align:center; float:left; _display:inline; overflow:hidden;  }

/* 通用信息列表_普通式 */
.infoList li{ height:auto; line-height:24px;   }

/* 文本切换盒子 - 公用类 */
.slideTxtBox{ width:680px; height:auto; /*border:1px solid #ddd;*/ text-align:left;  }
.slideTxtBox .hd{ height:30px; line-height:30px; /*background:#f4f4f4;*/ padding:0 20px; border-bottom:1px solid #ddd;  position:relative;  }
.slideTxtBox .hd ul{ float:left; position:absolute; left:20px; top:-1px; height:32px;   }
.slideTxtBox .hd ul li{ float:left; padding:0 15px; }
.slideTxtBox .hd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; cursor:pointer; }
.slideTxtBox .bd{ padding:15px 0px 15px 10px;}
.slideTxtBox .bd ul{ padding:10px 0px;}
.slideTxtBox .bd li{}
.slideTxtBox .tempWrap{ margin:15px;  }
