.swiper-banner {
    width: 100%;
    /* height: 660px; */
    overflow: hidden;
}

.swiper-banner .swiper-container {
    margin-top: -10px;
    width: 100%;
    /* height: 700px; */
}

.swiper-button-prev,
.swiper-button-next {
    width: 15%;
    height: 100%;
    top: 0;
    background: none;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev span,
.swiper-button-next span {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -32px;
    border-radius: 100%;
    background: rgba(180, 180, 180, 0.25) url(../images/) no-repeat center 17px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.swiper-button-next span {
    background: rgba(180, 180, 180, 0.25) url(../images/) no-repeat center -71px;
    left: auto;
    right: 20px;
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
    opacity: .6;
}

/*分页器*/
.swiper-banner .swiper-pagination {
    top: auto;
    bottom: 10px;
    background: none;
}

@media screen and (max-width: 992px) {
    .swiper-banner .swiper-pagination {
        display: none;
    }

    .solution-item .row>div {
        width: 33% !important;
        margin-bottom: 10px;
    }

    .solution-item .row {
        margin: 0 !important;
    }
}

@media screen and (max-width: 700px) {
    .solution-item .row>div {
        width: 50% !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 400px) {
    .solution-item .row>div {
        width: 100% !important;
        margin-bottom: 10px;
    }
}

.eletrick-box {
    height: 360px !important;
}

@media screen and (max-width: 1160px) {
    .eletrick-box {
        height: 285px !important;
    }
}

@media screen and (max-width: 992px) {
    .eletrick-box {
        height: 221px !important;
    }
}

@media screen and (max-width: 768px) {
    .eletrick-box {
        height: auto !important;
    }

    .anli-img {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .solution-item .mask {
        padding-top: 40% !important;
    }

    .solution-item .mask b {
        font-size: 10px !important;
    }

    .solution .row p {
        font-size: 10px !important;
    }

    .solution-item .mask span {
        font-size: 10px !important;
    }

    .other-phone {
        width: 60% !important;
        padding-top: 0 !important;
    }

    .index-swiper-banner-pc {
        display: none !important;
    }
}

.swiper-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 50px;
    height: 30px;
    margin: 0 3px;
    cursor: pointer;
    background: none;
    border-radius: 0;
    opacity: 1;
}

.swiper-banner .swiper-pagination-bullet span {
    width: 50px;
    height: 4px;
    border-radius: 10px;
    display: block;
    background: gray;
}

.swiper-banner .swiper-pagination-bullet-active span {
    background: #fff;
}

.swiper-banner .autoplay .swiper-pagination-bullet-active span {
    background: gray;
}

.swiper-banner .swiper-pagination-bullet i {
    background: #fff;
    height: 4px;
    border-radius: 10px;
    transform: scaleX(0);
    transform-origin: 0;
    display: block;
}

.swiper-banner .autoplay .firsrCurrent i {
    transition: transform 2.9s linear;
    transform: scaleX(1);
}

.swiper-banner .autoplay .current i {
    transition: transform 4s linear;
    transform: scaleX(1);
}

.swiper-banner .autoplay .replace span {
    background: #fff;
}

/*内容样式*/
.swiper-slide img {
    width: 100%;
    height: 100%;
}

.slide1 {
    background: #000;
    background-size: auto 100%;
}

.slide1 .title {
    text-align: center;
    margin-top: 100px;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
}

/* 解决方案 */
.solution {
    text-align: center;

}

.solution .title {
    font-size: 24px;
    color: #333;
}

.solution h1 {
    margin: 60px 0;
}

.solution .desc {
    line-height: 2;
    margin: 0;
    color: #666;
    margin-top: 20px;
    margin-bottom: 20px;
}

.solution .row {
    margin: 0;
    overflow: hidden;
}

.solution .row>div {
    cursor: pointer;

    /* height: 800px; */
}

/* .solution .row img{
    width: 100%;
    height: 100%;
} */

.about-xn .row>div:hover {
    box-shadow: 0 1px 5px 0 #cccbcb;
    transition: all 1s;
    transform: translate(1px, -3px);
}

.about-xn .row>div:nth-child(odd) {
    background-color: #fbfbfb;
}

.about-xn .row>div:nth-child(even) {
    background-color: #f6f6f6;
}

/* 关于哓能 */
.about-xn .row>div {
    padding: 40px 15px 60px 15px;
    cursor: pointer;
}

.about-xn .row img {
    width: 80px;
    height: 80px;
}

.about-xn .row b {
    font-size: 30px;
    font-weight: normal;
    display: block;
    margin-top: 40px;
    margin-bottom: 15px;
}

.solution .row p {
    font-size: 15px;
    line-height: 2;
    margin: 4px 0 0 0;
    color: #666;
}

/* .about-xn .row>div{
    border: 1px solid #eee;
} */
/* 产品中心 */

/* 第二版 */
.product-center .row>div {
    padding: 40px 0px 60px 0px;
}

.product-center .row>div:hover {
    box-shadow: 0 1px 5px 0 #cccbcb;
    transition: all 1s;
    transform: translate(1px, -3px);
}

.product-center .row>div:nth-child(odd) {
    background-color: #fbfbfb;
}

.product-center .row>div:nth-child(even) {
    background-color: #f6f6f6;
}

.product-center .row img {
    height: 180px;
}

.product-center .content div {
    margin-top: 20px;
}

.product-center .content div b {
    font-size: 15px;
}

/* 解决方案 */
.solution-item .row>div {
    width: 20%;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
}

.solution-item .row>div img {
    width: 100%;
    overflow: hidden;
}

.solution-item .mask {
    position: absolute;
    top: 0;
    left: 5px;
    width: calc(100% - 10px);
    height: 100%;
    /* background-color: rgba(1, 130, 150, .2); */
    color: #fff;
    padding-top: 28%;
}

.solution-item .mask1 {
    background-color: rgba(0, 0, 0, .5);
}

.solution-item .row>div:hover .mask {
    background-color: rgba(52, 148, 193, .94);
    transition: all 0.3s;
}

.solution-item .row>div:hover .solution-item-img {
    transform: scale(1.2);
    transition: all 0.3s;
}

.solution-item .mask b {
    color: #fff;
    font-size: 20px;
    margin-top: 20%;
}

.solution-item .mask p {
    color: #fff;
}

.solution-item .mask span {
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    margin-top: 50px;
    padding: 0 26px;
    border: 1px solid #fff;
}

.title-before {
    display: inline-block;
    margin-right: 10px;
    background: url(../images/line-1.png) no-repeat center;
    width: 30px;
    height: 20px;
}

.title-after {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-left: 10px;
    background: url(../images/line-2.png) no-repeat center;
}

/* 案例以及覆盖 */
.anli .row>div {
    /* background-color: #F2F2F2; */
    position: relative;
}
.anli .row>div img{
    border-radius: 4px;
    transition: all 0.3s;
}
.anli .row>div:hover img{
    transform: scale(0.95);
}

.anli .detail {
    position: absolute;
    top: 40%;
    right: 15%;
    text-align: left;
}

.app-server .item .content {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.app-server-img {
    width: 150px;
    margin-bottom: 20px;
    transition: all 0.3s linear;
}

.item-system {
    transition: all 0.3s linear;
}
.father .item-system{
    padding: 15px 0;
}
.app-server .row>div:hover .item-system {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px 0 #cccbcb;
    box-shadow: 0 1px 5px 0 #cccbcb;
    transform: translate(1px, -1px);
}

.app-server .item .content b {
    font-size: 18px;
}

.solution h1 .desc {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .solution-item-pc {
        display: none;
    }

    .app-server-img {
        width: 75px !important;
    }

    .app-server .item .content b {
        font-size: 13px;
    }

    .about-xn .row img {
        width: 45px !important;
        height: 45px !important;
    }

    .product-center .row img {
        height: 100px;
    }

    .about-xn .row b {
        margin-top: 20px !important;
        font-size: 24px !important;
    }

    .solution .row p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }

    .swiper-button-prev {
        display: none !important;
    }

    .swiper-button-next {
        display: none !important;
    }

    .solution h1 {
        margin: 30px 0 !important;
    }
    .index-page-item {
        display: flex;
        padding: 10px;
        background-color: #f6f6f6;
        margin-bottom: 10px;
    }
    .index-page-item .page-item-left {
        width: 30%;
    }
    .index-page-item .page-item-right {
        width: 65%;
        margin-left: 5%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        text-align: left;
    }
}

.anli-img {
    width: 55%;
}

@media screen and (min-width: 768px) {
    .solution-item-phone {
        display: none;
    }

    .index-swiper-banner-phone {
        display: none !important;
    }


}

/* 手机swiper */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* .swiper-button-prev, .swiper-button-next{
    color: #ffffff !important;
    background: rgba(0, 0, 0, .1);
} */