@charset "utf-8";
.cls-1 {
  opacity: 1 !important;
  filter: initial !important;
}
.textflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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;
}
.font50 {
  font-size: 0.5rem;
}
.font44 {
  font-size: 0.44rem;
}
.font40 {
  font-size: 0.4rem;
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 767px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
.font28 {
  font-size: 0.28rem;
}
.font26 {
  font-size: 0.26rem;
}
@media (max-width: 767px) {
  .font26 {
    font-size: 0.32rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.32rem;
  }
}
.font22 {
  font-size: 0.22rem;
}
@media (max-width: 991px) {
  .font22 {
    font-size: 0.32rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 991px) {
  .font20 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 0.18rem;
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.26rem;
  }
}
.font16 {
  font-size: 0.16rem;
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.26rem;
  }
}
.font14 {
  font-size: 0.14rem;
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.24rem;
  }
}
.font-b {
  font-weight: bold;
}
.z-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.z-banner .img {
  width: 100%;
  height: 100%;
}
.z-banner .img .pc-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .z-banner .img .pc-img {
    display: none;
  }
}
.z-banner .img .mb-img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .z-banner .img .mb-img {
    display: block;
    min-height: 5rem;
  }
}
.z-banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.z-banner .container .box {
  width: 1.9rem;
  line-height: 1.9rem;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background-color: #e71828;
  position: relative;
  margin-right: 0.5rem;
}
.z-banner .container .box .text {
  z-index: 2;
  line-height: 0.3rem;
  height: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z-banner .container .box .arrow {
  position: absolute;
  left: 50%;
  line-height: 1em;
  transform: translateX(-50%);
  top: 60%;
}
.z-banner .container .box .arrow span {
  display: block;
}
.z-banner .container .box .arrow span svg {
  width: 0.17rem;
  height: 0.1rem;
}
.z-banner .container .box .arrow span svg path {
  fill: #333;
}
.z-banner .container .box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/news-img9.png);
  width: 2.3rem;
  height: 2.3rem;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  animation: banner-move 3s infinite;
  -webkit-animation: banner-move 3s infinite;
  z-index: -1;
}
@media (max-width: 991px) {
  .z-banner .container .text-box {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.z-banner .container .text-box .cn1 {
  color: #ffffff;
  font-weight: bold;
}
.z-banner .container .text-box .cn2 {
  margin-top: 0.05rem;
  color: #ffffff;
  line-height: 1.4em;
}
.z-banner .container .box .arrow span {
  animation-timing-function: linear;
  opacity: 0;
}
.z-banner .container .box .arrow span svg path {
  fill: #Fff !important;
}
.z-banner .container .box .arrow span:nth-child(1) {
  animation: mymove 2s infinite;
  animation-delay: 0;
}
.z-banner .container .box .arrow span:nth-child(2) {
  animation: mymove 2s infinite;
  animation-delay: 0.3s;
  margin-top: -0.05rem;
}
.z-banner .container .box .arrow span:nth-child(3) {
  animation: mymove 2s infinite;
  animation-delay: 0.6s;
  margin-top: -0.05rem;
}
@keyframes mymove {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes banner-move {
  from {
    width: 1.9rem;
    height: 1.9rem;
  }
  to {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.z-nav {
  height: 0.75rem;
  margin-top: 1rem;
  background-color: #fff;
}
@media (max-width: 991px) {
  .z-nav {
    height: 0.75rem;
  }
}
@media (max-width: 767px) {
  .z-nav {
    height: 1.5rem;
  }
}
.z-nav .container {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  line-height: 0.75rem;
  flex-wrap: wrap;
}
.z-nav .container .left .font16 {
  color: #999999;
}
.z-nav .container .left .font16:hover {
  color: #666666;
}
.z-nav .container .left span i {
  margin: 0 0.1rem;
  color: #999;
  font-size: 0.1rem;
}
.z-nav .container .left span svg {
  margin: 0 0.1rem;
}
.z-nav .container .left span svg path {
  fill: #999;
}
@media (max-width: 767px) {
  .z-nav .container .right {
    width: 100%;
    text-align: center;
  }
}
.z-nav .container .right .font16 {
  color: #333333;
  margin-left: 0.7rem;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .z-nav .container .right .font16 {
    margin-left: 0.2rem;
  }
}
.z-nav .container .right .font16.default {
  color: #e71828;
}
.z-nav .container .right .font16.default::before {
  content: "";
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  border: 0.02rem solid #e71828;
  left: 50%;
  transform: translate(-50%);
  bottom: -0.05rem;
  z-index: 2;
}
.about-box1z {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-box1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2rem 0 0;
  height: 100vh;
}
.about-box1 .container {
  max-width: 1400px;
}
.about-box1 .container .bigtitle {
  text-align: center;
  color: #fff;
  margin-bottom: 0.6rem;
}
.about-box1 .container .mbox {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about-box1 .container .mbox {
    justify-content: space-between;
  }
}
.about-box1 .container .mbox .sbox {
  margin-right: 0.2rem;
  position: relative;
  overflow: hidden;
  width: calc((100% - 0.6rem) / 4);
}
@media (max-width: 991px) {
  .about-box1 .container .mbox .sbox {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.about-box1 .container .mbox .sbox:nth-child(4) {
  margin-right: 0;
}
.about-box1 .container .mbox .sbox .img::before {
  padding-top: 192.53%;
}
@media (max-width: 991px) {
  .about-box1 .container .mbox .sbox .img::before {
    padding-top: 140%;
  }
}
.about-box1 .container .mbox .sbox .img img {
  width: 100%;
}
.about-box1 .container .mbox .sbox:hover .img img {
  transform: scale(1.05);
}
.about-box1 .container .mbox .sbox ul {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 0.3rem 0.6rem;
  height: 2.22rem;
  transition: all 0.5s;
}
.about-box1 .container .mbox .sbox ul::before {
  content: "";
  width: 100%;
  height: 0%;
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .about-box1 .container .mbox .sbox ul {
    padding: 0.6rem;
  }
}
@media (max-width: 991px) {
  .about-box1 .container .mbox .sbox ul {
    padding: 0.2rem;
  }
}
.about-box1 .container .mbox .sbox ul .img2 {
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}
.about-box1 .container .mbox .sbox ul .img2 img {
  max-height: 0.5rem;
}
.about-box1 .container .mbox .sbox ul .title {
  text-align: center;
  font-weight: bold;
  color: #333;
  margin: 0.2rem 0;
}
.about-box1 .container .mbox .sbox ul .title2 {
  text-align: center;
  line-height: 1.5em;
  color: #666;
}
@media (max-width: 991px) {
  .about-box1 .container .mbox .sbox ul .title2 {
    display: none;
  }
}
.about-box1 .container .mbox .sbox ul .link {
  margin-top: 0.5rem;
  display: none;
  opacity: 0;
  transition: all 0.5s;
  align-items: center;
  justify-content: center;
  color: #e71828;
}
@media (max-width: 991px) {
  .about-box1 .container .mbox .sbox ul .link {
    display: flex;
    opacity: 1;
    margin-top: 0;
  }
}
.about-box1 .container .mbox .sbox ul .link img {
  margin-left: 0.1rem;
}
.about-box1 .container .mbox .sbox ul.default {
  height: 2.96rem;
}
.about-box1 .container .mbox .sbox ul.default .link {
  display: flex;
  opacity: 1;
}
.about-box1 .container .mbox .sbox ul.default::before {
  height: 100%;
}
.about-box2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2rem 0 0;
  height: 100vh;
}
@media (max-width: 991px) {
  .about-box2 {
    padding: 1.2rem 0 0.6rem;
    height: initial;
  }
}
.about-box2 .container {
  max-width: 1400px;
}
.about-box2 .container .title {
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.2rem;
}
.about-box2 .container .mbox {
  display: flex;
}
@media (max-width: 991px) {
  .about-box2 .container .mbox {
    flex-wrap: wrap;
  }
}
.about-box2 .container .mbox.mbox2 {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .about-box2 .container .mbox.mbox2 {
    flex-direction: row;
  }
}
.about-box2 .container .mbox .left {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .about-box2 .container .mbox .left {
    width: 100%;
    padding: 0.5rem;
  }
}
.about-box2 .container .mbox .left .cn2 {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0.4rem;
  position: relative;
}
.about-box2 .container .mbox .left .cn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0.21rem;
  height: 0.03rem;
  background-color: #ffffff;
  border-radius: 0.02rem;
}
.about-box2 .container .mbox .left .cn3 {
  color: #fff;
  line-height: 2em;
  height: 10em;
}
.about-box2 .container .mbox .right {
  width: 50%;
}
@media (max-width: 991px) {
  .about-box2 .container .mbox .right {
    width: 100%;
  }
}
.about-box2 .container .mbox .right .img::before {
  padding-top: 50%;
}
.about-box3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2rem 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-box3 .title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.6rem;
}
.about-box3 .mbox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about-box3 .mbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.22rem;
  height: 100%;
  background-image: url(../images/about-img7.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
@media (max-width: 991px) {
  .about-box3 .mbox::before {
    display: none;
  }
}
.about-box3 .mbox::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3.22rem;
  height: 100%;
  background-image: url(../images/about-img7.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .about-box3 .mbox::after {
    display: none;
  }
}
.about-box3 .mbox .about-box3a {
  margin-bottom: 0.3rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1.1rem;
}
.about-box3 .mbox .about-box3a .swiper-slide {
  margin: 0 0.15rem;
  width: 2.56rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-box3 .mbox .about-box3a .swiper-slide {
    width: 3.2rem;
  }
}
.about-box3 .mbox .about-box3a .swiper-slide .img::before {
  padding-top: 42.96%;
}
.about-box3 .mbox .about-box3b {
  margin-bottom: 0.3rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1.1rem;
}
.about-box3 .mbox .about-box3b .swiper-wrapper {
  position: absolute !important;
  right: 0;
  top: 0;
}
.about-box3 .mbox .about-box3b .swiper-slide {
  margin: 0 0.15rem;
  width: 2.56rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-box3 .mbox .about-box3b .swiper-slide {
    width: 3.2rem;
  }
}
.about-box3 .mbox .about-box3b .swiper-slide .img::before {
  padding-top: 42.96%;
}
.about-box3 .mbox .about-box3d {
  margin-bottom: 0.3rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1.1rem;
}
.about-box3 .mbox .about-box3d .swiper-wrapper {
  position: absolute !important;
  right: 0;
  top: 0;
}
.about-box3 .mbox .about-box3d .swiper-slide {
  margin: 0 0.15rem;
  width: 2.56rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-box3 .mbox .about-box3d .swiper-slide {
    width: 3.2rem;
  }
}
.about-box3 .mbox .about-box3d .swiper-slide .img::before {
  padding-top: 42.96%;
}
.com-box1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1rem;
  height: calc(100% - 1.75rem);
}
@media (max-width: 991px) {
  .com-box1 {
    height: calc(100% - 1.75rem);
  }
}
@media (max-width: 767px) {
  .com-box1 {
    height: calc(100% - 2.5rem);
  }
}
.com-box1 .container {
  max-width: 1400px;
}
.com-box1 .container .cn1 {
  color: #333333;
}
.com-box1 .container .cn2 {
  margin-top: 0.3rem;
  width: 8.35rem;
  color: #666666;
  line-height: 1.7em;
  height: 17em;
}
@media (max-width: 991px) {
  .com-box1 .container .cn2 {
    width: 100%;
    height: 11.9em;
  }
}
.com-box1 .container .cn3 {
  margin-top: 0.2rem;
}
.com-box1 .container .cn3 .cn4 {
  width: 4.25rem;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.com-box1 .container .cn3 .cn4 .cn6 .cn7 {
  color: #caa881;
  font-style: italic;
}
.com-box1 .container .cn3 .cn4 .cn6 .cn8 {
  color: #caa881;
}
.com-box2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2.2rem;
  height: 100%;
}
.com-box2 .container {
  max-width: 1400px;
}
.com-box2 .container .cn1 {
  color: #333333;
}
.com-box2 .container .com-box2a {
  margin-top: 1.2rem;
  overflow: hidden;
  position: relative;
}
.com-box2 .container .com-box2a .companyleft {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  cursor: pointer;
  top: 1.05rem;
  transform: rotate(180deg);
  z-index: 2;
}
.com-box2 .container .com-box2a .companyright {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 1.05rem;
  z-index: 2;
}
.com-box2 .container .com-box2a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.31rem;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.com-box2 .container .com-box2a .swiper-slide {
  padding: 0 0.7rem;
}
.com-box2 .container .com-box2a .swiper-slide .year {
  position: relative;
  padding-left: 0.4rem;
}
.com-box2 .container .com-box2a .swiper-slide .year .cn2 {
  position: relative;
  height: 1.38rem;
  line-height: 1.38rem;
  border-left: 0.02rem solid #ccc;
  display: flex;
  align-items: baseline;
  padding-left: 0.2rem;
}
.com-box2 .container .com-box2a .swiper-slide .year .cn2::before {
  content: "";
  position: absolute;
  left: -0.08rem;
  top: 0;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #caa881;
  border-radius: 50%;
}
.com-box2 .container .com-box2a .swiper-slide .year .cn2::after {
  content: "";
  position: absolute;
  left: -0.08rem;
  bottom: 0;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #caa881;
  border-radius: 50%;
}
.com-box2 .container .com-box2a .swiper-slide .year .cn2 em {
  display: block;
  content: "";
  position: absolute;
  left: -0.21rem;
  bottom: -0.13rem;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
}
.com-box2 .container .com-box2a .swiper-slide .year .cn2 em::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 0.14rem;
  height: 0.14rem;
  background-color: rgba(202, 168, 129, 0);
  border-radius: 50%;
  animation: myscale 3s infinite;
}
.com-box2 .container .com-box2a .swiper-slide .year .cn2 .cn3 {
  color: #caa881;
}
.com-box2 .container .com-box2a .swiper-slide .year .cn2 .cn4 {
  color: #caa881;
}
.com-box2 .container .com-box2a .swiper-slide .year2 {
  margin-top: 0.5rem;
}
.com-box2 .container .com-box2a .swiper-slide .year2 .cn5 {
  line-height: 1.7em;
  color: #333;
}
@keyframes myscale {
  0% {
    width: 0.14rem;
    height: 0.14rem;
    background-color: rgba(202, 168, 129, 0);
  }
  60% {
    width: 0.4rem;
    height: 0.4rem;
    background-color: rgba(202, 168, 129, 0.4);
  }
  100% {
    width: 0.14rem;
    height: 0.14rem;
    background-color: rgba(202, 168, 129, 0);
  }
}
.com-box3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 100%;
}
.com-box3 .container {
  max-width: 1400px;
}
.com-box3 .container .cn1 {
  color: #ffffff;
}
.com-box3 .container .cn2 {
  margin-top: 0.75rem;
  position: relative;
}
.com-box3 .container .cn2 img {
  width: 0.2rem;
  height: 0.17rem;
}
.com-box3 .container .cn2 .cn3 {
  color: #ffffff;
  margin: 0 0.1rem;
}
.com-box3 .container .cn2 .img2 {
  transform: rotate(180deg);
  vertical-align: bottom;
}
.team-box1 {
  height: calc(100vh - 1.75rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.team-box1 .container {
  max-width: 1400px;
}
.team-box1 .container .cn1 {
  color: #ffffff;
  margin-bottom: 0.2rem;
  opacity: 0;
}
.team-box1 .container .cn2 {
  width: 5.6rem;
  line-height: 2em;
  color: #Fff;
  opacity: 0;
}
.team-box2 {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.team-box2 .container {
  max-width: 1400px;
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  .team-box2 .container {
    justify-content: start;
  }
}
.team-box2 .container .cn1 {
  width: 5.6rem;
  color: #333333;
  margin-bottom: 0.2rem;
  opacity: 0;
}
.team-box2 .container .cn2 {
  opacity: 0;
  width: 5.6rem;
  line-height: 2em;
  color: #666666;
}
.team-box2 .container .cn3 {
  margin-top: 0.3rem;
  width: 5.6rem;
}
.team-box2 .container .cn3 img {
  opacity: 0;
  margin-top: 0.3rem;
  margin-right: 0.2rem;
}
@media (max-width: 991px) {
  .team-box2 .container .cn3 img {
    height: 0.7rem;
  }
}
.jiance-box1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: calc(100% - 1.75rem);
}
.jiance-box1 .container {
  max-width: 1400px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.jiance-box1 .container .left {
  width: 60%;
}
@media (max-width: 991px) {
  .jiance-box1 .container .left {
    width: 100%;
  }
}
.jiance-box1 .container .left .cn1 {
  color: #333333;
}
.jiance-box1 .container .left .cn2 {
  width: 6.6rem;
}
.jiance-box1 .container .left .cn2 .cn3 {
  color: #444444;
  line-height: 0.3rem;
}
.jiance-box1 .container .right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .jiance-box1 .container .right {
    margin: 0.4rem 0;
    width: 100%;
    justify-content: center;
  }
}
.jiance-box1 .container .right .jiance-box1a {
  position: relative;
  overflow: hidden;
  width: 5.7rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .jiance-box1 .container .right .jiance-box1a {
    width: 60%;
  }
}
.jiance-box1 .container .right .jiance-box1a .pub-img {
  border-radius: 0.05rem;
  border: 2px solid #fff;
  overflow: hidden;
}
.jiance-box1 .container .right .jiance-box1a .pub-img::before {
  padding-top: 118.56%;
}
.jiance-box2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% - 1rem);
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.jiance-box2 .container {
  display: flex;
  flex-wrap: wrap;
  height: 7.4rem;
}
@media (max-width: 991px) {
  .jiance-box2 .container {
    height: 100%;
  }
}
.jiance-box2 .container .left {
  width: 20%;
  height: 100%;
}
@media (max-width: 991px) {
  .jiance-box2 .container .left {
    width: 100%;
    height: 40%;
  }
}
.jiance-box2 .container .left .mbox {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.jiance-box2 .container .left .mbox .sbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0.9rem 0;
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
}
.jiance-box2 .container .left .mbox .sbox.default {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .jiance-box2 .container .left .mbox .sbox.default {
    transform: initial;
  }
}
.jiance-box2 .container .left .mbox .sbox .cn1 {
  color: #d4b282;
}
@media (max-width: 991px) {
  .jiance-box2 .container .left .mbox .sbox .cn1 {
    width: 100%;
  }
}
@media (max-width: 1580px) {
  .jiance-box2 .container .left .mbox .sbox .cn1 {
    font-size: 0.36rem;
  }
}
@media (max-width: 991px) {
  .jiance-box2 .container .left .mbox .sbox .sbox1 {
    width: 100%;
  }
}
.jiance-box2 .container .left .mbox .sbox .sbox1 .cn2 {
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.jiance-box2 .container .left .mbox .sbox .sbox1 .cn3 {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5em;
}
.jiance-box2 .container .center {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .jiance-box2 .container .center {
    width: 100%;
  }
}
.jiance-box2 .container .center .jiance-box2a {
  overflow: hidden;
  position: relative;
  height: 6.8rem;
  width: 100%;
}
.jiance-box2 .container .center .jiance-box2a .swiper-slide {
  background-image: url(../images/nimg14.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.jiance-box2 .container .center .jiance-box2a .swiper-slide .img {
  border: 0.2rem solid #679597;
  margin: 0 auto;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
}
.jiance-box2 .container .right {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .jiance-box2 .container .right {
    display: none;
  }
}
.jiance-box2 .container .right .swiperleft {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border: solid 1px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.5s;
}
.jiance-box2 .container .right .swiperleft .svg2 {
  transform: rotate(180deg);
  width: 0.3rem;
  height: 0.3rem;
}
.jiance-box2 .container .right .swiperleft .svg2 path {
  fill: #Fff;
  opacity: 1;
}
.jiance-box2 .container .right .swiperleft:hover {
  background-color: #Fff;
}
.jiance-box2 .container .right .swiperleft:hover svg path {
  fill: #333;
}
.jiance-box2 .container .right .swiperright {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border: solid 1px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  bottom: 0;
  transition: all 0.5s;
}
.jiance-box2 .container .right .swiperright .svg2 {
  width: 0.3rem;
  height: 0.3rem;
}
.jiance-box2 .container .right .swiperright .svg2 path {
  fill: #Fff;
  opacity: 1;
}
.jiance-box2 .container .right .swiperright:hover {
  background-color: #Fff;
}
.jiance-box2 .container .right .swiperright:hover svg path {
  fill: #333;
}
.jiance-box2 .container .right .jiance-box2b {
  overflow: hidden;
  position: relative;
  height: 6rem;
}
.jiance-box2 .container .right .jiance-box2b .swiper-slide .img2 {
  border: 1px dashed transparent;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jiance-box2 .container .right .jiance-box2b .swiper-slide .img2 .img {
  border-radius: 50%;
  width: 0.8rem;
  margin: 0 auto ;
}
.jiance-box2 .container .right .jiance-box2b .swiper-slide .cn4 {
  margin-top: 0.1rem;
  color: #Fff;
  text-align: center;
  opacity: 0;
}
.jiance-box2 .container .right .jiance-box2b .swiper-slide.swiper-slide-active .img2 {
  border: 1px dashed #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jiance-box2 .container .right .jiance-box2b .swiper-slide.swiper-slide-active .cn4 {
  display: block;
  opacity: 1;
}
.swiperleft .svg {
  position: absolute;
  left: -3px;
  top: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  transform: rotate(-90deg);
  opacity: 0;
}
.swiperleft .svg {
  opacity: 1;
}
.swiperleft.onon .svg .progress-bar {
  animation: box1run 5s linear normal forwards infinite;
}
.swiperright .svg {
  position: absolute;
  left: -3px;
  top: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  transform: rotate(-90deg);
  opacity: 0;
}
.swiperright .svg {
  opacity: 1;
}
.swiperright.onon .svg .progress-bar {
  animation: box1run 5s linear normal forwards infinite;
}
@keyframes box1run {
  0% {
    stroke-dashoffset: 213;
  }
  100% {
    stroke-dashoffset: 160;
  }
}
.equ-box1 {
  height: calc(100vh - 1.75rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .equ-box1 {
    height: calc(100vh - 2.5rem);
  }
}
.equ-box1 .container {
  max-width: 1400px;
}
.equ-box1 .container .cn1 {
  color: #ffffff;
  margin-bottom: 0.2rem;
  opacity: 0;
}
.equ-box1 .container .cn2 {
  width: 5rem;
  line-height: 2em;
  color: #Fff;
  opacity: 0;
}
.equ-box2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.equ-box2 .container {
  max-width: 1400px;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .equ-box2 .container {
    flex-wrap: wrap;
  }
}
.equ-box2 .container .left {
  width: 64.78%;
}
@media (max-width: 991px) {
  .equ-box2 .container .left {
    width: 100%;
  }
}
.equ-box2 .container .left .img::before {
  padding-top: 59.42%;
}
.equ-box2 .container .left .img:hover img {
  transform: scale(1.05);
}
.equ-box2 .container .right {
  z-index: 3;
  position: relative;
  width: calc(100% - 64.78%);
}
@media (max-width: 991px) {
  .equ-box2 .container .right {
    width: 100%;
  }
}
.equ-box2 .container .right .box {
  position: absolute;
  left: -1rem;
  top: 1rem;
  width: 8.53rem;
  height: 5.43rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .equ-box2 .container .right .box {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: initial;
    padding: 0.4rem 0.5rem;
  }
}
.equ-box2 .container .right .box .cn1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0.2rem;
  color: #333333;
  opacity: 0;
}
.equ-box2 .container .right .box .cn2 {
  width: 5rem;
  line-height: 2em;
  color: #666666;
  opacity: 0;
}
@media (max-width: 991px) {
  .equ-box2 .container .right .box .cn2 {
    width: 100%;
  }
}
.product-list {
  border-top: 1px solid #ebebeb;
  padding: 1.2rem 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-list .menu-box {
  position: absolute;
  left: 2.5%;
  top: 2rem;
  height: calc(100% - 3.5rem);
}
.product-list .menu-box .menu {
  position: sticky;
  left: 2.5%;
  top: 20%;
}
@media (max-width: 767px) {
  .product-list .menu-box .menu {
    display: none;
  }
}
.product-list .menu-box .menu a {
  position: relative;
  color: #a3a3a3;
  line-height: 0.34rem;
  padding-left: 0.15rem;
  display: block;
}
.product-list .menu-box .menu a:hover {
  color: #e60012;
}
.product-list .menu-box .menu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
}
.product-list .menu-box .menu a.default::before {
  background-color: #e60012;
}
.product-list .container {
  max-width: 1400px;
}
.product-list .container .mbox {
  margin-top: 0.6rem;
}
.product-list .container .mbox:nth-child(1) {
  margin-top: 0;
}
.product-list .container .mbox .title {
  position: relative;
  color: #333333;
  font-weight: bold;
  padding-left: 0.35rem;
  line-height: 1em;
  display: block;
}
.product-list .container .mbox .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.05rem;
  height: 100%;
  background-color: #e60012;
}
.product-list .container .mbox .text {
  line-height: 2em;
  color: #666;
  margin: 0.2rem 0 0.3rem;
}
.product-list .container .mbox .sbox {
  display: flex;
  flex-wrap: wrap;
}
.product-list .container .mbox .sbox .link {
  display: block;
  border: 2px solid transparent;
  margin-bottom: 0.3rem;
  overflow: hidden;
  border-radius: 0.12rem;
  margin-right: 0.3rem;
  width: calc((100% - 1.2rem) / 5);
}
.product-list .container .mbox .sbox .link:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .product-list .container .mbox .sbox .link {
    width: calc((100% - 0.6rem) / 3);
  }
  .product-list .container .mbox .sbox .link:nth-child(5n) {
    margin-right: 0.3rem;
  }
  .product-list .container .mbox .sbox .link:nth-child(3n) {
    margin-right: 0;
  }
}
.product-list .container .mbox .sbox .link .img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #cbcbcb;
}
.product-list .container .mbox .sbox .link .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 78%;
}
.product-list .container .mbox .sbox .link .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.product-list .container .mbox .sbox .link .text2 {
  background-color: #ededed;
  border-top: 2px solid #ededed;
  line-height: 0.5rem;
  text-align: center;
  display: block;
  color: #333333;
}
.product-list .container .mbox .sbox .link:hover {
  border: 2px solid #db0012;
}
.product-list .container .mbox .sbox .link:hover .text2 {
  border-top: 2px solid #db0012;
}
.product-banner0 {
  height: 100vh;
}
.product-banner0 .product-banner {
  height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.product-banner0 .product-banner .container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.product-banner0 .product-banner .container.container99 {
  top: 1rem;
}
.product-banner0 .product-banner .textbox {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
}
.product-banner0 .product-banner .textbox .cn1 {
  margin-bottom: 0.2rem;
  position: relative;
}
.product-banner0 .product-banner .textbox .cn1 img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.4rem;
  width: 3.69rem;
}
.product-banner0 .product-banner .textbox .cn2 {
  width: 7.8rem;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .product-banner0 .product-banner .textbox .cn2 {
    width: 90%;
  }
}
.product-banner0 .product-banner .textbox .more {
  width: 0.98rem;
  height: 0.98rem;
  border-radius: 50%;
  background: #db0012;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  margin: 0.9rem auto 0;
}
@media (max-width: 767px) {
  .product-banner0 .product-banner .textbox .more {
    margin-top: 0.8rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.product-banner0 .product-banner .textbox .more::before {
  content: '';
  width: 1.21rem;
  height: 1.21rem;
  background: url(../images/index-box1-icon1.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  animation: runMore 2s linear infinite;
  /* Firefox: */
  -moz-animation: runMore 2s linear infinite;
  /* Safari and Chrome: */
  -webkit-animation: runMore 2s linear infinite;
  /* Opera: */
  -o-animation: runMore 2s linear infinite;
}
@media (max-width: 767px) {
  .product-banner0 .product-banner .textbox .more::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.product-banner0 .product-banner2 {
  height: 30%;
  padding-top: 0.3rem;
}
.product-banner0 .product-banner2 .swiperprob2 {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product-banner0 .product-banner2 .swiperprob2 .swiper-slide a {
  height: 100%;
  transform: skewX(-15deg);
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #cbcbcb;
}
.product-banner0 .product-banner2 .swiperprob2 .swiper-slide a::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 65.8%;
}
.product-banner0 .product-banner2 .swiperprob2 .swiper-slide a img {
  transform: skewX(15deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transition: all 0.5s;
}
.proinfo-box1 {
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .proinfo-box1 .container {
    overflow: auto;
  }
}
.proinfo-box1 .container table {
  width: 100%;
}
@media (max-width: 991px) {
  .proinfo-box1 .container table {
    width: 14rem;
  }
}
.proinfo-box1 .container table tr {
  background-color: #f7f7f7;
  border: solid 0.01rem #e6e6e6;
  display: none;
}
.proinfo-box1 .container table tr:nth-child(1),
.proinfo-box1 .container table tr:nth-child(2),
.proinfo-box1 .container table tr:nth-child(3),
.proinfo-box1 .container table tr:nth-child(4),
.proinfo-box1 .container table tr:nth-child(5),
.proinfo-box1 .container table tr:nth-child(6),
.proinfo-box1 .container table tr:nth-child(7),
.proinfo-box1 .container table tr:nth-child(8),
.proinfo-box1 .container table tr:nth-child(9) {
  display: table-row;
}
.proinfo-box1 .container table tr th {
  opacity: 0;
  width: 25%;
  color: #f9f9f9;
  line-height: 0.6rem;
  background-color: #d4b382;
  text-align: center;
}
@media (max-width: 991px) {
  .proinfo-box1 .container table tr th {
    line-height: 0.8rem;
  }
}
.proinfo-box1 .container table tr td {
  opacity: 0;
  padding: 0.25rem 0;
  text-align: center;
  line-height: 0.3rem;
}
@media (max-width: 991px) {
  .proinfo-box1 .container table tr td {
    padding: 0.4rem 0;
    line-height: 0.4rem;
  }
}
.proinfo-box1 .container table tr td.font20 {
  color: #333333;
}
.proinfo-box1 .container table tr td.font16 {
  color: #333333;
}
.proinfo-box1 .container table tr td .cn1 {
  display: flex;
}
.proinfo-box1 .container table tr td .cn1 img {
  width: 0.28rem;
}
.proinfo-box1 .container table tr td .cn1 .cn2 {
  margin-left: 0.1rem;
  color: #333333;
}
.proinfo-box1 .container table tr td .cn1:hover .cn2 {
  color: #db0012;
  text-decoration: underline;
}
.proinfo-box1 .container table tr td.cn3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.proinfo-box1 .c-btn-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 0.4rem;
}
.proinfo-box1 .c-btn-box .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  border-radius: 25px;
  background-color: #db0012;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .proinfo-box1 .c-btn-box .c-btn {
    width: 2.4rem;
    height: 1rem;
    border-radius: 0.5rem;
  }
}
.proinfo-box1 .c-btn-box .c-btn:last-child {
  display: none;
}
.proinfo-box1.on .container table tr {
  display: table-row;
}
.proinfo-box1.on .c-btn-box .c-btn {
  display: none;
}
.proinfo-box1.on .c-btn-box .c-btn:last-child {
  display: flex;
}
.proinfo-box2 {
  background-color: #f6f6f6;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.proinfo-box2 .cn1 {
  width: 100%;
  text-align: center;
  margin-bottom: 0.4rem;
  opacity: 0;
}
.proinfo-box2 .proinfo-box2a {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .proinfo-box2 .proinfo-box2a {
    padding-bottom: 1rem;
  }
}
.proinfo-box2 .proinfo-box2a .swiper-pagination-bullet-active {
  background-color: #db0012;
}
.proinfo-box2 .proinfo-box2a .swiper-slide .box {
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
  opacity: 0;
}
.proinfo-box2 .proinfo-box2a .swiper-slide .box .img::before {
  padding-top: 73.39%;
}
.proinfo-box2 .proinfo-box2a .swiper-slide .box .cn2 {
  padding: 0.3rem 0;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.proinfo-box2 .proinfo-box2a .swiper-slide .box .cn2 .cn3 {
  color: #333333;
  text-align: center;
  width: 100%;
  padding: 0 0.2rem;
  margin-bottom: 0.1rem;
}
.proinfo-box2 .proinfo-box2a .swiper-slide .box .cn2 .cn4 {
  width: 100%;
  padding: 0 0.2rem;
  color: #666666;
  text-align: center;
}
.proinfo-box2 .proinfo-box2a .swiper-slide .box:hover .img img {
  transform: scale(1.05);
}
.proinfo-box3 {
  background-color: #f6f6f6;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.proinfo-box3 .cn1 {
  width: 100%;
  text-align: center;
  margin-bottom: 0.4rem;
  opacity: 0;
}
.proinfo-box3 .proinfo-box3a {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .proinfo-box3 .proinfo-box3a {
    padding-bottom: 1rem;
  }
}
.proinfo-box3 .proinfo-box3a .swiper-pagination-bullet-active {
  background-color: #db0012;
}
.proinfo-box3 .proinfo-box3a .swiper-slide .box {
  display: block;
  border-radius: 0.1rem;
  overflow: hidden;
  opacity: 0;
}
.proinfo-box3 .proinfo-box3a .swiper-slide .box .img::before {
  padding-top: 78.12%;
}
.proinfo-box3 .proinfo-box3a .swiper-slide .box .cn2 {
  line-height: 0.5rem;
  background-color: #ededed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .proinfo-box3 .proinfo-box3a .swiper-slide .box .cn2 {
    line-height: 0.8rem;
  }
}
.proinfo-box3 .proinfo-box3a .swiper-slide .box .cn2 .cn3 {
  color: #333333;
  text-align: center;
  width: 100%;
  padding: 0 0.2rem;
  margin-bottom: 0.1rem;
}
.proinfo-box3 .proinfo-box3a .swiper-slide .box:hover .img img {
  transform: scale(1.05);
}
.case-list0 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case-list0 .z-nav {
  background-color: transparent;
}
.case-list {
  padding: 1.2rem 0;
}
.case-list .container {
  max-width: 1400px;
}
.case-list .container .case-list1 .mbox {
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-list .container .case-list1 .mbox.default {
  display: flex;
}
.case-list .container .case-list1 .mbox .title-box .title {
  color: #d4b382;
  font-weight: bold;
  margin-bottom: 0.2rem;
  opacity: 0;
}
.case-list .container .case-list1 .mbox .title-box .title2 {
  opacity: 0;
  color: #999999;
}
.case-list .container .case-list1 .mbox .img-box {
  opacity: 0;
  display: flex;
}
@media (max-width: 767px) {
  .case-list .container .case-list1 .mbox .img-box {
    margin-top: 0.5rem;
  }
}
.case-list .container .case-list1 .mbox .img-box .img {
  position: relative;
  margin-left: 0.1rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  border: 2px solid #d4b382;
  overflow: hidden;
}
.case-list .container .case-list1 .mbox .img-box .img img {
  width: 100%;
  height: 100%;
}
.case-list .container .case-list1 .mbox .img-box .img span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.case-list .container .case-list2 {
  margin-top: 0.4rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.case-list .container .case-list2:hover {
  cursor: url(../images/index-box2-icon.png), pointer;
}
.case-list .container .case-list2 .img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.04rem;
  box-shadow: 0rem 0.17rem 0.65rem 0rem rgba(17, 17, 17, 0.18);
}
.case-list .container .case-list2 .img:hover {
  cursor: url(../images/index-box2-icon.png), pointer;
}
.case-list .container .case-list2 .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 41.4%;
}
.case-list .container .case-list2 .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.case-list .container .case-list3 {
  position: relative;
}
.case-list .container .case-list3 .case-list4 {
  position: relative;
  overflow: hidden;
}
.case-list .container .case-list3 .case-list4 .img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.04rem;
}
.case-list .container .case-list3 .case-list4 .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 41.4%;
}
.case-list .container .case-list3 .case-list4 .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.case-list .container .case-list3 .case-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.3rem;
  cursor: pointer;
}
.case-list .container .case-list3 .case-next i {
  font-size: 0.4rem;
  color: #000;
}
.case-list .container .case-list3 .case-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.3rem;
}
.case-list .container .case-list3 .case-prev i {
  font-size: 0.4rem;
  color: #000;
}
.sol-box1 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.sol-box1 .img .pc-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 991px) {
  .sol-box1 .img .pc-img {
    display: none;
  }
}
.sol-box1 .img .mb-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: none;
}
@media (max-width: 991px) {
  .sol-box1 .img .mb-img {
    display: block;
  }
}
.sol-box1 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sol-box1 .container .cn1 {
  text-align: center;
  z-index: 2;
  color: #Fff;
}
.sol-box2a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sol-box2 {
  height: calc(100vh - 1.75rem);
  display: flex;
  align-items: center;
}
.sol-box2 .container .box {
  position: relative;
}
.sol-box2 .container .box .cn1 {
  text-align: center;
  color: #333333;
  margin-bottom: 0.4rem;
}
.sol-box2 .container .box .cn2 {
  text-align: center;
  color: #666666;
  line-height: 2em;
  width: 9.8rem;
  margin: 0 auto 0.8rem;
}
.sol-box2 .container .box .cn3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.69rem;
  height: 2.39rem;
  z-index: 2;
}
.sol-box2 .container .box .cn3 img {
  width: 3.69rem;
  height: 2.39rem;
}
.sol-box2 .container .more {
  width: 0.98rem;
  height: 0.98rem;
  border-radius: 50%;
  background: #db0012;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  margin: 10px auto 0;
}
@media (max-width: 767px) {
  .sol-box2 .container .more {
    margin-top: 0.8rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.sol-box2 .container .more::before {
  content: '';
  width: 1.21rem;
  height: 1.21rem;
  background: url(../images/index-box1-icon1.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  animation: runMore 2s linear infinite;
  /* Firefox: */
  -moz-animation: runMore 2s linear infinite;
  /* Safari and Chrome: */
  -webkit-animation: runMore 2s linear infinite;
  /* Opera: */
  -o-animation: runMore 2s linear infinite;
}
@media (max-width: 767px) {
  .sol-box2 .container .more::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.sol-box3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 991px) {
  .sol-box3 {
    display: flex;
    align-items: center;
  }
}
.sol-box3 .bigbox .mbox {
  display: none;
}
.sol-box3 .bigbox .mbox.default {
  display: block;
}
.sol-box3 .bigbox .mbox .simg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 991px) {
  .sol-box3 .bigbox .mbox .simg {
    display: none;
  }
}
.sol-box3 .bigbox .mbox .simg.on {
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.sol-box3 .bigbox .mbox .simg.simgmain {
  opacity: 1;
}
.sol-box3 .bigbox .mbox .simg.simg2 {
  animation-name: simg2;
}
.sol-box3 .bigbox .mbox .simg.simg3 {
  animation-name: simg3;
}
.sol-box3 .bigbox .mbox .simg.simg4 {
  animation-name: simg4;
}
.sol-box3 .bigbox .mbox .simg.simg5 {
  animation-name: simg5;
}
.sol-box3 .bigbox .mbox .simg.simg6 {
  animation-name: simg6;
}
.sol-box3 .bigbox .mbox .simg.simg7 {
  animation-name: simg7;
}
.sol-box3 .bigbox .mbox .simg.simg8 {
  animation-name: simg8;
}
.sol-box3 .bigbox .mbox .simg.simg9 {
  animation-name: simg9;
}
.sol-box3 .bigbox .mbox .simg.simg10 {
  animation-name: simg10;
}
.sol-box3 .bigbox .mbox .simg.simg11 {
  animation-name: simg11;
}
.sol-box3 .bigbox .mbox .simg.simg12 {
  animation-name: simg12;
}
.sol-box3 .bigbox .mbox .simg.simg13 {
  animation-name: simg13;
}
.sol-box3 .bigbox .mbox .simg.simg14 {
  animation-name: simg14;
}
.sol-box3 .bigbox .mbox .simg.cimg2 {
  animation-name: cimg2;
}
.sol-box3 .bigbox .mbox .simg.cimg3 {
  animation-name: cimg3;
}
.sol-box3 .bigbox .mbox .simg.cimg4 {
  animation-name: cimg4;
}
.sol-box3 .bigbox .mbox .simg.cimg5 {
  animation-name: cimg5;
}
.sol-box3 .bigbox .mbox .simg.cimg6 {
  animation-name: cimg6;
}
.sol-box3 .bigbox .mbox .simg.cimg7 {
  animation-name: cimg7;
}
.sol-box3 .bigbox .mbox .simg.cimg8 {
  animation-name: cimg8;
}
.sol-box3 .bigbox .mbox .simg.cimg9 {
  animation-name: cimg9;
}
.sol-box3 .bigbox .mbox .simg.dimg2 {
  animation-name: dimg2;
}
.sol-box3 .bigbox .mbox .simg.dimg3 {
  animation-name: dimg3;
}
.sol-box3 .bigbox .mbox .simg.dimg4 {
  animation-name: dimg4;
}
.sol-box3 .bigbox .mbox .simg.dimg5 {
  animation-name: dimg5;
}
.sol-box3 .bigbox .mbox .simg.dimg6 {
  animation-name: dimg6;
}
.sol-box3 .bigbox .mbox .simg.dimg7 {
  animation-name: dimg7;
}
.sol-box3 .bigbox .mbox .mbimg {
  display: none;
}
@media (max-width: 991px) {
  .sol-box3 .bigbox .mbox .mbimg {
    display: block;
  }
}
.sol-box3 .bigbox .mbox .mbimg img {
  max-height: 8rem;
}
.sol-box3 .sol-box3menu {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.4rem;
  display: flex;
  justify-content: center;
}
.sol-box3 .sol-box3menu .cn99 {
  cursor: pointer;
  margin: 0 0.2rem;
  color: #333333;
  position: relative;
}
.sol-box3 .sol-box3menu .cn99::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: #e60012;
  transition: all 0.5s;
}
.sol-box3 .sol-box3menu .cn99.default {
  color: #e60012;
}
.sol-box3 .sol-box3menu .cn99.default::before {
  width: 100%;
}
@keyframes simg2 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 41% ;
    left: 21%;
  }
}
@keyframes simg3 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 30% ;
    left: 27%;
  }
}
@keyframes simg4 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 19% ;
    left: 35%;
  }
}
@keyframes simg5 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 21% ;
    left: 47%;
  }
}
@keyframes simg6 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 21% ;
    left: 56%;
  }
}
@keyframes simg7 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 25% ;
    left: 70%;
  }
}
@keyframes simg8 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 36% ;
    left: 74%;
  }
}
@keyframes simg9 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 51% ;
    left: 74%;
  }
}
@keyframes simg10 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 68% ;
    left: 68%;
  }
}
@keyframes simg11 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 78% ;
    left: 57%;
  }
}
@keyframes simg12 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 78% ;
    left: 46%;
  }
}
@keyframes simg13 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 75% ;
    left: 33%;
  }
}
@keyframes simg14 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 61% ;
    left: 22%;
  }
}
@keyframes cimg2 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 25% ;
    left: 29%;
  }
}
@keyframes cimg3 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 25% ;
    left: 71%;
  }
}
@keyframes cimg4 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 40% ;
    left: 18%;
  }
}
@keyframes cimg5 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 40% ;
    left: 82%;
  }
}
@keyframes cimg6 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 60% ;
    left: 18%;
  }
}
@keyframes cimg7 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 60% ;
    left: 82%;
  }
}
@keyframes cimg8 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 80% ;
    left: 29%;
  }
}
@keyframes cimg9 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 80% ;
    left: 71%;
  }
}
@keyframes dimg2 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 25% ;
    left: 29%;
  }
}
@keyframes dimg3 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 25% ;
    left: 71%;
  }
}
@keyframes dimg4 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 50% ;
    left: 18%;
  }
}
@keyframes dimg5 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 50% ;
    left: 82%;
  }
}
@keyframes dimg6 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 80% ;
    left: 29%;
  }
}
@keyframes dimg7 {
  from {
    opacity: 0;
    top: 50%;
    left: 50% ;
  }
  to {
    opacity: 1;
    top: 80% ;
    left: 71%;
  }
}
.sol-box4 {
  background-color: #004e52;
  width: 100%;
  padding: 1.2rem 0;
}
@media (max-width: 991px) {
  .sol-box4 {
    height: initial;
    padding-bottom: 0.5rem;
  }
}
.sol-box4 .container {
  max-width: 1400px;
}
.sol-box4 .container .cn1 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0.6rem;
}
.sol-box4 .container .mbox .sbox {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sol-box4 .container .mbox .sbox {
    margin-bottom: 0.3rem;
  }
}
.sol-box4 .container .mbox .sbox .left {
  width: 50%;
}
@media (max-width: 991px) {
  .sol-box4 .container .mbox .sbox .left {
    width: 100%;
  }
}
.sol-box4 .container .mbox .sbox .left .img::before {
  padding-top: 45%;
}
.sol-box4 .container .mbox .sbox .right {
  width: 50%;
  padding: 0 0.7rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .sol-box4 .container .mbox .sbox .right {
    width: 100%;
    padding: 0.5rem;
  }
}
.sol-box4 .container .mbox .sbox .right .cn2 {
  color: #ffffff;
  margin-bottom: 0.4rem;
}
.sol-box4 .container .mbox .sbox .right .cn3 {
  color: #ffffff;
  line-height: 2em;
  margin-bottom: 0.4rem;
}
.sol-box4 .container .mbox .sbox .right .cn4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sol-box4 .container .mbox .sbox .right .cn4 .cn5 {
  color: #333333;
  margin-bottom: 0.2rem;
}
.sol-box4 .container .mbox .sbox .right .cn4 .cn6 {
  padding: 0 0.2rem;
  line-height: 0.34rem;
  color: #ffffff;
  background-color: #e60012;
  border-radius: 0.05rem;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
}
.sol-box4 .container .mbox .sbox.sbox2 {
  flex-direction: row-reverse;
}
.news-list {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.9rem 0 1.4rem;
}
.news-list .container {
  max-width: 1400px;
}
.news-list .container .news-details-title {
  opacity: 0;
  color: #333333;
  text-align: center;
}
.news-list .container .search {
  display: flex;
  justify-content: end;
}
.news-list .container .search p {
  position: relative;
  display: flex;
  align-content: flex-end;
}
.news-list .container .search p input {
  width: 3.2rem;
  font-size: 0.16rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 3em;
  padding-right: 0.4rem;
}
.news-list .container .search p input::-webkit-input-placeholder {
  color: #Fff;
}
.news-list .container .search p button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-list .container .search p button svg path {
  fill: #fff;
}
.news-list .container .mbox {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.news-list .container .mbox .sbox {
  opacity: 0;
  position: relative;
  padding-top: 0.6rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  width: calc((100% - 0.8rem) / 3);
  background-color: #fff;
}
.news-list .container .mbox .sbox:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .news-list .container .mbox .sbox {
    width: 100%;
    margin-right: 0;
    background-color: #eee;
  }
}
.news-list .container .mbox .sbox .time {
  color: #333333;
  padding: 0 0.4rem;
}
.news-list .container .mbox .sbox .title {
  color: #333333;
  line-height: 1.5em;
  height: 3em;
  padding: 0 0.4rem;
  margin: 0.2rem 0 0.9rem;
}
.news-list .container .mbox .sbox .title:hover {
  color: #e71828;
}
@media (max-width: 991px) {
  .news-list .container .mbox .sbox .title {
    margin: 0.2rem 0;
  }
}
.news-list .container .mbox .sbox .img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.news-list .container .mbox .sbox .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 54.5%;
}
.news-list .container .mbox .sbox .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list .container .mbox .sbox .img img:hover {
  transform: scale(1.1);
}
.news-list .container .mbox .sbox .link {
  color: #999;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  left: 0;
  bottom: 0.7rem;
  padding: 0 0.4rem;
  z-index: 2;
}
.news-list .container .mbox .sbox .link:hover span {
  color: #e71828;
}
.news-list .container .mbox .sbox .link .line {
  margin-left: 0.2rem;
  width: 70%;
  height: 1px;
  background-color: #999;
}
.news-details {
  background-color: #f7f7f7;
  padding-bottom: 0.6rem;
}
.news-details .container {
  padding: 0 16%;
  position: relative;
}
@media (max-width: 991px) {
  .news-details .container {
    padding: 0;
  }
}
.news-details .container .title {
  text-align: center;
  line-height: 1.5em;
  color: #333;
}
.news-details .container .message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2rem 0 0.5rem;
}
.news-details .container .message span {
  margin: 0 0.2rem;
  color: #999999;
}
.news-details .container .text-box {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #e0e0e0;
}
.news-details .container .text-box p {
  color: #666666;
  line-height: 1.5em;
}
.news-details .container .text-box p img {
  max-width: 100%;
}
.news-details .container .mbox {
  display: flex;
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .news-details .container .mbox {
    flex-wrap: wrap;
  }
}
.news-details .container .mbox .text {
  width: 40%;
  color: #999999;
}
@media (max-width: 767px) {
  .news-details .container .mbox .text {
    width: 100%;
  }
}
.news-details .container .mbox .text:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .news-details .container .mbox .text:last-child {
    text-align: left;
  }
}
.news-details .container .mbox .text:hover {
  color: #e71828;
}
.news-details .container .mbox .text2 {
  width: 20%;
  text-align: center;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .news-details .container .mbox .text2 {
    display: none;
  }
}
.news-details .container .mbox .text2 svg {
  width: 0.18rem;
  height: 0.16rem;
}
.news-details .container .mbox .text2 svg path {
  fill: #999;
}
.news-details .container .mbox .text2:hover {
  color: #e71828;
}
.news-details .container .mbox .text2:hover svg path {
  fill: #e71828;
}
.news-details .container .share {
  position: absolute;
  left: 0.6rem;
  top: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  .news-details .container .share {
    margin-top: 0.3rem;
    position: relative;
    left: 0;
    top: 0;
  }
}
.news-details .container .share a {
  display: block;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .news-details .container .share a {
    display: inline-block;
    margin: 0 0.2rem;
  }
  .news-details .container .share a:nth-child(1) svg {
    width: 0.48rem !important;
    height: 0.38rem !important;
  }
  .news-details .container .share a:nth-child(2) svg {
    width: 0.34rem !important;
    height: 0.36rem !important;
  }
  .news-details .container .share a:nth-child(3) svg {
    width: 0.42rem !important;
    height: 0.42rem !important;
  }
}
.news-details .container .share a svg path {
  fill: #d4b382;
}
.news-details .container .share a svg path:hover {
  fill: #e71828;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
@media (max-width: 992px) {
  .social-share .icon-wechat .wechat-qrcode {
    left: 0.4rem;
  }
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.contact-box0 {
  height: calc(100vh - 1.75rem);
}
.contact-box1 {
  height: 2.2rem;
  padding: 0.3rem 0 0.3rem;
  border-top: 1px solid #ebebeb;
  background-color: #fff;
}
@media (max-width: 991px) {
  .contact-box1 {
    height: 3rem;
  }
}
.contact-box1 .container {
  max-width: 1400px;
}
.contact-box1 .container .title {
  color: #333333;
  opacity: 0;
  font-weight: bold;
}
.contact-box1 .container .text {
  opacity: 0;
  margin-top: 0.3rem;
  line-height: 0.3rem;
  color: #666;
}
@media (max-width: 767px) {
  .contact-box1 .container .text {
    line-height: 1.5em;
  }
}
.contact-box2 {
  height: calc(100% - 2.2rem);
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover ;
  position: relative;
}
.contact-box2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4.3rem;
  background-color: #Fff;
  width: calc((100% - 1400px) / 2);
}
@media (max-width: 1580px) {
  .contact-box2::before {
    width: calc((100% - 84%) / 2);
    height: 4.5rem;
  }
}
.contact-box2 .container {
  max-width: 1400px;
}
.contact-box2 .container .box1 {
  background-color: #Fff;
  padding: 0.55rem 2.2rem 0.5rem 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .contact-box2 .container .box1 {
    padding: 0.4rem;
  }
}
.contact-box2 .container .box1 .tubiao {
  opacity: 0;
  display: flex;
  align-items: center;
}
.contact-box2 .container .box1 .tubiao span {
  color: #666666;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .contact-box2 .container .box1 .tubiao span {
    font-size: 0.28rem;
  }
}
.contact-box2 .container .box1 .text {
  opacity: 0;
  color: #666666;
}
.contact-box2 .container .box1 .tubiao2 {
  margin-top: 0.4rem;
}
.contact-box2 .container .box1 .tubiao3 {
  display: flex;
  align-items: center;
}
.contact-box2 .container .box1 .tubiao4:nth-child(1) {
  margin-right: 0.4rem;
}
.contact-box2 .container .box1 .link {
  opacity: 0;
  margin-top: 0.6rem;
  display: inline-block;
  background-color: #db0012;
  border-radius: 0.06rem;
  line-height: 0.4rem;
  color: #ffffff;
  padding: 0 0.25rem;
}
@media (max-width: 767px) {
  .contact-box2 .container .box1 .link {
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
}
.contact-box2 .container .box1 .link img {
  margin-right: 0.1rem;
}
.contact-box2 .container .box1 .link svg {
  margin-right: 0.1rem;
  vertical-align: middle;
  width: 0.18rem;
}
@media (max-width: 991px) {
  .contact-box2 .container .box1 .link svg {
    width: 0.36rem;
  }
}
.contact-box2 .position {
  position: absolute;
  right: 21%;
  top: 24%;
}
@media (max-width: 1580px) {
  .contact-box2 .position {
    right: 16%;
    top: 32%;
  }
}
@media (max-width: 991px) {
  .contact-box2 .position {
    display: none;
  }
}
.contact-box2 .position .sbox {
  width: 2.2rem;
  background-color: #e71828;
  border-radius: 0.41rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem;
  position: relative;
}
@media (max-width: 1580px) {
  .contact-box2 .position .sbox {
    width: 2.6rem;
  }
}
.contact-box2 .position .sbox::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.19rem;
  border: 0.1rem solid transparent;
  border-top: 0.1rem solid #e71828;
}
.contact-box2 .position .sbox .img {
  margin-right: 0.16rem;
}
.contact-box2 .position .sbox .img img {
  width: 0.64rem;
  height: 0.64rem;
}
.contact-box2 .position .sbox .title {
  width: calc(100% - 0.8rem);
  line-height: 1.5em;
  color: #fff;
}
.contact-box2 .position .icon {
  margin-top: 0.1rem;
  text-align: center;
}
.contact-box2 .position .icon img {
  width: 0.18rem;
  height: 0.22rem;
}
.contact-box3 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  padding: 1rem 0 1.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-box3 {
    height: auto;
  }
}
.contact-box3 .container {
  max-width: 1400px;
}
.contact-box3 .container .title {
  opacity: 0;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .contact-box3 .container .title {
    padding-top: 0.4rem;
  }
}
.contact-box3 .container .mbox {
  display: flex;
  flex-wrap: wrap;
}
.contact-box3 .container .mbox .sbox {
  background-color: #Fff;
  margin-right: 0.4rem;
  width: calc((100% - 0.8rem) / 3);
}
.contact-box3 .container .mbox .sbox:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .contact-box3 .container .mbox .sbox {
    width: 100%;
    margin-right: 0;
    margin-top: 0.3rem;
  }
}
.contact-box3 .container .mbox .sbox .img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-box3 .container .mbox .sbox .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 63.6%;
}
.contact-box3 .container .mbox .sbox .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.contact-box3 .container .mbox .sbox .textbox {
  opacity: 0;
  padding: 0.3rem 0.4rem;
}
.contact-box3 .container .mbox .sbox .textbox .title1 {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .contact-box3 .container .mbox .sbox .textbox .title1 {
    font-size: 0.3rem;
  }
}
.contact-box3 .container .mbox .sbox .textbox .title1 img {
  margin-right: 0.1rem;
}
@media (max-width: 991px) {
  .contact-box3 .container .mbox .sbox .textbox .title1 img {
    width: 0.3rem;
  }
}
.contact-box3 .container .mbox .sbox .textbox .title2 {
  color: #333333;
  margin-bottom: 0.2rem;
}
.contact-box3 .container .mbox .sbox .textbox .title3 {
  margin-bottom: 0.1rem;
  color: #666666;
  display: flex;
  line-height: 1.5em;
}
.contact-box4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2rem 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-box4 .container {
  max-width: 1400px;
}
.contact-box4 .container .title {
  opacity: 0;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.contact-box4 .container .mbox .w50 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .contact-box4 .container .mbox .w50 {
    margin-bottom: 0;
  }
}
.contact-box4 .container .mbox .w50 .input {
  width: 48%;
}
@media (max-width: 991px) {
  .contact-box4 .container .mbox .w50 .input {
    width: 100%;
  }
}
.contact-box4 .container .mbox .w50 .input input {
  opacity: 0;
  width: 100%;
  line-height: 0.6rem;
  background-color: #Fff;
  border: 1px solid #e5e5e5;
  padding: 0 0.2rem;
  color: #666666;
}
@media (max-width: 991px) {
  .contact-box4 .container .mbox .w50 .input input {
    line-height: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.contact-box4 .container .mbox .w100 {
  width: 100%;
}
.contact-box4 .container .mbox .w100 textarea {
  opacity: 0;
  width: 100%;
  line-height: 0.6rem;
  background-color: #Fff;
  border: 1px solid #e5e5e5;
  padding: 0 0.2rem;
  color: #666666;
  height: 2.2rem;
}
.contact-box4 .container .mbox button {
  opacity: 0;
  width: 2.45rem;
  height: 0.66rem;
  background-color: #db0012;
  border-radius: 0.08rem;
  line-height: 0.66rem;
  text-align: center;
  color: #Fff;
  margin: 0.6rem auto 0;
  display: block;
}
.contact-box5 {
  background-color: #f9f9f9;
  padding: 0.8rem 0;
  height: calc(100vh - 1.75rem);
  display: flex;
  align-items: center;
}
.contact-box5 .container {
  max-width: 1400px;
}
.contact-box5 .container .title {
  text-align: center;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.4rem;
  opacity: 0;
}
.contact-box5 .container .mbox {
  position: relative;
}
.contact-box5 .container .mbox .img {
  width: 78.1%;
  border-radius: 0.04rem;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-box5 .container .mbox .img {
    width: 100%;
  }
}
.contact-box5 .container .mbox .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 51.1%;
}
.contact-box5 .container .mbox .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.contact-box5 .container .mbox .img:hover img {
  transform: scale(1.05);
}
.contact-box5 .container .mbox .sbox {
  position: absolute;
  right: 0;
  background-color: #fff;
  padding: 0.7rem 0.6rem 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 43%;
}
@media (max-width: 991px) {
  .contact-box5 .container .mbox .sbox {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }
}
.contact-box5 .container .mbox .sbox .text1 {
  color: #666666;
  line-height: 0.3rem;
  position: relative;
  opacity: 0;
}
@media (max-width: 991px) {
  .contact-box5 .container .mbox .sbox .text1 {
    line-height: 1.5em;
  }
}
.contact-box5 .container .mbox .sbox .text1 img {
  position: absolute;
  right: 0;
  top: -1rem;
  width: 0.61rem;
  height: 0.49rem;
}
@media (max-width: 991px) {
  .contact-box5 .container .mbox .sbox .text1 img {
    display: none;
  }
}
.contact-box5 .container .mbox .sbox .text2 {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  opacity: 0;
}
.contact-box5 .container .mbox .sbox .text2 .img1 {
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 0.6rem;
  margin-right: 0.1rem;
}
.contact-box5 .container .mbox .sbox .text2 .img1::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.contact-box5 .container .mbox .sbox .text2 .img1 img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.contact-box6 {
  padding-top: 1.8rem;
  padding-bottom: 0.8rem;
  background-color: #f9f9f9;
  height: 100vh;
  display: flex;
  align-items: center;
}
.contact-box6 .container {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  background-color: #Fff;
}
.contact-box6 .container .left {
  width: 27.5%;
}
@media (max-width: 991px) {
  .contact-box6 .container .left {
    width: 100%;
  }
}
.contact-box6 .container .left .title {
  opacity: 0;
  color: #333333;
  font-weight: bold;
  line-height: 1em;
  padding: 0.6rem 0.5rem 0.7rem;
}
.contact-box6 .container .left .textbox {
  color: #999;
}
.contact-box6 .container .left .textbox .text {
  opacity: 0;
  padding: 0 0.8rem;
  position: relative;
  margin-bottom: 0.3rem;
  line-height: 0.3rem;
}
.contact-box6 .container .left .textbox .text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.6rem;
  height: 2px;
  top: 0.14rem;
}
.contact-box6 .container .left .textbox .text.default {
  color: #e71828;
}
.contact-box6 .container .left .textbox .text.default::before {
  background-color: #e71828;
}
.contact-box6 .container .right {
  width: 72.5%;
}
@media (max-width: 991px) {
  .contact-box6 .container .right {
    width: 100%;
  }
}
.contact-box6 .container .right .contact6swiper {
  position: relative;
  overflow: hidden;
}
.contact-box6 .container .right .contact6swiper .swiper-slide {
  position: relative;
}
.contact-box6 .container .right .contact6swiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.9rem;
  background-image: url(../images/contact-img17.png);
  background-size: 100% 100%;
  z-index: 2;
}
.contact-box6 .container .right .contact6swiper .swiper-slide .img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-box6 .container .right .contact6swiper .swiper-slide .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 55.2%;
}
.contact-box6 .container .right .contact6swiper .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.contact-box6 .container .right .contact6swiper .swiper-slide .textflow2 {
  opacity: 0;
  position: absolute;
  width: 50%;
  left: 0;
  padding: 0 0.4rem;
  bottom: 0.3rem;
  z-index: 2;
  color: #ffffff;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .contact-box6 .container .right .contact6swiper .swiper-slide .textflow2 {
    width: 80%;
  }
}
.contact-box7 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2rem 0 0.6rem;
}
.contact-box7 .container {
  max-width: 1400px;
}
.contact-box7 .container .title {
  color: #ffffff;
  font-weight: bold;
}
.contact-box7 .container .mbox .sbox .title2 {
  color: #fdfdfd;
}
.contact-box8 {
  padding-top: 1rem;
}
.contact-box8 .contact-box8a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.2rem 0 0.3rem;
}
.contact-box8 .contact-box8a .container {
  max-width: 1400px;
}
.contact-box8 .contact-box8a .container .cn1 {
  color: #ffffff;
  margin-bottom: 0.5rem;
  opacity: 0;
}
.contact-box8 .contact-box8a .container .cn2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.contact-box8 .contact-box8a .container .cn2 .cn3 {
  opacity: 0;
  width: 20%;
}
@media (max-width: 991px) {
  .contact-box8 .contact-box8a .container .cn2 .cn3 {
    width: 30%;
  }
}
.contact-box8 .contact-box8a .container .cn2 .cn3 .cn4 {
  color: #fdfdfd;
  line-height: 2em;
}
.contact-box8 .contact-box8a .container .cn2 .cn3 .cn5 {
  width: 100%;
  line-height: 0.5rem;
  background-color: #Fff;
  border: 1px solid #e5e5e5;
  padding: 0 0.2rem;
  background-image: url(../images/join1.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right 10px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .contact-box8 .contact-box8a .container .cn2 .cn3 .cn5 {
    line-height: 0.7rem;
  }
}
.contact-box8 .contact-box8a .container .cn2 .cn6 {
  opacity: 0;
  width: 33.5%;
  display: flex;
  height: calc(0.5rem + 2px);
  margin-left: 0.3rem;
}
@media (max-width: 991px) {
  .contact-box8 .contact-box8a .container .cn2 .cn6 {
    height: calc(0.7rem + 2px);
  }
}
@media (max-width: 991px) {
  .contact-box8 .contact-box8a .container .cn2 .cn6 {
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }
}
.contact-box8 .contact-box8a .container .cn2 .cn6 .cn7 {
  background-color: #fff;
  line-height: 0.5rem;
  width: calc(100% - 1rem);
  color: #666666;
  border: 1px solid #e5e5e5;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .contact-box8 .contact-box8a .container .cn2 .cn6 .cn7 {
    line-height: 0.7rem;
  }
}
.contact-box8 .contact-box8a .container .cn2 .cn6 .cn8 {
  width: 1rem;
  line-height: 0.5rem;
  text-align: center;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .contact-box8 .contact-box8a .container .cn2 .cn6 .cn8 {
    line-height: 0.7rem;
  }
}
.contact-box8 .contact-box8b {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.contact-box8 .contact-box8b .container {
  max-width: 1400px;
}
.contact-box8 .contact-box8b .container .contact-box8c {
  position: relative;
  overflow: hidden;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox {
  opacity: 0;
  width: 100%;
  padding: 0.4rem 0.3rem;
  background-color: #f7f7f7;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox .cn9 {
  color: #333333;
  margin-bottom: 0.2rem;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox .cn10 {
  line-height: 2em;
  display: flex;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox .cn10 .cn11 {
  color: #333;
  word-break: keep-all;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox .cn10 .cn12 {
  color: #666;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox .cn13 {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  color: #333;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox .cn13 svg {
  transition: all 0.5s;
  width: 0.26rem;
  height: 0.2rem;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox .cn13 svg path {
  fill: #333;
  opacity: 1;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox .cn13:hover svg {
  margin-left: 0.1rem;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox:hover {
  background-color: #005f63;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox:hover .cn9 {
  color: #fff;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox:hover .cn10 .cn11 {
  color: #fff;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox:hover .cn10 .cn12 {
  color: #fff;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox:hover .cn13 {
  color: #fff;
}
.contact-box8 .contact-box8b .container .contact-box8c .mbox:hover .cn13 svg path {
  fill: #Fff;
}
.join-box1 {
  background-color: #f7f7f7;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .join-box1 {
    padding-top: 0;
  }
}
.join-box1 .container .mbox {
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .join-box1 .container .mbox {
    width: 100%;
  }
}
.join-box1 .container .mbox .cn1 {
  color: #333333;
  text-align: center;
  opacity: 0;
}
.join-box1 .container .mbox .cn2 {
  opacity: 0;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.join-box1 .container .mbox .cn2 .cn3 {
  color: #999999;
  margin: 0 0.1rem;
}
.join-box1 .container .mbox .cn4 {
  margin-top: 0.7rem;
  padding-bottom: 0.5rem;
}
.join-box1 .container .mbox .cn4 h3 {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
}
@media (max-width: 991px) {
  .join-box1 .container .mbox .cn4 h3 {
    font-size: 0.28rem;
  }
}
.join-box1 .container .mbox .cn4 p {
  font-size: 0.16rem;
  color: #666;
}
@media (max-width: 991px) {
  .join-box1 .container .mbox .cn4 p {
    font-size: 0.28rem;
  }
}
.join-box2 {
  background-color: #e5e5e5;
  padding: 1.8rem 0 1.3rem;
}
.join-box2 .cn21 {
  opacity: 0;
  text-align: center;
}
.join-box2 .contact-box8b {
  padding-bottom: 0;
}
.error .container {
  height: calc(100vh - 1.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.error .container .mbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.error .container .cn1 {
  display: block;
  width: 100%;
  text-align: center;
}
.error .container .cn4 {
  text-align: center;
  margin-top: 0.35rem;
}
.error .container .cn4 em {
  font-style: normal;
  color: #db0012;
  visibility: hidden;
  position: absolute;
}
.sitemap {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.sitemap .container {
  max-width: 1400px;
}
.sitemap .container .mbox {
  display: flex;
  flex-wrap: wrap;
}
.sitemap .container .mbox .sbox {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.55rem 0;
  line-height: 0.3rem;
  border-bottom: 1px solid #e2e2e2;
}
.sitemap .container .mbox .sbox:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .sitemap .container .mbox .sbox {
    width: 100%;
  }
}
.sitemap .container .mbox .sbox .cn1 {
  color: #333;
  width: 1.6rem;
}
@media (max-width: 767px) {
  .sitemap .container .mbox .sbox .cn1 {
    width: 100%;
  }
}
.sitemap .container .mbox .sbox .cn1:hover {
  color: #e60012;
}
.sitemap .container .mbox .sbox .cn2 {
  width: calc(100% - 1.6rem);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sitemap .container .mbox .sbox .cn2 {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.sitemap .container .mbox .sbox .cn2 .cn3 {
  margin-right: 0.2rem;
}
.sitemap .container .mbox .sbox .cn2 .cn3 .cn4 {
  color: #666666;
}
.sitemap .container .mbox .sbox .cn2 .cn3 .cn4:hover {
  color: #e60012;
}
.privacy {
  margin-bottom: 1.2rem;
}
.privacy .container {
  max-width: 1400px;
}
.privacy .container .cn1 {
  text-align: center;
  color: #333333;
  margin-bottom: 0.3rem;
}
.privacy .container .mbox {
  height: 7.65rem;
}
.privacy .container .mbox h3 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  margin: 0.2rem 0;
}
@media (max-width: 991px) {
  .privacy .container .mbox h3 {
    font-size: 0.4rem;
  }
}
.privacy .container .mbox p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .privacy .container .mbox p {
    font-size: 0.28rem;
  }
}
.page-box {
  padding-bottom: 1.2rem;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
}
.page-box .page1 {
  line-height: 0.5rem;
  margin: 0 0.1rem 0;
  text-align: center;
  color: #000000;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(270deg);
}
@media (max-width: 767px) {
  .page-box .page1 {
    padding: 0 0.1rem;
    line-height: 0.5rem;
  }
}
.page-box .page1:hover {
  background-color: #e60012;
  color: #Fff;
}
.page-box .page1:hover svg path {
  fill: #Fff;
}
.page-box .page1.next {
  transform: rotate(90deg);
}
.page-box .pagenum {
  width: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50%;
  margin: 0 0.1rem 0;
  text-align: center;
  color: #333333;
}
@media (max-width: 767px) {
  .page-box .pagenum {
    width: 0.4rem;
    line-height: 0.4rem;
  }
}
.page-box .pagenum.default {
  background-color: #e60012;
  color: #Fff;
}
.page-box .pagenum:hover {
  background-color: #e60012;
  color: #Fff;
}
.c-nav2-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  transition: all 1s;
  opacity: 0;
  transform: translateY(-100%);
}
.c-nav2-box .c-nav2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-nav2-box .c-nav2 .c-left {
  opacity: 0;
  transform: translateY(100px);
  position: relative;
  width: 50%;
  height: 100%;
  transition: all 0.5s;
  overflow: hidden;
}
@media (max-width: 991px) {
  .c-nav2-box .c-nav2 .c-left {
    display: none;
  }
}
.c-nav2-box .c-nav2 .c-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-nav2-box .c-nav2 .c-left .c-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-nav2-box .c-nav2 .c-right {
  transition: all 0.5s;
  opacity: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  background-color: #fff;
  text-align: left;
  padding: 0 2.6rem 0 0.8rem;
  overflow: auto;
}
.c-nav2-box .c-nav2 .c-right .close999 {
  cursor: pointer;
  position: absolute;
  top: 0.25rem;
  right: 0.6rem;
  width: auto;
}
.c-nav2-box .c-nav2 .c-right .close999 svg {
  width: 46px;
  height: 46px;
}
.c-nav2-box .c-nav2 .c-right .close999 svg path {
  fill: #333;
  opacity: 1;
}
@media (max-width: 991px) {
  .c-nav2-box .c-nav2 .c-right {
    padding: 60px 1rem 0;
    width: 100%;
    align-items: flex-start;
  }
}
.c-nav2-box .c-nav2 .c-right > div {
  width: 100%;
}
.c-nav2-box .c-nav2 .c-right .c-title {
  font-size: 24px;
  color: #333;
}
@media (max-width: 1580px) {
  .c-nav2-box .c-nav2 .c-right .c-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .c-nav2-box .c-nav2 .c-right .c-title {
    font-size: 16px;
  }
}
.c-nav2-box .c-nav2 .c-right a {
  color: #666;
}
.c-nav2-box .c-nav2 .c-right a:hover {
  color: #e60012;
}
@media (max-width: 991px) {
  .c-nav2-box .c-nav2 .c-right .c-list {
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.c-nav2-box .c-nav2 .c-right .c-list > li {
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .c-nav2-box .c-nav2 .c-right .c-list > li {
    margin-bottom: 1rem;
  }
}
.c-nav2-box .c-nav2 .c-right .c-list > li .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-nav2-box .c-nav2 .c-right .c-list > li .c-list2 li {
  margin: 0.1rem 0.4rem 0 0;
}
@media (max-width: 991px) {
  .c-nav2-box .c-nav2 .c-right .c-list > li .c-list2 li {
    margin: 0.5rem 1rem 0 0;
  }
}
@media (max-width: 767px) {
  .c-nav2-box .c-nav2 .c-right .c-list > li .c-list2 li {
    margin: 0 0.5rem 0 0;
  }
}
.c-nav2-box .c-nav2 .c-right .c-list > li .c-list2 li:last-child {
  margin-right: 0;
}
.c-nav2-box .c-nav2 .c-right .c-ico {
  display: flex;
  align-items: center;
  padding-top: 0.8rem;
}
@media (max-width: 1580px) {
  .c-nav2-box .c-nav2 .c-right .c-ico {
    padding-top: 0;
  }
}
.c-nav2-box .c-nav2 .c-right .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s;
}
.c-nav2-box .c-nav2 .c-right .c-ico a:last-child {
  margin-right: 0;
}
.c-nav2-box .c-nav2 .c-right .c-ico a img {
  height: 20px;
}
.c-nav2-box .c-nav2 .c-right .c-ico a img:last-child {
  display: none;
}
.c-nav2-box .c-nav2 .c-right .c-ico a:hover {
  background: #e60012;
}
.c-nav2-box .c-nav2 .c-right .c-ico a:hover img {
  display: none;
}
.c-nav2-box .c-nav2 .c-right .c-ico a:hover img:last-child {
  display: inline-block;
}
.c-nav2-box.ononon {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.c-nav2-box.ononon .c-nav2 .c-left {
  opacity: 1;
  transform: translateY(0);
}
.c-nav2-box.ononon .c-nav2 .c-right {
  opacity: 1;
}
