﻿@charset "utf-8";

/*login*/
#login-body{ background-color:#1d7cb3; background-image:url(../images/light.png); background-repeat:no-repeat; background-position:center top; overflow:hidden; }
#login-top{ height:50px; position:absolute; top:0; background:#145c80; z-index:100; width:100%; }
#login-top img{ float:left; margin-left:30px; }
#login-top span{ float:left; line-height:50px; text-indent:20px; color:#abc5d1; font-size:14px; }
#login-top ul{ float:right; padding-right:30px; }
#login-top ul li{ float:left; margin-left:20px; line-height:50px; }
#login-top ul li a{ color:#abc5d1; font-size:14px; }
#login-top ul li a:hover{ color:#fff; }
#login-con{ background:url(../images/loginbg.png) no-repeat center center; width:100%; height:585px; overflow:hidden; position:absolute; top:47px; }
#login-tit{ background:url(../images/login_title.png) no-repeat center; width:100%; height:40px; margin-top:100px; text-align:center; }
#login-box{ width:692px; height:373px; background:url(../images/logininfo.png) no-repeat; margin-top:10px; }
.out-ul{ margin-top:88px; margin-left:306px; }
.li-type{font-size:14px; padding-top:20px; }
.nice-select { float:left; width: 212px; padding: 0 10px; height: 38px; border:solid 1px #cccccc; position: relative;background: #f7f7f7 url(../images/arrow.png) no-repeat right center; cursor:pointer;}
.nice-select input {  font-size: 14px; display: block; width: 100%; height: 38px; line-height: 38px; border: 0; outline: 0; background: none; cursor:pointer; }
.nice-select a:hover { color: #000; }
.li-type .text-style{float:left;font-size:14px;margin-left:-16px;margin-right:10px;line-height:38px;}
.nice-select input{ color:#999999; }
.nice-select ul { width: 100%; display: none; position: absolute; left: -1px; top: 38px; overflow: hidden; background-color: #fff;  overflow-y: auto; border: 1px solid #cccccc; border-top: 0;  z-index:9999;}
.nice-select ul li { height: 30px; line-height: 30px; overflow: hidden; padding: 0 10px; cursor: pointer; font-size:14px; }
.nice-select ul li.on { background-color: #e0e0e0; }
.login-info{ width:250px; height:40px;border:none; line-height:40px; padding-left:50px; font-size:14px; color:#4d4d4d; }
.login-user{ background:url(../images/login-user.png) no-repeat; }
.login-pwd{ background:url(../images/login-pwd.png) no-repeat; }
.login-num{ background:url(../images/login-num.png) no-repeat; }
.login-btn{ width:300px; height:40px; background:#47a0cc; font-size:16px; font-weight:bold; color:#fff; cursor:pointer; line-height:35px; border-radius:3px; margin-top:20px; }
#login-bm{ width:100%; height:40px; line-height:40px; text-align:center; background:url(../images/loginbg2.png) repeat-x; position:absolute; bottom:0; color:#0b3a58; }

