/**
 * 留言板式样
 */
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  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; }

.sjdouglass {
	width: 960px;
	margin: 0 auto;
}

/* common mod */
.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;
}

#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;
}

#fenyefu {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	}
#fenyefu div.pagination
{
	margin: 10px 0 0 0;
	padding: 0;
	height: 1%;
	clear: both;
	overflow: hidden;
}

#fenyefu div.pagination div.results
{
	margin: 0;
	padding: 0 0 0 250px ;
	text-align: left;
	float: left
}

#fenyefu div.pagination div.results span 
{
	margin: 0;
	padding: 6px 8px 6px 8px;
	height: 1%;
	display: block;
	float: left;
	background: #ebebeb url("../images/pager.png") repeat-x;
	border-top: 1px solid #dedede;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	color: #4A4A4A;
	font-weight: bold;
}

#fenyefu div.pagination ul.pager
{
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}

#fenyefu div.pagination ul.pager li
{
	margin: 0 0 0 4px;
	padding: 0;
	height: 1%;
	float: left;
	list-style: none;
	background: #ebebeb url("../images/pager.png") repeat-x;
	border-top: 1px solid #dedede;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	color: #4A4A4A;
	font-weight: bold;
}

#fenyefu div.pagination ul.pager li.separator
{
	padding: 6px;   
}

#fenyefu div.pagination ul.pager li.current
{
	padding: 6px;   
	background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
	color: #515151;
}

#fenyefu div.pagination ul.pager li.disabled
{
	padding: 6px;
	color: #B4B4B4;
}

#fenyefu div.pagination ul.pager li a 
{
	margin: 0;
	padding: 6px;
	height: 1%;
	display: block;
	float: left;
	color: #515151;
	text-decoration: none;
}

#fenyefu div.pagination ul.pager li a:hover, 
#fenyefu div.pagination ul.pager li a:active 
{
	margin: -1px;
	background: #b4b4b4 url("../images/pager_selected.png") repeat-x;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
}

#footer {
	padding: 70px 0 0 0;
	text-align: center;
	color: #999;
	font-family:Arial;
}

#footer a {
	color: #999;
	font-family:"Times New Roman", serif;
}

.sub-banner {
    height: 168px;
    border-bottom: 1px solid #81BFE8;
    background: #45A1DF;
}

.sub-banner-inner {
    padding-top: 30px;
    height: 138px;
    background: url(../images/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/sub.png) 0px 0px no-repeat; 
}

.sub-banner .button-download:active {
    background: url(../images/sub.png) 0px -45px no-repeat;
}

