.cpcp{
    padding: 95px 0 130px;
}
.index_tit1 {
    text-align: center;
    margin-bottom: 70px;
}
.index_tit1 span{
    position: relative;
    font-size: 35px;
    color: #000000;

}
.index_tit1 span::after{
    position: absolute;
    left: -1%;
    display: block;
    content: "";
    width: 102%;
    height: 3px;
    background: #eb6622;
    margin: 0 auto;
    margin-top: 16px;
}
.cp_ti{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.cp_ti h3{
    width: 125px;
    font-size: 23px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    margin-right: 3%;
    background: #f97623;
}
.cp_ti ul{
    flex: 1;
    font-size: 0;
}
.cp_ti ul li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
}
.cp_ti ul li:last-child{
    margin-right: 0;
}
.cp_ti ul li a{
    display: block;
    position: relative;
    font-size: 23px;
    line-height: 40px;
    color: #000000;
    padding: 0 6px;
}
.cp_ti ul li a.cur{
    color: #f97623;
}
.cp_ti ul li a.cur::after{
    position: absolute;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #eb6622;
    margin: 0 auto;
}
.cp_con ul li{
    margin-top: 100px;
    box-shadow: 0 0 8px rgba(171,171,171,0.52)
}
.cp_con ul li a{
    display: flex;
    align-items: center;
}
.cp_lf{
    width: 50%;
}
.cp_lf{
    color: #000000;
    padding: 35px 25px;
}

.cp_lf h3{
    font-size: 30px;
        color: #000000;
}
.cp_nr{
    font-size: 20px;
    line-height: 35px;
    color: #000000;
    margin: 30px 0;
}
.cp_lf p{
    width: 120px;
    font-size: 18px;
    line-height: 38px;
    color: #000000;
    text-align: center;
    border: 1px solid #000000;
}
.cp_img{
    width: 50%;
}
.cp_img img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.cp_con ul li:hover{
    box-shadow: 0 0 8px rgba(249,118,35,0.52)
}
.cp_con ul li:hover .cp_lf{
    background: #f97623;
}
.cp_con ul li:hover .cp_lf h3{
    color: #ffffff;
}
.cp_con ul li:hover .cp_lf .cp_nr{
    color: #ffffff;
}
.cp_con ul li:hover .cp_lf p{
    color: #ffffff;
    border: 1px solid #ffffff;
}
.mm{
    display: none;
}