﻿@charset "utf-8";
/***************************************/
/***************************************/
/***** 枫桦网络QQ59439391风格设计 ******/
/************* 2020-03-16 **************/
/****** General Styles ******/
@import "plugins/font/css/all.min.css";
@import "plugins/bootstrap45/css/bootstrap.min.css";
@import "Layui-KnifeZ/css/layui.css";
@import "plugins/animate.css/animate.min.css";
@import "plugins/swiper/css/swiper.min.css";
/*@import "bootsnav.css";*/
/*@import "plugins/nav/navigation.css";*/
@import "plugins/Smoothproducts/css/smoothproducts.css";
@import "base.css";
@import url('css/flaticon.css');
@import url('css/custom-animate.css');
@import url('css/jquery.fancybox.min.css');
@import url('css/jquery.bootstrap-touchspin.css');
@import url('css/jquery.mCustomScrollbar.min.css');
@import url('menu.css');

.swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet {
    width: .8rem;
    height: .8rem;
    background: #fff;
    opacity: 9;
    /*border-radius:0;*/
}

.swiper-pagination-bullet-active {
    background: #ff3053;
}

.swiper-button-prev, .swiper-button-next {
    color: rgba(255,255,255,.6);
}

h2.p-r {
    padding-top: 3.5rem;
}

    h2.p-r i {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

.home-goods {
    position: relative;
    margin-top: 4rem;
}

h2.hometitle {
    display: block;
    color: #ff3053;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: bold;
}

#newsgoods {
    margin-top: 2rem;
    position: relative;
    padding-bottom: 3rem;
}

    #newsgoods .swiper-slide {
        /*height:calc((100% - 3rem) / 4 + 3rem);*/
        /*width:calc((100% -3rem) / 4);*/
    }

.gitem {
    padding: 1rem;
    border: 1px #e1e1e1 solid;
    border-radius: .3rem;
}

#newsgoods .swiper-slide p {
    text-align: left;
    height: 3rem;
    color: #333333;
    font-weight: normal;
    margin-top: .5rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    #newsgoods .swiper-slide p.img {
        height: 0;
        width: 100%;
        overflow: hidden;
        display: block;
        padding-bottom: 100%;
        position: relative;
    }

#newsgoods .gitem .img img {
    max-height: 180%;
    max-width: 180%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/*#newsgoods .gitem .img:hover{
            transition: all .3s ease 0s;
            transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            filter: alpha(opacity: 90);
            opacity: 0.9;
        }*/
#newsgoods .gitem:hover {
    border-color: #ff3053;
}

#newsgoods .swiper-slide:hover p {
    color: #ff3053;
}

.home-goods .swiper-button-next, .home-goods .swiper-button-prev {
    width: 2.9rem;
    height: 2.2rem;
}

    .home-goods .swiper-button-prev:after, .home-goods .swiper-container-rtl .swiper-button-next:after {
        content: ' ';
        background: url("images/prev-c.png") no-repeat;
        width: 2.9rem;
        height: 2.2rem;
        display: block;
        background-size: cover;
        filter: opacity(80%);
        opacity: 0.8;
    }

    .home-goods .swiper-button-next:after, .home-goods .swiper-container-rtl .swiper-button-prev:after {
        content: ' ';
        background: url("images/next-c.png") no-repeat;
        width: 2.9rem;
        height: 2.2rem;
        display: block;
        background-size: cover;
        filter: opacity(80%);
        opacity: 0.8;
    }

    .home-goods .swiper-button-prev:hover::after, .home-goods .swiper-container-rtl .swiper-button-next:hover::after,
    .home-goods .swiper-button-next:hover::after, .home-goods .swiper-container-rtl .swiper-button-prev:hover::after {
        filter: opacity(100%);
        opacity: 1;
    }

.home-goods .swiper-button-prev, .home-goods .swiper-container-rtl .swiper-button-next {
    top: 1.5rem;
    left: calc(50% - 10rem);
}

.home-goods .swiper-button-next, .home-goods .swiper-container-rtl .swiper-button-prev {
    top: 1.5rem;
    left: calc(50% + 7rem);
}

.counter-section {
    background: #000 url(images/aboug-bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 37.5rem;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 4rem;
}

    .counter-section .container {
        padding: 4rem;
        text-align: center;
        position: relative;
    }

    .counter-section h2 {
        font-size: 2.5rem;
        text-transform: uppercase;
        display: block;
        margin-bottom: 2rem;
        color: #fff;
        font-weight: bold;
    }

    .counter-section .bsinfo {
        max-width: 90%;
        margin: auto;
        line-height: 2rem;
        max-height: 14rem;
        overflow: hidden;
        color: #fff;
        font-size: .8rem;
    }

    .counter-section .about-more {
        display: inline-block;
        margin-top: 2.5rem;
        font-size: 1.1rem;
        text-transform: uppercase;
        color: #fff;
        background: #ff3053;
        border-radius: 1.5rem;
        padding: 1rem 1.75rem;
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
        font-weight: bold;
    }

        .counter-section .about-more:hover {
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            opacity: 1;
            text-decoration: none;
        }

.more {
    width: 16rem;
    height: 3rem;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 3rem;
    color: #222;
    font-weight: 300;
}

