<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, body * {
	font-family: STHeiti STXihei, DroidSansFallback, Microsoft JhengHei, Microsoft YaHei, Helvetica,	DroidSans, Tohoma, Arial; 
	margin: 0;
	text-decoration: none;
}

body{
	background-color: #511f11; /* æ”¹èƒŒæ™¯é¢œè‰² */
/*	background-image: url(../images/bg-color.png);*/
	background-repeat: repeat;
	background-position: center;
}
.body-bg{
	background-image: url(../images/bg_texture.png);
	background-repeat: repeat;
	background-position: center;
	height: 100%;
}

img{
	border: 0;
}

.header {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.wrapper{
    margin: 0 auto;
}

.header .bg_header{
    background-repeat: repeat-x;
    background-position: center;
	margin: 0;
	width: auto;
}

.container{
	margin: 0 auto;
	width: 1116px;
	z-index: 19;
}


.card{
	z-index: 999;
}

.wr{
	position: relative;
	
}

.motit{
	background: url(../images/title_bg.png) 0 0 no-repeat;
	width: 300px;
	height: 60px; /* å¡«å†™å›¾ç‰‡é«˜åº¦ */
	line-height: 60px; /* å¡«å†™å›¾ç‰‡é«˜åº¦ */
	font-weight: 600;
	color: #722808;/* æ›´æ”¹æ&nbsp;‡é¢˜é¢œè‰² */
	margin: 0 auto 20px;
	text-align: center;
	/*text-shadow: 0px 2px #4372ff;*/
}


#time .time_date{
	margin: 0 auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
}


.awtit{
	position: absolute;
	width: 350px;
	height: 32px;
	text-align: center;
	bottom: 4px;
	z-index: 64;
}

.awtit span{
	font-size: 16px;
	color: #eed3a6;/* æ›´æ”¹å¥–å“æ&nbsp;‡é¢˜æ–‡å­—é¢œè‰² */
	line-height: 32px;
	width: 350px;
	font-weight: 600;
}

.awpic img{
	width: 100%;
	+width: 350px;
}

.hl{
	background: url(../images/hl_text.png) no-repeat;
	width: 290px;
	height: 69px;
}


/* å‚åŠ&nbsp; */
.dec{
	width: 160px;/* æ›´æ”¹æ–¹å¼1ã€2çš„å°ºå¯¸ */
	height: 82px;
	position: absolute;
	pointer-events: none;
}

.decwr h3{
	color: #59435b;
	background: #ffd285;
}

.decwr span{
	display: block;
}


.dec_l{
	background: url(../images/dec_left.png) no-repeat;
}

.dec_r{
	background: url(../images/dec_right.png) no-repeat;
}


h3{
	text-align: center;
	line-height: 34px;
	border-radius: 4px;
	margin: 30px 0 10px;
}

.decwr h3{
	height: 42px;
}

.decwr .ways01{
	background-position: 0 0px;
	background:url(../images/way01.png) no-repeat;
}
.decwr .ways02{
	background-position: 0 0px;
	background:url(../images/way02.png) no-repeat;
}


#approach a{
	font-weight: 600;
	color: #aa1b54;/* æ›´æ”¹é«˜äº®çš„æ–‡å­—é¢œè‰² */
	transition: all .2s ease-out;
}

#approach a:hover{
	color: #ca124a;/* æ›´æ”¹é«˜äº®çš„æ–‡å­—hoveré¢œè‰² */
}

.fhl{
	color: #aa1b54;/* æ›´æ”¹é«˜äº®çš„æ–‡å­—é¢œè‰² */
	font-weight: 600;
	font-style: normal;
}

.link{
	background-image: url(../images/ico_link.png);
}

.link:hover{
	background-image: url(../images/ico_link_hover.png);
}

.golearning{
	margin: 20px auto 0;
}

/* è¯„è®º */
.ft_comment{
	background-image: url(../images/ft_comment.png);
	background-repeat: no-repeat;
	background-position: 0;
}

.ft_dec{
	width: 100%;
	background: #e11750;
}


/* footer */

.copyright p{
	color: #efc38f;/* è§£é‡Šæƒæ–‡å­—é¢œè‰² */
}
	
.copyright a{
	color: #efc38f;/* è§£é‡Šæƒæ–‡å­—é¢œè‰² */
}

.copyright a:hover{
	color: #eea14a;/* è§£é‡Šæƒhoveré¢œè‰² */
}

.fth .bgh02{
	height: 16px;
	background-image: url(../images/bg_head05.png);
}</pre></body></html>