@charset "utf-8";
html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #999;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow-x: hidden;
}
td, p, div {
	color: #666;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
A {
	color: #666;
	TEXT-DECORATION: none;
	outline: none;
}
A:link {
	color: #666;
	TEXT-DECORATION: none;
	outline: none;
}
A:hover {
	color: #333;
	TEXT-DECORATION: none;
	outline: none;
}
a:visited {
	color: #666;
	TEXT-DECORATION: none;
	outline: none;
}
a:active {
	color: #666;
	TEXT-DECORATION: none;
	outline: none;
}
.offsetcol {
	background-color: #F1F5FA;
	padding: 5px;
}
.offsetcol2 {
	background-color: #EEEEEE;
	padding: 5px;
}
.textbox {
	padding: 4px;
	margin: 0px;
	;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px #eee solid;
	height: 16px;
}
.footer {
	color: #666;
	font-size: 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 20px;
	text-align: center;
	padding-top: 130px;
}
.cotext {
	font-size: 10px;
	color: #666666;
	padding: 5px;
}
.img_pop {
	display: inline-block;
	font-size: 14px;
	color: #000;
	cursor: pointer;
}
.item_hidden {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.item_show {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.logo_cell {
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 16px;
}
.nav_cell {
	text-transform: uppercase;
}
#mid_cell {
	width: 800px;
}
/* @group work */

.work_title {
	padding-bottom: 20px;
	text-transform: uppercase;
}
.work_des {
	padding: 0 0 10px 10px;
	margin-left: 10px;
	width: 160px;
}
.work_item {
	padding-bottom: 40px;
}
.video_title {
	padding-top: 10px;
}
/* @end */

/* sBar */

/* @group s Bar */
	
.sBar {
	width: 5px;
	border: 1px #eee solid;
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: visibility, opacity;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: visibility, opacity;
	-o-transition-duration: 0.5s;
}
.sButton {
	width: 5px;
	border: 1px #ccc solid;
	background-color: #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 20px;
	cursor: pointer;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: visibility, opacity;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: visibility, opacity;
	-o-transition-duration: 0.5s;
}
.sCell {
}
#sub_nav {
	text-align: right;
	padding-bottom: 21px;
	padding-right: 111px;
	text-transform: uppercase;
}
/* @end */

.deactive {
	color: #999;
}
.deactive A {
	color: #999;
	TEXT-DECORATION: none;
	outline: none;
}
.deactive A:link {
	color: #999;
	TEXT-DECORATION: none;
	outline: none;
}
.deactive A:hover {
	color: #999;
	TEXT-DECORATION: none;
	outline: none;
}
.workcell {
	display: inline-block;
 *zoom:1;
 *display: inline;
	padding: 25px;
	vertical-align: text-top;
}
#thumbcell {
	-moz-transition-property: left;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: left;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-property: left;
	-o-transition-duration: 1s;
	-o-transition-timing-function: ease-out;
}
.thumbtd {
	background: url(../img/icon_pic.png) no-repeat center center;
}
.thread {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px dashed #ccc;
	padding: 10px;
	margin: 10px;
}
.comm_des {
	border-top: 1px dashed #ccc;
	padding-top: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
}
.comm_title {
	cursor: pointer;
	word-wrap: break-word;
	break-word: break-all;
}
.comm_reply_div {
}
.comm_reply_cell {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px dotted #ccc;
	padding: 10px;
	margin: 5px;
	margin-left: 20px;
	word-wrap: break-word;
	break-word: break-all;
}
.comm_reply_title {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
	word-wrap: break-word;
	break-word: break-all;
}
.title_date {
	float: right;
}
.replyButton {
	padding-right: 5px;
	padding-top: 10px;
}
.yearlist {
	margin: 15px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #ccc dotted;
}
.monthlist {
	margin: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.nav_title {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
}
.nav_title a {
	text-transform: uppercase;
}
.actived {
	color: #666;
}
#maintable {
	z-index: 0;
}
/* @group box_ro */

