.info1 > .caseshow {
    width: 168px;
}
.caseimg {
    margin: auto 41px;
    position:relative;
}
.caseimg > .img > img {
    margin-left: 28px;
    margin-top: 40px;
    float: left;
    cursor: pointer;
}
.caseimg > .img > img:nth-child(4n-3) {
    margin-left: 0px;
}
.caseimg > .img > img:last-child {
    margin-bottom: 112px;
}
.turn {
    position: absolute;
    left: 0px;
    bottom: 44px;
}
.first {
    color: #232323;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}
#number {
    display: inline-block;
    vertical-align: top;
}
.num {
    color: #232323;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #999;
    font-size: 16px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.info3 {
    margin: 0 auto;
    background: #F7F7F7;
    display:none;
}
.crumbs {
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
    margin-left: 30px;
    padding:14px 0;
}
.crumbs > a:hover {
    color: #FFC90C;
}
.des {
    background: #fff;
    margin: 0 auto;
}
.des > .title {
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    line-height: 20px;
    text-align: center;
    padding-top: 44px;
}
.des > .time {
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
    text-align: center;
    margin: 10px 0 30px;
}
.des > .desimg > img {
    margin: 0 40px 20px;
}
.des > .content {
    width: 1286px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-indent: 2em;
}
.divider {
    width: 1286px;
    height: 2px;
    background: #D6D6D6;
    margin: 0 auto;
    margin-top: 20px;
}
.nextdes {
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin: 20px 0 0 40px;
    padding-bottom: 44px;
    cursor: pointer;
}
.nextdes > span:hover {
    color: #FFC90C;
}

@media screen and (width: 1366px) {
    .caseimg {
        margin: auto 32px;
    }
    .des > .desimg > img {
        margin: 0 31px 20px;
    }
}