a.more {
    color: #222;
    border: 3px #222 solid;
    width: 16rem;
    height: 3rem;
    text-transform: uppercase;
}
/*department*/
.depart {
    margin-top: 3rem;
    position: relative;
    padding-bottom: 3rem;
    background: url(images/hr.jpg) repeat-x bottom left;
}

    .depart .container {
        position: relative;
    }

    .depart h2 {
        display: block;
        color: #ff3053;
        font-size: 2.5rem;
        text-transform: uppercase;
        margin-bottom: 1rem;
        font-weight: bold;
        text-align: left;
    }

    .depart .container .item {
        float: left;
        height: 22.5rem;
        margin-top: 1rem;
        position: relative;
        overflow: hidden;
        margin-right: 1rem;
        width: calc((100% - 2rem) / 3);
        background: #000;
    }

        .depart .container .item:first-child {
            width: 61.2%;
            height: 25rem;
        }

        .depart .container .item:nth-child(2) {
            width: calc(100% - 61.2% - 1rem);
            height: 25rem;
            float: right;
            margin-right: 0;
        }

        .depart .container .item:last-child {
            margin-right: 0rem;
        }

        .depart .container .item img {
            position: absolute;
            width: 100%;
            height: auto;
        }

        .depart .container .item .text {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            text-align: center;
            width: 80%;
        }

            .depart .container .item .text em {
                color: #fff;
                display: inline-block;
                border-top: 1px solid rgba(255,255,255,0.5);
                border-bottom: 1px solid rgba(255,255,255,0.5);
                text-transform: uppercase;
                font-size: 2rem;
                padding: .3rem 0;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                font-weight: bold;
                line-height: 2rem;
            }

            .depart .container .item .text .memo {
                color: #cccccc;
                font-size: .8rem;
                line-height: 1.5rem;
                height: 0;
                overflow: hidden;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                filter: alpha(opacity=0);
                -moz-opacity: 0;
                opacity: 0;
            }

            .depart .container .item .text strong {
                display: inline-block;
                border-radius: 1.75rem;
                background: #ff3053;
                color: #fff;
                font-size: 1.1rem;
                text-transform: uppercase;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                filter: alpha(opacity=0);
                -moz-opacity: 0;
                opacity: 0;
                height: 0;
                padding: 0;
            }

        .depart .container .item:hover .text span img {
            filter: alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
        }

        .depart .container .item:hover .text .memo {
            height: 4.5rem;
            filter: alpha(opacity=100);
            -moz-opacity: 100;
            opacity: 100;
            margin-top: 2rem;
        }

        .depart .container .item:hover .text strong {
            padding: 1rem 1.25rem;
            display: inline-block;
            margin-top: 2rem;
            height: auto;
            filter: alpha(opacity=100);
            -moz-opacity: 100;
            opacity: 100;
            transition-property: opacity;
            transition-delay: 0.3s;
            -moz-transition-property: opacity;
            -moz-transition-delay: 0.3s;
            -webkit-property: opacity;
            -webkit-transition-delay: 0.3s;
            -o-transition-property: opacity;
            -o-transition-delay: 0.3s;
        }

/* new arrivals*/
h5.tip {
    margin-top: 1rem;
}

