/*css reset*/

/*common*/
.green{color: #3d7e12;}
.white{color:#fff;font-size:20px;}
a{text-decoration:none;color:#333;outline: 0;}
a:hover{text-decoration:underline;color:#52b9fb;}
.fl{float: left;}
.fr{float: right;}
.idx-focus .xtaber-tabs .current i,
.tab-style-1 .current i,
.autocomplete-container .isnew-1{background-image: url(imgicon.png);background-repeat: no-repeat;}

/* ½Ή΅γΝΌ */
.idx-focus{
    float: left;
}
.idx-focus,
.focus-pic li{
    width: 960px;
    height: 620px;
    position: relative;
    overflow: hidden;
}
.idx-foc-tmp{
    height: 550px;
}
.focus-pic{
    height: 550px;
}
.focus-pic li{
    float: left;
    height: 550px;
}
.focus-pic li img{
    width: 960px;
    height: 550px;
}
.focus-pic .bg{
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    filter:Alpha(opacity=60);
    z-index: 1;
}
.focus-pic .txt{
    height: 30px;
    position: absolute;
    width: 100%;
    line-height: 30px;
    text-indent: 10px;
    overflow: hidden;
    z-index: 2;
    left: 0;
    bottom: 0;
}
.idx-focus .xtaber-tabs{
    height: 60px;
    background: #565656;
}
.idx-focus .xtaber-tabs li{
    float: left;
    padding: 3px;
    margin-right: -3px;
    position: relative;
    cursor: pointer;
    z-index: 3;
}
.idx-focus .xtaber-tabs img{
    width: 90px;
    height: 54px;
}
.idx-focus .xtaber-tabs .current{
    background: #2ba4d7;
}
.idx-focus .xtaber-tabs .current i{
    width: 7px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -4px;
    overflow: hidden;
    background-position: -46px -28px;
}
.idx-focus .btn-prev,
.idx-focus .btn-next{
    background: url(imgfoc_btn.png) no-repeat;
    _background: url(imgfoc_btn_8.png) no-repeat;
    width: 31px;
    height: 50px;
    position: absolute;
    z-index: 4;
    top: 230px;
    _filter:Alpha(opacity=70);
}
.idx-focus .btn-prev{
    background-position: 0 0;
    left: 10px;
}
.idx-focus .btn-next{
    background-position: -33px 0;
    right: 10px;
}
