body {
    position: relative;
}

p {
    margin: 0;
    padding: 0;
}

/* 公用 margin-right: 10px */
.mgrit {
    margin-right: 10px;
}

/* 公用 width: 100% */
/* .wbf100 {
    width: 100%;
} */

/* 轮播图 s */

/* 轮播图 e */

.product-nav-bar {
    width: 1120px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 32px;
    font-size: 14px;
    color: #737E97;
}
.product-nav-bar span {
    color: #26272A;
}
.bgc-xin {
    width: 100%;
    height: 408px;
    background-color: #F4F5F6;
    padding: 24px 0;
    margin-bottom: 32px;
}
.bgc-xin .total-content {
    display: flex;
    justify-content: space-between;
    width: 1120px;
    height: 100%;
    /* border: 1px solid red; */
    margin: 0 auto;
}
.total-content > .left {
    padding: 0 10px;
    width: 360px;
    height: 100%;
    background-color: #fff;
} 
.total-content .swiper-wrapper img {
    width: 100%;
    height: auto;
}
.total-content > .right {
    padding: 74px 0;
}
.total-content .right-box {
    width: 520px;
    height: 212px;
    /* border: 1px solid red; */
} 
.right-box .title-hr {
    height: 1px;
    width: 100%;
    background-color: #D8D8D8;
    margin-top: 14px;
    margin-bottom: 18px;
}
.right-box .title {
    font-size: 30px;
    color: #333;
}
.right-box .btn {
    padding-top: 24px;
    display: flex;
}
.right-box .btn .left {
    width: 96px;
    height: 36px;
    background: #004BA0;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
.btn .left span {
    font-size: 14px;
    color: #FFFFFF;
}
.right-box .btn .right {
    width: 231px;
    height: 36px;
    background: #DDDFE4;
    border-radius: 4px;
    padding-left: 20px;
    margin-left: 16px;
}
.btn .right img {
    transform: scale(0.5);
}
.right .right-content {
    display: flex;
    align-items: center;
}

/* 产品功能 */
.fuction-bgc {
    width: 100%;
    height: 534px;
    margin-bottom: 32px;
    padding: 87px;
}
.function {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1120px;
    height: 360px;
    margin:  0 auto;
}
.function-left {
    width: 504px;
    height: 230px;
}
.function-left .unline01 {
    height: 3px;
    width: 60px;
    background-color: #004BA0;
}
.function-left .btn-four {
    display: flex;
}
.function-left .btn-four .btn {
    height: 30px;
    border-radius: 4px;
    background: rgba(0,75,160,0.1);
    border: 1px solid rgba(0,75,160,0.2);
    text-align: center;
    margin-right: 8px;
    line-height: 30px;
    padding: 0 5px;
}
.function-left .btn-four span {
    font-size: 14px;
    color: #004BA0;
}
.function-left .title {
    font-size: 30px;
    color: #333;
}

.function-left .unline01 {
    margin-top: 14px;
    margin-bottom: 18px;
}
.function-left .show-round-drop {
    padding-left: 10px;
    margin-bottom: 24px;
}
.function-left .show-round-drop .li-item {
    display: flex;
}
.function-left .show-round-drop .li-item li {
    margin-left: 5px;
}
.fuction-right {
    width: 560px;
    height: 100%;
    border: 1px dashed #d1d1d1;
}
.fuction-right img {
    width: 100%;
    height: 100%;
}

/* 规格参数 */
.specifications-bgc {
    width: 100%;
    height: 560px;
    /* border: 1px solid red; */
    margin-bottom: 32px;
    padding: 56px 0;
}
.specifications-bgc .specifications {
    margin: 0 auto;
    width: 1120px;
    height: 100%;
}
.specifications .title {
    font-size: 30px;
    color: #333;
}
.specifications .unline01 {
    height: 3px;
    width: 60px;
    background-color: #004BA0;
    margin-top: 14px;
    margin-bottom: 18px;
}
.specifications .specifications-ctx {
    display: flex;
    border-bottom: 1px dashed #DCDFE6;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.specifications .specifications-ctx .title1 {
    width: 240px;
    margin-right: 24px;
    font-size: 16px;
    color: #004BA0;
}

/*  */
.application {
    /* margin-bottom: 100px; */
    padding-bottom: 100px;
}
.container-list-hd{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container-list-hd .unline01 {
    height: 3px;
    width: 60px;
    background-color: #004BA0;
    margin-top: 14px;
    margin-bottom: 18px;
}
.container-list-hd .title {
    font-size: 30px;
    color: #333;
}

/* 新添加 */
.total-content .left {
    position: relative;
    background-color: #fff;
}

.total-content .left .arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer
}

.total-content .left .arrow-left-index {
    background: url(./cdn.saas.ctrl.cn/static/images/banner-arrow-left-black.png)center center no-repeat;
    background-size: auto auto;
    left: 20px
}

.total-content .left .arrow-right-index {
    background: url(./cdn.saas.ctrl.cn/static/images/banner-arrow-right-black.png)center center no-repeat;
    background-size: auto auto;
    right: 20px
}

#swiper-container-ac {
    margin:  30px 50px;
    overflow: hidden;
}

.swiper-slide-ac {
    height: 300px;
}


.ac-pagination {
    position: absolute;
   
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 20;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #D8D8D8;
}
.hot-product {
    background-color: #F4F5F6;
    margin-bottom: 31px;
}
.hot-product .content .swiper-container {
    height: 223px !important;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide a {
    height: auto !important;
}
.hot-product .content .swiper-container .swiper-wrapper .swiper-slide a .img {
    height: 177px !important;
}
.img-in-Spec-imgbox {
    width: 100%;
    height: 177px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.img-in-Spec-imgbox img {
    /* margin: 0 auto; */
    width: 100%;
    height: 100%;
}
/* .total-content-introduce .swiper-wrapper {
    display: flex;
} */
/* .total-content-introduce .swiper-wrapper img {
    width: 100%;
    height: 100%;
} */