@CHARSET "UTF-8";

*,*:after,*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial;
	background-color: #fdfcee;
}

.bg_pink {
	background-color: #d50080;
}

.bg_deeppink {
	background-color: #a70062;
}

.bg_green {
	background-color: #85ca16;
}

.font_white {
	color: #FFF;
}

.font_black {
	color: #000;
}

div {
	width: 100%;
}

.hidden_view {
	display: none;
}

/******************* Animation *******************/
div_animation {
	overflow: hidden;
}

#div_animation canvas {
	margin: auto;
	display: block;
}

#div_animation,#div_animation #div_text {
	position: absolute;
}

/******************* Main header *******************/
#main {
	margin: auto;
	position: relative;
	z-index: 999;
	margin: auto;
}

#header .hidden {
	width: 0px;
	overflow: hidden;
}

#header .setRight {
	float: right;
}

/******************* menu *******************/
#menu {
	width: 100%;
}

#menu ul {
	float: left;
	width: 88%;
	padding-left: 40px;
}

#menu ul li {
	float: left;
	margin-right: 40px;
	z-index: 100;
}

#menu ul li a {
	display: block;
	cursor: pointer;
	color: #85ca16;
}

#menu ul li a:hover {
	color: #fff;
}

#childs {
	width: 100%;
	float: left;
	padding-left: 35px;
}

#childs ul {
	padding: 0;
	position: absolute;
	margin-top: 5px;
	display: none;
	z-index: 9999;
}

#childs ul li {
	margin: 0;
}

#childs ul li a {
	color: #d50080;
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 25px;
}

#childs ul li a:hover {
	background-color: #85ca16;
	color: #000;
}

#childs ul li ul {
	margin: 0;
	width: 60px;
	border-bottom: #85ca16 1px solid;
	border-left: #85ca16 1px solid;
	border-right: #85ca16 1px solid;
	background-color: #fdfcee;
}

#childs ul li ul li {
	float: none;
	height: 20px;
}

#childs ul li .font_black {
	color: #000;
}

#childs ul li ul li a {
	font-size: 12px;
	color: #d50080;
	line-height: 20px;
}

#childs ul li ul li a:hover {
	background-color:#C0C0C0;
	font-size: 14px;
	color: #000;
}

#childs .childss {
	min-width: 60px;
	text-align: center;
}

#menu #menu_lang {
	float: left;
	width: 12%;
	color: #FFF;
	text-align: right;
}

#menu #menu_lang a {
	cursor: pointer;
}

/******************* footer *******************/
#footer {
	float: left;
	width: 100%;
	overflow:hidden;
}

#footer div,#footer img {
	width: 100%;
}

.line {
	background-color: #c1c1c2;
}

/******************* Index *******************/
#imgs {
	width: 100%;
	background-color: #000;
	float: left;
}

#imgs .fimg {
	position: absolute;
	z-index: 1999;
}

#imgs .ri-grid {
	width: 33.333%;
	float: left;
	position: relative;
	height: auto;
	overflow: hidden;
}

#imgs .ri-grid ul {
	position: absolute;
	z-index: 999;
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#imgs .ri-grid li {
	position: absolute;
}

#imgs .blank {
	background-color: #fdfcee;
	width: 0.001%;
}

#imgs .mark {
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 1000px;
	z-index: 9999;
	filter: alpha(Opacity = 80);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/******************* Content *******************/
#content table {
	color: #333333;
	margin: auto;
}

#content .font_title_pink {
	font-size: 25px;
	line-height: 40px;
	color: #d60080;
	font-weight: bold;
}

#content .font_title_green {
	font-size: 26px;
	line-height: 40px;
	color: #39A200;
	font-weight: bold;
}

#content .font_title_grey{
	font-size:26px;
	line-height:40px;
	color: #6D6E70;
	font-weight:bold;
}

#content .font_black {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	font-weight: bold;
}

#content .font_grey {
	font-size: 12px;
	line-height: 30px;
	color: #6D6E70;
}

#content .font_green{
	font-size:15px;
	line-height:40px;
	color: #39A200;
}

#content .font_pink{
	font-size:15px;
	line-height:40px;
	color: #d60080;
}

#content a.black:link {
	color: #000000;
}

#content a.black:visited {
	color: #000000;
}

#content a.black:hover {
	color: #a70063;
}

#content a:link {
	color: #9bff2e;
}
#content a:visited {
	color: #9bff2e;
}
#content a:hover {
	color: #fff; 
}

#content .ScrollingSection {
	width: 100%;
	line-height: 26px;
	font-size: 14px;
	overflow: auto;
	overflow-x: hidden;
	background: url(../images/k_bg.jpg);
	background-repeat:no-repeat;
	scrollbar-arrow-color: #78e700;
	scrollbar-darkshadow-color: #a70063;
	scrollbar-face-color: #a70063;
	scrollbar-highlight-color: #78e700;
	scrollbar-shadow-color: #a70063;
	scrollbar-highlight-color: #a70063;
	scrollbar-3dlight-color: #a70063;
	scrollbar-shadow-color: #a70063;
	scrollbar-darkshadow-color: #a70063;
	scrollbar-track-color: #78e700;
	z-index: 3;
}

#content .text {
	width: 90%;
	margin: 25px;
}

#content .h_line {
	width:1px;
}

#content #slider{ position:relative; overflow:hidden;}
#content .imgs_list{ width:10000px; position:absolute;}
#content .imgs_list ul {float:left; }
#content .imgs_list ul li { display:inline; float:left; }

#content .fancybox_a{
	color:#6d6e70;
	width:100%;
	text-align:right;
}
#content .fancybox_a:hover{
	color:#000;
}

#fancybox-loading,#fancybox-loading div{
	width:auto;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 320px) {
}

@media only screen and (max-width: 240px) {
}