/*
** webui v1.0.3
** Copyright 2024 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-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: #0078e3;
	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;
}

input,
button,
select,
optgroup,
textarea {
	border-radius: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	background-color: transparent;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

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;
}

[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;
}

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 {
	width: 1400px;
	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; */
}

/*
** large title
*/
.chunk-head {
    position: relative;
    text-align: center;
	overflow: hidden;
}
.chunk-head .chunk-cn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
    color: #0d72ca;
}
.chunk-head .chunk-en {
    font-style: oblique;
    text-transform: uppercase;
    user-select: none;
    font-size: 4em;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.25em;
    color: #e1f0fe;
}
.bg-white .chunk-head .chunk-en {
	color: #edf6ff;
}

.container-white-box {
    padding: 3em;
    border-radius: 5px;
    box-shadow: 0 0 0.5em rgb(0 0 0 / 0.075);
    background-color: #fff;
}

.loading {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 300px;
	line-height: 300px;
	background-image: url(../images/svg/loading.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
	color: #000;
	opacity: 0.35;
}

.rounded {
	border-radius: 3px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.text-nowrap {
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.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-5px,
.px-5px,
.p-5px {
	padding-left: 5px !important;
}

.pr-5px,
.px-5px,
.p-5px {
	padding-right: 5px !important;
}

.pt-5px,
.py-5px,
.p-5px {
	padding-top: 5px !important;
}

.pb-5px,
.py-5px,
.p-5px {
	padding-bottom: 5px !important;
}

.pl-10px,
.px-10px,
.p-10px {
	padding-left: 10px !important;
}

.pr-10px,
.px-10px,
.p-10px {
	padding-right: 10px !important;
}

.pt-10px,
.py-10px,
.p-10px {
	padding-top: 10px !important;
}

.pb-10px,
.py-10px,
.p-10px {
	padding-bottom: 10px !important;
}

.pl-1em,
.px-1em,
.p-1em,
.pl-1em-media,
.px-1em-media,
.p-1em-media {
	padding-left: 1em !important;
}

.pr-1em,
.px-1em,
.p-1em,
.pr-1em-media,
.px-1em-media,
.p-1em-media {
	padding-right: 1em !important;
}

.pt-1em,
.py-1em,
.p-1em,
.pt-1em-media,
.py-1em-media,
.p-1em-media {
	padding-top: 1em !important;
}

.pb-1em,
.py-1em,
.p-1em,
.pb-1em-media,
.py-1em-media,
.p-1em-media {
	padding-bottom: 1em !important;
}

.pl-2em,
.px-2em,
.p-2em,
.pl-2em-media,
.px-2em-media,
.p-2em-media {
	padding-left: 2em !important;
}

.pr-2em,
.px-2em,
.p-2em,
.pr-2em-media,
.px-2em-media,
.p-2em-media {
	padding-right: 2em !important;
}

.pt-2em,
.py-2em,
.p-2em,
.pt-2em-media,
.py-2em-media,
.p-2em-media {
	padding-top: 2em !important;
}

.pb-2em,
.py-2em,
.p-2em,
.pb-2em-media,
.py-2em-media,
.p-2em-media {
	padding-bottom: 2em !important;
}

.pl-3em,
.px-3em,
.p-3em,
.pl-3em-media,
.px-3em-media,
.p-3em-media {
	padding-left: 3em !important;
}

.pr-3em,
.px-3em,
.p-3em,
.pr-3em-media,
.px-3em-media,
.p-3em-media {
	padding-right: 3em !important;
}

.pt-3em,
.py-3em,
.p-3em,
.pt-3em-media,
.py-3em-media,
.p-3em-media {
	padding-top: 3em !important;
}

.pb-3em,
.py-3em,
.p-3em,
.pb-3em-media,
.py-3em-media,
.p-3em-media {
	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-5px,
.mx-5px,
.m-5px {
	margin-left: 5px !important;
}

.mr-5px,
.mx-5px,
.m-5px {
	margin-right: 5px !important;
}

.mt-5px,
.my-5px,
.m-5px {
	margin-top: 5px !important;
}

.mb-5px,
.my-5px,
.m-5px {
	margin-bottom: 5px !important;
}

.ml-10px,
.mx-10px,
.m-10px {
	margin-left: 10px !important;
}

.mr-10px,
.mx-10px,
.m-10px {
	margin-right: 10px !important;
}

.mt-10px,
.my-10px,
.m-10px {
	margin-top: 10px !important;
}

.mb-10px,
.my-10px,
.m-10px {
	margin-bottom: 10px !important;
}

.ml-1em,
.mx-1em,
.m-1em,
.ml-1em-media,
.mx-1em-media,
.m-1em-media {
	margin-left: 1em !important;
}

.mr-1em,
.mx-1em,
.m-1em,
.mr-1em-media,
.mx-1em-media,
.m-1em-media {
	margin-right: 1em !important;
}

.mt-1em,
.my-1em,
.m-1em,
.mt-1em-media,
.my-1em-media,
.m-1em-media {
	margin-top: 1em !important;
}

.mb-1em,
.my-1em,
.m-1em,
.mb-1em-media,
.my-1em-media,
.m-1em-media {
	margin-bottom: 1em !important;
}

.ml-2em,
.mx-2em,
.m-2em,
.ml-2em-media,
.mx-2em-media,
.m-2em-media {
	margin-left: 2em !important;
}

.mr-2em,
.mx-2em,
.m-2em,
.mr-2em-media,
.mx-2em-media,
.m-2em-media {
	margin-right: 2em !important;
}

.mt-2em,
.my-2em,
.m-2em,
.mt-2em-media,
.my-2em-media,
.m-2em-media {
	margin-top: 2em !important;
}

.mb-2em,
.my-2em,
.m-2em,
.mb-2em-media,
.my-2em-media,
.m-2em-media {
	margin-bottom: 2em !important;
}

.ml-3em,
.mx-3em,
.m-3em,
.ml-3em-media,
.mx-3em-media,
.m-3em-media {
	margin-left: 3em !important;
}

.mr-3em,
.mx-3em,
.m-3em,
.mr-3em-media,
.mx-3em-media,
.m-3em-media {
	margin-right: 3em !important;
}

.mt-3em,
.my-3em,
.m-3em,
.mt-3em-media,
.my-3em-media,
.m-3em-media {
	margin-top: 3em !important;
}

.mb-3em,
.my-3em,
.m-3em,
.mb-3em-media,
.my-3em-media,
.m-3em-media {
	margin-bottom: 3em !important;
}

.d-none,
.pagination:empty {
	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;
}

.iconfont {
	font-size: 1rem;
	line-height: 1;
	text-decoration: none !important;
}

.bg-white {
	background-color: #fff;
}

.bg-wathet {
	background-color: #EFF7FF;
}

/*
** ie support
*/
#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: 3px;
}

#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;
}

#browser-not-support .browser-footer a {
	text-decoration: none;
	color: #666;
}

.scroll-content {
    overflow-y: auto;
	padding-right: 0.5em;
}
.scroll-content::-webkit-scrollbar-track {
    background-color: #c7dcf1;
    border-radius: 10px;
}
.scroll-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.scroll-content::-webkit-scrollbar-thumb {
    background-color: #2168B2;
    border-radius: 10px;
}


/*
** 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;
	border-radius: 3px;
}

.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%;
}

.profile-photo .figure,
.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;
}

a:hover .figure > img,
.percent-image:hover .figure>img,
.swiper-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;
}

.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;
}

/*
** row
*/
.row-2,
.row-3,
.row-media-2,
.row-media-3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.row-2 > .row-item,
.row-3 > .row-item,
.row-media-2 > .row-item,
.row-media-3 > .row-item {
	flex: 1;
}
.row-2 > .row-item {
	max-width: 50%;
}
.row-3 > .row-item {
	max-width: 33.333333%;
}
.row-2 > .row-item:nth-child(2),
.row-3 > .row-item:nth-child(2) {
	margin-left: 2em;
}
.row-3 > .row-item:nth-child(2) {
	margin-right: 2em;
}

/*
** list
*/
.list-row {
	display: flex !important;
	flex-wrap: wrap;
}

.list-row>li:not(:last-child) {
	margin-right: 1.5em;
}

.list-row-between {
	display: flex !important;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.list-style-normal {
	line-height: 2.4;
}

.list-style-normal li:not(.hr) {
	padding-left: 14px;
	position: relative;
}

.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: #0069c7;
}

.list-style-normal li.hr {
	height: 1px;
	line-height: 0;
	background-color: #e4edf5;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.list-style-normal li {
	white-space: nowrap !important;
	text-overflow: ellipsis;
	overflow: hidden;
}

.list-style-normal li .time {
	white-space: nowrap;
	margin-left: auto;
	padding-left: 1em;
}

.list-style-graphic li {
	display: flex;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #e4edf5;
}

.list-style-graphic li:not(:first-child) {
	margin-top: 1.5em;
}

.list-style-graphic li .left {
	width: 250px;
	margin-right: 1.5em;
}

.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: 14px;
	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: 14px;
	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-department {
	margin: -1em;
	display: flex;
	flex-wrap: wrap;
}

.list-style-department > li {
	width: 25%;
	padding: 1em;
}

.list-style-department > li > a {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 1.75em;
	background-color: #fff;
	box-shadow:  0 0 0.5em rgba(0, 0, 0, 0.075);
	border-radius: 5px;
	text-decoration: none;
}

.list-style-department .department-head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.department-head .head-title {
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 1.5em;
}

.department-head .head-level {
	margin-left: 0.5em;
	word-break: keep-all;
	font-size: 12px;
	background-color: #005BAC;
	padding: 0 6px;
	border-radius: 3em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.department-head .head-level[data-level="1"] {
	background-color: #005BAC;
}
.department-head .head-level[data-level="2"] {
	background-color: #4dac00;
}
.department-head .head-level[data-level="3"] {
	background-color: #c00e0e;
}
.department-head .head-level span {
	display: inline-block;
	text-align: center;
	width: 1em;
	overflow: hidden;
	transition: all 0s;
}

.list-style-department .department-body {
	margin-top: auto;
	border-top: 1px solid #e4edf5;
	font-size: 14px;
	padding-top: 1.25em;
}
.list-style-department .department-body p {
	min-height: 2em;
}

.list-style-department > li > a:hover {
	background-color: #2168B2;
	color: #fff;
}
.list-style-department > li > a:hover .head-level {
	background-color: #fff;
	color: #2168B2;
}
.list-style-department > li > a:hover .head-level span {
	width: 6.5em;
}
.list-style-department > li > a:hover .department-body {
	border-color: #5693c9;
}

.department-other-part {
	display: flex;
	align-items: center;
	border: 1px solid #BBD0E8;
}
.department-other-part:not(:first-child) {
	border-top: 0;
}
.department-other-part > .left {
	white-space: nowrap;
	padding: 1em;
}
.department-other-part .right {
	flex: 1;
	border-left: 1px solid #BBD0E8;
}
.department-other-part .right .part {
	padding: 1em;
}
.department-other-part .right .part:not(:first-child) {
	border-top: 1px solid #BBD0E8;
}
.department-other-part .right .part label {
	font-weight: bold;
	margin: 0;
}
.department-other-part .right ul {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.department-other-part .right ul > li {
	color: #222;
	width: 33.333333%;
}

.list-style-picture,
.list-style-picture-only {
	display: flex;
	flex-wrap: wrap;
	margin: -1em;
}

.list-style-picture > li,
.list-style-picture-only > li {
	width: 33.333333%;
	padding: 1em;
}

.list-style-picture > li a,
.list-style-picture-only > li a {
	height: 100%;
	display: block;
	border: 1px solid #d9e7f3;
	padding: 1em;
	border-radius: 3px;
}

.list-style-picture-only > li a {
	padding: 0.75em;
}

.list-style-picture-only > li a figure {
	margin: 0;
}

.list-style-picture-only > li a img {
	border-radius: 3px;
}

.list-style-picture > li a:hover,
.list-style-picture-only > li a:hover {
	border-color: #0078e3;
}

.list-style-picture > li a .text {
	margin-top: 0.5em;
	line-height: 1.4;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-style-doctor {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: -1em;
}

.list-style-doctor > li {
	width: 20%;
	padding: 1em;
}

.list-style-doctor > li > a {
	display: block;
	height: 100%;
	background-color: #fff;
	border-radius: 3px;
	box-shadow:  0 0 0.5em rgba(0, 0, 0, 0.075);
	padding: 1em;
	text-decoration: none;
	text-align: center;
}

.list-style-doctor .doctor-photo {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.list-style-doctor .doctor-name {
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1.6;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}

.list-style-doctor .doctor-confer {
	font-size: 0.875em;
	line-height: 1.6;
	color: #777;
}

.list-style-doctor > li > a:hover {
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
}

/*
** html ovherflow
*/
html.nav-open,
html.modal-open,
html.popover-open,
html.nav-open body,
html.modal-open body,
html.popover-open body {
	overflow: hidden;
}

/*
** popover
*/
.popover {
	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: 14px;
}
.popover-center {
	width: 260px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.popover-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5em 1em;
	border-bottom: 1px solid #e4edf5;
}
.popover-close {
	background-color: transparent;
	border: 0;
}
.popover-body {
	padding: 1em;
	text-align: center;
}
.popover-body > img,
.popover-body > canvas {
	width: 100%;
}

/*
** swiper
*/
.swiper-container {
	width: 100%;
}

.swiper-container,
.swiper-container .swiper-slide {
	overflow: hidden; text-align:center; 
	display: block;
}

.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-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-slider .swiper-pagination-bullet-active {
	width: 1em
}

.swiper-container .swiper-pagination-bullet-active {
	width: 1.5em;
	opacity: 0.7;
}

.swiper-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: 2.6em;
	height: 4em;
	margin-top: -2em;
	background-size: 1em;
	transition: all .3s;
}

.swiper-container .swiper-button-prev.swiper-button-minisize,
.swiper-container .swiper-button-next.swiper-button-minisize {
	width: 2em;
	height: 3em;
	margin-top: -1.5em;
}

.swiper-container .swiper-button-prev.swiper-button-minisize {
	transform: translate(-2em, 0);
}

.swiper-container .swiper-button-next.swiper-button-minisize {
	transform: translate(2em, 0);
}

.swiper-container .swiper-button-next.swiper-button-minisize::after,
.swiper-container .swiper-button-prev.swiper-button-minisize::after {
	font-size: 1em;
}

.swiper-container .swiper-button-prev {
	left: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	transform: translate(-2.6em, 0);
}

.swiper-container .swiper-button-next {
	right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	transform: translate(2.6em, 0);
}

.swiper-container .swiper-fixed-btn {
	transform: translate(0, 0);
}

.swiper-container .swiper-fixed-btn {
	transform: translate(0, 0);
}

.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
	font-size: 1.25em;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
	transform: translate(0, 0);
}

.swiper-carousel,
.swiper-carousel .swiper-slide {
	border-radius: 3px;
}
.swiper-carousel .swiper-slide img {
	object-fit: cover;
	transition: all 0.5s;
	transform: scale(1);
}

.swiper-carousel .swiper-slide:hover img {
	transform: scale(1.08);
	opacity: 0.9;
}

/*
** swiper tab
*/
.swiper-tab {
	max-width: 100%;
}

/*
** header
*/
header#header {
	background-color: #fff;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
header#header #top {
	padding-top: 2.65em;
	padding-bottom: 2.65em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top .logo img {width:100%;
            -webkit-animation-name:scaleDraw;
            -webkit-animation-timing-function:ease-in-out;
            -webkit-animation-iteration-count:infinite;
            -webkit-animation-duration:40s; }
 @keyframes scaleDraw {
            0% {
	transform:scale(0.9);
}
35% {
	transform:scale(1.0);
}
50% {
	transform:scale(0.9);
}
75% {
	transform:scale(1.0);
}

}

#top .right {
	display: flex;
	align-items: center;
}

#header .search {
	margin-left: 1em;
	margin-right: 1em;
	display: flex;
	align-items: center;
}

#top .right .oa,
#header .search input {
	font-size: 14px;
}

