/* 
    mydw.css 公共样式
 */
 .alltime,.alltime:before,.alltime:after,.alltime *,.alltime *:before,.alltime *:after{-webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1); -moz-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1); transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);}
 .w1660 { padding: 0 1.3rem; }
 .cpn-title { text-align: center; font-style: italic; font-weight: 700; }
 :root {
    --color-primary: #e60012;
    --imgwhite: brightness(0) invert(1);
    --imgblack: brightness(0);
    --imggray: brightness(0) saturate(100%) invert(65%) sepia(10%) saturate(359%) hue-rotate(350deg) brightness(94%) contrast(85%);
 }
.scroll::-webkit-scrollbar {width:2px;height:1px;}
.scroll::-webkit-scrollbar-thumb{ background:var(--color-primary);}
.scroll::-webkit-scrollbar-track{ background:#F4F4F4;}

.line-2 {text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.line-1 {text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}

[v-cloak] {
    display: none;
}
 /* end */

 /* banner */
.banner-box .banner-bg {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1920 / 553;
    padding-bottom: 1.3rem;
}
.banner-box .banner-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-box .banner-bg .con {
    position: relative;
    z-index: 1;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.banner-box .banner-bg .con .title {
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0.1rem;
}
.banner-box .banner-bg .con .desc {
    line-height: 1.4;
}
.banner-box .banner-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    column-gap: 0.35rem;
}
.banner-box .banner-nav .banner-nav-item {
    position: relative;
    padding: 0.15rem 0.3rem;
    color: #333;
}
.banner-box .banner-nav .banner-nav-item.on {
    color: var(--color-primary);
}
.banner-box .banner-nav .banner-nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-primary);
    opacity: 0;
}
.banner-box .banner-nav .banner-nav-item.on::after {
    opacity: 1;
}
.banner-box .banner-nav .banner-nav-item:hover {
    color: var(--color-primary);
}
.banner-box .banner-nav .banner-nav-item:hover::after {
    opacity: 1;
}
/* end */

