﻿/*美式列表页--添加样式*/
.as-img {
    position: relative;
    width: 100%;
    /*height: 356px;*/
}

    .as-img .as-content {
        position: absolute;
        left: 50%;
        top: 40%;
        margin-left: -600px;
    }

        .as-img .as-content .as-c-img {
            margin-top: 30px;
            display: block;
        }

.as-list {
    position: absolute;
    left: 17%;
    top: 60%;
    display: block;
    width: 125px;
    height: 30px;
    line-height: 20px;
    font-weight: bold;
    padding: 5px;
    color: #333;
    background-color: #fff;
}

    .as-list:after {
        z-index: 2;
        position: absolute;
        display: block;
        content: "";
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.2);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .as-list:hover:after {
        width: 100%;
    }

.as-list02 {
    background-color: #333;
    color: #fff;
}

    .as-list02:hover {
        color: #fff;
    }

.as-img .as-content .as-list-new {
    position: relative;
    left: initial;
    top: initial;
}

@media (width:1024px) {
    #eurtype-mo .as-jump-box, #ametype-mo .as-jump-box {
        left: 47%;
        top: 46%;
    }
}

@media (max-width:1279px) {
    #eurtype-mo, #ametype-mo {
        display: block;
    }

    #eurtype, #ametype {
        display: none;
    }

    .carousel .as-jump-box {
        left: 48%;
    }
}

@media (min-width:1280px) {
    #eurtype-mo, #ametype-mo {
        display: none;
    }

    #eurtype, #ametype {
        display: block;
    }
}

/*@media (min-width:1251px) {
    .container .bothList, .container .bothList .pic {
        width: 1251px;
    }

        .container .bothList .pic li {
            width: 417px;
        }

    .container01 .bothList, .container01 .bothList .pic {
        width: 1200px;
    }

        .container01 .bothList .pic li {
            width: 400px;
        }
}*/

@media (max-width:1366px) {
    .as-img .as-content .as-c-img {
        margin-top: 20px;
        width: 80%;
    }
}

@media (max-width:833px) {
    .container .bothList, .container .bothList .pic {
        width: 321px;
    }

        .container .bothList .pic li {
            width: 320px;
        }

    .as-img .as-content {
        top: 50%;
        left: 0;
    }

        .as-img .as-content .as-c-img {
            display: none;
        }

        .as-img .as-content .as-list-new {
            float: left;
            margin-left: 15px;
        }
}

/*@media (min-width:834px) and (max-width:1250px) {
    .container .bothList, .container .bothList .pic {
        width: 835px;
    }

        .container .bothList .pic li {
            width: 417px;
        }
}*/

.container .scroll {
    margin-bottom: 100px;
    margin-top: 20px;
}

.as-jump-box {
    position: absolute;
    left: 567px;
    top: 40%;
    /*top: 50%;
    left: 50%;    
    transform: translate(-50%,-50%);*/
    width: 65px;
    height: 65px;
    line-height: 68px;
    text-align: center;
    z-index: 300;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
    /*opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;*/
}

    .as-jump-box .as-jump:visited, .as-jump-box .as-jump {
        color: #fff;
        text-decoration: none;
    }

@media (max-width:1279px) {
    .as-jump:hover span {
        font-size: 14px;
        margin: 10px auto;
        line-height: 20px;
    }
}

.as-jump {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 300;
    border-radius: 50%;
    /*background-color: #9ecc5f;*/
    background: #9ecc5f;
    background-color: rgba(159,204,94,1);
    color: #fff;
    font-size: 50px;
    vertical-align: middle;
    overflow: hidden;
}

    .as-jump span {
        display: block;
        position: relative;
        z-index: 100;
        padding-left: 1px;
    }

    .as-jump:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 0 solid rgba(159, 204, 94, 0.5);
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        -webkit-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s;
        -moz-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s;
    }

    .as-jump:hover:after {
        width: 0;
        height: 0;
        border: 35px solid #8ec243;
    }

#ametype .as-jump:hover, #eurtype .as-jump:hover {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding-top: 21%;
}

.roll-wrap {
    position: relative;
    width: 100%;
    height: 490px;
    overflow: hidden;
}

