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


a:link 		{ /* background-color:#999; */ color: #333; text-decoration: none} 
a:visited 	{ /* background-color:#999; */ color: #333; text-decoration: none} 
a:hover 	{ background-color:#EFF8EB; color: #333; text-decoration: none} 
a:active 	{ background-color:#EFF8EB; color: #333;  text-decoration: none}


/* 
*:link, *:visited, *:hover, *:active, *:focus {
-webkit-transition:
	color .45s linear,
	background-color .45s linear,
	border-color .45s linear;
transition:
	color .45s linear,
	background-color .45s linear,
	border-color .45s linear;
} */

p {
	margin:8px;
}

h1{
	font-size:24px;
	font-family:"黑体", "华文细黑", "华文中宋", "宋体","Verdana";/* "Microsoft YaHei", */
	text-align:left;
	color:#2d7abc;
	padding:15px;
	text-indent:0;
    text-shadow: 2px 2px 3px #ccc; 
}


body {
	font-family:"Verdana","宋体";font-size:14px;color:#333;/* "Microsoft YaHei", */
	height:100%;
	width:100%;
	background-image:url(about:blank);background-attachment:fixed;
	margin:0px;
    text-shadow: 1px 2px 2px #eee; 
    background-color:#fff;
}

        #splash {
            float:right;
            height:1030px;
            width:100%;
            background-color:#dfb;
            margin-top:0px;
            
        }

        #splashCont {
            font-size:3em;
            color:#039;
            font-family:"微软雅黑","黑体", "华文细黑", "华文中宋", "宋体";
            font-weight:bolder;
            position: absolute;
            top: 50%;
            left: 25%;
        }



.click2off {
	position:absolute; right:0px; font-size:12px; padding-right:15px; cursor:pointer;
}


.button {
	background-color:#368EDE; border:1px solid #006;color:#fff;
	line-height:18px;
	font-size:12px;
}

.noneDisplayWord {
	display:none;
	height:0;
	width:0;
	border:0px;
	margin:0;
	padding:0;
	color:#FFF;
	overflow:hidden;
}

.fullBg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
} 

#backgroundIMG{
    position:fixed;top:0px;left:0px;
}

#loading_pic{
    display:block;
    position:fixed;top:0px;left:0px;z-index:50;
    text-align:center;
    width:100%;
    height:100%;
    background-color:#fff;
    padding-top:30%;
    filter:alpha(opacity=90);       /* IE */ 
	opacity: 0.90;           /* 支持CSS3的浏览器（FF 1.5也支持）*/
}
#bgMask
{
    width:100%;
    height:100%;
    position:absolute;top:0px;left:0px;
    background-color:#fff;
    display:none; 
    z-index:0;
}

#MainBox {
    position: absolute;top: 0;left: 0;
    
	width:100%;height:auto;
	margin:0px;
    z-index:10;

}

    /*右侧*/
    #titleBox {
        position:fixed ;right:0px; 
        /* height:1050px;top:-1050px;  */
        bottom:0px;height:100%; 
        width:240px;
        display:block;
        border-left:1px #999 solid;
        padding: 0 15px;
        background-color:#fff;
        z-index:30;
        text-align:center;
        
    }


            #announce {
                position:absolute; top:250px;left:0;
                width:240px;
                height:180px;
                font-size:15px;
                color:#0979D5; 
            }

            #face {
                position: absolute; bottom:120px;right:100px;left:0;
                font-size:14px;
                color:#aaa;

            }

            #swatch {
                position: absolute; bottom:170px;right:271px;/* left:-12px; */
                width:12px;
                height:60px;
                background-color:#2261BF;
                cursor:pointer;
            }


            #title1 {   /*logo*/
                /* display:block; 
                color:#2261BF;
                font-size:56px;
                font-weight:bolder;*/
                height:100px;
                width:240px;
                /* background-image:url(image/logo.jpg); */
                position: absolute; bottom:150px;left:0;
            }

            #title2 {
                position: absolute; bottom:130px; left:0;
                font-size:16px;
                font-weight:bolder;
                font-family:"Arial Black"
            }

            #contact {
                /* display:block; */
                position: absolute; bottom:10px;right:5px;
                width:240px;padding:5px;
                border-top: 1px dotted #999;
                font-size:12px;text-align:right; text-justify:inter-ideograph;white-space:nowrap;line-height: 20px;
            }
        

            /*留言板开始*/
            #comment {
                position:absolute; bottom:10px; right:200px;
                font-size:12px;
                text-align:center;
                cursor:pointer;
                
            }
                    #commentBox {
                        
                        position: fixed; bottom:0px;top:0px; right:271px;
                        width:250px;
                        height:100%;
                        background-color:#fff;
                        border-left:1px solid #999;
                        padding:15px;
                        filter:alpha(opacity=85);     /*   IE */ 
                        opacity: 0.85;           /* 支持CSS3的浏览器（FF 1.5也支持）*/
                        z-index:50;
                    } 

            /*留言板结束*/


    /*左侧内容部分*/
    #contentBox1 {			/*左侧内容的容器*/
        display:none;
        width:650px; float:left;
        background-color:#fff;
        margin:50px 0 100px 7%;padding:0 20px 0 20px ;
        filter:alpha(opacity=90);     /*   IE */ 
        opacity: 0.90;           /* 支持CSS3的浏览器（FF 1.5也支持）*/   
        z-index:20;
		border: 1px solid #eee;
        -moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;  
        
    }
            #iframeCon {			/*内容iframe*/
                width:100%;
                height:100%;
            }
            /*contention*/
            #conTEXT {				/*内容设置*/
                text-indent:2em;
                height:100%;
                line-height:24px;
                width:100%;
            }

            .update_date{					/*显示更新日期的div的类*/
                color:#999;font-size:12px;text-align:right;
                padding-right:40px;
                padding-bottom:15px;
                border-bottom:1px dashed #ccc;
                background-color:#fff;
                background-image:url(image/expand.png);
                background-repeat:no-repeat;
                background-position:center right;
            }
            
            .textCell{
                height:auto;
                width:100%;
                display:none;
                overflow:hidden;
            }

            
            
            /*Music player*/
            #MusicBox {
                width:300px;
                height:25px;
                /* position:absolute; top:15px;
                position:absolute; top:315px;left:320px; */
                z-index:50;
                margin:20px 0;
            }
            
            #scrollto_top{
                width:590px; text-align:right;font-size:12px;
                margin-bottom:20px; 
                /* position:absolute;bottom:40px; */
            }
            
            

    /*others*/

     #counter{
        /* float:auto;clear:both; */
        position:absolute;bottom:-15px;
        width:auto; height:40px;
    }
            
    #UpdateTipsBox {		/*在下方隐藏的更新记录显示div*/
        -moz-border-radius-topleft:1em; -webkit-border-top-left-radius:1em; border-top-left-radius:1em;

        position: fixed; bottom:0px; right:271px;
        width:650px;
    /*	height:300px;*/
        background-color:#fff;
        border-top:1px dashed #06C;
        border-left:1px dashed #06C;
        padding:10px;
        z-index:50;
        filter:alpha(opacity=75);        /*IE */ 
        -moz-opacity:0.85;              /* Moz + FF */ 
        opacity: 0.85;           /* 支持CSS3的浏览器（FF 1.5也支持）*/ 
    }

    #updatelogs {			/*在UpdateLogs.html中控制内容显示*/
        width:600px;
        background-color:#fff;
        font-size:12px;
        text-shadow: 1px 1px 0px #eee;
    }




