/* ========== 全局样式 ========== */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	font-family: "微软雅黑", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	background-color: #fff;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
	width: .375rem;
}

::-webkit-scrollbar-thumb {
	border-radius: .375rem;
	background: #d8d8d8;
}

::-webkit-scrollbar-track-piece {
	border-radius: .375rem;
	background: hsla(0, 0%, 98%, .9);
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	outline: none;
	font-weight: normal;
	text-decoration: none;
	color: inherit;
	transition: color 0.3s ease;
}

button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	color: inherit;
	font: inherit;
	text-align: inherit;
	cursor: pointer;
}

input {
	border: none;
	outline: none;
	background: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.margin {
	margin-bottom: 88px;
	padding-bottom: 88px;
}

.mt60 {
	margin-top: 68px;
}

.rt {
	float: right;
}

/* ========== Header 样式 ========== */
.header {
	width: 100%;
	height: 80px;
	padding: 0 55px;
	background-color: #F8FBFF;
	line-height: 80px;
	overflow: hidden;
}

.header .logo {
	display: inline-block;
	vertical-align: middle;
}

.header .logo img {
	vertical-align: middle;
}

.header .nav {
	margin-left: 5%;
	display: inline-block;
	vertical-align: middle;
}

.header .nav_item {
	width: 100px;
	padding: 0 10px;
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	display: inline-block;
	cursor: pointer;
	transition: background-color 0.3s ease;
	position: relative;
}

.header .nav_item::after {
	content: "";
	width: 0px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	background-color: rgba(41, 117, 247, 0.9);
	transition: width 0.3s ease;
	will-change: font-size, font-weight;
}

.header .nav_item:hover {
	color: #2975F7;
	font-weight: bold;
	background-color: rgba(41, 117, 247, 0.1);
}

.header .nav_item:hover::after {
	width: 100%;
}

.header .active {
	color: #2975F7;
	font-weight: bold;
	background-color: rgba(41, 117, 247, 0.1);
}

.header .active::after {
	width: 100%;
}

.header_rt {
	float: right;
	height: 80px;
	display: flex;
	align-items: center;
}

.header_rt .header_rt_phone {
	width: 180px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EBF2FE;
	border-radius: 20px;
}

.header_rt .header_rt_phone img {
	float: left;
	margin-right: 6px;
}

.header_rt .header_rt_btn {
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	background: linear-gradient(90deg, #3E86F9 0%, #75AFFF 100%);
	border-radius: 10px;
	margin-left: 28px;
	cursor: pointer;
}

.footer {
	width: 100%;
	background: url('../images/footer.jpg') no-repeat;
	background-size: 100% 100%;
}

.footer_ty {
	width: 100%;
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: url('../images/page6.jpg') no-repeat;
	background-size: 100% 100%;
}

.footer_ty_title {
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 42px;
}

.footer_ty_flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_ty_btn1 {
	/* width: 230px;
	height: 58px;
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #307AF7;
	line-height: 58px;
	background: #FFFFFF;
	border-radius: 10px;
	cursor: pointer;
	margin-right: 29px; */
}

.footer_ty_btn2 {
	/* width: 230px;
	height: 58px;
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 58px;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	cursor: pointer; */
}

.footer_t {
	width: 100%;
	height: 390px;
	display: flex;
	padding-top: 68px;
}

.footer_t_1 {
	width: 22.5rem;
	height: 322px;
}

.footer_t_2 {
	flex: 1;
	height: 322px;
	display: flex;
	align-items: flex-start;
}

.footer_t_2_item {
	flex: 1;
}

.footer_t_2_label {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}

.footer_t_2_row {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	margin-bottom: 14px;
}

.footer_t_2_row:last-child {
	margin-bottom: 0px;
}

.footer_t_3 {
	width: 22.5rem;
	height: 322px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer_t_3_row {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	margin-bottom: 14px;
}

.app_box {
	margin-left: 54px;
}

.app_code {
	width: 120px;
	height: 120px;
	margin-top: 56px;
	border-radius: 3px;
	border: 10px solid #FFFFFF;
	overflow: hidden;
}

.app_text {
	margin-top: 13px;
	margin-left: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #4E5969;
}

.footer_b {
	height: 46px;
	text-align: center;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 46px;
}


.pagination {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	white-space: nowrap;
}

.btn-prev {
	width: 68px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #E8E8E8;
	margin-right: 16px;
}

.pagination .pager {
	user-select: none;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.pagination .pager .number {
	width: 40px;
	height: 40px;
	color: #666666;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	margin-right: 8px;
	border: 1px solid #E8E8E8;
	cursor: pointer;
}

.pagination .pager .active {
	color: #FFFFFF;
	background-color: #2975F7;
}

.btn-next {
	width: 68px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #E8E8E8;
	margin-left: 8px;
}

.total_page {
	display: inline-block;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	margin-left: 8px;
}

.pagination__jump {
	display: inline-block;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	margin-left: 28px;
}

.pagination__jump input {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	border: 1px solid #E8E8E8;
	margin: 0 5px;
}

.pagination__jump input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: none;
	appearance: none;
}

.pagination__jump input[type="number"]::-webkit-inner-spin-button,
.pagination__jump input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


.crumbs {
	line-height: 68px;
}

.crumbs span {
	color: #888;
	font-size: 14px;
	vertical-align: middle;
}

.crumbs img {
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
}

.crumbs a {
	color: #888;
	margin: 0 5px;
	font-size: 14px;
	vertical-align: middle;
}

.crumbs a:hover {
	color: #2975F7;
}

.crumbs_active {
	cursor: pointer;
	color: #2975F7 !important;
	border-bottom: 1px solid #2975F7;
}


/* 弹窗背景样式 */
.custom-modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: auto;
	padding-top: 100px;
}

/* 弹窗内容 */
.custom-modal-content {
	background-color: #fff;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 900px;
	border-radius: 10px;
}

/* 弹窗头部 */
.custom-modal-header {
	height: 38px;
	position: relative;
	margin-bottom: 14px;
}
.custom-modal .title{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	color: #333333;
}

/* 关闭按钮 */
.custom-modal .close {
	float: right;
	font-size: 24px;
	font-weight: bold;
	color: #aaa;
	cursor: pointer;
}

.custom-modal .close:hover,
.custom-modal .close:focus {
	color: black;
	text-decoration: none;
}

/* 弹窗主体内容 */
.custom-modal-body {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	background: #000;
}

/* 视频 video 宽高自适应 */
.custom-modal-body video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}