﻿@charset "utf-8";

/* ---------清空默认样式----------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    font-family: Arial,"微软雅黑";
    min-width: 1240px;
    position: relative;
}
img {
    border: 0 none;
    vertical-align: top;
    max-width: 100%;
}
ul,ol,li {
    list-style-type: none;
     
}
ol {
   margin-left: 30px;
}
h1,h2,h3,h4,p,span,label,del,a,strong,em,li,dt,dd {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
table,tr,th,td {
    /* border: 0 none; */
    /*padding: 4px;*/
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset {
    border: 0 none;
}
button {
    cursor: pointer;
}
i,em,cite,address {
    font-style: normal;
}
a,a:link {
    color: #111;
    text-decoration: none;
    cursor: pointer;
    border: 0;
}
a:visited {}
a:hover,
a:active {
    text-decoration: none;
}
a:focus,input,textarea {
    outline: none;
}
a {
    blr: expression(this.onFocus=this.blur());
    /* IE Opera */
    outline: none;
    /* FF Opera */
}
a:focus {
    -moz-outline-style: none;
    /* FF */
}
.clearfix {
    /* overflow: hidden; */
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

