﻿@charset "utf-8";
/* CSS Document */

/* Update: 2016.09.8 
** Author: xJason
***基础类 公共调用用于全站
背景色：#FBFBFB 

颜色编号：

黑色 ：#333333 用途：主体字体  

浅灰色：#cccccc 用途：背景 线 边框 

深灰色：#666666 用途：内容备注

淡红色：#ff5370 用途：价格  星  活跃度  按钮背景 经过边框、链接 标题

蓝色：#07a3ea  用途：栏目 标题

纯白色：主体按钮字体
**---基本元素初始化---*/
html, body, div, a, i, h1, h2, h3, h4, h5, h6, hr, p, pre, blockquote, dl, dd, ul, ol, th, td, form, fieldset, legend, button, input, textarea, menu, li, iframe { margin: 0; padding: 0 }
body { font: 16px/1.5 "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif; color: #333333; background: #fff; -webkit-text-size-adjust: none; }
h1, h2, h3, h4, h5, h6, button, input, textarea { font-size: 100% }
input, select, textarea { font-size: 15px; color: #333333; font-family: "microsoft yahei"; }
fieldset, img { border: 0; }
caption, th { text-align: left }
li { list-style: none }
address, cite, code, dfn, var, em, th { font-style: normal; font-weight: normal; }
button, input, textarea { outline: none; font-family: inherit }
:focus { outline: none; }
input { border: none; border-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
button { border: transparent; outline: none; }
/*---基本元素初始化结束---*/


/*---网页基本宽度定义---**/
.clr { clear: both; }
.wrap { margin-right: auto; margin-left: auto; width: 1400px; background: #fff; height: auto; }
.wamp { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; padding-right: 15px; }
.overflow { overflow: hidden }
.displaynone { display: none; }
.displayblock { display: block; }
.AutoHeight { height: auto !important; }
/*---网页基本宽度定义结束----*/

/*---位置定位定义---*/
.fl { float: left; }
.fr { float: right; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
/*---位置定位结束---*/


/*---链接、次级信息、字体加粗、字体颜色定义---*/
a { text-decoration: none; color: #333333; }
/*--a:visited{color:#741274}---*/
a:hover { color: #ff5370; text-decoration: underline; }
/*--a:active{color:#666;}---*/
.sec_info { color: #a7a7a7; }
.b { font-weight: bold; }
.red { color: #ff5370; }
.white { color: #fff; }
.blue { color: #0a7fe4; }
.yellow { color: #f0ad4e; }
.purple { color: #8a6de9; }
.redlink a { color: #FF6764 }
.redlink a:hover { color: #dd524d }
.whitelink a { color: #FFFFFF; }
.whitelink a:hover { color: #dd524d }
.gray { color: #333; }
/*---链接、次级信息、字体加粗、字体颜色定义结束---  还差蓝色  */
/* 常用背景色*/
.btn_red, .btn_blue, .btn_yellow, .btn_purple, .btn_silver { color: #fff; }
.btn_red:hover, .btn_blue:hover, .btn_yellow:hover, .btn_purple:hover, .btn_silver:hover { background: #dd524d; cursor: pointer; color: #fff; }
.btn_red { background: #FF6764; border-color: #FF6764; }
.btn_blue { background: #128BE8; border-color: #128BE8; }
.btn_yellow { background: #f0ad4e; border-color: #f0ad4e; }
.btn_purple { background: #8a6de9; border-color: #8a6de9; }
.btn_silver { background: #A6A6A6; border-color: #A6A6A6; }
.btn_fff { background: #fff; border-color: #fff; color: #007AFF; }
.Basebackground { background: #f2f2f2 !important; }
/* 常用背景色 结束*/
/*---百分比定义---*/
.w12 { width: 100%; }
.w11 { width: 91.66666667%; }
.w10 { width: 83.33333333%; }
.w9 { width: 75%; }
.w8 { width: 66.66666667%; }
.w7 { width: 58.33333333%; }
.w6 { width: 50%; }
.w5 { width: 41.66666667%; }
.w4 { width: 33.33333333%; }
.w3 { width: 25%; }
.w2 { width: 16.66666667%; }
.w1 { width: 8.33333333%; }
.p1 { width: 100%; }
.p2 { width: 35%; }
.p3 { width: 40%; }
.p4 { width: 45%; }
.p5 { width: 50%; }
.p6 { width: 55%; }
.p7 { width: 60%; }
.p8 { width: 65%; }
/*---百分比定义结束---*/
.table { display: table; margin-left: 1px; }
.table_cell { vertical-align: middle; text-align: center; }
/**********************************************************************************************
 Reset & Base CSS End*/
/*各种btn 和input*/
.base_input { border: 1px solid #A6A6A6; height: 30px; position: relative; top: 2px; width: 200px; color: #6a6a6a; line-height: 30px; }
.m_input { border: 1px solid #A6A6A6; height: 30px; position: relative; width: 280px; }
.auto_input { border: 1px solid #A6A6A6; height: 30px; position: relative; width: 95%; display: block; }
.count_input { border: 1px solid #A6A6A6; height: 24px; position: relative; top: 2px; width: 60px; text-align: center; color: #6a6a6a; }
.m_btn { padding: 4px 10px; border: none; outline: none; border: transparent; border-radius: 4px; cursor: pointer; display: inline-block; }
.small_btn { padding: 4px 4px; border: none; outline: none; border: transparent; border-radius: 2px; cursor: pointer; display: inline-block; }
.badge { padding: 4px 12px; border-radius: 100px; display: inline-block; }
.auto_select { border: 1px solid #A6A6A6; height: 30px; display: inline-block; }
.base_button { background-color: #128BE8; color: #ffffff; border: 1px solid #128BE8; font-size: 16px; height: 35px; position: relative; padding-right: 10px; cursor: pointer; border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
/*btn  end*/
/*-------------btn_phone(电话预约)部分start-------------*/
.btn_phone { display: block; line-height: 28px; padding: 0 10px; background: #07a3ea; color: #fff; margin-bottom: 4px; margin-left: 8px; border-radius: 3px; }
.btn_phone:hover { background: #ff5370; color: #fff; text-decoration: none; }
/*-------------btn_phone(电话预约)部分end-------------*/
/*各种tip*/
.tip { position: relative; padding: 4px 8px; border-radius: 4px; }
.tip .sanjiao { border-color: red; position: absolute; width: 0; height: 0; border-right: 5px solid; border-left: 5px solid; border-top: 8px solid; right: 0; left: 0; bottom: -6px; margin: auto; border-top-color: inherit; border-right-color: transparent; border-left-color: transparent; }
/*三角形*/
.triangle { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid #999; }
/*各种控制*/
.on, .active { display: block; }
.tabCell li { display: none; }
.tabCell li.on { display: block; }
.bdl { border-left: none; }
/*------img_box全局属性start---*/
.img_box { border: 1px solid #ccc; box-sizing: border-box; overflow: hidden; background: #f2f2f2; position: relative; text-align: center; }
/*----img_box全局属性end----*/
/* Reset & Base CSS End
**********************************************************************************************/

/*- tableBasic 表格-*/
.tableBasic { background-color: #F9F9F9; color: #666666; border-left: 1px dotted #CCCCCC; border-top: 1px dotted #CCCCCC; border-collapse: collapse; }
.tableBasic td, .tableBasic th { border-right: 1px dotted #CCCCCC; border-bottom: 1px dotted #CCCCCC; padding: 10px; }
.tableBasic th { background-color: #EEEEEE; height: 40px; }
.tableBasic .Star { font-size: 15px; }
.margin-t10 { margin-top: 10px; overflow: hidden; }
.margin-t20 { margin: 20px 0; }
.margin-t30 { margin-top: 30px; }
.margin-t50 { margin-top: 50px; }
.SmallWidth { width: 800px; }
.small_comments { font-size: 14px; color: #6a6a6a; }
.small_gray { font-size: 12px; color: #999999; }
.show_line_1 { border-bottom: 1px #EAEAEA solid; margin-top: 10px; }
.show_line_3 { border-bottom: 3px #EAEAEA solid; margin-top: 10px; }
.show_line_2 { border-top: 1px #EAEAEA solid; margin-top: 10px; }
.box_shadow_all { border: 1px #EAEAEA solid; background-color: #FFFFFF; box-shadow: 0 1px 0 0 rgba(216, 216, 216, 1) }
.arrow-right { float: left; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 8px solid #333333; margin-top: 3px; margin-right: 3px; }
.arrow-right-small { float: left; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 5px solid #333333; margin-top: 7px; margin-right: 3px; }
.Title_class { height: 35px; width: 100%; color: #128BE8; font-size: 16px; border-bottom: 1px solid #128BE8; }
.Title_class img { position: relative; top: 4px; margin-right: 5px; }
.Title_class span { float: right; padding-top: 10px; }
/*--基础类定义结束--*/





/*----top部分start----*/
.al_head { min-width: 1400px; width: 100%; position: relative; /*background: url(../images/headallbg.png); */ background-repeat: repeat-x; }
.base_Top { height: 40px; box-sizing: border-box; border-bottom: 1px solid #ececec; /*background: url(../images/top_bar_bg.jpg);*/ background: #f9f9f9; }
.top_Main { height: 40px; border-bottom: 1px solid #ececec; box-sizing: border-box; /*background: url(../images/top_bar_bg.jpg) !important;*/ background: #f9f9f9; }
.top_Main_Left { font-size: 12px; line-height: 40px; }
.catalog { margin-left: 20px; width: 110px; height: 24px; margin-top: 8px; line-height: 22px; border: 1px solid #999; background-color: #FFF; box-sizing: border-box; }
.catalog a { width: 85px; display: inline-block; text-indent: .5em; }
.catalog a:hover { text-decoration: none; }
.catalog_btn { width: 22px; height: 22px; border-left: 1px solid #999; cursor: pointer; position: relative; }
.catalog i { position: absolute; top: 8px; left: 7px; }
.catalog_select { width: 110px; height: auto; background: #fff; border: 1px solid #999; border-top: none; box-sizing: border-box; position: absolute; z-index: 999; margin-left: 20px; }
.catalog_select p { height: 24px; line-height: 24px; }
.catalog_select a { text-indent: .5em; width: 105px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.catalog_select p:hover a { color: #fff; text-decoration: none; }
.catalog_select p:hover { background: #c8c8c8; }
.top_Main_Left .BzBox { position: relative; width: 70px; height: 24px; line-height: 22px; text-align: center; margin-left: 10px; margin-top: 8px; box-sizing: border-box; border: #999 1px solid; background-color: #FFF; }
.top_Main_Left .BzBox a { display: inline-block; }
.top_Main_Left .BzBox a:hover { text-decoration: none; }
.top_Main_Left .BzBox p { height: 24px; line-height: 22px; }
.top_Main_Left .BzBox img { position: absolute; top: -8px; left: 65px; }
.top_Main_Right { height: 40px; line-height: 40px; position: relative; font-size: 12px; }
.top_Main_Right a { padding: 0 4px; }
.userCenter_name { float: left; padding-left: 16px !important; background: url(/images/company_06.png) left center no-repeat; background-size: 12px; max-width: 140px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.top_Main_Right .phone { position: relative; padding: 0 4px 0 12px; background: url(/images/top_01.png) left center no-repeat; }
.phone_code { position: absolute; right: 0px; z-index: 99; display: none; border: #CCC 1px solid; width: 160px; }
.phone:hover .phone_code { display: block; }
.top_Main_Right .Group { float: right; position: relative; padding: 0 4px 0 12px; background: url(/images/Group.png) left center no-repeat; background-size: 14px; }
.top_Main_Right .care { padding: 0 20px; background: url(/images/top_02.jpg) center no-repeat; }
.top_Main_Right .care:hover { text-decoration: none; }
.riTop { position: absolute; right: 0; top: 40px; cursor: pointer; }
.riTopTip { width: 210px; height: 85px; position: absolute; right: 60px; top: 140px; color: #666; padding: 5px 10px; font-size: 14px; background: #fff; z-index: 999; }
.riTopTip i { position: absolute; right: 0; top: -16px; width: 0; height: 0; border-bottom: 16px solid #fff; border-left: 30px solid transparent; z-index: 999; }
.banner_top img { padding: 0; margin: 0; }
.base_mid { height: 110px; background: #fff; position: relative; padding: 15px 0; box-sizing: border-box; }
.logobox { float: left; position: relative; }
.logobox .logo img { margin-top: 11px; margin-left: 7px; }
.logobox .auth { width: 64px; height: 22px; line-height: 22px; background: #FF8653; color: #fff; font-size: 12px; text-align: center; position: absolute; right: -70px; top: 6px; border-radius: 4px 0; }
.logobox .auth a { color: #fff; }
.logobox>i { width: 0; height: 0; border-top: 6px solid #FF8653; border-right: 6px solid transparent; position: absolute; right: -12px; top: 28px; }
.base_Search { height: 40px; line-height: 40px; border: 1px solid #07a3ea; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; position: absolute; left: 40%; margin-left: -180px; top: 35px; }
.search_mt { width: 100px; height: 38px; font-size: 14px; cursor: pointer; border-right: 1px solid #07a3ea; box-sizing: border-box; }
.search_mt_lnk { display: block; text-align: center; width: 100px; height: 40px; line-height: 40px; color: #666; }
.search_mt_lnk span { width: 83px; text-align: center; }
.search_mt_st span:first-child { letter-spacing: .5em; }
.search_mt_lnk i { width: 12px; height: 40px; background: url(/images/arrow.png) center no-repeat; }
.search_mt_st { width: 101px; line-height: 25px; border: 1px solid #07a3ea; border-radius: 4px; box-sizing: border-box; background: #fff; position: absolute; z-index: 999; left: -1px; top: 40px; }
.search_mt_st span { display: block; width: 100px; height: 25px; text-indent: 1em; color: #666; }
.search_mt_st span:hover { background: #07a3ea; color: #fff; text-decoration: none; }
.search_mt_dis { display: none !important; }
.search_text { width: 240px; height: 38px; padding-left: 5px; line-height: 40px; }
.search_btn { width: 90px; height: 38px; font-size: 18px; color: #07a3ea; cursor: pointer; background: url(../images/top_03.png) 10px center no-repeat; border-left: 1px solid #07a3ea; box-sizing: border-box; text-indent: 1em; }
.search_btn:hover { border-color: #ff5370; color: #ff5370; background: url(../images/top_16.png) 10px center no-repeat; }
.base_mid p { font-size: 12px; color: #666; position: absolute; top: 30px; }
.sy-top-nav { float: right; }
.release { width: 273px; height: 60px; background: url(http://www.zybw.com/images/xuqiubtn.png) left center no-repeat; }
.release:hover { background: url(http://www.zybw.com/images/xuqiubtn.png) left center no-repeat; }
.nav { min-width: 1400px; height: 50px; background: #18b0f5; }
.nav>ul>li { min-width: 120px; position: relative; line-height: 50px; font-size: 16px; font-weight: bold; color: #fff; float: left; text-align: center; background: url(../images/top_10.png) right center no-repeat; padding-right: 20px; text-indent: 1em; }
.nav>ul>li:last-child { background: none; }
.nav ul li a { color: #fff; }
.nav ul li a:hover { text-decoration: none; }
.nav ul .nav_on { background: #07a3ea !important; }
.nav ul li:hover { background: #07a3ea !important; }
.nav>ul>li .nav_disease { display: none; text-indent: 0em !important; width: 100%; background: #39b5ee; background: rgba(7,163,234,.8); display: none; position: absolute; z-index: 999; top: 50px; }
.nav>ul>li .nav_disease li { width: 100%; line-height: 30px; height: 30px; text-indent: 0em !important; }
.nav>ul>li .nav_disease li a { display: block; width: 90%; margin: 0 auto; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 14px; }
.nav>ul>li .triangle { position: absolute; top: 22px; right: 10px; border-top: 6px solid #fff !important; }
.nav .wrap li h2 { line-height: 50px; }
.news_ader { position: relative; width: 100%; margin: 10px 0; }
.GuanGao-Box { position: absolute; bottom: 7px; right: 7px; z-index: 6; width: 60px; height: 30px; line-height: 30px; font-size: 14px; color: #f2f2f2; background: url(http://www.zybw.com/images/g_icon.png) left center no-repeat; background-size: 20px; text-indent: 1.5em; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); background-color: rgba(0, 0, 0, 0); }
/*----新闻小分类----*/
.subject { background: #fff; height: 135px; border-bottom: 1px solid #1F90F6; box-sizing: border-box; }
.subject_box { width: 290px; background: url(../images/top_13.png) 280px center no-repeat; margin-left: 7px; }
.subject_box:first-child+.subject_box+.subject_box+.subject_box { background: none; margin-right: 5px; }
.subject_le { margin: 15px 0 0 10px; }
.subject_ri { margin-top: 15px; margin-left: 10px; line-height: 26px; font-size: 14px; }
.subject_ri>div { margin-left: 10px; text-align: left; width: 84px; }
.subject_news { display: block; font-size: 16px; font-weight: bold; color: #07a3ea; margin-left: 2px; }
/*----top部分end----*/

/*----foot部分start----*/
.foot { width: 100%; min-width: 1400px; background: #f2f2f2; border-top: 3px solid #1F90F6; overflow: hidden; margin-top: 30px; }
.foot .foot_Nav { width: 100%; height: 40px; text-align: center; padding-bottom: 20px; border-bottom: 1px solid #ccc; }
.foot .foot_Nav a { font-size: 16px; color: #333; line-height: 60px; padding: 0 9px; font-weight: bold; }
.foot .foot_Nav a:hover { color: #ff5370; }
.foot .foot_Senter { margin-top: 10px; margin-bottom: 20px; overflow: hidden; }
.foot .foot_Senter .foot_left { width: 490px; float: left; text-align: center; font-size: 14px; }
.foot .foot_Senter .foot_left .Box_1, .foot .foot_Senter .foot_left .Box_2 { float: left; width: 150px; margin-right: 10px; }
.foot .foot_Senter .foot_left img { width: 100%; }
.foot .foot_Senter .foot_right { width: 690px; float: right; }
.foot .foot_Senter .foot_right p { text-align: right; line-height: 26px; font-size: 14px; position: relative; }
.foot .foot_Senter .foot_right p img { }
/*----foot部分end----*/


/*----回到顶部开始----*/
.GoTop { position: fixed; left: 50%; margin-left: 710px; bottom: 50px; width: 50px; height: auto; z-index: 999; }
.GoTop li { width: 50px; float: right; height: 50px; border-radius: 4px; /*background:#eb6100;*/ margin: 2px 0; right: 0; color: #fff; text-align: center; position: relative; overflow: hidden; font-size: 14px; cursor: pointer; }
.item:hover .base_expand { display: block !important; }
.base_tel { background: url(/images/base_tel.png) right center no-repeat; }
.base_service { background: url(/images/base_service.png) right center no-repeat; }
.base_expand { width: 120px; height: 50px; line-height: 20px; padding-top: 5px; text-align: left; padding-left: 15px; background: #eb6100; }
.base_width:hover { width: 170px; }
.base_more { background: url(/images/base_more.png) right center no-repeat; }
.base_GoTop { background: url(/images/base_GoTop.png) right center no-repeat; }
.base_text { content: attr(data-text); position: absolute; top: 0; left: 0; width: 50px; height: 50px; line-height: 20px; padding-top: 5px; font-weight: bold; color: #fff!important; border-radius: 4px; background-color: #07a3ea; text-align: center; -webkit-transform-origin: -50% 50%; transform-origin: -50% 50%; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); -webkit-transition: -webkit-transform .3s ease-in; transition: transform .3s ease-in; opacity: 0\9; filter: alpha(opacity=0)\9; }
.button_rotate:hover .base_text { transform: rotate3d(0, 0, 1, 0deg); }
/*----回到顶部结束----*/
.second_suit_head { width: 100%; height: 30px; line-height: 30px; text-indent: 1.8em; border-bottom: 1px solid rgb(204, 204, 204); }
.second_right { text-indent: 2em; background: url(/images/menu.png) 0px center no-repeat; background-size: 20px; }
.second_right_unit li { width: 100%; height: 30px; line-height: 30px; text-align: center; margin-top: 10px; }
.second_right_unit li a { color: #fff; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.second_right_unit li a:hover { text-decoration: none; box-shadow: inset 0 0 10px #ff5370; }
.second_right_unit .binzhong { width: 50%; }
.bac_blue { background: #07a3ea; }
.bac_aurantius { background: #e4db72; color: #07a3ea !important; }
.bac_green { background: #6ff265; color: #07a3ea !important; }
.bac_ablue { background: #6ccbeb; }
.second_children_head { width: 100%; height: 30px; line-height: 30px; font-size: 15px; border-bottom: 1px dashed #ccc; }
.FurtherReading { width: 100%; height: 150px; }
.FurtherReading li { height: 24px; line-height: 24px; font-size: 14px; width: 290px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; list-style: decimal; }
.more { float: right; font-size: 14px; font-style: normal !important; font-weight: normal !important; margin-right: 5px; }
.more>i { font-family: "宋体"; margin: 0 !important; padding: 0 !important; display: inline !important; font-style: normal; }
.wrap_Background { width: 100%; overflow: hidden; background: #fff; }
.Latest { position: relative; }
.Latest .auth { position: absolute; width: 40px; height: 22px; left: 65%; top: -15px; }
.base_mid_ri { margin-top: 20px; }
.base_mid_ri a { float: left; display: block; margin-right: 10px; color: #666; font-weight: bold; }
.base_mid_ri a img { margin-right: 10px; }
.Inside { position: absolute; right: -100px; border: 1px solid #07a3ea; background: none; text-indent: inherit; }
.Inside:hover { border-color: #ff5370; color: #ff5370; background: none; }
.www-bottom { margin-top: 30px; background: #2e8d95; padding: 20px; font-size: 14px; text-align: center; color: #fff; }
.www-bottom .footer p { min-height: 28px; line-height: 28px; }
.www-bottom .footer p a { color: #fff; }
/* fixed-bar */
.fixed-bar { position: fixed; right: 20px; top: 30%; z-index: 50; _position: absolute; _bottom: auto; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0))-30);
}
/*.fixed-bar .wide-bar{width:154px;background:#fff;}*/
.fixed-bar img { cursor: pointer; }
.z_pc_03 { border: solid 1px #e8e8e8; width: 51px; margin: 10px 0; position: relative; }
.z_pc_03>img { position: absolute; right: -10px; top: -20px; }
.z_pc { border: solid 1px #e8e8e8; }
.z_pc img { }
.z_pc>li { position: relative; font-size: 0; margin-bottom: 0!important; }
.z_pc>li div p { padding: 10px; background: #fff; -moz-box-shadow: 2px 2px 10px #909090;/*firefox*/ -webkit-box-shadow: 2px 2px 10px #909090;/*safari鎴朿hrome*/ box-shadow: 2px 2px 10px #909090;/*opera鎴杋e9*/ }
.z_pc>li div { position: absolute; right: 51px; padding-right: 4px; bottom: 0; display: none; }
.z_pc>li:nth-child(1):hover .z_pc_12 { content: url('http://news.zybw.com/images/z_pc_14.jpg'); }
.z_pc>li:nth-child(2):hover .z_pc_22 { content: url('http://news.zybw.com/images/z_pc_20.jpg'); }
.z_pc>li:nth-child(3):hover .z_pc_26 { content: url('http://news.zybw.com/images/z_pc_27.jpg'); }
.z_pc>li:nth-child(1):hover div { display: block; }
.z_pc>li:nth-child(2):hover div { display: block; }
.z_pc>li:nth-child(3):hover div { display: block; }
.fixed-pr { position: fixed; bottom: 0; left: 0; width: 100%; font-family: "寰蒋闆呴粦" }
.fixed-pr img { float: left; }
/*右边*/
.qq_content .sidebar { width: 340px; padding-top: 0; }
.sidebar .head { overflow: hidden; }
.head { width: 100%; height: auto; }
.sidebar .head .search { margin-top: 0; position: relative; }
.sidebar .head .col-xs-6 { width: 100%; }
.head .search { overflow: hidden; margin-top: 35px; box-sizing: border-box; position: relative; z-index: 1; border: 1px #ececec solid; background: #f9f9f9; font-size: 16px; padding: 0; }
.sidebar .head .search input#keyword { width: calc(100% - 70px); }
.head .search input#keyword { padding-left: 20px; width: calc(100% - 232px); background: #f9f9f9; height: 40px; line-height: 40px; border: 1px solid #fff; border-radius: 6px; border-bottom-right-radius: 0; border-top-right-radius: 0; font-size: 16px; color: #999999; outline: none; float: left; }
.sidebar .head .search .sub { position: absolute; right: 10px; top: 10px; }
.sidebar .index-category { overflow: hidden; padding: 10px 0; margin: 15px 0; }
.subTitle-2LjH0nGx { overflow: hidden; }
.subTitle-2LjH0nGx {
 padding: .571429rem 0 .571429rem .857143rem; font-size: 1.142857rem; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 700; color: #212223; line-height: 1.571429rem; position: relative; }
.subTitleLink-2bFAE1GM { color: #212223!important; }
.tio-list a { width: 25%; float: left; display: inline-block; position: relative; font-size: 14px; box-sizing: border-box; padding-bottom: 6px; padding-top: 6px; }
.tio-list a.tio img { position: absolute; right: 0; top: 4px; height: 10px; }
.tio-list li img { height: 33px; }
.tio-list li p { margin-top: 2px; font-size: 10px; }
.tio-list a:hover { color: #3eb24f; }
.index-category-botonnm { padding-bottom: 10px; }
.subTitleLine-4hTuRuiw { position: absolute; left: 0; top: .714286rem;
width: 4px; height: 20px; }
.quick-pub-box .quick-img { width: 101px; height: 92px; position: absolute; right: 0; bottom: 0; }
.quick-pub-box .quick-bg { margin-top: 10px; height: 107px; padding-left: 18px; padding-top: 18px; background-image: linear-gradient(180deg, #fff6f1 0, rgba(254,248,244,0) 100%); }
.quick-pub-box .quick-bg h4 { font-size: 18px; color: #333; font-weight: 700; }
.quick-pub-box .quick-bg p { font-size: 14px; color: #666; margin-top: 6px; }
.quick-pub-box .quick-bg p { font-size: 14px; color: #666; margin-top: 6px; }
.right-bar .bar-tit { padding: 0 0 13px 0px; }
.right-bar .bar-tit h2 { position: relative; height: 20px; line-height: 20px; background: #fff; }
.right-bar .bar-tit h2 .tit, .right-bar .bar-tit h2 span { display: block; width: 100%; height: 100%; font-size: 20px; color: #3eb24f; font-weight: bold; text-align: center; }
.right-bar { overflow: hidden; width: 100%; margin-top: 15px; }
.sidebar .head { overflow: hidden; }
.sidebar .head .col-xs-6 { width: 100%; }
.sidebar .head .search input#keyword { width: calc(100% - 70px); }
.sidebar .head .search { margin-top: 0; position: relative; }
.sidebar .head .search .sub { position: absolute; right: 10px; top: 10px; }
.subTitle-2LjH0nGx { overflow: hidden; }
.sidebar .index-category { overflow: hidden; padding: 10px 0; margin: 15px 0; }
.hot_hospital ul li:hover h4 { color: #3eb24f; }
.cj-r-block .list li:hover a { color: #3eb24f; }
.cj-rank-list .tabs-cont li:hover span.text a { color: #3eb24f; }
.subTitle-2LjH0nGx { padding: 9px 0 9px 13px; font-size: 1.842857rem; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 700; color: #212223; line-height: 1.571429rem; position: relative; }
.quick-pub-box { width: 100%; position: relative; background-color: #fff; border-radius: 1px; display: block; }
.content-list { background: #fff; overflow: hidden; }
.content-list>div { padding: 10px 0; overflow: hidden; }
.content-list>div>div { position: relative; }
.pin-left { padding-left: 0; }
.col-xs-3 { width: 25%; float: left; }
.content-list>div>div { position: relative; }
.content-list>div>div:nth-child(1) { padding-right: 10px; box-sizing: border-box; }
.content-list-re { font-size: 12px; position: relative; }
.pin-none { padding: 0; }
.pin-left { padding-left: 0; }
.col-xs-9 { width: calc(75% - 10px); float: left; }
.content-list>div>div>img { position: absolute; top: -5px; left: 0px; z-index: 2; }
.content-list>div>div i { display: block; width: 40px; height: 15px; background: url(https://www.zybw.com/xin-zybw/img/online_status.png) no-repeat 0 0; background-size: 50px 50px!important; -webkit-background-size: 50px 50px; position: absolute; top: -5px; border: none; left: 19px; margin-left: -20px; z-index: 1; }
.content-list>div>div>span { position: absolute; bottom: 0; left: 0; right: 10px; text-align: center; font-size: 10px; display: inline-block; background: #dedede; color: #10a300; border-radius: 6px 6px 0 0; }
.content-list-re-1 { margin-bottom: 12px; }
.content-list-re-1 h4 { font-weight: bold; display: inline-block; font-size: 20px; }
.content-list-re-1 span { border-radius: 2px; padding: 0px 2px; font-size: 12px; background: #f2fbf8; color: #3db6f0; border: solid 1px #3db6f0; }
.content-list-re-2 { padding-bottom: 10px; }
.content-list-re-2 span { display: inline-block; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; color: #a5a5a5; height: 40px; line-height: 20px; }
.content-list-re-3 { font-size: 10px; }
.content-list-re .content-list-re-3 div { padding: 0; }
.content-list-re-3>div { color: #a5a5a5; }
.pin-none { padding: 0; }
.col-xs-4 { width: 33.33333333%; float: left; }
.content-list-re-3 img { height: 13px; margin-top: -2px; margin-right: 5px; }
.content-list-re-3>div span { color: #a5a5a5; }
.content-list-re .content-list-re-3 div { padding: 0; }
.content-list-re-3>div { color: #a5a5a5; }
.content-list-re>a { background: #ffab1a; color: #fff; display: inline-block; padding: 0px 8px; border-radius: 14px; position: absolute; right: 0px; font-size: 12px; top: 88px; }
.hot_hospital { }
.hot_hospital ul { padding-top: .1rem;
}
.hot_hospital ul li { padding: 10px 0; background: #fff; border-radius: 8px; overflow: hidden; }
.hot_hospital-con>h4 { font-size: 17px; font-weight: bold; margin-bottom: 10px; display: block; overflow: hidden; text-overflow: ellipsis; }
.hot_hospital-mark { margin-bottom: 10px; overflow: hidden; }
.hot_hospital-mark span { color: #ff862d; border: solid 1px #ff862d; border-radius: 2px; display: inline-block; float: left; margin-right: 10px; font-size: 12px; padding: 0 4px; }
.hot_hospital-mark img { float: left; height: 20px; }
.hot_hospital-con>h5 { font-size: 12px; margin-bottom: 10px; color: #a5a5a5; }
.hot_hospital-con>h5 img { height: 14px; }
.hot_hospital-evaluate { font-size: 12px; color: #a5a5a5; }
.hot_hospital-evaluate img:nth-child(2) { margin-left: 15px; }
.hot_hospital-evaluate img { height: 14px; }
.hot_hospital .col-xs-4 { padding: 0 10px 0 0; box-sizing: border-box; width: 33.33333333%; }
.cj-r-block .list li { height: 32px; line-height: 32px; overflow: hidden; padding-left: 16px; position: relative; overflow: hidden; text-overflow: ellipsis; font-size: 14px; }
.cj-r-block .list li:after { content: ""; position: absolute; width: 4px; height: 4px; background: #007EF4; left: 5px; top: 15px; }
.cj-rank-list .tabs-cont li { color: #d6d6d6;/* padding: 12px 0;*/ border-bottom: solid 1px #e5e5e5; }
.cj-rank-list .tabs-cont .rankhot span { color: #d33a2b; }
.cj-rank-list .tabs-cont span.num { font-size: 16px; letter-spacing: .73px; font-weight: 700; padding-right: 10px; color: #333; float: left; line-height: 32px; }
.cj-rank-list .tabs-cont span.text a { width: 100%; font-size: 14px; letter-spacing: 1px; display: inline-block; height: 32px; line-height: 32px; vertical-align: middle; }
.cj-rank-list .tabs-cont a, .cj-rank-list .tabs-cont a:visited { padding-left: 5px; color: #333; }
.cj-rank-list .tabs-cont span.text { display: inline-block; overflow: hidden; width: calc(100% - 32px); line-height: auto!important; }
.cj-rank-list .tabs-cont li:nth-child(1) span.num { color: #d33a2b; }
.cj-rank-list .tabs-cont li:nth-child(2) span.num { color: #d33a2b; }
.cj-rank-list .tabs-cont li:nth-child(3) span.num { color: #d33a2b; }
.fixed-bar img { cursor: pointer; }
.z_pc_03 { width: 51px; margin: 10px 0; position: relative; }
.z_pc_03>img { position: absolute; right: -10px; top: -20px; }
.z_pc_03 a img { /*margin-left: -48px; height: 120px; */ width: 100%; }
.z_pc, .z_pc_b { border: solid 1px #e8e8e8; background: #fff; }
.z_pc_b { width: 51px; margin: 10px 0; position: relative; }
.z_pc_b>img { position: absolute; right: -10px; top: -20px; }
.z_pc img { }
.z_pc>li { position: relative; font-size: 0; background: #fff; }
.z_pc>li div p { padding: 10px; background: #fff; -moz-box-shadow: 2px 2px 10px #909090;/*firefox*/ -webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/ box-shadow: 2px 2px 10px #909090;/*opera或ie9*/ }
.z_pc>li div { position: absolute; right: 51px; padding-right: 4px; bottom: 0; display: none; }
.z_pc>li:nth-child(1):hover .z_pc_12 { content: url('https://news.zybw.com//images/z_pc_14.jpg'); }
.z_pc>li:nth-child(2):hover .z_pc_22 { content: url('https://news.zybw.com//images/z_pc_20.jpg'); }
.z_pc>li:nth-child(3):hover .z_pc_26 { content: url('https://news.zybw.com//images/pc_31.jpg'); }
.z_pc>li:nth-child(4):hover .z_pc_26 { content: url('https://news.zybw.com//images/z_pc_27.jpg'); }
.z_pc>li:nth-child(1):hover div { display: block; }
.z_pc>li:nth-child(2):hover div { display: block; }
.z_pc>li:nth-child(3):hover div { display: block; }
.z_pc>li:nth-child(4):hover div { display: block; }
.z_pc_c { background: #f3f3f3; }
.fixed-pr { position: fixed; bottom: 0; left: 0; width: 100%; font-family: "微软雅黑" }
.fixed-pr img { float: left; }
.fixed-wap { display: none; }
 @media (min-width: 768px) {
.www-nav { display: none }
}
@media (max-width: 768px) {
.wrap { width: 100%; padding: 5px; }
.al_head { min-width: 100% }
.top_Main_Left, .top_Main_Right { font-size: 12px; }
.banner_top a img { width: 100%; height: auto; }
.riTopTip, .banner_top .ServiceBox { display: none }
#TopAdvertisement div { padding: 5px!important; font-size: 12px; }
.logobox { display: none }
.base_mid_ri { display: none }
.base_Search { left: 0%; margin-left: 5%; width: 90%; top: 10px; }
.search_mt, .search_mt_lnk { width: 70px }
.search_mt_lnk span { width: 58px }
.search_btn { width: 65px; background-size: 14px; font-size: 12px; height: 38px; }
.search_text { height: 38px; width: calc(100% - 200px); }
.Inside { position: initial; border: none; border-left: 1px solid #07a3ea; }
.subject_box { width: 25%!important; margin-left: 0px; padding-right: 0; padding-left: 10px; }
.subject_box:first-child+.subject_box+.subject_box+.subject_box { margin-right: 0; }
.subject_ri>div { margin-left: 0; text-align: center; }
.subject { height: auto }
.subject_le { text-align: center; }
.subject_le img { width: 80% }
.subject_ri { margin-left: 0; margin-top: 10px; }
.subject_ri .fr { float: left }
.nav { min-width: 100%; height: auto; background: none; }
.www-nav { background: url(../images/nav_back.png); }
.navbar-default { background: #18b0f5; }
.navbar-brand { width: 80%; }
.navbar-brand { padding: 12px 0; height: 70px; }
.navbar-toggle { margin-top: 18px; }
.navbar-toggle { border: none; margin-right: 0; }
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-toggle .icon-bar { width: 30px; }
.navbar-brand > img { width: 40% }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: none }
.base_mid { margin-bottom: 0 }
.foot { min-width: inherit; }
.foot_left { display: none }
.foot .foot_Nav { height: auto; padding: 10px 0; }
.foot .foot_Nav a { font-size: 14px; line-height: inherit; }
.foot_Senter { margin-bottom: 10px; }
.foot .foot_Senter .foot_right p { font-size: 10px; }
.foot .foot_Senter { margin-bottom: 10px; }
.foot .foot_Senter .foot_right { width: 100%; padding: 10px; }
.orga_title h4 { width: 100%; }
.search_head, .img_box { border: none!important; }
.search_main { border-left: none!important; border-right: none!important; }
.nav ul li:hover { background: none }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background: none; color: #fff; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { color: #fff; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #fff; }
.orga_title .locat { text-indent: 1.5em!important; }
.www-nav .navbar { margin-bottom: 0px; }
.subject_ri { display: none }
.subject_le { margin: 15px 0 15px 0px; }
.subject_news { font-size: 14px; }
.base_mid p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; }
.S_left, .S_mid, .S_right, .news_ader { width: 100%!important; height: auto!important; margin-bottom: 15px; }
.S_mid { margin-left: 0px !important; margin-right: 0px !important; }
.S_right { margin-top: 15px; }
.first_mid_list { height: auto!important; }
.first_left_main { position: relative; }
.banner_focus { position: absolute; width: 100%; bottom: 0 }
.news_ader img { width: 100%; }
.Center_left { width: 100%!important; margin: 0!important; padding-right: 0!important; }
.margin-t20 { padding: 0!important; }
.nTab { width: 100%!important; }
.Center_right { width: 100%!important; padding-left: 0%!important; }
.base_Top .wrap, .banner_top { padding: 0%!important; }
.guangao360 { width: 100%; overflow: hidden; }
/*---漂浮广告--*/
#myCarousel54 { display: none; }
.base_mid { height: 90px; }
/*---加群--*/
.modal-body { font-size: 12px; text-indent: 20pt; overflow: hidden; }
.modal-body .QRCode a, .modal-body .text-center { text-indent: 0; }
.modal-body .QRCode p { text-indent: 0; margin: 10px 0; color: #9E9E9E; font-size: 12px;}
.QRCode a { display: inline-block; padding: 3px 10px; background: #ffab1a; color: #fff; font-size: 14px; border-radius: 15px; }
/****客服****/
.fixed-bar { display: none; }
.fixed-wap { display: inline-block; padding: 10px; background: #fff; overflow: hidden; position: fixed; bottom: 0; left: 0; right: 0; z-index: 16; }
.fixed-wap li { width: 25%; text-align: center; float: left; }
.fixed-wap li a { font-size: 12px }
.fixed-wap li img { height: 20px; }
}
