.cjcase-1 .cases-content{
	position: relative;
    width: 1200px;
}

.cjcase-1 .cases-content .cases-content-left .case-box {
    position: relative;
    display: inline-block;
    width: 285px;
    height: 370px;
    background: #fff;
    border-radius: 8px 8px 4px 4px;
    box-shadow: 0 0 15px 6px #eee;
    background-color: #eee;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 25px;
}

.cjcase-1 .cases-content .cases-content-left .case-box .case-box-card {
    display: block;
    width: 100%;
    height: 100%;
    transition: filter .3s;
    -ms-transition: filter .3s;
    -moz-transition: filter .3s;
    -webkit-transition: filter .3s;
    -o-transition: filter .3s;
}
/*.cjcase-1 .cases-content .cases-content-left .case-box .case-box-card:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
    z-index: 1;
    border-radius: 8px 8px 4px 4px
}

.cjcase-1 .cases-content .cases-content-left .case-box:hover .case-box-card:before,.case-box-link {
    display: block
}*/

.cjcase-1 .cases-content .cases-content-left .case-box .case-box-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: 0;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-color: #2576fb;
    background: linear-gradient(90deg,#2576fb 0,#59a3ff 100%);
    border-radius: 17px;
    color: #fffefe;
    font-size: 13px;
    text-align: center;
    opacity: 0;
    transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    z-index: 2
}
/*.cjcase-1 .cases-content .cases-content-left .case-box:hover .case-box-link {
    opacity: 1
}
*/
.cjcase-1 .cases-content .cases-content-left .case-box .case-box-cover {
    width: 100%;
    height: 170px;
}
.cjcase-1 .cases-content .cases-content-left .case-box .case-box-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cjcase-1 .cases-content .cases-content-left .case-box .case-box-content {
    position: relative;
    border-radius: 12px 12px 6px 6px;
    background-color: #fff;
    width: 100%;
    height: 210px;
    margin-top: -10px;
    padding: 20px 20px;
    box-sizing: border-box;
}
.cjcase-1 .cases-content .cases-content-left .case-box .case-box-content .case-box-content-logo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 5px 0 #eee;
    position: absolute;
    right: 15px;
    top: -32px;
    background-color: #eee;
}
.cjcase-1 .cases-content .cases-content-left .case-box .case-box-content .case-box-content-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.cjcase-1 .cases-content .cases-content-left .case-box .case-box-content .case-box-content-title {
    width: 80%;
    color: #3e4552;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.cjcase-1 .cases-content .cases-content-left .case-box .case-box-content .case-box-content-info {
    color: #999;
    font-size: 13px;
    line-height: 24px;
    margin: 20px 0;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cjcase-1 .cases-content .cases-content-left .case-box .case-box-content .case-box-content-type .case-box-content-type-label {
    color: #999;
    font-size: 10px;
    vertical-align: middle;
    margin-right: 5px;
}
.cjcase-1 .cases-content .cases-content-left .case-box .case-box-content .case-box-content-type .case-box-content-type-value {
    display: inline-block;
    vertical-align: middle;
    color: #3e4552;
    font-size: 10px;
/*    border: 1px solid #dbdddf;
    border-radius: 16px;*/
    padding: 3px 8px;
    white-space: nowrap;
    max-width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cjcase-1 .cases-content .cases-content-left .case-box .case-box-content .case-box-content-type .case-box-content-type-value img {
    width: 12px;
    height: 12px;
    margin-right: 3px;
}
.cjcase-1 .cases-content .cases-content-left .case-box .case-box-content .case-box-content-type .case-box-content-type-value.trade {
    margin-right: 4px;
}

.content-box-left, .content-box-right {
    display: inline-block;
}
.cjcase-1 .cases-content .cases-content-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 274px;
}
.cjcase-1 .cases-content .cases-content-right .content-box-download {
    position: relative;
    width: 100%;
    height: 75px;
    border-radius: 8px;
    background: linear-gradient(90deg,#2576fb 0,#59a3ff 100%);
    background-size: 100% 100%;
    margin-bottom: 21px;
    cursor: pointer
}

.cjcase-1 .cases-content .cases-content-right .content-box-download .content-box-download-btn {
    position: absolute;
    right: 21px;
    top: 23px;
    text-align: center;
    width: 86px;
    height: 29px;
    line-height: 29px;
    background: #f3f7f9;
    border: 1px solid #fff;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #3b81ff;
    cursor: pointer
}
.cjcase-1 .cases-content .cases-content-right .content-box-sift {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.cjcase-1 .cases-content .cases-content-right .case-box-title {
    width: 64px;
    font-size: 16px;
    font-weight: bold;
    color: #3e4552;
    margin-bottom: 21px;
}
.cjcase-1 .cases-content .cases-content-right .case-box-excel {
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
}
.cjcase-1 .cases-content .cases-content-right .case-box-excel .case-box-cover {
    display: inline-block;
    width: 70px;
    height: 55px;
    border-radius: 3px;
    margin-right: 15px;
}
.cjcase-1 .cases-content .cases-content-right .case-box-excel .case-box-content-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: inline-block;
    vertical-align: top;
    width: 145px;
    font-size: 14px;
    font-weight: 400;
    color: #3e4552;
    line-height: 22px;
}
.cjcase-1 .cases-content .cases-content-right .case-box-excel .case-box-cover img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
}


.cjcase-2 .logo-container {
    display: flex;
    justify-content: space-around;
}
.cjcase-2 .logo-container .type {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.cjcase-2 .logo-container .type.on:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3976f3;
}
.cjcase-2 .logo {
    min-height: 560px;
    background: #fff;
    margin-bottom: 20px;
    padding: 35px 0 0;
    display: none;
}
.cjcase-2 .logo ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}
.cjcase-2 .logo ul li {
    display: flex;
    align-items: center;
    width: 140px;
    height: 58px;
    background: #fff;
    box-shadow: 0 0 8px 6px #f5f5f5;
    border-radius: 2px;
    margin-top: 20px;
    margin-right: 36px;
}
.cjcase-2 .logo ul li:nth-child(-n+7) {
    margin-top: 0;
}
.cjcase-2 .logo ul li:nth-child(7n) {
    margin-right: 0;
}
.cjcase-2 .logo ul li img {
    width: 100%;
}


