@CHARSET "UTF-8";

body {
	background: #f6f6f6;
	height: auto;
	padding-top: 71px;
}

.page-width {
	display: block;
	min-width: 960px;
	max-width: 1366px;
	margin: 0 auto;
	position: relative;
}

.page-width:before {
	content: '';
	display: table;
}

.page-width:after {
	content: '';
	display: table;
	clear: both;
}

header {
	position: absolute;
	z-index: 99999999;
	width: 100%;
	top: 0px;
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); */
	background: #fff;
	top: 0px;
}

header .logo {
	float: left;
	line-height: 50px;
	padding: 10px 0px 10px 20px;
}

header .logo img {
	float: left;
	height: 50px;
}

header .logo span {
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
	display: inline-block;
	color: #666;
	float: left;
	letter-spacing: 2px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

header .service {
	float: right;
	padding: 10px 30px 10px 0px;
}

header .service .hotline, header .service .service-time {
	display: block;
}

header .service .hotline:before, header .service .service-time:before {
	content: '';
	display: table;
}

header .service .hotline:after, header .service .service-time:after {
	content: '';
	display: table;
	clear: both;
}

header .service .hotline i {
	float: left;
	font-size: 16px;
	font-weight: 600;
	color: #c51b1b;
	line-height: 30px;
}

header .service .hotline span {
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #c51b1b;
	line-height: 30px;
	margin-left: 10px;
	letter-spacing: 2px;
}

header .service .service-time i {
	float: left;
	font-size: 16px;
	font-weight: 600;
	color: #666;
	line-height: 20px;
	font-size: 16px;
}

header .service .service-time span {
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 20px;
	margin-left: 10px;
}

section.containt {
	position: relative;
}

section.containt:before {
	content: '';
	display: table;
}

section.containt:after {
	content: '';
	display: table;
	clear: both;
}

section.containt .bg-img {
	display: block;
	width: 100%;
	height: 400px;
	background: transparent;
	background-image: url('../images/login_bg/bg1.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 90%; /* contain cover*/
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3) inset;
	background-color: #efefef;
}

section.containt .slogan-img {
	position: absolute;
	bottom: 10px;
	left: 10%;
	width: 480px;
	height: 300px;
	background: transparent;
	background-image: url('../images/login_bg/img1.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain; /* contain cover*/
	z-index: 2;
}

section.containt .login-box {
	position: absolute;
	bottom: -50px;
	right: 10%;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	width: 360px;
	height: 400px;
	z-index: 3;
}

section.containt .login-box h2 {
	margin-top: 46px;
	margin-bottom: 30px;
	font-size: 20px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #666;
	font-weight: 400;
	letter-spacing: 1px;
}

section.containt .login-box .item {
	position: relative;
	width: 280px;
	margin: 0 auto 25px auto;
}

section.containt .login-box .item input {
	width: 235px;
	height: 46px;
	line-height: 46px;
	padding: 0 5px 0 45px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	/* background: #f8f8f8 url(../img/login_icon1.jpg) 10px 12px no-repeat; */
	box-sizing: content-box;
	background: rgba(255, 255, 255, 0.6);
	outline: none;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	border-radius: 7px;
}

section.containt .login-box .item input:focus, section.containt .login-box .item input:active {
	border: 1px solid rgba(199, 80, 44, 0.6);
	background: rgba(255, 255, 255, 0.8);
}

section.containt .login-box .item a {
	float: right;
	line-height: 35px;
	text-decoration: none;
	color: #09c;
	font-size: 12px;
}

section.containt .login-box .item i {
	font-size: 20px;
	position: absolute;
	top: 12px;
	left: 11px;
	color: #6b6563;
}

section.containt .login-box p {
	color: #888888;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

section.containt .login-box p {
	margin-top: 22px;
}

section.containt .login-box .login1_tip span {
	font-size: 14px;
	color: #ca4413;
	margin: 0px 6px 0px 2px;
}

section.containt .login-box .login1_tip a {
	float: none;
	font-size: 14px;
	color: #ca4413;
	margin: 0px 6px 0px 2px;
	text-decoration: none;
}

section.containt .login-box .login1_tip a:hover {
	color: #f40;
}

section.containt .login-box .item .login1_btn {
	padding: 0;
	display: block;
	background-color: #c7502c;
	width: 100%;
	text-align: center;
	line-height: 46px;
	height: 46px;
	color: #fff;
	border-radius: 5px;
	background-image: none;
	cursor: pointer;
	font-size: 16px;
	margin-top: 50px;
}

section.containt .login-box .item .login1_btn:hover, section.containt .login-box .item .login1_btn:focus {
	background-color: #f40;
}

section.containt .login-box .icon-saomadenglu01, section.containt .login-box .icon-zhanghaodenglu01 {
	font-size: 55px;
	position: absolute;
	top: 0px;
	right: 5px;
	color: #ca4413;
}

section.containt .login-box .icon-zhanghaodenglu01:hover, section.containt .login-box .icon-saomadenglu01:hover {
	color: #f40;
	cursor: pointer;
}

section.containt .login-box .login-tip {
	position: absolute;
	top: 10px;
	right: 70px;
}

section.containt .login-box .poptip {
	border: 1px solid #f3d995;
	height: 16px;
	line-height: 16px;
	padding: 5px 20px 5px 15px;
	background: #fefcee;
	position: relative;
}

section.containt .login-box .poptip-arrow {
	top: 8px;
	right: 0;
	position: absolute;
	z-index: 10;
	display: block;
}

section.containt .login-box .poptip-arrow em {
	top: 0;
	left: 1px;
	border-left-color: #715712 !important;
	border-width: 6px 0 6px 6px;
}

section.containt .login-box .poptip-arrow em, section.containt .login-box .poptip-arrow span {
	position: absolute;
	width: 0;
	height: 0;
	border-color: rgba(255, 255, 255, 0);
	border-style: solid;
	overflow: hidden;
	top: 0;
	left: 0;
}

section.containt .login-box .poptip-arrow span {
	border-left-color: #fefcee;
	border-width: 6px 0 6px 6px;
}

section.containt .login-box .poptip .poptip-content {
	color: #df9c1f;
	font-size: 12px;
	font-weight: 400;
}

section.containt .login-box .poptip .poptip-content .iconfont {
	color: #df9c1f;
	font-size: 14px;
	margin-right: 8px;
}

section.containt .login-box .smDiv {
	margin-top: 36px;
	margin-bottom: 26px;
}

section.containt .login-box .smDiv img {
	width: 160px;
	margin: 0 auto;
	display: block;
}

footer {
	width: 100%;
	font-size: 14px;
	line-height: 2em;
	text-align: center;
	position: relative;
	margin-top: 60px;
}

footer a {
	color: #666;
}

footer .footmenu {
	padding: 25px 0 8px 0;
	text-align: center;
}

footer .footmenu .cutline {
	font-style: normal;
	margin: 0 22px;
}

footer .copyright {
	line-height: 2em;
}

footer .copyright span {
	margin: 0 1em;
}

footer .qr-code {
	font-size: 12px;
	padding: 15px 0;
}

footer .qr-code>.items {
	width: 94px;
	position: absolute;
	top: 10px;
	right: 15%;
}

footer .qr-code>.items img {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #eee;
}

@media screen and (max-height:790px) {
	section.containt .bg-img {
		zoom: 1;
	}
	section.containt .page-width .slogan-img {
		zoom: 1;
	}
}

@media screen and (min-height:790px) and (max-height: 840px) {
	section.containt .bg-img {
		zoom: 1.1;
	}
	section.containt .page-width .slogan-img {
		zoom: 1.0;
	}
}

@media screen and (min-height:840px) {
	section.containt .bg-img {
		zoom: 1.25;
	}
	section.containt .page-width .slogan-img{
		zoom: 1.15;
	}
}