body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
  font-size: 14px;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  text-decoration: unset;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  outline: unset;
  border: unset;
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: scroll;
}

/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.img-box {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
}

.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}

/* Bootstrap 4/5 通用：把≥1700px时的容器上限设为1600px */
@media (min-width: 1700px) {

  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: calc(100vw - 200px);
  }
}

.fszero {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

.fszero h1 {
  font-size: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.slick-dots li button {
  display: none;
}

.slick-track {
  margin-left: unset;
}

body {
  background-color: #fff;
  font-family: Inter;
  overflow-x: hidden !important;
}

:root {
  scroll-behavior: unset;
}

.icon {
  line-height: 1;
}

.icon i {
  line-height: 1;
}

.slick-slide {
  font-size: 0;
  border: unset !important;
}

@media (max-width: 1199px) {
  .fancybox-slide>* {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
  height: 100px;
}

@media (max-width: 1199px) {
  header {
    height: 60px;
  }
}

header .header {
  height: 100%;
  transition: all 0.5s;
}

header .container {
  height: 100%;
}

header .header_main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

header .header_main .l .logo {
  width: 250px;
}

@media (max-width: 1400px) {
  header .header_main .l .logo {
    width: 180px;
  }
}

@media (max-width: 767px) {
  header .header_main .l .logo {
    width: 120px;
  }
}

header .header_main .l .logo a {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
}

header .header_main .l .logo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

header .header_main .l .logo a img:nth-child(2) {
  opacity: 0;
}

header .header_main .r {
  display: flex;
  align-items: center;
  height: 100%;
}

header .header_main .r .menu {
  height: 100%;
  margin-right: 100px;
}

@media (max-width: 1400px) {
  header .header_main .r .menu {
    margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  header .header_main .r .menu {
    display: none;
    margin-right: unset;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: calc(100vh - 60px);
  }
}

header .header_main .r .menu>ul {
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  header .header_main .r .menu>ul {
    flex-direction: column;
    padding: 20px 5.2083vw;
    align-items: flex-start;
  }
}

header .header_main .r .menu>ul>li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transform-origin: top center;
  transition-property: 300;
}

header .header_main .r .menu>ul>li:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 1400px) {
  header .header_main .r .menu>ul>li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  header .header_main .r .menu>ul>li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
}

@media (max-width: 1199px) {
  header .header_main .r .menu>ul>li {
    width: 100%;
    height: max-content;
  }
}

header .header_main .r .menu>ul>li .item {
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 1199px) {
  header .header_main .r .menu>ul>li .item {
    width: 100%;
    justify-content: space-between;
    height: max-content;
  }
}

header .header_main .r .menu>ul>li .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  /* OSW-18SEM */
  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  header .header_main .r .menu>ul>li .item a {
    color: #222;
  }
}

header .header_main .r .menu>ul>li .item .switch {
  display: none;
  width: 20px;
  height: 20px;
  position: relative;
}

@media (max-width: 1199px) {
  header .header_main .r .menu>ul>li .item .switch {
    display: flex;
  }
}

header .header_main .r .menu>ul>li .item .switch span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 2px;
  background-color: #222;
  transition: all 0.5s;
}

header .header_main .r .menu>ul>li .item .switch span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

header .header_main .r .menu>ul>li .item .switchOn span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
}

header .header_main .r .menu>ul>li .slide {
  position: absolute;
  bottom: 0;
  left: -30px;
  width: max-content;
  height: auto;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  header .header_main .r .menu>ul>li .slide {
    display: none;
    position: relative;
    left: unset;
    bottom: unset;
    transform: unset;
    opacity: 1;
    width: 100%;
    transition: unset;
  }
}

