<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_footer.css);
@import url(page_banner.css);
/*@import url(page_navsub.css);*/



/*========================================================
                      	 è¨­å®š
=========================================================*/


.h1-title {
	font-size: 24px;
	padding: 12px 0 15px;
	margin: 10px 0 60px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: relative;
	background-color: #3972a9;
}
.h2-title {
	position: relative;
	padding-left: 10px;
	font-size: 26px;
}
.h2-title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 20%;
	z-index: 9;
	width: 5px;
	height: 60%;
	background-color: #bf1a20;
}

.h3-c1 {
	background-color: #799cbd;
	color: #fff;
	padding: 8px 10px;
	margin-bottom: 10px;
}

.img-style img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}



/* å°ºå¯¸è¨­å®š */
@media (min-width: 768px) {
.h1-title {
	font-size: 32px;
}
}

@media (min-width: 1200px) {
.h1-title {
	font-size: 44px;
}
}
/*========================================================
                      	 å…§é&nbsp;æ¡†æž¶
=========================================================*/

.content {
	font-size: 18px;
	line-height: 32px;	
	padding-bottom: 30px;
}
.content-box {
}
/* scroll */
.scrolldown {
	position: relative;
}
.scrolldown span {
	height: 50px;
	width: 50px;
	display: block;
	position: relative;
	top : 0%;
	left : 50%;
	transform : translate(-50%, -0%);
	cursor: pointer;
}
.scrolldown-in {
	height: 46px;
	width: 46px;
	border: 2px solid #3972a9;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.scrolldown-in:before {
	content: '';
	height: 26px;
	width: 26px;
	display: block;
	border: 2px solid #3972a9;
	border-right-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 0px;
	left: 10px;
	animation: scrolldown 0.8s infinite alternate;
}
.scrolldown-white {
	border-color: #fff;
}
.scrolldown-white:before {
	border-color: #fff;
}

@keyframes scrolldown {
	from{top:0px;}
	to{top:7px;}
}
@-webkit-keyframes scrolldown{
	from{top:0px;}
	to{top:7px;}
}
@-moz-keyframes scrolldown {
	from{top:0px;}
	to{top:7px;}
}



/* éºµåŒ…å±‘ */
.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 20px 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}


/*========================================================
                   		è¨ºæ‰€ä»‹ç´¹
=========================================================*/

.about-list {
	font-size: 18px;
	line-height: 32px;
}
.about-list [class*="about-"] {
	padding-top: 2%;
	padding-bottom: 3%;
}
.about-list h2 {
	font-size: 32px;
}
.about-list img {
	margin-bottom: 20px;
}


/* é›…æ–¯ç¿&nbsp;ç·£èµ· */
.about-1 {
	margin-top: -60px;
}
.about-1 p {
	padding-bottom: 0;
}
/* éšŽæ®µç›®æ¨™ */
.about-2 {
	background-color: #5a8cbd;
	color: #fff;
}
/* é–€è¨ºç‰¹è‰² */

.about-3 &gt; div h3 {
	color: #C5090D;
	font-weight: bold;
}
.about-3 [class*="col-"] {
	margin-bottom: 30px;
}
.about-3 [class*="col-"] h3 {
	padding: 10px;
	color: #fff;
	margin: 0;
	text-align: center;
}
.about-3 [class*="col-"] img {
	margin-bottom: 10px;
}
.about-3 [class*="col-"]:nth-of-type(1) h3 {
	background-color: #39a9a0;
}
.about-3 [class*="col-"]:nth-of-type(2) h3 {
	background-color: #95a939;
}

/* === å°ºå¯¸è¨­å®š === */

@media (min-width: 768px) {
.about-3 [class*="col-"] {
	margin-bottom: 0px;
}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1600px) {
}


/*========================================================
                   		é†«ç”Ÿä»‹ç´¹
=========================================================*/

.doctor-1 h1 {
	font-size: 28px;
}

.doctor-1 [class*="col-"] {
	margin-bottom: 20px;
}
.doctor-1 [class*="col-"] .doctor-box {
	display: flex;
}
.doctor-1 [class*="col-"] .doctor-img {
	float: left;
	background-color: #6097cc;
	padding: 20px;
}
.doctor-1 [class*="col-"] .doctor-info {
	background-color: #ededed;
	padding: 10px 30px;
	width: 100%;
}
.doctor-1 [class*="col-"] .doctor-info .list-unstyled {
	list-style: disc;
    margin: 0 0 20px 24px;
}
.doctor-1 h3 {
	font-size: 22px;
	font-weight: bold;
}



/*========================================================
                   		ç™Œç—‡è¨ºç™‚
=========================================================*/

.cancer-2 {
	margin-bottom: 20px;
}
.cancer-2 a {
	color: #000;
	text-align: right;
	margin-left: 10px;
}
.cancer-2 [class*="col-"] {
	margin-bottom: 50px;
}
.cancer-2 [class*="col-"] h3 {
	padding: 10px;
	color: #fff;
	margin: 0;
}
.cancer-2 [class*="col-"]:nth-of-type(1) h3 {
	background-color: #39a9a0;
}
.cancer-2 [class*="col-"]:nth-of-type(2) h3 {
	background-color: #95a939;
}

