.banner-product{
    background: url("../../uploads/own/own.png") no-repeat center;
}

.innovative_box{
    height: 1900px;
}

.inno_bg {
    height: 1980px;
    background: url("../../uploads/own/bg.png") no-repeat;
}

.innovative_contain{
    height: 1700px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    margin-top: 120px;
}

.innovative{
    height: 1900px;
}

.own-tip1{
    height: 260px;
    width: 392px;
    position: relative;
}

.top{
    top: 53px;
    left: 0;
}

.bottom{
    bottom: -53px;
    right: -16px;
}

.inno_tip1_en{
    top: 73px;
    left: 35px;
}

.inno_tip1_tit{
    top: 121px;
    left: 35px;
}

.inno_tip1_txt{
    margin-top: 173px;
    margin-left: 35px;
    height: 90px;
}

.own-tip2{
    width: 580px;
    height: 260px;
    position: relative;
}

.own-tip2 > img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
}

.own-tip2 > p{
    width:580px;
    height:90px;
    font-size:14px;
    font-weight:400;
    color:rgba(9,15,33,1);
    line-height:30px;
    margin-top: 30px;
}

.inno-menu li{
    float: left;
    margin-right: 40px;
    height: 20px;
    cursor: pointer;
    margin-top: 20px;
}

.inno-menu li span{
    background: url("../../uploads/own/icon.svg");
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.inno-menu li p{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
    height: 20px;
    float: right;
}

.inno-menu li:hover span{
    background: url("../../uploads/own/icon-hover.svg");
}

.inno-menu li:hover p{
    color: #4DB7DD;
}
