﻿
/* CSS Document */

/*reset*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b,  dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font-weight: normal;*/
    background: transparent;
    font-family: Arial, Microsoft Yahei !important;

}

article, aside, figure, footer, header, nav, section, details, summary {
    display: block;
}

html {
    box-sizing: border-box;
}

img, object, embed {
    max-width: 100%;
}

html {
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input, select {
    vertical-align: middle;
    outline: none;
    background: none;
}

select, input, textarea {
    font: 99% sans-serif;
}

strong {
    font-weight: bold;
}

button, input, select, textarea {
    margin: 0;
}

li {
    list-style: none;
}

em, i, b {
    font-style: normal;
}

/*common  #f7f8fd*/
body {
    color: #000000;
    background: #ffffff;
    font-family: 'Microsoft YaHei';
}

.fl, .lL {
    float: left;
}

.fr, .rR {
    float: right;
}

.overHide {
    overflow: hidden;
}

.posiR {
    position: relative;
}

.hide {
    display: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.wapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
}



.product_container .banner_pagin {
    width: 100% !important;
    bottom: 10px !important;
}

.product_container .banner_pagin .swiper-pagination-bullet{
    width: 8px!important;
    height: 8px!important;
    margin: 0 5px!important;
    background: white!important;
    border-radius: 10px;
    opacity: 0.6;
    transition: -webkit-all 1s;
    transition: -moz-all 1s;
    transition: -o-all 1s;
    transition: -ms-all 1s;
    transition: all 1s;
}

.product_container .banner_pagin .swiper-pagination-bullet-active{
    width:32px !important;
    opacity:1
}

