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;
}
.el-row:before{
	display: none;
}
.el-row:after{
	display: none;
}
.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;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 20%; 
}
.el-header{
	padding: 0;
	background-color: #FFFFFF;
}
.el-header .el-top-wrap{
	font-size: .8rem;
	line-height: 2.2rem;
	color: #474444;
	background: #F7F9FA;
}
.el-header .el-top-wrap a:last-child{
	padding-left: .5rem;
	color: #474444;
}
.el-header .el-top-wrap .el-tetx{
	text-align: right;
}
.el-header .el-row{
	align-items: center;
	justify-content: space-between;
}
.el-header .el-row>div:nth-child(2){
	align-items: center;
	justify-content: space-between;
}
.el-header .input-group{
    transition: max-height, .5s;
    width: 25%;
    z-index: 100;
 }
.el-header .el-input.is-disabled .el-input__inner{
	height: 2.5rem;
	background-color: #ffffff;
	font-size: 0.75rem;
}
.el-header .el-input__inner,.el-header .el-input__icon{
	line-height: 2rem;
}
.el-header .el-logo{
	font-size: 2rem;
	padding: 1.5rem 0;
}
.el-header .el-logo a{
	color: #D00000;
	letter-spacing: 2px;
	text-shadow: 1px 1px 0 #D00000;
}
.el-menu{
	border-right: none;
	background: #D00000;
	margin-bottom: 1rem;
}
.el-menu .el-menu-item{
	font-size: 1rem;
	padding: 0 5% 0 0;
}
.el-menu .el-menu-item:hover{
	background: #D00000;
	font-weight: bold;
}
.el-menu  .el-menu-item i{
	color:#fff;
	margin-right: 0;
}
.el-menu .el-menu-item a{
	color: #fff;
}
.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;
}
.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;
}
#footer_f{
	display: none;
}
@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) {
	.el-header .el-top-wrap,.el-header .input-group{
		display: none;
	}
	.el-header .el-logo{
		padding: 1rem 0;
	}
	.m-ico{
		display: block;
		margin-top: -1.5rem;
	}
	.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: 4.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 #e23434 !important;
		text-align: center;
	}
	#footer_f{ font-size:1em;width: 100%;min-width: 320px; max-width: 640px; margin: 0 auto;bottom: 0;position: fixed;height: 3.3em;z-index: 9999; display: flex;}
	#footer_f_l,#footer_f_r{ font-weight: bold;display: block;width: 50%;height: 3.3em; line-height: 3.3em; text-align: center; color: #fff;}
	#footer_f_l i,#footer_f_r i{vertical-align: -webkit-baseline-middle;padding: .5em .8em;margin-right: .3em;}
	#footer_f_l {background-color:#fd5877; border-right: 2px solid #fff;}
	/*#footer_f_l i{background: url(/images/b_ico_l.png) no-repeat; background-size: 100%;}*/
	#footer_f_r {background-color:#58a6fd; position: relative;}
	/*#footer_f_r i{background: url(/images/b_ico_r.png) no-repeat;background-size: 100%;}*/
	#footer_f_r .sp3{ /*display:none;*/ font-weight: normal; font-size:.9em;position: absolute;background-color: #f31919;height: 1.2em;width: 1.2em;border-radius: 1.2em;color: #fff;line-height: 1.2em;font-style: normal;top: .3em;/*margin-left: -.5em;*/}
	#footer_f_r .sp2{background:url(/images/finger.png) no-repeat;position: absolute; background-size: 100%;bottom: .3em;width: 2em;height: 2em; margin-left: .5em;}

}
@media(max-width: 480px) {
	footer p{
		font-size: .9rem;
	}
	footer .footer-beian span.sep{
		display: none;
	}
	footer p.footer-beian{
		flex-wrap: wrap;
	}
	#footer_f_l i,#footer_f_r i{ padding-top:.3em;}
}