  .project{
    background: #f9f9f9;
}
.project .content{
    padding: 0;
}
.project .pro_sw span{
    width: 200px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    background: #fff;
    color: #666666;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    transition: border 0s;
}
.project .pro_sw span.active{
    background: #dc4e42;
    color: #fff;
    border: 0;
}
.project .pro_cont{
    position: relative;
}
.pro_cont .page1>div{
    background: #fff;
    display: none;
}
.pro_cont .page1>div.appear{
    display: block;
}
.project .pro_cont>div{
    opacity: 0;
    display: none;
}
.project .pro_cont>div.active{
    opacity: 1;
    transition-delay: 0.25s;
    display: block;
}
.project .soft{
    /* position: absolute; */
    top: 0;
    opacity: 0;
}
.project .col-xl-12{
    padding: 0;
    margin-top: 40px;
    border: 1px solid #d5d5d5;
}
.project .img{
    position: relative;
    float: left;
    width: 40%;
}
.project .img img:not(:first-of-type){
    position: absolute;
    top: 0;
    left: 0;
}
.project .img img{
    width: 100%;
    transition: all 0s;
}
/* .project .img img.active{
    opacity: 1;
    transition-delay: 0.25s;
    width: 100%;
} */
.project .img p{
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #f05013;
}
.project .wenzi{
    padding: 40px 80px 0;
    /* width: 718px; */
    /* height: 560px; */
    float: left;
    background: #fff;
    width: 60%;
}
.project .wenzi h3{
    text-align: left;
    font-size: 18px;
}
.project .wenzi hr{
    margin-top: 16px;
    margin-left: 0;
    margin-bottom: 19px;
    width: 32px;
}
.project .wenzi p{
    text-align: left;
    font-size: 16px;
}
.project table{
    margin-top: 38px;
}
.project .table .tr{
    border-top: 1px solid #d5d5d5;
    background: #eeeeee;
}
.project .table .tr td{
    line-height: 32px;
}
.project table .col-xl-12{
    margin: 0;
}
.project .table thead{
    background: #eeeeee;
    height: 32px;
}
.project .table th{
    border: 0;
    font-size: 16px;
    color: #323232;
    line-height: 32px;
    padding: 0;
    font-weight: 400;
    display: block;
}
.project .table td{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    padding: 0;
    border-top: 0;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    /* display: block; */
    vertical-align: middle;
}
.project .table td:last-of-type{
    border-right: 1px solid #d5d5d5;
}
.project video{
    width: 460px;
    height: 560px;
}
@media (max-width:1200px){
    .project .wenzi{
        width: 50%;
        padding: 20px;
    }
}