/*common style start*/
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  border: 0;
  line-height: 1.3;
  outline: none;
  font-family: Arial;
  word-wrap: break-word;
}

html,
body {
  touch-action: manipulation;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 !important;
  height: auto !important;

}

body {
  --color-default: #333;
  /* color: #0D3659; */
  /* color: rgb(20, 81, 134); */
  --color-mains: 13, 54, 89;
  --color-mains2: 22, 81, 134;
  --color-main: rgb(var(--color-mains));
  --color-main2: rgb(var(--color-mains2));
  --color-lv: #02303b;
  --color-shadow: red;
  --all-pd: calc((220 / 19.2) * 1%);
  --com-aside-w: 450px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: unset;
}

a,
img,
.common_header,
.swiper-button-prev,
.swiper-button-next,
.aside_common_show,
.hover,
.hover_btn,
.hover_underline,
.hover_show_all_text_,
.change-language-cont .info_p,
#aside_right ul li a::before,
#aside_right {
  transition: all 0.3s ease;
}

.size45 {
  font-family: Exo;
  font-weight: bold;
  font-size: 36px;
  line-height: 64px;
}

.ct1 {
  font-size: 20px;
  font-weight: bold;
}

.cd {
  color: var(--color-default);
}

.zz {
  position: relative;
}

.zz::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.fll {
  float: left;
}

.frr {
  float: right;
}

img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: middle;
}

input[type="submit"] {
  width: unset;
  height: unset;
  margin: unset;
}

.swiper-button-prev,
.swiper-button-next {
  border-radius: 0 !important;
  pointer-events: unset !important;
}

._layout {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

.layout_ {
  padding-left: var(--all-pd);
  padding-right: var(--all-pd);
  max-width: 1920px;
}

.hidden {
  overflow: hidden;
}

.flc {
  display: flex;
  align-items: center;
}

.flex_wp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  --l-w: 300px;
  --pd: 60px;
}

.flex_main.flex_main2 .lll,
.flex_main.flex_main2 .rrr {
  width: calc(50% - var(--pd) / 2);
}

.flex_main.flex_main3 .lll,
.flex_main.flex_main3 .rrr {
  width: 50%;
}

.flex_main .lll,
.flex_main .rrr {
  flex-shrink: 0;
}

.flex_main .lll {
  width: var(--l-w);
}

.flex_main .rrr {
  width: calc(100% - var(--l-w) - var(--pd));
}

.hide {
  display: none !important;
}

.h1_hide {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.tac {
  text-align: center;
}

.block {
  display: block;
}

.pcshow {
  display: block;
}

.h5show {
  display: none;
}

.hover:hover {
  color: var(--color-main) !important;
}

.hover2:hover {
  color: var(--color-main2) !important;
}

.hover_underline:hover {
  text-decoration: underline !important;
}

.hover_btn {
  cursor: pointer;
}

.hover_btn:hover {
  transform: translateY(-5px);
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt100 {
  margin-top: calc((100 / 19.2) * 1%);
}

.mb100 {
  margin-bottom: calc((100 / 19.2) * 1%);
}

.cap {
  text-transform: capitalize;
}

.upp {
  text-transform: uppercase;
}

.color {
  color: var(--color-main) !important;
}

.colorlv {
  color: var(--color-lv) !important;
}

.row_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex_csb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.y_center {
  top: 50%;
  transform: translateY(-50%);
}

.jscb {
  justify-content: space-between;
}

.btns .c_btn {
  margin: 0 10px;
}

.btns .c_btn:first-child {
  margin-left: 0;
}

.btns .c_btn:last-child {
  margin-right: 0;
}

.c_btn {
  background: transparent;
  color: var(--color-main);
  padding: 12px 30px;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  border: 2px solid var(--color-main);
  text-align: center;
}

.c_btn.active {
  background: var(--color-main);
  color: #fff;
}

.c_btn.active2 {
  background: var(--color-lv);
  color: #fff;
  border-color: var(--color-lv);
}

.c_btn.gradient {
  background: linear-gradient(90deg, #468adc, #3263c0);
  color: #fff;
  border-color: transparent;
}

.before_down::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 19px;
  background: url(../images/color/download.png) no-repeat center / contain;
  margin-right: 10px;
}

.hoverscale:hover {
  transform: scale(1.03);
}

.hover_scale:hover img {
  transform: scale(1.03);
}

.hover_scale,
.hover_scale2 {
  overflow: hidden;
  height: 0;
  position: relative;
  padding-bottom: 1%;
}

.hover_scale img,
.hover_scale2 img,
.hover_scale iframe,
.hover_scale2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play_par_animation {
  display: block !important;
  position: relative;
  width: 84px;
  height: 84px;
}

.play_par_animation div {
  width: 84px;
  height: 84px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* 防止干扰鼠标事件 */
}

.play_par_animation:hover div:not(:last-child) {
  animation: scale 2s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.play_par_animation:hover div:nth-child(1) {
  animation-delay: 0s;
}

.play_par_animation:hover div:nth-child(2) {
  animation-delay: 0.5s;
}

.play_par_animation:hover div:nth-child(3) {
  animation-delay: 1s;
}

.play_par_animation:hover div:nth-child(4) {
  animation-delay: 1.5s;
}

@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.play_par_animation div:last-child::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-main);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.clearboth::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hover_show_all_text {
  position: relative;
}

.title_s:hover .hover_show_all_text_ {
  opacity: 1;
  visibility: visible;
}

.hover_show_all_text_ {
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: calc(100% + 10px);
  background: #111;
  color: #fff;
  box-shadow: 1px 2px 5px 0px #666;
  padding: 15px;
  width: 60%;
  right: 0;
  line-height: 1.5em;
  max-height: 15em;
  overflow: auto;
}

.com_list_right {
  float: right;
  --pd: 94px;
  width: calc(100% - var(--com-aside-w) - var(--pd));
}

.com_list_right * {
  line-height: 2;
}

.com_list_warp {
  margin-top: 76px;
}

input[type="submit"] {
  cursor: pointer;
}

/* 整个滚动条 */
::-webkit-scrollbar {
  width: 5px;
  /* 垂直滚动条宽度 */
  height: 5px;
  /* 水平滚动条高度 */
}

/* 滚动条轨道（背景） */
::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 4px;
}

/* 滚动条滑块（可拖动部分） */
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}

/* 滑块悬停效果 */
::-webkit-scrollbar-thumb:hover {
  background: #666;
  cursor: pointer;
}

/* 隐藏滚动条箭头按钮 */
::-webkit-scrollbar-button {
  display: none;
}

.com_bodys p {
  line-height: 1.6em;
  font-weight: 400;
}

.com_bodys img {
  max-width: 100%;
}

.com_bodys a {
  display: inline-block;
  color: var(--color-main);
  font-weight: bold;
}

.com_bodys a:hover {
  text-decoration: underline;
}

.com_bodys table {
  width: 100% !important;
  border-collapse: collapse !important;
  table-layout: unset !important;
}

.com_bodys table thead {
  background: var(--color-main2);
  border: 1px solid #ccc !important;
}

.com_bodys table thead * {
  color: #fff;
}

.com_bodys table thead th {
  border: none !important;
}

.com_bodys table th,
.com_bodys table td {
  border: 1px solid #ccc !important;
  text-align: center;
  padding: 20px 5px;
}

.swiper-container-horizontal {
  overflow: hidden;
}

