.banner {
    width: 100%;
    position: relative;
    height: 37.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.banner .tit1 {
    font-weight: normal;
    font-size: 3.375rem;
    color: #FFFFFF;
    line-height: 5.0625rem;
    padding-top: 13.875rem;
    margin-left: 22.5rem;

}

.banner .tit2 {
    font-weight: normal;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.6875rem;
    margin-left: 22.5rem;
    margin-top: 1rem;
}
.proj6{
    padding: 6.25rem 22.75rem 8.375rem;
    box-sizing: border-box;
}
.proj6 .tit{
    font-weight: 600; 
    font-size: 3.25rem;
    margin:0 auto 4.6875rem;
    color: #222222;
    text-align: center;

}
.proj6 img{
    width: 100%;
}

.proj7{
    padding: 7rem 22.5rem 8.625rem;
    box-sizing: border-box;
    background-color: #f6f7f8;
}
.proj7 .tit{
    font-weight: 600;
    font-size: 3.25rem;
    margin:0 auto 6.125rem;
    color: #222222;
    text-align: center;

}
.proj7  .bot{
    display: flex;
    justify-content: space-between;
}
.proj7  .bot .bot1{
    width: 17.4375rem;
    height: 16.25rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.1875rem 1.375rem 0rem rgba(208,219,236,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.proj7  .bot .bot1 img{
    width: 6.125rem;
    height: 6.125rem;
    margin-bottom: 1.25rem;
}
.proj7  .bot .bot1 .tit1{
    font-weight: 600;
    font-size: 1.375rem;
    color: #222222;
}
.proj8-1{
    height: 50rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    padding: 12.1875rem  22.5rem 0;
}
.proj8-1 .tit{
    font-weight: 600;
    font-size: 2.625rem;
    color: #FFFFFF;
    line-height: 3.9375rem;
    margin-bottom: 2.5rem;
}
.proj8-1 .desc{
    width: 33.625rem;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    margin-bottom: 3.625rem;
}
.proj8-1 .left-bot{
    width: 33.625rem;
    display: flex;
   font-size: 1rem;
    line-height: 1.5;
}
.proj8-1 .left-bot img{
    width: 4.75rem;
    height: 4.75rem;
    margin-right: 1.125rem;
}
.proj8-2{
    height: 48.125rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    padding: 16.4375rem  22.5rem 0 64.625rem;
}
.proj8-2 .tit{
    font-weight: 600;
    font-size: 2.625rem;
    color: #222222;
    line-height: 3.9375rem;
    margin-bottom: 2.5rem;
}
.proj8-2 .desc{
    width: 33.625rem;
    font-size: 1.125rem;
    color: #666666;
    line-height: 1.875rem;
    margin-bottom: 3.625rem;
}
.proj8-3{
    height: 51.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    padding: 11.375rem  22.5rem 0 22.625rem;
    color: #fff;
}
.proj8-3 .tit{
    font-weight: 600;
    font-size: 2.625rem;
    line-height: 3.9375rem;
    margin-bottom: 1.875rem;
}
.proj8-3 .desc{
    width: 33.625rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.proj8-3 .left-bot{
    display: flex;
    align-items: center;
    font-size: 2.375rem;
    margin-bottom: 4.6875rem;
}
.proj8-3 .left-bot p{
    font-size: 1.75rem;
    margin-top: 1.375rem;
}
.proj8-3 .left-bot img{
    width: 10.375rem;
    height: 10.375rem;
    margin-right: 2.5rem;
}
@media screen and (max-width:767px) {
    .Header_header__11G5T {
        min-width: 0px;
        display: none;
    }
    .banner {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        position: relative;
        height: 300px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
	.banner .tit1 {
        font-size: 18px;
        font-weight: 600;
        margin: auto;
        margin-bottom: 15px;
        margin-top: 30px;
        line-height: 1.5;
    }	
    .banner .tit2 {
        width: 90%;
        font-size: 14px;
        margin: 0 auto 15px;
        line-height: 1.5;
    }
    .proj6 .tit {
        font-weight: 600;
        font-size: 18px;
        color: #222222;
        margin: 30px auto 20px;
        text-align: center;
    }
    .proj6 {
        padding: 30px 5%;
        box-sizing: border-box;
    }
    .proj7 {
        padding: 30px 5%;
        box-sizing: border-box;
        background-color: #f6f7f8;
    }
    .proj7 .tit {
        font-weight: 600;
        font-size: 18px;
        margin: 30px auto 20px;
    }
    .proj7 .bot .bot1 {
        width: 49%;
        height: auto;
    }
    .proj7 .bot{
        flex-wrap: wrap;
    }
    .proj7 .bot .bot1 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .proj7 .bot .bot1 img {
        width: 30px;
        height: 30px;
        margin: 20px auto;
        margin-bottom: 20px;
    }
    .proj7 .bot .bot1 .tit1 {
        font-weight: 600;
        font-size: 16px;
    }
    .proj8-1 {
        height: auto;
        padding: 30px 5%;
        background-position: left;
    }
    .proj8-1 .tit {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .proj8-1 .desc {
        width: 100%;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .proj8-1 .left-bot {
        width: 100%;
        display: flex;
        font-size: 14px;
        line-height: 1.5;
    }
    .proj8-1 .left-bot img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }








}