@charset "utf-8";

/* CSS Document */

#case {
    width: 100%;
    height: 248px;
}

.aboutImg {
    width: 100%;
    height: 248px;
    overflow: hidden;
    position: relative;
}

.aboutImg .leftBtn {
    position: absolute;
    z-index: 10;
    background: url("../images/leftBtn.png");
    width: 26px;
    height: 26px;
    overflow: hidden;
    left: 0px;
    top: 106px;
    cursor: pointer;
}

.aboutImg .rightBtn {
    position: absolute;
    z-index: 10;
    background: url("../images/rightBtn.png");
    width: 26px;
    height: 26px;
    overflow: hidden;
    right: 0px;
    top: 106px;
    cursor: pointer;
}

.aboutImg .list img {
    width: 268px;
    height: 186px;
    padding: 2px;
    background: #FFF;
    position: absolute;
    z-index: 1;
    left: 52px;
    top: 28px;
    display: none;
    border: 1px solid #ccc
}

.aboutImg .list .img_now {
    width: 364px ;
    height: 248px ;
    top: 0px;
    z-index: 1;
}

.aboutImg .name {
    background: url("images/bg2.png") left top no-repeat;
    width: 176px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    left: 144px;
    bottom: 28px;
}

.aboutImg .name a {
    font-weight: bold;
    color: #FFF;
    display: none;
}

.content .heros{
    width: 520px;
    margin: auto;
    height: 250px;
}
.content .heros img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* 轮播 */
#main {
    width: 690px;
    height: 248px;
    overflow: hidden;
    position: relative;
    margin: 30px auto;
}

#main .box {
    width: 560px;
    height: 248px;
    box-shadow: 0px 0px 5px #ddd;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

#main .box img {
    width: 560px;
    height: 248px;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#main .btnLeft {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0px;
    top: 105px;
    background: url("../images/leftBtn.png") no-repeat 0px 0px;
}

#main .btnRight {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0px;
    top: 105px;
    background: url("../images/rightBtn.png") no-repeat 0px 0px;
}

#main .page {
    width: 132px;
    height: 22px;
    position: absolute;
    bottom: 15px;
    right: 50px;
}

#main .page a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(images/num_grey.png) no-repeat 0px 0px;
    margin: 0px 11px;
    float: left;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

#main .page a.active {
    background: url(images/num_red.png) no-repeat 0px 0px;
}