﻿@charset "utf-8";

/************* Banner *************/
.Banner { width: 100%; margin: 0 auto; text-align: center; overflow: hidden;margin-top:50px; }


/* focus */

.focus { width: 100%; margin: 0 auto; position: relative; overflow: hidden; }
.focus .hd { width: 100%; height: 5px; position: absolute; z-index: 1; bottom: 0; text-align: center; }
.focus .hd ul { overflow: hidden; display: -moz-box; display: -webkit-box; display: box; height: 5px; background-color: rgba(51,51,51,0.5); }
.focus .hd ul li { -moz-box-flex: 1; -webkit-box-flex: 1; font-size: 0 }
.focus .hd ul .on { background: #f96b17; }
.focus .bd { position: relative; z-index: 0; }
.focus .bd li img { width: 100%; }
.focus .bd li a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */ }

/************* Sy_cpyy *************/
.Sy_cpyy { width: 100%; margin: 0 auto; text-align: center; overflow: hidden; }
.Sy_cpyy .dvs { width: 100%; margin: 0 auto; text-align: center; overflow: hidden; }

.Sy_cpyy .dvs .Sy_bmxlbk { width: 100%; margin: 0 auto; text-align: center; overflow: hidden; position: relative; }
.Sy_cpyy .dvs .Sy_bmxlbk .pt { width: 100%; margin: 0 auto; text-align: center; overflow: hidden; }
.Sy_cpyy .dvs .Sy_bmxlbk .pt img { width: 100%; }

.Sy_cpyy .dvs .Sy_bmxlbk .djan { width: 20%; margin: 0 auto; text-align: center; overflow: hidden;position: absolute; top: 150px; left:10%; }
.Sy_cpyy .dvs .Sy_bmxlbk .djan .wztz { width: 100%; background-color: #3e6ae1; padding: 15px 0; border-radius: 0px; margin-bottom: 20px; }
.Sy_cpyy .dvs .Sy_bmxlbk .djan .lz { width: 100%; background-color: #fff; padding: 15px 0; border-radius: 0px; margin-bottom: 20px; }

.Sy_cpyy .dvs .Sy_bmxlbk .djan .wztz a { width: 100%; color: #fff; }
.Sy_cpyy .dvs .Sy_bmxlbk .djan .wztz a:hover { width: 100%; color: #fff; }

.Sy_cpyy .dvs .Sy_bmxlbk .djan .lz a { width: 100%; color: #393c41; }
.Sy_cpyy .dvs .Sy_bmxlbk .djan .lz a:hover { width: 100%; color: #3e6ae1; }


/************* Sy_news *************/

.Sy_news { width: 100%; margin: 0 auto; text-align: center; overflow: hidden;  }

.container { max-width: 1500px; margin: 0 auto; padding: 20px; margin-top: 50px; margin-bottom: 80px; }

.section-header { text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; }

.section-header h2 { font-size: 32px; color: #1e63b3; font-weight: 700; letter-spacing: 2px; text-shadow: 1px 1px 2px rgba(0,0,0,0.1); }

.section-header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(to right, #1e63b3, #3498db); border-radius: 3px; }

.news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.news-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 470px; display: flex; flex-direction: column; }

.news-card:hover { transform: translateY(-10px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15); }

.card-image { height: 200px; overflow: hidden; position: relative; }

.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }

.news-card:hover .card-image img { transform: scale(1.05); }

.category-tag { position: absolute; top: 15px; left: 15px; background-color: rgba(30, 99, 179, 0.85); color: white; padding: 5px 15px; border-radius: 30px; font-size: 14px; font-weight: 600; z-index: 2; }

.card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }

.card-content h3 { font-size: 18px; color: #2c3e50; margin-bottom: 12px; overflow: hidden; font-weight: 700; line-height: 1.4; text-align: left; transition: color 0.3s; display: -webkit-box; -webkit-line-clamp: 2; /* 控制显示的行数 */ -webkit-box-orient: vertical; text-overflow: ellipsis; }

.news-card:hover .card-content h3 { color: #1e63b3; }

.news-date { display: flex; align-items: center; color: #7f8c8d; font-size: 14px; margin-bottom: 12px; }

.news-date i { margin-right: 8px; color: #1e63b3; }

.news-excerpt { color: #555; font-size: 14px; line-height: 1.7; margin-bottom: 20px; flex-grow: 1; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;text-align:left; }

.news-btn { text-align: center; padding: 10px 15px; background-color: #ecf0f1; color: #34495e; text-decoration: none; border-radius: 5px; font-size: 14px; font-weight: 600; display: block; transition: all 0.3s ease; border: none; cursor: pointer; }

.news-btn:hover { background-color: #1e63b3; color: white; transform: translateY(-2px); box-shadow: 0 5px 10px rgba(30, 99, 179, 0.2); }


/************* Sy_gywm *************/

.Sy_gywm { width: 100%; margin: 0 auto; text-align: center; overflow: hidden;}

.company-module { display: flex; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); height: 600px; }

/* 左侧公司介绍区域 */
.about-section { flex:0 0 580px; background: white; padding: 45px 40px; position: relative; z-index: 10;text-align:left; }

.about-title { font-size: 2.4rem; color: #222; font-weight: 700; margin-bottom: 25px; position: relative; padding-bottom: 10px; }

.about-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 60px; height: 3px; background: #1a56bb; }

.company-name { font-size: 1.8rem; color: #1a56bb; font-weight: 600; margin-bottom: 5px; }

.company-name-en { font-size: 1.1rem; color: #666; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; }

.company-description { margin-bottom: 20px; padding-right:20px;overflow:hidden; }
.company-description p { color: #444; line-height:200%; font-size: 22px; }

.more-btn { display: inline-block; background: #1a56bb; color: white; padding: 12px 32px; border-radius: 30px; font-size: 1.1rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; margin-top: 20px; box-shadow: 0 4px 12px rgba(26, 86, 187, 0.25); }

.more-btn:hover { background: #143d8d; transform: translateY(-3px); box-shadow: 0 6px 15px rgba(26, 86, 187, 0.35); }

/* 中间核心技术分隔区 */
.tech-divider { background: #4d545c; width: 120px; writing-mode: vertical-rl; text-orientation: mixed; display: flex; align-items: center; justify-content: center; padding: 30px 0; }

.divider-text { color: white; font-size: 2.2rem; font-weight: 600; letter-spacing: 5px; }

/* 右侧核心技术展示区 */
.tech-section { background: white; flex: 1.2; padding: 40px 20px; display: flex; flex-direction: column; justify-content: space-between; }

.tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; height: 100%; }

.tech-card { background: #f9fafb; border-radius: 10px; padding: 25px 20px; transition: all 0.4s ease; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }

.tech-card:hover { transform: translateY(-10px); box-shadow: 0 15px 25px rgba(26, 86, 187, 0.15); background: #f0f7ff;cursor:pointer; }

.tech-icon { width: 180px; height: 180px; background: #fff; border:10px solid #1e63b3; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 0%; margin-bottom: 60px; transition: all 0.3s ease; overflow: hidden; }
.tech-icon img { width: 90%; }

.tech-card:hover .tech-icon { background: #143d8d; transform: scale(1.05); }

.tech-icon i { color: white; font-size: 2.5rem; overflow: hidden;}

.tech-title { font-size: 1.4rem; color: #1a56bb; font-weight: 700; margin-bottom: 15px; }

.tech-description { color: #555; line-height: 1.6; font-size: 0.95rem; flex-grow: 1; text-align: left; padding:20px; }

.network-card { grid-column: 1 / span 3; background: #edf5ff; border: 2px solid #d3e3fd; }
   