﻿/*iscroll*/

.banner {
	width:100%;
	margin:0 auto;
	padding:0;
	background-color:#151515;
}
#wrapper {
	margin:0;
	width:100%;
	height:auto;
	float:left;
	position:relative;	/* On older OS versions "position" and "z-index" must be defined, */
	z-index:1;			/* it seems that recent webkit is less picky and works anyway. */
	overflow:hidden;
	
}

#scroller {
	height:auto;
	float:left;
	padding:0;
}

#scroller ul {
	list-style:none;
	display:block;
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	text-align:left;
}

#scroller li {
	
	display:block; float:left;
	width:auto; height:auto;
	text-align:center;
	font-size:0px;
	padding:0;
	position:relative;
}
#scroller li a{
	
	display:block;
	padding:0;
	margin:0;
}
#scroller li p{
	position:absolute;
	z-index:2;
	display:block;
	width:100%;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.5);
	color:#F4F4F4;
	font-size:14px;
	text-indent: 55px;
	line-height:24px;
	text-align: left;
    text-indent: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding:0;
	margin:0;
}
#nav {
	float: right;
    margin-top: -15px;
    padding: 0;
    position: relative;
    width: auto;
    z-index: 3;
}

#prev, #next {
	float:left;
	font-weight:bold;
	font-size:14px;
	padding:5px 0;
	width:80px;
	display: none;
}

#next {
	float:right;
	text-align:right;
}

#indicator > li {
	display:block; float:left;
	list-style:none;
	padding:0; margin:0;
}

#indicator {
	display: block;
    margin: 0;
    padding: 0;
    width: auto;
}

#indicator > li {
	text-indent:-9999em;
	width:8px; height:8px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	background:#888;
	overflow:hidden;
	margin-right:4px;
}

#indicator > li.active {
	background:#DDDDDD;
}

#indicator > li:last-child {
	margin:0;
}










 
#afui #navbar #footer {
    display: inline-block;
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
}
#afui #navbar {
   FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#4b4b57,endColorStr=#3a3a44); /*IE 6 7 8*/ 

background: -ms-linear-gradient(top, #4b4b57,  #3a3a44);        /* IE 10 */

background:-moz-linear-gradient(top,#4b4b57,#3a3a44);/*火狐*/ 

background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#4b4b57), to(#3a3a44));/*谷歌*/ 

background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b4b57), to(#3a3a44));      /* Safari 4-5, Chrome 1-9*/

background: -webkit-linear-gradient(top, #4b4b57, #3a3a44);   /*Safari5.1 Chrome 10+*/

background: -o-linear-gradient(top, #4b4b57, #3a3a44);  /*Opera 11.10+*/
    border-top: 1px solid #737184;
    box-shadow: 1px -1px 0 #4b4b57;
    text-align: center;
}
#afui #navbar a.tel {
    background: rgba(0, 0, 0, 0) url("telbg.png") no-repeat scroll center top / 76% auto;
    margin-top: -5%;
    padding: 2% 0 12%;
}
#afui #navbar a.tel1 {
    background: rgba(0, 0, 0, 0) url("telbg1.png") no-repeat scroll center top / 76% auto;
    margin-top: -5%;
    padding: 2% 0 12%;
}
#afui #navbar a.mess {
    background: rgba(0, 0, 0, 0) url("mess.png") no-repeat scroll center 18% / 33% auto;

}
#afui #navbar a.message {
    background: rgba(0, 0, 0, 0) url("message.png") no-repeat scroll center 18% / 33% auto;
}
#afui #navbar a.map {
    background: rgba(0, 0, 0, 0) url("map.png") no-repeat scroll center 18% / 33% auto;
}
#afui #navbar a.share {
    background: rgba(0, 0, 0, 0) url("share.png") no-repeat scroll center 18% / 32% auto;
}
#afui #navbar a {
    color: #fff;
    float: left;
    font: 500 15px/90px "microsoft yahei";
    height: 60px;
    text-align: center;
    width: 20%;
}
@media all and (min-width: 640px) {
.all, footer {
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
}
}
@media all and (min-width: 480px) and (max-width: 639px) {

body, html, input {
    font-size: 15px;
}
#afui .message label {
    width: 16%;
}
}
@media all and (max-width: 479px) {

#afui #navbar a {
    font: 500 13px/70px "microsoft yahei";
    height: 45px;
}
body, html, input {
    font-size: 14px;
}
#afui #navbar a.tel {
    background-size: 90% auto;
    margin-top: -7%;
    padding: 2% 0 14%;
}
#afui .message label {
    width: 20%;
}
}
@media all and (max-width: 329px) {
#afui #navbar a {
    font: 500 13px/60px "microsoft yahei";
    height: 40px;
}
body, html, input {
    font-size: 13px;
}

