﻿@charset "utf-8"; /* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

body {
    font: 12px/1.5 Microsoft YaHei,SimSun, Arial, Helvetica, sans-serif;
    color: #333;
    background: #FFF;
min-width: 1240px;}

img {
    border: 0px;
}

ul,ol {
    list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    padding: 0;
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,select,textarea {
    vertical-align: middle;
    outline: none;
    resize: none;
    font-family: Microsoft YaHei;
}

a {
    color: #333;
    text-decoration: none;
}



.clearfix {
    zoom:1; overflow: hidden;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.leftF {
    float: left;
}

.rightF {
    float: right;
}

.icons {
    font-size: 0px;
    text-indent: -9999999px;
    overflow: hidden;
    display: block;
}

.wrap1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

