@charset "utf-8";
@import url("normalize.css");

.wrapper{
    background: #FFF;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.mobile{
    display: none;
}
.banner_text{
    width: 270px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    text-shadow: 1px 1px 12px rgba(0,0,0,0.9);
    transform: translate(-50%,-50%);
}
.banner_text h1{
    font-size: 33px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
}
.banner_text h4{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
.cases_box{
    background:#f7f7f7;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
}
.case_area_title{
    max-width: 1390px;
    width: 90%;
    margin: 0 auto;
    padding-left: 50px;
    padding-bottom: 16px;   
}
.case_area_title h2{
    color:#4a4a4a;
    font-size: 26px;
    text-align: left;
    letter-spacing: 2px;
    padding-left: 10px;
    border-left: 3px solid #4a4a4a;
    display: inline-block;
    line-height: 24px;
}
.case_area_title h3{
    color:#a29d76;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-left: 10px;
    display: inline-block;
}
.cases_content{
    background: url(../images/cases_bg.jpg);
    background-repeat: repeat-y;
    border-top: 1px solid #bcb89a;
    padding: 50px;
    width: 90%;
    max-width: 1390px;
    margin: 0 auto;
    position: relative;
}
.case_all li{
    min-width: 200px;
    width: 16%;
    margin-right: .6%;
    padding: 16px 16px;
    display: inline-block;
    background: #f0f0f0;
    border: 1px solid #d9d9d9;
    margin-bottom: 14px;
    vertical-align: top;
    position: relative;
    box-shadow: 2px 2px 7px rgba(118,118,118,0.43);
    transition: all 0.5s ease-out;
}
.case_all li:hover{
    background: #ffffff;    
    /* box-shadow: 2px 2px 7px rgba(80,80,80,0.6); */
    box-shadow: none;
    transition: all 0.3s ease-out;
}
.case_all li .case_txt{
    font-size: 17px;
    color: #676767;
    text-align: center;
    padding-top: 6px;
    height: 38px;    
}
.case_all li .case_pic {
    width: 100%;
}
.case_all li .case_pic img{
    width: 100%;
}
@media screen and (max-width: 1720px) {
/* .cases_content {
    width: 96%;
} */
.case_all li {
    min-width: auto;
    width: 24%;
    margin-right: .6%;
}
}
@media screen and (max-width: 1590px) {

}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1300px) {
.cases_box {
    padding-bottom: 40px;
}

}
@media screen and (max-width: 1024px) {
.case_all li {
    width: 32%;
    margin-right: .8%;
}
}
@media screen and (max-width: 768px) {
.mobile{
    display: block;
}
.desktop{
    display: none;
}
.case_all li {
    width: 48%;
    margin-right:2%;
}
.cases_content {
    padding: 30px 10px;
    max-width: 92%;
    width: 92%;
}
.case_area_title {
    max-width: 92%;
    width: 92%;
    padding-left: 10px;
}
}
@media screen and (max-width: 510px) {

}

@media screen and (max-width: 420px) {
.cases_box {
    padding-bottom: 10px;
}

.banner_text {
    width: 200px;
}
.banner_text h1 {
    font-size: 22px;
}
.banner_text h4 {
    font-size: 16px;
}
}