﻿/* 全局样式 Global-Style **********************************************************/
*                       {margin:0; padding:0;}
html,body				{margin: 0; font-family:"微软雅黑", "宋体"; color: #666666; overflow:hidden; }
form,ul,li,dl,dt,dd		{margin: 0; padding: 0; list-style: none;}
img						{border:none; display:block;}
a			{text-decoration: none;} 
/***** 大表格居中 *****/
.center{margin:0 auto}

/***** 背景 *****/
.bg1 {
            width: 100%;
            height: 100%;
            margin: 0 auto;
            background: #d6dee0 url(../images/bg1.jpg) top center no-repeat;
            background-size: 100%;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg1.jpg',sizingMethod='scale');/*兼容background-cover,路径要为绝对路径*/
        }

        .bg2 {
            width: 100%;
            height: 100%;
            margin: 0 auto;
            background: #d6dee0 url(../images/bg2.jpg) top center no-repeat;
            background-size: 100%;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg2.jpg',sizingMethod='scale');/*兼容background-cover,路径要为绝对路径*/
        }
.contentbox{ margin:0px auto; 
background:rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
filter:Alpha(opacity=70); background:#fff;/*实现IE背景透明*/
border-radius:6px;
}

/***** 登录界面 *****/
.box{
    width:100%; height:100%;
}
.login_content{ width:580px; height:480px;position:absolute; left:50%; top:50%; margin-left:-290px; margin-top:-240px; z-index:999; overflow:hidden;}
.title{ font-size:36px; color:white;}
.loginbox{ background:url(../images/Loginpage_box.png) top center no-repeat; width:576px; height:300px; background-size:100%;margin-top: 60px;}
.username{ background:url(../images/Loginpage_username.png) top center no-repeat;}
.password{ background:url(../images/Loginpage_password.png) top center no-repeat; margin:30px 0;}
.loginbox input{  width:220px; height:40px; background-size:cover; line-height:40px;font-size:14px; padding-left:40px; display:block; border:none;}
.loginbtn{background:url(../images/Loginpage_login.png) top center no-repeat;width:260px; height:40px; text-align:center; color:white; font-size:18px;line-height: 40px;border-radius: 4px;}
.loginbtn:hover{ background:url(../images/Loginpage_login_click.png);}
.loginlogo{
    border-right: 2px solid #319ad4;
    padding: 30px 40px;
    width: 132px;
}
.copyright{ font-size:20px; color:white; margin-top:40px;}