.FadeWrapper {
    width: 100%;
    height: 700px;
    min-width: 1200px;
    position: relative;
    text-align:center;
    margin-top: -5px;
}

    .FadeWrapper a {
        width: 100%;
        min-width: 1200px;
        height: 700px;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

.headerLogoBg {
    height: 125px;
    background-color: #3c3fa8;
    left: 0;
    width: 182px;
    z-index: 16;
    position: absolute;
    cursor: pointer;
}

.FadeWrapper .index_block {
    position: absolute;
    width: 100%;
    min-width: 1200px;
    text-align: center;
    z-index: 10;
    height: 2px;
    bottom: 130px;
    display: block;
    line-height: 0px;
    vertical-align: top;
    display: none;
}

    .FadeWrapper .index_block div {
        display: inline-block;
        padding: 5px;
        ;
    }

    .FadeWrapper .index_block span {
        display: inline-block;
        background-color: transparent;
        cursor: pointer;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

.FadeWrapper .arrow_block {
    width: 1200px;
    text-align: center;
    z-index: 10;
    line-height: 0px;
    top: 0;
    vertical-align: top;
    position: relative;
    display: inline-block;
}

.FadeWrapper .arrowButn {
    position: absolute;
    cursor: pointer;
    z-index: 11;
    top: 325px;
    display: none;
}

.FadeWrapper #nextBtn {
    right: 0;
}

.FadeWrapper #preBtn {
    left: 0;
}

.FadeWrapper .active {
    /*opacity: 1;
    z-index: 2;
    background-color: #ffffff;*/
}

