/*header-----------------------------------------------------*/
#header{
	height:85px;
	background:url(../en_images/head_bg.jpg) repeat-x center bottom;
	}

.search{
	width:299px;
	height:27px;
	background:url(../en_images/search_bg.jpg) no-repeat;
	position:absolute;
	right:12px;
	top:45px;
	}
.search .text{
	margin-left:30px;
	width:198px;
	height:27px;
	}
.search .button{
	color:#e1dbd0;
	cursor:pointer;
	font-weight:bold;
	width:68px;
	text-align:center;
	}

/*main-----------------------------------------------------*/
.main_inner{
	width:925px;
	margin:0 auto;
	}
.main_inner .top{
	height:100%;
	}
.main_inner .left{
	height:659px;
	}
.nav{
	background-color:#a299c0;
	width:185px;
	height:634px;
	padding-top:25px;
	}
.nav li{
	margin-left:40px;
	margin-bottom:36px;
	}
.nav a{
	display:inline-block;
	color:#fff;
	padding-left:35px;
	line-height:24px;
	background:url(../en_images/menu.png) no-repeat;
	}
.nav .m1{
	color:#f1d065;
	}
.nav .m2{
	background-position:-110px 0;
	}
.nav .m3{
	background-position:-231px 0;
	}
.nav .m4{
	background-position:-355px 0;
	}
.nav .m5{
	background-position:-479px 0;
	}
.nav .m6{
	background-position:-588px 0;
	}
.nav .m7{
	background-position:-719px 0;
	}
.nav .m8{
	background-position:-850px 0;
	}
.nav a:hover{
	color:#f1d065;
	}

.video{
	background-color:#cad3ef;
    height:348px;
    width:200px;
	margin-top:8px;
	}
.video img{
	margin-top:12px;
	margin-left:25px;
	}
.video_img{
	position:relative;
	}
.video span{
	position:absolute;
	width:34px;
	height:34px;
	background:url(../en_images/play.png) no-repeat;
	top:70px;
	right:30px;
	}

.events{
	margin-top:10px;
	margin-left:8px;
	width:450px;
	}
.events_bt{
	border-bottom:1px #bfb9bd solid;
	position:relative;
	}
.events_bt span{
	color:#9c8f8f;
	font-size:14px;
	}
.events_bt a{
	color:#9c8f8f;
	position:absolute;
	right:6px;
	font-size:18px;
	}
.events_nr{
	margin-top:12px;
	}
.events_nr li{
	position:relative;
	line-height:34px;
	height:34px;
	margin-left:6px;
	}
.events_nr li a{
	color:#535151;
	display:block;
	line-height:34px;
	height:34px;
	width:75%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.events_nr li a:hover{
	text-decoration:underline;
	}
.events_nr li span{
	display:block;
	line-height:34px;
	color:#535151;
	position:absolute;
	right:6px;
	top:0;
	}
.life{
	margin-top:10px;
	margin-left:18px;
	width:264px;
	}
.life ul{
	margin-top:20px;
	}
.life_nr{
	height:110px;
	}
.life_nr p{
	background-color:#898c8d;
	color:#fff;
	font-size:14px;
	padding-left:4px;
	}
.life_nr span{
	display:inline-block;
	background-color:#f2f2f2;
	color:#7f5eb7;
	font-size:16px;
	padding:0 5px;
	}
.life_nr a{
	display:block;
	margin-left:5px;
	width:231px;
	}
.life_nr a:hover{
	text-decoration:underline;
	}
.contact{
	background-color:#d8d8d8;
	height:50px;
	margin-top:5px;
	padding-left:40px;
	}
.contact a{
	line-height:50px;
	color:#7b7b7b;
	}
.contact a:hover{
	text-decoration:underline;
	}
