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

body {
  font-size: 14px;
  color: #4d4d4e;
  line-height: 26px;
  --style-color: #3da77c;
  font-family: Arial, 'MicrosoftYahei-Regular';
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, .h6, b, strong, .title, .tit {
  line-height: 1;
  font-weight: normal;
}

.swiper-pagination-bullet-active {
  background: var(--style-color);
}

.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1440px) {
  .container.wide-13 {
    max-width: 1310px;
  }
}


/*手机导航代码开始 */
.header .shoujizhezhao {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
}

.header .shoujidaohang {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 240px;
  height: 100vh;
  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: 119px;
  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 {
  display: block;
  width: 100%;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.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 {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #EAEAEA;
}

.header .shoujidaohang1 .has-drop.active {
  color: var(--style-color);
}

.header .shoujidaohang2 {
  width: 100%;
  margin-top: 20px;
}

/*手机导航代码结束 */

/* 头部代码开始*/
.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

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

.header .daohang2 {
  display: none;
}

.header .tel {
  display: none;
}

.header .language {
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.header .language-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  background: #fff;
  border: 1px solid #4d4d4e;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.header .language:hover .language-list {
  opacity: 1;
  visibility: visible;
}

.header .language-list a {
  width: 100%;
  padding: 5px;
  text-align: center;
  display: inline-block;
}

.header .language-list a:hover {
  color: #fff;
  background: var(--style-color);
}

.header .daohang3 {
  display: flex;
  align-items: center;
  line-height: 1;
}

.header .daohang3 form {
  display: none;
}

.header .daohang3-1>i {
  color: inherit;
  font-size: 20px;
  margin-left: 15px;
  cursor: pointer;
}

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

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

.header .sousuo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000999999999999999900;
  width: 100%;
  height: 100vh;
  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 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 600px;
  transform: translate(-50%, -50%);
}

.header .sousuo1 form {
  position: relative;
}

.header .search-text {
  width: 100%;
  height: 50px;
  background: none;
  color: #fff;
  padding: 0 10px 0 10px;
  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;
}

.nav-item {
  position: relative;
  top: -60px;
}

/* 头部代码结束*/
/* 导航响应式开始*/
@media (min-width: 1200px) {
  .header .daohangzong {
    height: 90px;
  }

  .header .daohang1 img {
    height: 47px;
  }

  .header .daohang2 {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
  }

  .header .daohang2-1 {
    height: 100%;
    margin: 0 10px;
    position: relative;
  }

  .header .daohang2-1>a {
    height: 100%;
    padding: 0 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: color .36s;
  }

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

  .header .daohang2-1:hover>a,
  .header .daohang2-1.active>a {
    color: #fff;
  }

  .header .daohang2-1>a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--style-color);
    z-index: -1;
    transition: height .6s;
  }

  .header .daohang2-1:hover>a::before,
  .header .daohang2-1.active>a::before {
    height: 100%;
  }

  .header .daohang2-1:hover .pulldown-1 {
    opacity: 1;
    visibility: visible;
  }

  .header .pulldown {
    position: absolute;
    height: auto;
    z-index: 100;
    background-color: #fff;
    box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 9%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .header .pulldown-1 {
    width: fit-content;
    min-width: 128px;
    max-width: 200px;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
  }

  .header .pulldown a {
    display: block;
    width: 100%;
    height: unset;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    padding: 12px 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 .tel {
    font-size: 16px;
    display: block;
  }

  .header .tel i {
    font-size: 15px;
    margin-right: 12px;
    color: var(--style-color);
  }

  .header .language {
    margin-left: 24px;
  }

  .header .daohang3-1 {
    margin-left: 20px;
  }

  .header .daohang3 form {
    padding-right: 42px;
    border-radius: 21px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    position: relative;
    display: block;
  }

  .header .daohang3 .form-control {
    width: 160px;
    height: 42px;
    border: none;
    font-size: 14px;
    color: #787b7d;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 21px;
  }

  .header .daohang3 .form-control::-webkit-input-placeholder {
    color: #787b7d;
  }

  .header .daohang3 .form-control:-moz-placeholder {
    color: #787b7d;
  }

  .header .daohang3 .form-control::-moz-placeholder {
    color: #787b7d;
  }

  .header .daohang3 .form-control:-ms-input-placeholder {
    color: #787b7d;
  }

  .header .daohang3 button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 42px;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .header .daohang3-1>i {
    display: none;
  }

  .header .daohang4 {
    display: none;
  }

  .nav-item {
    top: -100px;
  }
}

@media (min-width: 1440px) {
  .header .daohang2 {
    padding-right: 16px;
  }

  .header .daohang2-1 {
    margin: 0 16px;
  }

  .header .daohang2-1>a {
    padding: 0 20px;
  }

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

  .header .tel {
    font-size: 18px;
  }

  .header .daohang3-1 {
    margin-left: 30px;
  }

  .header .daohang3 .form-control {
    width: 180px;
  }
}

@media (min-width: 1640px) {
  .header .daohang3 .form-control {
    width: 216px;
  }
}


/* nav-wrap */
.nav-wrap {
  display: none;
}

@media(min-width: 1024px) {
  .nav-wrap {
    font-size: 15px;
    border-bottom: 1px solid #E1E1E1;
    display: block;
  }

  .nav-wrap .container {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-wrap .cate-list {
    height: 100%;
    gap: 20px;
    display: flex;
  }

  .nav-wrap .cate-list li, .nav-wrap .cate-list li a {
    color: #5e5f60;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-wrap .cate-list li {
    position: relative;
    cursor: pointer;
  }

  .nav-wrap .cate-list li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: var(--style-color);
    transition: width .36s;
  }

  .nav-wrap .cate-list li.active::before {
    width: 100%;
  }

  .nav-wrap .breadcrumb {
    display: flex;
    list-style: none;
  }

  .nav-wrap .breadcrumb>li {
    color: #7b7b7d;
    font-size: 13px;
    line-height: 1;
  }

  .nav-wrap .breadcrumb>li:first-child::before {
    content: '\e6ac';
    font-family: "iconfont";
    margin-right: 8px;
  }

  .nav-wrap .breadcrumb>li:not(:first-child)::before {
    content: '-';
    margin: 0 2px;
    line-height: 1;
    display: inline-block;
    color: #7b7b7d;
  }

  .breadcrumb>li:last-child {
    color: var(--style-color);
  }
}

@media(min-width: 1200px) {
  .nav-wrap .container {
    height: 74px;
  }

  .nav-wrap .cate-list {
    gap: 40px;
  }

  .nav-wrap .cate-list li:hover::before {
    width: 100%;
  }
}


/* banner */
.banner {
  position: relative;
}

.banner img {
  width: 100%;
}