﻿@import url("//at.alicdn.com/t/c/font_3611632_5r9po5sield.css");
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin: 0; padding: 0; }
fieldset, img { border: none; }
ul, li, ol, dl, dt, dd { list-style: none; }
input, textarea { outline-style: none; font-size: 12px;}
textarea { resize: none; }
a { text-decoration: none; cursor: pointer; color: #333;}
body { color: #333333; font-size: 14px;background: #fff; }
*{box-sizing: border-box;user-select: auto;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 18px;}
*::selection {
    color:#fff;
    background-color:#000;
    text-shadow:none;
}
img{height: auto; max-width: 100%;}
input::-webkit-input-placeholder { color: #666; }
  ::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #000000;
  }
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  ::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #333;
  }

.header_md{width: 100%;display: block;}
.header_md_top{width: 100%;height: 1rem;z-index: 999;position: fixed;top:0;left: 0; transition:all 0.5s ease;background:#fff;box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);}
.header_md_logo{width: 2.2rem;}
.header_md_logo img{width: 100%;display: block;}
.header_md_logo img:last-child{display: none;}
.header_md_title{font-size: .15rem;}
.header_md_box{position: relative;height: 100%;display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;padding: 10px 30px;}
.header_md_top .header_md_top_btn{ display:block; width:.3rem; height:.4rem; background-size:auto 40%; position:relative;}
.header_md_top .header_md_top_btn:before{ content:''; position:absolute; left:50%; top:50%; height:.03rem; width:26px; margin-left:-13px; margin-top:-8px; background:#000; transition:all 0.5s ease;}
.header_md_top .header_md_top_btn:after{ content:''; position:absolute; left:50%; top:50%; height:.03rem; width:26px; margin-left:-13px; margin-top:6px; background:#000; transition:all 0.5s ease;}
.header_md_top .header_md_top_btn span{position:absolute; left:50%; top:50%; height:.03rem; width:26px; margin-left:-13px; margin-top:-1px; background:#000; transition:all 0.5s ease;}
.header_md_top .header_md_top_btn.on{ transition:all 0.5s ease;}
.header_md_top .header_md_top_btn.on:before{ margin-top:-1px; transform:rotate(45deg); transition:all 0.5s ease;background: #fff;}
.header_md_top .header_md_top_btn.on:after{ margin-top:-1px; transform:rotate(-45deg); transition:all 0.5s ease;background: #fff;}
.header_md_top .header_md_top_btn.on span{width:0;transition:all 0.5s ease;}
.T-nav{position:absolute; left:0; top:1rem; margin:0; padding:0; width:100%; height:calc(100vh - .5rem); background:#000000; z-index:999; overflow:auto; display:none;}
.T-nav::-webkit-scrollbar { width: 0 !important }
.T-nav > li{position:relative;width:100%;user-select: none;padding: .3rem 0;}
.T-nav > li:first-child{padding-top: .8rem;}
.T-nav > li > a{line-height:45px;font-weight: bold;padding:0 3%; font-size:16px; display:block; position:relative; transition:all 0.5s ease;color: #969696;text-align: center;font-size: .35rem;line-height: .4rem;display: flex;align-items: center;justify-content: center;}
.T-nav > li > a>i{color: #969696;position: absolute;right: 30%;font-size: .4rem;transition: .2s all ease-in;}
.T-nav > li > a>i.rotate{transform: rotate(-180deg);transition: .2s all ease-in;}
.T-nav > li > a img{width: .2rem;}
.T-nav > li .header_md_thr{text-align:center;background:#000; display:none;font-size: .15rem;text-align: center;overflow: hidden;}
.T-nav > li .header_md_thr a{ display:block; line-height:45px;font-size:.15rem;text-align: center; color: #969696;}

.header_md.curr .header_md_top {background: none;background: #fff;box-shadow: 0 0 8px -2px #909090;}
/* .header_md.curr .header_md_top .header_md_box{background: none;box-shadow: 0 0 5px #c1c1c1;} */
.header_md.curr .header_md_top .header_md_top_btn:before{background: #333;}
.header_md.curr .header_md_top .header_md_top_btn:after{background: #333;}
.header_md.curr .header_md_top .header_md_top_btn span{background: #333;}
/* .header_md.curr .header_md_logo img:first-child{display: none;} */
.header_md .header_md_top.curr .header_md_logo img:first-child{display: none;}
.header_md .header_md_top.curr .header_md_logo img:last-child{display: block;}

.header_md .header_md_top.curr{background: #000!important;transition:all 0.5s ease;}
.header_md.curr .header_md_top.curr .header_md_top_btn:before{background: #fff;}
.header_md.curr .header_md_top.curr .header_md_top_btn:after{background: #fff;}
.header_md.curr .header_md_top.curr .header_md_top_btn span{background: #fff;}
.header_md .header_md_top.curr .header_md_logo img{display: none;}

.header_md .header_md_top.curr .header_md_logo .pcheader_btn{display: flex;}
.md_header_kong{height: 1rem;background: #000;}

.swiper-button-prev,.swiper-button-next{background: none;outline: none;border: none;}
.swiper-pagination-bullet{outline: none!important;}
.swiper-button-prev::after,.swiper-button-next::after{
	display: none;
}

@font-face {
  font-family: enfont;
  src: url("../fonts/D-DIN-Bold.ttf");
}
/*header*/
.header_md {
  display: none;
}
.pc_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 2400px;
  width: 100%;
  padding: 0 50px;
  z-index: 80;
  height: 100px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
  transition: 0.5s all ease-in;
  background: rgba(255, 255, 255, 1);
}
.pc_header .pc_header_main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc_header .logo {
  width: 430px;
}
.pc_header .logo img {
  width: 100%;
}
.pc_header .pc_header_font {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pc_header .pc_header_font ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 880px;
  width: 100%;
}
.pc_header .pc_header_font ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100%;
  flex: 1;
  transition: 0.2s all ease-in;
}
.pc_header .pc_header_font ul li p {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc_header .pc_header_font ul li span {
  width: 0%;
  height: 2px;
  background: #286bad;
  transition: 0.2s all ease-in;
}
.pc_header .pc_header_font ul li a {
  font-size: 15px;
  transition: 0.4s all ease-in;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pc_header .pc_header_font ul li.navshow span {
  width: 60px;
}
.pc_header .pc_header_font ul li.curr {
  transform: translateY(-2px);
}
.pc_header .pc_header_font ul li.curr span {
  width: 60px;
}
.pc_header .pc_header_font .search_btn i {
  transform: translateY(2px);
  transition: 0.2s all ease-in;
  font-size: 20px;
  margin-left: 40px;
  display: block;
}
.pc_header .pc_header_font .search_btn:hover i {
  color: #286bad !important;
}
.pc_header .hidden_nav {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
}
.pc_header .hidden_nav .hidden_nav_item {
  display: none;
}
.pc_header .hidden_nav_main {
  width: 100%;
  background: #f4f4f4;
  height: 250px;
  display: flex;
}
.pc_header .hidden_nav_main .mleft {
  width: 32%;
  position: relative;
  height: 100%;
  flex-shrink: 0;
}
.pc_header .hidden_nav_main .mleft .mimg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.pc_header .hidden_nav_main .mleft .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_header .hidden_nav_main .mleft .mmain {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
}
.pc_header .hidden_nav_main .mleft .mmain .mbg {
  width: 65%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.pc_header .hidden_nav_main .mleft .mmain .mfont {
  padding: 38px 22px;
}
.pc_header .hidden_nav_main .mleft .mmain .mfont h3 {
  font-size: 30px;
  color: #fff;
}
.pc_header .hidden_nav_main .mright {
  display: flex;
  flex: 1;
}
.pc_header .hidden_nav_main .mright ul {
  padding: 35px 60px;
  width: 70%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.pc_header .hidden_nav_main .mright ul li {
  height: 45px;
  line-height: 45px;
  position: relative;
  width: 250px;
  transition: 0.2s all ease-in;
}
.pc_header .hidden_nav_main .mright ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
  font-size: 15px;
  width: 100%;
  position: relative;
  z-index: 5;
}
.pc_header .hidden_nav_main .mright ul li::before {
  content: '';
  display: block;
  height: 100%;
  top: 0;
  left: -15px;
  width: 0px;
  background: #286bad;
  position: absolute;
  z-index: 2;
}
.pc_header .hidden_nav_main .mright ul li::after {
  content: '';
  display: block;
  height: 100%;
  top: 0;
  left: -15px;
  width: 50px;
  background: #fff;
  transition: 0.2s all ease-in;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.pc_header .hidden_nav_main .mright ul li:hover {
  transform: translateY(-2px);
}
.pc_header .hidden_nav_main .mright ul li:hover a {
  color: #286bad;
}
.pc_header .hidden_nav_main .mright ul li:hover::before {
  width: 3px;
  transition: 0.3s all;
}
.pc_header .hidden_nav_main .mright ul li:hover::after {
  opacity: 1;
  width: calc(100% + 22px);
}
.pc_header .hidden_nav_main .mright ul::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 35px;
  height: calc(100% - 70px);
  width: 1px;
  background: #E1E1E1;
}
.pc_header .hidden_nav_main .mright ul:last-child::before {
  display: none;
}
.pc_header:hover {
  background: #ffffff;
}
.pc_header:hover .pc_header_font ul li a {
  color: #333;
}
.pc_header:hover .pc_header_font .search_btn i {
  color: #333;
}
.pc_header.curr {
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.pc_header.curr .pc_header_font ul li a {
  color: #333;
}
.pc_header.curr .pc_header_font .search_btn i {
  color: #333;
}
.hidden_nav_main_san .hidden_nav_tabs {
  position: relative;
  width: 100%;
}
.hidden_nav_main_san .hidden_nav_tabs_item {
  display: flex;
  overflow: hidden;
  width: 0;
  transition: 0.2s all ease-in;
  position: absolute;
  left: 0;
  top: 0;
}
.hidden_nav_main_san .hidden_nav_tabs_item dl {
  padding: 35px 40px;
  position: relative;
}
.hidden_nav_main_san .hidden_nav_tabs_item dl dd {
  height: 60px;
  position: relative;
  width: 180px;
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
}
.hidden_nav_main_san .hidden_nav_tabs_item dl dd a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: 15px;
  width: 100%;
  position: relative;
  z-index: 5;
}
.hidden_nav_main_san .hidden_nav_tabs_item dl dd::before {
  content: '';
  display: block;
  height: 100%;
  top: 0;
  left: -15px;
  width: 0px;
  background: #286bad;
  position: absolute;
  z-index: 2;
}
.hidden_nav_main_san .hidden_nav_tabs_item dl dd::after {
  content: '';
  display: block;
  height: 100%;
  top: 0;
  left: -15px;
  width: 50px;
  background: #fff;
  transition: 0.2s all ease-in;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.hidden_nav_main_san .hidden_nav_tabs_item dl dd:hover {
  transform: translateY(-2px);
}
.hidden_nav_main_san .hidden_nav_tabs_item dl dd:hover a {
  color: #286bad;
}
.hidden_nav_main_san .hidden_nav_tabs_item dl dd:hover::before {
  width: 3px;
  transition: 0.3s all;
}
.hidden_nav_main_san .hidden_nav_tabs_item dl dd:hover::after {
  opacity: 1;
  width: calc(100% + 22px);
}
.hidden_nav_main_san .hidden_nav_tabs_item dl:nth-of-type(n+4) {
  display: none!important;
}
.hidden_nav_main_san .hidden_nav_tabs_item.curr {
  width: 100%;
}
.pc_footer {
  width: 100%;
  background: #1D1D1D;
  padding: 60px 60px 0 60px;
  border-top: 4px solid #286bad;
}
.pc_footer .pc_footer_main {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
}
.pc_footer .pc_footer_top {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
.pc_footer .pc_footer_top img {
  width: 180px;
}
.pc_footer .pc_footer_top span {
  width: 1px;
  height: 16px;
  background: #D9D9D9;
  margin: 0 20px 0 10px;
}
.pc_footer .pc_footer_top p {
  font-size: 14px;
  color: #E6E6E6;
}
.pc_footer .pc_footer_mid {
  display: flex;
  justify-content: space-between;
}
.pc_footer .pc_footer_mid .mleft {
  max-width: 820px;
  width: 100%;
}
.pc_footer .pc_footer_mid ul {
  display: flex;
  justify-content: space-between;
}
.pc_footer .pc_footer_mid ul li {
  display: flex;
  flex-direction: column;
}
.pc_footer .pc_footer_mid ul li h3 {
  font-weight: bold;
  color: #e7e7e7;
  font-size: 20px;
  margin-bottom: 17px;
}
.pc_footer .pc_footer_mid ul li a {
  transition: 0.2s all ease-in;
  font-size: 15px;
  color: #E7E7E7;
  margin-bottom: 17px;
}
.pc_footer .pc_footer_mid ul li a:last-child {
  margin-bottom: 0;
}
.pc_footer .pc_footer_mid ul li a:hover {
  color: #9d9d9d;
  transform: translateY(-2px);
}
.pc_footer .pc_footer_mid .mright {
  padding-bottom: 50px;
}
.pc_footer .pc_footer_mid .mright .mtop {
  margin-bottom: 25px;
}
.pc_footer .pc_footer_mid .mright .mtop h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
}
.pc_footer .pc_footer_mid .mright .mtop ul {
  display: flex;
  align-items: center;
}
.pc_footer .pc_footer_mid .mright .mtop ul li {
  margin-right: 15px;
}
.pc_footer .pc_footer_mid .mright .mtop ul li img {
  width: 86px;
}
.pc_footer .pc_footer_mid .mright .mtop ul li p {
  color: #E7E7E7;
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
}
.pc_footer .pc_footer_mid .mright .mbom .mfont01 {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.pc_footer .pc_footer_mid .mright .mbom .mfont01 .mmoblie {
  margin-right: 45px;
}
.pc_footer .pc_footer_mid .mright .mbom .mfont01 .mmoblie p {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #BFBFBF;
}
.pc_footer .pc_footer_mid .mright .mbom .mfont01 .mmoblie p span {
  font-size: 12px;
  color: #BFBFBF;
}
.pc_footer .pc_footer_mid .mright .mbom .mfont01 .mmoblie h4 {
  font-size: 25px;
  font-weight: bold;
  color: #286bad;
  margin-top: 5px;
}
.pc_footer .pc_footer_mid .mright .mbom .mfont01 a {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 5px;
  background: linear-gradient(90.21deg, rgba(238, 50, 36, 0.37) -5.21%, #286bad 0.52%, rgba(238, 50, 36, 0) 100.66%);
  color: #fff;
  font-size: 14px;
  transition: 0.2s all ease-in;
}
.pc_footer .pc_footer_mid .mright .mbom .mfont01 a:hover {
  box-shadow: 0 0 8px rgba(0, 170, 150, 0.5);
  transform: translateY(-3px);
}
.pc_footer .pc_footer_mid .mright .mbom .mfont02 {
  margin-bottom: 15px;
}
.pc_footer .pc_footer_mid .mright .mbom .mfont02 p {
  font-size: 14px;
  color: #BFBFBF;
  margin-bottom: 5px;
}
.pc_footer .pc_footer_mid .mright .mbom .mfont02 span {
  font-size: 15px;
  color: #BFBFBF;
}
.pc_footer .pc_footer_mid .mright .mbom .mfont03 p {
  font-size: 14px;
  color: #BFBFBF;
  margin-bottom: 5px;
}
.pc_footer .pc_footer_mid .mright .mbom .mfont03 span {
  font-size: 15px;
  color: #BFBFBF;
}
.pc_footer .footer_mbom {
  width: 100%;
  border-top: 1px solid #333333;
}
.pc_footer .footer_mbom .mtop {
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 20px 0;
}
.pc_footer .footer_mbom .mtop p {
  font-size: 18px;
  color: #E7E7E7;
  font-weight: bold;
  margin-right: 22px;
  flex-shrink: 0;
}
.pc_footer .footer_mbom .mtop a {
  font-size: 13px;
  color: #999;
  transition: 0.2s all ease-in;
  margin-right: 25px;
  white-space: nowrap;
}
.pc_footer .footer_mbom .mtop a:hover {
  color: #333;
}
.pc_footer .footer_mbom .footer_icp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px ;
  color: #7a7a7a;
}
.pc_footer .footer_mbom .footer_icp p {
  color: #7a7a7a;
  margin-right: 15px;
}
.pc_footer .footer_mbom .footer_icp a {
  display: flex;
  align-items: center;
  margin-right: 15px;
  color: #7a7a7a;
}
.pc_footer .footer_mbom .footer_icp a:last-child {
  margin-right: 0;
}
.pc_footer .footer_mbom .footer_icp img {
  margin-right: 5px;
}
.ind_title {
  margin: 0 auto 40px auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ind_title h2 {
  font-size: 30px;
  color: #333;
  margin-bottom: 22px;
  font-weight: bold;
  text-align: center;
}
.ind_title p {
  text-align: center;
  max-width: 500px;
  line-height: 180%;
  color: #666;
  font-size: 15px;
}
.ind_title a {
  background: #286bad;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.ind_title a span {
  color: #fff;
  transition: 0.2s all ease-in;
  font-size: 15px;
  position: relative;
  z-index: 5;
}
.ind_title a i {
  color: #fff;
  transition: 0.2s all ease-in;
  font-size: 18px;
  margin-left: 20px;
  position: relative;
  z-index: 5;
}
.ind_title a::after {
  content: '';
  display: block;
  width: 150px;
  height: 150px;
  background: #000;
  border-radius: 30%;
  position: absolute;
  left: 0px;
  top: 40px;
  transform: scale(0);
  transition: 0.3s all ease-in;
  z-index: 1;
}
.ind_title a:hover i {
  transform: translateX(5px);
}
.ind_title a:hover::after {
  transform: scale(3);
}
.page_banner {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
.page_banner .banner_bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page_banner .banner_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_banner .page_banner_main {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 0px;
}
.page_banner .page_banner_main .pagebanne_font {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page_banner .page_banner_main .page_banner_title {
  position: relative;
  padding-top: 40px;
}
.page_banner .page_banner_main img {
  width: 442px;
  margin: 17px auto 22px auto;
}
.page_banner .page_banner_main h3 {
  position: relative;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 76.04%);
  -webkit-background-clip: text;
  color: transparent;
}
.page_banner .page_banner_main h3 span {
  white-space: nowrap;
}
.page_banner .page_banner_main h2 {
  position: relative;
  top: -15px;
  font-size: 36px;
  color: #fff;
  text-align: center;
}
.page_banner .page_banner_main p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.page_bannerleft .page_banner_main {
  justify-content: flex-start;
}
.page_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page_title h3 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  font-family: enfont;
  margin-bottom: 0px;
}
.page_title h2 {
  font-size: 25px;
  color: #333;
}
.page_title_w {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page_title_w h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  font-family: enfont;
  margin-bottom: 0px;
}
.page_title_w h2 {
  font-size: 25px;
  color: #fff;
}
.page_title_left h3 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  font-family: enfont;
  margin-bottom: 0px;
}
.page_title_left h2 {
  font-size: 25px;
  color: #333;
}
.xhpoint {
  position: absolute;
  top: -100px;
  z-index: -1;
  visibility: hidden;
}
.xhsider {
  background: #fff;
  position: fixed;
  top: 50%;
  right: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  transition: 0.2s all ease-in;
  transform: translateX(100px);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.xhsider ul {
  width: 100%;
}
.xhsider li {
  width: 100%;
  position: relative;
}
.xhsider a {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: ;
  padding: 15px 8px;
  border-bottom: 1px solid #efefef;
  transition: 0.2s all ease-in;
}
.xhsider a i {
  color: #286bad;
  margin-bottom: 10px;
  font-size: 18px;
  transition: color 0.2s ease-in;
}
.xhsider a p {
  font-size: 13px;
  color: #666;
  transition: color 0.2s ease-in;
}
.xhsider li:hover a {
  background: #286bad;
  transition: 0.2s all ease-in;
  transform: translateY(-2px);
}
.xhsider li:hover a i {
  color: #fff;
}
.xhsider li:hover a p {
  color: #fff;
}
.xhsider li:hover .sider_pop {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  z-index: 2;
}
.xhsider .sider_pop {
  position: absolute;
  top: 0;
  right: 75px;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  flex-direction: column;
  width: auto;
  transition: 0.2s all ease-in;
  transform: translateX(-30px);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.xhsider .sider_pop h3 {
  font-size: 22px;
  font-weight: bold;
  color: #286bad;
  white-space: nowrap;
  margin-bottom: 5px;
}
.xhsider .sider_pop p {
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  color: #333;
  margin-bottom: 5px;
}
.xhsider .sider_pop span {
  text-align: center;
  font-size: 13px;
  color: #666;
  white-space: nowrap;
}
.xhsider .sider_pop img {
  width: 100%;
}
.xhsider li:first-child a {
  border-radius: 5px 5px 0 0;
}
.xhsider li:last-child a {
  border-radius: 0 0 5px 5px;
}
.xhsider.curr {
  transform: translateX(0);
  opacity: 1;
  z-index: 99;
  visibility: visible;
}
/***********棣栭〉************/
.ind_banner {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  overflow: hidden;
  position: relative;
}
.ind_banner .ind_swi {
  height: 100%;
}
.ind_banner .ind_swi .swiper-slide {
  display: flex;
  align-items: center;
}
.ind_banner .ind_swi .mfont {
  padding-left: 100px;
  padding-top: 40px;
  position: relative;
  z-index: 3;
}
.ind_banner .ind_swi .mfont .mtop {
  margin-bottom: 49px;
}
.ind_banner .ind_swi .mfont .mtop h3 {
  font-weight: bold;
  color: #fff;
  font-size: 50px;
  margin-bottom: 10px;
}
.ind_banner .ind_swi .mfont .mbom p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 59px;
  line-height: 180%;
}
.ind_banner .ind_swi .mfont .mbom a {
  padding: 10px 15px;
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease-in;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
.ind_banner .ind_swi .mfont .mbom a span {
  transition: 0.2s all ease-in;
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  position: relative;
  z-index: 15;
}
.ind_banner .ind_swi .mfont .mbom a i {
  transition: 0.2s all ease-in;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 15;
}
.ind_banner .ind_swi .mfont .mbom a::after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: #286bad;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 40px;
  transform: scale(0);
  transition: 0.3s all ease-in;
  z-index: 1;
}
.ind_banner .ind_swi .mfont .mbom a:hover {
  border: 1px solid rgba(255, 255, 255, 0);
}
.ind_banner .ind_swi .mfont .mbom a:hover i {
  transform: translateX(5px);
}
.ind_banner .ind_swi .mfont .mbom a:hover::after {
  transform: scale(3);
}
.ind_banner .ind_swi .mimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.ind_banner .ind_swi .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_banner .ind_swi_pag {
  position: absolute;
  bottom: 35px;
  z-index: 10;
  right: 100px;
}
.ind_banner .ind_swi_pag .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ind_banner .ind_swi_pag .mitem {
  width: 40px;
  background: none;
  opacity: 1;
  display: flex;
  flex-direction: column;
  user-select: none;
}
.ind_banner .ind_swi_pag .mitem h5 {
  color: #fff;
  font-size: 14px;
  padding-bottom: 8px;
}
.ind_banner .ind_swi_pag .mitem .mline {
  position: relative;
  width: 40px;
  height: 2px;
}
.ind_banner .ind_swi_pag .mitem .mline p {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.ind_banner .ind_swi_pag .mitem .mline i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  z-index: 3;
  background: #fff;
}
.ind_product {
  width: 100%;
  background: #fff;
  padding: 60px 30px;
}
.ind_product .ind_product_main {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product_list li {
  width: 33.33%;
  padding: 20px;
}
.product_list li a {
  display: block;
  width: 100%;
  transition: 0.2s all ease-in;
}
.product_list li a .mtop {
  position: relative;
}
.product_list li a .mtop .mbg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in;
  opacity: 0;
}
.product_list li a .mtop .mbg i {
  color: #fff;
  font-size: 40px;
  transition: 0.3s all ease-in;
  display: block;
  transform: rotate(0);
}
.product_list li a .mtop .mimg {
  width: 100%;
  overflow: hidden;
}
.product_list li a .mtop .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.product_list li a .mfont {
  padding: 20px;
}
.product_list li a .mfont h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  transition: 0.2s all ease-in;
}
.product_list li a .mfont p {
  font-size: 15px;
  color: #666;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.product_list li a:hover {
  transform: translateY(-3px);
}
.product_list li a:hover .mtop .mbg {
  opacity: 1;
}
.product_list li a:hover .mtop .mbg i {
  transform: rotate(180deg);
}
.product_list li a:hover .mtop .mimg img {
  transform: scale(1.1);
}
.product_list li a:hover .mfont h3 {
  color: #286bad;
}
.ind_device {
  width: 100%;
  background: #fff;
  padding: 90px 0 40px 0;
}
.ind_device .ind_device_top {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto 42px auto;
  padding: 0 50px;
  position: relative;
}
.ind_device .ind_device_top .mmain .ind_device_swi {
  position: relative;
  z-index: 5;
  padding: 15px 0;
}
.ind_device .ind_device_top .mmain .ind_device_swibtn {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ind_device .ind_device_top .mmain .ind_device_swibtn .swiper-button-prev,
.ind_device .ind_device_top .mmain .ind_device_swibtn .swiper-button-next {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #286bad;
}
.ind_device .ind_device_top .mmain .ind_device_swibtn .swiper-button-prev i,
.ind_device .ind_device_top .mmain .ind_device_swibtn .swiper-button-next i {
  color: #fff;
  font-size: 20px;
}
.ind_device .ind_device_top .mmain .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ind_device .ind_device_top .mmain .swiper-slide a {
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.2s all ease-in;
  width: 100%;
}
.ind_device .ind_device_top .mmain .swiper-slide a p {
  margin: 8px 0;
  transition: 0.2s all ease-in;
  font-size: 14px;
  user-select: none;
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_device .ind_device_top .mmain .swiper-slide a .mtop {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ind_device .ind_device_top .mmain .swiper-slide a .mtop img {
  height: 50px;
  width: auto;
}
.ind_device .ind_device_top .mmain .swiper-slide a .mbom {
  position: relative;
}
.ind_device .ind_device_top .mmain .swiper-slide a .mbom img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s all ease-in;
  opacity: 0;
}
.ind_device .ind_device_top .mmain .swiper-slide a .mbom img:last-child {
  transition: 0.2s all ease-in;
  opacity: 1;
}
.ind_device .ind_device_top .mmain .swiper-slide.curr a {
  transform: translateY(-10px);
}
.ind_device .ind_device_top .mmain .swiper-slide.curr a p {
  color: #286bad;
}
.ind_device .ind_device_top .mmain .swiper-slide.curr a .mbom img:first-child {
  opacity: 1;
}
.ind_device .ind_device_top .mmain .swiper-slide.curr a .mbom img:last-child {
  opacity: 0;
}
.ind_device .ind_device_bom .ind_device_num {
  padding-bottom: 60px;
}
.ind_device .ind_device_bom .num_main {
  display: flex;
}
.ind_device .ind_device_bom .mleft {
  width: 60%;
  min-width: 450px;
}
.ind_device .ind_device_bom .mleft .mimg {
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ind_device .ind_device_bom .mleft .mimg img {
  width: 100%;
  height: 100%;
  transition: 0.5s all ease-in;
}
.ind_device .ind_device_bom .mleft .mimg:hover img {
  transform: scale(1.06);
}
.ind_device .ind_device_bom .mright {
  padding: 60px;
  width: 40%;
  height: 450px;
  background: #f4f4f4;
  position: relative;
}
.ind_device .ind_device_bom .mright .micon {
  width: 280px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0.1;
}
.ind_device .ind_device_bom .mright .mmain {
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.ind_device .ind_device_bom .mright h3 {
  font-size: 26px;
  color: #286bad;
  margin-bottom: 25px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_device .ind_device_bom .mright .mfont {
  font-size: 16px;
  color: #666;
  line-height: 180%;
  margin-bottom: 0;
  min-height: 100px;
}
.ind_device .ind_device_bom .mright .mfont p {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  max-width: 520px;
}
.ind_device .ind_device_bom .mright ul {
  display: flex;
  align-items: center;
  width: 100%;
}
.ind_device .ind_device_bom .mright ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 40px;
  margin-bottom: 20px;
  transition: 0.2s all ease-in;
}
.ind_device .ind_device_bom .mright ul li p {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: 0.2s all ease-in;
}
.ind_device .ind_device_bom .mright ul li p i {
  font-size: 30px;
  color: #666;
  transition: 0.2s all ease-in;
}
.ind_device .ind_device_bom .mright ul li p img {
  width: 40px;
  height: 40px;
  transition: 0.2s all ease-in;
}
.ind_device .ind_device_bom .mright ul li span {
  font-size: 14px;
  color: #333;
  transition: 0.2s all ease-in;
}
.ind_device .ind_device_bom .mright ul li:hover {
  transform: translateY(-3px);
}
.ind_device .ind_device_bom .mright ul li:hover p {
  border: 1px solid #286bad;
  border-radius: 20px;
}
.ind_device .ind_device_bom .mright ul li:hover p img {
  transform: scale(1.1);
}
.ind_device .ind_device_bom .mright ul li:hover p i {
  color: #286bad;
}
.ind_device .ind_device_bom .mright ul li:hover span {
  color: #286bad;
}
.ind_device .ind_device_bom .mright a {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 13px 20px;
  transition: 0.2s all ease-in;
  margin-top: 50px;
}
.ind_device .ind_device_bom .mright a p {
  font-size: 16px;
  color: #333;
  transition: 0.2s all ease-in;
}
.ind_device .ind_device_bom .mright a div {
  width: 40px;
  height: 40px;
  background: #286bad;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in 0.1s;
}
.ind_device .ind_device_bom .mright a div > i {
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 5;
  transition: 0.2s all ease-in;
}
.ind_device .ind_device_bom .mright a div span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.ind_device .ind_device_bom .mright a div span i {
  background: #fff;
  transform: scale(0);
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.ind_device .ind_device_bom .mright a:hover {
  background: #286bad;
}
.ind_device .ind_device_bom .mright a:hover p {
  color: #fff;
}
.ind_device .ind_device_bom .mright a:hover div {
  background: #fff;
}
.ind_device .ind_device_bom .mright a:hover div > i {
  transform: rotate(45deg);
  color: #286bad;
}
.ind_device .ind_device_bom .mright a:hover div span i {
  transform: scale(1);
}
.ind_about_video {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 21;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.ind_about_video > div {
  width: 80%;
  height: 75%;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.ind_about_video img {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 30px;
  z-index: 50;
}
.ind_about_video video {
  width: 100%;
  height: 100%;
}
.xhjs_list_video {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 21;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.xhjs_list_video > div {
  width: 80%;
  height: 75%;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.xhjs_list_video img {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 30px;
  z-index: 50;
}
.xhjs_list_video video {
  width: 100%;
  height: 100%;
}
.ind_about {
  width: 100%;
  position: relative;
  padding: 100px 30px 30px 30px;
  background: #fff;
}
.ind_about .ind_about_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 640px;
}
.ind_about .ind_about_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_about .ind_about_top {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 180px;
}
.ind_about .ind_about_top h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.ind_about .ind_about_top .ind_keyword_num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
  align-items: flex-start;
}
.ind_about .ind_about_top .ind_keyword_num .ind_about_keynum_item {
  position: relative;
  width: 33%;
  max-width: 366px;
}
.ind_about .ind_about_top .ind_keyword_num .ind_about_keynum_item .mtop {
  display: flex;
  margin-bottom: 15px;
}
.ind_about .ind_about_top .ind_keyword_num .ind_about_keynum_item .mtop h3 {
  text-align: center;
  font-size: 70px;
  color: #fff;
  font-weight: bold;
  font-family: enfont;
}
.ind_about .ind_about_top .ind_keyword_num .ind_about_keynum_item .mtop span {
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
  padding-top: 12px;
}
.ind_about .ind_about_top .ind_keyword_num .ind_about_keynum_item p {
  color: #fff;
  font-size: 17px;
  font-family: enfont;
}
.ind_about .ind_about_top .ind_keyword_num .ind_about_keynum_item li {
  list-style-type: disc;
  font-size: 15px;
  color: #333;
  padding: 5px 0;
  color: #fff;
  display: block;
}
.ind_about .ind_about_top .ind_keyword_num hr {
  display: block;
  width: 1px;
  height: 94px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
}
.ind_about .ind_about_main {
  display: flex;
  justify-content: space-between;
  max-width: 1530px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 5;
}
.ind_about .ind_about_main .mleft {
  width: 49.3%;
  height: 325px;
  cursor: pointer;
  position: relative;
}
.ind_about .ind_about_main .mleft .mimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ind_about .ind_about_main .mleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.ind_about .ind_about_main .mleft .mfont {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ind_about .ind_about_main .mleft .mfont .mbg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: 0.2s all ease-in;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.ind_about .ind_about_main .mleft .mfont .svgicon {
  z-index: 5;
  position: relative;
}
.ind_about .ind_about_main .mleft .mfont .svgicon_01 {
  transition: 0.2s all ease-in;
  transform-origin: 50% 50%;
}
.ind_about .ind_about_main .mleft .mfont .svgicon_02 {
  transition: 0.2s all ease-in;
  transform-origin: 50% 50%;
}
.ind_about .ind_about_main .mleft .mfont p {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 5;
  margin-top: 10px;
}
.ind_about .ind_about_main .mleft:hover .mfont .mbg {
  opacity: 1;
}
.ind_about .ind_about_main .mleft:hover .mfont .svgicon_01 {
  transform: rotate(200deg);
}
.ind_about .ind_about_main .mleft:hover .mfont .svgicon_02 {
  transform: scale(0.9);
}
.ind_about .ind_about_main .mleft:hover img {
  transform: scale(1.06);
}
.ind_about .ind_about_main .mright {
  width: 49.3%;
  position: relative;
}
.ind_about .ind_about_main .mright .mimg {
  position: absolute;
  top: -100px;
  right: 0;
  width: 58%;
  height: 195px;
  overflow: hidden;
}
.ind_about .ind_about_main .mright .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.ind_about .ind_about_main .mright .mimg img:hover {
  transform: scale(1.05);
}
.ind_about .ind_about_main .mright .mmain {
  height: 325px;
  background: #f4f4f4;
  padding: 50px 120px 50px 50px;
}
.ind_about .ind_about_main .mright .mmain h3 {
  font-weight: bold;
  color: #333;
  font-size: 30px;
  margin-bottom: 25px;
}
.ind_about .ind_about_main .mright .mmain > p {
  font-size: 14px;
  color: #666;
  line-height: 210%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}

.about{padding:80px 0;background:url(../images/bgabout.jpg) no-repeat center center;position:relative;color:#fff;background-attachment:fixed;}
.about .ind_title h2{color: #fff; }
.about .ind_title p{color: #fff; }
.about .title{position:relative;z-index:1;}
.aboutinfo{position:relative;z-index:1;width:70%;margin:0 auto 40px;text-align:center;font-size:15px;line-height:28px;opacity:0.8;}
.aboutmore{position:relative;z-index:1;text-align:center;margin-bottom:40px;}
.aboutmore a{display:inline-block;line-height:40px;border-radius:40px;padding:0 30px;background:#db4707;color:#fff;}
.aboutmore a:hover{padding:0 40px;}
.aboutlist{position:relative;z-index:1;width:60%;margin:0 auto;}
.aboutlist ul{margin:0 -1%;}
.aboutlist li{float:left;width:23%;margin:0 1%;}
.aboutlist li a{display:block;text-align:center;}
.aboutlist li a i{display:block;margin:0 auto 10px;width:60px;height:60px;font-size:40px;line-height:60px;padding:9px;border-radius:60px;border:1px solid #fff;transition:all 0.3s ease-out 0s;color:#fff;}
.aboutlist li a h3{font-weight:normal;font-size:14px;color:#fff;}
.aboutlist li a:hover i{background:#db4707;color:#fff;border:1px solid #db4707;}
.about .ind_keyword_num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1300px;
  align-items: flex-start;
}
.about .ind_keyword_num .ind_about_keynum_item {
  position: relative;
  width: 33%;
}
.about .ind_keyword_num .ind_about_keynum_item .mtop {
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
}
.about .ind_keyword_num .ind_about_keynum_item .mtop h3 {
  text-align: center;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  font-family: enfont;
}
.about .ind_keyword_num .ind_about_keynum_item .mtop span {
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
  padding-top: 12px;
}
.about .ind_keyword_num .ind_about_keynum_item p {
  color: #fff;
  font-size: 17px;
  font-family: enfont;
  text-align: center;
}
.about .ind_keyword_num .ind_about_keynum_item li {
  list-style-type: disc;
  font-size: 15px;
  color: #333;
  padding: 5px 0;
  color: #fff;
  display: block;
}
.about .ind_keyword_num hr {
  display: block;
  width: 1px;
  height: 94px;
  background: rgba(255, 255, 255, 0.6);
  border: none;
}
.about .mbom {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.about .mbom a {
  width: 167px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 60px;
  transition: 0.2s all ease-in;
  margin-top: 30px;
  padding: 0 0 0 15px;
  border: 1px solid #f2f2f2;
}
.about .mbom a p {
  font-size: 16px;
  color: #fff;
  transition: 0.2s all ease-in;
}
.about .mbom a div {
  width: 42px;
  height: 42px;
  background: #286bad;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in 0.1s;
}
.about .mbom a div > i {
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 5;
  transition: 0.2s all ease-in;
}
.about .mbom a div span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.about .mbom a div span i {
  background: #fff;
  transform: scale(0);
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.about .mbom a:hover {
  background: #000;
}
.about .mbom a:hover p {
  color: #fff;
}
.about .mbom a:hover div {
  background: #fff;
}
.about a:hover div > i {
  transform: rotate(45deg);
  color: #286bad;
}
.about a:hover div span i {
  transform: scale(1);
}

.ind_plan {
  width: 100%;
  padding: 60px 0px;
  background: #fff;
}
.ind_plan .ind_title p {
  max-width: 600px;
}
.ind_plan ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
}
.ind_plan ul li {
  padding: 0 30px;
  transition: 0.2s all ease-in;
}
.ind_plan ul li a {
  font-size: 15px;
  color: #333;
  display: block;
  position: relative;
  transition: 0.2s all ease-in;
  user-select: none;
}
.ind_plan ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  opacity: 0;

  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #286bad;
  border-right: 6px solid #fff;
  border-radius: 5px;
  transition: 0.2s all ease-in;
  position: absolute;
  left: -13px;
  top: 5px;
}
.ind_plan ul li a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  transition: 0.2s all ease-in;

  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #fff;
  border-right: 6px solid #286bad;
  border-radius: 5px;
  position: absolute;
  right: -13px;
  top: 5px;
}
.ind_plan ul li a:hover {
  transform: translateY(-3px);
}
.ind_plan ul li.curr a {
  color: #286bad;
}
.ind_plan ul li.curr a::after {
  opacity: 1;
}
.ind_plan ul li.curr a::before {
  opacity: 1;
}
.ind_plan ul li:nth-child(n+9) {
  display: none;
}
.ind_plan .ind_plan_main {
  width: 100%;
  position: relative;
}
.ind_plan .ind_plan_item.curr {
  display: flex;
}
.ind_plan .ind_plan_item {
  display: none;
  height: 500px;
}
.ind_plan .ind_plan_item .mleft {
  width: 42%;
  min-width: 500px;
  padding: 80px 80px 50px 250px;
  background: #F8F9FB;
}
.ind_plan .ind_plan_item .mleft .mtop {
  position: relative;
  margin-bottom: 39px;
}
.ind_plan .ind_plan_item .mleft .mtop h3 {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  position: relative;
  z-index: 5;
}
.ind_plan .ind_plan_item .mleft .mtop span {
  font-family: enfont;
  font-size: 60px;
  z-index: 1;
  font-weight: bold;
  color: #EBECEE;
  position: absolute;
  left: 0;
  top: -40px;
}
.ind_plan .ind_plan_item .mleft .minfo {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.ind_plan .ind_plan_item .mleft .minfo p {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  display: -webkit-box;
}
.ind_plan .ind_plan_item .mleft .mmain > a {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px 20px;
  transition: 0.2s all ease-in;
  margin-top: 50px;
}
.ind_plan .ind_plan_item .mleft .mmain > a p {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  transition: 0.2s all ease-in;
}
.ind_plan .ind_plan_item .mleft .mmain > a div {
  width: 40px;
  height: 40px;
  background: #286bad;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in 0.1s;
}
.ind_plan .ind_plan_item .mleft .mmain > a div > i {
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 5;
  transition: 0.2s all ease-in;
}
.ind_plan .ind_plan_item .mleft .mmain > a div span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.ind_plan .ind_plan_item .mleft .mmain > a div span i {
  background: #fff;
  transform: scale(0);
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.ind_plan .ind_plan_item .mleft .mmain > a:hover {
  background: #000;
}
.ind_plan .ind_plan_item .mleft .mmain > a:hover p {
  color: #fff;
}
.ind_plan .ind_plan_item .mleft .mmain > a:hover div {
  background: #fff;
}
.ind_plan .ind_plan_item .mleft .mmain > a:hover div > i {
  transform: rotate(45deg);
  color: #286bad;
}
.ind_plan .ind_plan_item .mleft .mmain > a:hover div span i {
  transform: scale(1);
}
.ind_plan .ind_plan_item .mright {
  width: 58%;
  overflow: hidden;
  position: relative;
}
.ind_plan .ind_plan_item .mright span {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #F8F9FB;
  position: absolute;
  top: 75px;
  left: -12.5px;
  transform: rotate(45deg);
}
.ind_plan .ind_plan_item .mright .mimg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ind_plan .ind_plan_item .mright .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.ind_plan .ind_plan_item .mright .mimg img:hover {
  transform: scale(1.02);
}
.ind_case {
  width: 100%;
  padding: 90px 30px 0;
  background: #fff;
  overflow: hidden;
}
.ind_case .ind_case_main {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}
.ind_case .ind_case_main .mtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ind_case .ind_case_main .mtop .look_more {
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
}
.ind_case .ind_case_main .mtop .look_more i {
  margin-left: 3px;
  font-size: 12px;
}
.ind_case .ind_case_main .mtop .look_more:hover {
  transform: translateY(-3px);
  color: #286bad;
}
.ind_case .ind_case_main .mtop ul {
  display: flex;
  align-items: center;
  padding: 0 25px;
  margin-bottom: 30px;
}
.ind_case .ind_case_main .mtop ul li {
  margin-right: 60px;
}
.ind_case .ind_case_main .mtop ul li a {
  font-size: 15px;
  color: #333;
  display: block;
  position: relative;
  transition: 0.2s all ease-in;
  user-select: none;
}
.ind_case .ind_case_main .mtop ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  opacity: 0;

  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #286bad;
  border-right: 6px solid #fff;
  border-radius: 5px;
  transition: 0.2s all ease-in;
  position: absolute;
  left: -13px;
  top: 5px;
}
.ind_case .ind_case_main .mtop ul li a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  transition: 0.2s all ease-in;

  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #fff;
  border-right: 6px solid #286bad;
  border-radius: 5px;
  position: absolute;
  right: -13px;
  top: 5px;
}
.ind_case .ind_case_main .mtop ul li a:hover {
  transform: translateY(-3px);
}
.ind_case .ind_case_main .mtop ul li.curr a {
  color: #286bad;
}
.ind_case .ind_case_main .mtop ul li.curr a::after {
  opacity: 1;
}
.ind_case .ind_case_main .mtop ul li.curr a::before {
  opacity: 1;
}
.ind_case .ind_case_main .mtop ul li:nth-child(n+9) {
  display: none;
}
.ind_case .ind_case_main .mbom {
  width: 100%;
}
.ind_case .ind_case_main .mbom ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ind_case .ind_case_main .mbom ul li {
  position: relative;
  width: 25%;
  padding: 10px;
}
.ind_case .ind_case_main .mbom ul a {
  display: block;
  position: relative;
  overflow: hidden;
}
.ind_case .ind_case_main .mbom ul a .mimg {
  width: 100%;
  overflow: hidden;
}
.ind_case .ind_case_main .mbom ul a .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all ease-in;
}
.ind_case .ind_case_main .mbom ul a .mfont {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.2s all ease-in;
  height: 60px;
  padding: 20px 20px 10px 20px;
  transform: translateY(0px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0.01%, rgba(0, 0, 0, 0.372642) 49.48%, rgba(0, 0, 0, 0.52) 100%);
}
.ind_case .ind_case_main .mbom ul a .mfont p {
  color: #fff;
  font-size: 15px;
}
.ind_case .ind_case_main .mbom ul li:nth-child(n+9) {
  display: none;
}
.ind_case .ind_case_main .mbom ul a:hover .mimg img {
  transform: scale(1.05);
}
.ind_case .ind_case_main .mbom ul a:hover .mfont {
  transform: translateY(0);
}
.ind_serve {
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 60px 30px;
}
.ind_serve .ind_serve_main {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}
.ind_serve .ind_serve_main ul {
  width: 100%;
  display: flex;
  align-items: center;
}
.ind_serve .ind_serve_main ul li {
  width: 33.33%;
  padding: 20px;
}
.ind_serve .ind_serve_main ul li a {
  width: 100%;
  display: block;
  transition: 0.2s all ease-in;
}
.ind_serve .ind_serve_main ul li a .mimg {
  width: 100%;
  overflow: hidden;
}
.ind_serve .ind_serve_main ul li a .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.ind_serve .ind_serve_main ul li a .mfont {
  width: 100%;
  padding: 20px;
}
.ind_serve .ind_serve_main ul li a .mfont .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.ind_serve .ind_serve_main ul li a .mfont .mtop span {
  width: 10px;
  height: 10px;
  background: #286bad;
  margin-right: 10px;
}
.ind_serve .ind_serve_main ul li a .mfont .mtop h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.ind_serve .ind_serve_main ul li a .mfont .minfo {
  min-height: 50px;
  margin: 14px 0 11px 0;
}
.ind_serve .ind_serve_main ul li a .mfont .minfo p {
  font-size: 14px;
  color: #333;
  line-height: 180%;
}
.ind_serve .ind_serve_main ul li a .mfont .mbom {
  display: flex;
  align-items: center;
}
.ind_serve .ind_serve_main ul li a .mfont .mbom h4 {
  color: #286bad;
  font-size: 14px;
  font-family: enfont;
  transition: 0.2s all ease-in;
}
.ind_serve .ind_serve_main ul li a .mfont .mbom span {
  color: #286bad;
  font-size: 18px;
  margin-left: 5px;
  display: block;
  transform: translateY(2px);
}
.ind_serve .ind_serve_main ul li a:hover {
  transform: translateY(-2px);
}
.ind_serve .ind_serve_main ul li a:hover .mimg img {
  transform: scale(1.03);
}
.ind_serve .ind_serve_main ul li a:hover .mfont .mtop h3 {
  color: #286bad;
}
.ind_serve .ind_serve_main ul li a:hover .mfont .mbom span {
  transform: rotate(180deg);
  transition: 0.3s all ease-in;
}
.ind_news {
  width: 100%;
  padding: 90px;
}
.ind_news .ind_news_main {
  display: flex;
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}
.ind_news .ind_news_left {
  width: 35%;
  margin-right: 15px;
}
.ind_news .ind_news_left .ind_news_item {
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  display: block;
}
.ind_news .ind_news_left .ind_news_item .mimg {
  width: 100%;
  overflow: hidden;
  height: 327px;
}
.ind_news .ind_news_left .ind_news_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_left .ind_news_item .mfont {
  width: 100%;
  padding: 12px;
}
.ind_news .ind_news_left .ind_news_item .mfont h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_news .ind_news_left .ind_news_item .mfont p {
  min-height: 42px;
  font-size: 14px;
  color: #999;
  line-height: 21px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.ind_news .ind_news_left .ind_news_item .mfont .mbom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.ind_news .ind_news_left .ind_news_item .mfont .mbom div {
  display: flex;
  align-items: center;
}
.ind_news .ind_news_left .ind_news_item .mfont .mbom h5 {
  color: #286bad;
  font-size: 13px;
}
.ind_news .ind_news_left .ind_news_item .mfont .mbom span {
  margin: 0 10px;
  width: 1px;
  height: 12px;
  background: #D9D9D9;
}
.ind_news .ind_news_left .ind_news_item .mfont .mbom h6 {
  color: #999;
  font-size: 13px;
}
.ind_news .ind_news_left .ind_news_item .mfont .mbom i {
  color: #999;
  font-size: 20px;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_left .ind_news_item:hover .mimg img {
  transform: scale(1.03);
}
.ind_news .ind_news_left .ind_news_item:hover .mfont h3 {
  color: #286bad;
}
.ind_news .ind_news_left .ind_news_item:hover .mfont i {
  transform: translateX(-5px);
}
.ind_news .ind_news_mid {
  width: 24%;
}
.ind_news .ind_news_mid .ind_news_item {
  width: 100%;
  position: relative;
  display: block;
}
.ind_news .ind_news_mid .ind_news_item .mimg {
  width: 100%;
  overflow: hidden;
  height: 217px;
}
.ind_news .ind_news_mid .ind_news_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_mid .ind_news_item .mfont {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0.01%, rgba(0, 0, 0, 0.372642) 49.48%, rgba(0, 0, 0, 0.52) 100%);
}
.ind_news .ind_news_mid .ind_news_item .mfont h3 {
  font-size: 16px;
  color: #fff;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_news .ind_news_mid .ind_news_item .mfont span {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
.ind_news .ind_news_mid .ind_news_item:nth-child(1) {
  margin-bottom: 17px;
}
.ind_news .ind_news_mid .ind_news_item:hover .mimg img {
  transform: scale(1.03);
}
.ind_news .ind_news_right {
  max-width: 545px;
  flex: 1;
  padding-left: 35px;
}
.ind_news .ind_news_right .ind_news_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px dashed #E6E4E7;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_right .ind_news_item .mleft {
  width: calc(100% - 30px);
}
.ind_news .ind_news_right .ind_news_item .mleft h3 {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_news .ind_news_right .ind_news_item .mleft .mfont {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.ind_news .ind_news_right .ind_news_item .mleft .mfont h5 {
  color: #286bad;
  font-size: 13px;
}
.ind_news .ind_news_right .ind_news_item .mleft .mfont span {
  margin: 0 10px;
  width: 1px;
  height: 12px;
  background: #D9D9D9;
}
.ind_news .ind_news_right .ind_news_item .mleft .mfont h6 {
  color: #999;
  font-size: 13px;
}
.ind_news .ind_news_right .ind_news_item i {
  transition: 0.2s all ease-in;
  font-size: 20px;
  color: #999;
  display: block;
}
.ind_news .ind_news_right .ind_news_item:hover {
  transform: translateY(-3px);
}
.ind_news .ind_news_right .ind_news_item:hover .mleft h3 {
  color: #286bad;
}
.ind_news .ind_news_right .ind_news_item:hover i {
  transform: translateX(-5px);
  color: #286bad;
}
.ind_news .ind_news_right .look_more {
  width: 148px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px 20px;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_right .look_more p {
  font-size: 15px;
  color: #333;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_right .look_more div {
  width: 25px;
  height: 25px;
  background: #286bad;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in 0.1s;
}
.ind_news .ind_news_right .look_more div > i {
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 5;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_right .look_more div span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.ind_news .ind_news_right .look_more div span i {
  background: #fff;
  transform: scale(0);
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in;
  border-radius: 50%;
}
.ind_news .ind_news_right .look_more:hover {
  background: #000;
}
.ind_news .ind_news_right .look_more:hover p {
  color: #fff;
}
.ind_news .ind_news_right .look_more:hover div {
  background: #fff;
}
.ind_news .ind_news_right .look_more:hover div > i {
  transform: rotate(45deg);
  color: #286bad;
}
.ind_news .ind_news_right .look_more:hover div span i {
  transform: scale(1);
}
.ind_friend {
  padding: 0 30px 80px;
  background: #fff;
}
.ind_friend .ind_friend_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.ind_friend .ind_friend_main ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.ind_friend .ind_friend_main ul li {
  width: 20%;
  padding: 1.2%;
}
.ind_friend .ind_friend_main ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.2);
  transition: 0.2s all ease-in;
}
.ind_friend .ind_friend_main ul a img {
  width: 80%;
  transition: 0.2s all ease-in;
}
.ind_friend .ind_friend_main ul a:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.ind_friend .ind_friend_main ul a:hover img {
  transform: scale(1.1);
}
.ind_friend .ind_friend_main ul li:nth-child(n+21) {
  display: none;
}
/****************鍏充簬瀵屽＋鐗�*********************/
.about01 {
  padding:90px 30px 60px 30px;
  overflow: hidden;
  position: relative;
}
.about01 .about01_main {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.about01 .mleft {
  padding-right: 54px;
  flex: 1;
}
.about01 .mleft .minfo {
  line-height: 207.5%;
  color: #666;
  font-size: 15px;
}
.about01 .mleft .minfo p {
  text-indent: 2em;
}
.about01 .mleft .page_title_left {
  position: relative;
  top: -50px;
}
.about01 .mright {
  max-width: 881px;
  height: 493px;
  position: relative;
  width: 100%;
}
.about01 .mright .minfo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about01 .mright .minfo .mbg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: 0.2s all ease-in;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.about01 .mright .minfo .svgicon {
  z-index: 5;
  position: relative;
}
.about01 .mright .minfo .svgicon_01 {
  transition: 0.2s all ease-in;
  transform-origin: 50% 50%;
}
.about01 .mright .minfo .svgicon_02 {
  transition: 0.2s all ease-in;
  transform-origin: 50% 50%;
}
.about01 .mright .minfo p {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 5;
  margin-top: 10px;
}
.about01 .mright .mimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about01 .mright img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.about01 .mright:hover .minfo .mbg {
  opacity: 1;
}
.about01 .mright:hover .minfo .svgicon_01 {
  transform: rotate(200deg);
}
.about01 .mright:hover .minfo .svgicon_02 {
  transform: scale(0.9);
}
.about01 .mright:hover img {
  transform: scale(1.06);
}
.about02 {
  background: url(../images/newbg02.jpg) no-repeat;
  background-size: cover;
  padding: 80px 30px;
  background-attachment: fixed;
  width: 100%;
  height: 911px;
  position: relative;
}
.about02 .page_title_w {
  margin-bottom: 120px;
}
.about02 .year_box {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 350px;
  left: 0;
  right: 0;
}
.about02 .year_box .about_icon {
  position: absolute;
  width: 100%;
}
.about02 .year_box .year_box_main {
  position: absolute;
  left: 0;
  top: -70px;
  right: 0;
}
.about02 .year_box .year_box_main .mfont {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.3;
}
.about02 .year_box h3 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: enfont;
}
.about02 .about_swi_btn {
  position: absolute;
  right: 0;
  top: 550px;
  display: flex;
  align-items: center;
  left: 0;
  z-index: 50;
}
.about02 .about_swi_btn .about_swi_btn_main {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about02 .about_swi_btn .swiper-button-prev {
  margin-right: 3px;
}
.about02 .about_swi_btn .swiper-button-next,
.about02 .about_swi_btn .swiper-button-prev {
  padding: unset!important;
  border-radius: 5px;
  background: #f4f4f4;
  width: 50px;
  height: 50px;
  transition: 0.2s all ease-in;
}
.about02 .about_swi_btn .swiper-button-next i,
.about02 .about_swi_btn .swiper-button-prev i {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
.about02 .about_swi_btn .swiper-button-next:active,
.about02 .about_swi_btn .swiper-button-prev:active {
  background: #707070;
  transform: translate(-1px, 1px);
}
.about02 .about_swi_btn .swiper-button-next:after,
.about02 .about_swi_btn .swiper-button-prev:after {
  display: none;
}
.about02 .about02_main {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.about02 .about02_main .about_swi {
  position: relative;
  z-index: 10;
}
.about02 .mtop {
  margin-bottom: 100px;
}
.about02 .mtop h3 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: enfont;
}
.about02 .minfo {
  width: 100%;
  background: #fff;
  padding: 30px 78px 30px 78px;
  height: 260px;
  overflow-y: auto;
  font-size: 16px;
  color: #333;
  line-height: 33px;
}
.about02 .minfo p {
  padding-left: 20px;
  position: relative;
}
.about02 .minfo p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  width: 10px;
  height: 1px;
  background: #333;
}
.about03 {
  width: 100%;
  padding: 80px 30px 0 30px;
  z-index: 10;
  position: relative;
}
.about03 .about03_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.about03 .mleft {
  width: 50%;
  padding-right: 50px;
}
.about03 .mleft .mimg {
  width: 100%;
  overflow: hidden;
}
.about03 .mleft img {
  width: 100%;
  transition: 0.2s all ease-in;
  transform: scale(1.01);
}
.about03 .mleft img:hover {
  transform: scale(1.05);
}
.about03 .mright .minfo {
  margin-top: 45px;
}
.about03 .mright .minfo li {
  margin-bottom: 50px;
  transition: 0.2s all ease-in;
}
.about03 .mright .minfo li .mtop {
  margin-bottom: 15px;
  transition: 0.2s all ease-in;
}
.about03 .mright .minfo li .mtop p {
  color: #333;
  font-size: 15px;
  padding-top: 13px;
  line-height: 28px;
  transition: 0.2s all ease-in;
}
.about03 .mright .minfo li span {
  background: #286bad;
  margin-right: 15px;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 3px;
}
.about03 .mright .minfo li:hover {
  padding: 0 11px;
}
.about03 .mright .minfo li:hover .mtop p {
  color: #286bad;
}
.about04 {
  width: 100%;
  padding: 60px 30px;
  z-index: 10;
  position: relative;
}
.about04 .about04_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.about04 .mright {
  width: 50%;
}
.about04 .mright .mimg {
  width: 100%;
  overflow: hidden;
}
.about04 .mright img {
  width: 100%;
  transition: 0.2s all ease-in;
  transform: scale(1.01);
}
.about04 .mright img:hover {
  transform: scale(1.05);
}
.about04 .mleft {
  width: 50%;
  padding-right: 50px;
}
.about04 .mleft .minfo {
  margin-top: 41px;
}
.about04 .mleft .minfo li {
  padding: 15px 0;
  transition: 0.2s all ease-in;
}
.about04 .mleft .minfo .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.about04 .mleft .minfo .mtop p {
  color: #333;
  transition: 0.2s all ease-in;
  font-size: 16px;
}
.about04 .mleft .minfo span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(90.21deg, rgba(238, 50, 36, 0.37) -5.21%, #286bad 0.52%, rgba(238, 50, 36, 0) 100.66%);
  margin-right: 14px;
}
.about04 .mleft .minfo p {
  font-size: 14px;
  color: #666;
  line-height: 160%;
}
.about04 .mleft .minfo i {
  width: 1px;
  background: #999;
  height: 12px;
  margin: 0 10px;
}
.about04 .mleft .minfo li:hover {
  transform: translateY(-3px);
}
.about04 .mleft .minfo li:hover .mtop p {
  color: #286bad;
}
@keyframes bgmove {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
  100% {
    background-size: 100%;
  }
}
.about05 {
  width: 100%;
  height: 755px;
  background: url(../images/newbg01.jpg) no-repeat center center;
  background-attachment: fixed;
  position: relative;
  animation: bgmove 20s linear infinite;
}
.about05 .about05_font {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 6;
}
.about05 .about05_font p {
  font-size: 30px;
  color: #fff;
}
.about05 .about05_font h3 {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  margin-top: 77px;
  TEXT-ALIGN: CENTER;
  letter-spacing: 2px;
}
.about05 .about05_font h4 {
  font-size: 25px;
  color: #fff;
  text-transform: capitalize;
  margin-top: 25px;
}
.about05 .about05_font .mbom {
  display: flex;
  align-items: center;
  margin-top: 137px;
}
.about05 .about05_font .mbom span {
  font-size: 20px;
  color: #fff;
}
.about05 .about05_font .mbom img {
  margin: 0 30px;
}
.about05 .minfont {
  position: absolute;
  right: 60px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.about05 .minfont p {
  font-size: 14px;
  font-weight: bold;
  color: #bcbcbc;
  text-transform: uppercase;
  line-height: 22px;
}
.xhhonor {
  background: #fff;
  padding: 90px 100px 0 100px;
  position: relative;
  overflow: hidden;
}
.xhhonor .xhhonor_topmain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}
.xhhonor .xhhonor_main .nonor_btn {
}
.xhhonor .xhhonor_main .nonor_btn .swiper-button-next,
.xhhonor .xhhonor_main .nonor_btn .swiper-button-prev {
  background: #f4f4f4;
  width: 60px;
  height: 50px;
  transition: 0.2s all ease-in;
}
.xhhonor .xhhonor_main .nonor_btn .swiper-button-next{
  right: -70px; 
}
.xhhonor .xhhonor_main .nonor_btn .swiper-button-prev{
  left: -70px;
}
.xhhonor .xhhonor_main .nonor_btn .swiper-button-next i,
.xhhonor .xhhonor_main .nonor_btn .swiper-button-prev i {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
.xhhonor .xhhonor_main .nonor_btn .swiper-button-next:active,
.xhhonor .xhhonor_main .nonor_btn .swiper-button-prev:active {
  background: #707070;
  transform: translate(-1px, 1px);
}
.xhhonor .xhhonor_main .nonor_btn .swiper-button-next:after,
.xhhonor .xhhonor_main .nonor_btn .swiper-button-prev:after {
  display: none;
}
.xhhonor .xhhonor_main {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
}
.xhhonor .mmain {
  position: relative;
  width: 100%;
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.xhhonor .mmain img {
  max-width: 100%;
  max-height: 100%;;
  user-select: none;
  transition: 0.5s all ease-in;
}
.xhhonor .mmain p {
  font-size: 14px;
  color: #666;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
}
.xhhonor .mmain:hover img {
  transform: scale(1.05);
}
.xhhonor .honor_line {
  margin-top: 50px;
  position: relative;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.xhhonor .honor_line span {
  background: #286bad;
  height: 2px;
  width: 50px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}
.xhhonor01{ padding: 50px 30px 90px 30px; }
.xhhonor01 .xhhonor_main{padding-top: 30px;}
.xhhonor01 .xhhonor_topmain .nonor_btn {
  position: absolute;
  right: 0;
  top: 45px;
  display: flex;
  align-items: center;
}
.xhhonor01 .xhhonor_topmain .nonor_btn .swiper-button-prev {
  margin-right: 3px;
}
.xhhonor01 .xhhonor_topmain .nonor_btn .swiper-button-next,
.xhhonor01 .xhhonor_topmain .nonor_btn .swiper-button-prev {
  position: relative!important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f4f4f4;
  width: 60px;
  height: 50px;
  transition: 0.2s all ease-in;
}
.xhhonor01 .xhhonor_topmain .nonor_btn .swiper-button-next i,
.xhhonor01 .xhhonor_topmain .nonor_btn .swiper-button-prev i {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
.xhhonor01 .xhhonor_topmain .nonor_btn .swiper-button-next:active,
.xhhonor01 .xhhonor_topmain .nonor_btn .swiper-button-prev:active {
  background: #707070;
  transform: translate(-1px, 1px);
}
.xhhonor01 .xhhonor_topmain .nonor_btn .swiper-button-next:after,
.xhhonor01 .xhhonor_topmain .nonor_btn .swiper-button-prev:after {
  display: none;
}

/*****涓昏瀹㈡埛鍚嶅崟*****/
.page_tabs {
  width: 100%;
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.13);
  height: 65px;
  background: #fff;
  margin-bottom: 4px;
}
.page_tabs .page_tabs_main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.page_tabs .page_tabs_main ul {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.page_tabs .page_tabs_main ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transition: 0.2s all ease-in;
}
.page_tabs .page_tabs_main ul li a {
  font-size: 15px;
  color: #333;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in;
}
.page_tabs .page_tabs_main ul li span {
  width: 64px;
  height: 2px;
  background: #286bad;
  transition: 0.2s all ease-in;
  opacity: 0;
}
.page_tabs .page_tabs_main ul li.curr span {
  opacity: 1;
}
.page_tabs .page_tabs_main ul a:hover {
  transform: translateY(-2px);
}
.case_tbas .page_tabs_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.page_friend {
  padding: 60px 30px;
  background: #fff;
}
.page_friend .page_title {
  margin-bottom: 45px;
}
.page_friend .page_friend_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.page_friend .page_friend_main ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.page_friend .page_friend_main ul li {
  width: 20%;
  padding: 1.2%;
}
.page_friend .page_friend_main ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.2);
  transition: 0.2s all ease-in;
}
.page_friend .page_friend_main ul a img {
  width: 70%;
  transition: 0.2s all ease-in;
}
.page_friend .page_friend_main ul a:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.page_friend .page_friend_main ul a:hover img {
  transform: scale(1.1);
}
/*********鎷涘晢鍔犵洘************/
.joinus_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 42px;
}
.joinus_title h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 24px;
}
.joinus_title p {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  max-width: 570px;
}
.joinus_title a {
  display: flex;
  align-items: center;
}
.joinus_title a i {
  margin-right: 5px;
  font-size: 20px;
  color: #286bad;
}
.joinus_title a h3 {
  font-weight: bold;
  color: #286bad;
  font-size: 20px;
}
.joinus_title a span {
  font-weight: bold;
  color: #286bad;
  font-size: 20px;
}
.joinus01 {
  background: #fff;
  padding: 60px 30px;
}
.joinus01 .joinus_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 72px;
  background: #f4f4f4;
}
.joinus01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.joinus01 ul li {
  width: 30%;
  margin-bottom: 60px;
  font-size: 18px;
  color: #333;
  transition: 0.2s all ease-in;
}
.joinus01 ul li:nth-child(n+4) {
  margin-bottom: 0;
}
.joinus01 ul li:nth-child(n+7) {
  display: none;
}
.joinus01 ul li:hover {
  transform: translateY(-3px);
  color: #286bad;
}
.joinus02 {
  background: #fff;
  padding: 90px 30px 60px 30px;
}
.joinus02 .joinus_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.joinus02 .joinus_main ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.joinus02 .joinus_main ul li {
  display: flex;
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 60px;
  transition: 0.2s all ease-in;
}
.joinus02 .joinus_main ul li .mleft {
  width: 85px;
  height: 85px;
  background: #286bad;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-right: 25px;
  flex-shrink: 0;
}
.joinus02 .joinus_main ul li .mleft i {
  color: #fff;
  font-size: 30px;
}
.joinus02 .joinus_main ul li .mright h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  transition: 0.2s all ease-in;
}
.joinus02 .joinus_main ul li .mright .mfont {
  font-size: 14px;
  color: #666;
  line-height: 140%;
}
.joinus02 .joinus_main ul li:nth-child(n+4) {
  margin-bottom: 0;
}
.joinus02 .joinus_main ul li:hover {
  transform: translateY(-4px);
}
.joinus02 .joinus_main ul li:hover .mright h3 {
  color: #286bad;
}
.joinus03 {
  background: #fff;
  padding: 80px 30px;
}
.joinus03 .joinus_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.joinus03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.joinus03 ul li {
  width: 50%;
  transition: 0.2s all ease-in;
  padding: 7.5px;
}
.joinus03 ul a {
  display: block;
  overflow: hidden;
  position: relative;
}
.joinus03 ul a .mimg {
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.joinus03 ul a .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.joinus03 ul a .mfont {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.joinus03 ul a .mfont h3 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  transition: 0.2s all ease-in;
}
.joinus03 ul a:hover .mimg img {
  transform: scale(1.05);
}
.joinus03 ul a:hover .mfont h3 {
  transform: translateY(-4px);
}
.joinus04 {
  background: #fff;
  padding: 60px 30px;
}
.joinus04 .joinus_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.joinus04 .mitem p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}
.joinus04 .mitem input {
  width: 100%;
  border: 1px solid #ccc;
  height: 51px;
  padding: 15px;
  font-size: 15px;
  color: #333;
}
.joinus04 .mitem textarea {
  width: 100%;
  border: 1px solid #ccc;
  height: 167px;
  padding: 15px;
  font-size: 15px;
  color: #333;
}
.joinus04 .mtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.joinus04 .mtop .mitem {
  width: 48%;
}
.joinus04 .mmid {
  width: 100%;
  margin-bottom: 15px;
}
.joinus04 .mbom {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.joinus04 .mbom p {
  color: #A0A0A0;
  text-align: center;
  margin-bottom: 20px;
}
.joinus04 .mbom a {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 50px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
.joinus04 .mbom a span {
  position: relative;
  z-index: 10;
}
.joinus04 .mbom a::after {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background: #286bad;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 40px;
  transform: scale(0);
  transition: 0.3s all ease-in;
  z-index: 1;
}
.joinus04 .mbom a:hover {
  border: 1px solid rgba(255, 255, 255, 0);
}
.joinus04 .mbom a:hover::after {
  transform: scale(3);
}
/*************鑱旂郴鎴戜滑**************/
.contact01 {
  padding: 60px 30px;
}
.contact01 .contact_main {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px dashed #D9D9D9;
}
.contact01 ul {
  width: 100%;
  display: flex;
}
.contact01 li {
  flex: 1;
  transition: 0.2s all ease-in;
}
.contact01 li h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  transition: 0.2s all ease-in;
}
.contact01 li dl dd {
  display: block;
  font-size: 15px;
  color: #666;
  margin-bottom: 8px;
}
.contact01 li:hover {
  transform: translateY(-3px);
}
.contact01 li:hover h3 {
  color: #286bad;
}
.contact02 {
  padding: 0 30px 60px 30px;
}
.contact02 .contact_main {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 60px;
  border-bottom: 1px dashed #D9D9D9;
}
.contact02 ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.contact02 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contact02 ul li img {
  width: 100px;
  height: 100px;
  margin-bottom: 6px;
}
.contact02 ul li p {
  font-size: 15px;
  color: #666;
  text-align: center;
}
.contact03 {
  padding: 0 30px 60px 30px;
}
.contact03 .contact_main {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 60px;
}
.contact03 .contact_main .mmain {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 1px 9px rgba(10, 24, 51, 0.2);
}
.contact03 .contact_main .map_tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 50px;
}
.contact03 .contact_main .map_tabs ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}
.contact03 .contact_main .map_tabs ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 161px;
  height: 56px;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.contact03 .contact_main .map_tabs ul li.curr a {
  background: #286bad;
  color: #fff;
}
.contact03 .map_box {
  width: 100%;
  height: 650px;
}
/*************鏂伴椈璧勮**************/
.news_list {
  width: 100%;
  background: #fff;
  padding: 0 30px;
  margin: 50px 0 90px;
}
.news_list .news_list_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.news_list li {
  width: 100%;
}
.news_list .news_item {
  display: flex;
  padding: 44px 0;
  border-bottom: 1px dashed #D9D9D9;
  transition: 0.2s all ease-in;
}
.news_list .news_item .mimg {
  width: 400px;
  margin-right: 60px;
  overflow: hidden;
  flex-shrink: 0;
  background: url(../images/newsbg.jpg) no-repeat;
  background-size: cover;
}
.news_list .news_item .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.news_list .news_item .mmain {
  padding-top: 20px;
  width: 100%;
}
.news_list .news_item .mmain h6 {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.news_list .news_item .mmain h3 {
  transition: 0.2s all ease-in;
  font-size: 25px;
  color: #333;
  margin-bottom: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_list .news_item .mmain p {
  color: #999;
  font-size: 15px;
  line-height: 172.5%;
  height: 55px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.news_list .news_item .mmain .mbom {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_list .news_item .mmain .mbom h5 {
  color: #286bad;
  font-size: 14px;
  transition: 0.2s all ease-in;
}
.news_list .news_item .mmain .mbom .mfont {
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
}
.news_list .news_item .mmain .mbom .mfont span {
  transition: 0.2s all ease-in;
  font-size: 13px;
  color: #999;
  margin-right: 6px;
}
.news_list .news_item .mmain .mbom .mfont i {
  transition: 0.2s all ease-in;
  color: #999;
  font-size: 16px;
}
.news_list .news_item:hover {
  transform: translateY(-3px);
}
.news_list .news_item:hover .mimg img {
  transform: scale(1.05);
}
.news_list .news_item:hover .mmain h3 {
  color: #286bad;
}
.news_list .news_item:hover .mmain .mfont {
  transform: translateX(-5px);
}
.news_list .news_item:hover .mmain .mfont span {
  color: #286bad;
}
.news_list .news_item:hover .mmain .mfont i {
  color: #286bad;
}
.news_listgy {
  width: 100%;
  background: #fff;
}
.news_listgy .news_list_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.news_listgy ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news_listgy li {
  width: 33.33%;
  padding: 11px;
  margin-bottom: 10px;
}
.news_listgy a {
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.2s all ease-in;
  width: 100%;
}
.news_listgy a .mimg {
  width: 100%;
  overflow: hidden;
}
.news_listgy a .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.news_listgy a p {
  text-align: center;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 15px;
  width: 100%;
}
.news_listgy a:hover {
  transform: translateY(-3px);
}
.news_listgy a:hover .mimg img {
  transform: scale(1.03);
}
.xhpaging {
  display: flex;
  justify-content: center;
}
.news_show {
  width: 100%;
  background: #fff;
  padding: 30px 30px 60px 30px;
}
.news_show .news_show_main {
  max-width: 1200px;
  margin: 0 auto;
}
.news_show .nshowWarp {
  width: 100%;
  margin-top: 7.5px;
}
.news_show .nshowWarp .nshowBox {
  background-color: #fff;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}
.news_show .nshowWarp .nshowBox .nshowTitle {
  font-size: 32px;
  line-height: 32px;
  color: #333;
  margin-bottom: 10px;
}
.news_show .nshowWarp .nshowBox .nshowTag {
  height: 50px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #286bad;
}
.news_show .nshowWarp .nshowBox .nshowTag p {
  line-height: 20px;
  color: #999;
}
.news_show .nshowWarp .nshowBox .nshowTag span {
  display: block;
  width: 1px;
  height: 13px;
  background: #D9D9D9;
  margin: 0 10px;
}
.news_show .nshowWarp .nshowBox .xhremark {
  background: #eee;
  width: 100%;
  padding: 15px;
}
.news_show .nshowWarp .nshowBox .xhremark p {
  color: #333;
  font-size: 14px;
}
.news_show .nshowWarp .nshowBox .nshowInfo {
  margin: 40px 0;
  line-height: 25px;
}
.news_show .nshowWarp .nshowBox .nshowInfo p {
  font-size: 15px;
  line-height: 28px;
  padding: 5px 0;
  text-indent: 2em;
}
.news_show .nshowWarp .nshowBox .nshowInfo img {
  max-width: 800px;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.news_show .nshowWarp .nshowBox .nshowOther {
  height: 60px;
  padding: 10px;
  border-radius: 30px;
  background-color: #F2F2F2;
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}
.news_show .nshowWarp .nshowBox .nshowBack {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  color: #286bad;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  transition: 0.2s all ease-in;
}
.news_show .nshowWarp .nshowBox .nshowBack:hover {
  background: #286bad;
  color: #fff;
  transition: 0.2s all ease-in;
}
.news_show .nshowWarp .nshowBox .nshowNext {
  display: flex;
  color: #666;
}
.news_show .nshowWarp .nshowBox .nshowNext i {
  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: #286bad;
  font-size: 20px;
  transition: 0.2s all ease-in;
}
.news_show .nshowWarp .nshowBox .nshowNext i:hover {
  background: #286bad;
  color: #fff;
  transition: 0.2s all ease-in;
}
.news_show .nshowWarp .nshowBox .nshowNext span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_show .nshowWarp .nshowBox .nshowNext:last-of-type {
  flex-direction: row-reverse;
}
.news_show .nshowWarp .nshowBox .nshowNext:last-of-type i {
  margin: 0 0 0 10px;
}
.news_show .nshowWarp .nshowBox .nshowOther a:first-child {
  width: 40%;
}
.news_show .nshowWarp .nshowBox .nshowOther a:last-child {
  width: 40%;
}
@media screen and (max-width: 1025px) {
  .news_show .nshowWarp {
    width: 100%;
  }
}
/********************鏈嶅姟涓績**********************/
.serve_zc01 {
  width: 100%;
  background: #fff;
  padding: 60px 30px;
}
.serve_zc01 .serve_zc01_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}
.serve_zc01 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.serve_zc01 ul li {
  width: 33.33%;
  padding: 10px;
}
.serve_zc01 ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 22px;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  transition: 0.2s all ease-in;
}
.serve_zc01 ul li a span {
  width: 85px;
  height: 85px;
  transition: 0.2s all ease-in;
  border-radius: 50%;
  background: rgba(255, 116, 65, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.serve_zc01 ul li a span i {
  color: #286bad;
  font-size: 40px;
  transition: 0.2s all ease-in;
}
.serve_zc01 ul li a .mfont {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.serve_zc01 ul li a:hover {
  transform: translateY(-3px);
}
.serve_zc01 ul li a:hover span {
  background: #286bad;
}
.serve_zc01 ul li a:hover span i {
  color: #fff;
}
.serve_zc02 {
  width: 100%;
  padding: 60px 30px;
  background: #fff;
}
.serve_zc02 .serve_zc02_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.serve_zc02 .mleft {
  position: relative;
  max-width: 614px;
  width: 100%;
  height: 530px;
  margin-right: 80px;
}
.serve_zc02 .mleft .mimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 5;
}
.serve_zc02 .mleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.serve_zc02 .mleft .mbg {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(193, 193, 193, 0.2);
  transition: 0.2s all ease-in;
  position: absolute;
  top: -100px;
  left: -100px;
}
.serve_zc02 .mleft:hover .mbg {
  transform: translate(30px, -35px);
}
.serve_zc02 .mleft:hover .mimg img {
  transform: scale(1.03);
}
.serve_zc02 .mright {
  flex: 1;
}
.serve_zc02 .mright ul {
  width: 100%;
}
.serve_zc02 .mright ul li {
  display: flex;
  margin-bottom: 100px;
}
.serve_zc02 .mright ul li .mitem {
  width: 33.33%;
  transition: 0.2s all ease-in;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.serve_zc02 .mright ul li .mitem i {
  transition: color 0.2s ease-in;
  color: #333;
  font-size: 40px;
  margin-bottom: 10px;
}
.serve_zc02 .mright ul li .mitem p {
  text-align: center;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  transition: 0.2s all ease-in;
}
.serve_zc02 .mright ul li span {
  width: 1px;
  height: 60px;
  background: #d9d9d9;
  display: block;
  margin-top: 15px;
  transition: 0.2s all ease-in;
}
.serve_zc02 .mright ul li .mitem:hover {
  transform: translateY(-3px);
}
.serve_zc02 .mright ul li .mitem:hover i {
  color: #286bad;
  transform: rotateY(360deg);
  transition: transform 0.4s ease-in;
}
.serve_zc02 .mright ul li .mitem:hover p {
  color: #286bad;
}
.serve_zc02 .mright ul li:last-child {
  margin-bottom: 0;
}
.serve_zc03 {
  width: 100%;
  padding: 60px 30px;
  background: #f4f4f4;
}
.serve_zc03 .serve_zc03_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.serve_zc03 ul {
  width: 100%;
  display: flex;
}
.serve_zc03 li {
  width: 25%;
  padding: 12px;
  transition: 0.2s all ease-in;
}
.serve_zc03 .mitem {
  background: #fff;
  padding: 20px;
  position: relative;
  height: 339px;
  transition: 0.2s all ease-in;
}
.serve_zc03 .mitem .toptop {
  width: 100%;
  height: 4px;
  background: #286bad;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s all ease-in;
  z-index: 1;
}
.serve_zc03 .mitem .mtop {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
  z-index: 8;
}
.serve_zc03 .mitem .mtop h3 {
  transition: 0.2s all ease-in;
  font-size: 80px;
  font-weight: bold;
  font-family: enfont;
  color: #E2E2E2;
  z-index: 8;
}
.serve_zc03 .mitem .mtop p {
  transition: 0.2s all ease-in;
  transform: translateY(-10px);
  font-size: 20px;
  font-weight: bold;
  font-family: enfont;
  margin-left: 10px;
  color: #E2E2E2;
  z-index: 8;
}
.serve_zc03 .mitem .mmid span {
  transition: 0.2s all ease-in;
  font-size: 18px;
  font-weight: bold;
  color: #cccccd;
  font-family: enfont;
}
.serve_zc03 .mitem .mmid h4 {
  color: #333;
  font-weight: bold;
  margin: 5px 0 10px 0;
  font-size: 18px;
  transition: 0.2s all ease-in;
}
.serve_zc03 .mitem .mline {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  transition: 0.2s all ease-in;
}
.serve_zc03 .mitem .mline p {
  transition: 0.2s all ease-in;
  width: 25%;
  height: 2px;
  background: #286bad;
  position: absolute;
  left: 0;
  top: 0;
}
.serve_zc03 .mitem .mline span {
  transition: 0.2s all ease-in;
  display: block;
  width: 100%;
  height: 2px;
  background: #F0F0F0;
}
.serve_zc03 .mitem h4 {
  font-size: 15px;
  color: #333;
  transition: 0.2s all ease-in;
}
.serve_zc03 .mitem .mfang {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.2s all ease-in;
  width: 55px;
  height: 55px;
  background: #286bad;
}
.serve_zc03 .mitem:hover {
  transform: translateY(-3px);
}
.serve_zc03 .mitem:hover .toptop {
  height: 120px;
}
.serve_zc03 .mitem:hover .mtop p {
  color: #fff;
}
.serve_zc03 .mitem:hover .mtop h3 {
  color: #fff;
}
.serve_zc03 .mitem:hover .mline p {
  width: 10%;
}
.serve_zc03 .mitem:hover .mfang {
  border-radius: 80px 0 0 0;
}
.servezl_top {
  width: 100%;
  background: #fff;
  padding: 40px 30px;
  position: relative;
  z-index: 20;
}
.servezl_top .servezl_top_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.servezl_top .servezl_top_main h5 {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.servezl_top .mmain {
  width: 100%;
}
.servezl_top .mmain .layui-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.servezl_top .mmain .mleft {
  display: flex;
  align-items: center;
}
.servezl_top .mmain .mleft .layui-form-item {
  width: 250px;
  margin-right: 10px;
  margin-bottom: 0;
}
.servezl_top .mmain .mleft .layui-form-item .layui-form-select .layui-input {
  padding-left: 25px;
  background: #f4f4f4;
  height: 45px;
}
.servezl_top .mmain .mleft .layui-form-item .layui-form-select .layui-edge {
  right: 25px;
}
.servezl_top .mmain .mleft .layui-form-select dl dd.layui-this {
  background: #000;
}
.servezl_top .mmain .xhsearch {
  display: flex;
  align-items: center;
}
.servezl_top .mmain .xhsearch .mfont {
  width: 250px;
  height: 45px;
  display: flex;
  align-items: center;
  background: #f4f4f4;
  position: relative;
}
.servezl_top .mmain .xhsearch .mfont input {
  font-size: 15px;
  border: none;
  flex: 1;
  padding-left: 25px;
  height: 100%;
  background: #f4f4f4;
}
.servezl_top .mmain .xhsearch .mfont i {
  color: #999;
}
.servezl_top .mmain .xhsearch a {
  background: #000;
  width: 80px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in;
  margin-left: 10px;
  border-radius: 3px;
}
.servezl_top .mmain .xhsearch a:hover {
  background: #286bad;
}
.servezl_mbom {
  width: 100%;
  background: #fff;
  padding: 0 30px 60px 30px;
}
.servezl_mbom .servezl_mbom_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.servezl_mbom ul {
  width: 100%;
}
.servezl_mbom ul li {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 100px;
  height: 70px;
}
.servezl_mbom ul li h4 {
  width: 24%;
  font-size: 14px;
  transition: 0.2s all ease-in;
}
.servezl_mbom ul li span {
  width: 20%;
  font-size: 14px;
  padding: 0 5px;
}
.servezl_mbom ul li a {
  width: 10%;
  font-size: 14px;
  color: #286bad;
}
.servezl_mbom ul li a i {
  font-size: 20px;
}
.servezl_mbom ul li:nth-child(2n) {
  background: #fff;
}
.servezl_mbom ul li:nth-child(2n+1) {
  background: #F4F4F4;
}
.servezl_mbom ul li:first-child {
  background: #000;
  height: 60px;
}
.servezl_mbom ul li:first-child h4 {
  color: #fff;
}
.servezl_mbom ul li:first-child span {
  color: #fff;
}
.servezl_mbom ul li:first-child a {
  color: #fff;
}
.servezl_mbom ul li:hover h4 {
  color: #286bad;
}
.servezl_mbom ul li:first-child:hover h4 {
  color: #fff;
}
.servewd_top {
  width: 100%;
  background: #fff;
  padding: 40px 30px;
}
.servewd_top .servewd_top_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 650px;
}
.servewd_top .mleft {
  max-width: 945px;
  width: 100%;
  margin-right: 45px;
  background: #F4F4F4;
  height: 100%;
}
.servewd_top .mright {
  height: 100%;
}
.servewd_top .mright .layui-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.servewd_top .mright .layui-form-item {
  width: 250px;
  margin-right: 10px;
  margin-bottom: 0;
}
.servewd_top .mright .layui-form-item .layui-form-select .layui-input {
  padding-left: 25px;
  background: #f4f4f4;
  height: 45px;
}
.servewd_top .mright .layui-form-item .layui-form-select .layui-edge {
  right: 25px;
}
.servewd_top .mright .layui-form-select dl dd.layui-this {
  background: #000;
}
.servewd_top .mright .xhsearch a {
  background: #000;
  width: 80px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in;
  border-radius: 3px;
}
.servewd_top .mright .xhsearch a:hover {
  background: #286bad;
}
.servewd_top .mright .xhsearch #but_chong {
  margin-right: 10px;
  background: #fff;
  color: #333;
  border: 1px solid #efefef;
}
.servewd_top .mright .xhsearch #but_chong:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.servewd_top .mright .mmain {
  height: calc(100% - 100px);
  overflow-y: auto;
  padding-right: 30px;
}
.servewd_top .mright .mmain .mitem {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.servewd_top .mright .mmain .mitem i {
  font-size: 25px;
  color: #286bad;
}
.servewd_top .mright .mmain .mitem hr {
  display: block;
  border: none;
  width: 1px;
  height: 60px;
  background: #ededed;
  margin: 0 30px;
}
.servewd_top .mright .mmain .mitem h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.servewd_top .mright .mmain .mitem p {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}
.servewd_top .mright .mmain .mitem span {
  color: #999;
  font-size: 14px;
}
.serve_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 42px;
}
.serve_title h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 24px;
}
.serve_title p {
  text-align: center;
  font-size: 15px;
  color: #666;
  line-height: 24px;
  max-width: 692px;
}
.serve_bicp01 {
  width: 100%;
  background: #fff;
  padding: 60px 30px;
}
.serve_bicp01 .serve_bicp_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.serve_bicp01 .serve_bicp_main ul {
  display: flex;
}
.serve_bicp01 .serve_bicp_main ul li {
  width: 25%;
  padding: 15px;
  transition: 0.2s all ease-in;
}
.serve_bicp01 .serve_bicp_main ul a {
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.2s all ease-in;
}
.serve_bicp01 .serve_bicp_main ul a img {
  width: 100px;
  margin-bottom: 15px;
}
.serve_bicp01 .serve_bicp_main ul a h3 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  transition: 0.2s all ease-in;
}
.serve_bicp01 .serve_bicp_main ul a span {
  width: 53px;
  height: 4px;
  border-radius: 3px;
  background: #286bad;
  margin: 17px 0;
  transition: 0.2s all ease-in;
}
.serve_bicp01 .serve_bicp_main ul a p {
  color: #666;
  font-size: 14px;
  line-height: 21px;
  max-width: 225px;
  text-align: center;
}
.serve_bicp01 .serve_bicp_main ul a:hover {
  transform: translateY(-3px);
}
.serve_bicp01 .serve_bicp_main ul a:hover h3 {
  color: #286bad;
}
.serve_bicp01 .serve_bicp_main ul a:hover span {
  width: 20px;
}
.pers_sec03 {
  width: 100%;
  padding: 80px 30px;
  position: relative;
  background: #fff;
}
.pers_sec03 .serve_title {
  position: relative;
  z-index: 10;
}
.pers_sec03 .pers_sec03_bg {
  background: #E9E8E7;
  border-radius: 0 0 150px 0;
  width: 100%;
  height: 416px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.pers_sec03 .pers_sec03_line {
  width: 65px;
  height: 3px;
  background: #333;
  display: block;
  margin: 27px auto 49px auto;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}
.pers_sec03 .pers_sec03_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 60px 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 11px rgba(146, 14, 14, 0.12);
  position: relative;
  z-index: 10;
}
.pers_sec03 .mitem {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.2s all ease-in;
}
.pers_sec03 .mitem img {
  width: 71px;
  transition: 0.2s all ease-in;
}
.pers_sec03 .mitem h3 {
  font-size: 18px;
  color: #333;
  margin: 24px 0;
  font-weight: bold;
  transition: 0.2s all ease-in;
  text-align: center;
}
.pers_sec03 .mitem p {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.pers_sec03 .mitem:hover {
  transform: translateY(-5px);
}
.pers_sec03 .mitem:hover img {
  transform: scale(1.05);
}
.pers_sec03 .mitem:hover h3 {
  color: #286bad;
}
.pers_sec02 {
  background: #fff;
  padding: 30px 30px;
  position: relative;
  overflow: hidden;
}
.pers_sec02 .pers_sec02_main {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 60px;
}
.pers_sec02 .mright {
  width: 50%;
}
.pers_sec02 .mright img {
  width: 100%;
  transition: 0.2s all ease-in;
}
.pers_sec02 .mright img:hover {
  transform: scale(1.02);
}
.pers_sec02 .mleft {
  width: 45%;
  position: relative;
  z-index: 5;
}
.pers_sec02 .mleft .minfo {
  font-size: 18px;
  line-height: 160%;
}
.pers_sec02 .mleft .minfo p {
  margin-bottom: 15px;
}
.pers_sec02 .mleft .minfo span {
  font-weight: bold;
  color: #286bad;
}
.pers_sec02 .mbgbox {
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 2;
  animation: mbgbox_move 15s linear infinite;
}
/*****************琛屼笟瑙ｅ喅鏂规******************/
.case_hy {
  width: 100%;
  background: #fff;
  padding: 60px 30px;
}
.case_hy .case_hy_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.case_hy ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.case_hy li {
  width: 33.33%;
  padding: 7.5px;
}
.case_hy li a {
  display: block;
}
.case_hy li a .mimg {
  width: 100%;
  overflow: hidden;
}
.case_hy li a {
  display: block;
  width: 100%;
  transition: 0.2s all ease-in;
}
.case_hy li a .mtop {
  position: relative;
}
.case_hy li a .mtop .mbg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in;
  opacity: 0;
}
.case_hy li a .mtop .mbg i {
  color: #fff;
  font-size: 40px;
  transition: 0.3s all ease-in;
  display: block;
  transform: rotate(0);
}
.case_hy li a .mtop .mimg {
  width: 100%;
  overflow: hidden;
}
.case_hy li a .mtop .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.case_hy li a .mfont {
  padding: 10px 0;
}
.case_hy li a .mfont h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  transition: 0.2s all ease-in;
}
.case_hy li a .mfont p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.case_hy li a:hover {
  transform: translateY(-3px);
}
.case_hy li a:hover .mtop .mbg {
  opacity: 1;
}
.case_hy li a:hover .mtop .mbg i {
  transform: rotate(180deg);
}
.case_hy li a:hover .mtop .mimg img {
  transform: scale(1.1);
}
.case_hy li a:hover .mfont h3 {
  color: #286bad;
}
.plan_tabs2 {
  display: none;
}
.plan_md {
  position: absolute;
  top: -200px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.case_dz {
  width: 100%;
  background: #fff;
}
.case_dz > h2 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  padding-left: 130px;
  margin: 60px 0;
}
.case_dz ul {
  width: 100%;
}
.case_dz ul li {
  width: 100%;
  position: relative;
}
.case_dz .mitem {
  display: flex;
  align-items: center;
  margin-bottom: 135px;
}
.case_dz .mitem .mleft {
  width: 55%;
}
.case_dz .mitem .mleft .mimg {
  width: 100%;
  height: 610px;
  overflow: hidden;
}
.case_dz .mitem .mleft .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.case_dz .mitem .mleft .mimg img:hover {
  transform: scale(1.05);
}
.case_dz .mitem .mright {
  width: 45%;
  padding: 0 120px;
}
.case_dz .mitem .mright .mmain {
  width: 100%;
}
.case_dz .mitem .mright .mmain .mtop {
  margin-bottom: 50px;
}
.case_dz .mitem .mright .mmain .mtop h3 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
}
.case_dz .mitem .mright .mmain .mtop h2 {
  font-size: 30px;
  color: #333;
}
.case_dz .mitem .mright .mmain .minfo {
  color: #333;
  font-size: 16px;
  line-height: 177.5%;
  height: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  display: -webkit-box;
  margin-bottom: 30px;
}
.case_dz .mitem .mright .mmain a {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 45px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
.case_dz .mitem .mright .mmain a span {
  position: relative;
  z-index: 10;
}
.case_dz .mitem .mright .mmain a::after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: #286bad;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 40px;
  transform: scale(0);
  transition: 0.3s all ease-in;
  z-index: 1;
}
.case_dz .mitem .mright .mmain a:hover {
  border: 1px solid rgba(255, 255, 255, 0);
}
.case_dz .mitem .mright .mmain a:hover::after {
  transform: scale(3);
}
.case_dz li:nth-child(2n) .mitem {
  flex-direction: row-reverse;
}
/***************宸ョ▼妗堜緥**************/
.case_list {
  width: 100%;
  background: #fff;
  padding: 100px 60px 70px 60px;
}
.case_list .case_list_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.case_list .case_list_main ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.case_list .case_list_main ul li {
  position: relative;
  width: 25%;
  padding: 10px;
}
.case_list .case_list_main ul a {
  display: block;
  position: relative;
  overflow: hidden;
}
.case_list .case_list_main ul a .mimg {
  width: 100%;
  overflow: hidden;
}
.case_list .case_list_main ul a .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all ease-in;
}
.case_list .case_list_main ul a .mfont {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.2s all ease-in;
  height: 60px;
  padding: 20px 20px 10px 20px;
  transform: translateY(0px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0.01%, rgba(0, 0, 0, 0.372642) 49.48%, rgba(0, 0, 0, 0.52) 100%);
}
.case_list .case_list_main ul a .mfont p {
  color: #fff;
  font-size: 15px;
}
.case_list .case_list_main ul a:hover .mimg img {
  transform: scale(1.05);
}
.case_list .case_list_main ul a:hover .mfont {
  transform: translateY(0);
}
/***************宸ョ▼妗堜緥璇︽儏*************/
.case_show {
  width: 100%;
  background: #fff;
  padding: 60px 30px;
}
.case_show .case_show_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.case_show .case_show_main h2 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: 60px;
}
.case_show .mmain {
  display: flex;
}
.case_show .mmain .mleft {
  flex-shrink: 0;
  margin-right: 80px;
}
.case_show .mmain .mleft .mimg {
  width: 664px;
  height: 493px;
  overflow: hidden;
}
.case_show .mmain .mleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.case_show .mmain .mleft img:hover {
  transform: scale(1.05);
}
.case_show .mmain .mright {
  padding-top: 0px;
  flex: 1;
}
.case_show .mmain .mright .mtop {
  margin-bottom: 30px;
}
.case_show .mmain .mright .mtop ul {
  display: flex;
}
.case_show .mmain .mright .mtop li {
  width: 100%;
  padding-right: 30px;
}
.case_show .mmain .mright .mtop li p {
  font-size: 15px;
  color: #999;
  margin-bottom: 8px;
}
.case_show .mmain .mright .mtop li h4 {
  font-size: 22px;
  color: #286bad;
  font-weight: bold;
}
.case_show .mmain .mright .minfo {
  margin-bottom: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
  display: -webkit-box;
  line-height: 175%;
  font-size: 15px;
  color: #666;
}
.case_show .mmain .mright .minfo p {
  margin-bottom: 10px;
}
.case_show .mmain .mright a {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 45px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
.case_show .mmain .mright a span {
  position: relative;
  z-index: 10;
}
.case_show .mmain .mright a::after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: #286bad;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 40px;
  transform: scale(0);
  transition: 0.3s all ease-in;
  z-index: 1;
}
.case_show .mmain .mright a:hover {
  border: 1px solid rgba(255, 255, 255, 0);
}
.case_show .mmain .mright a:hover::after {
  transform: scale(3);
}
.case_img {
  background: #fff;
  padding: 50px 0px 50px 30px;
  position: relative;
  overflow: hidden;
}
.case_img .xhhonor_topmain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 120px;
}
.case_img .xhhonor_topmain .nonor_btn {
  position: absolute;
  right: 125px;
  top: 20px;
  display: flex;
  align-items: center;
}
.case_img .xhhonor_topmain .nonor_btn .swiper-button-prev {
  margin-right: 3px;
}
.case_img .xhhonor_topmain .nonor_btn .swiper-button-next,
.case_img .xhhonor_topmain .nonor_btn .swiper-button-prev {
  position: relative!important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f4f4f4;
  width: 60px;
  height: 50px;
  transition: 0.2s all ease-in;
}
.case_img .xhhonor_topmain .nonor_btn .swiper-button-next i,
.case_img .xhhonor_topmain .nonor_btn .swiper-button-prev i {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
.case_img .xhhonor_topmain .nonor_btn .swiper-button-next:active,
.case_img .xhhonor_topmain .nonor_btn .swiper-button-prev:active {
  background: #707070;
  transform: translate(-1px, 1px);
}
.case_img .xhhonor_topmain .nonor_btn .swiper-slide {
  overflow: hidden;
}
.case_img .xhhonor_topmain .nonor_btn .swiper-button-next:after,
.case_img .xhhonor_topmain .nonor_btn .swiper-button-prev:after {
  display: none;
}
.case_img .xhhonor_main {
  position: relative;
  padding-top: 30px;
  padding-left: 120px;
}
.case_img .mmain {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.case_img .mmain img {
  user-select: none;
  transition: 0.2s all ease-in;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case_img .mmain:hover img {
  transform: scale(1.05);
}
.case_img .honor_line {
  margin-top: 50px;
  position: relative;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.case_img .honor_line span {
  background: #286bad;
  height: 2px;
  width: 50px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}
.other_box {
  width: 100%;
  padding: 60px 30px;
  background: #fff;
}
.other_box .other_box_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.other_box .page_title {
  margin-bottom: 60px;
}
.other_box a {
  display: flex;
  width: 100%;
  transition: 0.2s all ease-in;
}
.other_box a .mtop {
  position: relative;
  width: 50%;
}
.other_box a .mtop .mbg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in;
  opacity: 0;
}
.other_box a .mtop .mbg i {
  color: #fff;
  font-size: 40px;
  transition: 0.3s all ease-in;
  display: block;
  transform: rotate(0);
}
.other_box a .mtop .mimg {
  width: 100%;
  overflow: hidden;
}
.other_box a .mtop .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.other_box a .mfont {
  padding: 20px;
  width: 50%;
}
.other_box a .mfont h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.other_box a .mfont p {
  font-size: 15px;
  color: #666;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.other_box a:hover {
  transform: translateY(-3px);
}
.other_box a:hover .mtop .mbg {
  opacity: 1;
}
.other_box a:hover .mtop .mbg i {
  transform: rotate(180deg);
}
.other_box a:hover .mtop .mimg img {
  transform: scale(1.1);
}
.other_box a:hover .mfont h3 {
  color: #286bad;
}
/********************浜у搧涓績*****************/
.product_tabs {
  display: none;
}
.propage {
  background: #fff;
  padding: 60px 60px;
}
.propage .propage_main {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.propage .propage_nav {
  width: 220px;
  flex-shrink: 0;
  margin-right: 50px;
}
.propage .propage_nav .propage_nav_main {
  width: 320px;
}
.propage .propage_nav .mtop {
  margin-bottom: 25px;
}
.propage .propage_nav .mtop h2 {
  font-size: 15px;
  color: #666;
  padding-bottom: 15px;
}
.propage .propage_nav .mtop span {
  width: 96%;
  height: 1px;
  background: #286bad;
  display: block;
}
.propage .propage_nav .mitem {
  width: 100%;
  margin-bottom: 40px;
}
.propage .propage_nav .mitem h2 {
  margin-bottom: 20px;
}
.propage .propage_nav .mitem h2 a {
  color: #c4c4c4;
  font-weight: bold;
  font-size: 40px;
  transition: 0.2s all ease-in;
}
.propage .propage_nav .mitem ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.propage .propage_nav .mitem ul li {
  width: 100%;
  margin-bottom: 12px;
}
.propage .propage_nav .mitem ul li a {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #999;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.propage .propage_nav .mitem.curr h2 a {
  color: #333;
}
.propage .propage_nav .mitem h2:hover a {
  color: #286bad;
}
.propage .propage_nav .mitem a:hover {
  color: #286bad;
}
.propage .propage_nav.curr1 .propage_nav_main {
  display: none;
}
.propage .propage_nav.curr .propage_nav_main {
  position: fixed;
  top: auto;
  bottom: 150px;
}
.propage .propage_info {
  max-width: 1200px;
  width: 100%;
}
.propage .propage_info .pro_list {
}
.propage .propage_info .product_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.propage .propage_info .product_list li {
  width: 33%;
  padding: 20px 10px;
}
.propage .propage_info .product_list li a {
  display: block;
  width: 100%;
  transition: 0.2s all ease-in;
}
.propage .propage_info .product_list li a .mtop {
  position: relative;
}
.propage .propage_info .product_list li a .mtop .mbg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in;
  opacity: 0;
}
.propage .propage_info .product_list li a .mtop .mbg i {
  color: #fff;
  font-size: 40px;
  transition: 0.3s all ease-in;
  display: block;
  transform: rotate(0);
}
.propage .propage_info .product_list li a .mtop .mimg {
  width: 100%;
  overflow: hidden;
}
.propage .propage_info .product_list li a .mtop .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.propage .propage_info .product_list li a .mfont {
  padding: 20px;
}
.propage .propage_info .product_list li a .mfont h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  transition: 0.2s all ease-in;
}
.propage .propage_info .product_list li a .mfont p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.propage .propage_info .product_list li a:hover {
  transform: translateY(-3px);
}
.propage .propage_info .product_list li a:hover .mtop .mbg {
  opacity: 1;
}
.propage .propage_info .product_list li a:hover .mtop .mbg i {
  transform: rotate(180deg);
}
.propage .propage_info .product_list li a:hover .mtop .mimg img {
  transform: scale(1.1);
}
.propage .propage_info .product_list li a:hover .mfont h3 {
  color: #286bad;
}
.propage .propage_info .xhjs_list {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.propage .propage_info .xhjs_list .xhjs_list_maodian {
  position: absolute;
  top: -120px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.propage .propage_info .xhjs_list h6 {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
  padding-left: 15px;
  position: relative;
}
.propage .propage_info .xhjs_list h6:after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: -15px;
  display: block;
  width: 100px;
  height: 2px;
  background: #286bad;
}
.propage .propage_info .xhjs_list ul {
  width: 100%;
}
.propage .propage_info .xhjs_list li {
  width: 100%;
  padding: 20px;
}
.propage .propage_info .xhjs_list li a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  transition: 0.2s all ease-in;
}
.propage .propage_info .xhjs_list li a .mtop {
  position: relative;
  width: 50%;
}
.propage .propage_info .xhjs_list li a .mtop .mbg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in;
  opacity: 0;
}
.propage .propage_info .xhjs_list li a .mtop .mbg i {
  color: #fff;
  font-size: 40px;
  transition: 0.3s all ease-in;
  display: block;
  transform: rotate(0);
}
.propage .propage_info .xhjs_list li a .mtop .mimg {
  width: 100%;
  overflow: hidden;
}
.propage .propage_info .xhjs_list li a .mtop .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.propage .propage_info .xhjs_list li a .mfont {
  padding: 20px;
  width: 50%;
}
.propage .propage_info .xhjs_list li a .mfont h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  transition: 0.2s all ease-in;
}
.propage .propage_info .xhjs_list li a .mfont p {
  font-size: 15px;
  color: #666;
  line-height: 170%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
  display: -webkit-box;
}
.propage .propage_info .xhjs_list li a:hover {
  transform: translateY(-3px);
}
.propage .propage_info .xhjs_list li a:hover .mtop .mbg {
  opacity: 1;
}
.propage .propage_info .xhjs_list li a:hover .mtop .mbg i {
  transform: rotate(0deg);
}
.propage .propage_info .xhjs_list li a:hover .mtop .mimg img {
  transform: scale(1.1);
}
.propage .propage_info .xhjs_list li a:hover .mfont h3 {
  color: #286bad;
}
.propage .propage_info .xhjs_list li:nth-child(2n) a {
  flex-direction: row-reverse;
}
/*******************浜у搧璇︽儏**************************/
.proshow {
  width: 100%;
  background: #fff;
  padding: 60px;
}
.proshow .proshow_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.proshow .mleft {
  width: 35%;
  position: relative;
}
.proshow .mleft .proshow_imgswi {
  width: 100%;
}
.proshow .mleft .proshow_imgswi .mimg {
  width: 100%;
}
.proshow .mleft .proshow_imgswi .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proshow .mleft .proshow_imgswi_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.proshow .mleft .proshow_imgswi_btn .swiper-button-prev,
.proshow .mleft .proshow_imgswi_btn .swiper-button-next {
  width: 80px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset;
}
.proshow .mleft .proshow_imgswi_btn .swiper-button-prev i,
.proshow .mleft .proshow_imgswi_btn .swiper-button-next i {
  color: #fff;
  font-size: 20px;
}
.proshow .mleft .proshow_imgswi_btn .swiper-button-prev {
  margin-right: 1px;
}
.proshow .mleft .proshow_imgswi_num {
  position: absolute;
  left: 30px;
  bottom: 15px;
  display: flex;
  align-items: center;
  z-index: 10;
}
.proshow .mleft .proshow_imgswi_num p {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.proshow .mleft .proshow_imgswi_num i {
  color: #999;
  font-size: 16px;
  margin: 0 5px;
}
.proshow .mleft .proshow_imgswi_num span {
  font-size: 16px;
  color: #666;
}
.proshow .mright {
  width: 65%;
  padding: 0 60px;
}
.proshow .mright h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.proshow .mright .mtop {
  margin-bottom: 25px;
}
.proshow .mright .mtop h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}
.proshow .mright .mtop hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
.proshow .mright ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.proshow .mright ul li {
  margin-right: 10px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
  border: 1px solid #D9D9D9;
}
.proshow .mright .minfo {
  font-size: 14px;
  color: #666;
  line-height: 180%;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  display: -webkit-box;
}
.proshow .mright a {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 45px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
.proshow .mright a span {
  position: relative;
  z-index: 10;
}
.proshow .mright a::after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: #286bad;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 40px;
  transform: scale(0);
  transition: 0.3s all ease-in;
  z-index: 1;
}
.proshow .mright a:hover {
  border: 1px solid rgba(255, 255, 255, 0);
}
.proshow .mright a:hover::after {
  transform: scale(3);
}
.proshow_tabs {
  border-bottom: 2px solid #dfdfdf;
  height: 70px;
  margin: 0 0 30px;
}
.proshow_tabs ul {
  width: 100%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  height: 100%;
}
.proshow_tabs ul li {
  width: 250px;
  height: 100%;
}
.proshow_tabs ul a {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.2s all ease-in;
}
.proshow_tabs ul li.curr a {
  background: #286bad;
}
.proshow_tabs ul a:hover {
  background: #286bad;
}
.proshow_boxs {
  padding: 0 60px;
}
.proshow_boxs .page_title {
  margin-bottom: 60px;
}
.proshow_boxs .proshow_04 {
  width: 100%;
  display: none;
}
.proshow_boxs .proshow_03 {
  display: none;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.proshow_boxs .proshow_03 ul {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.proshow_boxs .proshow_03 ul li {
  transition: 0.2s all ease-in;
  padding: 0 20px;
}
.proshow_boxs .proshow_03 ul li a {
  font-size: 15px;
  color: #333;
  display: block;
  position: relative;
  transition: 0.2s all ease-in;
  user-select: none;
}
.proshow_boxs .proshow_03 ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  /*鍦ㄤ笁瑙掑舰搴曡竟璁剧疆涓€涓竟鐣岄鑹�/
					border-top: 20px solid red;
					/*鍏跺畠3杈硅缃浉鍚岄鑹诧紝*/
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #286bad;
  border-right: 6px solid #fff;
  border-radius: 5px;
  transition: 0.2s all ease-in;
  position: absolute;
  left: -13px;
  top: 5px;
}
.proshow_boxs .proshow_03 ul li a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  transition: 0.2s all ease-in;
  /*鍦ㄤ笁瑙掑舰搴曡竟璁剧疆涓€涓竟鐣岄鑹�/
					border-top: 20px solid red;
					/*鍏跺畠3杈硅缃浉鍚岄鑹诧紝*/
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #fff;
  border-right: 6px solid #286bad;
  border-radius: 5px;
  position: absolute;
  right: -13px;
  top: 5px;
}
.proshow_boxs .proshow_03 ul li a:hover {
  transform: translateY(-3px);
}
.proshow_boxs .proshow_03 ul li.curr a {
  color: #286bad;
}
.proshow_boxs .proshow_03 ul li.curr a::after {
  opacity: 1;
}
.proshow_boxs .proshow_03 ul li.curr a::before {
  opacity: 1;
}
.proshow_boxs .proshow_03 .mmain .mitem {
  display: none;
}
.proshow_boxs .proshow_03 .mmain .mitem p {
  font-size: 15px;
  color: #333;
  line-height: 170%;
}
.proshow_boxs .proshow_03 .mmain .mitem img {
  max-width: 100%;
  margin: 0 auto;
}
.proshow_boxs .proshow_02 {
  display: none;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.proshow_boxs .proshow_02 .minfo p {
  font-size: 15px;
  color: #333;
  line-height: 170%;
}
.proshow_boxs .proshow_02 .minfo img {
  max-width: 100%;
  margin: 0 auto;
}
.proshow_boxs .proshow_01 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
}
.proshow_boxs .proshow_01 .mtitle {
  margin-bottom: 30px;
}
.proshow_boxs .proshow_01 .mtitle h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.proshow_boxs .proshow_01 .mtitle span {
  display: block;
  width: 140px;
  height: 3px;
  background: #286bad;
}
.proshow_boxs .proshow_01 .minfo_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.proshow_boxs .proshow_01 .minfo_01 .mleft {
  width: 48%;
}
.proshow_boxs .proshow_01 .minfo_01 .mright {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proshow_boxs .proshow_01 .minfo_01 .mright img {
  max-width: 95%;
}
.proshow_boxs .proshow_01 .minfo_02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
.proshow_boxs .proshow_01 .minfo_02 .mleft {
  width: 48%;
  padding-left: 30px;
}
.proshow_boxs .proshow_01 .minfo_02 .mright {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proshow_boxs .proshow_01 .minfo_02 .mright img {
  max-width: 95%;
}
.proshow_boxs .proshow_01 .minfo_03 {
  width: 100%;
  margin-bottom: 50px;
}
.proshow_boxs .proshow_01 .minfo_04 {
  width: 100%;
  margin-bottom: 30px;
}
.proshow_boxs .proshow_01 .minfo_04 img {
  width: 100%;
  max-width: 95%;
}
.proshow_boxs .proshow_01 .info_over {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.proshow_boxs .proshow_01 .info_over h5 {
  font-size: 16px;
  color: #666;
  margin: 0 40px;
}
.proshow_boxs .proshow_01 .info_over span {
  width: 250px;
  height: 2px;
  background: #E3E3E3;
}
.other_box_case {
  width: 100%;
  padding: 60px 30px;
  background: #fff;
}
.other_box_case .other_box_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.other_box_case .page_title {
  margin-bottom: 30px;
}
.other_box_case a {
  display: block;
  position: relative;
  overflow: hidden;
}
.other_box_case a .mimg {
  width: 100%;
  overflow: hidden;
}
.other_box_case a .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all ease-in;
}
.other_box_case a .mfont {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.2s all ease-in;
  height: 50px;
  padding: 20px 20px 10px 20px;
  transform: translateY(0px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0.01%, rgba(0, 0, 0, 0.372642) 49.48%, rgba(0, 0, 0, 0.52) 100%);
}
.other_box_case a .mfont p {
  color: #fff;
  font-size: 15px;
}
.other_box_case a:hover .mimg img {
  transform: scale(1.05);
}
.other_box_case a:hover .mfont {
  transform: translateY(0);
}
.onilneshop {
  width: 100%;
  padding: 60px 30px;
  background: #fff;
}
.onilneshop .page_title {
  margin-bottom: 60px;
}
.onilneshop .onilneshop_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.onilneshop .onilneshop_main ul {
  width: 100%;
  display: flex;
  align-items: center;
}
.onilneshop .onilneshop_main ul li {
  padding: 10px;
  transition: 0.2s all ease-in;
  width: 33.33%;
}
.onilneshop .onilneshop_main ul a {
  position: relative;
  height: 310px;
  background: #f4f4f4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in;
}
.onilneshop .onilneshop_main ul a img {
  width: 160px;
  transition: 0.3s all ease-in;
}
.onilneshop .onilneshop_main ul a div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s all ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
.onilneshop .onilneshop_main ul a div p {
  transition: 0.5s all ease-in;
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #286bad;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onilneshop .onilneshop_main ul a div i {
  font-size: 20px;
  color: #fff;
}
.onilneshop .onilneshop_main ul li:hover {
  width: 40%;
}
.onilneshop .onilneshop_main ul li:hover a {
  background: #b6b6b6;
}
.onilneshop .onilneshop_main ul li:hover img {
  transform: translateY(-40px);
}
.onilneshop .onilneshop_main ul li:hover div p {
  opacity: 1;
  transition: all 0.3s ease-in 0.2s;
}
/*************鎼滅储涓績*************/
.search_top {
  width: 100%;
  background: #fff;
  padding: 60px 30px;
}
.search_top .search_top_main {
  max-width: 800px;
  margin: 0 auto;
}
.search_top .search_top_box {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
}
.search_top .search_top_box input {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  padding: 15px 30px;
  border: none;
  font-size: 15px;
  color: #333;
}
.search_top .search_top_box button {
  width: 70px;
  height: 70px;
  background: #286bad;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in;
  border: none;
}
.search_top .search_top_box button i {
  font-size: 25px;
  color: #fff;
  transition: 0.2s all ease-in;
}
.search_top .search_top_box button:hover {
  background: #000;
}
.search_top .search_top_box button:hover i {
  color: #fff;
}
.search_bom {
  width: 100%;
  background: #fff;
  padding: 60px 30px 60px 30px;
}
.search_bom .search_bom_main {
  max-width: 1400px;
  margin: 0 auto;
}
.search_bom .search_bom_top {
  margin-bottom: 60px;
}
.search_bom .search_bom_top h5 {
  color: #999;
  font-size: 14px;
  margin-top: 15px;
}
.search_bom .search_bom_top ul {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #F4F4F4;
}
.search_bom .search_bom_top ul li {
  margin-right: 40px;
  padding-bottom: 20px;
  position: relative;
}
.search_bom .search_bom_top ul li a {
  color: #999;
  font-size: 16px;
}
.search_bom .search_bom_top ul li p {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 0%;
  background: #286bad;
  height: 2px;
}
.search_bom .search_bom_top ul li.curr p {
  width: 100%;
}
.xhdata_box .servezl_mbom {
  width: 100%;
  padding: 0;
}
.xhdata_box .case_list {
  width: 100%;
  padding: 0;
}
.xhdata_box .case_list ul a .mfont {
  transform: translateY(0);
  height: 50px;
}
.caseshow_boxs {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px;
}
.caseshow_boxs .mtitle {
  margin-bottom: 40px;
}
.caseshow_boxs .mtitle h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.caseshow_boxs .mtitle span {
  display: block;
  width: 140px;
  height: 3px;
  background: #286bad;
}
.caseshow_boxs .minfo {
  font-size: 15px;
  line-height: 165%;
}
.caseshow_boxs .minfo_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: flex-start;
}
.caseshow_boxs .minfo_01 .mleft {
  width: 50%;
}
.caseshow_boxs .minfo_01 p {
  font-size: 15px;
  line-height: 160%;
  padding-bottom: 5px;
}
.caseshow_boxs .minfo_01 b {
  font-size: 18px;
  font-weight: bold;
}
.caseshow_boxs .minfo_01 .mright {
  width: 45%;
}
.caseshow_boxs .minfo_01 .mright img {
  width: 100%;
}
.caseshow_boxs .caseshow_ys {
  width: 100%;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main {
  width: 100%;
  background: #F4F4F4;
  padding: 30px 30px;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main ul {
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main ul a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10px;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main ul i {
  color: #999;
  font-size: 25px;
  margin-bottom: 10px;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main ul p {
  font-size: 15px;
  color: #999;
  text-align: center;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main ul li.curr a {
  border-bottom: 2px solid #286bad;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main ul li.curr i {
  color: #286bad;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main ul li.curr p {
  color: #286bad;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main .minfo p {
  padding-left: 10px;
  position: relative;
  font-size: 15px;
  color: #333;
  line-height: 160%;
  padding-bottom: 5px;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main .minfo .mitem {
  display: none;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main .minfo b {
  font-size: 18px;
  font-weight: bold;
}
.caseshow_boxs .info_over {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.caseshow_boxs .info_over h5 {
  font-size: 16px;
  color: #666;
  margin: 0 40px;
}
.caseshow_boxs .info_over span {
  width: 250px;
  height: 2px;
  background: #E3E3E3;
}
.caseshow_boxs .caseshow_info {
  padding-top: 50px;
}
.caseshow_boxs .caseshow_info .minfo img {
  margin: 0 auto;
  max-width: 100%;
}
.caseshow_boxs .caseshow_info .minfo p {
  font-size: 15px;
  line-height: 160%;
  padding-bottom: 5px;
}
/*鍔犲叆鎴戜滑-begin***************************************/
.mjoin {
  width: 100%;
  position: relative;
  z-index: 20;
  overflow: hidden;
  background: #fff;
  padding: 60px 30px;
  background: #f4f4f4;
}
.mjoin .mjoin_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.mjoin .mjoin_mtop h2 {
  font-size: 35px;
  text-align: center;
}
.mjoin .mjoin_mtop h3 {
  font-size: 20px;
  font-weight: bold;
  color: #286bad;
  margin: 15px 0 35px 0;
  text-align: center;
}
.mjoin .mjoin_mtop .minfo p {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  padding: 5px 0;
}
.mjoin .mjoin_mbom {
  padding-top: 50px;
}
.mjoin .mjoin_mbom ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mjoin .mjoin_mbom li {
  padding: 20px;
  width: 25%;
}
.mjoin .mjoin_mbom a {
  transition: 0.2s all ease-in;
  background: #fff;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 30px 0;
}
.mjoin .mjoin_mbom .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.mjoin .mjoin_mbom .mtop span {
  transition: 0.2s all ease-in;
  display: block;
  width: 5px;
  height: 25px;
  background: #286bad;
  margin-right: 10px;
}
.mjoin .mjoin_mbom .mtop h4 {
  font-size: 20px;
  color: #286bad;
  font-weight: bold;
  transition: 0.2s all ease-in;
}
.mjoin .mjoin_mbom .mbom {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.mjoin .mjoin_mbom .mbom .mleft div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.mjoin .mjoin_mbom .mbom .mleft div:last-child {
  margin-bottom: 0;
}
.mjoin .mjoin_mbom .mbom .mleft i {
  font-size: 20px;
  color: #286bad;
  margin-right: 10px;
  transition: 0.2s all ease-in;
}
.mjoin .mjoin_mbom .mbom .mleft p {
  font-size: 15px;
  color: #666;
  transition: 0.2s all ease-in;
}
.mjoin .mjoin_mbom .mbom i {
  font-size: 16px;
  color: #666;
}
.mjoin .mjoin_mbom a:hover {
  transition: 0.2s all ease-in;
  transform: translateY(-2px);
  background: #286bad;
}
.mjoin .mjoin_mbom a:hover .mtop span {
  background: #fff;
}
.mjoin .mjoin_mbom a:hover .mtop h4 {
  color: #fff;
}
.mjoin .mjoin_mbom a:hover .mbom .mleft i {
  color: #fff;
}
.mjoin .mjoin_mbom a:hover .mbom .mleft p {
  color: #fff;
}
.mjoin .mjoin_mbom a:hover .mbom i {
  color: #fff;
}
.mjoin .mjoin_mbom a:hover p {
  color: #fff;
}
.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;
  padding-top: 70px;
  transition: 0.2s all ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join_pop .join_pop_main {
  max-width: 800px;
  background: #fff;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #ddd;
  position: relative;
}
.join_pop a {
  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: #286bad;
  font-size: 30px;
  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: #286bad;
  margin-right: 5px;
}
.join_pop .join_pop_top .mfont p {
  font-size: 15px;
  color: #666;
}
.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: #286bad;
  margin-bottom: 15px;
  margin-top: 30px;
}
.join_pop .join_pop_bom p {
  font-size: 16px;
  color: #333;
  padding: 5px 0;
  line-height: 20px;
}
.join_pop.curr {
  z-index: 50;
  visibility: visible;
  opacity: 1;
}
.honor_page {
  width: 100%;
  background: #fff;
  padding: 40px 30px;
  position: relative;
}
.honor_page .nonor_jump {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: -1;
  opacity: 0;
}
.honor_page .honor_page_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.honor_page ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.honor_page li {
  width: 20%;
  padding: 5px;
}
.honor_page li .mmain {
  width: 100%;
  background: #f7f7f7;
  height: 400px;
  position: relative;
  transition: 0.2s all ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.honor_page li .mmain img {
  max-width: 85%;
  max-height: 280px;
  user-select: none;
  transition: 0.2s all ease-in;
}
.honor_page li .mmain p {
  text-align: center;
  font-size: 14px;
  color: #666;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.honor_page li .mmain:hover {
  transform: translateY(-5px);
}
.honor_page li .mmain:hover img {
  transform: scale(1.02);
}
.xhcrumbs {
  width: 100%;
  height: 45px;
  background: #F4F4F4;
  padding: 0 30px;
}
.xhcrumbs .xhcrumbs_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.xhcrumbs .mleft {
  display: flex;
  align-items: center;
  color: #999;
}
.xhcrumbs .mleft p {
  color: #999;
  font-size: 13px;
  white-space: nowrap;
}
.xhcrumbs .mleft span {
  color: #999;
  margin: 0 8px;
  font-size: 13px;
  white-space: nowrap;
}
.xhcrumbs .mleft a {
  color: #999;
  font-size: 13px;
  white-space: nowrap;
  padding: 0 5px;
}
.xhcrumbs .mleft a:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.xhcrumbs .mright {
  display: flex;
  align-items: center;
}
.xhcrumbs .mright a {
  margin-right: 30px;
  color: #333;
  font-size: 16px;
}
.xhcrumbs .mright a.curr {
  color: #FF7441;
}
.xhcrumbs_news {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 30;
}
.xhcrumbs_news .mleft p,
.xhcrumbs_news .mleft span,
.xhcrumbs_news .mleft a {
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .honor_page li {
    width: 25%;
  }
  .propage .propage_info .xhjs_list li a .mfont p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .honor_page li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1025px) {
  .honor_page {
    padding: 0.4rem 0.2rem;
  }
  .honor_page li .mmain {
    height: 3.5rem;
  }
  .honor_page .honor_page_main {
    margin-top: 0.4rem;
  }
  .honor_page li {
    width: 50%;
  }
  .honor_page li .mmain img {
    max-height: 2.5rem;
    position: relative;
    top: -0.2rem;
  }
  .honor_page li .mmain p {
    bottom: 0.2rem;
    font-size: 0.26rem;
  }
  .xhcrumbs {
    padding: 0.2rem;
    height: auto;
  }
}
@media screen and (max-width: 1500px) {
  .pc_header .logo {
    margin-right: 60px;
  }
  .pc_header .hidden_nav_main .mleft .mmain .mfont h3 {
    font-size: 26px;
  }
  .pc_header .pc_header_font .search_btn i {
    margin-left: 20px;
  }
  .ind_plan .ind_plan_item .mleft {
    padding: 80px 80px 50px 80px;
  }
  .about01 .mright {
    width: 100%;
    max-width: 100%;
  }
  .about01 .mleft .minfo {
    font-size: 14px;
    line-height: 200%;
  }
  .about01 .about01_main {
    flex-direction: column;
  }
  .ind_banner .ind_swi .mfont .mtop h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .pc_footer .pc_footer_mid .mleft {
    max-width: 600px;
  }
  .pc_footer .pc_footer_mid ul li a {
    font-size: 14px;
  }
  .pc_footer .pc_footer_mid ul li h3 {
    font-size: 16px;
  }
  .pc_header .pc_header_font ul li a {
    font-size: 14px;
  }
  .pc_header .hidden_nav_main .mleft .mmain .mfont h3 {
    font-size: 22px;
  }
  .pc_header .hidden_nav_main .mleft .mmain .mfont {
    padding: 38px 10px;
  }
  .product_list li {
    padding: 10px;
  }
  .ind_device .ind_device_top {
    max-width: 1200px;
  }
  .ind_serve .ind_serve_main ul li {
    padding: 10px;
  }
  .propage .propage_nav .mitem h2 a {
    font-size: 30px;
  }
  .propage .propage_nav .mitem h2 {
    margin-bottom: 15px;
  }
  .propage .propage_nav .mitem {
    margin-bottom: 20px;
  }
  .propage .propage_nav {
    width: 320px;
    margin-right: 30px;
  }
  .propage .propage_info .product_list li a .mfont {
    padding: 10px;
  }
  .propage .propage_info .product_list li {
    padding: 10px;
  }
  .propage .propage_info .product_list li a .mfont h3 {
    font-size: 18px;
  }
  .case_list .case_list_main ul li {
    width: 33.33%;
  }
  .case_show .mmain .mleft .mimg {
    width: 560px;
  }
  .case_show .mmain .mleft {
    margin-right: 30px;
  }
  .case_show .mmain .mright .minfo {
    -webkit-line-clamp: 20;
  }
  .case_show .mmain .mright .mtop {
    margin-bottom: 20px;
  }
  .case_img .mmain {
    height: 280px;
  }
  .other_box a .mfont {
    padding: 10px;
    margin-bottom: 15px;
  }
  .other_box a .mfont h3 {
    font-size: 18px;
  }
  .case_dz .mitem .mright {
    padding: 0 50px;
  }
  .case_dz .mitem .mright .mmain .minfo {
    font-size: 14px;
  }
  .case_dz .mitem .mright .mmain .mtop h3 {
    font-size: 30px;
  }
  .case_dz .mitem .mright .mmain .mtop h2 {
    font-size: 20px;
  }
  .case_dz .mitem .mleft .mimg {
    height: 520px;
  }
  .serve_zc02 .mleft {
    max-width: 500px;
    margin-right: 30px;
  }
  .serve_zc02 .mright ul li {
    margin-bottom: 70px;
  }
  .serve_zc02 .mright ul li .mitem p {
    font-size: 14px;
  }
  .servezl_mbom ul li h4 {
    width: auto;
    flex: 1;
  }
  .servezl_mbom ul li {
    padding-left: 30px;
  }
  .contact01 ul {
    flex-wrap: wrap;
  }
  .contact01 ul li {
    width: 50%;
    flex: auto;
    margin-bottom: 30px;
  }
  .pc_header {
    padding: 0 15px;
  }
  .about02 .about02_main {
    max-width: 900px;
  }
  .about02 .about_swi_btn .about_swi_btn_main {
    max-width: 1050px;
  }
  .about02 .year_box .year_box_main {
    padding: 0 120px;
  }
}
@media screen and (max-width: 1200px) {
  .product_list li a .mfont {
    padding: 10px;
  }
  .product_list li a .mfont p {
    font-size: 14px;
  }
  .product_list li a .mfont h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ind_device .ind_device_top {
    max-width: 1000px;
  }
  .ind_about_video img {
    top: 60px;
  }
  .xhjs_list_video img {
    top: 60px;
  }
  .ind_plan .ind_plan_item .mleft {
    padding: 80px 30px 50px 30px;
  }
  .ind_case .ind_case_main .mbom ul li {
    width: 33.33%;
  }
  .ind_case .ind_case_main .mbom ul li:nth-child(n+9) {
    display: block;
  }
  .ind_case .ind_case_main .mbom ul li:nth-child(n+10) {
    display: none;
  }
  .ind_news .ind_news_mid {
    display: none;
  }
  .ind_news .ind_news_left {
    width: 50%;
  }
  .about01 .mleft .page_title_left {
    top: -30px;
  }
  .about01 .mleft {
    padding-right: 20px;
  }
  .about03 .mright .minfo {
    margin-top: 30px;
  }
  .about03 .mright .minfo li {
    margin-bottom: 20px;
  }
  .about04 .mright {
    padding-left: 20px;
  }
  .about04 .mleft .minfo .mtop p {
    flex-shrink: 0;
  }
  .about02 {
    padding: 50px 30px;
    height: auto;
  }
  .about02 .page_title_w {
    margin-bottom: 77px;
  }
  .about02 .about_icon {
    top: 260px;
  }
  .proshow .mright {
    padding: 0 20px;
  }
  .proshow .mright ul li {
    margin-bottom: 10px;
    padding: 6px;
  }
  .proshow .mright h2 {
    font-size: 25px;
  }
  .case_show .mmain .mleft .mimg {
    width: 460px;
    height: 350px;
  }
  .case_img .mmain {
    height: 300px;
  }
  .news_list .news_item .mimg {
    margin-right: 30px;
  }
  .serve_zc02 .mleft {
    max-width: 400px;
    margin-right: 30px;
    height: 450px;
  }
  .serve_zc03 li {
    padding: 3px;
  }
  .servewd_top .mleft {
    display: none;
  }
  .servewd_top .mright {
    width: 100%;
  }
  .servewd_top .mright .mmain {
    height: auto;
  }
  .servewd_top .servewd_top_main {
    height: auto;
  }
  .mjoin .mjoin_mbom li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1025px) {
  .header_md_logo{width: 5rem;}
  .news_list .news_list_main ul {
    display: flex;
    flex-wrap: wrap;
  }
  .news_list .news_list_main li {
    width: 50%;
    padding: 0.1rem;
  }
  .xhcrumbs_news {
    display: none;
  }
  .pc_header {
    display: none;
  }
  .header_md {
    display: block;
  }
  .xhsider {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
  }
  .xhsider ul {
    display: flex;
    align-items: center;
  }
  .xhsider a {
    padding: 0.2rem 0 0.1rem 0;
  }
  .xhsider a i {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  .xhsider a p {
    font-size: 0.26rem;
  }
  .xhsider li:first-child a {
    border-radius: 0;
  }
  .xhsider li:last-child a {
    border-radius: 0;
  }
  .xhsider li .sider_pop {
    transform: translate(2.3rem, 0rem);
  }
  .xhsider li:hover .sider_pop {
    transform: translate(2.3rem, -2.3rem);
  }
  .xhsider li:nth-child(3):hover .sider_pop {
    transform: translate(1.8rem, -3rem);
  }
  .pc_footer {
    padding: 0.7rem 0.5rem;
  }
  .pc_footer .pc_footer_main {
    padding-right: 0;
  }
  .pc_footer .pc_footer_top {
    margin-bottom: 0.6rem;
  }
  .pc_footer .pc_footer_top img {
    width: 3.3rem;
  }
  .pc_footer .pc_footer_top span {
    margin: 0 0.1rem;
  }
  .pc_footer .pc_footer_top p {
    font-size: 0.26rem;
  }
  .pc_footer .pc_footer_mid {
    width: 100%;
  }
  .pc_footer .pc_footer_mid .mleft {
    display: none;
  }
  .pc_footer .pc_footer_mid .mright .mtop h3 {
    display: none;
  }
  .pc_footer .pc_footer_mid .mright {
    top: 0;
  }
  .pc_footer .pc_footer_mid .mright .mtop ul {
    justify-content: space-between;
  }
  .pc_footer .pc_footer_mid .mright .mtop ul li {
    width: 22%;
    margin: 0;
    margin-bottom: 0.2rem;
  }
  .pc_footer .pc_footer_mid ul li {
    align-items: center;
  }
  .pc_footer .pc_footer_mid .mright .mtop ul li img {
    width: 100%;
  }
  .pc_footer .footer_mbom .mtop {
    display: none;
  }
  .pc_footer .footer_mbom{    
    margin: 30px 0 0 0;
  }
  .pc_footer .footer_mbom .footer_icp {
    width: 100%;
    margin: 0;
    padding: 0.4rem 0 1.1rem 0;
  }
  .pc_footer .footer_mbom .footer_icp p {

  }
  .pc_footer .footer_mbom .footer_icp a {
    font-size: 0.24rem;
  }
  .ind_banner {
    height: 6rem;
    min-height: auto;
  }
  .ind_banner .ind_swi .mfont .mtop {
    margin-bottom: 0.1rem;
  }
  .ind_banner .ind_swi .mfont .mtop h3 {
    font-size: 0.65rem;
  }
  .ind_banner .ind_swi .mfont .mbom p {
    font-size: 0.36rem;
    margin-bottom: 0;
    line-height: 160%;
  }
  .ind_banner .ind_swi .mfont {
    padding: 0 0.3rem;
  }
  .ind_banner .ind_swi .mfont .mbom a {
    display: none;
  }
  .ind_banner .ind_swi_pag {
    bottom: 0.5rem;
    right: 0.3rem;
  }
  .ind_product {
    padding: 0.5rem 0.3rem;
  }
  .ind_title {
    margin: 0 auto 0.5rem auto;
  }
  .ind_title h2 {
    font-size: 0.4rem;
    margin-bottom: 0.15rem;
  }
  .ind_title p {
    font-size: 0.28rem;
    line-height: 160%;
    max-width: 80%;
  }
  .ind_title a span {
    font-size: 0.28rem;
  }
  .product_list li {
    width: 50%;
    padding: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .ind_device {
    padding-top: 0.5rem;
  }
  .ind_device .ind_title {
    padding: 0 0.3rem;
  }
  .ind_device .ind_device_top {
    margin: 0 auto 0.3rem auto;
    padding: 0 0.5rem;
  }
  .ind_device .ind_device_top .mmain .ind_device_swibtn .swiper-button-prev,
  .ind_device .ind_device_top .mmain .ind_device_swibtn .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
  }
  .ind_device .ind_device_top .mmain .ind_device_swibtn .swiper-button-prev i,
  .ind_device .ind_device_top .mmain .ind_device_swibtn .swiper-button-next i {
    font-size: 0.28rem;
  }
  .ind_device .ind_device_top .mmain .swiper-slide a .mtop img {
    height: 0.8rem;
  }
  .ind_device .ind_device_bom .mleft {
    min-width: auto;
    width: 100%;
  }
  .ind_device .ind_device_bom .mleft .mimg {
    height: auto;
  }
  .ind_device .ind_device_bom .num_main {
    flex-direction: column;
    align-items: flex-start;
  }
  .ind_device .ind_device_bom .mright {
    padding: 0.6rem 0.3rem;
    width: 100%;
    height: auto;
  }
  .ind_device .ind_device_bom .mright h3 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .ind_device .ind_device_bom .mright .mfont {
    font-size: 0.28rem;
    line-height: 160%;
    margin-bottom: 0.3rem;
  }
  .ind_device .ind_device_bom .mright ul li p {
    width: 1rem;
    height: 1rem;
  }
  .ind_device .ind_device_bom .mright ul li p img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .ind_device .ind_device_bom .mright a {
    width: 3.5rem;
    margin-top: 0.4rem;
    padding: 0.2rem 0.3rem;
  }
  .ind_device .ind_device_bom .mright a p {
    font-size: 0.32rem;
  }
  .ind_device .ind_device_bom .mright a div {
    flex-shrink: 0;
    width: 0.5rem;
    height: 0.5rem;
  }
  .ind_about {
    padding: 1rem 0.3rem 0.3rem 0.3rem;
  }
  .ind_about .ind_about_top .ind_about_top_ul {
    flex-wrap: wrap;
  }
  .ind_about .ind_about_top .ind_about_top_ul .ind_about_item {
    width: 50%;
    margin-bottom: 0.3rem;
  }
  .ind_about .ind_about_top .ind_about_top_ul hr {
    display: none;
  }
  .ind_about .ind_about_top .ind_about_top_ul .ind_about_item .mtop h3 {
    font-size: 0.6rem;
  }
  .ind_about .ind_about_bg {
    height: 6rem;
    display: none;
  }
  .ind_about .ind_about_top {
    margin-bottom: 0.6rem;
    display: none;
  }
  .ind_about .ind_about_main {
    flex-direction: column;
  }
  .ind_about .ind_about_main .mleft {
    width: 100%;
    height: auto;
  }
  .ind_about .ind_about_main .mright {
    width: 100%;
  }
  .ind_about .ind_about_main .mright .mimg {
    display: none;
  }
  .ind_about .ind_about_main .mright .mmain {
    height: auto;
    padding: 0.2rem;
  }
  .ind_about .ind_about_main .mright .mmain {
    background: #fff;
  }
  .ind_about .ind_about_main .mright .mmain h3 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .ind_about .ind_about_main .mright .mmain .mbom a {
    margin-top: 0.2rem;
  }
  .ind_about .ind_about_main .mright .mmain > p {
    line-height: 160%;
    -webkit-line-clamp: 10;
  }
  .ind_about .ind_about_top .ind_about_top_ul .ind_about_item p {
    font-size: 0.28rem;
  }
  .ind_about .ind_about_main .mright .mmain .mbom a p {
    font-size: 0.28rem;
  }
  .ind_about .ind_about_main .mright .mmain .mbom a div {
    width: 0.6rem;
    height: 0.6rem;
  }
  .ind_about .ind_about_main .mright .mmain .mbom a {
    height: 0.7rem;
    width: 2.3rem;
  }
  .ind_plan {
    padding: 0.8rem 0.3rem 0.5rem 0.3rem;
  }
  .ind_plan ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0.2rem;
  }
  .ind_plan ul li {
    padding: 0 0.2rem;
    margin-bottom: 0.15rem;
  }
  .ind_plan ul li a {
    font-size: 0.26rem;
  }
  .ind_plan ul li a::before {
    top: 3px;
  }
  .ind_plan ul li a::after {
    top: 3px;
  }
  .ind_plan .ind_plan_item {
    flex-direction: column-reverse;
    height: auto;
  }
  .ind_plan .ind_plan_item .mleft {
    padding: 0.6rem 0.2rem;
    width: 100%;
    min-width: auto;
  }
  .ind_plan .ind_plan_item .mleft .mtop span {
    font-size: 0.8rem;
    top: -0.5rem;
  }
  .ind_plan .ind_plan_item .mleft .mtop {
    margin-bottom: 0.3rem;
  }
  .ind_plan .ind_plan_item .mleft .minfo {
    line-height: 160%;
  }
  .ind_plan .ind_plan_item .mleft .mmain > a {
    width: 3.8rem;
    margin-top: 0.4rem;
    padding: 0.2rem 0.3rem;
  }
  .ind_plan .ind_plan_item .mleft .mmain > a p {
    font-size: 0.32rem;
  }
  .ind_plan .ind_plan_item .mleft .mmain > a div {
    flex-shrink: 0;
    width: 0.5rem;
    height: 0.5rem;
  }
  .ind_plan .ind_plan_item .mright {
    width: 100%;
  }
  .ind_about_video > div {
    width: 95%;
    height: auto;
  }
  .ind_about_video img {
    top: 0.3rem;
    width: 0.4rem;
    right: 0.3rem;
  }
  .xhjs_list_video > div {
    width: 95%;
    height: auto;
  }
  .xhjs_list_video img {
    top: 0.3rem;
    width: 0.4rem;
    right: 0.3rem;
  }
  .ind_case {
    padding: 0.5rem 0.3rem;
  }
  .ind_case .ind_case_main .mtop ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0.2rem;
    padding: 0;
  }
  .ind_case .ind_case_main .mtop ul li {
    padding: 0 0.2rem;
    margin-bottom: 0.15rem;
    margin-right: 0.1rem;
  }
  .ind_case .ind_case_main .mtop ul li a {
    font-size: 0.26rem;
  }
  .ind_case .ind_case_main .mtop ul li a::before {
    top: 3px;
  }
  .ind_case .ind_case_main .mtop ul li a::after {
    top: 3px;
  }
  .ind_case .ind_case_main .mtop .look_more {
    display: none;
  }
  .ind_case .ind_case_main .mbom ul li {
    width: 50%;
    padding: 0.15rem;
    margin-bottom: 0.2rem;
  }
  .ind_case .ind_case_main .mbom ul li:nth-child(n+5) {
    display: none;
  }
  .ind_case .ind_case_main .mbom ul a .mfont {
    transform: translateY(0);
    height: 1rem;
  }
  .ind_case .ind_case_main .mbom ul a .mfont p {
    font-size: 0.28rem;
  }
  .ind_serve {
    padding: 0.5rem 0.3rem;
  }
  .ind_serve .ind_serve_main ul {
    flex-wrap: wrap;
  }
  .ind_serve .ind_serve_main ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 0.2rem;
  }
  .ind_serve .ind_serve_main ul li a .mfont {
    padding: 0.2rem;
  }
  .ind_serve .ind_serve_main ul li a .mfont .minfo {
    min-height: auto;
  }
  .ind_serve .ind_serve_main ul li a .mfont .mbom {
    display: none;
  }
  .ind_serve .ind_serve_main ul li a .mfont .mtop h3 {
    font-size: 0.33rem;
  }
  .ind_serve .ind_serve_main ul li a .mfont .mtop {
    margin-bottom: 0.15rem;
  }
  .ind_news {
    padding: 0.3rem;
  }
  .ind_news .ind_news_main {
    flex-direction: column;
  }
  .ind_news .ind_news_left {
    width: 100%;
    margin-bottom: 0.3rem;
    margin-right: 0;
  }
  .ind_news .ind_news_right {
    display: none;
  }
  .ind_news .ind_news_mid {
    display: block;
    width: 100%;
  }
  .ind_news .ind_news_left .ind_news_item .mfont h3 {
    font-size: 0.3rem;
  }
  .ind_news .ind_news_mid .ind_news_item .mfont h3 {
    font-size: 0.28rem;
  }
  .ind_friend {
    padding: 0.5rem 0.3rem;
  }
  .ind_friend .ind_friend_main ul li {
    width: 33.33%;
  }
  .page_banner {
    height: 3rem;
    padding: 0rem 0.3rem 0 0.3rem;
  }
  .page_banner .page_banner_main h2 {
    font-size: 0.35rem;
  }
.page_banner .page_banner_main .page_banner_title{
      padding-top: 0;
}
  .page_banner .page_banner_main h3 {
    top: 0.1rem;
  }
  .page_banner .page_banner_main span {
    font-size: 0.55rem;
  }
  .page_banner .page_banner_main img {
    width: 7rem;
    margin: 0.2rem 0 0.2rem 0;
  }
  .page_banner .page_banner_main p {
    font-size: 0.26rem;
    margin: 0.3rem 0 0.5rem 0;
  }
  .page_banner .page_banner_main a {
    padding: 0.2rem 0.4rem;
    font-size: 0.28rem;
  }
  .about01 {
    padding: 0.5rem 0.3rem;
  }
  .about01 .mleft {
    padding-right: 0;
    margin-bottom: 0.35rem;
  }
  .about01 .mleft .minfo {
    line-height: 160%;
    font-size: 0.28rem;
  }
  .about01 .mright {
    height: auto;
  }
  .about01 .mleft .page_title_left {
    top: 0;
    margin-bottom: 0.3rem;
  }
  .about05 {
    background-attachment: scroll;
  }
  .about05 .about05_img .mimg {
    min-width: 100%;
  }
  .about05 {
    height: 5rem;
    padding: 0.5rem 0.3rem;
  }
  .about05 .about05_font p {
    font-size: 0.4rem;
  }
  .about05 .about05_font h3 {
    font-size: 0.4rem;
    text-align: center;
    margin-top: 0.4rem;
  }
  .about05 .about05_font h4 {
    font-size: 0.28rem;
    text-align: center;
    margin-top: 0.15rem;
  }
  .about05 .about05_font .mbom {
    margin-top: 0.4rem;
  }
  .about05 .about05_font .mbom span {
    font-size: 0.26rem;
  }
  .about05 .about05_font .mbom img {
    margin: 0 0.2rem;
    width: 0.3rem;
  }
  .about05 .minfont {
    display: none;
  }
  .about02 .year_box {
    top: 240px;
  }
  .about02 .about_swi_btn {
    width: 100%;
    top: 100px;
  }
  .about02 .year_box .year_box_main {
    padding: 0 1.5rem;
  }
  .about03 {
    padding: 0 0.15rem;
    margin-top: 0.5rem;
  }
  .about03 .about03_main {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .about03 .about03_main .mright {
    padding-left: 0.3rem;
  }
  .about03 .mright .minfo {
    margin-top: 0.5rem;
  }
  .about03 .mright .minfo li {
    margin-bottom: 0.4rem;
  }
  .about03 .mright .minfo li .mtop {
    display: block;
  }
  .about03 .mright .minfo li span {
    flex-shrink: 0;
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
    display: inline-block;
  }
  .about03 .mright .minfo li .mtop > p {
    font-size: 0.28rem;
  }
  .about03 .mright .minfo li > p {
    font-size: 0.28rem;
  }
  .about03 .mleft {
    width: 100%;
    padding: 0;
  }
  .about03 .mright .minfo li .mtop p {
    font-size: 0.28rem;
  }
  .about02 {
    padding: 0.5rem 0.2rem;
    height: auto;
  }
  .about02 .about02_title {
    margin-bottom: 1rem;
  }
  .about02 .about02_title p {
    font-size: 0.45rem;
  }
  .about02 .about02_title h2 {
    font-size: 0.35rem;
  }
  .about02 .mtop h3 {
    font-size: 0.5rem;
  }
  .about02 .mtop {
    margin-bottom: 0.6rem;
  }
  .about02 .minfo {
    padding: 0.3rem 0.2rem;
  }
  .about02 .minfo {
    height: 4rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .about02 .minfo p {
    font-size: 0.26rem;
  }
  .about02 .about_icon {
    top: -0.2rem;
  }
  .about02 .page_title_w {
    margin-bottom: 1rem;
  }
  .about04 {
    padding: 0.5rem 0.15rem;
  }
  .about04 .about04_main {
    display: block;
  }
  .about04 .mleft {
    width: 100%;
  }
  .about04 .mleft .minfo span {
    margin-right: 0.15rem;
  }
  .about04 .mleft .minfo .mtop p {
    font-size: 0.28rem;
  }
  .about04 .mleft .minfo p {
    font-size: 0.28rem;
  }
  .about04 .mleft .minfo {
    margin-top: 0.3rem;
  }
  .about04 .mright {
    width: 100%;
    padding: 0;
    margin-top: 0.4rem;
    display: none;
  }
  .xhhonor {
    padding: 0.5rem 0.2rem;
  }
  .xhhonor .nonor_btn {
    display: none;
  }
  .xhhonor .xhhonor_main {
    padding-top: 0.5rem;
  }
  .xhhonor .mmain img {
    max-width: 90%;
    max-height: 70%;
  }
  .xhhonor .mmain {
    height: 4.5rem;
  }
  .xhhonor .mmain p {
    bottom: 0.15rem;
    font-size: 0.26rem;
  }
  .xhhonor .xhhonor_topmain .nonor_btn {
    top: 28px;
  }
  .page_title_left h3 {
    font-size: 0.5rem;
  }
  .page_title_left h2 {
    font-size: 0.35rem;
  }
  .page_title h3 {
    font-size: 0.5rem;
  }
  .page_title h2 {
    font-size: 0.35rem;
  }
  .page_title_w h3 {
    font-size: 0.5rem;
  }
  .page_title_w h2 {
    font-size: 0.35rem;
  }
  .product_tabs {
    display: block;
    margin-bottom: 10px;
  }
  .propage .propage_nav {
    display: none;
  }
  .propage {
    padding: 0.5rem 0.3rem;
  }
  .propage .propage_info .product_list li {
    width: 50%;
    padding: 0.2rem;
  }
  .propage .propage_info .product_list li a .mfont {
    padding: 10px;
  }
  .propage .propage_info .product_list li a .mfont p {
    font-size: 14px;
  }
  .propage .propage_info .product_list li a .mfont h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .proshow {
    padding: 0.5rem 0.3rem 0.8rem 0.3rem;
  }
  .proshow .proshow_main {
    flex-direction: column;
  }
  .proshow .mleft {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .proshow .mleft .proshow_imgswi_btn .swiper-button-prev,
  .proshow .mleft .proshow_imgswi_btn .swiper-button-next {
    width: 0.8rem;
    height: 0.6rem;
  }
  .proshow .mleft .proshow_imgswi_btn .swiper-button-prev i,
  .proshow .mleft .proshow_imgswi_btn .swiper-button-next i {
    font-size: 0.35rem;
  }
  .proshow .mleft .proshow_imgswi_num {
    left: 0.3rem;
    bottom: 0.2rem;
  }
  .proshow .mright {
    width: 100%;
    padding: 0;
  }
  .proshow .mright h2 {
    font-size: 0.4rem;
  }
  .proshow .mright .mtop h4 {
    font-size: 0.28rem;
  }
  .proshow .mright ul li {
    padding: 0.1rem;
    margin-right: 0.1rem;
    margin-bottom: 0.15rem;
  }
  .proshow .mright .mtop {
    margin-bottom: 0.15rem;
  }
  .proshow .mright ul {
    margin-bottom: 0.3rem;
  }
  .proshow_tabs {
    height: 1rem;
  }
  .proshow_tabs ul a {
    font-size: 0.28rem;
  }
  .proshow_boxs {
    padding: 0.3rem;
  }
  .proshow_boxs .proshow_01 .mtitle h3 {
    font-size: 0.35rem;
  }
  .proshow_boxs .proshow_01 .mtitle {
    margin-bottom: 0.3rem;
  }
  .proshow_boxs .proshow_01 .minfo_01 {
    flex-direction: column-reverse;
    margin-bottom: 0.5rem;
  }
  .proshow_boxs .proshow_01 .minfo_01 .mleft {
    width: 100%;
  }
  .proshow_boxs .proshow_01 .minfo_01 .mright {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .proshow_boxs .proshow_01 b {
    font-size: 0.3rem;
  }
  .proshow_boxs .proshow_01 .minfo_03 {
    margin-bottom: 0.8rem;
  }
  .proshow_boxs .proshow_01 .minfo_02 {
    flex-direction: column-reverse;
    margin-bottom: 0.5rem;
  }
  .proshow_boxs .proshow_01 .minfo_02 .mleft {
    width: 100%;
  }
  .proshow_boxs .proshow_01 .minfo_02 .mright {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .proshow_boxs .proshow_01 .minfo_04 {
    margin-bottom: 0.6rem;
  }
  .proshow_boxs .proshow_01 .info_over h5 {
    font-size: 0.3rem;
    margin: 0 0.2rem;
  }
  .proshow_boxs .proshow_01 .info_over span {
    width: auto;
    flex: 1;
  }
  .other_box_case {
    padding: 0.5rem 0.15rem;
  }
  .other_box_case .page_title {
    margin-bottom: 0.5rem;
  }
  .other_box_case a .mfont p {
    font-size: 0.26rem;
  }
  .other_box_case a .mfont {
    padding: 0.15rem 0.1rem;
    height: auto;
  }
  .other_box {
    padding: 0.5rem 0.15rem;
  }
  .other_box .page_title {
    margin-bottom: 0.5rem;
  }
  .other_box a {
    flex-direction: column;
  }
  .other_box a .mfont {
    width: 100%;
  }
  .other_box a .mtop {
    width: 100%;
  }
  .other_box a .mfont p {
    font-size: 0.26rem;
  }
  .other_box a .mfont {
    padding: 0.15rem 0.1rem;
    height: auto;
  }
  .other_box a .mfont h3 {
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
  }
  .page_tabs {
    margin-bottom: 0.1rem;
    height: auto;
  }
  .page_tabs .page_tabs_main ul li a {
    font-size: 0.28rem;
  }
  .page_tabs .page_tabs_main ul li {
    flex: auto;
    height: 0.8rem;
  }
  .page_tabs .page_tabs_main ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .case_list {
    padding: 0.3rem;
  }
  .case_list .case_list_main ul li {
    width: 50%;
    padding: 0.1rem;
    margin-bottom: 0.2rem;
  }
  .case_list .case_list_main ul a .mfont {
    transform: translateY(0);
    height: auto;
  }
  .case_show {
    padding: 0.5rem 0.3rem;
  }
  .case_show .case_show_main h2 {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .case_show .mmain {
    flex-direction: column;
  }
  .case_show .mmain .mleft {
    width: 100%;
    margin: 0;
  }
  .case_show .mmain .mleft .mimg {
    width: 100%;
    height: auto;
  }
  .case_show .mmain .mright .mtop ul {
    flex-wrap: wrap;
  }
  .case_show .mmain .mright .mtop li {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .case_show .mmain .mright .mtop li h4 {
    font-size: 0.34rem;
  }
  .case_show .mmain .mright .mtop li p {
    font-size: 0.28rem;
  }
  .case_show .mmain .mright .mtop {
    margin-bottom: 0.35rem;
  }
  .case_show .mmain .mright .minfo {
    height: auto;
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
    line-height: 160%;
    -webkit-line-clamp: 100;
  }
  .case_img {
    padding: 0.3rem 0 0.3rem 0.3rem;
  }
  .case_img .xhhonor_main {
    padding-top: 0.3rem;
    padding-left: 0.3rem;
  }
  .case_img .mmain {
    height: 2.4rem;
  }
  .case_img .xhhonor_topmain {
    padding-left: 0.3rem;
  }
  .case_img .xhhonor_topmain .nonor_btn {
    right: 0.3rem;
    top: 24px;
  }
  .case_img .xhhonor_topmain .nonor_btn .swiper-button-next,
  .case_img .xhhonor_topmain .nonor_btn .swiper-button-prev {
    width: 0.8rem;
    height: 0.6rem;
  }
  .case_img .xhhonor_topmain .nonor_btn .swiper-button-next i i,
  .case_img .xhhonor_topmain .nonor_btn .swiper-button-prev i i {
    font-size: 0.35rem;
  }
  .case_img .honor_line {
    margin-top: 0.3rem;
  }
  .plan_tabs {
    display: none;
  }
  .plan_tabs2 {
    display: block;
  }
  .case_dz {
    padding-top: 0.5rem;
  }
  .case_dz > h2 {
    display: none;
  }
  .case_dz .mitem {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .case_dz li:nth-child(2n) .mitem {
    flex-direction: column;
  }
  .case_dz .mitem .mleft .mimg {
    height: 4rem;
  }
  .case_dz .mitem .mleft {
    width: 90%;
  }
  .case_dz .mitem .mright {
    width: 100%;
    padding: 0.3rem;
  }
  .case_dz .mitem .mright .mmain .mtop h3 {
    font-size: 0.45rem;
  }
  .case_dz .mitem .mright .mmain .mtop h2 {
    font-size: 0.36rem;
  }
  .case_dz .mitem .mright .mmain .mtop {
    margin-bottom: 0.3rem;
  }
  .case_dz .mitem .mright .mmain .minfo {
    height: auto;
    font-size: 0.28rem;
    line-height: 160%;
    -webkit-line-clamp: 100;
  }
  .case_dz .mitem .mright .mmain a {
    font-size: 0.3rem;
  }
  .case_hy {
    padding: 0.5rem 0.3rem;
  }
  .case_hy li {
    width: 100%;
    padding: 0;
    margin-bottom: 0.3rem;
  }
  .case_hy li a .mfont h3 {
    font-size: 0.3rem;
  }
  .news_list {
    padding: 0.5rem 0.3rem;
  }
  .news_list .news_item {
    flex-direction: column;
    padding: 0;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .news_list .news_item .mimg {
    width: 100%;
  }
  .news_list .news_item .mmain {
    padding-top: 0.15rem;
  }
  .news_list .news_item .mmain h3 {
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .news_list .news_item .mmain p {
    font-size: 0.26rem;
    height: auto;
  }
  .news_list .news_item .mmain .mbom {
    margin-top: 0.2rem;
  }
  .news_listgy .news_list_main {
    padding: 0.3rem 0;
  }
  .news_listgy li {
    width: 100%;
  }
  .news_show {
    padding: 0.3rem 0.3rem 1rem 0.3rem;
  }
  .news_show .news_show_main {
    width: 100%;
    padding: 0;
  }
  .news_show .news_show_main .nshowWarp .nshowBox {
    width: auto;
    padding: 0;
  }
  .news_show .news_show_main .nshowWarp .nshowBox .nshowTitle {
    font-size: 0.44rem;
    line-height: 0.5rem;
  }
  .news_show .news_show_main .nshowWarp .nshowBox .nshowTag {
    height: auto;
    padding: 0.2rem 0;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    font-size: 0.15rem;
  }
  .news_show .news_show_main .nshowWarp .nshowBox .nshowTag p {
    line-height: 0.4rem;
    margin-right: 0;
  }
  .news_show .news_show_main .nshowWarp .nshowBox .nshowInfo {
    margin: 0.3rem 0;
  }
  .news_show .news_show_main .nshowWarp .nshowBox .nshowInfo p {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
    text-indent: 0.2em;
  }
  .news_show .news_show_main .nshowWarp .nshowBox .nshowInfo img {
    width: 100%;
  }
  .news_show .news_show_main .nshowWarp .nshowBox .nshowOther {
    height: auto;
    padding: 0.2rem;
    border-radius: 1rem;
    justify-content: space-between;
    line-height: 0.4rem;
  }
  .news_show .news_show_main .nshowWarp .nshowBox .nshowBack {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 0.8rem;
    border-radius: 0.8rem;
    font-size: 0.26rem;
  }
  .news_show .news_show_main .nshowWarp .nshowBox .nshowNext i {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0;
    border-radius: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
  }
  .news_show .news_show_main .nshowWarp .nshowBox .nshowNext span {
    display: none;
  }
  .news_show .news_show_main .nshowWarp .nshowBox .nshowNext:last-of-type i {
    margin: 0;
  }
  .serve_tabs .page_tabs_main ul li a {
    font-size: 0.24rem;
  }
  .serve_zc01 {
    padding: 0.5rem 0.1rem;
  }
  .serve_zc01 .serve_zc01_main {
    padding-top: 0.4rem;
  }
  .serve_zc01 ul li {
    width: 33.33%;
    padding: 0.05rem;
  }
  .serve_zc01 ul li a span {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.2rem;
  }
  .serve_zc01 ul li a span i {
    font-size: 0.6rem;
  }
  .serve_zc01 ul li a {
    padding: 0.2rem;
  }
  .serve_zc01 ul li a .mfont {
    font-size: 0.26rem;
    font-weight: normal;
  }
  .serve_zc02 {
    padding: 0.5rem 0.1rem;
  }
  .serve_zc02 .serve_zc02_main {
    padding-top: 0.3rem;
    flex-direction: column;
  }
  .serve_zc02 .mleft {
    width: 60%;
    margin-right: 0;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .serve_zc02 .mleft .mbg {
    width: 5rem;
    height: 5rem;
  }
  .serve_zc02 .mright ul li {
    margin-bottom: 0.3rem;
  }
  .serve_zc02 .mright ul li .mitem i {
    font-size: 0.5rem;
  }
  .serve_zc02 .mright ul li .mitem p {
    font-size: 0.22rem;
    line-height: 160%;
  }
  .serve_zc03 {
    padding: 0.5rem 0.3rem;
  }
  .serve_zc03 .serve_zc03_main {
    padding-top: 0.4rem;
  }
  .serve_zc03 ul {
    flex-wrap: wrap;
  }
  .serve_zc03 li {
    width: 50%;
    padding: 0.1rem;
  }
  .serve_zc03 .mitem {
    padding: 0.15rem;
    height: 4rem;
  }
  .serve_zc03 .mitem .mtop h3 {
    font-size: 0.8rem;
  }
  .serve_zc03 .mitem .mtop {
    margin-bottom: 0.2rem;
  }
  .serve_zc03 .mitem .mfang {
    width: 0.3rem;
    height: 0.3rem;
  }
  .serve_zc03 .mitem .mmid h4 {
    font-size: 0.3rem;
  }
  .serve_zc03 .mitem h5 {
    font-size: 0.26rem;
  }
  .serve_zc03 .mitem:hover .toptop {
    height: 1.2rem;
  }
  .serve_bicp01 {
    padding: 0.5rem 0.3rem;
  }
  .serve_title h2 {
    font-size: 0.35rem;
    margin-bottom: 0.3rem;
  }
  .serve_title p {
    font-size: 0.28rem;
    line-height: 160%;
  }
  .serve_title {
    margin-bottom: 0.3rem;
  }
  .serve_bicp01 .serve_bicp_main ul {
    flex-wrap: wrap;
  }
  .serve_bicp01 .serve_bicp_main ul li {
    width: 50%;
    padding: 0.1rem;
  }
  .serve_bicp01 .serve_bicp_main ul a img {
    width: 1.2rem;
    margin-bottom: 0.15rem;
  }
  .serve_bicp01 .serve_bicp_main ul a h3 {
    font-size: 0.32rem;
  }
  .serve_bicp01 .serve_bicp_main ul a span {
    margin: 0.2rem 0;
    height: 2px;
  }
  .serve_bicp01 .serve_bicp_main ul a p {
    font-size: 0.26rem;
    line-height: 160%;
  }
  .pers_sec03 {
    padding: 0.5rem 0.15rem;
  }
  .pers_sec03 .pers_sec03_main {
    padding: 0.3rem 0;
    flex-wrap: wrap;
  }
  .pers_sec03 .mitem {
    width: 50%;
    flex-direction: row;
    padding: 0.3rem;
  }
  .pers_sec03 .mline {
    display: none;
  }
  .pers_sec03 .mitem img {
    width: 1.5rem;
    margin-right: 0.5rem;
  }
  .pers_sec03 .mitem h3 {
    margin: 0 0 0.2rem 0;
    font-size: 0.31rem;
    text-align: left;
  }
  .pers_sec03 .mitem p {
    text-align: left;
    font-size: 0.28rem;
  }
  .pers_sec03 .pers_sec03_line {
    margin: 0.25rem auto 0.35rem auto;
  }
  .pers_sec02 {
    padding: 0.5rem 0.3rem;
  }
  .pers_sec02 .pers_sec02_main {
    display: block;
    margin-top: 0;
  }
  .pers_sec02 .mleft {
    width: 100%;
    padding-top: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .pers_sec02 .mright {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .pers_sec02 .mright img {
    width: 80%;
  }
  .pers_sec02 .mleft h3 {
    font-size: 0.35rem;
  }
  .pers_sec02 .mleft .mtop {
    margin-bottom: 0.3rem;
  }
  .pers_sec02 .mleft .minfo {
    font-size: 0.28rem;
  }
  .pers_sec02 .consult_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .servezl_top {
    padding: 0.3rem 0.2rem;
  }
  .servezl_top .servezl_top_main h5 {
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .servezl_top .mmain .mleft .layui-form-item {
    width: 49%;
    margin-right: 0;
  }
  .servezl_top .mmain .layui-form {
    flex-direction: column;
  }
  .servezl_top .mmain .mleft {
    margin-bottom: 0.2rem;
    justify-content: space-between;
  }
  .servezl_top .mmain .xhsearch {
    width: 100%;
  }
  .servezl_top .mmain .xhsearch .mfont {
    width: 100%;
    padding-right: 0.3rem;
  }
  .servezl_mbom {
    padding: 0 0.2rem 1rem 0.2rem;
  }
  .servezl_mbom ul li {
    height: auto;
    padding: 0.2rem 0;
    padding-left: 0.3rem;
  }
  .servezl_mbom ul li:first-child {
    height: 1rem;
  }
  .servezl_mbom ul li h4 {
    font-size: 0.26rem;
    width: auto;
    flex: 1;
  }
  .servezl_mbom ul li span {
    font-size: 0.26rem;
  }
  .servezl_mbom ul li a {
    font-size: 0.26rem;
  }
  .proshow_boxs .proshow_04 .servezl_mbom {
    padding: 0 ;
  }
  .proshow_boxs .page_title {
    margin-bottom: 0.4rem;
  }
  .proshow_boxs .proshow_03 ul {
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
  }
  .proshow_boxs .proshow_03 ul li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .proshow_boxs .proshow_03 ul li a {
    text-align: center;
  }
  .servewd_top {
    padding: 0.3rem;
  }
  .servewd_top .servewd_top_main {
    height: auto;
    flex-direction: column;
  }
  .servewd_top .mleft {
    display: none;
  }
  .servewd_top .mright .layui-form-item .layui-form-select .layui-input {
    padding: 0 0.2rem;
  }
  .servewd_top .mright .layui-form {
    margin-bottom: 0.3rem;
  }
  .servewd_top .mright .layui-form-item .layui-form-select .layui-edge {
    right: 0.2rem;
  }
  .servewd_top .mright .mmain {
    height: auto;
    padding-right: 0;
  }
  .servewd_top .mright .mmain .mitem {
    padding: 0.3rem 0;
  }
  .servewd_top .mright .mmain .mitem hr {
    margin: 0 0.3rem;
  }
  .servewd_top .mright .mmain .mitem h3 {
    font-size: 0.3rem;
  }
  .servewd_top .mright .mmain .mitem p {
    font-size: 0.26rem;
  }
  .joinus01 {
    padding: 0.5rem 0.2rem;
  }
  .joinus_title h2 {
    font-size: 0.35rem;
    margin-bottom: 0.2rem;
  }
  .joinus_title p {
    font-size: 0.26rem;
  }
  .joinus_title {
    margin-bottom: 0.3rem;
  }
  .joinus01 .joinus_main {
    padding: 0.5rem 0.15rem;
  }
  .joinus01 ul li {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
    padding: 0 0.1rem;
  }
  .joinus01 ul li {
    width: 50%;
  }
  .joinus02 {
    padding: 0.5rem 0.2rem;
  }
  .joinus02 .joinus_main ul li {
    margin-bottom: 0.6rem;
    padding: 0 0.15rem;
    width: 33.33%;
    flex-direction: column;
    align-items: center;
  }
  .joinus02 .joinus_main ul li .mleft {
    margin-bottom: 0.2rem;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0;
  }
  .joinus02 .joinus_main ul li .mright h3 {
    text-align: center;
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .joinus02 .joinus_main ul li .mright .mfont {
    font-size: 0.24rem;
  }
  .joinus03 {
    padding: 0.5rem 0.15rem;
  }
  .joinus03 ul li {
    padding: 0.15rem;
    width: 50%;
  }
  .joinus03 ul a .mfont h3 {
    font-size: 0.34rem;
  }
  .joinus03 ul a .mfont {
    left: 0.35rem;
    bottom: 0.35rem;
  }
  .joinus04 {
    padding: 0.5rem 0.3rem;
  }
  .joinus_title a span {
    font-size: 0.32rem;
  }
  .joinus_title a h3 {
    font-size: 0.32rem;
  }
  .joinus04 .mitem input {
    font-size: 0.28rem;
  }
  .joinus04 .mitem textarea {
    font-size: 0.28rem;
  }
  .page_friend {
    padding: 0.5rem 0.1rem;
  }
  .page_friend .page_title {
    margin-bottom: 0.3rem;
  }
  .page_friend .page_friend_main ul li {
    width: 33.33%;
    padding: 0.05rem;
  }
  .contact01 {
    padding: 0.5rem 0.3rem;
  }
  .contact01 .contact_main {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .contact01 ul {
    flex-wrap: wrap;
  }
  .contact01 li {
    flex: auto;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .contact01 li h3 {
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
  }
  .contact01 li dl dd {
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
  }
  .contact02 {
    padding: 0.3rem;
  }
  .contact02 .contact_main {
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .contact02 ul li {
    width: 25%;
    padding: 0 0.1rem;
  }
  .contact02 ul li img {
    width: 100%;
    height: auto;
  }
  .contact02 ul li p {
    font-size: 0.26rem;
  }
  .contact03 {
    padding: 0.3rem 0rem;
  }
  .contact03 .contact_main {
    padding-top: 0.4rem;
    padding-bottom: 1.5rem;
  }
  .contact03 .contact_main .map_tabs {
    padding: 0;
    bottom: -0.7rem;
  }
  .contact03 .contact_main .mmain {
    overflow: unset;
  }
  .contact03 .contact_main .map_tabs ul li {
    flex: 1;
  }
  .contact03 .contact_main .map_tabs ul li a {
    border-radius: 0 0 0.2rem 0.2rem;
    padding: 0.2rem 0.02rem;
    width: auto;
    height: auto;
    font-size: 0.22rem;
  }
  .onilneshop {
    padding: 0.5rem 0rem;
  }
  .onilneshop .page_title {
    margin-bottom: 0.4rem;
  }
  .onilneshop .onilneshop_main ul {
    flex-wrap: wrap;
  }
  .onilneshop .onilneshop_main ul li {
    width: 100%;
  }
  .onilneshop .onilneshop_main ul a {
    height: 3rem;
  }
  .onilneshop .onilneshop_main ul li:hover {
    width: 100%;
  }
  .onilneshop .onilneshop_main ul a img {
    width: 2rem;
  }
  .caseshow_boxs {
    padding: 0.5rem 0.3rem;
  }
  .caseshow_boxs .minfo_01 {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  .caseshow_boxs .minfo_01 .mleft {
    width: 100%;
  }
  .caseshow_boxs .minfo_01 .mright {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .caseshow_boxs .mtitle {
    margin-bottom: 0.4rem;
  }
  .caseshow_boxs .mtitle h3 {
    font-size: 0.35rem;
  }
  .caseshow_boxs .mtitle span {
    width: 1.2rem;
  }
  .caseshow_boxs .caseshow_ys .caseshow_ys_main {
    padding: 0.2rem;
  }
  .caseshow_boxs .caseshow_ys .caseshow_ys_main ul i {
    font-size: 0.5rem;
  }
  .caseshow_boxs .caseshow_ys .caseshow_ys_main ul p {
    font-size: 0.26rem;
  }
  .caseshow_boxs .caseshow_ys .caseshow_ys_main .minfo p {
    font-size: 0.26rem;
  }
  .caseshow_boxs .info_over h5 {
    font-size: 0.3rem;
    margin: 0 0.2rem;
  }
  .caseshow_boxs .info_over span {
    width: auto;
    flex: 1;
  }
  .mjoin {
    padding: 0.5rem 0.3rem;
  }
  .mjoin .mjoin_mtop h2 {
    font-size: 0.42rem;
  }
  .mjoin .mjoin_mtop h3 {
    font-size: 0.34rem;
    margin: 0.3rem 0 0.5rem 0;
  }
  .mjoin .mjoin_mtop .minfo p {
    font-size: 0.26rem;
    line-height: 0.44rem;
    padding: 0;
    text-align: left;
  }
  .mjoin .mjoin_mbom {
    padding-top: 0.5rem;
  }
  .mjoin .mjoin_mbom li {
    width: 50%;
    padding: 0.1rem;
    margin-bottom: 0.5rem;
  }
  .mjoin .mjoin_mbom a {
    padding: 0.5rem 0;
  }
  .mjoin .mjoin_mbom .mtop {
    margin-bottom: 0.5rem;
  }
  .join_pop {
    padding: 0.5rem;
  }
  .join_pop .join_pop_top {
    padding-bottom: 0.25rem;
  }
  .join_pop .join_pop_top h3 {
    font-size: 0.45rem;
    margin-bottom: 0.3rem;
  }
  .join_pop .join_pop_top .mfont p {
    font-size: 0.3rem;
  }
  .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.28rem;
  }
  .join_pop .join_pop_main {
    padding: 20px;
  }
  .proshow_tabs{
    margin: 0.5rem 0.3rem 0.8rem 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .product_list li {
    width: 100%;
  }
  .ind_title p {
    width: 95%;
    max-width: 95%;
  }
  .ind_plan ul li a {
    font-size: 0.22rem;
  }
  .ind_case .ind_case_main .mbom ul li {
    width: 100%;
  }
  .about02 .year_box {
    display: none;
  }
  .about02 .about_swi_btn {
    top: 133px;
  }
  .about02 .about_swi_btn .swiper-button-next,
  .about02 .about_swi_btn .swiper-button-prev {
    width: 0.7rem;
    height: 0.7rem;
  }
  .xhhonor .xhhonor_topmain .nonor_btn .swiper-button-next,
  .xhhonor .xhhonor_topmain .nonor_btn .swiper-button-prev {
    width: 1rem;
    height: 0.8rem;
  }
  .propage .propage_info .product_list li {
    width: 100%;
    padding: 0;
  }
  .case_list .case_list_main ul li {
    width: 100%;
    padding: 0;
  }
  .news_list .news_list_main li {
    width: 100%;
    padding: 0;
  }
  .serve_bicp01 .serve_bicp_main ul a p {
    font-size: 0.22rem;
  }
  .pers_sec03 .mitem {
    width: 100%;
  }
  .joinus02 .joinus_main ul li {
    width: 50%;
    padding: 0 0.05rem;
    margin-bottom: 0.3rem;
  }
  .joinus03 ul li {
    width: 100%;
  }
  .mjoin .mjoin_mbom li {
    width: 100%;
    padding: 0;
  }
  .contact01 ul li {
    width: 100%;
  }
  .join_pop .join_pop_bom {
    max-height: 400px;
  }
  .propage .propage_info .xhjs_list li {
    width: 100%;
    padding: 0;
    margin-bottom: 0.3rem;
  }
  .propage .propage_info .xhjs_list h6 {
    font-size: 0.35rem;
    padding-left: 0;
  }
  .propage .propage_info .xhjs_list h6:after {
    left: 0;
  }
  .propage .propage_info .xhjs_list li a .mfont {
    padding: 0.2rem 0rem;
  }
  .propage .propage_info .xhjs_list li a .mfont h3 {
    font-size: 0.32rem;
  }
  .propage .propage_info .xhjs_list li a .mfont p {
    font-size: 0.26rem;
  }
  .xhcrumbs .xhcrumbs_main {
    flex-direction: column;
  }
  .xhcrumbs .mleft {
    width: 100%;
  }
  .xhcrumbs .mright {
    width: 100%;
    justify-content: space-around;
  }
  .xhcrumbs .mright a {
    margin-left: 0;
    font-size: 0.28rem;
  }
  .ind_banner .ind_swi .mfont .mtop h3 {
    font-size: 0.35rem;
  }
  .ind_banner .ind_swi .mfont .mbom p {
    font-size: 0.26rem;
    margin-bottom: 0;
    line-height: 160%;
  }
  .about .ind_keyword_num{
    flex-wrap:wrap;
  }
  .about .ind_keyword_num .ind_about_keynum_item{
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1a1a1a;
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
    padding-right: 90px;
}

.search-popup__content .thm-btn2 {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: #286bad;
    border: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.search-popup__content .thm-btn2::before {
    display: none;
}

.search-popup__content .thm-btn2:hover {
    background-color: #1c1e27;
    color: #ffffff;
}

.search-popup__content .thm-btn2 i::before {
    margin: 0;
    color: #ffffff;
}