﻿/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section ,header{
	display: block;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html{}
body {
	font: .81em/150% Arial, Helvetica, sans-serif;
	font-family:"微软雅黑";
	color: #666;
	font-size: 1em;/*12px;*/
	background:url(bg_4g.jpg) center bottom no-repeat;
	height:100%;
	font-size:14px;
	/*
	-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
 user-select: none;
	*/
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
}
p {
	margin: 0;
	padding: 0;
}
/* list */
ul, ol {
	padding: 0;
	margin: 0;
	line-height: 140%;
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
	list-style: none
}
/* headings */
h1, h2, h3, h4, h5, h6 {
}
/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 display: none;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	margin: 0 auto;
}
/************************************************************************************
HEADER
*************************************************************************************/
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.Fl {
	float: left;
}
.Fr {
	float: right;
}
.Clear {
	zoom: 1;
}
.Clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.Rel {
	position: relative;
}
.Abs {
	position: absolute;
}
.Fix {
	position: fixed;
}
.bob {
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.Pt0 {
	padding-top: 0 !important;
}
.Pr0 {
	padding-right: 0 !important;
}
.Pb0 {
	padding-top: 0 !important;
}
.Pl0 {
	padding-left: 0 !important;
}
.Mt0 {
	margin-top: 0 !important;
}
.Mr0 {
	margin-right: 0 !important;
}
.Mb0 {
	margin-top: 0 !important;
}
.Ml0 {
	margin-left: 0 !important;
}
.Bt {
	border-top: none !important;
}
.Br {
	border-right: none !important;
}
.Bb {
	border-bottom: none !important;
}
.Bl {
	border-left: none !important;
}
.Br5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.Br8 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}