.loadPic{
    position: relative;
    top: -5px;
    cursor: pointer;
    background: url("../images/loadPic.gif") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 56px;
    display: none;
}
.p_CtLNavChild{
    width: 100%;
    text-align: center;
    position: relative;
    top: -5px;
    display: none;
}
.p_CtLNavChild>a{
    background: #8A8A8A;
    border-top: 1px solid #ADADAD;
}
.a_CtLNav>ul li a{
    padding-left: 40px;
    text-align: left;
    position: relative;
    padding-right: 15px;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p_CtLNavChild>a:first-child{
    border-top: 0;
}
.p_CtLNavChild>a:hover{
    background: #666666;
}
.p_CtLNavChild>a.active{
    background: #666666;
}
.p_Ct{
    width: 100%;
    overflow: hidden;
}
.p_NavListBox{
    position: absolute;
    height: 12px;
    width: 12px;
    background: url("../images/addIcon.png") no-repeat left center;
    top: 50%;
    margin-top: -7px;
    left: 22px;
}
.p_NavListBox.active{
    background: url("../images/jianIcon.png") no-repeat left center;
}
.p_CtBox{
    width: 110%;
}
.p_Ct1{
    width: 287px;
    margin-right: 19px;
}
.p_Ct1Pic>img{
    width: 100%;
}
.p_Ct1>p{
    height: 56px;
    line-height: 56px;
    margin-bottom: 0;
    text-align: center;
}
.a_CtR1{
    display: none;
}
.a_CtR1.active{
    display:block;
}
@media (min-width: 992px) and (max-width: 1199px){
    .p_Ct1{
        width: 237px;
    }
    .a_CtLNav>ul li .p_CtLNavChild>a{
        padding: 0 20px;
        text-align: center;
        max-width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .a_CtLNav>ul li{
        width: 32%;
    }
    .p_CtLNavChild{
        position: absolute;
        top: 51px;
        left: 0;
    }
    .a_CtLTip{
        float: none;
    }
    .a_CtLNav{
        float: none;
    }
    .a_CtLNav>ul{
        width: 650px;
        margin: 0 auto;
    }
    .p_Ct1{
        width: 365px;
    }
    .a_CtLNav>ul li .p_CtLNavChild>a{
        padding: 0 20px;
        text-align: center;
        max-width: 208px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media (max-width: 767px){
    .a_CtLNav>ul li{
        min-width: 190px;
    }
    .p_CtBox{
        width: 100%;
    }
    .p_Ct1{
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .p_Ct1Pic{
        width: 80%;
        margin: 0 auto;
    }
    .a_CtLNav>ul li .p_CtLNavChild>a{
        padding: 0 20px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .p_CtLNavChild{
        position: absolute;
        top: 51px;
        left: 0;
    }
}
@media (max-width: 430px){
    .a_CtLNav>ul li{
        min-width: 147px;
    }
    .a_CtLNav>ul li a{
        font-size: 12px;
    }
    .a_CtLNav>ul li .p_CtLNavChild>a{
        padding: 0 20px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}