.logo {
    position: relative;
    height: 100%;
}

.logobox {
    display: flex;
    height: 100%;
    align-items: center;
}

.logo2 {
    opacity: 0;
    position: relative;
    display: none;
    transition: .5s;
}

header.head .logo2 {
    display: flex;
    opacity: 1;
    transition: .5s;
}

.logo1 {
    display: flex;
    opacity: 1;
}

header.head .logo1 {
    display: none;
    opacity: 0;
    transition: .5s;
}

header.head .logoimg img {
    height: 6rem;
}

.topbig {
    width: 160rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    height: 15rem;
    transition: .5s;

}

header.head {
    height: 9rem;
    transition: .5s;
    background: white;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(17, 15, 14, 0.1);
}

.logo1 img {
    height: 6rem;
    object-fit: cover;
}

.menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.menu ul li {
    margin-left: 7rem;
    position: relative;
    height: 100%;
}

.menu ul li.active>a:after,
header.head .menu ul li.active>a:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.3rem;
    background: #202b47;
    position: absolute;
    transform: translate(0, 2rem);
}

.menu ul li.active>a img {
    filter: invert(1);
}

.menu ul li:first-child {
    margin-left: 3rem;
}

.menu ul li a {
    font-size: 2rem;
    color: #ffffff;
    transition: .5s;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.menu ul li.active>a {
    color: #202b47;
}

.menu ul li a img {
    margin-left: 1rem;
    width: 1rem;
    height: .6rem;
}

header.head .menu ul li a {
    color: #333333;
    transition: .5s;
}

header.head .menu ul li dl dt a {
    color: #000;
    font-size: 1.6rem;
}

.tool ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.tool ul li:first-child {
    margin-right: 2.2rem;
}

.tool ul li:nth-child(2) {
    margin-right: 2.2rem;
}

.tool ul li img {
    width: 4.4rem;
    height: 4.4rem;
    transition: .5s;
}

.tool ul li img:last-child {
    display: none;
    opacity: 0;
}

header.head .tool ul li img:first-child {
    display: none;
    opacity: 0;
}

header.head .tool ul li img:last-child {
    display: block;
    opacity: 1;
}

.search-alert {
    position: fixed;
    z-index: 1000;
    background-color: #222222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.search-alert .close {
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(../images/img5-4.png) no-repeat center;
    position: absolute;
    top: 3.8rem;
    right: 2.6%;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}

.search-alert .cent-form {
    position: absolute;
    width: 94.8%;
    left: 2.6%;
    top: 50%;
    height: 12.4rem;
    margin-top: -6.3rem;
    border-bottom: 0.1rem solid #515151;
}

.search-alert .cent-form .tex {
    border: none;
    font-size: 6.6rem;
    height: 12.4rem;
    line-height: 187.878788%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    color: #555;
    background: none;
    padding-left: 8.8rem;
    padding-right: 8rem;
    background: url(../images/img5.png) no-repeat 3.5rem 6rem;
}

.search-alert .cent-form .sub-butn {
    border: none;
    height: 10rem;
    margin-top: 2.4rem;
    font-size: 2.4rem;
    line-height: 416.666667%;
    color: #555;
    text-align: right;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 10rem;
    text-align: center;
}

.search-alert .close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.search-alert .cent-form .tex {
    border: none;
    font-size: 2rem;
}

.search {
    cursor: pointer;
}

.m_header {
    display: none;
}

.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bannerwen {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 160rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bannermore a {
    display: flex;
    margin-top: 10.6rem;
    width: 18.8rem;
    height: 5.1rem;
    justify-content: center;
    align-items: center;
    color: white;
    border: 0.1rem solid white;
    border-radius: 2.5rem;
    transition: .5s;
    background-color: transparent;
}

.bannermore a:hover {
    background: #202b47;
    border: 0.1rem solid #202b47;
    transition: .5s;
    color: white;
}

.banner .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5%;
}

.banner .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0;
    opacity: 0.6;
    background: white;
    border-radius: 1rem;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.8rem;
    height: 1.2rem;
    background: #202b47;
    opacity: 1;
}

.bannertitle {
    font-size: 6rem;
    line-height: 7rem;
    color: white;
    font-weight: bold;
    position: relative;
}

.bannerwen a {
    font-size: 2rem;
    color: #fff;
    border: 0.1rem solid #fff;
    border-radius: 3rem;
    opacity: 0;
    transition-delay: .8s;
    position: relative;
    overflow: hidden;
}

.bannerwen .bannertitle {
    opacity: 0;
    transition-delay: .8s;
}

.banner .swiper-slide-active .bannerwen a,
.banner .swiper-slide-active .bannerwen .bannertitle {
    opacity: 1;
}

