/*----- Common css ------*/
.fl {float: left;}
.fr {float: right;}
.di {_display: inline;}
.fwn {font-weight: normal;}
.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*头部样式*/
#header{}
.toplink{
    background: #4a4340;
     font-size: 16px;
}
.top{
    width:1200px;
    margin:0 auto;
}
.logo{
    float:left;
    padding:12px 0;
}
.well{
   
    color:#fff;
    line-height: 40px;
}
.top .k1 a,
.top .k1{
    color:#fff;
    line-height: 40px;
}
.k2{
    padding-top:22px;
}

/*热门搜索*/
.search-out{
background-color:#f8f8f8;
padding:10px 0;
}
.search{text-align:left;}
#formsearch{width:266px;float:right;}
#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #999;
    font-size: 12px;
    width:210px;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #e50012;
    color: #fff;
    border: none;
    cursor: pointer;
}
.hotSearch {
    width: 400px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

.hotSearch a {
    margin-right: 6px;
}

/*主体样式*/
#container{width:1200px;margin:0 auto;}



.common{
    font-size: 30px;
    color:#333;
    font-weight: 400;
    text-align: center;
    position: relative;
    line-height: 70px;
    margin-bottom:10px;
}
.linered{
    height:3px;
    width:100px;
    background: #dd1a21;
    position: absolute;
    top:69px;
    left:47.3%;
}
.common p{
    font-size: 18px;
    color:#666;
    border-top:1px solid #a0a0a0;
    line-height: 38px
}



/*工程案例*/
.wrap-case{
    margin-top:30px;
}
.caselist{
}
.caselist li{
    float: left;
    margin-right:27px;
    position: relative;
    margin-bottom:27px;
    overflow: hidden;
    height:252px;
}
.caselist li img {
    width:380px;
    height:250px;
    border:1px solid #a0a0a0;
}
.caselist li:nth-child(3),
.caselist li:last-child{
    margin-right:0;
}
.caselist li h3{
    position: absolute;
    width:382px;
    height:252px;
    top:252px;
    left:0;
    background: rgba(229,0,18,.3);
    transition: all .5s;
}
.caselist li h3 a{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    display: block;
    color:#fff;
    line-height: 250px;
}
.caselist li:hover h3{
    top:0;
}

/* 优势展示*/
.advancelist li{
    float: left;
    background: #000;
    height:350px;
    width:280px;
    margin-right:26px;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}
.advancelist li:last-child{
    margin-right:0;
}
.advancelist li img{
    position: absolute;
    top:0;
    left:0;
    height:200px;
    width:280px;
}

.advancelist li h3{
    margin-top:200px;
    color:#fff;
    padding:4px 20px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}
.advancelist li:nth-child(even) img{
    bottom:0;
    top:auto;
}
.advancelist li:nth-child(even) h3 {
    margin-top:0;
}
.lineblack{
    width:96px;
    height:1px;
    background: #fff;
    margin:0 auto;
    margin-bottom:14px;
}
.advancelist li h3 p{
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.advancelist li h3 a{
    display: block;
    text-align: right;
    color:#fff;
    text-transform: uppercase;
    font-size: 14px;
}
.advancelist li:hover{
    background: #e50012;
}
.advancelist li:hover h3 a{
    text-decoration: underline;
}


/*首页我们*/

.wrap-about {
    background: url(../images/aboutbg.jpg) no-repeat center;
    margin-top:66px;
}
.aboutcont{
    margin:50px 0;
    width:560px;
    color:#fff;
    font-size: 18px;
    line-height: 36px;
    background: url(../images/aboutcont.png) no-repeat center left;
    padding-left:140px;
}
.aboutcont a{
    display: block;
    width:148px;
    line-height: 38px;
    color:#fff;
    border:1px solid #fff;
    text-align: center;
    margin-top:30px;
}
/*首页新闻*/

.newslist li{
    float: left;
    margin-right:26px;
    width:280px;
}
.newslist li img{
    width:280px;
    height:180px;
}
.newslist li:last-child{
    margin-right:0;
}
.newslist li a{
    display: block;
    font-size: 18px;
    color:#000;
    line-height: 36px;
}
.newslist li span{
    font-size: 14px;
    color:#666;
    display: block;
    padding-bottom:12px;
}
.newslist li p{
    font-size: 14px;
    color:#666;
    line-height: 24px;
}
a.newmore {
    display: block;
    width:198px;
    line-height: 38px;
    margin:0 auto;
    border:1px solid #999;
    text-align: center;
    font-size: 18px;
    color:#333;
    margin-top:40px;
}
/*首页伙伴*/
.partner li {
    float: left;
    margin-right:12px;
}
.partner li img{
    width:188px;
    height:98px;
    border:1px solid #e50012;
}


/*友情链接*/
.f_link{width:1200px;margin:0 auto;margin-top:15px;line-height: 38px;}

/*页面底部*/
.out-foot{
    background: #e50012;
    padding:20px 0;
    margin-top:50px;
}
#footer{position:relative;width:1200px;margin:0 auto;text-align:left;margin-bottom:10px;}
#footer a{color:#fff;}
#footer a:hover{color:#e87518;text-decoration:none;}
.nav_foot {
    text-align: left;
    line-height: 24px;
    color: #fff;
    margin-bottom:30px;
}
.nav_foot a{
    font-size: 18px;
    padding:0 33px;
}
.copyright {
    text-align: left;
    line-height: 24px;
}
#footer div{
    color:#fff
}
.contactfoot{
    width:500px;
}
.midbox{
    width:430px;
    font-size: 14px;
}
.footcode{
    width:180px;
    color:#fff;
    line-height: 32px;
    text-align: center;
}



/*------------内页-------------------*/
.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}
.n_banner {
    width: 1920px;
    position: relative;
    left:50%;
    margin-left: -960px;
}

.left {
    width: 220px;
    float: left;
}
.left .box{margin-bottom:10px;}
.left .box h3{
    background: #000;
    border-left:8px solid #e50012;
    line-height: 50px;
    font-size: 18px;
    color:#fff;
    font-weight: 400;
    padding-left:20px;
}
.left .box .content{padding:5px 0px;}

.right{width:940px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../images/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}
.sort_album{margin-top: 15px;}
