@charset "utf-8";

html,
body,
div,
span,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
video {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	font-size: 100%;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
	--primary-color: #ff6900;
	--active-color: #ff6900;
	--blue-color: #007bff;
	--red-color: #ff0000;
	--el-color-primary: #ff6900;
	--el-color-primary-light-3: #e25d00;
	--el-color-primary-light-9: #fff9f2 !important;
	--el-color-primary-light-7: #ffe3c4 !important;
}

body {
	background: #f0f0f0;
	color: #666;
	font-size: 14px;
	line-height: 1.42857143;
	/* font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif, Comfortaa; */
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	overflow-x: hidden;
}

/*html.mac body{font-family:"PingFang SC",Microsoft YaHei,Helvetica,Arial,sans-serif;}*/
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article,
hgroup,
menu,
nav,
section,
aside,
details,
figcaption,
figure,
footer,
header {
	display: block;
}

nav ul,
ul,
li {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: none;
}

a {
	color: #666;
	vertical-align: baseline;
	text-decoration: none;
	font-size: 100%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	padding: 0;
}

a,
input {
	outline: none;
}

a:hover,
a:focus {
	color: var(--primary-color);
	text-decoration: none;
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

ins {
	color: #323841;
	background-color: #ff9;
	text-decoration: none;
}

mark {
	color: #323841;
	background-color: #ff9;
	font-weight: bold;
	font-style: italic;
}

*::selection {
	background: var(--primary-color);
	color: #ffffff;
	text-shadow: none;
}

*::-moz-selection {
	background: var(--primary-color);
	color: #ffffff;
	text-shadow: none;
}

@font-face {
	font-family: "Poppins";
	src: url(../fonts/Poppins-L.otf) format("truetype");
	font-weight: normal;
	font-style: normal;
}

/*----------- container -----------*/
.container {
	margin: 0 auto;
	/* max-width: 1260px; */
	max-width: 1540px;
	padding: 9px 20px;
}

.container.Waoto {
	padding: 0;
}

.containe {
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
	color: #fff;
	padding: 0 20px;
}

/*----------- 头部 -----------*/
.header {
	padding-top: 82px;
}

.header .header-nav {
	position: fixed;
	width: 100%;
	float: left;
	background-color: rgba(255, 255, 255, 1);
	z-index: 886;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0 0 10px rgba(22, 22, 22, 0.1);
	top: 0;
}

.header .header-nav.fixed {
	background-color: rgba(255, 255, 255, 1);
	opacity: 1;
}

.header .nav-content {
	width: 100%;
	height: 100%;
}

.header .logobox {
	min-width: 150px;
}

.header .logo {
	/* position: absolute; */
	font-size: 0px;
	/* height: 30px; */
	height: 56px;
	overflow: hidden;
	display: block;
	text-indent: -20000em;
	width: auto;
	background-size: 100% 100%;
	/* top: 50%; */
	/* margin-top: -15px; */
}

.header .logo a {
	display: block;
	color: #999;
}

.header .logo .logob {
	display: none;
}

.logo img {
	/* height: 30px; */
	height: 56px;
}

.mLogo {
	height: 30px;
}

.mLogo .logo {
	display: none;
}

.header.opaque {
	padding-top: 0px;
}

.header.opaque .header-nav {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: 0 0 10px rgba(22, 22, 22, 0);
}

.header.opaque .header-nav.fixed {
	background-color: rgba(255, 255, 255, 0.7);
	/* opacity: 1; */
	box-shadow: 0 0 10px rgba(22, 22, 22, 0.1);
	padding-top: 10px;
	padding-bottom: 10px;
}

.header.opaque .navbar a {
	color: #ffffff;
	opacity: 0.7;
}

.header.opaque .navbar li.active>a {
	color: var(--active-color);
	opacity: 1;
}

.navbar li.on>a {
	color: #fff;
}

.header.opaque .navbar li:after {
	visibility: hidden;
	opacity: 0;
}

.header.opaque .header-nav.fixed .navbar a,
.header.opaque .inner .navbar a {
	color: #333;
	opacity: 1;
}

.header.opaque .inner .navbar a:hover {
	color: #fff;
}

.header.opaque .header-nav.fixed .navbar li:after {
	visibility: visible;
	opacity: 1;
}

.header.opaque .header-nav.fixed .navbar li.active>a,
.header.opaque .header-nav.fixed .navbar li.on>a {
	color: var(--active-color);
}

.header.opaque .logo .logoa,
.header.opaque .header-nav.fixed .logo .logob {
	display: none;
}

.header.opaque .logo .logob,
.header.opaque .header-nav.fixed .logo .logoa {
	display: block;
}

.header.noOpaque .navbar a {
	line-height: 60px;
}

/*导航栏*/
.navbar {
	float: right;
	margin: 0;
	padding: 0;
}

.navbar li {
	display: block;
	float: left;
	margin: 0px;
	position: relative;
	min-width: 50px;
	text-align: center;
}

/* .navbar li:first-child {
  display: none !important;
} */

.navbar a {
	display: block;
	text-transform: uppercase;
	line-height: 80px;
	padding: 0px 15px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-userinfo {
	margin-left: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
}

.navbar-userinfo a.login-btn {
	color: #fff;
	font-size: 16px;
	opacity: 0.7;
	padding: 0px 5px;
}

.navbar-userinfo .dropdown-menu {
	border: none;
	box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
	padding: 5px 0;
	border-radius: 4px;
}

.navbar-userinfo ul.dropdown-menu>li>a {
	padding: 8px 20px;
	display: block;
	font-size: 14px;
}

.navbar-userinfo ul.dropdown-menu>li>a:hover,
.navbar-userinfo ul.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #777;
	background: rgba(0, 0, 0, 0.05);
}

.header.noOpaque .navbar-userinfo a.login-btn {
	color: #333;
}

.header-nav.fixed .navbar-userinfo a.login-btn {
	color: #333;
}

.header-nav.fixed .navbar a {
	line-height: 60px;
}

.header-nav.fixed .navbar>li>ul>li>a {
	line-height: 40px;
}

.navbar li.active>a,
.navbar li.on>a {
	color: var(--primary-color);
}

.navbar li:after {
	background: var(--primary-color);
	content: "";
	height: 2px;
	width: 0px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar li.active:after,
.navbar li:hover:after {
	width: 100%;
}

/*inner*/
.inner {
	display: none;
	position: absolute;
	z-index: 49;
	width: 100%;
	top: 60px;
	left: 0;
}

.inner li {
	width: 100%;
	margin: 0;
}

.inner li a {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	padding: 4px 15px;
	border-bottom: 1px solid #eee;
	background-color: rgba(255, 255, 255, 0.96);
}

.inner li#nvabar-item-index a {
	border-top: 1px solid #eee;
}

.inner li a:hover {
	background: var(--primary-color);
	color: #fff;
	border-bottom: 1px solid var(--primary-color);
}

.navbar li:after {
	background: var(--primary-color);
	content: "";
	height: 2px;
	width: 0px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.inner .navbar li.active:after,
.inner .navbar li:hover:after {
	width: 0;
}

.navbar li>ul>li:before {
	background-color: transparent;
	content: "";
	transition: all 0.3s;
}

.navbar li.active:before,
.navbar li.on:before {
	width: 100%;
	left: 0;
}

#navBox .navbar>li:hover>ul {
	top: 100%;
	filter: alpha(opacity=85) !important;
	opacity: 0.85 !important;
	max-height: inherit;
}

#navBox .navbar>li>ul {
	position: absolute;
	width: 100%;
	top: 130%;
	right: 0;
	text-align: center;
	padding: 0px 0;
	z-index: 60;
	filter: alpha(opacity=0) !important;
	opacity: 0 !important;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	max-height: 0;
	overflow: hidden;
}

#navBox .navbar>li>ul>li a {
	float: none;
	display: block;
	padding: 0px 0px 0px;
	color: #fff;
	background-color: var(--primary-color);
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	opacity: 1;
}

#navBox .navbar>li>ul>li:after {
	display: none;
}

#navBox .navbar>li>ul>li {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

#navBox .navbar>li>ul>.on a {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.9);
}

#navBox .navbar>li>ul>li.active a {}

#navBox .navbar>li>ul>li.on>a {
	color: #fff;
}

.header .moble-bars {
	padding: 0;
	margin: 15px 0 0;
	font-size: 21px;
	float: right;
	color: #999;
	display: none;
	position: relative;
	z-index: 99;
}

.header a:hover.moble-bars {
	color: var(--primary-color);
}

.fixed {
	left: 0;
	opacity: 0.98;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 888;
}

/*----------- search-top -----------*/
.searchBox {
	display: none;
}

.search-pup {
	margin-top: 8px;
	position: relative;
}

.search-pup form input:focus {
	width: 180px;
}

.search-pup form button {
	position: absolute;
	right: 6px;
	top: 4px;
	color: #ddd;
	background: 0 0;
	border: none;
	padding: 0;
	margin: 0;
	line-height: normal;
	font-size: 18px;
	font-weight: 300;
	outline: 0;
	cursor: pointer;
}

/*----------- breadcrumb -----------*/
.breadcrumb {
	max-width: 1220px;
	margin: 0 auto;
	padding: 12px 0;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	text-indent: 5px;
}

.fa-angle-right,
.fa-bullhorn {
	font-size: 16px;
	margin: 0 4px;
}

/*----------- slider -----------*/
#slider {
	z-index: 0;
}

.slider {
	margin: 0 auto;
	overflow: hidden;
	padding: 0px;
	background: #fff;
	-webkit-transition: none;
	transition: none;
}

.slider {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slider img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.slide {
	width: 0;
}

.bx-wrapper {
	border: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 28px;
	z-index: 6;
	text-align: center;
	width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 5px;
	margin: 0 5px;
	outline: 0;
	border-radius: 0;
	filter: alpha(opacity=20) !important;
	opacity: 0.2 !important;
	border-radius: 50px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	filter: alpha(opacity=60) !important;
	opacity: 0.6 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 15px;
	height: 5px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next,
#slideBox .bx-wrapper .bx-next,
#slideBox .bx-wrapper .bx-prev,
.bx-wrapper .bx-pager.bx-default-pager a {
	-moz-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

#slideBox .bx-wrapper .bx-next,
#slideBox .bx-wrapper .bx-prev {
	margin: -40px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	filter: alpha(opacity=20);
	opacity: 0.2;
	padding: 18px 12px;
	font-size: 3.2em;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0;
	width: auto;
	height: auto;
}

#slideBox .bx-wrapper .bx-prev {
	left: 10px;
}

#slideBox .bx-wrapper .bx-next {
	right: 10px;
}

#slideBox .bx-wrapper:hover .bx-prev {
	left: 0;
}

#slideBox .bx-wrapper:hover .bx-next {
	right: 0;
}

#slideBox .bx-wrapper .bx-next:hover,
#slideBox .bx-wrapper .bx-prev:hover {
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
	color: #fff;
	background: var(--primary-color);
}

.slide-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.style-banner {
	padding-top: 30em;
}

.style-banner h4 {
	color: #fff;
	font-size: 2em;
	font-weight: 600;
	text-shadow: 2px -1px 4px #000;
}

.style-banner h5 {
	font-size: 55px;
	color: #ffb103;
	text-shadow: 2px -1px 4px #333;
	margin-bottom: 10px;
}

.view-buttn a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 1px;
	outline: none;
	border-radius: 0px;
	background-color: var(--primary-color);
	padding: 8px 18px;
	border: 1px solid rgba(208, 208, 208, 0);
}

.mt-lg-5,
.my-lg-5 {
	margin-top: 5rem !important;
}

.mt-md-4,
.my-md-4 {
	margin-top: 4rem !important;
}

.mb-lg-3,
.my-lg-3 {
	margin-bottom: 1rem !important;
}

.two-demo-button p,
.info-matter p {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 1px;
}

.view-buttn a:hover,
.view-price a:hover,
button.btn1:hover,
.sent-butnn:hover {
	opacity: 0.9;
}

/*bx-wrapper (NEXT / PREV) */
.slider1 {
	width: auto;
	position: absolute;
}

.bx-wrapper:hover .bx-prev,
.bx-wrapper:hover .bx-next {
	filter: alpha(opacity=80) !important;
	opacity: 0.8 !important;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: var(--primary-color);
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

.bx-wrapper:hover .bx-prev {
	left: 18px;
}

.bx-wrapper:hover .bx-next {
	right: 18px;
}

.bx-wrapper .bx-prev {
	left: 25px;
}

.bx-wrapper .bx-next {
	right: 25px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 50%;
	margin: -15px 0 0 0;
	outline: 0;
	z-index: 56;
	cursor: pointer;
	color: #fff;
	font-size: 1.8em;
	filter: alpha(opacity=0) !important;
	opacity: 0 !important;
}

.bx-wrapper .bx-loading {
	min-height: 200px;
	background: url(../images/lay.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
}

.imgbox .bx-wrapper .bx-prev {
	left: 5px;
}

.imgbox .bx-wrapper .bx-next {
	right: 5px;
}

.bx-wrapper .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}

/*----------- article  -----------*/
.Wauto {
	width: 100%;
	max-width: none;
	padding: 0;
}

.main {
	width: 100%;
	float: left;
}

.w1200 {
	padding: 0;
	text-shadow: 0 1px rgba(255, 255, 255, 0);
	clear: both;
}

.w1200 .article {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}

.PostBox {
	clear: both;
}

.PostBox.back1 {
	background: #fcfcfc;
}

.PostBox.back2 {
	background: #f6f6f6;
}

.PostBox.back3 {
	position: relative;
	background-color: #111;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.PostBox.about {
	background: #f6f6f6;
}

.PostBox.about .post {
	padding: 0;
	max-width: 100%;
	position: relative;
}

.PostBox.about .post .postAbout {
	height: 500px;
	width: 50%;
	float: right;
	position: relative;
	z-index: 1;
}

.PostBox.about .post .postAbout:after {
	content: "";
	display: block;
	width: 110%;
	height: 400px;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	right: 0%;
	top: 50%;
	z-index: 0;
	box-shadow: 0 6px 40px rgba(128, 128, 128, 0);
	transform: translateY(-50%);
}

.PostBox.about .post .aboutImg {
	height: 500px;
	width: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.PostBox.about .post .postTitle {
	padding: 110px 30px 20px 0;
	text-align: left;
}

.PostBox.about .post .postTitle:after {
	display: none;
}

.PostBox.about .post .postTitle .title2:after {
	display: none;
}

.PostBox.about .post .PostText {
	line-height: 24px;
	color: #999;
	padding-right: 60px;
	text-align: left;
	position: relative;
	z-index: 2;
}

.PostBox.about .post .more {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 115px;
}

.article {
	margin-right: 378px;
	min-height: 600px;
}

.post {
	/* max-width: 1260px; */
	max-width: 1365px;
	margin: 0 auto;
	padding: 80px 10px 80px;
}

.postspecialty {
	max-width: none !important;
	margin: 0 auto;
	padding: 80px 10px 80px;
}

.post.list,
.post.tags {
	padding: 10px 10px 10px;
}

.post.news.top {
	padding-top: 10px;
	padding-bottom: 10px;
}

.post .postTitle {
	text-align: center;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 1.5%;
	z-index: 2;
}

.post .postTitle h3 {
	font-size: 2em;
	text-transform: capitalize;
	font-weight: normal;
	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
}

.post .postTitle h3 i {
	font-size: 0.46em;
	position: absolute;
	top: 12px;
	left: -33px;
	color: #9e9e9e;
	display: none;
}

.post .postTitle span {
	clear: both;
	display: inline-block;
	width: 100%;
	color: #9e9e9e;
	font-size: 14px;
}

.post .postTitle .title1 {
	font-size: 1.6em;
	text-transform: uppercase;
	color: var(--primary-color);
	font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.post .postTitle:after {
	background: #fbfbfb;
	content: "";
	height: 1px;
	width: 80px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.post.team .postTitle:after {
	height: 0px;
}

.post .postTitle .title2:after {
	background: #cfcfcf;
	content: "";
	height: 2px;
	width: 80px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.PostBox:nth-child(2) .post .postTitle:after {
	background: #fff;
}

.PostBox:nth-child(2) .post .postTitle .title2:after {
	background: #ddd;
}

.post .PostShow {
	position: relative;
}

/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
/* 健康服务-s */
.post .PostShow .pp-li-box {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	/* height: 1080px !important; */
}

.post .PostShow .pp-li-box .pplb-img {
	width: 1920px !important;
	/* height: 906px !important; */
}

.post .PostShow .pp-li-box .pplb-div {
	position: relative;
	bottom: 210px;
}

.post .PostShow .pp-li-box .pplbd-div {
	display: -webkit-inline-box;
	width: 65%
}

.post .PostShow .pp-li-box .pplbd-div .pplbdd-div {
	margin: 0 28% !important;
}

.post .PostShow .pp-li-box .pplbd-div .imga {
	width: 56px !important;
	height: 59px !important;
}

.post .PostShow .pp-li-box .pplbd-div .imgb {
	width: 68px !important;
	height: 59px !important;
}

.post .PostShow .pp-li-box .pplbd-div .imgc {
	width: 60px !important;
	height: 55px !important;
}

.post .PostShow .pp-li-box .pplbd-div .adivs {
	color: #000000;
	font-size: 34px;
	padding-top: 8px;
}

/* 健康服务 -end*/



/* 顶部导航栏-s */
/* #navBox .navc-barbox-margin {
	margin-left: 40% !important;
} */

#navBox .navc-boxs {
	border: 1px solid #000;
	padding: 6px 18px;
	border-radius: 38px;
	height: 33px;
	line-height: 33px;
}

#navBox .navc-boxs .navcb-span {}

/* 顶部导航栏-end */


.post .PostShow ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.post .PostShow li,
.imgShow {
	width: 23.5%;
	float: left;
	display: inline;
	margin: 1.5% 0.65% 1.5% 0.85%;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	text-align: center;
	background: #fff;
}

.post .PostShow2 li,
.imgShow2 {
	width: 99.2%;
	float: left;
	display: inline;
	margin: 1.5% 0.65% 1.5% 0.85%;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	text-align: center;
	background: #fff;
}

.post .PostShowtszl li,
.imgShowtszl {
	width: 100%;
	float: left;
	display: inline;
	margin: 1.5% 0% 1.5% 0%;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	text-align: center;
	background: #fff;
}

.post .PostShowfz li,
.imgShowfz {
	width: 18.5%;
	float: left;
	display: inline;
	margin: 1.5% 0.65% 1.5% 0.85%;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	text-align: center;
	background: #fff;
}


.post .PostShow .loading {
	min-height: 109px;
}

.post.case .PostShow .loading {
	min-height: 212px;
}

.msk {
	background: var(--primary-color);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 0;
}

.msk2 {
	background: var(--primary-color);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 0;
	border-radius: 25px;
}

.msk3 {
	background: var(--primary-color);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 0;
}

.post li a:hover .msk,
.imgShow a:hover .msk {
	background: #000;
	box-shadow: #000 0 0 8px;
	opacity: 0.5;
}

.post li a:hover .msk,
.imgShow2 a:hover .msk {
	background: #000;
	box-shadow: #000 0 0 8px;
	opacity: 0.5;
}

.post li a:hover .msk2,
.imgShow a:hover .msk2 {
	background: #000;
	box-shadow: #000 0 0 8px;
	opacity: 0.3;
	border-radius: 25px;
}

.post li a:hover .msk3,
.imgShow a:hover .msk3 {
	background: #000;
	box-shadow: #000 0 0 8px;
	opacity: 0.08;
}

.post .PostShow li h4,
.imgShow h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	clear: both;
	margin: 0 0 5px;
	font-size: 16px;
	padding: 0 10px;
}

.post .PostShow2 li h4,
.imgShow2 h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	clear: both;
	margin: 0 0 5px;
	font-size: 16px;
	padding: 0 10px;
}

.post .PostShowtszl li h4,
.imgShowtszl h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	clear: both;
	margin: 0 0 5px;
	font-size: 16px;
	padding: 0 10px;
}

.post .PostShowfz li h4,
.imgShowfz h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	clear: both;
	margin: 0 0 5px;
	font-size: 16px;
	padding: 0 10px;
}

.post .PostShow li h4 a {
	color: #1c1d1e;
}

.post .PostShow li i,
.imgShow i {
	color: #999;
	font-weight: normal;
	display: block;
	font-size: 13px;
	font-style: normal;
	text-align: center;
	line-height: 20px;
	padding: 0 10px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post .PostShow2 li i,
.imgShow2 i {
	color: #999;
	font-weight: normal;
	display: block;
	font-size: 13px;
	font-style: normal;
	text-align: center;
	line-height: 20px;
	padding: 0 10px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post .PostShowtszl li i,
.imgShowtszl i {
	color: #999;
	font-weight: normal;
	display: block;
	font-size: 13px;
	font-style: normal;
	text-align: center;
	line-height: 20px;
	padding: 0 10px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post .PostShowfz li i,
.imgShowfz i {
	color: #999;
	font-weight: normal;
	display: block;
	font-size: 13px;
	font-style: normal;
	text-align: center;
	line-height: 20px;
	padding: 0 10px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.post .PostShow li i.h2 {
	height: 40px;
	white-space: normal;
}

.post .PostShow li .post-img,
.imgShow .post-img {
	width: 100%;
	margin-bottom: 16px;
	overflow: hidden;
}

.post .PostShow2 li .post-img,
.imgShow2 .post-img {
	width: 100%;
	margin-bottom: 16px;
	overflow: hidden;
}

.post .PostShowtszl li .post-img,
.imgShowtszl .post-img {
	width: 100%;
	margin-bottom: 16px;
	overflow: hidden;
}

.post .PostShowfz li .post-img,
.imgShowfz .post-img {
	width: 100%;
	margin-bottom: 16px;
	overflow: hidden;
}

.post .post-img:hover img {
	transform: none;
}

.post .PostShow li img,
.post.team .PicBox li img,
.post .PostNews li img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.post.case.tags .PostShow li .post-img {
	max-height: 290px;
}

.pt-2 {
	height: 25px;
}

.pt-2 i {
	text-align: right !important;
	color: #1c1d1e !important;
	position: inherit !important;
	opacity: 1 !important;
	font-size: 14px !important;
}

.post-img {
	float: left;
	height: auto;
	margin-left: 0;
	margin-right: 2.8169%;
	max-width: 290px;
	position: relative;
	width: 25%;
}

.post-news-img {
	float: left;
	height: auto;
	margin-left: 0;
	/* margin-right: 2%; */
	/* max-width: 290px; */
	position: relative;
	width: 25%;
}

.case-item {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 4px !important;
}

.case-item h4 {
	padding-bottom: 10px !important;
}

.post.team {
	width: 100%;
	max-width: none;
	padding: 80px 0;
	text-shadow: none;
}

.post.team .postTitle {
	padding-bottom: 1.5rem;
	color: #fff;
	margin-bottom: 2.5%;
}

.post.team .postTitle h3 i {
	color: #585858;
}

.post.team .postTitle .title1 {
	color: #766961;
}

.post.team .postTitle .title2 {
	color: rgba(255, 255, 255, 0.25);
}

.post.team .postTitle:after {
	background: none;
}

.post.team .postTitle .title2:after {
	background: rgba(255, 255, 255, 0.15);
	width: 60px;
	height: 4px;
}

.post.team .post-img {
	max-width: 200px;
	max-height: 200px;
	overflow: hidden;
	margin: 0 3.5% 0 6.5%;
	border-radius: 1000px;
}

.post.team .post-img img {
	max-width: 100%;
	vertical-align: bottom;
	overflow: hidden;
	border-radius: 1000px;
}

.post.team .post-img:hover img {
	transform: none;
}

.post.team .bx-wrapper {
	position: relative;
}

.post.team .bx-wrapper .bx-loading {
	min-height: auto;
	background: url(../images/lay.gif) center center no-repeat none;
}

.post.team .loading {
	background: rgba(0, 0, 0, 0.3) url(../images/lay.gif) center center no-repeat;
	min-height: auto;
}

.post.team .LiBox {
	max-width: 1260px;
	margin: 0 auto;
}

.post.team .LiBox a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.3);
	width: 100%;
	padding: 0 6%;
}

.post.team .LiBox a:hover {
	color: rgba(255, 255, 255, 0.4);
}

.post.team .LiBox .bx-pager {
	text-align: center;
}

.post.team .bx-wrapper .bx-pager {
	position: inherit;
	padding-top: 15px;
}

.post.team .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255, 255, 255, 0.3);
	width: 10px;
	height: 10px;
	border-radius: 1000px;
	filter: alpha(opacity=35) !important;
	opacity: 0.35 !important;
}

