/**/
.xsyd li{
    float: left;
    margin-right: 18px;
    width: 24%;}
.xsyd li .zttp{
    border:5px solid #FFFFFF;
    width: 330px;
    height: 200px;
    overflow: hidden;
    transition: all 3s;}
.xsyd li .zttp:hover img{
    transition: all 3s;
    transform: scale(1.1);}
.xsyd li:hover p{
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    opacity: 0.7;
    transition: all 1s;
    box-sizing: border-box;}
.xsyd .wt{margin-right: 0px;}
.zttop {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin: 40px 0px;}
.zttp img{width:100%;}
.xsyd li p{
    height: 80px;
    width: 100%;
    color: #FFFFFF;
    line-height: 80px;
    text-align: center;
    margin-top: 40px;
    transition: all 1s;
    background:#006c54;}
