﻿* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
a {
	text-decoration: none;}

img {
	border: none;
	vertical-align: top;}
li {
	list-style: none;}
.fl, .left, .cent {
	float: left;}
.fr, .right {
	float: right;}
.float_list> *{
	float: left;}


.clearBox, .float_box, .float_list{
	zoom: 1;}
.clearBox:after, .float_box:after, .float_list:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;}
.clear {
	clear: both;}
input, form, textarea, select, option {
	outline: none;}
input[type="text"], input[type="password"] {
	text-indent: 5px;}
input[type='checkbox'] {
	vertical-align: top;}
.pointer, input[type='image'] {
	cursor: pointer;}
.ful_box {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;}
.disNone {
	display: none;}

/*all_set*/
html, body {
	position: relative;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;}

html{
	font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 10px;}

body{
	font-size: 1.4rem;
	overflow-x: hidden;}

a {
	color: #333;
	transition: .3s;}

.ful_row {
	position: relative;
	width: 100%;}

.big_box {
	width: 1200px;
	position: relative;
	margin: 0 auto;}
.overflowEll, .overflowEllUl li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;}
@media all and (max-width: 1200px) {
	html {
		font-size: 58%;}
}

@media all and (max-width: 768px) {
	html {
		font-size: 53.57%;}
}