﻿@charset "utf-8";
/* CSS Document

更多精品模板：http://www.bootstrapmb.com
 */
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: Arial, "微软雅黑";
  color: #666;
  overflow-x: hidden;
}
a {
  color: #666;
  text-decoration: none;
  outline: none;
}
a:active {
  star: expression(this.onFocus=this.blur());
}
img {
  border: 0px;
  vertical-align: middle;
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #fdd000;
  outline: none;
}
ul,
p,
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
}
li {
  list-style-position: outside;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}
h1 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear_f {
  clear: both;
  height: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  _display: inherit;
}

.h10 {
  height: 10px;
  overflow: hidden;
  clear: both;
}
.h30 {
  height: 30px;
  overflow: hidden;
  clear: both;
}
.h60 {
  height: 60px;
  overflow: hidden;
  clear: both;
}
.h70 {
  height: 70px;
  overflow: hidden;
  clear: both;
}
.h100 {
  height: 100px;
  overflow: hidden;
  clear: both;
}
input,
textarea {
  background: transparent;
  padding: 0px;
  font-size: 14px;
  font-family: Arial, "微软雅黑";
  color: #222222;
  outline: none;
  border: 0px;
}
em {
  font-style: normal;
}
.btn1 {
  cursor: pointer;
}
.red {
  color: #cb1f18;
}
.wal {
	width: 100%;
}
.wal.walwal {
	max-width: 15rem;
  margin: 0 auto;
}
.wal-inner {
	position: relative;
	height: 100%;
	display: flex;
  align-items: center;
  justify-content: space-between;
}
.wal2 {
  width: 16rem;
  height: 3.6rem;
  margin: 0.11rem auto;
  position: relative;
 	display: flex;
	align-items: center;
	justify-content: space-between;
}
.z-wal2 {
  width: 12rem;
  margin: 0px auto;
  position: relative;
  padding-top: 0.7rem;
}
.wal3 {
  max-width: 14.5rem;
  margin: 0 auto;
}
.wal4 {
  max-width: 14rem;
  margin: 0 auto;
}

@font-face {
  font-family: medium;
}
@font-face {
  font-family: bold;
}
@font-face {
  font-family: pingfang;
}
.wal1160 {
  width: 1160px;
  margin: 0 auto;
}

.w280 {
  width: 2.8rem;
}
.w378 {
  width: 3.78rem;
}
.w870 {
  width: 8.7rem;
}

.fangda {
  overflow: hidden;
}
.fangda img {
  transition: 2s;
  -moz-transition: 2s;
  -webkit-transition: 2s;
  -o-transition: 2s;
}
.fangda:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.line1_hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.line2_hidden {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line3_hidden {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ico_h {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.ico_h:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.ico_h:hover,
.ico_h:focus,
.ico_h:active {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.ico_h:hover:before,
.ico_h:focus:before,
.ico_h:active:before {
  opacity: 0.4;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.Phone-Box {
  display: none;
}

/*头部导航*/
.header {
  height: 45px;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 28;
  left: 0px;
  transition: all 0.3s ease-out 0s;
}
.header .wal {
  height: 100%;
  position: relative;
	z-index:30;
	padding: 0 2rem;
	box-sizing: border-box;
}
.header.mini .wal {
  //background: #fff;
  z-index: 99;
}


.sortbar-fixed {
  position: fixed;
  z-index: 99;
  background: #ffffff;
	transition: .2s all linear;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}

.sortbar-fixed.z-header-focus .nav li a,
.sortbar-fixed:hover .nav li a {
	color: #222222;
}

.sortbar-fixed .nav li a {
  color: #fff;
	transition: .2s all linear;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 0 0.24rem;
  display: flex;
  align-items: center;
}
.sortbar-fixed .img1 {
  display: none !important;
}
.sortbar-fixed .img2 {
  display: inline-block !important;
}

.header .logo {
 	width: 144px;
  height: 30px;
	background: url(../images/logo4-sd.png) center no-repeat;
	background-size: 100% 100%;
}
/*.header .logo img{ width: 2.08rem; }*/
.header .logo img {
	height: 0.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header .logo .img2 {
  display: none;
}

.header.mini .logo .img1 {
  display: none;
}
.header.mini .logo .img2 {
  display: inline-block;
}

.header .topRight {
  display: flex;
  align-items: center;
}
.nav {
  height: 100%;
}
.nav li {
  position: relative;
	display: flex;
  align-items: center;
  justify-content: center;
}
.nav li a {
  display: block;
  color: #fff;
  position: relative;
	white-space: nowrap;
}
.nav li.aNow1 {
	background: #ffdd42;
}
.nav li:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  bottom: 20px;
  left: 6px;
  transition: 0.24s linear all;
  background: #dd9e2a;
  opacity: 0;
  border-radius: 2px;
}
.nav li.aNow1:after {
	left: 0.12rem;
	opacity: 1;
}
.nav.mini a {
  //color: #fff !important;
}
.nav.mini .sNavA.aNow1 a {
	color: #222222 !important;
}
.topSearch {
  position: relative;
	cursor: pointer;
}
.topSearch img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}
.topSearch .img2 {
  display: none;
}
.topSearch.mini .img1 {
  display: none;
}
.topSearch.mini .img2 {
  display: inline-block;
}

.topSearch input {
	padding: 0 15px;
  height: 28px;
  line-height: 28px;
  background: #f7f7f7;
  border-radius: 14px;
  width: 150px;
  transition: .2s linear all;
  color: #222222;
  font-size: 14px;
  border: 1px solid #d3d3d3;
}
.header .lan {
  height: 0.36rem;
  width: 0.36rem;
  line-height: 0.36rem;
  padding-left: 0.24rem;
  position: relative;
}
.header .lan img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header .lan .img2 {
  display: none;
}
.header.mini .lan .img1 {
  display: none;
}
.header.mini .lan .img2 {
  display: inline-block;
}

.headDiv {
  height: 1rem;
  position: relative;
  z-index: 15;
  background: #fff;
}
.headDiv .logo {
  position: absolute;
  left: 0.2rem;
  top: 0.35rem;
}
.headDiv .logo img {
  width: 2.08rem;
}
.headDiv .topRight {
  position: absolute;
  right: 0.84rem;
}
.headDiv .topRight li {
  float: left;
  width: 0.54rem;
  height: 1rem;
}
.headDiv .topRight li a {
  display: block;
  height: 1rem;
  line-height: 1rem;
}
.headDiv .topRight li img {
  width: 0.25rem;
}

.header .lan .list {
  position: absolute;
  top: 0.35rem;
  right: -0.2rem;
  display: none;
  width: 1.14rem;
  background: #fff;
  height: 0.8rem;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.header .lan .list li {
  font-size: 0.14rem;
  line-height: 0.36rem;
  padding-left: 0.17rem;
}
.header .lan .list li a {
  display: block;
  color: #a4a5a5;
}
.header .lan .list li.selected a {
  font-weight: bold;
  color: #fdd000 !important;
}
.header .lan .list li a:hover {
  color: #777777;
}

.navIco {
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 0;
  height: 1rem;
  text-align: center;
  width: 0.64rem;
  line-height: 1rem;
}
.navIco img {
  width: 0.35rem;
}

.ul-nav {
  display: flex;
	height: 100%;
}

#cpzx.sNav{
	height: 4rem;
}

.sNav {
  z-index: 99999999999999;
  display: none;
  position: fixed;
  z-index: 18;
  width: 100%;
  left: 0px;
  top: 45px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	border-top: 1px solid #dddddd !important;
	background: #ffffff;
}
.sNav .leftImg {
  overflow: hidden;
	border-radius: 4px;
}
.sNav .leftImg img {
  width: 3.6rem;
}
.z-card-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #222222;
}
.sNav .midDiv {
  width: 70%;
  align-self: flex-start;
  margin-top: 0.4rem;
}
.sNav .msg {
	font-size: 0.16rem;
	color: #777777;
  line-height: 0.38rem;
}
.sNav .wen {
  font-size: 0.16rem;
  color: #dbdada;
  padding: 0.15rem 0 0.25rem;
}
.sNav .btnDiv a {
  position: relative;
  display: block;
  width: 1.62rem;
  height: 0.44rem;
  background: #fdd000;
  color: #fff;
  line-height: 0.44rem;
  text-indent: 0.24rem;
  font-weight: bold;
  font-size: 12px;
}
.sNav .btnDiv a:after {
  content: "";
  width: 40px;
  height: 9px;
  background: url(../images/nimg40_1.png) center no-repeat;
  background-size: 0.4rem;
  right: 0.28rem;
  top: 0.15rem;
  position: absolute;
}
.sNav .list {
	margin-top: 0.3rem;
}
.sNav .list ul {
  display: flex;
  flex-wrap: wrap;
}
.sNav .list li {
  position: relative;
	height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.17rem;
  margin-bottom: 0.3rem;
  flex: 0 0 33.33%;
  padding-right: 0.5rem;
  box-sizing: border-box;
}
.sNav .list li a {
  padding-left: 0.16rem;
  display: block;
  position: relative;
  color: #666666;
  border-bottom: 1px solid #666666;
 	transition: .1s linear all;
}
.sNav .list li i {
	position: absolute;
  top: 0;
  right: 0.6rem;
	transition: .1s linear all;
	color: #666666;
	transform: rotate(-90deg)
}
.sNav .list li a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
  width: 4px;
  height: 4px;
  background: #666666;
	transition: .1s linear all;
	border: 1px solid transparent;
}
.sNav .list li a:hover {
	border-bottom: 1px solid #222222;
	color: #222222;
}
.sNav .list li a:hover:before {
	background: #fdd000;
  transform: scale(1.5);
  border: 1px solid #000000;
  border-radius: 50%;
}
.sNav .list li a:hover + i {
	color: #222222;
	right: 0.5rem;
}

/*导航菜单触发*/
.navLayer {
  overflow-x: auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 22;
  right: -100%;
  top: 0px;
}
.navLayer .bg {
  overflow-x: auto;
  position: relative;
  background: #fff;
  height: 100%;
  width: 100%;
}
.navLayer .toptop {
  padding: 0 0.2rem;
  height: 1rem;
  position: relative;
}
.navLayer .logo {
  position: absolute;
  left: 0.2rem;
  top: 0.35rem;
}
.navLayer .logo img {
  width: 2.08rem;
}
.navLayer .closeBtn {
  width: 0.64rem;
  height: 1rem;
  position: absolute;
  top: 0px;
  right: 0.2px;
  text-align: center;
  line-height: 1rem;
}
.navLayer .closeBtn img {
  width: 0.27rem;
}
.sideNav {
  padding: 0.15rem 0.2rem 0.5rem;
}
.subNav {
  cursor: pointer;
  display: block;
  height: 1rem;
  line-height: 1rem;
  position: relative;
  font-size: 0.34rem;
  border-bottom: #eee solid 1px;
}
.subNav1 {
  background: url(../images/nimg53_2.png) right center no-repeat;
  background-size: 0.53rem;
  color: #2c2c2c;
}
.subNav:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1px;
  background: #fdd000;
  position: absolute;
  left: 0px;
  bottom: -1px;
}
.subNav .name {
  position: relative;
}
.subNav a {
  color: #706f6d;
  display: block;
}
.currentDt {
  background: url(../images/nimg53_2on.png) right center no-repeat;
  background-size: 0.53rem;
}
.navContent {
  display: none;
}
.navContent a {
  display: block;
  height: 1rem;
  line-height: 1rem;
  color: #666;
  font-size: 0.28rem;
  border-bottom: #eee solid 1px;
}

.searchLayerTel {
  display: none;
  z-index: 22;
  top: 1rem;
  left: 0px;
  width: 100%;
  position: fixed;
}
.searchLayerTel .box {
  padding: 0.3rem 0.36rem;
}
.searchLayerTel .box .form {
  padding-right: 1.3rem;
  position: relative;
}
.searchLayerTel .form .input1 {
  width: 100%;
  background: #fff;
  border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  height: 0.8rem;
  line-height: 0.8rem;
  text-indent: 0.2rem;
  font-size: 0.24rem;
}
.searchLayerTel .form .btn1 {
  border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #fdd000;
  text-align: center;
  width: 1.3rem;
  height: 0.8rem;
  cursor: pointer;
  color: #fff;
  font-size: 0.28rem;
}

.pageBg {
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
}

.pagecontent .pagebox {
  padding-top: 100px;
  padding-bottom: 150px;
}

.footDiv {
	//background: #f9f9f9 url(../images/footer-bg.png) center no-repeat;
	background: #252525;
	background-size: 100% 100%;
}
.footDiv .bigBox {
  padding: 0.8rem 0.7rem;
	display: flex;
  justify-content: center;
}
.footDiv .leftDiv {
  width: 2.8rem;
}
.footDiv .leftDiv li {
  font-size: 0.18rem;
  font-weight: bold;
}
.footDiv .leftDiv li a {
  display: block;
  color: #fff;
  padding-bottom: 0.32rem;
}
.footDiv .leftDiv li a:hover {
  color: #f70401;
}
.footNav {
  width: auto;
}
.footNav li {
  float: left;
  width: 1.78rem;
}
.footNav li:last-child {
  width: auto;
}
.footNav li h2 {
  font-size: 0.16rem;
  font-weight: normal;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.footNav dd {
  line-height: 0.3rem;
  font-size: 0.14rem;
}
.footNav dd a {
  color: #b3b3b3;
	padding: 0.03rem;
}
.footNav dd a:hover {
  color: #fdd000;
}
.footDiv .rightDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 0.4rem;
  justify-content: center;
}
.footDiv .ewm {
  text-align: right;
}
.footDiv .ewm img {
  box-shadow: 0 0 20px #ddd;
}
.footDiv .share {
  padding-top: 0.3rem;
}
.footDiv .share li {
  float: left;
  margin-left: 0.15rem;
}
.footDiv .share li img {
  width: 0.35rem;
}
.footDiv .share li .img1 {
  display: none;
}
.footDiv .share li:hover img {
  display: none;
}
.footDiv .share li:hover .img1 {
  display: inline-block;
}
.footDiv .tel {
  font-size: 0.24rem;
  color: #ffffff;
  padding-top: 0.4rem;
}
.footDiv .address {
  color: #b3b3b3;
  font-size: 0.14rem;
	margin: 4px 0;
}
.footDiv .z-emil {
  color: #b3b3b3;
}
.footDiv .msg {
  font-size: 12px;
  color: #b8b8b8;
  padding-top: 0.26rem;
  text-align: right;
  text-transform: uppercase;
}
.footDiv .msg a {
  color: #b8b8b8;
}
.footDiv .msg a:hover {
  color: #fdd000;
}
.footDiv a {
  color: #8f8f8f;
}
.footDivTel {
  border-top: 3px solid #f70502;
  background: #00589e url(../images/map.3a2479d1.png) center no-repeat;
  padding: 0.7rem 0.2rem 0.6rem;
}
.footDivTel .txt1 {
  font-weight: bold;
  color: #fff;
  font-size: 0.36rem;
  text-align: center;
  padding-bottom: 0.1rem;
}
.footDivTel .txt2 {
  font-size: 0.24rem;
  color: #bdbcbc;
  text-align: center;
  height: 0.5rem;
  position: relative;
}
.footDivTel .txt2:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.08rem;
  width: 0.16rem;
  height: 1px;
  background: #fdd000;
  bottom: 0;
}
.footDivTel .tel {
  color: #fff;
  text-align: center;
  font-size: 0.48rem;
  font-weight: bold;
  padding: 0.15rem 0 0.1rem;
}
.footDivTel .address {
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  padding-bottom: 0.25rem;
}
.footDivTel .ewm {
  margin: 0 auto;
  width: 1.33rem;
}
.footDivTel .ewm img {
  width: 1.33rem;
}
.footDivTel .share {
  text-align: center;
  padding: 0.28rem 0;
}
.footDivTel .share li {
  display: inline-block;
  margin: 0 0.08rem;
}
.footDivTel .share li img {
  width: 0.35rem;
}
.footDivTel .share li .img1 {
  display: none;
}
.footDivTel .share li:hover img {
  display: none;
}
.footDivTel .share li:hover .img1 {
  display: inline-block;
}
.footDivTel .msg {
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #fff;
  padding-top: 0.05rem;
  text-align: center;
  text-transform: uppercase;
}
.footDivTel .msg a {
  color: #b8b8b8;
}
.banquan {
  text-align: center;
  font-size: 0.15rem;
  border-top: 1px solid #3a3a3a;
  padding: 0.3rem 0 0.3rem 0;
	display: flex;
  justify-content: center;
  align-items: center;
}
.banquan a {
	display: flex;
	letter-spacing: 2px;
}
.pageBanner {
  position: relative;
  margin-top: 45px;
}

