﻿@charset "utf-8";
/* CSS Document */


/*头部模块样式*/
.header-wrap {
    width: 100%;
    background: #fff;
    padding-top: 30px;
}
/*顶部公告、菜单*/
.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(../img/icon-bg.png) no-repeat -47px 0;
        margin-right: 5px;
    }

.notice01 {
    overflow: hidden;
    width: 400px;
    height: 29px;
    font-size: 12px;
    float: left;
}

    .notice01 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 {
    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;
}

     .signIn-panel ul span.warning-text {line-height:20px; padding:0 0 5px 0;}

    .signIn-panel ul li {
        overflow: hidden;
        width: 280px;
        height: 40px;
        color: #666;
    }

        .signIn-panel ul li.remenber-li {
            height: 30px;
        }

        .signIn-panel ul li span.float-lf {
            width: 60px;
        }

        .signIn-panel ul li span.float-rt {
            width: 220px;
        }

            .signIn-panel ul li span.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;
}

.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(../img/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(../img/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;
    *position: relative;
    *z-index: 2; /*解决IE7下弹出菜单层级问题*/
}

.header-main {
    height: 112px;
}

.logo {
    position: absolute;
    left: 0;
    top: 27px;
}
/*搜索框部分*/
.search-box {
    width: 505px;
    height: 40px;
    position: absolute;
    top: 38px;
    left: 345px;
}

.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(../img/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(../img/icon-bg.png) no-repeat;
                vertical-align: middle;
                position: relative;
                z-index: 2;
            }

            .mobile-box ul li a {
                line-height: 45px;
                font-weight: bold;
                text-decoration: none;
                position: relative;
                z-index: 2;
            }

            .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: 160px;
                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;
                }
/*导航条*/
.nav {
    width: 100%;
    height: 44px;
    border-bottom: solid 1px #e5e5e5;
    *position: relative;
    *z-index: 1; /*解决IE7下帮助中心弹出菜单层级问题*/
}

.nav-main {
    height: 44px;
}

.nav-ul li {
    float: left;
    line-height: 44px;
    padding:0 10px;
}

    .nav-ul li a {
        display: inline-block;
        padding: 0 12px;
        font-size:16px;
    }

        .nav-ul li a:hover {
            color: #3f8eb0;
            text-decoration: none;
        }

    .nav-ul li.active a {
        font-weight: bold;
    }

    .nav-ul li.help-center {
        width: 104px;
        height: 44px;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

        .nav-ul li.help-center i, .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: 44px 0 0 0;
            background: #fff;
            border: solid 1px #c1cfd0;
        }

            .nav-ul li.help-center ul li {
                display: block;
                width: 72px;
                height: 28px;
                float: none !important;
                text-align: left;
                line-height: 28px;
                padding: 0 0 0 30px;
                font-size: 13px;
            }

                .nav-ul li.help-center ul li:hover {
                    background: #e8eff0;
                }

    .nav-ul li.lp-video {
        height: 44px;
        margin-right: 5px;
        overflow: hidden;
    }

        .nav-ul li.lp-video .video-icon {
            display: block;
            float: left;
            width: 20px;
            height: 20px;
            margin: 12px 5px 0 0;
            background: url(../img/icon-bg.png) no-repeat -273px -96px;
        }

        .nav-ul li.lp-video a {
            float: left;
            line-height: 44px;
        }

            .nav-ul li.lp-video a:hover {
                color: #000;
            }


/*底部模块样式*/
.footer-wrap {
}

.slogan {
    height: 120px;
    background: url(../img/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 68px;
}

    .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: 13px;
        }

.weixin-app {
    width: 250px;
    height: 160px;
    margin-left: 60px;
}

.weixin-code {
    width: 125px;
}

.app-code {
    width: 125px;
}

    .weixin-code img, .app-code img {
        border: solid 5px #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 {
            display: inline-block;
            width: 30px;
            height: 28px;
            background: url(../img/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;
        }

.copyright {
    height: 150px;
    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;
    }

/*侧栏固定导航条模块样式*/
.sidebar {
    display: none;
    width: 70px;
    background: #f0f0f0;
    position: fixed;
    top: 50%;
}

    .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(../img/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(../img/icon-bg.png) no-repeat -204px -81px;
            border: solid 1px #ddd;
            border-top: none;
        }
