﻿.cbox {
    width: 800px;
    margin: 20px auto;
    height: 150px;
    border: #CCC solid 1px;
    border-radius: 10px;
}

.cboxl {
    float: left;
    width: 96px;
    height: 96px;
    margin-left: 15px;
    margin-top: 30px;
}

.cboxr {
    float: right;
    text-align: left;
    width: 660px;
    height: 95px;
    margin-top: 15px;
}

.icon1 {
    background: url(../images/mail.png) no-repeat;
}

.icon2 {
    background: url(../images/tel.png) no-repeat;
}

.icon3 {
    background: url(../images/box.png) no-repeat;
}

/*列表*/
.listPanel {
    border: 1px solid #f4f4f4;
    padding-bottom: 20px;
}

    .listPanel .listTop {
        border-bottom: 1px solid #F4F4F4;
        padding: 20px;
    }

        .listPanel .listTop .searchBox {
            width: 530px;
            height: 36px;
            margin: 0 auto;
        }

.listTop .searchBox .s-bg {
    width: 17px;
    height: 36px;
    /*background: url(../img/search-bg.png) no-repeat;*/
}

    .listTop .searchBox .s-bg.right {
        background-position: 0 -36px;
    }

.listTop .searchBox .search-input {
    position: relative;
    padding-right: 20px;
    width: 440px;
    height: 34px;
    border-top: 1px solid #517cf7;
    border-bottom: 1px solid #517cf7;
}

    .listTop .searchBox .search-input input {
        display: inline-block;
        width: 440px;
        height: 34px;
        line-height: 34px;
        padding-right: 20px;
    }

    .listTop .searchBox .search-input .l-close {
        top: 10px;
        right: 6px;
    }

.listTop .searchBox .search-btn {
    width: 36px;
    height: 36px;
    background: #517cf7;
    position: relative;
}

    .listTop .searchBox .search-btn em {
        top: 8px;
        right: 4px;
    }

/*右边卡片*/
.card {
    margin-bottom: 20px;
    position: relative;
    width: 295px;
    height: 120px;
}

.card-ts,
.card-jb {
    /*background: url(../img/ts-bg.jpg) no-repeat;*/
}

.card .ico {
    display: block;
    width: 120px;
    height: 100px;
    /*background: url(../img/ico-card.png) no-repeat;*/
    position: absolute;
}

.card-ts .ico {
    left: 5px;
    top: 10px;
}

.card-jb .ico {
    right: 5px;
    top: 10px;
}

.card-jb .ico {
    background-position: -120px 0;
}


.card-ts .btn,
.card-jb .btn {
    display: block;
    width: 134px;
    height: 49px;
    /*background: url(../img/listbutton.png) no-repeat;*/
    color: #fff;
    font-size: 18px;
    line-height: 49px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 20px;
}

.card-jb .btn {
    left: 20px;
}

    .card-ts .btn:hover,
    .card-jb .btn:hover {
        background-position: 0 -49px;
    }


.card-index {
    background: #fff;
    border: 1px solid #F4F4F4;
}

    .card-index .ico {
        top: 30px;
        left: 30px;
        width: 88px;
        height: 88px;
    }

    .card-index p {
        color: #5e97d7;
        float: right;
        margin: 30px 35px 0 0;
        font-size: 18px;
    }

    .card-index .btn {
        position: absolute;
        width: 90px;
        height: 30px;
        bottom: 25px;
        right: 50px;
        /*background: url(../img/radius.png) 0 -56px no-repeat;*/
        text-align: center;
        color: #5d98d7;
        font-size: 14px;
        line-height: 30px;
    }

        .card-index .btn:hover {
            background-position: 0 -86px;
            color: #fff;
        }

.card-index1 .ico {
    background-position: 0 -100px;
}

.card-index2 .ico {
    background-position: -88px -100px;
}

.card-index3 .ico {
    background-position: -176px -100px;
}

.card-index4 .ico {
    background-position: -266px -100px;
}

/*二维码*/
.card-code {
    width: 337px;
    height: 112px;
    background: #ebebeb;
    padding: 28px 14px 0 14px;
}

    .card-code a.code-box {
        display: inline-block;
        position: relative;
        width: 74px;
        color: #797a7c;
        text-align: center;
        font-size: 12px;
        margin: 0 2px;
    }

        .card-code a.code-box em {
            display: block;
            width: 54px;
            height: 54px;
            /*background: url(../img/ico-code.png) no-repeat;*/
            margin: 0px auto 8px auto;
        }

    .card-code .code-pic {
        position: absolute;
        background: #fff;
        border: 1px solid #ddd;
        top: -102px;
        left: -6px;
        padding: 5px;
        width: 78px;
        height: 78px;
        display: none;
    }

        .card-code .code-pic img {
            display: block;
            width: 78px;
            height: 78px;
        }

        .card-code .code-pic .addon {
            position: absolute;
            display: block;
            width: 16px;
            height: 8px;
            /*background: url(../img/addon.png) no-repeat;*/
            bottom: -8px;
            left: 36px;
        }

    .card-code a.code-box:hover .code-pic {
        display: block;
    }

    .card-code a.code-wechat em {
        background-position: -54px 0;
    }

    /*wechat微信公众号*/
    .card-code a.code-wechat:hover em {
        background-position: -54px -54px;
    }

    .card-code a.code-mini em {
        background-position: -108px 0;
    }

    /*mini小程序*/
    .card-code a.code-mini:hover em {
        background-position: -108px -54px;
    }

    .card-code a.code-app em {
        background-position: 0px 0;
    }

    /*app*/
    .card-code a.code-app:hover em {
        background-position: 0px -54px;
    }

    .card-code a.code-alipay em {
        background-position: -162px 0;
    }

    /*alipay支付宝小程序*/
    .card-code a.code-alipay:hover em {
        background-position: -162px -54px;
    }

.wrapper-cor {
    border: 1px solid #d8d8d8;
}

    .wrapper-cor .hd {
        padding: 30px;
        border-bottom: 1px #F4F4F4 solid;
    }

    .wrapper-cor .bd {
        padding-bottom: 30px;
    }

.listBox .list-item {
    padding: 30px 30px 0 30px;
    border-bottom: 1px solid #eee;
    position: relative;
}

    .listBox .list-item:last-child {
        border: none
    }

    .listBox .list-item h3 {
        color: #333;
        font-size: 20px;
        margin-bottom: 15px;
    }

        .listBox .list-item h3 span {
            font-size: 20px;
        }

    .listBox .list-item a.more {
        position: absolute;
        height: 12px;
        right: 30px;
        top: 40px;
        font-weight: bold;
        color: #517CF7;
    }

        .listBox .list-item a.more .ico {
            display: inline-block;
            width: 8px;
            vertical-align: -1px;
            height: 11px;
            margin-left: 6px;
            /*background: url(../img/info-bar.png) 0 -42px no-repeat;*/
        }

        .listBox .list-item a.more.more-hover .ico {
            background-position: 0 -53px;
        }

    .listBox .list-item .infobar {
        overflow: hidden;
    }

        .listBox .list-item .infobar li {
            float: left;
            color: #999;
            margin-bottom: 10px;
        }

            .listBox .list-item .infobar li.word {
                width: 330px;
            }

            .listBox .list-item .infobar li.per {
                width: 270px;
            }

            .listBox .list-item .infobar li.office {
                width: 644px;
            }

        .listBox .list-item .infobar em {
            display: inline-block;
            vertical-align: -3px;
            margin-right: 6px;
            width: 14px;
            height: 14px;
            /*background: url(../img/info-bar.png) no-repeat;*/
        }

        .listBox .list-item .infobar .per em {
            background-position: 0 -14px;
        }

        .listBox .list-item .infobar .office em {
            background-position: 0 -28px;
        }