/*dxw page start*/
.pages {
  margin-top: 5%;
}

.pages ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pages ul>li {
  margin-top: 5px;
}

.pages a,
.pages li.current a,
.pages li>span {
  display: block;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  margin: 0 0 0 8px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
}

.pages li.prev-page a,
.pages li.next-page a {
  padding-left: 25px;
  padding-right: 25px;
}

.pages a:hover,
.pages li:not(.current)>span:hover,
.pages li.current a,
.pages li.current span {
  background: var(--color-main);
  color: #fff;
}

.pages li:last-child {
  display: none;
}

/*dxw page end*/
/* dxw new pages start */
.nav-links,
.c_pagenation,
.pages2 {
  margin: 5% 0;
}


.pages2 .pagination,
.nav-links,
.c_pagenation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages2 .pagination a,
.pages2 .pagination span,
.pages2 .pagination .current {
  display: block;
  margin: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-default);
}

.pages2 .pagination .current,
.pages2 .pagination a:not(.prev, .next):hover {
  background: var(--color-main);
  color: #fff !important;
  border: 1px solid var(--color-main);
}

.pages2 .pagination .prev,
.pages2 .pagination .next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}

.pages2 .pagination .prev {
  background-image: url(../images/color/sw_left_.png);
}

.pages2 .pagination .prev:hover {
  background-color: var(--color-main);
  background-image: url(../images/color/sw_left.png);
}

.pages2 .pagination .next {
  background-image: url(../images/color/sw_right_.png);
}

.pages2 .pagination .next:hover {
  background-color: var(--color-main);
  background-image: url(../images/color/sw_right.png);
}

/* dxw new page end */
.search-product-detail .search-detail-tabs .title.current {
  background: var(--color-main);
}

.search-product-detail .search-detail-tabs .title.current span {
  color: #fff;
}

.max80 {
  max-width: 80%;
}

.list_top {
  position: relative;
}

.list_top>img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  z-index: -1;
}

.list_top .mark {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.list_top .pagation {
  position: relative;
  padding: calc((200 / 19.2) * 1%) var(--all-pd) calc((160 / 19.2) * 1%);
  z-index: 2;
}

.list_top .pagation.pdmax {
  padding: calc((275 / 19.2) * 1%) var(--all-pd) calc((185 / 19.2) * 1%);
}

.list_top .pagation * {
  color: #fff;
}

.list_top .pagation .title {
  font-family: Exo;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  text-transform: capitalize;
}

.list_top .pagation .desc {
  margin-top: 30px;
  line-height: 30px;
}

.list_top .pagation .pagation_list {
  line-height: 2;
}

.list_top .pagation .pagation_list a,
.list_top .pagation .pagation_list span {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  position: relative;
  padding: 0 18px 0 40px;
}

.list_top .pagation .pagation_list a::after,
.list_top .pagation .pagation_list span::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background: url(../images/color/right_.png) no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 5px;
}

.list_top .pagation .pagation_list span {
  /* color: var(--color-main); */
  text-decoration: underline;
  padding-right: 0;
}

.list_top .pagation .pagation_list a:hover {
  color: var(--color-main);
}

.list_top .pagation .pagation_list a:first-child {
  padding-left: 37px;
  padding-left: 0;
}

.list_top .pagation .pagation_list a:first-child::after {
  content: unset;
  width: 26px;
  height: 26px;
  display: block;
  background: url(../images/color/local.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -4px;
  left: 0;
}

.list_top .pagation .product_top_btns {
  justify-content: flex-start;
}

.list_top .pagation .product_top_btns>div,
.list_top .pagation .product_top_btns a {
  padding: 11px 30px;
  font-family: "Bold";
  border: 1px solid #fafafa;
}

.list_top .pagation .product_top_btns .down {
  color: #fefefe;
  background: var(--color-main);
  margin-right: 17px;
  line-height: 1;
}

.list_top .pagation .product_top_btns .down::before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background: url(../images/color/download.png) no-repeat center;
  background-size: contain;
  margin-right: 9px;
}

.list_top .pagation .product_top_btns .contactus {
  background: #fafafa;
  color: var(--color-main);
  line-height: 1;
}

.com_form {
  width: 100%;
}

.com_form ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.com_form ul li {
  position: relative;
  margin-top: 18px;
  width: calc(50% - 9px);
}

.com_form ul li::before {
  content: "*";
  color: #e10000;
  position: absolute;
  left: 20px;
  top: 21px;
  display: block;
}

.com_form ul li.message::before {
  top: 27px;
}

.com_form .message {
  width: 100%;
}

.com_form input:not([type="submit"]),
.com_form textarea {
  width: 100%;
  border-radius: 30px;
  background: transparent;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #d9d9d9;
  font-size: 20px;
}

.com_form input:not([type="submit"])::placeholder,
.com_form textarea::placeholder {
  color: #666;
  font-size: 18px;
  font-weight: bold;
}

.com_form input:not([type="submit"]) {
  line-height: 60px;
  padding: 0 30px;
}

.com_form textarea {
  padding: 25px 30px;
  height: 193px;
}

.com_form input[type="submit"] {
  width: 100%;
  background: var(--color-main2);
  color: #fff;
  text-align: center;
  height: unset !important;
  margin: 0;
  margin-top: 36px;
  font-size: 24px;
  padding: 20px;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  border-radius: 4px 4px 4px 4px;
}

.page_faq {
  margin-top: calc((120 / 19.2) * 1%);
}

.com_faq_list {
  margin-top: 50px;
  --l-w: calc((864/14.75) * 1%);
  --pd: 70px;
  align-items: center;
}

.com_faq_list .com_faq_item .item {
  margin-top: 35px;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.05);
}

.com_faq_list .com_faq_item .item:first-child {
  margin-top: 0;
}

.com_faq_list .com_faq_item .item.active .top span {
  transform: rotate(180deg);
}

.com_faq_list .com_faq_item .item .top {
  align-items: center;
  padding: 22px 29px;
  border: 1px solid #f2f2f2;
}

.com_faq_list .com_faq_item .item .top .title_s {
  flex: 1;
  position: relative;
}

.com_faq_list .com_faq_item .item .top .title {
  flex: 1;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}

.com_faq_list .com_faq_item .item .top span {
  width: 26px;
  height: 26px;
  display: block;
  background: url(../images/color/faq.png) no-repeat center;
  background-size: cover;
  transition: all 0.3s ease;
}

.com_faq_list .com_faq_item .item .faq-cont {
  display: none;
  padding: 35px 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 6px 6px;
  background: #ffffff;
  line-height: 28px;
}

.com_faq_list .com_faq_item .item .faq-cont p {
  color: #666666;
}

.com_faq_list .com_faq_item .item .faq-cont p:first-child {
  margin-top: 0;
}

.com_faq_list .rrr {
  padding-bottom: calc((581 / 14.75) * 1%);
  border-radius: 24px 24px 24px 24px;
}

.list_num {
  display: flex;
  flex-wrap: wrap;
  --len: 1;
}

.list_num .item {
  margin-left: var(--pd);
  margin-top: var(--mt);
  width: calc(100% / var(--len) - var(--pd) * (var(--len) - 1) / var(--len));
  display: flex;
  flex-direction: column;
}

.list_num .title,
.list_num .desc {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  color: var(--color-default);
}

.list_num2 {
  justify-content: space-between;
  --len: 2;
}

.list_num2 .item:nth-child(-n + 2) {
  margin-top: 0;
}