.banner .swiper-slide-active .bannerwen .bannertitle {
    animation: slideInDown 1s .8s;
    -webkit-animation: slideInDown 1s .8s;
}

.banner .swiper-slide-active .bannerwen a {
    animation: slideInUp 1.2s .8s;
    -webkit-animation: slideInUp 1.2s .8s;
}

.banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
    object-fit: cover;
}

.banner .swiper-slide-active img,
.swiper-slide-duplicate-active img {
    transition: 5s linear;
    transform: scale(1, 1);
}

.container {
    width: 160rem;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 5rem;
}

.menu ul li dl {
    position: absolute;
    top: 70%;
    left: 50%;
    background: #fff;
    display: none;
    transform: translate(-50%, 0%);
    width: 25rem;

}

.menu ul li:first-child dl {
    width: 43rem;
}

.menu ul li dl dd,
.menu ul li dl dt {
    text-align: center;
    color: #fff;
    line-height: 2;
    cursor: pointer;
    padding: 0 1rem;
    margin: 0.8rem 0;
    position: relative;
}

.menu ul li dl dd a,
.menu ul li dl dt a {
    font-size: 1.6rem;
    color: #000;
    font-weight: normal;
}

.menu ul li dl dd a:hover {
    color: #fff;
}

.menu ul li>dl>dt.erji>a:after {
    content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.1rem solid #fff;
    border-right: 0.1rem solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 40%;
    left: auto;
}

.menu ul li>dl>dt.erji:hover>a:after {
    content: '';
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.1rem solid #242424;
    border-right: 0.1rem solid #242424;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 35%;
    background: #FFF;
    left: auto;
}

.menu ul li dl dt dl {
    left: 100%;
    top: -0.8rem;
    width: auto;
}

.menu ul li dl dt:hover dl {
    display: block;
    transform: translate(0, 0);
}

.menu ul li dl dt:hover,
.menu ul li dl dd:hover {
    background: #fff;

}

.menu ul li dl dt:hover a,
.menu ul li dl dd:hover a {
    color: #fff;
    background: #202b47;
}

header.head .menu ul li dl dt:hover a,
header.head .menu ul li dl dd:hover a {
    color: #fff;
}

header.head .menu ul li a img {
    filter: invert(1);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.product-item {
    position: relative;
    height: 45rem;
    border-radius: 2rem;
    overflow: hidden;
}

/* 图片铺满 */
.product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

/* 渐变遮罩 */
.product-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top,
            #202b47 0%,
            rgba(32, 43, 71, 0.8) 30%,
            rgba(32, 43, 71, 0) 70%);
    opacity: 0.3;
    transition: 0.4s;
}

/* 文本 */
.product-info {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    color: #fff;
    z-index: 2;
}

.product-info h3 {
    margin: 0;
    font-size: 2rem;
}

.product-info p {
    margin-top: 1rem;
    font-size: 1.4rem;
    opacity: 0;
    transform: translateY(1rem);
    transition: 0.3s;
}

/* hover效果 */
.product-item:hover img {
    transform: scale(1.05);
}

.product-item:hover::after {
    height: 100%;
    opacity: 1;
}

.productslist-list .product-item:hover::after {
    height: 30%;
    opacity: 1;
}

.product-item:hover p {
    opacity: 1;
    transform: translateY(0);
}

.hometitle {
    font-size: 3.8rem;
    text-align: center;
    font-weight: bold;
    color: #202b47;
    margin-bottom: 4.6rem;
}

.product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeproduct {
    padding: 5rem 0;
}

.homeabout {
    background: #f7f7f9;
    overflow: hidden;
    padding: 5rem 0;
}

.about {
    display: flex;
    align-items: center;
    gap: 6rem;
}

/* left */
.about-left {
    width: calc(100% - 37%);
    padding: 0 0 1.06rem;
    position: relative;
    z-index: 2;
}

.about-left h2 {
    font-size: 3.6rem;
    margin-bottom: 2.5rem;
}

.about-left p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #555;
}

/* right */
.about-right {
    width: 37%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 1.2rem;
}

.about-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.2rem;
    background: rgba(255, 255, 255, 0.5);
}

.line1 {
    left: 30%;
}

.line2 {
    left: 55%;
}

.line3 {
    left: 80%;
}

.line {
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.7),
            rgba(255, 255, 255, 0));
}

.about-more {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 85%;
    height: 10.6rem;

    background: #202b47;
    color: #fff;

    display: flex;
    align-items: center;
    padding: 0 4rem;
    gap: 2.5rem;
}

/* 文本 */
.more-text {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
}

/* 竖线 */
.more-line {
    width: 0.1rem;
    height: 2.6rem;
    background: rgba(255, 255, 255, 0.6);
}

/* 三角箭头 */
.more-arrow {
    width: 0;
    height: 0;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-left: 1.6rem solid #fff;
}

