@font-face {
  font-family: "JosefinSans-L";
  src: url("../public/Themes/fonts/JosefinSans-Light.ttf");
}

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

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

body {
  --style-color: #ffcf00;
  --sub-color: #fcd600;
  font-family: "JosefinSans-L";
}

h1,
h2,
h3,
.title {
  line-height: 1.2;
  font-weight: bold;
  font-family: "JosefinSans-B";
}

.btn {
  width: 160px;
  border-radius: 0;
  font-family: "JosefinSans-M";
}

@media (min-width: 1200px) {
  .btn {
    width: 185px;
    padding: 8px 15px;
  }
}

.swiper-pagination {
  position: static;
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 5px;
}

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

@media (min-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}

/*手机导航代码开始 */
.header {
  font-family: "JosefinSans-M";
}

.header .shoujizhezhao {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 998;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.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 0.5s ease-in-out, opacity 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, box-shadow 0.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%;
  padding-top: 7px;
  padding-bottom: 7px;
}

.header .shoujidaohang1 i {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.header .shoujidaohang1 i.active {
  transform: rotate(90deg);
}

.header .shoujidaohang1 .dropdown {
  display: none;
  padding-left: 10px;
}

.header .shoujidaohang1 .dropdown .has-drop {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .shoujidaohang1 .dropdown>li>a,
.header .shoujidaohang1 .dropdown .has-drop {
  font-size: 14px;
  border-top: 1px solid #eaeaea;
}

.header .shoujidaohang1 .dropdown i {
  font-size: inherit;
  line-height: 1;
}

.header .shoujidaohang1 .dropdown-1 {
  padding-left: 10px;
  display: none;
}

.header .shoujidaohang1 .dropdown-1>li>a {
  font-size: 12px;
  border-top: 1px solid #eaeaea;
}

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

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

/* 头部代码开始*/
.header .sousuo {
  width: 100%;
  margin-top: -88px;
  background: #fcd600;
  transition: margin 0.3s;
}

.header .sousuo.active {
  margin-top: 0;
}

.header .sousuo .container {
  padding: 4px 39px 16px;
}

.header .sousuo .close {
  display: block;
  width: 18px;
  padding: 1px 2px;
  text-align: center;
  margin-left: auto;
  margin-bottom: 12px;
  color: var(--style-color);
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
}

.header .sousuo .close>i {
  font-size: 12px;
  line-height: 1;
}

.header .sousuo form {
  display: flex;
  align-items: center;
}

.header .search-text {
  width: calc(100% - 43px);
  height: 38px;
  flex-shrink: 0;
  color: #333;
  font-size: 16px;
  background: #fff;
  padding: 0 10px 0 10px;
  border-radius: 0;
  border-color: #ddd;
  box-shadow: none;
}

.header .sousuo-btn {
  display: block;
  width: 38px;
  height: 38px;
  margin-left: 5px;
  background: transparent;
  border: transparent;
  cursor: pointer;
}

.header .sousuo-btn i {
  color: #fff;
  font-size: 20px;
}

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

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

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

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

.header .header-top {
  color: #fff;
  background: var(--style-color);
}

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

.header .header-top .item-title {
  font-size: 12px;
}

.header .header-top .item-wrap {
  display: flex;
  align-items: center;
}

.header .header-top .item {
  display: flex;
  align-items: center;
}

.header .header-top .item:not(:last-child) {
  margin-right: 20px;
}

.header .header-top .item>i {
  font-size: 26px;
  line-height: 1;
}

.header .header-top .item:last-child i {
  font-size: 30px;
}

.header .header-top .item>span {
  line-height: 1;
  margin-left: 5px;
  display: none;
}

.header .icon-search {
  cursor: pointer;
}

.header .header-bottom {
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.2);
  z-index: 100;
}

.header .header-bottom.shadow {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.header .header-bottom .container {
  height: 80px;
  display: flex;
  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 .daohang2 {
  height: 100%;
  display: none;
}

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

.header .daohang2-1:not(:last-child) {
  margin-right: 60px;
}

.header .daohang2-1>a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.header .daohang2-1:hover>a {
  color: var(--style-color);
}

.header .daohang2-1:hover>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--style-color);
}

.header .pulldown {
  position: absolute;
  top: 100px;
  left: -20px;
  width: 348px;
  height: 0;
  font-size: 18px;
  background: #fff;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
  overflow: hidden;
  opacity: 0;
  z-index: 10;
}

.header .daohang2-1:hover .pulldown {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.header .pulldown a {
  display: block;
  width: 100%;
  padding: 6px 28px;
}

.header .pulldown .has-drop:hover,
.header .pulldown a:hover {
  color: #fff;
  background: #2b2b2b;
}

.header .pulldown .has-drop {
  display: flex;
  align-items: center;
  padding-right: 14px;
}

.header .pulldown .has-drop::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  background: #2b2b2b;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.header .pulldown .has-drop:hover::after {
  background: #fff;
}

.header .pulldown-1 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 0;
  background: #f4f2f2;
  font-size: 16px;
  overflow: hidden;
  opacity: 0;
}

