/* 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;
}

@media (max-width: 992px){
.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;
}
}

.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: 114px;
    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;
    }
/*流程图*/
.process {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
}
.box1{
    width: 1200px;
    height: 490px;
    margin: 0 auto;
    margin-top: 30px;
}
.box1 img{
    width:100%;
    height: 100%;
}


    .el-content {
        clear: both;
        margin: 0 auto;
        width: auto;
    }

    .el-contain {
        float: none;
        width: 1200px;
        margin: 0px auto 0;
        display: block;
    }



    .gwwb {
        width: auto;
    }

.gwwb .section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(/static/image/szground.png)no-repeat;
    background-size: 100% 100%;
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 0px;
    width: 1200px;
    margin: 0 auto;
}
.carousel {
    margin-left: 60px;
    width: 800px;
}
.ulfuli{
    padding-left: 45px;
    height: 495px;
}

    .carousel-indicators li {
        background-color: #ff8800 !important;
    }

    .carousel .carousel-item {
        height: 410px;
    }

        .carousel .carousel-item > img {
            min-width: 100%;
            height: 410px;
            object-fit: scale-down;
        }

    .fuli {
        margin-bottom: 45px;
        font-size: 20px;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        color: #ffffff;
    }

        .fuli:hover, .fuli.active {
            color: #ff8800;
            border: 1px solid #ff8800;
            border-radius: 30px;
            padding: 16px 27px;
            font-weight: 700;
            font-family: Microsoft YaHei-Bold
        }

/*客户*/
.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;
}
@media (max-width: 768px){
.box1{
    width: 100%;
    height: 230px;
}
.gwwb .section{
    width: 100%;
}
.ulfuli{
    padding-left: 5px;
    height: 400px;
}
.fuli{
    margin-bottom: 25px;
    font-size: 16px;
}
.carousel {
    margin-left: 3px;
    width: 100%;
}
.carousel .carousel-item > img{
    width: 100%;
}
.comWidth{
    width: 100%;
}
.block-our-cli .rno-lattice-logo li{
    width: 50%;
}
}