.container-project {
    width: 100%;
    height: 868px;
}

.project-title {
    width: 100%;
    height: 130px;
    text-align: center;
}

.project-title>h4 {
    font-size: 34px;
    color: #ffffff;
    display: inline-block;
    margin-top: 60px;
}

.project-content-box {
    width: 100%;
}

.project-content-box>ul {
    width: 64%;
    margin-left: 18%;
    overflow: hidden;
}

.project-one>li {
    float: left;
    width: 49%;
    height: 290px;
    margin-top: 20px;
}

.project-one>li:nth-child(2n+2) {
    margin-left: 2%;
}

.project-two>li {
    float: left;
    width: 50%;
    height: 290px;
    background-color: #ffffff;
    overflow: hidden;
}

.project-two>li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin-left: -5%;
}

.project-two>li img:hover {
    transform: scale(1.2);
}

.project-two h4 {
    font-size: 20px;
	color:#0f307f;
    margin-left: 2%;
    margin-top: 40px;
    display: inline-block;
}

.project-two h4:hover{color: #426dd7;}

.project-two p {
    font-size: 14px;
    color: #555555;
    width: 90%;
    margin-left: 7%;
    margin-top: 12px;
    line-height: 24px;
    height: 170px;
    overflow: hidden;
}

.project-two a {
    font-size: 12px;
    color: #b4b4b4;
    margin-left: 5%;
}
.project-two a:hover{
    color: #0f307f;
}


/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {
    .project-content-box>ul {
        width: 80%;
        margin-left: 10%;
    }
}

@media all and (max-width:1300px) {
    .project-title>h4 {
        font-size: 28px;
    }
    .project-two>li {
        height: 240px;
    }
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .project-title {
        height: 100px;
    }
    .project-title>h4 {
        font-size: 20px;
    }  
    .project-content-box>ul {
        width: 94%;
        margin-left: 3%;
    }
    .project-one>li {
        float: left;
        width: 100%;
        height: 290px;
        margin-top: 10px;
    }
    .project-one>li:nth-child(2n+2) {
        margin-left: 0%;
    }  
    .container-project {
        width: 100%;
        height: 868px;
    }
    .project-two>li {
        height: 260px;
    }
    .container-project {
        height: 1320px;
    }
	.project-two>li img{object-fit: cover;}
	.project-two h4{margin-top:20px;}
}<!--0.00012516975402832-->