body{
    padding-top: 214px;
    background-color: #1c2125;
}
.module{
    padding: 30px 0;
}
.module:nth-child(odd){
    background-color: #1c2125;
}
.module:nth-child(even){
    background-color: #2a3036
}
#modules{
    position: relative;
    padding-top: 320px;
    background-color: #1c2125;
}
#location{
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-550px)
}
#title{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 170px;
}
#title .t::after{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: red;
    margin: 0 auto;
}
.con{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.info>p img{
    width: 100%;
}
#header{
    background-color: #1c2125;
}
#nav{
    background-color: #1c2125;
}