﻿/* 头部 */
header {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-left {
    width: 25%;
}
.h-left img{
    width:100%;
    height: 100px;
}
.h-center{
    width: 40%;
}
.h-center img{
    width: 100%;
    height: 100px;
}
.h-right {
   width: 25%;
}
.h-right img{
    width: 100%;
    height: 100px;
}
/* 内容 */
main {
    min-height: 400px;
}

/* 内-轮播图 */
#m-top {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    background-color:white;
    border: 1px solid #88211A;
    overflow: hidden;
}
.m-tu {
    height: 68px;
    width: 236px;
}

.m-nav {
    margin-left: 50px;
    display: flex;
    width: 860px;   
}
.m-nav li{
    height: 70px;
}
.m-nav li a:hover{
     color:rgba(184, 18, 7, 0.9);
}
.m-nav li a {
    display: block;
    width: 80px;
    height: 30px;
    border-right: 1px solid rgba(202, 198, 198, 0.918);
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-top: 20px;
    padding: 0px 6px;
}

.m-nav li .t-wen {
    border-right: none;
}

.m-banner {
    width: 100%;
    height: 300px;
}

/* 主要内容中 */
#m-content {
    min-height: 600px;
    margin-top: 20px;
    border: 1px solid rgb(204, 241, 148);
    box-sizing: border-box;
}

.c-top {
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: url(../img/c-top.png);
    color: white;
}

.c-bottom {
    margin: 20px;
    min-height: 450px;
    display: flex;
    justify-content: space-between;
}

.con-bord {
    border: 0.5px solid #92170A;
    text-align: center;
}

h4 {
    background-color: #F0F0F0;
}

/*栏目导航*/
.left-t {
    width: 200px;
    box-sizing: border-box;
    height: 300px;
    padding: 10px;
}

.c-list {
    column-count: 2;
    margin-top: 20px;
    width: 180px;
    height: 240px;
}

.c-list li {
    width: 80px;
    height: 28px;
    background-color: #b13c2f;
    border-radius: 5px;
    text-align: center;
    line-height: 28px;
    margin-top: 10px;
    font-size: 14px;
}

.c-list li a {
    color:white;
    width: 80px;
    height: 28px;
    line-height: 28px;
    display: block;
}

.c-list li:first-child {
    margin-top: 0px;
}

/* 专家介绍 */
.left-c {
    width: 200px;
    margin-top: 20px;
    min-height: 100px;
    padding: 10px;
    box-sizing: border-box;
}
.r-w{
    margin-top: 10px;
    width: 180px;
    min-height: 220px;
}
.r-tu {
    width: 100px;
    height: 115px;
    object-fit: contain;
    border: 1px solid gainsboro;
    vertical-align: baseline;
}

.r-letter {
    font-size: 13px;
    padding: 3px;
    border:0.2px solid #c0493ce8;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.89);
    text-align: justify;
    text-indent: 2em;
}
.r-tz{
    display:inline-block;
    width: 100px;
    height: 40px;
    background-color: #88211A;
    text-align: center;
    line-height: 40px;
    color: white;
    margin: 5px;
}

/* 来院路线 */
.left-b {
    width: 200px;
    box-sizing: border-box;
    margin-top: 20px;
    height: 200px;
    padding: 10px;
}

.lu-map {
    width: 180px;
    height: 160px;
    object-fit: contain;
}

/* 右边内容 */
/* 医院首页 */
.content-right {
    width: 710px;
    min-height: 520px;
}
.content-right ul{
    height: 100%;
}
.w-letter{
    margin-bottom: 5px;
}
.content-about{
    padding: 30px;
    box-sizing: border-box;
}
.about-con-tu1{
    margin:0px 20px 20px 0px ;
}

.about-con-tu2{
    width: 400px;
    height: 200px;
    transition: all 1s;
}
.about-con-tu2:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.about-txt{
    margin-bottom: 20px;
}
.about-connent{
    margin-top: 40px;
    width: 650px;
    height: 180px;
}
.about-text{
    color: #232323;
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
    text-align: justify;
    text-indent: 2em;
}
.more{
    margin-top: 40px;
    transition: all 0.5s;
}
.more:hover{
    transform: translateY(-20px);
}
/* 关于我们 */
.ny_about {
    width: 610px;
    margin: auto;
}
.ny_about p{
 margin-top: 30px;
 font-size: 14px;
 font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
 text-indent: 2em;
 text-align: justify;
 line-height: 32px;
}
.ny_about img{
    width: 610px;
}
/* 道生名家 */
.n_zjtd_con{
  width: 610px;
  margin: auto;
}
.n_zjtd_con dl {
    width: 530px;
    text-align: center;
    float: left;
    transition: all 0.4s;
    border: 2px solid #c3ab9b;
    border-radius: 10px;
    padding: 20px;
    background: #f2f2f2;
    margin: 20px;
    min-height: 200px;
}
.n_zjtd_con dl dt{
    width: 150px;
    height: 150px;
    float: left;
}
.n_zjtd_con dl dt .tu img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.n_zjtd_con dl dd{
    float: right;
    width: 300px;
    min-height: 150px;
    text-align: justify;
}
.n_zjtd_con dl dd a{
    color: #17408e;
}
.n_zjtd_con dl dd span{
    font-size: 15px;
    line-height: 20px;
}
.n_zjtd_con dl dd p{
    margin-top: 5px;
}
.n_zjtd_con dl dd .z_top{
    font-size: 14px;
}
.n_zjtd_con dl dd a em{
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    float: left;
    margin-top: 16px;
    margin-right: 15px;
    transition: all 0.4s;
    font-style: normal;
}
.n_zjtd_con dl dd a .lj{
    background: #18408e;
}
.n_zjtd_con dl dd a .hongse{
    background: #b51e27;
}
/* 特色科室 */
.ke-shi{
    width: 610px;
    margin: auto;
    height: 100%;
}
.ke-shi li a h5{
    width: 125px;
    float: left;
    margin-left: 60px;
    height: 34px;
    border: 3px solid #88211A;
    line-height: 34px;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 400;
}
.ke-shi li a h5:hover{
   color: #c5333d;
}
.ke-shi li p{
    margin-left: 60px;
    text-align: left;
    width: 81%;
    line-height: 30px;
    font-size: 14px;
    margin-top: 18px;
    float: right;
    text-indent: 2em;
    text-align: justify;
}
/* 医院动态 */
/* 养生之道 */
/* 联系我们 */
.lu-jing{
    text-align: justify;
    width: 610px;
    margin: auto;
    line-height: 26px;
}
.di-box{
    width: 610px;
    overflow: hidden;
    cursor: pointer;
}
.dizhi_map{
    margin: 20px 0px 20px 0px;
    width: 610px;
    transition: all 1s;
}

.dizhi_map:hover{
    transform: scale(1.3);
}
/* 底部 */

footer{
    height: 200px;
    margin-top: 50px;
    background-color: #88211A;
    position: relative;
}
.foot-top{
    position: absolute;
    top:-30px;
    left: 450px;
}
.foot-left img{
    width: 250px;
}
.footer-c{
    display: flex;
    height: 200px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-evenly;
}
.footline img{
    height: 190px;
}
.foot-right{
    font-size: 14px;
    width: 550px;
    color: white;
}
.foot-right a{
    color: white;
}

.tu-box :hover .fa_da{
   transform: scale(1.5);
}
.tu-box{
    width: 344px;
    height: 169px;
}
