﻿body {
    margin:0px;
    width:100%;

     background-color:white;
    padding-top:10px;
}
html
{
    width:100%;
    
}
.div01
{
    /*width:1920px;*/
     width:100%;
    height:660px;
   position:relative;
}
.divTotal
{
    /*width:1920px;*/
     width:100%;
    height:660px;
   position:absolute;

   z-index:2;
}
.divOne
{
    /*width:1521px;*/
     width:100%;
    height:62px;
    padding:20px 0px 0px 0px;
    /*background:url("../Images/DivOne.png");*/
    background-color:#ffffff;
}
.divOneTitle
{
    width:422px;
    height:38px;
    background:url("../Images/divOneTitle.png");
    margin-left:200px;

}

.divTwo
{
    width:100%;
    height:260px;
    background:url("../Images/login2_07.png") no-repeat; 
    background-color:#001636;
    background-position:0px 0px;
}
.divThree
{
    /*width:1526px;*/
    width:100%;
    height:159px;
    padding:23px 0px 0px 0px;

}
.divThreeNoticeTitle
{
    width:233px;
    height:36px;
    background:url("../Images/noticeTitlePicture.png");
    margin-left:200px;
}
.divNoticeList
{
    width:677px;
    height:82px;
    padding-left:10px;
      margin-left:200px;
}

.divFour
{
    /*width:1535px;*/
     width:100%;
    height:50px;
    padding:28px 0px 0px 0px;
    background-color:#EAEAEA;
    margin-top:30px;
  
    
    /*background:url("../Images/divFourPictur.png");*/
}
.divFourTitle
{
    width:280px;
    height:45px;
   /*margin:0 auto;*/
    /*background:url("../Images/jianzhi.png");*/
     /*margin-left:40%;*/


}

.divLogin
{
    width:338px;
    height:313px;
    position:absolute;
    padding:114px 0px 0px 24px;
    z-index:3;  
    left:63.5%;
    top:56px;
    background:url("../Images/loginPicture1.png");
}
.divCompany
{
    width:317px;
    height:42px;
    
}
.inputCompany
{
   width:313px;
    height:41px;
    border:1px;
    margin:0px;
    padding:0px;
}
.inputName
{
    width:313px;
    height:41px;
    border:1px;
    margin:0px;
    padding:0px;
}
.inputPwd
{
    width:313px;
    height:41px;
    border:1px;
    margin:0px;
    padding:0px;
}
.divName
{
    width:317px;
    height:42px;
    margin-top:30px;
  
}

.divPassWord
{
   width:317px;
    height:42px;
    margin-top:30px;
   
    
}

.divLoginButton
{
    width:312px;
    height:42px;
    margin-top:42px;
    cursor:pointer;
    background:url("../Images/loginBtnPicture.png");
}
