/*焦点图*/
@charset "utf-8";
/* 平板电脑布局:800px 至1023px。样式继承自: 移动设备布局*/
a,img{
	border:0;
}
.focus {
    position: relative;
    width:100%;
    height:370px;
    background-color: #000;
    float: left;
}

    .focus img {
        width: 100%;
 
    }
    .focus .fPic {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .focus .D1fBt {
        overflow: hidden;
        zoom: 1;
        height: 16px;
        z-index: 10;
    }
    .focus .fcon {
        position: relative;
        width: 100%;
        float: left;
        display: none;
        background: #000;
		text-align:center;
    }

        .focus .fcon img {
            display: block;
        }

    .focus .fbg {
        bottom:25px;
		right:50px;
        position: absolute;
        height:20px;
        text-align: center;
    }

        .focus .fbg div {
            margin: 4px auto 0;
            overflow: hidden;
            zoom: 1;
            height: 20px;
        }

    .focus .D1fBt a {
        position: relative;
        display: inline;
        width: 20px;
        height:20px;
		line-height:20px;
        margin: 0 2px;
        color: #FFFFFF;
        text-decoration: none;
        text-align: center;
        outline: 0;
        float: left;
		background:url(../images/y1.png) no-repeat center;
    }

        .focus .D1fBt .current, .focus .D1fBt a:hover {
				background:url(../images/y2.png) no-repeat;
       }

    .focus .D1fBt img {
        display: none;
    }

    .focus .D1fBt i {
  
        font-style:
         normal;
    }

.tablefont
{
        font: 12px/1.5 "宋体b8b\4f53", tahoma, arial;
        
    }

