@charset "utf-8";
/* ============================================================
   main.css — 全站公共样式（reset + 布局 + 组件）
   合并自：common.css + style.css + temp.css
   ============================================================ */

/* ── Reset ─────────────────────────────────────────────── */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0; padding: 0;
}
table { border-collapse: collapse; border-spacing: 0; }
table th, table td { padding: 5px; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
a { color: #666; text-decoration: none; }
a:focus { outline: none; }
a:hover { text-decoration: none; }
sup, sub { vertical-align: baseline; }
input, button, textarea, select, optgroup, option {
	font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;
}
input, select { vertical-align: middle; }
pre, code, kbd, samp, tt { font-family: monospace; line-height: 100%; }
*, *::before, *::after { box-sizing: border-box; }

/* ── 工具类 ─────────────────────────────────────────────── */
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.bc { margin-left: auto; margin-right: auto; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.hidden { visibility: hidden; }
.vam { vertical-align: middle; }
.cur { cursor: pointer; }
.clear { clear: both; height: 0; line-height: 0; font-size: 0; }
.clearfix:after { content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { zoom: 1; }
p { word-spacing: -1.5px; }
li { list-style: none; }
p img { max-width: 870px; }
h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

/* ── 全局 body ──────────────────────────────────────────── */
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #000;
	font-size: 14px;
	font-family: "微软雅黑", arial, helvetica, sans-serif;
	position: relative;
	min-width: 1200px;
	width: 100%;
}
.content, .container { margin-left: auto; margin-right: auto; width: 1200px; }

/* ── 顶部信息栏 ─────────────────────────────────────────── */
.wrap-header { height: 51px; border-bottom: 1px solid #e6e6e6; position: relative; z-index: 9; }
.wrap-header p { height: 51px; line-height: 51px; }
.wrap-header ul { padding-top: 17px; }
.wrap-header ul li {
	float: left; height: 19px; line-height: 19px;
	padding-left: 24px; margin-left: 24px;
	border-left: 1px solid #d2d2d2; position: relative;
}
.wrap-header ul li:first-child { border-left: none; }
.wrap-header ul li a:hover { color: #669934; }
.wrap-header ul li span {
	display: none; width: 120px; height: 120px;
	position: absolute; left: -5px; top: 18px; padding-top: 16px;
}
.wrap-header ul li img { display: block; width: 120px; height: 120px; }
.wrap-header ul li:hover span { display: block; }

/* ── Logo ───────────────────────────────────────────────── */
.logo .container { height: 129px; position: relative; }
#logo2, .logo h1 { position: absolute; left: 0; top: 25px; }
.logo h1 img { display: block; width: 90px; height: 80px; }
.logo .lTit { position: absolute; left: 120px; top: 35px; }
.logo .lTit .p1 { font-size: 24px; font-weight: bold; color: #333; margin-bottom: 12px; }
.logo .lTit .p2 span { margin-left: 25px; border-left: 1px solid #bfbfbf; padding-left: 30px; }
.logo .lTit .p2 span:first-child { border-left: none; margin-left: 0; padding-left: 0; }
.logo .iphone {
	overflow: hidden; display: block; line-height: 30px;
	background: url(../images/top_tel.png) no-repeat 0 0;
	width: 332px; height: 84px; color: #fff;
	position: absolute; top: 0; right: 0;
}
.logo .iphone p { padding: 10px 0 0 106px; display: block; }
.logo .iphone span { font-size: 26px; display: block; font-family: arial; }

/* ── 导航 ───────────────────────────────────────────────── */
.Nav { height: 60px; width: 100%; z-index: 1; background: #669934; }
.Nav .navUl { width: 102%; }
.Nav .navUl > li { font-size: 15px; float: left; height: 60px; position: relative; }
.Nav .navUl > li > a {
	display: block; height: 60px; line-height: 60px;
	border-left: 1px solid #61b112; color: #fff; font-size: 16px; padding: 0 44px;
}
.Nav .navUl > li:first-child > a { border-left: none; }
.Nav .navUl > li:hover > a, .Nav .navUl > li.cur > a { background: #f9a50e; color: #fff; }
.nav-toggle { display: none; }

/* ── 页脚 ───────────────────────────────────────────────── */
.wrap-footer { background: #242424; }
.wrap-footer .fTop { padding: 25px 0 30px 0; border-bottom: 1px solid #797979; }
.wrap-footer .ful1 { float: left; margin-left: 100px; }
.wrap-footer .ful1:first-child { margin-left: 0; }
.wrap-footer .ful1 li { margin-bottom: 16px; }
.wrap-footer .ful1 li a { color: #fff; }
.wrap-footer .ful1 li a:hover { color: #73a146; }
.wrap-footer .ful1 li:first-child { margin-bottom: 20px; font-weight: bold; font-size: 18px; }
.wrap-footer dl { float: left; text-align: center; color: #fff; margin-left: 120px; }
.wrap-footer dl dt { overflow: hidden; margin-bottom: 10px; }
.wrap-footer .ful2 { float: right; margin-right: 80px; }
.wrap-footer .ful2 li.li1 { font-size: 16px; margin-bottom: 15px; color: #fff; }
.wrap-footer .ful2 li.li2 { font-size: 16px; margin-bottom: 15px; color: #fff; }
.wrap-footer .ful2 li.li3 { font-size: 28px; margin-bottom: 15px; color: #669934; font-weight: bold; }
.wrap-footer .ful2 li.li4 a {
	display: block; height: 45px; width: 186px; line-height: 45px;
	text-align: center; font-size: 14px; font-weight: bold;
	color: #669934; background: #fff; border-radius: 5px;
}
.wrap-footer .ful2 li.li4 a:hover { background: #73a146; color: #fff; }
.wrap-footer .ficp { height: 53px; line-height: 53px; text-align: center; color: #fff; }
.wrap-footer .ficp a { color: #fff; }
.wrap-footer .ficp a:hover { color: #73a146; }

/* ── 返回顶部 ───────────────────────────────────────────── */
.rtTop {
	width: 43px; height: 43px; overflow: hidden;
	position: fixed; top: 80%; right: 46%; margin-right: -615px;
	cursor: pointer; display: none;
}
.rtTop h4 { width: 43px; height: 43px; overflow: hidden; position: relative; }
.rtTop img { display: block; position: absolute; top: 0; left: 0; }

/* ── 分页 ───────────────────────────────────────────────── */
.pagebar { padding: 20px; overflow: hidden; }
.pagebar .pagination { display: flex; justify-content: center; margin-top: 10px; }
.pagination a {
	background: #fff; border: 1px solid #ccc; color: #333;
	font-size: 12px; padding: 7px 10px; margin: 0 2px; border-radius: 3px;
}
.pagination span { color: #333; font-size: 12px; padding: 7px 2px; margin: 0 2px; border-radius: 3px; }
.pagination a:hover { color: #669934; border: 1px solid #669934; }
.pagination a.page-num-current { color: #fff; background: #669934; border: 1px solid #669934; }
.paging { border-top: 1px solid #e4e4e4; height: 59px; text-align: center; }
.paging ul { padding-top: 15px; }
.paging ul li {
	display: inline-block; border: 1px solid #ccc;
	padding: 4px 12px; margin: 0 1px; line-height: 24px; background: #fff; color: #999;
}
.paging ul li:hover { background: #669934; color: #fff; border: 1px solid #669934; }
.paging ul li:hover a { color: #fff; }
.paging ul li.thisclass { display: inline-block; border: 1px solid #669934; padding: 4px 12px; margin: 0 1px; background: #669934; color: #fff; }
.paging ul li.thisclass a, .paging ul li a { display: block; color: #999; }
.paging ul li a:hover { color: #fff; }
.InpageSearch .mainCon .paging { border: 1px solid #e4e4e4; }
.text-secondary { text-align: center; padding: 20px 0; }

/* ── 内页公共组件 ────────────────────────────────────────── */

/* 内页 Banner */
.mub01InpageBannerr { width: 100%; height: 300px; }
.mub01InpageBannerr a { display: block; margin: 0 auto; height: 300px; }
.mub01MainContent { width: 100%; background: #f4f4f4; padding-bottom: 30px; }

/* 面包屑 */
.mub02address { width: 100%; border-bottom: 1px solid #e4e4e4; margin-bottom: 20px; }
.mub02address .con { width: 100%; height: 43px; }
.mub02address .homePage {
	display: block; width: 43px; height: 43px;
	background: url(../images/mub02address_homepage.png) no-repeat center;
	float: left; border-left: 1px solid #eaeaea; border-right: 1px solid #eaeaea;
}
.mub02address p {
	height: 43px; width: 84%; line-height: 43px; font-size: 13px; color: #999;
	float: left; margin-left: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.mub02address p a { color: #999; padding: 0 4px; }
.mub02address .backList {
	display: block; width: 117px; height: 43px; line-height: 43px; text-align: center;
	border-left: 1px solid #eaeaea; border-right: 1px solid #eaeaea;
	float: right; font-size: 13px; color: #999; cursor: pointer;
}

/* 内页标题 */
.mub02Title { width: 870px; text-align: center; margin: 0 auto; }
.mub02Title h2 { font-size: 20px; color: #669934; font-weight: normal; }
.mub02Title h2 a { color: #669934; font-weight: bold; }
.mub02Title i { display: block; width: 870px; height: 3px; margin-top: 26px; }
.mub02Title i img { display: block; width: 870px; height: 3px; }
.mub02Top { width: 870px; margin: 0 auto; padding-top: 20px; }
.mub02Top h2 { font-size: 18px; color: #669934; font-weight: normal; height: 40px; border-bottom: 1px solid #e4e4e4; }
.mub02Top2 { width: 100%; height: 83px; background: url(../images/mub02top2bg.jpg) no-repeat center top; }
.mub02Top2 h3 { float: left; height: 80px; line-height: 80px; font-size: 20px; color: #669934; }
.mub02Top2 h3 em { font-weight: bold; }
.mub02Top2 a.more { display: block; font-size: 13px; color: #999; line-height: 80px; float: right; }

/* 侧栏导航 */
.InpageSidebar01 { width: 270px; float: left; }
.InpageSidebar01 .top { width: 100%; height: 80px; background: #669934; }
.InpageSidebar01 .top h2 {
	height: 80px; text-indent: 28px;
	background: url(../images/inpagesidebar01_icon01.png) no-repeat 218px center;
	line-height: 80px; font-size: 24px; color: #fff; font-weight: normal;
}
.InpageSidebar01 .top h2 a { color: #fff; font-weight: bold; }
.InpageSidebar01 .classify .box { border: 1px solid #e4e4e4; border-top: none; position: relative; }
.InpageSidebar01 .classify .box:first-child { border-top: 1px solid #e4e4e4; }
.InpageSidebar01 .classify dl { padding: 14px 19px 18px 30px; }
.InpageSidebar01 .classify dt { font-size: 20px; color: #333; background: url(../images/mub02_jt03.png) no-repeat 194px 6px; margin-bottom: 14px; }
.InpageSidebar01 .classify dt a { color: #333; }
.InpageSidebar01 .classify dd p { border-left: 1px solid #e4e4e4; height: 35px; line-height: 35px; }
.InpageSidebar01 .classify dd p a { font-size: 15px; color: #333; display: block; text-indent: 16px; }
.InpageSidebar01 .classify .box i { display: none; width: 3px; height: 100%; position: absolute; left: -1px; top: 0; background: #669934; }
.InpageSidebar01 .classify .box:hover { background: #f5f5f5; }
.InpageSidebar01 .classify .box:hover i { display: block; }
.InpageSidebar01 .classify .box dt.cur { background: url(../images/mub02_jt04.png) no-repeat 194px 6px; font-weight: bold; }
.InpageSidebar01 .classify .box:hover dt a, .InpageSidebar01 .classify .box dt.cur a { color: #669934; display: block; }
.InpageSidebar01 .classify .box:hover dt { background: url(../images/mub02_jt04.png) no-repeat 194px 6px; font-weight: bold; }
.InpageSidebar01 .classify dd p:hover a, .InpageSidebar01 .classify dd p.cur a { color: #fff; }
.InpageSidebar01 .classify dd p:hover, .InpageSidebar01 .classify dd p.cur { background: url(../images/mub02_jt02.png) no-repeat 194px center #669934; }
.InpageSidebar01 .sidebarLinkUs { border: 1px solid #e4e4e4; margin-top: 20px; padding: 0 19px 20px; margin-bottom: 20px; }
.InpageSidebar01 .sidebarLinkUs h3 { font-size: 18px; color: #669934; font-weight: normal; height: 59px; line-height: 59px; border-bottom: 1px solid #e4e4e4; margin-bottom: 18px; text-indent: 10px; }
.InpageSidebar01 .sidebarLinkUs p { font-size: 14px; color: #333; margin-bottom: 12px; line-height: 20px; padding: 0 10px; }
.InpageSidebar01 .sidebarLinkUs .zxzx { display: block; width: 160px; height: 50px; overflow: hidden; background: #669934; margin-top: 20px; }
.InpageSidebar01 .sidebarLinkUs .zxzx span { display: block; width: 50px; height: 50px; float: left; border-right: 1px solid #fff; background: url(../images/zxzx_icon01.png) no-repeat center; }
.InpageSidebar01 .sidebarLinkUs .zxzx em { display: block; width: 109px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #fff; float: left; }

.InpageSidebar02 .classify { border: 1px solid #e4e4e4; border-top: none; position: relative; }
.InpageSidebar02 .classify li { height: 58px; border-top: 1px solid #e4e4e4; text-indent: 28px; font-size: 15px; color: #333; line-height: 58px; background: url(../images/mub02_jt03.png) no-repeat 224px center; }
.InpageSidebar02 .classify li a { color: #333; display: block; }
.InpageSidebar02 .classify li:hover, .InpageSidebar02 .classify li.cur { background: url(../images/mub02_jt04.png) no-repeat 224px center #f5f5f5; }
.InpageSidebar02 .classify li:hover a, .InpageSidebar02 .classify li.cur a { color: #669934; font-weight: bold; }
.InpageSidebar02 .classify i { display: block; width: 3px; background: #669934; position: absolute; left: -1px; top: 0; z-index: 9; }
.InpageSidebar02 .xgzx { border: 1px solid #e4e4e4; margin-top: 20px; padding: 0 19px 16px; }
.InpageSidebar02 .xgzx h3 { font-size: 18px; color: #669934; font-weight: normal; height: 59px; line-height: 59px; border-bottom: 1px solid #e4e4e4; margin-bottom: 18px; text-indent: 10px; }
.InpageSidebar02 .xgzx p { font-size: 14px; color: #333; margin-bottom: 10px; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.InpageSidebar02 .xgzx p a { color: #333; }
.InpageSidebar02 .xgzx p:hover a { color: #669934; }

/* ── 推荐产品 / 相关阅读 / 广告卡片 ─────────────────────── */
.mub02tjcp { border: 1px solid #e4e4e4; padding: 0 19px 20px; margin-top: 20px; }
.mub02tjcp .conBox { width: 100%; margin-top: 20px; }
.mub02tjcp .conBox li { width: 280px; float: left; margin-left: 14px; text-align: center; }
.mub02tjcp .conBox li:first-child { margin-left: 0; }
.mub02tjcp .conBox li span { display: block; width: 278px; height: 233px; overflow: hidden; border: 1px solid #e4e4e4; }
.mub02tjcp .conBox li img { display: block; transform: scale(1); transition: all 1s ease-out; width: 278px; height: 233px; }
.mub02tjcp .conBox li:hover img { transform: scale(1.2); }
.mub02tjcp .conBox li em { display: block; font-size: 14px; color: #333; margin-top: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.mub02tjcp .conBox li a { display: block; }

.mub02xgyd { border: 1px solid #e4e4e4; padding: 0 19px 10px; margin-top: 20px; }
.mub02xgyd .conBox { width: 100%; margin-top: 22px; overflow: hidden; }
.mub02xgyd .conBox ul { width: 106%; }
.mub02xgyd .conBox li { width: 416px; overflow: hidden; margin-right: 38px; float: left; margin-bottom: 13px; }
.mub02xgyd .conBox li a { display: block; font-size: 14px; color: #333; float: left; width: 302px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mub02xgyd .conBox li a:hover { color: #669934; }
.mub02xgyd .conBox li span { display: block; font-size: 14px; color: #999; font-family: arial; float: right; }

.mub02Ad { background: #f5f5f5; border: 1px solid #e4e4e4; position: relative; height: 228px; margin-top: 20px; margin-bottom: 20px; }
.mub02Ad .figure { width: 165px; height: 213px; position: absolute; left: 70px; bottom: 0; }
.mub02Ad .figure img { display: block; width: 165px; height: 213px; }
.mub02Ad .conBox { margin-left: 308px; padding-top: 48px; margin-right: 24px; }
.mub02Ad .conBox h3 { font-size: 22px; color: #669934; font-weight: normal; }
.mub02Ad .conBox p { font-size: 15px; color: #333; margin-top: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 40px; }
.mub02Ad .conBox .box { margin-top: 20px; }
.mub02Ad .conBox .box .zxzx { display: block; width: 160px; height: 50px; overflow: hidden; background: #669934; float: left; }
.mub02Ad .conBox .box .zxzx span { display: block; width: 50px; height: 50px; float: left; border-right: 1px solid #fff; background: url(../images/zxzx_icon01.png) no-repeat center; }
.mub02Ad .conBox .box .zxzx em { display: block; width: 109px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #fff; float: left; }
.mub02Ad .conBox .box .phone { float: left; margin-left: 56px; background: url(../images/mub02ad_phone.png) no-repeat left center; padding-left: 44px; margin-top: 4px; }
.mub02Ad .conBox .box .phone span { display: block; font-size: 13px; color: #666; }
.mub02Ad .conBox .box .phone em { display: block; font-size: 24px; color: #669934; font-family: arial; }

/* ── 产品详情 ───────────────────────────────────────────── */
.proDetails, .proList, .fzlc, .about, .linkUs, .qyfc, .honor,
.newsList, .newsCenter, .newsDetails { width: 100%; }

.proDetailsSection, .proListSection, .fzlcSection, .aboutSection,
.linkUsSection, .qyfcSection, .honorSection, .newsListSection,
.newsCenterSection, .HelpDetailsSection { width: 910px; float: right; }

.proDetailsSection .mainCon { border: 1px solid #e4e4e4; padding-bottom: 0; }
.proListSection .mainCon, .fzlcSection .mainCon, .aboutSection .mainCon,
.linkUsSection .mainCon, .qyfcSection .mainCon, .honorSection .mainCon,
.newsListSection .mainCon, .newsCenterSection .mainCon { border: 1px solid #e4e4e4; padding-top: 28px; width: 908px; }
.aboutSection .mainCon, .linkUsSection .mainCon { padding-bottom: 0; }

.proDetailsIntro { width: 100%; height: 384px; border-bottom: 1px solid #e4e4e4; }
.proDetailsIntro .conL { width: 458px; float: left; position: relative; height: 384px; border-right: 1px solid #e4e4e4; }
.proDetailsIntro .conL i { display: block; width: 44px; height: 44px; position: absolute; z-index: 9; cursor: pointer; overflow: hidden; top: 50%; margin-top: -22px; }
.proDetailsIntro .conL i.prev { left: -1px; }
.proDetailsIntro .conL i.next { right: -1px; }
.proDetailsIntro .conL .btnList { width: 100%; height: 10px; text-align: center; position: absolute; bottom: 18px; }
.proDetailsIntro .conL .btnList span { display: inline-block; width: 9px; height: 9px; overflow: hidden; position: relative; background: url(../images/prodetailsintro_icon01.png) no-repeat left top; margin-left: 14px; cursor: pointer; }
.proDetailsIntro .conL .btnList span.cur { background-position: left bottom; }
.proDetailsIntro .conL .btnList span:first-child { margin-left: 0; }
.proDetailsIntro .conL .conBox { width: 458px; height: 384px; position: relative; overflow: hidden; }
.proDetailsIntro .conL .conBox ul { position: absolute; top: 0; left: 0; }
.proDetailsIntro .conL .conBox li { float: left; width: 458px; }
.proDetailsIntro .conL .conBox li img { display: block; width: 458px; height: 383.95px; }
.proDetailsIntro .conR { float: right; padding-top: 40px; width: 391px; height: 350px; position: relative; margin-right: 20px; }
.proDetailsIntro .conR h3, .proDetailsIntro .conR h1 { font-size: 20px; color: #333; font-weight: bold; height: 23px; overflow: hidden; }
.proDetailsIntro .conR i { display: block; height: 1px; margin: 15px 0 18px 0; background: #e4e4e4; }
.proDetailsIntro .conR p { font-size: 14px; color: #666; line-height: 22px; height: 176px; display: inline-block; overflow: hidden; }
.proDetailsIntro .conR .box { width: 100%; position: absolute; bottom: 34px; left: 0; }
.proDetailsIntro .conR .box .zx { display: block; width: 172px; height: 53px; float: left; font-size: 20px; color: #fff; line-height: 53px; background: url(../images/prodetailsintrobg01.png) no-repeat center; text-align: center; }
.proDetailsIntro .conR .box .phone { float: left; padding-left: 42px; background: url(../images/prodetailsintro_phone.png) no-repeat left center; margin-left: 18px; margin-top: 6px; }
.proDetailsIntro .conR .box .phone span { display: block; font-size: 13px; color: #666; }
.proDetailsIntro .conR .box .phone em { display: block; font-size: 24px; color: #669934; font-family: arial; }

.proDetailsCanS { width: 870px; margin: 20px auto 0; }
.proDetailsCanS .menu { width: 100%; height: 54px; margin-bottom: 20px; border-bottom: 1px solid #e4e4e4; }
.proDetailsCanS .menu li { float: left; width: 148px; border: 1px solid #e4e4e4; height: 53px; line-height: 53px; text-align: center; font-size: 14px; color: #000; border-left: none; border-bottom: none; cursor: pointer; }
.proDetailsCanS .menu li:first-child { border-left: 1px solid #e4e4e4; }
.proDetailsCanS .menu li.status_on { background: #669934; border-color: #669934; color: #fff; }
.proDetailsCanS .conBox { width: 100%; background: #fff; line-height: 22px; }
.proDetailsCanS .conBox .box { width: 100%; height: 100%; background: #fff; }
.proDetailsCanS .conBox .box p, .proDetailsCanS .conBox .box div { padding-top: 7px; line-height: 27px; font-size: 16px; }
.proDetailsCanS .conBox .box img { margin: 0 auto; display: block; }

.proDetailsLy { width: 870px; margin: 30px auto 0; }
.proDetailsLy .conBox .box1 { width: 100%; margin-top: 33px; }
.proDetailsLy .conBox .box1 .Input { width: 427px; height: 58px; border: 1px solid #e4e4e4; float: left; margin-bottom: 10px; margin-left: 12px; }
.proDetailsLy .conBox .box1 input { width: 354px; padding-left: 22px; padding-right: 51px; font-size: 16px; color: #999; line-height: 58px; outline: none; border: none; }
.proDetailsLy .conBox .box1 .Input1 { margin-left: 0; }
.proDetailsLy .conBox .box1 .Input1 input { background: url(../images/prodetailsly_icon01.png) no-repeat 386px center; }
.proDetailsLy .conBox .box1 .Input2 input { background: url(../images/prodetailsly_icon02.png) no-repeat 386px center; }
.proDetailsLy .conBox .box1 textarea { padding-left: 22px; width: 795px; height: 150px; border: 1px solid #e0e0e0; padding-top: 18px; font-size: 16px; color: #999; outline: none; resize: none; padding-right: 51px; }
.proDetailsLy .conBox .box1 .yzmtj { margin-top: 20px; }
.proDetailsLy .conBox .box1 .yzmtj img { margin: 10px 0 15px 15px; }
.proDetailsLy .conBox .box1 .yzmtj .sr { width: 250px; float: left; border: 1px solid #e0e0e0; }
.proDetailsLy .conBox .box1 .yzmtj .sr span { display: block; font-size: 16px; color: #999; height: 58px; line-height: 58px; float: left; border-right: 1px solid #e0e0e0; width: 100px; text-align: center; }
.proDetailsLy .conBox .box1 .yzmtj .sr input { padding: 0 10px; width: 127px; float: left; border: none; line-height: 58px; font-size: 16px; color: #999; height: 58px; outline: none; }
.proDetailsLy .conBox .box1 .yzmtj .tj { display: block; width: 410px; height: 60px; line-height: 60px; font-size: 22px; color: #fff; text-align: center; background: #669934; float: left; }

/* ── 产品列表 ───────────────────────────────────────────── */
.proListSection .mainCon .conBox { width: 870px; margin: 20px auto 0; padding-bottom: 30px; }
.proListSection .mainCon .conBox ul { width: 104%; }
.proListSection .mainCon .conBox li { float: left; width: 280px; margin-right: 15px; margin-bottom: 20px; }
.proListSection .mainCon .conBox li.noMl { margin-right: 0; }
.proListSection .mainCon .conBox li .Pic { width: 278px; height: 233.05px; border: 1px solid #e4e4e4; overflow: hidden; display: block; }
.proListSection .mainCon .conBox li .Pic img { display: block; width: 278px; height: 233.05px; transform: scale(1); transition: all 1s ease-out; }
.proListSection .mainCon .conBox li .intro { width: 280px; height: 140px; text-align: center; padding-top: 14px; position: relative; }
.proListSection .mainCon .conBox li .intro h3 { font-size: 16px; color: #333; font-weight: bold; margin-bottom: 12px; width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.proListSection .mainCon .conBox li .intro h3 a { color: #669934; }
.proListSection .mainCon .conBox li .intro p { line-height: 20px; color: #666; font-size: 14px; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; height: 62px; }
.proListSection .mainCon .conBox li .intro .btn { overflow: hidden; width: 241px; height: 42px; background: url(../images/prolistbg01.png) no-repeat center; position: absolute; bottom: 0; left: 20px; }
.proListSection .mainCon .conBox li .intro .btn a { display: block; width: 120px; height: 42px; line-height: 42px; text-align: center; float: left; font-size: 14px; color: #777; }
.proListSection .mainCon .conBox li .intro .btn a i { display: inline-block; width: 7px; height: 12px; background: url(../images/mub02_jt03.png) no-repeat center; margin-left: 8px; position: relative; top: 2px; }
.proListSection .mainCon .conBox li .intro .btn a:first-child { border-right: 1px solid #eaeaea; }
.proListSection .mainCon .conBox li .intro .btn a:hover { color: #fff; }
.proListSection .mainCon .conBox li .intro .btn a.more:hover { background: url(../images/prolistbg02.png) no-repeat center; }
.proListSection .mainCon .conBox li .intro .btn a.more:hover i { background: url(../images/mub02_jt02.png) no-repeat center; }
.proListSection .mainCon .conBox li .intro .btn a.zx:hover { background: url(../images/prolistbg03.png) no-repeat center; }
.proListSection .mainCon .conBox li .intro .btn a.zx:hover i { background: url(../images/mub02_jt02.png) no-repeat center; }
.proListSection .mainCon .conBox li:hover .Pic img { transform: scale(1.2); }

/* ── 通用卡片组件 ────────────────────────────────────────── */
/* 图片+标题 */
dl.dl_2 { width: 280px; float: left; margin: 0 5px 26px; text-align: center; }
dl.dl_2 dt { display: block; width: 278px; height: 185px; border: 1px solid #e4e4e4; overflow: hidden; }
dl.dl_2 dt img { display: block; width: 278px; height: 185px; transform: scale(1); transition: all 1s ease-out; }
dl.dl_2:hover dt img { transform: scale(1.2); }
dl.dl_2 dd { float: left; width: 280px; margin: 8px 0; height: 24px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #333; font-size: 14px; line-height: 24px; transition: all 0.2s ease-out; }
dl.dl_2:hover dd, dl.dl_2:hover dd a { color: #669934; }

/* 图片+标题+简介 */
dl.dl_42 { width: 280px; height: 350px; margin-right: 15px; float: left; margin-bottom: 20px; }
dl.dl_42.noMl { margin-right: 0; }
dl.dl_42 dt { display: block; width: 280px; height: 214.75px; overflow: hidden; }
dl.dl_42 dt .Pic { width: 278px; height: 214.75px; border: 1px solid #e4e4e4; overflow: hidden; display: block; }
dl.dl_42 dt img { display: block; transform: scale(1); transition: all 2s ease-out; width: 278px; height: 212px; }
dl.dl_42 dt:hover img { transform: scale(1.2); }
dl.dl_42 dd { padding: 13px 2px 0; height: 118px; background: #fff; position: relative; }
dl.dl_42 dd h4 { font-size: 16px; color: #333; font-weight: normal; width: 280px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
dl.dl_42 dd h4 a { color: #333; font-weight: bold; }
dl.dl_42 dd p { line-height: 22px; color: #666; font-size: 14px; margin-top: 14px; }
dl.dl_42 dd .btn { overflow: hidden; width: 241px; height: 42px; background: url(../images/prolistbg01.png) no-repeat center; position: absolute; bottom: 0; left: 20px; }
dl.dl_42 dd .btn a { display: block; width: 120px; height: 42px; line-height: 42px; text-align: center; float: left; font-size: 14px; color: #777; }
dl.dl_42 dd .btn a:first-child { border-right: 1px solid #eaeaea; }
dl.dl_42 dd .btn a:hover { color: #fff; }
dl.dl_42 dd:hover h4 a { color: #669934; }
dl.dl_42 dd .btn a.more:hover { background: url(../images/prolistbg02.png) no-repeat center; }
dl.dl_42 dd .btn a.zx:hover { background: url(../images/prolistbg03.png) no-repeat center; }

/* 图片+标题+简介（高版本，解决冲突） */
dl.dl_yy { width: 280px; height: 390px; margin-right: 15px; float: left; margin-bottom: 20px; }
dl.dl_yy.noMl { margin-right: 0; }
dl.dl_yy dt { display: block; width: 280px; height: 214.75px; overflow: hidden; }
dl.dl_yy dt .Pic { width: 278px; height: 214.75px; border: 1px solid #e4e4e4; overflow: hidden; display: block; }
dl.dl_yy dt img { display: block; transform: scale(1); transition: all 2s ease-out; width: 278px; height: 215px; }
dl.dl_yy dt:hover img { transform: scale(1.2); }
dl.dl_yy dd { padding: 13px 2px 0; height: 160px; background: #fff; position: relative; }
dl.dl_yy dd h4 { font-size: 16px; color: #333; font-weight: normal; width: 280px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
dl.dl_yy dd h4 a { color: #333; font-weight: bold; }
dl.dl_yy dd p { line-height: 22px; color: #666; font-size: 14px; margin-top: 14px; }
dl.dl_yy dd .btn { overflow: hidden; width: 241px; height: 42px; background: url(../images/prolistbg01.png) no-repeat center; position: absolute; bottom: 0; left: 20px; }
dl.dl_yy dd .btn a { display: block; width: 120px; height: 42px; line-height: 42px; text-align: center; float: left; font-size: 14px; color: #777; }
dl.dl_yy dd .btn a:first-child { border-right: 1px solid #eaeaea; }
dl.dl_yy dd .btn a:hover { color: #fff; }
dl.dl_yy dd:hover h4 a { color: #669934; }
dl.dl_yy dd .btn a.more:hover { background: url(../images/prolistbg02.png) no-repeat center; }
dl.dl_yy dd .btn a.zx:hover { background: url(../images/prolistbg03.png) no-repeat center; }

/* 合作伙伴（5列） */
dl.dl_2s { float: left; width: 205px; margin-bottom: 16px; margin-right: 16px; }
dl.dl_2s.noMl { margin-right: 0; }
dl.dl_2s dt img { width: 205px; height: 201px; background: #eee; display: block; overflow: hidden; padding: 2px; transition: background 0.5s ease; }
dl.dl_2s dd { float: left; width: 205px; margin: 8px 0; height: 24px; text-align: center; color: #333; font-size: 14px; line-height: 24px; transition: all 0.2s ease-out; }
dl.dl_2s dd h4 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
dl.dl_2s:hover dt img { background: #669934; }
dl.dl_2s:hover dd, dl.dl_2s:hover dd a { color: #669934; }

/* 图片+标题（有链接） */
dl.dl_yl { width: 280px; float: left; margin: 0 5px 26px; text-align: center; }
dl.dl_yl dt { display: block; width: 278px; height: 185px; border: 1px solid #e4e4e4; overflow: hidden; }
dl.dl_yl dt img { display: block; width: 278px; height: 185px; transform: scale(1); transition: all 1s ease-out; }
dl.dl_yl:hover dt img { transform: scale(1.2); }
dl.dl_yl dd { float: left; width: 280px; margin: 8px 0; height: 24px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #333; font-size: 14px; line-height: 24px; transition: all 0.2s ease-out; }
dl.dl_yl:hover dd, dl.dl_yl:hover dd a { color: #669934; }

/* ── 新闻列表 / 新闻中心 / 新闻详情 ─────────────────────── */
.newsListSection .newsListIntro { width: 870px; margin: 40px auto 0; }
.newsListSection .newsListIntro .box1 { padding-bottom: 20px; }
.newsListSection .newsListIntro .box1 dt { float: left; width: 290px; height: 190px; overflow: hidden; }
.newsListSection .newsListIntro .box1 dt img { display: block; width: 290px; }
.newsListSection .newsListIntro .box1 dd { width: 552px; float: right; position: relative; height: 153px; }
.newsListSection .newsListIntro .box1 dd h3 { font-size: 16px; color: #333; font-weight: bold; width: 550px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newsListSection .newsListIntro .box1 dd h3 a { color: #333; }
.newsListSection .newsListIntro .box1 dd p { font-size: 14px; color: #666; line-height: 24px; margin-top: 18px; }
.newsListSection .newsListIntro .box1 dd a.more { font-size: 13px; color: #999; text-align: center; width: 110px; height: 40px; line-height: 40px; display: block; position: absolute; left: 0; bottom: 0; border: 1px solid #e4e4e4; }
.newsListSection .newsListIntro .box1 dd a.more:hover { background: #669934; color: #fff; border-color: #669934; }
.newsListSection .newsListIntro .box1 dd:hover h3 a { color: #669934; }
.newsListSection .newsListIntro .box2 dl { padding: 18px 0; border-top: 1px solid #e4e4e4; }
.newsListSection .newsListIntro .box2 dt { width: 170px; height: 104px; background: #f5f5f5; text-align: center; padding-top: 32px; float: left; }
.newsListSection .newsListIntro .box2 dt span { display: block; font-size: 42px; color: #666; font-weight: bold; font-family: arial; }
.newsListSection .newsListIntro .box2 dt em { font-size: 16px; color: #666; display: block; font-family: arial; }
.newsListSection .newsListIntro .box2 dd { width: 682px; height: 136px; position: relative; float: right; }
.newsListSection .newsListIntro .box2 dd h3 { font-size: 16px; color: #333; font-weight: bold; width: 628px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newsListSection .newsListIntro .box2 dd h3 a { color: #333; }
.newsListSection .newsListIntro .box2 dd p { line-height: 24px; margin-top: 14px; font-size: 14px; color: #666; width: 628px; }
.newsListSection .newsListIntro .box2 dd span { display: block; padding-left: 25px; position: absolute; left: 0; bottom: 0; background: url(../images/label.png) no-repeat left center; line-height: 18px; }
.newsListSection .newsListIntro .box2 dd span a { color: #999; font-size: 12px; }
.newsListSection .newsListIntro .box2 dd a.more { display: block; width: 37px; height: 37px; position: absolute; right: 0; top: 50%; margin-top: -18px; overflow: hidden; }
.newsListSection .newsListIntro .box2 dl:hover dt { background: #669934; }
.newsListSection .newsListIntro .box2 dl:hover dt span, .newsListSection .newsListIntro .box2 dl:hover dt em { color: #fff; }
.newsListSection .newsListIntro .box2 dl:hover dd h3 a { color: #669934; }

.newsCenterSection .mainCon { padding-top: 0; }
.newsCenterSection .newsCenterIntro { width: 870px; margin: 0 auto; }
.newsCenterSection .newsCenterIntro .box { padding-bottom: 16px; }
.newsCenterSection .newsCenterIntro .box:first-child .mub02Top2 { background-image: none; }
.newsCenterSection .newsCenterIntro .box dl { margin-top: 30px; }
.newsCenterSection .newsCenterIntro .box dt { float: left; width: 290px; height: 190px; }
.newsCenterSection .newsCenterIntro .box dt img { display: block; width: 290px; height: 151px; }
.newsCenterSection .newsCenterIntro .box dd { width: 552px; float: right; position: relative; height: 153px; }
.newsCenterSection .newsCenterIntro .box dd h3 { font-size: 16px; color: #333; font-weight: normal; width: 550px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newsCenterSection .newsCenterIntro .box dd h3 a { color: #333; }
.newsCenterSection .newsCenterIntro .box dd p { font-size: 14px; color: #666; line-height: 24px; margin-top: 12px; }
.newsCenterSection .newsCenterIntro .box dd a.more { font-size: 13px; color: #999; text-align: center; width: 110px; height: 40px; line-height: 40px; display: block; position: absolute; left: 0; bottom: 0; border: 1px solid #e4e4e4; }
.newsCenterSection .newsCenterIntro .box dd a.more:hover { background: #669934; color: #fff; border-color: #669934; }
.newsCenterSection .newsCenterIntro .box dd:hover h3 a { color: #669934; }
.newsCenterSection .newsCenterIntro .box ul { width: 106%; margin-top: 1px; }
.newsCenterSection .newsCenterIntro .box li { width: 416px; overflow: hidden; margin-right: 38px; float: left; margin-bottom: 13px; }
.newsCenterSection .newsCenterIntro .box li a { display: block; font-size: 14px; color: #333; float: left; width: 302px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newsCenterSection .newsCenterIntro .box li a:hover { color: #669934; }
.newsCenterSection .newsCenterIntro .box li span { display: block; font-size: 14px; color: #999; font-family: arial; float: right; }

.newsDetails .InpageSidebar01 { float: right; }
.newsDetailsSection { width: 910px; float: left; position: relative; }
.newsDetailsSection .article { border: 1px solid #e4e4e4; width: 908px; position: relative; }
.newsDetailsSection .article .conBox { padding: 20px 19px 0; }
.newsDetailsSection .article .title h1 { font-size: 22px; color: #333; font-weight: normal; margin-bottom: 20px; }

/* 新闻标题列表 */
.news_ul { width: 106%; }
.news_ul li { width: 416px; overflow: hidden; margin-right: 38px; float: left; margin-bottom: 13px; }
.news_ul li a { display: block; font-size: 14px; color: #333; float: left; width: 302px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_ul li a:hover { color: #669934; }
.news_ul li span { display: block; font-size: 14px; color: #999; font-family: arial; float: right; }

/* 标题+简介列表 */
.inf_lc li { padding: 7px 20px 0 0; border: 1px solid white; border-radius: 8px; height: 130px; overflow: hidden; margin: 0 0 30px; background: #f9f9f9; }
.inf_lc li:hover { border-color: #669934; border-radius: 4px; }
.inf_lc li em { padding: 36px 5px 0 0; text-align: center; float: left; width: 64px; overflow: hidden; }
.inf_lc li em b { font-weight: 100; display: block; line-height: 36px; height: 36px; overflow: hidden; font-size: 36px; font-family: Arial; text-transform: uppercase; }
.inf_lc li em span { font-weight: 100; display: block; line-height: 16px; height: 16px; overflow: hidden; font-size: 12px; font-family: Arial; text-transform: uppercase; color: #343434; }
.inf_lc li p { padding: 0 0 0 14px; line-height: 26px; width: 670px; overflow: hidden; font-size: 14px; float: left; color: #666; }
.inf_lc li p b { display: block; font-weight: 100; color: #669934; line-height: 30px; height: 30px; margin: 5px 0; font-size: 15px; }
.inf_lc li p b a, .inf_lc li p b a:hover { color: #669934; font-weight: bold; }
.inf_lc li .fr { margin: 50px 0 0; width: 70px; height: 25px; line-height: 25px; text-align: center; color: #fff; background-color: #999; }
.inf_lc li .fr:hover { background: #669934; }

/* ── 企业风采 / 荣誉 / 发展历程 / 关于 / 联系 ───────────── */
.qyfcSection .mainCon .qyfcIntro { width: 870px; margin: 20px auto 0; padding-bottom: 20px; overflow: hidden; }
.qyfcSection .mainCon .qyfcIntro dt { float: left; width: 600px; height: 474px; }
.qyfcSection .mainCon .qyfcIntro dt img { display: block; width: 600px; height: 474px; }
.qyfcSection .mainCon .qyfcIntro dd { width: 222px; float: right; position: relative; height: 394px; background: #669934; padding-top: 80px; padding-left: 48px; }
.qyfcSection .mainCon .qyfcIntro dd h4 { font-size: 15px; color: #fff; }
.qyfcSection .mainCon .qyfcIntro dd h3 { font-size: 24px; color: #fff; }
.qyfcSection .mainCon .qyfcIntro dd span { display: block; margin-top: 28px; font-size: 12px; color: #fff; font-family: arial; }
.qyfcSection .mainCon .qyfcIntro dd i { display: block; width: 54px; height: 2px; background: #fff; margin-top: 208px; }
.qyfcSection .mainCon .qyfcIntro dd em { display: block; margin-top: 18px; color: #fff; font-size: 14px; }
.qyfcSection .mainCon .qyfcIntro dd p { font-size: 24px; color: #fff; font-family: arial; }
.qyfcSection .mainCon .qyfcIntro ul { margin-top: 19px; width: 102%; }
.qyfcSection .mainCon .qyfcIntro li { width: 280px; float: left; margin-right: 15px; text-align: center; margin-bottom: 26px; }
.qyfcSection .mainCon .qyfcIntro li span { display: block; width: 278px; height: 185px; border: 1px solid #e4e4e4; overflow: hidden; }
.qyfcSection .mainCon .qyfcIntro li img { display: block; width: 278px; height: 220px; transform: scale(1); transition: all 1s ease-out; }
.qyfcSection .mainCon .qyfcIntro li:hover img { transform: scale(1.2); }
.qyfcSection .mainCon .qyfcIntro li a { display: block; }
.qyfcSection .mainCon .qyfcIntro li em { display: block; margin-top: 14px; font-size: 16px; color: #333; }

.honorSection .mainCon .honorShow { width: 870px; margin: 20px auto 0; padding-bottom: 17px; overflow: hidden; }
.honorSection .mainCon .honorShow .box { height: 295px; margin-bottom: 24px; }
.honorSection .mainCon .honorShow .box ul { height: 368px; }
.honorSection .mainCon .honorShow .box li { width: 270px; float: left; margin-left: 25px; text-align: center; }
.honorSection .mainCon .honorShow .box li:nth-child(1), .honorSection .mainCon .honorShow .box li:nth-child(4) { margin-left: 0; }
.honorSection .mainCon .honorShow .box li span { display: block; width: 268px; height: 195.91px; border: 1px solid #e4e4e4; overflow: hidden; }
.honorSection .mainCon .honorShow .box li img { display: block; width: 268px; height: 196px; transform: scale(1); transition: all 1s ease-out; }
.honorSection .mainCon .honorShow .box li:hover img { transform: scale(1.2); }
.honorSection .mainCon .honorShow .box li em { display: block; margin-top: 10px; font-size: 16px; color: #333; height: 40px; line-height: 25px; overflow: hidden; width: 270px; white-space: nowrap; text-overflow: ellipsis; }
.honorSection .mainCon .honorShow .box li a { display: block; }

.fzlcSection .mainCon .conBox { width: 870px; margin: 62px auto 0; padding-bottom: 56px; }
.fzlcSection .mainCon .conBox .con { margin-left: 124px; border-left: 1px solid #e4e4e4; }
.fzlcSection .mainCon .conBox .fzlcTime { float: left; margin-left: -96px; margin-top: 22px; }
.fzlcSection .mainCon .conBox .fzlcTime span { font-size: 32px; color: #669934; font-weight: bold; font-family: arial; }
.fzlcSection .mainCon .conBox .fzlcTime i { display: inline-block; width: 30px; height: 1px; background: #669934; position: relative; top: -10px; margin-left: 10px; }
.fzlcSection .mainCon .conBox .box { margin-top: 50px; }
.fzlcSection .mainCon .conBox .box:first-child { margin-top: 0; }
.fzlcSection .mainCon .conBox dl { float: left; margin-left: 32px; width: 690px; }
.fzlcSection .mainCon .conBox dt { float: left; margin-right: 20px; }
.fzlcSection .mainCon .conBox dt img { display: block; width: 250px; height: 190px; }
.fzlcSection .mainCon .conBox dd { float: left; width: 420px; }
.fzlcSection .mainCon .conBox dd p { font-size: 14px; color: #333; line-height: 24px; }

.aboutSection .mainCon .conBox { width: 870px; margin: 20px auto 0; padding-bottom: 20px; background: #fff; line-height: 24px; }
.aboutSection .mainCon .conBox p { padding-top: 10px; line-height: 34px; }

.linkUsSection .mainCon .conBox { width: 870px; margin: 20px auto 0; padding-bottom: 20px; background: #fff; line-height: 24px; }
.linkUsSection .mainCon .conBox p { font-size: 14px; }
.linkUsSection .mainCon .linkUsIntro { width: 870px; margin: 40px auto 0; padding-bottom: 40px; }
.linkUsSection .mainCon .linkUsIntro ul li { float: left; }
.linkUsSection .mainCon .linkUsIntro ul li img { display: block; width: 440px; height: 280px; float: left; margin-right: 20px; }
.linkUsSection .mainCon .linkUsIntro ul li h3 { font-size: 20px; color: #333; font-weight: normal; }
.linkUsSection .mainCon .linkUsIntro ul li p { font-size: 14px; color: #333; line-height: 24px; margin-top: 22px; }
.linkUsSection .mainCon .linkUsIntro .zxzx { display: block; width: 160px; height: 50px; overflow: hidden; background: #669934; }
.linkUsSection .mainCon .linkUsIntro .zxzx span { display: block; width: 50px; height: 50px; float: left; border-right: 1px solid #e56100; background: url(../images/zxzx_icon01.png) no-repeat center; }
.linkUsSection .mainCon .linkUsIntro .zxzx em { display: block; width: 109px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #fff; float: left; }
.linkUsSection .linkUsAddress { width: 870px; margin: 0 auto; }
.linkUsSection .linkUsAddress ul { border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; }
.linkUsSection .linkUsAddress li { width: 290px; padding-top: 48px; height: 282px; background: url(../images/linkusaddressbg01.png) repeat-y; text-align: center; float: left; }
.linkUsSection .linkUsAddress li img { display: block; margin: 0 auto; }
.linkUsSection .linkUsAddress li h3 { margin: 12px 0 42px 0; font-size: 16px; color: #669934; font-weight: normal; }
.linkUsSection .linkUsAddress li p { font-size: 14px; color: #333; margin-bottom: 6px; line-height: 22px; }
.linkUsSection .LinkUsMap { width: 870px; margin: 20px auto 0; }
.linkUsSection .LinkUsMap img { display: block; width: 870px; height: 380px; }

/* 产品详情页联系 */
.proDetailsCanS .conBox .box .linkUsIntro { width: 870px; margin: 40px auto 0; padding-bottom: 40px; }
.proDetailsCanS .conBox .box .linkUsIntro ul li { float: left; }
.proDetailsCanS .conBox .box .linkUsIntro ul li img { display: block; width: 440px; height: 280px; float: left; margin-right: 20px; }
.proDetailsCanS .conBox .box .linkUsIntro ul li h3 { font-size: 20px; color: #333; font-weight: normal; }
.proDetailsCanS .conBox .box .linkUsIntro ul li p { font-size: 14px; color: #333; line-height: 24px; margin-top: 22px; }
.proDetailsCanS .conBox .box .linkUsAddress { width: 870px; margin: 0 auto; }
.proDetailsCanS .conBox .box .linkUsAddress ul { border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; }
.proDetailsCanS .conBox .box .linkUsAddress li { width: 290px; padding-top: 48px; height: 282px; background: url(../images/linkusaddressbg01.png) repeat-y; text-align: center; float: left; }
.proDetailsCanS .conBox .box .linkUsAddress li img { display: block; margin: 0 auto; }
.proDetailsCanS .conBox .box .linkUsAddress li h3 { margin: 12px 0 42px 0; font-size: 16px; color: #669934; font-weight: normal; }
.proDetailsCanS .conBox .box .linkUsAddress li p { font-size: 14px; color: #333; margin-bottom: 6px; line-height: 22px; }
.proDetailsCanS .conBox .box .LinkUsMap, .proDetailsCanS .conBox .box .linkUsAddress .LinkUsMap { width: 100%; margin-top: 20px; }
.proDetailsCanS .conBox .box .LinkUsMap img, .proDetailsCanS .conBox .box .linkUsAddress .LinkUsMap img { display: block; width: 870px; height: 380px; }

/* ── 搜索 / 网站地图 ────────────────────────────────────── */
.InpageSearch { width: 100%; }
.InpageSearch .top { padding-top: 52px; height: 108px; background: #e5e5e5; }
.InpageSearch .Input { width: 608px; height: 57px; position: relative; margin: 0 auto; }
.InpageSearch .Input input { width: 520px; height: 57px; line-height: 57px; padding: 0 60px 0 28px; font-size: 16px; color: #333; border: none; background: url(../images/inpagesearchbg01.png) no-repeat center; outline: none; }
.InpageSearch .Input a { display: block; width: 47px; height: 47px; position: absolute; right: 4px; top: 4px; }
.InpageSearch .mainCon { padding: 30px; background: #fff; }
.InpageSearch .mainCon .conBox .searchTitle { margin-bottom: 20px; font-size: 24px; color: #333; font-weight: normal; }
.InpageSearch .mainCon .conBox .box { width: 100%; }
.InpageSearch .mainCon .conBox .box li { padding: 20px 0 1px; border-bottom: 1px solid #e5e5e5; }
.InpageSearch .mainCon .conBox .box li:first-child { border-top: 1px solid #e5e5e5; }
.InpageSearch .mainCon .conBox .box li h3 { font-size: 16px; color: #333; font-weight: normal; }
.InpageSearch .mainCon .conBox .box li h3 a { color: #333; }
.InpageSearch .mainCon .conBox .box li p.p1 { font-size: 14px; color: #666; line-height: 20px; margin-top: 18px; }
.InpageSearch .mainCon .conBox .box li p.p2 { overflow: hidden; height: 16px; line-height: 16px; margin-top: 30px; }
.InpageSearch .mainCon .conBox .box li p.p2 span { display: block; float: left; font-size: 14px; color: #666; }
.InpageSearch .mainCon .conBox .box li:hover h3 a { color: #669934; }
#paging ul { width: 898px; }
#paging .paging { margin-top: 20px; }

.map_main { overflow: hidden; border: solid 5px #f0f0f0; margin: 20px 0; padding-bottom: 30px; background: #fff; }
.sitemap_con { width: 1120px; margin: 0 auto; color: #666; }
.sitemap_con .map_top { border-bottom: solid 1px #d7d7d7; }
.sitemap_con h4 { line-height: 30px; margin: 10px 0; width: 100%; }
.sitemap_con h4 a { color: #000; font-size: 18px; }
.b4 { border: 1px dashed #efefef; padding: 10px 5px; }
.b4 ul { padding: 0 11px; }
.b4 li { float: left; line-height: 25px; height: 25px; text-overflow: ellipsis; white-space: nowrap; width: 342px; overflow: hidden; margin: 0 10px; }
.b4 li a { color: #000; }
.b4 li a:hover { color: #669934; }

/* ── 表单 / 留言 ─────────────────────────────────────────── */
.formbox { font-size: 14px; margin-bottom: 20px; padding-top: 20px; }
.formbox input[type="button"] { cursor: pointer; }
.formbox table tbody tr td input,
.formbox table tbody tr td textarea { width: 300px; padding: 5px; border: 1px solid #666; }
.formbox table tbody tr td input:focus,
.formbox table tbody tr td textarea:focus { border: 1px solid #669934; outline: none; }
.formbox table tbody tr td input.b18 { width: 80px; height: 30px; }
.formbox em { display: block; width: 317px; height: 34px; position: relative; }
.formbox .sc { display: block; z-index: 2; width: 16px; height: 15px; position: absolute; right: 10px; top: 9px; }

/* 友情链接 */
.sp-title { width: 100%; height: 40px; border: none; line-height: 25px; overflow: hidden; color: #444; margin-right: 2px; padding-top: 20px; }
.sp-title li { width: 100%; height: 42px; line-height: 42px; background: #e2e2e2; float: left; overflow: hidden; }
.sp-title li a { font-size: 15px; color: #333; }
.sp-title li .yqljsq { float: left; margin-left: 15px; font-size: 15px; }
.sp-title li .yqljck { float: right; margin-right: 15px; }
.link2 { border: 1px solid #d7d7d7; padding: 8px 10px; line-height: 22px; color: #555; margin-top: 10px; margin-bottom: 10px; }
.link2 a { padding: 0 8px; font-size: 16px; color: #000; }
.link_bg { background: #fff; height: 80px; margin-top: 10px; }
.link_bg h4 { font-size: 14px; float: left; margin: 10px 0 0; font-weight: normal; line-height: 20px; }
.link_bg span { font-size: 26px; font-family: times new roman; display: block; margin-top: 4px; }
.links_n { height: 70px; line-height: 70px; width: 1075px; float: left; margin-left: 20px; }
.links_n a { border-right: 1px dotted #222; padding: 0 20px; }

/* 内容区容器 */
.cpright { width: 1160px; background: #fff; padding: 10px 20px; margin: 0 auto; }
.FMain { padding-top: 20px; }
.yplj_con { width: 100%; background: url(../images/yplj_ing.jpg) no-repeat center; padding-bottom: 30px; }

/* ── 首页产品优势 con1/con3（三列：左文字 + 中图片 + 右文字）─── */
.con1, .con3 {
    display: grid;
    grid-template-columns: 1fr 300px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "dl1 img dl2"
        "dl3 img dl4";
    width: 100%;
    padding: 20px 0;
}
.con1 .dl1, .con3 .dl1 { grid-area: dl1; text-align: right; padding: 10px 20px; }
.con1 .dl2, .con3 .dl2 { grid-area: dl2; text-align: left;  padding: 10px 20px; }
.con1 .dl3, .con3 .dl3 { grid-area: dl3; text-align: right; padding: 10px 20px; }
.con1 .dl4, .con3 .dl4 { grid-area: dl4; text-align: left;  padding: 10px 20px; }
.con1 .pImg, .con3 .pImg {
    grid-area: img;
    grid-row: 1 / 3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con1 .pImg img, .con3 .pImg img {
    max-width: 100%;
    height: auto;
    display: block;
}
.con1 dl dd b, .con3 dl dd b {
    display: block;
    font-size: 16px;
    color: #669934;
    font-weight: bold;
    margin-bottom: 8px;
}
.con1 dl dd p, .con3 dl dd p {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}

/* ── 首页产品优势 con2（左图右文两列）─── */
.con2.conbox03 {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
}
.con2.conbox03 .fl {
    flex: 0 0 auto;
}
.con2.conbox03 .fl img {
    display: block;
    max-width: 100%;
    height: auto;
}
.con2.conbox03 .conboxText {
    flex: 1;
}
.con2.conbox03 .conboxText h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.con2.conbox03 .conboxText p {
    font-size: 14px;
    color: #666;
    line-height: 1.9;
}

/* cpysCon 外层容器 */
.cpysCon { width: 100%; }

/* ===== 资讯列表 box2 溢出修复 ===== */
.newsListSection .newsListIntro .box2 dd {
    height: auto;
    min-height: 104px;
    padding-bottom: 30px;
    box-sizing: border-box;
    width: calc(100% - 180px);
}
.newsListSection .newsListIntro .box2 dd h3,
.newsListSection .newsListIntro .box2 dd p {
    width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}
.newsListSection .newsListIntro .box2 dd p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
