* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    width: 100vw;
    min-height: 600px;
}

.banner-box {
    width: 100%;
    height: 600px;
    background: url("../images/news34/bg_banner.png");
}

.banner-box .content {
    /*  去除其他文件的margin影响 */
    margin: 0;
    padding: 160px 205px 0;
    width: 950px;
    height: 100%;
    background-color: rgb(0 105 255);
    color: #fff;
    opacity: 0.5;
}

.content h1 {
    font-size: 60px;
    font-weight: 400;
    font-family: SourceHanSansSC-regular;
}

.content p {
    margin-top: 25px;
    font-size: 20px
}

.content span {
    display: inline-block;
    margin-top: 86px;
    border-radius: 5px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: rgba(56, 148, 255, 1);
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.realisticBox {
    width: 100%;
    height: 600px;
    margin-top: 70px;
}

.realisticBox > h1 {
    width: 100%;
    text-align: center;
    color: rgba(16, 16, 16, 1);
    font-size: 48px;
    font-family: SourceHanSansSC-regular;
    font-weight: normal;
}

.realisticBox_inlineBox {
    width: 80%;
    height: 300px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inlineBox {
    width: 45%;
    height: 150px;
    line-height: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    box-shadow: 0px 0px 50px 0px #ccc;
    flex-shrink: 0;
    margin: 20px 0px;
    display: flex;
    justify-content: space-around;
}

.inlineBox_left {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inlineBox_right {
    width: 80%;
    height: 100%;
}

.inlineBox_right_pBox {
    width: 90%;
    height: 80%;
}

.inlineBox_right_pBox > p {
    color: rgba(16, 16, 16, 1);
    font-size: 18px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    height: 40%;
}

.inlineBox_right_pBox > p:nth-child(1) {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
}

.solutionBox {
    width: 100%;
    height: 700px;
    background-color: rgba(247, 250, 255, 1);
    text-align: center;
}

.solutionBox > h1 {
    width: 100%;
    text-align: center;
    color: rgba(16, 16, 16, 1);
    font-size: 48px;
    font-family: SourceHanSansSC-regular;
    font-weight: normal;
    padding-top: 50px;
}

.solutionBox_inlineBox {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solutionBgBox {
    width: 300px;
    height: 450px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.solution_bg {
    width: 100%;
    height: 45%;
}
.solution_bg>img{
    width: 100%;
    height: 100%;
}

.solution_contentBox {
    width: 100%;
    height: 45%;
    position: relative;
}

.solution_mark {
    width: 100px;
    height: 100px;
    line-height: 20px;
    background-color: rgba(4, 110, 251, 1);
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: -50px;
    left: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution_mark > img {
    width: 54px;
    height: 54px;
}

.solution_content {
    width: 90%;
    height: 230px;
    margin: 0 auto;
    padding-top: 70px;
}
.solution_content>p{
    color: rgba(16, 16, 16, 1);
    font-size: 18px;
}
.solution_content>p:nth-child(1){
    color: rgba(16, 16, 16, 1);
    font-size: 28px;
    margin-bottom: 20px;
}
.solution_content>img{
    width: 35px;
    height: 35px;
    margin-top: 20px;
}
.solution_line{
    width: 100%;
    height: 20px;
    background-color: rgba(4, 110, 251, 1);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(4, 110, 251, 1);
    margin-top: 25px;
}
.introduceBox{
    width: 100%;
    height: 1100px;
}
.introduceBox > h1 {
    width: 100%;
    text-align: center;
    color: rgba(16, 16, 16, 1);
    font-size: 48px;
    font-family: SourceHanSansSC-regular;
    font-weight: normal;
    padding-top: 50px;
}
.introduceBox_top{
    width: 80%;
    height: 400px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.introduceBox_top_left{
    width: 50%;
    height: 100%;
}
.introduceBox_top_left>img{
    width: 230px;
    height: 100%;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.introduceBox_top_right{
    width: 50%;
    height: 100%;
}
.introduceBox_top_right_content{
    width: 80%;
    height: 60%;
    margin-top: 70px;
}
.introduceBox_top_right_content>p{
    color: rgba(16, 16, 16, 1);
    font-size: 20px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    padding: 10px 0px;
}
.introduceBox_top_left_img{
    width: 600px!important;
    height: 100%;
}
.processBox{
    width: 100%;
    height: 800px;
    line-height: 20px;
    background-color: rgba(247, 250, 255, 1);
}
.processBox > h1 {
    width: 100%;
    text-align: center;
    color: rgba(16, 16, 16, 1);
    font-size: 48px;
    font-family: SourceHanSansSC-regular;
    font-weight: normal;
    padding-top: 50px;
}
.processBox_blue{
    width: 80%;
    height: 600px;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 20px;
    border-radius: 28px;
    background-color: rgba(4, 110, 251, 1);
}
.processBox_blue_top{
    width: 80%;
    height: 45%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.processBox_content{
    width: 200px;
    height: 200px;
}
.processBox_content_img{
    width: 100%;
    height:80px ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.processBox_content_img>img{
    width: 80px;
    height: 80px;
}
.processBox_content>p{
    opacity: 0.8;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    margin: 10px 0px;
}
.processBox_content>p:nth-child(2){
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    text-align: center;
    font-family: SourceHanSansSC-regular;
}
.processBox_arrow{
    width: 200px;
    height: 200px;
}
.processBox_arrow_img{
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.processBox_arrow_img>img{
    width: 48px;
    height: 48px;
}
.processBox_blue_mid{
    width: 80%;
    height: 10%;
    margin: 0 auto;
    display: flex;
    justify-content: right;
    align-items: center;
}
.processBox_blue_bottom{
    width: 80%;
    height: 45%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/*  底部按钮，返回顶部   */
#case_footer {
    margin-top: 20px;
}

#case_footer .wrapper {
    width: 1200px;
}