.container {
	position: relative;
	height: 60px;
	line-height: 60px;
}

.navleft {
	width: 100%;
	height: 60px;
	position: relative;
	background-size: 980px 100%;
}

.headpic {
	width: 100%;
	display: block;
}

.nav {
	position: absolute;
	top: 0;
	height: 100%;
	right: 400px;
	text-align: center;
}

.nav .item {
	float: left;
	width: 85px;
	height: 88%;
	cursor: pointer;
}

.nav .item a {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
}

.nav .item a:hover {
	font-weight: bold;
}

.active {
	border-bottom: 2px solid #007DDB;
}

.nav .item.active a {
	color: #000000;
	font-weight: bold;
}

.option {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	color: #000000;
	font-size: 13px;
	padding-right: 10px;
	display: flex;
}
.layui-layer-tips .layui-layer-content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 8px 15px;
    font-size: 12px;
    _float: left;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    background-color: #ffffff;
    color: #000000;
}
.layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT {
    left: 5px;
    border-right-style: solid;
    border-right-color: #fff;
}
.tiptitle{
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px solid #ececec;
	cursor: pointer;
}
.tipcontent{
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #4797F0!important;
}
