
/* 5-4-1机器人解决方案-产品*/

.page-title {
    display: block;
}

.part2-title {
    font-size: 20px;
    margin-bottom: 14px;
}

.section-title {

}

.head-menu {
    display: flex;
}

.head-menu > a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    background: #f7f7f7;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    transition: .3s all ease;
    color: #333333;
    position: relative;
}

.head-menu > a:hover {
    color: #ee4e5b !important;
}

.head-menu > a.active {
    background-color: #ee4e5b;
    color: #fff !important;
}

.head-menu > a.active::after {
    content: "";
    display: flex;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ee4e5b;
    bottom: -8px;
    transform: translateX(-50%);
    z-index: 10;
}

.head-menu > a::before {
    content: "";
    display: flex;
    position: absolute;
    width: 1px;
    height: 70%;
    background-color: #d6d6d6;
    left: 0;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}

.head-menu > a:first-child::before {
    display: none;
}

.head-menu > a.active::before {
    display: none;
}

.pane-item-down-list {
    display: flex;
    margin-top: 30px;
    border-top: 1px dashed #d8d8d8;
    width: 100%;
    border-bottom: 1px dashed #d8d8d8;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.pane-item-down-list > a {
    height: 35px;
    display: flex;
    flex: none;
    align-items: center;
    font-size: 14px;
    color: #005e8c;
    margin-right: 2%;
}

.pane-item-down-list > a:last-child {
    margin-right: 0;
}

.pane-item-down-list > a > i {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.pane-item-down-list > a > span {
    display: flex;
    align-items: center;
}

.pane-item-link-list {
    margin-top: 30px;
}

.tri-label {
    font-size: 14px;
    color: #005e8c;
    margin-bottom: 10px;
}

.border-section-title {
    margin-top: 30px;
}


.red_font {
    color: #e60000;
    font-size: 22px;
    margin-top: 30px;
}

.tab-body .desc {
    margin-top: 20px;
}

.frame-body {
    border: 1px solid #d5d5d5;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.frame-body2 {
    padding: 0;
}

.frame-body img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: auto;
}

.frame-body .left {
    width: calc(100% / 2 + 221px);
    border-right: 1px solid #d5d5d5;
    box-sizing: border-box;
    padding: 30px;
}

.frame-body .right {
    width: calc(100% / 2 - 221px);
    background-color: #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
}

.frame-body .right p {
    font-size: 14px;
    color: #333333;
}

.frame-body .right ul li {
    margin-top: 10px;
}

.frame-body .right ul li a {
    font-size: 14px;
    color: #005e8c;
    display: block;
    padding-left: 14px;
    position: relative;
}

.frame-body .right ul li a::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 7px;
    background: url('http://mitsubishielectrichome.workspacep5.webfoss.com/themes/basic/skin/images/solution2/5/1/icon.png') no-repeat;
    left: 0;
    top: 6px;
}

.pane-item-table {
    margin-top: 20px;
}

.pane-item-table table {
    border: 1px solid #d5d5d5;
    width: 100%;
}

.pane-item-table table th {
    text-align: center;
    padding: 10px;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333333;
}

.pane-item-table table td {
    text-align: center;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #d5d5d5;
    font-size: 14px;
    color: #333333;
}

.border-section-info {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 26px;
    margin-top: 30px;
    font-size: 14px;
    color: #333;
}

.item-apple-wrapper {
    display: flex;
    flex-direction: column;
}

.item-apple-wrapper > li {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid  #d5d5d5;
    padding-bottom: 30px;
}
.item-apple-wrapper > li:last-child{
    border-bottom: 0;
    padding-bottom:  0;
}
.item-apple-wrapper > li > p{
    color: #ee4e5b;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: bold;
}

.item-apple-wrapper > li > div {
    display: flex;
    align-items: flex-start;
}

.item-apple-wrapper > li > div > span {
    display: flex;
    align-items: center;
}

.item-apple-wrapper > li > div > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: 15px;
    color: #333333;
    font-size: 14px;
}

.item-apple-wrapper > li > div > div > p {
    line-height: 1;
    margin-bottom: 15px;
}

.c_red {
    color: #ff0066;
}

.c_green {
    color: #009900;
}



/* 5-3-1-1机器人解决方案-应用实例*/
.pane-item-sub-menu{
    display: flex;
    align-items: center;
    margin-top: 30px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.pane-item-sub-menu > div{
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: center;
    border-left: 1px solid #d5d5d5;
    box-sizing: border-box;
    margin-bottom: 0;
    cursor: pointer;
}
.pane-item-sub-menu .tri-label{
    color: #313131;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
}
.pane-item-sub-menu .tri-label.active{
    color: #ff0000;
    background: #f3f3f3;
}
.pane-item-sub-menu .tri-label:last-child{
    border-right: 1px solid #d5d5d5;
}
.pane-item-sub-menu .tri-label:hover a,.pane-item-sub-menu .tri-label a:hover{
    color: #ff0000;
}
.pane-item-sub-content > div{
    display: none;
}
.item-sub-panel-title{
    color: #333333;
    font-size: 16px;
    margin-top: 30px;
}
.item-sub-panel-title > a:hover{
    color: #333333;
}
.mt30{
    margin-top: 30px;
}
.frame-body-block{
    background-color: #f3f3f3;
    flex-direction: column;
    display: flex;
    padding: 23px;
    box-sizing: border-box;
    width: 100%;
}
.frame-body-block > h3{
    color: #ff0000;
    font-size: 16px;
}
.frame-body-block > p{
    color: #4c4c4c;
    font-size: 14px;
}
.frame-body2{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5d5d5;
    margin-top: 20px;
    flex-direction: column;
}
.frame-body-block-img{
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.frame-body3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
}
.frame-body-block-img img{
    width: 100%;
}
.frame-body3 img{
    width: 100%;
}

.frame-body-block-img-r{
    font-size: 14px;
    width: 50%;
    color: #4c4c4c;
}
.frame-body-block-img-r > h2{
    font-size: 14px;
    color: #e60000;
    line-height: 2;
}
.frame-body-block-img-r > h3{
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-bottom: 8px;
}
.frame-body-block-img-r > h4{
    line-height: 2;
}
.frame-body-block-img-r > ul{
    margin-top: 10px;
}
.frame-body-block-img-r > ul >li{
    line-height: 1.7;
    font-size: 14px;
}



@media (max-width: 1280px) {
    .frame-body-block-img{
        flex-direction: column;
        padding: 10px;
    }

}


@media (max-width: 960px) {
    .pane-item-table {
        display: none;
    }

    .item-apple-wrapper > li > div {
        flex-direction: column;
    }
    .item-apple-wrapper > li > div > div{
        margin-left: 0;
        margin-top: 15px;
    }
    .item-apple-wrapper > li > div > span{
        width: 100%;
    }
    .item-apple-wrapper > li > div > span img{
        width: 100%;
        object-fit: cover;
    }
    .item-apple-wrapper > li{
        padding-bottom: 15px;
    }
    .item-apple-wrapper > li > div > div > p{
        line-height: 1.5;
    }

    .pane-item-sub-menu{
        flex-direction: column;
        align-items: center;
    }
    .pane-item-sub-menu .tri-label {
        display: flex;
        width: 100%;
    }
    .pane-item-sub-menu > div {
        border-right: 1px solid #d5d5d5;
    }


}

@media (max-width: 750px) {
    .head-menu {
        flex-direction: column;
    }

    .head-menu > a::before {
        display: none;
    }

    .head-menu > a {
        font-size: 13px;
        height: 40px;
        line-height: 40px;
    }

}