.roll_row .roll__list {
    position: absolute;
    left: 0;
    top: 26px;
    width: 9999px;
    margin-left: -140px;
}

    .roll_row .roll__list li {
        float: left;
        display: block;
        width: 370px;
        height: 450px;
        -webkit-transition: 0.4s ease-out;
        -moz-transition: 0.4s ease-out;
        -ms-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
        -webkit-transition-property: opacity,left,top;
        -moz-transition-property: opacity,left,top;
        -ms-transition-property: opacity,left,top;
        cursor: pointer;
    }

        .roll_row .roll__list li.active .j-list-text {
            display: none;
        }

.list-type {
    position: relative;
    width: 100%;
}

    .list-type p {
        color: #565656;
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        word-wrap: break-word;
    }

#ametypeCarousel a {
    z-index: 9;
    position: absolute;
    top: 55%;
    margin-top: -60px;
    display: block;
    width: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: white;
    background: rgba(0,0,0,0.6);
    cursor: pointer;
    border-radius: 3px;
}

    #ametypeCarousel a.prev {
        left: 10px;
    }

    #ametypeCarousel a.next {
        right: 10px;
    }

.roll_row li:hover > p {
    z-index: 2;
    position: absolute;
    top: 40%;
    width: calc(100% - 30px);
    font-size: 40px;
    font-weight: bold;
    color: white;
}

.roll_row li:hover > p {
    display: none;
}

.list-type li:first-child > p {
    padding-left: 36%;
}

.list-type li:first-child:hover .j-list-text01,
.roll_row .roll__list li:first-child.active .j-list-text01,
.list-type li:first-child .j-list-text01 {
    padding-left: 36%;
}

.list-type li:nth-child(4) > p {
    padding-right: 36%;
}

.list-type li:nth-child(4):hover .j-list-text01,
.roll_row .roll__list li:nth-child(4).active .j-list-text01,
.list-type li:nth-child(4) .j-list-text01 {
    padding-right: 36%;
}

.list-type .on li.curr + li .j-list-text {
    display: none;
}

.roll_row .on li.curr + li .eu-layer, .roll_row li.active .eu-layer {
    box-shadow: 0 8px 8px rgba(228,228,228,.6);
    -webkit-box-shadow: 0 8px 8px rgba(228,228,228,.6);
    -moz-box-shadow: 0 8px 8px rgba(228,228,228,.6);
}
/*.roll_row .on li.curr + li img,
.roll_row .on li.curr + li .eu-layer,*/
.roll_row li.active img,
.roll_row li.active .eu-layer,
.roll_row li.act img,
.roll_row li.act .eu-layer {
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.list-type .eu-layer {
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 92%;
    background: rgba(46,44,43,0.5);
}

.roll_row li.active .j-list-text01, .roll_row li .j-list-text01 {
    display: block;
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 415px;
    width: 100%;
    max-height: 415px;
}

.list-type li:hover .eu-layer {
    opacity: 1;
}

.s-box {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #9ecc5e;
    /*margin-top: 10px;*/
}

@media (max-width:1279px) {
    .s-box {
        display: none;
    }
}

@media (max-width:768px) {
    #ametype-mo .as-jump, #eurtype-mo .as-jump {
        left: 0;
        top: 0;
    }

    #eurtype-mo .as-jump-box, #ametype-mo .as-jump-box {
        left: 50%;
        top: 46%;
        margin-left: -33px;
    }

    #ametype-mo, #eurtype-mo {
        width: 100%;
        min-height: 420px;
        overflow: hidden;
    }
}

#ametype .as-jump:hover {
    color: #fff;
}

@media (max-width:767px) {
    /*#ametype-mo .as-jump {
        left: 45%;
        top: 45%;
    }*/
    .eur-box, ame-box {
        margin-bottom: 20px;
    }
}

@media (width:768px) {
    .eur-box, ame-box {
        margin-bottom: 20px;
    }
}

.eur-box, .ame-box {
    width: 100%;
    margin-top: 2px;
}

    .eur-box li, .ame-box li {
        float: left;
        height: 234px;
        text-align: center;
    }

    .eur-box .limit-img {
        width: 100%;
        height: 173px;
        line-height: 173px;
        text-align: center;
        vertical-align: middle;
    }

    .eur-box li img, .ame-box li img {
        max-width: 100%;
        max-height: 173px;
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
    }
    /*.eur-box li img {
            margin-bottom: 20px;
        }*/
    .eur-box li a, .ame-box li a {
        display: block;
        width: 100%;
    }

        .eur-box li a p, .ame-box li a p {
            font-size: 12px;
            line-height: 20px;
        }