.listBox .info-more {
    border-top: 1px dashed #eee;
    padding: 10px 2px;
}

    .listBox .info-more li {
        color: #999;
        margin-bottom: 10px;
    }


.wrapper .searchBox {
    height: 56px;
    width: 888px;
    margin: 0 auto;
}

    .wrapper .searchBox .s-bg {
        width: 27px;
        height: 56px;
        /*background: url(../img/search-bg.png) no-repeat;*/
    }

        .wrapper .searchBox .s-bg.left {
            background-position: 0 -128px;
        }

        .wrapper .searchBox .s-bg.right {
            background-position: 0 -72px;
        }

    .wrapper .searchBox .search-select {
        width: 140px;
        height: 52px;
        background: #f7f7f7;
        border-top: 2px solid #517cf7;
        border-bottom: 2px solid #517cf7;
    }

        .wrapper .searchBox .search-select .input-group {
            padding: 10px 8px 10px 0;
        }

            .wrapper .searchBox .search-select .input-group i.arrow {
                top: 23px;
                right: 6px;
            }

            .wrapper .searchBox .search-select .input-group .inputure {
                width: 110px;
                height: 32px;
                line-height: 32px;
                font-size: 18px;
                background: #f7f7f7;
                color: #222;
            }

    .wrapper .searchBox .dropbox {
        width: 620px;
        background: #fff;
        height: 400px;
        top: 58px;
    }

    .wrapper .searchBox .search-select .dropbox li {
        padding: 6px 0;
        width: 150px;
        float: left;
    }

        .wrapper .searchBox .search-select .dropbox li a {
            font-size: 16px;
            padding: 2px 10px;
            display: block;
        }

    .wrapper .searchBox .search-input {
        position: relative;
        width: 624px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
        padding: 10px 8px;
        border-top: 2px solid #517cf7;
        border-bottom: 2px solid #517cf7;
    }

        .wrapper .searchBox .search-input input {
            width: 100%;
        }

.search-input .dropbox {
    line-height: 24px;
}

.search-input .l-close {
    position: absolute;
    right: -6px;
    top: 22px;
}

.wrapper .searchBox .search-btn {
    width: 52px;
    height: 52px;
    border-top: 2px solid #517cf7;
    border-bottom: 2px solid #517cf7;
}

    .wrapper .searchBox .search-btn em {
        width: 28px;
        height: 26px;
        background-position: 0 -18px;
        top: 12px;
        right: 0;
    }

.wrapper .formMes .searchBox .dropbox {
    max-height: 400px;
    top: 58px;
    overflow: auto;
}

.wrapper .searchBox .dropbox li {
    padding: 6px 0;
}

/*个人中心*/
.wrapper-user {
    padding-top: 20px;
}

    .wrapper-user .container {
        background: #fff;
        min-height: 480px;
        position: relative;
    }

    .wrapper-user .leftPanel {
        width: 180px;
        background: #f4f7fb;
        position: absolute;
        left: 0;
        height: 100%;
    }

    .wrapper-user .mianPanel {
        margin-left: 180px;
    }

    .wrapper-user .leftPanel .hd {
        margin: 0 20px;
    }

    .wrapper-user .leftPanel .loginIn {
        padding: 20px 0;
        border-bottom: 1px dashed #ddd;
        text-align: center;
    }

        .wrapper-user .leftPanel .loginIn span {
            width: 64px;
            border-radius: 32px;
            overflow: hidden;
            height: 64px;
            display: block;
            margin: 0 auto;
        }

        .wrapper-user .leftPanel .loginIn a {
            display: inline-block;
            margin-top: 20px;
            font-size: 18px;
        }

    .wrapper-user .leftPanel .bd {
        padding-top: 20px;
    }

        .wrapper-user .leftPanel .bd li {
            position: relative;
            cursor: pointer;
            margin-bottom: 10px;
        }

            .wrapper-user .leftPanel .bd li em {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 4px;
                background: #427bde;
                visibility: hidden;
            }

            .wrapper-user .leftPanel .bd li .ico28 {
                margin-right: 12px;
                margin-top: -3px;
            }

            .wrapper-user .leftPanel .bd li a {
                display: block;
                padding: 10px 0 10px 20px;
                font-size: 16px;
                color: #333;
                height: 30px;
                line-height: 30px;
            }

            .wrapper-user .leftPanel .bd li:hover,
            .wrapper-user .leftPanel .bd li.current {
                background: #fff;
            }

                .wrapper-user .leftPanel .bd li.current a {
                    color: #2192D9;
                }

    .wrapper-user .leftPanel li.current .ico28.ico-account {
        background-position: 0px -28px;
    }

    .wrapper-user .leftPanel li.current .ico28.ico-ts {
        background-position: -28px -28px;
    }

    .wrapper-user .leftPanel li.current .ico28.ico-jb {
        background-position: -56px -28px;
    }

    .wrapper-user .leftPanel .bd li.current em {
        visibility: visible;
    }

    .wrapper-user .rightPanel .contentForm {
        padding: 10px 20px;
    }

    .wrapper-user .rightPanel .contentForm {
        padding: 10px 20px;
    }

        .wrapper-user .rightPanel .contentForm h2 {
            font-size: 16px;
            color: #333;
            height: 50px;
            line-height: 50px;
            border-bottom: 1px solid #ddd;
            font-weight: bold;
            text-indent: 30px;
        }

    .wrapper-user .formMes,
    .wrapper-user .formChart {
        padding: 10px 0;
    }

        .wrapper-user .formMes li {
            border-bottom: 1px dashed #eee;
            padding: 10px 20px 10px 30px;
            height: 40px;
            margin: 0;
        }

            .wrapper-user .formMes li:last-child {
                border: none;
            }

            .wrapper-user .formMes li .u-label {
                width: 100px;
                text-align: left;
                line-height: 38px;
            }

            .wrapper-user .formMes li .u-radio {
                float: left;
                line-height: 38px;
            }

            .wrapper-user .formMes li .input-group {
                padding: 6px 10px;
                float: left;
                position: relative;
                min-width: 220px;
            }

                .wrapper-user .formMes li .input-group.input-mes {
                    border-color: #fff;
                }

                .wrapper-user .formMes li .input-group .inputure {
                    height: 24px;
                    line-height: 24px;
                    color: #999;
                    font-size: 16px;
                }

                .wrapper-user .formMes li .input-group .arrow {
                    top: 18px;
                    right: 18px;
                }

            .wrapper-user .formMes li .btnbox {
                float: right;
                padding-top: 3px;
            }

                .wrapper-user .formMes li .btnbox a.change,
                .wrapper-user .formChart td .btnbox a {
                    line-height: 38px;
                    color: #0D7BF8;
                    font-size: 16px;
                }

                    .wrapper-user .formMes li .btnbox a.btn,
                    .wrapper-user .formChart td .btnbox a.btn {
                        display: inline-block;
                        width: 50px;
                        height: 30px;
                        line-height: 30px;
                        text-align: center;
                        margin: 0 4px;
                        color: #fff;
                        font-size: 14px;
                        border: 1px solid #427bde;
                        background: #427bde;
                        border-radius: 3px;
                    }

                    .wrapper-user .formChart td .btnbox a.btn {
                        margin-top: 8px;
                        line-height: 24px;
                        height: 24px;
                        width: 44px;
                    }

                        .wrapper-user .formMes li .btnbox a.btn:hover,
                        .wrapper-user .formChart td .btnbox a.btn:hover {
                            background: #0F82D3;
                            text-decoration: none;
                        }

                .wrapper-user .formMes li .btnbox a.btn.btn-cancel {
                    background: #fafafa;
                    border: 1px solid #ccc;
                    color: #555;
                }

                    .wrapper-user .formMes li .btnbox a.btn.btn-cancel:hover {
                        background: #eee;
                    }

                .wrapper-user .formChart td .btnbox a:hover,
                .wrapper-user .formMes li .btnbox a.change:hover {
                    text-decoration: underline;
                }

        .wrapper-user .formMes .dropbox {
            left: -1px;
            top: 38px;
        }

            .wrapper-user .formMes .dropbox li {
                border: none;
            }

        .wrapper-user .formChart .chart th {
            background: #f4f7fb;
            height: 32px;
            line-height: 32px;
            color: #999;
            font-weight: bold;
        }

        .wrapper-user .formChart td .btnbox a {
            font-size: 14px;
        }

        .wrapper-user .formChart td .btnbox {
            text-align: center;
        }

        .wrapper-user .formChart .btnbox a.btn {
            margin-top: 8px;
            line-height: 24px;
            height: 24px;
        }

    .wrapper-user .history {
        padding: 30px 0;
        position: relative;
    }

