.cp{
    padding-top: 1.05rem;
    box-sizing: border-box;
    min-height: 15.17rem;
    background: url(../img/cp/cp-bg.jpg) center no-repeat;
    background-size: cover;
}
.cp-cont{
    position: relative;
}
.cp-cont .cp-nav{
    position: absolute;
    top: .35rem;
    right: 0;
    width: 7.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cp-cont .cp-nav a{
    margin:  0 .08rem .05rem .08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    font-family: 'myfont_b';
    color: #3e3a39;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 50%;
    background: url(../img/cp/cp-nav.png) center no-repeat;
    background-size: 100%;
    box-shadow: .05rem .05rem .1rem rgba(0, 0, 0, .2);
}
.cp-cont .cp-nav a.now{
    background: url(../img/cp/cp-nav-on.png) center no-repeat;
    background-size: 100%;
}
.cp-cont .left-img{
    padding-bottom: 1.15rem;
    position: relative;
    width: 7.43rem;
    float: left;
}
.cp-cont .left-img img,
.cp-cont .right-img img{
    display: block;
}
.cp-cont .left-img::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .1rem;
    background: url(../img/cp/cp-line.jpg) center no-repeat;
    background-size: 1005;
}
.cp-cont .left-img .img-box1{
    margin-bottom: .55rem;
    border-top-right-radius: 2rem;
    overflow: hidden;
}
.cp-cont .right-img{
    padding-top: 3.6rem;
    float: right;
    width: 7.43rem;
}
.cp-cont .right-img .cp-desc{
    height: 1.75rem;
}
.cp-cont .right-img .cp-desc .tit{
    margin-bottom: .2rem;
    font-size: .43rem;
    font-weight: bold;
    color: #000000;
}
.cp-cont .right-img .cp-desc  .desc{
    font-size: .27rem;
    line-height: .37rem;
    color: #000000;
}
.cp-cont .right-img  .img-box{
    margin-bottom: .4rem;
}
.cp-cont .right-img  .img-box.last-img{
    position: relative;
}
.cp-cont .right-img  .img-box.last-img::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: -.15rem;
    width: .15rem;
    height: 2.8rem;
    background: #acacac;
}