﻿@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
li{
    list-style: none;
}

/*banner*/
.index-banner img{
    width: 100%;
}
.index-banner .swiper-pagination-bullet{
    width: 45px;
    height: 8px;
    border:1px solid #fff;
    border-radius: 0;
    opacity: 0.6;
}
.index-banner  .swiper-pagination-bullet-active{
    background: #b3150d;
    opacity: 1;
    border:0;
}

/*标题*/
.title{
    text-align: center;
    font-size:30px;
    color:#404040;
    font-weight: bold;
}
.title i{
    width: 55px;
    height: 5px;
    display: block;
    margin:0 auto;
    background: #d92017;
    margin-top: 13px;
    margin-bottom: 17px;
}
.title p{
    font-size:16px;
    color:#6f6f6f;
    font-weight: normal;
}

/*我们的服务项目*/
.service-type .tabBox{
    width: 100%;
}
.service-type .tabBox .hd{
    width: 100%;
    overflow: hidden;
}
.service-type .tabBox .hd ul{ 
    overflow:hidden;
    /*width:100%; 
    height:auto; 
    text-align: center;
    vertical-align: center;    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;*/
}
.service-type .tabBox .hd li{
    height: 60px;
    line-height: 60px;
    display: block;
    float: left;
    width: 297px;
    background: #e7e7e7;
    margin-right: 4px;
    text-align: center;
}
.service-type .tabBox .hd li a{ 
    font-size:18px;
    color:#433f3f; 
}
.service-type .tabBox .hd li:nth-child(4n){
    margin-right: 0;
}
.service-type .tabBox .hd li.on{
    background:#d92017;
}
.service-type .tabBox .hd li.on a{ 
    color:#fff;  
}
.service-type .tabBox .bd ul{
    overflow:hidden;  
}
.service-type .tabBox .bd ul li{
    width:275px;
    height: 230px;
    float:left; 
    overflow:hidden; 
    margin-right:33px; 
    display:inline;  
    margin-top:30px;
    position: relative;
}
.service-type .tabBox .bd ul li .i_img{
    width:100%; 
    height:100%; 
}
.service-type .tabBox .bd ul li .i_img img{ 
    width:100%; 
    height:100%; 
    display:block; 
}
.service-type .tabBox .bd ul li:nth-child(4n){
    margin-right: 0;
}
.service-type .tabBox .bd ul li .img_bg{
    position: absolute;
    width: 100%;
    height: 230px;
    background: url(../images/lqc_13.png) no-repeat 100% 100%;
    top:0;
    left: 0;
    transition: all 0.5s;
    display: none;
    background-size: cover;
}
.service-type .tabBox .bd ul li:hover .img_bg{
    display: block;
    transition: 0.5s;
}