.list01-img img {
    z-index: 11;
}

#ametype li img,
#eurtype li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    text-align: center;
}

#ametype li img,
#eurtype li img,
#ametype li .eu-layer,
#eurtype li .eu-layer {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.list04 li:hover .eu-layer {
    opacity: 1;
}

.list04 .eu-layer {
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 92%;
    background: rgba(46,44,43,0.5);
}

@media (min-width:769px) and (max-width:1279px) {
    .container .list04 .eu-layer {
        height: 69%;
    }
}

#ametype li:hover img,
#eurtype li:hover img,
#ametype li:hover .eu-layer,
#eurtype li:hover .eu-layer {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

#ametype li:hover .eu-layer, #eurtype li:hover .eu-layer {
    box-shadow: 0 8px 8px rgba(228,228,228,.6);
    -webkit-box-shadow: 0 8px 8px rgba(228,228,228,.6);
    -moz-box-shadow: 0 8px 8px rgba(228,228,228,.6);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.list04 .on li:nth-child(2) img,
.list04 .on li:nth-child(2) .eu-layer,
.list04 li.active img,
.list04 li.active .eu-layer {
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.list04 .on li:nth-child(2) .eu-layer,
.list04 li.active .eu-layer {
    box-shadow: 0 8px 8px rgba(228,228,228,.6);
    -webkit-box-shadow: 0 8px 8px rgba(228,228,228,.6);
    -moz-box-shadow: 0 8px 8px rgba(228,228,228,.6);
}

.list04 .on li:nth-child(2) .j-list-text {
    display: none;
}

.list04 li.active > p, .scroll-img li.active > p {
    display: none;
}

.list04 #ametypeCarousel, .scroll-img #ametypeCarousel {
    margin-top: 17px;
}

.light_bg2 {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #f0f0f0;
}

.sh .light_bg2 {
    background: #f2f2f2;
}

.list04 li.active .j-list-text01, .list04 li .j-list-text01, .scroll-img li .j-list-text01 {
    display: block;
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 503px;
    width: 100%;
    max-height: 503px;
}

.list04 li:hover > p, .scroll-img li:hover > p {
    display: none;
}

.list04 li.curr:hover .j-list-text01 {
    padding-right: 10px;
}

.list04 li.curr + li + li + li .j-list-text01, .list04 li.curr .eu-layer .j-list-text01 {
    padding-left: 10px;
}
/*================欧式美式产品列表页样式新版样式=========*/
.au-list-pro {
    display: inline-block;
    width: 100%;
    height: 440px;
    margin: 0 auto;
}

.au-list-box {
    max-height: 430px;
}

.list-style {
    width: 100%;
    padding: 0 30px 13px 30px;
}

    .list-style .list01-title {
        display: inline-block;
        width: 100%;
        color: #666;
    }

        .list-style .list01-title:hover {
            color: #333;
        }

    .list-style > p > span {
        display: block;
        padding-right: 120px;
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .list-style > p > a {
        margin-top: -20px;
    }

.container .list01 .list-style {
    text-align: left;
}

.a-right {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

    .a-right:hover {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        color: #9FCC5E;
    }

.a-right2 {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

    .a-right2:hover {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        color: #056A40;
    }

.au-list-box li > p, .dtl-ul li > p, .dtl-seller li > p, .list01 li > p {
    top: -500px;
    z-index: -1;
}

.au-list-box li, #searchList li, #noSearchResult li {
    min-height: 400px;
    overflow: hidden;
}

.au-list-box .list01-img {
    max-width: 300px;
    height: 300px;
    line-height: 300px;
    margin: 0 auto;
}


.au-list-box li.act + li + li {
    border-right: 1px solid #ccc;
}

    .au-list-box li.act + li + li + li {
        border-left: none;
    }

@media (max-width:883px) {
    .au-list-box li {
        border-right: solid 1px #ccc;
    }
}

.au-list-box li {
    position: relative;
    display: inline;
    /*width: 417px;*/
    padding: 0;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: white;
    float: left;
    z-index: 20;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

    .au-list-box li:first-child {
        border-left: solid 1px #ccc;
    }

    .au-list-box li:last-child {
        border-right: solid 1px #ccc;
    }

#ametype-mo .carousel-inner .item img, #eurtype-mo .carousel-inner .item img {
    margin: 0 auto;
}
