@charset "utf-8";
/* CSS Document */
* {
	margin: 0 auto;
	padding: 0;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
    -webkit-overflow-scrolling : touch;
	-m-overflow-scrolling : touch;
	overflow-scrolling : touch;
	width: 100%;
    height: 100%;
    overflow-x: hidden; 
    overflow-y: auto;
}
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0 auto;
    padding: 0;
	overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
	font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    color: #050000;
}
img {
    width: 100%;
    height: auto;
    display: block;
    -ms-interpolation-mode: bicubic;
	-webkit-interpolation-mode: bicubic;
	interpolation-mode: bicubic;
	border: none;
}
ul,li,ol{
    list-style-type: none;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
    color: #050000;
    font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif;
	font-weight: normal;
	color: #050000;
}
input{
    font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif;
	color: #050000;
}
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
}
a:link,a:active,a:visited,a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
	-ms-tap-highlight-color: rgba(0,0,0,0);
    -ms-tap-highlight-color: transparent;
	tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: transparent;
}
.left{
	float: left;
}

.right{
	float: right;
}

