.fund-b {
    overflow: hidden;
    margin-top: 15px;
    padding-left: 10px;
}

.fund-b a {
    display: block;
    float: left;
    margin-right: 32px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
}

.fund-b a img {
    margin-top: -70px;
}

.fund-b .active img {
    margin-top: 0;
}


/*列表收藏*/

.ambrylist .ambrytxt .collected {
    padding-left: 18px;
    background: url(../images/case/uncollect.jpg) no-repeat left center;
    cursor: default;
    background-size: auto 16px;
}

.ambrylist .ambrytxt .uncollect {
    background: url(../images/case/collected.jpg) no-repeat left center;
    cursor: pointer;
    background-size: auto 16px;
}

.case_photo {
    width: 100%;
    overflow: hidden;
}

.case_photo img {
    display: block;
    width: 100%;
    max-height: 100%;
    margin: auto;
}


/*案例详情*/

.bd2 {
    width: 68%;
    float: left;
}

.bd2 .case_box,
.bd2 .case_box2 {
    width: 100%;
    height: 598px;
    overflow: hidden;
    background-color: #f7f7f7;
}

.bd2 .case_box a,
.bd2 .case_box2 a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bd2 .case_box img,
.bd2 .case_box2 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.bd2 .case_box .next_1,
.next_2,
.next_11 {
    background: url(../images/case/arrow_right_white.png) center no-repeat;
}

.bd2 .case_box .prev_1,
.prev_2,
.prev_11 {
    background: url(../images/case/arrow_left_white.png) center no-repeat;
}

.line_photo {
    width: 100%;
    height: 230px;
    border-top: 11px solid #ebebeb;
    border-bottom: 9px solid #ebebeb;
    overflow: hidden;
    background-color: #fff;
    margin-top: 24px;
}

.line_photo img {
    display: block;
    max-height: 100%;
    margin: auto;
}

.area {
    margin: 10px 0 20px;
    color: #666;
    text-align: center;
    font-size: 14px;
}

.info {
    padding: 15px;
    /* height:109px; */
    background-color: #ebebeb;
    font-size: 12px;
    line-height: 1.8;
    color: #646464;
    position: relative;
    margin-top: 26px;
}

.info:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #ebebeb;
    position: absolute;
    top: -12px;
    left: 34px;
}

.info h4 {
    overflow: hidden;
    /* height:109px; */
    font-size: 12px;
}

.info h4 p {
    font-size: 12px;
}

.info b {
    font-size: 14px;
}


/*更多案例*/

.oth_box img {
    width: 100%;
}

.oth_box a {
    display: block;
    width: 100%;
    height: 0;
    padding: 0 0 75%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f7f7f7;
}

.case_oth h3 {
    font-size: 18px;
    color: #573b2d;
    padding-left: 30px;
    line-height: 3;
    background: url(../images/case/01-4-3.png) left center no-repeat;
}

.case_oth h5 {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.large_pt {
    height: 510px;
    overflow: hidden;
}

.large_pt .case_box .swiper-wrapper .swiper-slide,
.large_pt .case_box .swiper-wrapper,
.large_pt .case_box {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
}

.large_pt .case_box .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.large_pt .case_box .swiper-wrapper .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}


/*详情*/

.down_link {
    display: block;
    font-size: 14px;
    color: #573b2d;
    text-decoration: underline !important;
    padding-bottom: 15px;
    text-align: right;
}


/*全屏*/

.full_tc,
.full_tc2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.full_tc .full_box,
.full_tc2 .full_box2 {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.full_tc .full_box .swiper-slide,
.full_tc2 .full_box2 .swiper-slide {
    width: 100%;
    height: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.full_tc .full_box .swiper-slide img,
.full_tc2 .full_box2 .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.next_5,
.next_52 {
    background: url(../images/find/next_1@2x.png) center no-repeat;
    background-size: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 5px;
}

.prev_5,
.prev_52 {
    background: url(../images/find/prev_1@2x.png) center no-repeat;
    background-size: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 5px;
}

.close_full {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 9999;
}


/*切换*/

.nav_list {
    width: 300px;
    margin: 36px auto 0;
}

.nav_list ul {
    width: 100%;
}

.nav_list ul li {
    width: 128px;
    height: 38px;
    border: 1px solid #ddd;
    float: left;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #646464;
    cursor: pointer;
}

.nav_list ul .nav_clk {
    background-color: #573b2d;
    color: #fff;
    border-color: #573b2d;
    position: relative;
}

.nav_list ul .nav_clk:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #573b2d;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    cursor: pointer;
}

.next_10 {
    background: url(../images/case/arrow_right_grey.png) center no-repeat;
    right: 0;
}

.prev_10 {
    background: url(../images/case/arrow_left_grey.png) center no-repeat;
    left: 0;
}

.maincontent {
    position: relative;
    overflow: hidden;
}

.maincontent .Content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    opacity: 1;
}

.maincontent .clk {
    height: 0;
    opacity: 0;
}

.more-cases .title {
    font-size: 14px;
    padding: 20px 0 10px;
    font-weight: bold;
    color: #A07159;
}

.more-cases .images {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.more-cases .images a {
    width: 32%;
    height: 0;
    padding: 12% 0;
    display: block;
    margin-bottom: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f7f7f7;
}