@charset "utf-8";
/* CSS Document */

/*news_dec*/
.main_m{ width:1200px;
		 height:auto;
		 overflow:hidden;
		 background:#FFF;
		 margin:0 auto;}
	   
.news_t{ width:700px;
		 height:auto;
		 margin:0 auto;
		 overflow:hidden;
		 border-bottom:#ccc 1px solid;}	   
.news_t h2{ font-size:24px;
			font-weight:normal;
			text-align:center;
			margin-top:34px;}	   
.news_t span{ display:block;
			  text-align:center;
			  line-height:56px;
			  margin-bottom:10px;
			  color:#999;}	
			     
.new_m{ width:700px;
		height:auto;
		margin:10px auto;
		color:#666;
		padding-bottom:25px;}			  
.new_m img{ width:100%; margin:24px auto;}			  
.new_m p{ line-height:24px;}

.new_m p a{ color:#666;}
.new_m p a:hover{ text-decoration:underline;}

.page_b{
	width:700px;
	margin:0 auto 50px;
}
.page_b a{
	display: block;
	margin-bottom: 10px;
}
.page_b a:hover{
	color: #f5c736;
}



/*shop_dec*/
.main_t{
	width: 1198px;
	height: 400px;
	background: #fff;
	position: relative;
}

/*轮播图*/
.main_t_pic{
	width: 600px;
	height: 400px;
	float: left;
	margin-right: 90px;
	overflow:hidden; 
	position:relative
}
.main_t_pic ul li a img{
	width: 600px;
}
.main_t_pic ul li{ 
	position:absolute; 		   
	top:0; 
	left:0; 
}
.prev{ 
	opacity:0.6;
	position:absolute; 
	width:57px; 
	height:57px; background:url(../images/index/banner_btn_l.png); top:50%; 
	margin-top:-33px; 
	left:20px
}
.next{ 
	opacity:0.6; 
	position:absolute; 
	width:57px; 
	height:57px; background:url(../images/index/banner_btn_r.png); top:50%;
	margin-top:-33px; 
	right:20px
}
.main_t_pic_btn{ 
	width:92px;
	height:16px; 
	position:absolute; 
	bottom:28px; 
	left:50%; 
	margin-left:-46px
}
.main_t_pic_btn span{ 
	display:block;
	width:12px; 
	height:12px; 
	background:none; 
	margin-right:30px; 
	float:left; 
	cursor:pointer;
	opacity:0.7;
	border-radius:50%;
	border:#ccc 2px solid
}
.main_t_pic_btn span:hover,.main_t_pic_btn span.on{ 
	background:#ccc
}

.main_t_r h3{
	padding-top: 105px;
	font-size: 24px;
	margin-bottom: 50px;
}
.main_t_r span{
	width: 510px;
	height: 1px;
	display: block;
	background: #d3d3d3;
	position: absolute;
	top:160px;
	right: 0;
}
.main_t_r p{
	margin-bottom: 25px;
}

.map{
	width: 1200px;
	height: 460px;
	margin: 50px 0;
}





















