.rotate-product-wrapper {
  background: #f4f4f4;
  padding-top: 6.25rem;
}

.rotate-product {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 1.25rem;
  position: relative;
}
/* 
.rotate-product .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: unset;
  border: unset;
}

.rotate-product .swiper-pagination-bullet {
  border: unset;
} */

.rotate-product .mouse-icon {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  z-index: 19;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.rotate-product .show-mouse {
  opacity: 1;
  width: 4.5rem;
}

.rotate-product .show-mouse,
.rotate-product .unshow-mouse {
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}

.rotate-product .unshow-mouse {
  opacity: 0;
  width: 0;
}

.rotate-product .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rotate-product .rotate-page {
  position: relative;
  width: 90%;
  max-width: 100rem;
}

.rotate-product .rotate-page .pro_right_img {
  max-width: 43.75rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  cursor: none;
  border-radius: 3.75rem;
  margin-top: 3.125rem;
}

.rotate-product .rotate-page .rotate-icon {
  width: 18.75rem;
  height: 2.375rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.rotate-product .rotate-page .product-pic {
  width: 70%;
  height: 40rem;
  margin: 0 auto;
  cursor: none;
  text-align: center;
}

.rotate-product .rotate-page .mouse_modal {
  position: absolute;
  width: 70%;
  height: 40rem;
  z-index: 9;
  cursor: none;
  left: 50%;
  transform: translateX(-50%);
}

.rotate-product .swiper-container .swiper-button-next,
.rotate-product .swiper-container .swiper-button-prev {
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rotate-product .swiper-container .swiper-button-next:after,
.rotate-product .swiper-container .swiper-button-prev:after {
  display: block;
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMiAwTDQuNCAxOCAyMiAzNmgtNC40TDAgMTggMTcuNiAwSDIyeiIgZmlsbD0iIzY2NiIvPjwvc3ZnPg==);
  background-size: contain;
  width: 1.25rem;
  height: 2rem;
}

.rotate-product .swiper-container .swiper-button-next:hover,
.rotate-product .swiper-container .swiper-button-prev:hover {
  opacity: 1;
}

.rotate-product .swiper-container .swiper-button-prev {
  left: 3%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rotate-product .swiper-container .swiper-button-next {
  right: 3%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.rotate-product .swiper-pagination-bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: .625rem;
}

.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet {
  font-size: 24px;
  color: #004cc8;
  opacity: 0.2;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  cursor: pointer;
}

.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  opacity: 0.6;
}

.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet-active,
.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet-active:hover {
  opacity: 1;
}

.swiper-pagination {
  position: static;
}

.rotate-product .content-wrapper {
  width: 60%;
  margin: 0 auto;
  display: none;
}

.rotate-product .content-wrapper h4 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  letter-spacing: .625rem;
}

.rotate-product .button-container button {
  width: 7.5rem;
  height: 2.1875rem;
  position: relative;
  border: 0;
  background-color: #a9aaa8;
  margin-right: 1.25rem;
}

.rotate-product .button-container button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  transition: 0.3s;
  background-color: #e60012;
}

.rotate-product .button-container button:hover {
  z-index: 1;
  color: #fff;
}

.rotate-product .button-container button:hover a {
  z-index: 1;
  color: #fff;
}

.rotate-product .button-container button:hover::before {
  width: 100%;
  border: 1px solid #e60012;
}

.rotate-product .swiper-slide.swiper-slide-active .rotate-page .product-pic {
  animation: fadeInTopRight35deg 1500ms ease-in-out forwards;
}

@keyframes fadeInTopRight35deg {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40%, -25%, 0) scale(0.6);
    -moz-transform: translate3d(-40%, -25%, 0) scale(0.6);
    transform: translate3d(-40%, -25%, 0) scale(0.6);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.i-product {
  background: #f4f4f4;
  padding: 3rem 0 0;
}

.i-product .productbox {
  overflow: hidden;
  position: relative;
  padding-bottom: 4.5rem;
  z-index: 1;
}

.i-product .productbox .swiper-pagination {
  bottom: 0;
}

.i-product .productbox .swiper-pagination span {
  width: .75rem;
  height: .75rem;
  background: #aaa;
  border-radius: 50%;
  margin: 0 .4375rem;
}

.i-product .productbox .swiper-pagination span.swiper-pagination-bullet-active {
  background: #e60012;
}

