﻿@charset "utf-8";
.toplogofont {
   
    font-size:22px;
    font-weight:bold;
}
.toplogoarea {
    padding-left: -180px;
    padding-top: 20px;
    float:left;
}

.toplogo{
   width:220px;
    height:80px;
}
.container {
    display: flex; /* 或使用其他方法如 grid, inline-block 等 */
}
.topphone{float:right}
.topc {
    width: 1200px;
    align-content: center;
    display: flex;
    justify-content: center; /* 水平居中 */
}
.mentubg {
   float:left; 
}
.rptFamousbg {
    background-color: #e183a8;
}
.newc{
    height:79px;
    width:1110px;
   background-image:url("/image/newimgs/newsbg.png");
}
.aboutu{
    width:1190px;
    background-color:white;
    align-content:center;
    text-align:center;
}
.aboutf {
    color: #ffff;
    font-size:16px;
}
.aboutfl {
    width: 1150px;
    line-height: 200%; /* 行间距 */
    padding: 20px 20px 20px 20px; /* 段落间距 */
    background-color: #e183a8;
    font-size: 14px;
    letter-spacing: 1px; /* 字母间距为1像素 */
    font-weight: bold;
    font-family: "SimHei", "Heiti SC", "STHeiti",sans-serif;
}
.footmenuc{
    margin-top:50px;
    line-height:200%
}