#header .search input,
#header .search button {
	height: 40px;
	border: 0;
	background-color: #edf1f5;
}
#header .search button {
	color: #666;
}

#header .search input {
	width: 10em;
	padding-left: 1em;
	padding-right: 0.25em;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

#header .search button {
	font-size: 1rem;
	padding-left: 0.75em;
	padding-right: 0.75em;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

#top .right .tell {
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background-color: #005BAC;
	color: #fff;
	padding: 0 1em;
}

/*
** nav
*/
.nav-layer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 98;
	background-color: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.nav-head,
.nav-search,
.nav-foot,
.nav-list li .nav-child-arrow {
	display: none;
}

/*
** nav btn
*/
.btn-nav-box {
	width: 40px;
	max-width: 40px;
	min-width: 40px;
	height: 40px;
	position: relative;
	cursor: pointer;
	display: none;
}

.nav-burger,
.nav-burger::before,
.nav-burger::after {
	width: 24px;
	height: 2px;
	background-color: #0078e3;
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
}

.nav-burger,
.nav-burger::before,
.nav-burger::after {
	position: absolute;
	content: '';
}

.nav-burger {
	top: 19px;
}

.nav-burger,
.nav-burger::before,
.nav-burger::after {
	right: 0;
}

.nav-burger::before {
	transform: translateY(-10px);
}

