@import url(./main.css);
@import url(./commer.css);
@import url(./mbnav.css);
@import url(./banner.css);
body { --base-color: #1aad5d; min-height: 100vh; display: flex; flex-direction: column; }

.page-main { flex: 1; }

.title { flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; margin-bottom: 1rem; }

.title .title_cn { color: var(--base-color); margin: 5px 0; font-size: 28px; font-weight: bold; letter-spacing: 1px; }

.title .title_en { color: #999; font-size: 16px; display: inline-block; margin-bottom: 20px; }

.title::after { content: ""; position: absolute; width: 80px; background-color: var(--base-color); height: 3px; left: 50%; transform: translateX(-50%); bottom: 0px; }

.hover-scale { cursor: pointer; }

.hover-scale:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.hover-translateY { cursor: pointer; }

.hover-translateY:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; -webkit-transform: translateY(-2%); -moz-transform: translateY(-2%); -ms-transform: translateY(-2%); -o-transform: translateY(-2%); transform: translateY(-2%); }

.wz-col { width: 100%; }

.wz-row { padding: 10px; box-sizing: border-box; }

.wz-rowbox { width: 100%; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; background-color: #fff; }

.wz-img { overflow: hidden; object-fit: contain; }

.wz-font { flex: 1; }

.wz-text { font-size: 15px; text-align: justify; color: #525b69; }

/* ===== ABOUT START ===== */
.about-in .text-tit { margin-bottom: 10px; font-weight: bold; color: var(--base-color); }

.about-in .text-desc-p { color: #999; }

.about-in .text-item { margin-left: 0 !important; }

.about-wrap:nth-child(1) .text-item { margin-left: 20px; }

.about-wrap:nth-child(1) .image-item { max-width: 480px; width: 46%; aspect-ratio: 480 / 305; }

.about-wrap:nth-child(2) { margin-top: 20px; }

.about-wrap:nth-child(2) .text-item { margin-right: 20px; }

.about-wrap:nth-child(2) .image-item { max-width: 535px; width: 46%; aspect-ratio: 535 / 310; }

.about-wrap .text-item { flex: 1; }

.about-wrap .text-item .con { max-height: 340px; overflow-y: auto; box-sizing: border-box; padding-right: 10px;}

.about-wrap .text-item .con h3 { margin: 10px 0; color: var(--base-color); font-weight: bold; font-size: 26px; }

.about-wrap .text-item .con .top-p { font-weight: bold; color: #333; margin-bottom: 10px; font-size: 18px; }

.about-wrap .text-item .text-p { color: #333; text-align: justify; line-height: 1.7; font-size: 1rem; }

.about-wrap-in .image-item { max-width: 560px; width: 47%; aspect-ratio: 560 / 420; }

/* ===== ABOUT END ===== */
.advantage { background-color: #f6f6f6; }

.advantage .wz-colbox { margin: 0 -10px; }

.advantage .wz-row { padding: 10px; }

.advantage .wz-font { padding: 10px; }

.advantage .wz-img { width: 100%; aspect-ratio: 285 / 185; }

.advantage .wz-img img { width: 100%; }

.advantage .wz-h2 { font-weight: bold; font-size: 19px; margin-bottom: 10px; color: #000; }

.culture { width: 100%; height: 592px; background-image: url("../../images/about_2.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; }

.culture .wz-colbox { width: 100%; height: 350px; }

.culture .wz-row { position: relative; }

.culture .wz-row:not(:first-child)::after { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: rgba(255, 255, 255, 0.3); }

.culture .wz-rowbox { box-shadow: none; padding: 20px; background-color: transparent; }

.culture .wz-img { overflow: hidden; width: 50px; aspect-ratio: 1 / 1; object-fit: contain; margin-bottom: 20px; }

.culture .wz-text { font-size: 14px; text-align: center; color: #fff; }

.culture .wz-h2 { text-align: center; font-size: 18px; font-weight: normal; margin-bottom: 25px; color: #fff; position: relative; }

.culture .wz-h2::after { content: ''; position: absolute; width: 20px; height: 1px; background: #fff; left: 50%; bottom: -10px; transform: translateX(-50%); }

.culture .title { margin-bottom: 30px; color: #fff; }

.culture .title:after { content: none; }

.culture .title .title_cn { color: inherit; }

.culture .title .title_en { color: #525b69; }

.culture::before { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.37); }

.culture .culture-wrap { position: relative; z-index: 5; }

/* ===== PRODUCT END ===== */
.left-wrapper { width: 250px; }

.left-wrapper .le-title { font-size: 22px; background-color: var(--base-color); color: #fff; padding: 15px 25px; border-radius: 30px 0 0 0; box-sizing: border-box; }

.left-wrapper .nav-menu { font-size: 16px; background-color: #fff; }

.left-wrapper .nav-menu > li { cursor: pointer; padding: 14px 20px; color: #333; position: relative; border-top: 1px solid #ececec; display: flex; align-items: center; }

.left-wrapper .nav-menu > li.nav-active { background-color: var(--base-color); }

.left-wrapper .nav-menu > li.nav-active a { color: #fff; }

.left-wrapper .nav-menu > li.nav-active::before { background-color: #fff; }

.left-wrapper .nav-menu > li::before { content: ""; border-radius: 50%; width: 5px; height: 5px; background-color: var(--base-color); margin-right: 10px; }

.left-wrapper .nav-menu > li:hover { color: var(--base-color); }

.left-wrapper .nav-menu > li a { display: block; width: 100%; color: #000; }

.left-wrapper .contact-us { margin-top: 30px; background-color: #fff; }

.left-wrapper .contact-us .le-title { border-radius: 0; }

.left-wrapper .contact-us-box { padding: 15px 20px; }

.left-wrapper .contact-us-box p { line-height: 1.7; font-size: 15px; color: #333; }

.right-wrapper { flex: 1; padding-left: 20px; }

.right-wrapper .wz-row { padding: 10px; }

.right-wrapper .wz-rowbox { border-radius: 0; padding: 10px 20px; }

.right-wrapper .wz-img { overflow: hidden; max-width: 300px; width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }

.right-wrapper .wz-font { padding-top: 10px; flex: 1; }

.right-wrapper .wz-text { font-weight: bold; text-align: center; font-size: 16px; }

/* ===== PRODUCT END ===== */
/* ===== NEWS START ===== */
.n-font { padding: 0.5rem; flex: 1; }

.n-font .n-title { font-weight: bold; color: #333; }

.n-font .n-title:hover { color: none; }

.n-text { margin: 0.3rem 0; flex: 1; }

.n-text > p { font-size: 0.8rem; color: #808080; line-height: 1.5; }

.n-time { font-size: 0.7rem; color: #999; }

.news .wz-rowbox { overflow: hidden; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; }

.news .wz-colbox { margin: 0 -10px; }

.news .wz-row { padding: 10px; }

.news .wz-row:hover .wz-rowbox { box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; }

.news .wz-img img {width: 100%;aspect-ratio: 380 / 260;}

.news .n-font { padding: 1rem; }

.news .n-text { margin: 0.5rem 0; font-size: 0.9rem; }

.news .n-time { font-size: 14px; }

.news .n-time .time-icon { width: 14px; height: 16px; margin-right: 10px; }

/* ===== NEWS END ===== */
.detail .item_title { text-align: center; margin-bottom: 20px; }

.detail .item_title h1 { font-weight: bold; font-size: 24px; color: #333; }

.detail .item_title p { margin: 10px 0 10px; font-size: 16px; color: #999; }

.detail .item_container p { width: 100%; text-indent: 2em; color: #333; font-size: 16px; line-height: 1.7; margin-bottom: 10px; }

.detail .item_container p:has(img) img { text-indent: 0; margin: 0 auto; display: block; max-width: 100%; width: auto; }

/* ===== CONTACT START ===== */
.contact .way-left-wrapper { flex: 1; color: #000; box-sizing: border-box; }

.contact .way-left-wrapper .con-title .title-en-h1 { font-size: 28px; }

.contact .way-left-wrapper .con-title .title-cn { font-size: 18px; }

.contact .way-left-wrapper .con-title .title-en { font-size: 34px; font-weight: 600; margin-bottom: 6px; }

.contact .way-left-wrapper .ul-address { margin: 10px 0; }

.contact .way-left-wrapper .ul-address .li-p { font-size: 16px; line-height: 1.7; }

.contact .way-left-wrapper .contact-btn { margin-top: 10px; background-color: var(--base-color); padding: 8px 28px; border-radius: 4px; font-size: 14px; border: none; color: #fff; cursor: pointer; }

.contact .way-right-wrapper { width: 60%; height: 400px; }

.contact .way-right-wrapper .tdt-control-copyright img { width: auto; height: auto; }

.contact .way-right-wrapper .map-title { font-size: 18px; color: var(--color-base); }

.contact .way-right-wrapper .map-p { margin: 10px 0; font-size: 14px; }

/* ===== CONTACT END ===== */
@media only screen and (max-width: 1366px) { .about .text-item .con { max-height: 295px; } }

@media only screen and (max-width: 1043px) { .left-wrapper { display: none; }
  .right-wrapper { padding-left: 0; }
  .right-wrapper .wz-text { font-size: 12px; } }

@media only screen and (max-width: 768px) { .about-wrap { flex-direction: column; }
  .about-wrap:nth-child(1) .text-item { margin-left: 0; }
  .about-wrap:nth-child(2) { margin-top: 0; }
  .about-wrap:nth-child(2) .text-item { margin-right: 0; }
  .about-wrap:nth-child(2) .text-p { margin-top: 0; }
  .about-wrap:nth-child(2) .image-item { margin-top: 20px; }
  .about-wrap .image-item { margin: 0 0 20px 0; max-width: 100% !important; width: 100% !important; display: flex; align-items: center; justify-content: center; aspect-ratio: auto !important; }
  .about-wrap .text-item .con { max-height: 100%; padding: 0; }
  .about-wrap-in { flex-direction: column-reverse; }
  .about-wrap-in .text-item { padding-right: 0; }
  .culture .wz-row:after { content: none !important; }
  .culture .wz-rowbox { padding: 0px; }
  .contact .way { flex-direction: column; }
  .contact .way-left-wrapper { width: 100%; }
  .contact .way-right-wrapper { margin-top: 30px; width: 100%; } }

@media screen and (max-width: 430px) { .news .wz-img { max-width: 100%; }
  .news .wz-img img { width: 100%; } }

.p-cowbox { padding: 0.8rem 0; width: 100%; }

.p-row { padding: 0.75rem; }

.p-rowbox { background-color: #f2f2f2; display: block; overflow: hidden; border: 1px solid #e4e3f0; padding: 0.5rem; }

.p-img { width: 100%; display: block; object-fit: contain; overflow: hidden; cursor: pointer;}

.p-img:hover img { transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); }

.p-font { padding: 2%; margin-top: 0.5rem; background-color: #e0e9f2; }

.p-font p { color: #333; text-align: center; font-size: 1rem; color: #444; max-width: 72%; }

.p-font span { margin: 0 0.4rem; display: block; content: ""; width: 0.4rem; height: 0.4rem; background-color: var(--base-color); }

.p-font:hover h1 { color: #fb8967; }
