html, body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
html {
    color: #333;
    touch-action: manipulation;
    font-family: "Microsoft YaHei", "微软雅黑", v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.5;
}

h2 {
    margin-top: 0;
}

p {
    margin: 0;
}

a {
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .8s;
    transition-timing-function: ease;
    will-change: opacity, transform;
}

[data-aos="fade-up"] {
    transform: translate3d(0, 48px, 0);
}

[data-aos="fade-down"] {
    transform: translate3d(0, -48px, 0);
}

[data-aos="fade-left"] {
    transform: translate3d(48px, 0, 0);
}

[data-aos="fade-right"] {
    transform: translate3d(-48px, 0, 0);
}

[data-aos="zoom-out"] {
    transform: scale(.92);
}

[data-aos="fade-in"] {
    transform: none;
}

[data-aos].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 1vw 5vw;
    width: 100%;
    transition: background-color .3s ease-in-out;
}

.partex-logo {
    display: flex;
    align-items: center;
    width: 151px;
    height: 40px;
}

.partex-logo__image {
    display: block;
    width: 151px;
    height: 40px;
    object-fit: contain;
}

.partex-logo--header {
    position: relative;
}

.partex-logo--header .partex-logo__image--primary {
    display: none;
}

.partex-logo--header .partex-logo__image--inverse,
.partex-logo--header .partex-logo__image--primary {
    position: absolute;
    inset: 0;
}

.header .nav-bar {
    display: flex;
    align-content: center;
}

.header .nav-bar a {
    display: inline-block;
    margin-left: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}

.header .nav-bar a:hover {
    color: #566dec !important;
}

.header .nav-bar a.current {
    color: #fff !important;
}

.header.show {
    background-color: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.header.show .nav-bar a {
    color: #666;
}

.header.show .nav-bar a.current {
    color: #566dec !important;
}

.header.show .partex-logo--header .partex-logo__image--inverse {
    display: none;
}

.header.show .partex-logo--header .partex-logo__image--primary {
    display: block;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #566dec;
    font-size: 20px;
    cursor: pointer;
    border-radius: 16px;
    transition: all .3s ease-in-out;
    color: #fff;
}

.button:hover {
    color: #fff;
    background-color: #687df4;
}

.button.ghost {
    color: #566dec;
    background-color: #fff;
    border: 1px solid #566dec;
}

.button.ghost:hover {
    color: #687df4;
    background-color: #fff;
}

.banner,
.main,
.main > div {
    display: flex;
    color: #fff;
}

.banner,
.main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    height: 60vh;
}

