/* vim: set et sw=4 ts=4 sts=4 fdm=marker ff=unix fenc=utf8 */
/**
 * CSS 重置样式
 *
 * 重置主流浏览器默认样式，参考 YUI 以及 Blueprint
 *
 * @author  i.feelinglucky@gmail.com
 * @link    http://www.gracecode.com/
 * @version $Id: reset.source.css 109 2008-10-16 14:50:08Z i.feelinglucky $
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0em; padding: 0em; border: 0em;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    font-size: 12px;
    font-family: Tahoma,SimSun,Arial;
    color: #333;
}

ul, ol {
    list-style: none;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 160%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 120%;
}

h6, p {
    font-size: 100%;
}

body { 
    line-height: 1.5; 
    background:url(../images/001.gif) repeat-x top;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
    outline: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

.ali03,a.ali03:link,a.ali03:visited{ font-size:12px; text-decoration:none; padding:0 10px 0 2px;  color:#ffffff;background:url(../images/in_8.gif) right no-repeat;background-positionY:center;}
.ali03,a.ali03:hover{text-decoration:none;}

.banner-4 { width: 922px !important;width: 928px; overflow:hidden;
    margin: 5px auto;
}
.banner-4 .item span {
    display: block;
    margin: 0px auto;
    margin-top: 2px;
}

.banner-4 .item {
margin:0 3px;
    float: left; display:inherit;
}

/*.banner-4 .item img {
    display: block;
    margin: 0px auto;
}*/

.banner-4 .item a:hover {
    text-decoration: none;
}
.area1{ width:916px; margin:0 auto;}
.section{width:916px; margin:0 auto;} 
.section-v2{width:916px; margin:0 auto;}

#propose{ position:fixed; bottom:300px; left:50%; margin-left:490px; z-index:10000; display:block; width:30px; height:72px; background: url(/images/index/jianyi.gif) no-repeat center 0;}
#propose a{ display:block; float:left; font-family:"宋体"; text-align:center; font-size:12px; width:30px; height:72px; color:#666666; text-decoration:none; line-height:14px;}
#propose a:hover{ color:#ff6633;}
#propose_1{ position:fixed; bottom:200px; left:50%; margin-left:490px; z-index:10000; display:block; width:30px; height:72px; background: url(/images/index/jianyi.gif) no-repeat center 0;}
#propose_1 a{ display:block; float:left; font-family:"宋体"; text-align:center; font-size:12px; width:30px; height:72px; color:#666666; text-decoration:none; line-height:14px;}
#propose_1 a:hover{ color:#ff6633;}
