@charset "utf-8";
/* CSS Document*/
/******全局控件**********/
body {
    margin:0;
    height:0;
	color:#464646;
    font-family:"微软雅黑";
	background-color:#fff;
}
/*****清楚样式*******/
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,tr,th,td,img,span,input,p,form,b,i,em {
    margin:0px;
    padding:0px;
    border:none;
    list-style:none;
    font-style:none;
    font-weight:normal;
    border:none;
}
/*****a链接样式********/
a:link,a:visited {
	color:#464646;
    text-decoration:none;
}
a:hover {
	color:#3498DB;
    text-decoration:none;
}
.current a{
	color:#3eb859;
    width:50px;
    height:2px;
    border-bottom:2px solid #3eb859;
	font-size:19px;
}
.current_bottom {
    width:64px;
    height:2px;
    border-bottom:2px solid #3498DB;
}
/*****首页***********/
.nav {
    width:100%;
    height:130px;
    background:#fff;
    overflow:hidden;
    position:fixed;
    top:0;
border-bottom:1px solid #dbdbdb;
}
.nav .nav_top {
    width:1000px;
    height:62px;
    margin:0 auto;
	margin-top:32px;
}
.nav .nav_top a h1 {
    width:173px;
    height:64px;
    background:url(../images/logo.png) no-repeat;
    float:left;
}
.nav .nav_top .nav_daoh {
    width:775px;
    height:40px;
    float:right;
	margin-top:16px;
}

