:root {
	--wzColor: #CD3816;
}

body,html {
	background: #1f0502;
}

.w990 {
	width: 990px;
}
.ma {
	margin: 0 auto;
}

.header {
	height: 210px;
	background: url(header_bg.png)no-repeat center center;
	
}
.header i {
	display: block;
}
.mbnav {
	background: #567ca2;
	height: 44px;
}
.mbnav ul {}
.mbnav ul li {
	line-height: 44px;
	padding: 0 20px;
}
.mbnav ul li a {
	color: #fff;
	padding: 5px 20px;
	border-radius: 20px;
	font-size: 15px;
}
.mbnav ul .uk-active a {
	background: #fff;
	font-weight: bold;
	color: #567ca2;
}
.mbnav ul li a:hover {
	background: #fff;
	font-weight: bold;
	color: #567ca2;
}

.tableUl table {
	font-size: 13px;
	border-collapse: collapse;
	table-layout: fixed;
}
.tableUl table a {
	color: #333;
}
.tableUl table thead {
	background: #6ac7e2;
	height: 44px;
}
.tableUl table thead tr {
	border-bottom: 1px solid #a4d8e7;
}
.tableUl table thead tr th {
	padding: 0;
	font-size: 13px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	border-right: 1px solid #a4d8e7;
}
 .tableUl thead th:nth-child(1){width: 146px;}
 .tableUl thead th:nth-child(2){width: 118px;}
 .tableUl thead th:nth-child(3){width: 128px;}
 .tableUl thead th:nth-child(4){width: 125px;}
 .tableUl thead th:nth-child(5){width: 268px;}
 .tableUl thead th:nth-child(6){width: 100px;}
 .tableUl thead th:nth-child(7){width: 100px;border-right:0;}
.tableUl table tbody {}
.tableUl table tbody tr {
	background: #eef1f4;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
}
.tableUl table tbody tr td {
	padding: 0 10px;
	border-right: 1px solid #e3e3e3;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
	line-height: 41px;
}
.tableUl table tbody tr td a {
	display: block;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;

}
.tableUl table tbody tr:hover {
	background: #f2f2c0;
}
.footer{margin-top:40px;width:100%;background:#fff;padding:40px 0}
.footer p{text-align:center;color:#777;font-size:14px;margin-bottom:10px}
.footer a{color:#777}.footer a:hover{color:#a5033c}

@media screen and (max-width: 768px) {
	body {
		width: 100%;
	}
	.main,.wrap {
		width: 100%;
		overflow: hidden;
	}
	.w990 {
		width: 100%;
	}
	.w1200 {
		width: 100%;
	}
	.mbnav {
		height: 40px;
		overflow-x: scroll;
	}
	.header {
		background: #fff;
		background-size: 100%;
		height: auto;
	}
	
	.mbnav ul {
		padding: 0 10px!important;
		overflow-x: scroll;
	}
	.mbnav ul li {
		line-height: 40px;
	}
	.mbnav ul .uk-active {
		transform: none;
	    border-radius: 0;
	    background: transparent;
	}
	.mbnav ul .uk-active a {
		transform: none;
	    border-radius: 20px;
	    background: #fff;
	    display: inline-block;
	    line-height: normal;
	    padding: 4px 8px;
	}
	.mbnav ul li a {
		font-size: 12px;
		padding: 0 10px;
	}
	.tableUl {
	    overflow-x: scroll;
	}
	 .tableUl thead th:nth-child(1){width: 100px;}
	 .tableUl thead th:nth-child(2){width: 80px;}
	 .tableUl thead th:nth-child(3){width: 90px;}
	 .tableUl thead th:nth-child(4){width: 100px;}
	 .tableUl thead th:nth-child(5){width: 268px;}
	 .tableUl thead th:nth-child(6){width: 100px;}
	 .footer {
	 	margin: 0!important;
	 }
	 .footer p {
	 	margin: 0 15px;
	 }
	 .fcoot {
	 	padding: 30px 15px;
	 	background: #fff;
	 }
	 .fcoot p {
	 	text-align: center;
	 	font-size: 13px;
	 }
}