@charset "utf-8";
*{ margin:0; padding:0; list-style:none; font-size:13px; color:#333; font-family:"微软雅黑"}
img {border:0}
a{text-decoration:none; }
a:hover{color:#FF6600;}
.fr{ float:right}
.fl{ float:left}
.clr{ clear:both}
html{ overflow-x:hidden}

.menu{ width:1150px; position:relative; z-index:999;display: flex;}
.menu a{ padding:0 12px; line-height:40px; color:#fff; font-size:16px; font-family:"Microsoft YaHei"; white-space:nowrap;}
.menu .lm{float:left; position:relative;}
.menu .lm div{min-width:100%; position:absolute; top:40px; left:0; background:#2d78a8; filter: alpha(opacity=90); opacity: 0.9;  z-index:999; display:none;}
.menu .lm div ul li a{ width:auto; display:block; border-top:1px #FFF solid; text-align: center}

.zd{background: #eee;line-height: 50px;font-size: 16px;padding-left: 20px;border-bottom: 1px solid #ddd;position: relative;height:50px;}
.zd:hover{background-color: #F9F9F9;}
.zd span{position:absolute;right: 10px;top: 23px;width:5px;height:9px;}
.zd span img{display:block;width:100%;height:100%;}

.focusBoxx { position: relative; width:1400px; height:378px; overflow: hidden; }
.focusBoxx .pic{ position:relative; z-index:0; }
.focusBoxx .pic img { width:1400px; height:378px; display: block; }
.focusBoxx .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1; }
.focusBoxx .hd li{margin: 0 5px; background: url(../img/dot.png) no-repeat 0 -16px; height: 16px; overflow: hidden; width: 16px; cursor: pointer;
		display:inline-block; *display:inline; zoom:1;  _background: url(../img/dot8.png) no-repeat 0 -16px;
	}
.focusBoxx .hd .on{ background-position:0 0; }

.focusBoxx .prev,
.focusBoxx .next { width: 60px; height: 90px; margin: -60px 20px; display: none; background: url(../img/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
.focusBoxx .prev { left: 0; }
.focusBoxx .next { background-position: 0 -90px; right: 0; }
.focusBoxx .prev:hover,
.focusBoxx .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }

.focusBox { position: relative; width: 400px; height: 295px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
.focusBox .pic img { width: 400px; height: 295px; display: block; }
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 30px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 30px; width:100%; overflow: hidden; }
.focusBox .txt li{ height:30px; line-height:30px; position:absolute; bottom:-30px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;  }