﻿/*nav*/
.wsc-layout-pull{
    background-color: #f6f6f6;
}
.slate5-shadow {
    transition: box-shadow .2s,-webkit-transform .2s;
    transition: box-shadow .2s,transform .2s;
    transition: box-shadow .2s,transform .2s,-webkit-transform .2s
}

.slate5-shadow:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,0.2)!important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}
/*页面标题*/
.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;
}
/*快速提交方案需求，免费获取更多设计方案*/
.page-design{
    margin-left: -10px;
    margin-right: -10px;
}
.page-design .item{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    width: 100%;
    height: 174px;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-design .item .title{
    font-weight: bold;
    font-size: 22px;
}
.page-design .item .btn{
    margin-top: 20px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.page-design .item.item-project{
    background-image: url(../images/page-design-bg-1.png);
}
.page-design .item.item-project .title{
    color: #201f15;
}
.page-design .item.item-project .btn-dark{
    background-color: #333333;
}
.page-design .item.item-advice{
    background-image: url(../images/page-design-bg-2.png);
}
.page-design .item.item-advice .title{
    color: #81241c;
}
.page-design .item.item-advice .btn-dark{
    background-color: #81241c;
}
/*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;
}
/*相关案例*/
.wsc-layout-case{
    margin-top: 35px;
    padding-top: 40px;
    padding-bottom: 10px;
    background-image: url(../images/tag-detail-case-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wsc-layout-case .case-box{
    margin-left: -10px;
    margin-right: -10px;
}
.wsc-layout-case .case-box .item{
    width: 100%;
}
.wsc-layout-case .case-box .item .img-box{
    display: block;
    width: 100%;
    height: 262px;
    line-height: 262px;
    background-color: #f6f6f6;
}
.wsc-layout-case .case-box .item .img-box .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-box .item .cont-box{
    margin-top: 30px;
}
.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;
}
.wsc-layout-case .case-box .item .cont-box .tag{
    margin-top: 10px;
}
.wsc-layout-case .case-box .item .cont-box .tag p{
    margin: 0;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -1px;
    color: #666666;
}
.case-box .item .btn-box{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-box .item .btn-box .btn{
    margin: 0 10px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    border-radius: 5px;
    border: solid 1px #81241d;
    font-size: 16px;
    margin-bottom: 5px;
}
.case-box .item .btn-box .btn.btn-outline{
    color: #81241d;
    background: transparent;
}
.case-box .item .btn-box .btn.btn-outline:hover{
    color: #fff;
    background: #81241d;
}
.case-box .item .btn-box .btn.btn-pull{
    color: #fff;
    background: #81241d;
}

/*表单区域*/
.form-box{
    margin-top: 40px;
    margin-bottom: 35px;
    background-image: url(../images/tag-detail-form-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px;
}
.form-box .title{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
}
.form-box #form{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-box #form .input-row{
    height: 60px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.form-box #form .input-row .item{
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #babab8;
}
.form-box #form .input-row .item:last-child{
    border-right: none;
}
.form-box #form .input-row .item .tit{
    font-size: 16px;
    line-height: 17px;
    letter-spacing: -1px;
    color: #666666;
    margin: 0;
}
.form-box #form .input-row .item select{
    margin-left: 10px;
    padding-right: 5px;
    border: none;
    font-size: 16px;
    color: #090909;
}
.form-box #form .input-row .item .ico{
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    margin-right: 5px;
}
.form-box #form .input-row .item .ico.ico-name{
    background-image: url(../images/name-ico.png);
}
.form-box #form .input-row .item .ico.ico-phone{
    background-image: url(../images/phone-ico.png);
}
.form-box #form .input-row .item input{
    outline: none;
    border: none;
    font-size: 16px;
    color: #666666;
    width: 150px;
}
.form-box #form .btn-outline{
    margin-left: 10px;
    width: 195px;
    height: 60px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    font-size: 20px;
    color: #ffffff;
    background: transparent;
}
/*相关图库视频*/
.wsc-layout-show{
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f6f6f6;
}
.show-box{
    margin-left: -10px;
    margin-right: -10px;
}
.show-box .item{
    display: block;
    width: 100%;
    height: 268px;
    background-color: #b0aeae;
    margin-bottom: 10px;
    position: relative;
}
.show-box .item .img-box{
    width: 100%;
    height: 100%;
    position: relative;
}
.show-box .item .img-box .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.show-box .item .name-box{
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: rgba(0,0,0,0.8);
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.show-box .item .img-box .play-cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 216px;
    background: rgba(0,0,0,.35);
    opacity: 0;
    transition: all .25s;
}
.show-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);
}
.show-box .item:hover .play-cover {
    opacity: 1
}
.show-box .item:hover .play-cover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.display-flex-c{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.display-flex-c .btn{
    margin: 0 10px;
    width: 255px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: solid 1px #81241c;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.display-flex-c .btn.btn-outline{
    background: transparent;
    color: #81241c;
}
.display-flex-c .btn.btn-outline:hover{
    background: #81241c;
    color: #fff;
}
.display-flex-c .btn.btn-pull{
    background: #81241c;
    color: #fff;
}
/*相关新闻*/
.news-box{
    margin-left: -10px;
    margin-right: -10px;
}
.news-box .item{
    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;
}
/*相关文章*/
.article-box .item{
    display: block;
    width: 100%;
    height: 190px;
    padding: 30px;
    background-color: #f6f6f6;
    margin-bottom: 18px;
}
.article-box .item .title{
    font-size: 20px;
    color: #010101;
    font-weight: bold;
}
.article-box .item .date{
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #403e3e;
    opacity: 0.6;
}
.article-box .item .cont{
    margin-top: 20px;
    font-size: 15px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.article-box .item:hover{
    background-image: url(../images/tag-detail-article-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.article-box .item:hover .title,
.article-box .item:hover .cont{
    color: #fff;
}
.article-box .item:hover .date{
    color: #ffffff;
    opacity: 0.6;
}
/*快速帮助*/
.wsc-layout-help{
    width: 100%;
    padding: 45px 0;
    background-color: #f3f3f3;
}
.wsc-layout-help .title{
    margin: 0;
    font-size: 22px;
    line-height: 45px;
    color: #010101;
}
.wsc-layout-help .btn-box{
    display: flex;
    align-items: center;
    justify-content: right;
}
.wsc-layout-help .btn-online{
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    background-color: #80241c;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wsc-layout-help .btn-phone{
    position: relative;
    padding: 0 15px;
    margin-left: 12px;
    height: 45px;
    line-height: 45px;
    background-color: #f6f6f6;
    border-radius: 5px;
    border: solid 1px #80241c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #80241c;
}
.wsc-layout-help .btn-phone:before{
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(../images/mobile-ico.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    margin-right: 5px;
}

/*媒体查询 自适应样式*/
@media (max-width: 1024px) {
    .wsc-layout-help .title{
        font-size: 17px;
        font-weight: bold;
    }
    .wsc-layout-help .btn-phone{
        font-size: 22px;
    }
    .form-box #form .input-row{
        height: 50px;
    }
    .form-box #form .input-row .item{
        padding: 0 10px;
    }
    .form-box #form .input-row .item .tit{
        font-size: 14px;
    }
    .form-box #form .input-row .item select{
        font-size: 15px;
    }
    .form-box #form .input-row .item input{
        font-size: 14px;
    }
    .form-box #form .btn-outline{
        height: 50px;
        width: 180px;
    }
}
@media (max-width: 992px) {
    .page-desc .gc-img {
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    .page-title{
        padding: 25px;
        font-size: 24px;
    }
    .page-desc{
        margin-bottom: 30px;
    }
    .page-desc .content{
        margin-top: 10px;
    }
    .page-design .item{
        padding-top: 25px;
        margin-bottom: 10px;
    }
    .page-design .item .title{
        font-size: 20px;
        line-height: 30px;
    }
    .wsc-layout-case{
        margin-top: 20px;
    }
    .card .card-header .title{
        font-size: 18px;
    }
    .card .card-header .more{
        font-size: 12px;
    }
    .card .card-body{
        margin-top: 20px;
    }
    .news-box .title{
        font-size: 16px;
    }
    .news-box .desc{
        font-size: 12px;
        margin-top: 5px;
    }
    .news-box .item{
        padding: 10px 5px;
    }
    .wsc-layout-case .case-box .item{
        margin-bottom: 10px;
    }
    .display-flex-c{
        margin-top: 20px;
    }
    .wsc-layout-help{
        padding: 20px 0;
    }
    .wsc-layout-help .title{
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }
    .wsc-layout-help .btn-box{
        margin-top: 10px;
        justify-content: center;
    }
}