﻿/*
******************************
********** author:@zhou小白猪
********** css:index.css
******************************
*/

@import "common.css";

/*banner*/
.banner
{
    width:100%;
    height:380px;
    float:left;
    overflow:hidden;
    position:relative;
    z-index:2;
}
.banner_box
{
    width:2000px;
    height:380px;
    position:absolute;
    left:50%;
    margin-left:-1000px;
}
.slideBox{ width:2000px; height:380px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:2000px; height:380px; display:block;  }

/*hot_tui*/
.hot_tui
{
    width:100%;
    height:auto;
    float:left;
    margin-top:15px;
}
.hot_tui .title
{
    width:100%;
    height:50px;
    line-height:50px;
    float:left;
    background:url(../images/hot_bg.png) no-repeat 0;
    margin-bottom:5px;
}
.hot_tui .title a.more
{
    width:auto;
    float:right;
    color:#707070;
}
.hot_tui table
{
    width:100%;
    height:auto;
    float:left;
    table-layout:fixed;
}
.hot_tui table tr td
{
    width:209px;
    height:auto;
    padding:15px;
    padding-bottom:8px;
    border:1px solid #e6e6e6;
    float:left;
    margin-left:-1px;
    position:relative;
}
.hot_tui table td .img
{
    width:100%;
    height:150px;
    float:left;
    overflow:hidden;
    text-align:center;
}
.hot_tui table td .img img
{
    height:150px;
}
.hot_tui table td .wlj
{
    width:50%;
    height:35px;
    line-height:35px;
    float:left;
    text-align:left;
    font-size:18px;
    color:#e40000;
}
.hot_tui table td .mdj
{
    width:50%;
    height:35px;
    line-height:35px;
    float:left;
    text-align:right;
    font-size:14px;
    color:#999;
}
.hot_tui table td .jianjie
{
    width:100%;
    height:40px;
    line-height:20px;
    float:left;
    overflow:hidden;
    font-size:14px;
    color:#707070;
    margin-bottom:10px;
}
.hot_tui table td .saled
{
    width:50%;
    height:30px;
    line-height:30px;
    float:left;
    text-align:left;
    font-size:14px;
    color:#999;
}
.hot_tui table td .btn_box
{
    width:50%;
    height:30px;
    float:left;
}
.hot_tui table td .btn_box a.btn_ljgm
{
    width:90px;
    height:30px;
    line-height:30px;
    text-align:center;
    float:right;
    background:#4c8a14;
    color:#fff;
    border-radius:50px;
    margin-right:-5px;
}
.hot_tui table td .btn_box a.btn_ljgm:hover
{
    text-decoration:none;
    background:#407311;
}

.floor
{
    width:100%;
    height:auto;
    float:left;
    margin-top:25px;
}
.floor .title
{
    width:100%;
    height:38px;
    float:left;
    border-bottom:2px solid #4c8a14;
}
.floor .title a.btn_more
{
    float:right;
    width:100px;
    text-align:center;
    height:38px;
    line-height:38px;
    background:#4c8a14;
    color:#fff;
}
.floor .title .floor_text
{
    width:auto;
    height:38px;
    line-height:38px;
    float:left;
    font-size:25px;
    color:#4c8a14;
    margin-right:15px;
}
.floor .title .lei_name
{
    width:auto;
    height:35px;
    line-height:35px;
    float:left;
    font-size:20px;
    color:#505050;
}
.floor .lei_img
{
    width:240px;
    height:290px;
    float:left;
    overflow:hidden;
}
.floor .lei_img img
{
    width:240px;
    height:290px;
    float:left;
}
.floor table
{
    width:960px;
    height:auto;
    float:left;
}
.floor table td
{
    width:209px;
    height:auto;
    padding:15px;
    padding-bottom:8px;
    +padding:0 15px;
    border:1px solid #e6e6e6;
    float:left;
    margin-left:-1px;
}
.floor table td .img
{
    width:100%;
    height:150px;
    float:left;
    overflow:hidden;
    text-align:center;
}
.floor table td .img img
{
    height:150px;
}
.floor table td .wlj
{
    width:50%;
    height:35px;
    line-height:35px;
    float:left;
    text-align:left;
    font-size:18px;
    color:#e40000;
}
.floor table td .mdj
{
    width:50%;
    height:35px;
    line-height:35px;
    float:left;
    text-align:right;
    font-size:14px;
    color:#999;
}
.floor table td .jianjie
{
    width:100%;
    height:40px;
    line-height:20px;
    float:left;
    overflow:hidden;
    font-size:14px;
    color:#707070;
    margin-bottom:10px;
}
.floor table td .saled
{
    width:50%;
    height:30px;
    line-height:30px;
    float:left;
    text-align:left;
    font-size:14px;
    color:#999;
}
.floor table td .btn_box
{
    width:50%;
    height:30px;
    float:left;
}
.floor table td .btn_box a.btn_ljgm
{
    width:90px;
    height:30px;
    line-height:30px;
    text-align:center;
    float:right;
    background:#4c8a14;
    color:#fff;
    border-radius:50px;
    margin-right:-5px;
}
.floor table td .btn_box a.btn_ljgm:hover
{
    text-decoration:none;
    background:#407311;
}