﻿@charset "utf-8";
/* CSS Document */

/* 重写浏览器的所有默认样式
---------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {/* 去掉了P */
padding: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,th,var {/* 去掉了strong */
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q:before,q:after {
content:'';
}
abbr,acronym {
border: 0;
}

/* 基本属性
---------------------------------------------------------------------------------------------------------------------- */
body{
background:url(images/payy_sbk/boby_bg.png) #fff;
color:#444;
font-size:12px;
text-align:left;
font-family:"宋体";
}

a{text-decoration: none;}
a:link,a:visited{color:#444;font-size:12px;}
a:hover,a:active,a:focus{color:#f00;text-decoration: underline;}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed, a.cRed:link, a.cRed:visited{ color:#f00;}a.cRed:hover{color:#c00;}

.fB {font-weight: bold;}
.f14px{ font-size:14px;}
.height{padding:5px;}/* 高度10px */

input, button, select{font-size:12px;color:#444;}
input.width0{ width:30px; border:1px #999 solid; padding:3px;}
input.width1{ width:50px; border:1px #999 solid; padding:3px;}
input.width2{ width:150px; border:1px #999 solid; padding:3px;}
input.width3{ width:380px; border:1px #999 solid; padding:3px;}

textarea{font-size:12px;color:#444;}
textarea.width0{ width:150px; height:150px;border:1px #999 solid; padding:3px; line-height:180%;}
textarea.width1{ width:380px; height:90px;border:1px #999 solid; padding:3px; line-height:180%;}
textarea.width2{ width:380px; height:160px;border:1px #999 solid; padding:3px; line-height:180%;}


/* 清除浮动_以后不再在新项目中使用*/
.clear{clear:both;height:0;line-height:0px;font-size:0;overflow: hidden;}

/* 解决容器不扩展问题，调用<div class="clear_box">&nbsp;</div> */
.clear_box{
font:0px/0px sans-serif;
clear:both;
display:block;
overflow:hidden;
height:0;
line-height:0px;
border:0px;
padding:0px;
margin:0px;
}


/* 总布局
---------------------------------------------------------------------------------------------------------------------- */
.index_header{
width:1000px;
margin:0 auto;
background:url(images/payy_sbk/index_main_nav_bg.png) #fff no-repeat;
}
.channel_header{
width:1000px;
margin:0 auto;
background:url(images/payy_sbk/channel_main_nav_bg.png) #fff no-repeat;
}

.wrapper{
width:1000px;
margin:0 auto;
background:#fff;
}
.wrapper .sidebar{
float:left;
width:188px;
padding-left:28px;
padding-right:16px;
padding-top:70px;
background:url(images/payy_sbk/sidebar_bg.png) right top #fff no-repeat;
min-height:600px;
}
.wrapper .main{
float:left;
width:712px;
margin-left:28px;
padding:5px 0px;
background:#fff;
}

.footer{
position:relative;
width:1000px;
line-height:160%;
height:85px;
}
.footer_logo{
height:74px;
background:url(images/payy_sbk/footer_logo.png) 120px 10px no-repeat;
text-indent:-9999px;
}
.footer_txt{
position:absolute;
top:20px;
left:210px;
width:550px;
height:45px;
}
.footer_txt a, .footer_txt a:visited{
color:#666;
}
.footer_txt a:hover{
color:#f00;
}

.friend_link{
position:absolute;
top:30px;
right:30px;
}


/* logo、顶导航菜单
---------------------------------------------------------------------------------------------------------------------- */
.logo{
float:left;
display:block;
width:142px;
height:98px;
cursor:pointer;
}
.logo div{
text-indent:-9999px;
width:142px;
height:98px;
}


.top_nav{
float:right;
width:808px;
padding-top:12px;
padding-right:50px;
text-align:right;
color:#a3a3a3;
}
.top_nav a, .top_nav a:visited{
color:#a3a3a3;
}
.top_nav a:hover{
color:#f00;
}



/* 频道导航菜单
---------------------------------------------------------------------------------------------------------------------- */
#main_nav{
float:left;
width:838px;
height:14px;
padding-top:20px;
padding-left:20px;
}
#main_nav li{
display:inline;
}
#main_nav a{
float:left;
font-size:14px;
font-weight:bold;
padding-left:4px;
color:#fff;
margin-left:1px;
}
#main_nav a span{
float:left;
display:block;
padding-left:3px;
padding-right:7px;
}

/* 针对IE5和Mac的hack调整 \*/
#main_nav a span{float:none;}
/* End IE5-Mac hack */

#main_nav a:hover{
background-position:0% -29px;
color:#ff0;
text-decoration:none;
}
#main_nav a:hover span{
text-decoration:none;
background-position:100% -29px;
}
/* 当前频道的样式定义[开始] */
#main_nav a.ok_top{
background-position:0% -29px;
}
#main_nav a.ok_top span{
background-position:100% -29px;
}
#main_nav a:hover.ok_top span{
color:#ff0;
text-decoration:none;
}


/* 二级导航
---------------------------------------------------------- */
#sub_nav_box{
float:left;
position:relative;
margin-top:5px;
margin-left:5px;
background:#ddd;
}
#sub_nav_box a, #sub_nav_box a:visited{
color:#277d99;
}
#sub_nav_box a:hover{
text-decoration:none;
color: #f00;
}

.sub_nav0, .sub_nav1, .sub_nav2, .sub_nav3, .sub_nav4, .sub_nav5, .sub_nav6, .sub_nav7, .sub_nav8, .sub_nav9, .sub_nav10{
position:absolute;
height:17px;
top:15px;
left:25px;
padding-left:10px;
}


.sub_nav0{
padding-left:50px;
background:url(images/payy_sbk/index_gonggao_bg.gif) no-repeat;
}


.sub_nav1{
left:30px;
width:310px;
display:none;
}
.sub_nav0_icon1{
position:absolute;
left:73px;
top:-3px;
background:url(images/payy_myk/icon01.png) no-repeat;
width:9px;
height:4px;
}

.sub_nav2{
left:130px;
width:480px;
display:none;
}

.sub_nav3{
left:210px;
width:70px;
display:none;
}

.sub_nav4{
left:60px;
width:580px;
line-height:180%;
display:none;
text-align:center;
}

.sub_nav5{
left:150px;
width:580px;
line-height:180%;
display:none;
}

.sub_nav6{
left:90px;
width:700px;
line-height:180%;
text-align:center;
display:none;
}

.sub_nav7{
left:530px;
width:125px;
display:none;
}

.sub_nav8{
left:530px;
width:180px;
display:none;
}

