@charset "gbk";
*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	word-break: break-word;
}
@font-face {
	font-family: 'webfont';
	font-display: swap;
	src: url('//at.alicdn.com/t/webfont_uw0k52sgpen.eot'); /* IE9*/
	src: url('//at.alicdn.com/t/webfont_uw0k52sgpen.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('//at.alicdn.com/t/webfont_uw0k52sgpen.woff2') format('woff2'),
	url('//at.alicdn.com/t/webfont_uw0k52sgpen.woff') format('woff'), /* chrome、firefox */
	url('//at.alicdn.com/t/webfont_uw0k52sgpen.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('//at.alicdn.com/t/webfont_uw0k52sgpen.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
  }
ol, ul {list-style:none;}
.group, .clear {clear:both;}
.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
body {
	font-family: 'webfont';
	min-width:1000px;
	width:100%;
	background:#EEEFEE;	
	position:relative;
	line-height:1;
	font-size:62.5%;
}
a:link {color:#444;text-decoration: none;}
a:visited {color:#444;} 
a:hover {color:#aa0000;text-decoration: none;} 
a:active {color:#444;}
.pagination {padding:10px 20px;}
.pagination a, .pagination a:link, .pagination a:visited {color:#15688f;padding:3px 5px;border:1px solid #15688f;}
.pagination a:hover {
	color:white;
	background:#15688f;
	border:1px solid #15688f;
}
.pagination span {
	padding:4px 6px;
}
.pagination a span {
	font-size:inherit;
	display:none;
	visibility:hidden;
}
.pagination span.disable {
	padding:3px 5px;
	border:1px solid #eee;
	color:#999;
}
#top, .hidden-head {
	display:none;
}
#header {
	font-size:12px;
}
#header .inner {width:1000px;margin:0 auto;overflow: hidden;}
#top-tab{width:100%;background:#333;height: 34px;}
#top-tab .inner {width:1000px;margin:0 auto;position:relative;}
#m01group {
	float:left;
}
#m01group li {
	float:left;
	margin-right:5px;
}
#m01group li a {
	display:block;
	padding:10px 10px 6px;
	color:#fff;
	font-size:12px;
	line-height:1;
}
#m01group li.now {
	background:#fff;
}
#m01group li.now a, #m01group li.now a:hover {
	background:#fff;
	color:#333;
	cursor:default;
	margin-top:0;
	padding:9px 13px 12px 13px;
	font-size:13px;
	line-height:1;
}
#member-tools {float:right;}
#member-tools li {float:left;position:relative;font-size:12px;}
#member-tools li.mt-ad a, #member-tools li.mt-ad a:link, #member-tools li.mt-ad a:visited {color:#333 !important;}
#member-tools li.mt-ad a:hover {color:#454 !important;}
#member-tools li a {display:block;padding:12px 7px 10px 7px;color:#fff;position:relative;z-index:900;}
#member-tools li a span {text-shadow:none;color:#c7d8c6;}
#member-tools li a:hover span {color:#b0c3af;}
#member-tools li a:hover {background: #fff;color:#15688F;}
#member-tools li li {float:none;}
#member-tools li li a {background:#bbcfbb;width:150px;position:relative;z-index:10;padding:7px 7px;}
#member-tools li li a:hover {
	background-image:none;
	background:rgb(166,188,166);
	z-index:100;
}
#member-tools li ul {
	background:#bbcfbb;
	position:absolute;
	top:-999em;
	border:1px solid #a8b8a8;
	border-bottom:none;
	-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, .2);
	box-shadow:2px 2px 5px rgba(0, 0, 0, .2);
}
#member-tools li.sfHover ul, #member-tools li:hover ul {
	left:0;
	top:32px;
	z-index:1000;
}
#member-tools em {
	font-style:normal;
	font-weight:bold;
	color:#a55;
	padding:0 1px;
}
#member-tools .arrow {
	position:relative;
	top:-1px;
	padding:0 2px 0 3px;
	font-size:8px;
	color:#567556;
	text-shadow:0 1px 0 rgba(255, 255, 255, .9);
}
#member-tools li a:hover span.arrow {
	color:#567556;
	text-shadow:0 1px 0 rgba(255, 255, 255, .9);
}
#content {
	position:relative;
	z-index:1;
	width:1000px;
	margin:0 auto;
}
#logo {
	float:left;
}
#logo a {
	display:block;
	width:240px;
	height:60px;
	text-indent:-99999em;
	background:url(../images/logo.png) no-repeat bottom left;
	position:relative;
	left:0px;
}
#search {
	float:right;
	padding-top:15px;
}
#search input{vertical-align: middle;}
#search p {
	text-align:right;
}
.search_text{width:250px; height:30px;border:1px solid #ccc; border-right:none; padding: 0 5px;}
.search_submit{width:60px;height:32px;color:#fff;background:#15688F;}


#content {
	font-size:1.2em;
	width:1000px;
	overflow:hidden;
	padding-bottom:10px;
	-webkit-box-shadow:0 3px 5px rgba(0, 0, 0, .1);
	box-shadow:0 3px 5px rgba(0, 0, 0, .1);
	-khtml-border-bottom-left-radius:5px;
	-khtml-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#news {
	background:white;
}
#news .text-ad {
	display: block;
}
#news .text-ad ul li {
	float:left;
	width:25%;
	text-align:center;
	font-size:16px;
	padding:10px 0px;
	line-height:20px;
}
#news .text-ad li a {
	display:block;
	padding:0 10px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
#news .text-ad li a:hover {
	text-decoration:underline;
}
#headline {
	clear:left;
	float:left;
}

#headline img {
	display:block;
}

#headline p {
	font-size:12px;
	line-height:1.8;
	color:#333;
	padding:16px 16px 0 16px;
	height: 80px;
	background:#fff;
}
#article-tabs {
	float:left;
	width:300px;
	padding:0px 0px 0px 4px;
	margin:0;
	background:#fff;
}
a.ad-mid {
	display:block;
	padding:0;
	margin:0;
	margin-top:5px;
}
.toptext{width:100%;overflow:hidden;}
.toptext ul li{float:left; text-align:center; width:25%;}
.toptext ul li a{font-size: 14px;padding: 10px 0;color: #15688F;display: inherit;}
.toptext ul li a:hover{color:#aa0000;}
.hot_news_left,.hot_news_right{float:left;}
.hot_news_left{margin-right:4px;width:45%;overflow:hidden;}
.hot_news_right{width:53%;overflow:hidden;}
.hot_news_right h3{line-height: 1.6;font-size: 12px;font-weight: 400;color: #444;}
.hot_news_right h3:hover{color:#15688F;}
#image-ads {
	width:300px;
	float:left;
	margin-left:4px;
}
#image-ads img {
	display:block;
}
#image-ads .ad03 {
	margin-bottom:0;
}
#index-category {
	padding-top:5px;
	padding-bottom:10px;
}
#index-category .category {
	float:left;
	width:778px;
	margin:10px 0 0 20px;
	background:#fff;
	border:1px solid #ccc;
	border-radius: 5px;
	padding-bottom:15px;
}
#index-category .category .row {
	padding-bottom:5px;
}

