
/*banner*/
.htmleaf-container {
    height:100%;
    overflow: hidden;
}
.slideshow {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin:0 auto;
}

.slideshow * {
    outline: none;
}

.slideshow .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
    height: 100%;
    position: relative;
    z-index: 1;
}

.slideshow .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slick-dots li button:before {
    font-size: 12px !important;
}

.slick-dots {
    bottom: 15px !important;
}
/*项目展示*/
.exhibition{
    margin-bottom: 40px;
}
.exhibition .zstelt{
    width: 228px;
    height: 94px;
    margin: auto;
    padding: 0 0 10px 46px;
}
.product{
    width: 286px;
    float: left;
}
.product li{
    background: #d8bdbd;
    border-right: 2px solid #4c1a17;
    overflow: hidden;
    margin-bottom: 10px;

}
.product li:hover{
    background: #4c1a17;
}
.product li a{
    color: #4c1a17;
}
.product li a:hover{
    color: #fff;
}
.product img{
    width: 58px;
    height: 50px;
    margin: 10px 20px;
    float: left;
    border-radius: 35px;
}
.product p{
    width:137px;
    float: left;
    line-height: 70px;
    font-size: 16px;
}
.product span{
    width: 12px;
    height: 14px;
    background: url(../img/hsanj.png) no-repeat center;
    margin:28px 10px ;
    float: left;
}
.product li:hover span{
    background: url(../img/bsanj.png) no-repeat center;
}
.zstu{
    width:530px;
    margin: 0 30px;
    float: left;
}
.banner_box{ margin-left:auto; margin-right:auto; max-width:530px; height:396px; position:relative; overflow:hidden; }
.banner{ width:530px; left:50%; margin-left:-265px; height:390px; position:relative;}
.banner img{ float:left; width:530px;cursor:pointer;height:390px; }
.a_left { left:0;top:40%; position:absolute; background-image:url(images/arrL_hover.png); cursor:pointer;}
.a_left img:hover { background-image:url(images/arrL_hover.png);}
.a_right { right:0; top:40%; position:absolute; background-image:url(images/arrR_hover.png);cursor:pointer;}
.a_right img:hover { background-image:url(images/arrR_hover.png);}
.contentbox{position:absolute; margin-top:-25px; left:50%; margin-left:-35px;}
.contentbox li{ width:10px; height:10px; border-radius:50%; background:gray; opacity:0.5;  
                margin:5px; float:left; }
.contentbox .on{ background:#F00;}
.advantage{
    width: 224px;
    height: 390px;
    background:url(../img/youshi.jpg) no-repeat center ;
    float: left;
}
.advantage img{
    margin: 25px 0 16px 33px;
}
.advantage p{
    font-size:14px ;
    line-height: 28px;
    margin: -12px 34px;
}
/*公司简介*/
.brief{
    background: url(../img/jianjie.jpg) no-repeat center;
    width: 1100px;
    height: 384px;
    margin-bottom: 40px;
}
.brief h1{
    padding: 26px 40px 0px 136px;
}
.brief p{
    font-size: 14px;
    line-height: 38px;
    text-indent: 20px;
    margin-left: 35px;
	padding-top: 50px;
}
.brief .gengduo01{
    background: url(../img/gd01.png) no-repeat center;
    width: 122px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    float: right;
    margin-right: 36px;
}
.brief .gengduo01 a{
    color: #000;
}
/*视频新闻*/
.video_news{
    width: 1140px;
    margin: 0 auto 40px;	
}
.videobg{
    width: 470px;
    float: left;
    background: url(../img/shipbg.png) no-repeat center;
    height: 374px;
    margin:0  14px 0 20px;
}
.newsbg{
    width: 636px;
    float: left;
    background: url(../img/newsbg.png) no-repeat center;
    height: 374px;
}
.gengduo02{
    background: url(../img/gd02.png) no-repeat center;
    width: 72px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 290px 20px 0 30px;
    float: left;
}
.gengduo02 a{
    color: #fff;
    font-size: 14px;
}
.video a{
    background: url(../img/ship.jpg) no-repeat center;
    width: 262px;
    height: 94px;
    overflow: hidden;
    margin: 18px 10px;
}
.video{
    margin-top: 58px;
    float: left;
}
.video a img{
    float: left;
    width: 42px;
    height: 42px;
    margin: 28px 24px;
}
.video a p{
    font-size: 20px;
    line-height:94px;
    color: #000;
    float: left;
}
.newsbg ul{
    margin-top: 22px;
}
.newsbg ul li{
    overflow: hidden;
    width: 464px;
    margin: 0 10px;
}
.newsbg ul li a{
    color: #000;
}
.newsbg ul li a:hover{
    color:#d0455c;
}
.newsbg ul p{
    font-size: 14px;
    line-height: 42px;
    padding-top:10px;
}

