/*  */

.logo {
    z-index: 9999;
    width: auto;
    min-height: 1px;
    overflow: hidden;
    margin-right: 30px;
}

.logo a {
    padding-top: 5px;
    display: block;
}

.logo h1 {
    margin: 0;
}

.logo_text {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    float: left;
    padding-top: 13px;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0px;
}

.navbar-brand {
    padding: 0;
}

.logo_text span {
    display: block;
}

.headlogoline1 {
    width: 1px;
    height: 22px;
    display: block;
    float: left;
    background-color: rgba(255, 255, 255, .6);
    opacity: 0.5;
    margin: 16px 4px 0px 5px;
}

.headlogoline2 {
    width: 1px;
    height: 22px;
    display: block;
    float: left;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0.5;
    margin: 16px 4px 0px 3px;
}

.logo_text_t1 {
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
    padding-left: 5px;
    /* border-left: 1px solid rgba(180,180,180,0.5); */
}

.logo_text_t2 {
    color: rgba(255, 255, 255, .36);
    line-height: 12px;
    font-size: 11px;
    -webkit-transform: scale(0.84, 0.84);
    font-size: 10px;
}

.detailsbgc .logo_text_t1 {
    color: #000000;
}

.detailsbgc .logo_text_t2 {
    color: rgba(0, 0, 0, .45);
}

.logo_text_dark .logo_text_t1 {
    color: #000000;
}

.logo_text_dark .logo_text_t2 {
    color: rgba(0, 0, 0, .45);
}

.logo img {
    height: 40px;
    float: left;
    /* padding-right:5px; */
}

.detail-logo1 {
    display: block;
}

.detail-logo2 {
    display: none !important;
}

.logo_title {
    float: left;
    width: auto;
}

.logo_title a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #ffffff;
}

.logo_title a:hover {
    color: rgba(255, 255, 255, .64);
    color: #ffffff;
}

.logo_title2 {
    float: left;
    width: auto;
}

.logo_title2 a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #000000;
}

.logo_title2 a:hover {
    color: rgba(0, 0, 0, .64);
    color: #666666;
}

.headbtnbox {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    float: right;
    padding-top: 8px;
}

.headbtn_tel_dark {}

.headbtn_tel_dark a {
    color: #0f488b !important;
}

.detailsbgc .detail-logo2 {
    display: block !important;
}


/* .headbtn_tel_dark a:hover{
    color: #666666 !important;
} */

.headbtn_tel {
    float: left;
    font-weight: bold;
}

.headbtn_tel a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    padding: 0px 16px;
}

.headbtn_tel a .ico {
    width: 20px;
    height: 20px;
    border-radius: 200px;
    background-color: rgba(255, 255, 255, 0.12);
    margin-right: 8px;
    text-align: center;
    line-height: 20px;
    animation: shake-rotate 3s ease-in-out infinite;
}

.headbtn_tel a .ico img {
    width: 64%;
}

.headbtn_tel_dark  a .ico {
    background-color: rgba(15, 72, 139, 0.48);
}

.headbtn_tel a:hover {
    color: #666666 !important;
}

.headbtn_tiyan {
    float: left;
}

.headbtn_tiyan a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(55, 181, 21, 1));
    padding: 0px 20px;
    line-height: 36px;
    font-size: 12px;
    color: #ffffff;
    transition: filter .5s ease;
}

.headbtn_tiyan a:hover {
    background-image: linear-gradient(to right, rgba(18, 78, 189, 1), rgba(18, 78, 189, 1));
}


/* 
-------------  控件样式  -------------
*/

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    float: right;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    float: left;
    width: auto;
    margin-left: 0px;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, .64);
    text-align: center;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, .64);
}

.navbar-default .navbar-nav>li>a.active {
    color: #ffffff;
    font-weight: bold;
}

.navbar-default .navbar-toggle {
    border: none;
    background: none !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #a9a9a9;
}

.nav>li>a {
    padding: 15px 12px;
}

#navbar .navbar-nav>li>a {
    color: #333333;
    text-align: center;
}

