
/*底部*/
.footer .footer_top {
    /* margin-top: 30px;*/
    padding-top: 25px;
}

.footer .footer_top .friend-ico {
    float: left;
    width: auto;
}

.footer .footer_top .top_right {
    color: #222222;
    font-size: 12px;
    text-align: center;
}

.footer .footer_top .top_right li {
    display: inline-block;
}

.footer .footer_top .top_right li a {
    color: #fff;
}

.footer .footer_top .top_right li a:hover {
    color: rgb(255, 255, 255);
}

.footer .footer_top .top_right span {
    display: inline-block;
    padding: 0px 5px;
    color: white;
}

.footer .footer_top .top_right p {
    display: inline-block;
    margin: 5px 0px 5px 8px;
    color: white;
}

.footer_bottom {
    width: 100%;
    /* background: url(../bg_footer.jpg) no-repeat;*/
    /*background-color: #222;*/
    background:#00589e url(/images/map.3a2479d1.png) no-repeat;
   /* background-color: ;*/
    height: 230px;
    background-size: 100% 100%;
    padding: 20px 0;
}

.bottom_left {
    float: left;
    /*width: 50%;*/
}

.footer_logo {
    float: left;
    height: 150px;
}

.company_info {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    float: left;
    margin-left: 30px;
    padding-left: 22px;
    /*background: url(../foot_line.png) no-repeat left center;*/
    border-left: 1px solid #fff;
}

.bottom_right {
    float: right;
    /*width: 50%;*/
    text-align: right;
}

.bottom_right .imgbox {
    text-align: center;
    display: inline-block;
    margin: 0 20px;
}

.bottom_right .imgbox p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}


.search-true-false {
    position: fixed;
    top: 400px;
    right: 10px;
    background: rgba(0, 0, 0, 0) url("../staff_bg.png") no-repeat scroll 0% 0%;
    width: 150px;
    height: 134px;
    text-align: center;
    z-index: 100;
}

.search-true-false .search-close {
    position: absolute;
    right: -2px;
    top: 0px;
    display: block;
    width: 30px;
    height: 21px;
    background: rgba(0, 0, 0, 0) url("../common.png") no-repeat scroll -99px -18px;
}

.search-true-false h4 {
    padding: 35px 0px 0px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}

.search-true-false .search-code {
    width: 120px;
    display: inline-block;
    margin-top: 5px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    height: 15px;
    padding: 5px 0px;
    text-indent: 5px;
}

.search-true-false .search-submit {
    display: inline-block;
    margin-top: 10px;
    padding: 4px 10px;
    border: medium none;
    background-color: rgb(224, 4, 61);
    color: rgb(255, 255, 255);
    border-radius: 5px;
    cursor: pointer;
}

.clearfix::after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
}

.clearfix {
    clear: both;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
    opacity: 0.35;
    z-index: 100;
    display: none;
    top: 0px;
    left: 0px;
}

.reveal-modal {
    visibility: hidden;
    top: 300px;
    left: 50%;
    margin-left: -300px;
    width: 620px;
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
    opacity: 0.8;
    position: fixed;
    z-index: 101;
    padding: 30px 0px 30px 55px;
}

.reveal-modal p {
    font-size: 25px;
    color: rgb(255, 255, 255);
}

.reveal-modal p span {
    display: block;
    margin-top: 20px;
}

