/*头部*/
body,div,ul,li,h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    width:100%;
    height:auto;
}
input,button,select,textarea{ outline:none;} /*取消表单项聚焦时产生的边框*/
textarea{resize:none;}
.top_banner{
    width:100%;
    height:120px;
    margin-bottom:30px;
}
.center_1200{
    width:1280px;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    padding-bottom:60px;
}
/* 分类开始 */
.cate_center{
    width:1200px;
    height:60px;
    background:#ffffff;
    box-shadow: 0px 2px 4px 0px rgba(58,58,58,0.2);
    border-radius:30px;
    overflow: hidden;
    text-align:center;
    margin:0 auto 20px;
}
.ul_cate{
    width:auto;
    display:inline-block;
}
.ul_cate li{
    width:auto;
    height:60px;
    line-height:60px;
    text-align:center;
    color:#000000;
    font-size:14px;
    float:left;
    margin-right:15px;
    cursor: pointer;
}
.ul_cate li:last-child{
    margin:0;
}
.ul_cate li.curr{
    height:58px;
    line-height:58px;
    border-bottom:2px solid #F08519;
    color:#F08519;
}
/* 分类结束 */
/* 列表开始 */
.ul_product{
    width:1240px;
    height:auto;
    overflow: hidden;
    margin:0 auto 0 20px;
    padding:0 20px 20px 20px;
}
.ul_product li{
    width:208px;
    height:auto;
    overflow: hidden;
    float:left;
    margin:40px 40px 0 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position:relative;
}
.ul_product li:hover{
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.ul_product li .new_tips{
    width:auto;
    height:22px;
    line-height:22px;
    font-size:14px;
    padding:0 10px;
    background:#FB7500;
    position:absolute;
    color:#ffffff;
    top:1px;
    left:1px;
}
.ul_product li .product_img{
    width:100%;
    height:208px;
    background:url('../images/cate_bg.png') no-repeat center;
    background-size:cover;
}
.ul_product li .product_img img{
    width:100%;
    height:100%;
}
.ul_product li .product_info{
    border-bottom:1px solid #ececec;
    border-left:1px solid #ececec;
    border-right:1px solid #ececec;
}
.ul_product li .product_name{
    width:auto;
    height:20px;
    line-height:20px;
    color:#000;
    font-size:14px;
    padding:10px 8px 0 8px;
    margin:0 0 5px 0;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.ul_product li .product_cate{
    width:auto;
    height:20px;
    line-height:20px;
    padding:0 8px 10px 8px;
    color:#999;
    font-size:12px;
}

/* 列表结束 */
