/* 页头和导航背景 */
.topheader {
    background: #FFFFFF;
    font-size: 14px;
}

.topnav {
    background: #FFFFFF;
    font-size: 14px;
}

/* 主画面 */
.main-content {
    padding: 9px 14px;
}

/* 轮播 */
.carousel {
    max-height: 300px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: auto;
    max-height: 300px;
    margin: 0 auto;
}

.carousel-indicators li {
    margin-bottom: -20px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 15px;
}

.carousel-indicators li.active {
    width: 20px;
    height: 20px;
    background-color: #fff;
}

.carousel-caption {
    font-size: 16px;
    padding-bottom: 40px;
}

/* 通用 */
section.container-fluid {
    /*margin-top: 5px;*/
}

#indexmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
    border: 2px dashed #bbbbbb;
}

.pull-middle {
    display: inline-block;
    vertical-align: middle !important;
    word-spacing: normal;
    height: 100%;
}

i {
    margin-right: 5px !important;
}

.a-inherit {
    color: inherit;
}

.news-sub-title {
    border-top: 1px dashed #c1c1c1;
    border-bottom: 1px dashed #c1c1c1;
    padding: 5px 0;
    margin-bottom: 10px;
}

/* side 左侧显示内容 */
.side-header {
    padding-top: 35px;
    padding-bottom: 5px;
    background: #fff;
    color: #333;
    margin-top: 5px;
    font-size:18px;
    border-radius: 0 3px 0 0;
}

.side-header-buy {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f50303;
    color: #fff;
    margin-top: 5px;
    border-radius: 0 3px 0 0;
}



.side-header .pull-right {
    font-size: 10px;
    margin: auto;
    line-height: 2;
}

.side-body {
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgb(255, 255, 255);
    margin-bottom: 5px;
    border-radius: 0 0 3px;
}

.side-body-buy {
    /* color: rgb(250, 227, 115); */
    color: #f50303;
    font-size: 40px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgb(255, 255, 255);
    margin-bottom: 5px;
    border-radius: 0 0 3px;
}

.be-red{
    color: #f50303;
}
.be-white{
    color: #fcfafa;
}

@media (min-width: 768px) {
    section.ship_lay {
        padding-left: 25px !important;
    }
    .be-full{
        margin-right: -45px;
        margin-left: -35px;
    }
}
@media (max-width: 767px) {
    section.ship_lay {
        padding-left: 0px !important;
    }
    .be-full{
        margin-right: -45px;
        
    }
}

/* head */
/* @media (min-width: 768px) {
    section.head_lay {
        padding-left: 25px !important;
    }
} */
@media (max-width: 767px) {
    .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
        
    }
}

.side-body ul {
    list-style: disc;
    padding-left: 15px;
}

.noborder {
    border: none !important;
    height: auto !important;
}

/* web 页面列表样式 */
.ul-web-vg li {
    list-style: none;
    text-decoration: underline;
}

.ul-web li {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #c1c1c1;
}

.ul-web-form li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px dashed #c1c1c1;
}

.ul-web-form li img {
    margin-bottom: 10px;
}

.ul-web-form li .pull-middle {
    margin-top: 30px;
}

/* 页脚 */
/* footer {
    box-shadow: none;
    margin-top: 5px;
    margin-right: -14px !important;
    margin-left: 14px !important;
    background-color: #34495e;
    font-size: 14px;
    color: #fff;
} */

@media (min-width: 768px) {
    footer {
        box-shadow: none;
        margin-top: 5px;
        margin-right: -14px !important;
        margin-left: 14px !important;
        background-color: #34495e;
        font-size: 14px;
        color: #fff;
    }
}
@media (max-width: 767px) {
    footer {
        box-shadow: none;
        margin-top: 5px;
        margin-right: -14px !important;
        margin-left: -14px !important;
        background-color: #34495e;
        font-size: 14px;
        color: #fff;
    }
}



footer span {
    color: #9aa4af;
}

