﻿@charset "utf-8";
/* ---------清空默认样式----------- */
html, body, div, a, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, blockquote, fieldset { margin:0px; padding:0px;font-family:"微软雅黑"; font-size: 14px; }
table, th, td, { font-family:"Microsoft YaHei"; font-size: 14px; }
img { border:0 none; vertical-align: top; }
ul, ol, li { list-style-type: none; }
body, input, select, button, textarea {  }
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; */border-collapse:collapse; border-spacing:0; }

fieldset { border:0 none; }
button { cursor: pointer; }
/*i, em, cite, address { font-style: normal; }*/
a, a:link { text-decoration:none; cursor: pointer; border:0;color:#666 }
a:visited {  }
a:hover, a:active { text-decoration: none;color:#666 }
a:focus { outline: none; }
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } a:focus{ -moz-outline-style: none; /* FF */ } 

a{  
  outline: none;  
}  
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

html,
body {
    height: 100%;
    min-width: 1200px;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Arial'
}

.wrap {
    width: 100%;
    overflow: hidden;
    color: #333399;
    min-height: 100%;
    background-color: #e2e2e2;
}

a {
    color: #333399;
}

a:hover {
    color: #333399;
}
.right{
    float: right;
}

