﻿@charset "utf-8";

/*首页公司简介*/
.index-about {background:#fcfcfc; border:1px solid #dfdfe1; border-bottom-color:#bcbdbd; float:left; height:260px; margin:10px 10px 0px 0px; width:325px;}
.index-about h3 {font-size:14px; height:24px; line-height:24px; padding:5px 10px;}
.index-about a {float:left;}
.index-about img {height:100px; width:265px;}
.index-about p {margin:0px; padding:2px 10px 8px 10px;}


/*首页新闻动态*/
.index-news {background:#fcfcfc; border:1px solid #dfdfe1; border-bottom-color:#bcbdbd; float:left; height:260px; margin:10px 10px 0px 0px; width:466px; overflow:hidden;}
.index-news .news-header {border-bottom:1px solid #dfdfe1; height:29px; padding:5px 5px 0px 12px;}
.index-news .news-header li {background:#ececec; border:1px solid #dfdfe1; float:left; height:28px; position:relative; z-index:11;}
.index-news .news-header li.current {background:#fcfcfc; border-bottom:0px; font-weight:bold; height:29px; position:relative;}
.index-news .news-header li a {display:inline-block; height:24px; line-height:24px; padding:2px 15px;}
.index-news .news-header li a:hover {text-decoration:none;}
.index-news .news-container {padding:10px 12px;}
.index-news .news-container ul{}
.index-news .news-container li {border-bottom:1px solid #eee; height:42px; padding:4px 0px 4px 0px; overflow:hidden;}
.index-news .news-container li span.datetime {color:#aaa; display:block; line-height:18px;}
.index-news .news-container li a {line-height:24px;}

/*首页联系方式*/
.index-contact{background:#fcfcfc; border:1px solid #dfdfe1; border-bottom-color:#bcbdbd; height:260px; float:left; width:236px; overflow:hidden;margin:10px 0px 0px 0px;}
.index-contact h3 {font-size:14px; height:24px; line-height:24px; padding:5px 10px;}
.index-contact dl { border-bottom:1px solid #eee; display:block; margin:0px 10px 0px 0px; zoom:1; overflow:auto; }
.index-contact dl dt { float:left; font-weight:bold; line-height:24px; padding:2px 10px 2px 0px; text-align:right; width:60px; }
.index-contact dl dd { float:left; line-height:24px; padding:2px 0px 2px 0px; width:150px;}

.box-inset-white-shadow { -webkit-box-shadow:0px 0px 0px 1px #fff inset; -moz-box-shadow:0px 0px 0px 1px #fff inset; box-shadow:0px 0px 0px 1px #fff inset; padding:1px;}

/*首页产品分类*/
.index-product-cate {background:#fcfcfc; border:1px solid #dfdfe1; border-bottom-color:#bcbdbd; float:left; height:464px; margin:0px 0px 0px 0px; width:325px;}
.index-product-cate .cate-header { border-bottom:1px solid #dfdfe1; font-size:14px; font-weight:bold; height:24px; line-height:24px; padding:5px 15px;}
.index-product-cate .cate-body {}
.index-product-cate .cate-body ul {}
.index-product-cate .cate-body li {}
.index-product-cate .cate-body li a { border-bottom:1px solid #ddd; display:block; height:24px; line-height:24px; padding:4px 15px;
                                      -webkit-box-shadow:0px 1px 0px #fff inset;
									  -moz-box-shadow:0px 1px 0px #fff inset;
									  box-shadow:0px 1px 0px #fff inset; }
.index-product-cate .cate-body li a:hover {background:#ececec; text-decoration:none;}
.index-product-cate .cate-more {}
.index-product-cate .cate-more a { display:block; height:24px; line-height:24px; padding:4px 10px;}
.index-product-cate .cate-more a:hover {background:#ececec; text-decoration:none;}

/*首页产品列表*/
.index-product {background:#fff; border:1px solid #dfdfe1; border-bottom-color:#bcbdbd; border-left:none; float:left; height:464px; margin:0px 0px 0px 0px; width:727px;}
.index-product h3 { border-bottom:1px solid #e6e6e6; font-size:14px; height:24px; line-height:24px; padding:5px 10px;}
.index-product ul.product-list {}
.index-product li { border:1px solid #e6e6e6; border-left:0px; border-top:0px; float:left; display:inline; height:178px; width:129px; overflow:hidden; padding:18px 26px 18px 25px;}
.index-product li .thumbnail { border-bottom:1px solid #eee;}
.index-product li .thumbnail table { height:127px; width:127px; text-align:center; vertical-align:middle;}
.index-product li .thumbnail td a { display:block; height:127px; text-align:center; width:127px;}
.index-product li .thumbnail img { padding:1px; max-height:127px; max-width:127px;
                                   width:expression(this.width > 127 && this.width/this.height >= 1 ? 127 : true);
								   height:expression(this.height > 127 && this.height/this.width >= 1 ? 127 : true);
								 }
.index-product li .thumbnail td a:hover img{ border:1px solid #ddd; padding:0px;}
.index-product li p.title { height:40px; line-height:22px; overflow:hidden; padding:5px 0px 0px 0px;}


/*友情链接*/
.flinks-section { padding:10px 0px 0px 0px;}
.flinks-section .wrapper{}
.flinks{ background-color:#fff; border:1px solid #ddd; line-height:24px; padding:10px 0px 10px 10px;}
.flinks span{ margin-right:2px;}
.flinks a{ margin:0px 15px 0px 0px;}
.flinks a,
.flinks a:visited{ color:#929292;}
.flinks a:hover { color:#222; text-decoration:none;}








