/*重写顶部导航*/
.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: 43px 0 30px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .brand_big_c {
        padding: 80px 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 5px 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: 5px;
}

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


.goodslist .re_show_txt .fadeOutDown.repeat_run {
    animation-delay: 0.8s;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

.goodslist .re_show_txt .iconfont {
    font-size: 2.5rem;
    color: rgba(181, 160, 105, 1);
}







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

.goodslist .goods_item_list .goods_sub_item {
    position: relative;
}

.goodslist .goods_item_list .goods_sub_item .innerhalfcircle {
    position: absolute;
    right: -90px;
    top: 50%;
    width: 186px;
    height: 186px;
    margin-top: -93px;
    border-radius: 50%;
    background-color: #ffbc00;
    z-index: 8;
}

.goodslist .goods_item_list .goods_sub_item .innerhalfcircle.innerrightcircle {
    left: -90px;
    border-radius: 50%;
    background-color: #f60;
}

.goodslist .goods_item_list .leftcc {
    background-color: #fff;
    padding: 40px 40px 40px 40px;
    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; */
    height: 100%;
    width: 100%;
    overflow: hidden;
    color: rgba(31, 17, 66, .6);
}

.goodslist .goods_item_list .leftcc.clearpaddings {
    padding: 0;
}

.goodslist .goods_item_list .goods_sub_item .leftcc .halfcircle {
    position: absolute;
    right: -90px;
    top: 50%;
    width: 180px;
    height: 180px;
    margin-top: -90px;
    border-radius: 50%;
    background-color: #ffbc00;
    z-index: 8;
}

.goodslist .goods_item_list .goods_sub_item .leftcc .halfcircle.rightcircle {
    left: -90px;
    border-radius: 50%;
    background-color: rgba(255, 102, 0, 0.75);
}


.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 .imgc {
    position: relative;
    z-index: 2;
}

.goodslist .goods_item_list .leftcc .re_show_text {
    color: rgba(31, 17, 66, .6);
}

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


.private_margin_top {
    margin-top: 70px;
}

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

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



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

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


@media (max-width: 767px) {
    .goodsitem_list_show .re_split_line {
        margin: 18px auto 10px auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .goodsitem_list_show .re_split_line {
        margin: 18px auto 15px auto;
    }
}


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


.goodsitem_list_show .sulc_c {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    /* border-radius: 5px; */
    background-color: #f5f5f7;
    box-shadow: 2px 5px 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: transform 0.5s ease, box-shadow 0.5s ease, background-color 0.5s ease;
    -o-transition: transform 0.5s ease, box-shadow 0.5s ease, background-color 0.5s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease, background-color 0.5s ease;
}

@media (max-width: 767px) {

    .goodsitem_list_show .sulc_c {
        margin-top: 15px;
    }
}

/* .goodsitem_list_show .sulc_c.bg_c {
    background-color: #f5f5f7;
    background-color: rgba(253, 154, 40, 0.35);
    background: linear-gradient(to right, #fd9a28 0%, #ffa53e 100%);
}
 */
.goodsitem_list_show .sulc_c:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    background-color: #e8e8ea;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}



.goodsitem_list_show .sulc_c .sulc_c_content {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 62%;
}



.goodsitem_list_show .sulc_c .sulc_c_content .overlayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 20px;
    /* background-color: rgba(52, 73, 94, 0.38);
    background: linear-gradient(to top, rgba(52, 73, 94, 0.85) 0%, rgba(99, 123, 148, 0.1) 80%); */
    display: flex;
    align-items: flex-end;
    /* justify-content: center; */
    z-index: 1;
    transition: background 0.5s ease, background-color 0.5s ease;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .goodsitem_list_show .sulc_c .sulc_c_content .overlayer {
        padding: 0px 10px 10px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .goodsitem_list_show .sulc_c .sulc_c_content .overlayer {
        padding: 0 15px 20px 15px;
    }
}

@media (max-width: 767px) {
    .goodsitem_list_show .sulc_c .sulc_c_content .overlayer {
        padding: 0 15px 20px 15px;
    }
}



.goodsitem_list_show .sulc_c .sulc_c_content .plus_c_c {
    width: 60px;
    height: 60px;
    background-color: #ffbc00;
    border-radius: 50%;
    margin: 0 auto;
    /* background-color: rgba(181, 160, 105, 0.5); */
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -moz-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, top 0.5s ease;
    -webkit-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, top 0.5s ease;
    -o-transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, top 0.5s ease;
    transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, top 0.5s ease;
}


/* .goodsitem_list_show .sulc_c:hover .plus_c_c {
    opacity: 1;
    visibility: visible;
    top: 50%;
    margin-top: -30px;
} */

.goodsitem_list_show .sulc_c .sulc_c_content .plus_c_c .iconfont {
    font-size: 2.5rem;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -moz-transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
    -o-transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, color 0.5s ease;
}

.goodsitem_list_show .sulc_c:hover .sulc_c_content .overlayer {
    background-color: rgba(181, 160, 105, 0.35);
    background: linear-gradient(to top, rgba(181, 160, 105, 0.35) 0%, rgba(99, 123, 148, .0) 60%);
}

.goodsitem_list_show .sulc_c:hover .plus_c_c .iconfont {
    opacity: 1;
    visibility: visible;
    color: #fff;
    transition: color 0.5s ease;
}

.goodsitem_list_show .sulc_c:hover .plus_c_c .iconfont:hover {
    color: rgba(255, 255, 255, 0.85)
}

.goodsitem_list_show .sulc_c .desctxt {
    padding: 30px 20px 30px 20px;
    text-align: center;
}


.goodsitem_list_show .sulc_c .desctxt.desctxtbgc {
    background-color: #ffbc00;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .goodsitem_list_show .sulc_c .desctxt {
        padding: 20px 10px 20px 10px;
    }
}

@media (max-width: 767px) {
    .goodsitem_list_show .sulc_c .desctxt {
        padding: 20px 10px 20px 10px;
    }
}

.goodsitem_list_show .sulc_c .desctxt .re_pointc {
    color: rgba(255, 255, 255, 0.8);

}


.goodsitem_list_show .sulc_c .desctxt .re_split_line {
    background-color: rgba(255, 255, 255, 0.25);
}



.goodsitem_list_show .sulc_c .desctxt .textpointc a.cponetc {
    color: #b5a069;
    transition: color 0.5s ease;
}

.goodsitem_list_show .sulc_c .desctxt .textpointc a.cponetc:hover {
    color: #cacaca;
}

.goodsitem_list_show .sulc_c .desctxt .textpointc a.first_cponetc {
    color: #fff;
    transition: color 0.5s ease;
}

.goodsitem_list_show .sulc_c .desctxt .textpointc a.first_cponetc:hover {
    color: #cacaca;
}


.public_margin_top {
    margin-top: 0;
}