﻿@charset "utf-8";
/* CSS Document */
* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}

img {
    border: none;
}

li {
    list-style: none;
}
/*当前位置导航*/
.pos {
    border-bottom: 1px solid #e6e6e6;
    line-height: 70px;
}

.pos-title {
    color: #808080;
    margin: 0 auto;
    width: 1100px;
}

    .pos-title img {
        padding: 10px;
        vertical-align: middle;
    }

    .pos-title a {
        color: #237ae4;
    }

    .pos-title ul li {
        position: relative;
        margin: 0 5px;
        float: left;
        list-style: none;
    }

        .pos-title ul li ul {
            position: absolute;
            top: 60px;
            height: 84px;
            list-style: none;
            text-align: left;
            background: #FFF;
            display: none;
        }

            .pos-title ul li ul li {
                width: 100px;
                padding-left: 15px;
                line-height: 40px;
                border: 1px solid #e6e6e6;
            }

                .pos-title ul li ul li a {
                    color: #333;
                }

                    .pos-title ul li ul li a:hover {
                        color: #237ae4;
                    }

        .pos-title ul li:hover ul {
            display: block;
        }
/*当前位置导航*/

.content {
    padding-top: 30px;
    width: 1100px;
    margin: 40px auto 0px;
}

.content-left {
    width: 1100px;
    position: relative;
}
    /*bannar开始*/
    .content-left .classify {
        width: 1100px;
    }

    .content-left .function {
        height: 50px;
        border-top: 1px solid #e6e6e6;
    }

    .content-left .common {
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        padding: 0px 30px 0px 10px;
        line-height: 50px;
    }

        .content-left .common p {
            float: left;
        }

        .content-left .common .name {
            width: 120px;
            font-size: 16px;
            color: #4d4d4d;
        }

            .content-left .common .name img {
                vertical-align: middle;
                padding-right: 5px;
            }

        .content-left .common p a {
            border: 1px solid #FFF;
            font-size: 14px;
            color: #4d4d4d;
            padding: 6px 15px;
            margin: 0 8px 0 0;
        }

            .content-left .common p a:hover {
                border: 1px solid #609de8;
                border-radius: 5px;
            }

            .content-left .common p a.checked {
                color: #FFF;
                background: #6fadf7;
                border: 1px solid #609de8;
                border-radius: 5px;
                cursor: default;
            }
/*bannar结束*/
/*搜索结果-results开始*/

.results-header {
    padding-top: 10px;
    padding-left: 5px;
    font-size: 16px;
    color: #4c4c4c;
}

.results-content {
    padding: 30px 0px;
    height: 135px;
    border-bottom: 1px solid #ebebeb;
}

    .results-content .results-img {
        float: left;
        width: 240px;
        margin-right: 20px;
    }

    .results-content .results-p {
        float: left;
        width: 700px;
        height: 135px;
    }

        .results-content .results-p .results-title, .results-content .results-p .results-number {
            font-size: 20px;
            font-weight: bold;
            color: #4d4d4d;
            line-height: 35px;
        }

            .results-content .results-p .results-title:hover {
                color: #6fadf7;
            }

        .results-content .results-p .results-center {
            font-size: 16px;
            color: #808080;
        }

        .results-content .results-p .results-center {
            height: 80px;
            line-height: 24px;
            font-size: 15px;
        }

    .results-content .results-p {
        line-height: 27px;
    }

.resluts-left, .resluts-right {
    float: left;
}

.results-detailed {
    color: #6fadf7;
    cursor: pointer;
    font-size: 15px;
}

    .results-detailed:hover {
        color: #237ae4;
    }

.resluts-right {
    float: right;
    padding-top: 65px;
}

.results-buy {
    display: block;
    width: 80px;
    height: 32px;
    background: #fc9b14;
    color: white;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
}

    .results-buy:hover {
        background: orange;
    }

.visited {
    padding-left: 150px;
}

/*搜索结果-results结束*/

.hunt {
    position: absolute;
    right: 240px;
    top: -10px;
}

.search {
    text-align: right;
    position: absolute;
    top: -45px;
}

    .search input {
        outline: none;
        line-height: 30px;
        vertical-align: middle;
    }

.reasch {
    width: 200px;
    padding: 0 30px 0 10px;
    height: 30px;
    border-radius: 18px;
    border: 1px solid #cecece;
}

    .reasch:focus {
        border: 1px solid #6caaf5;
        -moz-box-shadow: -1px 0 3px #6caaf5;
        -webkit-box-shadow: -1px 0 3px #6caaf5;
        box-shadow: -1px 0 3px #6caaf5;
    }

.bmit {
    width: 20px;
    background: url(images/aa.png) no-repeat center;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.bmitonclick {
    width: 20px;
    background: url(images/bb.png) no-repeat center;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
/*详细介绍Start*/
#details {
    width: 850px;
    position:fixed;
    top:200px;
    display: none;
    background: #fff;
    border: 2px solid #fc9b14;
    border-radius: 15px;
}

.details_exit {
    padding-left: 15px;
    height: 35px;
    background: #fbfbfb;
    border-radius: 15px 15px 0 0;
    line-height: 30px;
    font-size:15px;
    font-weight:bold;
}

    .details_exit span {
        font-family: Marlett;
        font-size: 32px;
        font-weight: bold;
        float: right;
        cursor: pointer;
        margin-right: 20px;
        line-height: 30px;
    }

.imgarea {
    margin: 10px auto;
    width: 840px;
    max-height: 570px;
    overflow: auto;
    text-align: center;
}
/*详细介绍End*/
