.contain{
    width: 100%;
    height: 100%;
    background: #ffffff;
}

/*banner*/
.banner-product{
    background: url("../../uploads/htms/banner-yunshu.png") no-repeat center;
    text-align: center;
}

.banner-product-title{
    color: #ffffff;
    margin-top: 60px;
    font-size: 44px;
    font-weight: 600;
}

.banner-product-txt{
    color:rgba(255,255,255,1);
    margin-top: 20px;
    font-size:14px;
    font-weight:400;
    line-height:30px;
}

.banner-product-re{
    color:rgba(255,255,255,.6);
}

/*产品简介*/
.overview-intro-left h2{
    margin-top: 40px;
}

/*核心功能*/
.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;
}

/*竞争优势*/
.htms-advantage{
    background: #ffffff;
}

.advantage-content{
    width: 1280px;
    margin: 40px auto 0;
}

.product-tip{
    margin-bottom: 80px;
}

.product-tip:last-child{
    margin-bottom: 0;
}

.product-word{
    width: 460px;
}

.product-word h2{
    margin: 0 0 0 -11px;
    text-align: left;
}

/*客户价值*/
.htms-value ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin: 40px auto 0;
    width: 1200px;
}
/*news*/
.news-box{
    padding-bottom: 80px;
}
.news-box h2{
    text-indent: 0;
}
