/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/
.inverse-text h5, .widget-title h5 {
    color: #333 !important;
}

.inverse-text ul, .inverse-text ul li, .inverse-text.dark-wrapper li {
    list-style: none;
    color: #666 !important;
}

.inverse-text.dark-wrapper a.nocolor {
    color: #666 !important;
}


footer .widgetbox {
    background: url(/style/images/bg/footer_bg.png) right top no-repeat;
}


/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/

.f_pic {
    width:100%;
    height:95px;
    position:relative;
}
    .f_pic a .f_photo {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 95px;
        position: relative;
        overflow: hidden;
        z-index: 0;
        padding: 12px 14px;
        border: 1px solid #e9e9e9;
        background: #fff;
    }
    .f_pic a .f_photo img {
        width: 100%;
        height: 71px;
    }

    .f_pic:first-child {
        margin-bottom: 10px;
    }

    .f_pic a .f_word {
        background: #e9e9e9;
        position: absolute;
        top: 30px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #666;
        text-align: center;
        z-index: 1;
        filter: alpha(opacity=95);
        opacity: .95;
    }

    

    .f_pic a .f_arrow {
        position: absolute;
        width: 10px;
        top: 30px;
        height: 60px;
        overflow: hidden;
    }
    .f_pic a .f_arrowleft {
        left: -10px;
    }
    .f_pic a .f_arrowright {
        right: -10px;
    }

    .f_pic a .f_arrow b {
        position: absolute;
        display: block;
        height: 40px;
        background: #e9e9e9;
        width: 10px;
        top: 0px;
        z-index: 1;
        filter: alpha(opacity=95);
        opacity: .95;
    }
    .f_pic a .f_arrow span {
        position: absolute;
        display: block;
        height: 60px;
        background: #999;
        width: 60px;
        top: 40px;
        z-index: 0;
    }

    .f_pic a .f_arrow.f_arrowleft span {
        top: -5px;
        -webkit-transform: rotate(-48deg);
        -ms-transform: rotate(-48deg);
        transform: rotate(-48deg);
    }
    .f_pic a .f_arrow.f_arrowright span {
        top: -5px;
        right: 0px;
        -webkit-transform: rotate(48deg);
        -ms-transform: rotate(48deg);
        transform: rotate(48deg);
    }

    .f_pic a:hover .f_word {
        background: #e6212a;
        color:#fff;
    }
    .f_pic a:hover .f_arrow b {
        background: #e6212a;
    }
/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/
    .wxlink {
        width: 100%;
        float: left;
        background-color: #fff;
        padding: 12px 14px;
        border: 1px solid #e9e9e9;
        height: 200px;
        text-align: center;
        position: relative;
    }

    .wxlink .wx_pic {
        clear: both;
        width: 100%;
        min-width: 100px;
        max-width: 140px;
        text-align: center;
        position: relative;
        margin: 0px auto;
    }
        .wxlink .wx_pic img {
            width: 100%;
            margin:0px auto;
        }
    .wxlink .wx_word {
        float: left;
        clear: both;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size:16px;
        text-align:center;
        color:#666;
    }
/*
----------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
*/
.fot_logo {
    
}
.fot_logo img{
    width:100%;
    min-width:100px;
    max-width:200px;
    float:left;
}

.fot_info {
    float:left;
}

    .fot_info li {
        text-align: left;
        color: #999;
    }

.inverse-text ul li, .inverse-text.dark-wrapper li {
    list-style: none;
    color: #999 !important;
}

.fot_contact {
    float:right;
    width:180px;
}

    .fot_contact .fot_word {
        width: 100%;
        color: #999;
        text-align: center;
        height: 36px;
        line-height: 36px;
    }

    .fot_contact .fot_hotline {
        width: 100%;
        text-align: center;
        height: 36px;
    }
        .fot_contact .fot_hotline a {
            display: block;
            border: solid 1px #999;
            height: 36px;
            line-height: 36px;
            text-align: center;
            color: #333 !important;
            font-size: 18px;
            background: #fff;
        }
.inverse-text .fot_contact .fot_hotline a:hover {
    border: solid 1px #e6212a;
    background: #fe6c6d;
    color: #fff !important;
}