/*contact*/
.contact {
    margin-top: 3.75rem;
    position: relative;
}



    .contact h2 {
        font-size: 1.5rem;
    }

    .contact h5 {
        font-size: .8rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .contact .col-lg-4 h2 {
        text-align: left;
    }

    .contact .coname {
        height: 3rem;
        color: #fff;
        line-height: 3rem;
        text-align: center;
        font-family: Arial;
        font-weight: bold;
        font-size: 1.5rem;
        width: 9.375rem;
        background: #000;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .contact ul li {
        padding-left: 2rem;
        font-size: 1rem;
        line-height: 2rem;
        width: calc(100% - 2rem);
        position: relative;
    }

        .contact ul li i {
            position: absolute;
            top: .5rem;
            left: 0;
        }

    .contact .msgform {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 2rem auto 0 auto;
        /*position:absolute;
    left:50%;
    transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
    }

.msgform .in-item {
    width: 100%;
}

    .msgform .in-item .input {
        float: left;
        width: 49%;
    }

        .msgform .in-item .input:last-child {
            float: right;
        }

    .msgform .in-item input {
        width: 100%;
        height: 3.1rem;
        border: 1px #444444 solid;
        color: #333;
    }

.msgform .textarea {
    display: block;
    margin-top: 1rem;
    width: 100%;
}

    .msgform .textarea textarea {
        width: 100%;
        border: 1px #444444 solid;
        color: #333;
    }

.msgform input::-webkit-input-placeholder, .msgform textarea::-webkit-input-placeholder {
    color: #444;
}



.msgform .fc-button {
    display: block;
    margin-top: 2rem;
    width: 100%;
    /*text-align: center;*/
}

.contact .chat {
    width: 50%;
    font-size: 1.5rem;
    display: flex;
}

    .contact .chat a {
        flex: 1 1 auto;
        padding: 1rem;
        color: #666;
    }
/*.blog div[class^="layui-col-"] {
    padding:0 1rem 0 1rem;
}
    .blog div[class^="layui-col-"]:first-child {
    }*/
.homeblog {
    margin-top: 2rem;
    padding-bottom: 3.75rem;
}

    .homeblog h2.hometitle2 {
        background: url(images/hr.jpg) repeat-x bottom;
        padding-bottom: 1rem;
        margin: 1rem 0 2.5rem 0;
        color: #ff3053;
        font-size: 2.5rem;
        text-transform: uppercase;
        display: inline-block;
        padding-left: 1rem;
        font-weight: bold;
        width: 100%;
        text-align: left;
    }

        .homeblog h2.hometitle2 a {
            background: #ff3053;
            border-radius: 2rem;
            color: #fff;
            display: inline-block;
            float: right;
            text-transform: uppercase;
            font-size: .8rem;
            font-weight: bold;
            padding: 1rem;
        }

    .homeblog h5.tip {
        width: 100%;
        position: relative;
    }

        .homeblog h5.tip:after {
            position: absolute;
            left: 50%;
            color: #999999;
            font-family: "Font Awesome 5 Pro";
            font-weight: normal;
            content: "\f103";
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            top: 2rem;
        }

.blog {
    padding-bottom: 2rem;
}

    .blog .bitem {
        height: 12rem;
        overflow: hidden;
        position: relative;
        /*width:calc(100% - 14rem);*/
        padding-left: 15rem;
        display: block;
    }

        .blog .bitem img {
            height: 10rem;
            width: 14rem;
            position: absolute;
            top: 0;
            left: 0;
        }

        .blog .bitem h4 {
            color: #ff3053;
            font-size: 1.1rem;
            line-height: 1.5rem;
            overflow: hidden;
            display: block;
            max-height: 3rem;
            margin-bottom: 1rem;
        }

        .blog .bitem p.date {
            display: block;
            margin-bottom: 1rem;
            color: #808080;
            font-size: .8rem;
        }

        .blog .bitem p.memo {
            line-height: 1.25rem;
            overflow: hidden;
            max-height: 3.75rem;
            font-size: .8rem;
            color: #808080;
        }

        .blog .bitem p.more {
            text-align: left;
        }

            .blog .bitem p.more a {
                color: #ff3053;
                font-size: .8rem;
                font-weight: bold;
                display: inline-block;
                margin-top: 0rem;
                text-transform: uppercase;
                text-align: left;
            }



/*partner*/
.partner {
    background: #f1f1f1 url(images/partnerbg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 3.75rem;
    padding-bottom: 7rem;
    position: relative;
    margin-top: 3.75rem;
}

#partner {
    margin-top: 3rem;
}

    #partner .swiper-slide .img {
        height: 0;
        padding-bottom: calc(100% * 0.625);
        width: 100%;
        background: #fff;
        position: relative;
    }

        #partner .swiper-slide .img img {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
        }

#partner {
    position: relative;
}

.partner .p_r {
    position: relative;
}

