@charset "UTF-8"; /*主色调*/ /*文字文本*/ /*单行省略号*/ /*多行省略号*/ /*箭头*/ /**a标签hoverboder效果**/ /**使用vw适配**/ .banner { position: relative; } .banner a { display: block; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 15%; width: 150px; height: 38px; line-height: 38px; font-size: 14px; text-align: center; color: #fff; background: #ed4747; z-index: 1; overflow: hidden; } @media (min-width: 768px) { .banner a { width: 180px; height: 48px; line-height: 48px; font-size: 18px; } } .banner a:after { content: ''; position: absolute; z-index: -1; -webkit-transition: width 0.3s, opacity 0.3s; transition: width 0.3s, opacity 0.3s; width: 0; height: 530px; top: 50%; left: 50%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity: 0; background: #f13232; -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg); transform: translate3d(-50%, -50%, 0) rotate(45deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .banner a:hover:after, .banner a:active:after { width: 100%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; } .banner img { width: 100%; } .entrance { margin: 40px auto 60px; } @media (min-width: 768px) { .entrance { margin: 60px auto 100px; } } @media (min-width: 1200px) { .entrance { margin: 100px auto 120px; } } .entrance .item { margin-bottom: 20px; } .entrance .item .img img { height: calc(100vw * (200 / 375)); width: 100%; } @media (min-width: 768px) { .entrance .item .img img { height: auto; } } .entrance .item .txt { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000000; background: rgba(0, 0, 0, 0.2); padding: 20px; } @media (min-width: 768px) { .entrance .item .txt { padding: 20px; } } @media (min-width: 1200px) { .entrance .item .txt { padding: 40px; } } .entrance .item .txt span { color: #ed4747; font-weight: bold; font-size: 16px; display: inline-block; margin-top: 10px; } @media (min-width: 768px) { .entrance .item .txt span { font-size: 28px; margin-top: 22px; } } .entrance .item .txt h2 { color: #fff; margin: 12px 0; font-size: 22px; } .entrance .item .txt h2 em { color: #ed4747; } @media (min-width: 768px) { .entrance .item .txt h2 { margin: 25px 0; font-size: 28px; } } @media (min-width: 1200px) { .entrance .item .txt h2 { font-size: 44px; } } .entrance .item .txt p { color: #fff; font-size: 14px; } @media (min-width: 768px) { .entrance .item .txt p { font-size: 20px; } } @media (min-width: 1200px) { .entrance .item .txt p { font-size: 24px; } } .entrance .item .txt i { font-weight: bold; padding-right: 30px; color: #ed4747; position: absolute; bottom: 25px; font-size: 16px; } @media (min-width: 768px) { .entrance .item .txt i { font-size: 20px; } } .entrance .item .txt i:after { content: ""; display: inline-block; width: 30px; height: 10px; -webkit-transition: all .5s ease; transition: all .5s ease; background: url("/assets/image/arrow-color.png") no-repeat center; } .entrance .item a { display: block; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease; } .entrance .item a:hover, .entrance .item a:active { -webkit-transform: translateY(-10px); transform: translateY(-10px); -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.2); } .salary { background: #f5f5f5; padding: 40px 0; } @media (min-width: 768px) { .salary { padding: 60px 0; } } @media (min-width: 1200px) { .salary { padding: 110px 0; } } .salary .container { position: relative; text-align: center; } .salary .container > h2 { color: #111; font-size: 24px; margin-bottom: 15px; } @media (min-width: 768px) { .salary .container > h2 { font-size: 36px; margin-bottom: 20px; } } @media (min-width: 1200px) { .salary .container > h2 { font-size: 46px; margin-bottom: 30px; } } .salary .container > p { color: #333; font-size: 14px; margin-bottom: 30px; } @media (min-width: 768px) { .salary .container > p { margin-bottom: 40px; font-size: 18px; } } @media (min-width: 1200px) { .salary .container > p { margin-bottom: 60px; } } .salary .arrow { cursor: pointer; position: absolute; top: 54%; display: inline-block; width: 80px; height: 80px; background: #fff; border-radius: 50%; background-repeat: no-repeat; background-position: center; } .salary .arrow.arrow-left { background-image: url("/assets/image/arrow-left.png"); left: -80px; } .salary .arrow.arrow-left:hover, .salary .arrow.arrow-left:active { background-image: url("/assets/image/arrow-left-on.png"); } .salary .arrow.arrow-right { background-image: url("/assets/image/arrow-right.png"); right: -80px; } .salary .arrow.arrow-right:hover, .salary .arrow.arrow-right:active { background-image: url("/assets/image/arrow-right-on.png"); } .salary .arrow.disabled { pointer-events: none; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; opacity: .8; cursor: default; } #salary { margin: 0 auto; position: relative; padding-bottom: 30px; } #salary .swiper-wrapper { height: calc(100vw * (220 / 375)) !important; } @media (min-width: 768px) { #salary .swiper-wrapper { height: 230px !important; } } @media (min-width: 992px) { #salary .swiper-wrapper { height: 300px !important; } } @media (min-width: 1200px) { #salary .swiper-wrapper { height: 380px !important; } } #salary .swiper-slide { height: calc(100vw * (220 / 375)) !important; } @media (min-width: 768px) { #salary .swiper-slide { height: 230px !important; } } @media (min-width: 992px) { #salary .swiper-slide { height: 300px !important; } } @media (min-width: 1200px) { #salary .swiper-slide { height: 380px !important; } } #salary .swiper-slide a { display: block; position: relative; width: 94%; margin: 0 auto; cursor: default; } #salary .swiper-slide a .img { height: calc(100vw * (220 / 375)); } @media (min-width: 768px) { #salary .swiper-slide a .img { height: 230px; } } @media (min-width: 992px) { #salary .swiper-slide a .img { height: 300px; } } @media (min-width: 1200px) { #salary .swiper-slide a .img { height: 364px; } } #salary .swiper-slide a .img img { width: 100%; height: 100%; } #salary .swiper-slide a .txt { position: absolute; left: 0; right: 0; top: 0; bottom: 0; text-align: center; padding: 25px; color: #fff; -webkit-transition: all .5s ease; transition: all .5s ease; background: #000000; background: rgba(0, 0, 0, 0.4); font-size: 0; } #salary .swiper-slide a .txt:hover, #salary .swiper-slide a .txt:active { background: #ed4747; background: rgba(237, 71, 71, 0.8); } #salary .swiper-slide a .txt:hover .con p, #salary .swiper-slide a .txt:active .con p { height: 50px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; } #salary .swiper-slide a .txt .con { display: inline-block; vertical-align: middle; line-height: 1.6; -webkit-transition: all .5s ease; transition: all .5s ease; } #salary .swiper-slide a .txt .con .s-icon img { width: 40px; height: 40px; } @media (min-width: 768px) { #salary .swiper-slide a .txt .con .s-icon img { width: 50px; height: 50px; } } @media (min-width: 1200px) { #salary .swiper-slide a .txt .con .s-icon img { width: 70px; height: 70px; } } #salary .swiper-slide a .txt .con span { display: inline-block; width: 34px; height: 3px; background: #fff; margin: 10px 0 5px; } #salary .swiper-slide a .txt .con h2 { margin: 10px 0; font-size: 18px; } @media (min-width: 768px) { #salary .swiper-slide a .txt .con h2 { margin: 15px 0; font-size: 20px; } } @media (min-width: 1200px) { #salary .swiper-slide a .txt .con h2 { font-size: 26px; } } #salary .swiper-slide a .txt .con p { -webkit-transition: all .5s ease; transition: all .5s ease; font-size: 12px; height: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity: 0; } @media (min-width: 768px) { #salary .swiper-slide a .txt .con p { font-size: 14px; } } @media (min-width: 1200px) { #salary .swiper-slide a .txt .con p { font-size: 16px; } } #salary .swiper-slide a .txt:after { content: ""; display: inline-block; vertical-align: middle; height: 100%; } #salary .swiper-pagination { display: block; position: absolute; bottom: 0; left: 0; right: 0; text-align: center; } #salary .swiper-pagination span { display: inline-block; width: 8px; height: 8px; background: #000000; background: rgba(0, 0, 0, 0.3); border-radius: 50%; margin: 0 6px; } #salary .swiper-pagination span.swiper-visible-switch { background: #ed4747; background: rgba(237, 71, 71, 0.5); } #salary .swiper-pagination span.swiper-active-switch { background: #ed4747; } .pic { margin: 40px 0 60px; text-align: center; } @media (min-width: 768px) { .pic { margin: 50px 0 100px; } } @media (min-width: 1200px) { .pic { margin: 100px 0 150px; } } .pic h2 { color: #111; font-size: 24px; margin-bottom: 15px; } @media (min-width: 768px) { .pic h2 { font-size: 36px; margin-bottom: 20px; } } @media (min-width: 1200px) { .pic h2 { font-size: 46px; margin-bottom: 30px; } } .pic p { color: #333; font-size: 14px; margin-bottom: 30px; } @media (min-width: 768px) { .pic p { margin-bottom: 40px; font-size: 18px; } } @media (min-width: 1200px) { .pic p { margin-bottom: 60px; } } .pic .img { overflow: hidden; } .pic .img img { width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease; } .pic .img:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); } .pic .row > div { margin-bottom: 20px; } .pic .row > div.col-sm-4 .img { height: auto; } @media (min-width: 768px) { .pic .row > div.col-sm-4 .img { height: 220px; } } @media (min-width: 992px) { .pic .row > div.col-sm-4 .img { height: 293px; } } @media (min-width: 1200px) { .pic .row > div.col-sm-4 .img { height: 360px; } } @media (min-width: 768px) { .pic .row > div.col-sm-4 { margin-bottom: 30px; } } .pic .row > div.col-sm-6 .img { height: auto; } @media (min-width: 768px) { .pic .row > div.col-sm-6 .img { height: 256px; } } @media (min-width: 992px) { .pic .row > div.col-sm-6 .img { height: 337px; } } @media (min-width: 1200px) { .pic .row > div.col-sm-6 .img { height: 411px; } }