/* 公共title */
.appTltieBox{
    position: relative;
    margin-bottom:1.5rem;
}
.appTltieBox h2{
    position: absolute;
    left:0px;
    bottom:0px;
    font-size:1.2rem;
    line-height:1rem;
    text-align: center;
    width:100%;
}
.appTltieBox .appTltie_img1{
    width:90%;
    margin:0px auto;
    opacity:0.6;
}

.ellipsisA{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.ellipsisB2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* text-indent:1rem; */
}

/* 公共HOMER按钮 */
.appMore_btn{
    border:1px solid #999;
    border-radius:5px;
    font-size:0.6rem;
    display:block;
    width:3rem;
    line-height:1.2rem;
    text-align: center;
}


/* 关于我们 */
.app .AppAbout{
    padding:2rem 0px;
    background: #f5f5f5;
}
.app .AppAbout .AppAbout_content{

}
.app .AppAbout .AppAbout_content .AppAbout_content_left{
    float: left;
    width:45%;
}
.app .AppAbout .AppAbout_content .AppAbout_content_left img{
    width:100%;
}
.app .AppAbout .AppAbout_content .AppAbout_content_right{
    float: left;
    width:50%;
    /* background: #ff6600; */
}
.app .AppAbout .AppAbout_content .AppAbout_content_right .AppAbout_content_right_div1{
    padding-left:10%;
    padding-top:0.6rem;
    text-align: left;
    /* color:#333333; */
    font-size:0.7rem;
}
.app .AppAbout .AppAbout_content .AppAbout_content_right .AppAbout_content_right_div1 .AppAbout_content_right_div1_p2{
    text-align: left;
    word-break: break-all;
}
.app .AppAbout .AppAbout_content .AppAbout_content_right .AppAbout_content_right_div2{
    background: #ffffff;
    padding:1rem 1rem 10%;
    text-align: justify;
    margin-top:1rem;
}
.app .AppAbout .AppAbout_content .AppAbout_content_right .AppAbout_content_right_div2 p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-indent:1rem;
}


/* 不良资产业务 */
.app .appBlzc{
    padding:2rem 0px;
    position: relative;
    background: #FFF;
}
.app .appBlzc .AppBlzc_content{
    /* width:90%; */
    /* margin:0px auto; */
    text-align: justify;
}
.app .appBlzc .AppBlzc_content .AppBlzc_content_p1{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-indent:1rem;

    width:90%;
    margin:0px auto;
    display: block;
}
.app .appBlzc .AppBlzc_content .AppBlzc_content_div1 .AppBlzc_content_div1_img1{
    width:60%;
    float: right;
    margin-top:1.4rem;
    /* position: absolute;
    right:0px;
    top:14.5rem; */
}
.app .appBlzc .AppBlzc_content .AppBlzc_content_div1 .AppBlzc_content_div1_img2{
    width:35%;
    float: right;
    margin-top:2rem;
}