.fedaOut {
    -webkit-animation: fedaOut 2s infinite linear;
    -moz-animation: fedaOut 2s infinite linear;
    -ms-animation: fedaOut 2s infinite linear;
    -o-animation: fedaOut 2s infinite linear;
    animation: fedaOut 2s infinite linear;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.recommendBox {
    width: 100%;
    /*min-height: 1200px;*/
    position: relative;
}

    .recommendBox .recommentBg {
        width: 100%;
        min-width: 1200px;
        height: 100%;
        background: url('../img/home/bg-top.png') center top no-repeat;
        /*position: absolute;*/
        z-index: 11;
        text-align: center;
    }

        .recommendBox .recommentBg .recommendContent {
            margin: auto;
            width: 1200px;
            padding-bottom: 50px;
        }

            .recommendBox .recommentBg .recommendContent .iconTop {
                width: 56px;
                display: inline-block;
                margin-top: 12px;
            }

            .recommendBox .recommentBg .recommendContent .title {
                font-size: 24px;
                margin-top: 40px;
            }

            .recommendBox .recommentBg .recommendContent .disword {
                color: #666;
                margin-top: 6px;
            }

            .recommendBox .recommentBg .recommendContent .fullRecomment {
                display: inline-block;
                width: 1200px;
                overflow: hidden;
                position: relative;
                height: 300px;
                margin-top: 20px;
                cursor: pointer;
            }

                .recommendBox .recommentBg .recommendContent .fullRecomment img {
                    min-height: 300px;
                    transition: all 0.6s;
                }

                .recommendBox .recommentBg .recommendContent .fullRecomment .fullImg {
                    position: absolute;
                    left: 0px;
                }

                .recommendBox .recommentBg .recommendContent .fullRecomment .leftBox {
                    float: left;
                    width: 590px;
                    overflow: hidden;
                    position: relative;
                    cursor: pointer;
                }

                .recommendBox .recommentBg .recommendContent .fullRecomment .rightBox {
                    float: right;
                    width: 590px;
                    overflow: hidden;
                    position: relative;
                    cursor: pointer;
                }

                .recommendBox .recommentBg .recommendContent .fullRecomment .contentWord {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                    color: #ffffff;
                    font-size: 16px;
                    height: 40px;
                    line-height: 20px;
                    text-shadow: 1px 1px 1px #000;
                }

                    .recommendBox .recommentBg .recommendContent .fullRecomment .contentWord a {
                        color: #ffffff;
                    }

                    .recommendBox .recommentBg .recommendContent .fullRecomment .contentWord .big {
                        font-size: 30px;
                        display: block;
                    }

.recommendItemBox {
    padding-bottom: 50px;
}

    .recommendItemBox .itemClass {
        margin: 40px auto 0;
        width: 1200px;
        text-align: center;
    }

        .recommendItemBox .itemClass .recommendContentBox {
            width: 1200px;
            margin-top: 30px;
            cursor: pointer;
        }

        .recommendItemBox .itemClass .recommendItem:first-child {
            float: left;
        }

        .recommendItemBox .itemClass .recommendItem:last-child {
            float: right;
        }

        .recommendItemBox .itemClass .recommendItem {
            height: 330px;
            width: 360px;
            display: inline-block;
            background-size: 100% 100%;
            background-position: center center;
            background-repeat: no-repeat;
            overflow: hidden;
            position: relative;
        }

            .recommendItemBox .itemClass .recommendItem .itemHoverBox {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 220px;
            }

                .recommendItemBox .itemClass .recommendItem .itemHoverBox .itemHoverBoxBg {
                    width: 100%;
                    height: 100%;
                    opacity: 0.8;
                    filter: alpha(opacity=80); /* 针对 IE8 以及更早的版本 */
                    z-index: -1;
                }

                .recommendItemBox .itemClass .recommendItem .itemHoverBox .wordBox {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    color: #ffffff;
                    line-height: 32px;
                    padding-top: 50px;
                    font-size: 20px;
                    display: none;
                }

                    .recommendItemBox .itemClass .recommendItem .itemHoverBox .wordBox a {
                        color: #ffffff;
                    }

                .recommendItemBox .itemClass .recommendItem .itemHoverBox .disBox {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 12px;
                    left: 0;
                    color: #ffffff;
                    text-align: left;
                    font-size: 20px;
                    padding: 10px 20px;
                    background-color: #6068b2;
                }

                    .recommendItemBox .itemClass .recommendItem .itemHoverBox .disBox div:last-child {
                        margin-top: 20px;
                        font-size: 14px;
                    }

                    .recommendItemBox .itemClass .recommendItem .itemHoverBox .disBox .countBox {
                        float: right;
                    }

                .recommendItemBox .itemClass .recommendItem .itemHoverBox .wordBox .countBox {
                    font-size: 16px;
                    position: absolute;
                    bottom: 15px;
                    width: 100%;
                }

.small {
    font-size: 12px;
}

.recommendItemBox .itemClass .title {
    font-size: 24px;
    line-height: 35px;
}

.recommendItemBox .itemClass .disword {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}

.important {
    color: #3c3fa8;
}

.brandBox {
    width: 100%;
    min-width: 1200px;
    text-align: center;
}

    .brandBox .brandContent {
        width: 1200px;
        margin: auto;
    }

        .brandBox .brandContent .brandIcon {
            display: inline-block;
            margin-top: 40px;
        }

        .brandBox .brandContent .brandDis {
            width: 1200px;
            padding: 8px 200px;
            font-size: 13px;
            color: #676767;
            line-height: 28px;
        }

        .brandBox .brandContent .brandDesImg {
            width: 1200px;
            margin: 2rem 0;
        }

        .brandBox .brandContent .companyBox {
            /*padding-top: 55px;
            position: relative;
            text-align: center;*/
            width: 1200px;
            display:flex;
            margin-top:5rem;
        }

            .brandBox .brandContent .companyBox .compayItem {
                /*height: 90px;
                display: inline-block;
                text-align: center;
                font-size: 16px;
                color: #666666;
                line-height: 30px;*/
                flex:1;
            }

                .brandBox .brandContent .companyBox .compayItem img {
                   width:15rem;
                }

                /*.brandBox .brandContent .companyBox .compayItem:first-child {
                    position: absolute;
                    left: 0;
                    top: 64px;
                }

                .brandBox .brandContent .companyBox .compayItem:last-child {
                    right: 0;
                    position: absolute;
                    top: 78px;
                }*/

.shareBox {
    font-size: 24px;
    padding-top: 40px;
    min-width: 1200px;
    padding-bottom: 50px;
    text-align: center;
}

    .shareBox .disword {
        color: #666;
        margin-top: 6px;
        font-size: 16px;
    }

    .shareBox .shareClass {
        margin: 30px auto 0;
        width: 1200px;
    }

        .shareBox .shareClass .shareItem {
            display: inline-block;
            width: 360px;
        }

            .shareBox .shareClass .shareItem:first-child {
                float: left;
            }

            .shareBox .shareClass .shareItem:last-child {
                float: right;
            }

            .shareBox .shareClass .shareItem img {
                width: 360px;
                height: 233px;
            }

            .shareBox .shareClass .shareItem .shareDisWord {
                box-sizing: border-box;
                border-left: 2px solid #3c3fa8;
                padding-left: 10px;
                margin-top: 10px;
            }

                .shareBox .shareClass .shareItem .shareDisWord .title {
                    font-size: 16px;
                    font-weight: bold;
                    text-align: left;
                    overflow: hidden;
                    position: relative;
                }

                    .shareBox .shareClass .shareItem .shareDisWord .title .point {
                        position: absolute;
                        top: 0px;
                        right: 0px;
                        width: 50px;
                        display: none;
                        text-align: left;
                        padding-left: 6px;
                        background-color: #ffffff;
                        height: 20px;
                    }


                .shareBox .shareClass .shareItem .shareDisWord .dis {
                    font-size: 14px;
                    color: #666666;
                    text-align: left;
                    margin-top: 5px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    position: relative;
                    line-height: 20px;
                    position: relative;
                }

                    .shareBox .shareClass .shareItem .shareDisWord .dis .point {
                        position: absolute;
                        top: 18px;
                        right: 0px;
                        width: 50px;
                        display: none;
                        text-align: left;
                        padding-left: 6px;
                        background-color: #ffffff;
                        height: 20px;
                    }

.firendBox {
    min-width: 1200px;
    background-color: rgb(74,74,74);
}

    .firendBox .firendContent .title {
        font-size: 24px;
        line-height: 35px;
        color: #ffffff;
    }

    .firendBox .firendContent {
        width: 1200px;
        margin: auto;
        padding-bottom: 38px;
        position: relative;
    }

        .firendBox .firendContent .broderImg {
            width: 1200px;
            margin-top: 10px;
        }

        .firendBox .firendContent .itemBox {
            width: 1110px;
            margin: auto;
            height: 87.5px;
            overflow: hidden;
        }

            .firendBox .firendContent .itemBox img {
                width: 160px;
                height: 67px;
                margin: 12.5px;
                float: left;
            }

            .firendBox .firendContent .itemBox .scroll_box {
                width: 1295px;
            }

        .firendBox .firendContent .friendArrow {
            position: absolute;
            top: 50%;
            z-index: 9;
        }

        .firendBox .firendContent #preFriend {
            left: 0;
        }

        .firendBox .firendContent #nextFriend {
            right: 0;
        }

