﻿@charset "UTF-8";
html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.phone_style{
    display: none;
}
.vertical_swiper {
    width: 100%;
    height: 100%;
}
.vertical_swipers>.swiper-slide {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-size: 18px;
    background:#fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.vertical_swiper > .swiper-pagination{
    right: 45px;
}
.swiper-pagination-note{
    position: absolute;
    text-align: center;
    right: 35px;
    top: 50%;
    transform: translate3d(0,-50%,0);
    transition: .3s opacity;
    z-index: 9;
}
.swiper-pagination-note>p{
    width: auto;
    padding-right:10px;
    line-height: 21px;
    height: 21px;
    font-family: 'Source Han Sans CN';
    font-size:10px;
    color: #fff;
    background: #0069FF;
    border-radius: 11px;
    margin: 8px 0;
    display: flex;
    justify-content: flex-end;
    opacity: 0;

}
.swiper-pagination-note>p:nth-child(1),.swiper-pagination-note>p:nth-child(9){
    width: 60px;
    margin-left: 23px;
}
.swiper-pagination-note>p>span{
    display: block;
    width: 9px;
    height: 9px;
    /*border-radius: 5px;*/
    /*background: #fff;*/
    margin: 6px 0;
}
.vertical_swiper > .swiper-pagination > span.swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    margin: 20px 0;
}
.vertical_swiper > .swiper-pagination > span.swiper-pagination-bullet:hover{
    background: #fff!important;
}
.vertical_swiper > .swiper-pagination > .swiper-pagination-bullet-active{
    background: #0069FF!important;
}
.upDown{
    width: 100%;
    position: fixed;
    bottom: 30px;
    z-index: 100;
    display: flex;
    justify-content: center;
}
.nextEL{
    width: 18px;
    height: 28px;
    cursor: pointer;
    transition: all 0.3s;
    animation: moveHight 2s infinite;
}
.nextEL>img{
    width: 18px;
    height: 28px;
}
@keyframes moveHight{
    0%{
        transform: translateY(-5px);
    }
    50%{
        transform: translateY(5px);
    }
    100%{
        transform: translateY(-5px);
    }
}
.container>.bd>ul,.container>.bd>ul li{
    width: 100%;
    height: 100%;
}
.item-1,.item-1 img{
    width: 120%;
    height: 101vh;
}
.soluteUl1{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
}
.soluteUl1 li{
    height:100%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}
