/* 通用 */
@font-face {
  font-family: '繁媛明朝';
  src: url("../font/zi.ttf")
}
body {
  padding: 0;
}

.dth_wh {
  width: 96%;
  max-width: 1600px;
  display: block;
  margin: 0 auto;
}
.dth_wh.w180 {
  width: 93.75vw;
  max-width: 100%;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.flex::before,
.flex::after {
  display: none;
}
.clearboth {
  display: block;
  width: 100%;
  clear: both;
}

.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: 1660px) {
  .dth_wh.w180 {
    width: 96%;
  }  
}
@media (max-width: 1200px) {
  .dth_wh,
  .dth_wh.w180 {
    width: 100%;
    padding: 0 20px;
  }
  /* .fp-enabled body,
  body {
    padding-top: 60px;
  } */
}
@media (max-width: 991px) {
  .fp-enabled body,
  body {
    padding-top: 60px;
  }
  .dth_wh,
  .dth_wh.w180 {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .fp-enabled body,
  body {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .dth_wh,
  .dth_wh.w180 {
    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;
  overflow: hidden;
}
.sideNav {
  position: fixed;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 98;
  display: none;
}


@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: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 95;
	background-color: rgba(27, 27, 27, 0.2);
}
header.black {
  box-shadow: 0 0 5px 5px rgba(12, 3, 7, 0.05);
  background-color: #ffffff;
}

header .dth_wh {
  align-items: center;
}
.logo {
  display: block;
  width: 20%;
  padding-right: 4%;
}
.logo a {
  display: block;
}
.logo img {
  display: block;
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.language {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 3.6%;
  flex-shrink: 0;
}
.language a {
  display: block;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.2;
	letter-spacing: 0px;
	color: #ffffff;
  width: 1.85em;
  height: 2.2em;
  text-align: center;
  position: relative;
  transition: 0.5s all;
}
.language a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
}
.language a p {
  position: relative;
  z-index: 20;
}
.language a.acts {
  z-index: 20;
  pointer-events: none;
}
.language a.acts::before {
	/* background-color: #7d7d7d; */
	background-color: #d48e23;
  width: calc(29 / 26 * 100%);
  height: calc(35 / 31 * 100%);
}
.language a.min1 {
  z-index: 15;
}
.language a.min1::before {
	background-color: #aaaaaa;
  width: 100%;
  height: 100%;
}
.language a.min2 {
  z-index: 10;
}
.language a.min2::before {
	background-color: #d2d2d2;
  width: 100%;
  height: calc(27 / 31 * 100%);
}
.language a.min1:hover::before,
.language a.min2:hover::before {
  background-color: rgba(212, 141, 35, 0.5);
}

.search {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 2.6%;
  flex-shrink: 0;
  position: relative;
}
.search_btn {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(17 / 24 * 100%) auto;
  background-image: url("../image/60a97f7f2db9cae834c4cb67f72f630c17010e11.png");
}
header.black .search_btn {
  background-image: url("../image/4d910ef8de645e276cd8e0aaebbe587fdd665cfc.png");
}
.search_form {
}
.search_form #formsearch1 {
	width: 174px;
	background-color: #eeeeee;
  border-radius: 50px;
  overflow: hidden;
  flex-direction: row-reverse;
}
.search_form #formsearch1 input {
  border: none;
  background: none;
  outline: none;
  height: 42px;
}
.search_form #formsearch1 input#keyword1 {
  color: #333333;
  width: calc(100% - 50px);
  font-size: 15px;
}
.search_form #formsearch1 input#keyword1::placeholder {
  color: #909090;
}
.search_form #formsearch1 input#s_btn1 {
  font-size: 0;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto calc(17 / 42 * 100%);
  background-image: url("../image/4d910ef8de645e276cd8e0aaebbe587fdd665cfc.png");
}

/* 头部样式变化时间统一 */
header,
.x-menu > li > a {
  transition: 0.5s ease;
}

/* 导航 */
nav {
  flex-grow: 1;
}
.x-menu {
  width: 100%;
  justify-content: flex-end;
}

.x-menu > li {
  position: relative;
  margin-right: 5.5%;
}
.x-menu > li:last-child {
  margin-right: 0;
}

