@charset "utf-8";
/*重置*/
button, input, select, textarea {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
	background: none;
}
/*公共css部分*/
/*清除浮动*/
.fix {
	*zoom: 1;
}

.fix:after {
	display: table;
	content: '';
	clear: both;
}

.dib {
	display: inline-block;
}

.vm {
	vertical-align: middle;
}

.bora_5 {
	border-radius: 5px;
}

/*top*/
.wid_main {
	width: 1220px;
	margin: 0 auto;
}

/*内容框*/
.contentbox {
	background-color: #fff;
	position: relative;
	width: 920px;
	height: 469px;
}

/*查询*/
.search_list {
	background-color: #f5f5f5;
	padding: 8px 10px 8px 5px;
}

.search_list .box {
	height: 66px;
	line-height: 32px;
	color: #333;
	margin-left: 10px;
}

.search_list input {
	background-color: #fff;
	border: #eee solid 1px;
	height: 32px;
	border-radius: 3px;
	text-indent: 10px;
	font-size: 14px;
	color: #333;
	width: 250px;
}

.search_list input:focus {
	border-color: #005389;
}

.search_list button {
	width: 80px;
	height: 32px;
	border-radius: 3px;
	background-color: #005389;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: 2px;
}

.search_list button:hover {
	background-color: #005eac;
}

/*子页内容框*/
.zy_content {
	margin-bottom: 50px;
}

/*左边栏*/
.zy_left_con {
	float: left;
	width: 260px;
	padding-bottom: 40px;
	position: relative;
}

.zy_left_con b {
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 54px;
	background-color: #fff;
}

.zy_left_con h2.tit {
	font-size: 24px;
	font-weight: bold;
	color: #005389;
	padding-bottom: 12px;
	border-bottom: #005389 solid 1px;
}
/*nav*/
.zy_twonav {
	margin-bottom: 36px;
}

.zy_twonav ul li {
	height: 60px;
	line-height: 60px;
	border-bottom: #ddd solid 1px;
	overflow: hidden;
}

.zy_twonav ul li.cur {
	background-color: #eee;
}

.zy_twonav ul li a {
	font-size: 16px;
	color: #333;
	display: block;
	padding: 0 20px;
	background-position: center right 90px;
	transition: background-position .7s;
}

.zy_twonav ul li.cur a {
	color: #005389;
	font-weight: bold;
	border-left: #005389 5px solid;
}

.zy_twonav ul li:hover {
	background-color: #eee;
}

.zy_twonav ul li:hover a {
	color: #005389;
}
/*contact*/
.zy_left_con .contact h2 {
	margin-top: 50px;
	border-bottom: #ddd solid 1px;
}

.zy_left_con .contact dl dd {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin: 10px 0;
}

.zy_left_con .contact dl dd img {
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 8px;
}

.zy_left_con .contact dl dd a {
	display: inline-block;
	width: 210px;
	vertical-align: top;
}

/*右边内容栏*/
.zy_right_con {
	width: 910px;
	overflow: hidden;
}
/*当前标题*/
.zy_right_con .zy_title {
	border-bottom: #005389 solid 1px;
	margin-bottom: 20px;
}

.zy_right_con .zy_title h2 {
	font-size: 24px;
	font-weight: bold;
	color: #366ac2;
	position: relative;
	float: left;
	padding-bottom: 12px;
}

.zy_right_con .zy_title h2 i {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #366ac2;
}

/* Table Styles */
.table-wrapper {
	margin-top: 10px;
	box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
}

.fl-table {
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	border: none;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	background-color: white;
	color: #333;
}

.fl-table td, .fl-table th {
	text-align: center;
	padding: 8px;
}

.fl-table td {
	border-right: 1px solid #f8f8f8;
	font-size: 12px;
}

.fl-table thead th {
	color: #ffffff;
	background: #bdd4cd;
}

.fl-table thead th:nth-child(odd) {
	color: #ffffff;
	background: #305ec3;
}

.fl-table tr:nth-child(even) {
	background: #F8F8F8;
}