.pageBanner .imgDiv {
  position: relative;
	overflow: hidden;
	padding-bottom: 26.3%;
}

.pageBanner .imgDiv img {
  width: 100%;
	height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageBanner .imgDiv img.z-filter {
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(10px);
}


.pageBanner .botDiv {
  position: absolute;
  left: 50%;
  margin-left: -7rem;
  bottom: 0px;
  width: 14rem;
  height: 0.7rem;
  background: #fff;
}
.pageBanner .botDiv:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.03rem;
  background: #efefef;
}
.pageNav {
  height: 40px;
  padding-left: 0.5rem;
}
.pageNav li {
  position: relative;
  float: left;
  font-weight: bold;
}
.pageNav li a {
  display: block;
  height: 40pxm;
  line-height: 40px;
  color: #525252;
  position: relative;
	cursor: pointer;
	position: relative;
}
.pageNav li a span {
	position: absolute;
  padding: 2px 4px;
  background: #e7e7e7;
  top: 0.14rem;
  left: 100%;
  display: block;
  line-height: 1;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.pageNav li em {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.03rem;
  background: #fdd000;
  display: none;
  z-index: 2;
}
.pageNav li .aNow + em,
.pageNav li a:hover em {
  display: block;
}
.pageBanner .rightDiv {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  background: #f3f5fa;
}
.pageBanner .rightDiv:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.03rem;
  background: #dee8ee;
  z-index: 2;
}
.pageBanner .layer {
  position: absolute;
  left: 0px;
  top: 0.7rem;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.pageBanner .layer .name {
  margin: 0 auto;
  display: inline-block;
  padding: 0 0.4rem;
  height: 1.28rem;
  border-image: url(../images/nimg210Bg.png);
  border-image-slice: 6;
  border-image-width: auto;
  font-size: 0.36rem;
  color: #fff;
  line-height: 1.28rem;
}
.pageBanner .layer .nameImg {
  font-weight: bold;
  background-image: -webkit-linear-gradient(bottom, #4bbff9, #33a7eb, #1085d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.4rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #ccc;
  font-family: Arial Black, Arial;
  color: #1c79c6;
  height: 0.76rem;
  padding: 0.12rem 0;
  position: relative;
}
.pageBanner .layer .nameImg img {
  height: 0.47rem;
}
.pageBanner .layer .nameImg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.23rem;
  width: 0.46rem;
  height: 0.04rem;
  background: #fdd000;
}


.z-page-navbar .botDiv {
  position: relative;
  height: 40px;
	width: 100%;
  background: #222222;
}
.z-page-navbar .botDiv:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.03rem;
  background: #181818;
}
.pageNav {
  height: 40px;
  padding-left: 0.5rem;
}
.pageNav li {
  position: relative;
  float: left;
  font-weight: bold;
}
.pageNav li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  position: relative;
	cursor: pointer;
	position: relative;
	padding: 0 0.21rem;
	transition: .2s linear all;
	font-weight: normal;
}
.pageNav li a span {
	position: absolute;
  padding: 2px 4px;
  background: #3f3f3f;
  top: 0;
  left: 100%;
  display: block;
  line-height: 1;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.pageNav li em {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.03rem;
  background: #977e0a;
  display: none;
  z-index: 2;
}
.pageNav li a.aNow {
	background: #fdd000;
	color: #333333 !important;
	font-weight: bold;
}
.pageNav li a:hover {
	color: #fdd000;
}
.pageNav li .aNow + em,
.pageNav li a:hover em {
  display: block;
}
.z-page-navbar .rightDiv {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  background: #292929;
}
.z-page-navbar .rightDiv:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.03rem;
  background: #181818;
  z-index: 2;
}
.z-page-navbar .layer {
  position: absolute;
  left: 0px;
  top: 2rem;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.z-page-navbar .layer .name {
  margin: 0 auto;
  display: inline-block;
  padding: 0 0.4rem;
  height: 1.28rem;
  border-image: url(../images/nimg210Bg.png);
  border-image-slice: 6;
  border-image-width: auto;
  font-size: 0.36rem;
  color: #fff;
  line-height: 1.28rem;
}
.z-page-navbar .layer .nameImg {
  font-weight: bold;
  background-image: -webkit-linear-gradient(bottom, #4bbff9, #33a7eb, #1085d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.4rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #ccc;
  font-family: Arial Black, Arial;
  color: #1c79c6;
  height: 0.76rem;
  padding: 0.12rem 0;
  position: relative;
}
.z-page-navbar .layer .nameImg img {
  height: 0.47rem;
}
.z-page-navbar .layer .nameImg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.23rem;
  width: 0.46rem;
  height: 0.04rem;
  background: #fdd000;
}

.pageNow {
  padding-left: 0.34rem;
	padding-right: 0.34rem;
  height: 40px;
	display: flex;
  align-items: center;
}
.pageNow a {
  color: #ffffff;
  background: url(../images/nimg5_1.png) left center no-repeat;
  background-size: 0.05rem;
  padding: 0 0.12rem 0 0.19rem;
}
.pageNow a:hover {
  color: #fdd000;
}
.pageNow em {
  background: url(../images/nimg5_1.png) left center no-repeat;
  background-size: 0.05rem;
  padding: 0 0.12rem 0 0.19rem;
  color: #ffffff;
	max-width: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.pageNow img {
  padding-right: 0.12rem;
  position: relative;
  top: -0.02rem;
}

.pageBannerTel {
  display: none;
  position: relative;
}
.pageBannerTel .imgDiv img {
  width: 100%;
}
.pageBannerTel .txt {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -1.05rem;
  top: 50%;
  margin-top: -0.64rem;
  width: 2.1rem;
  height: 1.28rem;
  background: url(../images/nimg210Bg.png) center no-repeat;
  background-size: 2.1rem;
  font-size: 0.36rem;
  color: #fff;
  line-height: 1.28rem;
}

.pageBox {
  position: relative;
	background: #f5f5f5;
}
.grayBg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4.2rem;
  z-index: 1;
}
.treflip {
  width: 14rem;
  background: #ffffff;
  padding: 0 0 0.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.treflip.z-class0,
.treflip.z-class1,
.treflip.z-class2{
	background: #efefef;
}
.treflip2 {
  padding: 0.84rem 0 0;
}
.treflip3 {
  padding: 0;
}

.pageTitle {
  padding-bottom: 0.3rem;
}
.pageTitle .title1 {
  font-size: 0.36rem;
  color: #fdd000;
  display: inline-block;
  margin-bottom: 0.2rem;
  font-family: medium;
  text-transform: uppercase;
}
.pageTitle .title2 {
  font-size: 0.22rem;
  color: #222222;
}

.pageTitleTel {
  height: 0.98rem;
  background: #fdd000;
  position: relative;
  display: none;
}
.sideTitleTel {
  width: 100%;
  height: 0.98rem;
  position: absolute;
  left: 0px;
  top: 0px;
}
.sideTitleTel .con {
  font-size: 0.3rem;
  height: 0.98rem;
  line-height: 0.98rem;
  position: relative;
  padding-right: 10px;
}
.sideTitleTel .con a {
  color: #fff;
  display: block;
  height: 0.98rem;
  padding-left: 0.2rem;
  background: url(../images/limg65_1.png) right center no-repeat;
  background-size: 0.65rem;
}
.sideTitleTel .con.on a {
  background: url(../images/limg65_1on.png) right center no-repeat;
  background-size: 0.65rem;
}
.sideTitleNav {
  position: absolute;
  top: 0.98rem;
  z-index: 10;
  width: 100%;
  background: #fff;
  display: none;
  box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
  -webkit-box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
}
.sideTitleNav li {
  font-size: 0.26rem;
  height: 0.82rem;
  border-bottom: #d7d7d7 solid 1px;
}
.sideTitleNav li a {
  display: block;
  height: 0.82rem;
  line-height: 0.82rem;
  padding-left: 0.4rem;
  color: #666;
}
.sideTitleTel .con em {
  display: block;
  color: #fff;
  padding-left: 0.4rem;
}

.headDiv .logo {
  top: 50%;
  transform: translateY(-50%);
}
/*分页*/
.pageNum {
  text-align: center;
}
.pageNum a {
  margin: 0 0.1rem;
  display: inline-block;
  color: #353535;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #eee;
  padding: 0 0.19rem;
  font-size: 0.13rem;
}
.pageNum a:hover,
.pageNum .aNow {
  background: #038ad4;
  color: #fff;
}

.pageMore {
  display: none;
  padding: 0.2rem 0;
}
.pageMore a {
  display: block;
  color: #fff;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.36rem;
  background: #fdd000;
  width: 100%;
}

.topA {
  z-index: 5;
  position: fixed;
  right: 50%;
  margin-right: -8.3rem;
  bottom: 70px;
  display: none;
  width: 34px;
  height: 34px;
  background: #fdd000;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 10px #ddd;
}

.tabContent {
  display: none;
}
.tab li {
  cursor: pointer;
}
.tabContent2 {
  display: none;
}
.tab2 li {
  cursor: pointer;
}
.tabContent3 {
  display: none;
}
.tab3 dd {
  cursor: pointer;
}

.cd-top {
  /* image replacement properties */
  overflow: hidden;

  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 1;
}

#Layer1 {
  position: absolute;
  position: fixed;
  _position: absolute;
  width: 100%;
  z-index: 111;
  top: 0;
  left: 0px;
  background-color: #000;
  display: none;
}

.selectDiv {
  cursor: pointer;
}
.selectDiv span {
  padding-left: 10px;
}
.selectDiv select {
  display: none;
}
/**/
.selectLayer {
  position: absolute;
  z-index: 100;
  display: none;
  background: #fff;
  border: #bababa solid 1px;
}
.selectLayer li {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding-left: 10px;
  color: #666;
}

@-webkit-keyframes detailsNavList {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@-moz-keyframes detailsNavList {
  0% {
    opacity: 0;
    -moz-transform: translateX(70px);
    transform: translateX(70px);
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@-o-keyframes detailsNavList {
  0% {
    opacity: 0;
    -o-transform: translateX(70px);
    transform: translateX(70px);
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
}
@keyframes detailsNavList {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes shieldingEnter {
  0% {
    height: 0;
  }
  100% {
    height: 183px;
  }
}
@-moz-keyframes shieldingEnter {
  0% {
    height: 0;
  }
  100% {
    height: 183px;
  }
}
@-o-keyframes shieldingEnter {
  0% {
    height: 0;
  }
  100% {
    height: 183px;
  }
}
@keyframes shieldingEnter {
  0% {
    height: 0;
  }
  100% {
    height: 183px;
  }
}

.product-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-right: -2%;
  margin-bottom: 0.5rem;
}
.product-list li {
  width: 32%;
  float: left;
  margin: 20px 2% 20px 0;
}

.product-list li figure {
  background: none;
  /*height: 386px;
	width: 386px;*/
  display: block;
  line-height: normal;
  overflow: hidden;
  position: relative;
  border: 1px #cecece solid;
  margin: 0;
}
.product-list li:nth-child(3n) {
  margin-right: 0;
}
.product-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 424ms linear;
}

.product-list li figcaption {
  display: block;
  color: #5d5d5d;
  font-size: 14px;
  line-height: normal;
  margin-top: 20px;
  transition: 350ms;
  text-align: center;
}

.product-box .product-down {
  float: left;
}

.product-list li figure mark {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(0, 117, 207, 0.2);
  background: #a1301e\9;
  filter: alpha(opacity=20);
  z-index: 20;
  opacity: 0;
  transform: skewX(45deg);
  visibility: hidden;
  transition: 360ms;
}

.product-list li figure mark b {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -23px;
  z-index: 30;
}

.product-list li figure mark b:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fdd000;
  position: absolute;
  left: 0;
  top: 23px;
  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
}

.product-list li figure mark b:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fdd000;
  position: absolute;
  left: 23px;
  top: 0;
  transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
}

.product-list li figure mark:before {
  content: "";
  width: 100%;
  height: 0%;
  border-left: 3px solid #fdd000;
  border-right: 3px solid #fdd000;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  transition: 320ms;
}

.product-list li figure mark:after {
  content: "";
  width: 0%;
  height: 100%;
  border-top: 3px solid #fdd000;
  border-bottom: 3px solid #fdd000;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  transition: 320ms;
}

.product-list li:hover figure mark {
  opacity: 1;
  transform: skewX(0);
  visibility: visible;
}

.product-list li:hover figure mark:before {
  height: 100%;
  transition: 330ms 200ms;
}

.product-list li:hover figure mark:after {
  width: 100%;
  transition: 330ms 200ms;
}

.product-list li:hover figure img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.product-list li:hover figure mark b:before {
  transition: 355ms 180ms;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}

.product-list li:hover figure mark b:after {
  transition: 355ms 240ms;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.product-list li:hover figcaption {
  color: #fdd000;
}

.vidbacking {
  width: 100%;
  object-fit: fill;
  /* 解决视频黑边问题 */
  mix-blend-mode: darken;
}

.z-child-nav {
  display: flex;
  padding-left: 0.5rem;
}

.z-child-nav li {
  margin-right: 0.1rem;
  margin-top: 0.1rem;
}

.z-child-nav li a {
  display: inline-block;
  font-weight: bold;
  padding: 0.08rem 0.15rem;
  border: 1px solid #ededed;
  /* border-radius: 3px; */
  transition: 0.1s linear all;
}

.z-child-nav li a:hover {
  color: #fdd000;
  border-color: #fdd000;
}

.z-child-nav li a:active,
.z-child-nav li a.aNoww {
  background-color: #fdd000;
  color: #ffffff;
  border-color: #fdd000;
}




.z-index-content-block * {
	box-sizing: border-box;
}

.z-index-content-block {
  min-height: 300px;
  padding-top: 5%;
  padding-bottom: 7%;
}
.z-index-content-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1580px;
  margin-bottom: 4%;
  align-items: flex-end;
  justify-content: space-between;
}
.z-block1-left {
  flex: 0 0 60%;
}
.z-block1-rihgt {
  flex: 1;
  align-self: center;
}
.z-block-title1 {
  font-size: 0.36rem;
  color: #fdd000;
}
.z-block-title2 {
  font-size: 0.26rem;
  color: #222222;
}
.z-block-desc {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-align: right;
}
.z-index-content-body {
  width: 92%;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.z-accordion-container {
  flex: 1;
  display: flex;
  justify-content: space-between;
	box-shadow: 0 0 10px #dbdbdb;
}
.z-accordion-item {
  height: 50vh;
  flex: 1;
  border-left: 1px solid #d7d7d7;
  transition: 0.4s all ease-out;
  position: relative;
  font-size: 0;
}

.z-accordion-img1 {
  background: url("../images/product-type-bg1.jpg") no-repeat center;
}
.z-accordion-img2 {
  background: url("../images/product-type-bg2.jpg") no-repeat center;
}
.z-accordion-img3 {
  background: url("../images/product-type-bg3.jpg") no-repeat center;
}
.z-accordion-img4 {
  background: url("../images/product-type-bg4.jpg") no-repeat center;
}

.z-accordion-item:first-child {
  border-left: none;
}
/* .z-accordion-item::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
} */

.z-accordion-item.z-activated {
  z-index: 2;
}

.z-accordion-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.z-accordion-box .z-accordion-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  word-break: break-all;
  width: 25px;
  top: 5vh;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  transition: 0.2s linear all;
}
.z-accordion-box .z-accordion-title i {
  font-size: 40px;
  margin-top: 10px;
}
.z-accordion-item.z-activated .z-accordion-box .z-accordion-title {
  opacity: 0;
  top: 6vh;
}
.z-accordion-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
  display: flex;
  opacity: 0;
  transition: 0.2s linear all;
}
.z-accordion-content .z-left {
  border-right: 1px #ffffff47 solid;
  padding: 0 25px 0 30px;
  height: 100%;
  cursor: pointer;
}
.z-accordion-content .z-left a {
  word-break: break-all;
  width: 25px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #fdd000;
  padding-top: 5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.z-accordion-content .z-left a i {
  font-size: 30px;
  margin-top: 10px;
}
.z-accordion-item.z-activated .z-accordion-content {
  opacity: 1;
}
.z-accordion-content .z-right {
  position: relative;
}
.z-class-list {
  position: relative;
  overflow: auto;
  height: 100%;
  padding: 5vh 0.4rem 0 0.4rem;
}
.z-class-list li a {
  color: #ffffff;
  text-decoration: none;
}
.z-class-list li {
  font-size: 15px;
  line-height: 35px;
  color: #ffffff;
  list-style: none;
  cursor: pointer;
}
.z-class-list li:hover {
  list-style: circle;
}
.z-index-content-block.z-index-content-bg {
  background: url("../images/index-content-bg.jpg") no-repeat center;
  background-size: 100% 101%;
}
.z-index-content-block.z-index-content-bg .z-block-title1 {
  //color: #ffffff;
}
.z-index-content-block.z-index-content-bg .z-block-title2 {
  color: #ffffff;
}
.z-index-content-block.z-index-content-bg .z-block-desc {
  color: #dedfe3;
}

.z-aboutus-box {
  display: flex;
  background: #181818;
  border-radius: 20px;
  box-shadow: 2px 2px 40px #000000, 0px 0px 8px #3c3c3c inset;
}
.z-aboutus-item {
  position: relative;
  top: 0;
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  padding: 4% 2.8%;
  align-items: center;
  transition: 0.3s linear all;
  cursor: default;
	box-sizing: border-box;
}
.z-aboutus-item .z-aboutus-icon {
  width: auto;
  margin-bottom: 0.5rem;
  transform: rotateY(0deg);
  transition: 0.4s linear all;
}
.z-aboutus-item .z-aboutus-title {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #ffffff;
}
.z-aboutus-item .z-aboutus-desc {
  font-size: 15px;
  color: #d7d7d7;
  line-height: 26px;
  min-height: 105px;
  text-align: left;
}
.z-aboutus-item:hover {
  top: -10px;
}
.z-aboutus-item:hover .z-aboutus-icon {
  transform: rotateY(180deg);
}
.z-aboutus-footer {
  overflow: hidden;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -6%;
}
.z-aboutus-footer img {
  width: 100%;
}
.z-wave-btn {
	display: block;
  position: relative;
  width: 150px;
  line-height: 44px;
  font-size: 16px;
  border-radius: 50px;
  color: #696969;
	font-weight: bold;
  border: 2px solid #696969;
  text-align: center;
  cursor: pointer;
  transition: 0.2s linear all;
  cursor: pointer;
  overflow: hidden;
}
.z-wave-btn::before,
.z-detail-btn::before,
.z-userinfo-submit-btn::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 100%;
  border-radius: 50%;
}
@keyframes style1 {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }

  to {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.z-wave-btn:hover::before,
.z-detail-btn:hover::before,
.z-userinfo-submit-btn:hover::before{
  animation: style1 0.75s;
}
.z-wave-btn:hover {
  background: #fdd0001f;
  color: #fdd000;
  border-color: #fdd000;
}

.z-index-news-container {
  display: flex;
  width: 100%;
}
.z-index-news-container .z-news-item {
  width: 25%;
  list-style: none;
}
.z-index-news-container .z-news-box {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  transition: 0.2s linear all;
}
.z-index-news-container .z-news-box:hover {
  border-color: #222222;
}
.z-index-news-container .z-news-box:hover .z-news-title {
  color: #222222;
}
.z-index-news-container .z-news-box:hover .z-news-img img {
  transform: scale(1.1);
}
.z-index-news-container .z-news-img {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
	height: 2.5rem;	
}
.z-index-news-container .z-news-img img {
  width: 100%;
  transform-origin: center;
  transform: scale(1);
  transition: 0.4s all ease-out;
}
.z-index-news-container .z-news-time {
  padding: 10px 0;
  width: 116px;
  font-size: 15px;
  color: #ffffff;
  background: #fdd000e6;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border-bottom-right-radius: 10px;
}
.z-index-news-container .z-news-title {
  padding-top: 30px;
  font-size: 22px;
  color: #222222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
	transition: 0.2s all ease-out;
}
.z-index-news-container .z-news-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #888888;
  margin-top: 25px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  min-height: 60px;
	transition: 0.2s all ease-out;
}
.z-index-news-container .z-news-box:hover .z-news-desc {
	color: #999999;
}

.z-index-faq-container {
  background: url("../images/index-faq-bg.jpg") no-repeat center;
  background-size: 100% 100%;
  min-height: 50px;
  border-top: 1px #303030 solid;
  border-bottom: 1px #303030 solid;
}
.z-index-faq-box {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1580px;
  display: flex;
}
.z-index-faq-box .z-faq-item {
  flex: 0 0 33.33%;
  padding: 55px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.z-index-faq-box .z-faq-item .z-faq-title {
  color: #fdd000;
  margin-top: 25px;
  font-size: 22px;
}
.z-index-faq-box .z-faq-item:not(:last-child) {
  border-right: 1px #303030 solid;
}
.z-index-faq-box .z-faq-item img {
  transform: rotateY(0deg);
  transition: 0.4s linear all;
}
.z-index-faq-box .z-faq-item:hover img {
  transform: rotateY(180deg);
}


























/* z.css */
*::-webkit-scrollbar {
	width: 4px;    
}
/*  ::-webkit-scrollbar-track  外层轨道 ::-webkit-scrollbar-thumb 滚动的滑块*/
*::-webkit-scrollbar-thumb {
	background: #dddddd;
}
*::-webkit-scrollbar-track {
	background: #f5f5f5;
}
*:hover::-webkit-scrollbar-thumb {
	background: #dddddd;
}
*:hover::-webkit-scrollbar-track {
	background: #f5f5f5;
}

table {
	border-collapse: collapse;
	width: 100%;
}

td {
	border: 1px solid #ccc;
}

.z--right .swiper-slide {
	box-shadow: 0 0 18px rgba(0,0,0,0.4);
}

.z-doctype-tag {
	background: #181818;
  font-size: 12px;
  padding: 2px 6px;
  color: #fdd000;
	margin-right: 0.1rem;
  border: 1px solid #333333;
}

.z-page-wrap {
  padding-top: 0.4rem 0.4rem 0;
}

.z-layer {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 58%;
  transform: translateY(-50%);
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.z-layer .z--left {
  color: #ffffff;
	max-width: 50%;
}
.z-layer .z--left .z--content {
  margin-top: 0.2rem;
  line-height: 1.5;
}
.z-layer .z--left .z--footer {
  margin-top: 0.2rem;
}
.z-video-btn {
	background: #fdd000;
  display: inline-block;
  position: relative;
  color: #ffffff;
  height: 0.44rem;
  line-height: 0.44rem;
  padding: 0 26px;
  cursor: pointer;
  transition: 0.1s linear all;
}

.z-video-btn:hover {
  opacity: 0.9;
}

.z-video-btn .iconfont {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

.z-video-btn-text {
  margin-left: 5px;
  font-size: 14px;
}

.z-layer .z--left .z--title {
}
.z-layer .z--left .z--title .z--name {
  font-size: 0.4rem;
}
.z-layer .z--left .z--title .z--name2 {
  font-size: 0.3rem;
  margin-left: 20px;
}
.z-layer .z--right {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.z-layer .z--right img {
  width: 3rem;
}
.z-pro-info {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
	box-sizing: border-box;
}

.z-pro-info.z-pro-info1 img {
  width: 100%;
}

.zhyq_right_menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  top: 45%;
  right: 10px;
  z-index: 400;
}

.zhyq_kefu,
.zhyq_top {
  width: 100%;
	box-shadow: 0px 0px 10px #bbbbbb;
  border-radius: 3px;
  background-color: #202020;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 99;
}

.zhyq_top {
  display: none;
  margin-top: 15px;
}

.box_tmtbdd {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
}

.box_tmtbdd .iconfont {
  color: #ffffff;
  font-size: 24px;
  transition: 0.2s linear all;
}

.box_tmtbdd:hover .iconfont {
  color: #ffd000;
}

.left_icobanhr {
  width: 48px;
  height: 1px;
  background-color: #404040;
}

.box_tmtbddaa {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.com_left2left_icobanimg {
  position: absolute;
  top: 0px;
  right: 50px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  background-color: #262f4e;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0 20px;
  box-shadow: inset 0px 0px 4px #7caaff85;
}

.eft_icobanimga {
  color: #8de4ff !important;
}

.box_tmtbdd.tyhiserw:hover .com_left2left_icobanimg {
  display: block;
}

.com_left2 {
  position: absolute;
  right: 50px;
  top: 0px;
  display: none;
  justify-content: flex-start;
  align-items: center;
  background-color: #000000;
  border-radius: 3px;
  flex-direction: column;
  box-shadow: inset 0px 0px 4px #7caaff85;
}

.box_tmtbdd.kefu_jh:hover .com_left2 {
  display: block;
}

.com_left2 .qrcodetxt {
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
}

.z-census-list {
  position: absolute;
  width: 100%;
  bottom: 7%;
  display: flex;
  color: #ffffff;
  z-index: 22;
  justify-content: center;
}

.z-census-item {
  position: relative;
  width: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.z-census-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(179deg, transparent, #aee5ff, transparent);
}
.z-census-item .z--top {
  position: relative;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 4px #484848;
}
.z-census-item .z--top .z--num {
  font-size: 40px;
}
.z-census-item .z--top i {
  font-style: normal;
  position: absolute;
  top: 0;
  right: -12px;
}
.z-census-item .z--bottom span {
  font-size: 14px;
  color: #ffffff;
}

/* download.html */
.z-download-info {
  width: 14rem;
  /* background: #fff; */
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
	flex-wrap: wrap;
}

.z-collapse {
	margin-top: 5px;
  margin-right: 0.1rem;
}

.z-download-content {
  flex: 1;
  padding-bottom: 1rem;
	margin-top: 5px;
}

.z-download-search-wrap {
  display: flex;
  padding: 0 0 10px 0px;
}

.z-download-search-input {
  margin-right: 8px;
  flex: 1;
  background: #202020;
  height: 0.4rem;
  text-indent: 0.16rem;
  font-size: 15px;
  color: #ffffff;
  transition: 0.2s linear all;
  border: 1px solid #333333;
  box-sizing: border-box;
}

.z-download-search-input:focus {
  box-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}

.z-download-btn {
  border: none;
  outline: none;
  cursor: pointer;
  height: 0.4rem;
  border-radius: 0;
  padding: 0 0.4rem;
	background: #202020;
  border: 1px solid #333;
  color: #fdd000;
  transition: 0.2s linear all;
	font-weight: bold;
  font-size: 0.14rem;
}

.z-download-btn:hover {
  color: #fdd000;
  background: #000000;
	border-color: #fdd000;
}

.z-download-btn:active {
  opacity: 1;
  background: #832011;
}

.z-download-table {
  padding: 0;
}

.z-table {
  width: 100%;
  background: #202020;
  padding: 10px;
	margin-bottom: 10px;
	border-collapse: initial;
}

.z-table-th {
	text-align: left;
  font-size: 14px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #cccccc;
  font-weight: normal;
}

.z-table-row {
  height: 40px;
}

.z-table-row:nth-child {
	background: #f5f5f5;
}

.z-table-cell {
  padding: 0 10px !important;
	border: none !important;
	height: 0.54rem;
}


.div_line_rtext i.iconfont {
  margin-right: 4px;
  color: #fdd000;
}

.cp_box {
  width: 100%;
  position: relative;
  display: block;
	height: 100%;
}

.flc {
  flex-direction: column;
}

.cp_box * {
  box-sizing: border-box;
}


.cp_box1 {
  display: block;
	height: 100%;
}

.cp_box1-son2 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cp_box1-son1 {
 	margin-bottom: 20px;
}

.cp_box1-son1-text {
  font-size: 1.2vw;
  color: #0b0b0b;
  padding-left: 35px;
}

.cp_box1-son2son {
 	flex: 1;
  display: flex;
  width: 84%;
  margin: 0 auto;
  //overflow: auto;
  padding: 30px 0;
	height: 100%;
}

.cp_box1-son2-box1 {
  flex: 0 0 32%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: auto;
	padding: 12px;
}

.cp_box1-son2Rightbx {
  display: none;
  flex: 1;
}

.cp_box1-son2Rightbx2 {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.cp_box1-son2-box1-bx1 {
  color: #666666;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  display: flex !important;
	padding: 0 0.1rem;
  height: 0.5rem;
  margin-bottom: 10px;
	border-bottom:1px solid #dddddd;
}

.cp_add {
  color: #222222 !important;
	border-bottom:1px solid #666666 !important;
}

.cp_box1-son2-box1-bxtext {
	font-size: 0.16rem;
}

.cp_box1-son2-box1-bx1 i {
	font-size: 18px;
	color: #666666;
	right: 0px;
	position: relative;
	transition: .1s linear all;
}

.cp_box1-son2-box1-bx1.cp_add i {
	right: -3px;
	color: #222222;
}

.cp_box3zong {
  /* width: 30vw;
  max-width: 580px; */
}

.cp_box1-son2-box2 {
  height: 100%;
  width: 100%;
  display: block;
  overflow-y: auto !important;
	padding: 12px;
}

.cp_box1-son2zong {
  flex: 0 0 50%;
}

.cp_box1-son2-box2-bx1 {
  color: #666666;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
	padding: 0 0.1rem;
  height: 0.5rem;
  margin-bottom: 10px;
 border-bottom:1px solid #dddddd;
}

.cp_box1-son2-box2-bx1 i {
	font-size: 18px;
	color: #666666;
	right: 0px;
	position: relative;
	transition: .1s linear all;
}

.cp_box1-son2-box2-bx1.cp_add i {
	right: -3px;
	color: #222222;
}

.cp_box1-son2-box2-bxtext {
	font-size: 0.16rem;
}

.cp_box1-son2-box3 {
  height: 100%;
  overflow-y: auto !important;
  flex-direction: column;
	padding: 12px;
}

.cp_box1-son2-box3-wp {
  flex: 1;
  overflow: hidden;
}

.cp_box1-son2-box3-bx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 10px;
	height: 0.5rem;
  align-items: center;
  border-radius: 0px;
  margin-bottom: 10px;
	border-bottom:1px solid #dddddd;
	overflow: hidden;
}


.cp_box1-son2-box3-bx:hover {
  border-bottom:1px solid #666666;
}

.cp_box1-son2-box3-bx:hover .cp_box3-bxbox_title1 {
	color: #222222;
}

.cp_box1-son2-box3-bximgbox {
  flex: 0 0 0.5rem;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  position: relative;
}

.cp_box1-son2-box3-bximg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cp_box1-son2-box3-bxbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}

.cp_box1-son2-box3-bxbox1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
	width: 100%;
  margin-bottom: 6px;
}

.cp_box1-son2-box3-bxbox2 {
	width: 100%;
}

.cp_box3-bxbox_title1 {
  font-size: 0.15rem;
  color: #666666;
}

.cp_box3-bxbox_content {
  font-size: 12px;
  font-weight: 400 !important;
  color: #a3a3a3;
  font-family: "OPPOSans-Ver2-Regular";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
}

.son2Rightbx-yry-head {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.son2Rightbx-yry-head_l {
  width: 440px;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 55px;
}

.son2Rightbx-yry-head_r {
  width: 524px;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.son2Rightbx-yry-head_ldpdiv1 {
  margin-bottom: 60px;
}

.son2Rightbx_ldpdiv1 {
  font-size: 32px;
  font-weight: bold;
  color: #181818;
  margin: 15px 0;
}

.son2Rightbx_ldpdiv2 {
  font-size: 18px;
  font-weight: 400;
  color: #181818;
  margin-left: 15px;
}

.son2Rightbx_ldpdiv2 {
  font-size: 18px;
  font-weight: 400;
  color: #181818;
}

.son2Rightbx-yry-head_limg {
  width: 500px;
  height: 310px;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.son2Rightbx-yry-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.son2Rightbx-yry-bottom_a {
  padding: 12px 30px;
  border-radius: 3px;
  border: 1px solid rgb(98, 96, 96);
  color: rgb(76, 75, 75);
  text-align: center;
  transition: 0.2s linear all;
  font-size: 16px;
}

.son2Rightbx-yry-bottom_a:hover {
  border: 1px solid #fdd000;
  background-color: #fdd000;
  color: #fff;
}

.sNavsNav {
  background: #ffffff;
  height: initial;
}

/* prodetail.html */
.videoBbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.close1_box {
  width: calc(40% + 40px);
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

/* video.html */
.video-wrap {
  width: 100%;
  font-size: 0;
}

.video-wrap video {
  width: 100%;
}

video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
video:focus {
  outline: none;
}

.honor-img-list {
  display: flex;
  flex-wrap: wrap;
}

.honor-img-list li {
	width: 33.33%;
  padding: 0 10px 20px;
  box-sizing: border-box;
}

.honor-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.2s linear all;
  border: 1px solid #f5f5f5;
}

.honor-item span {
  display: block;
  text-align: center;
  height: 40px;
  color: #333;
  line-height: 40px;
  font-size: 0.2rem;
  margin: 0 0 0.16rem 0;
}

.honor-img-list li img {
	cursor: pointer;
  width: auto;
  padding: 0.1rem;
  box-sizing: border-box;
  height: 2rem;
  display: block;
  margin: 0 auto;
}

.honor-img-list li .honor-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* culture.html */
.culture_ul {
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.culture_ul li {
  width: 20%;
  text-align: center;
  margin-left: 30px;
}

.culture_ul li:first-child {
  margin-left: 0;
}

.culture_ul li .li_item {
  background-color: #fff;
  padding-top: 65px;
  border: 1px solid #e4e4e7;
  height: 230px;
  position: relative;
}

.culture_ul li .li_item img {
  max-width: 50%;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  z-index: 2;
}
.culture_ul li .li_item .text {
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 2;
  top: 48%;
}
.culture_ul li .li_item .text h5 {
  font-size: 16px;
  color: #9b3327;
  margin-bottom: 4px;
}
.culture_ul li .li_item em {
  display: block;
  position: absolute;
  width: 100%;
  height: 77px;
  left: 0px;
  top: 0px;
  background: #ededf0;
  z-index: 1;
  transition: 0.1s ease-out all;
}

.culture_ul li .li_item:hover em {
  height: 100%;
}

.about2 {
  padding: 0.65rem 1rem;
}

.about2-name {
  font-size: 0.22rem;
  line-height: 0.22rem;
  color: #3f3f3f;
  font-weight: bold;
  padding-bottom: 0.1rem;
}
.about2-year {
  font-size: 0.4rem;
  line-height: 0.4rem;
  color: #fdd000;
  text-transform: uppercase;
  font-family: medium;
}

.motto_ul {
  display: flex;
}

.motto_li {
  width: 25%;
  margin-left: 40px;
}

.motto_li:first-child {
  margin-left: 0;
}

.motto_li .li_item {
  position: relative;
  text-align: center;
  background: #fff7f7;
  height: 350px;
  padding: 10% 0;
}

.motto_logo {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 12px;
}
.motto_pic {
  height: 100%;
}

.about2-content {
  line-height: 0.3rem;
  color: #525252;
	font-weight: bold;
}

#bannerSwiper {
  width: 100vw;
  height: 100vh;
}

#bannerSwiper .swiper-slide{
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.banner1-text {
  color: white;
  padding: 40px 20px;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  box-shadow: 0 0 20px #fff;
}

#bannerSwiperContainer .swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  border-radius: 0px;
  opacity: 1;
  background: rgba(0,0,0,0.4);
  margin: 0 4px !important;
}
#bannerSwiperContainer .swiper-pagination-bullet-active {
  background: #6eb5e7;
  box-shadow: 0 0 10px #fff;
}

.news-detail h1 {
  text-align: center;
  font-size: 0.4rem;
  margin-bottom: 30px;
}

.news-detail p {
  margin-bottom: 30px;
  line-height: 1.4;
}

.news-detail img {
  width: 100%;
}


/* login */
.loginmask {
  width: 100%;
  height: 100%;
  z-index: 200;
  background: #0000008f;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
#loginalert {
  width: 440px;
  background: #fff;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -220px;
  z-index: 201;
  display: none;
}
.login_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  background-color: #eaeaea;
  color: #919191;
  cursor: pointer;
  transition: all .1s linear;
}
.login_close:hover {
  color: #000000;
}
.pd20 {
  padding: 20px;
}
.clear {clear:both;}
.loginwrap {
  width: 340px;
  margin: 0 auto;
}
.loginh {
  height: 40px;
  margin-top: 20px;
}
.loginh .fl {
  font-size: 30px;
  line-height: 40px;
  color: #292929;
}
.loginh .fr a {
  font-size: 18px;
  line-height: 50px;
  color: #ff4200;
  margin-left: 5px;
}
.loginwrap h3 {
  font-size: 14px;
  font-weight: 500;
  height: 20px;
  margin-top: 15px;
  color: #292929;
}
.loginwrap h3 span {
  font-size: 14px;
  font-weight: 500;
  height: 26px;
  color: #292929;
  display: block;
  float: left;
  line-height: 26px;
}
.loginwrap .login_warning {
  display: block;
  height: 20px;
  line-height: 20px;
  background: #ff7200;
  color: #fff;
  padding: 0 4px;
  float: left;
  text-align: center;
  font-size: 12px;
  margin-left: 14px;
  margin-top: 3px;
  display: none;
}
.logininput input {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.logininput input {
  display: block;
  height: 42px;
  line-height: 42px;
  width: 100%;
  border: #dae2e5 1px solid;
  text-indent: 10px;
  overflow: hidden;
  color: #979696;
  margin: 10px 0;
  box-sizing: border-box;
}
.logininput .z-code-box input {
  margin: 0;
  flex: 1;
}
.z-code-box {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.code-btn {
  white-space: nowrap;
  height: 42px;
  flex-basis: 120px;
  border: #dae2e5 1px solid;
  overflow: hidden;
  padding-top: 13px;
  padding-bottom: 13px;
  border-left: 0;
}
.loginbtn {
  line-height: 70px;
  color: #6b6a6a;
}
.loginsubmit {
  width: 100%;
  height: 40px;
  margin: 15px 0;
  position: relative;
}
.loginsubmit input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #000;
  background: #fdd000;
  display: block;
  text-align: center;
  font-size: 20px;
  border: none;
  font-family: "微软雅黑";
  cursor: pointer;
}
.loginsubmiting {
  height: 40px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: none;
}
.loginsubmiting_inner {
  height: 40px;
  background: url(loading.gif) no-repeat 50% 50%;
  width: 130px;
  position: absolute;
  top: 0;
  left: 0;
}


.header .userLogin {
  height: 0.36rem;
  width: 0.36rem;
  line-height: 0.36rem;
  padding-left: 0.24rem;
  position: relative;
}
.header .userLogin img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header .userLogin .img2 {
  display: none;
}
.header.mini .userLogin .img1 {
  display: none;
}
.header.mini .userLogin .img2 {
  display: inline-block;
}

/* search */
.search-input-wrap {
  margin-top: 20px;
}
.search-input {
  box-sizing: border-box;
  background-color: #ffffff;
  width: 30%;
  height: 44px;
  transition: 0.2s linear all;
  font-size: 16px;
  padding: 0 15px;
	min-width: 300px;
}

.search-btn {
  vertical-align: top;
  display: inline-block;
  background: #000000;
  padding: 0 30px;
  height: 44px;
  cursor: pointer;
  color: #fdd000;
  font-size: 16px;
  border: 1px solid #3d3d3d;
}
.search-btn:active {
  opacity: 0.9;
}


.content-panel {
  display: flex;
  flex-direction: column;
}
.content-title {
	position: relative;
  padding-left: 20px;
 	font-size: 0.24rem;
  margin-bottom: 0.2rem;
  color: #333333;
}
.content-title:after {
  content: '';
  width: 8px;
  height: 21px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, #000 50%, #fdd000 51%);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0px;
}
.content-list {
  list-style: none;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.content-list li {
	display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #eaeaea;
}
.content-list p {
  color: #777777 !important;
}
.z-product-item {
  display: flex;
  margin: 0.2rem 0;
}
.z-product-left {
  flex-basis: 2rem;
}
.z-product-left img {
  width: 100%;
}
.z-product-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
}
.z-product-name {
  font-size: 0.26rem;
  color: #777777;
  margin: 0.2rem 0;
  font-weight: normal;
}
.content-download-link {
  height: 0.54rem;
  display: flex;
  align-items: center;
	cursor: pointer;
}
.file-type-img {
  width: 0.3rem;
  margin-right: 0.1rem;
}

.z-news2-item {
  display: flex;
  margin: 0.2rem 0;
}
.z-news2-left {
  flex-basis: 4rem;
}
.z-news2-left img {
  width: 100%;
}
.z-news2-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem;
}
.z-news2-name {
  font-size: 0.3rem;
  color: #333333;
  margin: 0.2rem 0;
}


.header .z-userinfo {
	display: none;
  height: 0.36rem;
  width: 0.36rem;
  line-height: 0.36rem;
  margin-left: 0.24rem;
  position: relative;
}
.header .z-userinfo .z-avatar {
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 100%;
  height: 100%;
  line-height: 0.32rem;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.header.sortbar-fixed .z-userinfo .z-avatar,
.header.mini .z-userinfo .z-avatar {
  background: #fdd000;
  color: #ffffff;
  border-color: #fdd000;
	cursor: default;
}
.header .z-userinfo .list {
  position: absolute;
  left: 50%;
  z-index: -1;
  height: 100%;
  top: 0;
  display: none;
	border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
	overflow: hidden;
}

.header .z-userinfo .list a {
	display: block;
  color: #333;
  white-space: nowrap;
  padding: 0 0.17rem 0 0.24rem;
  font-size: 0.126rem;
  font-weight: bold;
  height: 100%;
  line-height: 0.35rem;
  transition: .2s linear all;
  border: 2px solid #fdd000;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-sizing: border-box;
}
.header .z-userinfo .list a:hover {
  background: #fdd000;
  color: #fff;
}

.search-empty-text {
	padding: 0.3rem 2rem;
  background: #f1f1f1;
  font-size: 0.18rem;
  color: #c7c7c7;
  text-align: center;
}

.cookieconsent-dialog {
  position: fixed;
  z-index: 9999;
  left: 1em;
  bottom: 1em;
  padding: 2em;
  max-width: 24em;
  color: #333333;
  background-color: #ffffff;
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
	display: none;
}
.cookieconsent-btns {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
.cookieconsent-btn-disagree {
  cursor: pointer;
  padding: 4px 30px;
  background: #eaeaea;
}
.cookieconsent-btn-agree {
  cursor: pointer;
  padding: 4px 30px;
  background: #fdd000;
  color: #ffffff;
}
.cookieconsent-btn-agree:hover {
  color: #ffffff;
  opacity: .9;
}

#downloadFileBtn {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1rem;
	background: #f5f5f5;
	z-index: 9999;
	display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ededed;
}
.cancel-file-btn,
.download-file-btn {
	cursor: pointer;
  padding: 0.1rem 0.4rem;
  font-size: 0.2rem;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	margin: 0 0.2rem;
}
.cancel-file-btn {
	color: #333;
  background: #eaeaea;
}
.download-file-btn {
	color: #fff;
  background: #fdd000;
}
.cancel-file-btn,
.download-file-btn:hover {
	opacity: .9;
}


/* 产品分类 */
.z-pro-class-list {
	position: relative;
  padding: 0.4rem 0.4rem 0.2rem;
	min-height: 5rem;
}
.z-class-item {
  display: flex;
	flex-direction: column;
}

.z-class-left {
}
.z-class-info {
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0.15rem;
  box-sizing: border-box;
}
.z-class-info .z-class-name {
  position: relative;
  font-weight: normal;
  font-size: 0.25rem;
  color: #222222;
  margin-bottom: 0.2rem;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #dddddd;
}

.z-class-info .z-class-name::after {
	content: '';
  width: 8px;
  height: 21px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, #fdd000, #fdd000);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0px;
  border-top: 2px solid #222222;
}

.z-class-info .z-class-desc {
	font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0.1rem;
  color: #898989;
}
.z-class-info .z-class-desc span {
	display: block;
}
.z-class-info .z-class-img {
  width: 100%;
}

.z-class-right {
  flex: 1;
}
.z-class2-list {
  display: flex;
  flex-wrap: wrap;
}
.z-class2-item {
  box-sizing: border-box;
  flex: 0 0 25%;
  padding: 0.1rem 0.1rem;
}
.z-class2-info {
  width: 100%;
  position: relative;
  border: 1px solid #e3e3e3;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .1s linear all;
  cursor: pointer;
  overflow: hidden;
}
.z-class2-info:hover {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.z-class2-info:hover .z-class2-img {
  transform: scale(1.1);
}
.z-class2-info .z-class2-img {
  transition: .2s linear all;
  height: 1.5rem;
  margin: 0.1rem 0;
}
.z-class2-info .z-class2-name {
	width: 80%;
  border-top: 1px solid #F0F2F4;
  font-size: 0.17rem;
	letter-spacing: 0.01rem;
  font-weight: normal;
  color: #000000;
  padding: 0.1rem 0 0.14rem;
  text-align: center;
}
.z-class2-info .z-class2-desc {
  width: 80%;
  max-height: 0.4rem;
  overflow: hidden;
  font-size: 14px;
	color: #555;
}

/* 产品二级分类列表 */
.z-class3-list {
  display: flex;
  flex-wrap: wrap;
}
.z-class3-item {
  box-sizing: border-box;
	width: 25%;
  padding: 0 0.08rem 0.16rem;
}
.z-class3-info {
  position: relative;
  height: 2.5rem;
  position: relative;
  border: 1px solid #e3e3e3;
  transition: 0.2s linear all;
  cursor: pointer;
  box-sizing: border-box;
}
.z-class3-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 3;
  transition: .2s linear all;
}
.z-class3-info-left {
  position: relative;
  width: 1.8rem;
  height: 0;
  padding-top: 1.8rem;
  position: absolute;
  left: 50%;
  top: 0.15rem;
  transform: translateX(-50%);
  filter: blur(0px);
  transition: .2s linear all;
	overflow: hidden;
}
.z-class3-info-right {
	position: absolute;
  bottom: 0.14rem;
  left: 50%;
  width: 80%;
  text-align: center;
  transform: translateX(-50%);
  padding-top: 0.12rem;
  z-index: 4;
  font-size: 0.17rem;
	letter-spacing: 0.01rem;
  font-weight: normal;
  color: #464646;
  transition: 0.2s linear all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.z-class3-info-right::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: transparent;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  transition: .35s linear all;
}
.z-class3-info:hover {
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
.z-class3-info:hover::before {
  background-color: rgba(10,40,83,0.76);
}
.z-class3-info:hover .z-class3-info-left  {
  filter: blur(5px);
}
.z-class3-info:hover .z-class3-info-right {
  color: #ffffff;
}
.z-class3-info:hover .z-class3-info-right::after  {
  width: 80%;
  height: 1px;
  background-color: #f0f2f4;
}
.z-class3-info:hover .z-class3-img {
  transform: scale(1.2);
}
.z-class3-info .z-class3-img {
  position: absolute;
  transition: 0.15s linear all;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.z-class3-info-hover {
  position: absolute;
  z-index: 5;
  height: 1.8rem;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
  display: none;
  overflow: auto;
  padding: 0.15rem 17% 0;
  box-sizing: border-box;
}
.z-class3-info:hover .z-class3-info-hover {
 	display: block;
}
.z-class3-info .z-class3-subname {
  font-size: 14px;
  margin-top: 0.14rem;
  color: #fff;
}
.z-class3-info .z-class3-ul {
  margin-top: 0.1rem;
}
.z-class3-info .z-class3-ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 8px 0;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 12px;
}
.z-pro-class3-header {
  text-align: center;
  margin-bottom: 0.5rem;
}
.z-pro-class3-title {
  font-size: 0.3rem;
  color: #333;
  position: relative;
  padding-bottom: 0.2rem;
	letter-spacing: 2px;
}
.z-pro-class3-title:after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0.6rem;
  background-color: #fdd000;
  bottom: 0;
}
.z-pro-class3-desc {
  color: #696969;
  margin-top: 0.2rem;
  font-size: 14px;
}

.z-more-class-li {
	display: flex;
  height: 40px;
  align-items: center;
}
.z-more-class {
	color: #c1c1c1 !important; 
	cursor: pointer;
	line-height: 1;
  height: auto;
  padding: 4px 8px 5px;
  transition: .1s linear all;
  border-radius: 2px;
	line-height: 1 !important;
  height: auto !important;
}
.z-more-class:hover {
	color: #fdd000 !important;
}


/* 产品0级分类 */
.z-pro-class0-list {
  margin: 0 0.4rem;
  padding-top: 0.4rem;
}

.z-class0-list {
  display: flex;
  flex-wrap: wrap;
}
.z-class0-item {
  box-sizing: border-box;
  flex: 0 0 50%;
  padding: 0 0.1rem 0.2rem;
}
.z-class0-info {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.2s linear all;
  cursor: pointer;
  overflow: hidden;
	background: #ffffff;
  height: 2.4rem;
  box-shadow: 0 0 4px #cccccc;
  justify-content: space-between;
}
.z-class0-left {
  flex: 0 0 50%;
}
.z-class0-right {
	flex: 0 0 40%;
	display: flex;
  padding: 0.2rem;
	justify-content: flex-start;
  overflow: hidden;
}
.z-class0-left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding:0.2rem;
}
.z-detail-btn {
	position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 1.3rem;
  padding: 0.08rem;
	background-color: #ffffff;
  font-size: 0.14rem;
  border: 1px solid #b2b2b2;
  border-radius: 0.5rem;
  margin-top: 0.2rem;
  color: #666666;
	transition: .2s linear all;
}
.z-class0-desc {
	min-height: 0.5rem;
  font-size: 0.14rem;
  color: rgba(153,153,153,1);
  line-height: 1.5;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.z-class0-info:hover {
  box-shadow: 0 0 10px #979797;
}
.z-class0-info .z-class0-img {
  transition: 0.2s linear all;
  width: 100%;
	border-radius: 10px;
}
.z-class0-info .z-class0-name {
	position: relative;
  width: 100%;
  font-size: 0.22rem;
	letter-spacing: 0.01rem;
  font-weight: normal;
  color: #222222;
  padding: 0.1rem 0 0.1rem;
	transition: .2s linear all;
}
.z-class0-info .z-class0-name::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 5px;
	left: 0;
	background-color: #666666;
	transition: .2s linear all;
}
.z-class0-info:hover .z-class0-name::after {
	width: 100%;
}
.z-class0-info:hover .z-class0-name {
	color: #222222;
	padding-left: 0.05rem;
}
.z-class0-info:hover .z-detail-btn {
  background: #ffe986;
  color: #373737;
	border-color: #fdd000;
}

/* 产品分类1级 */
.z-class1-item {
  box-sizing: border-box;
  flex: 0 0 25%;
  padding: 0 0.1rem 0.2rem;
}
.z-class1-info {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.2s linear all;
  cursor: pointer;
  overflow: hidden;
	background: #ffffff;
	box-shadow: 0 0 4px #cccccc;
}
.z-class1-info:hover {
	box-shadow: 0px 0px 10px #9b9b9b, 0 10px 0px 8px #fdd000;
  transform: translateY(-2px);
}
.z-class1-info .z-class1-img {
  transition: 0.2s linear all;
	height: 1.7rem;
}
.z-class1-info .z-class1-name {
  width: 100%;
  border-top: 1px solid #dddddd;
  font-size: 0.17rem;
	letter-spacing: 0.01rem;
  font-weight: normal;
  color: #222222;
  padding: 0.1rem 0 0.14rem;
  text-align: center;
}
.z-class1-info:hover .z-class1-name {
	color: #222222;
}
.z-class1-info .z-class1-desc {
  width: 80%;
  height: 0.4rem;
  overflow: hidden;
  font-size: 14px;
}

/* 解决方案 */
.z-solu-wrap {
  margin: 0 0.4rem;
  padding-top: 0.4rem;
}
.z-solu-list {
  display: flex;
  flex-wrap: wrap;
}
.z-solu-item {
  box-sizing: border-box;
  flex: 0 0 25%;
  padding: 0 0 0.2rem 0.2rem;
}
.z-solu-info {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.2s linear all;
  cursor: pointer;
  overflow: hidden;
  box-shadow: box-shadow: 0 0 4px #cccccc;
}
.z-solu-info:hover {
  box-shadow: 0px 0px 10px #bbbbbb;
  transform: translateY(-3px);
}
.z-solu-info .z-solu-img {
  transition: 0.2s linear all;
  position: absolute;
  width: 100%;
  height: 100%;
}
.z-solu-info .z-solu-name {
	position: absolute;
  bottom: 0;
  background: #fdd000;
  width: 100%;
  text-align: center;
  padding: 0 0.1rem;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.15rem;
  font-weight: bold;
  color: #222222;
  line-height: 0.32rem;
  transition: .2s linear all;
  z-index: 6;
	box-shadow: 0 -1px 10px #000000;
}
.z-solu-info:hover .z-solu-name {
	background: #fdd000;
  color: #222222;
}
.z-solu-info:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  z-index: 4;
  transition: .2s linear all;
}
.z-solu-info::before {
  content: '→';
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 0.5rem;
  color: #ffffff;
  z-index: 7;
  transition: .2s linear all;
}
.z-solu-info:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.z-solu-info:hover:after {
	background-color: #000000a3;
}

/* 解决方案二级 */
.z-solu2-wrap {
  margin: 0 0.4rem;
  padding-top: 0.4rem;
}
.z-solu2-item {
  display: flex;
}

.z-solu2-left {
  flex: 0 0 3rem;
}
.z--solu-info {
  display: flex;
  flex-direction: column;
  background: #fdf8eb;
  padding: 0.4rem 0.3rem;
  height: 5rem;
  border-top: 4px solid #fdd000;
  box-sizing: border-box;
}
.z--solu-info .z--solu-name {
  font-size: 0.3rem;
  color: #11181f;
  margin-bottom: 0.3rem;
  font-weight: bold;
}
.z--solu-info .z--solu-desc {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.2rem;
  color: #3f3f3f;
}
.z--solu-info .z--solu-img {
  width: 100%;
}


.z-solu2-right {
  flex: 1;
}
.z-solu2-list {
  /* display: flex;
  flex-wrap: wrap; */
}
.z-solu2-item {
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}
.z-solu2-info {
  width: 100%;
  position: relative;
  display: flex;
  transition: 0.2s linear all;
  cursor: pointer;
  overflow: hidden;
  background: #ffffff;
  box-shadow: box-shadow: box-shadow: 0 0 4px #cccccc;;
}
.z-solu2-info-left {
  position: relative;
  min-height: 1.8rem;
  width: 2.6rem;
  padding: 10px;
  box-sizing: border-box;
}
.z-solu2-info-right {
  position: relative;
  flex: 1;
  margin: 0.1rem 0.2rem;
  padding-bottom: 0.3rem;
}
.z-solu2-info:hover {
  box-shadow: box-shadow: 0px 0px 10px #bbbbbb;;
  transform: translateY(-3px);
}
.z-solu2-info .z-solu2-img {
  width: 100%;
  box-sizing: border-box;
}
.z-solu2-info .z-solu2-name {
  font-size: 0.23rem;
  color: #222222;
  margin-top: 0.1rem;
  margin-bottom: 0.12rem;
  display: block;
}
.z-solu2-info .z-solu2-desc {
  font-size: 14px;
  color: #666;
}
.z-solu2-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  color: #cccccc;
}
.z-solu2-follow {
  display: flex;
  align-items: center;
}
.z-solu2-follow .z-follow-count {
  margin-left: 4px;
}


/* 解决方案详情 */
.z-solu-detail-wrap {
  margin: 0 0.4rem;
  padding-top: 0.4rem;
}
.z-solu-detail-item {
  display: flex;
}
.z-solu-detail-left {
  flex: 1;
	overflow: hidden;
  background: #ffffff;
}
.z-solu-detail-right {
  flex: 0 0 3rem;
	margin-left: 0.2rem;
	margin-top: 0.2rem;
}
.z-solu-detail-info {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.z-solu-detail-name {
  font-size: 0.22rem;
  color: #333333;
  font-weight: normal;
  border-bottom: 4px solid #fdd000;
  padding-bottom: 0.06rem;
}
.z-sm-pro-list li {
  border-bottom: 1px dashed #eaeaea;
}
.z-sm-pro-item {
  display: flex;
  width: 100%;
  padding: 0.06rem;
  margin-bottom: 0.06rem;
  margin-top: 0.06rem;
  border-bottom: 1px dashed #eaeaea;
  cursor: pointer;
  box-sizing: border-box;
  transition: .1s linear all;
  border: 1px solid transparent;
}
.z-sm-pro-item:hover {
  border-color: #ebebeb;
  box-shadow: 1px 1px 12px rgba(0,0,0,0.1);
  transform: translateY(-1px);
}
.z-sm-pro-left {
  min-height: 0.6rem;
  width: 1rem;
}
.z-sm-pro-left img {
  width: 100%;
}
.z-sm-pro-right {
  display: flex;
  align-items: center;
  margin-left: 0.14rem;
}
.z-sm-pro-name {
  color: #333;
  font-size: 0.15rem;
}



/* 公司荣誉 */
#gallery-wrapper {
  position: relative;
  width: 100%;
}
#gallery-wrapper img.thumb {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#gallery-wrapper .white-panel {
  position: absolute;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  box-sizing: border-box;
}
#gallery-wrapper .white-panel h1 {
  font-size: 0.2rem;
  margin: 0.16rem 0 0.1rem;
  text-align: center;
}
#gallery-wrapper .white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



