

/*首页样式*/
.banner{background-color:#000; background-position:center; background-repeat:no-repeat;}
.home-box{margin:22px 0 13px 0;}
.all-products, .successful-cases, .news-events, .client-visit{height:745px;float:left;background:url(/static2/image/line_2.png) right repeat-y;} 
.all-products, .successful-cases, .client-visit{ width:20%;} 
.news-events{width:25%;}
 /*20 20 25 20 15*/

.home-box .best-sellers{/*width:13.9%;*/width:14.9%;height:327px;float:left;}
.home-box .title-bar{margin:0 12px 0 10px; height:31px; line-height:28px; padding:0 8px; background:#edebeb url(/static2/image/line_3.png) bottom repeat-x;}
.home-box .title-bar h3{margin:0;padding:0; padding-top:3px; float:left; font-size:14px; color:#0f5d82;}
.home-box .title-bar .more{float:right; font-size:12px; padding-top:5px;}
.all-products .box{margin:0 0 0 20px;padding-bottom:8px;background:url(/static2/image/home_bg_1.png) right top no-repeat}
.all-products .boxnew{margin:0 0 0 20px;padding-bottom:8px;background:url(/images2023/home_bg_1.png) right top no-repeat}
.all-products .box ul{background:url(/static2/image/line_4.png) left repeat-y}
.all-products .box li{height:63px;padding-top:18px;padding-left:1px;box-sizing:border-box;position:relative}
.all-products .box li a{display:block;line-height:32px;font-weight:700;padding-left:8px}
.all-products .box .child-box{position:absolute;width:294px;top:18px;right:-294px;z-index:1;background-color:rgba(242,242,242,.9);box-sizing:border-box;padding:12px;display:none}
.all-products .box .child-box a{display:block;line-height:20px;color:#333;font-size:12px}
.all-products .box li:hover a{background-color:rgba(255,255,255,.5);color:#f08200;text-decoration:none}
.all-products .box li:hover .child-box{display:block}
.all-products .box li:hover .child-box a{color:#333;background-color:transparent}
.all-products .box li:hover .child-box a:hover{color:#f08200}

.home-thumb-box .box .dl{clear:both; padding:10px 10px;}
.home-thumb-box .box .dt{padding-right:10px;}
.home-thumb-box .box .dt a{display:block; width:117px; height:92px; padding:2px; position:relative;}
.home-thumb-box .box .dt span{display:block; width:121px; height:96px; top:0; left:0; position:absolute; background:url(/static2/image/home_img_bg.gif);}
.home-thumb-box .box .dd a{display:block; overflow: hidden; height:96px;  line-height:20px}

.news-events .box{padding:0 10px;}
.news-events .box ul li{width:100%;white-space:nowrap;overflow:hidden;white-space:nowrap;_white-space:normal;text-overflow:ellipsis;-o-text-overflow:ellipsis;line-height:30px; height:30px;}
.news-events .box ul li span{font-size:14px; padding:0 5px;}

.best-sellers .box{padding:15px 12px 0;}
.best-sellers .box .item{display: block;text-align: center}
.best-sellers .box .item img{width: 90%;height: 131px;border: 1px #10628a solid;}
.best-sellers .box .item .title{line-height: 40px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

.links{border-top:4px #000 solid; margin-top:10px; padding:10px 0;}
.links td{padding-top:4px;padding-bottom:4px;padding-left:3px;padding-right:2px}

/*首页幻灯片*/
.slider{width:100%;height:322px; position:relative;overflow:hidden;background-color: #000; padding:8px 0 12px 0;}
.slider .container{width:1309px; margin:0 auto;} 

.slider .container .slides_control div{height:322px; background-position: center;  background-repeat: no-repeat;}
.slider .container .slides_control div a{display: block; height: 322px;}
.slider .pagination{z-index:999;position:absolute; bottom:20px; left:45%;}
.slider .pagination li{width:30px; height:8px; display:inline-block; *display:inline; *zoom:1; margin:0 3px; background-color:#fff;}
.slider .pagination li a{width:30px; height:0; display:block; padding-top:8px; overflow:hidden;}
.slider .pagination li.current{background-color: #f08200;}