
/* 亮点介绍*/
.yonghu t_txt  {
    margin-bottom: 60px;
}

/* 用户说明 */
.yonghu {
    margin-top: 56px;
    margin-bottom: 16px;
}

.computer_box {
    text-align: center;
}

.computer_box_child {
    display: inline-block;
}

.t_border {
    width:518px;
    height:298px;
    border:14px solid #f2f2f4;
    box-sizing: content-box;
    border-radius:8px;
}

.t_border_pic {
    width:420px;
    height: 270px;
    top: 50%;
    margin-top: -142px;
    left: 50%;
    margin-left: -241px;
    border-radius: 4px;

}

.target_title,.target_content {
    text-align: center;
}

.target_title {
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(1,0,66,1);
    line-height:22px;
    margin-bottom: 12px;
}

.target_content {
    margin: 0 auto;
    width: 50%;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:22px;
}

.chock {
    padding-bottom: 102px;
}

.chock_txt .left_box_a {
    width: 62%;
}

.chock_txt .right_box_a {
    width: 38%;
}

.right_box_content {
    margin: 54px 0;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:24px;
}

.t_border_small,.t_border_pic_small {
    width: 120px;
    height: 68px;
}

.tv {
    width: 694px;
    height: 394px;
    top: 50%;
    margin-top: -178px;
    left: 50%;
    margin-left: -380px;
}


/* 案例界面展示 */
.case_show {
    height:825px;
    background:rgba(239,239,239,1);
}

.case_t_title {
    margin-bottom: 48px;
}

/* banner*/
.swiper_father {
    height: 580px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.s_1,.s_2,.s_3 {
    background: url(../assets/imgs/form.jpg) center center / cover no-repeat;
}

.read_btn {
    border: 1px solid #3466d9;
    color: #3466d9;
}

.read_btn:hover {
    border: 0;
    color: #fff;
    background-color:  #3466d9;
}

