:root {
    --primary-color: #c00;        /* 主红色 */
    --primary-dark: #a00;         /* 深红色 */
    --primary-darker: #800;       /* 更深红色 */
    --primary-light: #d00;        /* 亮红色 */
    --text-color: #666666;        /* 文字颜色 */
    --bg-color: #ffffff;          /* 背景色 */
    --border-color: #e6e6e6;      /* 边框色 */
    --hover-bg: #fafafa;          /* 悬浮背景 */
    --hover-color: #000;          /* 悬浮文字颜色 */
    --nav-hover-border: #c00;     /* 导航悬浮边框 */
    --redfooter-bg: #c00;            /* 页脚背景 */
    --redfooter-border: #a00;        /* 页脚边框 */
    --fr-light: #F1C3C3;
}

.mtop {
    height: 30px;
    line-height: 30px;
    background-color: var(--bg-color);
    overflow: hidden;
}

.thisData {
    float: left;
    font-size: 14px;
    color: var(--text-color);
}

.mtop ul {
    float: right;
}

.mtop ul li {
    float: left;
    display: inline-block;
    margin-left: 25px;
}

.mtop ul li a {
    display: inline-block;
    color: var(--text-color);
    text-decoration:none;
    font-size: 14px;
}

.appBtn a {
    width: 30px;
    height: 20px;
    margin-top: 5px;
}

.newMediaBtn {
    width: 50px;
    height: 20px;
    background-position: -185px 0;
    margin-top: 5px;
}

.typeface {
    width: 100px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.background, .background1 {
    flex: 1;
    max-width: 50px;
    text-align: center;
}

/* banner */
.mbanner {
    width: 100%;
    height: 170px;
    background: url('../images/red2510.jpg') no-repeat top center;
}

.mbanner .w1130 {
    position: relative;
}

.mlogo {
    position: absolute;
    left: 0;
    top: 45px;
}

.mwenzi {
    position: absolute;
    right: 172px;
    top: 20px;
}

.msearch {
    position: absolute;
    right: 40px;
    top: 96px;
}

.msearch input {
    float: left;
    width: 276px;
    height: 44px;
    line-height: 44px;
    padding: 0 6px;
    font-size: 16px;
    color: #aaa;
    background: #fff;
    border: 1px solid var(--border-color);
    outline: none;
    border-radius: 20px 0 0 20px;
}

.msearch a {
    display: inline-block;
    float: right;
    width: 60px;
    height: 46px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: var(--primary-color);
    line-height: 46px;
    border-radius: 0 20px 20px 0;
}

.mobileBtn {
    display: none;
}

.w1130 {
    width: 1532px;
    margin: 0 auto;
}

.mnavcon {
    background: url(../images/red2565.png) repeat-x;
    height: 57px;
}

.mNavCon {
    width: 1532px;
    margin: 0 auto;
    position: relative;
}

.mnav {
    width: 1532px;
    margin: 0px auto;
}

.mnav li {
    float: left;
    width: 9.09%;
}

.mnav li a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    line-height: 57px;
    text-align: center;
    letter-spacing: 0.1em;
}

.mnav li:first-child a {
    width: 140px;
}

.mnav li a:hover {
    height: 55px;
    background: var(--hover-bg);
    color: var(--hover-color);
    border-top-color: var(--nav-hover-border);
    border-top-width: 2px;
    border-top-style: solid;
}

.mnav li a.active {
    height: 55px;
    background: var(--hover-bg);
    color: var(--hover-color);
    border-top-color: var(--nav-hover-border);
    border-top-width: 2px;
    border-top-style: solid;
}

.aboutNav {
    position: absolute;
    top: 57px;
    left: 0;
    background: white;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 99;
}

.aboutNav.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.aboutNav a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #555;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.2s ease;
    border-radius: 4px;
    white-space: nowrap;
    margin: 0 5px;
}

.aboutNav a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--primary-dark);
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.2s ease;
}

.aboutNav a:hover {
    background: #fef0f0;
    color: var(--primary-dark);
}

.aboutNav a:hover:before {
    background: var(--primary-light);
    transform: scale(1.2);
}

.addmore {
    text-align: right;
}

.addmore a {
    line-height: 30px;
    color: var(--primary-color);
    font-size: 18px;
}

.addmore a:hover {
    color: var(--primary-dark);
}

.redfooter {
    width: 100%;
    background-color: var(--redfooter-bg);
    height: 176px;
    border-top: 6px solid var(--redfooter-border);
}

.redfooter-pos {
    position: relative;
}

.redfooter-logo {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 14px;
    right: 90px;
}

.redfooter-logo img {
    width: 80px;
    height: 80px;
}

.redfooter-logo:hover img {
    opacity: 0.6;
}

.redfooter-text {
    padding-top: 70px;
}

.redfooter p {
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    line-height: 25px;
    margin: auto;
}

.redfooter p span {
    margin: 0 12px;
    display: inline-block;
}

.redfooter .img_box {
    position: absolute;
    top: 14px;
    right: 0px;
}

.redfooter .img_box p {
    color: #fff;
    width: 90px;
    background: var(--redfooter-bg);
    z-index: 100;
    position: absolute;
    left: 50%;
    margin-top: -32px;
    margin-left: -45px;
    text-align: center;
    font-size: 14px;
}

.redfooter .img_box img {
    width: 80px;
    height: 80px;
    padding: 23px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin: 10px
}

.redfooter .img_box1 {
    right: 160px;
}

.redfooter .img_box2 {
    right: 320px;
}

.redlayui-fixbar a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1px;
    text-align: center;
    cursor: pointer;
    background-color: var(--primary-light);
    color: #fff;
    border-radius: 2px;
    opacity: .95;
    position: relative;
}

.redlayui-fixbar a span {
    display: none;
}

.redlayui-fixbar a:hover i {
    display: none;
}

.redlayui-fixbar a:hover span {
    display: block;
    border-radius: 2px;
    width: 150px;
    height: 50px;
    background-color: var(--primary-light);
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
}

.notice-fr {background-color: var(--fr-light);}
.notice-fr-title{
    color: var(--primary-color);
}

.notice-fr-title i{
    color: var(--primary-color);
}
.news-line span{color: var(--primary-color);}
.news-line i{
    color: var(--primary-color);
}