.main .con{
    width: 96%;
    display: inline-block;
}
.nav-header{
    background-color: #111111;
}
.home-nav a.active{
    color: #1388f8;
}
.current{
    color: #1388f8;
}
.home-nav a{
    width: 23.5%;
    font-size: 1.4rem;
    margin: 4% 0% 2%;
    color: #646464;
    display: inline-block;
}
.home-nav a:not(:last-child){
    border-right: 1px solid #e1e1e1;
}
.home-banner,.home-banner img{
    width: 100%;
}
.home-content{
    width: 100%;
    text-align: center;
    padding-top: 10%;
}
.home-content p{
    width: 90%;
    text-align: left;
    font-size: 1.4rem;
    padding-bottom: 4%;
    color: #656464;
    display: inline-block;
    line-height: 1.8rem;
}

.home-content p:last-child{
    // color: #b0b0b0;
    padding-bottom: 8%;
}
.home-content img{
    width: 100%;
}