/* service-cm */
.service-cm .section1 {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1030;
    padding: 1.25rem 0;
}
.service-cm .section1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-cm .section1 .w1660 {
    position: relative;
    z-index: 1;
    padding-right: 0.68rem;
}
.service-cm .section1 .w1660 .con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.service-cm .section1 .w1660 .con .lf {
    flex: 1;
}
.service-cm .section1 .w1660 .con .lf .desc {
    color: #888;
    line-height: calc(32 / 18);
    margin-bottom: 0.5rem;
}
.service-cm .section1 .w1660 .con .lf .desc span {
    color: #221815;
}
.service-cm .section1 .w1660 .con .lf .icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem;
}
.service-cm .section1 .w1660 .con .lf .icons .icon-item {
    width: 2rem;
    aspect-ratio: 2 / 1.44;
    padding: 0.2rem;
    background: rgba(243, 244, 245, 0.6);
    border-radius: 0.2rem;
}
.service-cm .section1 .w1660 .con .lf .icons .icon-item .icon {
    width: 0.44rem;
    height: 0.44rem;
    margin: 0 auto 0.1rem;
}
.service-cm .section1 .w1660 .con .lf .icons .icon-item .icon img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.service-cm .section1 .w1660 .con .lf .icons .icon-item .txt {
    color: #221815;
    line-height: calc(24 / 18);
    text-align: center;
}
.service-cm .section1 .w1660 .con .rt {
    width: 9.8rem;
    aspect-ratio: 98 / 73;
}
.service-cm .section1 .w1660 .con .rt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-cm .section2 .con {
    margin-top: 1rem;
    overflow: visible;
}
.service-cm .section2 .con .swiper-slide {
    height: 4.6rem;
    background: #f7f7f7;
    border-radius: 0.2rem;
    padding: 0.7rem .45rem 0;
    cursor: pointer;
}
.service-cm .section2 .con .swiper-slide .icon {
    width: 0.64rem;
    height: 0.64rem;
}
.service-cm .section2 .con .swiper-slide .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-cm .section2 .con .swiper-slide .tit {
    margin: 0.3rem 0 0.35rem;
    color: #221815;
    font-weight: 500;
    line-height: calc(4 / 3);
}
.service-cm .section2 .con .swiper-slide .txt {
    color: #666;
    font-weight: 300;
    line-height: 1.4;
}
.service-cm .section2 .con .swiper-slide:hover {
    background: #fff;
    box-shadow: 0rem 0rem .6rem 0rem #0000000D;
    transform: translateY(-0.3rem);
}
.service-cm .section2 .con .swiper-slide:hover .tit {
    color: var(--color-primary);
}
.service-cm .section3 {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1060;
    margin-top: 3.28rem; 
    padding-top: 0.8rem;
}
.service-cm .section3 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-cm .section3 .w1660 {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    column-gap: 0.55rem;
}
.service-cm .section3 .w1660 .lf {
    flex: 1;
    position: relative;
}
.service-cm .section3 .w1660 .lf .mobile1 {
    position: absolute;
    top: -1.75rem;
    left: 0;
    width: 4.7rem;
}
.service-cm .section3 .w1660 .lf .mobile2 {
    position: absolute;
    top: -2.85rem;
    right: 0;
    width: 5.02rem;
}
.service-cm .section3 .w1660 .rt {
    width: 7.55rem;
}
.service-cm .section3 .w1660 .rt .tit {
    font-weight: 700;
    font-style: italic;
    color: #221815;
}
.service-cm .section3 .w1660 .rt .desc {
    color: #333;
    line-height: calc(36 / 18);
    margin: 0.15rem 0 0.5rem;
}
.service-cm .section3 .w1660 .rt .con {
    display: flex;
    flex-direction: column;
    row-gap: 0.3rem;
}
.service-cm .section3 .w1660 .rt .con .item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    column-gap: 0.2rem;
    padding: 0.27rem 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    cursor: pointer;
}
.service-cm .section3 .w1660 .rt .con .item .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.4rem;
    aspect-ratio: 1 / 1;
    border: 1.2px solid #221815;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0;
    transition: margin-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-cm .section3 .w1660 .rt .con .item .icon img {
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.service-cm .section3 .w1660 .rt .con .item .icon .icon-def {
    opacity: 1;
}
.service-cm .section3 .w1660 .rt .con .item .icon .icon-act {
    opacity: 0;
}
.service-cm .section3 .w1660 .rt .con .item .txt {
    flex: 1;
}
.service-cm .section3 .w1660 .rt .con .item .txt .txt-top {
    color: #221815;
    height: 0.4rem;
    line-height: 0.4rem;
    transition: color 0.3s ease;
}
.service-cm .section3 .w1660 .rt .con .item .txt .txt-bot {
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    color: #666;
    font-weight: 300;
    line-height: calc(26 / 16);
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-cm .section3 .w1660 .rt .con .item .ext {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.4rem;
    aspect-ratio: 1 / 1;
    border: 1.2px solid #221815;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0;
    transition: margin-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-cm .section3 .w1660 .rt .con .item .ext img {
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.service-cm .section3 .w1660 .rt .con .item .ext .ext-def {
    opacity: 1;
}
.service-cm .section3 .w1660 .rt .con .item .ext .ext-act {
    opacity: 0;
}
.service-cm .section3 .w1660 .rt .con .item.active .icon {
    background: var(--color-primary);
    border: none;
    margin-top: 0;
}
.service-cm .section3 .w1660 .rt .con .item.active .icon .icon-act {
    opacity: 1;
}
.service-cm .section3 .w1660 .rt .con .item.active .icon .icon-def {
    opacity: 0;
}
.service-cm .section3 .w1660 .rt .con .item.active .txt .txt-top {
    color: var(--color-primary);
}
.service-cm .section3 .w1660 .rt .con .item.active .txt .txt-bot {
    max-height: 5rem;
    opacity: 1;
    margin-top: 0.1rem;
}
.service-cm .section3 .w1660 .rt .con .item.active .txt .txt-bot .text-item {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
}
.service-cm .section3 .w1660 .rt .con .item.active .txt .txt-bot .text-item .dot {
    display: inline-block;
    width: 0.04rem;
    height: 0.04rem;
    background: #666;
    border-radius: 50%;
}
.service-cm .section3 .w1660 .rt .con .item.active .ext .ext-act {
    opacity: 1;
}
.service-cm .section3 .w1660 .rt .con .item.active .ext .ext-def {
    opacity: 0;
}

/* service-parts */
.service-parts .section1 {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 930;
    padding: 1.24rem 0 2.04rem;
}
.service-parts .section1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-parts .section1 .content {
    position: relative;
    z-index: 1;
}
.service-parts .section1 .content .cpn-desc {
    margin-top: 0.36rem;
    color: #666;
    line-height: calc(32 / 18);
    text-align: center;
}
.service-parts .section1 .content .con {
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
    padding-left: 1.3rem;
    margin-top: 0.7rem;
}
.service-parts .section1 .content .con .lf {
    width: 5.2rem;
}
.service-parts .section1 .content .con .lf .txt {
    color: #333;
    line-height: calc(32 / 24);
}
.service-parts .section1 .content .con .lf .contact {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    margin-top: 0.4rem;
}
.service-parts .section1 .content .con .lf .contact .item .label {
    color: #999;
}
.service-parts .section1 .content .con .lf .contact .item .val {
    margin-top: 0.1rem;
    color: var(--color-primary);
    text-decoration: underline;
}
.service-parts .section1 .content .con .rt {
    flex: 1;
}
.service-parts .section1 .content .con .rt .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 3.63rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.35rem;
    row-gap: 0.1rem;
}
.service-parts .section1 .content .con .rt .swiper-slide .icon {
    align-self: flex-end;
    width: 0.75rem;
    aspect-ratio: 1 / 1;
}
.service-parts .section1 .content .con .rt .swiper-slide .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-parts .section1 .content .con .rt .swiper-slide .num {
    font-style: italic;
    font-weight: 700;
    color: #333;
}
.service-parts .section1 .content .con .rt .swiper-slide .txt {
    line-height: calc(32 / 18);
    color: #333;
}
.service-parts .section1 .content .con .rt-btns {
    position: absolute;
    bottom: -0.94rem;
    right:  1.3rem;
    display: flex;
    align-items: center;
    column-gap: 0.3rem;
}
.service-parts .section1 .content .con .rt-btns .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.44rem;
    border-radius: 0.22rem;
    border: 1px solid #2218154D;
    cursor: pointer;
}
.service-parts .section1 .content .con .rt-btns .btn img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
}
.service-parts .section1 .content .con .rt-btns .btn-next img {
    transform: rotate(180deg);
}
.service-parts .section1 .content .con .rt-btns .btn:hover {
    background: var(--color-primary);
    border: none;
}
.service-parts .section1 .content .con .rt-btns .btn:hover img {
    filter: var(--imgwhite);
}

/* service-ws */
.service-ws .section1 {
    position: relative;
    width: 100%;
    padding: 1.24rem 0 1.4rem;
}
.service-ws .section1 .w1660 .cpn-bold {
    margin-top: 0.36rem;
    text-align: center;
    color: #333;
}
.service-ws .section1 .w1660 .cpn-desc {
    margin-top: 0.1rem;
    color: #888;
    line-height: calc(32 / 18);
    text-align: center;
}
.service-ws .section1 .w1660 .con {
    display: flex;
    justify-content: space-between;
    column-gap: 0.3rem;
    margin-top: 0.7rem;
}
.service-ws .section1 .w1660 .con .lf {
    width: 7.4rem;
    height: 9.8rem;
}
.service-ws .section1 .w1660 .con .rt {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 0.3rem;
}
.service-ws .section1 .w1660 .con .item {
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
    cursor: pointer;
}
.service-ws .section1 .w1660 .con .lf .item {
    height: 100%;
}
.service-ws .section1 .w1660 .con .rt .item {
    flex: 1;
}
.service-ws .section1 .w1660 .con .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-ws .section1 .w1660 .con .item .bg-mock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
}
.service-ws .section1 .w1660 .con .item .box {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 0.4rem 0.5rem;
}
.service-ws .section1 .w1660 .con .item .box .icon {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    width: 0.6rem;
    height: 0.6rem;
}
.service-ws .section1 .w1660 .con .item .box .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-ws .section1 .w1660 .con .item .box .txt {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}
.service-ws .section1 .w1660 .con .item .box .txt .tit {
    font-weight: 700;
    font-style: italic;
}
.service-ws .section1 .w1660 .con .item .box .txt .tips {
    display: flex;
    flex-direction: column;
    row-gap: 0.15rem;
    margin-top: 0.2rem;
}
.service-ws .section1 .w1660 .con .item .box .txt .tips p {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    height: 0.3rem;
}
.service-ws .section1 .w1660 .con .item .box .txt .tips p .dot {
    display: inline-block;
    width: 0.04rem;
    height: 0.04rem;
    background: #fff;
    border-radius: 50%;
}
.service-ws .section2 {
    margin-bottom: 1.4rem;
}
.service-ws .section2 .w1660 .cpn-title,
.service-ws .section2 .w1660 .cpn-desc {
    text-align: left;
}
.service-ws .section2 .w1660 .cpn-desc {
    line-height: 1.4;
    margin-top: 0.36rem;
    color: #333;
}
.service-ws .section2 .w1660 .swiper {
    margin-top: 0.6rem;
}
.service-ws .section2 .w1660 .swiper-slide {
    position: relative;
    padding: 0.4rem;
    height: 3.28rem;
    border-radius: 0.2rem;
    background: #fafafa;
}
.service-ws .section2 .w1660 .swiper-slide .tit {
    display: flex;
    align-items: flex-end;
    column-gap: 0.1rem;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.service-ws .section2 .w1660 .swiper-slide .tit span {
    color: var(--color-primary);
}
.service-ws .section2 .w1660 .swiper-slide .desc {
    line-height: 1.4;
    color: #666;
}
.service-ws .section2 .w1660 .swiper-slide .icon {
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
    width: 1.1rem;
    height: 1.1rem;
}
.service-ws .section3 {
    position: relative;
}
.service-ws .section3 .item {
    position: sticky;
    top: 0;
    background: #fafafa;
    border-radius: 0.4rem;
    padding: 1.4rem 0;
}
.service-ws .section3 .item .w1660 {
    display: flex;
    justify-content: space-between;
    column-gap: 0.8rem;
}
.service-ws .section3 .item .w1660 .cover {
    flex-shrink: 0;
    width: 4.4rem;
    aspect-ratio: 44 / 32;
    overflow: hidden;
    border-radius: 0.2rem;
}
.service-ws .section3 .item .w1660 .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-ws .section3 .item .w1660 .con {
    display: flex;
    flex-direction: column;
}
.service-ws .section3 .item .w1660 .con .tit {
    color: #221815;
    font-weight: 700;
    font-style: italic;
}
.service-ws .section3 .item .w1660 .con .desc {
    flex: 1;
    line-height: 1.2;
    color: #666;
    margin-top: 0.3rem;
}
.service-ws .section3 .item .w1660 .con .desc span {
    color: #000;
    font-weight: 500;
}
.service-ws .section3 .item .w1660 .con .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.1rem;
    width: fit-content;
    height: 0.46rem;
    padding: 0 0.2rem;
    border: 1px solid var(--color-primary);
    border-radius: 0.23rem;
    color: var(--color-primary);
}
.service-ws .section3 .item .w1660 .con .btn:hover {
    background: var(--color-primary);
    color: #fff;
}
.service-ws .section3 .item .w1660 .con .btn:hover img {
    filter: var(--imgwhite);
}
.service-ws .section4 {
    padding: 1.4rem 0;
}
.service-ws .section4 .w1660 .con {
    display: flex;
    justify-content: space-between;
    column-gap: 0.7rem;
    margin-top: 0.7rem;
}
.service-ws .section4 .w1660 .con .rt {
    flex-shrink: 0;
    width: 7.58rem;
    aspect-ratio: 758 / 478;
    overflow: hidden;
    border-radius: 0.2rem;
}
.service-ws .section4 .w1660 .con .rt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.service-ws .section4 .w1660 .con .rt:hover img{
    transform: scale(1.05);
} 

