﻿/* 代码整理：jQuery插件库 www.jq22.com */
* {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body{
    min-height:600px;
    min-width:1280px;
	overflow-y:hidden;
}
#wrapper {
    background-image:-moz-linear-gradient(top,#77D1F6, #2F368F);  
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #77D1F6),color-stop(1, #2F368F)); 
    font-family: "lucida Grande",Tahoma,Arial;
    font-size: 12px;
    overflow: hidden;
    height:100%;
    width:100%;
    height:100%;
}
#header {
    float: left;
    height: 62px;
    position: relative;
    width: 100%;
    z-index: 10;
	text-align:center;
}
#logo {
	//border:1px solid red;
    float: left;
    height: 38px;
	line-height:38px;
	vertical-align:middle;
    margin: 15px 0 0 1%;
    width: 60px;
}
#title {
	//border:1px solid red;
    float: left;
    height: 38px;
	line-height:38px;
	vertical-align:middle;
    margin: 15px 0 0 1%;
    width: 260px;
	font-family:微软雅黑;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
#menu{
	position:absolute;
	left:50%;
	margin-top:15px;
	margin-left:-300px;
    float: float;
    height: 38px;
	width:615px;
	line-height:38px;
	vertical-align:middle;
	text-align:center;
    border-radius: 8px;
    background-color:#000000;
    opacity:0.5;
}
#menu_container{
    position:relative;
	margin:2px;
	height: 34px;
	line-height:34px;
    vertical-align:middle;
    border-radius: 8px;
    background-image: -moz-linear-gradient(top,#EBEBEB, #BFBFBF);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBEBEB),color-stop(1, #BFBFBF));
}
#menu_items{
	list-style:none;
	line-height: normal;
	height: 34px;
	line-height:34px;
	vertical-align:middle;
	font-size:14px;
	border:2px solid solid;
	border-right-style:groove;
}
.menu_item{
	display: list-item;
	float:left;
	width:100px;
	border-right:2px solid #F6F6F6;
	border-right-style:groove;
	cursor:pointer;
}
.on{
	display: list-item;
	float:left;
	width:100px;
	background:#77D1F6;
	font-weight:bold;
}
.menu_item a{
	height: 34px;
	line-height:34px;
	display:block;
}
#user_info {
    height: 35px;
	line-height:35px;
	vertical-align:middle;
    position: relative;
	float:right;
	margin-top:15px;
	margin-right:15px;
	width:240px;
    font-weight:bold;
	font-size:14px;
}
#welcome{
    position: relative;
	float:left;
}
#logout{
    position: relative;
	float:right;
}
#footer{
    //position: absolute;
	float:left;
    left:0px;
    width: 100%;
    height: 25px; 
    vertical-align:middle;
    line-height:25px;
	text-align:center;
	font-family:微软雅黑;
	font-size:14px;
	font-weight:bold;
}
#navigator{
    position:relative;
    float:left;
    width:200px;
    margin:5px 2px 5px 2px;
    left:5px;
    border-color: #77D1F6;
    border-width: 2px;
    border-style: solid;
    border-radius: 12px;
    -moz-box-shadow: 6px 6px 12px #282828;
    -webkit-box-shadow: 6px 6px 12px #282828;
}
#main{
    position:relative;
    float:left;
    width: 80%;
    margin:5px;
    left:5px;
    border-color: #77D1F6;
    border-width: 2px;
    border-style: solid;
    border-radius: 12px 12px;
    -moz-box-shadow: 6px 6px 12px #282828;
    -webkit-box-shadow: 6px 6px 12px #282828;
}
iframe{
    height:100%;
    width:100%;
    background:#FFF;
    position:relative;
    border-radius:12px;
    overflow:hidden;
}
#overlay{
    height:100%;
	min-width:1280px;
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    background-color:#4d4d4d;
    opacity:0.7;
        z-index:100;
}
#slide{
    position:absolute;
    top:75%;
    width:52%;
    left:24%;
    height:86px;
    border-radius:18px;
	border:1px solid #2F368F;
    border-bottom:1px groovy #2F368F;
    z-index:101;
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2F368F),color-stop(1, #77D1F6)); 
    opacity:0.9;
}
#slider{
    float:left;
    position:relative;
	cursor:pointer;
    height:44px;
    background: url(../images/arrow.png) no-repeat;
    border-radius:16px;
	margin:-5px;
    text-align:center;
    width: 146px;
    height: 98px;
}
#pointer{
    float:left;
    position:relative;
    line-height: 1;
    vertical-align: middle;
    top:14px;
    left:40%;
}
#text{
    height:50px;
    width:70%;
    float:left;
    padding-top:14px;
    font-family:"微软雅黑";
    font-size:44px;
    font-weight:100;
    text-align:center;
    vertical-align: middle;
	background: -webkit-gradient(linear,left top,right top,color-stop(0, #4d4d4d),color-stop(0.4, #4d4d4d),color-stop(0.5, white),color-stop(0.6, #4d4d4d),color-stop(1, #4d4d4d)); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: slidetounlock 5s infinite;
	-webkit-text-size-adjust: none;
}
@-webkit-keyframes slidetounlock {
	0% {background-position: -200px 0;}
	100%{background-position: 200px 0;}
}
/* 代码整理：jQuery插件库 www.jq22.com */
