/* CSS Document */
.bannerIndex .head_text {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 200%;
    left: 100%;
    padding-left: 10%;
}
.bannerIndex .head_text .head_text_big {
    font-size: 40px;
}
.bannerIndex .head_text .head_text_small{
    margin-top: 10px;
}
.bannerIndex .head_text .head_text_h{
    display: block;
    width: 79px;
    height: 4px;
    background: red;
}
.bannerIndex .head_text .head_text_small{
    margin-top: 10px;
}
.bannerIndex .head_text .head_text_default{
    font-size: 28px;
    margin-top: 21px;
}
/*banner*/
.my-pro {
    background-color: #f5f7fa;
    padding: 50px 0;
}
.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    padding: 0;
}

.flex-warp {
    flex-flow: wrap;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1366px){
.container {
    max-width: 1200px;
}
}

@media (min-width: 1024px){
.container {
    max-width: 960px;
}
}

@media (min-width: 769px){
.container {
    max-width: 768px;
}
}

@media (min-width: 414px){
.container {
    max-width: 100%;
}
}
.my-pro .content {
    margin-right: 1rem;
    position: relative;
    z-index: 98;
    background-color: #f5f7fa;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.public-title {
    margin-top: 0.9rem;
}
.public-title .title {
    line-height: 1.5;
    color: #5b626c;
    font-size: 28px;
    display: inline-block;
}
.public-title .title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    height: 4px;
    width: 165px;
    background-color: #ff0000;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.p_r {
    position: relative;
}
.my-pro .text {
    font-size: 16px;
    color: #5b626c;
    margin-top: 0.3rem;
    overflow: hidden;
    line-height: 2;
}
.my-pro .text p {
    margin-top: 0.6rem;
}
/*
p {
    margin: 1em 0;
}
*/
.big-screen {
    display: block;
    width: 150px;
    height: 40px;
    padding-top: 30px;
}
.btn:not(:disabled):not(.disabled), [role=button], [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), summary {
    cursor: pointer;
}

.btn {
    width: 1.55rem;
    line-height: 0.45rem;
    border-radius: 0.1rem;
    margin-top: 0.3rem;
    padding: 0;
    font-size: 14px;
}
.white {
    color: white;
}
.btn-img {
    background-image: linear-gradient(45deg, #d8261c, #f7d5d3);
}
.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.di_bl {
    display: block;
}
.btn {
    color: #212529;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn, .btn-link, .dropdown-item, .form-control, .input-group-text {
    font-weight: 400;
}
.btn, label, output {
    display: inline-block;
}
.btn, .btn-group, .btn-group-vertical, img, svg {
    vertical-align: middle;
}
a {
    text-decoration: none;
}
.btn img, .btn1 img {
    margin-right: 0.1rem;
}

.di_bl {
    display: block;
}
img {
    margin: 0;
    padding: 0;
    border: 0;
}
img {
    filter: blur(0);
    transition: filter 1s;
}
.btn, .btn-group, .btn-group-vertical, img, svg {
    vertical-align: middle;
}
.my-pro .cover-bg {
    width: 5rem;
    height: 6.78rem;
    background-color: #f5f7fa;
    position: absolute;
    z-index: 1;
}
.my-pro .pic {
    width: 600px;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.circle {
    width: 6.86rem;
    height: 6.78rem;
    position: relative;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@media (max-width: 768px){
.flex{
    width: 100%;
}
.my-pro .cover-bg{
    width: 0.1px;
}
}
/*产品*/

/*小标题规则*/
.block-title {
    text-align: center;
}
.block-title .tit-english {
    font-weight: 300;
    font-size: 20px;
    color: #aaafb4;
}
.block-title .tit-main {
    font-size: 28px;
    color: var(--oneColor);
    font-weight: bold;
}
    .block-title .tit-line {
        display: block;
        width: 50px;
        height: 2px;
        margin: 5px auto;
        background: red;
    }


/*客户*/
.block-container {
    padding: 50px 0;
    /*background: url(/d/img/fan11.jpg);*/
    background-color: #ffffff;
}
.comWidth {
    width: 1240px;
    margin: 0 auto;
}
.block-our-cli .our-cli-main {
    margin-top: 40px;
    text-align: center;
}
.block-our-cli .our-cli-main p {
    font-size: 16px;
    /*color: #ffffff;*/
    line-height: 2;
}
.block-our-cli .rno-lattice-logo {
    margin: 40px 0 30px 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.block-our-cli .rno-lattice-logo li {
    width: 20%;
}
.block-our-cli .rno-lattice-logo li a {
    display: block;
    width: 180px;
    height: 68px;
    margin: 0 auto 10px auto;
    border: 1px solid transparent;
    overflow: hidden;
}
/*
img {
//    max-width: 100%;
//    border-style: none;
//    vertical-align: middle;
//}
img {
    border: none;
}
*/
.block-our-cli .our-cli-main .our-cli-more {
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    background:#d8261c;
    color: #fff;
}
/*客户难题*/

.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
    background: white;
}
.section1 .row-list {
    margin-top: 40px;
    margin-bottom: 50px;
}

.row-list {
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    width: 1200px;
    margin: 0 auto;

}
.section1 .row-list div:nth-child(-n+2) {
    border-right: none;
}

.section1 .row-list div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.08);
    margin: 0px auto 0px;
    width: 250px;
    height: 200px;
}
[class*="row"] > div {
    border-radius: 6px;
}
.section1 img {
    display: block;
    width: 43px;
    height: 44px;
}
[class*="row"] img {
    border-radius: 6px;
}
.row-list .text {
    font-family: Microsoft YaHei-Bold;
    font-weight: Bold;
    font-size: 18px;
    color: #212121;
    margin-top: 20px;
    margin-bottom: 0px;
}
.row-list .wz {
    font-family: Microsoft YaHei-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    margin-top: 15px;
    margin-bottom: 0px;
}
.link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px 0 66px;
}
.link .button {
    text-decoration: none;
    width: 150px;
    height: 44px;
    background: #d8261c;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all .4s ease;
}

