/** Company About
    官网index主页补充样式
    author:章豪
    date:2024.08.05
    **/
@charset "utf-8";
.feature-style-six {
    position: relative;
    padding: 13px 0px;
}
.feature-block-six i {
    font-size: 52px;
    padding-right: 19px;
    color: var(--white-color);
}
.tracking-form input {
    width:90%;
    height: 58px;
}
.tracking-form button {
    position: absolute;
    top: 4px;
    right: 71px;
    padding: 12px 24px;
    /*background-color: var(--primary-color);*/
}
.tips1 {
    position: relative;
    /*top: 10px;*/
    line-height: 57px;
    left: -85px;
}
.tips2 {
    position: relative;
    /*top: 9px;*/
    line-height: 58px;
    right: 105px;
}
.funfact-block p {
    position: relative;
    font-size: 14px;
    padding: 0 28px;
    color: #505050;
}
.funfact-block h6:before {
    background-color: rgb(255 255 255 / 0%);
}
.service-jr .container {
    max-width: 1710px;
}
.service-block-001:hover {
    width: 957px;
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out
}
.banner-section .slide-item .layer-img {
    height: 1007px;
}

/*新banner调整*/
.sticky-header {
    background-color:transparent;
    height: 66px;
    /*border: 1px solid #D8DEE7;*/
    border-bottom: 1px solid rgb(131 175 240 / 35%);
    box-shadow: 0 4px 8px 0 #1725440a, inset 0 -1px 0 0 #FFFFFF;
    margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
    margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
    border-radius: 6px;
}
.sticky-header-block-cover{
    background:var(--white-color) !important;
    filter:blur(4px);
    opacity:1 !important;
    bottom: 0;
    left: 0;
    /*opacity: .5;*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}
.sticky-header .outer-box {
    flex-wrap: nowrap;
    /*justify-content: flex-start;*/
    /*justify-content: space-between;*/
    -webkit-box-pack: justify;
    height: 66px;
}
/*.sticky-header .logo-box {
    max-width: 268px;
    z-index: 999;
    line-height:66px;
}*/
.main-menu .navigation > li > a {
    font-size: 15px;
    line-height: 66px;
    padding:0 18px;
}

/*新我们的价值调整*/
/*.company-about .pattern-1 {
    background-image: url(../images/JRUI/back01.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 141px;
    width: auto;
    height: 100%;
}*/
/*.company-about {
    background-color:transparent;
    background-image: url(../images/JRUI/bannerbei2-02.png);
    background-size: cover;
    background-position: bottom;
}*/
.feature-block .feature-inner {
    background-color: var(--white-color);
}
.feature-inner h5 {
    /* color: #333; */
    color: #0661C8;
    letter-spacing: 4px;
    font-size: 28px;
    padding-top: 5px;
}
.company-feature .server-title-text {
    color: #646464;
    font-size: 14px;
    /*font-weight: bold;*/
    padding: 15px 16px 0;
    text-align: justify;
    line-height: 20px;
}

/*当手机浏览时隐藏部分*/
@media (max-width: 970px) {
    /*.company-about {
        display: none;
    }*/
    .cta-section-03 {
        display: none;
    }
    .how-to-work-section-two {
        display: none;
    }
}
@media (max-width: 757px) {
    .main-header .contact-info{
        display: none;
        /*visibility: hidden;*/
    }
    header.main-header.home-three {
        border-bottom: 0px solid rgb(242 242 242 / 20%);
    }
    .how-to-work-section-two {
        display: none;
    }
    .about-section {
        padding-top: 30px;
    }
}

