@charset "UTF-8";
/* ------ 产品介绍 Style ------ */
.kefu_box {
	width:45%;
}
.kefu_box .title {
	font-size: 24px;
	color:#333333;
	margin-bottom:25px;
}

.kefu_box .kefu_box_item {
	display:grid;
	grid-template-columns: 50% 50%;
	grid-row-gap: 20px;
    grid-column-gap: 20px;
}
.kefu_box .item {
	font-size:20px;
	color:#de4245;
	font-weight:600;
}

.sn-about-section {
  background: url("/assets/home/images/bg/bg1.jpg") no-repeat;
  background-size: 100% 100%;
}
.sn-about-section .about {
  position: relative;
  display: flex;
}
.sn-about-section .about .about-left {
  display: flex;
  height: 570px;
  padding: 100px 100px 60px 80px;
  background: #e9e9e9;
  flex-direction: column;
  justify-content: space-between;
}
.sn-about-section .about .about-left .active {
  display: flex;
}
.sn-about-section .about .about-left .about-left-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sn-about-section .about .about-left .about-left-item .top {
  width: fit-content;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c19393;
}
.sn-about-section .about .about-left .about-left-item .top h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #b91111;
}
.sn-about-section .about .about-left .about-left-item .top p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  color: #7d7d7d;
  text-align: left;
}
.sn-about-section .about .about-left .about-left-item .content p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  color: #333;
  text-align: left;
}
.sn-about-section .about .about-left .btn-box {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sn-about-section .about .about-left .btn-box .swiper-left::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sn-about-section .about .about-left .btn-box .swiper-right::before {
  left: 45% !important;
  transform: translate(-50%, -50%) rotate(225deg);
}
.sn-about-section .about .about-left .btn-box .swiper-left,
.sn-about-section .about .about-left .btn-box .swiper-right {
  position: relative;
  display: block;
  width: 42px;
  height: 43px;
  background: #fff;
  border: 3px solid #df4144;
  border-radius: 100%;
}
.sn-about-section .about .about-left .btn-box .swiper-left::before,
.sn-about-section .about .about-left .btn-box .swiper-right::before {
  position: absolute;
  top: 50%;
  left: 58%;
  width: 15px;
  height: 15px;
  border: 3px solid #df4144;
  border-top: 0;
  border-right: 0;
  content: "";
}
.sn-about-section .about .about-left .btn-box .swiper-left:hover,
.sn-about-section .about .about-left .btn-box .swiper-left :active,
.sn-about-section .about .about-left .btn-box .swiper-right:hover,
.sn-about-section .about .about-left .btn-box .swiper-right :active {
  background: #df4144;
  border: 3px solid transparent;
}
.sn-about-section .about .about-left .btn-box .swiper-left:hover::before,
.sn-about-section .about .about-left .btn-box .swiper-left :active::before,
.sn-about-section .about .about-left .btn-box .swiper-right:hover::before,
.sn-about-section .about .about-left .btn-box .swiper-right :active::before {
  border: 3px solid #fff;
  border-top: 0;
  border-right: 0;
}
.sn-about-section .about .about-right {
  position: relative;
  margin: 50px 0 0 -8%;
}
.sn-about-section .about .about-right::before {
  position: absolute;
  inset: 10% 0 0 10%;
  display: block;
  width: 84%;
  height: 80%;
  border: 1px solid #c20906;
  content: "";
}
.sn-about-section .about .about-right .about-swiper {
  width: 100%;
  height: 440px;
}

/* ------ 插件功能演示 Style ------ */
.sn-plugins-section {
  background: #f8f8f8;
}
.sn-plugins-section .plugins-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.sn-plugins-section .plugins-box .plugins-swiper .swiper-wrapper .swiper-slide .plugins-item {
  display: flex;
  padding: 0 10px;
  flex-direction: column;
  align-items: center;
}
.sn-plugins-section .plugins-box .plugins-swiper .swiper-wrapper .swiper-slide .plugins-item span {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  color: #333;
  text-align: center;
}

.sn-plugins-section .plugins-box .other-swiper .swiper-wrapper .swiper-slide .plugins-item {
  display: flex;
  padding: 0 10px;
  flex-direction: column;
  align-items: center;
}
.sn-plugins-section .plugins-box .other-swiper .swiper-wrapper .swiper-slide .plugins-item span {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  color: #333;
  text-align: center;
}


.sn-plugins-section .plugins-box .plugins-swiper-button-next {
  right: -10px;
  color: #999;
}
.sn-plugins-section .plugins-box .plugins-swiper-button-next::after {
  font-size: 24px;
}
.sn-plugins-section .plugins-box .plugins-swiper-button-prev {
  left: -10px;
  color: #999;
}
.sn-plugins-section .plugins-box .plugins-swiper-button-prev::after {
  font-size: 24px;
}


 .other-swiper-button-next {
  right: -10px;
  color: #999;
}
 .other-swiper-button-next::after {
  font-size: 24px;
}
 .other-swiper-button-prev {
  left: -10px;
  color: #999;
}
.other-swiper-button-prev::after {
  font-size: 24px;
}
/* ------ 产品优势 Style ------ */
.sn-advantage-section {
  background: url("/assets/home/images/bg/bg2.jpg") no-repeat;
  background-size: 100% 100%;
}
.sn-advantage-section .advantage {
  display: flex;
  flex-wrap: wrap;
}
.sn-advantage-section .advantage .advantage-item .advantage-item-box {
  display: flex;
  height: 420px;
  padding: 50px 30px;
  overflow: hidden;
  background: #f4f4f4;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sn-advantage-section .advantage .advantage-item .advantage-item-box .img-box {
  height: 280px;
}
.sn-advantage-section .advantage .advantage-item .advantage-item-box .img-box img {
  transform: perspective(1px) translateZ(0);
}
.sn-advantage-section .advantage .advantage-item .advantage-item-box .img-box .title {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 38px;
  margin-top: 50px;
  flex-direction: column;
  justify-content: center;
}
.sn-advantage-section .advantage .advantage-item .advantage-item-box .img-box .title::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 23px;
  height: 3px;
  background: #bc0a0a;
  border-radius: 2px;
  content: "";
}
.sn-advantage-section .advantage .advantage-item .advantage-item-box .img-box .title h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
}
.sn-advantage-section .advantage .advantage-item .advantage-item-box p {
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #929393;
}
.sn-advantage-section .advantage .advantage-item:hover .advantage-item-box .img-box img {
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: hvr-wobble-to-bottom-right;
  animation-timing-function: ease-in-out;
}