.button, .subscribe-button, .subscribe {
    border-radius: 6px;
}
/*服务价值*/
.jiejue-box {
    margin-top: 50px;
}
.jiejue-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 30px auto 56px;
}
.jiejue-item {
    width: 260px;
    height: 255px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(68, 59, 182, 0.1);
    border-radius: 8px;
    padding: 20px 0 20px 20px;
}
.jj-con-t {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
}
.jiejue1 {
    width: 56px;
    height: 56px;
/*    background-position: -4px -4px;*/
    background-image: url(/static/image/9xs.png);
}
.jiejue2 {
    width: 56px;
    height: 56px;
/*    background-position: -3px -3px;*/
    background-image: url(/static/image/10xs.png);
}
.jiejue3 {
    width: 56px;
    height: 56px;
/*    background-position: -2px 0px;*/
    background-image: url(/static/image/11xs.png);
}
.jiejue4 {
    width: 56px;
    height: 56px;
/*    background-position: -4px -4px;*/
    background-image: url(/static/image/xs.png);
}
/*
.dfgz-xbt {
    background-image: url(https://cdn.weifenghr.com/static/images/website/dfgz/img/gzdf-xbt.png) !important;
    background-repeat: no-repeat;
}
*/
.jj-con-b {
    margin-left: 15px;
}
.jj-con-b-f {
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    /* margin-bottom: 12px; */
    margin-top: 20px;
}
.jj-con-b-s {
    /* font-size: 14px; */
    /* color: #999999; */
    /* line-height: 20px; */
}
.jj-type-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.jj-type-item div {
    display: flex;
    align-items: center;
}
.dui {
    width: 14px;
    height: 14px;
    background-position: -97px 1px;
    margin-right: 8px;
    background-image: url(/static/image/dg.png);
}

.jj-type-item-text {
    font-size: 14px;
    color: #999999;
}


.sm-sub1 {
    margin-bottom: 16px;
}

.sub1 {
    background-color: #FF556B;
    width: 558px;
    margin-bottom: 50px;
}
.sm-sub1 {
    margin-bottom: 16px;
}
.sub1 {
    width: 130px;
    height: 50px;
    background: #a7aed8;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto 80px;
}

.sub1 p {
    width: auto;
}

.sub1 p {
    width: 130px;
    height: 50px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    float: left;
}
@media (max-width: 768px){
.section1 .row-list{
    margin-top: 20px;
    margin-bottom: 1px;
}
.row-list{
    display: contents;
    width: 100%;
    margin: 0 auto;
}
.section1 .row-list div{
    margin: 10px auto 0px;
}
/*服务优势*/
.jiejue-box{
    margin-bottom: 30px;
}
.jiejue-b{
    width: 100%;
    margin-left: 55px;
    margin-top: 30px;
    display: block;
}
.jiejue-item{
    margin-top: 10px;
}
.comWidth {
    width: 100%;
}
.block-our-cli .rno-lattice-logo li {
    width: 50%;
}
}

@media (max-width: 992px){
/*banner*/
.bannerIndex .head_text {
    width: 100%;
    position: absolute;
    /*top: 30%;*/
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 200%;
    left: 50%;
}
.bannerIndex .head_text .head_text_big {
    font-size: 20px;
}
.bannerIndex .head_text .head_text_small {
    display: none;
}
.bannerIndex .head_text .head_text_h {
    display: block;
    width: 79px;
    height: 2px;
    margin: 0 auto;
    background: red;
}
.bannerIndex .head_text .head_text_default {
    font-size: 13px;
    margin-top: 0px;
}
.bannerIndex .head_text .head_text_small2 {
    display: none;
}
}