﻿@font-face {
	font-family: AdobeKaitiStd;
	src: url(../font/stkaiti.eot);
	src: local(AdobeKaitiStd), url(../font/stkaiti.ttf) format('opentype');
}
@font-face {
	font-family: YenLight;
	src: url(../font/YenLight.eot);
	src: local(YenLight), url(../font/YenLight.ttf) format('opentype');
}
@font-face {
	font-family: YenHeavy;
	src: url(../font/YenHeavy.eot);
	src: local(YenHeavy), url(../font/YenHeavy.ttf) format('opentype');
}
@font-face {
	font-family: YueHeiTi
	src: url(../font/YueHeiTi.otf);
	src: local(YueHeiTi), url(../font/YueHeiTi.ttf) format('opentype');
}

body{
	margin-bottom: 0px;
	background: url(../../images/bc.png) #7b0619 repeat-x top left;
}
td.logo{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
td.header{
	background: url(../../images/header-bg.jpg) repeat-x top left;
	height:130px;
	vertical-align:top;
}
table.menu{
	margin-top:0px;
}
table.menu td{
	color:#ffffff;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	padding:70px 20px 0px 20px;;
	vertical-align:bottom;
	border-left: 1px solid #fff;
}
textarea, input, select {
	font-family: Arial;
	font-size: 12px;
	color: 848484;
	font-weight: normal;
	line-height: 14px;
	background-color:#FFEAEA;
	border:1px solid #cccccc;
}

.frame {
	border: 1px solid #E8E9D7;
}
td.content{
	background-color: #ffffff;
	padding:10px 50px;
	text-align: justify;
	/*font-family:Arial, SimSun, sans-serif;*/
	/*font-family:YenLight, Arial, SimSun, sans-serif;*/
	/*font-family:YueHeiTi, Arial, SimSun, sans-serif;*/
	font-family:微软雅黑, Arial, SimSun, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	color:#666666;
	line-height:20px;
}
.testing{
}
td.subcontent{
	background-color: #ffffff;
	padding:10px 50px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	line-height:20px;	
}
ul li{
	/*font-family:YenLight, Arial, SimSun, sans-serif;*/
	font-family:微软雅黑, Arial, SimSun, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	color:#666666;
	line-height:22px;
}
h1{
	font-family:Arial, AdobeKaitiStd, helvetica, sans-serif;
	font-size:35px;
	color: #7b3604;
	padding-bottom:15px;
}
h2{
	/*font-family:YenHeavy;*/
	font-family:微软雅黑, Arial, SimSun, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#7b0619;
}
.button{
	color:#ffffff;
	font-weight:bold;
	background-color:#BF0000;
	padding:5px 10px;;
	text-transform:uppercase;
}
.shadow{
	margin:0 auto; 
	position:relative; 
	background:url(../../images/shadow.png) repeat-y; 
	width:1000px;
}
.title-heading{
	width:800px;
	background:url(../../images/title-border.png) no-repeat bottom;
}


/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.*/
	position:relative;
	z-index:5;
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#fff;
	background:#333;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#6b0c36;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#6b0c36;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}

/* menu */
table.topmenu 
{
	background:url(../../images/bgcolor3.jpg) repeat-x 0 0;
	padding:0px;
	border: none;
	margin:0px;
}
table.topmenu td
{
	background:url(../../images/divider.png) no-repeat right 0;	
	padding:0px;
	border: none;
	margin:0px;
}	
table.topmenu td a
{
	font-family:Arial, AdobeKaitiStd, helvetica, sans-serif; 
	font-size:18px;
	font-weight:bold;
	color:#FFF;	
	padding:0px 10px;
}
table.topmenu td a:hover
{
	text-decoration:none;
	color: #FFC184;
}
table.topmenu td:hover
{
	background-image:url(../../images/bgcolor3b.jpg);	
	background-repeat:repeat-x;
	padding:0px;
	border: none;
	margin:0px;
}
/*recognition*/

table.recognition
{
	width:100%;
}	

table.recognition td
{
	padding:5px;
	text-align:center;
	color:#800000;
	vertical-align:top;
}	
table.recognition td img
{
	border:1px solid #ccc;
	height:120px;
}
table.recognition2
{
	width:100%;
}	

table.recognition2 td
{
	padding:5px;
	text-align:center;
	color:#800000;
	vertical-align:top;
}	
table.recognition2 td img
{
	border:1px solid #ccc;
	height:150px;
}



table.album td{
	text-align:center;
}
table.album td img{
	width:250px;
}
table.album td a{
	font-size:12px;
	font-weight:bold;
	color: #990033;
}






.text1 {
	font-family: Arial;
	font-size: 12px;
	color: 848484;
	font-weight: bold;
}
.text2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: 192227;
}
.text3 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: 192227;
}
.text4 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.text5 {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: 67767a;
}
.text6 {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.text7 {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.text8 {

	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: 94AEC5;
}
.text9 {


	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: 4E4E4E;
}

a:link {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;

}
a:visited {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

a:hover {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

a.a:link {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.a:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.a:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a.b:link {

	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: c04159;
	text-decoration: none;
}
a.b:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: c04159;
	text-decoration: none;
}
a.b:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: c04159;
	text-decoration: underline;
}

a.c:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: 848484;
	text-decoration: none;
}
a.c:visited {

	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: 848484;
	text-decoration: none;
}
a.c:hover {

	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: 848484;
	text-decoration: underline;
}

a.d:link {



	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.d:visited {


	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.d:hover {


	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.e:link {

	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: 71A2CB;
	text-decoration: underline;
}
a.e:visited {

	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: 71A2CB;
	text-decoration: underline;
}
a.e:hover {

	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #81992B;
	text-decoration: none;
}

a.f:link {

	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: 898989;
	text-decoration: underline;
}
a.f:visited {

	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: 898989;
	text-decoration: underline;
}
a.f:hover {

	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #81992B;
	text-decoration: none;
}

a.g:link {

	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.g:visited {

	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.g:hover {

	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

.inputstyle {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid #333333;
}

