body,html{
    overflow-y: hidden;
    scroll-behavior: smooth;
}
.navbar-brand{
    padding: 3px 15px;
}
#myCarousel{
    width: 100%;
    height: 100%;
}
.carousel-inner{
    width: 100%;
    height: 100%;
    /*background: cyan;*/
}
#jMenu{
    margin-top: 12px;
}
#jMenu li a{
    color: #fff;
}
.carousel-inner>.item{
    width: 100%;
    height: 100%;
}
.carousel-inner>.item>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-indicators{
    bottom: 50px;
}

.next-page-icon{
    /*display: block;*/
    width: 30px;
    position: absolute;
    left: calc(50% - 15px);
    bottom: 20px;
    cursor: pointer;
}
.next-page-icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.bottom-bus-box{
    width: 800px;
    height: 500px;
    margin: 0 auto;
}
.bottom-bus-box .two-code{
    display: inline-block;
    float: left;
}
.bus-info ul{
    display: inline-block;
    width: calc(100% - 318px);
    padding: 0 20px;
    box-sizing: border-box;
    float: left;
}
.bus-info ul li{
    line-height: 40px;
}
.bus-info ul li:nth-child(1) {
    font-size: 35px;
    color: #2B32B2;
    margin: 69px 0 20px;
}
.bus-info ul li:nth-child(2)::before{
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("../newImg/地址.png") top center no-repeat;
}
.bus-info ul li:nth-child(3)::before{
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("../newImg/总机.png") top center no-repeat;
}
.bus-info ul li:nth-child(4)::before{
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("../newImg/邮箱.png") top center no-repeat;
}




#block2{
    background: url("../newImg/news-bg.jpg") top center no-repeat;
    /*background-size: 100% 100%;*/
}
#block3{
    background: url("../newImg/product-bg.png") top center no-repeat;
    /*background-size: 100% 100%;*/
}
#block4{
    background: url("../newImg/solution-bg.png") top center no-repeat;
    /*background-size: 100% 100%;*/
}
#block5{
    background: url("../newImg/map.png") top center no-repeat;

    /*background-size: 100% 100%;*/
}
#block6{
    background: url("../newImg/底部.png") top center no-repeat;
    /*background-size: 100% 100%;*/
}

























































