﻿.banner1 {
    width: 100%;
    float: left;
    background: #f2f2f2;
    height: 350px;
    line-height: 350px;
    text-align: center;
}

    .banner1 img,
    .banner2 img,
    .banner3 img,
    .banner4 img {
        background-size: 100% !important;
    }

.banner2,
.banner3 {
    width: 100%;
    float: left;
    background: #fff;
    height: 300px;
    text-align: center;
    padding-top: 50px;
}

.banner1 {
    background: url(../../../Images/MR/3gexiaotu.png) no-repeat 50% 0;
}

.banner2 {
    padding-top: 120px;
    background: url(../../../Images/MR/zi.png) no-repeat 50% 0;
}

.banner3 {
    padding-top: 0;
    background: url(../../../Images/MR/shizhuangbao.png) no-repeat;
    background-size: 100%;
}

.banner4 {
    margin-top: 40px;
    height: 400px;
    background: url(../../../Images/MR/womendeyoushi.png) no-repeat;
    background-size: 100%;
}

.title_img {
    width: 100%;
    text-align: center;
    margin: 60px auto 40px;
}

    .title_img img {
        height: 60px;
    }

.now_btn {
    display: block;
    margin: 30px auto 10px;
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(10px);
    }

    50%, 100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce-up {
    25% {
        transform: translateY(10px);
    }

    50%, 100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-10px);
    }
}

.animate-bounce-up {
    -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
}

.doforyou_ul .col-md-6 {
    padding: 0 5px;
}

.doforyou_li {
    display: inline-block;
    width: 100%;
    height: 380px;
    float: left;
}

    .doforyou_li img {
        width: 100%;
        height: auto;
    }

    .doforyou_li:hover {
        -webkit-transform: rotate3d(0,1,0,360deg);
        -moz-transform: rotate3d(0,1,0,360deg);
        transform: rotate3d(0,1,0,360deg);
        transition: -webkit-transform 2s ease-out;
        transition: -moz-transform 2s ease-out;
        transition: transform 2s ease-out;
    }

.doforyou_li1 {
    background: url(../../../Images/MR/1.png) no-repeat;
}

    .doforyou_li1:hover {
        background: url(../../../Images/MR/11.png) no-repeat;
    }

.doforyou_li2 {
    background: url(../../../Images/MR/2.png) no-repeat;
}

    .doforyou_li2:hover {
        background: url(../../../Images/MR/22.png) no-repeat;
    }

.doforyou_li3 {
    background: url(../../../Images/MR/3.png) no-repeat;
}

    .doforyou_li3:hover {
        background: url(../../../Images/MR/33.png) no-repeat;
    }

.doforyou_li4 {
    background: url(../../../Images/MR/4.png) no-repeat;
}

    .doforyou_li4:hover {
        background: url(../../../Images/MR/44.png) no-repeat;
    }

.doforyou_li5 {
    background: url(../../../Images/MR/5.png) no-repeat;
}

    .doforyou_li5:hover {
        background: url(../../../Images/MR/55.png) no-repeat;
    }

.doforyou_li6 {
    background: url(../../../Images/MR/6.png) no-repeat;
}

    .doforyou_li6:hover {
        background: url(../../../Images/MR/66.png) no-repeat;
    }

.doforyou_li7 {
    background: url(../../../Images/MR/7.png) no-repeat;
}

    .doforyou_li7:hover {
        background: url(../../../Images/MR/77.png) no-repeat;
    }

.doforyou_li8 {
    background: url(../../../Images/MR/8.png) no-repeat;
}

    .doforyou_li8:hover {
        background: url(../../../Images/MR/88.png) no-repeat;
    }
/*展示列表*/
.decorationcase_show {
    width: 100%;
    margin: 30px 0 50px;
    padding: 0 10px;
    float: left;
}

.decorationcase {
    width: 100%;
    height: 290px;
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
    margin-right: 6px;
    margin-top: 10px;
    text-align: center;
}

    .decorationcase .beijing {
        width: 200px;
        height: auto;
        background-size: 100%;
    }

    .decorationcase .miaoshu {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 50px;
        background: rgba(0, 0, 0, .5);
        padding: 8px 20px;
        text-align: left;
    }

    .decorationcase .yanjing {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
    }

.miaoshu p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.miaoshu span {
    color: #fff;
}

@media (max-width:768px ) {
    .title_img {
        width: 100%;
        text-align: center;
        margin: 20px auto 15px;
    }

        .title_img img {
            height: 50px;
        }

    .banner1, .banner2, .banner3, .banner4 {
        background-size: 100% !important;
    }

    .banner1 {
        height: 115px;
        line-height: 115px;
    }

    .banner2 {
        padding-top: 50px;
        height: auto;
    }

    .banner3 {
        height: auto;
    }

    .doforyou_ul {
        margin-left: -45px;
    }

    .doforyou_li {
        background-size: 100%;
        height: 210px;
        margin-bottom: 10px;
    }

    .banner4 {
        height: 100px;
    }

    .decorationcase {
        height: 88px;
        border: 1px solid #ddd;
        display: inline-block;
        position: relative;
        margin-right: 0;
        margin-top: 10px;
    }

        .decorationcase .beijing {
            height: 100%;
            width: 100%;
        }

        .decorationcase .miaoshu {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 35px;
            background: rgba(0, 0, 0, .5);
            padding: 2px 5px;
        }

    .miaoshu p {
        font-size: 10px;
        color: #fff;
        margin-bottom: 0;
    }
}