.about-more:hover .more-arrow {
    transform: translateX(0.6rem);
    transition: 0.3s;
}

.about-more:hover {
    color: #fff;
}

.contact-section {
    display: flex;
    gap: 6rem;
    padding: 8rem 0;
}

/* 左侧 */
.contact-left {
    width: 50%;
    position: relative;
}

.contact-left img {
    width: 100%;
    border-radius: 1rem;
}

/* 悬浮卡片 */
.contact-card {
    background: #202b47;
    color: #fff;
    padding: 3rem;
    border-radius: 0.8rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-card h3 {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
}

.contact-card p {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    line-height: 2;
}

/* 右侧 */
.contact-right {
    width: 50%;
}

.contact-right h2 {
    font-size: 3.2rem;
    margin-bottom: 2.5rem;
}

.contact-right input,
.contact-right textarea {
    width: 100%;
    padding: 1.4rem;
    margin-bottom: 1.5rem;

    border: 0.1rem solid #ddd;
    border-radius: 0.4rem;
}

.contact-right textarea {
    height: 12rem;
}

.contact-right button {
    background: #202b47;
    color: #fff;
    border: none;
    padding: 1.4rem 3.5rem;
    cursor: pointer;
}

.footer,.footer a{
    background: #111;
    color: #ccc;

}

.footer-container {
    display: flex;
    gap: 8rem;
    padding: 6rem 0;
}

.footer-col {
    flex: 1;
}

.footer-col h3 {
    color: #fff;
    margin-bottom: 2rem;
    font-size:2.4rem;
}

.footer-col p,
.footer-col li {
    font-size: 1.4rem;
    line-height: 1.8;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-bottom {
    border-top: 0.1rem solid #333;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-col ul li a {
    color: #fff;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact {
    position: fixed;
    right: -18rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 5rem 0;
    height: 48.2rem;
    box-sizing: border-box;
    z-index: 99;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact.chnav {
    right: 0 !important;
}

#c_portalResPublic_codeContainer-16122365528600788 a,
button,
input,
textarea {
    -webkit-tap-highlight-color: transparent;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#c_portalResPublic_codeContainer-16122365528600788 .transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(1) {
    top: 5rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(2) {
    top: 12.8rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(3) {
    top: 20.6rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(4) {
    top: 28.4rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(5) {
    top: 36.2rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block {
    position: absolute;
    right: 0;
    width: 7rem;
    height: 7rem;
    background-color: #202b47;
    border: 0.1rem solid #202b47;
    border-right: none;
    box-sizing: border-box;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-in:before {
    content: "";
    background-color: #202b47;
    position: absolute;
    height: 100%;
    width: 0;
    transition: all .8s ease;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item {
    width: 100%;
    height: 100%;
}

#c_portalResPublic_codeContainer-16122365528600788 .flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#c_portalResPublic_codeContainer-16122365528600788 .img-block {
    margin: 0 auto;
    display: block;
    font-size: 2.4rem;
    color: #fff;
}

#c_portalResPublic_codeContainer-16122365528600788 .img-block img {
    width: 15.8rem;
    height: 15.8rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-p {
    color: #fff;
    font-size: 1.3rem;
    margin-top: 0.5rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact .transition {
    transition-duration: .8s;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-in-p {
    color: #fff;
    text-align: center;
    line-height: 6.8rem;
    height: 6.8rem;
    white-space: nowrap;
    font-size: 1.4rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur {
    width: 15.6rem;
    background: transparent;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur:before {
    width: 100%;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur .v30-contact-item {
    display: none;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur .v30-contact-item-in {
    display: block;
    width: 100%;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-qr-show {
    position: absolute;
    z-index: 1;
    background: #fff;
    left: -16rem;
    top: -9.1rem;
    display: none;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-top {
    cursor: pointer;
    bottom: 0;
}

#c_portalResPublic_codeContainer-16122365528600788 {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: auto;
    max-height: none;
    min-height: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.shuju ul {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.shuju ul li img {
    width: 5rem;
    display: block;
}

.shuju ul li {
    width: 25%;
    padding: 4rem 5rem;
}

.shuju ul li:nth-child(n+2) {
    border-left: 0.1rem solid #dddddd;
}

.shuju ul li p {
    font-size: 1.6rem;
    font-weight: bold;
}

.shuju ul li span {
    margin: 1rem 0 1rem;
    display: inline-block;
    font-size: 4.6rem;
    font-weight: bold;
}

.shuju ul li sup {
    font-size: 2rem;
}

.shuju {
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 2;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    overflow: hidden;
    margin-top: 4rem;
}

.culture {
    padding: 8rem 0;
}

.culture-title {
    text-align: center;

    margin: 0 auto 6rem;
}

.culture-title h2 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
}

.culture-title p {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #555;
}

.culture-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}

.culture-item {
    padding: 4rem;
    border: 0.1rem solid #eee;
    border-radius: 1rem;
    transition: 0.3s;
}

.culture-item h3 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.culture-item p {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #666;
}

.culture-item:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
}

.culture-title h2::after {
    content: "";
    display: block;
    width: 6rem;
    height: 0.3rem;
    background: #202b47;
    margin: 1.5rem auto 0;
}

.newslist {
    padding: 5rem 0;
}

.news-title {
    text-align: center;
    margin-bottom: 6rem;
}

.news-title h2 {
    font-size: 3.6rem;
    margin-bottom: 1rem;
}

.news-title p {
    font-size: 1.8rem;
    color: #666;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}

.news-item {
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.8rem 3rem rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.news-item img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
}

.news-info {
    padding: 2.5rem;
}

.news-date {
    font-size: 1.3rem;
    color: #888;
}

.news-info h3 {
    font-size: 1.8rem;
    margin: 1rem 0;
    color: #000;
}

.news-info p {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #666;
}

.news-item:hover {
    transform: translateY(-0.6rem);
}

.homenews {
    background: #f7f7f9;
}

.nybanner img {
    width: 100%;
}

.nybanner:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    content: "";
    background: #000;
    opacity: 0.2;
    z-index: 2;
}

.ablan {
    position: absolute;
    width: 100%;
    height: 7.2rem;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.31);
    left: 0;
    bottom: 0;
    z-index: 3;
}

.ablan-left {
    width: 70%;
    float: left;
}

.ablan-left ul {
    display: flex;

}

.ablan-left li {
    list-style-type: none;
    width: auto;
    height: 7.2rem;
    background: url(../images/fenge.png) center right;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    padding: 0 2rem;
}

.ablan-left li a {
    display: block;
    line-height: 7.2rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.6rem;
    cursor: pointer;
    transition: .5s;
}

.bread {
    display: flex;
    justify-content: space-between;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
}

.bread a {
    display: block;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0.4rem;
}

.slick-dotted.slick-slider {
    margin-bottom: 5rem;
}

.bread span {
    margin: 0 1.5rem;
}

.bread a:hover {
    color: #202b47;
    transition: .5s;
}

.nybanner {
    position: relative;
}

.ablanbig {
    display: flex;
    justify-content: space-between;
}

.homenews {
    padding: 8rem 0;
}

.newslist .news-item {
    display: flex;
    flex-direction: column;

}

.newslist {
    width: 100%;
    background: transparent;
}

.newslist .news-item {
    border-radius: 0;
}

.newslist .news-list {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.03);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.newslist .news-item a {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    padding: 6rem 2rem;
    border-bottom: 0.2rem solid #F1F1F2;
    transition: border-color 0.2s ease-in-out, background-color 0.2s;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    flex-direction: initial;
}


.newslist .news-item a:hover {
    border-bottom-color: #202b47;
}


.newslist .news-image {
    flex-shrink: 0;
    width: 40rem;
    border-radius: 1.2rem;
    overflow: hidden;
    background-color: #eef2f6;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease;
}

.newslist .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

/* 中间内容区域 (标题 + 简介) 占据剩余空间 */
.newslist .news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-left: 5rem;
}

/* 标题样式 2rem */
.newslist .news-title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #11181c;
    transition: color 0.2s;
    text-align: left;
    margin-bottom: 1.6rem;
}

/* 简介 1.8rem */
.newslist .news-description {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.45;
    color: #5b6b79;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 右侧日期区域 */
.newslist .news-date {
    flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 450;
    color: #8f9aa8;
    white-space: nowrap;
    letter-spacing: 0.01em;
    padding-top: 0.2rem;
    transition: color 0.2s;
}

/* ----- 右上角箭头 (hover 出现，不使用svg，纯字符箭头) ----- */
.newslist .news-item a {
    position: relative;
}

.newslist .news-item a::after {
    content: "→";
    font-family: monospace, system-ui, 'Segoe UI';
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1;
    color: #202b47;
    position: absolute;
    top: 6rem;
    /* 匹配条目上下padding 6rem，箭头垂直对齐上边距区域，显得在右上角 */
    right: 2rem;
    opacity: 0;
    transform: translateX(0.8rem);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

/* hover 显示箭头 + 平滑移动 */
.newslist .news-item a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* hover 时图片微放大 */
.newslist .news-item a:hover .news-image img {
    transform: scale(1.02);
}

.xwny {
    padding: 5rem 0 5rem;
    background: #f0f0f0;
}

.xwddbig {
    display: flex;
    justify-content: space-between;
}

.xwddleft {
    width: 70%;
    background-color: #fff;
    padding: 4rem 4.5rem 6rem;
    border-top: #202b47 solid 0.6rem;
}

.xwddbt h2 {
    line-height: 125%;
    font-size: 3.2rem;
    color: #333333;
    font-weight: 700;
}

.xwddbt h3 {
    margin-top: 1.3rem;
    font-size: 1.6rem;
    line-height: 137.5%;
    color: #999999;
}

.xwddleft section {
    margin: 2.5rem 0;
    font-size: 1.8rem;
    color: #333;
    line-height: 171.428571%;
}

.xwddleft section img {
    max-width: 100%;
}

.fanye {
    font-size: 1.8rem;
}

.xwddright {
    width: 28%;
    background-color: #fff;
    border-top: #202b47 solid 0.6rem;
    float: right;
}

.xwddrightbt {
    width: 100%;
    height: 3.4rem;
    background: rgba(18, 18, 18, 0.04);
    color: #333333;
    line-height: 3.4rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-top: 3.1rem;
    margin-bottom: 1rem;
}

.xwddright ul li {
    padding: 2rem 1.5rem;
    transition: .5s;
}

.xwddright ul li:hover {
    background: #c2c1c1;
    transition: .5s;
}

.zxxwwen h2 {
    font-size: 1.6rem;
    color: #393b40;
    min-height: 4rem;
    line-height: 150%;
    font-weight: 600;
    text-align: left;
    margin: 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}

.zxxwsj {
    color: #393b40;
    font-size: 1.4rem;
}

.ablan-left li:hover,
.ablan-left li.active {
    background: #202b47;
}

.list-item {
    border: 0.1rem solid #eee;
    padding: 2rem;
    margin-bottom: 5rem;
    background: #fff;
    position: relative;
    transition: .5s;

}

.list-item {
    border-bottom: 0.3rem solid #000;
}

.list-item:hover {
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(17, 15, 14, 0.1);
    transition: .5s;
}

/* 上 */
.item-top a {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.item-top a h3 {
    color: #000;
}

.item-img img {
    width: 40rem;
    object-fit: cover;
}

.item-info h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.arrow {
    font-size: 1.6rem;
    transition: transform 0.3s;
}

.item-info:hover .arrow {
    transform: translateX(0.5rem);
}

.item-info p {
    color: #666;
    line-height: 1.6;
    font-size: 1.4rem;
}

/* 下 */
.item-table table {
    width: 100%;
    border-collapse: collapse;
}

.item-table th,
.item-table td {
    border: 0.1rem solid #eee;
    padding: 1rem;
    text-align: left;
    font-size: 1.4rem;
}

.item-table td a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #202b47;
    font-size: 1.6rem;
}

/* 默认只显示前3行 */
.table-body.collapsed tr:nth-child(n+6) {
    display: none;
}

.view-more {
    margin-top: 1rem;
    color: #007bff;
    cursor: pointer;

}

.products {
    padding: 5rem 0;
}

/* ===== 表头 ===== */
.item-table thead tr:first-child th {
    background: #fff;
    color: #333;
}

.item-table thead tr:nth-child(2) th {
    background: #f5f7fb;
    color: #333;
}

/* ===== 表体 ===== */
.item-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.item-table tbody tr:hover {
    background: #f5f7fb;
}

.productslist {
    padding: 5rem 0;
}

.productslist-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productslist-list ul li {
    width: 32%;
    margin-bottom: 2rem;
}

.productslist-list ul:after {
    width: 32%;
    content: "";
}

.productsdbig {
    padding: 5rem 0;
}

product-top {
    display: flex;
    gap: 4rem;
    margin-bottom: 4rem;
}

.product-gallery {
    width: 50%;
}

.product-gallery .swiper-slide img.active {
    border: 0.1rem solid #043b81;
}

.main-image img {
    width: 100%;
    border: 0.1rem solid #eee;
}

.thumbs {
    margin-top: 1rem;
}

.thumbs img {
    width: 100%;
    cursor: pointer;
    border: 0.1rem solid #eee;
}


.product-summary {
    width: 50%;
    line-height: 2;
}

.product-summary h2 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.summary-text {
    color: #666;
    margin-bottom: 2rem;
    text-align: left;
    font-size: 2rem;
}

.btn-email {

    color: #fff;
    padding: 1rem 2rem;
    text-decoration: none;
    display: inline-block;
}


/* 中间 */

.product-content {
    margin: 4rem 0;
    line-height: 1.8;

}

.product-content h3,
.related-products h3,.product-tags h3{
    text-align: left;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0;
    padding: 0.5rem 1rem;
    color: #fff;
    background: #043b81;
    display: inline-block;
    margin-bottom: 2rem;
}


/* 相关产品 */

.related-products {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.related-products h3 {
    margin-bottom: 2rem;
    width: max-content;
}

.related-item {
    text-align: center;
}

.related-item img {
    width: 100%;
    border: 0.1rem solid #eee;
    margin-bottom: 1rem;
}



/* 标签 */

.product-tags {
    margin-top: 3rem;
}

.product-tags span {
    display: inline-block;
    border: 0.1rem solid #ddd;
    padding: 0.5rem 1.2rem;
    margin-right: 0.8rem;
    margin-top: 1rem;
    font-size: 1.3rem;
}

.page-title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    text-align: left;
    background: #ebebeb;
    padding: 2rem;
}

.productsd .content {
    width: 100%;
}

.related-swiper a {
    color: #000;
}

.related-swiper p {
    font-size: 2rem;
}

.contact-box img {
    width: 2rem;
    margin-right: 1rem;
}

.contact-box section {
    margin: 1rem 0;
}

.related-products .swiper-slide:hover a {
    color: #043b81;
}

.product-tags a {
    color: #000;
}

.product-tags a:hover {
    color: #043b81;
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 4rem 0;
}

.product-top {
    display: flex;
    gap: 4rem;
    margin-bottom: 4rem;
}

.inquiry {
    margin-top: 6rem;
    padding: 3rem;
    background: #f7f7f7;
}

.inquiry h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.inquiry p {
    color: #666;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.form-row {
    display: flex;
    gap: 4%;
}

.form-row input {
    width: 48%;
}

.inquiry input,
.inquiry textarea {
    width: 100%;
    padding: 1.2rem;
    margin-bottom: 1.5rem;
    border: 0.1rem solid #ddd;
    font-size: 2rem;
}

.inquiry button {
    background: #043b81;
    color: #fff;
    border: none;
    padding: 1.2rem 3rem;
    cursor: pointer;
    font-size: 2rem;
}

.product-top {
    display: flex;
    gap: 4rem;
    margin-bottom: 4rem;
}

.product-gallery {
    width: 50%;
}

.product-gallery .swiper-slide img.active {
    border: 0.1rem solid #043b81;
}

.productsd .btn-email {
    color: #043b81;
    border: 0.1rem solid #043b81;
    float: left;
    transition: .5s;
    font-size: 1.4rem;
    margin-top:2rem;
}

.productsd .btn-email:hover {
    color: #fff;
    background: #043b81;
    transition: .5s;
}

.footer-col h2 {
    font-size: 3.2rem;
    margin-bottom: 2.5rem;
}

.footer-col input,
.footer-col textarea {
    width: 100%;
    padding: 1.4rem;
    margin-bottom: 1.5rem;

    border: 0.1rem solid #ddd;
    border-radius: 0.4rem;
}

.footer-col textarea {
    height: 12rem;
}

.footer-col button {
    background: #202b47;
    color: #fff;
    border: none;
    padding: 1.4rem 3.5rem;
    cursor: pointer;
    font-size: 1.4rem;
}

.footerlogo img {
    width: 30rem;
    margin-bottom: 2rem;
}

/* 基础样式 */
.view-more {
    display: block;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #202b47;
    background: #f0f2f5;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    margin: 0 auto;
    text-align: center;
    width: 20%;
    margin: 2rem auto 0;
}

/* 箭头 */
.view-more::after {
    content: "→";
    display: inline-block;
    transition: transform 0.2s;
}

/* hover 动效 */
.view-more:hover {
    background: #202b47;
    color: #fff;
    transform: translateY(-0.2rem);
}

.view-more:hover::after {
    transform: translateX(0.3rem);
}

.item-table thead th {
    font-weight: 700;
    /* 加粗 */
    background: #202b47;
    /* 主色背景，可选 */
    color: #fff;
    /* 白字 */
    padding: 1rem;
    text-align: left;
}

.item-table td:first-child,
.item-table tr:first-child td,
.item-table tr:nth-child(2) td {
    font-weight: bold;
}

.detail-btn {
    padding: 0.4rem 0.8rem;
    background: #202b47;
    color: #fff;
    border: none;
    border-radius: 0.4rem;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background 0.2s;
}

.detail-btn:hover {
    background: #1a233d;
}
.yc{
    display: none;
}
.footer-col input, .footer-col textarea{
    font-size: 1.4rem;
    color:#000;
}
.v30-contact-item img{
    width:2.4rem;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
     color:#202b47;
 }
 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
     color:#202b47;
}
.table-wrap{
  width:100%;
  overflow-x:auto;
  margin:4rem 0;
}


.product-summary table{
    border:0;
    width:100%;
    margin-bottom:2rem;
}
/* 表头 */
.product-summary thead tr:first-child{
  background:#f3f7fc;
}

.product-summary thead th{
  padding:1.4rem 1.2rem;
  text-align:center;
  color:#043b81;
  font-weight:600;
  border-bottom:0.2rem solid #043b81;
}

/* method / condition */
.product-summary .method td,
.product-summary .condition td{
  background:#fafafa;
  color:#666;
  font-size:1.3rem;
}

/* 单元格 */
.product-summary td{
  padding:1.2rem 1rem;
  text-align:center;
  border-bottom:0.1rem solid #e6e6e6;
}

/* zebra */
.product-summary tbody tr:nth-child(even){
  background:#f3f7fc;
}

/* hover */
.product-summary tbody tr:hover{
  background:#f1f6ff;
  transition:0.2s;
}

/* 左列稍微粗一点 */
.product-summary tbody td:first-child{
  font-weight:600;
  color:#043b81;
}
.table-wrap{
  overflow-x:auto;
}
.productsd-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
    background: #EEEEEE;
    border-radius: 4rem;
    margin: 2% 0 2%;
    padding: 2rem 0;
}

.productsd-tab .productsd-tab-item {
    font-size: 1.8rem;
    text-transform: capitalize;
    padding: 0.5rem 3rem;
    border-radius: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: .5s;
    margin-right: 2rem;
}

.productsd-tab .productsd-tab-item.act {
    background: #043b81;
    color: #fff;
}

.productsd-tab .productsd-tab-item:hover {
    background: #043b81;
    color: #fff;
    transition: .5s;
}
.related-swiper{
    width:100%;
}
/* ========= 响应式适配，保持所有设计约束 ========= */
.about-left a{
    padding:1.5rem 4rem;
    border-radius: 3rem;
    background:#202b47;
    color:#fff;
    display: inline-block;
    
}
@media (max-width: 900px) {
    .newslist .news-item a {
        padding: 4rem 1.5rem;
        gap: 1.2rem;
        flex-wrap: wrap;
    }
    .footer-bottom{
        text-align: left;
    }
    .newslist .news-image {
        width: 9rem;
        height: 9rem;
    }

    .newslist .news-title {
        font-size: 1.8rem;
    }

    .newslist .news-description {
        font-size: 1.5rem;
    }

    .newslist .news-date {
        font-size: 1.4rem;
        white-space: normal;
        text-align: left;
        width: auto;
        margin-left: auto;
    }

    .newslist .news-item a::after {
        top: 4rem;
        right: 1.5rem;
        font-size: 2.2rem;
    }

    .container {
        width: 100%;
    }

    .homeyoushi {
        overflow: hidden;
    }

    .footer-container {
        flex-direction: column;
    }

    .bannerwen {
        width: 100%;
    }

    header {
        display: none;
    }

    .homeabout {
        overflow: hidden;
    }

    .m_header {
        display: block;
    }

    .culture {
        overflow: hidden;
    }

    .yc {
        display: block;
    }

    .nav {
        display: none;
        position: absolute;
        top: 8rem;
        left: 0;
        width: 100%;
        background: #fff;
    }

    .nav ul {
        flex-direction: column;
    }

    .nav li {
        padding: 1.5rem;
        border-bottom: 0.1rem solid #eee;
    }

    .menu-toggle {
        display: block;
    }

    header {
        display: none;
    }

    header {
        display: none;
    }

    .m_header {
        display: block;
    }

    .container {
        width: 100%;
    }

    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 6rem;
    }

    .logo_box {
        width: 100%;
        height: 6rem;
        text-align: center;
        padding: 0.5rem 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
        background: #000;
    }

    .logo_box img {
        height: 100%;
        text-align: center;
        margin-left: 2rem;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        right: 2rem;
        margin-top: -1.3rem;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 1rem 3.5rem 1.6rem 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 0.3rem;
        width: 4rem;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -1rem;
    }

    .nav_toggle span:after {
        bottom: -1rem;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-1rem) rotate(-45deg);
        -webkit-transform: translateY(-1rem) rotate(-45deg);
        -ms-transform: translateY(-1rem) rotate(-45deg);
        top: 1rem;
    }

    /*ç§»åŠ¨ç«¯å¯¼èˆª*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 6rem;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 0.1rem solid #f0f0f0;
        margin-top: -0.1rem;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 1.5rem;
        line-height: 3.5rem;
        text-align: left;
        font-size: 1.4rem;
        color: #000000;
    }

    .m_header .m_nav_list>li {
        position: relative;
        border-bottom: 0.1rem solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list>li>i {
        position: absolute;
        width: 2rem;
        height: 2rem;
        background: #000;
        top: 0.8rem;
        right: 1rem;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list>li>a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu>li {
        border-top: 0.1rem solid #f0f0f0;
        background: #f5f5f5;
    }

    .banner {
        margin-top: 6rem;
        height: auto;
    }

    .bannerwen {
        width: 95%;
    }

    .bannertitle {
        font-size: 2.4rem;
        text-align: center;
        font-weight: 900;
        transform: scaleX(0.8);
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 2rem;
    }

    .bannerwen a {
        margin: 2rem auto;
        width: 15rem;
        height: 4rem;
        font-size: 1.4rem;
    }

    .homeproduct {
        padding: 2rem;
    }

    .hometitle {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }

    .product-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .homeabout {
        padding: 2rem;
    }

    .about-left {
        width: 100%;
    }

    .shuju ul li {
        width: 50%;
        padding: 2rem 2rem;
    }

    .shuju ul {
        flex-wrap: wrap;
    }

    .about-right {
        width: 100%;
    }

    .about {
        flex-wrap: wrap;
        gap:2rem;
    }
    .culture-item{
        padding:2rem;
    }
    #c_portalResPublic_codeContainer-16122365528600788 {
        display: none;
    }

    .shuju ul li span {
        font-size: 2.4rem;
    }

    .about-left p {
        font-size: 1.4rem;
    }

    .culture {
        padding: 2rem;
    }

    .culture-title h2 {
        font-size: 3rem;
    }

    .culture-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .homenews {
        padding: 2rem;
    }

    .news-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .contact-section {
        padding: 2rem;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .contact-left {
        width: 100%;
    }

    .contact-right {
        width: 100%;
    }
    .footer-container{
        padding:2rem;
    }
    .footer-container{
        gap:2rem;
    }
    .footer-bottom{
        padding:2rem;
    }
     .b-height {
		height:50px;
	}
	.fygnav {
		padding:0px;
		height:50px;
		background-color:#009ca3;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .fygnav li a img {
        height: 20px;
        width: 20px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        background-color: #000;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
    }
    .nybanner{
        margin-top:6rem;
    }
    .ablan{
        position:relative;
        padding:0 2rem;
    }
    .ablan-left{
        width:100%;
    }
    .bread{
        width:100%;
    }
    .ablanbig{
        flex-wrap: wrap;
    }
    .bread{
        justify-content: flex-start;
    }
    .about-left h2{
        font-size:2.4rem;
    }
    .culture-title p{
        font-size:1.4rem;
    }
    .culture-title{
        margin-bottom:2rem;
    }
    .ablan-left li{
        width:100%;
        line-height: 2;
    }
    .ablan{
        height: auto;
    }
    .ablan-left ul{
        flex-wrap:wrap;
    }
    .ablan-left li{
        height: auto;
    }
    .ablan-left li a{
        line-height: 2;
    }
    .products{
        padding:5rem 2rem;
    }
    .item-top a{
        flex-wrap: wrap;
    }
    .item-img img{
        width:100%;
    }
    .item-table{
        overflow: scroll;
    }
    .view-more {
        display: block;
        align-items: center;
        gap: 0.4rem;
        padding: 0.6rem 1.2rem;
        font-size: 1.4rem;
        font-weight: 500;
        color: #202b47;
        background: #f0f2f5;
        border-radius: 0.4rem;
        cursor: pointer;
        transition: background 0.2s, transform 0.2s;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        margin: 0 auto 2rem;
    }
    .productslist{
        padding:2rem;
    }
    .productslist-list ul li {
        width: 100%;
        margin-bottom: 2rem;
    }
    .product-item{
        height: auto;
    }
    .productsdbig{
        padding:2rem;
    }
    .page-title{
        font-size: 1.6rem;
    }
    .product-top{
        flex-wrap: wrap;
    }
    .product-gallery{
        width:100%;
    }
    .product-summary{
        width:100%;
    }
    .inquiry input, .inquiry textarea{
        font-size: 1.4rem;
    }
    .inquiry p{
        font-size: 1.4rem;
    }
    .inquiry{
        margin-top:2rem;
    }
    .newslist .news-image{
        width: 100%;
        max-width: max-content;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 1rem;
    }
    .newslist .news-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding-left: 0;
    }
    .newslist{
        padding:2rem;
    }
    .xwny{
        padding:2rem;
    }
    .xwddleft{
        width:100%;
    }
    .xwddright{
        width:100%;
    }
    .xwddbig{
        flex-wrap: wrap;
    }
    .xwddleft{
        padding:2rem;
        margin-bottom:2rem;
    }
    .logo_box img{
        height: 80%;
    }
    .logo_box a {
        display: flex;
        align-items: center;
        height: 100%;
    }
}

@media (max-width: 640px) {
    .newslist .news-item a {
        flex-direction: column;
        align-items: flex-start;
        padding: 3.5rem 1.2rem;
    }

    .newslist .news-image {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 1rem;
    }

    .newslist .news-date {
        align-self: flex-start;
        margin-top: 0.25rem;
        white-space: normal;
    }

    .newslist .news-item a::after {
        top: 3rem;
        right: 1.2rem;
    }
}

.newslist .news-list .news-item a:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}