@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #3d656d;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.zz_w1440 {
  margin: 0 auto;
  width: 85%;
  max-width: 1440px;
}
@media (max-width: 1260px) {
  .zz_w1440 {
    width: 90%;
  }
}
.zz_w1200 {
  margin: 0 auto;
  width: 85%;
  max-width: 1200px;
}
@media (max-width: 1260px) {
  .zz_w1200 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #3d656d;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #3d656d;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #3d656d;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #3d656d;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 0.8rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
#c-header::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: unset;
  padding-left: 0.6rem;
}
@media (max-width: 1024px) {
  #c-header .container {
    height: 1.2rem;
    padding: 0 0.4rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -0.8rem;
}
@media (max-width: 1024px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2,
#c-header.c-style3 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a,
#c-header.c-style3 a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.4rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.5rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1),
#c-header.c-style3 .c-logo .c-img-box img:nth-child(1),
#c-header.c-style2 .c-logo .c-img-box svg:nth-child(1),
#c-header.c-style3 .c-logo .c-img-box svg:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2),
#c-header.c-style3 .c-logo .c-img-box img:nth-child(2),
#c-header.c-style2 .c-logo .c-img-box svg:nth-child(2),
#c-header.c-style3 .c-logo .c-img-box svg:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  margin-right: 3.1rem;
}
@media (max-width: 1260px) {
  #c-header .c-nav {
    margin-right: 2rem;
  }
}
@media (max-width: 1024px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 1.1rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.3s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff7920;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 0.9rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 6px 0;
  border-radius: 12px;
}
#c-header .c-nav ul li {
  padding: 0 10px;
  line-height: 40px;
}
#c-header .c-nav ul li:last-child a {
  border-bottom: 0;
}
#c-header .c-nav ul li a {
  color: #333;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #ff7920;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #ff7920 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #3d656d;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
  width: 50%;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn .zz-area {
  display: flex;
  align-items: center;
  width: 0.8rem;
  height: 0.8rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  #c-header .c-gn .zz-area {
    height: 1.2rem;
  }
}
#c-header .c-gn .zz-area .zz-a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
#c-header .c-gn .zz-area img,
#c-header .c-gn .zz-area svg {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 16px;
  min-height: 16px;
}
@media (max-width: 991px) {
  #c-header .c-gn .zz-area img,
  #c-header .c-gn .zz-area svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn .zz-area img path,
#c-header .c-gn .zz-area svg path {
  fill: #fff;
}
#c-header .c-gn .zz-area:hover .cn2 {
  opacity: 1;
  top: 53%;
}
#c-header .c-gn .zz-area .cn2 {
  opacity: 0;
  top: 0;
  transition: all 0.5s;
  margin-top: 0.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  padding: 0 8px 8px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
  height: auto;
  font-size: 14px;
  z-index: 5;
}
#c-header .c-gn .zz-area .cn2 a {
  color: #333;
  transition: 0.4s ease-in-out;
  display: block;
  padding: 8px 0 0;
}
#c-header .c-gn .zz-area .cn2 a:hover {
  color: #ff7920;
}
#c-header .c-gn .zz-area .cn2 .cn3 {
  display: block;
  color: #999;
  text-align: center;
  line-height: 50px;
  height: auto;
  position: relative;
}
#c-header .c-gn .zz-area .cn2 .cn3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60%;
  height: 1px;
  background-color: #e5e5e5;
}
#c-header .c-gn .zz-area .cn2 .cn3:last-child::before {
  display: none;
}
#c-header .c-gn .zz-area .cn2 .cn3.on {
  background-color: #ff7920;
  border-radius: 50%;
  color: #fff;
}
#c-header .c-gn .zz-area .cn2 .cn3.on2::before {
  display: none;
}
#c-header .c-gn .zz-area .cn2 .cn3:hover {
  background-color: #ff7920;
  border-radius: 50%;
  color: #fff;
}
#c-header .c-gn .zz-area .cn2 .cn3:hover::before {
  display: none;
}
#c-header .c-gn form,
#c-header .c-gn .zz-sbox {
  position: relative;
  cursor: pointer;
  width: 0.8rem;
  height: 100%;
  background: #ff7920;
}
#c-header .c-gn form img,
#c-header .c-gn .zz-sbox img,
#c-header .c-gn form svg,
#c-header .c-gn .zz-sbox svg {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 16px;
  min-height: 16px;
  transition: 0.3s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #c-header .c-gn form img,
  #c-header .c-gn .zz-sbox img,
  #c-header .c-gn form svg,
  #c-header .c-gn .zz-sbox svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn form img path,
#c-header .c-gn .zz-sbox img path,
#c-header .c-gn form svg path,
#c-header .c-gn .zz-sbox svg path {
  fill: #fff;
}
#c-header .c-gn form .c-box,
#c-header .c-gn .zz-sbox .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#c-header .c-gn form .c-box input,
#c-header .c-gn .zz-sbox .c-box input {
  float: left;
  padding: 0 0.15rem;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button,
#c-header .c-gn .zz-sbox .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #fff;
  background: #3d656d;
  cursor: pointer;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone img,
#c-header .c-gn .c-phone svg {
  margin: 0 0.1rem 0 0.3rem;
  width: 20px;
  height: 20px;
  fill: #fff;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #3d656d;
}
#c-header.c-style2 .c-gn .zz-area img path,
#c-header.c-style2 .c-gn .zz-area svg path {
  fill: #333;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3d656d;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  transform: rotate(-90deg);
}
#c-go-top img path,
#c-go-top svg path {
  fill: #ffff;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide .c-pc,
.c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.c-home-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-pc {
    display: none;
  }
}
.c-home-banner .swiper-button-next {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  right: 0.6rem;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-next {
    display: none;
  }
}
.c-home-banner .swiper-button-next::after {
  display: none;
}
.c-home-banner .swiper-button-next img,
.c-home-banner .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-next img path,
.c-home-banner .swiper-button-next svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  left: 0.6rem;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-prev {
    display: none;
  }
}
.c-home-banner .swiper-button-prev::after {
  display: none;
}
.c-home-banner .swiper-button-prev img,
.c-home-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-prev img path,
.c-home-banner .swiper-button-prev svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-next:hover,
.c-home-banner .swiper-button-prev:hover {
  opacity: 1;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #3d656d;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/* 底部 */
#c-footer {
  color: #fff;
  background: #3d656d;
}
#c-footer .ft-lgBox {
  border-top: 1px solid #ededed;
  padding: 0.4rem 0;
  background: #fff;
}
@media (max-width: 767px) {
  #c-footer .ft-lgBox {
    padding: 0.6rem 0;
  }
}
#c-footer .ft-lgBox .container {
  display: flex;
  justify-content: space-between;
}
#c-footer .ft-lgBox .zz-lg {
  flex: 1;
  padding-right: 0.4rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #c-footer .ft-lgBox .zz-lg {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 1rem;
  }
}
#c-footer .ft-lgBox .zz-lg .zz-tips {
  color: #333;
  margin-left: 0.25rem;
  padding-left: 0.25rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #c-footer .ft-lgBox .zz-lg .zz-tips {
    padding-left: 0;
    margin-left: 0;
    margin-top: 0.3rem;
  }
}
#c-footer .ft-lgBox .zz-lg .zz-tips::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 120%;
  width: 1px;
  background: #ebeff0;
}
@media (max-width: 767px) {
  #c-footer .ft-lgBox .zz-lg .zz-tips::before {
    content: unset;
  }
}
#c-footer .ft-lgBox .zz-lg a img,
#c-footer .ft-lgBox .zz-lg a svg {
  height: 0.45rem;
  width: auto;
}
@media (max-width: 767px) {
  #c-footer .ft-lgBox .zz-lg a img,
  #c-footer .ft-lgBox .zz-lg a svg {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  #c-footer .ft-lgBox .zz-shareBox {
    display: flex;
    align-items: flex-end;
  }
}
#c-footer .ft-lgBox .zz-shareBox #ft-share {
  flex-direction: unset;
}
#c-footer .ft-lgBox .zz-shareBox .social-share .social-share-icon {
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 18px;
}
@media (max-width: 767px) {
  #c-footer .ft-lgBox .zz-shareBox .social-share .social-share-icon {
    width: 0.7rem;
    height: 0.7rem;
    font-size: 0.32rem;
  }
}
#c-footer .ft-lgBox .zz-shareBox .social-share .social-share-icon::after {
  content: unset;
}
#c-footer a {
  color: #b3bfc2;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
#c-footer a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.4s;
}
#c-footer a:hover {
  color: #fff;
}
#c-footer a:hover::after {
  width: 100%;
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
  background: #3d656d;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 0.5rem 0 0.8rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container {
    flex-direction: column;
  }
}
#c-footer .c-top-box .container .c-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    order: 1;
    margin-top: 0.5rem;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-text-wrap .c-title-box {
    border-bottom: 0;
  }
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    order: 0;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .zz-wxBox {
  display: flex;
  flex-direction: column;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .zz-wxBox {
    margin-top: 0.4rem;
  }
}
#c-footer .c-top-box .container .zz-wxBox .zz-imgbox {
  width: 1.2rem;
  height: 1.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .zz-wxBox .zz-imgbox {
    width: 1.8rem;
    height: 1.8rem;
  }
}
#c-footer .c-top-box .container .zz-wxBox .zz-text {
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 1580px) {
  #c-footer .c-top-box .container .zz-wxBox .zz-text {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .zz-wxBox .zz-text {
    margin-top: 0.25rem;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.35rem;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a img,
  #c-footer .c-top-box .container .c-ico a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-ico a img path,
#c-footer .c-top-box .container .c-ico a svg path {
  fill: #fff;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #3d656d;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0rem;
  }
}
#c-footer .zz-listBox {
  display: flex;
}
@media (max-width: 991px) {
  #c-footer .zz-listBox {
    flex-direction: column;
    width: 100%;
  }
}
#c-footer .zz-listBox .c-list-box {
  margin-right: 1.3rem;
}
#c-footer .zz-link {
  background: #3d656d;
  padding-bottom: 0.2rem;
}
#c-footer .zz-link .container {
  display: flex;
  align-items: flex-start;
}
#c-footer .zz-link span {
  width: 75px;
}
@media (max-width: 767px) {
  #c-footer .zz-link span {
    width: 1.4rem;
  }
}
#c-footer .zz-link ul {
  margin-left: 5px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-footer .zz-link ul li {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  padding-right: 10px;
}
#c-footer .zz-link ul li:last-child::before {
  content: unset;
}
#c-footer .zz-link ul li::before {
  content: '';
  position: absolute;
  height: 70%;
  width: 1px;
  background: #c1cacd;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: unset;
  bottom: unset;
}
#c-footer .zz-link ul li a {
  color: #c1cacd;
  position: relative;
  z-index: 1;
  display: inline-flex;
}
#c-footer .zz-link ul li a:hover {
  color: #fff;
}
#c-footer .c-bottom-box {
  background: #3d656d;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0 1rem;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.25rem 0;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container {
    padding: 0.5rem 0 0;
  }
}
#c-footer .c-bottom-box .container a {
  color: rgba(255, 255, 255, 0.8);
}
#c-footer .c-bottom-box .container a:hover {
  color: #fff;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
