﻿html{
	color:#000;
	background:#FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/* global */
body {font: 12px/1.5  Tahoma,"宋体",Helvetica,sans-serif; }
a {text-decoration:none; color: #00c;}

a.black {
	color: #000;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix{ *zoom:1; }

.layout {
	width: 1000px;
	margin: 0 auto;
}

/* common mod */
.icon {
	background: url(../images/icon.png) no-repeat;
}

.icon-weibo {
	background-position: 0 -100px;
	font-size: 0;
	height: 0;
	line-height: 0;
	padding: 8px;
	margin-left:5px;
	vertical-align: -4px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	_vertical-align: -6px;
}

.icon-mobile {
    background-position: 0 -50px;
    position: relative;
    font-size: 0;
    width: 10px;
    height: 11px;
    top: -8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#top_bar {
	height: 16px; 
	line-height: 16px;
	padding: 7px 0 6px;
	border-bottom: 1px solid #e3e3e3;
	background: #f4f4f4; 
}

#top_bar ul {
	font-size: 0;
	letter-spacing: -5px;
	*word-spacing: -1px;
	text-align: right;
}

#top_bar li {
	display:inline-block;
	font-size: 12px;
	letter-spacing: normal;
	padding: 0 10px;
	border-right: 1px solid #d8d8d8; 
	*display: inline;
	*zoom: 1;
}

#top_bar .last {
	border-right:none;
	padding-right: 3px;
}

#header {
	position: relative;
	padding-top: 18px;
	height: 62px;
}

#header ul {
	position: absolute;
	top: 46px;
	right: 0;
	font-family: "微软雅黑","黑体";
	font-size: 14px;
}

#header li {
	float: left;
	padding: 0 16px;
	height: 16px;
	line-height: 16px;
	background: url(../images/icon.png) right top no-repeat;
}

#header .last {
	background: none;
	padding-right: 3px;
}

#header a {
	line-height: 16px;
	color: #000;
}

#header .current {
	border-bottom: 3px solid #1261af;
	color: #1261af;
	*zoom: 1;
}

#content {
	background: url(../images/bg.png) repeat;
}

#footer {
	background: url(../images/bg.png) repeat;
	padding: 20px 0;
	text-align: center;
	color: #999;
}

#footer a {
	color: #999;
}

.sub-banner {
    height: 168px;
    border-bottom: 1px solid #81BFE8;
    background: #45A1DF;
}

.sub-banner-inner {
    padding-top: 30px;
    height: 138px;
    background: url(../images/sub-banner-bg.png) 685px 5px no-repeat;
}

.sub-banner-inner p {
    color: #FFF;
    font-family: "微软雅黑","黑体";
    font-size: 16px;
    text-shadow: 1px 1px 3px #666666;
}

.sub-banner .button {
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    width: 200px;
    height: 45px;
    cursor: pointer;
}

.sub-banner .button span {
    display: none;
}

.sub-banner .button-download {
   background: url(../images/icon-sub.png) 0px 0px no-repeat; 
}

.sub-banner .button-download:active {
    background: url(../images/icon-sub.png) 0px -45px no-repeat;
}

.sub-banner .button-new {
   background: url(../images/icon-sub.png) 0px -90px no-repeat; 
}

.sub-banner .button-new:active {
	background-position: 0 -135px;
}

.sub-content {
    position: relative;
    top: -40px;
    -webkit-box-shadow: 0px -10px 10px -10px #999;
    -moz-box-shadow: 0px -10px 10px -10px #999;
    -ms-box-shadow: 0px -10px 10px -10px #999;
    -o-box-shadow: 0px -10px 10px -10px #999;
    box-shadow: 0px -10px 10px -10px #999;
}
.sub-content-menu {
    position: absolute;
    width: 100px;
    left: -100px;
    top: 65px;
}
.sub-menu-link{
    background: #BCD6E7;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "微软雅黑","黑体";
}
.sub-menu-link .menu-link{
    color: #5181a1;
}
.sub-content-menu-active .menu-link{
    color: #fff;
}

.sub-content-menu li:hover,
.sub-content-menu-active{
    background: #75B9E8;
    color: #fff;
}
.sub-content-inner {
    background: #FFF;
    padding: 5px;
}

/* 返回顶部 */
.scroll-to-top {			
	position: fixed;
	left: 50%;
	bottom: 100px;
	margin-left: 480px;
	display: block;
	width: 20px;
	padding: 10px 3px;
	background: #7cb7df;
	color: #fff;
	-moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    *padding-top: 0;
}
.scroll-to-top-hide {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}
.scroll-to-top .arrow {
	display: block;
	font-size: 0;
	height: 16px;
}

.scroll-to-top .triangle {
	margin-left: 2px;
	height: 0;
	border: 8px solid #fff;
	border-color: #7cb7df #7cb7df #fff;
	*zoom: 1;
}
.scroll-to-top .rectangle{
	position: relative;
	top: 7px;
	left: 8px;
	height: 7px;
	width: 5px;
	display: block;
	background: #fff;
	*top: -1px;
}
.scroll-to-top p {
	line-height: 14px;
	margin-top: 5px;
	text-align: center;
	*margin-top: 15px;
	_margin-top: 10px;
}