.apply_img {
    width: 100%;
    height: auto;

}
.apply_img  img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.apply_list {
    width: 100%;
    /* height: 40px; */
    /* box-shadow: 2px 2px 1px rgba(9, 40, 68, 0.2); */
    /* line-height: 50px; */
    margin: 0 auto;
    background-color: #fff;
    /* background: #F4FAFF; */
    z-index: 99;
    /* border-top: 1px solid#e6e6e6; */
}
.apply_width {
    width: 1288px;
    margin: auto;
}
.apply_width ul{display:flex;justify-content: center;}
.apply_list li {
    /* float: left; */
    line-height: 55px;
    font-size: 16px;
    margin: 0 4.5%;
}
.apply_list li:hover a {
    color: #1b90fd;
}
.navbg {/* box-shadow: rgb(174 210 235 / 15%) 0px 3px 7px 0px; */position: sticky;border-bottom: 1px #dfe7ed solid;top: 0;}



.apply-main {
    width: 1288px;
    margin: 0 auto;
    overflow: hidden;
}
.apply-main ul{
    margin-top: 45px;
}
.apply_item {
    /* height: 200px; */
    margin: 26px 15px;
    background-color: #fff;
    box-shadow: 0px 6px 18px 0px rgb(62 85 110 / 14%);
    padding: 30px;
    overflow: hidden;
}
.applydown_img {
    float: left;
    height: 140px;
}
.applydown_img img {
    display: block;
    width: 100%;
    height: 100%;
    /* max-width: 100%; */
    /* max-height: 100%; */
}
.apply_cont {
    display: block;
    position: relative;
    margin-left: 30px;
    float: left;
    padding: 15px;
}
.apply_cont h5 {
    font-size: 18px;

}
.apply_cont p {
    height: 54px;
    line-height: 44px;
}
.apply_cont div {
    height: 54px;
    line-height: 44px;
}
.apply_cont span {
    display: block;
    position: absolute;
    width: 110px;
    height: 36px;
    background-color: #1b90fd;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
}

/* 资料下载 */
.data_img {
    float: left;
    width: 210px;
    height: 142px;
    margin-left: 10px;
}
.data_img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* moblie */

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .apply-main{
        width: 960px;
    }
    .apply_item {
        margin: 15px 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .apply-main{
        width: 100%;
    }
    .apply_item {
        margin: 15px 30px;
    }
    .apply_cont {
        padding: 5px 15px;
    }
    .apply_cont p{
        height: 50px;
        line-height: 36px;
    }
}

@media screen and (max-width:767px){
    /* 应用下载 */
    .apply-main{
        width: 100%;
    }
    .apply-main ul {
        margin-top: 25px;
    }
    .apply_list{
        display: none;
    }
    .applydown_img {
        width: 80px;
        height: 80px;
    }
    .apply_item{
        margin: 10px;
        padding: 15px;
    }
    .applydown_img {
        margin-left: 0;
    }
    .apply_cont {
        padding: 0;
        margin-left: 10px;
    }
    .apply_cont h5 {
        font-size: 15px;
    }
    .apply_cont span {
        height: 28px ;
        line-height: 28px;
    }
    .apply_cont p {
        height: 30px;
        line-height: 30px;
    }

    /* 资料下载 */
    .data_img {
        margin-left: 0;
    }
    .data_img {
        width: 120px;
        height: auto;
    }
}