﻿/*公共样式部分*/
*{ margin:0;/* padding:0*/}
body { font-size:12px;font-family:"Helvetica Neue", Helvetica, STHeiTi, sans-serif,"Microsoft YaHei"; -webkit-text-size-adjust:none; background:#f5f5f5;}
a,a:link,a:visited,a:hover,a:active {text-decoration: none;}
h1 {font-size: 1.4em;text-align: center;color: #000;}
.clear:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
footer p { opacity:0.35;}
html{font-size:62.5%;}
*{margin:0;padding:0;text-shadow:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
body{background-color:#fff;font:14px/1.5 Microsoft Yahei,tahoma,Srial,helvetica,sans-serif;max-width:640px ;margin:auto !important;}
p{font-size:100%;}
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ol, ul, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, legend, button, input, textarea, /* form elements 表单元素 */
menu, th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
	list-style-type: none; 
}
.fl{float:left;}
.fr{float:right;}
.container {font-size:2.6rem;line-height:135%; color:#232323;width:100%;background-color:#ffffff;}
.container img{border:0;max-width:100%;width:100%;vertical-align:top;height: auto;}

.tabHead span{font-size:3rem;padding:2% 0;display:block;text-align:center;letter-spacing:1px;font-family:"黑体-繁";font-weight:bold;color:#0067ac;}


/*医生列表*/
.xw_yis{width:94%;margin:3% auto;}
.xw_yis_img{width:26%;padding-right:1%;border-right:1px solid #e9e9e9;}
.xw_yis_box{width:72%;}
.xw_yis_box h3{width:100%;font-size:2.4rem;font-weight:normal;line-height:1.1em;padding-bottom:4%;border-bottom:1px solid #e9e9e9; text-align:left;}
.xw_yis_box h3 span:nth-child(2){padding-left:5%;}
.xw_yis_p{color:#a1a1a1;font-size:2rem;width:100%;line-height:1.6em;margin-top:2%; text-align:left;}
.xw_yis_zx{width:100%;}
.xw_yis_zx a{display:block;font-size:2.4rem;color:#FFF;text-align:center;border-radius:4px;padding:2% 4% 2% 6%;line-height:1.1em;margin-top:5%;}
.xw_yis_zx a:nth-child(1){float:left;background:#2E91D2;}
.xw_yis_zx a:nth-child(2){float:right;background:#edac0c;}

.showMorehandle{text-align:center; cursor:pointer;font-size:2.4rem;color:#000000;margin:4% 0;line-height:160%;}

.ment_fenx{width:100%;background:#f3f3f3;padding-bottom:3.5%;}

/*footer*/
.xw_foot{width:100%;background:#0067ac;padding-bottom:20%;}
.xw_foot_h{width:100%;padding:5% 0;background:url(../images/xw_xiant.jpg) 50% 95% no-repeat;background-size:90% 2%;}
.xw_foot_h a:nth-child(1){width:63%;display:block;float:left;margin-left:17%;}
.xw_foot_h a:nth-child(2){width:8%;float:left;margin:1.5% 0 0 4%;}
.xw_foot_txt p{color:#FFF;text-align:center;margin:1.5% 0;}
/*@media*/
@media (min-width:320px) and  (max-width:359px){
	html{font-size:31%}
}
@media (min-width:360px) and  (max-width:399px){
	html{font-size:36%}
}
@media (min-width:400px) and  (max-width:479px){
	html{font-size:40%}
}
@media (min-width:480px) and  (max-width:639px){
	html{font-size:49%}
}
@media screen and (min-width: 640px){
	html {font-size: 63% !important;}
}