.breadcrumb-box {
	background-color: #ffedda;
}

.breadcrumb__item--active a {
	color: #ea8519;
}

.category-menu__title {
	border-color: #e1a96d;
}

.category-menu__title:hover {
	background-color: #ea8519;
}

.category-menu__switch {
	background-color: #ea8519;
}

.title01::before {
	background-color: #ea8519;
}

.technical-banner {
	position: relative;
}

.technical-banner__img {
	width: 100%;
	height: 255px;
	overflow: hidden;
	position: relative;
}

.technical-banner__img img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.technical-title, .class-title {
	height: 100%;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.technical-title .name, .class-title .name {
	display: inline-block;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 3.125rem;
	font-weight: bold;
	position: relative;
}

.technical-title .name::before, .technical-title .name::after, .class-title .name::before, .class-title .name::after {
	content: '';
	width: 50px;
	height: 3px;
	margin: auto;
	background-color: #ea8519;
	position: absolute;
	top: 0;
	bottom: 0;
}

.technical-title .name::before, .class-title .name::before {
	left: -90px;
}

.technical-title .name::after, .class-title .name::after {
	right: -90px;
}

.technical-title {
	min-width: 50%;
	background-image: -webkit-gradient(linear, right top, left top, from(#eeeeee), color-stop(75%, rgba(238, 238, 238, 0.8)), to(rgba(238, 238, 238, 0)));
	background-image: -o-linear-gradient(right, #eeeeee 0%, rgba(238, 238, 238, 0.8) 75%, rgba(238, 238, 238, 0) 100%);
	background-image: linear-gradient(to left, #eeeeee 0%, rgba(238, 238, 238, 0.8) 75%, rgba(238, 238, 238, 0) 100%);
	position: absolute;
	top: 0;
	right: 0;
}

.class-title {
	width: 100%;
	margin-bottom: 20px;
}

.technical {
	margin-bottom: 50px;
}

.technical__item {
	padding: 50px 10px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #c8c8c8;
}

.technical__q {
	margin-bottom: 10px;
}

.technical__q .technical__icon {
	background-color: #ea8519;
}

.technical__icon {
	width: 75px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 30px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 2.813rem;
	font-weight: 700;
}

.technical__icon span {
	padding-left: 3px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.688rem;
}

.technical__title {
	width: calc(100% - 75px);
	padding-top: 5px;
	padding-left: 15px;
	font-size: 25px;
	font-size: 1.563rem;
	line-height: 2.375rem;
	font-weight: 700;
}

.technical__a .technical__icon {
	background-color: #599206;
}

.technical__text {
	width: calc(100% - 75px);
	padding-top: 15px;
	padding-left: 15px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
}

.list1 {
	list-style: disc;
	padding-left: 20px;
}

.list1 li {
	margin-bottom: 10px;
}

.list1 li span {
	display: inline-block;
	vertical-align: top;
}

.list1 li .title {
	width: 190px;
}

.list1 li .text {
	width: calc(100% - 200px);
}

.list1 li .text::before {
	content: '-- ';
}

@media only screen and (max-width: 1280px) {
	.technical {
		padding: 0 15px;
	}
	.technical__item {
		padding: 30px 0;
	}
	.technical-title {
		display: none;
	}
}

@media only screen and (max-width: 960px) {
	.technical-title, .class-title {
		margin-bottom: 10px;
	}
	.technical-title .name, .class-title .name {
		font-size: 25px;
		font-size: 1.563rem;
		line-height: 2.375rem;
	}
	.technical-title .name::before, .technical-title .name::after, .class-title .name::before, .class-title .name::after {
		width: 30px;
	}
	.technical-title .name::before, .class-title .name::before {
		left: -50px;
	}
	.technical-title .name::after, .class-title .name::after {
		right: -50px;
	}
	.technical__icon {
		width: 50px;
		height: 30px;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.875rem;
	}
	.technical__icon span {
		font-size: 13px;
		font-size: 0.813rem;
		line-height: 1.25rem;
	}
	.technical__title {
		width: calc(100% - 50px);
		padding-top: 0;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.875rem;
	}
	.technical__text {
		width: calc(100% - 50px);
		padding-top: 5px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.list1 li .title {
		width: 150px;
	}
	.list1 li .text {
		width: calc(100% - 150px);
	}
}

@media only screen and (max-width: 480px) {
	.technical__text {
		width: 100%;
		padding-top: 10px;
		padding-left: 0;
	}
	.list1 li .text {
		width: 100%;
	}
}

/*classification*/
.classification {
	width: 100%;
	margin-bottom: 30px;
}

.classification__item {
	padding: 30px 0;
}

.classification__img {
	width: 300px;
	position: relative;
}

.classification__img img {
	width: 100%;
	display: block;
}

.classification__img .num {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.875rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	background-color: #ea8519;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.classification__word {
	width: calc(100% - 300px);
	padding-left: 40px;
	padding-right: 15px;
}

.classification__word p {
	width: 100%;
	margin-bottom: 20px;
}

.classification__title {
	width: 100%;
	margin-bottom: 20px;
	font-size: 25px;
	font-size: 1.563rem;
	line-height: 2.375rem;
	font-weight: 700;
}

.classification__good {
	width: 50%;
	padding-right: 10px;
}

.classification__good-title {
	width: 88px;
	border-radius: 99px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #66a000;
	text-align: center;
	color: #fff;
}

.classification__good-title2 {
	background-color: #495057;
}

.hardness {
	text-align: center;
}

.hardness img {
	max-width: 100%;
	margin-bottom: 50px;
	display: inline-block;
}

@media only screen and (max-width: 1280px) {
	.classification__good {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 960px) {
	.classification__item {
		padding: 20px 15px 0 15px;
	}
	.classification__img {
		width: 180px;
	}
	.classification__word {
		width: calc(100% - 180px);
		padding-left: 20px;
	}
	.classification__good {
		width: 50%;
		padding-right: 10px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 700px) {
	.classification__good {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.classification__img {
		width: 100%;
		margin-bottom: 10px;
	}
	.classification__word {
		width: 100%;
		padding-left: 0;
	}
	.classification__title {
		margin-bottom: 10px;
	}
}
