/*
** webui v1.0.2
** Copyright 2024 www.enshi.cn
*/

* {
	outline: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 18px;
	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: #fff;
	background-image: url(../images/bg-toper.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

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 0 1em;
}

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;
}

.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;
}

.container {
	max-width: 1310px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
.row > .col {
	position: relative;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
}

.img-fluid,
.img-fluid img {
	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-image: url(../images/browser.png);
	background-repeat: 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);
}
.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.6);
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
	z-index: 2;
}
.percent-image:hover .figure > img,
.swiper-image-slider:hover .swiper-slide-active .percent-image .figure > img,
.article-slider:hover .swiper-slide-active .percent-image .figure > img {
	transform: scale(1.08);
	opacity: 0.9;
}
.percent-image .figure > .figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	margin: 1em;
	line-height: 1.2;
	color: #fff;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.swiper-slide .percent-image .figure > .figcaption {
	font-size: 0.888889em;
}

/*
** 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;
}

/*
** list
*/
.list-row-split {
    display: flex !important;
}
.list-row-split > li {
    position: relative;
}
.list-row-split > li:not(.except):not(:last-of-type)::after {
    content: "\2223";
    position: relative;
    top: -1px;
    opacity: 0.3;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.list-headlines-news {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
.list-headlines-news > li {
	overflow: hidden;
	height: 95px;
	padding: 1em 0;
	border-bottom: 1px dashed #e3dfd3;
	display: flex;
	align-items: center;
}
.list-headlines-news > li:first-child {
	border-top: 1px dashed #e3dfd3;
	font-size: 24px;
}
.list-headlines-news > li a {
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-style-normal {
	line-height: 2.4;
}
.list-style-normal li:not(.hr) {
	padding-left: 14px;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.list-style-normal li:not(.hr):before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	margin-top: -2.5px;
	border-radius: 100%;
	background-color: #b6bcc5;
}
.list-style-normal li:hover::before {
	background-color: #ee0000;
}
.list-style-normal li.hr {
	height: 1px;
	line-height: 0;
	background-color: #eee;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
.list-style-normal li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-style-normal li .time {
	white-space: nowrap;
	margin-left: auto;
	padding-left: 1em;
}
.list-style-graphic li {
	display: flex;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #eee;
}
.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-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: 0.777778em;
	line-height: 1.6;
	color: #777;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 0.5em;
}
.list-style-graphic li .right .other {
	display: flex;
	font-size: 0.888889em;
	line-height: 1.2em;
	margin-top: 0.5em;
}
.list-style-graphic li .right .other,
.list-style-graphic li .right .other a {
	color: #0A4596;
}
.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;
}
.list-style-picture li .percent-image .figure {
	background-color: #fcf5eb;
}
.list-style-picture li .percent-image .figure > .figcaption {
	font-size: 0.888889em;
}

/*
** modal-dialog
*/
html.modal-open {
	overflow: hidden;
}
.modal-dialog {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.888889em;
}
.modal-container {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5em 1em;
	border-bottom: 1px solid #eee;
}
.modal-close {
	background-color: transparent;
	border: 0;
}
.modal-body {
	padding: 1em;
}

/*
** loading
*/
.loading {
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	height: 180px;
	line-height: 180px;
	background-image: url(../images/svg/loading.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	overflow: hidden;
	font-size: 0.888889em;
	color: #888;
}

/*
** swiper
*/
.swiper-rolling-news {
	height: 40px;
	line-height: 40px;
	max-width: 40em;
}
.swiper-container {
	width: 100%;
}
.swiper-container,
.swiper-container .swiper-slide {
    overflow: hidden;
}
.swiper-container .swiper-pagination-bullet {
	width: 0.75em;
	height: 0.75em;
	border-radius: 0.5em;
	background-color: #ffffff;
	opacity: 0.9;
	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.7;
}
.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 {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	width: 42px;
	height: 60px;
	margin-top: -30px;
	background-size: 14px;
	transition: all .3s;
}
.swiper-container .swiper-button-sm {
    width: 26px;
    height: 40px;
    margin-top: -20px;
    background-size: 14px;
}
.swiper-container .swiper-button-prev {
	left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transform: translate(-42px, 0);
}
.swiper-container .swiper-button-next {
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transform: translate(42px, 0);
}
.swiper-container .swiper-fixed-btn,
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
	transform: translate(0, 0);
}

/*
** swiper tab
*/
.swiper-tab-dl {
	max-width: 100%;
}
.swiper-tab-dl-1 {
	border: 1px solid #ebc994;
	background-image: url(../images/bg-tab.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.swiper-tab-dl-1 dt {
	border-bottom: 1px solid #ebc994;
	padding: 0.5em 1em;
}
.swiper-tab-dl-1 dt,
.swiper-tab-dl-1 dt > a,
.swiper-tab-dl-1 dt > ul {
	display: flex;
	align-items: center;
}
.swiper-tab-dl-1 dt > a {
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	color: #d70000;
}
.swiper-tab-dl-1 dt > a .icon-font {
	font-size: 14px;
	margin-left: 0.5em;
}
.swiper-tab-dl-1 dt > ul {
	margin-left: 0.5em;
	line-height: 1.8;
}
.swiper-tab-dl-1 dt > ul li {
	margin-left: 0.5em;
}
.swiper-tab-dl-1 dt > ul li a {
	display: block;
	padding: 0 0.5em;
	border: 1px solid transparent;
	border-radius: 3px;
	text-decoration: none;
}
.swiper-tab-dl-1 dt > ul li.active a {
	background-color: #fff7e7;
	border-color: #d70000;
	color: #d70000;
}
.swiper-tab-dl-1 dd:not(.swiper-container),
.swiper-tab-dl-1 dd.swiper-tab-bd .swiper-slide {
	padding: 1em;
}
.swiper-tab-dl-2 dt {
	border-top: 1px solid #d72e21;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.swiper-tab-dl-2 dt > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -2px;
}
.swiper-tab-dl-2 dt > ul li {
	margin: 0;
}
.swiper-tab-dl-2 dt > ul li a {
	display: block;
	color: #b64900;
	border-top: 4px solid transparent;
}

/*
** header
*/
header {
	font-size: 0.888889em;
}
header .topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
header .logoer {
	padding-top: 6em;
	padding-bottom: 8em;
}
nav,
nav a {
	color: #fff !important;
}
nav > .box {
	background: linear-gradient(to bottom, #c50021 0%, #eb2f2f 100%);
}
.nav-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-list > li {
	position: relative;
}
.nav-list > li > a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	padding: 0.75em 2em;
}
.nav-list > li > a:hover {
	background-color: #c50021;
}
#minibar > .box {
	padding: 10px 15px;
	background-color: #fbe9e5;
}
#minibar > .box,
#minibar > .box > .left {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	white-space: nowrap;
}
#minibar > .box {
	justify-content: space-between;
}
#minibar .rolling-category {
	font-weight: bold;
	margin-right: 1em;
}
#minibar .rolling-category .icon-font {
	margin-right: 5px;
}
.mini-search {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 0.888889em;
}
.mini-search input {
	width: 12em;
	height: 38px;
    line-height: 38px;
	background-color: #f8eae5;
    padding: 0 10px;
	border: 1px solid #e1cac1;
    border-right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 14px;
}
.mini-search button {
	padding: 0 0.85em;
	height: 40px;
	line-height: 40px;
	height: calc(38px);
	line-height: calc(38px);
	background-color: #e1cac1;
    border: 1px solid #e1cac1;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
    color: #666;
}

