/*common*/
.green{color: #3d7e12;}
.white{color:#fff;}
.fl{float: left;}
.fr{float: right;}
.idx-focus .xtaber-tabs .current i,
.tab-style-1 .current i,
.autocomplete-container .isnew-1{background-image: url(img/icon.png);background-repeat: no-repeat;}

/* 焦点图 */
.idx-focus{
    float: left;}
.idx-focus,
.focus-pic li{
    width: 787px;
    height: 639px;
    position: relative;
    overflow: hidden;}
.idx-foc-tmp{
    height: 651px;}
.focus-pic{
    height: 621px;
	overflow:hidden;}
.focus-pic li{
    float: left;
    height: 651px;}
.focus-pic li img{
    width: 787px;
    height: 621px;}
.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: 105px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    opacity: .6;
    filter:Alpha(opacity=60);
    z-index: 1;
	padding-left:5px;}
.idx-focus .xtaber-tabs li{
    float: left;
    padding: 3px;
    margin-right: -3px;
    position: relative;
    cursor: pointer;
    z-index: 3;
	border:#c5c4c4 solid 1px;
	margin:10px 2px;}
.idx-focus .xtaber-tabs img{
    width: 66px;
    height: 60px;}
.idx-focus .xtaber-tabs .current{
    background: #cccccc;}
.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(img/foc_btn.png) no-repeat;
    _background: url(img/foc_btn_8.png) no-repeat;
    width: 31px;
    height: 50px;
    position: absolute;
    z-index: 4;
    top: 255px;
    _filter:Alpha(opacity=70);}
.idx-focus .btn-prev{
    background-position: 0 0;
    left: 10px;}
.idx-focus .btn-next{
    background-position: -33px 0;
    right: 10px;}