/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html, 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, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    box-sizing:border-box;
}
body {
    line-height:1;
}

:focus {
    outline: 1;
}

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

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none !important;
    font-family: \\5FAE\8F6F\96C5\9ED1,\\5B8B\4F53,\\9ED1\4F53 !important;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
p{
    margin: 0;
}

.right-0{
    margin-right: 0 !important;
}

.clearFix{
    clear: both;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.align-left{
    text-align: left;
}
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}
.align-top{
    margin-top: 15px;
}
.block{
    display: block;
}
.padding-5{
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
}
.padding-bottom-15{
    padding-bottom: 15px !important;
}
p,a,span,h4,h2,li,th,td{
    /* font-family: '微软雅黑','宋体','黑体'; */
    font-family: \\5FAE\8F6F\96C5\9ED1,\\5B8B\4F53,\\9ED1\4F53;
}

.p-b{
  font-weight: 600;
}
.line-height-22{
    line-height: 22px;
    text-align: justify;
}
.p-22{
    font-size: '22px'
}
/* 面包屑样式 */
.bread-crumb{
    margin-top: 15px !important;
    padding: 0 !important;
    background:none !important;
    margin-bottom: 0 !important;
}
.bread-crumb a{
    color: #000;
}
.bread-crumb .active{
    color: #6c757d;
}
/* 面包屑下划线 */
.strip{
    width: 100%;
    height:1px;
    background-color:#7f7f7f;
    
}
.breadcrumb li{
    font-size: 1.6rem;
}

/* 修改框架自带的padding 15px 值 */
.defaultPadding{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/* 鼠标小手的指示 */
.cursor{
    cursor: pointer;
}
.page-item.active .page-link{
    background-color: #003b82;
    border-color: #003b82;
  }


  @media screen and (min-width: 750px) {
    .cape-more-pc{
      display: block;
    }
    .cape-more-mb{
      display: none;
    }
    .news-artical-pc{
        display: block;
      }
      .news-artical-mb{
        display: none;
      }
      .news-detail-pc{
        display: block;
      }
      .news-detail-mb{
        display: none;
      }
      .capalable-newsDec-row span {
        display: block;
        margin: 10px auto;
        color: #afacac;
      }
  }
  @media screen and (max-width: 750px) {
    .cape-more-pc{
        display: none;
      }
      .cape-more-mb{
        display: block;
      }
      .news-artical-pc{
        display: none;
      }
      .news-artical-mb{
        width: 100%;
        display: block;
        text-align: center;
      }
      .news-detail-pc{
        display: none;
      }
      .news-detail-mb{
        display: block;
      }
      .news-detail-mb img{
        width: 100%;
        height: auto !important;
      }
      .capalable-newsDec-row span {
        margin: 10px auto;
        color: #afacac;
      }
      .capelabel-product-left-Image{
          display: none;
      }
  }

  /* banner 轮播 */
.swiper-container{
    position: relative;
}
.swiper-wrapper{
    height: auto !important;
}
.capelabel-banner-next{
    right:5% !important;
}
.capelabel-banner-prev{
    left:5% !important;
}
.capelabel-banner-next,.capelabel-banner-prev{
    background-image: none !important;
}
.swiper-pagination-bullet-active{
    background-color: #fff !important;
}