.container{
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
}
.header-img{
     width: 70%; 
     height: auto;
     background-size: cover;
    background-repeat: no-repeat;
}

.part-one-container{
    padding: 10px 142px 60px 142px;
    text-align: center;
    background-color:#ffffff;
}
.one-div{
    display: inline-block;
    width: 30%;
    height: auto;
    vertical-align: top;
}

.img-icon{
    width: auto;
    height: 72px;
    margin-bottom: 20px;
}
.p-title{
    display: block;
    font-size: 24px;
    color: #546d96;
    height: 30px;
}
.p-desc{
    display: block;
    font-size: 14px;
    color:#888888;
    margin-top: 5px;
    height: 18px;
}
.part-two-container{
    width: 70%;
    height: auto;
    margin:auto;
    padding-bottom: 30px;
    text-align: center;
    background-color: rgba(229, 227, 227, 0.16);
}
.img-part-two-header{
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 45px;
    width: 577px;
    height: 46px;
}
.img-part-two{
    width: 66%;
    height: auto;
}
.div-point{
    margin:auto;
    margin-top: 25px;
    margin-bottom: 48px;
    text-align: left;
    width: 66%;
    height: 19px;
    line-height: 19px;
}
.img-point{
    width: 19px;
    height: 19px;
    vertical-align: middle;
}
.span-point{
    font-size: 14px;
    color: #666666;
    height: 19px;
    vertical-align: middle;
}
.footer{
    text-align: center;
    padding: 48px 0 70px 0;
    color: #ffffff;
}
.footer-p{
font-size: 14px;
color: #666666;
display: block;
margin-bottom: 5px;
}