.nav-burger::after {
	transform: translateY(10px);
}

/*
** footer
*/
footer#footer {
	background-color: #0259a5;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 14px;
}

footer#footer,
footer#footer a {
	color: #dbe9ff !important;
}

.footer-main,
.footer-copy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer-main {
	border-top: 1px dashed #0876d7;
	border-bottom: 1px dashed #0876d7;
}

.footer-main > ul {
	margin: 0.5em 0;
}

.footer-main-qrcode {
	flex-wrap: nowrap;
	justify-content: space-between;
}

.footer-main-qrcode li {
	text-align: center;
}

.footer-main-qrcode img {
	max-width: 100px;
	border-radius: 3px;
}

.footer-copy {
	font-size: 12px;
}

/*************************************
*************** device ***************
*************************************/
/* desktop */
@media (min-width: 1610px) {
	.hide-desktop {
		display: none !important;
	}
}
/* tablet */
@media (min-width: 1230px) and (max-width: 1609.98px) {
	.hide-tablet {
		display: none !important;
	}
}
/* mobile */
@media (min-width: 768px) and (max-width: 1229.98px) {
	.hide-mobile {
		display: none !important;
	}
}
/** minimum */
@media (min-width: 480px) and (max-width: 767.98px) {
	.hide-minimum {
		display: none !important;
	}
}
/* small */
@media (max-width: 479.98px) {
	.hide-small {
		display: none !important;
	}
}


