@CHARSET "UTF-8";
/******用户登录********/
body {
	margin: 0;
	padding: 0;
}
.login {height: 420px;}
.login-row{background: url("../images/main_bk.png")  repeat-x;height: 300px;}
.login-main {position:absolute;width:336px;top:-20px;z-index: 1000; }
.login-main-top {background: url("../images/loginwhite_10.png") top no-repeat;height: 21px;}
/*.login-main-wrap {background: url("../images/logintl.png") repeat-x;}*/
.login-main-content {margin-left:10px;margin-right:1px;background: url("../images/loginwhite_13.jpg") repeat-x;height: 325px;padding: 5px 10px;}
.login-title {background: url("../images/loginwhite_15.jpg") no-repeat;height: 25px;}
.login-label {padding: 10px 0 2px 0;}
.login-btn {border:none;background:url("../images/loginab.png") no-repeat;padding:0;vertical-align: middle;height:34px;width: 86px;color:white;cursor: pointer;}
.login-info {margin-left: 10%;}

.input-text {border:none;background:url("../images/ipt.png") no-repeat 0 0;height:35px;line-height:20px;width: 300px;vertical-align:middle;padding:8px;}
.input-text-focus {border:none;background:url("../images/ipt.png") no-repeat 0 -35px;height:35px;line-height:20px;width: 300px;vertical-align:middle;padding:8px;}
.input-text-code {border:none;background:url("../images/ipt.png") no-repeat 0 -176px;height:35px;line-height:20px;width: 197px;vertical-align:middle;padding:8px;}
.input-text-code-focus {border:none;background:url("../images/ipt.png") no-repeat 0 -211px;height:35px;line-height:20px;width: 197px;vertical-align:middle;padding:8px;}

#imgCode {cursor: pointer;}
.row-height {height: 200px;}

.logo {
	/*background: url("../images/logo-ctcc.png") no-repeat 0 center;*/
	background: url("../images/logo-ctcc.png") no-repeat 0 center;
	height: 60px;
	width: 260px;
}
.full-header {
	/*background: url("../images/nav_bk_02.png") repeat-x;*/
}
.full-header>.navbar-default {
	background: url("../images/hd-bg.png") repeat-x;
	border: none;
	padding-left: 15px;
	padding-right: 30px;
}
.full-header>.navbar {min-height: 61px;}

.info-title {background: url("../images/info_01.png") no-repeat;padding: 20px 0 10px 60px;color: #187bcb;}
.info-list {padding-left: 30px;color: #187bcb;}
.info-1 {background: url("../images/info_02.png") no-repeat;padding-left: 30px;}
.info-2 {background: url("../images/info_03.png") no-repeat;padding-left: 30px;}
.footer {margin-top: 20px;color: #999;text-align: center;padding: 15px 0;border-top: 1px solid #e5e5e5;background-color: #f5f5f5;}