*,
*:after,
*:before
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html, body
{
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgb(243, 243, 243);
	color: rgba(0,0,0,0.6);
	font-family: RobotoDraft,Roboto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

form {
	position: relative;
}

.form-group {
	position: relative;
	margin-top: 15px;
	margin-bottom: 0;
}

.form-control {
	display: block;
	height: 36px;
	width: 100%;
	border: none;
	border-radius: 0 !important;
	font-size: 16px;
	font-family: inherit;
	font-weight: 300;
	padding: 0;
	background-color: white;
	box-shadow: none;
	border-bottom: 1px solid rgba(117, 117, 117, 0.15);
}

.form-control:focus {
	border-bottom: 2px solid rgb(3, 169, 245);
	outline: none;
	box-shadow: none;
}



.float-label {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 15px !important;
	color: #999;
	font-weight: 300;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.form-control:focus ~ .float-label,
.form-control:valid ~ .float-label {
	top: -15px;
	font-size: 15px !important;
}

input[type=checkbox]
{
	display: none;
	visibility: hidden;
}

input[type="checkbox"] + label
{
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

input[type="checkbox"] + label:before
{
	display: inline-block;
	content: "";
	margin: 0 15px 3px 0px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	/*border: 2px solid #5a5a5a;*/
	/*border-radius: 2px;*/
	vertical-align: middle;
}


button[type="submit"] {
	position: relative;
	float: right;
	font-family: inherit;
	font-weight: 100;
	font-size: 15px;
	border: 0;
	margin: -3px 0px;
	padding: 5px 15px;
	border-radius: 3px;
	cursor: pointer;
	background: rgb(3, 169, 245);
	color: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}

button[type="submit"]:focus {
	outline: none;
}




/* -- highlighter animation --------------------------- */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
	to { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
	to { width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
	to { width:0; background:transparent; }
}

@-webkit-keyframes user-head {
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		-moz-transform:scale(1);
	} }
@-moz-keyframes user-head {
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		-moz-transform:scale(1);
	} }
@keyframes user-head {
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		-moz-transform:scale(1);
	} }

@-webkit-keyframes user-body {
	100% {
		-webkit-transform:translateY(2px);
		transform:translateY(2px);
		-moz-transform:translateY(2px);
	} }
@-moz-keyframes user-body {
	100% {
		-webkit-transform:translateY(2px);
		transform:translateY(2px);
		-moz-transform:translateY(2px);
	} }
@keyframes user-body {
	100% {
		-webkit-transform:translateY(2px);
		transform:translateY(2px);
		-moz-transform:translateY(2px);
	} }

[ripple] {
	position: relative;
	overflow: hidden;
	-webkit-transition: box-shadow .4s;
	-moz-transition: box-shadow .4s;
	-ms-transition: box-shadow .4s;
	-o-transition: box-shadow .4s;
	transition: box-shadow .4s;
	cursor: inherit;
}

[ripple] .touch {
	background: rgba(255, 255, 255, 0.3);
	pointer-events: none;
	border-radius: 100%;
}


.field .err {
	color: #ff0000;
	background: url(login_icon_err.png) no-repeat left center;
	padding-left: 20px;
	margin-top: 5px;
}

*{font-family: "微软雅黑"}
.login-user{
	width: 339px;
	padding-bottom: 30px;
	right: 150px;
	background: white;
	border-top: 5px solid #1764ba;
	position: absolute;
	z-index: 99;
	opacity: 0.85;
}
#useraccount{
	text-indent: 40px;
	background: url('../images/input_txt_user.png') no-repeat 10px center;
}
#password{
		text-indent: 40px;
	background: url('../images/input_txt_pw.png') no-repeat 10px center;
}
#captcha {text-indent: 40px;background: url(../images/login_icon_yzm.png)  no-repeat 10px center;}

.fr{float: right}
.log-br {
	background: url(log_bot_line.png) no-repeat;
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: -6px;
}
.login-user h1 {
	font-size: 20px;
	padding-left: 25px;
	line-height: 51px;
	border-bottom: 1px solid #ccc;
	color: #444;
}
input[text]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[password]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}



.home-page .header{
	min-height: 104px;
	width: 85%;
	min-width: 1024px;
	margin: 0 auto;
	color: #3696fa;
	position: relative;

}
.home-page .header .logo{
	width: 60px;
	height: 60px;
}

.home-page .header strong {
	font: 26px 'Microsoft YaHei';
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	font-weight: bold;
	letter-spacing: 2px;
}
.home-page .header i {
	border-right: 1px solid #a4a4a4;
	display: inline-block;
	vertical-align: top;
	height: 36px;
	width: 1px;
	margin: 13px 17px 0;
}
.home-page .header span {
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
.home-page .header em {
	font-family: 'Arial';
	position: absolute;
	left: 63px;
	top: 40px;
	transform: scale(0.9);
	transform-origin: left;
	font-size: 10px\9;
}
.home-page .footer {
	text-align: center;
	/*padding-top: 30px;*/
	font-size: 1rem;
	color: #a4a4a4;
	min-height: 80px;
	background: white;
	position: relative;
	bottom: 0;
	left: 0;
}

.home-page .footer p {
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 30px;
}
.home-page .main{
	position: relative;
	height: 455px;
}
.headerContent{height: 60px;position: absolute;left: 0;}
@media screen and (max-width: 1379px) {
	.headerContent{height: 60px;position: absolute;bottom: 30px;left: 0;}
}
@media screen and (min-width: 1380px) and (max-width: 1449px){
	.headerContent{height: 60px;position: absolute;bottom: 50px;left: 0;}
}
@media screen and (min-width: 1450px) and (max-width: 1920px){
	.headerContent{height: 60px;position: absolute;bottom: 70px;left: 0;}
}
@media screen and (min-width: 1921px){
	.headerContent{height: 60px;position: absolute;bottom: 70px;left: 0;}
}
.main-bg{
	background: url("login_bg_2x.jpg")no-repeat center;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	min-height: 450px;
}
.main-slide{
	position: absolute;
	top: 104px;
	left: 0;
}
.browserTips{
	height: 104px;
	line-height: 104px;
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 0.9rem;
	color: red}



.fullSlide{ width:100%;  position:absolute;  height:100%; background: url(banner_bg.jpg);/*background: red;*/  left: 0;top: 0;overflow: hidden}
.fullSlide .bd{ margin: auto; position:relative; z-index:0; overflow:hidden;  height: 100%;width: 1440px;}
.fullSlide .bd ul{ height:100% !important;  }
.fullSlide .bd li{ height:100% !important;   overflow:hidden; text-align:center;  background-size: cover !important}
.fullSlide .bd li a{ display:block; height:100%; }

.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:36px; line-height:36px; text-align:center;
	_background:#000; _filter:alpha(opacity=60);
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:16px; height:16px; margin:5px; background:url(../images/tg_flash_item.png) center no-repeat; overflow:hidden;
	line-height:9999px;
}
.fullSlide .hd ul .on{ background: url(../images/tg_flash_item_on.png) center no-repeat; }

.logoImages{height: 60px;background-size: cover;margin-top: 21px}