.i-product .img {
  /* width: 320px; */
  /* height: 300px; */
  max-width: 100%;
  margin: 0 auto 1rem;
  overflow: hidden;
  border-radius: .5rem;
  z-index: 1;
  position: relative;
}

.i-product .img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/probg.png');
  background-size: 100% 100%;
  position: absolute;
}

.i-product .img .img1,
.i-product .img .img1-1 {
  max-width: 100%;
  max-height: 100%;
  /*position: absolute;*/
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.i-product .img .img1 {
  z-index: 1;
}

.i-product .img .img1-1 {
  z-index: 2;
  opacity: 0;
}

.i-product .item {
  background: #fff;
  position: relative;
  padding-bottom: 1.5rem;
  cursor: pointer;
  /*padding-top: 3rem;*/
}

.i-product .item .tip {
  width: 3.0625rem;
  height: 1.8125rem;
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
}

.i-product .text {
  width: 100%;
  padding: 0 3%;
  position: relative;
}

.i-product .text .tit2 {
  margin-bottom: .3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.0625rem;
  line-height: 1.8;
  text-align: center;
}

.i-product .text .tit3 {
  color: #808080;
  margin-bottom: 10px;
}

/*.i-product .item:hover .img .img1 {*/
/*    opacity: 0;*/
/*}*/
/*.i-product .item:hover .img .img1-1 {*/
/*    opacity: 1;*/
/*}*/
.i-product .item .text .tit2 {
  color: #004cc8;
}

.i-product .item:hover .text .tit2 {
  color: #e60012;
}

.i-product .titlebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .75rem;
}

.i-product .titlebox .tit2 {
  color: #222;
  margin-right: 1.2rem;
}

.i-product .titlebox .tab-ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.i-product .titlebox .li {
  margin-right: 1.25rem;
  font-size: .9375rem;
  color: #666;
}

.i-product .titlebox .li:hover,
.i-product .titlebox .li.on {
  color: #e60012;
}

.home-tit {
  text-align: center;
  padding: 2.1875rem 0;
}

.home-tit .en {
  display: block;
  text-align: center;
  -webkit-text-stroke-width: .5008px;
  -webkit-text-stroke-color: #dadada;
  font-family: "Montserrat";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 50% */
  text-transform: uppercase;
  color: transparent;

}

.home-tit .cn {
  color: #004cc8;
  font-size: 2.625rem;
  position: relative;
  z-index: 2;
  top: -0.9375rem;
  font-weight: bold;
}

.section-index-news {
  background: #fafcff;
}

.section-index-news .container {
  width: 90%;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: .625rem;
  padding-left: .625rem;
}

.items-news .ft-item {
  background: #f7f9fc;
  border: 1px solid #e6edfa;
  border-top: .25rem solid #fafcff;
  box-shadow: 0 .5rem .5rem 0 rgba(239, 242, 249, 0.5);
}

.items-news .ft-item:hover {
  border-top: .25rem solid #004cc8;
}

.items-news .ft-item:hover>.title-l4 {
  color: #004cc8;
}

.items-news .ft-item>.title-l4 {
  height: 60px;
  margin-bottom: 20px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.items-news .ft-item {
  padding-top: 2.8125rem;
}

.items-news .date {
  padding-bottom: 1.875rem;
}

.items-news .ft-item>p {
  height: 5rem;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  line-height: 1.25rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: .875rem;
}

.section-index-news .My-more-btn {
  margin: 6.25rem;
}

.section-index-news .My-more-btn:hover {
  color: #fff;
}

.My-footer-btn {
  text-align: center;
}

.items-news a {
  color: #777;
}

.items-news .img-box {
  height: 15rem;
  overflow: hidden;
}

.items-news .img-box img {
  width: 100%;
  object-fit: cover;
}

.ft-cards .ft-item {
  padding: 3.125rem 2.5rem;
  transition: all 0.3s;
}

.title-l4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #323b4d;
}

.My-more-btn {
  display: inline-block;
  padding: .625rem 1.25rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #e60012;
  border-radius: .25rem;
  transition: 0.4 all;
}

.My-more-btn:hover {
  background: #004cc8;
}

.ft-cards .ft-item:hover {
  box-shadow: 0 1.375rem 2.6875rem rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}

.index_news {
  overflow: hidden;
}

