.searchBox{
    width: 100%;
    height: 390px;
    min-width: 1190px;
    margin: 60px auto 10px;
    overflow: hidden;
    background: url(../images/banner50.png) no-repeat center top;
}
.searchBox .tit {
    width: 100%;
    margin-top: 160px;
    text-align: center;
    font-size: 40px;
    color: #fff;
}
.searchRight{
	width: 1210px;
    margin: 0px auto;
    min-height: 600px;
    padding-bottom: 50px;
	margin-top: 20px;

}
.searchRight .reusit{
	color: #888888;
}
.newArrivalList{
    width: 100%;
    overflow: hidden;
    clear: both;
    padding-bottom: 30px;
    margin-left: 0px;
} 

.newArrivalList li{
    width: 560px;
    overflow: hidden;
    float: left;
    background: #fff;
    margin: 34px 10px 0px 10px;
    transition:All 0.3s ease-in-out;
    -webkit-transition:All 0.3s ease-in-out;
    -moz-transition:All 0.3s ease-in-out;
    -o-transition:All 0.3s ease-in-out;
    padding-bottom: 15px;
}
.newArrivalList li:hover {
    box-shadow:0px 2px 12px #ccc;
    -webkit-box-shadow:0px 2px 12px #ccc;
    -moz-box-shadow:0px 2px 12px #ccc;
    -o-box-shadow:0px 2px 12px #ccc;
    -ms-box-shadow:0px 2px 12px #ccc;
}
.icon11{
    display: block;
    width: 117px;
    height: 127px;
    margin: 230px auto;
}
.imgBox{
    background: #fff;
    position: relative;
    
}

.imgBox img.pro{
     width: 560px;
    height:300px;
    display: block;
    transition: all 0.6s;
}
.imgBox img.pro:hover{
     /*transform: scale(1.4);  */
}
.proOp{
     width: 100%;
     margin: 14px auto 0px;
     overflow:hidden;

}
.proOp .name{
    font-size: 18px;
    color: #444444;
    line-height: 25px;
    width: 500px;
    margin: 5px auto;
    text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.imgBox a {
     display: block;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    color: #32bdff;
    text-align: center;
    border:solid 1px #54B6FF;
    margin-left: 30px;
    font-size: 14px;
}
.imgBox a:hover {
    color: #1293F5;
    border: solid #1293F5 1px;
}
 .style{
    color: #888888;
    font-size: 14px;
    line-height: 20px;
    width: 500px;
	height:60px;
    margin: 10px auto 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.proOp .style span {
    background: #F5F5F5;
    width: 1px;
}
.proOp .desc{
    color: #888888;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    width: 100%;
    margin-top:2px;
}
.proOp .cost{
    color: #f39800;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    width: 60px;
    margin-top:8px;
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.proOp .star{
    overflow: hidden;
    min-width: 45px;
    margin-top:10px;
    float: right;
    text-align: right;
}
.proOp .star span{
     font-size: 14px;
     font-weight: bold;
     color: #32BDFF;
     display: block;
     float: left;
}
.proOp .star img{
    display: block;
    float: right;
}