#navbarbright .navbar-nav>li>a {
    color: #333333;
    text-align: center;
}


/* 
-------------  控件样式  end-------------
*/

.navbar-pd {
    padding-top: 20px;
    background: none;
    border-bottom: none !important;
}

.detailsbgc .navbar-pd {
    padding-bottom: 5px;
}


/* .navbar-static-top .navbar-collapse{
    background-color: rgba(1, 27, 84, 0.85);
} */


/* 
.navbar-static-top .navbar-collapse {
    float: left;
    margin-left: 0px;
    border: none;
    position: absolute;
    left: 0;
    margin-right: 0px;
    padding: 0px 0px;
    background-color: #030f27f5;
} */

.dropdownMenubox {
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    top: 70px;
    background: transparent;
    /* background-color: #ffffff; */
    transition: all 0.3s;
    z-index: 1030;
}


/* .dropdownMenubox {
    position: relative;
} */

.dropdownMenubox-top {
    top: 60px;
}

.dropdownMenubox>div {
    display: none;
    position: relative;
}

.dropdownMenumain {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    box-shadow: rgb(2 80 158 / 14%) 0px 32px 32px;
    background-color: #ffffff;
}

.dropdownMenu {
    display: flex;
    justify-content: space-around;
    /* background-color: #fff; */
}

.dropdownMenu-left {
    position: relative;
    width: 76%;
}

.dropdownMenu-right {
    position: relative;
    width: 24%;
}

.dropdownMenu-left-item {
    width: 100%;
    height: 100%;
    padding: 48px 48px;
    display: flex;
    flex-direction: column;
}

.dropdownMenu-left-item .topic {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.dropdownMenu-left-item span {
    font-size: 12px;
    color: #ccc;
    line-height: 20px;
    margin-left: 12px;
    text-transform: uppercase;
}

.dropdownMenu-left-item .drop-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dropdownMenu-left-item .drop-list2 {
    justify-content: space-between;
}

.pagenav_submenumain_banner {
    width: 100%;
    height: 100%;
}

.topmenu-leftbgc {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(24% + 60px);
    height: 100%;
}

.leftbgc-bgc1 {
    background-color: #d5eaff;
}

.leftbgc-bgc2 {
    background-color: #d5eaff;
}

.pagenav_submenumain_banner .bgc {
    height: 100%;
    width: 100%;
    transition: all 0.3s;
    text-align: right;
}

.drop-list .drop-list-item {
    width: 25%;
    margin-bottom: 20px;
}
.drop-list .drop-list-item3 {
    width: 11.8%;
    margin-bottom: 10px;
}
.drop-list .drop-list-item a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
    color: #666;
}

.drop-list .drop-list-item a img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d5eaff;
}

.drop-list .drop-list-item a:hover {
    color: #2865e9;
}

.drop-list .drop-list-item .iconbox {
    height: 24px;
    width: 24px;
    margin-right: 12px;
    background-image: url(/images/topmenu/icon_auto.png);
    background-size: 100% 800%;
    background-repeat: no-repeat;
}

.drop-list .drop-list-item2 .iconbox {
    background-size: 100% 800%;
    background-image: url(/images/topmenu/icon_rpa.png);
}

.dropdownMenu-right-item {
    width: 100%;
    height: 100%;
    padding: 48px 60px 48px 0px;
    display: flex;
    flex-direction: column;
    /* background-image: url(/images/topmenu/bg.jpg);
    background-size: auto 100%;
    background-position: center right; */
}

.dropdownMenu-right-item .img {
    height: 30px;
}

.dropdownMenu-right-item .img img {
    height: 100%;
    width: auto;
    display: block;
}

.dropdownMenu-right-item .desc {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 24px;
}

