﻿@charset "utf-8";
/*
Theme Name: Wondercss Responsive V1
Theme URI: http://www.wondercss.com
Author: YuZhan
Author Email: yuzhan@qq.com
*/
* {
	margin:0; padding:0;
}
body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	background-color: #fff;
}
article, aside, canvas, figure, figcaption, hgroup, footer, header, nav, section, audio, video {
	height: auto;
	overflow: hidden;
	display: block;
	position: relative;
}
ul,ol,li,dl,dt,dd {
	height: auto;
	list-style: none;
	overflow: hidden;
}
h1,h2,h3,h4,h5,h6 {
	clear: left;
	font-family: 'Microsoft YaHei UI', 'Microsoft YaHei';
}
img {
	border: none;
}
a:link,a:visited,a:active {
	color: #444;
	text-decoration: none;
}
a:hover,
a.readmore {
	color: #680226;
	text-decoration: underline;
}
::selection {
	color: #FFFFFF;
	text-shadow: 1px 1px 0 #069;
	background-color: #09f;
}
img::selection {
	background-color:transparent;
}
body::before {
	content: "";
	position: fixed;
	top: -15px;
	left: 0;
	width: 100%;
	height: 15px;
	z-index: 10;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.4);
	box-shadow: 0 0 7px rgba(0,0,0,.4);
}
/*----------------Layout----------------*/
#page {
	width:100%;
}
#page {
	-webkit-animation-name:thePage;
	-webkit-animation-duration:600ms;
	-webkit-animation-timing-function:ease-in-out;
}
@keyframes thePage {
	0% { opacity: 0; transform: translateY(-50px); }
	100% { opacity: 1; transform: translateY(0); }
}
@-webkit-keyframes thePage {
	0% { opacity: 0; -webkit-transform: translateY(-50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes thePage {
	0% { opacity: 0; -moz-transform: translateY(-50px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}
@-ms-keyframes thePage {
	0% { opacity: 0; -ms-transform: translateY(-50px); }
	100% { opacity: 1; -ms-transform: translateY(0); }
}
#main {
	margin:0 auto;
	padding-top:14px;
	width:1000px;
	background-color: #fff;
}
#masthead {
	width:100%;
	background: url(/images/masthead-bg.jpg) repeat-x;
}
		
#primary {
	float:left;
	width:720px;
	margin-right: 14px;
	margin-bottom:16px;
}
	
#secondary {
	float:right;
	width:266px;
	margin-bottom:16px;
}
#colophon {
	width:100%;
	height: auto;
	padding-top: 10px;
	overflow: hidden;
}
a.more-sytle {
	color: #c00;
}
/*----------------Masthead----------------*/
#masthead {
	overflow:visible;
}
#site-title {
	width:100%;
	height:116x;
}
#site-title a {
	display:block;
	width:100%;
	height:116px;
	margin:0 auto;
	color:#fff;
	text-indent:-500em;
	overflow:hidden;
	background:url(/images/logo.gif) center center no-repeat;
}
#banner {
	width: 1000px;
	height: 370px;
	overflow: hidden;
	margin:0 auto;
	background: url(/images/banner.jpg) top center;
	
}
.article #banner {
	height: 0;
	background:none;
}
.site-menu {
	width: 100%;
	height: auto;
	border-top: 1px solid #680226;
	border-bottom: 1px solid #fff;
	background-color: #7b0730;
}
.banner{
	text-align:center;
}
.banner img{
	max-width:100%;
}
#main-menu {
	width: 1000px;
	height: 50px;
	margin: 0 auto 1px auto;
}
#main-menu a {
	display: block;
	float: left;
	width: 124px;
	border-left: 1px solid #a11748;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}
.home #main-menu a.home,
#main-menu a.hover,
#main-menu a:hover {
	color: #fff100;
	background-color: #680226;
}
#main-menu a.home {
	border-left: 0;
}
#search-box {
	width: 1000px;
	height: 42px;
	padding: 4px 0;
	margin: auto;
	overflow: hidden;
	background-color: #eee;
}
.search-form {
	float: left;
	width: 410px;
	height: 38px;
	padding-left: 26px;
}
.search-form li {
	float: left;
	height: 26px;
	padding: 6px 0;
}
.sf-tit {
	padding-right: 4px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}