.cancer-2 .author {
	text-align: right;
	margin: 10px 10px 10px 0;
	color: #3972a9;
	font-weight: bold;
}

/*========================================================
                         åœ‹éš›é†«ç™‚
=========================================================*/
.medical-list.medical2 h2{
	margin-bottom:30px;
	line-height:1.5;
}
.medical-list.medical2 .list_style li{
	font-size:30px;
	padding-bottom:30px;
}

/*========================================================
                         æœ€æ–°æ¶ˆæ¯
=========================================================*/

.news-list {
	background-color: #dbd0c5;
}
.news-post {
	text-align: center;
}
.news-post h1 {
	color: #9c6d4b;
	font-weight: bold;
	margin-bottom: 30px;
}
.news-post .post-minimal:nth-of-type(3n+1) .post-body h2 a {
	background-color: #39a9a0;
}
.news-post .post-minimal:nth-of-type(3n+2) .post-body h2 a {
	background-color: #3972a9;
	;
}
.news-post .post-minimal:nth-of-type(3n+3) .post-body h2 a {
	background-color: #95a939;
	;
}
/* ç›®éŒ„é&nbsp;è¨­å®š */
.post-minimal {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 2px 0px 5px 0px rgba(65, 65, 65, 0.12);
	box-shadow: 2px 0px 5px 0px rgba(65, 65, 65, 0.12);
	margin-bottom: 30px;
	text-align: left;
}
.post-minimal .post-body {
	padding: 20px;
}
.post-minimal * + .post-text {
	margin-top: 8px;
}
.post-minimal * + .post-meta {
	margin-top: 5px;
}
.post-minimal * + .post-meta i {
	color: #6bcad2;
}
.post-minimal .post-body h2 {
	margin: 0 0 14px 0;
}
.post-minimal .post-body h2 a {
	display: inline-block;
	font-size: 20px;
	padding: 5px 10px;
	color: #fff;
}
.post-more {
	text-align: right;
}

/* å°ºå¯¸è¨­å®š */
@media (max-width: 639px) {
.post-minimal {
	display: inline-block;
	width: 100%;
	max-width: 500px;
}
.post-minimal .post-image img {
	width: 100%;
	vertical-align: bottom;
}
}

@media (min-width: 640px) {
.post-minimal {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.post-minimal .post-left {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 320px;
}
.post-minimal .post-image {
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
}
.post-minimal .post-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	z-index: 1;
}
.post-minimal .post-body {
	padding: 30px 24px 30px 27px;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
}

@media (min-width: 1200px) {
.post-minimal .post-body {
	padding: 40px 26px 40px 50px;
}
}
/*========================================================
                   	æœ€æ–°æ¶ˆæ¯å…§é&nbsp;
=========================================================*/

.news-detail {
	margin-bottom: 30px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #3972a9;
}
.news-content {
	padding-bottom: 20px;
}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
/*
	display: block;
	margin: 0 auto 20px;
*/
}
/*å›žç›®éŒ„é&nbsp;*/
.news-detail .back {
	text-align: right;
	padding-top: 30px;
}
.news-detail .back a {
	background-color: #d0a712;
	padding: 5px 20px 7px;
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
*/
	color: #fff;
	font-size: 15px;
}
.news-detail .back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #d0a712;
	color: #fff;
	text-decoration: none;
}
.news-detail .back {
	border-top: 2px dashed #787878;
}
.news-detail .back a {
	background-color: #787878;
}

/* å°ºå¯¸è¨­å®š */

@media (min-width: 992px) {
/*
.news-content img {
	float: left;
	width: 40%;
	margin: 6px 30px 20px 0;
}
*/
}
/*========================================================
                         è¯çµ¡æˆ‘å€‘
=========================================================*/

.news-3 {
}
.news-3 dl {
	position: relative;
	margin-bottom: 20px;
}
.news-3 dl dt {
}
.news-3 dl dt span {
	display: inline-block;
	margin-bottom: 10px;
}
.news-3 dl dt img {
	width: 100%;
	vertical-align: bottom;
}
.news-3 dl dt .pic {
}
.news-3 dl dt .pic a {
	position: relative;
	display: block;
}
.news-3 dl dt .pic a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.news-3 dl dt .pic a:before {
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
	content: '';
	display: inline-block;
	background: url(../images/youtube.png) no-repeat center center;
	background-color: rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: .3s;
}
.news-3 dl dd {
	overflow: hidden;
	line-height: 28px;
}
.news-3 dl dd p {
	color: #333;
}
.news-3 dl dd time {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	color: #fff;
	font-size: 15px;
	padding: 9px 7px 5px;
	background-color: #6f94be;
	text-align: center;
}
.news-3 dl dd time span {
	font-size: 32px;
	font-weight: bold;
	display: block;
}
/*========================================================
                         è¯çµ¡æˆ‘å€‘
=========================================================*/


