@charset "UTF-8";
@font-face {
  font-family: 'ChuangZhongHei';
  src: url("/themes/sunwoda/public/assets/fonts/chuangzhonghei.woff") format("woff"), url("/themes/sunwoda/public/assets/fonts/chuangzhongghei.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'chuangcuHei';
  /* 自定义字体名称 */
  src: url("/themes/sunwoda/public/assets/fonts/chuangcuhei.woff2") format("woff2"), url("/themes/sunwoda/public/assets/fonts/chuangcuhei.woff") format("woff"), url("/themes/sunwoda/public/assets/fonts/chuangcuhei.ttf") format("truetype"), url("/themes/sunwoda/public/assets/fonts/chuangcuhei.eot?#iefix") format("embedded-opentype"), url("/themes/sunwoda/public/assets/fonts/chuangcuhei.svg#ChuangCuHei") format("svg");
  font-weight: normal;
  /* 字重（可根据实际调整） */
  font-style: normal;
  /* 字体样式（如斜体需单独定义） */
}

.chuangcuhei {
  font-family: "chuangcuhei";
  font-style: italic;
}

/* 使用示例 */
.header_white {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header {
  margin-top: 32px;
  width: 100%;
  height: auto;
  transition: transform 1s ease;
  transform: translateY(0%);
}

.header.hide1 {
  margin-top: 0;
}

.header.hide {
  transform: translateY(-100%);
}

.header .main-navigation > li > a {
  font-style: normal;
}

.header .navbar-sunwoda .navbar-nav > li > .nav_item > a {
  color: #fff;
  font-style: italic;
  line-height: 1.7em;
  transition: .3s;
}

.header.header_white .navbar-sunwoda .navbar-nav > li > .nav_item > a {
  color: #393e40;
}

.header.header_hover_show .navbar-sunwoda .navbar-nav > li > .nav_item > a {
  color: #393e40;
}

.header #main-navigation .nav_item {
  padding: 10px;
}

.header #main-navigation .nav_icon {
  display: none;
}

.header_big_box {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header_top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 32px;
  background: #000;
  transition: transform 1s ease;
}

.header_top.hide {
  top: -100%;
}

.header_top .header_top_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.header_top .header_top_box .business_website {
  position: relative;
}

.header_top .header_top_box .business_website:hover .bus_bot {
  display: block;
}

