/**
 * @fileoverview  reset && common
 * @author XuJiaNa
 * @version v1
 * @build 2013-04-22
 */
@charset "gbk";

html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, s,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video  {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
}
article,aside,details,summary,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
ul,li{ list-style: none;}

/*清除浮动*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

/*css3 style*/
.has-trans{/*给元素加上过度动画效果 在改变width,height,left,top,opacity等属性时触发*/
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10 */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
}

.floatleft{ float: left}
.floatright{ float:right}
.red{ color:#CC0000}
.gray{ color: #999999}
.dark{ color: #333333}
.hidden{display: none;}

.is_hot_ico {
background: url("/images/tophot.gif") repeat scroll 0 0 transparent;
height: 8px;
margin: -37px 0 0 50px;
position: absolute;
width: 34px;
z-index: 9999;
}
.is_jz_rexiao_ico {
background: url("/images/jz_rexiao.gif") repeat scroll 0 0 transparent;
height: 19px;
margin: -37px 0 0 70px;
position: absolute;
width: 29px;
}
