table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {border: 0;
    max-width: 100%;
}
a {
    opacity: 1;
    text-decoration: none;
    transition: all .3s
}
.clear_both{
    clear: both;
}
/* Slider css*/
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide:focus {
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    display: block;
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin-top: -20px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 40;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slick-prev {
    left: 0;
}

.slick-prev:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    color: #000;
    font-size: 18px;
}

.slick-next {
    right: 0;
}

.slick-next:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    color: #000;
    font-size: 18px;
}

/*frame*/
.container_1200 {
    width: 1200px;
    margin: auto;
}

.container_1600 {
    width: 1600px;
    margin: auto;
    transition: all .4s;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
    *margin-right: 0px;
    *margin-left: 0px;
}

.col_box {
    *margin-left: 10px;
    *margin-right: 10px;
}

.container:before,
.container:after,
.container_1200:before,
.container_1200:after,
.row:before,
.row:after {
    display: table;
    content: " ";

}

.container:after,
.container_1200:after,
.row:after {
    clear: both;
}

*:before,
*:after,
* {
    /*-webkit-box-sizing: border-box;*/
    -moz-box-sizing: border-box;
   /* box-sizing: border-box;*/
}

* {
    /*-webkit-box-sizing: border-box;*/
    -moz-box-sizing: border-box;
    /*box-sizing: border-box;*/
}
/*table*/
.slider_table {
    position: relative;
    width: 100%;
    overflow: auto;
    padding-bottom: 10px
}

.slider_table table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%
}

.slider_table td,
.slider_table th {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-collapse: collapse
}

.slider_table table tbody tr td[align="left"],
.slider_table table tbody tr th[align="left"] {
    text-align: left
}

.slider_table table tbody tr td[align="center"],
.slider_table table tbody tr th[align="center"] {
    text-align: center
}

.slider_table table tbody tr td[align="right"],
.slider_table table tbody tr th[align="right"] {
    text-align: right
}

/*frame自适应*/
@media (max-width: 1200px) {
    .container,
    .container_1200 {
        width: 100%;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}
/*easyzoom*/
.easyzoom_box img {
    max-width: none;
}

.easyzoom {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

.easyzoom_overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom_adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}


@media (max-width: 1220px) {
    .container,
    .container_1200,
    .container_1600 {
        width: 992px;
    }
}

@media (max-width: 992px) {
    .container,
    .container_1200,
    .container_1600 {
        width: 767px;
    }

    .slider_table table {
        min-width: 640px;
        width: 100%
    }

    .inquire_box .title_box .item h1,
    .inquire_box .title_box .item h2{
        font-size: 20px;
    }
    .inquire_box .title_box .item:before,
    .inquire_box .title_box .item:after{
        top: 50px;
    }
}

@media (max-width: 767px) {
    .container,
    .container_1200,
    .container_1600 {
        width: auto;
    }

    .container_1200,
    .container_1600 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .slider_table table {
        min-width: 360px;
        width: 100%
    }

    .product_img_box{
        float: none;
        margin: auto;
    }
    .parameter_box{
        width: auto;
        margin-left: 0;
        margin-top: 30px;
        padding-right: 20px;
    }
    .pro_S_img .slick_first{
        padding: 0 2px;
    }

    .inquire_box{
        padding-top: 10px;
    }
    .inquire_box .title_box .item:nth-of-type(1){
        margin-top: 0;
    }
    .inquire_box .title_box .item{
        width: 100%;
        text-align: left;
        padding: 20px 0;
        margin-left: 50px;
    }
    .inquire_box .title_box .item:after,
    .inquire_box .title_box .item:before{
        height: 14px;
        width: 3px;
        left: 21px;
        top: auto;
    }
    .inquire_box .title_box .item:after{
        top: 0;
    }
    .inquire_box .title_box .item:before{
        bottom: 0;
    }
    .inquire_box .title_box .item a{
        display: block;
        width: 100%;
    }
    .inquire_box .title_box .item h1,
    .inquire_box .title_box .item h2{
        padding-left: 50px;
        line-height: 50px;
    }
    .inquire_box .title_box .item span{
        position: absolute;
        top: 23px;
        left: 0;
        margin: 0;
        text-align: center;
    }
    .inquire_table{
        padding-top: 15px;
    }
    .inquire_table tr{
        border: 1px solid #dddddd;
        border-left: 0;
        border-right: 0;
        padding: 10px 0;
    }
    .inquire_table th{
        display: none;
    }
    .inquire_table td{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        padding: 5px 0;
        border: none;
    }

    .related_pro .item{
        width: 100%;
    }

    .Crumbs .container_1600{
        padding: 0 10px;
    }
}

@media (max-width: 480px){
    .slider_table table {
        min-width: 280px;
        width: 100%
    }
    .products_list_box .list_box{
        width: 100%;
    }

    .products_inquire a.addToBasket {
        display: none;
    }

    .products_inquire a.inquire {
        width: 100%;
        font-size: 16px;
    }
    .pro_B_img{
        height: auto;
    }
    .product_img_box {
        width: 100%;
    }

    .parameter_box {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .easyzoom img {
        width: 100%;
    }

    .inquire_box .title_box .item{
        margin-left: 20px;
    }
}