@charset "utf-8";
:root {
  --color: #e83421;
  --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: #e83624;
}
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: 'rbt-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  word-wrap: break-word;
  word-break: keep-all;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@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;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.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;
}
@font-face {
  font-family: "rbt-m";
  src: url("../font/Roboto-Medium-12.ttf") format("truetype");
}
@font-face {
  font-family: "rbt-r";
  src: url("../font/Roboto-Regular-14.ttf") format("opentype");
}
@font-face {
  font-family: "rbt-b";
  src: url("../font/Roboto-Bold-3.ttf") format("opentype");
}
.rbt-m {
  font-family: "rbt-m";
}
.rbt-r {
  font-family: "rbt-r";
}
.rbt-b {
  font-family: "rbt-b";
}
.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;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 991px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1580px) {
  .font30 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font28 {
  font-size: 0.28rem;
}
@media (max-width: 1580px) {
  .font28 {
    font-size: 26px;
  }
}
@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;
  }
}
.textflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.textflow6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.zpulic-nav {
  padding-top: 0.3rem;
}
.zpulic-nav.product2a {
  position: absolute;
  top: 1.4rem;
  z-index: 5;
  left: 0;
  width: 100%;
}
.zpulic-nav.product2a .container .box1 .cn1 {
  color: #fff;
}
.zpulic-nav.product2a .container .box1 .cn2 {
  color: #fff;
}
.zpulic-nav.product2a .container .box1 .cn2 svg path {
  fill: #fff;
}
.zpulic-nav .container .box1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.zpulic-nav .container .box1 .cn1 {
  color: #666666;
  transition: all 0.4s;
  line-height: 1.5em;
}
.zpulic-nav .container .box1 .cn1:hover {
  color: #e83624;
}
.zpulic-nav .container .box1 .cn2 {
  margin: 0 0.1rem;
  display: flex;
  align-items: center;
}
#c-header.teshuheader {
  color: #fff;
  border-bottom: 0;
  background: transparent;
}
#c-header.teshuheader .head-nav i:nth-child(1) {
  background: #fff;
}
#c-header.teshuheader .head-nav i:nth-child(2) {
  background: #fff;
}
#c-header.teshuheader .head-nav i:nth-child(3) {
  background: #fff;
}
#c-header.teshuheader .c-logo .c-img-box svg {
  width: 1.08rem;
  height: 0.68rem;
}
#c-header.teshuheader .c-logo .c-img-box svg path {
  fill: #fff;
  stroke: none;
  opacity: 1;
}
#c-header.teshuheader .c-logo .c-img-box svg polygon {
  fill: #fff;
  stroke: none;
  opacity: 1;
}
#c-header.teshuheader .c-right-box .c-gn .zz-li svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
}
#c-header.teshuheader.c-style2 {
  background-color: #Fff;
}
#c-header.teshuheader.c-style2 .head-nav i:nth-child(1) {
  background: #333;
}
#c-header.teshuheader.c-style2 .head-nav i:nth-child(2) {
  background: #333;
}
#c-header.teshuheader.c-style2 .head-nav i:nth-child(3) {
  background: #333;
}
#c-header.teshuheader.c-style2 .c-logo .c-img-box svg .cls-1 {
  fill: #e83624;
  stroke: none;
  opacity: 1;
}
#c-header.teshuheader.c-style2 .c-logo .c-img-box svg .cls-2 {
  fill: #333;
  stroke: none;
  opacity: 1;
}
#c-header.teshuheader.c-style2 .c-right-box .c-gn .zz-li svg path {
  fill: #333;
  opacity: 1;
  stroke: none;
}
.error {
  padding-bottom: 2.2rem;
  background-color: #fff;
}
.error .container .cn1 {
  text-align: center;
  margin: 1.6rem 0 1.1rem;
}
.error .container .cn1 img {
  width: 6.37rem;
}
.error .container .cn2 {
  text-align: center;
  line-height: 1.77777778em;
  color: #222;
}
.error .container .cn2 span {
  color: #e83624;
}
.error .container .cn2 span em {
  font-style: normal;
}
.cookies {
  margin: 0.9rem 0 1.4rem;
}
@media (max-width: 991px) {
  .cookies {
    margin: 1.2rem 0;
  }
}
.cookies .container {
  max-width: 1400px;
}
.cookies .container .cn1 {
  text-align: center;
  line-height: 1em;
}
.cookies .container .box {
  margin-top: 1rem;
}
.cookies .container .box p {
  text-align: left;
  color: #666666;
}
.cookies .container .box h3 {
  font-weight: bold;
  color: #333333;
}
.cookies .container .box a {
  color: #e83624;
}
.cookies .container .box span {
  color: #e83624;
}
.cookies .container .scn1 {
  margin-top: 1rem;
  color: #333333;
  line-height: 1em;
  display: block;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.4s;
}
.cookies .container .scn1:hover {
  color: #e83421;
}
.cookies .container .scn2 {
  margin: 0 -0.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cookies .container .scn2 .scn3 {
  padding: 0 0.3rem;
  margin-top: 0.75rem;
}
@media (max-width: 1260px) {
  .cookies .container .scn2 .scn3 {
    width: 50%;
  }
}
.cookies .container .scn2 .scn3 .scn4 {
  color: #333333;
  margin-bottom: 0.3rem;
  display: block;
  transition: all 0.4s;
}
.cookies .container .scn2 .scn3 .scn4:hover {
  color: #e83421;
}
.cookies .container .scn2 .scn3 .scn5 .scn6 .scn7 {
  margin-bottom: 0.2rem;
  display: block;
  transition: all 0.4s;
  color: #999999;
}
.cookies .container .scn2 .scn3 .scn5 .scn6 .scn7:hover {
  color: #e83421;
}
.cookies.zsearch0 .container {
  max-width: 1400px;
}
.cookies .container .zsearch1 {
  margin: 1rem auto 0.6rem;
  position: relative;
  width: 6rem;
}
@media (max-width: 991px) {
  .cookies .container .zsearch1 {
    width: 80%;
  }
}
.cookies .container .zsearch1 input {
  width: 100%;
  line-height: 0.64rem;
  background-color: #f8f8f8;
  border-radius: 0.32rem;
  padding: 0 0.8rem 0 0.4rem;
  color: #cccccc;
}
@media (max-width: 767px) {
  .cookies .container .zsearch1 input {
    line-height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.cookies .container .zsearch1 input::placeholder {
  color: #ccc;
}
.cookies .container .zsearch1 button {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.cookies .container .zsearch1 button img {
  width: 0.2rem;
  height: 0.2rem;
}
@media (max-width: 767px) {
  .cookies .container .zsearch1 button img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.cookies .container .zsearch2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.6rem;
}
.cookies .container .zsearch2 .cn20 {
  color: #666666;
  line-height: 1.66666667em;
  margin: 0 0.3rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .cookies .container .zsearch2 .cn20 {
    margin: 0 0.15rem;
  }
}
.cookies .container .zsearch2 .cn20:hover {
  color: #e83624;
}
.cookies .container .zsearch2 .cn20.on {
  color: #e83624;
}
.cookies .container .zsearch3 .zsearch4 .zsearch5 {
  margin-bottom: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.2rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.06rem 0.2rem 0rem rgba(0, 0, 0, 0.06);
  border-radius: 0.4rem;
}
.cookies .container .zsearch3 .zsearch4 .zsearch5 .img {
  width: 34.55882353%;
  border-radius: 0.2rem;
}
@media (max-width: 991px) {
  .cookies .container .zsearch3 .zsearch4 .zsearch5 .img {
    width: 100%;
  }
}
.cookies .container .zsearch3 .zsearch4 .zsearch5 .img::before {
  padding-top: 68.08510638%;
}
.cookies .container .zsearch3 .zsearch4 .zsearch5 .right {
  margin-left: 3.67647059%;
  width: 61.76470588%;
}
@media (max-width: 991px) {
  .cookies .container .zsearch3 .zsearch4 .zsearch5 .right {
    margin-top: 0.5rem;
    margin-left: 0;
    width: 100%;
  }
}
.cookies .container .zsearch3 .zsearch4 .zsearch5 .right .cn21 {
  color: #333333;
  line-height: 1.06666667em;
  transition: all 0.4s;
}
.cookies .container .zsearch3 .zsearch4 .zsearch5 .right .cn22 {
  color: #666666;
  line-height: 1.5em;
  height: 7.5em;
  color: #666;
  margin: 0.2rem 0 0.4rem;
}
.cookies .container .zsearch3 .zsearch4 .zsearch5 .right .cn23 {
  display: flex;
  align-items: center;
}
.cookies .container .zsearch3 .zsearch4 .zsearch5 .right .cn23 .cn24 {
  color: #e83624;
}
.cookies .container .zsearch3 .zsearch4 .zsearch5 .right .cn23 .cn25 {
  margin-left: 0.1rem;
}
.cookies .container .zsearch3 .zsearch4 .zsearch5 .right .cn23 .cn25 svg {
  transition: all 0.4s;
}
.cookies .container .zsearch3 .zsearch4 .zsearch5 .right .cn23 .cn25 svg path {
  fill: #e83624;
  opacity: 1;
  stroke: none;
}
.cookies .container .zsearch3 .zsearch4 .zsearch5:hover .img img {
  transform: scale(1.05);
}
.cookies .container .zsearch3 .zsearch4 .zsearch5:hover .right .cn21 {
  color: #e83624;
}
.cookies .container .zsearch3 .zsearch4 .zsearch5:hover .right .cn23 .cn25 svg {
  transform: translateX(5px);
}
.cookies .container .zsearch3 .zsearch6 {
  margin-top: 1.3rem;
}
.cookies .container .zsearch3 .zsearch6 .cn26 {
  text-align: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #e83624;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.6rem;
}
.cookies .container .zsearch3 .zsearch6 .cn27 {
  text-align: center;
  color: #999999;
  line-height: 1.6em;
}
.zpublic-login {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5555;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.zpublic-login .box1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 510px;
  background-color: #Fff;
  border-radius: 0.4rem;
  padding: 0.7rem 0.5rem 0.8rem;
}
@media (max-width: 767px) {
  .zpublic-login .box1 {
    width: 80%;
    padding: 0.3rem;
  }
}
.zpublic-login .box1 .close {
  position: absolute;
  right: -0.54rem;
  top: 0;
  width: 0.24rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .zpublic-login .box1 .close {
    width: 0.32rem;
  }
}
.zpublic-login .box1 .close img {
  transition: all 0.5s;
}
.zpublic-login .box1 .close:hover img {
  transform: rotate(90deg);
}
.zpublic-login .box1 .cn1 {
  text-align: center;
  color: #333333;
  line-height: 1em;
}
.zpublic-login .box1 .cn2 {
  margin-top: 0.3rem;
  color: #666666;
  line-height: 2.25em;
}
.zpublic-login .box1 .cn3 {
  position: relative;
}
.zpublic-login .box1 .cn3 input {
  width: 100%;
  line-height: 0.6rem;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  padding: 0 190px 0 0.3rem;
}
.zpublic-login .box1 .cn3 button {
  position: absolute;
  right: 0;
  top: 0;
  width: 176px;
  height: 100%;
  color: #999999;
}
.zpublic-login .box1 .cn3 button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #ddd;
}
.zpublic-login .box1 .cn3.cn7 input {
  background-color: #fff;
}
.zpublic-login .box1 .cn4 {
  margin-top: 0.2rem;
  display: flex;
}
.zpublic-login .box1 .cn4 .cn8 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-right: 0.15rem;
  transition: all 0.4s;
  background-size: 12px 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.zpublic-login .box1 .cn4 .cn8:checked {
  border: 1px solid #e83624;
  background-image: url(../images/dimg4.svg);
  background-color: #e83624;
}
.zpublic-login .box1 .cn4 .cn5 {
  color: #666666;
  line-height: 1.42857143em;
}
.zpublic-login .box1 .cn9 {
  text-align: center;
}
.zpublic-login .box1 .cn9 .cn6 {
  margin: 0.4rem auto 0;
}
.zpublic-aside {
  position: fixed;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 200;
  overflow: hidden;
}
.zpublic-aside .box1 {
  margin: 10px 0 10px auto;
  display: flex;
  background-color: #eeeeee;
  border-radius: 30px;
  align-items: center;
  width: 60px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .zpublic-aside .box1 {
    display: none;
  }
}
.zpublic-aside .box1 .cn1 {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e83624;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zpublic-aside .box1 .cn1 img {
  max-width: 60%;
}
.zpublic-aside .box1 .cn2 {
  padding: 0 0.15rem 0 0.15rem;
  color: #666666;
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
  width: 180px;
  height: 0;
}
.zpublic-aside .box1:hover {
  width: auto;
}
.zpublic-aside .box1:hover .cn2 {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.zpublic-aside .box1.box2 {
  background-color: #fff;
}
@media (max-width: 767px) {
  .zpublic-aside .box1.box2 {
    display: block;
  }
}
.zpublic-aside .box1.box2 .cn1.cn3 {
  background-color: transparent;
  border: 2px solid #e83624;
  transition: all 0.4s;
}
.zpublic-aside .box1.box2 .cn1.cn3 svg path {
  fill: #e83624;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.zpublic-aside .box1.box2:hover .cn1.cn3 {
  background-color: #e83624;
}
.zpublic-aside .box1.box2:hover .cn1.cn3 svg path {
  fill: #fff;
}
.public-title1 h2 span {
  display: block;
  line-height: 1.5em;
}
.sy-sec1 .box8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sy-sec1 .box8 .zz-btn {
  width: auto;
  margin: 0.3rem 0.1rem 0;
}
.sy-sec1 .box8 .zz-btn .public-btn {
  padding: 0 0.2rem;
}
.sy-sec1 .box8 .zz-btn .public-btn svg {
  width: auto;
  height: auto;
}
.sy-sec1 .swiper-slide .zz-imgbox .public-img em {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
}
.sy-sec1 .swiper-slide .zz-imgbox .public-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
}
#contact0 .zz-imgbox .ztext {
  width: 90%;
  text-align: center;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 60%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
#contact0 .zz-imgbox .ztext .cn1 {
  line-height: 1.09375em;
  color: #fff;
}
#contact0 .zz-imgbox .ztext .cn2 {
  width: 54%;
  margin: 0.2rem auto 0.3rem;
  color: #ffffff;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  #contact0 .zz-imgbox .ztext .cn2 {
    width: 100%;
  }
}
.contact1 {
  margin-top: -1.1rem;
  background-color: #f8f8f8;
  border-radius: 1rem 1rem 0 0;
  padding: 1.4rem 0 1.53rem;
  position: relative;
  overflow: hidden;
}
.contact1 .diqiu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 19.2rem;
}
.contact1 .container {
  position: relative;
  z-index: 2;
}
.contact1 .container .box1 {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 0.4rem 2.5%;
}
@media (max-width: 991px) {
  .contact1 .container .box1 {
    width: 100%;
    padding: 0.4rem;
  }
}
.contact1 .container .box1 .left {
  width: 44.64285714%;
  margin-right: 3.57142857%;
}
@media (max-width: 991px) {
  .contact1 .container .box1 .left {
    width: 100%;
  }
}
.contact1 .container .box1 .left .box2 {
  padding: 0.45rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #f0f0f0;
  cursor: pointer;
}
.contact1 .container .box1 .left .box2 .cn1 {
  display: flex;
  align-items: center;
  width: 0.25rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
@media (max-width: 991px) {
  .contact1 .container .box1 .left .box2 .cn1 {
    width: 0.5rem;
  }
}
.contact1 .container .box1 .left .box2 .cn1 svg {
  width: 0.25rem;
  height: auto;
}
@media (max-width: 991px) {
  .contact1 .container .box1 .left .box2 .cn1 svg {
    width: 0.5rem;
  }
}
.contact1 .container .box1 .left .box2 .cn1 svg path {
  fill: #666;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.contact1 .container .box1 .left .box2 .cn2 {
  color: #666666;
  line-height: 0.36rem;
  transition: all 0.4s;
}
.contact1 .container .box1 .left .box2.on .cn1 svg path {
  fill: #e83624;
}
.contact1 .container .box1 .left .box2.on .cn2 {
  font-weight: bold;
  color: #e83624;
}
.contact1 .container .box1 .right {
  width: 51.78571429%;
  position: relative;
}
@media (max-width: 991px) {
  .contact1 .container .box1 .right {
    width: 100%;
  }
}
.contact1 .container .box1 .right .box3 {
  width: 100%;
  height: 100%;
  background-color: #e83624;
  border-radius: 0.3rem;
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 0.4s;
  top: 0;
}
@media (max-width: 991px) {
  .contact1 .container .box1 .right .box3 {
    display: none;
    position: relative;
  }
}
.contact1 .container .box1 .right .box3 .cn3 {
  padding: 0.4rem 0.5rem;
}
@media (max-width: 991px) {
  .contact1 .container .box1 .right .box3 .cn3 {
    min-height: 6rem;
    padding: 0.4rem 0.5rem 2.4rem;
  }
}
.contact1 .container .box1 .right .box3 .cn3 .cn4 {
  color: #ffffff;
  line-height: 2em;
  transition: all 0.4s;
  opacity: 0;
  transform: translateY(0.6rem);
}
.contact1 .container .box1 .right .box3 .cn5 {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(0.6rem);
  transition: all 0.4s;
}
.contact1 .container .box1 .right .box3 .cn5 svg {
  width: 2.67rem;
  height: auto;
}
.contact1 .container .box1 .right .box3 .cn5 svg path {
  fill: #Fff;
  opacity: 0.12;
  stroke: none;
}
.contact1 .container .box1 .right .box3.on {
  display: block;
  opacity: 1;
}
.contact1 .container .box1 .right .box3.on .cn3 .cn4 {
  opacity: 1;
  transform: translateY(0);
}
.contact1 .container .box1 .right .box3.on .cn5 {
  opacity: 1;
  transform: translateY(0);
}
.contact2 {
  padding: 1.3rem 0 2.4rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .contact2 {
    background-attachment: scroll;
  }
}
.contact2 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .contact2 .img img.pc-img {
    display: none;
  }
}
.contact2 .img img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .contact2 .img img.mb-img {
    display: block;
  }
}
.contact2 .container {
  position: relative;
  z-index: 2;
}
.contact2 .container .cn1 {
  text-align: center;
  color: #Fff;
  line-height: 1.25em;
}
.contact2 .container .cn9 {
  text-align: center;
  margin-top: 0.35rem;
}
.contact2 .container .cn9 .public-btn {
  border: 1px solid #fff;
  min-width: 160px;
  padding: 0 0.25rem;
}
.contact2 .container .cn9 .public-btn .public-btncn1 {
  color: #fff;
}
.contact2 .container .cn9 .public-btn .public-btncn1 svg path {
  fill: #fff;
}
.contact2 .container .cn9 .public-btn:hover {
  border: 1px solid #e83624;
}
.contact3 {
  border-radius: 1rem 1rem 0 0;
  background-color: #fff;
  margin-top: -1.1rem;
  position: relative;
  padding: 1.4rem 0 2.3rem;
}
.contact3 .container .cn1 {
  line-height: 1em;
  text-align: center;
  margin-bottom: 0.5rem;
}
.contact3 .container .cn2 {
  width: 56.25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .contact3 .container .cn2 {
    width: 100%;
  }
}
.contact3 .container .cn2 .cn3 {
  width: 48%;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .contact3 .container .cn2 .cn3 {
    width: 100%;
  }
}
.contact3 .container .cn2 .cn3 input {
  width: 100%;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  color: #666666;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .contact3 .container .cn2 .cn3 input {
    line-height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.contact3 .container .cn2 .cn3 input::placeholder {
  color: #666;
}
.contact3 .container .cn2 .cn3 select {
  width: 100%;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  color: #666666;
  padding: 0 0.2rem;
  background-image: url(../images/dimg20.svg);
  background-repeat: no-repeat;
  background-position: center right 0.2rem;
}
@media (max-width: 991px) {
  .contact3 .container .cn2 .cn3 select {
    line-height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.contact3 .container .cn2 .cn3 textarea {
  width: 100%;
  height: 11.25em;
  line-height: 1.875em;
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  color: #666666;
  padding: 0.15rem 0.2rem;
}
.contact3 .container .cn2 .cn3 textarea::placeholder {
  color: #666;
}
.contact3 .container .cn2 .cn3.cn5 {
  width: 100%;
  margin-bottom: 0;
}
.contact3 .container .cn2 .cn3.cn10 {
  width: 100%;
}
.contact3 .container .cn2 .cn6 {
  padding: 0.2rem 0;
  color: #999;
}
.contact3 .container .cn2 .cn6 a {
  text-decoration: underline;
  color: #333;
  transition: all 0.4s;
}
.contact3 .container .cn2 .cn6 a:hover {
  color: #e83624;
}
.contact3 .container .cn2 .cn9 {
  width: 100%;
  display: block;
}
.contact3 .container .cn2 .cn9 .cn7 {
  width: 100%;
}
.contact3 .container .cn2 .cn9 .cn7 button {
  width: 100%;
}
.contact3 .container .cn2 .cn9 .cn7::before {
  transition: all 1s;
}
.contact3 .container .cn2 .cn9 .cn7:hover::before {
  transform: scale(35);
}
.news-list1 {
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}
.news-list1 .container .cn1 {
  text-align: center;
  line-height: 1em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f1f1;
}
.news-list1 .container .box1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.news-list1 .container .box1 .cn2 {
  display: block;
  line-height: 0.54rem;
  border-radius: 0.27rem;
  background-color: #f1f1f1;
  margin-right: 0.2rem;
  transition: all 0.4s;
  color: #666666;
  padding: 0 0.4rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .news-list1 .container .box1 .cn2 {
    line-height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.news-list1 .container .box1 .cn2.on {
  color: #ffffff;
  background-color: #e83624;
}
.news-list1 .container .box1 .cn2:hover {
  color: #ffffff;
  background-color: #e83624;
}
.news-list1 .container .box2 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
}
.news-list1 .container .box2 .box3 {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border-radius: 0.4rem;
  box-shadow: 0rem 0.06rem 0.2rem 0rem rgba(0, 0, 0, 0.06);
}
@media (max-width: 991px) {
  .news-list1 .container .box2 .box3 {
    width: 100%;
    margin-right: 0;
  }
}
.news-list1 .container .box2 .box3:nth-child(3n) {
  margin-right: 0;
}
.news-list1 .container .box2 .box3 .img::before {
  padding-top: 54%;
}
.news-list1 .container .box2 .box3 .cn3 {
  padding: 0 0.35rem;
  color: #333333;
  line-height: 1.06666667em;
  height: 2.13333333em;
  margin-top: 0.4rem;
  transition: all 0.4s;
  margin-bottom: 0.3rem;
}
.news-list1 .container .box2 .box3 .cn4 {
  padding: 0 0.35rem;
  color: #666666;
  line-height: 1.33333333em;
  height: 2.66666667em;
}
.news-list1 .container .box2 .box3 .cn5 {
  margin-top: 0.4rem;
  padding: 0 0.35rem 0.35rem;
  text-align: right;
  color: #999999;
}
.news-list1 .container .box2 .box3:hover .img img {
  transform: scale(1.05);
}
.news-list1 .container .box2 .box3:hover .cn3 {
  color: #e83624;
}
.public-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.public-page .zcn1 {
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 0.05rem 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  border-radius: 50%;
  color: #666666;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-page .zcn1 {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.public-page .zcn1 svg path {
  transition: all 0.4s;
  fill: #666;
  opacity: 1;
  stroke: none;
}
.public-page .zcn1.on {
  background-color: #e83624;
  color: #Fff;
}
.public-page .zcn1.on svg path {
  fill: #Fff;
}
.public-page .zcn1:hover {
  background-color: #e83624;
  color: #Fff;
}
.public-page .zcn1:hover svg path {
  fill: #Fff;
}
.public-page .zcn1.zcn2 svg {
  transform: rotate(180deg);
}
.news-info1 {
  padding-top: 1.3rem;
  padding-bottom: 1.2rem;
}
.news-info1 .container {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-info1 .container .left {
  width: 60.71428571%;
}
@media (max-width: 991px) {
  .news-info1 .container .left {
    width: 100%;
  }
}
.news-info1 .container .left .cn1 {
  color: #333;
  line-height: 1.33333333em;
}
.news-info1 .container .left .box1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #ebebeb;
}
.news-info1 .container .left .box1 .cn2 .cn3 {
  margin-right: 0.4rem;
  color: #999999;
}
.news-info1 .container .left .box1 .share {
  display: flex;
}
.news-info1 .container .left .box1 .share .cn4 {
  width: 0.42rem;
  height: 0.42rem;
  background-color: #999;
  border-radius: 50%;
  margin-left: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .news-info1 .container .left .box1 .share .cn4 {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.news-info1 .container .left .box1 .share .cn4 svg {
  width: auto;
  height: 0.16rem;
}
@media (max-width: 991px) {
  .news-info1 .container .left .box1 .share .cn4 svg {
    height: 0.24rem;
  }
}
.news-info1 .container .left .box1 .share .cn4 svg path {
  fill: #ddd;
  opacity: 1;
  stroke: none;
}
.news-info1 .container .left .box1 .share .cn4:hover {
  background-color: #e83624;
}
.news-info1 .container .left .box1 .share .cn4:hover svg path {
  fill: #fff;
}
.news-info1 .container .left .box2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #333;
  border-bottom: 1px solid #ebebeb;
}
.news-info1 .container .left .box2 a {
  color: #333;
}
.news-info1 .container .left .box3 {
  padding-top: 0.5rem;
}
.news-info1 .container .left .box3 .cn5 {
  color: #333333;
  line-height: 2.25em;
  transition: all 0.4s;
  display: block;
}
.news-info1 .container .left .box3 .cn5:hover {
  color: #e83624;
}
.news-info1 .container .left .box3 .cn5.cn5none {
  color: #999999;
  cursor: auto;
}
.news-info1 .container .right {
  width: 34.64285714%;
}
@media (max-width: 991px) {
  .news-info1 .container .right {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.news-info1 .container .right .box4 {
  padding: 0.5rem 0.4rem;
  border-radius: 0.2rem;
  background-color: #f8f8f8;
}
.news-info1 .container .right .box4 .cn6 {
  line-height: 1em;
  color: #333;
  margin-bottom: 0.4rem;
}
.news-info1 .container .right .box4 .cn7 {
  border-top: 1px solid #e2e2e2;
  padding: 0.4rem 0;
  display: block;
}
.news-info1 .container .right .box4 .cn7:last-child {
  padding: 0.4rem 0 0;
}
.news-info1 .container .right .box4 .cn7 .cn8 {
  display: block;
  color: #333333;
  transition: all 0.4s;
}
.news-info1 .container .right .box4 .cn7 .cn9 {
  margin-top: 0.2rem;
  display: block;
  color: #999999;
  transition: all 0.4s;
}
.news-info1 .container .right .box4 .cn7:hover .cn8 {
  color: #e83624;
}
.news-info1 .container .right .box4 .cn7:hover .cn9 {
  color: #e83624;
}
.join-list1 {
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}
.join-list1 .container .cn1 {
  text-align: center;
  line-height: 1em;
  color: #000;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f1f1;
}
.join-list1 .container .box1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  width: 6rem;
  margin: 1rem auto 0.8rem;
  line-height: 0.64rem;
  border-radius: 0.32rem;
}
@media (max-width: 991px) {
  .join-list1 .container .box1 {
    width: 100%;
    line-height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.join-list1 .container .box1 .cn2 {
  color: #999999;
  width: 50%;
  text-align: center;
  border-radius: 0.6rem;
  transition: all 0.4s;
}
.join-list1 .container .box1 .cn2.on {
  background-color: #e83624;
  color: #fff;
}
.join-list1 .container .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.join-list1 .container .box2 .left {
  width: 25%;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .left {
    width: 100%;
  }
}
.join-list1 .container .box2 .left .box3 {
  padding: 0.1rem;
  border-radius: 0.4rem;
  box-shadow: 0rem 0.06rem 0.2rem 0rem rgba(0, 0, 0, 0.06);
}
.join-list1 .container .box2 .left .box3 .box4 {
  position: relative;
}
.join-list1 .container .box2 .left .box3 .box4 input {
  padding: 0 0.3rem;
  width: 100%;
  line-height: 0.64rem;
  border-radius: 0.32rem;
  background-color: #fbfbfb;
}
.join-list1 .container .box2 .left .box3 .box4 button {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.join-list1 .container .box2 .left .box3 .box5 {
  padding: 0 0.2rem 0.2rem;
}
.join-list1 .container .box2 .left .box3 .box5 .box6 {
  margin-top: 0.2rem;
}
.join-list1 .container .box2 .left .box3 .box5 .box6 .cn3 {
  padding: 0.2rem;
  line-height: 1em;
  border-bottom: 1px solid transparent;
  color: #333333;
  position: relative;
  cursor: pointer;
}
.join-list1 .container .box2 .left .box3 .box5 .box6 .cn3 .cn9 {
  width: 0.12rem;
  height: 0.07rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .left .box3 .box5 .box6 .cn3 .cn9 {
    width: 0.24rem;
    height: 0.14rem;
  }
}
.join-list1 .container .box2 .left .box3 .box5 .box6 .cn3 .cn9 img {
  width: 0.12rem;
  height: 0.07rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .left .box3 .box5 .box6 .cn3 .cn9 img {
    width: 0.24rem;
    height: 0.14rem;
  }
}
.join-list1 .container .box2 .left .box3 .box5 .box6 .cn3.on {
  border-bottom: 1px solid #f1f1f1;
}
.join-list1 .container .box2 .left .box3 .box5 .box6 .cn3.on .cn9 img {
  transform: rotate(180deg);
}
.join-list1 .container .box2 .left .box3 .box5 .box6 .cn4 {
  padding: 0 0.2rem;
  display: none;
}
.join-list1 .container .box2 .left .box3 .box5 .box6 .cn4 .cn5 {
  display: flex;
  margin-top: 0.15rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .left .box3 .box5 .box6 .cn4 .cn5 {
    align-items: center;
  }
}
.join-list1 .container .box2 .left .box3 .box5 .box6 .cn4 .cn5 .cn6 {
  margin-top: 0.05rem;
  margin-right: 0.15rem;
  flex-shrink: 0;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  border: 1px solid #666;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .left .box3 .box5 .box6 .cn4 .cn5 .cn6 {
    margin-top: 0;
    width: 0.28rem;
    height: 0.28rem;
  }
}
.join-list1 .container .box2 .left .box3 .box5 .box6 .cn4 .cn5 .cn6::before {
  content: "";
  position: absolute;
  width: 0.07rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.07rem;
  border-radius: 50%;
  background-color: #333;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .left .box3 .box5 .box6 .cn4 .cn5 .cn6::before {
    width: 0.12rem;
    height: 0.12rem;
  }
}
.join-list1 .container .box2 .left .box3 .box5 .box6 .cn4 .cn5 .cn7 {
  color: #666666;
  line-height: 1.33333333em;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .left .box3 .box5 .box6 .cn4 .cn5 .cn7 {
    line-height: 2.11111111em;
  }
}
.join-list1 .container .box2 .left .box3 .box5 .box6 .cn4 .cn5.on .cn6 {
  border: 1px solid #333;
}
.join-list1 .container .box2 .left .box3 .box5 .box6 .cn4 .cn5.on .cn6::before {
  opacity: 1;
}
.join-list1 .container .box2 .right {
  width: 71.875%;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .right {
    width: 100%;
    margin-top: 0.64rem;
  }
}
.join-list1 .container .box2 .right .box8 {
  background-color: #ffffff;
  box-shadow: 0rem 0.06rem 0.2rem 0rem rgba(0, 0, 0, 0.06);
  border-radius: 0.4rem;
  padding: 0.2rem;
  margin-bottom: 0.8rem;
}
.join-list1 .container .box2 .right .box7 {
  border-radius: 0.2rem;
  padding: 0 0.2rem;
}
.join-list1 .container .box2 .right .box7:last-child .box5 {
  border-bottom: 0;
}
.join-list1 .container .box2 .right .box7.on {
  background-color: #fbfbfb;
}
.join-list1 .container .box2 .right .box7.on:last-child .box5 {
  border-bottom: 1px solid #f1f1f1;
}
.join-list1 .container .box2 .right .box7.on .box5 .box5a .cn8 .cn9 svg path {
  fill: #e83624;
}
.join-list1 .container .box2 .right .box7.on .box5 .box5e .cn11 {
  transform: rotate(180deg);
}
.join-list1 .container .box2 .right .box7 .box5 {
  cursor: pointer;
  padding: 0.35rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
.join-list1 .container .box2 .right .box7 .box5 .box5a {
  width: 28%;
  padding-right: 0.2rem;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .right .box7 .box5 .box5a {
    width: 50%;
  }
}
.join-list1 .container .box2 .right .box7 .box5 .box5a .cn8 {
  display: flex;
  align-items: center;
}
.join-list1 .container .box2 .right .box7 .box5 .box5a .cn8 .cn9 {
  flex-shrink: 0;
  margin-right: 0.15rem;
}
.join-list1 .container .box2 .right .box7 .box5 .box5a .cn8 .cn9 svg path {
  fill: #333;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.join-list1 .container .box2 .right .box7 .box5 .box5b {
  width: 20%;
  padding-right: 0.2rem;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .right .box7 .box5 .box5b {
    width: 30%;
  }
}
.join-list1 .container .box2 .right .box7 .box5 .box5c {
  width: 28%;
  padding-right: 0.2rem;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .right .box7 .box5 .box5c {
    display: none;
  }
}
.join-list1 .container .box2 .right .box7 .box5 .box5d {
  width: 16%;
  padding-right: 0.2rem;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .right .box7 .box5 .box5d {
    display: none;
  }
}
.join-list1 .container .box2 .right .box7 .box5 .box5e {
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .right .box7 .box5 .box5e {
    width: 20%;
  }
}
.join-list1 .container .box2 .right .box7 .box5 .box5e .cn11 {
  width: 0.12rem;
  height: 0.07rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .right .box7 .box5 .box5e .cn11 {
    width: 0.24rem;
    height: 0.14rem;
  }
}
.join-list1 .container .box2 .right .box7 .box5 .cn10 {
  color: #666666;
}
.join-list1 .container .box2 .right .box7 .box6 {
  display: none;
  padding: 0.2rem 0;
}
.join-list1 .container .box2 .right .box7 .box6 .box10 h3 {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .join-list1 .container .box2 .right .box7 .box6 .box10 h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .right .box7 .box6 .box10 h3 {
    font-size: 0.4rem;
  }
}
.join-list1 .container .box2 .right .box7 .box6 .box11 {
  margin-top: 0.4rem;
  cursor: pointer;
}
.join-list1 .container .box2 .right .box7 .box6 .box11 .public-btncn1 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.join-list1 .container .box2 .right .box7 .box6 .box11 .public-btncn1 svg {
  width: 0.08rem;
  height: 0.12rem;
  margin-left: 0.05rem;
}
@media (max-width: 991px) {
  .join-list1 .container .box2 .right .box7 .box6 .box11 .public-btncn1 svg {
    margin-left: 0.05rem;
    width: 0.16rem;
    height: 0.2rem;
  }
}
.join-list2 {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5555;
  background-color: rgba(0, 0, 0, 0.5);
}
.join-list2 form {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  transform: initial !important;
  width: 100% !important;
  max-width: initial !important;
}
.join-list2 .box1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  background-color: #Fff;
  border-radius: 0.4rem;
  padding: 0.6rem 0.4rem 0.5rem;
}
@media (max-width: 991px) {
  .join-list2 .box1 {
    width: 80%;
  }
}
.join-list2 .box1 .close {
  position: absolute;
  right: -0.54rem;
  top: 0;
  width: 0.24rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .join-list2 .box1 .close {
    width: 0.32rem;
  }
}
.join-list2 .box1 .close img {
  transition: all 0.5s;
}
.join-list2 .box1 .close:hover img {
  transform: rotate(90deg);
}
.join-list2 .box1 .cn1 {
  text-align: center;
  color: #333333;
  line-height: 1em;
}
.join-list2 .box1 .bigbox {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.join-list2 .box1 .cn3 {
  width: 49%;
  position: relative;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .join-list2 .box1 .cn3 {
    width: 100%;
  }
}
.join-list2 .box1 .cn3.cn4 {
  width: 100%;
}
.join-list2 .box1 .cn3 textarea {
  width: 100%;
  line-height: 2.25em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  padding: 0.12rem 0.2rem;
  height: 1.55rem;
  color: #666;
}
.join-list2 .box1 .cn3 textarea::placeholder {
  color: #666666;
}
.join-list2 .box1 .cn3 input {
  width: 100%;
  line-height: 0.6rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  padding: 0 0.2rem;
  color: #666;
}
@media (max-width: 991px) {
  .join-list2 .box1 .cn3 input {
    line-height: 0.76rem;
  }
}
.join-list2 .box1 .cn3 input::placeholder {
  color: #666666;
}
.join-list2 .box1 .cn3 button {
  position: absolute;
  right: 0;
  top: 0;
  width: 176px;
  height: 100%;
  color: #999999;
}
.join-list2 .box1 .cn3 button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #ddd;
}
.join-list2 .box1 .cn3.cn7 input {
  background-color: #fff;
}
.join-list2 .box1 .cn10 {
  border: solid 1px #dddddd;
  border-radius: 0.3rem;
  padding: 0.2rem;
  width: 100%;
  margin-bottom: 0.3rem;
  position: relative;
}
.join-list2 .box1 .cn10 .cn11 {
  width: 60%;
}
@media (max-width: 991px) {
  .join-list2 .box1 .cn10 .cn11 {
    width: 100%;
  }
}
.join-list2 .box1 .cn10 .cn11 .cn12 {
  color: #666666;
  line-height: 1em;
}
.join-list2 .box1 .cn10 .cn11 .cn13 {
  margin-top: 0.1rem;
  color: #999999;
  line-height: 1em;
}
.join-list2 .box1 .cn10 .cn16 {
  line-height: 0.5rem;
  border-radius: 0.25rem;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0.25rem;
  margin-top: 0.4rem;
}
.join-list2 .box1 .cn10 .cn16 .cn14 {
  flex-shrink: 0;
  width: 0.16rem;
  margin-right: 5px;
}
.join-list2 .box1 .cn10 .cn16 .cn15 {
  color: #666666;
}
.join-list2 .box1 .cn10 .cn17 {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
  padding: 0 0.4rem;
}
@media (max-width: 991px) {
  .join-list2 .box1 .cn10 .cn17 {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    margin-top: 0.3rem;
  }
}
.join-list2 .box1 .cn10 .cn17 .cn18 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.join-list2 .box1 .cn10 .cn17 .zz-btn {
  background-color: #fff;
}
.join-list2 .box1 .cn10 .cn17 .zz-btn .public-btn {
  height: 0.54rem;
  line-height: 0.54rem;
  padding: 0 0.4rem;
}
@media (max-width: 991px) {
  .join-list2 .box1 .cn10 .cn17 .zz-btn .public-btn {
    height: 0.76rem;
    line-height: 0.76rem;
  }
}
.join-list2 .box1 .cn10 .cn17 .zz-btn .public-btn svg {
  width: 17px;
  height: 16px;
}
.join-list2 .box1 .cn10 .cn17:hover .zz-btn .public-btn .public-btncn1 {
  color: #Fff;
}
.join-list2 .box1 .cn10 .cn17:hover .zz-btn .public-btn svg path {
  fill: #Fff;
}
.join-list2 .box1 .cn10 .cn17:hover .zz-btn .public-btn::before {
  transform: scale(7);
}
.join-list2 .box1 .cn9 {
  text-align: center;
}
.join-list2 .box1 .cn9 .cn6 {
  margin: 0 auto 0;
  padding: 0;
  height: 0.64rem;
  line-height: 0.64rem;
}
@media (max-width: 991px) {
  .join-list2 .box1 .cn9 .cn6 {
    height: 0.76rem;
    line-height: 0.76rem;
  }
}
.join-list2 .box1 .cn9 .cn6 button {
  padding: 0 0.4rem;
  width: 100%;
  line-height: 0.64rem;
}
.service1 {
  border-radius: 1rem 1rem 0 0;
  margin-top: -1.1rem;
  background-color: #fff;
  position: relative;
  padding-top: 1.3rem;
  padding-bottom: 1.2rem;
}
.service1 .container .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.4rem 0;
}
@media (max-width: 991px) {
  .service1 .container .box {
    flex-direction: column-reverse;
    padding: 0.6rem 0;
  }
}
.service1 .container .box .left {
  width: 50%;
  padding-right: 1.5rem;
}
@media (max-width: 991px) {
  .service1 .container .box .left {
    margin-top: 0.5rem;
    width: 100%;
    padding-right: 0;
  }
}
.service1 .container .box .left .box1 .cn1 {
  color: #333333;
  line-height: 1.05em;
}
.service1 .container .box .left .box1 .cn2 {
  margin: 0.3rem 0 0.7rem;
  color: #666666;
  line-height: 1.5em;
}
.service1 .container .box .left .box1 .cn9 {
  display: block;
}
.service1 .container .box .right {
  width: 50%;
}
@media (max-width: 991px) {
  .service1 .container .box .right {
    width: 100%;
  }
}
.service1 .container .box .right .img {
  width: 100%;
  display: block;
  border-radius: 0.4rem;
  overflow: hidden;
}
.service1 .container .box .right .img::before {
  padding-top: 75%;
}
.service1 .container .box .right .img:hover img {
  transform: scale(1.05);
}
.service1 .container .box:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .service1 .container .box:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.service1 .container .box:nth-child(even) .left {
  padding-right: 0;
  padding-left: 1.5rem;
}
@media (max-width: 991px) {
  .service1 .container .box:nth-child(even) .left {
    padding-left: 0;
    padding-right: 0;
  }
}
.service2 {
  padding: 1.6rem 0;
  border-radius: 1rem 1rem 0 0;
  margin-top: -1.1rem;
  background-color: #fff;
  position: relative;
}
.service2 .container .box2 {
  width: 87.5%;
  margin: 0 auto 1.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 991px) {
  .service2 .container .box2 {
    width: 100%;
  }
}
.service2 .container .box2 .cn1 {
  display: initial;
  background: #cccccc -webkit-linear-gradient(left, #333333, #333333) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
  line-height: 1.375em;
}
.service2 .container .box {
  width: 87.5%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .service2 .container .box {
    width: 100%;
  }
}
.service2 .container .box h2 {
  font-family: "rbt-b";
  font-size: 0.48rem;
  color: #333333;
  line-height: 1.125em;
}
@media (max-width: 991px) {
  .service2 .container .box h2 {
    font-size: 0.5rem;
  }
}
.service2 .container .box p {
  font-size: 20px;
  color: #666666;
  line-height: 1.5em;
}
@media (max-width: 1580px) {
  .service2 .container .box p {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .service2 .container .box p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .service2 .container .box p {
    font-size: 0.28rem;
  }
}
.service3 {
  padding: 1.6rem 0;
  border-radius: 1rem 1rem 0 0;
  margin-top: -1.1rem;
  background-color: #fff;
  position: relative;
}
.service3 .container .box1 {
  width: 87.5%;
  margin: 0 auto;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .service3 .container .box1 {
    width: 100%;
  }
}
.service3 .container .box1 .box2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #efefef;
  padding: 0.6rem;
}
@media (max-width: 991px) {
  .service3 .container .box1 .box2 {
    padding: 0.6rem 0.3rem;
    flex-direction: column-reverse;
  }
}
.service3 .container .box1 .box2:nth-child(even) {
  background-color: #f7f7f7;
}
.service3 .container .box1 .box2 .box3 {
  width: 70%;
}
@media (max-width: 991px) {
  .service3 .container .box1 .box2 .box3 {
    width: 100%;
  }
}
.service3 .container .box1 .box2 .box3 .cn1 {
  color: #333333;
  line-height: 1.33333333em;
}
@media (max-width: 991px) {
  .service3 .container .box1 .box2 .box3 .cn1 {
    font-size: 0.4rem;
  }
}
.service3 .container .box1 .box2 .box3 .cn2 {
  margin-top: 0.2rem;
  color: #666666;
  line-height: 2em;
}
@media (max-width: 991px) {
  .service3 .container .box1 .box2 .box3 .cn2 {
    line-height: 1.5em;
    font-size: 0.26rem;
  }
}
.service3 .container .box1 .box2 .box4 {
  font-size: 0.72rem;
  color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .service3 .container .box1 .box2 .box4 {
    width: 100%;
  }
}
.service4 {
  background-color: #f8f8f8;
  width: 100%;
}
.service4 .service4a {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .service4 .service4a {
    position: relative;
    height: auto;
    padding: 1.4rem 0;
  }
}
.service4 .container .box {
  width: 87.5%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .service4 .container .box {
    width: 100%;
  }
}
.service4 .container .box .cn1 {
  color: #333333;
  line-height: 1.06666667em;
}
.service4 .container .box .cn2 {
  margin: 0.3rem 0 1.5rem;
  color: #666666;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .service4 .container .box .cn2 {
    margin: 0.3rem 0;
  }
}
.service4 .container .box .box2 {
  position: relative;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .service4 .container .box .box2 {
    white-space: pre-wrap;
  }
}
.service4 .container .box .box2 .box3 {
  display: inline-flex;
  flex-wrap: wrap;
  width: 30.42857143%;
  margin-right: 40px;
  background-color: #fff;
  border-radius: 0.4rem;
  position: relative;
  padding: 0.8rem 0.5rem;
}
@media (max-width: 991px) {
  .service4 .container .box .box2 .box3 {
    width: 100%;
  }
}
.service4 .container .box .box2 .box3 .cn3 {
  display: block;
}
.service4 .container .box .box2 .box3 .cn3 img {
  height: 1rem;
}
.service4 .container .box .box2 .box3 .cn4 {
  margin-top: 0.4rem;
  display: block;
  width: 100%;
  color: #666666;
  line-height: 1.25em;
}
.service4 .container .box .box2 .box3 .cn5 {
  position: absolute;
  right: 0.5rem;
  top: 0.8rem;
  color: #999;
}
.product1 {
  padding-bottom: 0.9rem;
  padding-top: 1.4rem;
  margin-top: -1.1rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #f8f8f8;
  position: relative;
}
.product1 .container .box {
  display: flex;
  flex-wrap: wrap;
}
.product1 .container .box .box2 {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 0.5rem;
  border-radius: 0.4rem;
  background-color: #Ffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .product1 .container .box .box2 {
    width: 48%;
    margin-right: 4%;
  }
}
.product1 .container .box .box2::before {
  padding-top: 80%;
}
@media (max-width: 767px) {
  .product1 .container .box .box2::before {
    padding-top: 130%;
  }
}
.product1 .container .box .box2:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .product1 .container .box .box2:nth-child(3n) {
    margin-right: 4%;
  }
}
@media (max-width: 991px) {
  .product1 .container .box .box2:nth-child(2n) {
    margin-right: 0;
  }
}
.product1 .container .box .box2 .cn2 {
  opacity: 0;
}
.product1 .container .box .box2 .box3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  text-align: center;
}
.product1 .container .box .box2 .box3 .img {
  max-height: 1.2rem;
}
.product1 .container .box .box2 .box3 .img img {
  max-height: 1.2rem;
}
.product1 .container .box .box2 .box3 .img .cn3 {
  height: 1.2rem;
}
.product1 .container .box .box2 .box3 .img .cn3 .cls-1 {
  fill: #333;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.product1 .container .box .box2 .box3 .img .cn3 .cls-2 {
  fill: #e83421;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.product1 .container .box .box2 .box3 .cn1 {
  margin-top: 0.4rem;
  line-height: 1em;
  color: #333333;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .product1 .container .box .box2 .box3 .cn1 {
    padding: 0 0.2rem;
    font-size: 0.28rem;
  }
}
.product1 .container .box .box2 .box3 .zz-btn {
  visibility: hidden;
  transition: all 0.4s;
  height: 0;
}
.product1 .container .box .box2 .box3 .zz-btn .public-btn {
  height: 0;
  border: 0;
  transition: all 0.4s;
}
.product1 .container .box .box2:hover .cn2 {
  opacity: 1;
}
.product1 .container .box .box2:hover .box3 .img .cn3 .cls-1 {
  fill: #fff;
}
.product1 .container .box .box2:hover .box3 .img .cn3 .cls-2 {
  fill: #fff;
}
.product1 .container .box .box2:hover .box3 .cn1 {
  color: #fff;
}
.product1 .container .box .box2:hover .box3 .zz-btn {
  margin-top: 0.4rem;
  height: auto;
  visibility: visible;
}
.product1 .container .box .box2:hover .box3 .zz-btn .public-btn {
  height: 0.54rem;
  border: 1px solid #e83624;
}
.product1 .container .box .box2:hover .box3 .zz-btn .public-btn::before {
  transform: scale(7);
}
.product1 .container .box .box2:hover .box3 .zz-btn .public-btn .public-btncn1 {
  color: #fff;
}
.product1 .container .box .box2:hover .box3 .zz-btn .public-btn svg path {
  fill: #fff;
}
.product2 {
  position: relative;
}
.product2 .img {
  width: 100%;
  height: 8rem;
  position: relative;
}
.product2 .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .product2 .img {
    height: 12rem;
  }
}
.product2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product2 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.product2 .container .cn1 {
  color: #ffffff;
  line-height: 1em;
}
.product2 .container .cn2 {
  margin: 0.2rem auto 0;
  color: #ffffff;
  line-height: 1.5em;
  max-width: 90%;
}
.product2.solutioninfo0 .container .cn2 {
  margin: 0.2rem auto 0.4rem;
  width: 50.9375%;
}
@media (max-width: 991px) {
  .product2.solutioninfo0 .container .cn2 {
    width: 100%;
  }
}
.product3 {
  padding-top: 1.4rem;
  padding-bottom: 0.9rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #f8f8f8;
  margin-top: -1.1rem;
  position: relative;
}
.product3 .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  justify-content: space-between;
}
.product3 .container .box {
  background-color: #fff;
  width: 48.21428571%;
  margin-bottom: 0.5rem;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 0.4rem;
  position: relative;
}
.product3 .container .box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  background-color: #e83421;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .product3 .container .box {
    width: 100%;
  }
}
.product3 .container .box .img {
  width: 100%;
}
.product3 .container .box .img::before {
  padding-top: 69.62962963%;
}
.product3 .container .box .img .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.product3 .container .box .box2 {
  padding: 0.4rem;
  position: relative;
}
.product3 .container .box .box2 .cn1 {
  color: #333333;
  transition: all 0.4s;
  line-height: 1.25em;
}
.product3 .container .box .box2 .cn2 {
  transition: all 0.4s;
  margin: 0.1rem 0 0.2rem;
  color: #666666;
  line-height: 1.625em;
}
.product3 .container .box .box2 .cn3 {
  display: flex;
  align-items: center;
}
.product3 .container .box .box2 .cn3 .cn4 {
  transition: all 0.4s;
  color: #e83421;
}
.product3 .container .box .box2 .cn3 .cn5 {
  margin-left: 0.1rem;
}
.product3 .container .box .box2 .cn3 .cn5 svg {
  transition: all 0.4s;
}
.product3 .container .box .box2 .cn3 .cn5 svg path {
  transition: all 0.4s;
  fill: #e83421;
  opacity: 1;
  stroke: none;
}
.product3 .container .box:hover::before {
  opacity: 1;
}
.product3 .container .box:hover .img img {
  transform: scale(1.05);
}
.product3 .container .box:hover .box2 .cn1 {
  color: #fff;
}
.product3 .container .box:hover .box2 .cn2 {
  color: #fff;
}
.product3 .container .box:hover .box2 .cn3 .cn4 {
  color: #Fff;
}
.product3 .container .box:hover .box2 .cn3 .cn5 svg {
  transform: translateX(5px);
}
.product3 .container .box:hover .box2 .cn3 .cn5 svg path {
  fill: #Fff;
}
.product4 {
  background-color: #fff;
  padding: 1.4rem 0;
}
.product4.solutioninfo6 {
  margin-top: -1.1rem;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  z-index: 6;
}
.product4 .container1 {
  max-width: 1400px;
}
.product4 .container1 .box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .product4 .container1 .box1 {
    justify-content: center;
    text-align: center;
  }
}
.product4 .container1 .box1 .cn1 {
  line-height: 1.06666667em;
  color: #333333;
}
@media (max-width: 991px) {
  .product4 .container1 .box1 .cn1 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product4 .container1 .box1 .zz-btn {
    margin-top: 0.5rem;
  }
}
.product4 .container2 {
  max-width: 1400px;
  position: relative;
}
.product4 .container2 .product4aprev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  left: -0.4rem;
  z-index: 5;
}
@media (max-width: 767px) {
  .product4 .container2 .product4aprev {
    display: none;
  }
}
.product4 .container2 .product4aprev svg {
  width: 0.24rem;
  height: 0.41rem;
}
.product4 .container2 .product4aprev svg path {
  fill: #ebebeb;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.product4 .container2 .product4aprev:hover svg path {
  fill: #e83421;
}
.product4 .container2 .product4anext {
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: -0.4rem;
}
@media (max-width: 767px) {
  .product4 .container2 .product4anext {
    display: none;
  }
}
.product4 .container2 .product4anext svg {
  width: 0.24rem;
  height: 0.41rem;
  transform: rotate(180deg);
}
.product4 .container2 .product4anext svg path {
  fill: #ebebeb;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.product4 .container2 .product4anext:hover svg path {
  fill: #e83421;
}
.product4 .container2 .product4a {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0.7rem auto 0;
  padding: 0.1rem;
}
.product4 .container2 .product4a .product4pagination {
  position: absolute;
  bottom: 0.4rem;
  z-index: 5;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .product4 .container2 .product4a .product4pagination {
    opacity: 1;
    visibility: visible;
  }
}
.product4 .container2 .product4a .product4pagination .swiper-pagination-bullet {
  width: 0.24rem;
  margin: 0 0.15rem;
  height: 0.24rem;
}
.product4 .container2 .product4a .product4pagination .swiper-pagination-bullet-active {
  background-color: #e83421;
}
@media (max-width: 1580px) {
  .product4 .container2 .product4a {
    width: 100%;
  }
}
.product4 .container2 .product4a .swiper-slide {
  box-shadow: 0rem 0.06rem 0.2rem 0rem rgba(0, 0, 0, 0.06);
  border-radius: 0.4rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product4 .container2 .product4a .swiper-slide .img::before {
  padding-top: 62.21198157%;
}
.product4 .container2 .product4a .swiper-slide .text {
  padding: 0.4rem;
}
@media (max-width: 767px) {
  .product4 .container2 .product4a .swiper-slide .text {
    padding: 0.4rem 0.4rem 0.8rem;
  }
}
.product4 .container2 .product4a .swiper-slide .text .cn2 {
  color: #333333;
  line-height: 1.06666667em;
  transition: all 0.4s;
}
.product4 .container2 .product4a .swiper-slide .text .cn3 {
  margin: 0.25rem 0 0.3rem;
  color: #666666;
  line-height: 1.66666667em;
}
.product4 .container2 .product4a .swiper-slide .text .cn4 {
  color: #999999;
  line-height: 1.5em;
  text-align: right;
}
.product4 .container2 .product4a .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.product4 .container2 .product4a .swiper-slide:hover .text .cn2 {
  color: #e83421;
}
.product4 .container2 .product4a .swiper-slide:nth-child(even) {
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .product4 .container2 .product4a .swiper-slide:nth-child(even) {
    flex-direction: column;
  }
}
.productinfo1 {
  margin-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
.productinfo1 .container {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
}
.productinfo1 .container .left {
  width: 51.42857143%;
}
@media (max-width: 991px) {
  .productinfo1 .container .left {
    width: 100%;
  }
}
.productinfo1 .container .left .productinfo1a {
  position: relative;
  overflow: hidden;
}
.productinfo1 .container .left .productinfo1a .swiper-slide .img::before {
  padding-top: 58.75%;
}
.productinfo1 .container .left .productinfo1a .swiper-slide .img img:nth-child(1) {
  z-index: 2;
}
.productinfo1 .container .left .productinfo1a .swiper-slide .img img:nth-child(2) {
  z-index: 1;
}
.productinfo1 .container .left .leftbox {
  margin-top: 0.9rem;
  padding: 0 0.3rem;
  position: relative;
}
.productinfo1 .container .left .leftbox .productinfo1aprev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.productinfo1 .container .left .leftbox .productinfo1aprev svg {
  width: 10px;
  height: 18px;
  transform: rotate(180deg);
  cursor: pointer;
}
.productinfo1 .container .left .leftbox .productinfo1aprev svg path {
  fill: #999;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.productinfo1 .container .left .leftbox .productinfo1aprev:hover svg path {
  fill: #e83624;
}
.productinfo1 .container .left .leftbox .productinfo1anext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.productinfo1 .container .left .leftbox .productinfo1anext svg {
  width: 10px;
  height: 18px;
  cursor: pointer;
}
.productinfo1 .container .left .leftbox .productinfo1anext svg path {
  fill: #999;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.productinfo1 .container .left .leftbox .productinfo1anext:hover svg path {
  fill: #e83624;
}
.productinfo1 .container .left .leftbox .productinfo1b {
  position: relative;
  overflow: hidden;
}
.productinfo1 .container .left .leftbox .productinfo1b .swiper-slide {
  position: relative;
  cursor: pointer;
}
.productinfo1 .container .left .leftbox .productinfo1b .swiper-slide::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 0.2rem;
  border: 2px solid transparent;
  z-index: 2;
}
.productinfo1 .container .left .leftbox .productinfo1b .swiper-slide .img {
  border-radius: 0.2rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.productinfo1 .container .left .leftbox .productinfo1b .swiper-slide .img::before {
  padding-top: 58.75%;
}
.productinfo1 .container .left .leftbox .productinfo1b .swiper-slide.swiper-slide-thumb-active::before {
  border: 2px solid #e83624;
}
.productinfo1 .container .right {
  width: 48.57142857%;
  padding-left: 4.28571429%;
}
@media (max-width: 991px) {
  .productinfo1 .container .right {
    width: 100%;
    margin-top: 0.6rem;
    padding-left: 0;
  }
}
.productinfo1 .container .right .cn1 {
  color: #333333;
  line-height: 1em;
  margin-bottom: 0.3rem;
}
.productinfo1 .container .right .cn2 {
  color: #666666;
  line-height: 1.5em;
}
.productinfo1 .container .right .cn3 {
  display: flex;
  flex-wrap: wrap;
}
.productinfo1 .container .right .cn3 .zz-btn {
  margin-top: 0.6rem;
  margin-right: 0.2rem;
}
.productinfo1 .container .right .cn3 .zz-btn .public-btn {
  min-width: 1.6rem;
  padding: 0 0.25rem;
}
.productinfo2 {
  background-color: #f8f8f8;
  padding: 1.5rem 0 2.3rem;
}
.productinfo2 .container {
  max-width: 1200px;
}
.productinfo2 .container .videobox {
  border-radius: 0.4rem;
  overflow: hidden;
  border: solid 2px #ffffff;
  box-shadow: -2px 8px 27px 0px rgba(165, 165, 165, 0.77);
  position: relative;
}
.productinfo2 .container .videobox::before {
  padding-top: 56.25%;
}
.productinfo2 .container .videobox .yinying {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 3;
}
.productinfo2 .container .videobox video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.productinfo2 .container .videobox .play {
  cursor: pointer;
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.productinfo2 .container .videobox .play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
.productinfo2 .container .videobox .play:hover::before {
  transform: translate(-50%, -50%) scale(1.05);
}
@keyframes productinfo2ayundong1 {
  from {
    width: 0;
    height: 0;
  }
  to {
    width: 1rem;
    height: 1rem;
  }
}
.productinfo3 {
  margin-top: -0.8rem;
  padding: 0.9rem 0 1.6rem;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
}
.productinfo3 .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  align-items: flex-start;
}
.productinfo3 .container .left {
  padding-top: 0.6rem;
  width: 57.14285714%;
  padding-right: 7.14285714%;
}
@media (max-width: 991px) {
  .productinfo3 .container .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.6rem;
  }
}
.productinfo3 .container .left .cn1 {
  color: #333333;
  line-height: 1.35em;
}
.productinfo3 .container .left .cn2 {
  color: #666666;
  line-height: 1.5em;
  margin-top: 0.3rem;
  margin-bottom: 0.9rem;
}
.productinfo3 .container .left .cn3 .cn4 {
  line-height: 1.5em;
  color: #333333;
}
.productinfo3 .container .left .cn3 .cn5 {
  margin-top: 0.2rem;
}
.productinfo3 .container .left .cn3 .cn5 .cn6 {
  display: flex;
  align-items: center;
}
.productinfo3 .container .left .cn3 .cn5 .cn6 .cn7 {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  background-color: #e83624;
  border-radius: 50%;
  margin-right: 0.2rem;
}
.productinfo3 .container .left .cn3 .cn5 .cn6 .cn8 {
  line-height: 1.5em;
  color: #666666;
}
.productinfo3 .container .right {
  width: 42.85714286%;
}
@media (max-width: 991px) {
  .productinfo3 .container .right {
    width: 100%;
  }
}
.productinfo3 .container .right .img {
  border-radius: 0.4rem;
}
.productinfo3 .container .right .img::before {
  padding-top: 133.33333333%;
}
.productinfo4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem 1rem 0 0;
  margin-top: -0.8rem;
  overflow: hidden;
  position: relative;
  z-index: 4;
  padding: 1.4rem 0 1.65rem;
  background-color: #f8f8f8;
}
.productinfo4 .container {
  max-width: 1400px;
}
.productinfo4 .container .cn1 {
  line-height: 1.06666667em;
  color: #333;
}
.productinfo4 .container .box {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.productinfo4 .container .box .box2 {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  width: calc((100% - 1rem) / 3);
  border-radius: 0.4rem;
  padding: 0.5rem 0 0.5rem;
  transition: all 0.4s;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .productinfo4 .container .box .box2 {
    width: 48%;
    margin-right: 4%;
  }
}
.productinfo4 .container .box .box2:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .productinfo4 .container .box .box2:nth-child(3n) {
    margin-right: 4%;
  }
}
@media (max-width: 991px) {
  .productinfo4 .container .box .box2:nth-child(2n) {
    margin-right: 0;
  }
}
.productinfo4 .container .box .box2 .cn4 {
  display: flex;
  justify-content: center;
}
.productinfo4 .container .box .box2 .cn2 {
  padding: 0 0.15rem;
  color: #e83624;
  line-height: 1.2em;
  border-radius: 0.3rem;
  border: 2px solid #e83624;
}
.productinfo4 .container .box .box2 .cn3 {
  margin-top: 0.3rem;
  text-align: center;
  color: #666666;
  line-height: 1.5em;
}
.productinfo5 {
  border-radius: 1rem 1rem 0 0;
  background-color: #fff;
  position: relative;
  margin-top: -0.8rem;
  padding-bottom: 1.8rem;
  overflow: hidden;
  z-index: 5;
}
.productinfo5.solutioninfo5 {
  background-color: #f8f8f8;
  padding-bottom: 2.5rem;
}
.productinfo5 .container {
  position: relative;
  overflow: hidden;
  max-width: 1400px;
}
.productinfo5 .container .box1 {
  padding-top: 1.3rem;
}
.productinfo5 .container .box1 .box2 {
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.productinfo5 .container .box1 .box2 .cn1 {
  line-height: 1.16666667em;
  color: #333333;
}
.productinfo5 .container .box1 .box2 .box8 {
  display: flex;
}
@media (max-width: 991px) {
  .productinfo5 .container .box1 .box2 .box8 {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }
}
.productinfo5 .container .box1 .box2 .box8 .solbox1aprev {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  border: 0.02rem solid #e83624;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .productinfo5 .container .box1 .box2 .box8 .solbox1aprev {
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 50%;
  }
}
.productinfo5 .container .box1 .box2 .box8 .solbox1aprev svg {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .productinfo5 .container .box1 .box2 .box8 .solbox1aprev svg {
    width: 0.1rem;
    height: 0.18rem;
  }
}
.productinfo5 .container .box1 .box2 .box8 .solbox1aprev svg path {
  fill: #e83624;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.productinfo5 .container .box1 .box2 .box8 .solbox1aprev:hover {
  background-color: #e83624;
}
.productinfo5 .container .box1 .box2 .box8 .solbox1aprev:hover svg path {
  fill: #Fff;
}
.productinfo5 .container .box1 .box2 .box8 .solbox1anext {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  border: 0.02rem solid #e83624;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .productinfo5 .container .box1 .box2 .box8 .solbox1anext {
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 50%;
  }
}
@media (max-width: 991px) {
  .productinfo5 .container .box1 .box2 .box8 .solbox1anext svg {
    width: 0.1rem;
    height: 0.18rem;
  }
}
.productinfo5 .container .box1 .box2 .box8 .solbox1anext svg path {
  fill: #e83624;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.productinfo5 .container .box1 .box2 .box8 .solbox1anext:hover {
  background-color: #e83624;
}
.productinfo5 .container .box1 .box2 .box8 .solbox1anext:hover svg path {
  fill: #Fff;
}
.productinfo5 .container .box1 .sol-box1a {
  position: relative;
}
.productinfo5 .container .box1 .sol-box1a .swiper-slide {
  border-radius: 0.4rem;
  overflow: hidden;
}
.productinfo5 .container .box1 .sol-box1a .swiper-slide .img {
  border-radius: 0.4rem;
  background-color: #F8f8f8;
}
.productinfo5 .container .box1 .sol-box1a .swiper-slide .img::before {
  padding-top: 69.62962963%;
}
.productinfo5 .container .box1 .sol-box1a .swiper-slide .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.productinfo5 .container .box1 .sol-box1a .swiper-slide .cn2 {
  z-index: 2;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  padding: 0 0.4rem;
  transition: all 0.4s;
}
.productinfo5 .container .box1 .sol-box1a .swiper-slide .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  transition: all 0.4s;
}
.productinfo5 .container .box1 .sol-box1a .swiper-slide .img2 .img3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background-color: #e83624;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 0;
  top: 60%;
}
.productinfo5 .container .box1 .sol-box1a .swiper-slide .img2 .img3 em:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.02rem;
  background-color: #fff;
}
.productinfo5 .container .box1 .sol-box1a .swiper-slide .img2 .img3 em:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: 0.02rem;
  height: 0.4rem;
  background-color: #fff;
}
.productinfo5 .container .box1 .sol-box1a .swiper-slide:hover .cn2 {
  opacity: 0;
}
.productinfo5 .container .box1 .sol-box1a .swiper-slide:hover .img2 {
  opacity: 1;
}
.productinfo5 .container .box1 .sol-box1a .swiper-slide:hover .img2 .img3 {
  opacity: 1;
  top: 50%;
}
.productinfo6 {
  overflow: hidden;
  background-color: #f8f8f8;
  margin-top: -0.8rem;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  z-index: 7;
  padding: 1.4rem 0 1.5rem;
}
.productinfo6 .container {
  max-width: 1400px;
}
.productinfo6 .container .cn1 {
  color: #333333;
  line-height: 1.16666667em;
  margin-bottom: 0.7rem;
}
.productinfo6 .containera1 {
  position: relative;
}
@media (max-width: 991px) {
  .productinfo6 .containera1 .box8 {
    margin-bottom: 0.6rem;
    display: flex;
    justify-content: center;
  }
}
.productinfo6 .containera1 .productinfo6aprev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.54rem;
  z-index: 5;
}
@media (max-width: 991px) {
  .productinfo6 .containera1 .productinfo6aprev {
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 0.27rem;
    border: 0.02rem solid #e83624;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s;
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 50%;
    position: relative;
  }
}
.productinfo6 .containera1 .productinfo6aprev svg {
  width: 0.24rem;
  height: 0.41rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .productinfo6 .containera1 .productinfo6aprev svg {
    width: 0.1rem;
    height: 0.18rem;
  }
}
.productinfo6 .containera1 .productinfo6aprev svg path {
  fill: #ebebeb;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .productinfo6 .containera1 .productinfo6aprev svg path {
    fill: #e83624;
  }
}
@media (max-width: 991px) {
  .productinfo6 .containera1 .productinfo6aprev:hover {
    background-color: #e83624;
  }
}
.productinfo6 .containera1 .productinfo6aprev:hover svg path {
  fill: #e83624;
}
@media (max-width: 991px) {
  .productinfo6 .containera1 .productinfo6aprev:hover svg path {
    fill: #fff;
  }
}
.productinfo6 .containera1 .productinfo6anext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.54rem;
  z-index: 5;
}
@media (max-width: 991px) {
  .productinfo6 .containera1 .productinfo6anext {
    margin-left: 0.2rem;
    top: 0;
    right: 0;
    transform: translateY(0);
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 0.27rem;
    border: 0.02rem solid #e83624;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s;
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 50%;
    position: relative;
  }
}
.productinfo6 .containera1 .productinfo6anext svg {
  transition: all 0.4s;
  width: 0.24rem;
  height: 0.41rem;
  cursor: pointer;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .productinfo6 .containera1 .productinfo6anext svg {
    width: 0.1rem;
    height: 0.18rem;
  }
}
.productinfo6 .containera1 .productinfo6anext svg path {
  fill: #ebebeb;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .productinfo6 .containera1 .productinfo6anext svg path {
    fill: #e83624;
  }
}
@media (max-width: 991px) {
  .productinfo6 .containera1 .productinfo6anext:hover {
    background-color: #e83624;
  }
}
.productinfo6 .containera1 .productinfo6anext:hover svg path {
  fill: #e83624;
}
@media (max-width: 991px) {
  .productinfo6 .containera1 .productinfo6anext:hover svg path {
    fill: #fff;
  }
}
.productinfo6 .containera1 .productinfo6a {
  overflow: hidden;
  position: relative;
}
.productinfo6 .containera1 .productinfo6a .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.productinfo6 .containera1 .productinfo6a .swiper-slide .left {
  width: 50%;
  padding-right: 8.57142857%;
}
@media (max-width: 991px) {
  .productinfo6 .containera1 .productinfo6a .swiper-slide .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.6rem;
  }
}
.productinfo6 .containera1 .productinfo6a .swiper-slide .left .cn2 {
  color: #333333;
  line-height: 1.33333333em;
  margin-bottom: 0.3rem;
}
.productinfo6 .containera1 .productinfo6a .swiper-slide .left .cn3 {
  color: #666666;
  line-height: 1.55555556em;
  margin-bottom: 0.65rem;
}
.productinfo6 .containera1 .productinfo6a .swiper-slide .left .zz-btn .public-btn {
  line-height: 54px;
  padding: 0 0.3rem;
}
.productinfo6 .containera1 .productinfo6a .swiper-slide .left .zz-btn .public-btn svg {
  width: auto;
  height: auto;
}
.productinfo6 .containera1 .productinfo6a .swiper-slide .right {
  width: 50%;
}
@media (max-width: 991px) {
  .productinfo6 .containera1 .productinfo6a .swiper-slide .right {
    width: 100%;
  }
}
.productinfo6 .containera1 .productinfo6a .swiper-slide .right .img {
  border-radius: 0.4rem;
}
.productinfo6 .containera1 .productinfo6a .swiper-slide .right .img::before {
  padding-top: 79.71428571%;
}
.zlogin-box {
  padding: 0.4rem 0 1.4rem;
  background-color: #f8f8f8;
}
.zlogin-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zlogin-box .container .left {
  background-color: #fff;
  width: 17.14285714%;
  padding-top: 0.5rem;
}
@media (max-width: 1260px) {
  .zlogin-box .container .left {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .zlogin-box .container .left {
    width: 100%;
  }
}
.zlogin-box .container .left .zlogo {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.zlogin-box .container .left .zlogo em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.zlogin-box .container .left .zlogo .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zlogin-box .container .left .zlogo .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.36rem;
  height: 0.3rem;
}
.zlogin-box .container .left .zlogo .img3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
}
.zlogin-box .container .left .cn1 {
  text-align: center;
  padding: 0.2rem 0.3rem 0.5rem;
  line-height: 1.2em;
  border-bottom: 1px solid #e7e7e7;
}
.zlogin-box .container .left .cn2 .cn3 {
  padding: 0.2rem 0.3rem;
  margin: 0.1rem;
  display: flex;
  background-color: #f8f8f8;
  border-radius: 0.1rem;
}
.zlogin-box .container .left .cn2 .cn3 .cn4 {
  width: 0.24rem;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.zlogin-box .container .left .cn2 .cn3 .cn4 img {
  width: 100%;
}
.zlogin-box .container .left .cn2 .cn3 .cn5 {
  line-height: 1.2em;
  color: #333333;
}
.zlogin-box .container .right {
  background-color: #fff;
  width: 81.42857143%;
  padding: 0.5rem 0.63rem;
}
@media (max-width: 1260px) {
  .zlogin-box .container .right {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .zlogin-box .container .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.zlogin-box .container .right .cn6 {
  line-height: 1em;
  position: relative;
  color: #333333;
  margin-bottom: 0.9rem;
}
.zlogin-box .container .right .cn6::before {
  content: "";
  position: absolute;
  left: -0.23rem;
  top: 0;
  width: 0.06rem;
  height: 100%;
  background-color: #e83624;
}
.zlogin-box .container .right .dybox2 {
  display: none;
}
.zlogin-box .container .right .cn7 {
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
  flex-wrap: wrap;
}
.zlogin-box .container .right .cn7 .cn8 {
  width: 1.55rem;
  color: #999999;
}
.zlogin-box .container .right .cn7 .zz-btn {
  width: 2rem;
}
@media (max-width: 991px) {
  .zlogin-box .container .right .cn7 .zz-btn {
    width: 100%;
  }
}
.zlogin-box .container .right .cn7 .zz-btn .public-btn {
  width: 2rem;
}
@media (max-width: 991px) {
  .zlogin-box .container .right .cn7 .zz-btn .public-btn {
    width: 100%;
  }
}
.zlogin-box .container .right .cn7 #perquxiao {
  margin-right: 0.2rem;
}
@media (max-width: 991px) {
  .zlogin-box .container .right .cn7 #perquxiao {
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.zlogin-box .container .right .cn7 .cn9 {
  width: 4.2rem;
}
@media (max-width: 991px) {
  .zlogin-box .container .right .cn7 .cn9 {
    width: 100%;
  }
}
.zlogin-box .container .right .cn7 .cn9 input {
  width: 100%;
  border-radius: 0.32rem;
  line-height: 0.64rem;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .zlogin-box .container .right .cn7 .cn9 input {
    margin-top: 0.2rem;
    line-height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.zlogin-box .container .right .cn7 .cn9 input.on {
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
  padding: 0 0.3rem;
}
.sol-box1 {
  border-radius: 1rem 1rem 0 0;
  background-color: #fff;
  position: relative;
  margin-top: -1.1rem;
  padding-bottom: 1.8rem;
  overflow: hidden;
}
.sol-box1 .container {
  position: relative;
}
.sol-box1 .container::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100vw;
  right: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5;
}
.sol-box1 .container::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100vw;
  left: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5;
}
.sol-box1 .container .box1 {
  padding-top: 1.3rem;
}
@media (max-width: 991px) {
  .sol-box1 .container .box1 {
    position: relative;
  }
}
.sol-box1 .container .box1 .box2 {
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.sol-box1 .container .box1 .box2 .cn1 {
  line-height: 1.16666667em;
  color: #333333;
}
.sol-box1 .container .box1 .box2 .box8 {
  display: flex;
}
@media (max-width: 991px) {
  .sol-box1 .container .box1 .box2 .box8 {
    width: 100%;
    justify-content: space-between;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 60%;
    z-index: 5;
  }
}
.sol-box1 .container .box1 .box2 .box8 .solbox1aprev {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  border: 0.02rem solid #e83624;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .sol-box1 .container .box1 .box2 .box8 .solbox1aprev {
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 50%;
    border: 0;
  }
}
.sol-box1 .container .box1 .box2 .box8 .solbox1aprev svg {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .sol-box1 .container .box1 .box2 .box8 .solbox1aprev svg {
    width: 0.3rem;
    height: auto;
  }
}
.sol-box1 .container .box1 .box2 .box8 .solbox1aprev svg path {
  fill: #e83624;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .sol-box1 .container .box1 .box2 .box8 .solbox1aprev svg path {
    fill: #Fff;
  }
}
.sol-box1 .container .box1 .box2 .box8 .solbox1aprev:hover {
  background-color: #e83624;
}
@media (max-width: 991px) {
  .sol-box1 .container .box1 .box2 .box8 .solbox1aprev:hover {
    background-color: transparent;
  }
}
.sol-box1 .container .box1 .box2 .box8 .solbox1aprev:hover svg path {
  fill: #Fff;
}
.sol-box1 .container .box1 .box2 .box8 .solbox1anext {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  border: 0.02rem solid #e83624;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .sol-box1 .container .box1 .box2 .box8 .solbox1anext {
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 50%;
    border: 0;
  }
}
@media (max-width: 991px) {
  .sol-box1 .container .box1 .box2 .box8 .solbox1anext svg {
    width: 0.3rem;
    height: auto;
  }
}
.sol-box1 .container .box1 .box2 .box8 .solbox1anext svg path {
  fill: #e83624;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .sol-box1 .container .box1 .box2 .box8 .solbox1anext svg path {
    fill: #Fff;
  }
}
.sol-box1 .container .box1 .box2 .box8 .solbox1anext:hover {
  background-color: #e83624;
}
@media (max-width: 991px) {
  .sol-box1 .container .box1 .box2 .box8 .solbox1anext:hover {
    background-color: transparent;
  }
}
.sol-box1 .container .box1 .box2 .box8 .solbox1anext:hover svg path {
  fill: #Fff;
}
.sol-box1 .container .box1 .sol-box1a {
  position: relative;
}
.sol-box1 .container .box1 .sol-box1a .swiper-slide {
  border-radius: 0.4rem;
  overflow: hidden;
}
.sol-box1 .container .box1 .sol-box1a .swiper-slide .img {
  border-radius: 0.4rem;
}
.sol-box1 .container .box1 .sol-box1a .swiper-slide .img::before {
  padding-top: 109.6%;
}
.sol-box1 .container .box1 .sol-box1a .swiper-slide .cn2 {
  z-index: 2;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  padding: 0 0.4rem;
  transition: all 0.4s;
}
.sol-box1 .container .box1 .sol-box1a .swiper-slide .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  transition: all 0.4s;
}
.sol-box1 .container .box1 .sol-box1a .swiper-slide .img2 .img3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.28rem;
  height: 1.28rem;
  background-color: #e83624;
  border-radius: 50%;
  transition: all 0.4s;
  opacity: 0;
  top: 60%;
}
.sol-box1 .container .box1 .sol-box1a .swiper-slide .img2 .img3 em:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.02rem;
  background-color: #fff;
}
.sol-box1 .container .box1 .sol-box1a .swiper-slide .img2 .img3 em:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: 0.02rem;
  height: 0.4rem;
  background-color: #fff;
}
.sol-box1 .container .box1 .sol-box1a .swiper-slide:hover .cn2 {
  opacity: 0;
}
.sol-box1 .container .box1 .sol-box1a .swiper-slide:hover .img2 {
  opacity: 1;
}
.sol-box1 .container .box1 .sol-box1a .swiper-slide:hover .img2 .img3 {
  opacity: 1;
  top: 50%;
}
.sol-box2 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem 0;
  position: relative;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .sol-box2 {
    background-attachment: scroll;
  }
}
.sol-box2 .container {
  text-align: center;
}
.sol-box2 .container .cn1 {
  color: #ffffff;
  line-height: 1.5em;
}
.sol-box2 .container .cn2 {
  margin: 0.2rem 0;
  color: #ffffff;
  line-height: 1.05em;
}
.sol-box2 .container .cn3 {
  color: #ffffff;
  line-height: 1.5em;
}
.sol-box2 .container .zz-btn {
  margin-top: 0.3rem;
}
.sol-box2 .container .zz-btn .public-btn {
  border: 1px solid #fff;
}
.sol-box2 .container .zz-btn .public-btn .public-btncn1 {
  color: #fff;
}
.sol-box2 .container .zz-btn .public-btn svg path {
  fill: #fff;
}
.sol-box2 .container .zz-btn .public-btn:hover {
  border: 1px solid #e83624;
}
.solutioninfo1 {
  border-radius: 1rem 1rem 0 0;
  position: relative;
  margin-top: -1.1rem;
  padding: 1.4rem 0 2.5rem;
  z-index: 2;
  background-color: #f8f8f8;
}
.solutioninfo1 .container {
  max-width: 1400px;
}
.solutioninfo1 .container .cn1 {
  color: #333333;
  line-height: 1.06666667em;
  margin-bottom: 0.5rem;
}
.solutioninfo1 .container .box1 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .solutioninfo1 .container .box1 {
    justify-content: space-between;
  }
}
.solutioninfo1 .container .box1 .box2 {
  margin-top: 0.3rem;
  width: 23.39285714%;
  display: block;
  margin-right: 2.14285714%;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .solutioninfo1 .container .box1 .box2 {
    width: 48%;
    margin-right: 0;
  }
}
.solutioninfo1 .container .box1 .box2:nth-child(4n) {
  margin-right: 0;
}
.solutioninfo1 .container .box1 .box2 .img {
  border-radius: 0.4rem;
  width: 100%;
}
.solutioninfo1 .container .box1 .box2 .img::before {
  padding-top: 100%;
}
.solutioninfo1 .container .box1 .box2 .img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.69rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/qimg4.png);
  z-index: 5;
  opacity: 0;
  transition: all 0.4s;
}
.solutioninfo1 .container .box1 .box2 .cn2 {
  text-align: center;
  color: #666666;
  margin-top: 0.4rem;
  transition: all 0.4s;
}
.solutioninfo1 .container .box1 .box2.on {
  transform: translateY(-0.2rem);
}
.solutioninfo1 .container .box1 .box2.on .img img {
  transform: scale(1.05);
}
.solutioninfo1 .container .box1 .box2.on .img::after {
  opacity: 1;
}
.solutioninfo1 .container .box1 .box2.on .cn2 {
  color: #e83624;
}
.solutioninfo1 .container .box1 .box2:hover {
  transform: translateY(-0.2rem);
}
.solutioninfo1 .container .box1 .box2:hover .img img {
  transform: scale(1.05);
}
.solutioninfo1 .container .box1 .box2:hover .img::after {
  opacity: 1;
}
.solutioninfo1 .container .box1 .box2:hover .cn2 {
  color: #e83624;
}
.solutioninfo2 {
  background-color: #Fff;
  border-radius: 1rem 1rem 0 0;
  margin-top: -1.1rem;
  padding: 1.1rem 0 2.9rem;
  position: relative;
  z-index: 3;
}
.solutioninfo2 .container {
  max-width: 1400px;
}
.solutioninfo2 .container .cn1 {
  color: #666666;
  line-height: 1.5em;
}
.solutioninfo2 .container .cn2 {
  margin-top: 0.7rem;
  position: relative;
  width: 100%;
  border-radius: 0.4rem;
}
.solutioninfo2 .container .cn2::before {
  padding-top: 56.28571429%;
}
.solutioninfo2 .container .cn2 video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.solutioninfo2 .container .cn2 .cn3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.03rem;
  height: 1.03rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.solutioninfo2 .container .cn2 .cn3::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