.nav .nav_top .nav_daoh ul li {
    width:80px;
    font-size:18px;
    margin-left:16px;
    float:left;
}
.nav .nav_top .nav_daoh ul li a:link,.nav .nav_top .nav_daoh ul li a:visited {
    width:80px;
    height:29px;
    text-align:center;
    line-height:20px;
    display:inline-block;
}
.nav .nav_top .nav_daoh ul li a:hover {
    width:80px;
    height:29px;
    color:#3eb859;
    border-bottom:2px solid #3eb859;
    display:inline-block;
}
.nav .nav_top .nav_daoh ul li a span {
    width:24px;
    display:inline-block;
}
/*****banner*******/
.banner {
    width:1000px;
    height:120px;
    margin:0 auto;
    margin-top:150px;
}
/********掌上中医*****/
/******展示******/
.zhongyisheng {
    width:100%;
    height:553px;
    background:url(../images/sy-banner.jpg) no-repeat center center;
    background-size:cover;
    overflow:hidden;
    padding-top:130px;
}
.zhongyisheng .zhongyisheng_z {
    width:1000px;
    height:553px;
    margin:0 auto;
}
.zhongyisheng .zhongyisheng_z .zhongyisheng_z-left {
    width:516px;
	height:auto;
    float:left;
	padding-top:95px;
}
.zhongyisheng .zhongyisheng_z .zhongyisheng_z-left h1{
	width:521px;
	height:63px;
	margin-bottom:45px;
}
.zhongyisheng .zhongyisheng_z .zhongyisheng_z-left p{
	font-size:30px;
	line-height:50px;
}
.zhongyisheng .zhongyisheng_z .zhongyisheng_z-left span{
	padding-top:50px;
	width:auto;
	display:block;
}
.zhongyisheng .zhongyisheng_z .zhongyisheng_z-left span a{
	margin-right:40px;
}
.zhongyisheng .zhongyisheng_z .zhongyisheng_z-right{
    width:301px;
	height:510px;
    float:right;
	margin-top:35px;
}
/****扫码****/
.saoma{width:1000px; height:350px; margin:0 auto; margin-top:75px;}
.saoma p{ width:auto; text-align:center;font-size:30px; display:block;}
.saoma ul{width:1000px; margin:0 auto; padding-top:50px;}
.saoma ul li{float:left;}
.saoma ul li p{font-size:30px; color:#3eb859; padding-top:20px;}
.saoma ul li img{width:203px; height:202px;}
.saoma ul .center{margin:0 195px;}

/***名医堂***/
.mingyitang{width:1000px; height:605px; margin:0 auto; padding-top:60px;}
.mingyitang .mingyitang-left{width:365px; height:auto; float:left; margin-top:230px;}
.mingyitang .mingyitang-left h1{width:239px; height:69px; margin-bottom:20px;}
.mingyitang .mingyitang-left p{color:#3d3d3d;font-size:30px; line-height:50px;}
.mingyitang .mingyitang-right{width:540px; height:557px; float:right; margin-top:40px;}

/***重点科室***/
.keshi{width:1000px; height:522px; margin:0 auto; padding-top:60px;}
.keshi .keshi-left{width:525px; height:367px; float:right; margin-top:70px;}
.keshi .keshi-right{width:460px; height:auto; float:left; margin-top:130px;}
.keshi .keshi-right h1{width:308px; height:72px; margin-bottom:20px;}
.keshi .keshi-right p{color:#3d3d3d;font-size:30px; line-height:50px;}

/***中医街***/
.zhongyijie{width:1000px; height:650px; margin:0 auto; padding-top:130px;}
.zhongyijie .zhongyijie-left{width:365px; height:auto; float:right; margin-top:230px;}
.zhongyijie .zhongyijie-left h1{width:232px; height:75px; margin-bottom:20px;}
.zhongyijie .zhongyijie-left p{color:#3d3d3d;font-size:30px; line-height:50px;}
.zhongyijie .zhongyijie-right{width:496px; height:539px; float:left; margin-top:54px;}


/******底部********/
.bottom {
	clear:both;
    width:100%;
    height:180px;
    background:#3d3d3d;
	margin-top:20px;
}
.bottom .bottom_z {
    width:1000px;
    margin:0 auto;
    overflow:hidden;
	padding-top:45px;
}
.bottom .bottom_z p {
	clear:both;
    color:#7f7f7f;
	font-size:14px;
	font-family:"宋体";
	text-align:center;
	line-height:20px;
}
.bottom .bottom_z p a{
	margin-right:10px;
	color:#7f7f7f;
}


/*********************************养生资讯**********************************************/
.center_z {
    width:1000px;
    margin:0 auto;
    margin-top:20px;
    overflow:hidden;
}
.yangsheng_zixun {
    width:617px;
    border:1px solid #D8D8D8;
    float:left;
}
.yangsheng_zixun .fuwubao{
	width:435px; height:60px; margin:0 auto; text-align:center;
}
.yangsheng_zixun .fuwubao img{
	width:41px; height:32px; float:left;
}
.yangsheng_zixun .fuwubao p a{
	float:right; height:32px; line-height:32px; font-size:20px; color:#3eb859;
}
.yangsheng_zixun .fuwubao span{width:100px; height:30px; line-height:30px; border-radius:20px;
background-color:#3eb859; display:block; margin:0 auto;}
.yangsheng_zixun .fuwubao span a{color:#fff;}
/*******头部*********/
.yangsheng_zixun .yangsheng_zixun_top {
    width:617px;
    height:50px;
    background:#f6f8fa;
    overflow:hidden;
}
.yangsheng_zixun .yangsheng_zixun_top ul {
    width:617px;
    height:16px;
    margin-top:15px;
}
.yangsheng_zixun .yangsheng_zixun_top ul li {
    width:64px;
    height:33px;
    font-size:16px;
    margin-right:20px;
    float:left;
}
.yangsheng_zixun .yangsheng_zixun_top ul li a:link,.yangsheng_zixun .yangsheng_zixun_top ul li a:visited {
    width:64px;
    height:33px;
    text-align:center;
    line-height:14px;
    display:inline-block;
}
.yangsheng_zixun .yangsheng_zixun_top ul li a:hover {
    width:64px;
    height:31px;
    color:#3498DB;
    border-bottom:2px solid #3498DB;
    display:inline-block;
}
/********内容*******/
.yangsheng_zixun .remen {
    width:617px;
    overflow:hidden;
}
.yangsheng_zixun .remen ul {
    width:617px;
    height:120px;
    border-bottom:1px solid #c2c2c2;
    margin:0 auto;
    margin-top:20px;
}
.yangsheng_zixun .remen ul .li-l img {
    width:150px;
    height:100px;
    margin-left:20px;
    float:left;
}
.yangsheng_zixun .remen ul .li-r {
    float:left;
    padding-left:20px;
    width:425px;
    height:100px;
    line-height:80px;
}
/*******翻页**********/
.yangsheng_zixun .remen .fanye {
    width:617;
    height:50px;
}
.yangsheng_zixun .remen .fanye ul {
    height:22px;
    float:right;
    margin:15px 20px 0 0;
}
/*****************右yangsheng_r*********************/
.yangsheng_r {
    width:360px;
    float:right;
}
.yangsheng_r .yangsheng_xiao {
    width:358px;
    height:166px;
    border:1px solid #D8D8D8;
    margin-bottom:20px;
    overflow: hidden;
}
.yangsheng_r .yangsheng_xiao h1 {
    width:338px;
    height:30px;
    font-size:16px;
    padding:10px 0 0 20px;
    font-weight:bold;
    background:#f5f5f5;
}
.yangsheng_r .yangsheng_xiao ul {
    width:338px;
    height:30px;
    padding:10px 0 0 20px;
}
.yangsheng_r .yangsheng_xiao ul li {
    width:314px;
    height:40px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.yangsheng_r .yangsheng_xiaoxi {
    width:358px;
    height:166px;
    border:1px solid #D8D8D8;
    margin-bottom:20px;
    overflow: hidden;
}
.yangsheng_r .yangsheng_xiaoxi h1 {
    width:338px;
    height:30px;
    font-size:16px;
    padding:10px 0 0 20px;
    font-weight:bold;
    background:#f5f5f5;
}
.yangsheng_r .yangsheng_xiaoxi ul {
    width:338px;
    height:30px;
    padding:10px 0 0 20px;
}
.yangsheng_r .yangsheng_xiaoxi ul li {
    width:100px;
    height:40px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow:hidden;
    float:left;
    margin:0 10px 0 0px;
}
/************图片******/
.yangsheng_r .tupian img{
    width:358px;
    height:193px;
}
.yangsheng_zixun .remen .fanye ul li {
    height:20px;
    border:1px solid #c2c2c2;
    margin-right:15px;
    float:left
}
.yangsheng_zixun .remen .fanye ul li a:link,.yangsheng_zixun .remen .fanye ul li a:visited {
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    display:inline-block;
}
.yangsheng_zixun .remen .fanye ul li a:hover {
    width:20px;
    height:20px;
    color:#FFF;
    background:#3498DB;
    display:inline-block;
}
/**********************yangsheng_zixun_xiangq****************************************/
.yangsheng_zixun .remen h1 {
    height:40px;
    text-align:center;
    margin:0 auto;
}
.yangsheng_zixun .remen .remen_img {
    width:580px;
    height:400px;
    background:#033;
    margin:0 auto;
    margin-top:20px;
}
.yangsheng_zixun .remen .remen_img img {
    width:580px;
    height:400px;
}
.yangsheng_zixun .remen p {
    width:580px;
    line-height:30px;
    margin:0 auto;
    margin-bottom:20px;
}
/**********************茶饮养生**********************/
.yangsheng_zixun .yang_sheng {
    width:617px;
    overflow:hidden;
}
.yangsheng_zixun .yang_sheng h1 {
    width:597px;
    height:30px;
    font-size:16px;
    padding:10px 0 0 20px;
    font-weight:bold;
    background:#f5f5f5;
}
.yangsheng_zixun .yang_sheng h1 span{
	font-size:14px;
}
.yangsheng_zixun .yang_sheng ul {
    width:617px;
    height:auto;
    margin-bottom:20px;
}
.yangsheng_zixun .yang_sheng ul li {
    width:82px;
    height:40px;
    line-height:40px;
    margin:10px 0 0 20px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    float:left;
}
/*************详情信息*******************/
.yangsheng_zixun .yang_xinxi {
    width:617px;
    margin:0 auto;
    overflow:hidden;
}
.yangsheng_zixun .yang_xinxi .nav_h1 {
    width:617px;
    height:40px;
    background:#f5f5f5;
    margin:0 auto;
    overflow:hidden;
}
.yangsheng_zixun .yang_xinxi .nav_h1 ul {
    width:597px;
    height:20px;
    font-size:16px;
    margin:12px 0 0 20px;
}
.yangsheng_zixun .yang_xinxi .nav_h1 ul li {
    height:20px;
    float:left;
}
.yangsheng_zixun .yang_xinxi .nav_h1 ul li.li_z {
    width:10px;
    height:20px;
    background:url(../images/jiant_03.png) no-repeat;
    margin:0 10px;
}
.yangsheng_zixun .yang_xinxi .yang_xinxi_neir {
    width:566px;
    margin:0 auto;
    margin-top:20px;
}
.yangsheng_zixun .yang_xinxi .yang_xinxi_neir h2 {
    width:100px;
    height:30px;
    color:#3498DB;
    font-size:16px;
    margin-left:20px;
}
.yangsheng_zixun .yang_xinxi .yang_xinxi_neir p {
    margin:0 0 10px 20px;
    line-height:30px;
}
/*************体质*****************/
.yangsheng_zixun .yang_xinxi h1 span {
    color:#3498db;
}
.yangsheng_zixun .yang_xinxi .yang_xinxi_tizhi {
    width:617px;
    height:auto;
    margin:0 auto;
    margin-top:20px;
}
.yangsheng_zixun .yang_xinxi .yang_xinxi_tizhi p {
    margin-bottom:10px;
    line-height:30px;
}
/**************体质自测**********************/
.yangsheng_zixun .yang_tizhi_zc {
    width:617px;
    margin:0 auto;
    overflow:hidden;
}
.yangsheng_zixun .yang_tizhi_zc form {
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}
.yangsheng_zixun .yang_tizhi_zc h1 {
    height:40px;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
    background:#3498db;
    color:#FFF;
    text-align:center;
}
.yangsheng_zixun .yang_tizhi_zc form .yang_tizhi_danxuan {
    height:18px;
    margin:20px 0 0 20px;
}
.yangsheng_zixun .yang_tizhi_zc form .yang_tizhi_danxuan input {
    width:20px;
    height:18px;
    float:left;
}
.yangsheng_zixun .yang_tizhi_zc form .yang_tizhi_danxuan span {
    width:100px;
    height:14px;
    float:left;
    margin-left:20px;
}
.yangsheng_zixun .yang_tizhi_zc .yang_tizhi_wenzi p {
    width:580px;
    height:auto;
    line-height:30px;
    margin:0 auto;
    margin-top:20px;
}
.yangsheng_zixun .yang_tizhi_zc .yang_tizhi_wenzi .aa{
	font-size:20px; color:#3eb859; height:32px; line-height:32px;
}
.yangsheng_zixun .yang_tizhi_zc .yang_tizhi_wenzi .bb{
	width:575px; margin:0 auto; height:auto; display:block; line-height:24px;
}
.yangsheng_zixun .yang_tizhi_zc .yang_tizhi_wenzi p span {
    margin-left:20px;
}
.yangsheng_zixun .yang_tizhi_zc .xingbie {
    width:580px;
    height:162px;
    margin:0 auto;
}
.yangsheng_zixun .yang_tizhi_zc .xingbie .xingbie_z {
    width:255px;
    height:100px;
    margin:0 auto;
    margin-top:20px;
}
.yangsheng_zixun .yang_tizhi_zc .xingbie .xingbie_z .xingbie_l {
    width:68px;
    height:92px;
    float:left;
}
.yangsheng_zixun .yang_tizhi_zc .xingbie .xingbie_z .xingbie_r {
    width:68px;
    height:92px;
    float:right;
}
.yangsheng_zixun .yang_tizhi_zc .xingbie .xingbie_z a:link,.yangsheng_zixun .yang_tizhi_zc .xingbie .xingbie_z a:visited {
    width:68px;
    height:92px;
    display:inline-block;
    text-align:center;
}
.yangsheng_zixun .yang_tizhi_zc .xingbie .xingbie_z a:hover {
    width:68px;
    height:92px;
}
/*******按钮上下页**************/
.yangsheng_zixun .yang_tizhi_zc form .yang_tizhi_anniu {
    width:330px;
    height:40px;
    margin:0 auto;
    margin-top:40px;
}
.yangsheng_zixun .yang_tizhi_zc form .yang_tizhi_anniu span.span_l {
    width:140px;
    height:40px;
    float:left;
}
.yangsheng_zixun .yang_tizhi_zc form .yang_tizhi_anniu span.span_l a:link,.yangsheng_zixun .yang_tizhi_zc form .yang_tizhi_anniu span.span_l a:visited {
    width:140px;
    height:40px;
    background:#3498db;
    color:#FFF;
    text-align:center;
    line-height:40px;
    border-radius:4px 4px 4px 4px;
    display:inline-block;
}
.yangsheng_zixun .yang_tizhi_zc form .yang_tizhi_anniu span.span_l a:hover {
    width:140px;
    height:40px;
    background:#2683c2;
    text-align:center;
    line-height:40px;
    color:#FFF;
    display:inline-block;
}
.yangsheng_zixun .yang_tizhi_zc form .yang_tizhi_anniu span.span_r {
    width:140px;
    height:40px;
    float:right;
}
.yangsheng_zixun .yang_tizhi_zc form .yang_tizhi_anniu p {
    width:50px;
    height:40px;
    text-align:center;
    line-height:40px;
    display:inline-block;
    float:left;
}
/*************关于我们*********************/
.guany {
    width:1000px;
    margin:0 auto;
    margin-top:20px;
    overflow:hidden;
}
.guany .guany_l {
    width:650px;
    margin-bottom:50px;
    float:left;
}
.guany .guany_l h1 {
    width:650px;
    height:50px;
    border-bottom:1px solid #dbdbdb;
}
.guany .guany_l h2 {
    width:100px;
    height:20px;
    font-size:20px;
    color:#3498DB;
    margin:20px 0 20px 0;
}
.guany .guany_l p {
    line-height:25px;
    font-size:16px;
}
.guany .guany_r {
    width:328px;
    height:122px;
    background:#3498DB;
    border:1px solid #2481c0;
    border-radius:4px 4px 4px 4px;
    padding:10px;
    margin-bottom:50px;
    float:right;
	margin-top:50px;
}
.guany .guany_r h1 {
    height:30px;
    font-size:20px;
    font-weight:bold;
    color:#FFF;
    margin-bottom:20px
}
.guany .guany_r p {
    color:#FFF;
    line-height:20px;
}
/*********************js********************************/