.partner .swiper-button-prev, .partner .swiper-container-rtl .swiper-button-next {
    left: -2rem;
    color: #444;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.partner .swiper-button-next, .partner .swiper-container-rtl .swiper-button-prev {
    right: -2rem;
    color: #444;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.says {
    padding-top: 3.75rem;
    padding-bottom: 7rem;
    position: relative;
    margin-top: 3.75rem;
}

    .says .container {
        position: relative;
    }

    .says .saytext {
        position: relative;
        max-width: 60rem;
        font-size: .87rem;
        color: #808080;
        display: block;
        margin: 1rem auto 0 auto;
        padding: 1rem 0rem 1rem 0;
        line-height: 1.5rem;
    }


    .says .swiper-slide p.names {
        width: 20rem;
        display: block;
        display: block;
        margin: 2rem auto 0 auto;
        text-align: center;
        padding-top: 12rem;
        position: relative;
        color: #444;
        font-weight: 300;
    }

        .says .swiper-slide p.names a {
            color: #444;
        }

        .says .swiper-slide p.names img {
            position: absolute;
            width: 10rem;
            height: 10rem;
            border-radius: 50%;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .says .swiper-container-horizontal > .swiper-pagination-bullets, .says .swiper-pagination-custom,
    .says .swiper-pagination-fraction {
        text-align: center;
        left: 50%;
    }

    .says .swiper-pagination-bullet {
        border: 1px #000 solid;
        width: 3rem;
        margin-right: .5rem;
    }

    .says .swiper-pagination {
        bottom: -1rem;
        text-align: center;
        width: 100%;
    }
/*@media (min-width:1920) {
    #certify {
        background-size: 100% 100%;
    
    }
}*/

/*===============*/

/*pageinfo*/
.subbanner {
    background: url(images/aboug-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
}

.bread-t {
    background: #f2f2f2;
    font-size: .8rem;
    padding: .6rem 0;
    text-align: right;
}
/*.subbanner h1 {
        font-weight:300;
        text-align: center;
        font-size: 2.2rem;color:#fefefe;position:relative;
    }
                 .subbanner i:before{
                width:1px;content:" ";
                height:2.5rem;background:#fefefe;
                position:absolute;top:0;left:50%;
                 transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
            }
             .subbanner i:after {
                 width: 0px;
                            height: 0px;
                            border-top: 10px solid #fefefe;
                            border-left: 10px solid transparent;
                            border-right: 10px solid transparent;
                            content:" ";position:absolute;top:2.5rem;left:50%;
                 transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
                            

            }*/
.leftmenu {
    width: 12.5rem;
    margin-top: 2rem;
    display: block;
    background: #f8f8f8;
}

    .leftmenu h2 {
        border-bottom: 1px #e1e1e1 solid;
        font-size: 1rem;
        line-height: 2.5rem;
    }

    .leftmenu ul li {
        height: 3rem;
        line-height: 3rem;
        font-size: 1rem;
        text-transform: capitalize;
        text-align: center;
        font-size: .9rem;
    }

        .leftmenu ul li:last-child {
            border-bottom: 1px #e1e1e1 solid;
            border-bottom-left-radius: .5rem;
            border-bottom-right-radius: .5rem;
        }

.pageshow {
    margin: 2rem 0 0rem 1rem;
    min-height: 30rem;
}

    .pageshow .nerong {
        width: 100%;
    }

        .pageshow .nerong img, .pageshow .nerong table {
            max-width: 100%;
        }

    .pageshow h3 {
        line-height: 2rem;
        color: #333;
        font-size: 1.5rem;
        text-align: center;
    }

    .pageshow .date {
        font-size: .75rem;
        line-height: 2rem;
        color: #4c4c4c;
    }
   .blogpage .pageshow h1 {font-size:1.1rem;font-weight:500;margin-bottom:1rem;width:100%;margin-top:1rem;
    }
.blogpage .pageshow {
padding-bottom:2rem;background:url(images/hr.jpg) repeat-x bottom}
.layui-breadcrumb {
    display: block;
    width: 100%;
    color: #808080;
}

    .layui-breadcrumb a:hover {
        color: #999 !important;
    }

    .layui-breadcrumb span.fr em i {
        font-size: 1rem;
        color: #fff;
        background: #222;
        padding: .25rem;
        border-radius: 1px;
    }



.face {
    height: 12rem;
    position: relative;
    margin-bottom: 2rem;
}

    .face img {
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
        margin: 2rem auto 2rem auto;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.blog-b .list {
    width: 100%;
}

    .blog-b .list .item {
        padding: 1rem 0;
        border-bottom: 2px #e2e2e2 solid;
        position: relative;
        min-height: 9rem;
    }

        .blog-b .list .item h3 {
            line-height: 2rem;
            color: #000;
            font-size: 1.25rem;
            text-transform:capitalize;font-weight:400;
        }
            .blog-b .list .item h3:hover a{
            color:#ff3053}
        .blog-b .list .item .date {
            
            font-size: .75rem;
            line-height: 2rem;
            color: #666;
        }

        .blog-b .list .item .memo {
            text-align: left;
            line-height: 1.5rem;
            font-size: .9rem;
            color: #999;height:4.5rem; -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        }

        .blog-b .list .item .img {
            width: 100%;
            height: 10rem;
           
        }
        .blog-b .list .item .img2 {
        }
        .blog-b .list .item .img2 a{overflow:hidden;display:block;margin:0 auto;
        border-radius:50%;width:10rem;height:10rem;}
        .blog-b .list .item .img2 img{width:100%; height: 100%;
        }
        .blog-b .list .item .img img {
            width: 100%;
            max-height: 100%;
        }

    .blog-b .list a.moress {
       
        color: #fff;
       
        font-size: .8rem;
        text-transform:uppercase;
        background: #ff3053;
        display:inline-block;
        padding:.6rem 2rem;margin-top:1.25rem;border-radius:2rem;border:0;
    }

.partneritem span{display:block;width:100%;
    height:0;padding-bottom:100%;border-radius:50%;overflow:hidden;position:relative;
    box-shadow:rgba(0,0,0,0.4) -3px -3px inset;
}
.partneritem span img {max-height:80%;max-width:80%;
position:absolute;left:50%;top:50%; transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);}
.parn {
    width: 100%;
}

    .parn .img {
        height: 0;
        padding-bottom: calc(100% * 0.625);
        width: 100%;
        background: #fff;
        position: relative;
    }

        .parn .img img {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
        }



.prev-next {
    width: 100%;
    margin-top: 2rem;
}

    .prev-next .item {
        height: 3rem;
        line-height: 3rem;
        border-top: 1px #e1e1e1 solid;
        font-size: 1rem;
        color: #808080;
    }
/*products*/
.product h2,.pageshow h2,.blog-b h2 {
    text-align: left;
    line-height: 2rem;
    font-size: 1.5rem;
    position: relative;
    margin-top: 1rem;
    padding-bottom: 1rem;
    background: url(images/hr.jpg) repeat-x bottom;
    font-weight: bold;
    color: #ff3053;
    text-transform: uppercase;
    position: relative;
}

.product .tholist {
    position: absolute;
    right: 0;
    font-size: 1rem;
    color: #333;
    font-weight: normal;
    text-transform: capitalize;
    top: 4rem;
}

.product .cate {
    /*display:flex;*/
    width: 100%;
    min-height: 3rem;
    display: block;
}

    .product .cate span {
        padding: .5rem 1rem;
        text-transform: capitalize;
        color: #333;
        font-size: .75rem;
        font-weight: bold;
        background: #f2f2f2;
        border-radius: 1.25rem;
        display: inline-block;
        float: left;
        margin-right: .5rem;
        margin-top: 1rem;
    }
        .product .cate span:hover {
        color:#fff;background:#ff3053}
            .product .cate span:hover a {
                color: #fff;
            }
.product .list {
    margin-top: 1rem;
}

.product .proditem {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    overflow: hidden;
}

    .product .proditem .img {
        height: 0;
        padding-bottom: 100%;
        position: relative;
        display: block;
        overflow: hidden;
    }

        .product .proditem .img img {
            position: absolute;
            max-width: 100%;
            max-height: 100%;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
        }

    .product .proditem h4 {
        text-align: center;
        height: 3rem;
        color: #333333;
        margin-top: .5rem;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.5rem;
        text-overflow: ellipsis;
        font-weight: normal;
    }

    .product .proditem:hover h4 a {
        color: #ff3053;
    }

    .product .proditem p {
        text-align: center;
        height: 2.4rem;
        color: #999;
        margin-top: .5rem;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: normal;
        font-size: .9rem;
        line-height: 1.2rem;
    }

    .product .proditem:hover .img {
        transition: all .3s ease 0s;
        transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }

    .product .proditem .mores {
        display: none;
    }

.product .prodlist .mores {
    display: block;
}

.product .prodlist {
    position: relative;
    height: 18.75rem;
    padding-left: 40%;
    border-bottom: 1px #e1e1e1 solid;
    padding-top: 1rem;
}

    .product .prodlist .img {
        position: absolute;
        top: 50%;
        left: 0;
        height: 16.75rem;
        width: calc(40% - 2rem);
        border: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .product .prodlist .img img {
            max-width: 100%;
            max-height: 100%;
        }

    .product .prodlist p, .product .prodlist h4 {
        text-align: left;
        width: 100%;overflow:hidden;
    }

    .product .prodlist h4 {
        color: #333;
        font-size: 1.2rem;
        text-transform: capitalize;
        line-height: 120%;
        height: 3rem;
        margin-top: 1rem;
    }
    .product .prodlist p {
    color:#999;font-size:.8rem;line-height:150%;height:5rem; -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.mores .tags {
    padding: 1rem;
}

.mores a {
   display:inline-block;color:#fff;background:#ff3053;
   font-size:1rem;text-transform:uppercase;
   padding:.5rem 2rem;
   margin-top:1rem;
   border-radius:.8rem;
}

.product .sp-wrap {
    width: 100%;
    max-width: 31.5rem;
    text-align: center;
    background: #fff;border:0px;
}
.product .sp-thumbs a {border-radius:5px;
border:1px #e2e2e2 solid;}
.product .sp-thumbs a:link, .product .sp-thumbs a:visited {
    width: 4rem;
    height: 4rem;opacity:.8;margin:.3rem;
}
.prodinfo {
margin-top:2rem;}
.prodinfo h1 {
    font-size: 1.25rem;
    line-height: 2rem;
    padding-bottom: 1rem;color:#000;font-weight:500;text-transform:capitalize;margin-bottom:1rem;
    border-bottom:2px #e2e2e2  solid;
}

.prodinfo p {
    line-height: 2rem;
    font-size: .9rem;
}

.proinfo table,
.proinfo img {
    max-width: 100%;
}
/*fen-cp*/ .hotgoods {
    margin: 0;
    padding: 10px 0px;
    width: 100%;
}



    .hotgoods ul {
        width: 100%;
    }

        .hotgoods ul li {
            padding: 10px 0 10px 0;
            width: 100%;
            vertical-align: top;
        }

            .hotgoods ul li div {
                width: 100%;
                filter: alpha(opacity:100);
                opacity: 1;
                -moz-border-radius: 0px;
                -webkit-border-radius: 0px;
                border-radius: 0px;
                overflow: hidden;
                height: 0;
                padding-top: 100%;
                position: relative;
                border: 1px #e2e2e2 solid;
                border-radius: .3rem;
            }

                .hotgoods ul li div a {
                    height: 100%;
                    width: 100%;
                    top: 0;
                    left: 0;
                    display: block;
                    position: absolute;
                }

                .hotgoods ul li div a {
                    width: 100%;
                }

                    .hotgoods ul li div a img {
                        width: 100%;
                        height: auto;
                    }

            .hotgoods ul li p {
                width: 100%;
                color: #808080;
            }

            .hotgoods ul li:hover div {
                border-color: #ff3053;
            }

            .hotgoods ul li p > a {
                font-size: .9rem;
                color: #808080;
                line-height: 1.25rem;
                overflow: hidden;
                width: 100%;
                height: 4rem;
                /*text-transform: capitalize;*/
                margin: .625rem 0 0 0;
                display: block;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .hotgoods .swiper-button-next, .hotgoods .swiper-button-prev {
        color: #e2e2e2;
        top: 40%;
    }

    .hotgoods .swiper-button-prev, .hotgoods .swiper-container-rtl .swiper-button-next {
        left: 0;
    }

    .hotgoods .swiper-button-next, .hotgoods .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }

    .hotgoods ul li:hover p > a {
        color: #ff3053;
    }

.prodinfo p span {
    padding-right: 1rem;
    color: #999;
}
.chref {
margin-top:2rem;}
.btn-org {
    background: #ff3053;
   color:#fff;border-radius:4rem;
   padding:.8rem 2.5rem;
    border: 0;
    font-size:1rem;width:auto;
    text-transform:uppercase;font-weight:500;
}

.btn-org:hover {
    opacity:0.8;
    filter:alpha(opacity=80);  color:#fff;
}

.product h5 {
   color:#ff3053;text-transform:uppercase;font-size:1.25rem;
   font-weight:bold;padding-bottom:1rem;background:url(images/hr.jpg) repeat-x bottom;
   text-align:left;
}
.product h3 {margin-top:2rem;padding-bottom:1rem;
color:#000;text-transform:uppercase;display:block;font-size:1.25rem;margin-bottom:.6rem;border-bottom:2px  #e2e2e2 solid;}
.Detail {
padding-bottom:2rem;background:url(images/hr.jpg) repeat-x bottom;}
    .Detail section[class^= col-lg-4]{text-align:center;
    }
.Detail img {
max-width:100%;}
   

.product .msgform .in-item input {
    background:#f2f2f2;
    color: #333;border-radius:2rem;border:0;height:2.5rem;line-height:2.5rem;
}

.product .msgform .textarea textarea {
   background:#f2f2f2;
    color: #333;border-radius:1rem;border:0;line-height:2.5rem;
}
.product .msgform .in-item input:focus,
.product .msgform .textarea textarea:focus {
border:1px  #ff3053 solid;background:#fff;}
.page_turn {
margin-top:1rem;margin-bottom:2rem;
}
    .page_turn p {
    margin-top:1rem;}
    .page_turn em {
    color:#808080;font-size:.9rem;
    text-transform:capitalize;
    }
    .page_turn a {background:#ff3053;
    font-size:.8rem;margin-left:.6rem;border-radius:3rem;text-transform:capitalize;padding:.5rem 1rem;color:#fff;}
        .page_turn a:hover {
        filter:alpha(opacity=80);
        opacity:.8;
        }
.tags {font-size:.7rem;color:#4c4c4c;background: #f2f2f2;margin-top:2rem;
/*padding-left:6rem;*/width:100%;position:relative;}

.tags a {
    position: relative;
    padding: .1rem;
    
}

    .tags a:hover {text-decoration:underline;
    color:#ff3053;}
.related {
position:relative;}
     .related .swiper-slide p span{
   font-size:.8rem;}
.related .swiper-slide:hover .gitem{
border:1px #ff3053 solid;}
    .related .swiper-slide:hover p span{
    color:#ff3053}
    
.related .swiper-button-next, .related .swiper-button-prev {
    width: 2.9rem;
    height: 2.2rem;
}

    .related .swiper-button-prev:after, .related .swiper-container-rtl .swiper-button-next:after {
        content: ' ';
        background: url("images/prev-c.png") no-repeat;
        width: 2.9rem;
        height: 2.2rem;
        display: block;
        background-size: cover;
        filter: opacity(80%);
        opacity: 0.8;
    }

   .related .swiper-button-next:after,.related .swiper-container-rtl .swiper-button-prev:after {
        content: ' ';
        background: url("images/next-c.png") no-repeat;
        width: 2.9rem;
        height: 2.2rem;
        display: block;
        background-size: cover;
        filter: opacity(80%);
        opacity: 0.8;
    }

  .related  .swiper-button-prev:hover::after, .related .swiper-container-rtl .swiper-button-next:hover::after,
   .related .swiper-button-next:hover::after, .related .swiper-container-rtl .swiper-button-prev:hover::after {
        filter: opacity(100%);
        opacity: 1;
    }

.related .swiper-button-prev, .related .swiper-container-rtl .swiper-button-next {
    top: 1.5rem;
    right:3rem;left:auto;
}

.related .swiper-button-next, .related .swiper-container-rtl .swiper-button-prev {
    top: 1.5rem;
   right:0;
}

/*============================================*/
/*pagebox*/
.pagebox {
    margin: .25rem 0;
    padding: .625rem 0px .625rem 0;
    color: #222;
    text-align: center;
    font-size: 1rem;
    min-height: 3rem;
    position: relative;
}

.pagebox2 {
    width: 100%;
    /*position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
    text-align: center;
}

.pagebox span {
    padding: .4rem .8rem;
    line-height: 2rem;
    color: #222;
    margin-right: .2rem;
    text-decoration: none;
    background: #f2f2f2;
    border-radius: 2rem;font-size:.9rem;
}

.pagebox2 span:first-child, .pagebox2 span:last-child {
    border-radius: 1rem;
}

.pagebox span:hover {
    color: #fff;
    background: #ff3053;
    text-decoration: none;
}
    .pagebox span:hover a {color: #fff;
    }
.pagebox span:active {
    background: #ff3053;
    color: #ffffff;
}

.pagebox span.current {
    height: 2rem;
    line-height: 2rem;
    width: 2rem;
    margin-right: .2rem;
    background: #ff3053;
    color: #ffffff;
    /*border-radius: 50%;*/
}

/*.pagebox span.disabled {
    height: 2rem;  width:2rem;
    line-height: 2rem;
    color: #e1e1e1;border-radius:50%;
    margin-right: .2rem;
    background: #f2f2f2;
}*/


/*sitemap*/ .sitemap {
    width: 100%;
    padding: 0px 0;
    margin-top: 1rem;
}

   

.stp-listA {
    padding: 0px 0 0 0;
}

    .stp-listA > li {
        text-transform: capitalize;
        margin: 0px 0px 0px 0;
    }

        .stp-listA > li:first-child .stp-top a {
            margin: 0 0 1rem 0;
        }

.stp-top {
    width: 100%;
    padding: 0 2rem 0px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0 0 0px 0;
    border-bottom: 1px solid #e5e5e5;
}

    .stp-top > a {
        padding: 0 0px;
        font-size: 1.1rem;
        text-transform: capitalize;
        color: #222;
        display: inline-block;
        text-transform: capitalize;
        line-height: 1.5rem;
        display: inline-block;
        margin: 1rem 0;
        text-transform: uppercase;
        font-family: "taileb";
    }

        .stp-top > a i {
            padding-left: .625rem;
            display: inline-block;
            font-size: 1rem;
        }

        .stp-top > a:hover {
            color: #222;
        }

            .stp-top > a:hover i {
                color: #222;
            }

.stp-listB {
    display: block;
    padding: 1.25rem;
    background: rgba(0, 0, 0, .0);
    border-top: none;
}

    .stp-listB > li {
        width: 22%;
        margin-right: 3%;
        float: left;
        padding: .25rem 0;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
    }

        .stp-listB > li > a {
            font-size: 1rem;
            line-height: 1.5rem;
            display: block;
            color: #333;
            padding: 0 0 0px 0;
            display: inline-block;
        }

        .stp-listB > li:hover > a {
            color: #222;
        }

            .stp-listB > li:hover > a i {
                color: #222;
            }

.stp-listC {
    display: block;
    padding: .5rem .5rem 0 0px;
    background: rgba(0, 0, 0, .0);
}

    .stp-listC > li {
        width: 100%;
        margin-right: 3%;
        float: left;
        padding: .25rem 0;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
    }

        .stp-listC > li > a {
            font-size: .9rem;
            line-height: 1.5rem;
            display: inline-block;
            color: #888;
            width: 100%;
            position: relative;
            padding: 0 0 0 1.5rem;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .stp-listC > li a:before {
            content: "\f101";
            line-height: 1.5rem;
            font-size: .9rem;
            color: #b2b2b2;
            position: absolute;
            left: 0;
            top: 0;
            font-family: "Font Awesome 5 Pro";
        }

        .stp-listC > li:hover > a {
            color: #222;
        }

.treemenu li {
    list-style: none;
    position: relative;
}

.treemenu .toggler {
    cursor: pointer;
}

    .treemenu .toggler:before {
        display: inline-block;
    }

.tree li.tree-empty > .toggler {
}

    .tree li.tree-empty > .toggler:before {
        content: "";
        width: .5rem;
        height: 3rem;
        color: #333;
        padding: 0px 0 0 0;
        font-size: 1.5rem;
        text-align: center;
        line-height: 3rem;
    }

.tree li.tree-closed > .toggler {
}

    .tree li.tree-closed > .toggler:before {
        content: "\f107";
        width: 3rem;
        height: 3rem;
        color: #333;
        padding: 0px 0 0 0;
        font-size: .8rem;
        text-align: center;
        line-height: 3rem;
        font-family: 'Font Awesome 5 Pro';
    }

.tree li.tree-opened > .toggler {
}

    .tree li.tree-opened > .toggler:before {
        content: "\f106";
        width: 3rem;
        height: 3rem;
        color: #222;
        padding: 0px 0 0 0;
        font-size: .8rem;
        text-align: center;
        line-height: 3rem;
        font-family: 'Font Awesome 5 Pro';
    }

.tree li li.tree-empty > .toggler {
}

    .tree li li.tree-empty > .toggler:before {
        content: "";
        background: none;
        width: 3rem;
        height: 3rem;
        color: #333;
        padding: .625rem 0 0 0;
        font-size: 1.5rem;
        text-align: center;
    }

.tree li li.tree-closed > .toggler:before {
    content: "+";
    width: 3rem;
    height: 3rem;
    color: #333;
    padding: 0px 0 0 0;
    font-size: 1.5rem;
    line-height: 3rem;
}

.tree li li.tree-opened > .toggler:before {
    content: "-";
    width: 3rem;
    height: 3rem;
    color: #222;
    padding: 0px 0 0 0;
    font-size: 2rem;
    line-height: 3rem;
}

/**/ .tree {
    color: #46CFB0;
    width: 100%;
    margin: .625rem 0px 0 0px;
}

    .tree li, .tree li > a, .tree li > span {
    }

        /**/ .tree li > span {
            position: absolute;
            right: 0px;
            top: 0px;
            display: inline-block;
            width: 3rem;
            height: 3rem;
            text-align: left;
        }

        /*文字*/ .tree li a {
            transition: all 0.3s ease 0s;
            color: #333;
            text-decoration: none;
            line-height: 1.5rem;
            display: inline-block;
            padding: .625rem 2rem .625rem 0px;
            width: 100%;
            font-size: 1rem;
            text-transform: capitalize;
        }

            .tree li a:hover {
                background: #f2f2f2;
            }

        .tree li:last-child a {
        }

        /*2级文字*/ .tree li li a {
            padding: .625rem 2rem .625rem 1.25rem;
            display: block;
            color: #888;
            font-size: .9rem;
            font-weight: normal;
        }

            .tree li li a:before {
                content: "\f105";
                display: inline-block;
                margin: 0 .625rem 0 0;
                position: absolute;
                left: .5rem;
                top: 0px;
                font-family: "Font Awesome 5 Pro";
            }

        /*2级文字*/ .tree li li li a {
            padding: .625rem 40px .625rem 1.25rem;
            display: block;
            color: #777;
            font-size: .9rem;
        }

            .tree li li li a:before {
                content: "\f105";
                display: inline-block;
                margin: 0 0px 0 0;
                position: absolute;
                left: .5rem;
                top: 0px;
                font-family: "Font Awesome 5 Pro";
            }

.active {
    color: #ff3053;
}

    .active a {
    }

.tree li a.active:hover {
}

/*总*/ .tree-box {
    padding: 0px 0px 0 0px;
    margin: 0px 0 0 0;
    background: none;
}

/*模块*/ .tree {
    position: relative;
}

    /*1级列表*/ .tree li {
    }

        .tree li ul {
            padding: 0 .625rem;
        }

        .tree li li {
            border-bottom: 0;
        }

            .tree li li:last-child {
            }

        .tree li ul {
            padding: 0px 0 0px 0;
            border-bottom: none;
            background: #fff;
            background: #fff;
        }

        .tree li li li {
            position: relative;
        }

        .tree li li ul {
            position: relative;
            border-bottom: none;
        }

        .tree li li ul {
            background: #f5f5f5;
        }

        /*1级符号*/ .tree li a:before {
            content: "";
            /* background: url(../images/fen-cp.png) no-repeat; */ /* font-family: "fontawesome"; */
            position: absolute;
            left: 0px;
            top: .125rem;
            width: .5rem;
            height: .5rem;
            font-size: 1rem;
            color: #ccc;
            vertical-align: middle;
            padding-right: 0px;
            display: none;
        }

        /*2级符号*/ .tree li li a:before {
            content: "\f105";
            font-family: "Font Awesome 5 Pro";
            background: none;
            position: absolute;
            left: .5rem;
            top: .5rem;
            font-size: .9rem;
            color: #808080;
            vertical-align: middle;
            padding-right: 0px;
        }

        /*3级符号*/ .tree li li li a:before {
            content: "\f101";
            font-family: "Font Awesome 5 Pro";
            position: absolute;
            left: 1.5rem;
            top: .5rem;
            font-size: .9rem;
            color: #777;
            vertical-align: middle;
            padding-right: 0px;
            display: none;
        }

        /*接触动画*/ .tree li:hover > a {
            background-color:;
            color: #fff;
            padding: .625rem 40px .625rem 0px;
        }

        .tree li:hover > a {
            color: #222;
            padding: .625rem 2rem .625rem 0px;
        }

            .tree li:hover > a:before {
                background: url(../images/fen-cp-01.png) no-repeat;
            }

        /*----------------------------------------------*/ .tree li li:hover > a {
            background: none;
            color: #222;
            background: #fff;
            padding: .625rem 2rem .625rem 1.25rem;
        }

            .tree li li:hover > a:before {
                color: #222;
                background: none;
            }

        .tree li li:hover li a:before {
        }

        /*----------------------------------------------*/ .tree li li li:hover > a {
            color: #222;
            padding: .625rem 40px .625rem 1.25rem;
        }

            .tree li li li:hover > a:before {
                color: #222;
            }

        /*----------------------------------------------*/ /*展开的一级*/

        .tree li.tree-opened > a {
            color: #222;
            padding: .625rem 2rem .625rem 0px;
            background: #fff;
        }

        .tree li li.tree-opened > a {
            color: #222;
            padding: .625rem 2rem .625rem 1.25rem;
            color: #222;
            border-bottom: 1px solid #e5e5e5;
            background: #fff;
        }

            .tree li li.tree-opened > a:before {
            }

        /*动画*/ .tree li.tree-empty:hover > .toggler::before {
            color: #222;
        }

        .tree li.tree-closed:hover > .toggler::before {
            color: #222;
        }

        .tree li.tree-opened:hover > .toggler::before {
            color: #222;
        }

        .tree li li.tree-empty:hover .toggler::before {
            color: #fff;
        }

        .tree li li.tree-closed:hover .toggler::before {
            color: #222;
        }

        .tree li li.tree-opened:hover .toggler::before {
            color: #222;
        }

/*tree.end*/ .mtree-skin-selector {
    display: none;
}

.leftmenu2 {
    padding: 1rem;
}

    .leftmenu2 h2 {
        color: #ff3053;
        font-size: 1.25rem;
        line-height: 2.5rem;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        text-align: left;
    }
