@font-face {
  font-family: "Lato-Regular";
  src: url("../public/Themes/fonts/Lato-Regular.ttf");
}

@font-face {
  font-family: "Lato-Bold";
  src: url("../public/Themes/fonts/Lato-Bold.ttf");
}

@font-face {
  font-family: "Lato-Black";
  src: url("../public/Themes/fonts/Lato-Black.ttf");
}

body {
  color: #334155;
  --style-color: #006def;
  --sub-color: #22c55e;
  --btn-color: #16a34a;
  font-family: "Lato-Regular";
}

h1, h2, h3, h4, h5, .title {
  font-weight: bold;
  font-family: "Lato-Bold";
}

img {
  width: 100%;
  display: block;
}

.swiper-pagination {
  font-size: 0;
  position: static;
  text-align: center;
  margin-top: 20px;
  line-height: 1;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background: var(--style-color);
}

*[data-size='34px'] {
  font-size: 24px;
}

*[data-size='42px'] {
  font-size: 28px;
}

@media(min-width: 768px) {
  .swiper-pagination {
    display: none;
  }

  *[data-size='42px'] {
    font-size: 34px;
  }
}

@media(min-width: 1200px) {
  *[data-size='34px'] {
    font-size: 30px;
  }

  *[data-size='42px'] {
    font-size: 40px;
  }
}

@media(min-width: 1440px) {
  *[data-size='34px'] {
    font-size: 34px;
  }

  *[data-size='42px'] {
    font-size: 42px;
  }
}


/*手机导航代码开始 */
.header .shoujizhezhao {
  width: 100%;
  height: 100vh;
  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: 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: 70%;
  margin-left: auto;
  margin-right: 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;
  line-height: 40px;
}

.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%;
  position: relative;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
  z-index: 100;
}

.header.shadow {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all .3s;
}

.header.shadow.active {
  transform: translateY(0);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.25);
}

.header .header-top {
  color: #fff;
  background: var(--sub-color);
}

