
.swiper-pagination .swiper-pagination-bullet-active{
	width: 20px;
	border-radius: 3px;
	background:#FCA62D;
}

/* 授权文件 */
.auth-container {
  margin-top: 86px;
  background: #fff;
}
.authorization-swiper {
  margin: 0 0 130px;
}
.authorization-swiper-slide {
  padding: 10px;
  margin: 80px 0;
  background-image: url("/assets/home/images/kuang.png");
  background-size: 100% 100%;
  transform: scale(0.8) !important;
  transition: 300ms;
}
.authorization-swiper-slide img {
  width: 377px;
  height: 522px;
}
.authorization-swiper .swiper-slide-active {
  background-image: url("/assets/home/images/kuang.png");
  background-size: 100% 100%;
  transform: scale(1.2) !important;
}
.swiper-pagination {
  bottom: 0;
}
/* 业务范围 */
.business-container {
  width: 100%;
  background: #f5f6fb;
}
.business-container .sn-section-header {
  margin-top: 97px;
}
.business-container .business-box {
  display: flex;
  width: 1200px;
  margin: 0 auto 156px;
  justify-content: space-between;
}
.business-container .business-box .business-item {
  width: 380px;
  height: 463px;
  background: #fff;
  border-radius: 20px;
}
.business-container .business-box .business-item img {
  width: 380px;
  height: 274px;
  border-radius: 20px 20px 0 0;
}
.business-container .business-box .business-item .business-content {
  display: flex;
  flex-direction: column;
  padding: 30px 22px 22px 30px;
}
.business-container .business-box .business-item .business-content .name {
  font-size: 22px;
  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: 10px 0 21px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.business-container .business-box .business-item .business-content .img-box {
  display: flex;
  justify-content: flex-end;
}
.business-container .business-box .business-item .business-content .img-box img {
  width: 14px;
  height: 9px;
}
/* 公司产权 */
.property-container {
  width: 100%;
  padding-bottom: 150px;
  background: #fff;
}
.property-container .sn-section-header {
  margin-top: 97px;
}
.property-container .property-box {
  display: flex;
  width: 1200px;
  margin: 80px auto 0;
  align-items: center;
  justify-content: space-between;
}
.property-container .property-box .property-item {
  position: relative;
  display: flex;
  width: 590px;
  height: 241px;
  color: #333;
  background: linear-gradient(0deg, #edf3ff 0%, #fff 100%);
  border: 1px solid #d8e0f5;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.property-container .property-box .property-item .img {
  position: absolute;
  top: -40px;
  width: 120px;
  height: 125px;
}
.property-container .property-box .property-item h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.property-container .property-box .property-item p {
  margin: 20px 0 40px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
/* 新闻中心 */
.new-container {
  width: 100%;
  padding-bottom: 136px;
}
.new-container .sn-section-header {
  margin-top: 97px;
}
.new-container .new-box-title {
  margin: 0 auto;
}
.new-container .new-box-title ul {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-container .new-box-title ul li {
  display: flex;
  width: 165px;
  height: 38px;
  font-size: 20px;
  font-weight: 400;
  color: #783A1E;
  text-align: center;
  cursor: pointer;
  background: #fdefdf;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
}
.new-container .new-box-title ul .on {
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  background: #FCA62D;
}
.new-container .new-box {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 48px auto 0;
  justify-content: space-between;
}
.new-container .new-box .new-item {
  display: flex;
  padding: 28px 25px 25px 28px;
  margin-bottom: 21px;
  background: #fbf8f5;
  border-radius: 20px;
  align-items: center;
}
.new-container .new-box .new-item .new-left {
  display: flex;
  padding-right: 27px;
  border-right: 1px solid #e8e7ec;
  flex-direction: column;
  align-items: center;
}
.new-container .new-box .new-item .new-left p {
  margin-top: 20px;
}
.new-container .new-box .new-item .new-left .new-number {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: #353535;
  text-align: center;
}
.new-container .new-box .new-item .new-left .new-number::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 30px;
  height: 4px;
  background-color: #FEA330;
  border-radius: 2px;
  content: "";
  transform: translateX(-50%);
}
.new-container .new-box .new-item .new-right {
  display: flex;
  height: 90%;
  padding-left: 26px;
  color: #353535;
  flex-direction: column;
  justify-content: space-between;
}
.new-container .new-box .new-item .new-right .new-right-title {
  width: 420px;
  font-size: 20px;
  font-weight: 700;
}
.new-container .new-box .new-item .new-right .new-right-content {
  width: 420px;
  font-size: 16px;
  font-weight: 400;
}
.new-container .page-controller {
  display: block;
  margin-top: 20px;
  color: #505050;
  text-align: center;
}
.new-container .page-controller .t2 {
  display: block;
  text-align: center;
}
.new-container .page-controller .t2 .active {
  padding: 5px 12px;
  margin-right: 3px;
  margin-left: 3px;
  line-height: 24px;
  color: #fff;
  vertical-align: middle;
  background-color: #FCA62D;
  border: 1px solid #FCA62D;
  border-radius: 3px;
  opacity: 1;
}
.new-container .page-controller .t2 a {
  padding: 5px 12px;
  margin-right: 3px;
  margin-left: 3px;
  color: #505050;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
  border: #efefef 1px solid;
  border-radius: 3px;
}
.new-container .page-controller .t2 a:hover {
  color: #FCA62D;
  text-decoration: none;
  background-color: #efefef;
  border: #efefef 1px solid;
}
/* ------ 悬浮框 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: #7F4D2B;
  text-align: center;
  white-space: nowrap;
  background: linear-gradient(45deg, #FFF9E2 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 #FCAC3B;
}
.floating-box .floating-button ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border-bottom: 1px solid #FCAC3B;
}
.floating-box .floating-button ul li:last-child {
  border-bottom: none;
}
.floating-box .floating-button ul li:hover {
  background: #FFA101;
}
.floating-box .floating-button ul li:hover .contact-dialog {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=home.css.map */