/* ===== ebosun-style reset ===== */
*, *::before, *::after { box-sizing: border-box; }
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, blockquote, dl, dd, dt, form, div, img { margin: 0; padding: 0; border: 0; }
ul, ol, li { list-style: none; }
a { text-decoration: none; color: #505050; }

/* 英文站字体 */
html[lang="en"] body,
html[lang="en"] h1, html[lang="en"] h2, html[lang="en"] h3, html[lang="en"] h4,
html[lang="en"] p, html[lang="en"] li, html[lang="en"] a, html[lang="en"] span,
html[lang="en"] div, html[lang="en"] strong, html[lang="en"] small {
    font-family: "Times New Roman", Times, serif !important;
}
a:hover { color: #ff8700; }
img { display: block; max-width: 100%; }
input, textarea, select, button { font-family: Arial, "宋体", "微软雅黑", sans-serif; font-size: 12px; }
button { cursor: pointer; border: none; background: none; }

body {
    font-size: 12px;
    color: #505050;
    line-height: 20px;
    font-family: "宋体", "微软雅黑", Tahoma, Arial, sans-serif;
    background: url(../images/ebosun/bodybg.jpg) no-repeat top center #add6e8;
    min-width: 1002px;
}

.clearboth:after { display: block; clear: both; content: ""; overflow: hidden; height: 0; }
.clearboth { *zoom: 1; }

.container-960 { width: 960px; margin: 0 auto; position: relative; }

/* ===== 顶部 Header ===== */
#Top { height: 125px; width: 960px; margin: 0 auto; position: relative; z-index: 4; }
#Top .Left { width: 300px; float: left; padding-top: 18px; }
#Top .Left a { display: flex; align-items: center; color: #1a3a6b; }
#Top .Left img { width: 60px; height: auto; margin-right: 10px; }
#Top .Left .LogoText { font-family: "微软雅黑", "宋体"; font-size: 18px; font-weight: bold; color: #1a3a6b; line-height: 1.2; white-space: nowrap; }
#Top .Left .LogoText small { display: block; font-size: 10px; color: #666; font-weight: normal; text-transform: uppercase; }
#Top .Right { width: 660px; float: left; height: 125px; position: relative; }
#Top .Link { height: auto; overflow: visible; padding: 8px 0 6px 0; text-align: right; }
#Top .Link a { display: inline-block; color: #565656; font-size: 12px; line-height: 20px; vertical-align: middle; }
#Top .Link a.Icon { padding: 2px 5px 2px 25px; margin-right: 10px; }
#Top .Sina_icon { background: url(../images/ebosun/sina_icon.jpg) no-repeat left center; }
#Top .Language { background: #E32529; padding: 2px 6px; margin-left: 15px; color: #fff !important; }
#Top .Language:hover { color: #fff !important; }
#Top .TelLine { position: absolute; top: 44px; right: 0; font-size: 15px; font-weight: bold; color: #333; }
#Top .Tagline { display: none; }
#Top .Tagline img { height: 23px; }

/* ===== 主导航 ===== */
#Top .Menu { width: 660px; padding: 0 0 0 20px; height: 60px; background: url(../images/ebosun/menubg.jpg) no-repeat; background-size: 100% 60px; position: absolute; top: 60px; left: 0; }
#Top .Menu .Item { width: 100px; height: 60px; float: left; position: relative; }
#Top .Menu .Item a { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 60px; line-height: 1.4; text-align: center; color: #1a3a6b; font-family: "微软雅黑", "宋体"; font-size: 14px; position: relative; z-index: 100; }
#Top .Menu .Item a span { display: block; line-height: 1; font-size: 10px; color: #666; font-family: Arial; text-transform: uppercase; margin-top: 2px; }
#Top .Menu .Item a:hover { color: #ff8700; }
#Top .Menu .Item.cur a { color: #ff8700; font-weight: bold; }
#Top .Menu .menu0 { width: 70px; }
#Top .Menu .menu1 { width: 90px; }
#Top .Menu .menu2 { width: 110px; }
#Top .Menu .menu3 { width: 90px; }
#Top .Menu .menu4 { width: 90px; }
#Top .Menu .menu5 { width: 90px; }
#Top .Menu .menu6 { width: 90px; }

/* Submenu - 重写为卡片式 */
.SubMenu {
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 120px;
    max-width: 260px;
    display: none;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    padding: 6px 0;
    z-index: 100;
    text-align: center;
}
.SubMenu::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(255, 255, 255, 0.98);
}
.SubMenu a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    color: #333;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}
.SubMenu a:hover {
    background: #f5f5f5;
    color: #ff8700;
}
#Top .Menu .Item:hover .SubMenu { display: block; }

/* ===== Banner / Hero ===== */
.BannerCont { width: 960px; height: 468px; margin: 0 auto; position: relative; z-index: 2; }
.BannerCont .Flash { width: 960px; height: 468px; position: absolute; left: 0; top: 0; }
.BannerCont .Flash img { width: 960px; height: 468px; }
.BannerCont .Num { width: 880px; height: auto; min-height: 95px; padding: 16px 40px; position: absolute; left: 40px; top: 325px; background: rgba(255, 255, 255, 0.94); border-radius: 10px; box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12); display: flex; justify-content: space-between; align-items: flex-start; }
.BannerCont .Num a { display: inline-block; height: 24px; line-height: 24px; padding: 0 10px; margin: 0 6px 4px 0; color: #333; font-size: 12px; background: rgba(13, 34, 66, 0.08); border-radius: 3px; float: none; }
.BannerCont .Num a:hover { background: #0d2242; color: #fff; }
.BannerCont .Num1 { width: 250px; float: none; display: inline-block; margin: 0; padding-left: 60px; position: relative; }
.BannerCont .Num2 { width: 250px; float: none; display: inline-block; margin: 0; padding-left: 60px; position: relative; }
.BannerCont .Num3 { width: 250px; float: none; display: inline-block; margin: 0; padding-left: 60px; position: relative; }
.BannerCont .NumDigit { position: absolute; left: 0; top: -4px; font-size: 44px; color: #0d2242; font-family: Arial, sans-serif; font-weight: bold; line-height: 1; opacity: 1; }
.BannerCont .NumTitle { position: absolute; left: 62px; top: 6px; font-size: 16px; color: #0d2242; font-family: "Microsoft YaHei", "微软雅黑", "宋体", sans-serif; font-weight: bold; }
.BannerCont .NumTitle span { display: block; font-size: 11px; color: #555; font-family: Arial, sans-serif; text-transform: uppercase; font-weight: normal; margin-top: 3px; }
.BannerCont .NumLinks { padding-top: 40px; }

/* ===== 主内容区 ===== */
#Container { width: 960px; margin: 0 auto; padding-bottom: 20px; }
#Container .LeftClub { width: 338px; float: left; }
#Container .CenterClub { width: 235px; margin-left: 28px; float: left; }
#Container .RightClub { width: 330px; margin-left: 29px; float: left; }
.ClubTitle { height: 41px; padding-top: 0; background: url(../images/ebosun/clubtitle.png) no-repeat; position: relative; }
.ClubTitle .ClubTitleText { position: absolute; left: 24px; top: 12px; font-size: 14px; color: #1a3a6b; font-family: "微软雅黑", "宋体"; font-weight: bold; }
.ClubTitle .More { position: absolute; right: 12px; top: 12px; }
.ClubTitle .More img { height: 13px; }
.ClubTitle1 { background-position: 0 0; }
.ClubTitle2 { background-position: 0 -41px; }
.ClubTitle3 { background-position: 0 -82px; }
#Container .Cont { padding-top: 10px; line-height: 180%; }
#Container .Cont p { text-indent: 2em; margin-bottom: 8px; }
#Container .RightClub ul li { line-height: 22px; border-bottom: 1px dashed #d0d0d0; padding: 4px 0; }
#Container .RightClub ul li a { background: url(../images/ebosun/arrow.gif) no-repeat left center; padding-left: 12px; display: block; }
#Container .RightClub ul li a:hover { background: url(../images/ebosun/red_arrow.gif) no-repeat left center; }
#Container .RightClub ul li .date { float: right; color: #999; }

/* ===== 通用内页 ===== */
.PageBanner { width: 100%; height: 220px; background: url(../images/ebosun/page-banner.jpg) no-repeat top center; margin-bottom: 20px; position: relative; }
.PageBanner h1 { position: absolute; left: 50%; bottom: 50px; transform: translateX(-50%); width: 960px; padding: 0 20px; box-sizing: border-box; font-family: "微软雅黑"; font-size: 28px; color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,0.4); font-weight: bold; }
.PageBanner h1 .en { font-size: 14px; color: rgba(255,255,255,0.9); margin-left: 15px; font-family: Arial; text-transform: uppercase; font-weight: normal; }
.PageWrap { width: 960px; margin: 0 auto 30px; padding: 25px 20px; background: #fff; }
.PageMain { width: 660px; float: left; min-height: 400px; padding: 0 20px; box-sizing: border-box; }
.PageSide { width: 260px; float: right; padding: 0 20px; box-sizing: border-box; }
.PageTitle { font-size: 18px; font-family: "微软雅黑"; color: #1a3a6b; border-bottom: 2px solid #1a3a6b; padding-bottom: 8px; margin-bottom: 15px; }
.PageTitle .en { font-size: 12px; color: #999; font-family: Arial; margin-left: 10px; }
.PageContent { font-size: 13px; line-height: 180%; color: #333; }
.PageContent p { margin-bottom: 12px; text-indent: 2em; }
.PageContent h3 { font-size: 14px; color: #1a3a6b; margin: 15px 0 8px; font-weight: bold; }
.PageContent h4 { font-size: 13px; color: #333; margin: 12px 0 6px; font-weight: bold; }
.PageContent ul { margin: 10px 0 10px 2em; list-style: disc; }
.PageContent li { margin-bottom: 6px; }

.SideBox { margin-bottom: 20px; }
.SideTitle { height: 30px; line-height: 30px; background: #1a3a6b; color: #fff; padding: 0 12px; font-family: "微软雅黑"; font-size: 14px; }
.SideCont { border: 1px solid #d0d0d0; border-top: none; padding: 10px; }
.SideCont ul li { line-height: 24px; border-bottom: 1px dashed #d0d0d0; }
.SideCont ul li a { display: block; padding-left: 10px; background: url(../images/ebosun/arrow.gif) no-repeat left center; }
.SideCont ul li a:hover { background: url(../images/ebosun/red_arrow.gif) no-repeat left center; color: #ff8700; }
.SideCont ul li a.active { color: #ff8700; font-weight: bold; }

/* ===== 联系页 ===== */
.ContactInfo { padding: 20px; background: #f7f7f7; border: 1px solid #e0e0e0; }
.ContactInfo h3 { font-size: 16px; color: #1a3a6b; margin-bottom: 15px; }
.ContactInfo p { margin-bottom: 8px; font-size: 13px; }
.ContactForm label { display: block; margin-bottom: 12px; }
.ContactForm label span { display: inline-block; width: 80px; vertical-align: top; }
.ContactForm input[type='text'], .ContactForm input[type='email'], .ContactForm textarea { width: 320px; padding: 6px; border: 1px solid #ccc; }
.ContactForm textarea { height: 100px; }
.ContactForm .btn-submit { background: #1a3a6b; color: #fff; padding: 8px 25px; border: none; cursor: pointer; }
.ContactForm .btn-submit:hover { background: #ff7800; }

/* ===== 页脚 ===== */
.FooterBg { width: 100%; height: 291px; margin: 0 auto; min-width: 1002px; background: url(../images/ebosun/footerbg.jpg) repeat-x top center; }
.Footer { width: 960px; margin: 0 auto; }
.Footer table { width: 100%; table-layout: fixed; }
.Footer table tr td { vertical-align: top; padding-top: 40px; word-wrap: break-word; }
.Footer .Type { color: #fff; height: 23px; display: block; font-family: "微软雅黑", "宋体"; text-indent: 15px; font-size: 14px; margin-bottom: 8px; }
.Footer .LinkList { width: auto; padding-left: 15px; height: 135px; padding-top: 5px; }
.Footer .LinkList a { display: block; color: #95a0b3; line-height: 20px; white-space: normal; }
.Footer td.col-contact .LinkList a { white-space: normal; }
.Footer td.col-company .LinkList a { white-space: normal; }
.Footer .LinkList a:hover { color: #1C99F9; text-decoration: underline; }
.CopyRight { text-align: center; color: #717479; padding-top: 20px; line-height: 20px; }
.CopyRight a { color: #7FB405; text-decoration: underline; }

/* ===== 分页 ===== */
.page { width: 100%; margin: 30px auto; text-align: center; height: 26px; line-height: 24px; }
.page a, .page span { padding: 0 8px; margin: 0 4px; display: inline-block; border: 1px solid #2d5caa; }
.page a:hover, .page a.cur { background: #2d5caa; color: #fff; border: 1px solid #2d5caa; }
.page span.noborder { border: none; margin: 0; padding: 0 0 0 8px; }

/* ===== 移动端隐藏（此站点为桌面优先） ===== */
.mobile-menu-toggle { display: none; }

/* ===== 文档图片与流程标签 ===== */
.PageContent img { max-width: 100%; height: auto; display: block; margin: 10px auto; }
.PageContent .process-note { text-indent: 0; margin-bottom: 8px; padding-left: 10px; border-left: 4px solid #ddd; }
.PageContent .process-note span { display: inline-block; padding: 2px 8px; border-radius: 3px; color: #fff; font-size: 12px; margin-right: 6px; }
.PageContent .label-red { background: #e74c3c; }
.PageContent .label-yellow { background: #f1c40f; color: #333; }
.PageContent .label-green { background: #27ae60; }
.PageContent .fixture-gallery { text-indent: 0; text-align: center; margin: 15px 0; }
.PageContent .fixture-gallery img { display: inline-block; width: 48%; margin: 1%; box-sizing: border-box; border: 1px solid #e0e0e0; }

/* ===== 新闻列表 ===== */
.NewsItem { display: flex; align-items: baseline; padding: 14px 0; border-bottom: 1px solid #f0f0f0; }
.NewsItem:last-child { border-bottom: none; }
.NewsDot { color: #1a3a6b; font-size: 16px; margin-right: 8px; flex-shrink: 0; }
.NewsLink { flex: 1; font-size: 14px; color: #333; text-decoration: none; }
.NewsLink:hover { color: #1a3a6b; text-decoration: underline; }

/* ===== 文章详情 ===== */
.ArticleMeta { font-size: 12px; color: #999; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px dashed #d0d0d0; }
.ArticleBody { font-size: 13px; line-height: 180%; color: #333; }
.ArticleBody p { margin-bottom: 12px; text-indent: 2em; }
.ArticleBody h3 { font-size: 14px; color: #1a3a6b; margin: 15px 0 8px; font-weight: bold; }
.ArticleBody h4 { font-size: 13px; color: #333; margin: 12px 0 6px; font-weight: bold; }
.ArticleBody ul { margin: 10px 0 10px 2em; list-style: disc; }
.ArticleBody li { margin-bottom: 6px; }
.ArticleBack { margin-top: 20px; padding-top: 15px; border-top: 1px solid #e0e0e0; }
.ArticleBack a { color: #1a3a6b; font-size: 13px; }
.ArticleBack a:hover { color: #ff8700; }
