.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
/* 头部 */
 .head {
    width: 1200px;
    height: 90px;
    margin: auto;
    background: #552825;
}
.head_box{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}
.box_1{
    height: 90px;
}
.head_box img{
    height: 100%;
}
.box_2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone_title{
    width: 280px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 90px;
}
.phone_title img{
    height: 70px;
}
.phone_title b{
    color: #ffffff;
    font-size: 26px;
}
.phone_title p{
    color: #ffffff;
    font-size: 12px;
}
.phone {
    width: 200px;
}
.phone span{
    color: #ffffff;
    font-size: 26px;
}
.phone_name a{
   padding: 10px;
   border-radius: 25px;
   background-color: #f1e7df;
   color: #552825;
}
.banner{
    width: 1200px;
    margin: auto;
}

/* 导航栏 */
.nav {
    width: 1200px;
    margin: auto;
    height: 53px;
    background: #6f2322;
}
.nav_item ul {
    width: 100%;
    height: 53px;
    line-height: 53px;
    margin: 0 auto;
    padding-left: 9px;
}
.nav_item ul li {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #522d22;
    float: left;
    height: 50px;
    line-height:50px;
    text-align: center;
    text-align: center;
}
.nav_item ul li a {
    color: #fff;
    padding: 0 15px;
    height: 50px;   
    line-height:50px;
    display: block;
}

/* 轮播图 */
.banner{
    width: 1200px;
    margin: auto;
}
.swiper {
  --swiper-navigation-color: #f1e7df;/* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 关于我们 */
.ab_box {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    /* border-radius: 5px;
    box-shadow: 0 0 8px #e7e7e7; */
    background-color: #ffffff;
}
.article_title h1{
    color: #444;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.article_title h1::after {
    background: #6f2322;
    bottom: -1px;
    left: 0px;
    content: "";
    height: 4px;
    position: absolute;
    width: 50px;
    z-index: 222;
}
.article_list{
    line-height: 30px;
}
.article_list li{
    padding: 5px 10px;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ccc;
    position: relative;
}
.article_list a::before {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #555;
    border-radius: 50%;
    margin: .1rem .1rem 0 0;
}
.article_list a:hover{
    color: #6f2322;
}
.ab_box_1 {
    width: 750px;
}
.ab_about{
    display: flex;
}
.ab_about>img {
   height: 200px;
}
.ab_l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ab_l>p {
    margin-left: 10px;
    font-size: 16px;
    line-height: 25px;
}
.about_botton{
    display: flex;
    justify-content: space-evenly;
}
.about_botton a{
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #6f2322;
}
.about_botton a>img{
    width: 20px;
    padding-right: 5px;
    vertical-align: middle;
}

.ab_box_2 {
    width: 370px;
    margin-left: 30px;
}

/* 医生团队 */
.s_team{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.swiper_content{
    margin-left: 20px;
}
.swiper_content h1{
    font-size: 26px;
    font-weight: 700;
}
.swiper_content h1>span{
    margin-left: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #1a6fce;
}
.swiper_content p{
    font-size: 16px;
    line-height: 25px;
}
.swiper_content p>span{
    font-size: 18px;
    font-weight: 700;
    color: #1a6fce;
}
.s_team_botton{
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
}
.s_team_botton a{
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
.s_team_botton a:nth-child(1){
    background-color: #f89801;
}
.s_team_botton a:nth-child(2){
    background-color: #339ee2;
}
.s_team_botton a>img{
    width: 20px;
    padding-right: 5px;
    vertical-align: middle;
}
.team_content{
    margin-top: 10px;
}
.team_content span {
    font-size: 20px;
    font-weight: 700;
    color: #1a6fce;
}
.team_content p{
    font-size: 18px;
    line-height: 25px;
}
/* 标签 */
.label_tiem {
    display: flex;
    flex-wrap: wrap;
}
.label_tiem>a {
    color: #6f2322;
    width: 98px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    margin-top: 15px;
    margin-right: 25px;
    border: 1px solid #6f2322;
}
.ab_box_k{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ab_box_img {
    width: 170px;
    border-radius: 5px;
    margin-bottom: 10px;
}
/* 文章 */
.article_box{
    display: flex;
    justify-content: space-between;
}
.article_box .box_3{
    width: 650px;
}
.article_title h1{
    color: #444;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.article_title h1::after {
    background: #6f2322;
    bottom: -1px;
    left: 0px;
    content: "";
    height: 4px;
    position: absolute;
    width: 50px;
    z-index: 222;
}
.article_list{
    line-height: 30px;
}
.article_list li{
    padding: 10px;
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
    white-space: nowrap; /* 确保文本在一行内显示 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    border-bottom: 1px dashed #ccc;
    position: relative;
}

.article_list a::before {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #555;
    border-radius: 50%;
    margin: .1rem .1rem 0 0;
}
.article_list a:hover{
    color: #6f2322;
}
/*文章详情*/
.details{
    width: 1200px;
    min-height: 630px;
    margin: auto;
}
.details_box>h1{
    text-align: center;
    padding: 20px;
    font-weight: 700;
    font-size: 24px;
}
.details_box>p{
    text-align: center;
    font-size: 14px;
}
.details_content{
    margin-top: 20px;
}
.details_content p{
    line-height: 25px;
    font-size: 16px;
}
.details_content img{
    max-width: 100%;
}
.flipping{
    display: flex;
    justify-content: space-between;
}
.flipping .box{
    width: 550px;
    padding: 10px;
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
    white-space: nowrap; /* 确保文本在一行内显示 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.next{
    text-align: center;
}

/* 底部 */
.footer {
    width: 1200px;
    margin: auto;
    background: #6f2322;
;
}
.footer_content{
    padding: 20px;
}
.footer_content p{
    font-size: 16px;
    text-align:center;
    color: #ffffff;
}
