body,
div,
p,
section,
nav,
header,
footer,
ul,
li,
ol,
menu,
dl,
dd,
dt,h2,h1,h4,
h3 {
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	color: #333;
}

.el-container {
	max-width: 1200px;
	margin: 0 auto !important;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none !important;
	color: #ff000c !important;
}

.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-header {
	background-color: #373737;
	color: #cacaca;
	height: auto !important;
}

.el-header .el-top {
	font-size: .8rem;
	line-height: 2.2rem;
}

.el-header .el-top a:last-child {
	padding-left: .2rem;
	font-weight: bold;
}
.el-header .el-top a{
	color:#ccc;
}

.el-header .el-top .el-tetx {
	text-align: right;
}

nav{
	padding: 1rem 0;
	margin: 0 0 1rem 0;
	background-color: #fff;
	box-shadow: 0px -3px 6px #373737;
}
nav .el-container{
	align-items: center;
}
nav .logo img{
	width: 100%;
}
nav .el-menu{
	padding-left: 5%;
	border-right:none !important;
}
nav .el-menu .el-menu-item{
	line-height: 3rem !important;
	height: 3rem !important;
	font-size: 1rem;
	font-weight: bold;
}
nav .el-menu .el-menu-item a{
	font-size: 1rem;
}
nav .el-menu .el-menu-item:hover{
	background-color:#f11e02;
}
nav .el-menu .el-menu-item:hover,nav .el-menu .el-menu-item:hover a,nav .el-menu .el-menu-item a:hover{
	color: #fff !important;
}
nav .input-search{
	align-items: center;
}
nav .el-input__inner{
	height: 2rem;
	line-height: 2rem;
}



.el-footer {
	height: auto !important;
	padding: 2rem .5rem;
	background-color: #38373d;
}

.el-footer section {
	flex-wrap: wrap;
}

.el-footer p {
	margin-bottom: 0;
	font-size: .8rem;
	line-height: 1.5rem;
	letter-spacing: .05rem;
	width: 100%;
	text-align: center;
	color: #bfbebe;
}
.el-footer .el-container>div{
    margin-bottom: .5rem;
    width:100%;
    font-size: .9rem;
}
.el-footer .el-container>div,.el-footer p.footer-beian {
	align-items: center;
	justify-content: center;
}

.el-footer span {
	padding: 0 .5rem;
	color: #333;
}

.el-footer a {
	color: #bfbebe;
}
#DIALOG_CENTER,
#DIALOG_CENTER_SHADE {
	display: none !important;
}
.el-icon-close,.el-icon-menu,.cover{
	display:none;
}
.el-icon-caret-top{
	color: #ff1a1a;
}
.el-backtop{
    text-align: center;
    line-height: 2.5rem;
}
@media(max-width: 800px) {
	.el-header{
		display: none;
	}
	nav .el-container>div:last-child{
		display: none;
	}
	.logo-search{
		padding: .5rem;
	}
	.logo-search .logo img{
		width: 100%;
		display: block;
	}
}

@media(max-width: 600px) {
	.cover{
		position: fixed;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		background-color: black;
		z-index: 100;
		-moz-opacity: 0.8;
		opacity: 0.5;
	}
	.el-icon-close{
		display:block;
		text-align:right;
		width: 100%;
		padding-right: 5%;
		box-sizing: border-box;
		font-size: 1.5rem;
		padding-top: .5rem;
		padding-bottom: .5rem;
		background-color: #f5f5f5;
	}
	.el-icon-menu{
		display: block;
		text-align: right;
		font-size: 2rem;
		color: #ff5d50;
	}
	nav{
		padding: 0 .5rem;
		box-sizing: border-box;
	}
	nav .el-menu{
		display: none; 
		top:0;
		position: absolute;
		z-index: 110;
		width: 50%;
		padding-left: 0;
		flex-wrap: wrap;
		right: 0;
	}
	nav .el-menu .el-menu-item{
		width: 100%;
		border-top: 0.02rem solid #ddd;
	}
}

@media(max-width: 480px) {
	footer p {
		font-size: .9rem;
	}

	footer .footer-beian span.sep {
		display: none;
	}

	footer p.footer-beian {
		flex-wrap: wrap;
	}
}

@media(max-width: 360px) {}