/* ------ 我们的服务 Style ------ */
.service-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-box .service-img-box {
  width: 296px;
  height: 296px;
  min-width: 296px;
}
.service-box .service-box-left,
.service-box .service-box-right {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.service-box .service-box-left .service-box-content,
.service-box .service-box-right .service-box-content {
  display: flex;
  height: 305px;
  padding: 50px 35px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dcdcdc;
  flex-direction: column;
  justify-content: space-between;
}
.service-box .service-item {
  display: flex;
  align-items: center;
}
.service-box .service-item .service-text {
  display: flex;
  padding-left: 30px;
  flex-direction: column;
  align-items: flex-start;
}
.service-box .service-item .service-text h5 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
}
.service-box .service-item .service-text p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  color: #929393;
  text-align: left;
}
.service-box .service-box-left .service-box-content::before {
  position: absolute;
  top: -39%;
  right: -90%;
  width: 100%;
  height: 548px;
  background-color: #f8f8f8;
  border: 1px solid #dcdcdc;
  border-radius: 100%;
  content: "";
}
.service-box .service-box-right .service-box-content .service-item {
  padding-left: 70px;
}
.service-box .service-box-right .service-box-content::before {
  position: absolute;
  top: -39%;
  left: -90%;
  width: 100%;
  height: 548px;
  background-color: #f8f8f8;
  border: 1px solid #dcdcdc;
  border-radius: 100%;
  content: "";
}

/* ------ 选择我们的理由 Style ------ */
.sn-reason-section {
  padding-bottom: 160px !important;
  background: url("/assets/home/images/bg/bg3.jpg") no-repeat;
  background-size: 100% 100%;
}

.reason-box {
  display: flex;
  flex-wrap: wrap;
  transition-duration: 0.3s;
}
.reason-box h4 {
  margin-bottom: 20px;
}
.reason-box .reason-btn {
  position: relative;
  display: inline-block;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #df4144;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #df4144;
  border-radius: 4px;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: color;
}
.reason-box .reason-btn::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
  border-radius: 4px;
  content: "";
  transform: scaleX(1);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  transform-origin: 100% 50%;
}
.reason-box .reason-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 420px;
  background: #f4f4f4;
}
.reason-box .reason-left .top-title {
  padding-top: 60px;
  padding-left: 34px;
}
.reason-box .reason-left .bottom-img {
  transform: perspective(1px) translateZ(0);
}
.reason-box .reason-left:hover .reason-btn {
  color: #fff;
  background: #df4144;
  border: none;
}
.reason-box .reason-left:hover .reason-btn::before {
  transform: scaleX(0);
}
.reason-box .reason-left:hover .bottom-img {
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: hvr-wobble-to-bottom-right;
  animation-timing-function: ease-in-out;
}
.reason-box .reason-right {
  display: flex;
  flex-wrap: wrap;
}
.reason-box .reason-right .reason-right-item-box {
  padding: 0 10px;
}
.reason-box .reason-right .reason-right-item-box .reason-right-box {
  position: relative;
  display: flex;
  height: 200px;
  padding: 50px 20px 16px 32px;
  background: #f4f4f4;
  justify-content: space-between;
}
.reason-box .reason-right .reason-right-item-box .reason-right-box .right {
  z-index: 999;
}
.reason-box .reason-right .reason-right-item-box .reason-right-box .left {
  position: absolute;
  right: 32px;
  bottom: 16px;
  width: 160px;
  height: 140px;
  transform: perspective(1px) translateZ(0);
}
.reason-box .reason-right .reason-right-item-box:hover .reason-btn {
  color: #fff;
  background: #df4144;
  border: none;
}
.reason-box .reason-right .reason-right-item-box:hover .reason-btn::before {
  transform: scaleX(0);
}
.reason-box .reason-right .reason-right-item-box:hover .reason-right-box .left {
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-name: hvr-wobble-to-bottom-right;
  animation-timing-function: ease-in-out;
}

/* ------ 悬浮框 Style ------ */
.floating-box {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 99999;
}
.floating-box .contact-dialog {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 50px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #de4245;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
}
.floating-box .contact-dialog img {
  margin-right: 10px;
}
.floating-box .contact-dialog span {
  line-height: 50px;
}
.floating-box .floating-button {
  display: flex;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.floating-box .floating-button ul {
  background: #fff;
  border: 1px solid #d8d8d8;
}
.floating-box .floating-button ul li {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
}
.floating-box .floating-button ul li:last-child {
  border-bottom: none;
}
.floating-box .floating-button ul li:hover {
  background: #df4144;
}
.floating-box .floating-button ul li:hover .contact-dialog {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=index.css.map */