.history .link-history {
    padding: 0 6px;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 17px;
}

    .history .link-history .btn {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 32px;
        line-height: 32px;
        background: #fff;
        border-radius: 5px;
        text-align: center;
        color: #1670d5;
        border: 1px solid #1670d5;
    }

        .history .link-history .btn .ico14 {
            position: absolute;
            left: 50%;
            margin-left: -7px;
            top: 27px;
        }

        .history .link-history .btn:hover .ico14 {
            background-position: -14px 0;
        }

.history .line {
    width: 100%;
    height: 1px;
    background: #eee;
}

.history .link-history.clicked .ico14 {
    background-position: -28px 0;
}

.history .link-history.clicked:hover .ico14 {
    background-position: -42px 0;
}

/*没有数据*/
.notfound {
    padding: 40px 0 10px 0;
    text-align: center;
}

    .notfound h3 {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #ccc;
        margin-bottom: 40px;
    }

    .notfound a.pic {
        display: inline-block;
        width: 343px;
        height: 114px;
        background: url(../images/nocontentbg.png) no-repeat;
    }

/*登录页和个人中心的头部*/
.header {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #f1f1f1;
}

    .header .headerBox {
        padding: 10px 0;
        height: 80px;
        margin-top: 10px;
    }

.headerBox .logo {
    display: inline-block;
    width: 500px;
    height: 75px;
    float: left;
    background: url(../images/titlogo.png) no-repeat;
    margin-top: 10px;
}

.headerBox h3 {
    float: left;
    margin-left: 40px;
    padding: 12px 0;
}

    .headerBox h3 span {
        display: inline-block;
        height: 55px;
        font-size: 20px;
        line-height: 55px;
        padding-left: 15px;
        border-left: 1px solid #eee;
    }

.headerBox .loginHd,
.headerBox .loginIn {
    float: right;
    padding: 22px 0;
    position: relative;
}

    .headerBox .loginHd span,
    .headerBox .loginHd a {
        font-size: 16px;
        line-height: 30px;
    }

    .headerBox .loginHd span {
        margin-right: 15px;
    }

    .headerBox .loginHd a {
        color: #0D7BF8;
    }

        .headerBox .loginHd a:hover {
            text-decoration: underline;
        }

.headerBox .btnback {
    display: inline-block;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #427bde;
    color: #427bde;
    margin: 23px 30px 0 0;
    height: 30px;
    line-height: 30px;
}

    .headerBox .btnback:hover {
        background: #427BDE;
        color: #fff;
    }

/*头像图片*/
.loginIn span {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: -8px;
    margin-right: 6px;
}

    .loginIn span img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 32px;
    }

.loginIn a {
    font-size: 16px;
    display: inline-block;
}

.loginIn .dropbox {
    left: 0;
    top: 60px;
}

    .loginIn .dropbox li a {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 2px 10px;
    }

/*-------------登录----------*/
.wrapLogin {
    background: #313e9d;
    height: 600px;
}

.loginbox {
    width: 335px;
    height: 450px;
    background: #fff;
    padding: 20px 25px;
    margin: 50px 0;
}

    .loginbox li {
        margin-bottom: 20px;
        height: 46px;
        border: 1px solid #dddddd;
        border-radius: 2px
    }

.i-label,
.login-input {
    float: left;
}

.i-label {
    display: inline-block;
    width: 43px;
    height: 46px;
}

.codebox {
    width: 160px;
    position: relative;
}

    .codebox .login-input {
        min-width: 80px;
        width: 100px;
    }

.login-input {
    width: 230px;
    border: none;
}

    .login-input .inputure {
        height: 32px;
        line-height: 32px;
        margin-top: 7px;
        padding-left: 10px;
        font-size: 16px;
        color: #262626;
    }

.loginbox .btn {
    text-align: center;
    display: block;
    border-radius: 2px;
    background-color: #487bf0;
    height: 50px;
    line-height: 50px;
    width: 335px;
    margin-top: 20px;
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
}

.loginbox .login-text {
    text-align: center;
    padding-top: 20px;
}

.loginbox .code {
    border: 1px solid #dddddd;
    padding: 1px;
    border-radius: 2px;
    right: -175px;
    top: -1px;
    margin-left: 49px;
}

    .loginbox .code img {
        display: block;
        width: 140px;
        height: 44px;
    }

.loginbox .textError {
    font-size: 12px;
    overflow: hidden;
}

    .loginbox .textError span {
        color: #ff3300;
    }

    .loginbox .textError a {
        color: #757575;
    }

/*-----添加新浪微博登录按钮-----*/
.forreg {
    color: #ddd;
}

    .forreg a {
        padding-left: 8px;
        padding-right: 2px;
    }

        .forreg a:hover {
            color: #487bf0
        }

.loginbox .forreg .alink {
    color: #757575
}

.ologin_text {
    padding: 18px 5px;
}

.ologin_text {
    color: #999;
}

    .ologin_text a {
        display: inline-block;
        width: 30px;
        height: 30px;
        /*background: url(../img/weibo.png) no-repeat;*/
        vertical-align: middle;
        margin-left: 10px;
    }

    .ologin_text .weibo {
        background-position: 0 0;
    }

        .ologin_text .weibo:hover {
            background-position: 0 -30px;
        }

