@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    background-color: #FAFAFA;
}

html,
body {
    height: 100%;
}

img {
    border: none;
}

* {
    font-family: Microsoft Yahei, Arial;
    font-size: 14px;
    color: #555;
}

dl,
dt,
dd {
    display: block;
    margin: 0;
}

a {
    text-decoration: none;
}

.master {
    min-height: 100%;
}

.clear {
    clear: both;
}

.footer_fixed {
    height: 40px;
    margin-top: 40px;
}
/*left*/
.leftsidebar_box {
    width: 220px;
    min-height: 600px;
    background: #fff;
    border: 1px solid #f2f2f2;
}

    .leftsidebar_box dt {
        padding-left: 40px;
        padding-right: 10px;
        background-repeat: no-repeat;
        color: #555;
        font-size: 16px;
        position: relative;
        line-height: 48px;
        cursor: pointer;
        border-top: 1px solid #f2f2f2;
    }

        .leftsidebar_box dt img {
            position: absolute;
            right: 10px;
            top: 20px;
        }

    .leftsidebar_box dd {
        background-color: #fff;
        line-height: 40px;
    }

        .leftsidebar_box dd a {
            line-height: 50px;
            display: block;
            padding-left: 55px;
        }

        .leftsidebar_box dd:hover {
            background: #fbfbfb;
        }

.system_log dt {
    border-top: none;
}

.active {
    background: #75C146;
    color: #fff;
}
/*right*/
.main {
    max-width: 1300px;
    margin: 40px auto 0 auto;
    text-align: left;
    min-width: 800px;
}

    .main .rxl-bodytable {
        width: 100%;
    }

        .main .rxl-bodytable td {
            vertical-align: top;
        }

        .main .rxl-bodytable .rxl-bodyleft {
            width: 230px;
        }

    .main .container {
        background: #fff;
        border: 1px solid #eee;
        min-height: 600px;
        max-width: 1064px;
        margin-bottom: 10px;
    }

        .main .container .title {
            height: 60px;
            line-height: 60px;
            margin: 0 10px;
            padding: 0 5px;
            font-size: 18px;
            border-bottom: 1px solid #eee;
        }

        .main .container .detail {
            margin: 25px 15px;
            text-align: left;
            /*text-indent: 2em;*/
            line-height: 2em;
            font-size: 14px;
        }
/*header*/
.header {
    height: 70px;
    line-height: 70px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

    .header .center {
        max-width: 1380px;
        margin: 0 auto;
        text-align: left;
        min-width: 800px;
    }

    .header .logo img {
        max-height: 60px;
        vertical-align: middle;
    }

    .header .logo span {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        padding-left: 10px;
        border-left: 1px solid #ddd;
        margin-left: 10px;
        font-size: 18px;
        color: #333945;
        vertical-align: middle;
        position: relative;
        top: 2px;
    }
/*footer*/
.footer {
    height: 40px;
    line-height: 40px;
    background: #3D3D3F;
    font-size: 12px;
    text-align: center;
    color: #999;
    width: 100%;
}

.rxl-table {
    border-collapse: collapse;
    width: 100%;
}

    .rxl-table th {
        background-color: #f4f5f9;
    }

    .rxl-table th,
    .rxl-table td {
        border: 1px solid #555;
        padding: 5px;
    }

.rxl-red th,
.rxl-red td {
    color: red;
}
/*首页*/
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.pay_type {
    background: #fff;
    max-width: 1200px;
    min-width: 800px;
    margin: 0 auto;
}

    .pay_type .title {
        height: 58px;
        line-height: 58px;
        text-indent: 32px;
        font-size: 24px;
        background: #F5F5F5;
        border-bottom: 1px solid #eee;
    }

    .pay_type .list {
        width: 968px;
        margin: 25px auto;
    }

        .pay_type .list ul {
            padding-bottom: 40px;
        }

            .pay_type .list ul li {
                float: left;
                width: 210px;
                height: 270px;
                border: 1px solid #eee;
                margin: 15px;
                list-style: none;
                border-radius: 2px;
            }

                .pay_type .list ul li a {
                    display: block;
                    height: 270px;
                    overflow: hidden;
                    padding: 0 8px;
                    text-align: center;
                }

                    .pay_type .list ul li a h4 {
                        font-size: 14px;
                        font-weight: normal;
                        margin-top: 26px;
                    }

                    .pay_type .list ul li a p {
                        color: #bbb;
                        margin-top: 8px;
                        line-height: 1.6;
                    }

                    .pay_type .list ul li a .ico {
                        display: inline-block;
                        width: 100px;
                        height: 100px;
                        margin-top: 42px;
                    }

                    .pay_type .list ul li a .icon1 {
                        background: url(../images/pay2.png) center center no-repeat;
                    }

                    .pay_type .list ul li a .icon2 {
                        background: url(../images/pay12.png) center center no-repeat;
                    }

                    .pay_type .list ul li a .icon3 {
                        background: url(../images/pay.png) center center no-repeat;
                    }

                    .pay_type .list ul li a .icon4 {
                        background: url(../images/pay4.png) center center no-repeat;
                    }

                    .pay_type .list ul li a .icon5 {
                        background: url(../images/pay5.png) center center no-repeat;
                    }

                    .pay_type .list ul li a .icon6 {
                        background: url(../images/pay6.png) center center no-repeat;
                    }

                    .pay_type .list ul li a .icon7 {
                        background: url(../images/jd.png) center center no-repeat;
                    }

                    .pay_type .list ul li a .icon8 {
                        background: url(../images/pay8.png) center center no-repeat;
                    }

                    .pay_type .list ul li a .icon9 {
                        background: url(../images/pay9.png) center center no-repeat;
                    }

                    .pay_type .list ul li a .icon10 {
                        background: url(../images/api.png) center center no-repeat;
                    }

                    .pay_type .list ul li a .icon11 {
                        background: url(../images/pay10.png) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon12 {
                        background: url(../images/pay11.png) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon13 {
                        background: url(../images/xs.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon14 {
                        background: url(../images/fy.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon15 {
                        background: url(../images/hj.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon16 {
                        background: url(../images/dlb.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon17 {
                        background: url(../images/YS1.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon18 {
                        background: url(../images/YS2.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon19 {
                        background: url(../images/ldys.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon20 {
                        background: url(../images/tt.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon21 {
                        background: url(../images/ll.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon22 {
                        background: url(../images/jyt.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon23 {
                        background: url(../images/jl.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon24 {
                        background: url(../images/zjsk.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon25 {
                        background: url(../images/hfb.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon26 {
                        background: url(../images/klt.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon27 {
                        background: url(../images/fb.jpg) center center no-repeat;
                    }
                    .pay_type .list ul li a .icon28 {
                        background: url(../images/sn.jpg) center center no-repeat;
                    }
