*{
    margin: 0;
    padding: 0;
}
.banner {
    height: 280px;
    background: url("../images/ApexImpression/banner.jpg") no-repeat center;
    background-size: cover;
}
.tra-img{
    background: url("../images/ApexImpression/Tra-img.jpg") no-repeat center;
    background-size: cover;
}

.content-mid{
    margin: 0 auto;
}

.content2{
    text-align: center;
}
.content2 h2{
    font-size: 1.8em;
}
.content2 p{
    font-size: 1.2em;
    padding: 0 40px;
}
.content2-word img{
    width: 48%;
	/* margin: 15px 0; */
}
@media screen and (max-width: 1280px) {
    .content2-word{
        padding-bottom: 60px;
    }
    .content3 img{
        width: 60%;
    }
}
@media screen and (max-width: 768px) {
    .content2-word{
        padding-bottom: 60px;
    }
    .content2-word img{
        width: 35%;
    }
}
.tra-p{
    color: white;
    padding: 100px 0 100px 0;
}
.content3{
    background-color: #f5f5f5;
    text-align: center;
}
.content3 img{
    padding: 60px 0 40px 0;
    /* width: 45%; */
}
@media screen and (max-width: 1000px) {
    .content3 img{
        width: 80% !important;
    }
}
@media screen and (max-width: 768px) {
    .content3 img{
        width: 90%;
    }
}
.display{
    display: none;
}
.content4-span{
    font-family: "Noto Sans S Chinese Light";
    font-size: 1.4em;
    color: #666666;
    padding: 0 0;
}