#Solutioninfo {
    width: 100%;
}

#Solutioninfo .Breadcrumb {
    height: 70px;
    background: #f2f2f2;
    display: flex;
    padding-left: 90px;
}

#Solutioninfo .Breadcrumb p {
    font-size: 14px;
    height: 20px;
    margin: 25px 0;
    font-weight: 500;
    color: #808080;
    line-height: 20px;
    border-right: 1px solid #979797;
    padding: 0 10px;
}

#Solutioninfo .Breadcrumb p:last-of-type {
    color: #4d4d4d;
    border: none;
}

#Solutioninfo .Product {
    display: flex;
    background-color: #fafafa;
}

#Solutioninfo .Product > img {
    margin: 0 252px 0 100px;
    width: 662px;
    height: 662px;
    border: dashed 1px rgba(0, 0, 0, 0.5137254902);
}

#Solutioninfo .Product > div > p {
    font-size: 48px;
    font-weight: bold;
    color: #1c1c1c;
    line-height: 64px;
}

#Solutioninfo .Product > div > p:first-of-type {
    font-size: 16px;
    line-height: 21px;
    margin-top: 122px;
}

#Solutioninfo .Product > div > p:last-of-type {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 28px;
}

#Solutioninfo .Product > div div {
    margin-bottom: 50px;
}

#Solutioninfo .Product > div div > p {
    width: 600px;
    height: 84px;
    font-size: 16px;

    font-weight: 600;
    color: #808080;
    line-height: 28px;
}

#Solutioninfo .Product > div img {
    width: 450px;
    height: 60px;
    background-color: #000;
    margin-right: 20px;
}

#Solutioninfo .Product > div img:last-of-type {
    margin: 0;
}

#Solutioninfo .Product > div div {
    display: flex;
    align-items: flex-end;
}

#Solutioninfo .Product > div div button {
    margin: 100px 40px 0 0;
    width: 120px;
    height: 40px;
    background: #00a0e9;
    font-size: 14px;

    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    border: none;
}

#Solutioninfo .Product > div div span {
    font-size: 14px;

    font-weight: 400;
    color: #1c1c1c;
    line-height: 20px;
}

#Solutioninfo .Product > div div span:last-of-type {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

#Solutioninfo .ProductImg {
    margin: 96px 256px;
}

#Solutioninfo .ProductImg ul {
    display: flex;
}

#Solutioninfo .ProductImg ul li img {
    width: 270px;
    height: 270px;
    border: dashed 1px rgba(0, 0, 0, 0.5137254902);
    margin-right: 12px;
}

#Solutioninfo .ProductParameters {
    text-align: center;
}

#Solutioninfo .ProductParameters .Title {
    font-size: 48px;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 67px;
}

#Solutioninfo .ProductParameters .Title p:last-of-type {
    margin: 16px auto 80px;
    width: 100px;
    height: 4px;
    background: #00a0e9;
}

#Solutioninfo .ProductParameters .Parameters {
    width: 1400px;
    border: 2px solid #e6e6e6;
    border-right: none;
    border-left: none;
    margin: 0 auto;
    display: flex;
}

#Solutioninfo .ProductParameters .Parameters > p {
    font-size: 36px;

    font-weight: 600;
    color: #1c1c1c;
    line-height: 50px;
    margin: 79px 271px 0 0;
}

#Solutioninfo .ProductParameters .Parameters ul {
    margin: 104px 0 0;
}

#Solutioninfo .ProductParameters .Parameters ul li {
    display: flex;
    margin-bottom: 60px;
}

#Solutioninfo .ProductParameters .Parameters ul li p {
    font-size: 18px;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 25px;
}

#Solutioninfo .ProductParameters .Parameters ul li p:last-of-type {
    width: 330px;
    font-size: 16px;
    font-weight: 400;
    color: #1c1c1c;
    line-height: 22px;
    margin-left: 290px;
}

#Solutioninfo .ProductParameters > p {
    font-size: 18px;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 25px;
    margin: 39px auto 100px;
}

