.container {
    margin: 0 auto;
    width: 1200px;
}
img { display: block; }
/*产品首页*/
.logo {
    width: 100%;
    height: 95px;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat center;
}
.top-nav {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    background-color: #333333;
}
.top-nav .item-list { float: left; }
.top-nav .item {
    position: relative;
    float: left;
    margin-left: 33px;
    margin-right: 33px;
    width: 40px;
    height: 50px;
}
.top-nav .item:after,
.top-nav .item.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #fff;
}
.top-nav .item:after {
    opacity: 0;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transition: all .7s;
            transition: all .7s;
}
.top-nav .item:hover:after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}
.top-nav .item-1 { margin-left: 0; }
.top-nav .item .link {
    display: block;
    width: 40px;
    height: 50px;
    color: #fff;
    font-size: 14px;
}
.top-nav .search {
    position: relative;
    float: right;
}
.top-nav .search input {
    display: block;
    margin-top: 10px;
    padding-left: 10px;
    width: 249px;
    height: 29px;
    color: #e5e5e5;
    font-size: 13px;
    background: transparent;
    border: 1px solid #5f5f5f;
}
.top-nav .search a {
    display: block;
    position: absolute;
    top: 16px;
    right: 8px;
    width: 19px;
    height: 19px;
    background: url(../images/search.png);
}
.top-nav .combo-box {
    position: absolute;
    z-index: 9999;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: height .8s;
            transition: height .8s;
}
.top-nav.active .combo-box { height: 415px; }
.top-nav .combo-box .content {
    margin: 0 auto;
    width: 1200px;
}
.top-nav .combo-box .list {
    float: left;
    margin-top: 20px;
    width: 270px;
    padding-right: 40px;
}
.top-nav .combo-box .list:nth-child(4) { padding-right: 0; }
.top-nav .combo-box dt {
    margin-bottom: 8px;
    font-size: 18px;
    border-bottom: 3px solid #e8e8e8;
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
            transform: translate3d(80px, 0, 0);
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
}
.top-nav.active .combo-box dt {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.top-nav .combo-box dd {
    position: relative;
    padding-left: 18px;
    line-height: 34px;
    font-size: 13px;
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
            transform: translate3d(80px, 0, 0);
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
}
.top-nav .combo-box dd:nth-child(2) {
    -webkit-transition-delay: .05s;
            transition-delay: .05s;
}
.top-nav .combo-box dd:nth-child(3) {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
}
.top-nav .combo-box dd:nth-child(4) {
    -webkit-transition-delay: .15s;
            transition-delay: .15s;
}
.top-nav .combo-box dd:nth-child(5) {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
}
.top-nav .combo-box dd:nth-child(6) {
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
}
.top-nav .combo-box dd:nth-child(7) {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
}
.top-nav .combo-box dd:nth-child(8) {
    -webkit-transition-delay: .35s;
            transition-delay: .35s;
}
.top-nav .combo-box dd:nth-child(9) {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
}
.top-nav .combo-box dd:nth-child(10) {
    -webkit-transition-delay: .45s;
            transition-delay: .45s;
}
.top-nav.active .combo-box dd {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.top-nav .combo-box dd a {
    display: block;
    color: #444444;
}
@-webkit-keyframes spanMove {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform .8s ease-in;
                transition: transform .8s ease-in;
    }
    70% {
        -webkit-transform: translate3d(8px, 0, 0);
                transform: translate3d(8px, 0, 0);
        -webkit-transition: -webkit-transform .8s ease-out;
                transition: transform .8s ease-out;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes spanMove {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform .8s ease-in;
                transition: transform .8s ease-in;
    }
    70% {
        -webkit-transform: translate3d(8px, 0, 0);
                transform: translate3d(8px, 0, 0);
        -webkit-transition: -webkit-transform .8s ease-out;
                transition: transform .8s ease-out;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
.top-nav .combo-box dd a:hover {
    color: #000;
    -webkit-animation: spanMove .6s;
            animation: spanMove .6s;
}
.top-nav .combo-box dd:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 2px;
}
.banner {
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.banner .item { position: relative; }
.banner .item img {
    width: 100%;
    min-width: 1200px;
}

@-webkit-keyframes enterAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes enterAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.banner .item-1 .banner-product {
    position: absolute;
    top: 24%;
    left: 29.8%;
    width: 10.989%;
    height: 69.454%;
    /* background-image: url(../images/banner_product_1.png);
    background-size: cover;
    background-repeat: no-repeat; */
}
.banner .item-1.slick-active .banner-product {
    -webkit-animation: enterAnimation 1.5s;
            animation: enterAnimation 1.5s;
}
@-webkit-keyframes textMove {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes textMove {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.banner .item .banner-text {
    position: absolute;
    z-index: 99;
    top: 19.454%;
    right: 25%;
    width: 26.927%;
    height: 60.363%;
}
.banner .item.slick-active .banner-text-1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -34.9125%;
    width: 69.825%;
    height: 23.795%;
    /* background-image: url(../images/banner_text_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    -webkit-animation: textMove .6s;
            animation: textMove .6s;
}
.banner .item.slick-active .banner-text-2 {
    position: absolute;
    top:30.795%;
    left: 0;
    width: 100%;
    height: 29.819%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: textMove 1.2s;
    animation: textMove 1.2s;
}
.banner .item-1.slick-active .banner-text-2 {
    /* background-image: url(../images/banner_text_2.png); */
}
.banner .item.slick-active .banner-text-3 {
    position: absolute;
    top: 68%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: textMove 1.8s;
            animation: textMove 1.8s;
}
.banner .item-1.slick-active .banner-text-3 {
    left: 50%;
    margin-left: -43.133%;
    width: 86.266%;
    height: 10.843%;
    /* background-image: url(../images/banner_text_3.png); */
}
.banner .item.slick-active .banner-text-4 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15.667%;
    width: 31.334%;
    height: 15.662%;
    /* background-image: url(../images/banner_text_4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    -webkit-animation: textMove 2.4s;
            animation: textMove 2.4s;
}
@-webkit-keyframes enterAnimationTwo {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes enterAnimationTwo {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.banner .item-2 .banner-product {
    position: absolute;
    z-index: 99;
    top: 19.272%;
    left: 31.25%;
    width: 12.812%;
    height: 74.181%;
    /* background-image: url(../images/banner_product_2.png);
    background-size: cover;
    background-repeat: no-repeat; */
}
.banner .item-2.slick-active .banner-product {
    -webkit-animation: enterAnimationTwo 1.5s;
            animation: enterAnimationTwo 1.5s;
}
.banner .item-2.slick-active .banner-text-2 {
    /* background-image: url(../images/banner_text_2_02.png); */
}
.banner .item-2.slick-active .banner-text-3 {
    width: 100%;
    height: 9.638%;
    /* background-image: url(../images/banner_text_3_02.png); */
}
.banner .item-2 .banner-dec {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 59.895%;
    height: 100%;
    /* background-image: url(../images/banner_dec.png);
    background-size: cover;
    background-repeat: no-repeat; */
}
.banner .slick-prev,
.banner .slick-next {
    z-index: 99;
    width: 17px;
    height: 30px;
}
.banner .slick-prev {
    left: 8%;
    background: url(../images/left_1.png);
}
.banner .slick-prev:hover,
.banner .slick-prev:focus { background: url(../images/left_1.png); }
.banner .slick-next {
    right: 8%;
    background: url(../images/right_1.png);
}
.banner .slick-next:hover,
.banner .slick-next:focus { background: url(../images/right_1.png); }
.banner .slick-prev:before,
.banner .slick-next:before { content: ''; }
.banner .slick-dots { bottom: 15px; }
.banner .slick-dots li {
    margin: 0 8px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
}
.banner .slick-dots .slick-active { opacity: 1; }
.banner .slick-dots li:hover { opacity: 1; }
.banner .slick-dots li button:before { content: ''; }
.recommend .content {
    margin: 41px auto 0;
    width: 669px;
    height: 372px;
    text-align: center;
    /* background: url(../images/recommend_bg.png) no-repeat center 41px; */
    overflow: hidden;
}
.recommend .title {
    position: relative;
    font-size: 24px;
}
.recommend .title:before,
.recommend .title:after {
    content: '';
    position: absolute;
    top: 16px;
    width: 111px;
    height: 1px;
    background: #c2c2c2;
}
.recommend .title:before { left: 100px; }
.recommend .title:after { right: 100px; }
.recommend .item {
    position: relative;
    float: left;
    margin-top: 35px;
    width: 33.333%;
    height: 215px;
}
.recommend .item:hover img {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
}
.recommend .item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}
.recommend .item img {
    position: absolute;
    -webkit-transition: all .4s;
            transition: all .4s;
}
.recommend .item-1 img {
    left: 26px;
    width: 160px;
    height: 160px;
}
.recommend .item-2 img {
    margin-top: 0px;
    left: 26px;
    width: 160px;
    height: 160px;
}
.recommend .item-3 img {
    margin-top: 0px;
    left: 26px;
    width: 160px;
    height: 160px;
}
.recommend .item .item-name {
    position: absolute;
    top: 190px;
    left: 54px;
    font-size: 20px;
}
.recommend .item-2 .item-name { left: 66px;}
.product {
    margin-bottom: 58px;
    overflow: hidden;
}
.product .product-fl {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 390px;
    height: 700px;
    overflow: hidden;
}
.product .product-fl:before {
    content: '';
    position: absolute;
    top: -200px;
    left: -500px;
    width: 200px;
    height: 1450px;
    background: #fff;
    opacity: .2;
    -webkit-transform: rotateZ(30deg);
            transform: rotateZ(30deg);
    -webkit-transition: all .5s;
            transition: all .5s;
}
.product .product-fl:hover:before { left: 900px; }
.product .product-fl a {
    display: block;
    width: 390px;
    height: 700px;
    color: #000;
}
.product .product-fl a img {
    width: 390px;
    height: 700px;
}
.product .product-fr { float: right; }
.product .product-fr-top {
    position: relative;
    margin-bottom: 41px;
    width: 579px;
    height: 866px;
    overflow: hidden;
}
.product .product-fr-top:before {
    content: '';
    position: absolute;
    top: -160px;
    left: -480px;
    width: 200px;
    height: 1000px;
    background: #fff;
    opacity: .15;
    -webkit-transform: rotateZ(30deg);
            transform: rotateZ(30deg);
    -webkit-transition: all .4s;
            transition: all .4s;
}
.product .product-fr-top:hover:before { left: 600px; }
.product .product-fr-top a {
    display: block;
    width: 579px;
    height: 408px;
    color: #000;
}
.product .product-fr-bottom {
    position: relative;
    width: 579px;
    height: 866px;
    overflow: hidden;
}
.product .product-fr-bottom:before {
    content: '';
    position: absolute;
    top: -100px;
    left: -480px;
    width: 200px;
    height: 1000px;
    background: #fff;
    opacity: .15;
    -webkit-transform: rotateZ(30deg);
            transform: rotateZ(30deg);
    -webkit-transition: all .4s;
            transition: all .4s;
}
.product .product-fr-bottom:hover:before { left: 600px; }
.product .product-fr-bottom a {
    display: block;
    width: 579px;
    height: 417px;
    color: #fff;
}
.product .product-info {
    position: absolute;
    top: 42px;
    left: 40px;
}
.product .product-info .product-ads-1 { font-size: 18px; }
.product .product-info .product-ads-2 {
    margin: 10px 0;
    font-size: 30px;
}
.product .product-info .item-name {
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #666666;
}
.product .product-fl .item-name { width: 217px; }
.product .product-fr-top .item-name { width: 146px; }
.product .product-fr-bottom .item-name {
    width: 196px;
    border-color: #fff;
}
.footer {
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #e8e8e8;
}
.footer .footer-hd {
    margin-top: 60px;
    font-weight: 600;
}
.footer .footer-hd .contact {
    display: inline-block;
    padding-right: 50px;
}
.footer .footer-hd .country { position: relative; }
.footer .footer-hd .country:after {
    content: '';
    position: absolute;
    top: 3px;
    right: -20px;
    width: 10px;
    height: 14px;
    background: url(../images/icon_1.png) no-repeat;
}
.footer .footer-bd {
    margin: 46px auto 70px;
    width: 553px;
    height: 155px;
}
.footer .footer-bd-fl,
.footer .footer-bd-fr {
    position: relative;
    width: 276px;
    height: 155px;
    /*line-height: 346px;*/
}
.footer .footer-bd p { margin-top: 170px; }
.footer .footer-bd-fl { float: left; }
.footer .footer-bd .code {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 160px;
    background-size: cover;
}
.footer .footer-bd-fl .code-1 {
    top: -5px;
    background-image: url(../images/code_1.png);
}
.footer .split-x {
    float: left;
    margin-top: 17px;
    width: 1px;
    height: 135px;
    background: #cccccc;
}
.footer .footer-bd-fr { float: right; }
.footer .footer-bd-fr .code-2 { background-image: url(../images/code_2.png); }
.footer .footer-ft { padding-bottom: 10px; }
.footer .footer-ft span {
    position: relative;
    padding-left: 25px;
    color: #b7b7b7;
}
.footer .footer-ft span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 21px;
    background: url(../images/icon_2.png) no-repeat;
}
/*产品列表*/
.type {
    width: 100%;
    height: 69px;
    line-height: 69px;
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
}
.type a { color: #333333; }
.product-list {
    padding-top: 57px;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.product-list .item {
    position: relative;
    float: left;
    margin-right: 62px;
    margin-bottom: 60px;
    width: 567px;
    height: 352px;
    font-size: 14px;
    border: 1px solid #cdcccc;
    overflow: hidden;
}
.product-list .item .item-details {
    display: block;
    width: 567px;
    height: 352px;
    color: #000000;
}
.product-list .item:hover .item-fl {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
}
.product-list .item:nth-child(even) { margin-right: 0; }
/*.product-list .item:nth-child(-n+4) { margin-bottom: 60px;}*/
.product-list .item-fl {
    float: left;
    width: 325px;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
            transition: all .5s;
}
.product-list-1 .item-1 .item-fl { background-image: url(../images/7.png); }
.product-list-1 .item-2 .item-fl { background-image: url(../images/8.png); }
.product-list-1 .item-3 .item-fl { background-image: url(../images/7.png); }
.product-list-1 .item-4 .item-fl { background-image: url(../images/8.png); }
.product-list-1 .item-5 .item-fl { background-image: url(../images/7.png); }
.product-list-1 .item-6 .item-fl { background-image: url(../images/8.png); }
.product-list .item-fr { float: left; }
.product-list .item-name {
    color: #333333;
    margin: 115px 0 70px 0;
}
.product-list .item-price { font-weight: 600; }
.product-list .btn-shopping {
    display: block;
    top: 270px;
    right: 131px;
    width: 108px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #333333;
}
.btn-shopping:before {
    content: '查看详情';
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: #333333;
}
.product-list .btn-shopping:before {
    width: 108px;
    height: 38px;
    line-height: 38px;
}
@keyframes enlarge {
    0% {
        opacity: .5;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    60%, 100% {
        opacity: 0;
        -webkit-transform: scale3d(1.35, 1.35, 1.35);
                transform: scale3d(1.35, 1.35, 1.35);
    }
}
@-webkit-keyframes enlarge {
    0% {
        opacity: .5;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    60%, 100% {
        opacity: 0;
        -webkit-transform: scale3d(1.35, 1.35, 1.35);
                transform: scale3d(1.35, 1.35, 1.35);
    }
}
.btn-shopping:hover:before {
    opacity: 1;
    -webkit-animation: enlarge 2s infinite;
            animation: enlarge 2s infinite;
}
/*产品详情页*/
.route {
    width: 100%;
    height: 76px;
    line-height: 76px;
    font-size: 14px;
}
.route a { color: #333333; }
.route a:hover { color: gray; }
.shopping {
    width: 100%;
    height: 492px;
}
.shopping-fl {
    position: relative;
    float: left;
    width: 626px;
    height: 492px;
    background-image: url(../images/17.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center;
}
/*.shopping-fl .product-pic {*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-top: -90.5px;*/
    /*margin-left: -105px;*/
/*}*/
/*.shopping-fl .product-pic:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*bottom: -52px;*/
    /*left: 0;*/
    /*width: 206px;*/
    /*height: 67px;*/
    /*background: url(../images/9_after.png) no-repeat;*/
/*}*/
.shopping-fr {
    float: left;
    margin-left: 116px;
    color: #333333;
    font-size: 14px;
}
.shopping-fr .brand {
    padding: 52px 0 10px 0;
    color: #000;
    font-size: 24px;
}
.shopping-fr .name { font-size: 16px; }
.shopping-fr .info { padding: 44px 0 76px 0; }
.shopping-fr .price { font-size: 16px; }
.shopping-fr .num { padding: 23px 0 36px 0; }
.shopping-fr #select-num {
    margin-left: 10px;
    width: 68px;
    height: 30px;
}
/*.shopping-fr .btn-shopping-car {*/
    /*display: inline-block;*/
    /*margin-right: 30px;*/
    /*width: 130px;*/
    /*height: 41px;*/
    /*line-height: 41px;*/
    /*text-align: center;*/
    /*color: #333333;*/
    /*border: 1px solid #333333;*/
/*}*/
.shopping-fr .btn-shopping {
    position: relative;
    display: inline-block;
    width: 132px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    background: #333333;
}
.shopping-fr .btn-shopping:before {
    width: 132px;
    height: 43px;
    line-height: 43px;
}
.collocation-product {
    width: 100%;
    height: 362px;
    color: #333333;
    font-size: 14px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.collocation-product .collocation-title { padding-top: 48px; }
.collocation-product .item {
    position: relative;
    float: left;
    padding-top: 35px;
    width: 33.33%;
    height: 240px;
}
.collocation-product .item .item-details {
    display: block;
    width: 100%;
    height: 240px;
    color: #000;
}
.collocation-product .item:hover .item-fl {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
}
.collocation-product .item-fl {
    float: left;
    width: 210px;
    height: 240px;
    -webkit-transition: all .6s;
            transition: all .6s;
}
.collocation-product .item-1 .item-fl { background: url(../images/15.png) no-repeat center; }
.collocation-product .item-2 .item-fl { background: url(../images/14.png) no-repeat center; }
.collocation-product .item-fr { float: left; }
.collocation-product .item-fr .item-name { padding: 47px 0 20px 0; }
.collocation-product .item .btn-shopping {
    display: block;
    position: absolute;
    top: 185px;
    right: 82px;
    width: 108px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #333333;
}
.collocation-product .item .btn-shopping:before {
    width: 108px;
    height: 38px;
    line-height: 38px;
}
.collocation-product .item-2 img {
    margin-top: 21px;
    width: 57px;
    height: 152px;
}
.product-details .title {
    font-size: 14px;
    font-weight: 600;
}
.product-details .title-hd {
    padding: 80px 0 70px 0;
    text-align: center;
    font-size: 30px;
}
.product-details .title-bd {
    margin: 0 auto;
    width: 570px;
}
.product-details .container {
    padding: 0 100.5px;
    box-sizing: border-box;
}
.floor-details-1 {
    margin-top: 70px;
    width: 999px;
    height: 1508px;
    background: url(../images/floor_1.png) no-repeat;
}
.floor-details-2 {
    width: 999px;
    height: 4962px;
    background: url(../images/floor_2.png) no-repeat;
}
.floor-details-3 {
    width: 999px;
    height: 3239px;
    background: url(../images/floor_3.png) no-repeat;
}
/*购买*/
.shopping-banner {
    width: 100%;
    min-width: 1200px;
}
.shopping-banner img {
    width: 100%;
    min-width: 1200px;
}
.introduce .container {
    padding: 65px 254px 0 254px;
    height: 156px;
    font-size: 14px;
    box-sizing: border-box;
}
.introduce a {
    color: #0084ff;
    line-height: 35px;
    text-decoration: underline;
}
.footer-special { border-top: none; }
.footer-special .footer-bd { font-size: 18px; }
.footer-special .footer-bd-fl,
.footer-special .footer-bd-fr { line-height: 380px; }
.footer-special .footer-bd .code {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -80.5px;
    width: 161px;
    height: 160px;
}
.footer-special .footer-bd-fl .code-1 { background: url(../images/code_3.png) no-repeat; }
.footer-special .footer-bd-fr .code-2 { background: url(../images/code_4.png) no-repeat; }
.footer-special .split-y {
    float: left;
    width: 1px;
    height: 179px;
    background: #cccccc;
}
.footer-special .split-x {
    float: none;
    margin-top: 116px;
    width: 100%;
    height: 1px;
    background: #cccccc;
}
.footer-special .footer-ft { margin-top: 28px; }
.footer-special .footer-ft span { padding-left: 30px; }
.footer .footer-ft span:before { left: 0; }
/*关于介绍*/
.story-banner {
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.story-banner img {
    width: 100%;
    min-width: 1200px;
}
.story-banner-2 .story-product {
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -7.395%;
    width: 14.791%;
    height: 83.569%;
    background-image: url(../images/story_product.png);
    background-size: cover;
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
}
.story-banner-2.active .story-product {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: all 1.5s;
            transition: all 1.5s;
}
.floor .container {
    padding: 0 102px;
    text-indent: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
.floor .floor-hd {
    padding: 93px 0 69px 0;
    text-align: center;
    font-size: 30px;
}
.floor .floor-bd { line-height: 30px; }
.floor-1 .floor-bd p { padding-bottom: 173px; }
.floor .floor-bd span { font-weight: 600; }
/* .floor-2 .floor-bd p:nth-child(6) { text-indent: 0; } */
.floor-2 .floor-bd p:nth-child(7) { padding-bottom: 70px; }
.floor-3 {
    width: 100%;
    height: 861px;
    background: #f6f6f6;
}
.floor-3 .container { position: relative; }
.floor-3 .floor-title {
    padding: 85px 0 92px 0;
    text-align: center;
    font-size: 30px;
}
.floor-3 .floor-content {
    position: relative;
    width: 100%;
    height: 498px;
    line-height: 28px;
    background: url(../images/split.png) no-repeat center;
}
.floor-3 .floor-content .item {
    position: absolute;
    opacity: 0;
}
.floor-3 .floor-content .item:nth-child(odd) {
    text-align: left;
    -webkit-transform: translate3d(80px, 0, 0);
            transform: translate3d(80px, 0, 0);
}
.floor-3 .floor-content .item:nth-child(even) {
    text-align: right;
    -webkit-transform: translate3d(-80px, 0, 0);
            transform: translate3d(-80px, 0, 0);
}
.floor-3 .floor-content .timer { font-size: 24px; }
.floor-3 .floor-content .event { font-size: 14px; }
.floor-3 .floor-content .item:nth-child(1) {
    top: -10px;
    right: 180px;
}
.floor-3 .floor-content .item:nth-child(2) {
    top: 80px;
    left: 200px;
}
.floor-3 .floor-content .item:nth-child(3) {
    top: 175px;
    right: 226px;
}
.floor-3 .floor-content .item:nth-child(4) {
    top: 272px;
    left: 200px;
}
.floor-3 .floor-content .item:nth-child(5) {
    top: 376px;
    right: 230px;
}
.floor-3 .floor-content .item:nth-child(6) {
    top: 478px;
    left: 310px;
}
.floor-3.active .floor-content .item {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: all 1.5s;
            transition: all 1.5s;
}
.floor-3.active .floor-content .item:nth-child(2) {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
}
.floor-3.active .floor-content .item:nth-child(3) {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
}
.floor-3.active .floor-content .item:nth-child(4) {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}
.floor-3.active .floor-content .item:nth-child(5) {
    -webkit-transition-delay: .8s;
            transition-delay: .8s;
}
.floor-3.active .floor-content .item:nth-child(6) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
}
.story-banner-3 { margin-bottom: 68px; }
.story-banner-3 .story-text {
    position: absolute;
    top: 25.152%;
    right: 23.985%;
    width: 22.656%;
    height: 35.091%;
    background-image: url(../images/story_text.png);
    background-size: cover;
    -webkit-transform: translate3d(80px, 0, 0);
            transform: translate3d(80px, 0, 0);
    opacity: 0;
}
.story-banner-3.active .story-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 1s;
            transition: all 1s;
}
/*主推产品*/
.the-main-push-banner {
    width: 100%;
    min-width: 1200px;
}
.the-main-push-banner img {
    width: 100%;
    min-width: 1200px;
}
.product-list-title {
    padding-bottom: 70px;
    text-align: center;
    font-size: 30px;
}
.recommend-list .item-1 .item-fl { background-image: url(../images/10.png); }
.recommend-list .item-2 .item-fl { background-image: url(../images/11.png); }
.recommend-list .item-3 .item-fl { background-image: url(../images/12.png); }

