/*超过屏幕隐藏*/
#style {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #5eb0fa;
}

/*logo*/
#header {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    background: #eff6fe;
}

#header .header {
    padding-left: 140px;
    margin: 0 auto;
}

/*中间内容*/
#con-c {
    width: 100%;
    height:320px;
    background: url(/Themes/Blue/Images/iocns-2/bg_2.png) center no-repeat #eff6fe;
    background-position-y: 0px;
}

/*左边*/
#con {
    margin: 0 auto;
    padding-top: 20px;
    width: 1100px;
    /*height: 775px;*/
}

/*右边*/
#con .con-r {
    width: 336px;
    height: 340px;
    background: url(/Themes/Blue/Images/iocns-2/bg-3.png);
    margin-left: -148px;
    background: #fff;
    box-shadow: 20px 19px 1px rgba(11, 3, 5, 0.17);
}

#con .con-r .con-r-t {
    width: 274px;
    padding: 30px;
    /*padding-top: 10px;*/
    padding-bottom: 18px;
}

#con .con-r .con-r-t h3 {
    font: 20px/50px "微软雅黑";
    color: #3c9bed;
    text-align: left;
    padding-top: 11px;
}

#con .con-r .con-r-t p {
    font: 14px/30px "微软雅黑";
    color: #949494;
}

#con .con-r .con-r-t input[type="text"] {
    width: 268px;
    height: 40px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding-left: 42px;
    background: url(/Themes/Blue/Images/iocns-2/user.png) center left no-repeat;
}

#con .con-r .con-r-t input[type="password"] {
    width: 268px;
    height: 40px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding-left: 42px;
    background: url(/Themes/Blue/Images/iocns-2/password_login.png) center left no-repeat;
}

#con .con-r .con-r-t a {
    font: 16px/46px "微软雅黑";
    display: inline-block;
    background: #3c9bed;
    color: #fff;
    width: 268px;
    height: 46px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    margin-top: 10PX;
}

#con .con-r .con-r-t a:hover {
    background: #39B3F0;
}

#footer {
    margin: 0 auto;
    width: 100%;
}

#footer .footer {
    width: 100%;
    margin: 0 0 10px 0px;
    text-align: center;
    bottom: 0px;
    position: absolute;;
}

#footer .footer p {
    font: 16px/28px "微软雅黑";
    color: white;
    text-align: center;
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 8px;
}

/* WebKit browsers */
input::-webkit-input-placeholder {
    color: #DCDCDC;
}

/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
    color: #DCDCDC;
}

/* Mozilla Firefox 19+ */
input::-moz-placeholder {
    color: #DCDCDC;
}

/* Internet Explorer 10+ */
input:-ms-input-placeholder {
    color: #DCDCDC;
}

/* WebKit browsers */
input:focus::-webkit-input-placeholder {
    color: #DCDCDC;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {
    color: #DCDCDC;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder {
    color: #DCDCDC;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {
    color: #DCDCDC;
}