/* CSS Document */
body {
	background: #fff;
}

.content {
	width: 100%;
	min-width: 1280px;
}

.section {
	width: 1200px;
	margin: 0 auto;
}

.bg-f {
	background-color: #fff;
}

.bg-f7 {
	background: #f7f7f7;
}

.mt-36 {
	margin-top: 36px;
}

.font-bold {
	font-weight: bold;
}

/*顶部logo，网站名，联系方式*/
.top {
	display: flex;
	align-items: center;
	height: 146px;
	background: url(../images/bg_top.png) no-repeat center;
	background-size: cover;
	position: relative;
}

.top .logo {
	height: 72px;
	width: auto;
	position: absolute;
	top: 50%;
	left: 74px;
	transform: translateY(-50%);
}

.web-title {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}

.web-title img {
	height: 46px;
	width: auto;
}

.web-title p {
	flex: 1;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.web-title p::before,
.web-title p::after {
	content: "";
	display: block;
	width: 88px;
	height: 1px;
	background-color: #fff;
}

.web-title p span {
	font-size: 18px;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
	padding: 0 40px;
}

.top-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	top: 50%;
	right: 74px;
	transform: translateY(-50%);
}

.top .search {
	width: 256px;
	height: 32px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-end;
}

.top .search p {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}

.top .search input {
	width: 108px;
	height: 32px;
	background: #fff;
	border: 16rpx;
	opacity: 0;
	border-radius: 16px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s;
	padding-left: 40px;
}

.top .search .icon-search {
	position: absolute;
	left: 168px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	transition: all .2s;
}

.top .search .icon-close {
	display: none;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	font-size: 12px;
	color: #999;
}

.top .search input:focus {
	width: 256px;
	opacity: 1;
}

.top .search input:focus+.icon-search {
	color: #1648A8;
	left: 16px;
}

.top .search input:focus+.icon-search+p {
	display: none;
}

.top .hotline {
	display: flex;
	align-items: flex-end;
	color: #fff;
	margin-top: 20px;
}

.top .hotline .label {
	font-size: 16px;
	margin-right: 8px;
}

.top .hotline img {
	height: 20px;
}

/*header*/
header {
	width: 100%;
	background: #fff;
}

header .nav {
	display: flex;
	align-items: center;
}

header .nav li {
	flex: 1;
}

header .nav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 60px;
}

header .nav li.active a {
	background: #D7E3FF;
	color: #003099;
}

/*导航*/
header {
	background: #4169C8;
}

header .nav {
	width: 100%;
	position: relative;
}

header .nav>ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

header .nav ul li.healthshop {
	position: relative;
}

header .nav ul li a {
	display: inline-block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	line-height: 48px;
	padding: 0 32px;
}

header .nav>ul>li>a:hover {
	background: rgba(0, 0, 0, 0.08);
}

header .nav ul li a.active {
	color: #fff;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.08);
}

/* foot */
.foot-bg {
	width: 100%;
	height: 176px;
	background: url(../images/bg_bottom.png) no-repeat center bottom;
	background-size: 1920px auto;
}

.foot-content {
	background: #1648A8;
}

