.showSolution { margin-bottom: 4.42708%; text-align: center; padding-top: 4.42708%; position: relative; }
.showSolution .title { display: inline-block; color: #fff; padding: 0 8.63095%; position: relative; }
.showSolution .title:before { content: ""; width: 1000px; height: 1px; background: #5D7381; position: absolute; top: 50%; right: 100%; }
.showSolution .title:after { content: ""; width: 1000px; height: 1px; background: #5D7381; position: absolute; top: 50%; left: 100%; }
.showSolution .title span { color: #0078c9; }
.showSolution .desc { padding: 0 29.46429%; color: #CCCECF; line-height: 20px; margin-top: 15px; }
.showSolution .topWrap { width: 100%; position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; }
.showSolution .botWrap { width: 1200px; margin: 2.67857% auto 0; overflow: hidden; background: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
.showSolution .botWrap ul { width: 110%; }
.showSolution .botWrap li { float: left; width: 22.72727%; padding: 2.83333% 1.66667% 3.33333%; text-align: center; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.showSolution .botWrap li .imgWrap { width: 31.53846%; display: block; position: relative; overflow: hidden; display: inline-block; }
.showSolution .botWrap li .imgWrap img { display: block; }
.showSolution .botWrap li .imgWrap img:last-child { width: 100%; position: absolute; top: 0; left: 0; filter: alpha(opacity=0); opacity: 0; }
.showSolution .botWrap li .tit { display: block; font-size: 20px; color: #000; margin-top: 15px; padding-bottom: 20px; border-bottom: 1px solid #000; line-height: 1; }
.showSolution .botWrap li .des { color: #585858; margin-top: 20px; line-height: 20px; max-height: 60px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; transition: 0.5s all ease; -moz-transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; }
.showSolution .botWrap li .more { display: inline-block; width: 25px; height: 25px; line-height: 25px; text-align: center; border: 1px solid #535353; border-radius: 50%; color: #535353; margin-top: 11.53846%; }
.showSolution .botWrap li.selected { background: #0078c9; }
.showSolution .botWrap li.selected .tit { color: #fff; border-color: #fff; }
.showSolution .botWrap li.selected .des { color: #fff; }
.showSolution .botWrap li.selected .more { border-color: #fff; color: #fff; }
.showSolution .botWrap li.selected .imgWrap img:first-child { filter: alpha(opacity=0); opacity: 0; }
.showSolution .botWrap li.selected .imgWrap img:last-child { filter: alpha(opacity=100); opacity: 1; }

@media screen and (max-width: 1400px) { .showSolution .botWrap { width: 100%; } }
@media screen and (max-width: 875px) { .showSolution .botWrap li .tit { font-size: 16px; padding-bottom: 10px; }
    .showSolution .desc { padding: 0; }
    .showSolution { margin-bottom: 40px; padding-top: 40px; } }
@media screen and (max-width: 700px) { .showSolution .botWrap li { width: 45.45455%; }
    .showSolution .topWrap img { height: 200px; width: auto; max-width: none; } }