﻿@charset "utf-8";

.clear {
    overflow: hidden;
    _height: 1px;
    _overflow: visible;
}

.clean {
    font-size: 0px;
    line-height: 0px;
    clear: both;
}

.none {
    display: none;
}

:focus {
    outline: 0;
}

a {
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover, img {
    border: none;
}

::selection {
    color: #fff;
    background: #0358b0;
}

::-moz-selection {
    color: #fff;
    background: #0358b0;
}

::-webkit-selection {
    color: #fff;
    background: #0358b0;
}

body, button, input, select, textarea {
    font: 12px Verdana, Geneva, sans-serif;
}

body {
    text-transform: uppercase;
    font-family: "微软雅黑";
    background: #fff;
}

textarea {
    resize: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

i {
    font-style: normal;
}

p {
   
    text-justify: inter-ideograph;
}

ul, ol, dl {
    list-style-type: none;
}

.fl, .fr, .lifl li, .lifl dd {
    float: left;
    display: inline;
    list-style: none;
}

.fr {
    float: right;
}

.fmyh, h2.t, ul.mf input.t, ul.mf li, input, textarea {
    font-family: Microsoft YaHei, LiHei Pro;
}

.ttuc {
    text-transform: uppercase;
}

.szm {
    text-transform: capitalize;
}

.mod {
    position: relative;
    z-index: 9999;
}

.scroll, .scroll2 {
    position: relative;
    overflow: hidden;
}

.scroll ul {
    position: absolute;
    width: 20000em;
}

.scroll2 ul {
    position: absolute;
    height: 200em;
}

.scroll ul li {
    float: left;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

html {
    overflow-x: hidden;
}

