@charset "utf-8";
.font60 {
  font-size: 0.6rem;
}
.font48 {
  font-size: 0.48rem;
}
.font30 {
  font-size: 0.3rem;
}
.font24 {
  font-size: 24px;
}
.font20 {
  font-size: 20px;
}
.font18 {
  font-size: 18px;
}
.font16 {
  font-size: 16px;
}
@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) {
  .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;
  }
}
.x-mbx-box .right-icon svg path {
  fill: #999;
}
.about-box0 .img {
  width: 100%;
  position: relative;
}
.about-box0 .img .pc-img {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .about-box0 .img .pc-img {
    display: none;
  }
}
.about-box0 .img .mb-img {
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .about-box0 .img .mb-img {
    display: block;
    min-height: 12rem;
  }
}
@media (max-width: 767px) {
  .about-box0 .img .mb-img {
    display: block;
    min-height: 10rem;
  }
}
.about-box0 .textbox {
  position: absolute;
  width: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
@media (max-width: 1580px) {
  .about-box0 .textbox {
    top: 40%;
  }
}
.about-box0 .textbox .cn1 {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
.about-box0 .textbox .cn2 {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.3rem;
  margin: 0.3rem 0 0.7rem;
}
@media (max-width: 767px) {
  .about-box0 .textbox .cn2 {
    padding: 0 0.4rem;
    line-height: 1.4;
  }
  .about-box0 .textbox .cn2 br {
    display: none;
  }
}
.about-box0 .textbox .box1 {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.about-box0 .textbox .box1 .img2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media (max-width: 767px) {
  .about-box0 .textbox .box1 .img2 img {
    height: 0.4rem;
  }
}
.about-box0 .textbox .box1 .img3 img {
  transition: all 1s;
}
.about-box0 .textbox .box1:hover .img3 img {
  transform: rotate(360deg);
}
.about-box0 .textbox .cn3 {
  text-align: center;
  color: #fff;
  margin: 0.15rem 0 0;
}
.about-box0 .textbox .x-a {
  text-align: center;
  margin-top: 0.7rem;
  display: none;
}
.about-box0 .textbox .x-a .x-public-a {
  background-color: #d51d1d;
  border: 1px solid #d51d1d;
}
.about-box0 .textbox .link {
  width: 1.6rem;
  line-height: 0.6rem;
  background-color: #d51d1d;
  border-radius: 0.3rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #Fff;
}
@media (max-width: 767px) {
  .about-box0 .textbox .link {
    width: 2.6rem;
    line-height: 0.8rem;
  }
}
.about-box0 .textbox .link span {
  position: relative;
  z-index: 2;
}
.about-box0 .textbox .link svg {
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .about-box0 .textbox .link svg {
    height: 0.3rem;
  }
}
.about-box0 .textbox .link svg path {
  fill: #fff;
}
.about-box1 {
  margin-top: 0.4rem;
}
.about-box1 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.about-box1 .container .left {
  width: 50%;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 5%;
}
@media (max-width: 767px) {
  .about-box1 .container .left {
    width: 100%;
    position: initial;
  }
}
.about-box1 .container .left .title {
  width: 60%;
  line-height: 0.56rem;
  font-weight: bold;
  color: #000;
}
@media (max-width: 991px) {
  .about-box1 .container .left .title {
    width: 80%;
  }
}
.about-box1 .container .left .title2 {
  margin-top: 0.6rem;
}
.about-box1 .container .left ul {
  width: 60%;
  margin-top: 0.1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .about-box1 .container .left ul {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .about-box1 .container .left ul {
    width: 100%;
  }
}
.about-box1 .container .left ul li {
  background-color: #ffffff;
  padding: 0.4rem;
  box-shadow: 0rem 0.03rem 0.2rem 0rem rgba(0, 0, 0, 0.08);
  border-radius: 0.05rem;
  margin-top: 0.2rem;
  cursor: pointer;
}
.about-box1 .container .left ul li .cn1 .font18 {
  color: #666666;
  display: block;
}
.about-box1 .container .left ul li .cn1 .font30 {
  color: #333333;
  display: block;
  font-weight: bold;
}
.about-box1 .container .left ul li.on {
  background-color: #d51d1d;
}
.about-box1 .container .left ul li.on .font18 {
  color: #ffffff;
}
.about-box1 .container .left ul li.on .font30 {
  color: #fff;
}
.about-box1 .container .right {
  width: 50%;
  padding-left: 0.4rem;
}
@media (max-width: 767px) {
  .about-box1 .container .right {
    width: 100%;
  }
}
.about-box1 .container .right ul {
  position: relative;
}
.about-box1 .container .right ul::before {
  content: "";
  position: absolute;
  left: -0.4rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.about-box1 .container .right ul li .img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-box1 .container .right ul li .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 50%;
}
.about-box1 .container .right ul li .img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.about-box1 .container .right ul li .title {
  color: #333333;
  font-weight: bold;
  line-height: 0.45rem;
  margin: 0.2rem 0;
  position: relative;
}
.about-box1 .container .right ul li .title::before {
  content: "";
  position: absolute;
  left: -0.47rem;
  top: 0.15rem;
  width: 0.14rem;
  height: 0.14rem;
  background-color: #d51d1d;
  border-radius: 50%;
}
.about-box1 .container .right ul li .text {
  color: #666;
  line-height: 1.5em;
  margin-bottom: 0.4rem;
}
.about-box2 {
  background-color: #f8f8f8;
  padding: 1.3rem 0;
}
.about-box2 .x-title {
  display: block;
}
.about-box2 .honer1 {
  margin-top: 0.6rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 360px;
}
.about-box2 .honer1:nth-of-type(2) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about-box2 .honer1 {
    height: 280px;
  }
}
.about-box2 .honer1::before {
  content: "";
  width: 4.8rem;
  height: 100%;
  background: url("../images/x-mb.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .about-box2 .honer1::before {
    display: none;
  }
}
.about-box2 .honer1::after {
  content: "";
  width: 4.8rem;
  height: 100%;
  background: url("../images/x-mb.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .about-box2 .honer1::after {
    display: none;
  }
}
.about-box2 .honer1 ul {
  position: absolute;
  height: 100%;
  margin: 0 auto;
}
.about-box2 .honer1 ul li {
  width: 280px;
  height: 100%;
  position: relative;
  float: left;
  transition: 0.3s all;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  background-color: #fff;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .about-box2 .honer1 ul li {
    width: 230px;
  }
}
.about-box2 .honer1 ul li .public-img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.about-box2 .honer1 ul li .public-img::before {
  padding-top: 140%;
}
.about-box2 .honer1 ul li .public-img img {
  object-fit: contain;
}
.container .honor2 {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.container .honor2 .mbox {
  padding: 0.4rem 0;
  margin-right: 0.2rem;
  width: calc((100% - 0.6rem) / 4);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .honor2 .mbox:nth-child(4) {
  margin-right: 0;
}
@media (max-width: 1260px) {
  .container .honor2 .mbox {
    margin-top: 0.2rem;
    width: calc((100% - 0.2rem) / 2);
  }
  .container .honor2 .mbox:nth-child(2n) {
    margin-right: 0;
  }
}
.container .honor2 .mbox .img {
  margin-right: 0.3rem;
}
.container .honor2 .mbox .img img {
  width: 0.8rem;
  height: 0.8rem;
}
.container .honor2 .mbox .text .text1 .num {
  color: #d51d1d;
  font-weight: bold;
  font-style: normal;
}
.container .honor2 .mbox .text .text1 .text3 {
  color: #d51d1d;
  font-style: normal;
  font-weight: bold;
}
.container .honor2 .mbox .text .text2 {
  color: #333333;
  display: block;
}
.about-box3 {
  padding: 1.3rem 0;
  background-color: #Fff;
}
.about-box3 .x-title {
  display: block;
}
.about-box3 .bigbox {
  margin: 0.6rem 0.3rem 0;
  overflow: hidden;
}
.about-box3 .bigbox .mbox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 7.2rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  animation: aboutmove 3s;
  animation-iteration-count: 1;
  overflow: hidden;
}
.about-box3 .bigbox .mbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .about-box3 .bigbox .mbox {
    height: initial;
  }
}
.about-box3 .bigbox .mbox .sbox {
  width: 20%;
  position: relative;
}
@media (max-width: 991px) {
  .about-box3 .bigbox .mbox .sbox {
    width: 100%;
    height: 4rem;
  }
}
.about-box3 .bigbox .mbox .sbox::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(248, 248, 248, 0.2);
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .about-box3 .bigbox .mbox .sbox::before {
    width: 100%;
    height: 1px;
  }
}
.about-box3 .bigbox .mbox .sbox .sbox1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60%;
  transition: 0.3s all;
}
@media (max-width: 991px) {
  .about-box3 .bigbox .mbox .sbox .sbox1 {
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
.about-box3 .bigbox .mbox .sbox .sbox1 .img {
  text-align: center;
  line-height: 0.55rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-box3 .bigbox .mbox .sbox .sbox1 .img img {
  max-width: 100%;
  max-height: 100%;
}
.about-box3 .bigbox .mbox .sbox .sbox1 .title {
  text-align: center;
  color: #ffffff;
  margin: 0.3rem 0 0.2rem;
}
.about-box3 .bigbox .mbox .sbox .sbox1 .text {
  text-align: center;
  line-height: 1.5em;
  color: #Fff;
  opacity: 0.9;
}
.about-box3 .bigbox .mbox .sbox.default::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}
.about-box3 .bigbox .mbox .sbox.default .sbox1 {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@keyframes aboutmove {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.hi-btn1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hi-btn1 {
    padding: 0 0.2rem;
    min-width: auto;
    height: 0.8rem;
  }
}
.hi-btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.hi-btn1 .hi-text {
  position: relative;
  z-index: 5;
}
.hi-btn1 .hi-ico {
  position: relative;
  z-index: 5;
  margin-left: 0.3rem;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hi-btn1 .hi-ico {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.hi-btn1 .hi-ico path {
  fill: #000;
  transition: all 0.3s ease-out;
}
.hi-btn1:hover {
  color: #d51d1d !important;
  background-color: #fff !important;
}
.hi-btn1:hover::before {
  width: 100%;
}
.hi-btn1:hover .hi-ico path {
  fill: #d51d1d !important;
}
