.swiperOne .swiper-slide {
  overflow: hidden;
}
.swiperOne .swiper-slide img {
  transition: all 1s;
  transform: scale(1);
}
.swiperOne .swiper-slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mod_video .videoImg {
  border-radius: 0.1rem;
  position: relative;
  cursor: pointer;
}
.mod_video .videoImg span {
  width: .6rem;
  height: .6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  background: url(../images/aboutus/r2_videoBtn.png) no-repeat center;
  background-size: contain;
}
.mod_video .videoImg .imgbox img {
  transition: all 1s;
  transform: scale(1);
}
.mod_video .videoImg:hover .imgbox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mod_video .video_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}
.mod_video .video_wrap .videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 60px);
  max-height: calc(100% + 60px);
  width: 10rem;
}
.mod_video .video_wrap .videobox video {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}
.mod_video .video_wrap .videobox .close {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/video-close.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -0.5rem;
  cursor: pointer;
}
.suspend_nav {
  width: 0.6rem;
  height: 1.9rem;
  position: fixed;
  right: 0;
  margin-top: -1.9rem;
  top: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  z-index: 101;
}
.suspend_nav .toTop {
  box-shadow: 0px 4.24242px 4.24242px rgba(0, 0, 0, 0.25);
  border-radius: 0.2rem 0 0 0;
  height: 0.6rem;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.suspend_nav .toTop img {
  width: 0.5rem;
}
.suspend_nav ul {
  box-shadow: 0px 4.24242px 4.24242px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 0 0 0 0.2rem;
  width: 100%;
  height: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  position: relative;
}
.suspend_nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  margin-bottom: .05rem;
}
.suspend_nav ul li:last-child {
  margin-bottom: 0;
}
.suspend_nav ul li img {
  width: 0.45rem;
}
.suspend_nav ul li .divHover {
  display: none;
  position: absolute;
  right: 0.6rem;
}
.suspend_nav ul li .divHover .dHbox {
  background: #fff;
  box-shadow: 0px 0.3rem 0.4rem rgba(96, 97, 112, 0.12);
  border-radius: 0.2rem;
}
.suspend_nav ul li .divHover img {
  width: 100%;
}
.suspend_nav ul .code .divHover {
  bottom: 0;
  width: 2rem;
  height: 2rem;
}