.post.team .bx-wrapper .bx-prev,
.post.team .bx-wrapper .bx-next {
	opacity: 0.2 !important;
	background: none;
	font-size: 5em;
	margin-top: -65px;
	height: 40px;
	line-height: 40px;
}

.post.team .bx-wrapper .bx-prev:hover,
.post.team .bx-wrapper .bx-next:hover {
	color: #fff;
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}

.post.team .bx-wrapper .bx-prev {
	left: 3px;
}

.post.team .bx-wrapper .bx-next {
	right: 3px;
}

.post.team .bx-wrapper .bx-prev,
.post.team .bx-wrapper .bx-next {
	border-radius: 0;
}

.post.team .post-text {
	width: 65%;
	float: left;
	padding: 56px 0px 0 0;
	line-height: 24px;
	font-size: 14px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.post.team .post-text span {
	font-size: 1.3em;
	margin-bottom: 15px;
	display: block;
}

.post.team .bx-controls {
	max-width: 1260px;
	position: relative;
	margin: 0 auto;
}

.post.team .bx-controls-direction {
	margin-top: -100px;
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.post.team .bx-wrapper .bx-pager {
	bottom: 0;
}

.post.team .bx-wrapper .bx-pager.bx-default-pager a:hover,
.post.team .bx-wrapper .bx-pager.bx-default-pager a.active {
	filter: alpha(opacity=80) !important;
	opacity: 0.8 !important;
	background: rgba(255, 255, 255, 0.4);
}

/*news*/
.post.news {
	/* max-width: 1260px; */
	ax-width: 1365px;
}

.post.news li {
	/* width: 49.5%; */
	width: 100%;
	float: left;
	display: inline;
	margin: 6px 0 6px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	/* background: rgba(255, 255, 255, 0.4); */
	/* padding: 10px; */
	/* border: 1px solid #fff; */
	/* line-height: 22px; */
	line-height: 34px;
}

.post.news li:hover {
	/* background: rgba(255, 255, 255, 0.85); */
}

.post.news li:nth-child(odd) {
	float: left;
}

.post.news li:nth-child(even) {
	float: right;
}

.post.news li h4 {
	font-size: 1.2em;
	font-weight: 100;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.post.news li span {
	font-size: 14px;
	color: #999;
	margin-right: 3px;
}

.post.news li p {
	font-size: 15px;
	color: #888;
}

.post.news .post-img {
	max-width: 135px;
	height: 90px;
	object-fit: cover;
	width: 30%;
	overflow: hidden;
}

.post.news .post-news-img {
	object-fit: cover;
	width: 30%;
	overflow: hidden;
}

.post.news.tags li {
	width: 100%;
}

.post li a i.fa,
.imgShow a i.fa {
	font-family: FontAwesome;
	top: 50%;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	filter: alpha(opacity=0);
	opacity: 0;
	text-shadow: none;
	font-size: 0;
	line-height: 0;
	overflow: visible;
}

.post li a:hover i.fa,
.imgShow a:hover i.fa {
	font-size: 25px;
	filter: alpha(opacity=100);
	opacity: 1;
}

.post li a i.fa,
.imgShow2 a i.fa {
	font-family: FontAwesome;
	top: 50%;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	filter: alpha(opacity=0);
	opacity: 0;
	text-shadow: none;
	font-size: 0;
	line-height: 0;
	overflow: visible;
}

.post li a:hover i.fa,
.imgShow2 a:hover i.fa {
	font-size: 25px;
	filter: alpha(opacity=100);
	opacity: 1;
}

.post.news li a:hover i.fa {
	font-size: 25px;
}

.post.case .more {
	padding: 0 0 35px 0;
}

.post .more {
	padding: 35px 0 0;
	text-align: center;
	clear: both;
}

.post .more a {
	padding: 8px 30px;
	display: inline-block;
	background: #f6f6f6;
	color: #fff;
	text-shadow: none;
	font-size: 14px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: relative;
	border: 1px solid #ddd;
	color: #666;
}

.post .more a:hover {
	border: 1px solid var(--primary-color);
	color: #fff;
}

.post .more a:after {
	background: var(--primary-color);
	content: "";
	height: 100%;
	width: 0px;
	position: absolute;
	left: 0;
	top: 0;
	webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post .more a:hover:after {
	width: 100%;
}

.msk {
	background: var(--primary-color);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 0;
}

.post .more a span {
	position: relative;
	z-index: 1;
}

.navbar li:after {
	background: var(--active-color);
	content: "";
	height: 2px;
	width: 0px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.msk {
	background: var(--primary-color);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 0;
}

.post .more a:hover:after {
	width: 100%;
}

/*moble*/
.moble {
	max-width: 1260px;
	margin: 0 auto;
	height: 0px;
	background: #fff;
	width: 100%;
	padding: 0 10px;
	display: none;
	position: fixed;
	top: 0;
	z-index: 889;
}

.moble a.moble-bars,
.moble a.search-btn {
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.archive-top {
	max-width: 1260px;
	margin: 0 auto;
	padding: 20px 20px 20px;
	overflow: hidden;
	position: relative;
	min-height: 63px;
	text-align: center;
}

.archive-top .archive-title h1 {
	display: block;
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 0;
	width: 100%;
	margin-top: 25px;
	text-transform: capitalize;
}

.archive-top .archive-title span {
	text-transform: uppercase;
	color: var(--primary-color);
	font-size: 1.8em;
	clear: both;
	font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
	width: 100%;
	float: left;
	font-style: normal;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.archive-top .archive-description {
	color: #9e9e9e;
	font-size: 14px;
}

.archive-top.tag {
	text-align: left;
	padding: 40px 20px 10px;
}

.archive-top.tag h1 {
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 5px;
}

/*subcate*/
.subcate {
	max-width: 1260px;
	margin: 0 auto 10px;
	text-align: center;
	padding: 0 20px;
}

.subcate li {
	display: inline-flex;
	margin: 0px 3px;
}

.subcate li a {
	padding: 4px 10px 4px;
	font-size: 16px;
	background: #f0f0f0;
	text-shadow: none;
}

.subcate li a:hover,
.subcate li.active a {
	background: var(--primary-color);
	color: #fff;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.subcate li a:hover,
.subcate li a.active {
	background: var(--primary-color);
	color: #fff !important;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

/*----------- lazy -----------*/
.loading {
	background: #eee url(../images/lay.gif) center center no-repeat;
	min-height: 60px;
}

.button.loading {
	min-height: 30px;
}

a:hover .b-lazy.b-loaded {
	filter: alpha(opacity=100);
	opacity: 1;
}

.b-lazy {
	max-width: 100%;
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
	filter: alpha(opacity=0);
	opacity: 1;
}

.b-lazy.b-loaded {
	vertical-align: middle;
	filter: alpha(opacity=100);
	opacity: 1;
}

/*----------- pageNav -----------*/
.pageNav {
	text-align: center;
	padding: 35px 0px;
	display: block;
	clear: both;
}

.pageNav a {
	text-align: center;
	line-height: 38px;
	display: inline-block;
	color: #fff;
	background: var(--primary-color);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pageNav a i {
	width: 38px;
	height: 38px;
	line-height: 38px;
	vertical-align: 0px;
}

.pageNav a:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
}

.pageNav .number {
	background: var(--primary-color);
	color: #fff;
	margin: 0 3px;
	display: inline-block;
	line-height: 38px;
	padding: 0 15px;
	text-shadow: none;
	filter: alpha(opacity=60);
	opacity: 0.6;
	vertical-align: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pageNav .active {
	background: #666;
	color: #fff;
	text-decoration: none;
}

.post.case .pageNav {
	padding-top: 0;
}

/*pagination*/
.pagination {
	margin-bottom: 25px;
}

.pagination .jumpto {
	display: inline-block;
	margin-left: 2px;
}

.pagination .page-item.active .page-link {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.pagination .page-link {
	/* color: #2c3e50; */
	color: #BFBFBF;
}

/* 隐藏分页列表的第一个 li 元素 */
.pagination>li:first-child {
	display: none;
}

.pagination>li:last-child {
	display: none;
}

.pagination .page-item.disabled .page-link {
	color: #999;
}

.pagination .jumpto input {
	padding: 0.5rem 0.75rem;
	line-height: 1.25;
	color: #2c3e50;
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
}

.pagination .submit {
	border-radius: 0 0.25rem 0.25rem 0;
}

.pagination .page_number {
	width: 55px;
	margin-right: -1px;
}

@media only screen and (max-width: 576px) {
	.pagination .page-num {
		display: none;
	}
}

/*social*/
.sidebar {
	max-width: 1260px;
	margin: 0 auto;
	padding: 60px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.sidebar .addBox {
	padding: 0 5px;
	margin-bottom: 15px;
}

.sidebar .addBox h4 {
	display: none;
}

.sidebar .addBox span {
	margin-right: 20px;
	display: inline-block;
}

.sidebar .addBox span.tel {
	font-size: 30px;
	padding: 0 0 20px 0;
	display: block;
	font-weight: 300;
	margin-right: 0;
}

.sidebar .addBox span.tel a {
	font-size: 30px;
}

.sidebar .addBox span.tel i {
	margin-right: 5px;
}

.social a.socialLink {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 1000px;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	color: rgba(255, 255, 255, 0.48);
	font-size: 18px;
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	margin: 0 10px 0 0;
}

.social a:hover {
	/* background: rgba(255, 255, 255, 0.2); */
	background: rgba(51, 51, 51, 1);
}

.social a.socialLink:hover {
	color: rgba(255, 255, 255, 1);
}

.social a.s-weixin .weixin {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	padding: 5px 5px 25px;
	background: #fff;
	z-index: 999;
	line-height: 0;
	border-radius: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.5);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.social a.s-weixin .weixin .img {
	width: 260px;
	height: 260px;
}

.social a.s-weixin .weixin img {
	width: 100%;
	height: 100%;
}

.social a.s-weixin .weixin p {
	color: #333;
	font-size: 14px;
	margin-top: 5px;
}

.social a.s-weixin .weixin.open {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.divArchives li,
.divBrchives li,
.divCrchives li,
.divAuthors li,
.divCatalog li,
.divFavorites li,
.divLinkage li,
.divNavBar li,
.divStatistics li {
	padding: 3px 0;
	margin: 1px 0 3px 0;
}

.divArchives li a,
.divAuthors li a,
.divBrchives li a,
.divCatalog li a,
.divFavorites li a,
.divLinkage li a,
.divMisc li a,
.divNavBar li a,
.divStatistics li {
	color: #555;
	font-size: 14px;
	margin-right: 24px;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.divArchives li:hover a,
.divBrchives li:hover a,
.divAuthors li:hover a,
.divCatalog li:hover a,
.divFavorites li:hover a,
.divLinkage li:hover a,
.divNavBar li:hover a,
.divStatistics li:hover {
	padding-left: 15px;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.divBrchives li:hover a {
	color: var(--primary-color);
}

.divBrchives li a i.fa,
.tbox .fa {
	transform: translate(0px, -1px);
}

.widget-tie h3 {
	margin-bottom: 15px;
}

.divTags li {
	float: left;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

/*----------- article-box panel -----------*/
.article-box {
	padding: 0 20px 20px;
	margin: 20px 0 16px;
	background: rgba(255, 255, 255, 0.65);
	border: 0px solid #eee;
}

.article-top {
	padding: 20px 0 15px;
	border-bottom: 1px solid #eee;
}

.article-tit {
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
}

.article-mt {
	margin-top: 10px;
}

.article-mt span {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-right: 15px;
}

.article-mt span a {
	font-size: 14px;
	color: #999;
	display: inline-block;
}

.article-mt span .fa {
	width: 13px;
	display: inline-block;
	margin-right: 4px;
	font-size: 13px;
}

.article-main {
	font-size: 15px;
	line-height: 25px;
	padding: 18px 0;
	word-wrap: break-word;
}

.article-main img {
	margin: 5px 0;
	max-width: 100%;
	height: auto !important;
}

.article-main h2,
.article-main h3,
.article-main h4,
.article-main h5 {
	padding: 0;
	margin: 25px 0;
	color: #333;
	font-weight: 600;
}

.article-main h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	border-left: 5px solid var(--primary-color);
	padding: 0 0 0 10px;
}

.article-main h3 {
	font-size: 18px;
}

.article-main h4 {
	font-size: 16px;
}

.article-main h5 {
	font-size: 14px;
}

.article-main ul,
.article-main ol {
	margin: 0 0 18px 42px;
}

.article-main ul {
	list-style: disc;
	margin: 0;
}

.article-main ol {
	list-style: decimal;
}

.article-main li {
	margin-bottom: 6px;
	list-style: inherit;
}

.article-main p {
	margin-bottom: 0px;
	word-wrap: break-word;
}

.article-main pre {
	word-wrap: break-word;
}

.article-main table {
	width: 100%;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	margin-bottom: 18px;
	border-collapse: collapse;
}

.article-main table th {
	text-align: center;
	background-color: #f9f9f9;
}

.article-main table td,
.article-main table th {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 5px 10px;
}

.article-main a {
	color: var(--primary-color);
}

.article-main a:hover {
	color: var(--primary-color);
}

.article-main pre,
.comment pre {
	margin: 20px 0;
	font: 14px/22px "courier new";
	background: #272822;
	padding: 10px 16px;
	color: #f8f8d4;
	border: none;
}

.article-main blockquote {
	margin: 30px;
	padding: 15px 20px 1px;
	font-size: 16px;
	color: #999;
	border-left: 6px solid #e4e4e4;
	background: #f0f0f0;
}

.article-main blockquote p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.article-main embed {
	display: block;
	margin-left: auto;
	max-width: 100%;
	margin-right: auto;
}

.article-copyright {
	margin-top: 42px;
	background-color: #eee;
	padding-right: 30px;
	font-size: 14px;
	padding: 5px 0;
	color: #aaa;
	text-align: center;
}

.article-copyright a,
.article-copyright a:hover {
	color: #aaa;
	text-decoration: none;
}

/*----------- tag-a -----------*/
.tag-box .tag-a {
	margin: 10px 0 20px;
}

.tag-box .tag-a a {
	padding: 4px 8px 2px 8px;
	border: 1px solid #e4e4e4;
	margin-right: 6px;
	background: #f9f9f9;
}

/*----------- Post Navigation -----------*/
.post-nav {
	border: 0px solid #eee;
	padding: 10px 0 10px 0;
	margin: 0px;
	clear: both;
	overflow: hidden;
}

.post-nav div {
	width: 40%;
	color: #999;
	font-size: 14px;
	position: relative;
	display: block;
}

.post-prev {
	float: left;
}

.post-next {
	float: right;
	text-align: right;
}

.post-nav div span {
	display: none;
	color: #999;
}

.post-nav div a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.post-nav div a i {
	color: #ccc;
	font-size: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.post-nav div a:hover i {
	color: var(--primary-color);
}

.post-prev a {
	padding: 5px 0 5px 38px;
}

.post-next a {
	padding: 5px 38px 5px 0;
}

.post-prev a i {
	left: 0;
}

.post-next a i {
	right: 0;
}

/*----------- Author Widget -----------*/
#writer {
	margin: 20px 0;
	border: 0px solid #eee;
	background: rgba(255, 255, 255, 0.65);
	clear: both;
	overflow: hidden;
}

#writer h3 {
	padding: 10px 20px 8px 20px;
	border-bottom: 1px solid #eee;
	background: rgba(255, 255, 255, 0.2);
}

#writer h3 span {
	float: right;
	min-width: 160px;
	width: 50%;
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	padding-top: 2px;
}

.writer-text {
	clear: both;
	overflow: hidden;
	padding: 10px;
}

.writer-avatar img {
	float: left;
	margin: 10px;
	padding: 4px;
	width: 64px;
	height: 64px;
	border: 1px solid #eee;
	-webkit-border-radius: 37px;
	-moz-border-radius: 37px;
	border-radius: 37px;
	background: #fff;
	-webkit-box-shadow: inset 0 -1px 0 #3333sf;
	box-shadow: inset 0 -1px 0 #3333sf;
	-webkit-transition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

.writer-avatar img:hover {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.writer-info {
	padding: 10px 10px 0 5px;
	font-size: 14px;
	line-height: 22px;
}

#writer-name {
	display: none;
}

#writer-top .contact {
	width: auto;
}

#writer-top .contact li {
	float: left;
	margin: 0;
	padding: 0;
	width: 28px;
	height: 30px;
	background: none;
}

.nb {
	padding: 10px 0;
	border-bottom: none;
}

.widget .nb li {
	padding: 0;
	width: 30px;
	height: 30px;
	background: none;
}

.widget .nb li.archive,
.widget .nb li.donate {
	width: 82px;
}

.widget .nb li.archive a {
	width: 80px;
	height: 26px;
}

.widget .nb li.donate a {
	width: 80px;
	height: 26px;
}

/*----------- contact -----------*/
.contact {
	padding: 16px 13px 10px;
}

.contact ul li {
	background: none;
}

.contact li a {
	display: block;
	margin-left: 5px;
	width: 24px;
	height: 24px;
	color: #fff;
	line-height: 24px;
	opacity: 0.7;
	text-shadow: none;
}

.contact li a:hover {
	opacity: 1;
}

.contact li.website a {
	background: #f93;
}

.contact li.sina_weibo a {
	background: #f78585;
}

.contact li.qq_weibo a {
	background: #27ccc0;
}

.contact li.email a {
	background: #e66eb6;
}

.contact li.qq a {
	background: #48c3f0;
}

.contact li.archive a {
	width: 78px;
	height: 24px;
	background: #9c3;
	text-indent: 0px;
	color: #fff;
	line-height: 24px;
}

.contact li.donate a {
	width: 78px;
	height: 24px;
}

.contact li {
	display: inline;
	float: left;
	margin-right: 4px;
	height: 24px;
	text-align: center;
	line-height: 190%;
}

/*----------- relates -----------*/
.relates {
	padding: 20px;
	margin-bottom: 16px;
	background: rgba(255, 255, 255, 0.65);
	border: 0px solid #eee;
}

.relates.imgRel {
	padding: 10px;
}

.relates.imgRel ul {
	margin: 0;
}

.relates.imgRel .title {
	text-indent: 10px;
	margin-top: 10px;
}

.post.relates.imgRel .PostShow li {
	margin: 1% 0.75% 1% 0.75%;
	/*margin:0;transition:none;*/
}

.title {
	margin-bottom: 10px;
	overflow: hidden;
}

.title h3 {
	font-size: 1.2em;
	font-weight: 500;
	margin: 0;
	float: left;
}

.relates ul {
	list-style: disc;
	margin-left: 20px;
	color: #999;
}

.relates li {
	margin-top: 10px;
	list-style: inherit;
}

.relates li.nothing {
	width: 100%;
	text-align: left;
}

.relates time {
	font-size: 14px;
	margin-left: 20px;
	color: #bbb;
}

.widgetBox {
	position: relative;
	clear: both;
	margin-bottom: 20px;
	background: none repeat scroll 0 0 #fff;
}

.userMain {
	overflow: hidden;
	width: 100%;
	border: 1px solid #eee;
}

#userLeft {
	float: left;
	padding-bottom: 10px;
	width: 17.9%;
}

#userLeft .user-avatar {
	padding: 15px;
	text-align: center;
}

#userLeft .user-avatar img {
	padding: 5px;
	max-width: 100px;
	max-height: 100px;
	width: 98%;
	height: auto;
	border: 1px solid #eee;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: inset 0 -1px 0 #3333sf;
	box-shadow: inset 0 -1px 0 #3333sf;
	-webkit-transition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

#userLeft .user-avatar img:hover {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

#userMenu li {
	padding: 12px 10px;
	text-align: center;
}

#userMenu li.current-menu-item {
	margin: 0 -1px;
	border-left: 5px solid var(--primary-color);
	background: #eee;
}

#userMenu li.current-menu-item a {
	margin-left: -5px;
	color: var(--primary-color);
}

#userMenu li i {
	margin-right: 5px;
}

#userRight {
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 10px 1.333333%;
	min-height: 600px;
	width: 82%;
	border-bottom: none;
	border-left: 1px solid #e1e1e1;
	background: #fff;
}

#userRight #writer-top {
	margin: 0 -15px;
	padding: 10px 15px;
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
}

#userRight .post-count {
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
	font-weight: 700;
}

#userRight .archive-a h2 {
	font-size: 14px;
	padding-left: 5px;
	line-height: 40px;
}

.archive-a h2 {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 60%;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}

.archive-a h2 a i {
	margin-right: 5px;
}

#writer-top h1 {
	margin-bottom: 10px;
	font-size: 20px;
}

#writer-top .rss-cat-icon i {
	color: #f74d4d;
}

.widget-main {
	position: relative;
	z-index: 1;
	padding: 10px 15px;
	border-bottom: 1px solid #e1e1e1;
}

.archive-a {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.archive-a span {
	margin-right: 5px;
}

.archive-a p.post-time {
	float: right;
	width: 36%;
}

.post-time {
	margin: 10px 0;
	line-height: 20px;
}

.post-time span {
	margin-right: 10px;
	color: #999;
}

.post-time span i {
	margin-right: 3px;
}

/*----------- commList -----------*/
.commBox {
	padding: 20px;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.65);
	border: 0px solid #eee;
}

.commBox .title {
	margin-bottom: 15px;
}

.commList .msg {
	padding-top: 10px;
}

.commBox .posttop em {
	color: #999;
	font-style: normal;
}

/*---------------------------引用\评论----------------------------------*/
ul.msg {
	width: 100%;
	margin: 15px 0 15px 0;
	padding: 0px 0;
	text-align: left;
	list-style-position: outside;
	table-layout: fixed;
	word-wrap: break-word;
	background: #fdfdfd;
	border: 1px solid #eee;
	border-radius: 3px;
}

li.msgname {
	padding: 15px 15px 0;
	margin: 0px;
	font-weight: normal;
	font-size: 1em;
}

li.msgname small,
small .revertcomment a {
	color: #999;
	font-size: 14px;
	font-weight: 300;
}

li.msgurl {
	text-align: right;
	padding: 2px 10px 2px 10px;
	margin: 0;
	font-size: 1em;
}

li.msggravatar {
	display: block;
	float: left;
	margin-right: 5px;
}

li.msgarticle {
	list-style-position: outside;
	padding: 10px 15px 12px;
	margin: 0;
	line-height: 160%;
	padding-left: 70px;
	/*border-bottom:1px solid #eaeaea;*/
}

li.msgtime {
	padding: 5px 0 0 0;
	font-weight: normal;
	font-size: 0.8em;
}

