body{
	font-family:none !important;
}
/**
 * 头部  详情详情页/
 */
header{
	width:100%;
	height:110px;
	background-color:#fff;
	border-bottom:1px solid #F2F2F2;
}
.header_one{
	border-bottom:1px solid #F2F2F2;
}
.header{
	display:flex;
	justify-content:space-between;
	padding:7px 0 10px 0;
}
.header div a{
	color:#181818;
	font-size: 13px;
	line-height:13px;
	border-right:1px solid #C4C4C4;
	padding:0 8px 0 8px;
}
.header div a:last-child{
	border-right:0;
	padding-right:0;
}
.header div a:first-child{
	padding-left:0;
}
.header .blueA{
	color:var(--text-color);
}
.indexback{
	border-right: 0 !important;
}
.indexback img{
	width: 20px;
	height: 18px;
	margin-right: 6px;
	vertical-align: middle;
}
.hello{
	font-size:13px;
}
.popup_title{
	/*position:relative;*/
	display:flex;
	align-items:center;
}
.popup_title a:nth-child(2) img{
	vertical-align:middle;
}
.popup_title .enters{
	position:relative;
	color:#181818;
	font-size:13px;
	padding:0 8px;
	cursor:pointer;
}
.enters img{
	width: 10px;
	height: 6px;
}
.popup_line{
	position:absolute;
	top:0;
	right:-30px;
	height:24px;
	width:122px;
}
.popup{
	position:absolute;
	top:22px;
	right:-25px;
	width: 122px;
	height: 156px;
	font-size:14px;
	line-height:14px;
	color: #181818;
	background: #FFFFFF;
	z-index:999;
	box-sizing: border-box;
	text-align:center;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	cursor:pointer;
	display: none;
}
.popup div a{
	display:block;
	color: #333333;
	padding:13px 0;
}
.popup div a:hover{
	color:var(--text-color);
	background: #EBF4F1;
}
.chooseCompany{
	color: var(--text-color) !important;
}

/* 第二行 */
.header_two{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:17px !important;
}
/* logo */
.header_logo{
	display:flex;
	color:#181818;
}
.logo_img img{
	width:132px;
	height:39px;
	margin-right:70px;
	/* margin-bottom: -27px; */
	margin-top:1px;
	cursor:pointer;
}
/* 导航 */
header nav{
	padding-top:11px;
}
header nav a,header nav a:visited,header nav a:link,.nav_lease{
	color: #181818;
	font-weight: 500;
	font-size:18px;
	line-height:18px;
	margin-right:32px;
	padding-bottom:21px;
}
header nav a.active,header nav a:hover,.nav_lease.active/*,.nav_lease:hover*/{
	color:var(--text-color);
	font-weight: bold;
	border-bottom:3px solid var(--text-color);
}
.nav_lease{
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.nav_lease_title{
	display: inline-block;
}
.nav_lease_title img{
	width: 10px;
	height: 6px;
	margin-left: 9px;
}
.nav_lease_popup{
	position: absolute;
	top: 35px;
	left: -20px;
	width: 122px;
	height: 80px;
	background-color: #ffffff;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	z-index: 999;
	display: none;
}
.nav_lease_popup a{
	display: block;
	width: 100%;
	height: 40px;
	color: #333333 !important;
	font-size: 14px !important;
	line-height: 40px !important;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}
.nav_lease_popup a:hover{
	color:var(--text-color) !important;
	font-weight: normal !important;
	background: #EBF4F1;
	border-bottom: 0 !important;
}

/* 搜索 */
.header_search{
	width: 450px;
}
/* 搜索框 */
.search_col{
	width: 450px;
	height:41px;
	background: #F4F4F4;
	box-sizing: border-box;
	position:relative;
}
/* 下拉菜单 */
.search_select{
	width:120px;
	height:41px;
	font-size: 14px;
	color: #181818;
	text-align:center;
	position:relative;
}
.select_value{
	line-height:41px;
	cursor:pointer;
}
.select_value img{
	vertical-align:middle;
	width:10px;
	height: 6px;
	margin-left:7px;
}
.select_list{
	position:absolute;
	top:38px;
	left:0;
	width:100%;
	color:#181818;
	background-color:#fff;
	font-size:14px;
	line-height:40px;
	cursor:pointer;
	display:none;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	z-index:999;
}
.select_list div:hover{
	background: #EBF4F1;
	color:var(--text-color);
}
.serach_fen{
	position:absolute;
	top:0;
	left:104px;
	height:41px;
	line-height:41px;
	color:#E6E8EC;
}
/* 输入框 */
.search_input{
	width:234px;
	height:37px;
	color:#181818;
	background-color:rgba(255,255,255,0);
	position:absolute;
	top:2px;
	right:93px;
	font-size:14px;
}
/* 按钮 */
.search_btn{
	width: 93px;
	height: 41px;
	font-weight: 500;
	font-size: 14px;
	color:#fff;
	/* border-radius: 0px 6px 6px 0px; */
	position:absolute;
	right:0;
	top:0;
}

/**
 * 分页
 */
.page_content{
	height: 80px;
	display:flex;
	align-items: center;
	justify-content: center;
}
nav .pagination li a {
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0 5px !important; 
}
nav .pagination > .page-item > a{
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #eeeeee;
}
nav .pagination > .disabled > a,nav .pagination > li:first-child a,nav .pagination > li:last-child a{
	background-color: #e5e5e5;
	border-radius: 2px;
}
nav .pagination > .active > a,nav .pagination > .active > a:hover{
	background-color: #009143;
	border:0;
	border-radius: 2px;
}
nav .pagination > .page-item > a,nav .pagination > .disabled > a,nav .pagination > .active > a,nav .pagination > .active > a:hover{
	display:flex;
	align-items: center;
	min-width: 38px;
	height: 38px;
	font-size:16px;
}

.page_total{
	font-size: 16px;
	color: #333333;
	margin-right: 24px;
}
.page_select{
	margin-left:10px;
}
.page_select .page_num{
	width: 100px;
	height: 38px;
	font-size:16px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #eeeeee;
	outline: none;
}
.page_num option{
	background-color: #FFFFFF;
}
.page_num option:hover{
	background-color: var(--bg-color);
}
.page_text{
	font-size:16px;
	color:#000000;
	margin:0 9px 0 10px;
}
.page_input{
	width: 60px;
	height: 38px;
	font-size:16px;
	color:#000000;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #eeeeee;
	text-align:center;
	padding:0 10px;
}
.page_input,.page_input:active{
	border: solid 1px #eeeeee;
}
.page_btn{
	width: 60px;
	height: 38px;
	font-size:16px;
	color:#FFFFFF;
	background-color: var(--bg-color);
	border-radius: 2px;
}
