/*****************************
* PHPwork官方网址： ruanjiesoft.com
* PHPwork应用官方QQ群： 317075601
* PHPwork应用开发者QQ： 1980572700
* 不得使用本软件用于非法用途，不得违反国家法律。
*************************************/

body { margin: 0;text-align:center;font-size: 14px;}

body, tr, td { font-family: "Microsoft YaHei",'微软雅黑';}
img{border:0}
a{color: #555; text-decoration:none }
a:hover{color:#0188cc;text-decoration:none}

.ellipsis{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.more{ text-align:right; list-style:none;padding-right:10px}
.clear{ clear:both}

.container{width:1000px; margin:0 auto; text-align:left}

/*   头部 */
.rj-header{ margin-bottom:10px;padding:10px 0 0 0 ;text-align: center;}

/*   导航上 */
.rj-nav_top{ background-color:#222; min-height:40px; margin-bottom:10px}
.rj-nav_top ul{margin:0 auto; padding:0;width: 1000px;list-style:none;min-height:40px; text-align:center}
.rj-nav_top ul li{ display:inline-block;height:40px;padding:0;  line-height:40px;}
.rj-nav_top ul li a{ display:block; height:40px; padding:0 50px; color:#fff;}
.rj-nav_top ul li a:hover{ background-color:#27487D; color:#fff; text-decoration:none}

/*  slider */
.rj-slider{  width:990px; padding:0 5px}

/*  中间 */
.rj-content{ box-sizing: border-box;min-height:500px}

    /*  新闻分类 */
	.rj-content .rj-article-list{ width:500px;min-height:180px; float:left}
	.rj-content .rj-article-list h5{border-bottom: 1px solid #e4e9f0; height:19px;margin-bottom: 10px;font-size: 15px;letter-spacing: 5px;padding-bottom: 2px;}
	.rj-content .rj-article-list h5 span{ color:#0188cc;border-bottom: 2px solid #0188cc;padding:0 5px;}

	/*  推荐产品 */
	.rj-content .rj-product_category{width:200px;float: left;}
	.rj-content .rj-product_category h5{border-bottom: 1px solid #e4e9f0; height:19px;margin-bottom: 10px;font-size: 15px;letter-spacing: 5px;padding-bottom: 2px;}
	.rj-content .rj-product_category h5 span{ color:#0188cc;border-bottom: 2px solid #0188cc;padding:0 5px;}

	.rj-content .rj-index_product-list{}
	.rj-content .rj-index_product-list h5{border-bottom: 1px solid #e4e9f0; height:19px;margin-bottom: 10px;font-size: 15px;letter-spacing: 5px;padding-bottom: 2px;}
	.rj-content .rj-index_product-list h5 span{ color:#0188cc;border-bottom: 2px solid #0188cc;padding:0 5px;}
	.rj-content .rj-index_product-list div{ float:left;width:180px; height:200px; padding:5px;text-align: center;}

	.rj-content .rj-product-list{width:800px;float: left;min-height: 450px;}
	.rj-content .rj-product-list h5{border-bottom: 1px solid #e4e9f0; height:19px;margin-bottom: 10px;font-size: 15px;letter-spacing: 5px;padding-bottom: 2px;}
	.rj-content .rj-product-list h5 span{ color:#0188cc;border-bottom: 2px solid #0188cc;padding:0 5px;}
	.rj-content .rj-product-list div{ float:left;width:180px; height:200px; padding:5px;text-align: center;}

    /*  内容页 主 */	
	.rj-content .rj-article{ margin-bottom:10px;}
	.rj-content .rj-article h3{margin: 50px 0;padding-bottom: 2px;border-bottom: 1px solid #e4e9f0; height:35px; text-align:center;font-size: 18px; letter-spacing:5px;padding-bottom: 2px;}
	.rj-content .rj-article h3 span{ color:#0188cc;border-bottom: 2px solid #0188cc;padding:12px 20px;}
	

/* 友情链接 */
.rj-friendlink{padding-top: 20px;}
.rj-friendlink span{ font-size: 15px;letter-spacing: 4px;color:#0188cc;border-bottom: 2px solid #0188cc;padding:0 5px; margin-right:20px;}

/*  版权区 */
.rj-copy{ text-align:center; background-color:#f0f0f0; min-height:50px; padding:15px;line-height: 200%;}

/*   隐藏区 */
.hide{ display:none}

/* 分页类 */
.rj-page{margin: 10px 0;text-align:center;}
.rj-page span,.rj-page a{display: inline-block;vertical-align: middle; margin: 0 -1px 5px 0;padding: 0 15px; height: 28px;
							line-height: 28px;border: 1px solid #eee;background-color:#fff;color: #333;font-size: 12px;}
.rj-page .layui-laypage-skip{margin-left: 10px;	margin-right: 0;padding: 0;border: none;color: #999;}
.rj-page input{margin: 0 10px;	padding: 0 3px;	height: 30px;border-radius: 2px;border: 1px solid #eee;
				vertical-align: top;color: #333;line-height: 30px;background-color: #fff;outline: none;}