.w1200 {
  margin: 0 auto;
  width: 90%;
}

.title001s .rr {
  position: absolute;
  right: 0;
}

.title001s .rr svg {
  width: 2.125rem;
  height: 2.125rem;
  fill: #b2b2b2;
  transition: 0.5s;
}

.list_box_03 {
  /* display: flex; */
}

.list_box_03 li {
  width: 100%;
}

.list_box_03 li img {
  width: 100%;
}

.list_box_03 li .img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.container03 .fl02 {
  overflow: hidden;
}

.container03 .fl03 .content {
  background: rgba(255, 255, 255, .8);
  padding: 4.5rem 0;
  border-radius: 0 3.125rem 0 0;
  position: relative;
  top: -10.9375rem;
  margin-bottom: -10.9375rem;
  display: flex;
  flex-wrap: wrap;
}

.container03 .fl03 .content .box {
  width: 50%;
  padding: 0 4.625rem;
  position: relative;
}

.container03 .fl03 .content .box:nth-child(1)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #dfe5e8;
  width: 1px;
}

.container03 .fl03 .box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container03 .fl03 .box .top .ll .ico {
  height: 4.5rem;
}

.container03 .fl03 .box .top .ll h3 {
  font-size: 1.875rem;
  color: #2b2e2d;
  letter-spacing: 1rem;
  display: flex;
  align-items: center;
}

.img_w {
  position: relative;
  display: flex;
}

.img_w .img_w_li {
  position: absolute;
  top: 0;
  width: 0;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  overflow: hidden;
}

.container03 .fl03 .box .top .rr {
  font-size: 7.5rem;
  color: #c9cdd5;
  opacity: 0.3;
}

.container03 .fl03 .box p {
  font-size: .875rem;
  color: #585858;
  line-height: 1.5rem;
  margin: 1.75rem 0;
  text-align: justify;
  min-height: 4.5rem;
}

.container03 .fl03 .box .top .ll h3:hover .img_w .img_w_li {
  width: 100%;
}

.container03 .fl03 .box .list_box_04 {
  overflow: hidden;
}

.container03 .fl03 .box .list_box_04 h5 {
  margin-top: 1.25rem;
  text-align: center;
  font-size: .875rem;
}

.list_box_04 li .ico {
  position: relative;
  border-radius: 50%;
  max-width: 100%;
  margin: 0 auto;
  height: 9.375rem;
}

.list_box_04 li .ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.t_syk3 {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.t_syk3video {
  width: 100%;
  height: 45rem;
  position: relative;
}

.t_syk3video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t_syk3video::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.03);
  z-index: 2;
}

.t_syk3video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

.t_syk3bg {
  width: 100%;
  position: absolute;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  transition: all 1.56s;
  z-index: 6;
}

.t_syk3bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.t_syk3nr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 10rem;
}

.t_content1 {
  width: 90%;
  margin: 0 auto;
}

.t_syk3le {
  width: 52%;
}

.t_syk3nr .t_yiqih2 {
  margin-bottom: 1.25rem;
}

.t_yiqih2 h2 {
  font-size: 2.875rem;
  color: #333;
  line-height: 1.5;
}

.t_syk3nr .t_yiqiduan {
  margin-bottom: 2.25rem;
}

.t_yiqiduan p {
  color: #666;
  font-size: 1.125rem;
  line-height: 1.75;
}

.t_syk3ul {
  margin-bottom: 4.875rem;
}

.t_syk3li {
  width: 25%;
}

.fl {
  float: left;
}

.t_syk3shu {
  font-size: 1.875rem;
  font-weight: bold;
  color: #004cc8;
  margin-bottom: 1.4375rem;
  transition: all 0.36s;
}

.t_syk3xshu {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.5;
  transition: all 0.36s;
}
.t_syk3xshu span{
  font-size: .875rem;
}

.t_yiqiliao {
  display: inline-block;
  position: relative;
}

.t_yiqiliao::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e60012;
  transition: all 0.36s;
}

.t_yiqimoreli {
  padding: 0 2rem;
  position: relative;
  z-index: 10;
  border: .125rem solid #e60012;
}

.t_yimorezi {
  font-size: .875rem;
  color: #fff;
  line-height: 2.875rem;
  margin-right: 1.625rem;
  transition: all 0.36s;
}

