
/*幻灯片*/

.hdp{ width:100%; height:551px; background:no-repeat center;}
.bd ul{ margin:0px; padding:0px;}

#footer {
    text-align:center;
    margin:0px;
}
.fullSlide {
    width:100%;
    position:relative;
    height:551px;
    background:#000;
}
.fullSlide .bd {
    margin:0 auto;
    position:relative;
    z-index:0;
    overflow:hidden;
}
.fullSlide .bd ul {
    width:100% !important;
}
.fullSlide .bd li {
    width:100% !important;
    height:551px;
    overflow:hidden;
    text-align:center;
}
.fullSlide .bd li a {
    display:block;
    height:551px;
}
.fullSlide .hd {
    width:100%;
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
    height:30px;
    line-height:30px;
}
.fullSlide .hd ul {
    text-align:center;
}
.fullSlide .hd ul li {
    cursor:pointer;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:42px;
    height:11px;
    margin:1px;
    overflow:hidden;
    background:#000;
    filter:alpha(opacity=50);
    opacity:0.5;
    line-height:999px;
}
.fullSlide .hd ul .on {
    background:#f00;
}
.fullSlide .prev,.fullSlide .next {
    display:block;
    position:absolute;
    z-index:1;
    top:50%;
    margin-top:-30px;
    left:15%;
    z-index:1;
    width:40px;
    height:60px;
    /*background:url(slider-arrow.png) -126px -137px #000 no-repeat;*/
    cursor:pointer;
    filter:alpha(opacity=50);
    opacity:0.5;
    display:none;
}
.fullSlide .next {
    left:auto;
    right:15%;
    background-position:-6px -137px;
}
/*工程案例*/

.gcal{ width:1100px; height:224px; margin:0 auto; padding-top:45px;}
.gcalnr{ width:1100px; height:224px; background:no-repeat center;}
.gcalnr li{ width:300px; height:224px; float:left; border:#e1e1e1 solid 1px; margin-left:5px; margin-right:5px;}
.gcalnrtp{ width:263px; height:279px;}
.gcalnrtp img{ width:263px; height:279px;}
.gcalnrbt{ width:263px; height:79px; line-height:79px; color:#737373; text-align:center;}
.gcalnrxbt{ width:263px; height:50px; text-align:center;}

.kb1{ background: #0072b8; width:35px; height:4px; margin:0 auto; margin-top:20px;}
/*荣誉资质*/
.ryzzl{ width:1100px; height:697px; margin:0 auto;}
.ryzzls{ width:1100px; height:151px; padding-top:50px;}
.ryzzlx{ width:1100px; height:496px;}
.ryzzw{ width:100%; height:497px; background:url(ryzz.jpg) center;}

.shopSlider{ 
	margin-top:50px;
    width:1100px;
	overflow:hidden;
    position:relative;
    height:224px;
}
.shopSlider-wrapper{
    width:100%;
    height:224px;
	display:flex;
	transition: linear;
}
.shopS{
    width:100%;
    height:224px;
	flex-shrink: 0;
}
.shopS img{
    width:100%;
    height:224px;
}