@charset "UTF-8";
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0;
	padding: 0;
}
* {
	/*-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
	-webkit-tap-highlight-color: transparent;
}
fieldset, img, input, button {
	border: 0 none;
	padding: 0;
	margin: 0;
	outline-style: none;
}
ul, ol {
	list-style: none;
}
input {
	padding-top: 0;
	padding-bottom: 0;
}
select, input {
	vertical-align: middle;
}
select, input, textarea {
	margin: 0;
}
textarea {
	resize: none;
}
img {
	border: 0;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}
s, i, em {
	font-style: normal;
	text-decoration: none;
}

.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.hide {
	display: none;
}
.clickable {
	cursor: pointer;
}
.ell {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	word-wrap: break-word;
}
.w {
	width: 1200px;
	margin: 0 auto;
}
.header {
	height: 794px;
	/*min-width: 1440px;*/
	background: url(../images/banner.jpg) no-repeat center top;
	background-size: 100% 100%;
	margin-bottom: 5px;
}
.logo {
	padding: 10px 0;
}
/*.nav {
	height: 62px;
	background-color: #c9151e;
}
.nav .con {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.nav .con>a {
	display: block;
	color: #fff;
	position: relative;
	text-align: center;
	line-height: 62px;
	padding: 0 25px;
	font-size: 18px;
}*/
.form {
}
.form .con {
	height: 654px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form .con>form {
	height:550px;
	display: block;
	padding: 0 42px;
	background-color: #fff;
	border-radius: 10px;
}
.form .title {
	line-height: 46px;
	font-size: 16px;
	color: #5b6a7d;
	margin-top: 20px;
}
.form .group-wrap {
	margin-bottom: 10px;
}
.form .group {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 15px;
}
.form .control {
	width: 290px;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	font-size: 14px;
	border: 0 none;
	background: transparent;
}
.form .code .control {
	width: 186px;
}
.form .btn-code {
	position: absolute;
	right: 30px;
	top: 12px;
	background: transparent;
	color: #3580e5;
	cursor: pointer;
}
.form .agree {
	padding: 12px 0;
}
.form .agree>a {
	color: #c9151e;
}
.form .register {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	background-color: #c9151e;
	cursor: pointer;
	margin-bottom:20px;
}
.form .login {
	padding: 12px 0;
	text-align: center;
}
.form .login>a {
	color: #5b6a7d;
}
.advant {
	background-color: #e1e1e1;
	text-align: center;
}
.advant .img-wrap {
	width: 1440px;
	margin: 0 auto;
}
.footer {
	color: #fff;
	font-size: 12px;
}
.footer a {
	color: #fff;
}
.footer .con {
	background-color: #1e1e1e;
}
.footer .con>.w {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer .con .item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 25px 40px 0 0;
}
.footer .con .item .title {
	border-bottom: 1px solid #363636;
	margin-bottom: 20px;
	font-size: 14px;
}
.footer .con .item .title>span {
	display: inline-block;
	line-height: 40px;
	position: relative;
}
.footer .con .item .title>span::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #838383;
}
.footer .con .item-intr .links>a {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.footer .item-contact .info {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer .item-contact .info .img-wrap {
	width: 34px;
	height: 34px;
	border: 1px solid #363636;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px;
}
.footer .item-contact .info img {
	width: 100%;
	height: 100%;
}
.footer .item-contact .info .desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.footer .item-contact .info .tel {
	margin-right: 10px;
}
.footer .item-qrcode .desc {
	color: #838383;
	margin-bottom: 20px;
}
.footer .item-qrcode .img-wrap img {
	margin-right: 20px;
}
.footer .copyright {
	line-height: 36px;
	background-color: #161616;
	text-align: center;
}