/* loading */
.z-loading-window {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.7);
}
.z-loading-window .z-loading {
  color: #ffffff;
  position: absolute;
	top: 30vh;
  left: 50%;
  transform: translateY(-50%);
}
.z--pl, .z--pl:before, .z--pl:after {
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.z--pl {
	margin: 0 auto 10px;
	position: relative;
	width: 3em;
	height: 3em;
}
.z--pl:before, .z--pl:after {
	background: currentColor;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	transform-origin: 50% 100%;	
	clip-path: polygon(0 0,100% 0,50% 100%);
	-webkit-clip-path: polygon(0 0,100% 0,50% 100%);
}
/* Spark */
.pl-spark:before {
	animation-name: scaleA;
}
.pl-spark:after {
	animation-name: scaleB;
}
@keyframes scaleA {
	from, 50%, to { transform: scale(1) }
	25%, 75% { transform: scale(-1) }
}
@keyframes scaleB {
	from, 50%, to { transform: rotate(90deg) scale(0) }
	12.5%, 62.5% { transform: rotate(90deg) scale(1) }
	37.5%, 87.5% { transform: rotate(90deg) scale(-1) }
}


/* 首页热销产品 */
.z-class3-item-index {
  box-sizing: border-box;
	width: 20%;
  padding: 0 0.08rem 0.16rem;
}
.z-class3-info-index {
	position: relative;
  transition: 0.2s linear all;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
	background: #ffffff;
  box-shadow: 0 0 4px #cccccc;
}
.z-class3-info-logo-index {
	position: absolute;
  width: 0.8rem;
  left: 0.06rem;
  top: 0.06rem;
  z-index: 99;
}
.z-class3-info-left-index {
	position: relative;
  width: 100%;
  transition: .2s linear all;
  overflow: hidden;
  height: 2rem;
  padding: 0.2rem;
  box-sizing: border-box;
  text-align: center;
}
.z-class3-info-right-index {
	position: relative;
  width: 100%;
  text-align: center;
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
  z-index: 4;
  font-size: 0.17rem;
  letter-spacing: 0.01rem;
  font-weight: normal;
  color: #222222;
  transition: 0.2s linear all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.z-class3-info-right-index::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: transparent;
  bottom: 0;
	left: 50%;
  transform: translateX(-50%);
  transition: .15s linear all;
}
.z-class3-info-index .z-class3-img-index {
	transition: 0.15s linear all;
  height: 100%;
}
.z-class3-info-index:hover {
  box-shadow: 0px 0px 10px #bbbbbb;
  transform: translateY(-2px);
}
.z-class3-info-index:hover .z-class3-info-right-index {
	color: #222222;
}
.z-class3-info-index:hover .z-class3-info-right-index::after  {
	width: 100%;
	height: 4px;
  background-color: #fdd000;
}
.z-class3-info-index:hover .z-class3-img-index {
  transform: scale(1.06);
}


/* 分页 */
.z-pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.z-pagination li {
  padding: 0 10px;
  min-width: 40px;
  box-sizing: border-box;
  text-align: center;
  line-height: 31px;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  margin: 0 4px;
  height: 32px;
}
.z-pagination li.prev, .pagination li.next {
    width: 80px;
  background: #f5f5f5;
  border: 1px solid #e9e9e9;
}
.z-pagination li a{
    display: inline-block;
  width: 100%;
  height: 100%;
}
.z-pagination li.active {
  background: #e9e9e9;
}
.z-pagination li.active a {
    color: #222222;
}
.z-page-count {
    display: flex;
  align-items: center;
}
.z-page-count input {
  width: 30px;
  border: 1px solid #dddddd;
  padding: 0 4px;
  text-align: center;
  margin: 0 8px;
  height: 21px;
  font-size: 14px;
  display: inline-block;
}
.z-page-count button {
  margin-left: 10px;
	background: #111111;
  color: #fdd000;
}

/* 公司新闻 */
.z-news-list {
  /* display: flex;
  flex-wrap: wrap; */
}
.z-news-item {
  box-sizing: border-box;
  margin-bottom: 0.2rem;
  display: block;
}
.z-news-info {
  width: 100%;
  position: relative;
  display: flex;
  transition: 0.2s linear all;
  cursor: pointer;
  overflow: hidden;
	padding: 0.1rem;
  background: #ffffff;
  box-shadow: 0 0 4px #cccccc;
}
.z-news-info-left {
	position: relative;
  width: 3.8rem;
  max-height: 2.4rem;
  overflow: hidden;
  box-sizing: border-box;
}
.z-news-info-right {
  position: relative;
  flex: 1;
  margin: 0.1rem 0.2rem;
  padding-bottom: 0.3rem;
}
.z-news-info-right::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  box-sizing: border-box;
  background-color: #eaeaea;
  left: -0.1rem;
  transform: scaleX(.5);
}
.z-news-info:hover {
  box-shadow: 0px 0px 10px #bbbbbb;
  transform: translateY(-3px);
}
.z-news-info .z-news-img {
  width: 100%;
  box-sizing: border-box;
}
.z-news-info .z-news-name {
  font-size: 0.25rem;
  font-weight: bold;
  color: #3f3f3f;
  margin-top: 0.1rem;
  margin-bottom: 0.12rem;
  display: block;
}
.z-news-desc {
  font-size: 14px;
  color: #666;
}
.z-news-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  color: #cccccc;
}