/*
** links
*/
#links {
	font-size: 15px;
}
#links > .container dl {
	position: relative;
}
#links > .container dl dt,
#links > .container dl dd {
	background-color: #fff;
	border: 1px solid #e9e3d2;
}
#links > .container dl dt {
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
#links > .container dl dt .icon-font {
	margin-left: 1em;
}
#links > .container dl dd {
	height: 325px;
	overflow-y: auto;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transform-origin: bottom;
    transition: all 0s;
    transform: translateX(0) perspective(600px) rotateX(35deg);
	border-bottom: 0;
}
#links > .container dl:hover dd {
	opacity: 1;
    visibility: visible;
    transform: translateX(0) perspective(600px) rotateX(0);
}
#links > .container dl dd div {
	font-weight: bold;
	border-bottom: 1px solid #e9d9d9;
	padding: 0 1em;
	line-height: 2.4;
}
#links > .container dl dd ul {
	line-height: 1.4;
}
#links > .container dl dd ul li a {
	display: block;
	padding: 0.5em 1em;
}
#links > .container dl dd ul li a:hover {
	background-color: #f9f4e6;
}

/*
** footer
*/
#links,
footer {
    background-color: #f9f4e6;
    border-top: 2px solid #d70000;
    padding: 30px 0;
	position: relative;
	z-index: 2;
}
#links + footer {
	border-top: 0;
	padding-top: 0;
}
footer {
    font-size: 14px;
	text-align: center;
}
#links,
#links a,
footer,
footer a {
    color: #816464;
}
footer p > span {
    display: inline-block;
    margin-left: 0.35em;
    margin-right: 0.35em;
}

