.header{
    width: 100%;
    height: 55px;
    background-color: rgba(0, 0, 0, 0);
    /* opacity: 0.7; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.header-scroll {
    width: 100%;
    height: 55px;
    background-color: #004dc9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.footer{
    font-size:15px;
    color: #FFFFFF;
    background: #5A5F67;
    box-sizing:border-box;
    padding: 1rem;
}

/**/
/*.footer-css{*/
    /*position: fixed;*/
    /*bottom: 1rem;*/
    /*right: 0;*/
    /*width: 3rem;*/
    /*height: 9rem;*/
    /*z-index: 9999;*/
/*}*/
/*.footer-css:after{*/
    /*content: '';*/
    /*display: block;*/
    /*clear: both;*/
/*}*/
/*.footerBtn-css{*/
    /*position:relative;*/
    /*width: 3rem;*/
    /*height: 3rem;*/
    /*background: #bbb;*/
    /*opacity: 0.8;*/
    /*display:block;*/
    /*margin-bottom:.5rem*/
/*}*/

/*.footerBtn-css:after{*/
    /*position:absolute;*/
    /*top:0;*/
    /*bottom:0;*/
    /*left:0;*/
    /*right:0;*/
    /*margin:auto;*/
    /*content:"";*/
    /*width:52px;*/
    /*height:52px;*/
    /*display:block;*/
    /*background: url(../img/sideNav.png) no-repeat;*/
    /*background-position: -114px -8px;*/
/*}*/

/*.footerBtn-css.servicesTel:after{*/
    /*background-position: -62px -8px;*/
/*}*/

/*.footerBtn-css.footAppointment:after{*/
    /*background-position: -13px -60px;*/
/*}*/
/*.footerBtn-css.active {*/
    /*background-color: #3496fa;*/
/*}*/















/**/
.logo1{
    float: left;
    width: 132px;
    padding-top: 16px;
    padding-left: 25px;
}
.logo2{
    float: right;
    width: 27px;
    padding-top: 16px;
    padding-right: 25px;
}
.logo3 {
    float: right;
    width: 31px;
    padding-top: 14px;
    padding-right: 25px;
    height: 31px;
}
.swiper-container {
    width: 100%;

}
.lookLeft,.lookRight{
    float: left;
}
.lookLeft{
    width: 100px;
}
.lookRight{
    display: inline-block;
    margin-left: 20px;
    margin-top: 12px;
}
.lookRight img{
    width: 20px;
    padding-bottom: 5px;
}
.word{
    border-top: 1px solid #616771;
    padding: 10px 0 15px;
    font-size: 11px;
    color: #FFFFFF;
    background: #5A5F67;
    box-sizing:border-box;
    padding: 10px 25px;
}
.copyright{
    background: #3E4249;
    font-size: 9px;
    text-align: center;
    padding: 10px 0;
}
.copyright img{
    width: 12px;
    margin-top: 2px;
    margin-left: 2px;
}
.switchTit{
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.switchTit span{
    display: inline-block;
    padding: 5px;
    border-bottom: 3px solid #BAC8D7;
}
.switchTit span.active{
    border-bottom: 3px solid #6A97D4;
}
.switchMain{
    width: 100%;
}
.switchMain li{
    padding: 10px 14px;
    font-size: 12px;
    color: #454545;
    line-height: 200%;
}
#swiper1 {
    height: 93.4vh!important;
}
.banner{position:relative;width:100%;height:100vh;background:#f1f1f1;overflow: hidden;}
.banner_area{display: flex; width: 1125px;overflow:hidden;height:100vh;transition: transform 0.5s ease-in-out;}
.banner_box{flex-shrink: 0 ;width: 100vw;display: block;}
.banner_box .wrapper {overflow: hidden;}
.banner_box .wrapper .banner_img {width: 100%;height: 93vh;transition: transform 4.5s ease; transform: scale(1.1);object-fit: cover;}
.shrink {transform: scale(1.0)!important;}
/* 背景图，透明-添加动画 ；把背景和文字分开的原因是因为透明问题*/
/* 第一个banner的文字背景 */
.showBlock {
    display: block!important; 
}

/* 最开始让盒子隐藏 */
.office_text_box {
    display: none;
    position: relative;
}


/* 第一个banner的文字内容 */
.office_text_box .text_content0 {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    z-index: 4;
    top: 140px;
    left: 84px;
    animation-name: fadein-font;
    animation-duration: 3.8s;
    background-color: rgba(0, 0, 0,0.5);
    width: 270px;
    height: 360px;
}
.text_content0 .text_top {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.text_content0 .text_bottom {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
/* 文字标题 */
.text_content0 .text_head {
    margin-left: 33px;
    margin-top: 33px;
    font-size: 35px;
    font-weight: 600;
    color: #ffff;
}
/* 类似文字标题样式的正文内容 */
.text_content0 .text_content_like_head {
    margin-left: 33px;
    margin-top: 15px;
    font-size: 20px;
    color: #ffff;
}
/* 蓝色下划线 */
.office_text_container .text_content0 .underline_text0_0 {
    margin-left: 33px;
    border: 1px solid #146ee8;
    background: #146ee8;
    width: 90px;
    height: 1px;
}
.office_text_container .text_content0 .underline_text0_1 {
    margin-left: 33px;
    border: 1px solid #146ee8;
    background: #146ee8;
    width: 90px;
    height: 1px;
}
/* 正文样式 */
.text_content0 .text_formal {
    display: block;
    width: 462px;
    margin-top: 15px;
    margin-left: 33px;
    font-size: 18px;
    color: #ffff;
}



/* 第二个banner的文字背景图 */
/* 第二个banner的文字内容 */
.office_text_box .text_content1 {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    z-index: 3;
    top: 200px;
    right: 22.5px;
    animation-name: fadein-font;
    animation-duration: 3.8s;
    background-color: rgba(0, 0, 0,0.5);
    width: 270px;
    height: 140px;
}
.text_content1 .text_head {
    margin-left: 32px;
    margin-top: 15px;
    color: #ffff;
    font-size: 35px;
    font-weight: 700;
}
.text_content1 .underline_text1 {
    border: 1px solid #3bf9f7;
    background: #3bf9f7;
    width: 122px;
    height: 1px;
    margin-left: 32px;
}
.text_content1 .text_formal {
    font-size: 25px;
    color: #ffff;
    margin-left: 32px;
    margin-top: 5px;
}


/* 第三个banner的文字背景图 */

/* 第三个banner的文字内容 */
.office_text_box .text_content2 {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    z-index: 3;
    top: 190.5px;
    left: 51px;
    animation-name: fadein-font;
    animation-duration: 3.8s;
    background-color: rgba(0, 0, 0,0.6);
    width: 223px;
    height: 180px;
    padding: 20px 40px;
}
.text_content2 .text_head {
    font-weight: 700;
    color: #fff;
    font-size: 35px;
}
.text_content2 .underline_text2 {
    margin-top: 10px;
    border: 1px solid #3bf9f7;
    background: #3bf9f7;
    width: 219px;
    height: 1px;
}
.text_content2 .text_formal {
    margin-top: 15px;
    font-size: 16px;
    color: #ffff;
}


/* 第四个banner的文字背景图 */
/* 第四个banner的文字内容 */
.office_text_box .text_content3 {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    z-index: 3;
    top: 140px;
    right: 5%;
    animation-name: fadein-font;
    animation-duration: 3.8s;
    background-color: rgba(0, 0, 0,0.5);
    width: 285px;
    height: 175px;
    padding: 10px 30px;
}
.text_content3 .text_head {
    margin-top: 15px;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.text_content3 .underline_text3 {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #3bf9f7;
    background: #3bf9f7;
    width: 230px;
    height: 1px;
}
.text_content3 .text_formal {
    font-size: 20px;
    color: #ffff;
}

.rightBottom {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 7%;
    width: 175px;
    height: 140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rightBottom .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rightBottom .row div {
    width: 35px;
    height: 35px;
    background-color: #fff;
}
.rightBottom .transparent {
    opacity: 0;
}
.rightBottom .transparent-half {
    opacity: 0.5;
}

.squareBox {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 880px;
    overflow: hidden;
    opacity: 0.58;
    display: flex;
    align-items: center;
    justify-content: center;
}

.squareBox span {
    z-index: 6;
    position: absolute;
    background: transparent;
    pointer-events: none;
    border-radius: 5%;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    animation: bubbleAnimate 10s linear infinite;
}

@keyframes bubbleAnimate {
    0% {
      transform: translate(0, 0);
      opacity: 0.5;
    }
    100% {
      transform: translate(-1500%,-1500%);
      opacity: 0;
    }
}


@media screen and (max-width: 369px) {
    #swiper2 {
        width: 320px;
        height: 213px!important;
    }
    #swiper2 .swiper-wrapper .swiper-slide img{
        width: 222px;
    }
}
@media screen and (min-width: 370px){
    #swiper2 {
        width: 360px;
        height: 240px!important;
    }
    #swiper2 .swiper-wrapper .swiper-slide img{
        width: 250px;
    }
}
#swiper2 {
    margin: 0 auto;
    background: url("../img/about-video.png") no-repeat center top;
    background-size: 100% 87%;
    text-align: center;
}
#swiper2 .swiper-wrapper .swiper-slide img{
    display: block;
    margin: 15px auto;
    padding-left: 14px;
}
#swiper2 .swiper-wrapper .swiper-slide div{
    background: #fff;
    font-size: 10px;
    margin-top: 23px;
}