/*-----添加新浪微博登录按钮-----*/

.login-tit {
    text-align: center;
    margin-bottom: 25px;
}

    .login-tit span {
        color: #808080;
    }

.sml-line {
    width: 1px;
    height: 32px;
    background-color: #ccc;
    right: 0;
    top: 7px;
}

/*.login-icon-ren {
    background: url(../img/login-icon-ren.png) no-repeat center;
}

.login-icon-psw {
    background: url(../img/login-icon-psw.png) no-repeat center;
}

.login-icon-check {
    background: url(../img/login-icon-check.png) no-repeat center;
}*/

.get-new-accout {
    text-align: center;
    margin-top: 15px;
}

    .get-new-accout a {
        color: #487bf0;
    }

.loginbox-min-height {
    padding: 10px 15px !important;
    height: 360px !important;
    position: fixed !important;
    left: 50%;
    margin-left: -182px !important;
    top: 50% !important;
    margin-top: -210px !important;
}

.login-tit-sml {
    margin-bottom: 10px !important;
}

.get-new-accout-sml {
    margin-top: 10px !important;
}

.show-bd {
    background: rgb(0, 0, 0);
    /*不支持rgba的浏览器*/
    background: rgba(0, 0, 0, .5);
    /*支持rgba的浏览器*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    /*IE8閺�垱瀵*/
}

.login-close-btn {
    cursor: pointer;
    width: 32px;
    height: 32px;
    /*background: url(../img/d-close.png) no-repeat;*/
    background-position: 0 0;
    position: absolute;
    right: -16px;
    top: -16px;
}

    .login-close-btn:hover {
        background-position: -32px 0;
    }

/*登录轮播*/
.login-carousel {
    margin-left: 116px;
    margin-top: 10px;
}

.slideBox-login .hd {
    left: 50%;
    margin-left: -15px;
    bottom: -35px;
}

    .slideBox-login .hd ul li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #2566b9;
        cursor: pointer;
    }

        .slideBox-login .hd ul li:not(:last-child) {
            margin-right: 10px;
        }

.on {
    background-color: #18e7fa !important;
}

.login-big-tit {
    margin-top: 50px;
}

.login-sml-point {
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
}

.login-tit-pre {
    font-style: italic;
    font-size: 50px;
    color: #fff;
}

.login-tit-next {
    font-style: italic;
    font-size: 50px;
    color: #ffcb05;
}

.show-imgs ul li a img {
    display: block;
    width: 400px;
    height: 300px;
}

/*投诉表单*/
.wrapper-yw {
    margin-top: -240px;
    z-index: 100;
    background: #fff;
    border: 1px solid #b3b3b3;
}

    .wrapper-yw .contentForm {
        margin: 0px 50px 30px 50px;
        min-height: 400px;
    }

    .wrapper-yw .formMes .dropbox {
        top: 36px;
    }