.service-ws .section4 .w1660 .con .lf {
    flex: 1;
}
.service-ws .section4 .w1660 .con .lf .txt {
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
    padding-right: 0.56rem;
    height: 3.6rem;
    overflow-y: auto;
    margin-bottom: 0.3rem;
}
.service-ws .section4 .w1660 .con .lf .txt .item {
    display: flex;
    align-items: flex-start;
    column-gap: 0.1rem;
    line-height: calc(32 / 18);
    color: #666;
}
.service-ws .section4 .w1660 .con .lf .txt .item .dot {
    position: relative;
    top: 0.1rem;
    flex-shrink: 0;
    width: 0.08rem;
    height: 0.08rem;
    background: var(--color-primary);
    border-radius: 50%;
}

.service-ws .section4 .w1660 .con .lf .txt .item span span{color: #000;
    font-weight: 500;}

.service-ws .section4 .w1660 .con .lf .down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 0.56rem);
    padding: 0.24rem 0.4rem;
    background: #f6f6f6;
    border-radius: 0.1rem;
}
.service-ws .section4 .w1660 .con .lf .down .btn {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    height: 0.4rem;
    color: var(--color-primary);
    padding-left: 0.3rem;
    border-left: 1.5px solid #C9C9C987;
}

/* service-tg */
.service-tg .section1 {
    padding-top: 1.26rem;
}
.service-tg .section1 .con {
    margin-top: 1rem;
    overflow: visible;
}
.service-tg .section1 .con .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 4.3rem;
    background: #f7f7f7;
    border-radius: 0.2rem;
    padding: 0.3rem .3rem 0;
    cursor: pointer;
}
.service-tg .section1 .con .swiper-slide .icon {
    flex-shrink: 0;
    align-self: flex-end;
    width: 0.36rem;
    height: 0.36rem;
    margin-bottom: 0.84rem;
}
.service-tg .section1 .con .swiper-slide .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-tg .section1 .con .swiper-slide .icon img.icon-def {
    display: block;
}
.service-tg .section1 .con .swiper-slide .icon img.icon-act {
    display: none;
}
.service-tg .section1 .con .swiper-slide .tit {
    margin: 0.3rem 0 0.35rem;
    color: #221815;
    font-weight: 500;
    line-height: calc(4 / 3);
    margin-bottom: 0.3rem;
}
.service-tg .section1 .con .swiper-slide .txt {
    color: #666;
    font-weight: 300;
    line-height: 1.4;
}
.service-tg .section1 .con .swiper-slide:hover {
    background: #fff;
    box-shadow: 0rem 0rem .6rem 0rem #0000000D;
    transform: translateY(-0.3rem);
}
.service-tg .section1 .con .swiper-slide:hover .tit {
    color: var(--color-primary);
}
.service-tg .section1 .con .swiper-slide:hover .icon img.icon-def {
    display: none;
}
.service-tg .section1 .con .swiper-slide:hover .icon img.icon-act {
    display: block;
}
.service-tg .section2 {
    margin: 1.6rem 0;
}
.service-tg .section2 .w1660 {
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
}
.service-tg .section2 .w1660 .lf {
    flex-shrink: 0;
    width: 6.7rem;   
    aspect-ratio: 67 / 70.6;
    border-radius: 0.2rem;
    overflow: hidden;
}
.service-tg .section2 .w1660 .rt {
    flex: 1;
    padding: 0.2rem 0;
}
.service-tg .section2 .w1660 .rt .cpn-title {
    text-align: left;
}
.service-tg .section2 .w1660 .rt .con {
    margin-top: 0.7rem;
}
.service-tg .section2 .w1660 .rt .con .item {
    padding: 0.4rem 0.3rem;
    border-bottom: 1px solid #EDEDED;
    cursor: pointer;
}
.service-tg .section2 .w1660 .rt .con .item .default {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-tg .section2 .w1660 .rt .con .item .default .tit {
    flex: 1;
    color: #221815;
    font-weight: 500;
}
.service-tg .section2 .w1660 .rt .con .item .default .ext {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.4rem;
    aspect-ratio: 1 / 1;
    background: #fafafa;
    border-radius: 0.06rem;
}
.service-tg .section2 .w1660 .rt .con .item .default .ext img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
}
.service-tg .section2 .w1660 .rt .con .item .default .ext img.ext-def {
    display: block;
}
.service-tg .section2 .w1660 .rt .con .item .default .ext img.ext-act {
    display: none;
}
.service-tg .section2 .w1660 .rt .con .item .active {
    display: none;
    margin-top: 0.15rem;
    color: #888;
    line-height: calc(28 / 18);
}
.service-tg .section2 .w1660 .rt .con .item.on {
    background: #fafafa;
    /*border: none;*/
    border-color: transparent;
    border-radius: 0.1rem;
}
.service-tg .section2 .w1660 .rt .con .item.on .active {
    display: block;
}
.service-tg .section2 .w1660 .rt .con .item.on .ext {
    background: #000;
}
.service-tg .section2 .w1660 .rt .con .item.on .ext img.ext-def {
    display: none;
}
.service-tg .section2 .w1660 .rt .con .item.on .ext img.ext-act {
    display: block;
    filter: var(--imgwhite);
}

