@import url("font_3611632_5r9po5sield.css");
@import url("public.css");
/*公共部分-begin*********/
/***********公共的************/
@font-face {
  font-family: enfont;
  src: url("../font/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: 999999999999999999999999;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.5s all ease-in;
  background: rgba(255, 255, 255, 0);
}
.pc_header .pc_header_main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc_header .logo {
  width: 190px;
}
.pc_header .logo img {
  width: 100%;
}
.pc_header .pc_header_font {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc_head_tel{
    color: #057efb;
    font-size: 30px;
    font-weight: bold;
}
.pc_head_tel .iconfont{
  font-size: 30px;
}
.pc_header .pc_header_font ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1050px;
  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: #EE3224;
  transition: 0.2s all ease-in;
}
.pc_header .pc_header_font ul li a {
  font-size: 17px;
  color: #4d4d4e;
  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;
  color: #fff;
  font-size: 20px;
  margin-left: 40px;
  display: block;
}
.pc_header .pc_header_font .search_btn:hover i {
  color: #EE3224 !important;
}
.pc_header .hidden_nav {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
}
.pc_header .hidden_nav .hidden_nav_item {
  display: none;
}
.pc_header .hidden_nav_main {
  width: 100%;
  background: #f4f4f4;
  height: 280px;
  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 40px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}
.pc_header .hidden_nav_main .mright ul li {
  height: 60px;
  position: relative;
  width: 33%;
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
    border-right: 1px solid #ccc;
  padding-left: 19px;
  box-sizing: border-box;
}
.pc_header .hidden_nav_main .mright ul li:after{
 /* content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-right: 1px solid #ccc;*/
}
.pc_header .hidden_nav_main .mright ul li .iconfont{
    position: relative;
    right: 54px;
}
.pc_header .hidden_nav_main .mright ul li 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;
}
.pc_header .hidden_nav_main .mright ul li::before {
  content: '';
  display: block;
  height: 100%;
  top: 0;
  left: -15px;
  width: 0px;
  background: #EE3224;
  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: #EE3224;
}
.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: #EE3224;
  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: #EE3224;
}
.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: 50px 30px 0 30px;
  border-top: 4px solid #EE3224;
}
.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: 150px;
}
.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: 720px;
  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 {
  position: relative;
  top: -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: #EE3224;
  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%, #EE3224 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%;
  padding: 30px 0 0 0;
}
.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;
  margin: 15px 15px 0 15px;
  padding-bottom: 10px;
}
.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: #EE3224;
  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: 1520px;
  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;
}
.page_banner .page_banner_main img {
  width: 442px;
  margin: 17px auto 22px auto;
}
.page_banner .page_banner_main h3 {
  position: relative;
  top: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 70px;
  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 {
  font-size: 45px;
  font-weight: bold;
  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: #057efb;
  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: #EE3224;
  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: 91px;
  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: #EE3224;
  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: 217%;
}
.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;
  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: #EE3224;
  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;
  background: url(../images/index_pro_bg.jpg);
      background-size: cover cover;
}
.product_list li a .mtop .mimg img {
  width: 71%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
  margin: 0 auto;
}
.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: #EE3224;
}
.ind_device {
  width: 100%;
  background: #fff;
}
.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: #EE3224;
}
.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: #EE3224;
}
.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 {
  display: none;
}
.ind_device .ind_device_bom .num_main {
  display: flex;
}
.ind_device .ind_device_bom .mleft {
  width: 53.6%;
  min-width: 600px;
}
.ind_device .ind_device_bom .mleft .mimg {
  width: 100%;
  height: 587px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ind_device .ind_device_bom .mleft .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.ind_device .ind_device_bom .mleft .mimg:hover img {
  transform: scale(1.03);
}
.ind_device .ind_device_bom .mright {
  padding: 60px;
  width: 46.4%;
  height: 587px;
  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: 30px;
  color: #EE3224;
  margin-bottom: 25px;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_device .ind_device_bom .mright .mfont {
  font-size: 17px;
  color: #666;
  line-height: 209.5%;
  margin-bottom: 47px;
  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 #EE3224;
  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: #EE3224;
}
.ind_device .ind_device_bom .mright ul li:hover span {
  color: #EE3224;
}
.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: 18px;
  font-weight: bold;
  color: #333;
  transition: 0.2s all ease-in;
}
.ind_device .ind_device_bom .mright a div {
  width: 40px;
  height: 40px;
  background: #EE3224;
  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: #EE3224;
}
.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: #EE3224;
}
.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, 45%);
}
.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;
  text-align: center;
  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;
}
.ind_about .ind_about_main .mright .mmain .mbom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.ind_about .ind_about_main .mright .mmain .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 #C6C9D8;
}
.ind_about .ind_about_main .mright .mmain .mbom a p {
  font-size: 16px;
  color: #999;
  transition: 0.2s all ease-in;
}
.ind_about .ind_about_main .mright .mmain .mbom a div {
  width: 42px;
  height: 42px;
  background: #EE3224;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in 0.1s;
}
.ind_about .ind_about_main .mright .mmain .mbom a div > i {
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 5;
  transition: 0.2s all ease-in;
}
.ind_about .ind_about_main .mright .mmain .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%;
}
.ind_about .ind_about_main .mright .mmain .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%;
}
.ind_about .ind_about_main .mright .mmain .mbom a:hover {
  background: #000;
}
.ind_about .ind_about_main .mright .mmain .mbom a:hover p {
  color: #fff;
}
.ind_about .ind_about_main .mright .mmain .mbom a:hover div {
  background: #fff;
}
.ind_about .ind_about_main .mright .mmain .mbom a:hover div > i {
  transform: rotate(45deg);
  color: #EE3224;
}
.ind_about .ind_about_main .mright .mmain .mbom 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: 20px solid red;
				/*其它3边设置相同颜色，*/
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #EE3224;
  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: 20px solid red;
				/*其它3边设置相同颜色，*/
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #fff;
  border-right: 6px solid #EE3224;
  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: #EE3224;
}
.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: #EE3224;
  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: #EE3224;
}
.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: 60px 30px;
  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: #EE3224;
}
.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: 20px solid red;
						/*其它3边设置相同颜色，*/
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #EE3224;
  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: 20px solid red;
						/*其它3边设置相同颜色，*/
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #fff;
  border-right: 6px solid #EE3224;
  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: #EE3224;
}
.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;
  justify-content: 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: #EE3224;
  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: #EE3224;
  font-size: 14px;
  font-family: enfont;
  transition: 0.2s all ease-in;
}
.ind_serve .ind_serve_main ul li a .mfont .mbom span {
  color: #EE3224;
  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: #EE3224;
}
.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: 30px 30px 30px 30px;
}
.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;
  background: url(../images/newsbg.jpg) no-repeat;
  background-size: cover;
}
.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: #EE3224;
  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: #EE3224;
}
.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;
  background: url(../images/newsbg.jpg) no-repeat;
  background-size: cover;
}
.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: #EE3224;
  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: #EE3224;
}
.ind_news .ind_news_right .ind_news_item:hover i {
  transform: translateX(-5px);
  color: #EE3224;
}
.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: #EE3224;
  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: #EE3224;
}
.ind_news .ind_news_right .look_more:hover div span i {
  transform: scale(1);
}
.ind_friend {
  padding: 60px 30px;
  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: 70%;
  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: 120px 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, 50%);
}
.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: 85px;
}
.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;
  display: flex;
  align-items: flex-start;
}
.about03 .mright .minfo li .mtop p {
  color: #333;
  font-size: 16px;
  transition: 0.2s all ease-in;
}
.about03 .mright .minfo li span {
  background: #EE3224;
  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: #EE3224;
}
.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%, #EE3224 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: #EE3224;
}
@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: 36px;
  color: #fff;
      margin-bottom: 24px;
}
.about05 .about05_font h3 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  margin-top: 77px;
}
.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: 50px 30px 50px 30px;
  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_topmain .nonor_btn {
  position: absolute;
  right: 0;
  top: 70px;
  display: flex;
  align-items: center;
}
.xhhonor .xhhonor_topmain .nonor_btn .swiper-button-prev {
  margin-right: 3px;
}
.xhhonor .xhhonor_topmain .nonor_btn .swiper-button-next,
.xhhonor .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;
}
.xhhonor .xhhonor_topmain .nonor_btn .swiper-button-next i,
.xhhonor .xhhonor_topmain .nonor_btn .swiper-button-prev i {
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
.xhhonor .xhhonor_topmain .nonor_btn .swiper-button-next:active,
.xhhonor .xhhonor_topmain .nonor_btn .swiper-button-prev:active {
  background: #707070;
  transform: translate(-1px, 1px);
}
.xhhonor .xhhonor_topmain .nonor_btn .swiper-button-next:after,
.xhhonor .xhhonor_topmain .nonor_btn .swiper-button-prev:after {
  display: none;
}
.xhhonor .xhhonor_main {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}
.xhhonor .mmain {
  position: relative;
  width: 100%;
  height: 370px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.xhhonor .mmain img {
  max-width: 217px;
  max-height: 253px;
  user-select: none;
  transition: 0.2s 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: #EE3224;
  height: 2px;
  width: 50px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s linear;
}
/*****主要客户名单*****/
.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: #EE3224;
  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: #EE3224;
}
.joinus_title a h3 {
  font-weight: bold;
  color: #EE3224;
  font-size: 20px;
}
.joinus_title a span {
  font-weight: bold;
  color: #EE3224;
  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: #EE3224;
}
.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: #EE3224;
  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: #EE3224;
}
.joinus03 {
  background: #fff;
  padding: 60px 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: #EE3224;
  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: #EE3224;
}
.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: #EE3224;
  color: #fff;
}
.contact03 .map_box {
  width: 100%;
  height: 650px;
}
/*************新闻资讯**************/
.news_list {
  width: 100%;
  background: #fff;
  padding: 0 30px;
}
.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;
  height: 237px;
}
.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: #EE3224;
  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: #EE3224;
}
.news_list .news_item:hover .mmain .mfont {
  transform: translateX(-5px);
}
.news_list .news_item:hover .mmain .mfont span {
  color: #EE3224;
}
.news_list .news_item:hover .mmain .mfont i {
  color: #EE3224;
}
.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: 40px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.news_show .nshowWarp .nshowBox .nshowTag {
  height: 50px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #EE3224;
}
.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;
}
.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: #EE3224;
  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: #EE3224;
  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: #EE3224;
  font-size: 20px;
  transition: 0.2s all ease-in;
}
.news_show .nshowWarp .nshowBox .nshowNext i:hover {
  background: #EE3224;
  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: #EE3224;
  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: #EE3224;
}
.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: #EE3224;
  transform: rotateY(360deg);
  transition: transform 0.4s ease-in;
}
.serve_zc02 .mright ul li .mitem:hover p {
  color: #EE3224;
}
.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: #EE3224;
  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: #EE3224;
  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: #EE3224;
}
.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: #EE3224;
}
.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: #EE3224;
}
.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: #EE3224;
}
.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: #EE3224;
}
.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: #EE3224;
}
.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: #EE3224;
  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: #EE3224;
}
.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: #EE3224;
}
.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: #EE3224;
}
.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: #EE3224;
}
.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: #EE3224;
  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: 30px;
}
.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;
}
.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;
      height: 224px;
}
.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: 764px;
  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: 50%;
  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: #EE3224;
  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: #EE3224;
  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: #EE3224;
  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: #EE3224;
}
/********************产品中心*****************/
.product_tabs {
  display: none;
}
.propage {
  background: #fff;
  padding: 60px 30px;
}
.propage .propage_main {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.propage .propage_nav {
  width: 320px;
  flex-shrink: 0;
  margin-right: 100px;
}
.propage .propage_nav .propage_nav_main {
  width: 320px;
}
.propage .propage_nav .mtop {
  margin-bottom: 25px;
}
.propage .propage_nav .mtop h2 {
  font-size: 14px;
  color: #666;
  padding-bottom: 15px;
}
.propage .propage_nav .mtop span {
  width: 96%;
  height: 1px;
  background: #EE3224;
  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: 50%;
  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: #EE3224;
}
.propage .propage_nav .mitem a:hover {
  color: #EE3224;
}
.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 {
  display: none;
}
.propage .propage_info .product_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.propage .propage_info .product_list li {
  width: 50%;
  padding: 20px;
}
.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.5);
  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: 15px;
  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: #EE3224;
}
.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: #EE3224;
}
.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: #EE3224;
}
.propage .propage_info .xhjs_list li:nth-child(2n) a {
  flex-direction: row-reverse;
}
/*******************产品详情**************************/
.proshow {
  width: 100%;
  background: #fff;
  padding: 60px 30px;
}
.proshow .proshow_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.proshow .mleft {
  width: 51.5%;
  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: 48.5%;
  padding: 0 60px;
}
.proshow .mright h2 {
  font-size: 40px;
  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: #EE3224;
  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 {
  width: 100%;
  background: #000;
  border-bottom: 2px solid #EE3224;
  height: 70px;
}
.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: #EE3224;
}
.proshow_tabs ul a:hover {
  background: #EE3224;
}
.proshow_boxs {
  padding: 60px 30px;
}
.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 #EE3224;
  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 #EE3224;
  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: #EE3224;
}
.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;
  display: none;
}
.proshow_boxs .proshow_01 p {
  font-size: 16px;
  line-height: 185%;
  padding-bottom: 5px;
  color: #686868;
}
.proshow_boxs .proshow_01 b {
  font-size: 18px;
  font-weight: bold;
}
.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: #EE3224;
}
.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%;
}
.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: 60px;
}
.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: #EE3224;
  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 a {
  width: 70px;
  height: 70px;
  background: #EE3224;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease-in;
}
.search_top .search_top_box a i {
  font-size: 25px;
  color: #fff;
  transition: 0.2s all ease-in;
}
.search_top .search_top_box a:hover {
  background: #000;
}
.search_top .search_top_box a:hover i {
  color: #fff;
}
.search_bom {
  width: 100%;
  background: #fff;
  padding: 0px 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: #EE3224;
  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: #EE3224;
}
.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 #EE3224;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main ul li.curr i {
  color: #EE3224;
}
.caseshow_boxs .caseshow_ys .caseshow_ys_main ul li.curr p {
  color: #EE3224;
}
.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: #EE3224;
  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: #EE3224;
  margin-right: 10px;
}
.mjoin .mjoin_mbom .mtop h4 {
  font-size: 20px;
  color: #EE3224;
  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: #EE3224;
  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: #EE3224;
}
.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: #EE3224;
  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: #EE3224;
  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: #EE3224;
  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 80px;
}
.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;
}
.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;
}
.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: 170%;
  }
  .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) {
  .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.3rem;
  }
  .pc_footer .pc_footer_main {
    padding-right: 0;
  }
  .pc_footer .pc_footer_top {
    margin-bottom: 0.6rem;
  }
  .pc_footer .pc_footer_top img {
    width: 2rem;
  }
  .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 .footer_icp {
    width: 100%;
    margin: 0;
    border-top: 1px solid #ddd;
    padding: 0.2rem 0 1rem 0;
  }
  .pc_footer .footer_mbom .footer_icp p {
    display: none;
  }
  .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.35rem;
  }
  .ind_banner .ind_swi .mfont .mbom p {
    font-size: 0.26rem;
    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 h3 {
    top: 0.4rem;
  }
  .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.34rem;
    line-height: 0.45rem;
  }
  .news_show .news_show_main .nshowWarp .nshowBox .nshowTag {
    height: auto;
    padding: 0.2rem 0;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    font-size: 0.25rem;
  }
  .news_show .news_show_main .nshowWarp .nshowBox .nshowTag p {
    line-height: 0.4rem;
    margin-right: 0.3rem;
  }
  .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;
  }
}
@media screen and (max-width: 768px) {
  .product_list li {
    width: 100%;
    padding: 0;
  }
  .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;
  }
}