.box_ro > tbody > tr > td.lefttop {
	background: url(../img/box_ro/left_top.png) no-repeat right bottom;
}
.box_ro td.lefttop {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/box_ro/left_top.png', sizingMethod='scale');
	font-size: 0px;
}
.box_ro > tbody > tr > td.left {
	background: url(../img/box_ro/left.png) repeat-y right;
}
.box_ro td.left {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/box_ro/left.png', sizingMethod='scale');
	font-size: 0px;
}
.box_ro > tbody > tr > td.leftbottom {
	background: url(../img/box_ro/left_bottom.png) no-repeat right top;
}
.box_ro td.leftbottom {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/box_ro/left_bottom.png', sizingMethod='scale');
	font-size: 0px;
}
.box_ro > tbody > tr > td.right {
	background: url(../img/box_ro/right.png) repeat-y left;
}
.box_ro td.right {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/box_ro/right.png', sizingMethod='scale');
	font-size: 0px;
}
.box_ro > tbody > tr > td.righttop {
	background: url(../img/box_ro/right_top.png) no-repeat left bottom;
}
.box_ro td.righttop {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/box_ro/right_top.png', sizingMethod='scale');
	font-size: 0px;
}
.box_ro > tbody > tr > td.rightbottom {
	background: url(../img/box_ro/right_bottom.png) no-repeat left top;
}
.box_ro td.rightbottom {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/box_ro/right_bottom.png', sizingMethod='scale');
	font-size: 0px;
}
.box_ro > tbody > tr >td.top {
	background: url(../img/box_ro/top.png) repeat-x bottom;
}
.box_ro td.top {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/box_ro/top.png', sizingMethod='scale');
	font-size: 0px;
}
.box_ro > tbody > tr > td.bottom {
	background: url(../img/box_ro/bottom.png) repeat-x top;
}
.box_ro td.bottom {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/box_ro/bottom.png', sizingMethod='scale');
	font-size: 0px;
}
/* @end */

.page_this {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 1200px;
	min-width: 320px;
}
.cell {
	margin: 40px;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	min-height: 100px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 5px 0 rgba(200,200,200,0.4);
	box-shadow: 0 0 5px 0 rgba(200,200,200,0.4);
}
.cell img {
	width: 100%;
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}
.text {
	padding: 10px;
}
.pop_div {
	
}
.pop_div img {
	width: 100%;
	max-width: 100%;
}
.pop_div h2 {
	font-size: 60px;
	text-align: center;
}
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-top: -30px;
	left: 97%;
}
.content img {
	max-width: 100%;
	width: 100%;
}
.top-image img {
	max-width: 100%;
}
.des {
	padding-top: 40px;
}
.thumb_bar {
	max-width: 600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#thumbDiv {
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}
#buttonRight {
	float: left;
	display: block;
	margin-top: 10px;
}
#buttonLeft {
	float: right;
	display: block;
	margin-top: 10px;
}
.img_div img {
	
}
.bdsharebuttonbox {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
	float: none !important;
	display: inline-block !important;
}
.nav_top {
	margin: 40px;
	margin-left: auto;
	margin-right: auto;
}
.share {
	padding: 20px;
	text-align: center;
	padding-bottom: 10px;
}
#centerImg {
	width: 80%;
	max-width: 700px;
	margin: auto;
}
#centerImg img {
	max-width: 100%;
	width:100%;
	
}
#centerImg .title {
	padding: 20px;
	padding-bottom: 40px;
	text-align: right;
	padding-right:0px;
	padding-top:5px;
	
}

.ui.modal{
	max-width: 700px;
}

@media (max-width:414px) {
.nav_top {
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
}
.nav_title {
	font-size: 12px;
}
.cell {
	width: 85%;
}
.page_this {
	width: 100% !important;
}

.nav_title{
	font-size: 80%;
	
}
#centerImg .title {
	font-size: 80%;
}
}
