/* color */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
@import "/Static/css/common.css";
@import "/Static/css/keyframs.css";
@import "//at.alicdn.com/t/c/font_4358730_x9usdvxo8im.css";
.whmax {
  width: 100%;
  height: 100%;
}
/* this website */
a {
  display: block;
}
.page_newsbody {
  padding: 0 50px 60px 50px;
}
.page_newsbody .section_main14 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.page_newsbody .rich_body {
  max-width: 920px;
  width: 100%;
  padding-right: 50px;
}
.page_newsbody .rich_body .mtop {
  padding: 20px 0 0 0;
}
.page_newsbody .rich_body .mtop h1 {
  font-size: 30px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 20px;
}
.page_newsbody .rich_body .mtop hr {
  display: block;
  width: 100%;
  background: #F0C800;
  border: none;
  height: 1px;
}
.page_newsbody .rich_body .mtop .mfont {
  margin-bottom: 20px;
  display: flex;
  line-height: 150%;
}
.page_newsbody .rich_body .mtop .mfont span {
  color: #909399;
  font-size: 15px;
}
.page_newsbody .rich_body .mtop .mfont i {
  display: block;
  width: 1px;
  height: 14px;
  background: #eee;
  margin: 0 10px;
}
.page_newsbody .hot_box {
  width: 420px;
  flex-shrink: 0;
  position: sticky;
  top: 150px;
}
.page_newsbody .hot_box h2 {
  font-size: 20px;
  color: #303133;
  margin-bottom: 30px;
}
.page_newsbody .hot_box ul {
  width: 100%;
}
.page_newsbody .hot_box li {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.page_newsbody .hot_box li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page_newsbody .hot_box a {
  transition: 0.2s all ease-in;
  display: flex;
  align-items: center;
  align-items: flex-start;
  width: 100%;
}
.page_newsbody .hot_box a .mimg {
  padding-top: 60%;
  width: 127px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.page_newsbody .hot_box a .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_newsbody .hot_box a .mfont {
  padding-left: 15px;
  flex: 1;
}
.page_newsbody .hot_box a .mfont h3 {
  font-size: 15px;
  color: #303133;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-bottom: 13px;
  line-height: 160%;
}
.page_newsbody .hot_box a .mfont .mtext {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_newsbody .hot_box a .mfont .mtext span {
  color: #909399;
  font-size: 14px;
}
.page_newsbody .hot_box a:hover {
  transform: translateY(-2px);
}
.page_newsbody .hot_box a:hover img {
  transform: scale(1.03);
}
.newOther {
  height: 60px;
  padding: 10px 20px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #F2F2F2;
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}
.newOtherBack {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  background-color: #F0C800;
  text-align: center;
  color: #404040;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  transition: 0.2s all ease-in;
}
.newOtherBack:hover {
  background: #404040;
  color: #fff;
  transition: 0.2s all ease-in;
}
.newOtherNext {
  display: flex;
  color: #666;
  width: 42%;
}
.newOtherNext i {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 40px;
  color: #333;
  font-size: 20px;
  transition: 0.2s all ease-in;
}
.newOtherNext i:hover {
  background: #F0C800;
  color: #333;
  transition: 0.2s all ease-in;
}
.newOtherNext span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newOtherNext:last-of-type {
  flex-direction: row-reverse;
}
.newOtherNext:last-of-type i {
  margin: 0 0 0 10px;
}
.news_body {
  padding: 60px 50px;
}
.news_body .news_body_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.news_body .news_body_top h2 {
  font-size: 35px;
  color: #303133;
  font-weight: bold;
}
.news_body .news_body_top .mright {
  height: 50px;
  border-radius: 0px;
  padding: 13px 20px;
  background: #f4f4f4;
  max-width: 420px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_body .news_body_top .mright input {
  background: none;
  border: none;
  color: #303133;
  font-size: 16px;
  width: 100%;
}
.news_body .news_body_top .mright i {
  color: #333;
  font-size: 20px;
}
.news_body ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news_body li {
  width: 33.33%;
  padding: 10px;
  margin-bottom: 25px;
}
.news_body .page_flipper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.news_body .page_flipper .page_flipper_main {
  padding: 20px 30px 15px 30px;
  display: flex;
  align-items: center;
  background: #F0C800;
}
.news_body .page_flipper a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 160%;
}
.news_body .page_flipper a::after {
  content: '';
  display: block;
  height: 10px;
  width: 1px;
  flex-shrink: 0;
  margin: 0 19px;
  background: #333;
}
.news_body .page_flipper a:last-child::after {
  display: none;
}
.case_mtabs {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 50px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.case_mtabs ul {
  display: flex;
  align-items: center;
  height: 100%;
  height: 80px;
  width: 100%;
}
.case_mtabs li {
  width: 220px;
  height: 100%;
  transition: 0.2s all ease-in;
}
.case_mtabs li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #303133;
  width: 100%;
  height: 100%;
  transition: 0.2s all ease-in;
  font-size: 20px;
}
.case_mtabs li.curr {
  background: #000;
}
.case_mtabs li.curr a {
  color: #FFFFFF;
}
.case_mtabs li:hover {
  background: #000;
}
.case_mtabs li:hover a {
  color: #FFFFFF;
}
.case_list .case_list_main {
  width: 100%;
}
.case_list li {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 45px;
  margin-bottom: 45px;
  position: relative;
}
.case_list li .case_item {
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
}
.case_list li .case_item .mleft {
  width: 460px;
  height: 280px;
}
.case_list li .case_item .mleft .mimg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in;
}
.case_list li .case_item .mleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.case_list li .case_item .mright {
  width: calc(100% - 460px);
  height: 280px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  padding: 13px 0 13px 30px;
}
.case_list li .case_item .mright .minfo {
  width: 100%;
}
.case_list li .case_item .mright .minfo h3 {
  font-size: 22px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.case_list li .case_item .mright .minfo p {
  font-size: 16px;
  color: #606266;
  line-height: 180%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.case_list li .case_item .mright .minfo hr {
  border: none;
  display: block;
  width: 76px;
  height: 2px;
  background: #F0C800;
  margin: 30px 0 30px 0;
  transition: 0.2s all ease-in;
}
.case_list li .case_item:hover {
  transform: translateY(-3px);
}
.case_list li .case_item:hover .mleft img {
  transform: scale(1.05);
}
.case_list li .case_item:hover .mright hr {
  width: 40px;
}
.case_list li::after {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background: #F0C800;
  position: absolute;
  transition: 0.3s all ease-in;
  bottom: 0;
  left: 0;
}
.case_list li:last-child {
  border: none;
}
.case_list li:last-child::after {
  width: 0%!important;
}
.case_list li:hover::after {
  width: 100%;
}
.page_plan01 ul {
  display: flex;
  flex-wrap: wrap;
}
.page_plan01 li {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 25px;
}
.page_plan02 .swiper-container {
  overflow: hidden;
}
.page_plan02 .swivideo_pag {
  bottom: 20px;
}
.page_plan02 .swivideo_pag .swiper-pagination-bullet {
  width: 43px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
  background: #333;
}
.page_plan02 .swivideo_pag .swiper-pagination-bullet-active {
  background: #F0C800;
}
.page_plan02 .mitem {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.page_plan02 .mitem .mimg {
  padding-top: 43.5%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.page_plan02 .mitem .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_plan02 .mitem .imgbox {
  z-index: 1;
}
.page_plan02 .mitem .mimg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.page_plan02 .micon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.page_plan02 .micon p {
  position: absolute;
  animation: ripple-animation 1.5s ease-out infinite;
  /* 使用动画 */
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}
.page_plan02 .micon .xhi {
  background: #F0C800;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 5;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.page_plan02 .micon .xhi i {
  color: #333;
  font-size: 22px;
}
.page_plan02 .micon .myuan1 {
  width: 20px;
  /* 调整波纹大小 */
  height: 20px;
  /* 调整波纹大小 */
  animation-delay: 0.2s;
  /* 添加延迟以创建连续波纹效果 */
}
.page_plan02 .micon .myuan2 {
  width: 40px;
  /* 调整波纹大小 */
  height: 40px;
  /* 调整波纹大小 */
  animation-delay: 0.4s;
  /* 添加延迟以创建连续波纹效果 */
}
.page_plan02 .micon .myuan3 {
  width: 60px;
  /* 调整波纹大小 */
  height: 60px;
  /* 调整波纹大小 */
  animation-delay: 0.6s;
  /* 添加延迟以创建连续波纹效果 */
}
@keyframes ripple-animation {
  0% {
    transform: scale(0);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.page_plan03 ul {
  display: flex;
  flex-wrap: wrap;
}
.page_plan03 li {
  width: 33.33%;
  padding: 0 5px;
  margin-bottom: 25px;
}
.page_plan03 a {
  position: relative;
  transition: 0.2s all ease-in;
}
.page_plan03 a .mbox {
  position: relative;
  padding-top: 74%;
}
.page_plan03 a .mimg {
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 20px 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page_plan03 a .mimg img {
  width: 100%;
  transition: 0.2s all ease-in;
}
.page_plan03 a .mfont {
  padding: 15px 12px;
}
.page_plan03 a h4 {
  font-size: 22px;
  color: #303133;
  font-weight: bold;
  margin-bottom: 10px;
  transition: 0.2s all ease-in;
}
.page_plan03 a p {
  font-size: 15px;
  color: #606266;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  transition: 0.2s all ease-in;
  line-height: 180%;
  height: 55px;
}
.page_plan03 a::after {
  content: '';
  display: block;
  width: 0%;
  transition: 0.3s all ease-in;
  height: 2px;
  background: #F0C800;
}
.page_plan03 a:hover {
  transform: translateY(-3px);
}
.page_plan03 a:hover .mimg img {
  transform: scale(1.03);
}
.page_plan03 a:hover::after {
  width: 100%;
}
.page_plan03 li.curr a {
  transform: translateY(-3px);
}
.page_plan03 li.curr a .mimg img {
  transform: scale(1.03);
}
.page_plan03 li.curr a::after {
  width: 100%;
}
.page_download ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.page_download li {
  width: 33.33%;
  padding: 11px;
}
.page_problem ul {
  width: 100%;
}
.page_problem li {
  width: 100%;
  transition: 0.2s all ease-in;
  background: #fff;
  border: 2px solid #F0F5F7;
  background: #F0F5F7;
}
.page_problem li:nth-child(2n) {
  background: #fff;
  border: 2px solid #fff;
}
.page_problem a {
  display: block;
  padding-left: 25px;
  transition: 0.2s all ease-in;
  position: relative;
  background: #fff;
}
.page_problem .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.page_problem .mtop .mleft {
  display: flex;
  align-items: center;
}
.page_problem .mtop .mleft .xhi {
  font-size: 30px;
  transform: translateY(3px);
}
.page_problem .mtop .mleft h3 {
  font-size: 17px;
  color: #303133;
}
.page_problem .mtop .xhi {
  position: relative;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_problem .mtop .xhi i {
  transform-origin: center center;
  display: block;
  width: 13px;
  height: 2px;
  background: #333;
  transition: 0.2s all ease-in;
}
.page_problem .mtop .xhi .mshu {
  position: absolute;
  transform: rotate(90deg);
}
.page_problem .mtop .xhi .mheng {
  transform: rotate(0deg);
}
.page_problem .mmain {
  color: #303133;
  line-height: 180%;
  display: none;
  background: #fff;
  padding: 35px 25px 35px 25px;
}
.page_problem .mmain p {
  margin-bottom: 10px;
  font-size: 15px;
}
.page_problem li.curr {
  border: 2px solid #F0C800;
}
.page_problem li.curr a {
  background: #F0C800;
}
.page_problem li.curr .mtop .xhi .mshu {
  transform: rotate(180deg);
}
.page_problem li.curr .mtop .xhi .mheng {
  transform: rotate(180deg);
}
.page_problem li.curr:nth-child(2n) {
  border: 2px solid #F0C800;
}
.page_support01 ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.page_support01 li {
  flex: 1;
  padding: 0 10px;
}
.page_support01 .mitem {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page_support01 .mitem h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #303133;
  margin: 21px 0;
}
.page_support01 .mitem p {
  text-align: center;
  font-size: 16px;
  color: #606266;
  line-height: 180%;
}
.page_support01 .mitem .micon {
  background: #F0C800;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_support01 .mitem .micon img {
  width: 65%;
}
.page_support02 ul {
  width: 100%;
  display: flex;
}
.page_support02 li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 25px;
}
.page_support02 .mitem {
  width: 100%;
}
.page_support02 .mitem .mimg {
  padding-top: 57%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.page_support02 .mitem .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_support02 .mitem .mfont {
  padding: 15px;
  transition: 0.2s all ease-in;
}
.page_support02 .mitem .mfont h3 {
  font-size: 18px;
  color: #303133;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.page_support02 .mitem .mfont span {
  display: block;
  width: 26px;
  height: 4px;
  background: #F0C800;
  margin: 14px 0;
  transition: 0.2s all ease-in;
}
.page_support02 .mitem .mfont p {
  font-size: 15px;
  color: #606266;
  line-height: 160%;
}
.page_support02 .mitem:hover img {
  transform: scale(1.03);
}
.page_support02 .mitem:hover span {
  width: 40px;
}
.page_support03 {
  background: #f4f4f4;
}
.page_support03 ul {
  width: 100%;
  display: flex;
}
.page_support03 li {
  width: 25%;
  padding: 12px;
  transition: 0.2s all ease-in;
}
.page_support03 .mitem {
  background: #fff;
  padding: 20px;
  position: relative;
  height: 280px;
  transition: 0.2s all ease-in;
}
.page_support03 .mitem .toptop {
  width: 100%;
  height: 4px;
  background: #F0C800;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s all ease-in;
  z-index: 1;
}
.page_support03 .mitem .mtop {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
  z-index: 8;
}
.page_support03 .mitem .mtop h3 {
  transition: 0.2s all ease-in;
  font-size: 65px;
  font-weight: bold;
  font-family: numFont;
  color: #333;
  z-index: 8;
}
.page_support03 .mitem .mtop p {
  transition: 0.2s all ease-in;
  transform: translateY(-10px);
  font-size: 20px;
  font-weight: bold;
  font-family: numFont;
  margin-left: 10px;
  color: #E2E2E2;
  z-index: 8;
}
.page_support03 .mitem .mmid span {
  transition: 0.2s all ease-in;
  font-size: 16px;
  color: #cccccd;
}
.page_support03 .mitem .mmid h4 {
  color: #303133;
  font-weight: bold;
  margin: 5px 0 10px 0;
  font-size: 16px;
  transition: 0.2s all ease-in;
}
.page_support03 .mitem .mline {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  transition: 0.2s all ease-in;
}
.page_support03 .mitem .mline p {
  transition: 0.2s all ease-in;
  width: 25%;
  height: 2px;
  background: #F0C800;
  position: absolute;
  left: 0;
  top: 0;
}
.page_support03 .mitem .mline span {
  transition: 0.2s all ease-in;
  display: block;
  width: 100%;
  height: 2px;
  background: #F0F0F0;
}
.page_support03 .mitem h5 {
  font-size: 14px;
  color: #303133;
  transition: 0.2s all ease-in;
}
.page_support03 .mitem .mfang {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.2s all ease-in;
  width: 25px;
  height: 25px;
  background: #F0C800;
}
.page_support03 .mitem:hover {
  transform: translateY(-3px);
}
.page_support03 .mitem:hover .toptop {
  height: 100px;
}
.page_support03 .mitem:hover .mtop p {
  color: #303133;
}
.page_support03 .mitem:hover .mline p {
  width: 10%;
}
.page_support03 .mitem:hover .mfang {
  border-radius: 80px 0 0 0;
}
.page_support04 {
  background: url(/Static/images/bg01.jpg) no-repeat;
  background-size: cover;
  height: 220px;
  padding: 0 50px;
}
.page_support04 .section_main14 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.page_support04 .mleft {
  margin-right: 30px;
}
.page_support04 .mleft h3 {
  font-size: 25px;
  color: #303133;
  font-weight: bold;
  margin-bottom: 25px;
}
.page_support04 .mleft p {
  font-size: 16px;
  color: #303133;
  line-height: 170%;
  max-width: 650px;
}
.page_support04 .look_more {
  width: 170px;
}
.page_contact01 ul {
  width: 100%;
  display: flex;
  margin: 0 -20px;
}
.page_contact01 li {
  flex: 1;
  padding: 20px;
}
.page_contact01 .mitem {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  transition: 0.2s all ease-in;
}
.page_contact01 .mitem .mimg {
  height: 60px;
  margin-bottom: 18px;
}
.page_contact01 .mitem .mimg img {
  height: 100%;
}
.page_contact01 .mitem h3 {
  font-size: 20px;
  color: #303133;
  margin-bottom: 25px;
}
.page_contact01 .mitem p {
  font-size: 16px;
  color: #606266;
  line-height: 180%;
  text-align: center;
}
.page_contact01 .mmain {
  padding: 40px 20px;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page_contact01 .mitem::after {
  position: absolute;
  content: '';
  display: block;
  z-index: 10;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #F0C800;
  transition: 0.2s all ease-in;
}
.page_contact01 .mitem:hover {
  transform: translateY(-3px);
}
.page_contact01 .mitem:hover::after {
  height: 100%;
}
.page_contact02 .mform_box_main {
  background: #f4f4f4;
  padding: 60px 50px 50px 50px;
}
.page_contact02 .mitem {
  padding: 0 18px;
  width: 25%;
  margin-bottom: 35px;
}
.page_contact02 .mitem .xhipt {
  outline: none;
  background: #fff;
  padding: 0px 18px;
  transition: 0.2s all ease-in;
  border: #fff 1px solid;
  width: 100%;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.page_contact02 .mitem .xhipt:focus {
  border: #F0C800 1px solid;
}
.page_contact02 .mitem .xhselect {
  color: #999;
  outline: none;
  background: #fff;
  padding: 0px 18px;
  transition: 0.2s all ease-in;
  border: #fff 1px solid;
  width: 100%;
  font-size: 14px;
  height: 50px;
  appearance: none;
  -webkit-appearance: none;
  line-height: 50px;
  background: url(/Static/images/icon13.png) #fff no-repeat 95% center;
  background-size: 16px;
}
.page_contact02 .mitem .xhselect::-ms-expand {
  display: none;
}
.page_contact02 .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.page_contact02 .mtop span {
  color: #ff4517;
  font-size: 14px;
}
.page_contact02 .mtop p {
  font-size: 16px;
  color: #303133;
}
.page_contact02 .xhrow_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page_contact02 .xhtextarea {
  padding: 0 18px;
}
.page_contact02 .xhtextarea textarea {
  font-size: 14px;
  color: #303133;
  line-height: 180%;
  width: 100%;
  height: 165px;
  background: #fff;
  padding: 18px;
  border: #fff 1px solid;
  transition: 0.2s all ease-in;
}
.page_contact02 .xhtextarea textarea:focus {
  border: #F0C800 1px solid;
}
.page_contact02 .send_info {
  background: #F0C800;
  color: #303133;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 50px;
  margin: 50px auto 0 auto;
  transition: 0.2s all ease-in;
}
.page_contact02 .send_info:hover {
  transform: translateY(-3px);
  background: #000;
  color: #FFFFFF;
}
.page_jion {
  background: #f4f4f4;
}
.page_jion ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page_jion li {
  width: 50%;
  padding: 15px;
}
.page_jion li a {
  background: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s all ease-in;
}
.page_jion li a .micon i {
  transition: 0.2s all ease-in;
  color: #333;
  font-size: 35px;
}
.page_jion li a h3 {
  font-size: 20px;
  color: #303133;
  margin-bottom: 25px;
}
.page_jion li a p {
  font-size: 16px;
  color: #606266;
  line-height: 180%;
}
.page_jion li a:hover {
  transform: translateY(-3px);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.page_jion li a:hover .micon i {
  color: #F0C800;
}
.join_pop {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all ease-in;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join_pop .join_pop_main {
  max-width: 800px;
  background: #fff;
  margin: 0 auto;
  padding: 50px 50px 30px 50px;
  border: 1px solid #ddd;
  position: relative;
}
.join_pop .shut_join_pop {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 22px;
}
.join_pop .join_pop_top {
  padding-bottom: 25px;
  border-bottom: 1px solid #E2E2E2;
}
.join_pop .join_pop_top h3 {
  font-weight: bold;
  color: #333;
  font-size: 25px;
  margin-bottom: 25px;
}
.join_pop .join_pop_top .mfont {
  display: flex;
  align-items: center;
}
.join_pop .join_pop_top .mfont div {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.join_pop .join_pop_top .mfont i {
  font-size: 25px;
  color: #333;
  margin-right: 5px;
}
.join_pop .join_pop_top .mfont p {
  font-size: 15px;
  color: #606266;
}
.join_pop .join_pop_bom {
  max-height: 450px;
  min-height: 400px;
  overflow: auto;
}
.join_pop .join_pop_bom h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  margin-top: 30px;
}
.join_pop .join_pop_bom p {
  font-size: 16px;
  color: #303133;
  padding: 5px 0;
  line-height: 20px;
}
.join_pop .send_info {
  background: #F0C800;
  color: #303133;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin: 30px auto 0 auto;
  transition: 0.2s all ease-in;
}
.join_pop .send_info:hover {
  transform: translateY(-3px);
  background: #000;
  color: #FFFFFF;
}
.join_pop.curr {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
}
.page_about01 {
  background: url(/Static/images/bg02.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 890px;
}
.page_about01 .minfo {
  width: 100%;
  margin-bottom: 45px;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 160%;
  opacity: 0.9;
}
.page_about01 .minfo p {
  margin-bottom: 10px;
}
.page_about01 .mbody {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_about01 .mbody .mleft {
  width: 54%;
}
.page_about01 .mbody .mleft img {
  width: 100%;
}
.page_about01 .mbody hr {
  border: none;
  display: block;
  height: 214px;
  width: 2px;
  background: #F0C800;
  margin: 0px 30px;
}
.page_about01 .mbody .mright {
  width: 46%;
}
.page_about01 .mbody .mright ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.page_about01 .mbody .mright li:nth-child(-n+3) {
  width: 33%;
  margin-bottom: 50px;
}
.page_about01 .mbody .mright li:nth-child(1) {
  padding-left: 60px;
}
.page_about01 .mbody .mright li:nth-child(3) {
  padding-right: 60px;
}
.page_about01 .mbody .mright li {
  width: 25%;
  margin-bottom: 0px;
}
.page_about01 .mbody .mright .mitem {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 5px;
}
.page_about01 .mbody .mright .mitem .mtop {
  display: flex;
  align-items: flex-end;
}
.page_about01 .mbody .mright .mitem h3 {
  font-size: 40px;
  font-weight: bold;
  color: #F0C800;
  font-family: numFont;
  margin-right: 5px;
}
.page_about01 .mbody .mright .mitem span {
  color: #fff;
  font-size: 15px;
  transform: translateY(-5px);
}
.page_about01 .mbody .mright .mitem p {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  max-width: 84px;
}
.page_about02 {
  background: #f4f4f4;
}
.page_about02 .mbody {
  display: flex;
  height: 660px;
}
.page_about02 .mleft {
  width: 55%;
  height: 100%;
  background: #fff;
  padding: 50px 80px;
}
.page_about02 .mleft ul {
  width: 100%;
}
.page_about02 .mleft li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.page_about02 .mleft li:last-child {
  border: none;
}
.page_about02 .mleft i {
  width: 12px;
  height: 12px;
  transition: 0.2s all ease-in;
  background: #F0C800;
  margin-right: 15px;
  border-radius: 50%;
}
.page_about02 .mleft p {
  font-size: 18px;
  color: #303133;
  line-height: 180%;
}
.page_about02 .mright {
  width: 45%;
  height: 100%;
}
.page_about02 .mright .mimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_about02 .mright img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.page_about03 {
  background: #f4f4f4;
  width: 100%;
}
.page_about03 ul {
  display: flex;
  align-items: center;
}
.page_about03 li {
  width: 33.33%;
}
.page_about03 .mitem {
  position: relative;
  overflow: hidden;
  height: 545px;
}
.page_about03 .mitem .mfont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page_about03 .mitem .mfont p {
  font-size: 18px;
  color: #303133;
  transition: 0.2s all ease-in;
  line-height: 170%;
  text-align: center;
  max-width: 350px;
  margin-top: 30px;
  position: absolute;
  opacity: 0;
  transform: translateY(80px);
}
.page_about03 .mitem .mfont h3 {
  font-size: 35px;
  color: #FFFFFF;
  margin-bottom: 15px;
  transition: 0.2s all ease-in;
}
.page_about03 .mitem .mfont h4 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  transition: 0.2s all ease-in;
}
.page_about03 .mitem .mcover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  transition: 0.2s all ease-in;
  background: rgba(0, 0, 0, 0.3);
}
.page_about03 .mitem .mimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_about03 .mitem .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.page_about03 li:hover .mcover {
  mix-blend-mode: hard-light;
  background: rgba(253, 197, 50, 0.6);
}
.page_about03 li:hover img {
  transform: scale(1.03);
}
.page_about03 li:hover .mfont h3 {
  color: #303133;
  transform: translateY(-20px);
}
.page_about03 li:hover .mfont h4 {
  opacity: 0;
  transform: translateY(-20px);
}
.page_about03 li:hover .mfont p {
  opacity: 1;
  transform: translateY(20px);
}
.page_about04 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page_about04 li {
  width: 20%;
  padding: 20px;
}
.page_about04 .mimg {
  width: 100%;
  position: relative;
}
.page_about04 .mimg img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
  position: relative;
  z-index: 20;
  transform-origin: 33% 33%;
}
.page_about04 .mimg span {
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F0C800;
  transition: 0.3s all ease-in;
  transform-origin: 0% 0%;
}
.page_about04 li:hover .mimg img {
  transform: rotate(2deg);
}
.page_about04 li:hover .mimg span {
  transform: rotate(-3deg);
}
.page_about04 li:hover .mfont {
  transition: 0.2s all ease-in;
  transform: translateY(-2px);
}
.page_about04 .mfont {
  padding: 20px 15px;
  transition: 0.2s all ease-in;
}
.page_about04 .mfont h4 {
  text-align: center;
  transition: 0.2s all ease-in;
  font-weight: bold;
  color: #303133;
  font-size: 18px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page_about04 .mfont p {
  text-align: center;
  transition: 0.2s all ease-in;
  font-size: 16px;
  color: #909399;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.page_about05 {
  padding-bottom: 100px;
}
.page_about05 .paxhul {
  display: flex;
}
.page_about05 li {
  cursor: default;
  width: 14.28%;
  padding: 10px;
  overflow: hidden;
  height: 525px;
}
.page_about05 a {
  cursor: default;
  width: 14.28%;
  padding: 10px;
  overflow: hidden;
  height: 525px;
}
.page_about05 dl {
  width: 100%;
  animation: friedn_move1 20s linear infinite;
}
.page_about05 dl dd {
  border-radius: 10px;
  width: 117px;
  height: 155px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 5px;
  padding-top: 40px;
  border: 1px solid #DDA000;
}
.page_about05 dl dd img {
  width: 90%;
  height: auto;
}
.page_about05 dl dd p {
  color: #909399;
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}
.page_about05 a:nth-child(2) {
  height: 350px;
  transform: translateY(120px);
}
.page_about05 a:nth-child(4) {
  height: 350px;
  transform: translateY(120px);
}
.page_about05 a:nth-child(6) {
  height: 350px;
  transform: translateY(120px);
}
.page_about05 a:nth-child(1),
.page_about05 li:nth-child(3),
.page_about05 li:nth-child(5),
.page_about05 li:nth-child(7),
.page_about05 li:nth-child(9) {
  transform: translateY(0px);
}
.page_about05 li:nth-child(2) {
  height: 350px;
  transform: translateY(120px);
}
.page_about05 li:nth-child(4) {
  height: 350px;
  transform: translateY(120px);
}
.page_about05 li:nth-child(6) {
  height: 350px;
  transform: translateY(120px);
}
.page_about05 li:nth-child(1),
.page_about05 li:nth-child(3),
.page_about05 li:nth-child(5),
.page_about05 li:nth-child(7),
.page_about05 li:nth-child(9) {
  transform: translateY(0px);
}
@keyframes friedn_move1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
.cloud01 ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.cloud01 li {
  width: 25%;
  padding: 15px;
}
.cloud01 .mitem {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cloud01 .mitem .mfont {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cloud01 .mitem img {
  height: 98px;
  margin-bottom: 15px;
}
.cloud01 .mitem h3 {
  font-size: 20px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 15px;
}
.cloud01 .mitem span {
  width: 53px;
  height: 2px;
  background: #F0C800;
  margin-bottom: 25px;
}
.cloud01 .mitem p {
  color: #606266;
  line-height: 170%;
  font-size: 16px;
  text-align: center;
  max-width: 290px;
}
.cloud02 li {
  width: 100%;
}
.cloud02 .mitem {
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  flex-direction: row-reverse;
}
.cloud02 .mitem .mfont {
  width: 50%;
  transform: translateY(-15px);
  padding: 0 110px 0 60px;
}
.cloud02 .mitem .mfont h3 {
  font-size: 22px;
  color: #303133;
  margin-bottom: 30px;
  font-weight: bold;
}
.cloud02 .mitem .mfont .minfo {
  font-size: 16px;
  line-height: 170%;
  color: #303133;
  max-width: 500px;
}
.cloud02 .mitem .mimg {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.cloud02 .mitem .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.cloud02 .mitem .mimg img:hover {
  transform: scale(1.02);
}
.cloud02 li:nth-child(2n) .mitem {
  flex-direction: row;
}
.cloud02 li:nth-child(2n) .mitem .mfont {
  padding: 0 60px 0 110px;
}
.product01 {
  background: #f4f4f4;
  height: 600px;
  padding: 0 50px 60px 50px;
}
.product01 .xhcrumbs {
  padding: 0;
  margin-bottom: 80px;
}
.product01 .section_main14 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product01 .pro_mimg {
  max-width: 450px;
  width: 100%;
  margin: 0 30px 0 0;
}
.product01 .pro_mimg img {
  width: 100%;
  transition: 0.2s all ease-in;
}
.product01 .pro_mimg:hover img {
  transform: scale(1.03);
}
.product01 .mfont {
  padding-right: 50px;
}
.product01 .mfont > span {
  display: inline-block;
  color: #303133;
  font-size: 16px;
  margin-bottom: 32px;
  background: #F0C800;
  padding: 5px 10px;
}
.product01 .mfont h3 {
  font-size: 35px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 10px;
}
.product01 .mfont .minfo {
  font-size: 17px;
  color: #303133;
  line-height: 175%;
  margin-bottom: 40px;
  max-width: 720px;
  max-width: 780px;
}
.product01 .mfont .minfo .mcjp {
  color: #606266;
}
.product01 .mfont .xhhr {
  width: 100%;
  max-width: 780px;
  height: 1px;
  background: #DDDDDD;
  margin-bottom: 12px;
}
.product01 .look_more {
  max-width: 160px;
}
.product01_h .xhcrumbs {
  margin-bottom: 100px;
}
.product02 ul {
  display: flex;
  flex-wrap: wrap;
}
.product02 li {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 25px;
}
.product03 {
  background: #1a1a1a;
  padding-bottom: 120px;
}
.product03 .swiper-container {
  overflow: hidden;
}
.product03 .switd_pag {
  bottom: 80px;
}
.product03 .switd_pag .swiper-pagination-bullet {
  width: 43px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}
.product03 .switd_pag .swiper-pagination-bullet-active {
  background: #F0C800;
}
.product03 .mitem {
  width: 100%;
  position: relative;
}
.product03 .mitem .mimg {
  padding-top: 75%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.product03 .mitem .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product03 .mitem .imgbox {
  z-index: 1;
}
.product03 .mitem .mfont {
  padding: 7px 5px;
}
.product03 .mitem .mfont p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 170%;
  height: 63px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.product04 {
  padding: 60px 50px 0 50px;
}
.product04 h3 {
  width: 24%;
  font-size: 20px;
  color: #303133;
  padding-left: 35px;
}
.product04 ul {
  width: 100%;
}
.product04 ul li {
  width: 100%;
  display: flex;
  border-top: 1px solid #DDDDDD;
  padding: 28px 0;
  position: relative;
}
.product04 ul li h3 {
  position: relative;
  top: 10px;
}
.product04 ul li span {
  position: absolute;
  top: -100px;
}
.product04 ul li:first-child {
  border: none;
  padding-top: 0;
}
.product04 ul .mfont {
  flex: 1;
}
.product04 ul .mtext {
  display: flex;
  padding: 17px 30px;
  background: #F5F5F5;
}
.product04 ul .mtext p {
  flex: 1;
  font-size: 16px;
  color: #303133;
}
.product04 ul .mtext p:last-child {
  color: #606266;
  flex: 1.5;
}
.product04 ul .mtext:nth-child(2n) {
  background: #fff;
}
.product05 ul {
  display: flex;
  flex-wrap: wrap;
}
.product05 li {
  width: 25%;
  padding: 8px;
}
.product05 .mimg {
  padding-top: 82%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.product05 .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro_yd {
  background: #f4f4f4;
  padding: 100px 50px;
}
.pro_yd ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pro_yd li {
  width: 25%;
}
.pro_yd .mitem {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 336px;
  border: 1px solid #DDDDDD;
  padding: 75px 15px 0 15px;
  border-collapse: collapse;
  margin-left: -1px;
  margin-top: -1px;
  transition: 0.2s all ease-in;
}
.pro_yd .mitem .mfont {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pro_yd .mitem img {
  height: 66px;
  margin-bottom: 32px;
}
.pro_yd .mitem h3 {
  font-size: 18px;
  color: #303133;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  transition: 0.2s all ease-in;
}
.pro_yd .mitem p {
  font-size: 16px;
  color: #606266;
  line-height: 180%;
  max-width: 300px;
  text-align: center;
}
.ind_banner {
  width: 100%;
  height: 550px;
  border-bottom: 8px solid #F0C800;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_banner a {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ind_banner .ind_swi {
  height: 100%;
  width: 100%;
}
.ind_banner .ind_swi .swiper-slide {
  display: flex;
  align-items: center;
}
.ind_banner .ind_swi .mimg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  animation: scalemove linear 15s infinite;
}
.ind_banner .ind_swi .mimg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_banner .ind_swi .mimg .mdbannerimg {
  display: none;
}
.ind_banner .ind_swi .mimg .pcbannerimg {
  display: block;
}
.ind_banner .ind_swi .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_banner .mfont {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 0 50px;
}
.ind_banner .mfont .mtext {
  max-width: 1550px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.ind_banner .mfont h1 {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.ind_banner .mfont p {
  font-size: 22px;
  color: #FFFFFF;
  line-height: 180%;
  max-width: 666px;
}
.ind_banner .ind_swi_btn div {
  width: 40px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}
.ind_banner .ind_swi_btn i {
  color: #FFFFFF;
  font-size: 22px;
}
.ind_banner .ind_swi_btn .ind_swi_btn_next1 {
  right: 50px;
}
.ind_banner .ind_swi_btn .ind_swi_btn_prev1 {
  left: 50px;
}
.ind_banner .ind_swi_pag {
  bottom: 20px;
}
.ind_banner .ind_swi_pag .swiper-pagination-bullet {
  width: 43px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
  background: #333;
}
.ind_banner .ind_swi_pag .swiper-pagination-bullet-active {
  background: #F0C800;
}
.mflex {
  display: flex;
  align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 43px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
  background: #333;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #F0C800;
}
.ind_pro a {
  position: relative;
}
.ind_pro .mleft {
  position: relative;
  overflow: hidden;
  width: 54.7%;
  padding-right: 6px;
}
.ind_pro .mleft .mimg {
  padding-top: 80%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.ind_pro .mleft .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ind_pro .mleft .mfont {
  padding: 85px 65px;
}
.ind_pro .mleft .mfont h3 {
  font-size: 30px;
}
.ind_pro .mleft .mfont > p {
  font-size: 22px;
}
.ind_pro .mright {
  position: relative;
  overflow: hidden;
  width: 45.3%;
  padding-left: 6px;
}
.ind_pro .mright .mimg {
  padding-top: 47.5%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.ind_pro .mright .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ind_pro .mright > a:first-child {
  margin-bottom: 12px;
}
.ind_pro .mright .mfont {
  padding: 65px 33px;
}
.ind_pro .mfont {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 65px;
}
.ind_pro .mfont h3 {
  font-size: 22px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 12px;
}
.ind_pro .mfont > p {
  font-size: 18px;
  color: #303133;
}
.ind_pro a:hover img {
  transform: scale(1.05);
}
.ind_pro .look_more {
  margin-top: 35px;
  background: #F0C800;
}
.ind_pro .look_more p {
  color: #303133;
}
.ind_pro .look_more .look_more_box {
  background: #333;
}
.ind_pro .look_more .look_more_box > i {
  color: #FFFFFF;
}
.ind_pro .look_more:hover {
  background: #333;
}
.ind_pro .look_more:hover p {
  color: #FFFFFF;
}
.ind_pro .look_more:hover .look_more_box > i {
  color: #333;
}
.ind_pro .look_more:hover .look_more_box span i {
  background: #F0C800;
}
.ind_video {
  padding: 60px 50px 60px 50px;
  background: #fff;
}
.ind_video .swiper-container {
  overflow: hidden;
}
.ind_video .series_show04_pag {
  bottom: -80px;
}
.ind_video .mitem {
  width: 100%;
  position: relative;
  cursor: pointer;
  height: 700px;
}
.ind_video .mitem .mimg {
  width: 100%;
  height: 100%;
  position: relative;
}
.ind_video .mitem .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.ind_video .mitem .imgbox {
  position: relative;
  z-index: 1;
  height: 100%;
  height: calc(100% - 20px);
  width: 100%;
  overflow: hidden;
}
.ind_video .mitem .imgbox p {
  color: #303133;
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
  display: none;
}
.ind_video .mitem .mimg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.ind_video .micon {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.2s all ease-in;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ind_video .micon p {
  position: absolute;
  animation: ripple-animation 1.5s ease-out infinite;
  /* 使用动画 */
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}
.ind_video .micon .xhi {
  background: #F0C800;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 5;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.ind_video .micon .xhi i {
  color: #333;
  font-size: 22px;
}
.ind_video .micon .myuan1 {
  width: 20px;
  /* 调整波纹大小 */
  height: 20px;
  /* 调整波纹大小 */
  animation-delay: 0.2s;
  /* 添加延迟以创建连续波纹效果 */
}
.ind_video .micon .myuan2 {
  width: 40px;
  /* 调整波纹大小 */
  height: 40px;
  /* 调整波纹大小 */
  animation-delay: 0.4s;
  /* 添加延迟以创建连续波纹效果 */
}
.ind_video .micon .myuan3 {
  width: 60px;
  /* 调整波纹大小 */
  height: 60px;
  /* 调整波纹大小 */
  animation-delay: 0.6s;
  /* 添加延迟以创建连续波纹效果 */
}
.ind_scene a .mimg {
  padding-top: 98.8%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.ind_scene a .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ind_scene a .mfont {
  padding: 15px 20px;
  background: #f4f4f4;
  transition: 0.2s all ease-in;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_scene a .mfont h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 13px;
  color: #303133;
}
.ind_scene a .mfont p {
  color: #303133;
  font-size: 16px;
}
.ind_scene a .mfont .mtext {
  width: calc(100% - 30px);
}
.ind_scene a .micon {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F0C800;
  transition: 0.2s all ease-in;
}
.ind_scene a .micon i {
  color: #333;
  font-size: 16px;
  transition: 0.2s all ease-in;
}
.ind_scene a:hover .mfont {
  background: #F0C800;
}
.ind_scene a:hover .micon {
  background: #333;
}
.ind_scene a:hover .micon i {
  color: #FFFFFF;
  transform: rotate(45deg);
}
.ind_news ul {
  width: 100%;
  display: flex;
}
.ind_news li {
  width: 25%;
  padding: 0 6px;
}
.ind_contact {
  background: url(/Static/images/ind16.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ind_contact h3 {
  font-size: 35px;
  color: #303133;
  font-weight: bold;
  margin-bottom: 30px;
}
.ind_contact > p {
  text-align: center;
  font-size: 18px;
  color: #606266;
}
.ind_contact .look_more {
  max-width: 140px;
  width: 100%;
  background: #F0C800;
}
.ind_contact .look_more p {
  color: #303133;
}
.ind_contact .look_more .look_more_box {
  background: #333;
}
.ind_contact .look_more .look_more_box > i {
  color: #FFFFFF;
}
.ind_contact .look_more:hover {
  background: #333;
}
.ind_contact .look_more:hover p {
  color: #FFFFFF;
}
.ind_contact .look_more:hover .look_more_box > i {
  color: #333;
}
.ind_contact .look_more:hover .look_more_box span i {
  background: #F0C800;
}
.ind_about {
  background: url(/Static/images/bg03.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 50px 0 50px;
  margin-bottom: 150px;
}
.ind_about .ind_about_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  align-items: flex-end;
}
.ind_about .ind_about_top .mleft {
  max-width: 930px;
  width: 100%;
}
.ind_about .ind_about_top .mleft > h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 48px;
}
.ind_about .ind_about_top .mleft .minfo {
  margin-bottom: 80px;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 180%;
  width: 100%;
}
.ind_about .ind_about_top .mleft .minfo p {
  margin-bottom: 10px;
}
.ind_about .ind_about_top .mleft ul {
  display: flex;
  justify-content: space-between;
}
.ind_about .ind_about_top .mleft ul li {
  flex: 1;
  transform: translateX(-20px);
}
.ind_about .ind_about_top .mleft ul .mitem {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ind_about .ind_about_top .mleft ul .mitem img {
  height: 62px;
}
.ind_about .ind_about_top .mleft ul .mitem .mtop {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}
.ind_about .ind_about_top .mleft ul .mitem h3 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  font-family: numFont;
  margin-right: 5px;
}
.ind_about .ind_about_top .mleft ul .mitem span {
  color: #fff;
  font-size: 15px;
  transform: translateY(-2px);
}
.ind_about .ind_about_top .mleft ul .mitem p {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  max-width: 84px;
}
.ind_about .ind_about_top .mleft .look_more {
  max-width: 150px;
  background: #F0C800;
}
.ind_about .ind_about_top .mleft .look_more p {
  color: #303133;
}
.ind_about .ind_about_top .mleft .look_more .look_more_box {
  background: #333;
}
.ind_about .ind_about_top .mleft .look_more .look_more_box > i {
  color: #FFFFFF;
}
.ind_about .ind_about_top .mleft .look_more:hover {
  background: #333;
}
.ind_about .ind_about_top .mleft .look_more:hover p {
  color: #FFFFFF;
}
.ind_about .ind_about_top .mleft .look_more:hover .look_more_box > i {
  color: #333;
}
.ind_about .ind_about_top .mleft .look_more:hover .look_more_box span i {
  background: #F0C800;
}
.ind_about .ind_about_top .mright ul {
  transform: translateY(-30px);
  padding-right: 120px;
}
.ind_about .ind_about_top .mright ul li {
  padding: 14px 28px;
  margin-bottom: 5px;
  background: #fff;
  transition: 0.2s all ease-in;
}
.ind_about .ind_about_top .mright ul li a {
  color: #303133;
  font-size: 22px;
}
.ind_about .ind_about_top .mright ul li:hover {
  background: #F0C800;
}
.ind_about .ind_about_bom {
  width: 100%;
  transform: translateY(130px);
}
.ind_about .ind_about_bom ul {
  display: flex;
}
.ind_about .ind_about_bom li {
  width: 33.33%;
}
.ind_about .ind_about_bom a {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 50px 50px 50px;
  transition: 0.2s all ease-in;
}
.ind_about .ind_about_bom a img {
  height: 50px;
  margin-bottom: 20px;
}
.ind_about .ind_about_bom a h3 {
  color: #303133;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.ind_about .ind_about_bom a p {
  color: #606266;
  font-size: 16px;
}
.ind_about .ind_about_bom a:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 1760px) {
  .ind_banner .ind_swi_btn .ind_swi_btn_prev1 {
    left: 5px;
  }
  .ind_banner .ind_swi_btn .ind_swi_btn_next1 {
    right: 5px;
  }
}
@media screen and (max-width: 1440px) {
  .page_newsbody .hot_box {
    width: 350px;
  }
  .product01 .pro_mimg {
    width: 50%;
  }
  .ind_video .swiper-slide {
    width: 55vw;
  }
  .ind_about .ind_about_top .mright ul {
    padding-right: 0;
  }
  .ind_video .mitem {
    height: 600px;
  }
}
@media screen and (max-width: 1368px) {
  .page_about03 .mitem {
    height: 450px;
  }
  .page_newsbody .hot_box {
    display: none;
  }
  .page_newsbody .rich_body {
    padding-right: 0;
    margin: 0 auto;
    max-width: 100%;
  }
  .ind_about .ind_about_top {
    padding: 0 30px 0 0;
  }
  .ind_about .ind_about_bom a {
    height: 250px;
  }
  .ind_banner {
    height: 500px;
  }
}
@media screen and (max-width: 1280px) {
  .page_about04 li {
    width: 25%;
  }
  .page_about01 .mbody .mright .mitem h3 {
    font-size: 30px;
  }
  .page_about01 {
    height: auto;
  }
  .xhtitle_w h2 {
    font-size: 30px;
  }
  .page_contact02 .mform_box_main {
    padding: 40px 20px;
  }
  .page_support03 li {
    padding: 3px;
  }
  .ind_pro .mfont {
    padding: 30px;
  }
  .ind_pro .mright .mfont {
    padding: 30px;
  }
  .ind_pro .mleft .mfont {
    padding: 30px;
  }
  .ind_pro .look_more {
    margin-top: 15px;
  }
  .look_more {
    padding: 12px 10px;
  }
  .ind_pro .look_more {
    max-width: 110px;
  }
  .ind_video .swiper-slide {
    width: 66vw;
  }
  .ind_about .ind_about_top .mright ul li a {
    font-size: 18px;
  }
  .ind_about .ind_about_top .mright ul li {
    padding: 14px;
  }
  .ind_banner {
    height: 400px;
  }
  .ind_video .mitem {
    height: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .page_contact01 li {
    padding: 10px;
  }
  .page_download li {
    width: 50%;
  }
  .case_list li .case_item .mleft {
    width: 350px;
    height: 230px;
  }
  .case_list li .case_item .mright {
    height: 230px;
    padding: 0 0 0 30px;
  }
  .case_list li .case_item .look_more {
    margin-top: 25px;
  }
  .case_list li .case_item .mright {
    width: calc(100% - 350px);
  }
  .case_list li .case_item .mright .minfo hr {
    margin: 15px 0;
  }
  .cloud02 li:nth-child(2n) .mitem .mfont {
    padding: 0 20px 0 20px;
  }
  .cloud02 .mitem .mfont {
    padding: 0 0px 0 50px;
  }
  .ind_about .ind_about_bom a {
    height: 180px;
  }
}
@media screen and (max-width: 1025px) {
  .ind_banner .mfont h1 {
    font-size: 0.4rem;
  }
  .ind_banner .mfont p {
    font-size: 0.22rem;
  }
  .ind_about .ind_about_top .mright ul li a {
    font-size: 15px;
  }
  .ind_about .ind_about_bom a {
    padding: 40px 20px;
  }
  .pro_yd .mitem h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pro_yd {
    padding: 0.5rem 0.3rem;
  }
  .pro_yd li {
    width: 50%;
  }
  .pro_yd .mitem {
    padding: 0.4rem 0.2rem 0.1rem 0.2rem;
    height: auto;
  }
  .pro_yd .mitem img {
    height: 0.8rem;
    margin-bottom: 0.4rem;
  }
  .pro_yd .mitem h3 {
    font-size: 0.26rem;
  }
  .pro_yd .mitem p {
    font-size: 0.22rem;
    line-height: 165%;
  }
  .join_pop {
    padding: 0.5rem;
  }
  .join_pop .join_pop_top {
    padding-bottom: 0.25rem;
  }
  .join_pop .join_pop_top h3 {
    font-size: 0.38rem;
    margin-bottom: 0.3rem;
  }
  .join_pop .join_pop_top .mfont p {
    font-size: 0.26rem;
  }
  .join_pop .join_pop_bom h1 {
    font-size: 0.34rem;
    margin: 0.25rem 0 0.13rem 0;
  }
  .join_pop .join_pop_bom p {
    font-size: 0.26rem;
  }
  .join_pop .join_pop_main {
    padding: 20px;
  }
  .join_pop .send_info {
    font-size: 0.26rem;
  }
  .section_box {
    padding: 0.5rem 0.3rem;
  }
  .xhtitle h3 {
    display: none;
  }
  .xhtitle h2 {
    font-size: 0.38rem;
  }
  .xhtitle_w h2 {
    font-size: 0.38rem;
  }
  .xhtitle_w {
    margin-bottom: 0.35rem;
  }
  .xhtitle {
    margin-bottom: 0.35rem;
  }
  .xhtitle_w h3 {
    display: none;
  }
  .xhcrumbs {
    padding: 0.1rem 0.2rem;
    overflow: hidden;
    margin-bottom: 0.1rem;
  }
  .xhcrumbs .mleft a {
    white-space: nowrap;
  }
  .page_about01 .minfo {
    font-size: 0.26rem;
  }
  .page_about01 .mbody {
    display: block;
  }
  .page_about01 .mbody .mleft {
    width: 100%;
  }
  .page_about01 .mbody hr {
    display: none;
  }
  .page_about01 .mbody .mright {
    width: 100%;
  }
  .page_about01 .mbody .mright li:nth-child(1) {
    padding-left: 0.3rem;
  }
  .page_about01 .mbody .mright li:nth-child(3) {
    padding-right: 0.3rem;
  }
  .page_about01 .mbody .mright li:nth-child(-n+3) {
    margin-bottom: 0.3rem;
  }
  .page_about01 .mbody .mright .mitem p {
    font-size: 0.2rem;
  }
  .page_about01 .mbody .mright .mitem h3 {
    font-size: 0.38rem;
    margin-right: 2px;
  }
  .page_about01 .mbody .mright .mitem span {
    font-size: 0.2rem;
    transform: translateY(-3px);
  }
  .page_about02 .mbody {
    display: block;
    height: auto;
  }
  .page_about02 .mleft {
    width: 100%;
    padding: 0.2rem 0.3rem;
  }
  .page_about02 .mleft li {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .page_about02 .mleft p {
    font-size: 0.28rem;
  }
  .page_about02 .mleft i {
    width: 8px;
    height: 8px;
    margin-right: 10px;
  }
  .page_about02 .mleft li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .page_about02 .mright {
    width: 100%;
    display: none;
  }
  .page_about03 ul {
    display: block;
  }
  .page_about03 li {
    width: 100%;
    pointer-events: none;
  }
  .page_about03 .mitem {
    height: 4rem;
  }
  .page_about03 .mitem .mfont p {
    opacity: 1;
    transform: translateY(10px);
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 160%;
  }
  .page_about03 .mitem .mfont h4 {
    display: none;
  }
  .page_about03 .mitem .mfont h3 {
    font-size: 0.4rem;
    transform: translateY(-20px);
  }
  .page_about03 .mitem .mfont {
    padding: 0 0.2rem;
  }
  .page_about04 li {
    width: 50%;
    padding: 0.15rem;
  }
  .page_about04 .mfont {
    padding: 0.2rem 0.15rem;
  }
  .page_about04 .mfont h4 {
    font-size: 0.3rem;
    margin-bottom: 5px;
  }
  .page_about04 .mfont p {
    font-size: 0.24rem;
  }
  .page_about05 {
    padding: 0.8rem 0.2rem;
  }
  .page_about05 .section_main14 .paxhul {
    display: flex;
    transform: translateY(0px);
  }
  .page_about05 .section_main14 a {
    width: 20%;
    padding: 0.05rem;
    height: 5rem;
  }
  .page_about05 .section_main14 li {
    width: 20%;
    padding: 0.05rem;
    height: 5rem;
  }
  .page_about05 .section_main14 dl {
    width: 100%;
    animation: friedn_move1 20s linear infinite;
  }
  .page_about05 .section_main14 dl dd {
    height: 1.5rem;
    margin-bottom: 0.1rem;
    padding: 0.1rem;
    padding-top: 0.15rem;
  }
  .page_about05 .section_main14 dl dd p {
    font-size: 0.22rem;
    text-align: center;
    margin-top: 0.1rem;
  }
  .page_about05 .section_main14 a:nth-child(2) {
    height: 5rem;
    transform: translateY(0rem);
  }
  .page_about05 .section_main14 a:nth-child(4) {
    height: 5rem;
    transform: translateY(0rem);
  }
  .page_about05 .section_main14 a:nth-child(1),
  .page_about05 .section_main14 li:nth-child(3),
  .page_about05 .section_main14 li:nth-child(5),
  .page_about05 .section_main14 li:nth-child(7),
  .page_about05 .section_main14 li:nth-child(9) {
    transform: translateY(0rem);
  }
  .page_about05 .section_main14 a:nth-child(n+6) {
    display: none;
  }
  .page_about05 .section_main14 li:nth-child(2) {
    height: 5rem;
    transform: translateY(0rem);
  }
  .page_about05 .section_main14 li:nth-child(4) {
    height: 5rem;
    transform: translateY(0rem);
  }
  .page_about05 .section_main14 li:nth-child(1),
  .page_about05 .section_main14 li:nth-child(3),
  .page_about05 .section_main14 li:nth-child(5),
  .page_about05 .section_main14 li:nth-child(7),
  .page_about05 .section_main14 li:nth-child(9) {
    transform: translateY(0rem);
  }
  .page_about05 .section_main14 li:nth-child(n+6) {
    display: none;
  }
  @keyframes friedn_move1 {
    0% {
      transform: translateY(0rem);
    }
    100% {
      transform: translateY(0rem);
    }
  }
  .page_contact01 .mitem .mimg {
    height: 0.8rem;
  }
  .page_contact01 li {
    padding: 0;
    margin-bottom: 0.3rem;
  }
  .page_contact01 ul {
    margin: 0;
    display: block;
  }
  .page_contact01 .mmain {
    padding: 0.4rem 0.2rem;
  }
  .page_contact01 .mitem h3 {
    font-size: 0.35rem;
    margin-bottom: 0.2rem;
  }
  .page_contact01 .mitem p {
    font-size: 0.28rem;
  }
  .page_contact02 .mitem {
    width: 50%;
    padding: 0 0.15rem;
    margin-bottom: 0.2rem;
  }
  .page_contact02 .mform_box_main {
    padding: 0.4rem 0.25rem;
  }
  .page_contact02 .xhtextarea {
    padding: 0 0.15rem;
  }
  .page_contact02 .mtop p {
    font-size: 0.26rem;
  }
  .page_contact02 .mitem .xhipt {
    font-size: 0.26rem;
    height: 40px;
    padding: 0 10px;
  }
  .page_contact02 .xhtextarea textarea {
    font-size: 0.26rem;
    height: 120px;
  }
  .page_contact02 .send_info {
    width: 100%;
    margin: 0.4rem auto 0 auto;
  }
  .page_contact02 .send_info {
    font-size: 0.32rem;
  }
  .page_contact02 .mitem .xhselect {
    height: 40px;
    line-height: 40px;
  }
  .page_jion li {
    width: 100%;
    padding: 0;
    margin-bottom: 0.3rem;
  }
  .page_jion li a {
    padding: 0.3rem 0.2rem;
  }
  .page_jion li a h3 {
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .page_jion li a p {
    font-size: 0.26rem;
  }
  .page_jion li a .micon i {
    font-size: 0.5rem;
  }
  .xhRich {
    padding: 0.3rem 0;
  }
  .xhRich_text p {
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
    text-indent: 0.2rem;
  }
  .page_newsbody {
    padding: 0 0.3rem 0.5rem 0.3rem;
  }
  .page_newsbody .rich_body .mtop {
    padding-top: 0;
  }
  .page_newsbody .rich_body .mtop h1 {
    font-size: 0.38rem;
    margin-bottom: 0.15rem;
  }
  .page_newsbody .rich_body .mtop .mfont span {
    font-size: 0.26rem;
  }
  .page_newsbody .rich_body .mtop .mfont {
    margin-bottom: 0.15rem;
  }
  .newOther {
    height: auto;
    padding: 0.2rem;
    border-radius: 1rem;
    justify-content: space-between;
    line-height: 0.4rem;
  }
  .newOtherBack {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 0.8rem;
    border-radius: 0.8rem;
    font-size: 0.26rem;
  }
  .newOtherNext i {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0;
    border-radius: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
  }
  .newOtherNext span {
    display: none;
  }
  .newOtherNext:last-of-type i {
    margin: 0;
  }
  .ind_pro .mright .mimg {
    padding-top: 51.5%;
  }
  .news_body {
    padding: 0.5rem 0.3rem;
  }
  .news_body .news_body_top h2 {
    font-size: 0.38rem;
  }
  .news_body .news_body_top .mright {
    max-width: 4rem;
    padding: 0.1rem 0.2rem;
  }
  .news_body .news_body_top .mright input {
    font-size: 0.26rem;
  }
  .news_body .news_body_top {
    margin-bottom: 0.35rem;
  }
  .news_body li {
    width: 50%;
    padding: 0.1rem;
  }
  .new_item .mfont {
    margin-bottom: 0.2rem;
    padding: 0.15rem 0.1rem;
  }
  .new_item .mfont h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 1rem;
    font-size: 0.26rem;
    font-weight: normal;
  }
  .new_item .mfont span {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
  .new_item .mbom {
    height: 0.7rem;
    padding: 0.15rem;
  }
  .new_item .mbom p {
    font-size: 0.24rem;
  }
  .new_item .mbom .micon {
    width: 18px;
    height: 18px;
  }
  .new_item .mbom .micon i {
    font-size: 0.22rem;
  }
  .news_body .page_flipper {
    margin-top: 0.3rem;
  }
  .news_body .page_flipper a {
    font-size: 0.26rem;
  }
  .news_body .page_flipper a::after {
    margin: 0 0.15rem;
  }
  .news_body .page_flipper .page_flipper_main {
    padding: 0.2rem 0.3rem 0.15rem 0.3rem;
  }
  .page_support03 .serve_zc03_main {
    padding-top: 0.4rem;
  }
  .page_support03 ul {
    flex-wrap: wrap;
  }
  .page_support03 li {
    width: 50%;
    padding: 0.1rem;
  }
  .page_support03 .mitem {
    padding: 0.15rem;
    height: 4rem;
  }
  .page_support03 .mitem .mtop h3 {
    font-size: 0.8rem;
  }
  .page_support03 .mitem .mtop {
    margin-bottom: 0.2rem;
  }
  .page_support03 .mitem .mfang {
    width: 0.3rem;
    height: 0.3rem;
  }
  .page_support03 .mitem .mmid h4 {
    font-size: 0.3rem;
  }
  .page_support03 .mitem h5 {
    font-size: 0.26rem;
  }
  .page_support03 .mitem:hover .toptop {
    height: 1.2rem;
  }
  .page_support01 .mitem .micon {
    width: 1rem;
    height: 1rem;
  }
  .page_support01 .mitem h3 {
    font-size: 0.35rem;
    margin: 0.25rem 0;
  }
  .page_support01 .mitem p {
    font-size: 0.26rem;
  }
  .page_support01 ul {
    flex-wrap: wrap;
  }
  .page_support01 ul li {
    flex: auto;
    width: 50%;
    margin-bottom: 0.3rem;
  }
  .page_support02 li {
    width: 50%;
  }
  .page_support02 ul {
    flex-wrap: wrap;
  }
  .page_support02 li {
    padding: 0 0.1rem;
  }
  .page_support02 .mitem .mfont {
    padding: 0.2rem 0.1rem;
  }
  .page_support02 .mitem .mfont h3 {
    font-size: 0.3rem;
  }
  .page_support02 .mitem .mfont p {
    font-size: 0.26rem;
  }
  .page_support03 li:first-child {
    width: 100%;
  }
  .page_support04 .section_main14 {
    flex-direction: column;
    justify-content: center;
  }
  .page_support04 {
    padding: 0 0.3rem;
  }
  .page_support04 .mleft p {
    font-size: 0.26rem;
  }
  .page_support04 .mleft h3 {
    margin-bottom: 0.3rem;
    font-size: 0.38rem;
  }
  .page_support04 .look_more {
    margin-top: 0.3rem;
  }
  .page_top {
    padding: 0 0.3rem;
  }
  .page_top .page_top_search .mleft a {
    font-size: 0.26rem;
    margin-right: 0.25rem;
  }
  .page_top .page_top_search {
    display: block;
  }
  .page_top .page_top_search .mleft {
    margin-bottom: 0.3rem;
  }
  .page_top .page_top_search .mright {
    height: 40px;
    padding: 0.1rem 0.25rem;
  }
  .page_top .page_top_search .mright input {
    font-size: 0.26rem;
  }
  .page_problem a {
    padding-left: 0.2rem;
  }
  .page_problem .mtop .mleft h3 {
    font-size: 0.26rem;
  }
  .page_problem .mtop {
    height: 60px;
  }
  .page_problem .mmain {
    padding: 0.3rem;
  }
  .page_problem .mmain p {
    font-size: 0.26rem;
  }
  .page_download li {
    width: 100%;
    padding: 0;
    margin-bottom: 0.3rem;
  }
  .down_mitem .mimg {
    width: 1rem;
    height: 1rem;
  }
  .page_download ul {
    margin: 0;
  }
  .down_mitem h3 {
    font-size: 0.3rem;
  }
  .down_mitem span {
    font-size: 0.26rem;
  }
  .case_mtabs {
    padding: 0;
  }
  .case_mtabs ul {
    height: 0.8rem;
  }
  .case_mtabs li {
    width: 50%;
  }
  .case_mtabs li a {
    font-size: 0.32rem;
  }
  .page_plan01 li {
    width: 50%;
    padding: 0 0.1rem;
  }
  .plan_item .mfont h3 {
    font-size: 0.28rem;
  }
  .plan_item .mfont {
    padding: 0.2rem 0.1rem;
  }
  .plan_item .mfont span {
    width: 30px;
    margin: 0.2rem 0;
  }
  .plan_item .mfont p {
    font-size: 0.22rem;
  }
  .page_plan03 a .mimg {
    padding: 0.3rem 0.5rem;
  }
  .page_plan02 {
    padding-top: 0;
  }
  .page_plan02 .swivideo_pag {
    bottom: 5px;
  }
  .page_plan02 .micon .xhi {
    width: 36px;
    height: 36px;
  }
  .page_plan02 .micon .myuan3 {
    width: 36px;
    height: 36px;
  }
  .page_plan02 .micon .myuan2 {
    width: 20px;
    height: 20px;
  }
  .page_plan02 .micon .myuan1 {
    width: 15px;
    height: 15px;
  }
  .page_plan02 .micon .xhi i {
    font-size: 0.3rem;
  }
  .page_plan02 .swivideo_pag .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
  .page_plan03 li {
    width: 50%;
  }
  .page_plan03 a h4 {
    font-size: 0.32rem;
  }
  .page_plan03 a p {
    font-size: 0.22rem;
    height: 45px;
  }
  .case_list li .case_item {
    flex-direction: column;
  }
  .case_list li .case_item .mleft {
    width: 100%;
    height: 3rem;
    margin-bottom: 0.2rem;
  }
  .case_list li .case_item .mright {
    width: 100%;
    padding-left: 0;
    height: auto;
  }
  .case_list li .case_item .mright .minfo h3 {
    font-size: 0.32rem;
  }
  .case_list li .case_item .mright .minfo hr {
    width: 1.2rem;
    margin: 0.2rem 0;
  }
  .case_list li .case_item .mright .minfo p {
    font-size: 0.26rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
  }
  .case_list li {
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .case_list li .case_item .look_more {
    margin-top: 0.2rem;
  }
  .cloud01 .mitem img {
    height: 1rem;
    flex-shrink: 0;
    margin: 0 0.2rem 0 0;
  }
  .cloud01 .mitem h3 {
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
  }
  .cloud01 .mitem p {
    font-size: 0.26rem;
    text-align: left;
  }
  .cloud01 li {
    padding: 0 0.1rem;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .cloud01 .mitem {
    flex-direction: row;
  }
  .cloud01 ul {
    display: block;
  }
  .cloud01 .mitem .mfont {
    align-items: flex-start;
  }
  .cloud01 .mitem span {
    margin-bottom: 0.15rem;
    display: none;
  }
  .cloud02 .mitem {
    flex-direction: column-reverse;
  }
  .cloud02 .mitem .mfont {
    width: 100%;
    transform: translateY(0);
    padding: 0;
    margin-top: 0.3rem;
  }
  .cloud02 .mitem .mimg {
    width: 100%;
  }
  .cloud02 .mitem .mfont h3 {
    font-size: 0.32rem;
    margin-bottom: 0.25rem;
  }
  .cloud02 .mitem .mfont .minfo {
    font-size: 0.26rem;
  }
  .cloud02 li:nth-child(2n) .mitem {
    flex-direction: column-reverse;
  }
  .cloud02 li {
    margin-bottom: 0.3rem;
  }
  .cloud02 li:nth-child(2n) .mitem .mfont {
    padding: 0;
  }
  .down02 li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .down02 .down_mitem {
    padding: 0.3rem;
  }
  .down02 .down_mitem .mimg {
    width: 1rem;
    height: 1rem;
  }
  .product01 {
    padding: 0 0.3rem 0.5rem 0.3rem;
  }
  .product01 .xhcrumbs {
    margin-bottom: 0.6rem;
  }
  .product01 .mfont > span {
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
  }
  .product01 .section_main14 {
    flex-direction: column-reverse;
  }
  .product01 .pro_mimg {
    width: 80%;
    margin: 0;
    margin-bottom: 0.4rem;
  }
  .product01 .mfont h3 {
    font-size: 0.45rem;
  }
  .product01 .mfont {
    padding: 0;
  }
  .product01 .mfont .minfo {
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
  }
  .product01 {
    height: auto;
  }
  .product01 .look_more {
    max-width: 140px;
  }
  .product02 li {
    width: 50%;
    padding: 0 0.1rem;
  }
  .product03 .mitem .mfont p {
    font-size: 0.26rem;
  }
  .product03 .switd_pag {
    bottom: 9px;
  }
  .product03 .mitem .mfont p {
    height: 42px;
  }
  .product03 .switd_pag .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
  .pro_cs {
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
  }
  .pro_cs .mleft {
    display: none;
  }
  .pro_cs .mright {
    width: 100%;
  }
  .product04 ul li h3 {
    font-size: 0.28rem;
    padding-left: 0.15rem;
  }
  .product04 ul .mtext p {
    font-size: 0.22rem;
  }
  .product04 .mright ul .mtext p {
    font-size: 0.26rem;
  }
  .product04 ul li {
    padding: 0.2rem 0;
  }
  .product04 ul .mtext {
    padding: 0.2rem 0.2rem;
  }
  .product05 li {
    width: 50%;
    padding: 0.1rem;
  }
  .ind_banner {
    height: 3.5rem;
  }
  .ind_banner .mfont {
    padding: 0 0.3rem;
  }
  .ind_swi_btn {
    display: none;
  }
  .ind_banner .mfont p {
    max-width: 70%;
  }
  .ind_banner .mfont h2 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .ind_banner .ind_swi .mimg .mdbannerimg {
    display: block;
  }
  .ind_banner .ind_swi .mimg .pcbannerimg {
    display: none;
  }
  .ind_banner .ind_swi_pag .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
  .ind_pro .mleft {
    width: 100%;
    padding: 0;
  }
  .mflex {
    display: block;
  }
  .ind_pro .mright {
    width: 100%;
    padding: 0;
  }
  .ind_pro .mfont {
    padding: 0.4rem;
  }
  .ind_pro .mfont h3 {
    font-size: 0.32rem;
  }
  .ind_pro .mfont > p {
    font-size: 0.26rem;
  }
  .ind_pro .mleft .mfont h3 {
    font-size: 0.32rem;
  }
  .ind_pro .mleft .mfont > p {
    font-size: 0.26rem;
  }
  .ind_pro .look_more {
    max-width: 95px;
  }
  .look_more {
    padding: 0.1rem 0.08rem;
  }
  .look_more p {
    margin-right: 0.1rem;
    font-size: 0.22rem;
  }
  .look_more .look_more_box {
    width: 15px;
    height: 15px;
  }
  .ind_pro a {
    margin-bottom: 0.25rem;
  }
  .ind_pro .look_more .look_more_box > i {
    font-size: 10px;
  }
  .ind_pro .mright .mfont {
    padding: 0.4rem;
  }
  .ind_pro .mleft .mfont {
    padding: 0.4rem;
  }
  .ind_video .mitem {
    height: 3rem;
  }
  .ind_video .mitem .mimg {
    min-width: auto;
  }
  .ind_video {
    padding: 0.5remm;
  }
  .ind_video .mitem .imgbox {
    height: 100%;
  }
  .ind_video .micon .xhi {
    width: 36px;
    height: 36px;
  }
  .ind_video .micon .myuan3 {
    width: 36px;
    height: 36px;
  }
  .ind_video .micon .myuan2 {
    width: 20px;
    height: 20px;
  }
  .ind_video .micon .myuan1 {
    width: 15px;
    height: 15px;
  }
  .ind_video .micon .xhi i {
    font-size: 0.26rem;
  }
  .ind_video .mitem .imgbox p {
    font-size: 0.26rem;
    margin-top: 0.2rem;
  }
  .ind_video .series_show04_pag {
    bottom: -15px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
  .ind_scene a .mfont {
    padding: 0.2rem;
    height: auto;
  }
  .ind_scene a .mfont .mtext {
    width: 100%;
  }
  .ind_scene a .mfont h3 {
    font-size: 0.28rem;
    margin-bottom: 0.15rem;
  }
  .ind_scene a .mfont p {
    font-size: 0.24rem;
  }
  .ind_scene a .micon {
    display: none;
  }
  .ind_news ul {
    flex-wrap: wrap;
  }
  .ind_news li {
    width: 50%;
    padding: 0 0.1rem;
    margin-bottom: 0.3rem;
  }
  .ind_about {
    padding: 0.5rem 0.3rem 0 0.3rem;
    margin-bottom: 0;
  }
  .ind_about .ind_about_top .mleft > h3 {
    font-size: 0.38rem;
    margin-bottom: 0.35rem;
  }
  .ind_about .ind_about_top .mleft .minfo {
    font-size: 0.26rem;
  }
  .ind_about .ind_about_top .mleft .minfo p {
    margin-bottom: 0.1rem;
  }
  .ind_about .ind_about_top .mright {
    display: none;
  }
  .ind_about .ind_about_top {
    padding: 0;
  }
  .ind_about .ind_about_top .mleft .minfo {
    margin-bottom: 0.3rem;
  }
  .ind_about .ind_about_top .mleft ul {
    flex-wrap: wrap;
    padding-left: 0.3rem;
  }
  .ind_about .ind_about_top .mleft ul li {
    flex: auto;
    width: 25%;
    padding: 0.1rem;
  }
  .ind_about .ind_about_top .mleft ul .mitem img {
    height: 0.8rem;
  }
  .ind_about .ind_about_top .mleft ul .mitem h3 {
    font-size: 0.35rem;
  }
  .ind_about .ind_about_top .mleft ul .mitem span {
    font-size: 0.25rem;
  }
  .ind_about .ind_about_top .mleft ul .mitem {
    width: 100%;
  }
  .ind_about .ind_about_top .mleft ul .mitem p {
    font-size: 0.24rem;
  }
  .ind_about .ind_about_top .mleft .look_more {
    display: none;
  }
  .ind_about .ind_about_bom {
    transform: translateY(0px);
    margin-top: 0.35rem;
  }
  .ind_about .ind_about_bom li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .ind_about .ind_about_bom ul {
    display: block;
  }
  .ind_about .ind_about_bom a img {
    height: 0.6rem;
  }
  .ind_about .ind_about_bom a h3 {
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
  }
  .ind_about .ind_about_bom a p {
    font-size: 0.26rem;
  }
  .ind_about .ind_about_bom a {
    padding: 0.4rem;
    height: auto;
  }
  .ind_contact h3 {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .ind_contact > p {
    font-size: 0.26rem;
  }
  .ind_contact .look_more {
    width: 110px;
  }
  .ind_contact .look_more .look_more_box > i {
    font-size: 10px;
  }
}