.t_yimoreicon {
  width: 1.5rem;
  line-height: 2.875rem;
}

.fr {
  float: right;
}

.clearfix::after {
  display: block;
  clear: both;
  height: 0;
  content: ' ';
}

.t_yibtn {
  width: 100%;
  display: inline-block;
  position: relative;
  line-height: 1;
}

.t_yiqimore1 .t_baibtn {
  opacity: 1;
}

.t_yimoreicon img {
  width: 100%;
  transition: all 0.36s;
}

.t_yiqimore1 .t_chengbtn {
  opacity: 0;
}

.t_chengbtn {
  position: absolute;
  top: 0;
  left: 0;
}

.t_syk3:hover .t_syk3bg {
  left: -100%;
}

.t_syk3:hover .t_yiqih2 h2 {
  color: #fff;
}

.t_syk3:hover .t_yiqiduan {
  color: #fff;
}

.t_syk3:hover .t_syk3shu {
  color: #fff;
}

.t_syk3:hover .t_syk3xshu {
  color: #fff;
}

.t_yiqimore1 a:hover .t_yiqiliao::before {
  width: 0;
  opacity: 0;
}

.t_yiqimore1 a:hover .t_yimorezi {
  color: #e60012;
}

.t_yiqimore1 a:hover .t_baibtn {
  opacity: 0;
}

.t_yiqimore1 a:hover .t_chengbtn {
  opacity: 1;
}

.container-fluid-custom {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
}

.wp-block-custom-ge-parallax {
  padding: 0;
  min-height: 31.25rem;
  position: relative;
  overflow: hidden;
}

.wp-block-custom-ge-parallax .section {
  width: 100%;
  padding: 12em 0;
  position: relative;
}

.wp-block-custom-ge-parallax .section.top {
  height: 100vh;
}

.wp-block-custom-ge-parallax .photowrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-custom-ge-parallax .bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1;
  transition: all 1s ease 0s;
}

.wp-block-custom-ge-parallax .gePrallaxV1SecSlide {
  position: absolute;
  background-color: #0d1623;
  color: #0d1623;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease 0s;
}

.wp-block-custom-ge-parallax .photowrap.image.second .bg {
  z-index: -1;
}

.wp-block-custom-ge-parallax .photowrap.image.first {
  padding: 0;
}

.wp-block-custom-ge-parallax a.wp-block-button__link {
  color: #fff;
}

.wp-block-custom-ge-parallax .photowrap.image.second {
  z-index: 0;
}

