/*
** webui v1.0.2
** Copyright 2025 www.enshi.cn
*/

* {
	outline: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1em;
	line-height: 2;
	font-weight: 400;
	text-align: left;
	background-color: #faf8ec;
	color: #222;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

html,
body,
blockquote,
pre,
hr,
caption,
form,
fieldset,
legend,
input,
button,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
p {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a {
	color: #222;
	text-decoration: none;
	background-color: transparent;
}

a[href=""],
a:not([href]):not([class]) {
	pointer-events: none !important;
	cursor: default !important;
	color: inherit !important;
	text-decoration: none !important;
}

a[href=""]:hover,
a:not([href]):not([class]):hover {
	color: inherit !important;
	text-decoration: none !important;
}

a:hover {
	color: #ee0000;
	text-decoration: underline;
}

hr {
	box-sizing: content-box;
	overflow: visible;
	height: 0 !important;
	padding: 0 !important;
	margin: 0.5em 0 !important;
	border-bottom: 1px solid #d5dbe6 !important;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
	font-weight: 400;
}

mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.1em;
}

sup {
	top: -0.4em;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	font-style: normal;
	line-height: inherit;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 0;
	overflow: auto;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: 0.5em;
}

button {
	border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

/*
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
*/
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	/*
	-webkit-appearance: none;
	*/
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 1.2;
}

.clearfix {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	display: block;
	content: " ";
	clear: both;
	height: 0;
	visibility: hidden;
}

.iconfont {
	font-size: 1em;
	text-decoration: none !important;
}

.w-5 {
	width: 5 !important;
}

.w-10 {
	width: 10% !important;
}

.w-15 {
	width: 15% !important;
}

.w-20 {
	width: 20% !important;
}

.w-25 {
	width: 25% !important;
}

.w-30 {
	width: 30% !important;
}

.w-35 {
	width: 35% !important;
}

.w-40 {
	width: 40% !important;
}

.w-45 {
	width: 45% !important;
}

.w-50 {
	width: 50% !important;
}

.w-55 {
	width: 55% !important;
}

.w-60 {
	width: 60% !important;
}

.w-65 {
	width: 65% !important;
}

.w-70 {
	width: 70% !important;
}

.w-75 {
	width: 75% !important;
}

.w-80 {
	width: 80% !important;
}

.w-85 {
	width: 85% !important;
}

.w-90 {
	width: 90% !important;
}

.w-95 {
	width: 95% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

body {
	min-width: 1430px;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.container {
	width: 1430px;
	max-width: 1430px;
	min-width: 1430px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto {
	position: relative;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-left: calc(10px);
	padding-right: calc(10px);
	float: left;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	float: none;
}

.img-fluid,
.img-fluid img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-nowrap {
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-clamp-3,
.text-clamp-2,
.text-clamp-1 {
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.text-clamp-3 {
	-webkit-line-clamp: 3;
}

.text-clamp-2 {
	-webkit-line-clamp: 2;
}

.text-clamp-1 {
	-webkit-line-clamp: 1;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.pl-auto,
.px-auto,
.p-auto {
	padding-left: auto !important;
}

.pr-auto,
.px-auto,
.p-auto {
	padding-right: auto !important;
}

.pl-0,
.px-0,
.p-0 {
	padding-left: 0 !important;
}

.pr-0,
.px-0,
.p-0 {
	padding-right: 0 !important;
}

.pt-0,
.py-0,
.p-0 {
	padding-top: 0 !important;
}

.pb-0,
.py-0,
.p-0 {
	padding-bottom: 0 !important;
}
.pl-1em,
.px-1em,
.p-1em {
	padding-left: 1em !important;
}

.pr-1em,
.px-1em,
.p-1em {
	padding-right: 1em !important;
}

.pt-1em,
.py-1em,
.p-1em {
	padding-top: 1em !important;
}

.pb-1em,
.py-1em,
.p-1em {
	padding-bottom: 1em !important;
}
.pl-2em,
.px-2em,
.p-2em {
	padding-left: 2em !important;
}

.pr-2em,
.px-2em,
.p-2em {
	padding-right: 2em !important;
}

.pt-2em,
.py-2em,
.p-2em {
	padding-top: 2em !important;
}

.pb-2em,
.py-2em,
.p-2em {
	padding-bottom: 2em !important;
}
.pl-3em,
.px-3em,
.p-3em {
	padding-left: 3em !important;
}

.pr-3em,
.px-3em,
.p-3em {
	padding-right: 3em !important;
}

.pt-3em,
.py-3em,
.p-3em {
	padding-top: 3em !important;
}

.pb-3em,
.py-3em,
.p-3em {
	padding-bottom: 3em !important;
}
.ml-auto,
.mx-auto,
.m-auto {
	margin-left: auto !important;
}

.mr-auto,
.mx-auto,
.m-auto {
	margin-right: auto !important;
}

.ml-0,
.mx-0,
.m-0 {
	margin-left: 0 !important;
}

.mr-0,
.mx-0,
.m-0 {
	margin-right: 0 !important;
}

.mt-0,
.my-0,
.m-0 {
	margin-top: 0 !important;
}

.mb-0,
.my-0,
.m-0 {
	margin-bottom: 0 !important;
}
.ml-1em,
.mx-1em,
.m-1em {
	margin-left: 1em !important;
}

.mr-1em,
.mx-1em,
.m-1em {
	margin-right: 1em !important;
}

.mt-1em,
.my-1em,
.m-1em {
	margin-top: 1em !important;
}

.mb-1em,
.my-1em,
.m-1em {
	margin-bottom: 1em !important;
}
.ml-2em,
.mx-2em,
.m-2em {
	margin-left: 2em !important;
}

.mr-2em,
.mx-2em,
.m-2em {
	margin-right: 2em !important;
}

.mt-2em,
.my-2em,
.m-2em {
	margin-top: 2em !important;
}

.mb-2em,
.my-2em,
.m-2em {
	margin-bottom: 2em !important;
}
.ml-3em,
.mx-3em,
.m-3em {
	margin-left: 3em !important;
}

.mr-3em,
.mx-3em,
.m-3em {
	margin-right: 3em !important;
}

.mt-3em,
.my-3em,
.m-3em {
	margin-top: 3em !important;
}

.mb-3em,
.my-3em,
.m-3em {
	margin-bottom: 3em !important;
}
.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-flex {
	display: flex !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.icon-font {
	font-size: 1em;
	text-decoration: none !important;
}


/*
** ie support
*/
.ie html,
.ie body {
	overflow: hidden;
}
#browser-not-support {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	_position: absolute;
	background-color: #000;
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 200%;
}
#browser-not-support .browser-warp {
	width: 700px;
	margin: 0 auto;
	margin-top: 180px;
	padding: 50px 0;
	background-color:#fff;
	border-radius: 5px;
}
#browser-not-support .browser-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 30px;
}
#browser-not-support .browser-list {
	width: 600px;
	height: 130px;
	margin: 20px auto;
}
#browser-not-support .browser-list a {
	float: left;
	width: 150px;
	display: block;
	font-size: 18px;
}
#browser-not-support .browser-list a i {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	background: url(../images/browser.png) no-repeat;
}
#browser-not-support .browser-list a .browser-chrome {
	background-position: 0 0;
}
#browser-not-support .browser-list a .browser-firefox {
	background-position: 0 -100px;
}
#browser-not-support .browser-list a .browser-opera {
	background-position: 0 -200px;
}
#browser-not-support .browser-list a .browser-edge {
	background-position: 0 -300px;
}
#browser-not-support .browser-footer {
	margin-top: 20px;
	display: none;
}
#browser-not-support .browser-footer a {
	text-decoration: none ;
	color: #666;
}

