

/* 宽度 */
.case111 .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
/* 颜色 */
.case111 .c_con111 dl {
    width: 385px;
    border: 1px solid #999999;
    float: left;
    padding-bottom: 50px;
    position: relative;
    margin-left: 22px;
}
.case111 .c_con111 dl dd.dd1 a {
    color: #333;
}
.case111 .c_con111 dl dd.dd1 em {
    display: block;
    width: 32px;
    height: 3px;
    background: #999999;
    margin: 20px auto 0 auto;
}
.case111 .c_con111 dl dd.dd2 a {
    color: #333;
}
.case111 .c_con111 dl dd.dd3 {
    position: absolute;
    left: 50%;
    width: 140px;
    height: 36px;
    line-height: 36px;
    margin-left: -70px;
    bottom: -18px;
    background: #7b7b7b;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.case111 .c_con111 dl:hover dd.dd3 {
    background: #009946;
}
.case111 .c_con111 dl dd.dd3 a {
    color: #fff;
}
/* 颜色 end*/
.case111 {
    padding-bottom: 70px;
}
.case111 .c_con111 dl:first-child {
    margin-left: 0;
}
.case111 .c_con111 dl dt {
    width: 385px;
    height: 289px;
    margin: -1px 0 0 -1px;
    position: relative;
    overflow: hidden;
}
.case111 .c_con111 dl dt img {
    display: block;
    width: 385px;
    height: 289px;
    transition: all 0.5s;
}
.case111 .c_con111 dl dt img:hover {
    transform: scale(1.1);
}
.case111 .c_con111 dl dd.dd1 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 12px 0;
    text-align: center;
}
.case111 .c_con111 dl dd.dd2 {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    padding: 0 25px;
    overflow: hidden;
}