.wp-block-custom-ge-parallax #grad1 {
  position: absolute;
  opacity: 0.93;
  height: 30vh;
  top: 0;
  width: 100%;
  background-image: linear-gradient(to top, rgba(13, 22, 35, 0), #0d1623);
  display: block;
  z-index: 2;
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide1 {
  opacity: 0.9;
  transition: all 2s ease 0s;
  background-color: #0d1623;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 {
  height: 100%;
  overflow: hidden;
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 .mycontent {
  position: relative;
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 .content {
  position: relative;
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 h5 {
  text-transform: uppercase;
  letter-spacing: .18rem;
  margin: 0;
  color: #004cc8;
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 h5::before {
  content: "";
  border-top: solid .18rem #fff;
  width: 3%;
  color: #fff;
  display: block;
  border-radius: .12rem;
  margin-bottom: 1%;
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 h1,
.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 p {
  line-height: 1.2;
  padding: 1em 0;
  margin: 0;
}

.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 h1:not([class*="font-size"]),
.wp-block-custom-ge-parallax .ge-prallax-v1-slide2 p:not([class*="font-size"]) {
  font-size: calc(1.43rem + 3.6vw);
  letter-spacing: -0.08rem;
}

.wp-block-custom-ge-parallax .wp-block-button {
  margin: 1em 1em 1em 0;
  float: left;
}

.wp-block-custom-ge-parallax .is-style-outline> :where(.wp-block-button__link),
.wp-block-custom-ge-parallax :where(.wp-block-button__link).is-style-outline {
  padding: 0 2em !important;
}

.wp-block-button__link {
  background-color: #004cc8;
  border: .125rem solid #004cc8;
  border-radius: 1.625rem;
  color: #fff;
  cursor: pointer;
  font-size: .875rem;
  height: 52px;
  letter-spacing: 2px;
  line-height: 3.25rem;
  padding: 0 2em;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

.wp-block-button__link:hover {
  background-color: #095eb4;
  border: .125rem solid #095eb4;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: .125rem solid #979797;
}

.courseWrap {
  position: relative;
  height: 800px;
  overflow: hidden;
}

.course {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1200px;
  height: 800px;
  margin: auto;
  z-index: 3;
}

.hd {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 3;
}

.course .hd li {
  float: left;
  width: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.course .hd li:hover {
  color: #004cc8 !important;
}

.course .hd li.cur {
  color: #004cc8 !important;
}

.course .hd li.cur:after {
  background: #004cc8;
}

.course .hd li.cur:before {
  border-color: #004cc8;
}

.course .hd li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  display: block;
  width: 13px;
  height: 13px;
  background: #313a41;
  border-radius: 50%;
}

.course .hd li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #eaebec;
  background: #fff;
  border-radius: 50%;
}

.course .hd .year:nth-child(7)::after,
.course .hd .year:nth-child(8)::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.course .hd .year:nth-child(7)::before,
.course .hd .year:nth-child(8)::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.course .hd .year:nth-child(9)::after,
.course .hd .year:nth-child(10)::after,
.course .hd .year:nth-child(11)::after,
.course .hd .year:nth-child(12)::after,
.course .hd .year:nth-child(13)::after,
.course .hd .year:nth-child(14)::after {
  top: 0;
  bottom: 0;
  left: 80px;
  margin: auto;
}

.course .hd .year:nth-child(9)::before,
.course .hd .year:nth-child(10)::before,
.course .hd .year:nth-child(11)::before,
.course .hd .year:nth-child(12)::before,
.course .hd .year:nth-child(13)::before,
.course .hd .year:nth-child(14)::before {
  top: 0;
  bottom: 0;
  left: 75px;
  margin: auto;
}

.course .hd .year:nth-child(1) {
  padding-left: 30px;
  position: absolute;
  top: 45rem;
  left: 6.75rem;
  color: rgba(49, 58, 65, 0.8);
}

.course .hd .year:nth-child(2) {
  padding-left: 30px;
  position: absolute;
  top: 28.125rem;
  left: 9%;
  color: rgba(49, 58, 65, 0.8);
}

.course .hd .year:nth-child(3) {
  padding-left: 30px;
  position: absolute;
  top: 19.75rem;
  left: 13%;
  color: rgba(49, 58, 65, 0.8);
}

.course .hd .year:nth-child(4) {
  padding-left: 30px;
  position: absolute;
  top: 11.875rem;
  left: 23%;
  color: rgba(49, 58, 65, 0.8);
}

.course .hd .year:nth-child(5) {
  padding-top: 30px;
  position: absolute;
  top: 4.625rem;
  left: 47%;
  color: rgba(49, 58, 65, 0.8);
}

.course .hd .year:nth-child(6) {
  padding-top: 30px;
  position: absolute;
  top: 9rem;
  left: 70%;
  color: rgba(49, 58, 65, 0.8);
}

.course .hd .year:nth-child(7) {
  padding-right: 170px;
  position: absolute;
  top: 18rem;
  left: 77%;
  color: rgba(49, 58, 65, 0.8);
}

.course .hd .year:nth-child(8) {
  padding-right: 170px;
  position: absolute;
  top: 25.5625rem;
  left: 82%;
  color: rgba(49, 58, 65, 0.8);
}

.course .hd .year:nth-child(9) {
  position: absolute;
  top: 37.25rem;
  left: 85%;
  color: rgba(49, 58, 65, 0.8);
}

.course .hd .year:nth-child(10) {
  position: absolute;
  top: 43.75rem;
  left: 83%;
  color: rgba(49, 58, 65, 0.8);
}

.course .hd .year:nth-child(11) {
  position: absolute;
  top: 432px;
  left: 992px;
  color: rgba(49, 58, 65, 0.8);
}

.course .hd .year:nth-child(12) {
  position: absolute;
  top: 526px;
  left: 1012px;
  color: rgba(49, 58, 65, 0.8);
}

.course .hd .year:nth-child(13) {
  position: absolute;
  top: 630px;
  left: 1012px;
  color: rgba(49, 58, 65, 0.8);
}

.floor-5 {
  background-attachment: fixed;
  height: 800px;
  padding: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.course .bd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -110px;
  margin: auto;
  width: 610px;
  height: 610px;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.course .bd li {
  display: none;
  position: relative;
  width: 612px;
  height: 612px;
}

.course .bd li .text {
  position: absolute;
  width: 412px;
  height: 212px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 200px 100px;
  box-sizing: content-box;
}

.course .bd li .text strong {
  display: block;
  margin-bottom: 20px;
  font-size: 48px;
}

.course .bd::after {
  content: "";
  display: block;
  position: absolute;
  width: 790px;
  height: 790px;
  left: -50%;
  right: -50%;
  top: -50%;
  bottom: -50%;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  z-index: 2;
}

.course .bd::before {
  content: "";
  display: block;
  position: absolute;
  width: 740px;
  height: 740px;
  left: -50%;
  right: -50%;
  top: -50%;
  bottom: -50%;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  z-index: 2;
}

.quanquan {
  position: relative;
  width: auto;
  height: 800px;
}

/* 保持大小不变的小圆圈 何问起 */
.dot {
  position: absolute;
  width: 1000px;
  height: 1000px;
  left: 0;
  right: 0;
  top: 90px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid rgba(49, 58, 65, 0.1);
  border-radius: 50%;
  z-index: 2;
}

.dot::after {
  content: "";
  display: block;
  position: absolute;
  width: 690px;
  height: 690px;
  left: 0;
  right: 0;
  top: 160px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #e6e8e8;
  border-radius: 50%;
  z-index: 2;
}

.dot::before {
  content: "";
  display: block;
  position: absolute;
  width: 640px;
  height: 640px;
  left: 0;
  right: 0;
  top: 185px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 6px solid #d5d8d9;
  border-radius: 50%;
  z-index: 2;
}

/* 产生动画（向外扩散变大）的圆圈  */
.pulse1 {
  position: absolute;
  width: 600px;
  height: 600px;
  left: 0;
  right: 0;
  top: 40%;
  margin: auto;
  border: 1px solid #d5d8d9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  box-shadow: 1px 1px 20px #f5f6f6;
}

.pulse2 {
  position: absolute;
  width: 800px;
  height: 800px;
  left: -25%;
  right: -25%;
  top: 30%;
  margin: auto;
  border: 3px solid #d5d8d9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  box-shadow: 1px 1px 30px #f5f6f6;
}

.pulse3 {
  position: absolute;
  width: 1000px;
  height: 1000px;
  left: -25%;
  right: -25%;
  top: 20%;
  margin: auto;
  border: 6px solid #d5d8d9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  box-shadow: 1px 1px 40px #f5f6f6;
}

@keyframes warn {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0.3;
  }

  100% {
    transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0;
  }
}

.caseWrap {
  position: relative;
  width: 100vw;
  height: 700px;
  background: url(../img/casebj.jpg) center center no-repeat;
  background-size: 100% auto;
}

.caseWrap .casebt {
  width: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #6b6b6b;
  text-transform: capitalize;
}

.caseWrap .casebt strong {
  display: block;
  margin-bottom: 15px;
  font-size: 36px;
  color: #313a41;
}

.caursel3d-container {
  position: relative;
  margin: 0 auto;
  display: block !important;
}

#carousel {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  transform-style: preserve-3d;
  -ms-transform-style: none;
  -ms-transform: none;
  transform: rotateY(0deg) translateZ(480px);
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: yyrotation;
}

#carousel:hover {
  animation-play-state: paused;
}

#carousel figure {
  display: block;
  width: 21rem;
  height: 28.125rem;
  position: absolute;
  left: -2.5rem;
  top: .625rem;
  overflow: hidden;
}

.caursel3d img {
  cursor: pointer;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}

.caursel3d img:hover {
  transform: scale(1.2, 1.2);
}

.caursel3d {
  display: block;
  position: relative;
  margin: auto;
  width: 21rem;
  height: 37.5rem;
  top: 9.375rem;
  perspective: 131.25rem;
}

#carousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(480px);
  -ms-transform: rotateY(0deg) translateZ(480px);
  -moz-transform: rotateY(0deg) translateZ(480px);
  -webkit-transform: rotateY(0deg) translateZ(480px);
  -o-transform: rotateY(0deg) translateZ(480px);
}

#carousel figure:nth-child(2) {
  transform: rotateY(45deg) translateZ(480px);
  -ms-transform: rotateY(45deg) translateZ(480px);
  -moz-transform: rotateY(45deg) translateZ(480px);
  -webkit-transform: rotateY(45deg) translateZ(480px);
  -o-transform: rotateY(45deg) translateZ(480px);
}

#carousel figure:nth-child(3) {
  transform: rotateY(90deg) translateZ(480px);
  -ms-transform: rotateY(90deg) translateZ(480px);
  -moz-transform: rotateY(90deg) translateZ(480px);
  -webkit-transform: rotateY(90deg) translateZ(480px);
  -o-transform: rotateY(90deg) translateZ(480px);
}