.list_num2 .item:nth-child(2n + 1) {
  margin-left: 0;
}

.list_num3,
.list_num3_ {
  --len: 3;
}

.list_num3 .item:nth-child(-n + 3),
.list_num3_ .item:nth-child(-n + 3) {
  margin-top: 0;
}

.list_num3 .item:nth-child(3n + 1),
.list_num3_ .item:nth-child(3n + 1) {
  margin-left: 0;
}

.list_num4 {
  --len: 4;
}

.list_num4 .item:nth-child(-n + 4) {
  margin-top: 0;
}

.list_num4 .item:nth-child(4n + 1) {
  margin-left: 0;
}

.list_num5 {
  --len: 5;
}

.list_num5 .item:nth-child(-n + 5) {
  margin-top: 0;
}

.list_num5 .item:nth-child(5n + 1) {
  margin-left: 0;
}

.list_num6 {
  --len: 6;
}

.list_num6 .item:nth-child(-n + 6) {
  margin-top: 0;
}

.list_num6 .item:nth-child(6n + 1) {
  margin-left: 0;
}

/*fugai start*/
.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
  border-left-color: var(--color-main);
}

.content-wrap.form .ch_form_wrap .item_submit input {
  background: var(--color-main);
  border: 1px solid var(--color-main);
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
  background: #fff;
  color: var(--color-main);
}

.inquiry-pop-bd .inquiry-pop {
  height: auto;
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
  background: url(../images/color/fancy_close.png) no-repeat center center !important;
}

.inquiry-pop-bd .inquiry-pop button.ico-close-pop {
  padding: 0;
  font: inherit;
  color: transparent;
  border: none;
}

.inquiry-pop-bd .inquiry-pop .content-wrap .ch_form_wrap form {
  overflow: auto;
}

.content-wrap .ch_form_wrap form {
  overflow: auto;
}

/*fugai end*/
/* sitemap start */
.sitemap-logo-boxs>.sep-container>h2>a:hover {
  color: white;
  text-decoration: underline;
}

#cont>ul>li>a {
  text-transform: capitalize;
}

#cont>ul>li>ul {
  flex-direction: unset !important;
  flex-wrap: wrap;
}

#cont h2,
#cont>ul>li>ul>li.has-childs>ul>li.has-childs>a:after,
#footer {
  background: var(--color-main) !important;
}

#cont>ul>li>ul>li>a,
#cont>ul>li>ul>li.has-childs>ul>li>ul>li>a,
#cont>ul>li>ul>li>ul>li>a {
  color: var(--color-main) !important;
}

#cont>ul>li>ul>li>ul>li>a:before,
#cont>ul>li>ul>li.has-childs>ul>li.has-childs>ul>li>a:before {
  border-top-color: var(--color-main) !important;
  border-right-color: var(--color-main) !important;
}

#cont>ul>li>ul>li>ul>li>a:hover {
  text-decoration: underline;
}

#cont h2 {
  background: var(--color-main) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer a:hover {
  text-decoration: underline;
}

/* sitemap end */
.mb_bf {
  position: relative;
}

.mb_bf::before {
  z-index: 9;
  content: "";
  display: inline-block;
  width: 100%;
  height: 23px;
  position: absolute;
  left: 0;
  bottom: -7px;
  background: url(../images/color/bg01.png) no-repeat center / contain;
}

.mb_tl {
  position: relative;
}

.mb_tl::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 23px;
  position: absolute;
  left: 0;
  top: -17px;
  background: url(../images/color/bg03.png) no-repeat center / contain;
}

.mb_bl {
  position: relative;
}

.mb_bl::after {
  z-index: 9;
  content: "";
  display: inline-block;
  width: 100%;
  height: 23px;
  position: absolute;
  left: 0;
  bottom: -17px;
  background: url(../images/color/bg04.png) no-repeat center / contain;
}

/* header style start */
.common_header {
  --sanjiao-color-default: #ccc;
  --sanjiao-color-active: var(--color-main);
  user-select: none;
  z-index: 1000;
  /* position: fixed; */
  top: 30px;
  background: rgba(0, 0, 0, 0.9);
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

.common_header .com_header {
  height: 100%;
  padding: 14px var(--all-pd);
}

.common_header .logo {
  margin-right: 3.47%;
  height: 100%;
}

.common_header .logo img {
  width: auto;
  max-height: 100px;
}

.common_header.header_fixed {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  top: 0;
  position: fixed;
  /* transform: translateX(-50%); */
}

.common_header.header_fixed .com_header {
  border-bottom: none;
}

.common_header.header_fixed .header-right .search-icon {
  border-color: var(--color-main);
}

.common_header.header_fixed .header-right .search-icon svg {
  fill: var(--color-main);
}

.common_header.header_fixed .logo img {
  max-height: 50px;
}

.common_header .nav-container {
  display: flex;
  flex: 1;
}

.common_header .nav-container a {
  color: var(--color-default);
  display: block;
  text-transform: capitalize;
}

.common_header .nav-container a:hover {
  text-decoration: none;
  color: var(--color-main) !important;
}

.common_header .nav-container ul,
.common_header .nav-container li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.common_header .nav-container>ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}

.common_header .nav-container>ul>li {
  --pd: 15px;
  --pd2: calc(var(--pd) * 2);
  padding: 0 var(--pd) 10px;
}

.common_header .nav-container>ul>li:hover::after,
.common_header .nav-container>ul>li.nav_current::after {
  background: var(--color-main);
  background: #fff;
}

.common_header .nav-container>ul>li.nav_current::after,
.common_header .nav-container>ul>li:hover::after {
  content: "";
  display: block;
  width: calc(100% - var(--pd2));
  position: absolute;
  bottom: 0;
  left: var(--pd);
  height: 3px;
}

.common_header .nav-container>ul>li:first-child {
  padding: 0 var(--pd) 10px 0;
}

.common_header .nav-container>ul>li:first-child::after {
  left: 0;
  width: calc(100% - var(--pd));
}

.common_header .nav-container>ul>li:hover>.nav_more {
  transform: rotate(180deg);
  border-top-color: var(--sanjiao-color-active);
}

.common_header .nav-container>ul>li:hover>ul {
  top: 100%;
}

.common_header .nav-container>ul>li>a {
  font-size: 20px;
  font-family: DIN;
  color: #fff;
}

.common_header .nav-container>ul>li>a:hover {
  color: #fff !important;
}

.common_header .nav-container>ul>li>ul {
  top: 200%;
  left: var(--pd);
}

.common_header .nav-container>ul>li>ul>li ul {
  margin-left: calc(100%);
}

.common_header .nav-container>ul>li>ul li a {
  padding: 0 10px;
  width: 100%;
}

.common_header .nav-container>ul>li>ul li ul {
  top: 100%;
}

.common_header .nav-container ul ul {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
  z-index: 999;
  padding: 0 10px;
}

.common_header .nav-container ul ul li {
  border-top: 1px dashed #eee;
  padding: 10px 0;
}

.common_header .nav-container ul ul a {
  line-height: 1.3;
}

.common_header .nav-container li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-between;
}

.common_header .nav-container li:hover>a {
  /* color: var(--color-main); */
}

.common_header .nav-container li:hover>ul {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: -1px;
}

.common_header .nav-container li:hover>ul>li .nav_more {
  transform: rotate(270deg);
}

.common_header .nav-container li:hover>ul>li:hover>.nav_more {
  border-top-color: var(--sanjiao-color-active);
}