/*
** main
*/
#main {
	margin-bottom: 10px;
}
#main > .box {
	background-color: #fff;
}
#main > .box > .row:not(:first-child) {
	margin-top: 30px;
}

/*
** device width > 1330
*/
@media (min-width:1330px) {
	.row-2:not(.particular-response) > .col {
		max-width: calc(50% - 30px / 2);
	}
	.row-3:not(.particular-response) > .col {
		max-width: calc(33.3333% - 30px * 2 / 3);
	}
	.row-4:not(.particular-response) > .col {
		max-width: calc(25% - 30px * 3 / 4);
	}
	.row > .col:not(:first-child) {
		margin-left: 30px;
	}

	.swiper-tab-dl-2 dt > ul li.active a {
		border-color: #d72e21;
		color: #d72e21;
	}

	#main > .box {
		padding: 20px;
	}

	#links > .container > .row {
		padding: 20px;
	}
}

/*
** device width < ***
*/
@media (max-width:1330px) {
	.xl-hide {
		display: none !important;
	}
	html {
		font-size: 16px;
	}
	.container {
		max-width: 768px;
	}
	header .logoer {
		padding-top: 4em;
		padding-bottom: 5em;
	}
	#main {
		margin-bottom: 20px;
	}

	.nav-list {
		flex-wrap: wrap;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
	}
	.nav-list > li {
		width: 25%;
	}
	.nav-list > li > a {
		padding: 0.25em 1em;
		text-align: center;
	}
	.box > .row:not(.particular-response) > .col {
	
		max-width: 100%;
	}
	#main > .box > .row,
	#main > .box > .row:not(.particular-response) > .col:not(:first-child) {
		margin-top: 20px !important;
	}

	.swiper-tab-dl-2 dt {
		border-top: 0;
	}
	.swiper-tab-dl-2 dt > ul {
		justify-content: space-between;
		font-size: 14px;
	}
	.swiper-tab-dl-2 dt > ul li {
		margin: 5px 0;
		width: calc(50% - 5px);
		text-align: center;
	}
	.swiper-tab-dl-2 dt > ul li a {
		border: 1px solid #e5d4c5;
		padding: 6px 0;
	}
	.swiper-tab-dl-2 dt > ul li.active a {
		background-color: #c50021;
		border-color: #c50021;
		color: #fff;
	}

	.list-style-graphic li .left {
		width: 220px;
	}
	.list-style-graphic li .right .intro {
		-webkit-line-clamp: 2;
	}

	#links .row {
		justify-content: space-between;
	}
	#links .row > .col {
		max-width: calc(50% - 5px);
	}
	#links .row > .col:nth-of-type(1),
	#links .row > .col:nth-of-type(2) {
		margin-bottom: 10px;
	}
	#links > .container dl dt .icon-font {
		margin-left: 0.5em;
	}
}
@media (max-width:992px) {
	.md-hide {
		display: none !important;
	}
	html {
		font-size: 15px;
	}
	.container {
		max-width: 576px;
	}
	header .logoer {
		padding-top: 2em;
		padding-bottom: 3em;
	}
	.list-style-graphic li .left {
		width: 200px;
		margin-right: 1em;
	}
}
@media (max-width:768px) {
	.sm-hide {
		display: none !important;
	}
	.list-style-graphic li .left {
		width: 140px;
	}
	.list-style-graphic li .right .intro,
	.list-style-graphic li .right .other .more {
		display: none;
	}
}