img { max-width: 100%; }
.sect { text-align: center; margin-bottom: 20px; }
.sect h2 { font-size: 2.25rem; font-weight: bold; display: flex; align-items: center; justify-content: center; }
.aline { width: 40px; height: 5px; background-color: #cc0000; }
.nyabout .section-title { flex-direction: column; align-items: flex-start; }
.mcon { padding: 50px 0; }
.zzry { padding: 50px 0; background: url(../images/rybg.jpg) no-repeat center center; }
.zzry .sect h2 { color: #ffffff; background: url(../images/tit.png) no-repeat center center; }
.culture-wrap { width: 100%; min-height: 100vh; background-image: url('../images/whbg.jpg'); background-size: cover; background-position: center; position: relative; display: flex; align-items: center; justify-content: center; padding: 40px 0; }
/* 主容器：默认三列布局 */
.culture-container { width: 100%; max-width: 1600px; display: grid; grid-template-columns: 1fr 500px 1fr; align-items: center; gap: 40px; position: relative; }
/* 中心主圆 */
.center-circle { position: relative; width: 500px; height: 500px; margin: 0 auto; }
.circle-outer { width: 500px; height: 500px; border-radius: 50%; border: 1px dashed #0066cc; position: absolute; top: 0; left: 0; transition: all 0.4s ease; }
.circle-outer:hover { transform: scale(1.02); box-shadow: 0 0 20px rgba(0,102,204,0.2); }
.circle-middle { width: 420px; height: 420px; background: #cce5ff; border-radius: 50%; position: absolute; top: 40px; left: 40px; }
.circle-inner { width: 340px; height: 340px; background: #0066cc; border-radius: 50%; position: absolute; top: 80px; left: 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; transition: all 0.4s ease; }
.circle-inner:hover { transform: scale(1.03); }
.circle-inner h2 { font-size: 42px; font-weight: bold; margin-bottom: 12px; }
.circle-inner p { font-size: 24px; letter-spacing: 2px; }
/* 四个图标点位 */
.icon-point { width: 80px; height: 80px; background: #d92121; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; color: #fff; font-size: 36px; transition: all 0.3s ease; cursor: pointer; }
.icon-point:hover { transform: scale(1.15); box-shadow: 0 4px 15px rgba(217,33,33,0.4); }
.icon-top-left { top: 20px; left: 20px; }
.icon-top-right { top: 20px; right: 20px; }
.icon-bottom-left { bottom: 20px; left: 20px; }
.icon-bottom-right { bottom: 20px; right: 20px; }
/* 左右文本区域 */
.text-card { padding: 20px; transition: all 0.3s ease; }
.text-card:hover { transform: translateY(-4px); }
.text-card h3 { font-size: 32px; color: #222; margin-bottom: 8px; }
.text-card .en-title { font-size: 14px; color: #666; margin-bottom: 20px; letter-spacing: 1px; }
.text-card .slogan { font-size: 20px; color: #222; font-weight: 500; margin-bottom: 16px; }
.text-card .desc { font-size: 15px; line-height: 1.7; color: #444; }
.left-col, .right-col { display: flex; flex-direction: column; gap: 60px; }
/* 图标样式 */
.icon { display: inline-block; width: 40px; height: 40px; stroke: #fff; stroke-width: 2.5; fill: none; }
@media (max-width: 1200px) {
.culture-container { grid-template-columns: 1fr 400px 1fr; gap: 30px; }
.center-circle { width: 400px; height: 400px; }
.circle-outer { width: 400px; height: 400px; }
.circle-middle { width: 340px; height: 340px; top: 30px; left: 30px; }
.circle-inner { width: 280px; height: 280px; top: 60px; left: 60px; }
.circle-inner h2 { font-size: 36px; }
.circle-inner p { font-size: 20px; }
.icon-point { width: 70px; height: 70px; }
.text-card h3 { font-size: 28px; }
.left-col, .right-col { gap: 40px; }
}
 @media (max-width: 992px) {
.culture-container { grid-template-columns: 1fr; gap: 50px; }
.center-circle { order: -1; /* 让中心圆显示在最上方 */ width: 380px; height: 380px; }
.circle-outer { width: 380px; height: 380px; }
.circle-middle { width: 320px; height: 320px; top: 30px; left: 30px; }
.circle-inner { width: 260px; height: 260px; top: 60px; left: 60px; }
.left-col, .right-col { gap: 30px; max-width: 600px; margin: 0 auto; }
}
@media (max-width: 576px) {
.culture-wrap { padding: 30px 15px; }
.center-circle { width: 300px; height: 300px; }
.circle-outer { width: 300px; height: 300px; }
.circle-middle { width: 250px; height: 250px; top: 25px; left: 25px; }
.circle-inner { width: 200px; height: 200px; top: 50px; left: 50px; }
.circle-inner h2 { font-size: 28px; }
.circle-inner p { font-size: 16px; }
.icon-point { width: 55px; height: 55px; }
.icon { width: 30px; height: 30px; }
.text-card { padding: 10px; }
.text-card h3 { font-size: 24px; }
.text-card .slogan { font-size: 18px; }
.text-card .desc { font-size: 14px; }
.left-col, .right-col { gap: 25px; }
}
 @media (max-width: 350px) {
.center-circle { width: 260px; height: 260px; }
.circle-outer { width: 260px; height: 260px; }
.circle-middle { width: 210px; height: 210px; }
.circle-inner { width: 160px; height: 160px; }
}
.contact-card { background: #ffffff; border-radius: 16px; padding: 60px 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; margin-bottom: 80px; }
.contact-card:hover { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12); }
/* 左侧联系信息 */
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.info-item { display: flex; align-items: center; gap: 16px; padding-bottom: 24px; border-bottom: 1px solid #e8e8e8; transition: transform 0.2s ease; }
.info-item:last-of-type { border-bottom: none; padding-bottom: 0; }
.info-item:hover { transform: translateX(6px); }
/* 图标样式 */
.icon-box { width: 48px; height: 48px; border-radius: 50%; border: 2px solid #1677ff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background-color 0.3s ease; }
.info-item:hover .icon-box { background-color: #1677ff; }
.icon-box svg { width: 22px; height: 22px; fill: #1677ff; transition: fill 0.3s ease; }
.info-item:hover .icon-box svg { fill: #fff; }
/* 文字内容 */
.info-text h4 { font-size: 20px; color: #333; font-weight: 500; margin-bottom: 6px; }
.info-text span { font-size: 18px; font-weight: 400; color: #666; }
.info-text .phone { font-size: 26px; color: #f5222d; font-weight: 600; letter-spacing: 1px; }
.info-text .address { font-size: 18px; color: #555; }
/* 右侧二维码区域 */
.qr-group { display: flex; justify-content: space-around; align-items: flex-start; gap: 30px; }
.qr-item { text-align: center; transition: transform 0.3s ease; }
.qr-item:hover { transform: translateY(-6px); }
.qr-item img { width: 180px; height: 180px; border: 1px solid #eee; border-radius: 4px; margin-bottom: 14px; }
.qr-item p { font-size: 18px; color: #333; }@media (max-width: 992px) {
.contact-card { grid-template-columns: 1fr; padding: 30px 25px; }
.qr-group { margin-top: 20px; }
}
 @media (max-width: 576px) {
.qr-group { flex-direction: column; align-items: center; }
.info-text .phone { font-size: 22px; }
}
.contact1 { position: relative; margin-top: -200px; }
.service-section { width: 100%; background: url('../images/nylxbg.jpg') center center / cover no-repeat; position: relative; padding: 80px 20px; color: #fff; text-align: center; }
.service-inner { position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; }
/* 标题部分 */
.service-title h2 { font-size: 48px; margin-bottom: 20px; font-weight: 600; }
.service-title p { font-size: 18px; line-height: 1.8; margin-bottom: 60px; opacity: 0.95; }
/* 服务卡片容器 */
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
/* 单个服务卡片 */
.service-card { background: rgba(255, 255, 255, 0.12); backdrop-filter: blur(8px); border-radius: 12px; padding: 40px 30px; transition: all 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.15); }
.service-card:hover { transform: translateY(-8px); background: rgba(255, 255, 255, 0.18); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25); }
/* 蓝色圆形图标 */
.service-icon { width: 64px; height: 64px; border-radius: 50%; background-color: #1677ff; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; transition: all 0.3s ease; }
.service-card:hover .service-icon { background-color: #fff; }
.service-icon svg { width: 32px; height: 32px; fill: #fff; transition: fill 0.3s ease; }
.service-card:hover .service-icon svg { fill: #1677ff; }
/* 卡片标题 */
.service-card h3 { font-size: 28px; margin-bottom: 12px; position: relative; display: inline-block; }
/* 红色短横线 */
.service-card h3::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: -8px; width: 40px; height: 3px; background-color: #f5222d; }
/* 卡片描述文字 */
.service-card p { font-size: 16px; line-height: 1.8; margin-top: 25px; text-align: left; opacity: 0.95; }@media (max-width: 992px) {
.service-cards { grid-template-columns: repeat(2, 1fr); }
.service-title h2 { font-size: 36px; }
}
 @media (max-width: 768px) {
.service-cards { grid-template-columns: 1fr; }
.service-section { padding: 50px 15px; }
.service-title h2 { font-size: 32px; }
.service-card h3 { font-size: 24px; }
}
.nynews-list { }
/* 单条资讯项 */
.news-item { display: flex; gap: 30px; padding: 40px 20px; align-items: flex-start; transition: background-color 0.3s ease; border-bottom: 1px #dddddd dashed; }
.nynews-list a { display: block; }
.nynews-list a:hover { background-color: #f0f5ff; }
/* 左侧图片 */
.nynews-list .news-img { width: 220px; height: 180px; flex-shrink: 0; overflow: hidden; border-radius: 2px; background-color: #ffffff; }
.nynews-list .news-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; border: 1px #dddddd solid; padding: 5px; }
.nynews-list .news-item:hover .news-img img { transform: scale(1.05); }
/* 右侧内容区域 */
.nynews-list .news-content { flex: 1; display: flex; flex-direction: column; justify-content: space-between; height: 180px; }
/* 标题 */
.nynews-list .news-title { font-size: 24px; color: #222; font-weight: 600; margin-bottom: 12px; transition: color 0.3s ease; }
.nynews-list .news-item:hover .news-title { color: #165dff; }
/* 简介文本 */
.nynews-list .news-desc { font-size: 16px; color: #444; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
/* 底部行：日期 + 按钮 */
.nynews-list .news-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; }
.nynews-list .news-date { font-size: 14px; color: #888; display: flex; align-items: center; gap: 6px; }
.nynews-list .news-date::before { content: ''; display: block; float: left; width: 16px; height: 17px; background: url(../images/time.png) no-repeat center center; margin-right: 6px; }
/* 查看详情按钮 */
.nynews-list .news-btn { background-color: #165dff; color: #fff; border: none; padding: 6px 16px; font-size: 15px; border-radius: 2px; cursor: pointer; transition: all 0.3s ease; }
.nynews-list .news-btn:hover { background-color: #0e4bdb; box-shadow: 0 2px 8px rgba(22, 93, 255, 0.3); }@media (max-width: 768px) {
.nynews-list .news-item { flex-direction: column; padding: 25px 15px; gap: 20px; }
.nynews-list .news-img { width: 100%; height: auto; }
.nynews-list .news-content { height: auto; }
.nynews-list .news-title { font-size: 20px; }
}
.article-header { width: 100%; background-color: #f5f8fd; padding: 40px 0; }
/* 面包屑区域 */
.breadcrumb-wrap { display: flex; justify-content: space-between; align-items: center; padding-bottom: 30px; border-bottom: 1px solid #e6e9f0; margin-bottom: 50px; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: 20px; color: #666; }
/* 首页图标 */
.breadcrumb .home-icon { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; }
.breadcrumb a { color: #666; text-decoration: none; transition: color 0.3s ease; }
.breadcrumb a:hover { color: #165dff; }
/* 返回按钮 */
.back-btn { display: flex; align-items: center; gap: 8px; font-size: 20px; color: #333; cursor: pointer; transition: all 0.3s ease; }
.back-btn:hover { color: #165dff; transform: translateX(-4px); }
/* 文章标题 */
.article-title { font-size: 36px; color: #222; font-weight: 600; margin-bottom: 25px; line-height: 1.3; }
/* 日期 */
.article-date { display: flex; align-items: center; gap: 10px; font-size: 20px; color: #999; }
.article-date .date-icon { width: 24px; height: 24px; color: #f54545; }@media (max-width: 992px) {
.article-title { font-size: 36px; }
.breadcrumb, .back-btn { font-size: 18px; }
}
 @media (max-width: 768px) {
.breadcrumb-wrap { flex-direction: column; align-items: flex-start; gap: 20px; }
.article-title { font-size: 28px; }
.article-header { padding: 25px 15px; }
}
.nyproduct-section { display: flex; flex-direction: column; gap: 30px; padding: 50px 0; }
/* 单个产品系列卡片 */
.nyproduct-card { background: url(../images/nyprobg.png) no-repeat center center; background-size: cover; border-radius: 12px; padding: 40px; position: relative; overflow: hidden; transition: all 0.3s ease; margin-bottom: 50px; }
/* 冷轧机系列（左文右图） */
.cold-roll { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.nyproduct-card:nth-child(2) .cold-roll { }
.nyproduct-card:nth-child(2) .cold-roll { grid-template-areas: "img text"; /*display: flex; flex-direction: row-reverse;*/ }
/* 文字区域 */
.product-text { position: relative; z-index: 1; }
.product-title { font-size: 28px; color: #222; font-weight: 600; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px #dddddd solid; }
.product-title .brand { font-size: 20px; color: #0066cc; font-weight: 700; }
.product-desc { font-size: 16px; color: #555; line-height: 1.8; margin-bottom: 30px; }
/* 产品小图列表 */
.product-thumbs { display: flex; gap: 20px; margin-bottom: 30px; }
.thumb-item { flex: 1; text-align: center; background-color: #fff; border-radius: 4px; padding: 10px; transition: all 0.3s ease; }
.thumb-item:hover { box-shadow: 0 4px 12px rgba(0, 102, 204, 0.15); transform: translateY(-4px); }
.thumb-item img { width: 100%; object-fit: contain; margin-bottom: 10px; }
.thumb-item p { font-size: 14px; color: #666; }
/* 查看详情按钮 */
.detail-btn1 { background-color: #0066cc; color: #fff; border: none; padding: 10px 24px; border-radius: 20px; font-size: 15px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s ease; }
.detail-btn1:hover { background-color: #0052a3; box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3); }
.detail-btn1::after { content: '→'; width: 20px; height: 20px; border-radius: 50%; background-color: #fff; color: #0066cc; display: flex; align-items: center; justify-content: center; font-size: 14px; }
/* 主产品大图 */
.product-main-img { position: relative; z-index: 1; background: url(../images/nyprobg2.png) no-repeat center bottom; }
.product-main-img img { width: 100%; border-radius: 12px; padding: 20px; transition: transform 0.4s ease; }
.nyproduct-card:hover .product-main-img img { transform: scale(1.03); }
.nyproduct-card:nth-child(2) .cold-roll { display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "img text"; /* 关键：把图片放在左边，文字放在右边 */ gap: 40px; align-items: center; }
/* 给元素指定对应的区域 */
.nyproduct-card:nth-child(2) .product-text { grid-area: text; }
.nyproduct-card:nth-child(2) .product-img { grid-area: img; }
@media (max-width: 992px) {
.nyproduct-card:nth-child(2) .cold-roll { display: grid; }
.cold-roll, .nyproduct-card:nth-child(2) .cold-roll { grid-template-columns: 1fr; }
.hot-roll { grid-template-areas: "img" "text"; }
.hot-roll .product-text { grid-area: text; }
.hot-roll .product-main-img { grid-area: img; }
}
 @media (max-width: 576px) {
.nyproduct-card { padding: 25px 20px; }
.product-title { font-size: 22px; }
.product-thumbs { flex-direction: column; }
}
.product-detail { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
/* 左侧产品图片 */
.product-img-wrap { background-color: #e8f1fb; border-radius: 20px; padding: 30px; transition: all 0.3s ease; }
.product-img-wrap:hover { box-shadow: 0 8px 24px rgba(0, 102, 204, 0.15); transform: translateY(-4px); }
.product-img { width: 100%; display: block; transition: transform 0.4s ease; }
.product-img-wrap:hover .product-img { transform: scale(1.03); }
/* 右侧内容区域 */
.product-content { display: flex; flex-direction: column; gap: 30px; }
/* 标题区域 */
.product-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #e0e0e0; }
.product-title2 { font-size: 32px; color: #222; font-weight: 600; }
.product-brand { font-size: 32px; color: #0066cc; font-weight: 700; }
/* 服务卖点列表 */
.service-list { display: flex; gap: 30px; margin-top: 10px; }
.service-item { display: flex; align-items: center; gap: 8px; font-size: 18px; color: #333; }
.service-item::before { content: '✓'; width: 24px; height: 24px; border: 2px solid #cc2222; border-radius: 50%; color: #cc2222; display: flex; align-items: center; justify-content: center; font-weight: bold; flex-shrink: 0; }
/* 红色按钮 */
.quote-btn { background: url(../images/zxyy.png) no-repeat center center; color: #fff; border: none; font-size: 28px; font-weight: 600; width: 378px; height: 83px; transition: all 0.3s ease; }
.quote-btn:hover { /*background: linear-gradient(90deg, #d11a1a, #e04444);
      box-shadow: 0 8px 24px rgba(237, 38, 38, 0.3);*/
transform: translateY(-3px); }
 @keyframes handClick {  0%, 100% {
transform: scale(1);
}
 50% {
transform: scale(0.9);
}
}@media (max-width: 1024px) {
.product-detail { grid-template-columns: 1fr; gap: 40px; }
.product-header { flex-direction: column; align-items: flex-start; gap: 15px; }
.product-title { font-size: 28px; }
.product-brand { font-size: 24px; }
}
 @media (max-width: 768px) {
.service-list { flex-direction: column; gap: 15px; }
.quote-btn { font-size: 22px; padding: 16px 30px; }
}
@media (max-width: 480px) {
.quote-btn { width: 100%; height: 60px; background-size: cover; }
}
.product-intro-card { background-color: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; margin-bottom: 50px; }
.intro-header { background-color: #0066cc; color: #fff; padding: 16px 24px; font-size: 22px; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.intro-header::before { content: ''; width: 21px; height: 12px; background: url(../images/protit.png) no-repeat center center; }
/* 内容区域 */
.intro-content { padding: 30px; }
/* 通用段落样式 */
.intro-content p { font-size: 16px; color: #555; line-height: 1.8; margin-bottom: 25px; }
/* 小标题 */
.intro-content h3 { font-size: 18px; color: #333; font-weight: 600; margin: 30px 0 15px; }
/* 产品特点列表 */
.intro-content ul { list-style: none; font-size: 16px; color: #555; line-height: 1.8; }
.intro-content li { margin-bottom: 10px; padding-left: 20px; position: relative; }
.intro-content li::before { content: ''; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 50%; background-color: #0066cc; }
 @media (max-width: 576px) {
.intro-content { padding: 20px 15px; }
.intro-header { font-size: 18px; }
}
.related-products-section { background-color: #e9f1f9; padding: 50px 0; }
/* 标题区域 */
.section-title { display: flex; align-items: center; gap: 15px; }
.related-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 30px; }
/* 单个产品卡片 */
.related-products-grid li { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); text-align: center; transition: all 0.3s ease; cursor: pointer; }
.related-products-grid li:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(0, 102, 204, 0.15); }
.product-img-wrap1 { padding: 10px; }
.product-img { width: 100%; object-fit: contain; display: block; transition: transform 0.4s ease; }
.related-products-grid li:hover .product-img { transform: scale(1.05); }@media (max-width: 1024px) {
.related-products-grid { grid-template-columns: repeat(2, 1fr); }
}
 @media (max-width: 576px) {
.related-products-grid { grid-template-columns: 1fr; }
}
.gsnr { font-size: 1rem; margin-bottom: 2rem; }
.gsnr p { margin-bottom: 10px; }
.gcsj { padding: 2.5rem 0; }
.gstu { float: left; width: 28%; margin-right: 2%; margin-bottom: 3rem; }
.topc1 table { text-align: center; border-collapse: collapse; border-spacing: 0; margin: 0 auto; font-size: 0.875rem; }
.topc1 table tr:nth-child(odd) { background: #F4F4F4; }
.topc1 table td:nth-child(even) { }
.topc1 table tr:hover, .topc1 table tr:hover p { background: #1872d1; color: #fff; }
.topc1 table td, .topc1 table th { border: 1px solid #dddddd; }
.topc1 table tr:nth-of-type(1) { /*background: #1872d1;color: #ffffff;*/ }
.dqwz { clear: both; color: #333; font-size: 0.875rem; background-color: #f1f1f1; margin-bottom: 50px; padding: 1rem 0; }
.dqwz p:before { content: ""; width: 4px; height: 10px; background-color: #077fd3; display: block; float: left; margin-right: 10px; margin-top: 6px; }
.dqwz a { color: #333; }
.dqwz a:hover { color: #077fd3; }
.dqwz span { color: #fff; }
.dqwz .p2 { display: none; }
.mianbao { height: 80px; border-bottom: #e6e6e6 1px solid; margin-bottom: 60px; }
.mianbao ul { font-size: 0; width: 100%; }
.mianbao ul li { width: 25%; float: left; text-align: center; border-right: #e6e6e6 1px solid; font-size: 1.125rem; padding: 0 5px; color: #585858; font-weight: bold; line-height: 80px; position: relative }
.mianbao ul li a { color: #585858; transition: 0.6s; display: inline-block }
.mianbao ul li:first-child { border-left: #e6e6e6 1px solid; }
.mianbao ul li a:after { content: ""; position: absolute; right: 0; width: 0; height: 3px; background: #1872d1; bottom: 0; transition: 0.6s }
.mianbao ul li.on a:after, .mianbao ul li:hover a:after { left: 0; width: 100% }
.mianbao ul li.on a, .mianbao ul li:hover a { color: #1872d1 }
.ny_menu { width: 100%; margin: 2.5rem auto; overflow: hidden; display: flex; }
.ny_menu li { flex-grow: 1; float: left; text-align: center; }
.ny_menu li a { display: block; border: 1px #d4d6da solid; height: 2.9375rem; line-height: 2.9375rem; font-size: 1.125rem; background-color: #eeedf2; }
.ny_menu li a:hover, .ny_menu li.active a { background-color: #1872d1; color: #ffffff; border: 1px #1872d1 solid; }
.wldt { width: 80%; float: right; text-align: right; }
.nypro_menu { margin: 2.5rem auto; overflow: hidden; display: flex; }
.nypro_menu li { flex-grow: 1; float: left; text-align: center; }
.nypro_menu li a { display: block; border: 1px #d4d6da solid; height: 2.9375rem; line-height: 2.9375rem; font-size: 1.125rem; background-color: #eeedf2; }
.nypro_menu li a:hover, .nypro_menu li.active a { background-color: #1872d1; color: #ffffff; border: 1px #1872d1 solid; }
.cp { margin-top: 1.875rem; }
.cpzs { overflow: auto; zoom: 1; margin: 0 -1%; display: flex; flex-wrap: wrap; position: static; }
.cpzs li { width: 23%; float: left; text-align: center; display: inline; margin: 1%; box-sizing: border-box; border-radius: 5px; }
.cpzs1 li { width: 31.333333%; }
.cpzs li img { }
.cpzs li a { display: block; border-radius: 5px; box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); }
.cpzs li .imgZoom { border-radius: 5px; }
.cpzs li h3 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 52px; }
.page { text-align: center }
.pagination { display: inline-block; padding-left: 0; margin: 1.25rem 0; border-radius: 4px; }
.pagination > li { display: inline; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857; text-decoration: none; color: #1872d1; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { z-index: 2; color: #1872d1; background-color: #eeeeee; border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #1872d1; border-color: #1872d1; cursor: default; }
.nchtit { margin: 0 1%; }
.nchtit h2 { font-size: 26px; font-weight: bold; background: url(../images/hot.png) no-repeat left center; padding-left: 40px; height: 47px; line-height: 47px; }
.nchtit .gd { float: right; text-transform: uppercase; margin-top: 10px; text-align: right; font-size: 0.875rem; }
.nchtit .gd a { }
.ny_news { overflow: hidden; margin-bottom: 1.875rem; }
.ny_news1_title { overflow: hidden; margin: 0 1%; }
.ny_news1_title h2 { font-size: 26px; font-weight: bold; display: inline; }
.ny_news1_title span { font-size: 1.125rem; color: #666666; padding-left: 1.875rem; }
.ny_news1_title a { display: block; float: right; }
.ny_news_list { overflow: hidden; margin: 0 -1%; }
.ny_news_list li { width: 48%; float: left; margin: 0 1% 1.875rem; position: relative; }
.ny_news_list1 li { width: 98%; }
.ny_news_list li .imgZoom { width: 34%; float: left; margin-right: 3%; }
.ny_news_list li h3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; margin-bottom: 10px; }
.ny_news_list li p { color: #666666; font-size: 0.875rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 1rem; }
.ny_news_list li .date { display: block; width: 11.25rem; float: left; text-align: center; margin-right: 1rem; background-color: #1872d1; padding: 1.25rem 0; color: #ffffff; }
.ny_news_list li:hover .date { background-color: #1fb462; }
.ny_news_list li em { float: right; color: #1872d1; font-size: 0.875rem; }
.ny_news_details_left { overflow: hidden; margin-bottom: 2rem; width: 70%; float: left; }
.ny_news_details_left h2 { font-size: 1.5rem; font-weight: bold; margin-bottom: 1rem; }
.ny_news_details_left .time { color: #999999; border-top: 1px #dddddd solid; }
.ny_news_content { font-size: 1rem; line-height: 38px; }
.ny_news_content h3 { font-size: 1.5rem; font-weight: bold; margin: 1rem 0; }
.ny_news_content p { margin-bottom: 1rem; }
.ny_news_details_right { margin-top: 1.875rem; overflow: hidden; }
.ny_news_xgtj { margin-bottom: 1.875rem; }
.ny_news_xgtj h2 { font-size: 26px; color: #ffffff; padding: 0.5rem 1rem; background-color: #1872d1; border-top-right-radius: 1.5rem; }
.nyxgSwiper { padding: 1rem 0; }
.nyxgSwiper .swiper-slide { border: 1px #dddddd solid; text-align: center; background-color: #ffffff; }
.nyxgSwiper .swiper-slide h3 { text-align: center; font-size: 1.125rem; line-height: 50px; -webkit-box;
-webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; background-color: #dddddd; }
.ny_news_xgtjnews li { border-bottom: 1px #dddddd dashed; background: url(../images/li.png) no-repeat left center; line-height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 1.25rem; font-size: 1rem; }
.ny_news_xgtjnews li span { float: right; color: #666666; font-size: 0.875rem; }
.ny_news_xgtjpro { overflow: hidden; padding: 1.25rem; background-color: #f4f4f4; }
.ny_news_xgtjpro li { width: 48%; float: left; margin: 0 1% 10px; background-color: #ffffff; text-align: center; line-height: 45px; }
.ny_news_xgtjpro li h3 { font-size: 0.875rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ny_pro_show_left { width: 70%; float: left; overflow: hidden; margin-bottom: 2rem; }
.ny_pro_show_right { width: 26%; float: left; margin-left: 4%; display: inline-block; }
.ny_fenye { margin-bottom: 1.875rem; }
.ny_fenye div { padding: 1rem 0; font-size: 1.125rem; }
.ny_previous { border-bottom: 1px #c6c6c6 dashed; }
.ny_next { }
.ny_fenye div:before { content: ""; display: inline-block; width: 17px; height: 10px; background: url(../images/fy1.png) no-repeat center center; margin-right: 5px; }
.ny_fenye div.ny_next:before { background-image: url(../images/fy2.png); }
.cont-way { clear: both; overflow: hidden; padding-bottom: 40px; }
.way-info { float: left; width: 40%; padding-top: 50px; }
.way-info h3 { color: #333; font-size: 1.375rem; margin-bottom: 1.875rem; font-weight: bold; }
.way-info p { line-height: 1.875rem; color: #333; font-size: 1rem; margin-bottom: 10px; }
.way-info p img { margin-right: 10px; }
.way-info p em { color: #ed1c24; font-size: 1.5rem; font-weight: bold; }
.way-con { clear: both; overflow: hidden; padding-top: 50px; margin-top: 40px; border-top: 1px solid #ddd; }
.way-con img { float: left; width: 170px; height: 170px; margin-right: 1rem; }
.way-con b { display: block; color: #666; font-size: 1rem; font-weight: normal; line-height: 1.875rem; margin: 10px 0; }
.way-con span { display: block; overflow: hidden; color: #FFF; font-size: 0.875rem; width: 125px; height: 35px; line-height: 35px; border-radius: 5px; text-align: center; margin-top: 1.25rem; cursor: pointer; background-color: #1872d1; }
.way-map { float: right; width: 50%; overflow: hidden; margin-top: 1.875rem; }
.way-map img { border-top-left-radius: 50px; object-fit: cover; min-height: 460px; }
.ny_search { margin: 1.875rem auto; background-color: #f4f4f4; padding: 1rem; overflow: hidden; }
.ny_search input { height: 40px; line-height: 40px; width: 80%; float: left; }
.ny_search .search_btn { display: block; height: 40px; background-color: #1872d1; text-align: center; color: #ffffff; float: right; font-size: 1.125rem; width: 20%; }
.nyl { width: 50%; float: left; }
.nyl img { width: 100%; }
.nyr { width: 46%; float: left; margin-left: 4%; display: inline; }
.nyr h2 { font-size: 26px; margin-bottom: 1.875rem; }
.nytel { width: 100%; display: inline-table; height: 60px; font-size: 1.5rem; line-height: 60px; color: #fff; border-radius: 4px; background-color: #1872d1; text-align: center; overflow: hidden; text-align: center; margin-top: 1.875rem; margin-bottom: 1.875rem; display: none; }
.nytel a { color: #fff; }
.ny_protel { clear: both; font-size: 1.25rem; color: #999; margin: 1.5rem 0; }
.ny_protel strong { font-size: 1.875rem; color: #1872d1; vertical-align: middle; display: inline-block; font-family: Arial, Helvetica, sans-serif; }
.ny_protel strong a { color: #1872d1; }
.list1 { width: 100%; overflow: hidden; padding: 1.25rem 0; border-top: 1px #ddd solid; border-bottom: 1px #ddd solid; }
.list1 li { width: 25%; float: left; }
.list1 li i { display: block; float: left; width: 26px; height: 26px; margin-right: 5px; }
.ny_pro_content { clear: both; }
.cp_txt { width: 100%; overflow: hidden; margin-top: 32px; margin-right: auto; margin-left: auto; float: left; }
.cp_txt p { line-height: 35px; color: #333; }
.cp_txt table { margin-top: 10px; }
.txt_name { font-size: 26px; font-weight: bold; background: url(../images/hot.png) no-repeat left center; margin-bottom: 1.25rem; padding-left: 40px; }
.tablescoll { overflow-x: scroll; }
.tablescoll table { width: 100%; text-align: center; border-collapse: collapse; border-spacing: 0; margin: 0 auto; font-size: 0.875rem; min-width: 640px !important; }
.tablescoll table, .tablescoll td, .tablescoll th { border: 1px #ccc solid; box-sizing: border-box; padding: 10px 0; }
.tablescoll tr:nth-child(odd) { background-color: #f4f4f4; }
.tablescoll tr:hover { width: 100%; background-color: #1872d1; color: #fff; }
.tablescoll tr:hover p { color: #fff; }
.tablescoll tr p { margin: 0; }
.tablescoll tr, .tablescoll td { vertical-align: middle!important; }
#lineTd { position: relative; }
#lineTd:before { content: ""; position: absolute; width: 100%; height: 1px; background-color: #cccccc; transform: rotate(6deg); left: 0; top: 28px; }
#lineTd span:nth-child(1) { float: left; margin-top: 1.25rem; width: 50%; }
#lineTd span:nth-child(2) { float: right; width: 50%; }
.bottom_float { display: none; position: fixed; z-index: 3333; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 50px; background-color: #cc0000; font-size: 1.875rem; text-align: center; }
.bottom_float a { color: #ffffff; display: block; }
.nycplb { width: 20%; float: left; margin-right: 3%; display: none; }
.nycpzs { width: 77%; float: left; }
.nycplb dl { background-color: #f4f4f4; margin-bottom: 1.25rem; }
.nycplb dt { font-size: 1.25rem; font-weight: bold; background-color: #1872d1; text-align: center; }
.nycplb dt a { color: #ffffff; display: block; padding: 10px 0; }
.nycplb dd a { display: block; background: url(../images/li.png) no-repeat left center; padding-left: 1.25rem; line-height: 40px; border-bottom: 1px #cccccc dashed; }
.nycplb dd { padding: 10px 1rem 1rem; }
.duotu { width: 50%; float: left; margin-right: 5%; }
.duotu img { border: 1px #dddddd solid; }
/*.nyswiper { margin-top: 10px; }
.nyswiper .swiper-slide { width: 25%; height: 100%; opacity: 0.4; }
.nyswiper .swiper-slide-thumb-active { opacity: 1; border:1px #ff0000 solid;  }
.nyswiper .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }*/
.picFocus { margin: 0 auto; width: 100%; position: relative; overflow: hidden; zoom: 1; }
.picFocus .hd { width: 100%; padding-top: 5px; overflow: hidden; }
.picFocus .hd ul { overflow: hidden; zoom: 1; }
.picFocus .hd ul li { width: 25%; height: 100%; float: left; text-align: center; }
.picFocus .hd ul li img { width: 109px; border: 2px solid #ddd; cursor: pointer; margin-right: 5px; }
.picFocus .hd ul li.on { }
.picFocus .hd ul li.on img { border-color: #f60; }
.picFocus .bd li { vertical-align: middle; }
.picFocus .bd img { width: 100%; display: block; }
.miaoshu { width: 45%; float: left; }
.miaoshu h2 { font-weight: bold; font-size: 1.5rem; }
.miaoshuwz { padding: 1.25rem 0; border-top: 1px #dddddd solid; border-bottom: 1px #dddddd solid; margin: 1.875rem 0; }
.ny_news_content .title { border-bottom: 1px #dddddd solid; margin-bottom: 1.25rem; }
.ny_news_content .title span { display: block; width: 150px; height: 45px; line-height: 45px; background-color: #1872d1; color: #ffffff; text-align: center; font-size: 1.25rem; font-weight: bold; border-top-left-radius: 10px; border-top-right-radius: 10px; }
.yxwl { overflow: hidden; }
.yxwl h5 { font-size: 1.5rem; margin: 2rem 0; }
#mbOverlay { position: fixed; z-index: 9998; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; cursor: pointer; }
#mbOverlay.mbOverlayFF { background: transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position: absolute; }
#mbCenter { height: 557px; position: absolute; z-index: 9999; left: 50%; background-color: #fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background: #fff url(../images/WhiteLoading.gif) no-repeat center; -moz-box-shadow: none; -webkit-box-shadow: none; }
#mbImage { left: 0; top: 0; font-family: Myriad, Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-size: 12px; color: #fff; text-align: left; background-position: center center; background-repeat: no-repeat; padding: 10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color: #ddd; }
#mbImage a:hover, #mbImage a:active { color: #fff; }
#mbBottom { min-height: 20px; font-family: Myriad, Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-size: 12px; color: #999; text-align: left; padding: 0 10px 10px; }
#mbTitle { display: inline; color: #999; font-weight: bold; line-height: 20px; font-size: 12px; }
#mbNumber { /*background:url(../img/mbNumber_bg.gif) no-repeat center;*/ display: inline; color: #C00; line-height: 26px; font-size: 12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width: 65px; height: 26px; }
#mbCaption { display: block; color: #999; line-height: 14px; font-size: 10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display: block; float: right; height: 20px; margin: 0; outline: none; }
#mbPrevLink { width: 32px; height: 100px; background: transparent url(../img/CustomBlackPrevious.gif) no-repeat center; position: absolute; top: 38%; left: -32px; }
#mbNextLink { width: 32px; height: 100px; background: transparent url(../img/CustomBlackNext.gif) no-repeat center; position: absolute; top: 38%; right: -32px; }
#mbCloseLink { width: 24px; background: transparent url(../img/CustomBlackClose.gif) no-repeat center; position: absolute; top: 10px; right: 10px; }
#mbError { position: relative; font-family: Myriad, Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-size: 12px; color: #fff; text-align: center; border: 10px solid #700; padding: 10px 10px 10px; margin: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color: #d00; font-weight: bold; text-decoration: underline; }
 @media (max-width: 1200px) {
.nyban { display: none; }
.nycplb { display: none; }
.ny_news_details_left, .nycpzs { width: 100%; }
.ny_pro_show_left { width: 100%; }
.ny_pro_show_right { width: 100%; margin: 0 auto; }
.ny_news_xgtjpro li { width: 31.33333%; }
.contact1 { margin-top: 30px; }
.n_lxban h3 { margin-top: 0; }
.n_lxban { justify-content: center; }
}
@media (max-width: 980px) {
.search_form { width: 80%; }
.search_form1 .search_btn { width: 15%; }
.ny_news_details_left { width: 100%; }
.ny_news_details_right { width: 100%; margin: 0; }
.list1 { display: none; }
}
@media (max-width: 800px) {
.m1t h2, .section6_1 h2, .ny_news1_title h2 { font-size: 1.875rem; }
.m1t p { font-size: 1rem; }
.ny_news1_title span { display: none; }
.ny_news_list li { width: 98%; }
.footer { padding-top: 30px; }
.footer, .nfooter { margin-bottom: 50px; }
.bottom_float { display: block; }
.duotu { width: 100%; margin: 0 auto 1.25rem; text-align: center; }
.duotu .swiper-slide img { margin: 0 auto; }
.miaoshu { width: 100%; }
.ny_news_xgtjpro li { width: 48%; }
.ny_news_xgtjpro { padding: 10px; }
.dqwz { margin-bottom: 1.875rem; }
.ny_news_details_left h2 { font-size: 1.25rem; }
.ny_news_content, .ny_fenye div { font-size: 1rem; line-height: 2; }
.nyxgSwiper .swiper-slide h3 { font-size: 0.875rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nyswiper { display: none; }
.miaoshu h2 { font-size: 1.25rem; }
.nypro_menu { width: 100%; display: block; border-top: 1px #d4d6da solid; margin: 2.5rem auto 1rem; }
.nypro_menu li { width: 50%; margin-top: -1px; }
.ny_news_list li { padding: 1rem; }
.sec7txt .sec7a { width: 8.25rem; height: 2.125rem; line-height: 2.125rem; }
.wldt { float: none; width: 100%; text-align: center; }
.mianbao { height: auto; text-align: center; border: 0; }
.mianbao ul { float: none; display: flex; }
.mianbao ul li { flex-grow: 1; margin: 0 auto; text-align: center; border: 1px #dddddd solid; }
.mianbao big { display: none; }
.mianbao ul li { line-height: 40px; }
.gstu { display: none; }
}
@media (max-width: 640px) {
.cpzs li { width: 48%; background-color: #ffffff; }
.header_right_tel span { font-size: 1.375rem; }
.ny_news_xgtjpro li { width: 48%; margin: 0 1% 10px; }
.nyl, .nyr { width: 100%; margin: 0 auto; }
.m1t h2, .section6_1 h2, .ny_news1_title h2, .nchtit h2, .ny_news_xgtj h2 { font-size: 1.5rem; }
.ny_menu { width: 100%; }
.way-map { display: none; }
.way-info { width: 100%; padding: 0; }
.way-con { padding-top: 1.875rem; }
.footer { padding: 1.875rem 0 0; }
.mianbao ul { flex-wrap: wrap; }
}
@media (max-width: 480px) {
.ny_news_list li .imgZoom { width: 44%; }
.ny_news_list li h3 { font-size: 1.125rem; margin-bottom: 0; }
.ny_news_list li p { font-size: 0.875rem; line-height: 1.25rem; margin-bottom: 5px; }
.ny_news1_title h2 { font-size: 1.5rem; }
.ny_news_list li em { display: none; }
.ny_news1_title { margin-bottom: 1rem; }
.ny_news_list li .date, .way-con { display: none; }
.footer1 { padding: 0 0 1.25rem; }
}
