@charset "utf-8";

.banner23_content {
    min-width: 1200px;
    height: 500px;
    background-position: center;
}

.home_synopsis23_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}

.home_synopsis23_content li {
    width: 230px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
}

.home_synopsis23_content li img {
    height: 60px;
}

.home_synopsis23_content li span {
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.home_synopsis23_content li small {
    margin-top: 14px;
    font-size: 12px;
    color: #999999;
}

.home_scene23_content {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
}

.home_scene23_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    border: 1px solid #f5f7fa;
    border-radius: 4px;
}

.home_scene23_box:nth-child(even) {
    flex-direction: row-reverse;
}

.home_scene23_box:nth-child(odd) .home_scene23_text {
    margin-left: 50px;
}

.home_scene23_box:nth-child(even) .home_scene23_text {
    margin-right: 50px;
}

.home_scene23_text {
    width: 512px;
    display: flex;
    flex-direction: column;
}

.home_scene23_text h3 {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
}

.home_scene23_text p {
    line-height: 30px;
    margin-top: 14px;
    font-size: 16px;
    color: #666666;
}

.home_scene23_text ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 4px;
}

.home_scene23_text ul li {
    width: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 22px;
}

.home_scene23_text ul li img {
    margin-right: 7px;
}

.home_scene23_text ul li span {
    font-size: 16px;
    color: #666666;
}

.home_scheme23 {
    padding: 0;
}

.home_scheme23_content {
    min-width: 1200px;
    display: flex;
    flex-direction: column;
}

.home_scheme23_tab {
    height: 96px;
    margin-top: 26px;
    border-bottom: 1px solid #ebedf0;
}

.home_scheme23_tab ul,
.home_scheme23_list ul {
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.home_scheme23_tab ul li {
    width: 10px;
    height: 96px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

.home_scheme23_tab ul li.active {
    border-bottom-color: #26b594;
}

.home_scheme23_tab ul li span {
    font-size: 22px;
    color: #333;
}

.home_scheme23_tab ul li.active span {
    color: #26b594;
}

.home_scheme23_tab ul li img {
    margin-right: 10px;
}

.home_scheme23_tab ul li.active img:nth-child(1),
.home_scheme23_tab ul li img:nth-child(1) + img {
    display: none;
}

.home_scheme23_tab ul li.active img:nth-child(1) + img {
    display: block;
}

.home_scheme23_list {
    padding-bottom: 80px;
    background-color: #f7f9fc;
}

.home_scheme23_list ul {
    flex-direction: column;
    padding-top: 54px;
}

.home_scheme23_list ul li:not(:nth-child(2)) {
    display: none;
}

.home_scheme23_list ul li > img {
    margin-top: 50px;
}

.home_scheme23_list dl {
    display: flex;
    flex-direction: row;
}

.home_scheme23_list dl dd {
    width: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home_scheme23_list dl dd span {
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}

.home_model23_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.home_model23_box {
    width: 220px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: 1px solid #f5f7fa;
    box-shadow: 0 16px 28px rgba(141, 146, 153, .1);
    box-sizing: border-box;
    border-radius: 8px;
}

.home_model23_box h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 28px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.home_model23_box h3::after {
    content: '';
    width: 32px;
    height: 4px;
    margin-top: 10px;
    background-color: #26b594;
}

.home_model23_box p {
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #808080;
}

.home_model23_interval {
    width: 38px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../images/home/model23_arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.home_model23_interval span {
    writing-mode: vertical-lr;
    font-size: 16px;
    color: #333333;
    letter-spacing: 8px;
}

.home_case23_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 80px;
}