#index-category .item h2 a {
	display:block;
	font-size:15px;
	line-height:20px;
	padding:5px 10px 4px 5px;
	color:#333;
	background:white;
	cursor:pointer;
	position:relative;
	z-index:30;
	text-decoration:none;
	margin-bottom:5px;
	letter-spacing:0.1em;
	cursor:pointer;
}

.videocentent {
	position: relative;
	width: 246px;
	height: 184px;
	overflow: hidden;
	cursor:pointer;
}
.icoplay {
	position: absolute;
	top: 0;
	left: 0;
	width: 246px;
	height: 184px;
	overflow: hidden;
	cursor:pointer;
}
.item a:hover .icoplay {
	background: url(../../../../images/video-ico.png);
	background-size: 246px 184px;
}
.item{width:33.3%;float:left; margin:0; padding:10px 0; min-height: 248px;}
.item-ad {width:33.3%;float:left; margin:0; padding:10px 0; min-height:90px;}
.item a{display:block;width:246px;line-height:1.4;margin:auto;overflow:hidden;}
.item:hover{color:#aa0000;background:#EEEFEE;border-radius:5px;}
.item a:hover h3{color:#aa0000;}
.item a:hover p{color:#aa0000;}
.item a h3 {font-size:14px;margin:2px 0 2px 0;text-overflow:ellipsis;overflow:hidden;color: #444;font-weight: 400;letter-spacing: 0.03rem;height:40px;}
.item a p {font-size:12px;color:#999;overflow:hidden;}
.item a img{border-radius: 5px; cursor: pointer; transition: all 0.6s;}
.item a img:hover{transform: scale(1.3);}


.forum-content {
	overflow:hidden;	
}
.single-post {
	padding:0 20px 50px;
}
html #section .main p.single-post {
	letter-spacing:0.1em;
}
html #section .main p.single-post br {
	letter-spacing:0em;
}
.single-post .single-post-author {
	position:relative;
	z-index:1;
}
.single-post .tools {
}
html .single-post .tools {
	padding:0;
	position:absolute;
	top:10px;
	right:5px;
}
.single-post .tools li {
	display:inline;
}
.single-post .tools .btn {
	padding:2px 4px 3px;
	margin-right:3px;
	font-size:11px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.single-post-author {
	line-height:1.3;
	z-index:1000;
}
.single-post-author .inner {
	padding:10px 0;
	background:#eeeeef;
}
.single-post-author .fn {
	display:block;
	font-size:15px;
	font-weight:bold;
	/*font-family:Verdana;*/
	width:180px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.single-post-author .info {
    font-size:12px;
    margin-top:10px;
}
.single-post-author .date {
	font-size:12px;
}
.single-post-author-img {
	display:block;
	float:left;
	position:relative;
	top:-20px;
	margin-right:10px;
	width:120px;
	height:120px;
	background-color:#cccccc;
	overflow:hidden;
}
.single-post-author-img div {
	width:120px;
	height:120px;
	background-color:#cccccc;
	cursor:pointer;
}
.single-post-content {
	font-size:1.25em;
	line-height:1.5;
	position:relative;
	letter-spacing:0.1em;
}
.single-post-content br {
	letter-spacing:0em;
}
.single-post-content a {
	text-decoration:underline;
}
html #section .main .single-post-content div {
	margin:0 0 1em;
	padding:0;
	letter-spacing:0.1em;
}
html #section .main .single-post-content div br {
	letter-spacing:0em;
}
.author-detail {
	font-size:12px;
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .75);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .75);
	-o-box-shadow:0 0 10px rgba(0, 0, 0, .75);
	box-shadow:0 0 10px rgba(0, 0, 0, .75);
	position:absolute;
	padding:7px 9px;
	z-index:1000;
	left:120px;
	margin-top:10px;
	border:1px solid #ddd;
	background:#ffd;
}
.sidebar .inner {
	width:190px;
	float:left;
	margin-top: 20px;
}
.sidebar a, .sidebar a:link {
	display:block;
}
.sidebar a .row, .sidebar a:link .row {
	margin:0 6px 0 6px;
	font-size:12px;
	line-height:20px;
	color:#444;
	border:1px solid #eeefee;
	padding:5px;
}
.sidebar a:hover .row {
	color:black;
	background:#fff;
	cursor:pointer;
}
.sidebar a:hover .row h3 {
	color:#a00;
}
.widget {
	padding-bottom:8px;
	margin-bottom:6px;
}
.widget h2 {
	padding:10px;
}
.panel ul {
	list-style:square outside;
}
html.firefox .panel ul {
}
.panel li {
	color:#444;
	font-size:12px;
	line-height:1.7;
	margin-left:22px;
}
.widget li a:hover {
	text-decoration:underline;
}
.panel-group {
	background:white;
	margin-right:9px;
	position:relative;
	left:-1px;
	border:1px solid #ccc;
	border-left:none;
}
.panel-group .note p {
	font-size:12px;
	line-height:1.7;
	padding-right:10px;
	color:#666;
}
.panel-group .panel {
	border-bottom:1px dashed #ddd;
	padding:2px 0px 7px 1px;
}
.panel-group .panel:last-child {
	border:none;
	padding-bottom:0px;
}
.panel-group .panel h2 {
	color:#333;
	font-size:13px;
	padding:7px 0 3px;
}
.panel-group .panel a {
	display:inline;
}
.block-ad {
	position:relative;
	margin-top:-8px;
	padding-bottom:0;
	background:none;
}

.fast-ad img {
	float:left;
	margin-right:5px;
	display:block;
}
.fast-ad p {
	margin-left:65px;
	line-height:16px;
}
.article img {
	display:block;
	margin-bottom:5px;
}
.article a h3 {
	line-height: 1.5;
	font-size: 12px;
	font-weight: 500;
	padding: 5px 0;
}
.article a p {
	color:#333;
}
.article a:hover p {
	color:black;
}
html.win.chrome * {
	text-shadow:none !important;
}
#section {
	padding-top:10px;
	padding-bottom:10px;
}
#section .nav {
	color:#666;
	padding:0 20px 8px;
	overflow: hidden;
}
.nav a{background:url(../images/arrow.png) no-repeat right; padding: 0 15px 0 0; display: inherit; float: left; color: #000; font-size: 14px; margin-right: 10px; background-size: 5px;}
html.firefox #section .nav {
	padding-top:3px;
}

