<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;line-height:180%;
}
-->
</style>

<style type="text/css">
td img {display: block;}body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
</style>







<style type="text/css">
<!--

#dh a:link,#dh a:visited{text-decoration:none;font-family:"Î¢ÈíÑÅºÚ";COLOR:#000000;font-size:16px;font-weight: bold;}
#dh a:hover,#dh a:active{color:#EF8518}

#dhxw a:link,#dhxw a:visited{text-decoration:none;font-family:"Î¢ÈíÑÅºÚ";COLOR:#FFFFFF;}
#dhxw a:hover,#dhxw a:active{color:#EF8518}


#cpdhs a:link,#cpdhs a:visited{text-decoration:none;font-family:"Î¢ÈíÑÅºÚ";COLOR:#FFFFFF;font-size: 18px;font-weight: bold;}
#cpdhs a:hover,#cpdhs a:active{text-decoration:none;font-family:"Î¢ÈíÑÅºÚ";COLOR:#FFFFFF;font-size: 18px;font-weight: bold;}


body,td,th {
	font-family: Î¢ÈíÑÅºÚ;
	font-size: 16px;
	color: #333333;
	 line-height:180%;
	
}
a {
	font-family: Î¢ÈíÑÅºÚ;
	font-size: 14px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #EF8518;
}
a:active {
	text-decoration: none;
	color: #EF8518;
}
.STYLE1c {
	color: #FFFFFF;
	font-weight: bold;
}
.STYLE3 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.STYLE4 {font-size: 14px}
.STYLE5 {
	font-size: 50px;
	color: #00015E;
	font-weight: bold;
}
.STYLE6 {
	font-size: 34px;
	color: #333333;
}
.STYLEBT {
	 line-height:50px;
}
.STYLE8 {color: #FFFFFF}
.STYLE10 {font-size: 34px; color: #FFFFFF; }
.STYLE11 {
	font-size: 20px;
	font-weight: bold;
}
.STYLE12 {
	font-size: 20px;
	color: #333333;
}
.STYLE14 {color: #FFFFFF; font-size: 24px; }
.STYLE15 {color: #FFFFFF; font-size: 14px; }
.STYLE16 {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
}
.STYLE17 {
	font-size: 12px;
	color: #FFFFFF;
}
.STYLE18 {color: #333333}
.STYLE19 {color: #333333; font-size: 24px; }
.STYLE21 {font-size: 14px; color: #999999; }
-->
</style>



<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        /* ÂÖ²¥Í¼Íâ²ãÈÝÆ÷ */
        .banner-container {
            position: relative;
            width: 100%;
            height: 800px;
            overflow: hidden;
            margin: 0 auto;
        }
        /* Í¼Æ¬°ü¹ü²ã - ÊµÏÖ»¬¶¯ */
        .banner-wrapper {
            display: flex;
            height: 100%;
            transition: transform 0.5s ease;
        }
        /* µ¥ÕÅÍ¼Æ¬ÑùÊ½ */
        .banner-item {
            flex: 0 0 100%;
            height: 100%;
        }
        .banner-item img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* ±£³ÖÍ¼Æ¬±ÈÀýÌî³ä */
            display: block;
        }
        /* ×óÓÒÇÐ»»°´Å¥ */
        .banner-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: rgba(0,0,0,0.3);
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.3s;
        }
        .banner-btn:hover {
            background: rgba(0,0,0,0.6);
        }
        .prev-btn { left: 20px; }
        .next-btn { right: 20px; }
        /* µ×²¿Ö¸Ê¾Æ÷ */
        .banner-dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 10;
        }
        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s;

        }
        .dot.active {
            background: white;
            width: 25px;
            border-radius: 6px;
        }
        /* ÏìÓ¦Ê½£ºÊÖ»ú¶Ë¸ß¶È */
        @media (max-width: 768px) {
            .banner-container {
                height: 250px;
            }
        }
    .STYLE22 {
	font-size: 30px;
	font-weight: bold;
}
</style>
