.ellipsis {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/* 浏览器标签样式*/
	body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	/* overflow-x: hidden;
	加了这个就要去掉动画效果*/
	
}
p {
	text-align: left;
	text-indent: 2em;
	font-size: 16px;
	line-height: 1.8;
}
/* bulma样式重构*/
	.section {
	padding: 3rem 1.5rem 0 1.5rem;
}
@media (max-width: 768px) {
	.section {
	padding: 2rem 0.5rem 0 0.5rem;
}
}
.input:active,
.input:focus,
.is-active.input,
.is-active.textarea,
.is-focused.input,
.is-focused.textarea,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
	border-color: #241916;
}
.button.is-primary {
	background-color: #241916;
}
.button.is-primary .is-hovered,
.button.is-primary:hover {
	background-color: #010101;
}
.pagination-link.is-current {
	background-color: #241916;
	border-color: #241916;
}
/* font重构*/
	.title {
	font-size: 18px;
	margin-bottom: 16px;
}
@media (max-width: 768px) {
	.title {
	font-size: 16px;
}
}
.subtitle {
	font-size: 16px;
	margin-bottom: 16px;
}
@media (max-width: 768px) {
	.subtitle {
	font-size: 14px;
}
}
.intro {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 16px;
}
@media (max-width: 768px) {
	.intro {
	font-size: 12px;
}
}
/* swiper*/
	.swiper-pagination-bullet-active {
	background: #241916;
}
/* 自定义样式*/
	.title-block-1 {
	margin: 0 0 3rem 0;
}
@media (max-width: 768px) {
	.title-block-1 {
	margin: 0 0 2rem 0;
}
}
.title-block-1 .title {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.title-block-1 .title {
	font-size: 18px;
}
}
.title-block-1 .subtitle {
	width: 200px;
	line-height: 1.5;
	margin: 0 auto;
	text-align: center;
	color: rgba(0, 0, 0, 0.45);
	font-family: Arial;
	font-size: 16px;
}
@media (max-width: 768px) {
	.title-block-1 .subtitle {
	font-size: 12px;
	width: 120px;
}
}
/* 面包屑*/
	.bread a {
	color: #000;
}
.bread a:hover {
	color: #241916;
}
.bread li.is-active a {
	color: #4d5158;
}
.breadcrumb {
	margin-bottom: 1.5rem;
}
/* 侧边栏*/
	.intro-tabs {
	text-align: center;
}
@media (max-width: 768px) {
	.intro-tabs {
	display: flex;
	justify-content: center;
}
}
.intro-tabs li {
	cursor: pointer;
	padding: 1rem;
	border: 1px solid #241916;
	border-bottom: 0;
	font-size: 12px;
	color: #000;
}
@media (max-width: 768px) {
	.intro-tabs li {
	border: 1px solid #241916;
	border-right: 0;
}
}
.intro-tabs li:hover {
	color: #241916;
}
.intro-tabs li:last-of-type {
	border-bottom: 1px solid #241916;
}
@media (max-width: 768px) {
	.intro-tabs li:last-of-type {
	border-right: 1px solid #241916;
}
}
.intro-tabs .is-current {
	background-color: #241916;
	color: #fff;
}
.intro-tabs .is-current:hover {
	color: #fff;
}
#header_1 .level-right {
	align-items: flex-end;
}
@media (min-width: 1024px) {
	#header_1 .navbar {
	background: #fff;
}
}
@media (max-width: 1024px) {
	#header_1 .navbar-menu {
	background: #fff;
	padding: 0;
}
}
@media screen and (min-width: 1024px) {
	#header_1 .navbar-start {
	margin-left: auto;
}
}
#header_1 .navbar-burger {
	color: #241916;
}
#header_1 .navbar-burger:hover {
	color: #241916;
}
#header_1 .navbar-item:not(.has-dropdown),
#header_1 .navbar-link {
	color: #4d5158;
}
@media (min-width: 1024px) {
	#header_1 .navbar-item:not(.has-dropdown), #header_1 .navbar-link {
	padding: 0.5rem 2.6vw;
	background: #fff;
	font-size: 14px;
	border-bottom: 2px solid transparent;
}
}
#header_1 .navbar-dropdown {
	background-color: #fff;
	border-top-color: #fff;
}
#header_1 .navbar-link.is-active,
#header_1 .navbar-link:focus,
#header_1 .navbar-link:focus-within,
#header_1 .navbar-link:hover,
#header_1 a.navbar-item.is-active,
#header_1 a.navbar-item:focus,
#header_1 a.navbar-item:focus-within,
#header_1 a.navbar-item:hover {
	background: #fff;
	color: #241916;
}
#header_1 .navbar-link.is-active:hover,
#header_1 .navbar-item.is-active:hover {
	border-color: #241916;
}
#header_1 .navbar-link.is-active:not(:focus):not(:hover),
#header_1 a.navbar-item.is-active:not(:focus):not(:hover) {
	background: #fff;
	color: #241916;
	border-color: #241916;
}
#header_1 .is-primary-color {
	color: #241916;
}
#header_1 .is-primary-bg {
	background: #fff;
	border-top: 1px solid #babbbd;
	border-bottom: 1px solid #babbbd;
}
#header_1 .padding-ud-3 {
	padding: 15px 0;
}
#header_1 .font-size-16 {
	font-size: 16px;
}
#header_1 .i-mobile-style {
	font-size: 49px;
	padding: 0 8px;
}
.navbar-link:not(.is-arrowless)::after {
	border-color: #fff;
}
.stuck {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

