﻿* {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    height: 100%;
    background-color: white;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei';
}

.solutionMiddleContent a, .introduceFont a {
    color: #2797A3;
}

.subNewDirection {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.solutionTopImg {
    width: 100%;
    align-content: center;
}

    .solutionTopImg img {
        align-content: center;
        width: 100%;
    }

.line {
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid #C7C7C7;
}

.solutionMiddleContent {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.mainCon {
    width: 960px;
    height: auto;
    display: flex;
    flex-direction: row;
}

.handbookDiv {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    border: 1px solid #C7C7C7;
    padding: 46px 25px 57px;
}

.centerTitleDiv {
    margin: 0 auto;
    text-align: center;
}

.centerTitle {
    height: auto;
    font-size: 24px;
    color: #000000;
    font-weight: 400;
}


.contentDiv {
    display: flex;
    flex-direction: row;
    margin-top: 46px;
    margin-bottom: 27px;
    flex-wrap: nowrap;
    align-items: center;
}

.contentTitle {
    height: auto;
    font-size: 18px;
    color: #000000;
    align-items: center;
    font-weight: 400;
}



.verticalLine {
    color: #65D1DD;
    padding-right: 15px;
}

.introduceFont {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
}

    .introduceFont span:not(:last-child) {
        display: block;
        padding-bottom: 10px;
    }

.levelImg {
    width: 310px;
    height: 352px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imgTitle {
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 30px;
}

.imgContent {
    width: 249px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 63px;
}

.imgSubContent {
    width: 249px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(102,102,102,1);
    line-height: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 6px;
}

    .imgSubContent img {
        padding-right: 6px;
    }


.productTypeDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 44px;
}

.typeImg {
    width: 166px;
    height: 93px;
    display: flex;
    background: #F1F1F1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .typeImg:hover {
        cursor: pointer;
    }

.typeImgHover {
    background: #56A9B2;
}

    .typeImgHover label {
        color: #FFFEFE;
    }

.typeImg img {
    height: auto;
    width: auto;
}

.subTitle {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding-top: 10px;
    cursor: pointer;
}

.aboutRightSide {
    width: 187px;
    height: auto;
    margin-left: 10px;
    flex-direction: column;
}

.aboutRightSideTop {
    border: 1px solid #C7C7C7;
    height: auto;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.aboutRightSideBottom {
    margin-top: 12px;
    border: 1px solid #C7C7C7;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.aboutRightSideTopTitle {
    font-size: 16px;
    color: #FFFEFE;
    height: 37px;
    line-height: 37px;
    background: #56A9B2;
    text-align: center;
}

.aboutRightSideContent {
    display: flex;
    margin-top: 22px;
    align-items: center;
    margin-left: 50px;
    padding-left: 18px;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
    word-break: keep-all;
    background: url(/image/icon_row.png) no-repeat;
    background-position-y: center;
}

    .aboutRightSideContent:hover {
        cursor: pointer;
        background: url(/image/icon_rowHover.png) no-repeat;
        color: #56A9B2;
        background-position-y: center;
    }

.aboutRightSideContent2 {
    background: url(/aboutXTaoRoadFiles/电话_03.png) no-repeat;
    margin-left: 13px;
    padding-left: 30px;
    margin-top: 15px;
    font-size: 18px;
    color: #2797A3;
    word-break: keep-all;
    padding-bottom: 3px;
}

.aboutRightSideContent3 {
    font-size: 14px;
    color: #333333;
    margin-top: 18px;
    margin-left: 15px;
    line-height: 21px;
}
