@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
img{ border:0;}
a {text-decoration:none}

body{
	/*background:url(../images/bg1.jpg) no-repeat;*/
	background-position: center top;
}

.skype{
	position:fixed;
	right:-200px;
	top:200px;
	width: 242px;
	height: 142px;
	background: url(../images/skype.png) left center no-repeat;
	z-index: 50;
}
.skype div{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height:138px;
}
.skype div#bg{
	background: #FFF;
	border-top: 2px solid #8CD3ED;
	border-bottom: 2px solid #6CF;
	/*opacity: 0.5;*/
	/*filter:alpha(opacity=50);*/
	z-index: 50;
}
.skype div#btn{
	z-index: 51;
}
.skype div#btn a{
	display: block;
	margin: 18px 10px;
}


.bg_img{
	width: 100%;
	height:848px;
	position: absolute;
	z-index: -10;
}
#bg_img_1{
	background: url(../images/bgimg01.jpg);
	background-position: 50% 0%;
}
#bg_img_2{
	background: url(../images/bgimg02.jpg);
	background-position: 50% 0%;
}
#bg_img_3{
	background: url(../images/bgimg03.jpg);
	background-position: 50% 0%;
}
#bg_img_4{
	background: url(../images/bgimg04.jpg);
	background-position: 50% 0%;
}
#bg_img_5{
	background: url(../images/bgimg05.jpg);
	background-position: 50% 0%;
}
#bg_img_6{
	background: url(../images/bgimg06.jpg);
	background-position: 50% 0%;
}

#wrapper{
	margin:0 auto;
	width:1002px;
}

#main{
	width:1002px;
	height:848px;
	position:relative;
	/*background-image:url(../images/top1.jpg);*/
	background-repeat:no-repeat;
}

#logo{
	float:left;
	}
#lang{
	color:#000;
	text-align:right;
	padding:60px 0 0 0;
	font-size:12px;
	}
#lang a{
	color:#000;
	padding-right:10px;
	}
#lang a:hover{
	color:#C00;
	}


#menu{
	width:900px;
	float:left;
	padding-left:100px;
}
#menu li{
	float:left;
	list-style:none;
	width:100px;
	height:47px;
	display:block;
	text-align:center;
	line-height:47px;
}
#menu li a{
	font-size:15px;
	color:#FFF;
}

.mu1 a{
	background-image:url(../images/mu1a.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:47px;
	}
.mu1 a:hover{
	background-image:url(../images/mu1b.png);
	background-repeat:no-repeat;
	}
.mu2 a{
	background-image:url(../images/mu2a.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:47px;
	}
.mu2 a:hover{
	background-image:url(../images/mu2b.png);
	background-repeat:no-repeat;
	}
.mu3 a{
	background-image:url(../images/mu3a.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:47px;
	}
.mu3 a:hover{
	background-image:url(../images/mu3b.png);
	background-repeat:no-repeat;
	}


.tree{
	width:954px;
	height:178px;
	position:absolute;
	bottom:60px;
	left:20px;
	background:url(../images/tree.png) no-repeat;
	z-index:-1;
}
.mr{
	width:560px;
	height: 20px;
	color:#fefb00;
	position:absolute;
	bottom:211px;
	left:118px;
	overflow: hidden;
}
.mr div{
	position: absolute;
	top: 0;
	left: 560px;
	white-space: nowrap;
}

.arrow{
	position:absolute;
	top:330px;
	cursor: pointer;
	z-index: 49;
}
#arrow_left{
	left:-30px;
}
#arrow_right{
	left:940px;
}



h1{
	position:absolute;
	left: 165px;
	top: 675px;
	color:#3c579e;
	width:790px;
	font-size:15px;
	font-weight:normal;
}
h2{
	color:#000;
	font-weight:normal;
	font-size:12px;
	line-height:1.2em;
	width:790px;
	position:absolute;
	left: 165px;
	top: 700px;
	height: 62px;
}
.cr{
	width:800px;
	font-size:15px;
	position:absolute;
	line-height:1.7em;
	left: 148px;
	top: 790px;
	color:#FFF;
}
.cr a{
	color:#FFF;
}

.fb{
	position:absolute;
	left: 915px;
	top: 792px;
}
