﻿/*移动端*/
@media screen and (max-width:768px) {
    .container-fluid .info {
        padding-bottom: 15px;
    }

        .container-fluid .info .infoonerow {
            border-bottom: 1px dashed #999;
        }

            .container-fluid .info .infoonerow div.col-5:nth-child(2n+1) {
                border-right: 1px dashed #999;
            }

        .container-fluid .info .row .col-5 {
            padding-top: 15px;
        }

        .container-fluid .info .inforow {
            padding-bottom: 10px;
        }

    .product {
        background-color: #43a9e3;
        color: #fff;
    }

        .product .textchinese {
            color: #fff;
        }

        .product .textenglish {
            color: #fff;
        }
        .product .proimgcon a{
            color:#fff;
        }
}

/*pc端*/
@media screen and (min-width:768px) {
    .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .container-fluid .info {
        padding-bottom: 30px;
    }

        .container-fluid .info .row .col-5 {
            padding-top: 30px;
        }

        .container-fluid .info .inforow {
            max-height: 100px;
            overflow: hidden;
        }

            .product {
                background-color: #f8f8f8;
            }

        .product .textchinese {
            color: #333;
        }

        .product .textenglish {
            color: #333;
        }

        .product .proimgcon a {
            color: #333;
        }

            .product .proimgcon a:hover {
                text-decoration: none;
            }
}

/*全部*/
.product .textchinese {
    font-size: 24px;
    margin-top: 30px;
    width: 100%;
}

.product .textenglish {
    font-size: 18px;
    margin-top: 10px;
    width: 100%;
}

.product .proimgcon {
    padding-left: 0;
}

    .product .proimgcon img {
        display: block;
        height: auto;
        max-width: 100%;
    }

.product .row .row {
    margin-left: 0;
    margin-right: 0;
}

.hline {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: white;
    width: 80px;
    padding: 0;
    margin: 0 auto;
}

.product .proimgs .row {
    margin-right: -15px;
    padding-bottom: 30px;
}

.bottom {
    background-color: #233541;
}

.container-fluid .info .inforow img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}