.new-outer{
    width: 100%;
}
.new-inner{
    width:1200px;
    margin:0 auto;
}
.new-float{
    float:none;
    width: auto;
    overflow: inherit;
    display: block;
    margin: 30px 0 10px 10px;
}
.new-main{
    width:1200px;
}
.new-case-ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.new-case-ul li{
    width: 480px;
    border: 1px solid #dddddd;
    border-radius:5px;
    margin-top: 20px;
	background: #fff;
    transition: 1s;
}
.new-case-ul li img{
    display: inline;
    height: auto;
    width: 480px;
    border-radius: 5px 5px 0 0;
    transition: all 1s;
}
.new-case-ul li:hover{
    border: 1px solid #00a49c;
}
.new-case-ul li div a img:hover{
    transform: scale(1.2);
}
.new-module-img{
    width: 230px;
    height: 410px;
    margin-left: 0;
    /* margin-top: 70px; */
}
.new-hover:hover{
    color:#00a49c;
}
.new-bottom-ul li a{
    color: #ffffff;
}
.new-bottom-ul a:hover{
    color: #00a49c;
}