﻿body {
}

/* 全局样式 */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* 使背景图片固定 */
    transition: background-image 1s ease-in-out;
}

/* 悬浮logo样式 */
.floating-logo {
    position: fixed;
    top: 35px;
    left: 20px;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    min-width: 1212px;
}
/* 页脚图片轮播样式 */
.footer-images {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background-color: none;
    position: fixed;
    bottom: 0;
    width: 1212px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    height: 100px;
    background: url(/Web2025/images/homebj.png) top center no-repeat;
}

    .footer-images a:hover {
        transform: scale(1.1); /* 鼠标悬停时放大到1.1倍 */
    }

    .footer-images img {
        max-width: 100px;
        margin: 0 10px;
    }

    .footer-images a {
        font-style: normal;
        color: white;
        font-size: 24px;
        padding-top: 70px;
        text-decoration: none;
    }

/* 滚动新闻样式 */
.scrolling-news {
    background-color: #6b6a6a;
    padding: 20px;
    position: fixed;
    bottom: 100px; /* 调整滚动新闻距离底部的位置 */
    width: 1212px;
    z-index: 999; /* 滚动新闻处于页脚图片轮播上方 */
    margin-bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8; /* 设置透明度为50% */
}

    /* 滚动新闻内容 */
    .scrolling-news marquee {
        width: 100%;
        white-space: nowrap;
    }

        .scrolling-news marquee a {
            font-family: Arial, sans-serif;
            font-size: 16px;
            color: rgb(255, 255, 255);
            font: 300;
            text-decoration: none;
        }

.bao {
    width: 1212px;
    margin: 0 auto;
}
.logolefthyy {
    width: 45%;
	float:left;
}
.logorighthyy {
    width: 45%;
	padding-top:15px;
	float:right;
	text-align:right;
}
.qa-sdk-wrapper {
    position: fixed;
    width: 400px;
    right: -600px;
    max-height: 530px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
    background: #fff;
}

.qa-sdk-close-btn {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
}

    .qa-sdk-close-btn:hover {
        border-radius: 50%;
        background-color: #d5d9df;
    }

#qa-sdk-iframe {
    width: 400px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .qa-sdk-wrapper {
        width: 356px;
    }

    #qa-sdk-iframe {
        width: 356px;
    }
}

.ai-assist-highlight {
    background: yellow;
}

@media print {
    #ai-assist-root-bangs,
    #ai-assist-root-bilibili,
    #ai-assist-root-new {
        display: none !important;
    }
}

body {
    background-image: url(/Web2025/images/bj2.jpg);
}
span.fengefu {
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
}
.scrolling-news span.fengefu:last-child {
    display: none;
}