.main {
    background-image: url(https://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/index/index.jpg);
}

.banner {
    background-image: url(https://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/index/index_bottom.jpg);
}

.divider {
    margin: 15px auto;
    width: 18vw;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.banner .title,
.main .title {
    margin-bottom: 10px;
}

.banner .title2,
.main .title2 {
    margin-bottom: 5px;
    opacity: .6;
}

.banner .title3,
.main .title3 {
    margin-bottom: 5px;
    opacity: .8;
}

.main > div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main .title {
    font-size: 4vw;
}

.main .title2 {
    font-size: 1vw;
}

.main .title3 {
    font-size: 2vw;
}

.main1 {
    background-image: url(https://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/index/team.jpg);
}

.main1 .title,
.main1 .title2 {
    color: #333;
}

.partex-document-list-page .main.main1 {
    position: relative;
    overflow: hidden;
}

.partex-document-list-page .main.main1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 28, 53, .58) 0%, rgba(7, 28, 53, .24) 22%, rgba(255, 255, 255, .08) 58%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.partex-document-list-page .main.main1 > div {
    position: relative;
    z-index: 1;
}

.banner {
    height: 50vh;
    text-align: center;
}

.banner .title {
    font-size: 4vw;
}

.banner .title2 {
    font-size: 2vw;
}

.footer {
    padding: 6vh 0;
    background: #071c35;
    color: #fff;
}

.footer .contact {
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 14px;
}

.footer .contact-a a {
    padding-right: 15px;
    display: inline-block;
}

.footer .contact-a a:last-child {
    padding-right: 0;
}

.footer .bottom {
    padding: 20px 3.125vw;
    white-space: nowrap;
    color: #666;
}

.footer .bottom span,
.footer .bottom a {
    vertical-align: middle;
}

.footer .bottom a {
    color: #666;
    margin-left: 20px;
    display: inline-block;
}

.footer-top {
    display: flex;
}

.footer-top > div {
    padding-left: 3vw;
    width: 17vw;
}

.footer-top > div:first-child {
    width: 30vw;
}

.footer-top span {
    display: block;
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.footer-top a,
.footer-top p {
    display: block;
    margin: 0;
    line-height: 36px;
    color: #666;
}

.contact-a {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
}

.footer-top a:hover {
    color: #fff;
}

.arrow-left,
.arrow-right {
    padding: 8vh 10vw;
    background: url(https://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/index/left.png) center right no-repeat;
    background-size: contain;
}

.arrow-left > div,
.arrow-right > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arrow-left h2,
.arrow-right h2 {
    margin-bottom: 16px;
    font-size: 30px;
}

.arrow-left p,
.arrow-right p {
    padding-bottom: 10px;
}

.arrow-left img,
.arrow-right img {
    width: 34vw;
    max-width: 560px;
}

.arrow-left .button,
.arrow-right .button {
    margin-top: 15px;
}

.arrow-left .title,
.arrow-right .title {
    padding-right: 5vw;
    font-size: 18px;
    line-height: 1.5;
    color: #999;
    text-align: justify;
}

.arrow-right {
    background: url(https://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/index/right.png) center left no-repeat;
    background-size: contain;
    text-align: right;
}

.arrow-right .title {
    padding-right: 0;
    padding-left: 5vw;
}

#nav,
#nav-menu {
    display: none;
    position: fixed;
    top: 0;
}

#nav {
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    padding: 10px;
    background-color: #fff;
    transition: all .2s ease-in;
}

#nav.show {
    display: block;
}

#nav .nave-logo {
    display: block;
    margin: 5vh auto 0;
}

#nav .nav-list {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#nav .nav-list a {
    font-size: 20px;
    line-height: 100px;
    color: #566dec;
    text-align: center;
}

#nav a#nav-close {
    text-decoration: none;
    border-radius: 50%;
    border: 1px solid #566dec;
    color: #566dec;
    position: fixed;
    bottom: 70px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    line-height: 29px;
    font-size: 26px;
    text-align: center;
}

#nav-menu {
    padding: 20px;
    right: 0;
    z-index: 9;
}

#nav-menu div {
    width: 20px;
    height: 2px;
    background-color: #7d7d7d;
    margin-bottom: 5px;
    border-radius: 16px;
}

.news,
.news-section {
    text-align: left;
}

.news {
    position: relative;
    padding: 8vh 5vw;
    background-color: #f3fbff;
}

.news a {
    color: #666;
    font-size: 1.0416666667vw;
}

.news .title {
    font-size: 2.6041666667vw;
    color: #333;
}

.news-line {
    padding-top: 30px;
    white-space: nowrap;
}

.news-empty {
    margin: 0 auto;
    padding: 110px 40px;
    max-width: 980px;
    color: #7c7c7c;
    font-size: 20px;
    letter-spacing: 2px;
    white-space: normal;
    border: 1px dashed rgba(86, 109, 236, 0.3);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(240, 247, 255, 0.96) 100%);
    box-shadow: 0 12px 32px rgba(86, 109, 236, 0.08);
}

