@charset "UTF-8";

/* CSS Document */
/**页脚****/
.footer_bottom .right .r_a {
  position: relative;
}

.footer_bottom .right .r_a.active.isnew .showbox {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.footer_bottom .right .r_a.isnew .showbox {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 30px;
  max-width: 96vw;
  max-height: 50vh;
  background-color: #111111;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
}

.footer_bottom .right .r_a.isnew .showbox .footer_news_item {
  padding: 15px;
  width: 320px;
  background-color: #171717;
}

.footer_bottom .right .r_a.isnew .showbox .footer_news_item+.footer_news_item {
  margin-top: 5px;
}

.footer-page {
  margin-top: 0.8rem;
  flex-shrink: 0;
}

.footer-page .page-box {
  display: flex;
  justify-content: center;
}

.footer-page .nn {
  margin-left: 0.7rem;
}

.footer-page .pp {
  margin-right: 0.7rem;
}

.footer-page .layui-laypage-zidingyileiming {
  margin: 0;
}

.footer-page .layui-laypage-zidingyileiming a {
  padding: 0;
  border-radius: 50%;
}

.footer-page .layui-laypage-zidingyileiming a i {
  font-size: 14px;
}

.footer-page .layui-laypage-zidingyileiming a.layui-disabled:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.footer-page div.select,
.footer-page div.f-right {
  display: none;
}

.footer-page .btn.null {
  display: none;
}

.footer-page .btn.dian {
  font-weight: 700;
}

.footer-page .btn {
  flex-shrink: 0;
  width: 20px;
  color: var(--tt);
  cursor: pointer;
  margin: 0 12px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-page .btn span {
  padding: 8px 0;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  transition: all 0.5s;
}

.footer-page .btn.prev,
.footer-page .btn.next {
  color: #777777;
}

.footer-page .btn.prev {
  margin-right: 20px;
}

.footer-page .btn.next {
  margin-left: 20px;
}

.footer-page .btn.two {
  margin: 0 2px;
}

.footer-page .btn.rotate180 {
  transform: rotate(180deg);
}

#app {
  position: relative;
  z-index: 9;
}

.down_filter {
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1) 80ms, visibility 0.32s step-end 80ms;
}

.down_filter.nav_on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1) 80ms, visibility 0.32s step-start 80ms;
}

.nav-header {
  height: var(--navheight);
  z-index: 100;
  position: relative;
  transition: all 0.3s;
}

.nav-header.no_height {
  height: 0;
}

.nav-header .nav-hader-content {
  width: 100%;
  height: var(--navheight);
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--colorFF);
  display: flex;
  padding-left: 0.62rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.nav-header .nav-hader-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - var(--menuWidth));
  height: 4px;
  z-index: 5;
  background-color: var(--color1);
}

.nav-header .nav-hader-content .nav_logo {
  z-index: 5;
  display: flex;
  align-items: center;
}

.nav-header .nav-hader-content .logo_img {
  height: var(--logoTop);
}

.nav-header .nav-hader-content .nav_other {
  flex: 1;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-header .nav-hader-content .header_li.en_show {
  display: none;
}

.nav-header .nav-hader-content .header_li.nav_on {
  z-index: 5;
}

.nav-header .nav-hader-content .header_li.nav_on .tablia .h-icon {
  color: var(--color2);
}

.nav-header .nav-hader-content .header_li.nav_on .nav_tt {
  color: var(--color1);
}

.nav-header .nav-hader-content .header_li.nav_on .nav_tt::after {
  width: 100%;
}

.nav-header .nav-hader-content .header_li.nav_on .header_li_box {
  z-index: 5;
}

.nav-header .nav-hader-content .header_li.nav_on .header_li_box .navbox-cc {
  opacity: 1;
  visibility: visible;
}

.nav-header .nav-hader-content .header_li.nav_on .nav_tt,
.nav-header .nav-hader-content .header_li.active .nav_tt {
  color: var(--color1);
}

.nav-header .nav-hader-content .header_li.nav_on .nav_tt::after,
.nav-header .nav-hader-content .header_li.active .nav_tt::after {
  width: 100%;
}

.nav-header .nav-hader-content .header_li .header_li_box {
  overflow: hidden;
  position: fixed;
  top: var(--navheight);
  left: 0;
  width: 100vw;
  height: 0;
  transition: height 0.6s;
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -ms-transition: height 0.6s;
  -o-transition: height 0.6s;
  z-index: 4;
}

.nav-header .nav-hader-content .header_li .header_li_box .header_li_cc {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 380px;
  width: 100%;
  padding: 0.5rem 0 0.6rem;
  background-color: var(--colorFF);
}

.nav-header .nav-hader-content .nav_ul {
  height: 100%;
  position: relative;
  z-index: 5;
}

.nav-header .nav-hader-content .nav_li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
  margin: 0 0.25rem;
}

.nav-header .nav-hader-content .nav_li .n_icon {
  color: var(--color1);
  font-weight: 700;
  margin-left: 2px;
  font-size: var(--fz14);
}

.nav-header .nav-hader-content .nav_li .nav_li_a {
  position: relative;
  color: var(--tt);
  transition: all 0.3s;
  height: 100%;
  line-height: var(--navheight);
  text-transform: uppercase;
}

