/*重置css默认属性*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background: #F0F0F0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*首页导航*/
html{width: 100%;}
body{width: 100%;min-width: 1061px;font-family: "Microsoft YaHei", "微软雅黑";font-size: 14px;color: #666;}
img {border:0;}
a {text-decoration:none;}
ul, li {list-style:none;margin:0;padding:0;}
.clearfix{clear: both;}
.fl{float: left}
.fr{float: right;}
.hide{display: none;}
.show{display: block;}

.header{background: url("../img/common/home-header-bg.png") repeat-x 50% 0;}

/*轮播图*/
.gw_zzsc{position:relative;width:100%;height:406px;overflow:hidden;margin-top:-40px;z-index:1;}
.gw_zzsc ul.fix_flash{height:406px;overflow:hidden;position:absolute;}
.gw_zzsc ul.fix_flash li{width:100%;height:406px;overflow:hidden;float:left;display:inline;cursor:pointer;}
.gw_zzsc ul.fix_flash li a{display:block;height:400px;width:100%;cursor:pointer}
.gw_zzsc_center{width:300px;height:106px;margin:0 auto;position:absolute;overflow:hidden;top:300px;left:1000px}
.gw_zzsc_center .gw_zzsc_flash_v{width:96px;height:54px;padding:2px 5px 12px 3px;overflow:hidden;}
.gw_zzsc_center .gw_zzsc_flash_v img{width:191px;height:54px;margin-left:-27px;position:relative}
.gw_zzsc_flash_s{height:5px;bottom:20px;position:absolute;right:60px;text-align:right}
.gw_zzsc_flash_s .banner_smallArea{width:100%}
.gw_zzsc_flash_s .gw_zzsc_sele{float:left;display:inline;width:24px;height:5px;margin-left:2px;background:#2d74a2;line-height:5px;overflow:hidden;cursor:pointer}
.gw_zzsc_flash_s .gw_zzsc_over{background:#ff9000}

/*文章内容背景*/
.passage_background{
    background: #F0F0F0;
}

/*底部*/
.footer{width: 100%;min-width: 1061px;height: 200px;background-color: #3F3F3F;}
.footer .content{
    width: 960px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
}
.footer .content h3{
    display: block;
    margin: 10px auto;
    font-weight: bold;
}
.footer .content .menu{
    width: 180px;
    height: 160px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}
.footer .content .menu a{
    color: #FFFFFF;
}
.footer .content .menu a:hover{
    text-decoration: underline;
}
.footer .content .menu img{
    margin-top: 30px;
}
.footer .content .copy{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: left;
    text-indent: 10em;
}
