﻿@charset "utf-8";

/*产品分类*/
.zilu_product {
    margin: 30px auto;
    position: relative;
}

.zilu_product_con {}

.zilu_product_con .left {
    width: 315px;
}

.zilu_product_con .left ul {
    padding-left: 40px;
    box-sizing: border-box;
}


.zilu_product_con .left ul li a {
    display: block;
    line-height: 50px;
    font-size: 14px;
    text-indent: 40px;
    position: relative;
    border-radius: 0 30px 30px 0;
    width: 90%;
    background: #fff;
    color: #262626;
    margin-bottom: 10px;
}

.zilu_product_con .left ul li a:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 15px;
}

.zilu_product_con .left ul li a:hover {
    background: #a80d1d;
    color: #fff;
    width: 90%;
    border-radius: 0 30px 30px 0
}

.zilu_product_con .left ul li a:hover:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 15px;
}

.zilu_product_con .right {
    width: 935px;
    border: 1px solid #e5e5e5;
    min-height: 500px;
    position: relative;
}

.zilu_product_con .right .hd {
    overflow: hidden;
    height: 50px;
    padding: 0 10px;
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 3
}

.zilu_product_con .right .hd .next,
.zilu_product_con .right .hd .prev {
    font-size: 40px;
    color: #ccc;
    font-family: 'KaiTi';
    cursor: pointer;
    z-index: 3;
    display: none;
}

.zilu_product_con .right .hd .pageState {
    color: #fff;
    font-size: 36px;
    font-family: 'Impact';
}


.zilu_product_con .right .bd {
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}

.zilu_product_con .right .bd ul {
    overflow: hidden;
    zoom: 1;
}

.zilu_product_con .right .bd dl {
    width: 100%;
    float: left
}

.zilu_product_con .right .bd dl .img {
    width: 500px
}

.zilu_product_con .right .bd dl img {
    width: 100%
}

.zilu_product_con .right .bd dl .des {
    width: 410px;
    background: #a80d1d;
    height: 510px;
    padding: 70px 50px 0 50px;
    box-sizing: border-box;
}

.zilu_product_con .right .bd dl dt {
    border-bottom: 1px solid #fff;
    line-height: 60px;
    font-weight: bold;
    font-size: 24px;
    position: relative;
}

.zilu_product_con .right .bd dl dt:before {
    content: '';
    height: 3px;
    width: 50px;
    background: #ffc126;
    position: absolute;
    top: -5px
}

.zilu_product_con .right .bd dl dt a {
    color: #fff
}

.zilu_product_con .right .bd dl dd {
    padding: 10px 0 20px 0;
    box-sizing: border-box;
    color: #fff
}

.zilu_product_con .right .bd dl dd p {
    line-height: 30px;
    font-size: 14px;
}

.zilu_product_con .right .bd dl .more {
    border: 1px solid #fff;
    padding: 10px 50px 10px 30px;
    background: #a80d1d;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;text-align: left
}
.zilu_product_con .right .bd dl .more:hover {
        background: #ff9900;
        border: 1px solid #ff9900 
}
.zilu_product_con .right .bd dl .more:after {
    content: '>';
    font-family: 'Kaiti';
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 11px;
    transition: all 0.5s
}

.zilu_product_con .right .bd dl .more:hover:after {
    content: '>';
    font-family: 'Kaiti';
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 30px;
}

.zilu_product_lists {
    margin: 30px auto 0
}

.zilu_product_lists dl {
    border: 1px solid #e5e5e5;
    width: 49%;
    float: left;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
}

.zilu_product_lists dl:nth-child(2n+0) {
    float: right
}

.zilu_product_lists dl .img {
    width: 40%
}

.zilu_product_lists dl img {
    width: 100%
}

.zilu_product_lists dl .des {
    width: 55%
}

.zilu_product_lists dl dt {
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px
}

.zilu_product_lists dl dd {
    padding: 10px 0;
    box-sizing: border-box;
    color: #666;
    margin-bottom: 10px
}

.zilu_product_lists dl dd p {
    line-height: 30px;
    font-size: 14px;
}


.zilu_product_lists dl .more {
    border: 1px solid #fff;
    padding: 10px 50px 10px 30px;
    background: #a80d1d;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;text-align: left
}
.zilu_product_lists dl:hover .more {
        background: #ff9900;
        border: 1px solid #ff9900 
}
.zilu_product_lists dl .more:after {
    content: '>';
    font-family: 'Kaiti';
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 11px;
    transition: all 0.5s
}

.zilu_product_lists dl:hover .more:after {
    content: '>';
    font-family: 'Kaiti';
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 30px;
}

.zilu_product_lists dl:hover dt a {
    color: #a80d1d;
}


/*理由*/

.zilu_ly {
    background: #a80d1d;
    padding: 30px 0 50px;
}

.zilu_ly dl {
    background: #fff;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    width: 22.5%;
    margin-right: 2.5%;
    text-align: center;
    transition: all 1s;
    position: relative;
    top: 0;
    cursor: pointer;
}

