/*声明 WebFont*/
@font-face {
    font-family: 'hei';
    src: url('fonts/hei.eot');
    src:
            url('fonts/hei.eot?#font-spider') format('embedded-opentype'),
            url('fonts/hei.woff') format('woff'),
            url('fonts/hei.ttf') format('truetype'),
            url('fonts/hei.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cuhei';
    src: url('fonts/cuhei.eot');
    src:
            url('fonts/cuhei.eot?#font-spider') format('embedded-opentype'),
            url('fonts/cuhei.woff') format('woff'),
            url('fonts/cuhei.ttf') format('truetype'),
            url('fonts/cuhei.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'xihei';
    src: url('fonts/xihei.eot');
    src:
            url('fonts/xihei.eot?#font-spider') format('embedded-opentype'),
            url('fonts/xihei.woff') format('woff'),
            url('fonts/xihei.ttf') format('truetype'),
            url('fonts/xihei.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Global */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.clearfix {
    zoom: 1;
}
body {
    background: #fff;
}
header, body>div {
    margin: 0 auto;
}
.wrapper {
    width: 1200px;
    margin: auto;
    font-family: "hei";
    color: #3e3a39;
}
/* Head */
header {
    background: #fff;
}
.logo {
    float: left;
    position: relative;
    top: -15px;
    margin: 0 0 0 65px;
}
.logo a {
    height: 32px;
    width: 252px;
    display: block;
}
.banner {
    width: 1200px;
    box-sizing: border-box;
    padding: 66px 0 30px;
    background: #c6b999;
    margin-top: 35px;
    text-align: center;
}
/* Navigation */
nav {
    background: #c6b999;
    padding-bottom: 50px;
}
nav ul {
    margin-left: 158px;
}
nav h1 {
    font-size: 47.6px;
    text-align: center;
    color: #000;
    letter-spacing: 20px;
    padding: 5px 0 15px 0;
}
nav li {
    width: 145px;
    height: 145px;
    text-align: center;
    background: url(../images/bg_round.png) no-repeat;
    background-size: 100%;
    float: left;
    margin-left: 23px;
}
nav li a {
    font-size: 35px;
    color: #c6b999;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 145px;
    border-radius: 50%;
}
nav li a:hover {
    box-shadow: 0 0 20px #ddd;
}
nav li:nth-child(3) a {
    line-height: 35px;
    padding-top: 55px;
    box-sizing: border-box;
}
nav li:fisrt-child {
    margin-left: 0;
}
/* 看板下方内容 */
.contents-1 {
    /* 主体内容 */
    width: 100%;
    height: auto;
    background: url(../images/doctor.png) no-repeat;
    background-position: 575px 727px;
    background-color: #c6b999;
    color: #fff;
    padding-bottom: 50px;
}
#text-1 {
    /* 白底文字块 */
    color: #c6b999;
    background-color: #fff;
    border-radius: 12px;
    font-size: 37px;
    width: 594px;
    padding: 0 0 0 24px;
    box-sizing: border-box;
    line-height: 60px;
    float: left;
}
#date {
    /* 出诊日 */
    font-size: 35px;
    float: right;
    padding: 15px 40px 0 0;
}
#doctor {
    margin: 37px 48px 55px;
}
.profile {
    font-size: 32px;
    line-height: 46px;
    width: 570px;
    margin: 80px 0 0 0;
}
.profile p {
    margin: 33px 0 0 25px;
}
.name {
    font-size: 95px;
    font-family: "cuhei";
    text-align: center;
    margin: 0 !important;
}
.ename {
    font-size: 36px;
    font-family: "hei";
    text-align: center;
    margin: 30px 0 0 0 !important;
    line-height: 36px;
}
.certify {
    font-size: 24px;
    line-height: 34px;
    margin: 55px 0 0 25px;
    width: 480px;
}
.certify th {
    font-family: "cuhei";
}
.certify td:nth-child(2) {
    text-align: right;
}
#doctor .white-area {
    margin: 53px 25px 47px;
}
.white-area {
    background-color: #fff;
    color: #c6b999;
    border-radius: 12px;
    padding: 32px 38px;
}
.white-area h1 {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
}
.white-area p {
    font-size: 32px;
    line-height: 46px;
    text-align: justify;
}
/* 分页 */
.content h1 {
    /* 圆圈标题 */
    display: block;
    width: 149px;
    height: 149px;
    text-align: center;
    background: url(../images/bg_round.png) no-repeat;
    background-size: 100%;
    font-size: 36px;
    line-height: 149px;
    color: #c6b999;
    margin: 60px auto 0;
    position: relative;
    z-index: 999;
}
.part {
    /* 分页主体框 */
    width: 1055px;
    margin: -33px auto 0;
    background: #f4f1eb;
    box-shadow: 1.6px 1.6px 4.5px #ccc;
    border-radius: 7px;
    padding: 90px 41px;
    box-sizing: border-box;
    color: #595757;
    font-family: "xihei";
}
.part h2 {
    text-align: center;
    font-size: 48px;
    margin: 80px auto 38px;
}
.part > img + h2 {
    margin-top: 51px;
}
.part h2:first-child {
    margin-top: 0;
}
.part p,
.part ul {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 1.3px;
    text-align: justify;
}
.part ul.dotlist {
    list-style: disc;
    list-style-position: inside;
    margin: 0 0 0 10px;
}
.part > img {
    margin-bottom: 29px;
}
.part > img:last-child {
    margin-bottom: 0;
}
.mid-list p {
    text-align: center;
    margin: 10px auto;
}
.mid-list img {
    margin-bottom: 16px;
}
.part .qiangdiao {
    font-size: 22px;
    font-family: "cuhei";
    color: #3e3a39;
}
.num-list {
    list-style: decimal inside;
}
/* 元素位置修正 */
#fp-1 {
    margin: 53px auto;
}
#fp-2 {
    margin: 38px auto;
}
#fp-3 {
    margin-bottom: 66px;
}
#fp-4 {
    margin-bottom: 78px;
}
#fp-5,
#fp-16 {
    margin-bottom: 57px;
}
#fp-6,
#fp-7,
#fp-14 {
    margin-top: 29px;
}
#fp-8 {
    margin-bottom: 54px;
}
#fp-9,
#fp-10 {
    margin-top: 53px;
}
#fp-11 {
    line-height: 43px;
    padding-top: 33px;
    box-sizing: border-box;
}
#fp-12 {
    margin: 35px auto 0;
    display: block;
}
#fp-13,
#fp-18 {
    margin-bottom: 50px;
}
#fp-15 {
    margin-top: 34px;
}
#fp-17 {
    margin-bottom: 0;
}
/* Q & A */
.qna {
    margin: 80px 50px;
}
.qna h2 {
    text-align: center;
    font-size: 48px;
    line-height: 57px;
    font-family: "xihei";
    margin: 54px auto 2px;
    color: #595757;
}
.qna-area {
    width: 1053px;
    border-bottom: 2px solid #b2b2b3;
    border-right: 2px solid #b2b2b3;
    padding: 15px 28px 15px 20px;
    box-sizing: border-box;
    margin: 32px auto 0;
    font-size: 20.5px;
    font-family: "xihei";
    letter-spacing: 1px;
    line-height: 28px;
    color: #595757;
}
.quest {
    font-size: 28px;
    line-height: 39px;
    color: #c6b999;
    padding-bottom: 15px;
    margin-bottom: 17px;
    border-bottom: 2px solid #b2b2b3;
}
/* Footer */
footer {
    min-width: 1200px;
    padding-bottom: 80px;
    margin-top: 62px;
    padding-top: 10px;
    background: #fff;
    border-top: 15px solid #c6b999;
}
footer .logo {
    position: relative;
    top: 25px;
}
/* Back to top */
.backTop {
    float: right;
    font-size: 20px;
    color: #231815;
    margin-top: 20px;
}
.backBtm {
    float: right;
    font-size: 20px;
    color: #231815;
    position: relative;
    margin-right: 5px;
    margin-top: 24px;
}
.backArea {
    position: relative;
    right: 75px;
    top: 10px;
}
/* 马上联系我们 */
.contact {
    width: 900px;
    height: 57px;
    background: url("../images/register.png") no-repeat top;
    display: block;
    margin: auto;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    line-height: 57px;
    letter-spacing: 2px;
}
.contact:hover {
    background: url("../images/register.png") no-repeat bottom;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */

}