/* 版心 */
p {
	font-size: 16px;
}
.w {
	margin: 0 auto;
	width: 1200px;
}

/* 顶部 */
.header {
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
}

.header .top-navbar {
	position: absolute;
	top: 45px;
	right: 0;
	left: 0;
	z-index: 9999;
	margin: 0 auto;
	width: 1200px;
	height: 90px;
	background-color: #fff;
	opacity: .9;
}

.header .top-navbar .navbar-logo {
	float: left;
	width: 198px;
	height: 100%;
}

.header .top-navbar .navbar-logo a {
	width: 100px;
	height: 100%;
}

.header .top-navbar .navbar-logo img {
	margin-top: 11px;
	width: 198px;
	height: 68px;
}

.header .top-navbar .navbar-main {
	float: left;
}

/* 轮播图 */
/* .header .top-navbar .carousel{

} */
.wrrswiper .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.wrrswiper .wrrswiper_pagination {
	bottom: 40px;
}
.wrrswiper .wrrswiper_pagination .swiper-pagination-bullet {
	margin: 0 30px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	cursor: pointer;
}
.wrrswiper .wrrswiper_pagination .swiper-pagination-bullet-active {
	width: 40px;
	border-radius: 10px;
	opacity: 1;
}

.header .carousel img {
	width: 100%;
	height: 100%;
}

/* 核心业务 */
.core {
	width: 1220px;
	height: 600px;
}
.core .module-title a {
	color: #000;
}

.core .core-main {
	margin: 0 auto;
	width: 1220px;
	height: 100%;
}

.core .core-main ul li {
	float: left;
	margin: 0 10px;
	width: 285px;
}

.core .core-main ul li img {
	width: 100%;
	height: 168px;
}

.core .core-main ul li p {
	margin: 18px 0 40px;
	text-align: center;
	font-size: 18px;
}
#core-ul li a {
	color: #333;
}

/* 医学官网覆盖展示 */
.maps {
	position: relative;
	margin-top: 60px;
	width: 100%;
	text-align: center;
}

.maps .module-title-w span::after {
	right: -160px !important;
}

.maps .fenbu {
	display: inline-block;
	width: 100%;
	/*min-height: 625px;*/
	/*position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;*/
}

.module-title-w {
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	z-index: 9999;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 30px;
}

.module-title-w span {
	position: relative;
	color: #fff;
}

.module-title-w span::before {
	position: absolute;
	top: 20px;
	left: -75px;
	width: 60px;
	height: 2px;
	background-color: #fff;
	content: "";
}

.module-title-w span::after {
	position: absolute;
	top: 20px;
	right: -75px;
	width: 60px;
	height: 2px;
	background-color: #fff;
	content: "";
}

/* 新闻中心 */
.news {
	position: relative;

/*height: 540px;*/
	background-color: #fff;
}

.news .news-main {
	position: relative;
	margin: 0 auto;
	height: 570px;
}

.news .news-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
	height: 360px;
}

.news .news-content {
	position: absolute;
	top: -30px;
	left: 0;
	width: 550px;
	height: 420px;
}

.news .news-content ul li {
	padding: 30px 0;
	width: 100%;
	height: 140px;
}

.news .news-content ul li:hover .dates {
	color: #036;
}

.news-c {
	display: none;
}

.news .news-content ul li:hover .news-c {
	display: block;
}

.news .news-content ul li:hover .news-unc {
	display: none;
}

.news .news-content ul li:hover .news-txt a {
	color: #036;
}

.news .news-content ul li .news-date {
	position: relative;
	float: left;
	width: 110px;
}

.news .news-content ul li .news-date img {
	width: 40px;
}

.news .news-content ul li .news-date .dates {
	position: absolute;
	top: 14px;
	left: 18px;
	width: 70px;
	height: 55px;
	cursor: pointer;
}

.news .news-content ul li .news-date .dates .date-y-m {
	font-size: 16px;
	line-height: 16px;
}

.news .news-content ul li .news-date .dates .date-d {
	font-size: 40px;
	line-height: 40px;
}

.news .news-content ul li .news-txt {
	float: left;
	padding: 0 5px;
	width: 430px;
	background-color: #fff;
}

.news .news-content ul li .news-txt a {
	display: block;
	overflow: hidden;
	margin-bottom: 16px;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
	font-size: 20px;
}

/*.news .news-content ul li .news-txt a:hover {
  color: #003366;
}*/

.news .news-content ul li .news-txt p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin: 0;
	color: #999;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 18px;

	-webkit-line-clamp: 2;
}

.news .news-content ul li .news-txt span {
	display: inline-block;
	width: 100%;
	color: #999;
	text-align: right;
	font-size: 12px;
}

/* 公司介绍 */
.introduce {
	position: relative;
	overflow: hidden;
	min-width: 1200px;
	width: 100%;
	height: 510px;
}

.introduce .jieshao-bg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 490px;
}

.introduce .jieshao-logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 135px;
}

.introduce .introduce-txt {
	position: absolute;
	top: 105px;
	left: 58%;
	width: 490px;
	color: #fff;
}