#section .nav a, #section .nav a:link, #section .nav a:visited {
	color:#000;
	font-size: 12px;
}
#section .nav a:hover {
	color:#a30;
	text-decoration:underline;
}
#section .nav img {
	margin-left:3px;
	vertical-align:middle;
}
#section .main {
	float:left;
	width:778px;
	margin-left:20px;
	background:#fff;
	border:1px solid #ccc;
	padding-bottom:15px;
}

#section .main h2 {
	font-size:18px;
	line-height:1;
	margin:0 20px 20px 20px;
	padding-bottom:7px;
	padding-top:20px;
	border-bottom:3px double #ccc;
}
#section .main form h2 {
	font-size:18px;
	line-height:1;
	margin:0 0px 20px 0px;
	padding-bottom:7px;
	padding-top:20px;
	border-bottom:3px double #ccc;
}
#section .main blockquote {
	font-size:0.8em;
	line-height:1.5em;
	color:#666666;
	border:#CCCCCC 1px dotted;
	padding:5px;
	margin:5px;
}
#section .main .readme, #section .main form .readme {
	font-size:12px;
	color:rgba(0, 0, 0, .8);
	border:1px solid #ddd;
	background:#ffd;
	padding:10px;
	margin:0 20px 10px;
}
#section .main .readme a, #section .main form .readme a {
	text-decoration:underline;
}
#section .no-sidebar {
	width:958px;
}

.btns a:hover {
	color:white;
}
.btns .btn, .btns button {
	cursor:pointer;
	color:#fff;
	margin:0 10px 0 0;
	/*font-family:Verdana, sans-serif;*/
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	line-height:1;
	float:left;
	padding:7px 20px 8px;
	background:#15688F;
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;	
}
html.firefox .btns button {
	padding:4px 20px 5px;
}
.btns .btn:hover, .btns button:hover {
	color:white;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .2);
	background-color:#d6d087;
	-webkit-animation-name:btn;
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
	animation-name:btn;
	animation-duration:1s;
	animation-iteration-count:infinite;
}
.btns .btn:active, .btns button:active {
	-moz-box-shadow:0 -1px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow:0 -1px 2px rgba(0, 0, 0, .3);
	box-shadow:0 -1px 2px rgba(0, 0, 0, .3);
	text-shadow:0 3px 3px rgba(0, 0, 0, .3);
}


#section .main form .eula {
	font-size:15px;
	background:#ffd;
	padding:20px;
	padding-left:210px;
	border:1px solid #f0f0f0;
	margin-top:-1px;
}
#section .main form .check-name {
	border:1px outset #eed;
	padding:1px 3px 0px;
	background:#ffd;
	color:#665;
}
#section .main form .regcode {
	display:block;
	border:7px solid #ccc;
	margin:0 0 10px;
}
#section .main form .check-name:hover {
	text-decoration:none;
	background:#454;
	color:white;
}
#section .main form .btns {
	border-bottom:none;
	padding-left:210px;
}
#section .main form .title {
	display:block;
	float:left;
	width:200px;
	text-align:right;
	padding:4px 10px 4px 0;
	font-size:15px;
	line-height:1;
}
#section .main form label {
	font-size:inherit;
	line-height:23px;
	white-space:nowrap;
	padding-right:7px;
}
#section .main form .item-group {
	display:block;
	padding-left:210px;
	font-size:15px;
	line-height:23px;
}
#section .main form .item-group label {
	float:left;
}
#section .main form .item-text {
	display:block;
	font-size:15px;
	line-height:23px;
	padding-left:210px;
}
#section .main form .item-text div {
	border:0;
}
#section .main form .item-text #forumrule {
	margin-left:110px;
	padding:5px 10px 5px 10px;
	border:1px solid #eeeeee;
	height:180px;
	overflow:scroll;
}
#section .main form .item-text #previewblock {
	padding:0px;
	width:780px;
}
#section .main form .item-text #imagepreview {
	padding:0px;
	width:780px;
}
#section .main form .item-text label {
	font-size:inherit;
}


