﻿/* 模板十 Start */
.build_top {
    display: flex;
    flex-direction: column;
}

.build_top_zn {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-height: 31px;
}

.build_top_en {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    min-height: 31px;
}

.build_top_en>p {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.3;
    flex: 1;
    min-width: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.build_top_en>a {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
}
/* 模板2 */
.build_demo2 {
    padding: 50px 53px;
    box-sizing: border-box;
    background-color: #882931;
    margin-top: 40px;
}

.build_demo2_banner {
    padding-top: 35px;
    height: 345px;
}

.build_demo2_banner .swiper-container {
    height: 345px;
}

.build_demo2_banner .swiper-slide {
    display: block;
    height: 300px;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 45px 16px;
    box-sizing: border-box;
}

.build_demo2_banner .swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}

.build_demo2_banner .build_demo2_banner_bullet {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-left: 15px;
    background-color: rgba(0, 0, 0, .5);
}

.build_demo2_banner .build_demo2_banner_active {
    background-color: #ffffff;
}

.build_demo2_banner .build_demo2_banner_bullet:first-child {
    margin-left: 0;
}

.build_demo2_banner .demo2_head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.build_demo2_banner .demo2_head_img {
    width: 80px;
    height: 80px;
    border: 2px solid #882931;
    border-radius: 100%;
    background-color: #ffffff;
    transition: all .6s;
    position: relative;
    box-sizing: border-box;
}

.build_demo2_banner .demo2_head_img>span {
    display: block;
    width: 33px;
    height: 33px;
    background-position: -14px -14px;
    background-repeat: no-repeat;
    /* background-size: cover; */
    transition: all .6s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.build_demo2_banner .demo2_head_img>span:first-child {
    opacity: 0;
    background-position: -74px -14px;
}

.build_demo2_banner .swiper-slide:hover .demo2_head_img {
    background-color: #882931;
}

.build_demo2_banner .swiper-slide:hover .demo2_head_img>span:first-child {
    opacity: 1;
}

.build_demo2_banner .swiper-slide:hover .demo2_head_img>span:last-child {
    opacity: 0;
}

.build_demo2_banner .demo2_name {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 14px;
    line-height: 1.3;
    font-size: 16px;
    /*color: #882931;*/
    min-height: 20px;
}

.build_demo2_banner .demo2_text {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 30px;
    height: 63px;
}
/* 模板十 End */