img.avatar {
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 8px;
	margin-top: -2px;
	border-radius: 50px;
	box-shadow: inset 0 -1px 0 #3333sf;
	-webkit-box-shadow: inset 0 -1px 0 #3333sf;
	-webkit-transition: 0.4s;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
}

img.avatar:hover {
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	box-shadow: 0 0 10px #fff;
	-webkit-box-shadow: 0 0 10px #fff;
}

ul.msg ul.msg img.avatar {
	width: 40px;
	height: 40px;
	margin-top: 0.12em;
}

ul.msg ul.msg {
	padding: 0px 0 0 0;
	margin: 15px 0 0 0;
	border: none;
	border-top: 1px solid #eee;
}

ul.msg ul.msg li.msgarticle {
	padding-bottom: 0px;
	border-bottom: 0px solid #eee;
	padding-left: 52px;
	padding-right: 0;
}

ul.msg ul.msg li {
	padding-right: 0;
	padding-left: 0;
}

/************发表评论************/
#divCommentPost {
	width: 100%;
	margin: 0 0 0 0;
	padding: 5px 0 1px 0;
}

#divCommentPost p {
	margin-top: 10px;
}

#divCommentPost label {
	margin-top: 5px;
}

#divCommentPost p.posttop {
	color: #999;
	padding-left: 0;
	margin-bottom: 5px;
	float: left;
}

#divCommentPost.reply-frm p.posttop {
	float: right;
}

#divCommentPost.reply-frm p.posttop .u-msg {
	display: none;
}

#divCommentPost img {
	margin-bottom: -0.5em;
}

#divCommentPost p.npt {
	margin-top: 0;
}

#cancel-reply {
	margin-left: 10px;
	line-height: 36px;
	display: inline-block;
}

div.reply-frm {
	background: #fdfdfd;
	margin: 0em 0% !important;
	padding: 0.3em 0em 0.68em !important;
	border: 0px solid #eee;
}

div.reply-frm #saytext {
	border: 1px solid #eee;
	margin-top: 0px;
}

#saypl ul {
	width: 101.6%;
	clear: both;
}

#saypl ul li {
	margin-bottom: 5px;
	text-align: left;
	display: inline-block;
	width: 49%;
}

#saypl ul li.verify {
	position: relative;
}

#saypl ul li.verify img {
	position: absolute;
	top: 4px;
	right: 4px;
}

input.text {
	margin-right: 10px;
	position: relative;
	border: none;
	border: 1px;
}

input.text {
	margin-right: 10px;
	position: relative;
	border: 1px solid #eee;
	border-radius: 0px;
	height: 38px;
	line-height: 38px;
	padding: 0px 10px;
	outline: 0;
	color: #b3b3b3;
	width: 100%;
	box-shadow: none;
	background: #fdfdfd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#saytext {
	position: relative;
	z-index: 1;
	border: 0;
	border-bottom: none;
	padding-right: 24px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: none;
	-webkit-appearance: none;
	overflow: auto;
	padding: 10px;
	min-height: 135px;
	margin: 0;
	resize: none;
	outline: 0;
	width: 100%;
	min-width: 100%;
	background: #fdfdfd;
	font-size: 14px;
	border: 1px solid #eee;
}

input.button,
#cancel-reply {
	height: 36px;
	width: 100px;
	text-align: center;
	text-shadow: none;
	font-weight: normal;
	border: none;
	color: #fff;
	background-color: var(--primary-color);
	border-radius: 2px;
	background-image: none;
	box-shadow: none;
	cursor: pointer;
	font-size: 16px;
}

input.button:hover {
	background: #8463a9;
}

#cancel-reply {
	background-color: #d9d9d9;
	vertical-align: 0px;
}

/*----------- search -----------*/
.page-search h1 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 5px;
}

.page-search .archive-description {
	font-size: 14px;
	color: #9e9e9e;
}

.page-search,
.list-search p {
	margin: 20px 0;
	padding: 10px;
	overflow: hidden;
	border-radius: 2px;
	position: relative;
	line-height: 22px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.list-search p {
	background-color: rgba(255, 255, 255, 0.65);
	padding: 20px;
	color: #888;
	border: 1px solid #fff;
}

.list-search p:hover {
	background-color: rgba(255, 255, 255, 0.95);
}

.list-search p a:first-child {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
	margin-top: 0;
}

.list-search p a {
	margin-top: 3px;
	display: inline-block;
}

.list-search p a:hover {
	color: var(--primary-color);
}

.list-search p strong {
	color: var(--primary-color);
	font-weight: 100;
}

/*----------- gotop -----------*/
#backTop {
	position: fixed;
	right: 4px;
	top: 80%;
	transform: translateY(-50%);
	z-index: 888;
}

#backTop span {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.8);
	width: 50px;
	height: 50px;
	color: #fff;
	display: block;
	position: relative;
	margin: 0px 0;
	right: 0;
}

#backTop span#gttop {
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}

#backTop span i {
	z-index: 1;
}

#backTop span.ft-tel i {
	background: var(--primary-color);
}

#backTop span small {
	width: 180px;
	height: 180px;
	position: absolute;
	left: -220px;
	top: 0;
	box-shadow: 0 0 9pt rgba(0, 0, 0, 0.1);
	visibility: hidden;
	opacity: 0;
	background: #fff;
	z-index: 0;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#backTop span small.telTop {
	width: auto;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	padding: 0 15px;
	text-align: center;
	font-size: 22px;
	color: #333;
	right: 70%;
	left: auto;
	visibility: hidden;
}

#backTop span:hover.ft-tel small.telTop {
	visibility: visible;
	opacity: 1;
	right: 100%;
}

#backTop span:hover.ft-wx small.weixin {
	visibility: visible;
	opacity: 1;
	left: -190px;
}

#backTop span i {
	text-align: center;
	color: #fff;
	width: 50px;
	height: 50px;
	font-style: inherit;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	font-size: 22px;
}

#backTop span.ft-tel i {
	font-size: 24px;
}

#backTop a {
	color: #fff;
	display: block;
	cursor: pointer;
}

#backTop span small b {
	width: 25px;
	height: 35px;
	position: absolute;
	top: 10px;
	right: -22px;
	z-index: 999;
	font-size: 26px;
}

/*browse*/
#browse {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	background: var(--primary-color);
	color: #aa6800;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 14px;
}

#browse a {
	padding: 4px;
	color: #008dfd;
}

#browse a:hover {
	text-decoration: underline;
}

/*----------- ADS -----------*/
.bnBox {
	background-color: #fff;
	border: none;
	padding: 10px;
	margin: 0 auto 16px auto;
	overflow: hidden;
	max-width: 1240px;
	max-height: 350px;
	position: relative;
}

.bnBox.cateBn {
	margin-bottom: 0;
	padding: 0;
	max-width: 100%;
}

.bnBox.cateBn .text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.bnBox.cateBn .text h3 {
	font-weight: 100;
	font-size: 40px;
}

.bnBox.cateBn .text p {
	font-size: 14px;
	font-weight: 100;
	font-style: normal;
	clear: both;
	opacity: 0.8;
}

.bnBox.cateBn img {}

.cateBnImg {
	height: 350px;
	background-position: center;
	background-size: cover;
}

.bnBox.animation {
	margin-top: 16px;
}

.bnBox img {
	display: block;
	width: 100%;
}

/*----------- footer -----------*/
.footer {
	margin-top: 0px;
	padding: 0px 0 0;
	width: 100%;
	background: #000;
	color: rgba(255, 255, 255, 0.48);
	clear: both;
	position: relative;
	font-size: 14px;
	line-height: 22px;
	float: left;
	text-align: left;
}

.footer a {
	color: rgba(255, 255, 255, 0.3);
	font-size: 14px;
}

.footer-text {
	padding: 20px 10px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.3);
	position: relative;
	overflow: hidden;
	/*background: #111;*/
	max-width: 1260px;
}

.link {
	max-width: 1260px;
	margin: 20px auto 20px auto;
	padding: 0 10px;
	color: rgba(255, 255, 255, 0.3);
}

.link span {
	font-size: 12px;
}

.link ul {
	display: inline;
}

.link li {
	display: inline;
	padding: 0 6px;
}

.action-like,
.article-social {
	text-align: center;
	text-shadow: none;
}

.article-main a.action-like {
	color: #fff;
}

.action-like {
	display: inline-block;
	background-color: #ff5e52;
	color: #fff;
	border-radius: 3px;
	padding: 10px 12px 10px 15px;
	font-size: 15px;
	margin: 10px auto 18px;
	min-width: 120px;
	max-width: 100%;
	cursor: pointer;
	opacity: 0.75;
}

.action-like:hover {
	opacity: 1;
	color: #fff;
}

/*search-form*/
.search-form {
	height: 35px;
	position: relative;
}

.search-form .s {
	height: 22px;
	border: 1px solid #ddd;
	padding: 5px 35px 5px 5px;
	border-radius: 3px;
	width: 210px;
}

.search-form .s:focus,
#login-page .login-form .text:focus {
	border: 1px solid #2689ff;
	box-shadow: 0 0 3px #2689ff;
}

.search-btn,
.sbtn,
.searchBox {
	position: fixed;
	right: 58px;
	top: 18px;
	color: rgba(255, 255, 255, 0.6);
	background: 0 0;
	border: none;
	padding: 0;
	margin: 0;
	line-height: normal;
	font-size: 19px;
	font-weight: 300;
	outline: 0;
	cursor: pointer;
	z-index: 890;
}

.fixed .sbtn,
.fixed .searchBox,
.header.noOpaque .sbtn {
	color: #999;
}

a.search-btn {
	display: none;
}

.search-bg,
.searchBox {
	position: fixed;
	left: 50%;
	top: 45%;
	z-index: 891;
	height: auto;
	margin: -28px 0 0 -113px;
	display: none;
}

.sbtn {
	position: inherit;
	font-size: 18px;
	background: rgba(0, 0, 0, 0);
	height: 40px;
	line-height: 40px;
	border-radius: 1000px;
	text-align: center;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	filter: alpha(opacity=65) !important;
	opacity: 0.65 !important;
}

.lang {
	position: relative;
	float: right;
	padding: 0 7px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-top: 27px;
	left: 20px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 15px;
}

.lang:hover {
	color: #fff !important;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

.lang .dropdown-toggle {
	color: #fff;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
	font-size: 12px;
}

.fixed .lang .dropdown-toggle {
	color: #333;
}

.fixed .lang .dropdown-toggle:hover {
	color: #333 !important;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

/* .fixed .sbtn,
.header.noOpaque .sbtn {
    margin-top: 9px;
} */
.fixed .lang {
	margin-top: 18px;
	background: rgba(0, 0, 0, 0.1);
}

.header.noOpaque .lang {
	margin-top: 20px;
	color: #333;
	background: rgba(0, 0, 0, 0.1);
}

.header.noOpaque .lang .dropdown-toggle {
	color: #333;
}

.sbtn:hover {
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

.searchBox {
	left: 50%;
	margin: -28px 0 0 -100px;
	width: 200px;
	z-index: 900;
}

.search-bg .search-form {
	display: block;
}

.page-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 890;
	display: none;
}

.search-bg .search-pup {
	margin-top: 0;
	float: none;
}

.search-bg .search-pup form input,
.searchBox .search-pup form input {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #efefef;
	font-size: 14px;
	padding: 6px 30px 6px 10px;
	background: #fff;
	height: 35px;
	outline: 0;
}

.searchBox .search-pup form input {
	max-width: 200px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background: var(--primary-color);
}

/*cate*/
.cate li {
	display: inline-block;
	text-align: center;
	float: left;
	position: relative;
}

.cate li a {
	color: #fff;
	font-size: 1em;
	width: 100%;
	height: auto;
	border-radius: 0px;
	float: left;
	opacity: 0.6;
	padding: 15% 0;
}

.cate li a:hover {
	opacity: 1;
}

.cate li a i {
	font-size: 1.8em;
	clear: both;
	width: 100%;
	float: left;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.cate li a p {
	margin: 0;
	padding: 0;
	font-style: normal;
	float: left;
	width: 100%;
	height: 20px;
	margin-top: 3%;
}

.fweixin {
	position: absolute;
	right: 50px;
	top: 35%;
}

.fweixin img {
	width: 150px;
	height: 150px;
}

/* =================================== */
/* =================================== */
/* =================================== */
/* =================================== */
/* 专家团队-home-s */
.post .PostShow .pp-li-box .pplb-zjtd-morebox {
	height: 67px;
	line-height: 67px;
	font-size: 17px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #333333;
	background: #FB7330;
	width: 100%;
}

.home-zjtdbox-imgs1 {}

.home-zjtdbox-imgs2 {
	display: none;
}

/* 专家团队-details-s */
.expert-box-zjtd-left {
	width: 50% !important;
}

.expert-box-zjtd-right {
	width: 50% !important;
}

.expert-box-zjtd-flag1 {}

.expert-box-zjtd-flag2 {
	display: none;
}

/* 专家团队-end */
/* 专家团队-end */

/* 特色诊疗 -s*/
.home-tszl-boximgs1 {}

.home-tszl-boximgs2 {
	display: none;
}

.post .PostShow .pp-li-box .pplb-tszl-box {
	font-size: 25px;
	color: #333333;
	position: absolute;
	top: 8%;
	left: 0;
	margin-left: 7%;
	text-align: left;
	width: 40%;
	font-weight: 500;
}

.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-title {
	font-size: 55px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #000000;
	margin-bottom: 5%;
}

.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-textbox {
	display: flex;
	text-align: center;
	margin-bottom: 5%;
}

.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-textbox .pplbtbt-margin {
	margin: 0 10%
}

.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgs {
	width: 70px;
	margin-bottom: 5%;
}

.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgsxza {
	width: 19%;
}

.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgsxza-m5 {
	margin-top: 5%;
}

.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgsxza-m2 {
	margin-top: 2%;
}

.tszl-lfbox-imgs1 {}

.tszl-lfbox-imgs2 {
	display: none !important;
}

.tszl-xnbox-imgs1 {}

.tszl-xnbox-imgs2 {
	display: none !important;
}

.tszl-wcbox-imgs1 {}

.tszl-wcbox-imgs2 {
	display: none !important;
}

/* 特色诊疗-end */
/* 关于我们-s */
.aboutus-cxbox-imgs1 {}

.aboutus-cxbox-imgs2 {
	display: none;
}

.home-gywm-boximgs1 {}

.home-gywm-boximgs2 {
	display: none;
}

.post .PostShow .pp-li-box .pplb-gywm-box {
	position: absolute;
	top: 24%;
	right: 0;
	margin-right: 7%;
	text-align: left;
	width: 29%;
}

.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title {
	font-size: 55px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #000000;
}

.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title .pplbgbt-en {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000000;
}

.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
	font-size: 16px;
	letter-spacing: 2.4px;
	color: #333333;
	margin-top: 29%;
	line-height: 1.9;
	text-align: justify;
	font-weight: 500;
	text-indent: 2em;
}

/* 关于我们-details-s */
.p-aboutbox-imgs2 {
	display: block;
}

.p-aboutbox-imgs2-phone {
	display: none;
}

.about-fzlcbox-divleft {
	width: 50% !important;
}

.about-fzlcbox-divright {
	width: 50% !important;
}

/* 关于我们-end */
/* 关于我们-ends */
/* 企业文化-s */
.home-qywh-boximgs2 {
	display: none;
}

.post .PostShow .pp-li-box .pplb-qywh-box {
	position: absolute;
	top: 15%;
	left: 0;
	text-align: left;
	width: 100%;
}

.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #000000;
	margin-left: 7%;
}

.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title .pplbqbt-en {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000000;
}

.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox {
	margin-top: 5%;
	text-align: center;
	display: flex;
	gap: 18 px;
	padding: 20px;
	justify-content: center;
}

/* .post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs{
	width: 340px;
} */
.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs {
	width: 18%;
	object-fit: cover;
	transform-origin: center;
	opacity: 0.7;
	position: relative;
	border-radius: 16px;
	padding: 4px;
	box-sizing: border-box;
	transition:
		transform 2s cubic-bezier(0.2, 0, 0.1, 1),
		opacity 0.3s ease,
		box-shadow 2s cubic-bezier(0.2, 0, 0.1, 1);
}

.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 165, 0, 0.2);
	border-radius: 5px;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s ease;
}




/* 轮播核心样式 */
.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .img-shadow-zoom {
	animation: shadowZoom 9s infinite step-end;
	/* 切换时即时还原 */
}

/* 分别设置每张图的动画延迟，实现轮流放大 */
.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .img-shadow-zoom:nth-child(1) {
	animation-delay: 0s;
}

.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .img-shadow-zoom:nth-child(2) {
	animation-delay: 3s;
}

.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .img-shadow-zoom:nth-child(3) {
	animation-delay: 6s;
}

/* 关键帧定义放大/还原状态 */
@keyframes shadowZoom {
	0% {
		transform: scale(1);
		opacity: 0.7;
		z-index: 1;
		/* 初始无叠影 */
		box-shadow: 0 0 0 0 rgba(255, 149, 0, 0.0);
	}

	1% {
		transform: scale(1.25);
		opacity: 1;
		z-index: 10;
		/* 放大时显示强叠影：多层阴影增强立体感 */
		box-shadow:
			0 6px 12px rgba(143, 231, 255, 0.3),
			0 12px 30px rgba(131, 222, 222, 0.5),
			0 18px 45px rgba(153, 247, 255, 0.2);
	}

	33.333% {
		transform: scale(1);
		opacity: 0.7;
		z-index: 1;
		box-shadow: 0 0 0 0 rgba(255, 136, 0, 0);
	}

	100% {
		transform: scale(1);
		opacity: 0.7;
		z-index: 1;
		box-shadow: 0 0 0 0 rgba(164, 227, 255, 0.0);
	}
}

.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .img-shadow-zoom:not([style*="transform: scale(1)"])::before {
	opacity: 1;
}

/* 企业文化-end */

.tszl-aibox-width {
	width: 88% !important;
}

/* 发展历程-s */
.post .PostShow .pp-li-box .pplb-fzlc-box {
	position: absolute;
	top: 15%;
	left: 0;
	margin: 0 7%;
	text-align: left;
	width: 86%;
}

.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #000000;
	margin-left: 0.9%;
	margin-right: 0.5%;
}

.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 32px;
}

.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-cn {
	margin-left: 7%;
}

.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-before {
	height: 1px;
	background-color: #000;
	width: 4%;
	opacity: 0.3;
}

.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-middle {
	margin: 0 3%;
	min-width: 21%;
}

.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-after {
	height: 1px;
	background-color: #000;
	width: 69%;
	opacity: 0.3;
}



.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox {
	font-size: 16px;
	letter-spacing: 2.4px;
	color: #333333;
	margin-top: 4%;
	line-height: 1.8;
}

.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox .pplbfbt-div .pplbfbt-div-imgbox .pplbfb-imgs {
	transition: transform 0.3s ease;
	transform-origin: center;
}

.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox .pplbfbt-div .pplbfbt-div-imgbox .pplbfb-imgs:hover {
	transform: scale(1.1) !important;
}


/* 发展历程-end */
/* 底部-s */

.footer .footer-sidbox {
	max-width: 1580px !important;
}

.footer .fbox-title {
	font-size: 20px;
	color: #fff;
	margin-bottom: 42px;

}

.footer .fbox-t-text {
	color: #939292;
	font-size: 16px;
	padding-bottom: 2px;
	margin-bottom: 10px;

}

.footer .fbox-ltbox-box {
	display: flex !important;
	flex-direction: column !important;
	margin-left: 50px !important;
}

.footer .fbox-ltbox-box .fbox-address-box {
	color: #939292;
	font-size: 16px;
	padding-bottom: 4px;
	max-width: 280px;
}

.footer .fbox-ltbox-box .fbox-tel-box {
	color: #939292;
	font-size: 16px;
	margin-top: 20px;
}

.footer .fbox-gz-box {
	color: #939292;
	font-size: 16px;
	padding-bottom: 15px;
}


.footer .fbox-gz-box .fboxgb-abox {
	color: #939292 !important;
	font-size: 16px !important;
}

.footer .fbox-gz-box .fboxgb-abox .fboxgba-img {
	width: 31px !important;
}

.footer .fbox-gz-box .fboxgb-abox .fboxgba-pad {
	padding-left: 12px;
}

.footer .fbox-jtbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	margin-left: 50px;
}

.footer .fbox-jtbox .fboxj-title {
	font-size: 20px;
	color: #fff;
	margin-bottom: 42px;
	grid-column: 1 / -1;
}

.footer .fbox-gz-box .fboxgb-abox .fboxgba-imgb {
	width: 121px !important;
}

.footer .fbox-bottombox {
	color: #939292 !important;
	font-size: 14px !important;
}

.footer-boxbeian {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #939292 !important;
}

.footer-boxbeianwangan {
	padding-left: 5px;
	color: #939292 !important;
}

.footer-boxbeianicp {
	color: #939292 !important;
}

/* 底部-end */



/* 健康服务-details-s */
.pl-hslbox-flex-container {
	display: flex;
	align-items: center;
	margin-left: -17px;
}

.pl-hslbox-triangle-img {
	width: 19px;
	height: 19px;
}

.pl-hslbox-triangle-img2 {
	display: none;
}

.pl-hslbox-content-box {
	background: #F5F5F5;
	margin-left: 11px;
	padding: 17px 0 17px 33px;
	width: 100%;
}

.pl-hslbox-main-title {
	font-size: 23px;
	font-weight: bold;
	margin-right: 33px;
}

.pl-hslbox-sub-title {
	font-size: 15px;
	font-weight: 400;
	border-bottom: 1px solid #F27240;
	padding-right: 100px;
}

.pl-hslbox-oneimg {}

.pl-hslbox-oneimg2 {
	display: none;
}

.home-jkfw-boximgs1 {}

.home-jkfw-boximgs2 {
	display: none;
}


/* 健康服务-end */

/* 关于我们-list-s */
.p-about-container {
	width: 628px;
	height: 383px;
	background: #ffffff;
	position: absolute;
	top: 140px;
	right: 130px;
	box-shadow: 6px 0 20px 0px rgba(56, 56, 56, 0.07);
}

.p-about-title {
	padding: 88px 48px 35px 48px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}

.p-about-content {
	font-size: 14px;
	padding: 0 48px 56px 48px;
	text-align: justify;
	letter-spacing: 1.5px;
	line-height: 2.5;
	color: #666666;
}

.p-about-footer {
	background: #FB7330;
	height: 18px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.p-about-img {
	width: 149px;
	position: absolute;
	top: -77px;
	right: 65px;
}

/* 关于我们-发展历程-s */
.gywm-fzlc-lbox {
	position: absolute;
	bottom: 30%;
	left: 12%;
	text-align: left;
	width: 80%;
}

.about-shine-effect {
	position: relative;
	display: inline-block;
	/* 只包裹文字宽度 */
	/* padding: 0 4px; */
	overflow: hidden;
}

.about-shine-effect::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	/* 从左侧外部开始 */
	width: 50%;
	height: 100%;
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.8) 50%,
			rgba(255, 255, 255, 0) 100%);
	/* 倾斜角度让效果更像波浪 */
	transform: skewX(-25deg);
	/* 动画：2秒一次，循环播放 */
	animation: shine 2s infinite;
}

@keyframes shine {
	0% {
		left: -100%;
	}

	100% {
		left: 150%;
		/* 完全移动到右侧外部 */
	}
}

.gywm-fzlc-year-content {
	font-size: 17px;
}

.gywm-fzlc-texttitlebox {
	color: #FB7330;
	font-size: 34px;
	margin-bottom: 20px;
	font-weight: bold;
}

