123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- .home_swiper_container.swiper-container .swiper-slide img {
- display: block;
- width: 100%;
- height: 9.42rem;
- object-fit: cover;
- }
- .home_swiper_container.swiper-container .swiper-wrapper .swiper-slide::after {
- content: "";
- position: absolute;
- width: 100%;
- height: 9.42rem;
- left: 0;
- top: 0;
- z-index: 1;
- background: linear-gradient(
- 180deg,
- rgba(50, 55, 62, 0) 30.34%,
- rgba(13, 27, 46, 0.7) 100%
- );
- }
- .home_main {
- background-color: #fff;
- }
- .home_superiority_title {
- margin: 0 auto;
- width: 13rem;
- padding: 1rem 0;
- font-size: 0.4rem;
- font-weight: 700;
- text-align: center;
- color: #333;
- }
- .home_superiority_info {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin: 0 auto;
- width: 13rem;
- height: 3.3rem;
- }
- .home_superiority_info .superiority_item {
- max-width: 25%;
- text-align: center;
- }
- .home_superiority_info .superiority_item_img {
- display: block;
- margin: 0 auto;
- width: 0.84rem;
- }
- .home_superiority_info .superiority_item_title {
- padding: 0.25rem 0;
- font-size: 0.28rem;
- color: #333;
- }
- .home_superiority_info .superiority_item_stitle {
- font-size: 0.16rem;
- color: #999;
- line-height: 0.3rem;
- }
- .home_scheme_info {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin: 0 auto;
- padding: 0.7rem 0;
- width: 13rem;
- }
- .home_scheme_info .scheme_left {
- width: 4.74rem;
- }
- .home_scheme_info .scheme_left .scheme_left_title {
- padding: 0.3rem 0;
- font-size: 0.28rem;
- color: #333;
- }
- .home_scheme_info .scheme_left .scheme_left_stitle {
- font-size: 0.18rem;
- color: #999;
- line-height: 0.32rem;
- }
- .home_scheme_info .scheme_right {
- display: inline-block;
- width: 8.25rem;
- }
- .home_scheme_info .scheme_left_btn {
- position: relative;
- margin-top: 1rem;
- width: 2rem;
- height: 0.58rem;
- font-size: 0.16rem;
- font-weight: 700;
- border: 0.01rem solid #333;
- transition: all .3s ease-out;
- -webkit-transition: all .3s ease-out;
- cursor: pointer;
- }
- .home_scheme_info .scheme_left_btn .mask_bg {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- margin: 0;
- width: 0;
- height: 0.58rem;
- transition: all .3s ease-out;
- -webkit-transition: all .3s ease-out;
- }
- .home_scheme_info .scheme_left_btn:hover .mask_bg {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: 0;
- width: 2rem;
- height: 0.58rem;
- }
- .home_scheme_info .scheme_left_btn .scheme_btn_info {
- position: relative;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- z-index: 999;
- }
- .home_scheme_info .scheme_left_btn:hover {
- color: #fff;
- border: 0.01rem solid #2D8CF0;
- }
- .home_scheme_info .scheme_left_btn img {
- margin-left: 0.2rem;
- width: 0.2rem;
- height: 0.06rem;
- }
- .home_scheme_info .scheme_left_btn .jiantou_right {
- display: block;
- }
- .home_scheme_info .scheme_left_btn .jiantou_right1 {
- display: none;
- }
- .home_scheme_info .scheme_left_btn:hover .jiantou_right {
- display: none;
- }
- .home_scheme_info .scheme_left_btn:hover .jiantou_right1 {
- display: block;
- }
- .home_introduce_title {
- padding-top: 0.68rem;
- font-size: 0.4rem;
- color: #000;
- text-align: center;
- }
- .home_introduce_stitle {
- padding: 0.22rem 0;
- font-size: 0.16rem;
- color: #000;
- text-align: center;
- }
- .home_introduce_main {
- margin: 0 auto;
- padding: 0.75rem 0;
- width: 13rem;
- background-color: #fff;
- color: #666;
- font-size: 0.16rem;
- }
- .home_introduce_main_left {
- margin-left: 0.35rem;
- }
- .home_introduce_main_left .introduce_main_left_title {
- font-size: 0.28rem;
- color: #333;
- }
|