.common_header .nav-container li .nav_more {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid var(--sanjiao-color-default);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: transform 0.2s ease;
  margin-left: 10px;
}

.common_header .nav-container li>ul {
  min-width: 300px;
  position: absolute;
}

.common_header .header-right {
  display: flex;
  align-items: center;
}

.common_header .header-right .search-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.common_header .header-right .search-icon svg {
  fill: var(--color-main);
}

.common_header .header-right .search-icon .pc_search {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/color/header_search.png) no-repeat center;
}

.common_header .header-right .search-icon .search {
  position: absolute;
  bottom: -52px;
  right: 0;
  transition: transform 0.3s ease;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_header .header-right .search-icon .search.s_show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.common_header .header-right .search-icon .search input {
  border: 0;
  outline: none;
  line-height: 3;
  padding: 0 45px 0 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

.common_header .header-right .search-icon .search span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.common_header .header-right .search-icon .search span:hover {
  transform: rotate(180deg);
}

.common_header .header-right .search-icon .search span .mobile-ico-sub {
  position: absolute;
  right: 10px;
  top: 8px;
}

.common_header .header-right .search-icon .search .mobile-ico-sub {
  position: absolute;
  right: 10px;
  top: 8px;
}

.m_search {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: transform 0.3s ease;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
}

.m_search.m_show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.m_search form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  position: relative;
  top: 30%;
}

.m_search input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  line-height: 40px;
  padding: 0 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

.m_search span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.m_search span:hover {
  transform: rotate(180deg);
}

.mobile-ico-close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff url(../images/mobile_close.png) center center no-repeat;
  background-size: 50% auto;
  cursor: pointer;
  right: -35px;
}

.mobile-ico-sub {
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff url(../images/color/pc_search.png) center center no-repeat;
  background-size: 50% auto;
  cursor: pointer;
  display: block;
}

.m_search .mobile-ico-sub {
  position: absolute;
  right: 10px;
}

.language_warp .language_img,
.language_warp .language--img {
  background: url(../images/yuzhongBG.jpeg) no-repeat center center;
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 6px;
}

.language_warp .language-en {
  background-position: 0 -218px;
}

.language_warp .language-af {
  background-position: 0 -1px;
}

.language_warp .language-sq {
  background-position: 0 -940px;
}

.language_warp .language-am {
  background-position: 0 -9px;
}

.language_warp .language-be {
  background-position: 0 -48px;
}

.language_warp .language-eu {
  background-position: 0 -252px;
}

.language_warp .language-az {
  background-position: 0 -36px;
}

.language_warp .language-hy {
  background-position: 0 -456px;
}

.language_warp .language-ar {
  background-position: 0 -24px;
}

.language_warp .language-am {
  background-position: 0 -12px;
}

.language_warp .language-fy {
  background-position: 0px -300px;
}

.language_warp .language-fr {
  background-position: 0px -288px;
}

.language_warp .language-fi {
  background-position: 0px -276px;
}

.language_warp .language-et {
  background-position: 0px -240px;
}

.language_warp .language-eo {
  background-position: 0px -192px;
}

.language_warp .language-en {
  background-position: 0 -216px;
}

.language_warp .language-da {
  background-position: 0px -168px;
}

.language_warp .language-cs {
  background-position: 0px -144px;
}

.language_warp .language-hr {
  background-position: 0px -420px;
}

.language_warp .language-co {
  background-position: 0px -132px;
}

.language_warp .language-ceb {
  background-position: 0px -108px;
}

.language_warp .language-ca {
  background-position: 0px -96px;
}

.language_warp .language-bg {
  background-position: 0 -448px;
}

.language_warp .language-bs {
  background-position: 0 -84px;
}

.language_warp .language-bn {
  background-position: 0 -72px;
}

.language_warp .language-be {
  background-position: 0 -48px;
}

.language_warp .language-is {
  background-position: 0px -492px;
}

.language_warp .language-sm {
  background-position: 0px -972px;
}

.language_warp .language-ro {
  background-position: 0px -888px;
}

.language_warp .language-pa {
  background-position: 0px -840px;
}

.language_warp .language-pt {
  background-position: 0px -876px;
}

.language_warp .language-pl {
  background-position: 0px -852px;
}

.language_warp .language-fa {
  background-position: 0px -264px;
}

.language_warp .language-ps {
  background-position: 0px -264px;
}

.language_warp .language-or {
  background-position: 0px -827px;
}

.language_warp .language-no {
  background-position: 0px -780px;
}

.language_warp .language-ne {
  background-position: 0px -792px;
}

.language_warp .language-my {
  background-position: 0px -768px;
}

.language_warp .language-mn {
  background-position: 0px -720px;
}

.language_warp .language-mr {
  background-position: 0px -732px;
}

.language_warp .language-mi {
  background-position: 0px -684px;
}

.language_warp .language-mt {
  background-position: 0px -756px;
}

.language_warp .language-ml {
  background-position: 0px -708px;
}

.language_warp .language-ms {
  background-position: 0px -744px;
}

.language_warp .language-mg {
  background-position: 0px -672px;
}

.language_warp .language-mk {
  background-position: 0px -696px;
}

.language_warp .language-lb {
  background-position: 0px -624px;
}

.language_warp .language-lt {
  background-position: 0px -648px;
}

.language_warp .language-lv {
  background-position: 0px -660px;
}

.language_warp .language-la {
  background-position: 0px -613px;
}

.language_warp .language-lo {
  background-position: 0px -636px;
}

.language_warp .language-ky {
  background-position: 0px -600px;
}

.language_warp .language-ku {
  background-position: 0px -120px;
}

.language_warp .language-ko {
  background-position: 0px -588px;
}

.language_warp .language-rw {
  background-position: 0px -912px;
}

.language_warp .language-km {
  background-position: 0px -564px;
}

.language_warp .language-kk {
  background-position: 0px -552px;
}

.language_warp .language-kn {
  background-position: 0px -576px;
}

.language_warp .language-jv {
  background-position: 0px -528px;
}

.language_warp .language-ja {
  background-position: 0px -516px;
}

.language_warp .language-it {
  background-position: 0px -504px;
}

.language_warp .language-ga {
  background-position: 0px -312px;
}

.language_warp .language-id {
  background-position: 0px -467px;
}

.language_warp .language-ig {
  background-position: 0px -480px;
}

.language_warp .language-hu {
  background-position: 0px -443px;
}

.language_warp .language-hmn {
  background-position: 0px -408px;
}

.language_warp .language-hi {
  background-position: 0px -397px;
}

.language_warp .language-he {
  background-position: 0px -384px;
}

.language_warp .language-haw {
  background-position: 0px -300px;
}

.language_warp .language-ha {
  background-position: 0px -1079px;
}

.language_warp .language-ht {
  background-position: 0px -432px;
}

.language_warp .language-gu {
  background-position: 0px -348px;
}

.language_warp .language-el {
  background-position: 0px -204px;
}

.language_warp .language-de {
  background-position: 0px -180px;
}

.language_warp .language-ka {
  background-position: 0px -540px;
}

.language_warp .language-gl {
  background-position: 0px -336px;
}

.language_warp .language-ru {
  background-position: 0px -900px;
}

.language_warp .language-gd {
  background-position: 0px -324px;
}

.language_warp .language-sr {
  background-position: 0px -1006px;
}

.language_warp .language-st {
  background-position: 0px -1017px;
}

