*{
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei', sans-serif;
}
body{
	background-color: #ffffff;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}

ul li{
	list-style: none;
}
.hi30{
	height: 30px;
}
.fl{
	float: left;
}
.clear{
	clear: both;
}
.maindiv1200{
	width: 1200px;
	height: 100%;
	margin: 0px auto;
}
.header{
	background: url(headerbg.png) center top no-repeat;
	height: 196px;
	width: 100%;
	min-width: 1200px;
	margin: 0px;
}
.logo{
	background: url(logo.png) bottom no-repeat;
    background-size: 500px 104px ;
	height: 117px;
	width: 559px;
	padding-top: 43px;
	float: left;
}
.flogo{
    display: none;
}
.search{
	float: left;
	margin-top: 78px;
	margin-left: 250px;
}
.searchinput{
    width: 229px;
    height: 35px;
    padding: 2px 16px;
    border-radius: 18px;
    background: #FFFFFF;
    box-sizing: border-box;
    outline: none;
    transition: all 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.searchinput input{
    border: none;
    padding: 5px 0px;
    height: 18px;
    width: 180px;
}
.searchinput input:focus{
	border-color: #F04736;
	box-shadow: 0 0 1px rgb(240, 71, 54, 0.5);
}
.search button,.search img{
    border: none;
    background: none;
}
.datetime{
	font-size: 14px;
	color: #3D3D3D;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}
.mainnav{
	height: 66px;
	background-color: #F04736;
	width: 100%;
	min-width: 1200px;
}
.mainnav ul{
	width: 1200px;
	margin: 0px auto;
}
.mainnav ul li{
	float: left;
	width: 171px;
	line-height: 66px;
	height: 66px;
	text-align: center;
	position: relative;
}
.mainnav ul li:hover,.mainnav ul li ul li:hover{
	background-color: #B42F21;
}
.mainnav ul li a{
	color: #FFFFFF;
	font-size: 20px;
	display: block;
	width: 171px;
	height: 66px;
}
.mainnav ul li a:hover{
	color: #FFFFFF;
}
.mainnav ul li.active{
	background-color: #B42F21;
}
.mainnav ul li ul {
    position: absolute;
    top: 66px;
    left: 0;
    width: 171px;
    padding: 0px;
    margin: 0px;
    background: url(libg.png) top center;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.mainnav ul li:hover ul {
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.mainnav ul li ul li{
    clear: both;
    margin: 0px;
    width: 171px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: url(libg.png) top center;
    transition: background 0.3s ease;
}

.mainnav ul li ul li:hover {
    background: #B42F21;
}
.mainnav ul li ul li a {
    height: 50px;
    font-size: 16px;
    color: #fff;
    transition: color 0.3s ease;
}
/* 底部通用 */
.footer{
	width: 100%;
	min-width: 1200px;
	height: 462px;
	border-top: 3px #F04736 solid;
	background: url(footerbg.png) bottom center no-repeat;
}
.footernav{
	height: 320px;
}
.copyright{
	color: #333333;
	font-size: 14px;
	width: 650px;
	line-height: 30px;
	margin: 0px auto;
	text-align: center;
}
.copyright a{
	color: #333333;
}
.footer-container {
	margin-top: 20px;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-column {
    margin-bottom: 25px;
}
.footer-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #DD2020;
    position: relative;
    padding-bottom: 8px;
}


        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: #333333;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .footer-links a:hover {
            color: #e74c3c;
            padding-left: 5px;
        }

        .donation-info {
            color: #333333;
            font-size: 14px;
            line-height: 1.6;
        }

        .donation-info p {
            margin-bottom: 8px;
        }

        .bank-info {
            background: rgba(255, 255, 255, 0.1);
            padding: 12px 15px;
            border-radius: 5px;
            margin-top: 10px;
        }

        .qrcode-column {
            text-align: center;
        }

        .qrcode {
            width: 120px;
            height: 120px;
            background: #fff;
            border-radius: 8px;
            padding: 8px;
            margin-bottom: 10px;
        }

        .qrcode img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .qrcode-text {
            font-size: 14px;
            color: #333333;
            margin-top: 8px;
        }

        @media (max-width: 1200px) {
            .footer-container {
                width: 100%;
            }
        }

        @media (max-width: 992px) {
            .footer-content {
                justify-content: flex-start;
            }

            .footer-column {
                width: 33.333%;
            }
        }

        @media (max-width: 768px) {
            .footer-column {
                width: 50%;
            }
        }

        @media (max-width: 576px) {
            .footer-column {
                width: 100%;
            }
        }
