﻿* {
    margin: 0;
    padding: 0;
}

ul {
    margin-top: 0px;
    padding-left: 0px;
    list-style-type: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
    padding-left: 0px;
}

body {
    margin: 0;
}

.main {
    padding: 0px;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    min-width: 1300px;
}

/*顶部样式*/
.top {
    width: 100%;
    height: 148px;
}
    /*最上面信息显示样式*/
    .top .info {
        height: 30px;
        width: 100%;
        background-color: #fbfbfb;
        border-bottom: 1px solid #dcdbd9;
    }

        .top .info .info_center {
            width: 1200px;
            margin: auto;
        }

        .top .info .info_left {
            width: 600px;
            height: 25px;
            float: left;
            display: block;
            margin-top: 5px;
        }

            .top .info .info_left .info_left_li {
                height: 100%;
                width: auto;
                padding-right: 20px;
                float: left;
            }

        .top .info .info_right {
            width: 340px;
            height: 25px;
            float: right;
            display: block;
            margin-top: 5px;
        }

            .top .info .info_right .info_right_li {
                font-size: 18px;
                height: 100%;
                width: auto;
                padding-left: 20px;
                float: right;
            }

             .topbox .info {
        height: 30px;
        width: 100%;
        background-color: #fbfbfb;
        border-bottom: 1px solid #dcdbd9;
    }

        .topbox .info .info_center {
            width: 1200px;
            margin: auto;
        }

        .topbox .info .info_left {
            width: 600px;
            height: 25px;
            float: left;
            display: block;
            margin-top: 5px;
        }

            .topbox .info .info_left .info_left_li {
                height: 100%;
                width: auto;
                padding-right: 20px;
                float: left;
            }

        .topbox .info .info_right {
            width: 340px;
            height: 25px;
            float: right;
            display: block;
            margin-top: 5px;
        }

            .topbox .info .info_right .info_right_li {
                font-size: 18px;
                height: 100%;
                width: auto;
                padding-left: 20px;
                float: right;
            }
    /*搜索栏样式*/
    .top .search {
        height: 80px;
        width: 100%;
        min-width: 1300px;
        background-color: white;
    }

        .top .search .search_logo {
            height: 80px;
            width: 200px;
            font-weight: bolder;
            float: left;
            text-align: left;
        }

        .top .search .search_LineSearch {
            width: 480px;
            margin-top: 19px;
            height: 31px;
            float: left;
            border: 3px solid #00a73c;
            border-right: none;
            color: #dcdbd9;
            margin-left: 50px;
        }

        .top .search .search_call {
            height: 50px;
            width: 170px;
            float: left;
            margin-left: 20px;
            margin-top: 13px;
        }

        /*站点样式*/
        .top .search .local_city .locaCity .icon_arrow {
            position: absolute;
        }

        .top .search .local_Area .locaArea .icon_arrow {
            position: absolute;
        }

.chage {
    cursor: pointer;
    color: #f80;
    border: #dedede solid 1px;
    border-bottom: none;
}

.top .search .local_city .chage .icon_arrow {
    background-position: -16px 0px;
    margin-left: 10px;
}

.top .search .local_Area .chage .icon_arrow {
    background-position: -16px 0px;
    margin-left: 5px;
}

.local {
    border: white solid 1px;
}

.top .search .local_city .locaCity {
    padding: 5px 0 10px 10px;
    z-index: 990;
    height: 10px;
    line-height: 10px;
}

.top .search .local_Area .locaArea {
    padding: 5px 0 10px 10px;
    position: relative;
    z-index: 990;
    height: 25px;
    line-height: 10px;
    letter-spacing: 2px;
}

