/* Desktop contact: retained page structure and states. */
/* The active slide owns entry animations so WOW cannot replay them on load. */
.contact-carousel .contact-entry { visibility: hidden; }
.contact-carousel > .swiper-wrapper > .swiper-slide-active .contact-entry { visibility: visible; animation-name: fadeInUp; }
.main-page { position: relative; }
.top-title { color: rgb(51, 51, 51); }
.dets { width: 100%; height: 100%; }
.main-page .top-llk { position: absolute; background-color: rgb(255, 255, 255); color: rgb(51, 51, 51); z-index: 100; }
.main-page .top-llk .ccl { width: 100%; }
.main-page1 { position: relative; }
.main-page1 .dets { height: 100%; position: relative; }
.main-page1 .dets .guanzhu-item { width: 100%; align-items: flex-start; place-content: space-between flex-start; flex-wrap: wrap; }
.main-page1 .dets .guanzhu-item .guanzhu-list { background: rgb(255, 255, 255); transition: background-color 300ms; display: flex; flex-direction: column; color: rgb(51, 51, 51); text-align: center; }
.main-page1 .dets .guanzhu-item .guanzhu-list p { color: rgb(51, 51, 51); }