/*工程案例*/
.c-2{
    width: 100%;
    height: auto;
    background: url(../images/bg_02.png) no-repeat 100% 100%;
    background-size: cover;
}
.c-2 .title{
    color:#fff;
}
.c-2 .title p{
    color:#d6d6d6;
}
.c-2 .gc-case{
    padding:0 80px;
    position: relative;
}
.c-2 .gc-case{
    width: 100%;
}
.c-2 .gc-case .gcase-img{
    width: 100%;
    height: 185px;
    border:2px solid #dbdbdb;
    overflow: hidden;
}
.c-2 .gc-case .gcase-img img{
    width: 100%;
    height: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.c-2 .gc-case .swiper-slide:hover .gcase-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.c-2 .gc-case .gcase-text h5{
    width: 100%;
    font-size: 16px;
    color:#fff;
    margin:15px 0 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-2 .gc-case .gcase-text p{
    font-size:14px;
    color:#949494;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.c-2 .gc-case .swiper-button-next{
    width: 42px;
    height: 42px;
    background: url(../images/lqc_23.png) no-repeat;
    position: absolute;
    top:50%;
    right: 0;
}
.c-2 .gc-case .swiper-button-prev{
    width: 42px;
    height: 42px;
    background: url(../images/lqc_20.png) no-repeat;
    position: absolute;
    top:50%;
    left: 0;
}
.c-2 .gc-case .swiper-slide:hover .gcase-text h5{
    color:#d92017;
    text-decoration: underline;
}
.c-2 .gc-case .swiper-slide:hover .gcase-text p{
    /*color:#fff;*/
}


/*定制流程*/
.c-3{
    background: #f2f2f2;
    padding:55px 0;
}
.c-3 h5{
    font-size:30px;
    color:#404040;
    font-weight: bold;
}
.c-3 h5 span{
    font-size: 16px;
    color: #6f6f6f;
    margin-left: 8px;
    font-weight: normal;
}
.c-3 .lc-list dl{
    width: 160px;
    float: left;
}
.c-3 .lc-list dl dt{
    width: 128px;
    height: 128px;
    margin:0 auto;
}
.c-3 .lc-list dl dt img{
    width: 100%;
    height: 100%;
}
.c-3 .lc-list dl dd{
    font-size:15px;
    color:#333333;
    font-weight: bold;
    text-align: center;
    margin-top: 18px;
}
.c-3 .lc-list i{
    width: 37px;
    height: 44px;
    background: url(../images/arrow_03.png) no-repeat;
    display: block;
    float: left;
    margin:45px 5px 0 5px;
}

/*合作客户*/
.c-4 .parter li{
    width: 190px;
    height: 90px;
    border:1px solid #e4e4e4;
    margin-right: 12px;
    margin-bottom: 12px;
    float: left;
}
.c-4 .parter li img{
    width: 100%;
    height: 100%;
}
.c-4 .parter li:nth-child(6n){
    margin-right: 0;
}
.c-4 .parter li:hover{
    box-shadow: 1px 1px 5px #ccc;
}

/*新闻动态*/
.c-5 .inews-list dl{
    width: 285px;
    float: left;
    margin-right: 20px;
}
.c-5 .inews-list dl dt{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.c-5 .inews-list dl dt img{
    width: 100%;
    height: 100%;
    transition: 0.4s;
}
.c-5 .inews-list dl:hover dt img{
    transform: scale(1.1);
    transition: 0.4s;
}
.c-5 .inews-list dl dd{
    width: 98%;
    margin:0 auto;
}
.c-5 .inews-list dl dd h5{
    font-size:15px;
    color:#333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:12px 0 3px 0;
}
.c-5 .inews-list dl dd b{
    font-weight: normal;
    font-size:12px;
    color:#909090;
}
.c-5 .inews-list dl dd i{
    display: block;
    width: 100%;
    height: 1px;
    background: #efeded;
    margin:7px 0;
}
.c-5 .inews-list dl dd p{
    font-size:14px;
    color:#656565;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.c-5 .inews-list dl:nth-child(4){
    margin-right: 0;
}
.c-5 .inews-list dl:hover dd h5{
    color:#b3150d;
}


/*内页*/
.ny-banner{
    width: 100%;
    height: auto;
}
.ny-banner img{
    width: 100%;
    height: auto;
    display: block;
}
.location,.column-type{
    width: 100%;
    background: #f8f8f8;
    border-bottom: #eeeeee solid 1px;
    height: 55px;
    line-height: 55px;
}
.location .dw{
    text-align: right;
    line-height: 55px;
    color: #666666;
    font-size: 16px;
}
.location .dw span,.column-type .t-left span{
    padding-left: 35px;
    background: url(../images/location.png) no-repeat left 15px;
    display: inline-block;
}
.location .dw a,.column-type .t-left a{
    color: #666;
    font-size: 16px;
    padding: 0 5px;
}
.column-type .t-left{
    width: 440px;
    line-height: 55px;
    color: #666666;
    font-size: 16px;
    text-align: left;
}


/*新闻资讯*/
.news-list{
    padding:15px 0 45px 0;
}
.news-list dl{
    overflow: hidden;
    border-bottom: #e4e4e4 solid 1px;
    padding: 30px 0;
}
.news-list dl dt{
    width: 110px;
    height: 110px;
    text-align: center;
    background: #f3f3f3;
    float: left;
    font-size: 18px;
    color:#808080;
}
.news-list dl dt em{
    font-size: 30px;
    line-height: 30px;
    margin-top: 25px;
    display: block;
    margin-bottom: 10px;
}
.news-list dl dd{
    width: 90.8%;
    float: right;
    padding-left: 25px;
    min-height: 110px;
    transition: 0.4s;
}
.news-list dl dd h3{
    font-size: 24px;
    font-weight: normal;
    color:#333;
    margin-top:5px;
}
.news-list dl dd p{
    font-size: 16px;
    color: #808080;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top:10px;
}
.news-list dl:hover dd{
    background: #f8f8f8;
    transition: 0.4s;
}
.news-list dl:hover dd h3{
    /*color:#961b02;*/
}

/*内页栏目*/
.column-type .t-right{
    /*width: 600px;*/
}
.column-type .t-right ul{
    text-align: center;
    vertical-align: center;
    /* opacity: 0; */
    display: flex;
    display: -webkit-flex;
    align-items: center;
     justify-content: center; 
    justify-content: space-around;
}
.column-type .t-right li{
    height: 55px;
    line-height: 55px;
    border-left: 1px solid #d8d8d8;
    display: block;
    float: left;
    padding:0 24px;
}
.column-type .t-right li a{
    font-size: 16px;
    color:#333;
}
.column-type .t-right li:last-child{
    border-right: 1px solid #d8d8d8;
}
.column-type .t-right li:hover,.column-type .t-right li.active{
    background: #b3150d;
    border:none;
}
.column-type .t-right li:hover a,.column-type .t-right li.active a{
    color:#fff;
}

/*服务项目*/
.team-list{
    padding:0 0 30px 0;
    overflow: hidden;
}
.team-list dl{
    width: 285px;
    margin-right: 20px;
    overflow: hidden;
    background: #f6f6f6;
    margin-top: 20px;
    float: left;
}
.team-list dl dt{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.team-list dl dt img{
    width: 100%;
    height: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.team-list dl:hover dt img{
    transform: scale(1.1);
    transition: 0.4s;
}
.team-list dl dd{
    width: 96%;
    margin:0 auto;
    padding-bottom: 20px;
}
.team-list dl dd h5{
    padding-top: 20px;
    font-size: 18px;
    font-weight: normal;
    color:#000;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*.team-list dl dd p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}*/
.team-list dl dd .line{
    width: 50px;
    height: 1px;
    background: #dddddd;
    transition: 0.4s;
}
.team-list dl:hover dd .line{
    width: 100%;
    transition: 0.4s;
    background: #b51f1f;
}
.team-list dl:hover{
    box-shadow: 1px 1px 5px #ccc;
}
.team-list dl .zx{
    margin-top: 20px;
}
.team-list dl .zx li{
    width: 100px;
    height: 37px;
    float: left;
    margin-right: 20px;
    border:1px solid #b3150d;
    text-align: center;
    line-height: 37px;
}
.team-list dl .zx li a{
    color:#fff;
    font-size:15px;
    color:#b3150d;
}
.team-list dl:nth-child(4n){
    margin-right: 0;
}
.team-list dl:hover .zx li{
    background: #b3150d;
}
.team-list dl:hover .zx li a{
    color:#fff;
}

/*内容页*/
.about{
    padding:40px 0;
    font-size:15px;
    color:#212121;
    line-height: 26px;
}

/*工程案例*/
.case-list dl{
    overflow: hidden;
    z-index: 1;
    display: block;
    padding: 30px 32px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.case-list dl a{
   display: block;
    
}
.case-list dl dt{
    width: 840px;
    overflow: hidden;
    float: left;
}
.case-list dl dt .case-date{
    font-family: 'Arial';
    font-weight: bold;
    float: left;
    width: 72px;
    text-align: center;
    color: #666;
    border-top: 2px solid #707070;
    margin-top: 9px;
}
.case-list dl dt .case-date .p1{
    font-size: 30px;
    margin-top: 15px;
}
.case-list dl dt .case-date .p2{
    font-size: 12px;
    margin-top: 15px;
}
.case-list dl dt .case-text{
    width: 760px;
    float: left;
    padding-left: 32px;
}
.case-list dl dt .case-text h5{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case-list dl dt .case-text p{
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    margin-top: 18px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case-list dl dt .case-text .morehn{
    line-height: 32px;
    width: 97px;
    height: 32px;
    margin-top: 24px;
    text-align: center;
    background: #b3150d;
    font-size: 14px;
    color: #fff;
}
.case-list dl dd{
    width: 230px;
    height: 170px;
    float: right;
}
.case-list dl dd img{
    width: 100%;
    height: 100%;
}
.case-list dl .bg{
    width: 100%;
    height: 1px;
    background: #f3f3f3;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
    display: none;
    z-index: -3;
}
.case-list dl:hover .bg{
    display: block;
    height: 100%;
    transition: 0.5s;
}



/*详情页*/
.xq-tit{
    margin-top:45px;
    border-bottom: 1px dashed #eaeaea;
}
.xq-tit h2{
    font-size: 25px;
    color: #333;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}
.xq-tit p{
    font-size: 14px;
    line-height: 24px;
    color: #b1b1b1;
    text-align: center;
    margin: 5px 0;
}
.xq-tit p span{
    margin: 0 10px;
}
.news-xq p{
    font-size: 14px;
    line-height: 30px;
    color: #b5b5b5;
    text-indent: 2em;
    margin-top: 8px;
}
.news-xq img{
    width: 70%;
    height: auto;
    margin: 20px auto;
}
.news-xq ul{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.news-xq ul li a{
    font-size: 12px;
    color: #999;
    line-height: 30px;
}
.news-xq ul li:first-child{
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../images/fh.png) no-repeat left center;
}
.news-fh ul li:first-child{
    padding-left: 0;
}
.news-fh ul li a:hover{
    color:#b3150d;
    text-decoration: underline;
}
.news-xq-box p{
    font-size:14px;
    color:#333;
    line-height: 32px;
}
/******************************
 ** 在线留言
 ** v.1.2
 ******************************/
.message-page input.code { border-color:#aaa; }
.message-page { width:680px;height:500px;}
.message-page .row-1,
.message-page .row-2,
.message-page .row-3 { width:100%; clear:both; margin-bottom:15px; position:relative; overflow:hidden;float:left; }
.message-page .row-1 { width:328px; height:auto; padding:0 0 0 50px; border:1px solid #ddd; }
.message-page .row-2 { height:110px; padding:0 0 0 0; border:1px solid #ddd; }
.message-page .row-3 {  }
.message-page .ico-name { background:url(../images/zzz.png) 15px center no-repeat; }
.message-page .ico-phone { background:url(../images/xxx.png) 15px center no-repeat; }
.message-page .ico-email { background:url(../images/mail.png) 15px center no-repeat; }
.message-page .tip { position:absolute; right:0; top:0; height:40px; line-height:40px; padding:0 10px; font-style:normal; color:#F00; }
.message-page .txt { width:100%; height:40px; line-height:40px; background:none; border:0; color:#999; }
.message-page .text { width:98%; border:0; background:#fff; padding:5px 5px; line-height:20px; height:100px; color:#999;}
.message-page img.code { float:left; width:110px; height:42px; margin-right:20px; cursor:pointer; }
.message-page input.code { float:left; width:150px; height:40px; line-height:40px; border:1px solid #ddd; background:#fff; margin-right:20px; padding:0 10px; color:#999; }
.message-page .submit, .message-page .reset { float:left; margin:0 0 0 10px; width:184px; height:42px; border:0; cursor:pointer; color:#FFF; font-size:16px; }
.message-page .submit { background:#d92017; margin-left:0; }
.message-page .reset { background:#999; }
.message-page .submit:hover { background:#f07800; }
.message-page .reset:hover { background:#777; }
.message-page .onfocus, .message-page .onfocus input.code { border-color:#aaa; }

.dialog-log { position:absolute; z-index:99; width:auto; padding:10px 20px; border:1px solid #e0272c; background:#ffe8e9; border-radius:3px; box-shadow:1px 1px 5px rgba(0,0,0,0.2); color:#e0272c; }
.dialog-log i { position:absolute; left:15px; top:-7px; width:14px; height:7px;}

/*分页*/
/*分页*/
.mypages{
clear:both;
margin:20px 0px 20px 0px;
text-align: center;
height:40px;
line-height:40px;
}
.mypages ul{
display:inline-block;
margin:0 auto;
}
.mypages li{
padding:0 15px;
line-height:30px;
display:inline-block;
font-size:14px;
border:1px solid #ddd;
border-radius: 5px;
margin: 0 3px;
float:left;
background-color:#FFF;
cursor:pointer;
}
.page-num{
padding:0 15px;
line-height:30px;
display:inline-block;
font-size:14px;
border:1px solid #ddd;
border-radius: 5px;
margin: 0 3px;
float:left;
background-color:#FFF;
cursor:pointer;
}
.page-num-current,.page-num-current a,.page-num-current a:hover{color:#fff;background-color:#d92017;}