/* news */
.news-container .section1 {
    position: relative;
    width: 100%;
    padding: 0.66rem 0 0.8rem;
}
.news-container .section1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-container .section1 .w1660 {
    position: relative;
    z-index: 1;
}
.news-container .section1 .w1660 .con {
    display: flex;
    justify-content: space-between;
    column-gap: 0.8rem;
    margin-top: 0.7rem;
}
.news-container .section1 .w1660 .con .lf {
    flex-shrink: 0;
    width: 9rem;
    align-self: 90 / 58;
    border-radius: 0.2rem;
    overflow: hidden;
}
.news-container .section1 .w1660 .con .lf img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-container .section1 .w1660 .con .lf:hover img {
    transform: scale(1.02);
}
.news-container .section1 .w1660 .con .rt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-container .section1 .w1660 .con .rt .date {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
}
.news-container .section1 .w1660 .con .rt .date .dot {
    width: 0.04rem;
    height: 0.04rem;
    background: #221815;
    border-radius: 50%;
}
.news-container .section1 .w1660 .con .rt .tit {
    font-weight: 500;
    margin: 0.16rem 0 0.8rem;
    color: #221815;
    font-weight: 500;
    line-height: calc(38 / 22);
}
.news-container .section1 .w1660 .con .rt .detail {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    width: fit-content;
    height: 0.46rem;
    padding: 0.1rem 0.2rem;
    border-radius: 0.23rem;
    border: 1px solid #2218154D
}
.news-container .section1 .w1660 .con .rt .detail img {
    transform: rotate(180deg);
}
.news-container .section2 {
    margin-top: 0.5rem;
    margin-bottom: 1.6rem;
}
.news-container .section2 .w1660 .top {
    display: flex;
    justify-content: space-between;
    min-height: 0.54rem;
}
.news-container .section2 .w1660 .top .tags {
    flex: 1;
    display: flex;
    align-items: center;
    column-gap: 0.36rem;
}
.news-container .section2 .w1660 .top .tags .label {
    color: #333;
}
.news-container .section2 .w1660 .top .tags .tags-list {
    display: flex;
    align-items: center;
    column-gap: 0.18rem;
}
.news-container .section2 .w1660 .top .tags .tags-list .tag-item {
    padding: 0.08rem 0.2rem;
    border: 1px solid #C4C4C4;
    border-radius: 0.1rem;
    cursor: pointer;
}
.news-container .section2 .w1660 .top .tags .tags-list .tag-item.on {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.news-container .section2 .w1660 .top .search {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 4.6rem;
    height: 0.54rem;
    border-radius: 0.08rem;
    border: 1px solid #DDD;
    padding: 0.06rem;
}
.news-container .section2 .w1660 .top .search input {
    flex: 1;
    padding-left: 0.1rem;
    font-weight: 300;
    color: #333;
}
.news-container .section2 .w1660 .top .search .btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 0.06rem;
    background: #221815;
    cursor: pointer;
}
.news-container .section2 .w1660 .top .search .btn img {
    width: 0.18rem;
    height: 0.18rem;
    object-fit: contain;
}
.news-container .section2 .w1660 .mid {
    margin-top: 0.36rem;
    margin-bottom: 0.8rem;
}
.news-container .section2 .w1660 .mid .times {
    display: flex;
    align-items: center;
    column-gap: 0.36rem;
}
.news-container .section2 .w1660 .mid .times .label {
    color: #333;
}
.news-container .section2 .w1660 .mid .times .times-list {
    position: relative;
    display: flex;
    align-items: center;
    width: 1.98rem;
    height: 0.5rem;
    border-radius: 0.08rem;
    border: 1px solid #DDD;
    overflow: hidden;
}
.news-container .section2 .w1660 .mid .times .times-list select {
    width: 100%;
    height: 100%;
    padding: 0.1rem 0.6rem 0.1rem 0.2rem;
    border: none;
    cursor: pointer;
}
.news-container .section2 .w1660 .mid .times .times-list img {
    position: absolute;
    right: 0.2rem;
    top: 54%;
    transform: translateY(-50%) rotate(-90deg);
    width: 0.24rem;
    height: 0.24rem;
    object-fit: contain;
    pointer-events: none;
}
.news-container .section2 .w1660 .con {
    display: flex;
    flex-direction: column;
    row-gap: 0.6rem;
}
.news-container .section2 .w1660 .con .item {
    display: flex;
    justify-content: space-between;
    column-gap: 1.2rem;
    cursor: pointer;
}
.news-container .section2 .w1660 .con .item .txt {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 0.8rem;
    border-bottom: 1px solid #DFDFDF;
}
.news-container .section2 .w1660 .con .item .txt .time {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    color: #666;
}
.news-container .section2 .w1660 .con .item .txt .time .day {
    font-weight: 600;
}
.news-container .section2 .w1660 .con .item .txt .time .line {
    width: 0.03rem;
    height: 0.4rem;
    background: #333;
    transform: rotate(25deg);
    margin: 0 0.1rem;
}
.news-container .section2 .w1660 .con .item .txt .time .date {
    line-height: 1.2;
}
.news-container .section2 .w1660 .con .item .txt .text .tit {
    font-weight: 500;
    color: #333;
    line-height: calc(34 / 20);
    margin-bottom: 0.18rem;
}
.news-container .section2 .w1660 .con .item .txt .text .desc {
    color: #666;
    line-height: calc(32 / 16);
}
.news-container .section2 .w1660 .con .item .cover {
    flex-shrink: 0;
    width: 3.6rem;
    aspect-ratio: 36 / 22;
    border-radius: 0.2rem;
    overflow: hidden;
}
.news-container .section2 .w1660 .con .item .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-container .section2 .w1660 .con .item:hover .txt .text .tit {
    color: var(--color-primary);
}
.news-container .section2 .w1660 .con .item:hover .cover img {
    transform: scale(1.05);
}
.news-container .section2 .w1660 .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.12rem;
    margin-top: 0.7rem;
}
.news-container .section2 .w1660 .pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 0.06rem;
    border: 1px solid #DDD;
    color: #666;
}