.solutioninfo2 .container .cn2 .cn3 img {
  width: 0.63rem;
  height: 0.63rem;
}
.solutioninfo2 .container .cn2 .cn3:hover::before {
  transform: translate(-50%, -50%) scale(1.05);
}
.solutioninfo3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem 1rem 0 0;
  margin-top: -1.1rem;
  overflow: hidden;
  position: relative;
  z-index: 4;
  padding: 1.5rem 0 1.65rem;
}
.solutioninfo3 .container {
  max-width: 1400px;
}
.solutioninfo3 .container .cn1 {
  line-height: 1.06666667em;
  color: #fff;
}
.solutioninfo3 .container .box {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.solutioninfo3 .container .box .box2 {
  width: 33%;
  padding: 0.8rem 0 0.5rem;
  border: 1px solid transparent;
  transition: all 0.4s;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .solutioninfo3 .container .box .box2 {
    width: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.solutioninfo3 .container .box .box2:nth-child(-n+3) {
  border-top: 1px solid transparent;
}
@media (max-width: 767px) {
  .solutioninfo3 .container .box .box2:nth-child(-n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.solutioninfo3 .container .box .box2:nth-child(3n) {
  border-right: 1px solid transparent;
}
@media (max-width: 767px) {
  .solutioninfo3 .container .box .box2:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.solutioninfo3 .container .box .box2 .cn4 {
  display: flex;
  justify-content: center;
}
.solutioninfo3 .container .box .box2 .cn2 {
  padding: 0 0.15rem;
  color: #fff;
  line-height: 1.5em;
  border-radius: 0.3rem;
  border: 2px solid #fff;
}
.solutioninfo3 .container .box .box2 .cn3 {
  margin-top: 0.3rem;
  text-align: center;
  color: #fff;
  line-height: 1.2em;
  padding: 0 0.1rem;
}
.solutioninfo3 .container .box .box2:hover {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.solutioninfo4 {
  padding: 1.4rem 0 2.5rem;
}
.solutioninfo4 .container {
  max-width: 1400px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.solutioninfo4 .container .left {
  width: 50%;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .solutioninfo4 .container .left {
    width: 100%;
  }
}
.solutioninfo4 .container .left .cn1 {
  color: #333333;
  line-height: 1.06666667em;
  padding-right: 0.2rem;
}
.solutioninfo4 .container .left .solutioninfo4a {
  margin-top: 0.9rem;
  position: relative;
  overflow: hidden;
}
.solutioninfo4 .container .left .solutioninfo4a .line {
  content: "";
  position: absolute;
  left: 3px;
  width: 4px;
  height: 100%;
  background-color: #000;
  z-index: 2;
  top: calc(0.35rem + 4px);
  height: calc(100% - 0.35rem - 4px);
  opacity: 0;
  transition: all 1s;
}
.solutioninfo4 .container .left .solutioninfo4a .xian {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
  z-index: 2;
  top: calc(0.35rem - 5px);
  opacity: 0;
  transition: all 1s;
}
.solutioninfo4 .container .left .solutioninfo4a .swiper-slide {
  padding-left: 0.35rem;
  height: 0.7rem;
  cursor: pointer;
}
.solutioninfo4 .container .left .solutioninfo4a .swiper-slide::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background-color: #f0f0f0;
}
.solutioninfo4 .container .left .solutioninfo4a .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
  opacity: 0;
  transition: all 1s;
}
.solutioninfo4 .container .left .solutioninfo4a .swiper-slide .cn2 {
  color: #999999;
  line-height: 0.7rem;
  text-decoration: underline;
}
.solutioninfo4 .container .left .solutioninfo4a .swiper-slide:first-child::before {
  top: calc(50% + 5px);
  transform: translateY(0);
  height: calc(50% - 5px);
}
.solutioninfo4 .container .left .solutioninfo4a .swiper-slide:nth-child(1)::after {
  opacity: 1;
}
.solutioninfo4 .container .left .solutioninfo4a .swiper-slide.on2 .cn2 {
  color: #e83624;
  font-weight: bold;
}
.solutioninfo4 .container .right {
  width: 50%;
}
@media (max-width: 767px) {
  .solutioninfo4 .container .right {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.solutioninfo4 .container .right .solutioninfo4b {
  position: relative;
  overflow: hidden;
}
.solutioninfo4 .container .right .img {
  border-radius: 0.4rem;
}
.solutioninfo4 .container .right .img::before {
  padding-top: 98.00853485%;
}
.solutioninfo4 .container .right .img:hover img {
  transform: scale(1.05);
}
#c-header .ztopxiala {
  top: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  position: absolute;
  height: calc(100vh);
  padding-top: 2.5rem;
  display: none;
}
#c-header .ztopxiala .ztopxialaguanbi {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
}
#c-header .ztopxiala .ztopxialaguanbi svg {
  cursor: pointer;
  width: 0.35rem;
  height: auto;
}
#c-header .ztopxiala .ztopxialaguanbi svg path {
  fill: #333;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
#c-header .ztopxiala .ztopxialaguanbi svg:hover path {
  fill: #e83624;
}
@media (max-width: 991px) {
  #c-header .ztopxiala {
    display: none !important;
  }
}
#c-header .ztopxiala .container {
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
}
#c-header .ztopxiala .container .zleft {
  width: 23.75%;
  position: relative;
}
#c-header .ztopxiala .container .zleft::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d3d3d3;
}
#c-header .ztopxiala .container .zleft .zcn1 {
  color: #333333;
  line-height: 2.44444444em;
  display: table;
  text-align: left;
  position: relative;
}
#c-header .ztopxiala .container .zleft .zcn1 svg {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  transition: all 0.4s;
  height: 0.16rem;
}
#c-header .ztopxiala .container .zleft .zcn1 svg path {
  fill: #ccc;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