.introduce .introduce-txt h3 {
	margin-bottom: 12px;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
}

.introduce .introduce-txt p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	height: 260px;
	font-size: 18px;
	line-height: 34px;

	-webkit-line-clamp: 5;
}

.introduce .introduce-txt .introduce-btn-white {
	margin: 20px auto 0;
	width: 160px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 20px;
	line-height: 38px;
	cursor: pointer;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.introduce .introduce-txt .introduce-btn-white a {
	color: #fff;
}

.introduce .introduce-txt .introduce-btn-white:hover {
	background-color: #fff;
}

.introduce .introduce-txt .introduce-btn-white:hover a {
	color: #000;
}

/* 荣誉资质 */
.honor {
	position: relative;
	width: 100%;
	height: 510px;
	background-color: #fff;
}

.honor .honor-img {
	margin: 0 auto;
	width: 1240px;
}

.honors-img img {
	display: inline-block;
	margin: 20px 15px;
	width: 190px;
	height: 280px;
}

.honor ul li {
	float: left;
	margin: 0 44px;
}

.honor ul li img {
	width: 160px;
	height: 220px;
}

/* footer */
.footer {
	position: relative;
	width: 100%;
	height: 450px;
	background-color: #272c2f;
}

.footer .footer-msg .msg-left {
	position: absolute;
	top: 110px;
	right: 50%;
	display: flex;
	justify-content: end;
	width: 600px;
}

.footer .footer-msg .msg-right {
	position: absolute;
	top: 110px;
	left: 50%;
	padding-left: 120px;
	width: 600px;
}

.footer .footer-msg .msg-right ul {
	width: 280px;
}
.footer .footer-msg .msg-right ul li span {
	line-height: 40px;
}

.footer .footer-msg .msg-right .logo {
	margin-bottom: 32px;
	width: 164px;
}

.msg-right .qrcode {
	position: absolute;
	top: 20px;
	left: 440px;
	width: 160px;
}

.qrcode img {
	width: 100%;
}

.footer .footer-msg .msg-left ul {
	flex: 1;
}
.footer .footer-msg h5 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}

.footer .footer-msg,
.footer .footer-msg .msg-left a,
.footer .footer-msg .msg-left span {
	color: #ddd;
	font-size: 16px;
}

.footer-msg .msg-left a,
.footer-msg .msg-left span {
	line-height: 40px;
}

.footer .footer-msg .msg-left a:hover {
	color: #fff;
}

.footer .footer-msg .record {
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
	margin: 0 auto;
	width: 440px;
	width: 450px;
	text-align: center;
}

.footer .footer-msg .record span {
	display: inline-block;
	color: #ddd;
	font-size: 12px;
	line-height: 16px;
}
.footer .footer-msg .record span .blue {
	color: #48d1ff;
}

/*    ====== 组件样式 ======     */
.bgc-f5 {
	background-color: #036;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.minh-450 {
	/* min-height: 450px !important; */
}

/* 三角 */
.sanjiao {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 50px;
}

.sanjiao-b {
	position: absolute;
	right: 0;
	bottom: 1px;
	left: 0;
	margin: 0 auto;
	width: 50px;
}

/* 模块标题 */
.module-title {
	margin: 100px auto 60px;
	text-align: center;
	font-size: 16px;
	font-size: 30px;
}

.module-title span {
	position: relative;
}

.module-title span::before {
	position: absolute;
	top: 20px;
	left: -75px;
	width: 60px;
	height: 2px;
	background-color: #000;
	content: "";
}

.module-title span::after {
	position: absolute;
	top: 20px;
	right: -75px;
	width: 60px;
	height: 2px;
	background-color: #000;
	content: "";
}

/* 更多按钮 */
.more-btn-blue {
	position: absolute;
	right: 0;
	bottom: 100px;
	left: 0;
	margin: 0 auto;
	width: 160px;
	height: 40px;
	border: 1px solid #036;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.more-btn-blue a {
	color: #036;
	font-size: 20px;
	line-height: 38px;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.more-btn-blue:hover {
	background-color: #036;
}

.more-btn-blue:hover a {
	color: #fff;
}

/*  ======  页面布局   ======   */

/* 页面顶部 */

.view-header {
	width: 100%;
}

.view-header .crumbs {
	margin: 0 auto;
	width: 100%;
	height: 46px;
	background-color: #f5f5f5;
}

.view-header .crumbs .crumbs-main {
	margin: 0 auto;
	width: 1200px;
	line-height: 46px;
}

.view-header .crumbs .crumbs-main p {
	font-size: 12px;
}

.view-header .crumbs .crumbs-main p span {
	color: #666;
}

.view-header .crumbs .crumbs-main p a {
	color: #000;
}

.view-header .crumbs .crumbs-main p a:hover {
	color: #666;
}

.view-header .header {
	height: 90px;
}

.view-header .header .top-navbar {
	top: 0;
}

/* 页面主体 */

.view-w {
	margin: 40px auto;
	min-height: 200px;
	width: 1200px;
}

.view-main {
	position: relative;
}

.view-main::after {
	display: block;
	clear: both;
	overflow: hidden;
	content: "";
}

.view-main-title h2 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #222;
	text-align: left;
	font-size: 22px;
}

