/*----------手机案例---------*/
.app_main {
	width: 100%;
	clear: both;
	margin-top: 40px;
	margin-bottom: 20px;
}
.index_appbg {
	padding: 20px 0px;
	padding-bottom: 100px;
	background-image: url(./bg.jpg);
	background-repeat: repeat;
	background-position: center 0px;
}
#index_app {
	clear: both;
	width: 100%;
	margin: 0px auto;
	padding: 0px 30px;
}
#index_app ul {
	padding: 0px;
	margin: 0px;
}
#index_app li {
	float: left;
}
#index_app li a {
	display: block;
	width: 100%;
	position: relative;
}
#index_app li img {
	width: 100%;
	background-color: #FFF;
	border-radius: 10px;
	padding: 20px;
}
/***app_pic图片遮罩***/
.app_pic {
}
.app_pic b {
	width: 150px;
	height: 300px;
	display: inline-block;
	background: url(./weixin-gz3gonet.png) no-repeat;
	position: absolute;
	left: 33.33333%;
	top: 33.33333%;
	margin: -150px 0 0 -17px; /**图片从上面滑动下来margin: -117px 0 0 -17px;***/
	vertical-align: middle;
	z-index: 3;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
}
.app_pic i {
	border-radius: 10px;
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background: #000;
	opacity: 0.4;
	left: 0;
	top: 0;
	-o-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
}
.app_pic:hover i {
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 0.25s ease-in 0s;
	-moz-transition: 0.25s ease-in 0s;
}
.app_pic:hover b {
	position: absolute;
	margin: -17px 0 0 -17px;
	z-index: 3;
	-webkit-transition: margin 0.25s ease-in 0s;
	-moz-transition: margin 0.25s ease-in 0s;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/***底部模板图滚动***/
	
/*app_bottom背景+透明度*/                           
.app_bottom{
	padding: 20px 0px;
	padding-top: 40px;
	padding-bottom: 100px;
	background-image: url(./bg6.jpg);
	background-repeat: repeat;
	background-position: center 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	position: relative;
	z-index: 1;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DAEBF5;
}
.app_bottom:after{
    position: absolute;
    background: rgba(19,105, 192, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
	z-index: -1;
}
/*app_bottom背景+透明度End*/  

.appweb_txt{font-size: 24px; width:100%; clear:both; text-align:center; padding:0px 30px; line-height:44px;
line-height: 32px;
font-weight: bold;
color:#666;}
.appweb_txt font{
color:#FF6600;}
