@charset "utf-8";
/* CSS Document */
body {
	/*font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", Tahoma, Helvetica, Arial, '宋体', sans-serif;
	color: #666;
	background: #eee;*/
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input,img, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;	
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	color: #444;
	text-align: center;
}
fieldset, img {
	border: 0 none;
}
input, select {
	padding-top: 0;
	padding-bottom: 0;
	outline: 0 none;
	vertical-align: middle;
}
img {
	vertical-align: middle;
	border: 0 none;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style-type: none;
}

a {
	color:#666;
	text-decoration:none;
	cursor: pointer;
}


.fl {
	float: left;
}
.fr {
	float: right;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff') format('woff'), /* chrome、firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
/*.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}*/
/*滚动条样式*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #000;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

::-webkit-scrollbar-corner {
    background-color: #535353;
}

::-webkit-scrollbar-resizer {
    background-color: #FF6E00;
}

body ::-webkit-scrollbar {
    width: 6px;
}

body ::-webkit-scrollbar-thumb {
    background-color: #ddd;
}


.banner a {
	width: 33px;
	height: 160px;
	background: url(../images/back-home.png) no-repeat;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: 450px;
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.banner a:hover {
	top: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}