.foot-nav {
	display: flex;
	justify-content: center;
	padding: 28px 0 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-nav li+li {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-nav a {
	font-size: 14px;
	color: #BED4FF;
	padding: 0 12px;
}

.copyright-tel {
	padding: 20px 0;
}

.copyright-tel p {
	font-size: 14px;
	color: #BED4FF;
	text-align: center;
	line-height: 28px;
}
.copyright-tel p a,.copyright-tel p a:visited{
	color: #BED4FF;
}
	/* flex */
.flex {
	display: flex;
}

.flex-content {
	display: flex;
}

.flex-content>div+div {
	margin-left: 36px;
}

.flex-main {
	flex: 1;
}

.flex-short {
	width: 326px;
}

.flex-short-small {
	width: 316px;
}

.modular+.modular {
	margin-top: 48px;
}

.modular-title {
	display: flex;
	align-items: center;
	padding-bottom: 16px;
	position: relative;
}

.modular-title::before {
	content: "";
	display: block;
}

.modular-title.underline {
	border-bottom: 2px solid #E4E5E6;
}

.modular-title.underline::before {
	width: 112px;
	height: 2px;
	background: #1648A8;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.modular-title.line::before {
	width: 6px;
	height: 22px;
	background: #1648A8;
	border-radius: 3px;
	margin-right: 16px;
}

.modular-title .icon {
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

.modular-title .title {
	flex: 1;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #282828;
}

.modular-title.middle .title {
	font-size: 16px;
}

.modular-title.bold .title {
	font-weight: bold;
	color: #333;
}

.modular-title .title i {
	font-size: 16px;
	color: #1648A8;
	margin-right: 6px;
}

.modular-title .more {
	font-size: 14px;
	color: #A0A0A0;
}

.modular-title .more::after {
	content: ">>";
	margin-left: 6px;
}

.modular-title .more:hover {
	color: #1648A8;
}

.modular-img-link+div {
	margin-top: 28px;
}

.modular-img-link .cover {
	width: 100%;
	height: 150px;
}

/*tab切换*/
.tab {
	width: 100%;
	display: flex;
	/* overflow-x: auto;
	font-size: 0;
	white-space: nowrap; */
}

.tab li {
	/* display: inline-block; */
	cursor: pointer;
	font-size: 16px;
	color: #666666;
}

.tab li a:hover {
	color: #272727;
}

.tab-line {
	border-bottom: 2px solid #E4E5E6;
}

.tab-line li {
	height: 38px;
	border-bottom: 2px solid #E4E5E6;
	padding: 6px 30px;
	text-align: center;
	margin-bottom: -2px;
}

.tab-line li.active {
	border-bottom: 2px solid #1648A8;
	color: #272727;
	padding: 0 36px;
	font-size: 24px;
	font-weight: bold;
}

.tab-bg {
	background: #E9EFFF;
}

.tab-bg li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 32px;
	height: 56px;
	font-size: 18px;
	color: #6A90EB;
	position: relative;
}

.tab-bg li+li::before {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #A1BDFF;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.tab-bg li.active {
	font-weight: bold;
	color: #1648A8;
}

.tab-block {
	padding-bottom: 10px;
}

.tab-block li {
	color: #555555;
	width: 128px;
	text-align: center;
	line-height: 40px;
	background: #F2F2F2
}

.tab-block li.active {
	color: #fff;
	background: #02ADE6;
}

.tab-block li+li {
	margin-left: 4px;
}

.tab::-webkit-scrollbar {
	width: 4px;
	background-color: #f7f7f7;
}

.tab::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #f2f2f2;
}

.tab::-webkit-scrollbar-track {
	/*    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);*/
	border-radius: 10px;
	background-color: #fcfcfc;
}

.tab-bd {
	display: none;
}

.tab-bd.active {
	display: block;
}

/*标签*/
span.tag {
	display: inline-block;
	line-height: 18px;
	padding: 0 4px;
	font-size: 12px;
	color: #1480CC;
	background: rgba(237, 245, 250, 1);
	border: 1px solid rgba(131, 200, 248, 1);
	border-radius: 2px;
	margin-left: 8px;
}

/*描述内容*/
p.describe {
	text-align: justify;
	line-height: 1.5;
	color: #666;
}

/* 路径 */
.route {
	display: flex;
	align-items: center;
}

.route li {
	color: #1648A8;
}

.route li a {
	font-size: 14px;
	color: #1648A8;
}

.route li+li::before {
	content: ">";
	margin: 0 8px;
}

/* 面包屑 */
.legend {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 64px 0 0;
}

.legend::before,
.legend::after {
	content: "";
	display: block;
	flex: 1;
	height: 1px;
	background: #4378DE;
}

.legend p {
	font-size: 16px;
	color: #1648A8;
	border: 1px solid #4378DE;
	line-height: 40px;
	padding: 0 32px;
	margin: 0 32px;
}

/* button */
.button {
	width: 100%;
	display: flex;
}

.button.loadmore {
	justify-content: center;
	margin: 56px 0 0;
	display: none;
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 50px;
	color: #fff;
	padding: 0 44px;
	font-size: 16px;
	overflow: hidden;
}

.primary {
	background: #1648A8;
}

.btn:not(.hollow)::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
}

.btn.hollow {
	border: 1px solid #DDDDDD;
	color: #A1A1A1;
}

.btn.hollow:not(.disabled):hover {
	background: #1648A8;
	color: #fff;
}

.btn.radio {
	border-radius: 25px;
}

.btn:not(.hollow):hover::after,
.btn:not(.disabled):hover::after {
	opacity: 1;
}

/*banner左右切换*/
.banner {
	overflow: hidden;
}

/* .banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
	opacity: 1;
} */

.banner .swiper-button-prev {
	left: 0;
	right: auto;
}

.banner .swiper-button-next {
	left: auto;
	right: 0;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 64px;
	background: rgba(0, 0, 0, 0.4);
	opacity: 1;
}

.banner .swiper-button-prev:after {
	content: "\e604";
	transform: rotate(180deg);
}

.banner .swiper-button-next:after {
	content: '\e604';
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
	display: block;
	font-family: iconfont;
	font-size: 18px;
	color: #fff;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.banner .swiper-slide p a {
	line-height: 1;
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 44px;
}

.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: .5;
}

.banner .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}
.to-top { display: none; padding: 0 20px; color: #fff;}