.container{width: 1000px;}
.navbar-gray li.active a,
.navbar-gray li:hover a{background: #FFF;}
/**/
code{width: 100%;}
code h1{font-size: 24px;}
code h2{font-size: 20px;}
code h3{font-size: 18px;}
code p{margin-bottom: 5px;}
header,
footer{background: #eee;}
/*产品列表*/
.products,
.products li,
.products li p{margin-bottom: 0;}
.products li .img{border:1px solid #CCC; padding: 10px;}
/*相关产品*/
.products_related,
.products_related li,
.products_related li p{margin-bottom: 0;}
.products_related li .img{border:1px solid #CCC; padding: 10px;}

/*新闻中心*/


.news2 li{display: block; clear: both; border-bottom: 1px dashed #CCC; overflow: hidden; margin-top: 1em;}
.news2 li p{margin: 0;}
.news2 li p.img,
.news2 li p.title,
.news2 li p.desc{float: left;}
.news2 li p.desc a{color: #666; text-decoration:none;}
.news2 li p.desc a:hover{text-decoration:underline;}
.news2 li p.img{width: 120px;height:120px; margin: 0 1em 0 0;border:1px solid #CCC; padding: 10px; margin-bottom: 1em;}
.news2 li p.desc{width: 600px;}
.news2 li p.addtime{float: right;margin-bottom: 1em;}
/**/
/*友情链接*/
footer{padding: 40px 0;}
.link{}
.link ul {margin: 0;list-style: none;}
.link ul li{display: inline-block;margin-right: 10px;}
.link ul li a{color: rgba(0,0,0,0.6); text-decoration: none;}
/*评论*/
.comment .list dl{border-bottom: 1px dotted #CCC;}
.comment .list dt{margin: 0.65em 0;}
.comment .list blockquote{font-style: normal; margin-left: 0;padding-left: 0.65em; margin-bottom: 0.65em;}
.comment img{border:1px solid #CCC;height:35px;margin-left: 5px;}
/*留言*/
.message .list dl{border-top: 1px dotted #CCC;}
.message .list dt{margin: 0.65em 0;}
.message .list blockquote{font-style: normal; margin-left: 0;padding-left: 0.65em; margin-bottom: 0.65em;}
.message .list blockquote.replay{background: #EFEFEF;padding-top: 5px;padding-bottom: 5px;}
.message img{border:1px solid #CCC;height:35px;margin-left: 5px;}
/*产品咨询*/
.stock img{border:1px solid #CCC;height:35px;margin-left: 5px;}
.stock .stock_title{background: #EFEFEF; padding: 0.65em; margin-bottom: 1em;}

/*分页*/
.paginate{color: #666; text-align: center; clear:both; margin-top: 1em;}
.paginate a{display: inline-block; *display: inline; *zoom: 1; margin-left: -1px; padding: 0 12px; height: 32px; line-height: 32px; color: #428bca; border: 1px solid #ddd; background: #fff; text-decoration: none;}
.paginate .prev::before{font-family: "FontAwesome";display: inline-block; content:"\f100"; width: 10px; height: 10px; margin-right: 5px;}
.paginate .next::after{font-family: "FontAwesome";display: inline-block; content: "\f101"; width: 10px; height: 10px; margin-left: 5px;}
.paginate a:not(.goto):hover{background-color: #eee; color: #2a6496}
.paginate a.cur,
.paginate a.cur:hover{background-color: #428bca; color: #fff; border-color: #428bca; margin-right: 1px}
.paginate a.disabled{background-color: #e6e6e6!important; color: #bbb!important; cursor: no-drop}
.paginate .prev{border-radius: 5px 0 0 5px}
.paginate .next{border-radius: 0 5px 5px 0; }