.banner-wrap {}

.banner-wrap img {}

/* 产品中心详情 --start */
.productsCenterDtl-wrap {
    /* width: 1200px;
    margin: 0 auto; */
    /* overflow: hidden; */
    margin-bottom: 70px;

}

/* 产品中心详情分类 */
.productsCenterDtl-list {
    width: 100%;
    border: 1px solid #DADADA;
}

.productsCenterDtl-list .productsCenterDtl-item ul {
    display: none
}

.productsCenterDtl-list .productsCenterDtl-item h3 {
    width: 100%;
    padding: 17px 0 17px 36px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: #FFFFFF;
    background: #40495F;
}

.productsCenterDtl-list .productsCenterDtl-item h3 .glyphicon {
    top: 2.2px;
    margin-left: 60px
}

.productsCenterDtl-list .productsCenterDtl-item ul {
    width: 100%;
    padding: 16px 14px;
    background: #FFFFFF;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;

}

.productsCenterDtl-list .productsCenterDtl-item ul li {
    height: 42px;
    line-height: 42px;
    padding-left: 22px;
    box-sizing: border-box;
}

/* 产品中心详情内容 */
.productsCenterDtl-content {
    /* border: 1px solid #DADADA;
    border-top: 0; */
}
.productsCenterDtl-content_border{
     border: 1px solid #DADADA;
    border-top: 0;
}
.productsCenterDtl-content .pcd-content_title {
    position: relative;
    /* height: 378.88px; */
    padding-top: 64px;
    top: 12px;
    background: #f5f5f5;
    padding-bottom: 12px;
    border:1px solid #DADADA;
    border-top:none;
    border-bottom: none

}

.productsCenterDtl-content .pcd-content_title .title_Bg {
    position: absolute;
    width: 100%;
    height: auto;
}

.productsCenterDtl-content .title_text_h3 {
    position: absolute;
    padding: 2% 3%;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.productsCenterDtl-content .pcd-content_title .pcd-content_title_text {
    margin-top: 50px;
    padding-left: 3%;
}

.productsCenterDtl-content .pcd-content_title .pcd-content_title_text h4 {
    font-size: 24px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
}

.productsCenterDtl-content .pcd-content_title .pcd-content_title_text p {
    font-size: 14px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(102, 106, 112, 1);
    line-height: 22px;
    margin-top: 31px;
}

/* 游客需求不断升级，景区“软实力”正面临挑战 */
.pcd-content_challenge {
    padding-top: 79px;
}

.pcd-content_challenge h3 {
    text-align: center;
    font-size: 26px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: #333333;
}

.pcd-content_challenge ul {
    width: 94%;
    margin: 0 auto;
    margin-top: 30px;
}

.pcd-content_challenge ul li {
    position: relative;
    overflow: hidden;
    /* height: 171.68px; */

}

.pcd-content_challenge ul li img {
    position: relative;
    width: 100%;
    /* height: auto; */
    transform: scale(1.1);
    transition: 1s;

}

.pcd-content_challenge ul li h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* line-height:171.67px;; */
    width: 100%;
    font-size: 16px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: center
}

/* 路通物联景区综合管理系统优势 */
.pcd-content_advantage {
    padding-top: 50px;
}

.pcd-content_advantage h3 {
    text-align: center;
    font-size: 26px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: #333333;
}

.pcd-content_advantage .advantage_list_pc {
    margin: 0 auto;
    margin-top: 29px;
    width: 94%;


}