.language_warp .language-sn {
  background-position: 0px -984px;
}

.language_warp .language-sd {
  background-position: 0px -984px;
}

.language_warp .language-si {
  background-position: 0px -1271px;
}

.language_warp .language-sk {
  background-position: 0px -1223px;
}

.language_warp .language-sl {
  background-position: 0px -960px;
}

.language_warp .language-so {
  background-position: 0px -994px;
}

.language_warp .language-es {
  background-position: 0px -227px;
}

.language_warp .language-su {
  background-position: 0px -1031px;
}

.language_warp .language-sw {
  background-position: 0px -1055px;
}

.language_warp .language-sv {
  background-position: 0px -1043px;
}

.language_warp .language-tl {
  background-position: 0px -1115px;
}

.language_warp .language-tg {
  background-position: 0px -1091px;
}

.language_warp .language-ta {
  background-position: 0px -1067px;
}

.language_warp .language-tt {
  background-position: 0px -1151px;
}

.language_warp .language-te {
  background-position: 0px -1079px;
}

.language_warp .language-th {
  background-position: 0px -1103px;
}

.language_warp .language-tr {
  background-position: 0px -1138px;
}

.language_warp .language-tk {
  background-position: 0px -1115px;
}

.language_warp .language-uk {
  background-position: 0px -1175px;
}

.language_warp .language-ur {
  background-position: 0px -1187px;
}

.language_warp .language-ug {
  background-position: 0px -1163px;
}

.language_warp .language-uz {
  background-position: 0px -1175px;
}

.language_warp .language-vi {
  background-position: 0px -1211px;
}

.language_warp .language-cy {
  background-position: 0px -156px;
}

.language_warp .language-xh {
  background-position: 0px -1223px;
}

.language_warp .language-yi {
  background-position: 0px -1235px;
}

.language_warp .language-yo {
  background-position: 0px -1247px;
}

.language_warp .language-zu {
  background-position: 0px -1259px;
}

.language_warp .language-zh {
  background-position: 0px -1282px;
}

.language_warp .language-zh-TW {
  background-position: 0px -1282px;
}

/*定制start*/
.change-language {
  margin-left: 23px;
  background: var(--color-main);
  padding: 14px 23px;
  border-radius: 12px 12px 12px 12px;
}

.change-language:hover .change-language-cont {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1);
}

.change-language:hover .change-language-title .language-flag>a::after {
  transform: rotate(180deg);
}

.change-language .change-language-title .language-flag>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-default);
}

.change-language .change-language-title .language-flag>a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--color-default);
  transition: transform 0.3s;
  margin-left: 10px;
}

.change-language .change-language-title .language-flag>a span {
  color: #fff;
  text-transform: capitalize;
}

.change-language .change-language-cont {
  position: absolute;
  top: 43px;
  transform: scale(0.7);
  top: 100%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 460px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  justify-content: space-between;
  max-height: 60vh;
  padding: 30px;
}

.change-language .change-language-cont>li {
  width: calc(100% / 2 - 5px);
  line-height: 2;
  padding: 3px;
  margin: 0;
  border-bottom: 1px solid #dedede;
}

.change-language .change-language-cont>li a span {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--color-default);
}

.change-language .change-language-cont>li a:hover span {
  color: var(--color-main);
}

/*定制end*/
/* header style end */
/*footer style start*/
.newspost_list .item {
  margin-top: 19px;
  display: flex;
  align-items: center;
}

.newspost_list .item .img {
  width: 92px;
  height: 92px;
  margin-right: 16px;
  flex-shrink: 0;
}

.newspost_list .item .img img {
  width: 100%;
  height: 100%;
}

.newspost_list .item .info .title {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
}

.newspost_list .item .info .time {
  display: flex;
  align-items: center;
}

.newspost_list .item .info .time img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.inquiry-pop-bd {
  box-shadow: unset !important;
}

.footer {
  margin-top: calc((120 / 19.2) * 1%);
  background: var(--color-main2);
}

.footer .links {
  display: flex;
}

.footer .links a {
  padding: 18px;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .links a:not(:first-child) {
  margin-left: 16px;
}

.footer .footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer_top .txt {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  font-family: Exo;
}

.footer .footer_center {
  display: flex;
  justify-content: space-between;
  --mar: 88px;
}

.footer .footer_center * {
  color: #ffffff;
}

.footer .footer_center a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.footer .footer_center .tit {
  font-weight: bold;
  font-size: 24px;
  margin: 26px 0 20px;
  font-family: Exo;
}

.footer .footer_center .content,
.footer .footer_center .newspost,
.footer .footer_center .suba {
  width: 28%;
}

.footer .footer_center .qlinks {
  width: 16%;
}

.footer .footer_center .content .list .item {
  display: flex;
  align-items: center;
  line-height: 28px;
  margin-top: 32px;
}

.footer .footer_center .content .list .item:first-child {
  margin-top: 0;
}

.footer .footer_center .content .list .item img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.footer .footer_center .newspost {
  margin: 0 var(--mar);
}

.footer .footer_center .newspost .list li {
  margin-top: 16px;
}

.footer .footer_center .newspost .list li:first-child {
  margin-top: 0;
}

.footer .footer_center .qlinks {
  margin-right: var(--mar);
}

.footer .footer_center .qlinks ul li {
  margin-top: 16px;
}

.footer .footer_center .qlinks ul li:first-child {
  margin-top: 0;
}

.footer .footer_center .suba {
  width: 25%;
}

.footer .footer_center .suba .inp1,
.footer .footer_center .suba .inp2 {
  background: rgba(255, 255, 255, 0.26);
  border-radius: 36px 36px 36px 36px;
  padding: 14px 30px;
}

.footer .footer_center .suba .inp2 {
  background: #ffffff;
  margin-top: 18px;
  position: relative;
  color: #023b2a;
}

.footer .footer_center .suba .inp2::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  right: 2.8px;
  top: 1.4px;
  background: url(../images/color/f_send.png) no-repeat center / 40% var(--color-main);
}

.footer .footer_bot {
  margin-top: 38px;
  padding: 32px var(--all-pd) 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer_bot a {
  margin: 0 10px;
}

.footer .footer_bot a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.footer .footer_bot,
.footer .footer_bot * {
  color: #fff;
  font-weight: 400;
  line-height: 26px;
}

/*footer style end*/
/*asideRight style start*/
#aside_right2 {
  position: fixed;
  right: -90px;
  z-index: 999;
}

#aside_right2 ul li {
  position: relative;
}

#aside_right2 ul li:hover>a::before,
#aside_right2 ul li.go_active>a::before {
  transform: scale(2);
}

#aside_right2 ul li:hover .aside_common_show,
#aside_right2 ul li.go_active .aside_common_show {
  opacity: 1;
  visibility: visible;
}

#aside_right2 ul li:not(:first-child) {
  margin-top: 4px;
}

#aside_right2 ul li>a {
  width: 62px;
  height: 62px;
  background: var(--color-main);
  position: relative;
  overflow: hidden;
}

#aside_right2 ul li>a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-shadow);
  border-radius: 50%;
  transform: scale(0);
}

#aside_right2 ul li>a>img {
  max-width: 40%;
  object-fit: cover;
  position: absolute;
}

#aside_right2 ul li .aside_common_show {
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background: var(--color-main);
  opacity: 0;
  visibility: hidden;
  line-height: 2;
}

#aside_right2 ul li .aside_common_show.aside_img_show {
  width: 150px;
  height: 150px;
}

