
.btn12 {
    width: 100%;
    overflow: hidden;
    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);
}
.btn12 img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.btn12 .ovrly {
    background: rgba(180, 150, 104, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn12 .buttons {
    position: absolute;
    top: 45%;
    left: 50%;
	width:100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn12 .buttons .fa {
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
	font-family:"宋体", "微软雅黑", "黑体";
    font-size: 50px;
    text-align: center;
    text-decoration: none;
    width: 41px;
    height: 41px;
	left:50%;
	margin-left:-20px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: transparent;


}
.btn12 .buttons .wz{
	background-color: transparent;
    font-family:"微软雅黑";
    font-size: 20px;
	font-weight:bold;
    text-align: center;
    text-decoration: none;
	display:block;
    width: 100%;
    height: 40px;
	top:35px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: transparent;
	}
.btn12:hover .buttons .fa {
    color:#fff;
	border:#fff 2px solid;
   
}
.btn12:hover .buttons .wz {
    color:#fff;
	   
}
.btn12:hover .ovrly {
    opacity: 1;
}


.image03 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.image03 img {
    width: 100%;
    top: 0;
    position: relative;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.image03:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
