/* 通用 */
body {
  padding: 0;
}

.dth_wh {
  width: 96%;
  max-width: 1560px;
  display: block;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.flex::before,
.flex::after {
  display: none;
}

.fixed_ratio {
  position: relative;
  overflow: hidden;
  padding-top: calc(3 / 4 * 100%);
}
.fixed_ratio img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enlarge .imgs {
  overflow: hidden;
  position: relative;
}
.enlarge .imgs img {
  transform: scale(1);
  transition: 0.5s ease;
}
.enlarge:hover .imgs img {
  transform: scale(1.08);
}

@media (max-width: 1200px) {
  .dth_wh {
    width: 100%;
    padding: 0 15px;
  }
  /* .fp-enabled body,
  body {
    padding-top: 60px;
  } */
}
@media (max-width: 991px) {
  .fp-enabled body,
  body {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .fp-enabled body,
  body {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .dth_wh {
    padding: 0 12px;
  }
}

/* 插件整体样式修改 */
.slick-arrows {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
  display: flex;
  width: 24px;
  height: 44px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background: none;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* left: 12px;
  top: 50%; */
  /* margin-top: -20px; */
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
}

.swiper-button-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5%;
  left: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  outline: none;
  margin: 0 1em;
}

@media (max-width: 992px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}


/* 整体翻屏设置 */
.section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
  .section,
  .fp-tableCell {
    height: auto!important;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}


/* 头部 */
header {
  position: relative;
  z-index: 95;
}
header .dth_wh {
  align-items: center;
}
.haed_top {
	background-color: #ea5505;
  font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
}
.haed_top .dth_wh {
  justify-content: space-between;
}
.haed_top a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: inherit;
  font-size: inherit;
}
.haed_top a img {
  margin-right: 0.8em;
  max-width: 1.5em;
  max-height: 1.5em;
  object-fit: contain;
}
.haed_top a:hover {
  color: #ffffff;
}

.haed_bot {}
.logo {
  width: 15%;
  padding-right: 2%;
}
.logo a {
  display: block;
}
.logo img {
  display: block;
  max-width: 100%;
  max-height: 85px;
  object-fit: contain;
}

/* 语言 */
.language {
  margin-left: 4.1%;
  position: relative;
  display: block;
  flex-shrink: 0;
}
.language_btn {
  font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #676767;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.language_btn::before {
  content: "";
  display: block;
  width: calc(19 / 15 * 1em);
  height: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("//cdn.myxypt.com/5bb6d1c1/24/11/3faec23e5b2f133482fd2a27373a34d830a301ef.png");
}
.language_btn::after {
  content: "";
  display: block;
  width: calc(10 / 15 * 1em);
  height: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("//cdn.myxypt.com/5bb6d1c1/24/11/e3ac49d32c5173d2240cc67d59b77091464d7fb3.png");
  transition: 0.3s ease;
}
.language_btn.ope::after {
  transform: rotate(180deg);
}
.language_btn span {
  margin: 0 0.4em;
  display: block;
}
.language_select {
  position: absolute;
  top: 100%;
  max-width: 150px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  display: none;
}
.language_select a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #333333;
  line-height: 2;
  padding: 0.2em 0.5em;
  border-bottom: 1px solid #dfdfdf;
  white-space: nowrap;
  overflow: hidden;
}
.language_select a:hover {
  background-color: #ea55052b;
}
.language_select a.act {
  pointer-events: none;
}
.language_select a img {
  max-width: 2em;
  max-height: 1.5em;
  object-fit: contain;
  margin-right: 0.4em;
}
.language_select a span {
  display: block;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* 搜索 */
.search_btn {
	width: 7em;
	border-radius: 1em;
	border: solid 1px #ea5505;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.1;
	letter-spacing: 0px;
	color: #858585;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 2.56%;
  transition: 0.3s ease;
}
.search_btn:hover {
  background-color: #ea5505;
  color: #ffffff;
}
.search_btn::before {
  content: "";
  display: block;
  width: calc(13 / 16 * 1em);
  height: calc(13 / 16 * 1em);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("//cdn.myxypt.com/5bb6d1c1/24/11/d880e999ca73502ed3c4fda3a1457582f55a2178.png");
  margin-right: 0.8em;
  transition: 0.3s ease;
}
.search_btn:hover::before {
  background-image: url("//cdn.myxypt.com/5bb6d1c1/24/11/5fd127f64d94ec6830313c89122f67356332edca.png");
}
.search_form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 95999999;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.search_form_cont {
  background-color: #ffffff;
  padding: 5.8vh 0;
}
#formsearch1 {
  border-bottom: 1px solid #ea5505;
}
#formsearch1 input {
  outline: none;
  border: none;
  background: none;
  height: 36px;
}
#formsearch1 input#s_btn1 {
  width: 30px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url("//cdn.myxypt.com/5bb6d1c1/24/11/def3bb80f3bb5197b4b7fe75ba2bfe0d5b673c27.png");
}
#formsearch1 input#keyword1 {
  color: #333333;
  width: calc(100% - 30px);
  padding: 0 1em;
  font-size: 14px;
}
#formsearch1 input#keyword1::placeholder {
  color: #999999;
}

