*{ 
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
ul {
	list-style: none;
}
body {
	font-family: "Microsoft Yahei";
	color: #333;
}
.margin20 {
	margin-top: 20px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}

/* header-wzmcs */
.header-wzmcs {
	overflow: hidden; 
	position: relative;    
	min-height: 100%;
	height: 467px;
}
.swiperbox {
	display: inline-block;
	width: 1920px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: -3;
}
.header img {
	
}
/* main-wzmcs */
.main-wzmcs {
  margin: 40px 0;
}
.sxqd-list .title, .zxdh-list .title {
  color: #0f2f9e;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: url(title-bg.png) no-repeat center center;
}
.list_box {
    padding: 5px;
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    font-size: 0;
    line-height: 0;
}
.list_box a {
    font-style: normal;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.list_box a {
    width: 25%;
    box-sizing: border-box;
    background-color: #ffffff;
    text-indent: 10px;
    display: inline-block;
    color: #333;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}
.list_box a.border_left_box {
    border-left: 1px solid #dedede;
}
.list_box a.zebra {
    background-color: #f5f5f5;
}
.list_box a:hover {
    color: #1B6FE2;
    text-decoration: underline;
}