﻿@charset "utf-8";
/* CSS Document */

.tool-wrapper:after, .tool-box1:after, .tool-box1 span:after, .tool-box1 dl:after, .t-box dl:after {
    clear: both;
    content: "";
    height: 0;
    overflow: hidden;
    line-height: 0;
    display: block;
}

.tool-wrapper {
    width: 1000px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    padding-bottom: 50px;
    padding-top: 0;
}


.tool-box1 {
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

    .tool-box1 .tool-box1-nav {
        display: block;
        height: 50px;
        line-height: 50px;
        background: #FAFAFA;
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
    }

        .tool-box1 .tool-box1-nav a {
            display: inline-block;
            float: left;
            border-right: 1px solid #e8e8e8;
            width: 33.2%;
        }


    .tool-box1 span .current {
        background: #fff;
        height: 49px;
        border-bottom: 2px solid #FF8400;
    }

    .tool-box1 dl {
        height: 90px;
        border-right: 1px solid #e8e8e8;
        width: 24.9%;
        display: inline-block;
        float: left;
        border-bottom: 1px solid #e8e8e8;
    }

        .tool-box1 dl.fist_line {
            border-top: none;
            background: url(/images/ico-tj.png);
            background-repeat: no-repeat;
        }

        .tool-box1 dl.last {
            border-right: none;
        }

        .tool-box1 dl a {
            display: block;
            height: 90px;
        }

    .tool-box1 dt {
        width: 50px;
        height: 50px;
        display: inline-block;
        float: left;
        margin: 20px 20px auto 20px;
    }

        .tool-box1 dt img {
            width: 50px;
            height: 50px;
        }

    .tool-box1 dd {
        width: 145px;
        display: inline-block;
        float: left;
        margin-top: 20px;
    }

        .tool-box1 dd h5 {
            font-size: 15px;
            color: #000;
            width: 145px;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        .tool-box1 dd p {
            display: block;
            font-size: 12px;
            color: #999;
            overflow: hidden;
            height: 34px;
        }
/**/
.tool-box2 {
    display: block;
    margin-top: 30px;
}

    .tool-box2 .t-box.right {
        float: right;
    }

.t-box {
    display: block;
    float: left;
    width: 485px;
    border: 1px solid #e8e8e8;
}

    .t-box .t-bar {
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        display: block;
        border-bottom: 2px solid #FF8400;
        font-size: 15px;
        color: #333;
    }

    .t-box dl {
        display: inline-block;
        float: left;
        width: 33.3%;
        position: relative;
    }

    .t-box dt {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        margin-top: 20px;
    }

        .t-box dt img {
            width: 60px;
            height: 60px;
            border-radius: 5px;
        }

    .t-box dd {
        display: block;
        font-size: 12px;
        color: #333;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        width: 150px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .t-box dl i {
        display: block;
        font-size: 13px;
        color: #999;
        position: absolute;
        top: 15px;
        left: 25px;
    }
/**/
.slide-btn {
    cursor: auto;
    position: relative;
}

    .slide-btn a {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
    }

    .slide-btn .btn-able-next {
        background: url(/images/btn-able-next.png) center no-repeat;
    }

    .slide-btn .btn-able-last {
        background: url(/images/btn-able-last.png) center no-repeat;
    }

    .slide-btn .btn-unable-next {
        background: url(/images/btn-unable-next.png) center no-repeat;
    }

    .slide-btn .btn-unable-last {
        background: url(/images/btn-unable-last.png) center no-repeat;
    }

    .slide-btn .btn-last {
        left: 30px;
    }

    .slide-btn .btn-next {
        right: 30px;
    }

.t-bar > div {
    float: left;
}

.t-bar .more_link {
    float: right;
    margin-right: 20px;
    font-size: 14px;
}

    .t-bar .more_link a {
        color: #44A5F9;
    }

@media screen and (max-width:1520px) {
    .tool-wrapper {
        width: 960px;
    }

    .t-box {
        width: 470px;
    }
}