/*
** percent image
*/
.percent-image {
	width: 100%;
	min-height: fit-content;
	display: block;
	overflow: hidden;
}

.percent-image .figure {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	position: relative;
	overflow: hidden;
}

.percent-9_16 .figure {
	padding-bottom: 56%;
}

.percent-image .figure,
.percent-10_16 .figure {
	padding-bottom: 62.5%;
}

.percent-3_4 .figure {
	padding-bottom: 75%;
}

.percent-1_1 .figure {
	padding-bottom: 100%;
}

.percent-4_3 .figure {
	padding-bottom: 125%;
}

.percent-image .figure>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: all 0.6s;
	transform: scale(1.05);
}

.percent-image:not(.not-figcaption) .figure::after {
	position: absolute;
	content: "";
	height: 40%;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	background: linear-gradient(180deg, transparent, black);
	z-index: 2;
}

.percent-image:hover .figure > img,
.swiper-container:hover .percent-image .figure > img {
	transform: scale(1.15);
	opacity: 0.9;
}

.percent-image .figure>.figcaption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	padding: 1em;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

/*
** list
*/
.list-style-normal {
	display: flex;
	flex-direction: column;
}
.list-style-normal li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	padding-left: 1em !important;
}
.list-style-normal li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-radius: 100%;
	background-color: #d5b4b2;
}
.list-style-normal li:hover::before {
	background-color: #ab0a01;
}
.list-style-normal li .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 1em;
}
.list-style-normal li .title {
	padding-top: 8px;
	padding-bottom: 8px;
}
.list-style-normal li .category,
.list-style-normal li .date {
	white-space: nowrap;
}
.list-style-normal li .split {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.list-style-normal li .date {
	margin-left: auto;
	opacity: 0.65;
	font-size: 0.888889em;
}

.list-style-curriculum {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -1em;
}
.list-style-curriculum li {
	margin: 1em;
	width: calc(25% - 2em);
	padding: 1.75em;
	background-color: #fff;
	text-align: center;
}
.list-style-curriculum li .percent-image {
	border: 5px solid #e9e5d0;
}
.list-style-curriculum li .title {
	margin-top: 1em;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-style-curriculum li .date {
	display: block;
	margin-top: 0.75em;
	margin-bottom: 1em;
	color: #666;
}
.list-style-curriculum li .more {
	font-size: 14px;
}
.list-style-curriculum li .more a {
	display: inline-block;
	border: 1px solid #AB0A01;
	color: #AB0A01;
	text-decoration: none;
	padding: 0.25em 1.25em;
	border-radius: 3em;
}
.list-style-curriculum li .more a:hover {
	background-color: #AB0A01;
	color: #fff;
}

.list-style-teacher {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -1em;
}
.list-style-teacher li {
	margin: 1em;
	width: calc(25% - 2em);
	padding: 1.75em;
	background-color: #fff;
	text-align: center;
}
.list-style-teacher li .percent-image .figure {
	padding-bottom: 130%;
}
.list-style-teacher li .title {
	margin-top: 0.5em;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-style-case {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.list-style-case li {
	width: 25%;
	padding: 2em;
	background-color: #fff;
}
.list-style-case li:nth-of-type(2),
.list-style-case li:nth-of-type(4),
.list-style-case li:nth-of-type(5),
.list-style-case li:nth-of-type(7) {
	background-color: #F8F8F8;
}
.list-style-case li .cate {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #eee;
}
.list-style-case li .cate,
.list-style-case li .cate a {
	color: #666;
}
.list-style-case li .title {
	font-weight: bold;
	margin-top: 1.75em;
	margin-bottom: 2em;
	height: 4em;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-style-case li .more {
	font-size: 14px;
}
.list-style-case li .more a {
	display: inline-block;
	border: 1px solid #B0B0B0;
	color: #B0B0B0;
	text-decoration: none;
	padding: 0.25em 1.25em;
	border-radius: 3em;
}

.list-style-image-case {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -1em;
}
.list-style-image-case li {
	margin: 1em;
	width: calc(25% - 2em);
	padding: 1.75em;
	background-color: #fff;
	text-align: center;
}
.list-style-image-case li .percent-image {
	border: 5px solid #e9e5d0;
}
.list-style-image-case li .image + .title,
.list-style-image-case li .cate {
	margin-top: 0.5em;
}
.list-style-image-case li .cate {
	font-size: 14px;
	opacity: 0.65;
}
.list-style-image-case li .title {
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-style-link {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.list-style-link li {
	margin: 1em 0 1em 37.5px;
}
.list-style-link li:nth-of-type(5n + 1) {
	margin-left: 0;
}
.list-style-link li img {
	width: 250px;
	height: 70px;
}

/*
** hover-title
*/
.title-hover .title {
	display: inline;
	background: linear-gradient(to right, currentColor 50%, currentColor 100%);
	background-size: 0px 1px;
	background-repeat: no-repeat;
	background-position: left 100%;
	transition-duration: 0.5s;
}
.title-hover:hover .title {
	background-size: 100% 1px;
}

/*
** header
*/
header {
	padding-top: 4em;
	padding-bottom: 4em;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
header,
header a {
	color: #fff !important;
}
header > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .header-left {
	display: flex;
	align-items: center;
}
header .header-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

nav {
	background-color: #97000d;
}
nav,
nav a {
	color: #fff !important;
}
.nav-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-list > li {
	position: relative;
}
.nav-list > li > a {
	display: block;
	font-size: 1.25em;
	padding: 0.75em 2em;
	text-decoration: none;
	font-weight: bold;
}
.nav-child-box {
	font-size: 1em;
    width: 100%;
    position: absolute;
    top: auto;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    transition: all 0.35s;
    transform: translateY(-10px);
	background-color: #85000b;
}
.nav-list > li:nth-last-child(2) .nav-child-box,
.nav-list > li:nth-last-child(1) .nav-child-box {
	left: auto;
	right: 0;
}
.nav-list > li.active,
.nav-list > li:hover {
	background-color: #85000b;
}
.nav-list > li:not(.cate-1111):hover .nav-child-box {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.nav-child-items {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	line-height: 3.2;
}
.nav-child-items > li > a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.nav-child-items > li > a:hover {
	background-color: #97000d;
}

/*
** footer
*/
footer {
	line-height: 2.4;
	text-align: center;
}
footer,
footer a {
	color: #fff;
}

/*
** swiper
*/
.swiper-container {
	width: 100%;
}
.swiper-container,
.swiper-container .swiper-slide {
	overflow: hidden;
	display: block;
}
.swiper-banner .swiper-slide {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.swiper-banner .swiper-slide img {
	width: 100%;
}
.swiper-container .swiper-pagination-bullet {
	width: 0.65em;
	height: 0.65em;
	border-radius: 0.5em;
	background-color: #ffffff;
	opacity: 0.4;
	transition: 0.3s;
}
.swiper-container.swiper-image-slider .swiper-pagination-bullet {
	width: 0.5em;
	height: 0.5em;
}
.swiper-pagination-gray .swiper-pagination-bullet {
	background-color: #ccc;
}
.swiper-pagination-black .swiper-pagination-bullet {
	background-color: #333;
}
.swiper-pagination-space .swiper-pagination-bullet {
	margin: 4px;
}
.swiper-container.swiper-image-slider .swiper-pagination-bullet-active {
	width: 1em
}
.swiper-container .swiper-pagination-bullet-active {
	width: 1.5em;
	opacity: 0.85;
}
.swiper-image-slider .swiper-pagination {
	width: auto !important;
	left: auto !important;
	top: 0.5em;
	right: 0.75em;
	bottom: auto !important;
	line-height: 1.2;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
	color: #fff;
	width: 3em;
	height: 4em;
	margin-top: -2em;
	background-size: 1em;
	transition: all .3s;
}
.swiper-container .swiper-button-prev {
	left: 0;
	background-image: url(../images/prev.png);
	transform: translate(-3em, 0);
}
.swiper-container .swiper-button-next {
	right: 0;
	background-image: url(../images/next.png);
	transform: translate(3em, 0);
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next,
.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-button-next {
	transform: translate(0, 0) !important;
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
	font-size: 1.25em;
}

.section-buff {
	background-color: rgba(250, 248, 236, 0.93);
}
.section-wine {
	background-color: rgba(178, 24, 20, 0.93);
}
.section-white {
	background-color: rgba(255, 255, 255, 0.93);
}

/*
** index
*/
.index-section-head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
.index-section-head .title-cate,
.index-section-head .title-more {
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 44px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #9B0009 !important;;
}
.index-section-head.light .title-cate,
.index-section-head.light .title-more {
	color: #fff !important;
}
.index-section-head .title-cate {
	background-image: url(../images/silhouette-wine.png);
	min-width: 120px;
	font-size: 30px;
	font-weight: bold;
}
.index-section-head.light .title-cate {
	background-image: url(../images/silhouette-light.png);
}
.index-section-head .title-more {
	background-image: url(../images/more-wine.png);
	min-width: 34px;
	font-size: 14px;
}
.index-section-head.light .title-more {
	background-image: url(../images/more-light.png);
}

.index-section-body {
	margin-top: 1em;
}
#index-news .index-section-body {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#index-news .index-section-body > .index-slider,
#index-news .index-section-body > .index-news {
	width: 680px;
	overflow: hidden;
}
#index-news .index-section-body > .index-slider {
	background-color: #fff;
	box-shadow: 0 0 0.5em rgb(0 0 0 / 0.05);
}
#swiper-image-slider .swiper-button-prev,
#swiper-image-slider .swiper-button-next {
	top: 40%;
}
#swiper-image-slider .swiper-pagination {
	top: auto !important;
	right: 1.5em;
	bottom: 1em !important;
}
#swiper-image-slider .swiper-pagination-bullet {
	background-color: #876c6a;
}
#swiper-image-slider .swiper-pagination-bullet-active {
	background-color: #AB0A01;
}
#swiper-image-slider .slide-texts {
	padding: 1.25em 2em;
}
#swiper-image-slider .slide-texts .slide-title {
	font-size: 1.25em;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#swiper-image-slider .slide-texts .slide-date {
	color: #666;
}
.index-news .list-style-normal li:first-child {
	display: none !important;
	font-size: 0 !important;
}
.news-first .tag {
	position: absolute;
	top: -15px;
	left: -55px;
	padding: 30px 60px 10px;
	background-color: #AB0A01;
	color: #fff;
	transform: rotate(-45deg);
}
.index-news .news-first {
	position: relative;
	margin-bottom: 1em;
	padding: 1.75em 2em;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	box-shadow: 0 0 0.5em rgb(0 0 0 / 0.05);
}
.news-first .date {
	margin-top: 50px;
	white-space: nowrap;
	text-align: center;
	color: #AB0A01;
}
.news-first .date .today {
	font-size: 50px;
	line-height: 1;
}
.news-first .date .other {
	font-size: 14px;
}
.news-first .first {
	flex: 1;
	margin-left: 1.5em;
	overflow: hidden;
}
.news-first .first .title {
	line-height: 1.4;
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-first .first .intro {
	max-height: 90px;
	color: #444;
	font-size: 15px;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#index-curriculum .index-section-body {
	margin-top: 0;
}

/*
** web
*/
#mainstay {
	background-color: rgba(250, 248, 236, 0.95)
}
#mainstay > .container {
	display: flex;
	padding-top: 3em;
	padding-bottom: 3em;
}
#mainstay aside {
	flex: none;
	width: 300px;
	margin-right: 40px;
}
.aside-category .parent-name {
	background-color: #cf9f65;
	background-image: url(../images/modern-shadow.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	padding: 1em;
	padding-bottom: 3em;
	border-radius: 3px;
}
.category-items li {
	margin-top: 0.5em;
}
.category-items li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background-color: #f1ddc5;
	color: #7b6a52;
	padding: 0.75em 1.25em;
	border-radius: 3px;
	text-decoration: none;

}
.category-items li a:hover {
	background-color: #ebd5be;
}
.category-items li a::after {
	font-family: "iconfont";
	content: "\e94a";
	opacity: 0.25;
}
.category-items li.on a {
	background-color: #d5a86d;
	color: #fff;
}
.category-items li.on a::after {
	opacity: 0.8;
}
#mainstay main {
	flex: 1;
	width: 100%;
	overflow: hidden;
}
.breadcrumb {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e7d4b8;
	padding-bottom: 0.75em;
}
.breadcrumb .bread-left {
	font-weight: bold;
	color: #cf7e0d;
	font-size: 1.25em;
}
.breadcrumb .bread-right {
	font-size: 1em;
}
.breadcrumb .bread-right,
.breadcrumb .bread-right a {
	color: #71614a;
}
.breadcrumb .bread-right .pos-1 {
	display: none !important;
}

