@charset "utf-8";
/* CSS Document */

html, body, div, span, iframe, input, select, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 1;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
}

i, em {
	font-style: normal;
}

a:focus {
	outline: none;
}

a.hidefocus {
	outline: none
}

input[type=text], input[type=submit], input[type=button] {
	-webkit-appearance: none;
	/*去除iPhone input默认样式}*/
}

input {
	outline: none;
	background: none;
}

img {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}

.clear {
	zoom: 1;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 0 5px #bbb;
}

.header .center {
	height: 93px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .center .header_left {
	display: flex;
	align-items: center;
}

.header .center nav {
	padding: 0 10px;
	position: relative;
}

.header .center nav a {
	font-size: 18px;
	color: #333333;
	width: 99px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
}

.header .center nav a.active {
	font-weight: bold;
}

.header .center nav a:hover {
	font-weight: bold;
}

.header .center nav .move_div_pc {
	width: 99px;
	height: 3px;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	margin-left: 0;
	bottom: -13px;
	position: absolute;
	background-color: none;
}

.header .center nav .move_div_pc span {
	width: 29px;
	height: 3px;
	background-color: #777777;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
}

.header .center .header_right {
	display: flex;
	align-items: center;
	float: right;
}

.header .center .header_right .phone {
	font-size: 20px;
	color: #435061;
	line-height: 33px;
	padding-right: 9px;
	border-right: 1px solid #eaeaea;
}

.header .center .header_right .login {
	width: 99px;
	height: 36px;
	background-color: #4581fb;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	border-radius: 4px;
	margin-left: 17px;
}

.header .center .header_right .login a {
	font-size: 15.6px;
	color: #ffffff;
	letter-spacing: 1px;
}
/*  */

.center {
	width: 1107px;
	margin: 0 auto;
}

.title {
	text-align: center;
}

.title h2 {
	font-size: 39px;
	font-weight: 600;
	color: #010101;
	line-height: 29px;
}

.title P {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 29px;
	margin-top: 8px;
}

.nav_img {
	display: none;
}
/*  */

.join {
	width: 100%;
	background: #FE824C;
}

.join .center {
	height: 137px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.join .center P {
	font-size: 39px;
	font-weight: 600;
	color: #ffeeee;
	line-height: 29px;
	margin-left: 13px;
}

.join .center a {
	display: block;
	width: 213px;
	height: 61px;
	background: #FF9F75;
	border-radius: 4px;
	font-size: 29px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 61px;
	text-align: center;
}
/*  */

.Links .center {
	margin: 50px auto;
}

.Links .center p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 29px;
}

.Links .center p a {
	color: #333333;
	margin-right: 10px;
	display: inline-block;
}
/*  */

.footer {
	width: 100%;
	background: #435061;
	overflow: hidden;
}

.footer .center {
	display: flex;
	margin: 37px auto 27px;
}

.footer .center .foot_nav ul {
	min-width: 622px;
	display: flex;
}

.footer .center .foot_nav ul li {
	margin-right: 100px;
}

.footer .center .foot_nav ul li h6 {
	font-size: 15.6px;
	color: #FEFEFF;
}

.footer .center .foot_nav ul li a {
	font-size: 13.65px;
	color: #A3B5CF;
	display: block;
	margin-top: 20px;
}

.footer .center .foot_ewm img {
	width: 126px;
}

.footer .center .foot_ewm p {
	font-size: 17px;
	font-weight: 300;
	color: #ACB7C6;
	line-height: 38px;
	text-align: center;
}

.footer .center .foot_right {
	min-width: 300px;
	margin-left: 59px;
	text-align: right;
	padding-top: 24px;
}

.footer .center .foot_right h1 {
	font-size: 39px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
	margin-bottom: 10px;
}

.footer .center .foot_right p {
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 29px;
	letter-spacing: 1px;
}
/*  */

.copyright {
	width: 100%;
	background-color: #3b4756;
}

.copyright .center {
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: space-between;
}

.copyright .center p {
	font-size: 11.7px;
	color: #a1abbc;
}

.copyright .center p a {
	color: #a1abbc;
	margin-left: 15px;
}

@media screen and (max-width:1024px) {
	.center {
		width: 100%;
		margin: 0 auto;
	}
	.nav_img {
		display: block;
		width: 35px;
	}
	/*  */
	body {
		position: relative;
	}
	.header .center {
		padding: 0 3%;
	}
	.header .center .header_left {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.header .center .header_left .mask {
		position: fixed;
		width: 100%;
		height: calc(100vh - 93px);
		background-color: rgba(0, 0, 0, 0.5);
		top: 93px;
		left: 0;
		display: none;
	}
	.header .center .header_left .mask.active {
		display: block;
	}
	.header .center .header_left nav {
		position: absolute;
		width: 40%;
		height: 100%;
		background-color: #fff;
		right: -40%;
		top: 0;
		z-index: 99;
		padding: 0;
	}
	.header .center .header_left nav a {
		color: #000;
		display: block;
		height: 80px;
		line-height: 80px;
		width: 100%;
		font-size: 24px;
		border-bottom: 1px solid #cccccc;
	}
	.header .center .header_right {
		display: none;
	}
	/*  */
	.join .center {
		width: auto;
		margin: auto 3%;
	}
	.join .center p {
		font-size: 32px;
	}
	/*  */
	.Links .center {
		width: auto;
		margin: 50px 3%;
	}
	/*  */
	.footer .center {
		width: auto;
		margin: 37px 3% 27px;
	}
	.footer .center .foot_nav ul {
		min-width: auto;
	}
	.footer .center .foot_nav ul li {
		margin-right: 0;
		width: 150px;
	}
	.copyright .center {
		width: auto;
		margin: 0 3%;
	}
}

@media screen and (max-width: 800px) {
	.footer .center {
		justify-content: space-between;
	}
	.footer .center .foot_nav ul li {
		margin-right: 0;
		width: 110px;
	}
	.footer .center .foot_right {
		min-width: auto;
		margin-left: 0;
	}
	.footer .center .foot_right h1 {
		font-size: 24px;
	}
	.footer .center .foot_right p {
		font-size: 13px;
	}
}

@media screen and (max-width:750px) {
	/*  */
	.header .center {
		height: 55px;
	}
	.header .center .header_left .logo {
		width: 90px;
	}
	.header .center .header_left .mask {
		height: calc(100vh - 55px);
		top: 55px;
	}
	.header .center .header_left .mask nav a {
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}
	.header .center .header_left .nav_img {
		width: 24px;
	}
	/*  */
	.title h2 {
		font-size: 21px;
		line-height: 21px;
	}
	.title P {
		font-size: 12px;
		line-height: 15px;
	}
	/*  */
	.join .center {
		height: 66px;
	}
	.join .center p {
		font-size: 15px;
	}
	.join .center a {
		width: 100px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
	}
	/*  */
	.Links .center {
		margin: 10px 3%;
	}
	.Links .center p {
		font-size: 11px;
		line-height: 20px;
	}
	/*  */
	.Links .center p a {
		margin-right: 5px;
	}
	.footer .center {
		margin: 30px 3%;
		display: block;
		overflow: hidden;
	}
	.footer .center .foot_nav {
		margin-bottom: 20px;
	}
	.footer .center .foot_nav ul {
		display: flex;
		justify-content: space-around;
	}
	.footer .center .foot_nav ul li {
		width: auto;
	}
	.footer .center .foot_nav ul li a {
		margin-top: 10px;
	}
	.footer .center .foot_ewm {
		width: 42%;
		float: left;
	}
	.footer .center .foot_ewm img {
		margin: 0 auto;
	}
	.footer .center .foot_right {
		width: 58%;
		float: left;
		padding-top: 0;
	}
	.footer .center .foot_right p {
		font-size: 12px;
	}
	/*  */
	.copyright .center {
		display: block;
		line-height: 20px;
		padding: 10px 0;
	}
	.copyright .center p {
		font-size: 10px;
	}
	.copyright .center p a {
		margin-right: 15px;
		margin-left: 0;
	}
}