html,body {
	height: 100%;
	width: 100%;
}

.header {
	min-width: 1200px;
	background-color: #fff;
}

.sider {
	position: fixed;
	top: 50%;
	left: 0;
	height: 244px;
	z-index: 20;
	margin-top: -122px;
}

.goTop a {
	position: fixed;
	top: 90%;
	right: 0;
	z-index: 20;
	width: 43px;
	height: 50px;
	background: url("../image/back.png") no-repeat;
}

.goTop a:HOVER {
	background: url("../image/back_on.png") no-repeat;
}

.sider .item {
	float: left;
	height: 48px;
	margin: 1px;
	cursor: pointer;
	background-color: #303030;
	color: #f7f7f5;
}

.sider .item .img {
	margin: 12px;
}

.sider .item .desc {
	height: 100%;
	line-height: 48px;
	padding: 0 10px;
}

.sider .item .qrcode {
	position: fixed;
	margin-left: -5px;
}

.sider .item:HOVER {
	background-color: #19a6a0;
}

.sider .item:HOVER .desc,.sider .item:HOVER .qrcode {
	display: inline-block;
}

.section1 {
	position: relative;
	height: 100%;
	width: 100%;
	min-width: 1200px;
}

.section1 .main {
	height: 100%;
	width: 100%;
}

.section1 .main .item {
	height: 100%;
	width: 100%;
	min-height:800px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section1 .main .item .banner {
	margin-top: 240px;
	float:left;
}

.section1 .main .item .banner .top {
	font-size: 36px;
	color: #323232;
}

.section1 .main .item .banner .title {
	font-size:60px;
	font-weight:bold;
	color: #FFFFFF;
	margin-bottom:20px;
}

.section1 .main .item .banner .desc {
	font-size:48px;
	font-weight:normal;
	color: #FFFFFF;
	width:700px;
}

.section1 .main .item .banner .bar {
	font-size: 20px;
	margin-top: 30px;
}

.section1 .main .item .banner .bar .btn {
	float: left;
	margin: 0 5px;
	width: 170px;
	height: 48px;
	line-height: 48px;
	color: #2f92d0;
	border: #2f92d0 1px solid;
	background-color: transparent;
}

.section1 .main .item .banner .bar .btn:HOVER {
	background-color: #2f92d0;
}

.section1 .main .item .next-page-wrap {
	position: absolute;
	width: 100%;
	bottom: 150px;
}

.section1 .main .item .next-page {
	position: relative;
	margin: 0 auto;
	height: 23px;
	width: 73px;
	background-image: url("../image/icon_login_17.png");
	cursor: pointer;
}

.section1 .main .item .next-page:HOVER {
	background-image: url("../image/icon_login_18.png");
}

.section1 .slider {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 120px;
	min-width: 1200px;
	z-index: 10;
}

.section1 .slider .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #19a6a0;
	opacity: 0.9;
}

.section1 .slider .item {
	float: left;
	height: 120px;
	width: 300px;
	z-index: 15;
	cursor: pointer;
	font-size: 18px;
	line-height: 120px;
	color: #f7f7f5;
}

.section1 .slider .item .center {
	margin: 0 auto;
	height: 100%;
}

.section1 .slider .item .center img {
	margin: 24px 0;
}

.section1 .slider .item .center span {
	float: right;
}

.section1 .slider .item:HOVER,.section1 .slider .item.active {
	background-color: #2cb9b3;
	opacity: 1;
}

@media screen and (max-width:1440px) {
	.section1 .main .item .banner {
	}
	.section1 .main .item .banner .top {
		font-size: 30px;
	}
	.section1 .main .item .banner .title {
	}
	.section1 .main .item .banner .desc {
	}
	.section1 .main .item .banner .bar {
		font-size: 18px;
	}
	.section1 .main .item .banner .bar .btn {
		width: 128px;
		height: 36px;
		line-height: 36px;
	}
	.section1 .main .item .next-page-wrap {
		bottom: 120px;
	}
	.section1 .slider {
		height: 90px;
	}
	.section1 .slider .item {
		height: 90px;
		line-height: 90px;
	}
	.section1 .slider .item .center img {
		margin: 9px 0;
	}
}

.section2 {
	padding: 120px 0 300px 0;
	position: relative;
	width: 100%;
	min-width: 1200px;
	background-color: #f5f5f5;
}

.section2 .title {
	position: relative;
	margin: 0 auto;
	width: 820px;
	color: #19a6a0;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	width: 820px;
	color: #19a6a0;
}

.section2 .title .line {
	margin-top: 32px;
	width: 272px;
	height: 1px;
	background-color: #19a6a0;
}

.section2 .banner {
	margin: 0 auto;
	width: 1200px;
	height: 150px;
	color: #323232;
	font-size: 16px;
	text-align: center;
	background-image: url('../image/image_05.jpg');
	padding: 100px 0;
}

.section2 .banner p {
	margin: 10px 0;
}

