/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
body{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
*{box-sizing: border-box;}
html, body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size:14px;
    color:#333;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}
img {
    border: none;
    vertical-align: middle;
}
a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.pt40{
    padding-top: 40px;
}
.pt20{
    padding-top: 20px;
}
.pb20{
    padding-bottom:20px; 
}
.pb40{
    padding-bottom: 40px;
}
.mt20{
    margin-top: 20px;
}
.mt40{
    margin-top: 40px;
}
.mb20{
    margin-bottom: 20px;
}
.mb40{
    margin-bottom: 40px;
}
.ml20{
    margin-left: 20px;
}
.ml40{
    margin-left: 40px;
}
.mr20{
    margin-right: 20px;
}
.mr40{
    margin-right: 40px;
}

/* 分页 */
#pages{
    width: 100%;
    padding: 20px 0 20px;
    text-align: center;
    font: 14px '微软雅黑';
    clear: both;
    margin: auto;
}
#pages a{
    display: inline-block;
    padding: 0px 14px ;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    background: #f5f5f5;
    text-align: center;
    color: #656565;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #dfa43e00;
    font-family: cursive;
}
#pages span{
    display: inline-block;
    padding: 0px 14px;
    height: 35px;
    line-height: 35px;
    background: rgba(85, 85, 85);
    border: 1px solid rgba(85, 85, 85);
    color: #fff;
    text-align: center;
    margin: 0 5px;
    border-radius: 5px;
}
#pages a:hover{
    background: rgba(85, 85, 85);
    border: 1px solid rgba(85, 85, 85);
    color: #fff;
    transition: all .4s ease-in-out
}


/* 适应 */
@media screen and (max-width:2000px){
    .product-all{
        width: 13.5%;
    }
}
@media screen and (max-width:1400px){
    .banner-gif img{
        width: auto !important;
    }
}
@media screen and (max-width:1100px){
    .product-all{
        width: 17.5%;
    }
}
@media screen and (max-width:900px){
    .banner-gif>img{
        width: auto !important;
        margin-left: -45rem !important;
    }
}
/* 适应 */