#swiper3 .swiper-wrapper .swiper-slide{
    width: 148px;
    height: 200px;
    box-shadow:1px 0px 10px 0px rgba(4,0,0,0.27);
    box-sizing:border-box;
    padding: 10px;

}
#swiper3 .swiper-wrapper .swiper-slide img{
    display: block;
    width: 68px;
    margin: 5px auto 0;
}
.industry dl,.solution-2 dl{
    display: inline-block;
    float: left;
    width: 48%;
    height: 180px;
    box-sizing:border-box;
    padding-left: 0;
    padding-top: 0;
}
.industry dl:nth-child(even),.solution-2 dl:nth-child(even){
    margin-left: 3%;
}
dt,dd{
    width: 150px;
}
dt{
    font-size: 14px;
    color: #333333;
    padding-top: 10px;
}
dd{
    font-size: 9px;
    color: #999999;
}
.bottomGrid{
    box-sizing:border-box;
    padding: 20px;
    color: white;
}
.gridMain{
    float: left;
    display: flex;
    justify-content:center;
    align-items:center;
    background: #728198;
    height: 63px;
}
.firstNav .active{
    color: #35C5DF;
}
.lan{
    display: none;
}
.secondNav ul{
    display: none;
}
.secondNav ul li.active{
    color: #35C5DF;
}
a{
    color: #fff;
}
/*a:link {*/
    /*color: #fff;*/
    /*text-decoration: none;*/
