﻿


/*新版头部开始*/

.index-header {
    background: #fff;
}

    .index-header .tab-bar {
        background: #f3f3f3;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        width: 100%;
        position: fixed;
        z-index: 99;
        top: 0;
    }

        .index-header .tab-bar .line {
            padding: 0 10px;
        }

        .index-header .tab-bar a {
            font-size: 12px;
        }

        .index-header .tab-bar span {
            display: block;
            line-height: 30px;
            float: left;
        }

        .index-header .tab-bar .down-hover {
            position: relative;
            cursor: pointer;
        }

            .index-header .tab-bar .down-hover:hover .down {
                display: block;
            }

        .index-header .tab-bar .down {
            left: 50%;
            top: 30px;
            position: absolute;
            width: 102px;
            border: 1px solid #999;
            background: #fff;
            padding: 5px 0;
            display: none;
            z-index: 5;
            margin-left: -51px;
        }

            .index-header .tab-bar .down b {
                width: 20px;
                height: 6px;
                background: url(../images/icon.png) no-repeat -74px -2px;
                display: block;
                position: absolute;
                top: -6px;
                left: 50%;
                margin-left: -10px;
            }

        .index-header .tab-bar .left {
            float: left;
        }

            .index-header .tab-bar .left .down a {
                display: block;
                height: 30px;
                line-height: 30px;
                color: #2d86ff;
            }

            .index-header .tab-bar .left .down i {
                font-size: 20px;
                display: inline-block;
                vertical-align: middle;
                width: 35px;
                text-align: center;
            }

            .index-header .tab-bar .left .down .icon-weixin2 {
                color: #3eb135;
            }

            .index-header .tab-bar .left .down .icon-sina2 {
                color: #df4d69;
            }

            .index-header .tab-bar .left .down .icon-qq2 {
                color: #4dafea;
            }

        .index-header .tab-bar .reg {
            color: #2d86ff;
            display: block;
            line-height: 30px;
            float: left;
        }

        .index-header .tab-bar .msg {
            position: relative;
        }

            .index-header .tab-bar .msg b {
                font-size: 10px;
                background: #f60;
                border-radius: 50%;
                color: #fff;
                display: block;
                position: absolute;
                right: -5px;
                top: 3px;
                width: 10px;
                height: 10px;
                line-height: 10px;
                text-align: center;
            }

        .index-header .tab-bar .right {
            float: right;
        }

            .index-header .tab-bar .right .down {
                width: 100px;
                padding: 12px 12px 0;
                margin-left: -62px;
                line-height: 20px;
                font-size: 12px;
                text-align: center;
            }

    .index-header .main {
        background: #fff;
    }

        .index-header .main .logo {
            width: 130px;
            margin-top: 16px;
        }

        .index-header .main .banner {
            height: 80px;
            width: 300px;
            overflow: hidden;
            margin: 25px 0 25px 20px;
        }

            .index-header .main .banner img {
                width: 100%;
                height: 80px;
            }

        .index-header .main .search {
            margin: 40px 0 0 25px;
            position: relative;
            width: 400px;
        }

            .index-header .main .search .form {
                border: 1px solid #2d86ff;
                height: 40px;
                line-height: 40px;
                margin-bottom: 10px;
            }

            .index-header .main .search .input-control {
                height: 40px;
                line-height: 40px;
                width: 240px;
                border: 0;
            }

            .index-header .main .search .btn {
                position: absolute;
                right: 0;
                top: 1px;
                width: 84px;
                height: 40px;
                line-height: 40px;
            }

                .index-header .main .search .btn i {
                    font-size: 22px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 5px;
                }

            .index-header .main .search .select-dropdown {
                margin-right: 0;
            }

                .index-header .main .search .select-dropdown .input-control {
                    width: 80px;
                    background: #e5e5e5;
                    border: 0;
                    padding: 0;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                }

                .index-header .main .search .select-dropdown .arrow {
                    width: 0;
                    height: 0;
                    border-bottom: 8px solid #969696;
                    border-left: 8px solid transparent;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    top: auto;
                }

                    .index-header .main .search .select-dropdown .arrow:before {
                        content: '';
                    }

                .index-header .main .search .select-dropdown .dropdown {
                    left: -1px;
                }

                    .index-header .main .search .select-dropdown .dropdown li {
                        height: 30px;
                        line-height: 30px;
                        padding: 0 10px;
                    }

            .index-header .main .search .search-key {
                height: 30px;
                line-height: 30px;
                overflow: hidden;
            }

                .index-header .main .search .search-key a {
                    color: #999;
                    display: block;
                    float: left;
                    margin-right: 5px;
                }

                    .index-header .main .search .search-key a:hover {
                        color: #666;
                    }

    .index-header .nav {
        height: 50px;
        line-height: 50px;
    }

        .index-header .nav li {
            margin: 0 21px;
            float: left;
        }

            .index-header .nav li a {
                font-size: 16px;
                display: block;
                line-height: 30px;
                padding-top: 10px;
            }

                .index-header .nav li a:hover {
                    color: #2d86ff;
                }

                .index-header .nav li a.active {
                    border-bottom: 2px solid #2d86ff;
                }

