/*重写顶部导航*/
.ny_pc_main_nav {
    padding-top: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 30px 0px rgba(17, 58, 93, 0.1);
}

.ny_pc_main_nav .nav_container>ul>li a {
    color: #1f1142;
}


html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

/*banner*/
.inner_page_banner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /* background-attachment: fixed; */
    height: 50%;
    /* margin-top: 75px; */
    background-image: url(../images/goods_inner_bg.jpg);
    display: flex;
    align-items: center;
}

.inner_page_banner::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 52, 92, .75);
}

@media (max-width: 767px) {
    .inner_page_banner {
        margin-top: 36px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .inner_page_banner {
        margin-top: 36px;
    }
}



.inner_page_banner .showtxt .h1title {
    font-size: 3rem;
    color: rgb(255, 255, 255);
    margin: 15px 0;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .inner_page_banner .showtxt .h1title {
        font-size: 1.6rem;
    }
}

.inner_page_banner .showtxt .h2title {
    font-size: 1.55rem;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    margin-top: 10px;
    padding-bottom: 15px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
}

@media (max-width: 767px) {
    .inner_page_banner .showtxt .h2title {
        font-size: 1.1rem;
    }
}




.brand_big_c {
    background-color: #f5f5f7;
    padding: 135px 0 75px 0;
}



@media(max-width:767px) {
    .brand_big_c {
        padding: 80px 0 30px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .brand_big_c {
        padding: 95px 0 35px 0;
    }
}


/* .goodslist {
    margin-top: 40px;
} */

@media (max-width: 767px) {
    /* .goodslist {
        margin-top: 35px;
    } */

}

.goodslist .re_body_h1_title {
    text-align: center;
    font-weight: 800;
    color: rgba(31, 17, 66, 0.75);
}

.goodslist .re_split_line {
    background-color: rgba(0, 0, 0, 0.09);
    margin: 18px auto 20px auto;
    position: relative;
}

.goodslist .re_split_line .posline {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    width: 140px;
    height: 6px;
    background-color: #b5a069;
    margin-top: -3px;
}

.goodslist .re_show_txt {
    text-align: center;
    color: rgba(31, 17, 66, .6);
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .goodslist .re_show_txt {
        margin-bottom: 0;
    }
}

.goodslist .goods_item_list {
    margin-top: 5px;
}

.goodslist .goods_item_list .leftcc {
    background-color: #fff;
    padding: 40px 50px 60px 50px;
    box-shadow: 2px 5px 30px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    transition: box-shadow 0.5s ease, transform 0.5s ease;
    margin: 15px auto;
    overflow: hidden;
}


.goodslist .goods_item_list .leftcc:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

@media (max-width: 767px) {
    .goodslist .goods_item_list .leftcc {
        padding: 30px;
    }
}

.goodslist .goods_item_list .leftcc .re_body_h2_title {
    margin-bottom: 25px;
}

.goodslist .goods_item_list .leftcc .re_body_h2_title a.sutitlelink {
    color: #1f1142;
    font-size: 1.5rem;
    transition: color 0.5s ease;
}


@media (max-width: 767px) {
    .goodslist .goods_item_list .leftcc .re_body_h2_title a.sutitlelink {
        font-size: 1.2rem;
    }
}


.goodslist .goods_item_list .leftcc .re_body_h2_title a.sutitlelink:hover {
    color: #b5a069;
}

.goodslist .goods_item_list .leftcc .splitline {
    height: 1px;
    background-color: rgba(31, 17, 66, 0.2);
    width: 100%;
    margin: 10px auto;
    -webkit-transform: translateX(-130%);
    transform: translateX(-130%);
    -webkit-transition: -webkit-transform 0.3s ease-in 0.15s, background-color 0.5s ease;
    transition: transform 0.3s ease-in 0.15s, background-color 0.5s ease;
}


.goodslist .goods_item_list .leftcc:hover .splitline {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: rgba(181, 160, 105, 0.65);
}

.goodslist .goods_item_list .leftcc .linkc {
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease-in 0.35s, visibility 0.35s ease-in 0.35s;
}

.goodslist .goods_item_list .leftcc:hover .linkc {
    opacity: 1;
    visibility: visible;
}

.goodslist .goods_item_list .leftcc .linkc a.linkcc {
    color: #b5a069;
    transition: color 0.5s ease-in;
}

.goodslist .goods_item_list .leftcc .linkc a.linkcc:hover {
    color: #ffbc00;
}

.goodslist .goods_item_list .leftcc .imgc {
    position: relative;
    z-index: 2;
}

.goodslist .goods_item_list .leftcc .circlce {
    width: 160px;
    height: 160px;
    background-color: #9C27B0;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.goodslist .goods_item_list .leftcc .circlce.bgcc {
    background-color: #b5a069;
}

@media (max-width: 767px) {
    .goodslist .goods_item_list .leftcc .circlce {
        width: 90px;
        height: 90px;
        bottom: 12px;
        right: 10px;
    }
}


@media (max-width: 991px) and (min-width: 768px) {
    .goodslist .goods_item_list .leftcc .circlce {
        width: 100px;
        height: 100px;
        bottom: 20px;
    }
}


@media (max-width: 1199px) and (min-width: 992px) {
    .goodslist .goods_item_list .leftcc .circlce {
        width: 120px;
        height: 120px;
        bottom: 20px;
    }
}

.goodslist .goods_item_list .rightcc {
    padding: 50px;
}

.public_margin_top {
    margin-top: 0;
}