html,
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	position: relative;
	overflow-x: hidden;
}

input[type='radio'],
.radio {
	cursor: pointer;
}

input:-ms-input-placeholder {
	color: #a9a9a9;
	font-size: 12px;
}

/* Internet Explorer 10+ */

input::-webkit-input-placeholder {
	color: #a9a9a9;
	font-size: 12px;
}

/* WebKit browsers */

input::-moz-placeholder {
	color: #a9a9a9;
	font-size: 12px;
}

/* Mozilla Firefox 4 to 18 */

input:-moz-placeholder {
	color: #a9a9a9;
	font-size: 12px;
}

/* Mozilla Firefox 19+ */
.top-banner {
	display: flex;
	width: 100%;
	overflow: hidden;
	border: none;
}

.slider {
	width: 100%;
}

.banner_content {
	top: 60px;
	right: 0;
	left: 0;
	z-index: 1030;
	position: absolute;
}

.banner_title img {
	width: 261px;
	height: 53px;
	margin: 80px 0 70px 0;
}

.banner_des {
	font-size: 17px;
	font-weight: 400;
	color: #21356d;
	line-height: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
}

.banner_second {
	font-size: 11px;
	font-weight: normal;
	color: #3d3d3d;
	line-height: 13px;
}
.headline {
	margin-top: 20px;
	text-align: center;
}

.headline h1 {
	color: #21356d;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}

.headline h5 {
	color: #635d5d;
	font-size: 18px;
	margin: 0;
}

/*导航条栏目样式*/

.navbar.navbar-default {
	overflow: hidden;
	z-index: 1060;
	margin-bottom: 0;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: none;
	border-bottom: 1px solid #e7e7e7;
}
.nav-pills li a {
	font-size: 12px;
	font-weight: 400;
	color: #3d3d3d;
	font-weight: 700;
  padding: 15px;
}

.navbar-default .navbar-brand {
	color: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand > img {
	margin-top: -4px;
}

/**顶部导航**/
.navbar .nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	justify-content: flex-end;
}

/*底部模块样式*/

/*底部*/

footer {
	background-color: #2b323a;
	color: #8e939d;
	font-size: 11px;
	text-align: center;
	font-weight: 400;
	line-height: 40px;
}

footer .container .about-title {
	color: #fff;
	font-size: 16px;
	text-align: left;
}

footer .container .about-content {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

footer h3 .logo {
	width: 31px;
	height: 25px;
	margin-right: 10px;
}

footer h3 {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
	/* display: none; */
}

footer a {
	color: #8e939d;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
}

footer .slash {
	margin: 0 5px;
	display: block;
}

@media screen and (max-width: 850px) {
	.navbar.navbar-default {
		width: 100%;
	}
	.navbar.navbar-default .logo img {
		width: 60px;
	}
	.navbar.navbar-default .container {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.ids {
		display: flex;
		flex-direction: column;
	}
	.ids .slash {
		display: none;
	}
}

/* 中等屏幕（桌面显示器，大于等于992px） */

@media (min-width: 768px) {
	.navbar-brand > img {
		width: 60px;
		height: 60px;
	}
}

@media (min-width: 992px) {
	.navbar-brand > img {
		width: 60px;
		height: 60px;
	}
	.banner_content {
		position: absolute;
		top: 100px;
		height: 100px;
		line-height: 100px;
	}
	.headline {
		margin-top: 60px;
		text-align: center;
		padding-bottom: 40px;
	}
	.headline h1 {
		color: #21356d;
		font-size: 48px;
		line-height: 50px;
		font-weight: 700;
	}
	.headline h5 {
		font-weight: 300;
		color: #635d5d;
		font-size: 36px;
		margin-bottom: 20px;
	}
	.banner_des {
		font-size: 52px;
		font-weight: 700;
		line-height: 100px;
	}
	.banner-first {
		height: 52px;
		font-size: 36px;
		font-family: Source Han Sans CN-Regular, Source Han Sans CN;
		font-weight: 400;
		color: #6e76b0;
		line-height: 50px;
	}
	.banner_second {
		font-size: 18px;
		line-height: 25px;
		padding-bottom: 10px;
	}
	.banner_des_list li {
		float: left;
		width: 165px;
		font-size: 14px;
		margin-top: 100px;
		padding: 0;
	}
	.banner_des_list li img {
		width: 28px;
		height: 28px;
		margin-right: 5px;
	}
	/*底部*/
	footer {
		text-align: center;
		font-size: 14px;
		padding-top: 10px;
		overflow: hidden;
	}
	footer h3 img {
		width: 31x;
		height: 25px;
		margin-right: 15px;
	}
	footer h3 {
		font-size: 14px;
		color: #fff;
		display: block;
		margin-bottom: 0;
	}
}

/* 弹窗样式 */
.qrcode-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	top: 50%;
	left: 50%;
	z-index: 9999;
	transform: translate(-50%, -50%);
}

.qrcode-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	margin: 0 auto;
	max-width: 80%;
	max-height: 80%;
}

.qrcode-modal-close {
	color: white;
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 30px;
	cursor: pointer;
}