.x-menu > li > a {
  display: block;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 88px;
	letter-spacing: 0px;
	color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

header.black .x-menu > li > a {
	color: #444444;
}

.x-menu > li:hover > a,
.x-menu > li.active > a {
}

.x-menu > li:hover > a,
header.black .x-menu > li:hover > a {
  color: #d48e23;
}
.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: 2;
  padding: 0.5em 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.x-sub-menu > li:hover > a {
  background: #d48e23;
  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 (min-width: 1401px) {
  .search_btn {
    display: none;
  }
}
@media (max-width: 1660px) {
}
@media (max-width: 1400px) {
  .x-menu > li > a {
    font-size: 17px;
  }
  .language a {
    font-size: 13px;
  }
  .search_btn {
    display: block;
  }
  .search_form {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
  }
  .search_form #formsearch1 {
    border-radius: 0;
    width: 200px;
    flex-direction: row;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .search_form #formsearch1 input#keyword1 {
    padding: 0 1em;
    font-size: 14px;
  }
  .search_form #formsearch1 input#s_btn1 {
    background-image: url("../image/60a97f7f2db9cae834c4cb67f72f630c17010e11.png");
    background-color: #d48e23;
  }
}
@media (max-width: 1200px) {
  .logo {
    width: 18%;
  }
  .logo img {
    max-height: 55px;
  }
  .x-menu > li > a {
    font-size: 15px;
    line-height: 72px;
  }
  .language a {
    font-size: 12px;
  }
  .search {
    height: 72px;
  }
  .search_btn {
    width: 20px;
    height: 20px;
  }
  .search_form #formsearch1 input {
    height: 36px;
  }
  .search_form #formsearch1 input#keyword1 {
    font-size: 12px;
  }
}
@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 {
}

#banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

#banner .swiper-pagination-bullet:hover,
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff4500;
}

@media (min-width: 1201px) {
  #banner li .imgs img,
  .banner_video {
    height: 100vh;
    padding-top: 0;
    min-height: auto;
  }
}
@media (max-width: 1660px) {
}
@media (max-width: 1200px) {
  #banner li .imgs img {
    min-height: 220px;
  }
}
@media (max-width: 990px) {
  #banner li .imgs img {
    min-height: 200px;
  }
  #banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  #banner li .imgs img {
    min-height: 180px;
  }
  #banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}

/* 相同标题 */
.titles {}
.titles h2 {
  font-size: 44px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}

.titles.black h2 {
  color: #2e2e2e;
}
.titles h4 {
  display: block;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #686868;
  margin-top: 0.9em;
}

@media (max-width: 1660px) {
  .titles h2 {
    font-size: 2.6vw;
  }
  .titles h4 {
    font-size: 17px;
    margin-top: 0.8em;
  }
}
@media (max-width: 1400px) {
  .titles h4 {
    font-size: 16px;
    margin-top: 0.7em;
  }
}
@media (max-width: 1200px) {
  .titles h2 {
    font-size: 32px;
  }
}
@media (max-width: 990px) {
  .titles h2 {
    font-size: 28px;
  }
  .titles h4 {
    font-size: 15px;
    margin-top: 0.6em;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .titles h2 {
    font-size: 24px;
  }
  .titles h4 {
    font-size: 14px;
    margin-top: 0.5em;
  }
}

/* 第二屏-关于 */
.section2 {}
.about {
  padding-top: 88px;
}
.about .dth_wh {
  justify-content: space-between;
  align-items: center;
}
.about_left {
  max-width: 730px;
  width: 52%;
}
.about_text {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #e3e4e4;
  text-align: justify;
  margin-top: 4.1vh;
}
.about_text p:nth-child(n+2) {
  margin-top: 1.3em;
}
.mores_a {}
.mores_a a {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 9.2em;
	background-color: #d48e23;
	border-radius: 21px;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.6;
	letter-spacing: 0px;
	color: #f7f7f7;
  transition: 0.5s ease;
  overflow: hidden;
}
.mores_a a span {
  display: block;
  width: calc(19 / 16 * 1em);
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../image/d7aed32ca20f162ee544bd9aa68a2d348bd43ec4.png");
  margin-left: 1.2em;
  transition: 0.5s ease;
}
.mores_a a:hover span {
  margin-left: calc(-19 / 16 * 1em);
  transform: translateX(5em);
}
.about_left .mores_a {
  margin-top: 13.5vh;
} 

.about_right {
  width: 32%;
  /* max-width: 510px; */
}
.about_right ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_right li {
  /* width: 48%; */
}
.about_right li:nth-child(n+3) {
  margin-top: 11.5vh;
}
.about_right li h3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: '繁媛明朝', Arial, Helvetica, sans-serif;
}
.about_right li h3 .counter {
  font-size: 52px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.8;
	letter-spacing: 0px;
	color: #ffffff;
}
.about_right li h3 .unit {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  margin-left: 0.8em;
}
.about_right li h5 {
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5em;
}
.about_right li h5 img {
  width: auto;
  display: block;
  height: 1.6em;
  object-fit: contain;
  margin-right: 1em;
}

