/* 中间内容 */
.container{
    width: 100%;
    min-height: 450px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}
.title{
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 30px;
    margin: 30px;
    box-sizing: border-box;
}
.subhead{
    color: #444;
    font-size: 22px;
    font-weight: bold;
    padding: 0 20px;
    box-sizing: border-box;
    padding-bottom: 20px;
    text-align: center;
}
.infobox{
    text-align: center;
    font-size: 14px;
    color: #aaa;
    padding: 0 20px 10px 20px;
    border-bottom: 1px dashed #dbdbdb;
    line-height: 20px;
    box-sizing: border-box;
    margin: 0 20px;
}
.dataInfo-item{
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
}
.dataInfo-item span{
    color: #333;
}
/*swiper盒子*/
.swiper-box{
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}
.swiper-big{
    width: 100%;
    height: 600px;
    position: relative;
}
.swiper-big .swiper-prev{
    width: 34px;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background:rgba(0,0,0,.5) url("../images/swiper-left.png") no-repeat;
    background-size:  auto 90%;
    background-position:-10px 4px;
    z-index: 11;
    cursor: pointer;
    display: none;
}

.swiper-big .swiper-next{
    width: 34px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background:rgba(0,0,0,.5) url("../images/swiper-right.png") no-repeat;
    background-size:  auto 90%;
    background-position:-10px 4px;
    z-index: 11;
    cursor: pointer;
}
.swiper-big .swiper-prev:hover,.swiper-next:hover{
    transform: scale(1.1);
}
.swiper-slide{
    width: auto;
    height: 100% !important;
    text-align: center;
}
#bigswiper .swiper-slide{
    width: 100% !important;
    height: 100%;
    text-align: center;
}
.swiper-small{
    width: auto;
    height: 120px;
    margin-top: 20px;
}
.swiper-small .swiper-slide:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}
.swiper-small .swiper-slide-thumb-active:before{
    background: rgba(0,0,0,0)!important;
}
.swiper-slide{
    cursor: pointer;
}
.swiper-slide img {
    max-width: 100%;
    width: auto;
    height: 100%;
}
.content {
    padding: 20px;
    line-height: 24px;
    box-sizing: border-box;
}