#section .main form .note {
	display:block;
	padding:3px 0 0 210px;
	color:#666;
	font-size:12px;
	margin-bottom:-9px;
}
#section .main form .note strong {
	color:#a30;
}
#section .main form a:hover {
	text-decoration:underline;
}
#section .main table {
	width:99%;
}
#section .main table td, #section .main table th {
	border-bottom:1px solid #eee;
}
#section .main table tfoot td, #section .main table tfoot th {
	border:none;
}
#section .main table td, #section .main table th {
	padding:7px;
	text-align:left;
	line-height:1.5;
}
#section .main table th {
	font-weight:normal;
	color:#666;
}
#section .main .mailbox .btns {
	padding-left:0;
	float:right;
}
.contentfoot {
	border-top:1px solid #eee;
	padding:10px 0;
	margin:13px 20px;
}
#section .main .numbers {
	font-size:12px;
	float:left;
	padding:0;
}
#section .main .numbers span {
	font-size:15px;
	padding:0 3px;
}
#section .main .forward {
	font-size:12px;
	float:right;
	padding:2px 0;
}
#section .main .forward select {
	font-size:15px;
	padding:0 0 0 3px;
}
.subject-text {
	display:block;
}
.mailbox th.name {
	width:90px;
	overflow:hidden;
}
.mail .subject-text {
	display:block;
	width:420px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.mailbox .username {
	color:black;
}
.tablelist {
	padding:0 20px;
}
.tablelist .act {
	color:#aaa;
}
.tablelist .ready, .tablelist .act .ready {
	color:#a30;
}
.tablelist a:hover {
	text-decoration:underline;
	color:#a30;
}
.tablelist th a {
	color:rgb(102,102,102);
}
.tablelist th a:hover {
	color:black;
}
.tablelist img {
	margin-right:10px;
}
.tablelist .subject {
}
.tablelist a {
	color:black;
}
.tablelist .subject a {
}
.tablelist .subject .subject-description, .tablelist .subject .subject-description a {
	color:#999;
}
.tablelist .btns .btn:hover {
	color:black;
	text-decoration:none;
}
.tablelist a:hover {
	color:#a30;
}
.tablelist .subject .subject-description a:hover {
	color:#555;
}
.tablelist .groupnothing {
	color:#aaa;
}
.tablelist .grouplist {
	display:block;
	padding:0 0 10px 7px;
}
#section .tablelist .edit, #section .tablelist .delete, #section .tablelist .site, #section .tablelist .forum {
	text-align:center;
}
.tablelist .btns .btn {
	display:block;
	padding:4px 13px 5px;
	text-decoration:none;
	float:none;
	text-align:center;
	margin-right:0;
}
.tablelist .subject .otherpages a {
	margin-right:5px;
}
#section .main .sort .btns {
	display:inline;
	float:none;
}
#section .main .sort .btns button {
	padding:4px 13px 5px;
}
#section .main .tablelist .msearch form {
	padding:7px;
}
#section .main .tablelist .msearch form label {
	padding:0;
	font-size:12px;
}
#section .main .tablelist .msearch form input {
	font-size:12px;
	margin-left:7px;
	width:150px;
}
#section .main .tablelist .msearch .membersearch {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
.main .tablelist .msearch .btns {
	display:inline;
}
.main .tablelist .msearch .btns button {
	font-size:12px;
	padding:4px 13px 5px;
	margin-left:7px;
}
#section .main .tablelist div {
	margin-bottom:8px;
}
#section .sidebar .inner #msearch, #section .sidebar .inner .input-text {
	width:150px;
	font-size:12px;
	margin-bottom:6px;
	border:1px solid #999;
}
#section .sidebar .inner .btns button, #section .sidebar .inner .btns .btn {
	padding:4px 15px 5px;
	font-size:12px;
}
#section .main .cleardata {
	margin-right:19px;
	float:right;
}
.forumname .subject-text {
	font-size:15px;
}
.forumname .subject-text a {
	color:rgb(38, 88, 39);
}
.forumname .subject-text a:hover {
	color:rgb(170, 51, 0);
}
.footer-article {
	font-size:15px;
	padding:10px 0 30px 25px;
	line-height:1.3em;
}
.footer-article li {
	clear:both;
	margin:1em 0;
}
.footer-article li li .item-text {
	padding-left:0;
}
.footer-article .title {
	display:block;
	float:left;
	text-align:right;
	width:120px;
}
.footer-article .item-text, .footer-article .product-test {
	display:block;
	color:rgb(102, 102, 102);
	padding-left:130px;
}
.footer-article .product-test li {
	list-style:square;
	margin-left:23px;
}
.main .btns {
	padding-left:20px;
}
#section .main .tos, #section .main .privacy {
	padding:0 20px;
	color:#333;
}
#section .main .tos .item h3, #section .main .privacy .item h3 {
	color:black;
	font-size:15px;
	font-weight:normal;
	margin:20px 0 15px 0;
}
#section .main .tos .item, #section .main .privacy .item {
	border-bottom:1px solid #eee;
}
#section .main .tos .item p, #section .main .privacy .item p {
	font-size:12px;
	line-height:1.5em;
	margin:1em 0;
	padding:0 0 0 20px;
}
#section .main .tos ul, #section .main .privacy ul {
	list-style:square;
	line-height:1.5em;
	display:block;
	font-size:1em;
	padding:0 0 0 38px;
	margin-top:5px;
}
#section .main .downloads {
	font-size:12px;
	padding:0 0 10px 0;
	margin:15px 20px 10px;
	border-bottom:1px solid #eee;
}
#section .main .downloads h3 {
	font-size:18px;
	margin:0 0 10px;
}
#section .main .downloads .item-content p {
	color:#333;
	font-size:12px;
	padding:0;
}
#section .main .downloads .item-links {
	float:right;
	margin:-15px 0;
}
#section .main .downloads .item-links .link {
	padding:0 0 0 5px;
}
#section .main .education {
	margin:0 20px;
	border-bottom:1px solid #eee;
}
#section .main .education a:hover {
	text-decoration:underline;
}
#section .main .education .edu-item {
	float:left;
	width:50%;
	padding:10px 0 15px 0;
	font-size:12px;
	line-height:1.5em;
	color:#aaa;
}
#section .main .education h3 {
	font-size:15px;
	margin:0 0 15px;
	font-weight:normal;
}
#section .main .education .edu-item h4 {
	font-weight:normal;
	margin-bottom:5px;
	color:black;
}
#section .main .education ol {
	list-style:decimal-leading-zero;
	padding-left:24px;
	line-height:1.5em;
}
#section .main .education ol div {
	float:left;
	width:50%;
}
#section .main .education .edu-link {
	margin-bottom:10px;
	line-height:1.5em;
}
#section .main .membercompare {
	width:95%;
	margin:20px;
	font-size:15px;
}
#section .main .membercompare p {
	padding:10px;
	font-size:12px;
}
#section .main .membercompare .single {
	background-color:#eee;
}
#section .main .membercompare th {
	text-align:right;
	width:15%;
	padding-right:10px;
}
#section .main .membercompare td {
	width:auto;
	border-left:1px solid #eee;
	padding-left:10px;
}
#section .main table .single td {
	color:rgb(170, 51, 0);
	text-align:center;
}
#section .main .Selection-article p {
	font-size:12px;
	margin:0;
	padding:0;
	color:black;
	line-height:1.3em;
	text-overflow:ellipsis;
	overflow:hidden;
}
.Selection-article {
	font-size:12px;
	margin:0 20px;
	line-height:1.3;
}
.Selection-article .item {
	display:block;
	width:236px;
	float:left;
	padding:5px;
}
.Selection-article .item img {
	float:left;
	padding-right:5px;
}
.Selection-article .item:hover {
	background:rgb(221, 221, 221);
}
.Selection-article .item:hover h3 {
	text-decoration:underline;
}
#section .main table p {
	font-size:12px;
	padding:0;
}
#section .main .news-link {
	font-size:12px;
	float:right;
	display:inline;
	margin-top:-40px;
	margin-right:20px;
}
#section .main .news-link a {
	color:rgb(102, 102, 102);
}
#section .main .news-link a:hover {
	color:rgb(170, 51, 0);
	text-decoration:underline;
}
.widget .sidebar-authur a {
	display:block;
}
.widget .sidebar-authur a p {
	color:black;
}
.widget .sidebar-authur a:hover p {
	color:rgb(170, 51, 0);
	text-decoration:underline;
}
#section .main .news-inner {
	padding:10px 20px;
}
#section .main .news-inner .news-item {
	display:block;
	float:left;
	padding:7px;
	height:160px;
}
#section .main .news-inner .news-item:hover {
	background:rgb(221, 221, 221);
}
#section .main .news-inner .news-item .news-authur {
	font-size:10px;
	text-align:left;
	padding:0;
	display:block;
	color:#999;
	line-height:1.5;
}
#section .main .news-inner .news-item .news-authur a {
	color:black;
}
#section .main .news-inner .news-item .news-authur a:hover {
	color:rgb(170, 51, 0);
	text-decoration:underline;
}
#section .main .news-inner .news-item .news-title {
	width:133px;
	font-size:12px;
	padding:0;
	line-height:1.2em;
	text-align:left;
}
#section .main .news-inner .news-item .news-title a:hover {
	color:#aa0000;
	text-decoration:underline;
}
#section .main .month-select {
	border-top:1px solid #eee;
	margin:10px 0 0;
	padding:20px 10px 0;
}
#section .main .month-select .last-month, #section .main .month-select .next-month {
	margin:0;
	padding:0;
	float:left;
}
#section .main .month-select .next-month {
	float:right;
}
.member-item {
	margin-top:15px;
	padding-bottom:0;
}
#section .main .userinfo-item {
	padding:10px;
	margin:0 20px 20px;
	border:1px solid rgb(204, 204, 204);
}
#section .main .userinfo-item:last-child {
	margin:0 20px 10px;
}
#section .main .userinfo-item h3 {
	font-size:15px;
	padding-bottom:7px;
}
#section .main .userinfo-item h3 a:hover {
	text-decoration:underline;
}
#section .main .userinfo-item .userinfo-replydesc li {
	float:left;
	padding-right:5px;
	margin-left:5px;
	border-right:1px solid rgb(204, 204, 204);
	line-height:1.3;
}
#section .main .userinfo-item .userinfo-replydesc li a {
	color:black;
}
#section .main .userinfo-item .userinfo-replydesc li a:hover {
	color:rgb(170, 51, 0);
	text-decoration:underline;
}
#section .main .userinfo-item p {
	line-height:1.5em;
	color:#666666;
	padding:7px 10px 0 0;
	font-size:14px;
	width:408px;
	float:left;
}
#section .main .userinfo-item .userinfo-replylist {
	color:#666666;
	width:288px;
	float:left;
}
#section .main .userinfo-item .userinfo-replylist li {
	padding:7px 0 0 10px;
	line-height:1.3em;
}
#section .main .userinfo-item .userinfo-replylist li img {
	display:block;
	float:left;
	margin-right:5px;
}
#section .main .userinfo-item .userinfo-replylist li a {
	font-size:15px;
}
#section .main .more-info {
	margin-bottom:20px;
}
#section .main .more-info p {
	color:rgb(102, 102, 102);
	font-size:12px;
}
#section .main .more-info p a img {
	margin-left:5px;
	vertical-align:text-bottom;
}
#section .main .more-info p a {
	color:rgb(102, 102, 102);
}
#section .main .more-info p a:hover {
	color:rgb(170, 51, 0);
	text-decoration:underline;
}
#section .main .waypointlist-inner {
	margin-top:49px;
}
#section .main .waypointlist-item {
	border-bottom:1px solid #eee;
	padding:10px;
	margin:0 10px;
}
#section .main .waypointlist-item:hover {
	background:rgb(221, 221, 221);
}
#section .main .waypointlist-item:hover p {
	color:#333;
}
#section .main .waypointlist-item img {
	float:left;
	padding-right:10px;
}
#section .main .waypointlist-item h3 {
	font-size:15px;
	padding:5px 0 12px 0;
}
#section .main .waypointlist-item h3 a:hover {
	text-decoration:underline;
}
#section .main .waypointlist-item p {
	color:#666;
	position:relative;
	line-height:1.5em;
	font-size:15px;
	padding:0;
	margin:0 0 5px 210px;
}
#section .main .waypointlist-item ul {
	padding-top:5px;
	line-height:1.3em;
}
#section .main .waypointlist-item ul li {
	font-size:12px;
	float:left;
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #999;
	line-height:1.3em;
}
#section .main .waypointlist-item ul li:last-child {
	border:none;
}
#section .creat-article {
	float:right;
	margin:10px 10px 0;
}
#section .main .wide {
	margin:20px 20px 0 0;
}
#section .main .wide .btn {
	text-align:center;
	width:100%;
	padding:10px 0;
	font-size:15px;
	float:none;
	margin:0 auto;
	display:block;
}
#section .main .news-footer {
	border-top:1px solid #eee;
	margin:15px 20px;
	padding:10px 0;
}
#section .main .news-footer .warning {
	float:left;
	font-size:12px;
	padding:0;
}
#section .main table td img {
	vertical-align:middle;
	margin-right:5px;
}
#section .main table .subject-text img {
	vertical-align:-2px;
	margin-right:0px;
}
#section .main .topic-top {
	color:rgb(170,0,0);
}
#section .main .topic-top:hover {
	color:#a30;
}
#section .main .subject-menu .subject-menu-inner {
	width:100%;
	background:#ccc;
}
#section .main .subject-menu .subject-menu-inner li {
	display:block;
	float:left;
}
#section .main .subject-menu .subject-menu-inner li a {
	display:block;
	padding:9px 8px;
	color:#555;
	text-shadow:rgba(255, 255, 255, 0.695312) 0px 1px 0px;
	white-space:nowrap;
}
#section .main .subject-menu ul .now a, #section .main .subject-menu ul li a:hover {
	background-color:#333;
	color:white;
	text-shadow:none;
	z-index:100;
}
#section .main .subject-menu ul li a.subject-menu-ad {
	background:none;
	padding:8px 8px 0px;
}
html.firefox #section .main .subject-menu ul li a.subject-menu-ad {
	background:none;
	padding:6px 8px 0px;
}
#section .main .subject-menu .no-sub .current-menu a {
	background-image:none;
}
#section .main .subject-menu .no-sub li a:hover {
	background-image:none;
}
#section .main .subject-menu .subject-menu-inner li .subject-menu-02 {
	display:none;
	position:absolute;
	left:21px;
	border-bottom:1px solid #ccc;
}
#section .main .subject-menu .subject-menu-inner .current-menu .subject-menu-02 {
	display:inline;
	width:778px;
	background:white;
	z-index:100;
}
#section .main .subject-menu .subject-menu-inner .current-menu .subject-menu-02 a {
	background:none;
}
#section .main .subject-menu .subject-menu-inner .current-menu .subject-menu-02 a:hover {
	background:none;
	color:#333;
	text-decoration:underline;
}
#section .main .fast {
	float:right;
	margin-right:10px;
	margin-top:-57px;
}
#section .main .fast .subscribe {
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	margin-right:1px;
	padding-right:15px;
}
#section .main .fast .print-friendly {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	margin-right:1px;
	padding-left:15px;
	padding-right:15px;
}
#section .main .fast .reply {
	-webkit-border-top-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	padding-right:15px;
	padding-left:15px;
}
#section .main .fast button, #section .main .fast .btn {
	color:#333;
	background-color:#ebebeb;
}
#section .main .fast button:hover, #section .main .fast .btn:hover {
	color:#333;
	text-shadow:0 1px 0 rgba(255, 255, 255, .7);
	background-color:#ccc;
}
#section .main .fast .reply-icon {
	display:block;
	padding-right:15px;
}
#section .main .fast .btn:hover .reply-icon {
	display:block;
	padding-right:15px;
}
#content #section .main .rule-title {
	cursor:pointer;
	font-size:12px;
	width:896px;
}
#content #section .main .rule-title:hover {
	cursor:pointer;
	color:#a30;
	text-decoration:underline;
}
#content #section .main .rule {
	width:896px;
	cursor:pointer;
	padding-top:20px;
	padding-bottom:20px
}
#content #section .main ol.rule {
	list-style:decimal outside;
	line-height:1.5em;
}
#content #section .main ol li {
	margin-left:23px;
}
#content #section .main .rule span {
	color:red;
}
#section .post-page .quote_replies {
	padding:10px 0;
}
#section .post-page .quote_replies .title {
	font-size:15px;
	padding-left:20px;
}
#section .post-page .quote_replies .item-text {
	display:block;
	font-size:12px;
	line-height:1.5;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	border-bottom:1px solid #eee;
}
#section .post-page form .title {
	width:100px;
	font-size:12px;
	margin-top:1px;
}
#section .post-page form .item-group {
	padding-left:110px;
	font-size:12px;
}
#section .post-page form .item-text {
	float:left;
	font-size:12px;
	padding:0;
	margin:0 10px 0 0;
}
#section .post-page form .item-group label {
	font-size:12px;
}
#section .post-page form .input-text, #section .post-page form textarea {
	width:587px;
	max-width:587px;
	font-size:12px;
}
#section .post-page form .btns {
	padding-left:110px;
}
#section .post-page form .post-tools {
	width:100%;
}
#section .post-page form .post-tools li {
	display:inline;
}
#section .post-page form .post-tools .btn, .post-reply .reply-item .btn {
	-webkit-border-bottom-left-radius:3px 3px;
	-webkit-border-bottom-right-radius:3px 3px;
	-webkit-border-top-left-radius:3px 3px;
	-webkit-border-top-right-radius:3px 3px;
	border-bottom-left-radius:3px 3px;
	border-bottom-right-radius:3px 3px;
	border-top-left-radius:3px 3px;
	border-top-right-radius:3px 3px;
	font-size:11px;
	margin-right:5px;
	padding:3px 7px 4px;
	line-height:1.3em;
}
#section .post-page form .btns .btn:hover {
	text-decoration:none;
}
#section .post-page form .emotions {
	width:180px;
	padding:10px;
	background:white;
	float:right;
	overflow:visible;
	margin-top:0px;
}
#section .post-page form .emotions h2 {
	padding:3px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}