/*产品部分样式*/
/*左侧*/
.left {background-color: #f5f5f5; padding: 0 30px;text-align: center;position: relative;z-index: 1;}
.left h2{display: none;width: 200px; font-size: 20px; font-weight: normal;text-indent: 10px; line-height:60px; position: relative;float: left;}
.left h2::after{content: "";width: 3px;height: 15px;background: #e62129;position: absolute;left: 0;top: 24px;}
.left .gg_widget{border: 1px #e5e5e5 solid;border-top: none;}
.left .side_menu .fir_ul{
    width: 68%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.left .side_menu .fir_li{display: block;}
.left .side_menu .fir_li:last-child > a:after{display: none;}
/*.left .side_menu .fir_li em{display: none;width: 14px;height: 8px;background: url(../images/left_arr.png) no-repeat center bottom;position: absolute;left: 50%;margin-left: -7px;}*/
.left .side_menu .fir_li > a{
    display: block;
    padding: 0 32px;
    line-height: 44px;
    font-size: 23px;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    margin-right: 10px;
    border: 1px dashed #057efb;
    background-color: #057efb;
    color: #fff;
}
.left .side_menu .fir_li > a:hover{
  background-color: #fff;
  color: #333;
}
/*.left .side_menu .fir_li > a::after{content: "";width: 1px;height: 14px;position: absolute;right:0;top: 23px;background-color: #c2c2c2;}*/
.left .side_menu .fir_li > a img{vertical-align: middle;padding-right: 10px;width: 20px;max-height: 24px;opacity: .6;}
.left .side_menu .sec_ul{display: none;position: absolute;top: 100px;left: 0;right: 0;z-index: 10;text-align: center;}
.left .side_menu .sec_li{display: inline-block;margin: 0 10px;}
.left .side_menu .sec_li a{display:block;text-decoration:none; background:#f9f9f9;padding: 15px 20px;line-height: 20px;}
.left .side_menu .sec_li a:hover,.left .side_menu .sec_li .category_active{background-color: #EE3224;color: #fff;}
.left .side_menu .category_active em{display: block;}
.left .side_menu .category_active{color: #EE3224;}

/*右侧*/
.right{max-width: 1440px; padding: 30px; margin: 0 auto;clear: both;}
.right.mt{padding-top: 130px;}
.right .content img{max-width: 100%;}
.product_content img,.news_info img,.page_about img{max-width: 100%;height: auto!important;}

/*面包屑样式*/
.path_title{display: none;height:60px;border-bottom: 1px solid #ededed; line-height: 60px;}
.path_title .span_left{ float: left; font-size: 22px;}
.path_title .span_right{ float: right; color: #999}
.path_title .span_right a{color: #999;}

/*产品列表*/
.pdt_attr_list{margin-bottom: 30px;}
.pdt_attr_list li{position: relative;padding:10px 0 5px 90px;line-height: 32px;border-bottom: 1px #e8e8e8 dashed;}
.pdt_attr_list li span{position: absolute;left: 0;top: 10px;display: block;width: 80px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.pdt_attr_list a{display: block;float: left;background-color: #f0f0f0;color: #555;margin:0 10px 5px 0;padding: 0 10px;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;}
.pdt_attr_list a:hover{color: #EE3224;}
.pdt_attr_list a.cu{background-color: #EE3224;color: #fff;}
.pdt_attr_list.attr_bg{padding: 10px 20px 20px;}
.pdt_attr_list .attr_btn{width: 220px;padding-top: 15px;margin: 0 auto;}
.pdt_attr_list .attr_btn input{width: 100px;text-indent: 0;text-align: center;padding: 3px 0;float: left;color: #fff;border: none;margin:0 5px;cursor: pointer;border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;}
.pdt_attr_list .attr_btn .submit{background-color: #EE3224;}
.pdt_attr_list .attr_btn .reset{background-color: #c1c1c1;}

.products_list {width: 100%;}
.products_list li{ width:23%; float:left; margin-right: 2%; margin-bottom: 20px;height: 516px;}
/*.products_list a{display: block; width: 100%; border: 1px #e4e4e4 solid;}*/
.products_list span{width:100%;display:block;overflow: hidden;border-bottom: 1px #e4e4e4 solid;}
.products_list img{width: 100%;}
.products_list p{display: block;font-size: 15px; height: 50px; line-height: 25px;position: relative;margin:10px 0;padding: 0 140px 0 15px;overflow: hidden;}
.products_list p em{display: block;width: 100px;height: 40px;line-height: 40px;background: #f5f5f5;font-weight: bold;color: #999;text-align: center;position: absolute;right: 15px;top: 5px;}
.products_list em:hover{background-color: #EE3224;color: #fff;}
.products_list a:hover img{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
.products_list a:hover{border-color: #EE3224;}

.pdt_side_nav{display: none;width: 180px;background: #f6f6f6;position: fixed;left: 0;top: 160px;transition: all .3s ease;z-index: 99999;padding: 15px;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.pdt_side_nav h2{display: none;}
.pdt_side_nav .fir_li > a{display: block;line-height: 32px;background-color: #057efb;color: #fff;position: relative;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;padding-left: 10px;}
.pdt_side_nav .fir_li > a img{display: none;}
.pdt_side_nav .sec_ul{padding:6px 0;line-height: 32px;}
.pdt_side_nav .a2{display: block;font-size: 17px  ;line-height: 30px;padding: 0 10px;text-align: center;}
.pdt_side_nav .a2:hover{background-color: #f0f0f0;}
.pdt_side_nav em{position: absolute;  width: 32px;  height: 32px;  cursor: pointer;  right: 0;  top: 0;  z-index: 1;background: url(../images/arr_d.png) no-repeat center center;}
.pdt_side_nav .s_con a{display: block;background-color: #fff;background-position: 25px center;background-repeat: no-repeat;padding-left: 62px;margin-top: 10px;line-height:32px;}
.pdt_side_nav .kf{background-image: url(../images/s_kf.png)}
.pdt_side_nav .lx{background-image: url(../images/s_tel.png)}
.pdt_side_nav .btn{display: block!important;width: 25px;height: 60px;background:#f6f6f6 url(../images/pl.png) no-repeat center center;background-size: 45%;position: absolute;left: 179px;top: 50%;margin-top: -30px;z-index: 10;border-radius: 0 5px 5px 0;}
.pdt_side_nav .btn.r{background: #f6f6f6 url(../images/pr.png) no-repeat center center;background-size: 45%;}

.page{clear:both; margin:25px 0px; text-align: center; font-size: 13px;}
.page a,.page .page-num-current {display: inline-block; padding: 5px 15px; background: #ebebeb; border-radius: 3px; -webkit-border-radius: 5px; margin:0 3px;}
.page a:hover,.page .page-num-current{ background: #EE3224; color: #fff;}


.products_list_title{
  text-align: center;
  height:60px;
  line-height: 60px;
  font-size: 22px;
}
.product_list_btn:hover{
  background: #fff;
  color: #EE3224;
  border-radius: 40px;
}
.product_list_btn{
    display: block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.product_list_btn_content{
  display: flex;
  background: #057efb;
  border-radius: 40px;
  width: 80%;
  margin: 0 auto;
  justify-content: space-around;
  border: 1px dashed #cccc;

}
.products_list_bg{
  background: #f9f9f9;
  padding-bottom: 10px;
}
.product_list_btn:last-child{
  position: relative;
}
.product_list_btn:last-child:before{
  content: "";
    border-left: 1px solid #ccc;
    position: absolute;
    left: 0;
    height: 23px;
    top: 8px;
}

.products_list li:hover{
  transition: 0.4s ease all;
  border-radius: 3px;
    transform: scale(1.005);
     z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1)
}
.proclass {
  width: 1200px;
  clear: both;
  position: relative;
  z-index: 9999;
  display: table;
      margin: -113px auto 0;
  padding: 20px 0;
  border-radius: 5px;
  box-shadow: 0 15px 30px rgba(0,0,0,.1);
  background: #fff;
}

.proclass li {
    float: left;
    width: 105px;
    text-align: center;
    margin-left: 85px;
    margin-bottom: 19px;
}

.proclass li span {
    clear: both;
    display: block;
    background: url(../images/homefivebg.jpg) repeat center center;
    border-radius: 10px;
    box-shadow: 3px 0px 5px rgba(0,0,0,0.16);
    overflow: hidden;
    padding: 7px 9px
}

.proclass li span a {
    clear: both;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 3px 0px 5px rgba(0,0,0,0.16);
    background: #fff;
    position: relative
}

.proclass li span a img {
    position: relative;
    z-index: 2;
        width: 58px;
    margin: 0 auto;
}

.proclass li span a:after {
    content: '';
    position: absolute;
    left: -100%;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #e0e8ff;
    transition: all 0.5s linear
}

.proclass li:hover span a:after,.proclass li.act span a:after {
    left: 0px;
    top: 0px;
    transition: all 0.3s linear
}

.proclass li h3 a {
    clear: both;
    display: block;
    padding-top: 13px;
    font-size: 14px;
    line-height: 1;
    color: #0e0e0e
}



/*产品详情*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.p_img_box{padding-top: 30px;}
.main_photo{width: 46%;}
.product_group{width: 50%;}
.product_group h1{font-size:40px; line-height:50px; padding:20px 0px;border-bottom: dashed 1px #e5e5e5;}
.product_group .attr{padding: 20px 0 0;}
.product_group li{list-style:none; line-height:28px; color: #666;}
.product_group .desc{padding: 0 0 20px;color: #666;font-size: 16px;}
.product_group .v_s{border-top: dashed 1px #e5e5e5;}
.product_group .store span{display: block;line-height: 106px;color: #999;float: left;width: 75px;;}
.product_group .store p{overflow: hidden;padding: 25px 0;}
.product_group .store a{display: block;float: left;margin-right: 10px;}
.product_group .store img{width: 54px;height: 54px;border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;overflow: hidden;}
.product_group .video_btn a{display: block;height: 66px;transition: all .5s ease;padding: 20px 0 20px 75px;background: url(../images/p_v.jpg) no-repeat left center;line-height: 30px;margin-right: 30px;}
.product_group .video_box {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);z-index: 999999;display: none;}
.product_group .video_box .video{position: absolute; top: 50%; left: 50%;text-align: center;height: 100%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); z-index: 5; width: 60%;}
.product_group .video_box video{max-width: 100%;max-height: 100%;position: relative; top: 50%; transform: translateY(-50%);}
.product_group .video_box .close{width: 104px;height: 101px;background: url(../images/close.png) no-repeat left top;position: absolute;right: 0;top: 0;}
.product_group .video_btn p{font-family: 'ProximaNova-Regular'; text-transform: uppercase; font-size: 16px; color: #999;}
.product_group .video_btn span{font-size: 22px;}
.product_group .video_btn a:hover{padding-left: 80px;}
.product_group .download{padding-top: 10px;border-top: 1px #e5e5e5 dashed;}
.product_group .download li{float: left;margin-right: 20px;}
.product_group .download a{color: #999;background:url(../images/attch.png) no-repeat left center; padding: 3px 0 3px 12px;}
.product_group .download a:hover{color: #333;}
.introduce,.eintroduce{color:#333; margin-bottom: 20px; border-bottom: 1px #e8e8e8 solid; font-size: 18px; line-height: 50px;}

.product_group .pdt_tel{border-top:dashed 1px #e5e5e5;padding-top: 30px;}
.product_group span.tel{width:200px;height: 65px;line-height: 65px;margin-bottom: 20px;display: block;border-radius: 8px;  -webkit-border-radius: 8px;  -moz-border-radius: 8px;  -ms-border-radius: 8px;  -o-border-radius: 8px;font-size: 20px;color: #fff; background:#057efb ;text-align: center;cursor: pointer;    margin-right: 7px;}
.product_group .op1{display: flex;}
.product_group .op1 a{width: 200px;height: 65px;
  font-size: 20px;
  line-height: 65px;
  margin: 0 8px;line-height: 65px;border-radius: 7px;-webkit-border-radius: 7px;-moz-border-radius: 7px;  -ms-border-radius: 7px;  -o-border-radius: 7px; border: 1px solid #999999;text-align: center;}
.product_group .op1 .op_z{background: url(../images/p_zx1.png) no-repeat left  22px;}
.product_group .op1 .op_v{background: url(../images/p_vx.png) no-repeat 16px 21px;position: relative;}
.product_group .op1 .op_v img{ position: absolute; width: 100px; bottom: 0px; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); background-color: #fff; box-shadow: 0 0 5px rgb(0 0 0 / 15%);  border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
  -ms-border-radius: 5px; -o-border-radius: 5px; opacity: 0; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s;}
  .product_group .op1 .op_v:hover img{bottom: 102%;opacity: 1;}
.product_group span.tel p{display: inline-block;background: url(../images/p_tel.png) no-repeat left center;padding-left: 50px;border-radius: 8px;  -webkit-border-radius: 8px;  -moz-border-radius: 8px;  -ms-border-radius: 8px;  -o-border-radius: 8px;font-size: 20px;}
.product_group span a{display: block;padding-left: 80px;}
.product_group span.fd,.product_group span.buy{display: inline-block;background: #f3f3f3;line-height: 70px;border-radius: 8px;  -webkit-border-radius: 8px;  -moz-border-radius: 8px;  -ms-border-radius: 8px;  -o-border-radius: 8px;font-size: 20px;width: 100%;box-sizing: border-box;}
.product_group span.buy a{background: url(../images/p_xj.png) no-repeat 40px center;position: relative;}
.product_group span.buy a em{display: block;width: 40px;height: 40px;background: #fff url(../images/p_in.png) no-repeat center center;background-size: 50%;border-radius: 100%;-webkit-border-radius: 100%;-moz-border-radius: 100%;position: absolute;right: 40px;top: 15px;}
.product_group span.fd a{background: url(../images/p_fb.png) no-repeat 40px center;}
  
.product_content{ clear:both; width:100%; padding-top: 25px;}
.product_content .pdt_attr_li{background: #fff;margin-bottom: 20px;}
.product_content .pdt_attr_h4{font-size: 24px;line-height: 26px;padding: 20px 60px;border-bottom: 1px #e5e5e5 solid;margin-bottom: 20px;background: #f8f8f8 url(../images/p_tbg.png) no-repeat 15px center;}
.product_content img{max-width: 100%; height: auto!important;margin: 0 auto;}
.product_content .tabs li{float: left;padding: 0 10px 10px 0;}
.product_content .tabs a{display: block;text-align: center;line-height: 40px;padding: 0 25px;background: #e5e5e5; white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.product_content .tabs .thistab a,.product_content .tabs a:hover{ color: #fff; background: #01a245;}
.product_content .tab_conbox{padding-top: 20px;}
.product_content .pdt_attr_info table{width: 100%!important;}
.product_content .pdt_attr_info td, .product_content .pdt_attr_info th{border: 1px #eee solid;}

#preview{ float:none; margin:0px auto; text-align:center;position: relative;}
.jqzoom{position:relative;overflow: hidden;}
.jqzoom img{width: 100%;height: 100%;}
.list-h li{ float:left;}
#spec-n5{ padding:20px 40px; overflow:hidden;position: relative;}
#spec-left{ background:url(../images/pl.png) no-repeat left center; width:30px; height:132px; cursor:pointer;position: absolute;left: 0;top: 0;}
#spec-right{background:url(../images/pr.png) no-repeat right center; width:30px; height:132px; cursor:pointer; position: absolute;right: 0;top: 0;}
#spec-list{ width:100%; overflow:hidden; display:inline-block;}
#spec-list ul li{ float:left; margin:0;padding: 5px;}
#spec-list ul li img{ border:1px solid #ccc; width:80px; height:80px;}
#spec-list ul li img.curr{border-color: #ea5b24;}


/* 相关产品 */
.related_product{padding-top: 30px; margin-top: 30px;}
.related_product h3{font-size: 32px; font-weight: normal;padding-bottom: 10px;}
.related_product .dowebok{ width: 101%;margin-left:-10px;}
.related_product .item{padding:0 10px;}
.related_product .item a{display: block;border:1px #eee solid;overflow: hidden; text-align: center;}
.related_product .item span{width: 100%; overflow: hidden; display: block; text-align: center;}
.related_product .item img{width: 100%;}
.related_product .item h4{font-size: 14px; padding: 5px 10px; line-height: 28px;font-weight: normal; white-space: nowrap; text-overflow:ellipsis;overflow: hidden;}
.related_product .item p{display: none; padding: 0 10px 5px;color: #888;}
.related_product .item a:hover h4{color: #ea5b24;}




.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init */
.owl-carousel{  display: none;  padding: 0; position: relative; width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{ display: none;  position: relative; -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{ cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* fix */
.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);}
.owl-theme .owl-controls .owl-buttons div {position: absolute;top: 35%;width: 30px;height: 58px;margin: 0;padding: 0;overflow: hidden;_display: none;}
.owl-theme .owl-controls .owl-buttons div:hover{color: #666;}
.owl-theme .owl-controls .owl-buttons .owl-prev { left: -60px; background: url(../images/l.png) no-repeat center center;}
.owl-theme .owl-controls .owl-buttons .owl-next { right: -60px;background: url(../images/r.png) no-repeat center center;}

.case_bgimg{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 75%);
  z-index: 99999999999;
}
.big_img_url{
  margin: 4% auto;
  border: 2px solid #fff;
}
.clearfix{
  margin: 0 auto;
  display: table;
  clear: both;
}




.contactone {
    clear: both;
    background: url(../images/prothreeicon01.jpg);
    position: relative;
    padding: 5px 125px 71px;
    overflow: hidden
}

.contactone:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: url(../images/contacticon04.png) center top no-repeat;
    background-size: 100%;
    z-index: 1
}

.contactone>i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: url(../images/contacticon01.png) right top no-repeat;
    background-size: contain
}
 
/*---------------------------------*/


.contactone .container {
    position: relative;
    z-index: 4
}

.contactone .breadnav,.contactone .breadnav a {
    color: #020202
}

.contactone .breadnav a:hover {
    color: #c3311c
}

.contactone .contactonetit {
    color: #2d2d2d;
    font-family: "Microsoft JhengHei","Helvetica Neue","Microsoft YaHei",Helvetica,STHeiTi,sans-serif;
    font-weight: 700;
    font-size: 37px;
    line-height: 1;
    margin-top: 20px;
    background: url(../images/homeoneicon01.png) left center no-repeat;
    padding-left: 40px
}

.contactone .contactonetit span {
    color: #c3311c;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left,#bf211d,#d3751b)
}

.contactone .contactoneBox {
    clear: both;
    display: block;
    width: 54%;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative
}

.contactone .contactoneBox .contactoneBoxBom {
    position: absolute;
    left: 0;
    top: 0;
    width: 852px;
    height: 100%;
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl {
    float: left;
    width: 75%;
    padding-top: 26px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl p {
    padding: 15px 20px 15px 32px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl p i {
    width: 25px;
    margin-right: 4px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl p i img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    width: 20px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlTop {
    clear: both;
    position: relative;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 1.1
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlTop strong {
    color: #bb2830;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlMid {
    clear: both;
    display: block;
    text-align: left;
    color: #2d2d2d;
    font-size: 15px;
    line-height: 24px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr {
    float: right;
    width: 25%;
    clear: none
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a {
    display: block;
    text-align: center;
    cursor: pointer;
    margin-top: 46px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a:hover {
    margin-top: 42px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a i {
    display: block
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a i img {
    width: 30px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr strong {
    display: block;
    color: #FFF;
    font-size: 16px;
    text-shadow: 0 2px 6px rgba(69,3,18,.5);
    margin-top: 4px
}

.contactone ul {
    margin-left: 10px
}

.contactone ul .contactonedltxt {
    clear: both;
    text-align: left;
    font-size: 12px;
    line-height: 20px
}

.contactone ul li.contactoneli01 .contactonedltxt {
    padding-bottom: 10px
}

.contactone ul li.contactoneli02 .contactonedltxt {
    padding-top: 10px;
    text-align: center
}

.contactone ul .contactonedlbg {
    height: 167px
}

.contactone ul li.contactoneli01,.contactone ul li.contactoneli02 {
    float: left;
    width: 135px;
    margin-left: -10px
}

.contactone ul li.contactoneli01 .contactonedlbg {
    background: url(../images/contacticon02.png) center top no-repeat;
    background-size: 131px
}

.contactone ul li.contactoneli02 .contactonedlbg {
    background: url(../images/contacticon03.png) center top no-repeat;
    background-size: 131px
}

.contactone ul li.contactoneli01 .contactonedlbg .contactonespan01,.contactone ul li.contactoneli02 .contactonedlbg .contactonespan01 {
    clear: both;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 91px;
    font-weight: 700
}

.contactone ul li.contactoneli01 .contactonedlbg .contactonespan02,.contactone ul li.contactoneli02 .contactonedlbg .contactonespan02 {
    clear: both;
    text-align: center;
    display: block;
    font-size: 28px;
    color: #cc2f1e;
    font-weight: 700;
    line-height: 73px
}

/*-----------------------------------------------------*/




 .contactone .contactonetit {
        margin-top: 30px;
        font-size: 60px
    }

    .contactone .contactoneBox {
        margin-top: 26px;
        margin-bottom: 28px;
        margin-left: -20px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl {
        padding-top: 44px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl p {
        padding: 25px 30px 25px 62px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl p i img {
        width: 25px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlTop {
        font-size: 24px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlTop strong {
        font-size: 34px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlMid {
        font-size: 24px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a {
        margin-top: 72px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a:hover {
        margin-top: 66px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a i img {
        width: 58px;
            margin: 0 auto;
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr strong {
        font-size: 24px;
        margin-top: 10px;
            margin-left: 13px;
    }

    .contactone ul {
        margin-left: 20px
    }

    .contactone ul li.contactoneli01,.contactone ul li.contactoneli02 {
        width: 187px;
        margin-left: -20px
    }

    .contactone ul .contactonedltxt {
        font-size: 16px;
        line-height: 28px
    }

    .contactone ul li.contactoneli01 .contactonedlbg,.contactone ul li.contactoneli02 .contactonedlbg {
        background-size: 187px;
        height: 239px
    }

    .contactone ul li.contactoneli01 .contactonedlbg .contactonespan01,.contactone ul li.contactoneli02 .contactonedlbg .contactonespan01 {
        font-size: 25px;
        line-height: 131px
    }

    .contactone ul li.contactoneli01 .contactonedlbg .contactonespan02,.contactone ul li.contactoneli02 .contactonedlbg .contactonespan02 {
        font-size: 45px;
        line-height: 101px
    }
    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl {
      padding-top: 44px;
      loat: left;
      width: 75%;
    }
    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlTop strong {
      font-size: 34px;
    }
    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr strong {
        font-size: 24px;
        margin-top: 10px;
            text-align: center;
    }
    .product_trim_html{
      line-height: 31px;
      font-size: 15px;
      color: #7b7b7b;
      margin-bottom: 30px;
    }