body,html,h1,h2,h3,h4,h5,h6,b,strong,p,header,nav,footer,section,figure,ul,dl,dt,dd,input,fieldset{margin:0;padding:0;
font-family:'Arial', Helvetica, Arial, "Microsoft Yahei", sans-serif;	/* 12 / 16 = 0.75;  21 / 12 = 1.75 */}
ul,ol{list-style:none;}
.clear:after{content: ".";overflow: hidden;clear:both;visibility: hidden;display: block;height: 0;}
a{text-decoration:none;}
img{border:0;}
i,em{font-style: normal;}
h1,h2,h3,h4,h5,h6,b,strong{font-weight: 500;}
input{outline:none;}
body{
		overflow-x: hidden;
}

.navbar{
	margin-bottom: 0 !important;
	height: 84px;
	line-height: 84px;
	padding: 0 15px;
}
.navbar:hover {
    background-color: rgba(231,231,231,0.8);
}

.navbar .logo{
	float: left;
	height: 84px;
}
.logo_w {
    opacity: 1;
    display: flex;
    align-items: center;
}
.logo_c {
    opacity: 0;
    display: flex;
    align-items: center;
}

.nav_he:hover .logo>.logo_w, .nav_he>.logo>.logo_w {
    opacity: 0;display: none;
}

.nav_he:hover .logo>.logo_c, .nav_he>.logo>.logo_c {
    opacity: 1;
}

.navbar:hover .logo .logo_w{  opacity: 0;display: none;}

.navbar:hover .logo .logo_c{  opacity: 1;}

.navbar .logo p {
    font-size: 22px;
    margin-left: 5px;
    height: 84px;
    line-height: 84px;
}
.navbar .logo_w p {
    color: #fff;
}
.navbar .logo a img{
	max-width: 100%;
}

.navbar .nav{
	float: right;
}
.navbar .nav li{
	/* display: inline-block;
	float: none; */
	margin-right: 20px;
}

.nav_he ul li a{
	color: #333 !important;
}

.navbar .nav .active a{
	background:rgba(255,255,255,0) !important;
	color: #fff !important;
}


.navbar .nav .active a{
	color: #333;
}

.navbar:hover .nav .active a{
	color: #333 !important;
}

.nav_he .nav .active a{
	color: #333  !important;
}

.nav_he:hover .nav .active a{
	color: #1971ef !important;
}

.navbar .nav li:last-child{
	margin-right: 0;
}
.navbar .nav li a{
	line-height: 84px;
	padding: 0 20px;
	font-size: 15px;
}

.navbar .set-nav{
	position: absolute;
	right:10px;
	bottom: 0;
	height: 25px;
	background: #007AFF;
	line-height: 25px;
	width: 70px;
	text-align: center;
}
.navbar .set-nav a{
	color: #fff;
	width: 100%;
	height: 100%;
	display: inline-block;
}


/*åº*/
#footer-wrapper{
	background: #343434;
	padding-bottom: 10px;
	width: 100%;
	display: inline-block;
        padding-top: 10px;
}
#footer-wrapper .footer{
	width: 1400px;
	margin: 0 auto;
}

#footer-wrapper .footer .footer_copyright{
	margin-top:10px;
}
#footer-wrapper .footer .footer_copyright p{
	color: #fff;
}

/*å¤´é¨è¾ç½®*/
.top-nav-dialog{
	width: 700px !important;
}
.top-nav-dialog .header-set ul li{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.top-nav-dialog .header-set ul li .header-add{
	width: 80px;
	height: 40px;
	background: #337ab7;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	margin-left: 20px;
	border-radius: 5px;
}
.top-nav-dialog .header-set ul li .update{
	width: 100px;
	height: 100px;
	border: 1px dashed #dcdfe6;
	border-radius: 5px;
	cursor: pointer;
}
.top-nav-dialog .header-set ul li .update ul{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.top-nav-dialog .header-set ul li .update ul li{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-nav-dialog .header-set ul li .update ul li a .jiahao i{
	font-size: 36px;
	color: #dcdfe6;
}
.top-nav-dialog a:hover{
	text-decoration: none;
}
.top-nav-dialog .header-list .el-table{
	
}
.top-nav-dialog .header-list .el-table .el-table__body-wrapper .el-table__body tr td .cell .icon{
	font-size: 16px;
}

@media  (min-width: 320px) and (max-width: 800px) {
	.navbar .nav li a{
		line-height: 50px;
	}
	.navbar{
		/* display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-between; */
		box-sizing: border-box;
	}
	.navbar .nav{
		display: none;
		position: absolute;
		top: 84px;
		left: 0;
		z-index: 9999;
		width: 100%;
		background: #fff;
		margin: 0;
	}
	.navbar .nav li{
		width: 100%;
	}
	.navbar-toggle{
		display: block !important;
		margin-top: 25px !important;
		margin-right: 0 !important;
	}
	#footer-wrapper .footer{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

}