#c-header .ztopxiala .container .zleft .zcn1.on {
  color: #e83624;
}
#c-header .ztopxiala .container .zleft .zcn1.on svg {
  transform: translate(0.1rem, -50%);
}
#c-header .ztopxiala .container .zleft .zcn1.on svg path {
  fill: #e83624;
}
#c-header .ztopxiala .container .zcenter {
  width: 38.4375%;
  height: 4.67rem;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
#c-header .ztopxiala .container .zcenter::-webkit-scrollbar {
  width: 3px;
}
#c-header .ztopxiala .container .zcenter::-webkit-scrollbar-track {
  background: #d3d3d3;
  box-shadow: none;
}
#c-header .ztopxiala .container .zcenter .zbox1 {
  padding-top: 0.6rem;
  padding-left: 19.51219512%;
  padding-right: 0.3rem;
  display: none;
}
#c-header .ztopxiala .container .zcenter .zbox1.on {
  display: block;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2.zbox9 .zcn2 {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2.zbox9 .zcn2 img {
  margin-right: 0.1rem;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2.zbox9 .zcn2 .zcn15 {
  margin-left: 0.1rem;
  width: 10px;
  height: 10px;
  position: relative;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2.zbox9 .zcn2 .zcn15 em {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  transition: all 0.4s;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2.zbox9 .zcn2 .zcn15 em:nth-child(1) {
  width: 100%;
  height: 1px;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2.zbox9 .zcn2 .zcn15 em:nth-child(2) {
  width: 1px;
  height: 100%;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2.zbox9 .zcn2:hover .zcn15 em {
  background-color: #e83624;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2.zbox9 .zcn3 .zcn4 .zcn5 {
  position: relative;
  padding-left: 10px;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2.zbox9 .zcn3 .zcn4 .zcn5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  transition: all 0.4s;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2.zbox9 .zcn3 .zcn4 .zcn5:hover::before {
  background-color: #e83624;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2 .zcn2 {
  display: table;
  color: #333333;
  line-height: 1em;
  text-align: left;
  margin-bottom: 0.3rem;
  transition: all 0.4s;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2 .zcn2.on {
  margin-bottom: 0.2rem;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2 .zcn2.on .zcn15 em:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2 .zcn2:hover {
  color: #e83624;
  text-decoration: underline;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2 p.zcn2:hover {
  color: #333;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2 .zcn3 {
  display: none;
  margin-bottom: 0.2rem;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2 .zcn3 .zcn4 {
  margin-bottom: 0.2rem;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2 .zcn3 .zcn4:last-child {
  margin-bottom: 0;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2 .zcn3 .zcn4 .zcn5 {
  display: block;
  color: #333;
  line-height: 1em;
  text-align: left;
  transition: all 0.4s;
}
#c-header .ztopxiala .container .zcenter .zbox1 .zbox2 .zcn3 .zcn4 .zcn5:hover {
  color: #e83624;
  text-decoration: underline;
}
#c-header .ztopxiala .container .zright {
  width: 37.8125%;
  position: relative;
  padding-top: 0.75rem;
}
#c-header .ztopxiala .container .zright .zfengmiantu {
  width: 80.66115702%;
  margin: 0 0 0  auto ;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  border-radius: 0.4rem;
}
#c-header .ztopxiala .container .zright .zfengmiantu::before {
  padding-top: 66.80327869%;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  #c-header .head-nav {
    display: none;
    width: 0.5rem;
    height: 0.4rem;
  }
}
@media (max-width: 991px) {
  #c-header .container {
    justify-content: right;
  }
}
@media (max-width: 1260px) {
  #c-header .container .c-right-box .c-gn {
    display: flex;
  }
}
#c-header .container .c-right-box .c-gn .ztopsearch {
  position: relative;
}
#c-header .container .c-right-box .c-gn .ztopsearch form {
  padding-left: 0;
}
#c-header .container .c-right-box .c-gn .ztopsearch form .jeggcn1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#c-header .container .c-right-box .c-gn .ztopsearch .jebox99 {
  position: absolute;
  z-index: 8;
  width: 100%;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#c-header .container .c-right-box .c-gn .ztopsearch .jebox1 {
  position: relative;
  z-index: 5;
}
#c-header .container .c-right-box .c-gn .ztopsearch .jebox2 {
  visibility: hidden;
  transition: all 0.4s;
  opacity: 0;
  position: absolute;
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1px #3c3c3c;
  width: 4rem;
  border-radius: 0.32rem;
  height: 0.64rem;
  padding: 0 0.64rem 0 0.3rem;
  background-color: #Fff;
  color: #999999;
}
@media (max-width: 991px) {
  #c-header .container .c-right-box .c-gn .ztopsearch .jebox2 {
    height: 0.76rem;
    line-height: 0.76rem;
    border-radius: 0.38rem;
  }
}
#c-header .container .c-right-box .c-gn .ztopsearch .jebox2::placeholder {
  color: #999;
}
#c-header .container .c-right-box .c-gn .ztopsearch.on .jebox2 {
  visibility: visible;
  opacity: 1;
}
#c-header .container .c-right-box .c-gn .ztopsearch.on .jebox99 {
  z-index: 2;
}
#c-header .container .c-right-box .c-gn .ztoplanguage {
  position: relative;
}
#c-header .container .c-right-box .c-gn .ztoplanguage.ztoplanguage2 .jebox3 {
  left: 50%;
  right: initial;
  transform: translateX(-50%);
}
#c-header .container .c-right-box .c-gn .ztoplanguage .toplogin {
  display: flex;
}
#c-header .container .c-right-box .c-gn .ztoplanguage .jebox3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-top: 0.2rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  #c-header .container .c-right-box .c-gn .ztoplanguage .jebox3 {
    left: initial;
    right: 0;
    transform: translateX(0);
  }
}
#c-header .container .c-right-box .c-gn .ztoplanguage:hover .jebox3 {
  visibility: visible;
  opacity: 1;
}
#c-header .container .c-right-box .c-gn .ztoplanguage .jebox1 {
  position: relative;
  background-color: #fff;
  width: 120px;
  box-shadow: 0px 0px 38px 0px #eeeeee;
  border-radius: 0.1rem;
}
#c-header .container .c-right-box .c-gn .ztoplanguage .jebox1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-bottom: 0.1rem solid #Fff;
}
#c-header .container .c-right-box .c-gn .ztoplanguage .jebox1 .jebox2 {
  display: block;
  line-height: 0.4rem;
  color: #666666;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 991px) {
  #c-header .container .c-right-box .c-gn .ztoplanguage .jebox1 .jebox2 {
    line-height: 0.76rem;
  }
}
#c-header .container .c-right-box .c-gn .ztoplanguage .jebox1 .jebox2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02rem;
  background-color: #f0f0f0;
}
#c-header .container .c-right-box .c-gn .ztoplanguage .jebox1 .jebox2:last-child::before {
  display: none;
}
#c-header .container .c-right-box .c-gn .ztoplanguage .jebox1 .jebox2:hover {
  color: #e83624;
}
#c-header .container .c-right-box .c-gn .ztoplanguage .jebox1 .jebox2.on {
  color: #e83624;
}
.joinabout1 {
  background-color: #F8f8f8;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  padding: 1.6rem 0 1.8rem;
  margin-top: -1.1rem;
}
.joinabout1 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.joinabout1 .container .left {
  width: 43.75%;
  padding-top: 1.1rem;
}
@media (max-width: 991px) {
  .joinabout1 .container .left {
    width: 100%;
  }
}
.joinabout1 .container .left .cn1 {
  color: #666666;
  line-height: 1.5em;
}
.joinabout1 .container .left .cn2 {
  color: #333333;
  line-height: 1em;
  margin: 0.4rem 0 0.8rem;
}
.joinabout1 .container .left .cn2 span {
  color: #e83624;
}
.joinabout1 .container .left .cn3 {
  width: 74.28571429%;
  color: #666666;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .joinabout1 .container .left .cn3 {
    width: 100%;
  }
}
.joinabout1 .container .right {
  width: 44.375%;
  position: relative;
}
@media (max-width: 991px) {
  .joinabout1 .container .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.joinabout1 .container .right .img {
  border-radius: 0.4rem;
  z-index: 7;
}
.joinabout1 .container .right .img::before {
  padding-top: 98.5915493%;
}
.joinabout1 .container .right .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  border-radius: 0.4rem;
  transform: rotate(0deg);
  transform-origin: 0%  0%;
  transition: all 1s;
  opacity: 0;
  z-index: 6;
}
.joinabout1 .container .right .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  border-radius: 0.4rem;
  transform: rotate(0);
  transform-origin: 0%  0%;
  transition: all 1s;
  opacity: 0;
  z-index: 5;
}
.joinabout1 .container .right.on .bg1 {
  opacity: 0.5;
  transform: rotate(-5deg);
  transform-origin: 50%  100%;
}
.joinabout1 .container .right.on .bg2 {
  opacity: 0.3;
  transform: rotate(-12deg);
  transform-origin: 50%  100%;
}
.joinabout2 {
  background-color: #fff;
  padding: 1.4rem 0 2.4rem;
}
.joinabout2 .cn1 {
  text-align: center;
  color: #333333;
  line-height: 1em;
  margin-bottom: 0.2rem;
}
.joinabout2 .cn1 span {
  color: #e83624;
}
.joinabout2 .cn2 {
  color: #666666;
  line-height: 1.5em;
  margin-bottom: 1rem;
  text-align: center;
}
.joinabout2 .box {
  display: flex;
  flex-wrap: wrap;
}
.joinabout2 .box .box2 {
  width: 21.25%;
  margin-right: 5%;
  margin-top: 0.4rem;
}
@media (max-width: 991px) {
  .joinabout2 .box .box2 {
    width: 100%;
    margin-right: 0;
    margin-top: 0.8rem;
  }
}
.joinabout2 .box .box2:nth-child(4n) {
  margin-right: 0;
}
.joinabout2 .box .box2 .cn3 {
  text-align: center;
  margin-bottom: 0.4rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.joinabout2 .box .box2 .cn3 img {
  max-height: 0.8rem;
}
.joinabout2 .box .box2 .cn4 {
  text-align: center;
  color: #333333;
  line-height: 1.25em;
  margin-bottom: 0.15rem;
  height: 2.5em;
  padding: 0 0.2rem;
}
.joinabout2 .box .box2 .cn5 {
  text-align: center;
  color: #666666;
  line-height: 1.625em;
}
.joinabout3 {
  width: 100%;
  height: 300vh;
  background-color: #f8f8f8;
  border-radius: 1rem 1rem 0 0;
  margin-top: -0.7rem;
  padding-top: 0.7rem;
}
@media (max-width: 991px) {
  .joinabout3 {
    height: auto !important;
  }
}
.joinabout3 .container {
  overflow: hidden;
  height: 100vh;
  display: flex;
  position: sticky;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .joinabout3 .container {
    height: auto;
    flex-direction: column-reverse;
  }
}
.joinabout3 .container .left {
  width: 46.6875%;
}
@media (max-width: 991px) {
  .joinabout3 .container .left {
    width: 100%;
  }
}
.joinabout3 .container .left .box {
  position: relative;
}
@media (max-width: 991px) {
  .joinabout3 .container .left .box {
    top: 0 !important;
  }
}
.joinabout3 .container .left .box .img {
  margin-bottom: 50px;
  border-radius: 0.4rem;
  overflow: hidden;
}
.joinabout3 .container .left .box .img .img2::before {
  padding-top: 109.77242303%;
}
.joinabout3 .container .left .box .img .box3 {
  display: none;
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .joinabout3 .container .left .box .img .box3 {
    display: block;
  }
}
.joinabout3 .container .left .box .img .box3 .cn3 {
  width: 66px;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  color: #e83624;
  border: 2px solid #e83624;
  text-align: center;
}
.joinabout3 .container .left .box .img .box3 .cn4 {
  line-height: 1em;
  color: #333333;
  margin: 0.45rem 0 0.25rem;
}
.joinabout3 .container .left .box .img .box3 .cn5 {
  color: #666666;
  line-height: 1.5em;
}
.joinabout3 .container .right {
  width: 53.3125%;
  padding-left: 7.5%;
}
@media (max-width: 991px) {
  .joinabout3 .container .right {
    margin-bottom: 0.5rem;
    width: 100%;
    padding-left: 0;
  }
}
.joinabout3 .container .right .cn1 {
  padding-top: 0.6rem;
  color: #333;
  line-height: 1em;
}
.joinabout3 .container .right .cn1 span {
  color: #e83624;
}
.joinabout3 .container .right .cn2 {
  margin-top: 0.3rem;
  color: #666666;
  line-height: 1.5em;
}
.joinabout3 .container .right .box2 {
  margin-top: 1.8rem;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .joinabout3 .container .right .box2 {
    display: none;
  }
}
.joinabout3 .container .right .box2 .box3 {
  position: absolute;
  left: 0;
  top: 5vh;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.joinabout3 .container .right .box2 .box3 .cn3 {
  width: 66px;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  color: #e83624;
  border: 2px solid #e83624;
  text-align: center;
}
.joinabout3 .container .right .box2 .box3 .cn4 {
  line-height: 1em;
  color: #333333;
  margin: 0.45rem 0 0.25rem;
}
.joinabout3 .container .right .box2 .box3 .cn5 {
  color: #666666;
  line-height: 1.5em;
}
.joinabout3 .container .right .box2 .box3.on {
  opacity: 1;
  top: 0;
}
.joinabout4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.4rem 0 1.85rem;
}
.joinabout4 .container {
  display: flex;
  flex-wrap: wrap;
}
.joinabout4 .container .left {
  width: 34.375%;
}
@media (max-width: 991px) {
  .joinabout4 .container .left {
    width: 100%;
  }
}
.joinabout4 .container .left .cn1 {
  color: #ffffff;
}
.joinabout4 .container .left .cn1 span {
  color: #e83624;
}
.joinabout4 .container .left .cn2 {
  color: #dddddd;
  line-height: 1.5em;
}
.joinabout4 .container .right {
  width: 65.625%;
  padding-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .joinabout4 .container .right {
    width: 100%;
  }
}
.joinabout4 .container .right .box {
  width: calc(100% / 3);
  border: 1px solid #bbbbbb;
  border-top: 0;
  border-right: 0;
  padding: 0.9rem 0.35rem 0.35rem;
  background-color: rgba(255, 255, 255, 0.16);
}
@media (max-width: 767px) {
  .joinabout4 .container .right .box {
    width: 50%;
    border: 1px solid #bbb;
  }
}
.joinabout4 .container .right .box .cn3 {
  text-align: center;
}
.joinabout4 .container .right .box .cn3 img {
  height: 0.7rem;
}
.joinabout4 .container .right .box .cn4 {
  margin-top: 0.3rem;
  color: #fff;
  text-align: center;
}
.joinabout4 .container .right .box:nth-child(1) {
  background-color: transparent;
  border: 0;
}
.joinabout4 .container .right .box:nth-child(2) {
  border-top: 1px solid #bbbbbb;
}
.joinabout4 .container .right .box:nth-child(3) {
  border-top: 1px solid #bbbbbb;
}
.joinabout4 .container .right .box:nth-child(4) {
  border-top: 1px solid #bbbbbb;
}
.joinabout4 .container .right .box:nth-child(3n) {
  border-right: 1px solid #bbbbbb;
}
.joinabout5 {
  background-color: #fff;
  position: relative;
  padding: 1.4rem 0;
}
.joinabout5 .container {
  max-width: 1400px;
}
.joinabout5 .container .cn1 {
  text-align: center;
  color: #333333;
  line-height: 1em;
}
.joinabout5 .container .box {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.joinabout5 .container .box .box2 {
  border-radius: 0.4rem;
  background-color: #f8f8f8;
  width: 47.85714286%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .joinabout5 .container .box .box2 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.joinabout5 .container .box .box2:last-child {
  margin-bottom: 0;
}
.joinabout5 .container .box .box2 .img::before {
  padding-top: 64.17910448%;
}
.joinabout5 .container .box .box2 .cn2 {
  padding: 0 0.6rem;
  display: flex;
  line-height: 1.2rem;
  color: #666666;
  align-items: center;
  transition: all 0.4s;
}
.joinabout5 .container .box .box2 .cn2 span {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.1rem;
  color: #666;
  transition: all 0.4s;
}
.joinabout5 .container .box .box2 .cn2 span svg path {
  fill: #666;
  opacity: 1;
  stroke: none;
  transition: all 0.4s;
}
.joinabout5 .container .box .box2:hover .img img {
  transform: scale(1.05);
}
.joinabout5 .container .box .box2:hover .cn2 {
  color: #e83624;
}
.joinabout5 .container .box .box2:hover .cn2 span svg path {
  fill: #e83624;
}
.about-box1 {
  padding: 1.4rem 0;
  position: relative;
  background-color: #Fff;
  border-radius: 1rem 1rem 0 0;
  margin-top: -1rem;
}
.about-box1 .container1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-box1 .container1 .left {
  width: 33.125%;
}
@media (max-width: 991px) {
  .about-box1 .container1 .left {
    width: 100%;
  }
}
.about-box1 .container1 .left .cn1 {
  color: #333333;
  line-height: 1.06666667em;
}
.about-box1 .container1 .right {
  width: 66.875%;
}
@media (max-width: 991px) {
  .about-box1 .container1 .right {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.about-box1 .container1 .right .cn2 {
  color: #666;
  line-height: 1.5em;
}
.about-box1 .container2 {
  margin-top: 0.7rem;
  max-width: 1400px;
}
.about-box1 .container2 .videobox {
  border-radius: 0.4rem;
  overflow: hidden;
  border: solid 2px #ffffff;
  box-shadow: -2px 8px 27px 0px rgba(165, 165, 165, 0.77);
  position: relative;
}
.about-box1 .container2 .videobox::before {
  padding-top: 56.28571429%;
}
.about-box1 .container2 .videobox video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.about-box1 .container2 .videobox .play {
  cursor: pointer;
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.about-box1 .container2 .videobox .play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}
.about-box1 .container2 .videobox .play:hover::before {
  transform: translate(-50%, -50%) scale(1.05);
}
.about-box2 {
  padding: 1.4rem 0 1.8rem;
  background-color: #F8f8f8;
}
.about-box2 .container .cn1 {
  color: #333333;
  line-height: 1.06666667em;
}
.about-box2 .container .box {
  display: flex;
  flex-wrap: wrap;
}
.about-box2 .container .box .box2 {
  padding: 0.9rem 0.4rem 0.6rem;
  margin-top: 0.6rem;
  background-color: #Fff;
  width: 31.25%;
  margin-right: 3.125%;
  border-radius: 0.4rem;
}
@media (max-width: 767px) {
  .about-box2 .container .box .box2 {
    width: 100%;
  }
}
.about-box2 .container .box .box2:nth-child(3n) {
  margin-right: 0;
}
.about-box2 .container .box .box2 .img {
  text-align: center;
}
.about-box2 .container .box .box2 .img img {
  height: 0.8rem;
}
.about-box2 .container .box .box2 .cn2 {
  margin: 0.3rem 0 0.2rem;
  line-height: 1.5em;
  color: #333333;
  text-align: center;
}
.about-box2 .container .box .box2 .cn3 {
  text-align: center;
  color: #666666;
  line-height: 1.3em;
}
.about-box3 {
  background-color: #f8f8f8;
  padding-bottom: 0.8rem;
}
.about-box3 .container .cn1 {
  color: #333333;
  line-height: 1.06666667em;
}
.about-box3 .container .box .aboutbox3a {
  position: relative;
  overflow: hidden;
  padding: 0.9rem 0 0.2rem;
}
.about-box3 .container .box .aboutbox3a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(0.2rem + 3px);
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
}
.about-box3 .container .box .aboutbox3a .swiper-slide {
  cursor: pointer;
  position: relative;
}
.about-box3 .container .box .aboutbox3a .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
}
.about-box3 .container .box .aboutbox3a .swiper-slide .cn2 {
  text-align: center;
  color: #999999;
  line-height: 1em;
  height: 0.72rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.4s;
}
.about-box3 .container .box .aboutbox3a .swiper-slide .dian {
  margin: 0.1rem auto 0;
  width: 8px;
  height: 8px;
  background-color: #e83624;
  border-radius: 50%;
  position: relative;
}
.about-box3 .container .box .aboutbox3a .swiper-slide .dian em {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background-color: #e83624;
  opacity: 0.1;
}
.about-box3 .container .box .aboutbox3a .swiper-slide.swiper-slide-thumb-active .cn2 {
  font-size: 0.48rem;
  color: #e83624;
}
.about-box3 .container .box .aboutbox3a .swiper-slide.swiper-slide-thumb-active .dian em {
  animation: donghua1 2s linear infinite;
}
.about-box3 .container .box .aboutbox3b {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  position: relative;
  overflow: hidden;
}
.about-box3 .container .box .aboutbox3b .aboutbox3bleft {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .about-box3 .container .box .aboutbox3b .aboutbox3bleft {
    display: none;
  }
}
.about-box3 .container .box .aboutbox3b .aboutbox3bleft svg {
  width: 0.12rem;
  height: auto;
}
.about-box3 .container .box .aboutbox3b .aboutbox3bleft svg path {
  transition: all 0.4s;
  fill: none;
  opacity: 1;
  stroke: #e83624;
}
.about-box3 .container .box .aboutbox3b .aboutbox3bleft:hover {
  background-color: #e83624;
}
.about-box3 .container .box .aboutbox3b .aboutbox3bleft:hover svg path {
  stroke: #fff;
}
.about-box3 .container .box .aboutbox3b .aboutbox3bright {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 9;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .about-box3 .container .box .aboutbox3b .aboutbox3bright {
    display: none;
  }
}
.about-box3 .container .box .aboutbox3b .aboutbox3bright svg {
  width: 0.12rem;
  height: auto;
  transform: rotate(180deg);
}
.about-box3 .container .box .aboutbox3b .aboutbox3bright svg path {
  transition: all 0.4s;
  fill: none;
  opacity: 1;
  stroke: #e83624;
}
.about-box3 .container .box .aboutbox3b .aboutbox3bright:hover {
  background-color: #e83624;
}
.about-box3 .container .box .aboutbox3b .aboutbox3bright:hover svg path {
  stroke: #fff;
}
.about-box3 .container .box .aboutbox3b .swiper-slide {
  padding: 0 9.375%;
}
@media (max-width: 991px) {
  .about-box3 .container .box .aboutbox3b .swiper-slide {
    padding: 0;
  }
}
.about-box3 .container .box .aboutbox3b .swiper-slide .box2 {
  border-radius: 0.4rem;
  box-shadow: 0px 10px 30px 0px rgba(0, 28, 70, 0.08);
  background-color: #fff;
  display: flex;
  padding: 0.1rem;
  align-items: center;
  flex-wrap: wrap;
}
.about-box3 .container .box .aboutbox3b .swiper-slide .box2 .left {
  width: 42.96875%;
}
@media (max-width: 991px) {
  .about-box3 .container .box .aboutbox3b .swiper-slide .box2 .left {
    width: 100%;
  }
}
.about-box3 .container .box .aboutbox3b .swiper-slide .box2 .left .img {
  border-radius: 0.3rem 0 0 0.3rem;
}
@media (max-width: 991px) {
  .about-box3 .container .box .aboutbox3b .swiper-slide .box2 .left .img {
    border-radius: 0.3rem;
  }
}
.about-box3 .container .box .aboutbox3b .swiper-slide .box2 .left .img::before {
  padding-top: 72.72727273%;
}
.about-box3 .container .box .aboutbox3b .swiper-slide .box2 .right {
  width: 57.03125%;
  padding: 0 4.6875%;
}
@media (max-width: 991px) {
  .about-box3 .container .box .aboutbox3b .swiper-slide .box2 .right {
    width: 100%;
    padding: 0.6rem;
  }
}
.about-box3 .container .box .aboutbox3b .swiper-slide .box2 .right .cn3 {
  font-size: 0.8rem;
  color: #e83624;
  opacity: 0.1;
  line-height: 0.7375em;
}
.about-box3 .container .box .aboutbox3b .swiper-slide .box2 .right .cn4 {
  line-height: 1em;
  color: #000000;
  margin-top: -0.2rem;
  background-color: #fff;
  position: relative;
}
.about-box3 .container .box .aboutbox3b .swiper-slide .box2 .right .cn5 {
  margin-top: 0.4rem;
  line-height: 1.3em;
  color: #444;
}
@keyframes donghua1 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.7;
  }
  80% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
.about-box4 {
  padding: 1.4rem 0 2.5rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-box4 .container .cn1 {
  color: #Fff;
  line-height: 1.06666667em;
}
.about-box4 .container .box1 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-box4 .container .box1 .box2 {
  width: 50%;
}
@media (max-width: 991px) {
  .about-box4 .container .box1 .box2 {
    width: 100%;
    opacity: 0;
    z-index: -10;
  }
}
.about-box4 .container .box1 .box2 .cn2 {
  color: #ffffff;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s;
  line-height: 1em;
}
.about-box4 .container .box1 .box2 .cn2.on {
  opacity: 1;
}
.about-box4 .container .box1 .box3 {
  width: 38.75%;
}
@media (max-width: 991px) {
  .about-box4 .container .box1 .box3 {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.about-box4 .container .box1 .box3 .cn4 {
  color: rgba(255, 255, 255, 0.1);
  line-height: 1.5em;
  margin-bottom: 0.5rem;
  transition: all 0.4s;
}
.about-box4 .container .box1 .box3 .cn4.on {
  color: #fff;
}
.about-box4 .container .box1 .box3 .cn4:last-child {
  margin-bottom: 0;
}
.about-box5 {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  border-radius: 1rem 1rem 0 0;
  padding: 1.4rem 0 1.4rem;
  margin-top: -1.1rem;
}
.about-box5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(2rem + 7px);
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}
.about-box5 .container {
  position: relative;
}
.about-box5 .container::after {
  content: "";
  position: absolute;
  right: calc(100% + 40px);
  top: 0;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  width: 100vw;
}
@media (max-width: 1260px) {
  .about-box5 .container::after {
    right: calc(100% + 10px);
  }
}
.about-box5 .container .cn1 {
  color: #333333;
  line-height: 1.06666667em;
  margin-bottom: 1.2rem;
}
.about-box5 .container .aboutbox5a .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.about-box5 .container .aboutbox5a .swiper-slide .box {
  display: flex;
  border-radius: 0.4rem;
  background-color: #fff;
  box-shadow: 0px 0px 111px 0px #eeeeee;
  padding: 0.2rem;
  flex-wrap: wrap;
}
.about-box5 .container .aboutbox5a .swiper-slide .box .left {
  width: 46.53179191%;
}
@media (max-width: 991px) {
  .about-box5 .container .aboutbox5a .swiper-slide .box .left {
    width: 100%;
  }
}
.about-box5 .container .aboutbox5a .swiper-slide .box .left .img {
  border-radius: 0.3rem;
}
.about-box5 .container .aboutbox5a .swiper-slide .box .left .img::before {
  padding-top: 84.88612836%;
}
.about-box5 .container .aboutbox5a .swiper-slide .box .right {
  padding-top: 0.6rem;
  width: 53.46820809%;
  padding-left: 3.85356455%;
  position: relative;
}
@media (max-width: 991px) {
  .about-box5 .container .aboutbox5a .swiper-slide .box .right {
    width: 100%;
  }
}
.about-box5 .container .aboutbox5a .swiper-slide .box .right .cn2 {
  color: #333333;
  line-height: 1em;
}
.about-box5 .container .aboutbox5a .swiper-slide .box .right .cn3 {
  color: #666666;
  line-height: 1.625em;
  margin-top: 0.45rem;
}
.about-box5 .container .aboutbox5a .swiper-slide .box .right .cn4 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .about-box5 .container .aboutbox5a .swiper-slide .box .right .cn4 {
    position: relative;
  }
}
.about-box5 .container .aboutbox5a .swiper-slide .box2 {
  padding: 0 0.2rem;
}
.about-box5 .container .aboutbox5a .swiper-slide .box2 .cn5 {
  margin-top: 0.7rem;
  width: 14px;
  height: 14px;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s;
}
.about-box5 .container .aboutbox5a .swiper-slide .box2 .cn6 {
  line-height: 0.6rem;
  color: #999999;
  transition: all 0.4s;
}
.about-box5 .container .aboutbox5a .swiper-slide .box2:hover .cn5 {
  border: 1px solid #e83624;
}
.about-box5 .container .aboutbox5a .swiper-slide .box2:hover .cn6 {
  color: #333333;
}
.about-box5 .container .aboutbox5a .swiper-slide.swiper-slide-active .box2 .cn5 {
  border: 1px solid #e83624;
}
.about-box5 .container .aboutbox5a .swiper-slide.swiper-slide-active .box2 .cn6 {
  color: #333333;
}
.about-box6 {
  background-color: #f8f8f8;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  padding: 1.4rem 0;
  overflow: hidden;
}
.about-box6 .container .cn1 {
  margin-bottom: 0.8rem;
  color: #333333;
  line-height: 1.06666667em;
}
.about-box6 .aboutbox6a {
  position: relative;
}
.about-box6 .aboutbox6a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3.24rem;
  height: 100%;
  background-image: url(../images/dimg148.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}
@media (max-width: 991px) {
  .about-box6 .aboutbox6a::before {
    width: 5%;
  }
}
.about-box6 .aboutbox6a::after {
  content: "";
  position: absolute;
  left: 0;
  transform: rotate(180deg);
  top: 0;
  width: 3.24rem;
  height: 100%;
  background-image: url(../images/dimg148.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}
@media (max-width: 991px) {
  .about-box6 .aboutbox6a::after {
    width: 5%;
  }
}
.about-box6 .aboutbox6a .str4:nth-child(2) {
  overflow: initial;
  margin: 0 1rem;
}
.about-box6 .aboutbox6a .img1 {
  margin: 0 0.1rem 0.2rem;
  display: inline-block;
  width: 2.71rem;
  border-radius: 0.15rem;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .about-box6 .aboutbox6a .img1 {
    width: 4rem;
  }
}
.about-box6 .aboutbox6a .img1 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-box6 .aboutbox6a .img1::before {
  padding-top: 38.00738007%;
}
.about-box7 {
  background-color: #fff;
  position: relative;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.about-box7 .container .box1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}
.about-box7 .container .box1 .cn1 {
  color: #333333;
  line-height: 1.06666667em;
  width: 50%;
}
@media (max-width: 991px) {
  .about-box7 .container .box1 .cn1 {
    width: 100%;
  }
}
.about-box7 .container .box1 .cn2 {
  color: #666666;
  line-height: 1.5em;
  width: 40.3125%;
}
@media (max-width: 991px) {
  .about-box7 .container .box1 .cn2 {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.about-box7 .container .box2 {
  border-radius: 0.4rem;
  overflow: hidden;
}
.about-box7 .container .box2 .box3 {
  background-color: #f8f8f8;
  position: relative;
  padding: 0 0.6rem;
  cursor: pointer;
  height: calc(1rem + 2px);
  transition: all 0.4s;
}
.about-box7 .container .box2 .box3 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: height 0.4s;
  object-fit: cover;
  opacity: 0;
}
.about-box7 .container .box2 .box3 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.about-box7 .container .box2 .box3 .box4 {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.about-box7 .container .box2 .box3 .box4 .dian {
  width: 0.1rem;
  height: 0.1rem;
  flex-shrink: 0;
  background-color: #e83624;
  border-radius: 50%;
  margin-right: 0.2rem;
}
.about-box7 .container .box2 .box3 .box4 .cn3 {
  padding: 0.35rem 0;
  line-height: 1.15384615em;
  color: #999999;
}
.about-box7 .container .box2 .box3 .jia {
  position: absolute;
  width: 0.34rem;
  height: 0.34rem;
  top: 0.33rem;
  right: 0.6rem;
}
.about-box7 .container .box2 .box3 .jia em {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #e83624;
  transform: translate(-50%, -50%);
}
.about-box7 .container .box2 .box3 .jia em:nth-child(1) {
  width: 100%;
  height: 3px;
  transition: all 0.4s;
}
.about-box7 .container .box2 .box3 .jia em:nth-child(2) {
  width: 3px;
  height: 100%;
  transition: all 0.4s;
}
.about-box7 .container .box2 .box3 .box5 {
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
  right: 0.6rem;
  width: calc(100% - 1.2rem);
  opacity: 0;
  transition: all 0.4s;
}
.about-box7 .container .box2 .box3 .box5 .cn5 {
  color: #fff;
  margin: 0.3rem 0 0.2rem;
}
.about-box7 .container .box2 .box3 .box5 .cn6 {
  color: #fff;
  opacity: 0.7;
  line-height: 1.5em;
  width: 47.2972973%;
}
@media (max-width: 991px) {
  .about-box7 .container .box2 .box3 .box5 .cn6 {
    width: 100%;
  }
}
.about-box7 .container .box2 .box3:last-child .box4 {
  border-bottom: 0;
}
.about-box7 .container .box2 .box3.on {
  height: 5.53rem;
}
@media (max-width: 991px) {
  .about-box7 .container .box2 .box3.on {
    height: 8rem;
  }
}
.about-box7 .container .box2 .box3.on .img {
  height: 100%;
  opacity: 1;
}
.about-box7 .container .box2 .box3.on .jia em:nth-child(1) {
  background-color: #fff;
}
.about-box7 .container .box2 .box3.on .jia em:nth-child(2) {
  opacity: 0;
}
.about-box7 .container .box2 .box3.on .box5 {
  opacity: 1;
}
.about-box8 {
  background-color: #fff;
  padding: 0 0 1.4rem;
}
.about-box8 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-box8 .container .left {
  width: 50%;
}
@media (max-width: 991px) {
  .about-box8 .container .left {
    width: 100%;
  }
}
.about-box8 .container .left .cn1 {
  padding-right: 1rem;
  line-height: 1em;
  color: #333333;
}
@media (max-width: 991px) {
  .about-box8 .container .left .cn1 {
    padding-right: 0;
  }
}
.about-box8 .container .left .cn2 {
  margin-top: 0.3rem;
  color: #666666;
  line-height: 1.5em;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .about-box8 .container .left .cn2 {
    padding-right: 0;
  }
}
.about-box8 .container .right {
  width: 50%;
}
@media (max-width: 991px) {
  .about-box8 .container .right {
    margin-top: 0.3rem;
    width: 100%;
  }
}
.about-box8 .container .right .img {
  border-radius: 0.4rem;
}
.about-box8 .container .right .img::before {
  padding-top: 75%;
}
.zpublic-cookies {
  background-color: #111111;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.4rem 0 0.5rem;
  z-index: 100;
  display: none;
}
.zpublic-cookies .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.zpublic-cookies .container .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.14rem;
  height: 0.14rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .zpublic-cookies .container .close {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.zpublic-cookies .container .close span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.zpublic-cookies .container .close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.zpublic-cookies .container .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.zpublic-cookies .container .left {
  flex-shrink: 0;
  width: 46.5625%;
}
@media (max-width: 991px) {
  .zpublic-cookies .container .left {
    width: 100%;
  }
}
.zpublic-cookies .container .left .cn1 {
  color: #ffffff;
  line-height: 1em;
}
.zpublic-cookies .container .left .cn2 {
  margin-top: 0.15rem;
  color: #999999;
  line-height: 1.625em;
}
@media (max-width: 991px) {
  .zpublic-cookies .container .right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.zpublic-cookies .container .right .box8 {
  display: flex;
}
.zpublic-cookies .container .right .box8 .zz-btn {
  margin-left: 0.3rem;
}
.zpublic-cookies .container .right .box8 .zz-btn .public-btn {
  padding: 0 0.2rem;
  border-color: #e83624;
}
.zpublic-cookies .container .right .box8 .zz-btn .public-btn .public-btncn1 {
  color: #e83624;
}
.zpublic-cookies .container .right .box8 .zz-btn .public-btn svg {
  width: 8px;
  height: 12px;
}
.zpublic-cookies .container .right .box8 .zz-btn .public-btn svg path {
  fill: #e83624;
}
.zpublic-cookies .container .right .box8 .zz-btn:hover .public-btn .public-btncn1 {
  color: #fff;
}
.zpublic-cookies .container .right .box8 .zz-btn:hover .public-btn svg path {
  fill: #Fff;
}
.zpublic-windows {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.zpublic-windows .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.zpublic-windows .container .box1 {
  width: 50%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 0.5rem 0.4rem;
  position: relative;
}
@media (max-width: 991px) {
  .zpublic-windows .container .box1 {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .zpublic-windows .container .box1 {
    padding: 0.3rem;
  }
}
.zpublic-windows .container .box1 .close {
  position: absolute;
  top: 0;
  right: -0.5rem;
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .zpublic-windows .container .box1 .close {
    width: 0.32rem;
    height: 0.32rem;
  }
}
.zpublic-windows .container .box1 .close span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}
.zpublic-windows .container .box1 .close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.zpublic-windows .container .box1 .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.zpublic-windows .container .box1 .close:hover span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.zpublic-windows .container .box1 .close:hover span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.zpublic-windows .container .box1 .cn1 {
  text-align: center;
  color: #333333;
  line-height: 1em;
  margin-bottom: 0.5rem;
}
.zpublic-windows .container .box1 .cn2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zpublic-windows .container .box1 .cn2 .cn3 {
  width: 48.61111111%;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .zpublic-windows .container .box1 .cn2 .cn3 {
    width: 100%;
  }
}
.zpublic-windows .container .box1 .cn2 .cn3 input {
  width: 100%;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  padding: 0 0.2rem;
  color: #666;
}
.zpublic-windows .container .box1 .cn2 .cn3 input::placeholder {
  color: #666;
}
.zpublic-windows .container .box1 .cn2.cn4 .cn3 {
  width: 100%;
}
.zpublic-windows .container .box1 .cn2.cn4 .cn3 select {
  line-height: 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  padding: 0 0.2rem;
  width: 100%;
  color: #666;
  background-image: url(../images/dimg131.svg);
  background-repeat: no-repeat;
  background-size: 15px 10px;
  background-position: center right 0.2rem;
}
.zpublic-windows .container .box1 .cn2.cn4 .cn3 select::placeholder {
  color: #666;
}
.zpublic-windows .container .box1 .cn2.cn4 .cn3 textarea {
  height: 1.2rem;
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  padding: 0.2rem 0.2rem;
  width: 100%;
  color: #666;
}
.zpublic-windows .container .box1 .cn2.cn4 .cn3 textarea::placeholder {
  color: #666;
}
.zpublic-windows .container .box1 .cn5 .cn6 {
  color: #999999;
  line-height: 1em;
}
.zpublic-windows .container .box1 .cn5 .cn6 a {
  color: #333;
  text-decoration: underline;
}
.zpublic-windows .container .box1 .cn7 {
  margin-top: 0.2rem;
}
.zpublic-windows .container .box1 .cn7 .zz-btn {
  display: block;
  margin: 0 auto;
}
.zpublic-windows .container .box1 .cn7 .zz-btn .public-btn {
  border: 2px solid #e83624;
}
.zpublic-windows .container .box1 .cn7 .zz-btn .public-btn .public-btncn1 {
  color: #e83624;
}
.zpublic-windows .container .box1 .cn7 .zz-btn .public-btn svg path {
  fill: #e83624;
}
.zpublic-windows .container .box1 .cn7 .zz-btn:hover .public-btn .public-btncn1 {
  color: #Fff;
}
.zpublic-windows .container .box1 .cn7 .zz-btn:hover .public-btn svg path {
  fill: #fff;
}
#c-header .c-gn .zz-li img,
#c-header .c-gn .zz-li svg {
  height: 0.22rem;
  width: auto;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: 0 !important;
  }
}
#c-header .ztopxiala .container .zcenter .zbox1 .cncn1 {
  text-align: left;
  color: #333333;
}
#c-header .ztopxiala .container .zcenter .zbox1 .cncn2 {
  margin-top: 0.5rem;
}
#c-header .ztopxiala .container .zcenter .zbox1 .cncn2 .cncn3 {
  display: flex;
  margin-top: 0.3rem;
}
#c-header .ztopxiala .container .zcenter .zbox1 .cncn2 .cncn3 .cncn4 {
  line-height: 1.5em;
}
#c-header .ztopxiala .container .zcenter .zbox1 .cncn2 .cncn3 .cncn4 img {
  width: 0.21rem;
}
#c-header .ztopxiala .container .zcenter .zbox1 .cncn2 .cncn3 .cncn5 {
  color: #333333;
  line-height: 1.5em;
  text-align: left;
  margin-left: 0.2rem;
  transition: all 0.4s;
}
#c-header .ztopxiala .container .zcenter .zbox1 .cncn2 a.cncn3:hover .cncn5 {
  color: #e83624;
}
#c-header.teshuheader.c-style2 .c-right-box .c-gn .zz-li:hover svg path {
  fill: #e83624;
}
/*# sourceMappingURL=./newstyle.css.map */