/*屏幕宽度小于1080显示效果*/
/*banner*/
*{
    font-family: "微软雅黑";
}
.loginbar .active_color {
    color: #00c2fa;
}

/*轮播图左右边滑入*/
.item a {
    width: 100%;
    /* height: 560px; */
    display: inline-block;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border: none;
}
.item img{
    width: 100%;
    height: 100%;
}
.banner {
    z-index: 1230;
    /* height: 560px; */
}

.banner1 {
    background-image: url(../images/banner01.jpg);
}

.banner2 {
    background-image: url(../images/banner02.jpg);
}

.banner3 {
    background-image: url(../images/banner03.jpg);
}

.banner4 {
    background-image: url(../images/banner04.jpg);
}

.item a.banner5 {
    background-image: url(../images/banner5.jpg);

}

@media (max-width: 500px) {

    /*移动端*/
    .item a {
        height: 260px;
        background-size: 220% 100%;
    }

    .banner {
        height: auto;
    }
}

@media (max-width: 350px) {

    /*IPHONE5一下*/
    .item a {
        height: 220px;
        background-size: 220% 100%;
    }
}

.left_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 5%;
    /* height: 100%; */
}

.right_area {
    position: absolute;
    left: 95%;
    top: 0;
    width: 5%;
    /* height: 100%; */
}

.left_area:hover .carousel-control {
    display: block;
}

.right_area:hover .carousel-control {
    display: block;
}

/*左右icon点击与定位*/
.carousel-control {
    position: absolute;
    top: 50%;
    filter: alpha(opacity=50);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin-top: -30px;
    display: none;
}

.carousel-control.left {
    left: 2%;
    top: 50%;
}

.carousel-control.right {
    right: 2%;
    top: 50%;
}

/*底部三个横条定位*/

.carousel-indicators {
    height: 6px;
    bottom: 35px;
}

.carousel-indicators li {
    width: 40px;
    height: 4px;
    line-height: 1;
    border-radius: 2px;
    border: 0;
    background: #9a9a9a;
    margin: 0;
}

.carousel-indicators li.active {
    background: #0cc9ff;
    width: 40px;
    height: 5px;
    line-height: 1;
    border-radius: 2px;
    border: 0;
}

