@CHARSET "UTF-8";

/*pagebar*/	
.pagebar{width:100%;height:17px;text-align: center;}
.pagination{
	margin: 0 auto;
	float: right;
}
.red{
color: red;
}

/*productlist*/
.productlisttop{width:100%;height:80px;}
.productlisttop .firsttop{width:18%;height:80px;background: #dd0024;float:left;}
.productlisttop .firsttop img{width:74px;height:54px;margin:13px 20%;}
.productlisttop .secondtop{width:82%;height:80px;background:#f35652;color:#fff;line-height:80px;text-indent:20px;float:left;}


.productlist{width:100%;margin:30px auto;}
.product{width:100%;margin-bottom:20px;border: 1px solid #eee;}
.product .producttitle{background: #EEEEEE;font-weight: bold;color: #313131;height: 80px;line-height: 40px;}

.productItem .productimg{width:20%;height:100%;float:left;}
.productItem img{width:100%;max-width:150px;float:right;}

.productItem{height: 150px;}
.productItem .productinfo{width:80%;height:100%;float:left;}

.productItem .productinfo .infotable{background: #fff;width:100%;height:110px;margin-bottom: 10px;}
.productItem .productinfo table{width:98%;height:110px;margin:auto;}
.seebtn{width:140px;height:45px;border-radius:25px;background:#dd0024;color:#fff;text-align: center;line-height: 45px;
-webkit-tap-highlight-color:rgba(0,0,0,0);}
/**
.productarrow{ width:0;height:0;margin-top:20px;
border-top:15px solid transparent; border-bottom:15px solid transparent;border-right:15px solid #eee;float:right;}
*/