.content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.25);
    color: #fff;
    z-index: 1;
}
.logo-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 8rem;

}
.logo-container>img{
    display: block;
    width: 9rem;
    height: 10rem;
}
.logo-container>h1{
    margin: 0;
    font-size:1.63rem;
    font-weight:100;
    margin-top: -2rem;
}

.nav{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    list-style: none;
    padding-right: 5rem;
    margin: 3rem 0 0;
    font-size:1rem;
    font-weight:300;
    color:rgba(255,255,255,1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.nav li{
    cursor: pointer;
    position: relative;
    margin-right: 4rem;
}
.nav li>span{
    display:  block;
}
.nav li:hover{

}
.down-menu{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -75px;
    background: #fff;
    font-size:1.13rem;
    font-weight:300;
    color:rgba(51,51,51,1);
    line-height:1.44rem;
    padding: 2rem;
}
.down-menu>img{
    width: 8rem;
    height: 8rem;
    background: #eee;
}
.down-menu>p{
    margin-top:3rem ;
    margin-bottom: 0;
    text-align: center;
}
.content-msg{
    width: 60%;
    text-align: center;
    margin: 4rem auto 0;
}
.fp-controlArrow{
    display: none;
}
.content-footer{
    width: 100%;
    position: absolute;
    bottom: 1.5rem;
    text-align: center;
    font-size:.654rem;
    font-weight:300;
    color:rgba(255,255,255,1);
    z-index: 2;
}
.content-footer a{
    text-align: center;
    font-size:.654rem;
    font-weight:300;
    color:rgba(255,255,255,1);
}
.section2 {
    background: url('../images/section2_bg.png') no-repeat;
    background-size: cover;
    color: #fff;
}
.section2-content{
    width: 100%;
    display: flex;
    justify-content: center;
 }
.section2-content>img{
    width: 24%;
    height: 56rem;
    object-fit: contain;
}
.section2-content-text{
    margin-top: 12rem;
    width: 60%;
}

.section2-content-text .section2-content-logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.section2-content-text .section2-content-logo>img{
    width: 4rem;
    height: 5rem;
}
.section2-content-text .section2-content-logo>h2{
    font-size:1.63rem;
    font-weight:300;
    color:rgba(255,255,255,1);
}
.section2-content-text>P{
    font-size:14px;
    font-weight:300;
    color:rgba(255,255,255,1);
    line-height:2rem;
    margin-top: 2rem;
    margin-bottom: 0;
}
.section2-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}