﻿@charset "gb2312";

* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    position: relative;

}

i {
    font-style: normal;
}
img {
    border: none;
}


input {
    outline: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
}

.float-l {
    float: left !important;
}
.fl{
	float:left;
}
.float-r {
    float: right !important;
}
.rt{
	float:left;
}
.display-c {
    display: block;
}

.margin-auto {
    margin: 0 auto;
}

.font-w {
    font-weight: bold;
}

.text-c {
    text-align: center;
}

.ovh {
    overflow: hidden;
}

.show {
    display: block !important;
}

.color-w {
    color: #fff !important;
}

.color-b {
    color: #000 !important;
}

.color-r {
    background-color: #dc5c5c;
}

.color-g {
    background-color: #4ca441;
}

.color-bu {
    background-color: #4185cf;
}

.color-o {
    background-color: #e78441;
}

.img-w {
    width: 100%;
    height: 100%;
}

.margin-r0 {
    margin-right: 0 !important;
}

.margin-t30 {
    margin-top: 30px;
}

.margin-t25 {
    margin-top: 25px;
}
.list-wz {
    width: 100%;
    font-size: 15px;
    color: #666666;
    margin:10px 10px;
}
.list-wz a{
    font-size: 15px;
    color: #666666;
}