/* 网站底部footer */
.z-footer-qrcode-wrap {
	display: flex;
}
.z-footer-qrcode img {
  height: 100%;
  transition: .2s linear all
}
.z-footer-qrcode {
	height: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
	margin-left: 0.3rem;
}
.z-footer-qrcode img:hover {
	transform: scale(2);
  z-index: 11;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  background: #fff;
}
.z-footer-qrcode span {
	font-size: 12px;
	color: #888888;
	margin-top: 4px;
}

 /* 技术支持搜索checkbox */
 .z-search-checkbox-wrap {
  margin-right: 0.04rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.z-search-checkbox {
  display: flex;
  align-items: center;
}
.z-search-checkbox span {
  display: inline-block;
  background: #202020;
  box-sizing: border-box;
  font-size: 0.12rem;
  color: #fdd000;
  cursor: pointer;
  width: 0.6rem;
  text-align: center;
}
.z-search-checkbox input[type="checkbox"] {
  accent-color: #fdd000;
}


/* 联系我们二维码 */
.z-company-qrcode-wrap {
	display: flex;
}
.z-company-qrcode img {
  height: 100%;
  transition: .2s linear all
}
.z-company-qrcode {
	height: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
	margin-right: 0.4rem;
}
.z-company-qrcode img:hover {
	transform: scale(2);
  z-index: 11;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  background: #fff;
}
.z-company-qrcode span {
  font-size: 0.14rem;
	color: #666666;
  margin-top: 0.06rem;
}

.z-company-info-value {
  color: #222222;
  line-height: 0.4rem;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  text-indent: 0.1rem;
  display: block;
}







































