body {
  --style-color: #72BBF0;
  --sub-color: #FFBB00;
}

h1, h2, h3, h4, h5, .title {
  font-weight: bold;
}

@media(min-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}

/*手机导航代码开始 */
.header .shoujizhezhao {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 998;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  left: 0px;
}

.header .shoujidaohang {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 240px;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  z-index: 200000;
  opacity: 0;
  -webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out, box-shadow .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, box-shadow .5s ease-in-out;
}

.header .zhankai {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.header .shoujizhezhao.zhankai {
  visibility: visible;
  opacity: 1;
}

.header .shoujilogo {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.header .shoujilogo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header .shoujilogo a img {
  width: 60%;
  max-width: 70px;
  height: auto;
}

.header .shoujidaohang1 {
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
}

.header .shoujidaohang1 .js-hasdrop {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .shoujidaohang1 a {
  color: #333;
  display: block;
  width: 100%;
  font-size: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.header .shoujidaohang1 .js-hasdrop i {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  flex-shrink: 0;
}

.header .shoujidaohang1 .js-hasdrop.active i {
  transform: rotate(90deg);
}

.header .shoujidaohang1 .dropdown {
  display: none;
}

.header .shoujidaohang1 .dropdown a {
  padding-left: 20px;
  font-size: 14px;
  border-top: 1px solid #EAEAEA;
}

.header .shoujidaohang1 .has-drop.active {
  color: var(--style-color);
}

.header .shoujidaohang2 {
  width: 100%;
  margin-top: 20px;
}

/*手机导航代码结束 */

/* 头部代码开始*/
.header {
  width: 100%;
  top: 0;
  left: 0;
  background: #E3F1FC;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, .06);
  z-index: 100;
}

.header.shadow {
  position: fixed;
}

.header .daohangzong {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .daohang1 {
  flex-shrink: 0;
}

.header .daohang1 img {
  width: auto;
  height: 50px;
}

.header .daohang2 {
  display: none;
}

.header .daohang3 {
  display: flex;
  align-items: center;
  line-height: 1;
}

.header .daohang3-1 .btn {
  width: 100px;
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  font-weight: bold;
  background: var(--style-color);
}

.header .daohang4 {
  height: 24px;
  margin-left: 20px;
}

.header .contact-wrap {
  position: fixed;
  z-index: 1000999999999999999900;
  left: 0;
  top: 0;
  display: none;
}

.header .contact-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20, 34, 59, .3);
  cursor: pointer;
}

.header .contact-pop {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100vw - 60px);
  height: 100vh;
  max-width: 690px;
  padding: 60px 25px 30px;
  background: #E8EDF5;
  transition: transform .3s;
  transform: translateX(110%);
}

.header .contact-wrap.active .contact-pop {
  transform: translateX(0);
}

.header .contact-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.header .contact-scrollbar {
  height: 100%;
  padding-right: 5px;
  margin-right: -5px;
}

.header .title {
  text-align: left;
  margin-bottom: 10px;
}

.header .sub-info {
  line-height: 1.8;
  margin-bottom: 15px;
}

.header .form-wrap {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(141, 141, 141, .5);
  border-bottom: 1px solid rgba(141, 141, 141, .5);
}

.header .form-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.header .row {
  margin-left: -10px;
  margin-right: -10px;
}

.header .row>div {
  padding: 0 10px;
}

.header .form-control {
  height: 40px;
  color: #333;
  border-color: #999;
}

.header .btn-wrap {
  margin-top: 15px;
}

.header .btn {
  width: 100%;
  color: #fff;
  border-radius: 4px;
  background: var(--style-color);
}

.header .form-control::-webkit-input-placeholder {
  color: #333;
}

.header .form-control:-moz-placeholder {
  color: #333;
}

.header .form-control::-moz-placeholder {
  color: #333;
}

.header .form-control:-ms-input-placeholder {
  color: #333;
}

.header .item-wrap {
  padding-top: 15px;
}

.header .item-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.header .item-info {
  line-height: 1.8;
  margin-bottom: 18px;
}

.header .item-list li {
  display: flex;
  align-items: center;
  color: #345990;
}

.header .item-list li:not(:last-child) {
  margin-bottom: 7px;
}

.header .item-list li i {
  font-size: 14px;
  margin-right: 10px;
}

.header .quick {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: #333;
}

.header .header-bottom {
  display: none;
}

/* 头部代码结束*/
/* 导航响应式开始*/
@media (min-width: 1200px) {
  .header .daohangzong {
    height: 80px;
  }

  .header .daohang1 img {
    height: 60px;
  }

  .header .daohang2 {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .header .daohang2-1 {
    height: 100%;
    position: relative;
  }

  .header .daohang2-1>a {
    font-size: 14px;
    height: 100%;
    padding: 0 15px;
    color: #345990;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header .daohang2-1:hover>a,
  .header .daohang2-1.active>a {
    color: #fff;
    background: var(--style-color);
  }

  .header .pulldown-a i {
    margin-left: 5px;
  }

  .header .daohang2-1:hover .pulldown-1 {
    opacity: 1;
    visibility: visible;
  }

  .header .pulldown {
    position: absolute;
    height: auto;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    box-shadow: 2.5px 4.33px 8px 0px rgba(0, 0, 0, 9%);
    opacity: 0;
    visibility: hidden;
  }

  .header .pulldown-1 {
    width: 200px;
    top: 80px;
    left: 0;
  }

  .header .pulldown a {
    display: block;
    width: 100%;
    height: unset;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding: 10px 15px;
    justify-content: flex-start;
  }

  .header .has-drop {
    position: relative;
  }

  .header .has-drop:hover .pulldown {
    opacity: 1;
    visibility: visible;
  }

  .header .has-drop a:hover {
    color: #fff;
    background: var(--style-color);
  }

  .header .pulldown-2,
  .header .pulldown-3 {
    width: 100%;
    top: 0;
    left: 100%;
  }

  .header .daohang3 {
    padding-left: 10px;
  }

  .header .daohang4 {
    display: none;
  }

  .header .contact-pop {
    padding: 74px 48px;
  }

  .header .contact-close {
    top: 26px;
    right: 48px;
  }

  .header .sub-info {
    margin-bottom: 25px;
  }

  .header .form-wrap {
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .header .form-title {
    margin-bottom: 18px;
  }

  .header .form-group {
    margin-bottom: 20px;
  }

  .header .form-control {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header .btn-wrap {
    margin-top: 28px;
  }

  .header .btn {
    font-size: 24px;
  }

  .header .btn i {
    font-size: 26px;
  }

  .header .item-wrap {
    padding-top: 26px;
  }

  .header .item-title {
    margin-bottom: 13px;
  }

  .header .item-list li a:hover {
    color: var(--sub-color);
  }

  .header .quick {
    margin-top: 19px;
    margin-bottom: 19px;
  }
}

@media (min-width: 1440px) {
  .header .daohang2-1>a {
    font-size: 16px;
  }

  .header .daohang3-1 .btn {
    width: 130px;
    font-size: 16px;
  }
}

@media (min-width: 1640px) {
  .header .daohang2-1>a {
    font-size: 18px;
    padding: 0 20px;
  }

  .header .daohang3 {
    padding-left: 20px;
  }

  .header .daohang3-1 .btn {
    width: 151px;
    font-size: 18px;
  }
}


/* breadcrumb */
.breadcrumb-div {
  padding-top: 16px;
  padding-bottom: 15px;
  background: rgba(237, 9, 145, .05);
  display: none;
}

.breadcrumb {
  display: flex;
  list-style: none;
}

.breadcrumb>li:first-child::before {
  content: '\e8f5';
  font-family: "iconfont";
  margin-right: 5px;
}

.breadcrumb>li:not(:last-child)::after {
  content: '•';
  margin: 0 5px;
}

.breadcrumb>li:last-child {
  color: var(--style-color);
}

@media(min-width: 768px) {
  .breadcrumb-div {
    display: block;
  }
}