/* 未能缩小。正在返回未缩小的内容。 (1146,34): run-time error CSS1034: Expected closing parenthesis, found ',' (1146,34): run-time error CSS1042: Expected function, found ',' (1146,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')' */ /** * Swiper 3.3.1 * Most modern mobile touch slider and framework with hardware accelerated transitions * * http://www.idangero.us/swiper/ * * Copyright 2016, Vladimir Kharlampidi * The iDangero.us * http://www.idangero.us/ * * Licensed under MIT * * Released on: February 7, 2016 */ .swiper-container { margin: 0 auto; position: relative; overflow: hidden; width:100% } .swiper-container-no-flexbox .swiper-slide { float: left } .swiper-container-vertical>.swiper-wrapper { -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column } .swiper-wrapper { position: relative; width: 100%; height: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box } .swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate(0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } .swiper-container-multirow>.swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap } .swiper-container-free-mode>.swiper-wrapper { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto } .swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative; } .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto } .swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-transition-property: -webkit-transform, height; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform, height } .swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000 } .swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y } .swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x } .swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 1.1rem; height: 1.1rem; margin-top: -22px; z-index: 10; cursor: pointer; -moz-background-size: 27px 44px; -webkit-background-size: 27px 44px; background-size: 27px 44px; background-position: center; background-repeat: no-repeat } .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none } .swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("../images/prev.png"); background-size: 1.1rem 1.1rem; left: 0rem; right: auto } .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("../images/prev.png"); background-size: 0.6rem 1.1rem; } .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("../images/prev.png"); background-size: 0.6rem 1.1rem; } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("../images/next.png"); background-size: 1.1rem 1.1rem; right: 0rem; left: auto } .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("../images/next.png"); background-size: 0.6rem 1.1rem; } .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("../images/next.png"); background-size: 0.6rem 1.1rem; } .swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 9 } .swiper-pagination.swiper-pagination-hidden { opacity: 0 } .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 20px; left: 0; width: 100% } .swiper-pagination-bullet { width: 1.5rem; height: .4rem; display: inline-block; border-radius: .25rem; background: #fff; } button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -moz-appearance: none; -ms-appearance: none; -webkit-appearance: none; appearance: none } .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer } .swiper-pagination-white .swiper-pagination-bullet { background: #fff } .swiper-pagination-bullet-active { opacity: 1; background: #014A8B; } .swiper-pagination-white .swiper-pagination-bullet-active { background: #fff } .swiper-pagination-black .swiper-pagination-bullet-active { background: #000 } .swiper-container-vertical>.swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); -moz-transform: translate3d(0, -50%, 0); -o-transform: translate(0, -50%); -ms-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) } .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 5px 0; display: block } .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px } .swiper-pagination-progress { background: rgba(0, 0, 0, .25); position: absolute } .swiper-pagination-progress .swiper-pagination-progressbar { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -moz-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top } .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar { -webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; -o-transform-origin: right top; transform-origin: right top } .swiper-container-horizontal>.swiper-pagination-progress { width: 100%; height: 4px; left: 0; top: 0 } .swiper-container-vertical>.swiper-pagination-progress { width: 4px; height: 100%; left: 0; top: 0 } .swiper-pagination-progress.swiper-pagination-white { background: rgba(255, 255, 255, .5) } .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar { background: #fff } .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar { background: #000 } .swiper-container-3d { -webkit-perspective: 1200px; -moz-perspective: 1200px; -o-perspective: 1200px; perspective: 1200px } .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d } .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10 } .swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) } .swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) } .swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) } .swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) } .swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px } .swiper-container-cube, .swiper-container-flip { overflow: visible } .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; z-index: 1 } .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto } .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden } .swiper-container-cube .swiper-slide { visibility: hidden; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100% } .swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -moz-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0 } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; animation: at .2s; animation-fill-mode: forwards; } @keyframes at { 50%{ transform: scale(1.3); } 100% { transform: scale(1.0); z-index: 1; } } .swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0 } .swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out } .swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity } .swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none } .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto } .swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, .1) } .swiper-container-horizontal>.swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98% } .swiper-container-vertical>.swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98% } .swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, .5); border-radius: 10px; left: 0; top: 0 } .swiper-scrollbar-cursor-drag { cursor: move } .swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -moz-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite } .swiper-lazy-preloader:after { display: block; content: ""; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; -webkit-background-size: 100%; background-size: 100%; background-repeat: no-repeat } .swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20tranotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") } @-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg) } } @keyframes swiper-preloader-spin { 100% { transform: rotate(360deg) } } .swiper-slide-active { animation: as .2s; animation-fill-mode: forwards; } @keyframes as { 50%{ transform: scaleX(1.1); } 100% { transform: scaleX(1.8) scaleY(1.2); z-index: 1; } } body { font-family: "微软雅黑" !important; font: 16px Microsoft YaHei !important; line-height: 24px; } body, div, p, span, ul, li, dl, dd, h1, h2, h3, a, input, img { margin: 0; padding: 0; font-family: "微软雅黑" !important; } li, ol { list-style: none; } a { text-decoration: none; cursor: pointer; } .clearfix { zoom: 1; } .f-l { float: left; } @media screen and (max-width: 319px) { html { font-size: 10px; } } @media screen and (min-width: 320px) { html { font-size: 12px; } } @media screen and (min-width: 360px) { html { font-size: 14px; } } @media screen and (min-width: 375px) { html { font-size: 16px; } } @media screen and (min-width: 410px) { html { font-size: 18px; } } @media screen and (min-width: 430px) { html { font-size: 20px; } } @media screen and (min-width: 480px) { html { font-size: 24px; } } @media screen and (min-width: 540px) { html { font-size: 28px; } } @media screen and (min-width: 600px) { html { font-size: 32px; } } @media screen and (min-width:1024px) { html { font-size: 40px; } } @media screen and (min-width:1200px) { html { font-size: 16px; } } /* 字体样式 */ .color_model_2d9dff { color: #2D9DFF; } .color_model_000000 { color: #000000; } .color_model_999999 { color: #999999; } .color_model_707070 { color: #707070; } .color_model_ffffff { color: #FFFFFF; } .color_model_777777 { color: #777777; } .color_model_666666 { color: #666666; } .color_model_333333 { color: #333333; } .color_model_eeeeee { color: #eeeeee; } .font_24 { font-size: 1.5rem; } .font_18 { font-size: 1.1rem; } .font_16 { font-size: 1rem; } /* 背景样式 */ .background_model_FF9823 { background: #FF9823; } .background_model_014A8B { background: #014A8B; } .text_zt_container { width: 100%; } /* 边距 */ .pad_bm_10 { padding-bottom: .55rem } .pad_bm_20 { padding-bottom: 1.1rem } .pad_bm_30 { padding-bottom: 1.65rem; } .pad_bm_40 { padding-bottom: 2.2rem; } .pad_bm_50 { padding-bottom: 2.75rem; } .pad_bm_60 { padding-bottom: 3.3rem } .mar_top_40 { margin-top: 2.2rem; } /* 导航栏 */ .nav_menu { height: 5rem; width: 75rem; margin: 0 auto; display: flex; justify-content: center; align-items: center; } .nav_menu_logo { flex: 1; display: flex; justify-content: flex-start; } .nav_menu_phone { flex: 1; display: flex; justify-content: flex-end; align-items: center; } .phone_img { margin-right: 1rem; } .phone_svg path{ background-color: #000; } .phone_id { font-size: 1.2rem; } .phone_label{ font-size: 1rem; } /* banner */ .banner{ margin-top: 1rem; width: 100%; } .banner img{ width: 100%; } /* 关于我们 */ .text_container { padding: 4.4rem 0; width: 75rem; margin: 0 auto; } .text_container_ys { padding: 4.4rem 0; width: 75rem; margin: 0 auto; } .about_name { text-align: center; } .about_title { font-size: 2.25rem; font-weight: bold; line-height: 3rem; } .content_img{ width: 37.5rem; } .content_img img { object-fit: cover; width: 100%; height: 25rem; } .about_label { margin-top: 1rem; font-size: 1rem; line-height: 1.25rem; } .about_content { margin-top: 2.2rem; } .about_contents { margin-top: 35px; } .about_content>div { float: left; position: relative; } .content_text { margin-left: 2.7rem; width: 34rem; } .content_tit { font-size: 1.5rem; line-height: 3.5rem; } .content_zt { font-size: 1rem; line-height: 1.8rem; } .label_num { margin: 2.1rem auto 0; } .clear_float { clear: left; } .num_left { float: left; padding-right: 3.75rem; } .num_right { float: left; padding-left: 3.75rem; } .num_tit { font-size: 2.25rem; font-weight: 400; } .t_16 { font-size: 1rem; } .num_label { font-weight: 400; } /* 课程介绍 */ .subject_bcg { width: 24.375rem; float: left; margin-left: .62rem; ; background: #ffffff; text-align: center; border: 1px solid #E8E8E8; } .subject_bcg:hover { box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); cursor: pointer; } .subject_bcg:first-of-type { margin-left: 0; } .subject_list_title { font-size: 1.5rem; line-height: 2rem; margin-top: .6rem; } .subject_img { width: 24.375rem; position: relative; height: 14.375rem } .subject_img img { width: 100%; } img { object-fit: cover; } .subject_list_button_margin { margin-top: .6rem; } .subject_list_button { width: 7.75rem; height: 2rem; border-radius: .6rem; border: none; font-size: 1rem; line-height: 1.3rem; cursor: pointer; } .subject_alt { display: none; } .ys_list { width: 100%; margin-top: 2.2rem; display: flex; justify-content: center; flex-wrap: wrap; } .ys_list_i { width: 13.125rem; text-align: center; margin-left: 5.625rem; } .ys_list_i:first-of-type { margin-left: 0; } /* 师资力量 */ /* 放上阴影背景 */ .zgc { position: absolute; top: 14.0625rem; width: 100%; height: 13.9375rem; background: rgba(102, 102, 102, 0.81) } .zgc_text { margin: 2.2rem 2.5rem 0; text-align: left; font-size: 1rem; line-height: 1.5rem } .ys_title_list { font-size: 1.1rem; line-height: 1.5rem; } .ys_title_js { font-size: .9rem; margin-top: .8rem; font-weight: 400; line-height: 1.5rem; opacity: 1; } .teacher_introduction { text-align: left; } .teacher_introduction>div { width: 87%; margin: 0 auto; } .teacher_label { margin-top: .6rem; } .teacher_js>div { line-height: 1.6rem; } .teacher_js>div:last-child { margin-top: .3rem; line-height: 1.375rem; font-size: .9rem; } .teacher_img { width: 24.375rem; position: relative; } .teacher_img img { width: 100%; height: 12.5rem; } /* 学生风采 */ .student_style_list { width: 100%; } .student_style { height: 25rem; } .student_style img { margin-top: 2rem; width: 100%; height: 14.75rem; object-fit: cover; } .swiper_mod { display: none; } /* 学校环境 */ .environment_container { padding: 4.4rem 0; width: 80rem; margin: 0 auto; } .environment_bcg { width: 100%; object-fit: cover; background: url("../img/environment_banner.png"); position: relative; z-index: 1; height: 56rem; } .environment_bcg_zgc { position: absolute; top: 0; width: 100%; height: 56rem; object-fit: cover; background: rgb(102, 102, 102, .4); } .environment_img_list>div { float: left; margin-right: .8rem; margin-top: .6rem; } .environment_img_list>div:nth-of-type(3) { margin-right: 0; } .environment_img_list>div:nth-of-type(6) { margin-right: 0; } .environment_img_list>div:nth-of-type(5) { margin-top: -12rem; } .environment_img_list img { width: 100%; } .environment_img { width: 26.125rem } .environment_img_height1 { height: 25.5rem } .environment_img_height2 { height: 12.875rem; } .environment_pc { display: block; } .environment_mod { display: none; } /* 地理位置 */ #map_container { width: 100%; height: 34.5rem; } .Geography_infor { font-size: 1.5rem; } /* 设备浏览器尺寸小于1200px */ @media screen and (max-width:1200px) { .text_zt_container { width: 100%; text-align: center; } .nav_menu { width: 90%; } .nav_menu_logo img { width: 5rem; } .nav_menu_phone img { width: 2rem; } .phone_img{ margin-right: .5rem; } .phone_id { font-size: 1rem; } .phone_label{ font-size: .9rem; } .banner{ margin-top: .5rem; width: 90%; margin: 0 auto; } .banner img{ height: 9rem; } .text_container { padding: 2.5rem 0; width: 90%; margin: 0 auto; text-align: center; } .text_container_ys { padding: 5rem 0; width: 90%; margin: 0 auto; text-align: center; } .content_text { margin-left: 2.7rem; width: 90%; } .about_content>div { float: none; margin-left: auto; margin-right: auto; } .about_title { font-size: 1.8rem; line-height: 2rem; } .about_label { font-size: .8rem; line-height: 1rem; } .student_style { height: 18rem; } .color_model_999999 { color: #333333 } .num_left { float: left; padding-right: 2rem; margin-left: 22.5%; border-right: 1px solid #2D9DFF; } .num_right { float: left; padding-left: 2rem; border-left: 1px solid #2D9DFF; } .subject_bcg { width: 100%; float: left; margin: 0 auto; margin-top: 1.5rem; background: #ffffff; padding-bottom: 10px; text-align: center; border: 1px solid #E8E8E8; } .subject_img { overflow: hidden; position: relative; } .subject_img { width: 100%; } .zgc { display: none; } .subject_bcg:first-of-type { margin: 0 auto; } .color_model_000000 { color: #4b4b4b; } .subject_alt { display: block; line-height: 2rem; margin-top: 1.3rem; opacity: 1; } .subject_bcg>p { width: 80%; margin-left: auto; margin-right: auto; } .subject_list_button { margin: 1.3rem auto; width: 10rem; height: 2.4rem; border-radius: .5rem; border: none; font-size: 1rem; } .teacher_img { width: 100%; position: relative; } .ys_bg { width: 95%; margin: 0 auto; text-align: center; } .ys_list_i { margin-top: 2.4rem; margin-bottom: 1.3rem; margin-left: 2rem; width: 8.5rem; } .ys_title_list { font-size: 1.4rem; } .ys_list_i img { width: 50%; } .ys_list_i:nth-of-type(2n+1) { margin-left: 0; } .ys_title_js { margin-top: .5rem; line-height: 1.4rem; } .swiper_pc { display: none; } .swiper_mod { display: block; } .environment_pc { display: none; } .environment_mod { display: block; } .swiper-containe { width: 90%; } .student_style img { width: 100%; } .environment_bcg { width: 95%; height: 28.5625rem; margin: 0 auto; } .environment_bcg_zgc { height: 28.5625rem; } .environment_container { width: 90%; margin: 0 auto; padding: 2.5rem 0; } .environment_img_list { margin: 1rem auto; } .environment_img_list>div { float: left; margin-right: 1.5rem; } .environment_img_list>div:nth-of-type(2) { margin-right: 0; } .environment_img_list>div:nth-of-type(3) { margin-right: 0; } .environment_img_list>div:nth-of-type(5) { margin-right: 0; } .environment_img_list>div:nth-of-type(5) { margin-top: .4rem } .environment_img_list>div:nth-of-type(6) { margin-top: -3.4rem; } .environment_img_list>div:nth-of-type(4) { margin-top: -3.4rem; } .environment_img_list>div:nth-of-type(3) { margin-top: .3rem; } .environment_img { width: 9rem } .environment_img_height1 { height: 6.075rem; } .environment_img_height2 { height: 3.05rem; } #map_container { height: 12rem; } .Geography_infor { text-align: left; font-size: .8rem; } /* .footer { width: 90%; margin: 0 auto; } */ /* .centerBox{ width: 90%; } */ /* .windowBox{ padding-bottom: 3rem; } */ /* .centerBox.v2 .SignUpBox{ width: 90%; } */ /* .centerBox.v2 .SignUpBox .leftAnimate{ width: 100%; height: 10rem; border-radius:1rem } */ /* .centerBox.v2 .SignUpBox .leftAnimate .animate{ padding-left: 2rem; } */ /* .centerBox .title1{ font-size: 1.8rem; padding-top: 2.5rem; } */ /* .centerBox.v2 .SignUpBox .rightSubmit .inputBox{ width: 80%; } */ /* .centerBox .SignUpBox .rightSubmit { width: 80%; height: 282px; float: inherit; } */ .content_img{ width: 100%; } .content_img img{ height: 16rem; } } /* 2021年6月10日 */ @media (min-width:540px) { .matter .logo { max-height: 90px; margin-top: 15px; } .matter .o-hidden .dh { width: 52px; height: 52px; } .carousel-item img { height: 460px; } } @media (max-width:540px) { .matter .o-hidden { margin-top: 10px; } .matter .o-hidden .dh { width: 32px; height: 32px; } .carousel-item img { height: 180px; } } /*通用样式*/ body, html { margin: 0 auto; padding: 0; background-color: #ffffff; font-family: "微软雅黑" !important; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: none; cursor: pointer; } button, input, optgroup, textarea { color: inherit; font: inherit; margin: 0; -webkit-appearance: none; outline: none; line-height: normal; border: none; } a { text-decoration: none; } body, div, p, span, ul, li, dl, dd, h1, h2, h3, a, input, img { margin: 0; padding: 0; font-family: "微软雅黑" !important; } li, ol { list-style: none; } img { object-fit: cover; } @media screen and (max-width: 319px) { html { font-size: 10px; } } @media screen and (min-width: 320px) { html { font-size: 12px; } } @media screen and (min-width: 360px) { html { font-size: 14px; } } @media screen and (min-width: 375px) { html { font-size: 16px; } } @media screen and (min-width: 410px) { html { font-size: 18px; } } @media screen and (min-width: 430px) { html { font-size: 20px; } } @media screen and (min-width: 480px) { html { font-size: 24px; } } @media screen and (min-width: 540px) { html { font-size: 28px; } } @media screen and (min-width: 600px and max-width 750px) { html { font-size: 32px; } } @media screen and (min-width: 1200px ){ html { font-size: 16px; } } .color_7148ec { color: #7148EC; } .color_8967F0 { color: #8967F0; } .color_eeeeeee { color: #EEEEEE; } .color_ffffff { color: #FFFFFF; } .color_999999 { color: #999999; } .color_707070 { color: #707070; } .color_000000 { color: #000000; } .color_666666 { color: #666666; } /* 背景色 */ .bcg_FFC130 { background: #FFC130; } .bcg_ffffff { background: #ffffff; } .clear_right { clear: right; } .clear_left { clear: left; } .mt_2rem { margin-top: 2rem; } .mt_f2rem { margin-top: -2rem; } .text-indent-2font { text-indent: 1.62rem; } .icon { width: 80px; height: 80px; vertical-align: -0.15em; fill: currentColor; overflow: hidden; } /* .calc_color{ color: #1f81ff; } */ /* :nth-child(odd) :nth-child(even) */ .yd_box.firstboxs .movie_box:nth-child(odd) { background-color: white; } .yd_box.firstboxs .movie_box:nth-child(even) { background-color: #F1F5FF; } /* 关于我们 */ .about_us { width: 1200px; margin: 0 auto; padding: 50px 0 70px; } .about_us_tit { text-align: center; font-size: 50px; font-family: Microsoft YaHei UI; font-weight: bold; color: #222222; } .about_us_tit_lab { /* margin-top: 30px; */ margin-top: 12px; text-align: center; font-size: 24px; font-family: Microsoft YaHei UI; font-weight: 400; color: #666666; } .tit_color { } .about_us_contents { width: 100%; padding: .01rem; /* margin-top: 70px; */ margin-top: 50px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .about_us_contents2 { width: 100%; padding: .01rem; margin-top: 110px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .about_us_content1 { flex: 1; display: flex; flex-wrap: wrap; } .about_us_banner { flex: 1; display: flex; } .about_paragraph { color: rgba(102, 102, 102, 1); font-size: 16px; line-height: 30px; } .about_us_school { font-size: 22px; color: rgba(51, 51, 51, 1); font-weight: bold; } .about_advantages_label { width: 100%; display: flex; margin-top: 70px; } .about_advantages_label_list { flex: 1; text-align: center; } .about_advantages_label_list_tit { font-size: 42px; font-weight: bold; color: #1F81FF; } .about_advantages_label_list_hy { font-size: 16px; font-weight: 400; color: #999999; } .about_advantages_label_list_hy_eg { font-size: 16px; margin-top: 10px; font-weight: 400; color: #999999; } .about_advantages_label_list:nth-of-type(2) .about_us_border { border-left: 2px rgba(231, 236, 248, 1) solid; border-right: 2px rgba(231, 236, 248, 1) solid; } .about_us_banner_box { width: 500px; height: 500px; box-shadow: rgba(231, 236, 248, 1) -40px -40px; border-radius: 10px; } .about_us_banner_box img { width: 100%; height: 100%; box-shadow: 0px 0px 70px 0px rgba(153, 153, 153, 0.2); border-radius: 10px; object-fit: cover; } .text_left { text-align: left; } .about_advantages_label_list2:nth-of-type(1) .about_us_border { /* width: 94px; */ text-align: left; /* text-align: center; */ } .about_advantages_label_list2:nth-of-type(2) .about_us_border { border-left: 2px rgba(231, 236, 248, 1) solid; border-right: 2px rgba(231, 236, 248, 1) solid; } .about_advantages_label_list2:not(:first-of-type) { flex: 3; text-align: center; } .about_advantages_label_list2:first-of-type { flex: 2; } /* */ .subject { width: 1200px; margin: 0 auto; padding: 50px 0 70px; } .subject_tit { text-align: center; font-size: 50px; font-family: Microsoft YaHei UI; font-weight: bold; color: #222222; } .subject_tit_lab { /* margin-top: 30px; */ margin-top: 12px; text-align: center; font-size: 24px; font-family: Microsoft YaHei UI; font-weight: 400; color: #666666; } .subject_contents2 { width: 100%; padding: .01rem; /* margin-top: 70px; */ margin-top: 50px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .subject_contents { width: 100%; padding: .01rem; margin-top: 70px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .subject_contents_list { flex: 1; display: flex; flex-wrap: wrap; margin: 0 10px; align-items: center; justify-content: space-between; border-radius: 10px; overflow: hidden; cursor: pointer; } .us_box_shadow_ms { box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.2); } .us_box_shadow { box-shadow: 0px 0px 70px 0px rgba(153, 153, 153, 0.4); } .subject_contents_list:first-of-type { margin-left: 0; } .subject_contents_list:last-of-type { margin-right: 0; } .subject_content1 { flex: 2; display: flex; flex-wrap: wrap; margin-left: 50px; } .subject_banner { flex: 3; display: flex; margin-right: 50px; } .subject_banner img { width: 100%; height: 400px; border-radius: 10px; object-fit: cover; } .subject_type { width: 100%; padding: .01rem 0; font-size: 22px; font-weight: bold; color: #111111; padding-bottom: 14px; /* line-height: 12px; */ } /* ul { padding-inline-start: 26px; } */ /* .subject_type_ys { width: 100%; padding: .01rem 0; padding: 0 24px; font-weight: 300; color: rgba(51, 51, 51, 1); color: #666; line-height: 26px; font-size: 16px; } */ .subject_type_ys ul li span { font-size: 16px; font-family: Microsoft YaHei UI; font-weight: 300; color: rgba(51, 51, 51, 1); line-height: 26px; } .subject_type_button { margin-top: 30px; width: 100%; height: 40px; } .subject_type_button button { width: 130px; height: 40px; background: #1F81FF; border-radius: 6px; font-size: 16px; /* border: 1px #1F81FF solid; */ border: none; font-family: Microsoft YaHei UI; font-weight: 400; color: #FFFFFF; cursor: pointer; } .subject_banner_tp { width: 100%; display: flex; position: relative; } .subject_banner_tp img { width: 100%; height: 300px; object-fit: cover; } .subject_content_tp { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; padding: 27px 0; text-align: center; } .subject_content_tp .subject_type_ys ul li { list-style-type: none; margin: 0 auto; /* width: 234px; */ box-sizing: border-box; padding: 0 24px; } .subject_content_tp .subject_type_ys ul { font-size: initial; } .subject_content_tp .subject_type_button { margin-top: 10px; } .subject_content_tp .subject_type_button button { display: none; } .subject_banner_tit { width: 100%; position: absolute; bottom: 0; height: 50px; background: rgba(0, 0, 0, .3); text-align: center; font-size: 20px; line-height: 50px; font-weight: bold; color: #F5F7FA; } /* */ .teacher { width: 1200px; margin: 0 auto; padding: 50px 0 70px; } .teacher_content_banner { padding: .01rem 0; width: 100%; /* background: #F1F5FF; */ } .teacher_tit { text-align: center; font-size: 50px; font-family: Microsoft YaHei UI; font-weight: bold; color: #222222; } .teacher_tit_lab { margin-top: 12px; text-align: center; font-size: 24px; font-family: Microsoft YaHei UI; font-weight: 400; color: #666666; } .teacher_contents2 { width: 956px; margin: 50px auto 0; padding: .01rem 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .teacher_contents_list { width: 100%; display: flex; flex-wrap: wrap; padding-top: 50px; } .teacher_contents { width: 100%; padding: .01rem 0; margin-top: 50px; border-radius: 10px; background: #FFFFFF; display: flex; flex-wrap: wrap; align-items: flex-start; overflow: hidden; /* justify-content: space-between; transition: all 0.25s linear 0s; transform: translateY(-30px); */ } .teacher_contents_list .teacher_contents { margin-top: 30px; } .teacher_contents_list .teacher_contents:hover {} .teacher_contents_list { flex: 1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; border-radius: 10px; cursor: pointer; } .teacher_contents_list_nowrap { flex: 1; display: flex; align-items: center; justify-content: space-between; border-radius: 10px; cursor: pointer; } .us_box_shadow_ms { box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.2); } .us_box_shadow { box-shadow: 0px 0px 70px 0px rgba(153, 153, 153, 0.4); } .teacher_contents_list:first-of-type { margin-left: 0; } .teacher_contents_list:last-of-type { margin-right: 0; } .teacher_content1 { width: 576px; display: flex; flex-wrap: wrap; margin-left: 20px; } .teacher_banner { width: 320px; display: flex; margin-right: 20px; } .teacher_banner img { width: 100%; height: 320px; border-radius: 10px; object-fit: cover; } .teacher_type { width: 100%; padding: .01rem 0; font-size: 20px; font-family: Microsoft YaHei UI; font-weight: 400; color: #333333; } .teacher_type_ys { width: 100%; padding: .01rem 0; margin-top: 18px; font-size: 18px; font-family: Microsoft YaHei UI; font-weight: 400; color: #666666; line-height: 30px; } .teacher_type_button { margin-top: 30px; width: 100%; height: 40px; } .teacher_type_button button { width: 130px; height: 40px; background: #1F81FF; border-radius: 6px; font-size: 16px; border: 1px #1F81FF solid; font-family: Microsoft YaHei UI; font-weight: 400; color: #FFFFFF; cursor: pointer; } .teacher_banner_tp { width: 100%; display: flex; position: relative; } .teacher_banner_tp img { width: 100%; height: 300px; object-fit: cover; } .teacher_content_tp { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; padding: 27px 0; text-align: center; } .teacher_content_tp .teacher_type_button { margin-top: 0px; } .teacher_content_tp .teacher_type_button button { display: none; } .teacher_banner_tit { width: 100%; position: absolute; bottom: 0; height: 50px; background: rgba(0, 0, 0, .3); text-align: center; font-size: 20px; line-height: 50px; font-weight: bold; color: #F5F7FA; } .teacher_contents .teacher_banner { flex: 1; } .teacher_contents .teacher_banner img { border-radius: 0; } .teacher_contents .teacher_content1 { flex: 3; } .teacher_contents .teacher_content1 .teacher_type_ys { width: 630px; } .teacher_contents .teacher_content1 .teacher_type { margin-top: 40px; } .teacher_contents_list_nowrap .teacher_banner { width: 100%; flex: auto; margin-right: 0; } .teacher_contents_list_nowrap .teacher_content1 { margin-left: auto; margin-right: auto; text-align: center; flex: auto; display: flex; padding: 20px 0; justify-content: center; } .teacher_contents_list_nowrap .teacher_content1 .teacher_type { margin-top: 0; width: 80%; font-size: 16px; font-family: Microsoft YaHei UI; font-weight: 400; color: #333333; } .teacher_contents_list_nowrap .teacher_content1 .teacher_type_ys { width: 80%; font-size: 14px; } .teacher_contents_list_nowrap .teacher_contents { margin-left: 15px; margin-right: 15px; } .teacher_contents_list_nowrap .teacher_contents:first-of-type { margin-left: 0; } .teacher_contents_list_nowrap .teacher_contents:last-of-type { margin-right: 0; } .as_none .teacher_contents { margin-left: 10px; margin-right: 10px; } /* */ .us_ys { width: 1200px; margin: 50px auto 70px; } .us_ys_tit { text-align: center; font-size: 50px; font-family: Microsoft YaHei UI; font-weight: bold; color: #222222; } .us_ys_tit_lab { margin-top: 12px; text-align: center; font-size: 24px; font-family: Microsoft YaHei UI; font-weight: 400; color: #666666; } .ys_tit_color { color: #1F81FF; } .us_content { width: 100%; padding: .01rem; display: flex; justify-content: space-between; } .us_contents { width: 100%; padding: .01rem; margin-top: 1.1rem; display: flex; flex-wrap: wrap; justify-content: space-between; } .us_icon_list { flex: 1; margin: 70px 10px 0; display: flex; justify-content: center; flex-wrap: wrap; padding: 50px 0 38px; background: #fff; cursor: pointer; } .us_contents .us_content .us_icon_list { margin: 30px 10px 0; } .us_icon_list_uninq { margin: 0 auto 0; display: flex; justify-content: center; flex-wrap: wrap; padding: 50px 0 38px; background: #fff; cursor: pointer; } .us_box_shadow { box-shadow: 0px 0px 70px 0px rgba(153, 153, 153, 0.2); } .us_box_shadow_ms { box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.2); } .us_subject { width: 100%; margin: 47px auto 0; text-align: center; font-size: 22px; font-family: Microsoft YaHei UI; font-weight: bold; color: #222222; } .us_subject_label { margin-top: 18px; width: 80%; text-align: center; font-size: 16px; line-height: 30px; font-family: Microsoft YaHei UI; font-weight: 400; color: #999999; } /* */ .student_content { width: 1200px; margin: 0 auto; padding: 50px 0 70px; } .student_tit { width: 100%; text-align: center; font-size: 50px; font-family: Microsoft YaHei UI; font-weight: bold; } .student_tit_lab { width: 100%; text-align: center; margin-top: 12px; font-size: 24px; font-family: Microsoft YaHei UI; font-weight: 400; color: #666666; } .student_list { width: 100%; height: 100%; position: relative; border-radius: 10px; overflow: hidden; } .student .student_list { flex: 1; } .student_list img { width: 100%; height: 100%; object-fit: cover; } .student3 { margin: 50px 0 0px; height: 520px; display: flex; justify-content: space-between; } .student3_list { display: flex; flex-direction: column } .student3_list img { width: 100%; height: 100%; object-fit: cover; } .margin_row { margin: 0 10px; } .margin_row:first-of-type { margin-left: 0; } .margin_row:last-of-type { margin-right: 0; } .nc { flex: 2; } .as { flex: 1; display: flex; justify-content: space-between; } .as .student_list_s { flex: 1; } .as .student_list_s:last-of-type { margin-top: 20px; } .student_list_s { height: auto; position: relative; border-radius: 10px; overflow: hidden; height: 250px; } .student_list_s img { height: 100%; width: 100%; object-fit: cover; } .student4 { margin: 50px 0 0px; height: 520px; display: flex; justify-content: space-between; flex-wrap: wrap; } .student4_list { width: 100%; display: flex; } .row_2 { margin-top: 20px; } .row_1 { flex: 1; } .row_2 { flex: 1; } .student5 { margin: 70px 0 0px; height: 520px; display: flex; justify-content: space-between; } .cow_1 { flex: 11; } .cow_2 { flex: 14; display: flex; flex-wrap: wrap; } .student5_list_list { width: 100%; display: flex; } .student5_list_list:last-of-type { margin-top: 20px; } .student5_list_list .student_list_s { flex: 1; } .ys_tit_color { color: #1F81FF; } .student_list, .student_list_s { background-color: #000; transition: all 0.3s linear } .student_list img, .student_list_s img { opacity: 0.8; transition: all 0.3s linear } .student_list:hover, .student_list_s:hover { background-color: transparent; cursor: pointer; /* transform:scale(1.02); */ /* transition: scale(1.5) 0.3s linear */ } .student_list:hover img, .student_list_s:hover img { opacity: 1; transform: scale(1.02); /* transition: scale(1.5) 0.3s linear */ /* transform:scale(1); */ } /* */ .environment_content { width: 1200px; margin: 0 auto; padding: 70px 0; } .environment_tit { width: 100%; text-align: center; font-size: 50px; font-family: Microsoft YaHei UI; font-weight: bold; } .environment_tit_lab { width: 100%; text-align: center; margin-top: 26px; font-size: 24px; font-family: Microsoft YaHei UI; font-weight: 400; color: #666666; } .yyds { margin: 70px 0 0; height: 520px; display: flex; justify-content: space-between; flex-shrink: 0; } .yyds2 { margin: 70px 0 0; height: 520px; display: flex; justify-content: space-between; flex-shrink: 0; } .yyds_list { width: 100%; height: 100%; position: relative; border-radius: 10px; overflow: hidden; } .yyds .yyds_list { flex: 1; } .yyds2 .yyds_list { flex: 1; } .yyds2 .yyds_list img { width: 100%; height: 100%; object-fit: cover; } .yyds_list img { width: 100%; height: 100%; object-fit: cover; } .yyds3 { margin: 70px 0 0px; height: 520px; display: flex; justify-content: space-between; } .yyds3_list { display: flex; flex-direction: column } .yyds3_list img { width: 100%; height: 100%; object-fit: cover; } .margin_row { margin: 0 10px; } .margin_row:first-of-type { margin-left: 0; } .margin_row:last-of-type { margin-right: 0; } .yyds_list_tips { position: absolute; bottom: 0; width: 100%; padding: 15px 0; color: #F5F7FA; text-align: center; font-size: 20px; background: rgba(0, 0, 0, .4); } .nc { flex: 2; } .as { flex: 1; display: flex; justify-content: space-between; } .as .yyds_list_s { flex: 1; } .as .yyds_list_s:last-of-type { margin-top: 20px; } .yyds_list_s { height: auto; position: relative; border-radius: 10px; overflow: hidden; height: 250px; } .yyds_list_s img { width: 100%; height: 100%; object-fit: cover; } .yyds4 { margin: 70px 0 0px; height: 520px; display: flex; justify-content: space-between; flex-wrap: wrap; } .yyds4_list { width: 100%; display: flex; } .row_2 { margin-top: 20px; } .row_1:first-of-type { flex: 2; } .row_1:last-of-type { flex: 1; } .row_2:first-of-type { flex: 1; } .row_2:last-of-type { flex: 2; } .yyds5 { margin: 70px 0 0px; height: 520px; display: flex; justify-content: space-between; } .cow_1 { flex: 11; } .cow_2 { flex: 14; display: flex; flex-wrap: wrap; } .yyds5_list_list { width: 100%; display: flex; } .yyds5_list_list:last-of-type { margin-top: 20px; } .yyds5_list_list .yyds_list_s { flex: 1; } .ys_tit_color { color: #1F81FF; } .yyds_list, .yyds_list_s { background-color: #000; transition: all 0.3s linear } .yyds_list img, .yyds_list_s img { opacity: 0.8; transition: all 0.3s linear } .yyds_list:hover, .yyds_list_s:hover { background-color: transparent; cursor: pointer; /* transform:scale(1.02); */ /* transition: scale(1.5) 0.3s linear */ } .yyds_list:hover img, .yyds_list_s:hover img { opacity: 1; transform: scale(1.02); /* transition: scale(1.5) 0.3s linear */ /* transform:scale(1); */ } .pl_0 { padding-left: 0rem; } /* 2021-7-1 视频展示 关于我们2.0*/ .shiPin { text-align: center; margin-bottom: 50px; } .goodSchool_title { font-size: 40px; font-weight: 400; color: #333333; /* margin-top: 70px; */ text-align: center; } .goodSchool_subtitle { font-size: 24px; font-weight: 400; color: #666666; margin-top: 12px; text-align: center; } .goodSchool_clearfix:after { content: ""; display: block; height: 0; clear: both; } .goodSchool_clearfix { width: 1200px; margin: auto 0; display: inline-block; } .v2 { float: left; width: 50%; /* margin-top: 60px; */ margin-top: 42px; position: relative; } .v2 .video-cont { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 60px; } .v2 .video-tu { width: 540px; height: 304px; border-radius: 10px; } .v2 .p1 { font-size: 22px; font-weight: bold; color: #333333; text-align: left; margin-top: 10px; } .v2 .p2 { font-size: 16px; font-weight: 400; color: #666666; text-align: left; line-height: 26px; margin-top: 10px; } .v2 .youshiwrap { text-align: left; display: flex; } .v2 .youshiwrap .youshi { text-align: center; float: left; /* padding: 0 48px; */ margin-top: 26px; position: relative; flex: 1; } .v2 .youshiwrap .youshi .sec6vedio { font-size: 42px; font-weight: bold; /* color: #1F81FF; */ } .v2 .youshiwrap .youshi .video-kuai { font-size: 16px; font-weight: 400; color: #999999; } .v2 .youshiwrap .youshi:after { content: ""; display: inline-block; clear: both; width: 2px; height: 50px; background: #E7ECF8; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .v2 .youshiwrap .youshi:first-child:after { width: 0px; } .v2 .youshiwrap .youshi:first-child { padding-left: 0; } .v2 .youshiwrap:after { content: ""; display: block; height: 0; clear: both; } .v1 { float: left; width: 100%; margin-top: 60px; position: relative; } .v1 .video-tu { width: 900px; height: 506px; border-radius: 10px; } .v1 .video-cont { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 60px; } .video-box { position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; font-size: 0; z-index: 99999999999; } .video-box .video-bg { position: absolute; height: 100%; width: 100%; background: #000; opacity: 0.9; } .video-box .video-close { position: absolute; top: calc(52px + 2%); right: 5%; width: 30px; height: 30px; cursor: pointer; background: url('../img/download.svg'); background-repeat: no-repeat; } .video-box .video-container { width: 852px; min-height: 550px; max-height: 90vh; background: #000000; overflow: hidden; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .video-box .video-container .video-div { background: #000; font-size: 0; letter-spacing: -1px; position: absolute; height: 100%; width: 100%; top: 0; left: 0; } .video-box .video-container .video-div .video-video { position: relative; width: 100%; height: 100%; overflow: hidden; } .video-box .video-container .video-div video { position: relative; display: block; top: 0; left: 0; width: 100%; height: 100%; background: #000; } /* 2 */ /* .jie_shao { text-align: center; } .jie_shao .goodSchool_clearfix .rollImg { width: 90%; margin: auto; padding-bottom: 1rem; box-shadow: 0px 0px 20px 0px rgba(188, 188, 188, 0.4); margin-bottom: 0.94rem; } .jie_shao .goodSchool_clearfix .rollImg img { width: 100%; height: 10.94rem; } .jie_shao .goodSchool_clearfix .rollImg .model_mask .p1 { font-size: 0.94rem; font-weight: 500; color: #333333; margin-top: 0.9rem; } .jie_shao .goodSchool_clearfix .rollImg .model_mask .p2 { font-size: 0.75rem; font-weight: 500; color: #666666; line-height: 0.75rem; margin-top: 0.69rem; } .jie_shao .goodSchool_clearfix .rollImg .model_mask .p3 { display: inline-block; width: 9.375rem; height: 1.875rem; line-height: 1.875rem; border: 1px solid #1F81FF; border-radius: 1rem; margin-top: 0.625rem; font-size: 0.815rem; font-weight: 500; color: #1F81FF; } */ /* 3 */ .shiPin.shiPin2 .v2 { width: 100%; } .shiPin.shiPin2 .v2 .p1 { display: initial; } .shiPin.shiPin2 .v2 .p2 { display: initial; } .shiPin.shiPin2 .v2 .youshiwrap { width: 80%; margin: auto; } @media (max-width: 998px) { .video-box .video-container { width: 80vw; max-height: 80vh; min-height: 44.9vw; } } /* 视频展示 2.0交互 2021-7-9*/ .shiPin .goodSchool_clearfix .v1{ width: auto; float: inherit; display: inline-block; background: #000; border-radius: 10px; overflow: hidden; transition: all 0.3s linear; } .shiPin .goodSchool_clearfix .v1 .video-tu{ opacity: .8; transition: all 0.3s linear; cursor: pointer; } .shiPin .goodSchool_clearfix .v1:hover{ background-color: transparent; } .shiPin .goodSchool_clearfix .v1:hover .video-tu{ opacity: 1; transform: scale(1.02); } .shiPin .goodSchool_clearfix .v1:hover .video-cont{ /* opacity: 0; */ } #shiPin1 .goodSchool_clearfix .v2:first-child{ width: 540px; border-radius: 10px; margin: 0 30px; margin-top: 42px; overflow: hidden; transition: all 0.3s linear; background: #000; } #shiPin1 .goodSchool_clearfix .v2:first-child .video-tu{ opacity: .8; transition: all 0.3s linear; cursor: pointer; } #shiPin1 .goodSchool_clearfix .v2:first-child:hover{ background-color: transparent; } #shiPin1 .goodSchool_clearfix .v2:first-child:hover .video-tu{ opacity: 1; transform: scale(1.02); } #shiPin1 .goodSchool_clearfix .v2:first-child:hover .video-cont{ /* opacity: 0; */ } /*学员评价*/ .evaluate_student { text-align: center; margin-bottom: 50px; } .evaluate_student .goodSchool_clearfix { text-align: left; } .evaluate_student .b_4 { float: initial; /* width: 39%; */ margin-top: 60px; position: relative; display: inline-block; vertical-align: middle; text-align: right; padding: 0 15px; box-sizing: border-box; } .evaluate_student .b_4 .video-tu { width: 320px; height: 320px; border-radius: 10px; } .evaluate_student .b_6 { float: initial; /* width: 59%; */ width: 70%; margin-top: 60px; position: relative; display: inline-block; vertical-align: middle; text-align: right; padding: 0 15px; box-sizing: border-box; } .evaluate_student .b_6 .p1 { font-size: 24px; font-weight: 400; color: #333333; text-align: left; margin-top: 10px; } .evaluate_student .b_6 .p2 { font-size: 16px; font-weight: 400; color: #666666; text-align: left; line-height: 26px; margin-top: 10px; } .evaluate_student .owl-stage { margin-top: 60px; width: 100%; height: auto; line-height: initial; border: none; margin-bottom: 0; left: auto; background: transparent; } .evaluate_student .owl-item { transition: all 0.25s linear 0s; width: 1200px; min-height: 250px; display: inline-block; background: #FFFFFF; box-shadow: 0px 0px 20px 0px rgba(188, 188, 188, 0.2); border-radius: 10px; box-sizing: border-box; padding: 60px 30px; position: relative; margin-bottom: 30px; padding-bottom: 60px; } .evaluate_student .owl-item .service-item { text-align: right; font-size: 20px; font-weight: 400; color: #333333; position: absolute; right: 30px; bottom: 30px; } .evaluate_student .owl-item .service-title { font-size: 18px; font-weight: 400; color: #666666; line-height: 30px; padding-bottom: 20px; text-indent: 2em; } .evaluate_student .owl-item:after { content: "“"; display: block; height: 0; clear: both; font-weight: bold; font-size: 40px; position: absolute; left: 10px; top: 30px; } .evaluate_student .owl-item:hover { transform: translateY(-10px); box-shadow: 0px 60px 100px 0px rgba(188, 188, 188, 0.4); } .evaluate3 .owl-stage .owl-item { width: 380px; min-height: 270px; margin: 0 8px 30px; } .evaluate4 .owl-stage .owl-item { width: 576px; min-height: 270px; margin: 0 12px 30px; float: left; } .owl-stage:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; font-size: 0; } /*师资力量2.0*/ .Faculty { text-align: center; margin-bottom: 20px; } .Faculty .goodSchool_clearfix { text-align: left; margin-top: 60px; } .Faculty .goodSchool_clearfix .hero-content { display: inline-block; width: 840px; margin-left: 20px; vertical-align: middle; } .Faculty .goodSchool_clearfix .hero-content .p1 { font-size: 20px; font-weight: 400; color: #333333; } .Faculty .goodSchool_clearfix .hero-content .p2 { font-size: 18px; font-weight: 400; color: #666666; margin-top: 18px; } .hero-img { width: 320px; height: 320px; background: #F7F7F7; border-radius: 10px; display: inline-block; position: relative; overflow: hidden; vertical-align: middle; } .hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: center center; position: absolute; } .Faculty2 .fullmeasureTopForms .f-pcModulePic { width: 1200px; height: 200px; background: #FFFFFF; box-shadow: 0px 0px 20px 0px rgba(188, 188, 188, 0.2); border-radius: 10px; overflow: hidden; margin-bottom: 30px; transition: all 0.25s linear 0s; } .Faculty2 .fullmeasureTopForms .f-pcModulePic .floatImg_J { display: inline-block; width: 200px; height: 200px; background: #F7F7F7; vertical-align: middle; } .Faculty2 .fullmeasureTopForms .f-pcModulePic .floatImg_J img { width: 100%; height: 100%; object-fit: cover; object-position: center center; } .Faculty2 .fullmeasureTopForms .f-pcModulePic .floatText_J { display: inline-block; width: 900px; margin-left: 40px; vertical-align: middle; } .Faculty2 .fullmeasureTopForms .f-pcModulePic .floatText_J .p1 { font-size: 20px; font-weight: 400; color: #333333; } .Faculty2 .fullmeasureTopForms .f-pcModulePic .floatText_J .p2 { font-size: 18px; font-weight: 400; color: #666666; line-height: 30px; margin-top: 8px; } .Faculty2 .fullmeasureTopForms .f-pcModulePic:hover { transform: translateY(-10px); box-shadow: 0px 60px 100px 0px rgba(188, 188, 188, 0.4); } .Faculty2 .fullmeasureTopForms .f-pcModulePic:after { content: ""; display: block; clear: both; } .Faculty3 .goodSchool_clearfix { margin-top: 100px; } .Faculty3 .fullmeasureTopForms .f-pcModulePic { width: 380px; height: 220px; background: #FFFFFF; box-shadow: 0px 0px 20px 0px rgba(188, 188, 188, 0.2); border-radius: 10px; float: left; margin: 0 10px; margin-bottom: 80px; transition: all 0.25s linear 0s; position: relative; padding: 60px 60px 20px; box-sizing: border-box; } .Faculty3 .fullmeasureTopForms .f-pcModulePic .floatImg_J { display: inline-block; width: 100px; height: 100px; position: absolute; left: 50%; top: 0%; transform: translate(-50%, -50%); border-radius: 50%; background: #FFFFFF; border: 1px solid #DDDDDD; overflow: hidden; } .Faculty3 .fullmeasureTopForms .f-pcModulePic .floatImg_J img { width: 100%; height: 100%; object-fit: cover; object-position: center center; } .Faculty3 .fullmeasureTopForms .f-pcModulePic .floatText_J { display: inline-block; vertical-align: middle; text-align: center; } .Faculty3 .fullmeasureTopForms .f-pcModulePic .floatText_J .p1 { font-size: 16px; font-weight: 400; color: #333333; text-align: center; } .Faculty3 .fullmeasureTopForms .f-pcModulePic .floatText_J .second { font-size: 14px; font-weight: 400; color: #999999; } .Faculty3 .fullmeasureTopForms .f-pcModulePic .floatText_J .p2 { font-size: 12px; font-weight: 400; color: #999999; line-height: 20px; text-align: center; margin-top: 12px; } .Faculty3 .fullmeasureTopForms .f-pcModulePic:hover { transform: translateY(-10px); box-shadow: 0px 60px 100px 0px rgba(188, 188, 188, 0.4); } .Faculty3 .fullmeasureTopForms .f-pcModulePic:after { content: ""; display: block; clear: both; } .Faculty4 .goodSchool_clearfix { margin-top: 100px; } .Faculty4 .fullmeasureTopForms .f-pcModulePic { width: 280px; height: 220px; background: #FFFFFF; box-shadow: 0px 0px 20px 0px rgba(188, 188, 188, 0.2); border-radius: 10px; float: left; margin: 0 10px; margin-bottom: 80px; transition: all 0.25s linear 0s; position: relative; padding: 60px 30px 20px; box-sizing: border-box; } .Faculty4 .fullmeasureTopForms .f-pcModulePic .floatImg_J { display: inline-block; width: 100px; height: 100px; position: absolute; left: 50%; top: 0%; transform: translate(-50%, -50%); border-radius: 50%; background: #FFFFFF; border: 1px solid #DDDDDD; overflow: hidden; } .Faculty4 .fullmeasureTopForms .f-pcModulePic .floatImg_J img { width: 100%; height: 100%; object-fit: cover; object-position: center center; } .Faculty4 .fullmeasureTopForms .f-pcModulePic .floatText_J { display: inline-block; vertical-align: middle; text-align: center; } .Faculty4 .fullmeasureTopForms .f-pcModulePic .floatText_J .p1 { font-size: 16px; font-weight: 400; color: #333333; text-align: center; } .Faculty4 .fullmeasureTopForms .f-pcModulePic .floatText_J .second { font-size: 14px; font-weight: 400; color: #999999; } .Faculty4 .fullmeasureTopForms .f-pcModulePic .floatText_J .p2 { font-size: 12px; font-weight: 400; color: #999999; line-height: 20px; text-align: center; margin-top: 12px; } .Faculty4 .fullmeasureTopForms .f-pcModulePic:hover { transform: translateY(-10px); box-shadow: 0px 60px 100px 0px rgba(188, 188, 188, 0.4); } .Faculty4 .fullmeasureTopForms .f-pcModulePic:after { content: ""; display: block; clear: both; } /* 学校环境2.0 */ /* 学生风采2.0 */ .huan_jing { text-align: center; } .huan_jing .goodSchool_clearfix { margin-top: 50px; } .huan_jing .goodSchool_clearfix .rollImg { position: relative; width: 576px; height: 300px; overflow: hidden; border-radius: 10px; float: left; margin: 0 12px; margin-bottom: 50px; background-color: #000; transition: all 0.3s linear; } .huan_jing .goodSchool_clearfix .rollImg:hover { background-color: transparent; cursor: pointer; } .huan_jing .goodSchool_clearfix .rollImg img { width: 100%; height: 100%; opacity: 0.8; } .huan_jing .goodSchool_clearfix .rollImg:hover img{ transform: scale(1.02); opacity: 1; transition: all 0.25s linear 0s; } .huan_jing .goodSchool_clearfix .rollImg .model_mask { width: 100%; height: 50px; line-height: 50px; background: rgba(0, 0, 0, 0.4); border-radius:0 0 10px 10px; position: absolute; bottom: 0; left: 0; text-align: center; font-size: 20px; font-weight: bold; color: #F5F7FA; } .huan_jing.huan_jing3 .goodSchool_clearfix .rollImg { position: relative; width: 380px; height: 200px; overflow: hidden; border-radius: 10px; float: left; margin: 0 10px; margin-bottom: 40px; } /* 课程介绍 2 */ .jie_shao { text-align: center; } .jie_shao .goodSchool_clearfix { margin-top: 50px; } .jie_shao .goodSchool_clearfix .rollImg { position: relative; width: 576px; height: 458px; overflow: hidden; border-radius: 10px; float: left; margin: 0 12px; margin-bottom: 50px; box-shadow: 0px 0px 20px 0px rgba(188, 188, 188, 0.2); transition: all 0.25s linear 0s; } .jie_shao .goodSchool_clearfix .rollImg img { width: 100%; height: 300px; } .jie_shao .goodSchool_clearfix .rollImg .model_mask { text-align: center; } .jie_shao .goodSchool_clearfix .rollImg .model_mask .p1 { font-size: 22px; font-weight: bold; color: #333333; margin-top: 10px; } .jie_shao .goodSchool_clearfix .rollImg .model_mask .p2 { font-size: 16px; font-weight: 400; color: #666666; margin-top: 2px; } .jie_shao .goodSchool_clearfix .rollImg .model_mask .p3 { display: inline-block; width: 200px; height: 44px; line-height: 44px; border: 1px solid #1F81FF; border-radius: 22px; text-align: center; margin-top: 12px; font-size: 16px; font-weight: 400; color: #1F81FF; cursor: pointer; } .jie_shao .goodSchool_clearfix .rollImg:hover { transform: translateY(-10px); box-shadow: 0px 60px 100px 0px rgba(188, 188, 188, 0.4); } .jie_shao .goodSchool_clearfix .rollImg:hover .model_mask .p3 { font-size: 16px; font-weight: 400; color: #FFFFFF !important; background-color: #1f81ff; } .jie_shao3.jie_shao .goodSchool_clearfix .rollImg { width: 380px; height: 360px; margin: 0 10px; margin-bottom: 30px; background-color: #fff; } .jie_shao3.jie_shao .goodSchool_clearfix .rollImg img { width: 100%; height: 200px; } /* 我们的优势2.0 */ .you_shi { text-align: center; margin-bottom: 20px; } .you_shi .owl-stage { text-align: center; font-size: initial; font-weight: initial; display: block; height: auto; background: transparent; border: none; line-height: initial; margin: auto; width: auto; position: initial; left: auto; margin-top: 60px; } .you_shi .owl-stage .owl-item { width: 576px; min-height: 180px; background: #FFFFFF; box-shadow: 0px 0px 20px 0px rgba(188, 188, 188, 0.2); float: left; margin: 0 12px; margin-bottom: 30px; padding: 0px; position: relative; transition: all 0.25s linear 0s; } .you_shi .owl-stage .owl-item .iconfont { color: #1F81FF; font-size: 70px; position: absolute; top: 50%; left: 130px; transform: translateY(-50%); } .you_shi .owl-stage .owl-item .module101 { text-align: left; padding: 50px; padding-left: 240px; } .you_shi .owl-stage .owl-item .module101 .avatar-name { font-size: 22px; font-weight: bold; color: #333333; } .you_shi .owl-stage .owl-item .module101 .richWrapper { font-size: 16px; font-weight: 400; color: #666666; line-height: 24px; width: 200px; margin-top: 8px; } .you_shi .owl-stage .owl-item:hover { transform: translateY(-10px); box-shadow: 0px 60px 100px 0px rgba(188, 188, 188, 0.4); } .you_shi .owl-stage:after { content: ""; display: block; height: 0; clear: both; } .you_shi.you_shi3 .owl-stage .owl-item { width: 376px; } .you_shi.you_shi3 .owl-stage .owl-item .iconfont { color: #1F81FF; font-size: 52px; position: absolute; top: 50%; left: 40px; transform: translateY(-50%); } .you_shi.you_shi3 .owl-stage .owl-item .module101 { padding: 40px; padding-left: 120px; } /* 底部 */ .centerBox .v2{ width: 1060px; margin-top: 0px; } section{ padding: 70px 0 40px; } .matter.banner2.percentage100.ta-c { background-color: #fff; } .data-at{ width: 100%; height: 100%; display: inline-block; } /*! * baguetteBox.js * @author feimosi * @version 1.8.2 * @url https://github.com/feimosi/baguetteBox.js */ #baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000000; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; transition: opacity .5s ease; } #baguetteBox-overlay.visible { opacity: 1; } #baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; } #baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; } #baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); } #baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; white-space: normal; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: sans-serif; } #baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; } #baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease; } #baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; } #baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; } @-webkit-keyframes bounceFromRight { 0% { margin-left: 0; } 50% { margin-left: -30px; } 100% { margin-left: 0; } } @keyframes bounceFromRight { 0% { margin-left: 0; } 50% { margin-left: -30px; } 100% { margin-left: 0; } } @-webkit-keyframes bounceFromLeft { 0% { margin-left: 0; } 50% { margin-left: 30px; } 100% { margin-left: 0; } } @keyframes bounceFromLeft { 0% { margin-left: 0; } 50% { margin-left: 30px; } 100% { margin-left: 0; } } .baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: calc(50% - 30px); width: 44px; height: 60px; } .baguetteBox-button { position: absolute; cursor: pointer; outline: none; padding: 0; margin: 0; border: 0; -moz-border-radius: 15%; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; transition: background-color .4s ease; } .baguetteBox-button:focus, .baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); } .baguetteBox-button#next-button { right: 2%; } .baguetteBox-button#previous-button { left: 2%; } .baguetteBox-button#close-button { top: 20px; right: 2%; right: calc(2% + 6px); width: 30px; height: 30px; } .baguetteBox-button svg { position: absolute; left: 0; top: 0; } /* Preloader Borrowed from http://tobiasahlin.com/spinkit/ */ .baguetteBox-spinner { width: 40px; height: 40px; display: inline-block; position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; } .baguetteBox-double-bounce1, .baguetteBox-double-bounce2 { width: 100%; height: 100%; -moz-border-radius: 50%; border-radius: 50%; background-color: #fff; opacity: .6; position: absolute; top: 0; left: 0; -webkit-animation: bounce 2s infinite ease-in-out; animation: bounce 2s infinite ease-in-out; } .baguetteBox-double-bounce2 { -webkit-animation-delay: -1s; animation-delay: -1s; } @-webkit-keyframes bounce { 0%, 100% { -webkit-transform: scale(0); transform: scale(0); } 50% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes bounce { 0%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); transform: scale(0); } 50% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); } } @font-face { font-family: "iconfont"; /* Project id 2604654 */ src: url('iconfont.woff2?t=1623377152950') format('woff2'), url('iconfont.woff?t=1623377152950') format('woff'), url('iconfont.ttf?t=1623377152950') format('truetype'); } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-huizhang:before { content: "\e624"; } .icon-xiaolian:before { content: "\e623"; } .icon-bichi:before { content: "\e616"; } .icon-jianli:before { content: "\e617"; } .icon-shandian:before { content: "\e618"; } .icon-huojian:before { content: "\e619"; } .icon-lingdang:before { content: "\e61a"; } .icon-mianshi:before { content: "\e61b"; } .icon-kexue:before { content: "\e61c"; } .icon-shoucang:before { content: "\e61d"; } .icon-sousuo:before { content: "\e61e"; } .icon-zuanshi:before { content: "\e61f"; } .icon-zhuanye:before { content: "\e620"; } .icon-shubao:before { content: "\e621"; } .icon-xiaoche:before { content: "\e622"; } .icon-shangke:before { content: "\e611"; } .icon-yonghu:before { content: "\e612"; } .icon-shu:before { content: "\e613"; } .icon-maozi:before { content: "\e614"; } .icon-genzong:before { content: "\e607"; } .icon-gongju_1:before { content: "\e608"; } .icon-kecheng:before { content: "\e609"; } .icon-shouye:before { content: "\e60a"; } .icon-shexiang:before { content: "\e60b"; } .icon-1v1:before { content: "\e60c"; } .icon-zhibo:before { content: "\e60d"; } .icon-xueyuan:before { content: "\e60e"; } .icon-shezhi:before { content: "\e60f"; } .icon-shipin:before { content: "\e610"; }