#c-footer .c-bottom-box .zz-div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .zz-div {
    flex-direction: column;
    align-items: flex-start;
  }
}
#c-footer .c-bottom-box .zz-div .c-support {
  margin-right: 0.45rem;
  color: #c1cacd;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .zz-div .c-support {
    order: 1;
    margin-top: 0.1rem;
  }
}
#c-footer .c-bottom-box .zz-div .zz-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .zz-div .zz-box {
    margin-top: 0.1rem;
  }
}
#c-footer .c-bottom-box .zz-div .zz-box span:nth-of-type(1) {
  display: none;
}
#c-footer .c-bottom-box .zz-div .zz-box a {
  margin-right: 0.45rem;
}
#c-footer .c-bottom-box .zz-div .zz-box a:last-child {
  margin-right: 0;
}
#c-footer .c-bottom-box .zz-div span {
  margin: 0 0.25rem;
}
.font64 {
  font-size: 0.64rem;
}
.font62 {
  font-size: 0.62rem;
}
.font60 {
  font-size: 0.6rem;
}
.font58 {
  font-size: 0.58rem;
}
.font56 {
  font-size: 0.56rem;
}
.font54 {
  font-size: 0.54rem;
}
.font52 {
  font-size: 0.52rem;
}
.font50 {
  font-size: 0.5rem;
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 991px) {
  .font48 {
    font-size: 0.5rem;
  }
}
.font46 {
  font-size: 0.46rem;
}
@media (max-width: 991px) {
  .font46 {
    font-size: 0.5rem;
  }
}
.font44 {
  font-size: 0.44rem;
}
@media (max-width: 991px) {
  .font44 {
    font-size: 0.5rem;
  }
}
.font42 {
  font-size: 0.42rem;
}
@media (max-width: 991px) {
  .font42 {
    font-size: 0.5rem;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 991px) {
  .font40 {
    font-size: 0.5rem;
  }
}
.font38 {
  font-size: 0.38rem;
}
@media (max-width: 991px) {
  .font38 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .font36 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 991px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 991px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font28 {
  font-size: 0.28rem;
}
@media (max-width: 991px) {
  .font28 {
    font-size: 0.4rem;
  }
}
.font26 {
  font-size: 26px;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .font24 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 0.3rem;
  }
}
.font22 {
  font-size: 22px;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font18 {
    font-size: 0.28rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .font14 {
    font-size: 0.24rem;
  }
}
.font12 {
  font-size: 12px;
}
@media (max-width: 991px) {
  .font12 {
    font-size: 0.24rem;
  }
}
.pc {
  display: block;
}
.wap {
  display: none;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
.fd {
  overflow: hidden;
}
.fd img {
  transition: all 0.8s;
}
.fd:hover img {
  transform: scale(1.05);
}
.zz-textb {
  font-weight: bold;
}
.zz-bgc {
  background: #f1f7f8;
}
@-webkit-keyframes bgimgzoom2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bgimgzoom2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.scaleDraw {
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.fadeInUp2 {
  animation: fadeInUp2 2s forwards;
}
@-webkit-keyframes tds-keyframe--bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes tds-keyframe--bounce {
  0%,
  20%,
  50%,
  80%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.tcl-animate-chevron {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: tds-keyframe--bounce;
  animation-name: tds-keyframe--bounce;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes width2 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes width2 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes mouse {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ripple {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    -ms-transform: translate(-50%, -50%) scale(0.1);
    -o-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(0.6rem);
    -webkit-transform: translateX(0.6rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
  }
}
@-webkit-keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(0.6rem);
    -webkit-transform: translateX(0.6rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
  }
}
.fadeleft {
  animation-name: fadeleft;
  -webkit-animation-name: fadeleft;
}
@keyframes faderight {
  from {
    opacity: 0;
    transform: translateX(-0.6rem);
    -webkit-transform: translateX(-0.6rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
  }
}
@-webkit-keyframes faderight {
  from {
    opacity: 0;
    transform: translateX(-0.6rem);
    -webkit-transform: translateX(-0.6rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
  }
}
.faderight {
  animation-name: faderight;
  -webkit-animation-name: faderight;
}
@keyframes hideShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 复选框和单选框 */
.xc-radio:checked,
.xc-radio.xc-checked,
.xc-checkbox:checked,
.xc-checkbox.xc-checked {
  border: solid 1px #ff7920;
  background: #ff7920;
  text-align: center;
  background-clip: padding-box;
  transition: all 0.3s;
}
.xc-radio,
.xc-checkbox {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: solid 1px #ccc;
  font-size: 8px;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
}
@media (max-width: 767px) {
  .xc-radio,
  .xc-checkbox {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.xc-radio:checked:before,
.xc-radio.xc-checked:before,
.xc-checkbox:checked:before,
.xc-checkbox.xc-checked:before,
.xc-radio:checked:after,
.xc-radio.xc-checked:after,
.xc-checkbox:checked:after,
.xc-checkbox.xc-checked:after {
  content: '';
  width: 8px;
  height: 4px;
  position: absolute;
  top: 22%;
  left: 18%;
  background: transparent;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  z-index: 2;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .xc-radio:checked:before,
  .xc-radio.xc-checked:before,
  .xc-checkbox:checked:before,
  .xc-checkbox.xc-checked:before,
  .xc-radio:checked:after,
  .xc-radio.xc-checked:after,
  .xc-checkbox:checked:after,
  .xc-checkbox.xc-checked:after {
    width: 0.15rem;
    height: 0.08rem;
    top: 30%;
    left: 25%;
  }
}
.public-nybn {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 33.07%;
}
.public-nybn .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.public-nybn .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-nybn .bgimg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 2;
}
.public-nybn .zz-box {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  align-items: center;
  justify-content: center;
}
.public-nybn .bn-title {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  animation: fadeInUp2 2s forwards;
  justify-content: center;
  padding: 0 0.6rem;
}
@media (max-width: 767px) {
  .public-nybn .bn-title {
    padding: 0 0.4rem;
  }
}
.public-nybn .bn-title .zz_w1440 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .public-nybn .bn-title .zz_w1440 {
    width: 100%;
  }
}
.public-nybn .bn-title .h1 {
  color: #fff;
  text-align: left;
  line-height: 1.2;
}
.public-nybn .bn-title .zz-tips {
  color: #fff;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .public-nybn .bn-title .zz-tips {
    margin-bottom: 0.3rem;
  }
}
.public-nybn .bn-title .zz-tips2 {
  color: #fff;
  margin-bottom: 0.1rem;
  text-align: center;
}
.public-nybn .bn-title .zz-tips2 span {
  color: #3d656d;
}
@media (max-width: 767px) {
  .public-nybn .bn-title .zz-tips2 {
    margin-bottom: 0.2rem;
  }
}
.public-nybn .bn-title .zz-btn {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .public-nybn .bn-title .zz-btn {
    margin-top: 0.4rem;
  }
}
@media (max-width: 1580px) {
  .public-nybn .bn-box .r-ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .public-nybn .bn-box {
    height: auto;
  }
}
@media (max-width: 767px) {
  .public-nybn {
    padding-bottom: 85%;
  }
  .public-nybn .bn-box .l-ul li {
    padding: 0.3rem 0 0.3rem;
  }
  .public-nybn .bn-box .r-ul {
    display: none;
  }
  .public-nybn .bn-title .h2 {
    font-size: 0.32rem;
  }
  .public-nybn .bn-title .c-tips {
    font-size: 0.28rem;
  }
}
.public-crumbs {
  border-bottom: 1px solid #ddd;
}
.public-crumbs > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.public-crumbs > .container .zz-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.public-crumbs > .container a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  min-height: 40px;
}
.public-crumbs > .container a,
.public-crumbs > .container span {
  color: #999;
}
.public-crumbs > .container .zz-syb {
  margin: 0 10px;
}
.public-crumbs > .container .zz-syb path {
  fill: #dedede;
}
@media (max-width: 767px) {
  .public-crumbs > .container .zz-syb {
    margin: 0 0.2rem;
  }
}
.public-crumbs .crumbs-list {
  display: flex;
  align-items: center;
}
.public-crumbs .crumbs-list a {
  display: inline-block;
  align-items: center;
  color: #999;
}
.public-crumbs .crumbs-list a.on {
  color: #222;
}
.public-crumbs .crumbs-list:last-child img,
.public-crumbs .crumbs-list:last-child svg {
  display: none;
}
.public-crumbs > .container .on {
  color: #222;
}
.public-crumbs .zz-back {
  display: flex;
  align-items: center;
}
.public-crumbs .zz-back img,
.public-crumbs .zz-back svg {
  margin-right: 10px;
  transition: all 0.8s;
}
.public-crumbs .zz-back img path,
.public-crumbs .zz-back svg path {
  transition: all 0.4s;
}
.public-crumbs .zz-back span {
  transition: all 0.4s;
}
.public-crumbs .zz-back:hover img,
.public-crumbs .zz-back:hover svg {
  transform: rotate(360deg);
}
.public-crumbs .zz-back:hover img path,
.public-crumbs .zz-back:hover svg path {
  fill: #ff6631;
}
.public-crumbs .zz-back:hover span {
  color: #ff6631;
}
.public-crumbs.public-crumbs2 .container {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .public-crumbs.public-crumbs2 .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.public-crumbs.public-crumbs2 .container .zz-right {
  display: flex;
}
@media (max-width: 767px) {
  .public-crumbs.public-crumbs2 .container .zz-right {
    display: -webkit-box;
    overflow-x: auto;
  }
  .public-crumbs.public-crumbs2 .container .zz-right::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.public-crumbs.public-crumbs2 .container .zz-right a {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #666;
  margin-left: 0.4rem;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 767px) {
  .public-crumbs.public-crumbs2 .container .zz-right a {
    display: block;
    margin-left: 0.7rem;
  }
}
.public-crumbs.public-crumbs2 .container .zz-right a:nth-of-type(1) {
  margin-left: 0;
}
.public-crumbs.public-crumbs2 .container .zz-right a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff7920;
  transition: all 0.4s;
}
.public-crumbs.public-crumbs2 .container .zz-right a:hover,
.public-crumbs.public-crumbs2 .container .zz-right a.on {
  color: #ff7920;
}
.public-crumbs.public-crumbs2 .container .zz-right a:hover::before,
.public-crumbs.public-crumbs2 .container .zz-right a.on::before {
  width: 100%;
}
.public-crumbs.public-crumbs3 {
  border-bottom: 0;
}
.public-crumbs.on {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .public-crumbs > .container a {
    padding: 0;
    line-height: 1.8;
    display: flex;
    align-items: center;
  }
  .public-crumbs .zz-back {
    display: none;
  }
  .public-crumbs {
    padding: 0.25rem 0;
  }
  .public-crumbs.public-crumbs2 {
    padding-top: 0.3rem;
    padding-bottom: 0;
  }
  .public-crumbs.public-crumbs2 .zz-left {
    margin-bottom: 0.25rem;
  }
  .public-crumbs.public-crumbs2 .container .zz-right {
    margin-top: 0;
  }
  .public-crumbs.public-crumbs2 .container .zz-right a {
    padding-bottom: 0.25rem;
  }
  .public-crumbs.public-crumbs3 {
    padding-bottom: 0;
  }
}
.public-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
  transition: all 0.8s;
  transform: translateY(100%);
  position: relative;
  opacity: 0;
}
.public-title.active {
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform: translateY(0);
}
.public-title .h2 {
  line-height: 1.2;
  text-align: center;
  color: #222;
}
.public-title .h2 .zz-span1 {
  color: #3d656d;
}
.public-title .h2 .zz-span2 {
  color: #ff7920;
}
.public-title .zz-text {
  color: #666;
  text-align: center;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .public-title .zz-text {
    margin-top: 0.3rem;
  }
}
.public-title .zz-text2 {
  margin-bottom: 5px;
}
.public-title.public-title2 {
  align-items: flex-start;
}
.public-title.public-title2 .h2,
.public-title.public-title2 .zz-text {
  text-align: left;
}
.public-title.public-title3 {
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform: translateY(0);
}
@keyframes titleAni {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
.titleAni {
  animation-name: titleAni;
  -webkit-animation-name: titleAni;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.public-swpBtn {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 40px;
  min-height: 40px;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  opacity: 1;
  overflow: hidden;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  border-radius: 1000px;
  margin-top: 0;
}
.public-swpBtn svg {
  width: 8px;
}
@media (max-width: 1580px) {
  .public-swpBtn svg {
    width: 6px;
  }
}
@media (max-width: 767px) {
  .public-swpBtn svg {
    width: 0.14rem;
  }
}
.public-swpBtn svg path {
  fill: #fff;
  opacity: 1;
}
.public-swpBtn:hover {
  background: #ff6631;
}
.newsBox {
  background: #f1f7f8;
}
.public-search {
  height: 0.5rem;
  background: #fff;
  border-radius: 1000px;
  display: flex;
  justify-content: space-between;
  min-height: 40px;
  border: 1px solid #ddd;
  padding: 2px;
}
@media (max-width: 767px) {
  .public-search {
    height: 0.8rem;
    min-height: 0.8rem;
    width: 52%;
  }
}
.public-search input {
  width: 2.85rem;
  height: 100%;
  padding: 0 0.2rem;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.public-search input::-webkit-input-placeholder {
  color: #999;
}
.public-search input:-moz-placeholder {
  color: #999;
}
.public-search input::-moz-placeholder {
  color: #999;
}
.public-search input:-ms-input-placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .public-search input {
    width: 70%;
  }
}
.public-search button {
  width: 0.85rem;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff7920;
  border-radius: 1000px;
  transition: all 0.4s;
}
.public-search button:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .public-search button {
    width: 1.1rem;
  }
}
.public-search button img,
.public-search button svg {
  width: 0.2rem;
}
@media (max-width: 767px) {
  .public-search button img,
  .public-search button svg {
    width: 0.26rem;
  }
}
.public-search.public-search2 {
  background: transparent;
}
.public-search.public-search2 button {
  background: transparent;
}
.public-search.public-search2 button img path,
.public-search.public-search2 button svg path {
  fill: #666;
}
.news-serach-box {
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .news-serach-box {
    padding-top: 0.8rem;
  }
}
.news-serach-box .zz_w1440 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
}
.news-serach-box .zz-left {
  width: 2.4rem;
  height: 0.5rem;
  min-height: 40px;
  min-width: 120px;
  border-radius: 1000px;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
  z-index: 10;
}
.news-serach-box .zz-left:hover .zz-tcOption {
  display: block;
  animation: hideShow 0.4s;
}
@media (max-width: 767px) {
  .news-serach-box .zz-left {
    width: 45%;
    min-height: 0.8rem;
  }
}
.news-serach-box .zz-left .zz-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  width: 12px;
  pointer-events: none;
  z-index: 1;
}
.news-serach-box .zz-left select {
  width: 100%;
  height: 100%;
  padding: 0 0.2rem;
  color: #999;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  .news-serach-box .zz-left select {
    padding: 0 0.3rem;
  }
}
.news-serach-box .zz-left .zz-tcSelect {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999;
  transition: all 0.4s;
  width: 100%;
  padding: 0 20px;
}
.news-serach-box .zz-left .zz-tcSelect.on {
  color: #333;
}
.news-serach-box .zz-left .zz-tcOption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.1);
  width: 100%;
  transition: all 0.4s;
  display: none;
  padding: 10px 0;
}
.news-serach-box .zz-left .zz-tcOption::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10%;
  left: 0;
  z-index: 1;
}
.news-serach-box .zz-left .zz-tcOption .zz-list {
  padding: 10px 20px;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.news-serach-box .zz-left .zz-tcOption .zz-list:hover {
  background: #ff7920;
  color: #fff;
}
.news {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .news {
    padding-bottom: 1.2rem;
  }
}
.news .zz-ul {
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .news .zz-ul {
    margin-top: 0.8rem;
  }
}
.news .zz-ul .zz-li {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .news .zz-ul .zz-li {
    margin-bottom: 0.4rem;
  }
}
.news .zz-ul .zz-a {
  display: flex;
  padding: 0.4rem 0.4rem;
  justify-content: space-between;
  background: #fff;
  transition: all 0.4s;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .news .zz-ul .zz-a {
    flex-direction: column;
    padding: 0.55rem 0.4rem;
  }
}
@media (min-width: 770px) {
  .news .zz-ul .zz-a:hover {
    background: #3d656d;
  }
  .news .zz-ul .zz-a:hover .zz-left .public-img img {
    transform: scale(1.05);
  }
  .news .zz-ul .zz-a:hover .zz-left .public-img .zz-img2 {
    opacity: 1;
  }
  .news .zz-ul .zz-a:hover .zz-left .zz-textBox .h3,
  .news .zz-ul .zz-a:hover .zz-left .zz-textBox .zz-text {
    color: #fff;
  }
  .news .zz-ul .zz-a:hover .zz-right .zz-tips .zz-date {
    opacity: 0;
  }
  .news .zz-ul .zz-a:hover .zz-right .zz-tips .zz-btn {
    opacity: 1;
  }
}
.news .zz-ul .zz-a .zz-left {
  width: 86.02%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .news .zz-ul .zz-a .zz-left {
    width: 100%;
    flex-direction: column;
  }
}
.news .zz-ul .zz-a .zz-left .zz-textBox {
  margin-left: 0.55rem;
  flex: 1;
  padding-right: 2.3rem;
}
@media (max-width: 991px) {
  .news .zz-ul .zz-a .zz-left .zz-textBox {
    padding-right: 0.8rem;
  }
}
@media (max-width: 767px) {
  .news .zz-ul .zz-a .zz-left .zz-textBox {
    margin-left: 0;
    padding: 0;
    margin-top: 0.4rem;
  }
}
.news .zz-ul .zz-a .zz-left .zz-textBox .h3 {
  color: #222;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.1em;
  line-height: 1.08333333em;
}
@media (max-width: 767px) {
  .news .zz-ul .zz-a .zz-left .zz-textBox .h3 {
    font-size: 0.32rem;
  }
}
.news .zz-ul .zz-a .zz-left .zz-textBox .zz-text {
  color: #999;
  margin-top: 0.2rem;
  line-height: 1.625em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.25em;
}
.news .zz-ul .zz-a .zz-left .public-img {
  width: 27.35%;
}
@media (max-width: 767px) {
  .news .zz-ul .zz-a .zz-left .public-img {
    width: 100%;
  }
}
.news .zz-ul .zz-a .zz-left .public-img::before {
  padding-top: 57.81%;
}
@media (max-width: 767px) {
  .news .zz-ul .zz-a .zz-left .public-img::before {
    padding-top: 65%;
  }
}
.news .zz-ul .zz-a .zz-left .public-img .zz-img2 {
  opacity: 0;
  z-index: 2;
}
.news .zz-ul .zz-a .zz-right {
  width: auto;
  margin-right: 0.25rem;
}
.news .zz-ul .zz-a .zz-right .zz-tips {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .news .zz-ul .zz-a .zz-right .zz-tips {
    align-items: flex-start;
    flex-direction: column;
  }
}
.news .zz-ul .zz-a .zz-right .zz-tips .zz-date {
  transition: all 0.4s;
  text-align: center;
  color: #666;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news .zz-ul .zz-a .zz-right .zz-tips .zz-date {
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .news .zz-ul .zz-a .zz-right .zz-tips .zz-date span {
    font-size: 0.24rem;
  }
}
.news .zz-ul .zz-a .zz-right .zz-tips .zz-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
  background: #ff7920;
  border-radius: 1000px;
  padding: 0.15rem 0.45rem;
  min-height: 40px;
  color: #fff;
  text-align: center;
  margin-right: 0.55rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .news .zz-ul .zz-a .zz-right .zz-tips .zz-btn {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    opacity: 1;
    margin-top: 0.5rem;
    min-height: 0.8rem;
  }
}
.public-page {
  display: flex;
  width: 100%;
  justify-content: center;
}
.public-page .zz-box {
  display: flex;
}
.public-page .p-num a,
.public-page .p-prev,
.public-page .p-next {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  cursor: pointer;
  font-weight: bold;
  margin: 0 0.1rem;
  transition: all 0.4s;
  border-radius: 1000px;
  background: #fff;
}
@media (max-width: 767px) {
  .public-page .p-num a,
  .public-page .p-prev,
  .public-page .p-next {
    min-width: 0.6rem;
    min-height: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.public-page .p-num a:hover,
.public-page .p-prev:hover,
.public-page .p-next:hover,
.public-page .p-num a.on,
.public-page .p-prev.on,
.public-page .p-next.on {
  background: #ff6631;
  color: #fff;
}
.public-page .p-num a:hover svg path,
.public-page .p-prev:hover svg path,
.public-page .p-next:hover svg path,
.public-page .p-num a.on svg path,
.public-page .p-prev.on svg path,
.public-page .p-next.on svg path {
  fill: #fff;
}
.public-page .p-prev,
.public-page .p-next {
  display: flex;
  align-items: center;
}
.public-page .p-prev:hover svg path,
.public-page .p-next:hover svg path {
  fill: #fff;
}
.public-page .p-prev img,
.public-page .p-next img,
.public-page .p-prev svg,
.public-page .p-next svg {
  width: auto;
  height: 12px;
}
.public-page .p-prev img path,
.public-page .p-next img path,
.public-page .p-prev svg path,
.public-page .p-next svg path {
  fill: #727272;
  transition: all 0.4s;
}
.public-page .p-prev {
  margin-right: 0.1rem;
}
.public-page .p-prev a {
  display: flex;
  height: 100%;
  align-items: center;
}
.public-page .p-next {
  margin-left: 0.1rem;
}
.public-page .p-next a {
  display: flex;
  height: 100%;
  align-items: center;
}
.public-page .p-num {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.public-page .p-num span {
  color: #262626;
  margin: 0 20px;
}
.public-page.public-page2 .p-num a,
.public-page.public-page2 .p-prev,
.public-page.public-page2 .p-next {
  background: #f1f7f8;
}
.public-page.public-page2 .p-num a:hover,
.public-page.public-page2 .p-prev:hover,
.public-page.public-page2 .p-next:hover,
.public-page.public-page2 .p-num a.on,
.public-page.public-page2 .p-prev.on,
.public-page.public-page2 .p-next.on {
  background: #ff6631;
  color: #fff;
}
.public-page.public-page2 .p-num a:hover svg path,
.public-page.public-page2 .p-prev:hover svg path,
.public-page.public-page2 .p-next:hover svg path,
.public-page.public-page2 .p-num a.on svg path,
.public-page.public-page2 .p-prev.on svg path,
.public-page.public-page2 .p-next.on svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .public-page .p-num a {
    margin: 0 0.15rem;
    min-width: 0.6rem;
    min-height: 0.6rem;
    font-size: 0.24rem;
  }
  .public-page .p-prev svg,
  .public-page .p-num a svg,
  .public-page .p-next svg {
    width: 0.1rem;
  }
  .public-page {
    flex-direction: column;
    align-items: center;
  }
  .public-page .p-prev {
    margin-left: 0;
  }
  .public-page .p-next {
    margin-right: 0;
  }
  .public-page .p-num span {
    margin: 0 0.3rem;
  }
  .public-page .zz-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.newsDetail-box .public-crumbsBox {
  background: #fff;
}
.newsDetail1 {
  padding-top: 0.8rem;
}
@media (max-width: 767px) {
  .newsDetail1 {
    padding-top: 0.4rem;
  }
}
.newsDetail1 .zz-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.2rem;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .newsDetail1 .zz-box {
    flex-direction: column;
    padding-bottom: 1.2rem;
  }
}
.newsDetail1 .zz-box .zz-left {
  width: 74.3%;
  background: #fff;
  padding: 0.45rem 0.5rem;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .newsDetail1 .zz-box .zz-left {
    width: 100%;
    padding: 0.55rem 0.4rem;
  }
}
.newsDetail1 .zz-box .zz-left .h1 {
  color: #333;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-left .h1 {
    font-size: 0.4rem;
  }
}
.newsDetail1 .zz-box .zz-left .box {
  margin-top: 0.55rem;
  color: #999;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ededed;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-left .box {
    flex-direction: column;
    padding-bottom: 0.4rem;
    margin-top: 0.4rem;
  }
}
.newsDetail1 .zz-box .zz-left .box .zz-div1,
.newsDetail1 .zz-box .zz-left .box .zz-div2,
.newsDetail1 .zz-box .zz-left .box .zz-div3 {
  display: flex;
  align-items: center;
  color: #999;
}
.newsDetail1 .zz-box .zz-left .box .box2 {
  display: flex;
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-left .box .zz-div2 {
    margin-top: 0rem;
  }
}
.newsDetail1 .zz-box .zz-left .box .zz-div3 {
  color: #3d656d;
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-left .box .zz-div3 {
    margin-top: 0.3rem;
  }
}
.newsDetail1 .zz-box .zz-left .zz-text {
  color: #555;
  line-height: 1.75em;
  padding-top: 0.3rem;
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox {
  display: flex;
  justify-content: space-between;
  margin-top: 0.35rem;
  border-top: 2px solid #d7dbe0;
  padding-top: 0.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-left .zz-atBtnBox {
    margin-top: 0.5rem;
  }
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .box1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-left .zz-atBtnBox .box1 {
    flex-direction: column;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-left .zz-atBtnBox .box2 {
    display: flex;
    align-items: center;
  }
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox a {
  display: flex;
  align-items: center;
  color: #777;
  transition: all 0.4s;
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .zz-span {
  max-width: 300px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.5em;
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-left .zz-atBtnBox .zz-span {
    max-width: unset;
    padding-right: 0.4rem;
  }
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-1:hover a {
  color: #ff6631;
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-1:hover a img path,
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-1:hover a svg path {
  fill: #3d656d;
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-1 img,
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-1 svg {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-1 img,
  .newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-1 svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-1 {
    margin-bottom: 0.1rem;
  }
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-2 a {
  color: #333;
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-2 a img,
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-2 a svg {
  margin-left: 10px;
  transition: all 0.4s;
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-2:hover a {
  color: #ff6631;
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-2:hover a img,
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-2:hover a svg {
  transform: rotate(90deg);
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-3 img,
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-3 svg {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-3 img,
  .newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-3 svg {
    display: none;
  }
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-3:hover a {
  color: #ff6631;
}
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-3:hover a img path,
.newsDetail1 .zz-box .zz-left .zz-atBtnBox .div-3:hover a svg path {
  fill: #3d656d;
}
.newsDetail1 .zz-box .zz-right {
  width: 23.95%;
  position: sticky;
  top: 1rem;
  border-radius: 20px;
  background: #fff;
  padding: 0.25rem 0.3rem 0.35rem;
}
@media (max-width: 991px) {
  .newsDetail1 .zz-box .zz-right {
    width: 100%;
    position: relative;
    top: unset;
    margin-top: 1rem;
    padding: 0.55rem 0.4rem 0.3rem;
  }
}
.newsDetail1 .zz-box .zz-right .zz-title {
  color: #191919;
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-right .zz-title {
    font-size: 0.4rem;
  }
}
.newsDetail1 .zz-box .zz-right .newsHotBox .zz-li {
  border-bottom: 2px solid #ededed;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}
.newsDetail1 .zz-box .zz-right .newsHotBox .zz-li:nth-of-type(1) {
  padding-top: 0.15rem;
}
@media (max-width: 991px) {
  .newsDetail1 .zz-box .zz-right .newsHotBox .zz-li:nth-of-type(1) {
    padding-top: 0.35rem;
  }
}
.newsDetail1 .zz-box .zz-right .newsHotBox .zz-li:last-child {
  border-bottom: 0;
}
.newsDetail1 .zz-box .zz-right .newsHotBox .zz-li a {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .newsDetail1 .zz-box .zz-right .newsHotBox .zz-li {
    padding: 0.35rem 0;
  }
}
.newsDetail1 .zz-box .zz-right .newsHotBox .zz-li:hover .zz-t {
  color: #ff6631;
}
.newsDetail1 .zz-box .zz-right .newsHotBox .zz-li:hover .public-img img {
  transform: scale(1.05);
}
.newsDetail1 .zz-box .zz-right .newsHotBox .zz-li .public-img {
  width: 40%;
}
@media (max-width: 991px) {
  .newsDetail1 .zz-box .zz-right .newsHotBox .zz-li .public-img {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-right .newsHotBox .zz-li .public-img {
    width: 40%;
  }
}
.newsDetail1 .zz-box .zz-right .newsHotBox .zz-li .public-img::before {
  padding-top: 66%;
}
.newsDetail1 .zz-box .zz-right .newsHotBox .zz-li .public-img img {
  transition: all 0.4s;
}
.newsDetail1 .zz-box .zz-right .newsHotBox .zz-li .zz-boxs {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 0.15rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .newsDetail1 .zz-box .zz-right .newsHotBox .zz-li .zz-boxs {
    padding-left: 0.3rem;
  }
}
.newsDetail1 .zz-box .zz-right .newsHotBox .zz-li .zz-t {
  color: #555;
  transition: all 0.4s;
  line-height: 1.375em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.75em;
  flex: 1;
}
.newsDetail1 .zz-box .zz-right .newsHotBox .zz-li .zz-date {
  color: #999;
  margin-top: 0.1rem;
}
@media (max-width: 1366px) {
  .newsDetail1 .zz-box .zz-right .newsHotBox .zz-li .zz-date {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .newsDetail1 .zz-box .zz-right .newsHotBox .zz-li .zz-date {
    margin-top: 0rem;
    font-size: 0.26rem;
  }
}
.share-component {
  display: flex;
}
.social-share .social-share-icon {
  border-color: transparent;
  background: #0d8198;
  color: #fff;
  width: 35px;
  height: 35px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .social-share .social-share-icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.social-share .social-share-icon:last-child {
  margin-right: 0;
}
.social-share .social-share-icon:hover {
  background: #ed6b1b;
  color: #fff;
}
@media (max-width: 767px) {
  .social-share .social-share-icon {
    font-size: 0.24rem;
  }
}
.public-svContList li {
  display: flex;
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .public-svContList li {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .public-svContList li {
    margin-bottom: 0.7rem;
  }
}
.public-svContList li:last-child {
  margin-bottom: 0;
}
.public-svContList li .zz-left {
  width: 50%;
  padding: 0.7rem;
}
@media (max-width: 991px) {
  .public-svContList li .zz-left {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 767px) {
  .public-svContList li .zz-left {
    padding: 0.5rem 0.4rem;
  }
}
.public-svContList li .zz-left .h3 {
  color: #000;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .public-svContList li .zz-left .h3 {
    font-size: 0.32rem;
  }
}
.public-svContList li .zz-left .zz-text {
  color: #666;
  line-height: 1.625em;
  margin-top: 0.25rem;
  max-height: 11.375em;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  padding-right: 15px;
}
.public-svContList li .zz-left .zz-text::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.public-svContList li .zz-left .zz-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.public-svContList li .zz-left .zz-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ff6631;
}
@media (max-width: 991px) {
  .public-svContList li .zz-left .zz-text {
    max-height: unset;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .public-svContList li .zz-left .zz-text {
    margin-top: 0.3rem;
  }
}
.public-svContList li .zz-left .zz-btn {
  margin-top: 0.5rem;
}
.public-svContList li .zz-right {
  width: 50%;
}
@media (max-width: 991px) {
  .public-svContList li .zz-right {
    width: 100%;
    order: 0;
  }
}
.public-svContList li .zz-right .public-img {
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.public-svContList li .zz-right .public-img img {
  transition: all 0.8s;
}
.public-svContList li .zz-right .public-img:hover img {
  transform: scale(1.05);
}
.public-svContList li .zz-right .public-img::before {
  padding-top: 75%;
}
.public-svContList li:nth-of-type(even) .zz-left {
  order: 1;
}
.public-svContList li:nth-of-type(even) .zz-right {
  order: 0;
}
.public-svContList li:nth-of-type(even) .zz-right .public-img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.server1 {
  padding-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .server1 {
    padding-bottom: 1.2rem;
  }
}
.server1 .public-svContList {
  margin-top: 0.7rem;
}
.public-form {
  padding: 0.5rem 0.9rem 0.8rem;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
}
@media (max-width: 991px) {
  .public-form {
    padding: 0.5rem 0.4rem 0.8rem;
  }
}
.public-form .zz-div {
  display: flex;
  justify-content: space-between;
}
.public-form .zz-div .zz-input {
  width: 32.1%;
  margin-bottom: 0.25rem;
}
.public-form .zz-div .zz-input.zz-input2 {
  width: 49%;
}
.public-form .zz-div .zz-input .inputTips {
  color: #222;
  font-weight: bold;
}
.public-form .zz-div .zz-input .inputTips span {
  color: #ff7920;
  margin-right: 5px;
}
.public-form .zz-div .zz-input input {
  border: 1px solid #ebebeb;
  padding: 0 15px;
  height: 0.5rem;
  min-height: 40px;
  width: 100%;
  margin-top: 0.1rem;
  color: #ff6631;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .public-form .zz-div .zz-input input {
    margin-top: 0.2rem;
    min-height: 0.8rem;
  }
}
.public-form .zz-div .zz-input input::-webkit-input-placeholder {
  color: #999;
}
.public-form .zz-div .zz-input input:-moz-placeholder {
  color: #999;
}
.public-form .zz-div .zz-input input::-moz-placeholder {
  color: #999;
}
.public-form .zz-div .zz-input input:-ms-input-placeholder {
  color: #999;
}
.public-form .zz-div .zz-select .zz-selectBox {
  height: 0.5rem;
  min-height: 40px;
  margin-top: 0.1rem;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .public-form .zz-div .zz-select .zz-selectBox {
    margin-top: 0.2rem;
    min-height: 0.8rem;
  }
}
.public-form .zz-div .zz-select select {
  color: #999;
  padding: 0 15px;
  height: 100%;
  width: 100%;
}
.public-form .zz-div .zz-select .zz-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  width: 10px;
  pointer-events: none;
}
.public-form .zz-textarea {
  position: relative;
}
.public-form .zz-textarea .inputTips {
  margin-bottom: 0.12rem;
  color: #222;
}
@media (max-width: 767px) {
  .public-form .zz-textarea .inputTips {
    margin-bottom: 0.2rem;
  }
}
.public-form .zz-textarea .inputTips span {
  color: #ff7920;
  margin-right: 5px;
}
.public-form .zz-textarea .strNum {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #999;
}
.public-form .zz-textarea .strNum span {
  color: #3d656d;
}
.public-form .zz-textarea textarea {
  border: 1px solid #ebebeb;
  width: 100%;
  height: 2.75rem;
  padding: 15px 20px 40px;
}
.public-form .zz-textarea textarea::-webkit-input-placeholder {
  color: #999;
}
.public-form .zz-textarea textarea:-moz-placeholder {
  color: #999;
}
.public-form .zz-textarea textarea::-moz-placeholder {
  color: #999;
}
.public-form .zz-textarea textarea:-ms-input-placeholder {
  color: #999;
}
.public-form .zz-tips {
  color: #999;
  margin: 0.1rem 0 0.5rem;
}
@media (max-width: 767px) {
  .public-form .zz-tips {
    margin-top: 0.2rem;
  }
}
.public-form .zz-tips a {
  color: #3d656d;
  transition: all 0.4s;
}
.public-form .zz-tips a:hover {
  color: #ff7920;
}
.public-form .zz-tips span {
  margin-right: 2px;
}
.public-form .btnBox {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .public-form {
    padding-top: 0.5rem;
  }
  .public-form .zz-div .zz-input input {
    min-height: 45px;
  }
  .public-form .zz-div .zz-input {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .public-form .zz-div {
    flex-direction: column;
  }
  .public-form button,
  .public-form .zz-div .zz-input.zz-input2 {
    width: 100%;
  }
  .public-form {
    margin-top: 0.7rem;
  }
  .public-form .zz-textarea textarea {
    height: 3.4rem;
  }
  .public-form .zz-tips {
    font-size: 0.26rem;
  }
}
.server2 {
  background: #f1f7f8;
  padding: 0.95rem 0 1.6rem;
}
@media (max-width: 767px) {
  .server2 {
    padding-bottom: 1.2rem;
  }
}
.server2 .form-box {
  margin-top: 0.45rem;
}
.public-btn {
  height: 0.6rem;
  min-height: 40px;
  background: #ff7920;
  border-radius: 1000px;
  padding: 0 0.3rem;
  display: inline-flex;
  transition: all 0.4s;
  align-items: center;
  min-width: 1.5rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .public-btn {
    min-height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .public-btn {
    min-width: 2.6rem;
  }
}
.public-btn .zz-ico {
  margin-left: 10px;
  transition: all 0.4s;
  height: 0.16rem;
  width: auto;
  overflow: unset;
}
@media (max-width: 991px) {
  .public-btn .zz-ico {
    height: 0.25rem;
  }
}
.public-btn .zz-span {
  color: #fff;
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 991px) {
  .public-btn .zz-span {
    font-size: 0.28rem;
  }
}
.public-btn:hover,
.public-btn.on {
  background: rgba(255, 121, 32, 0.8);
}
.public-btn.public-btn2 {
  margin-right: 0.2rem;
  background: transparent;
  border: 1px solid #3d656d;
}
.public-btn.public-btn2:hover,
.public-btn.public-btn2.on {
  background: #ff7920;
  border-color: #ff7920;
}
.public-btn.public-btn2:hover .zz-span,
.public-btn.public-btn2.on .zz-span {
  color: #fff;
}
.public-btn.public-btn2:hover img path,
.public-btn.public-btn2.on img path,
.public-btn.public-btn2:hover svg path,
.public-btn.public-btn2.on svg path {
  fill: #fff;
}
.public-btn.public-btn2:last-child {
  margin-right: 0;
}
.public-btn.public-btn2 .zz-span {
  color: #3d656d;
}
.public-btn.public-btn2 img path,
.public-btn.public-btn2 svg path {
  fill: #3d656d;
}
.public-btn3 {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
@media (max-width: 1580px) {
  .public-btn3 {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.public-btn3:hover::before {
  width: 120%;
  height: 120%;
  opacity: 0.8;
}
.public-btn3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background: #607865;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1000px;
  z-index: 1;
}
.public-btn3 .zz-ico {
  width: 0.15rem;
  height: 0.15rem;
  min-width: 12px;
  min-height: 12px;
  position: relative;
  z-index: 2;
}
.public-btn3.public-btn4 {
  flex-direction: column;
  width: 1.4rem;
  height: 1.4rem;
}
@media (max-width: 991px) {
  .public-btn3.public-btn4 {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.public-btn3.public-btn4::before {
  background: #3d656d;
}
.public-btn3.public-btn4 .zz-span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.public-btn3.public-btn4 .zz-icoBox {
  width: 22px;
  height: 22px;
  background: #ff7920;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
}
.public-btn3.public-btn4 .zz-ico {
  min-width: 8px;
  min-height: 8px;
  width: 8px;
  height: 8px;
}
.public-btn3.public-btn4 .zz-ico path {
  fill: #fff;
  opacity: 1;
}
.server3 {
  padding: 1.4rem 0 1.6rem;
}
@media (max-width: 767px) {
  .server3 {
    padding: 1.1rem 0 1.2rem;
  }
}
.down1 {
  padding: 0.55rem 0;
  border-bottom: 1px solid #d8dedf;
}
.down1 .zz_w1440 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .down1 .zz_w1440 {
    flex-direction: column;
  }
}
.down1 .h2 {
  padding-right: 0.4rem;
  flex: 1;
  color: #000;
}
.down1 .zz-text {
  width: 57.63%;
}
@media (max-width: 1366px) {
  .down1 .zz-text {
    width: 70.13%;
  }
}
@media (max-width: 991px) {
  .down1 .zz-text {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.public-nav {
  width: 27.77%;
  border-radius: 15px;
  background: #fff;
  padding-bottom: 0.35rem;
  position: sticky;
  top: 1.2rem;
}
@media (max-width: 991px) {
  .public-nav {
    position: relative;
    top: unset;
    width: 100%;
  }
}
.public-nav .nav-title {
  background: #3d656d;
  color: #fff;
  padding: 0.3rem;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.public-nav .nav-search {
  width: 100%;
  background: #3d656d;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  padding: 0 0.3rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  min-height: 80px;
}
.public-nav .nav-search .zz-box {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  align-items: center;
}
.public-nav .nav-search input {
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
  height: 100%;
  flex: 1;
  color: #fff;
  padding-right: 10px;
}
.public-nav .nav-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.public-nav .nav-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.public-nav .nav-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.public-nav .nav-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.public-nav .nav-search button,
.public-nav .nav-search .zz-button {
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.public-nav .pul1 .pli1 .pa1 {
  padding: 0.25rem 0.3rem;
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.public-nav .pul1 .pli1 .pa1::before {
  content: '';
  position: absolute;
  width: calc(100% - 0.6rem);
  height: 1px;
  background: #f2f2f2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.public-nav .pul1 .pli1 .pa1 .zz-t {
  color: #333;
  flex: 1;
  padding-right: 10px;
  transition: all 0.4s;
}
.public-nav .pul1 .pli1 .pa1 .zz-toggleBtn {
  width: 20px;
  height: 20px;
}
.public-nav .pul1 .pli1 .pa1 .zz-toggleBtn img,
.public-nav .pul1 .pli1 .pa1 .zz-toggleBtn svg {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.public-nav .pul1 .pli1 .pa1 .zz-toggleBtn img path,
.public-nav .pul1 .pli1 .pa1 .zz-toggleBtn svg path {
  transition: all 0.4s;
}
.public-nav .pul1 .pli1 .pa1 .zz-toggleBtn img circle,
.public-nav .pul1 .pli1 .pa1 .zz-toggleBtn svg circle {
  transition: all 0.4s;
}
.public-nav .pul1 .pli1 .pa1.on::before {
  opacity: 0;
}
.public-nav .pul1 .pli1 .pa1.on .zz-t {
  color: #ff7920;
}
.public-nav .pul1 .pli1 .pa1.on .zz-toggleBtn img,
.public-nav .pul1 .pli1 .pa1.on .zz-toggleBtn svg {
  transform: rotate(90deg);
}
.public-nav .pul1 .pli1 .pa1.on .zz-toggleBtn img path,
.public-nav .pul1 .pli1 .pa1.on .zz-toggleBtn svg path {
  fill: #ff6631;
}
.public-nav .pul1 .pli1 .pa1.on .zz-toggleBtn img circle,
.public-nav .pul1 .pli1 .pa1.on .zz-toggleBtn svg circle {
  stroke: #ff6631;
}
.public-nav .pul1 .pli1 .pa1:hover .zz-t {
  color: #ff7920;
}
.public-nav .pul1 .pli1 .pa1:hover .zz-toggleBtn img path,
.public-nav .pul1 .pli1 .pa1:hover .zz-toggleBtn svg path {
  fill: #ff6631;
}
.public-nav .pul1 .pli1 .pa1:hover .zz-toggleBtn img circle,
.public-nav .pul1 .pli1 .pa1:hover .zz-toggleBtn svg circle {
  stroke: #ff6631;
}
.public-nav .pul2 {
  background: #f8f8f8;
  display: none;
  max-height: 222px;
  overflow-y: auto;
}
@media (max-width: 1366px) {
  .public-nav .pul2 {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  .public-nav .pul2 {
    max-height: unset;
  }
}
.public-nav .pul2 .pli2:last-child .pa2::before {
  opacity: 0;
}
.public-nav .pul2 .pli2:last-child .pul3 {
  padding-bottom: 0.25rem;
}
.public-nav .pul2 .pa2 {
  padding: 0.25rem 0.3rem 0.25rem 0.5rem;
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.public-nav .pul2 .pa2::before {
  content: '';
  position: absolute;
  width: calc(100% - 0.6rem);
  height: 1px;
  background: #f2f2f2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.public-nav .pul2 .pa2 .zz-t {
  color: #666;
  flex: 1;
  padding-right: 10px;
  transition: all 0.4s;
}
.public-nav .pul2 .pa2 .zz-toggleBtn {
  width: 20px;
  height: 20px;
}
.public-nav .pul2 .pa2 .zz-toggleBtn img,
.public-nav .pul2 .pa2 .zz-toggleBtn svg {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.public-nav .pul2 .pa2 .zz-toggleBtn img path,
.public-nav .pul2 .pa2 .zz-toggleBtn svg path {
  transition: all 0.4s;
}
.public-nav .pul2 .pa2 .zz-toggleBtn img circle,
.public-nav .pul2 .pa2 .zz-toggleBtn svg circle {
  transition: all 0.4s;
}
.public-nav .pul2 .pa2.on::before {
  opacity: 0;
}
.public-nav .pul2 .pa2.on .zz-t {
  color: #ff7920;
}
.public-nav .pul2 .pa2.on .zz-toggleBtn img,
.public-nav .pul2 .pa2.on .zz-toggleBtn svg {
  transform: rotate(90deg);
}
.public-nav .pul2 .pa2.on .zz-toggleBtn img path,
.public-nav .pul2 .pa2.on .zz-toggleBtn svg path {
  fill: #ff6631;
}
.public-nav .pul2 .pa2.on .zz-toggleBtn img circle,
.public-nav .pul2 .pa2.on .zz-toggleBtn svg circle {
  stroke: #ff6631;
}
.public-nav .pul2 .pa2:hover .zz-t {
  color: #ff7920;
}
.public-nav .pul2 .pa2:hover .zz-toggleBtn img path,
.public-nav .pul2 .pa2:hover .zz-toggleBtn svg path {
  fill: #ff6631;
}
.public-nav .pul2 .pa2:hover .zz-toggleBtn img circle,
.public-nav .pul2 .pa2:hover .zz-toggleBtn svg circle {
  stroke: #ff6631;
}
.public-nav .pul3 {
  display: none;
  padding: 0 0.3rem;
}
.public-nav .pul3 .pli3 {
  background: #fff;
  border-bottom: 1px solid #ededed;
}
.public-nav .pul3 .pli3:last-child {
  border-bottom: 0;
}
.public-nav .pul3 .pli3 .pa3 {
  padding: 0.13rem 0.25rem;
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  color: #333;
  transition: all 0.4s;
}
.public-nav .pul3 .pli3 .pa3:hover {
  background: #ff7920;
  color: #fff;
}
.public-nav .zz-areUlBox {
  padding: 0 0.3rem 0.25rem;
  margin-top: 5px;
}
.public-nav .zz-areUlBox .zz-areUl {
  background: #f1f7f8;
  padding: 15px 15px 20px;
}
.public-nav .zz-areUlBox .zz-areUl li {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.public-nav .zz-areUlBox .zz-areUl li:last-child {
  margin-bottom: 0;
}
.public-nav .zz-areUlBox .zz-areUl li label {
  margin-left: 10px;
  flex: 1;
}
.public-nav.public-nav2 {
  padding-bottom: 0.1rem;
  box-shadow: 0 10px 10px rgba(3, 3, 3, 0.06);
}
.public-nav.public-nav2 .pul1 .pli1:last-child .pa1::before {
  opacity: 0;
}
.down2 {
  padding-top: 0.6rem;
  padding-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .down2 {
    padding: 0.8rem 0 1.2rem;
  }
}
.down2 .zz_w1440 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .down2 .zz_w1440 {
    flex-direction: column;
  }
}
.down2 .zz-contBox {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 10px rgba(3, 3, 3, 0.06);
  width: 70.13%;
  padding-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .down2 .zz-contBox {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.down2 .zz-contBox .h3 {
  line-height: 1.2;
  padding: 0.25rem 0.45rem;
  border-bottom: 1px solid #ededed;
}
.down2 .zz-contBox .zz-title-list {
  padding: 0 0.45rem;
}
.down2 .zz-contBox .zz-title-list,
.down2 .zz-contBox .zz-ul li .zz-a {
  display: flex;
  width: 100%;
}
.down2 .zz-contBox .zz-li {
  padding: 0.35rem 0;
  min-height: 45px;
  word-break: break-all;
  white-space: normal;
}
.down2 .zz-contBox .zz-li:nth-of-type(1) {
  width: 58.65%;
  padding-right: 0.3rem;
  color: #333;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .down2 .zz-contBox .zz-li:nth-of-type(1) {
    width: 43%;
  }
}
.down2 .zz-contBox .zz-li:nth-of-type(2) {
  width: 14.02%;
  text-align: center;
  color: #666;
}
@media (max-width: 767px) {
  .down2 .zz-contBox .zz-li:nth-of-type(2) {
    width: 23%;
  }
}
.down2 .zz-contBox .zz-li:nth-of-type(3) {
  width: 22.4%;
  text-align: center;
  color: #666;
}
@media (max-width: 767px) {
  .down2 .zz-contBox .zz-li:nth-of-type(3) {
    width: 23%;
  }
}
.down2 .zz-contBox .zz-li:nth-of-type(4) {
  width: 4.93%;
  text-align: center;
}
@media (max-width: 767px) {
  .down2 .zz-contBox .zz-li:nth-of-type(4) {
    width: 11%;
  }
}
.down2 .zz-contBox .zz-li:nth-of-type(4) img path,
.down2 .zz-contBox .zz-li:nth-of-type(4) svg path {
  transition: all 0.4s;
}
.down2 .zz-contBox .zz-title-list {
  background: #f1f7f8;
}
.down2 .zz-contBox .zz-title-list .zz-li {
  color: #333;
  padding: 0.25rem 0;
}
.down2 .zz-contBox .zz-ul li {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.down2 .zz-contBox .zz-ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(61, 101, 109, 0.14);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 15px;
  z-index: 1;
}
.down2 .zz-contBox .zz-ul li a {
  padding: 0 0.45rem;
  position: relative;
  z-index: 1;
}
.down2 .zz-contBox .zz-ul li a::before {
  content: '';
  position: absolute;
  width: calc(100% - 0.9rem);
  height: 1px;
  background: #ededed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.down2 .zz-contBox .zz-ul li:hover a::before {
  opacity: 0;
}
.down2 .zz-contBox .zz-ul li:hover::before {
  opacity: 1;
}
.down2 .zz-contBox .zz-ul li:hover .zz-li:nth-of-type(1) {
  color: #ff7920;
}
.down2 .zz-contBox .zz-ul li:hover .zz-li:nth-of-type(4) img path,
.down2 .zz-contBox .zz-ul li:hover .zz-li:nth-of-type(4) svg path {
  fill: #ff7920;
}
.down2 .zz-contBox .public-page {
  margin-top: 0.5rem;
}
.down2 .zz-contBox .public-page .p-num a,
.down2 .zz-contBox .public-page .p-prev,
.down2 .zz-contBox .public-page .p-next {
  background: #f1f7f8;
}
.down2 .zz-contBox .public-page .p-num a:hover,
.down2 .zz-contBox .public-page .p-prev:hover,
.down2 .zz-contBox .public-page .p-next:hover,
.down2 .zz-contBox .public-page .p-num a.on,
.down2 .zz-contBox .public-page .p-prev.on,
.down2 .zz-contBox .public-page .p-next.on {
  background: #ff6631;
}
@media (max-width: 767px) {
  .down2 .zz-contBox .zz-contScroll {
    overflow-x: auto;
  }
  .down2 .zz-contBox .zz-contScroll::-webkit-scrollbar {
    height: 0;
  }
}
@media (max-width: 767px) {
  .down2 .zz-contBox .zz-contScroll .zz-cont {
    width: 9rem;
  }
}
.application {
  margin-top: 0.9rem;
  padding-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .application {
    padding-bottom: 1.2rem;
  }
}
.application .zz_w1440 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .application .zz_w1440 {
    flex-direction: column;
  }
}
.application .zz-contBox {
  width: 70.13%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 10px rgba(3, 3, 3, 0.06);
}
@media (max-width: 991px) {
  .application .zz-contBox {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.application .zz-contBox .zz-navBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.45rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-navBox {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0.3rem;
    border-bottom: 0;
    padding: 0;
  }
}
.application .zz-contBox .zz-navBox .zz-nav {
  display: flex;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-navBox .zz-nav {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    border-bottom: 1px solid #ddd;
    padding: 0 0.45rem;
  }
}
.application .zz-contBox .zz-navBox .zz-nav a {
  padding: 0.3rem 0;
  display: flex;
  position: relative;
  z-index: 1;
  color: #999;
  margin-right: 0.55rem;
}
.application .zz-contBox .zz-navBox .zz-nav a:last-child {
  margin-right: 0;
}
.application .zz-contBox .zz-navBox .zz-nav a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background: #ff7920;
  transition: all 0.4s;
}
.application .zz-contBox .zz-navBox .zz-nav a:hover,
.application .zz-contBox .zz-navBox .zz-nav a.on {
  color: #ff7920;
}
.application .zz-contBox .zz-navBox .zz-nav a:hover::before,
.application .zz-contBox .zz-navBox .zz-nav a.on::before {
  width: 100%;
}
.application .zz-contBox .zz-navBox .zz-share {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-navBox .zz-share {
    margin-top: 0.3rem;
    padding: 0 0.45rem;
  }
}
.application .zz-contBox .zz-navBox .zz-share .zz-t {
  color: #666;
  margin-right: 0.15rem;
}
.application .zz-contBox .zz-title-box .zz-text {
  line-height: 1.625em;
  color: #666;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-title-box .zz-text {
    margin-top: 0.3rem;
  }
}
.application .zz-contBox .zz-bigbox {
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-bigbox {
    padding-bottom: 0.75rem;
  }
}
.application .zz-contBox .zz-list1 {
  padding: 0 0.45rem;
  margin-top: 0.45rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-list1 {
    margin-bottom: 0.8rem;
  }
}
.application .zz-contBox .zz-list1 .zz-boxs {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-list1 .zz-boxs {
    flex-direction: column;
  }
}
.application .zz-contBox .zz-list1 .zz-boxs .public-img {
  width: 45.35%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-list1 .zz-boxs .public-img {
    width: 100%;
  }
}
.application .zz-contBox .zz-list1 .zz-boxs .public-img img {
  transition: all 0.8s;
}
.application .zz-contBox .zz-list1 .zz-boxs .public-img:hover img {
  transform: scale(1.05);
}
.application .zz-contBox .zz-list1 .zz-boxs .public-img::before {
  padding-top: 61.9%;
}
.application .zz-contBox .zz-list1 .zz-boxs .zz-contx {
  flex: 1;
  margin-left: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-list1 .zz-boxs .zz-contx {
    margin-left: 0;
    margin-top: 0.3rem;
  }
}
.application .zz-contBox .zz-list1 .zz-boxs .zz-contx .zz-text {
  color: #666;
  line-height: 1.625em;
  margin-top: 10px;
  max-height: 11.37em;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  padding-right: 10px;
}
.application .zz-contBox .zz-list1 .zz-boxs .zz-contx .zz-text::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.application .zz-contBox .zz-list1 .zz-boxs .zz-contx .zz-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.application .zz-contBox .zz-list1 .zz-boxs .zz-contx .zz-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ff7920;
}
@media (max-width: 991px) {
  .application .zz-contBox .zz-list1 .zz-boxs .zz-contx .zz-text {
    max-height: 6.5em;
  }
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-list1 .zz-boxs .zz-contx .zz-text {
    max-height: unset;
  }
}
.application .zz-contBox .zz-list1 .zz-text2 {
  margin-top: 0.45rem;
}
.application .zz-contBox .zz-list2 {
  padding: 0 0.45rem;
  margin-bottom: 0.55rem;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-list2 {
    margin-bottom: 0.75rem;
  }
}
.application .zz-contBox .zz-list2 .public-img {
  width: 100%;
  margin-top: 0.4rem;
}
.application .zz-contBox .zz-list2 .public-img::before {
  padding-top: 43.16%;
}
.application .zz-contBox .zz-list3 {
  padding: 0 0.45rem 0.6rem;
}
.application .zz-contBox .zz-list3 .zz-title-list,
.application .zz-contBox .zz-list3 .zz-ul .zz-a {
  display: flex;
}
.application .zz-contBox .zz-list3 .zz-title-list {
  background: #f1f7f8;
  border-bottom: 1px solid #ddd;
  color: #000;
}
.application .zz-contBox .zz-list3 .zz-title-list .zz-li:nth-of-type(1) {
  text-decoration: none;
}
.application .zz-contBox .zz-list3 .zz-contScroll {
  display: -webkit-box;
  overflow: auto;
}
.application .zz-contBox .zz-list3 .zz-contScroll::-webkit-scrollbar {
  height: 4px;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-list3 .zz-contScroll {
    overflow-x: auto;
  }
}
.application .zz-contBox .zz-list3 .zz-cont {
  border: 1px solid #ddd;
  border-bottom: 0;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-list3 .zz-cont {
    margin-top: 0.6rem;
    width: 26rem;
  }
}
.application .zz-contBox .zz-list3 .zz-ul li {
  border-bottom: 1px solid #ddd;
}
.application .zz-contBox .zz-list3 .zz-ul li a {
  display: flex;
}
.application .zz-contBox .zz-list3 .zz-li {
  padding: 0.2rem 10px;
  min-height: 45px;
  width: 10.86%;
  text-align: center;
  border-right: 1px solid #ddd;
  position: relative;
  z-index: 1;
  word-break: break-all;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-list3 .zz-li {
    min-height: 1.2rem;
  }
}
.application .zz-contBox .zz-list3 .zz-li:last-child {
  border-right: 0;
}
.application .zz-contBox .zz-list3 .zz-li:nth-of-type(1) {
  width: 23.98%;
  width: 200px;
  text-decoration: underline;
}
.application .zz-contBox .zz-list3 .zz-li .zz-tips {
  position: absolute;
  font-size: 12px;
  transform: scale(0.8);
  background: #ff7920;
  border-radius: 4px;
  padding: 2px 8px;
  color: #fff;
  top: 10px;
  left: 5px;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-list3 .zz-li .zz-tips {
    transform: scale(0.6);
  }
}
.application .zz-contBox .zz-list3 .zz-a {
  color: #666;
  transition: all 0.4s;
}
.application .zz-contBox .zz-list3 .zz-a:hover {
  color: #ff6631;
}
.application .zz-contBox .zz-list3 .zz-btn {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-list3 .zz-btn {
    margin-top: 0.6rem;
  }
}
.application .zz-contBox .zz-list3 .zz-btn .public-btn {
  min-width: 1.2rem;
  height: 0.45rem;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .application .zz-contBox .zz-list3 .zz-btn .public-btn {
    padding: 0 0.3rem;
    height: 0.8rem;
  }
}
.application .zz-contBox .zz-list3 .zz-btn .public-btn .zz-ico {
  height: 0.12rem;
}
@media (max-width: 991px) {
  .application .zz-contBox .zz-list3 .zz-btn .public-btn .zz-ico {
    height: 0.2rem;
  }
}
.contact-bg {
  background: #fdfdfd;
}
.contact1 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.7rem 0 1.2rem;
}
@media (max-width: 767px) {
  .contact1 {
    padding: 1rem 0 1.2rem;
  }
}
.contact1 .zz-cont {
  border-top: 1px solid #e1e1e1;
  padding-top: 0.45rem;
  margin-top: 0.45rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact1 .zz-cont {
    flex-direction: column;
  }
}
.contact1 .zz-cont .zz-left {
  width: 59.02%;
}
@media (max-width: 991px) {
  .contact1 .zz-cont .zz-left {
    width: 100%;
  }
}
.contact1 .zz-cont .zz-left ul {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .contact1 .zz-cont .zz-left ul {
    margin-top: 0.3rem;
  }
}
.contact1 .zz-cont .zz-left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .contact1 .zz-cont .zz-left ul li {
    margin-bottom: 0.3rem;
  }
}
.contact1 .zz-cont .zz-left ul li:last-child {
  margin-bottom: 0;
}
.contact1 .zz-cont .zz-left ul li .zz-icon {
  width: 45px;
  height: 45px;
  border-radius: 1000px;
  border: 1px solid #3d656d;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact1 .zz-cont .zz-left ul li .zz-icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.contact1 .zz-cont .zz-left ul li .zz-icon img,
.contact1 .zz-cont .zz-left ul li .zz-icon svg {
  width: 20px;
  height: auto;
}
@media (max-width: 1580px) {
  .contact1 .zz-cont .zz-left ul li .zz-icon img,
  .contact1 .zz-cont .zz-left ul li .zz-icon svg {
    width: 18px;
  }
}
.contact1 .zz-cont .zz-left ul li .zz-text {
  flex: 1;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .contact1 .zz-cont .zz-left ul li .zz-text {
    margin-left: 0.3rem;
  }
}
.contact1 .zz-cont .zz-right {
  width: 40.97%;
}
@media (max-width: 991px) {
  .contact1 .zz-cont .zz-right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.contact1 .zz-cont .zz-right .zz-box {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .contact1 .zz-cont .zz-right .zz-box {
    margin-top: 0.3rem;
  }
}
.contact1 .zz-cont .zz-right .zz-box .zz-imgbox {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 10px;
  min-width: 100px;
  min-height: 100px;
}
@media (max-width: 767px) {
  .contact1 .zz-cont .zz-right .zz-box .zz-imgbox {
    min-width: 2rem;
    min-height: 2rem;
  }
}
.contact2 {
  background: #f1f7f8;
  padding: 1.15rem 0 1.5rem;
}
@media (max-width: 767px) {
  .contact2 {
    padding-bottom: 1.2rem;
  }
}
.contact2 .form-box {
  margin-top: 0.35rem;
}
.contact2 .form-box .public-form {
  padding-bottom: 0.6rem;
}
.join_mbx {
  background: #f1f7f8;
}
.join1 {
  background: #f1f7f8;
  padding: 1.1rem 0 1.4rem;
}
.join1 .public-svContList li {
  box-shadow: unset;
  background: #fff;
}
.join2 {
  padding: 1.1rem 0 1.55rem;
}
@media (max-width: 767px) {
  .join2 {
    padding-bottom: 1.1rem;
  }
}
.join2 .zz-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 0.7rem;
}
.join2 .zz-ul li {
  width: 32.41%;
  margin-right: 1.38%;
  padding: 0.3rem;
  min-height: 3.25rem;
  background: #f1f7f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.4s;
  margin-bottom: 0.2rem;
}
.join2 .zz-ul li:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .join2 .zz-ul li {
    width: 49.31%;
    margin-right: 1.38%;
  }
  .join2 .zz-ul li:nth-of-type(4n+4) {
    margin-right: 1.38%;
  }
  .join2 .zz-ul li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .join2 .zz-ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
  }
  .join2 .zz-ul li:nth-of-type(4n+4) {
    margin-right: 4%;
  }
  .join2 .zz-ul li:nth-of-type(3n+3) {
    margin-right: 4%;
  }
  .join2 .zz-ul li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.join2 .zz-ul li:hover {
  transform: translateY(-10px);
}
.join2 .zz-ul li .zz-icon {
  width: 0.6rem;
  height: 0.6rem;
  margin-bottom: 0.3rem;
}
.join2 .zz-ul li .zz-icon img,
.join2 .zz-ul li .zz-icon svg {
  width: 100%;
  height: 100%;
}
.join2 .zz-ul li .zz-text {
  text-align: center;
}
.join3 {
  overflow: hidden;
  background: #f1f7f8;
  padding: 1.1rem 0 1.55rem;
}
@media (max-width: 767px) {
  .join3 {
    padding-bottom: 1.2rem;
  }
}
.join3 .join3Swp {
  margin-top: 0.5rem;
}
.join3 .join3Swp .swiper-button-prev {
  position: absolute;
  top: 45.5%;
  transform: translateY(-50%);
  left: 0.25rem;
}
@media (max-width: 991px) {
  .join3 .join3Swp .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .join3 .join3Swp .swiper-button-prev {
    left: 0.2rem;
  }
}
.join3 .join3Swp .swiper-button-next {
  position: absolute;
  top: 45.5%;
  transform: translateY(-50%);
  left: unset;
  right: 0.25rem;
}
@media (max-width: 991px) {
  .join3 .join3Swp .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .join3 .join3Swp .swiper-button-next {
    right: 0.2rem;
  }
}
.join3 .join3Swp .swiper-slide .public-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.join3 .join3Swp .swiper-slide .public-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}
.join3 .join3Swp .swiper-slide .public-img img {
  transition: all 0.8s;
}
.join3 .join3Swp .swiper-slide .public-img:hover img {
  transform: scale(1.05);
}
.join3 .join3Swp .swiper-slide .public-img img {
  border-radius: inherit;
}
.join3 .join3Swp .swiper-slide .public-img::before {
  padding-top: 50%;
}
@media (max-width: 767px) {
  .join3 .join3Swp .swiper-slide .public-img::before {
    padding-top: 60%;
  }
}
.join3 .join3Swp .swiper-slide .zz-text {
  text-align: center;
  margin-top: 0.25rem;
  transition: all 0.4s;
  opacity: 0;
}
@media (max-width: 767px) {
  .join3 .join3Swp .swiper-slide .zz-text {
    margin-top: 0.45rem;
  }
}
.join3 .join3Swp .swiper-slide-active .public-img::after {
  opacity: 0;
}
.join3 .join3Swp .swiper-slide-active .zz-text {
  opacity: 1;
}
.join3 .join3Swp .swiper-container {
  overflow: unset;
}
@media (max-width: 767px) {
  .join3 .join3Swp .swiper-container {
    overflow: hidden;
  }
}
.join_list {
  background: #f1f7f8;
}
.join_list .zz-box1 {
  display: flex;
  justify-content: space-between;
  padding: 0.55rem 0;
  border-bottom: 1px solid #d8dedf;
}
@media (max-width: 991px) {
  .join_list .zz-box1 {
    flex-direction: column;
  }
}
.join_list .zz-box1 .h2 {
  padding-right: 0.4rem;
  flex: 1;
  color: #000;
}
.join_list .zz-box1 .zz-text {
  width: 57.63%;
}
@media (max-width: 1366px) {
  .join_list .zz-box1 .zz-text {
    width: 70.13%;
  }
}
@media (max-width: 991px) {
  .join_list .zz-box1 .zz-text {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.join_list .zz-box2 {
  margin-top: 0.5rem;
  padding-bottom: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .join_list .zz-box2 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .join_list .zz-box2 {
    margin-top: 0.75rem;
    padding-bottom: 1.2rem;
  }
}
.join_list .zz-box2 .zz-contBox {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 10px rgba(3, 3, 3, 0.06);
  width: 70.13%;
  padding-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .join_list .zz-box2 .zz-contBox {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.join_list .zz-box2 .zz-contBox .zz-title-list {
  padding: 0.2rem 0.45rem;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-contBox .zz-title-list {
    padding: 0.55rem 0.45rem 0.2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.join_list .zz-box2 .zz-contBox .zz-title-list .zz-l span {
  color: #ff7920;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-contBox .zz-title-list .public-search {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.join_list .zz-box2 .zz-contBox .zz-title-list::before {
  content: '';
  position: absolute;
  width: calc(100% - 0.9rem);
  height: 1px;
  background: #ededed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-contBox .zz-title-list::before {
    content: unset;
  }
}
.join_list .zz-box2 .zz-contBox .zz-title-list,
.join_list .zz-box2 .zz-contBox .zz-ul li .zz-a {
  display: flex;
  width: 100%;
}
.join_list .zz-box2 .zz-contBox .zz-ul li .zz-a {
  flex-direction: column;
  padding-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-contBox .zz-ul li .zz-a {
    flex-direction: column;
  }
}
.join_list .zz-box2 .zz-contBox .zz-li {
  padding: 0.35rem 0 0;
  min-height: 45px;
  word-break: break-all;
  white-space: normal;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-contBox .zz-li {
    padding: 0;
    min-height: unset;
  }
}
.join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(1) {
  width: 44.19%;
  padding-right: 0.3rem;
  color: #333;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(1) {
    width: 100%;
  }
}
.join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(2) {
  width: 24.3%;
  text-align: center;
  color: #666;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(2) {
    width: 100%;
    text-align: left;
    font-size: 0.24rem;
    margin-top: 0.2rem;
    order: 4;
  }
}
.join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(3) {
  width: 25.41%;
  text-align: center;
  color: #666;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(3) {
    width: 100%;
    text-align: left;
    margin-top: 0.3rem;
  }
}
.join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(4) {
  width: 6.1%;
  text-align: center;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(4) {
    width: 11%;
    display: none;
  }
}
.join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(4) img,
.join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(4) svg {
  width: 0.2rem;
  min-width: 14px;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(4) img,
  .join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(4) svg {
    min-width: 0.3rem;
  }
}
.join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(4) img path,
.join_list .zz-box2 .zz-contBox .zz-li:nth-of-type(4) svg path {
  transition: all 0.4s;
}
.join_list .zz-box2 .zz-contBox .zz-ul li {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.join_list .zz-box2 .zz-contBox .zz-ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(61, 101, 109, 0.14);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 15px;
  z-index: 1;
}
.join_list .zz-box2 .zz-contBox .zz-ul li a {
  padding: 0 0.45rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-contBox .zz-ul li a {
    padding: 0.55rem 0.45rem;
  }
}
.join_list .zz-box2 .zz-contBox .zz-ul li a::before {
  content: '';
  position: absolute;
  width: calc(100% - 0.9rem);
  height: 1px;
  background: #ededed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.join_list .zz-box2 .zz-contBox .zz-ul li:hover a::before {
  opacity: 0;
}
.join_list .zz-box2 .zz-contBox .zz-ul li:hover::before {
  opacity: 1;
}
.join_list .zz-box2 .zz-contBox .zz-ul li:hover .zz-li:nth-of-type(1) {
  color: #ff7920;
}
.join_list .zz-box2 .zz-contBox .zz-ul li:hover .zz-li:nth-of-type(4) img path,
.join_list .zz-box2 .zz-contBox .zz-ul li:hover .zz-li:nth-of-type(4) svg path {
  fill: #ff7920;
}
.join_list .zz-box2 .zz-contBox .public-page {
  margin-top: 0.5rem;
}
.join_list .zz-box2 .zz-contBox .public-page .p-num a,
.join_list .zz-box2 .zz-contBox .public-page .p-prev,
.join_list .zz-box2 .zz-contBox .public-page .p-next {
  background: #f1f7f8;
}
.join_list .zz-box2 .zz-contBox .public-page .p-num a:hover,
.join_list .zz-box2 .zz-contBox .public-page .p-prev:hover,
.join_list .zz-box2 .zz-contBox .public-page .p-next:hover,
.join_list .zz-box2 .zz-contBox .public-page .p-num a.on,
.join_list .zz-box2 .zz-contBox .public-page .p-prev.on,
.join_list .zz-box2 .zz-contBox .public-page .p-next.on {
  background: #ff6631;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-contBox .zz-contScroll {
    overflow-x: auto;
  }
  .join_list .zz-box2 .zz-contBox .zz-contScroll::-webkit-scrollbar {
    height: 0;
  }
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-contBox .zz-contScroll .zz-cont {
    width: 100%;
  }
}
.join_list .zz-box2 .zz-boxs1 {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-boxs1 {
    flex-direction: column;
  }
}
.join_list .zz-box2 .zz-ul2 {
  display: flex;
  color: #999;
  margin-top: 4px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .join_list .zz-box2 .zz-ul2 {
    margin-top: 0.15rem;
  }
}
.join_list .zz-box2 .zz-ul2 .zz-li2 {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .join_list .zz-box2 .zz-ul2 .zz-li2 {
    font-size: 0.24rem;
  }
}
.join_list .zz-box2 .zz-ul2 .zz-li2:last-child::before {
  content: unset;
}
.join_list .zz-box2 .zz-ul2 .zz-li2::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 65%;
  background: #999;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.join_detail {
  background: #f1f7f8;
  padding: 0.8rem 0 1.6rem;
}
@media (max-width: 767px) {
  .join_detail {
    padding: 1.1rem 0;
  }
}
.join_detail .zz-box1 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  padding: 0.55rem 0.5rem 0.6rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .join_detail .zz-box1 {
    flex-direction: column;
  }
}
.join_detail .zz-box1 .zz-left .zz-ul2 {
  display: flex;
  color: #999;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .join_detail .zz-box1 .zz-left .zz-ul2 {
    margin-top: 0.15rem;
  }
}
.join_detail .zz-box1 .zz-left .zz-ul2 .zz-li2 {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .join_detail .zz-box1 .zz-left .zz-ul2 .zz-li2 {
    font-size: 0.24rem;
  }
}
.join_detail .zz-box1 .zz-left .zz-ul2 .zz-li2:last-child {
  margin-right: 0;
  padding-right: 0;
}
.join_detail .zz-box1 .zz-left .zz-ul2 .zz-li2:last-child::before {
  content: unset;
}
.join_detail .zz-box1 .zz-left .zz-ul2 .zz-li2::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 65%;
  background: #999;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 767px) {
  .join_detail .zz-box1 .zz-left {
    width: 100%;
  }
}
.join_detail .zz-box1 .zz-right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .join_detail .zz-box1 .zz-right {
    margin-top: 0.6rem;
  }
}
.join_detail .zz-box1 .zz-right .public-btn .zz-ico {
  height: 10px;
}
.join_detail .zz-box2 {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  padding: 0.45rem 0.5rem 0.75rem;
}
.join_detail .zz-box2 .zz-contBox {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.4rem;
  padding-top: 0.45rem;
}
.join_detail .zz-box2 .zz-contBox:nth-of-type(1) {
  padding-top: 0;
}
.join_detail .zz-box2 .zz-contBox .zz-title {
  color: #3d656d;
  margin-bottom: 0.15rem;
}
.join_detail .zz-box2 .zz-contBox .zz-cont {
  line-height: 2em;
  color: #666;
}
.join_detail .zz-box2 .zz-btn {
  margin-top: 0.5rem;
}
.join_detail .zz-box2 .zz-btn .public-btn .zz-ico path {
  fill: #fff;
}
.pro_list {
  padding: 0.95rem 0 1.3rem;
}
@media (max-width: 767px) {
  .pro_list {
    padding: 1.1rem 0 0.8rem;
  }
}
.pro_list .zz-box1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .pro_list .zz-box1 {
    flex-direction: column;
    margin-top: 0.55rem;
  }
}
.pro_list .zz-box1 .zz-newPro {
  width: 65.97%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .pro_list .zz-box1 .zz-newPro {
    width: 49%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .pro_list .zz-box1 .zz-newPro {
    width: 100%;
  }
}
.pro_list .zz-box1 .zz-newPro:hover .public-img img {
  transform: scale(1.05);
}
.pro_list .zz-box1 .zz-newPro .public-img {
  width: 100%;
  border-radius: 10px;
}
.pro_list .zz-box1 .zz-newPro .public-img::before {
  padding-top: 46.31%;
}
@media (max-width: 991px) {
  .pro_list .zz-box1 .zz-newPro .public-img::before {
    padding-top: 64.31%;
  }
}
@media (max-width: 767px) {
  .pro_list .zz-box1 .zz-newPro .public-img::before {
    padding-top: 90%;
  }
}
.pro_list .zz-box1 .zz-newPro .public-img img {
  border-radius: inherit;
  transition: all 0.8s;
}
.pro_list .zz-box1 .zz-newPro .zz-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  z-index: 3;
  top: 0;
  left: 0;
  width: 70%;
}
@media (max-width: 991px) {
  .pro_list .zz-box1 .zz-newPro .zz-cont {
    width: 100%;
    position: relative;
    color: #333;
    justify-content: flex-start;
    top: unset;
    left: unset;
    border: 1px solid #ddd;
    border-top: 0;
    height: auto;
    flex: 1;
    padding: 0.35rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.pro_list .zz-box1 .zz-newPro .zz-cont .zz-text {
  line-height: 1.625em;
}
@media (max-width: 991px) {
  .pro_list .zz-box1 .zz-newPro .zz-cont .zz-text {
    color: #666;
    margin-top: 0.2rem;
  }
}
.pro_list .zz-box1 .zz-newPro .zz-mask {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .pro_list .zz-box1 .zz-newPro .zz-mask {
    display: none;
  }
}
.pro_list .zz-box1 .public-proLi {
  height: auto;
  width: 31.94%;
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .pro_list .zz-box1 .public-proLi {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .pro_list .zz-box1 .public-proLi {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.pro_list .zz-box2 {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.public-proLi {
  overflow: hidden;
  border-radius: 10px;
  width: 31.94%;
  margin-right: 2.08%;
  height: 440px;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .public-proLi {
    height: 410px;
  }
}
@media (max-width: 1366px) {
  .public-proLi {
    height: 350px;
  }
}
.public-proLi:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .public-proLi {
    width: 48.96%;
    overflow: unset;
    height: auto;
  }
  .public-proLi:nth-of-type(3n+3) {
    margin-right: 2.08%;
  }
  .public-proLi:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .public-proLi {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 995px) {
  .public-proLi:hover .zz-box::before {
    width: 100%;
  }
  .public-proLi:hover .zz-box .h3::before {
    width: 100%;
  }
  .public-proLi:hover .zz-box .zz-cont {
    height: 100%;
  }
  .public-proLi:hover .zz-box .zz-cont .zz-icon {
    opacity: 0;
  }
  .public-proLi:hover .zz-box .zz-mask {
    top: 0;
    opacity: 0.9;
  }
  .public-proLi:hover .zz-box .zz-text {
    bottom: 35px;
    opacity: 1;
  }
}
.public-proLi .zz-bigbox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .public-proLi .zz-bigbox {
    padding-bottom: 0.3rem;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.public-proLi .zz-box {
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.public-proLi .zz-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 0;
  background: #ff8636;
  width: 0;
  transition: all 0.8s;
  z-index: 2;
  border-radius: 1000px;
}
.public-proLi .zz-box .h3,
.public-proLi .zz-box .zz-cont {
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (max-width: 991px) {
  .public-proLi .zz-box .h3,
  .public-proLi .zz-box .zz-cont {
    color: #333;
  }
}
.public-proLi .zz-box .zz-title {
  padding: 0 0.35rem;
}
.public-proLi .zz-box .h3 {
  padding: 0.25rem 0 0.2rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .public-proLi .zz-box .h3 {
    padding: 0.35rem 0 0.25rem;
  }
}
.public-proLi .zz-box .h3::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #ddd;
  transition: all 0.8s;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .public-proLi .zz-box .h3::before {
    width: 100%;
    height: 1px;
  }
}
.public-proLi .zz-box .zz-cont {
  transition: all 0.8s;
  position: relative;
  z-index: 2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 36.5%;
  padding: 0.35rem 0.35rem 0.3rem;
}
@media (max-width: 991px) {
  .public-proLi .zz-box .zz-cont {
    height: auto;
  }
}
.public-proLi .zz-box .zz-cont .zz-icon {
  position: absolute;
  right: 0.3rem;
  top: 0.4rem;
  width: 16px;
  transition: all 0.4s;
}
.public-proLi .zz-box .zz-cont li {
  position: relative;
  z-index: 2;
  margin-bottom: 0.1rem;
}
.public-proLi .zz-box .zz-cont li:last-child {
  margin-bottom: 0;
}
@media (min-width: 995px) {
  .public-proLi .zz-box .zz-cont li:hover .zz-span {
    color: #ff7920;
  }
  .public-proLi .zz-box .zz-cont li:hover img path,
  .public-proLi .zz-box .zz-cont li:hover svg path {
    fill: #fff;
  }
}
.public-proLi .zz-box .zz-cont li img,
.public-proLi .zz-box .zz-cont li svg {
  width: 0.12rem;
  min-width: 8px;
  margin-right: 10px;
}
.public-proLi .zz-box .zz-cont li img path,
.public-proLi .zz-box .zz-cont li svg path {
  transition: all 0.4s;
}
.public-proLi .zz-box .zz-cont li .zz-span {
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-proLi .zz-box .zz-cont li .zz-span {
    color: #666;
  }
}
.public-proLi .zz-box .zz-mask {
  position: absolute;
  width: 100%;
  height: 200%;
  background: #3d656d;
  top: 63.5%;
  left: 0;
  z-index: 1;
  border: 10px;
  transition: all 0.8s;
}
@media (max-width: 991px) {
  .public-proLi .zz-box .zz-mask {
    display: none;
  }
}
.public-proLi .zz-box .public-img,
.public-proLi .zz-box .zz-imgbox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 63.5%;
}
@media (max-width: 991px) {
  .public-proLi .zz-box .public-img,
  .public-proLi .zz-box .zz-imgbox {
    position: relative;
    height: 0;
    padding-bottom: 64.31%;
  }
}
.public-proLi .zz-box .public-img img,
.public-proLi .zz-box .zz-imgbox img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .public-proLi .zz-box .public-img img,
  .public-proLi .zz-box .zz-imgbox img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.public-proLi .zz-box .zz-text {
  position: absolute;
  width: 100%;
  padding: 0 0.35rem;
  left: 0;
  bottom: 35px;
  transition: all 0.8s;
  opacity: 0;
  color: #fff;
  line-height: 1.625em;
  z-index: 3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.25em;
}
@media (max-width: 991px) {
  .public-proLi .zz-box .zz-text {
    position: relative;
    bottom: unset;
    left: unset;
    opacity: 1;
    height: 3.3em;
    color: #666;
    -webkit-line-clamp: unset;
  }
}
.pro_news {
  padding: 1rem 0 1.6rem;
}
@media (max-width: 767px) {
  .pro_news {
    padding: 1.1rem 0;
  }
}
@media (max-width: 991px) {
  .pro_news > .zz_w1440 > .zz-box {
    display: flex;
    flex-wrap: wrap;
  }
}
.pro_news .pro_newsLi {
  width: 100%;
  border-radius: 15px;
  transition: all 0.4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .pro_news .pro_newsLi {
    width: 48%;
    margin-right: 4%;
  }
  .pro_news .pro_newsLi:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .pro_news .pro_newsLi {
    width: 100%;
    margin-right: 0;
  }
}
.pro_news .pro_newsLi:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
}
.pro_news .pro_newsLi:hover .zz-right .h2 {
  color: #ff7920;
}
@media (min-width: 995px) {
  .pro_news .pro_newsLi:hover .zz-right .zz-btnBox .zz-btn {
    padding: 0 0.25rem;
    background: #ff7920;
  }
  .pro_news .pro_newsLi:hover .zz-right .zz-btnBox .zz-btn .zz-div {
    width: 65px;
    opacity: 1;
    margin-right: 10px;
  }
  .pro_news .pro_newsLi:hover .zz-right .zz-btnBox .zz-btn img,
  .pro_news .pro_newsLi:hover .zz-right .zz-btnBox .zz-btn svg {
    transform: rotate(315deg);
  }
}
.pro_news .pro_newsLi a {
  display: flex;
  border-radius: inherit;
}
@media (max-width: 991px) {
  .pro_news .pro_newsLi a {
    flex-direction: column;
  }
}
.pro_news .pro_newsLi .zz-left {
  width: 50%;
  background: #f1f7f8;
  border-radius: inherit;
}
@media (max-width: 991px) {
  .pro_news .pro_newsLi .zz-left {
    width: 100%;
  }
}
.pro_news .pro_newsLi .zz-left .public-img {
  width: 100%;
}
.pro_news .pro_newsLi .zz-left .public-img::before {
  padding-top: 61.11%;
}
.pro_news .pro_newsLi .zz-right {
  width: 50%;
  padding: 0.4rem 0.6rem 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .pro_news .pro_newsLi .zz-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pro_news .pro_newsLi .zz-right {
    padding: 0.6rem 0.4rem 0.6rem;
  }
}
.pro_news .pro_newsLi .zz-right .zz-title {
  padding-bottom: 0.25rem;
  margin-bottom: 0.3rem;
  border-bottom: 3px solid #ddd;
}
@media (max-width: 767px) {
  .pro_news .pro_newsLi .zz-right .zz-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.35rem;
    margin-bottom: 0.4rem;
  }
}
.pro_news .pro_newsLi .zz-right .h2 {
  color: #000;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.2em;
  transition: all 0.4s;
}
.pro_news .pro_newsLi .zz-right .zz-text {
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 6em;
}
.pro_news .pro_newsLi .zz-right .zz-btnBox {
  display: inline-flex;
  margin-top: 0.75rem;
}
.pro_news .pro_newsLi .zz-right .zz-btnBox .zz-btn {
  min-width: 0.55rem;
  height: 0.55rem;
  border-radius: 1000px;
  background: #3d656d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .pro_news .pro_newsLi .zz-right .zz-btnBox .zz-btn {
    padding: 0.35rem 0.25rem;
    background: #ff7920;
  }
  .pro_news .pro_newsLi .zz-right .zz-btnBox .zz-btn .zz-div {
    width: auto;
    opacity: 1;
    margin-right: 10px;
  }
  .pro_news .pro_newsLi .zz-right .zz-btnBox .zz-btn img,
  .pro_news .pro_newsLi .zz-right .zz-btnBox .zz-btn svg {
    transform: rotate(315deg);
  }
}
.pro_news .pro_newsLi .zz-right .zz-btnBox .zz-div {
  width: 0;
  transition: all 0.4s;
  overflow: hidden;
  display: inline-flex;
  white-space: nowrap;
  color: #fff;
  opacity: 0;
}
.pro_news .pro_newsLi .zz-right .zz-btnBox img,
.pro_news .pro_newsLi .zz-right .zz-btnBox svg {
  width: 0.18rem;
  min-width: 12px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .pro_news .pro_newsLi .zz-right .zz-btnBox img,
  .pro_news .pro_newsLi .zz-right .zz-btnBox svg {
    min-width: 0.3rem;
  }
}
.pro_news .public-page {
  padding-top: 0.3rem;
}
.pro_detail1 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 1.55rem;
}
@media (max-width: 767px) {
  .pro_detail1 {
    padding: 1.1rem 0;
  }
}
.pro_detail1 .zz_w1440 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
}
@media (max-width: 991px) {
  .pro_detail1 .zz_w1440 {
    flex-direction: column;
  }
}
.pro_detail1 .zz-left {
  width: 50%;
  background: #fff;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .pro_detail1 .zz-left {
    width: 100%;
  }
}
.pro_detail1 .zz-left .pro_swp {
  width: 100%;
}
.pro_detail1 .zz-left .public-img {
  width: 100%;
  border-radius: inherit;
}
.pro_detail1 .zz-left .public-img::before {
  padding-top: 61.11%;
}
.pro_detail1 .zz-left .public-img img {
  border-radius: inherit;
}
.pro_detail1 .zz-left .swiper-pagination {
  bottom: 25px;
}
@media (max-width: 767px) {
  .pro_detail1 .zz-left .swiper-pagination {
    bottom: 0.3rem;
  }
}
.pro_detail1 .zz-left .swiper-pagination-bullet {
  height: 3px;
  width: 30px;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  border-radius: 0;
  opacity: 1;
  margin: 0 6px;
}
@media (max-width: 767px) {
  .pro_detail1 .zz-left .swiper-pagination-bullet {
    height: 2px;
    width: 0.6rem;
  }
}
.pro_detail1 .zz-left .swiper-pagination-bullet-active {
  background: #ff7920;
}
.pro_detail1 .zz-right {
  width: 46.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pro_detail1 .zz-right {
    width: 100%;
    margin-top: 0.25rem;
  }
}
@media (max-width: 767px) {
  .pro_detail1 .zz-right {
    margin-top: 0.5rem;
  }
}
.pro_detail1 .zz-right .zz-title {
  padding-bottom: 0.25rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .pro_detail1 .zz-right .zz-title {
    padding-bottom: 0.45rem;
    margin-bottom: 0.4rem;
  }
}
.pro_detail1 .zz-right .h1 {
  color: #000;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.2em;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .pro_detail1 .zz-right .h1 {
    height: auto;
    -webkit-line-clamp: unset;
  }
}
@media (max-width: 767px) {
  .pro_detail1 .zz-right .h1 {
    font-size: 0.32rem;
  }
}
.pro_detail1 .zz-right .zz-text {
  color: #666;
  max-height: 8em;
  line-height: 2em;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  padding-right: 10px;
}
.pro_detail1 .zz-right .zz-text::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.pro_detail1 .zz-right .zz-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.pro_detail1 .zz-right .zz-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ff6631;
}
@media (max-width: 991px) {
  .pro_detail1 .zz-right .zz-text {
    max-height: unset;
  }
}
.pro_detail1 .zz-right .zz-btnBox {
  display: flex;
  margin-top: 0.55rem;
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn {
  margin-right: 0.2rem;
  position: relative;
  z-index: 1;
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn:hover .share-box {
  display: block;
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .zz-share-box {
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  background: #fff;
  border-radius: 10px;
  width: 100%;
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .zz-share-box .zz-share {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box {
  position: absolute;
  box-shadow: 0 0 8px #ccc;
  background: #fff;
  border-radius: 0.08rem;
  padding: 0.15rem 0.22rem;
  display: none;
  z-index: 20;
  padding-left: 0.1rem;
  top: 135%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
}
@media (max-width: 767px) {
  .pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box {
    padding-left: 0;
    top: -260%;
    padding: 0.1rem 0.22rem;
  }
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box .zz-mask {
  position: absolute;
  height: 100%;
  width: 30%;
  left: 100%;
  top: 0;
}
@media (max-width: 767px) {
  .pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box .zz-mask {
    display: none;
  }
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box .social-share-icon {
  margin-bottom: 0;
  color: #f9f9f9 !important;
  background: transparent !important;
  border-color: transparent !important;
  font-size: 16px;
  width: auto;
  height: auto;
  display: flex;
}
@media (max-width: 991px) {
  .pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box .social-share-icon {
    margin-bottom: 0;
  }
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box .social-share-icon:hover {
  background: transparent !important;
  border-color: transparent !important;
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box .social-share-icon:last-child {
  margin-bottom: 0;
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box .social-share-icon::before {
  width: 32px;
  height: 32px;
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box .social-share-icon span {
  color: #333;
  white-space: nowrap;
  font-size: 14px;
}
@media (max-width: 767px) {
  .pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box .social-share-icon span {
    font-size: 0.24rem;
    color: #999;
  }
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box .icon-weibo {
  color: #ef6626 !important;
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box .icon-qq {
  color: #437eef !important;
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box .icon-wechat {
  color: #00c800 !important;
}
.pro_detail1 .zz-right .zz-btnBox .zz-btn .share-box .icon-wechat .wechat-qrcode.bottom {
  left: unset;
  right: 100%;
  top: -0.2rem;
}
.pro_detail2 .zz-title-box {
  border-bottom: 1px solid #ededed;
}
.pro_detail2 .zz-title-box .h3 {
  padding: 0.35rem 0;
  transition: all 0.4s;
  position: relative;
  display: inline-flex;
  color: #ff7920;
}
.pro_detail2 .zz-title-box .h3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ff7920;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pro_detail2 .zz-title-box .h3::before {
    height: 2px;
  }
}
.pro_detail2 .zz-box {
  padding: 0.95rem 0 1.75rem;
}
@media (max-width: 767px) {
  .pro_detail2 .zz-box {
    padding: 0.9rem 0 1.1rem;
  }
}
.pro_detail2 .h2 {
  color: #333;
}
.pro_detail2 table {
  margin-top: 0.35rem;
  width: 100%;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .pro_detail2 table {
    margin-top: 0.65rem;
  }
}
.pro_detail2 table tr {
  border-bottom: 1px solid #ddd;
}
.pro_detail2 table tr:last-child {
  border-bottom: 0;
}
.pro_detail2 table td {
  padding: 0.2rem;
  min-height: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .pro_detail2 table td {
    min-height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .pro_detail2 table td {
    padding: 0.3rem 0.2rem;
  }
}
.pro_detail2 table td:nth-of-type(1) {
  width: 27.43%;
  background: #f1f7f8;
  border-right: 1px solid #ddd;
  color: #000;
}
@media (max-width: 991px) {
  .pro_detail2 table td:nth-of-type(1) {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .pro_detail2 table td:nth-of-type(1) {
    width: 50%;
  }
}
.pro_detail2 table td:nth-of-type(2) {
  width: 72.56%;
  color: #333;
}
@media (max-width: 991px) {
  .pro_detail2 table td:nth-of-type(2) {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .pro_detail2 table td:nth-of-type(2) {
    width: 50%;
  }
}
.pro_specs1 .zz-box1 {
  display: flex;
  justify-content: space-between;
  padding: 0.55rem 0;
  border-bottom: 1px solid #d8dedf;
}
@media (max-width: 991px) {
  .pro_specs1 .zz-box1 {
    flex-direction: column;
  }
}
.pro_specs1 .zz-box1 .h2 {
  padding-right: 0.4rem;
  flex: 1;
  color: #000;
}
.pro_specs1 .zz-box1 .zz-text {
  width: 77.63%;
}
@media (max-width: 1366px) {
  .pro_specs1 .zz-box1 .zz-text {
    width: 70.13%;
  }
}
@media (max-width: 991px) {
  .pro_specs1 .zz-box1 .zz-text {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.pro_specs1 .btn-navBox {
  margin-top: 0.4rem;
  margin-bottom: 0.35rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .pro_specs1 .btn-navBox {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;
  }
}
.pro_specs1 .btn-nav {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .pro_specs1 .btn-nav {
    padding-right: 0;
  }
}
.pro_specs1 .btn-nav li {
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .pro_specs1 .btn-nav li {
    margin-bottom: 0.3rem;
  }
}
.pro_specs1 .btn-nav li:last-child {
  margin-right: 0;
}
.pro_specs1 .btn-nav li .reset-btn {
  padding: 0;
}
.pro_specs1 .btn-nav li .reset-btn input {
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
}
.pro_specs1 .drag-box {
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.pro_specs1 .drag-box::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.pro_specs1 .drag-box .drag-x {
  width: auto;
}
.pro_specs1 .drag-tips {
  display: flex;
  color: #999;
  display: none;
}
@media (max-width: 767px) {
  .pro_specs1 .drag-tips {
    margin-top: 0.3rem;
  }
}
.pro_specs1 .drag-tips img {
  margin-right: 20px;
  width: 0.25rem;
  height: 0.25rem;
  min-width: 20px;
  min-height: 20px;
  animation: mouse 2s infinite;
}
.pro_specs1 table {
  width: 100%;
}
.pro_specs1 .tbody {
  margin-top: 0.35rem;
  width: 100%;
}
.pro_specs1 .th {
  background: #e0eef1;
  border-right: 1px solid #e5e5e5;
  color: #000;
  padding: 0.25rem 0.1rem;
  min-height: 40px;
  text-align: center;
}
.pro_specs1 .th:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .pro_specs1 .th {
    min-height: 0.8rem;
  }
}
.pro_specs1 .zz-260 {
  width: 226px;
}
@media (max-width: 767px) {
  .pro_specs1 .zz-260 {
    width: 4.6rem;
  }
}
.pro_specs1 .zz-200 {
  width: 200px;
}
@media (max-width: 767px) {
  .pro_specs1 .zz-200 {
    width: 3.5rem;
  }
}
.pro_specs1 .zz-150 {
  width: 150px;
}
@media (max-width: 767px) {
  .pro_specs1 .zz-150 {
    width: 3rem;
  }
}
.pro_specs1 .zz-170 {
  width: 170px;
  width: 135px;
}
@media (max-width: 767px) {
  .pro_specs1 .zz-170 {
    width: 3.4rem;
  }
}
.pro_specs1 .tr,
.pro_specs1 .tr2 {
  width: auto;
  display: inline-flex;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
}
.pro_specs1 .tr2 {
  transition: all 0.4s;
}
.pro_specs1 .tr2:hover .td2 {
  background: #f8f8f8;
}
.pro_specs1 .td {
  background: #fff;
  border-right: 1px solid #e5e5e5;
  vertical-align: top;
  transition: all 0.4s;
}
.pro_specs1 .td:last-child {
  border-right: 0;
}
.pro_specs1 .td2 {
  background: #fff;
  border-right: 1px solid #e5e5e5;
  min-height: 45px;
  text-align: center;
  position: relative;
  z-index: 1;
  word-break: break-all;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.pro_specs1 .td2 .zz-radioBox {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e5e5e5;
  padding: 0.18rem 0;
}
@media (max-width: 767px) {
  .pro_specs1 .td2 .zz-radioBox {
    width: 1rem;
  }
}
.pro_specs1 .zz-name {
  position: relative;
  flex: 1;
}
.pro_specs1 .zz-name a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0.18rem 10px;
  transition: all 0.4s;
}
.pro_specs1 .zz-name a:hover {
  color: #ff7920;
}
.pro_specs1 .zz-name .zz-tips {
  position: absolute;
  font-size: 12px;
  transform: scale(0.7);
  background: #ff7920;
  border-radius: 4px;
  padding: 2px 8px;
  color: #fff;
  top: 2px;
  right: 0;
  left: unset;
}
@media (max-width: 767px) {
  .pro_specs1 .zz-name .zz-tips {
    transform: scale(0.6);
  }
}
.pro_specs1 .zz-searchBox {
  padding: 0.25rem 0.2rem;
}
@media (max-width: 767px) {
  .pro_specs1 .zz-searchBox {
    padding: 0.4rem;
  }
}
.pro_specs1 .zz-searchBox .zz-div1 {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: flex;
  height: 30px;
  width: 100%;
}
.pro_specs1 .zz-searchBox .zz-div1 input {
  width: 100%;
  height: 100%;
  padding: 0 0.15rem;
}
.pro_specs1 .zz-searchBox .zz-div1 button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.pro_specs1 .zz-searchBox .zz-div1 button img,
.pro_specs1 .zz-searchBox .zz-div1 button svg {
  width: 0.16rem;
  min-width: 12px;
}
.pro_specs1 .zz-searchBox .zz-div1 button img path,
.pro_specs1 .zz-searchBox .zz-div1 button svg path {
  fill: #999;
  opacity: 1;
}
@media (max-width: 991px) {
  .pro_specs1 .zz-searchBox .zz-div1 button img,
  .pro_specs1 .zz-searchBox .zz-div1 button svg {
    width: 0.3rem;
  }
}
.pro_specs1 .zz-searchBox .zz-div2 {
  color: #000;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pro_specs1 .zz-searchBox .zz-div2 {
    margin-top: 0.3rem;
  }
}
.pro_specs1 .zz-searchBox .zz-div2:hover {
  color: #ff7920;
}
.pro_specs1 .zz-searchBox .zz-div2:hover img,
.pro_specs1 .zz-searchBox .zz-div2:hover svg {
  transform: rotate(360deg);
}
.pro_specs1 .zz-searchBox .zz-div2:hover img path,
.pro_specs1 .zz-searchBox .zz-div2:hover svg path {
  fill: #ff7920;
}
.pro_specs1 .zz-searchBox .zz-div2 img,
.pro_specs1 .zz-searchBox .zz-div2 svg {
  width: 12px;
  margin-right: 10px;
  transition: all 0.8s;
}
.pro_specs1 .zz-searchBox .zz-div2 img path,
.pro_specs1 .zz-searchBox .zz-div2 svg path {
  fill: #000;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pro_specs1 .zz-searchBox .zz-div2 img,
  .pro_specs1 .zz-searchBox .zz-div2 svg {
    width: 0.3rem;
  }
}
.pro_specs1 .zz-reset {
  background: #e0eef1;
  padding: 4px 10px;
  color: #000;
  border-radius: 5px;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.4s;
  width: 65px;
}
.pro_specs1 .zz-reset:hover {
  background: #ff7920;
  color: #fff;
}
.pro_specs1 .zz-submit {
  background: transparent;
  padding: 4px 10px;
  color: #000;
  border-radius: 5px;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.4s;
  border: 1px solid #e0eef1;
  width: 65px;
  margin-left: 10px;
  justify-content: center;
  color: #3d656d;
}
.pro_specs1 .zz-submit:hover {
  background: #ff7920;
  color: #fff;
}
.pro_specs1 .zz-optionBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.2rem 0.1rem 0.2rem 0.1rem;
  height: 100%;
}
@media (max-width: 767px) {
  .pro_specs1 .zz-optionBox {
    padding: 0.4rem;
  }
}
.pro_specs1 .zz-optionBox .zz-option {
  max-height: 145px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  padding-right: 15px;
}
.pro_specs1 .zz-optionBox .zz-option::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.pro_specs1 .zz-optionBox .zz-option::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.pro_specs1 .zz-optionBox .zz-option::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #3d656d;
}
.pro_specs1 .zz-optionBox .zz-option li {
  margin-bottom: 5px;
  display: flex;
  align-items: flex-start;
  color: #666;
  cursor: pointer;
}
.pro_specs1 .zz-optionBox .zz-option li:last-child {
  margin-bottom: 0;
}
.pro_specs1 .zz-optionBox .zz-option li.on i::before {
  opacity: 1;
}
.pro_specs1 .zz-optionBox .zz-option li.on span {
  color: #ff7920;
}
.pro_specs1 .zz-optionBox .zz-option li input {
  display: none;
}
.pro_specs1 .zz-optionBox .zz-option li span {
  pointer-events: none;
  transition: all 0.4s;
}
.pro_specs1 .zz-optionBox .zz-option li i {
  width: 16px;
  height: 16px;
  border-radius: 1000px;
  background: #e0eef1;
  margin-top: 4px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.pro_specs1 .zz-optionBox .zz-option li i::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ff7920;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
}
.pro_specs1 .zz-optionBox .zz-btn {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .pro_specs1 .zz-optionBox .zz-btn {
    margin-top: 0.6rem;
  }
}
.pro_specs1 .zz-optionBox .zz-option2 .zz-totalBox {
  display: flex;
}
.pro_specs1 .zz-optionBox .zz-option2 .layui-slider {
  margin-left: 0;
}
.pro_specs1 .zz-optionBox .zz-option2 .layui-slider-wrap-btn {
  border-radius: 0;
  border-color: #3d656d !important;
}
.pro_specs1 .zz-optionBox .zz-option2 .layui-slider-bar {
  background: #3d656d !important;
}
.pro_specs1 .zz-optionBox .zz-option2 .zz-total {
  position: relative;
  height: 140px;
  width: 12px;
  overflow: hidden;
}
.pro_specs1 .zz-optionBox .zz-option2 .zz-total::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #d8e0e2;
  height: 100%;
  width: 4px;
}
.pro_specs1 .zz-optionBox .zz-option2 .voice_pro {
  width: 4px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #3d656d;
}
.pro_specs1 .zz-optionBox .zz-option2 .voice_point,
.pro_specs1 .zz-optionBox .zz-option2 .voice_point2 {
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: 0;
  cursor: pointer;
  border: 2px solid #3d656d;
}
.pro_specs1 .zz-optionBox .zz-option2 .voice_point {
  z-index: 4;
}
.pro_specs1 .zz-optionBox .zz-option2 .voice_point2 {
  top: calc(100% - 12px);
  z-index: 1;
}
.pro_specs1 .zz-optionBox .zz-option2 .zz-inputBox {
  width: 1rem;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 767px) {
  .pro_specs1 .zz-optionBox .zz-option2 .zz-inputBox {
    margin-left: 0.4rem;
  }
}
.pro_specs1 .zz-optionBox .zz-option2 .zz-inputBox input {
  border: 1px solid #e5e5e5;
  height: 30px;
  border-radius: 5px;
  padding: 0 10px;
  color: #666;
}
.pro_specs1 .zz-optionBox .zz-option2 .zz-inputBox input:nth-of-type(1) {
  transform: translateY(-6px);
}
.pro_specs1 .zz-optionBox .zz-option2 .zz-inputBox input:nth-of-type(2) {
  transform: translateY(6px);
}
.public-proList {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.public-proList li,
.public-proList .zz-div {
  background: #fff;
  width: 31.94%;
  margin-right: 2.08%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 0.3rem;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .public-proList li,
  .public-proList .zz-div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    width: 48%;
    margin-right: 4%;
  }
  .public-proList li:nth-of-type(3n+3),
  .public-proList .zz-div:nth-of-type(3n+3) {
    margin-right: 4%;
  }
  .public-proList li:nth-of-type(2n+2),
  .public-proList .zz-div:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .public-proList li,
  .public-proList .zz-div {
    width: 100%;
    margin-right: 0;
  }
}
.public-proList li:nth-of-type(3n+3),
.public-proList .zz-div:nth-of-type(3n+3) {
  margin-right: 0;
}
.public-proList li:hover .zz-cont .h3,
.public-proList .zz-div:hover .zz-cont .h3 {
  color: #ff7920;
}
.public-proList li:hover .zz-cont::before,
.public-proList .zz-div:hover .zz-cont::before {
  width: 100%;
}
.public-proList li .public-img,
.public-proList .zz-div .public-img {
  width: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.public-proList li .public-img::before,
.public-proList .zz-div .public-img::before {
  padding-top: 60.86%;
}
.public-proList li .public-img img,
.public-proList .zz-div .public-img img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.public-proList li .zz-cont,
.public-proList .zz-div .zz-cont {
  background: #3d656d;
  padding: 0.3rem;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .public-proList li .zz-cont,
  .public-proList .zz-div .zz-cont {
    padding: 0.55rem 0.4rem;
  }
}
.public-proList li .zz-cont::before,
.public-proList .zz-div .zz-cont::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 0;
  transition: all 0.4s;
  background: #ff7920;
  left: 0;
  bottom: 0;
}
.public-proList li .zz-cont .h3,
.public-proList .zz-div .zz-cont .h3 {
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.2em;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-proList li .zz-cont .h3,
  .public-proList .zz-div .zz-cont .h3 {
    font-size: 0.32rem;
  }
}
.public-proList li .zz-cont .zz-text,
.public-proList .zz-div .zz-cont .zz-text {
  line-height: 1.625em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.25em;
  margin-top: 5px;
}
@media (max-width: 1580px) {
  .public-proList li .zz-cont .zz-text,
  .public-proList .zz-div .zz-cont .zz-text {
    margin-top: 0.1rem;
  }
}
@media (max-width: 767px) {
  .public-proList li .zz-cont .zz-text,
  .public-proList .zz-div .zz-cont .zz-text {
    margin-top: 0.2rem;
  }
}
.pro_specs2 {
  padding-top: 0.95rem;
  padding-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .pro_specs2 {
    padding: 1.1rem 0 0.7rem;
  }
}
.pro_specs2 .public-title {
  margin-bottom: 0.95rem;
}
@media (max-width: 767px) {
  .pro_specs2 .public-title {
    margin-bottom: 0.6rem;
  }
}
.pro_specs3 {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.pro_specs3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 1;
}
.pro_specs3 .zz-box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
  color: #fff;
}
@media (max-width: 767px) {
  .pro_specs3 .zz-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.pro_specs3 .zz-box .zz-left {
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .pro_specs3 .zz-box .zz-left {
    padding-right: 0;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .pro_specs3 .zz-title {
    font-size: 0.36rem;
  }
}
.pro_specs3 .zz-text {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .pro_specs3 .zz-text {
    margin-top: 0.2rem;
  }
}
.pro_specs3 .public-btn .zz-ico {
  height: 0.12rem;
}
@media (max-width: 767px) {
  .pro_specs3 .public-btn .zz-ico {
    height: 0.2rem;
  }
}
.zz-aTop {
  margin-top: -0.8rem;
  padding-top: 0.8rem;
}
@media (max-width: 991px) {
  .zz-aTop {
    margin-top: -1.2rem;
    padding-top: 1.2rem;
  }
}
.zz-aTop2 {
  margin-top: 0;
  padding-top: 0;
}
