@font-face {
  font-family: 'oswaldBold';
  src: url(../font/Oswald-Bold.ttf);
}

.searchBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000060;
  z-index: 999999999999999;
  display: none;
}

.searchBox .ipt {
  width: 100%;
  height: 2rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.searchBox .ipt .inpZ {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #66666650;
  padding: 0.5rem 0;
  padding: 0.1rem 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.searchBox .ipt .inpZ input {
  width: 5rem;
  border: none;
}
header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 0 10px #88888830;
  z-index: 2;
}
header .box {
  width: 100%;
  height: 0.9rem;
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .box .loginBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .box .loginBox .login {
  width: auto;
  height: 0.9rem;
  display: block;
}

header .box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .box .title .navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .box .title .navBox .headerLi {
  z-index: 2;
  position: relative;
}

header .box .title .navBox .onHeaderLi .tag {
  background-color: #ee1d23;
  color: #f5f5f5;
}

header .box .title .navBox .tag {
  line-height: 0.9rem;
  padding: 0 0.38rem;
  display: block;
  color: #000000;
}

header .box .title .navBox .tag:hover {
  background-color: #ee1d23;
  color: #f5f5f5;
}

header .box .title .navBox .tagSon {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background-color: #ffffff;
  display: none;
}

header .box .title .navBox .tagSon li {
  text-align: center;
  line-height: 3;
}

header .box .title .navBox .tagSon li:hover {
  background-color: #ee1d23;
  color: #f5f5f5;
}

header .box .title .line {
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
}

@media (max-width: 900px) {

  header .box .title .navBox,
  header .box .title .line {
    display: none;
  }
}

header .box .title .bthBox {
  margin-left: 0.27rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .box .title .bthBox .bth {
  width: 0.28rem;
  height: 0.28rem;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  margin-left: 0.2rem;
  position: relative;
  cursor: pointer;
}

header .box .title .bthBox .bth .footerW {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  z-index: 9;
  padding-top: 100%;
  display: none;
}

header .box .title .bthBox .bth .footerW .imgBOx {
  -webkit-box-shadow: 0 0px 20px #00000029;
  box-shadow: 0 0px 20px #00000029;
  background-color: #fff;
  padding: 0.1rem;
  position: relative;
}

header .box .title .bthBox .bth .footerW .imgBOx::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid white;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

header .box .title .bthBox .bth .footerW .imgBOx .img {
  width: 0.85rem;
  min-width: 100px;
}

header .box .title .bthBox .bth .footerW .imgBOx p {
  text-align: center;
  margin-top: 0.1rem;
}

header .box .title .bthBox .bth:hover .footerW {
  display: block;
}

header .box .title .bthBox .Chinese_English {
  margin-left: 0.57rem;
}

header .box .title .bthBox .Chinese_English .onSpan {
  color: #ee1d23;
}

header .box .title .close {
  width: 32px;
  z-index: 12;
  padding: 0.1rem;
  margin-left: 0.2rem;
  display: none;
}

header .box .title .close span {
  display: block;
  height: 2px;
  background: #666666;
  margin-bottom: 6px;
  border-radius: 2px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

header .box .title .close span:nth-child(3) {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  header .box .title .close {
    display: block !important;
  }
}

header .box .title .open span {
  background: #666666;
}

header .box .title .open span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .box .title .open span:nth-of-type(2) {
  width: 0;
}

header .box .title .open span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .box .h-nav {
  display: block;
  position: fixed;
  height: calc(100vh - 0.9rem);
  width: 50%;
  background-color: #ffffff;
  top: 0.9rem;
  left: -50%;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #000000;
  z-index: 20;
}

header .box .h-nav .HnavBox {
  line-height: 40px;
}

header .box .h-nav .HnavBox .onc {
  padding: 0 0.5rem;
  width: 100%;
  line-height: 40px;
  display: block;
}

header .box .h-nav .HnavBox .onc:hover {
  background-color: #00000063;
}

header .box .h-nav .active {
  background-color: #f2cb1e;
}

header .box .h-nav .hideBox {
  position: relative;
}

header .box .h-nav .hideBox .Aicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .box .h-nav .hideBox .Aicon:hover {
  background-color: #00000063;
}

header .box .h-nav .hideBox .Aicon .onc:hover {
  background-color: rgba(0, 0, 0, 0);
}

header .box .h-nav .hideBox .Aicon .span1 {
  font-size: 26px;
  padding-right: 0.5rem;
  cursor: pointer;
}

header .box .h-nav .hideBox .Aicon .span2 {
  font-size: 26px;
  padding-right: 0.5rem;
  cursor: pointer;
  display: none;
}

header .box .h-nav .hideBox .hide {
  display: none;
}

header .box .h-nav .hideBox .hide li {
  padding: 0 0.7rem;
  line-height: 40px;
}

header .box .h-nav .hideBox .hide li:hover {
  background-color: #00000063;
}

header .box .h-nav .k .Aicon .span1 {
  display: none;
}

header .box .h-nav .k .Aicon .span2 {
  display: block;
}

header .box .mask {
  position: fixed;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000073;
  z-index: 10;
  display: none;
}

@media (max-width: 1200px) {
  header .box {
    padding: 0 4%;
  }
}

@media (max-width: 700px) {
  header .box {
    padding: 0%;
  }
}
main{
  margin-top: 0.9rem;
}
.home .swiper-container1 .swiper-slide img {
  width: 100%;
  display: block;
}

.home .swiper-container1 .swiperPagination {
  position: absolute;
  bottom: 0.37rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .swiper-container1 .swiperPagination .buttonPrev,
.home .swiper-container1 .swiperPagination .buttonNext {
  margin-right: 12px;
  width: 0.36rem;
  height: 0.36rem;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}

.home .swiper-container1 .swiperPagination .buttonNext {
  margin: 0;
  margin-left: 12px;
}

.home .swiper-container1 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  bottom: auto;
}

.home .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
  background: #00000000;
  opacity: 1;
  margin: 0 14px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home .swiper-container1 .swiper-pagination .swiper-pagination-bullet .span1 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: solid 1px #aaaaaa;
  display: block;
}

.home .swiper-container1 .swiper-pagination .swiper-pagination-bullet .span2 {
  display: none;
}

.home .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active .span1 {
  display: none;
}

.home .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active .span2 {
  display: block;
  font-size: 14px;
  color: #ee1d23;
}

.home .productCenter {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
  background-image: url(../images/productCenter_banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .productCenter .title {
  color: #222222;
  text-align: center;
}

.home .productCenter .icon {
  width: 0.6rem;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 0.08rem;
}

.home .productCenter .swiper-container2 {
  padding-top: 0.35rem;
}

.home .productCenter .swiper-container2 .swiper-slide {
  border: 0px solid #ed7e82;
}

.home .productCenter .swiper-container2 .swiper-slide .imgBox {
  overflow: hidden;
}

.home .productCenter .swiper-container2 .swiper-slide img {
  width: 100%;
  height: auto;
}

.home .productCenter .swiper-container2 .swiper-slide .text {
  width: 100%;
  height: 1.05rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home .productCenter .swiper-container2 .swiper-slide:hover {
  border: 1px solid #ed7e82;
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home .productCenter .swiper-container2 .paginationBox {
  margin-top: 0.45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home .productCenter .swiper-container2 .paginationBox .bthBox {
  z-index: 2;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.2rem;
}

.home .productCenter .swiper-container2 .paginationBox .swiper-pagination {
  width: 0.88rem;
  position: relative;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home .productCenter .swiper-container2 .paginationBox .buttonPrev,
.home .productCenter .swiper-container2 .paginationBox .buttonNext {
  width: 0.36rem;
  height: 0.36rem;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}

.home .productCenter .swiper-container2 .paginationBox .buttonPrev .servicePrev,
.home .productCenter .swiper-container2 .paginationBox .buttonNext .servicePrev {
  width: 100%;
  display: block;
}

.home .productCenter .swiper-container2 .paginationBox .buttonPrev .servicePrev1,
.home .productCenter .swiper-container2 .paginationBox .buttonNext .servicePrev1 {
  display: none;
}

.home .productCenter .swiper-container2 .paginationBox .buttonPrev:hover .servicePrev,
.home .productCenter .swiper-container2 .paginationBox .buttonNext:hover .servicePrev {
  display: none;
}

.home .productCenter .swiper-container2 .paginationBox .buttonPrev:hover .servicePrev1,
.home .productCenter .swiper-container2 .paginationBox .buttonNext:hover .servicePrev1 {
  display: block;
}

.home .productCenter .swiper-container2 .paginationBox .line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
}

@media (max-width: 700px) {
  .home .productCenter {
    padding: 4%;
  }
}

.home .introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.home .introduce .imgBg {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/introduceBg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .introduce .content {
  width: 12.9rem;
  z-index: 1;
  background-color: #ffffff;
  margin-top: 1.42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home .introduce .content .text {
  padding-top: calc(157 / 1290 * 100%);
  padding-left: calc(136 / 1290 * 100%);
  width: calc(784 / 1290 * 100%);
}

.home .introduce .content .text .icon {
  width: 0.6rem;
  margin-top: calc(10 / 784 * 100%);
  margin-bottom: calc(60 / 784 * 100%);
}

.home .introduce .content .text .p2 {
  line-height: calc(32 / 18 * 100%);
  margin-top: calc(22 / 784 * 100%);
  margin-bottom: calc(128 / 784 * 100%);
}

.home .introduce .content .text .introduceBth {
  height: calc(60 / 784 * 100%);
  margin-bottom: calc(158 / 784 * 100%);
}

.home .introduce .content .iconBox {
  position: relative;
  width: calc(276 / 1290 * 100%);
}

.home .introduce .content .iconBox .introduceBanner {
  height: 100%;
  display: block;
}

.home .introduce .content .iconBox .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: calc(173 / 853 * 100%);
  left: calc(92 / 276 * 100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  cursor: pointer;
}

.home .introduce .content .iconBox .icon span {
  margin-right: 0.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home .introduce .content .iconBox .icon img {
  width: 0.58rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home .introduce .content .iconBox .icon .img1 {
  display: block;
}

.home .introduce .content .iconBox .icon .img2 {
  display: none;
}

.home .introduce .content .iconBox .icon:hover span {
  color: #ee1d23;
}

.home .introduce .content .iconBox .icon:hover .img1 {
  display: none;
}

.home .introduce .content .iconBox .icon:hover .img2 {
  display: block;
}

.home .introduce .content .iconBox .icon1 {
  top: calc(261 / 853 * 100%);
  left: calc(58 / 276 * 100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.home .introduce .content .iconBox .icon2 {
  top: calc(349 / 853 * 100%);
  left: calc(31 / 276 * 100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.home .introduce .content .iconBox .icon3 {
  top: calc(437 / 853 * 100%);
  left: calc(33 / 276 * 100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.home .introduce .content .iconBox .icon4 {
  top: calc(525 / 853 * 100%);
  left: calc(51 / 276 * 100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.home .introduce .content .iconBox .icon5 {
  top: calc(613 / 853 * 100%);
  left: calc(81 / 276 * 100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (max-width: 700px) {
  .home .introduce .content {
    width: 100%;
    margin-top: 0;
  }

  .home .introduce .content .text {
    width: 100%;
    padding: 4%;
  }

  .home .introduce .content .text .p2 {
    margin-bottom: 0.2rem;
  }

  .home .introduce .content .text .introduceBth {
    height: 34px;
    margin: 0;
  }

  .home .introduce .content .iconBox {
    display: none;
  }
}

.home .service {
  padding: 1rem calc(160 / 1920 * 100%);
  padding-bottom: 0;
}

.home .service .title {
  text-align: center;
}

.home .service .icon {
  width: 0.6rem;
  margin: 0 auto;
  display: block;
  margin-top: 0.1rem;
}

.home .service .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.35rem;
}

.home .service .content .left {
  width: calc((100% - 20px) / 2);
}

.home .service .content .left .swiper-container3 .swiper-slide {
  height: auto;
  position: relative;
}

.home .service .content .left .swiper-container3 .swiper-slide .Mask {
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#4f5052));
  background-image: linear-gradient(#00000000, #4f5052);
  position: absolute;
  left: 0;
  bottom: 0;
}

.home .service .content .left .swiper-container3 .swiper-slide p {
  width: 100%;
  color: #ffffff;
  line-height: 2.5;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home .service .content .left .swiper-container3 .swiper-slide p .serviceBanner4 {
  display: none;
}

.home .service .content .left .swiper-container3 .swiper-slide:hover .Mask {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000a8), to(#000000a8));
  background-image: linear-gradient(#000000a8, #000000a8);
}

.home .service .content .left .swiper-container3 .swiper-slide:hover p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home .service .content .left .swiper-container3 .swiper-slide:hover p .serviceBanner4 {
  display: block;
  width: 0.4rem;
  margin-top: 0.1rem;
}

.home .service .content .left .bthBox {
  width: calc(36 / 790 * 100%);
  z-index: 9;
}

.home .service .content .left .bthBox:hover .servicePrev {
  display: none;
}

.home .service .content .left .bthBox:hover .servicePrev1 {
  display: block;
}

.home .service .content .left .bthBox:hover .serviceNext {
  display: none;
}

.home .service .content .left .bthBox:hover .serviceNext1 {
  display: block;
}

.home .service .content .left .bthBox img {
  width: 100%;
  display: block;
  cursor: pointer;
}

.home .service .content .left .bthBox .servicePrev1 {
  display: none;
}

.home .service .content .left .bthBox .serviceNext1 {
  display: none;
}

.home .service .content .left .bthBox1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home .service .content .left .bthBox2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.home .service .content .left .text {
  width: 100%;
  height: 2.72rem;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 calc(100 / 790 * 100%);
  margin-top: 20px;
}

.home .service .content .left .text p {
  line-height: calc(32 / 18 * 100%);
}

.home .service .content .right {
  width: calc((100% - 20px) / 2);
}

.home .service .content .right .swiper-container4 {
  width: 100%;
  height: 100%;
  position: relative;
}

.home .service .content .right .swiper-container4 .swiper-slide {
  position: relative;
}

.home .service .content .right .swiper-container4 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home .service .content .right .swiper-container4 .swiper-slide .text {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00000069;
  color: #ffffff;
  padding: 0 0.34rem;
}

.home .service .content .right .swiper-container4 .pagination {
  position: absolute;
  right: 0.34rem;
  bottom: 0.4rem;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 11;
}

.home .service .content .right .swiper-container4 .pagination .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .service .content .right .swiper-container4 .pagination .swiper-pagination .swiper-pagination-bullet {
  background: #00000000;
  opacity: 1;
  margin: 0 14px;
  height: 0.3rem;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .service .content .right .swiper-container4 .pagination .swiper-pagination .swiper-pagination-bullet .span1 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  display: block;
}

.home .service .content .right .swiper-container4 .pagination .swiper-pagination .swiper-pagination-bullet .span2 {
  display: none;
}

.home .service .content .right .swiper-container4 .pagination .swiper-pagination .swiper-pagination-bullet-active .span1 {
  display: none;
}

.home .service .content .right .swiper-container4 .pagination .swiper-pagination .swiper-pagination-bullet-active .span2 {
  width: 0.3rem;
  height: 0.3rem;
  min-width: 20px;
  min-height: 20px;
  background-color: #ee1d23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
}

@media (max-width: 900px) {
  .home .service .content .left {
    width: 100%;
  }

  .home .service .content .right {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .home .service {
    padding: 4%;
  }
}

.home .news {
  padding: 1.5rem calc(160 / 1920 * 100%);
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .news .left {
  padding-top: 0.35rem;
}

.home .news .left .icon {
  width: 0.6rem;
  margin-top: 0.06rem;
}

.home .news .left .introduceBth {
  display: block;
  height: 0.6rem;
  margin-top: 0.85rem;
}

.home .news .left .introduceBth img {
  height: 100%;
}

.home .news .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.8rem;
}

.home .news .right .text {
  line-height: 0.84rem;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home .news .right .text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .news .right .text .item1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home .news .right .text .newsIcon1 {
  width: 4px;
  margin-right: 2px;
  display: block;
}

.home .news .right .text .newsIcon2 {
  width: 18px;
  margin-right: 9px;
  display: block;
}

.home .news .right .text p {
  color: #222222;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home .news .right .text:nth-child(1) {
  border-top: 1px solid #eaeaea;
}

.home .news .right .text:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#d2d2d2), color-stop(#fff), to(#fff));
  background-image: linear-gradient(to right, #d2d2d2, #fff, #fff);
}

@media (max-width: 900px) {
  .home .news {
    display: block;
    padding: 4%;
  }

  .home .news .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home .news .left .introduceBth {
    margin: 0;
  }

  .home .news .right {
    margin: 0;
    margin-top: 20px;
  }
}

.contactUs .banner {
  position: relative;
}

.contactUs .banner img {
  width: 100%;
  display: block;
}

.contactUs .banner .text {
  color: #ffffff;
  position: absolute;
  left: calc(160 / 1920 * 100%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contactUs .banner .text .title {
  margin-bottom: 0.16rem;
}

.contactUs .navBox {
  height: 1rem;
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contactUs .navBox .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactUs .navBox .nav .tag {
  width: auto;
  line-height: 1rem;
  padding: 0 0.24rem;
  text-align: center;
  cursor: pointer;
}

.contactUs .navBox .nav .tag:hover {
  background-color: #f5f5f5;
}

.contactUs .navBox .nav .onTag {
  background-color: #f5f5f5;
  position: relative;
}

.contactUs .navBox .nav .onTag::after {
  content: "";
  width: 100%;
  background-image: url(../images/aboutUsIcon2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 9px;
}
@media (max-width:900px) {
  .contactUs .navBox .nav .onTag::after{
    background-image: none;
    height: 1px;
    background-color: #ee1d23;
    bottom: 0;
  }
}

.contactUs .navBox .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactUs .navBox .breadcrumb .aboutUsIcon1 {
  width: 0.22rem;
  display: block;
  margin-right: 0.06rem;
}

.contactUs .navBox .breadcrumb .link {
  color: #999999;
}

@media (max-width: 1200px) {
  .contactUs .navBox {
    padding: 0 4%;
  }
}

@media (max-width: 600px) {
  .contactUs .navBox {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contactUs .navBox .breadcrumb {
    line-height: 0.5rem;
  }
}

.contactUs .addressBox {
  padding: 0.9rem calc(160 / 1920 * 100%);
  padding-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contactUs .addressBox .item {
  width: calc(790 / 1600 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contactUs .addressBox .item .Map {
  width: 100%;
  height: 3.6rem;
}

.contactUs .addressBox .item .text {
  padding: 0.7rem;
  background-color: #f5f5f5;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contactUs .addressBox .item .text .p1 {
  color: #222222;
  line-height: 1;
}

.contactUs .addressBox .item .text .icon {
  width: 0.28rem;
  display: block;
  margin-top: 0.1rem;
}

.contactUs .addressBox .item .text .p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.3rem;
}

.contactUs .addressBox .item .text .p2 img {
  width: 15px;
}

.contactUs .addressBox .item .text .p2 p {
  color: #666666;
  margin-left: 6px;
}

.contactUs .addressBox .item .text .p3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.15rem;
}

.contactUs .addressBox .item .text .p3 img {
  width: 15px;
}

.contactUs .addressBox .item .text .p3 p {
  color: #666666;
  margin-left: 6px;
}

.contactUs .contact {
  padding: 0 calc(160 / 1920 * 100%);
  margin-bottom: 1rem;
}

.contactUs .contact .Box {
  padding: 0.7rem;
  padding-top: 0;
  border: solid 1px #eaeaea;
}

.contactUs .contact .Box .context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contactUs .contact .Box .context .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactUs .contact .Box .context .left .item {
  margin-right: 1rem;
  margin-top: 0.7rem;
}

.contactUs .contact .Box .context .left .item:nth-child(2) {
  margin-right: 0;
}

.contactUs .contact .Box .context .left .p1 {
  color: #222222;
  line-height: 1;
}

.contactUs .contact .Box .context .left .icon {
  width: 0.28rem;
  display: block;
  margin-top: 0.1rem;
}

.contactUs .contact .Box .context .left .p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.18rem;
}

.contactUs .contact .Box .context .left .p2 img {
  width: 15px;
}

.contactUs .contact .Box .context .left .p2 p {
  color: #666666;
  margin-left: 6px;
}

.contactUs .contact .Box .context .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactUs .contact .Box .context .right .iconBox {
  text-align: center;
  margin-left: 0.38rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactUs .contact .Box .context .right .iconBox:nth-child(1) {
  margin-left: 0;
}

.contactUs .contact .Box .context .right .iconBox img {
  width: 1.1rem;
  display: block;
  margin-bottom: 0.1rem;
}

.contactUs .contact .Box .context .right .iconBox p {
  color: #666666;
}

@media (max-width: 1000px) {
  .contactUs .contact .Box .context .left {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contactUs .contact .Box .context .right {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 1200px) {
  .contactUs .addressBox {
    padding: 0.9rem 4%;
    padding-bottom: 0.2rem;
  }

  .contactUs .contact {
    padding: 0 4%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 1100px) {
  .contactUs .addressBox .item {
    width: 100%;
    margin-top: 20px;
  }
}

.contactUs .recruitBox {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.9rem;
}

.contactUs .recruitBox .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contactUs .recruitBox .search form {
  background-color: #f5f5f5;
  border: solid 1px #e5e5e5;
  width: 5.2rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactUs .recruitBox .search form .inp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background-color: #00000000;
  padding: 0 0.2rem;
}

.contactUs .recruitBox .search form button {
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  background-color: #00000000;
  text-align: start;
  cursor: pointer;
}

.contactUs .recruitBox .search form button img {
  width: 0.2rem;
}

.contactUs .recruitBox .search .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactUs .recruitBox .search .breadcrumb .line {
  width: 1px;
  height: 0.18rem;
  background-color: #222222;
  margin: 0 0.1rem;
}

@media (max-width: 600px) {
  .contactUs .recruitBox .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactUs .recruitBox .search form {
    width: 100%;
  }

  .contactUs .recruitBox .search .breadcrumb {
    width: 100%;
    margin-top: 10px;
  }
}

.contactUs .recruitBox .table {
  margin-bottom: 0.7rem;
}

.contactUs .recruitBox .table .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #666666;
  color: #ffffff;
  height: 0.9rem;
  margin-top: 0.2rem;
}

.contactUs .recruitBox .table .title .tag {
  width: calc(1 / 6 * 100%);
  line-height: 0.9rem;
  text-align: center;
}

.contactUs .recruitBox .table .title .tagA {
  width: calc(4 / 6 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactUs .recruitBox .table .title .tagA .item {
  width: 25%;
  line-height: 0.9rem;
  text-align: center;
}

@media (max-width: 900px) {
  .contactUs .recruitBox .table .title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 4%;
  }

  .contactUs .recruitBox .table .title .tag {
    width: auto;
  }

  .contactUs .recruitBox .table .title .tagA {
    display: none;
  }
}

.contactUs .recruitBox .table .contextBox .context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  color: #222222;
  height: 0.7rem;
  margin-top: 0.05rem;
}

.contactUs .recruitBox .table .contextBox .context .tag {
  width: calc(1 / 6 * 100%);
  line-height: 0.7rem;
  text-align: center;
}

.contactUs .recruitBox .table .contextBox .context .tagA {
  width: calc(4 / 6 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactUs .recruitBox .table .contextBox .context .tagA .item {
  width: 25%;
  line-height: 0.7rem;
  text-align: center;
}

.contactUs .recruitBox .table .contextBox .context .clickTag {
  cursor: pointer;
}

.contactUs .recruitBox .table .contextBox .context .clickTag .tableIcon2 {
  display: inline-block;
}

.contactUs .recruitBox .table .contextBox .context .clickTag .tableIcon1 {
  display: none;
}

@media (max-width: 900px) {
  .contactUs .recruitBox .table .contextBox .context {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 4%;
  }

  .contactUs .recruitBox .table .contextBox .context .tag {
    width: auto;
  }

  .contactUs .recruitBox .table .contextBox .context .tagA {
    display: none;
  }

  .contactUs .recruitBox .table .contextBox .context .clickTag {
    padding-right: 10px;
  }
}

.contactUs .recruitBox .table .contextBox .detailed {
  padding: 0.45rem 1rem;
  display: none;
}

.contactUs .recruitBox .table .contextBox .detailed .heid {
  margin-bottom: 0.2rem;
  display: none;
}

.contactUs .recruitBox .table .contextBox .detailed .heid p {
  line-height: 2;
}

.contactUs .recruitBox .table .contextBox .detailed .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contactUs .recruitBox .table .contextBox .detailed .top .left {
  margin-right: 20px;
}

.contactUs .recruitBox .table .contextBox .detailed .top .text {
  color: #666666;
  margin-top: 0.15rem;
}

.contactUs .recruitBox .table .contextBox .detailed .top .text p {
  line-height: calc(28 / 16 * 100%);
}

.contactUs .recruitBox .table .contextBox .detailed .tableIcon3 {
  width: 1.56rem;
  margin-top: 0.45rem;
  display: block;
}

@media (max-width: 900px) {
  .contactUs .recruitBox .table .contextBox .detailed .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactUs .recruitBox .table .contextBox .detailed .top .left {
    margin-right: 0;
  }

  .contactUs .recruitBox .table .contextBox .detailed .top .right {
    margin-top: 20px;
  }

  .contactUs .recruitBox .table .contextBox .detailed .tableIcon3 {
    width: 100px;
  }
}

@media (max-width: 900px) {
  .contactUs .recruitBox .table .contextBox .detailed {
    padding: 4%;
  }

  .contactUs .recruitBox .table .contextBox .detailed .heid {
    display: block;
  }
}

.contactUs .recruitBox .table .onContextBox {
  -webkit-box-shadow: 0 0 10px #00000017;
  box-shadow: 0 0 10px #00000017;
}

.contactUs .recruitBox .table .onContextBox .context .clickTag .tableIcon1 {
  display: inline-block;
}

.contactUs .recruitBox .table .onContextBox .context .clickTag .tableIcon2 {
  display: none;
}

@media (max-width: 1200px) {
  .contactUs .recruitBox {
    padding: 0 4%;
    padding-top: 0.9rem;
  }
}

.contactUs .Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.7rem;
}

.contactUs .Pagination a {
  display: block;
  background-color: #f5f5f5;
  margin-left: 8px;
}

.contactUs .Pagination a .tableIcon4 {
  display: block;
}

.contactUs .Pagination a .tableIcon5 {
  display: none;
}

.contactUs .Pagination a:nth-child(1) {
  margin-left: 0;
}

.contactUs .Pagination a:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.contactUs .Pagination a:hover .tableIcon4 {
  display: none;
}

.contactUs .Pagination a:hover .tableIcon5 {
  display: block;
}

.contactUs .Pagination .onA {
  background-color: #ff0000;
  color: #ffffff;
}

.contactUs .Pagination .Prev,
.contactUs .Pagination .Next {
  width: 60px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactUs .Pagination .Next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contactUs .Pagination .bth {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .banner {
  position: relative;
}

.news .banner img {
  width: 100%;
  display: block;
}

.news .banner .text {
  color: #ffffff;
  position: absolute;
  left: calc(160 / 1920 * 100%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news .banner .text .title {
  margin-bottom: 0.16rem;
}

.news .navBox {
  height: 1rem;
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news .navBox .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .navBox .nav .tag {
  width: auto;
  line-height: 1rem;
  padding: 0 0.24rem;
  text-align: center;
  cursor: pointer;
}

.news .navBox .nav .tag:hover {
  background-color: #f5f5f5;
}

.news .navBox .nav .onTag {
  background-color: #f5f5f5;
  position: relative;
}

.news .navBox .nav .onTag::after {
  content: "";
  width: 100%;
  background-image: url(../images/aboutUsIcon2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 9px;
}
@media (max-width:900px) {
  .news .navBox .nav .onTag::after{
    background-image: none;
    height: 1px;
    background-color: #ee1d23;
    bottom: 0;
  }
}

.news .navBox .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .navBox .breadcrumb .aboutUsIcon1 {
  width: 0.22rem;
  display: block;
  margin-right: 0.06rem;
}

.news .navBox .breadcrumb .link {
  color: #999999;
}

@media (max-width: 1200px) {
  .news .navBox {
    padding: 0 4%;
  }
}

@media (max-width: 600px) {
  .news .navBox {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .news .navBox .breadcrumb {
    line-height: 0.5rem;
  }
}

.news .swiper {
  padding: 0.9rem calc(160 / 1920 * 100%);
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news .swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}

.news .swiper .left {
  width: 50%;
  /* height: 4.5rem; */
}

.news .swiper .left .swiper-container1 {
  position: relative;
  height: 100%;
}

.news .swiper .left .newBanner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.news .swiper .left .swiper-container1 .bthBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: calc(30 / 450 * 100%);
  right: calc(30 / 800 * 100%);
}

.news .swiper .left .swiper-container1 .bthBox .bth {
  width: 36px;
  height: 36px;
  background-color: #a8a6a8;
  border-radius: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news .swiper .left .swiper-container1 .bthBox .bth img {
  width: 8px;
  display: block;
}

.news .swiper .left .swiper-container1 .bthBox .bth .tableIcon4 {
  display: block;
}

.news .swiper .left .swiper-container1 .bthBox .bth .tableIcon5 {
  display: none;
}

.news .swiper .left .swiper-container1 .bthBox .bth:hover {
  background-color: #ff0000;
}

.news .swiper .left .swiper-container1 .bthBox .bth:hover .tableIcon4 {
  display: none;
}

.news .swiper .left .swiper-container1 .bthBox .bth:hover .tableIcon5 {
  display: block;
}

.news .swiper .left .swiper-container1 .bthBox .buttonNext {
  margin-right: 6px;
}

.news .swiper .left .swiper-container1 .bthBox .buttonPrev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news .swiper .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.news .swiper .right .text {
  width: calc(560 / 800 * 100%);
}

.news .swiper .right .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .swiper .right .title .time {
  width: 18px;
  display: block;
}

.news .swiper .right .title .p1 {
  color: #444444;
  margin-left: 7px;
}

.news .swiper .right .h1 {
  color: #222222;
  margin: calc(30 / 450 * 100%) 0;
}

.news .swiper .right .p2 {
  color: #999999;
  line-height: calc(28 / 16 * 100%);
}

.news .swiper .right .bth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: calc(60 / 450 * 100%);
}

.news .swiper .right .bth a {
  color: #999999;
}

.news .swiper .right .bth .newsIcon3 {
  width: 0.25rem;
  margin-left: 0.1rem;
}

@media (max-width: 1200px) {
  .news .swiper {
    padding: 0.9rem 4%;
  }
}

@media (max-width: 900px) {
  .news .swiper .left {
    width: 100%;
  }

  .news .swiper .right {
    width: 100%;
    height: auto;
    padding: 0.3rem;
  }

  .news .swiper .right .text {
    width: 100%;
  }

  .news .swiper .right .h1 {
    margin: 0.3rem 0;
  }

  .news .swiper .right .bth {
    margin-top: 0.6rem;
  }
}

.news .newsList {
  padding: 0 calc(160 / 1920 * 100%);
}

.news .newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.35rem 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}

.news .newsList .item:hover .h1 {
  color: #e60013;
}

.news .newsList .item .text {
  margin: 0.25rem 0;
}

.news .newsList .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .newsList .item .title .time {
  width: 18px;
  display: block;
}

.news .newsList .item .title .p1 {
  color: #444444;
  margin-left: 7px;
}

.news .newsList .item .h1 {
  color: #222222;
  margin: 0.25rem 0;
}

.news .newsList .item .p2 {
  color: #999999;
  line-height: calc(28 / 16 * 100%);
}

.news .newsList .item .bth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.5rem;
}

.news .newsList .item .bth a {
  color: #999999;
}

.news .newsList .item .bth .newsIcon3 {
  width: 0.25rem;
  margin-left: 0.1rem;
}

.news .newsList .item .newBanner2 {
  width: calc(445 / 1600 * 100%);
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 0.5rem;
}

@media (max-width: 1200px) {
  .news .newsList {
    padding: 0 4%;
  }
}

@media (max-width: 700px) {
  .news .newsList .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news .newsList .item .text {
    width: 100%;
  }

  .news .newsList .item .newBanner2 {
    width: 100%;
    margin-left: 0;
  }
}

.news .Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.7rem 0;
}

.news .Pagination a {
  display: block;
  background-color: #f5f5f5;
  margin-left: 8px;
}

.news .Pagination a .tableIcon4 {
  display: block;
}

.news .Pagination a .tableIcon5 {
  display: none;
}

.news .Pagination a:nth-child(1) {
  margin-left: 0;
}

.news .Pagination a:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.news .Pagination a:hover .tableIcon4 {
  display: none;
}

.news .Pagination a:hover .tableIcon5 {
  display: block;
}

.news .Pagination .onA {
  background-color: #ff0000;
  color: #ffffff;
}

.news .Pagination .Prev,
.news .Pagination .Next {
  width: 60px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .Pagination .Next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news .Pagination .bth {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .details {
  padding: 0.9rem 1rem;
  margin: 0.9rem calc(160 / 1920 * 100%);
  background-color: #f5f5f5;
}

.news .details .h1 {
  text-align: center;
  color: #222222;
}

.news .details .time {
  text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.35rem;
  color: #444444;
}

.news .details .time .span1 {
  padding-right: 0.4rem;
}

.news .details .p1 {
  color: #666666;
  line-height: calc(28 / 16 * 100%);
  text-indent: 2em;
  margin-bottom: 0.4rem;
}

.news .details .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
}

.news .details .imgBox .img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.2rem;
}

.news .details .imgBox .img:nth-child(1) {
  margin-left: 0;
}

.news .details .imgBox .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.news .details .bthBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5rem;
  border-top: 1px solid #e5e5e5;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news .details .bthBox .left a {
  display: block;
  color: #666666;
}

.news .details .bthBox .left a:hover {
  color: #e60013;
}

.news .details .bthBox .left .Next {
  margin-bottom: 0.15rem;
}

.news .details .bthBox .rigth {
  height: 0.6rem;
  min-height: 40px;
  margin-top: 0.2rem;
}

.news .details .bthBox .rigth img {
  height: 100%;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .news .details {
    padding: 4%;
    margin: 0.9rem 4%;
  }
}

.product .banner {
  position: relative;
}

.product .banner img {
  width: 100%;
  display: block;
}

.product .banner .text {
  color: #ffffff;
  position: absolute;
  left: calc(160 / 1920 * 100%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product .banner .text .title {
  margin-bottom: 0.16rem;
}

.product .productList {
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product .productList .left {
  width: calc(317 / 1600 * 100%);
  padding: 0.4rem 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
  background-image: linear-gradient(#f5f5f5, #ffffff);
  z-index: 5;
}

.product .productList .left .dropDown {
  display: none;
}

.product .productList .left .tag {
  color: #222222;
  margin: 0 0.5rem;
  cursor: pointer;
  position: relative;
}

.product .productList .left .tag p {
  height: 0.52rem;
  line-height: 0.52rem;
}

.product .productList .left .tag .ulBox {
  padding-left: 0.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.product .productList .left .tag ul {
  background-color: #f5f5f5;
  display: none;
}

.product .productList .left .tag ul li {
  width: 3.5rem;
  height: 0.52rem;
  line-height: 0.52rem;
  padding-left: 0.5rem;
  color: #000000;
}

.product .productList .left .tag ul li:hover {
  color: #ffffff;
  background-color: #e60013;
}

@media (min-width: 901px) {
  .product .productList .left .tag:hover {
    color: #ffffff;
    background-image: url(../images/productIcon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
  }

  .product .productList .left .tag:hover p {
    padding-left: 0.15rem;
  }

  .product .productList .left .tag:hover ul {
    display: block;
  }

  .product .productList .left .tag:hover::after {
    content: "";
    width: 0.08rem;
    height: 0.14rem;
    background-image: url(../images/productIcon1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 0.15rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.product .productList .left .onTag {
  color: #ffffff;
  background-image: url(../images/productIcon.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.product .productList .left .onTag p {
  padding-left: 0.15rem;
}

.product .productList .left .onTag:hover {
  color: #ffffff;
}

.product .productList .left .onTag::after {
  content: "";
  width: 0.08rem;
  height: 0.14rem;
  background-image: url(../images/productIcon1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0.15rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product .productList .right {
  width: calc(1200 / 1600 * 100%);
}

.product .productList .right .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 1.2rem;
  border-bottom: 1px solid #eaeaea;
}

.product .productList .right .breadcrumb .aboutUsIcon1 {
  width: 0.22rem;
  display: block;
  margin-right: 5px;
}

.product .productList .right .breadcrumb .link {
  color: #999999;
}

.product .productList .right .List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

.product .productList .right .List .item {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 0.2rem;
  cursor: pointer;
}

.product .productList .right .List .item:hover .p1 {
  background-color: #e60013;
  color: #ffffff;
}

.product .productList .right .List .item:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.product .productList .right .List .item:nth-child(3n + 1) {
  margin-left: 0;
}

.product .productList .right .List .item .imgBox {
  overflow: hidden;
}

.product .productList .right .List .item img {
  width: 100%;
  display: block;
}

.product .productList .right .List .item .p1 {
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  background-color: #f5f5f5;
  color: #000000;
}

.product .productList .right .downloadList {
  padding-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product .productList .right .downloadList .item {
  width: 49%;
  height: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.3rem;
  border: solid 1px #f0f0f0;
  margin-top: 0.1rem;
  cursor: pointer;
}

.product .productList .right .downloadList .item .p1 {
  color: #222222;
}

.product .productList .right .downloadList .item .downloadBth {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.product .productList .right .downloadList .item .downloadBth img {
  width: 0.14rem;
}

.product .productList .right .downloadList .item .downloadBth .downloadIcon1 {
  display: block;
}

.product .productList .right .downloadList .item .downloadBth .downloadIcon2 {
  display: none;
}

.product .productList .right .downloadList .item:hover {
  background-color: #e60013;
}

.product .productList .right .downloadList .item:hover .p1 {
  color: #ffffff;
}

.product .productList .right .downloadList .item:hover .downloadBth {
  background-color: rgba(248, 248, 248, 0.4);
}

.product .productList .right .downloadList .item:hover .downloadBth .downloadIcon1 {
  display: none;
}

.product .productList .right .downloadList .item:hover .downloadBth .downloadIcon2 {
  display: block;
}

@media (max-width: 500px) {
  .product .productList .right .downloadList .item {
    width: 100%;
  }
}

.product .productList .right .videoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
}

.product .productList .right .videoList .videoBox {
  width: 49%;
  position: relative;
  cursor: pointer;
  margin-top: 2%;
}

.product .productList .right .videoList .videoBox .img1 {
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product .productList .right .videoList .videoBox .img2 {
  display: none;
}

.product .productList .right .videoList .videoBox .text {
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  background-color: #f5f5f5;
  color: #222222;
}

.product .productList .right .videoList .videoBox:hover .img1 {
  display: none;
}

.product .productList .right .videoList .videoBox:hover .img2 {
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product .productList .right .detailsData .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product .productList .right .detailsData .top .imgBox {
  width: calc(520 / 1200 * 100%);
}

.product .productList .right .detailsData .top .imgBox .swiper-container1 {
  width: 100%;
  height: 100%;
}

.product .productList .right .detailsData .top .imgBox .swiper-container1 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product .productList .right .detailsData .top .textBox {
  width: calc(680 / 1200 * 100%);
  background-color: #f5f5f5;
  padding: calc(60 / 1200 * 100%);
}

.product .productList .right .detailsData .top .textBox .tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.product .productList .right .detailsData .top .textBox .tagBox .tag {
  background-color: #ffffff;
  padding: 0.11rem 0.18rem;
  margin-top: 0.1rem;
  margin-right: 0.1rem;
}
@media (min-width:900px) {
  .product .productList .right .detailsData .top .textBox .tagBox{
    height: 1.5rem;
    overflow-y: auto;
  }
  .product .productList .right .detailsData .top .textBox .tagBox .tag {
    background-color: #ffffff;
    padding: 0 0.18rem;
    margin-top: 0.1rem;
    margin-right: 0.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
}

.product .productList .right .detailsData .top .textBox .tagBox .tag:hover {
  background-color: #e60013;
  color: #ffffff;
}

.product .productList .right .detailsData .top .textBox .line {
  margin: 0.3rem 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.product .productList .right .detailsData .top .textBox .swiper2 {
  position: relative;
}

.product .productList .right .detailsData .top .textBox .swiper2 .swiper-container2 .swiper-slide {
  height: auto;
  position: relative;
}

.product .productList .right .detailsData .top .textBox .swiper2 .swiper-container2 .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product .productList .right .detailsData .top .textBox .swiper2 .swiper-container2 .swiper-slide .Mask {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.product .productList .right .detailsData .top .textBox .swiper2 .swiper-container2 .on .Mask {
  display: none;
}

.product .productList .right .detailsData .top .textBox .swiper2 .buttom {
  width: 0.36rem;
  height: 0.36rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.product .productList .right .detailsData .top .textBox .swiper2 .buttom:hover {
  background-color: #e60013;
}

.product .productList .right .detailsData .top .textBox .swiper2 .buttom:hover .img4 {
  display: none;
}

.product .productList .right .detailsData .top .textBox .swiper2 .buttom:hover .img5 {
  display: block;
}

.product .productList .right .detailsData .top .textBox .swiper2 .buttom .img4 {
  display: block;
  width: calc(7 / 36 * 100%);
}

.product .productList .right .detailsData .top .textBox .swiper2 .buttom .img5 {
  display: none;
  width: calc(7 / 36 * 100%);
}

.product .productList .right .detailsData .top .textBox .swiper2 .buttonPrev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.product .productList .right .detailsData .top .textBox .swiper2 .buttonNext {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(180deg);
  transform: translateY(-50%) translateX(50%) rotate(180deg);
}

.product .productList .right .detailsData .bottom {
  margin-top: 0.4rem;
}

.product .productList .right .detailsData .bottom .p1 {
  line-height: calc(28 / 16 * 100%);
  color: #666666;
  margin-bottom: 0.15rem;
}

.product .productList .right .detailsData .bottom .productbanner6 {
  width: 100%;
  display: block;
}

.product .productList .right .Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.7rem 0;
  margin-top: 0.5rem;
}

.product .productList .right .Pagination a {
  display: block;
  background-color: #f5f5f5;
  margin-left: 8px;
}

.product .productList .right .Pagination a .tableIcon4 {
  display: block;
}

.product .productList .right .Pagination a .tableIcon5 {
  display: none;
}

.product .productList .right .Pagination a:nth-child(1) {
  margin-left: 0;
}

.product .productList .right .Pagination a:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.product .productList .right .Pagination a:hover .tableIcon4 {
  display: none;
}

.product .productList .right .Pagination a:hover .tableIcon5 {
  display: block;
}

.product .productList .right .Pagination .onA {
  background-color: #ff0000;
  color: #ffffff;
}

.product .productList .right .Pagination .Prev,
.product .productList .right .Pagination .Next {
  width: 0.6rem;
  height: 0.4rem;
  min-width: 40px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product .productList .right .Pagination .Next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product .productList .right .Pagination .bth {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 30px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .product .productList {
    padding: 0 4%;
  }

  .product .productList .left .tag {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .product .productList .left {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
    background-image: linear-gradient(#f5f5f5, #f5f5f5);
  }

  .product .productList .left .dropDown {
    display: block;
  }

  .product .productList .left .tagBox {
    display: none;
  }

  .product .productList .left .tag .ulBox {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }

  .product .productList .left .onTag {
    background-color: #e60013;
  }

  .product .productList .left .onTag .ulBox {
    padding-left: 0rem;
  }

  .product .productList .left .onTag ul li {
    width: 100%;
  }

  .product .productList .right {
    margin-left: 0rem;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .product .productList .right .detailsData .top .imgBox {
    width: 100%;
  }

  .product .productList .right .detailsData .top .textBox {
    width: 100%;
  }
}

.AboutUs .banner {
  position: relative;
}

.AboutUs .banner img {
  width: 100%;
  display: block;
}

.AboutUs .banner .text {
  color: #ffffff;
  position: absolute;
  left: calc(160 / 1920 * 100%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.AboutUs .banner .text .title {
  margin-bottom: 0.16rem;
}

.AboutUs .navBox {
  height: 1rem;
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AboutUs .navBox .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


@media (max-width:900px) {
  .AboutUs .navBox .nav {
    overflow-x: auto;
  }

  .AboutUs .navBox .nav::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
}

.AboutUs .navBox .nav .tag {
  width: auto;
  line-height: 1rem;
  padding: 0 0.24rem;
  text-align: center;
  cursor: pointer;
  flex-shrink: 0;
}

.AboutUs .navBox .nav .tag:hover {
  background-color: #f5f5f5;
}

.AboutUs .navBox .nav .onTag {
  background-color: #f5f5f5;
  position: relative;
}

.AboutUs .navBox .nav .onTag::after {
  content: "";
  width: 100%;
  background-image: url(../images/aboutUsIcon2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 9px;
}
@media (max-width:900px) {
  .AboutUs .navBox .nav .onTag::after{
    background-image: none;
    height: 1px;
    background-color: #ee1d23;
    bottom: 0;
  }
}

.AboutUs .navBox .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.AboutUs .navBox .breadcrumb .aboutUsIcon1 {
  width: 0.22rem;
  display: block;
  margin-right: 0.06rem;
}

.AboutUs .navBox .breadcrumb .link {
  color: #999999;
}

@media (max-width: 1200px) {
  .AboutUs .navBox {
    padding: 0 4%;
  }
}

@media (max-width: 600px) {
  .AboutUs .navBox {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .AboutUs .navBox .breadcrumb {
    line-height: 0.5rem;
  }
}

.AboutUs .QCdata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AboutUs .QCdata .left {
  width: calc(750 / 1920 * 100%);
  padding: 0.9rem 0;
  padding-left: calc(160 / 1920 * 100%);
  padding-right: calc(65 / 1920 * 100%);
  background-image: url(../images/AboutUsBanner01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.AboutUs .QCdata .left .p1 {
  color: #222222;
}

.AboutUs .QCdata .left .img1 {
  width: 0.28rem;
  display: block;
}

.AboutUs .QCdata .left .p2 {
  line-height: calc(28 / 16 * 100%);
  color: #444444;
  margin-top: 0.15rem;
}

.AboutUs .QCdata .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.9rem 0;
  padding-left: calc(70 / 1920 * 100%);
  padding-right: calc(160 / 1920 * 100%);
}

.AboutUs .QCdata .right .itemBox {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.AboutUs .QCdata .right .itemBox .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.8;
}

.AboutUs .QCdata .right .itemBox .item:hover {
  opacity: 1;
}

.AboutUs .QCdata .right .itemBox .item img {
  width: calc(47 / 314 * 100%);
  display: block;
}

.AboutUs .QCdata .right .itemBox .item .p1 {
  margin-top: 0.1rem;
  text-align: center;
}

.AboutUs .QCdata .right .itemBox .item1 {
  background-color: #ffffff;
  border: solid 1px #ececec;
  border-right: 0;
  border-bottom: 0;
  color: #444444;
}

.AboutUs .QCdata .right .itemBox .item2 {
  background-color: #666666;
  color: #fff;
}

.AboutUs .QCdata .right .itemBox .item3 {
  background-color: #ececec;
  color: #444444;
}

.AboutUs .QCdata .right .itemBox .item4 {
  background-color: #ececec;
  color: #444444;
}

.AboutUs .QCdata .right .itemBox .item5 {
  background-color: #ee1d23;
  color: #ffffff;
}

.AboutUs .QCdata .right .itemBox .item6 {
  background-color: #333333;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .AboutUs .QCdata .left {
    padding-left: 4%;
  }

  .AboutUs .QCdata .right {
    padding-right: 4%;
  }
}

@media (max-width: 900px) {
  .AboutUs .QCdata .left {
    width: 100%;
  }

  .AboutUs .QCdata .right {
    width: 100%;
  }

  .AboutUs .QCdata .right .itemBox .item {
    padding: 0.4rem 0;
  }
}

.AboutUs .serviceBox {
  padding: 0 calc(160 / 1920 * 100%);
}

.AboutUs .serviceBox .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.9rem;
}

.AboutUs .serviceBox .top .left {
  width: calc(790 / 1600 * 100%);
}

.AboutUs .serviceBox .top .left .text {
  background-color: #f5f5f5;
  padding: calc(80 / 790 * 100%);
}

.AboutUs .serviceBox .top .left .text .p1 {
  color: #222222;
  margin-bottom: 0.08rem;
}

.AboutUs .serviceBox .top .left .text .img1 {
  width: 0.28rem;
  display: block;
}

.AboutUs .serviceBox .top .left .text .p2 {
  color: #666666;
  margin-top: 0.3rem;
  line-height: calc(28 / 16 * 1em);
}

.AboutUs .serviceBox .top .left .swiper2 {
  position: relative;
  margin-top: 0.2rem;
}

.AboutUs .serviceBox .top .left .swiper2 .swiper-container1 .swiper-slide {
  height: auto;
  position: relative;
}

.AboutUs .serviceBox .top .left .swiper2 .swiper-container1 .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.AboutUs .serviceBox .top .left .swiper2 .swiper-container1 .swiper-slide .Mask {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.AboutUs .serviceBox .top .left .swiper2 .swiper-container1 .on {
  border: solid 1px #f21223;
}

.AboutUs .serviceBox .top .left .swiper2 .swiper-container1 .on .Mask {
  display: none;
}

.AboutUs .serviceBox .top .left .swiper2 .buttom {
  width: 0.36rem;
  height: 0.36rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.AboutUs .serviceBox .top .left .swiper2 .buttom:hover {
  background-color: #e60013;
}

.AboutUs .serviceBox .top .left .swiper2 .buttom:hover .img4 {
  display: none;
}

.AboutUs .serviceBox .top .left .swiper2 .buttom:hover .img5 {
  display: block;
}

.AboutUs .serviceBox .top .left .swiper2 .buttom .img4 {
  display: block;
  width: calc(7 / 36 * 100%);
}

.AboutUs .serviceBox .top .left .swiper2 .buttom .img5 {
  display: none;
  width: calc(7 / 36 * 100%);
}

.AboutUs .serviceBox .top .left .swiper2 .buttonPrev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.AboutUs .serviceBox .top .left .swiper2 .buttonNext {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(180deg);
  transform: translateY(-50%) translateX(50%) rotate(180deg);
}

.AboutUs .serviceBox .top .right {
  width: calc(790 / 1600 * 100%);
}

.AboutUs .serviceBox .top .right .swiper-container2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.AboutUs .serviceBox .top .right .swiper-container2 .swiper-slide {
  position: relative;
}

.AboutUs .serviceBox .top .right .swiper-container2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.AboutUs .serviceBox .top .right .swiper-container2 .swiper-slide .text {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00000069;
  color: #ffffff;
  padding: 0 0.34rem;
}

.AboutUs .serviceBox .top .right .swiper-container2 .pagination {
  position: absolute;
  right: 0.34rem;
  bottom: 0.4rem;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 11;
}

.AboutUs .serviceBox .top .right .swiper-container2 .pagination .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.AboutUs .serviceBox .top .right .swiper-container2 .pagination .swiper-pagination .swiper-pagination-bullet {
  background: #00000000;
  opacity: 1;
  margin: 0 14px;
  height: 0.3rem;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.AboutUs .serviceBox .top .right .swiper-container2 .pagination .swiper-pagination .swiper-pagination-bullet .span1 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  display: block;
}

.AboutUs .serviceBox .top .right .swiper-container2 .pagination .swiper-pagination .swiper-pagination-bullet .span2 {
  display: none;
}

.AboutUs .serviceBox .top .right .swiper-container2 .pagination .swiper-pagination .swiper-pagination-bullet-active .span1 {
  display: none;
}

.AboutUs .serviceBox .top .right .swiper-container2 .pagination .swiper-pagination .swiper-pagination-bullet-active .span2 {
  width: 0.3rem;
  height: 0.3rem;
  min-width: 20px;
  min-height: 20px;
  background-color: #ee1d23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
}

@media (max-width: 900px) {
  .AboutUs .serviceBox .top .left {
    width: 100%;
  }

  .AboutUs .serviceBox .top .right {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.AboutUs .serviceBox .ensure {
  padding: 0.6rem;
  text-align: center;
  background-image: url(../images/ensureBanner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 0.8rem;
}

.AboutUs .serviceBox .ensure .h1 {
  margin-bottom: 0.08rem;
}

.AboutUs .serviceBox .ensure .img1 {
  width: 0.28rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}

.AboutUs .serviceBox .ensure .p1 {
  color: #666666;
  line-height: calc(28 / 16 * 100%);
}

.AboutUs .serviceBox .swiperBox {
  margin-top: 0.7rem;
}

.AboutUs .serviceBox .swiperBox .h1 {
  margin-bottom: 0.08rem;
  text-align: center;
}

.AboutUs .serviceBox .swiperBox .img1 {
  width: 0.28rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}

.AboutUs .serviceBox .swiperBox .swiper-container3 .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.AboutUs .serviceBox .swiperBox .swiper-container3 .swiper-slide .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.AboutUs .serviceBox .swiperBox .swiper-container3 .swiper-slide img {
  width: 90%;
  height: 100%;
  max-width: 90%;
  max-height: 100%;
}

.AboutUs .serviceBox .swiperBox .honorbanner6 {
  width: 106%;
  max-width: 106%;
  display: block;
  -webkit-transform: translateX(-3%);
  transform: translateX(-3%);
}

.AboutUs .serviceBox .swiperBox .paginationBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0.6rem;
}

.AboutUs .serviceBox .swiperBox .paginationBox .bthBox {
  z-index: 2;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.2rem;
}

.AboutUs .serviceBox .swiperBox .paginationBox .swiper-pagination {
  width: 0.88rem;
  position: relative;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.AboutUs .serviceBox .swiperBox .paginationBox .buttonPrev1,
.AboutUs .serviceBox .swiperBox .paginationBox .buttonNext1 {
  width: 0.36rem;
  height: 0.36rem;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}

.AboutUs .serviceBox .swiperBox .paginationBox .line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
}

.AboutUs .innovateBox {
  padding: 0.9rem calc(160 / 1920 * 100%);
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AboutUs .innovateBox .left {
  width: calc(740 / 1600 * 100%);
  padding-bottom: 1rem;
  position: relative;
}

.AboutUs .innovateBox .left .img1 {
  width: 0.28rem;
  display: block;
  margin-top: 0.08rem;
}

.AboutUs .innovateBox .left .p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222222;
  margin-top: 0.28rem;
  margin-bottom: 0.3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AboutUs .innovateBox .left .p2 .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.3rem;
  line-height: calc(28 / 16 * 1em);
}

.AboutUs .innovateBox .left .p2 .tag .sum {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background-color: #888888;
  border-radius: 50%;
  color: #f5f5f5;
  margin-right: 0.06rem;
}

.AboutUs .innovateBox .left .p3 {
  line-height: calc(28 / 16 * 100%);
  color: #666666;
  margin-top: 0.15rem;
}

.AboutUs .innovateBox .left .buttomBox {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
}

.AboutUs .innovateBox .left .line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.AboutUs .innovateBox .left .bthBox {
  width: 1.02rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  background-color: #f5f5f5;
}

.AboutUs .innovateBox .left .bthBox .buttom {
  width: 0.36rem;
  height: 0.36rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.AboutUs .innovateBox .left .bthBox .buttom:hover {
  background-color: #e60013;
}

.AboutUs .innovateBox .left .bthBox .buttom:hover .img4 {
  display: none;
}

.AboutUs .innovateBox .left .bthBox .buttom:hover .img5 {
  display: block;
}

.AboutUs .innovateBox .left .bthBox .buttom .img4 {
  display: block;
  width: calc(7 / 36 * 100%);
}

.AboutUs .innovateBox .left .bthBox .buttom .img5 {
  display: none;
  width: calc(7 / 36 * 100%);
}

.AboutUs .innovateBox .left .bthBox .buttonNext {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 0.1rem;
}

.AboutUs .innovateBox .right {
  width: calc(790 / 1600 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.AboutUs .innovateBox .right .swiper-slide img {
  width: 100%;
}

@media (max-width: 900px) {
  .AboutUs .innovateBox .left {
    width: 100%;
  }

  .AboutUs .innovateBox .right {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.AboutUs .itemBox {
  padding: 0.9rem calc(160 / 1920 * 100%);
}

.AboutUs .itemBox .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

.AboutUs .itemBox .top:nth-child(2) {
  margin-bottom: 0;
}

.AboutUs .itemBox .top .item {
  width: calc(522 / 1600 * 100%);
  padding: calc(50 / 1600 * 100%);
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.AboutUs .itemBox .top .item img {
  width: 0.67rem;
  display: block;
  margin-right: 0.34rem;
}

.AboutUs .itemBox .top .item .p1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: calc(28 / 16 * 100%);
  color: #666666;
}

.AboutUs .itemBox .top .item1 {
  width: calc(1062 / 1600 * 100%);
}

@media (max-width: 700px) {

  .AboutUs .itemBox .top .item,
  .AboutUs .itemBox .top .item1 {
    width: 100%;
    margin-top: 0.2rem;
  }
}

@media (max-width: 1200px) {
  .AboutUs .serviceBox {
    padding: 0 4%;
  }

  .AboutUs .innovateBox {
    padding: 0.9rem 4%;
  }

  .AboutUs .itemBox {
    padding: 0.9rem 4%;
  }
}

.AboutUs .brieIntroduction {
  padding: 0.9rem calc(160 / 1920 * 100%);
}

.AboutUs .brieIntroduction .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AboutUs .brieIntroduction .textBox .left {
  width: calc(925 / 1600 * 100%);
  padding: calc(80 / 1600 * 100%);
  background-color: #f6f6f6;
}

.AboutUs .brieIntroduction .textBox .left .p1 {
  color: #222222;
}

.AboutUs .brieIntroduction .textBox .left .img1 {
  width: 0.28rem;
  display: block;
  margin-top: 0.08rem;
}

.AboutUs .brieIntroduction .textBox .left .p2 {
  color: #666666;
  line-height: calc(28 / 16 * 1em);
  margin-top: 0.2rem;
}

.AboutUs .brieIntroduction .textBox .left1 {
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  border-right: none;
  border-top: none;
}

.AboutUs .brieIntroduction .textBox .rigth {
  width: calc(675 / 1600 * 100%);
  position: relative;
}

.AboutUs .brieIntroduction .textBox .rigth .buttom {
  width: 0.36rem;
  height: 0.36rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.AboutUs .brieIntroduction .textBox .rigth .buttom:hover {
  background-color: #e60013;
}

.AboutUs .brieIntroduction .textBox .rigth .buttom:hover .img4 {
  display: none;
}

.AboutUs .brieIntroduction .textBox .rigth .buttom:hover .img5 {
  display: block;
}

.AboutUs .brieIntroduction .textBox .rigth .buttom .img4 {
  display: block;
  width: calc(7 / 36 * 100%);
}

.AboutUs .brieIntroduction .textBox .rigth .buttom .img5 {
  display: none;
  width: calc(7 / 36 * 100%);
}

.AboutUs .brieIntroduction .textBox .rigth .buttonPrev2 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.AboutUs .brieIntroduction .textBox .rigth .buttonNext2 {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
}

.AboutUs .brieIntroduction .textBox .rigth .swiper-container1 {
  width: 100%;
  height: 100%;
}

.AboutUs .brieIntroduction .textBox .rigth .brieIntroductionBanner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.AboutUs .brieIntroduction .textBox .rigth1 {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 calc(80 / 1600 * 100%);
}

.AboutUs .brieIntroduction .textBox .rigth1 .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.AboutUs .brieIntroduction .textBox .rigth1 .title .bthBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #f5f5f5;
}

.AboutUs .brieIntroduction .textBox .rigth1 .title .bthBox .buttom {
  width: 0.36rem;
  height: 0.36rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.AboutUs .brieIntroduction .textBox .rigth1 .title .bthBox .buttom:hover {
  background-color: #e60013;
}

.AboutUs .brieIntroduction .textBox .rigth1 .title .bthBox .buttom:hover .img4 {
  display: none;
}

.AboutUs .brieIntroduction .textBox .rigth1 .title .bthBox .buttom:hover .img5 {
  display: block;
}

.AboutUs .brieIntroduction .textBox .rigth1 .title .bthBox .buttom .img4 {
  display: block;
  width: calc(7 / 36 * 100%);
}

.AboutUs .brieIntroduction .textBox .rigth1 .title .bthBox .buttom .img5 {
  display: none;
  width: calc(7 / 36 * 100%);
}

.AboutUs .brieIntroduction .textBox .rigth1 .title .bthBox .buttonNext {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 0.1rem;
}

.AboutUs .brieIntroduction .textBox .rigth1 .swiper-container5 {
  width: 100%;
  margin-top: 0.3rem;
}

.AboutUs .brieIntroduction .textBox .rigth1 .swiper-container5 .tagTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.AboutUs .brieIntroduction .textBox .rigth1 .swiper-container5 .tagTop .item {
  width: 100%;
  text-align: center;
  padding: 0.18rem 0;
  background-color: #ffffff;
  margin-top: 0.1rem;
}

.AboutUs .brieIntroduction .textBox .rigth1 .swiper-container5 .tagTop .item:hover {
  background-color: #e60013;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .AboutUs .brieIntroduction {
    padding: 0.9rem 4%;
  }

  .AboutUs .brieIntroduction .textBox .left {
    width: 100%;
  }

  .AboutUs .brieIntroduction .textBox .left1 {
    border-right: solid 1px #eeeeee;
  }

  .AboutUs .brieIntroduction .textBox .rigth {
    width: 100%;
  }

  .AboutUs .brieIntroduction .textBox .rigth1 {
    padding: calc(80 / 1600 * 100%);
  }

  .AboutUs .brieIntroduction .textBox1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.AboutUs .course {
  padding: 0.88rem calc(160 / 1920 * 100%);
  padding-bottom: 0;
  background-image: url(../images/courseBanner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: auto;
}

.AboutUs .course .p1 {
  color: #222222;
}

.AboutUs .course .img1 {
  width: 0.28rem;
  display: block;
  margin-top: 0.08rem;
}

.AboutUs .course .swiperBox {
  position: relative;
}

.AboutUs .course .swiperBox .buttom {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  display: none;
}

.AboutUs .course .swiperBox .buttom:hover {
  background-color: #e60013;
}

.AboutUs .course .swiperBox .buttom:hover .img4 {
  display: none;
}

.AboutUs .course .swiperBox .buttom:hover .img5 {
  display: block;
}

.AboutUs .course .swiperBox .buttom .img4 {
  display: block;
  width: calc(7 / 36 * 100%);
}

.AboutUs .course .swiperBox .buttom .img5 {
  display: none;
  width: calc(7 / 36 * 100%);
}

@media (min-width: 1200px) {
  .AboutUs .course .swiperBox .buttom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.AboutUs .course .swiperBox .buttonPrev5 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.AboutUs .course .swiperBox .buttonNext5 {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(100%, -50%) rotate(180deg);
  transform: translate(100%, -50%) rotate(180deg);
}

.AboutUs .course .swiper-container2 {
  position: relative;
}

.AboutUs .course .swiper-container2 .courseBanner1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 2rem;
}

.AboutUs .course .swiper-container2 .swiper-wrapper {
  margin: 2rem 0;
  margin-bottom: 2.5rem;
}

.AboutUs .course .swiper-container2 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox {
  width: calc(220 / 1600 * 100%);
  height: 2.2rem;
  padding: calc(20 / 1600 * 100%);
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: calc(22 / 1600 * 100%);
  bottom: calc(80 / 268 * 100%);
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox .textBoxc {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}


.AboutUs .course .swiper-container2 .swiper-slide .textBox .textBoxc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox .textBoxc::-webkit-scrollbar-track {
  background-color: inherit;
  border: none;
  border-radius: 10px;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox .textBoxc::-webkit-scrollbar-thumb {
  border-radius: 10px;
  position: relative;
  right: 2px;
  background-color: #c6c6cd;
  width: 6px;
}


.AboutUs .course .swiper-container2 .swiper-slide .textBox .textBoxc::-webkit-scrollbar-thumb {
  visibility: hidden;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox .textBoxc:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox .p1 {
  color: #222222;
  margin-bottom: 0.1rem;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox .p2 {
  color: #666666;
  line-height: calc(28 / 16 * 1em);
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox:nth-child(2n + 1)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-left: 0.22rem solid transparent;
  border-right: 0.22rem solid transparent;
  border-bottom: 0.15rem solid white;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox:nth-child(2n + 2)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-left: 0.22rem solid transparent;
  border-right: 0.22rem solid transparent;
  border-top: 0.15rem solid white;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox:hover {
  background-color: #ff0000;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox:hover .p1 {
  color: #ffffff;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox:hover .p2 {
  color: #ffffff;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox:hover:nth-child(2n + 1)::after {
  border-bottom: 0.15rem solid #ff0000;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox:hover:nth-child(2n + 2)::after {
  border-top: 0.15rem solid #ff0000;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox1 {
  left: calc(291 / 1600 * 100%);
  top: calc(229 / 268 * 100%);
  bottom: auto;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox2 {
  left: calc(556 / 1600 * 100%);
  bottom: calc(175 / 268 * 100%);
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox3 {
  left: calc(825 / 1600 * 100%);
  top: calc(140 / 268 * 100%);
  bottom: auto;
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox4 {
  left: calc(1088 / 1600 * 100%);
  bottom: calc(245 / 268 * 100%);
}

.AboutUs .course .swiper-container2 .swiper-slide .textBox5 {
  left: calc(1360 / 1600 * 100%);
  top: calc(60 / 268 * 100%);
  bottom: auto;
}

.AboutUs .course .swiper-container3 {
  display: none;
}

@media (max-width: 1200px) {
  .AboutUs .course .swiper-container2 {
    display: none;
  }

  .AboutUs .course .swiper-container3 {
    margin: 0.5rem 0;
    display: block;
  }

  .AboutUs .course .swiper-container3 .swiper-slide {
    height: auto;
    padding: 0.3rem;
    border-radius: 10px;
    background-color: #ffffff;
  }

  .AboutUs .course .swiper-container3 .swiper-slide .p1 {
    color: #222222;
    margin-bottom: 0.1rem;
  }

  .AboutUs .course .swiper-container3 .swiper-slide .p2 {
    color: #666666;
    line-height: calc(28 / 16 * 1em);
  }
}

@media (max-width: 1200px) {
  .AboutUs .course {
    padding: 0.88rem 4%;
    padding-bottom: 0;
  }
}

.AboutUs .Culture {
  padding: 0.9rem calc(160 / 1920 * 100%);
  background-color: #f5f5f5;
}

.AboutUs .Culture .textBox {
  padding: calc(80 / 1600 * 100%);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.AboutUs .Culture .textBox .text {
  width: calc(770 / 1440 * 100%);
}

.AboutUs .Culture .textBox .text .p1 {
  color: #222222;
  margin-bottom: 0.1rem;
}

.AboutUs .Culture .textBox .text .p2 {
  color: #666666;
  line-height: calc(28 / 16 * 1em);
  margin-top: 0.25rem;
}

.AboutUs .Culture .textBox .text .img1 {
  width: 0.28rem;
  display: block;
  margin-top: 0.08rem;
}

.AboutUs .Culture .textBox .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.2rem;
}

.AboutUs .Culture .textBox .iconBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.AboutUs .Culture .textBox .iconBox .item .cultureIcon1 {
  width: 1rem;
  display: block;
}

.AboutUs .Culture .textBox .iconBox .item .cultureIcon2 {
  width: 1rem;
  display: none;
}

.AboutUs .Culture .textBox .iconBox .item .p1 {
  color: #222222;
  margin: 0.18rem 0;
  text-align: center;
}

.AboutUs .Culture .textBox .iconBox .item .p2 {
  color: #666666;
  text-align: center;
}

.AboutUs .Culture .textBox .iconBox .item:hover .cultureIcon1 {
  display: none;
}

.AboutUs .Culture .textBox .iconBox .item:hover .cultureIcon2 {
  display: block;
}

.AboutUs .Culture .textBox .iconBox .item1 {
  padding-right: 0.4rem;
  border-right: 1px solid #eeeeee;
}

.AboutUs .Culture .textBox .iconBox .item2 {
  margin-left: 0.4rem;
}

@media (max-width: 900px) {
  .AboutUs .Culture .textBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .AboutUs .Culture .textBox .text {
    width: 100%;
  }

  .AboutUs .Culture .textBox .iconBox {
    width: 100%;
    margin-left: 0rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.2rem;
  }

  .AboutUs .Culture .textBox .iconBox .item1 {
    padding-right: 0;
    border-right: none;
  }
}

@media (max-width: 1200px) {
  .AboutUs .Culture {
    padding: 0.9rem 4%;
  }
}

.AboutUs .salesArea .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.AboutUs .salesArea .swiper-slide .left {
  width: calc(700 / 1920 * 100%);
  padding-left: calc(160 / 1920 * 100%);
  padding-right: calc(90 / 1920 * 100%);
  padding-top: calc(100 / 1920 * 100%);
  background-image: url(../images/salesAreaBanner1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.AboutUs .salesArea .swiper-slide .left .p1 {
  color: #222222;
}

.AboutUs .salesArea .swiper-slide .left .img1 {
  width: 0.28rem;
  display: block;
  margin-top: 0.08rem;
}

.AboutUs .salesArea .swiper-slide .left .p2 {
  margin-top: 0.75rem;
}

.AboutUs .salesArea .swiper-slide .left .p3 {
  line-height: calc(28 / 16 * 1em);
  color: #666666;
  margin-top: 0.25rem;
}

.AboutUs .salesArea .swiper-slide .left .tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.4rem;
  padding-bottom: 0.7rem;
}

.AboutUs .salesArea .swiper-slide .left .tagBox .tag {
  width: 32%;
  padding: 0.12rem 0;
  border: solid 1px #d2d2d2;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

.AboutUs .salesArea .swiper-slide .left .tagBox .tag:hover {
  background-color: #ff0000;
  color: #ffffff;
  border: none;
}

.AboutUs .salesArea .swiper-slide .left .tagBox .onTag {
  background-color: #ff0000;
  color: #ffffff;
  border: none;
}

.AboutUs .salesArea .swiper-slide .left .bthBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 1.8rem;
}

.AboutUs .salesArea .swiper-slide .left .bthBox .buttom {
  width: 0.36rem;
  height: 0.36rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.AboutUs .salesArea .swiper-slide .left .bthBox .buttom:hover {
  background-color: #e60013;
}

.AboutUs .salesArea .swiper-slide .left .bthBox .buttom:hover .img4 {
  display: none;
}

.AboutUs .salesArea .swiper-slide .left .bthBox .buttom:hover .img5 {
  display: block;
}

.AboutUs .salesArea .swiper-slide .left .bthBox .buttom .img4 {
  display: block;
  width: calc(7 / 36 * 100%);
}

.AboutUs .salesArea .swiper-slide .left .bthBox .buttom .img5 {
  display: none;
  width: calc(7 / 36 * 100%);
}

.AboutUs .salesArea .swiper-slide .left .bthBox .buttonNext1 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 0.1rem;
}

.AboutUs .salesArea .swiper-slide .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: calc(160 / 1920 * 100%);
}

.AboutUs .salesArea .swiper-slide .right img {
  display: block;
  width: 90%;
}

@media (max-width: 1200px) {
  .AboutUs .salesArea .swiper-slide .left {
    padding-left: 4%;
  }

  .AboutUs .salesArea .swiper-slide .right {
    padding-right: 4%;
  }
}

@media (max-width: 900px) {
  .AboutUs .salesArea .swiper-slide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .AboutUs .salesArea .swiper-slide .left {
    width: 100%;
  }

  .AboutUs .salesArea .swiper-slide .right {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

video {
  width: 70%;
}

footer {
  background-color: #f5f5f5;
}

footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.9rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #e5e5e5;
}

footer .top .left .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .top .left .tag {
  margin-left: 1rem;
}

footer .top .left .tag:nth-child(1) {
  margin-left: 0rem;
}

footer .top .left .title {
  margin-bottom: 0.3rem;
  color: #222222;
}

footer .top .left .Subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .top .left .Subitem ul {
  margin-left: 0.24rem;
}

footer .top .left .Subitem ul:nth-child(1) {
  margin-left: 0;
}

footer .top .left .Subitem li {
  color: #999999;
  margin-bottom: 0.12rem;
}

footer .top .left .Subitem li:hover {
  color: #e60013;
}

footer .top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .top .right .information{
  flex: 1;
}
footer .top .right .information .p1 {
  color: #666666;
  margin-bottom: 2px;
}

footer .top .right .information .p2 {
  color: #ee1d23;
  font-family: 'oswaldBold';
}

footer .top .right .information .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666666;
  margin-top: 0.2rem;
}

footer .top .right .information .icon img {
  width: 0.15rem;
  height: auto;
  margin-right: 0.1rem;
}

footer .top .right .ixonBox {
  width: 1.62rem;
  margin-left: 0.6rem;
}

footer .top .right .ixonBox .footerBanner {
  width: 1.62rem;
  height: auto;
  margin-bottom: 0.27rem;
}

footer .top .right .ixonBox .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .top .right .ixonBox .icon .bth {
  width: 0.3rem;
  height: auto;
  position: relative;
}

footer .top .right .ixonBox .icon .bth .footerW {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  z-index: 9;
  padding-top: 100%;
  display: none;
}

footer .top .right .ixonBox .icon .bth .footerW .imgBOx {
  -webkit-box-shadow: 0 0px 20px #00000029;
  box-shadow: 0 0px 20px #00000029;
  background-color: #fff;
  padding: 0.1rem;
  position: relative;
}

footer .top .right .ixonBox .icon .bth .footerW .imgBOx::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid white;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

footer .top .right .ixonBox .icon .bth .footerW .imgBOx .img {
  width: 0.85rem;
  min-width: 100px;
}

footer .top .right .ixonBox .icon .bth .footerW .imgBOx p {
  text-align: center;
  margin-top: 0.1rem;
}

footer .top .right .ixonBox .icon .bth:hover .footerW {
  display: block;
}

footer .bottom {
  padding: 0.4rem calc(160 / 1920 * 100%);
  padding-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .bottom span {
  color: #999999;
}

@media (max-width: 1300px) {

  footer .top,
  footer .bottom {
    padding-left: 4%;
    padding-right: 4%;
  }

  footer .top .left .tag,
  footer .bottom .left .tag {
    margin-left: 0.5rem;
  }

  footer .top .left .tag:nth-child(1),
  footer .bottom .left .tag:nth-child(1) {
    margin-left: 0rem;
  }
}

@media (max-width: 1000px) {
  footer .top {
    display: block;
  }

  footer .top .left .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer .top .left .nav .tag {
    margin-left: 0rem;
  }

  footer .top .right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

footer .suspension {
  width: 0.6rem;
  position: fixed;
  right: 20px;
  z-index: 9;
  bottom: 150px;
}

footer .suspension .leavingMessageBtn {
  margin-bottom: 10px;
  cursor: pointer;
}

footer .leavingMessage {
  width: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px #00000021;
          box-shadow: 0 0 10px #00000021;
  text-align: center;
  padding: 0.5rem;
  display: none;
}

footer .leavingMessage .formBox {
  position: relative;
  width: 100%;
}

footer .leavingMessage .esc {
  position: absolute;
  top: -0.3rem;
  right: 0rem;
  cursor: pointer;
}

footer .leavingMessage h1 {
  margin-bottom: 0.2rem;
}

footer .leavingMessage .p1 {
  line-height: calc(24 / 16 * 1em);
}

footer .leavingMessage form input {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border: none;
  border: 1px solid #a8a6a8;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
}

footer .leavingMessage form textarea {
  width: 100%;
  border: none;
  border: 1px solid #a8a6a8;
  margin-top: 0.2rem;
  padding: 0.2rem;
}
footer .leavingMessage form .code{
  margin-top: 0.2rem;
  border: 1px solid #a8a6a8;
  display: flex;
}
footer .leavingMessage form .code input {
  width: 80%;
  height: 0.5rem;
  line-height: 0.5rem;
  border: none;
  margin-top: 0rem;
  padding: 0 0.2rem;
}

footer .leavingMessage form .code .verificationCode{
  width: 20%;
  height: 0.5rem;
  border-left: 1px solid #a8a6a8;
}

footer .leavingMessage form .code .verificationCode img{
  width: 100%;
  height: 100%;
}

footer .leavingMessage form button {
  padding: 0.22rem 0.58rem;
  display: inline-block;
  background-color: #ee1d23;
  border: none;
  color: #ffffff;
  margin-top: 0.2rem;
  cursor: pointer;
}

@media (max-width: 900px) {
  footer .leavingMessage {
    width: 80%;
  }
}

@media (max-width: 600px) {
  footer .leavingMessage {
    width: 92%;
  }
}

/*# sourceMappingURL=css.css.map */