.icon_arrow {
    background-position: -8px -13px;
    width: 17px;
    height: 11px;
    background: url(//ssl1.tuniucdn.com/img/201608102038/header/header_v3.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.local_city {
    margin-top: 26px;
    margin-left: 10px;
    float: left;
    width: 130px;
    height: 30px;
}

.local_Area {
    margin-top: 25px;
    margin-left: 10px;
    float: left;
    width: 130px;
    height: 30px;
}

.top .search .local_city .show_city {
    position: absolute;
    border: #dedede solid 1px;
    width: 258px;
    height: 200px;
    background-color: white;
    padding: 5px 0 10px 10px;
    overflow: hidden;
}

.top .search .local_Area .show_Area {
    position: absolute;
    border: #dedede solid 1px;
    width: 260px;
    height: 200px;
    background-color: white;
    padding: 5px 0 10px 10px;
    overflow-y:scroll
    
}

.show_city .city {
    overflow: hidden;
    margin-left: 10px;
    display: inline-block;
}

.show_Area .Area {
    overflow: hidden;
    margin-left: 10px;
    display: inline-block;
}

.show_city .city:hover {
    color: #f80;
    cursor: pointer;
}

.show_Area .Area:hover {
    color: #f80;
    cursor: pointer;
}

/*搜索框产品类型*/
.spic {
    background: url(../images/down.jpg) center right no-repeat;
    position: relative;
    top: -19px;
    left: 53px;
    width: 8px;
    height: 8px;
    _top: -22px;
}

.spica {
    position: relative;
    top: -19px;
    left: 53px;
    width: 8px;
    height: 8px;
    _top: -22px;
    background: url(../images/up.jpg) center right no-repeat;
}

.tn_search_bar {
    width: 88px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    position: relative;
    z-index: 99999;
    top: -10px;
    left: -15px;
    display: none;
    zoom: 1;
}

.tn_s_select {
    text-align: left;
    width: 75px;
    height: 31px;
    line-height: 30px;
    background: #f8f8f8;
    padding-left: 15px;
    color: #999;
    _overflow: hidden;
    float: left;
    cursor: pointer;
}

    .tn_s_select span {
        font-size: 12px;
        line-height: 31px;
        line-height: 31px;
        display: block;
        width: 74px;
        height: 30px;
        border-right: 1px solid #e5e5e5;
    }

.type_s {
    width: 74px;
    height: 31px;
    border-top: 1px solid #efefef;
    padding-left: 15px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    text-align: left;
}

    .type_s:hover {
        background: #e5e5e5;
        color: black;
    }

.top .search .search_LineSearch #searchLine {
    width: 290px;
    height: 31px;
    line-height: 31px;
    float: left;
    border: none;
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    outline: none;
}

.top .search .search_LineSearch #Search {
    width: 100px;
    background-color: #00a73c;
    color: white;
    text-align: center;
    /*display: block;*/
    line-height: 37px;
    float: left;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 12px;
    text-decoration: none;
    margin-top: -3px;
}

    .top .search .search_LineSearch #Search:hover {
        background-color: #6fba2c;
    }

.top .search .search_tel {
    width: 20%;
    height: 50px;
    margin-top: 15px;
    float: right;
    text-align: right;
}
/*菜单栏样式*/
.top .navigation {
    width: 100%;
    height: 35px;
    background-color: #00a73c;
    font-family: Microsoft YaHei;
    font-size: 16px;
}

    .top .navigation .navigation_list {
        margin: 0 auto;
        width: 1200px;
        height: 35px;
    }

        .top .navigation .navigation_list .navigation_list_li {
            margin-left: 0;
            height: 35px;
            float: left;
        }

            .top .navigation .navigation_list .navigation_list_li a {
                margin-left: 0;
                padding-left: 15px;
                display: block;
                padding-right: 15px;
                color: #ffffff;
                vertical-align: middle;
                line-height: 35px;
            }

                .top .navigation .navigation_list .navigation_list_li a:hover {
                    background-color: #6fba2c;
                }

/*底部新样式*/
.bottom {
    width: 100%;
    height: 330px;
    margin: 0 auto;
    background-color: white;
}

.buttonTop {
    width: 100%;
    height: 210px;
    background-color: #f5f5f5;
    cursor: default;
}

    .buttonTop .buttonTop_List {
        width: 100%;
        height: 40px;
        background-color: #00a73c;
        cursor: default;
    }

        .buttonTop .buttonTop_List ul {
            margin: auto;
            display: block;
            width: 1200px;
            height: 40px;
        }

            .buttonTop .buttonTop_List ul li {
                padding-left: 5px;
                /*padding-right:20px;*/
                display: block;
                font-size: 18px;
                line-height: 40px;
                height: 40px;
                color: white;
                float: left;
            }

.buttonTop_center {
    margin: auto;
    width: 1200px;
    height: 170px;
}

.buttonTop_center_list {
    margin: 10px;
    margin-left: 50px;
    width: 160px;
    height: 160px;
    float: left;
}

    .buttonTop_center_list i {
        width: 4px;
        height: 18px;
        background-color: #3aa501;
        display: inline;
        float: left;
        margin: 6px 5px 0 0;
    }

    .buttonTop_center_list .list_top {
        font-size: 16px;
        color: #333132;
    }

    .buttonTop_center_list li {
        font-size: 14px;
        margin-top: 10px;
        color: #80807e;
    }

        .buttonTop_center_list li a {
            color: #7F807F;
        }

            .buttonTop_center_list li a:hover {
                color: red;
            }

/*底部样式*/

.bottom .bottom_center {
    width: 100%;
    min-width: 1200px;
    height: 30px;
    margin-top: 10px;
}

.suggestion {
    font-size: 12px;
    display: block;
    width: auto;
    height: 50px;
    margin-top: 12px;
}

.hot_line {
    font-size: 12px;
    display: block;
    width: auto;
    height: 50px;
    margin-top: 3px;
}
