@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑"
}
a {
    text-decoration: none
}
ul {
    list-style: none
}
.card-fouth {
    padding: 0px 0 20px;
    background: rgba(246,246,246,.31)
}
.card-fouth .sub-title {
    margin-bottom: 0px;
    text-align: center;
    font-size: 24px;
    color: #333
}
.card-fouth .desc.desc-list {
    font-size: 0;
    color: #3a3a3a;
    font-weight: 200;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
/*顶部分类*/
.card-fouth .industry {
    font-size: 22px;
    color: #999;
    padding: 0px 0;
    display: inline-block;
    border-bottom: 0px solid hsla(0,0%,85%,.4);
    width: 120px
}
.card-fouth .industry.first {
    padding-left: 0
}
.card-fouth .industry.last {
    padding-right: 0
}
.card-fouth .industry.active {
    padding-bottom: 0px
}
.card-fouth .industry span {
    font-family: PingFang SC;
    font-weight: 400
}
.card-fouth .industry.active span {
    font-size: 22px;
    font-weight: 700;
    color: #2267fa;
    border-bottom: 6px solid #2267fa;
    padding-bottom: 0px;
    font-weight: 500
}
/*内容*/
.card-fouth .case-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 480px
}
.card-fouth .case-panel {
    position: absolute;
    z-index: 1;
    opacity: 0;
    overflow: hidden;
    padding-left: 0px
}
.card-fouth .case-panel.active {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}
.card-fouth .case-preview {
    display: inline-block;
    width: 576px;
    position: relative;
    top: 28px;
    left: -60px;
    z-index: 200
}
/*内容左侧*/

/*内容右侧*/
@media screen and (max-width:996px) {
.card-fouth .case-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 680px;
}
}
@media screen and (max-width:767px) {
	.card-fouth .case-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 760px;
}
}
@media screen and (max-width:479px) {
  
}

