/* CSS Document */
@charset 'utf-8';

.industryContent {
    margin-top: 90px;
    margin-bottom: 140px;
}

.industryProject {
    box-shadow: 3px 3px 10px 5px #F7F7F7;
}

.industryProject li {
    width: 25%;
    height: 130px;
    background: rgb(255 255 255 / 64%);
    color: #103F75;
    cursor: pointer;
}

.industryProject li img {
    margin: 0 auto;
    padding-top: 28px;
}

.industryName {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
}

.industryShu {
    position: absolute;
    top: 49px;
    right: 0;
    background-color: #B5BBB9;
    width: 1px;
    height: 40px;
}

.industryProject li.industryChoose {
    background-color: #0D4485 !important;
    color: #fff !important;
    cursor: inherit;
}

.industryProject li.industryChoose .industryShu {
    display: none;
}

.tab-content {
    padding-top: 110px;
}

.tab-content-item {
    display: none;
}

.tab-content-item.show {
    display: block;
}

.tab-content-item .tab-content-title {
    
}

.tab-content-item .tab-content-title h1 {
    font-size: 38px;
    font-weight: normal;
}

.tab-content-item .tab-content-title .line {
    width: 80px;
    height: 2px;
    background: #14457D;
    margin-top: 30px;
}

.tab-content-item .tab-content-desc {
    padding-top: 40px;
    padding-bottom: 160px;
    font-size: 20px;
    line-height: 44px;
}

.tab-content-item .tab-content-list-title {
    border-bottom: 2px solid #ECECEC;
    position: relative;
    padding-bottom: 30px;
}

.tab-content-item .tab-content-list-title h1 {
    font-size: 28px;
    font-weight: normal;
}

.tab-content-item .tab-content-list-title .line {
    width: 80px;
    height: 2px;
    background: #14457D;
    position: absolute;
    bottom: -2px;
}

.tab-content-item .tab-content-list {
    padding-top: 60px;
    overflow: auto;
}

.tab-content-item .tab-content-list .tab-content-list-item {
    width: calc(33% - 13.3334px);
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    overflow: hidden;
}
.tab-content-item .tab-content-list .tab-content-list-item img {
    transition: all 0.6s;
}
.tab-content-item .tab-content-list .tab-content-list-item img:hover{
    transform: scale(1.3);
}

.tab-content-item .tab-content-list .tab-content-list-item:nth-child(3n) {
    margin-right: 0;
}

.tab-content-item .tab-content-list .tab-content-list-item .tab-content-list-name {
    position: absolute;
    width: 100%;
    font-size: 22px;
    bottom: 3px;
    color: #ffffff;
    text-align: center;
    /* display: none; */
    padding: 20px;
    background: rgba(0,0,0,0.3);
}