/*************************************
*************** gt (>) ***************
*************************************/
/* gt tablet (tablet/desktop) */
@media (min-width: 1230px) {
	.hide-gt-tablet {
		display: none !important;
	}

	nav#nav {
		background-color: #005BAC;
	}
	
	.nav-list {
		display: flex;
		justify-content: space-between;
	}
	
	.nav-list>li {
		position: relative;
	}
	.nav-list>li:hover {
		background-color: #0069c7;
	}

	.nav-list>li>a {
		font-size: 18px;
		padding: 0.85em 1em;
		display: block;
		color: #fff !important;
	}

	.nav-child-box {
		width: 100%;
		position: absolute;
		top: auto;
		left: 0;
		z-index: 999;
		text-align: center;
		transform-origin: top;
		transition: all 0s;
		background-color: #fff;
		border: 2px solid #0069c7;
		margin-top: -2px;
		padding: 0.5em 0.5em;
		opacity: 0;
		visibility: hidden;
		transform: translateX(0) perspective(600px) rotateX(-45deg);
	}

	.nav-child-box::before {
		content: '';
		position: absolute;
		top: -7px;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #fff;
	}

	.nav-list>li:hover .nav-child-box {
		opacity: 1;
		visibility: visible;
		transform: translateX(0) perspective(600px) rotateX(0);
	}

	.nav-child-items {
		line-height: 1.4;
	}

	.nav-child-items>li>a {
		display: inline-block;
		padding: 0.5em 0;
	}

	.row-media-2 > .row-item {
		max-width: 50%;
	}
	.row-media-3 > .row-item {
		max-width: 33.333333%;
	}
	.row-media-2 > .row-item:nth-child(2),
	.row-media-3 > .row-item:nth-child(2) {
        margin-left: 2em;
    }
	.row-media-3 > .row-item:nth-child(2) {
        margin-right: 2em;
    }
}
/* gt mobile (mobile/tablet/desktop) */
@media (min-width: 768px) {
	.hide-gt-mobile {
		display: none !important;
	}
}
/* gt minimum (minimum/mobile/tablet/desktop)*/
@media (min-width: 480px) {
	.hide-gt-minimum {
		display: none !important;
	}
}