.soluteUl1 li>img{
    height: 100%;
    transition: all 0.3s;
}
.shortli>img{
    margin-top: -25px;
}
.banner_page{
    bottom: 70px!important;
}
.remask{
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    opacity: 0.5;
}
.shortli:hover>img{
    transform: scale(1.1);
}
.shortli:hover .remask{
    opacity: 0;
}
.longli{
    width: 48%;
}
.longli>img{
    width: 100%;
}
.longli .shortCon, .shortli .longCon{
    display: none;
}
.shortli{
    width: 13%;
}
.shortCon,.longCon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.longCon >p{
    width:60%;
}
.shortCon>p{
    width: 80%;
}
.longCon >p, .shortCon>p{
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.longCon >p:nth-child(1){
    font-size: 36px;
    /*margin-top: 200px;*/
    margin-top: 25%;
}
.longCon >p:nth-child(2){
    font-size: 14px;
    line-height: 25px;
    margin: 30px auto;
}
.longCon >p:nth-child(3){
    font-size: 16px;
}
.shortCon >p:nth-child(1){
    font-size: 20px;
    /*margin-top: 240px;*/
    margin-top: 110%;
}
.shortCon >hr{
    width: 35px;
    height: 3px;
    background: #fff;
    border: unset;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom:30px;
}
.shortCon >p:nth-child(3){
    font-size: 16px;
}
.backTransparent{
    background: transparent;
    border-bottom: unset;
    border-bottom: 0px;
}
.backTransparent p,.backTransparent span,.backTransparent div{
    color: #fff!important;
}
.solute-title,.big-title{
    text-align: center;
}
.brand_lsfb{
    margin-top: 30px;
}
.brand_lsfb>li{
    width: 20%;
    height: 192px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-right: 1px solid #DCDCDC;
}
.brand_lsfb>li:nth-child(5),.brand_lsfb>li:nth-child(10){
    width: 19%;
    border-right: unset;
}
.haveBottom{
    border-bottom: 1px solid #DCDCDC;
}
.brand_lsfb>li>img{
    width: 70%;
    transition: all 0.3s;
}
.brand_lsfb>li>img:nth-child(3){
    display: none;
}
.brand_lsfb>li:hover img:nth-child(2){
    display: none;
}
.brand_lsfb>li:hover img:nth-child(3){
    display: block;
}
.brand_top{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    right: -25px;
    background: #fff;
    border-radius: 25px;
}
.brand_bottom{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    right: -25px;
    background: #fff;
    border-radius: 25px;
}
.brand_top>p,.brand_bottom>p{
    width: 5px;
    height: 5px;
    background: #959595;
    margin: 22px auto;
}
.footprintUl{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    justify-content:space-between ;
    align-items: center;
}
.footprintUl li{
    width: 23%;
    list-style: none;
    position: relative;
}
.footprintUl li>p{
    width: 100%;
    max-height: 430px;
    overflow: hidden;
}
.footprintUl li > p >img{
    width: 100%;
    transition: all 0.3s;
}
.footprintUl li:hover >p>img{
    transform: scale(1.1);
}
.consult{
    background: transparent;
}
.companys{
    position: absolute;
    bottom: 50px;
    left: 8%;
}
.companys>p:nth-child(1){
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.companys>p:nth-child(2){
    font-family: 'Bahnschrift';
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.hover_img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}
.opacity1{
    opacity: 1!important;
}
.hover_img>img{
    width: 100%;
    transition: all 0.3s;
    transform: scale(1.1);
}
.bannerPC>.swiper-wrapper>.swiper-slide>img{
    height: 101vh;
}
.normal-more-wrap1{
    position: absolute;
    bottom: 60px;
    padding-top: 0;
    width: 100%;
    text-align: center;
    z-index: 12;
}
.normal-more-wrap1 a.checkMore p{
    border: unset;
    color: #656565;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.normal-more-wrap1 a.checkMore p>img{
    height: 8px;
}
a.checkMore p:hover{
    background: unset;
    transform: translateX(10px);
}
.pagination_grey span.swiper-pagination-bullet{
    background: #BBB9B9!important;
}
.customer_cases span.swiper-pagination-bullet,.news_banner .swiper-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 7px;
    border-radius: 0px;
}
.index-news{
    padding: 0;
    z-index: 10;
    background: unset;
}
.newsBanner{
    width: 450px;
}
.news_swiper a>p:nth-child(2){
    font-size: 14px;
    margin: 20px 0;
    height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.member>a>p:nth-child(1){
    height: 50px;
    line-height: 25px;
}
.member a>p:nth-child(2){
    margin-top: 20px;
    font-size: 14px;
}
.img_title{
    height: 300px;
}
.img_title>p:nth-child(1){
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.news_tit{
    background-color: unset;
    background: url("../images/nopath228_2x.png") no-repeat center;
}
.two_team{
    width: 300px;
}
.news_banner .swiper-pagination{
    bottom: 15px!important;
}
.member a>p:nth-child(2){
    height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.solut_title{
    margin-top: 80px;
}
.img-content,.w1200,.server{
    z-index: 10;
}
.server{
    background: unset;
}
.someLine{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 2;
}
.someLine hr{
    width: 1px;
    height: 100%;
    background: #E7E7E7;
    border: unset;
}
.someLine hr:nth-child(1){
    margin-right:10%;
}
.main-body .index-slide .hd li, .vertical_swiper .index-slide .hd li{
    width: 25px;
}
.main-body .index-slide .hd, .vertical_swiper .index-slide .hd{
    bottom: 7%;
}
.solute-left{
    position: relative;
}
.solute-left ul{
    border-right: unset;
}
.solute-right .solute-case-list img{
    height: 65px;
}
.consult-singer:hover a p img{
    transform: scale(1.1);
}
p.small{
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    color: #818181;
}

.consult-img >img{
    transition: all 0.3s;
}
.contactUs_top{
    bottom: 70px;
}
.video-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.mall-title-content{
    display: none;
    border-bottom: 1px #E5E5E5 solid;
}
.mall-title-content>p:nth-child(1){
    font-size: 14px;
    line-height: 20px;
}
.mall-title-content>p:nth-child(2){
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
}
.mall-title-content>p:nth-child(3)>a{
    color: #0069FF;
    font-size: 14px;
}
.swiper-container-horizontal>.banner-pagination{
    bottom: 70px;
}
.swiper-container-horizontal>.banner-pagination >span.swiper-pagination-bullet{
    width: 20px;
    height: 6px;
    background: #fff;
    border-radius:0!important;
}
.pbanner{
    margin-top: 60px;
}
.index-title .small{
    display: block;
    margin-bottom: 60px;
    text-align: center;
    color: #818181;
    font-size: 14px;
    font-weight: normal;
}
.footprint .big-title>span.big,.index-title>.big-title>span.big{
    color: black;
    font-size: 32px;
}
.index-news{
    width: 100%;
}
.index-news-list{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
/*立即咨询开始*/
.immediatbg{
    top: 0;
    position: fixed;
    z-index: 99998;
    background: #000000;
    opacity: 0.6;
    width: 100%;
    height: 100vh;
    display: none;
}
.immediat{
    position: fixed;
    z-index: 99999;
    top: 20%;
    width: 400px;
    left: 40%;
    height: 350px;
    background: #FFF;
    text-align: center;
    display: none;
}
.msgshow{
    position: fixed;
    z-index: 99999;
    top: 20%;
    width: 400px;
    left: 40%;
    height: 350px;
    background: #FFF;
    text-align: center;
    display: none;
}
.msgshow .show-msg{
    margin-top: 20px; font-size: 18px;
}
.msgshow .show-click{
    padding: 10px 40px;
    background: #0069FF;
    color: #fff;
    border: 1px #0069FF solid;
}
.immediat .imm-title{
    margin: 40px 0 10px 0;
    font-size: 28px;
}
.immediat .imm-bewrite{
    font-size: 14px;
    color: #686868;
}
.immediat .imm-phone{
    margin-top: 30px;
    border-radius: 1px;
    width: 74%;
    background: url("../images/5917@2x.png") no-repeat;
    background-position: 10px center;
    border: 1px #d8d8d8 solid;
    padding: 10px 2% 10px 10%;
}
.yzmCode{
    width: 86%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.immediat .imm-code{
    border-radius: 1px;
    margin-top: 20px;
    width: 58%;
    background: url("../images/6522_2x.png") no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
    border: 1px #d8d8d8 solid;
    padding: 10px 2% 10px 12%;
}
.yzmCode >p{
    width:78px;
    height: 36px;
    margin-top: 20px;
    text-align: center;
    border: 1px #d8d8d8 solid;
}
.immediat .imm-button{
    cursor: pointer;
    background: #0069FF;
    color: #FFF;
    border-radius: 1px;
    margin-top: 20px;
    width: 86%;
    border: 1px #0069FF solid;
    padding: 10px 0;
}
.immediat-click{
    cursor: pointer;
}
.consult-singer .consult-common{
    height: 211px;
    overflow: hidden
}
/*立即咨询结束*/
.case-list_banner{
    width: 100%;
    overflow: hidden;
}
.case-list_banner>.swiper-container{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.case-list_banner .case-img>img{
    width: 100%;
}
.case-list_banner>.swiper-container-horizontal>.swiper-wrapper>.swiper-slide{
    width: 100%;
    overflow: hidden;
}
@media (max-height:1329px){
    .solute-left hr {
        position: absolute;
        top: -90%;
        right: -1px;
        width: 1px;
        height: 120vh;
        background: #F2F2F2;
        border: unset;
    }
    .solutetitles,.them{
        padding-bottom: 11%;
    }
    .hangziTitle{margin-bottom:30px}
    .index-title .small{margin-bottom: 60px;}
    .hangye {
        padding:5% 0 60px 0;
    }
    .zixun{
        padding-bottom: 10%;
    }
}
@media ( max-height:1000px) {
    .solutetitles, .them {
        padding-bottom: 5%;
    }
    .hangye{
        padding:5% 0 10px 0;
    }
    .solute-left hr{
        top: -54%;
    }
    .index-title{
        padding-bottom: 30px;
    }
}
@media (max-height:900px) {
    .solute-title{
        padding:100px 0 10px 0
    }
    .solute-title p:nth-child(2),span.small{
        margin-top: 10px;
    }
    .index-title{
        padding-bottom: 30px;
    }
    .big-title{
        padding: 60px 0 0 0;
    }
    .hangziTitle{
        padding-top: 0;
    }
    .hangye{
        padding: 50px 0 10px 0;
    }
    .them{
        padding: 40px 0 10px 0;
    }
    .zixun{
        padding:45px 0 50px 0
    }
    .kehuanli{
        padding:45px 0 25px 0;
    }
    .solute-left{
        position: relative;
    }
    .solute-left ul{
        border-right: unset;
    }
    .shortCon >p:nth-child(1){
        margin-top: 100%;
    }
    .footprintUl{
        margin-top: 50px;
    }
    .footprint h2 p.small{
        margin-top: 10px;
    }
    .hangziTitle{
        margin-bottom: 10px;
    }
    .index-title .small{
        margin-bottom: 15px;
    }
    .link{
        padding: 10px;
    }
    .soluteUl1{
        height: 68%;
    }
    .vertical_swiper>.swiper-pagination-bullets,.swiper-pagination-note{
        top: 35%;
    }
    footer{
        padding:30px 0 20px 0
    }
    .link{
        margin-top: 0px;
    }

}
@media (max-height:660px) {
    .upDown{
        bottom: 10px;
    }
    .swiper-container-horizontal>.banner-pagination,.normal-more-wrap1{
        bottom: 50px;
    }
    .solute-title p:nth-child(1){
        margin-top: 60px;
        font-size: 24px;
    }
    .solute-left ul li{
        padding-right:35px;
        margin-bottom: 10px;
    }
    .solute-right{
        padding-left:40px;
        padding-top: 10px;
    }
    .solute-right .solute-case-list img{
        height: 50px;
    }
    .solutetitles, .them {
        padding-bottom: 0%;
    }
    .hangye{
        padding: 65px 0 10px 0;
    }
    .zixun{
        padding: 95px 0 30px 0;
    }
    .kehuanli{
        padding: 70px 0 10px 0;
    }
    .hangziTitle{
        padding: 0;
    }
    .index-title .small{
        margin-bottom: 35px;
    }
    .consult-singer{
        width: 320px;
    }
    .consult-singer .consult-common{
        height:190px;
    }
    .consult-singer .consult-title{
        margin-top: 10px
    }
    .consult-singer .consult-bewrite{
        margin-top: 10px
    }
    .consult-active{
        margin: 0 80px;
    }
    .case-left{
        padding-left: 10%;
    }
    .case-left p:nth-child(1){
        font-size:24px;
    }
    .case-img{
        width: 520px;
        margin-left: 4%;
    }
    .case-list .swiper-pagination{
        left: 10%;
    }
    .footprint .big-title>span.big, .index-title>.big-title>span.big{
        font-size: 24px;
    }
    p.small{
        margin-top: 10px;
    }
    .footprintUl{
        max-width: 1050px;
        margin-top: 30px;
        justify-content: space-around;
    }
    .footprintUl li{
        width: 22%;
    }
    .footprintUl li>p{
        max-height: 400px;
    }
    .index-title{
        padding-bottom: 0px;
    }
    .solute-title, .big-title{
        padding: 45px 0 0 0;
    }
    .newsBanner{
        width: 400px;
    }
    .img_title,.img_title>p:nth-child(1){
        height: 250px;
    }
    .two_team .member:nth-child(1){
        margin-bottom: 10px;
    }
    .two_team .member:nth-child(1){
        padding-bottom: 10px;
    }
    .member>a>p:nth-child(1){
        font-size: 16px;
        height: 40px;
        line-height: 20px;
    }
    .member a>p:nth-child(2){
        margin-top: 10px;
    }
    .news_swiper a>p:nth-child(2){
        margin: 10px 0;
    }
    .normal-more-wrap1 a.checkMore p{
        line-height: 20px;
    }
    .news_banner .swiper-pagination{
        bottom: 5px!important;
    }

}
@media (max-width:1024px){
    .pbanner>.swiper-wrapper>.swiper-slide img{
        /*height: 600px;*/
        width: 100%;
    }
}
@media all and (min-width:450px) and (max-width:900px){
    /*.pbanner>.swiper-wrapper>.swiper-slide img{*/
        /*!*height: 400px;*!*/
        /*width: 100%;*/
    /*}*/
    .case-left{
        padding-top: 10%!important;
    }
}
/*@media all and (max-width:450px){*/
    /*.pbanner>.swiper-wrapper>.swiper-slide img{*/
        /*!*height: 200px;*!*/
        /*width: 100%;*/
    /*}*/
/*}*/