.banner-box,
.main-nav-box,
.case-box {
    display: none;
}

/*banner*/
.hdsp-banner {
    background: url("/uploads/p_hdsp/banner-hdsp.svg") no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.hdsp-banner-logo {
    width: 189px;
    height: 40px;
    background: url("/uploads/p_hdsp/hdsp-logo.svg") no-repeat center;
}

/*产品特点*/
.hdsp-honour {
    position: relative;
    padding: 60px 0;
    text-align: center;
    background: #ffffff;
}

.hdsp-honour .center-line {
    top: 150px;
}

/*核心功能*/
.htms-function-content{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 20px;
}

.htms-function-tip{
    width: 328px;
    margin-top: 60px;
}

.htms-function-logo{
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.htms-function-right{
    float: left;
    width: 280px;
}

.htms-function-right h1{
    height:28px;
    font-size:20px;
    font-weight:500;
    color:rgba(9,15,33,1);
    line-height:28px;
    text-align: left;
}

.htms-function-right p{
    margin-top: 10px;
    width:280px;
    font-size:14px;
    font-weight:400;
    color:rgba(9,15,33,.5);
    line-height:24px;
    text-align: left;
}

/*产品优势*/
.hdsp-advantage {
    padding: 60px 0 0;
    text-align: center;
    background: #ffffff;
}

.hdsp-advantage ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin: 40px auto 0;
    width: 1200px;
}

.under-div {
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgba(234, 240, 247, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}
/*news*/

.news-box h2{
    text-indent: 0;
}