/* 新闻资讯 */
.AppNews{
    background:#fbfbfb;
    padding:2rem 0px;
    position: relative;
    width:100%;
    overflow: hidden;
}
.AppNews_swiper{
    padding-top:5%;
}
.AppNews_swiper_s{
    height:23rem !important;
    overflow: hidden;
}
.AppNews_swiper_ss{
    height:23rem !important;
}
.AppNews_content_box{
    height:auto;
    /* background: #ff6600; */
    margin-bottom:0.4rem;
    padding:0px 5%;
}
.AppNews_content_box_block{
    border-bottom:1px dashed #CCC;
    padding-bottom:1rem;
    margin-top:1rem;
    overflow: hidden;
}
.AppNews_content_box_block_left{
    float: left;
    /* width:25%; */
    padding-right:5%;
    border-right:1px solid #CCC;
    text-align: justify;
    /* padding-right:6%; */
    box-sizing: border-box;
    text-align: right;
    padding-top:1.2%;
}
.AppNews_content_box_block_left h3{
    color:#ebc471;
    font-size:1.2rem;
    text-align: center;
    line-height:1.2rem;
}
.AppNews_content_box_block_right{
    float: left;
    margin-left:5%;
    width:70%;
    padding-top:1.5%;
}
.AppNews_content_box_block_right h4{
    
}
.AppNews_content_box_block_right p{
    
}
.pagination2{
    width:90%;
    height: 2rem;
    position: absolute;
    top:14.5%;
    left:5%;
}
.pagination2 span{
    display:block;
    float: left;
    color:#444;
    background:url("../images/appNews_pic01.png") no-repeat left center;
    /* padding-left:1rem; */
    font-size:0.8rem;
    /* padding-right:0.5rem; */
    width:21%;
    padding-left:4%;
    /* text-align: right; */
}
.pagination2 .swiper-active-switch{
    color:#222;
    font-weight:800;
    background:url("../images/appNews_pic02.png") no-repeat left center;
}

/* 佳拍信息 */
.Appjpxx{
    width:100%;
    padding:2rem 0px;
    background:url("../images/jpxx.jpg") no-repeat center;
    background-size: cover;
}
.Appjpxx .Appjpxx_content{
    width:84%;
    margin:0px auto;
    background: #ffffff;
    padding:0.2rem 3% 1.2rem;
}
.Appjpxx .Appjpxx_content .Appjpxx_content_block{
    border-bottom:1px dashed #CCC;
    padding-top:1rem;
    padding-bottom:0.8rem;
}
.Appjpxx_content_block_left{
    width:67%;
    /* background:#F60; */
    float: left;
}
.Appjpxx_content_block_left h2{
    font-size:0.7rem;
    margin-top:1%;
    margin-bottom:1.5%;
}
.Appjpxx_content_block_left p{
    font-size:0.6rem;
    color:#777;
}
.Appjpxx_content_block_right{
    width:28%;
    height:3.5rem;
    background: #aaffaa;
    float: right;
}
.Appjpxx_content_block_right img{
    width:100%;
    min-height:100%;
}


/* 团队介绍 */
.Apptdjs{
    width:100%;
    background:#fbfbfb;
    padding:2rem 0px;
    overflow: hidden;
    position: relative;
}
.Apptdjs_content_box{
    width:86%; 
    margin:0px auto;
}
.Apptdjs_content_box .arrow_btn{
    position:absolute;
    top:10rem;
    
    width:1rem;
    height:2.5rem;
    z-index:99;
}
.Apptdjs_content_box .arrow-left2{
    background: url('../images/next.png') no-repeat center;
    background-size:100%;
    left:2%;
}
.Apptdjs_content_box .arrow-right2{
    background: url('../images/prev.png') no-repeat center;
    background-size:100%;
    right:2%;
}
.Apptdjs_content_box .swiper-container3{
    overflow: hidden;
    height:14rem !important;
    padding-top:0.2rem;
}
.Apptdjs_content_box .swiper-container3 .Apptdjs_swiper_box{
    padding:0px 6%;
}
.Apptdjs_swiper_box_block{
    box-shadow:0px 0px 6px #efe6d5;
    height:13.6rem;
    text-align:center;
}
.Apptdjs_swiper_box_block .Apptdjs_swiper_box_block_img{
    width:100%;
    height:10rem;
    overflow: hidden;
}
.Apptdjs_swiper_box_block .Apptdjs_swiper_box_block_img img{
    width:100%;
    min-height:100%;
}
.Apptdjs_content_box .swiper-container3 .Apptdjs_swiper_box h2{
    color:#ebc471;
    font-size:0.9rem;
    font-weight:550;
    margin-top:0.5rem;
}
.Apptdjs_content_box .swiper-container3 .Apptdjs_swiper_box h3{
    font-size:0.7rem;
    font-weight:400;
}