#carousel figure:nth-child(4) {
  transform: rotateY(135deg) translateZ(480px);
  -ms-transform: rotateY(135deg) translateZ(480px);
  -moz-transform: rotateY(135deg) translateZ(480px);
  -webkit-transform: rotateY(135deg) translateZ(480px);
  -o-transform: rotateY(135deg) translateZ(480px);
}

#carousel figure:nth-child(5) {
  transform: rotateY(180deg) translateZ(480px);
  -ms-transform: rotateY(180deg) translateZ(480px);
  -moz-transform: rotateY(180deg) translateZ(480px);
  -webkit-transform: rotateY(180deg) translateZ(480px);
  -o-transform: rotateY(180deg) translateZ(480px);
}

#carousel figure:nth-child(6) {
  transform: rotateY(225deg) translateZ(480px);
  -ms-transform: rotateY(225deg) translateZ(480px);
  -moz-transform: rotateY(225deg) translateZ(480px);
  -webkit-transform: rotateY(225deg) translateZ(480px);
  -o-transform: rotateY(225deg) translateZ(480px);
}

#carousel figure:nth-child(7) {
  transform: rotateY(270deg) translateZ(480px);
  -ms-transform: rotateY(270deg) translateZ(480px);
  -moz-transform: rotateY(270deg) translateZ(480px);
  -webkit-transform: rotateY(270deg) translateZ(480px);
  -o-transform: rotateY(270deg) translateZ(480px);
}