.sub_nav9{
left:660px;
width:140px;
display:none;
}
.sub_nav10{
left:560px;
width:230px;
display:none;
}



/* 侧栏
---------------------------------------------------------------------------------------------------------------------- */
/* 侧栏导航
----------------------------------------------- */
.sidebar_nav_title{
padding-top:6px;
height:19px;
background:url(images/payy_sbk/sidebar_nav_title_bg.png) no-repeat;
padding-left:25px;
font-weight:bold;
font-size:14px;
color:#fff;
}
.sidebar_nav{
padding:5px;
}
.sidebar_nav a, .sidebar_nav a:visited{/* 链接文字 */
color:#333;
}
.sidebar_nav a:hover{
color:#f00;
}

.sidebar_nav li{
padding:7px 0px;
padding-left:15px;
border-bottom:1px #ddd solid;
}
.sidebar_nav li.hover a, .sidebar_nav li.hover a:visited{/* 当前链接文字 */
color:#509eb3;
font-weight:bold;
}
.sidebar_nav li.hover a:hover{
color:#f00;
font-weight:bold;
}

.sidebar_nav_bottom{
height:10px;
background:#09f;
display:none;
}



.sidebar_title{/* 公共标题 */
padding-top:7px;
height:18px;
background:url(images/payy_sbk/sidebar_title_bg.png) no-repeat;
padding-left:25px;
font-weight:bold;
color:#fff;
margin-top:10px;
}

.sidebar_search{/* 搜索 */
padding:10px;
background: #fff;
}
.sidebar_search input#txtKeyWords{ width:118px; border:1px #999 solid; padding:3px;}

.sidebar_new{/* 新品 */
padding:10px;
background: #fff;
}
.sidebar_new li{
height:25px;
line-height:25px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.gif) left 8px no-repeat;
padding-left:15px;
}

.sidebar_recommend{/* 推荐 */
padding:10px;
background: #fff;
}
.sidebar_recommend li{
height:25px;
line-height:25px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.gif) left 8px no-repeat;
padding-left:15px;
}

.sidebar_hot{/* 热门 */
padding:10px;
background: #fff;
}
.sidebar_hot li{
height:25px;
line-height:25px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.gif) left 8px no-repeat;
padding-left:15px;
}


/* 模型样式
---------------------------------------------------------------------------------------------------------------------- */
/* 公共
----------------------------------------------- */
.page_content img{/* 图片描边 */
background:#fff;
padding:3px;
border:1px #ddd solid;
}
.multipage_content img{/* 图片描边 */
background:#fff;
padding:3px;
border:1px #ddd solid;
}
.singleclass_content img{/* 图片描边 */
background:#fff;
padding:3px;
border:1px #ddd solid;
}
.multiclass_content img{/* 图片描边 */
background:#fff;
padding:3px;
border:1px #ddd solid;
}



.page_content a, .page_content a:visited, .multipage_list_content a, .multipage_list_content a:visited, .multipage_content a, .multipage_content a:visited, .singleclass_content a, .singleclass_content a:visited, .multiclass_content a, .multiclass_content a:visited, .product_content a, .product_content a:visited, .announcement_content a, .announcement_content a:visited{ /* 内容中的链接 */
font-size:14px;
color:#00f;
text-decoration:underline;
}
.page_content a:hover, .multipage_list_content a:hover, .multipage_content a:hover, .singleclass_content a:hover, .multiclass_content a:hover, .product_content a:hover, .announcement_content a:hover{ /* 内容中的链接 */
color:#f00;
}



.page_content .pingan_table th{/* 大事记表格 */
padding:10px;
vertical-align:top;
width:100px;
border-bottom:1px #c3e1ef dashed;
}
.page_content .pingan_table td{
padding:10px;
vertical-align:top;
border-bottom:1px #c3e1ef dashed;
}
.multipage_content .pingan_table th{
padding:10px;
vertical-align:top;
width:110px;
border-bottom:1px #c3e1ef dashed;
}
.multipage_content .pingan_table td{
padding:10px;
vertical-align:top;
border-bottom:1px #c3e1ef dashed;
}
.multipage_list_content .pingan_table th{
padding:10px;
vertical-align:top;
width:100px;
border-bottom:1px #c3e1ef dashed;
}
.multipage_list_content .pingan_table td{
padding:10px;
vertical-align:top;
border-bottom:1px #c3e1ef dashed;
}



.page_content a.gogogo, .page_content a.gogogo:visited, .multipage_content a.gogogo, .multipage_content a.gogogo:visited{/* 站内按钮跳转 */
display:block;
width:400px;
height:34px;
line-height:34px;
font-size:14px;
font-weight:bold;
text-decoration: none;
background:url(images/payy_sbk/link_bg_big.png);
color:#fff;
margin-bottom:10px;
}
.page_content a.gogogo:hover, .multipage_content a.gogogo:hover{
color: #ff0;
text-decoration:underline;
}

.page_content a.gogogo_big, .page_content a.gogogo_big:visited, .multipage_content a.gogogo_big, .multipage_content a.gogogo_big:visited{/* 站内按钮跳转 */
display:block;
width:400px;
height:34px;
line-height:34px;
font-size:14px;
font-weight:bold;
text-decoration: none;
background:url(images/payy_sbk/link_bg_big.png);
color:#fff;
margin-bottom:10px;
}
.page_content a.gogogo_big:hover, .multipage_content a.gogogo_big:hover{
color: #ff0;
text-decoration:underline;
}


.page_content hr, .multipage_list_content hr, .multipage_content hr{
height:1px;border:none;border-top:1px solid #ccc;
}

.content_title01_bg{
background: url(images/payy_sbk/content/title01_bg.png) no-repeat;
height:30px;
line-height:30px;
color:#000;
text-indent:40px;
font-size:16px;
font-weight:bold;
}


.content_honor_bg{/* 荣誉 */
padding:10px;
background:#faf3f5;
border:1px #e0e0e0 solid;
margin-bottom:20px;
}
.content_honor_bg div{
padding:13px 20px;
background: url(images/payy_sbk/content/content_honor_bg.png) #fff right bottom no-repeat;
border:1px #e0e0e0 solid;
color:#5e544a;
}
.content_honor_bg div .icon{
color:#e46f6d;
}





/* 当前位置
----------------------------------------------- */
.description_box{
position:relative;
height:60px;
border-bottom:1px #509eb3 solid;
margin-bottom:10px;
background:url(images/payy_sbk/description_box_bg.gif) left bottom #fff no-repeat;
}