.sf-tit i {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 7px 5px 0 0;
	background: url(/images/icon.png) -16px 0 no-repeat;
}
.sf-key {
	width: 240px;
}
.sf-but {
	width: 70px;
}
.iask {
	float: left;
	width: 540px;
	height: 26px;
	line-height: 26px;
	padding: 8px 0 6px 20px;
	font-weight: bold;
}
.iask a {
	margin-right: 8px;
	color: #c00;
	font-weight: normal;
	text-decoration: underline;
}
.scroll_tit {
	float: left;
	font-size: 14px;
	padding-right: 14px;
}
.scroll_div {
	float: left;
	width:448px;
	margin:0 auto;
	overflow: hidden;
	white-space: nowrap;
}
#scroll_begin,
#scroll_end,
#scroll_begin ul,
#scroll_end ul,
#scroll_begin ul li,
#scroll_end ul li {
	display:inline;
}
/*----------------Index----------------*/
.section-title {
	display: block;
	float: left;
	width: 100%;
	height: 60px;
	margin: 0 auto 16px auto;
	overflow: hidden;
	line-height: 60px;
	text-indent: -999em;
	background-image: url(/images/row-title.jpg);
}
.bingli {
	background-position: 0 -60px;
}
.jibing {
	background-position: 0 -120px;
}
/* home-show */
#tabnews {
	float: left;
	width: 376px;
	height: 436px;
	margin-left: 12px;
	margin-bottom: 16px;
	border: 1px solid #e6e0de;
}
.threetabs li {
	float: left;
	width: 124px;
	height: 46px;
	margin-top: 1px;
	border-left: 1px solid #fff;
}
.threetabs li a {
	display: block;
	width: 124px;
	height: 46px;
	overflow: hidden;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	background: url(/images/threetabs-bg.gif) 0 -47px;
}
.threetabs li a.selected {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	background: url(/images/threetabs-bg.gif);
}
.ttsbox div,
.ttsbox ul {
	width: 94%;
	height: auto;
	overflow: hidden;
	padding: 14px 3%;
	border-bottom: 1px dashed #e6e0de;
}
.ttsbox div {
	height: 88px;
}
.ttsbox ul {
	height: 140px;
}
.ttsbox h3 {
	display: block;
	padding-top: 4px;
	margin-bottom: 12px;
	text-align: center;
}
.ttsbox p {
	line-height: 24px;
}
.ttsbox li {
	width: 100%;
	height: 28px;
	color: #999;
	line-height: 28px;
	text-align: right;
}
.ttsbox li a {
	float: left;
}
.ttsbox li i {
	display: block;
	float: left;
	margin: 12px 8px 0 0;
	width: 3px;
	height: 3px;
	background-color: #c00;
}
.botswtimg {
	width: 94%;
	height: 90px;
	padding: 10px 3%;
}
/* idx-focus */
.idx-focus{
    float: left;
    margin-bottom: 16px;
    border:solid 5px #a11748;
}
.idx-focus,
.focus-pic li{
    width: 600px;
    height: 428px;
    position: relative;
    overflow: hidden;
}
.top4{ width:100%; height:425px; float:left; position:relative;}
.top4_box{ width:1400px; height:425px; position:absolute; top:0; left:50%; margin-left:-700px; overflow:hidden; _margin-top:-45px; }
.top4_list{ width:1400px; height:425px; margin:0 auto; display:block; overflow:hidden; }
.top4_list li{ width:1400px; height:425px; float:left; }
.top4_tips{ width:147px; height:15px; position:absolute; bottom:20px; _bottom:60px; left:960px;left:50%;_left:710px;  margin-left:-49px; display:inline; z-index:2; }
.top4_tips li{ width:15px; height:15px; float:left; margin-right:6px; background:url(/images/top4_icon1.png) no-repeat; _background:url(/images/top4_icon1.gif) no-repeat; cursor:pointer;}
.top4_tips li.ov{ background:url(/images/top4_icon2.png) no-repeat;_background:url(/images/top4_icon2.gif) no-repeat;}
.top4_tips li.ot{ width:15px; height:15px; float:left; margin-right:6px; background:url(/images/top4_icon1.png) no-repeat; _background:url(/images/top4_icon1.gif) no-repeat; cursor:pointer;}
.idx-foc-tmp{
    height: 340px;
}
.focus-pic{
    height: 340px;
}
.focus-pic li{
    float: left;
    height: 340px;
}
.focus-pic li img{
    width: 600px;
    height: 340px;
}
.focus-pic .bg{
	display: none;
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .3;
    filter:Alpha(opacity=30);
    z-index: 1;
}
.focus-pic .txt{
	display: none;
    height: 30px;
    position: absolute;
    width: 100%;
    line-height: 30px;
    text-indent: 10px;
    overflow: hidden;
    z-index: 2;
    left: 0;
    bottom: 0;
    color: #fff;
}
.idx-focus .xtaber-tabs{
    height: 88px;
    background: #fff;
}
.idx-focus .xtaber-tabs li{
    float: left;
    padding: 3px;
    margin-right: -3px;
    position: relative;
    cursor: pointer;
    z-index: 3;
}
.idx-focus .xtaber-tabs img{
    width: 146px;
    height: 82px;
    opacity: 0.8;
}
/*.idx-focus .xtaber-tabs .current{
    background: #a11748;
}*/
.idx-focus .xtaber-tabs .current img{
    opacity: 1;
}
.idx-focus .xtaber-tabs .current i{
    width: 7px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -4px;
    overflow: hidden;
    background-position: -46px -28px;
}
.idx-focus .btn-prev,
.idx-focus .btn-next{
    background: url(/images/foc_btn.png) no-repeat;
    _background: url(/images/foc_btn.png) no-repeat;
    width: 31px;
    height: 50px;
    position: absolute;
    z-index: 4;
    top: 135px;
    _filter:Alpha(opacity=70);
}
.idx-focus .btn-prev{
    background-position: 0 0;
    left: 10px;
}
.idx-focus .btn-next{
    background-position: -33px 0;
    right: 10px;
}
/* Home Focal Point */
.channebox {
	float: left;
	width: 323px;
	height: 320px;
	border: 1px solid #e6e0de;
	margin: 0 12px 12px 0;
	font-size: 14px;
}
#bz-tabbox div:nth-of-type(3n) {
	margin-right: 0;
}
.channebox h3 {
	display: block;
	width: 100%;
	height: 38px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 38px;
	text-indent: 12px;
	border-bottom: 1px solid #e6e0de;
	background: url(/images/bg.jpg) 0 -120px repeat-x;
}
.channebox h3 a {
	color: #b82659;
	text-shadow: -1px -1px 0 #fff;
}
.post-name {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 12px;
	overflow: hidden;
}
.post p {
	padding-right: 12px;
	line-height: 20px;
	font-size: 12px;
}
.post p span {
	display: block;
	float: left;
	width: 120px;
	height: 90px;
	margin-right: 12px;
	margin-left: 12px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.channebox ul {
	padding: 18px 12px 0 12px;
}
.channebox li {
	width: 100%;
	height: 24px;
	margin-bottom: 4px;
	line-height: 24px;
}
.channebox li i {
	float: left;
	display: block;
	width: 3px;
	height: 3px;
	background-color: #b82659;
	margin: 11px 8px 0 0;
}
/* Case 2 */
.case-n8 {
	float: left;
	width: 220px;
	height: 290px;
	margin: 0 0 20px 14px;
	padding: 12px 15px 0 0;
	border-right: 1px dashed #ccc;
}
#casebox2 dl:nth-of-type(4n) {
	border-right: 0;
}
.case-n8 dt {
	position: relative;
	height: 36px;
	overflow: hidden;
	margin-bottom: 16px;
	padding-right: 70px;
	font-size: 14px;
}
.case-n8 dt a {
	color: #000;
}
.case-n8 dt a.greenbut {
	position: absolute;
	right: 0;
	top: 16px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	padding: 0 6px;
	background-color: #a11748;
}
.case-img {
	margin-bottom: 14px;
}
.case-img img {
	width: 98%;
	height: 160px;
	border: 2px solid #a11748;
}
.case-des {
	color: #777;
}
/*----------------Primary----------------*/
#content {
	border: 1px solid #e6e0de;
}
#place {
	margin: 0 1% 14px 1%;
	padding-top: 4px;
	color: #a11748;
}
.article #place,
.front-cover #place {
	margin: 4px 0 0 24px;
}
#place a {
	color:#a11748;
}
#place i {
	display:block;
	float:left;
	width:14px;
	height:14px;
	margin:3px 6px 0 1px;
	background:url(/images/icon.png) no-repeat;
}
.article-list {
	position: relative;
	margin:0 24px;
	padding:14px 0 24px 0;
	border-bottom:1px solid #eee;
}
.article-list dt {
	font-size:16px;
	line-height:38px;
	font-weight:bold;
}
.article-list dt a {
	color:#111;
}
.article-list dt a b {
	color:#c00;
}
.article-list dt i {
	float:left;
	display:block;
	width:10px;
	height:10px;
	margin:15px 6px 0 0;
	background: url(/images/icon.png) -35px -3px no-repeat;
}
.article-list dd {
	padding-top:2px;
	color:#666;
	font-size:12px;
	line-height:22px;
	text-indent: 2em;
}
.article-list span {
	padding-right:12px;
	color:#999;
}
.search-list {
	padding:0 24px 0 16px;
}
.search-list li {
	width: 100%;
	line-height: 42px;
	height: 42px;
	text-align: right;
	color: #999;
}
.search-list li a {
	float: left;
	font-size: 16px;
}
.search-list li a span {
	color: #999;
}
#pageupdown {
	clear:left;
	padding:12px 2%;
	margin-left: 185px;
}

