@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
@font-face {
  font-family: "shu";
  src: url("../font/PFDinTextCompPro-Medium-3.ttf") format("truetype");
}
/*字体*/
/* @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: #bd000c;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font72 {
  font-size: 0.72rem;
}
.font60 {
  font-size: 0.6rem;
}
.font48 {
  font-size: 0.48rem;
}
.font36 {
  font-size: 0.36rem;
}
.font30 {
  font-size: 0.3rem;
}
.font24 {
  font-size: 24px;
}
.font20 {
  font-size: 20px;
}
.font18 {
  font-size: 18px;
}
.font16 {
  font-size: 16px;
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font24 {
    font-size: 20px;
  }
  .font30 {
    font-size: 0.32rem;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.24rem;
  }
  .font16 {
    font-size: 0.28rem;
  }
  .font18 {
    font-size: 0.3rem;
  }
  .font20 {
    font-size: 0.34rem;
  }
  .font24 {
    font-size: 0.34rem;
  }
  .font30 {
    font-size: 0.36rem;
  }
  .font36 {
    font-size: 0.38rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #bd000c;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.x-public-a {
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  padding: 0.14rem 0.26rem;
  transition: 0.4s ease-in-out;
}
.x-public-a:hover {
  border-color: #bd000c;
  background-color: #bd000c;
}
.x-public-a:hover span {
  color: #fff;
}
.x-public-a:hover i {
  transform: translateX(0.08rem);
}
.x-public-a:hover i svg path {
  fill: #fff;
}
.x-public-a span {
  color: #333;
  display: inline-block;
  margin-right: 0.32rem;
  transition: 0.4s ease-in-out;
}
.x-public-a i {
  display: inline-block;
  width: 10px;
  height: 10px;
  transition: 0.4s ease-in-out;
}
.x-public-a i svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.x-public-a i svg path {
  fill: #333333;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.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.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #bd000c;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #bd000c;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #bd000c;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 0.8rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
.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;
  word-break: break-all;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.font-b {
  font-weight: bold;
}
.supbanner {
  z-index: 3;
}
.error {
  padding-top: 2.12rem;
  padding-bottom: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.error .container .cn1 {
  text-align: center;
}
.error .container .cn1 img {
  width: 5.98rem;
}
.error .container .cn2 {
  text-align: center;
  margin: 1rem 0 0.5rem;
  color: #333333;
}
.error .container .cn4 {
  display: flex;
  justify-content: center;
}
.error .container .cn3 {
  background-color: #fff;
  color: #333;
  margin: 0 auto;
  padding: 0.14rem 0.57rem;
}
.error .container .cn3:hover {
  border-color: #bd000c;
  background-color: #bd000c;
  color: #fff;
}
.error .container .cn5 {
  margin-top: 0.15rem;
  text-align: center;
  color: #999;
}
.error .container .cn5 span {
  color: #999;
}
.policy {
  padding-bottom: 1.4rem;
}
.policy .container .cont .make-text {
  border-bottom: 0;
  padding-bottom: 0;
}
.policy .container .cont .make-text h3 {
  font-size: 24px;
}
.policy .container .cont .make-text span {
  font-size: 16px;
}
.policy .container .cont .make-text a {
  color: #bd000c;
}
.sitemap {
  padding-bottom: 2.45rem;
}
.sitemap .container .fztitle {
  margin-bottom: 0.5rem;
}
.sitemap .container .cont {
  padding: 0;
}
.sitemap .container .cont .zbox {
  box-shadow: 0px 25px 59px 0px rgba(35, 12, 3, 0.04);
  background-color: #Fff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.sitemap .container .cont .zbox .zbox1 {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  background-color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .sitemap .container .cont .zbox .zbox1 {
    width: 50%;
    height: 5.5rem;
  }
}
@media (max-width: 991px) {
  .sitemap .container .cont .zbox .zbox1 {
    height: 3rem;
  }
}
.sitemap .container .cont .zbox .zbox1:nth-child(8n) {
  background-color: #f9f9f9;
}
.sitemap .container .cont .zbox .zbox1:nth-child(8n-2) {
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .sitemap .container .cont .zbox .zbox1:nth-child(8n-2) {
    background-color: #Fff;
  }
}
@media (max-width: 991px) {
  .sitemap .container .cont .zbox .zbox1:nth-child(8n-3) {
    background-color: #f9f9f9;
  }
}
@media (max-width: 991px) {
  .sitemap .container .cont .zbox .zbox1:nth-child(8n-4) {
    background-color: #f9f9f9;
  }
}
.sitemap .container .cont .zbox .zbox1:nth-child(8n-5) {
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .sitemap .container .cont .zbox .zbox1:nth-child(8n-5) {
    background-color: #Fff;
  }
}
.sitemap .container .cont .zbox .zbox1:nth-child(8n-7) {
  background-color: #f9f9f9;
}
.sitemap .container .cont .zbox .zbox1 .cn1 {
  color: #000000;
  transition: all 0.4s;
}
.sitemap .container .cont .zbox .zbox1 .zbox2 {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: #c01414;
  opacity: 0;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/z-img3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sitemap .container .cont .zbox .zbox1 .zbox2 .zbox3 {
  width: 100%;
}
.sitemap .container .cont .zbox .zbox1 .zbox2 .zbox3 .cn2 {
  text-align: center;
  color: #fff;
  display: block;
}
.sitemap .container .cont .zbox .zbox1 .zbox2 .zbox3 .cn3 {
  text-align: center;
  display: block;
  margin-top: 0.2rem;
  height: 12.5em;
  overflow: auto;
  width: 100%;
}
@media (max-width: 1260px) {
  .sitemap .container .cont .zbox .zbox1 .zbox2 .zbox3 .cn3 {
    height: 10em;
  }
}
@media (max-width: 991px) {
  .sitemap .container .cont .zbox .zbox1 .zbox2 .zbox3 .cn3 {
    height: 5.625em;
  }
}
.sitemap .container .cont .zbox .zbox1 .zbox2 .zbox3 .cn3 .cn4 .cn5 {
  color: #fff;
  line-height: 2.5em;
}
@media (max-width: 991px) {
  .sitemap .container .cont .zbox .zbox1 .zbox2 .zbox3 .cn3 .cn4 .cn5 {
    line-height: 1.875em;
  }
}
.sitemap .container .cont .zbox .zbox1:hover .cn1 {
  opacity: 0;
}
.sitemap .container .cont .zbox .zbox1:hover .zbox2 {
  bottom: 0;
  opacity: 1;
}
.contact {
  position: relative;
  padding-top: 1.24rem;
}
.contact .bag {
  position: absolute;
  overflow: hidden;
}
.contact .bag img {
  width: 100%;
  height: auto;
  float: left;
}
.contact .fzimg1 {
  right: 0;
  top: -3.2rem;
  width: 6.7rem;
}
.contact .container {
  position: relative;
  z-index: 9;
}
.contact .container .box {
  display: flex;
  flex-wrap: wrap;
}
.contact .container .box .left {
  width: 36.42857143%;
  padding: 1rem 2.85714286%;
  background-image: url(../images/z-img6.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .contact .container .box .left {
    width: 100%;
  }
}
.contact .container .box .left .cn1 .cn1a {
  color: #2d2d2d;
  display: block;
  line-height: 1em;
}
.contact .container .box .left .cn1 .cn1b {
  color: #2d2d2d;
  display: block;
  line-height: 1.42857143em;
}
.contact .container .box .left .cn2 {
  margin: 0.4rem 0;
}
.contact .container .box .left .cn2 .cn2a {
  line-height: 1.5em;
  display: flex;
}
.contact .container .box .left .cn2 .cn2a .cn2b {
  color: #2d2d2d;
  flex-shrink: 0;
}
.contact .container .box .left .cn2 .cn2a .cn2c {
  color: #2d2d2d;
}
.contact .container .box .left .cn3 {
  display: flex;
  align-items: center;
  color: #bd000c;
}
.contact .container .box .left .cn3 img {
  width: 0.15rem;
  height: 0.22rem;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .contact .container .box .left .cn3 img {
    width: 0.3rem;
    height: 0.44rem;
  }
}
.contact .container .box .left .cn3 a {
  color: #bd000c;
}
.contact .container .box .right {
  width: 63.57142857%;
}
@media (max-width: 991px) {
  .contact .container .box .right {
    width: 100%;
  }
}
.contact .container .box .right .img::before {
  padding-top: 61.79775281%;
}
.contact2 {
  padding: 0.7rem 0 1.2rem;
}
.contact2 .container .cn0 {
  text-align: left;
  color: #2d2d2d;
  line-height: 1em;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
}
.contact2 .container .box1 {
  padding-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact2 .container .box1 .box1a {
  margin-bottom: 0.2rem;
  padding: 0.6rem 2.85714286%;
  width: 49.28571429%;
  background-color: #ffffff;
  box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
  min-height: 2.7rem;
}
@media (max-width: 1580px) {
  .contact2 .container .box1 .box1a {
    min-height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .contact2 .container .box1 .box1a {
    width: 100%;
  }
}
.contact2 .container .box1 .box1a .left {
  width: 34.42622951%;
  position: relative;
}
.contact2 .container .box1 .box1a .left .cn1 .cn1a {
  color: #2d2d2d;
  display: block;
  line-height: 1em;
}
.contact2 .container .box1 .box1a .left .cn1 .cn1b {
  color: #2d2d2d;
  display: block;
  line-height: 1.42857143em;
}
.contact2 .container .box1 .box1a .right {
  width: 65.57377049%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact2 .container .box1 .box1a .right .cn2 .cn2a {
  line-height: 1.875em;
  display: flex;
}
.contact2 .container .box1 .box1a .right .cn2 .cn2a .cn2b {
  color: #2d2d2d;
  flex-shrink: 0;
}
.contact2 .container .box1 .box1a .right .cn2 .cn2a .cn2c {
  color: #2d2d2d;
  word-break: break-all;
}
.contact2 .container .box1 .box1a .right .cn3 {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  color: #666;
  transition: all 0.4s;
}
.contact2 .container .box1 .box1a .right .cn3 img {
  width: 0.15rem;
  height: 0.22rem;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .contact2 .container .box1 .box1a .right .cn3 img {
    width: 0.3rem;
    height: 0.44rem;
  }
}
.contact2 .container .box1 .box1a .right .cn3:hover {
  color: #bd000c;
}
.contact2 .container .box1 .box1a .cn4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36.23188406%;
}
.contact2 .container .box1 .box1a .cn4::before {
  padding-top: 64%;
}
.contact3 {
  background-color: #f5f5f5;
  padding-top: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact3 .container .cn1 .cn1a {
  display: block;
  text-align: center;
  color: #333333;
}
.contact3 .container .cn1 .cn1b {
  margin: 0.25rem 0 0.45rem;
  display: block;
  text-align: center;
  color: #333333;
  line-height: 1.5em;
}
.contact3 .container .cn2 {
  padding: 0.35rem 6.42857143% 1.3rem;
  background-color: #Fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact3 .container .cn2 .cn2a {
  width: 49.18032787%;
}
@media (max-width: 767px) {
  .contact3 .container .cn2 .cn2a {
    width: 100%;
  }
}
.contact3 .container .cn2 .cn2a.cn2z {
  width: 100%;
}
.contact3 .container .cn2 .cn2a .cn2b {
  line-height: 0.6rem;
  color: #333333;
}
.contact3 .container .cn2 .cn2a .cn2c input {
  padding: 0 0.2rem;
  width: 100%;
  background-color: #f5f5f5;
  line-height: 0.6rem;
  color: #999;
}
@media (max-width: 767px) {
  .contact3 .container .cn2 .cn2a .cn2c input {
    line-height: 0.76rem;
  }
}
.contact3 .container .cn2 .cn2a .cn2c input::placeholder {
  color: #999;
}
.contact3 .container .cn2 .cn2a .cn2c.cn2n {
  position: relative;
}
.contact3 .container .cn2 .cn2a .cn2c.cn2n::before {
  z-index: 2;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  background-image: url(../images/z-img47.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 6px;
  width: 10px;
  height: 6px;
  pointer-events: none;
}
.contact3 .container .cn2 .cn2a .cn2c textarea {
  padding: 0 0.2rem;
  width: 100%;
  background-color: #f5f5f5;
  line-height: 0.6rem;
  color: #999;
  height: 1.12rem;
}
.contact3 .container .cn2 .cn2a .cn2c textarea::placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .contact3 .container .cn2 .cn2a .cn2c textarea {
    height: 2rem;
    line-height: 0.76rem;
  }
}
.contact3 .container .cn2 .cn2a .cn2c select {
  padding: 0 0.2rem;
  width: 100%;
  background-color: #f5f5f5;
  line-height: 0.6rem;
  color: #999;
  position: relative;
}
.contact3 .container .cn2 .cn2a .cn2c select::placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .contact3 .container .cn2 .cn2a .cn2c select {
    line-height: 0.76rem;
  }
}
.contact3 .container .cn2 .cn3 {
  width: 100%;
}
.contact3 .container .cn2 .cn3 .cn3a {
  margin: 0.35rem 0 0.15rem;
  color: #999999;
  line-height: 1.71428571em;
}
.contact3 .container .cn2 .cn3 .cn3b {
  width: 100%;
  line-height: 0.6rem;
  background-color: #bd000c;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .contact3 .container .cn2 .cn3 .cn3b {
    line-height: 0.76rem;
  }
}
.join-list {
  padding-bottom: 1.4rem;
}
.join-list .container .fztitle {
  margin-bottom: 0.6rem;
}
.join-list .container .box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.join-list .container .box1 .left {
  width: 25.71428571%;
}
@media (max-width: 767px) {
  .join-list .container .box1 .left {
    width: 100%;
  }
}
.join-list .container .box1 .left .leftbox1 {
  background-color: #fff;
  padding: 0.3rem 0.4rem;
}
.join-list .container .box1 .left .leftbox1 .cn1 {
  color: #333333;
  line-height: 1.5em;
}
.join-list .container .box1 .left .leftbox1 .cn2 {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.join-list .container .box1 .left .leftbox1 .cn2 .cn3 {
  width: 22%;
}
.join-list .container .box1 .left .leftbox1 .cn2 .cn3 img {
  width: 100%;
}
.join-list .container .box1 .left .leftbox1 .cn2 .cn3 svg {
  width: 100%;
}
.join-list .container .box1 .left .leftbox2 {
  margin-top: 0.2rem;
}
.join-list .container .box1 .left .leftbox2 .leftbox2a {
  padding: 0 0.4rem;
  line-height: 0.9rem;
  background-color: #fff;
  position: relative;
}
.join-list .container .box1 .left .leftbox2 .leftbox2a input {
  width: 100%;
  padding: 0 0 0 0.3rem;
}
.join-list .container .box1 .left .leftbox2 .leftbox2a button {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.19rem;
  height: 0.19rem;
  display: flex;
}
@media (max-width: 767px) {
  .join-list .container .box1 .left .leftbox2 .leftbox2a button {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.join-list .container .box1 .left .leftbox2 .leftbox2a button svg {
  width: 100%;
  height: 100%;
}
.join-list .container .box1 .left .leftbox2 .leftbox2a button svg path {
  fill: #333;
  opacity: 1;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2d {
  background-color: #eeeeee;
  padding: 0 0.4rem;
  line-height: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
  cursor: pointer;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2d .cn1 {
  color: #333333;
  transition: all 0.4s;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2d .cn2 {
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2d .cn2 span {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2d .cn2 span:nth-child(1) {
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0.4s;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2d .cn2 span:nth-child(2) {
  width: 2px;
  height: 100%;
  background-color: #333;
  transition: all 0.4s;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2d.on {
  background-color: #bd000c;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2d.on .cn1 {
  color: #fff;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2d.on .cn2 span:nth-child(1) {
  background-color: #fff;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2d.on .cn2 span:nth-child(2) {
  display: none;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2f {
  background-color: #fff;
  padding: 0.2rem 0.2rem 0.4rem;
  display: none;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2f .leftbox2g {
  cursor: pointer;
  background-color: #fafafa;
  line-height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.15rem;
  padding: 0 0.2rem;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2f .leftbox2g:nth-child(1) {
  margin-top: 0;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2f .leftbox2g .cn3 {
  color: #333333;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2f .leftbox2g .cn4 {
  display: flex;
  align-items: center;
  position: relative;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2f .leftbox2g .cn4 img {
  width: 0.16rem;
  height: 0.16rem;
}
@media (max-width: 767px) {
  .join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2f .leftbox2g .cn4 img {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2f .leftbox2g .cn4::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../images/z-img25.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c .leftbox2f .leftbox2g.on .cn4::before {
  display: block;
}
.join-list .container .box1 .right {
  width: 72.85714286%;
}
@media (max-width: 767px) {
  .join-list .container .box1 .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.join-list .container .box1 .right .rightbox {
  margin-top: 0.1rem;
  overflow: hidden;
}
.join-list .container .box1 .right .rightbox:nth-child(1) {
  margin-top: 0;
}
.join-list .container .box1 .right .rightbox .rightbox2 {
  cursor: pointer;
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.join-list .container .box1 .right .rightbox .rightbox2 .rightbox2a {
  width: 75%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.join-list .container .box1 .right .rightbox .rightbox2 .rightbox2a .cn1 {
  color: #333333;
}
@media (max-width: 767px) {
  .join-list .container .box1 .right .rightbox .rightbox2 .rightbox2a .cn1 {
    width: 100%;
  }
}
.join-list .container .box1 .right .rightbox .rightbox2 .rightbox2a .cn2 {
  color: #333333;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .join-list .container .box1 .right .rightbox .rightbox2 .rightbox2a .cn2 {
    width: 100%;
  }
}
.join-list .container .box1 .right .rightbox .rightbox2 .rightbox2a .cn2 img {
  width: 0.21rem;
  height: 0.21rem;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .join-list .container .box1 .right .rightbox .rightbox2 .rightbox2a .cn2 img {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.join-list .container .box1 .right .rightbox .rightbox2 .rightbox2a .cn3 {
  color: #333333;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .join-list .container .box1 .right .rightbox .rightbox2 .rightbox2a .cn3 {
    width: 100%;
  }
}
.join-list .container .box1 .right .rightbox .rightbox2 .rightbox2a .cn3 img {
  width: 0.21rem;
  height: 0.21rem;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .join-list .container .box1 .right .rightbox .rightbox2 .rightbox2a .cn3 img {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.join-list .container .box1 .right .rightbox .rightbox2 .rightbox2b {
  display: flex;
  align-items: center;
}
.join-list .container .box1 .right .rightbox .rightbox2 .rightbox2b .cn4 {
  color: #999;
  display: flex;
  align-items: center;
}
.join-list .container .box1 .right .rightbox .rightbox2 .rightbox2b .cn4 svg {
  transition: all 0.5s;
  margin-left: 5px;
}
.join-list .container .box1 .right .rightbox .rightbox2 .rightbox2b .cn4 svg path {
  fill: #333;
  opacity: 1;
}
.join-list .container .box1 .right .rightbox .rightbox2 .rightbox2b .cn4.on svg {
  transform: rotate(180deg);
}
.join-list .container .box1 .right .rightbox .rightbox2 .rightbox2b .cn4.on svg path {
  fill: #bd000c;
}
.join-list .container .box1 .right .rightbox .rightbox3 {
  background-color: #fff;
  padding: 0.3rem;
  position: relative;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: 0.5s;
}
.join-list .container .box1 .right .rightbox .rightbox3 .public-content {
  height: 0.9rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .join-list .container .box1 .right .rightbox .rightbox3 .public-content {
    height: 1.9rem;
  }
}
.join-list .container .box1 .right .rightbox .rightbox3 .public-content .cn5 {
  margin-top: 0.4rem;
  padding: 0 0.2rem;
  line-height: 0.54rem;
  border-radius: 0.27rem;
  border: 1px solid #e1e1e1;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .join-list .container .box1 .right .rightbox .rightbox3 .public-content .cn5 {
    line-height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.join-list .container .box1 .right .rightbox .rightbox3 .public-content .cn5 .cn6 {
  color: #3a3a3a;
  transition: all 0.4s;
}
.join-list .container .box1 .right .rightbox .rightbox3 .public-content .cn5 .cn7 {
  margin-left: 0.25rem;
  width: 0.22rem;
  height: 0.22rem;
  background-color: #bd000c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .join-list .container .box1 .right .rightbox .rightbox3 .public-content .cn5 .cn7 {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.join-list .container .box1 .right .rightbox .rightbox3 .public-content .cn5 .cn7 svg {
  width: 0.06rem;
  height: 0.1rem;
}
@media (max-width: 767px) {
  .join-list .container .box1 .right .rightbox .rightbox3 .public-content .cn5 .cn7 svg {
    width: 0.12rem;
    height: 0.2rem;
  }
}
.join-list .container .box1 .right .rightbox .rightbox3 .public-content .cn5 .cn7 svg path {
  fill: #Fff;
  opacity: 1;
  transition: all 0.4s;
}
.join-list .container .box1 .right .rightbox .rightbox3 .public-content .cn5:hover {
  background-color: #bd000c;
}
.join-list .container .box1 .right .rightbox .rightbox3 .public-content .cn5:hover .cn6 {
  color: #Fff;
}
.join-list .container .box1 .right .rightbox .rightbox3 .public-content .cn5:hover .cn7 {
  background-color: #fff;
}
.join-list .container .box1 .right .rightbox .rightbox3 .public-content .cn5:hover .cn7 svg path {
  fill: #bd000c;
}
.join-list .container .box1 .right .rightbox .rightbox3 .public-content.on {
  height: initial;
  overflow: initial;
}
.join-list .container .box1 .right .rightbox .rightbox3 .dian {
  color: #666;
  line-height: 1.5em;
}
.join-list .container .box1 .right .rightbox .rightbox3 .dian.on {
  display: none;
}
.join-list .container .box1 .right .rightbox .rightbox3.on {
  animation-name: righttop;
  animation-iteration-count: 1;
}
.join-list .container .box1 .right .basepage {
  margin-top: 0.8rem;
}
.join-list .container .box1 .right .basepage .page a {
  font-weight: bold;
  color: #999999;
}
.join-list .container .box1 .right .basepage .page a.active {
  color: #fff;
}
@keyframes righttop {
  from {
    opacity: 0;
    top: -3rem;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.join-list .container .box1 .left .leftbox2 .leftbox2b .leftbox2c:nth-child(1) .leftbox2f {
  display: block;
}
.newsinfobox.join-list2 .fzimg1 {
  top: -1.8rem;
}
.newsinfobox.join-list2 .fzimg2 {
  left: -3.3rem;
}
.z-windows {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.z-windows .box1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 950px;
  width: 49.60835509%;
  background-color: #Fff;
  padding: 0.6rem 1.2rem;
  max-height: 80%;
  overflow: auto;
}
@media (max-width: 1260px) {
  .z-windows .box1 {
    width: 90%;
    padding: 0.6rem;
  }
}
.z-windows .box1 .cn0 {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  cursor: pointer;
}
.z-windows .box1 .cn0 svg {
  width: 0.25rem;
  height: 0.25rem;
}
.z-windows .box1 .cn0 svg path {
  fill: #333;
  opacity: 1;
}
.z-windows .box1 .cn1 {
  text-align: center;
  color: #333333;
}
.z-windows .box1 .cn2 {
  text-align: center;
  color: #999999;
  margin-bottom: 0.2rem;
}
.z-windows .box1 .cn2 span {
  color: #bd000c;
}
.z-windows .box1 .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.z-windows .box1 .box2 .cn3 {
  margin-top: 0.2rem;
  width: 48.5%;
}
@media (max-width: 767px) {
  .z-windows .box1 .box2 .cn3 {
    width: 100%;
  }
}
.z-windows .box1 .box2 .cn3.cn3a {
  width: 100%;
}
.z-windows .box1 .box2 .cn3 input {
  width: 100%;
  line-height: 0.48rem;
  padding: 0 0.2rem;
  background-color: #f3f3f5;
  border: solid 1px #eaeaea;
  color: #999;
}
.z-windows .box1 .box2 .cn3 input::placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .z-windows .box1 .box2 .cn3 input {
    line-height: 0.76rem;
  }
}
.z-windows .box1 .box3 {
  margin-top: 0.2rem;
  padding: 0.2rem;
  background-color: #f3f3f5;
  border: solid 1px #eaeaea;
}
.z-windows .box1 .box3 .cn4 {
  color: #999999;
  line-height: 1.71428571em;
}
.z-windows .box1 .box3 .cn5 {
  width: 1.2rem;
  margin-top: 0.25rem;
  position: relative;
  line-height: 0.4rem;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #c5c5c5;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .z-windows .box1 .box3 .cn5 {
    line-height: 0.76rem;
    width: 2rem;
  }
}
.z-windows .box1 .box3 .cn5 input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 0;
}
.z-windows .box1 .box3 .cn5 .cn6 {
  width: 100%;
  line-height: 0.4rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  pointer-events: none;
  display: block;
  cursor: pointer;
  color: #333333;
}
@media (max-width: 767px) {
  .z-windows .box1 .box3 .cn5 .cn6 {
    line-height: 0.76rem;
  }
}
.z-windows .box1 .box3 .cn5.on {
  display: none;
}
.z-windows .box1 .box3 .cn15 {
  display: none;
}
.z-windows .box1 .box3 .cn15 .cn17 {
  padding: 0 0.2rem;
  min-width: 1.2rem;
  margin-top: 0.25rem;
  line-height: 0.4rem;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #c5c5c5;
  text-align: center;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .z-windows .box1 .box3 .cn15 .cn17 {
    line-height: 0.76rem;
  }
}
.z-windows .box1 .box3 .cn15 .cn16 {
  width: 100%;
  line-height: 0.4rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  pointer-events: none;
  display: block;
  cursor: pointer;
  color: #333333;
}
@media (max-width: 767px) {
  .z-windows .box1 .box3 .cn15 .cn16 {
    line-height: 0.76rem;
  }
}
.z-windows .box1 .box3 .cn15 .cn18 {
  position: absolute;
  right: -8.5px;
  top: -8.5px;
}
.z-windows .box1 .box3 .cn15 .cn18 img {
  width: 17px;
  height: 17px;
}
.z-windows .box1 .box3 .cn15 .cn18 svg {
  width: 17px;
  height: 17px;
}
.z-windows .box1 .box3 .cn15.on {
  display: flex;
}
.z-windows .box1 .box4 .cn9 {
  margin-top: 0.1rem;
  color: #999999;
  line-height: 1.71428571em;
}
.z-windows .box1 .box4 .cn10 {
  margin: 0.5rem auto 0;
  width: 1.54rem;
  line-height: 0.52rem;
  background-color: #bd000c;
  color: #fff;
  display: block;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .z-windows .box1 .box4 .cn10 {
    line-height: 0.76rem;
  }
}
.z-windows .box1 .box4 .cn10:hover {
  opacity: 0.8;
}
.about-join1 {
  padding: 1.4rem 0 1.3rem;
  background-color: #Fff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-join1 {
    padding: 1.2rem 0;
  }
}
.about-join1 .container .cn1 {
  text-align: center;
  color: #333333;
}
.about-join1 .container .cn2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.about-join1 .container .cn2 .cn3 {
  width: 23.57142857%;
  background-color: #f5f5f5;
  margin-right: 1.9047619%;
  height: 4.5rem;
  position: relative;
  margin-top: 0.6rem;
}
@media (max-width: 1580px) {
  .about-join1 .container .cn2 .cn3 {
    height: 5rem;
  }
}
@media (max-width: 991px) {
  .about-join1 .container .cn2 .cn3 {
    width: 48%;
    margin-right: 4%;
  }
}
@media (max-width: 991px) {
  .about-join1 .container .cn2 .cn3:nth-child(2n) {
    margin-right: 0;
  }
}
.about-join1 .container .cn2 .cn3:nth-child(4n) {
  margin-right: 0;
}
.about-join1 .container .cn2 .cn3 .cn4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.35rem;
  transition: all 0.4s;
}
.about-join1 .container .cn2 .cn3 .cn4 .cn4b {
  display: block;
  width: 1.02rem;
  line-height: 1.02rem;
  background-color: #bd000c;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.about-join1 .container .cn2 .cn3 .cn4 .cn4a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.11rem;
  height: 2.11rem;
}
.about-join1 .container .cn2 .cn3 .cn4 .cn4a svg {
  width: 100%;
  height: 100%;
}
.about-join1 .container .cn2 .cn3 .cn4 .cn4a path {
  transition: all 0.4s;
  fill: #bd000c;
  opacity: 0.2;
}
.about-join1 .container .cn2 .cn3 .cn5 {
  position: absolute;
  left: 0;
  top: 3.5rem;
  width: 100%;
  text-align: center;
  padding: 0 0.2rem;
  color: #333333;
  line-height: 1.66666667em;
  transition: all 0.4s;
}
.about-join1 .container .cn2 .cn3:hover {
  background-color: #bd000c;
}
.about-join1 .container .cn2 .cn3:hover .cn4 {
  transform: translateX(-50%) scale(1.2);
}
.about-join1 .container .cn2 .cn3:hover .cn4 .cn4b {
  background-color: #fff;
  color: #bd000c;
}
.about-join1 .container .cn2 .cn3:hover .cn4 .cn4a path {
  fill: #fff;
  opacity: 1;
}
.about-join1 .container .cn2 .cn3:hover .cn5 {
  color: #Fff;
}
.about-join2 {
  background-color: #f7f7f7;
  padding: 1.4rem 0;
  position: relative;
  overflow: hidden;
}
.about-join2 .bag {
  position: absolute;
}
.about-join2 .fzimg2 {
  top: -3.01rem;
  right: -2.43rem;
}
.about-join2 .fzimg2 img {
  width: 6.11rem;
  height: 6.11rem;
}
.about-join2 .fzimg3 {
  left: 0;
  bottom: 0;
}
.about-join2 .fzimg3 img {
  width: 3.98rem;
  height: 5.98rem;
}
.about-join2 .container .cn1 {
  line-height: 1.25em;
  color: #333333;
}
.about-join2 .container .cn1 span {
  color: #bd000c;
}
.about-join2 .container .cn1 em {
  font-weight: normal;
  font-style: normal;
}
.about-join2 .container .box {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.about-join2 .container .box .box2 {
  width: 48.57142857%;
}
@media (max-width: 991px) {
  .about-join2 .container .box .box2 {
    width: 100%;
    display: none;
  }
}
.about-join2 .container .box .box2 .img::before {
  padding-top: 84.70588235%;
}
.about-join2 .container .box .box3 {
  width: 51.42857143%;
}
@media (max-width: 991px) {
  .about-join2 .container .box .box3 {
    width: 100%;
  }
}
.about-join2 .container .box .box3 .box3a {
  display: flex;
}
.about-join2 .container .box .box3 .box3a .img2 {
  width: 50%;
}
.about-join2 .container .box .box3 .box3a .img2::before {
  padding-top: 92.77777778%;
}
.about-join2 .container .box .box3 .box3b {
  padding: 0.3rem 0.6rem 0;
}
@media (max-width: 991px) {
  .about-join2 .container .box .box3 .box3b {
    padding: 0.6rem;
  }
}
.about-join2 .container .box .box3 .box3b .cn2 {
  color: #bd000c;
  line-height: 1.25em;
}
.about-join2 .container .box .box3 .box3b .cn3 {
  color: #333333;
  line-height: 1.5em;
  margin-top: 0.2rem;
  -webkit-line-clamp: 5;
}
.about-join3 {
  background-color: #fff;
  padding: 1.4rem 0;
  overflow: hidden;
  position: relative;
}
.about-join3 .bag {
  position: absolute;
}
.about-join3 .fzimg2 {
  top: -3.01rem;
  right: -2.43rem;
}
.about-join3 .fzimg2 img {
  width: 6.11rem;
  height: 6.11rem;
}
.about-join3 .fzimg3 {
  left: 0;
  bottom: 0;
}
.about-join3 .fzimg3 img {
  width: 3.98rem;
  height: 5.98rem;
}
.about-join3 .container .cn1 {
  line-height: 1.25em;
  color: #333333;
}
.about-join3 .container .cn1 span {
  color: #bd000c;
}
.about-join3 .container .cn1 em {
  font-weight: normal;
  font-style: normal;
}
.about-join3 .container .box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  margin-top: 0.6rem;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
}
.about-join3 .container .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.62);
}
.about-join3 .container .box .box2 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.76rem;
}
@media (max-width: 1580px) {
  .about-join3 .container .box .box2 {
    height: 37vw;
  }
}
@media (max-width: 991px) {
  .about-join3 .container .box .box2 {
    height: 5.76rem;
    width: 50%;
  }
}
.about-join3 .container .box .box2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #bd000c;
  transition: all 0.4s;
  opacity: 0.8;
}
.about-join3 .container .box .box2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.about-join3 .container .box .box2 .cn2 {
  text-align: center;
  color: #fff;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.about-join3 .container .box .box2 .cn3 {
  position: relative;
  z-index: 2;
  display: none;
}
.about-join3 .container .box .box2 .cn3 .cn4 {
  text-align: center;
  color: #fff;
  width: 65%;
  margin: 0 auto;
  opacity: 0;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
@media (max-width: 991px) {
  .about-join3 .container .box .box2 .cn3 .cn4 {
    width: 80%;
  }
}
.about-join3 .container .box .box2 .cn3 .cn5 {
  margin: 0 auto;
  width: 65%;
  margin-top: 0.3rem;
  text-align: center;
  color: #Fff;
  line-height: 1.5em;
  opacity: 0;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  max-height: 10.5em;
  overflow: auto;
}
@media (max-width: 991px) {
  .about-join3 .container .box .box2 .cn3 .cn5 {
    width: 80%;
  }
}
.about-join3 .container .box .box2:hover::before {
  height: 100%;
}
.about-join3 .container .box .box2:hover .cn2 {
  display: none;
}
.about-join3 .container .box .box2:hover .cn3 {
  display: block;
}
.about-join3 .container .box .box2:hover .cn3 .cn4 {
  animation-name: joinopacity1 ;
}
.about-join3 .container .box .box2:hover .cn3 .cn5 {
  animation-name: joinopacity1 ;
}
@keyframes joinopacity1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.about-join4 {
  background-color: #f7f7f7;
  padding: 1.4rem 0;
  overflow: hidden;
  position: relative;
}
.about-join4 .bag {
  position: absolute;
}
.about-join4 .fzimg2 {
  top: -3.01rem;
  right: -2.43rem;
}
.about-join4 .fzimg2 img {
  width: 6.11rem;
  height: 6.11rem;
}
.about-join4 .fzimg3 {
  left: 0;
  bottom: 0;
}
.about-join4 .fzimg3 img {
  width: 3.98rem;
  height: 5.98rem;
}
.about-join4 .container .cn1 {
  line-height: 1.25em;
  color: #333333;
}
.about-join4 .container .cn1 span {
  color: #bd000c;
}
.about-join4 .container .cn1 em {
  font-weight: normal;
  font-style: normal;
}
.about-join4 .container .box {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.about-join4 .container .box .box2 {
  width: 50%;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 991px) {
  .about-join4 .container .box .box2 {
    width: 100%;
  }
}
.about-join4 .container .box .box2 .left {
  width: 50%;
}
.about-join4 .container .box .box2 .left .img::before {
  padding-top: 82.85714286%;
}
.about-join4 .container .box .box2 .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-join4 .container .box .box2 .right::before {
  position: absolute;
  left: -33px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border-right: 34px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.about-join4 .container .box .box2 .right .text {
  padding: 0 0.5rem;
}
.about-join4 .container .box .box2 .right .text .cn1 {
  color: #bd000c;
  line-height: 1.25em;
}
.about-join4 .container .box .box2 .right .text .cn2 {
  margin-top: 0.2rem;
  color: #323232;
  line-height: 1.5em;
}
.about-join4 .container .box .box2:nth-child(4n) {
  flex-direction: row-reverse;
}
.about-join4 .container .box .box2:nth-child(4n) .right::before {
  left: initial;
  right: -33px;
  transform: translateY(-50%) rotate(180deg);
}
.about-join4 .container .box .box2:nth-child(4n-1) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .about-join4 .container .box .box2:nth-child(4n-1) {
    flex-direction: row;
  }
}
.about-join4 .container .box .box2:nth-child(4n-1) .right::before {
  left: initial;
  right: -33px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 991px) {
  .about-join4 .container .box .box2:nth-child(4n-1) .right::before {
    left: -33px;
    right: initial;
    transform: translateY(-50%) rotate(0);
  }
}
@media (max-width: 991px) {
  .about-join4 .container .box .box2:nth-child(4n-2) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .about-join4 .container .box .box2:nth-child(4n-2) .right::before {
    left: initial;
    right: -33px;
    transform: translateY(-50%) rotate(180deg);
  }
}
.about-join5 {
  background-color: #fff;
  padding: 1.4rem 0 1.76rem;
  overflow: hidden;
  position: relative;
}
.about-join5 .container .cn1 {
  line-height: 1.25em;
  color: #333333;
}
.about-join5 .container .cn1 span {
  color: #bd000c;
}
.about-join5 .container .cn1 em {
  font-weight: normal;
  font-style: normal;
}
.about-join5 .container .box {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.about-join5 .container .box .box2 {
  background-color: #f7f7f7;
  width: 18.85714286%;
  padding: 0.7rem 0 0.55rem;
  margin-right: 1.42857143%;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .about-join5 .container .box .box2 {
    width: 32%;
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .about-join5 .container .box .box2 {
    width: 48%;
    margin-right: 4%;
  }
}
@media (max-width: 991px) {
  .about-join5 .container .box .box2:nth-child(3n) {
    margin-right: 0 ;
  }
}
@media (max-width: 767px) {
  .about-join5 .container .box .box2:nth-child(3n) {
    margin-right: 4%;
  }
}
.about-join5 .container .box .box2:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .about-join5 .container .box .box2:nth-child(5n) {
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .about-join5 .container .box .box2:nth-child(5n) {
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .about-join5 .container .box .box2:nth-child(even) {
    margin-right: 0;
  }
}
.about-join5 .container .box .box2 .cn2 {
  text-align: center;
}
.about-join5 .container .box .box2 .cn2 img {
  width: 0.6rem;
  height: 0.6rem;
}
.about-join5 .container .box .box2 .cn3 {
  width: 80%;
  margin: 0.6rem auto 0;
  text-align: center;
  color: #333333;
}
.about-join6 {
  padding: 1.16rem 0 1.4rem;
  overflow: hidden;
}
.about-join6 .supbox_tit {
  margin-bottom: 0.74rem;
  margin-bottom: 0.9rem;
}
.about-join6 .cont {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about-join6 .cont .font {
  display: flex;
  font-size: 3rem;
  line-height: 0.8;
  font-weight: bold;
  max-width: initial;
}
.about-join6 .cont .font .text {
  display: flex;
  animation: leftwef5 30s linear infinite;
}
.about-join6 .cont .font span {
  display: block;
  flex-shrink: 0;
  padding-right: 0.8rem;
  color: #f5f5f5;
}
.about-join6 .cont .but {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 1.44rem;
  height: 1.44rem;
  background-color: #be000a;
  box-shadow: 0px 5px 20px 0px rgba(76, 0, 4, 0.4);
  transition: all 0.4s;
}
.about-join6 .cont .but::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #be000a;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: joinscale 2s infinite;
}
.about-join6 .cont .but::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #be000a;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: joinscale2 2s infinite;
}
.about-join6 .cont .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
.about-join6 .cont .but svg {
  width: 44.44444444%;
  max-height: 44.44444444%;
}
.about-join6 .cont .but svg path {
  fill: #ffffff;
  opacity: 1;
}
.about-join6 .cont .but:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
@keyframes joinscale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.1;
  }
}
@keyframes joinscale2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.43);
    opacity: 0.05;
  }
}
@keyframes leftwef5 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.who-box1 {
  width: 100%;
  height: 200vh;
}
.who-box1 .who-box1a {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: sticky;
  left: 0;
  top: 0;
}
.who-box1 .who-box1a .bgimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.who-box1 .who-box1a .bgimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .who-box1 .who-box1a .bgimg img.pc-img {
    display: none;
  }
}
.who-box1 .who-box1a .bgimg img.mb-img {
  display: none;
}
@media (max-width: 991px) {
  .who-box1 .who-box1a .bgimg img.mb-img {
    display: block;
  }
}
.who-box1 .who-box1a .bgcolor2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
  background-color: transparent;
}
@media (max-width: 991px) {
  .who-box1 .who-box1a .bgcolor2 {
    display: block;
  }
}
.who-box1 .who-box1a .bgcolor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 991px) {
  .who-box1 .who-box1a .bgcolor {
    display: none;
  }
}
.who-box1 .who-box1a .bgcolor svg {
  width: 100%;
  height: 100%;
}
.who-box1 .who-box1a .bgcolor svg .cls-1 {
  stroke: none;
  fill-opacity: 1;
  fill: #1c286e;
  opacity: 0.4;
}
.who-box1 .who-box1a .wenlu {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .who-box1 .who-box1a .wenlu {
    display: none;
  }
}
.who-box1 .who-box1a .wenlu svg {
  width: 100%;
  height: 100%;
}
.who-box1 .who-box1a .wenlu svg .cls-1 {
  stroke: none;
}
.who-box1 .who-box1a .wenlu svg path {
  stroke: none;
}
.who-box1 .who-box1a .wenzi1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
  z-index: 4;
  display: flex;
  align-items: center;
}
.who-box1 .who-box1a .wenzi1 .cn1 {
  line-height: 1.2em;
  color: #ffffff;
}
.who-box1 .who-box1a .wenzi1 .cn2 {
  position: absolute;
  left: 0;
  bottom: 1.2rem;
  text-align: center;
}
.who-box1 .who-box1a .wenzi1 .cn2 .cn3 {
  margin-top: 0.15rem;
  display: block;
  text-align: center;
  color: #Fff;
}
.who-box1 .who-box1a .wenzi2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.6rem;
  height: 100vh;
  z-index: 4;
  display: flex;
  align-items: center;
  opacity: 0;
}
.who-box1 .who-box1a .wenzi2 .cn5 .cn1 {
  color: #333333;
  line-height: 1.25em;
}
.who-box1 .who-box1a .wenzi2 .cn5 .cn2 {
  width: 42.85714286%;
  margin-top: 0.4rem;
  color: #666666;
  line-height: 1.66666667em;
}
@media (max-width: 991px) {
  .who-box1 .who-box1a .wenzi2 .cn5 .cn2 {
    width: 100%;
  }
}
.who-box2 {
  margin-top: 0.6rem;
  background-color: #fff;
  width: 100%;
  height: 160vh;
  position: relative;
}
.who-box2 .who-box2a {
  width: 100%;
  height: 100vh;
  position: sticky;
  left: 0;
  top: 0;
}
.who-box2 .who-box2a .img {
  margin: 0 auto;
  width: 83.551%;
  height: 100%;
}
.who-box2 .who-box2a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .who-box2 .who-box2a .img img.pc-img {
    display: none;
  }
}
.who-box2 .who-box2a .img img.mb-img {
  height: 100vh;
  display: none;
}
@media (max-width: 991px) {
  .who-box2 .who-box2a .img img.mb-img {
    display: block;
  }
}
.who-box2 .who-box2a .text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  top: 60%;
  opacity: 0;
}
.who-box2 .who-box2a .text .cn1 {
  text-align: center;
  color: #ffffff;
  line-height: 1.5em;
  padding: 0 0.2rem;
}
.who-box2 .who-box2a .text .cn2 {
  width: 1.26rem;
  height: 1.26rem;
  margin: 0.5rem auto 0;
  cursor: pointer;
}
.who-box2 .who-box2a .text .cn2 svg {
  width: 100%;
  height: 100%;
}
.who-box2 .who-box2a .text .cn2 svg path {
  fill: #fff;
  opacity: 1;
}
.who-box2 .who-box2a .text .cn2 svg .cls-1 {
  transition: all 0.4s;
}
.who-box2 .who-box2a .text .cn2 svg .cls-2 {
  transition: all 0.4s;
}
.who-box2 .who-box2a .text .cn2:hover svg .cls-1 {
  fill-opacity: 1;
}
.who-box2 .who-box2a .text .cn2:hover svg .cls-2 {
  fill: #bd000c;
}
.who-box3 {
  background-color: #Fff;
  padding: 1.4rem 0;
}
.who-box3 .container {
  max-width: 1400px;
}
.who-box3 .container .cn1 {
  text-align: center;
  color: #333333;
  line-height: 1.33333333em;
}
.who-box3 .container .cn2 {
  margin: 0.2rem 0 0.7rem;
  text-align: center;
  color: #666666;
  line-height: 1.66666667em;
}
.who-box3 .container .box {
  display: flex;
  flex-wrap: wrap;
}
.who-box3 .container .box .box2 {
  background-color: #f3f5f5;
  width: 22.85714286%;
  margin-right: 2.85714286%;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.4rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .who-box3 .container .box .box2 {
    padding: 0.5rem 0;
    height: auto;
    width: 48%;
    margin-right: 4%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .who-box3 .container .box .box2 {
    width: 100%;
    margin-right: 0;
  }
}
.who-box3 .container .box .box2:nth-child(odd) {
  transform: translateY(-0.4rem);
}
@media (max-width: 991px) {
  .who-box3 .container .box .box2:nth-child(odd) {
    transform: translateY(0);
  }
}
.who-box3 .container .box .box2:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .who-box3 .container .box .box2:nth-child(4n) {
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .who-box3 .container .box .box2:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .who-box3 .container .box .box2:nth-child(2n) {
    margin-right: 0;
  }
}
.who-box3 .container .box .box2 .box3 {
  width: 100%;
}
.who-box3 .container .box .box2 .img {
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  margin: 0 auto 1.2rem;
}
@media (max-width: 991px) {
  .who-box3 .container .box .box2 .img {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto 0.6rem;
  }
}
.who-box3 .container .box .box2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.who-box3 .container .box .box2 .img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.who-box3 .container .box .box2 .img svg .st0 {
  fill: none;
  stroke: #333333;
  stroke-width: 4;
  stroke-miterlimit: 10;
  transition: all 0.4s;
}
.who-box3 .container .box .box2 .img svg .st1 {
  fill: none;
  stroke: #C12022;
  stroke-width: 4;
  stroke-linejoin: bevel;
  stroke-miterlimit: 2;
  transition: all 0.4s;
}
.who-box3 .container .box .box2 .img svg .st99 {
  transition: all 0.4s;
}
.who-box3 .container .box .box2 .cn3 {
  padding: 0 0.2rem;
}
.who-box3 .container .box .box2 .cn3 .cn4 {
  display: block;
  color: #333333;
  text-align: center;
  transition: all 0.4s;
}
.who-box3 .container .box .box2 .cn3 .cn5 {
  text-align: center;
  display: block;
  color: #666666;
  line-height: 1.5em;
  margin-top: 0.1rem;
  transition: all 0.4s;
}
.who-box3 .container .box .box2:hover {
  background-color: #bd000c;
}
.who-box3 .container .box .box2:hover .img svg .st0 {
  stroke: #fff;
}
.who-box3 .container .box .box2:hover .img svg .st1 {
  stroke: #fff;
}
.who-box3 .container .box .box2:hover .img svg .st99 {
  fill: #fff;
}
.who-box3 .container .box .box2:hover .cn3 .cn4 {
  color: #fff;
}
.who-box3 .container .box .box2:hover .cn3 .cn5 {
  color: #fff;
}
.who-box4 {
  width: 100%;
  height: 200vh;
  background-color: #f8f8f8;
}
.who-box4 .who-box4a {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.who-box4 .who-box4a .containerbox4a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .who-box4 .who-box4a .containerbox4a {
    top: 60%;
  }
}
@media (max-width: 991px) {
  .who-box4 .who-box4a .containerbox4a .text {
    transform: translateY(-20vh);
  }
}
.who-box4 .who-box4a .containerbox4a .text .cn1 {
  color: #333333;
  line-height: 1.25em;
}
.who-box4 .who-box4a .containerbox4a .text .cn2 {
  margin-top: 0.25rem;
  color: #666666;
  line-height: 1.66666667em;
}
.who-box4 .who-box4a .containerbox4a .zimg1 {
  text-align: right;
}
.who-box4 .who-box4a .containerbox4a .zimg1 img {
  width: 48.07142857%;
  object-fit: cover;
}
.who-box4 .who-box4a .guangdongimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 61.21428571%;
}
.who-box4 .who-box4a .guangdongimg .zimg2 {
  width: 100%;
}
.who-box4 .who-box4a .guangdongimg .zimg2 .cls-1 {
  opacity: 0.9;
  fill-opacity: 0.9;
  stroke: #575c76;
  fill: #575c76;
}
.who-box4 .who-box4a .guangdongimg .biaodian .guangzhou {
  display: flex;
  position: absolute;
  align-items: center;
  left: 49%;
  top: 44%;
  z-index: 3;
}
.who-box4 .who-box4a .guangdongimg .biaodian .guangzhou .tcn1 {
  line-height: 1.66666667em;
  color: #ffffff;
}
.who-box4 .who-box4a .guangdongimg .biaodian .guangzhou .dian {
  margin-left: 0.07rem;
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background-color: #fff;
  border-radius: 50%;
}
.who-box4 .who-box4a .guangdongimg .biaodian .shenzhen {
  position: absolute;
  left: 56%;
  top: 46%;
}
.who-box4 .who-box4a .guangdongimg .biaodian .shenzhen .bg {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  background-color: #ee0c0c;
  opacity: 0.6;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .who-box4 .who-box4a .guangdongimg .biaodian .shenzhen .bg {
    width: 2rem;
    height: 2rem;
  }
}
.who-box4 .who-box4a .guangdongimg .biaodian .shenzhen .tcn2 {
  position: relative;
  z-index: 2;
}
.who-box4 .who-box4a .guangdongimg .biaodian .xianggang {
  display: flex;
  position: absolute;
  align-items: center;
  left: 57.5%;
  top: 50%;
  z-index: 3;
  flex-direction: column;
}
.who-box4 .who-box4a .guangdongimg .biaodian .xianggang .tcn1 {
  line-height: 1.66666667em;
  color: #ffffff;
}
.who-box4 .who-box4a .guangdongimg .biaodian .xianggang .dian {
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background-color: #fff;
  border-radius: 50%;
}
.who-box4 .who-box4a .tcn3 {
  position: absolute;
  left: 0;
  top: 48%;
  width: 53.57142857%;
}
.who-box4 .who-box4a .tcn3 .tcn4 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bd000c;
}
.who-box4 .who-box4a .tcn3 .tcn5 {
  line-height: 1.25em;
  color: #bd000c;
  margin-top: 0.2rem;
  display: block;
}
.who-box4 .who-box4a .who-about4b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  z-index: -2;
}
@media (max-width: 991px) {
  .who-box4 .who-box4a .who-about4b {
    overflow: hidden;
    white-space: nowrap;
  }
}
.who-box4 .who-box4a .who-about4b .zimg5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.who-box4 .who-box4a .who-about4b .zimg5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.who-box4 .who-box4a .who-about4b .zimg6 {
  position: absolute;
  left: 0;
  top: -0.6rem;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: all 0.5s;
}
.who-box4 .who-box4a .who-about4b .zimg6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.who-box4 .who-box4a .who-about4b .dcn0 {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #Fff;
  width: 0.7rem;
  height: 0.7rem;
}
@media (max-width: 991px) {
  .who-box4 .who-box4a .who-about4b .dcn0 {
    display: none;
  }
}
.who-box4 .who-box4a .who-about4b .dcn0 span {
  width: 0.67rem;
  height: 0.24rem;
  position: absolute;
  left: -50%;
  bottom: 100%;
}
@media (max-width: 1580px) {
  .who-box4 .who-box4a .who-about4b .dcn0 span {
    width: 0.9rem;
    height: 0.4rem;
  }
}
.who-box4 .who-box4a .who-about4b .dcn0 span img {
  width: 100%;
  height: 100%;
}
.who-box4 .who-box4a .who-about4b .dcn0::before {
  z-index: 3;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/z-img72.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  animation: rotatedong 2s infinite linear;
}
@media (max-width: 1580px) {
  .who-box4 .who-box4a .who-about4b .dcn0 {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.who-box4 .who-box4a .who-about4b .dcn0.dcn1 {
  left: 59.47780679%;
  top: 42.16494845%;
}
@media (max-width: 1600px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn1 {
    left: 62.66318538%;
  }
}
@media (max-width: 1300px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn1 {
    left: 64.75195822%;
  }
}
@media (max-width: 1100px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn1 {
    left: 65.79634465%;
  }
}
@media (max-width: 1000px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn1 {
    left: 66.84073107%;
  }
}
.who-box4 .who-box4a .who-about4b .dcn0.dcn2 {
  left: 48.35509138%;
  top: 63.50515464%;
}
@media (max-width: 1600px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn2 {
    left: 51.48825065%;
  }
}
@media (max-width: 1300px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn2 {
    left: 53.5770235%;
  }
}
@media (max-width: 1100px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn2 {
    left: 54.62140992%;
  }
}
@media (max-width: 1000px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn2 {
    left: 56.71018277%;
  }
}
.who-box4 .who-box4a .who-about4b .dcn0.dcn3 {
  left: 51.07049608%;
  top: 67.5257732%;
}
@media (max-width: 1600px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn3 {
    left: 54.20365535%;
  }
}
@media (max-width: 1300px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn3 {
    left: 56.2924282%;
  }
}
@media (max-width: 1100px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn3 {
    left: 57.33681462%;
  }
}
@media (max-width: 1000px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn3 {
    left: 58.38120104%;
  }
}
.who-box4 .who-box4a .who-about4b .dcn0.dcn4 {
  left: 54.20365535%;
  top: 70.10309278%;
}
@media (max-width: 1600px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn4 {
    left: 57.33681462%;
  }
}
@media (max-width: 1300px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn4 {
    left: 59.42558747%;
  }
}
@media (max-width: 1100px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn4 {
    left: 60.46997389%;
  }
}
@media (max-width: 1000px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn4 {
    left: 61.51436031%;
  }
}
.who-box4 .who-box4a .who-about4b .dcn0.dcn5 {
  left: 56.13577023%;
  top: 63.91752577%;
}
@media (max-width: 1600px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn5 {
    left: 59.2689295%;
  }
}
@media (max-width: 1300px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn5 {
    left: 61.35770235%;
  }
}
@media (max-width: 1100px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn5 {
    left: 62.40208877%;
  }
}
@media (max-width: 1000px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn5 {
    left: 62.92428198%;
  }
}
.who-box4 .who-box4a .who-about4b .dcn0.dcn6 {
  left: 56.86684073%;
  top: 79.58762887%;
}
@media (max-width: 1600px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn6 {
    left: 60%;
  }
}
@media (max-width: 1300px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn6 {
    left: 62.08877285%;
  }
}
@media (max-width: 1100px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn6 {
    left: 63.13315927%;
  }
}
@media (max-width: 1000px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn6 {
    left: 64.17754569%;
  }
}
.who-box4 .who-box4a .who-about4b .dcn0.dcn7 {
  left: 65.37859008%;
  top: 61.8556701%;
}
@media (max-width: 1600px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn7 {
    left: 68.51174935%;
  }
}
@media (max-width: 1300px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn7 {
    left: 70.60052219%;
  }
}
@media (max-width: 1100px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn7 {
    left: 71.64490862%;
  }
}
@media (max-width: 1000px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn7 {
    left: 72.68929504%;
  }
}
.who-box4 .who-box4a .who-about4b .dcn0.dcn8 {
  left: 66.00522193%;
  top: 68.04123711%;
}
@media (max-width: 1600px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn8 {
    left: 69.1383812%;
  }
}
@media (max-width: 1300px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn8 {
    left: 71.22715405%;
  }
}
@media (max-width: 1100px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn8 {
    left: 72.27154047%;
  }
}
@media (max-width: 1000px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn8 {
    left: 73.31592689%;
  }
}
.who-box4 .who-box4a .who-about4b .dcn0.dcn9 {
  left: 64.4386423%;
  top: 72.88659794%;
}
@media (max-width: 1600px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn9 {
    left: 67.57180157%;
  }
}
@media (max-width: 1300px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn9 {
    left: 69.66057441%;
  }
}
@media (max-width: 1100px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn9 {
    left: 70.70496084%;
  }
}
@media (max-width: 1000px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn9 {
    left: 71.74934726%;
  }
}
.who-box4 .who-box4a .who-about4b .dcn0.dcn10 {
  left: 63.02872063%;
  top: 79.07216495%;
}
@media (max-width: 1600px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn10 {
    left: 66.1618799%;
  }
}
@media (max-width: 1300px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn10 {
    left: 68.25065274%;
  }
}
@media (max-width: 1100px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn10 {
    left: 69.29503916%;
  }
}
@media (max-width: 1000px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn10 {
    left: 70.33942559%;
  }
}
.who-box4 .who-box4a .who-about4b .dcn0.dcn11 {
  left: 64.4386423%;
  top: 89.89690722%;
}
@media (max-width: 1600px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn11 {
    left: 67.57180157%;
  }
}
@media (max-width: 1300px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn11 {
    left: 69.66057441%;
  }
}
@media (max-width: 1100px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn11 {
    left: 70.70496084%;
  }
}
@media (max-width: 1000px) {
  .who-box4 .who-box4a .who-about4b .dcn0.dcn11 {
    left: 71.74934726%;
  }
}
.who-box4 .who-box4a .who-about4b .pici1 {
  opacity: 0;
  transform: translateY(0.6rem);
  transition: all 0.5s 0s;
}
.who-box4 .who-box4a .who-about4b .pici2 {
  opacity: 0;
  transform: translateY(0.6rem);
  transition: all 0.5s 0.3s;
}
.who-box4 .who-box4a .who-about4b .pici3 {
  opacity: 0;
  transform: translateY(0.6rem);
  transition: all 0.5s 0.6s;
}
.who-box4 .who-box4a .who-about4b .pici4 {
  opacity: 0;
  transform: translateY(0.6rem);
  transition: all 0.5s 0.9s;
}
.who-box4 .who-box4a .who-about4b .zimg15 {
  z-index: 5;
  position: absolute;
  left: 60.05221932%;
  top: 82.4742268%;
}
@media (max-width: 1600px) {
  .who-box4 .who-box4a .who-about4b .zimg15 {
    left: 63.18537859%;
  }
}
@media (max-width: 1300px) {
  .who-box4 .who-box4a .who-about4b .zimg15 {
    left: 65.27415144%;
  }
}
@media (max-width: 1100px) {
  .who-box4 .who-box4a .who-about4b .zimg15 {
    left: 66.31853786%;
  }
}
@media (max-width: 1000px) {
  .who-box4 .who-box4a .who-about4b .zimg15 {
    left: 67.36292428%;
  }
}
.who-box4 .who-box4a .who-about4b .zimg15 .zimg16 {
  text-align: center;
}
.who-box4 .who-box4a .who-about4b .zimg15 .zimg16 img {
  width: 0.66rem;
  height: 0.54rem;
}
.who-box4 .who-box4a .who-about4b .zimg15 .zimg17 {
  color: #fff;
  display: block;
  text-align: center;
}
.who-box4 .who-box4a .who-about4b .zimg15 .zimg18 {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: dashed 1px #ffffff;
  width: 3.5rem;
  height: 3.5rem;
  animation: rotatedong2 2s infinite;
}
.who-box4 .who-box4a .who-about4b .zimg15 .zimg18::before {
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 1.75rem 5px rgba(255, 255, 255, 0.1) inset;
}
.who-box4 .who-box4a .who-about4b .zimg15 .zimg19 {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: dashed 1px #ffffff;
  width: 3.5rem;
  height: 3.5rem;
  animation: rotatedong3 2s infinite;
}
.who-box4 .who-box4a .who-about4b .zimg15 .zimg19::before {
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 1.75rem 5px rgba(255, 255, 255, 0.1) inset;
}
.who-box4 .who-box4a .who-about4b .zimg15 .zimg20 {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: dashed 1px #ffffff;
  width: 3.5rem;
  height: 3.5rem;
  animation: rotatedong4 2s infinite;
}
.who-box4 .who-box4a .who-about4b .zimg15 .zimg20::before {
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 1.75rem 5px rgba(255, 255, 255, 0.1) inset;
}
.who-box4 .who-box4a .who-about4b .containerbox4b {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.who-box4 .who-box4a .who-about4b .containerbox4b .tcn5 {
  color: #ffffff;
  line-height: 1.25em;
}
.who-box4 .who-box4a .who-about4b .containerbox4b .tcn6 {
  margin-top: 0.2rem;
  color: #Fff;
  line-height: 1.66666667em;
}
.who-box4 .who-box4a .who-about4b .containerbox4b .textbox {
  position: absolute;
  right: 7vh;
  top: 33vh;
}
@media (max-width: 1260px) {
  .who-box4 .who-box4a .who-about4b .containerbox4b .textbox {
    display: none;
  }
}
.who-box4 .who-box4a .who-about4b .containerbox4b .textbox .tcn7 {
  display: flex;
  align-items: flex-end;
  margin: 0.1rem 0;
}
.who-box4 .who-box4a .who-about4b .containerbox4b .textbox .tcn7 img {
  width: 0.24rem;
  margin-right: 0.1rem;
}
.who-box4 .who-box4a .who-about4b .containerbox4b .textbox .tcn7 span {
  color: #Fff;
}
@keyframes rotatedong {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotatedong2 {
  from {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes rotatedong3 {
  from {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(5);
    border: dashed 1px rgba(255, 255, 255, 0.4);
  }
}
@keyframes rotatedong4 {
  from {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4);
    border: dashed 1px rgba(255, 255, 255, 0.4);
  }
}
.who-box5 {
  background-color: #fff;
  padding: 1.4rem 0 1.6rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.who-box5 .text99 {
  display: flex;
  animation: leftwef5 30s linear infinite;
  position: absolute;
  left: 50%;
  top: 3.7rem;
  transform: translateX(-50%);
  width: 72rem;
}
.who-box5 .text99 span {
  display: block;
  flex-shrink: 0;
  padding-right: 0.8rem;
  color: #f5f5f5;
  width: 8rem;
}
.who-box5 .text99 span img {
  width: 8rem;
}
.who-box5 .container {
  position: relative;
  z-index: 2;
}
.who-box5 .container .cn1 {
  text-align: center;
  color: #333333;
  line-height: 1.33333333em;
}
.who-box5 .container .cn2 {
  text-align: center;
  color: #666666;
  line-height: 1.66666667em;
  margin-top: 0.1rem;
}
.who-box5 .container .box {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
.who-box5 .container .box .left {
  width: 25.71428571%;
}
@media (max-width: 991px) {
  .who-box5 .container .box .left {
    width: 100%;
  }
}
.who-box5 .container .box .left .text-box .cn3 {
  text-align: right;
  display: none;
  color: #bd000c;
}
.who-box5 .container .box .left .text-box .cn3.on {
  display: block;
  animation: picboxleftopacity 0.5s 1;
}
.who-box5 .container .box .left .year-swiper {
  margin-top: 0.6rem;
  position: relative;
  overflow: hidden;
  height: calc(4 * 0.84rem);
}
.who-box5 .container .box .left .year-swiper .swiper-wrapper .swiper-slide {
  height: 0.84rem;
  position: relative;
  cursor: pointer;
}
.who-box5 .container .box .left .year-swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #bd000c;
  transition: all 0.5s;
}
.who-box5 .container .box .left .year-swiper .swiper-wrapper .swiper-slide .cn4 {
  color: #cccccc;
  line-height: 1em;
  padding: 0.3rem 0;
  text-align: right;
}
.who-box5 .container .box .left .year-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  width: 100%;
}
.who-box5 .container .box .left .year-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .cn4 {
  color: #c01414;
}
.who-box5 .container .box .right {
  width: 74.28571429%;
  padding-left: 12.85714286%;
}
@media (max-width: 991px) {
  .who-box5 .container .box .right {
    margin-top: 0.6rem;
    width: 100%;
    padding-left: 0;
  }
}
.who-box5 .container .box .right .pic-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.who-box5 .container .box .right .pic-box .pic-boxleft {
  padding-bottom: 0.9rem;
  width: 60.46511628%;
}
@media (max-width: 991px) {
  .who-box5 .container .box .right .pic-box .pic-boxleft {
    width: 100%;
  }
}
.who-box5 .container .box .right .pic-box .pic-boxleft .pic-boxleft1 {
  display: none;
}
.who-box5 .container .box .right .pic-box .pic-boxleft .pic-boxleft1.on {
  display: block;
  animation: picboxleftopacity 0.5s 1;
}
.who-box5 .container .box .right .pic-box .pic-boxleft .cn5 {
  font-size: 0.84rem;
  color: #c01414;
  line-height: 1em;
}
.who-box5 .container .box .right .pic-box .pic-boxleft .cn6 {
  margin-top: 0.6rem;
  padding-left: 0.2rem;
}
.who-box5 .container .box .right .pic-box .pic-boxleft .cn6 .cn7 {
  padding-right: 0.2rem;
  list-style: disc;
  color: #333333;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.who-box5 .container .box .right .pic-box .pic-boxleft .cn6 .cn7:nth-child(1) {
  margin-top: 0;
}
.who-box5 .container .box .right .pic-box .pic-boxright {
  width: 39.53488372%;
  padding-top: 1.44rem;
}
@media (max-width: 991px) {
  .who-box5 .container .box .right .pic-box .pic-boxright {
    width: 100%;
  }
}
.who-box5 .container .box .right .pic-box .pic-boxright .box5img-swiper {
  position: relative;
  overflow: hidden;
}
.who-box5 .container .box .right .pic-box .pic-boxright .img::before {
  padding-top: 64.70588235%;
}
@keyframes picboxleftopacity {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  /* background:#f6f6f6; */
  white-space: nowrap;
}
.str_wrap.str_active {
  /* background:#f1f1f1; */
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
.who-box6 {
  padding: 1.2rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.who-box6 .cn1 {
  text-align: center;
  color: #333333;
  line-height: 1em;
}
.who-box6 .cn2 {
  color: #666;
  line-height: 1.66666667em;
  text-align: center;
  margin: 0.3rem 0 0.6rem;
}
.who-box6 .str4 a {
  display: inline-flex;
  flex-direction: column;
  padding: 0.35rem 0.4rem;
  background-color: #fff;
  margin-right: 0.2rem;
}
.who-box6 .str4 a .cn3 {
  display: inline-block;
  text-align: center;
}
.who-box6 .str4 a .cn3 img {
  height: 1.7rem;
}
.who-box6 .str4 a .cn4 {
  display: inline-block;
  text-align: center;
  color: #333;
  margin-top: 0.2rem;
  line-height: 1.5em;
  height: 3em;
}
.who-box6 .str5 {
  margin-top: 0.2rem;
}
.who-box6 .str5 a {
  display: inline-flex;
  flex-direction: column;
  padding: 0.35rem 0.5rem;
  background-color: #fff;
  margin-right: 0.2rem;
}
.who-box6 .str5 a .cn3 {
  display: inline-block;
  text-align: center;
}
.who-box6 .str5 a .cn3 img {
  height: 1.7rem;
}
.who-box6 .str5 a .cn4 {
  display: inline-block;
  text-align: center;
  color: #333;
  margin-top: 0.2rem;
  line-height: 1.5em;
  height: 1.5em;
}
.who-box7 {
  padding: 1.2rem 0;
}
.who-box7 .container .cn1 {
  color: #333333;
  line-height: 1.25em;
  text-align: center;
}
.who-box7 .container .cn2 {
  text-align: center;
  color: #666;
  line-height: 1.66666667em;
  margin: 0.3rem 0 0.6rem;
}
.who-box7 .container .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1.7rem;
}
@media (max-width: 1260px) {
  .who-box7 .container .box {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .who-box7 .container .box {
    padding-bottom: 0rem;
  }
}
.who-box7 .container .box .box2 {
  width: 48.57142857%;
  position: relative;
}
@media (max-width: 991px) {
  .who-box7 .container .box .box2 {
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (max-width: 991px) {
  .who-box7 .container .box .box2:nth-child(1) {
    margin-top: 0;
  }
}
.who-box7 .container .box .box2 .img::before {
  padding-top: 63.23529412%;
}
.who-box7 .container .box .box2 .text {
  top: 2.9rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  box-shadow: 0px 1px 62px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.95;
  width: 90%;
  z-index: 2;
  padding: 0.4rem 0.7rem;
}
@media (max-width: 1580px) {
  .who-box7 .container .box .box2 .text {
    padding: 0.4rem;
  }
}
@media (max-width: 991px) {
  .who-box7 .container .box .box2 .text {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    width: 100%;
  }
}
.who-box7 .container .box .box2 .text .cn3 {
  line-height: 1.27777778em;
  color: #333;
}
.who-box7 .container .box .box2 .text .cn4 {
  margin-top: 0.3rem;
  color: #666666;
  line-height: 1.66666667em;
}
.who-box8 {
  position: relative;
  background-color: #f0f0f0;
  padding: 1.4rem 0 1.45rem;
}
@media (max-width: 991px) {
  .who-box8 {
    padding: 1.2rem 0;
  }
}
.who-box8 .bgimg2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.who-box8 .bgimg2 img {
  width: 7.43rem;
  height: 6.4rem;
}
.who-box8 .container {
  position: relative;
  z-index: 2;
}
.who-box8 .container .cn1 {
  line-height: 0.5rem;
  color: #333;
}
.who-box8 .container .box2 {
  margin: 0.6rem 0 0 auto;
  width: 70.71428571%;
}
@media (max-width: 991px) {
  .who-box8 .container .box2 {
    width: 100%;
  }
}
.who-box8 .container .box2 .cn5 {
  position: relative;
}
.who-box8 .container .box2 .cn5 .bgimg {
  position: absolute;
  left: -0.68rem;
  top: -1.07rem;
}
.who-box8 .container .box2 .cn5 .bgimg img {
  width: 1.42rem;
  height: 1.19rem;
}
.who-box8 .container .box2 .cn5 p {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .who-box8 .container .box2 .cn5 p {
    font-size: 0.28rem;
  }
}
.who-box8 .container .box2 .cn4 {
  padding-left: 1.43rem;
  position: relative;
  margin-top: 0.4rem;
  display: flex;
}
.who-box8 .container .box2 .cn4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.08rem;
  height: 1px;
  background-color: #333;
}
.who-box8 .container .box2 .cn3 {
  position: relative;
}
.who-box8 .container .box2 .cn3 img {
  height: 0.94rem;
}
.who-box8 .container .box2 .cn3 span {
  text-align: center;
  display: block;
}
.why-box1 {
  width: 100%;
  height: 160vh;
  position: relative;
}
.why-box1 .why-box1a {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.why-box1 .why-box1a .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.why-box1 .why-box1a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-box1 .why-box1a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.why-box1 .why-box1a .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .why-box1 .why-box1a .img2 img.pcpic1 {
    display: none;
  }
}
.why-box1 .why-box1a .img2 img.mbpic1 {
  display: none;
}
@media (max-width: 991px) {
  .why-box1 .why-box1a .img2 img.mbpic1 {
    display: block;
  }
}
.why-box1 .why-box1a .img3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.why-box1 .why-box1a .img3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-box1 .why-box1a .text1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5.7rem;
  font-size: 1.2rem;
  line-height: 1em;
  z-index: 3;
  color: #Fff;
  -webkit-text-stroke: 1px #c01414;
  -webkit-text-fill-color: white;
}
@media (max-width: 1260px) {
  .why-box1 .why-box1a .text1 {
    display: none;
  }
}
.why-box1 .why-box1a .text2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5rem;
  font-size: 1.2rem;
  line-height: 1em;
  z-index: 3;
  color: #Fff;
  -webkit-text-stroke: 1px #c01414;
  -webkit-text-fill-color: white;
}
@media (max-width: 1260px) {
  .why-box1 .why-box1a .text2 {
    display: none;
  }
}
.why-box1 .why-box1a .text4 {
  width: 43% ;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
  color: #999999;
  line-height: 1.5em;
  text-align: center;
}
@media (max-width: 1260px) {
  .why-box1 .why-box1a .text4 {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .why-box1 .why-box1a .text4 {
    top: initial;
    bottom: 20%;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
}
.why-box1 .why-box1a .huadong {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.7rem;
  z-index: 5;
}
.why-box1 .why-box1a .huadong .img4 {
  text-align: center;
}
.why-box1 .why-box1a .huadong .text3 {
  margin-top: 0.1 rem;
  color: #999999;
}
.why-box1 .why-box1a .why-box1b {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 1.4rem;
  opacity: 0;
}
@media (max-width: 991px) {
  .why-box1 .why-box1a .why-box1b {
    padding-bottom: 1.8rem;
  }
}
.why-box1 .why-box1a .why-box1b .container .cn1 {
  text-align: center;
  color: #fff;
  line-height: 1em;
}
.why-box1 .why-box1a .why-box1b .container .cn2 {
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  margin: 0.2rem 0 0.5rem;
}
.why-box1 .why-box1a .why-box1b .container .box .x-index1 {
  padding-top: 0;
}
.why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con {
  position: relative;
}
.why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .x-xia {
  margin-top: 0;
}
.why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .x-xia ul {
  height: 5.8rem;
}
@media (max-width: 991px) {
  .why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .x-xia ul {
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    height: 50vh;
    display: block;
    background-color: #f4f6f8;
    overflow-y: hidden;
  }
  .why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .x-xia ul::-webkit-scrollbar {
    height: 5px;
  }
}
@media (max-width: 991px) {
  .why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .x-xia ul li {
    display: inline-block;
    margin-bottom: 0;
  }
}
.why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .x-xia ul li.on {
  width: 40%;
}
.why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .x-xia ul li a {
  padding: 0.7rem 0.1rem 0 0.1rem;
}
.why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .x-xia ul li a .x-p {
  padding: 0 0.7rem;
}
@media (max-width: 991px) {
  .why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .x-xia ul li a .x-p {
    white-space: pre-wrap;
  }
}
.why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .x-xia ul li a .x-bj {
  width: 4.8rem;
  bottom: -18%;
  height: 4.8rem;
}
.why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .mbzhiying {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  bottom: -1rem;
  color: #fff;
  display: none;
}
@media (max-width: 991px) {
  .why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .mbzhiying {
    display: flex;
  }
}
.why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .mbzhiying svg {
  width: 0.6rem;
  height: 0.6rem;
}
.why-box1 .why-box1a .why-box1b .container .box .x-index1 .x-con .mbzhiying svg path {
  fill: #Fff;
  opacity: 1;
}
.why-box2 {
  background-color: #fff;
  padding-top: 1.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .why-box2 {
    padding: 1.2rem 0;
  }
}
.why-box2 .cn1 {
  text-align: center;
  color: #333333;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .why-box2 .cn1 {
    margin-bottom: 0.4rem;
  }
}
.why-box2 .img {
  text-align: center;
  position: relative;
}
.why-box2 .img .bgimg {
  width: 100%;
}
@media (max-width: 767px) {
  .why-box2 .img .bgimg {
    display: none;
  }
}
.why-box2 .box1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.4rem;
}
@media (max-width: 767px) {
  .why-box2 .box1 {
    left: 0;
    position: relative;
    top: 0;
    transform: initial;
  }
}
.why-box2 .box1 .img2 {
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 10px 36px 0px rgba(35, 12, 3, 0.14);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-box2 .box1 .img2 img {
  height: 1.2rem;
}
.why-box2 .box2 {
  position: absolute;
  left: 12.53263708%;
  top: 23%;
}
@media (max-width: 991px) {
  .why-box2 .box2 {
    top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .why-box2 .box2 {
    margin-top: 0.4rem;
    position: relative;
    left: 0 !important;
    top: 0;
  }
}
.why-box2 .box2.box3 {
  left: 71.48825065%;
}
.why-box2 .box2 .img2 {
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 10px 36px 0px rgba(35, 12, 3, 0.14);
  width: 1.72rem;
  height: 1.72rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .why-box2 .box2 .img2 {
    width: 2rem;
    height: 2rem;
  }
}
.why-box2 .box2 .img2 .img3 {
  display: flex;
}
.why-box2 .box2 .img2 .img3 .num {
  font-size: 0.66rem;
  color: #bd000c;
  line-height: 0.6969697em;
  letter-spacing: -4px;
  font-family: 'shu', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.why-box2 .box2 .img2 .img3 .num2 {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .why-box2 .box2 .img2 .img3 .num2 {
    margin-left: 0.1rem;
  }
}
.why-box2 .box2 .img2 .img3 .num2 .num3 {
  margin-left: 0.05rem;
  display: block;
  position: relative;
  width: 0.19rem;
  height: 0.19rem;
}
@media (max-width: 767px) {
  .why-box2 .box2 .img2 .img3 .num2 .num3 {
    margin-left: 0.1rem;
  }
}
.why-box2 .box2 .img2 .img3 .num2 .num3::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.05rem;
  background-color: #bd000c;
}
.why-box2 .box2 .img2 .img3 .num2 .num3::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.05rem;
  height: 100%;
  background-color: #bd000c;
}
.why-box2 .box2 .img2 .img3 .num2 em {
  font-style: normal;
  color: #bd000c;
  line-height: 1em;
}
.why-box2 .tcn2 {
  text-align: center;
  color: #333333;
  line-height: 1.5em;
  margin: 0.2rem 0 0.1rem;
}
.why-box2 .tcn3 {
  width: 3.2rem;
  text-align: center;
  color: #666666;
  line-height: 1.5em;
}
@media (max-width: 1260px) {
  .why-box2 .tcn3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .why-box2 .tcn3 {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.why-box3 {
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.why-box3 .container {
  display: flex;
  flex-wrap: wrap;
  padding: 1.2rem 0 1rem;
}
.why-box3 .container .left {
  width: 50%;
}
@media (max-width: 767px) {
  .why-box3 .container .left {
    width: 100%;
  }
}
.why-box3 .container .left .cn1 {
  color: #333333;
  line-height: 1em;
}
.why-box3 .container .left .cn2 {
  margin-top: 0.9rem;
}
.why-box3 .container .left .cn2 .cn3 {
  display: none;
}
.why-box3 .container .left .cn2 .cn3.on {
  display: block;
  animation: whybox3 0.8s 1 linear;
}
.why-box3 .container .left .cn2 .cn3 .cn4 {
  display: flex;
  align-items: center;
}
.why-box3 .container .left .cn2 .cn3 .cn4 .cn5 {
  color: #333;
  font-family: 'shu', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.why-box3 .container .left .cn2 .cn3 .cn4 .cn6 {
  color: #333;
}
.why-box3 .container .left .cn2 .cn3 .cn7 {
  width: 74.28571429%;
  line-height: 1.66666667em;
  height: 11.66666667em;
}
@media (max-width: 767px) {
  .why-box3 .container .left .cn2 .cn3 .cn7 {
    width: 100%;
  }
}
.why-box3 .container .left .whybox3a {
  position: relative;
  overflow: hidden;
  margin-top: 0.6rem;
}
.why-box3 .container .left .whybox3a .swiper-slide {
  height: 0.4rem;
  padding-left: 0.1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .why-box3 .container .left .whybox3a .swiper-slide {
    padding-left: 0.3rem;
    height: 0.8rem;
  }
}
.why-box3 .container .left .whybox3a .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #ddd;
}
.why-box3 .container .left .whybox3a .swiper-slide .cn8 {
  display: flex;
}
.why-box3 .container .left .whybox3a .swiper-slide .cn8 .cn9 {
  font-family: 'shu', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #999999;
}
@media (max-width: 991px) {
  .why-box3 .container .left .whybox3a .swiper-slide .cn8 .cn9 {
    font-size: 0.4rem;
  }
}
.why-box3 .container .left .whybox3a .swiper-slide .cn8 .cn10 {
  color: #999999;
}
@media (max-width: 991px) {
  .why-box3 .container .left .whybox3a .swiper-slide .cn8 .cn10 {
    font-size: 0.4rem;
    margin-left: 0.1rem;
  }
}
.why-box3 .container .left .whybox3a .swiper-slide.swiper-slide-thumb-active::before {
  background-color: #bd000c;
}
.why-box3 .container .left .whybox3a .swiper-slide.swiper-slide-thumb-active .cn8 .cn9 {
  color: #bd000c;
}
.why-box3 .container .left .whybox3a .swiper-slide.swiper-slide-thumb-active .cn8 .cn10 {
  color: #bd000c;
}
.why-box3 .container .right {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .why-box3 .container .right {
    margin-top: 0.6rem;
    position: relative;
    width: 100%;
  }
}
.why-box3 .container .right .whybox3b {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.why-box3 .container .right .whybox3b .swiper-slide {
  background-color: #f7f7f7;
}
.why-box3 .container .right .whybox3b .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.why-box3 .container .right .whybox3b .swiper-slide .img::before {
  padding-top: 81.25%;
}
@keyframes whybox3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.why-box4 {
  padding: 1.2rem 0;
}
.why-box4 .container {
  position: relative;
}
.why-box4 .container .cn1 {
  text-align: center;
  margin-bottom: 0.4rem;
  color: #333333;
  line-height: 1.5em;
}
.why-box4 .container .box1 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.why-box4 .container .box1 .box2 {
  position: relative;
  width: 44.35714286%;
}
@media (max-width: 767px) {
  .why-box4 .container .box1 .box2 {
    width: 100%;
  }
}
.why-box4 .container .box1 .box2 .bgimg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.why-box4 .container .box1 .box2 .bgimg img {
  width: 100%;
  height: 100%;
}
.why-box4 .container .box1 .box2 .line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.why-box4 .container .box1 .box2 .line .line2 {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76.4%;
  height: 76.4%;
  border: 1px solid #ebebeb;
  display: block;
}
.why-box4 .container .box1 .box2 .img2 {
  width: 76.4%;
  height: 76.4%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.why-box4 .container .box1 .box2 .img2 img {
  width: 100%;
}
.why-box4 .container .box1 .box2 .img1 {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57.6%;
  height: 57.6%;
  border: 1px solid #ebebeb;
  display: block;
  overflow: hidden;
}
.why-box4 .container .box1 .box2 .img1 img {
  width: 100%;
}
@media (max-width: 767px) {
  .why-box4 .container .box1 .box3 {
    width: 100%;
  }
}
.why-box4 .container .box1 .box3 .box4 {
  position: absolute;
  top: 6%;
  left: 37.92857143%;
  z-index: 5;
}
@media (max-width: 991px) {
  .why-box4 .container .box1 .box3 .box4 {
    top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .why-box4 .container .box1 .box3 .box4 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: initial !important;
    margin-top: 0.3rem;
  }
}
.why-box4 .container .box1 .box3 .box4.box5 {
  top: 50%;
  transform: translateY(-50%);
  left: 43.64285714%;
}
@media (max-width: 991px) {
  .why-box4 .container .box1 .box3 .box4.box5 {
    top: 50%;
    transform: translateY(-50%);
  }
}
.why-box4 .container .box1 .box3 .box4.box5 .cn3 {
  padding-left: 0.96rem;
}
.why-box4 .container .box1 .box3 .box4.box5 .cn6 {
  padding-left: 1.7rem;
}
.why-box4 .container .box1 .box3 .box4.box6 {
  top: 72%;
}
@media (max-width: 991px) {
  .why-box4 .container .box1 .box3 .box4.box6 {
    top: initial;
    bottom: 0.5rem;
  }
}
.why-box4 .container .box1 .box3 .box4 .cn3 {
  padding-left: 2.57rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .why-box4 .container .box1 .box3 .box4 .cn3 {
    padding-left: 0 !important;
  }
}
.why-box4 .container .box1 .box3 .box4 .cn3 .cn4 img {
  width: 0.53rem;
  transition: all 0.4s;
}
.why-box4 .container .box1 .box3 .box4 .cn3 .cn5 {
  margin-left: 0.2rem;
  color: #333333;
  line-height: 1.5em;
  transition: all 0.4s;
}
.why-box4 .container .box1 .box3 .box4 .line3 {
  margin: 0.1rem 0 0.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .why-box4 .container .box1 .box3 .box4 .line3 {
    display: none;
  }
}
.why-box4 .container .box1 .box3 .box4 .line3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #ddd, #fff);
}
.why-box4 .container .box1 .box3 .box4 .line3 span {
  position: relative;
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  background-color: #bd000c;
  border-radius: 50%;
  transition: all 0.4s;
}
.why-box4 .container .box1 .box3 .box4 .cn6 {
  padding-left: 3.3rem;
  color: #666666;
  line-height: 1.5em;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .why-box4 .container .box1 .box3 .box4 .cn6 {
    display: none;
  }
}
@media (max-width: 767px) {
  .why-box4 .container .box1 .box3 .box4 .cn6 {
    display: block;
    padding-left: 0.73rem !important;
  }
}
.why-box4 .container .box1 .box3 .box4:hover .cn3 .cn4 img {
  transform: scale(1.1);
}
.why-box4 .container .box1 .box3 .box4:hover .cn3 .cn5 {
  transform: scale(1.05);
  color: #bd000c;
}
.why-box4 .container .box1 .box3 .box4:hover .cn6 {
  transform: scale(1.05);
  color: #bd000c;
}
.why-box4 .container .box1 .box3 .box4:hover .line3 span {
  transform: scale(1.1);
}
@keyframes rotateAnimation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
    /* 初始角度为0度 */
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
    /* 最终角度为360度，完整旋转一圈 */
  }
}
@keyframes rotateAnimation2 {
  from {
    transform: translate(-50%, -50%) rotate(120deg);
    /* 初始角度为0度 */
  }
  to {
    transform: translate(-50%, -50%) rotate(480deg);
    /* 最终角度为360度，完整旋转一圈 */
  }
}
@keyframes rotateAnimation3 {
  from {
    transform: translate(-50%, -50%) rotate(240deg);
    /* 初始角度为0度 */
  }
  to {
    transform: translate(-50%, -50%) rotate(600deg);
    /* 最终角度为360度，完整旋转一圈 */
  }
}
.why-box5 {
  padding: 1.2rem 0 1rem;
  background-color: #08203e;
  position: relative;
}
@media (max-width: 767px) {
  .why-box5 {
    padding: 1.2rem 0;
  }
}
.why-box5 #particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.why-box5 .container {
  position: relative;
  z-index: 2;
}
.why-box5 .container .cn1 {
  text-align: center;
  color: #ffffff;
  line-height: 1.5em;
}
.why-box5 .container .cn2 {
  text-align: center;
  color: #ffffff;
  line-height: 1.5em;
  margin: 0.2rem 0 0.4rem;
}
.why-box5 .container .cn3 img {
  width: 100%;
}
.why-box6 {
  padding: 1.2rem 0;
  background-color: #Fff;
}
.why-box6 .cn1 {
  color: #333333;
  text-align: center;
  line-height: 1.5em;
  max-width: 85%;
  margin: 0 auto 0.5rem;
}
.why-box6 .container {
  position: relative;
}
.why-box6 .container .box6aprev {
  position: absolute;
  left: -0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.59rem;
  height: 0.59rem;
  background-color: #fff;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 1260px) {
  .why-box6 .container .box6aprev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .why-box6 .container .box6aprev {
    display: none;
  }
}
.why-box6 .container .box6aprev svg {
  width: 0.13rem;
  height: 0.21rem;
}
.why-box6 .container .box6aprev svg path {
  fill: #2d2d2d;
  opacity: 1;
}
.why-box6 .container .box6aprev:hover svg path {
  fill: #bd000c;
}
.why-box6 .container .box6anext {
  position: absolute;
  right: -0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.59rem;
  height: 0.59rem;
  background-color: #fff;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 1260px) {
  .why-box6 .container .box6anext {
    right: 0;
  }
}
@media (max-width: 767px) {
  .why-box6 .container .box6anext {
    display: none;
  }
}
.why-box6 .container .box6anext svg {
  transform: rotate(180deg);
  width: 0.13rem;
  height: 0.21rem;
}
.why-box6 .container .box6anext svg path {
  fill: #2d2d2d;
  opacity: 1;
}
.why-box6 .container .box6anext:hover svg path {
  fill: #bd000c;
}
.why-box6 .container .why-box6a {
  padding-bottom: 0.55rem;
  position: relative;
  overflow: hidden;
}
.why-box6 .container .why-box6a .whybox6page {
  text-align: center;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.why-box6 .container .why-box6a .whybox6page .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: #dddddd;
  border-radius: 0;
  margin: 0 10px;
  opacity: 1;
}
.why-box6 .container .why-box6a .whybox6page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: #bd000c;
}
.why-box6 .container .why-box6a .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.why-box6 .container .why-box6a .swiper-slide .img {
  width: 40%;
  height: 3.6rem;
}
.why-box6 .container .why-box6a .swiper-slide .img::before {
  padding-top: 64.28571429%;
}
@media (max-width: 767px) {
  .why-box6 .container .why-box6a .swiper-slide .img {
    width: 100%;
  }
}
.why-box6 .container .why-box6a .swiper-slide .text {
  width: 60%;
  position: relative;
}
@media (max-width: 767px) {
  .why-box6 .container .why-box6a .swiper-slide .text {
    width: 100%;
  }
}
.why-box6 .container .why-box6a .swiper-slide .text .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.why-box6 .container .why-box6a .swiper-slide .text .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-box6 .container .why-box6a .swiper-slide .text .text2 {
  width: 109.5%;
  padding: 0.7rem 1.1rem 0.7rem 1.3rem;
  position: relative;
  left: -9.5%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border: solid 1px rgba(213, 219, 226, 0.6);
}
@media (max-width: 991px) {
  .why-box6 .container .why-box6a .swiper-slide .text .text2 {
    padding: 0.5rem 0.7rem;
  }
}
@media (max-width: 767px) {
  .why-box6 .container .why-box6a .swiper-slide .text .text2 {
    width: calc(100% - 1px);
    left: 0;
    padding: 0.3rem;
  }
}
.why-box6 .container .why-box6a .swiper-slide .text .icon1 {
  position: absolute;
  left: 1.05rem;
  top: 0.3rem;
}
.why-box6 .container .why-box6a .swiper-slide .text .icon1 img {
  width: 0.6rem;
  height: 0.6rem;
}
.why-box6 .container .why-box6a .swiper-slide .text .icon2 {
  position: absolute;
  right: 0.51rem;
  bottom: 0.57rem;
}
.why-box6 .container .why-box6a .swiper-slide .text .icon2 img {
  width: 0.6rem;
  height: 0.6rem;
  transform: scale(-1);
}
.why-box6 .container .why-box6a .swiper-slide .text .cn2 {
  position: relative;
  z-index: 2;
  line-height: 1.5em;
  height: 9em;
  color: #333;
}
.why-box6 .container .why-box6a .swiper-slide .text .cn3 {
  position: relative;
  z-index: 2;
  margin-top: 0.6rem;
  text-align: right;
  color: #bd000c;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.why-box6 .container .why-box6a .swiper-slide .text .cn3 span {
  display: block;
  margin-right: 0.1rem;
  width: 0.57rem;
  height: 1px;
  background-color: #bd000c;
}
.search-box .search-title {
  margin-top: 0.8rem;
}
.search-box .search-title .container .cn1 {
  position: relative;
  width: 71.42857143%;
}
@media (max-width: 991px) {
  .search-box .search-title .container .cn1 {
    width: 100%;
  }
}
.search-box .search-title .container .cn1 input {
  width: 100%;
  line-height: 0.7rem;
  border: 1px solid #e1e1e1;
  padding: 0 2.3rem 0 0.3rem;
  color: #3a3a3a;
}
.search-box .search-title .container .cn1 input::placeholder {
  color: #3a3a3a;
}
.search-box .search-title .container .cn1 button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #bd000c;
  color: #fff;
  text-align: center;
  width: 2rem;
  height: 100%;
}
.search-box .search-title .container .cn2 {
  margin-top: 0.35rem;
  color: #a3a3a3;
}
.search-box .search-title2 {
  margin-top: 0.5rem;
}
.search-box .search-title2 .container {
  padding: 0.3rem 0;
  border-bottom: 2px solid #ebebeb;
  white-space: nowrap;
  overflow-x: auto;
}
.search-box .search-title2 .container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.search-box .search-title2 .container a {
  margin-right: 1rem;
  color: #3a3a3a;
  transition: all 0.4s;
}
.search-box .search-title2 .container a:hover {
  color: #bd000c;
}
.search-box .search-title2 .container a.on {
  color: #bd000c;
}
.search-box .search-list {
  padding-bottom: 1.6rem;
  padding-top: 0.5rem;
}
.search-box .search-list .container .bigbox {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.4rem;
}
.search-box .search-list .container .box {
  padding-bottom: 0.4rem;
}
.search-box .search-list .container .box .cn1 {
  display: block;
  color: #3a3a3a;
  line-height: 1.5em;
  transition: all 0.4s;
}
.search-box .search-list .container .box .cn1:hover {
  color: #bd000c;
}
.search-box .search-list .container .box .cn2 {
  margin-top: 0.1rem;
  color: #a3a3a3;
  line-height: 1.5em;
  transition: all 0.4s;
  display: -webkit-box;
}
.search-box .search-list .container .box .cn2:hover {
  color: #bd000c;
}
.search-box .search-list .container .box .cn3 {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-box .search-list .container .box .cn3 span {
  color: #717171;
  margin: 0 0.1rem;
}
.search-box .search-list .container .box .cn3 span:nth-child(1) {
  margin-left: 0;
}
.search-box .search-list .container .box .cn3 a {
  color: #717171;
  transition: all 0.4s;
}
.search-box .search-list .container .box .cn3 a:hover {
  color: #bd000c;
}
.search-box .search-list .container .midbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.4rem;
}
.search-box .search-list .container .midbox .img {
  width: 9.14285714%;
}
@media (max-width: 1260px) {
  .search-box .search-list .container .midbox .img {
    width: 14.28571429%;
  }
}
@media (max-width: 767px) {
  .search-box .search-list .container .midbox .img {
    width: 28.57142857%;
  }
}
.search-box .search-list .container .midbox .img::before {
  padding-top: 78.125%;
}
.search-box .search-list .container .midbox .img:hover img {
  transform: scale(1.1);
}
.search-box .search-list .container .midbox .box {
  padding-bottom: 0;
  width: 89.42857143%;
}
@media (max-width: 1260px) {
  .search-box .search-list .container .midbox .box {
    width: 82.14285714%;
  }
}
@media (max-width: 767px) {
  .search-box .search-list .container .midbox .box {
    width: 70%;
  }
}
#hi-video-pop .hi-close {
  top: 94%;
}