#aside_right2 ul li .aside_common_show.aside_img_show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#aside_right2 ul li .aside_common_show.aside_txt_show {
  color: #fff;
}

#aside_right2 ul li .aside_common_show.aside_txt_show a {
  color: #fff;
  white-space: nowrap;
}

#aside_right {
  position: fixed;
  right: -90px;
  z-index: 999;
  background: #999;
  border-radius: 25px;
}

#aside_right ul {
  padding: 5px;
}

#aside_right ul li {
  position: relative;
}

#aside_right ul li.go_active>a::before,
#aside_right ul li:hover>a::before {
  transform: scale(2);
}

#aside_right ul li.go_active .aside_common_show,
#aside_right ul li:hover .aside_common_show {
  opacity: 1;
  visibility: visible;
}

#aside_right ul li.go_active {
  margin-top: 5px;
}

#aside_right ul li.go_active a {
  background: var(--color-main2);
  border-radius: 25px;
}

#aside_right ul li>a {
  width: 46px;
  height: 46px;
  position: relative;
  overflow: hidden;
  border-radius: 0 25px 25px 0;
}

#aside_right ul li>a:hover {
  background: var(--color-main2) !important;
}

#aside_right ul li>a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-main2);
  border-radius: 50%;
  transform: scale(0);
}

#aside_right ul li>a>img {
  max-width: 24px;
  object-fit: cover;
  position: absolute;
}

#aside_right ul li>a>img[title="email"] {
  width: 20px;
}

#aside_right ul li .aside_common_show {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background: var(--color-main2);
  opacity: 0;
  visibility: hidden;
}

#aside_right ul li .aside_common_show.aside_img_show {
  width: 150px;
  height: 150px;
}

#aside_right ul li .aside_common_show.aside_img_show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#aside_right ul li .aside_common_show.aside_txt_show {
  color: #fff;
  min-height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#aside_right ul li .aside_common_show.aside_txt_show a {
  color: #fff;
  white-space: nowrap;
}

.phone_icon {
  display: none;
  position: absolute;
  top: 999999px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--color-main2);
  align-items: center;
  z-index: 999;
}

.phone_icon li {
  flex: 1;
  height: var(--footer-m-h);
}

.phone_icon li:nth-child(odd) {
  background: #002015;
}

.phone_icon li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone_icon li a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/*asideRight style end*/
.com_aside {
  width: var(--com-aside-w);
  position: sticky;
}

.com_aside a:hover {
  color: var(--color-main) !important;
}

.com_aside .aside_item {
  margin-top: 48px;
}

.com_aside .aside_item .tit {
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  background: var(--color-main2);
  padding: 22px 37px;
  border-radius: 24px 24px 0px 0px;
}

.com_aside .aside_item .link.active span {
  transform: rotate(90deg);
}

.com_aside .aside_item .link span {
  width: 6px;
  height: 10px;
  display: block;
  background: url(../images/color/icon2.png) no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
  cursor: pointer;
  display: none;
}

.com_aside .aside_item li.active>.link a {
  color: var(--color-main);
}

.com_aside .aside_item>ul {
  padding: 25px 25px 30px;
  border: 1px solid #e9e4df;
  border-radius: 0px 0px 24px 24px;
}

.com_aside .aside_item>ul>li:last-child>.link {
  border-bottom: none;
}

.com_aside .aside_item>ul>li>.link {
  border-bottom: 1px dashed #e7e7e7;
  padding: 10px 0;
}

.com_aside .aside_item>ul>li>.link a {
  font-weight: bold;
  font-size: 20px;
  color: var(--color-default);
}

.com_aside .aside_item>ul>li ul {
  display: none;
  overflow-y: auto;
}

.com_aside .aside_item>ul>li ul ul {
  padding-left: 25px;
}

.com_aside .aside_item>ul>li ul li {
  line-height: 1.8;
  margin-top: 10px;
}

.com_aside .aside_item>ul>li ul a {
  color: #666666;
}

.com_aside .aside_item>ul>li ul a::before {
  content: "-";
  margin-right: 3px;
}

.com_aside .aside_item_news ul {
  border: 1px solid var(--color-main2);
}

.com_aside .aside_item_news ul li {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.com_aside .aside_item_news ul li:first-child {
  margin-top: 0;
}

.com_aside .aside_item_news ul li .img {
  width: 92px;
  height: 92px;
  border: 1px solid #023b2a;
  margin-right: 30px;
  border-radius: 10px;
  flex-shrink: 0;
}

.com_aside .aside_item_news ul li a {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-default);
}

.rec_pro_css {
  margin-top: calc((120 / 19.2) * 1%);
}

.rec_pro_css .size45 {
  color: var(--color-default);
}

.rec_pro_css .des6 {
  margin-top: 5px;
}

.rec_pro_css .pro_swiper_css {
  margin-top: 36px;
}

.rec_pro_css .pro_swiper_css .swiper-slide {
  border: 1px solid #666;
  height: auto;
  justify-content: unset;
}

.rec_pro_css .pro_swiper_css .img {
  width: 100%;
  padding-bottom: calc((270 / 4.66) * 1%);
}

.rec_pro_css .pro_swiper_css .title {
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  padding: 20px 40px;
  width: 100%;
  display: block;
  font-weight: bold;
  font-family: Exo;
  color: #ffffff;
  flex: 1;
}

.rec_news_css {
  padding: calc((120 / 19.2) * 1%) 0 0;
  background: #fafafa;
}

.rec_news_css .cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  margin-left: 53px;
}

.rec_news_css .cell .pag {
  width: calc((317 / 8.09) * 1%);
  height: 2px;
  position: relative;
}

.rec_news_css .cell .sw_com {
  width: 70px;
  height: 70px;
  border-radius: 4px 4px 4px 4px;
  background: var(--color-main2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34px 43px;
  flex-shrink: 0;
  border-radius: 50%;
}

.rec_news_css .cell .sw_com.sw_prev {
  background-image: url(../images/color/news_l.png);
  margin-right: 34px;
}

.rec_news_css .cell .sw_com.sw_next {
  background-image: url(../images/color/news_r.png);
}

.rec_news_css .rec_news_main {
  --l-w: calc((447/14.75) * 1%);
  --pd: 50px;
}

.rec_news_css .rec_news_main .lll {
  padding: 48px 75px 38px;
  border-radius: 24px 24px 24px 24px;
  background: url(../images/r_news1.png) no-repeat center / cover;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-y: auto;
}

.rec_news_css .rec_news_main .lll .mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-mains2), 0.8);
  z-index: 0;
}

.rec_news_css .rec_news_main .lll * {
  z-index: 1;
}

.rec_news_css .rec_news_main .lll .title,
.rec_news_css .rec_news_main .lll .desc {
  color: #fff;
  margin-top: 5px;
}

.rec_news_css .rec_news_main .lll .title {
  font-family: Exo;
  font-weight: bold;
  font-size: 36px;
  font-size: 24px;
}

.rec_news_css .rec_news_main .lll .c_btn {
  margin-top: 50px;
  align-self: flex-end;
  border-color: #fff;
  color: #fff;
}

.rec_news_css .rec_news_main .rrr .des6 {
  margin-top: 15px;
}

.rec_news_css .rec_news_main .rrr .news_swiper_css {
  margin-top: 43px;
}

.rec_news_css .rec_news_main .rrr .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rec_news_css .rec_news_main .rrr .top .size45 {
  color: var(--color-default);
}

