.first-swiper { overflow: hidden; position: relative; } .first-swiper-slide { height: 100vh !important; } .first-swiper-slide { width: 100%; } .first-swiper-slide img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; overflow: hidden; transform: scale3d(1, 1, 1); transition: all 3s cubic-bezier(0.04, 0.79, 1, 1) ; } .first-swiper .swiper-slide-active img { transform: scale3d(1.05, 1.05, 1); transition: all 3s cubic-bezier(0.04, 0.79, 1, 1) ; } @media (min-width: 1025px) { .first-swiper-slide .sologan{ display: block; color: #fff; position: absolute; top: 50%; margin-top: -100px; width: 512px; text-align: right; left: 50%; z-index: 99; transition: all 1s; } .first-swiper .swiper-slide-active .sologan{ margin-top: -84px; } .first-swiper-slide .sologan .cn{ font-size: 42px; line-height: 60px; } .first-swiper-slide .sologan .en{ font-size: 16px; line-height: 24px; color: rgba(255,255,255,0.5); text-transform: uppercase; font-family: 'Arial'; } } @media (min-width: 1200px) { .first-swiper-slide .sologan{ width: 600px; } } @media (max-width: 1024px) { .first-swiper-slide .sologan{ display: block; color: #fff; position: absolute; top: 50%; margin-top: -100px; width: 100%; text-align: center; left: 0; z-index: 99; transition: all 1s; } .first-swiper .swiper-slide-active .sologan{ margin-top: -62px; } .first-swiper-slide .sologan .cn{ font-size: 28px; line-height: 42px; } .first-swiper-slide .sologan .en{ font-size: 12px; line-height: 20px; color: rgba(255,255,255,0.5); text-transform: uppercase; font-family: 'Arial'; } } .base_head { display: inline-flex; flex-direction: column; align-items: center; } .base_head .en { font-size: 16px; color: #b2b2b2; text-transform: uppercase; font-family: PingFang; } @media (min-width: 769px) { .base_head .en { font-size: 18px; } } @media (min-width: 1025px) { .base_head .en { font-size: 20px; } } .base_head .cn { font-size: 18px; font-family: PingFang; font-weight: 600; color: #333; margin-top: 10px; } @media (min-width: 769px) { .base_head .cn { font-size: 26px; } } @media (min-width: 1025px) { .base_head .cn { font-size: 40px; } } .home-data-record { width: 100%; display: flex; } .home-data-record .record-item { flex-basis: 25%; display: flex; flex-direction: column; justify-content: center; } @media (min-width: 1025px) { .home-data-record .record-item { justify-content: flex-start; } } .home-data-record .record-item h5 { color: #777; font-size: 12px; } @media (min-width: 641px) { .home-data-record .record-item h5 { font-size: 14px; } } @media (min-width: 769px) { .home-data-record .record-item h5 { font-size: 16px; } } @media (min-width: 1025px) { .home-data-record .record-item h5 { font-size: 16px; } } .home-data-record .record-item .value { display: flex; align-items: flex-end; margin-top: 10px; color: #089c8e; } .home-data-record .record-item .value .num { font-size: 20px; font-weight: 700; } @media (min-width: 641px) { .home-data-record .record-item .value .num { font-size: 25px; } } @media (min-width: 769px) { .home-data-record .record-item .value .num { font-size: 35px; } } @media (min-width: 1025px) { .home-data-record .record-item .value .num { font-size: 48px; } } .home-data-record .record-item .value .sub { font-size: 13px; position: relative; bottom: 1px; margin-left: 6px; } @media (min-width: 769px) { .home-data-record .record-item .value .sub { font-size: 14px; } } @media (min-width: 1025px) { .home-data-record .record-item .value .sub { font-size: 16px; } } .base-more { background: #11a897; justify-content: center; align-items: center; color: #fff; width: 100px; height: 35px; border-radius: 3px; } .base-more .title { font-size: 14px; margin-right: 5px; } .base-more .icon { font-size: 14px; } .base-more { display: flex; } @media (min-width: 769px) { .base-more { width: 140px; border-radius: 8px; height: 40px; } .base-more .title { font-size: 18px; margin-right: 10px; } .base-more .icon { font-size: 18px; } } @media (min-width: 1025px) { .base-more { width: 180px; border-radius: 8px; height: 54px; } .base-more .title { font-size: 18px; margin-right: 10px; } .base-more .icon { font-size: 18px; } } .home-synopsis_center { height: 100%; display: flex; flex-direction: column; padding-top: 1rem; padding-bottom: 1rem; } @media (min-width: 1025px) { .home-synopsis_center { padding-bottom: 0; flex-direction: row; justify-content: space-between; align-items: center; } } .home-synopsis_center .synopsis_img { width: 100%; flex-shrink: 0; height: 45%; overflow: hidden; } @media (min-width: 1025px) { .home-synopsis_center .synopsis_img { width: 40%; height: 700px; } } .home-synopsis_center .synopsis_img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: all 1s; } .home-synopsis_center .synopsis_img:hover img { transform: scale(1.1); } .home-synopsis_center .synopsis_info { display: flex; flex-direction: column; align-items: center; width: 100%; } @media (min-width: 769px) { .home-synopsis_center .synopsis_info { margin-right: 4%; } } @media (min-width: 1025px) { .home-synopsis_center .synopsis_info { align-items: flex-start; max-width: 800px; } .home-synopsis_center .synopsis_info .base_head { align-items: flex-start; } } .home-synopsis_center .space_icon { width: 30px; height: 4px; background: #089c8e; margin-top: 33px; display: none; } @media (min-width: 1025px) { .home-synopsis_center .space_icon { display: block; } } .home-synopsis_center .sy-text { font-size: 14px; color: #777; line-height: 2em; margin-top: 25px; } @media (min-width: 769px) { .home-synopsis_center .sy-text { margin-top: 35px; font-size: 16px; line-height: 26px; } } @media (min-width: 1025px) { .home-synopsis_center .sy-text { margin-top: 40px; font-size: 18px; line-height: 32px; } } .home-synopsis-record { width: 100%; border-top: 1px dashed rgba(191, 191, 191, 1); padding: 30px 0; } @media (min-width: 769px) { .home-synopsis-record { padding: 40px 0; } } .synopsis_more { display: flex; width: 100%; justify-content: center; margin-top: 20px; margin-bottom: 30px; } @media (min-width: 1025px) { .synopsis_more { justify-content: flex-start; } } .home-information_center { padding-top: 4rem; padding-bottom: 4rem; } @media (min-width: 1025px) { .home-information_center { height: 100%; padding-top: 0; padding-bottom: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; } } .home-infor_center_head { width: 100%; display: flex; justify-content: center; } .home-infor_center_head .en, .home-infor_center_head .cn { color: #fff; } @media (min-width: 769px) { .home-infor_center_head { justify-content: space-between; align-items: center; } .home-infor_center_head .base_head { align-items: flex-start; } } .home-infor_head_more { display: none; } @media (min-width: 769px) { .home-infor_head_more { display: flex; align-items: center; justify-content: center; } } .home-infor_head_more { position: relative; } .home-infor_head_more .title { color: #fff; } .home-infor_head_more .iconfont { width: 40px; height: 40px; background: #089c8e; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 18px; z-index: 3; margin-left: 10px; } @media (min-width: 1025px) { .home-infor_head_more .iconfont { margin-left: 15px; width: 54px; height: 54px; font-size: 20px; } } .home-infor_head_more:after { content: ''; display: block; width: 80%; height: 1px; background: #cccccc; position: absolute; bottom: 0; top: 90%; left: 0; } .home-infor_head_more:hover .title { color: #089c8e; } .home-info-list { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; gap: 10px; margin-top: 30px; } @media (min-width: 1025px) { .home-info-list { margin-top: 50px; grid-template-columns: repeat(4, 1fr); gap: 40px; } } .home-info-item .home-info-link { display: flex; flex-direction: column; height: 100%; } .home-info-item .img { width: 100%; position: relative; display: block; height: 0; padding: 0 0 64.40677966101694%; overflow: hidden; } .home-info-item .img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; left: 0; top: 0; transition: all 1.5s; } .home-info-desc { background-color: #fff; padding: 0 10px 8px; flex: 1; } @media (min-width: 641px) { .home-info-desc { padding-bottom: 20px; } } @media (min-width: 769px) { .home-info-desc { padding: 0 15px 25px; } } @media (min-width: 1025px) { .home-info-desc { padding: 0 20px 30px; } } .home-info-desc .home-info-desc_head { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; } .home-info-desc .home-info-desc_head .more { font-size: 13px; color: #b3b3b3; } @media (min-width: 1025px) { .home-info-desc .home-info-desc_head .more { font-size: 14px; } } .home-info-desc .home-info-desc_head .time { color: #11a897; font-size: 14px; font-weight: 400; font-weight: 700; } @media (min-width: 1025px) { .home-info-desc .home-info-desc_head .time { font-size: 18px; } } .home-info-desc .title { font-size: 16px; font-weight: 600; color: #333; line-height: 1.2; } @media (min-width: 769px) { .home-info-desc .title { font-size: 18px; } } @media (min-width: 1025px) { .home-info-desc .title { font-size: 20px; } } .home-info-desc .desc { font-size: 13px; font-weight: 400; color: #999; line-height: 1.2; margin-top: 20px; } @media (min-width: 769px) { .home-info-desc .desc { font-size: 14px; } } @media (min-width: 1025px) { .home-info-desc .desc { font-size: 14px; } } .home-info-item:hover img { transform: scale(1.2); } .operation-container_center { padding-bottom: 5rem; padding-top: 5rem; } @media (min-width: 1025px) { .operation-container_center { padding-bottom: 0; padding-top: 0; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } } .operation_head { width: 100%; display: flex; justify-content: center; } .operation_head .cn, .operation_head .en { color: #fff !important; } @media (min-width: 1025px) { .operation_head { align-items: center; justify-content: space-between; } .operation_head .base_head { align-items: flex-start; } } .operation-head-btns { display: none; } @media (min-width: 1025px) { .operation-head-btns { display: flex; align-items: center; justify-content: center; } } .operation-head-btns .btn { width: 54px; height: 54px; border: 1px solid #ffffff; border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; margin-left: 20px; } .operation-head-btns .btn .iconfont { font-size: 25px; color: #fff; } .operation-head-btns .btn:hover { background-color: #089c8e; color: #fff; border: 1px solid transparent; } .operation-swiper { width: 100%; overflow: hidden; position: relative; margin-top: 40px; height: 600px; } @media (min-width: 1025px) { .operation-swiper { height: 530px; } } .operation-slide { height: 100% !important; } .link { display: block; width: 100%; height: 100%; position: relative; } .link .img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .link .laber { position: absolute; left: 0; top: 85%; width: 100%; height: 100%; background-color: #00000080; color: #fff; display: flex; align-items: flex-start; justify-content: center; font-size: 16px; padding: 20px; text-align: center; } @media (min-width: 1025px) { .link .laber { padding: 30px 26px; font-size: 22px; } } .link .laber { transition: top 0.3s; } .link:hover .laber { top: 0; align-items: center; } @media (min-width: 1025px) { .home-research { height: 100%; } } .home-research_center { display: flex; flex-direction: column; justify-content: center; padding-top: 4rem; padding-bottom: 4rem; } .home-research_center .base_head { align-items: center; } @media (min-width: 1025px) { .home-research_center .base_head { align-items: flex-start; } } @media (min-width: 1025px) { .home-research_center { padding-top: 0; padding-bottom: 0; flex-direction: row-reverse; justify-content: flex-start; align-items: center; height: 100%; } } .home-research_center .img { width: 100%; padding-bottom: 70%; margin-left: auto; margin-right: auto; flex-shrink: 0; border-radius: 10px; overflow: hidden; position: relative; margin-top: 35px; } .home-research_center .img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; left: 0; top: 0; transition: all 1s; } @media (min-width: 1025px) { .home-research_center .img img { height: auto; } } @media (min-width: 769px) { .home-research_center .img { margin-top: 40px; width: 80%; padding-bottom: 60%; } } @media (min-width: 1025px) { .home-research_center .img { margin-top: 0; width: 50%; padding-bottom: 42%; } } .home-research_center .img:hover img { transform: scale(1.1); } .home-research_center .research-info { width: 100%; display: flex; flex-direction: column; align-items: center; } @media (min-width: 1025px) { .home-research_center .research-info { margin-left: 3%; align-items: flex-start; } } .home-research_center .research-info .title { color: #089c8e; font-size: 18px; width: 100%; } @media (min-width: 769px) { .home-research_center .research-info .title { width: auto; font-size: 22px; } } @media (min-width: 1025px) { .home-research_center .research-info .title { font-size: 28px; } } .home-research_center .research-info .space_icon { margin: 15px 0; width: 38px; height: 3px; } @media (min-width: 769px) { .home-research_center .research-info .space_icon { margin: 30px 0; background: #cecece; } } .home-research_center .research-info .p { color: #777; line-height: 1.4; font-size: 16px; margin-top: 20px; } @media (min-width: 1025px) { .home-research_center .research-info .p { margin-top: 30px; font-size: 16px; line-height: 1.6; } } .home-research_center .icons_list { display: flex; width: 100%; margin-top: 30px; } @media (min-width: 769px) { .home-research_center .icons_list { margin-top: 50px; } } @media (min-width: 1025px) { .home-research_center .icons_list { margin-top: 60px; } } .home-research_center .icons_list .item { display: flex; flex-direction: column; align-items: center; flex-basis: calc(100% / 3); } @media (min-width: 1025px) { .home-research_center .icons_list .item { flex-basis: auto; margin-right: 15%; } } .home-research_center .icons_list .item { transition: transform 0.3s; } .home-research_center .icons_list .item:hover { transform: translateY(-10px); } .home-research_center .icons_list .icon { width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; } @media (min-width: 769px) { .home-research_center .icons_list .icon { width: 30px; height: 30px; } } @media (min-width: 1025px) { .home-research_center .icons_list .icon { width: 45px; height: 45px; } } .home-research_center .icons_list .icon img { width: 100%; } .home-research_center .icons_list .name { font-size: 14px; font-weight: 400; color: #777; margin-top: 15px; } @media (min-width: 769px) { .home-research_center .icons_list .name { font-size: 16px; } } .home-produc_center { padding-top: 4rem; padding-bottom: 4rem; display: flex; flex-direction: column; } @media (min-width: 1025px) { .home-produc_center { height: 100%; justify-content: center; align-items: center; } } .home-produc_head { display: flex; align-items: center; justify-content: center; } .home-produc_head .cn, .home-produc_head .en { color: #fff; } .home-produc_body { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 25px; gap: 25px; margin-top: 50px; width: 100%; } @media (min-width: 1025px) { .home-produc_body { grid-template-columns: repeat(5, 1fr); gap: 50px; margin-top: 90px; width: 1432px; } } .home-produc_body .home-produc-card { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 180px; border: 1px solid #878c8c; border-radius: 4px; width: 100%; } @media (min-width: 1025px) { .home-produc_body .home-produc-card { height: 380px; } } .home-produc_body .home-produc-card .icon { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; } .home-produc_body .home-produc-card .icon img { width: 100%; max-height: 100%; } @media (min-width: 769px) { .home-produc_body .home-produc-card .icon { width: 45px; height: 45px; } } @media (min-width: 1025px) { .home-produc_body .home-produc-card .icon { width: 55px; height: 55px; } } .home-produc_body .home-produc-card .name { font-size: 16px; font-weight: 400; color: #fff; margin-top: 16px; } @media (min-width: 769px) { .home-produc_body .home-produc-card .name { font-size: 18px; } } @media (min-width: 1025px) { .home-produc_body .home-produc-card .name { font-size: 22px; } } .home-produc_body .home-produc-card .icon_space { width: 26px; height: 1px; background: #ffffff; margin: 20px 0; } .home-produc_body .home-produc-card .laber { color: #fff; text-transform: uppercase; font-size: 12px; } @media (min-width: 769px) { .home-produc_body .home-produc-card .laber { font-size: 13px; } } @media (min-width: 1025px) { .home-produc_body .home-produc-card .laber { font-size: 14px; } } .home-recruitment { padding-top: 4rem; padding-bottom: 4rem; } .home-recruitment_center { display: flex; flex-direction: column; } @media (min-width: 1025px) { .home-recruitment_center { height: 100%; flex-direction: row; align-items: center; } } .home-recruitment_info { display: flex; flex-direction: column; align-items: center; } @media (min-width: 1025px) { .home-recruitment_info { width: 45%; margin-right: 5%; align-items: flex-start; } } @media (min-width: 1025px) { .home-recruitment_info .base_head { align-items: flex-start; } } .home-recruitment_info .rec_title { font-size: 16px; font-weight: 400; color: #333; margin-top: 20px; } @media (min-width: 1025px) { .home-recruitment_info .rec_title { margin-top: 40px; font-size: 22px; } } .home-recruitment_info .p { font-size: 14px; font-weight: 400; color: #666; line-height: 1.3; margin-top: 13px; } @media (min-width: 1025px) { .home-recruitment_info .p { line-height: 32px; font-size: 16px; margin-top: 25px; } } .home-recruitment_cards { margin: 30px 0; display: flex; overflow: hidden; border-radius: 20px; } .home-recruitment_cards img{ transition: all 1s; width: 100%; height: 100%; object-fit: contain; cursor: pointer; } .home-recruitment_cards img:hover{ transform: scale(1.1); } @media (min-width: 1025px) { .home-recruitment_cards { width: 61%; } } .home-recruitment_cards .home-recruitment_card { width: calc(50% - 7px); margin-right: 14px; background-color: #fff; color: #333; padding: 0 14px 10px; display: flex; flex-direction: column; } @media (min-width: 1025px) { .home-recruitment_cards .home-recruitment_card { padding-bottom: 20px; width: calc(50% - 15px); margin-right: 30px; } } .home-recruitment_cards .home-recruitment_card { box-shadow: 0 0 8px #cacaca66; border-radius: 10px; } .home-recruitment_cards .home-recruitment_card:hover, .home-recruitment_cards .home-recruitment_card.active { background-image: linear-gradient(-30deg, #4cd1c2, #10998a); } .home-recruitment_cards .home-recruitment_card:hover .re-name, .home-recruitment_cards .home-recruitment_card.active .re-name, .home-recruitment_cards .home-recruitment_card:hover .re-zige, .home-recruitment_cards .home-recruitment_card.active .re-zige, .home-recruitment_cards .home-recruitment_card:hover .salary, .home-recruitment_cards .home-recruitment_card.active .salary { color: #fff; } .home-recruitment_cards .home-recruitment_card:hover .desc > .p, .home-recruitment_cards .home-recruitment_card.active .desc > .p { color: #fff; } .home-recruitment_cards .home-recruitment_card:hover .icon_btn, .home-recruitment_cards .home-recruitment_card.active .icon_btn { border: 2px solid #fff; color: #fff; } .home-recruitment_cards .re-name { padding: 15px 10px; font-size: 18px; color: #333; border-bottom: 1px solid rgba(222, 222, 222, 1); } @media (min-width: 1025px) { .home-recruitment_cards .re-name { font-size: 28px; padding: 30px 24px; } } .home-recruitment_cards .rec-info { padding: 10px 15px; flex: 1; display: flex; flex-direction: column; } .home-recruitment_cards .rec-info .salary { font-size: 14px; } @media (min-width: 1025px) { .home-recruitment_cards .rec-info .salary { font-size: 18px; } } .home-recruitment_cards .rec-info .salary { color: #333; } @media (min-width: 1025px) { .home-recruitment_cards .rec-info { padding: 20px 24px; } } .home-recruitment_cards .rec-info .desc { padding-top: 15px; overflow: auto; height: 150px; } @media (min-width: 1025px) { .home-recruitment_cards .rec-info .desc { padding-top: 30px; height: 233px; } } .home-recruitment_cards .rec-info .desc::-webkit-scrollbar { width: 3px; height: 3px; } @media (min-width: 1025px) { .home-recruitment_cards .rec-info .desc::-webkit-scrollbar { width: 5px; height: 5px; } } .home-recruitment_cards .rec-info .desc::-webkit-scrollbar-track { background-color: #ebebeb; border-radius: 3px; } .home-recruitment_cards .rec-info .desc::-webkit-scrollbar-thumb { background-color: #11a897; border-radius: 3px; } .home-recruitment_cards .rec-info .re-zige { font-size: 14px; margin-bottom: 11px; } @media (min-width: 1025px) { .home-recruitment_cards .rec-info .re-zige { margin-bottom: 22px; font-size: 18px; } } .home-recruitment_cards .rec-info .re-zige { display: block; color: #333; } .home-recruitment_cards .rec-info .desc > .p { color: #888; font-size: 13px; line-height: 1.5; margin-bottom: 15px; } .home-recruitment_cards .rec-info .desc > p:last-child { margin-bottom: 0; } @media (min-width: 1025px) { .home-recruitment_cards .rec-info .desc > .p { margin-bottom: 30px; font-size: 16px; } } .home-recruitment_cards .rec-info .icon_btn { width: 40px; height: 30px; border: 2px solid #000000; border-radius: 19px; display: flex; align-items: center; justify-content: center; font-size: 14px; margin-top: 15px; color: #089c8e; } @media (min-width: 1025px) { .home-recruitment_cards .rec-info .icon_btn { margin-top: 30px; font-size: 16px; width: 60px; height: 40px; } } .rec-info_more { display: none; } @media (min-width: 1025px) { .rec-info_more { display: flex; margin-top: 95px; } } .rec-info-more_foot { display: flex; justify-content: center; } @media (min-width: 1025px) { .rec-info-more_foot { display: none; } } .receptacle-swiper { width: 100%; overflow: hidden; position: relative; height: 100vh; } .receptacle-slide { padding-top: var(--header-height); } .receptacle-slide_research, .receptacle-slide_synopsis, .receptacle-slide_product, .receptacle-slide_recruitment, .receptacle-slide_operation, .receptacle-slide_info { padding-top: var(--header-height); min-height: 100vh; display: flex; flex-direction: column; justify-content: center; } @media (min-width: 1025px) { .receptacle-slide_research, .receptacle-slide_synopsis, .receptacle-slide_product, .receptacle-slide_recruitment, .receptacle-slide_operation, .receptacle-slide_info { height: 100vh !important; } } .receptacle-swiper-slide { height: 100vh; }