.firendBox {
    background-color: rgb(74,74,74);
    padding-top: 30px;
    border-bottom: 1px solid #ffffff;
}

.subtitle .subtitleItem {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    padding-left: 14px;
}

    .subtitle .subtitleItem a {
        font-size: 20px;
        color: #999;
    }

    .subtitle .subtitleItem::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 40%;
        background-color: #999;
    }

    .subtitle .subtitleItem:last-child::before {
        content: "";
        width: 0;
    }

.newBox {
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
}

.newBoxLeft, .newBoxRight {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    /*.newBoxLeft .locationBox {
        padding-bottom: 60px;
        width: 100% !important;
    }*/

    .newBoxLeft .locationBox，.newBoxRight .locationBox {
        padding-bottom: 10px;
        width: 45% !important;
    }

.location .productItem {
    display: inline-block;
}


.location a {
    color: #3a3c4c !important;
}

    .location a:hover {
        color: #FFF !important;
    }

.hot {
    color: red;
    display: inline-block;
    font-size: 15px;
    padding-left: 4px;
    line-height: 15px;
}

@-webkit-keyframes fedaOutAn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fedaOutAn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fedaOutAn {
    0% {
        filter: Alpha(opacity=100);
    }

    100% {
        filter: Alpha(opacity=0);
    }
}

@-o-keyframes fedaOutAn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fedaOutAn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
