/* CSS Document */
html {
   overflow-y:scroll;
   width:100%;
   height:100%;
}

body,div,td {
   line-height:1.4em;
}
body{
   margin:0;
   padding:0;
   min-width:1200px;
}
.detail{
   width:1300px;
   display:block;
   min-height:1040px;
   
}
.global{
   width:100%;
   display:block;
  position: relative;
}
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p,th,td,dl,dt,dd {
   margin:0 auto;
   padding:0;
   font-weight:normal;
   font-family:"Microsoft Yahei",arial;
   text-align:left;
}

table {
   border-collapse:collapse;
   border-spacing:0;
}
img {
   border:0 none;
   margin:0;
   padding:0;
}
address,caption,cite,code,dfn,em,th,var {
   font-style:normal;
   font-weight:normal;
}
ul li,ol li {
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
}
h1,h2,h3,h4,h5,h6 {
   vertical-align:baseline;
   zoom:1;
}
input,textarea,select,button {
   font-weight:inherit;
   font-family:inherit;
   font-size:inherit;
}
button {
   border:none;
   padding:0;
}
button::-moz-focus-inner {
   border:none;
}
input[type=radio],input[type=checkbox] {
   vertical-align:middle;
}
input {
   outline:0 none;
}
input.checkbox {
   vertical-align:middle;
}
* html input {
   vertical-align:baseline;
}
textarea {
   overflow:auto;
}
fieldset {
   border:0 none
}
a:focus {
   outline-style:none;
   outline-width:0;
   cursor:pointer;
}
a {
   text-decoration:none;
   cursor:pointer;
}
a:hover {
   text-decoration:none;
   cursor:pointer;
}
ul:after {
   clear:both;
   content:".";
   display:block;
   height:0;
   visibility:hidden;
}
.clear{
   clear:both;
}
.overhid{
   overflow:hidden;
}
.f-left{
   float:left;
}

.f-right{
   float:left;
   margin-left:20px;
}









