/*全局样式*/
body,html,div,form,table,dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,span,i,b,input,textarea,s{padding:0;margin:0;}
body{font-size:12px;color:#333;background:#f7f7f7;word-wrap:break-word;}
body,button,input,select,textarea{font-family:tahoma,arial,"Hiragino Sans GB","Microsoft Yahei","宋体";}
a{text-decoration:none;color:#6c6c6c;}
a:hover{color:#f60;}
li{list-style:none;}
img{border:none;}
i,em{font-style:normal;}
.clear{clear:both}
.fl{float:left;}
.fr{float:right;}
.ipt{color:#14191e;border:1px solid #98a1a6;height:20px;font-size:14px;line-height:20px;border-radius:0;-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-moz-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;border-color:#98a1a6;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}
.ipt:focus{border-color:#000;outline: 0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.4);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.4);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.4);}
.kd img{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.kd img:hover,.prodvlist:hover .img img{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);}

/*颜色*/
.redc{color:#f00;}

/*下一页*/
.pages{height:40px;width:100%;overflow:hidden;padding-top:15px;text-align:center;}
.pages ul{display:inline-block;}
.pages li{margin-left:7px;text-align: center;display:inline-block;}
.pages li a,#jump_shu{height:21px;line-height:21px;border:1px solid #d0d0d0;display: inline-block;text-align: center;text-decoration:none;padding:2px 9px;font-size:12px;cursor:pointer;background:#fff;}
.pages li a:hover,.pages li a.sel{background:#DD2727;color:#fff;border:1px solid #DD2727;}
.pages ul span{padding:0px 9px;font-size:12px;}
.pages ul #jump_shu{cursor:auto;width:26px;}
.pages ul #jump{display:inline-block;border:none;height:26px;padding:2px 9px;font-size:12px;cursor:pointer;background:#DD2727;color:#fff;margin-left:7px;}
.pages ul #jump:hover{background:#C92727;}