.main>h1{
    margin-top: 50px;
    margin-bottom: 70px;
}
.main>h1 img{
    max-width: 120%;
    margin-left: -10%;
}
#cp .list1{
    float: left;
    width: 78%;
    margin-left: 2%;
}
.list1 h3 span{
    font-size: 18px;
    color: #333;
}
.list1 h3 i{
    margin-right: 12px;
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #F25C19;
}
.list1 hr{
    margin-bottom: 20px;
    margin-top: 10px;
    border-top:1px solid #ccc;
}
.cp-list .list11{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.list11 .img1{
    border: 1px solid #E3E3E3;
    text-align: right;
    position: relative;
    height: 230px;
    line-height: 230px;
    overflow: hidden;
}
.list11 .img1:hover p{
    display: block;
    transition: all 1s;
}
.list11 .img1 p{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
}
.list11 .img1 p a{
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 13px;
}
.list11>a>p{
    color: #494949;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}
.cp-list .list11:nth-child(3),
.cp-list .list11:nth-child(6){
    margin-right: 0;
}
#cp{
    margin: 50px 0;

}
#cp .main{
    overflow: hidden;

}
#cp .cp{
    width: 78%;
    margin-left: 2%;
    float: left;
}
#cp .cp-list{
    margin-top: 30px;
}

@media screen and (max-width: 980px) {
    .list11 .img1{
        height: 190px;
        line-height: 190px;
    }
}
