﻿@charset "utf-8";
/* CSS Document */

/*

-moz-
-ms-
-o-

*/

/*断点换行*/
*{
    word-wrap:break-word
}
/*横屏字体*/
html{
    font-family: sans-serif;
    -webkit-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -o-text-size-adjust:100%;
    text-size-adjust:100%;
}

html{
    width: 100%;height: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-style:normal;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

audio,canvas,video{
    display:inline-block;
    *display:inline;
    *zoom:1;
}

audio:not([controls]){
    display:none;
}

body {
    display: block;
    /*line-height: 1;*/
    color: #4a4a4a;
    font-size: 100%;
    font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
    height: 100%;
    width: 100%;
    background: #fff;
    /*字清晰*/
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

ol,ul,dl {
    list-style: none;
}

a,area {
    text-decoration:none;
    display: inline-block;
    color: #333333;
    outline:none;
}

a:hover{
    text-decoration: none;
    outline: none;
}
a.ie6:hover{
    zoom:1;
}

a:hover,a:active{
    outline:none
}:focus{
    outline:none
}

sub,sup{
    vertical-align:baseline;
}

input,button {
    outline:none;
    border:none;
    overflow: visible;
    vertical-align:middle;
    outline:none
}

button,input[type="button"], input[type="submit"] {
    line-height:normal !important;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

a:focus,input:focus,textarea:focus,input:hover,textarea:hover{
    outline:none;
    border: none;
    /*border:1px solid #00602c!important;
    background: #fff!important;*/
}

img {
    display:block;
    border:0;
}

a img,img{
    -ms-interpolation-mode:bicubic
}

svg{
    /*width: 100%;*/
    height: 100%;
    float: left;
}

svg:not(:root) {overflow: hidden;}



blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,*:before,*:after {
    -webkit-box-sizing: inherit;
    -ms-box-sizing: inherit;
    -o-box-sizing: inherit;
    box-sizing: inherit;
}

*:before,*:after {
    display: block;
}

.center {
    text-align: center;
}

.clearfix:after {
    content: "\200b";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

/* -IE6- */

.clearfix {
    *zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.absolute{
    position: absolute;
}

.relative{
    position: relative;
}
.fixed{
    position: fixed;
    z-index: 1;
}
/*IE下a:hover 背景闪烁*/
*html{
    overflow:-moz-scrollbars-vertical;
    zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this));
}
