.jl-head {
	box-sizing: initial !important
}

.jl-head-content {
	max-width: 1350px;
	height: 100px;
	margin: auto
}
.jl-head-content img{height: 60px!important;}

.jl-head-tel {
	color: #4353a1;
	font-size: 28px;
	height: 100px;
	line-height: 100px
}

.jl-menu {
	box-sizing: initial !important;
	height: 60px;
	background: url('../images/header_bg.jpg') no-repeat;
	background-size: 100% 100%
}

.jl-menu-list {
	max-width: 1350px;
	height: 60px;
	margin: auto
}

.jl-menu-list-ul {
	height: 60px;
	line-height: 60px;
	margin: 0 !important;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.jl-menu-list-li {
	position: relative;
	list-style: none;
	display: inline-block;
	width: 150px;
	text-align: center;
	margin-left: -4px
}
.jl-menu-list-li:nth-child(5){display: none;}
.jl-menu-list-li:nth-child(2) .jl-menu-son-ul .jl-menu-list-li:nth-child(3){display: none;}
.jl-menu-list-li.active {
	background-color: #f5a100
}

.jl-menu-list-li:hover {
	background-color: #f5a100
}

.jl-menu-list-li a {
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 100%;
	display: block
}

.jl-menu-son-ul {
	background-color: #358aa9;
	position: absolute;
	width: 100%;
	left: 0;
	color: #fff;
	display: none;
	top: 60px;
	z-index: 9999999
}

.jl-menu-son-ul .jl-menu-list-li {
	cursor: pointer;
	position: relative;
	list-style: none;
	display: inline-block;
	width: 150px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-left: 0
}
.jl-head-content .pull-right img{margin-top: 30px!important;height: 40px!important;}