/*公共样式--开始*/
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 {
    width: 100%;
    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%;
    }
    .banner-gif>img{
        width: auto !important;
        margin-left: -45rem !important;
    }
    .banner-gif:hover .index-box{
        position: absolute;
        right: 5rem;
        top: 0rem;
        z-index: 9;
        width: 275px !important;
    }
    .banner-gif .index-box{
        position: absolute;
        right: 5rem;
        top: 0rem;
        z-index: 9;
        width: 275px;
    }
}
/* 适应 */


/* 效果 */
.show{
    position: relative;
    opacity: 0;
}
.show-0{transition:cubic-bezier(0,1,.75,1.25) 500ms}

.show-1{transition:cubic-bezier(0,1,.75,1.25) 1000ms;}

.show-1{transition:ease 1000ms}
.show-1-0{transition:ease 500ms;}
.show-1-1{transition:ease 1000ms;}
.show-1-2{transition:ease 2000ms;}
.show-1-3{transition:ease 3000ms;}
.show-1-4{transition:ease 4000ms;}
.show-1-5{transition:ease 5000ms;}
.show-1-6{transition:ease 6000ms;}
.show-1-7{transition:ease 7000ms;}
.show-1-8{transition:ease 8000ms;}

.show-2{transition:cubic-bezier(0.5,0, 0.5, 2.5) 1000ms}
.show-3{transition:cubic-bezier(0.5,0, 0.5, 2.5) 1000ms}
.show-4{transition:cubic-bezier(0.5,0, 0.5, 2.5) 2000ms}
.show-5{transition:cubic-bezier(0.5,0, 0.5, 2.5) 3000ms}
.show-6{transition:cubic-bezier(0.5,0, 0.5, 2.5) 4000ms}
.show-7{transition:cubic-bezier(0.5,0, 0.5, 2.5) 5000ms}
.show-8{transition:cubic-bezier(0.5,0, 0.5, 2.5) 6000ms}
.show-9{transition:cubic-bezier(0.5,0, 0.5, 2.5) 7000ms}
.show-10{transition:cubic-bezier(0.5,0, 0.5, 2.5) 8000ms}
.show-11{transition:cubic-bezier(0.5,0, 0.5, 2.5) 9000ms}
.show-12{transition:cubic-bezier(0.5,0, 0.5, 2.5) 10000ms}

.show-13{transition: all .5s cubic-bezier(.31, -.105,.43,1.59)}
.show-14{transition: all .25s cubic-bezier(.31, -.105,.43,1.59)}
.show-15{transition: all .4s cubic-bezier(.31, -.105,.43,1.59)}
.show-16{transition: all .65s cubic-bezier(.31, -.105,.43,1.59)}


.show-wh{
    transform:rotate(0deg) scale(.5,1.5)
}
.show-lb-rt{
    transform: rotate(90deg) scale(1,1);
    transform-origin:0 0
}
.show-circle{
    transform: rotate(-360deg) scale(1,1);
}
.show-up{top:100px}
.show-down{top:-100px}
.show-left{left:-130%}
.show-right{left:50%}
.show-up2{top: 200px;}
.show-left1{left: 20px;}
.show-right1{right: 20px;}

/*从大到小*/
.show-turnbig{
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
}
/*从小到大*/
.show-turnsmall{
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    text-align: center;
}

/*绕y轴旋转*/
.show-rotatey{
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/* 字体移动效果 */
.bz-buttonAnimat{position:relative;}
.bz-buttonAnimat .inner{position:absolute;top:0;left:0;width:100%;height:100%;}
.bz-buttonAnimat:nth-of-type(1):before,
.bz-buttonAnimat:nth-of-type(1):after,
.bz-buttonAnimat:nth-of-type(1) .inner:before,
.bz-buttonAnimat:nth-of-type(1) .inner:after{background-color:#ffa726;}
.bz-buttonAnimat:nth-of-type(2):before,
.bz-buttonAnimat:nth-of-type(2):after,
.bz-buttonAnimat:nth-of-type(2) .inner:before,
.bz-buttonAnimat:nth-of-type(2) .inner:after{background-color:#ffa726;}
.bz-buttonAnimat:nth-of-type(3):before,
.bz-buttonAnimat:nth-of-type(3):after,
.bz-buttonAnimat:nth-of-type(3) .inner:before,
.bz-buttonAnimat:nth-of-type(3) .inner:after{background-color:#ffa726;}
.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after{position:absolute;content:"";display:block;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s,-webkit-transform 0.3s;}
.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:before,
.bz-buttonAnimat.both:after{left:0;width:100%;height:2px;-webkit-transform:scaleX(0);transform:scaleX(0);}
.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:before,
.bz-buttonAnimat.both .inner:after{top:0;width:2px;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);}
.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.both .inner:before{left:0;}
.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:after{right:0;}
.bz-buttonAnimat.horizontal .inner:hover:before,
.bz-buttonAnimat.horizontal .inner:hover:after,
.bz-buttonAnimat.both .inner:hover:before,
.bz-buttonAnimat.both .inner:hover:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.both:before{top:0;}
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:after{bottom:0;}
.bz-buttonAnimat.horizontal:hover:before,
.bz-buttonAnimat.horizontal:hover:after,
.bz-buttonAnimat.both:hover:before,
.bz-buttonAnimat.both:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);}
.bz-buttonAnimat.horizontal:hover .inner:before,
.bz-buttonAnimat.horizontal:hover .inner:after,
.bz-buttonAnimat.both:hover .inner:before,
.bz-buttonAnimat.both:hover .inner:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat.horizontal.clockwise .inner:before,
.bz-buttonAnimat.both.clockwise .inner:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.clockwise .inner:after,
.bz-buttonAnimat.both.clockwise .inner:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.clockwise:before,
.bz-buttonAnimat.both.clockwise:before{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.clockwise:after,
.bz-buttonAnimat.both.clockwise:after{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.horizontal.clockwise:hover .inner:before,
.bz-buttonAnimat.both.clockwise:hover .inner:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.clockwise:hover .inner:after,
.bz-buttonAnimat.both.clockwise:hover .inner:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.clockwise:hover:before,
.bz-buttonAnimat.both.clockwise:hover:before{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.horizontal.clockwise:hover:after,
.bz-buttonAnimat.both.clockwise:hover:after{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.counterclockwise .inner:before,
.bz-buttonAnimat.both.counterclockwise .inner:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.counterclockwise .inner:after,
.bz-buttonAnimat.both.counterclockwise .inner:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.counterclockwise:before,
.bz-buttonAnimat.both.counterclockwise:before{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.horizontal.counterclockwise:after,
.bz-buttonAnimat.both.counterclockwise:after{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover .inner:before,
.bz-buttonAnimat.both.counterclockwise:hover .inner:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover .inner:after,
.bz-buttonAnimat.both.counterclockwise:hover .inner:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover:before,
.bz-buttonAnimat.both.counterclockwise:hover:before{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover:after,
.bz-buttonAnimat.both.counterclockwise:hover:after{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.vertical:before,
.bz-buttonAnimat.vertical:after{top:0;width:2px;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);}
.bz-buttonAnimat.vertical:before{left:0;}
.bz-buttonAnimat.vertical:after{right:0;}
.bz-buttonAnimat.vertical:hover:before,
.bz-buttonAnimat.vertical:hover:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat.vertical.clockwise:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.clockwise:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.vertical.clockwise:hover:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.vertical.clockwise:hover:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.counterclockwise:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.vertical.counterclockwise:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.counterclockwise:hover:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.counterclockwise:hover:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
