/*banner*/
.hd-banner {
    padding: 63px 20px 0;
}

.hd-banner .banner-product-title {
    height: 37px;
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 37px;
    letter-spacing: 1px;
    text-align: center;
}

.banner-product-re {
    margin: 12px auto;
    width: 168px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
}

.banner-product-txt {
    height: 52px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
}

/*<!--产品简介-->*/
.card-font {
    position: relative;

    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 30px;
}

.card-font h3 {
    margin-top: 20px;
    height: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #090F21;
    line-height: 30px;
    text-align: left;
}

.title_txt_text {
    margin-top: 12px;
}

.open-all {
    width: 56px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #4DB7DD;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    right: 20px;
}

/*核心功能*/
.rzh-function {
    background: #F8F9FA;
}

.rzh-card-content {
    margin-top: 8px;
}

.htms-function-tip {
    margin: 12px 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(12, 37, 91, 0.1);
}

.htms-function-logo {
    height: 64px;
    display: flex;
    align-items: center;
    align-content: center;
    /*justify-content: space-between;*/
    padding: 0 16px;
    position: relative;
}

.htms-function-logo-text {
    margin-left: 8px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #090F21;
    line-height: 22px;
}

.xiajiantou {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    transition: all 0.3s;
}

.htms-function-right {
    padding: 0 16px 20px;
}

.htms-function-right-p {
    background: #FFFFFF;
    color: rgba(9, 15, 33, 0.5);
    line-height: 24px;
    font-weight: 400;
    font-size: 12px;
    box-sizing: border-box;
}

/*查看更多*/
.see-mores {
    position: relative;
    box-sizing: border-box;
    margin: 12px 0 0 0;
    padding: 5px 15px;
    width: 116px;
    height: 30px;
    border: 1px solid rgba(9, 15, 33, 1);
    display: flex;
    align-items: center;
    transition: all .5s;
}

.see-mores p {
    margin: 0;
    z-index: 1;
    width: 62px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.see-mores img {
    z-index: 1;
    width: 24px;
    margin-left: 6px;
}

.see-mores span {
    background: url("/uploads/hzero/Arrow／right-black.svg") 100% 100% no-repeat;
    z-index: 1;
    width: 24px;
    height: 5px;
    margin-left: 6px;
    display: inline-block;
    transition: all .5s;
}

.see-mores-color {
    position: absolute;
    z-index: 0;
    top: -1px;
    left: -1px;
    content: '';
    width: 0;
    height: 30px;
    background-color: #4DB7DD;
    transition: all .5s;
}

.see-mores:active {
    padding: 5px 10px;
}

.see-mores:active .see-mores-color {
    width: 116px;
    transition: all .5s;
}

.see-mores:active span {
    background: url("/uploads/join/arrow.svg") 100% 100% no-repeat;
    margin-left: 16px;
    transition: .5s;
}

.see-mores:active p {

    color: #ffffff;
    transition: .5s;
}

/*<!--核心服务-->*/
.overview-intro {
    margin-top: 20px;
}

.overview-intro-right {
    margin: 0 20px;
    font-size: 0;
}

.overview-intro-left {
    margin-top: 24px;
    padding: 0 20px;
    text-align: left;
}

.overview-intro-left h3 {
    height: 28px;
    font-size: 20px;
    font-weight: 500;
    color: #090F21;
    line-height: 28px;
}

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

/*查看更多*/
.see-moress {
    position: relative;
    box-sizing: border-box;
    margin: 12px 0 0 0;
    padding: 9px 23px;
    width: 154px;
    height: 40px;
    border: 1px solid rgba(9, 15, 33, 1);
    display: flex;
    align-items: center;
    transition: all .5s;
}

.see-moress p {
    margin: 0;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    color: #090F21;
    line-height: 22px;
}

.see-moress img {
    z-index: 1;
    width: 32px;
    margin-left: 10px;
}

.see-moress span {
    background: url("/uploads/hzero/Arrow／right-black.svg") 100% 100% no-repeat;
    z-index: 1;
    width: 32px;
    height: 4px;
    margin-left: 10px;
    display: inline-block;
    transition: all .5s;
}

.see-mores-color {
    position: absolute;
    z-index: 0;
    top: -1px;
    left: -1px;
    content: '';
    width: 0;
    height: 40px;
    background-color: #4DB7DD;
    transition: all .5s;
}

.see-moress:active {
    padding: 9px 12px;
}

.see-moress:active .see-mores-color {
    width: 154px;
    transition: all .5s;
}

.see-moress:active span {
    background: url("/uploads/join/arrow.svg") 100% 100% no-repeat;
    margin-left: 16px;
    transition: .5s;
}

.see-moress:active p {
    color: #ffffff;
    transition: .5s;
}

/*<!--竞争优势-->*/
.htms-function1 {
    background: #F8F9FA;
}

.htms-function-content1 {
    padding: 0 20px;
}

.htms-function-tip1:first-child {
    margin-top: 20px;
}

.htms-function-tip1 {
    margin-top: 24px;
    display: flex;
}

.htms-function-right1 {
    margin-left: 8px;
    margin-top: 5px;
}

.htms-function-right1 h4 {
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #090F21;
    line-height: 22px;
}

.htms-function-right1 p {
    margin-top: 9px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 24px;
}
