
.banner-w{
    position: relative;
    overflow: hidden;
}
.banner{
    width: 100%;
    /*height: 42rem;*/
}
.banner-w .info{
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.banner-w .info .btn{
    width: 15rem;
    height: 5rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 5rem;
    text-align: center;
    background-color: #fff;
}
.banner-w .info .big{
    font-size: 4rem;
    color: #fff;
}
.banner-w .info .text{
    margin: 1rem 0 0 2.5rem;
    font-size: 1.4rem;
    color: #fff;
}
 .swiper-banner .swiper-pagination-bullet-active {
    background: #CA0D1D !important;
}



.big-bg {
    /*width: 100%;*/
    /*background: url(/webui/sstj/index-bg-1.jpg) no-repeat scroll;*/
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/webui/sstj/index-bg-1.jpg);
}


.row1 {
    margin: 0 auto;
    padding-top: 2rem;
    width: var(--mwidth);
}
.ad-ls {
    display: flex; align-items: flex-end; justify-content: space-between;
    position: relative;
    height: 140px;
    /* border: 1px solid #999; */
}
.ad-ls .it-w {
    padding: 1.5rem;
    width: 285px;
    background-color: #fff;
    position: relative; z-index: 100;
    border-radius: 10px;
    box-shadow: 0 4px 8px #999;
}
.ad-ls .it {
    position: relative;
    height: 110px;
    background-color: red;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    background-image: url('/webui/sstj/index-block-bg-0.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ad-ls .it:hover {
    height: 155px;
    background-color: blue;
}

.ad-ls .it .icon {
    margin-bottom: 10px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.ad-ls .it:hover .icon {
    transform: translateY(-100px);
    opacity: 0;
}

.ad-ls .it .hd {
    font-size: 20px;
    color: white;
    transition: all 0.3s ease;
}

.ad-ls .it .desc {
    font-size: 17px;
    color: white;
    transition: all 0.3s ease;
}

.ad-ls .it:hover .hd,
.ad-ls .it:hover .desc {
    transform: translateY(-50px);
}
.ad-ls .it-1:hover {
    background: #DDD url('/webui/sstj/index-block-bg-1.jpg') no-repeat scroll top / cover;
}
.ad-ls .it-2:hover {
    background: #DDD url('/webui/sstj/index-block-bg-2.jpg') no-repeat scroll top / cover;
}
.ad-ls .it-3:hover {
    background: #DDD url('/webui/sstj/index-block-bg-3.jpg') no-repeat scroll top / cover;
}
.ad-ls .it-4:hover {
    background: #DDD url('/webui/sstj/index-block-bg-4.jpg') no-repeat scroll top / cover;
}




.row2{
    margin: 0 auto;
    padding-top: 10rem;
    width: var(--mwidth);
    display: flex; align-items: flex-start; justify-content: space-between;
}

.row2 .c1{
    margin-right: 4rem;
    flex: 1;
}

.row2 .c1 .hd{
    font-size: 3rem;
    font-weight: bold;
    color: #000;
}

.row2 .c1 .hd-2{
    margin-top: 0.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #CA0D1D;
}

.row2 .c1 .ctt{
    margin-top: 2rem;
}

.row2 .c1 .ctt p{
    line-height: 150%;
    color: #333;
    font-size: 1.8rem;
    margin: 0 0 1.5rem 0;
}

.row2 .c1 .data{
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

.row2 .c1 .data .it{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.row2 .c1 .data .it .ttl{
    font-size: 3rem;
    font-weight: bold;
    color: #000;
}

.row2 .c1 .data .it .desc{
    margin-top: 1rem;
    font-size: 1.8rem;
    color: #999;
}

.row2 .c2{
    width: 58rem;
    height: 45rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}






.row3 {
    margin: 0 auto;
    width: var(--mwidth);
    padding-top: 10rem;
}
.row3 .hd-w{
    display: flex;
    align-items: center;
}

.row3 .hd-w .deco{
    width: 30px;
    height: 30px;
}

.row3 .hd-w .hd{
    margin-left: 1rem;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.row3 .hd-w .more{
    margin-left: auto;
    font-size: 1.6rem;
    color: #666;
    cursor: pointer;
}


.row3 .ls{
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 2rem;
}

.row3 .ls .it{
    display: flex;
    align-items: flex-start;
    border: 1px solid #eee;
    padding: 4rem 1rem 6rem;
}
.row3 .ls .it:hover{
    border: 1px solid var(--color);
}

.row3 .ls .it .img{
    width: 20rem;
    height: 20rem;
    object-fit: cover;
    flex-shrink: 0;
}

.row3 .ls .it .c2{
    margin-left: 3rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.row3 .ls .it .c2 .ttl{
    font-size: 1.6rem;
    line-height: 2.3rem;
    height: 4.6rem;          /* 两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #393939;
}

.row3 .ls .it .c2 .line{
    margin-top: 1rem;
    height: 1px;
    background-color: #eee;
}

.row3 .ls .it .c2 .r2{
    margin-top: 2rem;
}

.row3 .ls .it .c2 .r2 .price{
    font-size: 1.8rem;
    color: #d44;
}

.row3 .ls .it .c2 .r2 .price-s{
    font-size: 1.8rem;
    color: #999;
    text-decoration: line-through;
    margin-left: 1rem;
}

.row3 .ls .it .c2 .btn{
    margin-top: 4rem;
    width: 18rem;
    height: 4rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: #d44;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.row3 .ls .it .c2 .btn a{
	color: #fff;
}

.row3 .ls .it .c2 .btn .icon{
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1rem;
}




.row4-w{
    padding: 25px 0;
    background: #DDD url(/webui/sstj/index-bg-2.jpg) no-repeat scroll top / cover;
} 
.row4{
    margin: 0 auto;
    width: var(--mwidth);
} 
.row4 .hd-w{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #11CBD7;
}

.row4 .hd-w .img{
    width: 4.5rem;
    height: 4.5rem;
}

.row4 .hd-w .hd{
    margin-left: 2rem;
    font-size: 2.6rem;
    font-weight: bold;
    color: #000;
    flex: 1;
}

.row4 .hd-w .cate{
    display: flex;
    align-items: center;
}

.row4 .hd-w .cate .it{
    margin-left: 1rem;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
}

.row4 .hd-w .cate .it a{
    color: #000000;
}

.row4 .hd-w .cate .vline{
    margin-left: 1rem;
    width: 1px;
    height: 1.6rem;
    background-color: #ddd;
}

.row4 .hd-w .more{
    margin-left: 1rem;
    font-size: 1.6rem;
    color: #CA0D1D;
    cursor: pointer;
}

.row4 .hd-w .more a{
    color: #CA0D1D;

}


.row4 .ls{
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.row4 .ls .it{
    padding: 0;
}

.row4 .ls .it .img{
    width: 285px;
    height: 285px;
    transition: all 0.5s;
}
.row4 .ls .it .img:hover{
    transform: scale(1.05);
}

.row4 .ls .it .ttl{
    margin-top: 1rem;
    height: 4.6rem;
    line-height: 2.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #393939;
}

.row4 .ls .it .price{
    margin-top: 1.6rem;
    font-size: 2rem;
    color: #CA0D1D;
    font-weight: bold;
}





.row5-w{
    padding: 25px 0;
} 
.row5{
    margin: 0 auto;
    width: var(--mwidth);
} 
.row5 .hd-w{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #A6ACEC;
}

.row5 .hd-w .img{
    width: 4.5rem;
    height: 4.5rem;
}

.row5 .hd-w .hd{
    margin-left: 2rem;
    font-size: 2.6rem;
    font-weight: bold;
    color: #000;
    flex: 1;
}

.row5 .hd-w .cate{
    display: flex;
    align-items: center;
}

.row5 .hd-w .cate .it{
    margin-left: 1rem;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
}

.row5 .hd-w .cate .it a{
    color: #000000;
}

.row5 .hd-w .cate .vline{
    margin-left: 1rem;
    width: 1px;
    height: 1.6rem;
    background-color: #ddd;
}

.row5 .hd-w .more{
    margin-left: 1rem;
    font-size: 1.6rem;
    color: #CA0D1D;
    cursor: pointer;
}

.row5 .hd-w .more a{
    color: #CA0D1D;
}

.row5 .ls{
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.row5 .ls .it{
    padding: 0;
}

.row5 .ls .it .img{
    border: 2px solid #fff;
    width: 285px;
    height: 285px;
    transition: all 0.5s;
}
.row5 .ls .it .img:hover{
    transform: scale(1.05);
}


.row5 .ls .it .ttl{
    margin-top: 1rem;
    height: 4.6rem;
    line-height: 2.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #393939;
}

.row5 .ls .it .price{
    margin-top: 1.6rem;
    font-size: 2rem;
    color: #CA0D1D;
    font-weight: bold;
}
.row5 .hf-1 {
    margin: 3rem auto 0;
    width: 100%;
    height: 12.5rem;
}




.row6-w{
    width: 100%;
    background: #F6F6F6 url(/webui/sstj/index-bg-2.jpg) no-repeat scroll top / cover;
}
.row6-w .row6{
    margin: 0 auto;
    padding: 2rem 0;
    width: var(--mwidth);
}
.row6 .hd-w{
    display: flex;
    align-items: center;
}

.row6 .hd-w .deco{
    margin-top: 0.4rem;
    width: 4px;
    height: 25px;
    background-color: #FF9A00;
}

.row6 .hd-w .hd{
    margin-left: 1rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
}

.row6 .hd-w .more{
    margin-left: auto;
    font-size: 1.6rem;
    color: #666;
    cursor: pointer;
}

.row6 .hd-w .more a{
    color: #666;
}


.row6 .ls{
    margin-top: 2rem;
    display: flex; align-items: center; justify-content: space-between;
}

.row6 .ls .it{
    /*margin-right: 1rem;*/
    padding: 0.5rem;
    width: 22%;
}
.row6 .ls .it:hover{
    border-radius: 1rem;
    box-shadow: 0 0 4px 6px #ddd;
}
.row6 .ls .it:last-child{
    margin-right: 0;
}

.row6 .ls .it .img{
    width: 254px;
    height: 254px;
}

.row6 .ls .it .ttl{
    margin-top: 1rem;
    height: 4.6rem;
    line-height: 2.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #393939;
}

.row6 .ls .it .price{
    margin-top: 1.6rem;
    display: flex; align-items: center; justify-content: space-between;
}
.row6 .ls .it .price .c1{
    display: flex; align-items: center;
}
.row6 .ls .it .price .c2{
    display: flex; align-items: center;
}
.row6 .ls .it .price .t1{
    font-size: 16px;
    color: #4D4D4D;
}
.row6 .ls .it .price .t2{
    font-weight: bold;
    font-size: 22px;
    color: #F17100;
    text-decoration-line: underline;
}
.row6 .ls .it .price .t3{
    font-size: 15px;
    color: #4D4D4D;
}
.row6 .ls .it .price .t4{
    font-size: 15px;
    color: #4D4D4D;
}
.row6 .ls .it .desc{
    margin-top: 1.5rem;
    font-size: 16px;
    color: #666666;
    height: 4.2rem;
    line-height: 2.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.row6 .ls .it .btn{
    margin: 3rem auto;
    width: 13.5rem;
    height: 3.6rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: #CA0D1D;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    border-radius: 18px;
}
.row6 .ls .vline{
    /*margin-right: 1rem;*/
    width: 1px;
    height: 540px;
    flex-shrink: 0;
    background-image: linear-gradient(to bottom, #ddd 80%, transparent);
}






.row7{
    margin: 0 auto;
    padding: 2rem 0;
    width: var(--mwidth);
}
.row7 .hd-w{
    display: flex;
    align-items: center;
}

.row7 .hd-w .deco{
    margin-top: 0.4rem;
    width: 4px;
    height: 25px;
    background-color: #FF9A00;
}

.row7 .hd-w .hd{
    margin-left: 1rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
}

.row7 .hd-w .more{
    margin-left: auto;
    font-size: 1.6rem;
    color: #666;
    cursor: pointer;
}

.row7 .hd-w .more a{
    color: #666;
}

.row7 .r2{
    margin-top: 2rem;
    display: flex; align-items: flex-start; justify-content: flex-start;
}
.row7 .r2 .c1{
    width: 235px;
    height: 435px;
}

.row7 .ls{
    padding-left: 2rem;
    display: flex; align-items: center; justify-content: flex-start;
    border-bottom: 1px solid #eee;
}

.row7 .ls .it{
    margin-right: 1rem;
    width: 30rem;
    padding: 0;
}
.row7 .ls .it:last-child{
    margin-right: 0;
}

.row7 .ls .it .img{
    width: 300px;
    height: 300px;
    transition: all 0.5s;
}
.row7 .ls .it .img:hover{
    transform: scale(1.05);
}

.row7 .ls .it .ttl{
    margin-top: 2rem;
    height: 4.6rem;
    line-height: 2.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.6rem;
    color: #333;
}

.row7 .ls .it .price{
    margin-top: 1.5rem;
    display: flex; align-items: center; justify-content: center;
}
.row7 .ls .it .price .t1{
    font-size: 20px;
    color: #CA0D1D;
}
.row7 .ls .it .price .t2{
    margin-left: 1rem;
    font-size: 1.8rem;
    color: #B7B7B7;
    text-decoration: line-through;
}
.row7 .ls .vline{
    margin-right: 1rem;
    width: 1px;
    height: 435px;
    flex-shrink: 0;
    background: #eee;
}





.row8-w{
    padding: 50px;
    background: #F6F6F6 url(/webui/sstj/index-bg-2.jpg) no-repeat scroll top / cover;
}
.row8{
    margin: 0 auto;
    padding: 2rem 0;
    width: var(--mwidth);
}
.row8 .hd-w{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.row8 .hd-w .deco{
    margin-top: 0.4rem;
    width: 25px;
    height: 3px;
    background: #CA0D1D;
    border-radius: 2px;
}

.row8 .hd-w .hd{
    font-weight: bold;
    font-size: 28px;
    color: #3D3D3D;
    line-height: 28px;
    opacity: 0.15;
}

.row8 .hd-w .hd2{
    margin-top: -2rem;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
}

.row8 .r2{
    margin-top: 2rem;
    display: flex; align-items: center; justify-content: space-between;
}
.row8 .r2 .img{
    width: 500px;
    height: 326px;
}
.row8 .r2 .c2{
    margin-left: 2rem;
    padding: 4.5rem;
    flex: 1;
    background-color: #fff;
}
.row8 .r2 .c2 .ttl{
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}
.row8 .r2 .c2 .desc{
    margin-top: 3rem;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 28px;
}
.row8 .r2 .c2 .date{
    margin-top: 2rem;
    font-size: 14px;
    color: #888;
}
.row8 .r2 .c2 .btn-more{
    margin-top: 3rem;
    width: 120px;
    height: 40px;
    background: #CA0D1D;
    color: #FFFFFF;
    font-size: 14px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
}
.row8 .btn-more:hover{
    transform: scale(1.2);
}

.row8 .ls{
    margin-top: 2rem;
    display: flex; align-items: center; justify-content: space-between;
}
.row8 .ls .it{
    padding: 3.5rem 1.5rem;
    width: 32%;
    background-color: #fff;
}
.row8 .ls .it .ttl{
    height: 2.4rem;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}
.row8 .ls .it .desc{
    margin-top: 1rem;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 28px;
    /* 三行超出省略 */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 84px; /* 3行 * 28px行高 */
    text-overflow: ellipsis;
    overflow: hidden;
}
.row8 .ls .it .date{
    margin-top: 1rem;
    font-size: 14px;
    color: #808080;
}
.row8 .ls .it:hover {
    box-shadow: 0 0 2px 4px #f0f0f0;
    border-radius: 1rem;
}






.zixun {
    display: none;
    width: 87rem;
    height: 70rem;
    background-color: #fff;
    padding: 3.5rem;
    border-radius: 1rem;
    border: 1px solid #999;
}
.zixun .hd {
    font-size: 2.6rem;
    color: #111;
    font-weight: bold;
    text-align: center;
}
.zixun .ttl {
    margin-top: 2rem;
    font-size: 2.2rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.zixun .guige {
    margin-top: 1.5rem;
    font-size: 2rem;
    color: #666;
    text-align: center;
}
.zixun .it {
    margin-top: 2rem;
    display: flex; align-items: flex-start; justify-content: space-between;
}
.zixun .it .lbl {
    width: 17rem;
    height: 6rem;
    font-size: 1.8rem;
    color: #333;
    display: flex; align-items: center; justify-content: flex-start;
}
.zixun .it .inp,
.zixun .it .textarea {
    flex: 1;
    height: 6rem;
    font-size: 1.8rem;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    padding: 0 1rem;
}
.zixun .it .textarea {
    padding-top: 1rem;
    height: 12rem;
}
.zixun .it .yzm {
    flex: 0;
    width: 25rem !important;
}
.zixun .it .verify {
    width: 12rem;
    height: 6rem;
    margin-left: 1rem;
    cursor: pointer;
}
.zixun .btn {
    margin: 4rem auto 0;
    width: 18rem;
    height: 5.5rem;
    line-height: 5.5rem;
    text-align: center;
    background-color: #CA0D1D;
    color: #fff;
    font-size: 2rem;
    border-radius: 2.8rem;
    cursor: pointer;
}