.search_hot {
  margin-top: 2vh;
}
.search_hot h5 {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
}
.search_hot_a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1vh;
}
.search_hot_a a {
  display: block;
  font-size: 14px;
  line-height: 1.9;
  margin: 0.2em 0.8em 0.2em 0;
  padding: 0 1em;
  border-radius: 4em;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #141414;
  transition: 0.1s ease;
}
.search_hot_a a:hover {
  color: #ffffff;
  background-color: #ea5505;
  border-color: #ea5505;
}

/* 导航 */
nav {
  flex-grow: 1;
}
.x-menu {
  width: 100%;
  justify-content: flex-end;
}

.x-menu > li {
  position: relative;
  margin-right: 50px;
}
.x-menu > li:last-child {
  margin-right: 0;
}

.x-menu > li > a {
  display: block;
  font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 95px;
	letter-spacing: 0px;
  color: #404040;
}

.x-menu > li:hover > a,
.x-menu > li.active > a {
  color: #ea5505;
  font-weight: 600;
}

.x-menu > li:hover > a {
}
.x-menu > li.active > a {
}

.x-sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 100%;
  width: 150px;
  transform: translateX(-50%);
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.x-sub-menu > li:hover > a {
  background: #ea5505;
  color: #ffffff;
}

.x-menu > li .x-sub-menux {
  display: none;
}
.x-menu > li .x-sub-menux li {
  position: relative;
}
.x-menu > li .x-sub-menux li a {
  display: block;
}
.x-menu > li .x-sub-menu li:hover .x-sub-menux {
}
.x-menu > li .x-sub-menux li:hover a {
}


@media (max-width: 1620px) {
  .x-menu > li {
    /* margin-right: 6.2%; */
  }
  .search_btn {
    font-size: 15px;
  }
}
@media (max-width: 1440px) {
  .language_btn {
    font-size: 14px;
  }
  .x-menu > li{
    margin-right: 0.8%;
  }
  .x-menu > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .logo {
    width: 18%;
  }
  .search_btn {
    font-size: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .search_btn::before {
    width: 50%;
    height: 50%;
  }
  .x-menu > li {
    margin-right: 5%;
  }
  .x-menu > li > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* banner */
#banner {
  position: relative;
}
#banner li {
}
#banner li a {
  display: block;
}
#banner li .imgs {
  display: block;
}
#banner li .imgs img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}
#banner .hi {
  display: none;
}
.banner_video {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding-top: calc(960 / 1920 * 100%);
}
.banner_video video {
  display: block;
  object-position: center;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 50px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.5);
}

#banner .swiper-button-prev {
  left: 0;
}

#banner .swiper-button-next {
  right: 0;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  background-color: #ff4500;
}

/* #banner .swiper-button-prev::after,
#banner .swiper-button-next::after {
  width: 16px;
  height: 16px;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

#banner .swiper-button-prev:hover::after,
#banner .swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
} */

#banner .swiper-pagination {
  bottom: 6.15%;
}

#banner .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background-color: #ffffff;
  opacity: 1;
  margin: 0 10px;
  border-radius: 10px;
}

#banner .swiper-pagination-bullet:hover {
  background-color: #ea5505;
}
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ea5505;
	width: 39px;
}

/* @media (min-width: 1201px) {
  #banner li .imgs img,
  .banner_video {
    height: 100vh;
    padding-top: 0;
    min-height: auto;
  }
} */

@media (max-width: 1620px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
  #banner li .imgs img {
    min-height: 220px;
  }
}
@media (max-width: 990px) {
  #banner li .imgs img {
    min-height: 180px;
  }
  #banner .swiper-pagination-bullet {
    margin: 0 8px;
  }
  
  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  #banner li .imgs img {
    min-height: 120px;
  }
  #banner .swiper-pagination {
    bottom: 10px;
  }
  #banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 7px;
  }
  #banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
  }
}

