@charset "utf-8"; @keyframes btnMore { 0% { transform: translateX(0); } 100% { transform: translateX(6px); } } .inner { max-width: 1400px; margin: 0 auto; width: 74%; } .top { position: fixed; left: 0; top: 0; width: 100%; z-index: 999; background-color: #1EA7DB; color: #ffffff; } .top a { color: #ffffff; } .top-grop-rbox { display: flex; align-items: center; } .top-grop-serach { display: none; font-size: 1.8rem; line-height: 1.2; margin-right: 1.2rem; } .cq-serach { cursor: pointer; position: relative; } .cq-serach-ico { padding-top: 16px; height: 38px; display: block; line-height: 1; cursor: pointer; } .cq-serach-layer { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.8); z-index: 1000; opacity: 0; pointer-events: none; visibility: visible; transition: 0.3s; -webkit-transition: 0.3s; } .cq-serach-show { opacity: 1; pointer-events: all; visibility: visible; } .cq-serach-show .cq-serach-desc { opacity: 1; margin-top: 0; } .cq-serach-desc { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; width: 600px; background-color: #ffffff; box-shadow: 0 2rem 10rem rgba(0, 0, 0, 0.1); margin-top: 100px; opacity: 0; transition: 0.5s; -webkit-transition: 0.5s; } .cq-serach-desc .txt-box { flex: 1; margin-left: 2.5rem; } .cq-serach-desc .txt { border: 0 none; background-color: transparent; width: 100%; } .cq-serach-desc .serach-btn { color: #ffffff; flex-shrink: 0; margin-left: 1rem; width: 14rem; padding: 1rem 0; background-color: #1EA7DB; text-align: center; } .cq-serach-desc .serach-btn:hover { background-color: #222222; color: #ffffff; } .cq-serach-close { position: fixed; right: 3%; top: 3%; color: #ffffff; line-height: 1; } .cq-serach-close i { line-height: 1; display: block; transition: 0.5s; -webkit-transition: 0.5s; } .cq-serach-close:hover i { transform: rotate(180deg); } .top-grop { height: 94px; display: flex; justify-content: space-between; align-items: center; } .logo { font-family: "aph-m"; } .logo a { display: flex; color: #ffffff; align-items: center; } .logo a img { height: 53px; } .logo .txt { border-left: 1px solid #ffffff; margin-left: 2.2rem; padding-left: 2.2rem; line-height: 1.2; font-weight: normal; } .f16 { font-size: 16px; } .nav { display: flex; justify-content: space-between; } .nav > li { position: relative; } .nav > li:hover .subnav { opacity: 1; visibility: visible; pointer-events: all; transform: translate(-50%, 0); } .nav > li > a { position: relative; height: 38px; padding: 16px 0 0; display: block; line-height: 1; } .nav > li > a::before { content: ""; position: absolute; left: 50%; bottom: 10%; width: 6px; height: 6px; border-radius: 50%; background-color: #ffffff; transform: translateX(-50%) scale(0); opacity: 0; visibility: hidden; transition: 0.3s; -webkit-transition: 0.3s; } .nav > li > a.active::before, .nav > li > a.hov::before { transform: translateX(-50%); opacity: 1; visibility: visible; } .nav .subnav { position: absolute; left: 50%; top: 100%; transform: translate(-50%, -10px) scaleY(0.8); transform-origin: top center; background-color: #ffffff; width: 114px; padding: 1.6rem 0; text-align: center; opacity: 0; visibility: hidden; pointer-events: none; box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.1); transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1); -webkit-transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1); } .nav .subnav a { display: block; padding: 0.8rem; line-height: 1.4; position: relative; z-index: 1; color: #222222; font-size: 14px; } .nav .subnav a::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #1EA7DB; opacity: 0; visibility: hidden; transform: scaleY(0.7); pointer-events: none; z-index: 0; transition: opacity 0.25s 0.08333333s, visibility 0.25s, transform 0.33333333s cubic-bezier(0.33, 0, 0.24, 1); } .nav .subnav a:hover::before { opacity: 0.15; visibility: visible; transform: inherit; } .nav .subnav2 { width: 146px; } .nav .subnav3 { width: 200px; } .menu-handler { position: relative; width: 26px; height: 26px; border: none; text-align: center; background: 0 0; outline: 0; cursor: pointer; flex-shrink: 0; display: none; transition: 1s; -webkit-transition: 1s; } .menu-handler .open { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 24px; height: 18px; } .menu-handler .open i { width: 100%; height: 2px; } .menu-handler .open i:nth-child(1) { -webkit-transition-delay: 0.61s; -o-transition-delay: 0.61s; transition-delay: 0.61s; } .menu-handler .open i:nth-child(2) { -webkit-transition-delay: 0.49s; -o-transition-delay: 0.49s; transition-delay: 0.49s; } .menu-handler .open i:nth-child(3) { -webkit-transition-delay: 0.37s; -o-transition-delay: 0.37s; transition-delay: 0.37s; } .menu-handler i { display: block; background-color: #ffffff; transition: 0.3s; -webkit-transition: 0.3s; } .menu-handler span { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .menu-handler .close { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); width: 26px; height: 26px; } .menu-handler .close i:nth-child(1) { position: absolute; top: 0; left: 12px; -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; height: 0%; width: 2px; } .menu-handler .close i:nth-child(2) { position: absolute; left: 0; top: 12px; -webkit-transition-delay: 0.25s; -o-transition-delay: 0.25s; transition-delay: 0.25s; width: 0%; height: 2px; } .menu-handler.active .open i { width: 0; } .menu-handler.active .open i:nth-child(1) { -webkit-transition-delay: 0.12s; -o-transition-delay: 0.12s; transition-delay: 0.12s; } .menu-handler.active .open i:nth-child(2) { -webkit-transition-delay: 0.24s; -o-transition-delay: 0.24s; transition-delay: 0.24s; } .menu-handler.active .open i:nth-child(3) { -webkit-transition-delay: 0.36s; -o-transition-delay: 0.36s; transition-delay: 0.36s; } .menu-handler.active .close i:nth-child(1) { height: 100%; -webkit-transition-delay: 0.8s; -o-transition-delay: 0.8s; transition-delay: 0.8s; } .menu-handler.active .close i:nth-child(2) { width: 100%; -webkit-transition-delay: 0.7s; -o-transition-delay: 0.7s; transition-delay: 0.7s; } .menubarM a:link, .menubarM a:visited { color: #333333; } .menubarM a:active, .menubarM a:hover { color: #333333; } .menubarM { background-color: #ffffff; color: #333333; position: fixed; pointer-events: none; right: 0px; top: 0px; width: 100%; height: 100vh; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(40px); transform: translateY(40px); opacity: 0; z-index: 995; -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); } .menubarM-box { height: 100vh; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } .menubarM-list { padding: 7rem 2rem 5rem; letter-spacing: 0.05em; } .menubarM-list > li { border-bottom: 1px solid #cccccc; position: relative; } .menubarM-list > li::before { content: ""; position: absolute; left: 0; bottom: -1px; width: 8rem; background-color: #1EA7DB; height: 1px; } .menubarM-list > li > a { position: relative; display: flex; font-size: 1.8rem; padding: 1.4rem 0; line-height: 1.5; justify-content: space-between; align-items: center; } .menubarM-list > li > a .arrow { font-size: 1.4rem; line-height: 1; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; color: #1EA7DB; } .menubarM-list .cur > a .arrow { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .menubarM-list .subnav { padding-bottom: 2rem; display: none; } .menubarM-list .subnav a { position: relative; display: flex; line-height: 1.4; padding: 0.8rem 0; color: #333333; } .menubarM-list .subnav a::before { content: "-"; color: #1EA7DB; margin-right: 1rem; } .menu-open .menubarM { -moz-transform: translateY(0); transform: translateY(0); opacity: 1; pointer-events: all; } .pageH { height: 148px; } .ptb120 { padding: 12rem 0; } .pt120 { padding-top: 12rem; } .pb120 { padding-bottom: 12rem; } .ptb100 { padding: 10rem 0; } .pt100 { padding-top: 10rem; } .pb100 { padding-bottom: 10rem; } .ptb80 { padding: 8rem 0; } .pt80 { padding-top: 8rem; } .pb80 { padding-bottom: 8rem; } .pt60 { padding-top: 6rem; } .pb60 { padding-bottom: 6rem; } .pt50 { padding-top: 5rem; } .pb50 { padding-bottom: 5rem; } .mt60 { margin-top: 6rem; } .banner { position: relative; overflow: hidden; } .banner .imgBox img { transform: scale(1.08); -webkit-transform: scale(1.08); transition: transform 6s cubic-bezier(0.25, 0.74, 0.22, 0.99); -webkit-transition: transform 6s cubic-bezier(0.25, 0.74, 0.22, 0.99); } .banner .swiper-slide-active .imgBox img { transform: scale(1) translateY(0); -webkit-transform: scale(1) translateY(0); } .banner .swiper-pag { position: absolute; bottom: 5%; z-index: 600; text-align: center; line-height: 1; } .banner .swiper-pag .swiper-pagination-bullet { transition: 0.3s; -webkit-transition: 0.3s; background-color: #ffffff; opacity: 0.5; margin: 0 0.3rem; } .banner .swiper-pag .swiper-pagination-bullet-active { opacity: 1; } .ibox { padding: 10rem 0; overflow: hidden; } .one-ibox { display: flex; } .one-iboxL { flex-shrink: 0; width: 31.5%; background-color: #ffffff; box-shadow: 0 0.8rem 1.6rem rgba(190, 190, 190, 0.31); position: relative; overflow: hidden; } .one-iboxL .swiper-slide { display: flex; flex-direction: column; position: relative; } .one-iboxL .swiper-slide:hover .imgBox img { transform: scale(1.08); } .one-iboxL .swiper-slide:hover .btn-more { color: #1EA7DB; } .one-iboxL .imgBox { height: 47%; flex-shrink: 0; overflow: hidden; } .one-iboxL .imgBox img { transition: 0.8s; -webkit-transition: 0.8s; } .one-iboxL .desc { padding: 3.5rem 2.5rem; flex: 1; display: flex; flex-direction: column; justify-content: space-between; } .one-iboxL .time { color: #BEBEBE; font-family: Arial, Helvetica, sans-serif; line-height: 1.2; margin-bottom: 1.8rem; } .one-iboxL .title { line-height: 1.7; color: #000000; font-weight: 500; margin-bottom: 1.8rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .one-iboxL .c { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-bottom: 4.5rem; } .one-iboxL .bot { line-height: 1; } .one-iboxL .swiper-pag { position: absolute; right: 2.5rem; left: auto; width: auto; bottom: 3rem; z-index: 500; line-height: 1; } .one-iboxL .swiper-pagination-bullet { background-color: #ececec; opacity: 1; margin: 0 0 0 1.2rem; } .one-iboxL .swiper-pagination-bullet-active { background-color: #1EA7DB; } .one-iboxR { flex-shrink: 0; width: 68.5%; display: flex; flex-wrap: wrap; margin-top: -20px; } .one-iboxR-item { width: 48%; margin-left: 2%; margin-top: 20px; border-top: 2px solid #1EA7DB; background-color: #ffffff; padding-bottom: 20px; box-shadow: 0 0.8rem 1.6rem rgba(190, 190, 190, 0.31); } .one-iboxR-item .ititle { margin: 0 2.5rem 1.2rem; } .one-iboxR-item .one-iboxR-list { margin: 0 2.5rem; } .ititle { display: flex; justify-content: space-between; border-bottom: 2px solid #CFCFCF; align-items: center; padding-bottom: 1.8rem; padding-top: 2.8rem; line-height: 1.35; position: relative; } .ititle::before { content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; background-color: #35C5FB; width: 2.5rem; } .ititle .name { font-weight: bold; display: flex; align-items: center; } .ititle .name .icon { color: #1EA7DB; font-weight: normal; margin-right: 0.9rem; line-height: 1; } .btn-more { color: #666666; display: flex; align-items: center; } .btn-more .icon { margin-left: 0.9rem; font-size: 1.4rem; line-height: 1; } .btn-more:hover { color: #1EA7DB; } .btn-more:hover .icon { animation: arr 0.8s ease-out 0s infinite; } @keyframes arr { 0% { transform: translateX(-5px); } 50% { transform: translateX(0px); } 100% { transform: translateX(-5px); } } .one-iboxR-list a { position: relative; display: flex; justify-content: space-between; color: #000000; font-size: 15px; padding: 0.7rem 0 0.7rem 1.5rem; line-height: 1.4; } .one-iboxR-list a::before { content: ""; position: absolute; left: 0; top: 50%; width: 5px; height: 5px; border-radius: 50%; background-color: #BEBEBE; transform: translateY(-50%); transition: 0.3s; -webkit-transition: 0.3s; } .one-iboxR-list a:hover { color: #1EA7DB; } .one-iboxR-list a:hover .txt { transform: translateX(4px); } .one-iboxR-list a:hover .time { color: #1EA7DB; } .one-iboxR-list a:hover::before { background-color: #1EA7DB; } .one-iboxR-list .time { flex-shrink: 0; margin-left: 15px; font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #666666; } .one-iboxR-list .txt { flex: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: 0.3s; -webkit-transition: 0.3s; } .mt40 { margin-top: 4rem; } .two-ibox-demo { position: relative; overflow: hidden; } .two-ibox-demo .swiper-slide { position: relative; } .two-ibox-demo .imgBox { position: relative; padding-bottom: 68%; } .two-ibox-demo .imgBox img { position: absolute; left: 0; top: 0; height: 100%; object-fit: cover; } .two-ibox-demo .swiper-pag { text-align: center; line-height: 1; bottom: 0; margin-top: 3rem; } .two-ibox-demo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 0.5rem; } .two-ibox-demo .swiper-pagination-bullet { height: 0.4rem; width: 3.8rem; border-radius: 0; background-color: #BEBEBE; opacity: 1; } .two-ibox-demo .swiper-pagination-bullet-active { background-color: #1EA7DB; } .foot { position: relative; padding: 5.8rem 0; } .foot::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(30, 167, 219, 0.84); } .foot-ibox { display: flex; justify-content: space-between; position: relative; flex-direction: row-reverse; color: #ffffff; font-size: 1.5rem; } .foot-ibox a { color: #ffffff; } .foot-ibox a:hover { color: rgba(255, 255, 255, 0.8); } .foot-erm { display: flex; flex-shrink: 0; } .foot-erm .imgBox { width: 96px; margin: 0 auto; } .foot-erm li { margin-left: 4.4rem; } .foot-erm .txt { text-align: center; padding-top: 1.5rem; line-height: 1.5; } .foot-select { display: flex; margin-bottom: 3.2rem; } .foot-select > li { margin-right: 2.2rem; } .link-select-box { position: relative; } .link-select-box .mt { position: relative; padding: 1.5rem 20px; min-width: 212px; line-height: 1.5; cursor: pointer; background-color: #ffffff; color: #666666; display: block; } .link-select-box .aw { position: absolute; top: 50%; margin-top: -4px; right: 2rem; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 10px solid #666666; transition: 0.3s; -webkit-transition: 0.3s; } .link-select-box .mc { position: absolute; left: 0; bottom: 100%; box-shadow: 0 0.8rem 1.6rem rgba(190, 190, 190, 0.31); background-color: #ffffff; width: 100%; z-index: 600; display: none; } .link-select-box .mc a { color: #666666; } .link-select-box .mc ul { padding: 10px 20px; max-height: 352px; overflow-y: auto; } .link-select-box .mc ul li { border-bottom: 1px solid #f5f5f5; } .link-select-box .mc ul li:last-child { border-bottom: 0 none; } .link-select-box .mc ul a { display: block; line-height: 1.4; padding: 8px 0; font-size: 13px; } .link-select-box1 .aw { display: none; } .pbanner { position: relative; overflow: hidden; color: #ffffff; } .pbanner a { color: #ffffff; } .pbanner-desc { position: absolute; top: 45%; transform: translateY(-50%); left: 0; width: 100%; } .pbanner-desc .title { font-weight: normal; margin-bottom: 1.2rem; line-height: 1.5; } .page-cur .icon { margin-right: 1.6rem; } .page-cur .fg { padding: 0 0.8rem; } .page-nav-box { margin-top: -7rem; position: relative; background-color: rgba(0, 0, 0, 0.39); } .page-nav-btn a:link, .page-nav-btn a:visited { color: #ffffff; } .page-nav-btn a:active, .page-nav-btn a:hover { color: #ffffff; } .page-nav-btn ul { display: flex; } .page-nav-btn li { margin-right: 4.5rem; } .page-nav-btn li:last-child { margin-right: 0; } .page-nav-btn a { position: relative; height: 7rem; line-height: 1.4; display: flex; align-items: center; z-index: 1; overflow: hidden; font-size: 1.6rem; } .page-nav-btn a:before { content: ""; width: 0; height: 4px; background: #1EA7DB; position: absolute; right: 0; bottom: 0; transition: 0.4s; -webkit-transition: 0.4s; z-index: -1; } .page-nav-btn a:hover:before, .page-nav-btn a.active:before { width: 100%; right: auto; left: 0; } .ptitle { border-bottom: 1px solid #CFCFCF; position: relative; padding-bottom: 3rem; } .ptitle::before { content: ""; position: absolute; left: 0; bottom: -1px; width: 21.5%; height: 2px; background-color: #35C5FB; } .ptitle .title { font-weight: normal; line-height: 1.4; } .student-list > li { position: relative; display: flex; justify-content: space-between; border-bottom: 1px solid #CFCFCF; padding: 5rem 0; align-items: center; } .student-list > li:hover .title { color: #1EA7DB; } .student-list .imgBox { width: 28.5714%; margin-right: 3.5%; flex-shrink: 0; overflow: hidden; position: relative; padding-bottom: 21%; } .student-list .imgBox img { position: absolute; left: 0; top: 0; height: 100%; object-fit: cover; } .student-list .desc { flex: 1; } .student-list .title { line-height: 1.5; margin-bottom: 3rem; font-weight: normal; font-family: "aph-m"; } .student-list .c { margin-bottom: 3rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .student-list .time { color: #BEBEBE; font-family: Arial, Helvetica, sans-serif; } .cq-timebox { display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #ececec; border-radius: 5px; color: #1EA7DB; min-height: 12rem; transition: 0.3s; -webkit-transition: 0.3s; } .cq-timebox .icon { font-size: 2.8rem; line-height: 1.2; } .internship-list > li { display: flex; padding: 5rem 0; border-bottom: 1px solid #CFCFCF; position: relative; align-items: center; } .internship-list > li:before { content: ""; width: 0; height: 1px; background: #1EA7DB; position: absolute; right: 0; bottom: 0; transition: 0.6s; z-index: -1; } .internship-list > li:hover, .internship-list > li.active { color: #1EA7DB; } .internship-list > li:hover:before, .internship-list > li.active:before { width: 100%; right: auto; left: 0; } .internship-list > li::before { bottom: -1px; z-index: 1; } .internship-list > li:hover .cq-timebox { color: #ffffff; background-color: #1EA7DB; } .internship-list > li:hover .title { color: #1EA7DB; } .internship-list .cq-timebox { width: 12rem; flex-shrink: 0; margin-right: 3rem; } .internship-list .desc { flex: 1; color: #000000; } .internship-list .title { line-height: 1.6; margin-bottom: 1.5rem; font-family: "aph-m"; font-weight: 500; } .internship-list .c { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .paging { display: flex; align-items: center; justify-content: center; font-family: Arial, Helvetica, sans-serif; } .paging a, .paging span { position: relative; height: 3.4rem; line-height: 3.4rem; flex-shrink: 0; text-align: center; color: #BEBEBE; margin: 0 1.2rem; } .paging a:hover, .paging span:hover, .paging a.active, .paging span.active { color: #1EA7DB; } .paging .btn-item { background-color: #ececec; color: #666666; width: 3.4rem; } .paging .btn-item:first-child { margin-left: 0; } .paging .btn-item:last-child { margin-right: 0; } .paging .btn-item:hover { background-color: #1EA7DB; color: #ffffff; } .paging .active { color: #1EA7DB; position: relative; } .paging .active::before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #1EA7DB; } .professional-list { display: flex; flex-wrap: wrap; margin-left: -3%; } .professional-list li { position: relative; width: 30.33%; margin-bottom: 3%; margin-left: 3%; background-color: #ececec; transition: 0.3s; -webkit-transition: 0.3s; } .professional-list li:hover { background-color: #1EA7DB; color: #ffffff; } .professional-list .imgBox { padding-bottom: 70%; } .professional-list .imgBox img { height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; } .professional-list .txt { line-height: 1.5; padding: 1.5rem; text-align: center; } .bgf6 { background-color: #f6f6f6; } .bgff { background-color: #ffffff; } .pbanner2 { position: relative; } .pbanner2 .imgBox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .pbanner-desc2 { position: relative; padding: 4rem 0 16rem; color: #ffffff; } .pbanner-desc2 a { color: #ffffff; } .info-tbox { width: 92%; margin: 0 auto; padding-bottom: 5rem; border-bottom: 1px solid #DBDBDB; margin-bottom: 4.5rem; } .info-tbox .title { line-height: 1.4; color: #000000; font-family: "aph-m"; font-weight: normal; } .info-tbox .time { margin-top: 3rem; font-family: Arial, Helvetica, sans-serif; color: #BEBEBE; } .info-cbox { margin: 0 auto; width: 92%; } .pager { display: flex; justify-content: space-between; } .pager .item { flex-shrink: 0; max-width: 48%; } .pager a { color: #666666; } .pager a:hover { color: #1EA7DB; } .ranks-list li { border-bottom: 1px solid #CFCFCF; transition: 0.3s; -webkit-transition: 0.3s; } .ranks-list li:hover a { color: #1EA7DB; } .ranks-list li:hover .txt { transform: translateX(1rem); } .ranks-list a { position: relative; display: flex; justify-content: space-between; line-height: 1.4; align-items: center; padding: 1.5rem 0; color: #222222; } .ranks-list a::before { content: "•"; display: block; margin-right: 1rem; font-weight: bold; transition: 0.3s; -webkit-transition: 0.3s; } .ranks-list .txt { flex: 1; overflow: hidden; transition: 0.3s; -webkit-transition: 0.3s; } .ranks-list .rbox { flex-shrink: 0; margin-left: 2rem; } .ranks-list .rbox .icon { margin-left: 1rem; } .ranks-info { display: flex; margin: 0 5%; } .ranks-info .imgBox { width: 35%; flex-shrink: 0; margin-right: 5%; } .ranks-info .desc { flex: 1; } .ranks-info .title { font-weight: normal; margin-bottom: 2rem; line-height: 1.5; } a.black-btn { width: 14rem; height: 4.8rem; line-height: 4.8rem; display: block; margin: 0 auto; background-color: #1EA7DB; color: #ffffff; text-align: center; } a.black-btn:hover { background-color: #666666; color: #ffffff; } .join-list li { margin-top: 2rem; } .join-list a { display: flex; justify-content: space-between; padding: 1.5rem 2%; background-color: #f5f5f5; color: #222222; } .join-list a:hover { background-color: #1EA7DB; color: #ffffff; } .join-list .time { margin-left: 2rem; flex-shrink: 0; } .join-list .txt { flex: 1; line-height: 1.4; } /*模版4*/ .ifor-title { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #1EA7DB; padding-bottom: 1.8rem; margin-bottom: 3rem; } .ifor-title .title { color: #1EA7DB; font-weight: normal; } .ifor-nav { display: flex; } .ifor-nav a { color: #1EA7DB; margin-right: 4rem; color: #666666; } .ifor-nav a.active { color: #1EA7DB; } .ifor-warp1 { display: flex; justify-content: space-between; } .ifor-wl1 { width: 52.5%; overflow: hidden; } .ifor-wr1 { width: 42%; } .ifor-swiper { position: relative; overflow: hidden; } .ifor-swiper.active { animation: lightSpeedIn 0.6s forwards; } .ifor-swiper .item { position: relative; display: flex; flex-direction: column; justify-content: space-between; height: auto; } .ifor-swiper .imgBox { padding-bottom: 65%; margin-bottom: 1.5rem; flex-shrink: 0; } .ifor-swiper .imgBox img { position: absolute; left: 0; top: 0; } .ifor-swiper .desc { flex: 1; display: flex; justify-content: space-between; flex-direction: column; } .ifor-swiper .title { font-weight: 500; line-height: 1.388; margin-bottom: 1.5rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } @keyframes lightSpeedIn { 0% { transform: translateX(15%) skewX(-3deg); opacity: 0; } 100% { transform: translateX(0) skewX(0deg); opacity: 1; } } .ifor-ul li { margin-bottom: 1.8rem; } .ifor-ul li:last-child { margin-bottom: 0; } .ifor-ul a { position: relative; display: flex; justify-content: space-between; color: #000000; line-height: 1.4; } .ifor-ul .txt { flex: 1; position: relative; display: flex; transition: 0.3s; -webkit-transition: 0.3s; } .ifor-ul .txt::before { content: "•"; display: block; margin-right: 1.2rem; font-weight: bold; color: #BEBEBE; transition: 0.3s; -webkit-transition: 0.3s; } .ifor-ul .t { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } .ifor-ul .rbox { color: #666666; margin-left: 5%; } /*模版5*/ .ifive-nav { display: flex; justify-content: center; border-bottom: 1px solid #BEBEBE; color: #666666; } .ifive-nav a { color: #666666; margin: 0 2%; display: block; line-height: 1.2; padding-bottom: 1.8rem; position: relative; } .ifive-nav a:before { content: ""; width: 0; height: 5px; background: #1EA7DB; position: absolute; right: 0; bottom: 0; transition: 0.4s; z-index: -1; } .ifive-nav a:hover, .ifive-nav a.active { color: #1EA7DB; } .ifive-nav a:hover:before, .ifive-nav a.active:before { width: 100%; right: auto; left: 0; } .ifive-nav .active { color: #1EA7DB; } .ifive-swiper { position: relative; overflow: hidden; } .ifive-swiper.active { animation: lightSpeedIn 0.6s forwards; } .ifive-swiper .swiper-slide { height: auto; } .ifive-swiper .item { position: relative; background-color: #ffffff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); margin: 3px; display: flex; flex-direction: column; justify-content: space-between; height: 96%; transition: 0.6s; -webkit-transition: 0.6s; } .ifive-swiper .title { font-weight: 500; line-height: 1.5; padding: 2.2rem 3.5rem; transition: 0.6s; -webkit-transition: 0.6s; } .ifive-swiper .time { padding: 0 3.5rem 3rem; color: #999999; transition: 0.6s; -webkit-transition: 0.6s; } .video-list { display: flex; margin-left: -4%; margin-top: -4%; flex-wrap: wrap; } .video-list li { width: 29.33%; margin-left: 4%; margin-top: 4%; cursor: pointer; } .video-list .imgBox { padding-bottom: 60%; } .video-list .imgBox img { position: absolute; left: 0; top: 0; } .video-list .vico { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 1.6rem; background-color: rgba(0, 0, 0, 0.65); border-radius: 50%; width: 5rem; height: 5rem; display: flex; align-items: center; justify-content: center; color: #ffffff; transition: 0.3s; -webkit-transition: 0.3s; } .video-list .txt { padding: 1rem 3%; background-color: #ececec; text-align: center; transition: 0.6s; -webkit-transition: 0.6s; } .video-list .t { font-weight: 500; } .page-nav2 { border-bottom: 1px solid #CFCFCF; padding-bottom: 3rem; } .page-nav2-list { display: flex; flex-wrap: wrap; } .page-nav2-list li { margin-bottom: 2rem; margin-right: 1.5rem; } .page-nav2-list li.active a { background-color: #1EA7DB; color: #ffffff; border-color: #1EA7DB; } .page-nav2-list a { border: 1px solid #CFCFCF; border-radius: 2rem; padding: 0.5rem 1.8rem; line-height: 1.4; display: block; color: #333333; }