﻿﻿html,body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;	
}

/*布局*/
#header
{
	z-index: 100;
	width: 100%;
    height: 100px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    background-color: rgb(24,40,52);
}

#content
{   
	z-index: 200;
    width: 100%;
    height: calc(100% - 100px);
    margin: 0px;
    padding: 0px;
    position: absolute;
    top:100px;
    overflow: hidden;
}

#iframe
{
	width: 100%;
    height: 100%;
    border: 0;
}

/*头部*/
.logo img{
	position: absolute;
	width: 75px;
	height: 75px;
	left: 15px;
	top: 10px;
}

.title{
	top:5px;
	position: absolute;
	left: 100px;
}

h1
{
	font-family: "微软雅黑";
	font-size: 26px;
	font-weight: bold;
	color: white;
}

h2
{
	margin-top: -15px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: white;
}

/*导航*/
.headNav
{
	position: absolute;
	right: 40px;
	top:55px;
    text-align: right;
}

.headNav a
{
    margin: 0 0 0 30px;
    height: 30px;
    padding-top: 43px;
    padding-bottom: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration:none;
    background-repeat: no-repeat;
    background-position: center 5px;
}

.headNav a:hover, .headNav a.selected
{
    border-bottom: 6px solid rgb(46,193,164);
}
.headNav a.icon01
{
    background-image: url(../images/t_let.png);
}
.headNav a.icon02
{
    background-image: url(../images/t_sirch.png);
}
.headNav a.icon03
{
    background-image: url(../images/t_ert.png);
}
.headNav a.icon04
{
	width: 30px;
	height: 30px;
    background-image: url(../images/t_help.png);
}

.headNav a.icon05
{
	width: 30px;
	height: 30px;
    background-image: url(../images/t_userh.png);
}

/*进度条样式*/
.model
{
	z-index: 9999;
	position: absolute; 
	width: 100%;  
	height: 100%; 
	opacity: 0.6;
    filter: alpha(opacity=50);
    background-color: #000;
}

.model img
{
	position: absolute; 
	width: 35px;  
	left: 50%;
	top:50%;
	margin-left: -17px;
	margin-top: -17px;
}
