
.back-img{
    width: 100%;
    height: 500px;
    background-image: url('../images/solution/solution_Back.png');
    background-size: 100% 100%;
}
 .ourproducts{
    width: 1200px;
    margin: 0 auto;
}
 .ourproducts .title{
    width: 100%;
    font-size: 40px;
	font-weight: bold;
	letter-spacing: 0px;
    color: #fff;
    padding-left: 20px;
    margin-top: 90px;
}
 .ourproducts .title::before{
    content: '';
    position: absolute;
    width: 2px;
	height: 45px;
    background-color: #cf2222;
    left: 0;
    top: 3px;
}
 .ourproducts .text{
    width: 600px;
	font-size: 18px;
    color: #fff;
    margin-top: 45px;
    line-height: 32px;
    text-align: justify;
}
.welle-en .ourproducts .text{
    line-height: 26px;
}
.solve-main{
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #F6F6F6;
    min-height: 600px;
}
.solve-main .solve-content {
    padding: 60px;
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.solve-content .solu-subset{
    width: 320px;
    margin-right: 60px;
}
.solve-content .solu-subset:nth-child(3n){
    margin-right: 0;
}
.solve-content .solu-subset>img{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.solve-content .solu-subset .title{
    width: 100%;
    font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 17px;
	letter-spacing: 0px;
    color: #333333;
    text-align: center;
}
.welle-en .solve-content .solu-subset .title{
    font-size: 24px;
}

.solve-content .solu-subset .subtitleBox{
    width: 100%;
    margin-top: 30px;
}

.solve-content .solu-subset .subtitleBox>a{
    display: block;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #666666;
    margin-bottom: 28px;
    text-align: left;
    padding-left: 85px;
}
.welle-en .solve-content .solu-subset .subtitleBox>a{
    font-size: 16px;
    padding-left: 30px;
}
.solve-content .solu-subset .subtitleBox>a:hover{
    color: #e83e3e;
}
.solve-content .solu-subset .subtitleBox>a::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e62e2e;
    position: absolute;
    left: 55px;
    top: 4px;
}
.welle-en .solve-content .solu-subset .subtitleBox>a::before{
    left: 0;
}