.header .pulldown>li:hover .pulldown-1 {
  height: auto;
  opacity: 1;
}

.header .pulldown-1 a {
  padding-left: 20px;
  padding-right: 20px;
}

.header .daohang3 {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

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

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

/* 头部代码结束*/
/* 导航响应式开始*/
@media (min-width: 768px) {
  .header .header-top .item>span {
    font-size: 16px;
  }

  .header .header-top .item:not(:last-child) {
    margin-right: 30px;
  }
  
  .header .icon-search,
  .header .header-top .item>span {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .header .header-top .container {
    height: 75px;
  }

  .header .header-top .item-title {
    font-size: 18px;
  }

  .header .header-top .item>span {
    display: block;
  }

  .header .header-bottom .container {
    justify-content: flex-start;
  }

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

  .header .daohang2 {
    display: flex;
    align-items: center;
    margin-left: 50px;
  }

  .header .header-bottom>.container {
    height: 100px;
  }

  .header .daohang3 {
    display: none;
  }
}

@media (min-width: 1440px) {
  .header .daohang2 {
    margin-left: 100px;
  }

  .header .daohang3-1>i {
    font-size: 30px;
  }
}

@media (min-width: 1640px) {
  .header .daohang2 {
    margin-left: 147px;
  }
}


/* breadcrumb */
.breadcrumb-div {
  background: #F5F5F5;
  padding: 11px 0;
  display: none;
}

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

.breadcrumb>li:not(:last-child)::after {
  content: ">";
  margin: 0 5px;
}

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

.breadcrumb_last{
    color: var(--style-color);
}
@media (min-width: 768px) {
  .breadcrumb-div {
    display: block;
    font-size: 18px;
  }
}

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



.content-area .row-main {
  margin: 0;
}

.content-area .row-main>div {
  width: 100%;
}

.content-area .col-inner {
  padding: 30px 15px;
  max-width: 720px;
  margin: 0 auto;
}

.content-area .col-inner a {
  color: var(--style-color);
  text-decoration: underline;
}

.content-area .col-inner h1 {
  text-align: center;
  font-size: 24px;
}

.content-area .col-inner h2 {
  text-align: left;
  font-size: 20px;
  margin: 20px 0 10px;
}

.content-area .col-inner h3 {
  font-size: 18px;
  margin: 10px 0 5px;
}

.content-area .col-inner ul {
  padding-left: 20px;
}

.content-area .col-inner ul li, .content-area .col-inner p {
  line-height: 1.8;
}

@media(min-width:768px) {
  .content-area .col-inner h1 {
    font-size: 28px;
  }
  
  .content-area .col-inner h2 {
    font-size: 24px;
  }
}

@media(min-width:992px) {
  .content-area .col-inner {
    max-width: 960px;
  }
}

@media(min-width:1200px) {
  .content-area .col-inner {
    max-width: 1140px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .content-area .col-inner h1 {
    font-size: 40px;
  }

  .content-area .col-inner h2 {
    font-size: 30px;
    margin: 30px 0 15px;
  }

  .content-area .col-inner h3 {
    font-size: 20px;
  }
}

@media(min-width:1440px) {
  .content-area .col-inner {
    max-width: 1230px;
  }
}