.mark{
    position: relative;
    min-width: 1200px;
    height: 300px;
    margin-top: 80px;
    background: url(../img/E/Eagency_02.jpg) no-repeat center;
}
.markContent{
    width:100%;
    position: relative;
    min-width: 1200px;
    height: 1130px;
}
.markTitle h3{
    font-size: 3.5rem;
    color: #333333;
    text-align: center;
}
.markContent p:nth-of-type(1){
    width: 2rem;
    height: 4px;
    margin: 1rem auto 3rem;
}
.markContent p .markLine{
    display: inline-block;
    background: #d84714 ;
    width: 100%;
    height: 100%;
    vertical-align: middle;

}
.markIntro{
    width:80%;
    position: relative;
    min-width: 1200px;
    height: 1050px;
    margin:0 auto;
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
}
.markOne{
    width:520px;
    height: 500px;
}
.markPic{
    width:520px;
    height:300px;
}
.markPic img{
    width:100%;
    height:100%;
}
.markWord{
    font-size: 3.5rem;
    padding: 2rem 0 1rem;
}
.markLi{
    line-height: 2rem;
}
.markLi span{
    padding-left: 1rem;
    color:#666666;
}