#Solutioninfo .ProductImage img {
    width: 100%;
    margin-bottom: 20px;
}

#Solutioninfo .ProductImage img:last-of-type {
    margin: 0;
}

#Solutioninfo .ConsoleComparison {
    height: 2382px;
    background: #fafafa;
}

#Solutioninfo .ConsoleButton {
    text-align: center;
    margin: 90px 0 110px;
}

#Solutioninfo .ConsoleButton button {
    width: 134px;
    height: 40px;
    background: #00a0e9;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    border: none;
}

#Solutioninfo .RelatedProducts .Title {
    font-size: 48px;
    font-weight: 600;
    color: #1c1c1c;
    line-height: 67px;
    text-align: center;
}

#Solutioninfo .RelatedProducts .Title p:last-of-type {
    margin: 16px auto 80px;
    width: 100px;
    height: 4px;
    background: #00a0e9;
}

#Solutioninfo .RelatedProducts ul {
    display: flex;
    justify-content: space-around;
}

#Solutioninfo .RelatedProducts ul li img {
    border: none;
    width: 332px;
    margin: 20px 145px;
}

#Solutioninfo .RelatedProducts ul li p {
    font-size: 36px;
    font-weight: bold;
    color: #1c1c1c;
    line-height: 47px;
}

#Solutioninfo .RelatedProducts ul li p:first-of-type {
    font-size: 18px;
    font-weight: bold;
    color: #808080;
    line-height: 24px;
    margin: 40px 0 10px;
}

#Solutioninfo .RelatedProducts ul li p:last-of-type {
    width: 680px;
    font-size: 18px;
    font-weight: 400;
    color: #1c1c1c;
    line-height: 30px;
    margin: 20px 0 50px;
}

#Solutioninfo .RelatedProducts ul li button {
    width: 120px;
    height: 40px;
    background: #00a0e9;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 100px;
}

#Solutioninfo .RelatedProducts ul li span {
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c;
    line-height: 20px;
    margin-left: 40px;
}


#Solutioninfo .yhxx {
    max-width: 890px;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 36px;
}

#Solutioninfo .home-button {
    margin: 0 auto;
    display: block;
    width: 180px;
    background: #FFFFFF;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #2a6cf4;
    border: 1px solid #2a6cf4;
    letter-spacing: 2px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

#Solutioninfo .home-button2 {
    margin: 0 auto;
    display: block;
    width: 280px;
    background: #FFFFFF;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #2a6cf4;
    border: 1px solid #2a6cf4;
    letter-spacing: 2px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

#Solutioninfo .webxun-solution .mb-content {
    margin: 0.8rem 0;
}

#Solutioninfo .webxun-solution .row:nth-child(3) .con .text span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

#Solutioninfo .webxun-solution .row:nth-child(3) .con .text {
    width: 13%;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    padding-left: 60px;
}

#Solutioninfo .webxun-solution .row:nth-child(3) .con {
    align-items: flex-start;
}

#Solutioninfo .webxun-solution .row .tit span {
    display: block;
    font-weight: bold;
}

#Solutioninfo .webxun-solution .row:nth-child(2) .con div:nth-child(1) {
    width: 70%;
}

#Solutioninfo .webxun-solution .row:nth-child(2) .con div:nth-child(2) {
    width: 30%;
}

#Solutioninfo .webxun-solution .row:nth-child(1) .con img {
    margin-bottom: 14px;
    display: block;
    max-width: 100%;
}

#Solutioninfo .webxun-solution .row:nth-child(1) .con b {
    font-weight: normal;
    font-size: 18px;
    color: #2b6cf4;
}

#Solutioninfo .webxun-solution .row .tit div {
    font-size: 24px;
    text-align: left;
    display: inline-block;
    color: #333333;
}

#Solutioninfo .webxun-solution .row:nth-child(1) .con i {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
}

#Solutioninfo .webxun-solution .row:nth-child(1) .con span {
    display: inline-block;
    vertical-align: middle;
    background: #2b6cf4;
    font-size: 24px;
    color: #FFFFFF;
    width: 150px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
}

