@charset "utf-8";
@import url('reset.css');
@import url('animate.css');
@import url('/public/plugins/font-awesome-4.7.0/css/font-awesome.min.css');

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--common-page-width: 1232px;
	--common-font-size: 14px;
	--common-color: #666;
	--common-background-color: #e84c7b;
	--common-background-hover-color: #e84c7b;
	--nav-height: 67px;
	--common-p-line-height: 200%;
	--common-p-size: 16px;
	--common-p-color: #1d1d1d;
	--common-font-color-hover: #e84c7b;
}

body {
	background-color: #fff;
	overflow: hidden;
	font-size: var(--common-font-size);
}


input {
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}

img {
	max-width: 100%;
}

a {
	background: transparent;
	text-decoration: none;
	color: var(--common-p-color)
}

a:active,
a:hover {
	outline: 0
}

a:hover {
	text-decoration: none;
	color: var(--common-background-color)
}

.textCenter {
	text-align: center;
}

.wrapper {
	width: var(--common-page-width);
	margin: 0 auto;
	text-align: left
}

.index .wrapper {
	width: var(--common-page-width);
}

.ov {
	overflow: hidden;
}

.ts {
	text-transform: uppercase
}

.mauto {
	margin: 0 auto
}

.pz {
	position: relative;
	z-index: 0
}

.pa {
	position: absolute;
	z-index: 0
}

.bz {
	box-sizing: border-box
}

.b {
	font-weight: bold
}

.i {
	font-style: italic
}

.hidden {
	display: none !important
}

.cb {
	clear: both
}