#pageupdown ul li,
.article-content-pages ul li {
	float:left;
	padding:4px 6px;
	font-size:14px;
	line-height:20px;
	color:#b82659;
}
.article-content-pages ul {
	margin-bottom:0 !important;
}
.article-content-pages ul li {
	padding:0 12px 0 0;
	list-style:none !important;
}
#pageupdown ul li a {
	color:#b82659;
}
#pageupdown ul li.thisclass {
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	margin:0 5px;
	border-radius:16px;
	background-color:#b82659;
}
.pageinfo strong {
	font-weight:normal;
}
/* Article */
#article-header {
	padding-top: 10px;
	box-shadow:none;
	border-bottom:0;
}
h1#article-title {
	color:#c00;
	font-size:26px;
	line-height:32px;
	text-align:center;
	padding:28px 0 20px 0;
	font-weight:normal;
}
.front-cover h1#article-title {
	font-size:32px;
	line-height:42px;
	padding:16px 0 24px 0;
}
.article-info {
	border-top: 1px dotted #e6e0de;
	color:#a6abaf;
	text-align:center;
	padding-bottom:16px;
	font-family:'Microsoft YaHei UI', 'Microsoft YaHei';
	padding-top: 14px;
}
.article-info span {
	padding:0 8px;
}
.article-info b {
	padding:0 3px;
	font-weight:normal;
	color:#ea5500;
}
.article-info a {
	color:#f00;
}
#article-subnav {
	padding:3px 3%;
	word-spacing:16px;
	background: url(/images/bg.jpg) repeat-x;
	border-top:1px solid #e6e0de;
}
#article-subnav span a {
	color:#3b0407;
	font-size:14px;
	line-height:32px;
}
#article-content {
	padding-right: 24px;
	padding-left: 24px;
	border-top:0;
	font-size:14px;
	line-height:24px;
	color: #111;
}
		#slideshow-ad {
			width:260px;
			height:260px;
			background-color:#fafafa;
		}
		#article-content h2,
		#article-content h3,
		#article-content h4,
		#article-content h5,
		#article-content h6 {
			color:#000;
			font-size:16px;
			line-height:26px;
			text-indent:28px;
			margin-bottom:24px;
			font-weight:normal;
		}
		#article-content h2 {
			font-size:18px;
		}
		#article-content p {
			line-height:26px;
			margin-bottom:24px;
		}
		#article-content p#excerpt {
			padding-bottom:22px;
			margin-left:276px;
			border-bottom:1px dotted #e6e0de;
		}
		#article-content p.swt-but {
			text-indent:0;
			text-align: center;
		}
		#article-content p.swt-but:hover img {
			opacity: 0.8;
		}
		#article-content p#excerpt span {
			color:#ea5500;
		}
		#article-content ul {
			margin-top:24px;
			list-style-position:outside;
			list-style-type:square;
		}
		#article-content ul li {
			overflow:visible;
			list-style:inside;
			list-style-position:inside;
			list-style-type:square;
		}
		#article-content ol {
			margin-left:28px;
			margin-bottom:24px;
			list-style:inside;
			list-style-position:inside;
			list-style-type:decimal;
			overflow:visible;
		}
		#article-content ol li {
			overflow:visible;
			list-style:inside;
			list-style-position:inside;
			list-style-type:decimal;
		}
		#article-content li {
			line-height:28px;
		}
		#article-content img {
			max-width:100%;
		}
		#article-content blockquote {
			padding:14px 12px 14px 16px;
			background-color:#fafafa;
			margin-bottom:24px;
		}
		#article-content blockquote p {
			color:#000;
			margin-bottom:0;
		}
		#article-content a:link,#article-content a:visited,#article-content a:active {
			color:#a11748;
		}
