  ﻿body {
    background: #f8faff
}

.banner-img {
    background: #0F092F;
    margin-top: -5px
}

    .banner-img img {
        width: 100%
    }

.main {
    margin: 40px auto;
    background: #fff;
    border: 1px solid #c8e0fc;
    box-shadow: 0px 0px 10px 0px rgba(0,33,71,0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,33,71,0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px
}

    .main .content {
        padding: 50px
    }

.contact-fl {
    position: relative;
    color: #666
}

    .contact-fl .code {
        position: absolute;
        right: 300px;
        top: 0;
    }

    .contact-fl .qcode_txt {
        width: 140px;
        margin-left: 8px;
    }

        .contact-fl .qcode_txt span {
            width: 80px;
            display: inline-block;
            float: right;
            color: #399EFF;
            line-height: 20px;
        }

    .contact-fl li {
        width: 220px;
        float: left;
        padding: 0 20px;
        border-right: 1px solid #eee;
        margin-bottom: 50px
    }

        .contact-fl li.first {
            width: 100%;
            border-right: none
        }

        .contact-fl li.last {
            border-right: none
        }

    .contact-fl h3, .advice h3 {
        font-size: 25px;
        font-weight: bold
    }

        .contact-fl h3 i, .advice h3 i {
            display: inline-block;
            width: 28px;
            height: 27px;
            vertical-align: middle;
            margin-right: 10px;
            background: url("/public/images/sprite_index.png") no-repeat
        }

        .contact-fl h3 .s1 {
            background-position: -212px -21px
        }

        .contact-fl h3 .s2 {
            background-position: -28px -111px
        }

        .contact-fl h3 .s3 {
            background-position: -239px -21px
        }

        .contact-fl h3 .s4 {
            background-position: -303px -24px
        }

    .contact-fl p {
        text-indent: 37px
    }

.service-btn {
    display: inline-block;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10px
}

    .service-btn i {
        display: inline-block;
        width: 26px;
        height: 26px;
        vertical-align: middle;
        margin-right: 5px;
        background: url("/public/images/sprite_index.png") -186px -22px no-repeat
    }

    .service-btn:hover {
        background: #399EFF;
        color: #fff
    }

        .service-btn:hover i {
            background-position: -157px -22px
        }

.advice {
    padding: 40px 25px;
    border-top: 1px solid #EAEFF4
}

    .advice h3 .icon {
        background-position: -270px -24px
    }

    .advice .warm-text {
        margin-top: 20px;
        padding: 12px 20px;
        background: rgba(254,241,241,1);
        border: 1px solid rgba(249, 115, 115, 0.3);
        color: #F97373;
        border-radius: 4px;
        -webkit-border-radius: 4px
    }

.advice-form .item {
    padding-top: 20px
}

.advice-form .placeholder {
    position: absolute;
    left: 104px;
    top: 27px;
    color: #999
}

.advice-form label {
    display: inline-block;
    width: 7%;
    padding-top: 8px;
    vertical-align: top;
    font-weight: bold
}

.advice-form .select, .advice-form .input, .advice-form .text-area {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.advice-form .text-area {
    width: 80%;
    vertical-align: top
}

.advice-form .select {
    width: 32%
}

.advice-form .input {
    width: 40%
}

.advice-form .sub-btn {
    width: 130px;
    height: 35px;
    margin-left: 7.5%;
    font-size: 16px;
}