@media (max-width: 1660px) {
  .about {
  }
  .about_text {
    font-size: 17px;
  }
  .mores_a a {
    font-size: 15px;
  }
  .about_right ul {
    padding: 0 10%;
  }
  .about_right li h5 {
    font-size: 1.2vw;
  }
  .about_right li h3 .counter {
    font-size: 3.1vw;
  }
}
@media (max-width: 1400px) {
  .about_text {
    font-size: 16px;
  }
  .mores_a a {
    font-size: 14px;
  }
  .about_right ul {
    padding: 0 5%;
  }
  .about_right li h3 .unit {
    font-size: 13px;
  }
  .about_right li h5 {
    font-size: 17px;
    margin-top: 1.2em;
  }
  .about_right li h5 img {
    margin-right: 0.8em;
  }
}
@media (max-width: 1200px) {
  .about {
    padding: 50px 0;
  }
  .about_text {
    font-size: 15px;
    margin-top: 24px;
  }
  .mores_a a {
    font-size: 13px;
  }
  .about_left .mores_a {
    margin-top: 42px;
  }

  .about_right li h3 .counter {
    font-size: 36px;
  }
  .about_right li h3 .unit {
    font-size: 12px;
  }
  .about_right li h5 {
    font-size: 15px;
    margin-top: 1em;
  }
  .about_right li h5 img {
    margin-right: 0.5em;
  }
}
@media (max-width: 990px) {
  .about {
    padding: 45px 0;
  }
  .about .dth_wh {
    flex-flow: column;
  }
  .about_left {
    width: 100%;
  }
  .about_text {
    margin-top: 20px;
  }
  .about_left .mores_a {
    margin-top: 30px;
  }
  .mores_a a {
    font-size: 12px;
  }
  .about_right {
    width: 100%;
    margin-top: 45px;
  }
  .about_right ul {
    padding: 0;
  }
  .about_right .clearboth {
    display: none;
  }
  .about_right li:nth-child(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .about {
    padding: 30px 0;
  }
  .about_text {
    font-size: 14px;
    margin-top: 15px;
  }
  .about_right {
    margin-top: 36px;
  }
  .about_right li {
    width: 48%;
  }
  .about_right li:nth-child(n+3) {
    margin-top: 24px;
  }
  .about_right li h3 {
    justify-content: flex-start;
  }
  .about_right li h5 {
    font-size: 14px;
    justify-content: flex-start;
  }
}

/* 第三屏-产品中心 */
.section3 {
  position: relative;
  
}
.back_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000000;
}
.back_img .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
.back_img .imgs.exhibit {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  transition: 0.5s ease;
}
.product {
  position: relative;
  z-index: 20;
  padding: 88px 0 200px;
}
.product .dth_wh {
  max-width: 1220px;
}
.product .titles {
  text-align: center;
}
.product_text {
  text-align: center;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 1.6em;
}
.product .mores_a {
  margin-top: 11.5vh;
}
.product .mores_a a {
  margin: 0 auto;
}

