.bread-nav {
  color: #666;
}

.bread-nav a {
  color: #666;
  font-size: 12px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 30px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.fs-14 {
  font-size: 14px;
}

.height20 {
  height: 20px;
}

.shenlan {
  color: #0d4ea3;
}

/* 导航 */
#ban_hover {
  background-color: #4da8f4;
}

.nav-item-box {}

.nav-item {
  background-color: #00369c;
}

.nav-catname {
  display: block;
  height: 50px;
  padding: 0 5px;
  position: relative;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff
}

.nav-catname:hover {
  background-color: #4da8f4
}

.nav-dropdown-item {
  background-color: #4da8f4
}



/* 首页banner */
#banner-list {
  height: 25vw;
}

#banner-list .swiper-container .swiper-wrapper .swiper-slide img {
  height: auto
}

#banner-list .swiper-container .swiper-button-prev {
  top: 40%;
}

#banner-list .swiper-container .swiper-button-next {
  top: 40%;
}

.container-hot-product {
  margin-left: 0;
  width: 100%;
}

.mb-3 {
  margin-bottom: 30px;
}

.img-title {}

.img-title img {
  width: 100%;
  height: 250px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-title {
  text-align: center;
  height: 35px;
  line-height: 35px;
  width: 100%;
  background-color: #86b7fe;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.btn-title a {
  color: #fff;
}

.img-title:hover .btn-title {
  background-color: #00369c;
}

/* 内页banner */
.mod-head {
  position: relative
}


.mod-head01 {
  position: relative;
  width: 100%;
  height: 330px;
  overflow: hidden;
  background: url(bg_head01.svg), linear-gradient(to bottom, #004388, #004388 90%, #fff 91%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 101%
}

.mod-head01-inner {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.mod-head01-jp,
.mod-head01-en {
  display: block
}

.mod-head01-jp {
  font-size: 38px;
}

.mod-head01-en {
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Source Sans Pro, sans-serif
}

@media screen and (max-width:1024px) {
  .mod-head01 {
    height: 31.25vw
  }

  .mod-head01-inner {
    padding-right: 5%;
    padding-left: 5%
  }
}

@media screen and (max-width:767px) {
  .mod-head01 {
    height: 46.875vw
  }

  .mod-head01-jp {
    font-size: 3.0rem
  }

  .mod-head01-en {
    font-size: 1.2rem
  }
}

/* 在线留言 */
/* .input_tel input{border-color: #336FFF; border: 2px solid;}
.layui-btn{border-color: #336FFF; border: 2px solid;} */

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  /* padding: 0.375rem 0.75rem; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #00369c;
  border: 1px solid #00369c;
  border-radius: 5rem;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00369c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.input-group .button {
  background-color: none;
  width: 100%;
  height: auto;
  display: block;
}

.layui-form .input_tel input {
  border-radius: 5px;
  border: 2px solid #4da8f4;
  height: 26px;
  font-size: 12px;
  padding: 5px 3px;
}

.layui-form .input_tel input:focus {
  outline: none;
}

/* .layui-form .liuyan-btn{border-radius: 5px;height:26px; background-color: #00369c;color: #fff;border: none;} */
.layui-form .liuyan-btn {
  background-color: none;
  color: #fff;
  border: none;
  background: none;
  font-size: 14px;
}

.layui-btn-foot {
  width: 100%;
  height: 47px;
  margin-top: 8px;
  margin-left: 4px;
  line-height: 47px;
  text-align: center;
  background: rgb(51, 111, 255);
  border-radius: 4px;
  cursor: pointer;
  margin-left: 4px;
  line-height: 47px;

}

.layui-btn-foot button {
  border: none;
  background: none;
  color: #fff;
  font-size: 16px;
  line-height: 47px;
}



.font-bold {
  font-weight: bold;
}

.text-black {
  color: #000;
}

.text-light {
  color: #fff;
}

/* 首页企业优势 */
.qiyeyoushi-text {
  color: #000;
  text-align: left;
  font-size: 14px;
  width: 218px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}

.advanItem:hover .qiyeyoushi-text {
  color: #fff;
}

/* 首页产品 */
.container-hot-product {
  margin-bottom: 20px;
}


/* 首页新闻 */
.bg-news-index1 {
  background-color: #00369c;
  ;
  padding: 5px 0;
  margin-bottom: 20px;
  border-top-right-radius: 20px;
}

.bg-news-index2 {
  background-color: #86b7fe;
  padding: 5px 0;
  margin-bottom: 20px;
}

.block-title {
  margin-top: 20px;
}


/* 友情链接 */
.show-more-btn {
  margin-bottom: 20px;
}

.links-title {
  margin: 10px auto;
  padding-top: 20px;
}

.links-index {
  padding: 0;
}

.links-index li {
  float: left;
  margin-right: 15px;
}

.links-index li a {
  color: #000;
  font-size: 14px;
}

/* 内页 */
#hover {
  background-color: #4da8f4;
  color: #fff;
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container .cateList {
  margin-left: 0;
  padding-left: 30px;
}

.sidebar .product-contanier .product-catogeries-cate a {
  width: auto;
}

.nav_son {
  padding: 0;
}

.nav_son li {
  float: left;
  margin-right: 10px;
}

.nav_son li a {
  color: #333;
}

.product-container {
  padding-top: 0;
}

.product-list .item-p:hover p {
  color: #333
}

/* 列表分页 */
.pagenext {
  margin-left: 30px;
}

#pages {
  margin: 0;
  padding: 0;
}

.disabled {}

.disabled span {
  display: inline-block;
  color: #333;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px
}

.active {}

.active span {
  display: inline-block;
  background-color: #336FFF;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px
}

#pages li {
  float: left;
  padding: 0 5px;
  margin-left: 8px;
}

#pages li a {
  display: inline-block;
  color: #333;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px
}

/* 列表分页结束 */


/* 内容 */
.news-content__text img{max-width: 100%;}