/*}*/
/*a:visited {*/
    /*color: #35C5DF;*/
    /*text-decoration: none;*/
/*}*/
/*a:hover {*/
    /*color: #fff;*/
    /*text-decoration: none;*/
/*}*/
/*----------------------products1-------------------------*/
.orderWrap{
    width: 100%;
    padding: 10px 0;
    overflow:auto;
}
.orderWrap::-webkit-scrollbar {display:none}
.orderTab{
    width: 685px;
    height: 70px;
    padding-left:20px;

}
.orderTab li{
    float: left;
    width: 87px;
    height: 64px;
    margin-right: 8px;
    background: #EBE9E9;
    text-align: center;
    box-sizing:border-box;
    padding-top: 14px;
    border-radius: 3px;
    position: relative;
}
.orderTab li i{
    position: absolute;
    width: 15px;
    height: 8px;
    background: url("../img/li_on.png") center top 100%;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    display: none;
}
.orderTab li.active{
    background: #03B6D7;
    color: #ffffff;
}
.orderTab li.active i{
    display: block;
}
.orderMain{
    padding: 10px 20px;
}
.orderMain li{
    display: none;
}
.orderMain li.on{
    display: block;
}

.switchMain li:first-child{
    padding-left: 20px;
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 0.8;
        transform: translateX(0);
    }
}

@keyframes fadein-font {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

