﻿/*重置规划*/
@font-face {
    font-family: '862-CAI978';
    src: url(../fonts/862-CAI978.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir-Heavy';
    src: url(../fonts/Avenir-Heavy.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '方正兰亭特黑';
    src: url(../fonts/方正兰亭特黑.TTF);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro Regular';
    src: url('../fonts/MyriadPro Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cambria';
    src: url('../fonts/cambriai.ttf');
    font-weight: normal;
    font-style: normal;
}
* {
    margin:0;
    padding:0;
}
ul li {
    list-style: outside none none;
}
a {
    text-decoration: none;
    cursor:pointer;
}
h1,h2, h3,h4,h5,h6 {
    font-weight:normal;
}
i, em {
    font-style: normal;
}

input, textarea {
    font-family: "微软雅黑",Arial;
    font-size: 14px;
    outline: 0 none;
}
table {
    empty-cells: show;
    border-collapse: collapse;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
html, body {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    font: 14px/1.5 'Microsoft Yahei',Arial, Helvetica, sans-serif, Simsun;
    color: #333;
}
body{min-width: 1200px;}