.pcd-content_advantage .advantage_item_pc {
    position: relative;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    height: 78px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.pcd-content_advantage .advantage_item_pc:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.pcd-content_advantage .advantage_item_pc .advantage_item_pc_icon {
    line-height: normal;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;

}

.pcd-content_advantage .advantage_item_pc .advantage_item_pc_title {
    text-align: center;
    font-size: 16px;
    height: 78px;
    line-height: 78px;
    border-left: 1px solid #f0f0f0;
}

.pcd-content_advantage .advantage_item_pc .advantage_item_pc_text {
    height: 78px;
    display: table;
    overflow: hidden;
}

.pcd-content_advantage .advantage_item_pc .advantage_item_pc_text p {
    line-height: 25px;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #f0f0f0;
    padding: 0 15px;
    font-size: 14px;
}

/*  系统功能列表  */
.pcd-content_function {
    padding-top: 44px;
    padding-bottom: 30px;
}

.pcd-content_function h3 {
    text-align: center;
    font-size: 26px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: #333333;
}

.pcd-content_function_pc .function_list {
    padding-top: 40px;
}

.pcd-content_function_pc .function_list_text {
    font-size: 16px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: #666666;
    text-align: center;
}

.pcd-content_function_pc ul {
    width: 94%;
    margin: 0 auto
}

.pcd-content_function_pc .function_list_text {
    padding: 0;
}

.pcd-content_function_pc .function_list_text img {
    margin: 0 auto;
    margin-bottom: 13px
}

.pcd-content_function_pc .function_list_text img:nth-child(1) {
    display: block;
}

.pcd-content_function_pc .function_list_text img:nth-child(2) {
    display: none;
}

.pcd-content_function_pc .function_list_text:nth-child(1) img:nth-child(1) {
    display: none;
}

.pcd-content_function_pc .function_list_text:nth-child(1) img:nth-child(2) {
    display: block;
}

.pcd-content_function_pc .function_item {
    width: 94%;
    margin: 0 auto;
    background-color: #F5F5F6;
    padding-top: 15px;
    margin-top: 21px;
}

.pcd-content_function_pc .function_item ul {
    margin: 0 auto;
    display: none;
}

.pcd-content_function_pc .function_item ul:nth-child(1) {
    display: block;
}

.pcd-content_function_pc .function_item ul li {
    margin-top: 15px;
    height: 130px;
    padding: 0px 39px;
}

.pcd-content_function_pc .function_item ul li h5 {
    font-size: 16px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: #333333;
    /* line-height:78px; */
    margin-bottom: 13px;
}

.pcd-content_function_pc .function_item ul li p {
    font-size: 14px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: #666666;
    line-height: 18px;

}

/* 产品中心详情 --end */

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:992px) and (max-width: 1200px) {
    .productsCenterDtl-list .productsCenterDtl-item h3 {
        font-size: 16px;
        padding: 17px 0 17px 26px;
    }

    .productsCenterDtl-list .productsCenterDtl-item ul {
        font-size: 14px;

    }

    .productsCenterDtl-list .productsCenterDtl-item h3 .glyphicon {
        top: 2.2px;
        margin-left: 50px;
    }

    .productsCenterDtl-content .pcd-content_title h3 {
        height: 52px;
        line-height: 52px;
        font-size: 21px;
    }

    .productsCenterDtl-content .pcd-content_title .pcd-content_title_text {
        margin-top: 30px;
    }

    .productsCenterDtl-content .pcd-content_title .pcd-content_title_text h4 {
        font-size: 18px;
    }

    .productsCenterDtl-content .pcd-content_title .pcd-content_title_text p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 18px;

    }

    .pcd-content_advantage .advantage_item_pc .advantage_item_pc_title {
        font-size: 14px;
    }

    .pcd-content_advantage .advantage_item_pc .advantage_item_pc_text p {
        font-size: 12px;
    }

    .pcd-content_function_pc .function_list_text {
        font-size: 13px;
    }

    .pcd-content_function_pc .function_item ul li h5 {
        font-size: 14px;
    }

    .pcd-content_function_pc .function_item ul li p {
        font-size: 12px;
    }
}

/* 产品详情列表点击态 */
.productsCenterDtl-list .productsCenterDtl-item ul .active-productsCenterDtl {
    color: #FFFFFF;
    background: #0455A7;
}
.productsCenterDtl-list .productsCenterDtl-item ul li:hover a{
    color: #0455A7;
}
.productsCenterDtl-list .productsCenterDtl-item ul .active-productsCenterDtl a{
    color: #FFFFFF;
}
.productsCenterDtl-list .productsCenterDtl-item ul .active-productsCenterDtl:hover a{
    color: #FFFFFF;
}


/* 游客需求不断升级，景区“软实力”正面临挑战 hover态 */
.pcd-content_challenge ul li:hover img {
    transform: scale(1.2);
}

