* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
em {
    font-style: normal;
    font-weight: normal;
}

input {
    border: none;
    -webkit-appearance: none;
    outline: none;
}


/*******工具类***********/
.big_hide{
    display: none;
}
.mr_l_0 {
    margin-left: 0!important;
}

.clearfid {
    margin-top: 2.24rem;
    zoom: 1;
    display: none;
}

input[type=button],
input[type=submit] {
    -webkit-appearance: none;
}

.r {
    float: right;
}

.l {
    float: left;
}

.ov_hd {
    overflow: hidden;
}

.im10 {
    overflow: hidden;
}

.im10 img {
    display: block;
    width: 100%;
}

.im20 img {
    display: block;
    width: 100%;
    height: 100%;
}

.pblk {
    width: 12rem;
    margin: 0 auto;
    overflow: hidden;
}

.bgbg2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 54, 54, 0.5);
    z-index: 1111;
    /*display: none;
     */
}

.juzhong {
    max-width: 12rem;
    width: 100%;
    margin: 0 auto;
}

@font-face {
    font-family: sourcehansansCNLight;
    src: url('/statics/font/SourceHanSansCN-Light.ttf') format('truetype');
}

@font-face {
    font-family: sourcehansansCNMedium;
    src: url('/statics/font/SourceHanSansCN-Medium.ttf') format('truetype');
}

body {
    font: .12rem 'sourcehansansCNLight', Arial, Helvetica, arial, sans-serif;
    background: #FFFFFF;
    overflow-x: hidden;
}

.main {
    padding-top: 1.89rem;
}


/***首页header 样式**/

.ftop {
    background-color: rgba(0, 0, 0, 0.72);
    height: 0.89rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.ftop .topbh {
    position: relative;
    max-width: 12rem;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.ftop .topbh .logo {
    width: 1.5rem;
    height: .48rem;
    margin-top: .24rem;
}

.nav {
    position: absolute;
    left: 4.37rem;
    top: .39rem;
    font-size: .18rem;
    z-index: 9999;
}

.nav a {
    position: relative;
    color: #FFFFFF;
    margin-right: .6rem;
    display: block;
    float: left;
    font-size: .16rem;
    font-weight: normal;
}

.nav a span {
    position: absolute;
    left: 0;
    top: 38%;
    display: none;
    width: 100%;
    height: 24%;
    background: #d41815;
    opacity: 0.5;
}

.nav a:hover {
    font-weight: bold;
}

.nav a:hover span {
    display: block;
}

.nav .current {
    font-weight: bold;
}

.nav .current span {
    display: block;
}

.ftopb {
    position: absolute;
    top: .35rem;
    right: 0;
    width: .24rem;
    height: .24rem;
}

.ftopc {
    overflow: hidden;
    float: right;
}


/************品牌设计---关于我们************/

.dtxqya {
    max-width: 12rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
    overflow: hidden;
    height: 3rem;
}

.dtxqyb {
    float: left;
    text-align: center;
    width: 1.5rem;
    height: 3rem;
    margin-left: 1.35rem;
}

.dtxqyb:first-child {
    margin-left: .9rem;
}

.dtxqyb a {
    height: 3rem;
    transition: ease all .6s;
    display: block;
}

.dtxqyb a:hover {
    height: 3rem;
    -webkit-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1);
    box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -0.02rem, 0);
    transform: translate3d(0, -0.02rem, 0)
}

.dtxqyb strong {
    font-size: .23rem;
    font-weight: normal;
    color: #7e7e7e;
    letter-spacing: 4px;
    display: block;
    margin-bottom: .17rem;
    font-family: 'sourcehansansCNMedium';
}

.dtxqyb p {
    color: #7e7e7e;
    font-size: .15rem;
    line-height: 200%;
    letter-spacing: 0.02rem;
}

.dtxqyb img {
    margin-bottom: .16rem;
}


/***********品牌设计样式***********/

.falzs {
    max-width: 12rem;
    width: 100%;
    margin: 0 auto;
    padding-top: .7rem;
}

