/* 授权文件 */
.auth-container {
  margin-top: 86px;
  background: #fff;
}
.swiper {
  margin: 0 0 130px;
}

.swiper-slide-auth {
  position: relative;
  padding: 10px;
  margin: 80px 0;
}
.swiper-slide-auth img {
  margin-top: 10px;
  width: 514px;
  height: 730px;
}
.swiper-slide-auth::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/kuang.png');
  background-size: 100% 100%;
  z-index: 1;
  /* 确保在其他内容之上 */
}

.swiper-slide-notice {
  margin: 80px 0;
}
.swiper-slide-notice img {
  width: 514px;
  height: 730px;
}

.swiper-pagination {
  bottom: 0;
}
/* 业务范围 */
.business-container {
  width: 100%;
  background: #ffffff;
}
.business-container .sn-section-header {
  margin-top: 97px;
}
.business-container .business-box {
  display: flex;
  width: 1400px;
  margin: 34px auto 156px;
  justify-content: space-between;
}
.business-container .business-box .business-item {
  width: 466px;
  height: 645px;
  background: #ffffff;
  box-shadow: 2.5px 4.33px 16px 5px #D4D4D8;
  transition: all 0.2s linear 0s;
}
.business-container .business-box .business-item:hover {
   transform: scale(1.1);
}

.business-container .business-box .business-item img {
  width: 466px;
  height: 451px;
}
.business-container .business-box .business-item .business-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 70px;
}
.business-container .business-box .business-item .business-content .name {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
.business-container .business-box .business-item .business-content .underline {
  width: 40px;
  height: 5px;
  margin-top: 10px;
  background: #fca62d;
  border-radius: 3px;
}
.business-container .business-box .business-item .business-content span {
  margin: 20px 0 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
/* 公司产权 */
.property-container {
  width: 100%;
}
.property-container .sn-section-header {
  margin-top: 97px;
}
.property-container .property-box {
  position: relative;
  display: flex;
  width: 1307px;
  margin: 398px auto 0 ;
  align-items: center;
  justify-content: space-between;
}
.property-container .property-box .property-left {
  position: absolute;
  top: -210px;
  left: 0;
  z-index: 9999;
}
.property-container .property-box .property-left .property-left-box {
  position: relative;
  border-bottom: 10px solid #3D7CFE;
}
.property-container .property-box .property-left .property-left-box::after {
  position: absolute;
  bottom: -10px;
  right: 0;
  content: '';
  width: 100px;
  height: 10px;
  background: #FCA62D;
}
.property-container .property-box .property-left .property-left-box .logo-box {
  position: absolute;
  left: 92px;
  top: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 128px;
  background: #0c3d80;
  box-shadow: 0 0 13px 3px #A9ADB1;
}
.property-container .property-box .property-left .property-left-box .property-left-content {
  padding: 84px 34px 41px 59px;
  width: 731px;
  height: 475px;
  background: #ffffff;
  box-shadow: 0 0 13px 3px #A9ADB1;
}
.property-container .property-box .property-left .property-left-box .property-left-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
.property-container .property-box .property-left .property-left-box .property-left-content p {
  margin-top: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}
.property-container .property-box .property-right {
  position: absolute;
  right: 0;
  width: 676px;
  height: 663px;
}
.remarks-container {
  width: 100%;
  margin: 0 auto ;
  align-items: center;
  justify-content: space-between;
  padding: 400px 380px 100px;
  background: #f5f6fb;
}
.remarks-container h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}
.remarks-container p {
  font-size: 15px;
  font-weight: 300;
  color: #a7a7a7;
}
/* 新闻中心 */
.new-container {
  width: 100%;
  padding-bottom: 136px;
}
.new-container .sn-section-header {
  margin-top: 97px;
}
.new-container .new-box {
  width: 1200px;
  margin: 0 auto ;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.new-container .new-box .new-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 590px;
  height: 271px;
  background: url("../images/demo/bg.png") no-repeat;
  background-size: 100% 100%;
  border: 1px solid #d8e0f5;
  border-radius: 10px;
}
.new-container .new-box .new-item .new-item-content {
  padding-left: 53px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.new-container .new-box .new-item .new-item-content h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
.new-container .new-box .new-item .new-item-content p {
  margin-top: 23px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #333333;
}
/* ------ 悬浮框 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: #5177cc;
  text-align: center;
  white-space: nowrap;
  background: linear-gradient(45deg, #edf3ff 0%, #fff 100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  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: #4672F1;
}
.floating-box .floating-button ul li:hover .contact-dialog {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=home.css.map */