﻿*
{
    margin:0px;
    padding:0px;
    border:0px;
    }
body 
{
    
}

        a:link, a:visited
        {
            /*鼠标未一上去的超链接的样式*/ 	/*超链接访问过的样式*/
            color:#00f;
            text-decoration:none;
        }
        a:hover
        {
            /*鼠标移动到超链接上的样式*/
            color:#00f;  /*颜色为蓝色*/
            text-decoration:underline;  /*增加下划线*/
        }

img
{
	border-width:0;
	}
	
#footer
{
    width:100%; 
    margin:5px auto 5px auto;
    }
#header
{
    width:100%;
    height:70px;
    margin:5px auto 5px auto;
    border:none;
    } 
#logo1
{
    height:70px;
    width:434px;
    margin:0px;
    padding:0px;
    border:none;
    float:left;
    }
    
#logo2
{
    position:absolute;
        margin:0px;
    padding:0px;
    border:none;
    height:70px;
    float:left;
    }

#footer
{
    height:30px;
    line-height:30px;
    text-align:center;
    /*border:1px solid red;*/
    }


/*切换标签总高度，边距，样式*/
#tabs
{
     margin:5px auto 5px auto; 
     /*width:1204px; */
     width:100%;
     height:717px;
     clear:left;
    }
    

/*三维校园区域*/ 
#tabs-1, #tabs-2, #tabs-3
{
     margin-left:0px;  /*tab标签左边对齐*/ 
     padding-left:0px;
    } 
 
#tabs-1 iframe, #tabs-2 iframe, #tabs-3 iframe, #tabs-4 iframe
{
    /*width:1204px;*/
    width:100%;
    height:672px;
    padding:1px 0px 4px 0px;
    margin:0px;
    position:absolute;
    
    }


/*//////map.html中样式*/        
#left
{
    width:280px;
    height:650px;
    float:left;
    /*border:1px solid red;*/
    }
    
 /*map的显示上级*/
#showmap
{
    position:absolute;
    /*width:920px;*/
    /*width:100%;*/
    height:710px;
    left:280px;
    /*float:left;*/
    
    /*border:1px solid red;*/
    }
    
    
    /*map.html中map样式*/
#map
{
     border-style: none; 
     border-color: inherit; 
     border-width: 0px; 
     height:720px; 
     
     /*width:100%;*/
     /*width:910px;*/
     
     margin:0px 0px 0px 5px;
    }
  
/*指南针的样式*/    
#zhinanzhen
{
     position:absolute;  /*设置其为absolute就可以让其置顶显示了。*/
     width:61px; 
     height:61px; 
     float:right; 
     right:20px;
     top:20px;
    }    
    
/*搜索框样式*/    
#searchBox
{
    margin-top:10px;    
    margin-bottom:10px;
    width:270px; 
    height:40px; 
    z-index:200;
    line-height:40px;
    }
    
#inputer
{
    margin-left:5px;
    padding-left:5px;
    width:190px; 
    height:25px;
    line-height:25px; 
    border:1px solid #EFEFEF;
    }
    
#searchBox img
{
    z-index:500;
    width:25px; 
    height:25px;
    border:none;
    margin-left:10px;
    vertical-align:middle;  /*html元素居中显示*/
    }   
     
#accordion
{
     margin-left:5px;
     height:750px; 
     font-size:small; 
     z-index:100;
    }
/*//////map.html中样式*/  



#newStudent
{
    width:270px;
    height:60px;
    margin-left:15px;
    font-size:12px;
    }
    
#newStudent a
{
    color:Red;
    } 
       
#newStudent div
{
    width:265px;
    height:28px;
    line-height:28px;
    padding-top:10px;
    }
   
#newStudent div img
{
    width:20px; 
    height:20px;
    vertical-align:middle;
}

#newStudent div select
{
    width:100px; 
    height:20px;
    text-align:center;
    line-height:20px;
    vertical-align:middle;
    background-color:#EFEFEF;
}