@import url('../css/unit/animate.min.css');
@import url('../css/unit/swiper-bundle.min.css');
@import url('../css/unit/hover-min.css');
@import url(../css/unit/jquery.fullPage.css);
@import url('public.css');
@import url(../dist/icon/iconfont/iconfont.css);
@import url(../dist/icon/iconfont_icon/iconfont.css);
.this_public {
  --thme-color: #ff9e12;
}
.this_public .sideMenuWrap {
  position: fixed;
  z-index: 99;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.this_public .sideMenuWrap .this_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.this_public .sideMenuWrap #side_menu {
  width: 1px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #BAB8B8;
}
.this_public .sideMenuWrap #side_menu li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.this_public .sideMenuWrap #side_menu li::before {
  display: block;
  content: "";
  opacity: 0;
  width: 1px;
  height: 40px;
  background-color: #000;
}
.this_public .sideMenuWrap #side_menu .active::before {
  opacity: 1;
}
.this_public .this_button1 {
  background-color: var(--thme-color, #ff9e12);
  border-radius: 20px;
  color: #fff;
  display: inline-block;
}
.this_public .this_button1 span {
  color: #fff;
  line-height: 1.5;
  padding: 10px 50px 15px;
  vertical-align: middle;
}
.this_public .w1440 {
  width: 1440px;
  margin: auto;
}
.this_public .w1280 {
  width: 1280px;
  margin: auto;
}
.this_public a {
  color: #333;
}
.this_public .pt80 {
  padding-top: clamp(30px, 4.16666667vw, 80px);
}
.this_public .pb80 {
  padding-bottom: clamp(30px, 4.16666667vw, 80px);
}
.this_public .this_title h2 {
  line-height: 1.5;
  font-size: clamp(16px, 2vw, 36px);
  vertical-align: middle;
}
.this_public .imgWrapCover {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.this_public .imgWrapCover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.this_public .imgWrapContain {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.this_public .imgWrapContain img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
@media screen and (max-width: 1440px) {
  .this_public .w1440 {
    width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .this_public .w1440 {
    width: 1024px;
  }
  .this_public .w1280 {
    width: 1024px;
  }
  .this_public .w1280 {
    width: 1024px;
  }
  .this_public .wl1280 {
    width: calc(1024px + (100% - 1024px)/2);
  }
  .this_public .w1140 {
    width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .this_public .w1440 {
    width: 900px;
  }
  .this_public .w1280 {
    width: 900px;
  }
  .this_public .wl1280 {
    width: calc(900px + (100% - 900px)/2);
  }
  .this_public .w1140 {
    width: 900px;
  }
}
@media screen and (max-width: 950px) {
  .this_public .w1440 {
    width: 90vw;
  }
  .this_public .w1280 {
    width: 90vw;
  }
  .this_public .w1140 {
    width: 90vw;
  }
  .this_public .sideMenuWrap {
    display: none;
  }
  .this_public #side_menu {
    display: none;
  }
}
.language_item .item a {
  display: block;
  padding: 5px 20px 5px 15px;
}
.language_item .item:hover {
  background-color: #F5F7FA;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  backdrop-filter: brightness(0.9) blur(5px);
}
header .topbar {
  padding: 40px 0 15px 0;
}
header .topbar .Wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .topbar .Wrapper .logo {
  width: 200px;
}
header .topbar .Wrapper .logo img {
  width: 100%;
}
header .topbar .Wrapper .head_search {
  width: 65%;
}
header .topbar .Wrapper .head_search .search {
  background-color: #EDEDF5;
  padding: 5px;
  border-radius: 30px;
  display: flex;
}
header .topbar .Wrapper .head_search .search input[type='text'] {
  padding: 10px 0;
  background-color: transparent;
  font-family: "Poppins-Regular";
  border: none;
  width: 85%;
  padding-left: 20px;
  border-color: transparent !important;
}
header .topbar .Wrapper .head_search .search input[type='text']::placeholder {
  font-size: 16px;
  color: #797979;
}
header .topbar .Wrapper .head_search .search .sub {
  width: 15%;
  background-color: #000;
  border-radius: 30px;
  position: relative;
}
header .topbar .Wrapper .head_search .search .sub::before {
  content: "";
  background-image: url(../img/index/head_search.png);
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  background-repeat: no-repeat;
  background-position: center;
}
header .topbar .Wrapper .head_search .search .sub input[type='submit'] {
  font-family: "Poppins-Regular";
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding-left: 10px;
  color: #fff;
  position: relative;
}
header .topbar .Wrapper .head_search .search_text {
  padding-left: 25px;
  font-size: 14px;
  padding-top: 8px;
  color: #999999;
}
header .topbar .Wrapper .language {
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  position: relative;
}
header .topbar .Wrapper .language .default {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
header .topbar .Wrapper .language .default img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  filter: invert(1);
}
header .topbar .Wrapper .language .default::after {
  transition: all 0.5s;
  content: "";
  background-image: url(../img/index/down.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  filter: invert(1);
}
header .topbar .Wrapper .language.active .language_item {
  display: block;
  background-color: #fff;
}
header .topbar .Wrapper .language.active::after {
  transform: rotate(-180deg);
  transition: all 0.5s;
}
header .topbar .Wrapper .language .language_item {
  display: none;
  position: absolute;
  top: 100%;
  width: 150px;
}
header .topbar .Wrapper .user_btn {
  padding: 15px 0;
}
header .topbar .Wrapper .user_btn ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .topbar .Wrapper .user_btn ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .topbar .Wrapper .user_btn ul li a img {
  filter: invert(1);
  width: 20px;
  height: 20px;
}
header .this_web_head .web_nav .Wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .this_web_head .web_nav .Wrapper > ul {
  display: flex;
  gap: 30px;
  padding: 10px 0;
}
header .this_web_head .web_nav .Wrapper > ul > li > a {
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}
header .this_web_head .web_nav .Wrapper > ul > li:hover a {
  color: #ff9e12;
}
header .this_web_head .web_nav .Wrapper > ul > li:hover a::before {
  color: #ff9e12;
}
header .this_web_head .web_nav .Wrapper > ul > .current-menu-item a {
  color: #ff9e12;
}
header .this_web_head .web_nav .Wrapper > ul > .current-menu-item a::before {
  color: #ff9e12;
}
@media screen and (max-width: 1080px) {
  header .topbar .Wrapper .head_search {
    width: 50%;
  }
  header .topbar .Wrapper .head_search .search input[type='text'] {
    width: 70%;
  }
  header .topbar .Wrapper .head_search .search .sub {
    width: 30%;
  }
}
@media screen and (max-width: 950px) {
  header {
    height: 60px;
    position: static;
  }
  header .topbar {
    display: none;
  }
  header .this_web_head {
    display: none;
  }
}
.indexPage .section_wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.indexPage .this_child .img_b {
  overflow: hidden;
}
.indexPage .this_child .img_b::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  z-index: 1;
}
.indexPage .this_child .img_b img {
  object-fit: cover;
}
.indexPage .this_child .this_text {
  z-index: 2;
}
.indexPage .img_b img {
  transition: all 0.5s ease-in-out;
}
.indexPage .img_b:hover img {
  transform: scale(1.1);
}
@keyframes left50 {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.indexPage .animate__left50 {
  animation: left50 1s cubic-bezier(0.12, 0, 0.39, 0);
}
.indexPage .modelWrapper1 .Wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}
.indexPage .modelWrapper1 .Wrapper .left {
  width: 50%;
  height: 100%;
  position: relative;
}
.indexPage .modelWrapper1 .Wrapper .left .this_child {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper1 .Wrapper .left .this_child .img_b {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper1 .Wrapper .left .this_child .img_b img {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper1 .Wrapper .left .this_child .this_text {
  position: absolute;
  max-width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.indexPage .modelWrapper1 .Wrapper .left .this_child .this_text h5 {
  color: #fff;
  font-size: clamp(16px, 1.25vw, 28px);
}
.indexPage .modelWrapper1 .Wrapper .left .this_child .this_text h3 {
  color: #fff;
  font-size: clamp(18px, 2.1875vw, 42px);
  white-space: nowrap;
}
.indexPage .modelWrapper1 .Wrapper .left .this_child .this_text .this_button {
  background-color: var(--thme-color, #ff9e12);
  display: flex;
  align-items: center;
}
.indexPage .modelWrapper1 .Wrapper .left .this_child .this_text .this_button h3 {
  font-size: clamp(16px, 1.04166667vw, 24px);
  line-height: 1;
}
.indexPage .modelWrapper1 .Wrapper .right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.indexPage .modelWrapper1 .Wrapper .right .this_child {
  width: 50%;
  height: 50%;
  position: relative;
}
.indexPage .modelWrapper1 .Wrapper .right .this_child .img_b {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper1 .Wrapper .right .this_child .img_b img {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper1 .Wrapper .right .this_child .this_text {
  position: absolute;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.indexPage .modelWrapper1 .Wrapper .right .this_child .this_text h3 {
  color: #fff;
  font-size: clamp(18px, 2.1875vw, 42px);
  white-space: nowrap;
}
.indexPage .modelWrapper2 .Wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}
.indexPage .modelWrapper2 .Wrapper .left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.indexPage .modelWrapper2 .Wrapper .left .this_child {
  width: 50%;
  height: 50%;
  position: relative;
}
.indexPage .modelWrapper2 .Wrapper .left .this_child .img_b {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper2 .Wrapper .left .this_child .img_b img {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper2 .Wrapper .left .this_child .this_text {
  position: absolute;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.indexPage .modelWrapper2 .Wrapper .left .this_child .this_text h3 {
  color: #fff;
  font-size: clamp(18px, 2.1875vw, 42px);
  white-space: nowrap;
}
.indexPage .modelWrapper2 .Wrapper .right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.indexPage .modelWrapper2 .Wrapper .right .this_child {
  width: 100%;
  height: 50%;
  position: relative;
}
.indexPage .modelWrapper2 .Wrapper .right .this_child .img_b {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper2 .Wrapper .right .this_child .img_b img {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper2 .Wrapper .right .this_child .this_text {
  position: absolute;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.indexPage .modelWrapper2 .Wrapper .right .this_child .this_text h3 {
  color: #fff;
  font-size: clamp(18px, 2.1875vw, 42px);
  white-space: nowrap;
}
.indexPage .modelWrapper3 .section_wrap {
  position: relative;
}
.indexPage .modelWrapper3 .section_wrap .shapeWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.indexPage .modelWrapper3 .section_wrap .shapeWrap .shape-overlays {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper3 .section_wrap .shapeWrap .lrMask {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper {
  pointer-events: painted;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper .left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper .left .this_child {
  width: 100%;
  height: 50%;
  position: relative;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper .left .this_child .img_b {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper .left .this_child .img_b img {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper .left .this_child .this_text {
  position: absolute;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper .left .this_child .this_text h3 {
  color: #fff;
  font-size: clamp(18px, 2.1875vw, 42px);
  white-space: nowrap;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper .left .this_child:nth-child(2) .this_text {
  width: 85%;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper .right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper .right .this_child {
  width: 50%;
  height: 50%;
  position: relative;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper .right .this_child .img_b {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper .right .this_child .img_b img {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper .right .this_child .this_text {
  position: absolute;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.indexPage .modelWrapper3 .section_wrap .Wrapper .right .this_child .this_text h3 {
  color: #fff;
  font-size: clamp(18px, 2.1875vw, 42px);
  white-space: nowrap;
}
.indexPage .modelWrapper4 .Wrapper {
  width: 100%;
  height: calc(100% - 100px);
  display: flex;
}
.indexPage .modelWrapper4 .Wrapper .left {
  width: 50%;
  height: 100%;
  position: relative;
}
.indexPage .modelWrapper4 .Wrapper .left .this_child {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper4 .Wrapper .left .this_child .img_b {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper4 .Wrapper .left .this_child .img_b img {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper4 .Wrapper .left .this_child .this_text {
  position: absolute;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.indexPage .modelWrapper4 .Wrapper .left .this_child .this_text h5 {
  color: #fff;
  font-size: clamp(16px, 1.25vw, 28px);
}
.indexPage .modelWrapper4 .Wrapper .left .this_child .this_text h3 {
  color: #fff;
  font-size: clamp(18px, 2.1875vw, 42px);
  white-space: nowrap;
}
.indexPage .modelWrapper4 .Wrapper .left .this_child .this_text .this_button {
  background-color: var(--thme-color, #ff9e12);
  display: flex;
  align-items: center;
}
.indexPage .modelWrapper4 .Wrapper .left .this_child .this_text .this_button h3 {
  font-size: clamp(16px, 1.04166667vw, 24px);
  line-height: 1;
}
.indexPage .modelWrapper4 .Wrapper .right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.indexPage .modelWrapper4 .Wrapper .right .this_child {
  width: 50%;
  height: 50%;
  position: relative;
}
.indexPage .modelWrapper4 .Wrapper .right .this_child .img_b {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper4 .Wrapper .right .this_child .img_b img {
  width: 100%;
  height: 100%;
}
.indexPage .modelWrapper4 .Wrapper .right .this_child .this_text {
  position: absolute;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.indexPage .modelWrapper4 .Wrapper .right .this_child .this_text h3 {
  color: #fff;
  font-size: clamp(18px, 2.1875vw, 42px);
  white-space: nowrap;
}
.indexPage .modelWrapper4 .Wrapper .right .this_child:nth-child(3) {
  width: 100%;
  height: 50%;
}
.indexPage .modelWrapper4 .Wrapper .right .this_child:nth-child(3) .this_text {
  width: 90%;
}
.indexPage .modelWrapper4 .WrapperBottom {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
}
.indexPage .modelWrapper4 .WrapperBottom .left p {
  font-weight: 400;
  font-size: clamp(12px, 1.5vw, 16px);
}
.indexPage .modelWrapper4 .WrapperBottom .left p span {
  color: var(--thme-color);
}
.indexPage .modelWrapper4 .WrapperBottom .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.indexPage .modelWrapper4 .WrapperBottom .right .img_b {
  width: 40px;
  height: 20px;
}
.indexPage .modelWrapper4 .WrapperBottom .right .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 950px) {
  .indexPage .section {
    overflow: hidden;
  }
  .indexPage .section_wrap {
    position: relative;
    top: auto;
    height: auto;
    box-sizing: border-box;
  }
  .indexPage .this_child {
    width: 100% ;
  }
  .indexPage .this_child .img_b {
    position: relative;
    padding-top: 100%;
    width: 100%;
  }
  .indexPage .this_child .img_b img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .indexPage .this_child .this_text {
    width: 90%;
  }
  .indexPage .this_child .this_text h3 {
    white-space: wrap !important;
  }
  .indexPage .modelWrapper1 .Wrapper {
    flex-wrap: wrap;
  }
  .indexPage .modelWrapper1 .Wrapper .left {
    width: 100%;
  }
  .indexPage .modelWrapper1 .Wrapper .left .img_b {
    width: 100%;
    padding-top: 75%;
  }
  .indexPage .modelWrapper1 .Wrapper .right {
    width: 100%;
  }
  .indexPage .modelWrapper2 .Wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .indexPage .modelWrapper2 .Wrapper .left {
    width: 100%;
  }
  .indexPage .modelWrapper2 .Wrapper .left .img_b {
    width: 100%;
  }
  .indexPage .modelWrapper2 .Wrapper .right {
    width: 100%;
  }
  .indexPage .modelWrapper2 .Wrapper .right .img_b {
    padding-top: 50%;
  }
  .indexPage .modelWrapper3 .section_wrap .Wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .indexPage .modelWrapper3 .section_wrap .Wrapper .left {
    width: 100%;
  }
  .indexPage .modelWrapper3 .section_wrap .Wrapper .left .img_b {
    padding-top: 50%;
  }
  .indexPage .modelWrapper3 .section_wrap .Wrapper .right {
    width: 100%;
  }
  .indexPage .modelWrapper3 .section_wrap .Wrapper .right .img_b {
    padding-top: 50%;
  }
  .indexPage .modelWrapper4 .Wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .indexPage .modelWrapper4 .Wrapper .left {
    width: 100%;
  }
  .indexPage .modelWrapper4 .Wrapper .left .img_b {
    padding-top: 50%;
  }
  .indexPage .modelWrapper4 .Wrapper .right {
    width: 100%;
  }
  .indexPage .modelWrapper4 .Wrapper .right .img_b {
    padding-top: 50%;
  }
  .indexPage .modelWrapper4 .WrapperBottom {
    padding: 10px 0;
  }
}
@media screen and (max-width: 400px) {
  .indexPage .this_child {
    width: 100% !important;
  }
}
footer .this_web_footer {
  background-color: #070b1c;
  padding: 100px 0 30px;
}
footer .this_web_footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
footer .this_web_footer .top .left {
  width: 400px;
}
footer .this_web_footer .top .left > .img_b {
  width: 280px;
}
footer .this_web_footer .top .left > .img_b img {
  width: 100%;
}
footer .this_web_footer .top .left p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
  display: inline-block;
  margin-top: 30px;
}
footer .this_web_footer .top .left .this_link {
  margin-top: 30px;
}
footer .this_web_footer .top .left .this_link h5 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
}
footer .this_web_footer .top .left .this_link ul {
  margin-top: 20px;
  display: flex;
  gap: 0 20px;
}
footer .this_web_footer .top .left .this_link ul li {
  width: 40px;
  height: 40px;
}
footer .this_web_footer .top .left .this_link ul li img {
  width: 100%;
  height: 100%;
}
footer .this_web_footer .top .center {
  width: 300px;
}
footer .this_web_footer .top .center ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
footer .this_web_footer .top .center ul li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
footer .this_web_footer .top .center ul li .img_b {
  width: 30px;
  height: 30px;
}
footer .this_web_footer .top .center ul li .img_b svg {
  width: 100%;
  height: 100%;
}
footer .this_web_footer .top .center ul li a {
  width: calc(100% - 30px);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  /* 20.8px */
  text-transform: none;
}
footer .this_web_footer .top .right .this_contact {
  display: flex;
  width: 580px;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}
footer .this_web_footer .top .right .this_contact .this_title h3 {
  color: #121933;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
footer .this_web_footer .top .right .this_contact .this_in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 0;
}
footer .this_web_footer .top .right .this_contact .this_in .this_list input {
  display: flex;
  padding: 14px 21px;
  align-items: flex-start;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #E4E6EA;
  width: 100%;
}
footer .this_web_footer .top .right .this_contact .this_in .w50 {
  width: 48%;
}
footer .this_web_footer .top .right .this_contact .this_in .w100 {
  width: 100%;
}
footer .this_web_footer .top .right .this_contact .this_in input[type='submit'] {
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  padding: 14px 40px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  background: #0641A5;
  width: 100%;
}
footer .this_web_footer .copyright {
  padding-top: 30px;
}
footer .this_web_footer .copyright p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 200% */
}
footer .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #1c1c1c;
  padding: 1vw 0;
  box-sizing: border-box;
  z-index: 999;
}
footer .sj-footer ul {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3vw;
}
footer .sj-footer ul li a .iconfont {
  font-size: 6vw;
}
footer .sj-footer ul li a:hover {
  text-decoration: none;
}
footer .sj-footer ul #f-logo .imgWrap {
  width: clamp(50px, 10vw, 80px);
}
footer .sj-footer ul #f-logo .imgWrap img {
  width: 100%;
}
@media screen and (max-width: 950px) {
  footer .this_web_footer {
    display: none;
  }
  footer .sj-footer {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  footer {
    height: 13vw;
  }
  .phone-body-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .phone-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../template/img/mobile_close.png) center center no-repeat;
    background-size: 50% auto;
    position: absolute;
    right: -35px;
    top: 0;
  }
  .sub-content {
    position: relative;
    display: block;
    right: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
    z-index: 99999;
  }
  .lang-more {
    display: none !important;
  }
  .phone-head-items {
    position: fixed;
    top: 0;
    left: 0;
    background: #161622;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    z-index: 999;
  }
  .phone-head-items .phone_logo {
    max-width: 130px;
  }
  .phone-head-items .phone_logo a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .phone-head-items .phone_logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }
  .phone-head-item {
    float: left;
    width: 48px;
  }
  .phone-head-item .title:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
  }
  .phone-head-item .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
  }
  .phone-head-item .title a {
    position: relative;
    display: block;
    color: #FFF;
  }
  .phone-head-item .title i {
    font-size: 28px;
  }
  .phone-head-item .main-content-wrap {
    background: #FFF;
    top: 0;
    display: block;
    z-index: 99999;
  }
  .phone-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li {
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px #c5c5c5 dashed;
    line-height: 30px;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li a {
    text-transform: capitalize;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul li {
    border-bottom: none;
    padding: 2px 0;
  }
  .phone-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }
  .phone-head-item .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
  }
  .phone-head-item .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }
  .phone-head-item .middle-show-content-wrap {
    top: 70px;
    visibility: visible;
    opacity: 1;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li .productWrap .Wrap .left .menu_title {
    display: none;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li .productWrap .Wrap .right {
    display: none;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li .productWrap .Wrap .close {
    display: none;
  }
  .phone-head-item.phone-head-aside {
    float: right;
  }
  .phone-head-item.phone-head-home .title a:before {
    content: '\f015';
  }
  .phone-head-item.phone-head-social .title:before {
    content: "\f007";
  }
  .phone-head-item.phone-head-aside .title:before {
    content: "\f060";
  }
  .head-search {
    position: relative;
    width: 90%;
    height: 35px;
    margin: 0 auto;
  }
  .head-search .search-ipt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #333;
    padding: 0 10px;
  }
  .head-search .search-btn {
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(../img/search_btn.png) no-repeat center center;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
    border: none;
    right: 0;
    top: 0;
    display: block !important;
  }
  .head-search .search-attr {
    display: none;
  }
  .itemWrap {
    display: flex;
  }
  .itemWrap .phone-head-nav {
    order: 3;
  }
  .itemWrap .phone-head-nav ul li a {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .itemWrap .phone-head-nav ul li ul {
    display: none;
    background-color: #e4e4e499;
    padding: 10px;
  }
  .itemWrap .phone-head-nav ul li ul > li > a {
    display: flex;
    align-items: center;
  }
  .itemWrap .phone-head-language {
    order: 2;
  }
}