#afui #navbar a.tel {
    background-size: 100% auto;
}
#afui #navbar a.tel {
    padding: 2% 0 17%;
}
#afui .message label {
    width: 24%;
}
}





#afui #navbar {

    bottom: 0;
    display: block;
    height: 51px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1000;
}
#afui #navbar .af-badge {
    margin-left: -16px;
    right: auto;
}
#afui #navbar .icon::before {
    font-size: 25px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 2px;
    width: 100%;
}
#afui footer, #afui header, #afui nav {
    display: none;
}
#afui #navbar footer, #afui #menu nav, #afui #header header {
    display: block;
}

#afui .hasMenu.on {
    transform: translate(200px, 0px);
}

@media handheld, only screen and (min-width: 1800px) {
#afui > #navbar.hasMenu, #afui > #header.hasMenu, #afui > #content.hasMenu {
    position: absolute;
    right: 200px;
    transition: transform 0ms ease 0s;
}
}
@media print {
body {
    overflow: visible;
}

#afui > #navbar {
    border: medium none;
    box-shadow: none;
}
#afui #navbar a.pressed {
    border-radius: 0;
}
#afui #navbar .icon.pressed::before {
    color: inherit;
}


#afui.win8 > #navbar {
    background: rgba(33, 32, 33, 0.9) none repeat scroll 0 0;
    border-top: medium none;
    height: 65px;
    padding: 0;
    text-align: center;
}
#afui.win8.light > #navbar {
    background: #f2f2f2 none repeat scroll 0 0;
    color: black;
}
#afui.win8 #navbar a {
    background: inherit;
    color: inherit;
    display: inline-block;
    font: 9px/85px Segoe WP,Segoe UI,Verdana,Helvetica,sans-serif;
    height: 56px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 rgba(0, 0, 0, 0);
    width: 56px !important;
}
#afui.win8.light #navbar a {
    text-shadow: 0 0 rgba(0, 0, 0, 0);
}
#afui.win8 #navbar .icon.pressed::before {
    background-color: #00aba9;
}
#afui.win8 #navbar .icon::before {
    border: 3px solid #fff;
    border-radius: 20px;
    font-size: 19px;
    left: 10px;
    padding: 5px;
    top: 0;
    width: auto;
}
#afui.win8.light #navbar .icon::before {
    border: 3px solid #000;
}
#afui.win8 #navbar a:not(:last-of-type) {
    border: medium none;
}

#afui.win8 .hasMenu, #afui.win8 .hasMenu.on {
    transform: translate3d(0px, 0px, 0px);
}

@media handheld, only screen and (min-width: 768px) {
#afui.win8 #navbar footer #metroMenu {
    display: none;
}
#afui.win8 #navbar {
    transform: translate(0px, 0px) !important;
}

}

#afui.bb #navbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
#afui.bb #navbar a {
    background: #1e1e1e none repeat scroll 0 0;
    border-top: 4px solid #000;
    height: 49px;
    top: 0;
}
#afui.bb #navbar a.pressed {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #3a3a3a none repeat scroll 0 0;
    border-color: #0aa9dc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 0;
    border-style: solid none none;
    border-width: 4px 0 0;
    color: white;
}
#afui.bb #navbar a:not(:last-of-type):not(.pressed) {
    border-right: 1px solid black;
}
#afui.bb #navbar .icon.pressed::before {
    color: white;
}
#afui.ios7 #navbar {
    background: rgb(249, 249, 249) none repeat scroll 0 0;
    border-top: 1px solid rgba(158, 158, 158, 1);
    box-shadow: none;
    color: black;
}
#afui.ios7 #navbar a {
    color: rgba(96, 96, 96, 1);
}
#afui.ios7 #navbar a.pressed {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
}
#afui.ios7 #navbar a.pressed, #navbar .icon.pressed::before {
    color: rgba(82, 155, 234, 1);
}
#afui.ios > #navbar {
    background-color: #000;
    background-image: linear-gradient(to bottom, #222 0%, #111 50%, #000 51%);
    border-top: 1px solid #000;
    box-shadow: 0 1px 0 #555 inset;
}
#afui.ios #navbar a.pressed {
    background: rgba(255, 255, 255, 0.13) none repeat scroll 0 0;
    border-radius: 6px;
}
#afui.ios #navbar .icon.pressed::before {
    color: #3a9de2;
}






