﻿body {
    background-color: #f0f0f0;
}

.banner {
    position: relative;
    display: block;
    overflow: hidden;
    height: 15em;
    border-bottom: 1px solid #e0e0e0;
}

.banner_bg {
    position: absolute;
    width: 100%;
    min-height: 15em;
    background-color: #fff;
}

.banner_list > div {
    position: relative;
    width: 100%;
    min-height: 15em;
    cursor:pointer;
}

.banner_list div[data-value="1"] {
    background: url("../images/banner1.jpg") no-repeat center bottom;
    background-size: cover;
}

.banner_list div[data-value="3"] {
    background: url("../images/banner13.jpg") no-repeat center bottom;
    background-size: cover;
}

.banner_list div[data-value="2"] {
    background: url("../images/banner6.jpg") no-repeat center bottom;
    background-size: cover;
}

.banner_list div[data-value="4"] {
    background: url("../images/banner13.jpg") no-repeat center bottom;
    background-size: cover;
}

.banner ul {
    position: absolute;
    list-style-type: none;
    z-index: 301;
    bottom: 0.8em;
    right: 0.5em;
}

    .banner ul li {
        display: block;
        float: left;
        padding: 0 0.3em;
        color: #FFF;
        cursor: pointer;
    }

        .banner ul li.cur {
            color: #900;
        }

#part1 .titleimg {
    background: url("../images/txt_products.png") no-repeat left bottom;
    background-size: contain;
}

#part1_item1 .txt {
    background: url("../images/ico_e8.jpg") no-repeat right content-box;
    background-size: contain;
}

#part1_item2 .txt {
    background: url("../images/ico_e8m.jpg") no-repeat right content-box;
    background-size: contain;
}

#part1_item3 .txt {
    background: url("../images/ico_60.jpg") no-repeat right content-box;
    background-size: contain;
}

#part1_item4 .txt {
    background: url("../images/ico_yun.jpg") no-repeat right content-box;
    background-size: contain;
}

#part1_item5 .txt {
    background: url("../images/ico_dg.jpg") no-repeat right content-box;
    background-size: contain;
}

#part2 .titleimg {
    background: url("../images/txt_case.png") no-repeat left bottom;
    background-size: contain;
}

#part3 .titleimg {
    background: url("../images/txt_service.png") no-repeat left bottom;
    background-size: contain;
}

#part4 .titleimg {
    background: url("../images/txt_news.png") no-repeat left bottom;
    background-size: contain;
}

#part5 .titleimg {
    background: url("../images/txt_evaluation.png") no-repeat left bottom;
    background-size: contain;
}


#part5 dl {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    height: 8em;
}

    #part5 dl .row:before, .row:after {
        display: table;
        content: " ";
    }

    #part5 dl .row:after {
        clear: both;
    }

    #part5 dl .row:before, #part5 dl .row:after {
        display: table;
        content: " ";
    }

    #part5 dl dt {
        float: left;
        margin-top: 0em;
    }

        #part5 dl dt > a {
            display: block;
            width: 3em;
            height: 3em;
            color: white;
            background: #ffabab;
            border-radius: 1.5em;
            text-align: center;
            line-height: 3em;
            cursor: default;
        }

            #part5 dl dt > a > i {
                font-weight: bold;
            }

    #part5 dl dd {
        float: left;
        color: #999999;
        font-size: 1em;
        line-height: 1.2em;
        height: 2em;
    }

    #part5 dl .is_name, #part5 dl .is_emp {
        padding: 0.3em 0 0 1em;
    }

        #part5 dl .is_name > a, #part5 dl .is_emp > a {
            cursor: pointer;
            color: #428bca;
        }

            #part5 dl .is_name > a:hover, #part5 dl .is_emp > a:hover {
                color: #ff6a00;
            }

    #part5 dl .is_product {
        position: absolute;
        padding: 0;
        left: 4em;
        top: 1.8em;
    }

    #part5 dl .is_ip {
        position: absolute;
        color: #999999;
        padding: 0;
        right: 0;
        top: 1.8em;
    }

    #part5 dl .is_time {
        position: absolute;
        color: #999999;
        padding: 0;
        right: 0;
        top: 0;
    }

    #part5 dl .is_start {
        position: absolute;
        padding: 0;
        right: 0;
        top: 3.5em;
    }

#part5 .is_start > .star {
    display: inline-block;
    background: url(../images/star.png) no-repeat left;
    width: 1.3em;
    height: 1.3em;
    background-size:100%;
}

#part5 .is_msg {
    position: absolute;
    border: 0px solid blue;
    overflow: auto;
    width: 21em;
    height: 4.6em;
    margin: 3.5em 0 0 0;
    font-size: 1em;
    color: #666;
    line-height: 1.5em;
    word-break: break-all;
    word-wrap: break-word;
    clear: both;
}

#part5 .is_tool {
    position: absolute;
    right: 0;
    top: 5.3em;
    height: 1.2em;    
}

    #part5 .is_tool > a {
        color: #428bca;
        margin: 0;
    }

        #part5 .is_tool > a:hover {
            color: #ff6a00;
        }

#part5 .hasClick {
    position: absolute;
    color: #ffabab;
    top: 1.2em;
}