/* 相同标题 */
.titles {
  text-align: center;
}
.titles h2 {
  font-size: 45px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #272727;
}
.titles h4 {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #777777;
  margin-top: 0.72em;
}

.titles.white h2 {
  color: #ffffff;
}
.titles.white h4 {
  color: #ffffff;
}

@media (max-width: 1620px) {
  .titles h2 {
    font-size: 2.78vw;
  }
  .titles h4 {
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  .titles h4 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .titles h2 {
    font-size: 32px;
  }
}
@media (max-width: 990px) {
  .titles h2 {
    font-size: 28px;
  }
  .titles h4 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .titles h2 {
    font-size: 24px;
  }
  .titles h4 {
    font-size: 14px;
  }
}

/* 产品推荐 */
.product {
	background-color: rgba(238, 238, 238, 0.6);
  padding: 88px 0 90px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product_mouse {
  display: block;
  width: 28px;
  height: 38px;
  border: 2px solid #ea5505;
  border-radius: 30px;
  margin: 30px auto 0;
  position: relative;
}
.product_mouse::after {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("//cdn.myxypt.com/5bb6d1c1/24/11/48320b32d4b23df76bb1e5bfbf5888ecec66aec5.png");
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -8px;
  transition: all 0.5s ease;
  animation: rexiao 1.5s linear infinite; 
}
@keyframes rexiao {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 16px;
  }
  100% {
    bottom: 10px;
  }
}
.product_swiper {
  margin-top: 28px;
  /* width: 2018px; */
  min-width: calc(100% + (1920 - 1560) / 2 / 1920 * 100vw);
  width: calc(2018 / 1920 * 100vw);
  position: relative;
}
.product_swiper .swiper {
  padding-top: 10px;
}
.product_swiper .swiper-button-prev {
  display: block;
  position: absolute;
	width: 42px;
	height: 42px;
  left: -6vw;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("//cdn.myxypt.com/5bb6d1c1/24/11/13494e4cd801cab7b633ed4ef5284ff1ead1198a.png");
  opacity: 1;
  cursor: pointer;
}
.product_swiper .swiper-button-prev::after {
  display: none;
}

.product_swiper li {}
.product_swiper li a {
  display: block;
	background-color: #ffffff;
	border-radius: 30px;
  overflow: hidden;
  transition: 0.5s ease;
}
.product_swiper li:hover a {
  transform: translateY(-10px);
}
.product_swiper li .imgs {
  padding-top: calc(284 / 384 * 100%);
  overflow: hidden;
}
.product_swiper li .text {
  text-align: center;
  padding: 10px 4% 9.4%;
}
.product_swiper li .text h4 {
  font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #464545;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_swiper li:hover .text h4 {
  color: #ea5505;
}
.product_swiper li .text .sums {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #7c7c7c;
  margin-top: 0.4em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product_swiper_scrollbar {
  height: 2px;
	background-color: #e5e5e5;
  margin-top: 4%;
}
.product_swiper_scrollbar .swiper-scrollbar-drag {
	background-color: #ea5505;
}

@media (max-width: 1620px) {
  .product {
    padding: 88px 0 90px;
  }
  .product_swiper {
    min-width: 100%;
  }
  .product_swiper .swiper-button-prev {
    left: 0;
  }
  .product_swiper li .text .sums {
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  .product_swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .product_swiper li .text h4 {
    font-size: 18px;
  }
  .product_swiper li .text .sums {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .product {
    padding: 50px 0;
  }
  .product_mouse {
    width: 22px;
    height: 32px;
    border-width: 1px;
  }
  .product_mouse::after {
    width: 12px;
    height: 6px;
    bottom: 6px;
    margin-left: -6px;
  }
  .product_swiper .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .product_swiper li .text {
    padding: 10px 12px 20px;
  }
  .product_swiper li .text h4 {
    font-size: 17px;
  }
  .product_swiper li .text .sums {
    font-size: 15px;
  }
  .product_swiper_scrollbar {
    margin-top: 36px;
  }
}
@media (max-width: 990px) {
  .product {
    padding: 40px 0;
  }
  .product_mouse {
    margin-top: 20px;
  }
  .product_swiper {
    width: 100%;
    margin-top: 24px;
  }
  .product_swiper .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .product {
    padding: 30px 0;
  }
  .product_swiper {
    margin-top: 20px;
  }
}

/* 解决方案 */
.solution {
  padding: 106px 0 58px;
  position: relative;
  overflow: hidden;
}
.solution_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.solution_back .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.solution_back .imgs.curs {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.solution_back .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution .dth_wh {
  position: relative;
  z-index: 10;
}
.solution .titles {
  text-align: left;
}
.solution .titles h4 {
  margin-top: 1.5%;
}
.solution .titles h4 * {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.solution_a {
  margin-top: 3.2%;
}
.solution_a a {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3.5;
	letter-spacing: 0px;
	color: #ffffff;
	width: 15.5em;
  text-align: center;
	border-radius: 2em;
	border: solid 1px #7d7d7d;
  display: block;
  transition: 0.3s ease;
}
.solution_a a span {
	font-family: SimSun;
	font-weight: bold;
  margin-left: 1em;
}
.solution_a a:hover {
  background-color: #ea5505;
  border-color: #ea5505;
}
.solution_uls {
  margin: calc(12.2% + 134px) 0 50px;
  position: relative;
}
/* .solution_uls::before,
.solution_uls::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 10px;
  z-index: 1;
  background-color: #ffffff;
  opacity: 0.6;
}
.solution_uls::before {
  right: 100%;
}
.solution_uls::after {
  left: 100%;
} */
.solution_uls ul {
  justify-content: space-between;
  align-items: center;
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  z-index: 5;
}
.solution_uls .li_line {
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #ffffff;
  width: auto;
  opacity: 0.6;
}
.solution_uls li {
  /* width: 236px; */
  max-width: 15.1%;
  margin: 0 5px;
}
.solution_uls li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
}
.solution_uls li .imgs {
	width: 72px;
	height: 72px;
	border: solid 1px #ffffff;
  border-radius: 50%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  bottom: calc(62px + 100%);
}
.solution_uls li.curs .imgs {
  visibility: visible;
  opacity: 1;
}
.solution_uls li .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solution_uls li .line1 {
  display: block;
  width: 1px;
  background-color: #ffffff;
  height: 62px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: 0.5px;
}
.solution_uls li.curs .line1 {
  visibility: visible;
  opacity: 1;
}
.solution_uls li .round {
	width: 20px;
	height: 20px;
	border: solid 1px transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution_uls li .round::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
}
.solution_uls li.curs .round {
  border-color: #ffffff;
}
.solution_uls li.curs .round::after {
  background-color: #ffffff;
}
.round .btns_bwen {
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
  visibility: visible;
  opacity: 1;
}
.solution_uls li.curs .btns_bwen {
  visibility: hidden;
  opacity: 0;
}

/* 扩散动画 */
.round .circle, 
.round .circle1, 
.round .circle2, 
.round .circle3  {
  width: 100%;
  height: 100%;
  background: #ffffffb3;
  border: 1px solid rgba(255, 255, 255, 0);
  /* border-radius: 999px; */
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.round .circle1, 
.round .circle2  {
  /* animation: circleChange 2s 1s ease-out infinite; */
  animation-name: circleChange;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.round .circle1 {
  animation-delay: 1s;
}
.round .circle2 {
  animation-delay: 2s;
}

@keyframes circleChange{
  0%{transform: scale(1);opacity: 0.95;}
  25%{transform: scale(1.4);opacity: 0.75;}
  50%{transform: scale(1.8);opacity: 0.5;}
  75%{transform: scale(2.2);opacity: 0.25;}
  100%{transform: scale(2.4);opacity: 0.05;}
}


.solution_uls li h4 {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 18px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.solution_back .imgs,
.solution_uls li .imgs,
.solution_uls li .line1  {
  transition: 0.5s ease;
}

@media (max-width: 1620px) {
  .solution {
    padding: 6% 0 3.2%;
  }
  .solution_a a {
    font-size: 15px;
  }
  .solution_uls {
    margin: calc(12% + 116px) 0 44px;
  }
  .solution_uls .li_line:first-child,
  .solution_uls .li_line:last-child {
    flex-grow: 0.7;
  }
  .solution_uls li .imgs {
    width: 64px;
    height: 64px;
    bottom: calc(52px + 100%);
    margin-left: -32px;
  }
  .solution_uls li .line1 {
    height: 52px;
  }
  .solution_uls li h4 {
    font-size: 15px;
    margin-top: 16px;
  }
}
@media (max-width: 1400px) {
  .solution_a a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .solution {
    padding: 60px 0 40px;
  }
  .solution_a a {
    font-size: 13px;
  }
  .solution_uls li .round {
    width: 18px;
    height: 18px;
  }
  .solution_uls li .round::after {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 990px) {
  .solution {
    padding: 50px 0 30px;
  }
  .solution .titles h4 {
    margin-top: 15px;
  }
  .solution_a {
    margin-top: 24px;
  }
  .solution_a a {
    font-size: 12px;
  }
  .solution_uls {
    margin: 50px 0 0;
  }
  .solution_uls ul {
    left: 0;
    margin: 0;
    width: 100%;
  }
  .solution_uls li {
    margin: 0;
    max-width: 18%;
  }
  .solution_uls .li_line,
  .solution_uls li .line1,
  .solution_uls li .round {
    display: none;
  }
  .solution_uls li .imgs {
    position: static;
    margin: 0;
    /* visibility: visible;
    opacity: 1; */
    width: 56px;
    height: 56px;
  }
  .solution_uls li h4 {
    position: static;
    margin: 0;
    transform: none;
    margin-top: 15px;
    font-size: 14px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .solution {
    padding: 40px 0 20px;
  }
  .solution .titles h4 {
    margin-top: 10px;
  }
  .solution_uls {
    margin-top: 32px;
  }
  .solution_uls ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .solution_uls li {
    width: 50%;
    max-width: 100%;
    flex: none;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px;
  }
  .solution_uls li.curs {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .solution_uls li:nth-child(4n) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  /* .solution_uls li:nth-child(10) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  } */
  .solution_uls li:nth-child(n+10) {
    border-bottom: 0;
  }
  .solution_uls li .imgs {
    visibility: visible;
    opacity: 1;
    width: 52px;
    height: 52px;
  }
  .solution_uls li h4 {
    margin-top: 12px;
  }
}

/* 关于普炬 */
.about {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 78px 0 92px;
}

.about_number {
  margin-top: 4.8%;
}
.about_number ul {
  justify-content: space-between;
}
.about_number li {
  padding-left: 3%;
  position: relative;
  max-width: 25%;
}
.about_number li .line {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 82%;
	background-color: #e5e5e5;
}
.about_number li .line::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #ea5505;
}
.about_number li h4 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.about_number li h4>p {
  font-size: 45px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ea5505;
  width: auto;
  height: 1em;
  overflow: hidden;
  position: relative;
}
.about_number li h4>span {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #5b5b5b;
  margin-left: 1.2em;
}
.about_number li h5 {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #5b5b5b;
  margin-top: 0.9em;
}

.about_video {
  position: relative;
  margin-top: 4.5%;
}
.about_video .imgs {
  padding-top: calc(612 / 1560 * 100%);
	/* background-color: #000000; */
	border-radius: 30px;
  overflow: hidden;
  z-index: 2;
}
.about_video .imgs .btns {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto calc(64 / 612 * 100%);
  background-image: url("//cdn.myxypt.com/5bb6d1c1/24/11/df5403a93d8d1ff54ad36042908e40c3cd1c9fb9.png");
  cursor: pointer;
}

#ab_video {
  position: fixed;
  left: 50%;
  top: 50%;
  /* right: 0;
  bottom: 0; */
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(24px);
  z-index: 80;
  display: none;
}
#ab_video .video_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(94px + 5vh) 10vw 5vh;
  width: 100%;
  height: 100%;
  position: relative;
}
#ab_video .video_cont video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-position: center;
  object-fit: contain;
}
.video_close {
  position: absolute;
  right: 10vw;
  top: calc(60px + 5vh);
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("//cdn.myxypt.com/5bb6d1c1/24/11/0239659b701f20444c0e989651ce63f88c6a47fa.png");
  cursor: pointer;
}

.about_tis {
  font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #272727;
  text-align: center;
  margin-top: 3.8%;
}
.about_text {
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #636363;
  text-align: justify;
  text-align-last: center;
  max-width: 1380px;
  margin: 1.4% auto 4.1%;
}

.about_a {}
.about_a a {
	width: 10em;
  text-align: center;
	background-color: #ea5505;
	border-radius: 2em;
  display: block;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3.2;
	letter-spacing: 0px;
	color: #ffffff;
  margin: 0 auto;
  transition: 0.3s ease;
}
.about_a a span {
	font-family: SimSun;
	font-weight: bold;
  margin-left: 1em;
}
.about_a a:hover {
	background-color: #ea5505ca;
}

@media (max-width: 1620px) {
  .about {
    padding: 4.6% 0 5.2%;
  }
  .about_number li h4>p {
    font-size: 2.78vw;
  }
  .about_number li h4>span {
    font-size: 15px;
  }
  .about_number li h5 {
    font-size: 17px;
  }
  .about_tis {
    font-size: 2.2vw;
  }
  .about_text {
    font-size: 1.23vw;
  }
  .about_a a {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .about_number li h5 {
    font-size: 16px;
  }
  .about_number li h4>p {
    font-size: 38px;
  }
  .about_number li h4>span {
    font-size: 14px;
  }
  .about_text {
    font-size: 17px;
  }
  .about_a a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .about_number {
    margin-top: 36px;
  }
  .about_number li h4>p {
    font-size: 32px;
  }
  .about_number li h4>span {
    font-size: 13px;
    margin-left: 1em;
  }
  .about_number li h5 {
    font-size: 15px;
  }
  .about_video {
    margin-top: 40px;
  }
  .about_tis {
    font-size: 26px;
  } 
  .about_text {
    font-size: 16px;
    margin: 12px auto 30px;
  }
  .about_a a {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .about {
    padding: 36px 0 40px;
  }
  .about_number {
    margin-top: 30px;
  }
  .about_video {
    margin-top: 36px;
  }
  .about_video .imgs {
    border-radius: 24px;
  }
  .about_video .imgs .btns {
    background-size: 40px auto;
  }
  .about_tis {
    font-size: 24px;
    margin-top: 30px;
  }
  .about_text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .about {
    padding: 30px 0 32px;
  }
  .about_number {
    margin-top: 24px;
  }
  .about_number ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about_number li {
    width: 48%;
    max-width: 100%;
    padding-left: 16px;
  }
  .about_number li:nth-child(n+3) {
    margin-top: 20px;
  }
  .about_number li h5 {
    font-size: 14px;
    margin-top: 10px;
  }
  .about_video {
    margin-top: 24px;
  }
  .about_video .imgs {
    border-radius: 12px;
  }
  .about_video .imgs .btns {
    background-size: 36px auto;
  }
  .about_tis {
    font-size: 22px;
    margin-top: 20px;
  }
  .about_text {
    font-size: 14px;
    margin: 10px 0 20px;
  }
  .about_a a {
    font-size: 12px;
  }
}

/* 新闻资讯 */
.news {
  padding: 70px 0 90px;
}

.news_cont {
  justify-content: space-between;
  align-items: unset;
  margin-top: 2.9%;
}
.news_left {
  width: 48%;
}
.news_left a {
  display: block;
  position: relative;
	border-radius: 30px;
  overflow: hidden;
  height: 100%;
}
.news_left a .imgs {
  position: relative;
  z-index: 1;
  padding-top: calc(520 / 750 * 100%);
	background-color: #181818;
	border-radius: inherit;
  min-height: 100%;
}
.news_left a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 7.2% 8.8%;
  z-index: 10;
}
.news_left a .text h4 {
  font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_left a .text .sums {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.85em;
}
.news_right {
  width: 50.4%;
}
.news_right ul {
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.news_right li {
  width: 100%;
}
.news_right li:nth-child(n+2) {
  margin-top: 2.8%;
}
.news_right li a {
  display: block;
	background-color: rgba(238, 238, 238, 0.6);
	border-radius: 30px;
  padding: 5% 7.2% 3.2%;
}
.news_right li:hover a {
	background-color: rgba(231, 242, 231, 0.6);
}
.news_right li h4 {
  font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #3d3d3d;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_right li:hover h4 {
  color: #ea5505;
}
.news_right li .sums {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #939393;
  height: 4em;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 2%;
}
.news_right li .mor_tim {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
	color: #939393;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  line-height: 2;
  margin-top: 4.9%;
}
.news_right li .mor_tim p:first-child {
  font-size: inherit;
}
.news_right li .mor_tim p:last-child {
  font-size: inherit;
}
.news_right li .mor_tim p:first-child span {
  font-family: SimSun;
  margin-left: 1em;
}
.news_right li:hover p:first-child {
  color: #ea5505;
}

.news_right li a,
.news_right li h4,
.news_right li .mor_tim p:first-child {
  transition: 0.5s ease;
}

@media (max-width: 1620px) {
  .news {
    padding: 4.2% 0 5.2%;
  }
  .news_left a .text h4,
  .news_right li h4 {
    font-size: 1.35vw;
  }
  .news_left a .text .sums,
  .news_right li .sums {
    font-size: 1.1vw;
  }
  .news_right li .mor_tim {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .news_right li a {
    border-radius: 24px;
  }
  .news_left a .text h4,
  .news_right li h4 {
    font-size: 19px;
  }
  .news_left a .text .sums,
  .news_right li .sums {
    font-size: 16px;
  }
  .news_right li .mor_tim {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .news {
    padding: 40px 0 50px;
  }
  .news_cont {
    margin-top: 32px;
  }
  .news_left a .text h4,
  .news_right li h4 {
    font-size: 18px;
  }
  .news_left a .text {
    padding: 20px;
  }
  .news_left a .text .sums,
  .news_right li .sums {
    font-size: 15px;
  }
  .news_right li a {
    padding: 20px;
    border-radius: 16px;
  }
  .news_right li .mor_tim {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .news {
    padding: 36px 0 40px;
  }
  .news_cont {
    flex-flow: column;
  }
  .news_left {
    width: 100%;
  }
  .news_left a {
    height: auto;
  }
  .news_left a .imgs {
    height: auto;
    min-height: auto;
  }
  .news_right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .news {
    padding: 32px 0 30px;
  }
  .news_cont {
    margin-top: 24px;
  }
  .news_left a {
    border-radius: 10px;
  }
  .news_left a .text {
    padding: 15px;
  }
  .news_left a .text h4 {
    font-size: 17px;
  }
  .news_left a .text .sums {
    font-size: 14px;
    margin-top: 5px;
  }
  .news_right li a {
    border-radius: 10px;
    padding: 15px;
  }
  .news_right li h4 {
    font-size: 17px;
  }
  .news_right li .sums {
    font-size: 14px;
    height: auto;
    line-height: 1.8;
  }
  .news_right li .mor_tim {
    font-size: 12px;
    margin-top: 10px;
  }
}

/* business */
.business {}
.business .dth_wh {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.business ul {
  align-items: unset;
	background-color: #ea5505;
}
.business li {
  flex: 1;
  padding: 2.5% 30px 1.9%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  transition: 0.5s all;
  overflow: hidden;
}
.business li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.business li .imgs {
  height: 75px;
  display: block;
}
.business li .imgs img {
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}
.business li h4 {
  font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0.8em;
}
.business li .sums {
  font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.76;
	letter-spacing: 0px;
	color: #dfdfdf;
  margin-top: 1em;
  text-align: justify;
  text-align-last: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  margin-bottom: auto;
}
.business li a {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.75;
	letter-spacing: 0px;
	color: #ffffff;
	width: 9.75em;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 1.5em;
  text-align: center;
  margin-top: 7.1%;
  transition: 0.5s all;
}
.business li a span {
	font-family: SimSun;
	font-weight: bold;
  margin-left: 1em;
}
.business li:hover a {
	background-color: rgba(255, 255, 255, 1);
	color: #535353;
}


@media (max-width: 1620px) {
  .business li .imgs {
    height: 4.6vw;
  }
  .business li h4 {
    font-size: 19px;
  }
  .business li .sums {
    font-size: 16px;
  }
  .business li a {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .business li .imgs {
    height: 64px;
  }
  .business li h4 {
    font-size: 18px;
  }
  .business li .sums {
    font-size: 15px;
  }
  .business li a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .business li {
    padding: 24px 20px 30px;
  }
  .business li .imgs {
    height: 56px;
  }
  .business li h4 {
    font-size: 17px;
  }
  .business li .sums {
    font-size: 14px;
  }
  .business li a {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .business ul {
    flex-wrap: wrap;
  }
  .business li {
    width: 100%;
    flex: none;
  }
  .business li:nth-child(n+2) {
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .business li .imgs {
    height: 52px;
  }
  .business li a {
    font-size: 12px;
    margin-top: 20px;
  }
  .business li h4 {
    margin-top: 10px;
  }
}

/* 底部 */
footer {
	background-color: rgba(238, 238, 238, 0.8);
}
footer a,
footer a:active,
footer a:focus {
  font-size: inherit;
  color: inherit;
} 

.layout {
  padding: 92px 0 85px;
}
.layout .dth_wh {
  justify-content: space-between;
  flex-wrap: wrap;
}
.layout_logo {
  width: 100%;
  margin-bottom: 3%;
}
.layout_logo a {
  display: block;
}
.layout_logo img {
  display: block;
  max-height: 50px;
  max-width: 80%;
  object-fit: contain;
}
.layout_nav {
  width: 65.5%;
  max-width: 960px;
}
.layout_nav .fot_nav {
  justify-content: space-between;
}
.layout_nav .fot_nav>li {
  /* max-width: 25%; */
  width: 25%;
  /* padding-right: 4%; */
}
.layout_nav .fot_nav>li:last-child {
  padding-right: 0;
  width: 18%;
}
.layout_nav .fot_nav>li>a {
  display: block;
  font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #414141;
  margin-bottom: 0.7em;
}
.layout_nav .fot_nav .x-nav-menu {}
.layout_nav .fot_nav .x-nav-menu dd {
  font-size: 17px;
	line-height: 2.2;
}
.layout_nav .fot_nav .x-nav-menu dd a {
  display: block;
  font-size: inherit;
	font-weight: normal;
	font-stretch: normal;
	line-height: inherit;
	letter-spacing: 0px;
	color: #5a5a5a;
}
.layout_nav .fot_nav .x-nav-menu dd a:hover {
  color: #ea5505;
}
.layout_nav .fot_nav .x-nav-menu dd.mors {
  font-size: 15px;
  margin-top: 1.2em;
}
.layout_nav .fot_nav .x-nav-menu dd.mors a {
  color: #ea5505;
}
.layout_nav .fot_nav .x-nav-menu dd.mors a:hover {
  color: rgba(52, 105, 55, 0.7);
}
.layout_nav .fot_nav .x-nav-menu dd.mors a span {
	font-family: SimSun;
	font-weight: bold;
  margin-left: 0.5em;
}

.layout_contact {
  width: 34%;
  max-width: 424px;
}
.layout_ewm {}
.layout_ewm ul {
  justify-content: space-between;
}
.layout_ewm li {
  width: 88px;
  max-width: 32%;
}
.layout_ewm li img {
  display: block;
  width: 100%;
}
.layout_ewm li p {
  text-align: center;
}
.layout_contact_wz {
  font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.23;
	letter-spacing: 0px;
	color: #5a5a5a;
  margin-top: 1em;
}

.foots {
	background-color: #e5e5e5;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #787878;
  padding: 1em 0;
}
.foots .dth_wh {
  flex-wrap: wrap;
  justify-content: space-between;
}
.foots .dth_wh>div {
  margin: 0 0.2em;
}
.foots a:hover {
  color: #ea5505;
}
.clearboth {
  clear: both;
  width: 100%;
}
.ft_link {
  width: 100%;
}

@media (max-width: 1620px) {
  .layout {
    padding: 5.2% 0 4.8%;
  }
  .layout_nav .fot_nav .x-nav-menu dd {
    font-size: 16px;
  }
  .layout_contact_wz {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .layout_nav .fot_nav .x-nav-menu dd {
    font-size: 15px;
  }
  .layout_nav .fot_nav .x-nav-menu dd.mors {
    font-size: 14px;
  }
  .layout_contact_wz {
    font-size: 15px;
  }
  .foots {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  #toolbar {
    display: none;
  }
  .layout {
    padding: 40px 0 36px;
  }
  .layout_logo {
    margin-bottom: 20px;
  }
  .layout_nav .fot_nav>li>a {
    font-size: 17px;
  }
  .layout_nav .fot_nav .x-nav-menu dd {
    font-size: 14px;
  }
  .layout_nav .fot_nav .x-nav-menu dd.mors {
    font-size: 12px;
  }
  .layout_contact_wz {
    font-size: 14px;
  }
  .foots {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .layout {
    padding: 30px 0 24px;
  }
  .layout_logo img {
    max-height: 32px;
  }
  .layout_nav {
    display: none;
  }
  .layout_contact {
    width: 100%;
  }
  .ft_prs,
  .ft_region,
  .ft_link {
    display: none;
  }
  .foots .dth_wh {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .layout {
    padding: 20px 0 20px;
  }
  .layout_ewm ul {
    justify-content: flex-start;
  }
  .layout_ewm li {
    width: 80px;
    margin-right: 5%;
  }
  .layout_logo {
    display: none;
  }
  .layout_contact_wz {
    line-height: 2.1;
  }
}


/* 客服位置调整 */
/* #toolbar {
  bottom: 40%;
  transform: translateY(50%);
}
#toolbar.toolbar_index {
  left: 12px;
  right: auto;
  bottom: 50%;
  transform: translateY(50%);
}
#toolbar.toolbar_index .online-one li.phone .tel-phone {
  left: calc(100% + 5px);
  right: auto;
  transform: translateX(-100%);
}
  
#toolbar.toolbar_index  .online-one li.phone:hover .tel-phone {
  transform: translateX(0);
}

#toolbar.toolbar_index .online-one li.ewm .ewm-box {
  left: calc(100% + 5px);
  right: auto;
  transform: translateX(-100%);
}
#toolbar.toolbar_index .online-one li.ewm:hover .ewm-box {
  transform: translateX(0);
}
#toolbar.toolbar_index .online-one li.ewm .ewm-box:after {
  right: auto;
  left: -5px;
  border-width: 5px;
  border-style: dashed solid dashed dashed;
  border-color: transparent #fff transparent transparent;
  border-left: none;
} */