.location{
padding-top:10px;
color:#4da9ce;
text-align:right;
padding-right:0px;
}
.description_txt{
position: absolute;
left:30px;
padding-top:37px;
}
.description_txt span.cn{
/*display:block;需要上下排列时，把这段代码释放*/
font-size:16px;
color:#000;
font-weight:bold;
}
.description_txt span.en{
margin-left:5px;
/*display:block;需要上下排列时，把这段代码释放*/
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#ababab;
}


/* 桥页
----------------------------------------------- */
.bridgepage_content_all{
position:relative;
background:url(images/payy_sbk/zs_pic.png) top center no-repeat;
height:520px;
}
.bridgepage_content_all a, .bridgepage_content_all a:visited{
display:block;
width:160px;
height:60px;
}
.bridgepage_content_all .n1{
position:absolute;
top:40px;
left:50px;
}
.bridgepage_content_all .n2{
position:absolute;
top:40px;
left:270px;
}
.bridgepage_content_all .n3{
position:absolute;
top:40px;
left:500px;
}
.bridgepage_content_all .n4{
position:absolute;
top:160px;
left:50px;
}
.bridgepage_content_all .n5{
position:absolute;
top:160px;
left:270px;
}
.bridgepage_content_all .n6{
position:absolute;
top:160px;
left:500px;
}
.bridgepage_content_all .n7{
position:absolute;
top:290px;
left:50px;
}
.bridgepage_content_all .n8{
position:absolute;
top:290px;
left:270px;
}
.bridgepage_content_all .n9{
position:absolute;
top:290px;
left:500px;
}

.bridgepage_content_all .n10{
position:absolute;
top:420px;
left:50px;
}
.bridgepage_content_all .n11{
position:absolute;
top:420px;
left:270px;
}
.bridgepage_content_all .n12{
position:absolute;
top:420px;
left:500px;
}



.bridgepage_content{
margin:20px 0px;
}
.bridgepage_title{
font-size:14px;
font-weight:bold;
color:#3f8193;
padding-left:25px;
background:url(images/payy_sbk/icon_bg.png) no-repeat;
padding-top:4px;
height:27px;
}
.bridgepage_title .Btlist{
 font-size:14px;
 font-weight:bold;
 color:#3f8193;
 padding-left:0px;
}
.bridgepage_title a{

	color:#3f8193;
	padding-left:530px;
}
.bridgepage_info_box{
margin:15px;
line-height:200%;
position:relative;
}
.bridgepage_info_box img{/* 图片描边 */
background:#fff;
padding:4px;
border:1px #ddd solid;
}
.bridgepage_info_box .txt{
position:absolute;
top:0px;
left:170px;
width:500px;
}

.bridgepage_info_list{
margin:15px;
}
.bridgepage_info_list li{
float:left;
width:314px;
padding-left:15px;
height:29px;
line-height:29px;
border-bottom:1px #eee solid;
background: url(images/payy_sbk/icon02.gif) left 11px no-repeat;
}
.bridgepage_info_list li a, .bridgepage_info_list li a:visited{
font-size:12px;
}
.bridgepage_info_list li a:hover{
color: #f00;
}


.bridgepage_drug_box{
margin:15px;
line-height:200%;
text-align:center;
}
.bridgepage_drug_box img{/* 图片描边 */
padding:5px;
border:1px #ddd solid;
}
.bridgepage_drug_box a:hover img{
padding:5px;
border:1px #f00 solid;
}
.bridgepage_drug_box li{
float:left;
width:170px;
}





/* 单页面
----------------------------------------------- */
.page_content{
font-size:14px;
line-height:200%;
padding:0px 10px;
margin-bottom:30px;
}



/* 多页面
----------------------------------------------- */
.multipage_list_content{/* 父页面 */
padding:10px;
font-size:14px;
line-height:200%;
}

.multipage_list_link{
padding:10px;
text-align:center;
}
.multipage_list_link li{
margin-bottom:5px;
}
.multipage_list_link a, .multipage_list_link a:visited{
display:block;
width:400px;
height:34px;
line-height:34px;
color:#fff;
font-size:14px;
font-weight:bold;
background:url(images/payy_sbk/link_bg_big.png);
}
.multipage_list_link a:hover{
text-decoration:none;
color: #ff0;
background:url(images/payy_sbk/link_bg_big.png);
}


.multipage_content{/* 子页面 */
font-size:14px;
line-height:200%;
}




/* 单级栏目
----------------------------------------------- */
/* 文字列表
------------------------- */
.singleclass_list_box{
padding:10px;
}
.singleclass_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.gif) left 13px no-repeat;
color:#999;
}
.singleclass_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.singleclass_list_box span.n1{
padding-left:20px;
width:550px;
}
.singleclass_list_box span.n1 a, .singleclass_list_box span.n1 a:visited{
font-size:14px;
}
.singleclass_list_box span.n1 a:hover{
color: #f00;
}
.singleclass_list_box span.n2, .singleclass_list_box span.n3{
width:60px;
}


/* 图文列表
------------------------- */
.singleclass_pt_list_box{
padding:10px;
}
.singleclass_pt_list_box li{
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}

.singleclass_pt_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.singleclass_pt_list_box span.n1{
width:140px;
}
.singleclass_pt_list_box span.n2{
padding-top:5px;
width:550px;
line-height:200%;
color:#999;
}

.singleclass_pt_list_box span.n1_team{
width:90px;
}
.singleclass_pt_list_box span.n2_team{
padding-top:5px;
width:600px;
line-height:200%;
color:#999;
}

.singleclass_pt_list_box img{
float:left;
padding:2px;
border:1px #ccc solid;
}
.singleclass_pt_list_box a:hover img{
float:left;
padding:2px;
border:1px #f60 solid;
}
.singleclass_pt_list_box a, .singleclass_pt_list_box a:visited{
font-size:14px;
}
.singleclass_pt_list_box a:hover{
color: #f00;
}

.singleclass_list_pagination{/* 分页 */
margin:10px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f2faf8;
border:#d3f2f7 1px solid;
}


.singleclass_title{/* 内容面 */
padding:20px 0px;
padding-bottom:0px;
font-size:18px;
font-weight:bold;
text-align:center;
}
.singleclass_info{
height:36px;
line-height:36px;
text-align:center;
color:#999;
border-bottom:1px #ccc solid;
}
.singleclass_content{
padding:10px;
font-size:14px;
line-height:200%;
}



.singleclass_PrevNext{/*上一篇下一篇*/
margin-top:10px;
margin-bottom:20px;
padding:5px 10px;
background:#f3f9e5;
background:#f2faf8;
border:#d3f2f7 1px solid;
}
.singleclass_PrevNext li{
height:21px;
line-height:21px;
}



