﻿@charset "UTF-8";
#BAIDU_DSPUI_FLOWBAR,.adsbygoogle,.ad,div[class^="ad-widsget"],div[id^="div-gpt-ad"],
a[href*="cpro.baidu.com"],a[href*="@"][href*=".exe"],a[href*="/?/"] [href*=".exe"],
.adpushwin
{display:none!important;max-width:0!important;maxheight:0!important;overflow:hidden!important;}

*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}
a{
    text-decoration: none;
}
.clear{
    clear: both;
}
.hidden{
    display: none!important;
}
.headerbg{
    width: 100%;
    top: 0;
    background: black;
    opacity: 0.5;
    position: fixed;
    z-index: 8;
    height: 64px;
}
/*主页绝对定位*/
.contactUs_top{
    position: fixed;
    bottom:100px;
    right: 25px;
    z-index: 1000;
}
.right_navi{
    list-style: none;
    float: right;
    box-shadow: 0px 2px 10px rgba(180,180,180,0.5);
}
.right_navi li{
    width: 50px;
    height: 50px;
    background: #fff;
}
.right_navi li img{
    width: 50px;
}
.right_navi li img:nth-child(2){
    display: none;
}
.right_navi li:hover img:nth-child(1){
    display: none;
}
.right_navi li:hover img:nth-child(2){
    display: block;
}
.relectiveBox{
    float: right;
    margin-right: 10px;
    position: relative;
}
.rele{
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #EFEFEF;
    transition: all 0.5s;
    opacity: 0;
}
.talking{
    width: 110px;
    top: 0;
    height: 50px;
    overflow: hidden;
    background: transparent;
    border: 0px;
    animation: moveInline 10s ease-in 8s infinite;
}
.talking>img{
    height: 50px;
    transform: scale(1.1);
}
.talking>p{
    line-height: 52px;
    font-size: 14px;
}
.triangle_border_right{
    width:0;
    height:0;
    border-width:10px 0 10px 10px;
    border-style:solid;
    border-color:transparent transparent transparent #fff;/*透明 透明 透明 灰*/
    position:absolute;
    right: -10px;
    top: 15px;
}
.onPhone{
    top: 50px;
    width: 186px;
    padding: 10px 15px;
}
.onHead{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.onHead>img{
    height: 50px;
    margin-right: 10px;
}
.onHead>p>span:nth-child(1){
    display: block;
    font-size: 14px;
    color: #000;
}
.onHead>p>span:nth-child(2){
    display: block;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 20px;
    color: #0052D9;
}
.onPhone>ul{
    padding-top: 10px;
}
.onPhone>ul>li{
    display: flex;
    align-items: center;
    float: left;
    margin-right: 17px;
    margin-bottom: 10px;
}
.onPhone>ul>li>img{
    height: 15px;
    margin-right: 5px;
}
.onPhone>ul>li>p{
    font-size: 14px;
    float: left;
}
.eqr{
    top: 100px;
    width:120px;
    padding: 10px;
}
.eqr>p:nth-child(1)>img{
    width: 100%;
}
.eqr>p:nth-child(2){
    text-align: center;
    line-height: 30px;
}

@keyframes moveInline {
    0%{
        display: flex;
        opacity: 1;
        transform: translateX(0);
    }
    5%{
        opacity: 1;
        transform: translateX(-15px);
    }
    10%{
        opacity: 1;
        transform: translateX(0);
    }
    15%{
        opacity: 1;
        transform: translateX(-15px);
    }
    20%{
        opacity: 1;
        transform: translateX(0);
    }
    25%{
        opacity: 1;
        transform: translateX(-15px);
    }
    30%{
        opacity: 1;
        transform: translateX(0);
    }
    35%{
        opacity: 1;
        transform: translateX(-15px);
    }
    40%{
        opacity: 1;
        transform: translateX(0);
    }
    45%{
        opacity: 1;
        transform: translateX(-15px);
    }
    50%{
        display: none;
        opacity: 0;
        transform: translateX(0);
    }
    100%{
        display: none;
        opacity: 0;
        transform: translateX(0);
    }
}

/***主页头***/
header{
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    padding: 10px 0;
    border-bottom: 1px #F0F0F0 solid;
    z-index: 9999;

}

.logo-index{
    width: 96%;
    margin: 0 2%;
    opacity: 1;
}
.logo-left{
    float: left;
}
.menu-right{
    float: right;
    position: relative;
}
.menu-right ul{
    list-style: none;
}
.menu-right ul li{
    float: left;
    padding: 0 10px;
    margin-left: 20px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
}
.menu-right ul a{
    color: #FFF;
    cursor: pointer;
}
.menu-right ul p{
    cursor: pointer;
    color: #464646;
 }
.menu-right ul a.a-active,.menu-right ul p.a-active{
    color: #0052D9;
}
.menu-right ul li img{
    display: inline-block;
    vertical-align:middle;
    margin-top: -10px;
}
.menu-right ul li .shake{
    font-family: bahnschrift;
    font-size: 30px;
    color: #FFF;
    display: inline-block;
    margin: 0 8px;
}
.second-menu{
    position: absolute;
    z-index: 99;
    top: 54px;
    width:890px;
    background: #FFF;
    box-shadow: rgba(0,0,0,0.1) 0 10px 10px;
    padding: 10px;
    display: none;
    left:-385px;
    justify-content: flex-start;
}
.second-menu .class_one{
    width: 175px;
    float: left;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
.second-menu ul{
    list-style: none;
    width: 90%;
    float: left;
    margin-top: 15px;
}
.second-menu ul li{
    font-size: 12px;
    line-height: 25px;
    padding-left: 0px;
    width:90%;
    color: #333;
}
.second-menu ul li a{
    color: #333;
}
.second-menu ul li a:hover{
    color: #0052D9;
}
.second-menu ul li:nth-child(1){
    font-weight: bold;
    font-size: 14px;
    border-bottom: #e5e5e5 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.second-menu-triangle{
    width: 0;
    height: 0;
    position: absolute;
    z-index: 999;
    top: 40px;
    display: none;
    left: 56px;
    border-width:0 15px 15px;
    border-style:solid;
    border-color:transparent transparent #FFF;/*透明 透明  灰*/
}

.tec-servers{
    left:100px;
    width: 140px;
    height: 195px;
}
.consultation{
    left: 200px;
    width: 140px;
    height: 145px;
}
.cases{
    left: 300px;
    width: 140px;
    height: 290px;
}
.news{
    left: 400px;
    width: 140px;
    height: 140px;
}
.contact{
    left: 500px;
    width: 140px;
    height: 165px;
}
.tec-servers ul li,.consultation ul li,.cases ul li,.news ul li,.contact ul li{
    margin-left: 10px;
}
.tec-servers ul li:nth-child(1),.consultation ul li:nth-child(1),.cases ul li:nth-child(1),.news ul li:nth-child(1),.contact ul li:nth-child(1){
    margin-left: 10px;
}

/*样式二*/
.next-menu{
    position: absolute;
    z-index: 999;
    top:54px;
    padding: 10px 0;
    width: 140px;
    background: #FFF;
    box-shadow: rgba(0,0,0,0.1) 0 10px 10px;
    display: none;
}
.technology{
    left: -32px!important;
}
.consultat{
    left:-35px;
}
.caselists{
    left: -28px;
}
.newlists{
    left: -30px;
}
.contactes{
    left:-30px;
}
.next-menu ul li{
    font-size: 12px;
    text-align: center;
    width: 100%;
    line-height: 40px;
    margin-left: 0;
    padding: 0;
}
.next-menu ul li:hover{
    color: #0052D9;
}
/*样式三*/
.server-tech{
    position: absolute;
    z-index: 999;
    top:54px;
    height:260px;
    padding: 10px 0;
    width: 540px;
    background: #FFF;
    border-top:1px solid #B8B8B8;
    box-shadow: rgba(0,0,0,0.4) 0 10px 10px;
    display: none;
}
.three_navi_inheight{
    padding: 20px 0!important;
}
.three_navi_inheight>a>li{
    width: 130px;
    height: 100px;
    float: left;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    border-radius: 4px;
}
.three_navi_inheight>a>li>p>img{
    height:40px;
    margin: 0;
    padding-top: 15px;
}
.three_navi_inheight>a>li:hover{
    background: #0052D9;
    color: #fff;
}
.three_navi_inheight>a>li:hover >p:nth-child(1){
    display: none;
}
.three_navi_inheight>a>li:hover >p:nth-child(2){
    display: block!important;
}
.checka>li:hover>p{
    color: #0052D9!important;
}

/************底部信息*************/
footer{
    background: #1F242D;
    padding: 60px 0 30px 0;
}
footer .copyright{
    color: #555863;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}
footer .copyright a{
    color: #555863 ;
    font-size: 14px;
}
.bottom-left{
    float: left;
    width: 229px;
    padding-right: 50px;
    border-right: 1px #3B3E44 solid;
}
.bottom-left p:nth-child(1),.bottom-left p:nth-child(3),.bottom-left p:nth-child(5){
    font-size: 18px;
    color: #999A9B;
    margin: 20px 0;
}
.bottom-left p:nth-child(1){
    margin-top: 0;
}
.bottom-left p:nth-child(2){
    font-size: 36px;
    color: #fff;
    font-family: bahnschrift;
}
.bottom-left p:nth-child(4),.bottom-left p:nth-child(6){
    font-size: 14px;
    color: #555863;
    line-height: 25px;
}
.bottom-right{
    width: 850px;
    margin-left: 50px;
    float: left;
}
.bottom-right ul{
    list-style: none;
    float: left;
    width: 170px;
}
.bottom-right ul li{
    font-size: 14px;
    line-height: 25px;
    color: #555863;
}
.bottom-right ul li a{
    color: #555863;
}
.bottom-right ul li:nth-child(1){
    font-size: 18px;
    color: #A8A8A9;
    margin-bottom: 30px;
}
.bottom-img{
    margin-top: 20px;
}
.link{
    border-bottom: #3B3E44 solid 1px;
    padding: 20px 0;
    border-top: #3B3E44 solid 1px;
    margin-top: 40px
}
.link li{
    list-style: none;
    float: left;
    margin-right: 20px;
    padding: 5px 0;
    color: #555863;
    font-size: 14px;
}
.link li a{
    color: #555863;
}
.menu_img{
    display: none;
    float: right;
}
.menu_img>img{
    height: 40px;
}
.immediat-click:hover{
    background: #fff;
}
.immediat-click:hover a{
    color: #0052D9;
}
.bgcontent{
    padding-top: 10%;
}
.consults{
    padding-top: 6%;
}
ins#nb_icon_wrap{
    width: 100px!important;
    height: 100px!important;
}
@media only screen and (max-width:1024px ){
    body,.main-body{
        background: #fff;
    }
    .contactUs_top{
        display: none;
    }
    header{
        position: fixed;
        top: 0;
        padding: 0;
        background: #202124;
        border-bottom: 1px #202124 solid;
    }
    .headerbg,.model,.smallHide,.phone-hide{
        display: none;
    }
    .logo-index{
        width: 100%;
        margin: 0;
        height: 60px;
        border: unset;
    }
    .logo-index .logo-left{
        margin-left: 15px;
        padding: 15px 0px 10px 0;
    }
    .logo-index .phone-shadow{
        float: right;
        width: 1.5rem;
        height: 0.2rem;
        border-top: 0.2rem solid #FFF;
        border-bottom:0.2rem solid #FFF;
        background-color: #FFF;
        padding: 0.3rem 0;
        margin-top:25px;
        background-clip:content-box;
        margin-right: 15px;
    }
    .logo-index .menu-right{
        display: none;
        overflow: hidden;
        overflow-y: auto;
    }
    .logo-index .menu-right .checka li:nth-child(7){
        display: none;
    }
    .logo-index .menu-right .checka li{
        width: 100%;
        border-bottom: 1px #2B2B2E solid;
        background: #16171a;
        padding: 0;
        margin: 0;
        display: block;
    }
    .logo-index .menu-right .checka li a,.logo-index .menu-right .checka li p{
        color: #fff;
        width: 96%;
        padding: 3px 2%;
    }
    /**三角**/
    .logo-index .menu-right .checka li span,.solute-mall-title .mall-title span,footer .bottom-phone .bottom-right ul li span{
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        margin: 18px 20px 0 0;
        float: right;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .triang{
        border-bottom: 2px solid #777;
        border-left: 2px solid #777;
        border-top: none;
        border-right: none;
    }
    .active{
        border-bottom: none;
        border-left: none;
        border-right: 2px solid #777;
        border-top: 2px solid #777;
    }
    .blueActive{
        border-bottom: none;
        border-left: none;
        border-right: 2px solid #0052D9;
        border-top: 2px solid #0052D9;
    }
    /*第一个导航栏*/
    .logo-index .menu-right .checka .second-menu{
        display: none;
        width: 100%;
        position: unset;
        z-index: unset;
        top: unset;
        box-shadow:unset;
        border:unset;
        height: unset;
        left: unset;
        padding: unset;
        margin: unset;
        background: red;
        column-count:unset;
        -webkit-column-count:unset;
        -moz-column-count:unset;
        column-gap:unset;
        -webkit-column-gap:unset;
        -moz-column-gap:unset;
        border-top: 1px #2B2B2E solid;
    }
    .logo-index .menu-right .checka .second-menu .class_one{
        width: 100%;
    }
    .logo-index .menu-right .checka .second-menu ul,.logo-index .menu-right .checka .next-menu ul{
        width: 100%;
        margin-top: unset;
        background: #202124;
    }
    .logo-index .menu-right .checka .second-menu ul li{
        font-size: 14px;
        background: #202124;
        font-weight: unset;
        border: none;
        float: left;
        width: 96%;
        color: #fff;
        padding: 10px 0;
        display: none;
        padding-left: 4%;
    }
    .logo-index .menu-right .checka .second-menu ul li span{
        margin: 8px 25px 0 0;
    }
    .logo-index .menu-right .checka .second-menu ul li a{
        color: #FFF;
    }
    .logo-index .menu-right .checka .second-menu ul li:nth-child(1){
        padding:10px  2%;
        width: 96%;
        border-bottom: #2B2B2E 1px solid;
        display: block;
    }
    .logo-index .menu-right .checka .second-menu .class_one ul li.endborder{
        border-bottom: #2B2B2E 1px solid;
    }
    /*其他导航栏*/
    .logo-index .menu-right .checka .next-menu{
        display: none;
        position: unset;
        z-index:unset;
        top: unset;
        padding:unset;
        box-shadow:unset;
        width: 100%;
    }
    .logo-index .menu-right .checka .next-menu ul a{
        float: left;
        width: 100%;
        font-size: 14px;
    }
    .logo-index .menu-right .checka .next-menu ul li{
        font-size: 14px;
        background: #202124;
        text-align:unset;
        border: unset;
    }
    .logo-index .menu-right .checka .next-menu{
        border-top: #2B2B2E 1px solid;
    }
    .menu-right ul {
        margin-top: 15px;
    }
    /*footer*/
    footer{
        width: 100%;
        padding: 0 0 30px 0;
    }
    footer .img-content{
        width: 100%;
        display: none;
    }
    footer .bottom-phone .bottom-right ul,footer .bottom-phone{
        width: 100%;
        margin-bottom: 0;
    }
    footer .bottom-phone .bottom-right{
        width: 100%;
        margin-left: unset;
    }
    footer .bottom-phone .bottom-right ul li{
        width: 96%;
        font-size: 12px;
        padding: 10px 2%;
        color: #FFF;
        display: none;
    }
    footer .bottom-phone .bottom-right ul li a{
        color: #FFF;
        display: block;
    }
    footer .bottom-phone .bottom-right ul li:nth-child(1){
        padding: 15px 2%;
        margin-bottom: unset;
        font-size: 14px;
        display: block;
        border-bottom: 1px solid #45484c;
    }
    footer .bottom-phone .bottom-right ul li:last-child{
        border-bottom: 1px solid #45484c;
    }
    footer .bottom-phone .bottom-right ul li span{
        margin: 10px 10px 0 0;
    }
    footer .bottom-phone .bottom-left{
        width: 100%;
        padding-right:unset;
        border-right: unset;
        margin-top: 50px;
    }
    footer .bottom-phone .bottom-left p{
        color: #FFF;
        text-align: center;
        font-size: 14px;
        line-height: 25px;
    }
    footer .bottom-phone .bottom-left p:nth-child(2){
        font-size: 22px;
    }
    footer .phone-copy{
        display: none;
    }
    footer .copyright{
        margin-top: 0;
        color: #FFF;
    }

}
@media all and (max-width: 1024px) {
    .backTransparent{
        position: fixed;
        top: 0;
    }
    #newBridge{
        z-index:998;
    }
}
@media all and (max-width:812px){
    #newBridge .nb-icon-right-bottom{
        right: 0!important;
    }
    .menu-right{
        width: 100%;
    }
    .menu-right ul li{
        width: 100%;
        padding: 0;
        margin: 0;
        display: none;

    }
    .menu_img{
        display: block;
    }
    .second-menu,.next-menu{
        position: unset;
        width: 100%;
        height: unset;
        border: unset;
        background: #e6e6e6;
        box-shadow: unset;
        z-index: unset;
    }
    .second-menu .class_one{
        width: 100%;
        float: unset;
    }


    /*footer*/
    .img-content,footer .copyright{
        width: 90%!important;
        padding: 10px 5%;
        margin: 0;
    }
    .bottom-left,.bottom-right{
        float: unset;
        width:100%;
        padding-right:0;
        border:unset;
        margin: 0;
    }
    .bottom-left p:nth-child(6){
        margin-bottom: 15px;
    }
    .bottom-right ul{
        margin-bottom: 15px;
        width: 168px;

    }

}



















