html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,embed,figure,figcaption,footer,header,hgroup,menu,nav,
output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}
body{
	background:#fff;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#333;
	-webkit-text-size-adjust:none;
}
ol,ul{
	list-style:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
input,textarea{
	outline:0;
	resize:none;
}
a{color:#333;text-decoration:none;}
a:hover{color:#333;text-decoration:none;}
.f_left{float:left;}
.f_right{float:right;}	
.clear{clear: both;}


.viewport{
	max-width:640px;
	min-width:320px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	padding-bottom:70px;
}
.view_div{
	max-width:640px;
	min-width:320px;
	margin:0px auto;
	position:relative;
	top:0px;
	left:0px;
	background:#fff;
}
.orange_back{
	background:#ffd307;
	padding-bottom:50px;
}
.green_back{
	background:#71c089;
	padding-bottom:50px;
}
.gray_back{
	background:#f3f3f3;
	padding-bottom:50px;
}
.gray_back2{
	background:#f5f5f5;
	padding-bottom:100px;
}
/**/
.top_bar{
	height:50px;
	background:#4085c0;
	position:relative;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:50px;
}
.top_bar .return_fico{
	width:30px;
	height:25px;
	background:url(../images/return_ico1.png) no-repeat;
	background-size:contain;
	position:absolute;
	left:15px;
	top:12px;
	cursor:pointer;
	display:inline-block;
}
.top_bar .return_sico{
	width:30px;
	height:25px;
	background:url(../images/return_ico2.png) no-repeat;
	background-size:contain;
	position:absolute;
	left:15px;
	top:12px;
	cursor:pointer;
	display:inline-block;
}
.top_bar .nav{
	width:30px;
	height:25px;
	background:url(../images/nav_ico.png) no-repeat;
	background-size:contain;
	position:absolute;
	right:15px;
	top:12px;
	cursor:pointer;
	display:inline-block;
}
.top_bar .index_a{
	position:absolute;
	left:15px;
	top:0px;
	color:#fff;
}
/*尾部*/
.footer_back img{
	width:100%;
}

/**/
.nav_cont{
	width:150px;
	height:100%;
	background:#333;
	position:absolute;
	top:0px;
	right:-150px;
	overflow:auto;
}
.nav_cont ul{
	padding:10px 0;
}
.nav_cont li{
	padding:10px 15px;
	border-bottom:#fff dotted 1px;
}
.nav_cont li a{
	color:#fff;
}
/*轮播*/
.fcousDiv{
	background:#fff;
}
.slider{
	position:relative;
	overflow:hidden;
	display:none;
	margin:0 auto;
}
.slider  ul{
	position:absolute;
	left:0px;
}
.slider  ul li{
	display:inline;
	float:left;
}
.slider  ul li img{
	width:100%;
}
.slider .focus{
	width:100%;
	height:20px;
	position:absolute;
	bottom:8px;
	text-align:center;
}
.slider .focus span{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#efefef;
	font-size:0;
	margin:0 5px;
	display:inline-block;
    cursor: pointer;
}
.slider .focus span.current{
	background:#5cdbff
}

/*浮动块*/
.float_block{
	width:100%;
	min-width:320px;
	height:45px;
	background:#029fda;
	position:fixed;
	left:0px;
	bottom:0px;
	padding:15px 0;
	
}
.float_block a{
	width:50%;
	display:inline-block;
	float:left;
}
.float_block i{
	height:45px;
	background:#0690c4;
	display:block;
	margin:0 10px;
	line-height:45px;
	font-size:16px;
	color:#fff;
	font-style:normal;
	text-align:center;
	border-radius:5px;
}
.float_block img{
	width:30px;
	vertical-align:middle;
	margin-right:5px;
}