.header_top .header_top_box .business_website .bus_top {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header_top .header_top_box .business_website .bus_top img {
  width: 14px;
  height: 14px;
}

.header_top .header_top_box .business_website .bus_top p {
  margin: 0;
  margin-left: 6px;
  padding-right: 20px;
  position: relative;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 192.857% */
}

.header_top .header_top_box .business_website .bus_top p::after {
  content: '';
  width: 10px;
  height: 6px;
  background: url("../images/top_icon.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.header_top .header_top_box .business_website .bus_bot {
  display: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.header_top .header_top_box .business_website .bus_bot a {
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 14px;
}

.header_top .header_top_box .business_website .bus_bot a:hover {
  background-color: #f5f5f5;
}

.header_top .header_top_box .language_box {
  margin-left: 40px;
  position: relative;
}

.header_top .header_top_box .language_box:hover .lan_bot {
  display: block;
}

.header_top .header_top_box .language_box .language_top {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header_top .header_top_box .language_box .language_top img {
  width: 14px;
  height: 14px;
}

.header_top .header_top_box .language_box .language_top p {
  margin: 0;
  margin-left: 6px;
  padding-right: 20px;
  position: relative;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 192.857% */
}

.header_top .header_top_box .language_box .language_top p::after {
  content: '';
  width: 10px;
  height: 6px;
  background: url("../images/top_icon.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.header_top .header_top_box .language_box .lan_bot {
  display: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 1000;
  min-width: 100px;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.header_top .header_top_box .language_box .lan_bot a {
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 14px;
}

.header_top .header_top_box .language_box .lan_bot a:hover {
  background-color: #f5f5f5;
}

.header-form {
  height: 106px;
  top: -108px;
}

.footer {
  background: linear-gradient(0deg, #F8F8F8 0%, #F8F8F8 100%), lightgray 0px -79.041px/100% 148.855% no-repeat;
}

.container {
  padding-left: 0;
  padding-right: 0;
  width: 1440px !important;
}

.crumbs_box a {
  color: #fff !important;
}

.crumbs_box span {
  color: #fff !important;
}

@media screen and (max-width: 1440px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    width: 85vw !important;
  }
  .column-title h3 {
    font-size: 2.47917vw;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0.59028vw;
    height: 2.65625vw;
  }
  .btn-outline {
    font-size: 0.94444vw;
  }
  .crumbs_box a {
    color: #fff !important;
  }
  .crumbs_box span {
    color: #fff !important;
  }
}

@media screen and (max-width: 1024px) {
  .crumbs_box a {
    color: #fff !important;
  }
  .crumbs_box span {
    color: #fff !important;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
    width: 92vw !important;
  }
  .header {
    margin-top: 32px;
  }
  .header #main-navigation {
    max-height: 100vw;
    overflow: hidden;
    overflow-y: auto;
  }
  .header #main-navigation .nav_item {
    padding: 10px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header #main-navigation .nav_item a {
    width: 80%;
    font-size: 4.26667vw !important;
  }
  .header #main-navigation .nav_icon {
    display: block;
    width: 5.33333vw;
    height: 5.33333vw;
    transition: all 0.6s;
  }
  .header #main-navigation .nav_icon.active {
    transform: rotate(-90deg);
  }
  .header .sub-menu-ul {
    position: static !important;
    padding: 0 5.33333vw;
    list-style: none;
  }
  .header .sub-menu-ul a {
    font-size: 3.73333vw !important;
  }
  .header_top .header_top_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header_top .header_top_box .business_website {
    width: 50%;
    position: relative;
  }
  .header_top .header_top_box .business_website:hover .bus_bot {
    display: block;
  }
  .header_top .header_top_box .business_website .bus_top {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header_top .header_top_box .business_website .bus_top img {
    width: 14px;
    height: 14px;
  }
  .header_top .header_top_box .business_website .bus_top p {
    margin: 0;
    margin-left: 6px;
    padding-right: 20px;
    position: relative;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 192.857% */
  }
  .header_top .header_top_box .business_website .bus_top p::after {
    content: '';
    width: 10px;
    height: 6px;
    background: url("../images/top_icon.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .header_top .header_top_box .business_website .bus_bot {
    display: none;
    width: 100vw;
    height: auto;
    position: fixed;
    top: 32px;
    left: 0;
    background: #fff;
    z-index: 1000;
    min-width: 160px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .header_top .header_top_box .business_website .bus_bot a {
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
  }
  .header_top .header_top_box .business_website .bus_bot a:hover {
    background-color: #f5f5f5;
  }
  .header_top .header_top_box .language_box {
    width: 50%;
    margin-left: 0px;
    position: relative;
  }
  .header_top .header_top_box .language_box:hover .lan_bot {
    display: block;
  }
  .header_top .header_top_box .language_box .language_top {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header_top .header_top_box .language_box .language_top img {
    width: 14px;
    height: 14px;
  }
  .header_top .header_top_box .language_box .language_top p {
    margin: 0;
    margin-left: 6px;
    padding-right: 20px;
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 192.857% */
  }
  .header_top .header_top_box .language_box .language_top p::after {
    content: '';
    width: 10px;
    height: 6px;
    background: url("../images/top_icon.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .header_top .header_top_box .language_box .lan_bot {
    display: none;
    width: 100vw;
    height: auto;
    position: fixed;
    top: 32px;
    left: 0;
    background: #fff;
    z-index: 1000;
    min-width: 100px;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .header_top .header_top_box .language_box .lan_bot a {
    text-align: left;
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 16px;
  }
  .header_top .header_top_box .language_box .lan_bot a:hover {
    background-color: #f5f5f5;
  }
  .column-title {
    margin-bottom: 10.66667vw;
  }
  .column-title h3 {
    font-size: 7.46667vw;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 2.66667vw;
    height: 9.6vw;
  }
  .btn-outline {
    font-size: 4.26667vw;
  }
}
