.con_tuij {
    height: 188px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.con_tuij>:nth-child(1) {
    width: 540px;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.con_tuij>:nth-child(2) {
    /* flex: 1; */
    /* background-color: pink; */
    width: 1620px;
    display: flex;
    justify-content: space-between;
}

.con_tuij>:nth-child(2)>div {
    /* width: 440px; */
    /* height: 100%; */

    width: calc(100% / 3 - 5px);
    background-color: #fff;
    overflow: hidden; 
    position: relative;

}

.zixutj{
    height: 350px;
    margin: auto;
    width: 1240px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.zixutj>div{
    width: 32%;
    height: 100%;
    
    background-color: #ff0000;
}

.con_tuij>:nth-child(2)>div img {
    width: 100%; 
    height: 100%;  
    object-fit: cover; /* 保持图片的纵横比，同时填充元素的整个内容框 */  
    display: block; 
}
.tuijian{
    /* background-color: rgba(209, 209, 209,.5); */
    padding-bottom: 16px;
    /* width: 1280px; */
    margin: auto;
}

.con_tuij>:nth-child(2)>div p {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 28px;
    width: 100%;
    /* margin-bottom: 12px; */
    background-color: rgba(0,0,0,.6);
    font-weight: 700;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    margin-top: 10px;
    padding: 2px 10px;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
}
.con_tuij>:nth-child(2)>div>a>div {
    width: 100%;
    height: 188px;
    overflow: hidden;
}
.con_hover-bti{
    display: flex;
    height: 115px;
    font-size: 26px;
    line-height: 115px;
}
.con_hover-bti>:nth-child(1){
    width: 540px;
    text-align: center;
}
.con_hover-bti>:nth-child(2){
    flex: 1;
    text-align: center;
}
.con_tuij>:nth-child(1)>div {

    height: 188px;
    /* background-color: rgb(152, 9, 32); */
    display: flex;
}

.con_tuij>:nth-child(1)>:nth-child(1) {
    margin-bottom: 12px;
}

.con_tuij>:nth-child(1)>div>a>div {
    width: 264px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
}
.con_tuij>:nth-child(1)>div>a img {  
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    height: 100%;
    object-fit: cover;
}


.con_tuij>:nth-child(1)>div>:nth-child(1) {
    margin-right: 12px;
}

.con_tuij>:nth-child(2) {
    /* flex: 1; */

}
.tj_box_title{
    width: 100%;
    position: absolute;
    height: 60px;
    background-color:rgba(0,0,0,.5);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    /* box-sizing: border-box; */
    z-index: 33;
   bottom: 0px;
    color: #ffffff;
    text-align: left;
}
.tj_box_label {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.tj_box_text {
    color: #fff;
    font-size: 12px;
    width: 100%;
}
.page-bottom-apply {
    height: 300px;
    padding-top: 120px;
    background: url(https://bqq.gtimg.com/qdweb_2018/static/img/solution/apply_bg.png) center no-repeat;
    background-size: 100% 400px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page-bottom-apply-text {
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    margin: -68px 0 20px 0;
    color: #000000;
}
.page-bottom-apply .primary-btn {
    display: block;
    width: 320px;
    height: 72px;
    margin: 0 auto;
    line-height: 72px;
    -webkit-box-shadow: 0 24px 64px rgba(0,0,0,.1);
    box-shadow: 0 24px 64px rgba(0,0,0,.1);
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
}
.primary-btn {
    border-radius: 2px;
    background-color: #0067ed;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.con_tuij>:nth-child(2)>:nth-child(2){
    /* margin-left: 8px; */
}