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

/*banner*/
.banner-product{
    background: url("../../uploads/quality/banner@2x.png") no-repeat center;
    background-size: 1920px 440px;
    text-align: center;
}

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

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

.banner-product-re{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    color:rgba(255,255,255,0.5);
}

/*产品介绍*/
.overview-intro-left h2{
    font-weight: 600;
}


.overview-intro-left > p{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 30px;
}

/*核心功能*/
.structure{
    height: 560px;
    display: block;
}

.structure .structure-img img,.structure .structure-img{
    width: 1200px;
    height: 560px;
}

.made-function{
    padding-bottom: 1px;
}

.core_funciton img{
    width:1200px;
    height: 560px;
}

.made-function-img{
    width: 1200px;
    height: 560px;
    margin: 24px auto 0;
    position: relative;
}

.made-function-box{
    position: absolute;
}

.made-function-box-bg{
    position: relative;
}

.made-function-tip{
    position: absolute;
    width: 170px;
    text-align: left;
}

.made-function-tip h4{
    font-size:14px;
    font-weight:500;
    color:rgba(9,15,33,1);
    line-height:20px;
}

.made-function-tip .fp{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    /*align-content:space-between;*/
    font-size:14px;
    font-weight:400;
    color:rgba(9,15,33,.5);
    line-height:26px;
    margin-top: 4px;
}
.fp span{
    font-weight:600;
}
.square-item3{
    right: 4px;
}
.item-bg2,.item-bg1{
    display:none;
}

/*竞争优势*/
.made-partner{
    background: #FFFFFF;
    padding-bottom: 40px;
}

.made-partner-tips{
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

.made-partner-tip{
    width:380px;
    height:206px;
    background:rgba(255,255,255,1);
    box-shadow: 0px 4px 14px 0px rgba(12, 37, 91, 0.1);
    padding: 20px 0 0;
}

.made-partner-tip-img{
    width: 380px;
    height: 82px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.made-partner-tip-line{
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #090F21;
    line-height: 22px;
    /*background:rgba(200,202,207,1);*/
    /*box-shadow:0px 2px 10px 0px rgba(203,203,203,0.1);*/
    margin: 12px auto 0;
}

.made-partner-tip p{
    width: 340px;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    color:rgba(9, 15, 33, 0.5);
    line-height: 24px;
    margin: 12px auto 0;

}

.overview-bottom{
    width:100%;
    height:60px;
    background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(234,240,247,0.55) 100%);
}

/*客户价值*/
.htms-function{
    background: #FFFFFF;
}
.htms-function-content{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 0;
}

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

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

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

.htms-function-right h1{
    height:38px;
    font-size:22px;
    font-weight:500;
    color:rgba(9,15,33,1);
    line-height:38px;
    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;
}

