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

html,body{
margin:0;
padding:0;
height:101%;
width:100%;
}


body{
font-family:"Times New Roman", 'Microsoft YaHei', Arial, Helvetica, sans-serif, Times, serif;
font-size:16px;
color:#c4a564;
background-color:#000;
-webkit-text-size-adjust:none;
overflow-x:hidden;
}



#wrap{
height:100%;
width:1160px;
position:relative;
margin:auto;
}



#left_panel{
width:280px;
position:fixed;
height:100%;
z-index:99;
float:left;
top:0;
min-height:560px;
}






#right_panel{
width:780px;
float:right;
margin-right:60px;


-webkit-transition:all 0.4s;
-moz-transition:all 0.4s;
-o-transition:all 0.4s;
transition:all 0.4s;
}

#right_cont{
width:100%; 
float:left;
position:relative;
}






#imgLoading{
background:#000 url(../im/loading.gif) center center no-repeat;
position:fixed;
top:40%;
left:50%;
width:35px;
height:35px;
z-index:99;
display:none;

-moz-box-shadow:0px 0px 2px #000;
-webkit-box-shadow:0px 0px 2px #000;
box-shadow:0px 0px 2px #000;
}



#legacy_cont{
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity: 0;
opacity: 0;

line-height:140%;

position:absolute;
top:220px;
 
padding:0 0 60px 0;
z-index:1;
width:100%;
}



#legacy_top h1{
display:none;
}





#contact_cont{

 padding:160px 0 60px 0;
 position:relative;
 /*filter:alpha(opacity=0);*/
/*-moz-opacity:0;*/
/*-khtml-opacity: 0;*/
/*opacity: 0;*/
}

h1#centerheader {
 text-align:center;
}

#terms_cont{

 padding:160px 0 60px 0;
 position:relative;
 

filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity: 0;
opacity: 0;

}
 

.w680{
 width:680px;
 margin:auto;
}
 
.max780{
 max-width:780px;
}

.goldLine{
 border-top:1px #C4A564 solid;
 clear:both;
 margin:20px 0 20px 0;
}


#weixinLogo{
position: fixed;
z-index: -1;
left:0;
top:0;

filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity: 0;
opacity: 0;

}

.youtubeWrap{
 position:relative;
 padding-top:56.176%;
 height:0;
 margin:30px 0;
}

.youtube, #youkuplayer{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}