.reveal-modal p a {
    font-size: 18px;
    margin-right: 47px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.reveal-modal p a:hover {
    color: rgb(43, 154, 243);
}

.reveal-modal .close-reveal-modal {
    position: absolute;
    top: 46px;
    right: 50px;
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-family: Arial;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
}

.reveal-modal .close-reveal-modal:hover {
    color: red;
}

.online {
    position: fixed;
    top: 250px;
    right: 10px;
}

.anti-btn {
    position: fixed;
    top: 425px;
    right: -46px;
    display: none;
}


@media (max-width: 1024px) {
    .wrap {
        width: 96%;
        margin: 0 auto;
    }

    .top .topbar .topbar-l {
        padding-left: 0px;
    }

    .hidden_xs {
        display: none;
    }

    .headDiv {
        height: 60px;
        z-index: 7;
    }

    .headDiv .logo {
        left: 10px;
        top: 17px;
    }

    .headDiv .logo img {
        height: 50px;
        margin: 5px 0;
    }

    .headDivcon {
        position: relative;
    }

    .navIco {
        display: block;
        width: 38px;
        height: 60px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .navIco img {
        width: 30px;
        position: relative;
        top: 20px;
    }

    .navContent a {
        display: block;
        height: 36px;
        line-height: 36px;
        color: #333;
        font-size: 14px;
    }

    /*导航菜单触发*/
    .navLayer {
        overflow-x: auto;
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: fixed;
        z-index: 22;
        right: -100%;
        top: 0px;
    }

    .navLayer .top {
        position: relative;
        height: 60px;
        background: #fff;
    }

    .navLayer .logo {
        position: absolute;
        left: 10px;
        top: 7px;
    }

    .navLayer .logo img {
        position: relative;
        width: 70px;
    }

    .navLayer .closeBtn {
        display: block;
        width: 24px;
        height: 24px;
        background: url(../close3.png) center no-repeat;
        background-size: 24px;
        position: absolute;
        top: 12px;
        right: 10px;
        z-index: 11;
    }

    .navLayer .bg {
        overflow-x: auto;
        position: relative;
        background: #fafafa;
        height: 100%;
        width: 80%;
        margin-left: 20%;
    }

    .sideNav {
        padding: 0 15px;
    }

    .subNav {
        cursor: pointer;
        display: block;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        position: relative;
        font-size: 14px;
        color: #333;
    }

    .subNav1 {
        background: url(../nimg28_1.png) right center no-repeat;
        background-size: 16px;
    }

    .subNav .name {
        position: relative;
    }

    .subNav .name a {
        display: block;
        color: #333;
    }

    .currentDt {
        background: url(../nimg28_1.png) right center no-repeat;
        background-size: 16px;
    }

    .navContent {
        display: none;
    }

    .navContent li {
        position: relative;
    }

    .navContent .back {
        border-bottom: #ccc solid 1px;
    }

    .navContent .back img {
        width: 9px;
    }

    .navContent a {
        display: block;
        height: 36px;
        line-height: 36px;
        color: #333;
        font-size: 14px;
    }

    .navContent .list {
        display: none;
    }

    .sideNav .list .aNow {
        color: #fff;
    }

    .sideNav .list a {
        font-size: 13px;
        color: #666;
    }

    .sideNav li em a {
        background: url(../nimg28_1.png) right center no-repeat;
        background-size: 16px;
    }

    .sideNav li em a.aNow {
        background: url(../nimg28_1.png) right center no-repeat;
        background-size: 16px;
    }

}

@media (min-width: 768px) {

    .wrap {
        width: 96%;
        margin: 0px auto;
    }

}


@media (min-width: 1025px) {
    .wrap {
        width: 992px;
        margin: 0px auto;
    }

    .hidden_lg {
        display: none;
    }

}


@media screen and (min-width: 1280px) {
    .wrap {
        width: 1200px;
        margin: 0px auto;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .bdshare-slide-button-box {
        display: none !important;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .bottom_left {
        width: 60%;
    }

    .bottom_right {
        width: 40%;
    }

    .footer_logo img {
        max-width: 90px;
    }

    .company_info {
        margin-left: 20px;
        padding-left: 20px;
    }

    .bottom_right .imgbox img {
        max-width: 100px;
    }
}

@media (max-width: 767px) {

    .bottom_left {
        width: 100%;
    }

    .bottom_right {
        width: 100%;
        text-align: center;
    }

    .footer_logo img {
        max-width: 50px;
    }

    .company_info {
        margin-left: 10px;
        padding-left: 10px;
        font-size: 13px;
        line-height: 22px;
    }

    .bottom_right .imgbox img {
        max-width: 100px;
    }

    .news .news-left .switch-bar ul li {
        width: 25%;
    }

    .news .news-left .sublist li span {
        width: 70%;
    }

    .footer_bottom .footer_top {
        text-align: center;
        color: #fff;
    }

    .footer_bottom .footer_top .top_right {
        /*text-align: left;*/
    }

    .footer_bottom .footer_top .friend-ico {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }

    .footer_bottom .footer_top .top_right {

    }

    .footer_bottom .footer_top .top_right p {
        margin: 4px 0;
        color: white;
    }
}

.main {
    width: 100%;
    height: auto;
    /*background-color: #0a74c1;*/
}

.Company_profile {
    width: 100%;
    height: 530px;
    background-color: rgb(250, 250, 250);
    text-align: center;
    font: bold 20px Arial, Helvetica, sans-serif;
    padding-top: 20px;
}

.animated {
    animation: fade-in; /*动画名称*/
    animation-duration: 2.5s; /*动画持续时间*/
    -webkit-animation: fade-in 2.5s; /*针对webkit内核*/
}

.about_us {
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    margin-left: 80px;
    height: 81px;
    /*width: 100%;*/
}

.text_1 {
    color: rgb(0, 119, 207);
    margin-top: 20px;
}

.text_2 {
    color: rgb(204, 204, 204);
    margin-left: -10px;
}

.text_2:hover {
    color: #f00;
}

.text_3 {
    color: #1c1c1c;
    font: bold 20px Arial, Helvetica, sans-serif;
}

.text_4 {
    color: rgb(0, 116, 201);
    margin-right: 80px;
    bottom: 0;
    font: bold 30px Arial, Helvetica, sans-serif;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    /*初始状态 透明度为0*/
    40% {
        opacity: 0.4;
    }
    /*过渡状态 透明度为0*/
    100% {
        opacity: 1;
    }
    /*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in { /*针对webkit内核*/
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

.profile {
    width: calc(49.5% - 100px);
    /*height: 400px;*/
    text-align: left;
    padding: 20px 25px 20px 80px;
    float: left;
    /*background-color: #0a74c1;*/
}

.profile p {
    font: 14px Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 32px;
}

.photo {
    float: right;
    width: calc(49.5% - 100px);
    padding: 20px 80px 20px 25px;
    /*background-color: #00b8fa;*/
}

.photo img {
    /*width: 85%;*/
    height: 352px;
}

.system_architecture {
    width: 100%;
    /* height: 830px;*/
    background-color: #fff;
    text-align: center;
    font: bold 20px Arial, Helvetica, sans-serif;
    padding-top: 20px;
}

.picture1 {
    margin: 0 80px 20px 80px;
    width: calc(100% - 160px);
}

.xuanzhuan {
    animation-name: xuanzhuan;
    -webkit-animation-name: xuanzhuan;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes xuanzhuan {
    0% {
        opacity: 0;
        transform: rotate(120deg);
        -webkit-transform: rotate(120deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
}

@-webkit-keyframes xuanzhuan {
    0% {
        opacity: 0;
        transform: rotate(120deg);
        -webkit-transform: rotate(120deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(0.5, 0.5);
        -webkit-transform: scale(1.5, 1.5);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
}

.Solution {
    width: 100%;
    height: 530px;
    background-color: rgb(250, 250, 250);;
    text-align: center;
    font: bold 20px Arial, Helvetica, sans-serif;
    padding-top: 20px;
}

.solution_content {
    padding-top: 20px;
    width: calc(100% - 160px);
    /*background-color: #2c2c2c;*/
    margin: 0 auto;
    height: 530px;
}

.solution_content img {
    width: 90%;
    margin-top: 10px;
}

.solution_content img:last-child {
    margin-right: 0;
}

.t1 {
    color: #000;
    text-align: left;
    font-size: 12px;
    margin-left: 10px;
}

.server {
    width: 100%;
    text-align: center;
    font: bold 20px Arial, Helvetica, sans-serif;
    padding: 20px 0;
    background-color: #fff;
}

.server_left {
    float: left;
    width: calc(50% - 80px);
    margin-left: 80px;
    /*background-color: #2c2c2c;*/
}

.server_left img {
    height: 402px;
    width: 100%;
}

.server_right {
    float: right;
    width: calc(50% - 80px);
    margin-right: 80px;
    /*background-color: #2c2c2c;*/
}

.server_right .img1 {
    width: calc(50% - 2px);
    /*background-color: #eee;*/
    border: 1px solid #eee;
    color: #0077cf;
    font: bold 14px Arial, Helvetica, sans-serif;
    height: 200px;
}
.img1:hover{
    background-color: #0077cf;
    color: #fff;
}

.icon {
    margin-top: 56px;
}

.img_text {
    margin-top: 10px
}
.icon span{
    font-size: 48px;
}