body,ul,h1,h2,h3,h4,h5,h6,p {
	font-family: 'Microsoft yahei';
	padding: 0;
	margin: 0;
	cursor: default;
}
body,html{
	width: 100%;
	height: 100%;
}
li,a{
	text-decoration: none;
	list-style: none;
}
a{
	cursor: pointer;
}
img{
	display: block;
	max-width: 100% !important;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0
}

.clear {
	zoom: 1
}

.container{
	width: 1200px;
	margin: 0 auto;
}


.pubImg{
	width: 100%;
	height: 240px;
	background: url(../img/banner.jpg) no-repeat center center;
}


.zj01{
	padding-top: 20px;
}

.zj01L{
	width: 200px;
    font-size: 16px;
    float: left;
	
}
.zj01LT{
	background-color: #306edf;
    height: 40px;
    width: 100%;
    color: #FFF;
    line-height: 40px;
    text-align: center;
}
.zj01LV{
	padding: 10px;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.zj01LV_active{
	color: #FFF !important;
    background-color: #578dee !important;
}
.zj01LV li{
	height: 40px;
	line-height: 40px;
}
.zj01LV li a{
	display: block;
	color: #000;
	padding-left: 10px;
	box-sizing: border-box;
}
.zj01LV li a:hover{
	color: #FFF;
    background-color: #ff5b5b;
}

.zj01R{
	min-height: 600px;
	width: 975px;
	padding: 20px;
	border: 1px solid #ccc;
	float: right;
	box-sizing: border-box;
}
.zj01R01{
	display: inline-block;
	height: 50px;
    background-color: #f2a346;
    padding: 0 20px;
    line-height: 50px;
    color: #FFF;
    cursor: pointer;
}
.zj01R01:hover{
	background-color: rgba(242,163,70,0.9);
}
.zj01R02{
	display: none;
}


.zj02{
	
}
.zj02 li{
	font-size: 16px;
	height: 36px;
	line-height: 24px;
	color: #333;
	position: relative;
	padding: 6px 0 ;
	box-sizing: border-box;
	padding-left: 16px;
}
.zj02 li a{
	font-size: 16px;
	color: #333;
}
.zj02 li a:hover{
	color: #c00;
}
.zj02 li>span{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
}

.zj02T{
	font-size: 19px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}

.zj03{
	
}
.zj03 li{
	width: 223px;
	float: left;
	margin: 0 44px;
	margin-bottom: 12px;
}
.zj03 li a{
	display: block;
	color: #333;
}
.zj03 li a:hover{
	text-decoration: underline;
}
.zj03I{
	width: 100%;
	height: 160px;
	padding: 4px 3px;
	font-size: 0;
	border: 1px solid #aaa;
	box-sizing: border-box;
}
.zj03I img{
	width: 214px;
	height: 149px;
}
.zj03V{
	width: 100%;
	color: #333;
	line-height: 1.5;
	text-align: center;
	margin-top: 12px;
}
.page-large a {
    min-width: 34px;
    height: 34px;
    display: inline-block;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 34px;
    text-align: center;
    float: left;
    text-indent: 0;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 3px;
}
.page-large .prev-page {
    background: url(../images/small-prev-page.png) center center no-repeat;
}
.page-large .next-page {
    background: url(../images/small-next-page.png) center center no-repeat;
}
.page-large a.on {
    border: 1px solid #ef3838;
    background: #ef3838;
    color: #fff;
}