.news-block {
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    display: inline-block;
    padding: 15px;
    width: 33%;
    height: 300px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news-card-link {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.news-block h4 {
    margin: 0;
    overflow: hidden;
    color: #333;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-title-link {
    display: block;
    position: relative;
    z-index: 2;
    color: inherit;
}

.news-top {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 1;
    padding: 15px;
    background-color: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
}

.news-bottom {
    padding-top: 5px;
    clear: both;
    text-align: left;
    font-size: 12px;
    color: #797878;
}

.news-category-link {
    float: left;
    color: #666;
    background-color: #e7eafc;
    padding: 1px 3px;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}

.news-category-link:hover {
    color: #566dec;
}

.news-bottom span {
    float: left;
    background-color: #e7eafc;
    padding: 1px 3px;
    border-radius: 4px;
}

.news-bottom span:last-child {
    float: right;
    background-color: transparent;
}

.news-nav {
    padding: 20px 50px;
    background-color: #fff;
}

.news-nav a {
    margin-right: 30px;
    padding-bottom: 21px;
    color: #333;
    font-size: 22px;
    border-bottom: 3px solid transparent;
}

.news-nav a.active {
    border-bottom-color: #566DEC;
}

.news-section {
    position: relative;
    margin: 0 auto;
    padding: 200px 60px 30px;
    max-width: 1080px;
    min-height: 100vh;
}

.news-section h1,
.news-section h3,
.news-section h6 {
    margin: 0;
    text-align:center;
    line-height: 2;
}

.news-section h3,
.news-section h6 {
    color: #999;
    font-weight: 400;
}

.news-section h3 {
    color: #666;
    font-size: 14px;
}

.news-section img {
    max-width: 100%;
    height: auto !important;
}

.news-section p {
    padding-bottom: 10px;
}

.news-section .news-content {
    text-align: left;
}

.news-section .news-content li{
    list-style: disc;
    margin: 5px 0;
}

.job-list-section {
    padding: 40px 50px 80px;
    background: #f8f8f8;
}

.job-list-container {
    margin: 0 auto;
    max-width: 1080px;
}

.job-list-page__intro {
    margin-bottom: 28px;
    color: #666;
    line-height: 1.9;
}

.job-list-page__intro h1,
.job-list-page__intro h2,
.job-list-page__intro h3,
.job-list-page__intro h4 {
    color: #071c35;
}

.job-list-page__count {
    margin-bottom: 20px;
    color: #566dec;
    font-size: 16px;
    font-weight: 600;
}

.job-list-empty {
    padding: 36px 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(7, 28, 53, .08);
    color: #666;
    font-size: 16px;
    line-height: 1.9;
}

.job-list-card {
    margin-bottom: 24px;
    padding: 28px 32px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(7, 28, 53, .08);
}

.job-list-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #8a8a8a;
    font-size: 13px;
}

.job-list-card__category {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef2ff;
    color: #566dec;
}

.job-list-card h3 {
    margin: 16px 0 12px;
    font-size: 28px;
    font-weight: 600;
}

.job-list-card h3 a {
    color: #071c35;
}

.job-list-card h3 a:hover,
.job-list-card__link:hover {
    color: #566dec;
}

.job-list-card p {
    margin: 0 0 18px;
    color: #666;
    line-height: 1.9;
}

.job-list-card__link {
    color: #566dec;
    font-weight: 600;
}

.news-code {
    padding: 10px 0;
    text-align: center;
}

.news-code p {
    font-size: 12px;
    text-align: center;
    line-height: 1;
}

.detail-button {
    padding-top: 15px;
}

.detail-button a:last-child {
    margin-left: 30px;
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.polymerization {
    padding: 8vh 5vw;
    position: relative;
    text-align: center;
}

.polymerization .corner {
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    bottom: 0;
    z-index: -1;
    border-bottom: 20vw solid #566dec;
    border-right: 120vw solid transparent;
}

.polymerization .title {
    font-size: 2.6041666667vw;
}

.polymerization .content {
    padding: 3.125vw;
    font-size: 1.4583333333vw;
    color: #999;
}

.polymerization .card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

.polymerization .card > div {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.polymerization .card > div div:nth-child(1) {
    padding-bottom: 1.0416666667vw;
    font-size: 1.6666666667vw;
    font-weight: 700;
}

.polymerization .card > div div:nth-child(2),
.polymerization .card > div div:nth-child(3) {
    padding-bottom: 1.0416666667vw;
    font-size: 1.25vw;
    color: #999;
}

.polymerization .card > div img {
    width: 70%;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
    border-radius: 16px;
    transition: transform .3s ease-in-out;
}

.polymerization .card > div img:hover {
    transform: scale3d(1.05,1.05,1);
}

.industry {
    padding: 5vh 5vw;
    background: #566dec;
    color: #fff;
}

.industry .title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.industry .content {
    padding: 2vh 0;
    font-size: 28px;
    text-align: center;
}

.industry .card,
.machine .card {
    justify-content: space-between;
    display: flex;
}

.industry .card > div {
    padding: 2vw;
    width: 24vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255,255,255,.1);
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    border-radius: 16px;
}

.industry .card > div div:nth-child(1) {
    font-size: 1.6666666667vw;
    padding-bottom: 1.0416666667vw;
}

.industry .card > div p {
    font-size: 1.1458333333vw;
    padding-bottom: 15px;
    text-align: center;
    color: rgba(255,255,255,.8);
}

.industry .card > div a {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
}

.industry .card > div a:hover {
    color: #566dec;
    background-color: #fff;
}

.machine {
    position: relative;
    padding: 8vh 5vw;
}

.machine .corner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-top: 50vw solid #566dec;
    border-right: 120vw solid transparent;
}

.machine .title {
    position: absolute;
    font-size: 4.1666666667vw;
    font-weight: 600;
    color: #fff;
}

.machine .card {
    align-items: flex-start;
}

.machine .card > div {
    overflow: hidden;
    padding: 2.0833333333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16vw;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    border-radius: 16px;
    background-color: #fff;
}

.machine .card > div div:nth-child(1) {
    font-size: 1.875vw;
    padding-bottom: 1.0416666667vw;
}

.machine .card > div div:nth-child(2) {
    font-size: 1.1458333333vw;
    padding-bottom: 1.5625vw;
    text-align: center;
    color: #999;
}

.machine .card > div.top1 { margin-top: 15.625vw; }
.machine .card > div.top2 { margin-top: 10.4166666667vw; }
.machine .card > div.top3 { margin-top: 5.2083333333vw; }

.machine .card a {
    color: #566dec;
    padding: .78125vw;
    cursor: pointer;
}

.machine .card img {
    margin-top: 1.5625vw;
    width: 100%;
}

.product-intro {
    padding: 8vh 5vw;
    text-align: center;
}

.product-intro .title {
    font-size: 3vw;
    font-weight: 600;
    text-align: center;
}

.product-intro .content {
    padding: 3vw;
    font-size: 1.2vw;
    text-align: center;
    color: #999;
}

.product-intro img {
    margin: auto;
    width: 90vw;
}

.about-main {
    background-image: url(https://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/index/about.jpg);
}

.about-main .divider {
    width: 30vw;
}

.about-secondary {
    background-image: url(https://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/index/team.jpg);
}

.about-secondary .title,
.about-secondary .title2 {
    color: #333;
}

.template {
    display: flex;
}

.template div {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.template div p {
    line-height: 2;
}

.template img {
    flex: 1;
    width: 49vw;
}

.team {
    font-size: 2.6vw;
    font-weight: 600;
    padding: 3vh 0;
    text-align: center;
    background: #f8f8f8;
}

.team-detail {
    justify-content: center;
    padding: 0 5vw 6vh;
    color: #fff;
    display: flex;
    background: #f8f8f8;
}

.team-detail .title {
    font-size: 1.875vw;
}

.team-detail .content {
    padding-top: 1.0416666667vw;
    font-size: 1.0416666667vw;
}

.team-detail .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.6041666667vw;
    width: 30.6770833333vw;
    height: 45.5208333333vw;
    text-align: center;
    border-radius: 22px;
    background: url(https://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/index/about3.jpg) no-repeat;
    background-size: 100% 100%;
}

.team-detail .right {
    padding-left: 1.3020833333vw;
}

.team-detail .right-bottom {
    padding-top: 1.3020833333vw;
    display: flex;
}

.team-detail .title2 {
    width: 53.4895833333vw;
    height: 21.71875vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/index/about4.jpg) no-repeat;
    border-radius: 22px;
    background-size: 100% 100%;
    font-size: 1.875vw;
}

.team-detail .title3,
.team-detail .title4 {
    width: 26.09375vw;
    height: 22.5vw;
    display: flex;
    border-radius: 22px;
    font-size: 1.875vw;
}

.team-detail .title3 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(https://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/index/about5.jpg) no-repeat;
    background-size: 100% 100%;
}

.team-detail .title4 {
    margin-left: 1.3020833333vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(https://partex-cloud-static.oss-cn-hangzhou.aliyuncs.com/index/about6.jpg) no-repeat;
    background-size: 100% 100%;
}

.video-title {
    font-size: 24px;
    padding-bottom: 30px;
}

.video-middle {
    width: 34vw;
}

.modal-mark {
    display: none;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(16px);
}

.modal-mark.show {
    display: flex;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    color: #333;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    border-radius: 8px;
}

.modal-mark video {
    margin: 0 auto;
    width: 60vw;
}

@media screen and (max-width:500px) {
    .banner,
    .main {
        background-attachment: inherit;
    }

    .header {
        display: none;
    }

    #nav-menu,
    .footer .bottom a {
        display: block;
    }

    .button {
        padding: 5px 15px;
        font-size: 16px;
    }

    .main {
        height: 35vh;
        min-height: 35vh;
    }

    .main .title {
        font-size: 30px;
    }

    .main .title2 {
        font-size: 16px;
    }

    .banner {
        height: 25vh;
    }

    .banner .title {
        font-size: 24px;
    }

    .banner .title2 {
        font-size: 14px;
    }

    .footer {
        padding: 6vh 0 3vh;
        text-align: center;
    }

    .footer .bottom {
        text-align: center;
        white-space: normal;
    }

    .footer-top {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-top > div {
        padding-top: 1vh;
        padding-left: 0;
        width: 50%;
    }

    .footer-top > div:first-child {
        padding-top: 0;
        width: 100vw;
    }

    .arrow-left,
    .arrow-right {
        padding: 3vh 8vw;
    }

    .arrow-left > div,
    .arrow-right > div {
        flex-direction: column;
        text-align: center;
    }

    .arrow-left img,
    .arrow-right img {
        margin: 2vh auto 0;
        width: 60vw;
    }

    .arrow-right > div {
        flex-direction: column-reverse;
    }

    .news-nav {
        padding: 20px 15px;
    }

    .news-nav a {
        font-size: 18px;
    }

    .news {
        padding: 5vh 5vw !important;
    }

    .news a {
        font-size: 3.25vw;
    }

    .news .title {
        font-size: 6.25vw;
    }

    .news-line {
        white-space: normal;
    }

    .news-empty {
        padding: 60px 20px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .news-block {
        margin: 7.5px 0 !important;
        width: 100% !important;
        height: 200px !important;
    }

    .news-section {
        padding: 50px 15px 15px !important;
        max-width: 100vw !important;
        width: 100vw !important;
    }

    .news-related{
	margin: 20px 0 0 0;
    }

    .polymerization {
        padding: 2vh 3vw;
    }

    .polymerization .title {
        padding-top: 20px;
        font-size: 6.25vw;
    }

    .polymerization .content {
        padding: 20px 20px 5.2083333333vw;
        font-size: 4.0625vw;
        line-height: 30px;
    }

    .polymerization .card {
        flex-direction: column;
        align-items: center;
    }

    .polymerization .card > div {
        width: 80%;
        margin-bottom: 40px;
    }

    .polymerization .card > div div:nth-child(1) {
        padding-bottom: 2.0833333333vw;
        font-size: 5.2083333333vw;
    }

    .polymerization .card > div div:nth-child(2),
    .polymerization .card > div div:nth-child(3) {
        padding-bottom: 1.5625vw;
        font-size: 4.375vw;
    }

    .polymerization .card > div img {
        width: 100%;
    }

    .industry {
        padding: 5vh 5vw;
    }

    .industry .title {
        font-size: 5.2083333333vw;
    }

    .industry .content {
        padding: 5.2083333333vw;
        font-size: 4.0625vw;
        line-height: 30px;
    }

    .industry .card {
        flex-direction: column;
        align-items: center;
    }

    .industry .card > div {
        padding: 5.2083333333vw;
        width: 80vw;
        margin-bottom: 20px;
    }

    .industry .card > div div:nth-child(1) {
        font-size: 4.2708333333vw;
        padding-bottom: 1.5625vw;
    }

    .industry .card > div p {
        font-size: 3.2291666667vw;
        line-height: 20px;
        padding-bottom: 1.3541666667vw;
    }

    .industry .card > div a {
        margin-top: 1.0416666667vw;
        padding: 10px 25px;
        font-size: 3.9583333333vw;
    }

    .machine {
        overflow: hidden;
        position: relative;
        padding: 5vh 5vw;
    }

    .machine .title {
        position: absolute;
        top: 20px;
        font-size: 6.25vw;
        font-weight: 600;
        color: #fff;
    }

    .machine .card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .machine .card > div {
        width: 80vw;
    }

    .machine .card > div div:nth-child(1) {
        font-size: 4.6875vw;
        font-weight: 700;
        padding: 2.6041666667vw 0;
    }

    .machine .card > div div:nth-child(2) {
        font-size: 4.1666666667vw;
        line-height: 30px;
        padding-bottom: 2.0833333333vw;
    }

    .machine .card > div.top1,
    .machine .card > div.top2,
    .machine .card > div.top3,
    .machine .card > div.top4 {
        margin-top: 10.4166666667vw;
    }

    .template {
        flex-direction: column;
        align-items: center;
        padding-bottom: 30px;
    }

    .template h1 {
        font-size: 5vw;
    }

    .template p {
        padding-bottom: 15px;
    }

    .template img {
        width: 80vw;
    }

    .template.reverse {
        flex-direction: column-reverse;
    }

    .team {
        font-size: 5vw;
    }

    .team-detail {
        padding: 0 5vw 3vh;
        flex-direction: column;
        align-items: center;
    }

    .team-detail .title {
        font-size: 5vw;
    }

    .team-detail .content {
        padding-top: 2.0833333333vw;
        font-size: 3.6458333333vw;
    }

    .team-detail .left {
        width: 78vw;
        height: 55vh;
    }

    .team-detail .right {
        padding-left: 1.3020833333vw;
        width: 80vw;
    }

    .team-detail .right-bottom {
        padding-top: 1.3020833333vw;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .team-detail .title2 {
        margin: 10px 0;
        width: 100%;
        height: 20vh;
        border-radius: 22px;
        font-size: 3.9583333333vw;
    }

    .team-detail .title3,
    .team-detail .title4 {
        width: 100%;
        height: 25vh;
        font-size: 3.9583333333vw;
    }

    .team-detail .title3 {
        border-radius: 22px;
        margin-bottom: 15px;
    }

    .team-detail .title4 {
        margin-left: 0;
    }

    .video-middle {
        width: 80vw;
    }
}

/* ─── Pagination Navigation ─────────────────────────────────────── */
.pagination-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px 0 16px;
}
.page-btn {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #0078d7;
    border-radius: 4px;
    color: #0078d7;
    text-decoration: none;
    font-size: 14px;
    transition: background .2s, color .2s;
}
.page-btn:hover {
    background: #0078d7;
    color: #fff;
}
.page-info {
    font-size: 14px;
    color: #666;
}