.about-type-art {
	padding:14px 0 16px 24px;
	font-size:16px;
	color:#c00;
	font-weight:normal;
}
#wordlist {
	height:auto;
	overflow: hidden;
	padding: 0 24px 18px 24px;
}
		#wordlist .toleft,#wordlist .toright {
			float:left;
			width:328px;
		}
		#wordlist .toright {
			float:right;
		}
		#wordlist .toleft div,#wordlist .toright div {
			width:100%;
			height:31px;
			overflow:hidden;
			background:url(/images/bg.jpg) repeat-x;
		}
		#wordlist h4 {
			padding:0 16px;
			line-height:31px;
			font-size:14px;
			color:#2a7935;
		}
		#wordlist h4 b {
			float:left;
			width:110px;
			height:31px;
			overflow:hidden;
			text-align:center;
			color:#fff;
			text-shadow:1px 1px 0 rgba(0,0,0,0.3);
			background:url(/images/bg.jpg) -154px -81px no-repeat;
		}
		#wordlist ul {
			padding:0 14px 0 6px;
		}
		#wordlist li {
			height:32px;
			line-height:32px;
			font-size: 14px;
		}
		#wordlist li i {
			float:left;
			display:block;
			width:3px;
			height:3px;
			margin:12px 6px 0 0;
			overflow:hidden;
			background-color:#c00;
		}
