﻿@charset "utf-8";
@import url(base.jpg.css);
.block{background:#fff;border-radius:3px;border:1px solid #fff4df;}

.focusBox{margin:20px auto 0;position:relative;width:390px;height:280px;overflow:hidden;text-align:left;font-size:12px;background:white;}
.focusBox .pic img{width:390px;height:280px;display:block;}
.focusBox .txt-bg{position:absolute;bottom:0;z-index:1;height:36px;width:100%;background:#333;filter:alpha(opacity=40);opacity:0.4;overflow:hidden;}
.focusBox .txt{position:absolute;bottom:0;z-index:2;height:36px;width:100%;overflow:hidden;}
.focusBox .txt li{height:36px;line-height:36px;position:absolute;bottom:-36px;}
.focusBox .txt li a{display:block;color:white;padding:0 0 0 10px;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;}

.tabs{}
.tabs .hd{border-bottom:2px solid #f1dbb5;height:38px;line-height:38px;overflow:hidden;clear:both;}
.tabs .hd .more{float:right;position:relative;font-size:14px;padding:0 10px;padding:0 10px;}
.tabs .hd ul{overflow:hidden;}
.tabs .hd li{float:left;background:#fff4df;padding:0 15px;cursor:pointer;font-size:15px;color:#777;font-weight:bold;}
.tabs .hd li.on{background:#f1dbb5;color:#b83800;}


	.picScroll{position:relative;  border:2px solid #fff4df;  padding:20px 28px; background:#fff; overflow:hidden;}
	.picScroll .prev,
	.picScroll .next{ display:block; position:absolute; top:76px; left:5px; width:23px; height:23px; background:url(../images/btns.jpg) no-repeat;}
	.picScroll .next{ left:auto; right:5px; background-position:-25px 0;}
	.picScroll .prev:hover{ background-position:0 -30px;}
	.picScroll .next:hover{ background-position:-25px -30px;}
	.picScroll ul{ overflow:hidden; zoom:1;}
	.picScroll ul li{ width:200px; float:left; overflow:hidden; padding:0 10px;}
	.picScroll ul li img{ width:200px; height:140px; display:block; background:url(../images/loading.jpg) center center no-repeat;}

.lkk{ padding:2px 0;}
.lkk li{ float:left; width:19.99%;}
.lkk li a{ background:#f1dbb5 url(../images/nbg.jpg);display:block;line-height:30px; margin:0 10px; padding:15px;font-size:16px;color:#333;}

.link{ height:60px; padding:10px; border:2px solid #fff4df;}
.link span{ float:left;padding:5px; margin-right:10px; background:#fdecd2;height:50px; width:40px;line-height:25px; font-size:15px; text-align:center;}
.link a{ padding:0 5px;color:#666;line-height:30px;}

.menu{}
.menu .hd{height:50px;line-height:50px;text-align:center;color:#b83800;font-size:20px;display:block;background:#f3e8d6 url(../images/nbg.jpg);}
.menu .hd strong{font-size:18px;color:#b83800;}
.menu ul{}
.menu li{ float:left;line-height:45px;width:33.3%;}
.menu li a{display:block;color:#555;font-size:16px;background:#f3e8d6;padding-left:20px;margin-top:10px; border-left:1px solid #fff;}
.menu li a.cur{background:#fff4df;color:#b83800;}