@charset "utf-8";

/*产品分类*/
.zilu_product {
    margin: 1rem auto;
    position: relative;
}

.zilu_product_con {}

.zilu_product_lists {
    margin: 0 auto 0
}

.zilu_product_lists dl {
    border: 1px solid #e5e5e5;
    width: 49%;
    float: left;
    margin-bottom: 1rem;
    padding: 0.5rem;
    box-sizing: border-box;
}

.zilu_product_lists dl:nth-child(2n+0) {
    float: right
}

.zilu_product_lists dl .img {
    width: 100%
}

.zilu_product_lists dl img {
    width: 100%
}

.zilu_product_lists dl .des {
    width: 100%
}

.zilu_product_lists dl dt {
    border-bottom: 1px solid #e5e5e5;
    line-height: 3rem;
    font-weight: bold;
    font-size: 1.4rem
}

.zilu_product_lists dl dd {
    padding: 0.5rem 0;
    box-sizing: border-box;
    color: #666
}

.zilu_product_lists dl dd p {
    line-height: 2rem;
    font-size: 1rem;
}


.zilu_product_lists dl .more {
    border: 1px solid #fff;
    background: #a80d1d;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    text-align: left;
    width: 100%;
    line-height: 2.5rem;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 1rem;
    box-sizing: border-box;
}

.zilu_product_lists dl .more:after {
    content: '>';
    font-family: 'Kaiti';
    font-size: 1.4rem;
    color: #fff;
    position: absolute;
    right: 1rem;
    top: 0.1rem;
    transition: all 0.5s
}


/*理由*/

.zilu_ly {
    background: #a80d1d;
    padding: 1rem 0 2rem;
}

.zilu_ly dl {
    background: #fff;
    float: left;
    box-sizing: border-box;
    padding: 0.5rem;
    width: 49%;
    float: left;
    margin-bottom: 1rem;
    text-align: center;
}

.zilu_ly dl:nth-child(2n+0) {
    float: right
}

.zilu_ly dl img {
    display: block;
    width: 100%;
}

.zilu_ly dl dt {
    display: inline-block;
    font-size: 3.5rem;
    color: #a80d1d;
    font-family: 'Impact';
    float: left;
    box-sizing: border-box;
}

.zilu_ly dl dd {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    float: left;
    color: #262626;
    padding: 0.5rem 0 0 1rem
}


/*公司简介*/
.zilu_about {
    position: relative;
    width: 100%;
    padding: 1rem 0 0;
}


.zilu_about .right {
    width: 100%;
}

.zilu_about .right h2 {
    font-size: 1.8rem;
    color: #a80d1d;
    line-height: 2.5rem;
    font-weight: bold;
}

.zilu_about .right h3 {
    color: #cccccc;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'Arial';
    font-weight: 100;
    line-height:200%;
}

.zilu_about p {
    font-size: 1.2rem;
    line-height: 2.5rem;
    text-indent: 2rem;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    padding: 0.5rem 0;
    width: 100%
}


.zilu_about a {
    color: #a80d1d;
    font-weight: bold;
}

.zilu_about b {
    font-size: 30px;
    font-family: 'Impact';
    color: #a80d1d
}

.zilu_about .pho {
    font-size: 18px;
    font-weight: bold;
    background: url(../images/pho.png) no-repeat 0 0;
    padding-left: 50px;
    color: #262626
}


/*发货现场*/
.zilu_cases {
    background: #f5f5f5;
    padding: 1rem 0
}

.zilu_cases_con {
    width: 95%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}


.zilu_cases_con .bd li {
    width: 49.5%;
    float: left;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    margin-right: 1%
}

.zilu_cases_con .bd li:nth-child(2n+0) {
    margin-right: 0
}

.zilu_cases_con .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
.zilu_cases_con .bd li img {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
    border: 1px solid #ccc
}

.zilu_cases_con .hd {
    height: 20px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}

.zilu_cases_con .hd ul {
    display: inline-block;
    padding-top: 5px;
}

.zilu_cases_con .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #D0D0D0;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.zilu_cases_con .hd .on {
    background: #ff9900;
}

.zilu_cases_con .prev,
.zilu_cases_con .next {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(images/wyIcons.png) no-repeat;
    overflow: hidden;
    margin: 0 5px;
    vertical-align: top;
}

.zilu_cases_con .next {
    background-position: -105px 0;
}



/*新闻资讯*/
.zilu_news {
    padding: 1rem 0;
    box-sizing: border-box;
}

.zilu_news_con {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-wrap: wrap;
}


.zilu_news_con {
    width: 100%;

}

.zilu_news_con ul {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
}

.zilu_news_con .left {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    float: left;
    padding-bottom: 1rem;
    border-bottom: 1px solid #efefef;
}

.zilu_news_con .left img {
    width: 100%;
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 0 1rem 0
}

.zilu_news_con .left .fl {
    border-right: 1px solid #ccc;
    width: 20%;
    font-size: 1.6rem;
    text-align: right;
    box-sizing: border-box;
    padding-right: 1rem;
    height: auto;
    color: #666
}

.zilu_news_con .left .fl b {
    font-size: 1.4rem;
    display: block;
}

.zilu_news_con .left .fr {
    width: 80%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.zilu_news_con .left .fr .t {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 180%;
    color: #a80d1d;
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zilu_news_con .left .fr .t:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #a80d1d;
    position: absolute;
    display: inline-block;
    left: -21px
}

.zilu_news_con .left .fr .t:hover {
    color: #a80d1d
}

.zilu_news_con .left .fr p {
    line-height: 180%;
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #999
}



.zilu_news_con .right {
    width: 100%;
    margin: 0 0 0 0;
    float: right;
    text-align: left;
    box-sizing: border-box;
}



.zilu_news_con .right li {
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #efefef;
    position: relative;
}

.zilu_news_con .right .fl {
    border-right: 1px solid #ccc;
    width: 20%;
    font-size: 1.6rem;
    text-align: right;
    padding: 0 1rem 0 0;
    box-sizing: border-box;
    float: none;
    display: inline-block;
    position: relative;top: 0
}

.zilu_news_con .right .fl b {
    font-size: 1.4rem;
    display: block;
}

.zilu_news_con .right .fr {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    float: none;

    display: inline-block;
}

.zilu_news_con .right .fr .t {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 180%;
    color: #a80d1d;
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zilu_news_con .right .fr .t:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #a80d1d;
    position: absolute;
    display: inline-block;
    left: -24px
}
.zilu_news_con .right .fr span{color: #999;font-size: 0.875rem; line-height: 2rem}


.zilu_news_con .right .fr p {
    line-height: 180%;
    font-size: 1.2rem;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
        color: #999
}