/*下方是轮播图*/
.banner-cont{
    margin-bottom: 20px;
    overflow: hidden;
}
.CarouselPic{
    width: 660px;
    height: 380px;
    position: relative;
    float: left;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper-slide img{
    width: 660px;
    height: 380px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: rgba(255,255,255,0.5);
    opacity: 0.8;
    margin: 0 5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: rgba(255,255,255,1);
    opacity: 1;
}
.swiper-slide img{
    position: relative;
}
p.banner-tit{
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.5),transparent);
    color: #fff;
    width: 628px;
    padding: 0 16px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    margin-top: -50px;
    font-size: 16px;
}
.small-info{
    width: 180px;
    float: right;   
}
.small-info-list{
    width: 180px;
    height: 120px;
    margin-bottom: 10px;

}
.small-info-list:nth-child(3){
    margin-bottom: 0;
}
.small-info-list img{
    width: 180px;
    height: 120px;
    position: relative;
}
p.info-small-tit{  
    height: 30px;
    padding: 0 6px;
    line-height: 30px;
    margin-top: -30px;
    width: 168px;
    font-size: 14px;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.8),transparent);
}
/* 最新发布 */
.info-newest-list{
    clear: both;
    margin-top: 20px;
}
h1.info-newest-tit{ 
    height: 58px;
    line-height: 58px;
    padding: 0 16px;
    width: auto;
    border-bottom: 1px solid #eee;
    color: #000;
    font-size: 18px;
    font-weight: bold; 
}
h1.info-newest-tit i{
    background:#4A8EFF; 
    width: 4px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle; 
}
.info-newest-cont{
    padding: 16px 14px 16px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.info-newest-cont img{
    width: 180px;
    height: 120px;
    margin-right: 14px;
}
a.info-newest-img{
    float: left;
}
.info-newest{
    padding: 4px 0;
    display: inline-block;
}
p.info-newest-tit{
    width: 628px;
    color: #000;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: bold;
}
p.info-newest-txt{
    width: 628px;
    color: #777777;
    line-height: 22px;
    margin-bottom: 14px;
}
span.info-newest-date{
    color: #999999;
    
}
.info-newest-label{
    vertical-align: middle;
    margin-left: 20px;
    display: inline-block;
    max-width: 374px;
    height:22px;
    overflow:hidden;
}
span.info-label-list{
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    background: #FFFFFF;
    border: 1px solid #45CCA2;
    display: inline-block;
    margin-right: 4px;
    color: #45CCA2;
    font-size: 12px;
}
span.info-label-two{
    border: 1px solid #F98865;
    color: #F98865;
}
span.info-label-thr{
    border: 1px solid #65B9F9;
    color: #65B9F9;
}
/* 列表页 */
/* 选择 */
ul.meun-select{
    padding: 16px;
    background: #fff;
    width: 818px;
 }
ul.meun-select li{
    padding: 0 10px;
    height: 26px;
    line-height: 26px;   
    border-radius: 3px;
    display: inline-block;
    color: #666;
    margin-right: 8px;
    margin-bottom: 4px;
 }
ul.meun-select li.active{
    background: #4A8EFF;
    color: #fff;
}
ul.meun-select li:hover{
    background: #4A8EFF;
    color: #fff;
}
h1.info-newslist-tit{
    margin-bottom: 10px;
    background: #fff;
    width: 818px;
    margin-top: 20px;
}
.info-newslist-list{
    margin-top: 0;
}
/* 右侧-产品推荐 */
.product-rec{
    padding: 10px 16px;
}
p.product-rec-tit{
    width: 100%;
    color: #666;
    line-height: 30px;
}
