.common-banner
{
    width: 100%; 
    height: 400px;

    background-repeat: no-repeat;
    background-position: center center;
}

.product-banner
{
    background-image: url(../../img/test/product_banner.jpg);
}

.solution-banner
{
    background-image: url(../../img/test/solution_banner.jpg);
}

.about-banner
{
    height: 360px; 

    background-image: url(../../img/test/about_banner.jpg);
}

.news-banner
{
    height: 360px; 

    background-image: url(../../img/test/news_banner.jpg);
}

.product-list_group
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 40px; 

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.product-list_group .product-list_item
{
    width: 28%;
    padding: 20px;

    -webkit-transition: all linear .2s;
         -o-transition: all linear .2s;
            transition: all linear .2s; 
    text-align: center;
}
.product-list_group .product-list_item:hover
{
    -webkit-transition: all linear .2s;
         -o-transition: all linear .2s;
            transition: all linear .2s; 
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);

    -webkit-box-shadow: 0 0 8px #ccc;
            box-shadow: 0 0 8px #ccc;
}
.product-list_group .product-list_item .icon
{
    margin-bottom: 25px;
}
.product-list_group .product-list_item h5
{
    font-size: 20px;

    margin-bottom: 20px;
}
.product-list_group .product-list_item p
{
    line-height: 24px; 

    color: #666;
}

.product-prep
{
    min-height: 440px; 
    margin-bottom: 40px;

    background: url(../../img/page/product_bg1.png) no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
}
.product-prep p,
.product-prep h4
{
    color: #fff;
}

.product-prep_group
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 70px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.product-prep_group .product-prep_item
{
    width: 22%;
    margin-bottom: 30px;

    -webkit-transition: all linear .2s;
         -o-transition: all linear .2s;
            transition: all linear .2s; 
    text-align: center;
}
.product-prep_group .product-prep_item:hover
{
    -webkit-transition: all linear .2s;
         -o-transition: all linear .2s;
            transition: all linear .2s; 
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
}
.product-prep_group .product-prep_item .icon
{
    margin-bottom: 30px;
}

.solution_group .solution_item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 50px 0; 

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.solution_group .solution_item .wordsBox
{
    width: 40%;
}
.solution_group .solution_item .wordsBox h4
{
    font-size: 26px;
    font-weight: bold; 

    margin-bottom: 10px;
}
.solution_group .solution_item .wordsBox .words_item
{
    margin-bottom: 30px;
}
.solution_group .solution_item .wordsBox .words_item h5
{
    font-size: 16px;
    font-weight: bold;

    margin-bottom: 10px;
}
.solution_group .solution_item .wordsBox .words_item p
{
    line-height: 26px; 

    margin-bottom: 0;
}
.solution_group .solution_item .imgBox
{
    width: 55%;
}
.solution_group .solution_item .imgBox img
{
    width: 100%;
}

.about-content
{
    margin-top: 50px;
}
.about-content .about_tit
{
    font-size: 30px;

    margin: 30px 0; 

    text-align: center;

    color: #00a3db;
}
.about-content .about-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 50px; 

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.about-content .about-item .wordsBox
{
    width: 48%;
}
.about-content .about-item .wordsBox h5
{
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 5px;
}
.about-content .about-item .wordsBox p
{
    line-height: 26px;

    margin-bottom: 0;
}
.about-content .about-item .wordsBox .words_item
{
    margin-bottom: 20px;
}
.about-content .about-item .imgBox
{
    width: 49%;
}
.about-content .about-item .imgBox img
{
    width: 100%;
}

.news-list .news-list_item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 20px auto;
    padding: 20px;

    -webkit-transition: all linear .2s;
         -o-transition: all linear .2s;
            transition: all linear .2s; 

    -webkit-box-shadow: 1px 1px 10px #ccc;
            box-shadow: 1px 1px 10px #ccc;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.news-list .news-list_item:hover
{
    -webkit-transition: all linear .2s;
         -o-transition: all linear .2s;
            transition: all linear .2s; 
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
         -o-transform: translateX(-5px);
            transform: translateX(-5px);
}
.news-list .news-list_item .imgBox
{
    width: 20%;
}
.news-list .news-list_item .imgBox img
{
    width: 100%;
}
.news-list .news-list_item .wordsBox
{
    width: 78%;
}
.news-list .news-list_item .wordsBox a.tit
{
    font-size: 22px;

    display: block;

    margin-bottom: 20px;

    color: #2f768d;
    /* text-decoration: underline; */
}
.news-list .news-list_item .wordsBox a.tit:hover
{
    color: #00a3db;
}

.news-detail
{
    margin-bottom: 40px;
}
.news-detail .news-detail_tit
{
    font-size: 24px;

    margin: 40px 0; 

    text-align: center;
}
.news-detail .news-detail_item .imgBox
{
    margin: 30px 0;
}
.news-detail .news-detail_item .imgBox img
{
    width: 100%;
}
.news-detail .news-detail_item .wordsBox
{
    margin-bottom: 30px;
}
.news-detail .news-detail_item p strong
{
    font-size: 15px;
    line-height: 30px;
}
.news-detail .news-detail_item h4
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px; 

    margin-bottom: 30px;
}
.news-detail .news-detail_item h5
{
    font-weight: bold;
}

@media only screen and (max-width: 768px)
{
    .common-banner
    {
        height: 300px;
    }
    .product-list_group .product-list_item
    {
        width: 100%;
        margin: 10px 0;

        -webkit-box-shadow: 1px 1px 5px #ddd;
                box-shadow: 1px 1px 5px #ddd;
    }
    .product-prep_group
    {
        margin-top: 40px;
    }
    .product-prep_group .product-prep_item
    {
        width: 45%;
    }
    .product-prep_group .product-prep_item .icon
    {
        margin-bottom: 20px;
    }
    .solution_group .solution_item .wordsBox
    {
        width: 100%;
    }
    .solution_group .solution_item .imgBox
    {
        width: 100%;
    }
    .about-content .about-item .wordsBox,
    .about-content .about-item .imgBox
    {
        width: 100%;
        margin-top: 10px;
    }
    .news-list .news-list_item .wordsBox
    {
        width: 100%;
    }
    .news-list .news-list_item .imgBox
    {
        width: 100%;
        margin-bottom: 20px;
    }
}
