.productsBackground{
    width: 100%;
    background: url('/images/temperature8.png') no-repeat;
    background-position: center 0;
    background-size: 100% 100%;
}
.Scheme{
    /* height: 400px; */
    display: flex; 
    padding-top:80px ; 
    padding-bottom: 100px;
}
.SchemeLeft,
.SchemeRight
{
    /* flex: 1; */
    width: 100%;
  /* height: auto;
  border-siz: ; */
}
.SchemeLeft h3{
    font-size: 42px;
    font-family: Verdana-Bold, Verdana;
    font-weight: bold;
    color: #3991E9;
    margin-top: 20px;
}
.SchemeLeft h2{
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.SchemeRight{
    padding-left: 80px;
}
.SchemeGang{
    width: 54px;
    height: 8px;
    background: #3991E9;
    margin-top: 15px;
}
.SchemeLeft p{
    margin-top: 36px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    max-width: 653px;
    color: #101C31;
    line-height: 34px;
}
.SchemeRight img{
    width: 100%;
    height: 100%;
}