.rec_news_css .rec_news_main .rrr .img {
  padding-bottom: calc((391 / 3.16) * 1%);
  border-radius: 12px 12px 12px 12px;
}

.rec_news_css .rec_news_main .rrr .img .mark {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.rec_news_css .rec_news_main .rrr .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 14px;
  overflow-y: auto;
}

.rec_news_css .rec_news_main .rrr .info .title {
  font-family: Exo;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
}

.rec_news_css .rec_news_main .rrr .info .desc {
  margin-top: 16px;
  color: #ffffff;
  line-height: 28px;
}

.fix_slide_foot li a img {
  height: 25px !important;
  width: auto !important;
}

.fix_slide_foot li a[title="whatsapp"] img,
.fix_slide_foot li a[title="backtop"] img {
  height: 22px !important;
}

.sitemap-content a {
  text-transform: capitalize !important;
}

.des6,
.des6 * {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

.pages .active span {
  background: var(--color-main);
}

.pages a {
  color: #000;
}

@media screen and (max-width: 1660px) {
  body {
    --all-pd: 5%;
  }

  .pages {
    margin-top: 3%;
  }

  .list_top .pagation .title {
    font-size: 34px;
  }
}

@media screen and (max-width: 1500px) {
  .common_header .logo {
    margin-right: 15px;
  }

  .common_header .nav-container>ul>li {
    --pd: 8px;
  }
}

@media screen and (max-width: 1366px) {
  body {
    --all-pd: 2%;
  }

  .rec_news_css .rec_news_main .lll {
    padding: 20px;
  }

  .rec_news_css .rec_news_main .lll .title {
    font-size: 24px;
    margin-top: 20px;
  }

  .rec_news_css .rec_news_main .lll .desc {
    margin-top: 20px;
  }

  .rec_news_css .rec_news_main .rrr .info {
    justify-content: unset;
  }

  .com_aside {
    display: none;
  }

  .com_list_right {
    width: 100%;
  }

  .list_top .pagation {
    padding: 15% 0 5%;
  }

  .common_header .com_header {
    zoom: 0.8;
  }

  .footer .footer_center {
    --mar: 30px;
  }

  .newspost_list .item .info .title {
    font-size: 16px;
    line-height: 1.3;
  }

  .footer .footer_top .txt {
    font-size: 26px;
  }

  .footer .links a {
    width: 40px;
    height: 40px;
    padding: 12px;
  }

  .footer .footer_center .content .list .item img {
    width: 26px;
    height: 26px;
  }

  .size45 {
    font-size: 35px;
    line-height: 1.4;
  }

  .list_top .pagation .title {
    font-size: 24px;
  }

  .list_top .pagation .pagation_list a {
    font-size: 16px;
  }

  .list_num3,
  .list_num4 {
    --len: 2;
  }

  .list_num3 .item,
  .list_num4 .item {
    margin-left: var(--pd) !important;
    margin-top: var(--mt) !important;
  }

  .list_num3 .item:nth-child(2n + 1),
  .list_num4 .item:nth-child(2n + 1) {
    margin-left: 0 !important;
  }

  .list_num3 .item:nth-child(-n + 2),
  .list_num4 .item:nth-child(-n + 2) {
    margin-top: 0 !important;
  }

  .rec_pro_css .pro_swiper_css .title {
    padding: 10px;
  }

  .com_faq_list {
    --l-w: 50%;
    --pd: 30px;
  }

  .com_faq_list .rrr {
    padding: 0;
    height: auto;
  }

  .com_faq_list .rrr img {
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  #aside_right {
    display: none;
  }

  body {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .com_aside {
    display: none;
  }

  .com_list_right {
    width: 100%;
  }
}

@media screen and (max-width: 950px) {
  body {
    --all-pd: 15px;
    --footer-m-h: 55px;
    --header-m-h: 60px;
    padding-bottom: var(--footer-m-h);
  }

  .fix_slide_foot {
    display: flex;
  }

  body {
    padding-bottom: 50px
  }

  .sw_com {
    width: 54px !important;
    height: 54px !important;
    background-size: 30% !important;
  }

  .sw_com.sw_prev {
    margin-right: 20px !important;
  }

  .rec_pro_css,
  .rec_news_css {
    margin-top: 50px;
  }

  .rec_pro_css .size45,
  .rec_news_css .size45 {
    font-size: 30px;
  }

  .rec_news_css .rec_news_main .rrr .top {
    flex-direction: column;
  }

  .rec_news_css .cell {
    margin: 30px 0 0;
  }

  .com_form ul li {
    width: 100%;
  }

  .com_form ul li::before {
    top: 27px;
  }

  .com_form ul li.message::before {
    top: 33px;
  }

  .max80 {
    max-width: 100%;
  }

  .size45 {
    font-size: 20px;
  }

  table {
    margin: 3% 0 0 !important;
    width: 100% !important;
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  .mobile-ico-close {
    top: 0px;
    left: 3000%;
    right: unset;
  }

  .h5_show .mobile-ico-close {
    left: 65%;
  }

  .h5show .mobile-ico-close {
    left: unset;
    right: 0;
    bottom: -30px;
  }

  .m_search .mobile-ico-close {
    top: unset;
  }

  .wow {
    /* 禁用动画，直接显示元素 */
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .sitemap-content {
    padding: 110px 0 30px !important;
  }

  .flex_main .lll,
  .flex_main.flex_main2 .lll,
  .flex_main.flex_main3 .lll,
  .flex_main .rrr,
  .flex_main.flex_main2 .rrr,
  .flex_main.flex_main3 .rrr {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .flex_main .rrr,
  .flex_main.flex_main2 .rrr,
  .flex_main.flex_main3 .rrr {
    margin-top: 30px;
  }

  .flex_main .img,
  .flex_main.flex_main2 .img,
  .flex_main.flex_main3 .img {
    padding-bottom: 70%;
  }

  .list_num2,
  .list_num3,
  .list_num3_,
  .list_num4 {
    --len: 1;
  }

  .list_num2 .item,
  .list_num3 .item,
  .list_num3_ .item,
  .list_num4 .item {
    width: 100% !important;
    margin: 0 !important;
    margin-top: var(--mt) !important;
  }

  .list_num2 .item:nth-child(-n + 2),
  .list_num3 .item:nth-child(-n + 2),
  .list_num3_ .item:nth-child(-n + 2),
  .list_num4 .item:nth-child(-n + 2),
  .list_num2 .item:nth-child(-n + 3),
  .list_num3 .item:nth-child(-n + 3),
  .list_num3_ .item:nth-child(-n + 3),
  .list_num4 .item:nth-child(-n + 3) {
    margin: 0 !important;
    margin-top: var(--mt) !important;
  }

  .list_num2 .item:first-child,
  .list_num3 .item:first-child,
  .list_num3_ .item:first-child,
  .list_num4 .item:first-child {
    margin-top: 0 !important;
  }

  .com_faq_list .com_faq_item .item .top .title {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }

  .pcshow {
    display: none;
  }

  .h5show {
    display: block;
  }

  .com_faq_list .com_faq_item {
    width: 100%;
    margin-top: 12px;
  }

  .list_top .pagation {
    padding: calc((300 / 19.2) * 1%) var(--all-pd);
  }

  .list_top .pagation .pagation_list a {
    padding: 0 5px 0 30px;
  }

  .common_header.header_fixed .com_header {
    padding: 0;
  }

  .common_header {
    display: flex;
    align-items: center;
    height: auto;
    justify-content: space-between;
    background: #fff;
    padding: 0 20px;
    position: relative;
  }

  .common_header.header_fixed {
    position: fixed;
  }

  .common_header .com_header {
    padding: 0;
    border: none;
    zoom: 1;
  }

  .common_header>.layout_ {
    width: 100%;
  }

  .common_header.transparent {
    background: #fff;
    box-shadow: unset;
    top: 0 !important;
  }

  .common_header .logo {
    padding: 0;
    display: block !important;
  }

  .common_header .logo img {
    max-width: 300px;
    max-height: 40px;
  }

  .common_header #head_nav,
  .common_header #headerRight {
    opacity: 0;
    visibility: hidden;
  }

  .common_header #head_nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }

  .common_header #head_nav.h5_show {
    z-index: 999;
  }

  .common_header #head_nav.h5_show>ul {
    transform: translateX(0);
  }

  .common_header #head_nav.h5_show#head_nav,
  .common_header #head_nav.h5_show#headerRight {
    opacity: 1;
    visibility: visible;
  }

  .common_header #head_nav li {
    position: relative;
  }

  .common_header #head_nav li .nav_more {
    position: absolute;
    right: 0;
    top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .common_header #head_nav li .nav_more::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #ccc;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: 8px;
    transition: transform 0.2s ease;
    transform: rotate(270deg);
  }

  .common_header #head_nav li .nav_more.rotate::after {
    transform: rotate(360deg);
  }

  .common_header #head_nav li ul {
    display: none;
  }

  .common_header #head_nav>ul {
    width: 65%;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px 10px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .common_header #head_nav>ul>li {
    line-height: 40px;
    border-bottom: 1px solid #eee;
  }

  .common_header #head_nav>ul>li.nav_current>a {
    color: var(--color-main);
  }

  .common_header #head_nav>ul>li>a {
    font-size: 18px;
  }

  .common_header #head_nav>ul>li>ul,
  .common_header #head_nav>ul>li ul ul {
    padding-left: 20px;
  }

  .common_header #head_nav>ul>li ul .nav_more {
    top: 13px;
  }

  .common_header #head_nav>ul>li>ul>li {
    position: relative;
    line-height: 30px;
  }

  .common_header #head_nav>ul>li>ul>li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    left: -9px;
    top: 13px;
  }

  .common_header #head_nav a {
    text-transform: capitalize;
    color: var(--color-default);
  }

  .common_header .header-right {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .common_header .header-right.h5_show {
    z-index: 999;
  }

  .common_header .header-right.h5_show#head_nav,
  .common_header .header-right.h5_show#headerRight {
    opacity: 1;
    visibility: visible;
  }

  .common_header .header-right.h5_show .change-language {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    margin: 0;
  }

  .common_header .header-right .change-language {
    position: absolute;
    width: 65%;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 0;
    background: #fff;
    transform: translateX(-100%);
    transition: all 0.3s ease;
  }

  .common_header .header-right .change-language .change-language-title {
    display: none;
  }

  .common_header .header-right .change-language .change-language-cont {
    position: unset;
    transform: scale(1);
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    box-shadow: unset;
    max-height: 100vh;
    overflow-y: auto;
    padding: 15px;
  }

  .common_header .header-right .change-language .change-language-cont li {
    width: 100%;
    line-height: 2;
  }

  .common_header .header-right .search-icon {
    display: none;
  }

  .common_header .nav_m_right {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 17px 0;
  }

  .common_header .nav_m_right .language_m,
  .common_header .nav_m_right .search_m,
  .common_header .nav_m_right .nav_type_m {
    width: 20px;
    height: 20px;
    background-position: center;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
  }

  .common_header .nav_m_right .language_m {
    background-image: url(../images/color/language.png);
  }

  .common_header .nav_m_right .search_m {
    background-image: url(../images/color/search.png);
    margin: 0 25px;
  }

  .common_header .nav_m_right .nav_type_m {
    background-image: url(../images/color/nav_m.png);
  }

  .footer::before {
    content: unset;
  }

  .footer .footer_top {
    border: none;
    padding: 26px 0 16px;
  }

  .footer .footer_top .txt,
  .footer .footer_top .links {
    display: none;
  }

  .footer .footer_center {
    flex-direction: column;
    --mar: 0;
  }

  .footer .footer_center>div {
    width: 100% !important;
  }

  .footer .footer_center .tit {
    font-size: 20px;
  }

  .footer .footer_center .content .list .item {
    margin-top: 12px;
  }

  .footer .footer_center .content .list .item .info div {
    margin-bottom: 5px;
  }

  .footer .footer_center .links {
    margin-top: 24px;
  }

  .footer .footer_bot {
    background: transparent;
    color: #fff;
    line-height: 1.6;
    margin-top: 0;
    padding: 20px var(--all-pd) 90px;
    display: block;
    border: 0;
  }

  .footer .footer_bot a,
  .footer .footer_bot div {
    color: #fff;
  }

  .phone_icon {
    display: flex;
    position: fixed;
    top: unset;
  }
}