.product_list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;
}
.product_list ul {
  justify-content: space-between;
  border-width: 0;
  border-color: rgba(238, 238, 238, 0.2);
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.product_list li {
  flex: 1;
  border-width: 0;
  border-color: rgba(238, 238, 238, 0.2);
  border-style: solid;
  border-right-width: 1px;
}
.product_list li::last-child {
  border-right-width: 0;
}
.product_list li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7.2vh 4% 5.8vh;
  transition: 0.3s ease;
}
/* .product_list li:hover , */
.product_list li.exhibit {
	background-color: #d48e23;
}
.product_list li h3 {
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #eaeaea;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1em;
}
.product_list li .plus {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #8a8a8a;
  outline: 4px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
}
.product_list li .plus span {
  display: block;
  border-radius: 50%;
	width: 1.5em;
  line-height: 1.5;
	background-color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 1660px) {
  .product_text {
    font-size: 17px;
  }
  .product_list li h3 {
    font-size: 19px;
  }
  .product_list li .plus {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .product_text {
    font-size: 16px;
  }
  .product_list li h3 {
    font-size: 18px;
  }
  .product_list li .plus {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .product {
    padding: 8% 0 0;
  }
  .product_text {
    font-size: 15px;
  }
  .product .mores_a {
    margin-top: 6%;
  }
  .product_list {
    position: relative;
    margin-top: 8%;
  }
  .product_list li a {
    padding: 15% 8%;
    pointer-events: none;
  }
  .product_list li h3 {
    font-size: 17px;
  }
  .product_list li .plus {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .product_text {
    margin-top: 1.2em;
  }
  .product_list li h3 {
    font-size: 16px;
  }
  .product_list li .plus {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .product {
    padding: 42px 0 0;
  }
  .product_text {
    font-size: 14px;
    margin-top: 1em;
  }
  .product .mores_a {
    margin-top: 30px;
  }
  .product_list {
    margin-top:36px;
  }
  .product_list ul {
    flex-wrap: wrap;
  }
  .product_list li {
    flex: none;
    width: calc(100% / 3);
  }
  .product_list li:nth-child(n+4) {
    border-top-width: 1px;
  }
  .product_list li a {
    padding: 20px 10px;
  }
  .product_list li h3 {
    font-size: 14px;
    margin: 0;
  }
  .product_list li .plus {
    display: none;
  }
}

/* 第四屏-全球营销 */
.section4 {}
.section4 .fp-tableCell {
  vertical-align: bottom;
}
.global {
  width: 100%;
  height: 100vh;
  position: relative;
}
.global_map {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.global_map_change {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.global_map_change_li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.global_map_change_li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}
.global_map_change_li:nth-child(1)::before  {
  background-image: url("../image/9df40d957789af743a14a870f1ed9852fa623398.png");
}
.global_map_change_li:nth-child(2)::before  {
  background-image: url("../image/abf868b3416029fbc74dc1c9cd2663b3e852c195.png");
}
.global_map_change_li:nth-child(3)::before  {
  background-image: url("../image/a7a7a535be5f8d0c0d8ccb0007d33cc0d7bbe448.png");
}
.global_map_change_li .min_map {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 5;
}
.global_map_change_li:nth-child(1) .min_map {
  /* 197*169px */
  width: calc(197 / 1920 * 100%);
  height: calc(169 / 960 * 100%);
  left: calc(1500 / 1920 * 100%);
  top: calc(582 / 960 * 100%);
  z-index: 10;
}
.global_map_change_li:nth-child(2) .min_map {
  /* 882*466 */
  width: calc(882 / 1920 * 100%);
  height: calc(466 / 960 * 100%);
  left: calc(899 / 1920 * 100%);
  top: calc(251 / 960 * 100%);
  z-index: 7;
}
.global_map_change_li:nth-child(3) .min_map {
  /* 481*274 */
  width: calc(481 / 1920 * 100%);
  height: calc(274 / 960 * 100%);
  left: calc(269 / 1920 * 100%);
  top: calc(305 / 960 * 100%);
  z-index: 8;
}

.global_map_change_li.ac_up::before {
  opacity: 1;
  visibility: visible;
}
.global_map_change_li.ac_up .min_map {
}

.global_map_change_li .map_click {
  display: block;
  /* 20*30 */
  width: calc(20 / 1920 * 100vw);
  height: calc(30 / 960 * 100vh);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
/* 右下小图 */
.global_map_change_li:nth-child(1) .map_click:nth-child(1) {
  left: calc(92 / 197 * 100%);
  top: calc(16 / 169 * 100%);
}
/* 中间大地图 */
.global_map_change_li:nth-child(2) .map_click:nth-child(1) {
  left: calc(138 / 882 * 100%);
  top: calc(53 / 466 * 100%);
}
.global_map_change_li:nth-child(2) .map_click:nth-child(2) {
  left: calc(296 / 882 * 100%);
  top: calc(66 / 466 * 100%);
}
.global_map_change_li:nth-child(2) .map_click:nth-child(3) {
  left: calc(449 / 882 * 100%);
  top: calc(41 / 466 * 100%);
}
.global_map_change_li:nth-child(2) .map_click:nth-child(4) {
  left: calc(622 / 882 * 100%);
  top: calc(83 / 466 * 100%);
}
.global_map_change_li:nth-child(2) .map_click:nth-child(5) {
  left: calc(413 / 882 * 100%);
  top: calc(186 / 466 * 100%);
}
.global_map_change_li:nth-child(2) .map_click:nth-child(6) {
  left: calc(470 / 882 * 100%);
  top: calc(177 / 466 * 100%);
}
.global_map_change_li:nth-child(2) .map_click:nth-child(7) {
  left: calc(664 / 882 * 100%);
  top: calc(154 / 466 * 100%);
}
.global_map_change_li:nth-child(2) .map_click:nth-child(8) {
  left: calc(692 / 882 * 100%);
  top: calc(183 / 466 * 100%);
}
.global_map_change_li:nth-child(2) .map_click:nth-child(9) {
  left: calc(471 / 882 * 100%);
  top: calc(239 / 466 * 100%);
}
.global_map_change_li:nth-child(2) .map_click:nth-child(10) {
  left: calc(545 / 882 * 100%);
  top: calc(309 / 466 * 100%);
}
/* 左侧地图 */
.global_map_change_li:nth-child(3) .map_click:nth-child(1) {
  left: calc(185 / 481 * 100%);
  top: calc(10 / 274 * 100%);
}
.global_map_change_li:nth-child(3) .map_click:nth-child(2) {
  left: calc(221 / 481 * 100%);
  top: calc(72 / 274 * 100%);
}
.global_map_change_li:nth-child(3) .map_click:nth-child(3) {
  left: calc(249 / 481 * 100%);
  top: calc(128 / 274 * 100%);
}
.global_map_change_li:nth-child(3) .map_click:nth-child(4) {
  left: calc(276 / 481 * 100%);
  top: calc(173 / 274 * 100%);
}

.global_map_change_li .map_click .imgs {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, -32%);
  width: calc(104 / 20 * 100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  cursor: auto;
}
.global_map_change_li .map_click .imgs::after {
  content: "";
  display: block;
	width: 1px;
	height: 32%;
	background-color: #c9c9c9;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.global_map_change_li .map_click .imgs img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.global_map_change_li .map_click.emerge .imgs {
  opacity: 1;
  visibility: visible;
}

.global_map .network {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: relative;
  /* z-index: 10; */
}


.global_text {
  position: absolute;
  bottom: 8.2vh;
  left: calc((100% - 1600px) / 2);
  max-width: 60%;
  width: 450px;
  z-index: 50;
}
.global_text .dth_wh {}
.global_text .titles {}
.global_text .titles h2 {
	color: #2c2c2c;
}
.global_text .wzs {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.65;
	letter-spacing: 0px;
	color: #6b6c6d;
  text-align: justify;
  margin-top: 3.1vh;
}

@media (max-width: 1660px) {
  .global_text {
    left: 2%;
  }
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
  .global {
    display: none;
  }
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* 第五屏-行业应用 */
.section5 {
}
.industry_back_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
}
.industry_back_img .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  background-color: #f1f1f1;
  transform: skew(2deg) scale(1.1) rotate(-2deg);
  object-position: 50% 100%;
  padding-top: 0;
}
.industry_back_img .imgs.exhibit {
  transition: all 600ms ease-out 0ms;
  opacity: 1;
  visibility: visible;
  z-index: 6;
  transform: none;
  filter: none;
}
.industry_back_img .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry {
  position: relative;
  z-index: 10;
  padding-top: 88px;
}
.industry .dth_wh {
  justify-content: space-between;
  align-items: center;
}
.industry_left {
  width: 40%;
  max-width: 500px;
  flex-shrink: 0;
}
.industry_text {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 0px;
	color: #fefefe;
  text-align: justify;
  margin-top: 4.5vh;
}
.industry_right {
  /* width: 54.8%; */
  width: 42%;
  max-width: 636px;
  margin: 0 7.6%;
}
.industry_round {
  display: block;
  width: 100%;
  padding-top: 100%;
  margin: 0 auto;
  position: relative;
}
.industry_round_rotate {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../image/d3d5dcca5474ef139041290e9b0d7b886a46077a.png");
}
.industry_small {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.industry_small_li {
  display: block;
  position: absolute;
  top: calc(28 / 636 * 100%);
  left: calc(86 / 636 * 100%);
}
.industry_small_li:nth-child(6) {
  left: auto;
  right: calc(81 / 636 * 100%);
}
.industry_small_li:nth-child(2) {
  top: calc(275 / 636 * 100%);
  left: calc(-29 / 636 * 100%);
}
.industry_small_li:nth-child(5) {
  top: calc(275 / 636 * 100%);
  left: auto;
  right: calc(-31 / 636 * 100%);
}
.industry_small_li:nth-child(3) {
  top: auto;
  bottom: calc(32 / 636 * 100%);
}
.industry_small_li:nth-child(4) {
  top: auto;
  bottom: calc(32 / 636 * 100%);
  left: auto;
  right: calc(81 / 636 * 100%);
}
.industry_small_li a {
  display: block;
  position: relative;
}
.industry_small_li .imgs {
  display: block;
	background-color: rgba(255, 255, 255, 0.35);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 400ms ease-out 0s;
}
.industry_small_li .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.industry_small_li h4 {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
  line-height: 1.5;
  margin: 0 1.2em;
}
.industry_small_li:nth-child(n+4) h4 {
  right: auto;
  left: 100%;
}

.industry_small_li:hover .imgs {
  background-color: rgba(0, 0, 0, 0.6);
}
.industry_small_li.exhibit .imgs {
	background-color: #d48e23;
}

.industry_core {
  display: block;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.industry_core_li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: -1;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.industry_core_li.exhibit {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  transition: 0.5s ease;
}
.industry_core_li h4 {
  font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
  line-height: 1.5;
	color: #ffffff;
}
.industry_core_li h4::after {
  content: "";
  display: block;
  margin: 0.4em auto 0;
  width: 52px;
	height: 3px;
	background-color: #ffffff;
}

.industry_core_li .sums {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.1;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 1.4em;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 6.3em;
}
.industry_core_li a {
  display: block;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
  line-height: 2.5;
	width: 8em;
	background-color: #d48e23;
	border-radius: 2em;
  text-align: center;
  margin: 1.2em auto 0;
}

@media (max-width: 1660px) {
  .industry_text {
    font-size: 17px;
  }
  .industry_right {
    margin: 0;
    margin-right: 2%;
  }
  .industry_core_li h4 {
    font-size: 1.8vw;
  }
  .industry_small_li:nth-child(n+1) h4 {
    top: 100%;
    left: 0;
    transform: none;
    margin: 10px 0 0;
  }
  .industry_small_li h4 {
    font-size: 17px;
  }
}
@media (max-width: 1400px) {
  .industry_text {
    font-size: 16px;
  }
  .industry_small_li .imgs {
    width: 56px;
    height: 56px;
  }
  .industry_small_li h4 {
    font-size: 16px;
  }
  .industry_core_li .sums {
    line-height: 2;
    height: 6em;
  }
  .industry_core_li a {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .industry {
    padding: 50px 0;
  }
  .industry_text {
    font-size: 15px;
    margin-top: 30px;
  }
  .industry_right {
    width: 45%;
  }
  .industry_small_li .imgs {
    width: 50px;
    height: 50px;
  }
  .industry_small_li h4 {
    font-size: 15px;
  }
  .industry_core_li h4 {
    font-size: 22px;
  }
  .industry_core_li .sums {
    font-size: 13px;
  }
  .industry_core_li a {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .industry {
    padding: 36px 0 42px;
  }
  .industry .dth_wh {
    flex-flow: column;
  }
  .industry_left {
    width: 100%;
    max-width: 100%;
  }
  .industry_text {
    margin-top: 20px;
  }
  .industry_right {
    width: 100%;
    max-width: 100%;
  }
  .industry_round {
    padding-top: 0;
    margin-top: 30px;
  }
  .industry_round_rotate {
    display: none;
  }
  .industry_small {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .industry_small_li:nth-child(n+1) {
    position: relative;
    left: 0;
    top: 0;
  }
  .industry_small_li .imgs {
    margin: 0 auto;
  }
  .industry_small_li h4 {
    position: relative;
    top: auto;
    text-align: center;
  }
  .industry_core {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .industry_core_li {
    align-items: flex-start;
  }
  .industry_core_li.exhibit {
    position: relative;
  }
  .industry_core_li a {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .industry_core_li .sums {
    height: auto;
    text-align: left;
  }
  .industry_core_li h4::after {
    margin: 0.4em 0 0;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .industry {
    padding: 32px 0 40px;
  }
  .industry_text {
    margin-top: 10px;
    font-size: 14px;
  }
  .industry_round {
    margin-top: 24px;
  }
  .industry_small_li:nth-child(n+1) {
    width: 30%;
  }
  .industry_small_li:nth-child(n+4) {
    margin-top: 20px;
  }
  .industry_core_li h4 {
    font-size: 18px;
  }
  .industry_core_li h4::after {
    height: 2px;
    width: 45px;
  }
  .industry_core_li a {
    margin-top: 20px;
    border-radius: 0;
  }
}

/* 第六屏-新闻 */
.section6 {
	background-color: rgba(238, 238, 238, 0.25);
  position: relative;
}
.news {
  padding: 88px 0 20px;
}
.news .dth_wh {
  align-items: center;
}
.news_left {
  /* position: relative; */
  width: 252px;
  margin-right: 5%;
  padding-right: 20px;
  flex-shrink: 0;
  z-index: 1;
}
.news_left .news_back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../image/90d3da2bbd2edb0a63bc59a7c7962c82faf38f0d.jpg");
  width: calc(252px + calc(100vw - 1600px) / 2);
  height: 100vh;
  z-index: -1;
}
.news_text {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #d2d2d2;
  margin-top: 0.75em;
}
.news_list {
  margin-top: 6.4vh;
}
.news_list li {
  cursor: pointer;
  font-size: 0;
}
.news_list li:nth-child(n+2) {
  margin-top: 3.4vh;
}
.news_list li:nth-child(n+4) {
  display: none;
}
.news_list li a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  pointer-events: none;
  position: relative;
}
.news_list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
}
.news_list li.current a::after {
  opacity: 1;
  visibility: visible;
}
.news_list li img {
  display: block;
  height: calc(16 / 18 * 1em);
  margin-right: 0.8em;
}
.news_list li h4 {
  display: block;
  font-size: inherit;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #fffbfb;
}
.news_left .mores_a {
  margin-top: 7.2vh;
}

.news_right {
  width: calc(95% - 252px);
  position: relative;
}
.news_tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s ease;
}
.news_tab.current {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 5;
  transition: 0.5s all;
}
.news_tab li {}
.news_tab li a {
  display: block;
}
.news_tab li .times {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-family: Arial, Helvetica, sans-serif;
}
.news_tab li .times span {
  font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #9f9f9f;
}
.news_tab li .times p {
  font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #9f9f9f;
  margin-left: 1em;
}
.news_tab li h3 {
  display: block;
  font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #1c1b1b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3.2vh;
}
.news_tab li .imgs {
  padding-top: calc(265 / 376 * 100%);
  margin-top: 2.4vh;
}
.news_tab li .sums {
  font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: 0px;
	color: #7a7a7a;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.5em;
  text-align: justify;
  /* margin-top: 20px; */
  margin-top: 2vh;
}
.news_tab li .li_mors {
  font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #7a7a7a;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* margin-top: 12%; */
  margin-top: 4.5vh;
}
.news_tab li .li_mors span {
  display: block;
  margin-left: 1em;
  width: calc(16 / 15 * 1em);
  height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../image/038265a8a169eed894929d7ce7ca2df198f79842.png");
}

.news_tab li h3,
.news_tab li .li_mors,
.news_tab li .li_mors span {
  transition: 0.3s ease;
}
.news_tab li:hover h3 {
  color: #d48e23;
}
.news_tab li:hover .li_mors {
	color: #d48e23;
}
.news_tab li:hover .li_mors span {
  background-image: url("../image/2cbbbf8e3b3982d2c5e900b65b5fc8ff8c7a9256.png");
}

@media (max-width: 1660px) {
  .news_text {
    font-size: 17px;
  }
  .news_left .news_back {
    width: calc(252px + 2vw);;
  }
  .news_list li a {
    font-size: 17px;
  }
  .news_tab li .times span {
    font-size: 2.4vw;
  }
}
@media (max-width: 1400px) {
  .news_left {
    width: 230px;
  }
  .news_left .news_back {
    width: calc(230px + 2vw);;
  }
  .news_text {
    font-size: 16px;
  }
  .news_list li a {
    font-size: 16px;
  }
  .news_right {
    width: calc(95% - 230px);
  }
  .news_tab li .times span {
    font-size: 32px;
  }
  .news_tab li .times p {
    font-size: 13px;
    margin-left: 0.8em;
  }
  .news_tab li h3 {
    font-size: 21px;
  }
  .news_tab li .sums {
    font-size: 16px;
  }
  .news_tab li .li_mors {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
  .news_left {
    width: 200px;
  }
  .news_left .news_back {
    width: calc(200px + 20px);;
  }
  .news_text {
    font-size: 15px;
  }
  .news_list {
    margin-top: 30px;
  }
  .news_list li a {
    font-size: 15px;
  }
  .news_left .mores_a {
    margin-top: 36px;
  }

  .news_right {
    width: calc(95% - 200px);
  }
  .news_tab li h3 {
    margin-top: 0.5em;
    font-size: 20px;
  }
  .news_tab li .imgs {
    margin-top: 15px;
  }
  .news_tab li .sums {
    font-size: 15px;
  }
  .news_tab li .li_mors {
    font-size: 13px;
    margin-top: 20px;
  }
}
@media (max-width: 990px) {
  .news {
    padding: 36px 0;
  }
  .news .dth_wh {
    flex-flow: column;
  }
  .news_left {
    width: 100%;
    margin-right: 0;
    padding: 0;
    text-align: center;
  }
  .news_left .news_back {
    display: none;
  }
  .news_left .titles h2 {
    color: #2c2c2c;
  }
  .news_text {
    color: #6b6c6d;
  }
  .news_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .news_list li:nth-child(n+2) {
    margin-left: 24px;
    margin-top: 0;
  }
  .news_list li a {
    filter: brightness(0);
  }
  .news_left .mores_a {
    display: none;
  }
  .news_right {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .news {
    padding: 32px 0;
  }
  .news_text {
    font-size: 14px;
    margin-top: 0.5em;
  }
  .news_right {
    margin-top: 20px;
  }
  .news_tab li .times span {
    font-size: 28px;
  }
  .news_tab li .times p {
    font-size: 12px;
    margin-left: 0.5em;
  }
  .news_tab li h3 {
    font-size: 18px;
  }
  .news_tab li .imgs {
    margin-top: 10px;
  }
  .news_tab li .imgs {
    font-size: 14px;
    margin-top: 12px;
  }
  .news_tab li .li_mors {
    margin-top: 16px;
    font-size: 12px;
  }
}


/* 底部 */
.section7 {
  overflow: visible;
}
footer {
	background-color: #313131;
}
.section7 footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
  z-index: 95;
}
.section7.active footer {
  transform: translateY(0);
}

footer a {
  color: inherit;
  font-size: inherit;
}

.layout {
  /* padding: 52px 0 36px; */
  padding: 5.4vh 0 3.75vh;
}
.layout_nav {
  width: 66%;
}
.layout_nav ul {
  align-items: center;
  justify-content: flex-start;
}
.layout_nav li {
  margin-right: 60px;
}
.layout_nav li a {
  display: block;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #ffffff;
}
.layout_nav li:hover a {
  color: #d48e23;
}
.layout_tel {
  max-width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.layout_tel>span {
  display: block;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #c7c7c7;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto calc(22 / 18 * 1em);
  padding-left: 2em;
}
.layout_tel>p {
  font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  margin-left: 1em;
}
.layout_tel>p:nth-child(n+3) {
  display: none;
}

.foots {
	border-top: solid 1px rgba(125, 125, 125, 0.26);
  padding: 5.2vh 0 0;
}
.foots .dth_wh {
  flex-wrap: wrap;
  justify-content: space-between;
}
.foots_contact {
  flex-grow: 1;
  margin-right: 5%;
}
.foots_contact li {
  font-size: 18px;
  margin-bottom: 0.2em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.foots_contact li .imgs {
  height: calc(21 / 18 * 1em);
  width: 2.3em;
  padding-right: 0.5em;
}
.foots_contact li .imgs img {
  display: block;
  height: 100%;
  max-width: 100%;
}
.foots_contact li p {
  font-size: inherit;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #eaeaea;
}
.foots_ewm {
  width: 142px;
}
.foots_ewm img {
  width: 100%;
}
.foots_ewm p {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #949494;
  text-align: center;
  margin-top: 0.5em;
}

.ft_link {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #b7b7b7;
  width: 100%;
  padding: 0.75em 0;
}
.ft_link a {
  margin-right: 1em;
}
.ft_link a:hover {
}

.feet {
	border-top: solid 1px rgba(125, 125, 125, 0.26);
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #949494;
  padding: 1em 0;
}
.feet .dth_wh {
  justify-content: space-between;
  flex-wrap: wrap;
}
.feet a:hover {
  color: #ffffff;
}
.feet img {
  width: 1em;
  max-height: 1.5em;
  object-fit: contain;
  margin: 0 0.2em;
}

@media (max-width: 1660px) {
  .layout_nav li {
    margin-right: 3.6vw;
  }
  .layout_nav li a {
    font-size: 17px;
  }
  .layout_tel>span {
    font-size: 1.08vw;
  }
  .layout_tel>p {
    font-size: 1.56vw;
  }

  .foots_contact li {
    font-size: 17px;
  }
  .ft_link {
    font-size: 15px;
  }
  .feet {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .layout_nav li a {
    font-size: 16px;
  }
  .layout_tel>p {
    font-size: 22px;
  }
  .foots_contact li {
    font-size: 16px;
  }
  .foots_ewm {
    width: 132px;
  }
  .foots_ewm p {
    font-size: 13px;
  }
  .ft_link {
    font-size: 14px;
  }
  .feet {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #toolbar {
    display: none;
  }
  footer {}
  .section7 footer {
    position: relative;
    transform: none;
  }
  .layout {
    padding: 25px 0;
  }
  .layout_nav li {
    margin-right: 40px;
  }
  .layout_nav li a {
    font-size: 15px;
  }
  .layout_tel>span {
    font-size: 13px;
  }
  .layout_tel>p {
    font-size: 20px;
  }
  .foots {
    padding-top: 30px;
  }
  .foots_contact li {
    font-size: 14px;
  }
  .foots_ewm {
    width: 120px;
  }
  .foots_ewm p {
    font-size: 12px;
  }
  .ft_link {
    font-size: 12px;
  }
  .feet {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .layout {
    padding: 15px 0;
  }
  .layout_nav {
    display: none;
  }
  .layout_tel {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
  .foots {
    padding: 24px 0 20px;
  }
  .foots_ewm {
    width: 100px;
  }
  .ft_link {
    display: none;
  }
  .feet {
    text-align: center;
  }
  .feet .dth_wh {
    justify-content: center;
  }
  .ft_prs,
  .ft_region {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .layout_tel {
    align-items: flex-end;
  }
  .layout_tel>span {
    font-size: 12px;
  }
  .layout_tel>p {
    line-height: 1;
  }
  .foots {
    padding: 15px 0 15px;
  }
  .foots_contact {
    margin-right: 0;
    width: 100%;
  }
  .foots_ewm {
    margin-top: 20px;
    width: 80px;
  }
  .foots_contact li {
    font-size: 13px;
  }
  .foots_contact li .imgs {
    width: 2em;
    padding-right: 0.4em;
  }
}


/* 客服位置调整 */
#toolbar.top .online-one li:last-child {
  height: 0;
}
#toolbar .online-one li:last-child {
  height: 70px;
  transition: 0.5s all;
  overflow: hidden;
}


/* #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.ewm .ewm-box {
  left: calc(100% + 5px);
  right: auto;
  transform: translateX(-100%);
}
#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;
} */


/* 整屏入场动画 */
@media(min-width: 1200px) {
  /* 关于 */
  .about_left {
    animation-fill-mode: both;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 0.2s;
  }
  .section.active .about_left {
    animation-name: fadeInLeft;
  }
  .about_right {
    animation-fill-mode: both;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 0.2s;
  }
  .section.active .about_right {
    animation-name: fadeInRight;
  }
  /* 产品 */
  .product .titles {
    animation-fill-mode: both;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 0.2s;
  }
  .section.active .product .titles {
    animation-name: fadeInUp;
  }
  .product_text {
    animation-fill-mode: both;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 0.4s;
  }
  .section.active .product_text {
    animation-name: fadeInUp;
  }
  .product .mores_a {
    animation-fill-mode: both;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 0.6s;
  }
  .section.active .product .mores_a {
    animation-name: fadeInUp;
  }
  .product_list {
    animation-fill-mode: both;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 1s;
  }
  .section.active .product_list {
    animation-name: fadeInUp;
  }

  /* 营销网点 */
  .global_map {
    animation-fill-mode: both;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 0.2s;
  }
  .section.active .global_map {
    animation-name: fadeIn;
  }
  .global_map .network {
    animation-fill-mode: both;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 0.5s;
  }
  .section.active .global_map .network {
    animation-name: fadeIn;
  }
  .global_text .titles,
  .global_text .wzs {
    animation-fill-mode: both;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 0.8s;
  }
  .section.active .global_text .titles,
  .section.active .global_text .wzs {
    animation-name: fadeInUp;
  }
  /* 行业应用 */
  .industry_left {
    animation-fill-mode: both;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 0.2s;
  }
  .section.active .industry_left {
    animation-name: fadeInLeft;
  }
  .industry_right {
    animation-fill-mode: both;
    animation-direction: normal;
    animation-duration: 1s;
    animation-delay: 0.2s;
  }
  .section.active .industry_right {
    animation-name: fadeInRight;
  }
  
  /* 新闻资讯 */
}