﻿body,a,p,span,p,a,ul,li,table,tr,td,div{
	font-family: '微软雅黑';
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body{
	overflow-x: hidden;
}
a{
	text-decoration: none;
}
/*顶部样式开始*/
.top{
	height: 30px;
	width: 100%;
	background: #30373d;
}
.top_center{
	width: 1000px;
	height: 30px;
	margin: 0 auto;
}
.top_left{
	width: 200px;
	height: 30px;
	float: left;
}
.top_left td,.top_right a{
	font-size: 13px;
	color: #ccc;
	line-height: 30px;
}
.top_right{
	width: 200px;
	height: 30px;
	float: right;
	line-height:30px;
	text-align: right;
	margin-right: 15px;
}
.top_roght a{
	color:#fff;
	float:left;
	margin-left:20px;
}
.banner{
	width: 100%;
	height: 150px;
	background: url(banner_bg.jpg) no-repeat center top;
}
.banner_center{
	width: 1000px;
	height: 150px;
	margin: 0 auto;
}
.logo{
	float: left;
	width: 500px;
	height: 150px;
}
.search{
	width: 320px;
	height: 40px;
	float: left;
	margin-top:69px;
	float: right;
}


/*导航样式开始*/
.nav{
	background: #168fd3;
	height: 50px;
}
.nav_center{
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}
.nav ul{
	width: 100%;
	height: 50px;
	position: relative;
}
.nav li{
	float: left;
	width: 142px;
	height: 50px;
}
.nav li a{
	display: block;
	height: 47px;
	line-height: 47px;
	color: #fff;
	font-size: 17px;
	width: 142px;
	position: absolute;
	bottom: 0;
}
.nav li:hover{
	background: #0067e1;
	border-top: 3px solid #38d305;
}
.nav li:hover a{
	font-weight: bold;
}
.nav_one{
	background: url(dzj_bg07.png) no-repeat 22px 10px;
	text-indent: 56px;
}
.nav_two{
	background: url(dzj_bg08.png) no-repeat 22px 10px;
	text-indent: 53px;
}
.nav_three{
	background: url(dzj_bg09.png) no-repeat 22px 10px;
	text-indent: 56px;
}
.nav_four{
	background: url(dzj_bg10.png) no-repeat 22px 10px;
	text-indent: 56px;
}
.nav_five{
	background: url(dzj_bg11.png) no-repeat 22px 10px;
	text-indent: 56px;
}
.nav_six{
	background: url(dzj_bg12.png) no-repeat 20px 10px;
	text-indent: 63px;
}
.nav_seven{
	background: url(dzj_bg13.png) no-repeat 22px 10px;
	text-indent: 56px;
}
/*导航样式结束*/
.dqwz{
	height: 35px;
	background: #f3f3f3;
}
.box-1000{
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
	background: url(dqwz.jpg) no-repeat 19px 14px;
	text-indent: 39px;
}
/*顶部样式结束*/

.jianju{
	height: 20px;
	clear: both;
}
.jianju_top{
	height: 40px;
}
.main{
	width: 1000px;
	min-height: 500px;
	margin: 0 auto;
	padding: 0 100px;
}
/*版权样式开始*/
.copyright{
	height: 140px;
	width: 100%;
	background: #30373c;
	color: #fff;
	text-align: center;
}
.copyright ul{
	width: 520px;
	margin: 0 auto;
	height: 115px;
}
.copyright li{
	float: left;
	font-size: 13px;
	line-height: 28px;
}
/*版权样式结束*/

/*自适应移动端样式*/
@media screen and (max-width: 768px) {
	.top,.nav,.dqwz,.search,.dygb,.font_1,.cs,.zh,.jianju_top{
		display: none;
	}
	.banner_center,.banner{
		background: none !important;
		height: 80px;
		width: 100%;
	}
	.logo{
		width: 100%;
		height: 80px;
	}
	.min_logo{
		display: block !important;
		margin-top: 20px;
		width: 75%;
	}
	.copyright,.copyright>div,.copyright>ul{
		width: 100%;
	}
	.main{
		padding: 0;
		width: 100%;
	}
	.wenz{
		width: 95% !important;
		margin: 0 auto;
		text-indent: 2em;
	}
}