.gywm-fzlc-year-nav {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 53px;
	line-height: 53px;
	color: #ffffff;
	font-size: 23px;
	width: 92%;
}

.gywm-fzlc-year-link {
	width: 110px;
}

/* 关于我们-发展历程-end */
.p-aboutbox-fzlc-imgs {}

.p-aboutbox-imgs1phone {
	display: none;
}

/* 关于我们-end */

/* 特色诊疗-details-s */
/* 特色诊疗6 */
.tszl-tlbox-gt4 {
	position: relative;
	top: -179px;
	justify-content: space-between;
	width: 98% !important;
	margin-left: 1% !important;
	margin-right: 1% !important;
}

.tszl-tlbox-gt3 {
	position: relative;
	top: -209px;
	justify-content: space-between;
	width: 98% !important;
	margin-left: 1% !important;
	margin-right: 1% !important;
}

.tszl-tlbox-gt2 {
	position: relative;
	top: -239px;
	width: 98% !important;
	margin-left: 1% !important;
	margin-right: 1% !important;
}



.tszl-tlbox-gt {
	position: relative;
	top: -310px;
	width: 98% !important;
	margin-left: 1% !important;
	margin-right: 1% !important;
}

.tszl-tlbgt-imgs {
	width: 50%;

}

.tszl-tlbgt-imgs-rightbox {
	width: 54%;
	margin-right: 0.6% !important;
}

.tszl-tlbgt-2textbox {
	color: #333333;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	padding-left: 10px;
	margin-left: 12%;
}

.tszl-tlbgt-textbox {
	color: #333333;
	display: flex;
	flex-direction: column;
	align-items: start;
	margin-left: 18%;
	justify-content: center;
}

.tszl-tlbgt-titlebox {
	font-size: 25px;
	padding: 10px 26px;
	background: #FB7330;
	border-radius: 3px;
	width: fit-content;
	white-space: nowrap;
}

.tszl-tlbgt-middle {
	font-size: 19px;
	margin-top: 30px;
	margin-bottom: 53px;
}

.tszl-tlbgt-endbox {
	font-size: 15px;
	text-align: left;
	color: #666666;
	line-height: 2;
	width: 100%;
	margin-left: -9px;
}

.tszl-tlbgt-detailsbox {
	width: 168px !important;
	transform: scale(0.9);
}


.tszl-tlbgt-imgdetails {
	width: 25% !important;
	transform: scale(0.9);
}


/* 特色诊疗6-end */

/* 特色诊疗4 */
.tszl-ycbox-left {
	width: 33% !important;
	margin-right: 3% !important;
	margin-left: 6%;

}

.tszl-ycbox-right {
	width: 58% !important;

}

.tszl-ycbox-endimg {
	position: relative;
	top: -210px;
}

.tszl-ycboximg-box {
	position: relative;
	top: 0;
	/* left: -200px; */
	left: -19%;
}

.tszl-ycboximg-boximg {
	/* width: 720px; */
	width: 63%;
}

.tszl-ycbox-leftimgs {
	transform: scale(0.9);
}

.tszl-zjtdbox-imgs1 {
	transform: scale(0.9);
}

/* 特色诊疗4-end */
/* 特色诊疗5 */
.tszl-fiveboxs {
	position: relative;
	top: -380px;
}

/* 特色诊疗5-end */
/* 特色诊疗3 */
.tszl-zjtdbox-titlenamebox {
	font-size: 24px;
	color: #040000;
	font-weight: bold;
	margin-bottom: 52px;
	margin-top: 16px;
}

.tszl-zjtdbox-titleenbox {
	color: #999999;
	font-size: 15px;
	font-weight: 400;
	padding-top: 6px;
}

.tszl-zjtdbox-left {
	width: 50% !important;
}

.tszl-zjtdbox-imgsbox1 {}

.tszl-zjtdbox-imgsbox2 {
	display: none;
}

.tszl-zjtdbox-right {
	width: 36% !important;
	margin-left: 100px;
}

/* 特色诊疗3-end */

.tezl-twobox-container {
	position: absolute;
	top: 20%;
	left: 0%;
	right: 0%;
	padding: 0 68px;
}

.tezl-twobox-title {
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	margin-bottom: -10px;
	letter-spacing: 2px;
}

.tezl-twobox-line {
	width: 80px;
	height: 1px;
	background-color: #FF7F00;
	display: inline-block;
}

