﻿/*移动端*/
@media screen and (max-width:768px) {
    .hline {
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: #1599d7;
        width: 80px;
        padding: 0;
        margin: 0 auto;
    }

    .container-fluid .textchinese p {
        margin-bottom: 8px;
    }

    .container-fluid .row .producttype .item {
        background-color: #0f89d1;
        height: 30px;
        line-height: 30px;
        border-right: 1px solid #fff;
        cursor: pointer;
    }

    .container-fluid .row .productcontainer {
        margin-bottom: 10px;
    }

        .container-fluid .row .productcontainer .product {
            margin-top: 10px;
        }
}

/*pc端*/
@media screen and (min-width:768px) {
    .container-fluid .textchinese {
        font-size: 24px;
        margin-top: 30px;
        width: 100%;
    }
    .container-fluid .row .producttype .item {
        background-color: #0f89d1;
        height: 40px;
        line-height: 40px;
        border-right: 1px solid #fff;
        cursor: pointer;
    }
    .container-fluid .row .productcontainer {
        margin-bottom: 20px;
    }
        .container-fluid .row .productcontainer .product {
            margin-top: 20px;
        }
}

.container-fluid .textchinese,
.container-fluid .textenglish {
    color: #333;
}



.container-fluid .row .producttype .item a {
    color: #fff;
}

    .container-fluid .row .producttype .item a:hover {
        text-decoration: none;
    }

.container-fluid .row .producttype .item:last-child {
    border-right: 0;
}

.container-fluid .row .productcontainer .product {
    overflow: hidden;
}

    .container-fluid .row .productcontainer .product img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .container-fluid .row .productcontainer .product .protitle {
        color:#999;
        margin-top:5px;
        font-size:14px;
    }

.pagecon{
    width:100%;
}

.container-fluid .row .productcontainer .product a:hover{
    text-decoration:none;
}