#carousel figure:nth-child(8) {
  transform: rotateY(315deg) translateZ(480px);
  -ms-transform: rotateY(315deg) translateZ(480px);
  -moz-transform: rotateY(315deg) translateZ(480px);
  -webkit-transform: rotateY(315deg) translateZ(480px);
  -o-transform: rotateY(315deg) translateZ(480px);
}

@keyframes yyrotation {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(-360deg);
  }
}

.webapp .caursel3d {
  width: 136px;
  height: 100px;
  top: 0;
  perspective: 1200px;
}

.webapp #carousel figure {
  width: 136px;
  height: 100px;
}

.webapp #carousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(180px);
}

.webapp #carousel figure:nth-child(2) {
  transform: rotateY(45deg) translateZ(180px);
}

.webapp #carousel figure:nth-child(3) {
  transform: rotateY(90deg) translateZ(180px);
}

.webapp #carousel figure:nth-child(4) {
  transform: rotateY(135deg) translateZ(180px);
}

.webapp #carousel figure:nth-child(5) {
  transform: rotateY(180deg) translateZ(180px);
}

.webapp #carousel figure:nth-child(6) {
  transform: rotateY(225deg) translateZ(180px);
}

.webapp #carousel figure:nth-child(7) {
  transform: rotateY(270deg) translateZ(180px);
}

.webapp #carousel figure:nth-child(8) {
  transform: rotateY(315deg) translateZ(180px);
}

.edit-info {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

.ljwm {
  width: 9.375rem;
  height: 2.875rem;
  line-height: 2.875rem;
  border: 1px solid #e60012;
  margin: 0 auto;
  font-size: 1.125rem;
}

.ljwm a {
  color: #e60012;
}

.index-floor {
  position: relative;
  z-index: 1;
}

.floor-5 .bg {
  background: unset;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.index-floor .center {
  position: relative;
}

.center {
  margin: 0 auto;
}

.floor-5 .edit-info {
  position: relative;
  z-index: 3;
  text-align: center;
}
.floor-5 .edit-info p {
  font-size: 3.625rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.floor-5 .edit-info .ljwm a {
  color: #e60012;

}

.floor-5 .edit-info img {
  width: 770px;
  margin: auto;
}

.ljwm a {
  color: #fff;
}