.tes {
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*animation*/
@keyframes slideDown {
	0% {
		top: 55px;
		opacity: 0;
	}

	to {
		top: var(--nav-height);
		opacity: 1;
	}
}

@-webkit-keyframes slideDown {
	0% {
		top: 55px;
		opacity: 0;
	}

	to {
		top: var(--nav-height);
		opacity: 1;
	}
}

@keyframes headerDown {
	0% {
		transform: translateY(-70%);
	}

	to {
		transform: translateY(0);
	}
}

.img img {
	transform: scale(1);
}

a:hover .img img {
	transform: scale(1.1, 1.1);
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flexJb {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.flexColumn {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}

.flexAc {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.flexCenter {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.flexWrap {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.flexRight {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}

.ovd {
	overflow: hidden;
}

.db {
	display: block;
}

#app {
	overflow: hidden;
}

/*header*/
.headerBar {
	width: 100%;
	height: 49px;
	background-color: #009dc0;
	font-size: var(--common-font-size);
	color: #fff;
	padding: 0 11.25%;
}

.headerBar *, .headerBar a {
	font-size: var(--common-font-size);
	color: #fff;
}

.headerBar a:hover {
	text-decoration: underline;
}

.headerBar .ib {
	margin-right: 10px;
}

header {
	width: 100%;
	height: 191px;
	background-color: #fff;
}

header .wrapper {
	height: 191px;
}

header .logo, header .logo img {
	height: 97px;
}

header .logo .name {
	margin-left: 20px;
}

header .logo .name h2 {
	line-height: 35px;
	font-size: 26px;
	color: var(--common-color);
}

header .logo .name h3 {
	line-height: 21px;
	font-size: 15px;
	color: var(--common-color);
}

header .sitename {
	font-size: 40px;
	color: #fff;
	margin-left: 10px;
}

header .logo img {
	max-width: 100%;
	display: block;
}

header ul li {
	padding-left: 28px;
	background: url(../images/icon/star.png) no-repeat left center;
	font-size: 18px;
	line-height: 31px;
}

header .search {
	width: 376px;
	height: 57px;
	background-color: #fff;
	margin-right: 4px;
	border: 1px solid #f0f2f8;
}

header .search dl {
	width: 103px;
	height: 57px;
}

header .search dl dt {
	padding-left: 19px;
	font-size: 18px;
	color: #aaa9a9;
	line-height: 32px;
	width: 103px;
}

header .search dl dt::after {
	content: '';
	display: block;
	width: 2px;
	height: 25px;
	background-color: #a4a3a3;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

header .search dl dt i {
	margin-left: 7px;
	margin-top: -6px;
}

header .search dl dd.pa {
	top: 57px;
	left: -1px;
	background-color: #fff;
	width: 100%;
	display: none;
}

header .search dl dd.pa.active {
	display: block;
	animation: fadeInUp 1s;
}

header .search dl dd.pa div {
	padding: 0 10px;
	line-height: 30px;
	font-size: 14px;
}

header .search dl dd.pa div:hover {
	background-color: #999;
	color: #fff;
}

header .search .input {
	padding: 0 25px;
	width: 215px;
	height: 55px;
	background: none;
	border: 0;
	font-size: 18px;
	color: #333;
}

header .search .button {
	width: 56px;
	height: 55px;
	background: #1c3995;
	border: 0;
	font-size: 25px;
	color: #fff;
}

header .r {
	width: 306px;
	margin-right: 3px;
}

header .r .tel {
	padding-left: 52px;
	background: url(../images/icon/headerPhone.png) no-repeat 0 5px;
}

header .r .tel .title {
	line-height: 24px;
	font-size: var(--common-font-size);
	color: #000;
}

header .r .tel .number {
	line-height: 23px;
	font-size: 20px;
	color: #666;
}

header .r .elements {
	margin-top: 19px;
}

header .r .elements input[type=text] {
	width: 224px;
	height: 35px;
	background: none;
	border: 2px solid #0d64b0;
	border-right: 0;
	padding: 0 6px;
}

header .r .elements input[type=text]::placeholder {
	color: #666;
}

header .r .elements button {
	width: 79px;
	height: 35px;
	background: #4eb7c2;
	border: 0;
	font-size: var(--common-font-size);
	color: #fff;
}

/*nav*/
nav {
	width: 100%;
	height: var(--nav-height);
	background-color: var(--common-background-color);
}

nav.active {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	-webkit-animation: headerDown .5s 1;
	-khtml-animation: headerDown .5s 1;
	animation-direction: alternate;
	box-shadow: 0 0 5px #666;
}

nav ul {
	overflow: visible !important;
	margin: 0 auto;
	font-size: 0;
}

nav li {
	position: relative;
	z-index: 9999999;
	height: var(--nav-height);
}

nav li .a {
	display: inline-block;
	height: var(--nav-height);
	text-align: center;
	line-height: var(--nav-height);
	font-size: 18px;
	color: #fff;
	padding: 0 25px;
}

nav li .a.active {
	background-color: #e50347;
}

nav .dl {
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 999;
	top: var(--nav-height);
	left: 0;
	width: 100%;
	background: var(--common-background-color);
	text-align: center;
	-webkit-animation: slideDown 0.3s 1;
	-khtml-animation: slideDown 0.3s 1;
	animation-direction: alternate
}

nav li:hover .dl {
	display: block;
}

nav dt {
	overflow: hidden;
	width: 100%;
}

nav dt a {
	overflow: hidden;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	line-height: 25px;
}

nav dt a:link,
nav dt a:visited {
	font-size: var(--common-font-size);
	color: #fff
}

nav dt a:hover {
	background-color: #e50347;
	text-decoration: none;
	color: #fff
}

/*footer*/
footer {
	background-color: #e84c7b;
	padding-top: 12px;
}

footer .fnav {
	height: 54px;
	border-bottom: 2px solid #ef82a3;
}

footer .fnav a {
	font-size: 17px;
	color: #fff;
}

footer .fnav a:hover {
	opacity: .8;
}

footer .fc {
	padding: 30px 0;
}

footer .fc article .phone {
	padding-left: 48px;
	background: url(../images/icon/fphone.png) no-repeat left center;
}

footer .fc article .phone h4 {
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}

footer .fc article .phone h2 {
	line-height: 120%;
	font-weight: bold;
	font-size: 21px;
	color: #fff;
}

footer .fc article p {
	margin-top: 10px;
	line-height: 180%;
	font-size: 14px;
	color: #fff;
}

footer .fc .wx {
	color: #fff;
	margin-right: 20px;
}

footer .copyright {
	padding: 4px 0;
	line-height: 30px;
	background-color: #009dc0;
	font-size: 14px;
	color: #fff;
}

/*swiper*/
.headerSwiper {
	z-index: 1;
}

.headerSwiper img {
	width: 100%;
}

.swiper-button-next, .swiper-button-prev {
	color: var(--common-font-color) !important;
}

.swiper-pagination-bullet-active {
	background-color: var(--common-font-color) !important;
}

.headerSwiper .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.headerSwiper .swiper-pagination-bullet-active {
	background-color: var(--common-background-color) !important;
}

/*index*/
.indexPublicTitle {
	width: 100%;
	height: 52px;
	border-bottom: 1px solid var(--common-background-color);
	font-size: 22px;
	color: var(--common-background-color);
	padding-left: 32px;
	margin-left: 17px;
	background: url(../images/icon/index1.png) no-repeat 2px center;
}

.indexPublicTitle::after {
	content: '';
	display: block;
	width: 121px;
	height: 4px;
	background-color: #009dc0;
	position: absolute;
	top: 48px;
	left: 0;
}

.index1 .notice {
	margin-top: 38px;
	width: 970px;
	height: 63px;
	border-top: 1px solid var(--common-background-color);
	border-bottom: 1px solid var(--common-background-color);
}

.index1 .notice p {
	width: 90px;
	height: 63px;
	font-size: 22px;
	color: #333;
}

.index1 .notice hr {
	width: 3px;
	height: 25px;
	border: 0;
	background-color: #333;
}

.index1 #noticeSwiper {
	margin: 0 18px;
	width: 841px;
	height: 61px;
}

.index1 #noticeSwiper .swiper-slide {
	width: 100%;
	height: 61px;
	font-size: 18px;
	color: #333;
}

.index1 .friendLinks {
	margin-top: -23px;
	width: 241px;
	margin-right: 13px;
}

.index1 .friendLinks h2 {
	padding-left: 13px;
	line-height: 60px;
	font-size: 30px;
	color: #009dc0;
}

.index1 .friendLinks .c {
	border: 1px solid #009dc0;
	background-color: #fff;
	padding: 5px;
	min-height: 80px;
}

.index2 {
	margin-top: 27px;
}

.index2 .guide {
	width: 383px;
}

.index2 .guide .tabs {
	margin-top: 25px;
}

.index2 .guide .tabs li {
	display: inline-flex;
	padding: 0 10px;
	height: 31px;
	background-color: #46c1dc;
	font-size: 18px;
	color: #fff;
	margin-right: 2px;
	outline: none;
}

.index2 .guide .tabs li.active::after {
	content: '';
	display: block;
	width: 22px;
	height: 6px;
	background: url(../images/icon/arrowDown.png) no-repeat;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.index2 .guide .c {
	margin: 30px 0 0 17px;
}

.index2 .guide .c li {
	line-height: 40px;
	margin-right: 26px;
}

.index2 .guide .c li:nth-child(3n) {
	margin-right: 0;
}

.index2 .guide .c li a {
	font-size: 17px;
}

.index2 .news {
	width: 791px;
	margin-right: 14px;
}

.index2 .news .tabs {
	width: 100%;
	height: 52px;
	border-bottom: 1px solid var(--common-background-color);
}

.index2 .news .tabs li {
	display: inline-flex;
	padding: 0 15px;
	margin-right: 41px;
	font-size: 22px;
	color: var(--common-background-color);
}

.index2 .news .tabs li.active::after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #009dc0;
	position: absolute;
	top: 48px;
	left: 0;
}

.index2 .news .list {
	margin: 23px 2px;
}

.index2 .news .list li.lt .img, .index2 .news .list li.lt .img img {
	width: 281px;
}

.index2 .news .list li.lt {
	background-color: #fff5fa;
}

.index2 .news .list li.lt article {
	margin-left: 3px;
	flex: 1;
	padding: 8px 25px;
}

.index2 .news .list li.lt article h2 {
	height: 51px;
	text-overflow: ellipsis;
	line-height: 51px;
	white-space: nowrap;
	font-size: 21px;
	color: #000;
}

.index2 .news .list li.lt article p {
	line-height: 27px;
	font-size: 17px;
	color: #2d2d2d;
}

.index2 .news .list li.lb {
	margin-top: 6px;
	width: 50%;
	height: 34px;
	background: url(../images/icon/indexNews.png) no-repeat left center;
}

.index2 .news .list li.lb a {
	width: 100%;
	height: 34px;
	padding-left: 25px;
	font-size: 16px;
}

.index2 .news .list li.lb a:hover {
	color: #31b0cc;
}

.index3 {
	margin-top: 26px;
}

.index3 .teamDetail {
	margin-left: 12px;
	width: 740px;
	margin-top: 0;
}

.index3 .teamDetail a {
	width: 144px;
	height: 40px;
	background: url(../images/icon/arrowRight2.png) no-repeat 113px center var(--common-background-color);
	margin-top: 25px;
	border-radius: 20px;
	border: 0;
	font-size: 17px;
	color: #fff;
}

.index3 hr {
	width: 2px;
	height: 392px;
	background-color: #e7e7e8;
	margin-top: 9px;
	border: 0;
}

.index3 .r {
	width: 354px;
	margin: 0 30px 0 40px;
}

.index3 .r .list a {
	width: 104px;
	height: 72px;
	border: 1px solid var(--common-background-color);
	margin-right: 21px;
	margin-bottom: 18px;
	font-size: 16px;
	color: var(--common-background-color);
}

.index3 .r .list a:nth-child(3n) {
	margin-right: 0;
}

.index3 .r .list a:hover {
	box-shadow: 0 0 4px #666;
}

.index3 .r .teamlist li {
	margin-right: 0;
	width: 150px;
}

.index3 .r .teamlist li .title {
	font-size: 18px;
}

.index3 .r .teamlist li .des {
	margin: 0 0 5px 0;
	font-size: 12px;
}

.index3 .r .teamlist li .details {
	width: 60px;
	height: 23px;
	padding-left: 12px;
	font-size: 14px;
	background-position: 44px center;
}
/*other*/
.banner {
	width: 100%;
}

.banner img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

/*sidebar*/
.sidebar {
	width: 312px;
	margin: 32px 0 0 20px;
}

.sidebar .channels {
	width: 253px;
	background: url(../images//bg/sidebar.jpg) no-repeat;
}

.sidebar .channels .cn {
	margin-top: 7px;
	height: 32px;
	font-size: 22px;
	color: #fff;
}

.sidebar .channels .en {
	height: 48px;
	font-size: 22px;
	color: #fff;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	padding-bottom: 25px;
}

.sidebar .channels ul {
	padding: 20px 0;
	background-color: #f0f5f5;
}

.sidebar .channels ul li a {
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #ededed;
	font-size: 17px;
	color: #009dc0;
}

.sidebar .channels ul li a:hover, .sidebar .channels ul li a.active {
	font-weight: bold;
}

.sidebar .contact {
	margin-top: 48px;
}

.sidebar .contact .cn {
	height: 27px;
	font-size: 20px;
	color: #22a6b5;
}

.sidebar .contact .en {
	height: 26px;
	font-size: 24px;
	color: #ccc;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.sidebar .contact h4 {
	margin-top: 15px;
	height: 25px;
	font-size: 14px;
	color: #000;
}

.sidebar .contact .tel {
	height: 40px;
	border-bottom: 1px dashed #d3d3d3;
	font-size: 24px;
	color: #a69312;
	padding-left: 38px;
	background: url(../images/icon/sidebarPhone.png) no-repeat left center;
}

.sidebar .contact .address {
	height: 57px;
	border-bottom: 1px dashed #d3d3d3;
	padding-left: 33px;
	font-size: 17px;
	color: #000;
	background: url(../images//icon/sidebarAddress.png) no-repeat left center;
}

.sidebar .contact .email {
	height: 57px;
	border-bottom: 1px dashed #d3d3d3;
	padding-left: 33px;
	font-size: 17px;
	color: #000;
	background: url(../images//icon/sidebarEmail.png) no-repeat left center;
}

/*main*/
main {
	padding: 0 0 50px 0;
	background: url(../images/bg/bg.jpg) repeat-x;
}

.mains .r {
	flex: 1;
	margin-left: 36px;
}

.bannerSwiper {
	padding-top: 25px;
}

.bannerSwiper .l {
	width: 957px;
}

.bannerSwiper .l article {
	line-height: 61px;
	padding-left: 27px;
	font-size: 18px;
	color: #333;
}

.bannerSwiper .l .swiperWrapper {
	width: 100%;
	padding: 20px 20px 28px 20px;
	background-color: #fff;
	position: relative;
	height: 612px;
}

.bannerSwiper .l .swiperWrapper #swiper {
	position: static;
}

.bannerSwiper .l .swiperWrapper .swiper-pagination {
	bottom: inherit;
	top: 612px;
	left: inherit;
	right: 16px;
	text-align: right;
	height: 8px;
}

.bannerSwiper .l .swiperWrapper .swiper-pagination .swiper-pagination-bullet {
	background-color: var(--common-background-color);
	margin: 0 5px;
	width: 8px;
	height: 8px;
}

.bannerSwiper .l .swiperWrapper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #009dc1 !important;
}

.bannerSwiper .r {
	width: 275px;
}

.bannerSwiper .r .phone {
	padding-left: 52px;
	background: url(../images/icon/headerPhone.png) no-repeat left center;
	margin-left: 9px;
}

.bannerSwiper .r .phone h4 {
	line-height: 20px;
	font-size: 14px;
	color: #000;
}

.bannerSwiper .r .phone h2 {
	line-height: 120%;
	font-weight: bold;
	font-size: 20px;
	color: #666;
}

.bannerSwiper .r .search {
	margin: 19px 15px 0 16px;
}

.bannerSwiper .r .search .input {
	width: 191px;
	height: 35px;
	border: 2px solid var(--common-background-color);
	background: #fff;
	padding: 0 9px;
	font-size: 14px;
}

.bannerSwiper .r .search button {
	width: 52px;
	height: 35px;
	background: #ec6e94;
	border: 0;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
}

.bannerSwiper .r .quickBar {
	margin-top: 30px;
}

.bannerSwiper .r .quickBar::after {
	content: '';
	display: block;
	width: 243px;
	height: 530px;
	background-color: var(--common-background-color);
	position: absolute;
	z-index: -1;
	left: 16px;
	top: 0;
}

.bannerSwiper .r .quickBar .title {
	height: 120px;
	padding-top: 30px;
	padding-bottom: 15px;
	background: url(../images/icon/bannerBlock.png) no-repeat;
}

.bannerSwiper .r .quickBar .title span {
	font-size: 28px;
	color: #fff;
}

.bannerSwiper .r .quickBar .img {
	margin-right: 16px;
}

.bannerSwiper .r .list {
	margin-top: 32px;
	width: 243px;
	margin-left: 16px;
}

.bannerSwiper .r .list li a {
	width: 100%;
	height: 63px;
	background: linear-gradient(to bottom, #ec6890, #e84c7b);
	font-size: 18px;
	color: #fff;
	padding-left: 40px;
}

.bannerSwiper .r .list li a .pic {
	width: 35px;
	margin-right: 15px;
	text-align: center;
}

.bannerSwiper .r .list li a:hover {
	background: #c8023e;
}

.bannerSwiper .swiper-button-next, .bannerSwiper .swiper-button-prev {
	color: #fff !important;
}

.bannerSwiper .swiper-button-prev {
	left: 30px;
}

.bannerSwiper .swiper-button-next {
	right: 30px;
}

main .typename {
	margin-top: 19px;
	height: 58px;
	border-bottom: 1px solid #d8d8d8;
}

main .typename h1 {
	padding-left: 48px;
	background: url(../images/icon/position.png) no-repeat left center;
	font-size: 20px;
	color: #009dc0;
}

main .typename .pos {
	font-size: 14px;
	color: #555;
}

main .typename .pos a {
	color: #555;
}

main .typename .pos a:hover {
	color: var(--common-background-color);
}

.detail {
	background-color: #fff;
	padding: 35px 0;
}

.introduction {
	padding: 24px 0;
	text-align: justify;
	line-height: var(--common-p-line-height);
	font-size: var(--common-p-size);
	color: var(--common-p-color);
}

.introduction.nmt {
	margin-top: 0
}

.introduction div,
.introduction p {
	font-size: var(--common-p-size);
	color: var(--common-p-color);
}

.introduction img {
	max-width: 100%
}

.articleImg {
	width: 100%;
	margin: 0 0 0 0;
	text-align: center
}

.articleImg img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.articleImg2 {
	width: 100%;
	margin: 0 0 22px 0;
	text-align: center
}

.articleImg2 img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.articleBody {
	width: 400px;
	margin: 20px 0
}

.articleTitle {
	overflow: hidden;
	width: 100%;
	text-align: center;
	line-height: 32px;
	font-size: 24px;
	color: var(--common-p-color);
	margin-bottom: 8px;
}

.articleTitle2 {
	overflow: hidden;
	width: 100%;
	text-align: center;
	line-height: 32px;
	font-size: var(--common-font-size);
	color: var(--common-background-color);
	font-weight: bold;
	margin-bottom: 8px;
}

.articlePhoto {
	margin-top: 18px;
	margin-bottom: 16px;
}

.articleTime {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 21px;
	font-size: 18px;
	color: #636666;
	padding-bottom: 22px;
	border-bottom: 1px solid #ddd;
}

.articleDes {
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #42403f
}

.articlePages {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #969797
}

.articlePages div {
	width: 50%;
	font-size: 16px;
	color: #666
}

.askNow a {
	width: 165px;
	height: 35px;
	background: #ea6000;
	margin: 10px auto;
	line-height: 35px;
	font-size: 14px;
	color: #fff
}

.askNow a:hover {
	background: linear-gradient(to bottom, #f78e45, #ea6000)
}

/*预约专家*/
.orderMaster img {
	border: 2px solid #af7f47;
	border-radius: 3px;
}

.orderMaster p.title {
	line-height: 60px;
	font-size: 20px;
	color: var(--common-font-color2);
}

/*联系我们*/
.contactus {
	margin: 21px 14px;
}

.contactus .pic {
	margin-top: 15px;
}

.contactus .pic, .contactus .pic img {
	width: 97px;
}

.contactus article {
	margin-left: 33px;
	flex: 1;
}

.contactus article .intro {
	line-height: 180%;
	font-size: 14px;
	color: #000;
}

.contactus article .phone {
	padding-left: 48px;
	background: url(../images/icon/contactPhone.png) no-repeat left center;
	margin-bottom: 15px;
}

.contactus article .phone h4 {
	line-height: 20px;
	font-size: 14px;
	color: #000;
}

.contactus article .phone h2 {
	line-height: 120%;
	font-weight: bold;
	font-size: 21px;
	color: #000;
}

/*科室*/
.kslist {
	margin-top: 15px;
}

.kslist li {
	margin-bottom: 52px;
}

.kslist li:last-child {
	margin-bottom: 0;
}

.kslist li .img, .kslist li img {
	width: 315px;
}

.kslist li img {
	padding: 4px;
	border: 1px solid #c4c4c4;
}

.kslist li .texts {
	width: 646px;
	width: calc(100% - 354px);
}

.kslist li .texts .tname {
	line-height: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c7c7c7;
	font-size: 22px;
	color: #212121;
}

.kslist li .texts .list {
	margin-top: 29px;
}

.kslist li .texts .list li {
	margin: 0 37px 30px 0;
}

.kslist li .texts .list a {
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	height: 37px;
	border: 1px solid var(--common-background-color);
	font-size: 18px;
	color: #000;
}

.kslist li .texts .list a:hover {
	background-color: var(--common-background-color);
	color: #fff;
}

/*新闻列表*/
.newslist {
	background-color: #fff;
	padding: 25px 0;
}

.newslist li {}

.newslist li a {
	width: 100%;
	height: 38px;
	border-bottom: 1px dashed #666;
}

.newslist li a .title {
	font-size: 15px;
	color: #666;
}

.newslist li a .time {
	font-size: 15px;
	color: #666;
}

.newslist li a:hover * {
	color: #009dc0;
}

/*图片文字列表*/
.picstextlist {
	width: 100%;
	background-color: #fff;
	padding: 47px 43px;
}

.picstextlist a {
	padding: 25px;
	border: 1px solid #eee;
}

.picstextlist li:last-child a {
	margin-bottom: 0;
}

.picstextlist .img {
	width: 218px;
}

.picstextlist img {
	width: 218px;
}

.picstextlist article {
	width: 500px;
	width: calc(100% - 246px);
}

.picstextlist .title {
	line-height: 28px;
	font-size: 20px;
	color: #000;
	margin-top: 10px;
}

.picstextlist .time {
	margin: 6px 0;
	line-height: 33px;
	font-size: 18px;
	color: #c8c8c8;
}

.picstextlist .time i {
	margin-right: 8px;
}

.picstextlist .des {
	margin-top: 20px;
	line-height: 25px;
	font-size: 17px;
	color: #636363;
}

.picstextlist .more {
	margin-top: 20px;
	width: 150px;
	height: 40px;
	border: 1px solid #d4d4d4;
	font-size: var(--common-font-color);
	color: #212121;
}

.picstextlist a:hover .more {
	background-color: var(--common-background-hover-color);
	border-color: var(--common-background-hover-color);
	color: #fff;
}

.picstextlist .ly:hover {
	background: #1279ba
}

/*图片列表*/
.picslist {
	background-color: #fff;
	padding: 34px 0;
}


.picslist li {
	width: 244px;
	width: calc((100% - 100px) / 3);
	margin: 0 50px 50px 0;
}

.picslist li:nth-child(3n) {
	margin-right: 0;
}

.picslist .img {
	width: 100%;
	border: 1px solid #949292;
	padding: 3px;
	overflow: hidden;
}

.picslist img {
	width: 100%;
}

.picslist .title {
	width: 100%;
	margin-top: 10px;
	line-height: 160%;
	color: #009dc0;
	font-size: 14px;
	text-align: center;
}

.picslist a:hover .title {
	color: var(--common-background-color);
}

/*团队列表*/
.teamlist {
	padding: 35px 4px;
}

.teamlist li {
	width: 204px;
	width: calc((100% - 107px * 2) / 3);
	margin: 0 107px 31px 0;
}

.teamlist li:nth-child(3n) {
	margin-right: 0;
}

.teamlist li a {}

.teamlist li .img, .teamlist li img {
	width: 92px;
}

.teamlist li article {
	flex: 1;
	margin-left: 25px;
}

.teamlist li .title {
	line-height: 30px;
	font-size: 25px;
	color: #666;
}

.teamlist li .des {
	margin: 8px 0 15px 0;
	line-height: 150%;
	font-size: 16px;
	color: #000;
}

.teamlist li .details {
	width: 83px;
	height: 31px;
	background: url(../images/icon/arrowRight.png) no-repeat 61px center #948b8e;
	border-radius: 12px;
	padding-left: 17px;
	font-size: 20px;
	color: #fff;
}

.teamDetail {
	margin: 34px 0 0;
}

.teamDetail .img, .teamDetail .img img {
	width: 301px;
}

.teamDetail article {
	flex: 1;
	margin-left: 47px;
}

.teamDetail article .name {
	line-height: 38px;
	font-size: 26px;
	color: #e84c7b;
	padding-bottom: 15px;
	border-bottom: 2px dashed #ccc;
}

.teamDetail article .des {
	margin-top: 9px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #ccc;
}

.teamDetail article .des li {
	padding-left: 27px;
	line-height: 33px;
	font-size: 17px;
	color: #2d2d2d;
	background: url(../images/icon/star2.png) no-repeat left center;
}

.teamDetail article .intro {
	padding: 16px 2px;
	line-height: 180%;
	font-size: 16px;
	color: #2d2d2d;
}

.teamDetail article .intro h2 {
	line-height: 31px;
	font-size: 17px;
	color: #009dc0;
	margin-bottom: 15px;
}

.openHtml {
	overflow: hidden;
	width: 798px;
	height: 533px;
	background-color: #fff
}

.openHtml .h1 {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #eee;
	line-height: 46px;
	text-indent: 25px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #333
}

.openHtml .close {
	position: absolute;
	z-index: 999;
	top: 14px;
	right: 17px;
	display: block;
	width: 13px;
	height: 11px;
	background: url(../images/close.gif) no-repeat
}

.openHtml .htmlContent {
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	width: 753px;
	height: 420px;
	padding: 10px 0 0 25px;
	padding-right: 10px;
	border-bottom: 1px solid #ddd;
	line-height: 28px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #333
}

.openHtml .closeBlock {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 54px;
	margin-top: 1px;
	background-color: #f5f5f5
}

.openHtml .close2 {
	position: absolute;
	z-index: 999;
	top: 13px;
	left: 15px;
	display: block;
	width: 82px;
	height: 30px;
	background: #2384ef;
	background: linear-gradient(to bottom, #0080eb, #0565b2);
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #fff
}

.floatMenu {
	position: fixed;
	z-index: 99999;
	width: 226px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(to bottom, #0bafff, #0bafff);
	padding: 0 11px 9px 11px;
	border-radius: 10px;
}

.floatMenu .ask {
	width: 100%;
	height: 99px;
	background: url(../images/service.png) no-repeat;
	margin-top: -29px;
}

.floatMenu ul {}

.floatMenu ul li {
	width: 100%;
	margin-bottom: 3px;
}

.floatMenu ul li a {
	width: 100%;
	height: 46px;
	background-color: #fff;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}

.floatMenu ul li a:hover {
	background-color: var(--common-background-color);
	color: #fff;
}

/*分页*/
.pages {
	padding: 20px 0 15px 0;
	text-align: right;
}

.pages li {
	display: inline;
}

.pages li.active a {
	background-color: red;
}


.pages a,
.pages em {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	background: var(--common-color);
	border: 1px solid #fff;
	line-height: 28px;
	font-size: 14px;
	color: #fff
}

.pages span {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	line-height: 28px;
	font-size: 14px;
	color: #fff
}

.pages span.disabled {
	background: var(--common-color);
	color: #fff
}

.pages em {
	background: var(--common-color);
	color: #fff;
	font-style: normal;
}

/*在线留言*/
.guestbook {
	margin-top: 40px;
}

.guestbook h2 {
	height: 32px;
	font-size: 20px;
	color: #000;
}

.guestbook ul {
	margin-top: 14px;
}

.guestbook li {
	margin-bottom: 14px;
}

.guestbook .title {
	width: 104px;
	margin-left: 180px;
	height: 26px;
	font-size: 15px;
	color: #696969;
}

.guestbook .wbk {
	box-sizing: border-box;
	width: 317px;
	height: 26px;
	background: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 2px;
	padding: 0 5px;
	font-size: 15px;
	color: #333;
}

.guestbook .wby {
	box-sizing: border-box;
	width: 316px;
	height: 189px;
	border: 1px solid #b5b5b5;
	border-radius: 2px;
	padding: 5px;
	font-size: 15px;
	color: #333;
}

.guestbook .wbk:focus {
	border-color: #04654d;
}

.guestbook button {
	box-sizing: border-box;
	width: 72px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: var(--common-background-color);
	border: 0;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	font-family: 微软雅黑;
	margin-left: 400px;
	border-radius: 4px
}

/*home*/
.home {
	width: 100vw;
	height: 100vh;
	background: url(../images/bg/home.jpg?1.1) no-repeat;
	background-size: 100% 100%;
}

.home .logo {
	height: 44vh;
	animation: fadeInUp 1s;
}

.home .logo img {
	height: 100%;
}

.home .font {
	height: 6.49vh;
	animation: fadeInUp 1s;
}

.home .font img {
	height: 100%;
}

.home .enter {
	width: 22.8vh;
	height: 6.4vh;
	border: 2px solid #fff;
	border-radius: 32px;
	font-size: 2.2vh;
	color: #fff;
	margin-top: 5vh;
	animation: fadeInUp 1s;
}

.home article {
	animation: fadeInUp 1s;
	line-height: 140%;
	font-size: 2vh;
	color: #fff;
	margin-top: 5vh;
}

.home article .sydw img {
	max-height: 8vh;
	margin-top: 1vh;
}

.home article .phone {
	font-size: 3vh;
	color: #fff;
	margin-bottom: 10px;
}

.home article .phone i {
	margin-right: 5px;
}

.layer-wrap {
	padding: 20px;
}

.layer-input {
	flex: 1;
	height: 40px;
	background: none;
	border: 1px solid #ccc;
	margin-right: 10px;
	padding: 0 10px;
	transition: all .5s;
}

.layer-input:focus {
	border-color: var(--common-background-color);
	transition: all .5s;
}

.layer-button {
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	background: var(--common-background-color);
	color: #fff;
	font-size: 14px;
	border: 0;
}