﻿.banner {
    background-image: url(/images/activity/recoveryareabannerbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 120px;
    min-width: 1210px;
    width: 100%;
    text-align: center;
}

.container {
    background-color: #f6f6f6;
    width: 100%;
    padding-top: 27px;
}

    .container .department {
        width: 1210px;
        height: 60px;
        background-color: #fff;
        margin: 0 auto;
    }

        .container .department .separator {
            position: absolute;
            top: 10px;
            right: -1px;
            background-image: url(/images/activity/recoveryareaseparator.jpg);
            background-size: auto 100%;
            background-repeat: no-repeat;
            height: 40px;
            width: 2px;
        }

        .container .department ul li {
            float: left;
            width: 110px;
            height: 60px;
            text-align: center;
            overflow: hidden;
            padding-left: 20px;
            padding-right: 20px;
            border-left-width: 1px;
            position:relative;
        }

            .container .department ul li a:hover {
                background-color: #0f61aa;
                color: #fff;
            }

            .container .department ul li a {
                display: inline-block;
                width: 110px;
                height: 30px;
                margin-top: 15px;
                border-radius: 15px;
                line-height: 30px;
                overflow: hidden;
                font-size: 16px;
                color: #000;
            }

    .container .floor {
        width:1190px;
        margin:0 auto;
        margin-top:30px;
        border-left:6px solid #000;
        padding-left:14px;
        font-size:16px;       
    }
    .container .floorbottom {
        background-color: #f6f6f6; height: 9px;
    }
        .container .product {
            width: 1210px;
            margin: 0 auto;
        }
        .container .product ul{
            background:#f6f6f6;
        }
        .container .product ul li {
            width: 238px;
            height: 245px;
            background-color: #fff;
            margin-top: 6px;
            float: left;
            margin-left: 5px;
            position:relative;
        }
        .container .product ul li:nth-child(5n+1){
            margin-left:0px;
        }
.clear{
    clear:both;
}
.container .department .departmentSelected {
    background-color: #0f61aa;
    color: #fff;
}
.container .product ul li img{
    width:200px;
    height:200px;
    margin:0 auto;
    display:block;
}
.container .product ul li p{
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    color:#000;
}
.container .product .mask{
    width:100%;
    height:27%;
    position:absolute;
    background:rgba(0,0,0,0.7);
    bottom:0px;
    display:none;
}
.xunjiaImg {
    position: absolute;
    width: 120px;
    height: 32px;
    bottom: 47px;
    left: 59px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #6a58fa;
    color: #6a58fa;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

    .xunjiaImg a:hover {
        color: #6a58fa;
    }
/*底部问题*/
.foot-nav2020 {
    margin-top: 0px !important;
}
/*头部问题*/
.headerw-2016 {
    margin-top: 0px !important; 
    padding-top: 26px;
    background-color:#fff;
}
.headmain-2017{
    background-color:#fff;
}
.daitianchong {
    display: inline-block;
    position: absolute;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -20px;
    font-size: 20px;
    color: #f6f6f6;

}