@charset "utf-8";
html,body,p,dl, dt,ul,li,dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin:0; 
	padding:0;
	font-family:"Microsoft Yahei","微软雅黑","宋体";
	} 
body{
	background-color:#fff;
	}
ul,li{
	list-style-type:none;
	}
a{
	list-style:none; 
	text-decoration:none;
	color:#000;
	font-size:16px;
	font-family:"Microsoft Yahei","微软雅黑","宋体";
	outline:medium none;
	}
a:hover{
	text-decoration:underline;
	color:#c6100f;
	}
img{
	border:0px;
	margin:0; 
	padding:0;
	}
.c{ 
	clear:both;
	}
.top_box{
	width:1000px;
	margin:0 auto;
	padding:0px;
	height:70px;
	}
.nav{
	width:100%;
	height:48px;
	background-color:#c6122d;
	line-height:48px;
	}
.nav ul{
	width:1000px;
	margin:0 auto;
	padding:0px;
	}
.nav ul li{
	float:left;
	display:inline;
	}
.nav ul li a{
	margin-right:40px;
	color:#fff;
	font-size:18px;
	}
.news_box_top{
	height:60px;
	line-height:60px;
	}
.content{
	width:1000px;
	margin:0 auto;
	padding:0px;
	}
/**/
.news_box{
	width:1000px;
	margin:0px auto;
	padding:0px;
	background-color:#fff;
	}
.news_name{
/*	float:left;*/
	display:inline;
	}
.search{
	float:right;
	display:inline;
	}
input[type=text],
input[type=password] {
  font-size: 13px;
  min-height: 30px;
  line-height:30px;
  margin: 0;
  outline: none;
  color: #333;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in 0;
  vertical-align: middle;
  padding-left:10px;
	}
.button{
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
  background-color: #c7122d;
  border: 1px solid #c7122d;
  vertical-align: middle;
  cursor: pointer;
	}
.button:hover{
   background-position: 0 -15px;
    }
.button:active {
  background-color: #c7122d;
  border-color: #b5b5b5;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.15);
	}
#search input[type=text] {
   font-size: 16px;
   width:230px;
      }
#search .button {
   padding: 6px;
   width: 60px;
      }
/**/


