﻿html,body {
	font-family: 'Microsoft YaHei','Open Sans','Helvetica Neue',Arial,'Hiragino Sans GB','WenQuanYi Micro Hei',sans-serif;
	font-size: 14px;
	height:100%;
	/*line-height: 24px;*/
	background-color: #000;   
	background-size: cover;
	background-attachment: fixed;
}

.rld-col-main {
	float:left;
	margin:0 3% 0 3%;
	width: 94%;	
	height: auto;
}
.rld-lab-title {		
	width: 100%;	
	margin:0;	
	padding: 0;
	height: 52px;
	line-height: 52px;
	background-color:#393d49;	
	
}
.rld-lab-logo {	
	float:left;
	width: auto;	
	height: 100%;	
	color: #00f000;
	font-size: 16px;
}
.rld-lab2 {	
	float:right;
	width: auto;	
	height: 100%;
	font-size: 16px;
}
.rld-address{	
	float:right;
	margin:5px 15px 5px 15px;
	width:auto;
	height:42px;
	line-height:42px;
	font-size:14px;
}
.rld-address a{
	display:block;	
	padding:0  5px 0 5px;
	width:100%;
	height:100%;
	border: 0px solid; 
	border-radius: 4px 4px 4px 4px;
	background:#f3f;
	text-align:center;
}
.rld-address a:hover{
	background: #ff0000;	
}
.rld-menu{	
	float:left;
	margin:1px 0 0 1px;
	width:112px;
	height:36px;
	line-height:36px;
	font-size:14px;
}
.rld-menu a{	
	display:block;
	padding:0;
	width:100%;
	height:100%;
	border: 0px solid;
	border-radius: 2px 2px 0 0;
	background:#555;
	text-align:center;
}
.rld-menu a:hover{
	color:#fff;
	background: #ff0000;	
}
@media screen and (max-width: 970px) {
	.rld-col-main {
		float:left;
		margin:0;
		width: 100%;
		
	}
	.rld-lab2 {	
	display:none;
	}
	.rld-lab-title {	
		padding: 0 5px;	
	}
	.rld-menu{
		width: 98px;
	}
}

.rld-card-title {	
	/*position: block;*/
	float:left;
	width:100%;
	height: 42px;
	line-height: 42px;
	padding: 0;
	border-bottom: 0px solid;
	color: #FFF;
	border-radius: 4px 4px 0 0;
	font-size: 14px;
	text-align:left;
	background:#393d49;
	
}
.rld-card-title h2 {
	float:left;
	font-size: 16px;
}
.rld-card-title a {
	float:right;
	color: #00ff40;
	font-size: 12px;
}
.rld-card-title a:hover{
	color:#ff0000;
}
.rld-card-table {	
	width:100%;
	padding: 7.5px 0;
	overflow: hidden;
	display: block;
	background-color: #111;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.rld-card-table a{
	width: 115px;
	float: left;
	border-radius: 2px;
	line-height: 35.35px;
	height: 35.35px;
	text-align:center;
	margin: 2.5px;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition-duration: .3s;
	background: #fafafa 7px center no-repeat;
	background-color: #222;	
	background-size: 16px 16px;
}
.rld-card-table a:hover {
	border-color: #2f4056;
	color: #FFF;
	background: #FF2805 7px center no-repeat;
	background-size: 16px 16px
}
@media screen and (max-width:768px) {
	.rld-card-table a{
		width: 98px;
		font-size:14px;
	}
}
.rld-color-red{
	color: #FF0000;
}
.rld-color-yel{
	color: #ffff00;
}
.rld-color-grn{
	color: #00ff00;
}
.rld-color-blu{
	color: #00ffff;
}
.rld-color-brw{
	color: #ff00ff;
}
.rld-color-pnk{
	color: #db6b7c;
}
.rld-card {
		border-radius: 0;
	}
.rld-card {
	margin-bottom: 10px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.05);
	background-color: #222;
}
.rld-container{
	padding: 0;
}
.rld-copyright {	
	float:left;
	width:100%;
	height: auto;	
	padding: 0;
	border-bottom: 0px solid;
	color: #FFF;
	/*border-radius: 4px 4px 0 0;*/
	font-size: 14px;
	text-align:center;
	background:#393d49;
	
}
.rld-notic {
	margin-top:10px;
	height: 40px;
	line-height: 40px;
	color: #ff0000;
	background-color: #fdd835;
	padding-left: 5px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.rld-notic a{
	color:#a020f0;	
}
.rld-notic a:hover {
	color:#b0171f;
}
.links-top {
	overflow: hidden;
	margin: auto;
	background: #2c2e2f;
	box-shadow: 0 3px 6px 2px rgba(0,0,0,.03);
	margin: 8px 0px 8px 0px;
}

.links-top ul li {
	float: left;
	margin:0;
	padding: 2px 0;
	width: 10%;
	text-align: center
}

.links-top ul li img {
	margin: 0 auto;
	padding: 2px;
	width: 56px;
	height: 56px;
	border-radius: 15px;
}

.links-top ul li img:hover {
	background-color: #fff;
}

.links-top ul a {
	font-size: 14px;
	color: #fff;
}

.links-top ul a:hover {
	color: #fff;
}
@media screen and (min-width:768px) and  (max-width:1120px) {
	.links-top ul li {
		width: 15%
	}
	.links-box .panel-heading .btn {
		padding: 0 10px
	}
	.links-element ul {
		overflow: hidden;
		padding: 8px 0 8px 10px
	}	
}
@media screen and (max-width:768px) {
	.links-top ul li {
		width: 20%
	}
	.links-top ul a {
		font-size: 12px;	
	}
	.links-box .panel-heading .btn {
		padding: 0 10px
	}
	.links-element ul {
		overflow: hidden;
		padding: 10px 0 10px 10px
	}	
}
.rld-padding-top15{padding:5px;}
.rld-margin-top5{margin-top:5px;}
a {color: #FFF;text-decoration: none;}
blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
a:active,a:hover {
	outline: 0
}

img {
	border: none
}

li {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}