.ovrly21 {
    width: 100%;
    overflow: hidden;
    height:170px;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.ovr_height{
    height: 250px;
}
.ovrly21 img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ovrly21 .ovrly {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -moz-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ovrly21 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ovrly21 .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;*/
    border-radius: 8px;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 150px;
    height: 35px;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
}
.ovrly21:hover .ovrly {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}
.ovrly21:hover .buttons .fa {
    opacity: 1;
}
.tag_a{
    display: block;
    line-height: 35px;
    text-align: center;
    width: 100px;
    height: 35px;
    border: 1px solid #cacaca;
}
.tag_top{
    width:30%;
    float: left;
    margin: 20px 1.5%;
}
.cptn03 {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.cptn03 img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 11;
}
.cptn03 .cptn {
    background: #333;
    width: 100%;
    height: 30%;
    bottom: -30%;
    position: absolute;
    left: 0;
    z-index: 111;
    overflow: auto;
    padding: 0 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cptn03 .cptn div {
    float: left;
    height: 100%;
}
.cptn03 .cptn .fa {
    -wibkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #fff;
    -wibkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    margin-top: 10px;
    opacity: 0.3;
}
.cptn03 .cptn .fa:hover {
    opacity: 1;
}
.cptn03 .cptn h3 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
}
.cptn03 .cptn p {
    color: #6a6a6a;
    font-size: 14px;
}
.cptn03:hover img {
    bottom: 30%;
}
.cptn03:hover .cptn {
    bottom: 0;
}
.dtl23 {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.dtl23 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl23 .dtl {
    background: #333;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dtl23 .dtl h3,
.dtl23 .dtl p,
.dtl23 .dtl a {
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    transition: all 0.3s 0.3s;
}
.dtl23 .dtl h3 {
    left: -500px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.dtl23 .dtl p {
    left: 100px;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #9d9c9c;
    text-indent: 10px;
}
.dtl23 .dtl a {
    left: 100px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    float: right;
    font-size: 13px;
    padding:5px;
    top: 50%;
    text-align: center;
    text-decoration: none;

}
.dtl23 .dtl a:hover {
    background: red;
    border: 1px solid red;
    color: #fff;
}
.dtl23:hover .dtl h3,
.dtl23:hover .dtl p,
.dtl23:hover .dtl a {
    left: 0;
    opacity: 1;
}
.dtl23:hover .dtl {
    visibility: visible;
    opacity: 1;
}

