/* ==================== 重置默认样式 start ==================== */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu";
}
*:before,
*:after {
  vertical-align: middle;
  box-sizing: border-box;
}
html {
  max-width: 1920px;
  margin: 0 auto;
}
ul,
li,
ol {
  list-style: none;
}
em {
  font-style: normal;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-backface-visibility: hidden;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: middle;
}
#map label {
  max-width: initial;
}
#map img {
  max-width: initial;
}
/* ==================== 重置默认样式 end ==================== */
/* ==================== 常用样式 start ==================== */
/* 清除浮动 */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 文本溢出省略号 */
/* 1行 */
.ellipsis-text1 {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
/* banner */
#owl-banner{position: relative;}
#owl-banner .item{height: 700px;text-align: center}
#owl-banner .item img{display: none;width: 100%}
#owl-banner .owl-controls {margin-top: 0; position: absolute; bottom: 15px; left: 50%;margin-left: -30px;}
#owl-banner .owl-controls .owl-buttons{display: none;}
#owl-banner .owl-controls .owl-page span{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity:1; background: #fff;}
#owl-banner  .owl-controls .owl-page.active span,
#owl-banner  .owl-controls.clickable .owl-page:hover span{background: #c10001;text-decoration: underline}

/* 2行 */
.ellipsis-text2,
.ellipsis-text3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 3行 */
.ellipsis-text3 {
  -webkit-line-clamp: 3;
}
/* 4行 */
.ellipsis-text4 {
  -webkit-line-clamp: 4;
}
/* bootstart ul */
ul {
  margin-bottom: 0;
}
/* 容器大小 */
.zg-box {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0;
}
/* 图片统一动画 */
.zg-image {
  overflow: hidden;
}
.zg-image:hover img {
  transform: scale(1.1);
}
.zg-image img {
  transition: all 0.4s;
  width: 100%;
}
/* ==================== 常用样式 end ==================== */
/* ==================== 头部 start ==================== */
header {
  width: 100%;
  position: relative;
  z-index: 980;
}
header .top {
  background: #f4f4f4;
  font-size: 0.2333rem;
  color: #888;
  overflow: hidden;
}
header .top .zg-box {
  display: flex;
  justify-content: space-between;
  padding: 0.1667rem 0;
  font-size:12px;
}
header .top .right a {
  color: inherit;
  font-size: inherit;
}
header .top .right a:hover {
  color: #0089E2;
}
header .center {
  overflow: hidden;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  background: #fff;
}
header .center .zg-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .center .brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0.5rem;
  width: 8.6667rem;
}
header .center .brand img {
  margin-right: 0.3333rem;
}
header .center .right .tel {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-shrink: 0;
}
header .center .right .tel .icon {
  display: blcok;
  width: 1rem;
  height: 1rem;
  background: url(/images/tel.png) no-repeat;
  background-size: 100%;
  margin-right: 0.5667rem;
}
header .center .right .tel .text02 {
  padding-left: 0.5667rem;
  border-left: 1px solid #ddd;
}
header .center .right .tel .text02 .cn {
  font-size: 0.3667rem;
  line-height: 1;
  margin-bottom: 0.1667rem;
  color: #333;
}
header .center .right .tel .text02 h1 {
  font-size: 0.5rem;
  color: #0089E2;
  line-height: 1;
  font-weight: bold;
}
header .bottom {
  background-color: #0089E2;
}
header .bottom > .zg-box {
  overflow: visible;
}
header .bottom .zg-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .bottom .zg-menu > li {
  flex-grow: 1;
  background-color: #0089E2;
  transition: all 0.4s;
  position: relative;
}
header .bottom .zg-menu > li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
header .bottom .zg-menu > li:hover .zg-sub-menu {
  opacity: 1;
  top: 110%;
  visibility: visible;
}
header .bottom .zg-menu > li > a {
  display: block;
  color: #fff;
  font-size: 0.3rem;
  padding: 0.3333rem 0;
  text-align: center;
}
header .bottom .zg-menu > li .zg-sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  display: flex;
  flex-flow: column;
  z-index: 9;
  width: 100%;
  border-radius: 0.0833rem;
  opacity: 0;
  transition: all 0.2s;
  visibility: hidden;
  padding: 0.1667rem 0;
}
header .bottom .zg-menu > li .zg-sub-menu:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  border-left: 0.1667rem solid transparent;
  border-right: 0.1667rem solid transparent;
  border-bottom: 0.1667rem solid #fff;
  position: absolute;
  top: -0.1667rem;
  left: 50%;
  margin-left: -0.0833rem;
}
header .bottom .zg-menu > li .zg-sub-menu > li {
  position: relative;
  text-align: left;
}
header .bottom .zg-menu > li .zg-sub-menu > li > a {
  width: 100%;
  display: block;
  padding: 0.2rem;
  font-size: 0.2667rem;
  border-bottom:1px solid #eee;
}
header .bottom .zg-menu > li .zg-sub-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.04);
}
/* ==================== 头部 end ==================== */
/* ==================== 移动端头部 start ==================== */
.mob-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 60px;
  transition: all 0.4s;
}
.mob-nav.active {
  height: 100%;
}
.mob-nav.active .nav-btn {
  width: 26px;
  height: 26px;
}
.mob-nav.active .nav-btn i {
  position: absolute;
  top: 10px;
  left: 0;
}
.mob-nav.active .nav-btn i:first-child ~ i {
  margin: 0;
}
.mob-nav.active .nav-btn i:nth-child(1) {
  display: none;
}
.mob-nav.active .nav-btn i:nth-child(2) {
  transform: rotate(45deg);
}
.mob-nav.active .nav-btn i:nth-child(3) {
  transform: rotate(-45deg);
}
.mob-nav.active .mob-nav-menu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.mob-nav .mob-nav-head {
  width: 100%;
  height: 60px;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  padding-left:20px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.mob-nav .mob-nav-head .nav-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.mob-nav .mob-nav-head .nav-btn i {
  display: block;
  background: #000;
  width: 26px;
  height: 3px;
  transition: all 0.4s;
}
.mob-nav .mob-nav-head .nav-btn i:first-child ~ i {
  margin-top: 5px;
}
.mob-nav .mob-nav-head .nav-logo {
  font-size: 0;
}
.mob-nav .mob-nav-head .nav-logo img{
  height: 30px;
}
.mob-nav .mob-nav-head .nav-logo a {
  display: block;
}
.mob-nav .mob-nav-menu {
  width: 100%;
  background: #151515;
  flex-grow: 1;
  padding: 10px 20px;
  overflow: auto;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}
.mob-nav .mob-nav-menu a {
  color: inherit;
}
.mob-nav .mob-nav-menu > li {
  position: relative;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
}
.mob-nav .mob-nav-menu > li:last-child {
  border-bottom: 0;
}
.mob-nav .mob-nav-menu > li > a {
  display: block;
  padding: 14px 5px;
}
.mob-nav .mob-nav-menu > li.active > .mob-sub-menu > li {
  display: block;
}
.mob-nav .mob-nav-menu .mob-sub-menu:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: rotate(45deg);
}
.mob-nav .mob-nav-menu .mob-sub-menu > li {
  display: none;
  padding: 0 10px;
}
.mob-nav .mob-nav-menu .mob-sub-menu > li > a {
  display: block;
  padding: 10px 0;
}
/* ==================== 移动端头部 end ==================== */
/* ==================== 轮播图 start ==================== */
.banner {
  position: relative;
}
/* ==================== 轮播图 end ==================== */
/* ==================== swiper上一个下一个按钮 start ==================== */
.swiper-btn {
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0667rem solid #ddd;
  border-left: 0.0667rem solid #ddd;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  margin-top: -27.096px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-btn.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-btn.swiper-btn-prev {
  left: 0.6667rem;
}
.swiper-btn.swiper-btn-next {
  right: 0.6667rem;
  transform: rotate(135deg);
}
/* ==================== swiper上一个下一个按钮 end ==================== */
/* ==================== 关键词 start ==================== */
.keywords {
  z-index: 99;
  width: 100%;
  padding: 0.4667rem 0;
  border-bottom: 1px solid #f2f2f2;
}
.keywords > .zg-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.keywords .left {
  font-size: 0.3333rem;
  line-height: 1;
  color: #333;
}
.keywords .left span {
  font-size: inherit;
  color: #0089E2;
}
.keywords .right form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.keywords .right input {
  width: 4.5rem;
  height: 0.6667rem;
  padding: 0.1667rem 0.25rem;
  font-size: 0.2333rem;
  border: 1px solid #b5b5b5;
  border-right: 0;
}
.keywords .right input::-webkit-input-placeholder {
  /*Webkit browsers*/
  color: #ccc;
  font-size: 0.2667rem;
}
.keywords .right input:-moz-placeholder {
  /*Mozilla Firefox 4 to 8*/
  color: #ccc;
  font-size: 0.2667rem;
}
.keywords .right input::moz-placeholder {
  /*Mozilla Firefox 19+*/
  color: #ccc;
  font-size: 0.2667rem;
}
.keywords .right input:-ms-input-placeholder {
  /*Internet Explorer 10+*/
  color: #ccc;
  font-size: 0.2667rem;
}
.keywords .right button {
  width: 0.8333rem;
  height: 0.6667rem;
  background: #0089E2;
  border: 0;
  border-left: 0;
  cursor: pointer;
}
 
 
.zg-title {
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 1rem 0;
  overflow: hidden;
}
.zg-title h1 {
  font-size: 0.5rem;
  line-height: 1;
  color: #333;
  margin-bottom: 0.3rem;
}
.zg-title h2 {
  font-size: 0.3667rem;
  color: #999;
  line-height: 1;
  text-transform: uppercase;
}
.zg-title02 {
  padding: 1.6667rem 0 1rem;
  text-align: center;
}
.zg-title02 h1 {
  font-size: 0.4667rem;
  color: #333;
  line-height: 1;
  margin-bottom: 0.3333rem;
}
.zg-title02 h1 b {
  color: #0089E2;
}
.zg-title02 .line {
  width: 20rem;
  height: 0.0333rem;
  background: #ddd;
  margin: 0 auto;
  position: relative;
}
.zg-title02 .line:after {
  content: "";
  display: block;
  width: 3.3333rem;
  height: 0.0333rem;
  background: #0089E2;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.6667rem;
  margin-bottom: 0.3333rem;
}
.zg-title02 h2 {
  font-weight: bold;
  font-size: 0.3333rem;
  line-height: 1;
  color: #0089E2;
  margin-top: 0.3333rem;
}
.zg-title03 {
  padding: 1.6667rem 0 1rem;
  text-align: center;
}
.zg-title03 .zg-title-box {
  position: relative;
}
.zg-title03 .en {
  font-size: 1.0667rem;
  line-height: 1;
  color: #333;
  opacity: 0.04;
}
.zg-title03 .cn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zg-title03 .cn span {
  position: relative;
  padding: 0 0.1667rem;
  font-size: 0.4667rem;
  line-height: 1;
}
.zg-title03 .cn span:before,
.zg-title03 .cn span:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1px;
  background: #333;
  top: 50%;
  position: absolute;
}
.zg-title03 .cn span:before {
  left: -1.5rem;
}
.zg-title03 .cn span:after {
  right: -1.5rem;
}
/* ==================== 通用标题 end ==================== */
/* ==================== section01 start ==================== */
.section01 {
  padding-bottom: 1rem;
}
.section01 > .zg-box {
  width: 100%;
  max-width: 22.5rem;
}
.section01 .itembox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section01 .itembox .item {
  text-align: center;
}
.section01 .itembox .item:hover .image {
  background: #0089E2;
}
.section01 .itembox .item:hover .image .img.img01 {
  display: block;
}
.section01 .itembox .item:hover .image .img.img02 {
  display: none;
}
.section01 .itembox .item:hover .name {
  color: #0089E2;
}
.section01 .itembox .item .image {
  width: 2.2333rem;
  height: 2.2333rem;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  background: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section01 .itembox .item .image .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8333rem;
}
.section01 .itembox .item .image .img.img01 {
  display: none;
}
.section01 .itembox .item .image .img.img02 {
  display: block;
}
.section01 .itembox .item .name {
  font-size: 0.2667rem;
  line-height: 1.2em;
  color: #333;
}
/* ==================== section01 end ==================== */
/* ==================== 产品中心 start ==================== */
.product {
  background: #f3f3f3;
  padding: 1.6667rem 0;
  overflow: hidden;
}
.product > .zg-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.product .left {
  width: 6.1667rem;
  margin-right: 0.3333rem;
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  background:#fff;
}
.product .left .bottom {
  background: #fff;
  padding: 0.5rem 0.3333rem;
  /* flex-grow: 1; */
}
.product .left .title {
  padding: 0.4167rem 0.1667rem 0.4167rem;
  background: #0089E2;
  color: #fff;
  position: relative;
}
.product .left .title .cn {
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  text-align: center;
}
.product .left .title .cn span {
  position: relative;
  padding: 0 0.1667rem;
  line-height: 1;
  font-size: 0.4667rem;
}
.product .left .title .cn span:before,
.product .left .title .cn span:after {
  content: "";
  display: block;
  width: 1.45rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
}
.product .left .title .cn span:before {
  left: -1.45rem;
}
.product .left .title .cn span:after {
  right: -1.45rem;
}
.product .left .title .en {
  text-align: center;
  font-size: 1.0667rem;
  line-height: 1;
  color: #fff;
  opacity: 0.02;
  text-transform: uppercase;
}
.product .left .itembox .item {
  display: block;
  width: 100%;
  font-size: 0.3333rem;
  line-height: 1;
  color: #333;
  position: relative;
  padding-left: 0.3333rem;
}
.product .left .itembox .item.active,
.product .left .itembox .item:hover {
  color: #0089E2;
}
.product .left .itembox .item:first-child ~ .item {
  margin-top: 0.5833rem;
}
.product .left .itembox .item:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 100%;
  background: #0089E2;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.05rem;
}
.product .left .zg-more {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.product .right {
  display: flex;
  flex-flow: column;
  min-width: 0;
  /* flex-grow: 1; */
}
.product .right .product-box-swiper {
  width:100%;
  /* width: 100%;
  height: 100%; */
}
.product .right .product-box-swiper > .swiper-wrapper > .swiper-slide {
  /* align-items: stretch;
  display: flex; */
  /* flex-flow: column; */
}
.product .right .right-box{display:flex;flex-flow: column;}
.product .right .top {
  position: relative;
  background: #fff;
  padding: 0 1.1667rem;
  /* flex-grow: 1; */
  margin-bottom: 0.45rem;
}
.product .right .top .product-swiper {
  margin-bottom: 0.5833rem;
}
.product .right .top .product-swiper .item {
  min-width: 0;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.product .right .top .product-swiper .image-box {
  display: flex;
  align-items: center;
  position: relative;
  margin-right:20px;
}
.product .right .top .product-swiper .image-box .image {
  width: 5.8333rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.product .right .top .product-swiper .image-box .image img {
  width: 100%;
}
.product .right .top .product-swiper .product-desc {
  /* flex-grow: 1; */
  color: #333;
  padding: 1.5rem 0 1.1667rem;
  padding-left: 0.8333rem;
}
.product .right .top .product-swiper .product-desc h1 {
  font-size: 0.4333rem;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  display: block;
}
.product .right .top .product-swiper .product-desc h1:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.05rem;
  background: #0089E2;
  margin: 0.3333rem 0;
}
.product .right .top .product-swiper .product-desc .desc {
  max-width: 6.6667rem;
  font-size: 0.25rem;
  line-height: 1.8em;
  margin-bottom: 0.6667rem;
  text-align: justify;
}
.product .right .top .product-swiper .product-desc .zg-btn-group {
  display: flex;
  align-items: center;
}
.product .right .top .product-swiper .product-desc .zg-btn-group .zg-btn {
  font-size: 0.2333rem;
  line-height: 1;
  color: #fff;
  background: #000;
  padding: 0.1333rem 0.3333rem;
}
.product .right .top .product-swiper .product-desc .zg-btn-group .zg-btn:first-child {
  margin-right: 0.5rem;
}
.product .right .top .product-swiper .product-desc .zg-btn-group .zg-btn:first-child + .zg-btn {
  background: #0089E2;
}
.product .right .top .swiper-btn {
  z-index: 9;
}
.product .right .bottom{display:flex;justify-content:flex-start;align-items:flex-start;}
.product .right .bottom .item {
  display: block;
  width:32%;
  cursor: pointer;
}
.product .right .bottom .item:nth-child(3n-1){margin-left:2%;margin-right:2%;}
.product .right .bottom .item.active {
  box-shadow: 0rem 0rem 0.35rem 0rem rgba(6, 0, 1, 0.08);
}
.product .right .bottom .item.active .image:after {
  opacity: 1;
  visibility: visible;
}
.product .right .bottom .item:hover .image img {
  transform: scale(1.1);
}
.product .right .bottom .image {
  position: relative;
  overflow: hidden;
  width:100%;
}
.product .right .bottom .image img{width:100%;max-width:100%;}
.product .right .bottom .image::after {
  content: "";
  /* display: block; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
  display:none;
}
.product .right .bottom .image img {
  transition: all 0.4s;
  width: 100%;
}
.product .right .bottom .name {
  font-size: 16px;
  color: #333;
  padding: 0.4167rem 0.5rem;
  line-height:1.2;
  width: 100%;
  text-align: center;
  background: #fff;
  border: solid 1px #f0f0f0;
}
/* ==================== 产品中心 end ==================== */
/* ==================== 服务热线 start ==================== */
.service-hotline {
  width: 100%;
  display: flex;
  align-items: center;
  background: url(/images/bgn.jpg) no-repeat center;
  background-size: cover;
  height: 4.5rem;
}
.service-hotline .zg-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.service-hotline .desc {
  padding-left: 0.8333rem;
  color: #fff;
}
.service-hotline .desc h1 {
  font-size: 0.55rem;
  line-height: 1;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.service-hotline .desc h2 {
  font-size: 0.3rem;
  line-height: 1;
  font-weight: 400;
}
.service-number {
  padding: 0.4rem 0.1667rem 0.6667rem;
  text-align: center;
  position: relative;
}
.service-number .top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4667rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.3333rem;
}
.service-number .top i {
  display: block;
  width: 0.4333rem;
  height: 0.4333rem;
  background: url(/images/tell.png) no-repeat center;
  background-size: 100%;
  margin-right: 0.1667rem;
}
.service-number .bottom {
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.service-number .icon {
  position: absolute;
  width: 0.5333rem;
  height: 0.4333rem;
  border-color: #fff;
  border-width: 0.0333rem;
}
.service-number .icon.icon01 {
  top: 0;
  left: 0;
  border-top-style: solid;
  border-left-style: solid;
}
.service-number .icon.icon02 {
  top: 0;
  right: 0;
  border-top-style: solid;
  border-right-style: solid;
}
.service-number .icon.icon03 {
  bottom: 0;
  left: 0;
  border-bottom-style: solid;
  border-left-style: solid;
}
.service-number .icon.icon04 {
  bottom: 0;
  right: 0;
  border-bottom-style: solid;
  border-right-style: solid;
}
/* ==================== 服务热线 end ==================== */
/* ==================== 行业应用案例 start ==================== */
.cases {
  padding: 1.6667rem 0;
  overflow: hidden;
}
.cases > .zg-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: visible;
}
.cases .left {
  z-index: 4;
  flex-shrink: 0;
  margin-right: 0.6667rem;
  width: 8rem;
  position: relative;
  padding: 0.75rem 0.6667rem 3.3333rem 0.6667rem;
  background: #f2f2f2;
}
.cases .left .en {
  font-size: 0.5333rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.3333rem;
}
.cases .left .en::before {
  content: "";
  display: block;
  width: 0.7667rem;
  height: 0.05rem;
  background: #272636;
  margin-bottom: 0.35rem;
}
.cases .left .cn {
  font-size: 0.5333rem;
  line-height: 1;
  color: #333;
  margin-bottom: 0.1667rem;
}
.cases .left .desc {
  font-size: 0.2667rem;
  line-height: 1.4;
}
.cases .left .info {
  position: absolute;
  z-index: 3;
  right: -1.6667rem;
  bottom: -1.1667rem;
  max-width: 9rem;
  background: #fff;
  box-shadow: 0rem 0.05rem 0.1167rem 0rem rgba(6, 0, 1, 0.06);
  padding: 0.3333rem 0.6667rem;
}
.cases .left .info .image {
  margin-bottom: 0.3rem;
}
.cases .left .info a {
  display: block;
  min-width: 0;
}
.cases .left .info h1 {
  font-size: 0.2667rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.cases .left .info h2 {
  font-size: 0.2333rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 0.2833rem;
  line-height: 1;
}
.cases .left .info .desc {
  font-size: 0.2333rem;
  line-height: 1.8em;
  color: #333;
  margin-bottom: 0.3833rem;
}
.cases .left .info .option {
  text-align: left;
  padding-right: 1.6667rem;
}
.cases .left .info .option .more {
  color: #0089E2;
  font-size: 0.2333rem;
  line-height: 1;
}
.cases .right {
  min-width: 0;
  flex-grow: 1;
}
.cases .right .top {
  border-top: 1px solid #ccc;
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
}
.cases .right .top .item {
  width: 19%;
  margin-right: 1.25%;
  padding: 0.3333rem 0.1667rem;
  color: #333;
  font-size: 15px;
  border: 1px solid #ccc;
  text-align: center;
}
.cases .right .top .item:hover,
.cases .right .top .item.active {
  background: #0089E2;
  color: #fff;
  border-color: #0089E2;
}
.cases .right .top .item:nth-child(5) ~ .item {
  margin-top: 1.25%;
}
.cases .right .top .item:nth-child(5n) {
  margin-right: 0;
}
.cases .cases-group {
  position: absolute;
  z-index: 9;
  right: 0.7333rem;
  bottom: 0.3667rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.cases .cases-group .cases-btn {
  width: 0.6667rem;
  height: 0.4rem;
  background: #0089E2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cases .cases-group .cases-btn::before {
  content: "";
  display: block;
  width: 0.1667rem;
  height: 0.1667rem;
  border-top: 0.0333rem solid #fff;
  border-left: 0.0333rem solid #fff;
  transform: rotate(-45deg);
}
.cases .cases-group .cases-btn.swiper-button-disabled {
  background: #f6f6f6;
}
.cases .cases-group .cases-btn.swiper-button-disabled:before {
  border-left-color: #000;
  border-top-color: #000;
}
.cases .cases-group .cases-btn.cases-btn-prev {
  margin-right: 0.1667rem;
}
.cases .cases-group .cases-btn.cases-btn-next {
  transform: rotateY(180deg);
}
.cases .cases-big-swiper .image {
  display: block;
}
/* ==================== 行业应用案例 end ==================== */
/* ==================== 服务热线 start ==================== */
.service-hotline2 {
  background: url(/images/lb.jpg) no-repeat center;
  background-size: cover;
  height: 4.4333rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-hotline2 > .zg-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-hotline2 .desc {
  text-align: center;
  margin-right: 4rem;
}
.service-hotline2 .desc h1 {
  font-size: 0.55rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.3333rem;
  font-weight:bold;
}
.service-hotline2 .desc .itembox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-hotline2 .desc .itembox .item {
  font-size: 0.3833rem;
  margin-right: 0.6667rem;
  color: #fff;
}
.service-hotline2 .desc .itembox .item:last-child {
  margin-right: 0;
}
.service-hotline2 .desc .itembox .item:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: url(/images/jj.png) no-repeat;
  display: inline-block;
  background-size: 100%;
}
/* ==================== 服务热线 end ==================== */
/* ==================== 四大优势 start ==================== */
.advantage {
  overflow: hidden;
}
.advantage .itembox .item {
  padding: 0.8333rem 0;
  /* padding-top:0; */
}
.advantage .itembox .item > .zg-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantage .itembox .item:nth-child(2n-1) .image-text {
  margin-right: 2.6667rem;
}
.advantage .itembox .item:nth-child(2n) {
  background: #f5f5f5;
}
.advantage .itembox .item:nth-child(2n) .image-text {
  margin-left: 2.6667rem;
}
.advantage .itembox .item:nth-child(2n) .image {
  order: -2;
}
.advantage .itembox .item .image-text {
  min-width: 0;
  flex-grow: 1;
}
.advantage .itembox .item .image-text .head {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 0.3333rem;
}
.advantage .itembox .item .image-text .head .num {
  width: 1.4333rem;
  height: 1.4333rem;
  background: url(/images/bj.png) no-repeat center;
  background-size: 100%;
  margin-right: 0.2167rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6333rem;
  line-height: 1;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  flex-shrink: 0;
  padding-right: 0.1667rem;
}
.advantage .itembox .item .image-text .head .head-text .title {
  font-size: 0.4rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  padding-right: 0.75rem;
  position: relative;
}
.advantage .itembox .item .image-text .head .head-text .title::before {
  content: "";
  display: block;
  width: 1.6667rem;
  height: 1px;
  background: #0089E2;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.advantage .itembox .item .image-text .body {
  padding-left: 1.3333rem;
}
.advantage .itembox .item .image-text .body p {
  position: relative;
  line-height: 1.8em;
  color: #666;
  font-size: 0.2667rem;
}
.advantage .itembox .item .image-text .body p:first-child ~ p {
  margin-top: 0.1667rem;
  margin-bottom: 0;
}
.advantage .itembox .item .image-text .body p::before {
  content: "";
  display: inline-block;
  width: 0.0667rem;
  height: 0.0667rem;
  background: #0089E2;
  vertical-align: middle;
  margin-right: 0.1167rem;
}
.advantage .itembox .item .image {
  width: 10rem;
  flex-shrink: 0;
}
/* ==================== 四大优势 end ==================== */
/* ==================== 合作优势 start ==================== */
.partner > .zg-box {
  max-width: 30rem;
}
.partner .partner-swiper .image {
  border: 1px solid #d9d9d9;
}
.partner .partner-swiper .swiper-pagination {
  position: static;
  margin-top: 0.5rem;
}
.partner .partner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.1667rem;
  height: 0.1667rem;
  background: #666;
  opacity: 1;
}
.partner .partner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0089E2;
}
/* ==================== 合作优势 end ==================== */
/* ==================== 关于我们 start ==================== */
.about {
  overflow: hidden;
  font-size: 0;
}
.about > .about-box {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.about .left,
.about .right {
  width: 50%;
  padding: 1.5333rem 0;
}
.about .left {
  padding-right: 1.5rem;
  background: url(/images/zb.jpg);
  display: flex;
  justify-content: flex-end;
}
.about .left > .left-box {
  width: 11rem;
}
.about .left h1 {
  font-size: 0.4333rem;
  line-height: 1;
  color: #fff;
}
.about .left h1::after {
  content: "";
  display: block;
  width: 1.4167rem;
  height: 0.05rem;
  background-color: #0089E2;
  margin-bottom: 0.5rem;
  margin-top: 0.6667rem;
}
.about .left .desc {
  line-height: 2em;
  margin-bottom: 0.8667rem;
  font-size: 15px;
  color: #fff;
}
.about .left .more > a {
  display: inline-block;
  font-size: 0.3rem;
  padding: 0.3rem 0.8333rem;
  background: #0089E2;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.about .right {
  padding-left: 1.5rem;
  background: #0089E2;
}
.about .right h1 {
  font-size: 0.4333rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.7667rem;
}
.about .right .image {
  width: 11.1667rem;
}
/* ==================== 关于我们 end ==================== */
/* ==================== 新闻资讯 start ==================== */
.news {
  padding-bottom: 1.6667rem;
}
.news > .zg-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.news .more {
  background: #e7730e;
  display: block;
  width: 1.25rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.2667rem;
  margin-right: 0.1667rem;
}
.news .left {
  width: 15.3333rem;
  border: 1px solid #d3d3d3;
}
.news .left .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #6797ce;
  height: 1rem;
  overflow: hidden;
}
.news .left .head ul {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news .left .head ul .item {
  font-size: 0.3667rem;
  color: #302d2d;
  padding: 0 0.7333rem;
  height: 100%;
  line-height: 1rem;
  background: #fff;
  cursor: pointer;
}
.news .left .head ul .item.active {
  color: #fff;
  background: #0089E2;
}
.news .left .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.4167rem 0.4167rem 0.5rem;
}
.news .left .list .news-item {
  display: block;
  transition: all 0.4s;
}
.news .left .list .news-item:hover {
  transform: translateX(-0.1667rem);
}
.news .left .list .news-item:hover .title {
  color: #0089E2;
}
.news .left .list .news-item:first-child ~ .news-item {
  margin-top: 0.3333rem;
}
.news .left .list .news-item .image {
  width: 100%;
  margin-bottom: 0.5rem;
}
.news .left .list .news-item .title {
  position: relative;
  font-size: 0.3rem;
  width:100%;
  line-height: 1;
  color: #302d2d;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #b7b7b7;
}
.news .left .list .news-item .title:before {
  content: ">";
  display: inline-block;
  color: #0089E2;
  vertical-align: middle;
  margin-right: 0.3333rem;
}
.news .left .list .left-list,
.news .left .list .right-list {
  width: 47%;
}
.news .left .list .left-list {
  margin-right: 6%;
}
.news .left .list .left-list .news-item:first-child:hover {
  transform: translateX(0);
}
.news .left .list .right-list {
  padding-top: 0.5rem;
}
.news .right {
  width: 8.1667rem;
  border: 1px solid #d3d3d3;
}
.news .right .head {
  height: 1rem;
  line-height: 1em;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #6fb8af;
  padding-left: 0.45rem;
}
.news .right .head .title {
  color: #333;
  font-size: 0.3667rem;
  line-height: 0.3667rem;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.news .right .head .title:before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 0.5rem;
  background: #0089E2;
  margin-right: 0.1667rem;
}
.news .right .qa-list {
  padding: 0.1667rem 0.3333rem 0;
}
.news .right .qa-list .qa-item {
  display: block;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #b7b7b7;
}
.news .right .qa-list .qa-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.news .right .qa-list .qa-item:first-child ~ .qa-item {
  margin-top: 0.25rem;
}
.news .right .qa-list .qa-item i {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.25rem;
  color: #fff;
  margin-right: 0.1667rem;
  font-style: inherit;
  flex-shrink: 0;
}
.news .right .qa-list .qa-item .q-title {
  display: flex;
  align-items: center;
  color: #0089E2;
  font-size: 0.3rem;
  margin-bottom: 0.1667rem;
  line-height: 1;
  min-width: 0;
}
.news .right .qa-list .qa-item .q-title:before {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.0833rem;
}
.news .right .qa-list .qa-item .q-title i {
  background: #0089E2;
  order: -1;
}
.news .right .qa-list .qa-item .a-desc {
  line-height: 1.6em;
  font-size: 0.2667rem;
  color: #333;
  display: flex;
  height:3.2em;
}
.news .right .qa-list .qa-item .a-desc i {
  background: #696969;
}
/* ==================== 新闻资讯 end ==================== */
/* ==================== 底部 start ==================== */
footer {
  background: url(/images/lb1.jpg) no-repeat center;
  background-size: cover;
  padding: 0.9167rem 0 0.5rem;
}
footer > .zg-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .left {
  flex-grow: 1;
  color: #fff;
  font-size: 0.2333rem;
  line-height: 1.4em;
}
footer .left a {
  color: inherit;
  font-size: inherit;
}
footer .left .address {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height:1.8;flex-wrap:wrap;
}
footer .left .copyright {
  line-height:1.8;
  margin-bottom: 0.3333rem;
  display: flex;
  justify-content: space-between;
}
footer .right {
  flex-shrink: 0;
  margin-left: 2.5rem;
}
footer .right .qr-image {
  width: 1.6667rem;
  margin-bottom: 0.2rem;
}
footer .right .qr-name {
  text-align: center;
  font-size: 0.2333rem;
  color: #fff;
  line-height: 1;
}
footer .friend{font-size:14px;display:flex;align-items:center;margin-top:20px;}
footer .friend h3{font-size:14px;}
footer .friend img{display:none;}
/* ==================== 底部 end ==================== */
@media screen and (min-width: 1600px) {
  /* pc端固定html标签文字大小(rem适配) */
  html {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 1600px) {
  .zg-box {
    padding: 0 0.8333rem;
  }
}
@media screen and (max-width: 751px) {
  .m-none,
  .pc-nav {
    display: none !important;
  }
  body {
    padding-top:0;
    margin-top: 60px;
  }
  .zg-box {
    padding: 30px 20px;
  }
  .keywords {
    display: none;
  }
  .zg-title {
    padding: 30px 0;
  }
  .zg-title h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .zg-title h2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 10px;
  }
  .section01 {
    padding-bottom: 0;
  }
  .section01 > .zg-box {
    padding-top: 0;
    padding-bottom: 15px;
    max-width:100%;
  }
  .section01 .itembox {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section01 .itembox .item {
    width: 33%;
    margin-bottom: 15px;
  }
  .section01 .itembox .item .image {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .section01 .itembox .item .image .img {
    width: 30px;
  }
  .section01 .itembox .item .name {
    font-size: 12px;
    line-height: 1.4em;
    padding: 0 5px;
  }
  .section01 .itembox .item .name p {
    display: inline;
  }
  .product {
    padding: 0;
  }
  .product .left {
    display: none;
  }
  .product > .zg-box {
    padding-top: 0;
  }
  .product .right .top {
    padding: 30px 20px;
    margin-bottom: 15px;
  }
  .product .right .top .product-swiper .item {
    flex-flow: column;
  }
  .product .right .top .product-swiper .product-desc {
    padding: 0;
  }
  .product .right .top .product-swiper .product-desc h1 {
    font-size: 16px;
  }
  .product .right .top .product-swiper .product-desc h1:after {
    margin: 15px 0;
    width: 30px;
    height: 2px;
  }
  .product .right .top .product-swiper .product-desc .desc {
    font-size: 12px;
    margin-bottom: 20px;
    max-width: auto;
  }
  .product .right .top .product-swiper .product-desc .zg-btn-group {
    justify-content: center;
  }
  .product .right .top .product-swiper .product-desc .zg-btn-group .zg-btn:first-child {
    margin-right: 10px;
  }
  .product .right .top .swiper-btn {
    display: none;
  }
  .product .right .top .product-swiper {
    margin-bottom: 0;
  }
  .product .right .bottom .name {
    padding: 5px 8px;
    font-size: 12px;
  }
  .service-hotline .zg-box {
    flex-flow: column;
  }
  .service-number {
    padding: 10px 10px;
  }
  .service-number .top {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .service-number .bottom {
    font-size: 22px;
  }
  .service-hotline {
    height: auto;
  }
  .service-hotline .desc {
    padding-left: 0;
    text-align: center;
  }
  .service-hotline .desc h1 {
    font-size: 18px;
    margin-top: 0px;
  }
  .service-hotline .desc h2 {
    line-height: 1.6em;
    font-size:12px;
  }
  .cases {
    padding: 0px 0 0;
  }
  .cases > .zg-box {
    flex-flow: column;
  }
  .cases .left {
    padding: 20px 15px;
    width: 100%;
  }
  .cases .left .cn {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cases .left .en {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cases .left .en::before {
    margin-bottom: 10px;
    height: 2px;
  }
  .cases .left .info {
    position: relative;
    width: 100%;
    padding: 20px 15px;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    max-width:100%;
  }
  .cases .left .desc {
    margin-bottom: 20px;
    font-size:12px;
  }
  .cases .right {
    width: 100%;
    display: none;
  }
  .cases .right .top {
    justify-content: flex-start;
    padding: 15px 0;
    border-top: 0;
  }
  .cases .right .top .item {
    display: block;
    padding: 10px 10px;
    width: 23.5%;
    margin: auto;
    margin-right: 2%!important;
    margin-left: 0;
  }
  .cases .right .top .item:nth-child(4n) {
    margin-right: 0!important;
  }
  .cases .right .top .item:nth-child(4n) ~ .item {
    margin-top: 2%!important;
  }
  .service-hotline2 {
    height: auto;
  }
  .service-hotline2 > .zg-box {
    flex-flow: column;
  }
  .service-hotline2 .desc {
    margin-right: 0;
  }
  .service-hotline2 .desc h1 {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 0;
    font-weight: 400;
  }
  .service-hotline2 .desc .itembox {
    flex-wrap: wrap;
    display: none;
  }
  .service-hotline2 .desc .itembox .item {
    font-size: 12px;
    margin-right: 10px;
  }
  .service-hotline2 .desc .itembox .item:before {
    width: 10px;
    height: 10px;
  }
  .service-number {
    order: -2;
    margin-bottom: 20px;
  }
  .zg-title02 {
    padding: 30px 15px;
  }
  .zg-title02 h1 {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  .zg-title02 .line {
    max-width: 100%;
  }
  .zg-title02 .line:after {
    width: 50px;
    margin-left: -25px;
  }
  .zg-title02 h2 {
    margin-top: 10px;
    font-size: 16px;
  }
  .advantage .itembox .item {
    padding: 0;
  }
  .advantage .itembox .item:first-child ~ .item {
    margin-top: 20px;
  }
  .advantage .itembox .item > .zg-box {
    padding: 0 15px;
    flex-flow: column;
  }
  .advantage .itembox .item:nth-child(2n-1) .image-text {
    width:100%;
    margin-right: 0;
  }
  .advantage .itembox .item .image-text .head .num {
    width: 40px;
    height: 40px;
    font-size: 16px;
    padding-right: 5px;
  }
  .advantage .itembox .item .image-text .head .head-text .title {
    padding-right: 0;
    font-size: 16px;
    width: 100%;
    padding-bottom: 10px;
  }
  .advantage .itembox .item .image-text .head .head-text .title::before {
    width: 50px;
  }
  .advantage .itembox .item .image-text .head {
    width: 100%;
  }
  .advantage .itembox .item .image-text .head .head-text {
    width: 100%;
  }
  .advantage .itembox .item .image-text .body {
    padding-left: 10px;
    font-size: 12px;
  }
  .advantage .itembox .item .image {
    width: 100%;
    margin-top: 15px;
  }
  .advantage .itembox .item:nth-child(2n) .image-text {
    margin-left: 0;
  }
  .advantage .itembox .item:nth-child(2n) .image {
    order: 2;
  }
  .advantage .itembox .item:nth-child(2n) {
    background: none;
  }
  .zg-title03 {
    padding: 30px 0;
    overflow: hidden;
    width: 100%;
  }
  .zg-title03 .en {
    font-size: 30px;
  }
  .zg-title03 .cn span {
    font-size: 20px;
  }
  .partner > .zg-box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .partner .partner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .partner .partner-swiper .swiper-pagination {
    margin-top: 15px;
  }
  .zg-title03 .cn span:before,
  .zg-title03 .cn span:after {
    width: 50px;
  }
  .zg-title03 .cn span:before {
    left: -50px;
  }
  .zg-title03 .cn span:after {
    right: -50px;
  }
  .about{padding-top:30px;}
  .about > .about-box {
    flex-flow: column;
  }
  .about .left {
    width: 100%;
    padding: 30px 20px;
  }
  .about .left h1 {
    font-size: 18px;
  }
  .about .left h1::after {
    margin: 20px 0 10px;
  }
  .about .left .desc {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .about .left .more {
    text-align: center;
  }
  .about .left .more > a {
    padding: 10px 20px;
    font-size: 12px;
  }
  .about .right {
    width: 100%;
    padding: 30px 20px;
  }
  .about .right .image {
    width: 100%;
  }
  .about .right h1 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
  .news {
    padding-bottom: 30px;
  }
  .news > .zg-box {
    padding: 0 20px;
    flex-flow: column;
  }
  .news .left,
  .news .right {
    width: 100%;
  }
  .news .more {
    display: none;
  }
  .news .left {
    margin-bottom: 20px;
  }
  .news .left .head {
    height: auto;
  }
  .news .left .head ul {
    height: 100%;
  }
  .news .left .head ul .item {
    padding: 10px 20px;
    font-size: 12px;
    line-height: inherit;
  }
  .news .left .list {
    padding: 10px;
  }
  .news .left .list .left-list {
    width: 100%;
    margin-right: 0;
  }
  .news .left .list .right-list {
    display: none;
  }
  .news .left .list .news-item .image {
    margin-bottom: 20px;
  }
  .news .left .list .news-item .title {
    padding-bottom: 10px;
    font-size: 12px;
  }
  .news .left .list .news-item:first-child ~ .news-item {
    margin-top: 10px;
  }
  .news .right .head {
    height: auto;
    padding: 8px 0;
    padding-left: 10px;
  }
  .news .right .head .title {
    font-size: 14px;
  }
  .news .right .head .title:before {
    width: 3px;
    height:25px;
    margin-right:10px;
  }
  .news .right .qa-list {
    padding: 20px 15px;
  }
  .news .right .qa-list .qa-item .a-desc {
    font-size: 12px;
  }
  .news .right .qa-list .qa-item .q-title {
    font-size: 14px;
  }
  footer {
    padding: 20px 20px;
  }
  footer > .zg-box {
    padding: 0;
    flex-flow: column;
  }
  footer .left .address {
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size:13px;
    line-height: 1.2em;
  }
  footer .left .address p {
    margin-bottom: 10px;
  }
  footer .left .address p:last-child {
    margin-bottom: 0;
  }
  footer .left .fenzhan{font-size:12px;}
  footer .right {
    margin-left: 0;
    display: none;
  }
  footer .left .copyright {
    flex-flow: column;
    align-items: center;
    line-height: 1.8em;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
  }
  footer .left .fenzhan {
    text-align: center;
    line-height: 1.8em;
  }
  .product .right .top .product-swiper .image-box .image{width:100%;}
  .product .right .top .product-swiper .product-desc .desc{max-width:100%;}
  .product .right .top .product-swiper .product-desc .zg-btn-group .zg-btn{font-size:12px;padding:6px 16px;}
  .service-number .icon{width:8px;height:8px;border-width:2px;}
  .service-number .top i{width:20px;height:20px;margin-right:5px;}
  .service-hotline .desc h1{margin-bottom:10px;}
  .cases .left .info .desc,
  .cases .left .info h2,
  .cases .left .info .option .more,
  .cases .left .info h1{font-size:12px;}
  .cases .cases-group{right:10px;bottom:10px;}
  .cases .cases-group .cases-btn{width:30px;height:20px;}
  .cases .left .en::before{width:30px;}
  .cases .left .info .image,
  .cases .left .info h1{margin-bottom: 20px;}
  .cases .left .info h2{margin-bottom:10px;}
  .cases .cases-group .cases-btn::before{width:8px;height:8px;border-width:1px;}
  .cases .left .info .desc{margin-bottom:15px;}
  .advantage .itembox .item .image-text .body p{font-size:12px;}
  .advantage .itembox .item .image-text .head{margin-bottom:15px;}
  .advantage .itembox .item .image-text .body p::before{width:4px;height:4px;margin-right:6px;}
  .partner > .zg-box{max-width:100%;}
  .about .left > .left-box{width:100%;}
  .news .right .qa-list .qa-item i{width:20px;height:20px;font-size:12px;line-height:20px;margin-right:10px;}
  .news .right .qa-list .qa-item .q-title{margin-bottom:10px;}
  .news .right .qa-list .qa-item{padding-bottom:12px;}
  .news .right .qa-list .qa-item:first-child ~ .qa-item{margin-top:12px;}
  footer .friend{margin-top:10px;font-size:12px;}
  footer .left{flex-flow:column;display:flex;}
}
@media screen and (min-width: 751px) {
  .pc-none,
  .mob-nav,
  .pc-none {
    display: none !important;
  }
}








.page-banner .nybt h3{font-size:0.6rem;}
#toolbar .online-one li.phone .tel-phone{display: flex;height:100%;justify-content: center;align-items: center;width:120px;}
@media screen and (min-width: 751px) {
  .page-wrap{padding-top:30px;}
}
@media screen and (max-width: 751px) {
  .page-product-detail-effect .big-img{pointer-events:none;}
  .page-banner .nybt h3{font-size:0.4rem;}
  .page-banner{
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .page-banner>img{
    max-width: 240%;
    width:240%;
  }
}

.page-banner .nybt{z-index:3;}
.page-banner .nybt h3{font-size:0.6rem;}
#toolbar .online-one li.phone .tel-phone{display: flex;flex-wrap:wrap;height:100%;justify-content: center;align-items: center;width:140px;}
.hr-ny-video{text-align: center;}
.hr-ny-video video{max-width:100%;width:700px;}
/* 产品详情 */
.hr-ny-product-desc{line-height:1.8;font-size:16px;color:#000;}
.page-banner .nybt{display:none;}
@media screen and (min-width: 751px) {
  /* .page-wrap{padding-top:30px;} */
  .easyzoom-flyout img{max-width:inherit;}
  .container{width:100%;max-width:1400px;}
}
@media screen and (max-width: 751px) {
  body{padding-bottom:0;padding-top:0;}
  .page-product-detail-effect .big-img{pointer-events:none;}
  .page-banner .nybt h3{font-size:20px;}
  .page-product-detail-effect .big-img a{height:auto;}
  .container2{padding-left:20px;padding-right:20px;}
  .page-product-detail-effect .big-img{height:auto;}
  .page-banner{
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .page-banner>img{
    max-width: 240%;
    width:240%;
  }
  .xypg-product-list,
  .xypg-case-list{display:flex;flex-wrap:wrap;}
  .xypg-product-list li,
  .xypg-case-list li{width:48%;margin:0;}
  .xypg-product-list li:nth-child(2n),
  .xypg-case-list li:nth-child(2n){margin-left:4%;}
  .xypg-product-list li:nth-child(2)~li,
  .xypg-case-list li:nth-child(2)~li{margin-top:4%;}
  .xypg-pagination>div{margin-bottom:10px;}
  .xypg-case-list li h3 a{padding-bottom:0;}
  .hr-ny-product-desc{line-height:1.8;font-size:14px;color:#000;}
  .xypg-news-list li{padding:15px;margin-bottom:15px;}
  .xypg-news-list li .more{text-align:center;margin-top:0px;}
  .xypg-news-list li .more span{width:90px;margin:0 auto;}
}
.mxw-link{position:relative;}
.mxw-link>.zg-box{overflow:visible;}
.mxw-link .mxw-link-list{color:#333;position:absolute;top:0;left:0;width:100%;transform:translateY(-100%);padding:10px;display:none;background: #fff;}
.mxw-link .mxw-link-list>.zg-box{padding-left:0;padding-right:0;}
.mxw-link .mxw-link-list a{font-size:14px;line-height:1.8;}
.mxw-link .mxw-link-list a:hover{color:#0089E2;}
.mxw-link .title{cursor:pointer;font-size:14px;line-height:1.8;}
.mxw-link .list{display:flex;align-items:center;justify-content:flex-start;}
.mxw-link .list a{font-size:16px;line-height:1.8;display:block;}
.mxw-link .list a:after,
.mxw-link .mxw-link-list a:after{content:"、";}
.mxw-link .list a:last-child:after,
.mxw-link .mxw-link-list a:last-child:after{display:none;}
@media screen and (max-width: 751px) {
  .mxw-link{display:none!important;}
}