.indexbox {
  padding-bottom: 80px;
  background-color: #f8f8f8;
}
.topBox .topText {
  margin-top: 145px;
  min-height: 320px;
}
.banner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 100vw;
  overflow: hidden;
}
.banner .banner-swiper {
  width: 100%;
  height: 100%;
}
.banner .banner-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.banner .banner-swiper .swiper-slide .mark {
  display: none;
}
.banner .banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.banner .swiperfzbox {
  position: absolute;
  bottom: 91px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 37px;
  z-index: 999;
}
.banner .swiperfzbox .banner-pagination {
  width: 130px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner .swiperfzbox .banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  margin-right: 8px;
}
.banner .swiperfzbox .banner-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner .swiperfzbox .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  height: 10px;
  background-color: #fdbf01;
  border-radius: 5px;
}
.banner .swiperfzbox .next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: url(../images/zhdgz4/swiperright.png) center center no-repeat;
  transition: all 0.3s ease;
}
.banner .swiperfzbox .next:hover {
  transform: translateY(-50%) scale(1.1);
}
.banner .swiperfzbox .prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: url(../images/zhdgz4/swiperleft.png) center center no-repeat;
  transition: all 0.3s ease;
}
.banner .swiperfzbox .prev:hover {
  transform: translateY(-50%) scale(1.1);
}
.banner .bannertext {
  position: absolute;
  top: 30%;
  right: 50%;
  transform: translateX(50%);
  width: 1200px;
  z-index: 9;
}
.banner .bannertext p {
  width: 100%;
  line-height: 1;
  font-size: 5rem;
  text-align: center;
  color: #fffefe;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.noBannerBox {
  position: relative;
  left: 0;
  top: calc(100vh - 10px);
  z-index: 99;
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
}
.focusbox {
  width: 1620px;
  margin: 0 auto;
  padding-top: 60px;
}
.focusbox .top {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.focusbox .top h2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.focusbox .focuswiper {
  margin: 30px auto 0;
  width: 100%;
  position: relative;
}
.focusbox .focuswiper .swiperbutton {
  position: absolute;
  right: 0;
  top: -18px;
  width: 100px;
  height: 55px;
  z-index: 999;
}
.focusbox .focuswiper .swiperbutton .focus-prev {
  width: 46px;
  float: left;
  height: 35px;
  border: 2px solid #0053c6;
  border-radius: 33px;
  background: url(../images/zhdgz4/focus_left.png) no-repeat center center;
  transition: all 0.5s;
}
.focusbox .focuswiper .swiperbutton .focus-prev:hover {
  background: url(../images/zhdgz4/focus_left_on.png) no-repeat center center #0053c6;
}
.focusbox .focuswiper .swiperbutton .focus-next {
  float: right;
  width: 46px;
  height: 35px;
  border: 2px solid #0053c6;
  border-radius: 33px;
  background: url(../images/zhdgz4/focus_right.png) center center no-repeat;
  transition: all 0.5s;
}
.focusbox .focuswiper .swiperbutton .focus-next:hover {
  background: url(../images/zhdgz4/focus_right_on.png) center center no-repeat #0053c6;
}
.focusbox .focuswiper .focus-swiper {
  margin-top: 20px;
  width: 100%;
  height: 560px;
}
.focusbox .focuswiper .focus-swiper .swiper-slide {
  width: 800px;
  height: 560px;
  position: relative;
}
.focusbox .focuswiper .focus-swiper .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.focusbox .focuswiper .focus-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.focusbox .focuswiper .focus-swiper .swiper-slide .mark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.focusbox .focuswiper .focus-swiper .swiper-slide .mark p,
.focusbox .focuswiper .focus-swiper .swiper-slide .mark a {
  display: none;
}
.focusbox .focuswiper .focus-swiper .swiper-slide-active .mark {
  background: url(../images/zhdgz4/focusmark.png) center center no-repeat;
  background-size: 100% 100%;
}
.focusbox .focuswiper .focus-swiper .swiper-slide-active .mark p,
.focusbox .focuswiper .focus-swiper .swiper-slide-active .mark a {
  display: block;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #fff;
  word-break: break-all;
  animation: blink 5s ease;
  font-family: 'DINPROBold', Arial, sans-serif;
}
.focusbox .focuswiper .ydfocus-swiper {
  display: none;
}
.whybox {
  margin: 0 auto;
  padding-top: 60px;
  width: 1620px;
}
.whybox .top {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  cursor: pointer;
}
.whybox .top h2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.whybox .conter {
  margin: 30px auto 0;
  height: 788px;
}
.whybox .conter ul {
  width: 100%;
  height: 100%;
  display: flex;
}
.whybox .conter ul li {
  flex: 1;
  height: 100%;
  float: left;
  overflow: hidden;
  transition: all 1s;
}
.whybox .conter ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.whybox .conter ul li a .pic {
  width: 100%;
  height: 100%;
}
.whybox .conter ul li a .pic img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
.whybox .conter ul li a .pic img:nth-child(2) {
  display: none;
}
.whybox .conter ul li a .pic img:nth-child(3) {
  display: none;
}
.whybox .conter ul li a .pic .imgActive {
  display: block !important;
}
.whybox .conter ul li a .pic .imgRemove {
  display: none;
}
.whybox .conter ul li a .rightbox {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 155px;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 35px;
}
.whybox .conter ul li a .rightbox::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 186px;
  background-image: linear-gradient(-24deg, rgba(238, 88, 31, 0.59) 0%, #e8511b 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
                                normal;
  border-radius: 24px 0px 0px 0px;
  transition: all 1s;
}
.whybox .conter ul li a .rightbox .num {
  font-size: 80px;
  width: 160px;
  height: 80px;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'DINPROBold', Arial, sans-serif;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 2s;
}
.whybox .conter ul li a .rightbox .title {
  margin-top: -18px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-family: 'DINPROBold', Arial, sans-serif;
  transition: all 2s;
}
.whybox .conter ul li a .rightbox .title::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 106px;
  height: 2px;
  background-color: #ffffff;
  transition: all 2s;
}
.whybox .conter ul .whyactive {
  flex: 2;
}
.whybox .conter ul .whyactive a .pic img:nth-child(1) {
  display: none;
}
.whybox .conter ul .whyactive a .pic img:nth-child(2) {
  display: block;
}
.whybox .conter ul .whyactive a .rightbox {
  width: 80%;
}
.whybox .conter ul .whyactive a .rightbox::before {
  right: 0;
  width: 100%;
}
.whybox .conter ul .whyactive a .rightbox .num {
  font-size: 120px;
  color: #fff;
  opacity: 0.2;
  width: 160px;
  height: 120px;
  position: absolute;
  right: 20px;
  bottom: 0;
  line-height: normal;
}
.whybox .conter ul .whyactive a .rightbox .title {
  position: absolute;
  top: 20px;
  left: 49px;
  font-size: 24px;
  color: #fff;
  width: auto;
}
.howtobox {
  margin: 0 auto;
  padding-top: 60px;
  width: 1620px;
}
.howtobox .top {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  cursor: pointer;
}
.howtobox .top h2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.howtobox .top .ydtit {
  display: none;
}
.howtobox .top .more {
  display: none;
}
.howtobox .conter {
  margin: 30px auto 0;
  overflow: hidden;
  background: url(../images/zhdgz4/title3bj.png) center center no-repeat, linear-gradient(to bottom, #1a55c9 0%, #093ca4 100%);
  position: relative;
}
.howtobox .conter .conboxhz {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
.howtobox .conter .pic {
  float: right;
  width: 49%;
  height: 100%;
  transition: all 1s;
}
.howtobox .conter .pic img {
  width: 100%;
  height: 100%;
}
.howtobox .conter .howto-swiper {
  float: left;
  width: 620px;
  margin: 87px 0 0 70px;
}
.howtobox .conter .howto-swiper .swiper-wrapper {
  width: 100%;
}
.howtobox .conter .howto-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 384px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.howtobox .conter .howto-swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 300px;
  height: 88px;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px 0;
  position: relative;
}
.howtobox .conter .howto-swiper .swiper-wrapper .swiper-slide a .leftpic {
  border-right: 2px solid #e0f2ff;
  width: 87px;
  height: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.howtobox .conter .howto-swiper .swiper-wrapper .swiper-slide a .leftpic img {
  max-width: 50px;
  max-height: 50px;
}
.howtobox .conter .howto-swiper .swiper-wrapper .swiper-slide a .rightxt {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
}
.howtobox .conter .howto-swiper .swiper-wrapper .swiper-slide a .rightxt::before {
  content: "";
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f8f8f8;
  border: solid 1px #999;
  margin-top: 8px;
}
.howtobox .conter .howto-swiper .swiper-wrapper .swiper-slide a .rightxt p {
  float: right;
  color: #21252b;
  width: 176px;
  font-size: 20px;
  font-family: 'DINPROBold', Arial, sans-serif;
}
.howtobox .conter .howto-swiper .swiper-wrapper .swiper-slide a:hover .leftpic img {
  transform: rotate(-15deg);
  transition: all 0.3s ease;
}
.howtobox .conter .howto-swiper .swiper-wrapper .swiper-slide a:hover .rightxt::before {
  background-color: #fdbf01;
}
.howtobox .conter .howto-swiper .howtobuttonbox {
  margin: 30px auto 0;
  width: 144px;
  height: 55px;
}
.howtobox .conter .howto-swiper .howtobuttonbox .howto-prev {
  width: 66px;
  float: left;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 33px;
  background: url(../images/zhdgz4/focus_left_on.png) no-repeat center center;
  transition: all 0.5s;
}
.howtobox .conter .howto-swiper .howtobuttonbox .howto-prev:hover {
  background: url(../images/zhdgz4/focus_left.png) no-repeat center center #fff;
}
.howtobox .conter .howto-swiper .howtobuttonbox .howto-next {
  float: right;
  width: 66px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 33px;
  background: url(../images/zhdgz4/focus_right_on.png) center center no-repeat;
  transition: all 0.5s;
}
.howtobox .conter .howto-swiper .howtobuttonbox .howto-next:hover {
  background: url(../images/zhdgz4/focus_right.png) center center no-repeat #fff;
}
.supporingbox {
  margin: 0 auto;
  padding-top: 60px;
  width: 1620px;
}
.supporingbox .top {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.supporingbox .top h2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.supporingbox .top .ydtit {
  display: none;
}
.supporingbox .conter {
  margin: 30px auto 0;
  width: 100%;
  height: 614px;
}
.supporingbox .conter .item {
  float: left;
  width: 25%;
  height: 100%;
  position: relative;
}
.supporingbox .conter .item .topitem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 305px;
  border: solid 4px #ffffff;
}
.supporingbox .conter .item .topitem a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.supporingbox .conter .item .topitem a:hover img {
  animation: breathe 6s infinite ease-in-out;
}
.supporingbox .conter .item .topitem a img {
  width: 100%;
  height: 100%;
}
.supporingbox .conter .item .btmitem {
  background: url(../images/zhdgz4/zlsjbox.png) center top no-repeat;
  width: 100%;
  height: 347px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 76px;
}
.supporingbox .conter .item .btmitem a {
  display: block;
  width: 100%;
  height: 100%;
}
.supporingbox .conter .item .btmitem a:hover h2 {
  color: #f0892e;
}
.supporingbox .conter .item .btmitem a:hover h2::after {
  background-color: #f0892e;
}
.supporingbox .conter .item .btmitem a:hover p {
  color: #f8b880;
}
.supporingbox .conter .item .btmitem a h2 {
  width: 94%;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin: 0 auto;
  font-family: 'DINPROBold', Arial, sans-serif;
  transition: all 1.5s;
}
.supporingbox .conter .item .btmitem a h2::after {
  margin-top: 14px;
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #0e44b1;
  border-radius: 2px;
  transition: all 0.3s;
}
.supporingbox .conter .item .btmitem a p {
  margin: 23px auto 0;
  width: 94%;
  font-size: 18px;
  color: #999;
  line-height: 1.5;
  font-family: 'DINPROBold', Arial, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  transition: all 2s;
}
.supporingbox .conter .item:nth-child(2n) .btmitem {
  background: url(../images/zhdgz4/dlsjbox.png) center top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  padding-top: 18px;
  z-index: 9;
}
.supporingbox .conter .item:nth-child(2n) .btmitem ul {
  margin: 45px auto 0;
  width: 96%;
}
.supporingbox .conter .item:nth-child(2n) .btmitem ul li {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 0 27px;
  line-height: 48px;
  margin-bottom: 20px;
  transition: all 0.3s;
  position: relative;
}
.supporingbox .conter .item:nth-child(2n) .btmitem ul li:hover::before,
.supporingbox .conter .item:nth-child(2n) .btmitem ul li:hover::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid gold;
  transition: all 0.5s;
  animation: clippath 3s infinite linear;
  border-radius: 24px;
}
.supporingbox .conter .item:nth-child(2n) .btmitem ul li:last-child {
  margin-bottom: 0;
}
.supporingbox .conter .item:nth-child(2n) .btmitem ul li a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333;
  font-family: 'DINPROBold', Arial, sans-serif;
  padding-right: 20px;
  position: relative;
}
.supporingbox .conter .item:nth-child(2n) .btmitem ul li a::after {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  background: url(../images/zhdgz4/icon_zsxjb.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.supporingbox .conter .item:nth-child(2n) .btmitem:hover h2 a {
  color: #f0892e;
}
.supporingbox .conter .item:nth-child(2n) .btmitem:hover h2 a::before {
  background-color: #f0892e;
}
.supporingbox .conter .item:nth-child(2n) .btmitem h2 {
  width: 94%;
  margin: 0 auto;
  margin-top: 20px;
}
.supporingbox .conter .item:nth-child(2n) .btmitem h2 a {
  display: block;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.supporingbox .conter .item:nth-child(2n) .btmitem h2 a::after {
  display: none;
}
.supporingbox .conter .item:nth-child(2n) .btmitem h2 a::before {
  content: "";
  display: block;
  margin-bottom: 10px;
  width: 50px;
  height: 4px;
  background-color: #0e44b1;
  border-radius: 2px;
}
.supporingbox .conter .item:nth-child(2n) .topitem {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
.supporingbox .ydconter {
  display: none;
}
.faqsbox {
  margin: 0 auto 56px;
  padding-top: 60px;
  width: 1620px;
}
.faqsbox .top {
  margin: 0 auto;
  width: 100%;
  height: 60px;
  cursor: pointer;
  position: relative;
}
.faqsbox .top h2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  font-family: 'DINPROBoldPro', Arial, sans-serif;
}
.faqsbox ul {
  margin: 30px auto 0;
}
.faqsbox ul li {
  width: 100%;
  height: 197px;
  background-color: #ffffff;
  border-radius: 24px;
  margin-bottom: 30px;
  padding: 34px 40px 0 92px;
}
.faqsbox ul li:last-child {
  margin-bottom: 0;
}
.faqsbox ul li:hover h2 a {
  word-spacing: 0.2em;
  white-space: nowrap;
  color: #E8A95B;
  background-clip: text;
}
.faqsbox ul li:hover .text p {
  color: #f8b880;
}
.faqsbox ul li h2 {
  width: 100%;
  height: 32px;
}
.faqsbox ul li h2 span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/zhdgz4/icon_wttb.png) center center no-repeat;
}
.faqsbox ul li h2 a {
  float: right;
  width: 94%;
  font-size: 24px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'DINPROBold', Arial, sans-serif;
}
.faqsbox ul li .text {
  margin-top: 28px;
  width: 100%;
}
.faqsbox ul li .text span {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  background: url(../images/zhdgz4/icon_hdtb.png) center center no-repeat;
}
.faqsbox ul li .text p {
  float: right;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 94%;
  font-size: 18px;
  color: #666;
  margin-left: 10px;
  font-family: 'DINPROBold', Arial, sans-serif;
  transition: all 1s ease;
}
html[dir="rtl"] .banner .banner-swiper {
  direction: ltr;
}
html[dir="rtl"] .banner .banner-swiper .swiper-wrapper {
  direction: ltr !important;
}
html[dir="rtl"] .banner .bannertext p {
  text-align: center !important;
}
html[dir="rtl"] .banner .swiperfzbox {
  direction: ltr;
}
html[dir="rtl"] .banner .swiperfzbox .banner-pagination {
  text-align: center !important;
}
html[dir="rtl"] .focusbox .top h2 {
  text-align: center !important;
}
html[dir="rtl"] .focusbox .focus-swiper {
  direction: ltr;
}
html[dir="rtl"] .focusbox .focus-swiper .swiper-wrapper {
  direction: ltr;
}
html[dir="rtl"] .whybox .top h2 {
  text-align: center !important;
}
html[dir="rtl"] .howtobox .top h2 {
  text-align: center !important;
}
html[dir="rtl"] .supporingbox .top h2 {
  text-align: center !important;
}
html[dir="rtl"] .faqsbox .top h2 {
  text-align: center !important;
}
html[dir="rtl"] .faqsbox ul li h2 span {
  float: right;
}
html[dir="rtl"] .faqsbox ul li h2 a {
  float: left;
}
html[dir="rtl"] .faqsbox ul li .text span {
  float: right;
}
html[dir="rtl"] .faqsbox ul li .text p {
  float: left;
}
html[lang="de"] .focusbox .top .more {
  width: 146px;
}
html[lang="de"] .supporingbox .top .more {
  width: 146px;
}
html[lang="de"] .faqsbox .top .more {
  width: 146px;
}
html[lang="fr"] .focusbox .top .more {
  width: 182px;
}
html[lang="fr"] .supporingbox .top .more {
  width: 182px;
}
html[lang="fr"] .faqsbox .top .more {
  width: 182px;
}
html[lang="ru"] .focusbox .top .more {
  width: 182px;
}
html[lang="ru"] .supporingbox .top .more {
  width: 182px;
}
html[lang="ru"] .faqsbox .top .more {
  width: 182px;
}
html[lang="es"] .focusbox .top .more {
  width: 190px;
}
html[lang="es"] .supporingbox .top .more {
  width: 190px;
}
html[lang="es"] .faqsbox .top .more {
  width: 190px;
}
html[lang="pt"] .focusbox .top .more {
  width: 196px;
}
html[lang="pt"] .supporingbox .top .more {
  width: 196px;
}
html[lang="pt"] .faqsbox .top .more {
  width: 196px;
}
@keyframes breathe {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 1400-1499 */
@media (min-width: 1400px) and (max-width: 1699px) {
  .focusbox {
    width: 1200px;
  }
  .focusbox .top {
    width: 1200px;
  }
  .focusbox .focuswiper {
    width: 1200px;
  }
  .focusbox .focuswiper .swiperbutton {
    right: -6px;
    width: 100px;
  }
  .focusbox .focuswiper .swiperbutton .focus-swiper .swiper-slide {
    width: 800px;
  }
  .whybox {
    width: 1200px;
  }
  .whybox .top {
    width: 1200px;
  }
  .whybox .conter {
    width: 1200px;
  }
  .howtobox {
    width: 1200px;
  }
  .howtobox .top {
    width: 1200px;
  }
  .howtobox .conter {
    height: 399px;
  }
  .howtobox .conter .pic {
    width: 42%;
    overflow: hidden;
  }
  .howtobox .conter .pic img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .howtobox .conter .conboxhz {
    width: 54%;
  }
  .howtobox .conter .conboxhz .howto-swiper {
    width: 100%;
    margin: 38px 0 0;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper {
    height: 100%;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper .swiper-slide {
    height: 277px;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper .swiper-slide a {
    width: 48%;
    height: 79px;
  }
  .howtobox .conter .conboxhz .howto-swiper .howtobuttonbox {
    margin: 20px auto 0;
  }
  .supporingbox {
    width: 1200px;
  }
  .supporingbox .top {
    width: 1200px;
  }
  .supporingbox .conter {
    width: 1200px;
  }
  .faqsbox {
    width: 1200px;
  }
  .faqsbox .top {
    width: 1200px;
  }
  .faqsbox ul {
    width: 1200px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .focusbox {
    width: 100%;
    padding: 0 15px;
    padding-top: 85px;
  }
  .focusbox .top {
    width: 100%;
  }
  .focusbox .focuswiper {
    width: 100%;
  }
  .focusbox .focuswiper .swiperbutton {
    right: 0;
  }
  .focusbox .focuswiper .swiperbutton .focus-swiper .swiper-slide {
    width: 860px;
  }
  .whybox {
    width: 100%;
    padding: 0 15px;
    padding-top: 85px;
  }
  .whybox .top {
    width: 100%;
  }
  .whybox .conter {
    width: 100%;
  }
  .howtobox {
    width: 100%;
    padding: 0 15px;
    padding-top: 60px;
  }
  .howtobox .top {
    width: 100%;
  }
  .howtobox .conter {
    width: 100%;
    background: url(../images/zhdgz4/title3bj.png) center center no-repeat, linear-gradient(to bottom, #1a55c9 0%, #093ca4 100%);
    background-size: contain;
  }
  .howtobox .conter .pic {
    width: 42%;
    overflow: hidden;
  }
  .howtobox .conter .pic img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .howtobox .conter .conboxhz {
    width: 56%;
    margin: 0 0 0 0;
  }
  .howtobox .conter .conboxhz .howto-swiper {
    margin: 8% 0 0 0;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper {
    height: 100%;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper .swiper-slide a {
    width: 47%;
    height: 63px;
    margin-bottom: 20px;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper .swiper-slide a .rightxt {
    width: 164px;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper .swiper-slide a .rightxt p {
    width: 144px;
  }
  .howtobox .conter .conboxhz .howto-swiper .howtobuttonbox {
    margin: 6px auto 0;
  }
  .supporingbox {
    width: 100%;
    padding: 0 15px;
    padding-top: 60px;
  }
  .supporingbox .top {
    width: 100%;
  }
  .supporingbox .conter {
    width: 100%;
  }
  .faqsbox {
    width: 100%;
    padding: 0 15px;
    padding-top: 60px;
  }
  .faqsbox .top {
    width: 100%;
  }
  .faqsbox ul {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  html {
    font-size: 10vw;
  }
  .indexbox {
    background-color: #eef5ff;
  }
  .topTitle {
    display: none;
  }
  .banner {
    height: 11.33333333rem;
  }
  .banner .banner-swiper .swiper-slide {
    position: relative;
  }
  .banner .banner-swiper .swiper-slide .mark {
    display: block !important;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/zhdgz4/ydbannerzc.png) center center no-repeat;
    background-size: 10rem 5.08rem;
    width: 10rem;
    height: 5.08rem;
  }
  .banner .swiperfzbox {
    position: absolute;
    bottom: 1.29333333rem;
    width: 9.46666667rem;
    height: 0.73333333rem;
  }
  .banner .swiperfzbox .banner-pagination {
    width: 1.89333333rem;
    height: 0.08rem;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
  }
  .banner .swiperfzbox .banner-pagination .swiper-pagination-bullet {
    width: 0.56rem;
    height: 0.08rem;
    border-radius: 0.04rem;
    background-color: #fff;
    opacity: 0.4;
    margin-right: 0.10666667rem;
  }
  .banner .swiperfzbox .banner-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .banner .swiperfzbox .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.56rem;
    height: 0.08rem;
    background-color: #fff;
    border-radius: 0.04rem;
    opacity: 1;
  }
  .banner .swiperfzbox .prev {
    width: 0.88rem;
    height: 0.73333333rem;
    position: absolute;
    top: 0;
    right: 1.02666667rem;
    transform: none;
    left: auto;
    border: 0.02666667rem solid #fff;
    border-radius: 0.4rem;
    background: url(../images/zhdgz4/focus_left_on.png) no-repeat center center;
    background-size: 0.2rem 0.12rem;
    transition: all 0.5s;
  }
  .banner .swiperfzbox .prev:hover {
    transform: none;
  }
  .banner .swiperfzbox .next {
    width: 0.88rem;
    height: 0.73333333rem;
    position: absolute;
    top: 0;
    right: 0;
    transform: none;
    border: 0.02666667rem solid #fff;
    border-radius: 0.4rem;
    background: url(../images/zhdgz4/focus_right_on.png) center center no-repeat;
    background-size: 0.2rem 0.12rem;
    transition: all 0.5s;
  }
  .banner .swiperfzbox .next:hover {
    transform: none;
  }
  .banner .topTitle_M {
    position: absolute;
    left: 0.4rem;
    top: 3.17333333rem;
    z-index: 9;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 0 0.13333333rem #666;
  }
  .banner .topTitle_M .txt {
    font-size: 1.33333333rem;
    font-family: 'DINPROBoldPro', Arial, sans-serif;
  }
  .banner .topTitle_M .txt:nth-last-child(1) {
    margin-top: 0.26666667rem;
  }
  .banner .bannertext {
    display: none;
  }
  .noBannerBox {
    top: 11rem;
  }
  .focusbox {
    margin: 0.66666667rem auto 0;
    width: 10rem;
    padding-top: 0;
  }
  .focusbox .top {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
  }
  .focusbox .top svg {
    display: none;
  }
  .focusbox .top h2 {
    width: 100%;
    text-align: center;
    height: 0.77333333rem;
    line-height: 1;
    font-size: 0.77333333rem;
    color: #222222;
    display: block;
  }
  .focusbox .top .more {
    display: flex;
    position: absolute;
    justify-content: end;
    right: 0.26666667rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 2.5rem;
    height: 0.37333333rem;
  }
  .focusbox .top .more::after {
    width: 0.26666667rem;
    height: 0.26666667rem;
  }
  .focusbox .focuswiper {
    margin: 0.4rem auto 0;
    height: auto;
  }
  .focusbox .focuswiper .focus-swiper {
    display: none;
  }
  .focusbox .focuswiper .swiperbutton {
    display: none;
  }
  .focusbox .focuswiper .ydfocus-swiper {
    display: block;
    width: 100%;
    height: 100%;
  }
  .focusbox .focuswiper .ydfocus-swiper .swiper-slide {
    width: 8.68rem;
    height: 100%;
  }
  .focusbox .focuswiper .ydfocus-swiper .swiper-slide .pic {
    width: 100%;
    height: 5.18666667rem;
  }
  .focusbox .focuswiper .ydfocus-swiper .swiper-slide .pic a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .focusbox .focuswiper .ydfocus-swiper .swiper-slide .pic a img {
    width: 100%;
    height: 100%;
  }
  .focusbox .focuswiper .ydfocus-swiper .swiper-slide .mark {
    width: 100%;
    height: 2.21333333rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
  }
  .focusbox .focuswiper .ydfocus-swiper .swiper-slide .mark a {
    display: -webkit-box;
    width: 7.86666667rem;
    max-height: 3.18666667rem;
    font-size: 0.42666667rem;
    color: #222222;
    line-height: 1.3;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: center;
  }
  .whybox {
    margin: 0.66666667rem auto 0;
    width: 10rem;
    padding-top: 0;
  }
  .whybox .top {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
  }
  .whybox .top svg {
    display: none;
  }
  .whybox .top h2 {
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 0.77333333rem;
    color: #222222;
    display: block;
    line-height: 1;
  }
  .whybox .conter {
    margin: 0.4rem auto 0;
    width: 9.46666667rem;
    height: 4.84rem;
  }
  .whybox .conter ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .whybox .conter ul li {
    flex: none;
    width: 3rem;
    height: 4.84rem;
    background-color: #3059c8;
    border-radius: 0.25333333rem;
  }
  .whybox .conter ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .whybox .conter ul li a .pic {
    width: 100%;
    height: 100%;
  }
  .whybox .conter ul li a .pic img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  .whybox .conter ul li a .rightbox {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding-left: 0.08rem;
  }
  .whybox .conter ul li a .rightbox .num {
    font-size: 1.06666667rem;
    width: 2.13333333rem;
    height: 1.06666667rem;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'DINPROBold', Arial, sans-serif;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: all 2s;
  }
  .whybox .conter ul li a .rightbox .title {
    margin-top: -0.4rem;
    width: 2.53333333rem;
    font-size: 0.42666667rem;
    color: #fff;
    font-family: 'DINPROBold', Arial, sans-serif;
    transition: all 2s;
    line-height: normal;
    margin-bottom: 0.13333333rem;
    line-height: 1.3;
  }
  .whybox .conter ul li a .rightbox .title::after {
    display: none;
    content: "";
    margin-top: 18px;
    width: 1.41333333rem;
    height: 0.02666667rem;
    background-color: #ffffff;
    transition: all 2s;
  }
  .whybox .conter ul .whyactive {
    width: 3rem;
    height: 4.84rem;
    background-color: #3059c8;
    border-radius: 0.25333333rem;
  }
  .whybox .conter ul .whyactive a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .whybox .conter ul .whyactive a .pic {
    width: 100%;
    height: 100%;
  }
  .whybox .conter ul .whyactive a .pic img {
    width: 100%;
    height: 100%;
    transition: all 1s;
  }
  .whybox .conter ul .whyactive a .rightbox {
    position: absolute;
    bottom: 0;
    right: 0.24rem;
    width: 2.53333333rem;
    height: auto;
  }
  .whybox .conter ul .whyactive a .rightbox .num {
    font-size: 1.06666667rem;
    width: 2.13333333rem;
    height: 1.06666667rem;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'DINPROBold', Arial, sans-serif;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: all 2s;
  }
  .whybox .conter ul .whyactive a .rightbox .title {
    margin-top: -0.24rem;
    width: 2.53333333rem;
    font-size: 0.42666667rem;
    color: #fff;
    font-family: 'DINPROBold', Arial, sans-serif;
    transition: all 2s;
    line-height: normal;
    margin-bottom: 0.13333333rem;
  }
  .whybox .conter ul .whyactive a .rightbox .title::after {
    content: "";
    display: block;
    margin-top: 18px;
    width: 1.41333333rem;
    height: 0.02666667rem;
    background-color: #ffffff;
    transition: all 2s;
  }
  .howtobox {
    margin: 0.66666667rem auto 0;
    width: 10rem;
    padding-top: 0;
  }
  .howtobox .top {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
  }
  .howtobox .top .pctit {
    display: none;
  }
  .howtobox .top .ydtit {
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 0.77333333rem;
    color: #222222;
    display: block;
    line-height: 0.85333333rem;
  }
  .howtobox .top .more {
    display: flex;
    position: absolute;
    justify-content: end;
    right: 0.26666667rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 2.5rem;
    height: 0.37333333rem;
  }
  .howtobox .top .more::after {
    width: 0.26666667rem;
    height: 0.26666667rem;
  }
  .howtobox .conter {
    margin: 0.4rem auto 0;
    width: 10rem;
    height: 6.56rem;
    background: url(../images/zhdgz4/ydtitle3bj.png) no-repeat top left;
    background-size: 10rem 7.86666667rem;
    padding-top: 0.4rem;
  }
  .howtobox .conter .pic {
    display: none;
  }
  .howtobox .conter .conboxhz {
    margin: 0 auto 0;
    width: 9.46666667rem;
  }
  .howtobox .conter .conboxhz .howto-swiper {
    width: 9.46666667rem;
    height: 5.76rem;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper {
    height: 4.49333333rem;
    width: 100%;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 4.49333333rem;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper .swiper-slide a {
    display: block;
    width: 4.6rem;
    height: 1.32rem;
    border-radius: 0.05333333rem;
    padding: 2px 0;
    background-color: #fff;
    position: relative;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper .swiper-slide a .leftpic {
    border-right: 2px solid #e0f2ff;
    width: 1.08rem;
    height: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper .swiper-slide a .leftpic img {
    max-width: 0.66666667rem;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper .swiper-slide a .rightxt {
    width: 2.93333333rem;
    position: absolute;
    top: 50%;
    left: 1.2rem;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper .swiper-slide a .rightxt::before {
    content: "";
    float: left;
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    background-color: #f8f8f8;
    border: solid 1px #999;
    margin-top: 0;
  }
  .howtobox .conter .conboxhz .howto-swiper .swiper-wrapper .swiper-slide a .rightxt p {
    float: right;
    color: #21252b;
    width: 2.64rem;
    font-size: 0.42666667rem;
    word-break: break-all;
    line-height: normal;
    font-family: 'DINPROBold', Arial, sans-serif;
  }
  .howtobox .conter .conboxhz .howto-swiper .howtobuttonbox {
    margin: 0.53333333rem auto 0;
    width: 1.92rem;
    height: 0.73333333rem;
  }
  .howtobox .conter .conboxhz .howto-swiper .howtobuttonbox .howto-prev,
  .howtobox .conter .conboxhz .howto-swiper .howtobuttonbox .howto-next {
    width: 0.88rem;
    height: 0.73333333rem;
  }
  .supporingbox {
    margin: 0.66666667rem auto 0;
    width: 10rem;
    padding-top: 0;
  }
  .supporingbox .top {
    margin: 0 auto;
    width: 100%;
    height: 1.6rem;
    position: relative;
    cursor: pointer;
  }
  .supporingbox .top .pctit {
    display: none;
  }
  .supporingbox .top .ydtit {
    width: 100%;
    text-align: center;
    height: 1.6rem;
    font-size: 0.77333333rem;
    color: #222222;
    display: block;
    line-height: 0.85333333rem;
  }
  .supporingbox .top .more {
    display: flex;
    position: absolute;
    justify-content: end;
    right: 0.26666667rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 2.5rem;
    height: 0.37333333rem;
  }
  .supporingbox .top .more::after {
    width: 0.26666667rem;
    height: 0.26666667rem;
  }
  .supporingbox .conter {
    display: none;
  }
  .supporingbox .ydconter {
    margin: 0.4rem auto 0;
    display: block;
    width: 9.46666667rem;
  }
  .supporingbox .ydconter .item {
    width: 9.46666667rem;
    height: 8.13333333rem;
    position: relative;
    margin-bottom: 0.4rem;
    overflow: hidden;
    border-radius: 0 0 0.34666667rem 0.34666667rem;
  }
  .supporingbox .ydconter .item .topitem {
    width: 9.46666667rem;
    height: auto;
  }
  .supporingbox .ydconter .item .topitem a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .supporingbox .ydconter .item .topitem a img {
    width: 100%;
    height: 100%;
  }
  .supporingbox .ydconter .item .btmitem {
    background: url(../images/zhdgz4/ydbtmitembj.png) no-repeat;
    background-size: 9.46666667rem 3.88rem;
    width: 9.46666667rem;
    height: 3.88rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 0.49333333rem;
    padding-left: 0.6rem;
    padding-right: 0.52rem;
  }
  .supporingbox .ydconter .item .btmitem h2 {
    width: 8.4rem;
  }
  .supporingbox .ydconter .item .btmitem h2 a {
    display: block;
    width: 100%;
    font-size: 0.42666667rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .supporingbox .ydconter .item .btmitem h2 a::after {
    margin-top: 0.13333333rem;
    content: "";
    display: block;
    width: 0.66666667rem;
    height: 0.05333333rem;
    background-color: #0e44b1;
    border-radius: 0.02666667rem;
    transition: all 0.3s;
  }
  .supporingbox .ydconter .item .btmitem p {
    margin-top: 0.13333333rem;
    width: 8.05333333rem;
    font-size: 0.37333333rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
  }
  .supporingbox .ydconter .item .btmitem .supmore {
    margin-top: 0.28rem;
    background: url(../images/zhdgz4/ydyxmore.png) no-repeat;
    background-size: 0.88rem 0.73333333rem;
    width: 0.88rem;
    height: 0.73333333rem;
    float: right;
  }
  .supporingbox .ydconter .item .btmitem ul {
    margin-top: 0.37333333rem;
    width: 8.37333333rem;
  }
  .supporingbox .ydconter .item .btmitem ul li {
    width: 100%;
    height: 0.72rem;
    background-color: #fff;
    border-radius: 0.36rem;
    padding: 0 0.32rem;
    margin-bottom: 0.24rem;
  }
  .supporingbox .ydconter .item .btmitem ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.42666667rem;
    line-height: 0.72rem;
    color: #333;
    position: relative;
  }
  .supporingbox .ydconter .item .btmitem ul li a::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.12rem;
    background: url(../images/zhdgz4/icon_zsxjb.png) center center no-repeat;
    background-size: 0.2rem 0.12rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .faqsbox {
    margin: 0.66666667rem auto 0;
    width: 10rem;
    padding-top: 0;
    padding-bottom: 0.53333333rem;
  }
  .faqsbox .top {
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
  }
  .faqsbox .top svg {
    display: none;
  }
  .faqsbox .top h2 {
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 0.77333333rem;
    color: #222222;
    display: block;
    line-height: 0.85333333rem;
  }
  .faqsbox .top .more {
    display: flex;
    position: absolute;
    justify-content: end;
    right: 0.26666667rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 2.5rem;
    height: 0.37333333rem;
  }
  .faqsbox .top .more::after {
    width: 0.26666667rem;
    height: 0.26666667rem;
  }
  .faqsbox ul {
    margin: 0.4rem auto 0;
    width: 9.46666667rem;
  }
  .faqsbox ul li {
    width: 9.46666667rem;
    height: auto;
    border-radius: 0.32rem;
    margin-bottom: 0.4rem;
    padding: 0.50666667rem 0.49333333rem 0.50666667rem 0.24rem;
  }
  .faqsbox ul li h2 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .faqsbox ul li h2 span {
    display: inline-block;
    width: 0.42666667rem;
    height: 0.42666667rem;
    background: url(../images/zhdgz4/icon_wttb.png) center center no-repeat;
    background-size: 0.42666667rem 0.42666667rem;
  }
  .faqsbox ul li h2 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.42666667rem;
    color: #222222;
    width: 8.05333333rem;
    line-height: 1.3;
  }
  .faqsbox ul li .text {
    margin-top: 0.33333333rem;
    width: 100%;
    overflow: hidden;
  }
  .faqsbox ul li .text span {
    display: block;
    float: left;
    width: 0.42666667rem;
    height: 0.42666667rem;
    background: url(../images/zhdgz4/icon_hdtb.png) center center no-repeat;
    background-size: 0.42666667rem 0.42666667rem;
  }
  .faqsbox ul li .text p {
    float: right;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 8rem;
    font-size: 0.37333333rem;
    color: #666;
    font-family: 'DINPROBold', Arial, sans-serif;
    transition: all 1s ease;
    line-height: 1.3;
  }
  .faqsbox ul li:hover h2 a {
    word-spacing: 0.2em;
    white-space: normal;
    color: #E8A95B;
    background-clip: text;
  }
  .faqsbox ul li:hover .text p {
    color: #f8b880;
  }
  html[lang="de"] .focusbox .top h2 {
    font-size: 0.673333rem;
  }
  html[lang="de"] .whybox .top h2 {
    font-size: 0.67333rem;
  }
  html[lang="de"] .howtobox .top .ydtit {
    font-size: 0.67333rem;
  }
  html[lang="de"] .supporingbox .top .ydtit {
    font-size: 0.67333rem;
  }
  html[lang="de"] .faqsbox .top h2 {
    font-size: 0.67333rem;
  }
  html[lang="ru"] .faqsbox .top .more {
    width: 2rem;
  }
  html[lang="ru"] .faqsbox .top .more::after {
    margin: 0;
  }
  html[lang="es"] .faqsbox .top h2 {
    width: 89%;
  }
  html[lang="es"] .faqsbox .top .more {
    width: 2rem;
  }
  html[lang="es"] .faqsbox .top .more::after {
    margin: 0;
  }
}
