﻿@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {margin:0;padding:0;}
fieldset, img {border:none;}
/* remember to define focus styles! */
:focus {outline:0;}
address, caption, cite, code, dfn,
em, th, var, optgroup {font-style:normal;font-weight:normal !important;}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-size: inherit; font-weight:normal;}
abbr, acronym {border:none;font-variant:normal;}
img{  vertical-align: 0;}
input, button, textarea,
select, optgroup, option {color: #646464;}
code, kbd, samp, tt {font-size: 100%;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {outline:none;font-family:\5B8B\4F53,\9ED1\4F53;}
 ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;    width: 100% !important;
/*表格自动换行*/
table-layout:fixed;word-wrap:break-word;}
caption, th{text-align:center;}
/*caption, th {text-align: left;}*/

/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {text-decoration: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
a{transition: .4s;-webkit-transition: .4s;}
/*------------浮动-----------------*/
.clear{ clear:both; height:0; font-size:0; overflow:hidden; line-height:0;}
.clear10{ clear:both; height:10px; overflow:hidden;}
.clear15{ clear:both; height:15px; overflow:hidden;}
.clear20{ clear:both; height:20px; overflow:hidden;}
.clear30{ clear:both; height:30px; overflow:hidden;}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; } 
.fl{float:left;}
.fr{float:right;}
.mt20{margin-top:20px;}
*{box-sizing: content-box;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;}
.textover{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
a{color: #a0a0a0;}
a:hover{ color: #ff9900;}
body{ font-family:arial,\5B8B\4F53, \9ED1\4F53; color: #646464; min-width: 1160px;font-size:12px;position: relative;} /*黑体/宋体*/
/*:first-child  filter:alpha(opacity=50);*/