footer span:hover, span:focus {
    color: #1abc9c;
    cursor: pointer;
}

/* 导航菜单前的LOGO根据分辨率自动显示隐藏 */
@media (min-width: 768px) {
    .navbar-brand {
        display: none;
    }

    section.container-body {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        display: block;
    }

    section.container-body {
        margin-left: 0 !important;
    }

    .sider_hide{
        display: none;
    }
}

/* blockquto */
.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

/* 推荐产品 */
.demo-browser {
    background-color: #34495e;
    border-top: 1px solid white;
    border-radius: 0 0 6px 6px;
    color: #333;
    padding: 0;
}

.demo-browser-content {
    background-color: #fff;
    border-radius: 0 0 6px;
    overflow: hidden;
    padding: 21px 0 0 20px;
}

.demo-browser-content > .pro {
    width: 144px;
    font-size: 14px;
    text-align: center;
    float: left;
    margin: 0 15px 5px 0;
}

.demo-browser-content > .pro .pro-body {
    margin: 8px 0 10px 0;
}

.demo-browser-content > .pro .pro-body p{
    margin: 0;
}

.demo-browser-content > .col-sm-4 {
    font-size: 14px;
    text-align: center;
}

.demo-browser-content p {
    font-size: 14px;
}

.demo-browser-content > .pro img {
    border: 6px solid #008cdd;
    width: 100%;
}

.demo-browser-content > .col-sm-4 > img {
    border: 6px solid white;
    max-width: 100%;
}

/* 产品详情页 图片展示 */
.pro-pictures .col-sm-12 {
    border: 1px dotted #c1c1c1;
    background-color: #e4e8ed;
}
.pro-pictures .col-sm-12+.col-sm-12 {
    border-top: none;
}
.pro-pictures .col-sm-12 img{
    max-width:80%;
    border: 6px solid white;
    margin: 5px;
}
.pro-pictures .col-sm-3{
    padding: 5px 3px;
}
.pro-pictures .col-sm-3 img{
    max-width:99%;
    border: 1px solid white;
    margin: 0;
}


body {
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  }
  
  a {
    color: #008cdd;
    text-decoration: none
  }
  a:hover{
    text-decoration: none;
    color: #008cdd;
  }
  ul, ol { padding: 0;}
  .banner_lunbo { position: relative; overflow: auto; text-align: center;height:182px}
  .banner_lunbo li { list-style: none;height:182px}
  .banner_lunbo ul{height:182px}
  .banner_lunbo ul li { float: left; position:relative}
  #b04 { width: 390px;}
  #b04 .dots { position: absolute; right: 50px; bottom: -10px;}
  #b04 .dots li { 
    display: inline-block; 
    width: 10px; 
    height: 10px; 
    margin: 0 4px; 
    text-indent: -999em; 
    border: 2px solid #fff; 
    border-radius: 6px; 
    cursor: pointer; 
    opacity: .4; 
    -webkit-transition: background .5s, opacity .5s; 
    -moz-transition: background .5s, opacity .5s; 
    transition: background .5s, opacity .5s;
  }
  #b04 .dots li.active {
    background: #fff;
    opacity: 1;
  }
  .flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }  
  .flex__item{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  }
  @media screen and (min-width: 1920px) {
    .footer{
      position:absolute;
      bottom:0px
    }
  }
  /* @media screen and (min-width: 1980px) and (max-width: 3000px) {
    .footer{
        margin-top:20px;
    }
  } */
  @media screen and (max-width: 1800px) {
    .footer{
      margin-top:20px;
    }
  }
  .indexheader .indexheaderli{
    float:left;
    line-height:60px;
    font-size:16px
  }
  .indexheader .indexheaderli a:hover{
      background:#fff
  }
  .indexheader .indexheaderli a:focus{
    background:#fff
  }
  .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color:#fff
  }
  .indexheader .indexheaderli .dropdown-menu{
      min-width:100px !important;
      top:89% !important;
  }
  .indexheader .indexheaderli .dropdown-menu li{
      list-style:none
  }