header .header_main .r .menu>ul>li .slide ul {
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .header_main .r .menu>ul>li .slide ul li a {
  padding: 10px 20px;
  display: flex;
  color: #666;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
}

header .header_main .r .menu>ul>li .slide ul li a:hover {
  background-color: #e60012;
  color: #fff;
}

header .header_main .r .menu>ul>li:hover .item a {
  color: #e60012;
}

header .header_main .r .menu>ul>li:hover .slide {
  opacity: 1;
  pointer-events: inherit;
}

header .header_main .r .menu>ul .active .item a {
  color: #e60012;
}

header .header_main .r .langBox {
  height: 100%;
  position: relative;
  margin-right: 20px;
}

@media (max-width: 1199px) {
  header .header_main .r .langBox {
    margin-right: 10px;
  }
}

header .header_main .r .langBox .lang {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

header .header_main .r .langBox .lang img {
  width: 24px;
  height: auto;
  margin-right: 6px;
}

header .header_main .r .langBox .lang span {
  color: #fff;
  margin-right: 10px;
  /* OSW-18SEM */
  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
}

header .header_main .r .langBox .lang .icon {
  transition: all 0.5s;
}

header .header_main .r .langBox .lang .icon i {
  color: #fff;
  font-size: 24px;
  transition: all 0.5s;
}

header .header_main .r .langBox .slide {
  position: absolute;
  bottom: 0;
  left: -12px;
  width: max-content;
  height: auto;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  background-color: #fff;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .header_main .r .langBox .slide ul {
  display: flex;
  flex-direction: column;
}

header .header_main .r .langBox .slide ul li:not(:last-child) {
  margin-bottom: 10px;
}

header .header_main .r .langBox .slide ul li a .item {
  display: flex;
  align-items: center;
}

header .header_main .r .langBox .slide ul li a .item img {
  width: 24px;
  height: auto;
  margin-right: 10px;
}

header .header_main .r .langBox .slide ul li a .item span {
  color: #222;
  /* OSW-18SEM */
  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
}

header .header_main .r .langBox .slide ul li a .item:hover span {
  color: #e60012;
}

header .header_main .r .langBox:hover .lang span {
  color: #e60012;
}

header .header_main .r .langBox:hover .lang .icon {
  transform: rotate(180deg);
}

header .header_main .r .langBox:hover .lang .icon i {
  color: #e60012;
}

header .header_main .r .langBox:hover .slide {
  opacity: 1;
  pointer-events: initial;
}

header .header_main .r .searchBox {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

header .header_main .r .searchBox .search-icon i {
  color: #fff;
  font-size: 24px;
  transition: all 0.5s;
}

header .header_main .r .searchBox .slide {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  width: max-content;
  height: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  header .header_main .r .searchBox .slide {
    position: fixed;
    width: 100%;
    z-index: 9998;
  }
}

header .header_main .r .searchBox .slide form {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}

header .header_main .r .searchBox .slide form input {
  width: 310px;
  height: 47px;
}

@media (max-width: 767px) {
  header .header_main .r .searchBox .slide form input {
    width: 150px;
  }
}

header .header_main .r .searchBox .slide form input::placeholder {
  color: #999;
  /* inter-16med */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

header .header_main .r .searchBox .slide form button {
  width: 120px;
  height: 47px;
  background-color: #e60012;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* INTER-18regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

header .header_main .r .searchBox:hover .slide {
  opacity: 1;
  pointer-events: initial;
}

header .header_main .r .hamburger {
  display: none;
}

@media (max-width: 1199px) {
  header .header_main .r .hamburger {
    display: block;
    margin-left: 10px;
  }
}

header .header_main .r .hamburger input {
  display: none;
}

header .header_main .r .hamburger svg {
  /* The size of the SVG defines the overall size */
  height: 3em;
  /* Define the transition for transforming the SVG */
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .header_main .r .hamburger .line {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  /* Define the transition for transforming the Stroke */
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .header_main .r .line-top-bottom {
  stroke-dasharray: 12 63;
}

header .header_main .r .hamburger input:checked+svg {
  transform: rotate(-45deg);
}

header .header_main .r .hamburger input:checked+svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

header .headerOn,
header .headerActive {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

header .headerOn .l .logo a img:nth-child(2),
header .headerActive .l .logo a img:nth-child(2) {
  opacity: 1;
}

header .headerOn .r .menu>ul>li .item a,
header .headerActive .r .menu>ul>li .item a {
  color: #222;
}

header .headerOn .r .langBox .lang span,
header .headerActive .r .langBox .lang span {
  color: #222;
}

header .headerOn .r .langBox .lang .icon i,
header .headerActive .r .langBox .lang .icon i {
  color: #222;
}

header .headerOn .r .searchBox .search-icon i,
header .headerActive .r .searchBox .search-icon i {
  color: #222;
}

header .headerOn .r .hamburger .line,
header .headerActive .r .hamburger .line {
  stroke: #222;
}

.moreBTN {
  display: flex;
  align-items: center;
  background-color: #e60012;
  padding: 16px 24px;
  width: max-content;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .moreBTN {
    padding: 10px 20px;
  }
}

.moreBTN::after {
  pointer-events: none;
  z-index: 10;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skewx(-25deg);
  content: "";
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.moreBTN span {
  color: #fff;
  /* INTER-20SEM */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 35px */
}

@media (max-width: 1199px) {
  .moreBTN span {
    font-size: 16px;
  }
}

.moreBTN .icon {
  margin-left: 30px;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .moreBTN .icon {
    margin-left: 14px;
  }
}

.moreBTN .icon::before {
  position: absolute;
  left: 0;
  transform: translateY(-50%) translateX(-100%);
  top: 50%;
  content: "\e63b";
  font-size: 24px;
  font-family: iconfont;
  color: #fff;
  transition: all 0.5s;
}

.moreBTN .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .moreBTN .icon i {
    font-size: 20px;
  }
}

.moreBTN:hover::after {
  transition: all 0.5s;
  left: 100%;
}

.moreBTN:hover .icon::before {
  transform: translateY(-50%) translateX(0%);
}

.moreBTN:hover .icon i {
  transform: translate(50%, -50%);
}

.pro_itemNormal {
  padding: 30px 48px;
  background-color: #fff;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .pro_itemNormal {
    padding: 24px 32px;
  }
}

@media (max-width: 1199px) {
  .pro_itemNormal {
    padding: 20px 24px;
  }
}

@media (max-width: 991px) {
  .pro_itemNormal {
    padding: 10px;
  }
}

.pro_itemNormal .category {
  margin-bottom: 10px;
}

.pro_itemNormal .category p {
  color: #999;
  text-align: center;
  /* OSW-18SEM */
  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pro_itemNormal .name {
  margin-bottom: 10px;
}

.pro_itemNormal .name p {
  color: #222;
  text-align: center;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 1199px) {
  .pro_itemNormal .name p {
    font-size: 20px;
  }
}

.pro_itemNormal .pic {
  margin-bottom: 10px;
}

.pro_itemNormal .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  transition: all 0.5s;
}

.pro_itemNormal .more .line {
  width: 60px;
  background-color: #e60012;
  height: 2px;
  margin-right: 20px;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .pro_itemNormal .more .line {
    width: 40px;
  }
}

.pro_itemNormal .more span {
  color: #e60012;
  /* INTER-20SEM */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 35px */
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .pro_itemNormal .more span {
    font-size: 16px;
  }
}

.pro_itemNormal:hover {
  background: var(--, #fff);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.pro_itemNormal:hover img {
  transform: scale(1.1);
}

.pro_itemNormal:hover .more {
  background-color: #e60012;
}

.pro_itemNormal:hover .more .line {
  background-color: #fff;
}

.pro_itemNormal:hover .more span {
  color: #fff;
}

main .index_banner {
  overflow: hidden;
  position: relative;
}

@media (max-width: 1199px) {
  main .index_banner {
    height: 450px;
  }
}

main .index_banner .slick_indexBanner {
  height: 100%;
}

main .index_banner .slick_indexBanner .slick-list {
  height: 100%;
}

main .index_banner .slick_indexBanner .slick-track {
  height: 100%;
}

main .index_banner .slick_indexBanner .slick-slide {
  position: relative;
  height: 100%;
}

main .index_banner .slick_indexBanner .slick-slide>div {
  height: 100%;
}

main .index_banner .slick_indexBanner .slick-slide .item {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 50%;
}

main .index_banner .slick_indexBanner .slick-slide .item .info_box {
  position: absolute;
  top: 13.4375vw;
  left: 5.2083vw;
  z-index: 30;
  transform: translateX(-9.375vw);
  opacity: 0;
  transition: all ease-in-out 1.8s;
}

@media (max-width: 991px) {
  main .index_banner .slick_indexBanner .slick-slide .item .info_box {
    top: 30%;
    transform: translateY(-50%);
  }
}

main .index_banner .slick_indexBanner .slick-slide .item .info_box .tit {
  margin-bottom: 3.125vw;
}

main .index_banner .slick_indexBanner .slick-slide .item .info_box .tit p {
  color: #fff;
  font-family: Oswald;
  font-size: 3.75vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1199px) {
  main .index_banner .slick_indexBanner .slick-slide .item .info_box .tit p {
    font-size: 28px;
  }
}

main .index_banner .slick_indexBanner .slick-slide .item .pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 1.8s;
  width: 100%;
  height: 100%;
}

main .index_banner .slick_indexBanner .slick-slide .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
  transition: all ease-in-out 1.8s;
}

main .index_banner .slick_indexBanner .slick-current .item .info_box {
  transform: translateX(0);
  opacity: 1;
}

main .index_banner .slick_indexBanner .slick-current .item .pic {
  transform: translate(-50%, -50%) scale(1.05);
}

main .index_banner .slick_indexBanner .slick-dots {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 3.125vw;
  left: 5.2083vw;
  z-index: 30;
}

main .index_banner .slick_indexBanner .slick-dots li {
  width: 60px;
  height: 4px;
  transition: all 0.5s;
  background-color: #fff;
  opacity: 0.4;
}

main .index_banner .slick_indexBanner .slick-dots li:not(:last-child) {
  margin-right: 16px;
}

@media (max-width: 1199px) {
  main .index_banner .slick_indexBanner .slick-dots li {
    width: 40px;
    height: 2px;
  }
}

main .index_banner .slick_indexBanner .slick-dots .slick-active {
  opacity: 1;
}

main .index_banner .mailBox {
  position: fixed;
  bottom: 2.2rem;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
}

main .index_banner .mailBox a {
  width: max-content;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}

main .index_banner .mailBox span {
  color: #222;
  margin-right: 40px;
  /* OSW-24SEM */
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 1199px) {
  main .index_banner .mailBox span {
    font-size: 18px;
    margin-right: 10px;
  }
}

main .index_banner .mailBox .icon i {
  color: #e60012;
  font-size: 44px;
}

@media (max-width: 1199px) {
  main .index_banner .mailBox .icon i {
    font-size: 32px;
  }
}

main .index_pro {
  padding: 105px 0;
  background-image: url(../images/index_pro_bg.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 1400px) {
  main .index_pro {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  main .index_pro {
    padding: 40px 0;
  }
}

main .index_pro .titBox .subtit {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  main .index_pro .titBox .subtit {
    margin-bottom: 10px;
  }
}

main .index_pro .titBox .subtit p {
  color: #e60012;
  text-align: center;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 1199px) {
  main .index_pro .titBox .subtit p {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  main .index_pro .titBox .subtit p {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  main .index_pro .titBox .subtit p {
    font-size: 24px;
  }
}


main .index_pro .titBox .tit {
  margin: 0 auto 70px;
  width: 1330px;
  max-width: 100%;
}

@media (max-width: 1199px) {
  main .index_pro .titBox .tit {
    margin-bottom: 20px;
  }
}

main .index_pro .titBox .tit p {
  color: #222;
  text-align: center;
  /* OSW-56B */
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1199px) {
  main .index_pro .titBox .tit p {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  main .index_pro .titBox .tit p {
    font-size: 18px;
  }
}


main .index_pro .slick_indexPro {
  padding: 10px 0;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  main .index_pro .slick_indexPro {
    margin-bottom: 10px;
  }
}

main .index_pro .slick_indexPro .slick-list {
  margin: 0 -16px;
}

@media (max-width: 1199px) {
  main .index_pro .slick_indexPro .slick-list {
    margin: 0 -8px;
  }
}

main .index_pro .slick_indexPro .slick-list .slick-slide {
  padding: 0 16px;
}

@media (max-width: 1199px) {
  main .index_pro .slick_indexPro .slick-list .slick-slide {
    padding: 0 7px;
  }
}

main .index_pro .bottomMore {
  display: flex;
  justify-content: center;
}

main .index_category {
  padding: 138px 0;
  background-image: url(../images/index_category_bg.jpg);
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}

@media (max-width: 1400px) {
  main .index_category {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  main .index_category {
    padding: 40px 0;
  }
}

main .index_category .index_category_main_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 5.2083vw 3.6458vw;
}

@media (max-width: 991px) {
  main .index_category .index_category_main_head {
    flex-direction: column;
  }
}

main .index_category .index_category_main_head .titBox {
  width: 83.13953488%;
}

@media (max-width: 1199px) {
  main .index_category .index_category_main_head .titBox {
    width: 100%;
    margin-bottom: 10px;
  }
}

main .index_category .index_category_main_head .titBox .subtit {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

main .index_category .index_category_main_head .titBox .subtit::before {
  content: "";
  display: flex;
  width: 120px;
  height: 2px;
  background-color: #e60012;
  margin-right: 20px;
}

@media (max-width: 991px) {
  main .index_category .index_category_main_head .titBox .subtit::before {
    width: 40px;
    margin-right: 10px;
  }
}

main .index_category .index_category_main_head .titBox .subtit p {
  color: #e60012;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 1199px) {
  main .index_category .index_category_main_head .titBox .subtit p {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  main .index_category .index_category_main_head .titBox .subtit p {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  main .index_category .index_category_main_head .titBox .subtit p {
    font-size: 24px;
  }
}


main .index_category .index_category_main_head .titBox .tit p {
  color: #fff;
  /* OSW-56B */
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1199px) {
  main .index_category .index_category_main_head .titBox .tit p {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  main .index_category .index_category_main_head .titBox .tit p {
    font-size: 18px;
  }
}

main .index_category .index_category_main_head .slick_indexCategoryButton {
  display: flex;
  align-items: center;
}

main .index_category .index_category_main_head .slick_indexCategoryButton>div {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  main .index_category .index_category_main_head .slick_indexCategoryButton>div {
    width: 32px;
    height: 32px;
  }
}

main .index_category .index_category_main_head .slick_indexCategoryButton>div:not(:last-child) {
  margin-right: 20px;
}

main .index_category .index_category_main_head .slick_indexCategoryButton>div i {
  color: #fff;
  font-size: 24px;
}

main .index_category .index_category_main_head .slick_indexCategoryButton>div:hover {
  background-color: #e60012;
}

main .index_category .slick_indexCategory {
  transform: translateX(5.2083vw);
}

main .index_category .slick_indexCategory .slick-slide {
  padding: 0 16px;
}

main .index_category .slick_indexCategory .slick-slide .item {
  position: relative;
}

main .index_category .slick_indexCategory .slick-slide .item .infobox {
  transition: all 0.5s;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

@media (max-width: 1199px) {
  main .index_category .slick_indexCategory .slick-slide .item .infobox {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  main .index_category .slick_indexCategory .slick-slide .item .infobox {
    padding: 10px;
  }
}

main .index_category .slick_indexCategory .slick-slide .item .infobox .tit {
  margin-bottom: 0px;
  transition: all 0.5s;
}

main .index_category .slick_indexCategory .slick-slide .item .infobox .tit p {
  color: #fff;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 1199px) {
  main .index_category .slick_indexCategory .slick-slide .item .infobox .tit p {
    font-size: 20px;
  }
}

main .index_category .slick_indexCategory .slick-slide .item .infobox .more {
  padding: 0 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: #e60012;
  width: max-content;
  height: 0px;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  main .index_category .slick_indexCategory .slick-slide .item .infobox .more {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  main .index_category .slick_indexCategory .slick-slide .item .infobox .more {
    padding: 0 10px;
  }
}

main .index_category .slick_indexCategory .slick-slide .item .infobox .more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

main .index_category .slick_indexCategory .slick-slide .item .infobox .more span {
  color: #fff;
  margin-right: 30px;
  /* INTER-20SEM */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 35px */
}

main .index_category .slick_indexCategory .slick-slide .item .infobox .more i {
  color: #fff;
  font-size: 24px;
}

main .index_category .slick_indexCategory .slick-slide .item:hover img {
  transform: scale(1.1);
}

main .index_category .slick_indexCategory .slick-slide .item:hover .infobox {
  background-color: #e60012;
}

main .index_category .slick_indexCategory .slick-slide .item:hover .infobox .tit {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  main .index_category .slick_indexCategory .slick-slide .item:hover .infobox .tit {
    margin-bottom: 10px;
  }
}

main .index_category .slick_indexCategory .slick-slide .item:hover .infobox .more {
  height: 67px;
}

@media (max-width: 767px) {
  main .index_category .slick_indexCategory .slick-slide .item:hover .infobox .more {
    height: 44px;
  }
}

main .index_category .slick_indexCategory .slick-list {
  margin: 0 -16px;
}

main .index_about {
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1400px) {
  main .index_about {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  main .index_about {
    padding: 40px 0;
  }
}

main .index_about .scrollTxt {
  position: absolute;
  top: 50px;
  z-index: 3;
  width: 100%;
  display: flex;
}

@media (max-width: 1199px) {
  main .index_about .scrollTxt {
    top: 0;
  }
}

main .index_about .scrollTxt>div {
  display: flex;
  width: max-content;
  position: absolute;
}

main .index_about .scrollTxt>div>div {
  display: flex;
  width: max-content;
  position: absolute;
}

main .index_about .scrollTxt p {
  margin-right: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #dadada;
  font-family: Inter;
  font-size: 140px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 11.2px;
  color: rgba(0, 0, 0, 0);
  white-space: wrap !important;
}

@media (max-width: 1199px) {
  main .index_about .scrollTxt p {
    font-size: 100px;
  }
}

@media (max-width: 991px) {
  main .index_about .scrollTxt p {
    display: none;
  }
}

main .index_about .index_about_main {
  padding-left: 5.2083vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  main .index_about .index_about_main {
    flex-direction: column;
    padding-right: 5.2083vw;
  }
}

main .index_about .index_about_main .index_about_main_l {
  padding-top: 80px;
}

@media (max-width: 991px) {
  main .index_about .index_about_main .index_about_main_l {
  padding-top: 40px;
 }
}

main .index_about .index_about_main .index_about_main_l .subtit {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

main .index_about .index_about_main .index_about_main_l .subtit .line {
  width: 60px;
  height: 2px;
  background-color: #e60012;
  margin-right: 20px;
}

@media (max-width: 991px) {
  main .index_about .index_about_main .index_about_main_l .subtit .line {
    width: 40px;
    margin-right: 10px;
  }
}

main .index_about .index_about_main .index_about_main_l .subtit p {
  color: #e60012;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 1400px) {
  main .index_about .index_about_main .index_about_main_l .subtit p {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  main .index_about .index_about_main .index_about_main_l .subtit p {
    font-size: 16px;
  }
}

main .index_about .index_about_main .index_about_main_l .tit {
  margin-bottom: 40px;
  padding-right: 92px;
}

@media (max-width: 1199px) {
  main .index_about .index_about_main .index_about_main_l .tit {
    margin-bottom: 20px;
    padding-right: unset;
  }
}

main .index_about .index_about_main .index_about_main_l .tit p {
  color: #222;
  /* OSW-56B */
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1850px) {
  main .index_about .index_about_main .index_about_main_l .tit p {
    font-size: 40px;
  }
}

@media (max-width: 1400px) {
  main .index_about .index_about_main .index_about_main_l .tit p {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  main .index_about .index_about_main .index_about_main_l .tit p {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  main .index_about .index_about_main .index_about_main_l .tit p {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  main .index_about .index_about_main .index_about_main_l .tit p {
    font-size: 24px;
  }
}

main .index_about .index_about_main .index_about_main_l .intro {
  padding-right: 92px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  main .index_about .index_about_main .index_about_main_l .intro {
    padding-right: unset;
    margin-bottom: 20px;
  }
}

main .index_about .index_about_main .index_about_main_l .intro p {
  color: #666;
  /* INTER-20SEM */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 35px */
}

@media (max-width: 1199px) {
  main .index_about .index_about_main .index_about_main_l .intro p {
    font-size: 14px;
  }
}

main .index_about .index_about_main .index_about_main_l .video {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

main .index_about .index_about_main .index_about_main_l .video .icon {
  margin-right: 10px;
}

main .index_about .index_about_main .index_about_main_l .video .icon i {
  color: #e60012;
  font-size: 40px;
}

@media (max-width: 767px) {
  main .index_about .index_about_main .index_about_main_l .video .icon i {
    font-size: 32px;
  }
}

main .index_about .index_about_main .index_about_main_l .video span {
  color: #e60012;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 767px) {
  main .index_about .index_about_main .index_about_main_l .video span {
    font-size: 20px;
  }
}

main .index_about .index_about_main .index_about_main_l .bottom_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  main .index_about .index_about_main .index_about_main_l .bottom_box {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  main .index_about .index_about_main .index_about_main_l .bottom_box {
    flex-direction: column;
  }
}

main .index_about .index_about_main .index_about_main_l .bottom_box>a {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #222;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  main .index_about .index_about_main .index_about_main_l .bottom_box>a {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
  }
}

main .index_about .index_about_main .index_about_main_l .bottom_box>a span {
  color: #222;
  margin-right: 30px;
  /* INTER-20SEM */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  transition: all 0.5s;
  /* 35px */
}

@media (max-width: 767px) {
  main .index_about .index_about_main .index_about_main_l .bottom_box>a span {
    font-size: 14px;
    margin-right: 20px;
  }
}

main .index_about .index_about_main .index_about_main_l .bottom_box>a i {
  color: #222;
  font-size: 24px;
  transition: all 0.5s;
}

main .index_about .index_about_main .index_about_main_l .bottom_box>a:hover {
  background-color: #e60012;
}

main .index_about .index_about_main .index_about_main_l .bottom_box>a:hover span {
  color: #fff;
}

main .index_about .index_about_main .index_about_main_l .bottom_box>a:hover i {
  color: #fff;
}

main .index_about .index_about_main .index_about_main_l .bottom_box .numBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px 20px 60px;
  border-radius: 80px 0 0 80px;
  background-color: #e60012;
}

@media (max-width: 767px) {
  main .index_about .index_about_main .index_about_main_l .bottom_box .numBox {
    width: 100%;
    padding: 10px;
    border-radius: unset;
    margin-bottom: 10px;
  }
}

main .index_about .index_about_main .index_about_main_l .bottom_box .numBox .num {
  display: flex;
  margin-right: 20px;
}

main .index_about .index_about_main .index_about_main_l .bottom_box .numBox .num p {
  width: 67px;
}

@media (max-width: 767px) {
  main .index_about .index_about_main .index_about_main_l .bottom_box .numBox .num p {
    width: unset;
  }
}

main .index_about .index_about_main .index_about_main_l .bottom_box .numBox .num p,
main .index_about .index_about_main .index_about_main_l .bottom_box .numBox .num span {
  color: #fff;
  /* OSW-72B */
  font-family: Oswald;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 767px) {

  main .index_about .index_about_main .index_about_main_l .bottom_box .numBox .num p,
  main .index_about .index_about_main .index_about_main_l .bottom_box .numBox .num span {
    font-size: 32px;
  }
}

main .index_about .index_about_main .index_about_main_l .bottom_box .numBox .txt p {
  color: #fff;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 767px) {
  main .index_about .index_about_main .index_about_main_l .bottom_box .numBox .txt p {
    font-size: 16px;
  }
}

main .index_about .index_about_main .index_about_main_r {
  width: 51.81318681%;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  main .index_about .index_about_main .index_about_main_r {
    width: 100%;
  }
}

main .index_about .index_about_main .index_about_main_r .img-box {
  padding-bottom: 89.50159067%;
  height: 100%;
}

main .index_Numbox {
  padding: 120px 0;
  background-image: url(../images/index_Numbox_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1400px) {
  main .index_Numbox {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  main .index_Numbox {
    padding: 40px 0;
  }
}

main .index_Numbox .box_tit {
  margin-bottom: 80px;
}

@media (max-width: 1400px) {
  main .index_Numbox .box_tit {
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  main .index_Numbox .box_tit {
    margin-bottom: 20px;
  }
}

main .index_Numbox .box_tit p,
main .index_Numbox .box_tit span {
  color: #fff;
  text-align: center;
  /* OSW-56B */
  font-family: Oswald;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1199px) {

  main .index_Numbox .box_tit p,
  main .index_Numbox .box_tit span {
    font-size: 40px;
  }
}

@media (max-width: 991px) {

  main .index_Numbox .box_tit p,
  main .index_Numbox .box_tit span {
    font-size: 32px;
  }
}

@media (max-width: 767px) {

  main .index_Numbox .box_tit p,
  main .index_Numbox .box_tit span {
    font-size: 22px;
  }
}

main .index_Numbox .box_tit span {
  color: #e60012;
}

main .index_Numbox .list ul {
  display: flex;
  align-items: center;
  margin: 0 -16px;
}

@media (max-width: 1199px) {
  main .index_Numbox .list ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  main .index_Numbox .list ul {
    margin: 0;
  }
}

main .index_Numbox .list ul li {
  padding: 0 16px;
  width: 25%;
}

@media (max-width: 1199px) {
  main .index_Numbox .list ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  main .index_Numbox .list ul li {
    width: 100%;
    padding: 0;
  }
}

main .index_Numbox .list ul li .item {
  padding: 60px 20px 40px 20px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  main .index_Numbox .list ul li .item {
    padding: 10px;
  }
}

main .index_Numbox .list ul li .item .num {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  main .index_Numbox .list ul li .item .num {
    margin-bottom: 10px;
  }
}

main .index_Numbox .list ul li .item .num p {
  color: #e60012;
  font-family: Oswald;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-right: 12px;
}

@media (max-width: 1199px) {
  main .index_Numbox .list ul li .item .num p {
    font-size: 42px;
  }
}

main .index_Numbox .list ul li .item .num span {
  color: #fff;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 1199px) {
  main .index_Numbox .list ul li .item .num span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  main .index_Numbox .list ul li .item .num span {
    font-size: 16px;
  }
}

main .index_Numbox .list ul li .item .tit p {
  color: #fff;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 1199px) {
  main .index_Numbox .list ul li .item .tit p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  main .index_Numbox .list ul li .item .tit p {
    font-size: 16px;
  }
}

main .index_Numbox .list ul li .item:hover {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

main .index_map {
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #fff 30.64%, #eaeaea 100%);
}

@media (max-width: 1400px) {
  main .index_map {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  main .index_map {
    padding: 40px 0;
  }
}

main .index_map .subtit {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  main .index_map .subtit {
    margin-bottom: 10px;
  }
}

main .index_map .subtit p {
  color: #e60012;
  text-align: center;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 1199px) {
  main .index_map .subtit p {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  main .index_map .subtit p {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  main .index_map .subtit p {
    font-size: 24px;
  }
}


main .index_map .box_tit {
  width: 1169px;
  max-width: 100%;
  margin: 0 auto;
}

main .index_map .box_tit p {
  color: #222;
  text-align: center;
  /* OSW-56B */
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1199px) {
  main .index_map .box_tit p {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  main .index_map .box_tit p {
    font-size: 18px;
  }
}


main .index_map .mapContainer {
  margin: 0 8.3333vw;
  position: relative;
}

main .index_map .mapContainer .map>img {
  width: 100%;
  height: auto;
}

main .index_map .mapContainer .arrow {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

/* @keyframes signline1 {
  80% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
} */
@keyframes arrowGrow {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

main .index_map .mapContainer .arrow>img {
  position: absolute;
  animation: signline1 2s linear infinite;
}

@media (max-width: 991px) {
  main .index_map .mapContainer .arrow>img {
    animation: unset;
    transform: unset;
  }
}

main .index_map .mapContainer .arrow .arrow_ASIA {
  width: 3.6458vw;
  bottom: 48.669426%;
  left: 78.8%;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

main .index_map .mapContainer .arrow .arrow_RUSSIA {
  width: 5.3854vw;
  bottom: 49%;
  left: 73.6%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

main .index_map .mapContainer .arrow .arrow_NORTH {
  width: 52.3958vw;
  bottom: 50%;
  left: 17%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

main .index_map .mapContainer .arrow .arrow_EUROPE {
  width: 22.3438vw;
  bottom: 50%;
  left: 53%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

main .index_map .mapContainer .arrow .arrow_MIDDLE {
  width: 17.1875vw;
  bottom: 50%;
  left: 59.5%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

main .index_map .mapContainer .arrow .arrow_AFRICA {
  width: 20.9896vw;
  bottom: 36%;
  left: 54.5%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

main .index_map .mapContainer .arrow .arrow_SOUTH {
  width: 40.5729vw;
  bottom: 17%;
  left: 31.5%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

main .index_map .mapContainer .arrow .arrow_SOUTHEAST {
  width: 4.2188vw;
  bottom: 39%;
  left: 75%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

main .index_map .mapContainer .arrow .arrow_AUSTRALIA {
  width: 6.0938vw;
  bottom: 25%;
  left: 79%;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

main .index_map .mapContainer .infolist {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media (max-width: 991px) {
  main .index_map .mapContainer .infolist {
    display: none;
  }
}

main .index_map .mapContainer .infolist .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
}

main .index_map .mapContainer .infolist .item .name {
  margin-bottom: 6;
}

main .index_map .mapContainer .infolist .item .name p {
  color: #222;
  text-align: center;
  /* INTER-20SEM */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 35px */
}

main .index_map .mapContainer .infolist .item .point {
  width: 59px;
  height: 27px;
  position: relative;
}

main .index_map .mapContainer .infolist .item .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50% / 50%;
  background-color: #e60012;
  opacity: 0.4;
}

main .index_map .mapContainer .infolist .item .point::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  border-radius: 50% / 50%;
  background-color: #e60012;
}

main .index_map .mapContainer .infolist .itemflex {
  flex-direction: column-reverse;
}

main .index_map .mapContainer .infolist .itemflex .name {
  margin-bottom: unset;
}

main .index_map .mapContainer .infolist .itemflex .point {
  margin-bottom: 6px;
}

main .index_map .mapContainer .infolist .ASIA {
  top: 25%;
  left: 79%;
}

main .index_map .mapContainer .infolist .RUSSIA {
  top: 30%;
  left: 70%;
}

main .index_map .mapContainer .infolist .NORTH {
  top: 45%;
  left: 13%;
}

main .index_map .mapContainer .infolist .EUROPE {
  top: 40%;
  left: 51%;
}

main .index_map .mapContainer .infolist .MIDDLE {
  top: 50%;
  left: 56%;
}

main .index_map .mapContainer .infolist .SOUTH {
  top: 66%;
  left: 27%;
}

main .index_map .mapContainer .infolist .AFRICA {
  top: 65%;
  left: 53%;
}

main .index_map .mapContainer .infolist .SOUTHEAST {
  top: 60%;
  left: 72%;
}

main .index_map .mapContainer .infolist .AUSTRALIA {
  top: 75%;
  left: 81%;
}

main .index_map .mapContainer .infolist .local {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 30;
  left: 79%;
  top: 46%;
}

@media (max-width: 1199px) {
  main .index_map .mapContainer .infolist .local {
    display: none;
  }
}

main .index_map .mapContainer .infolist .local .point {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(230, 0, 18, 0.4);
  position: relative;
  margin-right: 20px;
}

main .index_map .mapContainer .infolist .local .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #e60012;
}

main .index_map .mapContainer .infolist .local .logo {
  padding: 10px;
  background-color: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  position: relative;
}

main .index_map .mapContainer .infolist .local .logo::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-left: 14px solid rgba(0, 0, 0, 0);
  border-right: 14px solid #fff;
}

main .index_map .mapContainer .infolist .local .logo img {
  width: 180px;
  height: auto;
}

main .index_exhibition {
  padding: 98px 0 65px 0;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 1400px) {
  main .index_exhibition {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  main .index_exhibition {
    padding: 40px 0;
  }
}

main .index_exhibition .subtit {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  main .index_exhibition .subtit {
    margin-bottom: 10px;
  }
}

main .index_exhibition .subtit p {
  color: #e60012;
  text-align: center;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 1199px) {
  main .index_exhibition .subtit p {
  font-size: 40px; 
  }
}

@media (max-width: 991px) {
  main .index_exhibition .subtit p {
  font-size: 32px; 
  }
}

@media (max-width: 767px) {
  main .index_exhibition .subtit p {
  font-size: 24px; 
  }
}


main .index_exhibition .box_tit {
  width: 1428px;
  max-width: 100%;
  margin: 0 auto 90px;
}

@media (max-width: 1199px) {
  main .index_exhibition .box_tit {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  main .index_exhibition .box_tit {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  main .index_exhibition .box_tit {
    margin-bottom: 20px;
  }
}

main .index_exhibition .box_tit p {
  color: #222;
  text-align: center;
  /* OSW-56B */
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1199px) {
  main .index_exhibition .box_tit p {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  main .index_exhibition .box_tit p {
    font-size: 18px;
  }
}


main .index_exhibition .exhibition_list {
  position: relative;
  width: 100%;
}

main .index_exhibition .exhibition_list .str_move {
  display: flex;
  position: absolute;
}

main .index_exhibition .exhibition_list .item {
  width: 560px;
  height: max-content;
  position: relative;
  margin-right: 20px;
}

@media (max-width: 1199px) {
  main .index_exhibition .exhibition_list .item {
    width: 320px;
  }
}

@media (max-width: 767px) {
  main .index_exhibition .exhibition_list .item {
    width: 280px;
  }
}

main .index_exhibition .exhibition_list .item .pic {
  width: 100%;
}

main .index_exhibition .exhibition_list .item .img-box {
  padding-bottom: 75%;
}

main .index_exhibition .exhibition_list .item .local {
  position: absolute;
  z-index: 30;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #e60012;
}

@media (max-width: 1199px) {
  main .index_exhibition .exhibition_list .item .local {
    padding: 14px;
  }
}

@media (max-width: 767px) {
  main .index_exhibition .exhibition_list .item .local {
    padding: 10px;
  }
}

main .index_exhibition .exhibition_list .item .local .icon {
  margin-right: 10px;
}

main .index_exhibition .exhibition_list .item .local .icon i {
  color: #fff;
  font-size: 24px;
}

main .index_exhibition .exhibition_list .item .local span {
  color: #fff;
  /* INTER-20SEM */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 35px */
}

@media (max-width: 767px) {
  main .index_exhibition .exhibition_list .item .local span {
    font-size: 14px;
  }
}

main .index_exhibition .exhibition_list .item:hover img {
  transform: scale(1.1);
}

main .index_exhibition .scrollTxtBox {
  width: 100%;
  overflow: hidden !important;
}

main .index_exhibition .scrollTxt {
  z-index: 3;
  width: 100%;
  display: flex;
  position: relative;
}

main .index_exhibition .scrollTxt .str_move {
  display: flex;
  position: absolute;
  overflow: hidden;
}

main .index_exhibition .scrollTxt p {
  margin-right: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #dadada;
  font-family: Inter;
  font-size: 140px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 11.2px;
  color: rgba(0, 0, 0, 0);
  white-space: nowarp !important;
}

@media (max-width: 1199px) {
  main .index_exhibition .scrollTxt p {
    font-size: 80px;
  }
}

main .index_contact {
  padding: 145px 0;
  background-image: url(../images/index_contact_bg.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 1400px) {
  main .index_contact {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  main .index_contact {
    padding: 40px 0;
  }
}

main .index_contact .subtit {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

main .index_contact .subtit .line {
  width: 120px;
  height: 2px;
  background-color: #e60012;
  margin-right: 20px;
}

@media (max-width: 991px) {
  main .index_contact .subtit .line {
    width: 40px;
    margin-right: 10px;
  }
}

main .index_contact .subtit p {
  color: #e60012;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 1199px) {
  main .index_contact .subtit p {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  main .index_contact .subtit p {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  main .index_contact .subtit p {
    font-size: 24px;
  }
}

main .index_contact .tit {
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  main .index_contact .tit {
    margin-bottom: 30px;
  }
}

main .index_contact .tit p {
  color: #fff;
  /* OSW-56B */
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1199px) {
  main .index_contact .tit p {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  main .index_contact .tit p {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  main .index_contact .tit p {
    font-size: 22px;
  }
}

main .index_news {
  background-color: #fff;
  padding: 120px 0;
}

@media (max-width: 1400px) {
  main .index_news {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  main .index_news {
    padding: 40px 0;
  }
}

main .index_news .index_news_main {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  main .index_news .index_news_main {
    flex-direction: column-reverse;
  }
}

main .index_news .index_news_main .l {
  width: 38.46153846%;
}

@media (max-width: 767px) {
  main .index_news .index_news_main .l {
    width: 100%;
  }
}

main .index_news .index_news_main .l .slick_indexnews::before {
  width: 100%;
  content: "";
  position: absolute;
  top: 26px;
  padding-bottom: 75.07418398%;
  left: 26px;
  background: #dadada;
  opacity: 1;
  transition: all 0.5s;
}

main .index_news .index_news_main .l .slick_indexnews .item a {
  width: 100%;
  display: flex;
  flex-direction: column;
}

main .index_news .index_news_main .l .slick_indexnews .item a .pic {
  width: 100%;
  position: relative;
  margin-bottom: 86px;
}

@media (max-width: 767px) {
  main .index_news .index_news_main .l .slick_indexnews .item a .pic {
    margin-bottom: 20px;
  }
}

main .index_news .index_news_main .l .slick_indexnews .item a .pic .img-box {
  padding-bottom: 75.07418398%;
}

main .index_news .index_news_main .r {
  width: 50.93406593%;
}

@media (max-width: 767px) {
  main .index_news .index_news_main .r {
    width: 100%;
  }
}

main .index_news .index_news_main .r .subtit {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

main .index_news .index_news_main .r .subtit .line {
  width: 120px;
  height: 2px;
  background-color: #e60012;
  margin-right: 20px;
}

@media (max-width: 991px) {
  main .index_news .index_news_main .r .subtit .line {
    width: 40px;
    margin-right: 10px;
  }
}

main .index_news .index_news_main .r .subtit span {
  color: #e60012;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
}

@media (max-width: 1199px) {
  main .index_news .index_news_main .r .subtit span {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  main .index_news .index_news_main .r .subtit span {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  main .index_news .index_news_main .r .subtit span {
    font-size: 24px;
  }
}

main .index_news .index_news_main .r .box_tit {
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  main .index_news .index_news_main .r .box_tit {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  main .index_news .index_news_main .r .box_tit {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  main .index_news .index_news_main .r .box_tit {
    margin-bottom: 20px;
  }
}

main .index_news .index_news_main .r .box_tit p {
  color: #222;
  /* OSW-56B */
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1199px) {
  main .index_news .index_news_main .r .box_tit p {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  main .index_news .index_news_main .r .box_tit p {
    font-size: 18px;
  }
}


main .index_news .index_news_main .r .list ul li .item {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #dbdbdb;
}

@media (max-width: 1199px) {
  main .index_news .index_news_main .r .list ul li .item {
    padding: 20px 0;
  }
}

main .index_news .index_news_main .r .list ul li .item .date {
  display: flex;
  flex-direction: column;
  margin-right: 5.2083vw;
  flex-shrink: 0;
}

main .index_news .index_news_main .r .list ul li .item .date .day {
  margin-bottom: 6px;
}

main .index_news .index_news_main .r .list ul li .item .date .day p {
  color: #222;
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  main .index_news .index_news_main .r .list ul li .item .date .day p {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  main .index_news .index_news_main .r .list ul li .item .date .day p {
    font-size: 20px;
  }
}

main .index_news .index_news_main .r .list ul li .item .date .year p {
  color: #222;
  /* OSW-24SEM */
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  main .index_news .index_news_main .r .list ul li .item .date .year p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  main .index_news .index_news_main .r .list ul li .item .date .year p {
    font-size: 16px;
  }
}

main .index_news .index_news_main .r .list ul li .item .infobox .tit {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  main .index_news .index_news_main .r .list ul li .item .infobox .tit {
    margin-bottom: 10px;
  }
}

main .index_news .index_news_main .r .list ul li .item .infobox .tit p {
  color: #222;
  transition: all 0.5s;
  /* INTER-24SEM */
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1199px) {
  main .index_news .index_news_main .r .list ul li .item .infobox .tit p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  main .index_news .index_news_main .r .list ul li .item .infobox .tit p {
    font-size: 16px;
  }
}

main .index_news .index_news_main .r .list ul li .item .infobox .more {
  display: flex;
  align-items: center;
}

main .index_news .index_news_main .r .list ul li .item .infobox .more .line {
  width: 60px;
  height: 2px;
  background-color: #e60012;
  margin-right: 20px;
}

@media (max-width: 767px) {
  main .index_news .index_news_main .r .list ul li .item .infobox .more .line {
    width: 30px;
    margin-right: 10px;
  }
}

main .index_news .index_news_main .r .list ul li .item .infobox .more span {
  color: #e60012;
  /* INTER-20SEM */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 35px */
}

@media (max-width: 767px) {
  main .index_news .index_news_main .r .list ul li .item .infobox .more span {
    font-size: 14px;
  }
}

main .index_news .index_news_main .r .list ul li .item:hover .date .day p {
  color: #e60012;
}

main .index_news .index_news_main .r .list ul li .item:hover .date .year p {
  color: #e60012;
}

main .index_news .index_news_main .r .list ul li .item:hover .tit p {
  color: #e60012;
}

main .index_news .index_news_main .r .list ul li .item:hover .more span {
  color: #e60012;
}

main .innerBanner {
  height: 480px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 767px) {
 main .innerBanner {
  height: 280px;
 }
}

main .innerBanner .infoBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main .innerBanner .infoBox .tit {
  margin-bottom: 10px;
}

main .innerBanner .infoBox .tit p {
  color: #fff;
  /* OSW-56B */
  font-family: Oswald;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 1199px) {
  main .innerBanner .infoBox .tit p {
    font-size: 42px;
  }
}

main .innerBanner .infoBox .innerBannerCrumbs ul {
  display: flex;
}

main .innerBanner .infoBox .innerBannerCrumbs ul li span {
  padding: 0 4px;
}

main .innerBanner .infoBox .innerBannerCrumbs ul li a,
main .innerBanner .infoBox .innerBannerCrumbs ul li span {
  color: #fff;
  /* inter-16med */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

main .pager ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

main .pager ul li:not(:last-child) {
  margin-right: 10px;
}

main .pager ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #eaeaea;
  background: #fff;
  color: #666;
  transition: all 0.5s;
  /* INTER-18regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

main .pager ul li a i {
  font-size: 24px;
  color: #666;
  transition: all 0.5s;
}

main .pager ul li a:hover {
  background-color: #e60012;
  color: #fff;
  border-color: #e60012;
}

main .pager ul li a:hover i {
  color: #fff;
}

main .pager ul .active a {
  background-color: #e60012;
  color: #fff;
}

main .page_crumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

main .page_crumbs ul li a {
  color: #999;
  /* inter-16med */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

main .page_crumbs ul li span {
  padding: 0 5px;
}

main .page_crumbs ul .active a {
  color: #666;
}

footer {
  background: #1a1a1a;
}

@media (max-width: 1199px) {
  footer {
    padding-bottom: 20px;
  }
}

footer .footer_top {
  padding: 100px 0 80px;
}

@media (max-width: 1400px) {
  footer .footer_top {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  footer .footer_top {
    padding: 40px 0;
  }
}

footer .footer_top>ul {
  display: flex;
  margin: 0 -2.8646vw;
}

@media (max-width: 1800px) {
  footer .footer_top>ul {
    margin: 0 -10px;
  }
}

@media (max-width: 1400px) {
  footer .footer_top>ul {
    margin: 0 -10px;
    flex-wrap: wrap;
  }
}

@media (max-width: 1199px) {
  footer .footer_top>ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  footer .footer_top>ul {
    margin: unset;
  }
}

footer .footer_top>ul>li {
  width: 25%;
  padding: 0 2.8646vw;
}

@media (max-width: 1800px) {
  footer .footer_top>ul>li {
    padding: 0 10px;
  }
}

footer .footer_top>ul>li:last-child {
  min-width: 512px;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  footer .footer_top>ul>li:last-child {
    min-width: 50%;
  }
}

@media (max-width: 767px) {
  footer .footer_top>ul>li:last-child {
    min-width: 100%;
  }
}

@media (max-width: 1400px) {
  footer .footer_top>ul>li {
    padding: 0 10px;
    width: 50%;
  }
}

@media (max-width: 1199px) {
  footer .footer_top>ul>li {
    margin-bottom: 10px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  footer .footer_top>ul>li {
    width: 100%;
    padding: unset;
  }
}

footer .footer_top>ul>li .item .box_tit {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

@media (max-width: 1199px) {
  footer .footer_top>ul>li .item .box_tit {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  footer .footer_top>ul>li .item .box_tit {
    margin-bottom: 10px;
  }
}

footer .footer_top>ul>li .item .box_tit .line {
  width: 80px;
  height: 2px;
  margin-left: 20px;
  background-color: #e60012;
}

@media (max-width: 767px) {
  footer .footer_top>ul>li .item .box_tit .line {
    width: 40px;
    margin-right: 10px;
  }
}

footer .footer_top>ul>li .item .box_tit p {
  color: #fff;
  /* OSW-24SEM */
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 767px) {
  footer .footer_top>ul>li .item .box_tit p {
    font-size: 22px;
  }
}

footer .footer_top>ul>li .item .list ul li:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  footer .footer_top>ul>li .item .list ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  footer .footer_top>ul>li .item .list ul li:not(:last-child) {
    margin-bottom: 4px;
  }
}

footer .footer_top>ul>li .item .list ul li a {
  color: rgba(255, 255, 255, 0.6);
  /* INTER-20SEM */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  transition: all 0.5s;
  /* 35px */
}

@media (max-width: 767px) {
  footer .footer_top>ul>li .item .list ul li a {
    font-size: 16px;
  }
}

footer .footer_top>ul>li .item .list ul li a:hover {
  color: #e60012;
}

footer .footer_top>ul>li .item .contact .tel {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  footer .footer_top>ul>li .item .contact .tel {
    margin-bottom: 10px;
  }
}

footer .footer_top>ul>li .item .contact .tel a {
  color: #e60012;
  text-align: center;
  /* OSW-32SEM */
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 1199px) {
  footer .footer_top>ul>li .item .contact .tel a {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  footer .footer_top>ul>li .item .contact .tel a {
    font-size: 24px;
  }
}

footer .footer_top>ul>li .item .contact .mail {
  margin-bottom: 16px;
}

footer .footer_top>ul>li .item .contact .mail a,
footer .footer_top>ul>li .item .contact .local a {
  display: flex;
}

footer .footer_top>ul>li .item .contact .mail a .icon,
footer .footer_top>ul>li .item .contact .local a .icon {
  padding-right: 20px;
  padding-top: 6px;
}

@media (max-width: 767px) {

  footer .footer_top>ul>li .item .contact .mail a .icon,
  footer .footer_top>ul>li .item .contact .local a .icon {
    padding-right: 10px;
  }
}

footer .footer_top>ul>li .item .contact .mail a .icon i,
footer .footer_top>ul>li .item .contact .local a .icon i {
  color: #e60012;
  font-size: 24px;
}

footer .footer_top>ul>li .item .contact .mail a span,
footer .footer_top>ul>li .item .contact .local a span {
  color: #fff;
  display: block;
  /* INTER-20SEM */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 35px */
}

@media (max-width: 1400px) {

  footer .footer_top>ul>li .item .contact .mail a span,
  footer .footer_top>ul>li .item .contact .local a span {
    font-size: 16px;
  }
}

footer .footer_top>ul>li .item .contact .local {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  footer .footer_top>ul>li .item .contact .local {
    margin-bottom: 10px;
  }
}

footer .footer_top>ul>li .item .contact .media {
  margin-left: 42px;
}

footer .footer_top>ul>li .item .contact .media ul {
  display: flex;
  align-items: center;
}

footer .footer_top>ul>li .item .contact .media ul li {
  margin-right: 16px;
}

footer .footer_top>ul>li .item .contact .media ul li .icon i {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
}

footer .footer_top>ul>li .item form {
  display: flex;
  flex-wrap: wrap;
}

footer .footer_top>ul>li .item form .inputGroup {
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  footer .footer_top>ul>li .item form .inputGroup {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: unset;
  }
}

footer .footer_top>ul>li .item form .inputGroup>input {
  width: 50%;
  height: 61px;
  padding: 17px 10px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  /* INTER-18regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

@media (max-width: 1199px) {
  footer .footer_top>ul>li .item form .inputGroup>input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    margin-bottom: 6px;
  }
}

footer .footer_top>ul>li .item form .inputGroup>input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  /* INTER-18regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

footer .footer_top>ul>li .item form .inputGroup>input:nth-child(1) {
  margin-right: 16px;
}

@media (max-width: 1199px) {
  footer .footer_top>ul>li .item form .inputGroup>input:nth-child(1) {
    margin-right: unset;
  }
}

footer .footer_top>ul>li .item form textarea {
  width: 100%;
  height: 120px;
  padding: 17px 10px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  /* INTER-18regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

@media (max-width: 1199px) {
  footer .footer_top>ul>li .item form textarea {
    height: 90px;
    margin-bottom: 6px;
  }
}

footer .footer_top>ul>li .item form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  /* INTER-18regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

footer .footer_top>ul>li .item form .verBox {
  display: flex;
  height: 60px;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  footer .footer_top>ul>li .item form .verBox {
    width: 100%;
    height: 40px;
    margin-bottom: 6px;
  }
}

footer .footer_top>ul>li .item form .verBox input {
  width: 64.6484375%;
  height: 100%;
  margin-right: 10px;
  padding: 17px 10px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  /* INTER-18regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

footer .footer_top>ul>li .item form .verBox input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  /* INTER-18regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

footer .footer_top>ul>li .item form .verBox img {
  width: 37.109375%;
  height: auto;
}

footer .footer_top>ul>li .item form button {
  padding: 16px 24px;
  background-color: #e60012;
}

@media (max-width: 1199px) {
  footer .footer_top>ul>li .item form button {
    width: 100%;
    padding: 6px;
  }
}

footer .footer_top>ul>li .item form button span {
  color: #fff;
  margin-right: 30px;
  /* INTER-20SEM */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 35px */
}

footer .footer_top>ul>li .item form button i {
  color: #fff;
  font-size: 24px;
}

footer .footer_bottom {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
  footer .footer_bottom {
    padding: 20px 0 0 0;
    flex-direction: column;
  }
}

footer .footer_bottom .l a {
  color: rgba(255, 255, 255, 0.6);
  /* INTER-18regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

@media (max-width: 767px) {
  footer .footer_bottom .l a {
    font-size: 16px;
  }
}

footer .footer_bottom .r a {
  color: rgba(255, 255, 255, 0.6);
  /* INTER-18regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

@media (max-width: 767px) {
  footer .footer_bottom .r a {
    font-size: 16px;
  }
}

.sideBar {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 9999;
}

@media (max-width: 1199px) {
  .sideBar {
    top: unset;
    bottom: 5%;
    right: 10px;
    transform: unset;
  }
}

.sideBar>ul>li:not(:last-child) {
  margin-bottom: 10px;
}

.sideBar>ul>li .item {
  position: relative;
  cursor: pointer;
}

.sideBar>ul>li .item .link {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(calc(-100% - 7px)) translateY(-50%);
  width: max-content;
  padding: 10px 20px;
  background-color: #e60012;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}

.sideBar>ul>li .item .link a {
  color: #fff;
  /* INTER-18regular */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
}

.sideBar>ul>li .item .icon {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}

.sideBar>ul>li .item .icon i {
  color: #fff;
  font-size: 30px;
}

.sideBar>ul>li .item:hover .link {
  opacity: 1;
  pointer-events: all;
}

.sideBar>ul>li .item:hover .icon {
  background-color: #e60012;
}