@charset "utf-8"; :root { --mColor: #f3bc04; } .zd-swiper { position: relative; } .zd-swiper>img { width: 100%; } .zd-swiper .swiper-pagination { position: absolute; bottom: 90px !important; left: auto !important; right: 260px !important; border-top: #fff 1px solid; width: 328px !important; z-index: 20000; display: flex; justify-content: flex-start; } .zd-swiper .swiper-pagination span { text-align: center; width: 40px; height: 36px; line-height: 36px; cursor: pointer; color: #fff; font-size: 12px; -webkit-transition: all .3s; transition: all .3s; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; margin: 0 10px; background: none; font-size: 14px; color: rgba(255, 255, 255, .55); } .zd-swiper .swiper-pagination span:first-child { margin-left: 0; } .zd-swiper .swiper-pagination span:last-child { margin-right: 0; } .zd-swiper .swiper-pagination span.swiper-pagination-bullet-active { font-size: 16px; -webkit-transition: all .3s; transition: all .3s; color: rgba(255, 255, 255, 1); font-size: 16px; } .zd-swiper .swiper-pagination span.swiper-pagination-bullet-active::before { content: ""; position: absolute; top: -5px; left: 0; width: 40px; height: 5px; background-color: #ffffff; border-top-left-radius: 5px; } .zd-swiper .swiper-slide { position: relative; height: auto; height: 970px; } @keyframes shakes { 0% { transform: translateY(10px); } 50% { transform: translateY(15px); } 100% { transform: translateY(10px); } } @-moz-keyframes shakes /* Firefox */ { 0% { transform: translateY(10px); } 50% { transform: translateY(15px); } 100% { transform: translateY(10px); } } @-webkit-keyframes shakes /* Safari 和 Chrome */ { 0% { transform: translateY(10px); } 50% { transform: translateY(15px); } 100% { transform: translateY(10px); } } @-o-keyframes shakes /* Opera */ { 0% { transform: translateY(10px); } 50% { transform: translateY(15px); } 100% { transform: translateY(10px); } } .zd-swiper .index-arr { width: 29px; height: 70px; position: absolute; background: url(./images/banner-arr.png); bottom: 60px; z-index: 99; left: 50%; transform: translateX(-50%); cursor: pointer; -webkit-animation: shakes 1s infinite; animation: shakes 1s infinite; -moz-animation: shakes 1s infinite; -o-animation: shakes 1s infinite; } .banner-box { position: absolute; z-index: 9; } .spc-banner { left: 18%; top: 30%; } .spc-banner img { max-width: 100%; margin-bottom: 20px; } .spc-banner h3 { color: #ffffff; font-size: 40px; margin-bottom: 2%; } .spc-banner h3 b { color: var(--mColor); transform: skew(-5deg); display: inline-block; margin: 0 10px; } .spc-banner a { font-size: 20px; color: #fefefe; background-color: rgba(255, 255, 255, .45); padding: 14px 37px; margin-top: 8%; display: inline-block; position: relative; overflow: hidden; -webkit-transition: all .6s; transition: all .6s; } .spc-banner a span { font-size: 20px; color: #fefefe; position: relative; z-index: 1; } .bgsqr1 { content: ''; width: 0; height: 0; -webkit-transform: rotate(360deg); transform: rotate(360deg); border-style: solid; border-width: 0; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: var(--mColor); position: absolute; bottom: 0; left: 0; -webkit-transition: all 0.6s; transition: all 0.6s; } .bgsqr2 { content: ''; width: 0; height: 0; -webkit-transform: rotate(360deg); transform: rotate(360deg); border-style: solid; border-width: 0; border-top-color: transparent; border-left-color: transparent; border-bottom-color: transparent; border-right-color: var(--mColor); position: absolute; top: 0; right: 0; -webkit-transition: all 0.6s; transition: all 0.6s; } .spc-banner a:hover .bgsqr1 { border-width: 200px 0 0 200px; } .spc-banner a:hover .bgsqr2 { border-width: 0 200px 200px 0; } .com-banner { left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; color: #ffffff; width: 100%; } .com-banner h3 { font-size: 68px; } .com-banner b { color: var(--mColor); font-weight: normal; } .com-banner p { font-size: 24px; text-transform: uppercase; } .fadeinL2 { -webkit-animation-name: fadeinL; -moz-animation-name: fadeinL; -ms-animation-name: fadeinL; animation-name: fadeinL; } @keyframes fadeinL { 0% { opacity: 0; -webkit-transform: translateX(-100px); } 100% { opacity: 1; -webkit-transform: translateX(0); } } .s-banner h3 { font-size: 72px; } .s-banner p { margin-top: 30px; font-size: 36px; } .m-banner span { display: block; font-size: 30px; } .m-banner h3 { font-size: 62px; margin: 30px 0; } .m-banner p { font-size: 36px; } .x-banner span { display: block; font-size: 60px; } .x-banner h3 { font-size: 72px; margin: 30px 0 25px; } .x-banner p { font-size: 36px; border: 1px solid #ffffff; display: inline-block; padding: 0 30px; line-height: 70px; } .banner-box h3, .banner-box p, .banner-box span { opacity: 0; -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); } .wow-slide .banner-box h3, .wow-slide .banner-box p, .wow-slide .banner-box span { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0); } .wow-slide .banner-box span { animation-delay: 0.4s; transition: all .5s; } .wow-slide .banner-box h3 { animation-delay: 0.4s; transition: all 1s; } .wow-slide .banner-box p { animation-delay: 0.6s; transition: all 1.2s; } @media (max-width:1400px) { .zd-swiper .swiper-slide { height: 800px; } .zd-swiper .index-arr { width: 20px; height: 46px; background-size: 20px 46px; } .zd-swiper .swiper-pagination { right: 10% !important; bottom: 40px !important; } .spc-banner a { font-size: 18px; padding: 10px 28px; margin-top: 7%; } .com-banner h3 { font-size: 48px; } .com-banner p { font-size: 22px; } } @media (max-width:1200px) { .spc-banner { left: 10%; top: 30%; } .spc-banner img { width: 450px; } .spc-banner h3 { font-size: 32px; margin-bottom: 1%; } .com-banner { width: 90%; } .com-banner h3 { font-size: 40px; margin-bottom: 1%; } .com-banner p { font-size: 22px; } } @media (max-width:860px) { .spc-banner h3 { font-size: 28px; } .com-banner h3 { font-size: 26px; } .com-banner { width: 95%; } .com-banner p { font-size: 16px; } .m-banner span, .x-banner span { font-size: 28px; } .m-banner h3 { margin: 15px 0; margin-bottom: 20px; } .x-banner h3 { margin: 15px 0; margin-bottom: 15px; } .x-banner p { line-height: normal; padding: 10px 15px; } } @media (max-width: 768px) { .zd-swiper .index-arr { width: 13px; height: 28px; background-size: 13px 28px; bottom: 25px; } .zd-swiper .swiper-slide { height: 600px; } .spc-banner img { width: 280px; } .spc-banner h2 { font-size: 22px; } .spc-banner a { font-size: 16px; padding: 8px 18px; margin-top: 6%; } .m-banner span, .x-banner span { font-size: 22px; } .m-banner h3 { margin: 10px 0; margin-bottom: 15px; } .x-banner h3 { margin: 10px 0; margin-bottom: 10px; } .x-banner p { padding: 10px 15px; } } @media (max-width: 500px) { .spc-banner { left: 5%; } .spc-banner h2 { font-size: 20px; margin-bottom: 2%; } } .index-common { text-align: center; margin-bottom: 45px; } .index-common h3 { position: relative; font-size: 32px; color: #333333; padding-bottom: 16px; margin-bottom: 16px; } .index-common h3::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 134px; height: 1px; background-color: var(--mColor); } .index-common p { font-size: 16px; color: #666666; } @media (max-width:768px) { .index-common { margin-bottom: 30px; } .index-common h3 { font-size: 24px; padding-bottom: 10px; margin-bottom: 14px; } .index-common p { font-size: 14px; } } @media (max-width:500px) { .index-common { margin-bottom: 20px; } } .zd-buss { padding: 65px 0 25px; background: url(./images/buss-bg.jpg) no-repeat; } .zd-buss .slideTxtBox .hd ul { display: flex; justify-content: space-evenly; border-bottom: 1px solid #e5e5e5; } .zd-buss .slideTxtBox .hd ul li { position: relative; padding: 15px 20px 26px; text-align: center; font-size: 16px; color: #333333; cursor: pointer; } .zd-buss .slideTxtBox .hd ul li::before { content: ''; position: absolute; width: 7px; height: 7px; border: 3px solid rgb(255 225 125 / 60%); background-color: #ffc400; border-radius: 50%; display: block; padding: 4px; left: 0; top: 20px; transform: scale(0); opacity: 0; visibility: hidden; transition: all .5s; } .zd-buss .slideTxtBox .hd ul li.on::after, .zd-buss .slideTxtBox .hd ul li::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%) scaleX(0); width: 130px; height: 1px; background-color: var(--mColor); transition: all .5s; } .zd-buss .slideTxtBox .hd ul li.on::after, .zd-buss .slideTxtBox .hd ul li:hover::after { transform: translateX(-50%) scaleX(1); } .zd-buss .slideTxtBox .hd ul li.on::before, .zd-buss .slideTxtBox .hd ul li:hover::before { transform: scale(1); opacity: 1; visibility: visible; } .zd-buss .slideTxtBox .hd ul li em { position: relative; } .zd-buss .slideTxtBox .hd ul li em::after { content: ''; position: absolute; top: -24px; right: -28px; width: 28px; height: 17px; background: url(./images/hot-ico.png); -webkit-animation: shakes 1s infinite; animation: shakes 1s infinite; -moz-animation: shakes 1s infinite; -o-animation: shakes 1s infinite; } @keyframes shakes { 0% { transform: translateY(10px); } 50% { transform: translateY(15px); } 100% { transform: translateY(10px); } } @-moz-keyframes shakes /* Firefox */ { 0% { transform: translateY(10px); } 50% { transform: translateY(15px); } 100% { transform: translateY(10px); } } @-webkit-keyframes shakes /* Safari 和 Chrome */ { 0% { transform: translateY(10px); } 50% { transform: translateY(15px); } 100% { transform: translateY(10px); } } @-o-keyframes shakes /* Opera */ { 0% { transform: translateY(10px); } 50% { transform: translateY(15px); } 100% { transform: translateY(10px); } } .zd-buss .bd { margin-top: 26px; } .zd-buss .bd ul { display: flex; flex-wrap: wrap; margin-top: 26px; margin: 26px 20px 0; } .zd-buss .bd ul li { width: 25%; text-align: center; padding: 45px 35px; } .zd-buss .bd ul li a { display: block; position: relative; } .zd-buss .bd ul li img { margin-bottom: 14px; height: 53px; } .zd-buss .bd ul li h3 { position: absolute; font-size: 16px; color: #606060; font-weight: bold; height: 48px; width: 100%; top: 67px; } .zd-buss .bd ul li h3::after { content: ''; width: 48px; height: 1px; position: absolute; left: 50%; transform: translateX(-50%); bottom: 10px; background-color: #e5e5e5; } .zd-buss .bd ul li p { font-size: 14px; color: #898989; line-height: 22px; margin-top: 50px; min-height: 44px; } .zd-buss .bd ul li .buss-hide { display: none; margin-top: 32px; font-size: 14px; color: #ffffff; background-color: var(--mColor); padding: 5px 17px; border-radius: 20px; } .zd-buss .bd ul li .buss-btn { position: relative; display: inline-block; margin-top: 32px; padding: 14px 44px; border: 1px solid var(--mColor); border-radius: 20px; } .zd-buss .bd ul li .buss-btn i { font-size: 24px; color: var(--mColor); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .zd-buss .bd ul li:hover { border-bottom: 2px solid var(--mColor); background-color: #ffffff; border-radius: 5px; -webkit-transform: translateY(-6px); -ms-transform: translateY(-6px); transform: translateY(-6px); box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(171 192 214 / 20%); } .zd-buss .bd ul li:hover .buss-btn { display: none; } .zd-buss .bd ul li:hover .buss-hide { display: inline-block; } @media (max-width:1200px) { .zd-buss .slideTxtBox .hd ul { padding: 0 15px; } .zd-buss .slideTxtBox .hd ul li { padding: 0 18px 15px; } .zd-buss .slideTxtBox .hd ul li::before { content: ''; width: 4px; height: 4px; border: 2px solid rgb(255 225 125 / 60%); padding: 3px; left: 0; top: 20px; } } @media (max-width:960px) { .zd-buss .bd ul { margin: 26px 0; } .zd-buss .bd ul li { padding: 30px 20px; } .zd-buss .bd ul li h3 { padding-bottom: 15px; } } @media (max-width:768px) { .zd-buss.bd ul li { width: 33.333%; padding: 30px 15px; } .zd-buss.bd ul li h3 { margin-bottom: 10px; } .zd-buss.bd ul li img { width: 45px; } .zd-buss.bd ul li .buss-hide, .zd-buss .bd ul li .buss-btn { margin-top: 20px; } .zd-buss .slideTxtBox .hd ul li.on::after, .zd-buss .slideTxtBox .hd ul li::after { width: 100px; } } @media (max-width:500px) { .zd-buss { padding: 40px 0 0; } .zd-buss .bd ul { margin: 0; } .zd-buss .bd ul li { width: 50%; display: none; padding: 20px 15px; margin-bottom: 10px; } .zd-buss .bd ul li:nth-of-type(-n+4) { display: block; } .zd-buss .slideTxtBox .hd ul li { font-size: 14px; padding: 15px 10px 15px; } .zd-buss .bd ul li .buss-hide { margin-top: 20px; } .zd-buss .slideTxtBox .hd ul li.on::after, .zd-buss .slideTxtBox .hd ul li::after { width: 90px; } } .zd-fenbu { padding: 50px 0 20px; background: url(./images/fenbubg.jpg); background-position: 100% center; color: #ffffff; background-size: cover; } .zd-fenbu .index-common h3 { color: #ffffff; } /* .zd-fenbu { padding: 64px 0; width: 50%; color: #ffffff; } */ .zd-fenbu h3 { font-size: 30px; margin-bottom: 30px; } .zd-fenbu ul { margin: 0 auto; } .zd-fenbu ul li { display: flex; align-items: center; font-size: 18px; margin-bottom: 20px; justify-content: center; } .zd-fenbu ul li p { position: relative; display: inline-block; margin-left: 16px; padding: 5px 29px; border-radius: 5px; overflow: hidden; background-color: #ffffff; font-size: 20px; color: #333333; min-width: 100px; text-align: center; pointer-events: none; } .zd-fenbu ul li i { position: absolute; display: block; left: 0; top: 0; background-color: var(--mColor); width: 0%; height: 100%; z-index: 0; animation-fill-mode: forwards } .zd-fenbu ul li span { position: relative; z-index: 1; } .zd-fenbu ul li em { position: relative; font-style: normal; z-index: 1; } .zd-fenbu a { position: relative; overflow: hidden; display: inline-block; margin-top: 15px; padding: 9px 33px; border-radius: 5px; font-size: 16px; color: #ffffff; z-index: 1; } .zd-fenbu a::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: var(--mColor); z-index: -1; transition: all .5s; } .zd-fenbu a::before { content: ''; position: absolute; right: 0; top: 0; width: 0%; height: 100%; background-color: #ffffff; z-index: -1; transition: all .5s; } .zd-fenbu a:hover::after { width: 0; } .zd-fenbu a:hover::before { width: 100%; } .zd-fenbu a:hover { color: #333333; } @keyframes lsp { 0% { width: 0%; } 100% { width: 60%; } } @keyframes swp { 0% { width: 0%; } 100% { width: 10%; } } @keyframes sp { 0% { width: 0%; } 100% { width: 10%; } } .lsp { -webkit-animation-name: lsp; animation-name: lsp; animation-duration: 1.5s; } .sp { -webkit-animation-name: sp; animation-name: sp; animation-duration: 1.5s; } .swp { -webkit-animation-name: swp; animation-name: swp; animation-duration: 1.5s; } @media (max-width:1500px) { .zd-fenbu { background-position: 50% center; } /* .zd-fenbu { width: 60%; } */ } @media (max-width:1020px) { .zd-fenbu { background-position: 40% center; } /* .zd-fenbu { width: 55%; } */ .zd-fenbu h3 { font-size: 26px; margin-bottom: 25px; } .zd-fenbu ul li { font-size: 16px; } .zd-fenbu ul li p { font-size: 16px; padding: 4px 15px; min-width: 80px; } } @media (max-width:920px) { .zd-fenbu { background-position: 48% center; } /* .zd-fenbu { width: 65%; } */ } @media (max-width:768px) { /* .zd-fenbu { width: 100%; padding: 45px 0; } */ .zd-fenbu ul li { margin-bottom: 15px; } .zd-fenbu a { margin-top: 10px; padding: 8px 20px; font-size: 14px; } } @media (max-width:500px) { .zd-fenbu { background-position: 22% center; } .zd-fenbu ul li { font-size: 12px; } .zd-fenbu h3 { font-size: 22px; margin-bottom: 20px; } .zd-fenbu ul li p { font-size: 12px; padding: 5px 8px; min-width: 48px; margin-left: 9px; } .zd-fenbu a { margin-top: 10px; padding: 5px 12px; font-size: 14px; } } .zd-youshi { background: url(./images/youshi-bg.jpg); padding: 105px 0 70px; } .zd-youshi .adv-t { display: flex; align-items: center; margin-bottom: 40px; } .zd-youshi .adv-t h3 { font-size: 32px; color: #333333; font-weight: bold; } .zd-youshi .adv-t p { font-size: 24px; color: #999999; font-weight: bold; margin-left: 14px; transform: skewX(-10deg); text-transform: uppercase; } .adv-box { overflow: hidden; display: flex; justify-content: space-between; } .adv-box .adv-l { flex: 1; display: flex; flex-wrap: wrap; align-items: center; } .adv-box .adv-l li { width: 50%; } .adv-box .adv-l li img { margin-bottom: 12px; pointer-events: none; } .adv-box .adv-l li h3 { font-size: 20px; color: #333333; font-weight: bold; margin-bottom: 16px; } .adv-box .adv-l li p { font-size: 14px; color: #666666; } .adv-box .adv-r img { pointer-events: none; } @media (max-width:1070px) { .zd-youshi { padding: 50px 0 60px; } .zd-youshi .adv-t { margin-bottom: 25px; } .adv-r { width: 40%; } .adv-r img { width: 100%; } } @media (max-width:920px) { .adv-box .adv-l { justify-content: space-between; align-items: flex-start; } .adv-box .adv-l li { margin-bottom: 20px; width: 45%; } .zd-youshi .adv-t h3 { font-size: 26px; } .zd-youshi .adv-t p { font-size: 20px; } .adv-box .adv-l li br, .adv-r { display: none; } } @media (max-width:768px) { .zd-youshi { padding: 30px 0 50px; } .zd-youshi .adv-t h3 { font-size: 22px; } .zd-youshi .adv-t p { font-size: 16px; } .adv-box .adv-l li h3 { font-size: 16px; margin-bottom: 6px; } } .zd-show { padding: 60px 0; background-color: #fbfbfb; } .zd-show .vs-box { overflow: hidden; position: relative; display: flex; justify-content: space-between; padding-top: 16px; } .zd-show .vs-box .vs-com { width: 43.5%; color: #c6c6c6; } .zd-show .vs-box .vs-com h3 { font-size: 26px; font-weight: bold; } .zd-show .vs-box .vs-com ul li { padding: 30px 0 16px; border-bottom: 1px dashed #d2d2d2; } .zd-show .vs-box .vs-com ul li h4 { font-size: 20px; font-weight: bold; margin-bottom: 14px; } .zd-show .vs-box .vs-com ul li p { font-size: 16px; line-height: 28px; } .zd-show .vs-box .vs-l { text-align: right; color: var(--mColor); } .zd-show .vs-box .vs-l ul li { border-color: var(--mColor); } .zd-show .vs-box .vs-l ul li p { color: #333333; } .zd-show a { position: relative; display: block; margin: 45px auto 0; font-size: 16px; font-weight: bold; background-color: var(--mColor); color: #ffffff; width: 158px; line-height: 36px; text-align: center; transition: all 500ms ease; z-index: 9; overflow: hidden; } .zd-show a::after { content: ''; transition-duration: 800ms; transition-duration: 800ms; position: absolute; width: 200%; height: 200%; top: 110%; left: 50%; background: #ffffff; -webkit-transform: translateX(-50%); transform: translateX(-50%); border-radius: 50%; z-index: -1; } .zd-show a:hover { background-color: #ffffff; color: var(--mColor); box-shadow: 0 15px 25px 0 #d4c59438; } .zd-show a:hover::after { top: -40%; } .zd-show .vs-box .vs-tree { position: absolute; left: 50%; transform: translateX(-50%); top: 0; } .zd-show .vs-box .vs-tree img { margin-bottom: 50px; } .zd-show .vs-box .vs-tree ul li { border-radius: 50%; text-align: center; padding: 13px 0; width: 50px; margin: 0 auto 90px; position: relative; font-size: 18px; color: #ffffff; background-color: var(--mColor); } .zd-show .vs-box .vs-tree ul li::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 2px; height: 135px; background-color: var(--mColor); } .zd-show .vs-box .vs-tree ul li:last-of-type { margin-bottom: 0; } .zd-show .vs-box .vs-tree ul li:last-of-type::after { display: none; } @media (max-width:1150px) { .zd-show .vs-box .vs-com { width: 45%; } .zd-show .vs-box .vs-com h3 { font-size: 24px; } .zd-show .vs-box .vs-com ul li { padding: 15px 0 10px; } .zd-show .vs-box .vs-com ul li h4 { font-size: 18px; margin-bottom: 8px; } .zd-show .vs-box .vs-com ul li p { font-size: 14px; } .zd-show .vs-box .vs-tree ul li { padding: 12px 0; width: 44px; margin: 0 auto 70px; font-size: 15px; } .zd-show .vs-box .vs-tree img { margin-bottom: 36px; width: 50px; } } @media (max-width:980px) { .zd-show { padding: 40px 0; } .zd-show .vs-box .vs-com { width: 46%; } .zd-show .vs-box .vs-com ul li { min-height: 170px; } .zd-show .vs-box .vs-com ul li p { font-size: 13px; } } @media (max-width:768px) { .zd-show { display: none; } } .zd-team { padding: 60px 0 80px; } .team-swiper .swiper-slide { position: relative; transition: all .3s; } .team-swiper .swiper-slide img { width: 100%; height: 195px; } .team-swiper .swiper-slide .team-info { position: absolute; left: 0; bottom: 0; width: 100%; height: 45px; padding: 12px 11px; background-color: rgba(49, 49, 49, .7); transition: all .3s; } .team-swiper .swiper-slide .team-info h3 { font-size: 16px; color: #ffffff; margin-bottom: 10px; } .team-swiper .swiper-slide .team-info h3 span { font-size: 14px; opacity: 0.7; margin-left: 4px; } .team-swiper .swiper-slide .team-info p { font-size: 12px; color: #ffffff; line-height: 20px; } .team-swiper .swiper-slide:hover .team-info { height: 115px; } .team-swiper .swiper-button-next, .team-swiper .swiper-button-prev { position: absolute; background-image: none; top: 50%; width: auto; height: auto; margin-top: 0; z-index: 10; cursor: pointer; background-size: auto; opacity: 1; outline: none; } .team-swiper .swiper-button-next i, .team-swiper .swiper-button-prev i { display: inline-block; padding: 3px 4px; font-size: 25px; border: 1px solid #999999; border-radius: 50%; color: #999999; } .team-swiper .swiper-button-next:hover i, .team-swiper .swiper-button-prev:hover i { color: var(--mColor); border: 1px solid var(--mColor); } .team-swiper .swiper-button-next.swiper-button-disabled, .team-swiper .swiper-button-prev.swiper-button-disabled { opacity: 1; cursor: no-drop; } .team-swiper .swiper-button-next.swiper-button-disabled i, .team-swiper .swiper-button-prev.swiper-button-disabled i { color: #999999; border-color: #999999; cursor: no-drop; } .team-swiper .swiper-button-prev { left: -65px; } .team-swiper .swiper-button-next { right: -65px; transform: rotate(180deg); } .team-swiper .swiper-slide:hover .team-info { background-color: #f3bc04bf; ; } @media (max-width:1400px) { .team-swiper .swiper-container { margin: 0 50px; } .team-swiper .swiper-button-prev { left: 0; } .team-swiper .swiper-button-next { right: 0; } } @media (max-width:1200px) { .team-swiper .swiper-container { margin: 0 60px; } .team-swiper .swiper-button-prev { left: 30px; } .team-swiper .swiper-button-next { right: 30px; } .team-swiper .swiper-slide img { height: 255px; } } @media (max-width:960px) { .team-swiper .swiper-container { margin: 0 20px; } .zd-team { padding: 30px 0 50px; } .team-swiper .swiper-button-prev { left: 0; } .team-swiper .swiper-button-next { right: 0; } .team-swiper .swiper-button-next i, .team-swiper .swiper-button-prev i { font-size: 18px; } .team-swiper .swiper-slide .team-info h3 { font-size: 14px; } .team-swiper .swiper-slide .team-info h3 span { font-size: 12px; } } @media (max-width:768px) { .team-swiper .swiper-button-next, .team-swiper .swiper-button-prev { display: none; } .team-swiper .swiper-slide img { height: 170px; } .team-swiper .swiper-slide:hover .team-info { height: 95px; } } @media (max-width:400px) { .team-swiper .swiper-slide .team-info { padding: 12px 7px; } /* .team-swiper .swiper-slide:hover .team-info {height: 120px;} */ } .zd-news { padding: 30px 0 70px; background: url(./images/youshi-bg.jpg) } .zd-news .hd ul { display: flex; justify-content: center; margin-bottom: 45px; } .zd-news .hd ul li { margin: 0 5px; padding: 8px 24px; border: 1px solid #333333; border-radius: 20px; font-size: 16px; color: #333333; overflow: hidden; cursor: pointer; } .zd-news .hd ul li.on, .zd-news .hd ul li:hover { box-shadow: 0 -45px 0 var(--mColor) inset; color: #ffffff; border-color: var(--mColor); } .zd-news .bd ul { display: flex; justify-content: space-between; } @keyframes divrt { 0% { right: 0; } 60% { right: -5px; } 100% { right: 0; } } @-webkit-keyframes divrt { 0% { right: 0; } 60% { right: -5px; } 100% { right: 0; } } .zd-news .news-info { background-color: #fbfbfb; } .zd-news .news-info h3 { line-height: 25px; margin-bottom: 12px; } .zd-news .news-info h3 a { font-size: 16px; color: #333333; font-weight: bold; display: block; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .zd-news .news-info p { line-height: 22px; font-size: 14px; color: #666666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .zd-news .news-info .news-con { padding: 17px; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; } .zd-news .news-info .news-meta { margin-top: 20px; } .zd-news .news-info .news-meta a { position: relative; } .zd-news .news-info .news-meta span { font-size: 14px; color: #999999; } .zd-news .bd ul li.index-newsL { width: 32%; background-color: #fbfbfb; padding: 18px; margin-right: 18px; } .zd-news .bd ul li.index-newsL .news-img { display: block; margin-bottom: 20px; } .zd-news .bd ul li.index-newsL .news-img img { width: 100%; } .zd-news .bd ul li.index-newsL .news-con { padding: 0; } .zd-news .bd ul li.index-newsR { flex: 1; display: flex; flex-wrap: wrap; align-items: stretch; } .zd-news .bd ul li.index-newsR .news-info { width: 49%; padding: 22px 14px 32px; margin-right: 15px; margin-bottom: 16px; } .zd-news .bd ul li.index-newsR .news-info:nth-of-type(2n) { margin-right: 0; } .zd-news .bd ul li.index-newsR .news-info:nth-of-type(n+3) { margin-bottom: 0; } .zd-news .bd ul li.index-newsR .news-info h3 a { font-size: 17px; } .zd-news .bd ul li .news-info .news-con { padding: 0; padding-bottom: 20px; } .zd-news .bd ul li.index-newsL:hover .news-info { background-color: #ffffff; } .zd-news .bd ul li.index-newsR .news-info:hover, .zd-news .bd ul li.index-newsL:hover { -webkit-transform: translateY(-6px); -ms-transform: translateY(-6px); transform: translateY(-6px); background-color: #ffffff; box-shadow: 1px 2px 14px 4px rgb(220 205 205 / 60%); } .zd-news .bd ul li.index-newsR .news-info:hover h3 a { color: var(--mColor); } .zd-news .bd ul li.index-newsR .news-info:hover .news-meta a { -webkit-animation: divrt 0.6s ease 0s infinite; animation: divrt 0.6s ease 0s infinite; } .zd-news .slideTxtBox>a { position: relative; display: block; margin: 45px auto 0; font-size: 16px; font-weight: bold; background-color: var(--mColor); color: #ffffff; width: 158px; line-height: 36px; text-align: center; transition: all 500ms ease; z-index: 9; overflow: hidden; } .zd-news .slideTxtBox>a::after { content: ''; transition-duration: 800ms; transition-duration: 800ms; position: absolute; width: 200%; height: 200%; top: 110%; left: 50%; background: #ffffff; -webkit-transform: translateX(-50%); transform: translateX(-50%); border-radius: 50%; z-index: -1; } .zd-news .slideTxtBox>a:hover { background-color: #ffffff; color: var(--mColor); box-shadow: 0 15px 25px 0 #d4c59438; } .zd-news .slideTxtBox>a:hover::after { top: -40%; } @media (max-width:1200px) { .zd-news .bd ul li.index-newsL { margin-right: 0; } .zd-news .bd ul li.index-newsL .news-img img { height: 217px; object-fit: cover; } .zd-news .bd ul li.index-newsR { justify-content: space-evenly; } .zd-news .bd ul li.index-newsR .news-info { width: 45%; } } @media (max-width:960px) { .zd-news .hd ul { margin-bottom: 20px; } .zd-news .bd ul { flex-wrap: wrap; } .zd-news .bd ul li.index-newsL { width: 100%; margin-bottom: 20px; } .zd-news .bd ul li.index-newsL .news-img img { height: auto; } .zd-news .bd ul li.index-newsR { justify-content: inherit; } .zd-news .bd ul li.index-newsR .news-info { margin-right: 0; width: 49%; } } @media (max-width:768px) { .zd-news .bd ul li.index-newsR { flex: 0 1 100%; overflow: hidden; } .zd-news .bd ul li.index-newsR .news-info { width: 100%; } .zd-news .news-info .news-meta a img { width: 35px; } } @media (max-width:500px) { .zd-news { padding: 30px 0; } .zd-news .hd ul li { padding: 5px 12px; font-size: 13px; } } .zd-part { padding: 45px 0; background-color: #fbfbfb; } .zd-part ul { display: flex; flex-wrap: wrap; justify-content: space-between; } .zd-part ul li { background-color: #ffffff; width: 19%; margin-bottom: 20px; text-align: center; border: 1px solid #eeeeee; display: flex; align-items: center; justify-content: center; padding: 18px 0; cursor: pointer; } .zd-part ul li img { pointer-events: none; max-width: 100%; } .zd-part ul li:hover img { transform: translateY(-5px); } @media (max-width:1200px) { .zd-part ul li { padding: 8px 0; } } @media (max-width:960px) { .zd-part { display: none; } } .zd-core { padding: 65px 0 20px; } .zd-core ul { display: flex; flex-wrap: wrap; } .zd-core ul li { width: 33%; text-align: center; padding: 35px 0; border-bottom: 2px solid transparent; border-radius: 5px; } .zd-core ul li .core-ico { display: inline-block; background-color: #f3bc04; border-radius: 50%; width: 110px; height: 110px; line-height: 110px; position: relative; } .zd-core ul li .core-ico::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 130px; height: 130px; background-color: #f3bc04; opacity: .1; border-radius: 50%; } .zd-core ul li h3 { font-size: 16px; color: #333333; font-weight: bold; margin: 30px 0 10px; } .zd-core ul li p { font-size: 14px; color: #999999; line-height: 2; padding: 0 18px; } .zd-core ul li .buss-hide { display: none; margin-top: 32px; font-size: 14px; color: #ffffff; background-color: var(--mColor); padding: 5px 17px; border-radius: 20px; } .zd-core ul li .buss-btn { position: relative; display: inline-block; margin-top: 32px; padding: 14px 44px; border: 1px solid var(--mColor); border-radius: 20px; } .zd-core ul li .buss-btn i { font-size: 24px; color: var(--mColor); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .zd-core ul li:hover { border-bottom-color: var(--mColor); background-color: #ffffff; -webkit-transform: translateY(-6px); -ms-transform: translateY(-6px); transform: translateY(-6px); box-shadow: 0.209px 1.989px 14.94px 3.06px rgb(171 192 214 / 20%); } .zd-core ul li:hover .buss-btn { display: none; } .zd-core ul li:hover .buss-hide { display: inline-block; } @media (max-width: 1130px) { .zd-core ul li p { line-height: 1.6; min-height: 66px; } .zd-core ul li .core-ico { width: 90px; height: 90px; line-height: 90px; } .zd-core ul li .core-ico::before { width: 110px; height: 110px; } .zd-core ul li .core-ico img { width: 50px; } } @media (max-width: 960px) { .zd-core ul { flex-wrap: wrap; } .zd-core ul li { width: 33.333%; } } @media (max-width: 500px) { .zd-core { padding: 40px 0 0; } .zd-core ul li { width: 50%; padding: 15px 0; } .zd-core ul li .buss-hide, .zd-core ul li .buss-btn { margin-top: 15px; } .zd-core ul li .core-ico { width: 70px; height: 70px; line-height: 70px; } .zd-core ul li .core-ico::before { width: 80px; height: 80px; } .zd-core ul li .core-ico img { width: 35px; } .zd-core ul li h3 { margin: 20px 0 10px; } .zd-core ul li p { min-height: auto; } }