.suspend_nav ul .code .divHover .dHbox {
  width: 1.8rem;
  background: #e6f4ff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.suspend_nav ul .code .divHover .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.75rem;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.5;
  background: linear-gradient(180deg, #0085FF 0%, rgba(0, 27, 210, 0.94) 100%), linear-gradient(342deg, #E6F4FE 24.72%, #F7FCFF 86.69%);
}
.suspend_nav ul .code .divHover .tit span {
  font-size: 0.18rem;
  line-height: 1.5;
}
.suspend_nav ul .code .divHover .imgbox {
  padding: 0.2rem;
}

.suspend_nav ul .email .divHover {
  bottom:0rem;
  width: 3.2rem;
  padding: 0rem 0.2rem;
  border-radius: 0.2rem;
  text-align: center;
}
.suspend_nav ul .email .divHover .dHbox {
  width: 2.8rem;
  padding: 0.2rem;
}
.suspend_nav ul .email .divHover span {
  display: block;
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
  background: url(../images/suspend_nav/email_img.png) no-repeat center top;
  background-size: 0.23rem 0.14rem;
  padding-top: 0.2rem;
  opacity: 0.6;
}
.suspend_nav ul .email .divHover p {
  font-size: 0.16rem;
  color: #2B62EB;
  margin-bottom: 0.2rem;
}
.suspend_nav ul .email .divHover a {
  display: inline-block;
  width: 1.4rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  color: #fff;
  background: #2B62EB;
  box-shadow: 0px 0px 0.2rem rgba(43, 98, 235, 0.26);
  border-radius: 0.1rem;
}
.suspend_nav ul .logo .divHover {
  bottom: 0;
  width: 2rem;
}
.ft_nav ul {
  display: flex;
  justify-content: flex-start;
}
.ft_nav ul li {
  margin-left: 0.2rem;
  cursor: pointer;
  position: relative;
  height: 0.8rem;
  display: flex;
  align-items: center;
}
.ft_nav ul li .imgicon {
  opacity: 0.4;
}
.ft_nav ul li .divHover {
  display: none;
  position: absolute;
  bottom: 100%;
  overflow: hidden;
}
.ft_nav ul li .divHover .dHbox {
  background: #fff;
  box-shadow: 0px 0.3rem 0.4rem rgba(96, 97, 112, 0.12);
  border-radius: 0.2rem;
}
.ft_nav ul li .divHover img {
  width: 100%;
}
.ft_nav ul li.on .imgicon {
  opacity: 1;
}
.ft_nav ul .qw .divHover {
  width: 2rem;
  left: 50%;
  margin-left: -1rem;
  border-radius: 0.2rem;
}
.ft_nav ul .qw .divHover .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.75rem;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.5;
  background: linear-gradient(180deg, #0085FF 0%, rgba(0, 27, 210, 0.94) 100%) #0085FF;
}
.ft_nav ul .qw .divHover .tit span {
  font-size: 0.18rem;
  line-height: 1.5;
}
.ft_nav ul .qw .divHover .imgbox {
  padding: 0.2rem;
}
.ft_nav ul .wx .divHover {
  width: 2rem;
  left: 50%;
  margin-left: -1rem;
  border-radius: 0.2rem;
}
.ft_nav ul .wx .divHover .dHbox {
  background: #fff;
  padding: 0.2rem;
}
.ft_nav ul .email .divHover {
  width: 2.6rem;
  right: 0;
  border-radius: 0.2rem;
}
.ft_nav ul .email .divHover .dHbox {
  background: #fff;
  padding: 0.2rem;
  text-align: center;
}
.ft_nav ul .email .divHover span {
  display: block;
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
  background: url(../images/suspend_nav/email_img.png) no-repeat center top;
  background-size: 0.23rem 0.14rem;
  padding-top: 0.2rem;
  opacity: 0.6;
}
.ft_nav ul .email .divHover p {
  font-size: 0.16rem;
  color: #2B62EB;
  margin-bottom: 0.2rem;
}
.ft_nav ul .email .divHover .diva {
  display: flex;
  justify-content: space-between;
}
.ft_nav ul .email .divHover a {
  display: inline-block;
  width: 1rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  color: #fff;
  background: #2B62EB;
  box-shadow: 0px 0px 0.2rem rgba(43, 98, 235, 0.26);
  border-radius: 0.1rem;
}


/*  */

.suspend_nav ul li.logo {
  display: none;
}

.zd {
  display: none;
}

@media screen and (max-width: 1023px) {
  .zd {
    display: block;
    position: fixed;
    width: 90%;
    bottom: .3rem;
    left: 5%;
    height: .8rem;
    line-height: .8rem;
    background: linear-gradient(
      180deg, #0085FF 0%, rgba(0, 27, 210, 0.94) 100%);
      color: #fff;
      text-align: center;
      z-index: 99;
      border-radius: .8rem;
      font-size: .28rem;
  }
  .suspend_nav {
    height: 1.4rem;
  }
  .suspend_nav ul {
    height: .7rem;
  }
}

#willingCircleClickButtonWrap {
  right: 0!important;
  bottom: 40%!important;
}
#willingCircleClickButtonWrap::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1.2rem;
    background: url(../images/xv.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
}
#willingCircleClickButtonWrap::before {
    /*content: "";*/
    /*display: block;*/
    /*width: 1rem;*/
    /*height: 1rem;*/
    /*background: url(../images/bling.png) no-repeat center;*/
    /*background-size: contain;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 9999999999;*/
    /*transition: left linear 0.8s;*/
    /*animation-name: example1;*/
    /*  animation-duration: 4s;*/
    /*  animation-iteration-count: infinite;*/
    /*  opacity: .3;*/
}
@keyframes example1 {
  from {left:-1rem}
  to {right:1rem}
}
#willingCircleClickButton {
  display: none!important;
}
#willingCircleClickButtonText {
  display: none;
}