.dropdownMenu-right-item .contact {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.dropdownMenu-right-item a {
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
}
.hiddenMenus {
    display: none;
}

@keyframes shake-rotate {
    89% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }

    90% {
        -webkit-transform: translate(0) rotate(15deg);
        transform: translate(0) rotate(15deg);
    }

    91% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }

    92% {
        -webkit-transform: translate(0) rotate(-15deg);
        transform: translate(0) rotate(-15deg);
    }

    93% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }

    94% {
        -webkit-transform: translate(0) rotate(15deg);
        transform: translate(0) rotate(15deg);
    }

    95% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }

    96% {
        -webkit-transform: translate(0) rotate(-15deg);
        transform: translate(0) rotate(-15deg);
    }

    97% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }

    98% {
        -webkit-transform: translate(0) rotate(15deg);
        transform: translate(0) rotate(15deg);
    }

    99% {
        -webkit-transform: translate(0) rotate(-15deg);
        transform: translate(0) rotate(-15deg);
    }

    0%,
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
}


@media (max-width: 1200px) {
    .logo {
        margin-right: 20px;
    }

    .headbtn_tel a {
        display: none;
    }

    .nav>li>a {
        padding: 15px 8px;
    }
}

@media (max-width:767px) {

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        width: 100%;
    }

    .logo_text_t1 {
        font-size: 15px;
    }

    .navbar-pd {
        padding-top: 15px;
    }

    .menu_dispare {
        display: none !important;
    }

    .nav>li>a {
        padding: 12px 6px;
    }

    .dropdownMenubox {
        display: none !important;
    }
    #navbarmore1,#navbarmore2 {
        display: none !important;
    }
    .hiddenMenus {
        display: none;
        position: fixed;
        height: calc(100% - 65px);
        width: 100%;
        left: 0;
        top: 65px;
        background-color: #fff;
        z-index: 1000;
    }
    .hiddenMenus-top {
        height: calc(100% - 60px);
        top: 60px;
    }
    .mobileMenus-footer {
        padding: 0 16px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
        display: none;
    }
    .mobileMenus-footer-btn {
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
        border: 1px solid #e1e9f6;
    }
    .mobileMenus-footer-btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        line-height: 44px;
        color: #000;
        background-color: #fafbff;
    }
    .mobileMenus-footer-btn a>.num {
        font-size: 16px;
        font-weight: 600;
        color: #035cda;
    }

    .mobile-menu {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .mobile-menu-ul {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        padding: 12px 20px;
    }
    .mobile-menu-ul li{
        margin-left: 0;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ebeef5;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-menu-ul li > a{
        font-size: 15px;
        line-height: 48px;
        padding: 0 32px 0 0;
        color: #555;
    }
    .mobile-menu-ul li > a.current{
        color: #0f488b;
        font-weight: 600;
    }
    .mobile-menu-ul li > .imgbox {
        display: block;
        width: 48px;
        height: 48px;
        padding: 15px;
        cursor: pointer;
        transition: all .3s linear;
    }

    .mobileMenus {
        display: block;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: all .3s linear;
    }
    .isMobileDrop .mobileMenus {
        max-height: 490px;
    }
    .mobileMenus .mobileMenus-item {
        width: 100%;
        border-top: 1px solid #ebeef5;
    }
    .mobileMenus .mobileMenus-item.half {
        width: 50%;
        float: left;
    }
    .mobileMenus .mobileMenus-item a {
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 48px;
        height: 48px;
        padding-left: 32px;
        color: #555;
    }
    .mobileMenus .mobileMenus-item a.active {
        color: #0f488b;
    }
    .mobileMenus .mobileMenus-item a img{
        height: 100%;
    }


}

@media (min-width: 1200px) {
    .topmenu-leftbgc {
      width: calc(50% - 300px);
    }
  }
@media (min-width:1440px) {
    .topmenu-leftbgc {
        width: calc(26% + 60px);
    }
}

@media (min-width:1800px) {
    .topmenu-leftbgc {
        width: calc(28% + 60px);
    }
}

@media (min-width:2260px) {
    .pageelement-solution-textbox {
        padding: 110px 50px 50px 120px;
        width: 88%;
    }

    .topmenu-leftbgc {
        width: calc(29% + 60px);
    }
}