﻿/* =====================================@ set browser style 通用基本类================================================== */
html, body, h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, submit, input, textarea, select, table, tr, th, td, hr, pre, sup, address, cite, dfn, em, var, blockquote
{
    margin: 0;
    padding: 0;
}
label input
{
    vertical-align: middle;
}
body
{
    text-align: left;
    background: #ffffff;
    color: #666666;
    font-size: 12px;
    font-family: Microsoft yahei,Arial;
    min-width:1200px;
}
span, a
{
    font-family: "微软雅黑";
}
a:hove
{
    text-decoration: none;
}
img
{
    border: 0;
}
ul
{
    list-style: none;
}
ol
{
    padding-left: 1em;
}
a
{
    color: #666666;
    text-decoration: none;
    outline: none; /*火狐、ie等浏览器 css3去掉a标签点击后的虚线框*/ /*blr:expression(this.onFocus=this.blur()); 	a标签的color:#606060;*/
}
a:hover
{
    color: #f15927;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    font-size: 100%;
}
h1
{
    font-size: 20px;
}
table
{
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
*:focus
{
    outline: none;
}
/*去除谷歌黄色边框*/
/* 修正IE6 fix振动bug */
html
{
    _background-image: url(about:blank);
    _background-attachment: fixed;
}
.clear
{
    clear: both;
}
input
{    
    font-family:Microsoft yahei;
    }
header
{
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    background: url(../images/slogan.png) right center no-repeat;
}
header a
{
    width: 295px;
    height: 26px;
    float: left;
    margin-top: 37px;
    background: url(../images/logo.png) center no-repeat;
}
.main
{
    width: 1200px;
    margin: 0 auto;
}
/*----------------------------------------footer----------------------------------------*/
footer
{
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    background-color: #f5f5f6;
    padding-top: 26px;
}

.footer_f1
{
    width: 1200px;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 35px;
    margin: 0px auto;
    position: relative;
}
.footer_f1 .fo_f2_l
{
    width: 289px;
    height: 115px;
    background: url(../images/footerkf.png) no-repeat;
    float: left;
    cursor: pointer;
    margin: 15px 145px 0 0;
}
.footer_f1 .fo_f2_l2
{
    width: 178px;
    height: 133px;
    background: url(../images/buttom-logo.png) no-repeat;
    position: absolute;
    right: 0px;
}
.footer_f1 .menu
{
    padding-top: 26px;
}
.footer_f1 .menu dl
{
    width: 208px;
    float: left;
    height: 145px;
}
.footer_f1 .menu dt
{
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 4px;
}

.footer_f1 .menu dl dd
{
    width: 100%;
    line-height: 30px;
}
.footer_f1 .menu dl dd a
{
    color: #484848;
}
.footer_f1 .menu dl dd a:hover
{
    color: #f25a28;
}

.copyright_fot
{
    width: 570px;
    margin: 34px auto 0;
    text-align: center;
    padding-bottom: 25px;
    font-family:Microsoft yahei;
}

.dossier_fot
{
    width: 400px;
    margin: 0 auto;
    overflow: hidden;
}
.dossier_fot a
{
    float: left;
    display: block;
    color: #666666;
}

.dossier_fot .dossier
{
    width: 26px;
    height: 26px;
    background: url(../images/copyright_icon.png) no-repeat;
}
.dossier_fot .dossier1
{
    background-position: 5px 5px;
}
.dossier_fot .dossier2
{
    background-position: 5px -26px;
}
.dossier_fot .license
{
    margin: 10px 0 0 10px;
}
.dossier_fot .license:hover
{
    color: #f57041;
    text-decoration: underline;
}
/*----------------------------------------footer----------------------------------------*/