﻿@charset "utf-8";
/* CSS Document */
/* Time:2025/9/1 18:15:33 */
/* Designer:七彩建站魔方™ */


/* 全屏设置 * Header - Logo / MenuNav */
#Header,#TOP_Menu,#MenuMore,#Language div,.KeysSearch { position:fixed!important;position:absolute; }
#Header { height:85px; background:#FFF; border-bottom:1px solid #EEE; }
#Header:before { width:0; height:100%; top:0; left:0; transition:all 1s ease; }
#Header:hover:before { width:100%!important; }
#Header:hover * { color:#DDD; }

/* 全屏分辨率设置 */
#TOP_Logo,#MenuGroup div.MenuGroup,#MenuMore div.Nav,#MenuMore ol.Nav,div.AE_Banner,
#Menu_Grouping,#Body_Frame,#Body_Main,#Body_Pages,#Body_Right
{ width:100%; max-width:1920px; }
#Body_Main { width:auto; padding-left:250px; padding-top:18px; }
#Body_Main #Body_Right { width:95%; margin:0 auto; float:none; }
#Body_Main #Body_Left { width:250px; height:100%; position:absolute; top:0; left:0; border-right:1px solid #EEE; }
#Body_Left.fixed #Left_Menu { top:110px; }

/*网站导航栏样式设置*/
#TOP_Logo { width:250px; background:#FFF; margin:0; }
#SiteLogo { width:250px; height:85px; background:#FFF; text-align:center; }
#SiteLogo img { max-width:250px; max-height:80px; }

#TOP_Menu { width:100%!important;height:85px; padding-left:300px; }
#MenuNav { width:auto!important; margin-top:30px; float:left; display:block; }
#MenuNav div,#MenuNav div ul { width:auto; }
#MenuNav div + div { margin-left:30px; }


/* === 自适应 Adaption Boilerplate ============================== */
@media only screen and (min-width:1024px) {
}
@media only screen and (max-width:800px) {
}

