﻿* {
    font-family: '微软雅黑';
}

.info_section {
    min-height: 500px;
}

#filters li {
    display: inline-block;
    cursor: pointer;
}
/*搜索*/
.sel-search {
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.btn-search {
    border: none;
    outline: none;
    width: 70px;
    height: 30px;
    color: gray;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/* 图片 start*/
.img_lists {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.img_item {
    width: 260px;
    height: 240px;
    float: left;
    margin-right: 2%;
    margin-top: 2%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.item_img {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

    .item_img img {
        width: 100%;
        height: 100%;
    }

.item_txt {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -40px;
    left: 0px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .item_txt a:link {
        text-decoration: none;
        color: #fff;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .item_txt a:visited {
        color: #fff;
    }

.img_title {
    width: 100%;
    height: 20px;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.con_section {
    padding: 0px;
}
/* 图片 end*/

/* 放大图片 start*/
.cover {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
    opacity: 0;
    top: 0px;
    left: 0px;
    z-index: 999999;
}

.show_img {
    display: none;
    opacity: 0;
    width: 500px;
    height: 400px;
    position: fixed;
    top: 20%;
    left: 33%;
    z-index: 9999999;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 10px 1px gray;
}

.img_show {
    width: 100%;
    height: 100%;
}

.img_flip {
    width: 95%;
    height: 95%;
    position: relative;
    margin: 2% auto;
}

.img_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 999999;
    background: url(/Template/Share/images/fancy_closebox.png) no-repeat 0 0;
    cursor: pointer;
}

.img_prev {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999998;
    background: url(/Template/Share/images/fancy_left.png) no-repeat 0 50%;
    cursor: pointer;
    display: none;
    opacity: 0;
    filter: alpha(opacity=50); /* IE */
    -moz-opacity: 0.5; /* 老版Mozilla */
    -khtml-opacity: 0.5;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -moz-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}

.img_next {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999998;
    background: url(/Template/Share/images/fancy_right.png) no-repeat 20px 50%;
    cursor: pointer;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0); /* IE */
    -moz-opacity: 0; /* 老版Mozilla */
    -khtml-opacity: 0;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -moz-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}

.show_img:hover .img_prev {
    display: block;
    opacity: 1;
    filter: alpha(opacity=1); /* IE */
    -moz-opacity: 1; /* 老版Mozilla */
    -khtml-opacity: 1;
}

.show_img:hover .img_next {
    display: block;
    opacity: 1;
    filter: alpha(opacity=1); /* IE */
    -moz-opacity: 1; /* 老版Mozilla */
    -khtml-opacity: 1;
}
/* 放大图片 end*/
@media screen and (max-width:1250px) {
    .show_img {
        left: 25%;
    }
}

@media screen and (max-width:1200px) {
    .img_item {
        width: 303px;
    }
}

@media screen and (max-width:1000px) {
    .img_item {
        width: 360px;
    }

    .item_img {
        width: 100%;
        height: 300px;
    }

    .img_title {
        width: 100%;
    }

    .show_img {
        left: 23%;
    }
}

@media screen and (max-width:820px) {
    .img_item {
        width: 100%;
    }

    .item_img {
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width:860px) {
    .show_img {
        left: 20%;
    }
}

@media screen and (max-width:750px) {
    /*.img_item {
        width: 400px;
    }*/

    .show_img {
        width: 400px;
        height: 300px;
        left: 22%;
    }
}

@media screen and (max-width:700px) {
    .show_img {
        width: 400px;
        height: 300px;
        left: 18%;
    }
}

@media screen and (max-width:640px) {

    .item_img {
        height: 340px;
    }

    .customer-search {
        display: block;
        margin-top: 5px;
    }

    .btn-search {
        margin-left: 40px;
    }

    .btn {
        width: 80px;
    }
}

@media screen and (max-width:600px) {

    .show_img {
        width: 300px;
        height: 200px;
        top: 30%;
        left: 24%;
    }
}

@media screen and (max-width:530px) {
    .show_img {
        top: 35%;
        left: 20%;
    }
}

@media screen and (max-width:490px) {

    .show_img {
        top: 35%;
        left: 20%;
    }
}

@media screen and (max-width:440px) {
    .img_item {
        width: 400px;
        margin: auto;
    }

    .div-search {
        margin-bottom: 10px;
    }

    .item_img {
        width: 100%;
    }

    .item_img {
        height: 280px;
    }

    .show_img {
        top: 40%;
        left: 15%;
    }

    .img_title {
        width: 100%;
    }

    .btn {
        width: 70px;
    }
}

@media screen and (max-width:400px) {
    .img_item {
        width: 300px;
        height: 300px !important;
    }

    .item_img {
        height: 260px;
    }

    .img_title {
        width: 100%;
    }

    .show_img {
        top: 40%;
        left: 8%;
    }

    .btn {
        width: 60px;
        margin: 5px;
    }
}

@media screen and (max-width:366px) {
    .img_item {
        width: 300px;
    }

    .item_img {
        height: 240px;
    }

    .show_img {
        width: 200px;
        height: 150px;
        top: 40%;
        left: 20%;
    }
}

@media screen and (max-width:340px) {
    .img_item {
        width: 300px;
    }

    .show_img {
        top: 40%;
        left: 15%;
    }

    .btn {
        width: 50px;
        padding: 0px;
        line-height: 35px;
    }
}

@media screen and (max-width:300px) {
    .img_item {
        width: 250px;
        height: auto !important;
    }

    .item_img {
        height: 160px;
        margin: auto;
    }
}