/*
** web
*/
.box-list .list-style-curriculum li,
.box-list .list-style-image-case li {
	width: calc(33.333333% - 2em);
}

.list-style-graphic li {
	display: flex;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ebe4cd;
}
.list-style-graphic li .left {
	width: 250px;
	margin-right: 1.5em;
}
.list-style-graphic li .left .percent-image {
	border-radius: 5px;
}
.list-style-graphic li .right {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.list-style-graphic li .right .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-style-graphic li .right .intro {
	font-size: 15px;
	line-height: 1.6;
	opacity: 0.5;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0.75em 0;
}
.list-style-graphic li .right .other {
	display: flex;
	font-size: 15px;
}
.list-style-graphic li .right .other,
.list-style-graphic li .right .other a {
	color: #957d5b;
}
.list-style-graphic li .right .other .more {
	margin-left: auto;
}
.list-style-graphic li .right .other .more,
.list-style-graphic li .right .other .more a {
	text-decoration: none;
}

/*
** pagination
*/
.pagination,
.p_pages {
	display: flex;
	justify-content: center;
	font-size: 16px;
}
.pagination {
	padding-top: 1em;
	margin-top: 1em;
}
.pagination[data-page-count="0"],
.pagination[data-page-count="1"] {
	display: none !important;
}
.p_pages > span {
	margin-left: 3px;
	margin-right: 3px;
	line-height: 38px;
}
.p_pages > span,
.p_pages > span a {
	color: #555;
	text-decoration: none;
	border-radius: 3px;
}
.p_pages > .p_no_d,
.p_pages > span a {
	padding-left: 18px;
	padding-right: 18px;
}
.p_pages > span a {
	display: block;
	border: 1px solid #c7b29d;
}
.p_pages > span a:hover {
	background-color: #c77203;
	border-color: #c77203;
	color: #fff;
}
.p_pages > .p_no_d {
	background-color: #ac6d1a;
	color: #fff;
}

/*
** article
*/
.box-article {
	padding-top: 2em;
}
.article-title,
.article-subtitle,
.article-info {
	text-align: center;
	margin-bottom: 5px;
}
article .article-title {
	font-size: 2em;
	font-weight: bold;
}
article .article-subtitle {
	font-size: 1.5em;
}
article .article-info {
	font-size: 14px;
	border-top: 1px dashed #d5dbe6;
	margin-top: 3em;
	padding-top: 0.5em;
}
.article-info,
.article-info a {
	color: #777;
}
.article-info > span {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
article .article-content {
	margin-top: 2em;
}
article .article-content p {
	font-size: 1em !important;
	text-indent: 2em;
	word-break: break-all;
	line-height: 200% !important;
}
article .article-content p:not(:last-child),
article .article-content p:not(td p),
article .article-content p:not(li p) {
	margin-bottom: 1em !important;
}
article .article-content br + img {
	margin-top: 1em;
}
article .article-content p[style*="center"] {
	text-indent: 0 !important;
}
article .article-content table td {
	padding: 2px 12px;
}
article .article-content table td p {
	text-indent: 0 !important;
	margin-bottom: 0 !important;
}
article .article-content video,
article .article-content audio,
article .article-content img,
article .article-content svg,
article .article-content table {
	max-width: 80%;
	border-radius: 5px;
}
article .article-content img,
article .article-content svg {
	transition: all 0.5s;
}
article .article-content img:hover,
article .article-content svg:hover {
	transform: translateY(-3px);
}
article .article-content video,
article .article-content audio,
article .article-content table {
	margin-left: auto;
	margin-right: auto;
}
article .article-content iframe {
	width: 100% !important;
	height: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}