/* 公共复用组件部分  */


/* 布局复用部分  */

.u-clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.u-clearfix {
	zoom: 1;
}

.u-fl {
	float: left;
}

.u-fr {
	float: right;
}

.u-pos-re {
	position: relative;
}

.u-txt-center {
	text-align: center;
}

.u-txt-left {
	text-align: left;
}

.u-txt-right {
	text-align: right;
}


/* 复用按钮组件  */

[class^="ui-btn"]:hover,
button:hover {
	opacity: .8;
}

.ui-btn-primary,
.ui-btn-primaryLong,
.ui-btn-primaryLight,
.ui-btn-danger,
.ui-btn-success,
.ui-btn-disabled,
.ui-btn-warning {
	box-sizing: border-box;
	padding-left: 6px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	color: #fff;
	border: none;
	border-radius: 2px;
	outline: none;
	background: #24358f;
}

.ui-btn-primaryLong {
	height: 30px;
	padding-left: 34px;
	padding-right: 39px;
}

.ui-btn-primaryLight {
	background: #0070ca !important;
}

/* 复用背景色  */

.u-bg-primary {
	background: #24358f;
}

/* 复用字体颜色 */

.u-t-primary {
	color: #24358f;
}

.u-t-primaryLight {
	color: #0070ca;
}

.u-t-primaryLighter {
	color: #3fa0ec;
}
.u-t-warning {
	color: #f39125;
}

.u-t-warningDark {
	color: #ff782f;
}

/* 复用的input组件  */

.ui-input-muted {
	box-sizing: border-box;
	width: 220px;
	height: 30px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 13px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	color: #999;
}
/* 滚动条样式更改  */

::-webkit-scrollbar {
	width: 8px;
	height: 100%;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	height: 320px;
	background: #eaeaea;
}


/* 登录界面开始  */
html,
body {
	width: 100%;
	height: 100%;
	overflow: auto;
	font-size: 12px;
	color: #666;
}
a {
	color: #666;
}
* {
	box-sizing: border-box;
}

/* 登录界面背景  */
.g-login {
	width: 100%;
	height: 100%;
}
.g-login-head {
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding-left: 228px;
	background: #fff;
}
.g-login-bd {
	width: 100%;
	height: 500px;
	background: url(../img/login-bg.jpg) no-repeat;
	background-size: cover;
}
.g-login-container {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.g-login-main {
	position: absolute;
	top: 50%;
	right: 16%;
	box-sizing: border-box;
	margin-top: -200px;
	padding-left: 18px;
	padding-right: 16px;
	width: 320px;
	height: 400px;
	border: 1px solid #e1e1e1;
	border-radius: 1px;
	background: #fff;
}
.img-jtLogo {
	margin-top: 26px;
}

/* 登录表单部分  */
.login-tab {
	width: 100%;
	/*margin-top: 30px;*/
}
.login-tab-title {
	height:93px;
	line-height: 93px;
	text-align: center;
	font-size:25px;
	letter-spacing: 2px;
}
.g-login-form {
	box-sizing: border-box;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.g-login-fg {
	width: 100%;
	height: 16px;
	margin-top: 3px;
	margin-bottom: 23px;
	font-size: 12px;
	line-height: 16px;
}
.ui-login-input {
	width: 100%;
	height: 44px;
	padding-left: 34px;
	margin-bottom: 24px;
	font-size: 14px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	outline: none;
}
.ui-login-input:focus {
	border: 1px solid #bccaff;
	box-shadow: 0 0 5px #bccaff;
}
.img-loginInput {
	position: absolute;
	top: -2px;
	left: 8px;
	width: 18px;
}
.ui-cb-1 {
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	margin-right: 7px;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: bottom;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	background-color: #fff;
	outline: none;
}
.ui-cb-1:checked {
	background: url(../img/checkmark.png) no-repeat;
	background-size: 14px;
}
.g-login-btn {
	width: 100%;
	padding-top: 13px;
	padding-bottom: 12px;
	font-size: 20px;
	text-align: center;
}
.g-login-mainFt {
	box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
	padding-top: 24px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}
.is-resLink {
	font-size: 14px;
}
.g-foot {
	box-sizing: border-box;
	width: 100%;
	height: 108px;
	padding-top: 24px;
	font-size: 14px;
	color: #666;
	background: #f5f5f5;
}
.g-footTxt1 {
	line-height: 38px;
}
.g-footTxt2 {
	font-size: 12px;
	line-height: 38px;
	color: #999;
}
.img-QR {
	width: 250px;
	margin-bottom: 20px;
}
.more {
	width: 950px;
	margin: 0 auto;
	height: 240px;
}
.more-part {
	float: left;
	width: 440px;
}
.more-part:last-child {
	float: right;
}
.more-title {
	box-sizing: border-box;
	width: 100%;
	height: 65px;
	padding-top:32px;
	border-bottom: 1px dotted #dfdfdf;
}
.title-main {
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.news {
	box-sizing: border-box;
	border-left: 4px solid #0170CA;
	padding-left:10px;
	font-size: 15px;
}
.more-link {
	color: #0170CA;
}
.more-content li{
	margin-top: 10px;
	list-style: square inside;
	color: #666;
	font-size: 13px;
}
.more-content li:nth-child(1) {
	margin-top: 14px;
}

.login-nav {
	height: 100%;
	margin-right: 225px;
}
.login-nav li{
	float: left;
	height: 100%;
	line-height: 100px;
	padding-left:16px;
	padding-right: 14px;
	font-size: 15px;
	cursor: pointer;
}
.login-nav li:hover {
	border-bottom: 4px solid #0170CA;
	color: #0170CA;
}
.is-nav-active {
	border-bottom: 4px solid #0170CA;
	color: #0170CA;
}
.nav-btn {
	margin-top: 33px;
	margin-left: 60px;
	padding-left: 26px;
	padding-right: 27px;
	padding-top: 12px;
	padding-bottom: 15px;
	border-radius: 5px;
}
.icon-nav-btn {
	margin-right: 10px;
}
/* 登录界面结束  */


