/* <!--------------------------------------------------------------------------------------------------> */
/* 解决方案 */
#Solution {
    margin-top: 100px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgb(246, 250, 254);

}
#top-bg {
   flex: 1;
    width: inherit;
    height: 237px;
    background-color: rgb(51, 51, 51);
    background-image: url("../images/solution-bg5.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#top-bg span {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 20px;
    color: #fff;
    text-align: center;
    opacity: 0.9;
}

.Solution {
  
}

.Solution .content {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding-bottom: 0;
}

.Solution .solution-content {
    width: inherit;
    position: relative;
    padding: 0;
    height: 1400px;
}

.Solution .solution-content li {
    display: flex;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.Solution .solution-content-left {
    width: 20%;
    height: 45px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    align-items: center;
}

.Solution .solution-content-left:hover {
    width: 20%;
    height: 45px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    align-items: center;
}

.Solution .solution-content-left:hover span {
    color: #2f54eb;
}

.Solution .solution-content-left.active {
    background: #eaeefd;
}

.Solution .solution-content-left span {
    text-indent: 2em;
    font-size: 14px;
    padding-left: 1px;
    color: #555555;
    font-weight: normal;
}

.Solution .solution-content .solution-content-right {
    height: 1400px;
    position: absolute;
    top: 0;
    right: 0;
    width: 76%;
    box-sizing: border-box;
    padding: 20px 10px;
    background-color: rgb(255, 255, 255);
}

.Solution .solution-content-right-list .right-header {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-align: center;
}

.Solution .solution-content-right-list .right-sketch {
    font-size: 12px;
    color: #868686;
    line-height: 2;
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    text-indent: 2rem;
}

.Solution .solution-content-right-list .right-text {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-indent: 2em;
    line-height: 24px;
    line-height: 2;
    color: rgb(51, 51, 51);
    margin-bottom: 50px;
}

.Solution .solution-content-right-list .chang-page {
    position: absolute;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    font-family: SimSun;
    font-size: 12px;
    color: #595959;
    font-weight: normal;
    line-height: 25px;
    cursor: pointer;
}

.Solution .solution-content-model {
    width: inherit;
    position: relative;
    padding: 0;
}

.Solution .solution-content-model li {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
}

.Solution .solution-content-model .solution-content-right {
    box-sizing: border-box;
    padding: 20px 10px;
    background-color: rgb(255, 255, 255);
}

.Solution .solution-content-model .solution-content-left {
    width: auto;
}

.Solution .solution-content-model .solution-content-right {
    box-sizing: border-box;
    padding: 20px 10px;
    background-color: rgb(255, 255, 255);
}

.Solution .solution-content-model li {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-left: 0;
}
.Solution .solution-content-model img {
max-width:100%;
}
.Solution .solution-content-right-list img{
max-width:98%;
}