.project{
    width: 100%;
    height: 800px;
    margin: 150px 0;
}
.project-title{
    width: 1330px;
    height: 100px;
    margin: 100px 15%;
}

.project-title div{
    display: inline-block;
}
.project-title a{   
    float: right;
    font-size: 18px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}
.project-title a::after{
    content: '';
    width: 74px;
    height: 2px;
    display: block;
    border-bottom: 2px solid #f99e27;
}
.project-title h1{
    font-size: 38px;
    font-family: "Microsoft YaHei";
}

.project-title p{
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
}
.swiper-container{
    width: 100%;
    height: 580px;
    /* overflow: visible !important; */
    position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide{ 
    width: 1000px;
    border-radius:20px;
    background:palegreen
}
.swiper-slide{
    opacity: 0.4;
}

.swiper-slide-active{
    opacity: 1;
}
.inside{
    position: absolute;
    width: 375px;
    height: 180px;
    bottom: 135px;
    right: 40px;
    text-align: right;
    display: flex;
    flex-flow: column;
}
.image img{
    /* width: 100%; */
    height: 580px;
}
.inside p{
    font-size: 32px;
    font-family: "Microsoft YaHei";
    color: rgb(254, 254, 254);
    font-weight: bold;
}
.inside i{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(254, 254, 254);
    font-weight: bold;
    margin: 25px 0;
}
.inside div{
    position: absolute;
    right: 30px;
    bottom: -20px;
    width: 120px;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
    text-align: center;
    background-color: #ec6941;
    cursor: pointer;
}
.inside div:hover{
    transform: scale(1.4);
}
.inside a{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(254, 254, 254);
    font-weight: bold;
}
.inside span{
    font-size: 16px;
    color: #fff;
}

  
    

