﻿.banner-content {
    overflow: hidden;
}

.horizontalimage {
    width: 100%;
}

.banner-content .horizontal-item {
    overflow: hidden;
    position: relative;
}

.banner-content .horizontal-item .title {
    display: block;
    position: absolute;
    bottom: 0px;
    background: white;
    opacity: 0.8;
    width: 100%;
    line-height: 25px;
    text-indent: 5px;
}

.banner-content .horizontal-item img {
    width: 100%;
}

.banner-content .vertical-item {
    overflow: hidden;
    position: relative;
}

.banner-content .vertical-item .title {
    display: block;
    position: absolute;
    bottom: 0px;
    background: white;
    opacity: 0.8;
    width: 100%;
    line-height: 25px;
    text-indent: 5px;
}

.banner-content .vertical-item img {
    width: 100%;
    height: 100%;
}

/*begin轮播效果1*/
.slideimage1 {
    position: relative;
    overflow: hidden;
    background: #eeeeee;
}

.slideimage1 ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.slideimage1 li {
    list-style: none;
}

.slideimage1 .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    text-align: center
}

.slideimage1 .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgb(204, 204, 204);
    text-indent: -9999px;
    overflow: hidden;
    margin: 11px 6px;
    cursor: pointer;
}

.slideimage1 .hd li.on {
    background-color: rgb(255, 92, 31);
}

.slideimage1 .bd {
    position: relative;
    z-index: 0;
}

.slideimage1 .bd li {
    position: relative;
    text-align: center;
}

.slideimage1 .bd li img {
    background: url(../images/loading/2.gif) center center no-repeat;
    vertical-align: top;
    width: 100%; /* 图片宽度100%，达到自适应效果 */
}

.slideimage1 .bd li a {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 去掉链接触摸高亮 */
}

.slideimage1 .bd li span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    background: url(../images/focusBg.png) repeat-x;
    color: #fff;
    text-align: left;
    font-size: 18px;
}
.slideimage1 .prevbtn {
    background: url(../../assets/images/left.png) 0 0 no-repeat;
    background-size: 30px auto;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.slideimage1 .nextbtn {
    background: url(../../assets/images/right.png) 0 0 no-repeat;
    background-size: 30px auto;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
}
/*end轮播效果1*/

/*begin轮播效果2*/
.slideimage2 {
    position: relative;
    overflow: hidden;
    background: #eeeeee;
}

.slideimage2 ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.slideimage2 li {
    list-style: none;
}

.slideimage2 .prevbtn {
    position: absolute;
    background: url(../images/arrows.png) 0 0 no-repeat;
    width: 34px;
    height: 80px;
    margin-top:-40px;
    top: 50%;
    left: 10%;
    z-index: 1;
}

.slideimage2 .prevbtn:hover {
    background-position:0 -80px;
}

.slideimage2 .nextbtn {
    position: absolute;
    background: url(../images/arrows.png) -34px 0 no-repeat;
    width: 34px;
    height: 80px;
    margin-top:-40px;
    top: 50%;
    right: 10%;
    z-index: 1;
}

.slideimage2 .nextbtn:hover {
    background-position:-34px -80px;
}

.slideimage2 .bd {
    position: relative;
    z-index: 0;
}

.slideimage2 .bd li {
    text-align: center;
}

.slideimage2 .bd li img {
    background: url(../images/loading/2.gif) center center no-repeat;
    vertical-align: top;
    width: 100%; /* 图片宽度100%，达到自适应效果 */
}

.slideimage2 .bd li a {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 去掉链接触摸高亮 */
}
.slideimage2 .bd li span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 45px;
    line-height: 45px;
    background: black;
    opacity:0.5;
    color: #fff;
    text-align: left;
    font-size: 18px;
}
/*end轮播效果2*/