.kv-wrap {
    height: 320px;
    background: url(https://www.alldocube.com/en/wp-content/uploads/2018/12/kv_bg.jpg) no-repeat center center;
    background-size: cover;}
.kv-wrap .custom_container {height: 100%;}
.kv-wrap .slogan {padding: 60px 0;}
.kv-wrap .custom_container .kv-img {display: table;height: 100%;}
.position-vertical-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* =======响应式css分界线=========== */
@media screen and (max-width: 991px){
.kv-wrap{height: 230px;overflow: hidden;}
.kv-wrap .slogan {padding: 0;}
.kv-wrap .custom_container .position-vertical-right {
    font-size: 28px;
    width: 100%;
    padding: 0;
    color: #333;
}
}
@media (max-width:767px){
.kv-wrap {height: auto;}
.kv-wrap .slogan {width: 40%;margin: 30px 0;}
.kv-wrap .custom_container {position: relative;}
.kv-wrap .custom_container .kv-img {
    width: 60%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.kv-wrap .custom_container .position-vertical-right {font-size: 20px;padding-right: 10px;}
}
@media(max-width: 468px){
.kv-wrap .custom_container .position-vertical-right {font-size: 14px;}
}
@media (min-width: 768px){
} 
@media (min-width: 992px){
.kv-wrap .slogan {padding: 0;}
.kv-wrap .position-static {width: auto;}
.kv-wrap .custom_container .kv-img {float: right;width: 55%;}
.kv-wrap .custom_container .position-vertical-right {
    font-size: 32px;
    width: 100%;
    padding: 0;
    color: #333;
}
} 
    @media(min-width:768px){
        .breadcrumb {
    padding: 25px 0 0 0;
    border-bottom: 1px solid #ccc;
}
}
/*搜索框*/
.middle{
    padding-top: 20px;
}
.middle .custom_container{
    background: #fff;
    padding:60px 0 30px;
}
.form-box{
    padding:0 20%;
}
.form-box form{
    width: 100%;
    position: relative;
    display: flex;
}
.form-box form .search-text{
    font-size: 14px;
    width: 100%;
    border: 3px solid #00a5dd;
    border-right: none;
    padding: 5px 10px;
    line-height: 30px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #000;
    font-weight: 700;
    font-family: Tahoma,Arial,"Hiragino Sans GB",simsun,sans-serif;
}
.form-box form .search-btn{
    width: 50px;
    border: 1px solid #00a5dd;
    background: #00a5dd;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    padding:0;
}
.form-box form .search-btn i{
    font-weight: bold;
    font-size: 18px;
}
.bottom{
    padding-bottom: 20px
}
.bottom .custom_container{
    background: #fff;
    padding-bottom:40px;
}
.bottom .firm-wrap{
    max-width: 720px;
    width: 100%;
    margin:auto;
    min-height: 605px;
}
.bottom .firm-results{
    min-height: 490px;
}
.bottom .firm-wrap-title{
    text-align: center;
    margin:0;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
.firm{
    display: flex;
    width: 100%;
    padding:20px 0;
}
.firm a{
    display: block;
    width: 100%;
}
.firm a h4{
    width: 100%;
    margin:0;
    -webkit-transition: all 0.4s;transition: all 0.4s;
    color: #444;
    font-family: Tahoma,Arial,"Hiragino Sans GB",simsun,sans-serif;
}
.firm a h4:hover{
    color: #00afec;
}
.firm .firm-information{
    width: 140px;
    text-align: right;
}
.firm .bdg{
    width:20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.firm .bdg-android{
    background: url(https://www.alldocube.com/en/wp-content/uploads/2019/12/android-logo.png) no-repeat center;
    background-size: cover;
}
.firm .bdg-windows{
    background: url(https://www.alldocube.com/en/wp-content/uploads/2019/12/windows-logo.png) no-repeat center;
    background-size: cover;
}
.firm .bdg-driver{
    background: url(https://www.alldocube.com/en/wp-content/uploads/2019/12/driver-logo.png) no-repeat center;
    background-size: cover;
}
.firm .bdg-dualos{
    background: url(https://www.alldocube.com/en/wp-content/uploads/2019/12/dualos-logo.png) no-repeat center;
    background-size: cover;
}
.firm .firm-information .date{
    margin-left: 5px;
    font-weight: 500;
    color: #515151;
    font-size: 15px;
    font-family: Tahoma,Arial,"Hiragino Sans GB",simsun,sans-serif;
    vertical-align: middle;
}
.bottom .paginations{
    margin-top: 20px;
}
.bottom .paginations .pagination{
    margin:0;
}
.noresults{
    padding:40px;
    font-family: Tahoma,Arial,"Hiragino Sans GB",simsun,sans-serif;
}
.noresults h4{
    font-weight: 500;
    color: #333;
    font-size: 24px;
}
.noresults h5{
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.noresults ol{
    color: #515151;
    font-size: 16px;
}
@media(max-width: 768px){
    .middle{
        padding-top: 0;
    }
    .bottom{
        padding-bottom: 0;
    }
    .bottom .paginations{
        margin-top: 6vw;
    }
    .middle .custom_container{
        padding:8vw 0 4vw;
    }
    .bottom .custom_container{
        padding-bottom: 8vw;
    }
    .bottom .firm-wrap{
        max-width: none;
    }
    .middle .custom_container,.bottom .custom_container{
        background: #f7f7f7;
    }
    .firm{
        background: #fff;
        display: block;
        padding:15px 10px 10px;
        margin-bottom: 5px;
    }
    .firm a{
        margin-bottom: 10px;
    }
    .firm a h4{
        font-size: 18px;
    }
    .firm .firm-information{
        width: 100%;
    }
    .firm .firm-information .date{
        font-size: 14px;
    }
}
@media(max-width: 480px){
    .form-box{
        padding:0 10%;
    }
    .form-box form .search-text{
        line-height: 5vw;
        padding:1.5vw;
    }
    .firm a h4{
        font-size: 4vw;
    }
    .firm .firm-information .date{
        font-size: 4vw;
    }
    .bottom .firm-wrap-title{
        font-size: 6vw;
    }
    .noresults{
        padding:4vw 10px;
    }
    .noresults h4{
        font-size: 5vw;
    }
    .noresults h5{
        font-size: 4vw;
    }
    .noresults ol{
        font-size: 3.5vw;
    }
}