#index_scrollsidebar {
  top: 50%;
  right: 20px;
  transition: all ease-in-out 1s;
  /* visibility: hidden; */
  opacity: 1;
  position: fixed;
  /* transform: translateY(-50%);*/
  z-index: 99999
}

#index_scrollsidebar ul li {
  width: 62px;
  height: 62px;
  background-color: var(--color-main);
  border-radius: 10px;
  margin-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

#index_scrollsidebar ul li .show0 {
  position: absolute;
  background-color: var(--color-main);
  padding: 6px;
  border-radius: 8px;
  right: 80px;
  top: 50%;
  transition: all ease-in-out .5s;
  transform: translateY(-50%);
  display: none
}

#index_scrollsidebar ul li .show0,
#index_scrollsidebar ul li .show0 a {
  font-size: 16px;
  color: #fff;
  text-wrap: nowrap
}

#index_scrollsidebar ul li:hover .show0 {
  display: block
}

#index_scrollsidebar ul li>a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  text-align: center;
  line-height: 62px;
  align-items: center;
  justify-content: center;
}

#index_scrollsidebar ul li img {
  border: none;
  vertical-align: middle;
  max-width: 50%;
}

#index_scrollsidebar .gototop {
  background-color: #333
}

#index_scrollsidebar .gototop .s_smooth {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  text-align: center;
  line-height: 62px;
  align-items: center;
  justify-content: center;
}

#index_scrollsidebar .gototop .s_smooth img {
  width: 23px;
}

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  background: var(--color-main);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-main);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: #fff
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2)
}

@media only screen and (max-width: 1024px) {
  #index_scrollsidebar {
    display: none;
  }
}

.fix_slide_foot {
  display: none;
  background: var(--color-main);
  position: fixed;
  width: 100%;
  bottom: 0;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  height: 50px;
  z-index: 111;
}

.fix_slide_foot li {
  border-right: 1px solid white;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.fix_slide_foot li:last-of-type() {
  border-right: none;
}

.fix_slide_foot li a[title=email] img {
  height: 30px
}

.fix_slide_foot li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.fix_slide_foot li img {
  height: 25px;
  width: auto;
}

.show0 img {
  width: 120px;
  margin: 0 auto 10px;
  display: block;
  max-width: unset !important;
}

.show0 img:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #index_scrollsidebar {
    display: none;
  }


}