.nav-header .nav-hader-content .nav_li .nav_li_a .nav_tt {
  font-size: var(--fz16);
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container {
  display: flex;
  justify-content: space-between;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .nav_container_left {
  width: 300px;
  margin-right: 40px;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .nav_container_left .left_tt {
  font-size: var(--fz30);
  color: var(--tt);
  font-weight: 700;
  margin-bottom: 20px;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .nav_container_left .left_dd {
  font-size: var(--fz14);
  color: 737373;
  line-height: 2;
  margin-bottom: 0.7rem;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .nav_container_left .left_img {
  position: relative;
  width: 100%;
  padding-top: calc(200/300*100%);
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .nav_container_right {
  display: flex;
  width: calc(980/1440*100%);
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_one {
  width: calc(300/980*100%);
  position: relative;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_one .down_one_list .down_item {
  position: relative;
  z-index: 2;
  padding: 0 0.18rem;
  height: 50px;
  background-color: #f5f5f5;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  border-top: none;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_one .down_one_list .down_item:first-child {
  border-top: 1px solid #dcdcdc;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_one .down_one_list .down_item.active {
  border-right: 1px solid transparent;
  background-color: #ffffff;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_one .down_one_list .down_item .tt {
  color: var(--tt);
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_two {
  width: calc(680/980*100%);
  padding: 0 0 0 0.3rem;
  position: relative;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_two .down_two_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_two .down_two_list .down_item {
  width: calc((100% - 10px) / 2);
  padding: 0 0.18rem;
  height: 50px;
  border-bottom: 1px solid #dcdcdc;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_two .down_two_list .down_item .tt {
  color: #444444;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_box {
  height: 0;
  opacity: 0;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_box.active {
  position: relative;
  z-index: 3;
  opacity: 1;
  height: auto;
}

.nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_tt {
  color: #848484;
}

.nav-header .nav-hader-content .tab_ul {
  position: relative;
  z-index: 6;
  height: 100%;
}

.nav-header .nav-hader-content .tab_li {
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-self: center;
}

.nav-header .nav-hader-content .tab_li.is_lang {
  padding: 0 15px;
}

.nav-header .nav-hader-content .tab_li.is_lang .tab_li_a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-header .nav-hader-content .tab_li.is_lang .tab_li_a .h-icon {
  color: #CBD1DA;
}

.nav-header .nav-hader-content .tab_li.is_lang .tab_li_a .now_lang {
  margin-left: 8px;
  color: #8B8B8B;
  font-size: var(--fz14);
}

.nav-header .nav-hader-content .tab_li.is_lang .com-down {
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.nav-header .nav-hader-content .tab_li.is_lang .com-down .li-bot-a {
  width: 120px;
  display: flex;
  align-items: center;
}

.nav-header .nav-hader-content .tab_li.is_lang .com-down .country {
  margin-right: 10px;
  width: 20px;
}

.nav-header .nav-hader-content .tab_li.is_lang .com-down .txt {
  font-size: var(--fz14);
  margin-left: 4px;
}

.nav-header .nav-hader-content .tab_li.is_search {
  width: var(--search_width);
  padding-left: 34px;
  background-color: var(--color1);
}

.nav-header .nav-hader-content .tab_li.is_search::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: calc(var(--navheight) / 2) solid transparent;
  border-right: 17px solid transparent;
  border-top: calc(var(--navheight) / 2) solid var(--colorFF);
  border-left: 17px solid var(--colorFF);
}

.nav-header .nav-hader-content .tab_li.nav_on .header_li_box {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

.nav-header .nav-hader-content .tab_li .tablia {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-header .nav-hader-content .tab_li .tab_li_b_c .nav_container .desc {
  color: #848484;
  width: 100%;
  max-width: 500px;
}

.nav-header .nav-hader-content .tab_li .tab_li_b_c .nav_container .top_search {
  padding-bottom: 0.2rem;
}

.nav-header .nav-hader-content .tab_li .tab_li_b_c .nav_container .top_search .inp_box {
  padding-left: 20px;
}

.nav-header .nav-hader-content .tab_li .tab_li_b_c .nav_container .top_quick_links .top_quick_links_list .top_quick_links_item {
  display: block;
}

.nav-header .nav-hader-content .tab_li .tab_li_b_c .nav_container .top_quick_links .top_quick_links_list .tt {
  display: inline-block;
  margin-left: 10px;
}

.nav-header .nav-hader-content .tab_li .tab_li_b_c .nav_container .top_quick_links .top_quick_links_list .h-icon {
  display: inline-block;
}

.nav-header .nav-hader-content .showMenu {
  position: relative;
  z-index: 5;
  height: 100%;
  width: var(--menuWidth);
  background-color: var(--color2);
  padding-left: 15px;
}

.nav-header .nav-hader-content .showMenu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: calc(var(--navheight) / 2) solid transparent;
  border-right: 17px solid transparent;
  border-top: calc(var(--navheight) / 2) solid var(--color1);
  border-left: 17px solid var(--color1);
}

.nav-header .nav-hader-content .showMenu .navView {
  width: 100%;
}

.nav-header .nav-hader-content .showMenu .navView.active {
  background-color: var(--color2);
}

.nav-header .nav-hader-content .showMenu .navView.active .threeline {
  background-color: var(--colorFF) !important;
}

.nav-header .nav-hader-content .showMenu .showbox {
  position: absolute;
  top: var(--navheight);
  right: 0;
  width: 100vw;
  height: calc(100vh - var(--navheight));
  opacity: 0;
  visibility: hidden;
}

.nav-header .nav-hader-content .showMenu .showbox.active {
  opacity: 1;
  visibility: visible;
}

.nav-header .nav-hader-content .showMenu .showbox.active .fiveSpan {
  z-index: 1;
}

.nav-header .nav-hader-content .showMenu .showbox.active .fiveSpan .myspan .views {
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transform: translateX(0%);
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
}

.nav-header .nav-hader-content .showMenu .showbox.active .nav_map {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1) 0.61s;
}

.nav-header .nav-hader-content .showMenu .showbox.active .maplist .mapcol.active {
  z-index: 6;
}

.nav-header .nav-hader-content .showMenu .showbox .fiveSpan {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
}

.nav-header .nav-hader-content .showMenu .showbox .fiveSpan .myspan {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.nav-header .nav-hader-content .showMenu .showbox .fiveSpan .myspan .views {
  transform: translateX(-101%);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  background-color: var(--color1);
}

.nav-header .nav-hader-content .showMenu .showbox .nav_map {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.nav-header .nav-hader-content .showMenu .showbox .mapbg {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.nav-header .nav-hader-content .showMenu .showbox .mapbg .maplogo {
  height: var(--navheight);
  padding: 0 0.3rem 0 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-header .nav-hader-content .showMenu .showbox .mapTools {
  background-color: var(--color1);
}

.nav-header .nav-hader-content .showMenu .showbox .mapTools .mapTools-top {
  padding: 0 0.5rem 0 1rem;
  height: var(--navheight);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-header .nav-hader-content .showMenu .showbox .maplist {
  padding: 1rem;
  overflow: hidden;
  position: relative;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapbox {
  width: 40%;
  max-width: 284px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol.en_show {
  display: none;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol.active .col-more .more-tt .active-tt {
  left: -14px;
  opacity: 1;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol.active .col-more .more-title {
  color: var(--color2);
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol.active .col-more .more-ul {
  left: 100%;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol.active .col-more .more-ul .more-li .li-title a {
  color: var(--colorFF);
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-bg {
  z-index: 4;
  opacity: 0;
  transition: all 0.3s;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more {
  display: flex;
  z-index: 6;
  margin-bottom: 0.45rem;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-tt .active-tt {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 21px;
  height: 6px;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.3s;
  background-image: linear-gradient(90deg, rgba(var(--color1-rgba), 1), rgba(var(--color2-rgba), 0.3), rgba(var(--color2-rgba), 1));
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-title {
  position: relative;
  display: flex;
  transition: all 0.3s;
  font-size: 30px;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-title:hover {
  color: var(--color2);
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul {
  padding-left: 0.5rem;
  position: absolute;
  left: 120%;
  top: 0%;
  width: calc(100% + 0.5rem);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li {
  margin-bottom: 0.25rem;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title {
  padding-bottom: 0.15rem;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title::before {
  background-color: var(--color2);
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title a {
  cursor: pointer;
  transition: all 0.3s;
  color: var(--colorFF);
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
  padding: 0.2rem 30px;
  width: 100%;
  background-color: var(--colorF2);
  display: none;
  border-radius: 10px;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t {
  position: relative;
  display: block;
  line-height: 1.4;
  color: var(--color22);
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t+.li-show-t {
  margin-top: 9px;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t:hover {
  color: var(--color2);
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t::after {
  content: "";
  position: absolute;
  left: -11px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: var(--color2);
  border-radius: 50%;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-other {
  display: flex;
  flex-direction: column;
}

.nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-other .col-other-t {
  font-weight: 500;
  height: 52px;
  line-height: 52px;
}

/* ------------------------搜索页--------------------------- */
.max50bg {
  position: relative;
}

.searchpage .searchpage-top {
  width: 100%;
}

.searchpage .searchpage-top .product-form {
  width: 100%;
  margin-top: 0.8rem;
}

.searchpage .searchpage-top .product-form-input .inp {
  padding: 0 0.2rem;
}

.searchpage .search-list {
  background-color: #ffffff;
  margin-top: 0.8rem;
  padding: 0.4rem 0.8rem 0.8rem;
}

.searchpage .search-list .search-ul .search-li {
  padding: 0.5rem 0;
}

.searchpage .search-list .search-ul .search-li .img {
  width: 18.4%;
}

.searchpage .search-list .search-ul .search-li .text {
  align-items: flex-start;
  padding: 0.2rem 0.4rem;
  flex: 1;
}

.search-main {
  padding: 0.8rem 0;
}

.search-main .top_c {
  padding-bottom: 0.3rem;
}

.search-main .title {
  font-size: var(--fz18);
  color: var(--tt);
}

.search-main .tips {
  font-size: var(--fz14);
  color: var(--dd);
}

.search-main .search-cont {
  width: calc(1140/1440*100%);
}

.search-main .search-cont.isf {
  width: 100%;
}

.search-main .search_cate {
  width: calc(250/1440*100%);
}

.search-main .search_cate .search_cate_list {
  padding-top: 0.6rem;
}

.search-main .search_cate .search_cate_list .search_cate_item {
  margin-bottom: 0.3rem;
}

.search-list .item {
  display: flex;
  margin-top: 0.6rem;
}

.search-list .item.ispro .l-img .tu {
  padding-top: 100%;
}

.search-list .item .l-img {
  width: calc(346/1140*100%);
  flex-shrink: 0;
}

.search-list .item .l-img .tu {
  position: relative;
  padding-top: calc(230 / 346 * 100%);
  overflow: hidden;
}

.search-list .item .r-text {
  padding: 0.15rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.search-list .item .r-text .more {
  font-size: 14px;
  font-family: "ziti-r";
  color: #2d2d2d;
}

.search-list .item .r-text .more .tt {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  padding-bottom: 2px;
}

.search-list .item .r-text .more .tt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #2d2d2d #2d2d2d transparent transparent;
  transform: rotate(45deg);
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.search-list .item .r-text .more .tt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1d9af3;
}

/* ------------------------搜索页 end--------------------------- */
.ny-banner {
  position: relative;
  z-index: 5;
}

.ny-banner .ny-bg {
  position: relative;
  z-index: 5;
}

.ny-banner .ny-bg.auto {
  max-height: 400px;
  height: var(--bannerminheight);
}

.ny-banner .ny-bg.issearch {
  max-height: 400px;
  height: var(--bannerminheight);
}

.ny-banner .ny-bg.issupport .ny-info {
  max-width: 750px;
  text-align: center;
}

.ny-banner .ny-info-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ny-banner .ny-info-video .vv {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ny-banner .ny-info {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ny-banner .ny-info .ny-info-tt {
  line-height: 1;
  color: #ffffff;
}

.ny-banner .ny-info .ny-info-dd {
  margin-top: 0.15rem;
  color: #ffffff;
}

.ny-banner .support_search {
  width: 100%;
  height: 52px;
  background: #FFFFFF;
  border-radius: 26px;
  padding: 0 16px;
}

.ny-banner .support_search .inp_box {
  padding-left: 16px;
}

.ny-banner .sup_quick_links .sup_quick_links_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ny-banner .sup_quick_links .sup_quick_links_list .sup_quick_links_item {
  margin: 5px;
  padding: 0 12px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}

.ny-banner .sup_quick_links .sup_quick_links_list .sup_quick_links_item .tt {
  white-space: nowrap;
}

.pagenav .pagenav_con .container {
  display: flex;
  align-items: center;
  height: var(--pagelinkheight);
}

.pagenav .pagenav_con .link {
  font-size: var(--fz14);
  color: #808080;
}

.pagenav .pagenav_con .ii {
  color: #808080;
  font-size: var(--fz12);
  margin: 0 8px;
}

.link_anchor {
  position: absolute;
  top: var(--downnavheight);
}

.anchor_point {
  position: absolute;
  top: var(--downnavheight);
}

.ny-navtools {
  position: relative;
  z-index: 6;
  left: 0;
  width: 100%;
  height: var(--toolsheight);
  background-color: #ffffff;
}

.ny-navtools::after {
  z-index: 5;
}

.ny-navtools .cc {
  height: 100%;
  z-index: 5;
}

.ny-navtools .cc .home {
  flex-shrink: 0;
  position: relative;
  width: var(--toolsheight);
  height: var(--toolsheight);
  background-color: #ffffff;
}

.ny-navtools .cc .home .h-icon {
  font-size: 22px;
  color: var(--color1);
}

.ny-navtools .cc .toolsul {
  width: calc(100% - var(--toolsheight));
  position: relative;
}

.ny-navtools .cc .toolsul .myswiper-tools {
  width: 100%;
  overflow: visible;
}

.ny-navtools .cc .toolsul .myswiper-tools .swiper-slide {
  width: auto;
}

.ny-navtools .cc .toolsul .myswiper-tools .swiper-slide:first-child .toolsli .li-top {
  padding: 0 0.3rem 0 0.55rem;
}

.ny-navtools .cc .toolsul .myswiper-tools-mob {
  width: 100%;
  overflow: visible;
}

.ny-navtools .cc .toolsul .myswiper-tools-mob .swiper-slide {
  width: auto;
}

.ny-navtools .cc .toolsul .toolsli {
  width: auto;
  position: relative;
}

.ny-navtools .cc .toolsul .toolsli .li-top {
  position: relative;
  padding: 0 0.3rem;
}

.ny-navtools .cc .toolsul .toolsli .li-top .toolsli-a {
  line-height: 1;
  width: 100%;
  height: var(--toolsheight);
  position: relative;
  color: #616161;
}

.ny-navtools .cc .toolsul .toolsli .li-top .n-icon {
  margin-left: 18px;
  width: 18px;
  height: 18px;
  background: #E0E0E0;
  border-radius: 50%;
  font-size: 12px;
}

.ny-navtools .cc .toolsul .toolsli .li-top .n-icon::before {
  transform: scale(0.75) translate(0px, 2px);
}

.ny-navtools .mytt {
  top: 100%;
  transform: translate(0, -30%);
}

.ny-pagetools {
  width: 260px;
  padding-right: 50px;
}

.ny-pagetools .pageul {
  position: relative;
}

.ny-pagetools .pageul .toolsbg {
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: 36px;
}

.ny-pagetools .pageul .toolsbg .img {
  width: 100%;
  height: 36px;
}

.ny-pagetools .pageul .pageli.active .li-top .li-top-bg {
  width: 230px;
}

.ny-pagetools .pageul .pageli .li-top {
  background-color: var(--color1);
  padding: 0 15px;
  height: 60px;
  position: relative;
}

.ny-pagetools .pageul .pageli .li-top .li-top-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 0 30px 30px 0;
  background: linear-gradient(90deg, #005DA7, #A1C1DB);
}

.ny-pagetools .pageul .pageli .li-top .pageli-a {
  height: 100%;
}

.ny-pagetools .pageul .pageli .li-top::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: calc(180/210*100%);
  height: 1px;
  background-color: rgba(188, 192, 195, 0.1);
}

.ny-pagetools .pageul .pageli .li-top .mybtn {
  width: 30px;
  height: 100%;
}

.ny-pagetools .pageul .pageli .li-top .mybtn .openline {
  width: 9px;
  height: 9px;
}

.ny-pagetools .pageul .pageli .li-bot {
  padding: 20px 0;
  background-color: var(--colorFF);
}

.ny-pagetools .pageul .pageli .li-bot .li-a-box {
  padding: 0 20px;
}

.ny-pagetools .pageul .pageli .li-bot .li-a-box+.li-a-box {
  margin-top: 15px;
}

.ny-pagetools .pageul .pageli .li-bot .li-a-box .cate {
  margin-right: 3px;
  color: #C0C9D1;
  font-size: 14px;
}

.ny-pagetools .pageul .pageli .li-bot .li-a-box .li-bot-a {
  line-height: 1.1;
}

.ny-pagetools .p-cc-footer {
  margin-top: 0.35rem;
}

.ny-pagetools .p-cc-footer .tt {
  color: #7A7A7A;
}

.ny-pagetools .p-cc-footer .dd {
  color: #C4C4C4;
}

.ny-pagetools .p-cc-footer .ttbg2 {
  height: 160px;
}

.ny-pagetools .p-cc-footer .ttbg2 .fbg {
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 233px;
  height: 100%;
}

.total-search {
  padding: 0.2rem 0 0.28rem;
  border-top: 1px solid var(--line);
}

.total-search .mysearch {
  height: 40px;
  width: 140px;
  display: flex;
  align-items: center;
  position: relative;
}

.total-search .mysearch .mysearch-input {
  flex: 1;
  height: 100%;
}

.total-search .mysearch .mysearch-input .inp {
  height: 100%;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid var(--bg2);
  transition: all ease-in-out 0.5s;
  border-radius: 20px;
}

.total-search .mysearch .mysearch-input .inp:focus {
  border: 1px solid var(--color1);
}

.total-search .mysearch .mysearch-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}

.n-search {
  height: 90px;
  width: 100%;
  padding: 20px 20px 20px 30px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgba(4, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}

.n-search .n-search-type {
  width: 140px;
  height: 100%;
  padding-right: 20px;
}

.n-search .n-search-type .item-show {
  flex: 1;
  position: relative;
}

.n-search .n-search-type .item-show .views-p {
  padding: 0 0.25rem;
}

.n-search .n-search-type .item-show .views-p::after {
  height: 50%;
  top: 50%;
  transform: translate(0, -50%);
}

.n-search .n-search-input {
  flex: 1;
  height: 100%;
}

.n-search .n-search-input .inp {
  height: 100%;
  width: 100%;
  padding: 0 0.3rem 0 0;
}

.n-search .n-search-btn {
  width: 140px;
  height: 50px;
  background: var(--color1);
  border-radius: 10px;
}

.n-search .n-search-btn .h-icon {
  margin-left: 10px;
}

.catetabForm {
  display: flex;
  width: 100%;
}

.catetabForm .tabbox {
  width: 26%;
  height: 52px;
}

.catetabForm .product-tab {
  width: 50%;
  height: 100%;
  border: 1px solid var(--bg2);
  border-right: none;
}

.catetabForm .product-tab::before {
  height: 3px;
}

.catetabForm .product-tab:hover {
  color: var(--color1);
}

.catetabForm .product-tab:active {
  color: var(--color1);
}

.catetabForm .product-form {
  flex: 1;
  height: 52px;
}

.product-form {
  height: 82px;
  display: flex;
  align-items: center;
  position: relative;
}

.product-form .product-form-input {
  flex: 1;
  height: 100%;
}

.product-form .product-form-input .inp {
  height: 100%;
  width: 100%;
}

.kefu_box {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 1111;
  transition: all 0.5s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.kefu_box:hover {
  transition: transform 0.3s ease 0s;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
}

.kefu_box.isshowmap {
  transition: top 0.5s ease 0s, width 0.5s ease 0s, height 0.5s ease 0s, background-color 0.5s ease 0s, transform 0.3s ease 0.5s;
  display: block !important;
  top: var(--navheight);
  width: var(--menuWidth);
  height: calc(100vh - var(--navheight));
  background-color: #ffffff;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

.kefu_box.isshowmap .cc {
  box-shadow: none;
}

.kefu_box.isshowmap .cc::after {
  display: none;
}

.kefu_box.isshowmap .tools-top .t-item:hover {
  background: var(--colorFF);
}

.kefu_box.isshowmap .tools-top .t-item:hover .h-icon {
  color: var(--color1);
}

.kefu_box.isshowmap .tools-top .t-item:hover .tt {
  color: var(--colortt);
}

.kefu_box.isshowmap .tools-bot {
  opacity: 0;
  visibility: hidden;
}

.kefu_box .cc {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}

.kefu_box .cc .tools-show {
  position: absolute;
  left: -1px;
  top: 50%;
  width: 30px;
  height: 100px;
  background-color: var(--color1);
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.kefu_box .cc .tools-show .tt {
  writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
}

.kefu_box .tools-top .t-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0 10px;
  background: #ffffff;
  transition: all 0.5s;
}

.kefu_box .tools-top .t-item+.t-item:hover .item-cc::after {
  display: none;
}

.kefu_box .tools-top .t-item:hover {
  background: var(--color1);
}

.kefu_box .tools-top .t-item:hover .h-icon {
  color: var(--colorFF);
}

.kefu_box .tools-top .t-item:hover .tt {
  color: var(--colorFF);
}

.kefu_box .tools-top .t-item .h-icon {
  color: var(--coloricon);
}

.kefu_box .tools-top .t-item .tt {
  transition: all 0.5s;
  margin-top: 5px;
}

.kefu_box .tools-top .t-item+.t-item .item-cc::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 77.7%;
  height: 1px;
  background-color: #e9e9e9;
}

.kefu_box .tools-top .t-item .item-cc {
  padding: 10px 0;
}

.kefu_box .tools-top .t-item:hover .abs {
  opacity: 1;
  visibility: visible;
}

.kefu_box .tools-top .t-item .abs {
  position: absolute;
  right: 140%;
  top: 50%;
  width: 78px;
  height: auto;
  max-width: none;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.kefu_box .tools-top .t-item .abs:hover {
  opacity: 1 !important;
  visibility: visible;
}

.kefu_box .tools-top .t-item .tel.abs {
  width: auto;
  padding: 8px 15px;
  background-color: #000000;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.kefu_box .tools-bot .b-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: var(--coloricon);
}

.kefu_box .tools-bot .b-item+.b-item {
  background-color: var(--color5);
}

.kefu_box .tools-bot .b-item .h-icon {
  margin-left: 10px;
}

.paginate-box {
  width: 100%;
  padding-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginate-box .item {
  color: #9E9E9E;
  transition: all 0.4s;
  position: relative;
  cursor: pointer;
}

.paginate-box .item:not(:first-child) {
  margin-left: 15px;
}

.paginate-box .item.active,
.paginate-box .item:hover {
  color: #2EAFC1;
}

.paginate-box .item.active::after,
.paginate-box .item:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2EAFC1;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-info {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.88rem 0;
}

.contact-info .contact-info-main {
  justify-content: space-between;
}

.contact-info .contact-info-main .contact-info-box {
  max-width: 550px;
  padding-top: 0.4rem;
}

.contact-info .contact-info-main .contact-info-box .title {
  margin-bottom: 0.2rem;
}

.contact-info .contact-info-main .contact-info-box .content {
  margin-bottom: 0.4rem;
}

.contact-info .contact-info-main .contact-info-box .code {
  width: 124px;
  text-align: center;
}

.contact-info .contact-info-main .contact-info-box .code .pic-box {
  position: relative;
  padding-top: calc(1000/1000*100%);
  margin-bottom: 12px;
}

.contact-info .contact-info-main .contact-info-pic {
  position: relative;
  width: 650px;
  flex-shrink: 0;
}

.contact-info .contact-info-main .contact-info-pic .pic-box {
  position: relative;
  padding-top: calc(750/1000*100%);
}

.contact-map {
  width: 100%;
  background-color: #b9babb;
}

.contact-map #contactmap {
  width: 100%;
  height: 630px;
}

.contact-form {
  background-color: #EDF0F3;
  width: 100%;
  padding: 0.9rem 0 1.2rem;
}

.contact-form .contact-form-main {
  max-width: 756px;
  height: auto;
  margin: 0 auto;
}

.contact-form .contact-form-main .title {
  text-align: center;
  margin-bottom: 0.45rem;
}

.contact-form .contact-form-main .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form .contact-form-main .content .submit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #2EAFC1;
  border-radius: 5px;
  text-align: center;
  color: #FFFFFF;
  padding: 0;
  margin: 0 auto;
}

.contact-form .contact-form-main .content .form-item {
  width: 100%;
  margin-bottom: 0.35rem;
}

.contact-form .contact-form-main .content .form-item.small-item {
  width: 48%;
}

.contact-form .contact-form-main .content .form-item .text {
  margin-bottom: 12px;
}

.contact-form .contact-form-main .content .form-item .inputs {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  padding: 0 10px;
  display: block;
}

.contact-form .contact-form-main .content .form-item .textarea {
  background-color: #FFFFFF;
  padding: 10px;
  width: 100%;
  display: block;
}

.recruit-tbox {
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
}

.recruit-tbox .pic-box {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.recruit-tbox .content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.recruit-tbox .content .text {
  font-size: 100px;
  font-weight: bolder;
  line-height: 0.5;
  margin-top: 0.7rem;
}

.recruit-tbox .content .desc {
  max-width: 490px;
  margin-top: 0.2rem;
}

.recruit-swiper {
  width: 100%;
  background-color: #FFFFFF;
}

.recruit-swiper .recruit-swiper-main {
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  padding: 0.9rem 0;
}

.recruit-swiper .recruit-swiper-main .content {
  flex: 1;
  margin-right: 0.7rem;
  overflow: hidden;
}

.recruit-swiper .recruit-swiper-main .content .tab-swiper {
  width: 100%;
  padding: 0.4rem 0;
  border-bottom: 1px solid #DCDCDC;
}

.recruit-swiper .recruit-swiper-main .content .tab-swiper .swiper-wrapper {
  display: flex;
  align-items: flex-end;
}

.recruit-swiper .recruit-swiper-main .content .tab-swiper .tab_item {
  color: #232222;
  font-size: 18px;
  transition: all 0.4s;
}

.recruit-swiper .recruit-swiper-main .content .tab-swiper .swiper-slide {
  display: inline-block;
  width: auto !important;
  margin-right: 0.5rem;
}

.recruit-swiper .recruit-swiper-main .content .tab-swiper .swiper-slide.swiper-slide-thumb-active .tab_item {
  color: #33ACBD;
  font-size: 36px;
  line-height: 1;
}

.recruit-swiper .recruit-swiper-main .content .content-swiper {
  width: 100%;
}

.recruit-swiper .recruit-swiper-main .content .content-swiper .text {
  padding-top: 0.4rem;
}

.recruit-swiper .recruit-swiper-main .img-swiper {
  flex-shrink: 0;
  max-width: 685px;
  width: 100%;
}

.recruit-swiper .recruit-swiper-main .img-swiper .swiper-slide {
  width: 100%;
}

.recruit-swiper .recruit-swiper-main .img-swiper .swiper-slide .pic-box {
  position: relative;
  padding-top: calc(630/1000*100%);
}

.recruit-list {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.9rem 0;
}

.recruit-list .title {
  margin-bottom: 0.4rem;
}

.recruit-list .screen-box {
  margin-bottom: 0.4rem;
}

.recruit-list .screen-box .screen-list {
  display: flex;
  align-items: flex-start;
}

.recruit-list .screen-box .screen-list .t {
  font-weight: 700;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.recruit-list .screen-box .screen-list .list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.recruit-list .screen-box .screen-list .list .item {
  margin-right: 30px;
  margin-bottom: 14px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}

.recruit-list .screen-box .screen-list .list .item.active,
.recruit-list .screen-box .screen-list .list .item:hover {
  color: #2EAFC1;
}

.recruit-list .screen-box .screen-list .list .item.active::after,
.recruit-list .screen-box .screen-list .list .item:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2EAFC1;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.recruit-list .list-box {
  width: 100%;
}

.recruit-list .list-box .list {
  width: 100%;
}

.recruit-list .list-box .list .item {
  background-color: #F5F5F5;
  padding: 24px 30px;
  box-sizing: border-box;
  color: #525252;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}

.recruit-list .list-box .list .item:not(:last-child) {
  margin-bottom: 15px;
}

.recruit-list .list-box .list .item:hover,
.recruit-list .list-box .list .item.active {
  background-color: #2EAFC1;
  color: #FFFFFF;
}

.recruit-list .list-box .list .item:hover .name,
.recruit-list .list-box .list .item.active .name {
  color: #FFFFFF;
}

.recruit-list .list-box .list .item:hover .btn,
.recruit-list .list-box .list .item.active .btn {
  background: #FFFFFF;
  transform: rotate(360deg);
}

.recruit-list .list-box .list .item:hover .btn::after,
.recruit-list .list-box .list .item.active .btn::after {
  background-color: #2EAFC1;
}

.recruit-list .list-box .list .item:hover .btn::before,
.recruit-list .list-box .list .item.active .btn::before {
  background-color: #2EAFC1;
}

.recruit-list .list-box .list .item div {
  padding-right: 14px;
}

.recruit-list .list-box .list .item .name {
  flex: 1;
  font-weight: 700;
  color: #232222;
}

.recruit-list .list-box .list .item .section {
  width: 210px;
}

.recruit-list .list-box .list .item .addr {
  width: 210px;
}

.recruit-list .list-box .list .item .count {
  width: 150px;
}

.recruit-list .list-box .list .item .time {
  width: 260px;
}

.recruit-list .list-box .list .item .btn {
  width: 34px;
  height: 34px;
  background: #2EAFC1;
  border-radius: 50%;
  position: relative;
  transition: all 0.4s;
}

.recruit-list .list-box .list .item .btn::after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recruit-list .list-box .list .item .btn::before {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recruit-detail-main {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.9rem 0 1.3rem;
}

.recruit-detail-main .t {
  color: #B1B1B1;
  margin-bottom: 0.3rem;
}

.recruit-detail-main .t .line {
  padding: 0 10px;
}

.recruit-detail-main .t .span {
  color: #333333;
}

.recruit-detail-main .content {
  overflow: hidden;
}

.recruit-detail-main .content .content-left {
  flex: 1;
  margin-right: 24px;
}

.recruit-detail-main .content .content-left .title {
  margin-bottom: 14px;
}

.recruit-detail-main .content .content-left .info {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.recruit-detail-main .content .content-left .info div {
  margin-bottom: 16px;
}

.recruit-detail-main .content .content-left .info div:not(:last-child) {
  padding-right: 50px;
  position: relative;
}

.recruit-detail-main .content .content-left .info div:not(:last-child)::after {
  content: "|";
  font-size: 11px;
  color: #E6E6E6;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.recruit-detail-main .content .content-left .richtext {
  width: 100%;
}

.recruit-detail-main .content .content-left .richtext .item {
  width: 100%;
  padding-top: 0.5rem;
}

.recruit-detail-main .content .content-left .richtext .item .tbox {
  margin-bottom: 6px;
}

.recruit-detail-main .content .content-left .richtext .item .cont {
  line-height: 2;
}

.recruit-detail-main .content .content-left .richtext .item .taglist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.recruit-detail-main .content .content-left .richtext .item .taglist .tag {
  margin-bottom: 12px;
  height: 40px;
}

.recruit-detail-main .content .content-left .richtext .item .taglist .tag:not(:last-child) {
  margin-right: 12px;
}

.recruit-detail-main .content .content-left .richtext .item .taglist .tag .img {
  height: 40px;
  width: auto;
  display: block;
}

.recruit-detail-main .content .content-left .richtext .item .taglist .tag .tt {
  background-color: #FFFFFF;
  padding: 0 14px 0 11px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  height: 40px;
  line-height: 40px;
}

.recruit-detail-main .content .content-right {
  flex-shrink: 0;
}

.recruit-detail-main .content .content-right .price {
  margin-bottom: 0.3rem;
  text-align: right;
}

.recruit-detail-main .content .content-right .share {
  color: #333333;
}

.recruit-detail-main .content .content-right .share div {
  padding-right: 8px;
}

.recruit-detail-main .content .content-right .share .img {
  width: 36px;
  height: 36px;
  display: block;
  margin-left: 8px;
}

.study-tbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.study-tbox .t {
  flex-shrink: 0;
  padding-right: 20px;
}

.study-tbox .cont {
  line-height: 2.2;
  max-width: 980px;
}

.study-idea {
  width: 100%;
  position: relative;
  padding: 0.9rem 0 0.9rem;
}

.study-idea .bgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
}

.study-idea .study-idea-cont {
  width: 100%;
  position: relative;
  z-index: 2;
}

.study-idea .study-idea-cont .title {
  text-align: center;
  margin-bottom: 38px;
}

.study-idea .study-idea-cont .list {
  width: 100%;
  grid-gap: 0.4rem;
}

.study-idea .study-idea-cont .list .item {
  background-color: #FFFFFF;
  padding: 0.44rem 16px;
}

.study-idea .study-idea-cont .list .item:nth-child(4n) {
  margin-right: 0;
}

.study-idea .study-idea-cont .list .item .icon {
  height: 80px;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 36px;
}

.study-idea .study-idea-cont .list .item .t {
  text-align: center;
  margin-bottom: 24px;
}

.study-idea .study-idea-cont .list .item .desc {
  color: #787878;
  text-align: center;
  line-height: 1.7;
}

.study-main {
  width: 100%;
  padding: 0.9rem 0 0.7rem;
}

.study-main .study-platform {
  width: 100%;
  margin-top: 0.76rem;
}

.study-main .study-platform .img {
  width: 100%;
  height: auto;
}

.study-main .imglist {
  width: 100%;
  margin-top: 0.76rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.study-main .imglist .pic-box-b {
  width: 47.5%;
}

.study-main .imglist .pic-box {
  position: relative;
  width: 100%;
  padding-top: calc(350/685*100%);
  margin-bottom: 0.2rem;
}

.study-main .study-list {
  margin-top: 0.76rem;
  grid-gap: 0.7rem;
}

.study-main .study-list .item {
  border: 1px solid #E6E6E6;
  box-shadow: 11px 11px 0px 0px #E6E6E6;
  transition: all 0.4s;
  display: flex;
  justify-content: space-between;
  padding: 34px 50px 42px 34px;
  box-sizing: border-box;
}

.study-main .study-list .item:hover {
  box-shadow: 11px 11px 0px 0px #2EAFC1;
}

.study-main .study-list .item .conts {
  flex: 1;
  max-width: 290px;
  padding-right: 0.4rem;
}

.study-main .study-list .item .conts .icon {
  width: 52px;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

.study-main .study-list .item .conts .title {
  color: #363A3D;
  line-height: 1.5;
  margin-bottom: 14px;
}

.study-main .study-list .item .conts .desc {
  color: #4D545B;
}

.study-main .study-list .item .imgbox {
  width: 196px;
  height: auto;
  box-sizing: border-box;
  flex-shrink: 0;
  padding-top: 10px;
}

.study-main .study-list .item .imgbox.active .img {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.study-main .study-list .item .imgbox .img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-main {
  width: 100%;
  box-sizing: border-box;
  padding: 0.9rem 0;
  text-align: center;
}

.custom-main .title {
  margin-bottom: 0.3rem;
}

.custom-main .desc {
  margin-bottom: 0.4rem;
}

.custom-main .list {
  transition: all 0.4s;
  grid-gap: 0.25rem;
}

.custom-main .list .item .img {
  width: 100%;
  height: auto;
  display: block;
}

.service-contact {
  width: 100%;
  max-height: 300px;
  height: 45vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.service-contact .contact-box {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFFFFF;
}

.service-contact .contact-box .btn {
  width: 140px;
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 22px;
  color: #FFFFFF;
  margin: 0.27rem auto 0;
  cursor: pointer;
}

.service-marketing {
  width: 100%;
  box-sizing: border-box;
}

.service-marketing .marketing-box {
  border-bottom: 1px solid #D7D7D7;
  padding: 0.9rem 0;
}

.service-marketing .marketing-box .marketing-main {
  width: 100%;
  box-sizing: border-box;
}

.service-marketing .marketing-box .marketing-left {
  flex: 1;
  margin-right: 0.8rem;
}

.service-marketing .marketing-box .marketing-left .title {
  margin-bottom: 0.3rem;
}

.service-marketing .marketing-box .marketing-pic {
  position: relative;
  width: calc(720/1440*100%);
  flex-shrink: 0;
}

.service-marketing .marketing-box .marketing-pic .pic-box {
  position: relative;
  padding-top: calc(556/1000*100%);
  height: auto;
}

.service-after {
  width: 100%;
  box-sizing: border-box;
}

.service-after .after-box {
  padding: 0.9rem 0;
}

.service-after .after-box .after-main {
  width: 100%;
  box-sizing: border-box;
}

.service-after .after-box .after-left {
  flex: 1;
  margin-right: 0.8rem;
}

.service-after .after-box .after-left .title {
  margin-bottom: 0.25rem;
}

.service-after .after-box .after-left .tip {
  margin-bottom: 0.28rem;
}

.service-after .after-box .after-pic {
  position: relative;
  width: calc(720/1440*100%);
  flex-shrink: 0;
}

.service-after .after-box .after-pic .pic-box {
  position: relative;
  padding-top: calc(510/1000*100%);
  height: auto;
}

.service-certificate {
  width: 100%;
  padding: 0.9rem 0;
}

.service-certificate .cont {
  margin-top: 0.45rem;
  max-width: 860px;
}

.service-certificate .certificate-list {
  margin-top: 0.66rem;
  grid-gap: 0.7rem;
}

.service-certificate .certificate-list .item {
  border: 1px solid #E6E6E6;
  box-shadow: 11px 11px 0px 0px #E6E6E6;
  transition: all 0.4s;
  display: flex;
  justify-content: space-between;
  padding: 34px 50px 40px 34px;
  box-sizing: border-box;
}

.service-certificate .certificate-list .item:hover {
  box-shadow: 11px 11px 0px 0px #2EAFC1;
}

.service-certificate .certificate-list .item .conts {
  flex: 1;
  max-width: 290px;
  padding-right: 0.4rem;
}

.service-certificate .certificate-list .item .conts .icon {
  width: 52px;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

.service-certificate .certificate-list .item .conts .title {
  color: #363A3D;
  line-height: 1.5;
  margin-bottom: 14px;
}

.service-certificate .certificate-list .item .conts .desc {
  color: #4D545B;
}

.service-certificate .certificate-list .item .imgbox {
  width: 196px;
  height: auto;
  box-sizing: border-box;
  flex-shrink: 0;
  padding-top: 10px;
}

.service-certificate .certificate-list .item .imgbox.active .img {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.service-certificate .certificate-list .item .imgbox .img {
  width: 100%;
  height: auto;
  display: block;
}

.about-main {
  width: 100%;
  padding: 0.9rem 0;
}

.about-main .title {
  text-align: center;
  margin-bottom: 0.6rem;
}

.about-main .count-wrap {
  width: 100%;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-main .count-wrap .count-item {
  width: 280px;
}

.about-main .count-wrap .count {
  text-align: center;
  color: #2EAFC1;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.about-main .count-wrap .count .big {
  font-size: 60px;
}

.about-main .count-wrap .count .bold {
  font-weight: 700;
}

.about-main .count-wrap .count .small {
  font-size: 30px;
}

.about-main .count-wrap .count .more {
  font-size: 30px;
  position: absolute;
  right: -20px;
  top: 10px;
}

.about-main .count-wrap .text {
  text-align: center;
  font-weight: 700;
}

.about-main .about-imgbox {
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
}

.about-main .about-imgbox .imgbox-left {
  position: relative;
  width: calc(1025/1440*100%);
  padding-top: calc(542/1440*100%);
}

.about-main .about-imgbox .imgbox-left .imgbox-video {
  width: 100%;
  height: 100%;
}

.about-main .about-imgbox .imgbox-left .imgbox-video .pic-box {
  position: relative;
  position: relative;
  width: 100%;
  height: 100%;
}

.about-main .about-imgbox .imgbox-right {
  width: calc(394/1440*100%);
}

.about-main .about-imgbox .imgbox-right .imgbox-pic {
  width: 100%;
}

.about-main .about-imgbox .imgbox-right .imgbox-pic:not(:first-child) {
  margin-top: 18px;
}

.about-main .about-imgbox .imgbox-right .imgbox-pic .pic-box {
  position: relative;
  padding-top: calc(665/1000*100%);
}

.about-main .about-cont {
  width: 100%;
  margin-top: 0.8rem;
}

.about-main .about-cont .cont-box {
  flex: 1;
  line-height: 2;
}

.about-main .about-cont .cont-pic {
  position: relative;
  margin-left: 20px;
  width: 394px;
}

.about-main .about-cont .cont-pic .img {
  width: 100%;
  display: block;
  height: auto;
}

.about-course {
  width: 100%;
  position: relative;
  padding: 0.9rem 0 0.9rem;
}

.about-course .about-course-page {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
}

.about-course .bgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
}

.about-course .about-course-cont {
  width: 100%;
  position: relative;
  z-index: 2;
  align-items: stretch;
}

.about-course .about-course-cont .course-left {
  width: calc(690/1920*100%);
  color: #FFFFFF;
  padding-bottom: 0.7rem;
  display: flex;
  justify-content: flex-end;
  padding-right: 1.1rem;
}

.about-course .about-course-cont .course-left .course-left-con {
  width: var(--container-width);
  max-width: 339px;
}

.about-course .about-course-cont .course-left .desc {
  margin-top: 0.25rem;
}

.about-course .about-course-cont .course-left .course-tool {
  margin-top: 1.7rem;
  display: flex;
  align-items: center;
}

.about-course .about-course-cont .course-left .course-tool .swiper-button-next {
  margin-left: 10px !important;
}

.about-course .about-course-cont .course-left .course-tool .swiper-button-prev,
.about-course .about-course-cont .course-left .course-tool .swiper-button-next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #FFFFFF;
  opacity: 0.35;
  border-radius: 3px;
  position: static;
  margin: 0;
}

.about-course .about-course-cont .course-left .course-tool .swiper-button-prev::after,
.about-course .about-course-cont .course-left .course-tool .swiper-button-next::after {
  font-size: 24px;
  color: #FFFFFF;
}

.about-course .about-course-cont .course-right {
  width: calc(1230/1920*100%);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.about-course .about-course-cont .course-right .course-right-box {
  width: 100%;
  height: auto;
}

.about-course .about-course-cont .course-right .course-right-box .swiper {
  width: 100%;
  padding-left: 4px;
}

.about-course .about-course-cont .course-right .course-right-box .swiper .swiper-wrapper {
  width: 100%;
  align-items: flex-end;
}

.about-course .about-course-cont .course-right .course-right-box .swiper .swiper-slide {
  width: auto;
}

.about-course .about-course-cont .course-right .course-right-box .course-item {
  display: flex;
  align-items: stretch;
  padding-left: 3px;
  padding-right: 0.5rem;
}

.about-course .about-course-cont .course-right .course-right-box .course-item .course-line {
  width: 11px;
  position: relative;
  margin-right: 0.45rem;
}

.about-course .about-course-cont .course-right .course-right-box .course-item .course-line::after {
  content: "";
  width: 11px;
  height: 11px;
  background: #2EAFC1;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.about-course .about-course-cont .course-right .course-right-box .course-item .course-line::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  height: calc(100% - 25px);
  width: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about-course .about-course-cont .course-right .course-right-box .course-item .course-cont {
  width: 100%;
  padding-bottom: 0.5rem;
}

.about-course .about-course-cont .course-right .course-right-box .course-item .count {
  font-weight: 700;
}

.about-course .about-course-cont .course-right .course-right-box .course-item .tt {
  color: #FFFFFF;
  margin-top: 0.05rem;
  max-height: 100px;
}

.about-course .about-course-cont .course-right .course-right-box .course-item .course-pic {
  width: 100%;
  margin-top: 0.4rem;
}

.about-course .about-course-cont .course-right .course-right-box .course-item .course-pic .pic-box {
  position: relative;
  padding-top: calc(665/1000*100%);
}

.about-idea {
  width: 100%;
  position: relative;
  padding: 0.9rem 0 0.9rem;
}

.about-idea .bgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
}

.about-idea .about-idea-cont {
  width: 100%;
  position: relative;
  z-index: 2;
}

.about-idea .about-idea-cont .title {
  text-align: center;
  margin-bottom: 38px;
}

.about-idea .about-idea-cont .list {
  width: 100%;
  grid-gap: 30px;
}

.about-idea .about-idea-cont .list .item {
  height: auto;
  background-color: #FFFFFF;
  padding: 0.44rem 0;
}

.about-idea .about-idea-cont .list .item .icon {
  height: 60px;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.32rem;
}

.about-idea .about-idea-cont .list .item .t {
  text-align: center;
  margin-bottom: 0.2rem;
}

.about-idea .about-idea-cont .list .item .desc {
  color: #787878;
  text-align: center;
  line-height: 1.7;
}

.about-honor {
  padding: 0.8rem 0 1rem;
}

.about-honor .title {
  margin-bottom: 0.3rem;
  text-align: center;
}

.about-honor .honor-box .swiper-button-prev,
.about-honor .honor-box .swiper-button-next {
  position: static !important;
  color: #9E9E9E !important;
}

.about-honor .honor-box .swiper-button-prev {
  margin-right: 0.2rem;
}

.about-honor .honor-box .swiper-button-next {
  margin-left: 0.2rem;
}

.about-honor .honor-box .swiper-button-next::after,
.about-honor .honor-box .swiper-button-prev::after {
  font-size: 26px;
}

.about-honor .honor-box .honor-swiper {
  flex: 1;
}

.about-honor .honor-box .honor-swiper .swiper-slide {
  width: 300px;
}

.about-honor .honor-box .honor-item {
  width: 100%;
}

.about-honor .honor-box .honor-item .honor-pic {
  position: relative;
  width: 100%;
}

.about-honor .honor-box .honor-item .honor-pic .pic-box {
  position: relative;
  padding-top: calc(670/1000*100%);
}

.about-society {
  width: 100%;
  padding: 0.85rem 0 0.5rem;
  text-align: center;
}

.about-society .title {
  margin-bottom: 0.18rem;
}

.about-love {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.about-love .bgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.about-love .about-love-cc {
  padding: 0.7rem 0;
  max-width: 730px;
  position: relative;
  z-index: 2;
}

.about-love .about-love-cc .title {
  margin-bottom: 0.35rem;
}

.about-technology {
  padding: 0.8rem 0 1rem;
}

.about-technology .title {
  margin-bottom: 0.3rem;
  text-align: center;
}

.about-technology .technology-box .swiper-button-prev,
.about-technology .technology-box .swiper-button-next {
  color: #6E6E6E !important;
}

.about-technology .technology-box .swiper-button-prev::after,
.about-technology .technology-box .swiper-button-next::after {
  font-size: var(--fz40);
}

.about-technology .technology-box .swiper-button-next {
  transform: translate(var(--swiper_btn_next_num), 50%);
  -webkit-transform: translate(var(--swiper_btn_next_num), 50%);
  -moz-transform: translate(var(--swiper_btn_next_num), 50%);
  -ms-transform: translate(var(--swiper_btn_next_num), 50%);
  -o-transform: translate(var(--swiper_btn_next_num), 50%);
}

.about-technology .technology-box .swiper-button-prev {
  transform: translate(var(--swiper_btn_pre_num), 50%);
  -webkit-transform: translate(var(--swiper_btn_pre_num), 50%);
  -moz-transform: translate(var(--swiper_btn_pre_num), 50%);
  -ms-transform: translate(var(--swiper_btn_pre_num), 50%);
  -o-transform: translate(var(--swiper_btn_pre_num), 50%);
}

.about-technology .technology-box .swiper-slide {
  width: 300px;
}

.about-technology .technology-box .technology-item .technology-pic {
  position: relative;
  width: 100%;
}

.about-technology .technology-box .technology-item .technology-pic .pic-box {
  position: relative;
  padding-top: calc(720/1000*100%);
}

.about-technology .technology-box .technology-item .name {
  color: #333333;
  text-align: center;
  margin-top: 24px;
}

.news-hot {
  margin-left: 0.8rem;
  padding-left: 0.8rem;
  border-left: 1px solid #E6E6E6;
  flex-shrink: 0;
  max-width: 475px;
}

.news-hot .hot-main {
  width: 100%;
  height: auto;
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 2;
  display: inline-block;
  padding-bottom: 0.8rem;
}

.news-hot .hot-item {
  padding-bottom: 0.3rem;
}

.news-hot .hot-item .hot-pic {
  width: 398px;
}

.news-hot .hot-item .hot-pic .pic-box {
  position: relative;
  padding-top: calc(720/1000*100%);
}

.news-hot .hot-item .title {
  margin-top: 0.25rem;
}

.news-hot .hot-item .time {
  margin-top: 0.15rem;
}

.news-hot .hot-list {
  border-top: 1px solid #E6E6E6;
  padding-top: 0.32rem;
  display: flex;
  flex-direction: column;
}

.news-hot .hot-list .text {
  margin-bottom: 10px;
}

.news-view {
  width: 100%;
  padding-top: 0.9rem;
}

.news-view .news-cont {
  width: 100%;
  align-items: stretch;
}

.news-view .news-cont .news-box {
  flex: 1;
  padding-bottom: 0.9rem;
}

.news-view .news-cont .news-box .tbox {
  color: #B1B1B1;
  display: flex;
  align-items: center;
}

.news-view .news-cont .news-box .tbox .type {
  color: #333333;
}

.news-view .news-cont .news-box .tbox .line {
  font-size: 10px;
  padding: 0 20px;
}

.news-view .news-cont .news-box .title {
  margin-top: 0.2rem;
}

.news-view .news-cont .news-box .share-box {
  margin-top: 0.15rem;
}

.news-view .news-cont .news-box .share-box .share-line {
  flex: 1;
  height: 1px;
  background-color: #E6E6E6;
}

.news-view .news-cont .news-box .share-box .share-main {
  flex-shrink: 0;
  margin-left: 14px;
}

.news-view .news-cont .news-box .share-box .share-main .t {
  padding-right: 8px;
}

.news-view .news-cont .news-box .share-box .share-main .icon {
  width: 36px;
  height: auto;
  display: block;
  margin-left: 8px;
}

.news-view .news-cont .news-box .content {
  width: 100%;
  margin-top: 0.3rem;
}

.news-view .news-cont .news-box .content img {
  width: 100%;
  display: block;
  height: auto;
}

.news-tools {
  width: 100%;
  background-color: #F5F5F5;
  padding: 0.5rem 0;
}

.news-tools .tools-box {
  width: 100%;
  padding-right: 1.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.news-tools .tools-box.small {
  width: calc(100% - 398px);
  padding-right: 2.2rem;
}

.news-tools .tools-box .btn {
  cursor: pointer;
  width: 140px;
  height: 45px;
  line-height: 45px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 22px;
  margin-left: 15px;
  color: #222222;
}

.news-main {
  width: 100%;
  padding: 0.85rem 0 1.3rem;
  box-sizing: border-box;
}

.news-main .news-tbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.45rem;
}

.news-main .news-tbox .news-toggle {
  width: 186px;
  position: relative;
}

.news-main .news-tbox .com-down {
  left: 50%;
  transform: translateX(-50%);
  background-color: #F0F0F0;
  top: 104%;
}

.news-main .news-tbox .item-views {
  display: flex;
  justify-content: space-between;
}

.news-main .news-tbox .item-views .views-p {
  flex: 1;
  padding: 0 22px;
  background-color: #F0F0F0;
  border-radius: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-main .news-tbox .item-views .views-p .views {
  width: 100%;
  font-size: var(--fz16);
  color: var(--colortt);
  line-height: 2.875;
  cursor: pointer;
}

.news-main .news-tbox .item-views .views-p .views-icon {
  margin-left: 12px;
  font-size: var(--fz20);
}

.news-main .news-tbox .item-views .views-btn {
  margin-left: 14px;
  flex-shrink: 0;
  background-color: var(--color1);
  border-radius: 5px;
  padding: 0 38px;
  font-size: var(--fz14);
  color: var(--colorFF);
}

.news-main .news-list {
  width: 100%;
  grid-gap: 0.38rem;
}

.news-main .news-list .news-item {
  overflow: hidden;
}

.news-main .news-list .news-item .news-pic {
  width: 100%;
  height: auto;
}

.news-main .news-list .news-item .news-pic .pic-box {
  position: relative;
  width: 100%;
  padding-top: calc(656/1000*100%);
}

.news-main .news-list .news-item .title {
  color: #333333;
  margin-top: 0.26rem;
}

.news-main .news-list .news-item .desc {
  color: #787878;
  margin-top: 0.15rem;
}

.news-main .news-list .news-item .more-box {
  width: 100%;
  margin-top: 0.3rem;
}

.news-main .news-list .news-item .more-box .more {
  color: #232222;
}

.news-main .news-list .news-item .more-box .more .icon {
  width: 18px;
  height: auto;
  display: block;
  margin-left: 10px;
}

.news-main .news-list .news-item .more-box .time {
  color: #B1B1B1;
  font-weight: 700;
}

.com_tab_box {
  padding: 0.5rem 0;
  background-color: #f5f5f5;
}

.op0 {
  opacity: 0;
  visibility: hidden;
}

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

.com-tabb.default .tab {
  padding: 0 0.46rem;
  height: 45px;
  line-height: 45px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 22px;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.com-tabb.default .backimg {
  width: 60px;
  height: 60px;
}

.com-tabb.doctor {
  padding: 0.3rem 0.5rem;
  border-top: 1px solid var(--line);
}

.com-tabb.doctor .tab {
  width: 110px;
}

.com-tabb.doctor .tabb-l,
.com-tabb.doctor .tabb-r {
  display: flex;
  align-items: center;
}

.com-tabb.doctor .tabb-l:hover .h-icon,
.com-tabb.doctor .tabb-r:hover .h-icon {
  color: var(--colorFF);
}

.com-tabb.doctor .tabb-l .h-icon,
.com-tabb.doctor .tabb-r .h-icon {
  font-size: var(--fz36);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  flex-shrink: 0;
}

.com-tabb.doctor .tabb-l .text,
.com-tabb.doctor .tabb-r .text {
  margin: 0 10px;
}

.com-tabb.doctor .tabb-l .text .t1,
.com-tabb.doctor .tabb-r .text .t1 {
  color: var(--color8d);
}

.com-tabb.doctor .tabb-l .text .t2,
.com-tabb.doctor .tabb-r .text .t2 {
  color: var(--colordd);
}

.com-tabb.doctor .tabb-l .text .t1 {
  text-align: right;
}

.com-tabb.doctor .tabb-r {
  justify-content: flex-end;
}

.com-tabb.doctor .tabb-r .text .t1 {
  text-align: left;
}

.com-tabb.doctor .tabb-r .text .t2 {
  text-align: left;
}

.com-tabb.doctor .backimg {
  width: 60px;
  height: 60px;
}

.application-tbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}

.application-tbox .t {
  padding-right: 0.5rem;
}

.application-tbox .cont {
  line-height: 2.2;
  max-width: 1000px;
}

.application-main {
  width: 100%;
  background-color: #F5F5F5;
  padding: 0.8rem 0 100px;
}

.application-main .application-list {
  width: 100%;
  grid-gap: 0.5rem;
}

.application-main .application-list .application-item {
  position: relative;
  z-index: 5;
}

.application-main .application-list .application-item.active {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 6;
}

.application-main .application-list .application-item:hover {
  z-index: 99;
}

.application-main .application-list .application-item d .application-wrap {
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  width: 100%;
}

.application-main .application-list .application-item .application-pic {
  width: 100%;
  height: auto;
}

.application-main .application-list .application-item .application-pic .pic-box {
  position: relative;
  width: 100%;
  padding-top: calc(656/1000*100%);
}

.application-main .application-list .application-item .application-abs {
  position: absolute;
  top: 132px;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  transition: all 0.4s;
}

.application-main .application-list .application-item .application-abs.active {
  z-index: 5;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.application-main .application-list .application-item .application-abs.active .application-desc {
  height: 150px;
  overflow-y: auto;
}

.application-main .application-list .application-item .application-abs .application-desc {
  color: #787878;
  padding: 0 0.35rem;
  height: 56px;
  transition: all 0.4s;
  overflow: hidden;
}

.application-main .application-list .application-item .application-abs .application-desc.on {
  overflow-y: auto;
}

.application-main .application-list .application-item .application-abs .application-btn {
  width: 127px;
  height: 46px;
  line-height: 46px;
  font-weight: 700;
  cursor: pointer;
  margin: 0.3rem 0 0 auto;
  transition: all 0.4s;
  position: relative;
}

.application-main .application-list .application-item .application-abs .application-btn.on .t1 {
  z-index: 0;
  opacity: 0;
}

.application-main .application-list .application-item .application-abs .application-btn.on .t2 {
  z-index: 2;
  opacity: 1;
}

.application-main .application-list .application-item .application-abs .application-btn .tt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  color: #FFFFFF;
}

.application-main .application-list .application-item .application-abs .application-btn .more {
  padding-left: 10px;
}

.application-main .application-list .application-item .application-abs .application-btn .t1 {
  background: #33ACBD;
  z-index: 2;
  opacity: 1;
}

.application-main .application-list .application-item .application-abs .application-btn .t2 {
  background: #C2C2C2;
  z-index: 0;
  opacity: 0;
}

.application-main .application-list .application-item .application-cont {
  width: 100%;
  padding: 0.35rem 0.35rem 0;
  box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
  height: 264px;
}

.application-main .application-list .application-item .application-cont .title {
  color: #000000;
}

.application-main .application-list .application-item .application-cont .line {
  width: 65px;
  height: 1px;
  background: #2EAFC1;
  margin-top: 0.28rem;
}

.goodtype-info {
  width: 100%;
  padding: 0.8rem 0;
}

.goodtype-info .desc {
  margin-top: 0.2rem;
}

.goodtype-info .tools {
  margin-top: 0.25rem;
  padding-top: 0.3rem;
  width: 100%;
  border-top: 1px solid #DCDCDC;
}

.goodtype-info .tools .btn {
  display: inline-flex;
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  border: 1px solid #505050;
  color: #505050;
  padding: 0 30px;
}

.goodtype-info .tools .btn .icon {
  width: 17px;
  height: auto;
  display: block;
  margin-right: 10px;
}

.goodtype-list {
  width: 100%;
  background-color: #F5F5F5;
  padding: 0.8rem 0 0.9rem;
  box-sizing: border-box;
}

.goodtype-list .container {
  width: calc(var(--container-width) + 26px);
  max-width: 1466px;
}

.goodtype-list .title {
  color: #222222;
  text-align: center;
}

.goodtype-list .list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.goodtype-list .list .col_item {
  padding: 0.13rem 13px;
}

.goodtype-list .list .item {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  padding: 25px 25px 23px;
  box-sizing: border-box;
}

.goodtype-list .list .item:nth-child(4n) {
  margin-right: 0;
}

.goodtype-list .list .item .tip {
  color: #949494;
}

.goodtype-list .list .item .t {
  margin-top: 0.42rem;
  color: #33ACBD;
  font-weight: 700;
}

.goodtype-list .list .item .is_green {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
}

.goodtype-cont {
  width: 100%;
  padding: 0.8rem 0 1.2rem;
}

.goodtype-cont .cont {
  width: 100%;
}

.goodtype-cont .cont .imgs {
  width: 100%;
  height: auto;
  display: block;
}

.good-view-form {
  padding: 0.9rem 0;
  width: 250px;
  flex-shrink: 0;
  margin-right: 0.5rem;
  position: relative;
  z-index: 5;
}

.good-view-form .good-search {
  width: 100%;
  height: 50px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  overflow: hidden;
}

.good-view-form .good-search .inputs {
  flex: 1;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
}

.good-view-form .good-search .submit {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  background-color: #2EAFC1;
}

.good-view-form .good-search .submit .icon {
  width: 20px;
  height: auto;
  display: block;
}

.good-view-form .typelist {
  width: 100%;
  margin-top: 25px;
  box-sizing: border-box;
}

.good-view-form .typelist .typeitem {
  min-height: 70px;
  width: 100%;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #E6E6E6;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}

.good-view-form .typelist .typeitem.active,
.good-view-form .typelist .typeitem:hover {
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.good-view-form .typelist .typeitem.active .text,
.good-view-form .typelist .typeitem:hover .text {
  color: #2EAFC1;
  font-weight: 700;
}

.good-view-form .typelist .typeitem .v {
  width: 8px;
  height: 8px;
  display: block;
  flex-shrink: 0;
  background-color: #B6B6B6;
  margin-right: 8px;
}

.good-view-form .typelist .typeitem .text {
  color: #222222;
  transition: all 0.4s;
}

.check_p {
  position: relative;
}

.check_p .check_p_show {
  cursor: pointer;
  border: 1px solid var(--line);
  padding: 0 20px;
  align-items: center;
  height: 50px;
}

.cate_check_list .cate_check_item .li-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0;
}

.cate_check_list .cate_check_item .li-bot {
  padding: 0.3rem 0.15rem;
}

.cate_check_list .cate_check_item .li-bot .li-a-box {
  padding: 0.2rem 0;
}

.good-view-cont {
  width: calc(1140/1440*100%);
  padding: 0.9rem 0 1.2rem;
}

.good-view-cont .good-view-allimg {
  grid-gap: 0.25rem;
}

.good-view-cont .good-view-info .good-view-image {
  width: 50%;
  margin-right: 0.55rem;
  flex-shrink: 0;
}

.good-view-cont .good-view-info .good-view-image .img {
  width: 100%;
  display: block;
  height: auto;
}

.good-view-cont .good-view-info .good-info-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.good-view-cont .good-view-info .good-info-cont .title {
  color: #222222;
}

.good-view-cont .good-view-info .good-info-cont .line {
  width: 44px;
  height: 2px;
  background-color: #449755;
  margin-top: 0.2rem;
}

.good-view-cont .good-view-info .good-info-cont .richtext {
  margin-top: 0.2rem;
}

.good-view-cont .good-view-info .good-info-cont .btn {
  color: #FFFFFF;
  font-weight: 700;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  background: #2EAFC1;
  border-radius: 22px;
  margin-top: 0.9rem;
  cursor: pointer;
}

.good-view-cont .good-view-richtext {
  width: 100%;
  margin-top: 0.53rem;
}

.good-view-cont .good-view-richtext .richtext-tab {
  width: 100%;
  height: 60px;
  background: #E9ECEE;
  display: flex;
  align-items: center;
}

.good-view-cont .good-view-richtext .richtext-tab .richtext-item {
  margin-left: 0.5rem;
  height: 60px;
  line-height: 60px;
  color: #000000;
  position: relative;
  transition: all 0.4s;
  cursor: pointer;
}

.good-view-cont .good-view-richtext .richtext-tab .richtext-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: transparent;
  transition: all 0.4s;
}

.good-view-cont .good-view-richtext .richtext-tab .richtext-item:hover {
  color: #2EAFC1;
}

.good-view-cont .good-view-richtext .richtext-tab .richtext-item.active {
  color: #2EAFC1;
}

.good-view-cont .good-view-richtext .richtext-tab .richtext-item.active::after {
  background: #2EAFC1;
}

.good-view-cont .good-view-richtext .richtext-cont {
  width: 100%;
  margin-top: 0.45rem;
  display: none;
}

.good-view-cont .good-view-richtext .richtext-cont.active {
  display: block;
}

.good-view-cont .good-view-richtext .richtext-cont .text {
  color: #222222;
}

.good-view-cont .good-view-richtext .richtext-cont .content {
  margin-top: 0.25rem;
}

.good-view-cont .good-view-richtext .richtext-cont .content .img {
  width: 100%;
  display: block;
  height: auto;
}

.good-view-cont .good-view-richtext .richtext-cont .table_sticky {
  position: relative;
  z-index: 5;
  width: 140px;
}

.good-view-cont .good-view-richtext .richtext-cont .table_sticky table td a {
  max-width: 120px;
  color: #2EAFC1;
  font-weight: 700;
}

.good-view-cont .good-view-richtext .richtext-cont .table_overflow {
  position: relative;
  z-index: 4;
  width: calc(100% - 140px);
  overflow-y: hidden;
  overflow-x: auto;
}

.good-view-cont .good-view-richtext .richtext-cont .table_overflow table th {
  min-width: 100px;
}

.good-view-cont .good-view-richtext .richtext-cont2 table {
  width: 100%;
}

.good-view-cont .good-view-richtext .richtext-cont2 table tr {
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.good-view-cont .good-view-richtext .richtext-cont2 table tr.td_hover {
  background-color: #f7fcfe;
}

.good-view-cont .good-view-richtext .richtext-cont2 table th,
.good-view-cont .good-view-richtext .richtext-cont2 table td {
  color: var(--dd);
  position: relative;
  text-align: left;
}

.good-view-cont .good-view-richtext .richtext-cont2 table th::after,
.good-view-cont .good-view-richtext .richtext-cont2 table td::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: calc(100% + 2px);
  background-color: #fff;
}

.good-view-cont .good-view-richtext .richtext-cont2 table th {
  font-size: var(--fz16);
  height: 130px;
  padding: 20px 10px;
  background-color: var(--bg2);
  border-bottom: 2px solid #CCCCCC;
}

.good-view-cont .good-view-richtext .richtext-cont2 table th .th_tt {
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.good-view-cont .good-view-richtext .richtext-cont2 table td {
  font-size: var(--fz14);
  height: 60px;
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.good-view-cont .good-view-richtext .richtext-cont2 table td.td_hover {
  background-color: #f7fcfe;
}

.good-view-cont .good-view-down {
  width: 100%;
  margin-top: 0.67rem;
  padding-top: 0.45rem;
  border-top: 1px solid #E6E6E6;
}

.good-view-cont .good-view-down .text {
  color: #222222;
}

.good-view-cont .good-view-down .list {
  flex-wrap: wrap;
}

.good-view-cont .good-view-down .list .item {
  width: 48.6%;
  min-height: 120px;
  border: 1px solid #E6E6E6;
  padding: 25px;
  margin-top: 0.25rem;
}

.good-view-cont .good-view-down .list .item .name {
  color: #222222;
}

.good-view-cont .good-view-down .list .item .downbtn {
  width: 130px;
  height: 45px;
  line-height: 45px;
  background: #30B0C1;
  border-radius: 22px;
  flex-shrink: 0;
  color: #FFFFFF;
  cursor: pointer;
}

.good-view-cont .good-view-down .list .item .downbtn .icon {
  width: 19px;
  height: auto;
  display: block;
  margin-left: 14px;
}

.good-back {
  width: 100%;
  height: 120px;
  background-color: #EDF0F3;
}

.good-back .back-btn {
  color: #222222;
  width: 140px;
  height: 45px;
  line-height: 45px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 22px;
  cursor: pointer;
}

.good-list {
  width: 100%;
  padding: 0.9rem 0 1.4rem;
  overflow: hidden;
  position: relative;
}

.good-list .bgs {
  width: 100%;
  max-width: 1800px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  transform: translateX(-50%);
}

.good-list .good-list-main {
  width: 100%;
  position: relative;
  z-index: 2;
}

.good-list .good-list-main .title {
  text-align: center;
}

.good-list .good-list-main .list {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 0.4rem;
}

.good-list .good-list-main .item {
  display: flex;
  width: 100%;
  padding: 0.6rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #E6E6E6;
}

.good-list .good-list-main .item .item-cont {
  flex: 1;
}

.good-list .good-list-main .item .item-cont .typelist {
  width: 100%;
  max-height: 412px;
  overflow-y: auto;
  padding-right: 0.4rem;
  margin-top: 20px;
}

.good-list .good-list-main .item .item-cont .typelist::-webkit-scrollbar {
  width: 4px;
  border-radius: 3px;
  /* 滚动条宽度 */
}

.good-list .good-list-main .item .item-cont .typelist::-webkit-scrollbar-track {
  background-color: #F0F0F0;
  /* 滚动条背景颜色 */
}

.good-list .good-list-main .item .item-cont .typelist::-webkit-scrollbar-thumb {
  background-color: #2EAFC1;
  /* 滚动条滑块颜色 */
}

.good-list .good-list-main .item .item-cont .typelist::-webkit-scrollbar-thumb:hover {
  background-color: #2EAFC1;
  /* 滚动条滑块悬停时颜色 */
}

.good-list .good-list-main .item .item-cont .typelist .typeitem {
  width: 100%;
  transition: all 0.4s;
  background: #FFFFFF;
  color: #222222;
  margin-bottom: 15px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
}

.good-list .good-list-main .item .item-cont .typelist .typeitem .view {
  width: 100%;
  min-height: 54px;
  padding: 10px 20px;
}

.good-list .good-list-main .item .item-cont .typelist .typeitem:last-child {
  margin-bottom: 0;
}

.good-list .good-list-main .item .item-cont .typelist .typeitem.active,
.good-list .good-list-main .item .item-cont .typelist .typeitem:hover {
  background: #2EAFC1;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
}

.good-list .good-list-main .item .item-cont .typelist .typeitem.active .icon.icon_nocheck,
.good-list .good-list-main .item .item-cont .typelist .typeitem:hover .icon.icon_nocheck {
  display: none;
}

.good-list .good-list-main .item .item-cont .typelist .typeitem.active .icon.icon_check,
.good-list .good-list-main .item .item-cont .typelist .typeitem:hover .icon.icon_check {
  display: block;
}

.good-list .good-list-main .item .item-cont .typelist .typeitem .icon {
  height: 13px;
  width: auto;
  transition: all 0.4s;
}

.good-list .good-list-main .item .item-cont .typelist .typeitem .icon.icon_nocheck {
  display: block;
}

.good-list .good-list-main .item .item-cont .typelist .typeitem .icon.icon_check {
  display: none;
}

.good-list .good-list-main .item .pic_list {
  margin-left: 0.8rem;
  width: calc(704/1400*100%);
}

.good-list .good-list-main .item .item-pic {
  width: 100%;
  flex-shrink: 0;
  background: #F4F6F8;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  display: none;
}

.good-list .good-list-main .item .item-pic.active {
  display: block;
}

.good-list .good-list-main .item .item-pic .pic-box {
  position: relative;
  padding-top: calc(637/1000*100%);
}

.good-list .good-list-main .item .item-pic .btn {
  width: 140px;
  height: 44px;
  line-height: 44px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 22px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 3;
}

.good-list .good-list-main .item .item-pic .btn .more {
  padding-left: 6px;
}

.nav_map {
  display: flex;
  position: relative;
  z-index: 5;
}

.nav_map .nav_map_link {
  width: 330px;
  height: calc(100vh - var(--navheight));
  background: var(--color1);
  display: block;
  padding: 150px 50px 0 110px;
  box-sizing: border-box;
  position: relative;
}

.nav_map .nav_map_link_li {
  text-align: right;
  font-size: var(--fz30);
  margin-bottom: 30px;
  font-weight: 700;
  cursor: pointer;
}

.nav_map .nav_map_link_li .li_a {
  pointer-events: none;
  display: inline-block;
  color: var(--colorFF);
}

.sitemap_tt {
  font-size: var(--fz24);
  height: var(--navheight);
  line-height: var(--navheight);
  font-weight: 700;
}

.sitemap_main {
  max-width: calc(100% - 330px);
  width: 100%;
  background: #fff;
  height: calc(100vh - var(--navheight));
  padding: 60px 1.6rem 60px 1rem;
  box-sizing: border-box;
  overflow-y: auto;
}

.sitemap_section {
  padding: 60px 0;
}

.sitemap_section .sitemap_sub_tt {
  font-size: var(--fz32);
  font-weight: 700;
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
  background: #fff;
  z-index: 5;
  padding-right: 20px;
}

.sitemap_section .sitemap_sub_tt .t_link {
  position: relative;
  top: -60px;
}

.sitemap_sub_list {
  margin-top: 20px;
  columns: 5 auto;
}

.sitemap_sub_list .sitemap_sub {
  margin-bottom: 20px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}

.sitemap_sub_list .sitemap_sub .sub_tt {
  font-weight: 700;
  color: var(--tt);
  font-size: var(--fz24);
  padding: 0 20px 10px 0;
}

.sitemap_sub_list .sitemap_sub .sitemap_ul_li {
  letter-spacing: inherit;
  padding: 0 20px 5px 0;
}

.sitemap_sub_list .sitemap_sub .sitemap_ul_li a {
  font-size: var(--fz14);
  color: #454545;
}

.sitemap_sub_list .sitemap_sub .sitemap_ul_li a::before {
  background-color: #454545;
}

.index-goods {
  width: 100%;
  padding: 0.9rem 0 1.2rem;
}

.index-goods .index-goods-cont {
  width: 100%;
}

.index-goods .index-goods-cont .title {
  text-align: center;
}

.index-goods .index-goods-cont .line {
  width: 44px;
  height: 2px;
  background-color: #23AC38;
  margin: 20px auto 0;
}

.index-goods .index-goods-cont .typelist {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.28rem;
  flex-wrap: wrap;
}

.index-goods .index-goods-cont .typelist .typeitem {
  padding-top: 0.2rem;
  overflow: hidden;
  transition: all 0.4s;
  margin: 0 0.45rem;
}

.index-goods .index-goods-cont .typelist .typeitem.active .img {
  transform: translateX(-48px);
  filter: drop-shadow(48px 0 #2EAFC1);
  -webkit-backdrop-filter: drop-shadow(48px 0 #2EAFC1);
  -webkit-filter: drop-shadow(48px 0 #2EAFC1);
}

.index-goods .index-goods-cont .typelist .typeitem.active .name {
  color: #2EAFC1;
}

.index-goods .index-goods-cont .typelist .typeitem .img-box {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.index-goods .index-goods-cont .typelist .typeitem .img {
  transform: translateX(-48px);
  height: 48px;
  width: 48px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(48px 0 #626262);
  -webkit-backdrop-filter: drop-shadow(48px 0 #626262);
  -webkit-filter: drop-shadow(48px 0 #626262);
}

.index-goods .index-goods-cont .typelist .typeitem .name {
  text-align: center;
  margin-top: 10px;
  color: #222222;
}

.index-goods .index-goods-cont .index-goods-swiper {
  width: 100%;
  margin-top: 0.57rem;
  position: relative;
}

.index-goods .index-goods-cont .index-goods-swiper .goods-swiper {
  overflow: visible;
}

.index-goods .index-goods-cont .index-goods-swiper .goods-swiper-mob {
  overflow: visible;
}

.index-goods .index-goods-cont .index-goods-swiper .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0) !important;
  /* background: rgba(0, 0, 0, .15); */
}

.index-goods .index-goods-cont .index-goods-swiper .swiper-slide {
  width: 1200px;
  height: auto;
  opacity: 0;
}

.index-goods .index-goods-cont .index-goods-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.index-goods .index-goods-cont .index-goods-swiper .swiper-slide.swiper-slide-prev,
.index-goods .index-goods-cont .index-goods-swiper .swiper-slide.swiper-slide-next {
  opacity: 0.5;
}

.index-goods .index-goods-cont .index-goods-swiper .good-slide {
  width: 100%;
  position: relative;
}

.index-goods .index-goods-cont .index-goods-swiper .good-slide .good-bg {
  width: 100%;
  height: 90%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
}

.index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item {
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
}

.index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-cont {
  padding: 0.4rem 0.4rem 0.4rem 0.5rem;
  width: calc(630/1200*100%);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-cont .tip {
  font-weight: 700;
  opacity: 0.5;
}

.index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-cont .desc {
  color: #FFFFFF;
  margin-top: 0.25rem;
}

.index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-cont .btn {
  padding: 0 24px;
  height: 45px;
  line-height: 45px;
  background: #FFFFFF;
  border-radius: 22px;
  margin-top: 0.25rem;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}

.index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-cont-img {
  width: calc(570/1200*100%);
  padding: 0.4rem 0.4rem 0 0.4rem;
}

.index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-imgs {
  position: relative;
  width: 100%;
  padding-top: calc(394/570*100%);
  box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  flex-shrink: 0;
  overflow: hidden;
}

.index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-imgs .img {
  width: 100%;
  height: 100%;
  display: block;
}

.index-info {
  width: 100%;
  position: relative;
  padding: 1.6rem 0 1rem;
  margin-bottom: 0.8rem;
}

.index-info .index-info-main {
  width: 100%;
  box-sizing: border-box;
}

.index-info .index-info-main .index-info-cont {
  width: 100%;
}

.index-info .index-info-main .index-info-cont .title {
  max-width: 700px;
  color: #FFFFFF;
  line-height: 1.2;
}

.index-info .index-info-main .index-info-cont .text {
  margin-top: 0.1rem;
}

.index-info .index-info-main .index-info-cont .desc {
  max-width: 570px;
  color: #FFFFFF;
  margin-top: 0.45rem;
}

.index-info .index-info-main .index-info-cont .btnlist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}

.index-info .index-info-main .index-info-cont .btnlist .btn {
  margin-top: 0.55rem;
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 22px;
  padding: 0 0.35rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-info .index-info-main .index-info-cont .btnlist .btn:not(:last-child) {
  margin-right: 20px;
}

.index-info .index-info-main .index-info-nums {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}

.index-info .index-info-main .index-info-nums .num-item .tt {
  padding: 0;
}

.index-info .index-info-main .index-info-nums .nums-item {
  color: #FFFFFF;
}

.index-info .index-info-main .index-info-nums .nums-item:not(:last-child) {
  margin-right: 0.5rem;
}

.index-info .index-info-main .index-info-nums .nums-item .nums {
  color: #2EAFC1;
  display: inline-block;
  margin: 0 auto;
  width: auto;
  position: relative;
}

.index-info .index-info-main .index-info-nums .nums-item .nums .big {
  font-size: 60px;
}

.index-info .index-info-main .index-info-nums .nums-item .nums .bold {
  font-weight: 700;
}

.index-info .index-info-main .index-info-nums .nums-item .nums .small {
  font-size: 30px;
}

.index-info .index-info-main .index-info-nums .nums-item .nums .more {
  font-size: 30px;
  position: absolute;
  right: -20px;
  top: 10px;
}

.index-info .index-info-main .index-info-nums .nums-item .text {
  margin-top: -4px;
}

.index-news {
  width: 100%;
  margin-bottom: 0.8rem;
}

.index-news .news-swiper {
  width: 100%;
  margin-top: 0.25rem;
}

.index-news .news-swiper .swiper {
  width: 100%;
}

.index-news .news-swiper .news-slide {
  width: 100%;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.index-news .news-swiper .news-slide.active .news-time,
.index-news .news-swiper .news-slide:hover .news-time {
  background-color: #33ACBD;
  color: #FFFFFF;
}

.index-news .news-swiper .news-slide.active .news-time .line,
.index-news .news-swiper .news-slide:hover .news-time .line {
  background-color: #FFFFFF;
}

.index-news .news-swiper .news-slide .news-time {
  width: 120px;
  padding: 20px 0;
  border: 1px solid #E3E3E3;
  background-color: #F7F7F7;
  color: #B1B1B1;
  transition: all 0.4s;
  font-weight: 700;
  flex-shrink: 0;
}

.index-news .news-swiper .news-slide .news-time .big {
  line-height: 1;
}

.index-news .news-swiper .news-slide .news-time .line {
  margin-top: 14px;
  width: 30px;
  height: 1px;
  background-color: #DCDCDC;
}

.index-news .news-swiper .news-slide .news-time .time {
  line-height: 1;
  margin-top: 18px;
}

.index-news .news-swiper .news-slide .news-cont {
  flex: 1;
  border-top: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 0.3rem;
  box-sizing: border-box;
  overflow: hidden;
}

.index-news .news-swiper .news-slide .news-cont .t {
  line-height: 1;
}

.index-news .news-swiper .news-slide .news-cont .d {
  margin-top: 22px;
  line-height: 1;
  color: #787878;
}

.index-news .news-swiper .news-slide .news-cont .more {
  margin-top: 28px;
  display: flex;
  align-items: center;
}

.index-news .news-swiper .news-slide .news-cont .more .icon {
  width: 18px;
  height: auto;
  display: block;
  margin-left: 10px;
}

.index-service {
  width: 100%;
  margin-bottom: 1.1rem;
}

.index-service .index-service-list {
  width: 100%;
  grid-gap: 0.3rem;
}

.index-service .index-service-list .service-item {
  position: relative;
}

.index-service .index-service-list .service-item .pic-box {
  position: relative;
  padding-top: calc(1086/1000*100%);
}

.index-service .index-service-list .service-item .service-more {
  position: absolute;
  left: 0.35rem;
  bottom: 0.35rem;
  z-index: 2;
  color: #FFFFFF;
}

.index-service .index-service-list .service-item .service-more .more {
  margin-top: 10px;
}

.newsview-cc {
  padding: 0.8rem 0;
}

#footer-zs-page {
  width: 100%;
  background-color: #319EAD;
  overflow: hidden;
}

#footer-zs-page .footer-main {
  width: 100%;
  padding: 0.75rem 0;
  box-sizing: border-box;
}

#footer-zs-page .footer-main .footer-cont {
  width: 100%;
}

#footer-zs-page .footer-main .footer-cont .footer-cont-left {
  flex: 1;
  color: #FFFFFF;
  display: flex;
}

#footer-zs-page .footer-main .footer-cont .footer-cont-left a {
  color: #FFFFFF;
}

#footer-zs-page .footer-main .footer-cont .footer-cont-left .footer-cont-li {
  flex: 1;
  padding-right: 20px;
}

#footer-zs-page .footer-main .footer-cont .footer-cont-left .footer-cont-li .dlist {
  padding-top: 7px;
}

#footer-zs-page .footer-main .footer-cont .footer-cont-left .footer-cont-li .dlist .d {
  margin-top: 10px;
  display: block;
  cursor: pointer;
}

#footer-zs-page .footer-main .footer-cont .footer-cont-left .footer-cont-li .code {
  width: 78px;
}

#footer-zs-page .footer-main .footer-cont .footer-cont-left .footer-cont-li .code .img {
  width: 78px;
  display: block;
  height: auto;
}

#footer-zs-page .footer-main .footer-cont .footer-cont-left .footer-cont-li .text {
  margin-top: 10px;
}

#footer-zs-page .footer-main .footer-cont .footer-cont-right {
  width: 280px;
  box-sizing: border-box;
  flex-shrink: 0;
  color: #FFFFFF;
}

#footer-zs-page .footer-main .footer-cont .footer-cont-right .cont {
  margin-top: 0.15rem;
  line-height: 2.1;
}

#footer-zs-page .footer-main .footer-cont .footer-cont-right .logolist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}

#footer-zs-page .footer-main .footer-cont .footer-cont-right .logolist .logo {
  height: 60px;
  width: auto;
  display: block;
}

#footer-zs-page .footer-main .footer-cont .footer-cont-right .logolist .logo:not(:last-child) {
  margin-right: 20px;
}

#footer-zs-page .footer-copyright {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#footer-zs-page .footer-copyright .copyright-main {
  width: 100%;
  box-sizing: border-box;
  color: #FFFFFF;
  padding: 0.2rem 0;
  justify-content: space-between;
  align-items: center;
}

#footer-zs-page .footer-copyright .copyright-main .copyright-left .filings {
  color: #FFFFFF;
  padding-left: 20px;
}

#footer-zs-page .footer-copyright .copyright-main .copyright-left a {
  color: #FFFFFF;
}

#footer-zs-page .footer-copyright .copyright-main .copyright-right .c-href {
  color: #FFFFFF;
  position: relative;
}

#footer-zs-page .footer-copyright .copyright-main .copyright-right .c-href:not(:last-child) {
  padding-right: 40px;
}

#footer-zs-page .footer-copyright .copyright-main .copyright-right .c-href:not(:last-child)::after {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  z-index: 2;
}

.index-banner {
  width: 100%;
  position: relative;
}

.index-banner .index-banner-swiper {
  width: 100%;
}

.index-banner .index-banner-swiper .swiper-button-prev,
.index-banner .index-banner-swiper .swiper-button-next {
  color: #FFFFFF;
}

.index-banner .index-banner-swiper .swiper-button-next {
  right: 0.6rem;
  left: auto;
}

.index-banner .index-banner-swiper .swiper-button-prev {
  left: 0.6rem;
  right: auto;
}

.index-banner .index-banner-swiper .swiper-item {
  width: 100%;
  height: 870px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #FFFFFF;
}

.index-banner .index-banner-swiper .swiper-item .swiper-cont {
  display: flex;
  align-items: center;
  height: 100%;
}

.index-banner .index-banner-swiper .swiper-item .swiper-cont.isright {
  justify-content: flex-end;
}

.index-banner .index-banner-swiper .swiper-item .swiper-cont.iscenter {
  justify-content: center;
  text-align: center;
}

.index-banner .index-banner-swiper .swiper-item .t {
  line-height: 1;
}

.index-banner .index-banner-swiper .swiper-item .desc {
  margin-top: 0.3rem;
}

.index-banner .index-tool {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.54rem;
  z-index: 5;
}

.index-banner .index-tool .tool-cont {
  display: flex;
  align-items: center;
}

.index-banner .index-tool .index-autoplay {
  margin-left: 18px;
  display: inline-flex;
}

.index-banner .index-tool .index-autoplay .autoplay {
  width: 16px;
  height: auto;
  display: none;
  transition: all 0.4s;
}

.index-banner .index-tool .index-autoplay .autoplay.on {
  display: block;
}

@media only screen and (max-width: 1400px) {
  .sitemap_sub_list {
    columns: 3 auto;
  }
}

@media only screen and (max-width: 1024px) {
  .nav-header {
    height: var(--navheight);
    z-index: 11;
    position: relative;
    transition: all 0.3s;
  }

  .nav-header.no_height {
    height: 0;
  }

  .nav-header .nav-hader-content {
    width: 100%;
    height: var(--navheight);
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--colorFF);
    display: flex;
    padding-left: 0.6rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }

  .nav-header .nav-hader-content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - var(--menuWidth));
    height: 4px;
    z-index: 5;
    background-color: var(--color1);
  }

  .nav-header .nav-hader-content .nav_logo {
    z-index: 5;
    display: flex;
    align-items: center;
  }

  .nav-header .nav-hader-content .logo_img {
    height: var(--logoTop);
  }

  .nav-header .nav-hader-content .nav_other {
    flex: 1;
    height: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .nav-header .nav-hader-content .header_li.en_show {
    display: none;
  }

  .nav-header .nav-hader-content .header_li.nav_on {
    z-index: 5;
  }

  .nav-header .nav-hader-content .header_li.nav_on .tablia .h-icon {
    color: var(--color2);
  }

  .nav-header .nav-hader-content .header_li.nav_on .nav_tt {
    color: var(--color1);
  }

  .nav-header .nav-hader-content .header_li.nav_on .nav_tt::after {
    width: 100%;
  }

  .nav-header .nav-hader-content .header_li.nav_on .header_li_box {
    z-index: 5;
  }

  .nav-header .nav-hader-content .header_li.nav_on .header_li_box .navbox-cc {
    opacity: 1;
    visibility: visible;
  }

  .nav-header .nav-hader-content .header_li.nav_on .nav_tt,
  .nav-header .nav-hader-content .header_li.active .nav_tt {
    color: var(--color2);
  }

  .nav-header .nav-hader-content .header_li.nav_on .nav_tt::after,
  .nav-header .nav-hader-content .header_li.active .nav_tt::after {
    width: 100%;
  }

  .nav-header .nav-hader-content .header_li .header_li_box {
    overflow: hidden;
    position: fixed;
    top: var(--navheight);
    left: 0;
    width: 100vw;
    height: 0;
    transition: height 0.6s;
    -webkit-transition: height 0.6s;
    -moz-transition: height 0.6s;
    -ms-transition: height 0.6s;
    -o-transition: height 0.6s;
    z-index: 4;
  }

  .nav-header .nav-hader-content .header_li .header_li_box .header_li_cc {
    width: 100%;
    padding: 0.5rem 0 0.6rem;
    background-color: var(--colorFF);
  }

  .nav-header .nav-hader-content .nav_ul {
    height: 100%;
    position: relative;
    z-index: 5;
  }

  .nav-header .nav-hader-content .nav_li {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 4;
    margin: 0 0.25rem;
  }

  .nav-header .nav-hader-content .nav_li .n_icon {
    color: var(--color1);
    font-weight: 700;
    margin-left: 2px;
    font-size: var(--fz14);
  }

  .nav-header .nav-hader-content .nav_li .nav_li_a {
    position: relative;
    color: var(--tt);
    transition: all 0.3s;
    height: 100%;
    line-height: var(--navheight);
    text-transform: uppercase;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_a .nav_tt {
    font-size: var(--fz16);
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container {
    display: flex;
    justify-content: space-between;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .nav_container_left {
    width: 300px;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .nav_container_left .left_tt {
    font-size: var(--fz30);
    color: var(--tt);
    font-weight: 700;
    margin-bottom: 20px;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .nav_container_left .left_dd {
    font-size: var(--fz14);
    color: 737373;
    line-height: 2;
    margin-bottom: 0.7rem;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .nav_container_left .left_img {
    position: relative;
    width: 100%;
    padding-top: calc(200/300*100%);
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .nav_container_right {
    display: flex;
    width: calc(980/1440*100%);
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_one {
    width: calc(300/980*100%);
    position: relative;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_one .down_one_list .down_item {
    position: relative;
    z-index: 2;
    padding: 0 0.18rem;
    height: 50px;
    background-color: #f5f5f5;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    border-top: none;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_one .down_one_list .down_item:first-child {
    border-top: 1px solid #dcdcdc;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_one .down_one_list .down_item.active {
    border-right: 1px solid transparent;
    background-color: #ffffff;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_one .down_one_list .down_item .tt {
    color: var(--tt);
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_two {
    width: calc(680/980*100%);
    padding: 0 0 0 0.3rem;
    position: relative;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_two .down_two_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_two .down_two_list .down_item {
    width: calc((100% - 10px) / 2);
    padding: 0 0.18rem;
    height: 50px;
    border-bottom: 1px solid #dcdcdc;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_two .down_two_list .down_item .tt {
    color: #444444;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_box {
    height: 0;
    opacity: 0;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_box.active {
    position: relative;
    z-index: 3;
    opacity: 1;
    height: auto;
  }

  .nav-header .nav-hader-content .nav_li .nav_li_b .nav_li_b_c .nav_container .down_tt {
    color: #848484;
  }

  .nav-header .nav-hader-content .tab_ul {
    position: relative;
    z-index: 6;
    height: 100%;
  }

  .nav-header .nav-hader-content .tab_li {
    height: 100%;
    align-items: center;
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .nav-header .nav-hader-content .tab_li.is_lang {
    padding: 0 15px;
  }

  .nav-header .nav-hader-content .tab_li.is_lang .tab_li_a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-header .nav-hader-content .tab_li.is_lang .tab_li_a .h-icon {
    color: #CBD1DA;
  }

  .nav-header .nav-hader-content .tab_li.is_lang .tab_li_a .now_lang {
    margin-left: 8px;
    color: #8B8B8B;
    font-size: var(--fz14);
  }

  .nav-header .nav-hader-content .tab_li.is_lang .com-down {
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }

  .nav-header .nav-hader-content .tab_li.is_lang .com-down .li-bot-a {
    width: 120px;
    display: flex;
    align-items: center;
  }

  .nav-header .nav-hader-content .tab_li.is_lang .com-down .country {
    margin-right: 10px;
    width: 20px;
  }

  .nav-header .nav-hader-content .tab_li.is_lang .com-down .txt {
    font-size: var(--fz14);
    margin-left: 4px;
  }

  .nav-header .nav-hader-content .tab_li.is_search {
    width: var(--search_width);
    padding-left: 0;
    background-color: var(--color1);
  }

  .nav-header .nav-hader-content .tab_li.is_search::after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: calc(var(--navheight) / 2) solid transparent;
    border-right: 17px solid transparent;
    border-top: calc(var(--navheight) / 2) solid var(--colorFF);
    border-left: 17px solid var(--colorFF);
  }

  .nav-header .nav-hader-content .tab_li.nav_on .header_li_box {
    opacity: 1;
    visibility: visible;
    z-index: 5;
  }

  .nav-header .nav-hader-content .tab_li .tablia {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-header .nav-hader-content .tab_li .tab_li_b_c .nav_container .desc {
    color: #848484;
    width: 100%;
    max-width: 500px;
  }

  .nav-header .nav-hader-content .tab_li .tab_li_b_c .nav_container .top_search {
    padding-bottom: 0.2rem;
  }

  .nav-header .nav-hader-content .tab_li .tab_li_b_c .nav_container .top_search .inp_box {
    padding-left: 20px;
  }

  .nav-header .nav-hader-content .tab_li .tab_li_b_c .nav_container .top_quick_links .top_quick_links_list .top_quick_links_item {
    display: block;
  }

  .nav-header .nav-hader-content .tab_li .tab_li_b_c .nav_container .top_quick_links .top_quick_links_list .tt {
    display: inline-block;
    margin-left: 10px;
  }

  .nav-header .nav-hader-content .tab_li .tab_li_b_c .nav_container .top_quick_links .top_quick_links_list .h-icon {
    display: inline-block;
  }

  .nav-header .nav-hader-content .showMenu {
    position: relative;
    z-index: 5;
    height: 100%;
    width: var(--menuWidth);
    background-color: var(--color2);
    padding-left: 0;
  }

  .nav-header .nav-hader-content .showMenu::after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: calc(var(--navheight) / 2) solid transparent;
    border-right: 17px solid transparent;
    border-top: calc(var(--navheight) / 2) solid var(--color1);
    border-left: 17px solid var(--color1);
  }

  .nav-header .nav-hader-content .showMenu .navView {
    width: 100%;
  }

  .nav-header .nav-hader-content .showMenu .navView.active {
    background-color: var(--color2);
  }

  .nav-header .nav-hader-content .showMenu .navView.active .threeline {
    background-color: var(--colorFF) !important;
  }

  .nav-header .nav-hader-content .showMenu .showbox {
    position: absolute;
    top: var(--navheight);
    right: 0;
    width: 100vw;
    height: calc(100vh - var(--navheight));
    opacity: 0;
    visibility: hidden;
  }

  .nav-header .nav-hader-content .showMenu .showbox.active {
    opacity: 1;
    visibility: visible;
  }

  .nav-header .nav-hader-content .showMenu .showbox.active .fiveSpan {
    z-index: 1;
  }

  .nav-header .nav-hader-content .showMenu .showbox.active .fiveSpan .myspan .views {
    transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    transform: translateX(0%);
    -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    -ms-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  }

  .nav-header .nav-hader-content .showMenu .showbox.active .nav_map {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s cubic-bezier(0.5, 0, 0, 1) 0.61s;
  }

  .nav-header .nav-hader-content .showMenu .showbox.active .maplist .mapcol.active {
    z-index: 6;
  }

  .nav-header .nav-hader-content .showMenu .showbox .fiveSpan {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
  }

  .nav-header .nav-hader-content .showMenu .showbox .fiveSpan .myspan {
    flex: 1;
    height: 100%;
    overflow: hidden;
  }

  .nav-header .nav-hader-content .showMenu .showbox .fiveSpan .myspan .views {
    transform: translateX(-101%);
    transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
    background-color: var(--color1);
  }

  .nav-header .nav-hader-content .showMenu .showbox .nav_map {
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.5, 0, 0, 1) 0s;
  }

  .nav-header .nav-hader-content .showMenu .showbox .mapbg {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
  }

  .nav-header .nav-hader-content .showMenu .showbox .mapbg .maplogo {
    height: var(--navheight);
    padding: 0 0.3rem 0 0.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .nav-header .nav-hader-content .showMenu .showbox .mapTools {
    background-color: var(--color1);
  }

  .nav-header .nav-hader-content .showMenu .showbox .mapTools .mapTools-top {
    padding: 0 0.5rem 0 1rem;
    height: var(--navheight);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist {
    padding: 1rem;
    overflow: hidden;
    position: relative;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapbox {
    width: 40%;
    max-width: 284px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 5;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol.en_show {
    display: none;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol.active .col-more .more-tt .active-tt {
    left: -14px;
    opacity: 1;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol.active .col-more .more-title {
    color: var(--color2);
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol.active .col-more .more-ul {
    left: 100%;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol.active .col-more .more-ul .more-li .li-title a {
    color: var(--colorFF);
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-bg {
    z-index: 4;
    opacity: 0;
    transition: all 0.3s;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more {
    display: flex;
    z-index: 6;
    margin-bottom: 0.45rem;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-tt .active-tt {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 21px;
    height: 6px;
    border-radius: 3px;
    opacity: 0;
    transition: all 0.3s;
    background-image: linear-gradient(90deg, rgba(var(--color1-rgba), 1), rgba(var(--color2-rgba), 0.3), rgba(var(--color2-rgba), 1));
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-title {
    position: relative;
    display: flex;
    transition: all 0.3s;
    font-size: 30px;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-title:hover {
    color: var(--color2);
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul {
    padding-left: 0.5rem;
    position: absolute;
    left: 120%;
    top: 0%;
    width: calc(100% + 0.5rem);
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li {
    margin-bottom: 0.25rem;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title {
    padding-bottom: 0.15rem;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title::before {
    background-color: var(--color2);
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title a {
    cursor: pointer;
    transition: all 0.3s;
    color: var(--colorFF);
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
    padding: 0.2rem 30px;
    width: 100%;
    background-color: var(--colorF2);
    display: none;
    border-radius: 10px;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t {
    position: relative;
    display: block;
    line-height: 1.4;
    color: var(--color22);
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t+.li-show-t {
    margin-top: 9px;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t:hover {
    color: var(--color2);
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t::after {
    content: "";
    position: absolute;
    left: -11px;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: var(--color2);
    border-radius: 50%;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-other {
    display: flex;
    flex-direction: column;
  }

  .nav-header .nav-hader-content .showMenu .showbox .maplist .mapcol .col-other .col-other-t {
    font-weight: 500;
    height: 52px;
    line-height: 52px;
  }

  .nav_map {
    display: flex;
    position: relative;
    z-index: 5;
  }

  .nav_map .nav_map_link {
    width: 330px;
    height: calc(100vh - var(--navheight));
    background: var(--color1);
    display: none;
    padding: 150px 50px 0 110px;
    box-sizing: border-box;
    position: relative;
  }

  .nav_map .nav_map_link_li {
    text-align: right;
    font-size: var(--fz30);
    margin-bottom: 30px;
    font-weight: 700;
    cursor: pointer;
  }

  .nav_map .nav_map_link_li .li_a {
    pointer-events: none;
    display: inline-block;
    color: var(--colorFF);
  }

  .ny-banner {
    position: relative;
    z-index: 5;
  }

  .ny-banner .ny-bg {
    position: relative;
    z-index: 5;
  }

  .ny-banner .ny-bg.auto {
    max-height: 400px;
    height: var(--bannerminheight);
  }

  .ny-banner .ny-bg.issearch {
    max-height: 400px;
    height: var(--bannerminheight);
  }

  .ny-banner .ny-bg.issupport .ny-info {
    max-width: 750px;
    text-align: center;
  }

  .ny-banner .ny-info-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .ny-banner .ny-info-video .vv {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ny-banner .ny-info {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ny-banner .ny-info .ny-info-tt {
    text-align: center;
    line-height: 1;
    color: #ffffff;
  }

  .ny-banner .ny-info .ny-info-dd {
    text-align: center;
    margin-top: 0.15rem;
    color: #ffffff;
  }

  .ny-banner .support_search {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border-radius: 26px;
    padding: 0 16px;
  }

  .ny-banner .support_search .inp_box {
    padding-left: 16px;
  }

  .ny-banner .sup_quick_links .sup_quick_links_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .ny-banner .sup_quick_links .sup_quick_links_list .sup_quick_links_item {
    margin: 5px;
    padding: 0 12px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
  }

  .ny-banner .sup_quick_links .sup_quick_links_list .sup_quick_links_item .tt {
    white-space: nowrap;
  }

  .sitemap_tt {
    font-size: var(--fz24);
    height: var(--navheight);
    line-height: var(--navheight);
    font-weight: 700;
  }

  .sitemap_main {
    max-width: none;
    width: 100%;
    background: #fff;
    height: calc(100vh - var(--navheight));
    padding: 0.4rem;
    box-sizing: border-box;
    overflow-y: auto;
  }

  .sitemap_section {
    padding: 20px 0;
  }

  .sitemap_section .sitemap_sub_tt {
    font-size: var(--fz32);
    font-weight: 700;
    position: relative;
    top: 0px;
    transform: translateY(0%);
    background: #fff;
    z-index: 5;
    padding-right: 20px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }

  .sitemap_section .sitemap_sub_tt .t_link {
    position: relative;
    top: -60px;
  }

  .sitemap_section .openline-view {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .sitemap_sub_list {
    display: none;
    margin-top: 20px;
    columns: 1 auto;
  }

  .sitemap_sub_list .sitemap_sub {
    margin-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
  }

  .sitemap_sub_list .sitemap_sub .sub_tt {
    font-weight: 700;
    color: var(--tt);
    font-size: var(--fz24);
    padding: 0 20px 0 0;
  }

  .sitemap_sub_list .sitemap_sub .sub_list {
    display: none;
  }

  .sitemap_sub_list .sitemap_sub .sitemap_ul_li {
    letter-spacing: inherit;
    padding: 0 20px 5px 0;
  }

  .sitemap_sub_list .sitemap_sub .sitemap_ul_li a {
    font-size: var(--fz14);
    color: #454545;
  }

  .sitemap_sub_list .sitemap_sub .sitemap_ul_li a::before {
    background-color: #454545;
  }

  #footer-zs-page {
    width: 100%;
    background-color: #319EAD;
  }

  #footer-zs-page .footer-main {
    width: 100%;
    padding: 0.75rem 0;
    box-sizing: border-box;
  }

  #footer-zs-page .footer-main .footer-cont {
    width: 100%;
  }

  #footer-zs-page .footer-main .footer-cont .footer-cont-left {
    flex: 1;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
  }

  #footer-zs-page .footer-main .footer-cont .footer-cont-left a {
    color: #FFFFFF;
  }

  #footer-zs-page .footer-main .footer-cont .footer-cont-left .footer-cont-li {
    flex: none;
    padding-right: 30px;
    margin-bottom: 40px;
  }

  #footer-zs-page .footer-main .footer-cont .footer-cont-left .footer-cont-li .dlist {
    padding-top: 7px;
  }

  #footer-zs-page .footer-main .footer-cont .footer-cont-left .footer-cont-li .dlist .d {
    margin-top: 10px;
    display: block;
    cursor: pointer;
  }

  #footer-zs-page .footer-main .footer-cont .footer-cont-left .footer-cont-li .code {
    width: 78px;
  }

  #footer-zs-page .footer-main .footer-cont .footer-cont-left .footer-cont-li .code .img {
    width: 78px;
    display: block;
    height: auto;
  }

  #footer-zs-page .footer-main .footer-cont .footer-cont-left .footer-cont-li .text {
    margin-top: 10px;
  }

  #footer-zs-page .footer-main .footer-cont .footer-cont-right {
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    flex-shrink: 0;
    color: #FFFFFF;
  }

  #footer-zs-page .footer-main .footer-cont .footer-cont-right .cont {
    margin-top: 0.15rem;
    line-height: 2.1;
  }

  #footer-zs-page .footer-main .footer-cont .footer-cont-right .logolist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }

  #footer-zs-page .footer-main .footer-cont .footer-cont-right .logolist .logo {
    height: 60px;
    width: auto;
    display: block;
  }

  #footer-zs-page .footer-main .footer-cont .footer-cont-right .logolist .logo:not(:last-child) {
    margin-right: 20px;
  }

  #footer-zs-page .footer-copyright {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  #footer-zs-page .footer-copyright .copyright-main {
    width: 100%;
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
  }

  #footer-zs-page .footer-copyright .copyright-main .copyright-left .filings {
    color: #FFFFFF;
    padding-left: 20px;
  }

  #footer-zs-page .footer-copyright .copyright-main .copyright-left a {
    color: #FFFFFF;
  }

  #footer-zs-page .footer-copyright .copyright-main .copyright-right {
    margin-top: 10px;
  }

  #footer-zs-page .footer-copyright .copyright-main .copyright-right .c-href {
    color: #FFFFFF;
    position: relative;
  }

  #footer-zs-page .footer-copyright .copyright-main .copyright-right .c-href:not(:last-child) {
    padding-right: 40px;
  }

  #footer-zs-page .footer-copyright .copyright-main .copyright-right .c-href:not(:last-child)::after {
    content: "|";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    z-index: 2;
  }

  .index-goods {
    width: 100%;
    padding: 0.9rem 0 1.2rem;
  }

  .index-goods .index-goods-cont {
    width: 100%;
  }

  .index-goods .index-goods-cont .title {
    text-align: center;
  }

  .index-goods .index-goods-cont .line {
    width: 44px;
    height: 2px;
    background-color: #23AC38;
    margin: 20px auto 0;
  }

  .index-goods .index-goods-cont .typelist {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.28rem;
    flex-wrap: wrap;
  }

  .index-goods .index-goods-cont .typelist .typeitem {
    padding-top: 0.2rem;
    overflow: hidden;
    transition: all 0.4s;
    margin: 0 0.45rem;
  }

  .index-goods .index-goods-cont .typelist .typeitem.active .img {
    transform: translateX(-48px);
    filter: drop-shadow(48px 0 #2EAFC1);
    -webkit-backdrop-filter: drop-shadow(48px 0 #2EAFC1);
    -webkit-filter: drop-shadow(48px 0 #2EAFC1);
  }

  .index-goods .index-goods-cont .typelist .typeitem.active .name {
    color: #2EAFC1;
  }

  .index-goods .index-goods-cont .typelist .typeitem .img-box {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }

  .index-goods .index-goods-cont .typelist .typeitem .img {
    transform: translateX(-48px);
    height: 48px;
    width: 48px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(48px 0 #626262);
    -webkit-backdrop-filter: drop-shadow(48px 0 #626262);
    -webkit-filter: drop-shadow(48px 0 #626262);
  }

  .index-goods .index-goods-cont .typelist .typeitem .name {
    text-align: center;
    margin-top: 10px;
    color: #222222;
  }

  .index-goods .index-goods-cont .index-goods-swiper {
    width: 100%;
    margin-top: 0.57rem;
    position: relative;
  }

  .index-goods .index-goods-cont .index-goods-swiper .goods-swiper {
    overflow: visible;
  }

  .index-goods .index-goods-cont .index-goods-swiper .goods-swiper-mob {
    overflow: visible;
  }

  .index-goods .index-goods-cont .index-goods-swiper .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0) !important;
    /* background: rgba(0, 0, 0, .15); */
  }

  .index-goods .index-goods-cont .index-goods-swiper .swiper-slide {
    width: 1200px;
    height: auto;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }

  .index-goods .index-goods-cont .index-goods-swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  .index-goods .index-goods-cont .index-goods-swiper .swiper-slide.swiper-slide-prev,
  .index-goods .index-goods-cont .index-goods-swiper .swiper-slide.swiper-slide-next {
    transform: scale(0.95);
    opacity: 1;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
  }

  .index-goods .index-goods-cont .index-goods-swiper .good-slide {
    width: 100%;
    position: relative;
  }

  .index-goods .index-goods-cont .index-goods-swiper .good-slide .good-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
  }

  .index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item {
    width: 100%;
    position: relative;
    z-index: 3;
    display: flex;
  }

  .index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-cont {
    order: 2;
    padding: 0.4rem 0.4rem 0.4rem 0.5rem;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-cont .tip {
    font-weight: 700;
    opacity: 0.5;
  }

  .index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-cont .desc {
    color: #FFFFFF;
    margin-top: 0.25rem;
  }

  .index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-cont .btn {
    padding: 0 24px;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    border-radius: 22px;
    margin-top: 0.25rem;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
  }

  .index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-cont-img {
    order: 1;
    width: 100%;
    max-width: 530px;
    padding: 0.4rem;
  }

  .index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-imgs {
    position: relative;
    width: 100%;
    padding-top: calc(394/570*100%);
    box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    flex-shrink: 0;
    overflow: hidden;
  }

  .index-goods .index-goods-cont .index-goods-swiper .good-slide .good-item .good-imgs .img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .index-info {
    display: flex;
    align-items: center;
  }

  .about-main {
    width: 100%;
    padding: 0.9rem 0;
  }

  .about-main .title {
    text-align: center;
    margin-bottom: 0.6rem;
  }

  .about-main .count-wrap {
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-main .count-wrap .count-item {
    width: 280px;
  }

  .about-main .count-wrap .count {
    text-align: center;
    color: #2EAFC1;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .about-main .count-wrap .count .big {
    font-size: 60px;
  }

  .about-main .count-wrap .count .bold {
    font-weight: 700;
  }

  .about-main .count-wrap .count .small {
    font-size: 30px;
  }

  .about-main .count-wrap .count .more {
    font-size: 30px;
    position: absolute;
    right: -20px;
    top: 10px;
  }

  .about-main .count-wrap .text {
    text-align: center;
    font-weight: 700;
  }

  .about-main .about-imgbox {
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
  }

  .about-main .about-imgbox .imgbox-left {
    position: relative;
    width: calc(1025/1440*100%);
    padding-top: 60vw;
  }

  .about-main .about-imgbox .imgbox-left .imgbox-video {
    width: 100%;
    height: 100%;
  }

  .about-main .about-imgbox .imgbox-left .imgbox-video .pic-box {
    position: relative;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .about-main .about-imgbox .imgbox-right {
    margin-top: 18px;
    width: 100%;
  }

  .about-main .about-imgbox .imgbox-right .imgbox-pic {
    width: 100%;
  }

  .about-main .about-imgbox .imgbox-right .imgbox-pic:not(:first-child) {
    margin-top: 18px;
  }

  .about-main .about-imgbox .imgbox-right .imgbox-pic .pic-box {
    position: relative;
    padding-top: 60vw;
  }

  .about-main .about-cont {
    width: 100%;
    margin-top: 0.8rem;
  }

  .about-main .about-cont .cont-box {
    flex: 1;
    line-height: 2;
  }

  .about-main .about-cont .cont-pic {
    position: relative;
    margin-left: 0;
    width: 394px;
  }

  .about-main .about-cont .cont-pic .img {
    width: 100%;
    display: block;
    height: auto;
  }

  .news-hot {
    border-left: none;
    max-width: none;
  }

  .cate_check_list {
    position: absolute;
    left: 0;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    max-height: 400px;
    overflow-y: auto;
  }

  .cate_check_list.active {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  .cate_check_list .cate_check_item .li-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }

  .cate_check_list .cate_check_item .li-bot {
    padding: 10px 20px;
  }

  .cate_check_list .cate_check_item .li-bot .li-a-box {
    padding: 10px;
  }

  .about-course {
    width: 100%;
    position: relative;
    padding: 0.9rem 0 0.9rem;
  }

  .about-course .about-course-page {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
  }

  .about-course .bgs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
  }

  .about-course .about-course-cont {
    width: 100%;
    position: relative;
    z-index: 2;
    align-items: stretch;
  }

  .about-course .about-course-cont .course-left {
    width: 100%;
    max-width: 700px;
    color: #FFFFFF;
    padding-bottom: 0.7rem;
    display: flex;
    justify-content: flex-start;
    padding-right: var(--mobile-margin);
    padding-left: var(--mobile-margin);
  }

  .about-course .about-course-cont .course-left .course-left-con {
    width: var(--container-width);
    max-width: 339px;
  }

  .about-course .about-course-cont .course-left .desc {
    margin-top: 0.25rem;
  }

  .about-course .about-course-cont .course-left .course-tool {
    margin-top: 1.7rem;
    display: flex;
    align-items: center;
  }

  .about-course .about-course-cont .course-left .course-tool .swiper-button-next {
    margin-left: 10px !important;
  }

  .about-course .about-course-cont .course-left .course-tool .swiper-button-prev,
  .about-course .about-course-cont .course-left .course-tool .swiper-button-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #FFFFFF;
    opacity: 0.35;
    border-radius: 3px;
    position: static;
    margin: 0;
  }

  .about-course .about-course-cont .course-left .course-tool .swiper-button-prev::after,
  .about-course .about-course-cont .course-left .course-tool .swiper-button-next::after {
    font-size: 24px;
    color: #FFFFFF;
  }

  .about-course .about-course-cont .course-right {
    width: var(--container-width);
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }

  .about-course .about-course-cont .course-right .course-right-box {
    width: 100%;
    height: auto;
  }

  .about-course .about-course-cont .course-right .course-right-box .swiper {
    width: 100%;
    padding-left: 4px;
  }

  .about-course .about-course-cont .course-right .course-right-box .swiper .swiper-wrapper {
    width: 100%;
    align-items: flex-end;
  }

  .about-course .about-course-cont .course-right .course-right-box .swiper .swiper-slide {
    width: auto;
  }

  .about-course .about-course-cont .course-right .course-right-box .course-item {
    display: flex;
    align-items: stretch;
    padding-right: 0.5rem;
  }

  .about-course .about-course-cont .course-right .course-right-box .course-item .course-line {
    width: 11px;
    position: relative;
    margin-right: 0.45rem;
  }

  .about-course .about-course-cont .course-right .course-right-box .course-item .course-line::after {
    content: "";
    width: 11px;
    height: 11px;
    background: #2EAFC1;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .about-course .about-course-cont .course-right .course-right-box .course-item .course-line::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    height: calc(100% - 25px);
    width: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .about-course .about-course-cont .course-right .course-right-box .course-item .course-cont {
    width: 100%;
    padding-bottom: 0.5rem;
  }

  .about-course .about-course-cont .course-right .course-right-box .course-item .count {
    font-weight: 700;
  }

  .about-course .about-course-cont .course-right .course-right-box .course-item .tt {
    color: #FFFFFF;
    margin-top: 0.05rem;
  }

  .about-course .about-course-cont .course-right .course-right-box .course-item .course-pic {
    width: 100%;
    margin-top: 0.4rem;
  }

  .about-course .about-course-cont .course-right .course-right-box .course-item .course-pic .pic-box {
    position: relative;
    padding-top: calc(665/1000*100%);
  }

  .searchpage .searchpage-top {
    width: 100%;
  }

  .searchpage .searchpage-top .product-form {
    width: 100%;
    margin-top: 1rem;
  }

  .searchpage .searchpage-top .product-form-input .inp {
    padding: 0 0.2rem;
  }

  .searchpage .search-list {
    background-color: #ffffff;
    margin-top: 0.8rem;
    padding: 0.4rem 0.8rem 0.8rem;
  }

  .searchpage .search-list .search-ul .search-li {
    padding: 0.5rem 0;
  }

  .searchpage .search-list .search-ul .search-li .img {
    width: 100%;
  }

  .searchpage .search-list .search-ul .search-li .text {
    width: 100%;
    padding: 14px 14px 0 14px;
    flex: 1;
  }

  .recruit-list .screen-box .screen-list {
    margin-bottom: var(--gap);
    display: flex;
    align-items: center;
  }
}

// 2023-10-18 补充
@media only screen and (max-width: 1024px) {
  .index-goods .index-goods-cont .typelist {
    align-items: start;
  }

  .index-goods .index-goods-cont .typelist .typeitem {
    width: 25%;
    padding: 0.5rem 0.1rem;
    margin: 0;
  }

}

@media only screen and (max-width: 640px) {

  .index-goods .index-goods-cont .typelist .typeitem {
    width: 33%;
    padding: 0.5rem 0.1rem;
    margin: 0;
  }

}