.fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
/* 头部 */
.head {
    width: 100%;
    height: 90px;
    background: #552825;
}
.head_box{
    width: 1380px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.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: center;
    align-items: center;
    height: 90px;
}
.phone_title img{
    margin-right: 10px;
    height: 50px;
}
.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;
}
.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;
}

.swiper-slide img {
    display: block;
    width: 100%;
}
/* 导航栏 */
.nav {
    width: 100%;
    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;
    width: 106px;
    height: 53px;
    text-align: center;
    text-align: center;
}
.nav_item ul li a {
    color: #fff;
    width: 98px;
    height: 68px;
    display: block;
}
/* 公共标题 */
.title{
    text-align: center;
}
.title h3 {
    color: #444;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.title h3::before {
    background: #444 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.title h3::after {
    background: #f3652a none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 4px;
    left: 30%;
    position: absolute;
    width: 40%;
    z-index: 222;
}
.ab_box {
    display: flex;
    justify-content: space-between;
}
.ab_box_item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 300px;
    padding: 15px;
    border:1px #e7e7e7 solid;
    box-shadow: 0 0 8px #e7e7e7;
    box-sizing: border-box;
}
.ab_box_item span{
    font-size: 16px;
    font-weight: 700;
}
/* 关于我们 */
.ad_box {
    display: flex;
}
.news_box {
    width: 550px;
    padding: 15px;
    border:1px #e7e7e7 solid;
    box-shadow: 0 0 8px #e7e7e7;
    box-sizing: border-box;
}

.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: 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;
}
.about_box {
    margin-left: 20px;
    width: 430px;
    padding: 15px;
    border:1px #e7e7e7 solid;
    box-shadow: 0 0 8px #e7e7e7;
    box-sizing: border-box;
}
.about_box>h1{
    padding: 10px 0;
    font-size: 25px;
    font-weight: 700;
}
.about_box p {
    font-size: 16px;
    line-height: 25px;
}
.about_box>img{
    width: 100%;
    height: 200px;
}
.about_botton{
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
}
.about_botton a{
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #6f2322;
}
.about_botton a>img{
    width: 25px;
    padding-right: 5px;
    vertical-align: middle;
}
/* 标签 */
.label_box {
    width: 1000px;
    padding: 15px;
    border:1px #e7e7e7 solid;
    box-shadow: 0 0 8px #e7e7e7;
    box-sizing: border-box;
}
.label_tiem {
    display: flex;
    flex-wrap: wrap;
}
.label_tiem>a {
    color: #6f2322;
    width: 111px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    margin-top: 15px;
    margin-right: 25px;
    border: 1px solid #6f2322;
}
/*文章详情*/
.details{
    width: 1000px;
    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 {
    margin-top: 50px;
    width: 100%;
    background: #6f2322;
;
}
.footer_content{
    padding: 20px;
}
.footer_content p{
    font-size: 16px;
    text-align:center;
    color: #ffffff;
}
