body,div,p,section,nav,header,footer,ul,li,ol,h2,dl,dt,dd{
	padding: 0;
	margin: 0;
	list-style: none;
}
body{
	color: #666;
	background-color: #f6f8fb;
}
.el-container{
	max-width: 1200px;  
	margin: 0 auto !important;
	flex-wrap: wrap;
  }
input{
	outline: none !important;
}
input:focus{
	outline: none !important;
	box-shadow: none !important;
}
a{
	text-decoration: none;
	color: #444;
}
a:hover{
	text-decoration: none;
}
.el-marge{
	margin-bottom: 1rem;
}
.loading {
	background-color: #fff;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.clearf:after,.clearf:before { 
	content: ""; 
	display: block;
}
.clearf:after { 
	clear: both;
}
.clearf { 
	zoom: 1;
}
.flex{
	display: flex;
}
.clam {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal;
	-webkit-box-orient: vertical;
}
.clam1 {
	-webkit-line-clamp: 1;
}
.clam2 {
	-webkit-line-clamp: 2;
}
.clam3 {
	-webkit-line-clamp: 3;
}
.el-row{
	position: relative;
}
.ni_left_cwrap{
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 20%; 
}
.ni_right_cwrap{
	/* margin-left: 12.5%; */
}
.el-logo{
	font-size: 2rem;
	padding: 1rem 0;
}
.el-logo a{
	color: #0c95ff;
	letter-spacing: 2px;
	text-shadow: 1px 1px 0 #0c95ff;
}
.el-menu{
	border-right: none;
}
.el-menu .el-menu-item{
	font-size: 1rem;
}
.m-ico-none{
	display: none;
}
.sticked {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.el-footer{
	margin-top: 1rem;
	height: auto !important;
	padding: 2rem .5rem;
	background: #ffffff;
	margin-bottom: 2rem;
}
.el-footer,.el-footer a{
	color: #8b8b8b;
}
.el-footer section{
	flex-wrap:wrap;
}
.el-footer p{
	margin-bottom: 0;
	font-size: .8rem;
	line-height: 2rem;
	width: 100%;
	text-align: center;
}
.el-footer p.footer-beian{
    align-items: center;
	justify-content: center;
}
.el-footer span.sep{
	padding: 0 .2rem;
}
.m-ico{
	display: none;
}
#DIALOG_CENTER,#DIALOG_CENTER_SHADE{
	display: none !important;
}
.f_link{
	padding: 1.25rem 0;
	margin-top: 0.9375rem;
}
.f_link .inner{
	align-items: center;
	padding: 1%;
	box-sizing: border-box;
}
.f_link h2{
	line-height:2rem;
	font-weight: normal;
	font-size:1rem;
	position:relative;
}
.f_link h2::before{
	content: '';
	width:90%;
	position:absolute;
	border-bottom: 1px solid #eeeeee;
	bottom: 1rem;
	margin-left:6rem;
}
.f_link .link_con a{
	display:inline-block;
	line-height:2rem;
	padding: 0 1.25rem 0 0;
	color: #999;
	font-size: .9rem;
}
.el-backtop{
	text-align:center;
	right: 40px;
	bottom: 40px;
}
.el-backtop i{
	padding-top:.55rem;
}
.el-icon-caret-top{
	color: #009ca8;
	padding-top: .5rem;
}
table {
    margin: 0 auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-color: #ddd;
	font-size:1rem;
	line-height: 1.5rem;
	width: 90%;
	text-align: center;
	margin-bottom: 1rem;
}
table tr:nth-child(odd){
    background-color: #f9f9f9;
}
table tr:hover {
	background-color: #f8830f;
	text-align: center;
	color:#fff;
}
table td,table th {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 5px 10px
}
@media(max-width: 800px) {
	.el-container{
		padding-left: 1%;
		padding-right: 1%;
	}
	.ni_left_cwrap.el-col-3,
	.ni_right_cwrap.el-col-21{
		width: 100%;
	}
	.ni_left_cwrap,.el-menu{
		display: flex;
	}
	.ni_left_cwrap{
		justify-content: space-between;
	}
}
@media(max-width: 600px) {
	.ni_left_cwrap{
		background-color: #FFFFFF;
		padding: 0 1%;
		box-sizing: border-box;
	}
	.m-ico{
		display: block;
		padding-top: 1rem;
	}
	.m-ico .el-icon-minus{
		width: 1.2rem;
		font-size: 2rem;
		margin: 0 .75rem 0 auto;
		display: block;
		height: .5rem;
	}
	.el-menu{
		display: none;
		position: absolute;
		z-index: 99;
		width: 50%;
		right: 0;
		top: 5rem;
		box-shadow: 8px 8px 20px 0px rgba(55,99,170,0.4);
	}
	.el-menu{
		flex-wrap: wrap;
	}
	.el-menu .el-menu-item{
		width: 100%;
	    border-bottom: 1px solid #efefef !important;
	}
}
@media(max-width: 480px) {
	footer p{
		font-size: .9rem;
	}
	footer .footer-beian span.sep{
		display: none;
	}
	footer p.footer-beian{
		flex-wrap: wrap;
	}
}

.bottomFixed{ display:none;}
@media(max-width: 768px){
    .bottomFixed {display: flex;font-size:.9em;position: fixed;bottom: 0;width: 100%;}
	.bottomFixed img { width: 1.2em; margin-top: -0.3em; margin-right: 1.5%; display: inline-block;vertical-align: middle;}
	.bottomFixed a{ line-height: 3.7em;text-align: center; color: #FFFFFF;padding-top: 0.2%;}
	.smf1 { width: 33%; background-color: #f29950;}
	.smf2 { width: 33%; background-color: #2ea7e0; position: relative;}
	.smf2 span {position: absolute;border-radius: 156px; background-color: #e73828; width: 1.1em; font-size: .9em;line-height: 1.1em; top: 0.3em;}
	.smf3 {width: 34%;background-color: #64569d; background-position: 19%;}
}