#article-meta {
	padding-top: 14px;
	margin-bottom:4px;
	border-top: 1px dashed #e6e0de;
}
		
/*---------------------------Secondary---------------------------*/
.widget {
	margin-bottom:8px;
}
.widget-title {
	height:39px;
	overflow:hidden;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3);
	font-size:16px;
	line-height:40px;
	font-weight:normal;
	border: 1px solid #e6e0de;
	border-bottom: 0;
	background:url(/images/bg.jpg) 0 0 repeat-x;
}
.widget-title span {
	float:left;
	display:block;
	padding:0 20px 0 0;
	line-height:40px;
	background: #a11748;
}
.widget-title i {
	display:block;
	float:left;
	width:10px;
	height:40px;
	margin-right:10px;
	background:url(/images/bg.jpg) left -41px no-repeat;
}
#about-title {
	text-indent: -999px;
	background:url(/images/bg.jpg) left -80px no-repeat;
}
#about-title i,
#about-title span {
	display: none;
}
.widget-dl,
.widget-ul {
	padding:9px;
	border:1px solid #e6e0de;
	background-color:#fff;
}
	.widget-dl {
		border-bottom:0;
		background:#fff url(/images/search-bg.gif) center -50px repeat-x;
	}
	.widget-dl dt img {
		width:97%;
		border:1px solid #e1dcb2;
		margin:2px 0 6px 0;
		padding:3px;
	}
	.widget-dl dd {
		line-height:18px;
		color:#666;
	}
	.widget-ul li {
		width:100%;
		height:30px;
		overflow:hidden;
		font-size: 14px;
		line-height:30px;
	}
	.widget-ul li i {
		display:block;
		float:left;
		width:3px;
		height:3px;
		margin:13px 8px 0 0;
		overflow:hidden;
		background-color:#ccc;
	}
