@media (max-width: 767px) {
  body {
    overflow: hidden auto;
  }
}
.module {
  padding: 70px 0 100px;
}
@media screen and (max-width: 996px) {
  .module {
    padding: 50px 0;
  }
}
.module .title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .module .title {
    margin-bottom: 60px;
  }
}
.module .title h3 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .module .title h3 {
    font-size: 0.4rem;
  }
}
.show2row {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.bold {
  font-weight: bold;
}
.color1 {
  color: #575d6c;
}
.flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.btn {
  margin-right: 10px;
  width: 126px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid transparent;
  color: #fff;
  box-sizing: content-box;
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-w {
  background: transparent;
  border-color: #fff;
}
.btn-b {
  background: transparent;
  border-color: #252b3a;
  color: #252b3a;
}
.btn-n {
  background: transparent;
  border-color: transparent;
}
.btn::after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}
.btn:hover::after {
  content: "\e683";
  margin-left: 5px;
}
.skyon {
  background: url(../../2025Assets/img2025/cwy2025/moudle3.png) no-repeat 100% 100%;
  background-size: cover;
}
.home_nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  height: 0.78rem;
  align-items: center;
  top: 0;
  background: #fff;
  z-index: 1000;
  position: sticky;
  position: -webkit-sticky;
  z-index: 88;
}
.module4 {
  background: url(../../2025Assets/img2025/cwy2025/section4.jpg) no-repeat;
  background-size: cover;
  padding-top: 0px;
}
.module4 .module4-item {
  padding-top: 70px;
}
.module4 .award-list {
  position: relative;
}
.module4 .award-list .award-list-item {
  width: 32.5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: center;
  background: transparent;
}
.module4 .award-list .award-list-item .item-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 10% 18% 0;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.1) 0px -8px 24px;
}
.module4 .award-list .award-list-item .item-header > img {
  width: 82px;
  object-fit: cover;
}
.module4 .award-list .award-list-item .item-header .item-title {
  font-weight: 900;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.8);
  margin-bottom: 10px;
}
.module4 .award-list .award-list-item .item-footer {
  width: 100%;
  text-align: center;
  padding: 2% 6% 8%;
  background: linear-gradient(to bottom, rgba(255, 255, 255), rgba(255, 255, 255, 0.8) 50%, rgba(240, 248, 255, 0));
  box-sizing: border-box;
}
.module4 .award-list .award-list-item .item-footer .dis {
  width: 68%;
  display: inline-block;
  color: #b4b7bd;
  font-weight: 600;
}
@media only screen and (max-width: 996px) {
  .module4 .award-list .award-list-item {
    width: 100%;
  }
}
@media only screen and (max-width: 996px) {
  .module4 .award-list .swiper-pagination {
    position: absolute!important;
    bottom: -80px;
  }
}
.module4 .solution-list .solution-item {
  position: relative;
  /* 使伪元素定位 */
  width: 24%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 1px;
  box-sizing: border-box;
  line-height: 1.5;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  /* 确保内部伪元素不会超出圆角 */
}
.module4 .solution-list .solution-item .item-header > span:nth-child(2) {
  padding: 5% 0 8%;
  line-height: 1.2;
}
.module4 .solution-list .solution-item .item-header > span:last-child {
  padding-bottom: 8%;
  border-bottom: 1px solid rgba(217, 217, 217, 0.8);
}
.module4 .solution-list .solution-item .item-center {
  padding: 8% 0 25%;
  min-height: 265px;
}
.module4 .solution-list .solution-item .item-center > p {
  align-items: flex-start;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.module4 .solution-list .solution-item .item-center > p::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 11px;
  border-radius: 50%;
  background: url(../../v02/images/xkgather2024/gou.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 7px;
}
.module4 .solution-list .solution-item .item-footer .btn-b {
  width: 100%;
  height: 48px;
  margin: 0;
}
.module4 .solution-list .solution-item .item-footer .btn-b:hover {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  color: #fff;
  border-color: transparent;
}
.module4 .solution-list .solution-item .item-footer .btn-n {
  color: #b4b7bd;
  width: 100%;
  margin-top: 10px;
}
.module4 .solution-list .solution-item .item-footer .btn-n::after {
  content: "\e683";
  margin-left: 5px;
  margin-top: 2px;
}
.module4 .solution-list .solution-item .solution-item-center {
  position: relative;
  z-index: 1;
  background: #fff;
  width: 100%;
  padding: 10%;
  box-sizing: border-box;
  border-radius: 8px;
}
.module4 .solution-list .solution-item .solution-item-center .item-header{
  min-height: 162px;
}
.module4 .solution-list .solution-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(89.58deg, #0c84f7 0.27%, #d35df5 94.64%);
  z-index: 0;
  border-radius: 12px;
  /* 与原始元素的圆角一致 */
  margin: -10px;
  /* 创建边框效果，根据需要调整 */
  display: none;
}
.module4 .solution-list .solution-item.show {
  box-shadow: #d9d9d9 0px 12px 30px 10px;
}
.module4 .solution-list .solution-item.show::before {
  display: block;
}
@media only screen and (max-width: 996px) {
  .module4 .solution-list .solution-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 996px) {
  .module4 .solution-list {
    flex-direction: column;
  }
}
.module5-center {
  align-items: flex-start;
}
.module5-center > img {
  width: 49%;
  flex: 0 0 49%;
  object-fit: cover;
}
.module5-center .module5-item {
  flex: 1;
  padding: 0 5%;
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  .module5-center .module5-item {
    margin-top: 10%;
  }
}
.module5-center .module5-item .dis {
  padding: 5% 0 10%;
}
.module5-center .module5-item .flex {
  justify-content: flex-start;
}
@media only screen and (max-width: 996px) {
  .module5-center {
    flex-direction: column;
  }
  .module5-center > img {
    width: 100%;
    flex: 0 0 100%;
    object-fit: cover;
  }
}
.module6-center .module6-item {
  position: relative;
  width: 32%;
  border-radius: 8px;
  min-height: 240px;
  padding: 3.2%;
  display: inline-block;
}
@media only screen and (max-width: 996px) {
  .module6-center .module6-item {
    width: 100%;
  }
}
.module6-center .module6-item .item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  z-index: 0;
}
.module6-center .module6-item .module6-item-center {
  position: relative;
  z-index: 1;
}
.module6-center .module6-item .module6-item-center .item-header {
  color: #252b3a;
}
.module6-center .module6-item .module6-item-center .item-header .dis {
  padding: 3% 0 10%;
}
.module6-center .module6-item .module6-item-center .item-footer .btn-n {
  color: #252b3a;
  justify-content: flex-start;
}
.module6-center .module6-item .module6-item-center .item-footer .btn-n::after {
  content: "\e683";
  margin-left: 5px;
}
.module7 {
  background: url(../../2025Assets/img2025/cwy2025/modu7.png) no-repeat 100% 100%;
  padding: 0;
  background-size: cover;
}
.module7 .module7-center {
  justify-content: center;
  align-items: flex-start;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .module7 .module7-center {
    padding: 40px 0;
    flex-direction: column;
  }
}
.module7 .module7-center .module-left {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .module7 .module7-center .module-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
.module7 .module7-center .module-left .dis {
  padding: 5% 0;
}
.module7 .module7-center .module-left .btns {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.module7 .module7-center .module-left .btns .get-solotion {
  width: 170px;
  margin-right: 20px;
}
.module7 .module7-center .module-left .contact {
  display: flex;
  align-items: center;
}
.module7 .module7-center .module-left .contact > img {
  width: 20px;
  object-fit: cover;
  margin-right: 10px;
}
.module7 .module7-center .module-left .contact .phone {
  background: linear-gradient(89.58deg, #0c84f7 0.27%, #d35df5 94.64%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-left: 10px;
}
.module7 .module7-center .module-right {
  flex: 0 0 161px;
  text-align: center;
}
.module7 .module7-center .module-right .qr-img {
  width: 161px;
  height: 161px;
  margin-bottom: 18px;
}
.home {
  position: relative;
}
.home .home_nav {
  top: 103px;
  left: 0;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .EBC-intro-list ul {
    flex-wrap: initial;
  }
  .manage h2 {
    font-size: 0.4rem;
  }
}
.homesi{
z-index:1;
}