.falzsa {
    max-width: 12rem;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.falzsb {
    overflow: hidden;
    position: relative;
}

.falzsb .hh {
    width: .57rem;
    height: .05rem;
    position: absolute;
    left: 2.5rem;
    /*top: 0.65rem;修*/
    top: .68rem;
}

.falzsc .p1 {
    font-size: .28rem;
    font-weight: bold;
    color: #ceced3;
    line-height: 1;
    /*margin-top: 0.1rem;修*/
    margin-top: .2rem;
}

.falzsc .p2 {
    font-family: 'sourcehansansCNMedium';
    font-size: .32rem;
    font-weight: normal;
    /* 添加 */
    color: #2e2e2e;
    letter-spacing: .05rem;
    text-align: center;
    margin-bottom: .3rem;
}

.alsstp {
    overflow: hidden;
}

.alsstb {
    width: 25%;
    float: left;
    background-color: #de3d48;
    text-align: center;
    height: 3.32rem;
    /* 修改height: 3.64rem; */
    color: #ffffff;
}

.alsstb img {
    width: 1.05rem;
    height: 1.05rem;
    /*margin-top: 0.95rem;*/
    margin-top: 0.75rem;
}

.alsstb .p1 {
    font-size: 0.35rem;
    color: #ffffff;
}

.alsstb .p2 {
    font-size: 0.15rem;
    margin-bottom: 0.02rem;
    color: #ffffff;
}

.alsstb .p3 {
    font-size: 0.1rem;
    color: #ffffff;
}

.alsstc {
    float: left;
    width: 5.9rem;
 
    margin: 0 0 .2rem .2rem;
    position: relative;
}

.alsstc img {
    transition: all ease 1s;
}

.alsstc a:hover img {
    transform: scale(1.1)
}

.alsstc img {
    width: 100%;
}

.wid33 {
    width: 3.86rem;

}

.lanza {
    width: 100%;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.58);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    display: none;
    color: #525252;
}

.lanza .p1 {
    font-size: .26rem;
    color: #525252;
    position: absolute;
    left: .3rem;
    top: .36rem;
    letter-spacing: .03rem;
}

.lanza .p2 {
    font-size: .15rem;
    color: #7c7c7c;
    position: absolute;
    right: .19rem;
    top: .42rem;
    letter-spacing: 1px;
}


/**************包装设计案例*************/

.packDesign {
    width: 6rem;

    margin: 0;
    overflow: hidden;
}


/************设计案例 开始************/

.designCaseW {
    padding-top: .8rem;
    width: 19.2rem;
    margin: 0 auto;
}

.designCaseBox {
    width: 100%;
}

.designCase {
    width: 6.4rem;
    height: auto;
    margin: 0;
    overflow: hidden;
    font-size: 0;
}

@media screen and (max-width:1920px) {
    .designCaseW {
        max-width: 12rem;
        width: 100%;
        margin: 0 auto;
    }
    .designCase {
        width: 4rem;
        height: auto;
        margin: 0;
        overflow: hidden;
        font-size: 0;
    }
}


/***********合作案例**********/

