*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.head{
   margin-top: 20px;
  

}
.head .w{
    height: 110px;
}
.head .w img{
      
}
.head .w  p{
    width: 364px;
    height: 28px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1D5D9A;
    line-height: 51px;
    margin-top: 25px;
    margin-left: 20px;
 }

.sectionBOXSO{
    background: url('/static/images/login.png') no-repeat center;
    height: 600px;
    width: 100%;
    position: relative;
}
.sectionBOXSO .w .centent_on{
    width: 450px;
    height: 450px;
    background: #FFFFFF;
    position: absolute;
    right: 20%;
    top: 69px;
    padding: 50px;
   
}
.sectionBOXSO .w .centent_on .centent_on1{
margin-top: 25px;
}
.sectionBOXSO .w .centent_on .centent_on1 .inp1_box input{
width: 360px;
height: 45px;
background: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 5px;
padding-left: 50px;

}
.sectionBOXSO .w .centent_on .centent_on1 .inp1_box{
position: relative;
}
.sectionBOXSO .w .centent_on .centent_on1 .inp1_box img{
    position: absolute;
    top: 12px;
    left: 15px;
}


.sectionBOXSO .w .centent_on .centent_on2{
margin-top: 25px;
}
.sectionBOXSO .w .centent_on .centent_on2 .inp2_box input{
width: 220px;
height: 45px;
background: #FFFFFF;
border: 1px solid #CCCCCC;
border-radius: 5px;
float: left;
padding-left: 50px;

}
.sectionBOXSO .w .centent_on .centent_on2 .inp2_box{
  position: relative; 
}
.sectionBOXSO .w .centent_on .centent_on2 .inp2_box img{
  position: absolute;
    top: 12px;
    left: 15px;
}
.sectionBOXSO .w .centent_on .centent_on2 .inp2_box .yzm{
width: 120px;
height: 45px;
border: 1px solid #CCCCCC;
border-radius: 5px;
 float: left;
 margin-left: 10px;
}
.sectionBOXSO .w .centent_on .login_BUTTON input{
width: 360px;
height: 50px;
background: #1D5D9A;
border-radius: 5px;
clear: both;
margin-top: 25px;
color: white;
}
footer{
margin-top: 50px;
}
footer .w p{
  margin: 0 auto;
    width: 517px;
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
}