/* 多级栏目
----------------------------------------------- */
/* 文字列表
------------------------- */
.multiclass_list_box{
padding:10px;
}
.multiclass_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.gif) left 13px no-repeat;
color:#999;
}
.multiclass_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.multiclass_list_box span.n1{
padding-left:20px;
width:550px;
}
.multiclass_list_box span.n1 a, .multiclass_list_box span.n1 a:visited{
font-size:14px;
}
.multiclass_list_box span.n1 a:hover{
color: #f00;
}
.multiclass_list_box span.n2, .multiclass_list_box span.n3{
width:60px;
}
.multiclass_list_pagination{/* 分页 */
margin:10px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f2faf8;
border:#d3f2f7 1px solid;
}


/* 图文列表
------------------------- */
.multiclass_pt_list_box{
padding:10px;
}
.multiclass_pt_list_box li{
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}

.multiclass_pt_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.multiclass_pt_list_box span.n1{
width:140px;
}
.multiclass_pt_list_box span.n2{
width:550px;
line-height:200%;
color:#999;
}
.multiclass_pt_list_box img{
float:left;
padding:2px;
border:1px #ccc solid;
}
.multiclass_pt_list_box a:hover img{
float:left;
padding:2px;
border:1px #f60 solid;
}
.multiclass_pt_list_box a, .multiclass_pt_list_box a:visited{
font-size:14px;
}
.multiclass_pt_list_box a:hover{
color: #f00;
}


.multiclass_title{/* 内容面 */
padding:20px 0px;
padding-bottom:0px;
font-size:18px;
font-weight:bold;
text-align:center;
}
.multiclass_info{
height:36px;
line-height:36px;
text-align:center;
color:#999;
border-bottom:1px #ccc solid;
}
.multiclass_content{
padding:10px;
font-size:14px;
line-height:200%;
}


.multiclass_PrevNext{/*上一篇下一篇*/
margin-top:10px;
padding:5px 10px;
background:#f2faf8;
border:#d3f2f7 1px solid;
}
.multiclass_PrevNext li{
height:21px;
line-height:21px;
}



