<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.slideBox{width:100%; height:325px; overflow:hidden; position:relative; text-align:center; float:left;} 
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; } 
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  } 
.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; } 
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li {  display:block}
.slideBox .bd li a { display:block; height:325px; background-position:center center }

.banner {width:100%; height:330px; margin:0 auto; }
.banner_b_bj{width:100%;height:5px;background:url(../images/banner_b_bj.jpg);}

.slideBoxpro{width:100%; height:150px; overflow:hidden; position:relative; text-align:center; margin:0 auto; } 
.slideBoxpro .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; } 
.slideBoxpro .hd ul{ overflow:hidden; zoom:1; float:left;  } 
.slideBoxpro .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBoxpro .hd ul li.on{ background:#f00; color:#fff; } 
.slideBoxpro .bd{ position:relative; height:100%; z-index:0;   }
.slideBoxpro .bd li {  display:block}
.slideBoxpro .bd li a { display:block; height:150px; background-position:center center }

.bannerpro {width:96%; height:150px; margin:0 auto;text-align:center; border:1px solid #ccc;}

/* 通用图片列表_普通式
.picList li{ width:288px;  } 
.picList .pic{ text-align:center; line-height:0px;  } 
.picList .title{ line-height:24px;  display:none  } 
 */ 
/* 多个左滚动 - 公用类 
.leftLoop{ overflow:hidden; position:relative;} 
.leftLoop .hd{ display:none; overflow:hidden;  height:30px; background:#f4f4f4;  } 
.leftLoop .bd{ padding:10px 30px; position:relative;   } 
.leftLoop .bd ul{ overflow:hidden; zoom:1; } 
.leftLoop .bd ul li{ margin:0 10px; text-align:center; float:left;display:_inline;  } 

.leftLoop .prev{ display:block;  width:22px; height:140px;cursor:pointer; background:url("../images/ico_Left.jpg") no-repeat; position:absolute; left:0} 
.leftLoop .next{display:block;  width:22px; height:140px; cursor:pointer; background:url("../images/ico_Right.jpg") no-repeat;  position:absolute;right:0 } 

.picBtnLeft{ width:1910px; max-width:1910px; height:496px;  position:relative;  overflow:hidden;  zoom:1;    } 
.picBtnLeft .hd{ width:993px;  position:absolute;  top:385px; padding-left:10px } 
.picBtnLeft .hd ul li{  float:left; _display:inline; text-align:center; margin-right:10px } 
.picBtnLeft .hd ul li img{ border:4px solid #fff; cursor:pointer;  } 
.picBtnLeft .hd ul li.on img{ border-color:#02a7e9;  } 
.picBtnLeft .bd{  max-width:1910px; height:385px;  position:relative;  } 
.picBtnLeft .bd li{ position:relative; zoom:1; } 
.picBtnLeft .bd li .pic{ position:relative; z-index:0; line-height:0px;  } */ </pre></body></html>