/* 路通物联景区综合管理系统优势 hover态 */
.pcd-content_advantage .advantage_item_pc:hover {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
/* 指针hover变化*/
.productsCenterDtl-list .productsCenterDtl-item h3,.productsCenterDtl-list .productsCenterDtl-item ul li,
.pcd-content_function_pc .function_list li{
    cursor:pointer
}
.productsCenterDtl-list .productsCenterDtl-item ul li:hover{
    color:#0455A7 
}
.productsCenterDtl-list .productsCenterDtl-item ul .active-productsCenterDtl:hover{
    color: #ffffff
}



/* 小屏幕（小于 992px） */
@media (max-width: 992px) {
    .productsCenterDtl-wrap {
        /* width: 1200px;
        margin: 0 auto; */
        overflow: hidden;
        margin-bottom: 30px;
    }



    .item_flex {
        line-height: normal;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        /* -webkit-justify-content: center;
        justify-content: center; */
        height: 100%;
        
    }
    .productsCenterDtl-content .title_text_h3{
        padding-top: 8%;
        width: 100%;
        text-align: center;
        color: #333333;
        background:none !important

    }
    .productsCenterDtl-content .pcd-content_title{
        border: none;
        padding-top: 5% !important;
        background:none !important
    }
    .productsCenterDtl-content .pcd-content_title .pcd-content_title_text{
        padding:0;
    }
    .productsCenterDtl-content .pcd-content_title .pcd-content_title_text p{
        width: 94%;
        margin: 0 auto;
        margin-top: 18px;
    }
    .productsCenterDtl-content .pcd-content_title .pcd-content_title_text h4,
    .pcd-content_challenge h3,
    .pcd-content_advantage h3,
    .pcd-content_advantage h3{
        font-size: 21px;
        text-align: center;
     width: 79%;
     margin: 0 auto;
    }


    .productsCenterDtl-content .pcd-content_title .pcd-content_title_text h4 {
        text-align: center;
    }
    .products-line {
        height: 12px;
        left: -50%;
        right: -50%;
        background: #F0F0F0;
        position: absolute;
        margin: 12px 0;
    }

    .productsCenterDtl-content .pcd-content_title h3 {
        padding-left: 0;
        text-align: center;
        color: #333333;
        height: 70px;
        line-height: 70px;
    }

    .productsCenterDtl-content_border {
        border: none
    }

    .pcd-content_challenge ul {
        width: 100%
    }

    .advantage_list_m {
        width: 94%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .advantage_list_m li {
        margin: 29px 0 40px 0
    }

    .advantage_list_m li .row:nth-child(1) {
        height: 48px;
    }

    .advantage_list_m li .row:nth-child(1) div {
        line-height: normal;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .advantage_list_m li .row:nth-child(1) div img {}

    .advantage_list_m li .row:nth-child(1) h5 {
        /* height: 48px;
        line-height: 48px; */
        font-size: 16px;
        color: #333333;
    }

    .advantage_list_m li .row:nth-child(2) p {

        line-height: 21px;
        font-size: 13px;
        color: #333333;
    }

    .pcd-content_function_m {
        width: 94%;
        margin: 0 auto;
    }

    .pcd-content_function_m .function_m_box {
        margin-top: 30px
    }

    .pcd-content_function_m .function_m_box .function_m_item {
        border: 1px solid #E3E3E3;
        margin-top: 8px;
    }

    .pcd-content_function_m .function_m_box .function_m_item .row:nth-child(1) {
        height: 48px;
      
    }

    .pcd-content_function_m .function_m_box .function_m_item .row h4 {
        line-height: 48px;
    }

    .pcd-content_function_m .function_m_box .function_m_item .function_m_item_text {
        padding-bottom: 22px;
    }

    .pcd-content_function_m .function_m_box .function_m_item .function_m_item_text li {
        margin-top: 24px;
    }

    .pcd-content_function_m .function_m_box .function_m_item .function_m_item_text li h5 {
        font-size: 15px;
        font-family: PingFang-SC-Medium;
        color: #333333;
    }

    .pcd-content_function_m .function_m_box .function_m_item .function_m_item_text li p {
        font-size: 12px;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        color: #666666;
        line-height: 18px;
        margin-top: 12px;
    }

    .function_m_item_text {
        display: none;
        border-top: 1px solid #E3E3E3;
    }

}