.aboutbox {
	height:auto;
	padding:10px 3%;
	line-height:18px;
	font-size:12px;
	border:1px solid #e6e0de;
	border-top:0;
	background-color:#fff;
}
	.aboutimg {
		width:100%;
		height:170px;
		margin-bottom:8px;
		background-color:#fff;
	}
	.aboutbox p {
		line-height: 25px;
		text-indent: 2em;
	}
.doctinfo {
	padding:12px 9px;
	border:1px solid #e6e0de;
	border-top:0;
	background-color:#fff;
}
	.doctinfo li {
		width:100%;
		height:24px;
		margin-bottom:8px;
		line-height:24px;
		background-color:#f8f5e4;
	}
	.doctinfo li span {
		float:left;
		padding:0 10px 0 8px;
		margin-right:8px;
		color:#fff;
		background:#bd5978;
	}
	.doctinfo dl {
		width:100%;
		height:auto;
		padding-top:4px;
		overflow:hidden;
	}
	.doctinfo dt {
		float:left;
		width:45%;
		height:136px;
	}
	.doctinfo dt img{
		width:86%;
		height:120px;
		padding:2px;
		border:1px solid #ccc;
	}
	.doctinfo dd {
		float:left;
		width:55%;
		height:128px;
		line-height:20px;
	}
	.doctinfo dd a {
		font-size:14px;
		color:#bd5978;
		padding-left:4px;
	}
	.doctinfo dd p.zxbut {
		padding-top:10px;
	}
	.doctinfo dd p.zxbut a {
		display:block;
		width:90px;
		height:24px;
		line-height:24px;
		text-align:center;
		font-size:12px;
		padding-left:0;
		color:#fff;
		text-decoration:none;
		border-radius: 3px;
		text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
		background:transparent url(/images/bg.jpg) -50px -52px no-repeat;
	}
	.doctinfo dd span {
		color:#ea5500;
	}
	.doctinfo dd.doctdes {
		width:91%;
		height:auto;
		padding:8px 4%;
		border:1px solid #e6e0de;
		background-color:#f8f5e4;
	}
	.doctinfo dd.doctdes a {
		font-size:12px;
		color:#f00;
	}
/*----------------Colophon----------------*/
#bottom-info-tab {
	width: 1000px;
	height: auto;
	margin: auto;
}
.bit-title ul {
	position: relative;
	width: 100%;
	height: 44px;
	background: url(/images/bit-title.gif) 0 -44px repeat-x;
}
.bit-title .bitt1 {
	margin-left: 10%;
}
.bit-title li {
	float: left;
	width: 20%;
}
.bit-title li a {
	display: block;
	width: 100%;
	line-height: 42px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}