.header .header-top .container {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .contact-wrap,
.header .contact-item {
  display: flex;
  align-items: center;
}

.header .contact-item:not(:last-child) {
  margin-right: 20px;
}

.header .contact-item i {
  color: var(--txt-color);
  font-size: 20px;
  line-height: 1;
}

.header .contact-item span {
  display: none;
}

.header .icon-wrap {
  display: flex;
  align-items: center;
}

.header .header-form {
  display: none;
}

.header .icon-list {
  display: flex;
  align-items: center;
}

.header .icon-list li {
  font-size: 16px;
}

.header .icon-list li:not(:last-child) {
  margin-right: 12px;
}

.header .icon-list li i {
  font-size: inherit;
}

/* header底部 */
.header .header-bottom {
  background: #fff;
}

.header .daohangzong {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header .daohang1 {
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header .daohang1>a {
  display: block;
}

.header .daohang1 img {
  width: auto;
  height: 30px;
}

.header .logo2 {
  display: none;
}

.header .daohang2 {
  display: none;
}

.header .daohang3 {
  display: flex;
  align-items: center;
  line-height: 1;
}

.header .icon-search {
  font-size: 20px;
  line-height: 1;
}

.header .daohang4 {
  height: 24px;
  margin-left: 20px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: #535353;
}

.header .sousuo {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000999999999999999900;
  left: 0;
  top: 0;
  color: #fff;
  background: #334155;
  display: none;
}

.header .sousuoguan {
  position: absolute;
  z-index: 1;
  right: 20px;
  cursor: pointer;
  top: 20px;
  color: #fff;
}

.header .sousuoguan i {
  font-size: 24px;
}

.header .sousuo1 {
  width: calc(100% - 60px);
  max-width: 950px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 20%;
  line-height: 50px;
  transform: translateX(-50%);
}

.header .sousuo1 .tit {
  margin-bottom: 20px;
}

.header .sousuo1 form {
  display: flex;
  align-items: center;
  position: relative;
}

.header .sousuo1-search {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #334155;
  font-size: 20px;
}

.header .search-text {
  width: 100%;
  height: 100%;
  height: 50px;
  border: none;
  border-radius: 0;
  color: #334155;
  background: #fff;
  padding-left: 45px;
  font-size: 18px;
}

.header .sousuo1-1 {
  width: 120px;
  padding: 12px 15px;
  border-radius: 10px;
  margin-left: 10px;
  color: #fff;
  background: var(--sub-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .sousuo1-1 button {
  color: inherit;
  line-height: 1.5;
  background: transparent;
  border: transparent;
}

.header .search-text::-webkit-input-placeholder {
  color: #999;
}

.header .search-text:-moz-placeholder {
  color: #999;
}

.header .search-text::-moz-placeholder {
  color: #999;
}

.header .search-text:-ms-input-placeholder {
  color: #999;
}

/* 头部代码结束*/
/* 导航响应式开始*/
@media (min-width: 768px) {
  .header .header-top .container {
    height: 50px;
  }

  .header .contact-item:not(:last-child) {
    margin-right: 30px;
  }

  .header .contact-item i {
    margin-right: 10px;
  }

  .header .contact-item:first-child i {
    font-size: 24px;
  }

  .header .contact-item span {
    display: block;
    position: relative;
    top: -2px;
  }
}

@media (min-width: 1200px) {
  .header {
    box-shadow: none;
  }

  .header .header-form {
    width: 300px;
    height: 31px;
    margin-right: 35px;
    border-radius: 3px;
    display: block;
    position: relative;
  }

  .header .header-form::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    transform: translate(-50%, -50%) scale(.5);
    border-radius: 6px;
    border: 1px solid #fff;
  }

  .header .header-form .form-control {
    width: 100%;
    height: 100%;
    border: none;
    color: #fff;
    background: transparent;
    padding-left: 43px;
    padding-bottom: 8px;
    position: relative;
    z-index: 1;
  }

  .header .header-form .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.45;
  }

  .header .header-form .form-control:-moz-placeholder {
    color: #fff;
    opacity: 0.45;
  }

  .header .header-form .form-control::-moz-placeholder {
    color: #fff;
    opacity: 0.45;
  }

  .header .header-form .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 0.45;
  }

  .header .header-form .btn {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0;
    border: none;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    z-index: 1;
    opacity: 0.8;
  }

  .header .header-form .btn i {
    font-size: inherit;
  }

  .header .icon-list li {
    font-size: 18px;
  }

  .header .contact-item:hover, .header .icon-list li:hover {
    opacity: .7;
  }

  /* header底部 */
  .header .daohangzong {
    height: 130px;
    position: relative;
  }

  .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%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .header .daohang2-1>a {
    height: 70px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }

  .header .daohang2-1>a i {
    font-size: 10px;
    font-weight: bold;
    margin-left: 8px;
    position: relative;
    top: 3px;
  }

  .header .daohang2-1:hover>a,
  .header .daohang2-1.active>a {
    color: var(--style-color);
  }

  .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: 0 2px 4px 0px rgba(0, 0, 0, 15%);
    opacity: 0;
    visibility: hidden;
  }

  .header .pulldown-1 {
    width: 250px;
    top: 100px;
    left: 0;
    border-radius: 0 0 5px 5px;
    border-top: 2px solid var(--style-color);
  }

  .header .pulldown a {
    display: block;
    width: 100%;
    height: unset;
    font-size: 16px;
    font-weight: normal;
    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: var(--txt-color);
  }

  .header .pulldown-2,
  .header .pulldown-3 {
    width: 100%;
    top: 0;
    left: 100%;
  }

  .header .daohang3 {
    margin-left: 20px;
  }

  .header .icon-search {
    display: none;
  }

  .header .daohang4 {
    display: none;
  }
}

@media (min-width: 1440px) {
  .header .daohangzong {
    height: 150px;
  }

  .header .daohang1 img {
    height: 84px;
  }
}


/* banner */
.banner {
  position: relative;
}

.banner .img {
  position: relative;
}

.banner .img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}

.banner .img img {
  width: 100%;
  aspect-ratio: 1920 / 960;
}

.banner .container {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}

.banner .title {
  line-height: calc(58 / 42);
  margin-bottom: 10px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.18);
}

.banner .info {
  line-height: 1.8;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

.banner .btn {
  width: fit-content;
  color: #fff;
  line-height: 1;
  border-radius: 16px;
  margin-top: 20px;
  padding: 8px 15px;
  border-color: var(--sub-color);
  background: var(--sub-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .btn i {
  font-size: 18px;
  margin-left: 10px;
}

@media(min-width: 768px) {
  .banner .container {
    margin-bottom: 20px;
  }

  .banner .title {
    margin-bottom: 10px;
  }
}

@media(min-width: 1200px) {
  .banner .container {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
  }

  .banner .container>* {
    max-width: 800px;
  }

  .banner .title {
    text-align: left;
    margin-bottom: 23px;
  }

  .banner .btn {
    margin-top: 32px;
    font-size: 20px;
    padding: 12px 40px 13px;
    transition: background .3s;
  }

  .banner .btn:hover {
    background: var(--btn-color);
  }

  .banner .btn i {
    font-size: 23px;
    margin-left: 13px;
  }
}

@media (min-width: 1440px) {
  .banner .container>* {
    max-width: 960px;
  }
}


/* breadcrumb */
.breadcrumb-div {
  display: none;
}

@media(min-width: 768px) {
  .breadcrumb-div {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 14px;
    background: #F8FAFC;
    display: block;
  }

  .breadcrumb {
    display: flex;
    list-style: none;
  }

  .breadcrumb>li>span>span:not(:last-child)::after {
    content: '>';
    font-weight: bold;
    opacity: .7;
    margin: 0 15px;
  }

  .breadcrumb>li>span>span:last-child {
    font-family: "Lato-Black";
  }
}