.sub-banner .button-new {
   background: url(../images/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;
}
.container {
	background: #fff;
	padding: 0;
}

.menu {
	float: left;
	padding-top: 20px;
	width: 240px;
}

.menu li {
	padding: 0 0 10px 36px;
}

.menu-link {
	display: block;
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑","黑体";
	padding-left: 30px;
	background: url(../images/icon.png) no-repeat;
}

.menu-code {
	background-position: 0 4px;
	_background-position: 0 2px;
}

.menu-code:hover,
.menu-code-active {
	background-position: 0 -176px;
	color: #4790d7;
	_background-position: 0 -178px;
}

.menu-icon {
	background-position: 0 -26px;
	_background-position: 0 -30px;
}

.menu-icon:hover,
.menu-icon-active {
	background-position: 0 -206px;
	color: #4790d7;
	_background-position: 0 -210px;
}

.menu-Tel {
	background-position: 0 -56px;
	_background-position: 0 -58px;
}

.menu-Tel-active {
	background-position: 0 -236px;
	color: #4790d7;
	_background-position: 0 -238px;
}

.menu-worktime {
	background-position: 0 -86px;
	font-size:15px;
	height:32px;
}

.menu-worktime-active {
	background-position: 0 -266px;
	color: #4790d7;
}

.menu-qqQ {
	background-position: 0 -116px;
}

.menu-qqQ-active {
	background-position: 0 -296px;
	color: #4790d7;
}

.menu-more {
	background-position: 0 -146px;
	_background-position: 0 -148px;
}

.menu-more:hover,
.menu-more-active {
	background-position: 0 -326px;
	color: #4790d7;
	_background-position: 0 -328px;
}

.class-entry {
	margin: 15px 10px 0;
	border-top: 1px solid #dbdbdb;
	padding-top: 12px;
}

.btn-class-entry {
	background: url(../images/YY.png) 0 0px no-repeat;
	display: block;
	margin: 0 auto;
	width: 162px;
	height: 46px;
	text-indent: -999px;
	overflow: hidden;
}

.btn-class-entry:active {
	background-position: 0 -60px;
}

.btn-class-entry2 {
	background: url(../images/IS.png) 0 0px no-repeat;
	display: block;
	margin: 0 auto;
	width: 162px;
	height: 46px;
	text-indent: -999px;
	overflow: hidden;
}

.btn-class-entry2:active {
	background-position: 0 -60px;
}

.section {
	padding-top: 20px;
	margin-left: 240px;
	border-left: 1px solid #dbdbdb;
}

.nav {
	padding-left: 40px;
	font-size: 12px;
	padding-bottom: 20px;
	overflow: hidden;
	*zoom: 1;
}

.nav li {
	background: url(../images/icon.png) 0 -360px no-repeat;
	padding-left: 8px;
	line-height: 30px;
}

.nav-anchor {
	color: #1261af;
}

.nav-anchor:hover {
	text-decoration: underline;
}

.nav-code {
	width: 500px;
}

.nav-code li {
	float: left;
	width: 235px;
}

.nav-icon li {
	float: left;
	width: 320px;
}

.item {
	border-top: 1px solid #ebebeb;
	padding: 30px 0px 20px 40px;
	font-family: '宋体';
}

.item dt {
	font-size: 14px;
	color: #5c5c5c;
	margin-bottom: 15px;
	font-weight: bold;
	font-family:'Arial',  '宋体';
}

.item dd {
	padding-bottom: 10px;
	width:679px;
	font-family:'Arial',  '宋体';
}

.item dd .beizhu{
	font-family:'Arial',  '宋体';
	color:#ff0000
}

.item dd .beizhu2{
	font-family:'Arial',  '宋体';
	color:#bbbbbb;
}

.item img {
	vertical-align: middle;
}

.item p {
	padding-right: 10px;
	padding-left: 10px;
}
.item p .guanliyuan{
	font-size:14px;
	color:#0100df;
	font-weight:bold;
	line-height:30px;
}

.item-link {
	color: #1261af;
	text-decoration: underline;
}

.item .faq-img-wrap {
	margin: 10px 0;
	padding-right: 0;
}

.item .faq-img-wrap-offset {
	margin: 10px 0;
	padding: 0 0 0 20px;
}

.mix {
	position: relative;
	text-align: left;
	margin-top: 10px;
	*zoom : 1;
}

.mix-right {
	text-align: right;
	padding-right: 40px;
}

.mix-txt {
	position: absolute;
	text-align: left;
	width: 230px;
}

.mix-txt p{
	padding-right: 0;
}

.mix-txt h5 {
	font-weight: bold;
	color: #666;
}

.update-dt p,
.update-dd p {
	padding: 0;
	width: auto;
}

.update-dt {
	float: left; 
	width: 148px;
	height: 82px;
	font-family: "微软雅黑","黑体";
	font-size: 16px;
	color: #6c7166;
	text-align: center;
	padding-top: 32px;
	-webkit-border-radius: 10px; 
    border-radius: 10px; 
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
}

.update-dt1 {
	background: #e1ebd5;
}

.update-dt2 {
	background: #fde9be;
}

.update-dt3 {
	background: #bbf7ee;
}

.update-dd {
	margin-left: 160px;
	width: 418px;
	height: 94px;
	padding: 10px 15px;
	background: #f4f4f4;
	-webkit-border-radius: 10px; 
    border-radius: 10px; 
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
}

.update-dd1 {
	padding-top: 32px;
	height: 72px;
}

.update-dd3 {
	padding-top: 20px;
	height: 84px;
}

.update-dd .tit {
	color: #666;
	font-weight: bold;
}

.update-dd em {
	color: #4790d7;
	font-weight: bold;
}

/* -----------------------------------------------------------
	jquery ui
----------------------------------------------------------- */

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}

/* -----------------------------------------------------------
	jquery ui -> icons
----------------------------------------------------------- */

.ui-icon { width: 16px; height: 16px; background-image: url(../images/ui-icons_222222_256x240.png); }
/* -----------------------------------------------------------
	jquery ui -> icon positioning
----------------------------------------------------------- */
.ui-icon-closethick { background-position: -96px -128px; }
/* -----------------------------------------------------------
	jquery ui -> misc visuals
----------------------------------------------------------- */

.ui-widget-overlay { background: #666666 url(../images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../admin/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
/* -----------------------------------------------------------
	jquery ui -> dialog
----------------------------------------------------------- */

.ui-dialog { position: absolute; padding: 0; width: 300px; overflow: hidden; background: #ffffff; border: 1px solid #336699; }
.ui-dialog .ui-dialog-titlebar { padding: 8px; position: relative; clear: both; overflow: hidden; background: #336699 url("../images/blue/title.png") repeat-x; color: #ffffff; font-weight: bold; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { 
position: absolute; right: .3em; top: 50%; width: 21px; margin: -10px 0 0 0; padding: 1px; height: 20px;cursor: pointer; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: 15px; background: none; overflow: auto; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; background-image: none; margin: 0; padding: 10px 10px 15px 10px; clear: both; overflow: hidden; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-dialog p
{
	margin: 0;
	padding: 0 0 10px 0;
	color: #5f5f5f;
	font-size: 12px;
	line-height: 150%;
}

.ui-dialog .ui-dialog-buttonpane button
{
	margin: 0 6px 0 0; 
	float: right;
	color: #000000;
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.ui-dialog .ui-dialog-buttonpane .ui-state-default
{
	padding: 6px 12px 6px 12px;
	background: #e5e3e3 url("../images/button.png") repeat-x;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #c6c6c6;
	color: #515151;
	outline: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-state-hover
{
	padding: 6px 12px 6px 12px;
	background: #b4b4b4 url("../images/button_selected.png") repeat-x;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #afafaf;
	color: #515151;
	outline: none;
}