.tezl-twobox-content {
	font-size: 16px;
	line-height: 1.8;
	color: #333333;
	text-align: justify;
	margin-top: 55px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基础状态：所有图片默认隐藏 */
.tszl-txbox-bbimg1,
.tszl-txbox-bbimg2,
.tszl-txbox-bbimg3,
.tszl-txbox-bbimg4,
.tszl-txbox-bbimg5,
.tszl-txbox-bbimg6,
.tszl-txbox-bbimg7,
.tszl-txbox-bbimg8,
.tszl-txbox-bbimg9 {
	display: none;
}

/* 默认选中状态（1号盒子） */
.tszl-txbox-bigbox1 .tszl-txbox-bbimg1,
/* 1号盒子显示图 */
.tszl-txbox-bigbox2 .tszl-txbox-bbimg4,
/* 2号盒子未选中图 */
.tszl-txbox-bigbox3 .tszl-txbox-bbimg6,
/* 3号盒子未选中图 */
.tszl-txbox-bigbox4 .tszl-txbox-bbimg7

/* 底部默认图（对应1号） */
	{
	display: block;
}

/* 1号盒子选中/未选中切换 */
.tszl-txbox-bigbox1.active .tszl-txbox-bbimg1 {
	display: block;
}

.tszl-txbox-bigbox1.active .tszl-txbox-bbimg2 {
	display: none;
}

.tszl-txbox-bigbox1:not(.active) .tszl-txbox-bbimg1 {
	display: none;
}

.tszl-txbox-bigbox1:not(.active) .tszl-txbox-bbimg2 {
	display: block;
}

/* 2号盒子选中/未选中切换 */
.tszl-txbox-bigbox2.active .tszl-txbox-bbimg3 {
	display: block;
}

.tszl-txbox-bigbox2.active .tszl-txbox-bbimg4 {
	display: none;
}

.tszl-txbox-bigbox2:not(.active) .tszl-txbox-bbimg3 {
	display: none;
}

.tszl-txbox-bigbox2:not(.active) .tszl-txbox-bbimg4 {
	display: block;
}

/* 3号盒子选中/未选中切换 */
.tszl-txbox-bigbox3.active .tszl-txbox-bbimg5 {
	display: block;
}

.tszl-txbox-bigbox3.active .tszl-txbox-bbimg6 {
	display: none;
}

.tszl-txbox-bigbox3:not(.active) .tszl-txbox-bbimg5 {
	display: none;
}

.tszl-txbox-bigbox3:not(.active) .tszl-txbox-bbimg6 {
	display: block;
}

.tszl-txbox-show1 {
	display: block !important;
	cursor: grab !important;
}

.tszl-txbox-show2 {
	display: none !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 特色诊疗1*/
.tszlbox-fsgbimgs1 {
	display: block;
}

.tszlbox-fsgbimgs2 {
	display: none;
}

.tszl-onebox-fs1 {
	width: 50% !important;
}

.tszl-onebox-fs2 {
	width: 100% !important;
}

.tszl-onbox-imgsbox1 {}

.tszl-onbox-imgsbox2 {
	display: none;
}

.tezl-box-fsgbbox-imgs1 {}

.tezl-box-fsgbbox-imgs2 {
	display: none;
}

.tszlbox-fsgb-textbox {
	position: absolute;
	font-weight: 500;
	font-size: 19px;
	color: #333333;
	top: 50%;
	right: 0;
	width: 50%;
	line-height: 34px;
	padding-right: 10%;
	text-align: justify;
	letter-spacing: 1px;
}

.tszlone-textbox {
	position: absolute;
	top: 20%;
	width: 100%;
}

.tszlonet-title {
	display: flex;
	font-size: 17px;
	justify-content: center;
}

.tszlonet-text1 {
	font-size: 15px;
	text-align: left;
	padding-left: 18px;
	margin-top: 23%;
	line-height: 2;
}

.tszlonet-text2 {
	font-size: 15px;
	margin-top: 30%;
	margin-left: 18%;
}

.tszlonet-text3 {
	font-size: 15px;
	text-align: left;
	padding-left: 18px;
	margin-top: 15%;
	line-height: 2;
}

.tszlonet-text4 {
	font-size: 15px;
	text-align: left;
	margin-top: 32%;
	margin-left: 36%;
}

/* 特色诊疗1-end */
/* 特色诊疗-end */


/* 新闻中心 */
.newsbox-tabsbox {
	display: flex;
	margin-bottom: 3%;
	justify-content: center;
	font-size: 23px;
	margin-top: 4%;
}

.newsboxt-join {
	padding: 12px 47px;
	border: 1px solid #BFBFBF;
	color: #666;
	cursor: pointer;
	/* border-top-right-radius: 4px; */
	/* border-bottom-right-radius: 4px; */
	transition: all 0.3s;
}


.newsboxt-news {
	padding: 12px 47px;
	/* border-top-left-radius: 4px; */
	/* border-bottom-left-radius: 4px; */
	border: 1px solid #BFBFBF;
	color: #333;
	cursor: pointer;
	transition: all 0.3s;
}


.tabs-active {
	background: #FB7330;
	color: #fff !important;
	border: none !important;
}

.newsbox-contentbox1 {
	display: block;
	border-top: 1px solid #cecece;
}

.newsbox-contentbox2 {
	display: none;
}

.joinbox-contentbox1 {
	display: none;
	border-top: 1px solid #cecece;
}

.joinbox-contentbox2 {
	display: block;
}

.newsbox-h4 {
	margin-bottom: 10%;
	margin-top: 5%;
}

.newsbox-desbox {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 2.5;
	margin: 0;
}

.newsbox-moredetails {
	background: #FB7330;
	color: #fff !important;
	margin-top: 10%;
	text-align: center;
	padding: 10px 0;
}

.newsbox-moredetails .nbm-text {
	color: #fff !important;
}


.newsbox-more-img {
	width: 35px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ */
.newsbox-details-box {
	display: none;
	/* display: block; */
	width: 100%;
	/* border: 1px solid #FB7330; */
	margin-top: 10px;
	padding: 15px;
	box-sizing: border-box;
}


li:hover .newsbox-details-box {
	display: block;
	animation: fadeIn 1s ease;
}


@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.newsbox-list-box {
	cursor: pointer;
	padding: 10px 0;
}

.newbox-dtls-texts {
	width: 35% !important;
	text-align: left;
}

.newbox-dtls-imgs {
	width: 55% !important;
	margin-left: 10% !important;
}

.newsbox-aboxtext {
	color: #FB7330;
	font-weight: bold;
	font-size: 20px;
}

.newsbox-bigone-box {
	display: block;
}

.newsbox-bigtwo-box {
	display: none;
}

.jobbox-pcbox {
	display: block;
}

.jobbox-phonebox {
	display: none;
}

.jobbox-gotodetails {
	background: #FB7330;
	cursor: pointer;
	color: #fff !important;
	margin-top: 5%;
	text-align: center;
	padding: 8px 0;
	width: 168px;
	margin-bottom: 5%;
}

.jobbox-gotodetails .jbm-text {
	color: #fff !important;
	font-size: 12px;
}

.jobbox-goto-img {
	width: 35px;
}

.jobbox-popup-box {
	display: none;
	width: 80%;
	height: 100px;
	line-height: 100px;
	position: fixed;
	top: 30%;
	left: 0;
	margin-left: 10%;
	text-align: center;
	background: repeating-linear-gradient(to bottom, #c8a26e 0 0px, rgba(181, 138, 90) 1px 2px);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 6px;
	z-index: 9999;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++ */


/* 新闻中心-end
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

/*----------- media -----------*/
@media screen and (max-width: 1440px) {

	/* 特色诊疗4 */
	.tszl-ycbox-left {
		width: 30% !important;
		margin-right: 30px !important;
		margin-left: 70px;

	}

	.tszl-ycbox-right {
		width: 58% !important;

	}

	.tszl-ycbox-endimg {
		position: relative;
		top: -210px;
	}

	.tszl-ycboximg-box {
		position: relative;
		top: 0;
		left: -200px;
	}

	.tszl-ycboximg-boximg {
		width: 710px;
	}

	.tszl-ycbox-leftimgs {
		transform: scale(0.9);
	}

	.tszl-zjtdbox-imgs1 {
		transform: scale(0.9);
	}

	/* 特色诊疗4-end */
	/* 特色诊疗2*/
	.tezl-twobox-container {
		position: absolute;
		top: 20%;
		left: 0%;
		right: 0%;
		padding: 0 68px;
	}

	.tezl-twobox-title {
		font-weight: bold;
		font-size: 26px;
		color: #000000;
		margin-bottom: -10px;
		letter-spacing: 2px;
	}

	.tezl-twobox-line {
		width: 80px;
		height: 1px;
		background-color: #FF7F00;
		display: inline-block;
	}

	.tezl-twobox-content {
		font-size: 16px;
		line-height: 1.8;
		color: #333333;
		text-align: justify;
		margin-top: 55px;
	}

	/* 特色诊疗2-end*/
	/* 特色诊疗1*/
	.tszlonet-title {
		font-size: 16px;
	}

	.tszlonet-text1,
	.tszlonet-text2,
	.tszlonet-text3,
	.tszlonet-text4 {
		font-size: 14px;
	}

	.tszlonet-text1 {
		margin-top: 20%;
		padding-left: 16px;
	}

	.tszlonet-text2 {
		margin-top: 28%;
		margin-left: 20%;
	}

	.tszlonet-text3 {
		margin-top: 12%;
		padding-left: 16px;
	}

	.tszlonet-text4 {
		margin-top: 30%;
		margin-left: 33%;
	}

	/* 特色诊疗1-end */
	/* 特殊诊疗-疗法-s */
	.tszl-tlbox-gt4 {
		top: -210px;
	}

	.tszl-tlbox-gt3 {
		top: -240px;
	}

	.tszl-tlbox-gt2 {
		top: -270px;
	}

	.tszl-tlbox-gt {
		top: -300px;
	}

	.tszl-tlbgt-2textbox {
		/* margin-right: 14%; */
	}

	.tszl-tlbgt-textbox {
		margin-left: 14%;
	}

	.tszl-tlbgt-titlebox {
		font-size: 24px;
		border-radius: 2.5px;
	}

	.tszl-tlbgt-middle {
		font-size: 18px;
		margin-top: 23px;
		margin-bottom: 40px;
	}

	.tszl-tlbgt-endbox {
		font-size: 14px;
		line-height: 1.8;
	}


	/* 特殊诊疗-end */
	/* 关于我们-发展历程-s */
	.gywm-fzlc-lbox {}

	.gywm-fzlc-year-content {
		font-size: 15px;
	}

	.gywm-fzlc-texttitlebox {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.gywm-fzlc-year-nav {
		height: 42px;
		line-height: 42px;
		font-size: 21px;
	}

	.gywm-fzlc-year-link {
		width: 85px;
	}

	/* 关于我们-发展历程-end */
	/* 关于我们-list-s */
	.p-about-container {
		width: 550px;
		height: 340px;
		top: 59px;
		right: 60px;
		box-shadow: 5px 0 15px 0px rgba(56, 56, 56, 0.07);
	}

	.p-about-title {
		padding: 66px 36px 26px 36px;
		font-size: 20px;
	}

	.p-about-content {
		font-size: 12px;
		padding: 0 36px 42px 36px;
		letter-spacing: 1.2px;
		line-height: 2.2;
	}

	.p-about-footer {
		height: 14px;
	}

	.p-about-img {
		width: 112px;
		top: -58px;
		right: 49px;
	}

	/* 关于我们-end */

	/* 健康服务-details-s */
	.pl-hslbox-flex-container {
		margin-left: 0px;
	}

	.pl-hslbox-triangle-img {
		width: 15px;
		height: 15px;
	}

	.pl-hslbox-content-box {
		margin-left: 9px;
		padding: 13px 0 13px 26px;
	}

	.pl-hslbox-main-title {
		font-size: 18px;
		margin-right: 26px;
	}

	.pl-hslbox-sub-title {
		font-size: 13px;
		padding-right: 80px;
	}

	/* 健康服务-ens */
	/* 底部-s */
	.footer .footer-sidbox {
		max-width: 1200px !important;
		/* 缩小容器宽度，避免内容过宽 */
		margin: 0 auto;
		padding: 18px 30px;
	}

	.footer .fbox-title,
	.footer .fbox-jtbox .fboxj-title {
		font-size: 19px;
		/* 标题略缩，保持层级 */
		margin-bottom: 38px;
	}

	.footer .fbox-t-text,
	.footer .fbox-ltbox-box .fbox-address-box,
	.footer .fbox-ltbox-box .fbox-tel-box,
	.footer .fbox-gz-box,
	.footer .fbox-gz-box .fboxgb-abox,
	.footer .fbox-bottombox {
		font-size: 15px;
	}

	.footer .footer-add-firstbox {
		min-width: 108px !important;
	}

	.footer .footer-phonenum-box {
		font-size: 20px !important;
	}

	.footer .fbox-ltbox-box {
		margin-left: 28px !important;
	}

	.footer .footbox-lxusbox {
		min-width: 25.5%;
	}

	.footer .footbox-sjbox {
		min-width: 27%;
	}


	.footer .fbox-jtbox {
		margin-left: 40px;
	}

	.footer .fbox-gz-box .fboxgb-abox .fboxgba-imgb {
		width: 110px !important;
		/* 图片按比例缩小 */
	}

	.footer .fbox-gz-box .fboxgb-abox .fboxgba-pad {
		padding-left: 0px;
		/* 缩小图片与文字间距 */
	}

	/* 底部-end */

	/* 发展历程-s */
	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		font-size: 30px;
		letter-spacing: 2px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en {
		font-size: 22px;
		margin-bottom: 18px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-cn {}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox {
		font-size: 12px;
		letter-spacing: 1.8px;
		margin-top: 3.5%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-after {
		width: 70%;
	}

	/* 发展历程-end */
	/* 企业文化-s */
	.post .PostShow .pp-li-box .pplb-qywh-box {
		top: 10%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title {
		font-size: 30px;
		letter-spacing: 2px;
		margin-left: 6%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title .pplbqbt-en {
		font-size: 21px;
		letter-spacing: 0.8px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox {
		gap: 16px;
		padding: 16px;
		margin-top: 4.5%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs {
		width: 21%;
		padding: 3px;
		border-radius: 16px;
	}

	/* 企业文化-end */
	/* 关于我们-s */
	.post .PostShow .pp-li-box .pplb-gywm-box {
		width: 33%;
		margin-right: 6%;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title {
		font-size: 40px;
		letter-spacing: 2px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title .pplbgbt-en {
		font-size: 21px;
		letter-spacing: 0.8px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
		letter-spacing: 1.8px;
		margin-top: 11%;
		font-weight: 500;
	}

	/* 关于我们-end */
	/* 特色诊疗-s */
	.post .PostShow .pp-li-box .pplb-tszl-box {
		font-size: 23px !important;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgsxza {
		width: 25%;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-title {
		font-size: 40px;
		letter-spacing: 2px;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgs {
		width: 63px;
	}

	/* 特色诊疗-end */
	/* 专家团队 */
	.post .PostShow .pp-li-box .pplb-zjtd-morebox {
		height: 53px;
		line-height: 53px;
		font-size: 16px;
	}

	/* 专家团队-end */

	/* 健康服务-s */
	.post .PostShow .pp-li-box {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
		/* height: 810px !important; */
	}

	.post .PostShow .pp-li-box .pplb-img {
		width: 1440 !important;
		/* height: 810px !important; */
	}

	.post .PostShow .pp-li-box .pplb-div {
		position: relative;
		bottom: 133px;
	}

	.post .PostShow .pp-li-box .pplbd-div {
		display: -webkit-inline-box;
		width: 65%;
	}

	.post .PostShow .pp-li-box .pplbd-div .pplbdd-div {
		margin: 0 23% !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imga {
		width: 55px !important;
		height: 58px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgb {
		width: 67px !important;
		height: 58px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgc {
		width: 59px !important;
		height: 54px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .adivs {
		color: #000000;
		font-size: 29px;
		padding-top: 6px;
	}



	/* 健康服务 -end*/

	.header .nav-content {
		width: 100%;
		height: 100%;
	}

	/* 	#navBox .navc-barbox-margin {
		margin-left: 30% !important;
	} */


	/* =================== */

	.style-banner {
		padding-top: 20em;
	}
}

@media screen and (max-width: 1280px) {

	/* 新闻中心 */
	.newsbox-tabsbox {
		font-size: 22px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box {
		width: 42%;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
		font-size: 17px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-after {
		width: 70%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		margin-right: 0.5%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-before {
		/* width: 1.5%; */
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-middle {
		min-width: 25%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-cn {
		margin-left: 6.7%;
	}


	.tszl-ycboximg-boximg {
		width: 630px;
	}
}

@media screen and (max-width: 1024px) {


	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-after {
		width: 65%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		margin-right: 0.5%;
	}

	/* 特色诊疗*/
	.tszlbox-fsgb-textbox {
		font-size: 17px;
		top: 49%;
		width: 49%;
		line-height: 33px;
	}

	.tezl-twobox-container {
		position: absolute;
		top: 15%;
		left: 0%;
		right: 0%;
		padding: 0 48px;
	}

	.tezl-twobox-title {
		font-weight: bold;
		font-size: 26px;
		color: #000000;
		margin-bottom: -10px;
		letter-spacing: 2px;
	}

	.tezl-twobox-line {
		width: 80px;
		height: 1px;
		background-color: #FF7F00;
		display: inline-block;
	}

	.tezl-twobox-content {
		font-size: 15px;
		line-height: 1.8;
		color: #333333;
		text-align: justify;
		margin-top: 35px;
	}

	/* 特色诊疗2-end*/
	/* 特色诊疗1*/
	.tszlonet-title {
		font-size: 15px;
	}

	.tszlonet-text1,
	.tszlonet-text2,
	.tszlonet-text3,
	.tszlonet-text4 {
		font-size: 13px;
	}

	.tszlonet-text1 {
		margin-top: 19%;
		padding-left: 14px;
	}

	.tszlonet-text2 {
		margin-top: 26%;
		margin-left: 14%;
	}

	.tszlonet-text3 {
		margin-top: 13%;
		padding-left: 14px;
	}

	.tszlonet-text4 {
		margin-top: 28%;
		margin-left: 30%;
	}

	/* 特色诊疗1-end */
	/* 特殊诊疗-疗法-s */
	.tszl-tlbox-gt4 {
		top: -210px;
	}

	.tszl-tlbox-gt3 {
		top: -240px;
	}

	.tszl-tlbox-gt2 {
		top: -270px;
	}

	.tszl-tlbox-gt {
		top: -300px;
	}

	.tszl-tlbgt-2textbox {
		/* margin-right: 14%; */
	}

	.tszl-tlbgt-textbox {
		margin-left: 14%;
	}

	.tszl-tlbgt-titlebox {
		font-size: 24px;
		border-radius: 2.5px;
	}

	.tszl-tlbgt-middle {
		font-size: 18px;
		margin-top: 23px;
		margin-bottom: 40px;
	}

	.tszl-tlbgt-endbox {
		font-size: 14px;
		line-height: 1.8;
	}

	/* 特殊诊疗-end */
	/* 关于我们-发展历程-s */
	.gywm-fzlc-lbox {
		left: 12%;
	}

	.gywm-fzlc-year-content {}

	.gywm-fzlc-texttitlebox {
		font-size: 26px;
		margin-bottom: 12px;
	}

	.gywm-fzlc-year-nav {
		font-size: 21px;
		width: 91%;
	}

	.gywm-fzlc-year-link {
		width: 80px;
	}

	/* 关于我们-发展历程-end */
	/* 关于我们-list-s */
	.p-about-container {
		width: 339px;
		height: 205px;
		top: 76px;
		right: 70px;
		box-shadow: 4px 0 12px 0px rgba(56, 56, 56, 0.07);
	}

	.p-about-title {
		padding: 48px 26px 19px 26px;
		font-size: 13px;
	}

	.p-about-content {
		font-size: 8px;
		padding: 0 26px 31px 26px;
		letter-spacing: 1px;
		line-height: 2;
	}

	.p-about-footer {
		height: 12px;
	}

	.p-about-img {
		width: 81px;
		top: -42px;
		right: 36px;
	}

	/* 关于我们-end */
	/* 健康服务-details-s */
	.pl-hslbox-flex-container {
		margin-left: 0px;
	}

	.pl-hslbox-triangle-img {
		width: 12px;
		height: 12px;
	}

	.pl-hslbox-content-box {
		margin-left: 7px;
		padding: 10px 0 10px 20px;
	}

	.pl-hslbox-main-title {
		font-size: 14px;
		margin-right: 20px;
	}

	.pl-hslbox-sub-title {
		font-size: 10px;
		padding-right: 60px;
	}

	/* 健康服务-ens */
	/* 底部-s */
	.footer .footer-sidbox {
		max-width: 900px !important;
		padding: 20px;
	}

	.footer .fbox-title,
	.footer .fbox-jtbox .fboxj-title {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.footer .fbox-ltbox-box {
		margin-left: 30px !important;
	}

	.footer .fbox-jtbox {
		margin-left: 30px;
		grid-template-columns: 1fr 1fr;
		/* 保持两列，适配平板宽度 */
	}

	.footer .fbox-gz-box .fboxgb-abox .fboxgba-imgb {
		width: 105px !important;
	}

	/* 底部-end */
	/* 发展历程-s */
	.post .PostShow .pp-li-box .pplb-fzlc-box {
		top: 13%;
		margin: 0 6%;
		width: 88%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		font-size: 21px;
		letter-spacing: 1.5px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en {
		font-size: 16px;
		margin-bottom: 18px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-cn {
		margin-left: 7%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-middle {
		/* width: 28%; */
		/* margin: 0 2.5%; */
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox {
		font-size: 9px;
		letter-spacing: 1.2px;
		margin-top: 3%;
		line-height: 1.6;
	}

	/* 发展历程-end */
	/* 企业文化-s */
	.post .PostShow .pp-li-box .pplb-qywh-box {
		top: 13%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title {
		font-size: 21px;
		letter-spacing: 1.5px;
		margin-left: 5%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title .pplbqbt-en {
		font-size: 15px;
		letter-spacing: 0.6px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox {
		gap: 10px;
		padding: 12px;
		margin-top: 4%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs {
		width: 22%;
		padding: 2px;
		border-radius: 3px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs::before {
		border-radius: 3px;
	}

	/* 企业文化-end */
	/* 关于我们-s */
	.post .PostShow .pp-li-box .pplb-gywm-box {
		width: 35%;
		top: 22%;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title {
		font-size: 29px;
		letter-spacing: 1.5px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title .pplbgbt-en {
		font-size: 15px;
		letter-spacing: 0.6px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
		font-size: 11px;
		letter-spacing: 1.2px;
		margin-top: 22%;
		line-height: 1.6;
	}

	/* 关于我们-end */
	/* 特色诊疗-s */
	.post .PostShow .pp-li-box .pplb-tszl-box {
		font-size: 13px !important;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-title {
		font-size: 29px;
		letter-spacing: 2px;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgs {
		width: 58px;
	}

	/* 特色诊疗-end */

	/* 专家团队 */
	.post .PostShow .pp-li-box .pplb-zjtd-morebox {
		height: 43px;
		line-height: 43px;
		font-size: 12px;
	}

	/* 专家团队-end */
	/* 健康服务-s -media*/
	.post .PostShow .pp-li-box {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
		/* height: 540px !important; */
	}

	.post .PostShow .pp-li-box .pplb-img {
		width: 1024px !important;
		/* height: 576px !important; */
	}

	.post .PostShow .pp-li-box .pplb-div {
		position: relative;
		bottom: 145px;
	}

	.post .PostShow .pp-li-box .pplbd-div {
		display: -webkit-inline-box;
	}

	.post .PostShow .pp-li-box .pplbd-div .pplbdd-div {
		margin: 0 28% !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imga {
		width: 47px !important;
		height: 50px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgb {
		width: 59px !important;
		height: 50px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgc {
		width: 51px !important;
		height: 46px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .adivs {
		color: #000000;
		font-size: 22px;
		padding-top: 6px;
	}

	.post .PostShow .pp-li-box .pplbd-div {
		display: -webkit-inline-box;
		width: 63%;
	}

	/* 健康服务 -end*/
	.header .nav-content {
		width: 100%;
		height: 100%;
	}

	/* 	#navBox .navc-barbox-margin {
		margin-left: 30% !important;
	} */

	/* ==================== */
	.navbar a {
		font-size: 14px;
		padding: 0 10px;
	}

	.lang {
		left: 5px;
	}

	.post.team .post-text {
		padding: 50px 0px 0 0;
	}

	.PostBox.about .post .postAbout:after {
		width: 112%;
	}

	.fweixin {
		display: none;
	}

	.style-banner {
		padding-top: 15em;
	}

	.style-banner h5 {
		font-size: 40px;
	}

	.style-banner h4 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 960px) {

	.header,
	.header.opaque {
		padding-top: 60px;
	}

	.navbar {
		float: left;
		width: 100%;
	}

	.moble {
		display: block;
		height: 60px;
	}

	#navBox {
		display: none;
	}

	nav>ul>li>ul li {
		font-size: 14px;
		text-indent: 0px;
	}

	.header.opaque .navbar li.active>a {
		color: #f00;
	}

	.inner {
		height: 350px;
		overflow-y: auto;
	}

	.search-pup,
	.mLogo .logo,
	a.search-btn,
	.header .moble-bars,
	.header.opaque .header-nav.fixed .logo .logoa,
	.header.opaque .logo .logoa {
		display: block;
	}

	.header.opaque .logo .logob {
		display: none;
	}

	.search-btn,
	.sbtn,
	.searchBox {
		color: #aaa;
	}

	.moble {
		padding: 2px 20px;
	}

	.post {
		padding: 60px 15px;
	}

	.sidebar {
		padding: 50px 10px;
	}

	.post .postTitle {
		margin-bottom: 25px;
	}

	.post .postTitle h3 {
		font-size: 1.8em;
	}

	.post .postTitle .title1 {
		font-size: 1.4em;
	}

	.post .postTitle h3 i {
		font-size: 0.4em;
		left: -24px;
		top: 10px;
	}

	.post .PostShow li {
		margin-bottom: 30px;
	}

	.post .PostShow li h4 {
		margin-bottom: 2px;
		font-size: 16px;
	}

	.post .PostShow li .post-img {
		margin-bottom: 12px;
	}

	.post.team {
		padding: 60px 0;
	}

	.post.team .post-img {
		max-width: 180px;
		max-height: 180px;
		margin-top: 20px;
	}

	.post.team .post-text span {
		margin-bottom: 15px;
	}

	.post.team .post-text {
		padding: 45px 40px 0 0;
		width: 64%;
	}

	.post.team .bx-controls-direction {
		margin-top: -85px;
	}

	.post.news li p {
		margin-top: 0px;
		line-height: 22px;
		height: 46px;
		overflow: hidden;
	}

	.post.team .bx-wrapper .bx-pager {
		padding-top: 10px;
	}

	.post.case .more {
		padding: 20px 0 30px;
	}

	.post .more {
		padding: 25px 0 0 0;
	}

	.PostNews {
		margin-top: 25px;
	}

	.pageNav {
		padding: 30px 0 25px;
	}

	.post.case .pageNav {
		padding-top: 10px;
	}

	.archive-top .archive-title span {
		line-height: 30px;
	}

	.subcate li {
		padding: 5px;
	}

	.subcate li a {
		padding: 4px 16px 3px;
		font-size: 16px;
	}

	.list-search p {
		padding: 16px;
	}

	.page-search,
	.list-search p {
		margin: 10px 0;
	}

	.PostBox.about .post .postTitle {
		padding: 25% 30px 0.1% 0;
	}

	.PostBox.about .post .more {
		bottom: 110px;
	}

	.PostBox.about .post .PostText {
		padding-right: 40px;
	}

	.bnBox.cateBn .text h3 {
		font-size: 36px;
	}

	.bnBox.cateBn .text p {
		font-size: 14px;
	}

	.style-banner {
		padding-top: 9em;
	}

	.style-banner h5 {
		font-size: 30px;
	}

	.style-banner h4 {
		font-size: 1em;
	}
}

@media screen and (max-width: 960px) {

	/* 特色诊疗2*/
	.tszlbox-fsgb-textbox {
		font-size: 17px;
		top: 46%;
		width: 49%;
		line-height: 32px;
	}

	.tezl-twobox-container {
		position: absolute;
		top: 15%;
		left: 0%;
		right: 0%;
		padding: 0 48px;
	}

	.tezl-twobox-title {
		font-weight: bold;
		font-size: 25px;
		color: #000000;
		margin-bottom: -10px;
		letter-spacing: 2px;
	}

	.tezl-twobox-line {
		width: 80px;
		height: 1px;
		background-color: #FF7F00;
		display: inline-block;
	}

	.tezl-twobox-content {
		font-size: 15px;
		line-height: 1.8;
		color: #333333;
		text-align: justify;
		margin-top: 35px;
	}

	/* 特色诊疗2-end*/
	/* 特色诊疗1*/
	.tszlonet-title {
		font-size: 14px;
	}

	.tszlonet-text1,
	.tszlonet-text2,
	.tszlonet-text3,
	.tszlonet-text4 {
		font-size: 12px;
	}

	.tszlonet-text1 {
		margin-top: 18%;
	}

	.tszlonet-text2 {
		margin-top: 31%;
		margin-left: 19%;
	}

	.tszlonet-text4 {
		margin-top: 29%;
		margin-left: 33%;
	}

	/* 特色诊疗1-end */
	/* 关于我们-发展历程-s */
	.gywm-fzlc-lbox {
		bottom: 28%;
	}

	.gywm-fzlc-year-content {
		font-size: 15px;
	}

	.gywm-fzlc-texttitlebox {
		margin-bottom: 10px;
	}

	.gywm-fzlc-year-nav {
		height: 36px;
		line-height: 37px;
		width: 91%;
	}

	.gywm-fzlc-year-link {
		width: 75px;
	}

	/* 关于我们-发展历程-end */
	/* 关于我们-list-s */
	.p-about-container {
		width: 415px;
		height: 270px;
		top: 70px;
		right: 65px;
	}

	.p-about-title {
		padding: 44px 24px 18px 24px;
		font-size: 18px;
	}

	.p-about-content {
		padding: 0 24px 29px 24px;
		font-size: 11px;
	}

	.p-about-img {
		width: 75px;
		top: -39px;
		right: 33px;
	}

	/* 关于我们-end */
	/* 健康服务-details-s */
	.pl-hslbox-flex-container {
		margin-left: 0px;
	}

	.pl-hslbox-triangle-img {
		width: 11px;
		height: 11px;
	}

	.pl-hslbox-content-box {
		padding: 9px 0 9px 18px;
	}

	.pl-hslbox-main-title {
		font-size: 13px;
		margin-right: 18px;
	}

	.pl-hslbox-sub-title {
		padding-right: 55px;
	}

	/* 健康服务-ens */
	/* 底部-s */
	.footer .widget-tie {
		gap: 20px;
		flex-wrap: wrap;
		/* 增加列间距，避免元素挤压 */
	}

	.footer .fbox-jtbox {
		margin-left: 0px;
	}

	.footer .fbox-gz-box {
		padding-bottom: 12px;
		/* 减小行间距，优化空间 */
	}

	/* 底部-end */
	/* 发展历程-s */
	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		font-size: 20px;
		letter-spacing: 1.2px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en {
		font-size: 15px;
		margin-bottom: 16px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-cn {
		/* margin-left: 8%; */
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-before {
		/* width: 3.5%; */
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-after {
		width: 71%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox {
		margin-top: 2.8%;
	}

	/* 发展历程-end */
	/* 企业文化-s */
	.post .PostShow .pp-li-box .pplb-qywh-box {
		top: 12%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title {
		font-size: 20px;
		letter-spacing: 1.2px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title .pplbqbt-en {
		font-size: 14px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox {
		gap: 16px;
		margin-top: 3.8%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs {
		width: 20.5%;
		border-radius: 12px;
	}

	/* 企业文化-end */
	/* 关于我们-s */
	.post .PostShow .pp-li-box .pplb-gywm-box {
		width: 37%;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title {
		font-size: 27px;
		letter-spacing: 1.2px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title .pplbgbt-en {
		font-size: 15px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
		font-size: 14px;
		letter-spacing: 1.5px;
		margin-top: 19%;
	}

	/* 关于我们-end */
	/* 特色诊疗-s */
	.post .PostShow .pp-li-box .pplb-tszl-box {
		font-size: 12px !important;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-title {
		font-size: 27px;
		letter-spacing: 1.5px;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgs {
		width: 55px;
	}

	/* 特色诊疗-end */
	/* 专家团队 */
	.post .PostShow .pp-li-box .pplb-zjtd-morebox {
		height: 40px;
		line-height: 40px;
	}

	/* 专家团队-end */
	/* 健康服务-s -media*/
	.post .PostShow .pp-li-box {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
		/* height: 540px !important; */
	}

	.post .PostShow .pp-li-box .pplb-img {
		width: 960px !important;
		/* height: 540px !important; */
	}

	.post .PostShow .pp-li-box .pplb-div {
		position: relative;
		bottom: 130px;
	}

	.post .PostShow .pp-li-box .pplbd-div {
		display: -webkit-inline-box;
	}

	.post .PostShow .pp-li-box .pplbd-div .pplbdd-div {
		margin: 0 27% !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imga {
		width: 47px !important;
		height: 50px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgb {
		width: 59px !important;
		height: 50px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgc {
		width: 51px !important;
		height: 45px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .adivs {
		color: #000000;
		font-size: 22px;
		padding-top: 7px;
	}



	/* 健康服务 -end*/
	.post.news li p {
		margin-top: 0px;
		line-height: 22px;
		height: 46px;
		overflow: hidden;
	}
}

@media screen and (max-width: 900px) {

	/* 新闻中心 */
	.newsbox-tabsbox {
		font-size: 20px;
	}

	/* 特色诊疗6 */
	.tszl-tlbox-gt4 {
		position: relative;
		top: -210px;
	}

	.tszl-tlbox-gt3 {
		position: relative;
		top: -240px;
	}

	.tszl-tlbox-gt2 {
		position: relative;
		top: -270px;
	}

	.tszl-tlbox-gt {
		position: relative;
		top: -340px;
	}

	.tszl-tlbgt-imgs {
		width: 50%;

	}

	.tszl-tlbgt-2textbox {
		color: #333333;
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: center;
		width: 45%;
	}

	.tszl-tlbgt-textbox {
		color: #333333;
		display: flex;
		flex-direction: column;
		align-items: start;
		margin-left: 5%;
		justify-content: center;
		width: 45%;
	}

	.tszl-tlbgt-titlebox {
		font-size: 19px;
		padding: 9px 24px;
		background: #FB7330;
		border-radius: 3px;
		width: fit-content;
	}

	.tszl-tlbgt-middle {
		font-size: 15px;
		margin-top: 5%;
		margin-bottom: 7%;
	}

	.tszl-tlbgt-endbox {
		font-size: 14px;
		text-align: left;
		color: #666666;
		line-height: 2;
	}

	/* 特色诊疗6-end */
	/* 特色诊疗4 */
	.tszl-ycbox-left {
		width: 33% !important;
		margin-right: 2% !important;
		margin-left: 3%;

	}

	.tszl-ycbox-right {
		width: 60% !important;

	}

	.tszl-ycbox-endimg {
		position: relative;
		top: -210px;
	}

	.tszl-ycboximg-box {
		position: relative;
		top: 70px;
		left: -249px;
	}

	.tszl-ycboximg-boximg {
		width: 640px;
	}

	.tszl-ycbox-leftimgs {
		transform: scale(0.9);
	}

	.tszl-zjtdbox-imgs1 {
		transform: scale(0.9);
	}

	/* 特色诊疗4-end */
	/* 特色诊疗2*/
	.tezl-twobox-container {
		position: absolute;
		top: 10%;
		left: 0%;
		right: 0%;
		padding: 0 43px;
	}

	.tezl-twobox-title {
		font-weight: bold;
		font-size: 24px;
		color: #000000;
		margin-bottom: -10px;
		letter-spacing: 2px;
	}

	.tezl-twobox-line {
		width: 80px;
		height: 1px;
		background-color: #FF7F00;
		display: inline-block;
	}

	.tezl-twobox-content {
		font-size: 14px;
		line-height: 1.8;
		color: #333333;
		text-align: justify;
		margin-top: 4%;
	}

	/* 特色诊疗2-end*/
	/* 特色诊疗1*/
	.tszlonet-title {
		font-size: 14px;
	}

	.tszlonet-text1 {
		margin-top: 17%;
		padding-left: 12px;
	}

	.tszlonet-text2 {
		margin-top: 29%;
		margin-left: 23%;
	}

	.tszlonet-text3 {
		margin-top: 12%;
		padding-left: 12px;
	}

	.tszlonet-text4 {
		margin-top: 25%;
		margin-left: 35%;
		width: 55%;
	}

	/* 特色诊疗1-end */
	/* 关于我们-发展历程-s */
	.gywm-fzlc-lbox {
		bottom: 22%;
	}

	.gywm-fzlc-year-content {
		font-size: 14px;
	}

	.gywm-fzlc-texttitlebox {
		margin-bottom: 10px;
	}

	.gywm-fzlc-year-nav {
		height: 32px;
		line-height: 32px;
		font-size: 19px;
		width: 90%;
	}

	.gywm-fzlc-year-link {
		width: 65px;
	}

	/* 关于我们-发展历程-end */
	/* 关于我们-list-s */
	.p-about-container {
		width: 378px;
		height: 245px;
		top: 65px;
		right: 61px;
		/* box-shadow: 3.5px 0 11px 0px rgba(56, 56, 56, 0.07); */
	}

	.p-about-title {
		padding: 41px 22px 17px 22px;
		font-size: 18px;
	}

	.p-about-content {
		font-size: 10px;
		padding: 0 22px 27px 22px;
		letter-spacing: 0.9px;
	}

	.p-about-footer {
		height: 10px;
	}

	.p-about-img {
		width: 70px;
		top: -36px;
		right: 30px;
	}

	/* 关于我们-end */
	/* 健康服务-details-s */
	.pl-hslbox-flex-container {
		margin-left: 0px;
	}

	.pl-hslbox-triangle-img {
		width: 10px;
		height: 10px;
	}

	.pl-hslbox-content-box {
		margin-left: 6px;
		padding: 8px 0 8px 16px;
	}

	.pl-hslbox-main-title {
		font-size: 12px;
		margin-right: 16px;
	}

	.pl-hslbox-sub-title {
		font-size: 9px;
		padding-right: 50px;
	}

	/* 健康服务-ens */
	/* 底部-s */
	.footer .fbox-title,
	.footer .fbox-jtbox .fboxj-title {
		margin-bottom: 28px;
	}

	.footer .fbox-gz-box .fboxgb-abox .fboxgba-pad {
		padding-left: 0px;
		/* 缩小图片与文字间距 */
	}

	/* 底部-end */
	/* 发展历程-s */
	.post .PostShow .pp-li-box .pplb-fzlc-box {
		top: 12%;
		margin: 0 5.5%;
		width: 89%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		font-size: 19px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en {
		font-size: 14px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-cn {
		/* margin-left: 7.5%; */
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-middle {
		width: 24%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-after {
		width: 65.5%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox {
		font-size: 8px;
		letter-spacing: 1px;
		margin-top: 2.5%;
	}

	/* 发展历程-end */
	/* 企业文化-s */
	.post .PostShow .pp-li-box .pplb-qywh-box {
		top: 11.2%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title {
		font-size: 19px;
		margin-left: 4.5%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title .pplbqbt-en {
		font-size: 14px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox {
		gap: 10px;
		padding: 10px;
		margin-top: 3.5%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs {
		width: 20%;
		border-radius: 8px;
	}

	/* 企业文化-end */
	/* 关于我们-s */
	.post .PostShow .pp-li-box .pplb-gywm-box {
		width: 40%;
		margin-right: 6%;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title {
		font-size: 25px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title .pplbgbt-en {
		font-size: 13px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
		margin-top: 18%;
	}

	/* 关于我们-end */

	/* 特色诊疗-s */
	.post .PostShow .pp-li-box .pplb-tszl-box {
		font-size: 14px !important;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgsxza {
		width: 26%;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-title {
		font-size: 25px;
		letter-spacing: 1.5px;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgs {
		width: 58px;
	}

	/* 特色诊疗-end */
	/* 专家团队 */
	.post .PostShow .pp-li-box .pplb-zjtd-morebox {
		height: 37px;
		line-height: 37px;
	}

	/* 专家团队-end */
	/* 健康服务-s -media*/
	.post .PostShow .pp-li-box {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
		/* height: 506px !important; */
	}

	.post .PostShow .pp-li-box .pplb-img {
		width: 900px !important;
		/* height: 506px !important; */
	}

	.post .PostShow .pp-li-box .pplb-div {
		position: relative;
		bottom: 110px;
	}

	.post .PostShow .pp-li-box .pplbd-div {
		display: -webkit-inline-box;
	}

	.post .PostShow .pp-li-box .pplbd-div .pplbdd-div {
		margin: 0 26% !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imga {
		width: 43px !important;
		height: 46px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgb {
		width: 55px !important;
		height: 46px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgc {
		width: 47px !important;
		height: 41px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .adivs {
		color: #000000;
		font-size: 21px;
		padding-top: 5px;
	}

	/* 健康服务 -end*/

	.post.news li p {
		margin-top: 0px;
		line-height: 22px;
		height: 26px;
		overflow: hidden;
	}
}

@media screen and (max-width: 800px) {
	.tszlbox-fsgb-textbox {
		font-size: 15px;
		top: 45%;
		width: 49%;
		padding-right: 7%;
		line-height: 32px;
	}

	/* 特色诊疗6 */

	.tszl-tlbox-gt4 {
		position: relative;
		top: -210px;
	}

	.tszl-tlbox-gt3 {
		position: relative;
		top: -240px;
	}

	.tszl-tlbox-gt2 {
		position: relative;
		top: -270px;
	}

	.tszl-tlbox-gt {
		position: relative;
		top: -340px;
	}

	.tszl-tlbgt-imgs {
		width: 50%;

	}

	.tszl-tlbgt-2textbox {
		color: #333333;
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: center;
		width: 45%;
	}

	.tszl-tlbgt-textbox {
		color: #333333;
		display: flex;
		flex-direction: column;
		align-items: start;
		margin-left: 7%;
		justify-content: center;
		width: 43%;
	}

	.tszl-tlbgt-titlebox {
		font-size: 19px;
		padding: 9px 24px;
		background: #FB7330;
		border-radius: 3px;
		width: fit-content;
	}

	.tszl-tlbgt-middle {
		font-size: 15px;
		margin-top: 5%;
		margin-bottom: 7%;
	}

	.tszl-tlbgt-endbox {
		font-size: 14px;
		text-align: left;
		color: #666666;
		line-height: 2;
	}

	/* 特色诊疗6-end */
	/* 特色诊疗4 */
	.tszl-ycbox-left {
		width: 33% !important;
		margin-right: 2% !important;
		margin-left: 3%;

	}

	.tszl-ycbox-right {
		width: 60% !important;

	}

	.tszl-ycbox-endimg {
		position: relative;
		top: -210px;
	}

	.tszl-ycboximg-box {
		position: relative;
		top: 0;
		left: -200px;
	}

	.tszl-ycboximg-boximg {
		width: 585px;
	}

	.tszl-ycbox-leftimgs {
		transform: scale(0.9);
	}

	.tszl-zjtdbox-imgs1 {
		transform: scale(0.9);
	}

	/* 特色诊疗4-end */
	/* 特色诊疗1*/
	.tszlonet-title {
		font-size: 13px;
	}

	.tszlonet-text1,
	.tszlonet-text2,
	.tszlonet-text3,
	.tszlonet-text4 {
		font-size: 11.5px;
	}

	.tszlonet-text1 {
		margin-top: 14%;
	}

	.tszlonet-text2 {
		margin-top: 30%;
		margin-left: 26%;
	}

	.tszlonet-text4 {
		margin-top: 23%;
		margin-left: 33%;
	}

	/* 特色诊疗1-end */
	/* 关于我们-发展历程-s */
	.gywm-fzlc-lbox {
		bottom: 20%;
	}

	.about-shine-effect {
		padding: 0;
	}

	.gywm-fzlc-texttitlebox {
		font-size: 23px;
		margin-bottom: 10px;
	}

	.gywm-fzlc-year-nav {
		height: 29px;
		line-height: 29px;
		font-size: 18px;
	}

	.gywm-fzlc-year-link {
		width: 58px;
	}

	/* 关于我们-发展历程-end */
	/* 关于我们-list-s */
	.p-about-container {
		width: 354px;
		height: 230px;
		top: 58px;
		right: 54px;
	}

	.p-about-title {
		padding: 37px 20px 15px 20px;
		font-size: 18px;
	}

	.p-about-content {
		padding: 0 20px 24px 20px;
		font-size: 11px;
		line-height: 1.9;
	}

	.p-about-img {
		width: 77px;
		top: -44px;
		right: 27px;
	}

	/* 关于我们-end */
	/* 健康服务-details-s */
	.post .PostShow2 li,
	.imgShow2 {
		width: 99% !important;
	}

	.post .PostShowtszl li,
	.imgShowtszl {
		width: 99% !important;
	}

	.pl-hslbox-flex-container {
		margin-left: 0px;
	}

	.pl-hslbox-triangle-img {
		width: 9px;
		height: 9px;
	}

	.pl-hslbox-content-box {
		padding: 7px 0 7px 14px;
	}

	.pl-hslbox-main-title {
		font-size: 11px;
		margin-right: 14px;
	}

	.pl-hslbox-sub-title {
		padding-right: 45px;
	}

	/* 健康服务-ens */
	/* 底部-s */


	.sidebar .addBox span.tel a {
		font-size: 20px;
	}

	.footer .fbox-ltbox-box {
		margin-left: 20px !important;
	}

	.footer .fbox-jtbox {
		/* margin-left: 20px; */
	}

	.footer .fbox-ltbox-box .fbox-tel-box {
		margin-top: 15px;
		/* 缩小电话区域上间距 */
	}

	.footer .footbox-sjbox {
		margin-left: 0 !important;
	}

	/* 底部-end */
	/* 发展历程-s */
	.post .PostShow .pp-li-box .pplb-fzlc-box {
		margin: 0 5%;
		width: 90%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		font-size: 18px;
		letter-spacing: 1px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en {
		font-size: 13px;
		margin-bottom: 14px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-cn {
		margin-left: 7%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-before {
		/* width: 3%; */
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-after {
		/* width: 69%; */
	}

	/* 发展历程-end */
	/* 企业文化-s */
	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title {
		font-size: 18px;
		letter-spacing: 1px;
		margin-left: 4%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title .pplbqbt-en {
		font-size: 13px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox {
		gap: 12px;
		margin-top: 3.2%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs {
		width: 20.4%;
		padding: 1.5px;
	}

	/* 企业文化-end */
	/* 关于我们-s */
	.post .PostShow .pp-li-box .pplb-gywm-box {
		width: 42%;
		top: 20%;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title {
		font-size: 22px;
		letter-spacing: 1px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title .pplbgbt-en {
		font-size: 12px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
		font-size: 13px;
		letter-spacing: 1px;
		margin-top: 16%;
	}

	/* 关于我们-end */
	/* 特色诊疗-s */
	.post .PostShow .pp-li-box .pplb-tszl-box {
		font-size: 16px !important;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgsxza {
		width: 30% !important;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-title {
		font-size: 24px;
		letter-spacing: 1px;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgs {
		width: 55px;
	}

	/* 特色诊疗-end */
	/* 专家团队 */
	.post .PostShow .pp-li-box .pplb-zjtd-morebox {
		height: 33px;
		line-height: 33px;
	}

	/* 专家团队-end */
	/* 健康服务-s -media*/
	.post .PostShow .pp-li-box {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
		/* height: 436px !important; */
	}

	.post .PostShow .pp-li-box .pplb-img {
		width: 775px !important;
		/* height: 436px !important; */
	}

	.post .PostShow .pp-li-box .pplb-div {
		position: relative;
		bottom: 102px;
	}

	.post .PostShow .pp-li-box .pplbd-div {
		display: -webkit-inline-box;
		width: 64%;
	}

	.post .PostShow .pp-li-box .pplbd-div .pplbdd-div {
		margin: 0 25% !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imga {
		width: 43px !important;
		height: 46px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgb {
		width: 55px !important;
		height: 46px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgc {
		width: 47px !important;
		height: 41px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .adivs {
		color: #000000;
		font-size: 20px;
		padding-top: 5px;
	}

	/* 健康服务 -end*/


	.post.team .post-text {
		padding: 30px 40px 0 0;
		width: 60%;
	}

	.container {
		padding: 6px 12px;
	}

	.bnBox.cateBn .text h3 {
		font-size: 32px;
	}

	.bnBox.cateBn .text p {
		font-size: 14px;
	}

	.archive-top .archive-title h1 {
		font-size: 2.2em;
	}
}

@media screen and (max-width: 768px) {

	.tszlbox-fsgb-textbox {
		display: none !important;
	}

	.tszlbox-fsgbimgs1 {
		display: none !important;
	}

	.tszlbox-fsgbimgs2 {
		display: block !important;
	}

	/* 特色诊疗1*/
	.tszlonet-text1 {
		margin-top: 15%;
		padding-left: 10px;
	}

	.tszlonet-text2 {
		margin-top: 22%;
		margin-left: 10%;
	}

	.tszlonet-text3 {
		margin-top: 11%;
		padding-left: 10px;
	}

	.tszlonet-text4 {
		margin-top: 24%;
		margin-left: 22%;
	}

	/* 特色诊疗1-end */
	/* 关于我们-发展历程-s */
	.gywm-fzlc-lbox {
		bottom: 20%;
	}

	.gywm-fzlc-year-content {
		font-size: 12px;
	}

	.gywm-fzlc-texttitlebox {
		font-size: 23px;
		margin-bottom: 8px;
	}

	.gywm-fzlc-year-nav {
		height: 28px;
		line-height: 28px;
		width: 91%;
	}

	.gywm-fzlc-year-link {
		width: 64px;
	}

	/* 关于我们-发展历程-end */
	/* 关于我们-list-s */
	.p-about-container {
		width: 251px;
		height: 154px;
		top: 56px;
		right: 52px;
		box-shadow: 3px 0 10px 0px rgba(56, 56, 56, 0.07);
	}

	.p-about-title {
		padding: 35px 19px 14px 19px;
	}

	.p-about-content {
		padding: 0 19px 23px 19px;
	}

	.p-about-img {
		width: 60px;
		top: -30px;
		right: 26px;
	}

	/* 关于我们-end */
	/* 健康服务-details-s */
	.pl-hslbox-flex-container {
		margin-left: 0px;
	}

	.pl-hslbox-triangle-img {
		width: 8px;
		height: 8px;
	}

	.pl-hslbox-content-box {
		margin-left: 5px;
		padding: 6px 0 6px 12px;
	}

	.pl-hslbox-main-title {
		font-size: 10px;
		margin-right: 12px;
	}

	.pl-hslbox-sub-title {
		font-size: 8px;
		padding-right: 40px;
	}

	/* 健康服务-ens */
	/* 底部-s */
	.footer .widget-tie {
		flex-wrap: wrap;
		/* 开启换行，转为多列自适应 */
		justify-content: space-between;
	}

	.footer .addBox {
		width: 45%;
		/* 两列布局，适配中等屏幕 */
		margin-bottom: 30px;
		/* 增加列底距，区分区域 */
	}

	.footer .fbox-jtbox {
		grid-template-columns: 1fr;
		/* 集团区域转为单列 */
		margin-left: 0;
		width: 100%;
	}

	.footer .fbox-ltbox-box {
		margin-left: 0 !important;
		/* 取消左侧间距，适配单列 */
	}

	/* 底部-end */
	/* 发展历程-s */
	.post .PostShow .pp-li-box .pplb-fzlc-box {
		top: 11%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		font-size: 16px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en {
		font-size: 12px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-cn {
		/* margin-left: 6.5%; */
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-middle {
		/* width: 23%; */
		/* margin: 0 2%; */
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox {
		margin-top: 2.2%;
	}

	/* 发展历程-end */
	/* 企业文化-s */
	.post .PostShow .pp-li-box .pplb-qywh-box {
		top: 11%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title {
		font-size: 16px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title .pplbqbt-en {
		font-size: 11px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox {
		gap: 6px;
		padding: 8px;
		margin-top: 3%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs {
		width: 20%;
		border-radius: 2px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs::before {
		border-radius: 2px;
	}

	/* 企业文化-end */
	/* 关于我们-s */
	.post .PostShow .pp-li-box .pplb-gywm-box {
		width: 45%;
		margin-right: 5%;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title {
		font-size: 21px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title .pplbgbt-en {
		font-size: 11px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
		margin-top: 15%;
	}

	/* 关于我们-end */
	/* 特色诊疗-s */
	.post .PostShow .pp-li-box .pplb-tszl-box {
		font-size: 11px !important;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-title {
		font-size: 21px;
		letter-spacing: 1px;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgs {
		width: 46px;
	}

	/* 特色诊疗-end */
	/* 专家团队 */
	.post .PostShow .pp-li-box .pplb-zjtd-morebox {
		height: 32px;
		line-height: 32px;
	}

	/* 专家团队-end */
	/* 健康服务-s -media*/
	.post .PostShow .pp-li-box {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
		/* height: 419px !important; */
	}

	.post .PostShow .pp-li-box .pplb-img {
		width: 744px !important;
		/* height: 419px !important; */
	}

	.post .PostShow .pp-li-box .pplb-div {
		position: relative;
		bottom: 110px;
	}

	.post .PostShow .pp-li-box .pplbd-div {
		display: -webkit-inline-box;
	}

	.post .PostShow .pp-li-box .pplbd-div .pplbdd-div {
		margin: 0 25% !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imga {
		width: 44px !important;
		height: 47px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgb {
		width: 56px !important;
		height: 47px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgc {
		width: 48px !important;
		height: 42px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .adivs {
		color: #000000;
		font-size: 20px;
		padding-top: 6px;
	}

	/* 健康服务 -end*/


	.mlang {
		margin: 0;
		position: fixed;
		top: 20px;
		right: 90px;
	}

	.mlang a.dropdown-toggle {
		font-size: 16px;
	}
}

@media screen and (max-width: 700px) {

	/* 特色诊疗1*/
	.tszlonet-title {
		font-size: 12px;
	}

	.tszlonet-text1,
	.tszlonet-text2,
	.tszlonet-text3,
	.tszlonet-text4 {
		font-size: 10px;
		/* 达到最小文字限制 */
	}

	.tszlonet-text1 {
		margin-top: 14%;
	}

	.tszlonet-text2 {
		margin-top: 21%;
	}

	.tszlonet-text4 {
		margin-top: 23%;
		margin-left: 20%;
	}

	/* 特色诊疗1-end */
	/* 关于我们-发展历程-s */
	.gywm-fzlc-lbox {
		bottom: 22%;
		left: 12%;
	}

	.gywm-fzlc-texttitlebox {
		font-size: 22px;
		margin-bottom: 8px;
	}

	.gywm-fzlc-year-nav {
		height: 27px;
		line-height: 28px;
		font-size: 17px;
		width: 91%;
	}

	.gywm-fzlc-year-link {
		width: 57px;
	}

	/* 关于我们-发展历程-end */
	/* 关于我们-list-s */
	.p-about-container {
		width: 240px;
		height: 189px;
		top: 51px;
		right: 48px;
	}

	.p-about-title {
		padding: 33px 13px 13px 13px;
		font-size: 14px;
	}

	.p-about-content {
		font-size: 8px;
		padding: 0 13px 21px 13px;
		letter-spacing: 0.8px;
	}

	.p-about-footer {
		height: 9px;
	}

	.p-about-img {
		width: 55px;
		top: -28px;
		right: 24px;
	}

	/* 关于我们-end */
	/* 健康服务-details-s */
	.pl-hslbox-flex-container {
		margin-left: 0px;
	}

	.pl-hslbox-content-box {
		padding: 5px 0 5px 11px;
	}

	.pl-hslbox-main-title {
		margin-right: 11px;
	}

	.pl-hslbox-sub-title {
		padding-right: 35px;
	}

	/* 健康服务-ens */
	/* 底部-s */
	.footer .addBox {
		width: 100%;
		/* 所有区域转为单列，避免小屏拥挤 */
	}

	.footer .fbox-title,
	.footer .fbox-jtbox .fboxj-title {
		font-size: 17px;
		margin-bottom: 25px;
	}

	/* 底部-end */
	/* 发展历程-s */
	.post .PostShow .pp-li-box .pplb-fzlc-box {
		margin: 0 4.5%;
		width: 91%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		font-size: 15px;
		letter-spacing: 0.8px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en {
		font-size: 11px;
		margin-bottom: 12px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-cn {
		margin-left: 7%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-before {
		/* width: 2.5%; */
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-after {
		width: 54%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox {
		font-size: 7px;
		letter-spacing: 0.8px;
		margin-top: 2%;
	}

	/* 发展历程-end */
	/* 企业文化-s */
	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title {
		font-size: 15px;
		letter-spacing: 0.8px;
		margin-left: 3.5%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title .pplbqbt-en {
		font-size: 10px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox {
		gap: 5px;
		margin-top: 2.8%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs {
		width: 20%;
	}

	/* 企业文化-end */
	/* 关于我们-s */
	.post .PostShow .pp-li-box .pplb-gywm-box {
		width: 48%;
		top: 18%;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title {
		font-size: 19px;
		letter-spacing: 0.8px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title .pplbgbt-en {
		font-size: 10px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
		font-size: 10px;
		letter-spacing: 0.6px;
		margin-top: 14%;
	}

	/* 关于我们-end */
	/* 特色诊疗-s */
	.post .PostShow .pp-li-box .pplb-tszl-box {
		font-size: 11px !important;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-title {
		font-size: 19px;
		letter-spacing: 1px;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgs {
		width: 44px;
	}

	/* 特色诊疗-end */
	/* 专家团队 */
	.post .PostShow .pp-li-box .pplb-zjtd-morebox {
		height: 29px;
		line-height: 29px;
	}

	/* 专家团队-end */
	/* 健康服务-s -media*/
	.post .PostShow .pp-li-box {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
		/* height: 380px !important; */
	}

	.post .PostShow .pp-li-box .pplb-img {
		width: 675px !important;
		/* height: 380px !important; */
	}

	.post .PostShow .pp-li-box .pplb-div {
		position: relative;
		bottom: 99px;
	}

	.post .PostShow .pp-li-box .pplbd-div {
		display: -webkit-inline-box;
	}

	.post .PostShow .pp-li-box .pplbd-div .pplbdd-div {
		margin: 0 24% !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imga {
		width: 42px !important;
		height: 45px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgb {
		width: 54px !important;
		height: 45px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgc {
		width: 46px !important;
		height: 40px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .adivs {
		color: #000000;
		font-size: 18px;
		padding-top: 6px;
	}

	/* 健康服务 -end*/


	.post.team .post-text {
		padding: 19px 40px 0 0;
	}

	.PostBox.about .post .postAbout:after {
		width: 115%;
	}
}

@media screen and (max-width: 640px) {
	.p-about-liboxs {
		display: flex;
		flex-direction: column;
		margin-bottom: 0 !important;
	}

	.p-aboutbox-imgs2 {
		display: none;
	}

	.p-aboutbox-imgs2-phone {
		display: block;
	}

	.p-aboutbox-imgs1 {
		height: 260px !important;
		transform: scale(1.4);
		display: none;
	}

	.p-aboutbox-imgs1phone {
		display: block;
	}



	.p-aboutbox-imgs3 {
		/* 	transform: scale(1.19);
		height: 365px; */
	}

	.p-about-container {
		position: relative;
		width: 82%;
		height: auto;
		top: -50px;
		right: -10px;
		margin: 0 auto;
		background: #fff;
		box-shadow: 0 3px 12px 0px rgba(56, 56, 56, 0.07);
		padding-bottom: 14px;
	}

	.p-about-title {
		padding: 25px 10px 12px 12px;
		font-size: 17px;
		text-align: left;
	}

	.p-about-content {
		font-size: 13px;
		padding: 0 10px 45px 12px;
		letter-spacing: 1px;
		line-height: 1.7;
	}

	.p-about-footer {
		height: 12px;
	}

	.p-about-img {
		/* 图片居中，避免右侧偏移 */
		width: 70px;
		top: -41px;
		right: 6%;
		margin: 0 auto;
	}

	.p-aboutbox-imgs2-phone {
		display: block !important;
	}

	.p-aboutbox-imgs2 {
		display: none !important;
	}

	/* 关于我们-发展历程-s */
	.about-fzlcbox-divleft {
		width: 100% !important;
		margin-bottom: 0px !important;
	}

	.about-fzlcbox-divright {
		width: 100% !important;
	}



	.gywm-fzlc-lbox {
		bottom: 28%;
	}

	.gywm-fzlc-year-content {
		font-size: 16px;
		line-height: 1.5;
	}

	.gywm-fzlc-texttitlebox {
		font-size: 25px;
		margin-bottom: 6px;
	}

	.gywm-fzlc-year-nav {
		width: 92%;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}

	.gywm-fzlc-year-link {
		width: 82px;
	}

	/* 关于我们-发展历程-end */
	/* 特色诊疗1*/
	.tszlone-textbox {
		top: 18%;
		/* 微调顶部位置，避免内容上移溢出 */
	}

	.tszlonet-text1 {
		margin-top: 13%;
		padding-left: 8px;
	}

	.tszlonet-text2 {
		width: 50%;
		margin-top: 20%;
		margin-left: 31%;
	}

	.tszlonet-text3 {
		margin-top: 10%;
		padding-left: 8px;
	}

	.tszlonet-text4 {
		margin-top: 17%;
		margin-left: 33%;
		width: 60%;
	}

	/* 特色诊疗1-end */
	/* 关于我们-发展历程-s */
	/* 	.gywm-fzlc-lbox {
		bottom: 22%;
	}

	.gywm-fzlc-year-content {
		font-size: 12px;
	}

	.gywm-fzlc-texttitlebox {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.gywm-fzlc-year-nav {
		height: 21px;
		line-height: 21px;
		font-size: 17px;
		width: 92%;
	}

	.gywm-fzlc-year-link {
		width: 55px;
	} */

	/* 关于我们-发展历程-end */
	/* 关于我们-list-s */
	/* 	.p-about-container {
		width: 270px;
		height: 170px;
		top: 35px;
		right: 34px;
	} */

	.p-about-title {
		padding: 30px 16px 12px 16px;
	}

	.p-about-content {
		padding: 0 16px 19px 16px;
		line-height: 1.8;
	}

	.p-about-img {
		width: 61px;
		top: -33px;
		right: 22px;
	}

	/* 关于我们-end */
	/* 健康服务-details-s */
	.pl-hslbox-flex-container {
		margin-left: 0px;
	}

	.pl-hslbox-triangle-img {
		width: 7px;
		height: 7px;
	}

	.pl-hslbox-content-box {
		margin-left: 4px;
		padding: 4px 0 4px 10px;
	}

	.pl-hslbox-main-title {
		font-size: 9px;
		margin-right: 10px;
	}

	.pl-hslbox-sub-title {
		font-size: 7px;
		padding-right: 30px;
	}

	/* 健康服务-ens */
	/* 底部-s */
	.footer .fbox-t-text,
	.footer .fbox-ltbox-box .fbox-address-box,
	.footer .fbox-ltbox-box .fbox-tel-box,
	.footer .fbox-gz-box,
	.footer .fbox-gz-box .fboxgb-abox {
		font-size: 14px !important;
		/* 文字适度缩小，保持易读 */
	}

	.footer .fbox-gz-box .fboxgb-abox .fboxgba-img {
		width: 28px !important;
		/* 社交图标缩小，适配文字 */
	}

	.footer .fbox-gz-box .fboxgb-abox .fboxgba-imgb {
		width: 100px !important;
	}

	/* 底部-end */
	/* 发展历程-s */
	.pbb-fzlc-boxs {
		min-height: 1258px !important;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
		/* margin-bottom: 158px; */
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box {
		top: 10%;
		margin: 0 4%;
		width: 92%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		font-size: 14px;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}



	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en {
		font-size: 12px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-cn {}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-middle {
		min-width: 28%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-after {
		width: 64%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox {
		line-height: 1.5;
	}

	/* 发展历程-end */
	/* 企业文化-s */
	.post .PostShow .pp-li-box .pplb-qywh-box {
		top: 10%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title {
		font-size: 14px;
		margin-left: 3%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title .pplbqbt-en {
		font-size: 9px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox {
		gap: 10px;
		padding: 6px;
		margin-top: 2.8%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs {
		width: 21%;
		padding: 1px;
		border-radius: 6px;
	}

	/* 企业文化-end */
	/* 关于我们-s */
	.post .PostShow .pp-li-box .pplb-gywm-box {
		width: 45%;
		margin-right: 4%;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title {
		font-size: 17px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title .pplbgbt-en {
		font-size: 9px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
		margin-top: 5%;
		line-height: 1.5;
		text-align: justify;
		font-size: 11.5px;
	}

	/* 关于我们-end */
	/* 特色诊疗-s */
	.post .PostShow .pp-li-box .pplb-tszl-box {
		font-size: 10px !important;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-textbox {
		font-size: 11.5px;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-title {
		font-size: 17px;
		letter-spacing: 0.5px;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgsxza {
		width: 33% !important;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgsxza-m5 {
		margin-top: 3%;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgs {
		width: 50px;
	}

	/* 特色诊疗-end */
	/* 专家团队 */
	.post .PostShow .pp-li-box .pplb-zjtd-morebox {
		height: 27px;
		line-height: 27px;
	}

	/* 专家团队-end */
	/* 健康服务-s -media*/
	.post .PostShow .pp-li-box {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
		/* height: 346px !important; */
	}

	.post .PostShow .pp-li-box .pplb-img {
		width: 615px !important;
		/* height: 346px !important; */
	}

	.post .PostShow .pp-li-box .pplb-div {
		position: relative;
		bottom: 73px;
	}

	.post .PostShow .pp-li-box .pplbd-div {
		display: -webkit-inline-box;
		width: 62%;
	}

	.post .PostShow .pp-li-box .pplbd-div .pplbdd-div {
		margin: 0 23% !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imga {
		width: 35px !important;
		height: 37px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgb {
		width: 46px !important;
		height: 37px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgc {
		width: 38px !important;
		height: 32px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .adivs {
		color: #000000;
		font-size: 14px;
		padding-top: 3px;
	}

	/* 健康服务 -end*/


	.header,
	.header.opaque {
		padding-top: 48px;
	}

	.moble {
		height: 48px;
		padding: 0 10px;
	}

	.header .moble-bars {
		margin-top: 9px;
	}

	.search-btn {
		top: 12px;
		right: 45px;
	}

	.inner {
		top: 48px;
	}

	.mLogo {
		height: 48px;
	}

	.mLogo .logo {
		height: 28px;
		margin-top: -14px;
	}

	.mLogo .logo img {
		height: 28px;
	}

	.mLogo .logo640 {
		height: 28px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.mLogo .logo640 img {
		height: 28px;
	}

	.post.news li p {
		margin-top: 0px;
		line-height: 22px;
		height: 46px;
		overflow: hidden;
	}

	.post {
		padding-left: 5px;
		padding-right: 5px;
	}

	.post.news {
		padding-left: 10px;
		padding-right: 10px;
	}

	.post .PostShow li {
		width: 47%;
		margin: 0 1.46% 25px;
	}

	.post.relates.imgRel .PostShow li {
		width: 47%;
		margin: 5px 1.5% 10px;
		/*  margin:0;*/
	}

	.relates.imgRel .title {
		text-indent: 6px;
		margin-top: 6px;
	}

	.post-img {
		max-width: 284px;
	}

	.post.team .post-text span {
		margin-bottom: 12px;
		font-size: 1em;
	}

	.post.team .LiBox a {
		text-align: center;
	}

	.post.team .post-img {
		max-width: 200px;
		max-height: 200px;
		margin: 20px auto;
		float: none;
		width: auto;
	}

	.post.team .post-text {
		width: auto;
		padding: 20px 20px 10px 20px;
	}

	.bx-controls-direction {
		display: none;
	}

	.post.team .post-text p {
		font-size: 14px;
	}

	.post.news li {
		width: 100%;
		margin: 0 0 10px;
	}

	.post.news li:nth-child(even) {
		float: left;
	}

	.post.news li h4 {
		font-size: 1em;
	}

	.post.news li p {
		font-size: 14px;
	}

	.post .postTitle h3 {
		margin-bottom: 0;
	}

	.post .postTitle .title1 {
		line-height: 1.2;
	}

	.breadcrumb {
		padding: 8px 0;
	}

	.subcate li {
		padding: 5px;
	}

	.subcate li a {
		padding: 4px 10px 3px;
		font-size: 14px;
	}

	.post-nav .post-next a {
		padding-right: 30px;
	}

	.post-nav .post-prev a {
		padding-left: 30px;
	}

	.post-nav div a i {
		font-size: 38px;
	}

	.article-box {
		padding: 0 16px 16px;
	}

	.relates,
	.commBox {
		padding: 16px;
	}

	.search-pup form button {
		top: 7px;
	}

	img.avatar {
		width: 40px;
		height: 40px;
	}

	li.msgarticle {
		padding-left: 15px;
	}

	ul.msg ul.msg li.msgarticle {
		padding-left: 10px;
	}

	ul.msg ul.msg li.msgarticle {
		padding-left: 0px;
	}

	.msgbox {
		padding-left: 51px;
	}

	#saypl ul,
	#saypl ul li {
		width: 100%;
	}

	.bx-wrapper .bx-pager {
		bottom: 18px;
	}

	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 5px;
		height: 3px;
	}

	.bx-wrapper .bx-pager.bx-default-pager a.active {
		width: 10px;
		height: 3px;
	}

	.PostBox.about .post .aboutImg {
		width: 100%;
	}

	.PostBox.about .post .postAbout {
		width: 100%;
	}

	.PostBox.about .post .postAbout:after {
		width: auto;
		right: 5%;
		left: 5%;
	}

	.PostBox.about .post .postTitle {
		text-align: center;
		padding: 100px 30px 0px;
	}

	.PostBox.about .post .PostText {
		text-align: left;
		padding: 0 65px;
	}

	.PostBox.about .post .more {
		left: 50%;
		transform: translateX(-50%);
		bottom: 100px;
	}

	.sidebar .addBox span.add {
		display: block;
		margin-right: 0;
	}

	.bnBox.cateBn .text h3 {
		font-size: 28px;
	}

	.bnBox.cateBn .text p {
		font-size: 14px;
	}

	.archive-top .archive-title h1 {
		font-size: 2em;
	}

	.style-banner {
		padding-top: 3em;
	}

	.style-banner h5 {
		font-size: 24px;
	}

	.style-banner h4 {
		font-size: 0.5em;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1rem !important;
	}

	.view-buttn a {
		font-size: 13px;
		padding: 4px 10px;
	}

	.mlang {
		margin: 0;
		position: fixed;
		top: 13px;
		right: 70px;
	}

	.mlang a.dropdown-toggle {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	.jobbox-popup-box {
		display: none;
		width: 98%;
		height: 100px;
		line-height: 100px;
		position: fixed;
		top: 30%;
		left: 0;
		margin-left: 1%;
		text-align: center;
		background: repeating-linear-gradient(to bottom, #c8a26e 0 0px, rgba(181, 138, 90) 1px 2px);
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		border-radius: 6px;
		z-index: 9999;
	}

	.jobbox-gotodetails {
		background: #FB7330;
		color: #fff !important;
		margin-top: 5%;
		text-align: center;
		padding: 2px 0;
		width: 50%;
		margin-bottom: 5%;
	}

	.jobbox-gotodetails .jbm-text {
		color: #fff !important;
		font-size: 12px;
	}

	.jobbox-goto-img {
		width: 35px;
	}

	.jobbox-pcbox {
		display: none !important;
	}

	.jobbox-phonebox {
		display: block !important;
	}

	/* 新闻中心 */
	.newsbox-bigone-box {
		display: none !important;
	}

	.newsbox-bigtwo-box {
		display: block !important;
	}

	.newsbox-detailstwo-box {
		display: block !important;
		width: 100%;
		box-sizing: border-box;
	}

	.newsbox-list-box {
		cursor: pointer;
		padding: 10px 0;
	}

	.newsbox-details-box {
		padding: 0 !important;
	}

	.newbox-dtls-imgs {
		width: 36.5% !important;
		margin-left: 0% !important;
	}

	.newbox-dtls-texts {
		width: 62% !important;
		text-align: left;
		margin-left: 1.5%
	}



	.newsbox-moredetails {
		padding: 0px 4px;
		margin-top: 0%;
		height: 20px;
		line-height: 16px;

	}

	.newsbox-aboxtext {
		font-size: 14px;
		font-weight: 400;
		color: #666666;
	}

	.nbm-text {
		font-size: 9px !important;
	}

	.newsbox-more-img {
		width: 15px;
	}

	.newsbox-h4 {
		margin-top: 0px !important;
	}

	/* +++++++++++ */

	.newsbox-tabsbox {
		font-size: 16px;
	}

	.PostNews {
		margin-top: 2px;
	}

	.tszl-aibox-width {
		width: 100% !important;
		margin-top: 2%;
	}

	.tszl-ysbox-show480 {
		background-color: transparent !important;
	}

	.tszl-abox-show {
		display: none !important;
	}

	.tszl-txbox-show1 {
		display: none !important;
	}

	.tszl-txbox-show2 {
		display: block !important;
	}

	/* 专家团队-details-s */
	.expert-box-zjtd-left {
		width: 100% !important;
	}

	.expert-box-zjtd-right {
		width: 100% !important;
	}

	.expert-box-zjtd-flag1 {
		display: none;
	}

	.expert-box-zjtd-flag2 {
		display: block;
	}

	/* 专家团队-end */
	/* 特色诊疗6 */
	.tszl-lfbox-imgs1 {
		display: none !important;
	}

	.tszl-lfbox-imgs2 {
		display: block !important;
	}

	.tszl-tlbox-gt4 {
		position: unset;
		top: 0;
		flex-direction: column-reverse;
	}

	.tszl-tlbox-gt3 {
		position: unset;
		top: -30px;
		flex-direction: column-reverse;
	}

	.tszl-tlbox-gt2 {
		position: unset;
		top: -60px;
		flex-direction: column;
	}

	.tszl-tlbox-gt {
		position: unset;
		top: -130px;
		flex-direction: column;
	}

	.tszl-tlbgt-imgs {
		width: 100%;

	}

	.tszl-tlbgt-imgs-rightbox {
		width: 100%;
	}

	.tszl-tlbgt-2textbox {
		color: #333333;
		display: flex;
		flex-direction: column;
		align-items: start;
		margin: 20px auto;
		align-items: center;
	}

	.tszl-tlbgt-textbox {
		color: #333333;
		display: flex;
		flex-direction: column;
		align-items: start;
		margin: 20px auto;
		align-items: center;
	}

	.tszl-tlbgt-titlebox {
		font-size: 18px;
		padding: 8px 26px;
		background: #FB7330;
		border-radius: 6px;
		width: fit-content;
		white-space: nowrap;
	}

	.tszl-tlbgt-middle {
		font-size: 14px;
		margin-top: 18px;
		margin-bottom: 21px;
	}

	.tszl-tlbgt-endbox {
		font-size: 14px;
		text-align: center;
		color: #666666;
		line-height: 2;
	}


	/* 特色诊疗6-end */
	/* 特色诊疗5 */
	.tszl-fiveboxs {
		position: unset;
		top: 0;
	}

	/* 特色诊疗5-end */
	/* 特色诊疗4 */
	.tszl-ycbox-left {
		width: 70% !important;
		margin-left: 0px;

	}

	.tszl-ycbox-right {
		width: 100% !important;
		padding-top: 12%;
		padding-bottom: 10%;

	}

	.tszl-ycbox-endimg {
		position: relative;
		top: -160px;
	}

	.tszl-ycboximg-box {
		position: relative;
		top: 0;
		left: 0;
	}

	.tszl-ycboximg-boximg {
		width: 720px;
	}

	.tszl-ycbox-leftimgs {
		transform: scale(0.9);
	}

	.tszl-zjtdbox-imgs1 {
		transform: scale(0.9);
	}

	/* 特色诊疗4-end */
	/* 特色诊疗3 */
	.tszl-zjtdbox-titlenamebox {
		font-size: 20px;
		color: #040000;
		font-weight: bold;
		margin-bottom: 52px;
		margin-top: 16px;
	}

	.tszl-zjtdbox-titleenbox {
		color: #999999;
		font-size: 12px;
		font-weight: 400;
		padding-top: 6px;
	}

	.tszl-zjtdbox-left {
		width: 100% !important;
	}

	.tszl-zjtdbox-imgsbox1 {
		display: none !important;
	}

	.tszl-zjtdbox-imgsbox2 {
		display: block !important;
	}

	.tszl-zjtdbox-right {
		width: 70% !important;
		margin-left: 0;
	}

	/* 特色诊疗3-end */
	/* 特色诊疗2*/
	.tszl-twobox-imgs1 {
		width: 100% !important;
		margin-bottom: 0 !important;
	}

	.tszl-twobox-imgs2 {
		width: 100% !important;
	}

	.tszl-xnbox-imgs1 {
		display: none !important;
	}

	.tszl-xnbox-imgs2 {
		display: block !important;
	}

	.tszl-wcbox-imgs1 {
		display: none !important;
	}

	.tszl-wcbox-imgs2 {
		display: block !important;
	}

	/* 特色诊疗2-end*/

	/* 特色诊疗1*/
	.tszl-onebox-fs1,
	.tszl-onebox-fs2 {
		width: 100% !important;
	}

	.tszl-onbox-imgsbox1 {
		display: none !important;
	}

	.tszl-onbox-imgsbox2 {
		display: block !important;
	}

	.tezl-box-fsgbbox-imgs1 {
		display: none !important;
	}

	.tezl-box-fsgbbox-imgs2 {
		display: block !important;
	}

	.tszlone-textbox {
		position: absolute;
		top: 0;
		padding: 15px 0;
	}

	.tszlonet-title {
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 13px;
	}

	.tszlonet-text1 {
		font-size: 14px;
		margin-top: 90px;
		margin-left: 3%;
		padding-left: 3%;
	}

	.tszlonet-text2 {
		font-size: 14px;
		margin-top: 30%;
		margin-left: 5%;
		padding-left: 35%;
		width: 80%;
	}

	.tszlonet-text3 {
		font-size: 14px;
		margin-top: 90px;
		margin-left: 3%;
		padding-left: 3%;
	}

	.tszlonet-text4 {
		font-size: 14px;
		margin-top: 20%;
		margin-left: 5%;
		padding-left: 35%;
		width: 95%;
	}

	.tszlonet-text2 {
		margin-left: 0;
	}

	.tszlonet-text4 {
		margin-left: 0;
	}

	/* 特色诊疗1-end */
	/* 关于我们-发展历程-s */
	.about-fzlcbox-divleft {
		width: 100% !important;
		margin-bottom: 0px !important;
	}

	.about-fzlcbox-divright {
		width: 100% !important;
	}



	.gywm-fzlc-lbox {
		bottom: 28%;
	}

	.gywm-fzlc-year-content {
		font-size: 14px;
		line-height: 1.5;
	}

	.gywm-fzlc-texttitlebox {
		font-size: 24px;
		margin-bottom: 6px;
	}

	.gywm-fzlc-year-nav {
		width: 92%;
		height: 31px;
		line-height: 31px;
		font-size: 18px;
	}

	.gywm-fzlc-year-link {
		width: 65px;
	}

	/* 关于我们-发展历程-end */
	/* 关于我们-list-s */
	.p-about-liboxs {
		display: flex;
		flex-direction: column;
		margin-bottom: 0 !important;
	}

	.p-aboutbox-imgs2 {
		display: none;
	}

	.p-aboutbox-imgs2-phone {
		display: block;
	}

	.p-aboutbox-imgs1 {
		height: 260px !important;
		transform: scale(1.4);
		display: none;
	}

	.p-aboutbox-imgs1phone {
		display: block;
	}



	.p-aboutbox-imgs3 {
		/* 	transform: scale(1.19);
		height: 365px; */
	}

	.p-about-container {
		position: relative;
		width: 87%;
		/* max-width: 280px; */
		height: auto;
		/* min-height: 220px; */
		top: -50px;
		right: -10px;
		margin: 0 auto;
		background: #fff;
		;
		box-shadow: 0 3px 12px 0px rgba(56, 56, 56, 0.07);
	}

	.p-about-title {
		padding: 25px 10px 12px 12px;
		font-size: 17px;
		text-align: left;
	}

	.p-about-content {
		font-size: 13px;
		padding: 0 10px 45px 12px;
		letter-spacing: 1px;
		line-height: 1.7;
	}

	.p-about-footer {
		height: 12px;
	}

	.p-about-img {
		/* 图片居中，避免右侧偏移 */
		width: 70px;
		top: -41px;
		right: 6%;
		margin: 0 auto;
	}

	/* 关于我们-end */
	/* 健康服务-s */
	.home-jkfw-boximgs1 {
		display: none;
	}

	.home-jkfw-boximgs2 {
		display: block;
	}

	/* 健康服务-details-s */
	.pl-hslbox-flex-container {
		margin-left: 0;
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.pl-hslbox-triangle-img {
		/* 三角形图标与内容对齐 */
		display: none !important;
		margin-left: 10px;
		width: 8px;
		height: 8px;
	}

	.pl-hslbox-triangle-img2 {
		display: block !important;
		width: 8px;
		height: 7px;
		margin-right: 6px;
		margin-bottom: 3px;
	}

	.pl-hslbox-content-box {
		margin-left: 0;
		padding: 10px 15px;
		display: flex;
		align-items: center;
	}

	.pl-hslbox-main-title {
		font-size: 12px;
		margin-right: 2px;
		margin-bottom: 4px;
	}

	.pl-hslbox-sub-title {
		font-size: 11px;
		padding-right: 0;
		/* 取消超长右内边距，避免文字被截断 */
		padding-bottom: 2px;
	}

	.pl-hslbox-oneimg {
		display: none;
	}

	.pl-hslbox-oneimg2 {
		display: block;
	}

	/* 健康服务-ens */
	/* 底部-s */
	.footer .footer-sidbox {
		padding: 15px 15px 0px 15px;
		/* 增加左右内边距，避免内容贴边 */
	}

	.footer .fbox-title,
	.footer .fbox-jtbox .fboxj-title {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.footer .fbox-gz-box {
		padding-bottom: 10px;
	}

	.footer .fbox-gz-box .fboxgb-abox .fboxgba-pad {
		padding-left: 8px;
	}

	.footer .fbox-bottombox {
		font-size: 12px !important;
		/* 版权文字缩小，不占用过多空间 */
		padding: 0 10px;
	}

	.footer-boxbeian {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #939292 !important;
	}

	.footer-boxbeianwangan {
		padding-left: 5px;
		color: #939292 !important;
		font-size: 12px !important;
	}

	.footer-boxbeianicp {
		color: #939292 !important;
		font-size: 12px !important;
	}

	/* 底部-end */
	/* 发展历程-s */
	.pbb-fzlc-boxs {
		min-height: 1058px !important;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box {
		top: 9%;
		margin: 0 3.5%;
		width: 93%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		font-size: 16px;
		letter-spacing: 1px;
		margin-bottom: 18px;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-cn {
		text-align: center;
		margin-left: 0;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-before {
		width: 50%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-middle {
		width: 100%;
		text-align: center;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-after {
		width: 50%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox {
		font-size: 6px;
		letter-spacing: 0.6px;
		margin-top: 1.8%;
	}

	/* 手机端图片hover放大优化，避免溢出 */
	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox .pplbfbt-div .pplbfbt-div-imgbox .pplbfb-imgs:hover {
		transform: scale(1.05) !important;
	}

	/* 发展历程-end */
	/* 企业文化-s */
	.home-qywh-boximgs1 {
		display: none;
	}

	.home-qywh-boximgs2 {
		display: block;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box {
		top: 7%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title {
		font-size: 16px;
		letter-spacing: 0.5px;
		margin-left: 4%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title .pplbqbt-en {
		font-size: 12px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox {
		gap: 2px;
		padding: 4px;
		margin-top: 7%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs {
		width: 31%;
	}

	/* 小屏优化阴影强度，避免视觉杂乱 */
	@keyframes shadowZoom {
		1% {
			box-shadow:
				0 3px 6px rgba(143, 231, 255, 0.3),
				0 6px 15px rgba(131, 222, 222, 0.5),
				0 9px 22px rgba(153, 247, 255, 0.2);
		}
	}

	/* 企业文化-end */
	/* 关于我们-s */
	.home-gywm-boximgs1 {
		display: none;
	}

	.home-gywm-boximgs2 {
		display: block !important;
	}

	.aboutus-cxbox-imgs1 {
		display: none !important;
	}

	.aboutus-cxbox-imgs2 {
		display: block !important;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box {
		display: none;
		width: 52%;
		top: 10%;
		margin-right: 3.5%;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title {
		font-size: 13px;
		letter-spacing: 0.5px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title .pplbgbt-en {
		font-size: 7px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
		font-size: 11px;
		letter-spacing: 0.4px;
		margin-top: 3%;
	}

	/* 关于我们-end */
	/* 特色诊疗-s */
	.home-tszl-boximgs1 {
		display: none;
	}

	.home-tszl-boximgs2 {
		display: block;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-textbox {
		margin-bottom: 1.5%;
		font-size: 10px;
	}

	.pplbtbt-margin {
		margin: 0 6% !important;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgsxza {
		width: 35% !important;
		margin-top: 2%
	}

	.post .PostShow .pp-li-box .pplb-tszl-box {
		font-size: 12px !important;
		width: 70%;
		margin-left: 4%;
		top: 7%;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgsxza-m5 {
		margin-top: 2%;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-title {
		font-size: 16px;
		letter-spacing: 0.5px;
		margin-bottom: 6%;
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgs {
		width: 37px !important;
	}

	/* 特色诊疗-end */
	/* 专家团队 */
	.post .PostShow .pp-li-box .pplb-zjtd-morebox {
		height: 20px;
		line-height: 20px;
		font-size: 10px;
	}

	.home-zjtdbox-imgs1 {
		display: none !important;
	}

	.home-zjtdbox-imgs2 {
		display: block !important;
	}

	/* 专家团队-end */
	/* 健康服务-s -media*/
	.post .PostShow .pp-li-box {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
		/* height: 256px !important; */
	}

	.post .PostShow .pp-li-box .pplb-img {
		width: 455px !important;
	}

	.post .PostShow .pp-li-box .pplb-div {
		position: relative;
		bottom: 60px;
	}

	.post .PostShow .pp-li-box .pplbd-div {
		display: -webkit-inline-box;
		width: 65%;
	}

	.post .PostShow .pp-li-box .pplbd-div .pplbdd-div {
		margin: 0 21% !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imga {
		width: 25px !important;
		height: 28px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgb {
		width: 37px !important;
		height: 28px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgc {
		width: 29px !important;
		height: 23px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .adivs {
		color: #000000;
		font-size: 13px;
		padding-top: 1px;
	}

	/* 健康服务 -end*/


	.post.news li h4 {
		margin: 0;
		font-size: 1em;
		margin-top: -5px;
	}

	.post.news li p {
		margin-top: 0px;
		line-height: 20px;
		height: 40px;
	}

	.post.news .post-img {
		max-width: 138px;
		max-height: 138px;
	}



	.post .PostShow .loading {
		min-height: 90px;
	}

	.archive-top .archive-title h1 {
		font-size: 1.8em;
	}

	.avatar {
		margin-right: 10px;
	}

	.avatar img {
		width: 40px;
		height: 40px;
	}

	.commBody {
		margin-left: 55px;
	}

	.bx-wrapper .bx-pager {
		bottom: 10px;
	}

	#backTop {
		display: none;
	}

	.PostBox.about .post .postTitle {
		text-align: center;
		padding: 90px 50px 0px;
		margin-bottom: 20px;
	}

	.PostBox.about .post .PostText {
		text-align: left;
		padding: 0 50px;
	}

	.PostBox.about .post .more {
		left: 50%;
		transform: translateX(-50%);
		bottom: 90px;
	}

	.bnBox.cateBn .text h3 {
		font-size: 22px;
	}

	.bnBox.cateBn .text p {
		font-size: 10px;
	}
}

@media screen and (max-width: 425px) {

	/* 特色诊疗2*/
	.tezl-twobox-container {
		position: absolute;
		top: 10%;
		left: 0%;
		right: 0%;
		padding: 0 43px;
	}

	.tezl-twobox-title {
		font-weight: bold;
		font-size: 21px;
		color: #000000;
		margin-bottom: -10px;
		letter-spacing: 2px;
	}

	.tezl-twobox-line {
		width: 80px;
		height: 1px;
		background-color: #FF7F00;
		display: inline-block;
	}

	.tezl-twobox-content {
		font-size: 14px;
		line-height: 1.8;
		color: #333333;
		text-align: justify;
		margin-top: 4%;
	}

	/* 特色诊疗2-end*/
	/* 特色诊疗1*/
	.tszl-onebox-fs1 {
		width: 100% !important;
		margin-bottom: 0 !important;
	}

	.tszl-onebox-fs2 {
		width: 100% !important;
	}

	.tszlone-textbox {
		position: absolute;
		top: 0;
		padding: 15px 0;
	}

	.tszlonet-title {
		font-size: 15px;
		margin-bottom: 10px;
		margin-top: 13px;
	}

	.tszlonet-text1 {
		font-size: 13px;
		margin-top: 60px;
		margin-left: 3%;
		padding-left: 3%;
	}

	.tszlonet-text2 {
		font-size: 13px;
		margin-top: 37%;
		margin-left: 5%;
		padding-left: 35%;
		width: 80%;
	}

	.tszlonet-text3 {
		font-size: 13px;
		margin-top: 60px;
		margin-left: 3%;
		padding-left: 3%;
	}

	.tszlonet-text4 {
		font-size: 13px;
		margin-top: 31%;
		margin-left: 5%;
		padding-left: 35%;
		width: 95%;
	}

	.tszlonet-text2 {
		margin-left: 0;
	}

	.tszlonet-text4 {
		margin-left: 0;
	}

	/* 特色诊疗1-end */
	/* 关于我们-发展历程-s */
	.p-aboutbox-fzlc-imgs {
		/* transform: scale(1.01) !important; */
		/* height: 180px; */
	}

	.gywm-fzlc-lbox {
		/* bottom: 12%; */
		/* width: 92%; */
	}

	.gywm-fzlc-year-content {
		/* font-size: 11px; */
	}

	.gywm-fzlc-texttitlebox {
		/* font-size: 14px; */
	}

	.gywm-fzlc-year-nav {
		height: 30px;
		line-height: 30px;
		font-size: 17px;
	}

	.gywm-fzlc-year-link {
		width: 59px;
	}

	/* 关于我们-发展历程-end */
	/* 关于我们-list-s */
	.p-aboutbox-imgs1 {
		/* height: 300px !important; */
	}

	.p-aboutbox-imgs2 {
		transform: scale(1.28) !important;
		height: 210px;
	}

	.p-aboutbox-imgs3 {}

	.p-about-container {
		/* 	bottom: 1px;
		min-height: 170px;
		max-width: 220px;
		right: 18px;
		left: unset; */
	}

	.p-about-title {
		/* padding: 30px 12px 5px 12px; */
		/* font-size: 12px; */
	}

	.p-about-content {
		/* font-size: 9px; */
		/* padding: 0 12px 28px 12px; */
	}

	.p-about-img {
		/* width: 65px;
		top: -32px; */
	}

	/* 关于我们-end */
	/* 健康服务-details-s */
	.pl-hslbox-flex-container {
		gap: 3px;
	}

	.pl-hslbox-triangle-img {
		margin-left: 8px;
		width: 7px;
		height: 7px;
	}

	.pl-hslbox-content-box {
		padding: 8px 12px;
	}

	.pl-hslbox-main-title {
		font-size: 12px;
		margin-bottom: 3.5px;
	}

	.pl-hslbox-sub-title {
		font-size: 10px;
	}

	/* 健康服务-ens */
	/* 发展历程-s */
	.pbb-fzlc-boxs {
		min-height: 1020px !important;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box {
		margin: 0 3%;
		width: 94%;
	}

	/* 	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		font-size: 11px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en {
		font-size: 7px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-cn {
		margin-left: 4.5%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-middle {
		width: 25%;
	} */

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox {
		margin-top: 1.5%;
	}

	/* 发展历程-end */
	/* 企业文化-s */
	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title {
		/* font-size: 11px; */
		/* margin-left: 2%; */
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title .pplbqbt-en {
		/* font-size: 6px; */
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox {
		/* gap: 2px; */
		/* margin-top: 0.6%; */
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs {
		/* width: 27%; */
	}

	/* 企业文化-end */
	/* 关于我们-s */
	.post .PostShow .pp-li-box .pplb-gywm-box {}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title {
		font-size: 12px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title .pplbgbt-en {
		font-size: 6px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
		margin-top: 2%;
		line-height: 1.35;
		width: 157px;
		font-size: 9.5px;
	}

	/* 关于我们-end */
	/* 特色诊疗-s */
	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-textbox {
		/* margin-bottom: 0.5%; */
		/* font-size: 10.5px; */
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgsxza {
		/* width: 29% !important; */
		/* margin-top: 1.5%; */
	}

	.post .PostShow .pp-li-box .pplb-tszl-box {
		/* font-size: 10px !important;
		width: 50%;
		top: 6%;
		margin-left: 5%; */
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-title {
		/* font-size: 12px; */
		/* letter-spacing: 0; */
		/* margin-bottom: 4px; */
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgs {
		/* width: 35px; */
	}

	/* 特色诊疗-end */
	/* 专家团队 */
	.post .PostShow .pp-li-box .pplb-zjtd-morebox {}

	/* 专家团队-end */
	/* 健康服务-s -media*/
	.post .PostShow .pp-li-box {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
		/* height: 256px !important; */
	}

	.post .PostShow .pp-li-box .pplb-img {
		width: 455px !important;
		/* height: 256px !important; */
	}

	.post .PostShow .pp-li-box .pplb-div {
		/* position: relative; */
		/* bottom: 52px; */
	}

	.post .PostShow .pp-li-box .pplbd-div {
		display: -webkit-inline-box;
		width: 65%;
	}

	.post .PostShow .pp-li-box .pplbd-div .pplbdd-div {
		/* margin: 0 20% !important; */
	}

	.post .PostShow .pp-li-box .pplbd-div .imga {
		width: 22px !important;
		height: 25px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgb {
		width: 34px !important;
		height: 25px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .imgc {
		width: 26px !important;
		height: 20px !important;
	}

	.post .PostShow .pp-li-box .pplbd-div .adivs {
		/* color: #000000; */
		/* font-size: 12px; */
		/* padding-top: 0px; */
	}

	/* 健康服务 -end*/


	.post.news li h4 {
		white-space: normal;
	}

	.post.news li p {
		display: none;
	}
}

@media screen and (max-width: 380px) {

	/* 新闻中心 */
	.newsbox-tabsbox {
		font-size: 13px;
	}

	.PostNews {
		margin-top: 2px;
	}

	.gywm-fzlc-year-link {
		width: 57px;
	}

	.gywm-fzlc-year-nav {
		height: 26px;
		line-height: 26px;
		font-size: 16px;
	}

	.tszlonet-text1 {
		font-size: 13px;
		margin-top: 16px;
		margin-left: 3%;
		padding-left: 3%;
		width: 60%;
	}

	.tszlonet-text2 {
		font-size: 13px;
		margin-top: 27%;
		margin-left: 5%;
		padding-left: 35%;
		width: 80%;
	}

	.tszlonet-text3 {
		font-size: 13px;
		margin-top: 16px;
		margin-left: 3%;
		padding-left: 3%;
		width: 60%;

	}

	.tszlonet-text4 {
		font-size: 13px;
		margin-top: 12%;
		margin-left: 5%;
		padding-left: 35%;
		width: 95%;
	}
}

@media screen and (max-width: 360px) {

	/* 特色诊疗1*/
	.tszl-twobox-imgs1 {}

	.tezl-twobox-container {
		top: 5%;
	}

	.tezl-twobox-content {
		font-size: 12px;
	}

	.tezl-twobox-title {
		font-size: 17px;
	}

	.tezl-twobox-content {
		margin-top: 0%;
	}

	.tszlone-textbox {
		padding: 12px 0;
	}

	.tszlonet-title {
		font-size: 12.5px;
	}

	.tszlonet-text1 {
		font-size: 11px;
		margin-top: 12%;
	}

	.tszlonet-text2 {
		font-size: 11px;
		margin-top: 35px;
		margin-left: 3%;
		padding-left: 3%;
		text-align: left;
		width: 40%;
	}

	.tszlonet-text3 {
		font-size: 11px;
		margin-top: 30px;
		margin-left: 3%;
		padding-left: 3%;
		text-align: left;
		width: 56%;
	}

	.tszlonet-text4 {
		font-size: 12px;
		margin-left: 0%;
		margin-top: 67px;
	}

	/* 特色诊疗1-end */
	/* 关于我们-发展历程-s */
	.gywm-fzlc-lbox {
		/* bottom: 12%; */
	}

	.gywm-fzlc-year-content {
		/* font-size: 11px; */
	}

	.gywm-fzlc-texttitlebox {
		/* font-size: 14px; */
		/* margin-bottom: 0px; */
	}

	.gywm-fzlc-year-nav {
		width: 92%;
		height: 23px;
		line-height: 23px;
		font-size: 14px;
	}

	.gywm-fzlc-year-link {
		width: 52px;
	}

	/* 关于我们-发展历程-end */
	/* 关于我们-list-s */
	.p-about-container {
		/* 	top: 24px;
		min-height: 160px;
		width: 90%; */
	}

	.p-about-title {
		/* padding: 30px 16px 13px 16px; */
		/* font-size: 11px; */
	}

	.p-about-content {
		/* 	font-size: 9px;
		padding: 0 16px 25px 16px;
		line-height: 2; */
	}

	.p-about-footer {
		height: 10px;
	}

	.p-about-img {
		/* 	width: 60px;
		top: -30px; */
	}

	/* 关于我们-end */
	/* 健康服务-details-s */
	.pl-hslbox-content-box {
		padding: 7px 10px;
	}

	.pl-hslbox-main-title {
		font-size: 10px;
	}

	.pl-hslbox-sub-title {
		font-size: 8px;
	}

	/* 健康服务-ens */
	/* 底部-s */
	.footer .fbox-t-text,
	.footer .fbox-ltbox-box .fbox-address-box,
	.footer .fbox-ltbox-box .fbox-tel-box,
	.footer .fbox-gz-box,
	.footer .fbox-gz-box .fboxgb-abox {
		font-size: 13px;
	}


	.footer .fbox-gz-box .fboxgb-abox .fboxgba-imgb {
		width: 90px !important;
	}

	.footer .fbox-ltbox-box .fbox-address-box {
		display: flex;
		flex-wrap: wrap;
	}

	.footer .fbox-ltbox-box .fbox-address-box div:first-child {
		min-width: 70px;
	}

	/* 底部-end */
	/* 发展历程-s */
	.pbb-fzlc-boxs {
		min-height: 850px !important;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box {
		top: 8%;
		margin: 0 2.5%;
		width: 95%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		font-size: 12px;
		letter-spacing: 0.3px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en {
		font-size: 11px;
		margin-bottom: 8px;
	}



	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-before {
		width: 50%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-after {
		width: 50%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox {
		font-size: 5px;
		letter-spacing: 0.4px;
		margin-top: 1.2%;
		line-height: 1.4;
	}

	/* 发展历程-end */
	/* 企业文化-s */
	.post .PostShow .pp-li-box .pplb-qywh-box {
		top: 8%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title {
		font-size: 12px;
		letter-spacing: 0.3px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title .pplbqbt-en {
		font-size: 11px;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox {
		/* padding: 3px; */
		/* margin-top: 1.5%; */
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs {
		/* width: 26%; */
		/* border-radius: 6px; */
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs::before {
		/* border-radius: 1px; */
	}

	/* 企业文化-end */
	/* 关于我们-s */
	.post .PostShow .pp-li-box .pplb-gywm-box {}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title {
		font-size: 10px;
		letter-spacing: 0.3px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title .pplbgbt-en {
		font-size: 5px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
		font-size: 9px;
		margin-top: 1.8%;
	}

	/* 关于我们-end */
	/* 特色诊疗-s */
	.post .PostShow .pp-li-box .pplb-tszl-box {
		/* font-size: 9px !important;
		width: 55%; */
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-title {
		/* font-size: 10px; */
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgs {
		/* width: 33px; */
	}

	/* 特色诊疗-end */
	/* 专家团队 */
	.post .PostShow .pp-li-box .pplb-zjtd-morebox {}

	/* 专家团队-end */

	.PostBox.about .post .postTitle {
		padding: 75px 40px 0px;
		margin-bottom: 15px;
	}

	.PostBox.about .post .PostText {
		text-align: left;
		padding: 0 40px;
	}

	.PostBox.about .post .more {
		bottom: 80px;
	}

	.bnBox.cateBn .text h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 320px) {

	/* 特色诊疗1*/
	.tszlonet-text1,
	.tszlonet-text2,
	.tszlonet-text3,
	.tszlonet-text4 {
		padding-left: 3%;
		margin-left: 3%;
		line-height: 1.8;
	}

	/* 特色诊疗1-end */
	/* 关于我们-发展历程-s */
	.gywm-fzlc-lbox {
		bottom: 25%;
		width: 95%;
	}

	.gywm-fzlc-texttitlebox {
		font-size: 12px;
	}

	.gywm-fzlc-year-nav {
		font-size: 9px;
	}

	.gywm-fzlc-year-link {
		width: 35px;
	}

	/* 关于我们-发展历程-end */
	/* 关于我们-list-s */
	.p-about-container {
		/* top: 20px;
		min-height: 150px; */
	}

	.p-about-title {
		/* padding: 35px 14px 12px 14px; */
		/* font-size: 9px; */
	}

	.p-about-content {
		/* padding: 0 14px 22px 14px;
		letter-spacing: 0.9px; */
	}

	.p-about-img {
		/* 	width: 55px;
		top: -27px; */
	}

	/* 关于我们-end */
	/* 健康服务-details-s */
	.pl-hslbox-triangle-img {
		margin-left: 6px;
		width: 6px;
		height: 6px;
	}

	.pl-hslbox-content-box {
		padding: 6px 8px;
	}

	.pl-hslbox-main-title {
		font-size: 9px;
	}

	.pl-hslbox-sub-title {
		font-size: 7px;
		padding-bottom: 1px;
	}

	/* 健康服务-ens */
	/* 底部-s */
	.footer .fbox-title,
	.footer .fbox-jtbox .fboxj-title {
		font-size: 15px;
	}

	.footer .fbox-bottombox {
		font-size: 12px !important;
		/* 版权文字极限缩小，不影响阅读 */
	}

	.footer .fbox-ltbox-box .fbox-tel-box {
		margin-top: 12px;
	}

	/* 底部-end */
	/* 发展历程-s */
	.post .PostShow .pp-li-box .pplb-fzlc-box {
		margin: 0 2%;
		width: 96%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title {
		font-size: 9px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en {
		font-size: 5px;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-cn {
		margin-left: 3.5%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-title .pplbfb-en .line-middle {
		width: 30%;
		margin: 0 1%;
	}

	.post .PostShow .pp-li-box .pplb-fzlc-box .pplbfb-textbox {
		margin-top: 1%;
	}

	/* 发展历程-end */
	/* 企业文化-s */
	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title {
		font-size: 9px;
		margin-left: 1.5%;
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-title .pplbqbt-en {
		/* font-size: 4px; */
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox {
		/* gap: 1px; */
		/* margin-top: 1.5%; */
	}

	.post .PostShow .pp-li-box .pplb-qywh-box .pplbqb-textbox .pplbqbt-imgs {
		/* width: 42%; */
		/* padding: 0.5px; */
	}

	/* 企业文化-end */
	/* 关于我们-s */
	.post .PostShow .pp-li-box .pplb-gywm-box {}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title {
		font-size: 9px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-title .pplbgbt-en {
		font-size: 4px;
	}

	.post .PostShow .pp-li-box .pplb-gywm-box .pplbgb-textbox {
		margin-top: 8%;
		letter-spacing: 0.2px;
	}

	/* 关于我们-end */
	/* 特色诊疗-s */
	.post .PostShow .pp-li-box .pplb-tszl-box {
		/* 	font-size: 9px !important;
		width: 60%; */
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .pplbtb-title {
		/* font-size: 9px; */
	}

	.post .PostShow .pp-li-box .pplb-tszl-box .tszlb-imgs {
		/* width: 31px; */
	}

	/* 特色诊疗-end */
	/* 专家团队 */
	.post .PostShow .pp-li-box .pplb-zjtd-morebox {}

	/* 专家团队-end */
	.post-img {
		max-width: 100%;
	}

	.post .PostShow li {
		width: 98%;
		margin: 0 1% 20px;
	}

	.post .PostShow .loading {
		min-height: 60px;
	}
}

.ecomment {
	margin-bottom: 12px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	background: #ffffee;
	padding: 3px;
	border: solid 1px #999;
	margin: 0;
}

.ecommentauthor {
	float: left;
	color: #f96;
	font-weight: bold;
}

.ecommenttext {
	clear: left;
	margin: 0;
	padding: 0;
}

.rwtp {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.rwtp img {
	width: 100%;
	height: auto;
}

.rwjs {
	float: right;
	width: 50%;
	line-height: 2;
}

@media screen and (max-width: 998px) {
	.rwtp {
		width: 100%;
		margin-right: 0%;
	}

	.rwjs {
		width: 100%;
	}
}

/*CSS动画样式*/
.anim {
	visibility: hidden;
}

.animated {
	visibility: visible;
}

.PostShow .animated:nth-of-type(1) {
	animation-delay: 0.1s;
}

.PostShow .animated:nth-of-type(2) {
	animation-delay: 0.15s;
}

.PostShow .animated:nth-of-type(3) {
	animation-delay: 0.2s;
}

.PostShow .animated:nth-of-type(4) {
	animation-delay: 0.25s;
}

.PostShow .animated:nth-of-type(5) {
	animation-delay: 0.3s;
}

.PostShow .animated:nth-of-type(6) {
	animation-delay: 0.35s;
}

.PostShow .animated:nth-of-type(7) {
	animation-delay: 0.4s;
}

.PostShow .animated:nth-of-type(8) {
	animation-delay: 0.45s;
}

.PostShow .animated:nth-of-type(9) {
	animation-delay: 0.5s;
}

.PostShow .animated:nth-of-type(10) {
	animation-delay: 0.55s;
}

.PostShow .animated:nth-of-type(11) {
	animation-delay: 0.6s;
}

.PostShow .animated:nth-of-type(12) {
	animation-delay: 0.65s;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
	animation-duration: 0.75s;
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translateZ(0);
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

@keyframes pulse {
	0% {
		transform: scaleX(1);
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		transform: scaleX(1);
	}
}

.pulse {
	animation-name: pulse;
}

@keyframes rubberBand {
	0% {
		transform: scaleX(1);
	}

	30% {
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		transform: scaleX(1);
	}
}

.rubberBand {
	animation-name: rubberBand;
}

@keyframes shake {

	0%,
	to {
		transform: translateZ(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	animation-name: shake;
}

@keyframes headShake {
	0% {
		transform: translateX(0);
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		transform: translateX(0);
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@keyframes swing {
	20% {
		transform: rotate(15deg);
	}

	40% {
		transform: rotate(-10deg);
	}

	60% {
		transform: rotate(5deg);
	}

	80% {
		transform: rotate(-5deg);
	}

	to {
		transform: rotate(0deg);
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing;
}

@keyframes tada {
	0% {
		transform: scaleX(1);
	}

	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}

	to {
		transform: scaleX(1);
	}
}

.tada {
	animation-name: tada;
}

@keyframes wobble {
	0% {
		transform: none;
	}

	15% {
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}

	30% {
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}

	45% {
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}

	60% {
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}

	75% {
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}

	to {
		transform: none;
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes jello {

	0%,
	11.1%,
	to {
		transform: none;
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	animation-name: jello;
	transform-origin: center;
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		transform: scaleX(1);
	}
}

.bounceIn {
	animation-name: bounceIn;
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}

	75% {
		transform: translate3d(0, -10px, 0);
	}

	90% {
		transform: translate3d(0, 5px, 0);
	}

	to {
		transform: none;
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}

	75% {
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		transform: translate3d(5px, 0, 0);
	}

	to {
		transform: none;
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		transform: translate3d(10px, 0, 0);
	}

	90% {
		transform: translate3d(-5px, 0, 0);
	}

	to {
		transform: none;
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}

	75% {
		transform: translate3d(0, 10px, 0);
	}

	90% {
		transform: translate3d(0, -5px, 0);
	}

	to {
		transform: translateZ(0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes bounceOut {
	20% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	animation-name: bounceOut;
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	animation-name: bounceOutUp;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}

@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(-1turn);
		animation-timing-function: ease-out;
	}

	40% {
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out;
	}

	50% {
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in;
	}

	80% {
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		animation-timing-function: ease-in;
	}

	to {
		transform: perspective(400px);
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip;
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotateX(-5deg);
	}

	to {
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX;
}

@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotateY(-5deg);
	}

	to {
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY;
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px);
	}

	30% {
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}

	to {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@keyframes flipOutY {
	0% {
		transform: perspective(400px);
	}

	30% {
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}

	to {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}

@keyframes lightSpeedIn {
	0% {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}

@keyframes rotateIn {
	0% {
		transform-origin: center;
		transform: rotate(-200deg);
		opacity: 0;
	}

	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-45deg);
		opacity: 0;
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(45deg);
		opacity: 0;
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
	}

	to {
		transform-origin: center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		transform-origin: left bottom;
		transform: rotate(45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		transform-origin: right bottom;
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		transform-origin: left bottom;
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	animation-name: hinge;
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}

	50% {
		transform: rotate(-10deg);
	}

	70% {
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.jackInTheBox {
	animation-name: jackInTheBox;
}

@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.rollIn {
	animation-name: rollIn;
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}

.rollOut {
	animation-name: rollOut;
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

.zoomOut {
	animation-name: zoomOut;
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		transform: scale(0.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}

.zoomOutRight {
	animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	animation-name: zoomOutUp;
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		transform: translateZ(0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translateZ(0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translateZ(0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		transform: translateZ(0);
	}
}

.slideInUp {
	animation-name: slideInUp;
}

@keyframes slideOutDown {
	0% {
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

@keyframes slideOutLeft {
	0% {
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	animation-name: slideOutLeft;
}

@keyframes slideOutRight {
	0% {
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	animation-name: slideOutRight;
}

@keyframes slideOutUp {
	0% {
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	animation-name: slideOutUp;
}

@-webkit-keyframes goTopapp {
	0% {
		-webkit-transform: scale(0.8);
	}

	to {
		-webkit-transform: scale(1);
	}
}

@keyframes goTopapp {
	0% {
		transform: scale(0.8);
	}

	to {
		transform: scale(1);
	}
}

@-webkit-keyframes drop {
	0% {
		top: 5px;
		opacity: 0;
	}

	30% {
		top: 10px;
		opacity: 1;
	}

	100% {
		top: 25px;
		opacity: 0;
	}
}

@keyframes drop {
	0% {
		top: 5px;
		opacity: 0;
	}

	30% {
		top: 10px;
		opacity: 1;
	}

	100% {
		top: 25px;
		opacity: 0;
	}
}

.search-container {
	margin-top: 60px;
	margin-bottom: 30px;
}

.search-container .submit {
	font-size: 12px;
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.search-empty {
	width: 100%;
	text-align: center;
	margin-top: 100px;
	font-size: 15px;
}

.btn-primary {
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.btn-primary:hover {
	background-color: var(--el-color-primary-light-3);
	border-color: var(--el-color-primary-light-3);
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: var(--el-color-primary-light-3);
	border-color: var(--el-color-primary-light-3);
	box-shadow: 0 0 0 0.2rem rgba(255, 105, 0, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: var(--el-color-primary-light-3);
	border-color: var(--el-color-primary-light-3);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--el-color-primary-light-3);
	border-color: var(--el-color-primary-light-3);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

#lang-wrapper {
	margin-left: 10px;
}

#lang-wrapper .dropdown-toggle {
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	font-size: 13px;
}

.header.opaque .header-nav.fixed #lang-wrapper .dropdown-toggle {
	color: #333;
	background: rgba(0, 0, 0, 0.1);
}