
.home-page-top 
{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    /*   background: linear-gradient(to right, #f6dc24, #2196F3);*/
    background: linear-gradient(to right, #609ceb, #609ceb);
    text-align: center;
}



    .home-page-top ul 
    {
        font-family: "Nunito", Arial, sans-serif;
        color: #fff;
        font-weight: 200;
        font-size: 24px;
        text-align: center;
     /*   margin-bottom: 50px;*/
    }

        .home-page-top ul li {
            padding-top: 25px;
        }

.home-page{
    background: url("../img/wave_bg.png") no-repeat center 1432px;
}
.home-page .header{
    background: none;
}
    .home-page .header-wrap 
    {
        background: center no-repeat;
    /*    height: 430px;
        position: relative;*/
    /*    background: linear-gradient(to right, #f6dc24, #2196F3);*/
    }


.home-page .header-bottom-box{
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -30px;
}
.home-page .header-bottom-box .func-item-box{
    width: 150px;
    height: 150px;
    display: inline-block;
    color: #fff;
}
.home-page .header-bottom-box .func-item-box .func-item-img
{
   


        display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    transition: transform .5s;
    transform-origin: bottom;
    margin-left: 25%;
}

.home-page .header-bottom-box .func-item-box .func-item-img:hover{
    transform: scale(1.2);
}
.home-page .header-bottom-box .func-item-box + .func-item-box{
    margin-left: 30px;
}
.home-page .product-title-box{
    text-align: center;
    padding: 60px 20px 20px;
}
.home-page .product-title-box .product-title{
    line-height: 40px;
}
.home-page .product-img-box{
    text-align: center;
}
.home-page .product-img-box .product-img{
    width: 350px;
    transition: transform .4s;
    transform-origin: bottom;
}
.home-page .product-img-box .product-img:hover{
    transform: scale(1.05);
}
.home-page .map-title{
    text-align: center;
    padding-top: 60px;
}
.home-page .map-title h5{
    padding: 30px 0 10px;
}
.home-page .map-box{
    height: 600px;
}
.home-page .map-aside .map-icon-img{
    width: 20px;
    height: 20px;
}
    .home-page .news-title 
    {
        text-align: center;
        padding: 250px 0 30px;
        background: #39313117;
    }


.home-page .news-box{
    text-align: center;
    font-size: 18px;
    padding-bottom: 30px;
}
.home-page .news-box .news-item{
    color: #000;
}
.home-page .news-box .news-item:hover{
    color: #067db2;
}
.home-page .news-box .news-item + .news-item{
    margin-left: 10px;
}
.home-page .news-list-box{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 60px;
}