.news-container .section2 .w1660 .pagination a img {
    width: 0.2rem;
}

.news-container .section2 .w1660 .pagination a.prev {
    margin-right: 0.16rem;
    border: none;
    background: #f7f7f7;
}

.news-container .section2 .w1660 .pagination a.next {
    margin-left: 0.16rem;
    transform: rotate(180deg);
    border: none;
    background: #f7f7f7;
}
.news-container .section2 .w1660 .pagination a.prev:hover:not(.disabled), 
.news-container .section2 .w1660 .pagination a.next:hover:not(.disabled) {
    background: var(--color-primary);
    color: #fff;
}
.news-container .section2 .w1660 .pagination a.prev:hover:not(.disabled) img, 
.news-container .section2 .w1660 .pagination a.next:hover:not(.disabled) img {
    filter: var(--imgwhite);
}
.news-container .section2 .w1660 .pagination a.disabled img {
    filter: var(--imggray);
}

.news-container .section2 .w1660 .pagination a.dots {
    line-height: 1;
}

.news-container .section2 .w1660 .pagination a.active {
    background: var(--color-primary);
    color: #fff;
}

.news-container .section2 .w1660 .pagination a.page:hover {
    background: var(--color-primary);
    color: #fff;
}
.news-detail-container {
    padding: 0.72rem 3.1rem 1.6rem;
}
.news-detail-container .top .title {
    text-align: center;
    font-weight: 500;
    line-height: calc(38 / 26);
    color: #221815;
    margin-bottom: 0.28rem;
}
.news-detail-container .top .time {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.2rem;
    color: #333;
}
.news-detail-container .content {
    padding: 0.5rem 0;
    margin-top: 0.3rem;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
.news-detail-container .other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.3rem;
}
.news-detail-container .other>div {
    width: 33.3%;
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
}
.news-detail-container .other>div img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
}
.news-detail-container .other>div a {
    color: #666;
}
.news-detail-container .other .next img {
    transform: rotate(180deg);
}
.news-detail-container .other>div a:hover {
    color: var(--color-primary);
    text-decoration: underline !important;
}
.news-detail-container .related {
    margin-top: 1.4rem;
}
.news-detail-container .related .news {
    display: flex;
    column-gap: 0.6rem;
    row-gap: 0.7rem;
    flex-wrap: wrap;
    margin-top: 0.7rem;
}
.news-detail-container .related .news .item {
    width: calc(50% - 0.3rem);
    display: flex;
    flex-direction: column;
    padding-top: 0.5rem;
    border-top: 1px solid #DFDFDF;
    color: #221815;
}
.news-detail-container .related .news .item .text {
    margin: 0.18rem 0 0.64rem;
    line-height: calc(32 / 18);
}
.news-detail-container .related .news .item .btn {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    width: fit-content;
    height: 0.46rem;
    padding: 0 0.2rem;
    border: 1px solid #2218154D;
    border-radius: 0.23rem;
}
.news-detail-container .related .news .item .btn img {
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    transform: rotate(180deg);
}
.news-detail-container .content {
    line-height: calc(32 / 16);
}
.news-detail-container .aside {
    position: fixed;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    display: none;
}
.news-detail-container .aside .text {
    color: #333;
    margin-bottom: 0.2rem;
    font-weight: 500;
}