/* CSS Document */
/*banner*/
.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*/
/*客户案例*/
.block-container {
    padding: 50px 0;
}
.comWidth {
    width: 1200px;
    margin: 0 auto;
}
.block-title {
    text-align: center;
}
.block-title .tit-english {
    font-weight: 300;
    font-size: 20px;
    color: rgba(51, 50, 50, 0.4);
}
.block-title .tit-main {
    font-size: 28px;
    color: var(--oneColor);
    font-weight: bold;
}
.block-title .tit-line {
    display: block;
    margin: 5px auto;
    width: 50px;
    height: 2px;
    background: red;
}
.cooperation-case .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.content-box a {
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
    /* margin-bottom: 1rem; */
    cursor: pointer;
    width: 229px;
}
.cooperation-case .content-box .item {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
}
.cooperation-case .content-box .item .image-wrap {
    width: 100%;
    height: 235px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.cooperation-case .content-box .item .image-wrap img {
/*    width: 295px;
    height: 235px;
*/
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0 auto;
    padding: 0;
    -webkit-tap-highlight-color: rgba(121, 1, 1, 0);
}
.cooperation-case .content-box .item h5 {
    font-size: 16px;
    margin-top: 5px;
}
.news-a-tits {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.cooperation-case .content-box .item .description {
    margin-top: 5px;
    font-size: 14px;
}
/*客户案例*/


/*产品简介*/
.product_bg{width:100%;height:556px;margin:0px auto 0 auto; padding-bottom:30px;padding-top: 50px;/*background-color: #ffffff;*/}
.product_bg .product{width:1200px;margin:0 auto;}
.product .pro_nr{margin:30px auto 0 auto;width:100%}
.product .pro_nr dl{width:375px;height:455px;background:#fff;border:1px solid #ebebeb;float:left;margin:0 11px;-webkit-transition:all .8s ease-out;-o-transition:all .8s ease-out;transition:all .8s ease-out}
.product .pro_nr dl dt{width:181px;height:181px;margin:20px auto;border-radius:50%}
.product .pro_nr dl dt img{width:181px;height:181px;border-radius:50%}
.product .pro_nr dl dd{margin:30px 30px;height:116px}
.product .pro_nr dl dd h5{font-size:20px;color:#333;font-weight:700;text-align:center;padding-bottom:8px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:url(/static/image/fw_xt.png) no-repeat bottom center}
.product .pro_nr dl dd p{font-size:14px;color:#ff0000;line-height:26px;overflow:hidden;text-align:center;margin:15px auto}
.product .pro_nr dl dt .xq{height:42px;line-height:42px;border:1px solid #e26560;border-radius:30px;margin:20px auto}
.product .pro_nr dl dt .xq a{font-size:16px;color:#ff0000;font-weight:700;text-align:center;display:block}
.product .pro_nr dl:hover{-webkit-transform:translateY(-20px);transform:translateY(-20px);border:1px solid #ff0000;box-shadow:0 8px 8px 0 rgba(255,0,0,0.4)}
/*解决方案*/
.plan .lg{
    font-size: 16px;
    width: 1200px;
    height: 250px;
    padding-bottom: 30px;
}
.plan .lg .left1{
    float: left;
    width: 300px;
    height: 240px;
    margin-left: 10px;
}
.plan .lg .fight1{
    width: 850px;
    float: right;
}
.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.5rem;
}
.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: #ffffff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.p_r {
    position: relative;
}
.plan .text {
    font-size: 16px;
    color: #5b626c;
    margin-top: 0.3rem;
    overflow: hidden;
    line-height: 2;
}
.plan .text p {
    margin-top: 0.6rem;
}
/*
p {
    margin: 1em 0;
}
*/
.big-screen {
    display: block;
    height: 40px;
    padding-top: 35px;
}

.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
    }
}
/*产品优势*/
.vs-w {
    position: relative;
    margin: 0 auto;
    padding: 0 0 30px;
    min-width: 1200px;
    width: 100%;
    overflow: hidden;
    background: url(/static/picture/ys21.png) center 60% no-repeat #ffffff;
    background-size: 200px 200px;
}
.vs-w .module-tit {
    margin-bottom: 50px;
    background-color: #f7f9fc;
}

.module-tit {
    position: static;
    margin: 0 auto;
    width: 1200px;
    height: 120px;
    text-align: center;
    border-bottom: 1px solid #cad1e1;
    overflow: hidden;
}
.module-tit h2, .module-tit_autoPos h2 {
    margin-top: 29px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 700;
    color: #4d4d4d;
}
.tag-line h2::before {
    margin-right: 10px;
}

.tag-line h2::after, .tag-line h2::before {
    display: inline-block;
    margin-bottom: 8px;
    width: 65px;
    height: 1px;
    border-bottom: 1px #262626 solid;
    content: "";
}
.module-tit p, .module-tit_autoPos p {
    line-height: 20px;
    font-size: 12px;
    color: #8a8a8a;
}
.vs-c {
    margin: 0 auto;
    width: 1236px;
    /*background-color: #fff;*/
    padding-top: 60px;
}
.vs-w .vs-c-left {
    float: left;
}
.vs-w .vs-c h3 {
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #8a8a8a;
    text-align: left;
}
.vs-w .vs-c h3 span {
    padding-right: 8px;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    color: #0b132b;
}
.vs-w .vs-c .vs-c-item {
    margin-bottom: 67px;
    padding: 9px 10px;
    width: 500px;
    background: #fff;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.08);
    overflow: hidden;
}
.vs-w .vs-c .vs-c-item .item-logo {
    float: left;
    width: 180px;
    margin-top: 9px;
}
.vs-w .vs-c .vs-c-item .item-logo img {
    width: 100%;
    height: auto;
}
.vs-w .vs-c .vs-c-item .item-info {
    float: left;
    padding: 10px 0px;
    width: calc(96% - 180px);
    margin-left: 10px;
}
.vs-w .vs-c .vs-c-item .item-info h4 {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 2px solid #ff0000;
    color: #373737;
    text-align: left;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
}
.vs-w .vs-c .vs-c-item .item-info p {
    margin-top: 11px;
    height: 73px;
    color: #000;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.vs-w .vs-c-right {
    float: right;
}
.vs-w .vs-c .vs-c-right .vs-c-item .item-info h4 {
    border-bottom: 2px solid #ff0000;
}
.vs-w .vs-c .vs-c-bgImg {
    display: none;
}
.vs-w .vs-c .vs-c-bgImg img {
    width: 120px;
    height: 120px;
}
/*客户*/
.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;
}
/*Floor002059 */
.Floor002059{padding:50px 0 30px;background:url(../images/Floor002059-bg.jpg) no-repeat center top;background-size:cover;background-color: #ffffff;}

.Floor002059 li {
    float: left;
    width: 217px;
    height: 280px;
    margin-right: 1%;
    margin-left: 10px;
    position: relative;
    /* padding-bottom: 10%; */
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.Floor002059 li a{ position:absolute; left:0; top:0; width:100%; height:100%;}
.Floor002059 li figure,
.Floor002059 li div{ position:absolute; left:0; width:100%;}
.Floor002059 li figure {
    height: 52%;
    transition: top 0.3s;
    top: 0;
}
.Floor002059 li figure img{ display:none;}
.Floor002059 li div{background-color:#fff;bottom:0;/* height: 40%; */transition:0.3s;}
.Floor002059 li aside {
    position: absolute;
    top: 55%;
    margin-top: -40px;
    z-index: 10;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -20px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s;
}
.Floor002059 li aside img{ display:block; width:100%; height:100%;}
.Floor002059 li aside img.hover{display:none;}
.Floor002059 li h5{margin:0 0 15px 0;font-size: 18px;text-align:center;padding-top: 15%;}
.Floor002059 li p{line-height:24px;overflow:hidden;height:72px;text-align: center;margin:0; color: #666;}
.Floor002059 li:hover div{ color:#fff;background:#005cb9;}
.Floor002059 li:hover p{ color:#fff;}
.Floor002059 li:hover figure{top:-3%;}
.Floor002059 li:hover div{ bottom:-3%;height:54%;}
.Floor002059 li:hover aside{background:#005cb9; top:50%;}
.Floor002059 li:hover aside img{ display:none;}
.Floor002059 li:hover aside img.hover{display:block;}

.auto_1440 {
    max-width: 1200px;
}
.auto {
    margin: 0 auto;
}
.clearfix {
}
.ul, .ul li {
    list-style: none;
    margin-top: 30px;
}
.Ispic {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*
img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}
*/
.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px){

.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;
}

/*以上banner*/
.product_bg .product{
    width: 100%;
}
/*以上为产品简介*/

.comWidth{
    width: 100%;
}
.block-our-cli .rno-lattice-logo li{
    width: 50%;
}
/*解决方案*/
.plan .lg{
    width: 100%;
}
.plan .lg .left1{
    display: none;
}
.plan .lg .fight1{
    width: 98%;
    float: right;
}
.big-screen{
    margin-left: 30%;
}
/*产品优势*/
.vs-w{
 position: relative;
    margin: 0 auto;
    padding: 0 0 30px;
    min-width: 100%;
    width: 100%;
    overflow: hidden;
    background:#ffffff;
    background-size: 200px 200px;
}
.vs-c{
    width: 100%;
}
.vs-w .vs-c .vs-c-item{
    margin-bottom: 20px;
    width: 95%;
}
.comWidth{
    width: 100%;
}
.block-our-cli .rno-lattice-logo li{
    width: 50%;
}
.Floor002059 ul{ margin:0 auto; max-width:400px;}
.Floor002059 li{ float:none; width:auto; padding-bottom:0; height:390px; margin:0 0 5% 0;}
}
@media(min-width:769px){
.Floor002059 li:nth-child(4n){ margin-right:0;}
}
@media(max-width:1000px) and (min-width:769px){
.Floor002059 li p{ height:48px;}
.Floor002059 li aside{ margin-top:-35px; width:70px; height:70px; margin-left:-35px;}
}