#section .post-page form .emotions li {
	display:inline-block;
	float:left;
	margin:0px;
	text-align:center;
	line-height:1.2em;
	letter-spacing:1px;
	width:auto;
	min-width:20%;
	max-width:50%;
}
#section .post-page form .emotions li a {
	display:block;
	padding:5px 5px;
}
#section .post-page form .emotions li a:hover {
	background-color:rgb(38, 88, 39);
	color:white;
	text-decoration:none;
}
#section .post-page form .emotions .emotions-preview {
	clear:both;
	border:none;
	margin:10px 10px 0 5px;
}
#section .post-page form .emotions .emotions-preview {
	height:30px;
}
#section .post-page form .emotions .emotions-preview img {
	margin-top:5px;
}
#section .post-page .post-reply span {
	font-size:12px;
	float:right;
	margin-top:-42px;
	padding-right:20px;
}
#section .post-page .post-reply .reply-item {
	border-bottom:1px solid rgb(240,240,240);
	padding:20px 0 20px 61px;
	margin:20px;
}
#section .post-page .post-reply .reply-item h3 {
	font-size:12px;
	line-height:1.3em;
	padding:5px 48px;
}
#section .post-page .post-reply .reply-item p {
	padding:5px 0 0 48px;
	font-size:12px;
}
.panel .btns button, .panel .btns .btn {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.panel textarea {
	font-size:12px;
	margin-bottom:5px;
}

#section .main .score-this {
	float:right;
}
td strong {
	color:#a30;
}
#section .post-page .fast-reply textarea {
	width:407px;
	max-width:407px;
	display:inline;
}
.ad-a1 {
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-right: none;
}
.ad-a2 {
	display:block;
	padding:0;
	margin:0;
	margin-top:5px;
	width:300px;
	height:100px;
	z-index:1;
	overflow:hidden;
}

