 a:hover{    text-decoration: none;}

/*产品展示区域*/
.productBox{
    height: auto;
    padding: 0;
    font-size: 0;
    margin-top: 42px;
    margin-bottom: 74px;
}
.productBox .core{
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
 .productBox .core .col-md-9{
     padding-right: 10px;
     padding-left: 0;
 }
 .productBox .core .col-md-9 .left{
     background: #ebebeb;
     padding: 30px 28px;
     font-size: 13px;
     line-height: 20px;
     color: #666;
 }
 .productBox .core .col-md-9 h1.title{
     font-size: 18px;
     color: #656464;
     margin: 0;
     padding: 0;
     font-weight: bold;
 }
 .productBox .core .col-md-9 p.time{
     font-size: 13px;
     color: #a2a0a0;
     margin: 0 0 14px 0;
     padding: 8px 0 12px 0;
     border-bottom: 2px #c4c4c5 solid;
 }
 .productBox .core .col-md-9 img{
     max-width: 100%;
     margin-bottom: 12px;
 }

 .allBtn .previousBtn {
     float: left;
     background: #dedede;
 }
 .allBtn .nextBtn {
     background: #dedede;
 }


 .productBox .core .col-md-3{
     padding-right: 42px;
     padding-left: 10px;
 }
 .productBox .core .col-md-3 .right{
     background: #ebebeb;
     padding: 30px 28px;
 }
 .productBox .core .col-md-3 .soso{
     position: relative;
 }
 .productBox .core .col-md-3 input:nth-child(1){
     width: 100%;
     height: 40px;
     display: inline-block;
     padding: 6px 8px;
     box-sizing: border-box;
     border-radius: 6px;
     border: 1px #ccc solid;
     /*outline: none;*/
     background: #ebebeb;
     font-size: 14px;
     color: #333;
 }
 .productBox .core .col-md-3 .sosoIcon{
     position: absolute;
     top: 0;
     right: 0;
     z-index: 1000;
     cursor: pointer;
     background: url(../img/soso.png) no-repeat center;
     background-size: auto;
     display: inline-block;
     width: 40px;
     height: 40px;
     border: none;
 }
 .productBox .core .col-md-3 h2{
     color: #5c5c5c;
     border-top: 2px #c7c7c7 solid;
     border-bottom: 2px #c7c7c7 solid;
     font-size: 16px;
     padding:  9px 0 9px 20px;
 }
 .productBox .core .col-md-3 ul li a{
     display: block;
     line-height: 32px;
     font-size: 14px;
     color: #5c5c5c;
     padding-left: 8px;
	 overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
 }
 .productBox .core .col-md-3 ul li a:hover{
     color: #333;
 }






 .footerBox{
    background: #ebebeb;
}






/*平板端的样式设置*/
@media screen and (max-width: 1100px){



}








/*手机端的样式设置*/
@media screen and (max-width: 800px){
    .productBox{
        box-sizing: border-box;
        padding:12px 7px 40px 7px;
        margin-top: 62px;
        margin-bottom: 0px;
        background: #f5f6f6;
    }
    .productBox .core .col-md-9{
        padding-right: 0;
    }
    .allBtn{
        height: auto;
    }
    .allBtn a:nth-child(2){
        overflow: hidden;
        display: block;
        width: 100%;
    }
    .allBtn .nextBtn{
        float: left;
        margin: 0;
        margin-top: 12px;
    }
    .productBox .core .col-md-3{
       padding: 0;
    }
    .productBox .core .col-md-3 .right {
        background: #ebebeb;
        padding: 18px 23px;
    }
    .productBox .core .col-md-9 .left{
        padding: 17px 14px;
    }


}

@media screen and (max-width: 340px) {


}


















