﻿/*css reset*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
ul,ol{list-style:none;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
small{font-size:12px;}
ul,ol{list-style:none;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
button{cursor: pointer;}
table{border-collapse:collapse;border-spacing:0;}
form{display:inline;}
input,textarea{outline:none;}
i{font-style: normal;}
u,i,s,em{text-decoration: none;font-weight: normal;font-style: normal;}
html{background: #f6f5fa;

}
/*common*/
.green{color: #3d7e12;}
.white{color:#fff;}
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(img/icon.png);background-repeat: no-repeat;}

/* ����ͼ */
.idx-focus{
    float: left;
}
.idx-focus,
.focus-pic li{
    width: 568px;
    height: 406px;
    position: relative;
    overflow: hidden;
}
.idx-foc-tmp{
    height: 320px;
}
.focus-pic{
    height: 320px;
}
.focus-pic li{
    float: left;
    height: 320px;
}
.focus-pic li img{
    width: 570px;
    height: 320px;
}
.focus-pic .bg{
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
    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: 76px;
    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: 110px;
    height: 70px;
}
.idx-focus .xtaber-tabs .current{
    background: #339933;
}
.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: 130px;
    _filter:Alpha(opacity=70);
}
.idx-focus .btn-prev{
    background-position: 0 0;
    left: 10px;
}
.idx-focus .btn-next{
    background-position: -33px 0;
    right: 10px;
}
