@charset "utf-8"; /* css 重置 */
.aboutScroll * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aboutScroll img {
    border: 0;
    vertical-align: bottom;
}

.aboutScroll a {
    text-decoration: none;
    color: #fff;
    /*background:#434242;*/
}

.aboutScroll a:hover {
    /*background:#e50202;*/
}

.aboutScroll .txt {
    padding-top: 0.3rem;
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.5rem;
}



.aboutScroll .tempWrap {
    margin: 0 auto;
    /* width: 100% !important; */
    /* max-width: 100% !important; */
}

/* 本例子css */
.aboutScroll {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 3rem;
}




.aboutScroll .bd a.prev, .aboutScroll .bd a.next {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    cursor: pointer;
    background: url(/template/images/bt2.png) no-repeat;
    background-size: auto 100%;
    top: 10.5rem;
    border-radius: 100rem;
    background-color: #f8f8f8;
    border: 0.38rem solid #f8f8f8;
    z-index: 500;
}

.aboutScroll .bd a.prev {
    left: 36%;
    background-position-x: 0;
}

.aboutScroll .bd a.prev:hover {
    background-position-x: 0;
}

.aboutScroll .bd a.next {
    right: 36%;
    background-position-x: -3.9rem;
}






.aboutScroll .bd ul {
    overflow: hidden;
    zoom:1; }

.aboutScroll .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    /*text-align:center;*/
    /* padding: 0.2rem; */
    background: #f5f5f5;
    border-radius: 0.3rem;
}








.aboutScroll .bd ul li .item {width: 8rem;}

.aboutScroll .bd ul li .item img {
    width: 8rem;
    height: auto;
}
