.banner{
    height: 300px;
    background: url("../images/cases/Banner.jpg") center no-repeat;
    background-size: cover;
}

.industry{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.industry .menu{
    width: 1200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.industry .menu .item{
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-family: 'phr';
    line-height: 35px;
    color: #666666;
    cursor: pointer;
    border-bottom: 4px solid white;
}
.industry .menu .item.active{
    font-family: 'phm';
    color: #333333;
    border-bottom: 4px solid #1A6CFE;
}
.industry .menu .item:hover{
    font-family: 'phm';
    color: #333333;
    border-bottom: 4px solid #1A6CFE;
}

/* 案例内容 */
.caseInfo{
    display: none;
    width: 1200px;
    height: auto;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px 100px 50px 50px;
}
.caseInfo.active{
    display: flex;
}
.caseInfo .img{
    width: 368px;
    height: 494px;
}
.caseInfo.case01 .img{
    background: url("../images/V3/case/case01.png") center no-repeat;
    background-size: contain;
}
.caseInfo.case02 .img{
    background: url("../images/V3/case/case02.png") center no-repeat;
    background-size: contain;
}
.caseInfo.case03 .img{
    background: url("../images/V3/case/case03.png") center no-repeat;
    background-size: contain;
}
.caseInfo.case04 .img{
    background: url("../images/V3/case/case04.png") center no-repeat;
    background-size: contain;
}
.caseInfo .info{
    width: 615px;
    height: auto;
}
.caseInfo .info .caseTitle{
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.caseInfo .info .caseTitle .bar{
    width: 6px;
    height: 58px;
    border-radius: 3px;
    background-color: #1A6CFE;
    margin-right: 18px;
}
.caseInfo .info .caseTitle .titleGroup{
    width: auto;
    height: 58px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.caseInfo .info .caseTitle .titleGroup .p01{
    font-family: 'phb';
    font-size: 20px;
    color: #333333;
    line-height: 27px;
}
.caseInfo .info .caseTitle .titleGroup .p02{
    font-family: 'phr';
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}
.caseInfo .info .caseContent{
    width: 100%;
    height: auto;
    position: relative;
}
.caseInfo .info .caseContent>h1{
    font-family: 'phb';
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-top: 20px;
    line-height: 22px;
}
.caseInfo .info .caseContent>p{
    font-family: 'phr';
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}
.caseInfo .info .caseContent>.short{
    width: 426px;
}
.caseInfo .info .caseContent>img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.caseInfo .info .caseContent .typeGroup{
    width: 100%;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}
.caseInfo .info .caseContent .typeGroup>div{
    width: auto;
    height: 30px;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: #1A6CFE;
    font-family: 'phr';
    font-size: 14px;
    color: white;
    line-height: 20px;
    text-align: center;
    margin-right: 20px;
    cursor: default;
}