@font-face {
  font-family: 'Roboto-B';
  src: url('../public/Themes/fonts/Roboto-Bold.ttf');
}

@font-face {
  font-family: 'Roboto-M';
  src: url('../public/Themes/fonts/Roboto-Medium.ttf');
}

@font-face {
  font-family: 'Roboto-R';
  src: url('../public/Themes/fonts/Roboto-Regular.ttf');
}

body {
  --style-color: #F39800;
  --sub-color: #2F96FC;
  font-family: 'Roboto-R';
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5, .title {
  font-family: 'Roboto-B';
}

@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: 70%;
  height: auto;
}

.header .shoujidaohang1 {
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
}

.header .shoujidaohang1 .js-hasdrop {
  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: #111111;
  z-index: 100;
}

.header.shadow {
  position: fixed;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
}

.header .daohangzong {
  height: 60px;
  color: #fff;
  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;
  margin-left: 20px;
}

.header .daohang3-1>i {
  color: inherit;
  font-size: 24px;
  cursor: pointer;
}

.header .daohang4 {
  height: 24px;
  margin-left: 20px;
}

.header .sousuo {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000999999999999999900;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.header .sousuoguan {
  position: absolute;
  z-index: 1;
  right: 20px;
  cursor: pointer;
  top: 20px;
  color: #fff;
}

.header .sousuo1 {
  width: 32%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 50px;
  line-height: 50px;
  transform: translate(-50%, -50%);
}

.header .search-text {
  width: 100%;
  height: 100%;
  height: 50px;
  background: none;
  padding: 0 10px 0 10px;
  color: #fff;
  font-size: 20px;
}

.header .sousuo1-1 {
  position: absolute;
  z-index: 1;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all .6s;
}

.header .sousuo1-1 button {
  background: transparent;
  border: transparent;
}

.header .sousuo1-1 i {
  color: #fff;
  font-size: 20px;
}

.header .search-text::-webkit-input-placeholder {
  color: #fff;
}

.header .search-text:-moz-placeholder {
  color: #fff;
}

.header .search-text::-moz-placeholder {
  color: #fff;
}

.header .search-text:-ms-input-placeholder {
  color: #fff;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: #fff;
}

.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: center;
  }

  .header .daohang2-1 {
    height: 100%;
  }

  .header .daohang2-1>a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
  }

  .header .daohang2-1:hover,
  .header .daohang2-1.active>a {
    color: #fff;
    background: var(--style-color);
  }

  .header .pulldown-a i {
    margin-left: 5px;
  }

  .header .pulldown {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 0;
    color: #333;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
  }

  .header .daohang2-1:hover .pulldown {
    height: auto;
    visibility: visible;
    box-shadow: 0px 5px 3px 3px rgba(0, 0, 0, .1);
  }

  .header .pulldown .container {
    padding-top: 52px;
    padding-bottom: 31px;
  }

  .header .item-list {
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
  }

  .header .item-list>li {
    white-space: nowrap;
    padding-bottom: 8px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
  }

  .header .item-list>li.active {
    color: var(--style-color);
    border-color: var(--style-color);
  }

  .header .item-list>li:not(:last-child) {
    margin-right: 30px;
  }

  .header .tab-content {
    margin-top: 39px;
    padding: 0 45px;
  }

  .header .tab-pane {
    position: relative;
  }

  .header .tab-content .tab-pane:not(:first-child) {
    display: none;
  }

  .header .swiper-container {
    margin: -16px -20px;
    padding: 16px 20px;
  }

  .header .scale-img {
    box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, .16);
  }

  .header .scale-img img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
  }

  .header .tit {
    font-weight: bold;
    margin-top: 32px;
    text-align: center;
  }

  .header .prev-btn, .header .next-btn {
    width: 45px;
    height: 45px;
    font-size: 30px;
    top: calc(50% - 31px);
    border-radius: 50%;
    color: #fff;
    background: var(--sub-color);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header .prev-btn {
    padding-right: 3px;
    transform: translate(-100%, -50%);
  }

  .header .next-btn {
    padding-left: 3px;
    transform: translate(100%, -50%);
  }

  .header .prev-btn.swiper-button-disabled,
  .header .next-btn.swiper-button-disabled {
    color: #333;
    background: #E5E5E5;
  }

  .header .daohang3 {
    margin-left: 28px;
  }

  .header .daohang4 {
    display: none;
  }
}

@media (min-width: 1440px) {
  .header .daohang2-1>a {
    padding: 0 42px;
  }

  .header .item-list>li:not(:last-child) {
    margin-right: 50px;
  }
}

@media (min-width: 1640px) {
  .header .tab-content {
    padding: 0;
  }
}

@media (min-width: 1920px) {
  .container.wide-18 {
    max-width: 1820px;
  }
}


/* breadcrumb */
.breadcrumb-div {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #F9F9F9;
  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;
}

@media(min-width: 768px) {
  .breadcrumb-div {
    display: block;
  }
}


/* banner */
.banner img {
  width: 100%;
  display: block;
}