.exhibit {
    position: relative
}

.succinct-con .type-con {
    width: 100%;
    padding-top: 50px;
    background: #f6f6f6 url(/static/img/bg.c4b24c7.png) no-repeat;
    background-size: 100%
}

.succinct-con .type-con .type_list {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px
}

.succinct-con .type-con .type_list li {
    float: left;
    width: 290px;
    /* height: 210px; */
    overflow: hidden;
    /* background: #FFFFFF; */
    /* background: unset; */
    margin-right: 13px;
    margin-bottom: 13px;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 36px 0 #ededed;
    box-shadow: 0 3px 36px 0 #ededed
}

.succinct-con .type-con .type_list li .works-img {
    width: 100%;
    height: 266px;
    text-align: center;
    line-height: 210px
}

.succinct-con .type-con .type_list li .works-img img {
    width: 100%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 70%;
}

.succinct-con .type-con .type_list li .link-btn {
    background-image: linear-gradient(-131deg, #0097e3 -16%, #3bd9d0);
    position: absolute;
    width: 150px;
    height: 40px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    line-height: 40px;
    /* left: 70px; */
    /* top: 20px; */
    bottom: 0;
    color: #fff;
    font-size: 16px;
    z-index: 9999;
    width: 100%;
    height: 54px;
}


/* .succinct-con .type-con .type_list li:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
} */

.succinct-con .type-con .type_list li:nth-of-type(4n) {
    margin-right: 0
}

.banner {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden
}

.banner .banner-img {
    background-size: cover !important;
    width: 100%;
    height: 560px
}

.banner .filter {
    -webkit-filter: blur(10px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.banner .navs {
    width: 100%;
    height: 80px;
    background: rgba(42, 138, 199, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20
}

.banner .navs .navs-con {
    width: 1200px;
    margin: 0 auto
}

.banner .navs .navs-con .title {
    font-size: 30px;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    line-height: 80px;
    vertical-align: middle
}

.banner .navs .navs-con .guides {
    display: inline-block;
    vertical-align: middle
}

.banner .navs .navs-con .guides li {
    display: inline-block;
    font-size: 16px;
    margin-right: 4px
}

.banner .navs .navs-con .guides li a {
    padding: 9px 28px;
    color: #fff;
    display: inline-block;
    border-radius: 3px
}

.banner .navs .navs-con .guides li a.active,
.banner .navs .navs-con .guides li a:hover {
    background-image: linear-gradient(135deg, #00d0fb, #00acf6)
}

.banner .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3)
}