html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin: 0;
	padding: 0;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Sans GB', 'PingHei', 'PingFang SC', 'STHeitiSC-Light', 'Microsoft YaHei', "微软雅黑", 'Arial', sans-serif;
	font-weight: 400;
}

a, button {
	/*删除选中*/
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/*Non-prefixed version, currently*/
	box-sizing: border-box;
	/*删除选中*/
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	overflow: auto;
	-webkit-font-smoothing:antialiased;
}

img {
	border: 0 none;
	vertical-align: top;
	box-sizing: border-box;
}

ul, li {
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
body, input, select, button, textarea {
	font-size: 12px;
}

button {
	cursor: pointer;
	border: none 0;
	outline: none;
}

i, em, cite {
	font-style: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	line-height: 1.2;
}

a, a:link {
	text-decoration: none;
	color: #333;
}

a:active, a:hover {
	text-decoration: none
}

a:focus {
	outline: none
}

.clear {
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}

input:focus {
	outline: none;
}
input:-webkit-autofill {
	background-color: transparent !important;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #e1e1e1;
}

button.more {
	display: block;
	width: 360px;
	height: 44px;
	background-color: #f2f3f4;
	font: 14px/1.5em "";
	color: #999;
	margin: 0 auto;
}

.warp {
	width: 1200px;
	margin: 0 auto;
}

/*layout_topbar*/
.layout_topbar {
	height: 40px;
	font: 12px/40px "";
}
.layout_topbar a {
	float: right;
	color: #333;
	margin-left: 25px;
}
.layout_topbar p {
	float: left;
	color: #333;
	cursor: pointer;
}
.layout_topbar a.register::before, .layout_topbar a.login::before, .layout_topbar p::before {
	float: left;
	width: 12px;
	height: 12px;
	content: '';
	background: url(../img/ico_top.png) no-repeat;
	margin: 14px 6px 0 0;
}
.layout_topbar a.register::before {
	background-position: 0 -12px;
}
.layout_topbar a.login::before {
	background-position: 0 0px;
}
.layout_topbar a.map {
	position: relative;
	margin-right: 25px;
}
.layout_topbar a.map::after {
	position: absolute;
	top: 14px;
	right: -25px;
	width: 1px;
	height: 12px;
	content: '';
	background-color: #ccc;
}
.layout_topbar p::before {
	background-position: 0 -24px;
}
.layout_topbar p:hover{
	color: #4e76e0;
}
.layout_topbar a:hover{
	color: #4e76e0;
}

/*layout_adbox*/
.layout_adbox {
	position: relative;
	width: 1200px;
	height: 80px;
	margin: 0 auto 10px;
	border: solid 1px #eee;
	overflow: hidden;
}
.layout_adbox span.close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: url(../img/ico_close.png) no-repeat 50%;
	cursor: pointer;
	z-index: 2;
}
.layout_adbox img {
	display: block;
	width: 100%;
}

/*layout_header*/
.layout_header {
	height: 60px;
	background-color: #4e76e0;
}
.layout_header .logo {
	float: left;
	width: 220px;
}
.layout_header .nav {
	float: left;
	height: 60px;
	margin-left: 50px;
}
.layout_header .nav li {
	float: left;
}
.layout_header .nav li a {
	display: block;
	padding: 0 25px;
	font: 18px/60px "";
	color: #fff;
}
.layout_header .nav li.active a,.layout_header .nav li a:hover {
	background-color: #3d60be;
}
.layout_header .sear {
	float: right;
	width: 280px;
	height: 36px;
	margin: 12px 0;
	padding: 7px 12px 7px 20px;
	background-color: #fff;
	border-radius: 18px;
	overflow: hidden;
}
.layout_header .sear input {
	float: left;
	width: 226px;
	height: 22px;
	font: 14px/22px "";
	border: none 0;
}
.layout_header .sear button {
	float: right;
	width: 22px;
	height: 22px;
	background: url(../img/ico_search.png) no-repeat 50%;
}

