@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, 
fieldset,input,textarea,p,blockquote,th,td { 
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; /*让表格边框细线*/
	border-spacing:0; /*清除边框间距*/
} 
fieldset,img { 
	border:0 none; /*有些浏览器默认这些标签有边框，所以要清除默认边框*/
	display:block;
} 
address,caption,cite,code,dfn,em,i,u,b,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
	/*清除标签默认文本样式和加粗*/
}
input,textarea{
	outline:0 none;/*去掉文本框的默认轮廓线*/
} 
ol,ul { 
	list-style:none; /*清除列表默认样式*/
} 
caption,th { 
	text-align:left; /*清除标签默认文本居中对齐*/
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; /*清除标题标签的默认样式*/
} 
a{
	text-decoration:none;/*大部分页面中的链接没有下划线*/
}

.clearfix:after{
		height:0;
		content:" ";
		display:block;
		overflow:hidden;
		clear:both;
	}
.clearfix{
	zoom:1;/*IE低版本浏览器不支持after伪类所以要加这一句*/
}
body{
		font-family:"微软雅黑";
		font-size:16px;
		color:#000;
	}

/*第一部分左边*/
.wrap{
		width:1200px;
		margin:100px auto;
	}
.wrap .one{
		width:1200px;
		height:110px;
		box-shadow:2px 2px 2px 2px #ccc;
		background-color:#f0f7fd;	
	}
.wrap .one .left{
		float:left;	
		margin-left:20px;
	}
.wrap .one .right{
		float:right;
		margin-right:20px;
	
	}
.wrap .one .span1{
		width:290px;
		overflow:hidden;	
	}
.wrap .one .left .span1 .w{
		float:left;
		font-family:"微软雅黑";
		font-size:24px;
		color:#000;
		margin:10px 0;
	}
.wrap .one .left .span1 .b{
		float:right;
		font-family:"宋体";
		font-size:14px;
		color:#898989;
		margin:20px 0 10px 0;

	}
.wrap .one .left .span2{
		overflow:hidden;	
		width:294px;
	}

.wrap .one .left .span2 .j{
		margin-bottom:10px;
		float:left;
		font-size:14px;
		font-family:"微软雅黑";
		color:#6f6f6f;	
	}
.wrap .one .left .span2 .dayu{
		float:right;
		background-image:url(../images/dayu.png);	
		width:11px;
		height:11px;
		margin-top:6px;
	}

.wrap .one .left p{
		font-size:14px;
		font-family:"微软雅黑";
		color:#6f6f6f;	
	}

/*第一部分右边*/
.wrap .one .right{
		width:300px;	
		overflow:hidden;	
	}
.wrap .one .right .left{
		float:left;	
	}
.wrap .one .right .rightz{
		float:right;	
	}
.wrap .one .right .rightz .sh{
		width:122px;
		height:37px;
		background-image:url(../images/zhi.png);
		display:block;
		margin-top:35px;	
	}

.wrap .one .right .left p{
		font-size:18px;
		font-family:"微软雅黑";
		color:#e36717;
		margin-top:45px;	
	}
/*第二部分*/
.wrap .two{
		margin:15px;
	}
.wrap .two .num1,.wrap .two .num2,.wrap .two .num3,.wrap .two .num4{
		width:510px;
		overflow:hidden;	
	}
.wrap .two div{
		margin:10px;	
	}
.wrap .two .two_one,.wrap .two .two_three,.wrap .two .two_five,.wrap .two .two_seven{
		float:left;	
	}
.wrap .two .two_two,.wrap .two .two_four,.wrap .two .two_six{
		float:right;	
	}
.wrap .two .two_four{
		margin-right:50px;	
	}
.wrap .two .two_six{
		margin-right:65px;	
	}
/*第三部分*/
.wrap .three,.wrap .four,.wrap .five{
		width:1200px;
		line-height:40px;
		margin-bottom:20px;	
	}
.wrap .three div .z,.wrap .four div .z,.wrap .five div .z{
		margin-left:20px;
		font-family:"微软雅黑";
		font-size:18px;
		color:#26b0da;
	}
.wrap .three .biaoti,.wrap .four .biaoti,.wrap .five .biaoti{
		position:relative;	
		background-color:#c9e8f3;

	}
.wrap .three .biaoti .shu,.wrap .four .biaoti .shu,.wrap .five .biaoti .shu{
		width:6px;
		height:36px;
		background-color:#3db4e7;
		position:absolute;
		top:50%;
		margin-top:-18px;	
	}
.wrap .three .nei,.wrap .four .nei,.wrap .five .nei{
		width:1198px;
		border:1px solid #dcdddd;
		overflow:hidden;
	}
.wrap .three .nei p,.wrap .four .nei p,.wrap .five .nei p{
		margin-left:20px;
		width:930px;
	}

.wrap .three .nei h5{
		font-size:16px;
		font-weight:bold;
		color:#333;
		margin-left:20px;	
	}
/*第四部分*/
.wrap .four .nei .wen{
		float:left;	
	}
.wrap .four .nei .map{
		float:right;
		margin-right:20px;
		overflow:hidden;	
	}
.wrap .four .nei .map .tu{
		width:15px;
		height:20px;
		background-image:url(../images/map.png);
		float:left;	
		margin-top:10px;
		margin-right:10px;
	}
.wrap .four .nei .map .zi{
		font-family:"微软雅黑";
		font-size:14px;
		color:#DE672C;
		float:right;
	}
