body{
	width: 100%;
	margin: 0px;
}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0;
	padding: 0;
	font-family:"Helvetica Neue";
}
/*大图*/
.banner{
	width: 1200px;
	margin: 0 auto;
	height: 200px;
	border-radius:7px;
	overflow: hidden;
}
.banner .banner_img{
    height: 200px;
    background:url("../img/banner_hotzone.jpg") no-repeat center center;
}

/*网页中间*/
.page-middle{
	width:100%;
	margin-bottom:20px ;
	position: relative;
}

/*面包屑*/
.bread {
	border-bottom: 1px solid #dedede;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 18px;
}

.bread .center{
	width: 1200px;
	margin: 0 auto;
	height: 36px;
	padding: 8px 0;
	font-size: 14px;
	padding-left: 24px;
	background:url("../img/icon.png") no-repeat left center;
}

.content-ds{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	position: relative;
}
.content-ds .content_left{
	height:550px;
}
.content-ds .content_right{
	margin-top: 30px;
	overflow-y: auto;
}
/*省介绍上*/
.content-ds .content_right .data_top {
	/*width: 500px;*/
}
.content-ds .content_right .data_top .data_top_title{
	background:url("../img/title_back.png") no-repeat left center;
	height: 30px;
}
.content-ds .content_right .data_top .data_top_title span{
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 18px;
	width: 96px;
	float: left;
	text-align: center;
}
.content-ds .content_right .data_top .data_top_word{
	text-indent: 2em;
	font-size: 14px;
	line-height: 25px;
	padding-top:30px ;
}
/*省介绍下*/
.content-ds .content_right .data_bottom {
	/*width: 500px;*/
	margin-top: 30px;
}
.content-ds .content_right .data_bottom .data_bottom_title{
	background:url("../img/title_back.png") no-repeat left center;
	height: 30px;
}
.content-ds .content_right .data_bottom .data_bottom_title span{
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 18px;
	width: 96px;
	float: left;
	text-align: center;
}
.content-ds .content_right .data_bottom .data_bottom_word{
	text-indent: 2em;
	font-size: 14px;
	line-height: 25px;
	padding-top:30px ;
}

/*阴影部分*/
.page-bottom{
	background-color: #f6f7fb;
	width: 100%;
}
/*题目*/
.shadow_top {
	border-bottom: 1px solid #dedede;
}
.shadow_top .shadow_title{
	text-align: center;
	padding-top:40px;
	margin-bottom: 20px;
}
/*文字介绍*/
.shadow_bottom{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.shadow_bottom .shadow_bottom_word{
	text-indent: 2em;
	font-size: 14px;
	line-height: 25px;
	padding-top:40px ;
	padding-bottom: 30px;
}
/*图片展示*/
.shadow_picture{
	width: 1200px;
	height: 540px;
	text-align: center;
	margin-bottom: 40px;
}
.shadow_picture img{
	margin: 0 auto;
}

.returnTop{
	float: right;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #888888;
	padding: 4px 16px;

	position: absolute;
	left: 0px;
	top: 140px;
	z-index: 9999;
}

.returnTop:hover{
	color: #666;
}

/*弹出框样式*/
.window_flow{
	width: 120px;
	border: 1px solid #DDDDDD;
	border-radius:5px;
	padding-bottom: 6px;
	background-color: #fff;
}
.window_flow .window_flow_word{
	height: 20px;
	line-height:20px ;
	text-align: center;
	font-size: 12px;
	/* background:url("../img/flow_back.png") no-repeat center center; */
	margin-bottom: 12px;
	position: relative;
	margin: 6px 0;
	font-weight: 600;
	color: #333333;
}
.window_flow .window_flow_word img.tipc{
	position: absolute;
	left: 60px;
	top: -72px;
	width: 79px;
}
.window_flow .window_flow_fruit{
	border-radius:5px;
	border: 1px solid #DDDDDD;
	height: 28px;
	line-height:28px;
	width: 100px;
	font-size: 12px;
	padding-left: 10px;
	margin: 0 auto;
	margin-bottom: 4px;
	cursor: pointer;
	position: relative;
}
.window_flow .window_flow_fruit span{
	padding-left: 10px;
}
.window_flow .window_flow_fruit:hover{
	border: 1px solid #079158;
}

.window_flow .window_flow_fruit .link{
	position: absolute;
	right: 15px;
	top: 10px;

	width:8px;
	height:8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color:#5cbc1e;
}
.window_flow .window_flow_fruit_nolink{
	border-radius:5px;
	border: 1px solid #DDDDDD;
	height: 28px;
	line-height:28px;
	width: 100px;
	font-size: 14px;
	padding-left: 10px;
	margin: 0 auto;
	margin-bottom: 4px;
	cursor: auto;
}
.window_flow .window_flow_fruit_nolink span{
	padding-left: 10px;
}
/*弹出框样式*/