/*layout_footer*/
.layout_footer {
	position: relative;
	height: 130px;
	padding: 20px 0;
	background-color: #4e76e0;
}
.layout_footer .bnav	{
	float: left;
	width: 300px;
	height: 90px;
	border-right: solid 1px #bbceff;
}
.layout_footer .bnav a {
	float: left;
	width: 140px;
	text-align: center;
	margin-top: 18px;
}
.layout_footer .bnav a:nth-child(1),.layout_footer .bnav a:nth-child(2){
	margin-top: 0;
}
.layout_footer .bnav a p {
	font: 14px/20px "";
	color: #fff;
}
.layout_footer .bnav a span {
	display: block;
	font: 12px/16px "";
	color: #bbceff;
}
.layout_footer .bbot {
	float: left;
	width: 600px;
	height: 90px;
}
.layout_footer .bbot p {
	width: 182px;
	height: 50px;
	margin: 0 auto;
}
.layout_footer .bbot span {
	display: block;
	font: 14px/20px "";
	color: #bacdff;
	margin-top: 15px;
	text-align: center;
}
.layout_footer .bcode {
	position: relative;
	float: right;
	width: 300px;
	height: 90px;
	padding: 21px 0 21px 55px;
	border-left: solid 1px #bbceff;
}
.layout_footer .bcode dl {
	height: 48px;
}
.layout_footer .bcode dt {
	float: left;
	width: 48px;
	height: 48px;
	content: '';
	background: url(../img/ico_tcode.png) no-repeat 50%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.layout_footer .bcode dd {
	float: right;
}
.layout_footer .bcode dd p {
	font: 14px/24px "";
	color: #fff;
	white-space: nowrap;
}
.layout_footer .bcode .img {
	position: absolute;
	bottom: 90px;
	left: 0px;
	padding: 15px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	display: none;
}
.layout_footer .bcode .img::before {
	position: absolute;
	bottom: -8px;
	left: 50%;
	content: '';
	border-top: solid 8px #fff;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
	margin-left: -8px;
}
.layout_footer .bcode dl:hover dt {
	opacity: 0.8;
}
.layout_footer .bcode dl:hover + div.img {
	display: block;
}

/*login_header*/
.login_header {
	height: 76px;
}
.login_header .logo {
	float: left;
	width: 240px;
	height: 76px;
}
.login_header a {
	float: right;
	font: 12px/16px "";
	margin-top: 30px;
	color: #666;
}
.login_header a::before {
	float: left;
	width: 12px;
	height: 12px;
	content: '';
	margin: 2px 5px 0 0;
	background: url(../img/ico_home.png) no-repeat 50%;
}
.login_header a:hover {
	color: #4e76e0;
}

/*login_register*/
.login_register {
	position: relative;
	min-width: 1200px;
	height: 590px;
	padding-top: 80px;
	overflow: hidden;
}
.login_register::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: url(../img/bg_loginreg.jpg) repeat-x 50%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
}
.login_register .tcode {
	position: relative;
	float: left;
	width: 180px;
	height: 180px;
	margin-top: 195px;
	margin-left: 250px;
	overflow: hidden;
	z-index: 2;
}
.login_register:hover::before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*login_register_box*/
.login_register_box {
	position: relative;
	float: right;
	width: 370px;
	padding: 25px;
	background-color: #fff;
	z-index: 2;
}
.login_register_box .head {
	position: relative;
	height: 28px;
	font: 18px/28px "";
}
.login_register_box .head::before {
	position: absolute;
	top: 5px;
	left: 50%;
	width: 1px;
	height: 18px;
	content: '';
	background-color: #ddd;
	overflow: hidden;
}
.login_register_box .head span {
	float: left;
	width: 50%;
	text-align: center;
	color: #666;
	cursor: pointer;
}
.login_register_box .head span.on {
	color: #4e76e0;
}
.login_register_box .cont {
	margin-top: 30px;
}
.login_register_box .cont form {
	display: none;
}
.login_register_box .input {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	height: 40px;
	margin: 0 0 20px;
}
.login_register_box .input.name::before,.login_register_box .input.pass::before {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 38px;
	height: 38px;
	content: '';
	background: url(../img/ico_login.png) no-repeat #f7f7f7;
}
.login_register_box .input.name::before {
	background-position: 0 0;
}
.login_register_box .input.pass::before {
	background-position: 0 100%;
}
.login_register_box .input input {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	height: 40px;
	padding: 9px;
	font: 14px/20px "";
	border: solid 1px #e6e6e6;
	color: #333;
}
.login_register_box .input.name input,.login_register_box .input.pass input {
	padding-left: 50px;
}
.login_register_box .input input.err {
	border: solid 1px #f00;
}
.login_register_box .input i {
	position: absolute;
	top: 100%;
	font: 12px/20px "";
	color: #f00;
}
.login_register_box .input p {
	display: block;
	width: 80px;
	height: 40px;
	margin-left: 10px;
	background-color: #ccc;
}
.login_register_box .input span {
	display: block;
	width: 50px;
	height: 40px;
	margin-left: 10px;
	font: 14px/40px "";
	color: #4e76e0;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.login_register_box .input em {
	display: block;
	width: 140px;
	height: 40px;
	font: 14px/40px "";
	color: #fff;
	background-color: #4e76e0;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
}
.login_register_box .input em.disabled {
	background-color: #e6e6e6;
	color: #808080;
}
.login_register_box .check {
	position: relative;
	width: 200px;
	height: 14px;
	margin-bottom: 38px;
}
.login_register_box .check input {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	opacity: 0;
	filter:alpha(opacity="0");
}
.login_register_box .input input.err {
	border: solid 1px #f00;
}
.login_register_box .check i {
	float: left;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	background: url(../img/ico_check.png) no-repeat 50% 0;
	overflow: hidden;
}
.login_register_box .check label {
	display: block;
	padding-left: 20px;
	font: 12px/14px "";
	color: #666;
	cursor: pointer;
}
.login_register_box .check input:checked + i {
	background-position: 50% 100%;
}
.login_register_box .forgot {
	float: right;
	height: 14px;
	font: 12px/14px "";
}
.login_register_box .forgot a {
	color: #666;
}
.login_register_box .forgot a:hover {
	color: #4e76e0;
}
.login_register_box .btnb {
	height: 40px;
}
.login_register_box .btnb button {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #4e76e0;
	font: 15px/1.5em "";
	color: #fff;
}