.ouer_partner {
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.scroll_img {
    margin-bottom: .4rem;
    box-shadow: 0.02rem 0.02rem 0.08rem 0.02rem #ccc;
}

.falzsc.ss {
    width: 5.6rem;
}

.fhyzx {
    border-bottom: 0.01rem solid #f2d4d3;
    overflow: hidden;
    margin: 0 auto;
    width: 16.35rem;
}

.fhyzxa {
    float: left;
    overflow: hidden;
    width: 7.75rem;
    margin-right: 0.75rem;
}

.fhyzxa:nth-of-type(2n) {
    margin-right: 0;
}

.fhyzxa .hy {
    float: left;
    width: 2.55rem;
    height: 0.96rem;
    margin-right: 0.2rem;
    margin-bottom: 0.35rem;
}

.fhyzxb {
    overflow: hidden;
    float: left;
    width: 4.9rem;
    height: 0.95rem;
    border-bottom: 1px dashed #CDCDCD;
    /* 添加 */
}

.fhyzxb h5 {
    font-weight: normal;
    font-size: 0.19rem;
    color: #231815;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.fhyzxb p {
    /*font-size: 0.15rem;*/
    font-size: 0.14rem;
    color: #878787;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.fhyzxb .p1 {
    font-size: 0.14rem;
    color: #878787;
    float: right;
    margin-top: -0.2rem;
    /* 添加 */
}

.fckgd {
    font-size: 0.12rem;
    float: right;
    color: #bb2832;
    margin-bottom: 0.15rem;
    margin-right: 0.2rem;
    /* 添加 */
}

.fhtby .sm {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.06rem;
    float: left;
}

.fhtby {
    margin: 0 auto;
    width: 1.1rem;
    overflow: hidden;
    margin-top: 1.25rem;
    margin-bottom: 1.23rem;
}

.fhtby p {
    font-size: 0.12rem;
    color: #808080;
    float: left;
}


/********footer 公共样式*************/

.footer {
    width: 100%;
    height: 3.26rem;
    background-color: #474747;
}

.fdibu {
    position: relative;
    max-width: 12rem;
    margin: 0 auto;
    height: 3.26rem;
}

.fdibua {
    float: left;
    padding-top: .5rem;
}

.fdibub {
    float: left;
    width: 7rem;
    overflow: hidden;
    font-size: .18rem;
    margin: .99rem 0 0 1.28rem;
    color: #dfdfdf;
}

.fdibub h3 {
    margin-bottom: .28rem;
    font-size: .22rem;
}

.fdibub ul {
    width: 6.92rem;
    margin-left: 4px;
}

.fdibub ul li {
    float: left;
    line-height: 210%;
    font-size: .18rem;
}

.fdibub ul li:nth-child(even) {
    width: 4.02rem;
}

.fdibub ul li:nth-child(odd) {
    width: 2.84rem;
}

.fdibub .lj {
    margin-bottom: 6px;
}

.fdibuc {
    position: absolute;
    right: 0;
    top: .98rem;
    width: 1.48rem;
    padding-left: 1rem;
    color: #dfdfdf;
    font-size: .18rem;
}

.fdibuc>h3 {
    margin-bottom: .37rem;
    font-size: .22rem;
}

.fdibuc>ul>li {
    width: 1.7rem;
    font-size: .2rem;
    color: #dfdfdf;
}

.fdibuc>ul>li span {
    display: block;
    width: 1.7rem;
    height: 0.02rem;
    margin-top: .1rem;
    background-color: #595959;
}

.copy {
    width: 100%;
    padding: .32rem 0 .36rem 0;
    text-align: center;
    font-size: .16rem;
    color: #5d5d5d
}

.swiper-slide img {
    width: 100%;
    display: block;
}

.alsstc:hover .lanza {
    display: block;
}


/******brand design******/

.con_design {
    max-width: 12rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
}

.con_design .boxa {
    width: 100%;
    margin-bottom: .9rem;
    overflow: hidden;
}

.con_design>div:nth-last-child(1) {
    margin-bottom: .4rem;
}

.con_design .boxa img {
    width: 100%;
    transition: all ease 1s;
}

.con_design .boxa a:hover img {
    transform: scale(1.1)
}

.con_design .boxa .left {
    position: relative;
    width: 7.4rem;
    margin-right: .1rem;
    font-size: 0;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.con_design .boxa .mr_10 {
    margin-right: 0px;
    margin-left: .1rem;
}

.con_design .boxa .left:hover .in_text_bg {
    display: block;
}

.con_design .boxa .left,
.boxa .right {
    float: left;
}

.con_design .boxa .right ul li {
    position: relative;
    overflow: hidden;
    width: 4.5rem;
    font-size: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.con_design .boxa .right ul li:first-child {
    margin-bottom: .12rem;
}

.con_design .boxa .right ul li:hover .in_text_bg {
    display: block;
}

.con_design .in_text_bg {
    width: 100%;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.88);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    display: none;
    color: #525252;
}

.con_design .in_text_bg strong,
.in_text_bg span {
    line-height: 1rem;
    color: #777777;
}

.con_design .in_text_bg strong {
    display: block;
    float: left;
    font-size: .28rem;
    font-weight: normal;
    margin-left: .5rem;
}

.con_design .in_text_bg span {
    display: block;
    float: right;
    font-size: .16rem;
    margin-right: .3rem;
}


/*****design 内容页*******/

.con_art_design {
    text-align: center;
    color: #868686;
}

.con_art_design .top {
    max-width: 12rem;
    margin: 0 auto;
    padding-bottom: .2rem;
}

.con_art_design .top h2 {
    color: #1e1e1e;
    font-size: .37rem;
    margin-bottom: .18rem;
    font-family: 'sourcehansansCNMedium';
    font-weight: 600;
    letter-spacing: 6px;
}

.con_art_design .top h3 {
    color: #353535;
    font-size: .16rem;
    margin-bottom: .1rem;
}

.con_art_design .top h4 {
    color: #353535;
    font-size: .28rem;
    margin-bottom: .1rem;
}

.con_art_design .top p {
    padding-left: .3rem;
    padding-right: .3rem;
    line-height: 150%;
    font-size: .16rem;
    color: #5d5d5d;
    letter-spacing: 1px;
}

.con_art_design .top>div {
    padding: .22rem 0 .5rem 0;
}

.con_art_design .top>div.top44 {
    padding-top: .48rem;
}

.con_art_design .line {
    width: 100%;
    height: .5rem;
    background: url(/uploads/images/desi/bg_des01.jpg) left top repeat-x;
}

.con_art_design .line2 {
    width: 100%;
    height: 1rem;
    background: url(/uploads/images/desi/bg_des02.jpg) left top repeat-x;
}

.con_art_design .secbox {
    width: 70%;
    margin: 0 auto;
    padding-bottom: .2rem;
}

.con_art_design .secbox h2 {
    color: #353535;
    font-size: .3rem;
    margin-bottom: .15rem;
}

.con_art_design .secbox h3 {
    font-size: .2rem;
    margin-bottom: .1rem;
    padding-bottom: 1rem;
}

.con_art_design .secbox .img {
    padding-left: 1.5rem;
}

.con_art_design img {
    width: 100%;
}

.con_art_design .wid80 {
    width: 70%;
    margin: 0 auto;
    margin-bottom: .5rem;
}


/**********品牌内容页面************/

.con_art_brand {
    text-align: center;
    color: #868686;
    width: 100%;
    max-width: 19.2rem;
    margin: 0 auto;
}

.img_100 {
    width: 100%;
}

.con_art_brand .top {
    max-width: 12rem;
    width: 100%;
    margin: 0 auto;
    padding-bottom: .2rem;
}

.con_art_brand .top h2 {
    color: #1e1e1e;
    font-size: .37rem;
    margin-bottom: .3rem;
    font-family: 'sourcehansansCNMedium';
    font-weight: normal;
    letter-spacing: 6px;
}

.con_art_brand .top h3 {
    color: #2e2e2e;
    font-size: .2rem;
    margin-bottom: .1rem;
    letter-spacing: .03rem;
    font-weight: bold;
}

.con_art_brand .top p {
    padding-left: .3rem;
    padding-right: .3rem;
    line-height: 150%;
    font-size: .16rem;
    color: #5d5d5d;
}

.con_art_brand .line {
    width: 100%;
    height: .7rem;
    background: url(/uploads/images/desi/bg_des01.jpg) left top repeat-x;
}

.con_art_brand .line2 {
    width: 100%;
    height: .7rem;
    background: url(/uploads/images/desi/bg_des02.jpg) left top repeat-x;
}

.con_art_brand .secbox {
    max-width: 12rem;
    width: 100%;
    margin: 0 auto;
    padding-bottom: .2rem;
}

.con_art_brand .secbox h2 {
    color: #2e2e2e;
    font-size: .27rem;
    margin-bottom: .05rem;
}

.con_art_brand .secbox h3 {
    font-size: .16rem;
    margin-bottom: .58rem;
    letter-spacing: 1px;
}

.con_art_brand .secbox .img {
    padding-left: 1.4rem;
}


/******包装 内容特殊样式*/

.con_art_design .baozhuang_art h2 {
    margin-bottom: .16rem;
}

.con_art_design .baozhuang_art h3 {
    font-size: .23rem;
}


/**********包装*************/

.con_bz {
    max-width: 12rem;
    width: 100%;
    margin: 0 auto;
    padding-bottom: .4rem;
}

.con_bz .boxa {
    width: 100%;
    padding-top: .7rem;
}

.con_bz .boxa img {
    transition: ease all 1s;
}

.con_bz .boxa h3 {
    text-align: center;
    margin: 0 auto;
}

.con_bz .boxa p {
    width: 80%;
    line-height: 160%;
    margin: 0 auto;
    text-align: center;
    font-size: .16rem;
    color: #5d5d5d;
    padding-top: 6px;
    padding-bottom: .4rem;
}

.con_bz .boxa .box_con {
    width: 100%;
    position: relative;
    box-shadow: 1px 1px .1rem #ccc;
    overflow: hidden;
}

.con_bz .boxa .box_con a:hover img {
    transform: scale(1.1)
}

.con_bz .boxa .box_con a:hover .in_text_bg {
    display: block;
}

.con_bz .boxa .box_con .in_text_bg {
    width: 100%;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.58);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    display: none;
    color: #525252;
}

.con_bz .in_text_bg strong,
.in_text_bg span {
    line-height: 1rem;
}

.con_bz .in_text_bg strong {
    display: block;
    float: left;
    font-size: .28rem;
    margin-left: .9rem;
    font-weight: normal;
}

.con_bz .in_text_bg span {
    display: block;
    float: right;
    font-size: .16rem;
    margin-right: 1.12rem;
}

.con_lipin {
    width: 100%;
    text-align: center;
    padding-top: .92rem;
}

.con_lipin h3 {
    font-family: 'sourcehansansCNMedium';
    font-size: .36rem;
    font-weight: normal;
    padding-bottom: .51rem;
    color: #2e2e2e;
    letter-spacing: 0.02rem;
}

.con_lipin img {
    width: 100%;
}

.con_lipin .boxa {
    width: 100%;
    margin: 0 auto;
    margin-bottom: .8rem;
}


/*********关于红衫林*************/

.con_about {
    max-width: 12rem;
    width: 100%;
    margin: 0 auto;
    padding-top: .34rem;
}

.con_about h3 {
    font-size: .32rem;
    text-align: center;
    color: #2e2e2e;
    font-family: 'sourcehansansCNMedium';
    letter-spacing: 0.02rem;
}

.con_about p {
    font-size: .16rem;
    margin: 0 auto;
    margin-top: .28rem;
    margin-bottom: .85rem;
    padding: 0 .5rem;
    text-align: center;
    color: #5d5d5d;
    line-height: 180%;
    letter-spacing: 1px;
}

.con_about img {
    max-width: 12rem;
    width: 100%;
    /*  height: 10.26rem; */
}

.contact {
    width: 100%;
    height: 3.7rem;
    margin-top: .34rem;
    margin-bottom: .8rem;
    padding-top: .49rem;
    box-shadow: 1px 1px .05rem #ccc;
    color: #8f8f8f;
}

.contact h4 {
    width: 2.34rem;
    height: .54rem;
    margin: 0 auto;
    margin-bottom: .8rem;
    border: 1px solid #535353;
    text-align: center;
    line-height: .54rem;
    font-size: .24rem;
    color: #7e7e7e;
    letter-spacing: 0.02rem;
}

.contact ul {
    width: 7.5rem;
    margin: 0 auto;
    padding-left: 2.39rem;
}

.contact ul li {
    width: 2.58rem;
    height: .38rem;
    float: left;
    font-size: .18rem;
    font-weight: normal;
    color: #535353;
}

.contact ul li:nth-child(even) {
    width: 4.4rem;
}