.lunbo-wrap {
    position: relative;
    width: 70rem;
    height: 17.5rem;
    margin: 0 auto;
    background: none;
}
.indexBanner{
	width:96rem;
	height: 47rem;
	background: url(../img/indexVideoBanner.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}
.indexBanner>video{
	width: 30.5rem;
	height: 17.4rem;
	position: absolute;
	left: 52.2rem;
	top: 13.5rem;
}
.lunbo-title {
    position: absolute;
    font-size: 1.5rem;
    color: #FEFFFF;
    line-height: 3.125rem;
    top: 18.75rem;
    left: 0;
    text-align: left;
}
.swiper-slide{
	cursor: pointer;
	background-size: cover;
}
.lunbo-title2 {
    position: absolute;
    font-size:1rem;
    color: #FEFFFF;
    line-height: 3.125rem;
    top: 21.875rem;
    left: 0;
    text-align: left;
}

.lunbo-words {
    position: absolute;
    font-size: 0.7rem;
    color: #F4F6FE;
    line-height: 1.5rem;
    top: 22.5rem;
    left: 0;
}

.lunbo-btnDetail {
    position: absolute;
    font-size: 0.875rem;
    color: #F4F6FE;
    background: #ff0033;
    line-height: 1.5rem;
    top: 13rem;
    left: 0;
    width: 7.5rem;
    height: 3.125rem;
    border: none;
}

.lunbo-btnBuy {
    position: absolute;
    font-size: 0.875rem;
    color: #F4F6FE;
    background: none;
    line-height: 1.5rem;
    top: 23.75rem;
    left: 8.75rem;
    box-sizing: content-box;
    width: 7.375rem;
    height: 3rem;
    border: 1px solid #F4F6FE;
    cursor: pointer;
}

.lunbo-btnVideo {
    position: absolute;
    cursor: pointer;
    top: 24.0625rem;
    left: 18.125rem;
    width: 2.5rem;
    height: 2.5rem;
}

.lunbo-btnDetail:hover {
    cursor: pointer;
    background: #D3001C;
}

#lunboVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -37.5rem;
    margin-top: -21.25rem;
}

#closeVideo {
    position: absolute;
    top: 0.3125rem;
    right: 0.3125rem;
    cursor: pointer;

}

#closeVideo:hover {
    transform: scale(1.01);
}

.swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    background-image: url(../img/index/index_lunbo1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* 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-slide2 {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    background-image: url(../img/index/index_lunbo2.png);
    background-position: center center;
    /* 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-slide3 {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    background-image: url(../img/index/index_lunbo3.png);
    background-position: center center;
    /* 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-slide4 {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    background-image: url(../img/index/index_lunbo4.png);
    background-position: center center;
    /* 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-slide5 {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    background-image: url(../img/index/index_lunbo5.png);
    background-position: center center;
    /* 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;
}

@font-face {
    font-family: 'syht';
    src: url('./fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
        url("./fonts/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
        /* IE6-IE8 */
        url("./fonts/SourceHanSansCN-Normal.woff2") format("woff2"),
        url("./fonts/SourceHanSansCN-Normal.woff") format("woff");
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    /* IE9 */
}

.container {
    width: 81.25rem;
    /* width: 70%; */
    margin: 0 auto;
    padding-top: 3.125rem;
    font-family: 'syht' !important;
}

.wrapTitle {
    font-size: 1.5rem;
    padding: 0px 0.625rem;
    border-left: 3px solid #ff2f2f;
    margin-bottom: 1.25rem;
}

.productList {
    display: flex;
}

.p1 {
    background: url('../img/index/p1.png') no-repeat center;
    background-size: cover;
    height: 57.5rem;
    width: 18.75rem;
    position: relative;
}


.p1Title {
    position: absolute;
    top: 5.75rem;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    font-family: 'syht' !important;
}


.p1SubTitle {
    color: #929292;
    font-size: 1.125rem;
    position: absolute;
    top: 7.5rem;
     width: 100%;
     text-align: center;
}

.p1Price {
    color: #ff2f2f;
    font-size: 1.125rem;
    position: absolute;
    font-weight: bold;
    bottom: 5.75rem;
    left: 50%;
    transform: translate(-50%);
}

.productItem2 {
    padding-left: 0.625rem;
    display: 8;
}

.productItem21 {
    display: flex;
}

/* s1 */
.productItem211 {
    background: url('../img/index/s1.png') no-repeat center;
    background-size: cover;
    width: 18.75rem;
    height: 38.125rem;
    position: relative;
}

.s1Title {
    position: absolute;
    top: 10%;
    color: #000000;
    font-weight: bold;
    font-size: 1.25rem;
     width: 100%;
     text-align: center;
}

.s1SubTitle {
    color: #4E4F52;
    font-size: 1rem;
    position: absolute;
    top: 15%;
    /* left: 22%; */
    width: 100%;
    text-align: center;
}

.s2Price {
    font-weight: bold;
    position: absolute;
    bottom:1.9375rem;
    font-size: 1rem;
    left: 50%;
    transform: translate(-50%);
    color: #eb3333;
}

.productItem {
    cursor: pointer;
    transition: all 0.2s;
}

.productItem:hover {
    transform: scale(1.05);
    z-index: 9;
}


.productItem212 {
    display: flex;
    flex-direction: column;
    padding-left: 0.625rem;
}

.productItem2121 {
    display: flex;
    flex: 1;
}

.productItem2122 {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

/* kb1 */
.kb1 {
    background: url('../img/index/kb1.png') no-repeat center;
    background-size: cover;
    width: 31.25rem;
    height: 18.75rem;
    position: relative;
}

.kb1Title {
    position: absolute;
    transform: translate(-50%);
    top: 1.875rem;
    left: 50%;
    font-size: 1.25rem;
    font-weight: bold;
}

.kb1SubTitle {
    top: 3.5625rem;
    left: 50%;
    transform: translate(-50%);
    font-size: 1rem;
    color: #4E4F52;
    position: absolute;
}

/* x */
.msX {
    background: url('../img/index/x.png') no-repeat;
    background-size: cover;
    background-position: top center;
    width: 13.75rem;
    height: 18.75rem;
    position: relative;
    margin-left: 0.625rem;
}

.msXTitle {
    position: absolute;
    bottom: 3.0625rem;
    width: 13.75rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;

}

.msXSubTitle {
    position: absolute;
    bottom: 2.2rem;
    width: 13.75rem;
    text-align: center;
    font-size: 0.75rem;
    color: #4E4F52;
    /* transform: translate(-50%); */

}

.msXPrice {
    font-weight: bold;
    position: absolute;
    bottom: 0.9rem;
    width: 13.75rem;
    text-align: center;
    font-size: 0.875rem;
    color: #ff2f2f;
}

.productItem2122 {
    margin-top: 0.625rem;
    height: 18.75rem;
    display: flex;
    flex-direction: row;
}

.s5 {
    background: url('../img/index/s5.png') no-repeat;
    background-size: cover;

    background-position: top center;
    background-color: #EDEEF7;
    width: 15.625rem;
    /* flex: 1; */
    height: 18.75rem;
    position: relative;
    /* margin-left: 0.625rem; */
}

.s2 {
    background: url('../img/index/s2.png') no-repeat;
    background-size: cover;

    background-position: top center;
    background-color: #EDEEF7;
    width: 15rem;
    height: 18.75rem;
    position: relative;
    margin-left: 0.625rem;
}

.m1 {
    background: url('../img/index/m1.png') no-repeat;
    background-size: cover;

    background-position: top center;
    background-color: #EDEEF7;
    width: 13.75rem;
    height: 18.75rem;
    position: relative;
    margin-left: 0.625rem;
}

.s5Title {
    position: absolute;
    bottom: 15%;
    width: 15.625rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;

}

.s5SubTitle {
    position: absolute;
    bottom: 10%;
    width: 15.625rem;
    text-align: center;
    font-size: 0.625rem;
    color: #484848;
}

.s5Price {
    font-weight: bold;
    position: absolute;
    bottom: 3%;
    width: 15.625rem;
    text-align: center;
    font-size: 0.875rem;
    color: #ff2f2f;
}

.productItem221 {
    display: flex;
    flex-direction: row;
}

.s6 {
    background: url('../img/index/s6.png') no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #EDEEF7;
    width: 18.75rem;
    height: 18.75rem;
    position: relative;
}

.s6Title {
    position: absolute;
    bottom: 12%;
    width: 18.75rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
}

.s6SubTitle {
    position: absolute;
    bottom: 7%;
    width: 18.75rem;
    text-align: center;
    font-size: 0.625rem;
    color: #484848;
}

.G1 {
    background: url('../img/index/G1.png') no-repeat;
    background-size: cover;

    background-position: top center;
    background-color: #EDEEF7;
    width: 15.625rem;
    height: 18.75rem;
    position: relative;
    margin-left: 0.625rem;
}

.G1Title {
    position: absolute;
    bottom: 12%;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
}

.G1subTitle {
    position: absolute;
    bottom: 7%;
    width: 100%;
    text-align: center;
    font-size: 0.625rem;
    color: #4E4F52;
}

.G1Price {
    font-weight: bold;
    position: absolute;
    bottom: 1%;
    width: 100%;
    text-align: center;
    font-size: 0.625rem;
    color: #ff2f2f;
}

.GM {
    background: url('../img/index/GM.png') no-repeat;
    background-size: cover;

    background-position: top center;
    background-color: #EDEEF7;
    width: 15rem;
    height: 18.75rem;
    position: relative;
    margin-left: 0.625rem;
}

.k {
    background: url('../img/index/K.png') no-repeat;
    background-size: cover;

    background-position: top center;
    background-color: #EDEEF7;
    width: 13.75rem;
    height: 18.75rem;
    position: relative;
    margin-left: 0.625rem;
}

/* 智能系统解决方案 */
.systemCasesWrap {
    margin-top: 2.5rem;
}

.systemCases {
    display: flex;
    flex-direction: row;
}

.mis10 {
    background: url('../img/index/Mi-S10.png') no-repeat center;
    background-size: contain;
    flex: 1;
    height: 23.125rem;
    width: 31.25rem;
    position: relative;
}

.meetingCase {
    background: url('../img/index/HIPC_meet.png') no-repeat center;
    background-size: contain;
    flex: 1;
    margin-left: 0.625rem;
    height: 23.125rem;
    width: 31.25rem;
}

.classCase {
    margin-left: 0.625rem;
    background: url('../img/index/HIPC_class.png') no-repeat center;
    background-size: contain;

    flex: 1;
    height: 23.125rem;
    width: 31.25rem;
    position: relative;
}

.mis10Title {
    position: absolute;
    width: 100%;
    top: 20%;
    text-align: center;
    color: #fff;
    font-size: 1.625rem;
}

.mis10SubTitle {
    position: absolute;
    word-wrap: break-word;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.875rem;
}

.meetingCase {
    position: relative;
}

.meetingCaseTitle {
    position: absolute;
    width: 100%;
    top: 20%;
    text-align: center;
    font-size: 1.625rem;
}

.meetingCaseSubTitle {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
}

.classCaseTitle {
    position: absolute;
    width: 100%;
    top: 20%;
    text-align: center;
    font-size: 1.625rem;
}

.classCaseSubTitle {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
}

.customService {
    background: url('../img/index/tuangou.png') no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 25rem;
}

.customBrand {
    margin-top: 1.25rem;
    background: url('../img/index/pingpaidingzhi.png') no-repeat;
    background-size: 100% 25rem;
    width: 100%;
    height: 25rem;
}

.cooperation {
    margin-top: 1.25rem;
    background: url('../img/index/zhaoshang.png') center no-repeat;
    background-size: 100% 31.25rem;
    width: 100%;
    height: 31.25rem;
}

.customServiceWrap>div,
.cooperationWrap>div {
    cursor: pointer;
    transition: all 0.3s;
}

.customServiceWrap>div:hover,
.cooperationWrap>div:hover {
    transform: scale(1.05);
}