/*banner*/
.banner-product-title {
    width: 184px;
    height: 37px;
    font-size: 26px;
    font-weight: 400;
    color: #090F21;
    line-height: 37px;
    letter-spacing: 1px;
}

.hd-banner {
    position: relative;
}

.hd-banner h1 {
    width: 96px;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 17px;
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
}

.hd-banner a {
    display: flex;
    align-items: center;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #4DB7DD;
    line-height: 17px;
    margin-top: 12px;
}

.hd-banner a img {
    margin-left: 8px;
}

.hd-banner .banner_cicle_s {
    position: absolute;
    top: 40px;
    left: 172px;
    background-color: #fff;
}

.hd-banner .banner_cicle_s div {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: linear-gradient(142deg, rgba(255, 255, 255, 1) 0%, rgba(222, 228, 239, 1) 100%);
}
.hd-banner .div_bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 16px;
    width: 100%;
    background: linear-gradient(
            0deg
            , rgba(234, 240, 247, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}
.hd-banner .banner_cicle_l {
    position: absolute;
    top: 164px;
    left: 105px;
    background-color: #fff;
}

.hd-banner .banner_cicle_l div {
    border-radius: 50%;
    width: 41px;
    height: 41px;
    background: linear-gradient(142deg, #FFFFFF 0%, #DEE4EF 100%);
}
/*nav*/
.intro_nav_box {
    background: #F8F9FA;
}

.intro_nav_tip {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 40px;
    cursor: default;
    text-align: center;
}

.curentss {
    border-bottom: 2px solid #4DB7DD;
    box-sizing: border-box;
}

.swiper-nav {
    overflow: hidden;
    box-sizing: border-box;
}

.swiper-nav .swiper-wrapper {
    box-sizing: border-box;
}

.swiper-nav .swiper-slide {
    width: auto;
}

/*产品特点*/
.contain-wrap {
    position: relative;
    margin: 20px auto 0;
    padding: 0 20px 12px;
}

.date-line {
    position: absolute;
    top: 0;
    bottom: 40px;
    width: 1px;
    height: 100%;
    background: rgba(223, 226, 228, 1);
}

.contain-wrap-item {
    position: relative;
}

.wrap-date {
    margin-left: 12px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #090F21;
    opacity: .5;
}

.date-circle {
    position: absolute;
    top: 25px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(223, 226, 228, .2);
}

.date-circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DFE2E4;
}

.change:before {
    background-color: #4DB7DD;
}

.change {
    background: rgba(77, 183, 221, .2);
}

.change:after {
    background: #4DB7DD;
}

.contain-wrap-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12px;
}

.wrap-left {
    margin-left: 17px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(12, 37, 91, 0.1);
    text-align: left;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
}

.wrap-left-top {
    display: flex;
    align-items: center;
}

.wrap-left .icon-title {
    margin-left: 10px;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: #090F21;
    line-height: 22px;
}

.wrap-left .icon-description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 24px;
}

/*平台架构*/
.structure-img {
    margin: 20px;
    display: flex;
}

.scroll_b {
    background: #F8F9FA;
}

.structure-content {
    margin: 0 20px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(12, 37, 91, 0.1);
}

.structure-content div {
    height: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #090F21;
    line-height: 22px;
}

.structure-content p {
    width: 295px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 26px;
    margin-top: 8px;
}

/*核心功能*/
.sub-contain {
    width: 100%;
    margin-top: 10px;
}

.industrial-park {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 12px 0 20px;
    height: 64px;
    background: #FFFFFF;
    color: #4DB7DD;
    display: flex;
    align-items: center;
    position: relative;
}

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

.industrial-park-hr {
    margin: 0 17px;
    height: 1px;
    background: #DFE2E4;
}

.message-details {
    padding: 20px;
    background: #F8F9FA;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
}

.message-details-top {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 17px;
}

.message-details p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 20px;
}

.industrial-park-text {
    margin-left: 8px;
}

/*底部*/
.div_bottom {
    height: 16px;
    width: 100%;
    background: linear-gradient(
            0deg, rgba(234, 240, 247, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}

/*竞争优势？*/
.compete_box {
    position: relative;
    background: #F8F9FA;
}

.compete {
    position: relative;
    z-index: 999;
}

.compete_tips {
    padding: 20px 42px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;

}

.number-contain1 .number {
    height: 36px;
    font-size: 30px;
    color: #4DB7DD;
    line-height: 36px;
    text-align: center;

}

.number-contain1 .number-line {
    width: 34px;
    height: 1px;
    background: #090F21;
    opacity: 0.2;
    margin: 8px auto 0;
}

.number-contain1 p {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 40px;
    text-align: center;

}

.compete_tip2 h1 {
    height: 37px;
    font-size: 26px;
    font-weight: 400;
    color: #090F21;
    line-height: 37px;
    padding: 40px 0 0;
    text-align: center;
}

.compete_tip2 h2 {
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.2);
    line-height: 17px;
    letter-spacing: 8px;
    margin-top: 4px;
    text-align: center;

}
