/* about us*/
.sect_us {
	padding: 8em 0
}
.about-box.l {
	text-align: right;
}
.about-box.r {
}
.about-box h3 {
	font-size: 1.5rem;
	position: relative;
	padding-top: 10px;
	font-weight: lighter;
	color: #2B2620;
}
.about-box h3:before {
	display: block;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 4px;
	background: #A98A52
}
.about-box h5 {
	font-size: 1.5rem;
	text-transform: uppercase;
}
.qute {
	position: relative;
	padding: 25px 0 30px 0;
	line-height: 2;
	color: #6E6357;
}
.qute a {
	color: #8A6D3B
}
.usimg {
	position: relative;
	display: inline-block;
}
.usimg .an1 {
	width: 80px;
	height: 80px;
	background: #A98A52;
	position: absolute;
	top: 100%;
	right: 100%
}
.usimg .an2 {
	width: 40px;
	height: 40px;
	background: #EFE8DE;
	position: absolute;
	bottom: 0%;
	left: -120px
}
.usimg .an3 {
	width: 40px;
	height: 40px;
	background: #A98A52;
	position: absolute;
	bottom: 100%;
	left: 100%
}
.laytxt {
	font-size: 150px;
	color: #F1ECE4;
	position: absolute;
	z-index: -1;
	font-weight: bold;
	line-height: 1;
	text-indent: 1em
}
@media screen and (max-width:40em) {
.about-box.l {
	text-align: center;
}
}
.morebtn {
	position: relative;
	display: inline-block;
	background: #808080;
	color: #fff;
	line-height: 40px;
	padding: 0 30px;
}
.morebtn:after {
	display: block;
	content: '\e610';
	font-family: 'iconfont';
	position: absolute;
	left: 95%;
	top: 0;
	width: 40px;
	text-align: center;
	color: #fff;
	background: #666666;
}
.morebtn:hover {
	color: #fff;
	background: #5A5A5A
}
/*新闻*/
.sect_new {
	overflow: hidden;
	background: #fff
}
.news_wrap {
}
.news_wrap .swiper-slide {
	width: 33.33%
}
.news-index {
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding: 10px 2%;
	border: 1px solid #fff;
}
.news-index.on {
	border-color: #A98A52
}
.news-index .news_cont {
	padding: 1rem 0;
}
.news-index .news_cont .date {
	padding: 0.5rem 0;
	text-align: center;
	color: #A39889
}
.news-index .news_cont h3 {
}
.news-index .news_cont h3 a {
	display: block;
	position: relative;
}
.news-index .news_cont h3 a:after {
	display: block;
	content: '';
	position: absolute;
	width: 20%;
	height: 1px;
	background-color: #211C17
}
.news-index .news_cont h3 a:hover:after {
	width: 90%;
	background-color: #A98A52
}
.news-index .news_cont div {
	color: #6E6357;
	overflow: hidden;
	padding: 0.8em 0;
	text-align: justify
}
.thumb {
	width: 100%;
	height: 168px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
/*播放*/
.news-button {
	width: 100%;
	text-align: center;
	padding: 2rem 0
}
.news-button-next, .news-button-prev {
	display: inline-block;
	width: 50px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	background: #5C4030;
	color: #fff;
}
.swiper-button-disabled {
	opacity: 0.35
}
@media screen and (max-width:640px) {
.news_wrap .swiper-slide {
	width: 100%
}
.thumb {
	display: none;
}
.news-button {
	display: none;
}
}
/*产品*/
.sect_prod {
	background: #FFFFFF
}
.prod_rec {
	text-align: center;
	padding: 2em 3em 0 3em
}
.prod_rec strong {
	font-size: 60px;
	position: relative;
	display: inline-block;
}
.prod_rec strong:after {
	display: block;
	content: ' ';
	width: 40px;
	height: 4px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -20px;
	background: #A98A52;
}
.prod_rec h4 {
	font-size: 30px;
	font-weight: normal;
	color: #5C4030
}
.prod_rec p {
	color: #6E6357;
	padding: 5px 0 20px 0
}
.prod_rec .btn {
	background: #5C4030;
	color: #fff;
	border-radius: 0;
	border: 0;
	font-size: 1rem;
	padding: 6px 20px;
}
.prod_rec .thumb2 {
	width: 320px;
	height: 260px;
	margin: 0 auto;
	margin-top: 2em;
}
.prod_rec .thumb2 div {
	width: 320px;
	height: 260px
}
/*cate*/
/* 设计项目案例（首页材料中心右侧） */
.design-proj {
	background: #fff;
	padding: 0 6%;
}
.design-proj-tit {
	font-size: 1.2rem;
	font-weight: normal;
	color: #2B2620;
	position: relative;
	padding: 6px 0 12px 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #E0D6C6;
}
.design-proj-tit:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 18px;
	background: #A98A52;
}
.design-proj-list {
	margin: 0;
}
.design-proj-item {
	margin-bottom: 14px;
}
.design-proj-item:last-child {
	margin-bottom: 0;
}
.design-proj-item a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 6px;
	border: 1px solid #EFE8DE;
	transition: border-color .25s ease, box-shadow .25s ease;
}
.design-proj-item a:hover {
	border-color: #A98A52;
	box-shadow: 0 4px 14px rgba(169, 138, 82, .18);
}
.design-proj-thumb {
	flex: 0 0 110px;
	width: 110px;
	height: 82px;
	overflow: hidden;
	display: block;
	position: relative;
}
.design-proj-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}
.design-proj-item a:hover .design-proj-thumb img {
	transform: scale(1.06);
}
.design-proj-name {
	flex: 1;
	min-width: 0;
	font-size: 13px;
	color: #5A4F43;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color .25s ease;
}
.design-proj-item a:hover .design-proj-name {
	color: #5C4030;
}
.cate-tit {
	font-size: 1.8rem;
	line-height: 1.2
}
.cate-tit strong {
	font-size: 2.5rem;
	display: inline-block;
}
.cate-list {
	padding: 3em 0 1em 0
}
.cate-list li {
	margin-bottom: 15px
}
.cate-list li a {
	padding: 5px 0 5px 15px;
	display: block;
	font-size: 1.1rem;
	background: #fff;
	border: 1px solid #211C17;
}
.cate-list li a:hover {
	color: #5C4030;
	border-color: #A98A52;
}
/*custom*/
.sect_prod .prod_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 0 0 24px 0;
	margin-bottom: 10px;
}
.sect_prod .prod_title {
	font-size: 42px;
	font-weight: bold;
	color: #2B2620;
	position: relative;
	padding: 12px 0 0 0;
	flex-shrink: 0;
}
.sect_prod .prod_title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 4px;
	background: #A98A52;
}
.sect_prod .prod_subnav {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 20px;
	justify-content: center;
}
.sect_prod .prod_subnav a {
	font-size: 14px;
	color: #5A4F43;
	line-height: 1.6;
	position: relative;
	transition: color .25s ease;
}
.sect_prod .prod_subnav a:hover {
	color: #A98A52;
}
.sect_prod .prod_subnav a:after {
	content: '';
	position: absolute;
	right: -12px;
	top: 50%;
	width: 1px;
	height: 12px;
	background: #D4C8B7;
	transform: translateY(-50%);
}
.sect_prod .prod_subnav a:last-child:after {
	display: none;
}
.sect_prod .prod_more {
	background: #808080;
	color: #fff;
	border: 0;
	border-radius: 0;
	font-size: 13px;
	padding: 8px 22px;
	line-height: 1;
	transition: background .25s ease;
	flex-shrink: 0;
}
.sect_prod .prod_more:hover {
	background: #666666;
	color: #fff;
}
@media only screen and (max-width: 64em) {
	.sect_prod .prod_head {
		flex-wrap: wrap;
	}
	.sect_prod .prod_subnav {
		order: 3;
		width: 100%;
		justify-content: flex-start;
	}
}
.sect_prod .media-box {
	background: #fff;
	margin-bottom: 28px;
	text-align: center;
	transition: transform .35s ease, box-shadow .35s ease;
}
.sect_prod .media-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 14px 32px rgba(43, 38, 32, .18);
}
.sect_prod .media-box .icon {
	width: 100%;
	height: 0;
	padding-bottom: 82%;
	border: 0px;
	position: relative;
	overflow: hidden;
	display: block;
}
.sect_prod .media-box .icon:after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(43,38,32,.55) 0%, rgba(43,38,32,0) 50%);
	opacity: 0;
	transition: opacity .35s ease;
	z-index: 1;
	pointer-events: none;
}
.sect_prod .media-box:hover .icon:after {
	opacity: 1;
}
.sect_prod .media-box .icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}
.sect_prod .media-box:hover .icon img {
	transform: scale(1.12);
}
.sect_prod .media-box p {
	padding: 12px 10px;
	line-height: 1.6;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #808080;
	margin: 0;
	transition: background .3s ease;
}
.sect_prod .media-box:hover p {
	background: #666666;
}
/* ===== 首页常见问题区块（学院风格） ===== */
.sect_qa_home {
	overflow: hidden;
	background: #fff;
	padding: 60px 0;
}
.qa-acad-head {
	text-align: center;
	margin-bottom: 40px;
}
.qa-acad-title {
	font-size: 36px;
	font-weight: bold;
	color: #2B2620;
	margin: 0 0 10px 0;
}
.qa-acad-sub {
	font-size: 14px;
	color: #6E6357;
	margin: 0 0 16px 0;
}
.qa-acad-line {
	width: 50px;
	height: 3px;
	background: #A98A52;
	margin: 0 auto;
}
.qa-acad-body {
	display: flex;
	gap: 40px;
}
.qa-acad-left {
	flex: 0 0 42%;
}
.qa-acad-feature {
	display: block;
	background: #fff;
	padding: 30px;
	border-top: 3px solid #A98A52;
	transition: box-shadow .3s ease;
}
.qa-acad-feature:hover {
	box-shadow: 0 8px 24px rgba(92, 64, 48, .12);
}
.qa-acad-qicon {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #A98A52;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
}
.qa-acad-ftitle {
	font-size: 18px;
	font-weight: bold;
	color: #2B2620;
	margin: 0 0 12px 0;
	line-height: 1.5;
}
.qa-acad-fdesc {
	font-size: 14px;
	color: #6E6357;
	line-height: 1.8;
	margin: 0 0 16px 0;
}
.qa-acad-morelink {
	font-size: 13px;
	color: #A98A52;
	border-bottom: 1px solid #A98A52;
	padding-bottom: 1px;
}
.qa-acad-feature:hover .qa-acad-morelink {
	color: #5C4030;
	border-color: #5C4030;
}
.qa-acad-right {
	flex: 1;
}
.qa-acad-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.qa-acad-item {
	border-bottom: 1px solid #E0D6C6;
}
.qa-acad-item a {
	display: flex;
	gap: 16px;
	padding: 18px 0;
	align-items: flex-start;
}
.qa-acad-num {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #808080;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.qa-acad-item:hover .qa-acad-num {
	background: #A98A52;
}
.qa-acad-info {
	flex: 1;
	min-width: 0;
}
.qa-acad-ititle {
	font-size: 15px;
	font-weight: normal;
	color: #2B2620;
	margin: 0 0 6px 0;
	transition: color .25s ease;
}
.qa-acad-idesc {
	font-size: 13px;
	color: #8A7E70;
	margin: 0;
	line-height: 1.6;
}
.qa-acad-item:hover .qa-acad-ititle {
	color: #A98A52;
}
.qa-acad-more {
	text-align: center;
	margin-top: 40px;
}
.qa-acad-morebtn {
	display: inline-block;
	background: #808080;
	color: #fff;
	padding: 12px 36px;
	font-size: 14px;
	transition: background .25s ease;
}
.qa-acad-morebtn:hover {
	background: #5C4030;
	color: #fff;
}
@media only screen and (max-width: 64em) {
	.qa-acad-body {
		flex-direction: column;
		gap: 30px;
	}
	.qa-acad-left {
		flex: none;
	}
}
@media screen and (max-width:640px) {
}