.contact-list {
	background: #fff url(../images/contact_bg.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
.contact-list [class *= col-] {
	margin-bottom: 30px;
}
.contact-list [class *= col-] h2 {
	color: #fff;
	font-size: 18px;
}
.contact-list [class *= col-] h2 span {
	display: inline-block;
	padding: 10px;
}
.contact-list [class *= col-] ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.contact-list [class *= col-] ul li {
	margin: 0 0 6px 0;
}
.contact-list [class *= col-] ul li span {
	color: #a50808;
	font-weight: bold;
}
.contact-list [class *= col-]:nth-of-type(6n+1) h2 {
	background-color: #9b6e55;
}
.contact-list [class *= col-]:nth-of-type(6n+2) h2 {
	background-color: #979b55;
}
.contact-list [class *= col-]:nth-of-type(6n+3) h2 {
	background-color: #559b6e;
}
.contact-list [class *= col-]:nth-of-type(6n+4) h2 {
	background-color: #555f9b;
}
.contact-list [class *= col-]:nth-of-type(6n+5) h2 {
	background-color: #9b556f;
}
.contact-list [class *= col-]:nth-of-type(6n+6) h2 {
	background-color: #55869b;
}
.map {
	margin-bottom: 50px;
}
.map iframe {
	background-color: #fff;
	border: 7px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

.qrcode-box {
    text-align: center;
    color: #004894;
    font-weight: bold;
}
.traffic_info p{
	padding-bottom:6px;
}
.traffic_info span{
	color: #a50808;
    font-weight: bold;
	border-bottom:1px solid #a50808;
}
.traffic_info hr{
	display:block;
	background: #000;
}


/* å°ºå¯¸è¨­å®š */
@media (min-width: 768px) {
    .qrcode-box {
        position: absolute;
        right: 50px;
        top: -10px;
        z-index: 9;
        text-align: center;
    }
	.traffic_info hr{
		display:none;
	}

}
@media (min-width: 1200px) and (max-width: 1599px){
    .qrcode-box {
        right: 16px;
    }
}

/*========================================================
                         æ„è¦‹è¡¨å–®
=========================================================*/


.form-horizontal {
	margin-bottom: 60px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 5px;
	padding: 5px 20px 5px 50px;
	border: 1px solid #c4c4c4;
	background-color: #fff;
}
.form-horizontal p {
	margin-bottom: 20px;
}
.form-horizontal [class *= col-] {
	position: relative;
	margin-bottom: 20px;
}
.form-horizontal [class *= col-] i {
	display: block;
	font-size: 16px;
	color: #333;
	width: 40px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #c4c4c4;
	background-color: #fff;
	position: absolute;
	left: 15px;
	top: 0px;
	border-radius: 5px;
	transition: all 0.4s ease;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0;
}
.form-group:nth-of-type(2n+2) {
	background-color: #f9f9f9;
}
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	height: 28px;
	padding: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* å°ºå¯¸è¨­å®š */
@media (max-width: 767px) {
.form-horizontal [class *= col-] i {
	left: 0px;
}
.form-horizontal [class *= col-] {
	padding-left: 0;
	padding-right: 0;
}
}

@media (min-width: 768px) {
.form-horizontal [class *= col-] i {
	left: 0px;
}
.form-horizontal .col-sm-6:nth-child(2n+1) {
	padding-left: 0;
}
.form-horizontal .col-sm-6:nth-child(2n+2) {
	padding-left: 0;
	padding-right: 0;
}
.form-horizontal .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
}

/*--google recaptcha éš±è—----*/
.grecaptcha-badge{ 
 visibility:hidden;
}
/*========================================================
                           è¡¨æ&nbsp;¼
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 20px 0;
	border: 1px solid #cccccc;
}
.table1 th {
	background: #6097cc;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;
	border-top: 0 !important;
}
.table1 td {
	padding: 0 5px;
	border-right:  1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.table1 td:last-child {
	border-right: none;
	text-align: center;
}
.table1 td.c1 {
	background-color: #f1f5f9;
}
.table1 td.left {
	text-align: left;
}
.table1 a.file {
	display: inline-block;
	margin-top: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/file_pdf.png) no-repeat center center;
	text-indent: -9999px;
}



.table2 {
}
.table2 caption {
	color: #333;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
.table2 caption i {
	color: #e72c19;
}
.table2 th {
	background: #e49d47;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;
	border-top: 0 !important;
	border-right: 1px solid #bab9bb;
}
.table2 td {
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-align: center;
}





/*========================================================
                         åœ–ç‰‡æ•ˆæžœ
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
	opacity: 0.3;
	-webkit-transform: scale(1);
	transform: scale(1);
}
a.figure:before {
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
	content: '';
	display: inline-block;
	background-color: #fff;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: .3s;
}
</pre></body></html>