main {
    overflow: hidden;
    position:relative
}

/* 顶部图片 */
.bannerTop {
    width: 100%;
    margin-left: 0px;
    position: relative;
}

.bannerTopBgImg {
    width: 100%;
    display: block;
}

.bannerContentFlex {
    position: absolute;
    top: 103px;
    left: 0px;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
}

.bannerContent {
    display: inline-block;
    color: #fff;
    margin-top: 60px;
    width: 240px;
    left: 180px;
}

.bannerContent3 {
    margin-top: 20px;
    border-radius: 6px;
    border: 4px solid #fff;
}

.bannerContent3-1 {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 34px;
    line-height: 34px;
}

.bannerContent3-2 {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
}

.bannerContent4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
    height: 40px;
    padding-left: 20px;
}

.bannerContentImg {
    width: 323px;
    object-fit: contain;
    margin-left: 50px;
}

/* 吉通炫铃 */
.jtxl {
    width: 100%;
}

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

.jtxlTitleImg {
    margin-top: 10px;
    height: 60px;
}

.jtxlTitleViewImg {
    position: absolute;
    right: 100px;
    width: 16px;
    margin-top: 30px;
}

.jtxlContrast {
    display: flex;
    height: 349px;
}

.jtxlContrast img {
    width: 620px;
}

.jtxlContrastBox {
    margin-left: -70px;
}

.jtxlContrastTitleBox {
    margin-top: 20px;
    display: flex;
}

.vLine {
    background-color: #57A0FF;
    width: 4px;
    height: 20px;
}

.jtxlContrastTitle {
    margin-left: 10px;
    color: #404040;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
}

.jtxlContrastContent {
    margin-top: 20px;
    color: #3d3d3d;
    font-size: 15px;
    line-break: anywhere;
    margin-right: 120px;
    line-height: 26px;
}

.jtxlFlex {
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    background-color: rgba(50, 124, 244, 0.1);
    height: 250px;
    padding-left: 160px;
    padding-right: 160px;
}

.jtxlFlex img {
    width: 186px;
    height: 200px;
    margin-top: 50px;
    object-fit: contain;
}

.ljjtxl {
    height: 50px;
    width: 100%;
    text-align: center;
    background-color: rgba(50, 124, 244, 0.1);
}

.ljjtxl img {
    margin-top: 15px;
    height: 20px;
}

/* 呼叫秀 */
.hjx {
    margin-top: 30px;
    width: 100%;
    background-color: #eaf1fe;
}

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

.hjxTitleImg {
    margin-top: 30px;
    height: 60px;
}

.hjxTitleViewImg {
    position: absolute;
    right: 100px;
    width: 16px;
    margin-top: 30px;
}

.hjxContrast {
    display: flex;
    height: 300px;
    margin-top: 20px;
}

.hjxContrast > img {
    margin-top: 20px;
    margin-right: 100px;
    width: 400px;
    height: 200px;
}

.hjxContrastBox {
    margin-left: 80px;
}

.hjxContrastTitleBox {
    margin-top: 20px;
    display: flex;
}

.hjxContrastTitle {
    /* margin-left: 10px; */
    color: #404040;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
}

.hjxContrastContent {
    margin-top: 20px;
    color: #3d3d3d;
    font-size: 15px;
    line-break: anywhere;
    margin-right: 50px;
    line-height: 26px;
}

.hjxContrastContentFlex {
    display: flex;
    justify-content: flex-start;
}

.hjxContrastContentFlex > img{
    margin-left: 0px;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: block;
}

.hjxContrastContentFlex div{
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
}

/* 精彩视频 */
.jcspFlex {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    width: 80%;
    margin-left: 10%;
    height: 300px;
}

.jcspFlexItem {
    /* width: 230px; */
    width: 20%;
    margin-top: 0px;
    margin-left: 0px;
}

.jcspFlexItem img {
    width: 100%;
    height: 260px;
    display: block;
    border-radius: 10px;
}

.jcspFlexItem p {
    margin-top: 10px;
    width: 100%;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #3d3d3d;
}