@charset "utf-8"
div,body,p,span,a,ul,li,table,tr,td{
	box-sizing: border-box;
	font-family:'Microsoft YaHei';
	margin: 0;
	padding:0;
	text-align: center;
	list-style: none;
}
.top{
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #d1d1d1;
}
.subtop{
	width: 1000px;
	margin: 0 auto;
	height: 30px;
}
.subtop_left{
	width: 300px;
	height: 100%;
	float: left;
	font-size: 13px;
	line-height: 30px;
}
.jt-ft{
	width: 100px;
	height: 100%;
	float: right;
	line-height: 30px;
}

.wzall{
	float: right;
	width: 100px;
	height: 100%;
	line-height: 30px;
}

.subtop_right{
	width: 300px;
	height: 100%;
	float: right;
	font-size: 13px;
}
/*顶部时间和检索样式结束*/


.banner{
	width: 100%;
	/*height: 149px;*/
	background: url(ws_bg07.jpg) repeat-x;
}
.subbanner{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.min_logo{
	display: none;
	padding-top: 20px;
	height: 80%;
}
/*导航样式开始*/
.nav{
	width: 100%;
	height: 55px;
	background: url(ws_bg08.jpg) repeat-x;
}
.subnav{
	width: 1000px;
	height: 55px;
	margin: 0 auto;
}

.dqwz-box{
	width:100%;
	height:35px;
	background-color:#f3f3f3;
}
.dqwz{
	width: 1000px;
	margin:0 auto;
	background-repeat:no-repeat;
	padding-left: 8px;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
}
.dqwz-bj{
	margin-left: 20px;
	margin-top: 12px;
	background-image:url(dqwz_03.jpg);
	width:15px;
	height:10px;
	float:left;
}
.dqzt-font{
	float: left;
	color: #3d3d3d;
	height: 35px;
	margin-left: 5px;
}
.dqwz>a{
	color: #999;
}
.wrapper{
	width: 100%;

}
.menu{
	background-color: white;
	width: 1000px;
	margin: 0 auto;
	min-height: 500px;
	padding-top: 20px;
}

.zw{
	margin:0 auto;
	width: 800px;
	min-height: 500px;
}

.zw img{
	max-width: 800px;
	
}
.copyright{
	margin:0 auto;
	margin-top: 15px;
	height: 140px;
	width: 1000px;

}
.copyright_nav{
	height: 33px;
	background: url(ws_bg11.jpg) no-repeat;
}
.copyright_nav>p{
	color: #fff;
	padding-left: 160px;
}
.copyright_nav>p>a{
	color: #fff;
	display: inline-block;
	width: 75px;
	text-align: center;
	line-height: 33px;
}
.copyright table p{
	white-space: pre-wrap;
	font-size: 13px;
}

/*判断页面的大小为手机短的时候使用以下样式*/
@media screen and (max-width: 768px) {
    .top,
    .max_logo,
    .nav,
    .dqwz-box,
    .max_logo,
    .dzjg,
    .gwy,
    .wszw,
    .copyright_subnav,
    .hidden,
    .copyright_nav>p{
    	display: none;
    }
    .banner,
    .subbanner,
    .wrapper,
    .zw,
    .copyright_nav{
    	width: 100%;
    }
    .min_logo{
    	display: block !important;
    }
    .banner{
    	background: none;
    	height: 100px;
    }
    .menu{
    	width: 95%;
    	min-height: 300px;
    	padding-top: 0;
    }
    .copyright{
    	margin-top: 0;
    	height: 125px;
    	width: 100%;
    	background: #797a7d;
    }
	.copyright table{
		width:100%;
	}
    .copyright_nav{
    	background: none;
    }
    .copyright_nav table p{
    	text-align: center;
    	color: #fff;
    	font-family: '微软雅黑';
    }
    .menu br{
    	display: none;
    }
}