/*主页里我们的愿景*/
.about-jryj {
    background-image: url("../images/background/feature-banner-bg-1.jpg");
    /*background-position-y: bottom;*/
    background-size: cover;
    background-position: bottom;
}
/*.service-wrapper {
    font-size: 24px;
    padding: 71px 0 67px;
}*/
/*.box-wrap {
    padding-left: 20px;
    margin-left: -15px;
}*/
.jr-server-section .container {
    max-width: 1485px;
}
.jr-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    /*width: 1441px;*/
}
.box {
    border: 1px solid #cde3ff;
    position: relative;
    width: 482px;
    height: 545px;
    background-image: url(../images/tubiao/jr-video-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    border-radius:6px;
}
.body {
    position: absolute;
    margin-top: 280px;
    height: auto;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    opacity: 1;
}
.card-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 20px 28px;
}
.card-title {
    font-size: 26px;
}
.card-title {
    font-weight: 600;
    line-height: 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-title:after {
    content: "";
    width: 90px;
    height: 2px;
    background: rgba(102, 255, 0, .8);
    margin-top: 7px;
}
.card-body {
    max-width: 720px;
    padding: 20px 0px;;
    font-size: 15px;
    line-height: 1.5;
}
.card-info .desc {
    font-size: 15px;
    height: 60px;
    color: #505050;
}
.card-info .card-row {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-info .btn {
    width: 130px;
    color: #333;
}

/*我的服务-鼠标附上显示详情的隐藏部分*/
.hover-body {
    background-color: #fff;
}
.hover-title {
    padding: 20px;
    color: #fff;
}
.hover-body, .hover-title {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.btn, .more-card-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.more-card-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.more-card-info .card-header {
    height: 170px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#e6f3ff));
    background-image: -webkit-linear-gradient(left, #fff, #e6f3ff);
    background-image: linear-gradient(90deg, #fff, #e6f3ff);
    background-size: auto 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    padding: 20px;
}
.more-card-info .card-title {
    font-size: 24px;
}
.more-card-info .card-body {
    font-size: 16px;
    /*font-size: var(--auto-fs-16, 16px);*/
}
.more-card-info .card-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.more-card-info .more-card-info-tab {
    border-top: 1px solid #cde3ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 373px;
    color: #333;
    padding: 40px 26px;
    position: relative;
}
.more-card-info .more-card-info-tab .more-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0;
}
.more-card-info .more-card-info-tab .feat-item-wrapper, .more-card-info .more-card-info-tab .feature-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.more-card-info .more-card-info-tab .feature-wrapper {
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.more-card-info .more-card-info-tab .feat-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.more-card-info .more-card-info-tab .feat-item:before {
    position: absolute;
    left: -20px;
    top: 6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background: url(../images/jrsucai/jr-tps-20-22.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.more-card-info .more-card-info-tab .feat-desc-wrapper {
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
}
.more-card-info .more-card-info-tab .desc-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 80%;
    border-top: 1px solid #cde3ff;
    border-bottom: 1px solid #cde3ff;
    padding: 10px 0;
    position: absolute;
    bottom: 150px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.more-card-info .more-card-info-tab .btn-wrapper {
    position: absolute;
    bottom: 35px;
    margin-top: 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    padding: 0 20px;
}
.cls-button.cls-button--secondary {
    background: #fff;
    /*color: #06f;*/
    color: #0661C8;
    border: 1px solid #0661C8;
    width: 132px;
    height: 48px;
    border-radius: 8px;
}
.btn {
    border-radius: 8px;
    border: 1px solid #ccc;
    height: 40px;
    text-align: center;
    font-size: 14px;
    /*font-size: var(--auto-fs-14, 14px);*/
    color: #666;
    width: 120px;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px 4px;
    padding:0px;
}
.more-card-info .btn {
    border-radius: 8px;
    border: 1px solid #0661C8;
    width: 120px;
    height: 40px;
}
.more-card-info .more-card-info-tab+.more-card-info-tab {
    border-left: 1px solid #cde3ff;
}

/*我的服务-鼠标浮上显示隐藏部分*/
.jr-row:hover .box-wrap .box {
    width: 234px;
    height: 545px;
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    background-position: bottom;
    background-image: url(../images/service/service-2.jpg)
}
.jr-row:hover .box-wrap .box.domestic-logistics {
    background-image: url(../images/jrsucai/jr-eub-1.jpg)!important;
    background-size: cover
}
.jr-row:hover .box-wrap .box.global-logistics {
    background-image: url(../images/jrsucai/server-0516.jpg)!important;
    background-size: cover
}
.jr-row:hover .box-wrap .box.technology {
    background-image: url(../images/jrsucai/banner-2-11-1.jpg)!important;
    background-size: cover
}
.jr-row:hover .box-wrap:hover .box {
    width: 967px;
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out
}
.jr-row:hover .box-wrap:hover .box .hover-body {
    opacity: 1
}
.jr-row:hover .box-wrap:hover .box .hover-title {
    opacity: 0;
    z-index: -1
}
.jr-row:hover .body {
    opacity: 0;
    height: 0;
    margin-top: 0
}
.jr-row:hover .hover-title {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}
.cls-button:hover {
    background: #0661C8;
    color: #fff!important
}
.cls-button.cls-button--secondary.cls-button--secondary--small {
    width: 98px;
    height: 30px
}

.mobile-row {
    display: none;
}
/*我的服务-当屏幕缩小时自适应，变成服务详情内容*/
@media (max-width: 767px) {
    body {
        min-width:auto
    }
    .jr-row {
        display: none
    }
    .mobile-row {
        display: block
    }
    .mobile-row .box-wrap .box {
        margin-bottom: 50px;
        border: none;
        background: none;
        width: 100%;
        height: auto
    }
    .mobile-row .box-wrap .box .body {
        height: auto;
        margin-top: 0;
        position: relative
    }
    .mobile-row .box-wrap .box img {
        width: 100%;
        display: block
    }
    .report-button {
        font-size: 18px;
        height: 35px;
        width: 160px;
        color: #fff;
        background: transparent;
        border: 1px solid #fff;
        margin: 40px auto auto
    }
    .card-info {
        padding: 15px 0 0;
        display: block
    }
    .card-info .card-title {
        font-size: 17px;
        line-height: normal
    }
    .card-info .card-title:after {
        width: 45px
    }
    .card-info .card-body {
        margin-top: 7px;
        max-width: none
    }
    .card-info .card-body .desc {
        font-size: 15px;
        /*font-size: var(--auto-fs-12,12px);*/
        height: auto;
        line-height: 22px
    }
    .card-info .card-row {
        margin-top: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .card-info .card-row .btn {
        width: 30%;
        border-radius: 4px;
        border: none
    }
    .card-info .card-row .btn,.card-info .card-row .btn-span6 {
        background-color: #0661C8;
        color: #fff;
        height: 35px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500
    }
    .card-info .card-row .btn-span6 {
        width: 47%;
        border-radius: 4px;
        margin-bottom: 10px
    }
    .head-title {
        margin-bottom: 20px
    }
    .head-title:after {
        width: 33px;
        height: 3px;
        margin-top: 7px
    }
    .service-wrapper {
        padding: 15px 20px 0;
        background-color: #fff;
        overflow: hidden
    }
    .net-cover-wrapper {
        background: #e8f1ff
    }
    .net-cover-wrapper .cls-block-inner {
        padding: 25px 20px 0
    }
    .net-cover-wrapper .cls-p-4 {
        width: auto!important;
        font-size: 14px
    }
    .net-cover-wrapper .big-text {
        font-size: 15px
    }
    .net-cover-wrapper .net-cover-img {
        margin-top: 30px;
        display: block;
        width: calc(100% + 40px);
        height: auto;
        margin-left: -20px
    }
    .net-cover-wrapper .desc-wrapper {
        width: auto!important;
        margin-top: 5px
    }
    .net-cover-wrapper .desc-wrapper .desc {
        margin-left: 15px;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 0
    }
    .net-cover-wrapper .desc-wrapper .desc:before {
        width: 5px;
        height: 5px;
        top: 10px;
        left: -12px
    }
    .tech-ability-wrapper {
        margin-top: 0;
        background: #fff;
        padding: 0 20px
    }
    .tech-ability-wrapper .cls-block-inner {
        padding-top: 25px;
        padding-bottom: 5px
    }
    .tech-ability-wrapper .cls-block-inner .head-title {
        margin-bottom: 5px
    }
    .tech-ability-wrapper .cls-block-inner .head-desc {
        font-size: 13px;
        line-height: 22px
    }
    .tech-ability-wrapper .cls-block-inner .head-tip {
        font-size: 14px;
        line-height: 22px;
        width: auto;
        margin-top: 10px
    }
    .tech-ability-wrapper .cls-block-inner .img-list-wrapper {
        display: block
    }
    .tech-ability-wrapper .cls-block-inner .img-list-wrapper .cn-image-item-wrap {
        width: auto!important;
        padding-bottom: 40px
    }
    .tech-ability-wrapper .cls-block-inner .img-list-wrapper .cn-image-item-wrap .cn-image-item__content {
        padding: 0
    }
    .tech-ability-wrapper .cls-block-inner .img-list-wrapper .cn-image-item-wrap .cn-image-item__content .cn-image-item__title {
        font-size: 18px
    }
    .tech-ability-wrapper .cls-block-inner .img-list-wrapper .cn-image-item-wrap .cn-image-item__content .cn-image-item__title:after {
        display: block;
        content: "";
        width: 45px;
        height: 2px;
        background-color: #6f0;
        margin-top: 10px
    }
    .tech-ability-wrapper .cls-block-inner .img-list-wrapper .cn-image-item-wrap .cn-image-item__content .cn-image-item__sub-title {
        font-size: 14px;
        line-height: 22px
    }
    .esg-wrapper {
        height: auto;
        padding: 0 20px
    }
    .esg-wrapper .cls-block-inner {
        padding-top: 25px
    }
    .esg-wrapper .cls-block-inner .head-title {
        margin-bottom: 5px
    }
    .esg-wrapper .cls-block-inner .head-desc {
        font-size: 15px;
        line-height: 22px
    }
    .esg-wrapper .cls-block-inner .img-list-wrapper {
        display: none
    }
    .esg-wrapper .mobile-esg {
        display: block
    }
    .news-wrapper {
        background: url(https://img.alicdn.com/imgextra/i2/O1CN01LbFLSJ1c2HltuaUnh_!!6000000003542-2-tps-750-922.png) no-repeat 50%;
        background-color: #fff;
        height: auto;
        background-size: cover;
        padding: 0 20px 40px
    }
    .news-wrapper .cls-block-inner {
        padding-top: 25px
    }
    .news-wrapper .cls-block-inner .top {
        display: block
    }
    .news-wrapper .cls-block-inner .top .btn {
        display: none
    }
    .news-wrapper .cls-block-inner .news-list {
        display: block
    }
    .news-wrapper .cls-block-inner .news-list .news-item {
        background-color: transparent;
        height: auto;
        width: 100%;
        display: block;
        border: none;
        margin-bottom: 20px
    }
    .news-wrapper .cls-block-inner .news-list .news-item img {
        display: none
    }
    .news-wrapper .cls-block-inner .news-list .news-item .content {
        margin-left: 0;
        padding: 10px 0 0;
        border-top: 1px solid #979797
    }
    .news-wrapper .cls-block-inner .news-list .news-item .content div {
        font-size: 16px;
        line-height: 26px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .news-wrapper .cls-block-inner .news-list .news-item .content .summary {
        margin-top: 0;
        color: #7e7e7e;
        font-size: 14px
    }
    .news-wrapper .cls-block-inner .news-list .news-item .content .time {
        font-size: 14px;
        color: #333;
        border-top: none;
        position: relative;
        height: auto
    }
    .news-wrapper .cls-block-inner .news-list .news-item .content .time:after {
        display: none
    }
    body.en-US .service-wrapper .box,body.en-US .service-wrapper .box .body,body.en-US .service-wrapper .box .body .card-info .desc {
        height: auto
    }
}

/*企宣视频*/
.aboutbox-sec1 .f_play {
    max-width: 1053px;
    margin: 0 auto;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}
.aboutbox-sec1 .f_play .img {
    transition: all 0.4s;
}
.aboutbox-sec1 .f_play .img:before {
    padding-top: 55.55555556%;
}
.aboutbox-sec1 .f_play .fzq_video {
    display: block;
    /*position: relative;*/
    padding-top: 55.55555556%;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.4s;
}
.aboutbox-sec1 .f_play .img video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutbox-sec1 .f_play .f_vidoe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 117px;
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    z-index: 2;
    transition: 0.4s ease-in-out;
}
.aboutbox-sec1 .f_play .f_vidoe:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*animation: rote360deg 20s linear infinite;*/
    -moz-animation-name: rotateme;
    -moz-animation-duration: 20s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    background: url(../images/blog/JR-big-log.png) center / 100% 100% no-repeat;
}
/*鼠标浮上缩小动画*/
.aboutbox-sec1 .f_play .f_vidoe:hover {
    transform: translate(-50%, -50%) scale(0.9);
    -webkit-transform: translate(-50%, -50%) scale(0.9);
}
/*我们的价值*/
.feature-block {
    max-width:400px;
}
.feature-block .feature-inner {
    padding: 60px 30px;
}
.feature-block .icon-box {
    width: 85px;
    height: 108px;
}

/*新版企业文化*/
.service-block-002 {
    padding: 20px 2px;
    background-color: var(--white-color);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 1px;
    width: 350px;
    height: 420px;
}
.qywh {
    padding: 0px 60px 38px;
}
.service-002 .content-box {
    text-align: center;
    padding: 0;
}
.content-box h5 {
    color: rgb(27,31,142);
}
.service-block-002 .content-box p {
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 35px;
    color: var(--block-color-two);
    letter-spacing:1px;
}
/*左右轮播幻灯片*/
.img-dow-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 10px 10px 0;
    padding-bottom: 25px;
    /*color: var(--secondary-color);*/
}

/*beijiaer侧边栏在线客服*/
.cdc-float {
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    right: 0px;
    width: 78px;
    /*padding-left: 211px;*/
    z-index: 1000;
}
.cdc-float-item {
    position: relative;
    width: 78px;
    height: 88px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    cursor: pointer;
    color: #505668;
    text-decoration: none;
    font-size: 13px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(87, 101, 124, .15);
}
.cdc-float-item:first-child {
    border-radius: 12px 12px 0 0;
}
.cdc-float-item-img, .cdc-float-item-img img {
    width: 36px;
    height: 36px;
}
.cdc-float-item:last-child {
    border-radius: 0 0 12px 12px;
}
.cdc-float-c {
    width: 161px;
    height: 73px;
    padding: 9px;
    background: #FFFFFF;
    box-shadow: 0 6px 12px rgba(87, 101, 124, .15);
    border-radius: 12px;
    font-size: 18px;
    color: #0063f8;
    position: absolute;
    top: 0;
    right: 58px;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: end;
    flex-flow: column;
    line-height: 28px;
}

@media screen and (max-width: 1025px) {
    .cdc-float {
        display:none
    }
}
/*wanyitong侧边栏在线客服*/
.right-pop {
    position: fixed;
    right: 13px;
    bottom: -50%;
    /*transform: translateY(-50%);*/
    z-index: 999;
    -webkit-transition: all 1s ease;
    transition: 1s ease;
}
.right-pop.open {
    bottom: 250px;
}
@media (max-width: 1580px) {
    .right-pop {
        width: 60px;
    }
}
@media (max-width: 767px) {
    .right-pop {
        display: none !important;
    }
}
.right-pop .box1 {
    width: 60px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    padding: 10px 7px;
}
@media (max-width: 1580px) {
    .right-pop .box1 {
        width: 60px;
        padding: 14px 7px;
    }
}
.right-pop .box1 a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;

}
.right-pop .box1 a:hover .txt {
    /*background: #CDE2FF;*/
    color: var(--primary-color);
    /*background-color: var(--primary-color);*/
}
/*.box1:hover a {
    background: #CDE2FF;
    *//*color: var(--white-color);*//*
    *//*background-color: var(--primary-color);*//*
}*/
.right-pop .box1 a .icons {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}
.right-pop .box1 a .icons.icons1 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0063f8;
    margin: 0 auto 8px;
}
.right-pop .box1 a .icons.icons1::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #0063f8;
    border: 1px solid #0099e2;
    animation: yuanRun 2s infinite linear;
}
.right-pop .box1 a .icons img {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
}
.right-pop .box1 a .icons.icons1 img {
    width: 40px;
    height: 40px;
}
.right-pop .box1 a .icons.icons3 img {
    width: 44px;
    height: 44px;
}
.right-pop .box1 a .icons.icons1::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #0063f8;
    border: 1px solid #0099e2 ;
    animation: yuanRun 2s 1s infinite linear;
}
.right-pop .box1 a .txt {
    line-height: 1.3em;
    color: #505050;
    text-align: center;
    transition: all 0.4s;
    font-size: 12px;
}
.font14 {
    font-size: 14px;
}
.right-pop .box1 a:last-child {
    border-bottom: none;
}
.right-pop .box1 a .icons svg {
    width: 26px;
    height: 26px;
    position: relative;
    z-index: 2;
}
.right-pop .box1 a .icons.icons2 svg {
    animation: iconRun 1.2s infinite linear;
}
/*.right-pop .box1 a .icons.icons2 {
    animation: iconRun 6.2s infinite linear;
}*/
.right-pop .box1 a .icons2 {
    background-color: #0063f8;
    border-radius: 50%;
}
.right-pop .box1 a .icons svg path {
    fill: #0063f8;
}
.right-pop .gotop {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    background: #fff;
    margin-top: 13px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1580px) {
    .right-pop .gotop {
        width: 70px;
        height: 70px;
    }
}
.right-pop .gotop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #0063f8;
    border-radius: 50%;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.right-pop .gotop svg {
    width: 25px;
    height: auto;
    position: relative;
    z-index: 2;
}
@keyframes iconRun {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}
@keyframes yuanRun {
    form {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    to {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}
/*JR侧边栏悬浮*/
.scroll-top-jr {
    width: 55px;
    height: 55px;
    line-height: 60px;
    /*position: fixed;*/
    bottom: -75px;
    margin-top: 18px;
    /*right: 1px;*/
    font-size: 20px;
    z-index: 199;
    color: var(--primary-color);
    background-color: var(--white-color);
    /*border: 1px solid var(--primary-color);*/
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);*/
    /*box-shadow: 0 12px 32px rgba(87, 101, 124, .15);*/
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transform: rotate(270deg);
    transition: 1s ease;
    /*display:none;*/
}
.scroll-top-jr::before, .scroll-top-jr::after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*-webkit-animation-delay: .9s;*/
    /*animation-delay: .9s;*/
    content: "";
    /*-webkit-box-shadow: 0 0 0 0 var(--primary-color);*/
    /*box-shadow: 0 0 0 0 var(--primary-color);*/
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    /*-webkit-animation: ripple 3s infinite;*/
    /*animation: ripple 3s infinite;*/
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.display-online-wxkf {
    position: absolute;
    top: -67px;
    left: -159px;
}
.jr-online-wxkf {
    width: 150px;
    height: 150px;
    display: none;
}
.online-weixin:hover .jr-online-wxkf {
    display: block;
    /*-webkit-transform: scale(1, 1);*/
    /*-ms-transform: scale(1, 1);*/
    /*-o-transform: scale(1, 1);*/
    /*transform: scale(1, 1);*/
    opacity: 1;
    /*white-space: nowrap;*/
    transition:0.3s ease-out;
}
.online-phone:hover .cdc-float-c {
    /*visibility:visible;*/
    display: block;
    /*right:66px;*/
    /*filter:alpha(opacity = 100);*/
    opacity:1;
    z-index:1;
    transition:0.5s ease-out;
}
.scroll-top-jr:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
    -webkit-box-shadow: 0 0 0 0 var(--primary-color);
    box-shadow: 0 0 0 0 var(--primary-color);
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/*新的新闻中心*/
.service-section-three .blog-text {
    font-size: 14px;
    color: #343a40;
}
.service-section-three .service-image {
    background-size: cover;
    background-position: top;
    height: 365px;
    width: 100%;
}
#news-one {
    background-image: url(../images/jrnews/640.jpg);
}
#news-two {
    background-image: url(../images/jrnews/641.jpg);
}
#news-three {
    background-image: url(../images/jrnews/642.jpg);
    background-position: bottom;
}