#Solutioninfo .webxun-solution .row .con {
    padding: 0 4%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 72%;
}

#Solutioninfo .webxun-solution .row .tit {
    height: 125px;
    width: 18.125%;
    border-right: 1px solid #eff4fe;
    padding-top: 70px;
    text-align: center;
}

#Solutioninfo .webxun-solution .row {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    background: #d5e2fd;
}

#Solutioninfo .container {
    max-width: 1800px;
    padding: 0 100px;
    margin: 0 auto;
}

#Solutioninfo .webxun-solution {
    padding: 20px 0;
    background: #f8f8f8;
}

#Solutioninfo .honer2 {
    font-size: 70px;
    color: #00a0e91a;
    position: absolute;
    width: 100%;
    left: 0;
    top: 160px;
}

#Solutioninfo .Productin {
    background-color: #f4f4f4;
    margin: 0 auto;
    width: 90%;
    border-radius: 25px;
    font-size: 20px;
    box-sizing: border-box;
    padding: 30px;
}

#Solutioninfo .ProductImage p {
    width: 95%;
}

#Solutioninfo .ProductImage p {
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    text-align: left;
    text-indent: 2em;
}

#Solutioninfo .Productdata p {
    color: #00a0e9;
    font-size: 17px;
}

#Solutioninfo .button {
    width: 80%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
}

#Solutioninfo .button button {
    border: none;
    cursor: pointer;
    width: 120px;
    height: 40px;
    margin: 0 50px;
    background: #f4f4f4;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

#Solutioninfo .button button:hover {
    cursor: pointer;
    width: 120px;
    height: 40px;
    margin: 0 50px;
    background: #00a0e9;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}


#Solutioninfo .ProductParameters .Title p:last-of-type {
    margin: 16px auto 10px;
}

#Solutioninfo .ProductImage {
    text-align: left;
    padding-bottom: 30px;
    z-index: 1;
    line-height: 180%;
}

#Solutioninfo .ProductParameters .Title {
    margin: 50px;
}

#Solutioninfo .ProductImage img {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    #Searchkeys .Equipment ul li img:hover {
        transform: scale(1.02);
    }

    #Solutioninfo .ProductParameters .Title p:last-of-type {
        margin: 0 auto 10px;
        height: 2px;
    }

    #Solutioninfo .ProductParameters .Title p {
        font-size: 20px;
    }

    #Solutioninfo .honer2 {
        font-size: 35px !important;
        top: -5px !important;
    }

    #Solutioninfo .ProductImage p {
        width: 95%;
        margin: 0 auto !important;
        text-indent: 0;
        font-size: 14px !important;
        line-height: 25px;
    }

    #Solutioninfo .ProductImage img {
        width: 100%;
        height: auto;
    }

    #Solutioninfo .ProductImage img:last-of-type {
        margin: 0;
    }

    #Solutioninfo .ProductImage p {
        width: 95%;
        margin: 0 auto !important;
        text-indent: 0;
    }

    #Solutioninfo .ProductParameters .Title {
        margin: 50px auto 40px;
        width: 95%;
    }

    #Solutioninfo .Productin {
        background-color: #f4f4f4;
        margin: 0 auto;
        width: 95%;
        padding: 2.5%;
        border-radius: 25px;
    }

    #Solutioninfo .ProductImage p {
        width: 95%;
        font-size: 14px;
    }

    #Solutioninfo .button button {
        cursor: pointer;
        height: 40px;
        background: #fff;
        color: #000;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        width: 100%;
        margin: 0;
    }

    #Solutioninfo .button {
        width: 100%;
        margin: 0 auto 40px;
        display: flex;
        justify-content: space-around;
    }

    #Solutioninfo .button a {
        width: 95%;
        text-decoration: none;
        color: #000;
        margin: 5px 0;
    }

    #Solutioninfo .container {
        padding: 0;
    }

    html body #Solutioninfo > .ProductParameters > .Title {
        margin: 20px auto !important;
        margin-top: 20px !important;
        line-height: 40px;
        position: relative;
    }
}