.weather {
	display:block;
	height:100px;
	margin-bottom:4px;
}
.ad-a {
	display:block;
	width:300px;
	height:100px;
	z-index:1;
	overflow:hidden;
}
.ad-b {
	display:block;
	margin-bottom:5px;
	width:190px;
	max-height:80px;
	z-index:1;
	overflow:hidden;
}
.ad-d {
	display:block;
	margin-bottom:5px;
	width:190px;
	max-height:240px;
	z-index:1;
	overflow:hidden;
}
.ad-g {
	display:block;
	margin-bottom:5px;
	width:190px;
	max-height:160px;
	z-index:1;
	overflow:hidden;
}
.navbar {
	width: 100%;
    overflow: hidden;
}
.navad {
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}
.single-post-content-sig {
	text-align:right;
	color:#CCCCCC;
	font-size:11px;
	letter-spacing:0em !important;
}
.friend-tools {
	font-size:12px;
	margin-top:5px;
}
.anon_icon {
	width:118px !important;
	height:118px !important;
	border:1px solid #cccccc;
	background-color:#eeeeef !important;
	color:#666666;
	font-size:11px;
	line-height:120px;
	margin-right:8px;
	text-align:center;
	cursor:pointer;
}
.double_ad_l {
	position:relative;
	left:10%;
	margin-top:4px;
	float:left;
	z-index:1;
}
.double_ad_r {
	position:relative;
	right:10%;
	margin-top:4px;
	float:right;
	z-index:1;
}
.topic {
	padding:10px 20px 0 20px;
	line-height:1.5em !important;
	letter-spacing:0.1em;
	font-size: 25px;
	color: #000;
}
#section .main table .subject-text a.topic_top {
	color:#990000;
	font-weight:bold;
}
#section .main table .subject-text a.topic_not {
	color:#996600;
	font-weight:bold;
}
#section .main table .subject-text a.topic_gen {
	color:#000000;
}
.navbar-b {
	width:738px;
	margin-top:20px;
	margin-left:20px;
}
.navbar-bl {
	float:left;
	width:80%;
	color:#666;
	line-height:1.5em;
}
.navbar-br {
	float:right;
	width:20%;
	text-align:right;
	color:#666;
	line-height:1.5em;
}
.navbar-bl a, .navbar-br a {
	color:#666;
}
.navbar-bl a:visited, .navbar-bl a:link, .navbar-br a:visited, .navbar-br a:link {
	color:#666;
}
.navbar-bl a:hover, .navbar-br a:hover {
	color:#a30;
	text-decoration:underline;
}
.adtext, .adtext:link, .adtext:visited {
	color:#900 !important;
}
.adtext:hover {
	color:#FFF !important;
}
.sidebar-btn {
	outline-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	padding:3px 7px 4px;
	font-size:11px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	color:#454;
	text-shadow:0 1px 0 rgba(255, 255, 255, .7);
	margin:0px 10px 0px 0px;
	cursor:pointer;
	font-weight:normal;
	text-decoration:none;
	border-bottom:#a1bea0 1px solid;
	border-left:#a1bea0 1px solid;
	line-height:1.3em;
	background:#bee0bd;
	border-top:#a1bea0 1px solid;
	border-right:#a1bea0 1px solid;	
	
}
.admicrobtnlist {
	clear:both;
	margin-left:20px;
	margin-bottom:5px;
	margin-top:0px;
	height:17px;
}
.admicrobtnlist img {
	display:inline-block;
	margin:2px 5px -1px 0px;
}
.admicrobtn {
	width:88px;
	height:17px;
	text-align:center;
	float:left;
	margin:0px 6px;
	font-size:11px;
	color:#445544;
}
.admicrobtnindex {
	clear:both;
	height:17px;
	margin-top:10px;
}
.admicrobtnindex img {
	display:inline-block !important;
	margin:2px 5px -1px 0px !important;
	padding:0px !important;
}
#weather {
	background-repeat:no-repeat;
	background-position:200px -5px;
	width:300px;
	height:100px;
	margin-bottom:6px;
	overflow:hidden;
}
#weather-content {
	clear:both;
	color:#445544;
	height:73px;
}
#weather-content p a, #weather-content p a:link, #weather-content p a:visited {
	font-weight:bold;
	font-size:15px;
	line-height:1.8em;
	text-decoration:none;
}
#weather-content p a:hover {
	text-decoration:underline;
}
.weather-day {
	float:left;
	width:65px;
	margin-top:5px;
	margin-right:5px;
	line-height:1.5em;
	text-align:center;
	font-size:12px;
	cursor:pointer;
}
#weather-day1 {
	font-weight:bold;
}
#weather-location {
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	text-shadow:0 1px 0 rgba(255, 255, 255, .7);
}
.topinfo{padding:10px 0;overflow:hidden;margin:0 20px 20px 20px;border-bottom:3px double #ccc;}
.infoleft{float:left;}
.share{float: right;}
.time,.author{float: left; padding:0 5px; font-size: 13px; line-height:30px; color: #666;}
.read{border: 1px solid #15688F; padding: 5px; border-radius:3px; color: #15688F; float:left; margin-left: 10px;font-size: 13px;}
.read a{color: #15688F;font-size: 13px;}
#sharebaidu{float:left;margin-left: 10px;vertical-align:middle;}
#sharebaidu a{background:none;border: 1px solid #15688F;padding:3px 5px;border-radius:3px;color:#15688F;font-size:13px;margin: 0; height: auto; line-height:normal;}
.ico{background:url(../images/icon_share.png)no-repeat scroll;width:10px;height:13px;float:left;display:inline;margin:2px 6px 0 0;}
.say{width:100%; overflow: hidden; margin: 40px 0;}
.comment_title{margin: 10px 0; width: 100%;}
.comment_title a{font-size: 20px;}
.comment_input form textarea{width:99%; margin: auto; border-radius:5px;border: 1px solid #999;padding: 3px;}
.comment_import{margin-top:20px;}
.comment_import span{float:left;line-height: 30px;font-size: 16px; color: #666;}
#checkcode{border:1px solid #999;height:23px;float: left;margin-right:10px;padding: 3px;width: 120px;}
#dosubmit{background:#15688f;border:none;padding:5px 10px;float:right;color:#fff;border-radius:20px;font-size:16px;}
#code_img{height:30px;float:left;}
#comment_list{margin: 20px 0; overflow: hidden;width:100%;}
.comment{margin-top: 40px;padding: 0 0 32px 0;border-bottom: 1px solid #f0f0f0;}
.commenthead{padding: 10px 0;overflow: hidden;} 
.commenthead span{font-size: 14px; color: #15688F; margin-right:10px;}
.commenthead-content{padding: 10px 0;overflow:hidden;font-size: 16px;line-height:24px;color:#333;}
.commentfunction{padding: 10px 0;overflow:hidden;}
.ico_last{background:url(../images/content-bg.png) no-repeat;display:inline-block;padding:8px;}


#digg_div{height:95px;border-bottom:1px solid #e5e5e5;padding-bottom:80px;margin:100px 0 50px;font-size:14px;color:#555;text-align:center;}

.reveal-modal-bg {
position: fixed;
height: 100%;
width: 100%;
background: #000;
background: rgba(0,0,0,.8);
z-index: 100;
display: none;
top: 0;
left: 0;
}
 
.reveal-modal {
visibility: hidden;
top: 100px;
left: 55%;
margin-left: -300px;
width: 300px;
background: #eee;
position: absolute;
z-index: 101;
padding: 30px 40px 34px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
-box-shadow: 0 0 10px rgba(0,0,0,.4);
text-align: center;
}
.reveal-modal h1{text-align: left; font-size: 18px;margin-bottom: 20px;} 
.reveal-modal.small { width: 200px; margin-left: -140px;}
.reveal-modal.medium { width: 400px; margin-left: -240px;}
.reveal-modal.large { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge { width: 800px; margin-left: -440px;}
 
.reveal-modal .close-reveal-modal {
font-size: 22px;
line-height: .5;
position: absolute;
top: 8px;
right: 11px;
color: #aaa;
text-shadow: 0 -1px 1px rbga(0,0,0,.6);
font-weight: bold;
cursor: pointer;
}
.username,.password{
	height: 23px;
	width: 120px;
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 5px;
}
.dosubmit{
	height:30px;
	width:200px;
	color:#fff;
	background:#15688F;
	border: none;
	border-radius: 5px;
	font-size:18px;
}
.reveal-modal ul li{
	margin: 10px 0;
	font-size: 16px;
}
.specialpic{position: relative;width: 100%;overflow: hidden;margin:10px 0;}
.specialpic_text{position: absolute;bottom: 0;left:0;background:rgba(0,0,0,0.5);width:100%;}
.specialpic_text h3{ color:#fff; font-size:14px;padding:10px;}
.specialpic_img{width: 100%;height:90px; overflow:hidden;}
.specialpic_img img {width:100%;height:100%;}
.support{margin:10px auto 0 auto;text-align:center;padding-top: 10px;}
.gotopage{height:27px;background:#15688F;color:#fff;border-radius:20px;padding: 5px 23px;}
.gotopage:hover{background:#d6d087;color: #fff;}
#page{border: 1px solid #15688F;height: 25px;border-radius: 5px;margin: 0 5px;}
.month-select{font-size:14px;}
.footerinfo{width:1000px;margin:auto;overflow: hidden;}
.footernav{float:left;width: 75%;overflow: hidden;text-align: center;}
.footernav ul{display: inline-block;margin: 5px auto;}
.footernav ul li{padding:0 3px;line-height:1.5;float:left;}
.footernav ul li a{font-size:12px;color:#fff;}
#rights p{font-size:12px;color:#fff;}
#rights p a{font-size:12px;color:#fff;}
.wechat{float:left;width:100px;overflow:hidden;padding-top:10px;}
.wechat h3{font-size:14px;color:#fff;line-height:1.5;text-align: center;}
.newtabs{
      width: 300px;
      height: 343px;
	  border-top:1px solid #d9d9d9;
	  overflow:hidden;
    }
    /*清浮\E5\8A&#65533;---clearfix*/
    .clearfix {
      *zoom: 1;
    }
    .clearfix:after {
      content: "";
      clear: both;
      display: block;
      height: 0;
      font-size: 0;
      visibility: hidden;
    }
    .blist {
      width: 100%;
      height:40px;
    }
    .blist li:first-child{
      border-left: none;
    }
    .blist li{
       list-style: none;
       width: 50%;
       height: 40px;
       font-size: 16px;
       line-height: 40px;
       text-align: center;
       float: left;
       /*鼠标样式改变为一个手*/
       cursor: pointer;
       /*字体免选中*/
       -webkit-user-select: none;
 
    }
    .blsit-list{
      width: 100%;
    }
    .blsit-list li{
       list-style: none;
       width: 100%;
       border-top: none;
    }
    .newtabs .blist li.active{
      color: red;
      border-top: 3px solid #15688F;
      position: relative;
      top:-1px;
      height: 38px;
	  font-weight:bold;
    }
    .blsit-list li:first-child{
      display: block;
    }
    .blsit-list li{
     display: none;
    }
	.tabshot{padding: 0 2px 0 13px;background: url(../../../../images/round.png)0 no-repeat;overflow:hidden;display: inline-block;height:41px;line-height:42px;margin: 0 5px;width:100%;}
	.tabshot a{font-size:16px;color:#444;}
	.tabshot a:hover{font-size:16px;color:#15688F;text-decoration:underline}
	.tabshot.topfirst a{color:#15688F;}
/* leftsead */
#leftsead{width:47px;height:47px;position:fixed;bottom:135px;right:5%; z-index:1;}
*html #leftsead{margin-top:258px;position:absolute; top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:47px;height:47px;}
#leftsead li img{float:right;}
#leftsead li a{height:47px;float:right;display:block;width:47px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{cursor:pointer;cursor:hand;}
/* nav */
nav{margin:auto;width:1000px;height:45px;background:#15688f;}
ul.dropdown{ 
  position: relative; 
  width: 100%; 
}
ul.dropdown li{ 
   width:80px;
   line-height: 45px;
  float: left; 
  position: relative;
  background: #15688f;
}
ul.dropdown a:hover{ 
  color: #000; 
}
ul.dropdown li a { 
  display: block; 
  color: #fff; 
  position: relative; 
  z-index: 2000; 
  text-align: center;
  text-decoration: none;
  font-size:14px;
}
ul.dropdown li a:hover,
ul.dropdown li a.hover{ 
  background: #3498db;
  position: relative;
  color: #fff;
}
ul.dropdown ul{ 
 display: none;
 position: absolute; 
  top: 0; 
  left: 0; 
  width:80px; 
  z-index: 1000;
}
ul.dropdown ul li{ 
  width:80px;
  line-height: 45px;
} 
ul.dropdown ul li a{ 
  display: block; 
  color: #fff !important;
  background: #1679C3 !important;
} 
ul.dropdown ul li a:hover{
  display: block; 
  background: #3498db !important;
  color: #fff !important;
} 
.drop > a{
  position: relative;
}
.drop > a:after{
  content:"";
  position: absolute;
  right: 10px;
  top: 40%;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  z-index: 999;
}
.drop > a:hover:after{
  content:"";
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
}
/* login */
.login-header{width:100%;text-align:center;height:30px;font-size:24px;line-height:30px;}
.login{width:500px;position:fixed;border:#ebebeb solid 1px;height:280px;top:50%;left:50%;display:none;background:#ffffff;box-shadow:0px 0px 20px #ddd;z-index:9999;margin-left:-250px;margin-top:-140px;}
.login-title{width:100%;margin:10px 0px 0px 0px;text-align:center;line-height:40px;height:40px;font-size:18px;position:relative;}
.login-title span{position:absolute;font-size:12px;right:-20px;top:-30px;background:#ffffff;border:#ebebeb solid 1px;width:40px;height:40px;border-radius:20px;}
.login-title span a{display:block;}
.login-input-content{margin-top:20px;}
.login-input {overflow:hidden;margin:0px 0px 20px 0px;}
.login-input label{float:left;width:90px;padding-right:10px;text-align:right;line-height:35px;height:35px;font-size:14px;}
.login-input input.list-input{float:left;line-height:35px;height:35px;width:350px;border:#ebebeb 1px solid;text-indent:5px;}
.login-button{width:50%;margin:30px auto 0px auto;line-height:40px;font-size:14px;border:#ebebeb 1px solid;text-align:center;}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 35%;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #fe6500;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 35%;
	width: 35px;
	height: 70px;
	margin-top: -25px;
	cursor: pointer;
	opacity: 0.5;
}

.ft-carousel .carousel-prev-btn {
	left: 10px;
	background: url(https://m.djclazzik.com/www/images/arrow-left.png) #000 50% no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 10px;
	background: url(https://m.djclazzik.com/www/images/arrow-right.png) #000 50% no-repeat;
}