/*************************************
*************** lt (<) ***************
*************************************/
/* lt tablet (tablet/mobile/minimum/small) */
@media (max-width: 1609.98px) {
	.hide-lt-tablet {
		display: none !important;
	}

	.container {
		width: 1200px;
	}

	html:not(.nav-open) .nav-list>li>a {
		font-size: 16px;
		padding: 1em 1.35em;
	}

	.list-style-picture {
		margin: -0.75em;
	}

	
	.list-style-picture > li {
		width: 50%;
	}

	.list-style-doctor > li {
		width: 25%;
	}

	.list-style-department > li {
		width: 33.333333%;
	}

	.department-other-part {
		font-size: 15px;
	}
}
/* lt mobile (mobile/minimum/small) */
@media (max-width: 1229.98px) {
	.hide-lt-mobile {
		display: none !important;
	}

	.container {
		width: 100%;
		max-width: 768px;
	}

	.btn-nav-box {
		display: block;
	}

	header#header {
		position: sticky;
		top: 0;
		z-index: 99;
	}

	header#header #top {
		padding-top: 1em;
		padding-bottom: 1em;
	}

	#top .logo img {
		max-height: 36px;
	}

	nav#nav {
		position: fixed;
		top: 0;
		bottom: 0;
		left: -200%;
		min-width: 300px;
		width: max(300px, min(80%, 400px));
		height: 100%;
		padding: 1em;
		z-index: 9999;
		overflow: auto;
		background-color: #fff;
		transition: all 0.4s ease-out;
	}

	.nav-open nav#nav {
		left: 0;
		opacity: 1;
		display: flex;
		flex-direction: column;
	}

	.nav-open .nav-layer {
		display: block;
		visibility: visible;
		opacity: 1;
	}

	.nav-open .nav-head,
	.nav-open .nav-search,
	.nav-open .nav-foot {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}

	.nav-open .nav-head .btn-close-nav {
		cursor: pointer;
		padding-left: 1em;
	}

	.nav-open #header .nav-search .search {
		margin: 0.75em 0 1em 0;
		flex: 1;
	}

	.nav-open #header .nav-search .search input,
	.nav-open #header .nav-search .search button {
		background-color: #fff;
		border: 1px solid #d5dfe9;
	}

	.nav-open #header .nav-search .search input {
		width: calc(100% - 50px);
		border-right: 0;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.nav-open #header .nav-search .search button {
		width: 50px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.nav-open .nav-body {
		margin-left: 0;
		margin-right: 0;
		flex-grow: 1;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.nav-open .nav-body .nav-list {
		border-radius: 3px;
		padding: 0.5em 1em;
	}
 
	.nav-open .nav-body .nav-list > li {
		padding: 0.5em 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.nav-open .nav-body .nav-list > li:not(:last-child) {
		border-bottom: 1px solid #e3e7ed;
	}

	.nav-open .nav-body .nav-list > li a {
		display: block;
		margin-right: auto;
	}

	.nav-open .nav-body .nav-list > li .nav-child-arrow {
		display: block;
		cursor: pointer;
		padding-left: 50%;
	}

	.nav-open .nav-body .nav-list > li .nav-child-box {
		width: 100%;
		height: 0;
		overflow: hidden;
		padding-left: 1em;
		border-left: 1px solid #e3e7ed;
	}

	.nav-open .nav-body .nav-list > li.active .nav-child-box {
		height: auto;
	}

	.nav-open .nav-body .nav-list > li .nav-child-box li {
		padding: 0.25em 0;
	}

	.nav-open .nav-foot {
		font-size: 0.875em;
		margin-top: 1em;
	}

	.mode-web-dl dt {
		font-size: 1.5em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	.list-style-doctor > li {
		width: 50%;
	}

	.list-style-department > li {
		width: 50%;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	.list-style-picture-only > li {
		width: 50%;
	}

	.department-other-part {
		font-size: 14px;
	}
	.department-other-part .right ul > li {
		width: 50%;
		padding-right: 1em;
	}

    .row-media-2,
	.row-media-3 {
        flex-direction: column !important;
    }

	.row-media-2 > .row-item,
	.row-media-3 > .row-item {
		width: 100% !important;
	}

    .row-media-3 > .row-item:not(:first-child) {
        margin-top: 1em;
    }

	.footer-main-qrcode {
		width: 100%;
	}
}
/* lt minimum (minimum/small) */
@media (max-width: 767.98px) {
	.hide-lt-minimum {
		display: none !important;
	}

	.pl-2em-media,
	.px-2em-media,
	.p-2em-media {
		padding-left: 1em !important;
	}

	.pr-2em-media,
	.px-2em-media,
	.p-2em-media {
		padding-right: 1em !important;
	}

	.pt-2em-media,
	.py-2em-media,
	.p-2em-media {
		padding-top: 1em !important;
	}

	.pb-2em-media,
	.py-2em-media,
	.p-2em-media {
		padding-bottom: 1em !important;
	}

	.pl-3em-media,
	.px-3em-media,
	.p-3em-media {
		padding-left: 2em !important;
	}

	.pr-3em-media,
	.px-3em-media,
	.p-3em-media {
		padding-right: 2em !important;
	}

	.pt-3em-media,
	.py-3em-media,
	.p-3em-media {
		padding-top: 2em !important;
	}

	.pb-3em-media,
	.py-3em-media,
	.p-3em-media {
		padding-bottom: 2em !important;
	}

	.ml-2em-media,
	.mx-2em-media,
	.m-2em-media {
		margin-left: 1em !important;
	}

	.mr-2em-media,
	.mx-2em-media,
	.m-2em-media {
		margin-right: 1em !important;
	}

	.mt-2em-media,
	.my-2em-media,
	.m-2em-media {
		margin-top: 1em !important;
	}

	.mb-2em-media,
	.my-2em-media,
	.m-2em-media {
		margin-bottom: 1em !important;
	}

	.ml-3em-media,
	.mx-3em-media,
	.m-3em-media {
		margin-left: 2em !important;
	}

	.mr-3em-media,
	.mx-3em-media,
	.m-3em-media {
		margin-right: 2em !important;
	}

	.mt-3em-media,
	.my-3em-media,
	.m-3em-media {
		margin-top: 2em !important;
	}

	.mb-3em-media,
	.my-3em-media,
	.m-3em-media {
		margin-bottom: 2em !important;
	}

	.swiper-container .swiper-pagination-bullet {
		width: 0.5em;
		height: 0.5em;
	}
	.swiper-container .swiper-pagination-bullet-active {
		width: 1em;
	}

	.swiper-container .swiper-button-prev,
	.swiper-container .swiper-button-next {
		width: 2em;
		height: 3em;
		margin-top: -1.5em;
	}

	.swiper-container .swiper-button-prev {
		transform: translate(-2em, 0);
	}

	.swiper-container .swiper-button-next {
		transform: translate(2em, 0);
	}

	.swiper-container .swiper-button-next::after,
	.swiper-container .swiper-button-prev::after {
		font-size: 1em;
	}

	.chunk-head .chunk-cn {
		font-size: 1.5em;
	}

	.chunk-head .chunk-en {
		font-size: 3em;
		letter-spacing: 2px;
	}

	nav#nav {
		font-size: 14px;
	}

	.list-style-picture {
		margin: -0.5em;
	}

	.list-style-picture-only > li {
		width: 100%;
	}

	.list-style-picture > li {
		width: 100%;
		padding: 0.5em;
	}

	.list-style-department > li {
		width: 100%;
	}

	.department-other-part {
		display: block;
	}
	.department-other-part > .left {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #BBD0E8;
		font-weight: bold;
	}
	.department-other-part .right {
		border-left: 0;
	}
	.department-other-part .right ul > li {
		width: 100%;
		padding: 0;
	}

	footer#footer {
		font-size: 12px;
	}

	.footer-main-qrcode img {
		max-width: 70px;
	}

	.row-2 > .row-item:nth-child(2),
	.row-3 > .row-item:nth-child(2) {
		margin-left: 0.5em;
	}
	.row-3 > .row-item:nth-child(2) {
		margin-right: 0.5em;
	}
}