.bit-title li a.selected {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	background: url(/images/bit-title-selected.gif) no-repeat;
}
.bit-title li.bitt-left,
.bit-title li.bitt-right {
	position: absolute;
	width: 12px;
	height: 44px;
	overflow: hidden;
	overflow: hidden;
	top: 0;
	left: 0;
	background: url(/images/bit-title.gif) no-repeat;
}
.bit-title li.bitt-right {
	left: auto;
	right: 0;
	background: url(/images/bit-title.gif) -12px 0 no-repeat;
}
.bit-con {
	width: 958px;
	height: 112px;
	padding: 14px 20px;
	border: 1px solid #e6e0de;
	border-top: 0;
}
#backtop {
	position:fixed;
	bottom:64px;
	z-index:50;
	width:20px;
	height:60px;
	padding:4px 0;
	line-height:14px;
	text-align:center;
	color:#bd5978;
	border:1px solid #bd5978;
	margin-left:-26px;
	cursor:pointer;
	background-color:#fff;
	border-radius:4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#backtop:hover {
	opacity: 0.7;
}
#fanlinks {
	width: 96%;
	padding: 12px 2%;
	height: auto;
	overflow: hidden;
	background-color: #f1f1f1;
}
#fanlinks li {
	float: left;
	margin-right: 14px;
	line-height: 28px;
}
#fanlinks li.fantitle {
	margin-right: 10px;
	color: #b82659;
}
#bottommenu {
	width:100%;
	height:48px;
	margin: auto;
	line-height:48px;
	text-align:center;
	color:#b82659;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3);
	font-size:14px;
	word-spacing:8px;
	border-top: 6px solid #f1f1f1;
	background-color: #680226;
}
#bottommenu a {
	color:#fff;
}
#copyright-out {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 6px solid #fff;
	border-bottom: 14px solid #680226;
	background-color: #fff4f4;
	box-shadow: inset 1px 0 3px #ccc;
}
#copyright {
	position: relative;
	width: 710px;
	height: auto;
	margin: auto;
	padding: 24px 0 32px 270px;
	overflow: hidden;
	background: url(/images/copyright-bg.jpg) 4px 32px no-repeat;
}
#copyright p {
	line-height: 28px;
}
#copyright p span {
	padding-left: 20px;
}
#copyright p b {
	color: #b82659;
}
#copyright img {
	position: absolute;
	right: 8px;
	top: 32px;
}
.statistics {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #b82659;
}
.statistics a {
	margin-right: 8px;
	color: #b82659;
}
/* bottom float */
#bottomfloat {
	width: 100%;
	height: 44px;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: url(/images/bg.jpg) 0 -240px repeat-x;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.bf-con {
	width: 980px;
	margin: auto;
}
/*----------------Form----------------*/
#search-keyword {
	width:88%;
	height:28px;
	color:#999;
	line-height:28px;
	padding:0 5%;
	border:1px solid #680226;
	border-radius:2px;
	font-size:12px;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#search-keyword:focus {
	outline: 0;
	outline-style: none;
	outline-width: 0;
	-moz-outline-width: 0;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.search-button {
	width:96%;
	height:30px;
	color:#fff;
	font-size:12px;
	line-height:28px;
	text-align:center;
	cursor:pointer;
	border:1px solid #ea5500;
	background-color:#ea5500;
	background-position: 0 -40px;
	border-radius:3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}
.error404 .search-button {
	height:46px !important;
	line-height:44px !important;
}
.search-button:hover {
	background-color:#f77401;
	border:1px solid #f77401;
}
.zoosnet {
	display: none;
}
@media (max-width: 800px) {
	#main {
		width:100%;
	}
	#primary {
		width:100%;
		margin-right: 0;
	}
	#secondary {
		display: none;
		float:left;
		width:100%;
	}
	#site-title {
		padding: 10px 0;
	}
	#site-title a {
		background:url(/images/logo-800px.gif) center center no-repeat;
	}
	#banner {
		width: 100%;
		height: 1px;
		background: none;
	}
	#main-menu {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#main-menu a {
		width: 25%;
		border: 0;
	}
	#search-box {
		width: 100%;
		height: auto;
		padding: 8px 0;
	}
	.section-title {
		width: 96%;
		height: auto;
		margin: 0 2% 16px 2%;
		line-height: 60px;
		text-indent: 0;
		text-align: center;
		color: #fff;
		font-size: 28px;
		background-image: none;
		background-color: #7b0730;
	}
	.idx-focus {
		float: none;
		margin: auto;
		margin-bottom: 16px;
	}
	#tabnews {
		float: left;
		width: 95%;
		margin: 0 2% 16px 2%;
		border: 1px solid #e6e0de;
	}
	.threetabs li {
		width: 33%;
		height: 46px;
		border-left: 1px solid #fff;
	}
	.threetabs li a {
		width: 100%;
		line-height: 48px;
		background: #eee;
	}
	.threetabs li a.selected {
		background: #7b0730;
	}
	.channebox {
		clear: left;
		float: none;
		width: 95%;
		height: auto;
		margin: 0 2% 12px 2%;
	}
	.case-n8 {
		float: left;
		width: 45%;
		margin: 0 0 20px 0;
		padding: 12px 2% 0 2%;
		border-right: 1px dashed #ccc;
	}
	#wordlist .toleft,#wordlist .toright {
		float:none;
		width:100%;
	}
	#bottommenu {
		width:94%;
		height:auto;
		padding: 8px 3%;
		line-height:48px;
		text-align:center;
		word-spacing:4px;
	}
	#copyright {
		width: 94%;
		padding: 24px 3%;
		background: none;
	}
	#copyright p {
		font-size: 14px;
		line-height: 34px;
	}
	#copyright img {
		display: none;
	}
}