footer {
	width: 100%;
	background: #274fe4;
	color: #B5B5B5;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	/* background: -webkit-gradient(linear, left, right, color-stop(0%, #203FDD), color-stop(100%, #4288FB));
	background: linear-gradient(to right, #203FDD 0%, #4288FB 100%); */
}

.foot-wrap {
	max-width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	/* padding-top: 55px;
	padding-bottom: 30px; */
	color: #fff;
	/* padding-top: 20px; */
	padding-top: 3px;
	padding-bottom: 10px;
}

.contact-wrap {
	overflow: hidden;
	position: relative;
	padding: 0 45px 12px;
}

.contact-wrap>ul {
	/* width: 260px; */
	/* float: left; */
	margin-right: 50px;
	font-size: 18px;
}

.contact-wrap .code-wrap {
	position: absolute;
	width: 200px;
	right: 0;
	top: 12px;
	font-size: 11px;
	line-height: 1.2;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.contact-wrap .code-wrap>div {
	width: 120px;
}

.contact-wrap .code-wrap img {
	width: 77px;
	margin: 0 auto 10px;
}

.contact-title {
	font-size: 18px;
	height: 25px;
	line-height: 25px;
	font-weight: 600;
	color: rgba(223, 223, 223, 1);
	line-height: 25px;
	margin-bottom: 22px;
}

.contact-infos {
	position: relative;
	padding-left: 30px;
	padding-top: 12px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 1.5;
}

.contact-infos .time {
	display: block;
	padding-left: 122px;
	font-size: 10px;
}

.contact-infos i {
	position: absolute;
	left: 0;
	top: 15px;
	/* width: 12px;
	height: 20px;
	line-height: 20px; */
}

.contact-infos i img {
	width: 100%;
	display: inline-block;
}

.copyright {
	/* padding-top: 2px; */
	text-align: center;
	color: #fff;
	font-size: 11px;
}


.ques-list {
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 18px;
	margin: 37px 0 24px;
}

.friendship-link {
	/* height: 80px; */
	/* background: #f7f8fc; */
	color: #737272;
	font-size: 18px;
	margin-top: 20px;
}

.friendship-wrap {
	max-width: 1080px;
	margin: 0 auto;
	/* padding: 25px 0 40px; */
	padding: 50px 120px 0;
}

.friendship-wrap a {
	display: inline-block;
	margin-right: 30px;
	color: #737272;
}

.friendship-wrap a:hover {
	color: #274fe4;
}

/*导航*/
header {
	height: 116px;
	width: 100%;
	line-height: 116px;
	box-sizing: border-box;
	position: fixed;
	z-index: 67;
	/* overflow: hidden; */
	/* padding: 0 6.6%; */
}

.header {
	padding: 0 6.6%;
	justify-content: space-between;
}

.logo {
	padding-top: 13px;
}

.logo img {
	width: 115px;
}

.nav_box {
	/*overflow: hidden;*/
	height: 100%;
	justify-content: end;
}

.nav {
	/*overflow: hidden;*/
	height: 100%;
	position: relative;
}

.nav>li {
	/* float: left; */
	position: relative;
}

.nav>li>a,
.nav>li>span {
	color: #000;
	display: inline-block;
	margin: 0 32px;
	box-sizing: content-box;
	font-size: 20px;
}

.nav>li.phone span {
	padding-left: 30px;
	background: url("../images/phone.png") no-repeat 0 center;
}

#run {
	height: 3px;
	width: 44px;
	background-color: #3355FF;
	position: absolute;
	top: 100px;
	border-radius: 2px;
	left: 26px;
}


.nav_header .nav #run {
	background-color: #3355FF;
}

.nav>li.active>a {
	display: block;
	color: #3355FF;
}

.nav_header {
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	width: 100%;
	/* height: 80px; */
	transition: all .3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 9999;
	/* box-shadow: 0 1px 3px 2px rgba(231, 231, 231, 1); */
	/*overflow: hidden;*/
}

.nav>li .bg {
	color: #ff7426;
}

.submenu-list {
	width: 120px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -60px;
	z-index: 1000;
	-webkit-animation: topIn 0.2s linear both 0s;
	display: none;
}

@-webkit-keyframes topIn {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(10px);
	}
}

.submenu-list:before {
	display: block;
	content: "";
	position: absolute;
	top: -6px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-right: 8px solid transparent;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.submenu-list a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #939AA3;
	text-align: center;
	font-size: 18px;
}

.submenu-list a:first-child {
	border-radius: 4px 4px 0 0;
}


.submenu-list a:last-child {
	border-radius: 0 0 4px 4px;
}

.nav li .submenu-list a:hover {
	background: rgba(244, 248, 251, 1);
	color: #3355FF;
}

.nav-left-text {
	display: none;
	font-size: 16px;
	color: #fff;
}

#menu {
	display: none;
	margin-right: -2%;
	color: #fff;
	font-size: 14px;
}

#menu img {
	width: 14px;
	margin-left: 5px;
	display: inline-block;
}

@media (max-width: 1345px) {

	header,
	.nav_header {
		background: #2347ff;
		height: 44px;
		line-height: 44px;
	}

	.logo,
	.phone {
		display: none;
	}

	.nav-left-text,
	#menu {
		display: block;
	}

	.header {
		color: #fff;
	}

	.navbar-nav {
		width: 80px;
		background: #2347ff;
		height: 212px;
	}

	.nav>li {
		width: 100%;
		height: 34px;
		line-height: 34px;
		text-align: center;
	}

	.nav>li>a,
	.nav>li>span {
		color: #fff;
		font-size: 13px;
		margin: 0;
	}

	#run {
		display: none;
	}

	.nav_box {
		position: absolute;
		top: 44px;
		display: flex;
		right: 10px;
		display: none;
	}

	/* .nav>li.active {
		background: #1841d7;
	} */

	.nav>li.active>a {
		color: #fff;
	}
}