.contentTs .contentHd h2 {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    border-left: 6px solid #2192D9;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.corpChart .chart-mes th,
.corpChart .chart-mes td {
    border: none;
}

.corpChart .chart-mes td {
    padding: 10px 0;
    overflow: visible;
    color: #333;
    position: relative;
}

.chart-mes .dropbox-second a:hover {
    text-decoration: underline;
}

.corpChart {
    position: relative;
}

    .corpChart .btnbox {
        margin: 20px 0 0 80px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

        .corpChart .btnbox .btnbig {
            border-radius: 3px;
            font-size: 20px;
            margin: 0 10px;
            width: 62px;
            text-align: center;
            cursor: pointer;
        }

    .corpChart .chartTop {
        padding-right: 238px;
        border-bottom: 1px dashed #eee;
        margin-bottom: 10px;
    }

.formMes .dropbox {
    border: 1px solid #b3b3b3;
}

    .formMes .dropbox li {
        height: 32px;
        line-height: 32px;
        position: relative;
        padding: 0 4px;
    }

.formMes .chartTop .dropbox li a,
.formMes .chartTop .dropbox-second a {
    padding: 0;
}

.formMes .chartTop .dropbox-second {
    position: absolute;
    overflow: hidden;
    z-index: 99;
    width: 250px;
    background: #fff;
    border: 1px solid #b3b3b3;
    top: 47px;
    left: 170px;
    padding: 4px;
}

    .formMes .chartTop .dropbox-second a {
        display: inline-block;
        white-space: normal;
        margin: 4px;
        float: left;
        color: #0F82D3;
    }

        .formMes .chartTop .dropbox-second a:hover,
        .formMes .chartTop .dropbox li:hover a {
            text-decoration: underline;
        }

.formMes .dropbox li .ico-to {
    position: absolute;
    top: 11px;
    right: 8px;
}

.formMes .formtitle {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
}

    .formMes .formtitle li {
        text-align: center;
        color: #999999;
    }

        .formMes .formtitle li span {
            font-size: 18px;
            line-height: 36px;
            font-weight: bold;
        }

.formMes .corpChart .input-group .inputure {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.corpChart .chart-mes .input-group {
    border-radius: 3px;
}

.corpChart-yw .chart-mes .input-group {
    min-width: 120px;
    cursor: pointer;
    border: 1px solid #b3b3b3;
    line-height: 34px;
}

.corpChart .radio-group {
    width: 155px;
    padding: 8px 10px;
    float: left;
    line-height: 28px;
}

    .corpChart .radio-group .radio {
        color: #333;
        font-size: 16px;
    }

.corpChart .input-group .arrow {
    top: 14px;
    right: 10px;
}

.corpChart .input-group .ico-search,
.corpChart .input-group .bl {
    position: absolute;
    top: 8px;
    right: 8px;
}

.corpChart .input-group .bl {
    top: 0;
}

.corpChart .input-group .inputdate {
    /*background: url(../img/sprite.png) right -141px no-repeat;*/
}

.corpChart .chartTwo li {
    width: 300px;
}

.contentForm .corpChart .textMes {
    color: #999;
    float: left;
    line-height: 36px;
    margin-left: 10px;
}

    .contentForm .corpChart .textMes .ico-mes {
        display: inline-block;
        width: 14px;
        height: 14px;
        /*background: url(../img/sprite.png) 0 -167px no-repeat;*/
        vertical-align: -1px;
    }

.corpChart .chart-mes .input-group textarea {
    min-height: 60px;
    white-space: normal
}

.corpChart .add-attach {
    color: #29b6f6;
}

    .corpChart .add-attach .ico16 {
        margin-right: 4px;
    }

.corpChart .codebox {
    overflow: hidden;
    position: relative;
}

    .corpChart .codebox label,
    .corpChart .codebox .code-input,
    .corpChart .codepic {
        float: left;
        line-height: 32px;
    }

    .corpChart .codebox label {
        width: 133px;
        text-align: right;
        margin-right: 8px;
        line-height: 42px;
    }

    .corpChart .codebox .code-input {
        width: 120px;
        padding: 4px 8px;
        height: 32px;
        border: 1px solid #ddd;
    }

        .corpChart .codebox .code-input .inputure {
            width: 100%;
            color: #333;
        }

.corpChart .codepic {
    display: block;
    width: 120px;
    height: 40px;
    border: 1px solid #eee;
    margin-left: 10px;
}

.corpChart .codebox .code-input.input-success {
    border-color: #3dce4b;
}

.corpChart .codebox .code-input.input-error {
    border-color: #ff3300;
}

.corpChart .codebox .textMes {
    top: 12px;
    left: 256px;
}

.corpChart select option {
    display: inline-block;
    height: 32px;
    line-height: 32px;
}

/*鎶曡瘔琛ㄥ崟鎼滅储鍝佺墝涓嬫媺妗�*/
.dropbox-band {
    width: 410px;
    height: 360px;
    overflow: auto;
    position: absolute;
    top: 38px;
    left: -1px;
    border: 1px solid #b3b3b3;
    padding: 10px;
    z-index: 100;
    background: #fff;
}

    .dropbox-band .hd {
        height: 32px;
        border-bottom: 1px solid #ddd;
    }

        .dropbox-band .hd span {
            color: #999;
        }

        .dropbox-band .hd a {
            display: inline-block;
            color: #555555;
            width: 52px;
            height: 32px;
            text-align: center;
        }

            .dropbox-band .hd a:hover,
            .dropbox-band .hd a.current {
                color: #0F82D3;
                border-bottom: 1px solid #0F82D3;
            }

    .dropbox-band dl.bd {
        margin-top: 8px;
        overflow: hidden;
        overflow: auto;
        line-height: 20px;
    }

    .dropbox-band dd,
    .dropbox-band dt {
        float: left;
    }

    .dropbox-band dd {
        color: #fc8f3d;
        width: 30px;
        text-align: center;
    }

    .dropbox-band dt {
        width: 362px;
        white-space: normal;
    }

        .dropbox-band dt a {
            color: #555;
            height: 24px;
            line-height: 24px;
            display: inline-block;
            width: 116px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-right: 4px;
        }

        .dropbox-band dt .more {
            text-align: right;
            line-height: 20px;
            margin-top: -6px;
        }

            .dropbox-band dt .more a {
                color: #0F82D3;
            }

                .dropbox-band dt .more a:hover {
                    text-decoration: underline;
                }

/*投诉表单引导提示信息*/
.corpChart .tips {
    position: absolute;
    width: 200px;
    height: 180px;
    padding: 10px;
    right: 0;
    top: 10px;
    background: #fafafa;
    border: 1px dashed #bbb;
    border-radius: 3px;
}

    .corpChart .tips .hd {
        color: #999;
        padding-bottom: 6px;
        line-height: 20px;
        border-bottom: 1px dashed #eee;
    }

    .corpChart .tips .bd p {
        margin-bottom: 6px;
    }

    .corpChart .tips .bd img {
        display: block;
        width: 64px;
        height: 94px;
        margin: 20px auto;
    }

    .corpChart .tips .bd p.tipnote {
        text-align: center;
        margin: 20px auto;
        font-size: 18px;
        color: #ccc;
        font-weight: bold;
    }

    .corpChart .tips .bd p.title {
        padding-left: 20px;
        margin: 20px 0 16px 0;
        /*background: url(../img/sprite.png) left -191px no-repeat;*/
        height: 14px;
        line-height: 14px;
        color: #999;
        font-weight: bold;
    }

.corpChart .arrow-tips {
    position: absolute;
    top: 10px;
    right: -28px;
    z-index: 999;
}

/*投诉提交成功*/
.wrapper-yw .state-box {
    text-align: center;
}

.state-box dl {
    padding-left: 106px;
    height: 88px;
    /*background: url(../img/send_s.png) top left no-repeat;*/
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

    .state-box dl dd {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .state-box dl.textSucc dd {
        color: #259b24;
        font-size: 28px;
    }

    .state-box dl.textSucc dt {
        color: #999;
        font-size: 16px;
    }

    .state-box dl.noResult dd {
        font-size: 24px;
        color: #999;
        padding-top: 15px;
    }

.tipBox {
    padding: 10px 30px;
    width: 540px;
    position: relative;
    margin: 30px auto;
    border: 1px solid #eee;
}

    .tipBox .ico-tips {
        display: inline-block;
        width: 28px;
        height: 48px;
        /*background: url(../img/tips.png) no-repeat;*/
        position: absolute;
        left: 10px;
        top: -10px;
    }

    .tipBox h4 {
        padding-left: 15px;
        font-size: 18px;
        color: #333;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .tipBox p {
        padding-left: 16px;
        /*background: url(../img/yuan.png) left 6px no-repeat;*/
        font-size: 16px;
        margin-bottom: 8px;
    }

        .tipBox p a {
            color: #2192D9;
            font-weight: bold;
            margin: 0 4px 8px 4px;
            font-size: 16px;
        }

            .tipBox p a:hover {
                text-decoration: underline;
            }

/*步骤头部信息*/
.chose-ts .step-wrap {
    width: 830px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
}

.chose-login .step-wrap {
    width: 540px;
}

.step-wrap ul li {
    text-align: center;
}

.step-wrap .line {
    border-bottom: 2px #7f8fca dashed;
    width: 125px;
    height: 2px;
    line-height: 84px;
    margin-top: 30px;
}

.chose-ts .step-wrap .step-wrap .step-tit span {
    font-size: 16px;
    line-height: 100%;
}

.step-wrap .step-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    /*background: url(../img/step-icon.png) no-repeat;*/
}

.step-wrap .step-tit em {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    /*background: url(../img/step-flex.png) no-repeat;*/
}

.step-wrap .step-icon-1 {
    background-position: 0 -64px;
}

.step-wrap .step-icon-2 {
    background-position: -64px -64px;
}

.step-wrap .step-icon-3 {
    background-position: -128px -64px;
}

.step-wrap .step-icon-4 {
    background-position: -192px -64px;
}

.step-wrap .step-tit1 em {
    background-position: 0 0px;
}

.step-wrap .step-tit2 em {
    background-position: -18px 0px;
}

.step-wrap .step-tit3 em {
    background-position: -36px 0px;
}

.step-wrap .step-tit4 em {
    background-position: -54px 0px;
}

.step-wrap .step-tit span {
    color: #7e91cb;
}

.step-wrap1 .step-icon-1 {
    background-position: 0 0px;
}

.step-wrap1 .step-icon-2 {
    background-position: -64px -64px;
}

.step-wrap1 .step-icon-3 {
    background-position: -128px -64px;
}

.step-wrap1 .step-icon-4 {
    background-position: -192px -64px;
}

.step-wrap1 .step-tit1 em {
    background-position: 0 -18px;
}

.step-wrap1 .step-tit2 em {
    background-position: -18px 0px;
}

.step-wrap1 .step-tit3 em {
    background-position: -36px 0px;
}

.step-wrap1 .step-tit4 em {
    background-position: -54px 0px;
}

.step-wrap1 .step-tit1 span {
    color: #fff;
}

.step-wrap1 .step-tit2 span,
.step-wrap1 .step-tit3 span,
.step-wrap1 .step-tit4 span {
    color: #7e91cb;
}

.step-wrap2 .step-icon-1 {
    background-position: 0 0;
}

.step-wrap2 .step-icon-2 {
    background-position: -64px 0;
}

.step-wrap2 .step-icon-3 {
    background-position: -128px -64px;
}

.step-wrap2 .step-icon-4 {
    background-position: -192px -64px;
}

.step-wrap2 .step-tit1 em {
    background-position: 0 -18px;
}

.step-wrap2 .step-tit2 em {
    background-position: -18px -18px;
}

.step-wrap2 .step-tit3 em {
    background-position: -36px 0px;
}

.step-wrap2 .step-tit4 em {
    background-position: -54px 0px;
}

.step-wrap2 .step-tit1 span,
.step-wrap2 .step-tit2 span {
    color: #fff;
}

.step-wrap2 .step-tit3 span,
.step-wrap2 .step-tit4 span {
    color: #7e91cb;
}

.step-wrap2 .line1 {
    border-color: #fff;
}


.step-wrap3 .step-icon-1 {
    background-position: 0 0;
}

.step-wrap3 .step-icon-2 {
    background-position: -64px 0;
}

.step-wrap3 .step-icon-3 {
    background-position: -128px 0px;
}

.step-wrap3 .step-icon-4 {
    background-position: -192px -64px;
}

.step-wrap3 .step-tit1 em {
    background-position: 0 -18px;
}

.step-wrap3 .step-tit2 em {
    background-position: -18px -18px;
}

.step-wrap3 .step-tit3 em {
    background-position: -36px -18px;
}

.step-wrap3 .step-tit4 em {
    background-position: -54px 0px;
}

.step-wrap3 .step-tit1 span,
.step-wrap3 .step-tit2 span,
.step-wrap3 .step-tit3 span {
    color: #fff;
}

.step-wrap3 .step-tit4 span {
    color: #7e91cb;
}

.step-wrap3 .line1,
.step-wrap3 .line2 {
    border-color: #fff;
}

.step-wrap4 .step-icon-1 {
    background-position: 0 0;
}

.step-wrap4 .step-icon-2 {
    background-position: -64px 0;
}

.step-wrap4 .step-icon-3 {
    background-position: -128px 0px;
}

.step-wrap4 .step-icon-4 {
    background-position: -192px 0px;
}

.step-wrap4 .step-tit1 em {
    background-position: 0 -18px;
}

.step-wrap4 .step-tit2 em {
    background-position: -18px -18px;
}

.step-wrap4 .step-tit3 em {
    background-position: -36px -18px;
}

.step-wrap4 .step-tit4 em {
    background-position: -54px -18px;
}

.step-wrap4 .step-tit1 span,
.step-wrap4 .step-tit2 span,
.step-wrap4 .step-tit3 span,
.step-wrap4 .step-tit4 span {
    color: #fff;
}

.step-wrap4 .step-tit2 span {
    color: #fff;
}

.step-wrap4 .line1,
.step-wrap4 .line2,
.step-wrap4 .line3 {
    border-color: #fff;
}

/*注册信息*/
.wrapRegister {
    width: 900px;
    margin: 0 auto;
    margin-top: -140px;
}

    .wrapRegister .formRegister li {
        margin-bottom: 20px;
        height: 48px;
    }

    .wrapRegister .formRegister .dropbox li {
        margin: 0;
        height: 32px;
    }

    .wrapRegister .content {
        border: 1px solid #DDDDDD;
        background: #fff;
        margin: 0 auto;
    }

        .wrapRegister .content .formRegister {
            margin-left: 115px;
        }

    .wrapRegister .contentHd h1 {
        color: #555555;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px #eee solid;
    }

    .wrapRegister .contentForm .u-label {
        width: 150px;
        line-height: 46px;
    }

    .wrapRegister .contentForm .input-group {
        width: 346px;
        border: 1px solid #ccc;
        padding: 8px 10px;
        float: left;
        position: relative;
        min-width: 220px;
    }

        .wrapRegister .contentForm .input-group.input-code {
            width: 180px;
        }

        .wrapRegister .contentForm .input-group .inputure {
            height: 30px;
            line-height: 30px;
            background: none;
        }

.contentForm .input-group.input-default {
    background: #f7f7f7;
    cursor: default;
}

.contentForm .input-group.input-success {
    border: 1px solid #3dce4b;
}

.contentForm .input-group.input-error {
    border: 1px solid #ff3300;
}

.wrapRegister .contentForm .btn {
    display: inline-block;
    background: #0d7bf8;
    color: #fff;
    text-align: center;
    width: 142px;
    margin: 0 5px;
    height: 52px;
    line-height: 52px;
    padding: 0 30px;
    font-size: 18px;
}

    .wrapRegister .contentForm .btn:hover {
        background: #0F82D3;
    }

    .wrapRegister .contentForm .btn.disabled {
        color: #ccc;
        background: #f4f4f4;
        cursor: pointer;
    }


.wrapRegister .formRegister .selectText,
.wrapRegister .formRegister .btnbox {
    margin-left: 170px;
    margin-bottom: 15px;
    text-align: left;
}

.wrapRegister .formRegister .btnbox {
    margin-left: 165px;
}

.wrapRegister .contentForm .textMes {
    padding-top: 15px;
    float: left;
    margin-left: 15px;
    line-height: 16px;
}

.wrapRegister .formMes .dropbox {
    left: 0px;
    top: 50px;
    border: 1px solid #ccc;
}

.wrapRegister .formMes .input-group .arrow {
    top: 20px;
    right: 10px;
}

.contentForm .icobox {
    text-align: center;
    margin-bottom: 20px;
}

.contentForm .ico-mail {
    display: inline-block;
    width: 82px;
    height: 92px;
    background: url(../images/emailbg.jpg) no-repeat;
    margin: 0 auto;
}

.contentForm .code {
    width: 150px;
    float: left;
    height: 46px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
}

    .contentForm .code span {
        font-size: 16px;
        line-height: 46px;
    }

        .contentForm .code span.getcode {
            color: #333;
        }

        .contentForm .code span.codetime {
            color: #999;
        }

.contentForm .selectText {
    font-size: 12px;
    color: #555;
    line-height: 16px;
}

    .contentForm .selectText span {
        color: #999;
    }

    .contentForm .selectText .ico16 {
        vertical-align: -2px;
        /*background: url(../img/sprite.png) 0 -237px no-repeat;*/
    }

        .contentForm .selectText .ico16.ico-select {
            background-position: 0 -253px;
        }

.contentForm .textMes .ico-mes {
    display: inline-block;
    width: 18px;
    height: 18px;
    /*background: url(../img/sprite.png) 0 -49px no-repeat;*/
    margin-right: 4px;
    vertical-align: -2px;
}

.contentForm .textWarn span {
    color: #999;
}

.contentForm .textWarn .ico-mes {
    background-position: 0 -49px;
}

.contentForm .textSucc .ico-mes {
    background-position: 0 -85px;
}

.contentForm .textError span {
    color: #ff3300;
}

.contentForm .textError .ico-mes {
    background-position: 0 -67px;
    vertical-align: -3px;
    margin-right: 4px;
}

.contentForm .icobox {
    text-align: center;
    margin-bottom: 20px;
}

    .contentForm .icobox .success {
        display: inline-block;
        width: 120px;
        height: 120px;
        /*background: url(../img/sucess.png) no-repeat;*/
    }

.contentForm .note p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contentForm .ico-mail {
    display: inline-block;
    width: 82px;
    height: 92px;
    /*background: url(../images/emailbg.jpg) no-repeat;*/
    margin: 0 auto;
}

.contentForm .btnbox {
    text-align: center;
    border-radius: 2px;
}

/*投诉详情*/
.wrapper-mes.contentHd h2 {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    border-left: 6px solid #2192D9;
    font-size: 18px;
    font-weight: bold;
}

.article .btnbox .btn.btn-defult,
.article .btnbox .btn.btn-defult span,
.article .btnbox .btn.btn-defult span b {
    color: #ccc;
    background: #f0f0f0;
}

.wrapper-mes .contentForm .btn,
.article .btnbox .btn {
    display: inline-block;
    background: #0d7bf8;
    color: #fff;
    text-align: center;
    width: 82px;
    margin: 0 5px;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    font-size: 18px;
}

.corpMes .btnbox .btn {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    margin: 0 6px;
    background: #0D7BF8;
    width: 86px;
    border: 1px solid #0D7BF8;
    height: 32px;
    line-height: 32px;
    color: #fff;
}

    .corpMes .btnbox .btn:hover {
        background: #0F82D3;
        border: 1px solid #0F82D3;
    }

    .corpMes .btnbox .btn.btnback {
        background: #fff;
        color: #0D7BF8;
    }

        .corpMes .btnbox .btn.btnback:hover {
            background: #0D7BF8;
            color: #fff;
        }

.corpMes h1.back {
    padding: 8px 15px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #eee;
    cursor: pointer;
    margin-bottom: 20px;
}

    .corpMes h1.back span {
        font-size: 16px;
        color: #2192D9;
        margin-left: 6px;
    }

    .corpMes h1.back .ico-back {
        display: inline-block;
        width: 9px;
        height: 16px;
        /*background: url(../img/back.gif) 0 0 no-repeat;*/
        vertical-align: -2px;
    }

    .corpMes h1.back:hover {
        background: #517cf7;
    }

        .corpMes h1.back:hover span {
            color: #fff;
        }

        .corpMes h1.back:hover .ico-back {
            background-position: 0 -16px;
        }

/*投诉详情表格*/
.company-info {
    background-color: #fff;
    border: 1px solid #eee;
    padding-top: 10px;
    width: 100%;
    table-layout: fixed;
}

    .company-info tr td {
        height: 45px;
        /*color: #666;*/
        word-break: break-all;
        border: 1px solid #EEEEEE;
        padding-left: 10px;
    }

    .company-info td:nth-child(2n-1) {
        color: #999;
        text-align: right;
        padding-right: 10px;
        width: 200px;
    }

    .company-info td:nth-child(2n) {
        /* width: 350px; */
        padding-left: 10px;
        padding: 4px;
    }

/*首页*/
/*banner*/
.banner-wrap {
    min-width: 1000px;
    height: 440px;
    /*background: url(../img/index-banner-bg.jpg) no-repeat center;*/
    /*background-size: 100% 440px;*/
}

.banner-center-box {
    height: 100%;
}

.left-banner,
.right-banner {
    position: relative;
    float: left;
    height: 100%;
}

/*我要投诉*/
.ts-sml-bg {
    width: 392px;
    height: 282px;
    position: absolute;
    left: -5px;
    top: 120px;
    /*background: url(../img/ts-sml-bg.png) no-repeat center;*/
}

.ts-icon-img {
    width: 452px;
    height: 269px;
    position: absolute;
    top: 120px;
    left: -50px;
    /*background: url(../img/ts-icon-img.png) no-repeat center;*/
    -webkit-transition: top 0.5s, -webkit-transform 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: top 0.5s, transform 0.5s;
}

    .ts-icon-img:hover {
        top: 105px;
    }

.ts-mid-img {
    width: 180px;
    height: 180px;
    position: absolute;
    top: 40px;
    left: 100px;
    /*background: url(../img/ts-mid-img.png) no-repeat center;*/
}

/*我要举报*/
.jb-sml-bg {
    width: 504px;
    height: 348px;
    position: absolute;
    left: 85px;
    bottom: 40px;
    /*background: url(../img/jb-sml-bg.png) no-repeat center;*/
}

.jb-icon-img {
    width: 347px;
    height: 259px;
    position: absolute;
    left: 165px;
    top: 100px;
    /*background: url(../img/jb-icon-img.png) no-repeat center;*/
    -webkit-transition: top 0.5s, -webkit-transform 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: top 0.5s, transform 0.5s;
}

    .jb-icon-img:hover {
        top: 85px;
    }

.jb-mid-img {
    width: 180px;
    height: 190px;
    position: absolute;
    left: 240px;
    top: 30px;
    /*background: url(../img/jb-mid-img.png) no-repeat center;*/
}

.ts,
.jb {
    position: relative;
}

    .ts a,
    .jb a {
        display: block;
        width: 282px;
        height: 105px;
    }

.ts {
    left: 308px;
    top: 55px;
}

    .ts .ts-text {
        position: absolute;
        top: 35px;
        left: 57px;
        display: block;
        width: 152px;
        height: 41px;
        /*background: url(../img/ts-text.png) no-repeat center;*/
    }

    .ts:hover .ts-bg3 {
        /*background: url(../img/tsjb-btn-hover.png) no-repeat center;*/
    }

    .ts:hover .ts-text {
        /*background: url(../img/ts-text-hover.png) no-repeat center;*/
    }

.jb {
    left: -85px;
    top: 284px;
}

    .jb .jb-text {
        position: absolute;
        top: 35px;
        left: 57px;
        display: block;
        width: 152px;
        height: 41px;
        /*background: url(../img/jb-text.png) no-repeat center;*/
    }

    .jb a:hover .jb-bg3 {
        /*background: url(../img/tsjb-btn-hover.png) no-repeat center;*/
    }

.ts-bg1,
.jb-bg1 {
    width: 285px;
    height: 111px;
    position: absolute;
    z-index: 1111;
    /*background: url(../img/tsjb-btn-bg1.png) no-repeat center;*/
}

.ts-bg2,
.jb-bg2 {
    width: 285px;
    height: 111px;
    position: absolute;
    /*background: url(../img/tsjb-btn-bg2.png) no-repeat center;*/
}

.ts-bg3 {
    width: 285px;
    height: 111px;
    position: absolute;
    /*background: url(../img/tsjb-btn-bg3.png) no-repeat center;*/
}

.jb-bg3 {
    width: 285px;
    height: 111px;
    position: absolute;
    /*background: url(../img/tsjb-btn-bg3.png) no-repeat center;*/
}

/*菜单项*/
.menu-box {
    overflow: hidden;
}

    .menu-box ul li {
        display: block;
        width: 248px;
        height: 158px;
        float: left;
        border: 1px solid #e6e6e6;
        background-color: #f7f7f7;
    }

        .menu-box ul li a {
            display: block;
            width: 248px;
            height: 158px;
        }

        .menu-box ul li div {
            width: 100px;
            height: 100px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 15px;
        }

        .menu-box ul li a span {
            display: block;
            text-align: center;
            font-size: 18px;
            color: #262626;
            margin-top: 10px;
        }

/*菜单的不同背景图片*/
.menu-first {
    /*background: url(../img/entrance.png) no-repeat;*/
}

.menu-second {
    /*background: url(../img/entrance.png) no-repeat;*/
    background-position: -100px 0;
}

.menu-third {
    /*background: url(../img/entrance.png) no-repeat;*/
    background-position: -200px 0;
}

.menu-fouth {
    /*background: url(../img/entrance.png) no-repeat;*/
    background-position: -300px 0;
}

/*鼠标经过改变菜单改变背景*/
.menu-box ul li:hover {
    /*background: url(../img/menu-hover-bg.jpg) no-repeat center;*/
}

    .menu-box ul li:hover .menu-text {
        color: #fff !important;
    }

    .menu-box ul li:hover .menu-first {
        /*background: url(../img/entrance.png) no-repeat;*/
        background-position: 0 -100px;
    }

    .menu-box ul li:hover .menu-second {
        /*background: url(../img/entrance.png) no-repeat;*/
        background-position: -100px -100px;
    }

    .menu-box ul li:hover .menu-third {
        /*background: url(../img/entrance.png) no-repeat;*/
        background-position: -200px -100px;
    }

    .menu-box ul li:hover .menu-fouth {
        /*background: url(../img/entrance.png) no-repeat;*/
        background-position: -300px -100px;
    }

/*轮播部分*/
.carousel-wrap {
    margin-top: 40px;
    margin-bottom: 70px;
}

.carousel {
    width: 680px;
    height: 140px;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

    .slideBox .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
    }

        .slideBox .hd ul li {
            float: left;
            margin-right: 8px;
            width: 6px;
            height: 6px;
            text-align: center;
            background: #fff;
            cursor: pointer;
            border: 1px solid #4f5746;
        }

            .slideBox .hd ul li.on {
                background: #f2a80a;
            }

.slideBox .bd img {
    width: 680px;
    height: 140px;
    display: block;
}

.slideBox .prev {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 14px;
    height: 26px;
    /*background: url(../img/pre-btn.png) no-repeat;*/
}

    .slideBox .prev:hover {
        /*background: url(../img/pre-hover-btn.png) no-repeat;*/
    }

.slideBox .next {
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -17px;
    display: block;
    width: 14px;
    height: 26px;
    /*background: url(../img/next-btn.png) no-repeat;*/
}

    .slideBox .next:hover {
        /*background: url(../img/next-hover-btn.png) no-repeat;*/
    }

/*投诉业务流程*/
/*选择投诉单位*/
.chose-ts {
    height: 300px;
    background-color: #323c9b;
    background: -webkit-linear-gradient(left, #323c9b, #1955bd);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #323c9b, #1955bd);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #323c9b, #1955bd);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #323c9b, #1955bd);
    /* 閺嶅洤鍣惃鍕嚔濞夛拷 */
}

.ts-tit {
    position: absolute;
    font-size: 32px;
    text-align: center;
    width: 150px;
    height: 50px;
    background-color: #4fc4ad;
    line-height: 50px;
    color: #fff;
    font-weight: normal;
}

.jb-tit {
    background: #ff7e4b;
}

.chose-wrap {
    width: 100%;
    background-color: #fff;
}

.chose-ts-tit {
    text-align: center;
}

    .chose-ts-tit span {
        font-size: 32px;
        color: #8c8c8c;
        font-weight: normal;
    }

/*搜索结果列表*/
.search-list-wrap {
    width: 888px;
    margin: 0 auto;
}

.list-num {
    font-size: 14px;
    border-bottom: 1px solid #b3b3b3;
}

.search-items {
    border-bottom: 1px dashed #ccc;
    padding-top: 25px;
    cursor: pointer;
}

    .search-items:hover {
        background-color: #f2f8ff;
    }

    .search-items p {
        color: #262626;
    }

.info-items {
    overflow: hidden;
}

    .info-items div .address-icon {
        display: inline-block;
        width: 11px;
        height: 16px;
        /*background: url(../img/address-icon.png) no-repeat center;*/
        vertical-align: -3px;
    }

    .info-items div .phone-icon {
        display: inline-block;
        width: 15px;
        height: 16px;
        /*background: url(../img/phone-icon.png) no-repeat center;*/
        vertical-align: -3px;
    }

.chose-com {
    display: block;
    width: 98px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #999;
    text-align: center;
    line-height: 38px;
    color: #808080;
    margin-top: -25px;
}

    .chose-com:hover {
        color: #fff;
        background-color: #1670d5;
        border: 1px solid #1670d5;
    }

/*填写消费者信息*/
.input-wrap {
    border-top: 1px solid #b3b3b3;
    padding-top: 15px;
}

.left-box {
    width: 200px;
    text-align: right;
    line-height: 34px;
    margin-right: 15px;
}

    .left-box span {
        color: #999;
    }

.input-tr {
    margin-top: 25px;
}

.name-box {
    width: 132px;
    height: 18px;
    border: 1px solid #999;
    padding: 8px;
    background-color: #f5f5f5;
}

.phone-box {
    width: 218px;
    height: 18px;
    border: 1px solid #999;
    padding: 8px;
    background-color: #f5f5f5;
}

.address-box {
    width: 137px;
    height: 18px;
    border: 1px solid #999;
    padding: 8px;
    cursor: pointer;
}

    .address-box .chose-btn {
        line-height: 20px;
    }

.detail-info-box {
    width: 451px;
    height: 18px;
    border: 1px solid #999;
    padding: 8px;
}

    .detail-info-box input {
        width: 451px;
        color: #262626;
    }

.name-box input,
.phone-box input {
    color: #262626;
    background-color: #f5f5f5;
    width: 140px;
    font-weight: bold;
}

.chose-options {
    display: none;
    width: 153px;
    border: 1px solid #999;
    top: 36px;
    left: -1px;
    z-index: 999;
}

    .chose-options ul li {
        color: #555;
        font-size: 14px;
        height: 25px;
        background-color: #fff;
        line-height: 25px;
        padding: 5px;
    }

        .chose-options ul li:hover {
            background-color: #f5f5f5 !important;
        }

.down-arrow {
    width: 13px;
    height: 7px;
    right: 10px;
    top: 14px;
    /*background: url(./sprite.png) no-repeat;*/
}

/*上一步和提交按钮*/
.wrapper-yw .btn-box {
    overflow: hidden;
    text-align: center;
}

.btn-box .prev-step-btn {
    display: inline-block;
    width: 118px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ccc;
    color: #4c4c4c;
}

.prev-step-btn:hover {
    background-color: #0d7bf8 !important;
    color: #fff;
}

.btn-box .submit-btn {
    display: inline-block;
    width: 118px;
    height: 40px;
    border-radius: 2px;
    background-color: #0d7bf8;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

/*填写业务信息*/
.order-info {
    border-top: 1px solid #b3b3b3;
}

.order-info-detail {
    text-align: center;
    margin-top: 30px;
}

    .order-info-detail span {
        color: #262626;
    }

.order-form-box {
    width: 805px;
    margin: 0 auto;
    margin-top: 20px;
    border-top: 1px dashed #ccc;
}

.xfz-info-table {
    width: 760px;
    margin: 0 auto;
}
