.cp-tit{
    text-align: center;
}
.banner{margin-top: 60px}
.cpnr-tit{
    line-height: 40px;
}
.cp-nr{
    width: 70%;
    margin: 1% auto;

}
.cp-mb p{
    text-indent: 28px;
    line-height: 25px;
}
.cp-nr >.row{
    padding: 1%;
}
.ic1{
    display: inline-block;
    width: 27px;
    height: 31px;
line-height: 34px;
    color: #0000FF;
    font-weight: bold;
    padding-bottom: 5px;
    background:url("../images/icon3.png") no-repeat ;
    text-align: center;
}
.cp-mb .col-sm-6{
    padding: 10px;
    overflow: hidden;
    position: relative;
z-index: 1;
}

.cp-mb{
    margin: 1% auto;
    -webkit-transition: .2s linear all;
    -moz-transition: .2s linear all ;
    -ms-transition: .2s linear all ;
    -o-transition: .2s linear all ;
    transition: .2s linear all ;
    border: 2px solid transparent;
}
.cp-mb a{
    color: #222222;
}
.col-sm-6>a>.img-max{
    position: relative;
    z-index: 1;
    -webkit-transition: .2s linear all ;
    -moz-transition: .2s linear all ;
    -ms-transition: .2s linear all ;
    -o-transition: .2s linear all ;
    transition: .2s linear all ;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.cp-mb:hover{
    cursor: pointer;
    border-color: rgba(26,54,145,.7);
}
.cp-mb:hover .img-max{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);


}
.cpfw{

    /*background: url("../images/ditu.png") fixed;*/

}
.cp-mb:hover a{
    color: #00087b;

}
.sj-l{
    position: absolute;
    left: 0;
    top: 50%;
    transform: scale(1);
    z-index: 99;

}.sj-r{
    position: absolute;
    right: 0;
    top: 50%;
    transform: scale(1);
    z-index: 99;

}
@media screen and (max-width: 769px){
    .cp-nr{
        width: 90%;
        margin: 0 auto;

    }
}