.zilu_ly dl:last-child {
    margin-right: 0
}

.zilu_ly dl img {
    display: block;
}

.zilu_ly dl dt {
    display: inline-block;
    font-size: 60px;
    color: #ffc126;
    font-family: 'Impact';
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}

.zilu_ly dl dd {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    float: left;
    color: #262626;
    padding: 15px 0 0 20px
}

.zilu_ly dl:first-child dt {
    color: #a80d1d
}

.zilu_ly dl:hover {
    top: -5px
}

.zilu_ly dl:hover dt {
    color: #a80d1d
}



/*公司简介*/
.zilu_about {
    height: 492px;
    position: relative;
    width: 100%;
    padding: 30px 0 0;
    background: url(../images/a_bg_.png) 90% 0 no-repeat;
}

.zilu_about .left {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 380px;
}


.zilu_about .right {
    width: 50%;
    position: relative;
    left: 50%;
    padding: 50px 0 0 0
}

.zilu_about .right h2 {
    font-size: 24px;
    color: #a80d1d;
    line-height: 50px;
    position: relative;
}

.zilu_about .right h2:before {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    top: -10px;
    left: 0;
    background: #ffc126
}

.zilu_about .right h3 {
    color: #cccccc;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Arial';
    font-weight: 100
}

.zilu_about p {
    font-size: 0.875rem;
    line-height: 2rem;
    text-indent: 30px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    padding: 20px 0
}


.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: 30px 0
}

.zilu_cases_con {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.zilu_cases_con .prev {
    display: block;
    overflow: hidden;
    cursor: pointer;
    font-family: 'KaiTi';
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 100px;
    color: #dedede
}

.zilu_cases_con .next {
    display: block;
    overflow: hidden;
    cursor: pointer;
    font-family: 'KaiTi';
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 100px;
    color: #dedede
}

.zilu_cases_con .next:hover,
.zilu_cases_con .prev:hover {
    color: #a80d1d
}

.zilu_cases_con .bd {
    width: 1200px;
    margin: 0 auto
}

.zilu_cases_con .bd ul {
    overflow: hidden;
    zoom: 1;
}

.zilu_cases_con .bd ul li {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 33.3333333%;
    position: relative;
}

.zilu_cases_con .bd ul li .pic {
    text-align: center;
    padding: 10px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    z-index: 0
}

.zilu_cases_con .bd ul li .pic img {
    width: 340px;
    height: 250px;
}

.zilu_cases_con .bd ul li .title {
    display: none;
}

.zilu_cases_con .bd ul li .title img {
    display: block;
    margin: 1rem auto;
    padding-top: 1rem
}


.zilu_cases_con .bd ul li:hover .title {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 10px;
    width: 340px;
    height: 250px;
    box-sizing: border-box;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    padding: 50px 0 0 0;
    display: block;
}

.zilu_cases_con .bd ul li:hover .title img {
    margin: 0 auto;
    width: 43px;
    height: 43px
}



/*新闻资讯*/
.zilu_news { padding: 30px 0 ;box-sizing: border-box; }

.zilu_news_con {
    display: flex;
    flex-direction: column;
    position: relative;
}


.zilu_news_con {
    width: 100%;

}

.zilu_news_con ul {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
}

.zilu_news_con .left {
    width: 575px;
    position: relative;
    box-sizing: border-box;
    float: left;
}

.zilu_news_con .left img {
    width: 575px;
    height: 245px;
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 0 40px 0
}

.zilu_news_con .left .fl {
    border-right: 1px solid #ccc;
    width: 100px;
    font-size: 18px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    height: 200px
}

.zilu_news_con .left .fl b {
    font-size: 14px;
    display: block;
}

.zilu_news_con .left .fr {
    width: 475px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.zilu_news_con .left .fr .t {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 180%;
    color: #333;
    display: block;
    position: relative;
}

.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: 160%;
    font-size: 0.9rem;
}

.zilu_news_con .left .fr .more {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
    padding: 0 30px;
    border-top: 1px solid #ccc;
    display: inline-block;
    margin: 20px 0 0 0
}


.zilu_news_con .right {
    width:680px;
    margin: 0 0 0 20px;
    float: right;
    text-align: left;
    box-sizing: border-box;
}



.zilu_news_con .right li {
    width: 100%;
    height: 160px
}

.zilu_news_con .right .fl {
    border-right: 1px solid #ccc;
    width: 20%;
    font-size: 18px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    height: 160px
}

.zilu_news_con .right .fl b {
    font-size: 1.2rem;
    display: block;
}

.zilu_news_con .right .fr {
    width: 79.5%;
    padding: 0 0 20px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc
}

.zilu_news_con .right .fr .t {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 180%;
    color: #333;
    display: block;
    position: relative;
}

.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 .t:hover {
    color: #a80d1d
}

.zilu_news_con .right .fr p {
    line-height: 160%;
    font-size: 0.9rem;
}


