﻿@charset "utf-8";
/* CSS Document */


/*头部模块样式*/
.header-wrap {
    width: 100%;
    background: #fff;
    z-index:2;
    position:relative;
}
/*顶部公告、菜单*/
.top-menu {
    width: 100%;
    font-size: 13px;
    line-height: 29px;
    background: #fff;
    border-bottom: solid 1px #ccd6d8;
    position: fixed;
    top: 0;
    z-index: 20;
}

.top-menu-main {
    height: 29px;
}

.noticeTit {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    color: #2b2a2a;
    float: left;
}

    .noticeTit i.notice-icon, i.person-icon, .serve-tel i.tel-icon {
        display: inline-block;
        width: 17px;
        height: 17px;
        position: relative;
        top: 3px;
        *top: -1px; /*解决IE7下顶部菜单条图标位置偏差*/
        background: url(icon-bg.png) no-repeat -47px 0;
        margin-right: 5px;
    }

.notice {
    overflow: hidden;
    width: 400px;
    height: 29px;
    font-size: 12px;
    float: left;
}

    .notice ul li a {
        color: #637575;
        font-size: 12px;
        line-height: 29px;
    }

.unsignIn, .signIn {
    display: inline-block;
    color: #a8b9b9;
    margin-right: 20px;
    position: relative;
    height: 29px;
}
/*登录面板弹出层*/
.signIn-panel  .unsignin_tip { padding:0 10px; line-height:1.8; margin-bottom:10px; color:#333; }
.signIn-panel  .unsignin_tip a, .unsignin_tip a:visited { color:#2eaae2; }
.signIn-panel  .unsignin_tip a:hover { text-decoration:underline; }

.signIn-panel {
    display: none;
    width: 304px;
    border: solid 1px #b4b4b4;
    background: #fff;
    position: absolute;
    top: 29px;
    left: -105px;
    border-radius: 3px;
    overflow: hidden;
}

.signIn-panel-title {
    display: block;
    width: 100%;
    height: 39px;
    line-height: 39px;
    text-indent: 1em;
    border-bottom: solid 1px #b4b4b4;
    background: #e6eaeb;
    color: #8a999f;
}

.signIn-panel ul {
    padding: 15px 12px 5px 15px;
}

    .signIn-panel ul li {
        overflow: hidden;
        width: 280px;
        height: 40px;
        color: #666;
    }

        .signIn-panel ul li.remenber-li {
            height: 30px;
        }

        .signIn-panel ul li .float-lf {
            width: 60px;
        }

        .signIn-panel ul li .float-rt {
            width: 220px;
        }

            .signIn-panel ul li .float-rt input.signIn-input-text {
                width: 218px;
                *width: 208px;
                height: 28px;
                line-height: 28px;
                text-indent: 0.5em;
                border: solid 1px #b4b4b4;
                border-radius: 3px;
                color: #000;
                font-size: 14px;
            }
            .signIn-panel ul li span.float-lf input.signIn-input-code {width:120px; *width:110px; height:28px; line-height:28px; text-indent:0.5em; border:solid 1px #b4b4b4; border-radius:3px; color:#000; font-size:14px;}

.signIn-forget {
    text-align: right;
    float: right;
}

.signIn-remenberMe {
    float: left;
    font-style: normal;
}

.signIn-submit {
    width: 104px;
    height: 33px;
    background: #2eaae2;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 33px;
}

.signIn-panel-close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 6px;
    top: 6px;
    font-style: normal;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}
/*我的联拍下拉*/
.signIn {
    margin-right: 0;
}

    .signIn span.my51bid {
        display: inline-block;
        width: 80px;
        position: relative;
        color: #000;
        cursor: pointer;
    }

        .signIn span.my51bid font {
            width: 76px;
            font-size: 13px;
            display: inline-block;
            background: #fff;
            border: solid 1px #fff;
            height: 22px;
            line-height: 22px;
            border-bottom: none;
            position: relative;
            z-index: 2;
        }

        .signIn span.my51bid ul {
            display: none;
            padding: 5px 0;
            width: 120px;
            position: absolute;
            top: 22px;
            left: 0px;
            background: #fff;
            border: solid 1px #b4b4b4;
            z-index: 1;
        }

            .signIn span.my51bid ul li a {
                display: block;
                height: 25px;
                line-height: 25px;
                padding-left: 22px;
                *padding-left: 20px;
            }

                .signIn span.my51bid ul li a:hover {
                    background: #e6eaeb;
                    text-decoration: none;
                }

.sign-pers-name {
    color: #88a1a7;
}

.unsignIn a, .serve-tel {
    color: #3f5d5d;
}

.unsignIn .signIn-a-link {
    display: inline-block;
    padding: 0 7px;
}

    .unsignIn .signIn-a-link:hover {
        background: #e6eaeb;
    }

.signIn a i.email-icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(icon-bg.png) no-repeat;
    background-position: -337px -17px;
    margin-right: 3px;
    position: relative;
    top: 3px;
}

.signIn a i.S-car-icon {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(icon-bg.png) no-repeat;
    background-position: -337px 0px;
    margin-right: 3px;
    position: relative;
    top: 3px;
}

i.person-icon {
    background-position: -64px 0 !important;
}

.serve-tel b {
    color: #222;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.serve-tel i.tel-icon {
    background-position: -47px -17px;
}
/*logo区域、搜索框、二维码*/
.header {
    width: 100%;
    border-bottom: solid 1px #c1cfd0;
    background: #eef2f4;
    margin-top:30px;
    *position: relative;
    *z-index: 2; /*解决IE7下弹出菜单层级问题*/
}

.header-main {
    height: 112px;
}

.logo {
    position: absolute;
    left: 0;
    top: 10px;
}
/*搜索框部分*/
.search-box {
    width: 505px;
    height: 40px;
    position: absolute;
    top: 38px;
    left: 399px;
}

.search-box-option {
    width: 128px;
    height: 38px;
    float: left;
    border: solid 1px #c1cfd0;
    border-radius: 3px 0 0 3px;
    position: relative;
}

    .search-box-option span.active-option {
        display: block;
        width: 128px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        border-radius: 3px 0 0 3px;
        cursor: pointer;
        background: #f0f4f5; /* 一些不支持背景渐变的浏览器 */
        background: -webkit-linear-gradient(#fff 0%, #e8eeef 90%, #d0dee0 100%); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#fff 0%, #e8eeef 90%, #d0dee0 100%); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(#fff 0%, #e8eeef 90%, # 100%); /* Firefox 3.6 - 15 */
        background: linear-gradient(#fff 0%, #e8eeef 90%, #d0dee0 100%); /* 标准的语法（必须放在最后） */
    }

    .search-box-option ul.search-option-ul {
        display: none;
        width: 126px;
        background: #dce4e6;
        position: absolute;
        top: 39px;
        left: 0;
        border: solid 1px #c6d5d9;
        z-index: 1;
    }

        .search-box-option ul.search-option-ul li {
            width: 108px;
            height: 28px;
            line-height: 28px;
            font-size: 13px;
            color: #57777e;
            padding-left: 20px;
            cursor: pointer;
        }

            .search-box-option ul.search-option-ul li:hover {
                background: #2eaae2;
                color: #fff;
            }

.search-box-txt {
    float: left;
    width: 375px;
    position: relative;
}

    .search-box-txt input.search-text {
        width: 327px;
        height: 38px;
        padding: 0 47px 0 0;
        line-height: 38px;
        border: solid 1px #c1cfd0;
        text-indent: 0.5em;
        border-left: none;
        border-radius: 0 3px 3px 0;
        font-size: 14px;
        color: #9cb0b4;
        *display: block; /*解决IE7下input元素未块级化*/
        *position: relative;
        *top: -1px; /*解决IE7下搜索框和搜索选项未对齐问题*/
    }

    .search-box-txt input.search-btn {
        width: 47px;
        height: 38px;
        position: absolute;
        right: 1px;
        top: 1px;
        background: url(icon-bg.png) no-repeat;
        border: none;
        cursor: pointer;
    }
/*移动APP、微信二维码*/
.mobile-box {
    width: 270px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 37px;
}

    .mobile-box ul {
        width: 270px;
        height: 45px;
    }

        .mobile-box ul li {
            width: 135px;
            height: 45px;
            position: relative;
            float: left;
            font-size: 14px;
            color: #222;
            text-align: center;
        }

            .mobile-box ul li i {
                display: inline-block;
                width: 30px;
                height: 28px;
                background: url(icon-bg.png) no-repeat;
                vertical-align: middle;
                position: relative;
                z-index: 4;
            }

            .mobile-box ul li a {
                line-height: 45px;
                font-weight: bold;
                text-decoration: none;
                position: relative;
                z-index: 4;
            }

            .mobile-box ul li.weixin-icon i {
                background-position: -81px 0;
                margin-right: 10px;
            }

            .mobile-box ul li.phone-icon i {
                background-position: -111px 0;
            }

            .mobile-box ul li.weixin-icon div {
                display: none;
                width: 133px;
                height: 170px;
                position: absolute;
                top: 0px;
                left: 0px;
                z-index: 1;
                background: #fff;
                border: solid 1px #c1cfd0;
            }

                .mobile-box ul li.weixin-icon div img {
                    display: block;
                    width: 87px;
                    height: 88px;
                    margin: 50px auto 0;
                }
        .mobile-box ul li.phone-icon div {display:none; width:133px; height:310px; position:absolute; top:0px; left:0px; z-index:3; background:#fff; border:solid 1px #c1cfd0; font-size:13px;}
		.mobile-box ul li.phone-icon div img {display:block; width:87px; height:88px; margin:50px auto 0;}
/*导航条*/
.nav {
    width: 100%;
    height: 56px;
    border-bottom: solid 1px #e5e5e5;
    *position: relative;
    *z-index: 1; /*解决IE7下帮助中心弹出菜单层级问题*/
}

.nav-main {
    height: 56px;
}

.nav-ul li {
    float: left; text-align:center;
}

    .nav-ul li a {
        display: inline-block;
        padding: 0 12px;
        font-size: 16px;
    }
    .nav-ul li a.home-navi-A{ padding-top:9px;}
        .nav-ul li a:hover {
            color: #3f8eb0;
            text-decoration: none;
        }
    .nav-ul li span.nav-En {display:block; text-align:center; font-size:12px; line-height:15px; font-family:Arial; color:#999; }
    .nav-ul li a:hover span.nav-En {color:#3f8eb0; }


    .nav-ul li.help-center {
        width: 104px;
        height:46px;
        padding-top:10px;
        text-align: center;
        cursor: pointer;
        position: relative;
        padding-left:15px;
    }
        .nav-ul li.help-center span {
            position: relative;
            z-index: 2;
        }

        .nav-ul li.help-center ul {
            display: none;
            width: 102px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            padding: 56px 0 0 0;
            background: #fff;
            border: solid 1px #c1cfd0;
        }

            .nav-ul li.help-center ul li {
                display: block;
                width: 67px;
                height: 28px;
                float: none !important;
                text-align: left;
                line-height: 28px;
                padding: 0 0 0 35px;
                font-size: 13px;
            }

                .nav-ul li.help-center ul li:hover {
                    background: #e8eff0;
                }

    .nav-ul li.lp-video {
        height: 56px;
        margin-right: 5px;
        overflow: hidden;
    }

        .nav-ul li.lp-video .video-icon {
            display: block;
            float: left;
            width: 20px;
            height: 20px;
            margin: 18px 5px 0 0;
            background: url(icon-bg.png) no-repeat -273px -96px;
        }

        .nav-ul li.lp-video a {
            float: left;
            line-height: 56px;
        }

            .nav-ul li.lp-video a:hover {
                color: #000;
            }


.help-buyer { position:relative; padding-left:21px; }

.nav-ul i.icon-help {
    position:absolute;
    left:10px;
    top:16px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(icon-bg.png) no-repeat -273px -120px;
    z-index:2;
}


/*底部模块样式*/
.footer-wrap {
}

.slogan {
    height:110px;
    background: url(slogan-bg.gif) repeat-x center bottom;
    text-align: center;
}

    .slogan img {
        margin-top: 45px;
    }

.footer-links {
    height: 210px;
    background: #464849;
    padding-top: 30px;
}

.footer-line {
    display: block;
    width: 1px;
    height: 150px;
    background: #535556;
}

.footer-links-dl {
    padding: 0 65px;
}

    .footer-links-dl dt {
        color: #fff;
        font-size: 15px;
        padding-bottom: 10px;
    }

    .footer-links-dl dd {
        padding-bottom: 5px;
    }

        .footer-links-dl dd a {
            color: #a8a7a7;
            font-size: 14px;
        }

.weixin-app {
    width: auto;
    height: 160px;
    margin-left: 83px;
}

.weixin-code {
    width: 120px;
}
.app-code {
    width: 123px;
}

    .weixin-code img, .app-code img {        border: solid 2px #fff;    }

    .weixin-code span, .app-code span {display: block;font-size: 14px;margin-top: 10px;color: #fff;font-weight: bold; }

        .app-code span a { color: #fff; }
        .weixin-code span b.weixin-icon-white, .app-code span b.phone-icon-white,.app-code span b.android-icon-white,.app-code span b.ios-icon-white {display:inline-block; width:30px; height:28px; background:url(icon-bg.png) no-repeat; vertical-align:middle; }
        .weixin-code span b.weixin-icon-white {background-position: -141px 0; margin-right: 5px;}
        .app-code span b.phone-icon-white {background-position:-171px 0;}
	    .app-code span b.android-icon-white {background-position:-337px -59px;}
	    .app-code span b.ios-icon-white {background-position:-337px -88px;}

.copyright {
    height: 220px;
    background: #353535;
}

    .copyright ul.friendly-link {
        border-bottom: solid 1px #494949;
        font-size: 13px;
        padding: 15px 0;
    }

        .copyright ul.friendly-link li {
            display: block;
            height: 25px;
            line-height: 25px;
            overflow: hidden;
            float: left;
            margin-right: 15px;
            color: #fff;
        }

            .copyright ul.friendly-link li a {
                color: #aaaaaa;
            }

                .copyright ul.friendly-link li a.apply {
                    color: #fff;
                }

    .copyright .copyright-text {
        display: block;
        padding-top: 12px;
        text-align: center;
        color: #aaa;
        font-size: 13px;
        line-height: 22px;
    }

    .copyright .zjjz { white-space: nowrap; width:480px; height:33px; margin-right: auto; margin-left: auto; }
	.copyright .zjjz .dd { height:33px;float:left; width:120px; margin-top:20px;}

/*侧栏固定导航条模块样式*/
.sidebar {
    width: 70px;
    background: #f0f0f0;
    position: fixed;
    top: 50%;
    z-index: 999;
}

    .sidebar li {
        height: 38px;
        overflow: hidden;
        text-align: center;
        line-height: 38px;
        font-size: 13px;
        font-weight: bold;
        color: #3a4549;
        cursor: pointer;
        border-bottom: solid 1px #fff;
        background: #c6dde4;
    }

        .sidebar li:hover {
            background: #d7e7ec;
        }

        .sidebar li.active {
            background: #2eaae2;
            color: #fff;
        }

        .sidebar li.toTop {
            width: 68px;
            height: 44px;
            text-indent: -1000px;
            background: url(icon-bg.png) no-repeat -204px -36px;
            border: solid 1px #ddd;
            border-bottom-color: #fff;
        }

        .sidebar li.consult {
            width: 68px;
            height: 55px;
            text-indent: -1000px;
            background: url(icon-bg.png) no-repeat -204px -81px;
            border: solid 1px #ddd;
            border-top: none;
        }


/*注册新增样式*/
.signIn-panel1 { width:160px; height:180px; border:solid 1px #b4b4b4; background:#fff; position:absolute; border-radius:3px; overflow:hidden; top: 29px;left: -13px;}
.signIn-panel1-title { display:block; width:100%; height:39px; line-height:39px; text-indent:1em; border-bottom:solid 1px #b4b4b4; background:#e6eaeb; color:#3f5d5d; font-size: 14px; }
.signIn-panel1-title a { color:#3f8eb0; text-decoration:none; }
.signIn-panel1-title a hover { color:#3f8eb0; text-decoration:none; }
.signIn-panel1-close { width:25px; height:25px; line-height:25px; text-align:center; position:absolute; right:6px; top:6px; font-style:normal; cursor:pointer; font-size:18px; color:#333; }
.signIn-panel1 ul { margin-top:8px; padding-left:auto; padding-right:auto; }
.signIn-panel1 ul li { overflow:hidden; height:25px; color:#666; font-size: 12px; margin-left:30px;}
.signIn-panel1 ul li a { color:#000; font-size: 12px; text-decoration: none; }
.signIn-panel1 ul li a:hover { color:#3f8eb0; text-decoration:none; }


a:hover{color:#3f8eb0; text-decoration:none;}
.art-info-hot ul li a:hover {color:#3f8eb0; text-decoration:none;}

.nav-ul li.lp-video a:hover {color:#3f8eb0; text-decoration:none;}

.footer-links-dl dd a:hover { cursor: pointer; text-decoration: underline; }
.copyright ul.friendly-link li a:hover{ cursor: pointer; text-decoration: underline;}


