﻿* {
    font-family: '微软雅黑';
}

.font-style:nth-child(1) div:nth-child(4) {
    color: #fff;
}

.font-style:nth-child(3) div:nth-child(2) {
    color: #ffe582;
}

.font-style:nth-child(3) div:nth-child(3), .font-style:nth-child(3) div:nth-child(4) {
    color: #fff;
}
.main_visual {
    overflow: hidden;
    position: relative;
}

.main_image {
    min-height: 420px;
    overflow: hidden;
    position: relative;
}

    .main_image ul {
        width: 100%;
        overflow: visible;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main_image li {
        width:100%;
        float: left;
       overflow:hidden;
       text-align:center;
    }

        .main_image li img {
            width: 100%;
        }
        div.flicking_con {
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 999;
    height: 21px;
    transform:translateX(-50%)
}

    div.flicking_con a {
        float: left;
        width: 21px;
        height: 21px;
        margin: 0;
        padding: 0;
        background: url('../img/btn_main_img.png') 0 0 no-repeat;
        display: block;
        text-indent: -1000px;
    }

        div.flicking_con a.on {
            background-position: 0 -21px;
        }
        #btn_prev, #btn_next {
    z-index: 11111;
    position: absolute;
    display: block;
    width: 40px !important;
    height: 40px !important;
    top: 50%;
    margin-top: -20px;
    display: none;
}
#btn_prev{
    background:url(../img/large_left.png) 0 0 no-repeat;
}
#btn_next{
    right:0;
    background:url(../img/large_right.png) 0 0 no-repeat;
}
.more {
    line-height: 68px;
}

    .more a:link, .more a:visited {
        font-size: 16px;
    }

.product {
    margin-bottom: 15px;
    padding-left:0px;
    overflow: hidden;
}

    .product img {
        width: 100%;
        height: 200px;
    }

.c-col-3 {
    width: 20%;
}
.in-row1 {
    margin-bottom: 70px;
}

.in-row2 {
    margin-bottom: 120px;
}
@media screen and (max-width:1200px) {
    .product:nth-child(2n+1){
    padding-right:0px;
    }
}
@media screen and (max-width:768px) {
    .c-col-3 {
        width: 100%;
    }
    .products {
    padding-bottom:50px;    
    }
    .product {
    padding-right:0px;
    }
    .product img {
        height: 400px;
    }
    .main_image {
    min-height: 150px;
}
    .main_image li img{
        max-width:150%;
        width:150%;
        margin-left:-25%;
    }
    .in-row1,.in-row2 {
        margin-bottom:70px;
    }
    .bx-wrapper {
    margin-bottom:0px;
    display:block;
    }
    .bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover{
        left:20%;
    }
    .gray-bg {
    margin-bottom:0px;
    }
}

@media screen and (max-width:640px) {
    .bewrite {
        width: 100px !important;
        margin-top: 5px;
        max-height: 35px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 12px !important;
        font-size: 12px !important;
    }

    .ric_title_rel, .ric_title {
        font-size: 12px !important;
        max-width: 100px;
    }

    ._return {
        width: 70px;
        left: 50px !important;
        line-height: 20px !important;
        font-size: 10px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .btn_scale1, .btn_scale2 {
        transform: scale(0.5);
        -moz--transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
    }

    .btn_scale1 {
        left: 30px !important;
    }

    .btn_scale2 {
        left: 60px !important;
    }
}

@media screen and (max-width:450px) {
    .btn_scale1 {
        left: 8px !important;
    }

    .btn_scale2 {
        left: 33px !important;
    }

    .product img {
        height: 250px;
    }
}

@media screen and (max-width:400px) {
    .btn_scale1 {
        left: 3px !important;
    }

    .btn_scale2 {
        left: 28px !important;
    }
}

@media screen and (max-width:340px) {
    .btn_scale1 {
        left: -2px !important;
    }

    .btn_scale2 {
        left: 25px !important;
    }
}
