#header {
	width: 100%;
	height: 240px;
}
.head-bg{
    background: url("/img/bg-head.png");
}
.header-ul {
	width: 100%;
	height: 22px;
	/*background-color: #fcfcfc;*/
	line-height: 20px;
	/*border: 1px solid #e1e1e1;*/
}

.header-ul ul {
		margin-left: 69%;
	float: left;
	color: #727272;
	font:700 20px/24px '微软雅黑';
	position: relative;
    top: 10px;
}

.header-ul ul li {
	margin-left: 15px;
	font-family: "微软雅黑";
	cursor: pointer;
}
.header-ul ul li:hover{
    color: #0064af;
    transition: all 0.2s;
}
#header-search {
	width: 1200px;
	height: 155px;
	/*background-color: #fff;*/
	margin: 0 auto;
}

#logo {
	width: 600px;
	height: 155px;
	float: left;
	position: relative;
}

#logo img {
	position: absolute;
	bottom: 20px;
}

#search {
	width: 600px;
	height: 155px;
	float: left;
	position: relative;

}

#search input {
	position: absolute;
	bottom: 20px;
	right: 68px;
	width: 396px;
	height: 38px;
	border: 1px solid #c6c6c6;
	font-size: 14px;
	color: #a2a2a2;
	text-indent: 16px;
	line-height: 38px;
	border-radius: 12px;
	outline: none;
	font-family: "微软雅黑";
}
input::-ms-clear, input::-ms-reveal{
        display: none;
  }
#search img {
	position: absolute;
	bottom: 20px;
	right: 68px;
	width: 20px;
	height: 20px;
	padding: 10px;
	border-left: 1px solid #c6c6c6;
	border-radius: 12px;
	cursor: pointer;
}
#search img:hover{
	background-color: rgba(0, 100, 171, 0.1);
	transition: all 0.2s;
}
#search img:active{
	background-color: rgba(0, 100, 171, 0.3);
	transition: all 0.2s;
}
#search ul {
	position: absolute;
	right: 145px;
	bottom: 70px;
	font-size: 12px;
	color: #888888;
}

#search ul li {
	margin-right: 15px;
	font-family: "微软雅黑";
}

#navigation_bar {
	background-color: #0064af;
	width: 100%;
	height: 60px;
	/*margin-top: 5px;*/
}

#navigation_bar ul {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	font: 700 22px/60px "微软雅黑";
}

#navigation_bar ul li {
	position: relative;
	display: block;
	float: left;
	width: 152px;
	color: #fefefe;
	text-align: center;
	margin-right: 22.5px;
	cursor: pointer;
}
#navigation_bar>ul>li>a{
    width: 152px;
    height: 60px;
    display: inline-block;
    
}
#navigation_bar .navigation_bar_li_last {
	margin-right: 0px!important;
}

.hover_navigation_bar_li {
	background-color: #014d86;
	font-size: 24px!important;
	/*background-image: linear-gradient(#014d86, #0095ff);*/
	transition: all 0.2s;
}

.hover_navigation_bar_li::after {
	content: "";
	width: 152px;
	height: 3px;
	position: absolute;
	bottom: 0px;
	background-color: white;
	display: block;
	border-bottom: 1px solid #0064af;
}
.blur{
	color: #0064af;
	cursor: pointer;
}