.section2 .contact {
	margin: 0 auto;
	width: 1040px;
	height: 80px;
}

.section2 .contact .group {
	font-size: 18px;
	font-weight: bold;
	float: left;
}

.section2 .contact .group .text {
	height: 40px;
	line-height: 40px;
	color: #be3c7a;
}

.section2 .contact .group .desc {
	height: 40px;
	line-height: 40px;
	color: #323232;
}

.section2 .customer {
	margin: 0 auto;
	width: 1060px;
	height: 80px;
}

.section2 .customer .row {
	margin: 0 auto;
}

.section2 .customer .logo {
	float: left;
	margin: 0 5px;
}

.section2 .footer {
	position: absolute;
	bottom: 0;
	z-index: 10;
}

.loginBKG{
	margin-top:150px;
	float:right;
	padding:12px;
	background-color: RGBA(0, 0, 0, 0.2);
}

.login {
	padding: 20px;
	width: 283px;
	background-color: #fff;
	float:right;
}

.login .tab {
	font-size: 18px;
	color: #888888;
	padding: 5px 10px;
	font-weight: bold;
}

.login .tab.active {
	color: #19a6a0;
	border-bottom: #19a6a0 2px solid;
}

.login .row {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.login .small {
	margin-top: 5px;
	height: 18px;
}

.login .input {
	border: #cccccc 1px solid;
	height: 34px;
	width: 260px;
	font-size: 14px;
	padding: 0 10px;
	background-color: #fff;
}

.login .select {
	border: #cccccc 1px solid;
	height: 34px;
	width: 280px;
	font-size: 14px;
	background-color: #fff;
}

.login .btn {
	height: 34px;
	width: 280px;
	line-height: 34px;
}

.login a {
	font-size: 12px;
	color: #888888;
}

.login a.primarySms {
	color: #19a6a0;
	font-weight: bold;
}

.login span.primarySms {
	font-size: 12px;
	color: #19a6a0;
	font-weight: bold;
}

.login a.primary {
	color: #2f92d0;
	float: left;
	font-weight: bold;
}

.login span.primary {
	font-size: 12px;
	color: #19a6a0;
	float: left;
	margin: 0 5px;
	font-weight: bold;
}

.login-cert a.primary {
	color: #19a6a0;
	font-weight: bold;
}

.login-cert span.primary {
	font-size: 14px;
	color: #19a6a0;
	font-weight: bold;
}

.login-cert table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

.login-cert tr {
	border: none;
	height: 50px;
}

.login-cert th {
	border: none;
	background-color: #e1e4e5;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.login-cert td {
	border: none;
	font-size: 12px;
}

.login-cert .row {
	width: 282px;
	margin: 20px auto 0 auto;
}

.login-cert .radiobox {
	position: relative;
	top: 3px;
}

.login-cert .input {
	border: #cccccc 1px solid;
	height: 34px;
	width: 260px;
	font-size: 14px;
	padding: 0 10px;
}

.login-cert .btn {
	height: 34px;
	width: 280px;
	line-height: 34px;
}

.login-cert a {
	font-size: 12px;
	color: #19a6a0;
}

.row.captcha .input {
	width: 121px;
	float: left;
}

.row.captcha img {
	float: right;
}

.row .sub-btn {
	float: right;
	text-align: center;
	background-color: #C7000A;
	border: #C7000A 1px solid;
	color: #fff;
	cursor: pointer;
	margin: 0 0 0 10px;
	font-size: 14px;
	width: 120px;
	height: 34px;
	line-height: 34px;
}

.row .sub-btn:HOVER {
  background-color: #D73B43;
}

.login .error,.login-cert .error {
	margin-top: 0 !important;
}

.pwdShow {
	font-size: 12px;
	margin-left: 10px;
	cursor: pointer;
}

.tip {
	font-size: 12px;
	color: #888888;
}

.row .tip {
	line-height: 34px;
	padding: 0;
	margin-left: 10px;
}
.hrefClose:before {
	background: 0 0;
	color: #bbb;
	content: "\00D7";
	font-size: 26px;
	font-weight: 400;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	right: 1.5px;
	top: 1.5px;
}
.showLogin{
	width: 322px;
	min-height: 280px;
	background-repeat: repeat-x;
	background-color: #ffffff;
	z-index: 1000;
	text-align: left;
	display: block;
	position: fixed;
	top: 30%;
	left: 40%;
}

.tab-head > .nav-tabs > li > a {
	border: 1px solid transparent;
	border-radius: 0;
	margin: 0
}

.tab-head > .nav-tabs > li > a:focus {
	border: 1px solid transparent;
}

.login-qr-code .row {
	margin: 0;
}

.login-qr-code .tips {
	text-align: center;
	font-weight: bold;
	color: #D73B43;
}

.login-qr-code .thumbnail {
	width: 190px;
	margin: auto;
}

.login-qr-code .thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
}