/*焦点图*/
.focus_body {
	font-family:"microsoft yahei";
	position: relative;
	width: 1000px;
	height: 594px;
	background: #FFF;
	border-bottom: 1px solid #e1e1e1;
	margin:20px auto;
}
.scroll {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 558px;
	overflow: hidden;
}
.arr_left {
	display:none;
	position: absolute;
	width: 70px;
	height: 70px;
	cursor: pointer;
	overflow: hidden;
	left: 0;
	top: 220px;
	z-index: 3;
	line-height: 400px;
	background: url(arrow-left.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='arrow-left.png');
	_background: none;
}
.arr_right {
	display:none;
	position: absolute;
	width: 70px;
	height: 70px;
	cursor: pointer;
	overflow: hidden;
	right: 0;
	top: 220px;
	z-index: 3;
	line-height: 400px;
	background: url(arrow-right.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='arrow-right.png');
	_background: none;
}
.scroll .box {
	float: left;
	width: 1000px;
	height: 558px;
	position: relative;
}
.scroll .box img {
	width: 1000px;
	height: 500px;
}
.scroll .box a:hover {
	text-decoration: none;
}
.scroll .box .scroll_detail {
	display:none;
}
.scroll .box .bg, .scroll .box .sum {
	display: block;
	height: 58px;
	position: absolute;
	bottom: 58px;
	left: 0;
	line-height: 26px;
}
.scroll .box .bg {
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 1000px;
}
.scroll .box .sum {
	font-size: 14px;
	padding-left: 14px;
	color: #333;
	width: 925px;
}
.scroll .box .btn {
	display: block;
	width: 45px;
	height: 22px;
	position: absolute;
	right: 0;
	bottom:58px;
	cursor: pointer;
	background: url(arrow-top.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='arrow-top.png');
	_background: none;
}
.scroll .box .btn:hover {
	background: url(arrow-top-active.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='arrow-top-active.png');
	_background: none;
}
.scroll .box .btn.fold {
	width: 45px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 50px;
	background: url(arrow-bottom.png) no-repeat;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='arrow-bottom.png');
	_background: none;
}
.scroll .box .btn.fold:hover {
	background: url(arrow-bottom-hover.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='arrow-bottom-hover.png');
	_background: none;
}
.scroll .box .title {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 58px;
	line-height: 58px;
	font-size: 22px;
	color: #000;
	width: 800px;
	padding-left: 14px;
}
.scroll_cont {
	width: 1000px;
	height: 558px;
	overflow: hidden;
	position: relative;
}
.numList {
	position: absolute;
	right: 425px;
	bottom: 4px;
	height: 35px;
}
.numList span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	cursor: pointer;
	background: url(btn-normal.gif) no-repeat;
	margin-top: 14px;
}
.numList span.selected {
	background: url(btn-active.gif) no-repeat;
}
.bd_bg {
	position: absolute;
	top: 500px;
	left: 0;
	height: 58px;
	width: 998px;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #f8f8f8;
	background: #fff;
}
.bd_bg2 {
	position: absolute;
	top: 559px;
	left: 0;
	height: 35px;
	width: 998px;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background: #fcfcfc;
}
/*焦点图*/
/**/
.button2 {
/*  margin: .4em;
  padding: 1em;*/
  cursor: pointer;
/*  background: #e1e1e1;*/
  text-decoration: none;
  /*  color: #666666;*/
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 2D TRANSITIONS */
/* Grow */
.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/**/
.hd_box{
	width:1100px;
	height:112px;
	overflow:hidden;
	margin:20px 0px;
/*	background-color:#666;*/
	}
.hd_box_n{
	float:left;
	display:inline;
	width:320px;
	margin-right:16px;
	}	
.hd_box_n p{
	float:left;
	display:inline;
	width:150px;
	height:112px;
	margin-left:16px;
	line-height:24px;
	font-size:12px;
	color:#989898;
	}
.hd_box_n p a{
	font-size:14px;
	}
.i_b{
	float:left;
	display:inline;
	width:150px;
	height:112px;
	overflow:hidden;
	}
/*城市志*/
.csz_box{
	margin:10px 0px;
	}
.csz_box_cont{
	width:1100px;
	}
.csz_pic{
	width:320px;
	height:240px;
	overflow:hidden;
	}
.csz_box_cont ul li{
	float:left;
	display:inline;
	margin-right:20px;
	margin-top:16px;
	}
.csz_box_cont ul li p{
	line-height:50px;
	font-size:16px;
	}
/*城市志*/
/*魅影控*/
.myk{
	width:1000px;
	margin:0 auto;
	padding:0px;
	height:65px;
	border-bottom:2px solid #000;
	}
.myk_back{
	background:url(myk.png) no-repeat center scroll;
	width:100%;
	height:525px;
	margin:0 auto;
	padding:0px;
	}
.myk_cont{
	width:1000px;
	margin:0 auto;
	padding:0px;
	}
.myk_cont ul{
	width:1100px;
	margin-top:20px;
	}
.myk_cont ul li{
	float:left;
	display: inline;
	margin-right:17px;
	}
.myk_cont ul li p{
	line-height:50px;
	font-size:16px;
	}
.myk_cont_pic{
	width:322px;
	height:436px;
	overflow:hidden;
	}
/*魅影控*/
/*趣料拍*/
.qlp{
	width:1000px;
	margin:0 auto;
	padding:0px;
    height:756px;
	margin-bottom:36px;
	}
.qlp ul{
	width:1050px;
	margin:20px 0px;
	}
.qlp ul li{
	float:left;
	display:inline;
	width:245px;
	height:184px;
	margin-right:6px;
	overflow: hidden;
	position:relative;
	margin-top:6px;
	}
.qlp ul li a img{
	width:245px;
	height:184px;
	z-index:-99;
	}
.qlp ul li p{
	background:url(png24bg2.png) repeat-x center;
	width:245px;
	height:56px;
	z-index:9;
	position:absolute;
	bottom:0px;
	}
.qlp ul li span {
	position:absolute;
	bottom:16px;
	z-index:99;
	text-align:center;
	width:245px;
	overflow:hidden;
	display:block;
	}
.qlp ul li span a{
	font-size:14px;
	color:#fff;
	}
/*趣料拍*/
/*摄影绘*/
.syh_box{
	width:1000px;
	margin:0 auto;
	padding:0px;
	}
.syh_big_pic{
	float:left;
	display:inline;
	width:393px;
	height:293px;
	overflow:hidden;
	position:relative;
	}
.syh_big_pic a img{
	width:393px;
	height:293px;
	z-index:-99;
	}
.syh_big_pic p{
	background:url(png24bg2.png) repeat-x center;
	width:393px;
	height:56px;
	z-index:9;
	position:absolute;
	bottom:0px;
	}
.syh_big_pic span {
	position:absolute;
	bottom:16px;
	z-index:99;
	text-align:center;
	width:393px;
	overflow:hidden;
	display:block;
	}
.syh_big_pic span a{
	font-size:14px;
	color:#fff;
	}
.syh_sm_pic{
	float:left;
	display:inline;
	margin-left:10px;
	position:relative;
    width:600px;
	}
.syh_sm_pic li a img{
	width:179px;
	height:135px;
	z-index:-99;
	}
.syh_sm_pic li{
	overflow:hidden;
	width:179px;
	height:135px;
	float:left;
	display:block;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:22px;
	position:relative;
	}
.syh_sm_pic p{
	background:url(png24bg2.png) repeat-x center;
	width:179px;
	height:56px;
	z-index:9;
	position:absolute;
	bottom:0px;
	}
.syh_sm_pic span {
	position:absolute;
	bottom:16px;
	z-index:99;
	text-align:center;
	width:179px;
	overflow:hidden;
	display:block;
	}
.syh_sm_pic span a{
	font-size:14px;
	color:#fff;
	}
/*摄影绘*/
.news_name h1{
	display:inline;
	}
.name_n{
	z-index:-9999;
	color:#fff;
	font-size:12px;
	position:absolute;
	}	
	