/*响应式公司动态*/
.news{
    width: 100%;
    overflow: hidden;
    margin-top: -5px;
}
.actived_bg_left{
    float: left;
    background-image: url(../images/news_bg.png);
    background-repeat: repeat-x;
    /* background-color: #e2e5ea; */
    width: 50%;
    margin-left: -960px;
    height: 140px;
}
.actived_bg {
    float: left;
    width: 1920px;
    background-image: url(../images/home-acticed.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-left: 840px;
    padding-right: 240px;
    padding-top: 18px;
    padding-bottom: 14px;
    height: 140px;
}
.actived_bg_right{
    float: right;
    background-color: #f5f5f5;
    width: 50%;
    margin-right: -960px;
    height: 140px;
}
.actived_bg .actived-tit {
    overflow: hidden;
    margin-bottom: 15px;
}

.actived_bg .tit {
    font-weight: 600;
    font-size: 16px;
    float: left;
    border-left: 4px solid #c6252b;
    padding-left: 10px;
}

.actived_bg .more {
    float: right;
    color: #00c2fa;
}

.actived_bg ul {
    line-height: 26px;
}

.actived_bg ul li {
    padding-left: 10px;
}

@media (max-width: 500px) {

    /*移动端*/
    .actived_bg {
        background-size: cover;
        padding-left: 0;
        padding-right: 0;
    }
}

/*产品与解决方案*/
.product-case {
    width: 100%;
    text-align: center;
    padding: 98px 0;
}

.product-case .case-title-cn {
    font-size: 26px;
    font-weight: 600;
    color: #5e5e5e;
}

.pro-case {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.pro-case .img-area {
    height: 500px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.pro-case .area-img {
    margin-top: 150px;
    height: 66px;
}

.pro-case .area-txt {
    display: block;
    margin-top: 20px;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 80px;
}

.pro-case .area-more {
    display: block;
    background-color: rgba(0, 0, 0, .1);
    height: 40px;
    line-height: 40px;
}

.pro-case .left-bg {
    width: 19%;
    background: url(../images/product-case-bg-left.jpg);
    background-position: right;
}

.pro-case .area-5g {
    width: 15%;
    background: url(../images/product-case-5G.jpg);
}

.pro-case .area-net {
    width: 15%;
    background: url(../images/product-case-net.jpg);
}

.pro-case .area-cloud {
    width: 15%;
    background: url(../images/product-case-bigdata.jpg);
}

.pro-case .area-man {
    width: 15%;
    background: url(../images/product-case-man.jpg);
}

.pro-case .right-bg {
    width: 19%;
    background: url(../images/product-case-bg-right.jpg);
}

/* 通用技术服务 */
.common-service {
    margin-top: 100px;
    width: 100%;
    background-color: #f2f2f2;
    padding-bottom: 100px;
}

.common-tit {
    width: 100%;
    text-align: center;
    padding: 98px 0;
}

.common-cont {
    display: flex;
    justify-content: space-between;
}

.common-title-cn {
    font-size: 30px;
    font-weight: 700;
    color: #424242;
}

.common-service .img-area {
    width: 10.3%;
    height: 500px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: center;
}

.common-service .area-more {
    display: block;
    margin-top: 350px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.common-service .area-more:hover {
    background-color: rgba(3, 184, 237, .3);
    color: #03b8ed;
}

.common-service .left-bg {
    width: 19%;
    background-image: url(../images/common-service-left-bg.jpg);
}

.common-service .area-people {
    width: 15%;
    background-image: url(../images/common-service-people.png);
}

/* .common-service .area-software {
    background-image: url(../images/common-service-software.jpg);
}

.common-service .area-company {
    background-image: url(../images/common-service-company.jpg);
} */

.common-service .area-system {
    width: 15%;
    background-image: url(../images/common-service-system.png);
}

.common-service .area-opera {
    width: 15%;
    background-image: url(../images/common-service-opera.png);
}

.common-service .area-host {
    width: 15%;
    background-image: url(../images/common-service-host.png);
}

.common-service .right-bg {
    width: 19%;
    background-image: url(../images/common-service-right-bg.jpg);
}

/* 成功案例 */
.success-case {
    width: 100%;
    text-align: center;
    padding: 98px 0;
}
.success-title-cn {
    font-size: 30px;
    font-weight: 700;
    color: #424242;
}
.success-case-img {
    padding: 0 18%;
}
.succ-item {
    overflow: hidden;
    height: 240px;
    background-color: #f2f2f2;
    margin-bottom: 40px;
}
.succ-item img {
    width: 100%;
    height: 100%;
}
.item-left {
    float: left;
    height: 100%;
}
.item-right {
    height: 100%;
    float: left;
}
.img-in-left .item-left {
    width: calc(100% - 425px);
}
.img-in-left .item-right {
    width: 425px;
    padding: 35px;
}
.img-in-right .item-left {
    width: 425px;
    padding: 35px;
}
.img-in-right .item-right {
    width: calc(100% - 425px);
}
.succ-item .tit {
    border-left: 4px solid #c6252b;
    padding-left: 10px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 28px;
}
.succ-item li {
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
}
.succ-item li .succ-pro {
    float: left;
}
.succ-item li .succ-more {
    float: right;
    color: #00c1fa;
    cursor: pointer;
}


@media (max-width: 765px) {
    .carousel-indicators {
        height: 6px;
        bottom: 20px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .glyphicon-chevron-left {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-right {
        margin-right: -15px;
    }

    .carousel-control .glyphicon-chevron-left {
        margin-left: -18px;
    }

    .carousel-indicators {
        margin-bottom: 10px;
    }

    .product-case {
        width: 100%;
        text-align: center;
        padding: 40px 0;
    }

    .pro-case {
        flex-wrap: wrap;
    }

    .pro-case .left-bg {
        display: none;
    }

    .pro-case .area-img {
        margin-top: 50px;
    }

    .pro-case .img-area {
        height: 345px;
    }

    .pro-case .right-bg {
        display: none;
    }

    .pro-case .area-5g {
        width: 100%;
    }
    .pro-case .area-net {
        width: 100%;
    }
    .pro-case .area-cloud {
        width: 100%;
    }
    .pro-case .area-man{
        width: 100%;
    }

    .common-service {
        overflow: hidden;
    }

    .common-tit {
        width: 100%;
        text-align: center;
        padding: 40px 0;
    }

    .common-cont {
        flex-wrap: wrap;
    }

    .common-cont .left-bg {
        display: none;
    }

    .common-cont .img-area {
        margin-top: 50px;
        width: 100%;
    }

    .common-cont .right-bg {
        display: none;
    }

    .success-case {
        width: 100%;
        text-align: center;
        padding: 40px 0;
    }
}

@media (min-width: 1080px) {
  .container {
    width: 1365px;
  }
}
@media (max-width: 1100px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-sm-6 {
        width: 50%;
    }

    .item a.banner5 {

        background-position: 29% 0;
    }
}

@media (max-width:728px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .item a.banner5 {

        background-position: 22% 0;
    }
}

@media (max-width:500px) {


    .carousel-indicators {
        height: 4px;
        bottom: 20px;
    }

    .carousel-indicators li {
        width: 30px;
        height: 4px;
        line-height: 1;
        border-radius: 1px;
        border: 0;
        background: #656565;
        margin: 0;
    }

    .carousel-indicators li.active {
        background: #fff;
        width: 30px;
        height: 4px;
        line-height: 1;
        border-radius: 0;
        border: 0;
    }

    .carousel-control {

        position: absolute;
        top: 50%;
        filter: alpha(opacity=50);
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        margin-top: -25px;
        display: none;

    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .glyphicon-chevron-left {

        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 20px;
    }

    .carousel-control .glyphicon-chevron-right {
        margin-right: -16px;
    }

    .carousel-control .glyphicon-chevron-left {
        margin-left: -16px;
    }
}