/*新版头部结束*/

.clear {
    clear: both;
    font-size: 12px;
}

/*.w {
    margin: 0 auto;
    width: 1200px;
}*/

#top {
    height: 35px;
    line-height: 35px;
    background: url(http://static.chepin88.com/images/common/top-icon.png) left top repeat-x;
    color: #363636
}

    #top .left {
        float: left;
        width: 650px;
        position: relative
    }

        #top .left span {
            background: url(http://static.chepin88.com/images/common/line.jpg) right center no-repeat;
            padding-right: 5px;
        }

        #top .left .login {
            position: absolute;
            display: block;
            text-align: center;
            width: 60px;
            height: 36px;
            left: 145px;
            top: 0px;
            color: #005198;
        }

            #top .left .login p {
                background: url(http://static.chepin88.com/images/common/top-icon.png) 43px -253px no-repeat;
                cursor: pointer
            }

            #top .left .login ul {
                display: none;
                position: absolute;
                left: 0px;
                top: 37px;
                width: 110px;
                border: 1px solid #e3dfdf;
                border-top: 0px;
                background: #fff
            }

        #top .left p.loginhover {
            background: url(http://static.chepin88.com/images/common/top-icon.png) 42px -36px no-repeat #fff;
            border-left: 1px solid #e3dfdf;
            border-right: 1px solid #e3dfdf;
        }

        #top .left .login ul li {
            height: 27px;
            line-height: 27px;
            overflow: hidden;
            text-indent: 25px;
        }

            #top .left .login ul li a {
                color: #5a5858;
                display: block;
                height: 27px;
                line-height: 27px;
            }

            #top .left .login ul li.qq a {
                background: url(http://static.chepin88.com/images/common/top-icon.png) 12px -74px no-repeat;
            }

            #top .left .login ul li.wb a {
                background: url(http://static.chepin88.com/images/common/top-icon.png) 12px -98px no-repeat;
            }

            #top .left .login ul li.wx a {
                background: url(http://static.chepin88.com/images/common/top-icon.png) 12px -120px no-repeat;
            }

            #top .left .login ul li:hover {
                background: #ffe2d3
            }

            #top .left .login ul li a:hover {
                color: #d32423
            }

        #top .left a.reg {
            color: #005198;
            position: absolute;
            left: 210px;
            top: 0px;
            background: url(http://static.chepin88.com/images/common/line.jpg) left center no-repeat;
            padding-left: 10px;
        }

            #top .left a.reg:hover {
                color: #fe5800
            }

        #top .left a.l3 {
            position: absolute;
            left: 330px;
            top: 0px;
        }

        #top .left span.l4 {
            position: absolute;
            right: 0px;
            top: 0px;
            background: url(http://static.chepin88.com/images/common/top-icon.png) left -149px no-repeat;
            text-indent: 18px;
            color: #666
        }

            #top .left span.l4 font {
                color: #d32423
            }

    #top .right {
        float: right;
        width: 550px;
        position: relative;
        z-index: 100;
    }

        #top .right ul li {
            float: left;
            background: url(http://static.chepin88.com/images/common/line.jpg) right center no-repeat;
            height: 35px;
            border-left: 1px solid #f5f5f5;
            border-right: 1px solid #f5f5f5;
        }

            #top .right ul li a {
                background: url(http://static.chepin88.com/images/common/top-icon.png) 62px -253px no-repeat;
                display: block;
                padding: 0 20px 0 12px;
                color: #363636
            }

                #top .right ul li a:hover {
                    color: #fe5800
                }

            #top .right ul li.last {
                background: none;
            }

                #top .right ul li.last a {
                    padding-right: 12px;
                }

            #top .right ul li.sp a {
                background: url(http://static.chepin88.com/images/common/top-icon.png) 40px -253px no-repeat;
            }

            #top .right ul li.hover {
                border-left: 1px solid #e3dfdf;
                border-right: 1px solid #e3dfdf;
                background: #fff;
                height: 36px;
            }

            #top .right ul li:hover {
                height: 36px;
            }

        /*20141017*/
        #top .right .ddlli1 {
            border: 1px solid #e3dfdf;
            border-top: 0;
            left: -618px;
            width: 992px;
            top: 36px;
            position: absolute;
            z-index: 101;
            background: #fff;
            padding: 10px 0;
            display: none
        }

            #top .right .ddlli1 ul li {
                float: left;
                width: 207px;
                padding: 0 20px 10px 20px;
                height: 200px;
                background: none;
                line-height: 22px;
                border: 0px;
                overflow: hidden;
                border-left: 1px solid #dad7d7;
            }

                #top .right .ddlli1 ul li a {
                    background: none;
                    padding: 0px;
                    padding-right: 15px;
                    color: #5a5858;
                    display: inline
                }

                    #top .right .ddlli1 ul li a.t {
                        color: #fe5800;
                        font-size: 13px;
                        font-weight: bold;
                        height: 30px;
                        line-height: 30px;
                        display: block
                    }

                    #top .right .ddlli1 ul li a:hover {
                        color: #fe5800
                    }


        #top .right .ddlli2 {
            display: none;
            border: 1px solid #e3dfdf;
            border-top: 0;
            left: 82px;
            top: 36px;
            width: 80px;
            position: absolute;
            z-index: 100;
            background: #fff
        }

            #top .right .ddlli2 ul li {
                height: 38px;
                line-height: 38px;
                text-indent: 5px;
                width: 100%;
                background: none;
                clear: both;
                border: 0px;
            }

                #top .right .ddlli2 ul li a {
                    background: none;
                    display: block;
                    padding: 0px;
                    font-size: 14px;
                }

                    #top .right .ddlli2 ul li a:hover {
                        background: #ffe2d3;
                        color: #d32423
                    }
        /*
#top .right .ddlli1 p.line1{ position:absolute; border-left:1px solid #dad7d7; width:1px; left:239px;top:15px; height:95%;}
#top .right .ddlli1 p.line2{ position:absolute; border-left:1px solid #dad7d7; width:1px; left:650px;top:15px; height:95%;}
*/

        #top .right .ddlli3 {
            display: none;
            border: 1px solid #e3dfdf;
            border-top: 0;
            left: 164px;
            top: 36px;
            width: 80px;
            position: absolute;
            z-index: 100;
            background: #fff
        }

            #top .right .ddlli3 ul li {
                height: 38px;
                line-height: 38px;
                text-indent: 5px;
                width: 100%;
                background: none;
                clear: both;
                border: 0px;
            }

                #top .right .ddlli3 ul li a {
                    background: none;
                    display: block;
                    padding: 0px;
                    font-size: 14px;
                }

                    #top .right .ddlli3 ul li a:hover {
                        background: #ffe2d3;
                        color: #d32423
                    }

        /*20141017*/
        #top .right .ddlli4 {
            display: none;
            border: 1px solid #e3dfdf;
            border-top: 0;
            left: -48px;
            top: 36px;
            width: 350px;
            position: absolute;
            z-index: 100;
            background: #fff;
            overflow: hidden;
        }

            #top .right .ddlli4 .img {
                float: left;
                width: 88px;
                padding: 0px 17px;
                margin: 5px 0;
                line-height: 20px;
                border-right: 1px solid #d3d1d1
            }

                #top .right .ddlli4 .img p {
                    padding: 5px 0
                }

            #top .right .ddlli4 .dy {
                float: right;
                width: 210px;
                position: relative;
                overflow: hidden;
                height: 160px;
            }

                #top .right .ddlli4 .dy a {
                    display: block;
                    width: 66px;
                    height: 25px;
                    overflow: hidden;
                    padding-top: 10px;
                    margin-bottom: 10px;
                }

                #top .right .ddlli4 .dy img {
                    padding: 0px;
                    margin: 0px;
                    width: 66px;
                    height: 25px;
                    overflow: hidden
                }

                #top .right .ddlli4 .dy .input {
                    position: absolute;
                    top: 46px;
                    left: 0px;
                    border: 1px solid #f1eded;
                    height: 25px;
                    line-height: 25px;
                    padding: 0 5px;
                    color: #727070;
                    z-index: 100;
                    width: 150px;
                }

                #top .right .ddlli4 .dy .button {
                    position: absolute;
                    right: 12px;
                    top: 46px;
                    background: #fe5800;
                    color: #fff;
                    border: 0px;
                    cursor: pointer;
                    height: 25px;
                    line-height: 16px;
                    width: 40px;
                    text-align: center;
                    overflow: hidden
                }

        #top .right .ddlli5 {
            display: none;
            border: 1px solid #e3dfdf;
            border-top: 0;
            right: 2px;
            top: 36px;
            width: 990px;
            position: absolute;
            z-index: 100;
            background: #fff
        }

            #top .right .ddlli5 ul li {
                float: left;
                width: 280px;
                padding: 0 15px 10px 28px;
                height: 100px;
                background: none;
                line-height: 24px;
                border: 0px;
            }

                #top .right .ddlli5 ul li a {
                    background: none;
                    padding: 0px;
                    padding-right: 15px;
                    color: #5a5858;
                    display: inline
                }

                    #top .right .ddlli5 ul li a.t {
                        color: #005198;
                        font-size: 13px;
                        font-weight: bold;
                        height: 30px;
                        line-height: 30px;
                        display: block
                    }

                    #top .right .ddlli5 ul li a:hover {
                        color: #fe5800
                    }




/*.error {
    padding-top: 4px;
    padding-left: 15px;
    font-size: 14px;
    margin-left: 6px;
    color: red;
    background: url(/static/images/common/ico_on_error.png) 0px 6px no-repeat;
}

.focus {
    padding-top: 4px;
    padding-left: 15px;
    font-size: 14px;
    margin-left: 6px;
    color: gray;
    background: url(/static/images/common/ico_on_focus.png) 0px 6px no-repeat;
}

.ok {
    padding-top: 4px;
    padding-left: 15px;
    font-size: 14px;
    margin-left: 6px;
    color: green;
    background: url(/static/images/common/ico_correct.png) 0px 6px no-repeat;
}*/