/* 产品
----------------------------------------------- */
.product_list_box{
padding:10px;
}
.product_list_box li{/* 列表 */
border-bottom:1px #ccc dashed;
padding-bottom:10px;
margin-bottom:10px;
}
.product_list_box span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.product_list_box span.n1{
width:140px;
}
.product_list_box span.n1 img{ border:3px solid #ccc;}
.product_list_box span.n1 a:hover img{ border:3px solid #f00;text-align: center;}

.product_list_box span.n2{
width:570px;
line-height:180%;
color:#666;
}

.product_list_pagination{/* 分页 */
padding:10px;
}



.product_title{/* 内容面 */
padding:20px 0px;
font-size:18px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc dashed;
}
.product_info{
height:36px;
line-height:36px;
text-align: center;
border-bottom:1px #ccc dashed;
}
.product_expr li{/* 扩展 */
float:left;
height:36px;
line-height:36px;
width:50%;
text-indent:10px;
}
.product_content{
background:#fff;
padding:10px;
font-size:14px;
line-height:200%;
}


.product_inquiry_title{/* 发布留言 */
padding:10px;
font-size:14px;
font-weight:bold;
background:#ccc;
}

.product_inquiry_add{
background:#fff;
padding:10px;
}

.product_inquiry_add .prompt{
padding-top:10px;
line-height:24px;
color:#3399CC;
}

.inquiry_table{
width:100%;
line-height:200%;
}
.inquiry_table th{
border:1px #dadada solid;
padding:8px;
width:100px;
text-align:right;
font-weight:bold;
background:#f1f1f1;
}
.inquiry_table td{
border:1px #dadada solid;
padding:8px;
}

.product_PrevNext{/*上一篇下一篇*/
background:#fff;
padding:10px;
border-top:1px #ccc dashed;
}
.product_PrevNext li{
height:21px;
line-height:21px;
}


/* 招聘
----------------------------------------------- */
.job_list_box li{/* 列表 */
background:#fff;
}

.job_list_title{/* 标题 */
font-size:14px;
font-weight:bold;
border-bottom:1px #ccc dashed;
height:36px;
line-height:36px;
padding-left:10px;
margin-top:10px;
color:#c00;
}
.job_list_title div.n1{
float:left;
}
.job_list_title div.n2{
float:right;
padding-right:10px;
}

.job_info{
border-bottom:1px #ccc dashed;
}
.job_info li{
float:left;
height:32px;
line-height:32px;
width:50%;
text-indent:10px;
}
.job_list_description{
padding:10px;
line-height:200%;
border-bottom:1px #ccc dashed;
}
.job_list_requirements{
padding:10px;
line-height:200%;
border-bottom:1px #ccc solid;
}

.job_list_pagination{/* 分页 */
padding:10px;
}



.job_title{/* 应聘页 */
padding:10px;
font-size:14px;
font-weight:bold;
background:#fff;
border-bottom:1px #ccc dashed;
}

.job_content{
background:#fff;
padding:10px;
}

.job_content .title{
height:30px;
line-height:30px;
color:#3399CC;
}

.job_table{
width:100%;
line-height:180%;
}
.job_table th{
border:1px #dadada solid;
padding:8px;
width:100px;
text-align:right;
font-weight:bold;
background:#f1f1f1;
}
.job_table td{
border:1px #dadada solid;
padding:8px;
}


/* 留言
----------------------------------------------- */
.guest_list_box li{/* 列表 */
border:1px #a3d1d9 solid;
padding:5px;
margin-top:20px;
}
.guest_list_info{/* 信息 */
height:25px;
line-height:25px;
padding-left:15px;
padding-right:15px;
background:#eafaf6;
}
.guest_list_info div.n1{
float:left;
font-weight:bold;
}
.guest_list_info div.n2{
float:right;
color:#999;
}


.guest_list_content{
padding:10px;
line-height:200%;
}
.guest_list_admincontent{
border-top:1px #ccc dashed;
color: #393;
padding:10px;
line-height:200%;
}

.guest_list_pagination{/* 分页 */
margin-top:10px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f2faf8;
border:1px #d3f2f7 solid;
}



.guest_title{/* 发布留言 */
display:none;
padding:5px 10px;
font-size:14px;
font-weight:bold;
border-bottom:1px #509eb3 solid;
margin-top:10px;
}

.guest_add{
background:#fff;
padding:10px;
}

.guest_add_kuang{
background:#fff;
margin-top:10px;
margin-bottom:20px;
}
.guest_add_kuang .prompt{
padding-top:10px;
line-height:24px;
color:#3399CC;
}

.guest_table{
width:100%;
line-height:200%;
}
.guest_table th{
border:1px #dadada solid;
padding:8px;
width:100px;
text-align:right;
font-weight:bold;
background:#f1f1f1;
}
.guest_table td{
border:1px #dadada solid;
padding:8px;
}



/* 表单
----------------------------------------------- */
.form_content{
padding:10px;
font-size:14px;
line-height:200%;
}




/* 公告
----------------------------------------------- */
.announcement_title{
margin:0px 10px;
padding:20px 0px;
font-size:18px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc dashed;
}
.announcement_content{
margin:0px 10px;
padding:5px;
font-size:14px;
line-height:200%;
border-bottom:1px #ccc dashed;
}



.announcement_info{
margin:0px 10px;
height:36px;
line-height:36px;
text-align:right;
}

.announcement_list_title{/* 以往公告标题 */
padding:5px;
font-size:14px;
font-weight:bold;
background:#fff;
border-bottom:2px #509eb3 solid;
margin-top:10px;
}

.announcement_list_box{/* 以往公告列表 */
padding:10px;
}
.announcement_list_box li{
height:36px;
line-height:36px;
border-bottom:1px #ccc dashed;
background:url(images/icon01.gif) left 13px no-repeat;
color:#999;
}
.announcement_list_box span{
display:-moz-inline-box;
display:inline-block;
}
.announcement_list_box span.n1{
padding-left:20px;
width:600px;
}
.announcement_list_box span.n1 a, .announcement_list_box span.n1 a:visited{
font-size:14px;
}
.announcement_list_box span.n1 a:hover{
color: #f00;
}
.announcement_list_box span.n2{
width:70px;
}




/* 购买
---------------------------------------------------------------------------------------------------------------------- */
/* 公共
----------------------------------------------- */
.shopping_box{/* 总外框 */
padding:30px 60px;
background:#fff;
}
.shopping_box a, .shopping_box a:visited{
font-weight:normal;
color:#06c;
text-decoration:underline;
}
.shopping_box a:hover{
color: #f00;
}

.shopping_box .n1{/* 左右两部分 */
float:left;
width:650px;
}
.shopping_box .n2{
float:right;
width:220px;
}


.shopping_explain{/* 步骤说明 */
padding:10px;
font-size:14px;
border-top:1px #ccc solid;
}

.shopping_prompt{/* 小提示 */
padding:10px;
border:1px #ccc dashed;
color:#666;
line-height:180%;
margin-top:10px;
}



/* 购物车
----------------------------------------------- */
.shopping_list_btn{/* 操作 */
position:relative;
text-align:right;
width:880px;
margin:10px 0;
}
.shopping_list_btn .txt{
position:absolute;
text-align: left;
left:0px;
}
.shopping_list_btn .txt span{
font-size:16px;
font-weight:bold;
}


.shopping_list_box{/* 列表box */
background:#f1f1f1;
border:1px solid #b3b6b0;
overflow:hidden;
overflow:visible;
}


.shopping_list_table{/* 列表表格 */
width:100%;
}
.shopping_list_table th{
border:1px #fff solid;
border-bottom:1px #dadada solid;
text-align: center;
font-weight:bold;
background: url(images/Shopping/Shopping_List_bg.gif) #fff;
height:30px;
line-height:30px;
}
.shopping_list_table td{
border:1px #fff solid;
padding:8px;
}
.shopping_list_table img{
padding:3px;
border:1px #ccc solid;
}
.shopping_list_table a:hover img{
padding:3px;
border:1px #f60 solid;
}


.shopping_list_info{/* 购物车统计信息 */
background:#ddd;
border:1px solid #b3b6b0;
border-top:0px;
padding:10px;
text-align:right;
font-size:14px;
}



/* 其他
----------------------------------------------- */
.shopping_content_box{
margin-bottom:10px;
}

.shopping_content_box .title{
background: url(images/Shopping/Shopping_List_bg.gif) #fff;
height:30px;
line-height:30px;
padding-left:15px;
border:1px #b3b6b0 solid;
border-bottom:1px #dadada solid;
font-weight:bold;
}
.shopping_content_box .info{
border:1px #b3b6b0 solid;
border-top:0px;
padding:15px;
background:#f1f1f1;
}

.shopping_content_box .info .table{/* 表格 */
width:100%;
}
.shopping_content_box .info .table th{
text-align: right;
padding:5px;
width:130px;
}
.shopping_content_box .info .table td{
padding:5px;
line-height:180%;
}

.shopping_content_box .info dt{/* 订单信息 */
font-size:14px;
font-weight:bold;
padding:5px;
}
.shopping_content_box .info dd{
padding:5px;
border-bottom:1px #ccc dashed;
margin-bottom:10px;
line-height:180%;
}


.shopping_content_box .info .list_table{/* 商品清单列表表格 */
width:100%;
}
.shopping_content_box .info .list_table th{
padding:5px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc solid;
}
.shopping_content_box .info .list_table td{
padding:8px;
border-bottom:1px #ccc dashed;
}

.shopping_confirm_info{/* 商品清单统计信息 */
margin-top:10px;
padding:10px;
text-align:right;
line-height:180%;
}
.shopping_confirm_info span{
font-size:14px;
color:#f00;
}

.shopping_confirm_btn{/* 提交订单 */
padding:10px;
text-align:right;
}

/* 右侧
----------------------------------------------- */
.shopping_content_box .info li{/* 订单信息 */
padding:3px;
}


/* 订单提交完成后提示
----------------------------------------------- */
.shopping_complete_box{
line-height:230%;
}
.shopping_complete_box .ok{
font-size:14px;
font-weight:bold;
text-align:center;
color: #c00;
}
.shopping_complete_box .ok span{
font-size:24px;
}
.shopping_complete_box .info{
font-size:14px;
color: #c00;
}
.shopping_complete_box .prompt{
margin-bottom:20px;
}
.shopping_complete_box .btn{
padding:10px;
text-align:center;
}






/* 登录页、注册页
---------------------------------------------------------------------------------------------------------------------- */
.lrg_box{/* 总外框 */
padding:30px 60px;
}


.lrg_box .n1{/* 登录页左右两部分 */
float:left;
width:420px;
}
.lrg_box .n2{
float:right;
width:420px;
}


.lrg_box .title{
background: url(images/lrg_title_bg.gif) #fff;
height:30px;
line-height:30px;
padding-left:15px;
border:1px #ccc solid;
font-weight:bold;
}
.lrg_box .info{
border:1px #ccc solid;
border-top:0px;
padding:15px;
background:#f1f1f1;
}
.lrg_box .info .table{/* 列表表格 */
width:100%;
}
.lrg_box .info .table th{
text-align: right;
height:30px;
width:130px;
}
.lrg_box .info .table td{
height:30px;
}




/* 用户中心
---------------------------------------------------------------------------------------------------------------------- */
/* 布局
----------------------------------------------- */
.sidebar_user{
float:left;
width:230px;
padding:10px;
}
.main_user{
float:left;
width:730px;
padding:10px;
background:#f1f1f1;
}
.main_user a, .main_user a:visited{
font-weight:normal;
color:#06c;
text-decoration:underline;
}
.main_user a:hover{
color: #f00;
}


.user_location{/* 当前位置 */
background:#fff;
height:30px;
line-height:30px;
padding-left:10px;
margin-bottom:10px;
}



/* 侧栏
----------------------------------------------- */
.sidebar_user .info{/* 会员信息 */
padding:10px;
background: #f1f1f1;
border:1px #ccc solid;
line-height:180%;
}
.sidebar_user .info span{
color:#c00;
}


.sidebar_user .title{
height:27px;
line-height:27px;
background:#ccc;
padding-left:15px;
font-weight:bold;
margin-top:10px;
}
.sidebar_user .contentbox{
padding:10px;
background: #f1f1f1;
}
.sidebar_user .contentbox li{
height:27px;
line-height:27px;
background: url(images/icon01.gif) left center no-repeat;
padding-left:15px;
}



/* 主体-列表表格
----------------------------------------------- */
.user_menu{/* 分页 */
padding:10px;
background:#eee;
border:1px solid #b3b6b0;
border-bottom:0px;
}
.user_box{
border:1px solid #b3b6b0;
overflow:hidden;
overflow:visible;
}
.user_list_table{
width:100%;
}
.user_list_table th{
border:1px #fff solid;
border-bottom:1px #dadada solid;
text-align: center;
font-weight:bold;
background: url(images/User_title_bg.gif) #fff;
height:30px;
line-height:30px;
}
.user_list_table td{
border:1px #fff solid;
padding:8px;
}

.user_pagination{/* 分页 */
padding:10px;
background:#eee;
border:1px solid #b3b6b0;
border-top:0px;
margin-bottom:10px;
}




/* 主体
----------------------------------------------- */
.user_content_box{
margin-bottom:10px;
}

.user_order_info{/* 订单概述 */
border:1px #b3b6b0 solid;
border-top:0px;
padding:15px;
background:#fff;
font-size:14px;
line-height:180%;
}

.user_content_box .title{
background: url(images/User_title_bg.gif) #fff;
height:30px;
line-height:30px;
padding-left:15px;
border:1px #b3b6b0 solid;
border-bottom:1px #dadada solid;
font-weight:bold;
}
.user_content_box .info{
border:1px #b3b6b0 solid;
border-top:0px;
padding:15px;
background:#fff;
}

.user_content_box .info .table{/* 表格 */
width:100%;
}
.user_content_box .info .table th{
text-align: right;
padding:5px;
width:130px;
}
.user_content_box .info .table td{
padding:5px;
line-height:180%;
}

.user_content_box .info dt{/* 订单信息 */
font-size:14px;
font-weight:bold;
padding:5px;
}
.user_content_box .info dd{
padding:5px;
border-bottom:1px #ccc dashed;
margin-bottom:10px;
line-height:180%;
}


.user_content_box .info .list_table{/* 商品清单列表表格 */
width:100%;
}
.user_content_box .info .list_table th{
padding:5px;
font-weight:bold;
text-align:center;
border-bottom:1px #ccc solid;
}
.user_content_box .info .list_table td{
padding:8px;
border-bottom:1px #ccc dashed;
}

.user_confirm_info{/* 商品清单统计信息 */
margin-top:10px;
padding:10px;
text-align:right;
line-height:180%;
}
.user_confirm_info span{
font-size:14px;
color:#f00;
}



.user_prompt{/* 小提示 */
border:#b3b6b0 1px solid;
line-height:200%;
padding:10px;
padding-left:40px;
color: #666;
background: url(images/icon_help_in.gif) #fff 10px 10px no-repeat;
font-family:Arial, Helvetica, sans-serif;
}
.user_prompt a, .user_prompt a:visited{
text-decoration:underline;
color:#c00;
}
.user_prompt a:hover{
color: #06c;
}



/* 公共搜索页布局
---------------------------------------------------------------------------------------------------------------------- */
.search_box{/* 总外框 */
padding:0px 10px;
background:#fff;
}


.search_info{/* 信息 */
padding:10px;
padding-bottom:0px;
}
.search_info div.n1{
float:left;
}
.search_info div.n2{
float:right;
}

.search_list_box{/* 列表box */
padding:10px;
padding-top:0px;
}
.search_list_box li{
border-bottom:1px #ddd solid;
}

.search_title{/* 标题 */
padding-top:25px;
padding-left:15px;
background:url(images/icon01.gif) left 28px no-repeat;
}
.search_title a, .search_title a:visited{
font-weight:bold;
font-size:14px;
color:#333;
}
.search_title a:hover{
color: #06c;
}

.search_reading{/* 导读 */
padding:10px 0px;
padding-left:15px;
line-height:180%;
color:#999;
}


.search_list_pagination{/* 分页 */
margin:10px;
margin-bottom:20px;
padding:0px 10px;
height:37px;
line-height:37px;
background:#f2faf8;
border:#d3f2f7 1px solid;
}








/* 页面内权限不足小提示，留言、表单模型页用到
---------------------------------------------------------------------------------------------------------------------- */
.permissions_prompt{
border:#b3b6b0 1px solid;
line-height:200%;
padding:10px;
padding-left:40px;
color: #666;
background: url(images/icon_help_in.gif) #ffc 10px 10px no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.permissions_prompt span{
font-size:14px;
font-weight:bold;
}

.permissions_prompt a, .permissions_prompt a:visited{
text-decoration:underline;
color:#c00;
}
.permissions_prompt a:hover{
color: #06c;
}




/* 提示页面 ErrorMessage.aspx、找回密码 RecoverPwd.aspx、重置密码 ResetPwd.aspx
---------------------------------------------------------------------------------------------------------------------- */
.message_box{/* 总外框 */
padding:30px 60px;
}
.message_box .title{
background: url(images/lrg_title_bg.gif) #fff;
height:30px;
line-height:30px;
padding-left:15px;
border:1px #ccc solid;
font-weight:bold;
}
.message_box .info{
border:1px #ccc solid;
border-top:0px;
padding:15px;
background:#fff;
}
.message_box .info .table{/* 表格 */
width:100%;
line-height:200%;
}
.message_box .info .table th{
width:180px;
text-align:center;
}
.message_box .info .table span{
font-size:14px;
font-weight:bold;
}




/* 浮动式IM
---------------------------------------------------------------------------------------------------------------------- */
.float_im{
width:109px;
position:fixed;
left:6px;
top:120px;
z-index: 1001;
}

.float_im_title{
height:34px;
cursor: pointer;
}
.float_im_title h2{
display:none;
}

.float_im_content{
padding:5px 10px;
background: url(images/IM/IM_Content_bg.png) #fff left top no-repeat;
}
.float_im_content li{
border-bottom:1px #eee solid;
padding:3px 0px;
}

.float_im_bottom{
background: url(images/IM/IM_bottom_bg.png) #fff no-repeat;
padding:6px;
}




/* 嵌入式IM
---------------------------------------------------------------------------------------------------------------------- */
.im_box{
margin-top:10px;
}

a.im_box_title{
display:block;
width:188px;
height:79px;
text-indent:-9999px;
background:url(images/IM/IM_box_title.png) no-repeat;
}

.im_box_content{
padding:0px 16px;
border:#aec8e3 1px solid;
border-top:0px;
border-bottom:0px;
zoom:1;
}
.im_box_content li{
float:left;
padding-top:5px;
padding-left:15px;
height:24px;
width:60px;
border-bottom:1px #eee solid;
}

.im_box_bottom{
margin-bottom:100px;
background: url(images/IM/IM_box_bottom_bg.png) #fff no-repeat;
padding:8px;
}



/* 左侧导航处的“疾病知识”，“典型病例”， “网上求诊” 图片*/
a.sidebar_sbzs{
margin-top:28px;
margin-bottom:10px;
display:block;
width:188px;
height:47px;
background:url(images/payy_sbk/sidebar_sbcs_bg.png) no-repeat;
text-indent:-9999px;
}

a.sidebar_dxbl{
margin-bottom:10px;
display:block;
width:188px;
height:47px;
background:url(images/payy_sbk/sidebar_dxbl_bg.png) no-repeat;
text-indent:-9999px;
}

.sidebar_nav_bottom{
height:10px;
background:#09f;
display:none;/* 暂时隐藏不用*/
}




/* 广告系统
---------------------------------------------------------------------------------------------------------------------- */
/* 右下角弹窗广告
---------------------------------------------------------- */
.pop_up{
BORDER-RIGHT:#455690 1px solid;
BORDER-TOP:#a6b4cf 1px solid;
BORDER-LEFT:#a6b4cf 1px solid;
BORDER-BOTTOM:#455690 1px solid;
background:url(images/AD_Show/msg_TopBg.gif) #e5ecfc repeat-x;
}
.pop_up_title{
position:relative;
height:22px;
WIDTH: 100%;
}
.pop_up_title .logo{
position: absolute;
top:2px;
left:10px;
background:url(images/AD_Show/msg_Logo.gif) no-repeat;
cursor:default;
}
.pop_up_title .close{
position: absolute;
top:5px;
right:10px;
}

.pop_up_content{
BORDER-TOP: #728eb8 1px solid; 
BORDER-LEFT: #728eb8 1px solid;
BORDER-RIGHT: #b9c9ef 1px solid;
BORDER-BOTTOM: #b9c9ef 1px solid;
padding:3px;
margin:2px;
margin-top:0px;
background:#fff;
}


/* 全屏自动关闭广告
---------------------------------------------------------- */
.auto_close{
width:1000px;
margin:0 auto;
background:#fff;
}


/* 随屏滚动广告
---------------------------------------------------------- */
.float_AD{
position:relative;
}
.float_AD .close{
position:absolute;
top:3px;
right:3px;
z-index:9999;
}




/* 平安医院 肾病科
---------------------------------------------------------------------------------------------------------------------- */
/* 首页
------------------------------------------------------------------------------------- */
.index_height{
height:20px;
padding-top:5px;
}
.more{
position:absolute;
right:0px;
top:5px;
right:6px;
padding-left:7px;
background:url(images/payy_sbk/icon01.png) left 3px no-repeat;
}

.index_vi{/* 形象画面 */
height:240px;
background:url(images/payy_sbk/index_vi_bg.jpg) no-repeat;
text-indent:-9999px;
}
.channel_vi{/* 形象画面 */
height:166px;
background:url(images/payy_sbk/channel_vi_bg.jpg) no-repeat;
text-indent:-9999px;
}


/* 整体布局
-------------------------------------------------------- */
.index_left{
float:left;
margin-left:28px;
_margin-left:14px;
width:246px;
}
.index_center{
float:left;
margin-left:18px;
width:366px;
}
.index_right{
float:left;
margin-left:18px;
width:296px;
}


/* 科室简介
-------------------------------- */
.title01{
height:24px;
line-height:24px;
/*background:url(images/payy_sbk/title01_bg.png) no-repeat;
text-indent:-9999px;*/
}
.content01{
position:relative;
height:102px;
background:url(images/payy_sbk/content01_bg.png) right bottom no-repeat;
}
.content01_desc{
position:absolute;
left:0px;
top:10px;
line-height:19px;
width:130px;
height:85px;
}
.content01_desc a, .content01_desc a:visited{
color:#666;
}
.content01_desc a:hover{
color:#f00;
}


/* 专家介绍
-------------------------------- */
.title02{
height:24px;
line-height:24px;
/*background:url(images/payy_sbk/title02_bg.png) no-repeat;
text-indent:-9999px;*/
}
.zjjj_list{
height:220px;
padding-top:13px;
padding-bottom:14px;
border-bottom:1px #d1d1d1 solid;
}

/* 无缝滚动 /js/Scroller.js demo在首页index.html
-------------------- */
.scroller{
height:220px;
overflow:hidden;
}
.scroller ul{
margin-left:6px;
}
.scroller li{
height:100px;
padding:5px 0px;
overflow:hidden;
}

.zjjj_list span{
display:-moz-inline-box;
display:inline-block;
vertical-align:top;
}
.zjjj_list span.n1{
width:82px;
}
.zjjj_list span.n2{
margin-left:5px;
width:150px;
line-height:20px;
color:#999;
}

.zjjj_list span.n1 img{
padding:3px;
border:1px #ddd solid;
background:#fff;
}
.zjjj_list span.n1 a:hover img{
border:1px #f00 solid;
}

.zjjj_list span.n2 a, .zjjj_list span.n2 a:visited{
color:#444;
font-size:14px;
}
.zjjj_list span.n2 a:hover{
color:#f00;
text-decoration:none;
}




/* 科室动态 学术成就
-------------------------------- */
.TabTitle01{/* tab标签 */
position:relative;
height:21px;
clear:both;
overflow:hidden;
border-bottom:#2BA79E 2px solid;
}
.TabTitle01 li{
float:left;
text-align:center;
cursor: pointer;
width:72px;
height:18px;
padding-top:4px;
}
.TabTitle01 .active{
background:url(images/payy_sbk/title02_bg.gif) no-repeat;
}
.TabTitle01 .active a, .TabTitle01 .active a:visited{
font-size:14px;
color: #fff;
text-decoration:none;
}

.TabTitle01 .normal{
background:url(images/payy_sbk/TabTitle01_normal.png) no-repeat;
}
.TabTitle01 .normal a, .TabTitle01 .normal a:visited{
font-size:14px;
font-weight:bold;
color:#2BA79E;
}

.TabContent01{
padding:0px 2px;
margin-top:10px;
height:92px;
}
.TabContent01 li div{
float:left;
height:21px;
line-height:21px;
border-bottom:#ddd 1px dashed;
}
.TabContent01 li div.n1{
width:280px;
padding-left:15px;
background: url(images/payy_sbk/icon01.png) 5px 8px no-repeat;
}
.TabContent01 li div.n1 a, .TabContent01 li div.n1 a:visited{
color:#555;
}
.TabContent01 li div.n1 a:hover{
color:#f00;
}
.TabContent01 li div.n2{
color:#999;
width:60px;
}

.index_center .none {display:none;}


/* 肾病知识
-------------------------------- */
.title03{
position:relative;
padding-left:8px;
height:18px;
padding-top:4px;
color:#fff;
font-size:14px;
border-bottom:#2BA79E 2px solid;
background:url(images/payy_sbk/title02_bg.gif) no-repeat;
}
.title03 .classa{ font-size:14px;
            color:#fff;}
.content03{
margin-top:12px;
padding-top:7px;
height:84px;
padding-left:16px;
background:#eee;
border:#ddd 1px solid;
color:#2BA79E;
}
.content03 li{
height:27px;
line-height:27px;
}
.content03 li a, .content03 li a:visited{
color:#2BA79E;
}
.content03 li a:hover{
text-decoration:none;
color:#f00;
}


/* 交通指南
-------------------------------- */
.index_guide{
position:relative;
height:120px;
background:url(images/payy_sbk/index_guide_bg.png) no-repeat;
}

.title04{
position:absolute;
top:32px;
left:28px;
}
.title04 a, .title04 a:visited{
font-size:14px;
font-weight:bold;
color:#2BA79E;
}

.index_guide_txt{
position:absolute;
top:52px;
left:28px;
width:165px;
line-height:150%;
}

.index_guide_list{
position:absolute;
top:49px;
right:118px;
width:50px;
height:21px;
line-height:21px;
}
.index_guide_list a, .index_guide_list a:visited{
color:#fff;
}
.index_guide_list a:hover{
color:#ff0;
text-decoration:none;
}


/* 特色医疗
-------------------------------- */
.TabTitle02{/* tab标签 */
padding-left:180px;
clear:both;
padding-top:2px;
height:20px;
overflow: hidden;
background:url(images/payy_sbk/title05_bg.png) no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.TabTitle02 li{
float:left;
text-align:center;
cursor: pointer;
width:17px;
height:21px;
margin-left:2px;
padding-top:2px;
}
.TabTitle02 .active{
color:#fff;
background:url(images/payy_sbk/TabTitle02_active.png) no-repeat;
}

.TabTitle02 .normal{
background:url(images/payy_sbk/TabTitle02_normal.png) no-repeat;
}
.TabContent02{
position:relative;
height:104px;
background:url(images/payy_sbk/TabContent02_bg.png) no-repeat;
}

.TabContent02 .none {display:none;}

.TabContent02_text{
position:absolute;
top:8px;
right:10px;
width:170px;
color:#666;
}
.TabContent02_text a, .TabContent02_text a:visited{
font-size:12px;
font-weight:bold;
color:#fc8b46;
line-height:27px;
}


/* 典型病例
-------------------------------- */
.content04{
margin-top:12px;
}
.content04_pic {
float:left;
width:130px;
}
.content04_pic img{
padding:3px;
border:1px #ddd solid;
background:#fff;
}
.content04_pic a:hover img{
border:1px #f00 solid;
}

.content04_list{
float:left;
}

.content04_list ul{
margin-left:4px;
}
.content04_list li{
height:22px;
line-height:22px;
padding-left:15px;
border-bottom:#ddd 1px dashed;
background: url(images/payy_sbk/icon01.png) 5px 8px no-repeat;
}
.content04_list li a, .content04_list li a:visited{
color:#666;
}
.content04_list li a:hover{
color:#f00;
}


/* 网上求诊
-------------------------------- */
.index_attendance{
position:relative;
height:120px;
background: url(images/payy_sbk/index_attendance_bg.png) no-repeat;
}
.index_attendance_txt{
position:absolute;
top:88px;
left:25px;
}
.index_attendance_txt a, .index_attendance_txt a:visited{
color:#566e8e;
font-size:16px;
font-weight:bold;
}
.index_attendance_txt a:hover{
color:#f00;
}

/*  单病种网站
-------------------- */
.web_link{
padding:6px 25px;
line-height:21px;
background:#e8e8e8;
color:#999;
}
.web_link strong{
color:#666;
}
.web_link a, .web_link a:visited{
color:#666;
}
.web_link a:hover{
color:#f00;
}


/* 文章内容页里的在线咨询 */
.content_zixun_shoucang{
text-align:right;
margin:20px 0px;
margin-top:50px;
}


.content_zixun_title{
background:#e6edf9;
text-align:center;
}

.content_zixun{
margin-bottom:10px;
border:#b9ccea 1px solid;
}
.content_zixun img, .conten_tishi img{
border:0px;
}

.conten_tishi{
padding-left:10px;
margin-top:10px;
height:41px;
line-height:41px;
font-size:14px;
text-align:center;
background:#e6edf9;
}

.fen{
color:#ff6600;
}

.content_zixun_link{
position:relative;
height:140px;
background:url(images/payy_sbk/wenyisheng.gif) no-repeat;
}
.dianhua{
position:absolute;
left:110px;
bottom:68px;
font-family:"微软雅黑";
font-size:14px;
font-weight:bold;
}

.content_zixun_link ul{
position:absolute;
right:42px;
bottom:23px;
}
.content_zixun_link li{
float:left;
margin-left:8px;
}

.content_zixun_link li a{
display:block;
width:75px;
height:96px;
text-indent:-9999px;
}

.content_zixun_content{
padding:10px;
}





