﻿/*nav*/
.wsc-nav-pull{
    width: 100%;
    background: #f6f6f6;
}
/*页面标题*/
.page-title{
    padding: 40px 0;
    font-size: 32px;
    color: #111111;
    font-weight: bold;
    text-align: center;
}
.page-desc{
    padding: 20px 10px;
    background-color: #f6f6f6;
    margin-bottom: 60px;
}
.page-desc .gc-img{
    padding-right: 20px;
    width: 100%;
    height: 143px;
}
.page-desc .gc-img:before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/tag-detail-lou.png);
    background-size: cover;
    background-position: center;
}
.page-desc .content{
    line-height: 26px;
    font-size: 14px;
    color: #666666;
}
.page-desc .content .font-81241c{
    color: #81241c;
    font-weight: bold;
}

/*card*/
.card{
    padding-bottom: 30px;
}
.card .card-header{
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
    padding-bottom: 25px;
}
.card .card-header:before{
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background-image: url(../images/didvier-line.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    position: absolute;
    bottom: 0;
}
.card .card-header .title{
    font-weight: bold;
    font-size: 26px;
    color: #060606;
}
.card .card-header .more{
    font-size: 14px;
    color: #888888;
    display: flex;
    align-items: center;
}
.card .card-header .more:before{
    margin-right: 7px;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../images/more-order.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.card .card-header .more:hover{
    color: #81241c;
}
.card .card-body{
    margin-top: 35px;
}

/*相关产品*/
.about-box{
    margin-left: -10px;
    margin-right: -10px;
}
.about-box .item{
    width: 100%;
    background: #f6f6f6;
}
.about-box .item .img-box{
    width: 100%;
    height: 188px;
    line-height: 188px;
    background-color: #fff;
}
.about-box .item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-box .item .cont-box{
    padding: 25px 15px;
}
.about-box .item .cont-box .title{
    font-weight: bold;
    text-align: center;
    font-size: 21px;
    color: #101010;
}
.about-box .item .cont-box .tag{
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #7c7c6b;
}
.about-box .item .cont-box .btn-box{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-box .item .cont-box .btn-box .btn{
    margin: 0 3px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    border-radius: 5px;
    border: solid 1px #81241d;
    font-size: 16px;
    margin-bottom: 5px;
}
.about-box .item .cont-box .btn-box .btn.btn-outline {
    color: #81241d;
    background: transparent;
}
.about-box .item .cont-box .btn-box .btn.btn-outline:hover{
    color: #fff;
    background: #81241d;
}
.about-box .item .cont-box .btn-box .btn.btn-pull{
    color: #fff;
    background: #81241d;
}

/*标签名称相关案例*/
.wsc-layout-pull{
    padding-top: 40px;
    background-image: url(../images/wsc-about-pull-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
}
.case-box{
    margin-left: -10px;
    margin-right: -10px;
}
.case-box .item{
    display: block;
}
.case-box .item .img-box{
    width: 100%;
    height: 263px;
    line-height: 263px;
}
.case-box .item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-box .item .cont-box{
    padding: 20px 0;
}
.case-box .item .cont-box .title{
    height: 60px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #101010;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case-box .item .cont-box .tag{
    margin-top: 10px;
}
.case-box .item .cont-box .tag p{
    margin: 0;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -1px;
    color: #666666;
}
/*标签名称相关图片*/
.photo-box{
    margin-left: -10px;
    margin-right: -10px;
}
.photo-box .item{
    display: block;
}
.photo-box .item .img-box{
    width: 100%;
    height: 216px;
    line-height: 216px;
}
.photo-box .item .img-box .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo-box .item .cont-box{
    padding: 10px 5px;
}
.photo-box .item .cont-box .title,
.photo-box .item .cont-box .title b{
    font-weight: normal;
    font-size: 18px;
    color: #010101;
    margin: 0;
}
.photo-box .item .cont-box .date{
    font-size: 16px;
    line-height: 27px;
    color: #605d5d;
}

/*标签名称相关视频*/
.video-box{
    margin-left: -10px;
    margin-right: -10px;
}
.video-box .item{
    display: block;
}
.video-box .item .img-box{
    width: 100%;
    height: 216px;
    line-height: 216px;
    position: relative;
}
.video-box .item .img-box .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-box .item .img-box .play-cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
    opacity: 0;
    transition: all .25s;
}
.video-box .item .img-box .play-cover:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 55%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    transition: all .25s;
    background-image: url(../images/replay.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.video-box .item:hover .play-cover {
    opacity: 1
}
.video-box .item:hover .play-cover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.video-box .item .cont-box{
    padding: 10px 5px;
}
.video-box .item .cont-box .title{
    font-size: 18px;
    color: #010101;
    margin: 0;
}
.video-box .item .cont-box .date{
    font-size: 16px;
    line-height: 27px;
    color: #605d5d;
}

/*标签名称相关新闻*/
.news-box{
    margin-left: -10px;
    margin-right: -10px;
}
.news-box .item{
    display: block;
    width: 100%;
    padding: 20px 5px;
    border: 1px solid transparent;
}
.news-box .col-xs-12:nth-child(1) .item{
    background: #fff;
}
.news-box .col-xs-12:nth-child(2) .item{
    background: #f6f6f6;
}
.news-box .item:hover{
    border: 1px solid #80241c;
}
.news-box .item .img-box{
    width: 100%;
    height: 194px;
    line-height: 194px;
    background-color: #f6f6f6;
}
.news-box .item .img-box .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-box .title{
    margin-top: 10px;
    font-size: 20px;
    color: #010101;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-box .item:hover .title{
    color: #81241c;
}
.news-box .title b{
    font-weight: normal;
}
.news-box .date{
    font-size: 16px;
    line-height: 27px;
    color: #605d5d;
}
.news-box .desc{
    margin-top: 10px;
    font-size: 15px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*标签名称相关常见问题*/
.wsc-layout-faq{
    background-color: #f6f6f6;
    padding: 18px;
}
.wsc-layout-faq .card{
    background: #fff;
    padding: 20px;
}
.wsc-layout-faq .faq-box{
    margin-top: -20px;
}
.wsc-layout-faq .faq-box .list{
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wsc-layout-faq .faq-box .list .name{
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.wsc-layout-faq .faq-box .list:hover .name{
    color: #81241c;
}
.wsc-layout-faq .faq-box .list .name b{
    font-weight: normal;
}
.wsc-layout-faq .faq-box .list .date{
    font-size: 15px;
    color: #605d5d;
}
.wsc-layout-faq .faq-box .list:nth-child(odd){
    padding-right: 30px;
}
.wsc-layout-faq .faq-box .list:nth-child(even){
    padding-left: 30px;
}
.pb-70{
    padding-bottom: 70px;
}
/*媒体查询 自适应样式*/
@media (max-width: 992px) {
    .page-desc .gc-img{
        padding-right: 0;
    }
    .wsc-layout-faq .faq-box .list:nth-child(odd),
    .wsc-layout-faq .faq-box .list:nth-child(even){
        padding: 0 10px;
    }
    .wsc-layout-faq{
        padding: 10px;
    }
    .wsc-layout-faq .card{
        padding: 10px;
    }
    .wsc-layout-faq .card .card-header{
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .page-title{
        padding: 25px;
        font-size: 24px;
    }
    .page-desc .content{
        margin-top: 10px;
    }
    .card .card-header .title{
        font-size: 18px;
    }
    .card .card-header .more{
        font-size: 12px;
    }
    .about-box .item .cont-box .title{
        font-size: 18px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .about-box .item .cont-box .btn-box{
        margin-top: 10px;
    }
    .case-box .item .cont-box .title{
        font-size: 18px;
    }
    .case-box .item .cont-box .tag{
        margin-top: 0;
    }
    .news-box .title{
        font-size: 16px;
    }
    .news-box .desc{
        font-size: 12px;
        margin-top: 5px;
    }
    .news-box .item{
        padding: 10px 5px;
    }
    .wsc-layout-faq .faq-box .list:nth-child(odd),
    .wsc-layout-faq .faq-box .list:nth-child(even){
        padding: 0 10px;
    }
}
