ul {
	margin: 0;
	padding: 0;
}


.wid-mar {
    width: 1200px;
    padding: 0 6%;
    margin: 0 auto;
}
.ny-theme {
    font-size: 36px;
    font-weight: bold;
    color: #202020;
    text-align: center;
}
.solution-detail .cont {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.solution-detail .img {
    width: 48%;
}
.solution-detail .img img {
    width: 100%;
}
.solution-detail .text {
    width: 48%;
    max-width: 660px;
    color: #333333;
}
.solution-detail .text .tit {
    font-size: 18px;
    font-weight: bold;
}
.solution-detail .text .des {
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
}
.solution-detail .text .des span {
	font-weight: 700;
}
.solution-detail .text .line {
    margin: 5% 0;
    width: 100%;
    height: 1px;
    background: #e5d3bd;
}

@media (max-width: 767px) {
	.wid-mar {
		width: 100%;
	}
	.container1 {
		width: 100%;
	}
	.ny-theme {
		font-size: 20px;
	}
	.solution-detail .img {
		display: none;
	}
	.solution-detail .text {
		width: 100%;
	}
}