﻿* {
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_image */
.main_visual {
    overflow: hidden;
    position: relative;
}

.main_image {
    min-height: 420px;
    overflow: hidden;
    position: relative;
}

    .main_image ul {
        width: 9999px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main_image li {
        float: left;
        overflow:hidden;
    }

        .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, .team {
    position: relative;
    margin-bottom: 15px;
    padding-left: 0px;
    overflow: hidden;
}

.img-bewrite {
    position: absolute;
    bottom: -40px;
    background: rgba(0,0,0,.5);
    width: 95%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 40px;
    transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
}
    .img-bewrite a:link,.img-bewrite a:visited {
        color: #ffffff;
    }
.team:hover .img-bewrite {
    bottom: 0px;
}

.product:hover .img-bewrite {
    bottom: 0px;
}

.product img, .team img {
    width: 100%;
    height: 200px;
}

/* img-show start*/
.img-cover {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 9999999;
}
@media (max-width:768px) {
    .main_image li img {
        max-width: 150%;
        width: 150%;
        margin-left: -25%;
    }
}
/* img-show end*/
@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;
    }
}
@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;
    }
}