@-webkit-keyframes spinner { 0% { -webkit-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);} } @keyframes spinner { 0% { -webkit-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);} } @-webkit-keyframes spinner2 { 0% { -webkit-transform: rotate(360deg);transform: rotate(360deg);} 100% {-webkit-transform: rotate(0deg);transform: rotate(0deg);} } @keyframes spinner2 { 0% { -webkit-transform: rotate(360deg);transform: rotate(360deg);} 100% {-webkit-transform: rotate(0deg);transform: rotate(0deg);} } @-webkit-keyframes rings{ 0%{transform: scale(0.4); opacity: 0;} 50%{opacity: 1;} 100%{transform: scale(1.4); opacity: 0} } @keyframes rings{ 0%{transform: scale(0.4); opacity: 0;} 50%{opacity: 1;} 100%{transform: scale(1.4); opacity: 0} } @-webkit-keyframes zoomIn { from {opacity: 0;-webkit-transform: scale3d(.3,.3,.3);-moz-transform: scale3d(.3,.3,.3);transform: scale3d(.3,.3,.3)} 50% {opacity: 1} } @keyframes zoomIn { from {opacity: 0;-webkit-transform: scale3d(.3,.3,.3);-moz-transform: scale3d(.3,.3,.3);transform: scale3d(.3,.3,.3)} 50% {opacity: 1} } .zoomIn { -webkit-animation-name: zoomIn; -moz-animation-name: zoomIn; animation-name: zoomIn } /*业务体系——幼儿园*/ .yw_1 .section1{padding-bottom: 2%;} .yw_1 .section1 .box p{color: #333;font-size: 18px;margin-bottom: 30px;line-height: 30px;} .yw_1 .section1 .box p:last-child{margin-bottom: 0;} .yw_1 .section1 .items{margin: 6% -1% 0 -1%;display: block;} .yw_1 .section1 .mobile_items{display: none;} .yw_1 .section1 .items .item{float: left;width: 20%;margin: 0 1%;padding: 0 0 5.5% 0;} .yw_1 .section1 .items .item .pic{overflow: hidden;} .yw_1 .section1 .items .item img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_1 .section1 .items .item:nth-of-type(2){width: 54%;margin-top: -3.5%;background-image: url("/static/home/images/yewu/edu/bg11.png");background-repeat: no-repeat;background-position: center bottom;background-size: contain;} .yw_1 .section1 .items .item:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);} .yw_1 .section2{background-image: url("/static/home/images/yewu/child_bg1.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;padding-bottom: 8%;background-attachment: fixed;} .yw_1 .section2 .comm_tit h2{color: #fff;} .yw_1 .section2 .items{overflow: hidden;margin: 5% -2% 0 -2%;} .yw_1 .section2 .items{overflow: hidden;margin: 5% -2% 0 15%;} .yw_1 .section2 .items .item{float: left;width: 16%;margin: 0 2%;} .yw_1 .section2 .items .item .inner{background: rgba(255,255,255,0.1);border-radius: 100%;width: 220px;height: 220px;position: relative;transition: all 500ms ease;-webkit-transition:all 500ms ease;margin: 0 auto;} .yw_1 .section2 .items .item .inner i{position: absolute;left:50%;top: 50%;margin-top: -100px;margin-left: -100px;display: block;width: 200px;height: 200px;border:2px dashed rgba(245,201,33,0.3) ;border-radius: 50%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_1 .section2 .items .item .inner .txt {position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);left: 0;right: 0;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_1 .section2 .items .item .inner .txt span{font-family: 'DIN-BOLD';display: block;text-align: center;font-size: 60px;color: #f5c920;font-weight: bold;line-height: 1;transition: all 500ms ease;-webkit-transition:all 500ms ease;height: 78px;background-position:center bottom;padding-top: 10px;background-repeat: no-repeat;} .yw_1 .section2 .items .item .inner .txt p{color: #fff;font-size: 18px;text-align:center;margin-top: 5px;} .yw_1 .section2 .items .item:hover .inner{background: rgba(245,201,33,0.95);} .yw_1 .section2 .items .item:hover .inner i{border-color: rgba(255,255,255,0.46);} .yw_1 .section2 .items .item:hover .inner .txt span{color: #fff;} .yw_1 .section2 .items .item:nth-of-type(1):hover .inner .txt span{background-image: url("/static/home/images/yewu/child_ico1_1.png");} .yw_1 .section2 .items .item:nth-of-type(2):hover .inner .txt span{background-image: url("/static/home/images/yewu/child_ico1_2.png");} .yw_1 .section2 .items .item:nth-of-type(3):hover .inner .txt span{background-image: url("/static/home/images/yewu/child_ico1_3.png");} .yw_1 .section2 .items .item:nth-of-type(4):hover .inner .txt span{background-image: url("/static/home/images/yewu/child_ico1_4.png");} .yw_1 .section2 .items .item:nth-of-type(5):hover .inner .txt span{background-image: url("/static/home/images/yewu/child_ico1_5.png");} .yw_1 .section3{padding-bottom: 0;overflow: hidden;} .yw_1 .section3 .box{width: 100%;margin: 6% auto 0 auto;position: relative;} .yw_1 .section3 .box img{display: block;width: 100%;margin: 0 auto;} .yw_1 .section3 .box .box_txt{width: 802px;margin: 0 auto;position: relative;margin-top: -21%;} .yw_1 .section3 .box .box_txt .img1{position: relative;z-index: 2;} .yw_1 .section3 .items{position: absolute;z-index: 4;width: 100%;height: 100%;top: 0;left: 0;} .yw_1 .section3 .items .item{width: 360px;height: 110px;position: absolute;background-repeat: no-repeat;background-position: right top;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_1 .section3 .items .item:nth-of-type(1){bottom:0;left:-41.5%;background-image: url("/static/home/images/yewu/child_ico2.png");} .yw_1 .section3 .items .item:nth-of-type(2){bottom:30%;left:-30%;background-image: url("/static/home/images/yewu/child_ico3.png");width: 320px;} .yw_1 .section3 .items .item:nth-of-type(3){bottom:60%;left:-13%;background-image: url("/static/home/images/yewu/child_ico4.png");width: 330px;} .yw_1 .section3 .items .item:nth-of-type(4){bottom:52%;right:-21%;background-image: url("/static/home/images/yewu/child_ico5.png");width: 340px;background-position: left top;} .yw_1 .section3 .items .item:nth-of-type(5){bottom:11%;right:-40.5%;background-image: url("/static/home/images/yewu/child_ico6.png");width: 360px;background-position: left top;} .yw_1 .section3 .items .item .txt{background-color: #7ecef4;border-radius: 40px;width: 250px;height: 70px;text-align: right;margin-top: -35px;padding:2px 90px 2px 2px;position: relative;} .yw_1 .section3 .items .item .txt i{width: 66px;height: 66px;display: block;border-radius: 50%;background-color: #fff;background-repeat: no-repeat;background-position: center;position:absolute;right: 2px;top: 2px; } .yw_1 .section3 .items .item:nth-of-type(1) .txt i{background-image: url("/static/home/images/yewu/child_ico7.png");} .yw_1 .section3 .items .item:nth-of-type(2) .txt i{background-image: url("/static/home/images/yewu/child_ico8.png");} .yw_1 .section3 .items .item:nth-of-type(3) .txt i{background-image: url("/static/home/images/yewu/child_ico9.png");} .yw_1 .section3 .items .item:nth-of-type(4) .txt i{background-image: url("/static/home/images/yewu/child_ico10.png");} .yw_1 .section3 .items .item:nth-of-type(5) .txt i{background-image: url("/static/home/images/yewu/child_ico11.png");} .yw_1 .section3 .items .item .txt h2{font-size: 22px;color: #fff;line-height: 26px;margin-top: 10px;letter-spacing: 2px;} .yw_1 .section3 .items .item .txt p{font-size: 14px;color: #fff;line-height: 24px;font-family: "Arial";text-transform: uppercase;} .yw_1 .section3 .items .item:nth-of-type(1) .txt{background-color: #7ecef4;} .yw_1 .section3 .items .item:nth-of-type(2) .txt{background-color: #55c9a0;} .yw_1 .section3 .items .item:nth-of-type(3) .txt{background-color: #ff845e;} .yw_1 .section3 .items .item:nth-of-type(4) .txt{float: right;background-color: #fcc91a;padding: 2px 2px 2px 90px;text-align: left;} .yw_1 .section3 .items .item:nth-of-type(5) .txt{float: right;background-color: #c090e4;padding: 2px 2px 2px 90px;text-align: left;} .yw_1 .section3 .items .item:nth-of-type(4) .txt i{right: initial;left: 2px;} .yw_1 .section3 .items .item:nth-of-type(5) .txt i{right: initial;left: 2px;} .yw_1 .section3 .items .item:hover{transform: translateY(-10px);-webkit-transform: translateY(-10px);} .yw_1 .section3 .rotate_box{width: 100%;position: absolute;top: 26%;left:0;right:0;margin: 0 auto;} .yw_1 .section3 .rotate2{position: absolute;top: -3.5%;left: -2%;right: 0;width: 104%;margin: 0 auto;-webkit-animation: spinner 8.0s infinite linear;animation: spinner 8.0s infinite linear;} .yw_1 .section3 .rotate3{position: absolute;top: -5%;left: -6%;right: 0;width: 112%;margin: 0 auto;-webkit-animation: spinner2 8.0s infinite linear;animation: spinner2 8.0s infinite linear;} .yw_1 .section4{background-image: url("/static/home/images/yewu/child_bg2.png");background-position:center top;background-repeat: no-repeat;padding-top: 6%;} .yw_1 .section4 img{display: block;max-width: 100%;margin-top: 30px;margin-left: auto;margin-right: auto;} .yw_1 .section4 .img1{display: block;} .yw_1 .section4 .img2{display: none;} .yw_1 .section5{background: #f7f7f7;padding-bottom: 6%;} .yw_1 .section5 .items {margin: 0 -1%;font-size: 0;} .yw_1 .section5 .items .item{width: 23%;margin: 0 1%;float: left;position: relative;overflow: hidden;} .yw_1 .section5 .items .item .pic {overflow: hidden;} .yw_1 .section5 .items .item .pic img{transition: all 500ms ease;-webkit-transition:all 500ms ease;display: block;width: 100%;} .yw_1 .section5 .items .item:hover .pic img{transform: scale(1.05);-webkit-transform:scale(1.05);} .yw_1 .section5 .items .item .blcok_txt{position: absolute;left: 0;top:80%;right:0;background-color: #7ecef4;padding: 5%;height: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_1 .section5 .items .item .blcok_txt i{display: block;height: 60px;background-repeat: no-repeat;background-position: center;margin-bottom: 25px;display: none;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_1 .section5 .items .item:nth-of-type(1) .blcok_txt i{background-image: url("/static/home/images/yewu/child_ico12.png");} .yw_1 .section5 .items .item:nth-of-type(2) .blcok_txt i{background-image: url("/static/home/images/yewu/child_ico13.png");} .yw_1 .section5 .items .item:nth-of-type(3) .blcok_txt i{background-image: url("/static/home/images/yewu/child_ico14.png");} .yw_1 .section5 .items .item:nth-of-type(4) .blcok_txt i{background-image: url("/static/home/images/yewu/child_ico15.png");} .yw_1 .section5 .items .item .blcok_txt h2{font-size: 20px;color: #fff;text-align: center;} .yw_1 .section5 .items .item:hover .blcok_txt {background-color: rgba(245,201,33,0.95);top:0;bottom: initial;} .yw_1 .section5 .items .item:hover .blcok_txt i{display: block;margin-top: 28%;} .yw_1 .section6 .items{height: 60vh;width: 100%;} .yw_1 .section6 .items .item{float: left;width: 25%;height: 100%;} .yw_1 .section6 .items .item .block{height: 33.33%;padding: 3px;} .yw_1 .section6 .items .item .block .box{width:100%;height:100%;position: relative;overflow: hidden;} .yw_1 .section6 .items .item .block .img{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;transition: all 500ms ease;-webkit-transform:all 500ms ease;} .yw_1 .section6 .items .item .block:hover .img{transform: scale(1.05);-webkit-transform: scale(1.05);} .yw_1 .section6 .items .item:nth-of-type(1) .block:nth-of-type(2){height:66.67%; } .yw_1 .section6 .items .item:nth-of-type(3) .block:nth-of-type(1){height:66.67%; } .yw_1 .section6 .items .item:nth-of-type(4) .block:nth-of-type(2){height:66.67%; } .yw_1 .section7 {background: #f7f7f7;} .yw_1 .section7 .items{margin:-3px;} .yw_1 .section7 .items .item{float: left;width: 25%;overflow: hidden;} .yw_1 .section7 .items .item .inner{margin: 3px;position: relative;overflow: hidden;} .yw_1 .section7 .items .item .inner img{transition: all 500ms ease;-webkit-transition:all 500ms ease;display: block;width: 100%;} .yw_1 .section7 .items .item:hover .inner img{transform: scale(1.05);-webkit-transform: scale(1.05);} .yw_1 .section7 .items .item .inner .block_txt{position: absolute;left: 0;top: 0;width:100%;height: 100%;background-color: rgba(126,206,244,0.9);} .yw_1 .section7 .items .item .inner .block_txt .txt{position: absolute;left: 15px;right: 15px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);} .yw_1 .section7 .items .item .inner .block_txt .txt i{display: block;height: 48px;background-repeat: no-repeat;background-position: center;transition: all 1s ease;-webkit-transition:all 1s ease;} .yw_1 .section7 .items .item:hover .inner .block_txt .txt i{-webkit-transform: rotateY(360deg);transform: rotateY(360deg);} .yw_1 .section7 .items .item:nth-of-type(1) .inner .block_txt .txt i{background-image: url("/static/home/images/yewu/child_ico16.png");} .yw_1 .section7 .items .item:nth-of-type(2) .inner .block_txt .txt i{background-image: url("/static/home/images/yewu/child_ico17.png");} .yw_1 .section7 .items .item:nth-of-type(3) .inner .block_txt .txt i{background-image: url("/static/home/images/yewu/child_ico18.png");} .yw_1 .section7 .items .item:nth-of-type(4) .inner .block_txt .txt i{background-image: url("/static/home/images/yewu/child_ico19.png");} .yw_1 .section7 .items .item:nth-of-type(5) .inner .block_txt .txt i{background-image: url("/static/home/images/yewu/child_ico20.png");} .yw_1 .section7 .items .item:nth-of-type(6) .inner .block_txt .txt i{background-image: url("/static/home/images/yewu/child_ico21.png");} .yw_1 .section7 .items .item:nth-of-type(7) .inner .block_txt .txt i{background-image: url("/static/home/images/yewu/child_ico22.png");} .yw_1 .section7 .items .item:nth-of-type(8) .inner .block_txt .txt i{background-image: url("/static/home/images/yewu/child_ico23.png");} .yw_1 .section7 .items .item .inner .block_txt .txt h2{font-size: 24px;color: #fff;margin-top: 30px;line-height: 24px;text-align: center;} .yw_1 .section7 .items .item:nth-of-type(1) .inner .block_txt{background-color: rgba(126,206,244,0.9);} .yw_1 .section7 .items .item:nth-of-type(2) .inner .block_txt{background-color: rgba(255,132,94,0.9);} .yw_1 .section7 .items .item:nth-of-type(3) .inner .block_txt{background-color: rgba(192,144,228,0.9);} .yw_1 .section7 .items .item:nth-of-type(4) .inner .block_txt{background-color: rgba(86,201,160,0.9);} .yw_1 .section7 .items .item:nth-of-type(5) .inner .block_txt{background-color: rgba(129,160,215,0.9);} .yw_1 .section7 .items .item:nth-of-type(6) .inner .block_txt{background-color: rgba(179,212,108,0.9);} .yw_1 .section7 .items .item:nth-of-type(7) .inner .block_txt{background-color: rgba(234,179,35,0.9);} .yw_1 .section7 .items .item:nth-of-type(8) .inner .block_txt{background-color: rgba(131,168,195,0.9);} /*业务体系——早教*/ .yw_2 .section1 .items{margin:40px -1% 0 -1%;} .yw_2 .section1 .items .item{float: left;width: 31.33%;margin:0 1%;overflow: hidden;position: relative;} .yw_2 .section1 .items .item img{display: block;width: 100%;transition:all 500ms ease;-webkit-transition:all 500ms ease;} .yw_2 .section1 .items .item:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);} .yw_2 .section1 .items .item .block_txt {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);transition:all 500ms ease;-webkit-transition:all 500ms ease;} .yw_2 .section1 .items .item .block_txt .inner{position: absolute;left: 15px;right:15px;top: 44%;text-align: center;} .yw_2 .section1 .items .item .block_txt .inner h2{font-size: 30px;line-height: 30px;color: #fff;} .yw_2 .section1 .items .item .block_txt .inner span{display: inline-block;width: 120px;line-height: 34px;border-radius: 20px;border:2px solid #fff;text-align: center;font-size: 14px;color: #fff;margin-top:22%;background: transparent;transition:all 500ms ease;-webkit-transition:all 500ms ease;} .yw_2 .section1 .items .item:hover .block_txt .inner span{color: #1ab7cd;background: #fff;} .yw_2 .section1 .items .item:hover .block_txt{background:rgba(26,183,205,0.9); } .yw_2 .section1 .comm_tit{margin-top: 4%;} .yw_2 .section2{background-image: url("/static/home/images/yewu/edu/bg1.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;background-attachment: fixed;} .yw_2 .section2 .comm_tit h2{color: #fff;} .yw_2 .section2 .items{font-size: 0;text-align: center;padding: 3% 0 4% 0;} .yw_2 .section2 .items .item{display: inline-block;width: 260px;height: 260px;margin:0 2%;position: relative;background-color: rgba(26,183,205,0.3);border-radius: 50%;transition:all 500ms ease;-webkit-transition:all 500ms ease;overflow: hidden;} .yw_2 .section2 .items .item i{display: block;width: 240px;height: 240px;border-radius: 50%;border:1px dashed rgba(255,255,255,0.5);position: absolute;left: 50%;top: 50%;margin-top: -120px;margin-left: -120px;visibility: visible;opacity: 1;transition:all 500ms ease;-webkit-transition:all 500ms ease;-webkit-animation: spinner 2.0s infinite linear;animation: spinner 2.0s infinite linear;} .yw_2 .section2 .items .item .txt{text-align: center;position: absolute;top: 30%;left: 10px;right: 10px;transition:all 500ms ease;-webkit-transition:all 500ms ease;} .yw_2 .section2 .items .item .txt h3{font-size: 60px;color: #fff;font-family: 'impact';line-height: 60px;display: block;opacity: 1;visibility: visible;transition:all 500ms ease;-webkit-transition:all 500ms ease;} .yw_2 .section2 .items .item .txt h3 span{font-size: 24px;color: #fff;font-family: 'Microsoft YaHei';font-weight: bold;} .yw_2 .section2 .items .item .txt h2{font-size: 22px;color: #fff;letter-spacing: 2px;} .yw_2 .section2 .items .item .txt p{font-size: 18px;color: #fff;line-height: 34px;opacity: 0;visibility: hidden;transition:all 500ms ease;-webkit-transition:all 500ms ease;margin-top: 5px;} .yw_2 .section2 .items .item .txt p span{display: block;} .yw_2 .section2 .items .item:hover{background-color: rgba(26,183,205,1);} .yw_2 .section2 .items .item:hover i{opacity: 0;visibility: hidden;} .yw_2 .section2 .items .item:nth-of-type(3):hover .txt{top: 20%;} .yw_2 .section2 .items .item:nth-of-type(4):hover .txt{top: 25%;} .yw_2 .section2 .items .item:nth-of-type(3):hover .txt h3,.yw_2 .section2 .items .item:nth-of-type(4):hover .txt h3{display: none;opacity: 0;visibility: hidden;} .yw_2 .section2 .items .item:hover .txt p{opacity: 1;visibility: visible;} .yw_2 .section3 {background-image: url("/static/home/images/yewu/edu/bg10.png");background-repeat: no-repeat;background-position: center bottom;} .yw_2 .section3 .box{position: relative;width: 100%;margin:0 auto 5% auto;display: block;} .yw_2 .section3 .box img{display: block;width: 100%;} .yw_2 .section3 .box .items .item{position: absolute;width: 236px;} .yw_2 .section3 .box .items .item i{display: block;margin:0 auto 50px auto;width: 60px;height: 60px;border-radius: 50%;background-color: #1ab7cd;background-repeat: no-repeat;background-position: center;transition: all 1000ms ease;-webkit-transition:all 1000ms ease;} .yw_2 .section3 .box .items .item span{font-size: 40px;color:#1ab7cd;font-family: 'impact';text-align: center;display: block; } .yw_2 .section3 .box .items .item h2{font-size: 24px;color: #333;text-align: center;line-height: 30px;margin-top: 20px;} .yw_2 .section3 .box .items .item p{font-size: 14px;color: #808080;text-align: center;line-height: 26px;margin-top: 15px;} .yw_2 .section3 .box .items .item:nth-of-type(1){top: 27%;left: 1.5%;} .yw_2 .section3 .box .items .item:nth-of-type(2){top: 2%;left: 20.3%;} .yw_2 .section3 .box .items .item:nth-of-type(3){top: 10%;left: 48.5%;} .yw_2 .section3 .box .items .item:nth-of-type(4){top: 36%;left: 63%;} .yw_2 .section3 .box .items .item:nth-of-type(5){top: -2%;left: 79%;} .yw_2 .section3 .box .items .item:nth-of-type(1) i{background-image: url("/static/home/images/yewu/edu/ico18.png");} .yw_2 .section3 .box .items .item:nth-of-type(2) i{background-image: url("/static/home/images/yewu/edu/ico19.png");} .yw_2 .section3 .box .items .item:nth-of-type(3) i{background-image: url("/static/home/images/yewu/edu/ico20.png");} .yw_2 .section3 .box .items .item:nth-of-type(4) i{background-image: url("/static/home/images/yewu/edu/ico21.png");} .yw_2 .section3 .box .items .item:nth-of-type(5) i{background-image: url("/static/home/images/yewu/edu/ico22.png");} .yw_2 .section3 .box .items .item:hover i{transform:rotateY(360deg);-webkit-transform:rotateY(360deg); } .yw_2 .section3 .mobile{display: none;} .yw_2 .section3 .mobile .items {overflow: hidden;margin:0 -2%;font-size: 0;text-align: center;padding: 6% 0;} .yw_2 .section3 .mobile .items .item{width: 165px;height:190px;margin:-2% 2%;position: relative;display: inline-block;vertical-align: top;padding: 0 10px;} .yw_2 .section3 .mobile .items .item:after{content: "";display: block;background: url("/static/home/images/yewu/edu/bg12.png") no-repeat center;background-size: 100%;width: 100%;height: 100%;position: absolute;left: 0;top:0;} .yw_2 .section3 .mobile .items .item i{display: block;margin:0 auto;width: 40px;height: 40px;border-radius: 50%;background-color: #1ab7cd;background-repeat: no-repeat;background-position: center;transition: all 1000ms ease;-webkit-transition:all 1000ms ease;position: absolute;left: 0;right:0;top: -10px;z-index: 2;background-size: auto 20px;} .yw_2 .section3 .mobile .items .item:nth-of-type(1) i{background-image: url("/static/home/images/yewu/edu/ico18.png");} .yw_2 .section3 .mobile .items .item:nth-of-type(2) i{background-image: url("/static/home/images/yewu/edu/ico19.png");} .yw_2 .section3 .mobile .items .item:nth-of-type(3) i{background-image: url("/static/home/images/yewu/edu/ico20.png");} .yw_2 .section3 .mobile .items .item:nth-of-type(4) i{background-image: url("/static/home/images/yewu/edu/ico21.png");} .yw_2 .section3 .mobile .items .item:nth-of-type(5) i{background-image: url("/static/home/images/yewu/edu/ico22.png");} .yw_2 .section3 .mobile .items .item span{font-size: 26px;color:#1ab7cd;font-family: 'impact';text-align: center;display: block; margin-top: 40px;} .yw_2 .section3 .mobile .items .item h2{font-size: 14px;color: #333;text-align: center;line-height: 30px;margin-top: 0;} .yw_2 .section3 .mobile .items .item p{font-size: 12px;color: #808080;text-align: center;line-height: 22px;margin-top: 0;} /*业务体系——早教——七彩宝屋保教院*/ .comm_section2{padding-bottom: 0;} .comm_section2 .items{margin:40px -1% -1% -1%;} .comm_section2 .items .item{width: 31.33%;margin:0.8% 1%;float: left;overflow: hidden;} .comm_section2 .items .item img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .comm_section2 .items .item:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);} .comm_section2 .items .item:nth-of-type(4){width: 64.67%;} .yw_21 .section2{background-image: url("/static/home/images/yewu/edu/bg2.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;padding-bottom: 0;} .yw_21 .section2 .box{position: relative;} .yw_21 .section2 .items{padding:3% 0 6% 0;width: 52%;position: relative;float: left;} .yw_21 .section2 .items .item{overflow: hidden;margin-top: 7%;width: 50%;transition:all 500ms ease;-webkit-transition:all 500ms ease;padding-left: 60px;} .yw_21 .section2 .items .item i{display: block;width: 60px;height: 60px;background-repeat: no-repeat;background-position: center;float: left;} .yw_21 .section2 .items .item:nth-of-type(1) i{background-image: url("/static/home/images/yewu/edu/ico1.png");} .yw_21 .section2 .items .item:nth-of-type(2) i{background-image: url("/static/home/images/yewu/edu/ico2.png");} .yw_21 .section2 .items .item:nth-of-type(3) i{background-image: url("/static/home/images/yewu/edu/ico2_1.png");} .yw_21 .section2 .items .item:nth-of-type(4) i{background-image: url("/static/home/images/yewu/edu/ico3.png");} .yw_21 .section2 .items .item:nth-of-type(5) i{background-image: url("/static/home/images/yewu/edu/ico4.png");} .yw_21 .section2 .items .item:nth-of-type(6) i{background-image: url("/static/home/images/yewu/edu/ico5.png");} .yw_21 .section2 .items .item:nth-of-type(7) i{background-image: url("/static/home/images/yewu/edu/ico6.png");} .yw_21 .section2 .items .item h2{margin-left: 85px;font-size: 22px;color: #333;line-height: 30px;} .yw_21 .section2 .items .item p{margin-left: 85px;font-size: 16px;color: #808080;line-height: 24px;} .yw_21 .section2 .items .item:nth-of-type(5) {position: absolute;right: 0;top: 16%;} .yw_21 .section2 .items .item:nth-of-type(6) {position: absolute;right: 0;top: 36%;} .yw_21 .section2 .items .item:nth-of-type(7) {position: absolute;right: 0;top:58%;} .yw_21 .section2 .items .item:hover{transform: translateY(-10px);-webkit-transform: translateY(-10px);} .yw_21 .section2 .right{width: 48%;position:absolute;right: 0;bottom: 0; } .yw_21 .section2 .right img{display: block;width: 100%;} .yw_21 .section3{background-color: #f7f7f7;background-image: url("/static/home/images/yewu/edu/bg4.png");background-repeat: no-repeat;background-position: center top;} .yw_21 .section3 .box{margin: 0 auto;position: relative;width: 470px;height: 470px;} .yw_21 .section3 .box .box_txt{position: relative;width: 100%;height: 100%;margin: 0 auto;} .yw_21 .section3 .box .box_txt .txt_inner{text-align: center;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);} .yw_21 .section3 .box .box_txt .txt_inner i{display: block;height: 143px;background-image: url("/static/home/images/yewu/edu/ico15.png");background-repeat: no-repeat;background-position: center;margin-bottom: 30px;} .yw_21 .section3 .box .box_txt .txt_inner h3{font-size: 24px;color: #1ab7cd;} .yw_21 .section3 .box .box_txt .txt_inner h2{font-family: "Arial";font-size: 16px;color: #1ab7cd;text-transform: uppercase;} .yw_21 .section3 .box .box_txt .circle_box{width:340px;height: 340px;border-radius: 50%;border:4px solid #1ab7cd;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);} .yw_21 .section3 .box .box_txt .circle_box .circle{width: 16px;height: 16px;border-radius: 50%;background-color: #fff;border:4px solid #1ab7cd;position: absolute;transition: all 500ms ease;-webkit-transition: all 500ms ease;} .yw_21 .section3 .box .box_txt .circle_box .circle:nth-of-type(1){left:26%;bottom:2%; } .yw_21 .section3 .box .box_txt .circle_box .circle:nth-of-type(2){left:0%;bottom:30%; } .yw_21 .section3 .box .box_txt .circle_box .circle:nth-of-type(3){left:0%;top:30%; } .yw_21 .section3 .box .box_txt .circle_box .circle:nth-of-type(4){left:26%;top:2%; } .yw_21 .section3 .box .box_txt .circle_box .circle:nth-of-type(5){right:26%;bottom:2%; } .yw_21 .section3 .box .box_txt .circle_box .circle:nth-of-type(6){right:0%;bottom:30%; } .yw_21 .section3 .box .box_txt .circle_box .circle:nth-of-type(7){right:0%;top:30%; } .yw_21 .section3 .box .box_txt .circle_box .circle:nth-of-type(8){right:26%;top:2%; } .yw_21 .section3 .box .box_txt .rotate{width: 100%;height: 100%;position: absolute;left: 0;top: 0;} .yw_21 .section3 .box .box_txt .rotate .rotate_img{border-radius: 50%;width: 100%;height: 100%;position: absolute;-webkit-animation: rings 1500ms linear infinite; animation: rings 1500ms linear infinite; -webkit-transform: scale(0); transform: scale(0); opacity: 0;} .yw_21 .section3 .box .box_txt .rotate .rotate_img img{display: block;width: 100%;} .yw_21 .section3 .box .box_txt .rotate .rotate_img1{left:0;top:0;-webkit-animation-delay: 500ms; animation-delay: 500ms;} .yw_21 .section3 .box .box_txt .rotate .rotate_img2{width: 104%;top: -2%;left: -2%;-webkit-animation-delay:700ms; animation-delay: 700ms;} .yw_21 .section3 .box .box_txt .rotate .rotate_img3{width: 108%;top: -4%;left: -4%;-webkit-animation-delay: 1000ms; animation-delay: 1000ms;} .yw_21 .section3 .box .items .item{display: inline-block;position: absolute;transition: all 500ms ease;-webkit-transition: all 500ms ease;} .yw_21 .section3 .box .items .item i{width: 56px;height: 48px;display: block;background-repeat: no-repeat;background-position: center;float: left;transition: all 500ms ease;-webkit-transition: all 500ms ease;} .yw_21 .section3 .box .items .item:nth-of-type(1) i{background-image: url("/static/home/images/yewu/edu/ico7.png");float: right;} .yw_21 .section3 .box .items .item:nth-of-type(2) i{background-image: url("/static/home/images/yewu/edu/ico13.png");float: right;} .yw_21 .section3 .box .items .item:nth-of-type(3) i{background-image: url("/static/home/images/yewu/edu/ico9.png");float: right;} .yw_21 .section3 .box .items .item:nth-of-type(4) i{background-image: url("/static/home/images/yewu/edu/ico10.png");float: right;} .yw_21 .section3 .box .items .item:nth-of-type(5) i{background-image: url("/static/home/images/yewu/edu/ico12.png");} .yw_21 .section3 .box .items .item:nth-of-type(6) i{background-image: url("/static/home/images/yewu/edu/ico11.png");} .yw_21 .section3 .box .items .item:nth-of-type(7) i{background-image: url("/static/home/images/yewu/edu/ico14.png");} .yw_21 .section3 .box .items .item:nth-of-type(8) i{background-image: url("/static/home/images/yewu/edu/ico8.png");} .yw_21 .section3 .box .items .item:nth-of-type(1):hover i{background-image: url("/static/home/images/yewu/edu/ico7_hover.png");} .yw_21 .section3 .box .items .item:nth-of-type(2):hover i{background-image: url("/static/home/images/yewu/edu/ico13_hover.png");} .yw_21 .section3 .box .items .item:nth-of-type(3):hover i{background-image: url("/static/home/images/yewu/edu/ico9_hover.png");} .yw_21 .section3 .box .items .item:nth-of-type(4):hover i{background-image: url("/static/home/images/yewu/edu/ico10_hover.png");} .yw_21 .section3 .box .items .item:nth-of-type(5):hover i{background-image: url("/static/home/images/yewu/edu/ico12_hover.png");} .yw_21 .section3 .box .items .item:nth-of-type(6):hover i{background-image: url("/static/home/images/yewu/edu/ico11_hover.png");} .yw_21 .section3 .box .items .item:nth-of-type(7):hover i{background-image: url("/static/home/images/yewu/edu/ico14_hover.png");} .yw_21 .section3 .box .items .item:nth-of-type(8):hover i{background-image: url("/static/home/images/yewu/edu/ico8_hover.png");} .yw_21 .section3 .box .items .item h2{margin-left: 80px;color: #1ab7cd;font-size: 24px;line-height: 48px;transition: all 500ms ease;-webkit-transition: all 500ms ease;} .yw_21 .section3 .box .items .item:nth-of-type(1) h2{margin-right: 80px;margin-left: 0;} .yw_21 .section3 .box .items .item:nth-of-type(2) h2{margin-right: 80px;margin-left: 0;} .yw_21 .section3 .box .items .item:nth-of-type(3) h2{margin-right: 80px;margin-left: 0;} .yw_21 .section3 .box .items .item:nth-of-type(4) h2{margin-right: 80px;margin-left: 0;} .yw_21 .section3 .box .items .item:nth-of-type(1){left: -38%;bottom:13%;} .yw_21 .section3 .box .items .item:nth-of-type(2){left: -54%;bottom:32%;} .yw_21 .section3 .box .items .item:nth-of-type(3){left: -54%;top:32%;} .yw_21 .section3 .box .items .item:nth-of-type(4){left: -38%;top:13%;} .yw_21 .section3 .box .items .item:nth-of-type(5){right: -38%;bottom:13%;} .yw_21 .section3 .box .items .item:nth-of-type(6){right: -54%;bottom:32%;} .yw_21 .section3 .box .items .item:nth-of-type(7){right: -54%;top:32%;} .yw_21 .section3 .box .items .item:nth-of-type(8){right: -38%;top:13%;} .yw_21 .section3 .box .items .item:hover h2{color: #eb6ea5;} .yw_21 .section3 .box .box_txt .circle_box .circle.active{border-color:#eb6ea5; } .yw_21 .section4 .items {margin: -1%;} .yw_21 .section4 .items .item{float: left;width: 31.33%;height:13vw;margin: 1%;position: relative;overflow: hidden;} .yw_21 .section4 .items .item .img{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_21 .section4 .items .item .txt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-image: url("/static/home/images/yewu/edu/bg5.png");background-repeat: repeat-x;background-position: center bottom;} .yw_21 .section4 .items .item .txt h2{font-size: 22px;color: #fff;line-height: 24px;position: absolute;left: 15px;right: 15px;bottom:20px;text-align: center;} .yw_21 .section4 .items .item:first-child{width: 64.67%;} .yw_21 .section4 .items .item:hover .img{transform: scale(1.05);-webkit-transform: scale(1.05);} .yw_21 .section5{padding-bottom: 0;} .yw_21 .section5 .con{margin-top: 4%;} .yw_21 .section5 .con img{display: block;max-width: 100%;margin: 0 auto;} .sub_nav{overflow: hidden;} .sub_nav ul{overflow: hidden;margin: 0 -5px;} .sub_nav ul li{float: left;width: 33.33%;} .sub_nav ul li a{background-color: #f7f7f7;display: block;line-height: 160px;font-size: 22px;color: #333;text-align: center;margin: 0 5px;transition: all 500ms ease;-webkit-transition:all 500ms ease;position: relative;} .sub_nav ul li:hover a{background-color:#eb6ea5;color: #fff; } .sub_nav ul li:last-child a:after{content:"";background-image: url("/static/home/images/yewu/edu/ico16.png");background-repeat: no-repeat;background-position: 63% center;display: block;width: 20px;height: 20px;position: absolute;right: 36%;top: 50%;margin-top: -10px;opacity: 0;visibility: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .sub_nav ul li:last-child:hover a:after{opacity: 1;visibility: visible;} /*业务体系——早教——早教宝盒*/ .yw_22 .section1{overflow: hidden;} .yw_22 .section1 .box{margin-top: 30px;position: relative;} .yw_22 .section1 .img_slick{margin-top: -20px;width: 88%;margin: 0 auto;background-image: url("/static/home/images/yewu/edu/bg9.png");background-repeat: no-repeat;background-position: center bottom;padding-bottom:11%;background-size: contain;} /*.yw_22 .section1 .img_slick .slick-track{padding-top: 40px;}*/ .yw_22 .section1 .img_slick .item{padding-top: 3.5%;z-index: 1;position: relative;} .yw_22 .section1 .img_slick .item.slick-center{z-index: 3;} .yw_22 .section1 .img_slick .item .inner{position: relative; -webkit-transition: all 500ms ease; transition: all 500ms ease; -webkit-transform-origin: center bottom; transform-origin: center bottom;} .yw_22 .section1 .img_slick .item.slick-center .inner{transform: scale(1.0); transform: scale(1.0);position: absolute;top:61%;left: 0;} .yw_22 .section1 .img_slick .item.slick-center .inner .bg{background: rgba(255,255,255,0);} .yw_22 .section1 .img_slick .item.slick-center img{/*width: 260px !important;height: 466px !important;*/} .yw_22 .section1 .img_slick .item .inner img{display: block;width: 100%;} .yw_22 .section1 .img_slick .item .inner .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.6);} .yw_22 .section1 .img_slick .item.active{z-index: 2;} .yw_22 .section1 .img_slick .item.active .inner{transform: scale(1.15); transform: scale(1.15);box-shadow: 0 0 30px rgba(0,0,0,0.1);} .yw_22 .section1 .img_slick .item.active .inner .bg{background: rgba(255,255,255,0.4);} .yw_22 .section1 .img_slick .slick-arrow{width: 60px;height: 60px;position: absolute;top:50%;margin-top:-30px;font-size: 0;background-color: #ccc;border:0;cursor: pointer;z-index: 2;border-radius: 50%;background-position: center;background-repeat: no-repeat;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_22 .section1 .img_slick .slick-prev{left: -90px;background-image: url("/static/home/images/yewu/edu/prev.png");} .yw_22 .section1 .img_slick .slick-next{right: -90px;background-image: url("/static/home/images/yewu/edu/next.png");} .yw_22 .section1 .img_slick .slick-arrow:hover{background-color: #1ab7cd;} .yw_22 .section1 .mobe{position: absolute;left: 0;right: 0;margin:0 auto;bottom: 20%;width: 20%;} .yw_22 .section1 .mobe img{display: block;width: 100%;} .yw_22 .section2{background: #f7f7f7;overflow: hidden;} .yw_22 .section2 .items{position: relative;display: block;} .yw_22 .section2 .items .item{position: relative;width: 29.4%;} .yw_22 .section2 .items .item .pic {width: 100%;overflow: hidden;border:4px solid #1ab7cd;} .yw_22 .section2 .items .item .pic img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_22 .section2 .items .item:hover .pic img{transform: scale(1.05);-webkit-transform: scale(1.05);} .yw_22 .section2 .items .item span{font-size: 22px;color: #fff;display: inline-block;padding: 6px 12px;background: #1ab7cd;position: absolute;left: 0;bottom:0;letter-spacing: 2px;} .yw_22 .section2 .items .item:nth-of-type(1){margin-left: 2%;margin-bottom: 8%;position: relative;z-index: 2;} /*.yw_22 .section2 .items .item:nth-of-type(1) .pic{border-color: transparent;margin: -4px;} .yw_22 .section2 .items .item:nth-of-type(1):hover .pic img{transform: scale(1.0);-webkit-transform: scale(1.0);}*/ .yw_22 .section2 .items .item:nth-of-type(1) span{bottom: 11%;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);} .yw_22 .section2 .items .item:nth-of-type(3){position: absolute;left: 27%;top:27%;} .yw_22 .section2 .items .item:nth-of-type(4){width: 724px;position:absolute;right: 0;top: 23%;} .yw_22 .section2 .items .item:nth-of-type(4) .img1{width: 100%;display: block;} .yw_22 .section2 .items .item:nth-of-type(4) .box{position: absolute;top: 6%;left: 12%;width: 78%;} .yw_22 .section2 .items .item:nth-of-type(4) span{left: initial;right: 0;} .yw_22 .section2 .items .item:nth-of-type(4) .img2{max-width: 100%;display: block;position: absolute;left: 4px;bottom: 4px;} .yw_22 .section2 .mobile{display: none;} .yw_22 .section2 .mobile .top{position: relative;width: 68%;margin: 0 auto;} .yw_22 .section2 .mobile .top img{width: 100%;margin: 0 auto;display: block;} .yw_22 .section2 .mobile .top span{font-size: 14px;display: inline-block;width: 36%;background: #1ab7cd;border-radius: 20px;text-align: center;line-height: 36px;color: #fff;position: absolute;bottom: 18%;left: 0;right: 0;margin: 0 auto;} .yw_22 .section2 .mobile .tab_main .tab_con{position: relative;} .yw_22 .section2 .mobile .tab_main .tab_con .img1{display: block;width:100%;} .yw_22 .section2 .mobile .tab_main .tab_con .img2{position: absolute;left: 13%;bottom: 10.7%;width: 20%;z-index: 2;} .yw_22 .section2 .mobile .tab_main .tab_con .list{position: absolute;left: 13%;top: 8%;width: 76%;} .yw_22 .section2 .mobile .tab_main .tab_con .list .item{display: none;} .yw_22 .section2 .mobile .tab_main .tab_con .list .item .pic{overflow: hidden;} .yw_22 .section2 .mobile .tab_main .tab_con .list .item .pic img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_22 .section2 .mobile .tab_main .tab_con .list .item:hover .pic img{transform: scale(1.05);-webkit-transform: scale(1.05);} .yw_22 .section2 .mobile .tab_main ul{font-size: 0;text-align: center;margin-top: 30px;margin-bottom: 20px;} .yw_22 .section2 .mobile .tab_main ul li{display: inline-block;vertical-align: top;width: 31.33%;font-size: 14px;line-height: 36px;text-align: center;color: #333;background: #fff;border-radius: 30px;margin: 0 1%;cursor: pointer;} .yw_22 .section2 .mobile .tab_main ul li:hover,.yw_22 .section2 .mobile .tab_main ul li.on{background: #1ab7cd;color: #fff;} .yw_22 .section3{overflow: hidden;} .yw_22 .section3 .box{position: relative;width: 31.4vw;margin: 3% auto 1% auto;display: block;} .yw_22 .section3 .mobile_items{display: none;} .yw_22 .section3 .block_img{width: 20.5vw;} .yw_22 .section3 .block_img .box_bg{width: 20.4vw;height: 20.4vw;border-radius: 50%;overflow: hidden;border:6px solid #eb6ea5;} .yw_22 .section3 .block_img .box_bg .pic{overflow: hidden;width: 100%;position: relative;} .yw_22 .section3 .block_img .box_bg .pic:after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top:0;background: rgba(0,0,0,0.3);border-radius: 100%;} .yw_22 .section3 .block_img .box_bg .pic img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_22 .section3 .block_img .box_bg:hover .pic img{transform: scale(1.05);-webkit-transform: scale(1.05);} .yw_22 .section3 .block_img:nth-of-type(5) .box_bg{border-color: #fff;} .yw_22 .section3 .block_img:nth-of-type(4) {width: 31.4vw;} .yw_22 .section3 .block_img:nth-of-type(4) .box_bg{width: 31.4vw;height: 31.4vw;border-color: transparent;border-radius: 50%;background: #21b8ce;position: relative;} .yw_22 .section3 .block_img:nth-of-type(4) .box_bg .pic{width: 26.4vw;height: 26.4vw;border-radius: 50%;overflow: hidden;position: absolute;right: 10px;top:9%;} .yw_22 .section3 .block_img:nth-of-type(3){position: absolute;left: -60%;bottom:3%;z-index: 1;} .yw_22 .section3 .block_img:nth-of-type(5){position: absolute;right: -54%;top: 0;} .yw_22 .section3 .block_img span{display: block;text-align: center;font-size: 24px;color: #333;margin-top: 30px;} .yw_22 .section3 .block_img:nth-of-type(4) span{margin-top: 15px;} .yw_22 .section3 .circle{border-radius: 100%;width: 110px;height: 110px;background: #21b8ce;position: absolute;} .yw_22 .section3 .circle1{left: -68%;top:30%;z-index: 2;} .yw_22 .section3 .circle2{background: #eb6da5;z-index: 0;right: -59%;top:42%;} .yw_23 .section1{padding-bottom: 4%;} .yw_23 .section2 {background-color: #f7f7f7;} .yw_23 .section2 .comm_tit{background-image: url("/static/home/images/yewu/edu/bg4.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;padding: 4% 0;} .yw_23 .section2 .comm_tit h2{color: #fff;} .yw_23 .section2 .comm_tit i{margin-bottom: 0;} .yw_23 .section2 .tab_main{margin-top: 40px;padding-bottom: 70px;} .yw_23 .section2 .tab_main .tab_tit{overflow: hidden;margin-bottom: 40px;} .yw_23 .section2 .tab_main .tab_tit a{display: block;width: 176px;height: 56px;line-height: 56px;text-align:center;color: #646464;font-size: 24px;border:2px solid #959595;border-radius: 15px;float: left;margin-right: 40px;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_23 .section2 .tab_main .tab_tit a:hover,.yw_23 .section2 .tab_main .tab_tit a.on{background: #1bb8ce;color: #fff;border-color: #1bb8ce;} .yw_23 .section2 .tab_main .tab_con{} .yw_23 .section2 .tab_main .tab_con .item{position: relative;opacity: 0;visibility: hidden;-webkit-transition: all 500ms ease;transition: all 500ms ease;display: none;} .yw_23 .section2 .tab_main .tab_con .item .pic{overflow: hidden;width: 32%;} .yw_23 .section2 .tab_main .tab_con .item .pic img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_23 .section2 .tab_main .tab_con .item .pic:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);} .yw_23 .section2 .tab_main .tab_con .item .block_txt{position: absolute;right: 0;width: 66%;height: 100%;top:0;background: #1bb8ce;padding: 2%;} .yw_23 .section2 .tab_main .tab_con .item .block_txt i{font-family: "Impact";font-size: 204px;color: rgba(0,0,0,0.2);line-height: 1;margin-top: -10px;letter-spacing: 10px;} .yw_23 .section2 .tab_main .tab_con .item .block_txt .txt{padding: 0 8%;margin-top: -13%;} .yw_23 .section2 .tab_main .tab_con .item .block_txt .txt h3{font-size: 28px;color: #fff;font-weight: bold;line-height: 30px;letter-spacing: 2px;} .yw_23 .section2 .tab_main .tab_con .item .block_txt .txt h2{font-size: 24px;color: #fff;line-height: 30px;margin-top: 15px;letter-spacing: 2px;} .yw_23 .section2 .tab_main .tab_con .item .block_txt .txt p{font-size: 18px;color: #fff;line-height: 30px;margin-top: 25px;} .yw_23 .section2 .tab_main .tab_con .item .block_txt .txt span{font-size: 18px;color: #fff799;line-height: 30px;margin-top: 25px;display: block;} .yw_23 .section2 .tab_main .tab_con .item.active {opacity: 1;visibility: visible;display:block;-webkit-transition: all 500ms ease;transition: all 500ms ease;} .yw_23 .section2 .items{overflow: hidden;padding-bottom: 60px;} .yw_23 .section2 .items .item{float: left;width: 30%;} .yw_23 .section2 .items .item span{font-size: 24px;line-height: 58px;width: 180px;border-radius: 12px;background: #eb6ea5;display: block;color: #fff;text-align: center;} .yw_23 .section2 .items .item h2{font-size: 28px;color: #000;line-height: 30px;margin-top: 30px;} .yw_23 .section2 .items .item p{font-size: 18px;color: #000;line-height: 30px;margin-top: 40px;} .yw_23 .section2 .items .item:nth-of-type(2){width: 26%;margin: 0 7% 0 9%;} .yw_23 .section2 .items .pic{width: 23%;float: left;} .yw_23 .section2 .items .pic img{width: 100%;display: block;} .yw_23 .section2 .items .pic .img1{display: block;} .yw_23 .section2 .items .pic .img2{display: none;} .yw_23 .section3 .items{overflow: hidden;text-align: center;margin: 0 -15px;font-size: 0;padding-top: 10px;padding-bottom: 3%;} .yw_23 .section3 .items .item{margin: 0 1%;width: 18%;display: inline-block;vertical-align: top;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_23 .section3 .items .item .pic{width: 12vw;height: 12vw;border-radius: 50%;background-color: #1bb8ce;margin: 0 auto;} .yw_23 .section3 .items .item .pic i{display: block;height:100%;background-repeat: no-repeat;background-position: center;transition: all 1s ease;-webkit-transition:all 1s ease;} .yw_23 .section3 .items .item:nth-of-type(1) .pic i{background-image: url("/static/home/images/yewu/edu/yw23_ico1.png");} .yw_23 .section3 .items .item:nth-of-type(2) .pic i{background-image: url("/static/home/images/yewu/edu/yw23_ico2.png");} .yw_23 .section3 .items .item:nth-of-type(3) .pic i{background-image: url("/static/home/images/yewu/edu/yw23_ico3.png");} .yw_23 .section3 .items .item:nth-of-type(4) .pic i{background-image: url("/static/home/images/yewu/edu/yw23_ico4.png");} .yw_23 .section3 .items .item:nth-of-type(5) .pic i{background-image: url("/static/home/images/yewu/edu/yw23_ico5.png");} .yw_23 .section3 .items .item h2{color: #1bb8ce;font-size: 24px;line-height:30px;text-align: center;margin-top: 20px;border-bottom: 6px solid #1bb8ce;padding-bottom: 20px;margin-bottom: 30px;} .yw_23 .section3 .items .item p{font-size: 14px;color: #333;line-height: 24px;text-align: left;} .yw_23 .section3 .items .item:nth-of-type(2) .pic {background-color: #56caa0;} .yw_23 .section3 .items .item:nth-of-type(3) .pic {background-color: #ff855e;} .yw_23 .section3 .items .item:nth-of-type(4) .pic {background-color: #c69ae6;} .yw_23 .section3 .items .item:nth-of-type(5) .pic {background-color: #fcc81a;} .yw_23 .section3 .items .item:nth-of-type(2) h2{color: #56caa0;border-color: #56caa0;} .yw_23 .section3 .items .item:nth-of-type(3) h2{color: #ff855e;border-color: #ff855e;} .yw_23 .section3 .items .item:nth-of-type(4) h2{color: #c69ae6;border-color: #c69ae6;} .yw_23 .section3 .items .item:nth-of-type(5) h2{color: #fcc81a;border-color: #fcc81a;} .yw_23 .section3 .items .item:hover .pic i{transform: rotateY(360deg);-webkit-transform: rotateY(360deg);} .yw_23 .section3 .items .item:hover{transform: translateY(-5px);-webkit-transform: translateY(-5px);} /*业务体系——实验学校*/ .yw_3 .section1 .txt p{font-size: 18px;color: #333;line-height: 30px;margin-bottom: 30px;} .yw_3 .section1 .items{background-image: url("/static/home/images/yewu/text/bg1.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;padding: 6% 0;font-size: 0;text-align: center;display: block;} .yw_3 .section1 .img2{display: none;} .yw_3 .section1 .items .item{display: inline-block;width: 18%;position: relative;margin: 0 2%;} .yw_3 .section1 .items .item .inner{position: relative;} .yw_3 .section1 .items .item .inner i{display: block;width: 198px;height: 200px;-webkit-animation: spinner 3s 3 linear;animation: spinner 3s 3 linear;background-image: url("/static/home/images/yewu/text/bg1.png");background-repeat: no-repeat;background-position: center;margin: 0 auto;animation-delay: 0.3s;} .yw_3 .section1 .items .item .inner .txt{position: absolute;left: 15px;right: 15px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);} .yw_3 .section1 .items .item .inner .txt h2{font-size: 24px;color: #fff;line-height: 32px;} .yw_3 .section1 .items .item span{font-size: 18px;color: #fff;line-height: 24px;display: block;text-align: center;margin-top: 10px;} .yw_3 .section2{background: #f7f7f7;} .yw_3 .section2 .items{margin: 0 -1%;} .yw_3 .section2 .items .item{float: left;width: 23%;margin: 0 1%;background: #fff;padding:6% 3%;position: relative;transition:all 500ms ease;-webkit-transition:all 500ms ease;} .yw_3 .section2 .items .item .inner{text-align: center;} .yw_3 .section2 .items .item .inner i{height: 80px;display: block;background-repeat: no-repeat;background-position: center;transition:all 500ms ease;-webkit-transition:all 500ms ease;margin-bottom: 22%;} .yw_3 .section2 .items .item:nth-of-type(1) .inner i{background-image: url("/static/home/images/yewu/text/ico1.png");} .yw_3 .section2 .items .item:nth-of-type(2) .inner i{background-image: url("/static/home/images/yewu/text/ico2.png");} .yw_3 .section2 .items .item:nth-of-type(3) .inner i{background-image: url("/static/home/images/yewu/text/ico3.png");} .yw_3 .section2 .items .item:nth-of-type(4) .inner i{background-image: url("/static/home/images/yewu/text/ico4.png");} .yw_3 .section2 .items .item:nth-of-type(1):hover .inner i{background-image: url("/static/home/images/yewu/text/ico1_hover.png");} .yw_3 .section2 .items .item:nth-of-type(2):hover .inner i{background-image: url("/static/home/images/yewu/text/ico2_hover.png");} .yw_3 .section2 .items .item:nth-of-type(3):hover .inner i{background-image: url("/static/home/images/yewu/text/ico3_hover.png");} .yw_3 .section2 .items .item:nth-of-type(4):hover .inner i{background-image: url("/static/home/images/yewu/text/ico4_hover.png");} .yw_3 .section2 .items .item .inner h2{font-size: 24px;color: #333;line-height: 30px;transition:all 500ms ease;-webkit-transition:all 500ms ease;} .yw_3 .section2 .items .item .inner h2:after{content: "";display: block;background: #007456;width: 32px;height: 4px;margin: 20px auto;transition:all 500ms ease;-webkit-transition:all 500ms ease;} .yw_3 .section2 .items .item .inner p{font-size: 16px;color: #808080;line-height: 28px;transition:all 500ms ease;-webkit-transition:all 500ms ease;} .yw_3 .section2 .items .item:hover{background:#007456; } .yw_3 .section2 .items .item:hover .inner h2,.yw_3 .section2 .items .item:hover .inner p{color: #fff;} .yw_3 .section2 .items .item:hover .inner h2:after{background: #fff;} .yw_3 .section3{overflow: hidden;} .yw_3 .section3 .items{margin: 6% -1.2% 5% -1.2%;} .yw_3 .section3 .items .item{float: left;width: 18.7%;text-align: center;perspective:900px;-webkit-perspective:900px;background: transparent;position: relative;margin:0 -1.2%;height: 450px;} .yw_3 .section3 .items .item .inner{transform: rotateY(-30deg) translate3d(0,0,0);-webkit-transform: rotateY(-30deg) translate3d(0,0,0);background: #7ecdf4;box-shadow: 10px 0 50px 10px rgba(10,0,0,0.2);position: absolute;left: 0;top:0;width: 100%;height: 100%;} .yw_3 .section3 .items .item i{display: block;height:48px;background-repeat: no-repeat;background-position: center;margin-bottom: 31%;transition: all 1s ease;-webkit-transition:all 1s ease; } .yw_3 .section3 .items .item:nth-of-type(1) i{background-image: url("/static/home/images/yewu/text/ico5.png");} .yw_3 .section3 .items .item:nth-of-type(2) i{background-image: url("/static/home/images/yewu/text/ico6.png");} .yw_3 .section3 .items .item:nth-of-type(3) i{background-image: url("/static/home/images/yewu/text/ico7.png");} .yw_3 .section3 .items .item:nth-of-type(4) i{background-image: url("/static/home/images/yewu/text/ico8.png");} .yw_3 .section3 .items .item:nth-of-type(5) i{background-image: url("/static/home/images/yewu/text/ico9.png");} .yw_3 .section3 .items .item:nth-of-type(6) i{background-image: url("/static/home/images/yewu/text/ico10.png");} .yw_3 .section3 .items .item h2{color: #fff;font-size: 24px;line-height: 30px;margin-bottom: 25px;} .yw_3 .section3 .items .item p{color: #fff;font-size: 16px;line-height: 30px;text-align: left;} .yw_3 .section3 .items .item:nth-of-type(1) .inner{background: #7ecdf4;} .yw_3 .section3 .items .item:nth-of-type(2) .inner{background: #55caa0;} .yw_3 .section3 .items .item:nth-of-type(3) .inner{background: #ff845e;} .yw_3 .section3 .items .item:nth-of-type(4) .inner{background: #fcc81a;} .yw_3 .section3 .items .item:nth-of-type(5) .inner{background: #c090e4;} .yw_3 .section3 .items .item:nth-of-type(6) .inner{background: #eb8e42;} .yw_3 .section3 .items .item:nth-of-type(1){z-index: 6;} .yw_3 .section3 .items .item:nth-of-type(2){z-index: 5;} .yw_3 .section3 .items .item:nth-of-type(3){z-index: 4;} .yw_3 .section3 .items .item:nth-of-type(4){z-index: 3;} .yw_3 .section3 .items .item:nth-of-type(5){z-index: 2;} .yw_3 .section3 .items .item:nth-of-type(6){z-index: 1;} .yw_3 .section3 .items .item .txt{padding: 4% 24%;z-index: 7;position: absolute;left:0;right:0;top:20%;transform:translateZ(50px);-webkit-transform:translateZ(50px);} .yw_3 .section3 .items .item:hover i{transform: rotateY(360deg);-webkit-transform: rotateY(360deg);} .yw_3 .section4{background-image: url("/static/home/images/yewu/text/bg2.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;padding:5% 0 10% 0;} .yw_3 .section4 .comm_tit h2,.yw_3 .section4 .comm_tit h3{color: #fff;} .yw_3 .section4 .comm_tit i{background: #fff;} .yw_3 .section4 .items{margin: 8% -2% 0 -2%;} .yw_3 .section4 .items .item{float: left;width: 10.28%;margin: 0 2%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_3 .section4 .items .item i{width: 150px;height: 135px;background-image: url("/static/home/images/yewu/text/ico18.png");background-repeat: repeat;background-position: center;display: block;position: relative;transition: all 500ms ease;-webkit-transition:all 500ms ease;background-repeat: no-repeat;margin: 0 auto;} .yw_3 .section4 .items .item i:after{content: "";width: 58px;height: 58px;background-repeat: no-repeat;background-position: center;display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);} .yw_3 .section4 .items .item:nth-of-type(1) i:after{background-image: url("/static/home/images/yewu/text/ico11.png");} .yw_3 .section4 .items .item:nth-of-type(2) i:after{background-image: url("/static/home/images/yewu/text/ico12.png");} .yw_3 .section4 .items .item:nth-of-type(3) i:after{background-image: url("/static/home/images/yewu/text/ico13.png");} .yw_3 .section4 .items .item:nth-of-type(4) i:after{background-image: url("/static/home/images/yewu/text/ico14.png");} .yw_3 .section4 .items .item:nth-of-type(5) i:after{background-image: url("/static/home/images/yewu/text/ico15.png");} .yw_3 .section4 .items .item:nth-of-type(6) i:after{background-image: url("/static/home/images/yewu/text/ico16.png");} .yw_3 .section4 .items .item:nth-of-type(7) i:after{background-image: url("/static/home/images/yewu/text/ico17.png");} .yw_3 .section4 .items .item h2{font-size: 20px;color: #fff;text-align: center;margin-top: 30px;line-height: 24px;} .yw_3 .section4 .items .item:hover i{background-image: url("/static/home/images/yewu/text/ico19.png");} .yw_3 .section4 .items .item:hover{transform: translateY(-5px);-webkit-transform: translateY(-5px);} .yw_3 .section5 .items{margin: -1%;} .yw_3 .section5 .items .item{float: left;width: 31.33%;margin: 1%;overflow: hidden;} .yw_3 .section5 .items .item img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_3 .section5 .items .item:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);} .yw_3 .section6{background: #f7f7f7;overflow: hidden;} .yw_3 .section6 .items {margin: -3px;} .yw_3 .section6 .items .item{float: left;width: 50%;overflow: hidden;position: relative;} .yw_3 .section6 .items .item .inner{margin:3px;overflow: hidden;position: relative;} .yw_3 .section6 .items .item .pic{width: 50%;overflow: hidden;float: left;} .yw_3 .section6 .items .item .pic img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .yw_3 .section6 .items .item:hover .pic img{transform: scale(1.05);-webkit-transform: scale(1.05);} .yw_3 .section6 .items .item .block_txt{position: absolute;right: 0;top: 0;width: 50%;height: 100%;} .yw_3 .section6 .items .item .block_txt:after{content: "";display: block;border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:15px solid #ff845e;position: absolute;left: -15px;top: 50%;margin-top: -15px;} .yw_3 .section6 .items .item .block_txt .txt{position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);left:0;right:0;padding: 5% 16%;} .yw_3 .section6 .items .item .block_txt .txt span{font-family: "DIN";font-size: 40px;color: #fff;line-height: 1;} .yw_3 .section6 .items .item .block_txt .txt h2{font-size: 18px;color: #fff;line-height: 24px;margin-top: 15px;} .yw_3 .section6 .items .item:nth-of-type(1) .block_txt{background: #ff845e; } .yw_3 .section6 .items .item:nth-of-type(2) .block_txt{background: #c090e4; } .yw_3 .section6 .items .item:nth-of-type(3) .block_txt{background: #55caa0; left: 0;right: initial;} .yw_3 .section6 .items .item:nth-of-type(4) .block_txt{background: #fcc81a; left: 0;right: initial;} .yw_3 .section6 .items .item:nth-of-type(3) .pic{float: right;} .yw_3 .section6 .items .item:nth-of-type(4) .pic{float: right;} .yw_3 .section6 .items .item:nth-of-type(2) .block_txt:after{border-right:15px solid #c090e4;} .yw_3 .section6 .items .item:nth-of-type(3) .block_txt:after{border-left:15px solid #55caa0;border-right:0;left: initial;right:-15px;} .yw_3 .section6 .items .item:nth-of-type(4) .block_txt:after{border-left:15px solid #fcc81a;border-right:0;left: initial;right:-15px;} .yw_3 .section7 .honor_slick{margin: 0 auto;height: 760px;position: relative;padding: 0 4%;margin: 0 auto;} .yw_3 .section7 .honor_slick:after{content: "";display: block;width: 100%;height:4px;background-repeat: repeat-x;background-image: url("/static/home/images/yewu/text/bg2.png");background-position:left center;position: absolute;top: 50%;margin-top: -2px;z-index: -1;left: 0; } .yw_3 .section7 .honor_slick .slick-list{height: 100%;} .yw_3 .section7 .honor_slick .slick-track{height: 100%;} .yw_3 .section7 .honor_slick .item{margin: 0;position: relative;height: 100%;} .yw_3 .section7 .honor_slick .item img{transition: all 500ms ease;-webkit-transition:all 500ms ease;display: block;width: 100%;} .yw_3 .section7 .honor_slick .item .inner{position: absolute;padding-bottom: 40px;bottom:50%;left:4%;} .yw_3 .section7 .honor_slick .item .inner:after{content: "";display: block;width: 20px;height: 20px;border:4px solid #e6e6e6;border-radius: 50%;position: absolute;left: 50%;bottom: -11px;margin-left: -10px;background-color: #ffffff;} .yw_3 .section7 .honor_slick .item .inner p{color: #808080;font-size: 18px;line-height: 28px;text-align: center;margin: 25px 0 0 0;} .yw_3 .section7 .honor_slick .item:nth-of-type(odd){top:0;} .yw_3 .section7 .honor_slick .item:nth-of-type(even) .inner{top: 50%;} .yw_3 .section7 .honor_slick .item:nth-of-type(even) .inner:after{top:-11px;bottom: initial;} .yw_3 .section7 .honor_slick .item:nth-of-type(even) .inner{padding-top: 46%;padding-bottom: 0;} .yw_3 .section7 .honor_slick .item:nth-of-type(even) p{margin:0 0 25px 0;position: absolute;top: 40px;left: 0;right: 0;} .yw_3 .section7 .honor_slick .item.slick-current .inner:after,.yw_3 .section7 .honor_slick .item:hover .inner:after{border-color: #ea7412;} .yw_3 .section7 .honor_slick .item.slick-current .inner p,.yw_3 .section7 .honor_slick .item:hover .inner p{color: #ea7412;} .yw_3 .section7 .honor_slick .slick-arrow{width: 60px;height: 60px;background-repeat: no-repeat;background-position: center;font-size: 0;outline: none;border:0;transition: all 500ms ease;-webkit-transition:all 500ms ease;cursor: pointer;position: absolute;background-color: transparent;top: 50%;margin-top: -30px;z-index: 2;} .yw_3 .section7 .honor_slick .slick-prev{left: 0;background-image: url("/static/home/images/yewu/text/prev.png");} .yw_3 .section7 .honor_slick .slick-next{right: 0;background-image: url("/static/home/images/yewu/text/next.png");} .yw_3 .section7 .honor_slick .slick-prev:hover{background-image: url("/static/home/images/yewu/text/prev_hover.png");} .yw_3 .section7 .honor_slick .slick-next:hover{background-image: url("/static/home/images/yewu/text/next_hover.png");} .yw_3 .section7 .honor_slick .item:hover img{transform: translateY(-10px);-webkit-transform: translateY(-10px);} .ts_main .section1{background: #f7f7f7;} .ts_main .section1 .m_tab ul{font-size: 0;text-align: center;margin: 30px 0;} .ts_main .section1 .m_tab ul li{display: inline-block;background-color: #144d91;font-size: 16px;line-height: 50px;padding: 0 45px;border-radius: 30px;color: #fff;margin: 0 18px;transition: all 500ms ease;-webkit-transition:all 500ms ease;cursor: pointer;} .ts_main .section1 .m_tab ul li:hover,.ts_main .section1 .m_tab ul li.on{background-color: #f5c921;} .ts_main .section1 .tabshow{width: 100%;overflow: hidden;height: auto;} .ts_main .section1 .tabshow .slick{width: 100%;} .ts_main .section1 .tabshow .slick .item img{display: block;max-height: 90%;margin: 0 auto;max-width: 34%;} .ts_main .section1 .tabshow .slick .item p{color: #231816;font-size: 24px;line-height: 32px;text-align: center;margin-top: 40px;} .ts_main .section1 .tabshow .slick .slick-arrow{width: 60px;height: 60px;border-radius: 50%;background-color: #cccccc;font-size: 0;outline: none;border:0;transition: all 500ms ease;-webkit-transition:all 500ms ease;position: absolute;top: 50%;margin-top: -30px;z-index: 2;background-repeat: no-repeat;background-position: center;cursor: pointer;} .ts_main .section1 .tabshow .slick .slick-prev{background-image: url("/static/home/images/yewu/tese/prev.png");left: 0;} .ts_main .section1 .tabshow .slick .slick-next{background-image: url("/static/home/images/yewu/tese/next.png");right: 0;} .ts_main .section1 .tabshow .slick .slick-arrow:hover{background-color:#f5c921; } .ts_main .section2 .tab_main .tab_tit ul{width: 210px;float: left;} .ts_main .section2 .tab_main .tab_tit ul li{cursor: pointer;width: 80px;height: 80px;border-radius: 50%;border:1px solid #b1b2b1;background-repeat: no-repeat;background-position: center;transition: all 500ms ease;-webkit-transition:all 500ms ease;margin-bottom: 20px;} .ts_main .section2 .tab_main .tab_tit ul li:nth-of-type(1){background-image: url("/static/home/images/yewu/tese/ico1.png");margin-left: 50px;} .ts_main .section2 .tab_main .tab_tit ul li:nth-of-type(2){background-image: url("/static/home/images/yewu/tese/ico2.png");} .ts_main .section2 .tab_main .tab_tit ul li:nth-of-type(3){background-image: url("/static/home/images/yewu/tese/ico3.png");margin-left: 50px;} .ts_main .section2 .tab_main .tab_tit ul li.on,.ts_main .section2 .tab_main .tab_tit ul li:hover{background-color: #545454;} .ts_main .section2 .tab_main .tab_tit ul li:nth-of-type(1).on,.ts_main .section2 .tab_main .tab_tit ul li:nth-of-type(1):hover{background-image: url("/static/home/images/yewu/tese/ico1_hover.png");} .ts_main .section2 .tab_main .tab_tit ul li:nth-of-type(2).on,.ts_main .section2 .tab_main .tab_tit ul li:nth-of-type(2):hover{background-image: url("/static/home/images/yewu/tese/ico2_hover.png");} .ts_main .section2 .tab_main .tab_tit ul li:nth-of-type(3).on,.ts_main .section2 .tab_main .tab_tit ul li:nth-of-type(3):hover{background-image: url("/static/home/images/yewu/tese/ico3_hover.png");} .ts_main .section2 .tab_main .tab_con{margin-left: 210px;} .ts_main .section2 .tab_main .tab_con .item{padding-bottom: 20px;overflow: hidden;display: none;} .ts_main .section2 .tab_main .tab_con .item .left{float: left;width: 40%;} .ts_main .section2 .tab_main .tab_con .item .left h3{font-size: 40px;color: #333;line-height: 1;} .ts_main .section2 .tab_main .tab_con .item .left h2{font-size: 16px;color: #f5c921;line-height: 30px;margin-top: 5px;padding-bottom: 20px;border-bottom:4px solid #f5c921;margin-bottom: 25px;} .ts_main .section2 .tab_main .tab_con .item .left p{font-size: 16px;color: #808080;line-height: 30px;} .ts_main .section2 .tab_main .tab_con .item .right{float: right;width: 52%;position: relative;} .ts_main .section2 .tab_main .tab_con .item .right .pic{width: 100%;overflow: hidden;position: relative;} .ts_main .section2 .tab_main .tab_con .item .right .pic img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .ts_main .section2 .tab_main .tab_con .item .right .pic:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);} .ts_main .section2 .tab_main .tab_con .item .right:before{content: "";display: block;width: 100%;height: 100%;position: absolute;left: -20px;top: 20px;background: #f5c921;} .ts_main .section2 .tab_main .tab_con .item:nth-of-type(2) .left h2{color: #7ecdf4;border-color: #7ecdf4;} .ts_main .section2 .tab_main .tab_con .item:nth-of-type(2) .right:before{background: #7ecdf4;} .ts_main .section2 .tab_main .tab_con .item:nth-of-type(3) .left h2{color: #55caa0;border-color: #55caa0;} .ts_main .section2 .tab_main .tab_con .item:nth-of-type(3) .right:before{background: #55caa0;} .ts_main .section3{background-repeat: no-repeat;background-position: center;background-image: url("/static/home/images/yewu/tese/bg_img1.jpg");background-attachment: fixed;padding: 6% 0;} .ts_main .section3 .comm_tit h2{color: #fff;} .ts_main .section3 .items{font-size: 0;text-align: center;} .ts_main .section3 .items .item{display: inline-block;vertical-align: top;width:20%;margin: 0 2%;transition: all 500ms ease;-webkit-transition:all 500ms ease; } .ts_main .section3 .items .item .pic{width: 242px;height: 220px;background-repeat: no-repeat;background-position: center;background-image: url("/static/home/images/yewu/tese/ico8.png");margin: 0 auto;background-size: 100%;} .ts_main .section3 .items .item .pic i{display: block;height: 100%;background-repeat: no-repeat;background-position: center;transition: all 1000ms ease;-webkit-transition:all 1000ms ease;} .ts_main .section3 .items .item:nth-of-type(1) .pic i{background-image: url("/static/home/images/yewu/tese/ico4.png");} .ts_main .section3 .items .item:nth-of-type(2) .pic i{background-image: url("/static/home/images/yewu/tese/ico5.png");} .ts_main .section3 .items .item:nth-of-type(3) .pic i{background-image: url("/static/home/images/yewu/tese/ico6.png");} .ts_main .section3 .items .item:nth-of-type(4) .pic i{background-image: url("/static/home/images/yewu/tese/ico7.png");} .ts_main .section3 .items .item p{color: #fff;font-size: 20px;line-height: 30px;text-align: center;margin-top: 30px;} .ts_main .section3 .items .item:hover{transform: translateY(-10px);-webkit-transform: translateY(-10px);} .ts_main .section3 .items .item:hover .pic i{transform: rotateY(360deg);-webkit-transform: rotateY(360deg);} .ts_main .section4{background-color: #f7f7f7;background-image: url("/static/home/images/yewu/tese/bg_img1.png");background-repeat: no-repeat;background-position: center 20%;padding: 6% 0;} .ts_main .section4 .box_main .box{width: 738px;margin: 80px auto 0 auto;position: relative;z-index: 2;} .ts_main .section4 .box_main .box .img1{display: block;width: 100%;} .ts_main .section4 .box_main .box .items .item{width: 190px;height: 190px;border-radius: 50%;background: #144d91;position: absolute;overflow: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;cursor: pointer;} .ts_main .section4 .box_main .box .items .item .txt{position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);opacity: 1;visibility: visible;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .ts_main .section4 .box_main .box .items .item .txt i{display: block;height: 48px;background-repeat: no-repeat;background-position: center;} .ts_main .section4 .box_main .box .items .item .more{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-image: url("/static/home/images/yewu/tese/more.png");position: absolute;left: 0;top: 0;transition: all 500ms ease;-webkit-transition:all 500ms ease;opacity: 0;visibility: hidden;background-size: auto 40px;} .ts_main .section4 .box_main .box .items .item:nth-of-type(1) .txt i{background-image: url("/static/home/images/yewu/tese/ico9.png");} .ts_main .section4 .box_main .box .items .item:nth-of-type(2) .txt i{background-image: url("/static/home/images/yewu/tese/ico10.png");} .ts_main .section4 .box_main .box .items .item:nth-of-type(3) .txt i{background-image: url("/static/home/images/yewu/tese/ico11.png");} .ts_main .section4 .box_main .box .items .item:nth-of-type(4) .txt i{background-image: url("/static/home/images/yewu/tese/ico12.png");} .ts_main .section4 .box_main .box .items .item:nth-of-type(5) .txt i{background-image: url("/static/home/images/yewu/tese/ico13.png");} .ts_main .section4 .box_main .box .items .item:nth-of-type(6) .txt i{background-image: url("/static/home/images/yewu/tese/ico14.png");} .ts_main .section4 .box_main .box .items .item:nth-of-type(7) .txt i{background-image: url("/static/home/images/yewu/tese/ico15.png");} .ts_main .section4 .box_main .box .items .item .txt h2{font-size: 18px;color: #fff;font-weight: bold;text-align: center;margin-top: 15px;} .ts_main .section4 .box_main .box .items .item:nth-of-type(7) .txt h2 br{display: none;} .ts_main .section4 .box_main .box .items .item:nth-of-type(1){width: 26%;height: 28%;top: 40%;left: 10%;} .ts_main .section4 .box_main .box .items .item:nth-of-type(2){width: 26%;height: 28%;background: #7ecdf4;top: 12%;left: -18%;} .ts_main .section4 .box_main .box .items .item:nth-of-type(3){width: 19%;height: 20.9%;background: #55caa0;top: -4%;left: 14.5%;} .ts_main .section4 .box_main .box .items .item:nth-of-type(4){width: 23%;height: 25%;top: 10%;left: 38%;} .ts_main .section4 .box_main .box .items .item:nth-of-type(5){width: 19%;height: 21%;background: #fcc81a;top: -4%;right: 14.5%;} .ts_main .section4 .box_main .box .items .item:nth-of-type(6){width: 26%;height: 28%;background: #ff835d;top: 5%;right: -22%;} .ts_main .section4 .box_main .box .items .item:nth-of-type(7){width: 33%;height: 36%;top: 31%;right: 0;} .ts_main .section4 .box_main .box .items .item:hover .more{opacity: 1;visibility: visible;} .ts_main .section4 .box_main .box .items .item:hover .txt{opacity: 0;visibility: hidden;} .ts_main .section4 .box_main .hide_items .item{width: 400px;height: 400px;border-radius: 50%;background: #144d91;padding: 8% 11% 4% 11%;position: absolute;display: none;text-align:center;} .ts_main .section4 .box_main .hide_items .item i{display: block;height: 48px;background-repeat: no-repeat;background-position: center;} .ts_main .section4 .box_main .hide_items .item:nth-of-type(1) i{background-image: url("/static/home/images/yewu/tese/ico9.png");} .ts_main .section4 .box_main .hide_items .item:nth-of-type(2) i{background-image: url("/static/home/images/yewu/tese/ico10.png");} .ts_main .section4 .box_main .hide_items .item:nth-of-type(3) i{background-image: url("/static/home/images/yewu/tese/ico11.png");} .ts_main .section4 .box_main .hide_items .item:nth-of-type(4) i{background-image: url("/static/home/images/yewu/tese/ico12.png");} .ts_main .section4 .box_main .hide_items .item:nth-of-type(5) i{background-image: url("/static/home/images/yewu/tese/ico13.png");} .ts_main .section4 .box_main .hide_items .item:nth-of-type(6) i{background-image: url("/static/home/images/yewu/tese/ico14.png");} .ts_main .section4 .box_main .hide_items .item:nth-of-type(7) i{background-image: url("/static/home/images/yewu/tese/ico15.png");} .ts_main .section4 .box_main .hide_items .item h2{font-size: 24px;line-height: 24px;text-align: center;color: #fff;margin-top: 15px;} .ts_main .section4 .box_main .hide_items .item p{font-size: 16px;line-height: 30px;color: #fff;margin-top: 20px;display: inline-block;text-align: left;} .ts_main .section4 .box_main .hide_items .item p span{display: block;} .ts_main .section4 .box_main .hide_items .item em{display: block;height: 20px;width: 20px;background: url("/static/home/images/yewu/tese/close.png") no-repeat center;margin: 30px auto;cursor: pointer;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .ts_main .section4 .box_main .hide_items .item em:hover{transform: rotate(180deg);-webkit-transform: rotate(180deg);} .ts_main .section4 .box_main .hide_items .item:nth-of-type(1) {top: 15%;left: -6%;width: 500px;height: 500px;} .ts_main .section4 .box_main .hide_items .item:nth-of-type(2) {background:#7ecdf4;top: -10%;left: -34%; } .ts_main .section4 .box_main .hide_items .item:nth-of-type(3) {background:#55caa0; top: -32%;left: -6%;width: 350px;height: 350px;} .ts_main .section4 .box_main .hide_items .item:nth-of-type(4) {top:-25%;left: 16%; } .ts_main .section4 .box_main .hide_items .item:nth-of-type(5) {background:#fcc81a;top: -15%;right: -12%;} .ts_main .section4 .box_main .hide_items .item:nth-of-type(6) {background:#ff835d;top: -15%;right: -34%;width: 500px;height: 500px; } .ts_main .section4 .box_main .hide_items .item:nth-of-type(7) {top: 15%;left: 43%;width: 500px;height: 500px;} .ts_main .section4 .box_main .bot{width: 80%;background: #e6e6e6;border-radius: 60%;padding: 66px 0 40px 0;margin: 0 auto;position: relative;margin-top: -40px;} .ts_main .section4 .box_main .bot p{font-size: 36px;color: #144d91;text-align: center;line-height: 1;} .ts_main .section4 .mobile_items{display: none;} /*创始人*/ .f_main .section1{background-repeat: no-repeat;background-position: center;background-size: cover;width:100%;height:86vh; overflow: hidden;position: relative;} .f_main .section1 .img1{display: block;width: 43%;position: absolute;left: 6%;bottom:0;} .f_main .section1 .txt{position: absolute;right:12%;top: 40%; } .f_main .section1 .txt h1{font-size: 60px;line-height: 1;color: #fff;text-align: center;} .f_main .section1 .txt p{color: #f5ca23;font-size: 30px;text-align: center;line-height: 1;margin-top: 30px;} .f_main .section1 .txt .img2{display: block;max-width: 100%;margin: 15% 0 0 45%;} .f_main .section2 .items{text-align: center;font-size: 0;margin: 0 -1.5%;} .f_main .section2 .items .item{display: inline-block;vertical-align: middle;position: relative;width:16vw;height: 16vw;border-radius: 50%;overflow: hidden;margin: 0 1.5%;border:10px solid #eeeeee;transition:all 500ms ease;-webkit-transition:all 500ms ease;} .f_main .section2 .items .item .pic{overflow: hidden;} .f_main .section2 .items .item .pic img{display: block;width: 100%;} .f_main .section2 .items .item .txt{position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);padding: 0 35px;} .f_main .section2 .items .item .show{position: absolute;left: 0;top: 0;right: 0;width: 100%;height: 100%;opacity: 1;visibility: visible;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .f_main .section2 .items .item .show span{color: #2c3447;font-size: 24px;display: block;text-align: center;/*font-family: 'SOURCEHANSANSCN';*/} .f_main .section2 .items .item .show h3{color: #f5ca23;font-size: 16px;} .f_main .section2 .items .item .show i{width: 164px;height: 2px;display: block;background-image: url("/static/home/images/founder/bg1.png");background-repeat: no-repeat;background-position: center;margin:12px auto 15px auto;} .f_main .section2 .items .item .show p{font-size: 14px;color: #fff;line-height: 24px;height: 48px;overflow: hidden;text-align: left;} .f_main .section2 .items .item .hide{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #2c3447;transition: all 500ms ease;-webkit-transition:all 500ms ease;opacity: 0;visibility: hidden;border-radius: 50%;} .f_main .section2 .items .item .hide span{color: #ffffff;font-size: 24px;display: block;text-align: center;/*font-family: 'SOURCEHANSANSCN';*/} .f_main .section2 .items .item .hide h3{color: #f5ca23;font-size: 16px;} .f_main .section2 .items .item .hide p{font-size: 12px;color: #fff;line-height: 18px;text-align: center;margin-top: 10px;} .f_main .section2 .items .item:hover{border-color: #e2e9f2;transform: scale(1.2);-webkit-transform: scale(1.2);z-index: 2;} .f_main .section2 .items .item:hover .hide{opacity: 1;visibility: visible;} .f_main .section2 .items .item:hover .show{opacity: 0;visibility: hidden;} .f_main .section3{overflow: hidden;position: relative;} .f_main .section3 .left{width: 50%;background: #f5ca23;height: 100%;position: absolute;left: 0;top: 0;padding-top: 4%;} .f_main .section3 .left img{display: block;max-width: 76%;margin:0 auto;} .f_main .section3 .left .txtScroll{overflow:hidden; position:absolute; background: #fff;display: inline-block;padding: 7% 8% 10% 8%; right: -7%;bottom: 14%; box-shadow: 12px 12px 20px 0px rgba(0,0,0,0.5);-webkit-box-shadow: 12px 12px 20px 0px rgba(0,0,0,0.5);} .f_main .section3 .left .txtScroll .hd{overflow:hidden;position: absolute;left: 0;right: 0;bottom: 8%;text-align: center; } .f_main .section3 .left .txtScroll .hd .next{width: 40px;height: 40px;border-radius: 50%;background-color: #f5c922; background-image: url("/static/home/images/founder/ico1.png");background-repeat: no-repeat;background-position: center;display: inline-block;cursor: pointer;} .f_main .section3 .left .txtScroll .infoList p{font-size: 18px;color: #4a4a4a;line-height: 36px;letter-spacing: 2px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} .f_main .section3 .left .txtScroll .infoList p:before{content: "●";display: inline-block;font-size: 18px;float: left;margin-right: 10px;} .f_main .section3 .right{background: #2c3447;width: 50%;padding: 6% 7% 4% 5%;margin-left: 50%;} .f_main .section3 .right .txt {padding-right: 12%;} .f_main .section3 .right .txt h2{font-size: 36px;line-height: 48px;text-align: center;color: #fff;} .f_main .section3 .right .txt i{display: block;margin: 20px auto 40px auto;width: 60px;height: 4px;background: #f5c922;} .f_main .section3 .right .txt p{font-size: 16px;color: #fff;line-height: 28px;margin-bottom: 30px;} .f_main .section3 .right .txt p span{font-size: 30px;display: inline-block;margin-right: 10px;margin-bottom: 15px;} .f_main .section3 .right img{display: block;max-width: 100%;margin-top: 40px;} .f_main .section4 .items{overflow: hidden;} .f_main .section4 .items .item{float: left;width: 50%;margin:0 0 32px 0;position: relative;} .f_main .section4 .items .item .txt{margin: 0 36px;overflow: hidden;} .f_main .section4 .items .item span{display:block;font-size: 18px;line-height: 36px;color: #ffffff;background: #f5ca23;padding: 0 30px;border-radius: 30px;float: left;} .f_main .section4 .items .item a{display: block;font-size: 18px;line-height: 36px;color: #333;padding: 0 20px;width: 60%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;} .f_main .section4 .items .item a:hover{color: #f5ca23;} .f_main .section4 .items .item em{display:block;font-size: 18px;line-height: 36px;color: #333;float: right;} .f_main .section4 .more{display: block;width: 200px;line-height: 48px;font-size: 16px;color: #fff;background: #2c3447;text-align: center;margin: 0 auto;border-radius: 30px;transition: all 500ms ease;-webkit-transition:all 500ms ease;margin-top: 3%;} .f_main .section4 .more:hover{background:#f5c922; } .f_main .section5{position: relative;} .f_main .section5 .imgbg{display: block;width: 100%;position: absolute;left: 0;top: 16%;} .f_main .section5 .box{width:76%;margin: 0 auto;position: relative;overflow: hidden;} .f_main .section5 .box .img1{display: block;width: 100%;} .f_main .section5 .box .img2{position: absolute;right: 0;top: 0;z-index: 1;display: block;width: 52%;} .f_main .section5 .box .inner{position: absolute;left: 0;right:0;top: 5%;width: 82%;margin: 0 auto;} .f_main .section5 .box .inner .pic{overflow: hidden;} .f_main .section5 .box .inner .pic img{display: block;width: 100%;} .f_main .section5 .box .inner .pic:after{content: "";display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.5);position: absolute;left: 0;top: 0;} .f_main .section5 .box .inner .txt{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding-top: 28%;z-index: 2;cursor: pointer;} .f_main .section5 .box .inner .txt i{display: block;height: 80px;background-image: url("/static/home/images/founder/play.png");background-repeat: no-repeat;background-position: center;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .f_main .section5 .box .inner .txt span{display: block;text-align: center;font-size: 30px;color: #fff;line-height: 30px;margin-top: 30px;letter-spacing: 3px;} .f_main .section5 .box .inner .txt h2{text-align: center;font-size: 48px;color: #fff;line-height: 1;font-weight: bold;margin-top: 20px;letter-spacing: 8px;} .f_main .section5 .box .inner:hover .txt i{background-image: url("/static/home/images/founder/play_hover.png");transform: rotate(360deg);-webkit-transform: rotate(360deg);} .video_layer {position: fixed;width: 100%;height: 100%;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, .8);z-index: 10000;display: none;} .video_layer .video_cont {position: absolute;width: 36vw;max-height:80vw;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);z-index: 9;} .video_layer .video_cont video {display: block;width: 100%;} .video_layer .video_con { position: relative;} .video_layer .video_close {width: 20px;height:20px;background: url("/static/home/images/founder/close.png") no-repeat;display: block;position: absolute;right: -30px;top: -30px;background-repeat: no-repeat;background-position: center;transition: all 500ms ease;-webkit-transition:all 500ms ease; } .video_layer .video_close:hover{transform: rotate(180deg);-webkit-transform: rotate(180deg);} .f_main .section6{background: #2c3447;padding: 4% 0 2% 0;overflow: hidden;} .f_main .section6 .left{float: left;width: 340px;padding: 2% 0 0 3%;} .f_main .section6 .left img{display: block;max-width: 100%;} .f_main .section6 .right{margin-left: 340px;padding: 0 10%;position: relative;} .f_main .section6 .right .img1{display: block;max-width: 100%;position: absolute;left: 25%;top: 0;z-index: 0;} .f_main .section6 .right .txt{padding-top: 14%;position: relative;z-index: 1;} .f_main .section6 .right .txt p{font-size: 24px;color: #fff;font-family: "KaiTi","Microsoft YaHei";line-height: 40px;} .f_main .section6 .right .img2{float: right;display: block;max-width: 100%;margin-top: 20px;position: relative;z-index: 1;} .f_main .section7{background-image: url("/static/home/images/founder/bg2.jpg");background-position:center bottom;background-repeat: no-repeat;padding-bottom: 13%;background-size: contain;} .f_main .section7 .img_slick .item{margin: 0 15px;} .f_main .section7 .img_slick .item .box{position: relative;overflow: hidden;} .f_main .section7 .img_slick .item .box .pic{overflow: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .f_main .section7 .img_slick .item .box .pic img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .f_main .section7 .img_slick .item .box:hover .pic img{transform: scale(1.05);-webkit-transform: scale(1.05);} .f_main .section7 .img_slick .item .box .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.5);z-index: 2;cursor: pointer;} .f_main .section7 .img_slick .item .box .bg:after{content: "";display: block;width:100%;height: 100%;background-repeat: no-repeat;background-position: center;background-image: url("/static/home/images/founder/play2.png");position: absolute;left: 0;top: 0;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .f_main .section7 .img_slick .item .box:hover .bg:after{transform: rotate(360deg);-webkit-transform: rotate(360deg);} .f_main .section7 .img_slick .item span{font-size: 20px;color: #333;line-height: 30px;text-align: center;display: block;padding: 20px 0;} .f_main .section7 .slick-arrow{width: 60px;height: 60px;background-color: #dcdcdc;cursor: pointer;font-size: 0;outline: none;border:0;background-repeat: no-repeat;background-position: center;position: absolute;top: 50%;margin-top: -64px;transition: all 500ms ease;-webkit-transition:all 500ms ease;z-index: 1;} .f_main .section7 .slick-prev{background-image: url("/static/home/images/founder/prev.png");left: 0;} .f_main .section7 .slick-next{background-image: url("/static/home/images/founder/next.png");right: 0;} .f_main .section7 .slick-arrow:hover{background-color: #f5ca23;} .f_main .section7 .slick-list{width: 96%;margin: 0 auto;} .f_main .section7 .img_slick2{margin: 50px 0 70px 0;} .f_main .section7 .img_slick2 .item{margin: 0 15px;} .f_main .section7 .img_slick2 .item .pic{overflow: hidden;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .f_main .section7 .img_slick2 .item .pic img{display: block;width: 100%;transition: all 500ms ease;-webkit-transition:all 500ms ease;} .f_main .section7 .img_slick2 .item .pic:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);} .f_main .section7 .img_slick2 .item span{font-size: 20px;color: #333;line-height: 30px;text-align: center;display: block;padding: 20px 0;}