@charset "utf-8";


#banner{
	width: 100%;
	min-width: 1000px;
	height: 100%;
	min-height: 200px;
	max-height: 200px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	top: 80px;
}
#banner .mask{
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	z-index: 1;
	filter:alpha(opacity=80); 
	opacity:0.8;
}
#banner .con{
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
	bottom: 0px;
}
#banner .con img{
	display: block;
	margin: 0 auto;
	width: 56%;
	min-width: 780px;
}
#banner .text{
	position: absolute;
	z-index: 3;
	width: 900px;
	left: 50%;
	top: 8%;
	margin-left: -450px;
	color: #fff;
	text-align: center;
}
#banner .text h1{
	font-size: 35px;
	line-height: 50px;
	font-style: normal;
	letter-spacing: 3px;
	margin-bottom: 10px;
	-webkit-text-shadow:0 1px 3px rgba(0,0,0,0.3);  
	-moz-text-shadow:0 1px 3px rgba(0,0,0,0.3);  
	text-shadow:0 1px 3px rgba(0,0,0,0.3); 

}
#banner .text p{
	line-height: 22px;
	height: 52px;
	-webkit-text-shadow:0 1px 2px rgba(0,0,0,0.3);  
	-moz-text-shadow:0 1px 2px rgba(0,0,0,0.3);  
	text-shadow:0 1px 2px rgba(0,0,0,0.3); 
}
#banner a.link{
	display: block;
	z-index: 2;
	width: 120px;
	margin: auto;
	height: 40px;
	position: relative;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#banner a.link .icon-link{
	position: absolute;
	overflow: hidden;
	display: block;
	z-index: 2;
	width: 120px;
	left: 50%;
	top: 5px;
	margin-left: -60px;
	color: #fff;
	text-align: center;
	border:2px solid rgba(255,255,255,0.8);
	border-radius: 36px;
	height: 36px;
	line-height: 34px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#banner a.link:hover .icon-link{
	border:2px solid #f22341;
	background: #f22341;
	width: 46px;
	height: 46px;
	left: 50%;
	top: 0px;
	margin-left: -20px;
	overflow: hidden;
}
#banner a.link .icon-link b{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 32px;
	height: 32px;
	top: 0px;
	left: 50%;
	margin-left: -17px;
	z-index: 1;
	background: url(../style/img/icon.png) no-repeat -208px -81px;
	filter:alpha(opacity=0); 
	opacity:0;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;	
}
#banner a.link:hover .icon-link b{
	width: 42px;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	background: url(../img/icon.png) no-repeat -208px -77px;
	filter:alpha(opacity=100); 
	opacity:1;
}
#banner a.link .icon-link i{
	font-style: normal;
}
#banner a.link:hover .icon-link i{
	filter:alpha(opacity=0); 
	opacity:0;
}
	#window_APP .content{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 400px;
	  height: 400px;
	  position: 0;
	  margin: -200px 0 0 -200px;
	  background: #fff;
	}
	#window_APP  .QR-code{
		overflow: hidden;
		text-align: center;
		padding-top: 30px;
	}
	#window_APP  .QR-code h4{
		text-align: center;
		font-size: 13px;
		color: #333;
		font-weight: 100;
	}


#detail{
	background: #444;
	min-height: 500px;
	position: relative;
	z-index: 1;
}
#detail .info{
	overflow: hidden;
	border-top:1px solid rgba(255,255,255,0.2);
	height: 80px;
}
#detail .info .text{
	float: left;
	color: #fff;
	padding: 26px 0 0 50px;
}
#detail .info .share{
	float: right;
	padding:22px 50px 0 0;
}
#detail .info .share .bshare-sinaminiblog, #detail .info .share .bshare-qqim, #detail .info .share .bshare-weixin{
	width: 32px;
	height: 32px;
	border-radius: 30px;
	padding: 0;
	background: url(../img/icon.png) no-repeat -14px -581px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#detail .info .share .bshare-qqim{
	background-position: -54px -581px;
}
#detail .info .share .bshare-weixin{
	background-position: -95px -581px;
}

#detail .con{
	text-align: center;
	padding: 50px;
}

#detail .con p img{
    text-align: center;
    width: 1000px;
}


@media screen and (max-width: 768px) {

	#banner{
		width: 100%;
		min-width: 100%;
		height: 100%;
		min-height: 100%;
		max-height: 100%;
		overflow: hidden;
		position: relative;
		z-index: 1;
		top: 80px;
	}
	#banner .mask{
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 150px;
		position: absolute;
		z-index: 1;
		filter:alpha(opacity=80); 
		opacity:0.8;
	}
	#banner .con{
		position: absolute;
		z-index: 2;
		width: 100%;
		text-align: center;
		bottom: 110px;
	}
	#banner .con img{
		display: block;
		margin: 0 auto;
		width: 98%;
		min-width: 98%;
	}
	#banner .text{
		position: absolute;
		z-index: 3;
		width: 100%;
		left: 0;
		top: 10%;
		margin-left: 0;
		color: #fff;
		text-align: center;
	}
	#banner .text h1{
		font-size: 25px;
		line-height: 30px;
		font-style: normal;
		letter-spacing: 3px;
		margin-top: 10px;
		margin-bottom: 10px;
		-webkit-text-shadow:0 1px 3px rgba(0,0,0,0.3);  
		-moz-text-shadow:0 1px 3px rgba(0,0,0,0.3);  
		text-shadow:0 1px 3px rgba(0,0,0,0.3); 

	}
	#banner .text p{
		padding: 0 20px;
		font-size: 12px;
	}
	#detail .info{
		margin-top: -60px;
		height: 60px;
	}
	#detail .info .text{
		float: left;
		color: #fff;
		padding: 16px 0 0 20px;
	}
	#detail .info .share{
		display: none;
	}
	#detail .con{
		text-align: center;
		padding: 10px;
	}
	#detail .con p img{
	    text-align: center;
	    width: 100%;
	}
/*手机版样式*/
}