.top_bar {
	height: 140px;
	width: 100%;
	background-color: #fff !important;
}

.top_bar:before {
	content: '';
	background: rgb(31, 138, 210);
	height: 5px;
	width: 100%;
	display: block;
}

.h_title {
	height: 70px;
	line-height: 70px;
	width: 1200px;
	margin: 0 auto;
}

.h_title .main_title {
	font-size: 36px;
	float: left;
	height: 70px;
	line-height: 70px;
}

.h_title .main_title a{color: #000;text-decoration: none;}

.h_title .second_title {
	font-size: 16px;
	float: right;
	height: 70px;
	line-height: 70px;
}

.second_title  .org_info {
	display: inline-block;
	line-height: 70px;
}

.blue a{color: rgb(31, 138, 210);}

.second_title span{color: #000;}

.second_title  .org_info img {
	width: 26px;
	height: 26px;
	position: relative;
	top: 6px;
}

.second_title  .org_info:nth-child(1) {
	margin-right: 20px;
}

.find_nav {
	width: 1200px;
	height: 65px;
	margin: 0 auto;
	color: rgb(31, 138, 210);
}

.find_nav_left {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.find_nav_list {
	width: 100%;
	position: absolute;
	left: 0;
}

.find_nav_list ul {
	width: 100%;
	position: relative;
	white-space: nowrap;
	font-size: 0;
	list-style: none;
}

.find_nav_list ul li {
	display: inline-block;
	box-sizing: border-box;
	margin: 0 36px;
}

.find_nav_list ul li a {
	display: block;
	width: 100%;
	/* color: rgb(31, 138, 210); */
	height: 100%;
	line-height: 65px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	height: 100%;
}

.sideline {
	display: block;
	position: absolute;
	border: 0;
	height: 4px;
	background-color: rgb(31, 138, 210);
	left: 0;
	top: 58px;
	pointer-events: none;
}
.header_bg{width: 100%;height: 240px;line-height: 240px; background:url("../images/pic01.jpg") no-repeat;background-size:100% 100%; position: relative;font-size: 38px;color: #fff;}
.header_title{width: 1200px;margin: 0 auto;position: relative;}
.tab_bar.active{    background-color: #F7F7F7;color: #0D6FBA;}
.tab_bar{ line-height:60px; font-size: 20px;width: 180px;height: 60px; text-align: center;float: left;position: absolute;bottom: 0;
background-color: #2286d1a6;color: #fff; font-size: 22px;
   }
 .tab_bar a{color: inherit;text-decoration: none;}
  .tab_bar a:hover{text-decoration: none;color: inherit;}
.tab_bar:nth-child(2){ left:190px;     }
