<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { background: #fff; max-width: 1920px; min-width: 320px; margin: 0px auto; overflow-x: hidden; }
* { outline: none; }
.swiper-button-next:after, .swiper-button-prev:after { display: none; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { pointer-events: initial; cursor: not-allowed; }

.header.on { }

/**å¤´éƒ¨å¼€å§‹*/
.header { width: 100%; padding: 23px 120px; background: #FFFFFF; box-sizing: border-box; position: fixed; top: 0px; left: 0px; z-index: 99; box-shadow: 0px 0px 8px rgba(0,0,0,0.25); }
.header .content { display: flex }
.header .logo { height: 70px; width: auto; display: block; float: left; }

.header .nav_box { float: right; line-height: 70px; height: 70px; position: relative; display: flex; flex: 1; }

.header .nav_box &gt; ul { float: left; flex: 1; text-align: right; }
.header .nav_box &gt; ul &gt; li { display: inline-block; padding: 0px 10px; position: relative; text-align: left; }
.header .nav_box &gt; ul &gt; li &gt; a { font-size: 16px; font-weight: bold; color: #333333; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.header .nav_box &gt; ul &gt; li &gt; a:hover { transform: scale(1.05); color: #6ac3fb; }
.header .nav_box &gt; ul &gt; li.djfc &gt; a { color: #e00000; background: url(../images/icon_djfc.png) no-repeat left; padding-left: 20px; }
.header .nav_box &gt; ul &gt; li.old &gt; a { color: #6ac3fb; }

.header .nav_box &gt; ul &gt; li dl { position: absolute; background: #fff; padding: 10px 20px; box-shadow: #666 0px 0px 5px; border-radius: 10px; opacity: 0; transform: translateY(10px); visibility: hidden; }
.header .nav_box &gt; ul &gt; li:hover dl { opacity: 1; transform: translateY(0px); visibility: visible; }
.header .nav_box &gt; ul &gt; li dl:before { content: ''; display: block; width: 10px; height: 10px; background: #fff; transform: rotate(45deg); border: 1px #ddd solid; border-right: 0px; border-bottom: 0px; position: absolute; top: -7px; left: 20px; }
.header .nav_box &gt; ul &gt; li dl dd { line-height: 30px; white-space: nowrap; }
.header .nav_box &gt; ul &gt; li dl dd a:hover { color: #6ac3fb; }


.header .nav_box .btn_search { float: right; height: 46px; display: flex; align-items: center; margin-left: 10px; padding: 0px 5px; background: #fafafa; border-radius: 23px; position: relative; top: 50%; transform: translateY(-50%); }
.header .nav_box .btn_search .stxt { padding-left: 20px; box-sizing: border-box; width: 100%; flex: 1; }
.header .nav_box .btn_search .search_show_btn { vertical-align: middle; background: url(../images/icon_top_search.png) no-repeat; height: 38px; width: 38px; }
.header .nav_box .btn_search_img { display: none; }

.m_nav_btn { display: none; background: #6ac3fb; height: 70px; width: 70px; display: none; position: absolute; top: 0px; right: 0px; cursor: pointer; float: left; z-index: 3; transition: all 0.3s; }
.m_nav_btn i { display: block; height: 1px; background: #FFF; width: 50%; position: absolute; top: 50%; left: 50%; transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); transition: all 0.3s; opacity: 1; }
.m_nav_btn i::after { content: ""; display: block; height: 1px; background: #FFF; width: 100%; position: absolute; top: -13px; left: 0px; transition: all 0.3s; }
.m_nav_btn i::before { content: ""; display: block; height: 1px; background: #FFF; width: 100%; position: absolute; bottom: -13px; left: 0px; transition: all 0.3s; }
.m_nav_btn.close i { background: none; opacity: 1; }
.m_nav_btn.close i::after { transform: rotate(45deg); top: 0px; }
.m_nav_btn.close i::before { transform: rotate(-45deg); bottom: 0px; }

/*å¤´éƒ¨é—´éš™æ¡*/
.header_space { height: 116px; }

/*æœç´¢*/
.sh_bkg { position: fixed; left: 0; top: 0; z-index: 2000; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); display: none; transition: all 220ms linear; }
.sh_box { position: fixed; left: 50%; margin-left: -390px; top: 50%; margin-top: -94px; z-index: 2001; width: 780px; display: none; text-align: center; transition: all 220ms linear; }
.sh_box form { width: 100%; overflow: hidden; }
.sh_box .box { width: 100%; text-align: center; overflow: hidden; }
.sh_box .stxt { float: left; width: 675px; height: 88px; line-height: 88px; padding: 0px 20px; border: 0; box-sizing: border-box; background: #FFFFFF; }
.sh_box .sbtn { float: left; width: 105px; height: 88px; line-height: 88px; text-align: center; color: #FFF; background: #6ac3fb url(../images/index_04.png) center center no-repeat; border: 0; cursor: pointer; }

.sh_box .close { position: relative; width: 80px; height: 80px; float: none; margin: 0px auto; cursor: pointer; margin-bottom: 20px; }
.sh_box .close:before, .sh_box .close:after { content: ""; display: block; width: 80px; height: 1px; background-color: #FFF; position: absolute; left: 0px; top: 40px; }
.sh_box .close:before { transform: rotate(45deg); }
.sh_box .close:after { transform: rotate(-45deg); }
/**å¤´éƒ¨ç»“æŸ*/

/**é¦–é¡µå¼€å§‹*/
/*ç„¦ç‚¹å›¾*/
.pcbox { max-width: 1680px; width: 100%; margin: 0px auto; box-sizing: border-box; padding: 0px 20px; }

.wapbox { overflow: hidden; width: 100%; }
.banner { width: 100%; overflow: hidden; position: relative; }
.banner #ban_swiper { width: 100%; height: 680px; position: relative; }
.banner #ban_swiper .swiper-slide { background-size: auto 100%; background-position: center center; }
.banner #ban_swiper .swiper-slide a { display: block; height: 100%; }
.banner #ban_swiper .swiper-slide .title { font-size: 56px; color: #FFFFFF; line-height: 80px; width: 1200px; position: absolute; bottom: 150px; left: 50%; transform: translateX(-50%); }
.banner #ban_swiper .swiper-slide dl { position: absolute; left: 50%; top: 40%; transform: translate(-50%,-50%); text-align: center; }
.banner #ban_swiper .swiper-slide dl dt { font-size: 54px; color: #FFFFFF; line-height: 80px; }
.banner #ban_swiper .swiper-slide dl dd { color: rgba(255, 255, 255, 0.60); font-size: 22px; }

.banner #ban_swiper .swiper-button-prev, .banner #ban_swiper .swiper-button-next { width: 68px; height: 68px; background: url(../images/icon_ban_arrow.png) center center no-repeat; background-size: 100% 100%; transition: all 320ms linear; }
.banner #ban_swiper .swiper-button-prev:hover, .banner #ban_swiper .swiper-button-next:hover { background: url(../images/icon_ban_arrow_on.png) center center no-repeat; background-size: 100% 100%; }
.banner #ban_swiper .swiper-button-prev { left: 5%; }
.banner #ban_swiper .swiper-button-next { right: 5%; transform: rotateY(180deg); }
.banner #ban_swiper .swiper-pagination { width: 1200px; text-align: left; position: absolute; bottom: 88px; left: 50%; transform: translateX(-50%); }
/*.banner #ban_swiper .swiper-pagination span { width: 20px; height: 20px; background: url(../images/ban_dot.png) center center no-repeat; background-size: 100% 100%; opacity: 1; }
.banner #ban_swiper .swiper-pagination span.swiper-pagination-bullet-active { background: url(../images/ban_dot_on.png) center center no-repeat; background-size: 100% 100%; }*/

.index_layer1 { background: url(../images/index_layer1_left_bg.jpg); position: relative; }

.index_layer1_menu { max-width: 1440px; width: 100%; margin: 0px auto; position: absolute; z-index: 98; left: 50%; bottom: 30px; transform: translateX(-50%); }
.index_layer1_menu ul { display: flex; flex-wrap: wrap; }
.index_layer1_menu ul li { width: 25%; float: left; transition: all 0.5s; }

.index_layer1_menu ul li dl { position: relative; top: 0px; display: flex; transition: all 0.5s; background: url(../images/index_layer1_menu1.png) no-repeat top; background-size: 100% auto; padding: 35px 37px 35px 120px; box-sizing: border-box; }
.index_layer1_menu ul li dl.img1 { background: url(../images/index_layer1_menu1.png) no-repeat top; }
.index_layer1_menu ul li dl.img2 { background: url(../images/index_layer1_menu2.png) no-repeat top; }
.index_layer1_menu ul li dl.img3 { background: url(../images/index_layer1_menu3.png) no-repeat top; }
.index_layer1_menu ul li dl.img4 { background: url(../images/index_layer1_menu4.png) no-repeat top; }
.index_layer1_menu ul li dl dt { flex: 1; }
.index_layer1_menu ul li dl dt b { font-size: 22px; color: #fff; display: block; line-height: 1.5; }
.index_layer1_menu ul li dl dt span { font-size: 14px; color: rgba(255, 255, 255, 0.5); }
.index_layer1_menu ul li a:hover dl { top: -20px; }

.index_layer1 { background: url('../images/inbox2_new_bg.jpg') top right; height: 600px; }

.index_layer1_box { padding-top: 50px; padding-bottom: 70px; display: flex; }
.index_layer1_box .index_layer1_box_l { flex: 1; }
.index_layer1_box .index_layer1_box_r { width: 340px; margin-left: 40px; overflow: hidden; }
.index_layer1_box_l .tab { display: flex; line-height: 75px; height: 75px; overflow: hidden; }
.index_layer1_box_l .tab dt { flex: 1; }
.index_layer1_box_l .tab dt a { font-size: 30px; color: rgba(51, 51, 51, 0.60); display: inline-block; margin-right: 20px; }
.index_layer1_box_l .tab dt a.sel { color: #333333; }
.index_layer1_box_l .tab dd { width: 100px; text-align: right; }
.index_layer1_box_l .tab dd a { color: #6ac3fb; }
.index_layer1_box_l .list ul { display: flex; }
.index_layer1_box_l .list ul li.l { flex: 1; position: relative; }
.index_layer1_box_l .list ul li.l .hotbox { overflow: hidden; position: relative; margin: 0px auto; }
.index_layer1_box_l .list ul li.l .img { background: #fff; text-align: center; }
.index_layer1_box_l .list ul li.l .img img { max-width: 100%; height: 385px; object-fit: cover; max-height: calc(385px); }
.index_layer1_box_l .list ul li.l dl { position: absolute; bottom: 0px; left: 0px; right: 0px; background: linear-gradient( to top,rgba(0,0,0,0.8),rgba(0,0,0,0.0)); padding: 40px 40px 20px 40px; }
.index_layer1_box_l .list ul li.l dl dt { color: #fff; font-weight: bold; font-size: 20px; padding: 5px 0px; line-height: 1.5; }
.index_layer1_box_l .list ul li.l dl dd { color: rgba(255, 255, 255, 0.60); font-size: 12px; padding: 5px 0px; }
.index_layer1_box_l .list .hotnews_swiper { overflow: hidden; position: relative; }

.index_layer1_box_l .list ul li.r { width: 330px; margin-left: 40px; background: #fff; }
.index_layer1_box_l .list ul li.r dl { padding: 20px; }
.index_layer1_box_l .list ul li.r dl dt { height: 170px; overflow: hidden; margin-bottom: 10px; }
.index_layer1_box_l .list ul li.r dl dt img { max-height: 100%; display: block; margin: 0px auto; }
.index_layer1_box_l .list ul li.r dl dd { padding: 10px 0px; line-height: 1.5; }
.index_layer1_box_l .list ul li.r dl dd.time { font-size: 14px; color: #6ac3fb; }
.index_layer1_box_l .list ul li.r dl dd.tit { font-size: 18px; color: #333333; font-weight: bold; }
.index_layer1_box_l .list ul li.r dl dd.more { font-size: 12px; color: #999999; }

.index_layer1_box_r &gt; dl &gt; dt { font-size: 30px; color: #333333; display: inline-block; margin-right: 20px; line-height: 75px; height: 75px; overflow: hidden; }
.index_layer1_box_r .list { max-height: 386px; overflow: hidden; width: 340px; }
.index_layer1_box_r .list ul { padding: 20px 30px 20px 30px; background: #fff; box-sizing: border-box; height: 343px; overflow: hidden; }
.index_layer1_box_r .list ul li dl { padding: 7px 0px; }
.index_layer1_box_r .list ul li dl dt { font-size: 14px; color: #333; line-height: 1.5; }
.index_layer1_box_r .list ul li dl dd { font-size: 14px; color: #6ac3fb; padding: 5px 0px; }
.index_layer1_box_r .list &gt; .btn { line-height: 43px; color: #fff; background: #6ac3fb; text-align: center; }

.index_layer2 { background: url('../images/inbox2_new_bg1.jpg'); }
.index_layer2 ul { padding: 40px 0px; }
.index_layer2 li &gt; dl { margin-bottom: 80px; }
.index_layer2 li &gt; dl dt { color: #fff; font-size: 36px; padding: 20px 0px; background: url(../images/icon_ks.png) no-repeat left; padding-left: 50px; }
.index_layer2 li &gt; dl dd { color: #fff; font-size: 14px; line-height: 1.5; position: relative; }
.index_layer2 li &gt; dl dd a { position: absolute; right: 0px; top: 50%; transform: translateY(-50%); background: url('../images/icon_add.png') no-repeat; background-size: auto 100%; display: block; line-height: 48px; padding-left: 60px; font-size: 16px; color: #fff; }
.index_layer2 .new_inbox3_ks { background: url('../images/index_ks_bg.jpg') no-repeat #e0f4fa; border-left: 10px #6ac3fb solid; border-right: 10px #6ac3fb solid; overflow: hidden; position: relative; padding: 0px 120px; }
.index_layer2 .new_inbox3_ks .ks_swiper { height: 396px; overflow: hidden; }
.index_layer2 .new_inbox3_ks dl { display: flex; position: relative; top: 50%; transform: translateY(-50%); }
.index_layer2 .new_inbox3_ks dl dd { flex: 1; padding-right: 40px; }
.index_layer2 .new_inbox3_ks dl dd strong { font-size: 26px; color: #333; line-height: 2; display: block; }
.index_layer2 .new_inbox3_ks dl dd span.desc { font-size: 14px; color: #4c4c4c; line-height: 2; display: block; }
.index_layer2 .new_inbox3_ks dl dd span.btn { width: 150px; height: 50px; line-height: 50px; border: 1px #6ac3fb solid; display: block; padding: 3px; margin-top: 20px; }
.index_layer2 .new_inbox3_ks dl dd span.btn a { display: block; background: #6ac3fb; color: #fff; text-align: center; }
.index_layer2 .new_inbox3_ks dl dt { font-size: 16px; color: #333; line-height: 2; width: 400px; padding-right: 40px; }
.new_inbox3_ks .ks_swiper-button { position: absolute; left: auto; right: 60px; top: 50%; transform: translateY(-50%); z-index: 1; cursor: pointer; }
.new_inbox3_ks .ks_swiper-button .btn { opacity: 0.8; margin-bottom: 10px; width: 50px; height: 50px; background: url(../images/icon_arr_white.png) no-repeat center center #6ac3fb; border-radius: 50%; }
.new_inbox3_ks .ks_swiper-button .btn:hover { opacity: 1; }
.new_inbox3_ks .ks_swiper-button .ks_swiper-button-prev { transform: rotate(-180deg); }
.new_inbox3_ks .ks_swiper-button .swiper-button-disabled { background-color: #e0e0e0; }


.index_layer3 { background: url('../images/inbox2_new_bg2.jpg') no-repeat; padding: 60px 0px }
.index_layer3 .index_doctor_tit dl { display: flex; }
.index_layer3 .index_doctor_tit dl dt { flex: 1; line-height: 64px; font-size: 30px; }
.index_layer3 .index_doctor_tit dl dd a { width: 170px; border: 1px #6ac3fb solid; line-height: 64px; text-align: center; color: #6ac3fb; display: block; }
.index_doctor_swiper { position: relative; overflow: hidden; padding: 0px 0px 80px 0px; }
.index_doctor_swiper dl { position: relative; margin: 40px 10px; }
.index_doctor_swiper dl dt { text-align: center; }
.index_doctor_swiper dl dt img { width: 100%; }
.index_doctor_swiper dl dd { position: absolute; bottom: 0px; left: 0px; right: 0px; background: linear-gradient(to top,rgba(106, 195, 251, 0.80),rgba(54, 109, 143, 0)); text-align: center; color: #fff; padding-bottom: 10px; }
.index_doctor_swiper dl dd strong.tit { font-size: 24px; line-height: 2; display: block; }
.index_doctor_swiper dl dd span.desc { font-size: 14px; line-height: 2; display: block; }

.doc_swiper-button { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 1; cursor: pointer; }
.doc_swiper-button .btn { opacity: 0.8; display: inline-block; margin: 0px 15px; width: 50px; height: 50px; background: url(../images/icon_arr_white.png) no-repeat center center #6ac3fb; border-radius: 50%; transform: rotate(-90deg); }
.doc_swiper-button .btn:hover { opacity: 1; }
.doc_swiper-button .doc_swiper-button-prev { transform: rotate(90deg); }
.doc_swiper-button .swiper-button-disabled { background-color: #e0e0e0; }


.index_layer4 { padding: 80px 0px; }
.index_child_box { position: relative; overflow: hidden; }
.mySwiper_child_img { position: absolute; bottom: 20px; width: 1000px; left: 50%; transform: translateX(-50%); z-index: 1; text-align: center; }
.mySwiper_child_img2 { overflow: hidden; }
.mySwiper_child_img dl { cursor: pointer; display: block; background: rgba(255, 255, 255, 0.80); padding: 20px 30px; text-align: left; margin: 0px 10px; }
.mySwiper_child_img .swiper-slide-thumb-active dl { background: #fff; }
.mySwiper_child_img dl dt { font-size: 26px; color: #333; line-height: 1.5 }
.mySwiper_child_img dl dd { font-size: 14px; color: #333; line-height: 1.5 }
.mySwiper_child_img dl dd img { margin-right: 5px; }
/**é¦–é¡µç»“æŸ*/
/**åº•éƒ¨å¼€å§‹*/
.footer { }

.foot_top { position: fixed; right: 50px; bottom: 100px; text-align: center; }
.foot_top b { display: block; font-size: 30px; margin: 10px 0px; color: #333; }
.foot_top span { display: block; font-size: 16px; color: #333; }

.foot1 { background: url(../images/index2_new_bg.jpg); padding: 32px 0px; }





.footerlink ul { display: flex; }
.footerlink ul li { flex: 1; }
.footerlink ul li a { padding: 20px; background: #fff; display: block; margin: 0px 20px; }
.footerlink ul li dl { display: flex; background: url(../images/icon_arr_grey.png) no-repeat right center; }
.footerlink ul li dl dt { width: 73px; height: 73px; margin-right: 20px; line-height: 40px; }
.footerlink ul li dl dd { flex: 1; font-size: 14px; font-weight: bold; line-height: 1.5; }
.footerlink ul li dl dd strong { font-size: 24px; font-weight: bold }
.footerlink ul li dl dd span { display: block; font-size: 14px; color: #b2b2b2; }
.foot1 .foot-d-nav { width: 100%; display: none; }
.foot1 .foot-d-nav .nav-item { float: left; }
.foot1 .foot-d-nav .nav-item { width: 11.111111%; text-align: left; }
.foot1 .foot-d-nav .nav-item .title { width: 100%; line-height: 30px; margin-bottom: 10px; position: relative; padding-bottom: 15px; }
.foot1 .foot-d-nav .nav-item .title a { font-size: 16px; color: #333333; font-weight: bold; transition: all 220ms ease-in; }
.foot1 .foot-d-nav .nav-item .title::after { content: ""; width: 18px; height: 1px; background: #96AED2; position: absolute; bottom: 0px; left: 0px; transition: all 220ms ease-in; }
.foot1 .foot-d-nav .nav-item .title .drop-btn { display: none; }
.foot1 .foot-d-nav .nav-item:hover .title::after { width: 32px; background: #0B48A3; }
.foot1 .foot-d-nav .nav-item ul { padding-top: 10px; padding-right: 10px; }
.foot1 .foot-d-nav .nav-item ul li { width: 100%; line-height: 30px; text-align: left; transition: all 320ms ease-in; position: relative; overflow: hidden; }
.foot1 .foot-d-nav .nav-item ul li a { font-size: 14px; color: #7F7F7F; transition: all 320ms ease-in; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.foot1 .foot-d-nav .nav-item ul li:hover a { color: #0B48A3; }


.foot1 .foot-x-nav { display: none; }

.footer .foot-x-nav { display: none; margin-bottom: 25px; }
.foot-x-nav .nav-item { color: #FFFFFF; border-bottom: 1px solid #fff; }
.foot-x-nav .nav-item a { color: #fff; font-size: 14px; }
.foot-x-nav .nav-item .title { width: 100%; line-height: 45px; position: relative; padding-left: 15px; color: #fff; font-size: 14px; box-sizing: border-box; }
.foot-x-nav .nav-item .title .drop-btn { font-family: simhei; width: 45px; height: 45px; display: none; cursor: pointer; font-size: 22px; line-height: 45px; text-align: center; position: absolute; right: 0px; top: 0px; transition: all 220ms linear; }
.foot-x-nav .nav-item.open .title .drop-btn { transform: rotate(-45deg); }
.foot-x-nav .nav-item .title a { display: block; }
.foot-x-nav .nav-item ul { padding-top: 5px; padding-bottom: 10px; display: none; }
.foot-x-nav .nav-item ul li { padding-left: 30px; line-height: 30px; }
.foot-x-nav .nav-item ul li a { line-height: 30px; }


.foot2 { background: #fff; position: relative; color: #333333; }
.foot2 .content { display: flex; padding: 60px 20px; }
.foot2 .content .l_box { width: 320px; }
.foot2 .content .l_box span { font-size: 20px; color: #333; padding: 10px; display: block; }
.foot2 .content .m_box { flex: 1; }
.foot2 .content .m_box ul { text-align: center; width: 330px; margin: 0px auto; }
.foot2 .content .m_box ul li { text-align: center; display: inline-block; width: 100px; line-height: 30px; }
.foot2 .content .m_box ul li a { font-size: 16px; }
.foot2 .content .r_box { width: 320px; }
.foot2 .content .r_box dl { display: flex; }
.foot2 .content .r_box dl dd { flex: 1; text-align: center; }
.foot2 .content1 { border-top: 1px #f7f7f7 solid; padding: 20px 0px; }
.foot2 .content1 dl { display: flex; }
.foot2 .content1 dl dd.dd1 { flex: 1; }
.foot2 .content1 dl dd.dd2 { width: 200px; text-align: right; }



/**åº•éƒ¨ç»“æŸ*/
/**äººæ°‘åŒ»é™¢å†…é¡µå¼€å§‹*/
.w1440 { max-width: 1440px; width: 100%; margin: 0px auto; box-sizing: border-box; }
.profile_box .banner { color: #fff; height: 359px; width: 100%; text-align: center; align-items: center; background-size: auto 100%; background-position: center center; background-repeat: no-repeat; }
.profile_box .banner &gt; dl { position: relative; top: 50%; transform: translateY(-50%); display: inline-block; max-width: 710px; padding: 0px 20px; box-sizing: border-box; }
.profile_box .banner &gt; dl dt { font-size: 34px; line-height: 1.5; }
.profile_box .banner &gt; dl dd { font-size: 16px; line-height: 2; color: rgba(255, 255, 255, 0.50) }
.profile_box .about_layer1 { padding: 60px 0px; }
.profile_box .about_layer1 ul { display: flex; }
.profile_box .about_layer1 ul li.left { width: 430px; }
.profile_box .about_layer1 ul li.left a { font-size: 24px; color: #666666; display: block; text-align: left; width: 150px; padding-bottom: 25px; margin-bottom: 20px; }
.profile_box .about_layer1 ul li.left a.cur { color: #6ac3fb; background: url('../images/icon_menu_bg.png') no-repeat bottom left; background-size: 100% auto; }
.profile_box .about_layer1 ul li.right { flex: 1; }
.profile_box .about_layer1 ul li.right .right_content { font-size: 16px; line-height: 1.5; color: #666666; height: 500px; overflow: hidden; overflow-y: auto; }
.profile_box .about_layer1 ul li.right .right_content::-webkit-scrollbar { /*æ»šåŠ¨æ¡æ•´ä½“æ&nbsp;·å¼*/ width: 5px; /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/ height: 1px; }
.profile_box .about_layer1 ul li.right .right_content::-webkit-scrollbar-thumb { /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/ border-radius: 5px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: #6ac3fb; }
.profile_box .about_layer1 ul li.right .right_content::-webkit-scrollbar-track { /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/ border-radius: 5px; background: none; width: 1px; }
#about_layer1_swiper .swiper-slide { position: relative; }
#about_layer1_swiper .swiper-slide .tit { width: 122px; height: 40px; line-height: 40px; text-align: center; color: #fff; position: absolute; right: 0px; top: 0px; background: #6ac3fb; }
#about_layer1_swiper { margin-left: 30px; overflow: hidden; }
#about_layer1_swiper .swiper-pagination .swiper-pagination-bullet { width: 36px; height: 2px; border-radius: 0px; background: #fff; opacity: 1; }
#about_layer1_swiper .swiper-pagination .swiper-pagination-bullet-active { background: #00a0e9; width: 46px }
.right_title { font-size: 30px; line-height: 2; margin-bottom: 20px; }
.right_title::after { content: ''; display: block; width: 91px; height: 2px; background: #6ac3fb; }

.about_layer2 { background: url(../images/about_banner_3.jpg) no-repeat; color: #fff; height: 309px; width: 100%; text-align: center; align-items: center; background-size: auto 100%; background-position: center center; background-repeat: no-repeat; }
.about_layer2 dl { text-align: center; font-size: 36px; line-height: 1.5; position: relative; top: 50%; transform: translateY(-50%); }
.about_layer_title { font-size: 36px; text-align: center; padding: 50px 0px; }
.about_layer_title::after { content: ''; display: block; width: 65px; height: 4px; background: #6ac3fb; margin: 20px auto; }
.about_layer3 { /*background: url(../images/about_banner_4.jpg) no-repeat;*/ position: relative; text-align: center; }
.about_layer3 .swiper-slide dl { text-align: center; padding: 30px 0px 50px 0px; }
.about_layer3 .swiper-slide dl dt { font-size: 160px; color: #bfbfbf; }
.about_layer3 .swiper-slide dl dd { font-size: 16px; margin-top: 30px; max-height: 150px; overflow: hidden; padding: 0px 0.2rem; }
.about_layer3 .swiper-slide dl dd * { background: none !important; line-height: 2; color: #333 !important; font-size: inherit; }
.about_layer3 .btn_box { width: 100%; position: relative; height: 75px; padding: 0px 30px; box-sizing: border-box; }
.about_layer3 .btn_box .bg { position: relative; height: 75px; background: url(../images/about_8.png) repeat-x; }
.about_layer3 .btn_box:before { content: ''; display: block; border-bottom: 3px #bfbfbf solid; position: absolute; left: 0px; right: 0px; top: 0px; height: 17px; }
.about_layer3 .btn_box .swiper-pagination { position: initial; white-space: nowrap; }
.about_layer3 .btn_box .swiper-pagination-bullet { width: 120px; height: auto; line-height: 1.5; font-size: 20px; color: #333; background: none; }
.about_layer3 .btn_box .swiper-pagination-bullet-active { color: #6ac3fb; font-weight: bold; }
.about_layer3 .btn_box .swiper-pagelist { position: absolute; top: 30px; left: 0px; right: 0px; overflow: hidden; overflow-x: auto; padding-bottom: 30px; }
.about_layer3 .btn_box .swiper-pagelist::-webkit-scrollbar { /*æ»šåŠ¨æ¡æ•´ä½“æ&nbsp;·å¼*/ width: 5px; /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/ height: 5px; }
.about_layer3 .btn_box .swiper-pagelist::-webkit-scrollbar-thumb { /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/ border-radius: 5px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: #6ac3fb; }
.about_layer3 .btn_box .swiper-pagelist::-webkit-scrollbar-track { /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/ border-radius: 5px; background: none; width: 1px; }




.btn_box .btn { top: -10px; opacity: 0.8; display: inline-block; margin: 0px 15px; width: 50px; height: 50px; background: url(../images/icon_arr_white.png) no-repeat center center #6ac3fb; border-radius: 50%; transform: rotate(-90deg); }
.btn_box .btn:hover { opacity: 1; }
.btn_box .swiper-button-prev { transform: rotate(90deg); }
.btn_box .swiper-button-disabled { background-color: #e0e0e0; }


.about_sb_swiper { position: relative; overflow: hidden; padding: 0px 0px 100px 0px; }
.about_sb_swiper dl { position: relative; width: 332px; margin: 0px auto; }
.about_sb_swiper dl dt { height: 440px; overflow: hidden; }
.about_sb_swiper dl dt img { display: block; height: 440px; object-fit: cover; max-height: calc(440px); object-position: center; }
.about_sb_swiper dl dd { position: absolute; bottom: 0px; left: 0px; right: 0px; background: linear-gradient(to top,rgba(106, 195, 251, 0.50),rgba(54, 109, 143, 0)); text-align: center; color: #fff; padding-bottom: 10px; }
.about_sb_swiper dl dd strong.tit { font-size: 20px; line-height: 2; display: block; }
.about_sb_swiper dl dd span.desc { font-size: 14px; line-height: 2; display: block; }

.about_sb_swiper-button { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); z-index: 1; cursor: pointer; }
.about_sb_swiper-button .btn { opacity: 0.8; display: inline-block; margin: 0px 15px; width: 50px; height: 50px; background: url(../images/icon_arr_white.png) no-repeat center center #6ac3fb; border-radius: 50%; transform: rotate(-90deg); }
.about_sb_swiper-button .btn:hover { opacity: 1; }
.about_sb_swiper-button .about_sb_swiper-button-prev { transform: rotate(90deg); }
.about_sb_swiper-button .swiper-button-disabled { background-color: #e0e0e0; }

.about_layer5 ul { display: flex; }
.about_layer5 ul li { flex: 1; }
.about_layer5 ul li a { display: block; background: url('../images/about_banner_6.jpg') no-repeat; height: 250px; margin: 0px 20px; }
.about_layer5 ul li a dl { display: flex; margin: 0px 60px; position: relative; top: 50%; transform: translateY(-50%); }
.about_layer5 ul li a dl dt { flex: 1; color: #fff; background: url(../images/about_icon_9.png) no-repeat left; padding-left: 80px; }
.about_layer5 ul li a dl dt strong { font-size: 30px; line-height: 1.8; }
.about_layer5 ul li a dl dt span { font-size: 14px; display: block; color: rgba(255, 255, 255, 0.50) }
.about_layer5 ul li a dl dd { height: 64px; width: 173px; border: 1px #fff solid; color: #fff; text-align: center; line-height: 64px; font-size: 16px; }
.about_layer5 ul li a dl dd:before { content: ''; background: url(../images/about_icon_11.png) no-repeat left; vertical-align: middle; margin-right: 10px; background-size: auto 100%; display: inline-block; width: 20px; height: 18px; }
.about_layer5 ul li.r a { background-image: url('../images/about_banner_7.jpg'); }
.about_layer5 ul li.r a dl dt { flex: 1; color: #fff; background: url(../images/about_icon_10.png) no-repeat left; padding-left: 80px; }


/*
.profile_box .about_layer1 ul li.right .right_content p { text-indent: 2em; }
.profile_box .about_layer1 ul li.right .right_content p img { text-indent: -2em; }
*/
.about_menu { position: absolute; bottom: 0px; left: 0px; right: 0px; background: rgba(106, 195, 251, 0.2); }
.about_menu ul li { display: flex; text-align: center; }
.about_menu ul li a { flex: 1; display: inline-block; }
.about_menu ul li dl { display: flex; height: 96px; line-height: 96px; color: #fff; margin: 0px 20px; text-align: center; padding: 0px 35px; }
.about_menu ul li dl.sel { background: linear-gradient(to top,rgba(106, 195, 251, 1),rgba(106, 195, 251, 0)); border: 1px #afd4ee solid; }
.about_menu ul li dl dt img { margin-right: 10px; vertical-align: middle; }
.about_menu ul li dl dd { font-size: 16px; }

.swiper_about_menu { position: relative; overflow: hidden; }

.swiper_about_menu .swiper-wrapper { justify-content: center; }
.swiper_about_menu .swiper-slide { }
.swiper_about_menu .swiper-slide dl { display: flex; height: 96px; line-height: 96px; color: #fff; text-align: center; padding: 0px 35px; }
.swiper_about_menu .swiper-slide dl.sel { background: linear-gradient(to top,rgba(106, 195, 251, 1),rgba(106, 195, 251, 0)); border: 1px #afd4ee solid; }
.swiper_about_menu .swiper-slide dl dt img { margin-right: 10px; vertical-align: middle; }
.swiper_about_menu .swiper-slide dl dd { font-size: 16px; text-align: center; margin: 0px auto; }


.swiper_about_menu .btn { opacity: 0.8; display: inline-block; width: 30px; height: 30px; background: url(../images/icon_arr_white.png) no-repeat center center #6ac3fb; background-size: 50%; border-radius: 50%; transform: rotate(-90deg); position: absolute; right: 0px; top: 35px; }
.swiper_about_menu .btn:hover { opacity: 1; }
.swiper_about_menu .menu_swiper-button-prev { background-image: url(../images/icon_arr_blue.png); background-color: #fff; left: 0px; }
.swiper_about_menu .swiper-button-disabled { display: none; }
.menu_swiper-button { position: absolute; top: 0px; left: 0px; right: 0px; z-index: 1; }







.ny_ban { position: relative; width: 100%; height: 359px; display: flex; align-items: center; text-align: center; background-size: auto 100%; background-position: center center; background-repeat: no-repeat; }
.ny_ban .box { vertical-align: middle; width: 100%; }
.ny_ban .box .title { font-size: 34px; color: #fefefe; margin-bottom: 24px; }
.ny_ban .box .en_title { font-size: 16px; color: rgba(255, 255, 255, 0.50); padding-bottom: 50px; max-width: 700px; margin: 0px auto; line-height: 20px; }
.ny_ban .box .en_title a { color: rgba(255, 255, 255, 0.50); }


.ny_box { padding: 40px 0px; }
.ny_box .ny_content { }
.ny_box .left { width: 300px; border-right: 1px #e0e0e0 solid; }
.ny_box .left a { font-size: 24px; color: #666666; display: block; text-align: left; width: 150px; padding-bottom: 25px; margin-bottom: 20px; }
.ny_box .left a.cur { color: #6ac3fb; background: url('../images/icon_menu_bg.png') no-repeat bottom left; background-size: 100% auto; }
.ny_box .right { flex: 1; padding-left: 40px; }
.ny_box .right .right_content { padding-left: 50px; font-size: 16px; line-height: 1.5; color: #666666; height: 500px; overflow: hidden; overflow-y: auto; }
/*.ny_box .right .right_content p { text-indent: 2em; }
.ny_box .right .right_content p img { text-indent: -2em; }*/


.ny_box .right .news_list_photo ul li { width: 33.33%; float: left; }
.ny_box .right .news_list_photo ul li dl { background: #ededed; margin-bottom: 40px; margin-right: 40px; }
.ny_box .right .news_list_photo ul li dl dt { height: 256px; overflow: hidden; }
.ny_box .right .news_list_photo ul li dl dt img { height: 256px; object-fit: cover; max-height: calc(256px); width: 100%; display: block; margin: 0px auto; }
.ny_box .right .news_list_photo ul li dl dd { padding: 10px 0px; margin: 0px 20px; }
.ny_box .right .news_list_photo ul li dl dd.time { font-size: 14px; color: #666666; background: url('../../default_temp/images/clock.png') no-repeat center left; background-size: auto 12px; padding-left: 20px; }
.ny_box .right .news_list_photo ul li dl dd.tit { font-size: 18px; color: #333; line-height: 1.2; font-weight: bold; height: 50px; line-height: 25px; }
.ny_box .right .news_list_photo ul li dl dd.desc { font-size: 16px; color: #666; line-height: 1.5; margin: 10px 0px; height: 50px; line-height: 25px; }
.ny_box .right .news_list_photo ul li dl dd.more { font-size: 14px; color: #6ac3fb; }


.news_list_text ul { overflow: hidden; width: 100%; }
.news_list_text ul li { width: 50%; float: left; }
.news_list_text ul li a { background: #f1f1f1; margin: 0px 5px 10px 5px; display: block; padding: 15px; }
.news_list_text ul li a dl { border: 1px #d2d2d2 dashed; display: flex; padding: 40px; }
.news_list_text ul li a dl dt { width: 60px; height: 45px; border-right: 2px #b5e1fd solid; color: #6ac3fb; font-size: 14px; line-height: 1.5; text-align: center; padding-right: 10px; }
.news_list_text ul li a dl dt span { display: block; font-weight: bold; }
.news_list_text ul li a dl dd { flex: 1; color: #333333; font-size: 20px; padding-left: 20px; line-height: 1.2; height: 48px; }

.news_list_text ul li a:hover { background: #6ac3fb; }
.news_list_text ul li a:hover dl { background: #6ac3fb; border: 1px #ddd dashed; }
.news_list_text ul li a:hover dl dt { border-right: 1px #b5e1fd solid; color: rgba(255, 255, 255, 0.80); }
.news_list_text ul li a:hover dl dd { flex: 1; color: #fff; font-size: 20px; padding-left: 20px; line-height: 1.2; }


/*.news_list_text ul li dl { background: #fff; padding: 28px; margin-bottom: 40px; margin-right: 40px; display: flex; }
.news_list_text ul li dl dt .time { width: 55px; height: 55px; border: 2px #e6ded1 solid; background: url(../images/icon_time.jpg) no-repeat; }
.news_list_text ul li dl dt .time b { display: block; padding: 5px 0px; font-size: 30px; text-align: center; color: #dac9ae; }
.news_list_text ul li dl dt .time span { display: block; font-size: 12px; text-align: center; color: #dac9ae; }
.news_list_text ul li dl dd { padding-left: 28px; flex: 1; }
.news_list_text ul li dl dd strong { font-size: 18px; color: #333; height: 50px; line-height: 25px; display: block; }
.news_list_text ul li dl dd span { display: block; background: url(../images/profile_arr.jpg) no-repeat bottom right; height: 20px; text-align: left; color: #6ac3fb; font-size: 14px; margin-top: 10px; line-height: 20px; }*/

.ny_box .ny_catelist { background: #f2f2f2; position: relative; top: -140px; }
.ny_box .ny_catelist ul { overflow: hidden; padding: 20px; }
.ny_box .ny_catelist ul li { width: 25%; float: left; }
.ny_box .ny_catelist ul li dl { margin: 10px; height: 165px; background-repeat: no-repeat; background-color: #fff; background-position: center center; background-size: auto 100%; text-align: center; }
.ny_box .ny_catelist ul li dl dt { font-size: 24px; padding-top: 50px; line-height: 2; }
.ny_box .ny_catelist ul li dl dd { font-size: 14px; }
.ny_search_box_0 { background: #fafafa; padding-bottom: 40px; }
.ny_search_box_1 { background: #fff; padding-bottom: 40px; }

.depart_search { max-width: 850px; margin: 30px auto; position: relative; }
.depart_search dl { display: flex; }
.depart_search dl dt { background: #f6f6f6; border: 1px #6ac3fb solid; max-width: 235px; height: 55px; border-radius: 32px; padding: 0px 28px; box-sizing: border-box; }
.depart_search dl dt select { background: none; border: none; width: 100%; height: 55px; }
.depart_search dl dd { background: #f6f6f6; border: 1px #6ac3fb solid; flex: 1; margin-left: 30px; height: 55px; border-radius: 32px; display: flex; padding: 0px 3px 0px 20px; }
.depart_search dl dd input.stxt { flex: 1; padding-left: 20px; }
.depart_search dl dd input.sbtn { vertical-align: middle; background: url(../images/icon_top_search.png) no-repeat center center; background-size: 48px; height: 55px; width: 55px; }


.ny_departlist { background: #fff; }
.ny_departlist ul.ks_cate_box { overflow: hidden; padding: 55px 0px; }
.ny_departlist ul.ks_cate_box li { float: left; width: 25%; }
.ny_departlist ul.ks_cate_box li dl { background: linear-gradient(to top,#e5e5e5,#fff); border: 1px #e4e4e4 solid; margin: 10px; height: 158px; padding: 28px; box-sizing: border-box; position: relative; }
.ny_departlist ul.ks_cate_box li dl dt { }
.ny_departlist ul.ks_cate_box li dl dt strong { font-size: 20px; color: #333; line-height: 2; display: block; padding-left: 30px; background: url(../images/depart_icon_2.png) no-repeat left center; }
.ny_departlist ul.ks_cate_box li dl dd { }
.ny_departlist ul.ks_cate_box li dl dd span { line-height: 1.5; color: #999999; font-size: 14px; }
.ny_departlist ul.ks_cate_box li dl dd span.desc { font-size: 14px; color: #333333; overflow: hidden }
.ny_departlist ul.ks_cate_box li dl dd span.more { font-size: 12px; color: #999999; padding: 10px 0px; }
.ny_departlist ul.ks_cate_box li a:hover dl { border: 1px #6ac3fb solid; background: #6ac3fb; }
.ny_departlist ul.ks_cate_box li a:hover dl strong { color: #fff; background-image: url(../images/depart_icon_1.png); }
.ny_departlist ul.ks_cate_box li a:hover dl span.desc { color: #fff; }
.ny_departlist ul.ks_cate_box li a:hover dl span.more { color: rgba(255, 255, 255, 0.50); }
.ny_departlist ul.ks_cate_box .ks_title { font-size: 24px; color: #00a0e9; font-weight: bold; padding: 20px 0px; }


.ny_doctorlist ul li { float: left; width: 33.33%; }
.ny_doctorlist ul li dl { display: flex; margin-right: 35px; margin-bottom: 35px; background: #f5f9f9; padding: 15px; box-sizing: border-box; }
.ny_doctorlist ul li dl dt { width: 195px; height: 270px; overflow: hidden; }
.ny_doctorlist ul li dl dt img { width: 100%; }
.ny_doctorlist ul li dl dd { flex: 1; padding-left: 25px; position: relative; }
.ny_doctorlist ul li dl dd strong { font-size: 24px; color: #333333; line-height: 40px; }
.ny_doctorlist ul li dl dd span { display: block; padding: 5px; }
.ny_doctorlist ul li dl dd span.ks { font-size: 14px; color: #333; margin: 10px 0px; line-height: 1.5; }
.ny_doctorlist ul li dl dd span.zc { font-size: 14px; color: #333; }
.ny_doctorlist ul li dl dd span.more { font-size: 14px; background: #e6e6e6; color: #666666; display: block; text-align: center; width: 140px; height: 55px; line-height: 55px; position: absolute; bottom: 0px; right: 0px; }
.ny_doctorlist ul li a:hover span.more { background: #6ac3fb; color: #fff; }
.depart_doctor_box { background: #f0f4f9; }

.flickr { text-align: center; margin-top: 40px; clear: both; }
.flickr .numbtn, .flickr .pagebtn { }
.flickr .numbtn { background: #b9b9b9; border-radius: 50%; display: inline-block; vertical-align: top; width: 40px; height: 40px; line-height: 40px; color: #fff; font-size: 16px; margin: 0px 5px; }
.flickr .numbtn.current { background: #6ac3fb; }
.flickr .pagebtn { display: inline-block; width: 40px; height: 40px; line-height: 40px; vertical-align: top; background: url(../images/expert_arrow.png); margin: 0px 5px; font-size: 0px; }
.flickr .lastbtn { position: relative; transform: rotate(180deg); font-size: 16px; }

.ny_box .ny_detail .news_detail .title { margin-top: 30px; font-size: 28px; line-height: 1.5em; font-weight: normal; text-align: center; color: #212121; font-family: "å¾®è½¯é›…é»‘"; }
.ny_box .ny_detail .news_detail .fbt { text-align: center; font-size: 18px; line-height: 1.5em; margin-top: 10px; }
.ny_box .ny_detail .news_detail .time { padding: 10px 0px; text-align: center; line-height: 25px; margin-bottom: 20px; border-bottom: 1px #ddd solid; }
.ny_box .ny_detail .news_detail .time span { color: #666666; font-size: 15px; padding-right: 15px; padding-left: 15px; }
.ny_box .ny_detail .news_detail .news_content { line-height: 2em; padding: 0px 20px; padding-bottom: 20px; font-size: 16px; min-height: 350px; }
.ny_box .ny_detail .news_detail .news_content img { max-width: 100% !important; height: auto !important; }
.ny_box .ny_detail .news_detail .news_content video { width: 100% !important; height: 480px !important; }
.ny_box .ny_detail .news_detail .pre_next { text-indent: 20px; line-height: 2em; color: #666666; }
.ny_box .ny_detail .news_detail .pn { width: 100%; margin: 0 auto; text-align: center; border-top: 1px solid #EDEFF1; padding: 30px 0; overflow: hidden; }
.ny_box .ny_detail .news_detail .pn .btn { display: inline-block; vertical-align: top; width: 166px; height: 39px; margin: 0px 20px; line-height: 39px; text-align: center; font-size: 13px; background: #E7E7E7; border-radius: 39px; }
.ny_box .ny_detail .news_detail .pn .btn:hover { background: #6ac3fb; color: #FFF; }

.ny_box .ny_detail .news_content { line-height: 2em; padding: 0px 20px; padding-bottom: 20px; font-size: 16px; min-height: 350px; }

.ny_box .depart_detail_box { display: flex; flex-wrap: wrap; text-align: right; position: relative; overflow: hidden; background: url('../images/ks_bg.jpg'); margin-top: -150px; }
.ny_box .depart_detail_box .ksimg { flex: 1; }
.ny_box .depart_detail_box .ksimg img { display: block; }
.ny_box .depart_detail_box ul { position: relative; z-index: 1; height: 100%; }
.ny_box .depart_detail_box ul li { display: inline-block; height: 100%; width: 710px; }
.ny_box .depart_detail_box dl { text-align: left; padding: 40px 40px; box-sizing: border-box; }
.ny_box .depart_detail_box dl dt { font-size: 16px; color: #333; }
.ny_box .depart_detail_box dl dt span { background: #fff; border-radius: 25px; float: right; width: 158px; height: 51px; line-height: 51px; text-align: center; }
.ny_box .depart_detail_box dl dt strong { line-height: 51px; font-size: 28px; color: #fff; font-weight: normal; }
.ny_box .depart_detail_box dl dt strong::after { content: ''; width: 59px; height: 4px; background: #b3dcfd; border-radius: 2px; display: block; }
.ny_box .depart_detail_box dl dt span img { vertical-align: middle; }
.ny_box .depart_detail_box dl dd { border-bottom: 1px #6ac3fb solid; padding: 10px 0px; margin: 10px 0px; }
.ny_box .depart_detail_box dl dd:last-child { border-bottom: 0px; }
.ny_box .depart_detail_box dl dd b { display: block; color: #fff; font-size: 16px; padding-bottom: 10px; }
.ny_box .depart_detail_box dl dd span { display: block; color: rgba(255, 255, 255, 0.70); font-size: 16px; line-height: 1.5; }
.ny_box .depart_detail_box dl dd.addr span { font-size: 14px; line-height: 1.5; }
.ny_box .depart_detail_title { text-align: left; font-size: 36px; color: #333333; padding: 60px 0px; }
.ny_box .about_title { text-align: left; font-size: 36px; color: #6ac3fb; padding: 60px 0px; }

.ny_box .depart_detail_body { transition: all 0.5s; background: #fff; padding-bottom: 40px; }
.ny_box .depart_detail_body strong { color: #6ac3fb; font-size: 20px; }
.ny_box .depart_detail_body p { color: #333333; font-size: 16px; line-height: 2; text-indent: 2em; text-align: justify; }
.ny_box .depart_detail_body .more_btn { cursor: pointer; transition: all 0.3s; }
.ny_box .depart_detail_body .more_btn dl { display: flex; overflow: hidden; background: #fff; width: 124px; line-height: 34px; color: #6ac3fb; font-size: 16px; border-radius: 20px; padding: 3px; box-sizing: border-box; position: relative; top: 50%; transform: translateY(-50%); margin: 0px auto; }
.ny_box .depart_detail_body .more_btn dt { margin-right: 10px; background: url(..//images/icon_arr_white.png) no-repeat center center #6ac3fb; width: 34px; height: 34px; padding: 5px; border-radius: 50%; box-sizing: border-box; display: block; vertical-align: middle; }
.ny_box .depart_detail_body .more_btn img { }
.ny_box .depart_detail_body .more_btn span { text-align: center; font-size: 16px; }
.ny_box .depart_detail_body .open dt { transform: rotate(-180deg); }
.ny_box .about_body { position: relative; transition: all 0.3s; overflow: hidden; }
.ny_box .about_body.closediv { height: 250px; overflow: hidden; transition: all 0.3s; }
.ny_box .about_body.closediv .more_btn { position: absolute; bottom: 0px; height: 100px; left: 0px; right: 0px; background: linear-gradient(to bottom,rgba(255, 255, 255, 0.10),rgba(255, 255, 255, 0.9)); }

.ny_box .depart_team { }

#team_swiper .swiper-slide { padding: 0px 10px; box-sizing: border-box; position: relative; }
#team_swiper .swiper-slide .box { position: relative; }
#team_swiper .swiper-slide .img_box { width: 100%; overflow: hidden; }
#team_swiper .swiper-slide .img_box img { width: 100%; display: block; }
#team_swiper .swiper-slide .con_box { position: absolute; bottom: 0px; left: 0px; right: 0px; background: linear-gradient(to top,rgba(106, 195, 251, 0.83),rgba(54, 109, 143, 0)); text-align: center; color: #fff; padding-bottom: 10px; }
#team_swiper .swiper-slide .con_box .title { font-size: 24px; line-height: 2; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#team_swiper .swiper-slide .con_box .desc { font-size: 14px; line-height: 2; display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#team_swiper .btn { opacity: 0.8; display: inline-block; margin: 0px 15px; width: 50px; height: 50px; background: url(../images/icon_arr_white.png) no-repeat center center #6ac3fb; border-radius: 50%; transform: rotate(-90deg); }
#team_swiper .btn:hover { opacity: 1; }
#team_swiper .doc_swiper-button-prev { transform: rotate(90deg); }
#team_swiper .swiper-button-disabled { background-color: #e0e0e0; }

#team_swiper .btn_box { text-align: center; padding: 20px 0px; }

.depart_news_box { width: 100%; }
.depart_news_box .content { margin: 0px auto; }
.depart_news_box .content .top_box { height: 40px; line-height: 40px; margin-bottom: 30px; }
.depart_news_box .content .top_box .title { font-size: 26px; color: #0b48a3; float: left; }
.depart_news_box .content .top_box .btn_box { float: right; }
.depart_news_box .content .top_box .btn_box .swiper-button-prev, .depart_news_box .content .top_box .btn_box .swiper-button-next { opacity: 1; position: static; margin: 0px; padding: 0px; width: 40px; height: 40px; display: inline-block; vertical-align: top; background: url(../images/expert_arrow.png) center center no-repeat; background-size: 100% 100%; }
.depart_news_box .content .top_box .btn_box .swiper-button-next { transform: rotateY(180deg); }
.depart_news_box .content .top_box .btn_box .swiper-button-prev:hover, .depart_news_box .content .top_box .btn_box .swiper-button-next:hover { background: url(../images/expert_arrow_on.png) center center no-repeat; background-size: 100% 100%; }

#depart_news_swiper { height: 350px; position: relative; padding-bottom: 30px; }
#depart_news_swiper .swiper-slide { height: 150px; margin-bottom: 20px; padding: 0px 10px; box-sizing: border-box; }

/*#depart_news_swiper .swiper-slide { }
#depart_news_swiper .swiper-slide dl { background: #fff; padding: 28px; margin-bottom: 40px; margin-right: 40px; display: flex; width: 100%; box-sizing: border-box; }
#depart_news_swiper .swiper-slide dl dt .time { width: 55px; height: 55px; border: 2px #e6ded1 solid; background: url(../images/icon_time.jpg) no-repeat; }
#depart_news_swiper .swiper-slide dl dt .time b { display: block; padding: 5px 0px; font-size: 30px; text-align: center; color: #dac9ae; }
#depart_news_swiper .swiper-slide dl dt .time span { display: block; font-size: 12px; text-align: center; color: #dac9ae; }
#depart_news_swiper .swiper-slide dl dd { padding-left: 28px; flex: 1; overflow: hidden; }
#depart_news_swiper .swiper-slide dl dd strong { font-size: 18px; color: #333; height: 35px; line-height: 35px; display: block; }
#depart_news_swiper .swiper-slide dl dd span.more { display: block; background: url(../images/profile_arr.jpg) no-repeat bottom right; height: 20px; text-align: left; color: #6ac3fb; font-size: 14px; margin-top: 10px; line-height: 20px; }
#depart_news_swiper .swiper-slide dl dd span.desc { color: #666666; font-size: 14px; line-height: 20px; height: 40px; }*/

#depart_news_swiper .swiper-slide a { background: #f1f1f1; margin: 0px 5px 10px 5px; display: block; padding: 15px; }
#depart_news_swiper .swiper-slide a dl { border: 1px #d2d2d2 dashed; display: flex; padding: 40px; }
#depart_news_swiper .swiper-slide a dl dt { width: 60px; height: 45px; border-right: 2px #b5e1fd solid; color: #6ac3fb; font-size: 14px; line-height: 1.5; text-align: center; padding-right: 10px; }
#depart_news_swiper .swiper-slide a dl dt span { display: block; font-weight: bold; }
#depart_news_swiper .swiper-slide a dl dd { flex: 1; color: #333333; font-size: 20px; padding-left: 20px; line-height: 1.2; }

#depart_news_swiper .swiper-slide a:hover { background: #6ac3fb; }
#depart_news_swiper .swiper-slide a:hover dl { background: #6ac3fb; border: 1px #ddd dashed; }
#depart_news_swiper .swiper-slide a:hover dl dt { border-right: 1px #b5e1fd solid; color: rgba(255, 255, 255, 0.80); }
#depart_news_swiper .swiper-slide a:hover dl dd { flex: 1; color: #fff; font-size: 20px; padding-left: 20px; line-height: 1.2; }





#depart_news_swiper .btn_box { text-align: center; position: absolute; bottom: 0px; left: 0px; right: 0px; }
#depart_news_swiper .btn_box .swiper-button-prev, #depart_news_swiper .btn_box .swiper-button-next { opacity: 1; background: url(../images/index_arr_left.png) center center no-repeat; background-size: 100% 100%; display: inline-block; vertical-align: top; width: 58px; height: 58px; margin: 0px; padding: 0px; position: static; }
#depart_news_swiper .btn_box .swiper-button-prev:hover, #depart_news_swiper .btn_box .swiper-button-next:hover { background: url(../images/index_arr_right.png) center center no-repeat; background-size: 100% 100%; }
#depart_news_swiper .btn_box .swiper-button-next { transform: rotateY(180deg); }
#depart_news_swiper .btn_box .swiper-button-next:hover { transform: rotateY(0deg); }
#depart_news_swiper .btn_box .swiper-button-prev:hover { transform: rotateY(180deg); }
#depart_news_swiper .btn_box .swiper-pagination { position: static; display: inline-block; vertical-align: top; margin: 0px 5px; }
#depart_news_swiper .btn_box .swiper-pagination span { width: 10px; height: 10px; background: #dddddd; margin: 0px 5px; opacity: 1; margin-top: 25px; }
#depart_news_swiper .btn_box .swiper-pagination span.swiper-pagination-bullet-active { background: #6ac3fb; }

.ny_doctor_box { background: #fff; padding-top: 35px; padding-bottom: 35px; }
.doctor_box { position: relative; margin-top: 140px; }
.doctor_box .infor { display: flex; background: url(../images/ks_bg.jpg); height: 325px; padding: 0px 40px; box-sizing: border-box; }
.doctor_box .avatar { width: 272px; position: relative; height: 100%; margin-right: 10px; }
.doctor_box .avatar dl { position: absolute; left: 0px; top: -100px; }
.doctor_box .avatar dl dd { text-align: center; color: #fff; font-size: 24px; padding: 20px 0px; }
.doctor_box li.tit { flex: 1; padding: 50px 0px; flex-wrap: wrap; }
.doctor_box .detail { display: flex; padding-bottom: 20px; }
.doctor_box .detail dl { margin-right: 10px; }
.doctor_box .detail dl dd { font-size: 14px; color: rgba(255, 255, 255, 0.50); padding: 10px 0px; }
.doctor_box .detail dl dt { font-size: 16px; color: #ffffff; line-height: 1.5; }
.doctor_box .detail dl.ks { width: 180px; }
.doctor_box .detail dl.zc { width: 180px; }
.doctor_box .detail dl.mz { flex: 1; }
.doctor_box .detail dl.sc { flex: 1; }

.doctor_box .back a { position: absolute; top: -100px; right: 0px; width: 180px; height: 55px; line-height: 55px; text-align: center; color: #fff; background: #6ac3fb; border-radius: 28px; }
.doctor_box .back a img { vertical-align: middle; }
.doctor_box .doctor_detail { padding: 40px; background: #f2f2f2; margin-top: 40px; }
.doctor_box .doctor_detail .doct_detail_title { font-size: 24px; color: #6ac3fb; text-align: left; padding: 0px; }
.doctor_box .doctor_detail .doct_detail_body { padding: 20px 0px; font-size: 16px; line-height: 1.5; color: #333; text-align: justify; color: #333; }
/**äººæ°‘åŒ»é™¢å†…é¡µç»“æŸ*/
/*search*/
.sh_load_bkg { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1000; }
.sh_load { position: fixed; left: 50%; top: 50%; margin: -8px 0 0 -64px; width: 128px; height: 15px; background: url(../images/loading_1.gif) center center no-repeat; z-index: 1001; }

.sydw { text-align: center; }

.title_box2 { margin-bottom: 20px; }
.title_box2 .title { font-size: 24px; color: #00a0e9; line-height: 45px; }
.title_box2 .search_box { width: 320px; height: 45px; background: #fff; border-radius: 23px; overflow: hidden; position: relative; }
.title_box2 .search_box form { height: 100%; }
.title_box2 .search_box input { width: 100%; padding-left: 20px; padding-right: 60px; height: 100%; box-sizing: border-box; outline: none; border: none; }
.title_box2 .search_box .btn { border: none; outline: none; cursor: pointer; width: 41px; height: 41px; background: url(../images/icon_top_search.png) center no-repeat; background-size: 100%; position: absolute; top: 2px; right: 2px; border-radius: 50%; }
ny_list_box { width: 100%; min-width: 400px; overflow-x: auto; flex-shrink: 1; box-sizing: border-box; }


.ny_price_list li { background: #fff; padding: 20px 40px; margin-bottom: 20px; display: flex }
.ny_price_list li .info:nth-child(1) { width: 60%; }
.ny_price_list li .info:nth-child(2) { width: 20%; }
.ny_price_list li .info:nth-child(3) { width: 20%; }
.ny_price_list li .tit { font-size: 18px; line-height: 32px; color: #333; }
.ny_price_list li .desc { font-size: 14px; line-height: 28px; color: #028282; }

.ny_price_list { width: 100%; text-align: left; min-width: 400px; }

.ny_price_list th { height: 35px; background: #00a0e9; color: #ffffff; padding: 0px 10px; }

.ny_price_list td { height: 45px; background: #fff; padding: 0px 10px; width: 100px; }
.ny_price_list td:first-child { width: auto; min-width: 100px; }
.ny_price_list td:last-child { width: auto; }
.ny_price_list tr:nth-child(2n+1) td { background: #e0e0e0; }
.ny_price_list tr:hover td { background: rgba(39, 147, 153, 0.69) }
.el-pagination.is-background .el-pager li:not(.disabled).active { background-color: #00a0e9 !important; }
.docPage { padding-top: 20px; }
</pre></body></html>