html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6,
p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn,
img, ins, kbd, q, s, samp,small, strike, tt, var,b, u, i, center,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption,
tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary,time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
  content: '';content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
  text-decoration:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
img{
  max-width:100%;
  vertical-align:bottom;
}
input,textarea{
  outline:none;
  resize:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #f5f5f5;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
  width:100%;
  height: 100%;
  min-width: 300px;
  overflow: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
.button-hover:hover{
   opacity:.8;filter:alpha(opacity=80);color:#fff
}
.app-container{
  max-width: 1240px;
  padding: 0px 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.header-vessel{
  height: 75px;
  width: 100%;
  background-color: #fff;
  margin: 0px 0px 20px 0px;
}
.header-vessel-fixed{
  border-bottom: 1px solid #eaeaea;
  border-color: rgba(0, 0, 0, .08);
  box-shadow: 0 1px 3px rgb(0 0 0 / 3%);
  height: 75px;
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}
.header-menu{
  max-width: 1240px;
  padding: 20px 0px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.header-logo{
  overflow: hidden;
  float: left;
  margin: 0;
}
.header-logo-site{
  height: 35px;
  font-weight: 700;
  line-height: 35px;
  display: block;
  color: #ff4939;
  font-size: 28px;
  float: left;
}
.header-logo-site img{
    height: 35px;
}
.header-logo-introduce{
  font-size: 13px;
  float: left;
  line-height: 16px;
  color: #bbb;
  padding: 0px 0px 0px 10px;
  position: relative;
  box-sizing: border-box;
  top: 1px;
  border-left: 2px solid #eaeaea;
  margin-left: 10px;
  overflow: hidden;
  height: 35px;
}
.header-menu-hidden{
  background-clip: content-box;
  background-color: #ff6666;
  border-bottom: 3px solid #ff6666;
  border-top: 3px solid #ff6666;
  box-sizing: border-box;
  cursor: pointer;
  float: right;
  height: 19px;
  margin: 8px 0 0;
  padding: 5px 0;
  position: relative;
  right: 0;
  width: 20px;
  display: none;
}

.header-navigation-menu{
  float: right;
  line-height: 35px;
}
.header-navigation-menu a{
  line-height: 35px;
  float: left;
  margin: 0px 0px 0px 20px;
  font-size: 16px;
  color: #666;
}
.header-navigation-menu a:hover{
    color: #ff4939;
    border-bottom: 2px solid #ff4939;
}
.swiper-pagination span{
    border-radius: 0;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    opacity:.5;
}
.swiper-pagination .swiper-pagination-bullet-active{
    opacity:1;
}
.swiper-button-next:after,.swiper-button-prev:after{
    font-size: 20px !important;
    color: #fff;
    font-weight: bold;
}
.swiper-image{
  width: 100%;
  height: auto;
}
.swiper-pagination-bullet{
  width: 10px !important;
  height: 10px !important;
  display: inline-block;
  background: #fff !important;
  opacity: .2 !important;
  margin: 0 5px !important;
  border-radius: 20px !important;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}
.swiper-pagination-bullet-active{
  opacity: 1 !important;
  background: #fff !important;
  width: 28px !important;
  transition-delay: 0s;
}
.swiper-big{
    display: block;
}
.swiper-small{
    display: none;
}
.section-vessel{
  width: 100%;
  margin: 20px 0px;
}
.section-content-vessel-border{
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.section-content-vessel{
    max-width: 1200px;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 20px auto 0px;
    background-color: #fff;
}
.section-content-vessel-frame{
    padding: 0px 10px;
    box-sizing: border-box;
}
.section-content-title{
    height: 30px;
    line-height: 30px;
    color: #111;
    border-bottom: 1px solid #e6e6e6;
    margin: 0px 0px 10px 0px;
    position: relative;
}
.section-content-title span{
    font-size: 20px;
    color: #111;
    font-weight: bold;
    border-bottom: 2px solid #ff4939;
    box-sizing: border-box;
    padding: 0px 0px 1.5px 0px;
}
.section-content-title a{
    color: #999;
    float: right;
    font-size: 14px;
    line-height: 14px;
}
.section-content-title a:hover{
    color: #ff4939;
}
/********产品列表*********/
.product-vessel{
    width: 100%;
    overflow: hidden;
}
.product-vessel li{
    float: left;
    width:25%;
    padding: 10px;
    box-sizing: border-box;
}
.product-vessel-list{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    padding: 0px 0px 20px 0px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.product-pricture{
    width: 100%;
}
.product-title{
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    box-sizing: border-box;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-introduce{
    line-height: 20px;
    font-size: 12px;
    color: #999;
    padding: 0px 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display:box;
    box-orient:vertical;
    line-clamp: 2;
    /* Firefox */
    display:-moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient:horizontal;
}
.product-price-hint{
    font-size: 20px;
    font-weight: bold;
}
.product-buy{
    padding: 0px 15px;
    box-sizing: border-box;
    margin: 10px 0px 0px 0px;
    color: #ff4939;
    line-height: 35px;
}
.product-buy a{
    background-color: #ff4939;
    color: #fff;
    float: right;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 12px;
    display: inline-block;
    border-radius: 1px;
}
/*********联系我们--信息部分**********/
.information{
    width: 100%;
    overflow: hidden;
}
.information-list{
    width: 100%;
    overflow: hidden;
    margin: 10px 0px 0px 0px;
}
.information-list li{
    float: left;
    width: 33.3333%;
    padding: 10px;
    box-sizing: border-box;
}
.information-vessel{
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 15px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.information-icon{
    font-size: 40px !important;
    color: #ff4939;
    float: left;
}
.information-content{
    padding: 0px 0px 0px 50px;
}
.information-content h2{
    color: #111;
    font-size: 16px;
    font-weight: bold;
}
.information-content p{
    font-size: 14px;
    margin: 10px 0px 0px 0px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.information-content a{
    color: #999;
}
/******关于********/
.about-introduce{
    padding: 10px;
    box-sizing: border-box;
}
.about-introduce p{
    padding: 0px 0px 10px 0px;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 14px;
    color: #777;
    text-indent: 2em;
}
.about-message{
    width: 100%;
    overflow: hidden;
}
.about-message-list{
    width: 100%;
    overflow: hidden;
}
.about-message-list li{
    float: left;
    width: 33.3333%;
    padding: 10px;
    box-sizing: border-box;
}
.about-message-list input{
    width: 100%;
    height: 48px;
    padding: 0px 15px;
    box-sizing: border-box;
    border-radius: 0px;
    border: 1px solid #e6e6e6;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f2f2f2;
}
.about-message-content{
    padding: 10px;
    box-sizing: border-box;
}
.about-message-content textarea{
    width: 100%;
    height: 200px;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    padding: 10px 15px;
    line-height: 20px;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.about-message-submit{
    text-align: center;
    width: 100%;
    padding: 10px 0px 0px 0px;
    box-sizing: border-box;
}
.about-message-submit span{
    border-radius: 0px;
    border: 0px;
    background-color: #ff4939;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    padding: 12px 20px;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 1px;
}
/*********公众号***********/
.bjnews-vessel{
    position: fixed;
    top: 76px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.bjnews-vessel-content{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: fixed;
    text-align: center;
}
.bjnews-vessel-content h2{
    font-weight: bold;
    font-size: 18px;
    color: #111;
    line-height: 40px;
    margin: 0px 0px 10px 0px;
}
.bjnews-close{
    background-color: #ff4939;
    color: #fff;
    padding: 0px 20px;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}
.pure-hint{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    z-index: 9999;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 2px;
    white-space: nowrap;
    display: none;
    color: #fff;
}
/*********公众号***********/
.get-shop-vessel{
    position: fixed;
    top: 76px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.get-shop-vessel-content{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: fixed;
    text-align: center;
}
.get-shop-vessel-content h2{
    font-weight: bold;
    font-size: 18px;
    color: #111;
    line-height: 40px;
    margin: 0px 0px 10px 0px;
}
.get-shop-close{
    background-color: #999;
    color: #fff;
    padding: 0px 20px;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}
.get-shop-wechat{
    background-color: #07c160;
    color: #fff;
    padding: 0px 20px;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

/********底部**********/
.footer-vessel{
  background-color: #454545;
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0px 0px 0px;
  padding-bottom: constant(safe-area-inset-bottom); /* 兼容 iOS < 11.2 */
  padding-bottom: env(safe-area-inset-bottom); /* 兼容 iOS >= 11.2 */
}
.footer-vessel-list{
  width: 100%;
  margin: 0 auto;
  padding: 30px 0px;
  box-sizing: border-box;
}
.footer-copyright{
  color: #777;
  padding: 0px 20px;
  box-sizing: border-box;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
}
.footer-icp{
  color: #777;
}
.section-404{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: fixed;
    text-align: center;
}
.section-404 h2{
    font-size: 60px;
    font-weight: bold;
}
.section-404 p{
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}
.section-404-home{
    text-align: center;
}
.section-404-home a{
    display: inline-block;
    padding: 10px 30px;
    background-color: #ff4939;
    color: #fff;
    font-size: 14px;
    margin: 15px 0px 0px 0px;
    border-radius: 2px;
}
@media screen and (max-width:768px){
  .header-vessel{
    margin: 0px 0px 10px 0px;
  }
  .header-menu{
      padding:20px;
  }
  .header-menu-hidden{
    display: block;
  }
  .header-navigation-menu{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 76px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255,255,255,0.95);
    z-index: 9999;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .header-navigation-menu a{
    display: block;
    width: 100%;
    line-height: 50px;
    margin: 0px;
  }
  .header-navigation-menu a:hover{
        color: #666;
        border-bottom: 0px solid #ff4939;
  }
  .app-container{
      padding: 0;
  }
  .swiper-big{
    display: none;
  }
  .swiper-small{
    display: block;
  }
  .section-vessel{
    margin: 10px 0px;
  }
  .section-content-vessel{
    margin: 10px auto 0px;
  }
  .information-list li{
      width: 100%;
  }
  .product-vessel li{
    width: 50%;
  }
  .about-message-list li{
    width: 100%;
  }
  .footer-vessel{
    margin: 10px 0px 0px 0px;
  }
}