﻿@charset "utf-8";
/*初始化样式*/
body {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    zoom: 1;
    /*设置字体*/
    font-size: 12px;
    font-family: Arial, "Microsoft YaHei", "微软雅黑", "宋体";
    color: #333;
    line-height: 24px;
    /*设置宽度*/
    width: 100%;
    /* min-width:1000px; width:expression((documentElement.clientWidth < 1000) ? "1000px" : "100%" ); 请根据项目具体最小宽度是啥修改像素值 调用 */
}
ul, li, form, dl, dt, dd, div, pre, ol {
    padding: 0;
    margin: 0;
}
.ul, .ul li {
    list-style: none;
}
.no_margin {
    margin: 0;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #333;
    -webkit-box-sizing: content-box;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
}
input:focus {
    outline: none;
}
wtl-code {
    display: none;
}
wtl {
    display: inherit;
}
/*强制去除表单自带的样式*/
input, button, select, textarea {
    margin: 0;
    padding: 0;
    outline: none;
    /*-webkit-appearance:none;*/
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
}
/*强制去除textarea自带的样式*/
textarea {
    resize: none;
    /*-webkit-appearance:none;*/
}
/*html5设置*/
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
}
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    vertical-align: baseline;
    max-width: 100%;
}
a {
    color: #f7f7f7;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
/*清楚浮动*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.clearfix {
    *zoom: 1;
}
/*IE/7/6*/
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}
/*初始化样式*/
/*页面框架结构*/
.auto {
    margin: 0 auto;
}
.auto_950 {
    width: 950px;
}
.auto_1000 {
    width: 1000px;
}
.auto_1050 {
    width: 1050px;
}
.auto_1100 {
    width: 1100px;
}
.auto_1150 {
    width: 1150px;
}
.auto_1180 {
    width: 1180px;
}
.auto_1200 {
    width: 1200px;
}
.auto_1280 {
    width: 1280px;
}
/*如修改栏目左右结构宽度比例 请不要修改这里的  在style.css 加上修改*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.w22 {
    width: 22%;
}
.w75 {
    width: 75%;
}