html,body{
    background: #E3EEFF;
}
.hero-section{
    background: url('../img/index/banner.png') no-repeat ;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 200px;
    height:650px;
}
.hero-section .hero-logo{
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
}
.hero-section .text-wrapper{
    width: 711px;
    height: 429px;
    padding-top: 50px;
    background: rgba(255,255,255,0.04);
    border-radius: 10px;
    border: 4px solid #FFFFFF;
    margin:0 auto;
}
.hero-section h1{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    text-align: center;
}
.hero-section p{
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
    color:#fff;
}
.img-wrapper{
    background: #F6F6F9;
    padding:50px 0 100px 0;
}
.img-wrapper .img-container{
    width: 1200px;
}
.img-wrapper .img-container img{
    width: 100%;
    height: 100%;
}