﻿@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #fafafa url(../img/body_bg.png) repeat;
    background-size: 85%;
}

.con_box {
    margin: 0 auto;
    background: #fff;
    z-index: 0;
}

.content {
    position: relative;
    display: flex;
}
.sh_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.35rem;
}
.sh_box .img_s{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.3rem;
}
.sh_box .img_s a{
    display: block;
}
.sh_box .img_s a p.title{
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0.2rem;
    font-family: Verdana;
    background: #00000069;
    font-size: 0.25rem;
}

.sh_box .img_s img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .7s ease-in-out;
    display: block;
}
/* .sh_box .img_s :hover img{
    transform: scale(1.1);
} */