/* index-section-titles.css — jq-juquankeji 聚全首页区块标题 juquankeji.com */
.jq-section-head {
	text-align: center;
	padding-top: 30px;
	overflow: hidden;
}

.jq-section-head-main {
	margin: 0;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.15;
	color: #686868;
	letter-spacing: 0.04em;
	font-family: "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
}

.jq-section-head-sub {
	margin: 10px 0 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #d6d6d6;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
}

.jq-section-head-main-row {
	display: inline-block;
	position: relative;
	vertical-align: top;
	max-width: 100%;
}

/* 案例区「+」：锚定在标题右侧，从右滑入 */
#project .project_title .project_title_more {
	position: absolute !important;
	top: 50%;
	left: 100%;
	margin-top: -11px;
	margin-left: 200px;
	flex: none;
	width: 22px;
	height: 22px;
	opacity: 0.15;
	display: block;
	background: url(../images/moreico.png) no-repeat center center;
	transition: transform 0.35s ease;
}

#project .project_title .project_title_more:hover {
	transform: rotate(180deg);
}

@media (min-width: 769px) {
	#project .project_title .jq-pc-section-head {
		display: block;
	}

	#project .project_title .jq-m-case-head {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.jq-section-head-main {
		font-size: 32px;
	}

	.jq-section-head-sub {
		font-size: 11px;
		letter-spacing: 0.1em;
	}

	#project .project_title .jq-pc-section-head {
		display: none !important;
	}
}

/* about_pop 顶部标语 — 文字替代 about_popword.png */
.about_pop_top h3.jq-about-pop-word {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	color: #fff;
	letter-spacing: 0.06em;
	font-family: "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.about_pop_top h3.jq-about-pop-word {
		font-size: 22px;
		line-height: 28px;
		white-space: normal;
		max-width: calc(100vw - 60px);
	}
}
