
/*banner - 内容展示区域 - 打字机效果*/
.index-header .top-header{ position:fixed; left:0; top:0; right:0; z-index:999;}
.index-banner{ position:relative; width: 100%; background: #000; margin-top: 0; padding-top: 0; margin-bottom: 0; padding-bottom: 0; overflow: visible;}
.hero-section{ position:relative; width: 100%; height: 100vh; min-height: 800px; max-height: 1000px; overflow: visible; display: flex; align-items: center; margin-bottom: 0; padding-bottom: 0;}
.hero-bg{ position:absolute; top:0; left:0; width: 100%; height: 100%; background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #4a90e2 100%); z-index: 1;}
.hero-overlay{ position:absolute; top:0; left:0; width: 50%; height: 100%; background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%); z-index: 2; pointer-events: none;}
.hero-content{ position:relative; z-index: 10; display: flex; align-items: center; justify-content: flex-start; width: 100%; max-width: 1220px; margin: 0 auto; padding: 0 0.1px; min-height: 688px;}
.hero-image{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 768px; height: 688px; display: flex; align-items: center; justify-content: center; z-index: 1;}
.hero-image img{ width: 768px; height: 688px; object-fit: contain; display: block;}
.hero-text{ position: relative; z-index: 2; max-width: 600px; padding: 0;}
.hero-title{ font-size: 58px; font-weight: 700; color: #ffffff; line-height: 1.2; margin: 0 0 30px 0; text-shadow: 0 2px 12px rgba(0,0,0,0.4);}
.hero-subtitle{ font-size: 24px; color: rgba(255,255,255,0.95); line-height: 1.8; margin: 0 0 50px 0; font-weight: 300; min-height: 50px;}
.hero-actions{ display: flex; gap: 20px; align-items: center; flex-wrap: wrap; opacity: 1; visibility: visible;}
.btn-primary{ display: inline-flex; align-items: center; justify-content: space-between; width: 288px; height: 50px; padding: 0 20px; background: #1890ff; color: #ffffff; font-size: 18px; font-weight: 500; border-radius: 4px; text-decoration: none; transition: all 0.3s ease; border: none; cursor: pointer; box-sizing: border-box; position: relative; overflow: hidden;}
.btn-primary::before{ content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); animation: shine 3s infinite; z-index: 1;}
.btn-primary span{ position: relative; z-index: 2; line-height: 1;}
.btn-primary .btn-arrow{ position: relative; z-index: 2; width: 20px; height: 20px; stroke: #ffffff; flex-shrink: 0;}
.btn-primary:hover{ background: #096dd9; color: #ffffff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(24,144,255,0.6);}
.btn-primary:hover::before{ animation: shine 2s infinite;}
.btn-primary:active{ background: #0050b3; transform: translateY(0); box-shadow: 0 2px 8px rgba(24,144,255,0.4);}
.btn-primary:hover .btn-arrow{ stroke: #ffffff;}
@keyframes shine{ 0%{ left: -100%; } 100%{ left: 100%; }}
.btn-secondary{ display: flex; align-items: center; justify-content: center; width: 118px; height: 50px; padding: 0; text-align: center; background: transparent; color: #ffffff; font-size: 18px; font-weight: 500; border-radius: 4px; text-decoration: none; transition: all 0.3s ease; border: 2px solid rgba(255,255,255,0.6); cursor: pointer; box-sizing: border-box;}
.btn-secondary:hover{ background: rgba(255,255,255,0.25); color: #ffffff; border-color: #ffffff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(255,255,255,0.3);}
.btn-secondary:active{ background: rgba(255,255,255,0.35); border-color: #ffffff; transform: translateY(0); box-shadow: 0 2px 6px rgba(255,255,255,0.2);}
/* 打字机效果 */
.typewriter-text-2{ display: inline-block; border-right: 3px solid rgba(255,255,255,0.8); animation: blink-cursor 0.75s step-end infinite;}
.typewriter-text-2.completed{ border-right: none;}
@keyframes blink-cursor{ 0%, 50%{ border-color: rgba(255,255,255,0.8); } 51%, 100%{ border-color: transparent; }}
/*快捷入口卡片 - 重新设计UI*/
.index-entrance{ padding: 0; margin-top: -68px; position: relative; z-index: 11; margin-bottom: 0; padding-top: 0; min-width: 1220px; overflow: visible;}
.index-entrance .domain-search-wrapper{ width: 1260px; margin: 0 auto; padding: 40px 20px 0; box-sizing: border-box;}
.index-entrance .domain-search-block{ background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%); border-radius: 12px 12px 0 0; padding: 24px; display: flex; align-items: center; gap: 16px; box-shadow: 0 4px 20px rgba(24, 144, 255, 0.2);}
.index-entrance .domain-stat-card{ /* background: rgba(0, 0, 0, 0.2); */ border-radius: 8px; padding: 20px 24px; min-width: 180px; flex-shrink: 0;}
.index-entrance .domain-stat-card .stat-number{ font-size: 28px; font-weight: 700; color: #ffffff; line-height: 1.2; margin-bottom: 8px;}
.index-entrance .domain-stat-card .stat-desc{ font-size: 14px; color: rgba(255, 255, 255, 0.9); line-height: 1.4;}
.index-entrance .domain-search-form{ flex: 1; display: flex; align-items: center; gap: 12px;}
.index-entrance .domain-input{ flex: 1; height: 48px; padding: 0 16px; border: none; border-radius: 8px; font-size: 15px; color: #333; background: #ffffff; outline: none; box-sizing: border-box;}
.index-entrance .domain-input::placeholder{ color: #999;}
.index-entrance .domain-suffix-dropdown{ display: flex; align-items: center; gap: 6px; height: 48px; padding: 0 16px; background: #ffffff; border-radius: 8px; cursor: pointer; user-select: none; flex-shrink: 0; min-width: 100px; justify-content: space-between;}
.index-entrance .domain-suffix-dropdown .suffix-text{ font-size: 15px; color: #333;}
.index-entrance .domain-suffix-dropdown .dropdown-icon{ width: 12px; height: 12px; color: #666; flex-shrink: 0;}
.index-entrance .domain-search-btn{ display: flex; align-items: center; gap: 8px; height: 48px; padding: 0 24px; background: #1890ff; border: none; border-radius: 8px; color: #ffffff; font-size: 15px; font-weight: 500; cursor: pointer; transition: background 0.3s ease; flex-shrink: 0;}
.index-entrance .domain-search-btn:hover{ background: #096dd9;}
.index-entrance .domain-search-btn .search-icon{ width: 16px; height: 16px; flex-shrink: 0;}
.index-entrance .domain-info-bar{ background: #ffffff; border-radius: 0 0 12px 12px; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);}
.index-entrance .domain-quick-links{ display: flex; align-items: center; gap: 12px; flex-shrink: 0;}
.index-entrance .domain-quick-links .quick-link{ font-size: 14px; color: #666; text-decoration: none; transition: color 0.3s ease;}
.index-entrance .domain-quick-links .quick-link:hover{ color: #1890ff;}
.index-entrance .domain-quick-links .link-divider{ color: #ddd; font-size: 14px;}
.index-entrance .domain-announcement{ flex: 1; overflow: hidden; position: relative;}
.index-entrance .domain-announcement .announce-scroll-wrapper{ width: 100%; overflow: hidden;}
.index-entrance .domain-announcement .announce-scroll-content{ display: flex; gap: 30px; animation: announceScroll 30s linear infinite; white-space: nowrap;}
.index-entrance .domain-announcement .announce-scroll-content:hover{ animation-play-state: paused;}
.index-entrance .domain-announcement .announce-text{ font-size: 14px; color: #1890ff; white-space: nowrap; text-decoration: none; display: inline-block; flex-shrink: 0; transition: color 0.3s ease;}
.index-entrance .domain-announcement .announce-text:hover{ color: #096dd9;}
@keyframes announceScroll{ 0%{ transform: translateX(0);} 100%{ transform: translateX(-50%);}}
.index-entrance .domain-more-link{ font-size: 14px; color: #1890ff; text-decoration: none; flex-shrink: 0; transition: color 0.3s ease;}
.index-entrance .domain-more-link:hover{ color: #096dd9;}

/*产品 - 服务市场*/
.index-product{ padding: 90px 0 100px; background: #fafafa; overflow: hidden;min-width: 1220px;}
.index-product .service-market-header{ text-align: center; margin-bottom: 50px;}
.index-product .service-market-title{ font-size: 36px; font-weight: 700; color: var(--text-primary); margin: 0 0 16px 0; line-height: 1.3;}
.index-product .service-market-subtitle{ font-size: 18px; color: var(--text-secondary); margin: 0; line-height: 1.6;}
.index-product .service-market-content{ display: flex; gap: 20px; align-items: stretch; max-width: 1220px; margin: 0 auto;}
.index-product .service-market-main-card{ flex: 0 0 380px; background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 50%, #f0f7ff 100%); border-radius: var(--radius-lg); padding: 35px; box-shadow: 0 4px 20px rgba(24, 144, 255, 0.08); border: 1px solid rgba(24, 144, 255, 0.1); display: flex; flex-direction: column; justify-content: space-between;}
.index-product .main-card-title{ font-size: 28px; font-weight: 700; color: #1a1a1a; margin: 0 0 20px 0; line-height: 1.2;}
.index-product .main-card-desc{ font-size: 15px; color: #333333; line-height: 1.8; margin: 0 0 30px 0;}
.index-product .main-card-features{ list-style: none; margin: 0; padding: 0; flex: 1;}
.index-product .main-card-features li{ display: flex; align-items: center; gap: 12px; margin-bottom: 20px; font-size: 15px; color: #333333; line-height: 1.6;}
.index-product .main-card-features li:last-child{ margin-bottom: 0;}
.index-product .main-card-features li .check-icon{ flex-shrink: 0; color: var(--primary-color); width: 18px; height: 18px; margin-top: 0;}
.index-product .main-card-btn-wrapper{ margin-top: auto; display: flex; flex-direction: column; align-items: center; gap: 20px;}
.index-product .main-card-icon{ width: 318px; height: 108px; flex-shrink: 0; opacity: 0.85; transition: all 0.3s ease; max-width: 100%;}
.index-product .main-card-btn-wrapper:hover .main-card-icon{ opacity: 1; transform: translateY(-3px);}
.index-product .main-card-btn{ display: flex; align-items: center; justify-content: center; width: 100%; padding: 16px 36px; background: linear-gradient(135deg, #40a9ff 0%, #1890ff 50%, #096dd9 100%); color: #ffffff; border-radius: var(--radius-md); text-decoration: none; font-size: 16px; font-weight: 500; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3);}
.index-product .main-card-btn:hover{ background: linear-gradient(135deg, #52bfff 0%, #40a9ff 50%, #1890ff 100%); box-shadow: 0 6px 16px rgba(24, 144, 255, 0.4); transform: translateY(-2px);}
.index-product .main-card-btn:active{ transform: translateY(0); box-shadow: 0 2px 8px rgba(24, 144, 255, 0.3);}
.index-product .service-market-grid{ flex: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch;}
.index-product .service-card{ background: #ffffff; border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-md); border: 1px solid var(--border-light); display: flex; flex-direction: column; height: 100%;}
.index-product .service-card-title{ font-size: 20px; font-weight: 600; color: var(--text-primary); margin: 0 0 14px 0;}
.index-product .service-card-desc{ font-size: 14px; color: var(--text-secondary); line-height: 1.7; margin: 0 0 18px 0; min-height: 44px; flex: 1;}
.index-product .service-card-price{ font-size: 28px; font-weight: 700; color: var(--primary-color); margin: 0 0 14px 0; line-height: 1.2;}
.index-product .service-card-price .price-unit{ font-size: 14px; font-weight: 500; vertical-align: baseline;}
.index-product .service-card-offers{ display: flex; gap: 10px; flex-wrap: nowrap; margin-bottom: 0; width: 100%;}
.index-product .offer-tag{ display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; background: var(--primary-color); color: #ffffff; border-radius: var(--radius-sm); font-size: 14px; font-weight: 500; cursor: default; pointer-events: none; user-select: none; flex: 1; white-space: nowrap; min-width: 0;}
.index-product .service-card-btn{ display: flex; align-items: center; justify-content: center; padding: 10px 24px; background: var(--primary-color); color: #ffffff; border-radius: var(--radius-sm); text-decoration: none; font-size: 14px; font-weight: 500; align-self: center; cursor: default; pointer-events: none; user-select: none; width: 100%; box-sizing: border-box;}
.index-product .module-title{ margin-bottom: 80px; }
/*    */
/* 资质 */
.index-honor{ padding: 100px 0 120px; background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); overflow: hidden; min-width: 1220px; position: relative;}
.index-honor::before{ content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(24,144,255,0.2), transparent);}
.index-honor .container{ width: 1260px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}
.index-honor .product-system-header{ text-align: center; margin-bottom: 30px; position: relative;}
.index-honor .product-system-title{ font-size: 36px; font-weight: 700; color: #1a1a1a; margin: 0 0 16px 0; line-height: 1.3;}
.index-honor .product-system-subtitle{ font-size: 18px; color: #666666; margin: 0; line-height: 1.6; font-weight: 400;}
.index-honor .product-system-wrapper{ width: 100%; height: 588px; background: #ffffff; border-radius: 20px; padding: 40px; box-shadow: 0 8px 32px rgba(0,0,0,0.08); border: 1px solid rgba(24,144,255,0.1); box-sizing: border-box; display: flex; flex-direction: column; overflow: hidden;}
.index-honor .product-system-content{ display: flex; gap: 30px; flex: 1; overflow: hidden;}
.index-honor .product-system-nav{ flex: 0 0 200px; background: #f8fafc; border-radius: 12px; padding: 16px 0; box-shadow: 0 2px 12px rgba(0,0,0,0.04); border: 1px solid rgba(24,144,255,0.08); height: 100%; overflow-y: auto; flex-shrink: 0;}
.index-honor .product-system-grid-wrapper{ flex: 1; position: relative; overflow: hidden;}
.index-honor .product-system-grid{ display: none; grid-template-columns: repeat(3, 1fr); gap: 16px; height: 100%; overflow-y: auto; padding-right: 8px;}
.index-honor .product-system-grid.active{ display: grid;}
.index-honor .product-card{ background: #ffffff; border-radius: 16px; padding: 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); border: 1px solid rgba(24,144,255,0.08); display: flex; flex-direction: column; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden;}
.index-honor .nav-menu{ list-style: none; margin: 0; padding: 0;}
.index-honor .nav-item{ position: relative; padding: 16px 24px 16px 32px; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border-left: 3px solid transparent;}
.index-honor .nav-item::before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--primary-color); transform: scaleY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.index-honor .nav-item.active::before{ transform: scaleY(1);}
.index-honor .nav-item.active{ background: linear-gradient(90deg, rgba(24,144,255,0.08) 0%, transparent 100%);}
.index-honor .nav-item .nav-indicator{ display: none;}
.index-honor .nav-item .nav-text{ font-size: 15px; color: #666666; transition: all 0.3s ease; font-weight: 400; position: relative; z-index: 1;}
.index-honor .nav-item.active .nav-text{ color: var(--primary-color); font-weight: 600;}
.index-honor .nav-item:hover{ background: rgba(24,144,255,0.05);}
.index-honor .nav-item:hover .nav-text{ color: var(--primary-color);}
.index-honor .product-card::before{ content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary-color), var(--primary-hover)); transform: scaleX(0); transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.index-honor .product-card:hover::before{ transform: scaleX(1);}
.index-honor .product-card:hover{ box-shadow: 0 8px 32px rgba(24,144,255,0.15); transform: translateY(-4px); border-color: rgba(24,144,255,0.2);}
.index-honor .product-card.featured{ background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%); border: 2px solid rgba(24,144,255,0.15);}
.index-honor .product-card-header{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; gap: 12px; margin-bottom: 12px; flex-wrap: nowrap !important; width: 100%;}
.index-honor .product-card-icon{ width: 32px !important; height: 32px !important; min-width: 32px !important; min-height: 32px !important; max-width: 32px !important; max-height: 32px !important; margin: 0 !important; margin-bottom: 0 !important; color: var(--primary-color); flex-shrink: 0 !important; flex-grow: 0 !important; background: transparent; border-radius: 0; display: flex !important; align-items: center !important; justify-content: center !important; transition: all 0.3s ease; order: 1 !important;}
.index-honor .product-card:hover .product-card-icon{ background: transparent; transform: none;}
.index-honor .product-card-icon svg{ width: 32px !important; height: 32px !important;}
.index-honor .product-card-title{ font-size: 18px; font-weight: 700; color: #1a1a1a; margin: 0 !important; padding: 0 !important; line-height: 32px !important; height: 32px !important; min-height: 32px; flex: 1 1 auto; order: 2 !important; white-space: nowrap !important; overflow: hidden; text-overflow: ellipsis; display: block !important; align-items: center !important; vertical-align: middle; float: none !important; clear: none !important; width: auto !important; max-width: 100%;}
.index-honor .product-card-desc{ font-size: 13px; color: #666666; line-height: 1.6; margin: 0 0 16px 0; flex: 1;}
.index-honor .product-card-actions{ display: flex; gap: 10px; margin-top: auto;}
.index-honor .btn-primary-action{ display: flex; align-items: center; justify-content: center; padding: 10px 20px; background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%); color: #ffffff; border-radius: 8px; text-decoration: none; font-size: 13px; font-weight: 600; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); flex: 1; box-shadow: 0 2px 8px rgba(24,144,255,0.2); position: relative; overflow: hidden;}
.index-honor .btn-primary-action::before{ content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition: left 0.5s ease;}
.index-honor .btn-primary-action:hover::before{ left: 100%;}
.index-honor .btn-primary-action:hover{ background: linear-gradient(135deg, var(--primary-hover) 0%, var(--primary-color) 100%); box-shadow: 0 4px 12px rgba(24,144,255,0.3); transform: translateY(-1px);}
.index-honor .btn-primary-action:active{ transform: translateY(0);}
.index-honor .btn-secondary-action{ display: flex; align-items: center; justify-content: center; padding: 10px 20px; background: #f5f7fa; color: #666666; border-radius: 8px; text-decoration: none; font-size: 13px; font-weight: 500; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); flex: 1; border: 1px solid #e8eaed;}
.index-honor .btn-secondary-action:hover{ background: #ffffff; color: #333333; border-color: rgba(24,144,255,0.3); box-shadow: 0 2px 6px rgba(0,0,0,0.06);}


/*优势*/
.index-advantage{ min-width:1220px; overflow:hidden; padding: 80px 0; background: #f5f7fa;}
.index-advantage .container{ width: 1260px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}
.index-advantage .advantage-list{ position:relative;}
.index-advantage .benefits-header{ text-align: center; margin-bottom: 50px;}
.index-advantage .benefits-title{ font-size: 36px; font-weight: 700; color: #1a1a1a; margin: 0 0 16px 0; line-height: 1.5;}
.index-advantage .benefits-subtitle{ font-size: 18px; color: #666; margin: 0; line-height: 1.6;}
.index-advantage .benefits-top-cards{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; margin-bottom: 20px;}
.index-advantage .benefit-card-wrapper{ display: flex; flex-direction: column; gap: 1px;}
.index-advantage .benefit-card-small-grid{ display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 100px); gap: 1px; width: 100%;}
.index-advantage .benefit-small-card{ background: #ffffff; border-radius: 8px; padding: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); display: flex; flex-direction: column; justify-content: center; height: 100px; transition: all 0.3s ease;}
.index-advantage .benefit-small-card:hover{ box-shadow: 0 4px 12px rgba(0,0,0,0.12); transform: translateY(-2px);}
.index-advantage .small-card-title{ font-size: 16px; font-weight: 700; color: #1a1a1a; margin: 0 0 8px 0; line-height: 1.3;}
.index-advantage .small-card-desc{ font-size: 13px; color: #666; line-height: 1.5; margin: 0;}
.index-advantage .benefit-card-large{ position: relative; padding: 0; border-radius: 12px; overflow: visible; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: all 0.3s ease; height: 200px; perspective: 1000px; display: flex; align-items: center;}
.index-advantage .benefit-card-large.card-gradient-blue{ background: linear-gradient(135deg, #e6f4ff 0%, #bae0ff 100%);}
.index-advantage .benefit-card-large.card-gradient-orange{ background: linear-gradient(135deg, #fff7e6 0%, #ffe7ba 100%);}
.index-advantage .card-content{ flex: 1; padding: 30px 40px; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; height: 100%;}
.index-advantage .card-bg-pattern{ position: absolute; right: 20px; top: 20px; width: 120px; height: 120px; opacity: 0.15; pointer-events: none; z-index: 0;}
.index-advantage .block-character{ position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 100px; height: 100px; z-index: 2; flex-shrink: 0;}
.index-advantage .block-grid{ display: grid; grid-template-columns: repeat(10, 1fr); grid-template-rows: repeat(10, 1fr); gap: 2px; width: 100px; height: 100px;}
.index-advantage .block-brick{ background: transparent; border-radius: 2px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); transform: translateZ(0); opacity: 0; min-width: 0; min-height: 0;}
.index-advantage .block-brick.active{ background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%); box-shadow: 0 2px 4px rgba(0,0,0,0.2); opacity: 1; min-width: 6px; min-height: 6px;}
.index-advantage .pattern-ribbon{ background: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 30 L50 10 L90 30 L110 70 L70 90 L30 70 Z' fill='%231890ff' opacity='0.2'/%3E%3Cpath d='M20 40 L50 25 L80 40 L95 70 L65 82 L35 70 Z' fill='%231890ff' opacity='0.15'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}
.index-advantage .pattern-blocks{ background: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='15' y='15' width='25' height='25' fill='%23ff8c00' opacity='0.2' rx='3'/%3E%3Crect x='50' y='15' width='25' height='25' fill='%23ff8c00' opacity='0.2' rx='3'/%3E%3Crect x='80' y='15' width='25' height='25' fill='%23ff8c00' opacity='0.2' rx='3'/%3E%3Crect x='15' y='50' width='25' height='25' fill='%23ff8c00' opacity='0.15' rx='3'/%3E%3Crect x='50' y='50' width='25' height='25' fill='%23ff8c00' opacity='0.15' rx='3'/%3E%3Crect x='80' y='50' width='25' height='25' fill='%23ff8c00' opacity='0.15' rx='3'/%3E%3Crect x='15' y='80' width='25' height='25' fill='%23ff8c00' opacity='0.1' rx='3'/%3E%3Crect x='50' y='80' width='25' height='25' fill='%23ff8c00' opacity='0.1' rx='3'/%3E%3C/svg%3E") no-repeat center; background-size: contain;}
.index-advantage .benefits-bottom-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;}
.index-advantage .benefit-card-small{ position: relative; padding: 30px; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: all 0.3s ease; background: #ffffff; border: 1px solid #e8e8e8;}
.index-advantage .benefit-card-small:hover{ box-shadow: 0 4px 16px rgba(0,0,0,0.12); transform: translateY(-2px); border-color: #1890ff;}
.index-advantage .card-white{ background: #ffffff;}
.index-advantage .card-title{ font-size: 20px; font-weight: 700; color: #1a1a1a; margin: 0 0 12px 0; line-height: 1.3; position: relative; z-index: 1;}
.index-advantage .benefit-card-large .card-title{ font-size: 26px; margin: 0 0 12px 0; line-height: 1.4; font-weight: 700; color: #1a1a1a;}
.index-advantage .card-desc{ font-size: 14px; color: #666; line-height: 1.6; margin: 0 0 24px 0; position: relative; z-index: 1;}
.index-advantage .benefit-card-large .card-desc{ font-size: 15px; margin: 0 0 20px 0; line-height: 1.6; color: #666; flex: 1;}
.index-advantage .card-btn{ display: inline-block; padding: 10px 24px; border-radius: 6px; text-decoration: none; font-size: 14px; font-weight: 500; transition: all 0.3s ease; position: relative; z-index: 1; align-self: flex-start; margin-top: auto; overflow: hidden;}
.index-advantage .btn-blue{ background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%); color: #ffffff; border: none;}
.index-advantage .btn-blue::before{ content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition: left 0.5s ease;}
.index-advantage .btn-blue:hover::before{ left: 100%;}
.index-advantage .btn-blue:hover{ background: linear-gradient(135deg, #40a9ff 0%, #1890ff 100%); box-shadow: 0 4px 12px rgba(24,144,255,0.3);}
.index-advantage .btn-orange{ background: linear-gradient(135deg, #ff8c00 0%, #ff7a00 100%); color: #ffffff; border: none;}
.index-advantage .btn-orange::before{ content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition: left 0.5s ease;}
.index-advantage .btn-orange:hover::before{ left: 100%;}
.index-advantage .btn-orange:hover{ background: linear-gradient(135deg, #ffa940 0%, #ff8c00 100%); box-shadow: 0 4px 12px rgba(255,140,0,0.3);}

/* 解决方案 */
.cloud-product-box {
	background: #f5f7f7;
}
.cloud-product {
	padding: 80px 0px 60px 0px;
}
.cloud-product-title {
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 36px;
	color: #333;
}
.cloud-product-title.white-color {
	color: #fff;
}
.color-blue {
	color: #009fd9;
}
.solution-list {
	position: relative;
	height: 500px;
	overflow: hidden;
}

.arr-btn {
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	z-index: 99;
	display: none\0;
	*display: none;
	opacity: 0;
	-moz-opacity:0;
	-khtml-opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.solution-box:hover .arr-btn {
	display: block\0;
	*display: block;
	opacity: 1;
	-moz-opacity:1;
	-khtml-opacity: 1;
}
.arr-btn-left {
	left: 0;
}
.arr-btn-right {
	right: 0;
}
.solution-box-wraper {
	width: 100%;
	background: #292e33;
}
.solution-box {
    position: relative;
    width: 1200px!important;
    min-width: 1200px!important;
    max-width: 1200px!important;
}
.arr-btn {
	background-color: rgba(255,255,255,0.08);
}
.arr-btn i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -18px;
	display: block;
	width: 20px;
	height: 36px;
	z-index: 100;
}
.arr-btn .arr-left {
	background: url(img/index-sprite.png) no-repeat 0 -1538px;
}
.arr-btn .arr-right {
	background: url(img/index-sprite.png) no-repeat 0 -1500px;
}
.solution-list {
	width: auto!important;
}
.solution-list ul li {
	float: left;
	position: relative;
	height: 500px;
	width: 300px;
	transition: background-color .5s;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.solution-bg-li01 {
	background: url(img/cloud-photo.jpg) no-repeat center;
}
.solution-bg-li02 {
	background: url(img/finance-photo.jpg) no-repeat center;
}
.solution-bg-li03 {
	background: url(img/mobile-photo.jpg) no-repeat center;
}
.solution-bg-li04 {
	background: url(img/busin-photo.jpg) no-repeat center;
}
.solution-bg-li05 {
	background: url(img/game-photo.jpg) no-repeat center;
}
@media only screen and (max-width: 1200px) {
	.solution-list ul li {
		width: 224px;
	}
}
@media only screen and (max-width: 1017px) {
	.solution-list ul li {
		width: 224px;
	}
}
.solution-list ul li .li-bgcolor {
	height: 100%;
	position: absolute;
	width: 100%;
	background-color: #292e33;

}
.li-bgcolor.opa-5 {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}
.li-bgcolor.opa-8 {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}
.solution-list ul li > i {
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	z-index: 2;
	transition: top .5s;
	-moz-transition: top .5s;
	-webkit-transition: top .5s;
	-o-transition: top .5s;
}
.solution-list ul li > i.cloud-icon {
	background: url(img/solution-items-icon.png) no-repeat 0 0;
}
.solution-list ul li > i.finance-icon {
	background: url(img/solution-items-icon.png) no-repeat 0 -60px;
}
.solution-list ul li > i.mobile-icon {
	background: url(img/solution-items-icon.png) no-repeat 0 -120px;
}
.solution-list ul li > i.busin-icon {
	background: url(img/solution-items-icon.png) no-repeat 0 -180px;
}
.solution-list ul li > i.game-icon {
	background: url(img/solution-items-icon.png) no-repeat 0 -240px;
}
.solution-list ul li:hover > i {
	margin-left: -30px;
	width: 60px;
	height: 60px;
}
.solution-list ul li > p.solution-title {
	position: absolute;
	top: 280px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	z-index: 2;

	transition: top .5s;
	-moz-transition: top .5s;
	-webkit-transition: top .5s;
	-o-transition: top .5s;
}
.solution-list ul li > p.solution-intro {
	text-indent: 26px;
	font-size: 12px;
	height: 150px;
	padding: 0 30px;
	overflow: hidden;
	position: absolute;
	top: 282px;
	color: #fff;
	line-height: 2;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .6s;
	-moz-transition: all .6s ;
	-webkit-transition: all .6s ;
	-o-transition: all .6s ;
}
.solution-list ul li > a {
	position: absolute;
	top: 452px;
	left: 50%;
	margin-left: -59px;
	width: 118px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	z-index: 2;
	opacity: 0;

	transition: all .6s ;
	-moz-transition: all .6s ;
	-webkit-transition: all .6s ;
	-o-transition: all .6s ;
}
.solution-list ul li:hover .li-bgcolor {
	background-color: #059fff;
}
.solution-list ul li:hover i {
	top: 76px;
}
.solution-list ul li:hover p.solution-title {
	top: 168px;
}
.solution-list ul li:hover p.solution-intro {
	top: 230px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.solution-list ul li:hover a {
	top: 380px;
	opacity: 1;
	filter: alpha(opacity=100);
}





/*新闻动态*/
.index-news{ padding:75px 0 55px; overflow: hidden; min-width:1220px; background: #fafafa;}
.index-news .module-title{ margin: 0 0 60px;}
.index-news dl{ width: 380px; background: #fff; float: left; margin:0 40px 25px 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease;}
.index-news dl:last-child{ margin-right: 0; }
.index-news dl:hover{ box-shadow: 0 4px 16px rgba(0,0,0,0.12); transform: translateY(-2px);}
.index-news dt{ height: 60px; text-align: left; font-size: 20px; font-weight: 600; padding: 0 24px; background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%); display: flex; align-items: center;}
.index-news dt a{ display: block; color: #fff; line-height: 60px; text-decoration: none; width: 100%;}
.index-news dt a:after{ content: ""; display: inline-block; vertical-align: middle; width: 20px; height: 20px; margin-left: 12px; background: url("../../images/index/ico/ico2.png") center no-repeat; background-size: contain; opacity: 0.9;}
.index-news dt a:hover{ opacity: 0.95;}
.index-news dd{ padding: 20px 24px 24px; border: none; }
.index-news dd p{ height: auto; line-height: 24px; margin: 0 0 16px; padding-bottom: 16px; border-bottom: 1px solid #f0f0f0; display: flex; align-items: flex-start; gap: 12px;}
.index-news dd p:last-child{ border-bottom: none; margin-bottom: 0; padding-bottom: 0;}
.index-news dd span{ width: auto; min-width: 50px; float: none; margin: 0; text-align: left; background: transparent; color: #999; font-size: 12px; line-height: 24px; flex-shrink: 0; padding: 2px 8px; border-radius: 4px; background: #f5f5f5;}
.index-news dd a{ display: block; width: auto; float: none; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1; font-size: 14px; line-height: 24px; text-decoration: none; transition: color 0.3s ease;}
.index-news dd a:hover{ color: #1890ff;}
.index-news dd p:hover{ background: #fafafa; padding-left: 28px; margin-left: -4px; border-left: 4px solid #1890ff;}
.index-news dd p:hover span{ color: #1890ff; background: #e6f7ff; font-weight: 500;}

/*生态合作*/
.cooperation-body{ background:#000142; min-width:1220px; overflow:hidden;}
.cooperation-body img{ display:block; max-width:100%; margin:0 auto;}

.module-title { font-size: 30px; color: #000; text-align: center; }
.module-title span{ color: #059fff;}
.module-title p{ font-size: 14px; margin: 13px 0 0; color: #666666; }


.font-size-24 {
	font-size: 24px;
}
/*服务活动推广*/
.back-white {
	background: #fff;
}
.service-action-ul li {
	float: left;
	width: 25%;
	height: 120px;
}

.service-action-ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.service-action-box {
	position: relative;
}
.service-action-img {
	display: inline-block;
	margin-top: 30px;
	width: 102px;
	height: 60px;
}
.action-img1 {
	background: url(img/index-banner-sub1.png) no-repeat 0 0;
}
.action-img2{
	background: url(img/index-banner-sub2.png) no-repeat 0 0;
}
.action-img3{
	background: url(img/index-banner-sub3.png) no-repeat 0 0;
}
.action-img4{
	background: url(img/index-banner-sub4.png) no-repeat 0 0;
}
.service-action-text {
	position: absolute;
	left: 110px;
	top: 36px;
}

.service-action-title {
	font-size: 16px;
	color: #333;
}
.service-action-ul li:hover .service-action-title{
	color: #059fff;
}
.service-action-info {
	margin-top: 8px;
	width: 135px;
	font-size: 12px;
	color: #999;
}
/* 首页新闻 */
.news-ul li a {
	padding-right: 25%;
}
/*云产品*/
.cloud-product-box {
	background: #f5f7f7;
}
.cloud-product {
	padding: 80px 0px 60px 0px;
}
.cloud-product-title {
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 36px;
	color: #333;
}
.cloud-product-title.white-color {
	color: #fff;
}
.color-blue {
	color: #009fd9;
}

/*云产品样式改版*/

.cloud-product-ul {
	margin-top: 30px;
	width: 100%;
}
.cloud-product-ul li {
	position: relative;
	margin-top: 62px;
	/*margin-left: 1.5%;*/
	width: 22%;
	height: 442px;
	float: left;
	border-left: none;
	background: #fff;
	transition: width .15s ease-out;
	-moz-transition: width .15s ease-out;
	-webkit-transition: width .15s ease-out;
	-o-transition: width .15s ease-out;

}
.cloud-product-ul li:first-child {
	margin-left: 0;
}
/*未选中li样式*/
.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2;
}
.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.cloud-product-single-bottom {
	width: 100%;
	height: 340px;
}
.empty-space {
	width: 100%;
	height: 60px;
}
.single-bottom-item {
	height: 340px;
	width: 100%;
}
.single-bottom-item:first-child {
	border-right: 1px solid #eeeeee;
}
.bg-product-pic {
	margin: 0 auto;
	width: 80px;
	height: 80px;
}
.server-bg {
	background: url(img/product-pic-bg.png) no-repeat 0 0;
}
.idc-bg {
	background: url(img/product-pic-bg.png) no-repeat -80px 0;
}
.host-bg {
	background: url(img/product-pic-bg.png) no-repeat -156px 0;
}
.active-inner .server-bg {
	background: url(img/product-pic-bg.png) no-repeat 0 -80px;
}
.active-inner .idc-bg {
	background: url(img/product-pic-bg.png) no-repeat -80px -80px;
}
.active-inner .host-bg {
	background: url(img/product-pic-bg.png) no-repeat -156px -80px;
}
.product-introduce-title {
	margin-top: 20px;
	margin-bottom: 14px;
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	text-align: center;
}
.product-introduce-title.normal-weight {
	font-weight: normal;
}
.product-introduce-content {
	margin: 0 auto;
	width: 180px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	color: #999999;
}
.product-introduce-price {
	margin: 90px auto 0;
	width: 90%;
	text-align: center;
}
.active-inner-item-right .product-introduce-price {
	margin: 110px auto 0;

}
.product-introduce-advantage {
	float: left;
	margin-left: 3.5%;
	margin-bottom: 10px;
	width: 46%;
	height: 30px;
	border: 1px solid #e6e6e6;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.price-orange {
	color: #ff6600;
}
/*选中li样式*/
.normal-inner {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	padding: 20px 0;
}
.active-inner {
	display: none;
	/*filter:alpha(opacity=0);*/
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	/*min-width: 500px;*/
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.cloud-product-ul li.active .active-inner {
	display: block;
	height: 100%;
	/*filter:alpha(opacity=100);*/
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.cloud-product-ul li.active .normal-inner {
	display: none;
	/*filter:alpha(opacity=0);*/
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.cloud-product-ul li.active {
	z-index: 9;
	width: 33.8%;
	*width: 33%;
	height: 520px;
	margin-top: 20px;
	box-shadow:0px 2px 16px rgba(0, 0, 0, 0.12);

}
.active-inner-top {
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
	line-height: 80px;
	font-size: 18px;
	text-align: center;
	background-color: #00c0ef;
	color: #fff;
	font-weight: bold;
}
.active-empty-space {
	height: 120px;
}
.active-inner-item {
	width: 46.9%;
}
.active-inner-item-right.active-inner-item {
	width: 53%;
}
.active-inner-item-left {
	height: 100%;
}
.active-product-introduce-title {
	margin-top: 20px;
	font-weight: bold;
}

.product-btn-wrapper {
	margin-top: 50px;
}
.product-btn-wrapper {
	margin: 38px auto 10px;
	width: 220px;
}
.product-btn-wrapper .btn {
	float: left;
}
.buy-link-btn {
	margin-right: 18px;
	background-color: #059fff;
	color: #fff;
}
.buy-link-btn:hover {
	background-color: #0066cc;
}
.introduce-link-btn {
	border: 1px solid #059fff;
	color: #059fff;
}
.introduce-link-btn:hover {
	border: none;
	color: #fff;
	background-color: #059fff;
}
.product-tab-wrapper {
	position: absolute;
	bottom: 36px;
	left: 0;
	width: 100%;
}
.product-tab-item{
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: height .5s;
	-moz-transition: height .5s;
	-webkit-transition: height .5s;
	-o-transition: height .5s;
}
.product-tab-title {
	margin: 0 auto;
	padding-left: 40px;
	width: 90%;
	min-width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: url(img/add-icon.png) no-repeat;
	background-color: #fafafa;
	color: #666666;
}
.product-tab-item.active .product-tab-title {
	background: url(img/reduce_icon.png) no-repeat;
	background-color: #e0f9ff;
	color: #009fd9;
}
.product-tab-content {
	/*display: none;*/
	width: 200px;
	margin-top: 6px;
	margin-left: 54px;
	line-height: 22px;
	font-size: 12px;
	color: #999999;
}
.product-tab-item.active {
	height: 150px;
}
.active-inner-item-right {
	position: relative;
	height: 100%;
	background: #f7f9fa url(img/active-inner-right-bg.png) no-repeat right bottom;
}
.product-right-title {
	margin: 60px 20px 24px 20px ;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
}
.product-right-introduce {
	margin-left: 20px;
	line-height: 26px;
	font-size: 14px;
	color: #666666;
}
/*云产品样式改版------新加样式*/
/*正常盒子样式*/
.visi-hidden{
	visibility: hidden;
}
.border-1px-left{
	border-left: 1px solid #f2f2f2;
}
.border-1px-right{
	/*border-right: 1px solid #f2f2f2;*/
	border-right: 1px solid #f2f2f2;
}
.normal-inner p{
	text-align: center;
	font-size: 14px;
}
.normal-inner .container-box{
	width: 100%;
	height: 402px;
}
.normal-inner .title-area-box{
	/*height: 114px;*/
}
.normal-inner .title-icon,
.active-inner .title-icon{
	width: 50px;
	height: 50px;
	display: inline-block;
}
.normal-inner .title-icon.computed{
	background: url('./img/product_computed_icon.png') no-repeat center center;
}
.normal-inner .title-icon.idc{
	background: url('./img/product_idc.png') no-repeat center center;
}
.normal-inner .title-icon.domain{
	background: url('./img/product_domain.png') no-repeat center center;
}
.normal-inner .title-icon.cloud-safety{
	background: url('./img/product_cloud_safety.png') no-repeat center center;
}

.active-inner .title-icon.computed{
	background: url('./img/product_computed_active_icon.png') no-repeat center center;
}
.active-inner .title-icon.idc{
	background: url('./img/product_idc_active.png') no-repeat center center;
}
.active-inner .title-icon.domain{
	background: url('./img/product_domain_active.png') no-repeat center center;
}
.active-inner .title-icon.cloud-safety{
	background: url('./img/product_cloud_safety_active.png') no-repeat center center;
}

.normal-inner .title-text{
	font: bold 20px/50px 'microsoft yahei';
}
.normal-inner .line-content{
	width: 184px;
	height: 1px;
	background: #f2f2f2;
	display: inline-block;
}
.normal-inner .product-list-box{
	padding-top: 10px;
}
.normal-inner .product-item{
	height: 80px;
}
.normal-inner .pro-title{
	line-height: 32px;
}
.active-inner .pro-title{
	font-size: 16px;
}
.normal-inner .pro-charactor{
	color: #999;
}
.normal-inner .btn-icon{
	width: 14px;
	height: 12px;
	display: inline-block;
	background: url('./img/product_arrow.png') no-repeat center center /cover;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 0;
}
.normal-inner .check-detail-btn{
	width: 160px;
	height: 30px;
	border: 1px solid #ccc;
	color: #ccc;
	font: 12px/30px 'microsoft yahei';
	margin: 5px auto;
}
/*选中盒子样式*/
.active-inner{
	box-shadow:0px 2px 16px rgba(0, 0, 0, 0.12);
}
.active-inner .title-area-box{
	height: 160px;
	background: #059fff;
	padding: 40px 0 30px 0;
}
.active-inner .title-text{
	font: bold 20px/50px 'microsoft yahei';
	color: #fff;
}
.active-inner .product-item{
	height: 92px;
	padding: 18px 24px 0 24px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.active-inner .product-item:hover .inner-item{
	border: 0;
}
/*.active-inner .product-item:hover .buy-btn{*/
	/*background: #059fff;*/
	/*border-color: #059fff;*/
	/*color: #fff;*/
/*}*/
.active-inner .product-item:hover{
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.active-inner p{
	font-size: 14px;
	line-height: 30px;
}
.active-inner .product-desc{
	width: 70%;
	color: #000;
}
.active-inner .buy-box{
	width: 30%;
	padding-top: 9px;
	height: 100%;
}
.active-inner .buy-btn{
	width: 94px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ccc;
	display: inline-block;
	text-align: center;
	color: #000;
	font-size: 14px;
}
.active-inner .buy-btn.active{
	background: #059fff;
	border-color: #059fff;
	color: #fff;
}
.active-inner .buy-btn:hover{
	background: #059fff;
	border-color: #059fff;
	color: #fff;
}
.active-inner .pro-charactor{
	color: #aaa;
}
.active-inner .sales-icon{
	width: 34px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 2px;
	background: url('./img/product_hot.png') no-repeat center center;
}
.active-inner .new-icon{
	width: 34px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 2px;
	background: url('./img/product_new.png') no-repeat center center;
}
.active-inner .inner-item{
	border-bottom: 1px solid #eee;
	height: 100%;
}
.product-item-inner {
	height: 74px;
	border-bottom: 1px solid #eee;
}
.active-inner .product-item:hover .product-item-inner {
	border: none;
}

/*解决方案*/
.solution-bgcolor {
	background: #f5f5f5;
}
.partners-section{ width: 1280px; margin: 0 auto; padding: 60px 20px; box-sizing: border-box;}
.partners-header{ text-align: center; margin-bottom: 40px;}
.partners-title{ font-size: 36px; font-weight: bold; color: #1a1a1a; margin: 0 0 12px; line-height: 1.2;}
.partners-subtitle{ font-size: 16px; color: #1a1a1a; margin: 0; line-height: 1.5;}
.partners-logo-rows{ display: flex; flex-direction: column; gap: 16px; width: 100%;}
.partner-row{ width: 100%; overflow: hidden; position: relative;}
.partner-row::before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; background: linear-gradient(to right, #f5f5f5, transparent);}
.partner-row::after{ content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; background: linear-gradient(to left, #f5f5f5, transparent);}
.partner-row-scroll{ display: flex; gap: 16px; width: fit-content;}
.partner-scroll-left{ animation: scrollLeft 30s linear infinite;}
.partner-scroll-right{ animation: scrollRight 30s linear infinite;}
@keyframes scrollLeft{ 0%{ transform: translateX(0);} 100%{ transform: translateX(-50%);}}
@keyframes scrollRight{ 0%{ transform: translateX(-50%);} 100%{ transform: translateX(0);}}
.partner-logo-item{ display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 168px; height: 58px;}
.partner-logo-item:hover{ opacity: 0.8;}
.partner-logo{ width: 168px; height: 58px; object-fit: contain;}
.solution-bgcolor .cloud-product-title span{
	color: #333;
	font-size: 36px;
}
.solution-bgcolor .cloud-product-title span {
	border-color: #fff;
}
.cloud-product-introduce-wrapper {
	height: 300px;
}
.cloud-product-introduce-item {
	width: 32%;
	height: 240px;
	margin-left: 1.5%;

}

.cloud-product-introduce-item:hover {
	box-shadow:0px 2px 16px rgba(0, 0, 0, 0.12);
}
.cloud-product-introduce-item:first-child {
	margin-left: 0;
}
.cloud-item-bg {
	margin: 30px auto 0;
	width: 100px;
	height: 100px;
	background: url(img/cloud-product-bg.png) no-repeat 0 0;
}

.cloud-item-bg2 {
	background-position: -100px 0;
}
.cloud-item-bg3 {
	background-position: -200px 0;
}
.cloud-product-introduce-item:hover .cloud-item-bg1 {
	background-position:0 -100px;

}
.cloud-product-introduce-item:hover .cloud-item-bg2 {
	background-position:-100px -100px;

}
.cloud-product-introduce-item:hover .cloud-item-bg3 {
	background-position:-200px -100px;

}
.product-introduce-item-title {
	margin: 30px 0 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.cloud-product-introduce-item:hover .product-introduce-item-title {
	color: #059fff;
}
.product-introduce-item-introduce {
	height: 14px;
	text-align: center;
	line-height: 14px;
	font-size: 14px;
	color: #999;
}
.solution-list {
	position: relative;
	height: 400px;
	overflow: hidden;
}

.arr-btn {
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	z-index: 99;
	display: none\0;
	*display: none;
	opacity: 0;
	-moz-opacity:0;
	-khtml-opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.solution-box:hover .arr-btn {
	display: block\0;
	*display: block;
	opacity: 1;
	-moz-opacity:1;
	-khtml-opacity: 1;
}
.arr-btn-left {
	left: 0;
}
.arr-btn-right {
	right: 0;
}
.solution-box-wraper {
	width: 100%;
	background: #292e33;
}
.solution-box {
	position: relative;
}
.arr-btn {
	background-color: rgba(255,255,255,0.08);
}
.arr-btn i {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -18px;
	display: block;
	width: 20px;
	height: 36px;
	z-index: 100;
}
.arr-btn .arr-left {
	background: url(img/index-sprite.png) no-repeat 0 -1538px;
}
.arr-btn .arr-right {
	background: url(img/index-sprite.png) no-repeat 0 -1500px;
}
.solution-list {
	width: auto!important;
}
.solution-list ul li {
	float: left;
	position: relative;
	height: 500px;
	width: 300px;
	transition: background-color .5s;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.solution-bg-li01 {
	background: url(img/cloud-photo.jpg) no-repeat center;
}
.solution-bg-li02 {
	background: url(img/finance-photo.jpg) no-repeat center;
}
.solution-bg-li03 {
	background: url(img/mobile-photo.jpg) no-repeat center;
}
.solution-bg-li04 {
	background: url(img/busin-photo.jpg) no-repeat center;
}
.solution-bg-li05 {
	background: url(img/game-photo.jpg) no-repeat center;
}
@media only screen and (max-width: 1200px) {
	.solution-list ul li {
		width: 224px;
	}
}
@media only screen and (max-width: 1017px) {
	.solution-list ul li {
		width: 224px;
	}
}
.solution-list ul li .li-bgcolor {
	height: 100%;
	position: absolute;
	width: 100%;
	background-color: #292e33;

}
.li-bgcolor.opa-5 {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}
.li-bgcolor.opa-8 {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}
.solution-list ul li > i {
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	z-index: 2;
	transition: top .5s;
	-moz-transition: top .5s;
	-webkit-transition: top .5s;
	-o-transition: top .5s;
}
.solution-list ul li > i.cloud-icon {
	background: url(img/solution-items-icon.png) no-repeat 0 0;
}
.solution-list ul li > i.finance-icon {
	background: url(img/solution-items-icon.png) no-repeat 0 -60px;
}
.solution-list ul li > i.mobile-icon {
	background: url(img/solution-items-icon.png) no-repeat 0 -120px;
}
.solution-list ul li > i.busin-icon {
	background: url(img/solution-items-icon.png) no-repeat 0 -180px;
}
.solution-list ul li > i.game-icon {
	background: url(img/solution-items-icon.png) no-repeat 0 -240px;
}
.solution-list ul li:hover > i {
	margin-left: -30px;
	width: 60px;
	height: 60px;
}
.solution-list ul li > p.solution-title {
	position: absolute;
	top: 280px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	z-index: 2;

	transition: top .5s;
	-moz-transition: top .5s;
	-webkit-transition: top .5s;
	-o-transition: top .5s;
}
.solution-list ul li > p.solution-intro {
	text-indent: 26px;
	font-size: 12px;
	height: 150px;
	padding: 0 30px;
	overflow: hidden;
	position: absolute;
	top: 282px;
	color: #fff;
	line-height: 2;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .6s;
	-moz-transition: all .6s ;
	-webkit-transition: all .6s ;
	-o-transition: all .6s ;
}
.solution-list ul li > a {
	position: absolute;
	top: 452px;
	left: 50%;
	margin-left: -59px;
	width: 118px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	z-index: 2;
	opacity: 0;

	transition: all .6s ;
	-moz-transition: all .6s ;
	-webkit-transition: all .6s ;
	-o-transition: all .6s ;
}
.solution-list ul li:hover .li-bgcolor {
	background-color: #059fff;
}
.solution-list ul li:hover i {
	top: 76px;
}
.solution-list ul li:hover p.solution-title {
	top: 168px;
}
.solution-list ul li:hover p.solution-intro {
	top: 230px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.solution-list ul li:hover a {
	top: 380px;
	opacity: 1;
	filter: alpha(opacity=100);
}


/* 证书 */
.free-certificate {
	height: 140px;
	background: #00bbff;
}
.swiper-wrapper {
	position: relative;
	height: 140px;
	overflow: hidden;
}
.swiper-slide {
	position: relative;
	left: 0;
	width: 100%;
	height: 140px;
	overflow: hidden;
	/*transform: all .2s;*/
}
.swiper-bar {
	float: left;
	margin: 0 10px;
	width: 30px;
	height: 13px;
	border-top: 3px solid #fff;
	background: transparent;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.swiper-bar.active {
	opacity: 1;
	filter: alpha(opacity=100);
}
@media only screen and (max-width: 1018px ) {
	.certificat-item {
	float: left;
	width: 250px;
	height: 140px;
	*width: 249px;
}
}
.certificat-item {
	float: left;
	width: 300px;
	height: 140px;
	*width: 300px;
}
.certificat-item-wrapper {
	width: 92%;
	height: 100%;
	margin: 0 auto;
}
.certificat-item-inner {
	float: left;
}
.certificat-pic {
	margin-top: 42px;
	width: 64px;
	height: 64px;
}
.certificat-pic1 {
	background: url(img/index-sprite.png) no-repeat 0 -1636px;
}
.certificat-pic2 {
	background: url(img/index-sprite.png) no-repeat 0 -1701px;
}
.certificat-pic3 {
	background: url(img/index-sprite.png) no-repeat 0 -1765px;
}
.certificat-pic4 {
	background: url(img/index-sprite.png) no-repeat 0 -1829px;
}
.certificat-pic5 {
	background: url(img/index-sprite.png) no-repeat 0 -1572px;
}
.certificat-introduce {
	margin: 55px 0 0 10px ;
	width: 150px;
	height: 80px;
}
.certificat-introduce p {
	color: #fff;
}
.certificat-introduce-top {
	height: 16px;
	line-height: 16px;
	font-size: 16px;
}
.certificat-introduce-bottom {
	margin-top: 12px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	white-space: nowrap;
}
.certificat-item1 {

}
.certificat-pagination {
	height: 70px;
}
.certificat-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	border-radius: 0;
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.certificat-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*合作伙伴*/
.cooperative-partner {
	background: #f5f7f7;
}
.cooperative-partner-list {
	margin-top: 26px;
}
.cooperative-partner-list li {
	float: left;
	width: 24%;
	height: 130px;
	margin: 10px 0px 0px 1%;
}
.cooperative-partner-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	/*border-radius: 3px;*/
	/*border: 1px solid #eee;*/
	text-align: center;
	vertical-align: middle;
	line-height: 130px;
	background: #fff;
	cursor: default;
}
.cooperative-partner-list li a img {
	vertical-align: middle;
}
.cooperative-partner-list li a img.transiform-img {
	width: 160px;
	height: 90px;
	transform: scale(0.9);
	-o-transition: all 0.4s ;
	-ms-transition: all 0.4s ;
	-webkit-transition: all 0.4s ;
	transition: all 0.4s ;
}
.cooperative-partner-list li a:hover {
	/*border: 1px solid #009fd9;*/
	box-shadow:0px 2px 16px rgba(0, 0, 0, 0.12);
}
.cooperative-partner-list li a:hover img.transiform-img{
	/*border: 1px solid #009fd9;*/
	transform: scale(1.0);
}
.cooperative-partner-list li:nth-child(4n+1) {
	margin: 10px 0px 0px 0px;
}
/*新闻动态*/
.news-trends {
	background: #fff;
}
.news-trends-list {
	margin-top: 46px;
}
.press-release {
	float: left;
	width: 31.33%;
	margin-left: 2%;
}
.activity-title img {
 	/*padding: 0px 5%;*/
	height: 140px;
}

.press-release:first-child {
	margin-left: 0px;
}
.press-release:hover .press-news-pic{
	box-shadow: 0 2px 16px rgba(0,0,0,0.12);
}
.press-release-title {
	position: relative;
	padding: 0px 20px;
	height: 36px;
	border-left: 3px solid #000;
	line-height: 36px;
	border-radius: 3px;
	background: #f7f7f7;
	font-size: 16px;
	color: #333;
}
.release-title1 {
	border-left-color: #ff4400;
}
.release-title2 {
	border-left-color: #009fd9;
}
.release-title3 {
	border-left-color: #ff9900;
}
.press-release-title a {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 12px;
	color: #999;
}
.press-news-pic {
	position: relative;
	display: block;
	margin: 20px auto 0;
	width: 90%;
	height: 160px;
	overflow: hidden;
}
.press-news-picbg {
	/*position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin-left: -173px;
	margin-top: -80px;*/
	height: 100%;
	width: 346px;
	background-size: cover;
	background-position: center;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.press-news-pic:hover .press-news-picbg{
	/*background-size: initial;*/
	/*margin-left: -190px;
	margin-top: -44px;
	height: 88px;
	width: 381px;*/
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.press-newspicbg-title-bg {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	opacity: 0.8;
	background-color: #059fff;
}
.press-newspicbg-title {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;


}
.press-release-list li a:hover span,
.press-release-list li a.active span{
	color: #009fd9;
}
.press-release-list {
	width: 90%;
	margin: 0 auto;
	height: 174px;
}
.press-release-list li{
	margin-top: 10px;
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.press-release-list li:first-child {
	margin-top: 20px;
}
.press-release-list li a {
	display: block;
}
.press-release-list li a i {
	float: left;
	width: 21%;
	font-style: normal;
	font-size: 14px;
	color: #999;
	white-space: nowrap;
}
.press-release-list li a span {
	float: left;
	width: 76%;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.activity-title {
	margin-top: 16px;
	text-align: center;

}
.activity-title a {
	display: block;
	margin: 0 auto;
	width: 340px;
	/*height: 218px;*/
	height: 230px;
	overflow: hidden;
}
.activity-title a img {
	width: 100%;
	height: 100%;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.activity-title a img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.free-registration {
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 60px 0px 40px 0px;
}
.free-registration a {
	display: inline-block;
	padding: 0px 42px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #009fd9;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.free-registration a:hover {
	background: #ff8800;
}
/*服务平台*/
.map-service-wrapper {
	padding: 0;
}
.map-service {
	position: relative;
	padding: 80px 0;
	background: #ffffff;
}
.map-service .container{ width: 100%; max-width: 100%; margin: 0; padding: 0; box-sizing: border-box;}
.map-service .infrastructure-header{ width: 1260px; margin: 0 auto 50px; padding: 0 20px; box-sizing: border-box; text-align: center;}
.map-service .infrastructure-title{ font-size: 36px; font-weight: 700; color: #1a1a1a; margin: 0 0 16px 0; line-height: 1.5;}
.map-service .infrastructure-subtitle{ font-size: 18px; color: #666; margin: 0; line-height: 1.6;}
.map-service .infrastructure-content{ width: 1260px; margin: 0 auto 6px; padding: 0 20px; box-sizing: border-box; display: flex; gap: 40px; align-items: flex-start;}
.map-service .infrastructure-stats{ flex: 0 0 400px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;}
.map-service .stat-item{ padding: 30px 20px; text-align: left;}
.map-service .stat-number{ font-size: 36px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; line-height: 1.2;}
.map-service .stat-unit{ font-size: 16px; font-weight: 700;}
.map-service .stat-label{ font-size: 16px; color: #1a1a1a; line-height: 1.5; font-weight: 500;}
.map-service .world-map-container{ flex: 1; padding: 6px 0; min-height: 400px; position: relative;}
.map-service .world-map{ width: 100%; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;}
.map-service .world-map img{ width: 100%; height: 100%; max-width: 100%; object-fit: contain; position: relative; z-index: 1;}
.map-service .world-map::before{ content: ""; position: absolute; top: 0; left: 0; right: 0; height: 16px; z-index: 2; pointer-events: none; background: linear-gradient(to bottom, #fff, transparent);}
.map-service .world-map::after{ content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 16px; z-index: 2; pointer-events: none; background: linear-gradient(to top, #fff, transparent);}
.map-service .world-map-container::before{ content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 16px; z-index: 2; pointer-events: none; background: linear-gradient(to right, #fff, transparent);}
.map-service .world-map-container::after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 16px; z-index: 2; pointer-events: none; background: linear-gradient(to left, #fff, transparent);}
.map-service .compliance-certifications{ width: 1280px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; display: grid; grid-template-columns: repeat(6, 1fr); gap: 3px;}
.map-service .cert-item{ padding: 24px 16px; text-align: center; display: flex; flex-direction: column; justify-content: center; min-height: 120px;}
.map-service .cert-image{ width: auto; height: 60px; max-width: 100%; margin: 0 auto 16px; object-fit: contain; display: block;}
.map-service .cert-text{ font-size: 13px; color: #666; line-height: 1.6; flex: 1;}
.map-service-left {
	margin: 0 auto 50px;
	width: 300px;
}
.data-list {
	width: 100%;
}
.data-list-li {
	float: left;
	margin-left: 20px;
}
.data-list-li a {
	display: block;
	text-decoration: none;
}
.data-list-title {
	width: 100%;
	padding-left: 50px;
	margin-bottom: 4px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #059fff;
	background: url(img/data_list_icon_active.png) no-repeat 20px center ;

}
.data-list-title.list-title-3 {
	background: url(img/data_list_icon_waite.png) no-repeat 20px center;
	color: #14cc45;
}
.map-product {
	padding-bottom: 30px;
}
.map-service-box{
	position: relative;
}
.world-map-wrapper {
	/*margin-top: 10px;*/
	width: 100%;
	height: 601px;
	background: url(img/world-map-bg.png) no-repeat center;
}
.world-map {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
.region-list {
	position: absolute;
	left: 0px;
	top: 0px;
}

@keyframes warn {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	30% {
		transform: scale(0);
		opacity: 0.1;
	}
	60% {
		transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		transform: scale(1);
		opacity: 0.0;
	}
}
@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	30% {
		transform: scale(0);
		opacity: 0.1;
	}
	60% {
		transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}
@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	30% {
		transform: scale(0);
		opacity: 0.1;
	}
	60% {
		transform: scale(0.5);
		opacity: 0.5;
	}

	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}

.area-box .dot {
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 16px;
	height: 16px;
	/*background: url("img/area_min.png") no-repeat center;*/
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #14cc45;
	opacity: 1;
	filter: alpha(opacity=100);
}
.area-box .pulse {
	display: inline-block;
	position: absolute;
	top: -36px;
	left: -36px;
	height: 88px;
	width: 88px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	background: #14cc45;
	opacity: 0.12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.region-list.active .area-box .dot {
	background: #059fff;
}
.region-list.active .area-box .pulse {
	background: #059fff;
}
.region-list.waite .area-box .dot {
	background: #ff9900;
}
.region-list.waite .area-box .pulse {
	background: #ff9900;
}
.show-regin {
	position: absolute;
	left: 2px;
	height: 0px;
	top: 0px;
	width: 11px;
	opacity:0;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.online-node .show-regin,
.region-list:hover .show-regin {
	height: 127px;
	opacity: 1;
}
.waite-node .show-regin,
.region-list:hover .show-regin {
	height: 127px;
	opacity: 1;
}
.underline-node .show-regin,
.region-list:hover .show-regin {
	height: 127px;
	opacity: 1;
}
.show-regin span {

	width: 80px;
	display: inline-block;
	position: absolute;
	left: -34px;
	top: -34px;
	padding: 6px 10px;
	font-size: 12px;
	color: #fff;
	background: #a2a9b4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align:center;
}
.postition-10 .show-regin span {
	left: -5px;
}
.postition-6 .show-regin span {
	left: -63px;
}
.area-box {
	z-index: 77;
}
.show-regin {
	z-index: 66;
}

.region-list.active .show-regin span {
	position: relative;
	color: #fff;
	background: #009fd9;
}
.region-list.active .show-regin span:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -10px;
	border: 6px solid transparent;
	border-top-color: #009fd9;
}
.postition-10.region-list.active .show-regin span:before {
	left: 11px;
	margin-left: -6px;
}
.postition-6.region-list.active .show-regin span:before {
	left: 69px;
	margin-left: -6px;
}
.region-list.waite .show-regin span {
	color: #fff;
	background: #ff9900;
}
.region-list.waite .show-regin span:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -10px;
	border: 6px solid transparent;
	border-top-color: #ff9900;
}
.region-list.underline-node .show-regin span:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -10px;
	border: 6px solid transparent;
	border-top-color: #a2a9b4;
}
.region-position-introduce {
	position: absolute;
	font-size: 16px;
	color: #808080;
}
.postition-1 {
	left: 50px;
	top: 126px;
}
.postition-2 {
	left: 179px;
	top: 230px;
}
.postition-3 {
	left: 258px;
	top: 443px;
}
.postition-4 {
	left: 545px;
	top: 206px;
}
.postition-5 {
	left: 829px;
	top: 230px;
}
.postition-6 {
	left: 884px;
	top: 222px;
}
.postition-introduce-6 {
	left: 906px;
	top: 202px;
}
.postition-7 {
	left: 871px;
	top: 272px;
}
.postition-introduce-7 {
	left: 896px;
	top: 272px;
}
.postition-8 {
	left: 855px;
	top: 311px;
}
.postition-introduce-8 {
	left: 872px;
	top: 321px;
}
.postition-9 {
	left: 832px;
	top: 302px;
}
.postition-introduce-9 {
	left: 796px;
	top: 316px;
}
.douhao {
	display: inline-block;
	width: 0px;
}






















