@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset, 
legend, input, button,textarea, p, blockquote, th, td { margin: 0; padding: 0;}
body{ color:#000; font-family: "Microsoft YaHei",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Segoe UI Symbol"; font-size:14px; background:#fff; -webkit-text-size-adjust:none; /*这个必须加上，在苹果手机上维持正常字体大小*/ }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
img[src=""]{ display: none !important; } /*隐藏没有src的img 在ie8 会显示分裂图 并且站高度*/
p{ margin: 0px;}
b,strong{ font-weight: bold; }
table{ border-collapse: collapse; border-spacing: 0; }
li{ list-style: none outside none;}
/*链接 ，作为容器不需要hover等*/
a{ text-decoration:none; outline:none; color: inherit; }
/*标题*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}
/*表单*/
form { margin: 0; }
button,input,select,textarea { font-family: inherit; font-size: inherit; margin: 0; outline: none; box-sizing: border-box; -webkit-appearance: none; }
button,select { text-transform: none; }
input,textarea{ border: 1px solid #ccc; padding: 7px 10px; background-color: #fff; background-image: none; border-radius: 3px; }

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
.more{font-size: 14px; float: right; width: 100px; height: 30px; line-height: 30px; border: 1px solid #cccccc; border-radius: 15px; text-align: center; color: #666666;}
.time{font-size: 14px; margin-top: 10px; color: #666666;}
.noborder{border: 0 !important;}
.IndexMore{float: right; font-size: 24px; color: #047056;}
.NewMore{position: absolute; right: 0; font-size: 24px; color: #047056; padding: 0 !important; z-index: 100; display: none;}
.channellist1 li.on .NewMore{display: block;}
/*==========@@HTML默认  结束@@==========*/

/*==========@@swiper  开始@@==========*/
.swiper-container {
	margin:0 auto; position:relative; overflow:hidden; direction:ltr;
	-webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -o-backface-visibility:hidden; backface-visibility:hidden;
	z-index:1;
}
.swiper-wrapper {
	position:relative; width:100%; -webkit-transition-property:-webkit-transform, left, top; -webkit-transition-duration:0s; -webkit-transform:translate3d(0px,0,0); -webkit-transition-timing-function:ease;
	-moz-transition-property:-moz-transform, left, top; -moz-transition-duration:0s; -moz-transform:translate3d(0px,0,0); -moz-transition-timing-function:ease;
	-o-transition-property:-o-transform, left, top; -o-transition-duration:0s; -o-transform:translate3d(0px,0,0); -o-transition-timing-function:ease; -o-transform:translate(0px,0px);
	-ms-transition-property:-ms-transform, left, top; -ms-transition-duration:0s; -ms-transform:translate3d(0px,0,0); -ms-transition-timing-function:ease;
	transition-property:transform, left, top; transition-duration:0s; transform:translate3d(0px,0,0); transition-timing-function:ease;
	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }
.swiper-slide { float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y; }
.swiper-wp8-vertical { -ms-touch-action: pan-x; }
.swiper-container { }
.swiper-slide {  }
.swiper-slide-active {  }
.swiper-slide-visible { }
.swiper-pagination{ position: absolute; bottom: 15px; text-align: center; width: 100%; left: 0; z-index: 1; }
.swiper-pagination-switch { display: inline-block; width: 30px; height: 8px; margin: 0 5px; border: 1px solid #FFF; border-radius: 8px; cursor: pointer; transition-duration: .5s; }
.swiper-active-switch { background: #FFF; }
.swiper-visible-switch {  }
/*==========@@swiper  结束@@==========*/

/*==========@@元件 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

/*浮动*/
.clear { display:block; clear:both; height:0; overflow:hidden; line-height:3px; }
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*按钮*/
.btn { display: inline-block; padding: 6px 12px; font-weight: 400; line-height: 1.42857143; overflow: hidden; background: #04a07b; color: #FFF;
	text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation;
	cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
	background-image: none; border: 1px solid transparent; border-radius: 4px; -webkit-appearance: none; appearance: none; }
/*默认样式*/
.btn:hover { opacity: .8; }
.btn:active { box-shadow: inset 0 3px 5px rgba(0,0,0,.125); }
/*按钮大小*/
.btn-large {font-size: 16px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}
.btn-small { padding: 5px 15px; font-size: 14px; line-height: 1.5; border-radius: 3px; }
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}
/*块按钮*/
.btn-block {display: block;}

/*圆角*/
.no-round-corner{ border-radius:0; overflow: hidden; }
.small-round-corner{ border-radius: 6px ; overflow: hidden; }
.medium-round-corner{ border-radius: 12px; overflow: hidden; }
.big-round-corner{border-radius: 18px; overflow: hidden; }

/*表单类*/
.form_text { width: 100%; margin: 8px 0; }
.form_textarea { width: 100%; min-height: 80px; display: block; }
.form_text_verifycode { width:80px; margin: 8px 8px 8px 0; }
.form_text:focus,.form_textarea:focus,.form_text_verifycode:focus { box-shadow: 0 0 10px 0 rgba(0,0,0,.1); }
.form_radio{ width:auto; border:0; }
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_button { width:auto; vertical-align:middle; margin: 10px 0; border:0 none;/*解决ie焦点是有黑色边框*/}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0; }
input[disabled="disabled"]{ background: #eee; }
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}
.form_text.Wdate{ height: auto; border: 1px solid #ccc; border-radius: 3px; }

/*其它*/
.hide { display:none; }  /*隐藏*/
.code_image{ cursor: pointer; } /*验证码图片样式*/
.overflow_hide{ overflow: hidden; }

/*频道*/
.ChannelContent{ line-height: 2.0em; text-align: justify; }
.ChannelContent a{ color: #ff9d02}
.ChannelSContent{ }
.ChannelSContent a{ color: #ff9d02}
.ChannelContent img, .ChannelSContent img, .InfoContent img{ max-width:100%; height:auto !important; }

/*信息*/
.InfoTitle{ font-weight:normal; vertical-align:middle; }
.InfoTitle h1{ font-size:28px; line-height: 1.5em; font-weight:normal;}
.InfoTime{ color:#999; }
.InfoAttachment{ padding:10px 0px; text-align:center; width:81px; margin:0 auto;}
.InfoPicture{ text-align: center;}
.InfoPicture img{ width:100%; display: block; }
.info_from_wrap{ padding:0 10px; text-align:center; color:#999; border:0px dashed #ccc; line-height:30px; margin: 10px 0;}
.info_from_wrap a:hover { color:#555; }
#ReadLevelTip{ font-weight:bold; color:red;}
.Tag{ text-align: left; font-weight:bold; }
.Tag a{ padding:0 3px; font-weight:normal; text-decoration:none;}
.info_previous_next_wrap{ display: flex; margin-top: 20px; justify-content: space-between; flex-wrap: wrap; }
.Next,.Previous{ padding: 5px 15px; margin: 5px 0; border: 1px solid #ddd; border-radius: 50px; display: inline-block; transition-duration: .5s; }
.Next b,.Previous b{ font-weight: normal; }
.Next:hover,.Previous:hover{ box-shadow: inset 0 0 20px rgba(0,0,0,.1); }
.Previous{ }

.infodetail .InfoTitle{ text-align: center; }
.infodetail .InfoContent{ line-height: 2em; text-align: justify; }
/*==========@@元件 结束@@==========*/
.right_title {}
.right_title h2 { font-size:30px; font-weight:normal; text-align:center; padding:15px 0; color:#333;   }
.right_title h2 img{ margin:0 10px; height: 0; border-bottom: 1px solid #999; width: 45px; opacity: .8; }
.right_body { padding:5px 0px; zoom:1; border-top:0; border-bottom:0 }
.right_bottom {}
/*==========@@频道布局  开始@@==========*/
/*模型body*/
.body_index,.body_dorctor, .body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback, .body_guestbook{background: #FFFFFF;}
.index, .guestbook, .download, .single, .article, .picture, .video, .job, .feedback, .product,.pc_departments,.departments,.pc_doctor{ max-width:1440px; margin: 0 auto; padding: 0 10px; }
#logo, #announcement, #link, #copyright,#bottom,#floor_album,#floor_product,#floor_picture,#floor_article,#floor_customer { max-width:1440px; margin:0 auto; }

.departments,.doctor{padding: 20px 0;}
#left { width: 260px; min-height: 100px; background: #FFF; padding: 10px; border-radius: 4px; }
#left.float1{ float: left; margin-right: 20px; }
#left.float2{ float: right; margin-left: 20px; }
#right { border-left:0px solid #E5E5E5; padding-left:0px; overflow: hidden; padding: 10px; border-radius: 4px; }
.body_product #right{ overflow: visible; }

/*===留言频道  开始===*/
.guestbook{ }
.guestbooklist{}
.guestbooklist li{ padding:10px; border:1px solid #CCC; margin-bottom:10px; }
.MessageTitle { color:#227BAD; line-height:1.5em; font-weight:bold;}
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{width: 90%;margin: 30px auto;}
table.guestbook_table th{ width:100px; text-align:left}
table.guestbook_table td{ text-align:left}
table.guestbook_table .operation{ text-align:center }

/*管理员回复*/
.answer_wrap{ padding:5px; border-top:1px dashed #CCC; line-height:1.5em}
.answer_title{}
.answer_body {}
.Administrator { text-align:right; }
.Reply { text-align:right; }
.AnswerTime{ color:#999 }

/*留言表单*/
.message_title{ height:40px; padding-left:35px; line-height:40px; font-size:16px; color:#333; font-weight:bold;}
.message_body{ color:#626262; max-width: 800px; margin: 0 auto; }
.message_bottom{}
/*===留言频道  结束===*/

/*===反馈频道 开始===*/
.feedback{ }
table.feedback_table{ width: 100%; text-align:center; margin:0 auto;}
table.feedback_table th{ width:100px; text-align:left; font-weight:bold;}
table.feedback_table td{  text-align:left;}
table.feedback_table .operation{text-align:center}
/*===反馈频道 结束===*/
/*==========@@频道布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/
/*Wap Logo部分*/
#wap_logo_main{ position: relative; height: 58px; display: none; }
#wap_logo{ position:relative; position: fixed; top: 0; left: 0; right: 0; z-index: 9999; background-color: #FFF; box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); }
#wap_logo .WebLogo{ display: flex; align-items: center; max-height: 58px; }
#wap_logo .WebLogo .WebLogo{ flex: 1; }
#wap_logo .WebLogo .languagebtn{ width: 30px; height: 30px; margin-right: 15px; line-height: 30px; text-align: center; background: #04a07b; color: #FFF; }
#wap_logo .WebLogo .shownavbtn{ width: 1.8em; height: 1em; margin: 20px 15px 20px 0; border-top: 3px solid #666; border-bottom: 3px solid #666;
	display: flex; flex-direction: column; align-items: center; justify-content: center; }
#wap_logo .WebLogo .shownavbtn:before{ content:""; display: block; width: 100%; height: 3px; background: #666; }
#wap_logo .WebLogo img{ max-width:60%; max-height:58px; display:block;/*解决img底部空白的bug*/ margin-left: 15px;}

#wap_navigationshade { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 2003; background: rgba(0,0,0,.5); display: none; }
#wap_navigationshade:after,#wap_navigationshade:before{ content: ""; display: block; position: absolute; width: 20px; height: 2px; left: 30%; margin-left: -40px; top: 40px; background: #FFF; border-radius: 3px; }
#wap_navigationshade:after{ transform: rotate(45deg); }
#wap_navigationshade:before{ transform: rotate(-45deg); }

.wap_navigationlist{ position: fixed; right: -255px; top: 0; background: #FFF; overflow-y: scroll; width: 255px; height: 100%; z-index: 999999999; }
.wap_navigationlist li{ position: relative; } 
.wap_navigationlist li i.showmore{ position: absolute; width: 80px; height: 50px; right: 0; top: 0; }
.wap_navigationlist li i.showmore:after,.wap_navigationlist li i.showmore:before{ content:''; display: block; background: #666; margin: auto; border-radius: 2px;
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 10px; height: 2px; }
.wap_navigationlist li i.showmore:before{ width: 2px; height: 10px; }
.wap_navigationlist a{ position: relative; line-height: 50px; font-size:14px; color:#444; overflow:hidden; display:block; margin-left: 30px; }
.wap_navigationlist a.current{ color:#04a07b; }
.wap_navigationlist li.depth2 a{ text-indent: 30px; line-height: 35px; color: #555; }

.wap_subnavigationlist{ display: none; }
.wap_subnavigationlist a{ margin-left: 60px; }

/* 登录 / 中英文切换 */
#user { float: right; height:65px; line-height:65px; }
#user .MobileEdition{ font-weight: bold; color:red; }
#user a { color:#666; }
#language { float: left; }
#language a{ display: block; width: 35px; height: 35px; margin: 15px 0px 0 25px; line-height: 35px; text-align: center; background: #04a07b; color: #FFF; }
.Language_wrap{text-align: center;}
.Language_wrap a{margin-right: 30px; font-size: 16px; color: #FFFFFF;}
#member{text-align: right;}
#member a{ font-size: 16px; color: #fefd65;}

/*当前位置*/
#location_main { } 
#location {display:none;color:#01673A; float:right; padding-right:8px;}
#location a {color:#01673A;}

/*子频道列表*/
#subchannel_main{ border-bottom:1px solid #ddd; background-color: #FFF; }
#subchannel{ margin:0 auto; }
.subchannellist { text-align:center; font-size: 0; }
.subchannellist li { display:inline-block; overflow: hidden; position: relative; }
.subchannellist li.n1{ border:0;}
.subchannellist li a.depth2 { display: block; color:#333; font-size:16px; }
.subchannellist li a.depth2:hover { color:#04a07b;text-decoration:none; }
.subchannellist li .icon-more{ background: url(../images/down.png) no-repeat center; padding: 4px 8px; }
.subchannellist #current a.depth2 { color:#04a07b; }

.subchannellist .depth3list{ display: none; position: absolute; left: 0; margin-top: 10px; background: #FFF; z-index: 99; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); }
.subchannellist .depth3list a.depth3{ display: block; padding: 10px; width: 120px; text-align: left; }
.subchannellist .depth3list a.depth3:hover{ background: #04a07b; color: #FFF; }
.subchannellist li:hover .depth3list{ display: block; }

/*搜索 */
.seachwrap{ padding: 20px 0; }
.seachwrap form { max-width: 550px; background: #f5f5f5; border-radius: 50px; border: 1px solid #ddd; margin: 0 auto; overflow: hidden; display:flex; }
.seachwrap input{ margin: 0; border: 0; width:100%; line-height: 40px; height: 40px; outline: none; background: #f5f5f5; }
.seachwrap input.Keywords { padding: 0 0 0 15px; width: 80%; float: left; }
.seachwrap input.btnSearch { width: 50px; padding: 0; background:url(../images/searchbtn.png) no-repeat center; float: right; opacity: .5; }

/*联系我们*/
.contact_wrap{ line-height:1.8em; }
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00 }

/*公共百度地图*/
#Map{ overflow:hidden; width:100%;}
#Map .MapInfo{ float:left; width: 100%; box-sizing: border-box; border: 1px dashed #ccc; padding:8px;}
#Map .MapInfo #MapContainer{ width: 100%; height:380px; }
#Map .ContactInfo{ overflow: hidden; }
#Map .ContactInfo li{ width: 33.3333%; float: left; text-align: center; padding: 20px 0; }
#Map .ContactInfo i{ display: block; width: 30px; height: 30px; line-height: 30px; font-size: 25px; padding: 10px; margin: 0 auto 10px; border-radius: 50%; border: 1px solid #ddd; }
#Map .Company{ font-size:24px; padding-top: 20px; padding-bottom:10px; margin-top: 10px; border-top: 1px solid #eee; }
#Map .Address{ padding: 10px 0 20px 0; }
#Map .Address img{ width: 30px; height: 30px; padding: 10px; border-radius: 50%; border: 1px solid #ddd; vertical-align: middle; margin-right: 10px; }

/*订购*/
.order{margin:0px auto}
.order .WantOrder h1{ border-bottom:1px dotted #999999; padding: 5px 0px;}
.order .f1{ float:right; color:red;}
table.order_table{ width:98%;  }
table.order_table th{ width:100px; text-align:left;}
table.order_table td{text-align:left}
table.order_table .operation{ text-align:center}

/*底部固定工具条*/
.tool_back { height:48px; display: none; }
#tool { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 99999; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
ul.toollist { height: 48px; display: flex; justify-content: space-around; align-items: center; }
.toollist li a { display: block; color: #fff; font-size: 14px; text-align: center; }
.toollist li a img{ width:24px; height:24px; display: block; margin: 0 auto; }

/*分页样式*/
.page_main{ clear: both; text-align: center; overflow: hidden; }
.page { display: inline-block; margin: 20px 0; border-right: 1px solid #ddd; border-radius: 6px; overflow: hidden; }
.page:empty{ display: none; }
.page a, .page span {float: left; padding: 0 5px; min-width: 35px; line-height:35px; text-align: center; border: 1px solid #ddd; border-right: 0; color: #888; }
.page a{ color: #333; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background: #145243; color:#FFF;}
.page .current{ color:#FFF; background: #145243; border-color: #145243; border-left: 1px solid #ddd; }
.page #total{color:red}

/*会员*/
/*会员登录*/
#login{ padding: 100px 0;  background: #FFFFFF;}
form#frmLogin{ max-width: 500px; margin: 0 auto; padding: 0 10px; }
table.login_table{ width: 100%; text-align:center;}
table.login_table th{ width:100px; text-align:left; font-weight:bold;}
table.login_table td{ text-align:left;}
table.login_table .operation{text-align:center}
table.login_table .quick_login td{text-align:left; padding:10px 0;}
table.login_table .quick_login td img{ margin-right:8px; float:left;}

/*会员注册*/
#reg{ padding: 100px 0; background: #FFFFFF; }
form#frmReg{ max-width: 500px; margin: 0 auto; padding: 0 10px; }
table.reg_table{ width:100%; text-align:center;}
table.reg_table th{ width:100px; text-align:left; font-weight:bold;}
table.reg_table td{  text-align:left; }
table.reg_table .operation{text-align:center}
table.reg_table .MemberCode{  text-align:left; width:70px; }
table.reg_table #SmsCode{width:50px;}

.forget{ padding: 100 22px 0;  background: #FFFFFF;}
/*忘记密码 第一步*/
table.forget_table1{ text-align:center; margin:0 auto;}
table.forget_table1 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table1 td{ text-align:left; }
table.forget_table1 .operation{text-align:center}
/*忘记密码 第二步*/
table.forget_table2{ text-align:center; margin:0 auto;}
table.forget_table2 th{ width:100px; text-align:left; font-weight:bold;}
table.forget_table2 td{text-align:left}
table.forget_table2 .operation{text-align:center}
table.forget_table2 #SmsCode{ width:60px;}
table.forget_table2 .PasswordQuestion, table.forget_table2 .MemberMobile, table.forget_table2 .FindPwdWay{ padding:3px 0;}

/*网站地图列表*/
.maplist{ }
.maplist li { padding:1px; }
.maplist li a { background:#d1e8fc; line-height:25px; display:block; padding:0 20px; border:0px solid #A6CC93; }
.maplist li a:hover { text-decoration:none; background:#FFF; }
.maplist .depth1{font-weight:bold;text-indent:0px; font-weight:bold}
.maplist .depth2{text-indent:2em}
.maplist .depth3{text-indent:4em}
.maplist .depth4{text-indent:6em}
.maplist .depth5{text-indent:8em}
.maplist .depth6{text-indent:10em}
/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/

/*----------全局搜索列表----------*/
.searchlist{ }
.searchlist li { line-height:40px; height:40px;text-indent:8px; background:url(../images/textlist.gif) no-repeat 0 center; border-bottom: 1px solid #eee; overflow:hidden;width:100%;/*解决ie6bug*/}
.searchlist li a{  }
.searchlist li .InfoTime{ float:right;}
/*----------全局搜索列表----------*/

/*----------频道相册列表----------*/
.ChannelAlbum{ margin-top: 10px; }
.channelalbumlist{  }
.channelalbumlist li { display: inline-block; }
.channelalbumlist li img{ display: block; width:290px; margin-right:10px;}
/*----------频道相册列表----------*/
/*==========@@通用列表  结束@@==========*/

/*==========@@媒体查询  开始@@==========*/
@media screen and (max-width: 1450px) {
	.product .detail_table{ max-width: 420px; }
}

@media screen and (max-width: 1199px) {
	#wap_logo_main{ display: block; }
	.product .detail_table{ max-width: 100%; width: 100%; }
	.product .product_swiper{ padding: 0; margin: 0 auto; overflow: hidden; float: none; }
}

@media screen and (max-width: 990px) {
	#bottom_1,#bottom_2{ width: 100%; }
}

@media screen and (max-width: 768px) {
	#left{ display: none; }
	/*搜索*/
	.seachwrap{ padding: 20px 10px; }
	.seachwrap input.Keywords{ width: 75%; }
	/*子导航栏*/
	#subchannel{ width: 100%; overflow-x: scroll; overflow-y: hidden; }
	.subchannellist{ white-space: nowrap; }
	.subchannellist li:first-child{ margin-left: 10px; }
	.subchannellist li:last-child{ margin-right: 10px; }
	.subchannellist li .icon-more{ display: none; }

	.right_title h2{ font-size: 24px; }
	    
	.index, .single, .guestbook, .download, .article, .picture, .video, .job, .feedback, .product{ width: 100%; margin: 0; box-sizing: border-box; padding: 0; }
	#announcement,#bottom{ width: 100%; box-sizing: border-box; padding: 20px 5px; }
	
	/*下载模型列表*/
	.grid-downloadlist{ padding: 0; }
	.grid-downloadlist li{ width: 50% !important; }
	.grid-downloadlist .InfoWrap{ margin: 5px; }
	.grid-downloadlist .InfoWrap p{ padding: 10px; }

	/*分页组件*/
	.page_main .pageinfo, .page_main .pagefirst, .page_main .pageend, .page_main .pageup, .page_main .pagedown{ display: none; }
	.page a, .page span{ min-width: 30px; }

	/*联系我们*/
	#Map .ContactInfo li{ width: 50%; }
	/*工具栏*/
	#tool,.tool_back { display: block; }
  	.toollist{ 
		padding-bottom: constant(safe-area-inset-bottom);/* 兼容 iOS < 11.2 */
  		padding-bottom: env(safe-area-inset-bottom); /* 兼容 iOS >= 11.2 */
  	}
	#topcontrol img{ width: 35px; border-radius: 3px; opacity: .7; box-shadow: 0 8px 15px rgba(0,0,0,.2);}
}

@media screen and (max-width: 480px) {
}
/*==========@@媒体查询  结束@@==========*/

/* wap 导航栏动画 开始 */
@keyframes clockwiseRotate { 
  from{ transform: rotate(0deg); }
  to{ transform: rotate(90deg); }}
@keyframes anticlockwiseRotate {
  from{ transform: rotate(90deg); }
  to{ transform: rotate(0deg); }
}
.clockwiseRotate:before { animation-name: clockwiseRotate; animation-duration: 1.5s; animation-fill-mode: both; }
.anticlockwiseRotate:before { animation-name: anticlockwiseRotate; animation-duration: 1.5s; animation-fill-mode: both; }

@keyframes click_slideOutRight {
  from{ transform: translateX(-100%); }
  to{ transform: translateX(0); }
}
.click_slideOutRight { animation-name: click_slideOutRight; animation-duration: .5s; animation-fill-mode: both; }

@keyframes click_slideInRight {
  from{ opacity: 0; transform: translateX(0); }
  to{ opacity: 1; transform: translateX(-100%); }
}
.click_slideInRight { animation-name: click_slideInRight; animation-duration: .5s; animation-fill-mode: both; }
/* wap 导航栏动画 结束 */

/*科室介绍栏目样式*/
.right_title1{}
.right_title1 h2{font-size: 24px; color: #383838; text-indent: 10px; font-weight: normal; height: 50px; line-height: 50px; position: relative;}
.right_title1 h2::before{content: ''; width: 5px; height: 22px; background: #2a715f; position: absolute; left: 0; top: 15px;}
.right_body1{overflow: hidden; zoom: 1; padding: 30px 0;}
.right_bottom1{}

.subchannellist2{overflow: hidden;}
.subchannellist2 li{position: relative; overflow: hidden; display: inline; float: left; width: 266px; height: 38px; line-height: 38px; margin-bottom: 20px; margin-right: 20px; border: 1px solid #CCCCCC; border-radius: 5px; -webkit-border-radius: 5px;}
.subchannellist2 li.m4{float: right; margin-right: 0;}
.subchannellist2 li::after{content: '>'; position: absolute; right: 4px; top: 0; color: #555555; font-family: monospace; font-weight: bold; font-size: 12px;}
.subchannellist2 li a{display: block; color: #383838; font-size: 14px; text-align: center; border-right: 1px solid #CCCCCC; margin-right: 12px; color: #333333;}
.subchannellist2 li:hover{border: 1px solid #01673A;}
.subchannellist2 li:hover a{border-right: 1px solid #01673A; color: #01673A;}
.subchannellist2 li:hover::after{color: #01673A;}

/*首页新闻 开始*/
/* .channellist1 li{width: 20%;}
.channellist1 li.on a div{color: #047056 !important;}
.channellist1 li a div:hover{color: #047056 !important;} */

.channellist2{overflow: hidden;}
.channellist2 li{width: 33.333% !important; float: left;}
.channellist2 li .InfoPicture{width: 100% !important;}
.channellist2 li .InfoPicture img{width: 100%; height: 285px; vertical-align: middle; }
.channellist2 li .InfoWrap{height: 245px;}
.channellist2 li a:hover .InfoWrap{background: #18B0A4 !important;}
.channellist2 li a:hover .InfoWrap .InfoTime,.channellist2 li a:hover .InfoWrap .InfoTitle,.channellist2 li a:hover .InfoWrap .InfoSContent{color: #FFFFFF !important;}

/*首页科室导航*/
.dep_1{overflow: hidden; width: 260px;  float: left; margin-right: 20px; background: #18b0a4; padding: 100px 20px;}
.dep_1 .ChannelContent{color:#FFFFFF; line-height: 1.8em;}
.dep_1 .ChannelContent .viewmore{color: #FFFFFF;margin: 0 auto;text-align: center;margin-top: 30px;display: block;}
.dep_2{overflow: hidden; width: 260px; float: left; margin-right: 40px;}
.dep_2 .ChannelMore{margin-bottom: 20px;}
.dep_2 .ChannelMore a{font-size: 24px; color: #047056; }
.dep_3{overflow: hidden; float: left;margin-top: 70px;}
.dep_3_1{margin-bottom: 20px;position: absolute;z-index: 10;right: 244px;}
.dep_3_2 .ChannelName{color: #047056;font-size: 24px;margin-bottom: 20px;width: 100%;}
.channellist3{overflow: hidden;}
.channellist3 li{padding: 10px 50px; border-radius: 5px; -webkit-border-radius: 5px; color: #FFFFFF; display: inline-block; margin-right: 20px; font-size: 18px; cursor: pointer;}
.channellist3 li:nth-child(1){background: #53b59e;}
.channellist3 li:nth-child(2){background: #56aa79;}
.channellist3 li:nth-child(3){background: #e59490;}



/*首页特色诊疗*/
.gridlist1{overflow: hidden;}
.gridlist1 li{width: 25%; float: left;}
.gridlist1 li.n1{width: 50%;}
.gridlist1 li img{height: 229px;}

/*科室介绍 开始*/
.contaner_1{padding: 30px 0; overflow: hidden;}
.contaner_1_1{overflow: hidden; float: left; width: 45%;}
.contaner_1_1 img{width: 100%; vertical-align: middle;}
.contaner_1_2{overflow: hidden; float: right; width: 55%; padding: 0 40px; box-sizing: border-box; -webkit-box-sizing: border-box;}

.contaner_2,.contaner_3,.contaner_4{padding: 30px 0; overflow: hidden;}
.contaner_4_1{overflow: hidden;width: 32%;float: left;}
.contaner_4_2{overflow: hidden;width: 32%;float: left; margin:0 2%;}
.contaner_4_3{overflow: hidden; width: 32%; float: right;}

.director {border-top: 1px solid #CCCCCC; padding: 20px 0;}
.director img{width: 60px; vertical-align: middle; margin-right: 10px;}
.director span{line-height: 1.8em;}

.right_title2{overflow: hidden; position: relative;}
.right_title2 h2{border-bottom: 3px solid #2a715f;font-size: 24px;color: #333333;font-weight: normal;line-height: 40px;}
.right_title2 h2 span{background: #2a715f; padding: 0 20px; display: inline-block; height: 40px; line-height: 40px;}
.right_title2 .InfoTitle{color: #60abaf; font-size: 24px;}
.right_title2 .InfoWrap{margin-top: 15px;}
.right_title2 .InfoWrap p{color: #666666; font-size: 14px; line-height: 2em;}
.right_body2{overflow: hidden; zoom: 1; padding: 20px 0;}
.overflowY{max-height: 348px; overflow-y: auto;}
.right_body2 .ChannelContent{color: #333333;}
.right_body2 .InfoContent{color: #333333;}
.right_body2 .InfoContent p{line-height: 1.8em;}

/*科室一览*/
.channelalbumlist1{overflow: hidden;}
.channelalbumlist1 li{overflow: hidden; float: left; /* width: 32.666%; margin-right: 1%;*/ width: 460px !important; margin: 0 10px;}
/* .channelalbumlist1 li.m2{float: right; margin-right: 0;} */
.channelalbumlist1 li img{width: 100%; vertical-align: middle;}

.snext,.sprev{position: absolute;top: 0;right: 0;font-size: 20px;font-family: fangsong;border: 1px solid #cccccc;border-radius: 3px;-webkit-border-radius: 3px;width: 40px;height: 30px;line-height: 30px;text-align: center;}
.snext{right: 0;}
.sprev{right: 50px;}
.snext:hover,.sprev:hover{cursor: pointer; background: #F5F5F5;}

/*科室专家*/
.InfoWrapContent{overflow: hidden; width: 1340px; margin: 0 auto;}
.swiper-next,.swiper-prev{position: absolute;top: 50%; transform: translateY(-50%);font-size: 20px;font-family: fangsong;border: 1px solid #cccccc;border-radius: 3px;-webkit-border-radius: 3px;width: 40px;height: 60px;line-height: 60px;text-align: center;}
.swiper-prev{left: 0;}
.swiper-next{right: 0;}
.swiper-prev{right: 50px;}
.swiper-prev:hover,.swiper-next:hover{cursor: pointer; background: #F5F5F5;}

.gridlist2{overflow: hidden;}
.gridlist2 li{overflow: hidden; width: 247.5px !important; height: 319px !important; float: left; border: 1px solid #f5f5f5; margin-right: 20px;}
/* .gridlist2 li.m4{float: right; margin-right: 0;} */
.gridlist2 li .mask{position: absolute;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);width: 100%;height: 40%;z-index: 100;}
.gridlist2 li .InfoWrap{position: absolute;left: 0;right: 0;bottom: 0;height: 40%;color: #FFFFFF;z-index: 999;}
.gridlist2 li .InfoTitle{color: #FFFFFF; height: 50px; line-height: 50px; text-align: center; font-size: 18px;}
.gridlist2 li .InfoPicture{height: 319px; overflow: hidden;}
.gridlist2 li .InfoPicture img{width: 100%; height: 319px;}
.gridlist2 li .InfoContent {padding: 0 20px; line-height: 1.8em; color: #FFFFFF;}
.gridlist2 li .InfoContent p{color: #FFFFFF;}
.gridlist2 li a{position: relative; display: block;}
.gridlist2 li a:hover .InfoWrap .InfoTitle{color: #FFFFFF;}

/*科室新闻*/
.textlist1{overflow: hidden;}
.textlist1 li{width: 100%; padding: 20px 0; border-bottom: 1px solid #CCCCCC; position: relative;}
.textlist1 li.first .InfoMask{position: absolute; left: 0; right: 0; bottom: 0; height: 40px; line-height: 40px; background: rgba(0,0,0,0.2); z-index: 100;}
.textlist1 li.first .InfoTitle{position: relative; z-index: 1000; text-align: center; color: #FFFFFF;}
.textlist1 li:nth-child(1){padding: 0;}
.textlist1 li a{overflow: hidden; text-overflow: ellipsis; white-space: normal;}
.textlist1 li .InfoTitle{font-size: 16px;color: #333333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.textlist2{overflow: hidden;}
.textlist2 li{width: 100%; padding: 20px 0; border-bottom: 1px solid #FFFFFF;}
.textlist2 li:nth-child(1){border-top: 1px solid #FFFFFF;}
.textlist2 li a{overflow: hidden; text-overflow: ellipsis; white-space: normal;}
.textlist2 li .InfoTitle{font-size: 16px;color: #333333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.textlist3{overflow: hidden;}
.textlist3 li{width: 100%;}
.textlist3 li a{overflow: hidden; text-overflow: ellipsis; white-space: normal;}
.textlist3 li .InfoTitle{font-size: 16px;font-weight: bold;height: 40px;line-height: 40px;color: #333333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin: 15px 0;}
.textlist3 li .InfoContent{line-height: 1.8em;color: #666666;height: 254px;}

/*医生介绍栏目 开始*/

/* 医生简介详情 */
.doctor_1{overflow: hidden; padding: 30px 0; display: flex; justify-content: space-between;}
.doctor_1_1{float: left; width: 18%; }
.doctor_1_1 img{width: 100%; vertical-align: middle;}
.doctor_1_2{float: right; width: 80%;}
.doctor_1_2 .line{background: #0e9a03; height: 3px; margin-top: 20px;}

.doctor_2{overflow: hidden; padding: 30px 0;}
.doctor_2 .leftLine{width: 5px;height: 24px;line-height: 24px;background: #288e70;display: inline-block;margin: -4px 0;margin-right: 5px;}
.Keep1{width: 100%; border: 1px solid #51a78e;}
.Keep1 thead tr{height: 60px;}
.Keep1 thead tr th{background: #51a78e; color: #FFFFFF; font-size: 20px;}

.KeepTable2{max-height: 720px; overflow-y: auto; overflow-x: hidden; -overflow-scrolling: touch; -webkit-overflow-scrolling: touch;  /*滚动更流畅*/}
.Keep2{width: 100%; border: 1px solid #e7e7e7;}
.Keep2 tbody tr{height: 70px;}
.Keep2 tr:nth-of-type(even),.Keep1 tr:hover{background: #f4f4f4;}
.Keep2 tr td{text-align: center; border: 1px solid #e7e7e7; font-size: 16px; color: #666666;}
.Keep2 tbody tr td .KeepBtn{background: #55a5aa; border: none; outline: none; cursor: pointer; width: 100px; height: 30px; line-height: 30px; border-radius: 15px; -webkit-border-radius: 15px; font-size: 14px; color: #FFFFFF;}
.Keep2 tbody tr td .KeepBtn:hover{background: #51a78e;}
/* 滚动条样式 */
.KeepTable2::-webkit-scrollbar {width: 4px;}
.KeepTable2::-webkit-scrollbar-thumb{background-color:#51a78e;border-radius: 5px;}
.KeepTable2::-webkit-scrollbar-track{width: 4px; background-color:#D0D9DE;}
.KeepTable2::-webkit-scrollbar-thumb:hover {background-color:rgb(17, 177, 174)}
.KeepTable2::-webkit-scrollbar-thumb:active {background-color:rgb(9, 136, 134)}

/*预约挂号弹窗*/
.KeepMask{display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(0,0,0,.4);}
.LayerKeep{display: none; overflow: hidden; background: #f3f9f7; width: 900px; height: 600px; border-radius: 10px; -webkit-border-radius: 10px; position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 200;
box-shadow: 0px 4px 8px rgb(0 0 0 / 36%); -webkit-box-shadow: 0px 4px 8px rgb(0 0 0 / 36%);}
.KeepTitle{background: #96c8bd; height: 60px;}
.KeepTitle h2{font-size: 20px;line-height: 60px;font-weight: normal;text-indent: 20px;}
.KeepTitle .close{float: right; width: 40px;height: 40px;line-height: 36px; background: #f7faff; border-radius: 100%;-webkit-border-radius: 100%; font-size: 36px;color: #888888;text-align: center;margin: 10px;cursor: pointer;}
.KeepBody{overflow: hidden;zoom: 1;}
.KeepBody_1{float: left;width: 300px;padding: 40px;}
.KeepBody_1_1 img{width: 120px; height: 120px; vertical-align: middle; border-radius: 100%;-webkit-border-radius: 100%;} 
.KeepBody_1_1 .InfoTitle{color: #0f5732; font-size: 24px; margin-left: 40px;}
.KeepBody_1_2{margin-top: 30px;}
.KeepBody_1_2 p{font-size: 16px; line-height: 2.5em;}
.KeepBody_1_2 p:nth-child(1){color: #16765b;}
.KeepBody_1_2 p:nth-child(2){color: #666666;}
.KeepBody_2{float: right;width: 500px;background: #FFFFFF;padding: 40px;box-sizing: border-box;-webkit-box-sizing: border-box;margin-top: 40px;border: 1px solid #ebefee;border-right: 0;}
.KeepBody_2_1{border-left: 3px solid #105634; height: 30px; line-height: 30px; text-indent: 10px;}
.KeepBody_2_1 h2{font-size: 22px; font-weight: normal; color: #666666;}
.KeepBody_2_2{overflow: hidden; padding: 40px 0;}
.TimeLisy{overflow: hidden;}
.TimeLisy li{float: left; width: 200px; margin-right: 10px; text-align: center; border: 1px solid #ebefee; height: 46px; line-height: 46px; margin-bottom: 10px; border-radius: 5px; -webkit-border-radius: 5px; cursor: pointer; font-size: 16px; color: #666666;}
.TimeLisy li:hover{border: 1px solid #0f5732;}
.TimeLisy li.m1{float: right; margin-right: 0;}
#Confirm{background: #10ad82; border: none; outline: none; cursor: pointer; width: 120px; height: 40px; line-height: 40px; border-radius: 5px; -webkit-border-radius: 5px; font-size: 16px; color: #FFFFFF; letter-spacing: 2px; display: block; margin: 0 auto; margin-top: 50px;}
#Confirm:hover{background: #51a78e;}
.KeepInfo{overflow: hidden;}
.KeepInfo li{height: 40px; line-height: 40px; font-size: 16px; color: #666666;}

/*预约查询*/
.KeepSearch{float: right;}
.ScheduleDate{border: 1px solid #939292;width: 180px; height: 36px;line-height: 36px; padding: 0 10px; border-radius: 3px; -webkit-border-radius: 3px; font-size: 16px; color: #444444; float: left; margin-right: 5px;}
.SearchBtn{outline: none;border: 0;background: #51a78e;color: #FFFFFF;width: 60px;height: 36px;text-align: center;float: right;cursor: pointer; font-size: 16px;}
.SearchBtn:hover{background: #55a5aa;}
.ScheduleDate:hover{border: 1px solid #10ad82;}
.submit_button{width: 80px;background: #10ad82; cursor: pointer; color: #FFFFFF;}
.submit_button:hover{background: #51a78e;}

/*首页侧边栏*/
.SideBlock{position: fixed;right: -1px;top: 50%;transform: translateY(-50%);z-index: 999999;border: 1px solid #dbdbdb;background: #ffffff;text-align: center;    box-shadow: 0px 3px 3px 0px rgb(63 172 200 / 19%);}
.SideList li{position: relative;padding: 5px 5px;height: 56px;border-bottom: 1px solid #dbdbdb;cursor: pointer;}
.SideList li img{width: 33px !important;height: 30px !important;vertical-align: middle;}
.SideList li p{font-size: 12px;color: #666666;}
.SideList li p.Stow{height: 56px; line-height: 56px;}
.ShowImg{display: none; position: absolute; left: -140px; top: -20px; background: #ffffff; padding: 5px; border: 1px solid #dbdbdb;}
.ShowImg::after{content: ''; position: absolute; right: -21px; top: 60px; width: 5px; height: 0; border-style: solid; border-width: 8px; border-color: transparent transparent transparent #dbdbdb;}
.ShowImg .img{width: 120px !important; height: 120px !important; vertical-align: middle;}
.ShowText{display: none; position: absolute;left: -160px;top: 20px;background: #ffffff; color: #00746d; border: 1px solid #dbdbdb;border-radius: 5px;-webkit-border-radius: 5px;padding: 10px 20px;font-size: 16px;}
.ShowText::after{content: '';position: absolute; right: -21px;top: 15px;width: 5px;height: 0;border-style: solid;border-width: 8px;border-color: transparent transparent transparent #dbdbdb;}

/*医生介绍栏目*/
.InfoItem{float: left; width: 335px; margin-right: 20px; margin-bottom: 20px; box-shadow: 0px 3px 3px 0px rgb(63 172 200 / 19%); border-radius: 6px; border: 1px solid #E9E9E9;
transition-duration: .3s; -webkit-transition-duration: .3s;}
.InfoItem .Info0{float: right; margin-right: 0;}
.InfoItem h2.DepName{font-size: 18px; border-bottom: 1px solid #eee; font-weight: normal; color: #333333; padding: 15px 20px; position: relative;}
.InfoItem h2.DepName::after{content: '>';font-family: fangsong;position: absolute;top: 18px;right: 18px;color: #000;}
.InfoItem h2.DepName a{display: block;}
.InfoItem:hover{background: #18B0A4;}
.InfoItem:hover h2.DepName{ border-bottom: 1px solid #FFFFFF; color: #FFFFFF;}
.InfoItem:hover .textlist4 li a,.InfoItem:hover h2.DepName::after{color: #FFFFFF;}
.InfoItem:hover .textlist4::-webkit-scrollbar-thumb{background: #FFFFFF;}

.DepList{padding: 5px 20px; width: 100%; box-sizing: border-box;}
.textlist4{overflow: auto; width: 100%; height: 120px;}
.textlist4 li{float: left; font-size: 14px; height: 30px; line-height: 30px; width: 76px; position: relative;}
.textlist4 li a{display: block; color: #333333;}
.textlist4::-webkit-scrollbar{background: #D0D9DE; width: 2px;}
.textlist4::-webkit-scrollbar-thumb {width: 2px; background: #18B0A4;}
.textlist4::-webkit-scrollbar-track{background: #D0D9DE;}

/* 首页科室介绍 */
.subchannellist1{overflow: hidden; display: flex; flex-wrap: wrap; justify-content: flex-start;}
.subchannellist1 li{position: relative;overflow: hidden;display: inline;float: left;width: 30%;height: 38px;line-height: 38px;margin-bottom: 3%;margin-right: 3%;border: 1px solid #CCCCCC;border-radius: 5px;-webkit-border-radius: 5px;}
.subchannellist1 li.m2{float: right; margin-right: 0;}
.subchannellist1 li::after{content: '>'; position: absolute; right: 4px; top: 0; color: #555555; font-family: monospace; font-weight: bold; font-size: 12px;}
.subchannellist1 li a{display: block; color: #383838; font-size: 14px; text-align: center; border-right: 1px solid #CCCCCC; margin-right: 12px; color: #333333;}
.subchannellist1 li:hover{border: 1px solid #01673A;}
.subchannellist1 li:hover a{border-right: 1px solid #01673A; color: #01673A;}
.subchannellist1 li:hover::after{color: #01673A;}

.contaner_4{display: none;}

/* 招聘栏目 */
.job_main{background-color: #4DBF9E; padding-top: 12px; padding-bottom: 12px; overflow: hidden;}
.job{max-width: 100%; margin: 0 auto;}
.jobclasslist{display: flex; justify-content: center; text-align: center; overflow-x: auto; overflow-y: hidden;}
.jobclasslist li{display: inline-block; display: flex !important;}
.jobclasslist li a{width: 165px; font-size: 16px; color: #FFFFFF; line-height: 2.4em; display: block; padding-left: 10px; padding-right: 10px; font-weight: normal; font-style: normal; border: 0px; border-radius: 6px;}
.jobclasslist li a.current, .jobclasslist li a:hover{color: #FFFEC3; line-height: 2.4em; font-weight: normal; font-style: normal; background-color: #0A8360; border: 0px #0A8360;}
.jobclasslist li .separator {padding: 0 5px; font-size: 16px; color: #FFFFFF; line-height: 2.4em; padding-left: 10px; padding-right: 10px; font-weight: normal; font-style: normal;}
.component_content{display: none;}
.component_content.active{display: block;}

/*底部导航*/
.Navigation{width: 70%;float: left;overflow: hidden;padding-top: 10px;}
.Navigationlist{overflow: hidden; display: flex; justify-content: space-between;}
.Navigationlist li{float: left; line-height: 60px;}
.Navigationlist li a.ChannelName{font-size: 18px; display: block; font-weight: normal; color: #FFFFFF; position: relative;}
.Navigationlist li a.ChannelName:hover{color: #4DBF9E;}
.Navigationlist li a.ChannelName::after{content: ''; height: 1px; background: #FFFFFF; position: absolute; left: 0; right: 0; bottom: 0;}
.subnavigationlist1{overflow: hidden; display: flex; flex-direction: column; margin-top: 10px;}
.subnavigationlist1 li{line-height: 34px;}
.subnavigationlist1 li a.SubChannelName{font-size: 14px; display: block; color: #FFFFFF;}
.subnavigationlist1 li a.SubChannelName:hover{color: #4DBF9E;}

.component_border{border-top: 2px solid #1c987c; overflow: hidden; margin-top: 20px;}
.ContactInfo{overflow: hidden; width: 25%; float: right; position: relative; color: #FFFFFF; text-align: left; padding-top: 20px;}
.ContactList li{line-height: 40px;font-size: 16px;}
.ContactList li.JobName{overflow: hidden; height: 60px; line-height: 60px;}
.ContactList li.JobName a{background: #07ab78;font-size: 18px;font-weight: normal;padding: 10px 20px;border-radius: 5px;-webkit-border-radius: 5px; position: relative;}
.ContactList li.JobName a::before{content: '';}
.ContactList li img{width: 25px;vertical-align: middle;margin-right: 6px;}
.QrCode{width: 160px;height: 160px;position: absolute;right: 0;bottom: 50px;}
.QrCode img{width: 100%; vertical-align: middle;}

#n5378 .other3_navigation .channel1:hover span{color: #aff4e3 !important;}

/*搜索 */
.seach_wrap{overflow: hidden;float: right;}
.seach_wrap form {max-width: 150px;background: #f5f5f5;border: 1px solid #f0fd65;margin: 9px auto;overflow: hidden;display:flex;}
.seach_wrap input{margin: 0;border: 0;width:100%;line-height: 25px;height: 25px;outline: none;background: #f5f5f5;}
.seach_wrap input.Keywords {/* padding: 0 0 0 15px; */width: 80%;float: left;}
.seach_wrap input.btnSearch {width: 50px;padding: 0; background:url(../images/searchbtn.png) no-repeat center;float: right;opacity: .5; cursor: pointer;}

/*引导页*/
#n5228{width: 100%; min-height: 100vh; overflow: hidden; background:url(../images/ng_bg.jpg) center 0 no-repeat; background-size: 100% 100%;
background-attachment: fixed; background-position: center 0; background-size: 100% 100%;}
#n5233{padding-top: 0px; padding-bottom: 0px; position: fixed; left: 0; right: 0; bottom: 60px;}
#n5483{margin-top: 30px;}
#n5483,#n5483 .floor_layout1.mode2>.layout2{overflow: visible !important;}
#n5486 .floor_basic1 img{max-width: 40% !important;}
#n5233 .floor_basic21 li{width: 200px !important;}
.thumb-article0 .InfoPicture{height: 120px;}

/* 移动端样式 */
.yd_doctor,.yd_departments,.ydChannelPicture,#n5375,#n5387,#YdBgMain{display: none;}

/* 手机引导页侧边栏 */
#YdBgMain{width: 100%; min-height: 100vh; overflow: hidden; background:url(../images/ng_bg.jpg) center 0 no-repeat; background-size: 100% 100%;
background-attachment: fixed; background-position: center 0; background-size: cover;}

.YdLogo{overflow: hidden; text-align: center;}
.YdLogoKeepList{overflow: hidden; display: flex; justify-content: space-around; align-items: center; margin-top: 50px;}
.YdLogoKeepList li.YdLogo img{width: 46px; vertical-align: middle;}
.YdLogoKeepList li.YdKeep img{width: 160px; vertical-align: middle;}

.YdLogoText{width: 70%; overflow: hidden; text-align: center; position: absolute; top: 36%; left: 50%; transform: translate(-50%, -50%);}
.YdLogoText img{width: 100%; vertical-align: middle;}

.YdSideBlock{position: fixed;right: -1px;top: 45%;transform: translateY(-50%);z-index: 999999; text-align: center;}
.YdSideList li{position: relative; margin-bottom: 5px; margin-right: 5px; cursor: pointer;}
.YdSideList li img{width: 45px;height: 45px;vertical-align: middle;}
.YdShowImg{display: none; position: absolute; left: -140px; top: -46px; background: #ffffff; border: 1px solid #dbdbdb;}
.YdShowImg::after{content: ''; position: absolute; right: -21px; top: 60px; width: 5px; height: 0; border-style: solid; border-width: 8px; border-color: transparent transparent transparent #dbdbdb;}
.YdShowImg .Ydimg{width: 120px !important; height: 120px !important; vertical-align: middle;}
.YdShowText{display: none; position: absolute;left: -160px;top: 20px;background: #ffffff; color: #00746d; border: 1px solid #dbdbdb;border-radius: 5px;-webkit-border-radius: 5px;padding: 10px 20px;font-size: 16px;}
.YdShowText::after{content: '';position: absolute; right: -21px;top: 15px;width: 5px;height: 0;border-style: solid;border-width: 8px;border-color: transparent transparent transparent #dbdbdb;}

.YdMenu{position: fixed; left: 0; right: 0; bottom: 20px;}
.YdMenuList{display: flex; justify-content: space-around; /*flex-wrap: wrap;*/}
.YdMenuList li{float: left; width: 50%; text-align: center; margin-bottom: 50px;}
.YdMenuList li.n2, .YdMenuList li.n4 {position: relative; top: -20px;}
.YdMenuList li img{width: 90%; vertical-align: middle;}