/* 板块标题 */
.column-title {
    font-size: 36px;
    position: relative;
    color: #333;
    margin-bottom: 60px;
    text-align: center;
}

.column-title.bt2 {
    color: #fff;
}

.column-title .title {
    z-index: 2;
    margin-bottom: 10px;
    line-height: 1.5em;
    position: relative;
    letter-spacing: 2px;
}

.column-title .title p {
    position: relative;
    z-index: 2;
}

.column-title .title p+p {
    font-size: 60px;
    font-family: en2;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
}

.column-title .info {
    font-size: 16px;
    opacity: 0.7;
    text-transform: uppercase;
}

.about .main{
    padding: 60px 0;
}

.index-about {
    padding:110px 0 100px;
    background-color:#fff;

    background-repeat:no-repeat;
    background-size:auto 100%;
    background-position:left center;
    text-align:right
}
.index-about .box {
    display:inline-block;
    vertical-align:top;
    position:relative;
    z-index:1
}
.index-about .info-con {
    position:relative;
    width:1220px
}
.index-about .bg img {
    max-width:100%;
    display:block
}
.index-about .word {
    position:absolute;
    text-align:center;
    top:0;
    left:0;
    height:100%;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.index-about .word h2 {
    color:#fff;
    font-size:40px;
    font-weight:bold;
    margin-bottom:15px
}
.index-about .word .en {
    font-family:Arial;
    font-size:12px;
    color:rgba(255,255,255,0.6);
    text-transform:uppercase
}
.index-about .items {
    font-size:0;
    padding-top:40px;

}
.index-about .item:hover{
    background:#e3413a;
    border-color:#e3413a;
    transition:all 0.6s;
    transform: translateY(-10px);
}
.index-about .item {
    transition:all 0.6s;
    display:-webkit-inline-box;

    display:-webkit-inline-flex;
    display:-moz-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    vertical-align:top;
    width:154px;
    height:154px;
    border-radius:100%;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    border:2px solid #fff;
    text-align:center;
    margin:0 20px
}
.index-about .item .p {
    font-size:16px;
    color:#eaeaea
}
.index-about .num {
    font-size:40px;
    color:#fff;
    font-family: 'barlow_semi_condensedmedium';
}
.index-about .num span.num_dw{
    font-size:18px;
}
.index-about .intro-con {
    position:absolute;
    top:56px;
    bottom:42px;
    left:-490px;
    background:#fff;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:525px;
    padding:0 65px;
    z-index:2;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-align:left;
    box-shadow: 0px 15px 35px rgb(0 0 0 / 12%);
}
.index-about .intro-con .cn {
    font-size:32px;
    color:#010101
}
.index-about .intro-con .en {
    font-family: 'baskerville-old-faceregular';
    font-size:90px;
    color:#010101;
    line-height:64px
}
.index-about .intro-con .red {
    color:#E55D5D
}
.index-about .intro-con .tip {
    font-size:24px;
    color:#444;
    margin-bottom:5px;
    margin-top:5px;
}
.index-about .intro-con .t {
    font-size:12px;
    line-height:16px;
    color:#d3d3d3
}
.index-about .intro-con .p {
    font-size:14px;
    line-height:26px;
    color:#666;
    overflow:hidden;
    padding-top:20px;
    position:relative;
    margin:15px 0 20px
}
.index-about .intro-con .p:before {
    top:0;
    left:0;
    display:block;
    width:33px;
    height:4px;
    background:#E55D5D;
    content:'';
    position:absolute
}
.index-about .intro-con .more {
    display:block;
    width:142px;
    height:42px;
    color:#fff;
    line-height:42px;
    font-size:16px;
    position:relative;
    background:#E55D5D;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 13px;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    -moz-transition:all .2s ease;
    transition:all .2s ease
}
.index-about .intro-con .more:after {
    position:absolute;
    right:13px;
    top:0;
    height:100%;
    line-height:42px;
    color:rgba(255,255,255,0.5);
    font-family:'iconfont';
    content:'\e618';
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    -moz-transition:all .2s ease;
    transition:all .2s ease;
    display:none;
}
.index-about .intro-con .more svg{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 13px;
    right: 15px;
    opacity: 0.7;
}
.index-about .intro-con .more svg path{
    fill:#fff;
}
.index-about .intro-con .more:hover {
    background-color:#e65750
}
.index-about .intro-con .more:hover:after {
    -webkit-transform:translateX(5px);
    -moz-transform:translateX(5px);
    -ms-transform:translateX(5px);
    transform:translateX(5px)
}
@media screen and (max-width:1800px) {
    .index-about .info-con {
        width:1130px
    }
}@media screen and (max-width:1700px) {
    .index-about .info-con {
        width:1098px
    }
    .index-about .intro-con .p {
        margin-bottom:15px;
        overflow: hidden;
     /*   text-overflow: ellipsis;*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
       /* -webkit-line-clamp: 5;*/
    }
    .index-about .word h2 {
        font-size:38px
    }
    .index-about .intro-con {
        left:-445px;
        width:480px
    }
    .index-about .intro-con .cn {
        font-size:30px
    }
    .index-about .intro-con .en {
        font-size:84px;
        line-height:56px
    }
    .index-about .intro-con .tip {
        font-size:22px
    }
}@media screen and (max-width:1600px) {
    .index-about .info-con {
        width:1050px
    }
    .index-about .word h2 {
        font-size:36px
    }
    .index-about .item {
        width:144px;
        height:144px
    }
    .index-about .item .p {
        font-size:15px
    }
    .index-about .intro-con {
        top:42px;
        left:-380px;
        width:415px;
        padding:0 50px
    }
    .index-about .intro-con .cn {
        font-size:28px
    }
    .index-about .intro-con .en {
        font-size:80px;
        line-height:52px
    }
    .index-about .intro-con .tip {
        font-size:20px
    }
    .index-about .intro-con .p {
        margin-bottom:15px;
        overflow: hidden;
/*        text-overflow: ellipsis;*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
     /*   -webkit-line-clamp: 5;*/
    }
}@media screen and (max-width:1500px) {
    .index-about .info-con {
        width:1000px
    }
    .index-about .word h2 {
        font-size:34px
    }
    .index-about .item {
        width:136px;
        height:136px
    }
    .index-about .item .p {
        font-size:14px
    }
    .index-about .intro-con .en {
        font-size:74px;
        line-height:48px
    }
    .index-about .intro-con .more {
        width:132px;
        height:38px;
        line-height:38px;
        font-size:15px
    }
    .index-about .intro-con .more:after {
        line-height:38px
    }
}@media screen and (max-width:1440px) {
    .index-about .info-con {
        width:950px
    }
    .index-about .word h2 {
        font-size:34px
    }
    .index-about .item {
        width:130px;
        height:130px
    }
    .index-about .intro-con {
        top:32px;
        bottom:32px;
        left:-335px;
        width:370px;
        padding:0 45px
    }
    .index-about .intro-con .en {
        font-size:70px;
        line-height:44px
    }
    .index-about .intro-con .tip {
        font-size:18px
    }
    .index-about .intro-con .p {
        margin-bottom:20px;
        padding-top:14px;
        line-height:26px;
    }
    .index-about .intro-con .p:before {
        height:3px
    }
    .index-about .intro-con .more {
        height:36px;
        line-height:36px;
        font-size:14px
    }
    .index-about .intro-con .more:after {
        line-height:36px
    }
}@media screen and (max-width:1300px) {
    .index-about .info-con {
        width:860px;
    }
    .index-about .word h2 {
        font-size:30px
    }
    .index-about .item {
        margin:0 15px;
        width:120px;
        height:120px
    }
    .index-about .intro-con {
        top:24px;
        bottom:24px;
        padding:0 40px
    }
    .index-about .intro-con .cn {
        font-size:26px
    }
    .index-about .intro-con .en {
        font-size:66px;
        line-height:42px
    }
    .index-about .intro-con .tip {
        font-size:16px
    }
    .index-about .intro-con .p {
        line-height:26px;
        font-size:13px
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}@media screen and (max-width:1200px) {
    .index-about .info-con {
        width:760px
    }
    .index-about .word h2 {
        font-size:26px
    }
    .index-about .item {
        margin:0 12px;
        width:110px;
        height:110px
    }
    .index-about .item .p {
        font-size:12px
    }
    .index-about .num {
        font-size:28px
    }
    .index-about .intro-con {
        top:20px;
        bottom:20px;
        left:-280px;
        padding:0 30px;
        width:320px
    }
    .index-about .intro-con .cn {
        font-size:24px
    }
    .index-about .intro-con .en {
        font-size:60px;
        line-height:38px
    }
    .index-about .intro-con .tip {
        font-size:15px
    }
    .index-about .intro-con .p {

    }
}@media screen and (max-width:1050px) {
    .index-about {
        padding:4% 0;
    }
    .index-about .box {
        display:block;
        padding:5%;
    }
    .index-about .info-con {
        margin-left:0;
        width:auto
    }
    .index-about .intro-con {
        position:relative;
        top:0;
        bottom:auto;
        left:0;
        margin:0;
        padding:6%;
        width:auto
    }
    .index-about .intro-con .p {
        height:auto;
    }
}@media screen and (max-width:750px) {
    .index-about .info-con {
        position:relative;
        width:auto;
        overflow:hidden
    }
    .index-about .bg {
        position:absolute;
        top:0;
        left:50%;
        width:auto;
        height:100%;
        -webkit-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        transform:translateX(-50%)
    }
    .index-about .bg img {
        max-width:none;
        height:100%
    }
    .index-about .word {
        position:relative;
        padding:8% 4% 8%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box
    }
    .index-about .word h2 {
        font-size:16px;
        margin-bottom:10px
    }
    .index-about .word .en {
        font-size:10px
    }
    .index-about .items {
        padding-top:6%;
    }
    .index-about .item {
        padding:0 2%;
        width:20%;
        height:auto;
        border-radius:none;
        border:none;
        margin:0;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box
    }
    .index-about .item .p {
        margin-top:8px;
        line-height:16px;
        font-size:12px
    }
    .index-about .num {
        width:54px;
        height:54px;
        line-height:54px;
        font-size:18px;
        border:1px solid rgba(255,255,255,0.5);
        border-radius:100%
    }
    .index-about .intro-con .cn {
        font-size:22px
    }
    .index-about .intro-con .en {
        font-size:48px;
        line-height:32px
    }
    .index-about .intro-con .t {
        line-height:14px;
        font-size:10px
    }
    .index-about .intro-con .p {
        margin-bottom:16px;
        padding-top:14px
    }
    .index-about .intro-con .p:before {
        height:2px
    }
    .index-about .intro-con .more {
        width:110px;
        height:30px;
        line-height:30px;
        font-size:13px
    }
    .index-about .intro-con .more:after {
        line-height:30px
    }
}




.com .hd .cn,.pro_index .hd .cn{font-size: 30px;}
.com .hd .en, .pro_index .hd .en{font-size: 18px;color: #aaa;}
.com .hd .en:after,.pro_index .hd .en:after{content: '';display: block;margin: 10px auto;width: 30px;height: 2px;background: #e80000;}
.com .hd .description,.pro_index .hd .description{color: #7a7a7a;font-size: 15px;margin-bottom: 74px;}




[class^=indexwrap0] .hd .cn,.pro_index .hd .cn{font-size: 30px;}
[class^=indexwrap0] .hd .en, .pro_index .hd .en{font-size: 18px;color: #aaa;}
[class^=indexwrap0] .hd .en:after,.pro_index .hd .en:after{content: '';display: block;margin: 10px auto;width: 30px;height: 2px;background: #e80000;}
[class^=indexwrap0] .hd .description,.pro_index .hd .description{color: #7a7a7a;font-size: 15px;margin-bottom: 74px;}



.indexwrap01{
    padding: 50px 0;
    background: url("../images/about-wenhua-bg.jpg") no-repeat ;
    background-size: cover;
}
.indexwrap01 .bd{max-width: 1300px;margin: 0 auto;}
.indexwrap01 .bd ul{margin: 30px auto;}
.indexwrap01 .bd ul li{width: 20%;color: #333;}
.indexwrap01 .bd ul li p{
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.indexwrap01 .bd ul li p.title{
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;

}
.indexwrap01 .bd ul li:hover img{transform: translateY(-10px);}
.indexwrap01 .bd ul li:hover p{transform: translateY(-10px);}
.indexwrap01 .bd .dividLine li + li:before{height: 100%;background: #bbb;}
.about-zhengshu{
    padding: 50px 0;
}

.about-zhengshu .dividLine{
    display: flex;
    align-items: center;
}

.about-zhengshu .dividLine li{
    padding: 20px;
}
.about-zhengshu .dividLine li .pic{
    height: 366px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.about-zhengshu .dividLine li .pic img:hover{
    transform: scale(1.2);
}


.about-zhengshu .dividLine li .title{
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
}
.about-zhengshu .dividLine li .title:after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #c7c7c7;
    margin: 10px auto;
}

.about-gongren .picList{
    width: 1200px;
    overflow:hidden;
    position:relative;
}

.about-gongren .picMarquee-left{ width:1200px;  overflow:hidden; position:relative;   }

.about-gongren .picMarquee-left .bd{ padding:10px;   }
.about-gongren .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.about-gongren .picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;
    width: 300px;
    box-sizing: border-box;
    padding: 10px;
}
.about-gongren .picMarquee-left .bd ul li .pic{
    text-align:center;
    height: 378px;
    position: relative;
}
.about-gongren .picMarquee-left .bd ul li .pic img{
    display:block;
    padding:2px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}
.about-gongren .picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.about-gongren .picMarquee-left .bd ul li .title{ line-height:24px;   }


/*联系我们*/
.contact .bd ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.contact .bd ul li{
    width: 30%;
    text-align: center;
    box-shadow: 0px 7px 21px rgba(18,31,42,.15);
    padding: 40px 0;
}
.contact .bd ul li h4{
    font-size: 18px;
    padding: 10px 0;
}
.contact .bd ul li h4:after{
    content: '';
    display: block;
    margin: 15px auto;
    width: 30px;
    height: 2px;
    background: #e80000;
}

/*售后*/

.shouhou .bd ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.shouhou .bd ul li{
    width: 30%;
    text-align: center;
    box-shadow: 0px 7px 21px rgba(18,31,42,.15);
    padding:0 0 40px 0;
}
.shouhou .bd ul li h4{
    font-size: 18px;
    padding:40px 0 10px 0;
}
.shouhou .bd ul li h4:after{
    content: '';
    display: block;
    margin: 15px auto;
    width: 30px;
    height: 2px;
    background: #e80000;
}
.shouhou .bd ul li p{
    padding: 0 20px ;

    text-indent: 2em;
    text-align: justify;
}

.cailiao .pinpai{
    background-color: #F3F3F3;
}

.cailiao .zhibo{
    background: url("../images/zhibo.jpg") no-repeat;
    background-size: cover;
}
.cailiao .zhibo .cn{
    color: #ffffff;
}
.cailiao .zhibo  .bd ul{
    display: flex;
    justify-content: space-around;
}
.cailiao .zhibo  .bd ul li{
    width: 25%;
    color: #aaaaaa;
    text-align: center;
}
.cailiao .zhibo  .bd ul li .pic{
    padding: 0 0 30px;
}


.cailiao1 .bd ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.cailiao1 .bd ul li{
    width: 23%;
    text-align: center;
    box-shadow: 0px 7px 21px rgba(18,31,42,.15);
    padding: 40px 0;
}

.cailiao1 .bd ul li h4{
    font-size: 18px;
    padding:40px 0 10px 0;
}
.cailiao1 .bd ul li h4:after{
    content: '';
    display: block;
    margin: 15px auto;
    width: 30px;
    height: 2px;
    background: #e80000;
}
.cailiao1 .bd ul li p{
    padding: 0 20px ;


}

/*施工体系*/
.shigong .guanjia{
    padding: 40px 0;
}

.shigong .guanjia .bd ul {
    display: flex;
    justify-content: space-around;
}
.shigong .guanjia .bd ul  li{
    width: 16.66%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    position: relative;

}
.shigong .guanjia .bd ul  li:after{
    content: '';
    display: block;
    height: 90px;
    width: 1px;
    background-color: #CCCCCC;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.shigong .guanjia .bd ul  li:last-child:after{
    display: none;
}
.shigong .guanjia .bd ul  li h4{
    font-size: 18px;
    padding-top: 25px;
}
.shigong .guanjia .bd ul  li h4:after{
    content: '';
    display: block;
    margin: 15px auto;
    width: 30px;
    height: 2px;
    background: #e80000;
}
.shigong .guanjia .bd ul  li p{
    font-size: 14px;
    padding: 0 20px;
}

.shigong .gongyi{
    background:url("../images/liucheng-bg.jpg") no-repeat;
    color: #ffffff;
    padding: 40px 0;
}
.shigong .gongyi .cn{
    color: #ffffff;
}

.shigong .gongyi ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.shigong .gongyi ul li{
    transition: 0.5s;
}



.shigong .gongyi ul li:hover{
    transform: rotateY(360deg);
}

.shigong .gongyi ul li div{
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.shigong .gongyi ul li div h4{
    font-size: 56px;

    color: #ffffff;
    padding-top: 60px;
}
.shigong .gongyi ul li div p{
    color: #aaaaaa;
    font-size: 18px;
}
.shigong .wenming .bd ul{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-around;
}
.shigong .wenming .bd ul li{
    width: 23%;
    text-align: center;
}
.shigong .wenming .bd ul li h4{
    padding: 10px 0;
}