/**加载icon**/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/material-icons/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
nav ul a,
nav .brand-logo {
  color: #444;
}
nav .brand-logo img{
  height: 64px;
}
/* nav{
  border-bottom: 1px solid #0b1f59;
} */
nav .nav-item{
  color:#0b1f59 !important;
}

/* p {
  line-height: 2rem;
} */

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
  text-align: center;
}
  .parallax-container .section {
    width: 100%;
  }
@media only screen and (max-width : 992px) {
  /* .parallax-container .section {
    position: absolute;
    top: 40%;
  } */
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  nav .brand-logo img{
    height: 56px !important;
  }
  #index-banner .section {
    top: 0;
  }
  #index-menu{
    padding: 0 !important;
  }
  .banner-img{
    max-width: 250% !important;
  }
  .top-banner{
    display: block !important;
  }
}

.top-banner{
  display: none;
}

.new-banner-row{
  margin-bottom: 0 !important;
}

.new-banner{
  padding: 0 !important;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.theme-color-bg{
  background-color: #0b1f59;
}

.main-color{
  color: #0b1f59;
}

nav .button-collapse{
  color:#0b1f59 !important;
}

.indicator-item{
  background-color: #0b1f59 !important;
}
.indicator-item.active{
  background-color: #ea5512 !important;
}
.page-title p{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.2rem;
}

.main-blue-dark{
  background-color: #0b1f59 !important;
}

.main-blue-light{
  background-color: #0b1f59ec !important;
}

#content-container,#detail-content{
  min-height: 500px;
  padding-bottom: 30px;
}
.top{
  border-bottom: 1px solid #0b1f5973;
}
.service-item{
  width: 420px;
}
.card-title{
  font-size: 1.2rem !important;
}
.copyright{
  display: flex;
  align-items: center;
  overflow: visible !important;
  line-height: normal !important;
}
.progress{
  background-color:#eb5612 !important;
}
.progress .indeterminate,.progress .determinate{
  background-color: #0b2059 !important;
}


.product-item-width{
  width: 300px !important;
}

.pagination li.active{
  background-color: #0b1f59 !important;
}

.card{
  cursor: pointer;
}

.collection-item{
  cursor: pointer;
}

.collection-item.selected{
  color: #FFFFFF;
  background-color: #0b1f59;
}

.collection-item:hover{
  color: #FFFFFF;
  background-color: #0b1f59;
}
.type-title{
  /* font-size: 1rem; */
  color: #0b1f59;
  font-weight: bold;
}

#product-page{
  min-height: 800px;
}
#product-detail{
  min-height: 800px;
}

.image-center{
  display: flex;
  justify-content: center;
}
.image-width6{
  width: 60% !important;
}
.product-detail-title{
  color: #0b1f59;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #0b1f59;
}
.product-name{
  line-height: 3rem;
  background-color: rgba(232,232,232,0.5);
  color: #666;
  font-size: 1.2rem;
  padding: 20px;
  margin-top: 0.5rem;
}
.product-detail-hotline{
  padding: 20px 20px 0 20px;
  margin-top: 0.5rem;
  color: #0b1f59;
  font-size: 1.5rem;
  font-weight: bold;
}
.hotline-info{
  padding: 20px;
  color: #0b1f59;
}

/* wangEditor */
/* table 样式 */
table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table td,
table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  text-align: center;
}
table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #f1f1f1;
}

/* blockquote 样式 */
blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}

/* code 样式 */
code {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
pre code {
  display: block;
}

/* ul ol 样式 */
ul, ol {
  margin: 10px 0 10px 20px;
}

.contact-title{
  font-size:1.8rem ;
}
.contact-content{
  font-size: 1.2rem;
}

#index-tips .sub-title{
  font-size: 1.4rem;
  line-height: 2rem;
}
#index-menu{
  padding: 0 6rem;
}

#index-last .sub-title{
  font-size: 1.4rem;
  line-height: 2rem;
}
#index-banner .title{
  font-size: 1.8rem;
  line-height: 8rem;
}
#index-banner .sub-title{
  font-size: 1.4rem;
  line-height: 2rem;
}
.progress{
  margin: 0 !important;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .03s linear;
}
.custom{
  overflow: hidden;
  width: 100%;
}
.txt{
  font-size: 1rem !important;
  line-height: normal !important;
  padding: 0 !important;
  color: #0b1f59 !important;
}
.footer-copyright{
  height: 4rem !important;
}
.go-product{
  margin-top: 0.8rem !important;
  background-color: #0b1f59;
}

.product-list .header{
  text-align: center;
  margin-bottom: 15px;
}

.product-list .card-action{
  text-align: center !important;
}
.product-list .card-action a{
  color: #0b1f59 !important;
  font-weight: bold !important;
}

.product-list .type-name{
  font-size: 1.2rem !important;
  margin-bottom: 10px !important;
}

.product-list .card-content{
  height: 220px !important;
  overflow: hidden !important;
}