.view-main-title h1 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #222;
	text-align: left;
	font-size: 26px;
}

.view-main-title h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #222;
	text-align: left;
	font-size: 18px;
}

.text-img,
.text-img-103 {
	display: block;
	margin: 0 auto 30px;
	width: 600px;
}

.view-text {
	margin: 20px 0;
	margin-top: 10px;
	color: #666;
	text-align: justify;
	text-indent: 2em;
	font-size: 16px;
	line-height: 26px;
}

.view-main .view-main-left {
	position: relative;
	float: left;
	min-height: 32px;
	width: 260px;
}

.view-main .view-main-left .side-title {
	width: 202px;
	height: 40px;
	/*margin-left: 29px;*/
}

.view-main .view-main-left .line-y {
	position: absolute;
	top: 0;
	left: 29px;
	width: 3px;
	height: 100%;
	background-color: #036;
}

.view-main .view-main-right {
	margin-bottom: 50px;
	margin-left: 300px;
	min-height: 450px;
	width: 900px;
}

.honor-guide {
	color: #036;
}

.honor-guide span {
	vertical-align: middle;
	font-size: 16px;
}

.honor-guide span img {
	margin-bottom: 3px;
}

.honor-ul li {
	line-height: 44px;
}

/* 关于我们 */

.headquarters ul {
	margin: 40px 0;
	height: 180px;
}

.headquarters ul li {
	float: left;
	width: 167px;
	text-align: center;
}

.headquarters ul li img {
	width: 100px;
}

.headquarters ul li p {
	margin: 0;
	font-size: 12px;
}

.office {
	padding: 20px 0;
	width: 100%;
}

.office .office-tag {
	display: inline-block;
	margin: 20px 0;
	width: 49%;
}

.office .office-tag p {
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}

/* 新闻中心页面 */

.view-news-title h2 {
	margin: 10px 0;
	text-align: left;
	font-size: 22px;
}

.view-news-source {
	margin-bottom: 10px;
	width: 100%;
	height: 30px;
}

.view-news-source .source-text {
	float: left;
	margin: 0;
	width: 300px;
	color: #989ea2;
	font-size: 12px;
	line-height: 30px;
}

.view-text-img {
	margin: 0 10%;
	width: 80%;
}

.share-title {
	float: right;
	color: #989ea2;
	font-size: 12px;
	line-height: 30px;
}

.view-news-share {
	float: right;
}

.view-news-line {
	margin-bottom: 40px;
	width: 100%;
	height: 100px;
}

.view-news-line img {
	width: 200px;
	height: 100px;

	object-fit: cover;
}

.news-line-right {
	float: right;
	width: 680px;
}

.news-line-right .line-right-text {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin: 0;
	width: 100%;
	color: #989ea2;
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 15px;

	-webkit-line-clamp: 2;
}

.news-line-right h4 {
	margin-top: 10px;
	margin-bottom: 18px;
	font-size: 14px;
}

.news-line-right h4 a {
	display: inline-block;
	overflow: hidden;
	width: 400px;
	color: #222;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
}

.news-line-right h4 a:hover {
	color: #036;
}

.news-line-right h4 span {
	float: right;
	margin-top: 4px;
	color: #989ea2;
}
.news .article_con h1 {
	margin-bottom: 20px;
	font-size: 24px;
}
.news-nodata {
	padding-top: 30px;
	text-align: center;
}

.paging {
	text-align: center;
}

.paging > div {
	margin: 50px auto;
}

.paging a,
.paging span {
	display: inline-block;
	margin: 0 4px;
	padding: 5px 10px;
	border: 1px solid #009ae1;
	color: #000;
	text-align: center;
	cursor: pointer;
}

.paging .current {
	background-color: #009ae1;
	color: #fff;
	cursor: text;
}

.mt-20 {
	margin-top: 20px;
}

.ia-w40 {
	margin-top: 30px;
	margin-left: 20%;
	width: 40%;
}

.ia-w60 {
	margin-top: 30px;
	margin-left: 20%;
	width: 60%;
}

.ia-w80 {
	margin-top: 30px;
	margin-left: 10%;
	width: 80%;
}

p .glyphicon-triangle-right {
	text-indent: -1em;
}

.img-right {
	float: right;
	margin-top: 40px;
	margin-left: 20px;
	height: 350px;
}

.article_txt {
	visibility: visible;
	clear: both;
	box-sizing: border-box !important;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	min-height: 1em;
	max-width: 100%;
	outline: 0;
	color: rgb(34, 34, 34);
	text-align: justify;
	letter-spacing: .544px;
	font-size: 17px;

	overflow-wrap: break-word !important;
}
img {
	max-width: 100%;
}
.ql-align-center {
	text-align: center;
}
.ql-align-left {
	text-align: left;
}
.ql-align-right {
	text-align: right;
}
