﻿.container {
    width: 1200px;
    margin: 20px auto;
}
.titG {
    color: #333;
    font-size: 36px;
    text-align: center;
    padding-top: 24px;
}

.z_infoG {
    color: #666666;
    font-size: 17px;
    text-align: center;
    line-height: 25px;
    padding: 0 26px;
}

.w_lineG {
    width: 50px;
    height: 5px;
    background: #ccc;
    margin: 20px auto;
}

.w_con {
    position: relative;
    width: 100%;
    height: 480px;
    background: #fff;
}

    .w_con .wl_con {
        width: 1080px;
        margin: 25px auto 0;
        overflow: hidden;
    }

        .w_con .wl_con h3 {
            font-size: 24px;
            color: #1e88e5;
            width: 125px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            border-left: 2px solid #1e88e5;
            float: left;
        }

.nomr {
    margin-right: 0 !important;
}

.w_con .wl_con ul.xuanxiang {
    position: relative;
    width: 465px;
    height: 40px;
    margin: auto;
}

    .w_con .wl_con ul.xuanxiang:before {
        content: "";
        position: absolute;
        width: 280px;
        height: 1px;
        background: #ccc;
        left: -340px;
        top: 18px;
    }

    .w_con .wl_con ul.xuanxiang:after {
        content: "";
        position: absolute;
        width: 280px;
        height: 1px;
        background: #ccc;
        right: -340px;
        top: 18px;
    }

.w_con .wl_con ul {
    width: 1080px;
    height: 224px;
    position: relative;
}

.xuanxiang li {
    width: 128px;
    height: 35px;
    background: #ededed;
    float: left;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    margin-right: 40px;
}

.w_con .wl_con ul .w_cons {
    color: #fff;
    background: #3cb46d;
}

.w_con .wl_con > ul > li {
    width: 250px;
    height: 178px;
    float: left;
    margin-left: 26px;
    margin-top: 30px;
    position: relative;
}

    .w_con .wl_con > ul > li > div > p {
        width: 100%;
        height: 30px;
        line-height: 30px;
        background: rgba(0,0,0,.5);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
        position: absolute;
        bottom: 0;
        color:#fff;
        text-align:center;
    }

.w_con .wl_con > ul {
    display: none;
}

.w_con .wl_con > .w_con_show {
    display: block;
}

.w_con .wr_con {
    margin-top: 50px;
    margin-right: 110px;
    position: relative;
}

    .w_con .wr_con p {
        width: 186px;
        height: 35px;
        line-height: 35px;
        background: rgba(55,85,219,.9);
        position: absolute;
        top: 51px;
        z-index: 9;
        left: 12px;
    }

.w_con .wl_con ul li > div {
    width: 250px;
    height: 178px;
    overflow: hidden;
}

.w_con .wl_con ul li img {
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.w_con .wl_con ul li:hover img {
    webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
 
